diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-05-24 00:45:35 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-05-24 00:45:35 +0000 |
commit | e521bc97a30dc00ccf9860abd1e70b254cfa2330 (patch) | |
tree | f79a80fe774d9222bce591e17ce4898b120ba447 | |
parent | Change addwrite to VARTEXFONTS for bug #221921. (diff) | |
download | gentoo-2-e521bc97a30dc00ccf9860abd1e70b254cfa2330.tar.gz gentoo-2-e521bc97a30dc00ccf9860abd1e70b254cfa2330.tar.bz2 gentoo-2-e521bc97a30dc00ccf9860abd1e70b254cfa2330.zip |
Do not try to install non-existent NEWS file. Closes bug #216234 by Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>.
(Portage version: 2.1.5)
3 files changed, 10 insertions, 5 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index da7719a258f8..09ad1a55a859 100644 --- a/media-plugins/audacious-plugins/ChangeLog +++ b/media-plugins/audacious-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/audacious-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.90 2008/05/24 00:34:56 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.91 2008/05/24 00:45:35 chainsaw Exp $ + + 24 May 2008; <chainsaw@gentoo.org> audacious-plugins-1.5.0.ebuild, + audacious-plugins-1.5.1.ebuild: + Do not try to install non-existent NEWS file. Closes bug #216234 by + Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>. *audacious-plugins-1.5.1 (24 May 2008) diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild index da29fa829e32..567b5bef9f39 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild,v 1.1 2008/03/14 01:23:25 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild,v 1.2 2008/05/24 00:45:35 chainsaw Exp $ inherit eutils flag-o-matic @@ -99,7 +99,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS + dodoc AUTHORS } pkg_postinst() { diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild index 700b8127e306..dc32a510ea7a 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild,v 1.1 2008/05/24 00:34:56 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild,v 1.2 2008/05/24 00:45:35 chainsaw Exp $ inherit eutils flag-o-matic @@ -99,7 +99,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS + dodoc AUTHORS } pkg_postinst() { |