summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-10-13 17:15:51 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-10-13 17:15:51 +0000
commit341c047746804562ec6c093119fc0e54cb073b34 (patch)
tree4713ba9f72627bef0410d0893ca0f336bf6e46c4 /media-sound
parentremove old (diff)
downloadgentoo-2-341c047746804562ec6c093119fc0e54cb073b34.tar.gz
gentoo-2-341c047746804562ec6c093119fc0e54cb073b34.tar.bz2
gentoo-2-341c047746804562ec6c093119fc0e54cb073b34.zip
remove old
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lltag/ChangeLog5
-rw-r--r--media-sound/lltag/lltag-0.10.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/media-sound/lltag/ChangeLog b/media-sound/lltag/ChangeLog
index 05b6330ebc72..a6fde2085880 100644
--- a/media-sound/lltag/ChangeLog
+++ b/media-sound/lltag/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/lltag
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.18 2009/06/11 13:42:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.19 2009/10/13 17:15:51 aballier Exp $
+
+ 13 Oct 2009; Alexis Ballier <aballier@gentoo.org> -lltag-0.10.ebuild:
+ remove old
11 Jun 2009; Christian Faulhammer <fauli@gentoo.org> lltag-0.14.2.ebuild:
stable x86, bug 272689
diff --git a/media-sound/lltag/lltag-0.10.ebuild b/media-sound/lltag/lltag-0.10.ebuild
deleted file mode 100644
index 8caa159d196f..000000000000
--- a/media-sound/lltag/lltag-0.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.10.ebuild,v 1.4 2006/06/13 09:58:54 nattfodd Exp $
-
-DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
-HOMEPAGE="http://home.gna.org/lltag"
-SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="mp3 ogg flac readline"
-
-RDEPEND="dev-lang/perl
- mp3? ( media-sound/mp3info )
- ogg? ( media-sound/vorbis-tools )
- flac? ( media-libs/flac )
- readline? ( dev-perl/Term-ReadLine-Perl )"
-
-src_compile() {
- make PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
- || die "Failed to compile"
-}
-
-src_install() {
- make DESTDIR="${D}/" PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
- install || die "Failed to install"
- dodoc Changes
-}