summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-04 04:56:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-04 04:56:48 +0000
commit6b0f6130e78da1d326c74ecae55fe3edea1246f9 (patch)
tree0bec0278a61659c388200a7d721042b097255232 /sys-devel/pmake
parentresolve bug #73279 by Matt Taylor <liverbugg@juno.com>-- the packages file is... (diff)
downloadgentoo-2-6b0f6130e78da1d326c74ecae55fe3edea1246f9.tar.gz
gentoo-2-6b0f6130e78da1d326c74ecae55fe3edea1246f9.tar.bz2
gentoo-2-6b0f6130e78da1d326c74ecae55fe3edea1246f9.zip
prune old
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r--sys-devel/pmake/files/01_all_groffpatch.patch15
-rw-r--r--sys-devel/pmake/files/digest-pmake-1.45-r21
-rw-r--r--sys-devel/pmake/files/digest-pmake-1.45-r31
-rw-r--r--sys-devel/pmake/pmake-1.45-r2.ebuild59
-rw-r--r--sys-devel/pmake/pmake-1.45-r3.ebuild59
-rw-r--r--sys-devel/pmake/pmake-1.45-r4.ebuild6
6 files changed, 2 insertions, 139 deletions
diff --git a/sys-devel/pmake/files/01_all_groffpatch.patch b/sys-devel/pmake/files/01_all_groffpatch.patch
deleted file mode 100644
index fa9467ea0003..000000000000
--- a/sys-devel/pmake/files/01_all_groffpatch.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- pmake-1.45/mk/bsd.man.mk.groffpath Tue Aug 21 12:48:01 2001
-+++ pmake-1.45/mk/bsd.man.mk Tue Aug 21 12:51:11 2001
-@@ -17,9 +17,9 @@
- .endif
- cleandir distclean: cleanman
-
--TMACDIR?= ${DESTDIR}/usr/share/groff/tmac
--CATDEPS?= ${TMACDIR}/tmac.andoc \
-- ${TMACDIR}/tmac.doc \
-+TMACDIR?= ${DESTDIR}/usr/share/groff/1.17.2/tmac
-+CATDEPS?= ${TMACDIR}/andoc.tmac \
-+ ${TMACDIR}/doc.tmac \
- ${TMACDIR}/mdoc/doc-ditroff \
- ${TMACDIR}/mdoc/doc-common \
- ${TMACDIR}/mdoc/doc-nroff \
diff --git a/sys-devel/pmake/files/digest-pmake-1.45-r2 b/sys-devel/pmake/files/digest-pmake-1.45-r2
deleted file mode 100644
index 110fde3e22d0..000000000000
--- a/sys-devel/pmake/files/digest-pmake-1.45-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c0f21ad413abbb2fc76ec0d4d426578f pmake_1.45-11.tar.gz 252673
diff --git a/sys-devel/pmake/files/digest-pmake-1.45-r3 b/sys-devel/pmake/files/digest-pmake-1.45-r3
deleted file mode 100644
index 110fde3e22d0..000000000000
--- a/sys-devel/pmake/files/digest-pmake-1.45-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c0f21ad413abbb2fc76ec0d4d426578f pmake_1.45-11.tar.gz 252673
diff --git a/sys-devel/pmake/pmake-1.45-r2.ebuild b/sys-devel/pmake/pmake-1.45-r2.ebuild
deleted file mode 100644
index 18603d5f10f4..000000000000
--- a/sys-devel/pmake/pmake-1.45-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.15 2004/07/15 03:35:32 agriffis Exp $
-
-IUSE=""
-
-inherit eutils
-EPATCH_SOURCE="${FILESDIR}"
-EPATCH_SUFFIX="patch"
-
-MY_P="${PN}_${PV}-11"
-
-DESCRIPTION="BSD build tool to create programs in parallel"
-HOMEPAGE="http://www.netbsd.org/"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-
-SLOT="0"
-
-KEYWORDS="x86 alpha ia64 amd64"
-
-DEPEND="virtual/libc"
-#RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # 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
- use x86 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=i386/g' Makefile.bootor > Makefile.boot
- use alpha && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=alpha/g' Makefile.bootor > Makefile.boot
- use ppc && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=ppc/g' Makefile.bootor > Makefile.boot
- use amd64 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=amd64/g' Makefile.bootor > Makefile.boot
-}
-
-src_compile() {
- make -f Makefile.boot CFLAGS="-O2 -g -Wall -D_GNU_SOURCE -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= -I."
-}
-
-src_install() {
- dodir /usr/share/mk
- insinto /usr/share/mk
- rm -f mk/*~
- doins mk/*
-
- mv bmake pmake
- dobin pmake
- dobin mkdep
- mv make.1 pmake.1
- doman mkdep.1 pmake.1
- dodoc PSD.doc/tutorial.ms
-
-}
diff --git a/sys-devel/pmake/pmake-1.45-r3.ebuild b/sys-devel/pmake/pmake-1.45-r3.ebuild
deleted file mode 100644
index aa2099a494c4..000000000000
--- a/sys-devel/pmake/pmake-1.45-r3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r3.ebuild,v 1.7 2004/09/03 19:37:35 pvdabeel Exp $
-
-inherit eutils
-EPATCH_SOURCE="${FILESDIR}"
-EPATCH_SUFFIX="patch"
-
-DESCRIPTION="BSD build tool to create programs in parallel"
-HOMEPAGE="http://www.netbsd.org/"
-SRC_URI="mirror://gentoo/${PN}_${PV}-11.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc alpha ia64 amd64 ~sparc"
-IUSE=""
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A} && cd ${S} || die
-
- # 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
-
- # Clean up headers to reduce warnings
- sed -i -e 's|^#endif.*|#endif|' *.h */*.h
-}
-
-src_compile() {
- local a=$ARCH
- [[ $a = x86 ]] && a=i386
-
- # The following CFLAGS are almost directly from Red Hat 8.0 and
- # debian/rules, so assume it's okay to void out the __COPYRIGHT
- # and __RCSID. I've checked the source and don't see the point,
- # but whatever... (07 Feb 2004 agriffis)
- CFLAGS="${CFLAGS} -Wall -D_GNU_SOURCE \
- -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= -I. \
- -DMACHINE=\\\"gentoo\\\" -DMACHINE_ARCH=\\\"${a}\\\""
- make -f Makefile.boot CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dodir /usr/share/mk
- insinto /usr/share/mk
- rm -f mk/*~
- doins mk/*
-
- mv bmake pmake
- dobin pmake || die
- dobin mkdep
- mv make.1 pmake.1
- doman mkdep.1 pmake.1
- dodoc PSD.doc/tutorial.ms
-}
diff --git a/sys-devel/pmake/pmake-1.45-r4.ebuild b/sys-devel/pmake/pmake-1.45-r4.ebuild
index 3ce06806c983..c4999cb5416a 100644
--- a/sys-devel/pmake/pmake-1.45-r4.ebuild
+++ b/sys-devel/pmake/pmake-1.45-r4.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r4.ebuild,v 1.7 2004/07/02 08:42:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r4.ebuild,v 1.8 2005/01/04 04:56:48 vapier Exp $
inherit eutils
-EPATCH_SOURCE="${FILESDIR}"
-EPATCH_SUFFIX="patch"
DESCRIPTION="BSD build tool to create programs in parallel"
HOMEPAGE="http://www.netbsd.org/"