diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-22 04:56:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-22 04:56:11 +0000 |
commit | 25d03c702ac6f87abc7bddece399a1b6f16fa1b8 (patch) | |
tree | f1adacebe4deb3a7a0e000844d249dab74820318 /sys-apps/debianutils | |
parent | Add a TEXTREL fix for arm and warn about TEXTRELs in ld. (diff) | |
download | historical-25d03c702ac6f87abc7bddece399a1b6f16fa1b8.tar.gz historical-25d03c702ac6f87abc7bddece399a1b6f16fa1b8.tar.bz2 historical-25d03c702ac6f87abc7bddece399a1b6f16fa1b8.zip |
Version bump.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/debianutils/Manifest | 16 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-2.13.1.ebuild | 41 | ||||
-rw-r--r-- | sys-apps/debianutils/files/digest-debianutils-2.13.1 | 1 |
4 files changed, 54 insertions, 14 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index 63b10f4b29ce..b09cc1b1be79 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/debianutils -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.38 2004/11/28 12:47:07 josejx Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.39 2005/03/22 04:56:11 vapier Exp $ + +*debianutils-2.13.1 (22 Mar 2005) + + 22 Mar 2005; Mike Frysinger <vapier@gentoo.org> + +debianutils-2.13.1.ebuild: + Version bump. 28 Nov 2004; Joseph Jezak <josejx@gentoo.org> debianutils-1.16.7-r4.ebuild: diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest index 86a8d235c9e7..fa51392eafb9 100644 --- a/sys-apps/debianutils/Manifest +++ b/sys-apps/debianutils/Manifest @@ -1,17 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 8df8435b95a0193d003754e8d1786589 ChangeLog 6525 -MD5 4a9eb737382c9bb86b6c4b822fd5bb5b debianutils-1.16.7-r4.ebuild 1479 +MD5 f8eb58ba1c90c77ad3edc9724d5260f0 ChangeLog 6657 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 baad3294810d63cf754e08ef0f620fc5 debianutils-2.13.1.ebuild 1042 +MD5 4a9eb737382c9bb86b6c4b822fd5bb5b debianutils-1.16.7-r4.ebuild 1479 MD5 a497960da56a8ef8cb07158e15407c18 files/debianutils-1.16.7-gcc33.patch 2588 MD5 61f8a46fc4a88304676eb068580fe842 files/debianutils-1.16.7-gentoo.patch 3274 MD5 3f67e66ea1d7aa13843f253310322f51 files/debianutils-compress.patch 743 MD5 f668f7cf3760bd5f131cec5de5602523 files/digest-debianutils-1.16.7-r4 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBtmgmroRuSHgZdywRAh04AJ9qSLEJQMlpMr7ow8Eb0iXFA0c3LQCfXnfJ -yxA75kTf/RDz0NOd1KRT59M= -=o7Z5 ------END PGP SIGNATURE----- +MD5 930d33ac394a1a72aa0023368f998b2d files/digest-debianutils-2.13.1 70 diff --git a/sys-apps/debianutils/debianutils-2.13.1.ebuild b/sys-apps/debianutils/debianutils-2.13.1.ebuild new file mode 100644 index 000000000000..1a4ae089ab76 --- /dev/null +++ b/sys-apps/debianutils/debianutils-2.13.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.13.1.ebuild,v 1.1 2005/03/22 04:56:11 vapier Exp $ + +inherit eutils flag-o-matic + +DESCRIPTION="A selection of tools from Debian" +HOMEPAGE="http://packages.debian.org/unstable/base/debianutils.html" +SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2 BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86" +IUSE="static build" + +DEPEND="" + +src_compile() { + use static && append-ldflags -static + econf || die + emake || die +} + +src_install() { + into / + dobin tempfile mktemp || die + + if ! use build ; then + dobin run-parts || die "run-parts" + dosbin savelog installkernel || die "savelog/installkernel" + into /usr + dosbin mkboot || die "mkboot" + + into /usr + doman mktemp.1 tempfile.1 run-parts.8 savelog.8 \ + installkernel.8 mkboot.8 + + cd debian + dodoc changelog control + fi +} diff --git a/sys-apps/debianutils/files/digest-debianutils-2.13.1 b/sys-apps/debianutils/files/digest-debianutils-2.13.1 new file mode 100644 index 000000000000..2fdfef582d64 --- /dev/null +++ b/sys-apps/debianutils/files/digest-debianutils-2.13.1 @@ -0,0 +1 @@ +MD5 13baa875c2f9e57c033353cc767e9277 debianutils_2.13.1.tar.gz 124628 |