diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-04-27 12:19:11 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-04-27 12:19:11 +0000 |
commit | d58d9c7bde685345d3fb7239240e051e212bedf9 (patch) | |
tree | 6fdd58b1168c4b602cacca50a465744aa0c19412 /sys-devel/pmake | |
parent | fix epatch (diff) | |
download | historical-d58d9c7bde685345d3fb7239240e051e212bedf9.tar.gz historical-d58d9c7bde685345d3fb7239240e051e212bedf9.tar.bz2 historical-d58d9c7bde685345d3fb7239240e051e212bedf9.zip |
fix epatch
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r-- | sys-devel/pmake/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/pmake/pmake-1.45-r2.ebuild | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-devel/pmake/Manifest b/sys-devel/pmake/Manifest index 619a7e5fc08a..8947d66957e0 100644 --- a/sys-devel/pmake/Manifest +++ b/sys-devel/pmake/Manifest @@ -1,5 +1,5 @@ -MD5 a4bd5f631334e4b2a73791994227c7c1 ChangeLog 725 -MD5 0d58319188cd425ab1e38f7512585dc1 pmake-1.45-r2.ebuild 1569 +MD5 8f9fe1d8b3bca210f490c24fd48c535b ChangeLog 723 +MD5 ee503ec732d8d302fef31c88aa4af742 pmake-1.45-r2.ebuild 1567 MD5 56b250e5c99455640556fcb776b9bd7e files/01_all_groffpatch.patch 485 MD5 1095ca9c07bda375bf9674fe20d79ba6 files/02_all_mktemp.patch 406 MD5 aa2eb71443dc4352bdf910fcbaf9f05e files/digest-pmake-1.45-r2 65 diff --git a/sys-devel/pmake/pmake-1.45-r2.ebuild b/sys-devel/pmake/pmake-1.45-r2.ebuild index fc2e892c7e3a..2c9cf5e6ded4 100644 --- a/sys-devel/pmake/pmake-1.45-r2.ebuild +++ b/sys-devel/pmake/pmake-1.45-r2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.4 2003/03/25 05:20:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.5 2003/04/27 12:18:11 azarah Exp $ IUSE="" inherit eutils EPATCH_SOURCE="${FILESDIR}" +EPATCH_SUFFIX="patch" MY_P="${PN}_${PV}-11" S="${WORKDIR}/${P}" @@ -25,8 +26,11 @@ DEPEND="virtual/glibc" src_unpack() { unpack ${A} + cd ${S} - epatch + # We do not want all patches in ${FILESDIR}, as 01_all_groffpatch.patch is + # not longer valid for this version. + epatch ${FILESDIR}/02_all_mktemp.patch mv Makefile.boot Makefile.bootorig sed 's/MACHINE=sun/MACHINE=gentoo/g' Makefile.bootorig > Makefile.bootor |