diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:54:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:54:33 +0000 |
commit | 0246b8ce087b259c39b4a16030cc5cf29e10eaf5 (patch) | |
tree | 016306df09e90af9ee2b5357740aa591a46f00d4 /media-sound/choad | |
parent | Don't install ABOUT-NLS file. (diff) | |
download | historical-0246b8ce087b259c39b4a16030cc5cf29e10eaf5.tar.gz historical-0246b8ce087b259c39b4a16030cc5cf29e10eaf5.tar.bz2 historical-0246b8ce087b259c39b4a16030cc5cf29e10eaf5.zip |
Don't install INSTALL file.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-sound/choad')
-rw-r--r-- | media-sound/choad/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/choad/choad-0.822.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/choad/ChangeLog b/media-sound/choad/ChangeLog index 6c68dddc0794..f0b97ef93f2c 100644 --- a/media-sound/choad/ChangeLog +++ b/media-sound/choad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/choad # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/ChangeLog,v 1.6 2005/07/25 12:14:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/ChangeLog,v 1.7 2005/09/10 15:52:43 flameeyes Exp $ + + 10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> choad-0.822.ebuild: + Don't install INSTALL file. 25 Jul 2005; David Holm <dholm@gentoo.org> choad-0.822.ebuild: Added to ~ppc. diff --git a/media-sound/choad/choad-0.822.ebuild b/media-sound/choad/choad-0.822.ebuild index 4cd07ba1c522..3519ef4bd7ef 100644 --- a/media-sound/choad/choad-0.822.ebuild +++ b/media-sound/choad/choad-0.822.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/choad-0.822.ebuild,v 1.7 2005/07/25 12:14:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/choad-0.822.ebuild,v 1.8 2005/09/10 15:52:43 flameeyes Exp $ DESCRIPTION="a command-line, Perl-based CD-ripping-ID3-tagging-and-mp3-encoding utility" HOMEPAGE="http://ftso.org/choad/index1.html" @@ -31,7 +31,7 @@ src_install() { dobin choad # Documentation - dodoc INSTALL README.2ND + dodoc README.2ND # README.1ST is a little... colourful piece of ASCII art. :) if use offensive; then dodoc README.1ST; fi |