summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-06 04:33:23 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-06 04:33:23 +0000
commit9da591cbf616be701161cc125699b5a9cba4a057 (patch)
tree296269462ff64acaa4f4a0224a116a60c0196d54
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-9da591cbf616be701161cc125699b5a9cba4a057.tar.gz
gentoo-2-9da591cbf616be701161cc125699b5a9cba4a057.tar.bz2
gentoo-2-9da591cbf616be701161cc125699b5a9cba4a057.zip
old
-rw-r--r--sys-apps/grep/files/digest-grep-2.5.1-r11
-rw-r--r--sys-apps/grep/files/digest-grep-2.5.1-r41
-rw-r--r--sys-apps/grep/files/digest-grep-2.5.1-r51
-rw-r--r--sys-apps/grep/grep-2.5.1-r1.ebuild60
-rw-r--r--sys-apps/grep/grep-2.5.1-r4.ebuild76
-rw-r--r--sys-apps/grep/grep-2.5.1-r5.ebuild81
6 files changed, 0 insertions, 220 deletions
diff --git a/sys-apps/grep/files/digest-grep-2.5.1-r1 b/sys-apps/grep/files/digest-grep-2.5.1-r1
deleted file mode 100644
index ef03a032aa20..000000000000
--- a/sys-apps/grep/files/digest-grep-2.5.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 85df024edc9f9689035f6b3de28c7731 grep-2.5.1.tar.gz 683093
diff --git a/sys-apps/grep/files/digest-grep-2.5.1-r4 b/sys-apps/grep/files/digest-grep-2.5.1-r4
deleted file mode 100644
index ef03a032aa20..000000000000
--- a/sys-apps/grep/files/digest-grep-2.5.1-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 85df024edc9f9689035f6b3de28c7731 grep-2.5.1.tar.gz 683093
diff --git a/sys-apps/grep/files/digest-grep-2.5.1-r5 b/sys-apps/grep/files/digest-grep-2.5.1-r5
deleted file mode 100644
index ef03a032aa20..000000000000
--- a/sys-apps/grep/files/digest-grep-2.5.1-r5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 85df024edc9f9689035f6b3de28c7731 grep-2.5.1.tar.gz 683093
diff --git a/sys-apps/grep/grep-2.5.1-r1.ebuild b/sys-apps/grep/grep-2.5.1-r1.ebuild
deleted file mode 100644
index 411c1745bed5..000000000000
--- a/sys-apps/grep/grep-2.5.1-r1.ebuild
+++ /dev/null
@@ -1,60 +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/grep/grep-2.5.1-r1.ebuild,v 1.27 2005/01/02 23:18:23 ciaranm Exp $
-
-inherit gnuconfig flag-o-matic eutils
-
-DESCRIPTION="GNU regular expression matcher"
-HOMEPAGE="http://www.gnu.org/software/grep/grep.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
-IUSE="build nls static uclibc"
-
-DEPEND="virtual/libc
- nls? ( sys-devel/gettext )"
-RDEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- if [ "${ARCH}" = "sparc" -a "${PROFILE_ARCH}" = "sparc" ] ; then
- epatch ${FILESDIR}/gentoo-sparc32-dfa.patch
- fi
- use uclibc && epatch ${FILESDIR}/grep-2.5.1-restrict_arr.patch
-}
-
-src_compile() {
- # Fix configure scripts to detect linux-mips
- gnuconfig_update
-
- local myconf=""
- use nls || myconf="--disable-nls"
- use uclibc && myconf="${myconf} --without-included-regex"
- use static && append-flags -static && append-ldflags -static
-
- econf \
- --bindir=/bin \
- --disable-perl-regexp \
- ${myconf} || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- einstall bindir=${D}/bin || die "einstall failed"
-
- # Override the default shell scripts... grep knows how to act
- # based on how it's called
- ln -sfn grep ${D}/bin/egrep || die "ln egrep failed"
- ln -sfn grep ${D}/bin/fgrep || die "ln fgrep failed"
-
- if use build ; then
- rm -rf ${D}/usr/share
- else
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- fi
-}
diff --git a/sys-apps/grep/grep-2.5.1-r4.ebuild b/sys-apps/grep/grep-2.5.1-r4.ebuild
deleted file mode 100644
index da9e565cb9b4..000000000000
--- a/sys-apps/grep/grep-2.5.1-r4.ebuild
+++ /dev/null
@@ -1,76 +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/grep/grep-2.5.1-r4.ebuild,v 1.7 2005/01/02 23:18:23 ciaranm Exp $
-
-inherit gnuconfig flag-o-matic eutils
-
-DESCRIPTION="GNU regular expression matcher"
-HOMEPAGE="http://www.gnu.org/software/grep/grep.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips alpha ~arm ~hppa ~amd64 ia64 ~ppc64 ~s390"
-IUSE="build nls pcre static uclibc"
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- pcre? (
- >=sys-apps/sed-4
- dev-libs/libpcre )
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A} && cd ${S} || die
-
- if [ "${ARCH}" = "sparc" -a "${PROFILE_ARCH}" = "sparc" ] ; then
- epatch "${FILESDIR}/gentoo-sparc32-dfa.patch"
- fi
- epatch "${FILESDIR}/${PV}-manpage.patch"
- use uclibc && epatch ${FILESDIR}/grep-2.5.1-restrict_arr.patch
-
- # Fix configure scripts to detect linux-mips
- gnuconfig_update
-}
-
-src_compile() {
- local myconf="
- $(use_enable nls)
- --bindir=/bin"
-
- if use static ; then
- append-flags -static
- append-ldflags -static
- fi
-
- if use uclibc ; then
- myconf="${myconf} --without-included-regex"
- else
- myconf="${myconf} $(use_enable pcre perl-regexp)"
- fi
-
- econf ${myconf} || die "econf failed"
-
- if use pcre && ! use uclibc ; then
- sed -i -e 's:-lpcre:/usr/lib/libpcre.a:g' {lib,src}/Makefile \
- || die "sed Makefile failed"
- fi
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- # Override the default shell scripts... grep knows how to act
- # based on how it's called
- ln -sfn grep "${D}/bin/egrep" || die "ln egrep failed"
- ln -sfn grep "${D}/bin/fgrep" || die "ln fgrep failed"
-
- if use build ; then
- rm -rf "${D}/usr/share"
- else
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- fi
-}
diff --git a/sys-apps/grep/grep-2.5.1-r5.ebuild b/sys-apps/grep/grep-2.5.1-r5.ebuild
deleted file mode 100644
index c8f5c7be8fb7..000000000000
--- a/sys-apps/grep/grep-2.5.1-r5.ebuild
+++ /dev/null
@@ -1,81 +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/grep/grep-2.5.1-r5.ebuild,v 1.3 2005/01/02 23:18:23 ciaranm Exp $
-
-inherit gnuconfig flag-o-matic eutils
-
-DESCRIPTION="GNU regular expression matcher"
-HOMEPAGE="http://www.gnu.org/software/grep/grep.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
-IUSE="build nls pcre static uclibc"
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- pcre? (
- >=sys-apps/sed-4
- dev-libs/libpcre )
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A} && cd ${S} || die
-
- if [ "${ARCH}" = "sparc" -a "${PROFILE_ARCH}" = "sparc" ] ; then
- epatch "${FILESDIR}/gentoo-sparc32-dfa.patch"
- fi
- epatch "${FILESDIR}/${PV}-manpage.patch"
- use uclibc && epatch ${FILESDIR}/grep-2.5.1-restrict_arr.patch
-
- epatch ${FILESDIR}/${PN}-${PV}-fgrep.patch.bz2
- epatch ${FILESDIR}/${PN}-${PV}-i18n.patch.bz2
- epatch ${FILESDIR}/${PN}-${PV}-gofast.patch.bz2
- epatch ${FILESDIR}/${PN}-${PV}-oi.patch.bz2
-
- # Fix configure scripts to detect linux-mips
- gnuconfig_update
-}
-
-src_compile() {
- local myconf="
- $(use_enable nls)
- --bindir=/bin"
-
- if use static ; then
- append-flags -static
- append-ldflags -static
- fi
-
- if use uclibc ; then
- myconf="${myconf} --without-included-regex"
- else
- myconf="${myconf} $(use_enable pcre perl-regexp)"
- fi
-
- econf ${myconf} || die "econf failed"
-
- if use pcre && ! use uclibc ; then
- sed -i -e 's:-lpcre:/usr/lib/libpcre.a:g' {lib,src}/Makefile \
- || die "sed Makefile failed"
- fi
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- # Override the default shell scripts... grep knows how to act
- # based on how it's called
- ln -sfn grep "${D}/bin/egrep" || die "ln egrep failed"
- ln -sfn grep "${D}/bin/fgrep" || die "ln fgrep failed"
-
- if use build ; then
- rm -rf "${D}/usr/share"
- else
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- fi
-}