diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-09-25 12:16:21 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-09-25 12:16:21 +0000 |
commit | 13f022f0da6851e2f9f13c4311f54848b1a1626f (patch) | |
tree | 1bf24fb9f83a01f61a8ca9422c351660216dffe7 /sys-apps | |
parent | bugfix release (diff) | |
download | gentoo-2-13f022f0da6851e2f9f13c4311f54848b1a1626f.tar.gz gentoo-2-13f022f0da6851e2f9f13c4311f54848b1a1626f.tar.bz2 gentoo-2-13f022f0da6851e2f9f13c4311f54848b1a1626f.zip |
version update
Diffstat (limited to 'sys-apps')
4 files changed, 74 insertions, 2 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index 07b8a5463e90..b20fa557a7de 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for sys-apps/debianutils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.3 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.4 2002/09/25 12:16:21 azarah Exp $ -*debianutils-1.13.3-r3.ebuild (14 July 2002) +*debianutils-1.16.3 (25 Sep 2002) + + 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org> : + Version update. Add some of missing util. + +*debianutils-1.13.3-r3 (14 July 2002) 14 Jul 2002; phoen][x <phoenix@gentoo.org> debianutils-1.13.3-r3.ebuild : Added KEYWORDS, SLOT. diff --git a/sys-apps/debianutils/debianutils-1.16.3.ebuild b/sys-apps/debianutils/debianutils-1.16.3.ebuild new file mode 100644 index 000000000000..befcb6d99534 --- /dev/null +++ b/sys-apps/debianutils/debianutils-1.16.3.ebuild @@ -0,0 +1,58 @@ +# 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.3.ebuild,v 1.1 2002/09/25 12:16:21 azarah 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 ppc sparc sparc64 alpha" +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 + dosbin installkernel + into /usr + dosbin mkboot + + if [ -z "`use bootcd`" ] + then + into /usr + doman mktemp.1 readlink.1 tempfile.1 run-parts.8 savelog.8 \ + installkernel.8 mkboot.8 + + cd debian + dodoc changelog control copyright + fi + fi +} + diff --git a/sys-apps/debianutils/files/debianutils-1.16.3-Makefile-gentoo.diff b/sys-apps/debianutils/files/debianutils-1.16.3-Makefile-gentoo.diff new file mode 100644 index 000000000000..e130532b5c39 --- /dev/null +++ b/sys-apps/debianutils/files/debianutils-1.16.3-Makefile-gentoo.diff @@ -0,0 +1,8 @@ +--- 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.16.3 b/sys-apps/debianutils/files/digest-debianutils-1.16.3 new file mode 100644 index 000000000000..f2bf1a14d149 --- /dev/null +++ b/sys-apps/debianutils/files/digest-debianutils-1.16.3 @@ -0,0 +1 @@ +MD5 b8989cad421f8c846ea4a17b5bffe152 debianutils_1.16.3.tar.gz 25226 |