Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-1.7.3.4-r1.ebuild
Date: Wed, 29 Dec 2010 21:05:52
Message-Id: 20101229210543.7488D20057@flycatcher.gentoo.org
1 robbat2 10/12/29 21:05:43
2
3 Modified: ChangeLog git-1.7.3.4-r1.ebuild
4 Log:
5 Bug #350075: t/t9001: fix missing prereq on some tests.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.65 dev-vcs/git/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -p -w -b -B -u -u -r1.64 -r1.65
22 --- ChangeLog 27 Dec 2010 14:52:55 -0000 1.64
23 +++ ChangeLog 29 Dec 2010 21:05:43 -0000 1.65
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-vcs/git
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.64 2010/12/27 14:52:55 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.65 2010/12/29 21:05:43 robbat2 Exp $
29 +
30 + 29 Dec 2010; Robin H. Johnson <robbat2@g.o> git-1.7.3.4-r1.ebuild,
31 + +files/git-1.7.3.4-fix-perl-test-prereq.patch:
32 + Bug #350075: t/t9001: fix missing prereq on some tests.
33
34 27 Dec 2010; Brent Baude <ranger@g.o> git-1.6.4.5.ebuild,
35 git-1.7.2.5.ebuild, git-1.7.3.4-r1.ebuild:
36
37
38
39 1.10 dev-vcs/git/git-1.7.3.4-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild?r1=1.9&r2=1.10
44
45 Index: git-1.7.3.4-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -p -w -b -B -u -u -r1.9 -r1.10
51 --- git-1.7.3.4-r1.ebuild 28 Dec 2010 17:35:53 -0000 1.9
52 +++ git-1.7.3.4-r1.ebuild 29 Dec 2010 21:05:43 -0000 1.10
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v 1.9 2010/12/28 17:35:53 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v 1.10 2010/12/29 21:05:43 robbat2 Exp $
58
59 EAPI=3
60
61 @@ -200,6 +200,9 @@ src_prepare() {
62 # user.
63 epatch "${FILESDIR}"/git-1.7.3.4-avoid-shell-issues.patch
64
65 + # bug #350075: t9001: fix missing prereq on some tests
66 + epatch "${FILESDIR}"/git-1.7.3.4-fix-perl-test-prereq.patch
67 +
68 sed -i \
69 -e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \
70 -e 's:^\(LDFLAGS =\).*$:\1 $(OPTLDFLAGS):' \