Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-1.8.5.2.ebuild ChangeLog git-9999.ebuild
Date: Sat, 04 Jan 2014 23:22:36
Message-Id: 20140104232232.424492004C@flycatcher.gentoo.org
1 dilfridge 14/01/04 23:22:32
2
3 Modified: git-1.8.5.2.ebuild ChangeLog git-9999.ebuild
4 Log:
5 Add missing git-mw runtime dependency
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.3 dev-vcs/git/git-1.8.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.2.ebuild?r1=1.2&r2=1.3
15
16 Index: git-1.8.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- git-1.8.5.2.ebuild 4 Jan 2014 22:35:55 -0000 1.2
23 +++ git-1.8.5.2.ebuild 4 Jan 2014 23:22:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.2.ebuild,v 1.2 2014/01/04 22:35:55 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.2.ebuild,v 1.3 2014/01/04 23:22:32 dilfridge Exp $
29
30 EAPI=5
31
32 @@ -58,7 +58,10 @@
33
34 RDEPEND="${CDEPEND}
35 gpg? ( app-crypt/gnupg )
36 - mediawiki? ( dev-perl/MediaWiki-API )
37 + mediawiki? (
38 + dev-perl/HTML-Tree
39 + dev-perl/MediaWiki-API
40 + )
41 perl? ( dev-perl/Error
42 dev-perl/Net-SMTP-SSL
43 dev-perl/Authen-SASL
44
45
46
47 1.238 dev-vcs/git/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.238&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.238&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.237&r2=1.238
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
56 retrieving revision 1.237
57 retrieving revision 1.238
58 diff -u -r1.237 -r1.238
59 --- ChangeLog 4 Jan 2014 22:35:55 -0000 1.237
60 +++ ChangeLog 4 Jan 2014 23:22:32 -0000 1.238
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-vcs/git
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.237 2014/01/04 22:35:55 dilfridge Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.238 2014/01/04 23:22:32 dilfridge Exp $
66 +
67 + 04 Jan 2014; Andreas K. Huettel <dilfridge@g.o> git-1.8.5.2.ebuild,
68 + git-9999.ebuild:
69 + Add missing git-mw runtime dependency
70
71 04 Jan 2014; Andreas K. Huettel <dilfridge@g.o> git-1.8.5.2.ebuild,
72 +files/git-1.8.5-mw-destdir.patch, +files/git-1.8.5-mw-vendor.patch,
73
74
75
76 1.52 dev-vcs/git/git-9999.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.52&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.52&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?r1=1.51&r2=1.52
81
82 Index: git-9999.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v
85 retrieving revision 1.51
86 retrieving revision 1.52
87 diff -u -r1.51 -r1.52
88 --- git-9999.ebuild 4 Jan 2014 22:35:55 -0000 1.51
89 +++ git-9999.ebuild 4 Jan 2014 23:22:32 -0000 1.52
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2014 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.51 2014/01/04 22:35:55 dilfridge Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.52 2014/01/04 23:22:32 dilfridge Exp $
95
96 EAPI=5
97
98 @@ -58,7 +58,10 @@
99
100 RDEPEND="${CDEPEND}
101 gpg? ( app-crypt/gnupg )
102 - mediawiki? ( dev-perl/MediaWiki-API )
103 + mediawiki? (
104 + dev-perl/HTML-Tree
105 + dev-perl/MediaWiki-API
106 + )
107 perl? ( dev-perl/Error
108 dev-perl/Net-SMTP-SSL
109 dev-perl/Authen-SASL