summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-26 01:45:41 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-26 01:45:41 +0000
commitd5e3bddd7a245012c3ad1f5013472feced1a41ca (patch)
tree5d7c61d5a0d866d4fd754baf0793db5b858c91fe /dev-util/spe
parentadded more explicit configure options, einfo for tiff issue, stable bumps (diff)
downloadhistorical-d5e3bddd7a245012c3ad1f5013472feced1a41ca.tar.gz
historical-d5e3bddd7a245012c3ad1f5013472feced1a41ca.tar.bz2
historical-d5e3bddd7a245012c3ad1f5013472feced1a41ca.zip
add inherit eutils
Diffstat (limited to 'dev-util/spe')
-rw-r--r--dev-util/spe/spe-0.4.2c.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/spe/spe-0.4.2c.ebuild b/dev-util/spe/spe-0.4.2c.ebuild
index 7105abb754d0..d2c2cc812042 100644
--- a/dev-util/spe/spe-0.4.2c.ebuild
+++ b/dev-util/spe/spe-0.4.2c.ebuild
@@ -1,18 +1,20 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.4.2c.ebuild,v 1.1 2003/12/28 00:07:01 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.4.2c.ebuild,v 1.2 2004/04/26 01:45:41 vapier Exp $
-inherit distutils
+inherit distutils eutils
MY_P="SPE-0.4.2.c-wx2.4.2.4.-bl2.31"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="Python IDE with Blender support"
HOMEPAGE="http://spe.pycs.net/"
SRC_URI="http://projects.blender.org/download.php/66/${MY_P}.zip"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND=">=dev-lang/python-2.2.3-r1
>=dev-python/wxPython-2.4.2.4"