diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-09-27 09:09:53 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-09-27 09:09:53 +0000 |
commit | 9ea349251666321f70acd9872b70c7e76fa289f3 (patch) | |
tree | 8fdde1da327b5d5662e7c08eb42306672ea1994a /app-editors | |
parent | corrected mime-tools cdep (Manifest recommit) (diff) | |
download | gentoo-2-9ea349251666321f70acd9872b70c7e76fa289f3.tar.gz gentoo-2-9ea349251666321f70acd9872b70c7e76fa289f3.tar.bz2 gentoo-2-9ea349251666321f70acd9872b70c7e76fa289f3.zip |
use epatch instead of patch during src_install
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jed/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/jed/jed-0.99.16-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/jed/jed-0.99.16-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/jed/ChangeLog b/app-editors/jed/ChangeLog index 9621593ed1e8..1be57612bdef 100644 --- a/app-editors/jed/ChangeLog +++ b/app-editors/jed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/jed # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.22 2004/06/30 02:09:29 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.23 2004/09/27 09:09:53 liquidx Exp $ + + 27 Sep 2004; Alastair Tse <liquidx@gentoo.org> jed-0.99.16-r1.ebuild, + jed-0.99.16-r2.ebuild: + use epatch instead of patch during src_install 29 Jun 2004; Tom Gall <tgall@gentoo.org> jed-0.99.16-r2.ebuild: ~ppc64 bug #55304 diff --git a/app-editors/jed/jed-0.99.16-r1.ebuild b/app-editors/jed/jed-0.99.16-r1.ebuild index 51fc4250f5eb..325e28985738 100644 --- a/app-editors/jed/jed-0.99.16-r1.ebuild +++ b/app-editors/jed/jed-0.99.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r1.ebuild,v 1.15 2004/06/24 21:56:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r1.ebuild,v 1.16 2004/09/27 09:09:53 liquidx Exp $ P0=${PN}-0.99-16 S=${WORKDIR}/${P0} @@ -67,7 +67,7 @@ src_install() { cd ${S}/info rm info.info - patch < ${FILESDIR}/jed.info.diff || die + epatch ${FILESDIR}/jed.info.diff cd ${S} insinto /usr/share/info diff --git a/app-editors/jed/jed-0.99.16-r2.ebuild b/app-editors/jed/jed-0.99.16-r2.ebuild index fdf7483ec6e3..4fc3b496d2e7 100644 --- a/app-editors/jed/jed-0.99.16-r2.ebuild +++ b/app-editors/jed/jed-0.99.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r2.ebuild,v 1.8 2004/06/30 02:09:29 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r2.ebuild,v 1.9 2004/09/27 09:09:53 liquidx Exp $ inherit eutils @@ -74,7 +74,7 @@ src_install() { cd ${S}/info rm info.info - patch < ${FILESDIR}/jed.info.diff || die + epatch ${FILESDIR}/jed.info.diff cd ${S} insinto /usr/share/info |