diff options
author | 2012-02-15 02:53:07 +0000 | |
---|---|---|
committer | 2012-02-15 02:53:07 +0000 | |
commit | ba199bbfca1c26962a8994751072761dc93cae6c (patch) | |
tree | 7800a1c5421538452bcc0752e9eca58ec9eb61c7 /media-sound/abcde | |
parent | Die on failed directory move. (diff) | |
download | gentoo-2-ba199bbfca1c26962a8994751072761dc93cae6c.tar.gz gentoo-2-ba199bbfca1c26962a8994751072761dc93cae6c.tar.bz2 gentoo-2-ba199bbfca1c26962a8994751072761dc93cae6c.zip |
Remove old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/abcde')
-rw-r--r-- | media-sound/abcde/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/abcde/abcde-2.4.1.ebuild | 48 |
2 files changed, 4 insertions, 49 deletions
diff --git a/media-sound/abcde/ChangeLog b/media-sound/abcde/ChangeLog index 22f0ee4d9735..0fc6e8f9be13 100644 --- a/media-sound/abcde/ChangeLog +++ b/media-sound/abcde/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/abcde # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.55 2012/02/01 09:22:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.56 2012/02/15 02:53:07 radhermit Exp $ + + 15 Feb 2012; Tim Harder <radhermit@gentoo.org> -abcde-2.4.1.ebuild: + Remove old. 01 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> abcde-2.4.2-r1.ebuild: ppc/ppc64 stable wrt #394017 diff --git a/media-sound/abcde/abcde-2.4.1.ebuild b/media-sound/abcde/abcde-2.4.1.ebuild deleted file mode 100644 index 3023444a6195..000000000000 --- a/media-sound/abcde/abcde-2.4.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.4.1.ebuild,v 1.8 2011/12/18 18:16:17 armin76 Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="A command line CD encoder" -HOMEPAGE="http://code.google.com/p/abcde/" -SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="aac cdparanoia flac id3 lame normalize replaygain speex vorbis" - -RDEPEND="media-sound/cd-discid - net-misc/wget - virtual/eject - aac? ( media-libs/faac ) - cdparanoia? ( media-sound/cdparanoia ) - flac? ( media-libs/flac ) - id3? ( - >=media-sound/id3-0.12 - media-sound/id3v2 - ) - lame? ( media-sound/lame ) - normalize? ( >=media-sound/normalize-0.7.4 ) - replaygain? ( - vorbis? ( media-sound/vorbisgain ) - lame? ( media-sound/mp3gain ) - ) - speex? ( media-libs/speex ) - vorbis? ( media-sound/vorbis-tools )" - -src_prepare() { - epatch "${FILESDIR}"/m4a-tagging.patch - sed -i \ - -e 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' \ - abcde || die -} - -src_install() { - emake DESTDIR="${D}" etcdir="${D}etc/abcde" install || die - dodoc FAQ README TODO USEPIPES || die - docinto examples - dodoc examples/* || die -} |