summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-14 12:45:22 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-14 12:45:22 +0000
commit9a908d5fd091c2a3080c548cff32ee08bcfc1445 (patch)
tree3c1a12531a07d618d02f15b6b60739b6ae3cd8fb /dev-python/pygtkglext/pygtkglext-1.0.1.ebuild
parentunpeg adns-python depends and cleanup (diff)
downloadhistorical-9a908d5fd091c2a3080c548cff32ee08bcfc1445.tar.gz
historical-9a908d5fd091c2a3080c548cff32ee08bcfc1445.tar.bz2
historical-9a908d5fd091c2a3080c548cff32ee08bcfc1445.zip
add fixes to pygtkglext examples (#38406)
Diffstat (limited to 'dev-python/pygtkglext/pygtkglext-1.0.1.ebuild')
-rw-r--r--dev-python/pygtkglext/pygtkglext-1.0.1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild b/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild
index 5e4a882f1d3a..39abdf0a8ba7 100644
--- a/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild
+++ b/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# 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-python/pygtkglext/pygtkglext-1.0.1.ebuild,v 1.2 2004/01/04 15:25:34 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild,v 1.3 2004/02/14 12:45:22 liquidx Exp $
inherit python
@@ -22,6 +22,11 @@ DEPEND=">=dev-lang/python-2.2.3-r3
virtual/opengl
virtual/glu"
+src_unpack() {
+ unpack ${A}
+ cd ${S}; epatch ${FILESDIR}/${P}-gentoo.diff
+}
+
src_compile() {
econf
emake || die