From 6888858c2855ab24672ba2559c4231efce8d8fe8 Mon Sep 17 00:00:00 2001 From: Chris White Date: Wed, 30 Nov 2005 09:39:41 +0000 Subject: *** empty log message *** --- media-sound/choad/ChangeLog | 20 ++++++++++++++++++-- media-sound/choad/Manifest | 14 ++++++++++++-- media-sound/choad/choad-0.822.ebuild | 14 ++++++++------ 3 files changed, 38 insertions(+), 10 deletions(-) (limited to 'media-sound/choad') diff --git a/media-sound/choad/ChangeLog b/media-sound/choad/ChangeLog index 70bdcc401248..9623b1d3cf0e 100644 --- a/media-sound/choad/ChangeLog +++ b/media-sound/choad/ChangeLog @@ -1,6 +1,22 @@ # 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 $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/ChangeLog,v 1.1.1.1 2005/11/30 09:38:10 chriswhite Exp $ + + 10 Sep 2005; Diego Pettenò choad-0.822.ebuild: + Don't install INSTALL file. + + 25 Jul 2005; David Holm choad-0.822.ebuild: + Added to ~ppc. + + 14 Sep 2004; Jeremy Huddleston choad-0.822.ebuild: + Stable amd64, sparc. + + 15 Jun 2004; Jeremy Huddleston choad-0.822.ebuild: + Stable x86. Added ~amd64 and ~sparc. + + 06 Jun 2004; Josh Glover 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 29689c5ea44b..03a78046b68e 100644 --- a/media-sound/choad/Manifest +++ b/media-sound/choad/Manifest @@ -1,4 +1,14 @@ -MD5 4683c172fe553220cefff3360e841743 choad-0.822.ebuild 854 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 9c23ce1723346d4012f32803a0b2bf91 choad-0.822.ebuild 890 +MD5 59eab97f125f1c71dc256928c67b5083 ChangeLog 967 MD5 0b6d88be572f75159b312e97f13e6fe4 metadata.xml 250 -MD5 82e40749e7ddbfb54a0d79839d10192e ChangeLog 296 MD5 0acb1ee7c98e5fa7e4698b38f5741a92 files/digest-choad-0.822 52 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDIwFlj5H05b2HAEkRAk7DAJ9mntdOll2/cHAXsrDE0UQ/epqxGQCeO6Gb +8kKuMOxAu0VDutTOOAs/1o8= +=2N+O +-----END PGP SIGNATURE----- diff --git a/media-sound/choad/choad-0.822.ebuild b/media-sound/choad/choad-0.822.ebuild index 3765092cae52..9ebac3dfa453 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. +# 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.1 2004/05/14 02:07:30 jmglov Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/choad/choad-0.822.ebuild,v 1.1.1.1 2005/11/30 09:38:10 chriswhite Exp $ DESCRIPTION="a command-line, Perl-based CD-ripping-ID3-tagging-and-mp3-encoding utility" HOMEPAGE="http://ftso.org/choad/index1.html" @@ -8,10 +8,9 @@ SRC_URI="http://ftso.org/choad/choad.tgz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="amd64 ~ppc sparc x86" -IUSE="" -RESTRICT="nomirror" +IUSE="offensive" DEPEND=">=dev-lang/perl-5 dev-perl/CDDB @@ -32,5 +31,8 @@ src_install() { dobin choad # Documentation - dodoc INSTALL README.1ST README.2ND + dodoc README.2ND + + # README.1ST is a little... colourful piece of ASCII art. :) + if use offensive; then dodoc README.1ST; fi } -- cgit v1.2.3-65-gdbad