summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-05-07 22:39:47 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-05-07 22:39:47 +0000
commit7e44af79e12cd05e27375b18bea58bfa8aa69127 (patch)
treee6fe79ad2d43ba33e33677868b3a2746ca3d923a /dev-python/fxpy
parentNew baselayout-1.9.0 with a ton of rc-scripts fixes. New features: ifconfig_... (diff)
downloadgentoo-2-7e44af79e12cd05e27375b18bea58bfa8aa69127.tar.gz
gentoo-2-7e44af79e12cd05e27375b18bea58bfa8aa69127.tar.bz2
gentoo-2-7e44af79e12cd05e27375b18bea58bfa8aa69127.zip
Use epatch.
Diffstat (limited to 'dev-python/fxpy')
-rw-r--r--dev-python/fxpy/ChangeLog7
-rw-r--r--dev-python/fxpy/fxpy-1.0.5.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/fxpy/ChangeLog b/dev-python/fxpy/ChangeLog
index 4537eaf22899..f70662cfed8c 100644
--- a/dev-python/fxpy/ChangeLog
+++ b/dev-python/fxpy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fxpy
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/ChangeLog,v 1.1 2003/10/06 00:18:40 pythonhead Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/ChangeLog,v 1.2 2004/05/07 22:39:47 kloeri Exp $
+
+ 08 May 2004; Bryan Østergaard <kloeri@gentoo.org> fxpy-1.0.5.ebuild:
+ Use epatch.
*fxpy-1.0.5 (05 Oct 2003)
diff --git a/dev-python/fxpy/fxpy-1.0.5.ebuild b/dev-python/fxpy/fxpy-1.0.5.ebuild
index 268ab4b298f5..e23c84710193 100644
--- a/dev-python/fxpy/fxpy-1.0.5.ebuild
+++ b/dev-python/fxpy/fxpy-1.0.5.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/fxpy/fxpy-1.0.5.ebuild,v 1.1 2003/10/06 00:18:40 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/fxpy-1.0.5.ebuild,v 1.2 2004/05/07 22:39:47 kloeri Exp $
inherit distutils
@@ -20,7 +20,7 @@ DEPEND=">=dev-lang/python-2.1
src_unpack() {
unpack ${A} || die
cd ${S}
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die "Patch failed."
+ epatch ${FILESDIR}/${P}-gentoo.diff || die "Patch failed."
}
src_install() {
@@ -33,4 +33,3 @@ src_install() {
insinto /usr/share/doc/${PF}/contrib
doins contrib/*
}
-