diff options
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 } |