summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:27:11 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:27:11 +0000
commit96c1cd219ca01e36cf5afb2fcc81d92ae0b0d043 (patch)
treebda93eb7f4c51fdba08d4a31f3efd1d117afc20c /media-video/gqcam
parentDon't install COPYING file. (diff)
downloadhistorical-96c1cd219ca01e36cf5afb2fcc81d92ae0b0d043.tar.gz
historical-96c1cd219ca01e36cf5afb2fcc81d92ae0b0d043.tar.bz2
historical-96c1cd219ca01e36cf5afb2fcc81d92ae0b0d043.zip
Don't install COPYING and INSTALL files.
Package-Manager: portage-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
}