summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/booh/booh-0.3.0.ebuild')
-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
}