diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-07 01:37:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-07 01:37:15 +0000 |
commit | 6ee63dce305f1581214debbaef73dc28351ff14a (patch) | |
tree | e0a9d955cc8c0077b062ee0e600f1e8362f3ac86 /sys-apps/grep | |
parent | sync with Fedora (diff) | |
download | gentoo-2-6ee63dce305f1581214debbaef73dc28351ff14a.tar.gz gentoo-2-6ee63dce305f1581214debbaef73dc28351ff14a.tar.bz2 gentoo-2-6ee63dce305f1581214debbaef73dc28351ff14a.zip |
update references to patches
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r8.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r9.ebuild | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/sys-apps/grep/grep-2.5.1-r8.ebuild b/sys-apps/grep/grep-2.5.1-r8.ebuild index 5de5d4592d0d..b8b221d717a7 100644 --- a/sys-apps/grep/grep-2.5.1-r8.ebuild +++ b/sys-apps/grep/grep-2.5.1-r8.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/grep/grep-2.5.1-r8.ebuild,v 1.12 2006/01/29 08:34:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r8.ebuild,v 1.13 2006/02/07 01:37:15 vapier Exp $ inherit flag-o-matic eutils @@ -25,11 +25,10 @@ src_unpack() { # Fix a weird sparc32 compiler bug echo "" >> src/dfa.h - epatch "${FILESDIR}"/${PV}-manpage.patch - epatch "${FILESDIR}"/${PV}-manpage-line-buffering.patch + epatch "${FILESDIR}"/${P}-manpage.patch epatch "${FILESDIR}"/${P}-fgrep.patch + epatch "${FILESDIR}"/${P}-bracket.patch epatch "${FILESDIR}"/${P}-i18n.patch - epatch "${FILESDIR}"/${P}-gofast.patch.bz2 epatch "${FILESDIR}"/${P}-oi.patch epatch "${FILESDIR}"/${P}-restrict_arr.patch epatch "${FILESDIR}"/${PV}-utf8-case.patch diff --git a/sys-apps/grep/grep-2.5.1-r9.ebuild b/sys-apps/grep/grep-2.5.1-r9.ebuild index 4145e75f56f6..eb515c57fcd9 100644 --- a/sys-apps/grep/grep-2.5.1-r9.ebuild +++ b/sys-apps/grep/grep-2.5.1-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r9.ebuild,v 1.7 2006/01/29 08:34:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r9.ebuild,v 1.8 2006/02/07 01:37:15 vapier Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc ~x86" IUSE="build nls static" RDEPEND="" @@ -25,11 +25,10 @@ src_unpack() { # Fix a weird sparc32 compiler bug echo "" >> src/dfa.h - epatch "${FILESDIR}"/${PV}-manpage.patch - epatch "${FILESDIR}"/${PV}-manpage-line-buffering.patch + epatch "${FILESDIR}"/${P}-manpage.patch epatch "${FILESDIR}"/${P}-fgrep.patch + epatch "${FILESDIR}"/${P}-bracket.patch epatch "${FILESDIR}"/${P}-i18n.patch - epatch "${FILESDIR}"/${P}-gofast.patch.bz2 epatch "${FILESDIR}"/${P}-oi.patch epatch "${FILESDIR}"/${P}-restrict_arr.patch epatch "${FILESDIR}"/${PV}-utf8-case.patch |