diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-09-28 16:23:26 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-09-28 16:23:26 +0000 |
commit | ca44693959d5b88e89a46954ac3719feed968452 (patch) | |
tree | 240fba535c628ef2501694d4ee18dd586000bbba /sys-apps/findutils | |
parent | Update version. (diff) | |
download | gentoo-2-ca44693959d5b88e89a46954ac3719feed968452.tar.gz gentoo-2-ca44693959d5b88e89a46954ac3719feed968452.tar.bz2 gentoo-2-ca44693959d5b88e89a46954ac3719feed968452.zip |
Update version.
Diffstat (limited to 'sys-apps/findutils')
-rw-r--r-- | sys-apps/findutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/findutils/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/findutils/files/digest-findutils-4.1.20 | 2 | ||||
-rw-r--r-- | sys-apps/findutils/findutils-4.1.20.ebuild | 77 |
4 files changed, 87 insertions, 3 deletions
diff --git a/sys-apps/findutils/ChangeLog b/sys-apps/findutils/ChangeLog index 5725d15a25d5..198eaac173bb 100644 --- a/sys-apps/findutils/ChangeLog +++ b/sys-apps/findutils/ChangeLog @@ -1,6 +1,11 @@ # 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.19 2003/04/17 06:28:42 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.20 2003/09/28 16:23:14 azarah Exp $ + +*findutils-4.1.20 (28 Sep 2003) + + 28 Sep 2003; Martin Schlemmer <azarah@gentoo.org> findutils-4.1.20.ebuild: + Update veersion. 16 Apr 2003; Patrick Kursawe <phosphan@gentoo.org> digest-findutils-4.1.7-r4 : diff --git a/sys-apps/findutils/Manifest b/sys-apps/findutils/Manifest index d5c8a0220747..37b0d89a50e1 100644 --- a/sys-apps/findutils/Manifest +++ b/sys-apps/findutils/Manifest @@ -1,9 +1,9 @@ MD5 4d717bd3a8b1379d34f1a479fc500ca5 findutils-4.1.7-r2.ebuild 1540 MD5 b92f7c59f607a94b3422d6ec5b4f64c1 findutils-4.1.7-r1.ebuild 1392 MD5 8fc76e43de3e427dd3a438072cd3bb54 findutils-4.1.7-r4.ebuild 1882 -MD5 c04cb77109b59d625b85b6aa2d414193 ChangeLog 3177 +MD5 faecbcd43f9cc15f00d16510b2be7e0c ChangeLog 3306 MD5 e8d15cea8b64b0944e5b0dbd814591cf findutils-4.1.7-r3.ebuild 1649 -MD5 7ea513ab0d76218b81ec38edd7175f82 findutils-4.1.20.ebuild 1940 +MD5 1881e21684c89ee5c0298fbd815287a6 findutils-4.1.20.ebuild 1931 MD5 d6a2c5cf6a7fd16e1470d1818b08e0ca files/digest-findutils-4.1.7-r1 67 MD5 b46d51a8d2953ef314c033171c836c3d files/digest-findutils-4.1.7-r3 161 MD5 b46d51a8d2953ef314c033171c836c3d files/digest-findutils-4.1.7-r4 161 diff --git a/sys-apps/findutils/files/digest-findutils-4.1.20 b/sys-apps/findutils/files/digest-findutils-4.1.20 new file mode 100644 index 000000000000..f304c6405801 --- /dev/null +++ b/sys-apps/findutils/files/digest-findutils-4.1.20 @@ -0,0 +1,2 @@ +MD5 e90ce7222daadeb8616b8db461e17cbc findutils-4.1.20.tar.gz 777980 +MD5 0fe2231e7a309c98077b7290b6269e49 findutils-4.1.20-2003011510-selinux-gentoo.patch.bz2 4407 diff --git a/sys-apps/findutils/findutils-4.1.20.ebuild b/sys-apps/findutils/findutils-4.1.20.ebuild new file mode 100644 index 000000000000..5d24c2acfb94 --- /dev/null +++ b/sys-apps/findutils/findutils-4.1.20.ebuild @@ -0,0 +1,77 @@ +# 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.20.ebuild,v 1.1 2003/09/28 16:23:14 azarah Exp $ + +IUSE="nls build afs selinux" + +inherit eutils + +DESCRIPTION="GNU utilities to find files" +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="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz + mirror://gentoo/${P}.tar.gz + selinux? mirror://gentoo/${P}-2003011510-selinux-gentoo.patch.bz2" + +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~hppa ~arm ~alpha ~ia64" +SLOT="0" +LICENSE="GPL-2" + +DEPEND="virtual/glibc + >=sys-apps/sed-4 + nls? ( sys-devel/gettext ) + afs? ( net-fs/openafs ) + selinux? ( sys-apps/selinux-small )" +RDEPEND="virtual/glibc" + +src_unpack() { + unpack ${A} + cd ${S} + + # Don't build or install locate because it conflicts with slocate, + # which is a secure version of locate. See bug 18729 + sed -i '/^SUBDIRS/s/locate//' Makefile.in + + use selinux && epatch ${DISTDIR}/${P}-2003011510-selinux-gentoo.patch.bz2 +} + +src_compile() { + local myconf= + + use nls || myconf="${myconf} --disable-nls" + + if use afs; then + export CPPFLAGS=-I/usr/afsws/include + export LDFLAGS=-lpam + export LIBS=/usr/afsws/lib/pam_afs.so.1 + fi + + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + ${myconf} || die + + emake libexecdir=/usr/lib/find || die +} + +src_install() { + einstall libexecdir=${D}/usr/lib/find || die + + prepallman + + rm -rf ${D}/usr/var + if ! use build; then + dodoc COPYING NEWS README TODO ChangeLog + else + rm -rf ${D}/usr/share + fi +} + +pkg_postinst() { + ewarn "Please note that the locate and updatedb binaries" + ewarn "are not longer provided by findutils." + ewarn "Please emerge slocate" +} |