media-libs/tremor: remove old
authorTim Harder <radhermit@gentoo.org>
Fri, 18 Aug 2017 04:50:14 +0000 (00:50 -0400)
committerTim Harder <radhermit@gentoo.org>
Fri, 18 Aug 2017 08:27:33 +0000 (04:27 -0400)
media-libs/tremor/Manifest
media-libs/tremor/tremor-0_pre20120120.ebuild [deleted file]
media-libs/tremor/tremor-0_pre20130223.ebuild [deleted file]

index b01465205798de43c96f336aac06ad324da53b02..35a20a94c77c6e6a27552492c435d47dda613d5b 100644 (file)
@@ -1,2 +1 @@
-DIST tremor-0_pre20120120.tar.xz 110008 SHA256 4caa4711c41fd190f0be6c2d8ef78cfd5027c71d3a0588f1b9a3608595afd42e SHA512 42efe2cbc5dd301b413a9293e152cd687c0d897ea47a33b1aee2d291fded26899bee9a6c40c7cfff427cd43ae62200c7ad059cdaeb7201461171fffb772e5303 WHIRLPOOL 277526d90635c30fd50dc0e2a78f0ad93e55011fcce9b487195847b879efd50f40c6646b331ba28053e570dcdd81f896039ef2107c2eb0e3970a5eb20bbe3b06
 DIST tremor-0_pre20130223.tar.xz 110096 SHA256 b068d605422ed72e5379b5b7cef055a72e075e7df028dac1524a35be6f298d19 SHA512 3fc109dfc6f9f33da9d2da7d5c1708d6fe4b22179048c4acd5b4b037eafbdda392d5ba74ffec5d8a225d56ebd860f67d28e4460f0b54cb170152a0b9fd89c514 WHIRLPOOL 0df61b4e488a853b75e8a7431627478d5a09de6318403cb5db8e2d84c9b581c0cdda3a3f2cd92328bb50522da3fbad33084432c74fb0e8a85f385dbbdbfb61e5
diff --git a/media-libs/tremor/tremor-0_pre20120120.ebuild b/media-libs/tremor/tremor-0_pre20120120.ebuild
deleted file mode 100644 (file)
index 6dd0a50..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# svn export http://svn.xiph.org/trunk/Tremor tremor-${PV}
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="A fixed-point version of the Ogg Vorbis decoder (also known as libvorbisidec)"
-HOMEPAGE="http://wiki.xiph.org/Tremor"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86 ~amd64-fbsd"
-IUSE="static-libs"
-
-RDEPEND="media-libs/libogg"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS="CHANGELOG README"
-
-src_prepare() {
-       sed -i -e '/CFLAGS/s:-O2::' configure.in || die
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       dohtml -r doc/*
-       rm -f "${ED}"usr/lib*/lib*.la
-}
diff --git a/media-libs/tremor/tremor-0_pre20130223.ebuild b/media-libs/tremor/tremor-0_pre20130223.ebuild
deleted file mode 100644 (file)
index b32abcd..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# svn export http://svn.xiph.org/trunk/Tremor tremor-${PV}
-
-inherit autotools eutils
-
-DESCRIPTION="A fixed-point version of the Ogg Vorbis decoder (also known as libvorbisidec)"
-HOMEPAGE="http://wiki.xiph.org/Tremor"
-SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE="low-accuracy static-libs"
-
-RDEPEND="media-libs/libogg:="
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS="CHANGELOG README"
-
-src_prepare() {
-       sed -i \
-               -e '/CFLAGS/s:-O2::' \
-               -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
-               configure.in || die
-
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable low-accuracy)
-}
-
-src_install() {
-       default
-       dohtml -r doc/*
-       prune_libtool_files
-}