diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-09-12 15:22:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-09-12 15:22:25 +0000 |
commit | cb05b51e6b375492f2922a69e68e7cf6f3c359d8 (patch) | |
tree | 751b2f59b317ff433f9d5b8bb7f3b34130828c7e /media-libs/libsndfile | |
parent | whitespace (diff) | |
download | gentoo-2-cb05b51e6b375492f2922a69e68e7cf6f3c359d8.tar.gz gentoo-2-cb05b51e6b375492f2922a69e68e7cf6f3c359d8.tar.bz2 gentoo-2-cb05b51e6b375492f2922a69e68e7cf6f3c359d8.zip |
remove old
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsndfile')
-rw-r--r-- | media-libs/libsndfile/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.0.23.ebuild | 58 | ||||
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.0.24.ebuild | 57 |
3 files changed, 5 insertions, 116 deletions
diff --git a/media-libs/libsndfile/ChangeLog b/media-libs/libsndfile/ChangeLog index 53dcae02aa0c..c6b548381c19 100644 --- a/media-libs/libsndfile/ChangeLog +++ b/media-libs/libsndfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsndfile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.128 2011/09/12 14:43:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.129 2011/09/12 15:22:25 aballier Exp $ + + 12 Sep 2011; Alexis Ballier <aballier@gentoo.org> -libsndfile-1.0.23.ebuild, + -libsndfile-1.0.24.ebuild: + remove old 12 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org> libsndfile-1.0.25.ebuild: ppc/ppc64 stable wrt #375125 diff --git a/media-libs/libsndfile/libsndfile-1.0.23.ebuild b/media-libs/libsndfile/libsndfile-1.0.23.ebuild deleted file mode 100644 index b6bf62fabf95..000000000000 --- a/media-libs/libsndfile/libsndfile-1.0.23.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.23.ebuild,v 1.6 2011/03/23 21:13:33 xarthisius Exp $ - -EAPI=3 -inherit eutils autotools - -MY_P=${P/_pre/pre} - -DESCRIPTION="A C library for reading and writing files containing sampled sound" -HOMEPAGE="http://www.mega-nerd.com/libsndfile" -if [[ "${MY_P}" == "${P}" ]]; then - SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz" -else - SRC_URI="http://www.mega-nerd.com/tmp/${MY_P}b.tar.gz" -fi - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="alsa minimal sqlite" - -RDEPEND="!minimal? ( >=media-libs/flac-1.2.1 - >=media-libs/libogg-1.1.3 - >=media-libs/libvorbis-1.2.3 ) - alsa? ( media-libs/alsa-lib ) - sqlite? ( >=dev-db/sqlite-3.2 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i -e "s/noinst_PROGRAMS/check_PROGRAMS/" "${S}/tests/Makefile.am" \ - "${S}/examples/Makefile.am" || die "sed failed" - - epatch "${FILESDIR}"/${PN}-1.0.17-regtests-need-sqlite.patch - - rm M4/libtool.m4 M4/lt*.m4 || die "rm failed" - - AT_M4DIR=M4 eautoreconf - epunt_cxx -} - -src_configure() { - econf $(use_enable sqlite) \ - $(use_enable alsa) \ - $(use_enable !minimal external-libs) \ - --disable-octave \ - --disable-gcc-werror \ - --disable-gcc-pipe \ - --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/media-libs/libsndfile/libsndfile-1.0.24.ebuild b/media-libs/libsndfile/libsndfile-1.0.24.ebuild deleted file mode 100644 index 6bf77b01f6ef..000000000000 --- a/media-libs/libsndfile/libsndfile-1.0.24.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.24.ebuild,v 1.1 2011/03/24 08:09:37 radhermit Exp $ - -EAPI=4 -inherit eutils autotools - -MY_P=${P/_pre/pre} - -DESCRIPTION="A C library for reading and writing files containing sampled sound" -HOMEPAGE="http://www.mega-nerd.com/libsndfile" -if [[ "${MY_P}" == "${P}" ]]; then - SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz" -else - SRC_URI="http://www.mega-nerd.com/tmp/${MY_P}b.tar.gz" -fi - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="alsa minimal sqlite static-libs" - -RDEPEND="!minimal? ( >=media-libs/flac-1.2.1 - >=media-libs/libogg-1.1.3 - >=media-libs/libvorbis-1.2.3 ) - alsa? ( media-libs/alsa-lib ) - sqlite? ( >=dev-db/sqlite-3.2 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i -e "s/noinst_PROGRAMS/check_PROGRAMS/" "${S}/tests/Makefile.am" \ - "${S}/examples/Makefile.am" || die "sed failed" - - epatch "${FILESDIR}"/${PN}-1.0.17-regtests-need-sqlite.patch - - AT_M4DIR=M4 eautoreconf - epunt_cxx -} - -src_configure() { - econf $(use_enable sqlite) \ - $(use_enable static-libs static) \ - $(use_enable alsa) \ - $(use_enable !minimal external-libs) \ - htmldocdir=/usr/share/doc/${PF}/html \ - --disable-octave \ - --disable-gcc-werror \ - --disable-gcc-pipe -} - -src_install() { - emake DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install - dodoc AUTHORS ChangeLog NEWS README -} |