summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:23:59 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:23:59 +0000
commit39ea9cd9202451b9b99b0f5bd6c310fe40ff5f3b (patch)
tree16e66dad78aff268e1f6ec6847037afc9fbab3ef /media-video/cinepaint
parentVersion bump. (diff)
downloadgentoo-2-39ea9cd9202451b9b99b0f5bd6c310fe40ff5f3b.tar.gz
gentoo-2-39ea9cd9202451b9b99b0f5bd6c310fe40ff5f3b.tar.bz2
gentoo-2-39ea9cd9202451b9b99b0f5bd6c310fe40ff5f3b.zip
Don't install COPYING file.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-video/cinepaint')
-rw-r--r--media-video/cinepaint/ChangeLog6
-rw-r--r--media-video/cinepaint/cinepaint-0.18.3.ebuild4
-rw-r--r--media-video/cinepaint/cinepaint-0.18.ebuild4
-rw-r--r--media-video/cinepaint/cinepaint-0.19.0.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/media-video/cinepaint/ChangeLog b/media-video/cinepaint/ChangeLog
index 857437015301..de157811c681 100644
--- a/media-video/cinepaint/ChangeLog
+++ b/media-video/cinepaint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/cinepaint
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.9 2005/09/02 23:11:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.10 2005/09/03 23:23:59 flameeyes Exp $
+
+ 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> cinepaint-0.18.ebuild,
+ cinepaint-0.18.3.ebuild, cinepaint-0.19.0.ebuild:
+ Don't install COPYING file.
02 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
cinepaint-0.19.0.ebuild:
diff --git a/media-video/cinepaint/cinepaint-0.18.3.ebuild b/media-video/cinepaint/cinepaint-0.18.3.ebuild
index 80f6463616e2..2c3ed88d71ca 100644
--- a/media-video/cinepaint/cinepaint-0.18.3.ebuild
+++ b/media-video/cinepaint/cinepaint-0.18.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/cinepaint/cinepaint-0.18.3.ebuild,v 1.2 2005/03/13 20:34:59 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.18.3.ebuild,v 1.3 2005/09/03 23:23:59 flameeyes Exp $
inherit eutils
@@ -35,5 +35,5 @@ src_compile(){
src_install(){
einstall DESTDIR=${D} || die "einstall failed"
- dodoc AUTHORS ChangeLog COPYING* README* NEWS
+ dodoc AUTHORS ChangeLog README* NEWS
}
diff --git a/media-video/cinepaint/cinepaint-0.18.ebuild b/media-video/cinepaint/cinepaint-0.18.ebuild
index 2c6fc2386450..fc3ecc795d63 100644
--- a/media-video/cinepaint/cinepaint-0.18.ebuild
+++ b/media-video/cinepaint/cinepaint-0.18.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/cinepaint/cinepaint-0.18.ebuild,v 1.3 2005/03/13 20:34:59 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.18.ebuild,v 1.4 2005/09/03 23:23:59 flameeyes Exp $
DESCRIPTION="motion picture editing tool used for painting and retouching of movies"
SRC_URI="mirror://sourceforge/cinepaint/${P}.tar.gz"
@@ -24,5 +24,5 @@ src_compile(){
src_install(){
make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING* README* NEWS
+ dodoc AUTHORS ChangeLog README* NEWS
}
diff --git a/media-video/cinepaint/cinepaint-0.19.0.ebuild b/media-video/cinepaint/cinepaint-0.19.0.ebuild
index 1b5171aead16..463fa9cc53bd 100644
--- a/media-video/cinepaint/cinepaint-0.19.0.ebuild
+++ b/media-video/cinepaint/cinepaint-0.19.0.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/cinepaint/cinepaint-0.19.0.ebuild,v 1.4 2005/09/02 23:11:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.19.0.ebuild,v 1.5 2005/09/03 23:23:59 flameeyes Exp $
inherit eutils versionator flag-o-matic
@@ -31,5 +31,5 @@ src_compile(){
src_install(){
einstall DESTDIR=${D} || die "einstall failed"
- dodoc AUTHORS ChangeLog COPYING* README* NEWS
+ dodoc AUTHORS ChangeLog README* NEWS
}