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
commite0698c249872d8176d64f9152d57a2ab4d84fe7b (patch)
treeefa7e0df0f7191653ae71de81fa16c4877bc9e7d /app-misc/booh
parentFixed depends (diff)
downloadhistorical-e0698c249872d8176d64f9152d57a2ab4d84fe7b.tar.gz
historical-e0698c249872d8176d64f9152d57a2ab4d84fe7b.tar.bz2
historical-e0698c249872d8176d64f9152d57a2ab4d84fe7b.zip
ebuild fixes : removed inherit eutils, merge gtk flags dependencies, don't install COPYING
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc/booh')
-rw-r--r--app-misc/booh/Manifest2
-rw-r--r--app-misc/booh/booh-0.3.0.ebuild10
2 files changed, 5 insertions, 7 deletions
diff --git a/app-misc/booh/Manifest b/app-misc/booh/Manifest
index 6c17ca2de87b..59a19acfa42b 100644
--- a/app-misc/booh/Manifest
+++ b/app-misc/booh/Manifest
@@ -2,7 +2,7 @@ MD5 d55092e1bf0321d85f912f51e953d7b2 booh-0.1.0.ebuild 801
MD5 188ebc998838f7c82012c80790f77c1c metadata.xml 240
MD5 6f423e56efdd01614342da2f35db7454 ChangeLog 649
MD5 3f5e3d0504df5eb09726ee857d9cdb85 booh-0.2.0.ebuild 833
-MD5 3a427e08eb603c9ba882c845d706c29a booh-0.3.0.ebuild 938
+MD5 8b875a4210597fd934412efdf61f8fe8 booh-0.3.0.ebuild 905
MD5 30c9a476ea8e72c7cb5ee9e046c20fd5 files/digest-booh-0.1.0 62
MD5 d9c3882ab06e096bc720d0f9e7ad44ea files/digest-booh-0.2.0 62
MD5 5d5ab68b64025ba67a81c71a0e43d44f files/digest-booh-0.3.0 62
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
}