diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-08 04:29:36 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-08 04:29:36 +0000 |
commit | c924deab34543ec049c8f0400f25103d06a4cfdd (patch) | |
tree | 1f2b72805d63bf43cb5c063a1a3860cab32b0679 /media-sound | |
parent | tidy (diff) | |
download | gentoo-2-c924deab34543ec049c8f0400f25103d06a4cfdd.tar.gz gentoo-2-c924deab34543ec049c8f0400f25103d06a4cfdd.tar.bz2 gentoo-2-c924deab34543ec049c8f0400f25103d06a4cfdd.zip |
Removed COPYING from dodoc.
(Portage version: 2.0.54)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rip/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/rip/rip-1.07.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/rip/ChangeLog b/media-sound/rip/ChangeLog index c617ccd0ccb5..ded88a30216c 100644 --- a/media-sound/rip/ChangeLog +++ b/media-sound/rip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/rip -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/ChangeLog,v 1.18 2005/05/28 01:17:28 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/ChangeLog,v 1.19 2006/05/08 04:29:36 tcort Exp $ + + 08 May 2006; <tcort@gentoo.org> rip-1.07.ebuild: + Removed COPYING from dodoc. 28 May 2005; Diego Pettenò <flameeyes@gentoo.org> rip-1.07.ebuild: Moved dependency to virtual/eject. diff --git a/media-sound/rip/rip-1.07.ebuild b/media-sound/rip/rip-1.07.ebuild index 352e09c7130a..aa6da5ceacf0 100644 --- a/media-sound/rip/rip-1.07.ebuild +++ b/media-sound/rip/rip-1.07.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/rip-1.07.ebuild,v 1.14 2005/05/28 01:17:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/rip-1.07.ebuild,v 1.15 2006/05/08 04:29:36 tcort Exp $ IUSE="" @@ -33,5 +33,5 @@ src_install () { dobin rip || die # Install documentation. - dodoc COPYING FAQ README + dodoc FAQ README } |