summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:26:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:26:00 +0000
commit89cacfd115237bf32dac233f3ab915d62af932ee (patch)
tree95c339b2ebacc50e36facae9ebf7870e21853145 /media-video/gqcam
parentDon't install COPYING, INSTALL and ABOUT-NLS files. (diff)
downloadgentoo-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/gqcam')
-rw-r--r--media-video/gqcam/ChangeLog5
-rw-r--r--media-video/gqcam/gqcam-0.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/gqcam/ChangeLog b/media-video/gqcam/ChangeLog
index b2e3b56a03a1..a9275eba1bd7 100644
--- a/media-video/gqcam/ChangeLog
+++ b/media-video/gqcam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/gqcam
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/gqcam/ChangeLog,v 1.9 2005/04/24 02:53:28 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gqcam/ChangeLog,v 1.10 2005/09/03 23:26:00 flameeyes Exp $
+
+ 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> gqcam-0.9.ebuild:
+ Don't install COPYING and INSTALL files.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> gqcam-0.9.ebuild:
Stable on ppc.
diff --git a/media-video/gqcam/gqcam-0.9.ebuild b/media-video/gqcam/gqcam-0.9.ebuild
index 9dad02013c88..cd19033e7bcf 100644
--- a/media-video/gqcam/gqcam-0.9.ebuild
+++ b/media-video/gqcam/gqcam-0.9.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/gqcam/gqcam-0.9.ebuild,v 1.14 2005/04/24 02:53:28 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gqcam/gqcam-0.9.ebuild,v 1.15 2005/09/03 23:26:00 flameeyes Exp $
DESCRIPTION="A V4L-compatible frame grabber - works with many webcams."
SRC_URI="http://cse.unl.edu/~cluening/gqcam/download/${P}.tar.gz"
@@ -30,5 +30,5 @@ src_compile() {
src_install () {
dobin gqcam
- dodoc CHANGES COPYING INSTALL README README.threads
+ dodoc CHANGES README README.threads
}