diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-10-28 21:20:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-10-28 21:20:40 +0000 |
commit | c654f08ae9ad4f441c2f694cd2c2754099a3620f (patch) | |
tree | 7fdfee8803dc99f49b338d4b845a7c3120025781 /sys-apps | |
parent | revbumps to drop howl support (bug #183776) (diff) | |
download | gentoo-2-c654f08ae9ad4f441c2f694cd2c2754099a3620f.tar.gz gentoo-2-c654f08ae9ad4f441c2f694cd2c2754099a3620f.tar.bz2 gentoo-2-c654f08ae9ad4f441c2f694cd2c2754099a3620f.zip |
old
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/findutils/files/digest-findutils-4.3.7 | 3 | ||||
-rw-r--r-- | sys-apps/findutils/files/digest-findutils-4.3.8 | 3 | ||||
-rw-r--r-- | sys-apps/findutils/files/findutils-4.3.6-fprint-unwritable.patch | 21 | ||||
-rw-r--r-- | sys-apps/findutils/findutils-4.3.7.ebuild | 58 | ||||
-rw-r--r-- | sys-apps/findutils/findutils-4.3.8.ebuild | 57 |
5 files changed, 0 insertions, 142 deletions
diff --git a/sys-apps/findutils/files/digest-findutils-4.3.7 b/sys-apps/findutils/files/digest-findutils-4.3.7 deleted file mode 100644 index a76fda51ffe0..000000000000 --- a/sys-apps/findutils/files/digest-findutils-4.3.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4f30c3af6848e31ca767490cc628613e findutils-4.3.7.tar.gz 1807397 -RMD160 83492bd517e39d5fe5d4c6d3739dcb7074dc5ef4 findutils-4.3.7.tar.gz 1807397 -SHA256 60a5fbc06e0c92972c133e6498da88f431f09d483f94a00dd71638ba7f55048a findutils-4.3.7.tar.gz 1807397 diff --git a/sys-apps/findutils/files/digest-findutils-4.3.8 b/sys-apps/findutils/files/digest-findutils-4.3.8 deleted file mode 100644 index e4568313a443..000000000000 --- a/sys-apps/findutils/files/digest-findutils-4.3.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b5e4f88b7b5502460c62c04f94df613d findutils-4.3.8.tar.gz 1808049 -RMD160 b02144ad9ffff5fe2d02f6a2451f2787e2824d0a findutils-4.3.8.tar.gz 1808049 -SHA256 ec933354569f90afaa8112609f8ffe8069294e303fee8669ed3b6b7426ac631d findutils-4.3.8.tar.gz 1808049 diff --git a/sys-apps/findutils/files/findutils-4.3.6-fprint-unwritable.patch b/sys-apps/findutils/files/findutils-4.3.6-fprint-unwritable.patch deleted file mode 100644 index 29edb0f566d3..000000000000 --- a/sys-apps/findutils/files/findutils-4.3.6-fprint-unwritable.patch +++ /dev/null @@ -1,21 +0,0 @@ -this will always fail as root - -http://bugs.gentoo.org/180412 - ---- find/testsuite/find.gnu/fprint-unwritable.exp -+++ find/testsuite/find.gnu/fprint-unwritable.exp -@@ -3,5 +3,12 @@ - file mkdir tmp - exec touch tmp/unwritable - exec chmod 444 tmp/unwritable --find_start f { tmp -fprint tmp/unwritable } --exec rm -rf tmp -+if [ file readable tmp/unwritable ] { -+ # On Cygwin, a user with admin rights can read all files, and -+ # access(foo,R_OK) correctly returns 1 for all files. -+ warning "You have superuser privileges, skipping this test." -+ untested {skipping this test because you have superuser privileges} -+} else { -+ find_start f { tmp -fprint tmp/unwritable } -+ exec rm -rf tmp -+} diff --git a/sys-apps/findutils/findutils-4.3.7.ebuild b/sys-apps/findutils/findutils-4.3.7.ebuild deleted file mode 100644 index 0c190f26e8a4..000000000000 --- a/sys-apps/findutils/findutils-4.3.7.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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.3.7.ebuild,v 1.10 2007/06/30 22:07:58 vapier Exp $ - -inherit eutils flag-o-matic toolchain-funcs multilib - -SELINUX_PATCH="findutils-4.3.7-selinux.diff" - -DESCRIPTION="GNU utilities for finding files" -HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" -# SRC_URI="mirror://gnu/${PN}/${P}.tar.gz mirror://gentoo/${P}.tar.gz" -SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="nls selinux static" - -RDEPEND="selinux? ( sys-libs/libselinux ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-4.3.6-fprint-unwritable.patch #180412 - - # 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 - - # Patches for selinux - use selinux && epatch "${FILESDIR}/${SELINUX_PATCH}" -} - -src_compile() { - use static && append-ldflags -static - - local myconf - use userland_GNU || myconf=" --program-prefix=g" - - if echo "#include <regex.h>" | $(tc-getCPP) > /dev/null ; then - myconf="${myconf} --without-included-regex" - fi - - econf \ - $(use_enable nls) \ - --libexecdir=/usr/$(get_libdir)/find \ - ${myconf} \ - || die "configure failed" - emake AR="$(tc-getAR)" || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc NEWS README TODO ChangeLog -} diff --git a/sys-apps/findutils/findutils-4.3.8.ebuild b/sys-apps/findutils/findutils-4.3.8.ebuild deleted file mode 100644 index e937f78e7ba5..000000000000 --- a/sys-apps/findutils/findutils-4.3.8.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# 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.3.8.ebuild,v 1.7 2007/09/01 10:34:06 angelos Exp $ - -inherit eutils flag-o-matic toolchain-funcs multilib - -SELINUX_PATCH="findutils-4.3.7-selinux.diff" - -DESCRIPTION="GNU utilities for finding files" -HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" -# SRC_URI="mirror://gnu/${PN}/${P}.tar.gz mirror://gentoo/${P}.tar.gz" -SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="nls selinux static" - -RDEPEND="selinux? ( sys-libs/libselinux ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -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 - - # Patches for selinux - use selinux && epatch "${FILESDIR}/${SELINUX_PATCH}" -} - -src_compile() { - use static && append-ldflags -static - - local myconf - use userland_GNU || myconf=" --program-prefix=g" - - if echo "#include <regex.h>" | $(tc-getCPP) > /dev/null ; then - myconf="${myconf} --without-included-regex" - fi - - econf \ - $(use_enable nls) \ - --libexecdir=/usr/$(get_libdir)/find \ - ${myconf} \ - || die "configure failed" - emake AR="$(tc-getAR)" || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc NEWS README TODO ChangeLog -} |