diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 05:51:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 05:51:10 +0000 |
commit | e173739fea5550d425430267e0baac0e205e646e (patch) | |
tree | 89352223bb78056b2d5bd142611a723fb181d33c /sys-apps/debianutils | |
parent | fix keywords, sparc please check (diff) | |
download | historical-e173739fea5550d425430267e0baac0e205e646e.tar.gz historical-e173739fea5550d425430267e0baac0e205e646e.tar.bz2 historical-e173739fea5550d425430267e0baac0e205e646e.zip |
more ppc keywords
Diffstat (limited to 'sys-apps/debianutils')
6 files changed, 2 insertions, 122 deletions
diff --git a/sys-apps/debianutils/debianutils-1.13.3-r3.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r3.ebuild deleted file mode 100644 index 78f92ea1941d..000000000000 --- a/sys-apps/debianutils/debianutils-1.13.3-r3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r3.ebuild,v 1.4 2002/07/14 19:20:16 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A selection of tools from Debian" -SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/debianutils_${PV}.tar.gz" -HOMEPAGE="http://packages.debian.org/unstable/base/debianutils.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2 BSD SMAIL" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff - -} - -src_compile() { - - if [ -z "`use static`" ] - then - try pmake - else - try pmake LDFLAGS=-static - fi -} - - -src_install() { - - into / - dobin readlink tempfile mktemp - - if [ -z "`use build`" ] - then - dobin run-parts - insopts -m755 - exeinto /usr/sbin - doexe savelog - - doman mktemp.1 readlink.1 tempfile.1 run-parts.8 savelog.8 - - cd debian - dodoc changelog control copyright - fi - -} - - - diff --git a/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild deleted file mode 100644 index d2066086f171..000000000000 --- a/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild,v 1.6 2002/07/14 19:20:16 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A selection of tools from Debian" -SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/debianutils_${PV}.tar.gz" -HOMEPAGE="http://packages.debian.org/unstable/base/debianutils.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2 BSD SMAIL" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff -} - -src_compile() { - - if [ -z "`use static`" ] - then - pmake || die - else - pmake LDFLAGS=-static || die - fi -} - - -src_install() { - - into / - dobin readlink tempfile mktemp - - if [ -z "`use build`" ] - then - dobin run-parts - insopts -m755 - exeinto /usr/sbin - doexe savelog - - if [ -z "`use bootcd`" ] - then - into /usr - doman mktemp.1 readlink.1 tempfile.1 run-parts.8 savelog.8 - - cd debian - dodoc changelog control copyright - fi - fi -} - diff --git a/sys-apps/debianutils/debianutils-1.16.ebuild b/sys-apps/debianutils/debianutils-1.16.ebuild index a17f143f3e96..87505764a4fe 100644 --- a/sys-apps/debianutils/debianutils-1.16.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.ebuild,v 1.4 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.ebuild,v 1.5 2002/07/16 05:50:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" SRC_URI="http://ftp.debian.org/debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://packages.debian.org/unstable/base/debianutils.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2 BSD SMAIL" diff --git a/sys-apps/debianutils/files/debianutils-1.13.3-Makefile-gentoo.diff b/sys-apps/debianutils/files/debianutils-1.13.3-Makefile-gentoo.diff deleted file mode 100644 index e130532b5c39..000000000000 --- a/sys-apps/debianutils/files/debianutils-1.13.3-Makefile-gentoo.diff +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.orig Tue Feb 27 01:13:51 2001 -+++ Makefile Tue Feb 27 16:41:17 2001 -@@ -1,4 +1,4 @@ --CFLAGS=-O2 -g -Wall -+CFLAGS+=-Wall - TARGETS=mktemp readlink run-parts tempfile - - all: $(TARGETS) diff --git a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 deleted file mode 100644 index 89dd6518aebb..000000000000 --- a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 91511bc2eec9beebb23cf22fb57a202e debianutils_1.13.3.tar.gz 23173 diff --git a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 deleted file mode 100644 index 89dd6518aebb..000000000000 --- a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 91511bc2eec9beebb23cf22fb57a202e debianutils_1.13.3.tar.gz 23173 |