diff options
author | 2005-09-03 23:42:43 +0000 | |
---|---|---|
committer | 2005-09-03 23:42:43 +0000 | |
commit | bba95c8b96642bfaf2193ead71ae5949b81f7b82 (patch) | |
tree | b5901639291f14fdb8a5867153a765722f205038 /media-plugins/streamtuner-live365 | |
parent | Don't install COPYING file. (diff) | |
download | gentoo-2-bba95c8b96642bfaf2193ead71ae5949b81f7b82.tar.gz gentoo-2-bba95c8b96642bfaf2193ead71ae5949b81f7b82.tar.bz2 gentoo-2-bba95c8b96642bfaf2193ead71ae5949b81f7b82.zip |
Don't install COPYING and INSTALL files.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-plugins/streamtuner-live365')
3 files changed, 12 insertions, 8 deletions
diff --git a/media-plugins/streamtuner-live365/ChangeLog b/media-plugins/streamtuner-live365/ChangeLog index cbb39cb0d119..518c8146f7a5 100644 --- a/media-plugins/streamtuner-live365/ChangeLog +++ b/media-plugins/streamtuner-live365/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/streamtuner-live365 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-live365/ChangeLog,v 1.12 2004/12/19 05:22:07 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-live365/ChangeLog,v 1.13 2005/09/03 23:42:43 flameeyes Exp $ + + 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + streamtuner-live365-0.3.0.ebuild, streamtuner-live365-0.3.4.ebuild: + Don't install COPYING and INSTALL files. 18 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> streamtuner-live365-0.3.4.ebuild: diff --git a/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild b/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild index 7ee9e92c0f0e..3a4d880b7982 100644 --- a/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild +++ b/media-plugins/streamtuner-live365/streamtuner-live365-0.3.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-live365/streamtuner-live365-0.3.0.ebuild,v 1.7 2004/06/24 23:34:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-live365/streamtuner-live365-0.3.0.ebuild,v 1.8 2005/09/03 23:42:43 flameeyes Exp $ IUSE="" @@ -17,5 +17,5 @@ src_install () { make DESTDIR=${D} \ sysconfdir=${D}/etc \ install || die - dodoc COPYING ChangeLog NEWS README INSTALL + dodoc ChangeLog NEWS README } diff --git a/media-plugins/streamtuner-live365/streamtuner-live365-0.3.4.ebuild b/media-plugins/streamtuner-live365/streamtuner-live365-0.3.4.ebuild index 5548cd513581..d420ab8718aa 100644 --- a/media-plugins/streamtuner-live365/streamtuner-live365-0.3.4.ebuild +++ b/media-plugins/streamtuner-live365/streamtuner-live365-0.3.4.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-live365/streamtuner-live365-0.3.4.ebuild,v 1.8 2004/12/19 05:22:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-live365/streamtuner-live365-0.3.4.ebuild,v 1.9 2005/09/03 23:42:43 flameeyes Exp $ DESCRIPTION="A plugin for Streamtuner that provides support for live365 streams." SRC_URI="http://savannah.nongnu.org/download/streamtuner/${P}.tar.gz" @@ -15,5 +15,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 } |