summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-10-19 06:56:31 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-10-19 06:56:31 +0000
commit6cd51b1f81762dcae1bd4ff4cf0e46c37a3d899c (patch)
tree8148b74158cbf24650652bb36d708b695e2c8da5 /sys-apps
parentupdate to use correct patch (diff)
downloadgentoo-2-6cd51b1f81762dcae1bd4ff4cf0e46c37a3d899c.tar.gz
gentoo-2-6cd51b1f81762dcae1bd4ff4cf0e46c37a3d899c.tar.bz2
gentoo-2-6cd51b1f81762dcae1bd4ff4cf0e46c37a3d899c.zip
cleanup
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/diffutils/diffutils-2.7.5-r1.ebuild68
-rw-r--r--sys-apps/diffutils/diffutils-2.8.4.ebuild60
-rw-r--r--sys-apps/diffutils/files/digest-diffutils-2.7.5-r11
-rw-r--r--sys-apps/diffutils/files/digest-diffutils-2.8.41
4 files changed, 0 insertions, 130 deletions
diff --git a/sys-apps/diffutils/diffutils-2.7.5-r1.ebuild b/sys-apps/diffutils/diffutils-2.7.5-r1.ebuild
deleted file mode 100644
index a70ab436fc05..000000000000
--- a/sys-apps/diffutils/diffutils-2.7.5-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7.5-r1.ebuild,v 1.6 2002/10/05 05:39:24 drobbins Exp $
-
-IUSE="nls build"
-
-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"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc nls? ( sys-devel/gettext )"
-
-if [ -z "`use build`" ]
-then
- DEPEND="$DEPEND sys-apps/texinfo"
-fi
-
-RDEPEND="virtual/glibc"
-
-src_unpack() {
- unpack ${A}
- cd ${WORKDIR}
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
-}
-
-src_compile() {
- local myconf=""
- [ -z "`use nls`" ] && myconf="--disable-nls"
- ./configure --host=${CHOST} \
- --prefix=/usr \
- ${myconf} || die
-
- if [ "`use build`" ]
- then
- #disable texinfo building so we can remove the dep
- cp Makefile Makefile.orig
- sed -e 's/^all: ${PROGRAMS} info/all: ${PROGRAMS}/g' \
- Makefile.orig > Makefile
- fi
- emake || die
-
- if [ -z "`use build`" ]
- then
- #fix the info page
- cp doc/diff.info doc/diff.info.orig
- sed -e 's/^Diff: (diff)/* Diff: (diff)/' \
- doc/diff.info.orig > doc/diff.info
- fi
-}
-
-src_install() {
- make prefix=${D}/usr \
- infodir=${D}/usr/share/info \
- 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/diffutils-2.8.4.ebuild b/sys-apps/diffutils/diffutils-2.8.4.ebuild
deleted file mode 100644
index 6c6ec5ac5806..000000000000
--- a/sys-apps/diffutils/diffutils-2.8.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.4.ebuild,v 1.5 2002/10/05 05:39:24 drobbins Exp $
-
-IUSE="nls build"
-
-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 \
- datadir=${D}/usr/share \
- 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.7.5-r1 b/sys-apps/diffutils/files/digest-diffutils-2.7.5-r1
deleted file mode 100644
index be7ae9ae8f8f..000000000000
--- a/sys-apps/diffutils/files/digest-diffutils-2.7.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6323bd82b7a84ca2c1891950f2f783f6 diffutils-2.7.5.tar.gz 722327
diff --git a/sys-apps/diffutils/files/digest-diffutils-2.8.4 b/sys-apps/diffutils/files/digest-diffutils-2.8.4
deleted file mode 100644
index ab1523b47820..000000000000
--- a/sys-apps/diffutils/files/digest-diffutils-2.8.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a9c028579abc79ecd6842d60a13abf1d diffutils-2.8.4.tar.gz 828766