diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 10:14:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 10:14:38 +0000 |
commit | fbe3a87a8f8ae54d7a0b909c91ed7b6f714c11bc (patch) | |
tree | 47414b080b3b99352728c436cd3b4f6ce55e5630 /sys-apps/diffutils | |
parent | Stable on ppc. (diff) | |
download | historical-fbe3a87a8f8ae54d7a0b909c91ed7b6f714c11bc.tar.gz historical-fbe3a87a8f8ae54d7a0b909c91ed7b6f714c11bc.tar.bz2 historical-fbe3a87a8f8ae54d7a0b909c91ed7b6f714c11bc.zip |
stabilize
Package-Manager: portage-2.0.51.20
Diffstat (limited to 'sys-apps/diffutils')
-rw-r--r-- | sys-apps/diffutils/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/diffutils/diffutils-2.8.7-r1.ebuild | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/diffutils/Manifest b/sys-apps/diffutils/Manifest index a12ec5d2e145..89c485fc396f 100644 --- a/sys-apps/diffutils/Manifest +++ b/sys-apps/diffutils/Manifest @@ -1,12 +1,12 @@ MD5 67aa5b662e35494ab158de146a9869fb ChangeLog 5767 MD5 2b8888ea3c1b05e81e1bbf61b1f2b945 diffutils-2.8.4-r4.ebuild 1933 -MD5 74ec98957f46f190570cd6244228e2c7 diffutils-2.8.7-r1.ebuild 1605 -MD5 88a4de059e8e49fff9b4aada4824afd7 diffutils-2.8.7.ebuild 1404 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 88a4de059e8e49fff9b4aada4824afd7 diffutils-2.8.7.ebuild 1404 +MD5 61c6f0ce44eae63f6355fc0ecc331af5 diffutils-2.8.7-r1.ebuild 1596 MD5 88eef724512016e5400a58e4057ef235 files/diffutils-2.8.4-Makefile-fix-typeo.patch 1158 MD5 bb27bd30edca169156e905ebe7dab570 files/diffutils-2.8.4-no-manpage.patch 1168 MD5 fcb3554acdf9074aad98b90af6cb915d files/diffutils-2.8.4-sdiff-no-waitpid.patch 525 MD5 a571ebf3fcef3b033e33a4f013521e13 files/diffutils-2.8.4-tabsize-dumps-core.diff 804 MD5 7abb095c2c2ecdbd465a1953cb443289 files/digest-diffutils-2.8.4-r4 67 -MD5 28aba2261ffb7634265a612938df28f5 files/digest-diffutils-2.8.7 68 MD5 d639850d7ddca0f4a6eb5be82a1c42a2 files/digest-diffutils-2.8.7-r1 141 +MD5 28aba2261ffb7634265a612938df28f5 files/digest-diffutils-2.8.7 68 diff --git a/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild b/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild index 015e245903e2..c0a932a7f779 100644 --- a/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild +++ b/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.4 2005/04/09 12:57:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild,v 1.5 2005/04/24 10:14:38 vapier Exp $ inherit eutils flag-o-matic @@ -11,23 +11,23 @@ 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 ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 ~ppc-macos s390 sh ~sparc x86" IUSE="nls static" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} - cd ${S} + 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 + epatch "${FILESDIR}"/diffutils-2.8.4-sdiff-no-waitpid.patch # Fix utf8 support. Patch from MDK. #71689 - epatch ${WORKDIR}/${P}-i18n.patch + epatch "${WORKDIR}"/${P}-i18n.patch # Make sure we don't try generating the manpages ... this requires # 'help2man' which is a perl app which is not available in a |