diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:47:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-04 10:47:10 +0000 |
commit | 428086fea73e3d3ba697326171e8e75f29c9b280 (patch) | |
tree | c6b3f25a32ffa65b50cea4676c0bf8205a927145 /media-sound/id3v2/id3v2-0.1.11.ebuild | |
parent | Don't install COPYING file. (diff) | |
download | historical-428086fea73e3d3ba697326171e8e75f29c9b280.tar.gz historical-428086fea73e3d3ba697326171e8e75f29c9b280.tar.bz2 historical-428086fea73e3d3ba697326171e8e75f29c9b280.zip |
Don't install COPYING and INSTALL files.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound/id3v2/id3v2-0.1.11.ebuild')
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/id3v2/id3v2-0.1.11.ebuild b/media-sound/id3v2/id3v2-0.1.11.ebuild index 85db2aac81eb..6a91020bc985 100644 --- a/media-sound/id3v2/id3v2-0.1.11.ebuild +++ b/media-sound/id3v2/id3v2-0.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.11.ebuild,v 1.4 2005/04/01 21:12:17 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.11.ebuild,v 1.5 2005/09/04 10:34:44 flameeyes Exp $ IUSE="" @@ -35,5 +35,5 @@ src_compile() { src_install() { dobin id3v2 doman id3v2.1 - dodoc COPYING INSTALL README + dodoc README } |