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-util/git/files: 20080528-git-1.5.5.3-noperl.patch
Date: Wed, 28 May 2008 17:57:23
Message-Id: E1K1Ptp-0002Wt-53@stork.gentoo.org
1 robbat2 08/05/28 17:57:21
2
3 Modified: 20080528-git-1.5.5.3-noperl.patch
4 Log:
5 Forgot to add doc at the top of the new patch.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.2 dev-util/git/files/20080528-git-1.5.5.3-noperl.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/files/20080528-git-1.5.5.3-noperl.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/files/20080528-git-1.5.5.3-noperl.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/files/20080528-git-1.5.5.3-noperl.patch?r1=1.1&r2=1.2
14
15 Index: 20080528-git-1.5.5.3-noperl.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/git/files/20080528-git-1.5.5.3-noperl.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -p -w -b -B -u -u -r1.1 -r1.2
21 --- 20080528-git-1.5.5.3-noperl.patch 28 May 2008 17:55:35 -0000 1.1
22 +++ 20080528-git-1.5.5.3-noperl.patch 28 May 2008 17:57:20 -0000 1.2
23 @@ -1,3 +1,17 @@
24 +Implement 95% of the NO_PERL functionality, to build Git without any Perl
25 +support, because some Gentoo users want a Git without any Perl whatesoever
26 +(Gentoo bug #214168).
27 +
28 +Remaining bits are doing configure.ac as well as git-remote usage in:
29 +t5502-quickfetch.sh
30 +t5512-ls-remote.sh
31 +t5520-pull.sh
32 +
33 +Signed-off-by: Robin H. Johnson <robbat2@g.o>
34 +Bugzilla-URL: http://bugs.gentoo.org/show_bug.cgi?id=214168
35 +Notes: Ported from 20080423-git-1.5.5.1-noperl.patch
36 +Notes: Ported from 20080322-git-1.5.4.5-noperl.patch
37 +
38 diff -Nuar --exclude '*.orig' --exclude '*.rej' git-1.5.5.3.orig/builtin-add.c git-1.5.5.3/builtin-add.c
39 --- git-1.5.5.3.orig/builtin-add.c 2008-05-28 00:56:46.000000000 -0700
40 +++ git-1.5.5.3/builtin-add.c 2008-05-28 10:38:12.566970120 -0700
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list