diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-31 12:28:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-31 12:28:04 +0000 |
commit | 7e2203d1a7a3e554a364226350a3b2ff07d61eb8 (patch) | |
tree | 9185a0a3b54f67d6b3ccdd68006be95335164946 /media-libs/raptor | |
parent | New release. Add perl/python/xchat USE flags. (diff) | |
download | gentoo-2-7e2203d1a7a3e554a364226350a3b2ff07d61eb8.tar.gz gentoo-2-7e2203d1a7a3e554a364226350a3b2ff07d61eb8.tar.bz2 gentoo-2-7e2203d1a7a3e554a364226350a3b2ff07d61eb8.zip |
Don't install INSTALL documentation.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r-- | media-libs/raptor/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/raptor/raptor-1.4.5.ebuild | 6 | ||||
-rw-r--r-- | media-libs/raptor/raptor-1.4.7.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index 94f55bf3ffcb..8e4825935b2e 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.25 2005/10/18 00:27:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.26 2005/10/31 12:28:04 flameeyes Exp $ + + 31 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> raptor-1.4.5.ebuild, + raptor-1.4.7.ebuild: + Don't install INSTALL documentation. *raptor-1.4.7 (18 Oct 2005) diff --git a/media-libs/raptor/raptor-1.4.5.ebuild b/media-libs/raptor/raptor-1.4.5.ebuild index da2c2c5b815d..c8e753c7fa46 100644 --- a/media-libs/raptor/raptor-1.4.5.ebuild +++ b/media-libs/raptor/raptor-1.4.5.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-libs/raptor/raptor-1.4.5.ebuild,v 1.4 2005/06/14 00:03:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.5.ebuild,v 1.5 2005/10/31 12:28:04 flameeyes Exp $ inherit eutils @@ -40,8 +40,8 @@ RDEPEND="virtual/libc # ssl? ( dev-libs/openssl ) # curl? ( net-misc/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) )" -DOC="AUTHORS ChangeLog INSTALL NEWS README" -HTML="INSTALL.html NEWS.html README.html" +DOC="AUTHORS ChangeLog NEWS README" +HTML="NEWS.html README.html" src_unpack() { unpack ${A} diff --git a/media-libs/raptor/raptor-1.4.7.ebuild b/media-libs/raptor/raptor-1.4.7.ebuild index 4c3b03a05b02..fa5edd437b71 100644 --- a/media-libs/raptor/raptor-1.4.7.ebuild +++ b/media-libs/raptor/raptor-1.4.7.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-libs/raptor/raptor-1.4.7.ebuild,v 1.1 2005/10/18 00:27:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.7.ebuild,v 1.2 2005/10/31 12:28:04 flameeyes Exp $ inherit eutils @@ -70,6 +70,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README - dohtml INSTALL.html NEWS.html README.html + dodoc AUTHORS ChangeLog NEWS README + dohtml NEWS.html README.html } |