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 | 4b1aa4a47cb88e01b52d454b7a4e4e81e61f5612 (patch) | |
tree | 97d56f98ecd43ad3c220e9bfa8cc50c592977cfd /app-editors/jed | |
parent | stable bump (diff) | |
download | historical-4b1aa4a47cb88e01b52d454b7a4e4e81e61f5612.tar.gz historical-4b1aa4a47cb88e01b52d454b7a4e4e81e61f5612.tar.bz2 historical-4b1aa4a47cb88e01b52d454b7a4e4e81e61f5612.zip |
use epatch instead of patch during src_install
Diffstat (limited to 'app-editors/jed')
-rw-r--r-- | app-editors/jed/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/jed/Manifest | 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 |
4 files changed, 12 insertions, 8 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/Manifest b/app-editors/jed/Manifest index 93b3ecbea2b9..a849c8dc690a 100644 --- a/app-editors/jed/Manifest +++ b/app-editors/jed/Manifest @@ -1,6 +1,6 @@ -MD5 0a7ba767c1eecc0d6ff60a62f228df0b ChangeLog 2734 -MD5 8eea15ac706577e68f392a712abb11ac jed-0.99.16-r1.ebuild 2006 -MD5 95985576756c758dd6c599d60cff5d29 jed-0.99.16-r2.ebuild 2106 +MD5 766784138a0bf48c2b3818f31d2b7eb4 ChangeLog 2883 +MD5 1bb1cd0e4345e86feffa81186b9ae607 jed-0.99.16-r1.ebuild 1997 +MD5 d5da8eb61f61b49705bbafa3e0d2ca81 jed-0.99.16-r2.ebuild 2100 MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 MD5 6ecd48789e4a99f0f3725102b42f4297 files/digest-jed-0.99.16-r1 64 MD5 6ecd48789e4a99f0f3725102b42f4297 files/digest-jed-0.99.16-r2 64 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 |