summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 09:10:55 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 09:10:55 +0000
commit07d1af5371ea55900e03bff8b7296fd710ff8dd6 (patch)
tree3f2694136d1f5b70e3392a12ec3f93af678fb52e /sys-apps
parentRemove gnuconfig_update usage, leave it to econf. (diff)
downloadgentoo-2-07d1af5371ea55900e03bff8b7296fd710ff8dd6.tar.gz
gentoo-2-07d1af5371ea55900e03bff8b7296fd710ff8dd6.tar.bz2
gentoo-2-07d1af5371ea55900e03bff8b7296fd710ff8dd6.zip
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/findutils/ChangeLog6
-rw-r--r--sys-apps/findutils/findutils-4.1.20-r2.ebuild13
2 files changed, 10 insertions, 9 deletions
diff --git a/sys-apps/findutils/ChangeLog b/sys-apps/findutils/ChangeLog
index 405c897de6de..847b9bf9e227 100644
--- a/sys-apps/findutils/ChangeLog
+++ b/sys-apps/findutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/findutils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.95 2007/01/02 13:05:08 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.96 2007/01/05 09:10:55 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ findutils-4.1.20-r2.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
02 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
findutils-4.2.29.ebuild, findutils-4.3.2.ebuild:
diff --git a/sys-apps/findutils/findutils-4.1.20-r2.ebuild b/sys-apps/findutils/findutils-4.1.20-r2.ebuild
index 4fd738aa3cce..5bc6f427200c 100644
--- a/sys-apps/findutils/findutils-4.1.20-r2.ebuild
+++ b/sys-apps/findutils/findutils-4.1.20-r2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.20-r2.ebuild,v 1.11 2006/07/16 21:52:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.20-r2.ebuild,v 1.12 2007/01/05 09:10:55 flameeyes Exp $
-inherit eutils flag-o-matic gnuconfig toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs
SELINUX_PATCH="findutils-4.1.20-selinux.diff"
# Note this doesn't point to gnu.org because alpha.gnu.org has quit
# supplying the development versions. If it comes back in the future
-# then we might want to redirect the link. See bug 18729
+# then we might want to redirect the link. See bug 18729
DESCRIPTION="GNU utilities to find files"
HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html"
SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
@@ -29,11 +29,8 @@ src_unpack() {
unpack ${A}
cd ${S}
- # Detect new systems properly
- gnuconfig_update
-
# Don't build or install locate because it conflicts with slocate,
- # which is a secure version of locate. See bug 18729
+ # which is a secure version of locate. See bug 18729
sed -i '/^SUBDIRS/s/locate//' Makefile.in
#get a bigger environment as ebuild.sh is growing large