diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-16 06:06:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-16 06:06:08 +0000 |
commit | 5c29c78088fe26e49649f8a8eabd108b88fc5e24 (patch) | |
tree | f3ea047e2b92135ba01260f65090ad1a14d1fa35 /app-emulation | |
parent | fixing Manifest (diff) | |
download | gentoo-2-5c29c78088fe26e49649f8a8eabd108b88fc5e24.tar.gz gentoo-2-5c29c78088fe26e49649f8a8eabd108b88fc5e24.tar.bz2 gentoo-2-5c29c78088fe26e49649f8a8eabd108b88fc5e24.zip |
stupid python-2.2 patch
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/point2play/point2play-1.2.2b-r1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-emulation/point2play/point2play-1.2.2b-r1.ebuild b/app-emulation/point2play/point2play-1.2.2b-r1.ebuild index 09ce8034ad01..03f59fd39f4a 100644 --- a/app-emulation/point2play/point2play-1.2.2b-r1.ebuild +++ b/app-emulation/point2play/point2play-1.2.2b-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.2.2b-r1.ebuild,v 1.1 2004/05/16 04:27:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.2.2b-r1.ebuild,v 1.2 2004/05/16 06:06:08 vapier Exp $ + +inherit eutils MY_P=${PN}-1.2.2.b DESCRIPTION="graphical frontend for WineX" @@ -27,6 +29,11 @@ pkg_nofetch() { einfo "The archive should then be placed into ${DISTDIR}" } +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/1.2-python2.2.patch +} + src_install() { rm -rf \ etc/X11/susewm \ |