summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-11 16:51:19 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-11 16:51:19 +0000
commit7cf8e10952c93ca4e0f0c124c1e037d5c155f94d (patch)
tree5d4ba089428b6c3b00ee1293ee85203e8bca452d /sys-apps/grep
parentFix SRC_URI, #257993 (diff)
downloadgentoo-2-7cf8e10952c93ca4e0f0c124c1e037d5c155f94d.tar.gz
gentoo-2-7cf8e10952c93ca4e0f0c124c1e037d5c155f94d.tar.bz2
gentoo-2-7cf8e10952c93ca4e0f0c124c1e037d5c155f94d.zip
Apply the po builddir fix again #258492 by Dan Coats.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/grep')
-rw-r--r--sys-apps/grep/ChangeLog5
-rw-r--r--sys-apps/grep/grep-2.5.4.ebuild10
2 files changed, 13 insertions, 2 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog
index 0d08bd1b6477..153221276762 100644
--- a/sys-apps/grep/ChangeLog
+++ b/sys-apps/grep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/grep
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.81 2009/02/10 06:06:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.82 2009/02/11 16:51:19 vapier Exp $
+
+ 11 Feb 2009; Mike Frysinger <vapier@gentoo.org> grep-2.5.4.ebuild:
+ Apply the po builddir fix again #258492 by Dan Coats.
*grep-2.5.4 (10 Feb 2009)
diff --git a/sys-apps/grep/grep-2.5.4.ebuild b/sys-apps/grep/grep-2.5.4.ebuild
index 6a6c7b1fbc73..cdf8052ff25e 100644
--- a/sys-apps/grep/grep-2.5.4.ebuild
+++ b/sys-apps/grep/grep-2.5.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.4.ebuild,v 1.1 2009/02/10 06:06:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.4.ebuild,v 1.2 2009/02/11 16:51:19 vapier Exp $
+
+inherit eutils
DESCRIPTION="GNU regular expression matcher"
HOMEPAGE="http://www.gnu.org/software/grep/"
@@ -17,6 +19,12 @@ DEPEND="${RDEPEND}
pcre? ( dev-libs/libpcre )
nls? ( sys-devel/gettext )"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-2.5.3-po-builddir-fix.patch
+}
+
src_compile() {
econf \
--bindir=/bin \