summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Cort <tcort@gentoo.org>2006-05-08 04:37:49 +0000
committerThomas Cort <tcort@gentoo.org>2006-05-08 04:37:49 +0000
commit889329e73c90c2f1265ee9828489316da16c1fc0 (patch)
treea61224b2e53e77774e23c501303eb4232c4f86c1 /media-sound/cdcd
parentAdded flag-o-matic to inherit since the ebuild uses append-flags. Removed INS... (diff)
downloadhistorical-889329e73c90c2f1265ee9828489316da16c1fc0.tar.gz
historical-889329e73c90c2f1265ee9828489316da16c1fc0.tar.bz2
historical-889329e73c90c2f1265ee9828489316da16c1fc0.zip
Removed COPYING from dodoc.
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-sound/cdcd')
-rw-r--r--media-sound/cdcd/ChangeLog5
-rw-r--r--media-sound/cdcd/cdcd-0.6.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/cdcd/ChangeLog b/media-sound/cdcd/ChangeLog
index fbfa780af5af..1a67223e7c14 100644
--- a/media-sound/cdcd/ChangeLog
+++ b/media-sound/cdcd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/cdcd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/ChangeLog,v 1.23 2006/03/07 13:40:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/ChangeLog,v 1.24 2006/05/08 04:37:49 tcort Exp $
+
+ 08 May 2006; <tcort@gentoo.org> cdcd-0.6.6.ebuild:
+ Removed COPYING from dodoc.
07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> cdcd-0.6.4.ebuild,
cdcd-0.6.6.ebuild, cdcd-0.6.6-r1.ebuild:
diff --git a/media-sound/cdcd/cdcd-0.6.6.ebuild b/media-sound/cdcd/cdcd-0.6.6.ebuild
index da5b678c71ab..fe0987dfc11e 100644
--- a/media-sound/cdcd/cdcd-0.6.6.ebuild
+++ b/media-sound/cdcd/cdcd-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6.ebuild,v 1.8 2006/03/07 13:40:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6.ebuild,v 1.9 2006/05/08 04:37:49 tcort Exp $
IUSE=""
@@ -26,5 +26,5 @@ src_unpack() {
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README
+ dodoc AUTHORS ChangeLog NEWS README
}