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: git-9999.ebuild git-1.7.9_rc2.ebuild ChangeLog
Date: Sat, 28 Jan 2012 20:36:06
Message-Id: 20120128203554.1AB062004B@flycatcher.gentoo.org
1 robbat2 12/01/28 20:35:54
2
3 Modified: git-9999.ebuild git-1.7.9_rc2.ebuild ChangeLog
4 Log:
5 Bug #384233: Fix the gitweb syntax highlighting implicit dependency on highlight.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 dev-vcs/git/git-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?r1=1.29&r2=1.30
15
16 Index: git-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -p -w -b -B -u -u -r1.29 -r1.30
22 --- git-9999.ebuild 27 Jan 2012 04:20:21 -0000 1.29
23 +++ git-9999.ebuild 28 Jan 2012 20:35:53 -0000 1.30
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.29 2012/01/27 04:20:21 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.30 2012/01/28 20:35:53 robbat2 Exp $
29
30 EAPI=4
31
32 @@ -59,7 +59,7 @@ RDEPEND="${CDEPEND}
33 perl? ( dev-perl/Error
34 dev-perl/Net-SMTP-SSL
35 dev-perl/Authen-SASL
36 - cgi? ( virtual/perl-CGI )
37 + cgi? ( virtual/perl-CGI app-text/highlight )
38 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
39 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
40 )
41
42
43
44 1.4 dev-vcs/git/git-1.7.9_rc2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild?r1=1.3&r2=1.4
49
50 Index: git-1.7.9_rc2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -p -w -b -B -u -u -r1.3 -r1.4
56 --- git-1.7.9_rc2.ebuild 27 Jan 2012 04:20:21 -0000 1.3
57 +++ git-1.7.9_rc2.ebuild 28 Jan 2012 20:35:53 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.3 2012/01/27 04:20:21 mr_bones_ Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.4 2012/01/28 20:35:53 robbat2 Exp $
63
64 EAPI=4
65
66 @@ -60,7 +60,7 @@ RDEPEND="${CDEPEND}
67 perl? ( dev-perl/Error
68 dev-perl/Net-SMTP-SSL
69 dev-perl/Authen-SASL
70 - cgi? ( virtual/perl-CGI )
71 + cgi? ( virtual/perl-CGI app-text/highlight )
72 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
73 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
74 )
75
76
77
78 1.120 dev-vcs/git/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.120&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.120&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.119&r2=1.120
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
87 retrieving revision 1.119
88 retrieving revision 1.120
89 diff -p -w -b -B -u -u -r1.119 -r1.120
90 --- ChangeLog 20 Jan 2012 08:38:27 -0000 1.119
91 +++ ChangeLog 28 Jan 2012 20:35:53 -0000 1.120
92 @@ -1,6 +1,11 @@
93 # ChangeLog for dev-vcs/git
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.119 2012/01/20 08:38:27 robbat2 Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.120 2012/01/28 20:35:53 robbat2 Exp $
97 +
98 + 28 Jan 2012; Robin H. Johnson <robbat2@g.o> git-1.7.9_rc2.ebuild,
99 + git-9999.ebuild:
100 + Bug #384233: Fix the gitweb syntax highlighting implicit dependency on
101 + highlight.
102
103 20 Jan 2012; Robin H. Johnson <robbat2@g.o> -git-1.7.3.5-r1.ebuild,
104 -git-1.7.3.5.ebuild, -git-1.7.4.1.ebuild, -git-1.7.4.4.ebuild,