summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-20 02:27:27 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-20 02:27:27 +0000
commit8c3dfa48b23890b9af5f5dc073fbb3ba7c25c766 (patch)
treefd575cd5e9e93117477edf3c055bf96dfdcdb107 /media-gfx/gimp
parentNEVER use exit in an ebuild (diff)
downloadhistorical-8c3dfa48b23890b9af5f5dc073fbb3ba7c25c766.tar.gz
historical-8c3dfa48b23890b9af5f5dc073fbb3ba7c25c766.tar.bz2
historical-8c3dfa48b23890b9af5f5dc073fbb3ba7c25c766.zip
NEVER use exit in an ebuild
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r--media-gfx/gimp/gimp-1.2.3-r3.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/media-gfx/gimp/gimp-1.2.3-r3.ebuild b/media-gfx/gimp/gimp-1.2.3-r3.ebuild
index 076e6aa7e797..3de1ac7fd5ef 100644
--- a/media-gfx/gimp/gimp-1.2.3-r3.ebuild
+++ b/media-gfx/gimp/gimp-1.2.3-r3.ebuild
@@ -1,19 +1,17 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.3-r3.ebuild,v 1.11 2003/09/06 23:56:38 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.3-r3.ebuild,v 1.12 2003/11/20 02:27:27 vapier Exp $
inherit eutils flag-o-matic
-IUSE="python nls gnome aalib perl"
-
-S=${WORKDIR}/${P}
DESCRIPTION="The GIMP"
-SRC_URI="ftp://ftp.gimp.org/pub/gimp/v1.2/v${PV}/${P}.tar.bz2"
HOMEPAGE="http://www.gimp.org/"
+SRC_URI="ftp://ftp.gimp.org/pub/gimp/v1.2/v${PV}/${P}.tar.bz2"
+LICENSE="GPL-2"
SLOT="1.2"
KEYWORDS="x86 ppc sparc alpha"
-LICENSE="GPL-2"
+IUSE="python nls gnome aalib perl"
RDEPEND="=x11-libs/gtk+-1.2*
aalib? ( >=media-libs/aalib-1.2 )
@@ -22,7 +20,6 @@ RDEPEND="=x11-libs/gtk+-1.2*
>=dev-perl/gtk-perl-0.7004 )
python? ( >=dev-lang/python-2.0 )
gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )"
-
DEPEND="nls? ( sys-devel/gettext )
sys-devel/autoconf
sys-devel/automake