diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-08 04:31:16 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-08 04:31:16 +0000 |
commit | e7116440d775a7edc35df6df5c0d53fce7e9c51b (patch) | |
tree | 0835b40bbfcae963ac5e458abf92ba5d09a6e40c /media-sound/rip | |
parent | old (diff) | |
download | historical-e7116440d775a7edc35df6df5c0d53fce7e9c51b.tar.gz historical-e7116440d775a7edc35df6df5c0d53fce7e9c51b.tar.bz2 historical-e7116440d775a7edc35df6df5c0d53fce7e9c51b.zip |
Removed COPYING from dodoc.
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-sound/rip')
-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 } |