summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-22 15:23:47 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-22 15:23:47 +0000
commitee49472e9a2e0aade7354e7071f02c46d4d6879c (patch)
treee4f66d19ac10f42fc60cc17536884956173b7122 /app-misc/booh
parentFixed SRC_URI (diff)
downloadgentoo-2-ee49472e9a2e0aade7354e7071f02c46d4d6879c.tar.gz
gentoo-2-ee49472e9a2e0aade7354e7071f02c46d4d6879c.tar.bz2
gentoo-2-ee49472e9a2e0aade7354e7071f02c46d4d6879c.zip
Beautified *DEPEND and SRC_URI.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-misc/booh')
-rw-r--r--app-misc/booh/booh-0.1.0.ebuild4
-rw-r--r--app-misc/booh/booh-0.2.0.ebuild8
2 files changed, 7 insertions, 5 deletions
diff --git a/app-misc/booh/booh-0.1.0.ebuild b/app-misc/booh/booh-0.1.0.ebuild
index 8ede1ccbde7a..3a8c9bd8e9d9 100644
--- a/app-misc/booh/booh-0.1.0.ebuild
+++ b/app-misc/booh/booh-0.1.0.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/app-misc/booh/booh-0.1.0.ebuild,v 1.1 2005/04/01 15:44:56 dams Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/booh-0.1.0.ebuild,v 1.2 2005/05/22 15:19:45 swegener Exp $
inherit eutils
@@ -15,7 +15,7 @@ IUSE="gtk"
DEPEND=">=dev-lang/ruby-1.8.2
>=dev-ruby/ruby-gettext-0.8.0
- gtk? ( >=dev-ruby/ruby-gtk2-0.10.1)
+ gtk? ( >=dev-ruby/ruby-gtk2-0.10.1 )
media-gfx/exif
>=media-gfx/imagemagick-6.2.0.4"
diff --git a/app-misc/booh/booh-0.2.0.ebuild b/app-misc/booh/booh-0.2.0.ebuild
index 8b3e0daf3e0c..9d5695becf4c 100644
--- a/app-misc/booh/booh-0.2.0.ebuild
+++ b/app-misc/booh/booh-0.2.0.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/app-misc/booh/booh-0.2.0.ebuild,v 1.2 2005/04/05 16:30:23 dams Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/booh-0.2.0.ebuild,v 1.3 2005/05/22 15:19:45 swegener Exp $
inherit eutils
@@ -15,8 +15,10 @@ IUSE="gtk"
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/exif
>=media-gfx/imagemagick-6.2.0.4"