summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-28 15:41:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-28 15:41:04 +0000
commit491ecdf310243fa2ef1f4aed03842a017028fa4d (patch)
tree008f4cfee5de685b0ea907e573ee876103967b34 /dev-util/spe
parentyou fools need to learn how to inherit eutils for epatch (diff)
downloadhistorical-491ecdf310243fa2ef1f4aed03842a017028fa4d.tar.gz
historical-491ecdf310243fa2ef1f4aed03842a017028fa4d.tar.bz2
historical-491ecdf310243fa2ef1f4aed03842a017028fa4d.zip
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'dev-util/spe')
-rw-r--r--dev-util/spe/spe-0.5.1a.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/spe/spe-0.5.1a.ebuild b/dev-util/spe/spe-0.5.1a.ebuild
index 44dffc13ae7a..fda38044e737 100644
--- a/dev-util/spe/spe-0.5.1a.ebuild
+++ b/dev-util/spe/spe-0.5.1a.ebuild
@@ -1,24 +1,25 @@
# 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.5.1a.ebuild,v 1.2 2004/05/09 00:42:18 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.5.1a.ebuild,v 1.3 2004/05/28 15:41:04 vapier Exp $
-inherit distutils
+inherit distutils eutils
MY_P="SPE-0.5.1.a-wx2.4.2.4.-bl2.31"
DESCRIPTION="Python IDE with Blender support"
HOMEPAGE="http://spe.pycs.net/"
SRC_URI="http://projects.blender.org/download.php/148/${MY_P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-S="${WORKDIR}/${MY_P}"
DEPEND=">=virtual/python-2.2.3-r1"
-
RDEPEND=">=dev-python/wxPython-2.4.2.4
${DEPEND}"
+S="${WORKDIR}/${MY_P}"
+
src_unpack() {
unpack ${A}
cd ${S}