diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-09 13:19:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-09 13:19:09 +0000 |
commit | 0fbf26f91cb8a36951cedfb17848dee4148f7ef0 (patch) | |
tree | 797d7152597a957627b546aa27a95afc9a8e7a49 /media-sound/rezound | |
parent | Don't install INSTALL and COPYING files. (diff) | |
download | gentoo-2-0fbf26f91cb8a36951cedfb17848dee4148f7ef0.tar.gz gentoo-2-0fbf26f91cb8a36951cedfb17848dee4148f7ef0.tar.bz2 gentoo-2-0fbf26f91cb8a36951cedfb17848dee4148f7ef0.zip |
Don't install INSTALL and ABOUT-NLS files.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-sound/rezound')
-rw-r--r-- | media-sound/rezound/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/rezound/rezound-0.12.0_beta.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-sound/rezound/ChangeLog b/media-sound/rezound/ChangeLog index 3063b859ea27..88ea70ad5dce 100644 --- a/media-sound/rezound/ChangeLog +++ b/media-sound/rezound/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/rezound # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/ChangeLog,v 1.24 2005/05/28 15:27:16 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/ChangeLog,v 1.25 2005/09/09 13:19:09 flameeyes Exp $ + + 09 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + rezound-0.12.0_beta.ebuild: + Don't install INSTALL and ABOUT-NLS files. 28 May 2005; Jan Brinkmann <luckyduck@gentoo.org> -rezound-0.11.1_beta.ebuild: diff --git a/media-sound/rezound/rezound-0.12.0_beta.ebuild b/media-sound/rezound/rezound-0.12.0_beta.ebuild index e392e78aa9f0..1dc599cdd226 100644 --- a/media-sound/rezound/rezound-0.12.0_beta.ebuild +++ b/media-sound/rezound/rezound-0.12.0_beta.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-sound/rezound/rezound-0.12.0_beta.ebuild,v 1.2 2005/05/27 17:06:07 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.12.0_beta.ebuild,v 1.3 2005/09/09 13:19:09 flameeyes Exp $ inherit eutils @@ -70,9 +70,7 @@ src_install() { # remove wrong doc directory rm -rf ${D}/usr/doc/${PN} - # install docs manually, but don't install - # COPYING, since this is obsolete ($LICENCE is enough) - dodoc ABOUT-NLS docs/{AUTHORS,*INSTALL,NEWS,README*} + dodoc docs/{AUTHORS,NEWS,README*} dodoc docs/{TODO_FOR_USERS_TO_READ,*.txt} docinto code |