summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 10:31:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 10:31:21 +0000
commit2445065480d983bf2f1c750a424b811cb33a8543 (patch)
tree60ae0d9e1fe0942d420a3d2fcef9e4b13a83f315
parentDon't install COPYING and INSTALL files. Use autotools eclass to re-create th... (diff)
downloadhistorical-2445065480d983bf2f1c750a424b811cb33a8543.tar.gz
historical-2445065480d983bf2f1c750a424b811cb33a8543.tar.bz2
historical-2445065480d983bf2f1c750a424b811cb33a8543.zip
Don't install COPYING and INSTALL files.
Package-Manager: portage-2.0.51.22
-rw-r--r--media-plugins/streamtuner-local/ChangeLog6
-rw-r--r--media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild4
-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
-rw-r--r--media-plugins/streamtuner-xiph/ChangeLog8
-rw-r--r--media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild6
-rw-r--r--media-plugins/xmms-infopipe/ChangeLog6
-rw-r--r--media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild4
-rw-r--r--media-plugins/xmms-iris/ChangeLog6
-rw-r--r--media-plugins/xmms-iris/xmms-iris-0.11.ebuild4
-rw-r--r--media-plugins/xmms-iris/xmms-iris-0.12.ebuild4
-rw-r--r--media-plugins/xmms-jess/ChangeLog7
-rw-r--r--media-plugins/xmms-jess/xmms-jess-2.9.1.ebuild6
-rw-r--r--media-plugins/xmms-sid/ChangeLog7
-rw-r--r--media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild4
-rw-r--r--media-plugins/xmms-sid/xmms-sid-0.7.4.ebuild4
-rw-r--r--media-plugins/xmms-sid/xmms-sid-0.8.0_beta10.ebuild4
-rw-r--r--media-plugins/xmms-sid/xmms-sid-0.8.0_beta8.ebuild4
-rw-r--r--media-plugins/xmms-status-plugin/ChangeLog6
-rw-r--r--media-plugins/xmms-status-plugin/xmms-status-plugin-1.0.ebuild4
21 files changed, 73 insertions, 41 deletions
diff --git a/media-plugins/streamtuner-local/ChangeLog b/media-plugins/streamtuner-local/ChangeLog
index c9c064425651..1f5465114c2c 100644
--- a/media-plugins/streamtuner-local/ChangeLog
+++ b/media-plugins/streamtuner-local/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/streamtuner-local
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/ChangeLog,v 1.13 2005/05/28 18:55:16 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/ChangeLog,v 1.14 2005/09/04 10:27:59 flameeyes Exp $
+
+ 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ streamtuner-local-0.4.0.ebuild:
+ Don't install COPYING and INSTALL files.
28 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
-streamtuner-local-0.2.1.ebuild, streamtuner-local-0.4.0.ebuild:
diff --git a/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild b/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild
index 57c136ca320d..2fce1ec638c3 100644
--- a/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild
+++ b/media-plugins/streamtuner-local/streamtuner-local-0.4.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-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild,v 1.11 2005/05/28 18:55:16 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild,v 1.12 2005/09/04 10:27:59 flameeyes Exp $
inherit eutils
@@ -25,5 +25,5 @@ src_unpack() {
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/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
}
diff --git a/media-plugins/streamtuner-xiph/ChangeLog b/media-plugins/streamtuner-xiph/ChangeLog
index 477c9d64eb4e..de7ead054968 100644
--- a/media-plugins/streamtuner-xiph/ChangeLog
+++ b/media-plugins/streamtuner-xiph/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/streamtuner-xiph
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-xiph/ChangeLog,v 1.8 2004/12/19 05:24:50 eradicator Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-xiph/ChangeLog,v 1.9 2005/09/04 10:31:21 flameeyes Exp $
+
+ 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ streamtuner-xiph-0.1.0.ebuild:
+ Don't install COPYING and INSTALL files.
18 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
streamtuner-xiph-0.1.0.ebuild:
diff --git a/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild b/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild
index 53946f72ebc6..be1f695f169f 100644
--- a/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild
+++ b/media-plugins/streamtuner-xiph/streamtuner-xiph-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-xiph/streamtuner-xiph-0.1.0.ebuild,v 1.9 2004/12/19 05:24:50 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild,v 1.10 2005/09/04 10:31:21 flameeyes Exp $
DESCRIPTION="A plugin for Streamtuner to play xiph.org streams."
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/xmms-infopipe/ChangeLog b/media-plugins/xmms-infopipe/ChangeLog
index dfd9c858568d..7fcb6e61bd55 100644
--- a/media-plugins/xmms-infopipe/ChangeLog
+++ b/media-plugins/xmms-infopipe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/xmms-infopipe
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infopipe/ChangeLog,v 1.14 2005/07/21 14:12:01 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infopipe/ChangeLog,v 1.15 2005/09/04 10:29:35 flameeyes Exp $
+
+ 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ xmms-infopipe-1.3.ebuild:
+ Don't install COPYING and INSTALL files.
21 Jul 2005; Markus Rothe <corsair@gentoo.org> xmms-infopipe-1.3.ebuild:
Stable on ppc64
diff --git a/media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild b/media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild
index 9421e11425c2..390203278ccb 100644
--- a/media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild
+++ b/media-plugins/xmms-infopipe/xmms-infopipe-1.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-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild,v 1.16 2005/07/21 14:12:01 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infopipe/xmms-infopipe-1.3.ebuild,v 1.17 2005/09/04 10:29:35 flameeyes Exp $
IUSE=""
@@ -30,5 +30,5 @@ EOF
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog NEWS README
}
diff --git a/media-plugins/xmms-iris/ChangeLog b/media-plugins/xmms-iris/ChangeLog
index 94995a3aba13..b52556126d2c 100644
--- a/media-plugins/xmms-iris/ChangeLog
+++ b/media-plugins/xmms-iris/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/xmms-iris
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-iris/ChangeLog,v 1.12 2005/03/29 08:51:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-iris/ChangeLog,v 1.13 2005/09/04 10:29:07 flameeyes Exp $
+
+ 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> xmms-iris-0.11.ebuild,
+ xmms-iris-0.12.ebuild:
+ Don't install COPYING and INSTALL files.
*xmms-iris-0.12 (29 Mar 2005)
diff --git a/media-plugins/xmms-iris/xmms-iris-0.11.ebuild b/media-plugins/xmms-iris/xmms-iris-0.11.ebuild
index da9cf76f5d31..b6a3eb163072 100644
--- a/media-plugins/xmms-iris/xmms-iris-0.11.ebuild
+++ b/media-plugins/xmms-iris/xmms-iris-0.11.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-plugins/xmms-iris/xmms-iris-0.11.ebuild,v 1.13 2005/03/29 08:51:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-iris/xmms-iris-0.11.ebuild,v 1.14 2005/09/04 10:29:07 flameeyes Exp $
IUSE=""
@@ -31,5 +31,5 @@ src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL README TODO NEWS
+ dodoc AUTHORS ChangeLog README TODO NEWS
}
diff --git a/media-plugins/xmms-iris/xmms-iris-0.12.ebuild b/media-plugins/xmms-iris/xmms-iris-0.12.ebuild
index 1ce48f8c9240..7ca27d796231 100644
--- a/media-plugins/xmms-iris/xmms-iris-0.12.ebuild
+++ b/media-plugins/xmms-iris/xmms-iris-0.12.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-plugins/xmms-iris/xmms-iris-0.12.ebuild,v 1.1 2005/03/29 08:51:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-iris/xmms-iris-0.12.ebuild,v 1.2 2005/09/04 10:29:07 flameeyes Exp $
IUSE=""
@@ -31,5 +31,5 @@ src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL README TODO NEWS
+ dodoc AUTHORS ChangeLog README TODO NEWS
}
diff --git a/media-plugins/xmms-jess/ChangeLog b/media-plugins/xmms-jess/ChangeLog
index 3a9b15e415b5..88f50c4e08e5 100644
--- a/media-plugins/xmms-jess/ChangeLog
+++ b/media-plugins/xmms-jess/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/xmms-jess
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-jess/ChangeLog,v 1.11 2004/10/07 03:18:19 eradicator Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-jess/ChangeLog,v 1.12 2005/09/04 10:29:49 flameeyes Exp $
+
+ 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> xmms-jess-2.9.1.ebuild:
+ Don't install COPYING and INSTALL files.
06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
xmms-jess-2.9.1.ebuild:
diff --git a/media-plugins/xmms-jess/xmms-jess-2.9.1.ebuild b/media-plugins/xmms-jess/xmms-jess-2.9.1.ebuild
index 843065bea7da..05e02441b5f4 100644
--- a/media-plugins/xmms-jess/xmms-jess-2.9.1.ebuild
+++ b/media-plugins/xmms-jess/xmms-jess-2.9.1.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/xmms-jess/xmms-jess-2.9.1.ebuild,v 1.12 2004/10/07 03:18:19 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-jess/xmms-jess-2.9.1.ebuild,v 1.13 2005/09/04 10:29:49 flameeyes Exp $
IUSE=""
@@ -30,5 +30,5 @@ src_install () {
make DESTDIR="${D}" install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL README NEWS
+ dodoc AUTHORS ChangeLog README NEWS
}
diff --git a/media-plugins/xmms-sid/ChangeLog b/media-plugins/xmms-sid/ChangeLog
index bffe56195efd..e4ac1722445d 100644
--- a/media-plugins/xmms-sid/ChangeLog
+++ b/media-plugins/xmms-sid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/xmms-sid
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/ChangeLog,v 1.14 2005/04/07 14:36:36 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/ChangeLog,v 1.15 2005/09/04 10:31:05 flameeyes Exp $
+
+ 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> xmms-sid-0.7.3.ebuild,
+ xmms-sid-0.7.4.ebuild, xmms-sid-0.8.0_beta8.ebuild,
+ xmms-sid-0.8.0_beta10.ebuild:
+ Don't install COPYING and INSTALL files.
07 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
xmms-sid-0.8.0_beta10.ebuild:
diff --git a/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild b/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild
index 091866918755..f88da0997e53 100644
--- a/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild
+++ b/media-plugins/xmms-sid/xmms-sid-0.7.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-plugins/xmms-sid/xmms-sid-0.7.3.ebuild,v 1.8 2005/04/07 14:36:36 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild,v 1.9 2005/09/04 10:31:05 flameeyes Exp $
DESCRIPTION="C64 SID plugin for XMMS"
HOMEPAGE="http://www.tnsp.org/xmms-sid.php"
@@ -17,5 +17,5 @@ DEPEND="media-sound/xmms
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* NEWS TODO
+ dodoc AUTHORS BUGS ChangeLog README* NEWS TODO
}
diff --git a/media-plugins/xmms-sid/xmms-sid-0.7.4.ebuild b/media-plugins/xmms-sid/xmms-sid-0.7.4.ebuild
index 7452ab56e73f..083a1a2ea099 100644
--- a/media-plugins/xmms-sid/xmms-sid-0.7.4.ebuild
+++ b/media-plugins/xmms-sid/xmms-sid-0.7.4.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-plugins/xmms-sid/xmms-sid-0.7.4.ebuild,v 1.7 2005/04/07 14:36:36 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/xmms-sid-0.7.4.ebuild,v 1.8 2005/09/04 10:31:05 flameeyes Exp $
DESCRIPTION="C64 SID plugin for XMMS"
HOMEPAGE="http://www.tnsp.org/xmms-sid.php"
@@ -17,5 +17,5 @@ DEPEND="media-sound/xmms
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* NEWS TODO
+ dodoc AUTHORS BUGS ChangeLog README* NEWS TODO
}
diff --git a/media-plugins/xmms-sid/xmms-sid-0.8.0_beta10.ebuild b/media-plugins/xmms-sid/xmms-sid-0.8.0_beta10.ebuild
index f5098f1d84ba..385b73368d12 100644
--- a/media-plugins/xmms-sid/xmms-sid-0.8.0_beta10.ebuild
+++ b/media-plugins/xmms-sid/xmms-sid-0.8.0_beta10.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-plugins/xmms-sid/xmms-sid-0.8.0_beta10.ebuild,v 1.8 2005/04/07 14:36:36 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/xmms-sid-0.8.0_beta10.ebuild,v 1.9 2005/09/04 10:31:05 flameeyes Exp $
MY_PV=${PV/_beta/beta}
MY_P=${PN}-${MY_PV}
@@ -37,5 +37,5 @@ src_unpack() {
src_install () {
make DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* NEWS TODO
+ dodoc AUTHORS BUGS ChangeLog README* NEWS TODO
}
diff --git a/media-plugins/xmms-sid/xmms-sid-0.8.0_beta8.ebuild b/media-plugins/xmms-sid/xmms-sid-0.8.0_beta8.ebuild
index d1df63665be9..bdf44ad32fc7 100644
--- a/media-plugins/xmms-sid/xmms-sid-0.8.0_beta8.ebuild
+++ b/media-plugins/xmms-sid/xmms-sid-0.8.0_beta8.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-plugins/xmms-sid/xmms-sid-0.8.0_beta8.ebuild,v 1.6 2005/04/07 14:36:36 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/xmms-sid-0.8.0_beta8.ebuild,v 1.7 2005/09/04 10:31:05 flameeyes Exp $
MY_PV=${PV/_beta/beta}
MY_P=${PN}-${MY_PV}
@@ -20,5 +20,5 @@ DEPEND="media-sound/xmms
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* NEWS TODO
+ dodoc AUTHORS BUGS ChangeLog README* NEWS TODO
}
diff --git a/media-plugins/xmms-status-plugin/ChangeLog b/media-plugins/xmms-status-plugin/ChangeLog
index 26713a9b6110..7a80a198b996 100644
--- a/media-plugins/xmms-status-plugin/ChangeLog
+++ b/media-plugins/xmms-status-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/xmms-status-plugin
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-status-plugin/ChangeLog,v 1.9 2005/08/07 13:36:12 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-status-plugin/ChangeLog,v 1.10 2005/09/04 10:28:24 flameeyes Exp $
+
+ 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ xmms-status-plugin-1.0.ebuild:
+ Don't install COPYING and INSTALL files.
07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
xmms-status-plugin-1.0.ebuild:
diff --git a/media-plugins/xmms-status-plugin/xmms-status-plugin-1.0.ebuild b/media-plugins/xmms-status-plugin/xmms-status-plugin-1.0.ebuild
index 3c8548be5df6..0af4dd37cbff 100644
--- a/media-plugins/xmms-status-plugin/xmms-status-plugin-1.0.ebuild
+++ b/media-plugins/xmms-status-plugin/xmms-status-plugin-1.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-plugins/xmms-status-plugin/xmms-status-plugin-1.0.ebuild,v 1.8 2005/08/07 13:36:12 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-status-plugin/xmms-status-plugin-1.0.ebuild,v 1.9 2005/09/04 10:28:24 flameeyes Exp $
IUSE="nls"
@@ -32,5 +32,5 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL README TODO
+ dodoc AUTHORS ChangeLog README TODO
}