diff options
author | 2002-09-25 12:47:39 +0000 | |
---|---|---|
committer | 2002-09-25 12:47:39 +0000 | |
commit | 2f8a4708579e3c42d5ac00554be242a6b7ba5faf (patch) | |
tree | eb84bdcbaff141205fff6b2b35c6cabb8a25049f /sys-apps/diffutils | |
parent | new version (diff) | |
download | historical-2f8a4708579e3c42d5ac00554be242a6b7ba5faf.tar.gz historical-2f8a4708579e3c42d5ac00554be242a6b7ba5faf.tar.bz2 historical-2f8a4708579e3c42d5ac00554be242a6b7ba5faf.zip |
update version
Diffstat (limited to 'sys-apps/diffutils')
-rw-r--r-- | sys-apps/diffutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/diffutils/diffutils-2.8.4.ebuild | 57 | ||||
-rw-r--r-- | sys-apps/diffutils/files/digest-diffutils-2.8.4 | 1 |
3 files changed, 64 insertions, 1 deletions
diff --git a/sys-apps/diffutils/ChangeLog b/sys-apps/diffutils/ChangeLog index aad12e5829c6..c1c458f21105 100644 --- a/sys-apps/diffutils/ChangeLog +++ b/sys-apps/diffutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/diffutils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.3 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.4 2002/09/25 12:47:39 azarah Exp $ + +*diffutils-2.8.4 (25 Sep 2002) + + 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org> : + Version update. *diffutils-2.7.5-r1.ebuild (14 July 2002) diff --git a/sys-apps/diffutils/diffutils-2.8.4.ebuild b/sys-apps/diffutils/diffutils-2.8.4.ebuild new file mode 100644 index 000000000000..e94fd55ce313 --- /dev/null +++ b/sys-apps/diffutils/diffutils-2.8.4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.4.ebuild,v 1.1 2002/09/25 12:47:39 azarah Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Tools to make diffs and compare files" +SRC_URI="ftp://alpha.gnu.org/gnu/diffutils/${P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html" + +KEYWORDS="x86 ppc sparc sparc64 alpha" +SLOT="0" +LICENSE="GPL-2" + +DEPEND="virtual/glibc + nls? ( sys-devel/gettext ) + !build? ( sys-apps/texinfo )" + +RDEPEND="virtual/glibc" + + +src_unpack() { + unpack ${A} + + cd ${S} + if [ -n "`use build`" ] + then + #disable texinfo building so we can remove the dep + cp Makefile.in Makefile.in.orig + sed -e 's:SUBDIRS = doc:SUBDIRS =:' \ + Makefile.in.orig > Makefile.in + fi +} + +src_compile() { + local myconf="" + [ -z "`use nls`" ] && myconf="--disable-nls" + + econf --build=${CHOST} \ + ${myconf} || die + + emake || die +} + +src_install() { + make prefix=${D}/usr \ + infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ + install || die + + if [ -z "`use build`" ] + then + dodoc COPYING ChangeLog NEWS README + else + rm -rf ${D}/usr/share/info + fi +} + diff --git a/sys-apps/diffutils/files/digest-diffutils-2.8.4 b/sys-apps/diffutils/files/digest-diffutils-2.8.4 new file mode 100644 index 000000000000..ab1523b47820 --- /dev/null +++ b/sys-apps/diffutils/files/digest-diffutils-2.8.4 @@ -0,0 +1 @@ +MD5 a9c028579abc79ecd6842d60a13abf1d diffutils-2.8.4.tar.gz 828766 |