summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-04-05 21:51:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-04-05 21:51:42 +0000
commit37933760b32f745e7d6f27137f83db410f2b6505 (patch)
tree7dd1b44b0d78b5de888c82dcab5266c2fb260dd9 /dev-util/git
parentremove useless messages (diff)
downloadgentoo-2-37933760b32f745e7d6f27137f83db410f2b6505.tar.gz
gentoo-2-37933760b32f745e7d6f27137f83db410f2b6505.tar.bz2
gentoo-2-37933760b32f745e7d6f27137f83db410f2b6505.zip
Upstream is mergign the noperl patch now.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/git')
-rw-r--r--dev-util/git/ChangeLog5
-rw-r--r--dev-util/git/git-9999.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index 3854dc37f443..467e3e326d96 100644
--- a/dev-util/git/ChangeLog
+++ b/dev-util/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/git
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.329 2009/04/05 21:17:42 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.330 2009/04/05 21:51:42 robbat2 Exp $
+
+ 05 Apr 2009; Robin H. Johnson <robbat2@gentoo.org> git-9999.ebuild:
+ Upstream is mergign the noperl patch now.
05 Apr 2009; Robin H. Johnson <robbat2@gentoo.org> git-9999.ebuild:
Forgot a bit.
diff --git a/dev-util/git/git-9999.ebuild b/dev-util/git/git-9999.ebuild
index 59fb6766f96a..2b899b990718 100644
--- a/dev-util/git/git-9999.ebuild
+++ b/dev-util/git/git-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-9999.ebuild,v 1.3 2009/04/05 21:17:42 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-9999.ebuild,v 1.4 2009/04/05 21:51:42 robbat2 Exp $
EAPI=2
@@ -126,7 +126,8 @@ src_unpack() {
#cp "${FILESDIR}"/GIT-VERSION-GEN .
fi
- epatch "${FILESDIR}"/20090305-git-1.6.2-noperl.patch
+ # Noperl is being merged to upstream as of 2009/04/05
+ #epatch "${FILESDIR}"/20090305-git-1.6.2-noperl.patch
sed -i \
-e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \