diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:43:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:43:16 +0000 |
commit | 3178de6b9748ad5bb468b73a298e1c335f31d5de (patch) | |
tree | 57639166c047f22b1bf1e7ae27ea94d27f5fc0af /media-video/dvd9to5/dvd9to5-0.1.7.ebuild | |
parent | version bump #101937 (diff) | |
download | historical-3178de6b9748ad5bb468b73a298e1c335f31d5de.tar.gz historical-3178de6b9748ad5bb468b73a298e1c335f31d5de.tar.bz2 historical-3178de6b9748ad5bb468b73a298e1c335f31d5de.zip |
Don't install INSTALL file.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-video/dvd9to5/dvd9to5-0.1.7.ebuild')
-rw-r--r-- | media-video/dvd9to5/dvd9to5-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild index 3920c558ecc2..cd0d6f19b01e 100644 --- a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild +++ b/media-video/dvd9to5/dvd9to5-0.1.7.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-video/dvd9to5/dvd9to5-0.1.7.ebuild,v 1.3 2005/07/28 10:28:54 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvd9to5/dvd9to5-0.1.7.ebuild,v 1.4 2005/09/10 15:42:09 flameeyes Exp $ DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5" HOMEPAGE="http://lakedaemon.netmindz.net/dvd9to5/" @@ -20,5 +20,5 @@ src_compile() { src_install() { dobin dvd9to5.pl - dodoc CHANGELOG INSTALL README TODO dvd9to5.conf.example + dodoc CHANGELOG README TODO dvd9to5.conf.example } |