summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-01 02:44:15 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-01 02:44:15 +0000
commit6786c5ddc29df2536779dfc4495f6304b0a0eaa8 (patch)
treefaf8591676d5b5a96ea142807954d710fed4a6bf /sys-apps
parentremove outdated/ignored options and support more terminals (diff)
downloadhistorical-6786c5ddc29df2536779dfc4495f6304b0a0eaa8.tar.gz
historical-6786c5ddc29df2536779dfc4495f6304b0a0eaa8.tar.bz2
historical-6786c5ddc29df2536779dfc4495f6304b0a0eaa8.zip
dont delete inttypes.m4 #104339 by Ron
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coreutils/Manifest10
-rw-r--r--sys-apps/coreutils/coreutils-5.3.0-r1.ebuild3
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index a4f929c1e018..19955edfa84a 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 1c3e1e2aa094e6b6514817fa6db33ec9 coreutils-5.3.0-r1.ebuild 4186
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 fff1a8181bbfa0f4e7dca93103f6faf0 coreutils-5.2.1-r2.ebuild 4195
@@ -9,3 +12,10 @@ MD5 77947b96aaadc6a33d53156b5b5e4630 files/digest-coreutils-5.2.1-r2 225
MD5 a7f49f56e12b6b16a5c347a666fb9b37 files/digest-coreutils-5.2.1-r6 149
MD5 c82065025499ef6aec62f772aa8637cf files/digest-coreutils-5.2.1-r7 148
MD5 7454756c40928aeacb4cea7ac3c63869 files/digest-coreutils-5.3.0-r1 148
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDFmscgIKl8Uu19MoRAmXxAJ9zhwnkTsydzEpb9BOowHOTH/OzmACfd6M9
+vqCMznGS4BJ8tV98Oec6cjM=
+=933I
+-----END PGP SIGNATURE-----
diff --git a/sys-apps/coreutils/coreutils-5.3.0-r1.ebuild b/sys-apps/coreutils/coreutils-5.3.0-r1.ebuild
index f3aa0a6e9dbc..2452b1645d63 100644
--- a/sys-apps/coreutils/coreutils-5.3.0-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-5.3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.3.0-r1.ebuild,v 1.1 2005/08/30 23:53:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.3.0-r1.ebuild,v 1.2 2005/09/01 02:44:15 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -61,7 +61,6 @@ src_unpack() {
ebegin "Reconfiguring configure scripts (be patient)"
export WANT_AUTOMAKE=1.8
export WANT_AUTOCONF=2.5
- rm m4/inttypes.m4
aclocal -I m4 || die "aclocal"
autoconf || die "autoconf"
automake || die "automake"