diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-06 03:47:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-06 03:47:50 +0000 |
commit | ed8f9cefa021bebe46f42a3fa2736a2151b434b4 (patch) | |
tree | 0fe04d4028cb9a5f374522b3922c89e167c975d5 /sys-apps/coreutils | |
parent | version bump, should close bug #39632 by SpanKY <vapier@gentoo.org>, who came... (diff) | |
download | historical-ed8f9cefa021bebe46f42a3fa2736a2151b434b4.tar.gz historical-ed8f9cefa021bebe46f42a3fa2736a2151b434b4.tar.bz2 historical-ed8f9cefa021bebe46f42a3fa2736a2151b434b4.zip |
added a don't worry blurb to the reconf section
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.0.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 1dfdc60f8f85..187b233b668c 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.78 2004/03/06 03:46:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.79 2004/03/06 03:47:50 seemant Exp $ + + 05 Mar 2004; Seemant Kulleen <seemant@gentoo.org> coreutils-5.2.0.ebuild: + added a don't worry blurb to the reconf section *coreutils-5.2.0 (05 Mar 2004) diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest index 0240707322f5..1554e642c9c1 100644 --- a/sys-apps/coreutils/Manifest +++ b/sys-apps/coreutils/Manifest @@ -1,10 +1,10 @@ MD5 ce3b3665ef7eec18425f7cd7de6f6236 coreutils-5.0.91-r3.ebuild 3958 MD5 9253cc724d0f5ba11a7a7253c91aa6f6 coreutils-5.0-r6.ebuild 2724 -MD5 6a5e4230e3a9ebbebc6fa898374b54c7 coreutils-5.2.0.ebuild 3983 +MD5 5fa6b932d2440287a8f081f13ecbc907 coreutils-5.2.0.ebuild 4034 MD5 167296005c2f3fc5575606a55b601607 coreutils-5.0.91-r2.ebuild 3550 MD5 3645d83c5dafa30ce524b6fc2361c152 coreutils-5.0-r5.ebuild 2557 MD5 8c6f3d44b7c516dff4d8bb0d34e0a49b coreutils-5.0.91-r4.ebuild 4226 -MD5 a8306ea3b1364b054e37205c8369fb00 ChangeLog 15935 +MD5 bb7179fa49c0586e286a4d456b27b8dc ChangeLog 16062 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 4638c50e0ea024536055d69519cd5fad files/digest-coreutils-5.0.91-r2 151 MD5 a56b66f95289815e386f537689ef29a0 files/digest-coreutils-5.0.91-r3 229 diff --git a/sys-apps/coreutils/coreutils-5.2.0.ebuild b/sys-apps/coreutils/coreutils-5.2.0.ebuild index 20e3323c1f65..5acfb54ca55e 100644 --- a/sys-apps/coreutils/coreutils-5.2.0.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0.ebuild,v 1.1 2004/03/06 03:46:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0.ebuild,v 1.2 2004/03/06 03:47:50 seemant Exp $ inherit eutils flag-o-matic @@ -98,9 +98,11 @@ src_compile() { touch aclocal.m4 configure config.hin \ Makefile.in */Makefile.in */*/Makefile.in + ebegin "Reconfiguring configure scripts" aclocal -I m4 &>/dev/null || die autoconf || die automake || die + eend $? econf \ --bindir=/bin \ |