diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-18 00:50:14 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-18 04:27:33 -0400 |
commit | 5398d273606a23719ca2663f20763a1b2df2d5d5 (patch) | |
tree | 7991abce6d45bf16beae5975bcee49e081d5f0ee /media-libs/tremor | |
parent | gnome-base/gnome-settings-daemon: fix build issue with USE="udev -wayland", b... (diff) | |
download | gentoo-5398d273606a23719ca2663f20763a1b2df2d5d5.tar.gz gentoo-5398d273606a23719ca2663f20763a1b2df2d5d5.tar.bz2 gentoo-5398d273606a23719ca2663f20763a1b2df2d5d5.zip |
media-libs/tremor: remove old
Diffstat (limited to 'media-libs/tremor')
-rw-r--r-- | media-libs/tremor/Manifest | 1 | ||||
-rw-r--r-- | media-libs/tremor/tremor-0_pre20120120.ebuild | 37 | ||||
-rw-r--r-- | media-libs/tremor/tremor-0_pre20130223.ebuild | 44 |
3 files changed, 0 insertions, 82 deletions
diff --git a/media-libs/tremor/Manifest b/media-libs/tremor/Manifest index b01465205798..35a20a94c77c 100644 --- a/media-libs/tremor/Manifest +++ b/media-libs/tremor/Manifest @@ -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 index 6dd0a502f45b..000000000000 --- a/media-libs/tremor/tremor-0_pre20120120.ebuild +++ /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 index b32abcdbd63a..000000000000 --- a/media-libs/tremor/tremor-0_pre20130223.ebuild +++ /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 -} |