diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
commit | 05554055fef72aa90b009568a2082f6e55b7c10e (patch) | |
tree | 168c5ec2e07bb7721bd80b5446f565e9dd5ba577 /dev-util/spe | |
parent | Upstream requested minor changes (Manifest recommit) (diff) | |
download | gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.gz gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.bz2 gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.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.ebuild | 9 |
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} |