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: ChangeLog git-9999.ebuild git-1.6.2.2.ebuild
Date: Sun, 05 Apr 2009 21:17:44
Message-Id: E1LqZio-0004jB-8K@stork.gentoo.org
1 robbat2 09/04/05 21:17:42
2
3 Modified: ChangeLog git-9999.ebuild git-1.6.2.2.ebuild
4 Log:
5 More missing emacs blame bits, and include a credit for some of the git-scm work that the 9999 build is based on.
6 (Portage version: 2.2_rc27/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.329 dev-util/git/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?rev=1.329&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?rev=1.329&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?r1=1.328&r2=1.329
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v
18 retrieving revision 1.328
19 retrieving revision 1.329
20 diff -p -w -b -B -u -u -r1.328 -r1.329
21 --- ChangeLog 5 Apr 2009 00:04:16 -0000 1.328
22 +++ ChangeLog 5 Apr 2009 21:17:42 -0000 1.329
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/git
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.328 2009/04/05 00:04:16 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.329 2009/04/05 21:17:42 robbat2 Exp $
28 +
29 + 05 Apr 2009; Robin H. Johnson <robbat2@g.o> git-9999.ebuild:
30 + Forgot a bit.
31
32 05 Apr 2009; Robin H. Johnson <robbat2@g.o> git-1.6.2.2-r1.ebuild:
33 Refix bug #237210, missed a part.
34 @@ -11,7 +14,8 @@
35 03 Apr 2009; Robin H. Johnson <robbat2@g.o> +git-1.6.2.2-r1.ebuild,
36 +git-9999.ebuild:
37 Bug #238023 - add an scm-capable ebuild for Git, use it to tidy up the
38 - ebuild a bit too.
39 + ebuild a bit too. Based on the work by Sebastian Pipping
40 + <webmaster@××××××××.org>.
41
42 *git-1.6.2.2 (03 Apr 2009)
43
44
45
46
47 1.3 dev-util/git/git-9999.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-9999.ebuild?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-9999.ebuild?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-9999.ebuild?r1=1.2&r2=1.3
52
53 Index: git-9999.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-util/git/git-9999.ebuild,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -p -w -b -B -u -u -r1.2 -r1.3
59 --- git-9999.ebuild 3 Apr 2009 15:23:32 -0000 1.2
60 +++ git-9999.ebuild 5 Apr 2009 21:17:42 -0000 1.3
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-9999.ebuild,v 1.2 2009/04/03 15:23:32 mr_bones_ Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-9999.ebuild,v 1.3 2009/04/05 21:17:42 robbat2 Exp $
66
67 EAPI=2
68
69 @@ -160,7 +160,7 @@ src_compile() {
70 git_emake || die "emake failed"
71
72 if use emacs ; then
73 - elisp-compile contrib/emacs/git.el \
74 + elisp-compile contrib/emacs/git{,-blame}.el \
75 || die "emacs modules failed"
76 fi
77
78
79
80
81 1.2 dev-util/git/git-1.6.2.2.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.6.2.2.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.6.2.2.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.6.2.2.ebuild?r1=1.1&r2=1.2
86
87 Index: git-1.6.2.2.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.2.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -p -w -b -B -u -u -r1.1 -r1.2
93 --- git-1.6.2.2.ebuild 3 Apr 2009 06:15:09 -0000 1.1
94 +++ git-1.6.2.2.ebuild 5 Apr 2009 21:17:42 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2009 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.2.ebuild,v 1.1 2009/04/03 06:15:09 robbat2 Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.2.ebuild,v 1.2 2009/04/05 21:17:42 robbat2 Exp $
100
101 EAPI=2
102
103 @@ -129,11 +129,13 @@ src_compile() {
104 git_emake || die "emake failed"
105
106 if use emacs ; then
107 - elisp-compile contrib/emacs/git.el || die "emacs modules failed"
108 + elisp-compile contrib/emacs/git{,-blame}.el \
109 + || die "emacs modules failed"
110 fi
111 if use perl && use cgi ; then
112 git_emake \
113 - gitweb/gitweb.cgi || die "emake gitweb/gitweb.cgi failed"
114 + gitweb/gitweb.cgi \
115 + || die "emake gitweb/gitweb.cgi failed"
116 fi
117 }