summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-02 18:02:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-02 18:02:15 +0000
commit55d88d8fcb7e413b44f7357c8f3902f73115250a (patch)
treeb50a2cfdd35da491742f9dce34e8eaa21535d052 /media-libs/libsamplerate
parentFix geoip patch, bug 347525. (diff)
downloadgentoo-2-55d88d8fcb7e413b44f7357c8f3902f73115250a.tar.gz
gentoo-2-55d88d8fcb7e413b44f7357c8f3902f73115250a.tar.bz2
gentoo-2-55d88d8fcb7e413b44f7357c8f3902f73115250a.zip
Drop old versions, one depended on automake 1.7.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsamplerate')
-rw-r--r--media-libs/libsamplerate/ChangeLog6
-rw-r--r--media-libs/libsamplerate/libsamplerate-0.1.4.ebuild48
-rw-r--r--media-libs/libsamplerate/libsamplerate-0.1.6.ebuild44
3 files changed, 5 insertions, 93 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog
index c3e7dd910829..7f4bec616212 100644
--- a/media-libs/libsamplerate/ChangeLog
+++ b/media-libs/libsamplerate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libsamplerate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.70 2010/01/31 16:05:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.71 2010/12/02 18:02:14 flameeyes Exp $
+
+ 02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -libsamplerate-0.1.4.ebuild, -libsamplerate-0.1.6.ebuild:
+ Drop old versions, one depended on automake 1.7.
31 Jan 2010; Raúl Porcel <armin76@gentoo.org> libsamplerate-0.1.7.ebuild:
ia64/sh/sparc stable wrt #297672
diff --git a/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild
deleted file mode 100644
index cf2bb55b6d5f..000000000000
--- a/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild,v 1.7 2008/12/07 11:52:31 vapier Exp $
-
-WANT_AUTOMAKE=1.7
-
-inherit eutils autotools
-
-DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio"
-HOMEPAGE="http://www.mega-nerd.com/SRC/"
-SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="sndfile"
-
-RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.14"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.1.3-dontbuild-tests-examples.patch \
- "${FILESDIR}"/${PN}-0.1.3-pkg_prog_pkg_config.patch
-
- # Fix for autoconf 2.62
- sed -i -e '/AC_MSG_WARN(\[\[/d' \
- "${S}/acinclude.m4"
-
- eautoreconf
-}
-
-src_compile() {
- econf \
- --disable-fftw \
- $(use_enable sndfile) \
- --disable-dependency-tracking \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
- dohtml doc/*.html doc/*.css doc/*.png
-}
diff --git a/media-libs/libsamplerate/libsamplerate-0.1.6.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.6.ebuild
deleted file mode 100644
index dd1d004230b2..000000000000
--- a/media-libs/libsamplerate/libsamplerate-0.1.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.6.ebuild,v 1.1 2009/02/08 09:41:03 aballier Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio"
-HOMEPAGE="http://www.mega-nerd.com/SRC/"
-SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="sndfile"
-
-RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.14"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.1.3-dontbuild-tests-examples.patch
-
- # Fix for autoconf 2.62
- sed -i -e '/AC_MSG_WARN(\[\[/d' \
- "${S}/acinclude.m4"
-
- eautoreconf
-}
-
-src_compile() {
- econf \
- --disable-fftw \
- $(use_enable sndfile) \
- --disable-dependency-tracking
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
- dohtml doc/*.html doc/*.css doc/*.png
-}