summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-16 00:05:18 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-16 00:05:18 +0000
commit5311bf92a0fd688b76b36d834b610f07d451029c (patch)
treed54c1880c4d1cfc3b6084e29a426422473e34820 /sys-apps/diffutils
parentstabilize (diff)
downloadgentoo-2-5311bf92a0fd688b76b36d834b610f07d451029c.tar.gz
gentoo-2-5311bf92a0fd688b76b36d834b610f07d451029c.tar.bz2
gentoo-2-5311bf92a0fd688b76b36d834b610f07d451029c.zip
old
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'sys-apps/diffutils')
-rw-r--r--sys-apps/diffutils/diffutils-2.8.7.ebuild47
-rw-r--r--sys-apps/diffutils/files/digest-diffutils-2.8.71
2 files changed, 0 insertions, 48 deletions
diff --git a/sys-apps/diffutils/diffutils-2.8.7.ebuild b/sys-apps/diffutils/diffutils-2.8.7.ebuild
deleted file mode 100644
index b205996701d1..000000000000
--- a/sys-apps/diffutils/diffutils-2.8.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7.ebuild,v 1.17 2005/01/23 22:02:26 kloeri Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html"
-SRC_URI="ftp://alpha.gnu.org/gnu/diffutils/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 s390 sh sparc x86"
-IUSE="nls static"
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Removes waitpid() call after pclose() on piped diff stream, closing
- # bug #11728, thanks to D Wollmann <converter@dalnet-perl.org>
- epatch ${FILESDIR}/diffutils-2.8.4-sdiff-no-waitpid.patch
-
- # Make sure we don't try generating the manpages ... this requires
- # 'help2man' which is a perl app which is not available in a
- # stage2 / stage3 ... don't DEPEND on it or we get a DEPEND loop :(
- # for more info, see #55479
- touch man/*.1
-}
-
-src_compile() {
- econf $(use_enable nls) || die "econf"
- use static && append-ldflags -static
- emake LDFLAGS="${LDFLAGS}" || die "make"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc ChangeLog NEWS README
-
- # use the manpage from 'sys-apps/man-pages'
- rm -f "${D}"/usr/share/man/man1/diff.1*
-}
diff --git a/sys-apps/diffutils/files/digest-diffutils-2.8.7 b/sys-apps/diffutils/files/digest-diffutils-2.8.7
deleted file mode 100644
index 22e15e44701a..000000000000
--- a/sys-apps/diffutils/files/digest-diffutils-2.8.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 18d6587cb915e7aa110a5d463d6ed156 diffutils-2.8.7.tar.gz 1057977