From d1e8fb515d5dd2bfa4e7a803702c36f2e8b54478 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sun, 4 Sep 2005 10:28:24 +0000 Subject: Don't install COPYING and INSTALL files. (Portage version: 2.0.51.22) --- media-plugins/streamtuner-local/ChangeLog | 6 +++++- media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'media-plugins/streamtuner-local') 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ò + streamtuner-local-0.4.0.ebuild: + Don't install COPYING and INSTALL files. 28 May 2005; Jan Brinkmann -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 } -- cgit v1.2.3-65-gdbad