diff options
author | 2004-06-07 01:00:19 +0000 | |
---|---|---|
committer | 2004-06-07 01:00:19 +0000 | |
commit | e39aa5399261ed04a06eae249b3c4a28a4f379a2 (patch) | |
tree | 726f187cb37d5a8a15d30c62f2588e28fab2d645 /media-sound/choad | |
parent | QA (IUSE) fix and version bump (diff) | |
download | historical-e39aa5399261ed04a06eae249b3c4a28a4f379a2.tar.gz historical-e39aa5399261ed04a06eae249b3c4a28a4f379a2.tar.bz2 historical-e39aa5399261ed04a06eae249b3c4a28a4f379a2.zip |
README.1ST could be deemed offencive by some, so it is now only installed if the 'offensive' USE flag is set
Diffstat (limited to 'media-sound/choad')
-rw-r--r-- | media-sound/choad/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/choad/Manifest | 4 | ||||
-rw-r--r-- | media-sound/choad/choad-0.822.ebuild | 9 |
3 files changed, 13 insertions, 6 deletions
diff --git a/media-sound/choad/ChangeLog b/media-sound/choad/ChangeLog index 70bdcc401248..8c711d3caec9 100644 --- a/media-sound/choad/ChangeLog +++ b/media-sound/choad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/choad # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/ChangeLog,v 1.1 2004/05/14 02:07:30 jmglov Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/ChangeLog,v 1.2 2004/06/07 01:00:19 jmglov Exp $ + + 06 Jun 2004; Josh Glover <jmglov@gentoo.org> choad-0.822.ebuild: + README.1ST could be deemed offencive by some, so it is now only installed if + the 'offensive' USE flag is set *choad-0.822 (13 May 2004) diff --git a/media-sound/choad/Manifest b/media-sound/choad/Manifest index 4db9df2f3a9e..357bd9bae140 100644 --- a/media-sound/choad/Manifest +++ b/media-sound/choad/Manifest @@ -1,4 +1,4 @@ MD5 0b6d88be572f75159b312e97f13e6fe4 metadata.xml 250 -MD5 18331f9e066ce425e5e873aebfed82af ChangeLog 386 -MD5 527ca3b46ac06e593b1ce6674c9eefaf choad-0.822.ebuild 782 +MD5 3b762289e7e7c623d2a041777962bbaf ChangeLog 566 +MD5 463ff1f9e2c4e9594dfddde7ea8d7bb2 choad-0.822.ebuild 887 MD5 0acb1ee7c98e5fa7e4698b38f5741a92 files/digest-choad-0.822 52 diff --git a/media-sound/choad/choad-0.822.ebuild b/media-sound/choad/choad-0.822.ebuild index 846ce6a124b9..556a2569d64b 100644 --- a/media-sound/choad/choad-0.822.ebuild +++ b/media-sound/choad/choad-0.822.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/05/14 11:13:30 jmglov Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/choad-0.822.ebuild,v 1.3 2004/06/07 01:00:19 jmglov Exp $ DESCRIPTION="a command-line, Perl-based CD-ripping-ID3-tagging-and-mp3-encoding utility" HOMEPAGE="http://ftso.org/choad/index1.html" @@ -10,7 +10,7 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="~x86" -IUSE="" +IUSE="offensive" DEPEND=">=dev-lang/perl-5 dev-perl/CDDB @@ -31,5 +31,8 @@ src_install() { dobin choad # Documentation - dodoc INSTALL README.1ST README.2ND + dodoc INSTALL README.2ND + + # README.1ST is a little... colourful piece of ASCII art. :) + if use offensive; then dodoc README.1ST; fi } |