summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Buisse <nattfodd@gentoo.org>2006-03-22 13:11:50 +0000
committerAlexandre Buisse <nattfodd@gentoo.org>2006-03-22 13:11:50 +0000
commitbcd78f7ecba9bfedd4af24ac71878d3697c0ff4b (patch)
tree5aece3918c38d8b4732f530bb2cd5f80dba8c461 /media-sound
parentNew rev, grsec 2.1.8, squashfs 3.0 and should fix sparc32 building with gcc 3... (diff)
downloadgentoo-2-bcd78f7ecba9bfedd4af24ac71878d3697c0ff4b.tar.gz
gentoo-2-bcd78f7ecba9bfedd4af24ac71878d3697c0ff4b.tar.bz2
gentoo-2-bcd78f7ecba9bfedd4af24ac71878d3697c0ff4b.zip
Updated description (at upstream request) and removed COPYING from dodoc.
(Portage version: 2.1_pre6)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lltag/ChangeLog5
-rw-r--r--media-sound/lltag/lltag-0.10.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/lltag/ChangeLog b/media-sound/lltag/ChangeLog
index 45808dc4af92..dfe38fd2f036 100644
--- a/media-sound/lltag/ChangeLog
+++ b/media-sound/lltag/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/lltag
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.3 2006/03/13 07:07:55 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.4 2006/03/22 13:11:49 nattfodd Exp $
+
+ 22 Mar 2006; Alexandre Buisse <nattfodd@gentoo.org> lltag-0.10.ebuild:
+ Updated description and removed COPYING in dodoc
13 Mar 2006; Joshua Jackson <tsunam@gentoo.org> lltag-0.10.ebuild:
Stable on x86; bug #125566
diff --git a/media-sound/lltag/lltag-0.10.ebuild b/media-sound/lltag/lltag-0.10.ebuild
index 2738075ca334..b1d12c5665a7 100644
--- a/media-sound/lltag/lltag-0.10.ebuild
+++ b/media-sound/lltag/lltag-0.10.ebuild
@@ -1,8 +1,8 @@
# 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.2 2006/03/13 07:07:55 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.10.ebuild,v 1.3 2006/03/22 13:11:50 nattfodd Exp $
-DESCRIPTION="Automatic command-line mp3/ogg file tagger"
+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"
@@ -25,5 +25,5 @@ src_compile() {
src_install() {
make DESTDIR="${D}/" PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
install || die "Failed to install"
- dodoc COPYING Changes
+ dodoc Changes
}