diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:18:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:18:53 +0000 |
commit | d425c35d233b046ed6f5b78105a9756e1d730337 (patch) | |
tree | 13bb51107a06ac052b708eba4d540c95ca00daaa /media-video/sub2srt/sub2srt-0.5.3.ebuild | |
parent | Don't install COPYING and INSTALL files. (diff) | |
download | gentoo-2-d425c35d233b046ed6f5b78105a9756e1d730337.tar.gz gentoo-2-d425c35d233b046ed6f5b78105a9756e1d730337.tar.bz2 gentoo-2-d425c35d233b046ed6f5b78105a9756e1d730337.zip |
Don't install COPYING file.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-video/sub2srt/sub2srt-0.5.3.ebuild')
-rw-r--r-- | media-video/sub2srt/sub2srt-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/sub2srt/sub2srt-0.5.3.ebuild b/media-video/sub2srt/sub2srt-0.5.3.ebuild index d7166a1a5de9..b1539cd7abd7 100644 --- a/media-video/sub2srt/sub2srt-0.5.3.ebuild +++ b/media-video/sub2srt/sub2srt-0.5.3.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/sub2srt/sub2srt-0.5.3.ebuild,v 1.1 2005/03/22 18:39:28 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sub2srt/sub2srt-0.5.3.ebuild,v 1.2 2005/09/03 23:18:35 flameeyes Exp $ DESCRIPTION="Tool to convert several subtitle formats into subviewer srt" HOMEPAGE="http://www.robelix.com/sub2srt/" @@ -15,5 +15,5 @@ RDEPEND="dev-lang/perl" src_install() { dobin sub2srt - dodoc README COPYING + dodoc README } |