diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:26:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-03 23:26:00 +0000 |
commit | 89cacfd115237bf32dac233f3ab915d62af932ee (patch) | |
tree | 95c339b2ebacc50e36facae9ebf7870e21853145 /media-video/camsource | |
parent | Don't install COPYING, INSTALL and ABOUT-NLS files. (diff) | |
download | gentoo-2-89cacfd115237bf32dac233f3ab915d62af932ee.tar.gz gentoo-2-89cacfd115237bf32dac233f3ab915d62af932ee.tar.bz2 gentoo-2-89cacfd115237bf32dac233f3ab915d62af932ee.zip |
Don't install COPYING and INSTALL files.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-video/camsource')
-rw-r--r-- | media-video/camsource/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/camsource/camsource-0.7.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/camsource/camsource-0.7.0.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-video/camsource/ChangeLog b/media-video/camsource/ChangeLog index a4ef0463503d..753bbae9b2bb 100644 --- a/media-video/camsource/ChangeLog +++ b/media-video/camsource/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/camsource # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/ChangeLog,v 1.12 2005/08/16 13:23:02 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/ChangeLog,v 1.13 2005/09/03 23:25:37 flameeyes Exp $ + + 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> camsource-0.7.0.ebuild, + camsource-0.7.0-r1.ebuild: + Don't install COPYING and INSTALL files. 16 Aug 2005; Luis Medinas <metalgod@gentoo.org> camsource-0.7.0-r1.ebuild: Added ~amd64 keywords. Closes bug #98422. diff --git a/media-video/camsource/camsource-0.7.0-r1.ebuild b/media-video/camsource/camsource-0.7.0-r1.ebuild index 7fdd479b512e..fa15ce7688bf 100644 --- a/media-video/camsource/camsource-0.7.0-r1.ebuild +++ b/media-video/camsource/camsource-0.7.0-r1.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/camsource/camsource-0.7.0-r1.ebuild,v 1.11 2005/08/16 13:23:02 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.7.0-r1.ebuild,v 1.12 2005/09/03 23:25:37 flameeyes Exp $ inherit eutils @@ -30,7 +30,7 @@ src_compile() { src_install() { einstall - dodoc AUTHORS COPYING INSTALL README NEWS + dodoc AUTHORS README NEWS } pkg_postinst() { diff --git a/media-video/camsource/camsource-0.7.0.ebuild b/media-video/camsource/camsource-0.7.0.ebuild index 1622f46b2b51..77adfe17f98f 100644 --- a/media-video/camsource/camsource-0.7.0.ebuild +++ b/media-video/camsource/camsource-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.7.0.ebuild,v 1.7 2005/07/09 18:59:29 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.7.0.ebuild,v 1.8 2005/09/03 23:25:37 flameeyes Exp $ DESCRIPTION="Camsource grabs images from a video4linux webcam device." @@ -23,7 +23,7 @@ src_compile() { src_install() { einstall - dodoc AUTHORS COPYING INSTALL README NEWS + dodoc AUTHORS README NEWS } pkg_postinst() { |