diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:45:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:45:37 +0000 |
commit | 0ff3cb347ca2f2e09627aa6a26bce5474c99018c (patch) | |
tree | edb8c5d2b06ae4230bfd96046b34755d230c7dbd /media-sound/sonic-rainbow | |
parent | Moking pkg-config calls to src_compile() to avoid problems in binary packages. (diff) | |
download | gentoo-2-0ff3cb347ca2f2e09627aa6a26bce5474c99018c.tar.gz gentoo-2-0ff3cb347ca2f2e09627aa6a26bce5474c99018c.tar.bz2 gentoo-2-0ff3cb347ca2f2e09627aa6a26bce5474c99018c.zip |
Don't install INSTALL file.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-sound/sonic-rainbow')
4 files changed, 16 insertions, 11 deletions
diff --git a/media-sound/sonic-rainbow/ChangeLog b/media-sound/sonic-rainbow/ChangeLog index c485e2e6b937..df2b820166b6 100644 --- a/media-sound/sonic-rainbow/ChangeLog +++ b/media-sound/sonic-rainbow/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/sonic-rainbow -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sonic-rainbow/ChangeLog,v 1.8 2004/09/15 17:30:11 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sonic-rainbow/ChangeLog,v 1.9 2005/09/10 15:45:29 flameeyes Exp $ + + 10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + sonic-rainbow-0.5.1.ebuild, sonic-rainbow-0.6.2.1.ebuild, + sonic-rainbow-0.6.2.2.ebuild: + Don't install INSTALL file. 15 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> sonic-rainbow-0.6.2.2.ebuild: diff --git a/media-sound/sonic-rainbow/sonic-rainbow-0.5.1.ebuild b/media-sound/sonic-rainbow/sonic-rainbow-0.5.1.ebuild index c98903d4320c..37c2c1de8c29 100644 --- a/media-sound/sonic-rainbow/sonic-rainbow-0.5.1.ebuild +++ b/media-sound/sonic-rainbow/sonic-rainbow-0.5.1.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-sound/sonic-rainbow/sonic-rainbow-0.5.1.ebuild,v 1.5 2004/07/08 23:26:09 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sonic-rainbow/sonic-rainbow-0.5.1.ebuild,v 1.6 2005/09/10 15:45:29 flameeyes Exp $ IUSE="" @@ -38,6 +38,6 @@ src_unpack() { src_install() { make DESTDIR=${D} localedir=${D}/usr/share/locale install || die - dodoc AUTHORS INSTALL README + dodoc AUTHORS README dohtml doc/Sonic-Rainbow.html } diff --git a/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.1.ebuild b/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.1.ebuild index 4dc3bd3207e0..8686b3699d10 100644 --- a/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.1.ebuild +++ b/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.1.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-sound/sonic-rainbow/sonic-rainbow-0.6.2.1.ebuild,v 1.1 2004/07/08 23:26:09 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.1.ebuild,v 1.2 2005/09/10 15:45:29 flameeyes Exp $ inherit eutils @@ -35,6 +35,6 @@ src_install() { # Remove the docs they install rm -rf ${D}/usr/share/Sonic-Rainbow/ - dodoc AUTHORS INSTALL README + dodoc AUTHORS README dohtml doc/Sonic-Rainbow.html } diff --git a/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.2.ebuild b/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.2.ebuild index 2464a41f28ae..107f25cacaf1 100644 --- a/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.2.ebuild +++ b/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.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-sound/sonic-rainbow/sonic-rainbow-0.6.2.2.ebuild,v 1.3 2004/09/15 17:30:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sonic-rainbow/sonic-rainbow-0.6.2.2.ebuild,v 1.4 2005/09/10 15:45:29 flameeyes Exp $ inherit eutils @@ -35,6 +35,6 @@ src_install() { # Remove the docs they install rm -rf ${D}/usr/share/Sonic-Rainbow/ - dodoc AUTHORS INSTALL README + dodoc AUTHORS README dohtml doc/Sonic-Rainbow.html } |