summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2005-04-11 15:35:29 +0000
committerDamien Krotkine <dams@gentoo.org>2005-04-11 15:35:29 +0000
commitb14cc8f9b64ea9525a51cd34754c4a5405611487 (patch)
tree5bbc30e3961bc0c87b1312ddf3ea2f1309cb9c93 /app-misc/booh
parentFixed depends (diff)
downloadgentoo-2-b14cc8f9b64ea9525a51cd34754c4a5405611487.tar.gz
gentoo-2-b14cc8f9b64ea9525a51cd34754c4a5405611487.tar.bz2
gentoo-2-b14cc8f9b64ea9525a51cd34754c4a5405611487.zip
ebuild fixes : removed inherit eutils, merge gtk flags dependencies, don't install COPYING
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-misc/booh')
-rw-r--r--app-misc/booh/booh-0.3.0.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-misc/booh/booh-0.3.0.ebuild b/app-misc/booh/booh-0.3.0.ebuild
index 1ff37ece3347..081a586e49bb 100644
--- a/app-misc/booh/booh-0.3.0.ebuild
+++ b/app-misc/booh/booh-0.3.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/booh-0.3.0.ebuild,v 1.2 2005/04/11 15:28:29 dams Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/booh-0.3.0.ebuild,v 1.3 2005/04/11 15:35:29 dams Exp $
DESCRIPTION="Static HTML photo album generator"
HOMEPAGE="http://www.zarb.org/~gc/html/booh.html"
@@ -15,8 +13,8 @@ IUSE="gtk transcode encode exif"
DEPEND=">=dev-lang/ruby-1.8.2
>=dev-ruby/ruby-gettext-0.8.0
- gtk? ( >=dev-ruby/ruby-gtk2-0.12.0 )
- gtk? ( >=x11-libs/gtk+-2.6.0 )
+ gtk? ( >=dev-ruby/ruby-gtk2-0.12.0
+ >=x11-libs/gtk+-2.6.0 )
>=media-gfx/imagemagick-6.2.0.4
transcode2? ( media-video/transcode )
encode? ( media-video/mplayer )
@@ -32,6 +30,6 @@ src_compile() {
src_install() {
ruby setup.rb install --prefix="${D}"
- dodoc AUTHORS COPYING INTERNALS README VERSION
+ dodoc AUTHORS INTERNALS README VERSION
}