From 7e44af79e12cd05e27375b18bea58bfa8aa69127 Mon Sep 17 00:00:00 2001 From: Bryan Østergaard Date: Fri, 7 May 2004 22:39:47 +0000 Subject: Use epatch. --- dev-python/fxpy/ChangeLog | 7 +++++-- dev-python/fxpy/fxpy-1.0.5.ebuild | 7 +++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'dev-python/fxpy') 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 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/* } - -- cgit v1.2.3-65-gdbad