summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 10:33:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 10:33:44 +0000
commit5566ab63b0851a2c4367fcaefb432904802226ac (patch)
tree6941116ea3a9dc973f6b4df76563ddd3ebe1feb3 /media-plugins/streamtuner-xiph
parentDon't install COPYING file. (diff)
downloadgentoo-2-5566ab63b0851a2c4367fcaefb432904802226ac.tar.gz
gentoo-2-5566ab63b0851a2c4367fcaefb432904802226ac.tar.bz2
gentoo-2-5566ab63b0851a2c4367fcaefb432904802226ac.zip
Don't install COPYING and INSTALL files.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-plugins/streamtuner-xiph')
-rw-r--r--media-plugins/streamtuner-xiph/ChangeLog8
-rw-r--r--media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild6
2 files changed, 9 insertions, 5 deletions
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
}