summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-04-11 21:56:31 +0000
committerAron Griffis <agriffis@gentoo.org>2003-04-11 21:56:31 +0000
commitde4774c53fc12142a754e2c262d268361162586c (patch)
tree33b4947dde13e20a0dca53e4139e6db2ae511e47 /sys-apps/findutils
parentfix bug 18729 but leave ~-masked (diff)
downloadgentoo-2-de4774c53fc12142a754e2c262d268361162586c.tar.gz
gentoo-2-de4774c53fc12142a754e2c262d268361162586c.tar.bz2
gentoo-2-de4774c53fc12142a754e2c262d268361162586c.zip
fix bug 18926
Diffstat (limited to 'sys-apps/findutils')
-rw-r--r--sys-apps/findutils/ChangeLog9
-rw-r--r--sys-apps/findutils/findutils-4.1.7-r4.ebuild13
2 files changed, 14 insertions, 8 deletions
diff --git a/sys-apps/findutils/ChangeLog b/sys-apps/findutils/ChangeLog
index c0f0c220542f..202acf290993 100644
--- a/sys-apps/findutils/ChangeLog
+++ b/sys-apps/findutils/ChangeLog
@@ -1,12 +1,17 @@
# ChangeLog for sys-apps/findutils
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.13 2003/04/11 21:34:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.14 2003/04/11 21:56:31 agriffis Exp $
*findutils-4.1.7-r4 (11 Apr 2003)
11 Apr 2003; Aron Griffis <agriffis@gentoo.org> findutils-4.1.7-r4.ebuild:
+ Point SRC_URI to mirror://gentoo since alpha.gnu.org is no longer supplying
+ findutils-4.1.x versions. See bug 18926.
+
+ 11 Apr 2003; Aron Griffis <agriffis@gentoo.org> findutils-4.1.7-r4.ebuild:
Don't install locate/updatedb because they conflict with slocate, which is a
- better solution. See bug 18729.
+ better solution. See bug 18729. Thanks to Michael Sterrett for the concepts
+ in the patch.
*findutils-4.1.7-r3 (19 Mar 2003)
diff --git a/sys-apps/findutils/findutils-4.1.7-r4.ebuild b/sys-apps/findutils/findutils-4.1.7-r4.ebuild
index 9e49807a4754..2d6521b2d822 100644
--- a/sys-apps/findutils/findutils-4.1.7-r4.ebuild
+++ b/sys-apps/findutils/findutils-4.1.7-r4.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r4.ebuild,v 1.1 2003/04/11 21:34:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r4.ebuild,v 1.2 2003/04/11 21:56:31 agriffis Exp $
IUSE="nls build afs selinux"
inherit eutils
-S=${WORKDIR}/${P}
-
DESCRIPTION="GNU utilities to find files"
-SRC_URI="ftp://alpha.gnu.org/gnu/${P}.tar.gz
- selinux? mirror://gentoo/${P}-2003011510-selinux-gentoo.patch.bz2"
-
HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html"
+# 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
+SRC_URI="mirror://gentoo/${P}.tar.gz
+ selinux? mirror://gentoo/${P}-2003011510-selinux-gentoo.patch.bz2"
+
KEYWORDS="~x86 ~hppa ~arm ~alpha"
SLOT="0"
LICENSE="GPL-2"