diff options
7 files changed, 26 insertions, 14 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/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 } |