Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-1.7.2.ebuild git-1.7.2-r2.ebuild git-1.7.2.2.ebuild
Date: Sun, 29 Aug 2010 11:19:58
Message-Id: 20100829111954.146AA20051@flycatcher.gentoo.org
1 swegener 10/08/29 11:19:54
2
3 Modified: ChangeLog git-1.7.2.ebuild git-1.7.2-r2.ebuild
4 git-1.7.2.2.ebuild
5 Log:
6 Install static gitweb files into correct location.
7
8 (Portage version: 2.2_rc71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.25 dev-vcs/git/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 23 Aug 2010 19:05:11 -0000 1.24
24 +++ ChangeLog 29 Aug 2010 11:19:53 -0000 1.25
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-vcs/git
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.24 2010/08/23 19:05:11 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.25 2010/08/29 11:19:53 swegener Exp $
30 +
31 + 29 Aug 2010; Sven Wegener <swegener@g.o> git-1.7.2.ebuild,
32 + git-1.7.2-r2.ebuild, git-1.7.2.2.ebuild:
33 + Install static gitweb files into correct location.
34
35 *git-1.7.2.2 (23 Aug 2010)
36
37
38
39
40 1.3 dev-vcs/git/git-1.7.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.ebuild?r1=1.2&r2=1.3
45
46 Index: git-1.7.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- git-1.7.2.ebuild 16 Aug 2010 05:47:29 -0000 1.2
53 +++ git-1.7.2.ebuild 29 Aug 2010 11:19:53 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.ebuild,v 1.2 2010/08/16 05:47:29 robbat2 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.ebuild,v 1.3 2010/08/29 11:19:53 swegener Exp $
59
60 EAPI=2
61
62 @@ -290,17 +290,14 @@
63 done
64
65 if use perl && use cgi ; then
66 - dodir /usr/share/${PN}/gitweb
67 - insinto /usr/share/${PN}/gitweb
68 - doins "${S}"/gitweb/gitweb.cgi
69 - doins "${S}"/gitweb/gitweb.css
70 + exeinto /usr/share/${PN}/gitweb
71 + doexe "${S}"/gitweb/gitweb.cgi
72 + insinto /usr/share/${PN}/gitweb/static
73 + doins "${S}"/gitweb/static/gitweb.css
74 js=gitweb.js
75 - [ -f "${S}"/gitweb/gitweb.min.js ] && js=gitweb.min.js
76 - doins "${S}"/gitweb/${js}
77 - doins "${S}"/gitweb/git-{favicon,logo}.png
78 -
79 - # Make sure it can run
80 - fperms 0755 /usr/share/${PN}/gitweb/gitweb.cgi
81 + [ -f "${S}"/gitweb/static/gitweb.min.js ] && js=gitweb.min.js
82 + doins "${S}"/gitweb/static/${js}
83 + doins "${S}"/gitweb/static/git-{favicon,logo}.png
84
85 # INSTALL discusses configuration issues, not just installation
86 docinto /
87
88
89
90 1.3 dev-vcs/git/git-1.7.2-r2.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2-r2.ebuild?rev=1.3&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2-r2.ebuild?rev=1.3&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2-r2.ebuild?r1=1.2&r2=1.3
95
96 Index: git-1.7.2-r2.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2-r2.ebuild,v
99 retrieving revision 1.2
100 retrieving revision 1.3
101 diff -u -r1.2 -r1.3
102 --- git-1.7.2-r2.ebuild 16 Aug 2010 05:47:29 -0000 1.2
103 +++ git-1.7.2-r2.ebuild 29 Aug 2010 11:19:53 -0000 1.3
104 @@ -1,6 +1,6 @@
105 # Copyright 1999-2010 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2-r2.ebuild,v 1.2 2010/08/16 05:47:29 robbat2 Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2-r2.ebuild,v 1.3 2010/08/29 11:19:53 swegener Exp $
109
110 EAPI=3
111
112 @@ -333,17 +333,14 @@
113 done
114
115 if use perl && use cgi ; then
116 - dodir /usr/share/${PN}/gitweb
117 - insinto /usr/share/${PN}/gitweb
118 - doins "${S}"/gitweb/gitweb.cgi
119 - doins "${S}"/gitweb/gitweb.css
120 + exeinto /usr/share/${PN}/gitweb
121 + doexe "${S}"/gitweb/gitweb.cgi
122 + insinto /usr/share/${PN}/gitweb/static
123 + doins "${S}"/gitweb/static/gitweb.css
124 js=gitweb.js
125 - [ -f "${S}"/gitweb/gitweb.min.js ] && js=gitweb.min.js
126 - doins "${S}"/gitweb/${js}
127 - doins "${S}"/gitweb/git-{favicon,logo}.png
128 -
129 - # Make sure it can run
130 - fperms 0755 /usr/share/${PN}/gitweb/gitweb.cgi
131 + [ -f "${S}"/gitweb/static/gitweb.min.js ] && js=gitweb.min.js
132 + doins "${S}"/gitweb/static/${js}
133 + doins "${S}"/gitweb/static/git-{favicon,logo}.png
134
135 # INSTALL discusses configuration issues, not just installation
136 docinto /
137
138
139
140 1.2 dev-vcs/git/git-1.7.2.2.ebuild
141
142 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.2.ebuild?rev=1.2&view=markup
143 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.2.ebuild?rev=1.2&content-type=text/plain
144 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.2.ebuild?r1=1.1&r2=1.2
145
146 Index: git-1.7.2.2.ebuild
147 ===================================================================
148 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.2.ebuild,v
149 retrieving revision 1.1
150 retrieving revision 1.2
151 diff -u -r1.1 -r1.2
152 --- git-1.7.2.2.ebuild 23 Aug 2010 19:05:11 -0000 1.1
153 +++ git-1.7.2.2.ebuild 29 Aug 2010 11:19:53 -0000 1.2
154 @@ -1,6 +1,6 @@
155 # Copyright 1999-2010 Gentoo Foundation
156 # Distributed under the terms of the GNU General Public License v2
157 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.2.ebuild,v 1.1 2010/08/23 19:05:11 robbat2 Exp $
158 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.2.ebuild,v 1.2 2010/08/29 11:19:53 swegener Exp $
159
160 EAPI=3
161
162 @@ -333,17 +333,14 @@
163 done
164
165 if use perl && use cgi ; then
166 - dodir /usr/share/${PN}/gitweb
167 - insinto /usr/share/${PN}/gitweb
168 - doins "${S}"/gitweb/gitweb.cgi
169 - doins "${S}"/gitweb/gitweb.css
170 + exeinto /usr/share/${PN}/gitweb
171 + doexe "${S}"/gitweb/gitweb.cgi
172 + insinto /usr/share/${PN}/gitweb/static
173 + doins "${S}"/gitweb/static/gitweb.css
174 js=gitweb.js
175 - [ -f "${S}"/gitweb/gitweb.min.js ] && js=gitweb.min.js
176 - doins "${S}"/gitweb/${js}
177 - doins "${S}"/gitweb/git-{favicon,logo}.png
178 -
179 - # Make sure it can run
180 - fperms 0755 /usr/share/${PN}/gitweb/gitweb.cgi
181 + [ -f "${S}"/gitweb/static/gitweb.min.js ] && js=gitweb.min.js
182 + doins "${S}"/gitweb/static/${js}
183 + doins "${S}"/gitweb/static/git-{favicon,logo}.png
184
185 # INSTALL discusses configuration issues, not just installation
186 docinto /