summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 10:28:24 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 10:28:24 +0000
commitd1e8fb515d5dd2bfa4e7a803702c36f2e8b54478 (patch)
treeea2f23e30eb0caade2fcaa7eeca2f479475cc148 /media-plugins/streamtuner-python
parentDon't install COPYING file. (diff)
downloadgentoo-2-d1e8fb515d5dd2bfa4e7a803702c36f2e8b54478.tar.gz
gentoo-2-d1e8fb515d5dd2bfa4e7a803702c36f2e8b54478.tar.bz2
gentoo-2-d1e8fb515d5dd2bfa4e7a803702c36f2e8b54478.zip
Don't install COPYING and INSTALL files.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-plugins/streamtuner-python')
-rw-r--r--media-plugins/streamtuner-python/ChangeLog8
-rw-r--r--media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild6
-rw-r--r--media-plugins/streamtuner-python/streamtuner-python-0.1.2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/media-plugins/streamtuner-python/ChangeLog b/media-plugins/streamtuner-python/ChangeLog
index b702f09052a9..7e96d5daa387 100644
--- a/media-plugins/streamtuner-python/ChangeLog
+++ b/media-plugins/streamtuner-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/streamtuner-python
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-python/ChangeLog,v 1.9 2004/09/22 17:58:58 eradicator Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-python/ChangeLog,v 1.10 2005/09/04 10:25:48 flameeyes Exp $
+
+ 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ streamtuner-python-0.1.0.ebuild, streamtuner-python-0.1.2.ebuild:
+ Don't install COPYING and INSTALL files.
22 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
streamtuner-python-0.1.2.ebuild:
diff --git a/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild b/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild
index 0ac9aae6ada6..e5ff742ee755 100644
--- a/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild
+++ b/media-plugins/streamtuner-python/streamtuner-python-0.1.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-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild,v 1.4 2004/06/24 23:35:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild,v 1.5 2005/09/04 10:25:48 flameeyes Exp $
DESCRIPTION="A plugin for Streamtuner that provides an embedded Python interpreter."
SRC_URI="http://savannah.nongnu.org/download/streamtuner/${P}.tar.gz"
@@ -16,5 +16,5 @@ DEPEND=">=net-misc/streamtuner-0.12.0
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README INSTALL
+ dodoc AUTHORS ChangeLog NEWS README
}
diff --git a/media-plugins/streamtuner-python/streamtuner-python-0.1.2.ebuild b/media-plugins/streamtuner-python/streamtuner-python-0.1.2.ebuild
index 38947b43d6df..24fe545ec2ab 100644
--- a/media-plugins/streamtuner-python/streamtuner-python-0.1.2.ebuild
+++ b/media-plugins/streamtuner-python/streamtuner-python-0.1.2.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-plugins/streamtuner-python/streamtuner-python-0.1.2.ebuild,v 1.5 2004/09/22 17:58:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-python/streamtuner-python-0.1.2.ebuild,v 1.6 2005/09/04 10:25:48 flameeyes Exp $
inherit eutils
@@ -24,5 +24,5 @@ src_unpack() {
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README INSTALL
+ dodoc AUTHORS ChangeLog NEWS README
}