Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.0.4.ebuild ChangeLog viewvc-1.0.5.ebuild viewvc-1.0.4-r1.ebuild
Date: Thu, 29 May 2008 18:15:35
Message-Id: E1K1mej-0001Tb-Ix@stork.gentoo.org
1 hawking 08/05/29 18:15:17
2
3 Modified: viewvc-1.0.4.ebuild ChangeLog viewvc-1.0.5.ebuild
4 viewvc-1.0.4-r1.ebuild
5 Log:
6 python_mod_optimize is ROOT aware. Removed redundant python_version from pkg_postrm.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.11 www-apps/viewvc/viewvc-1.0.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild?r1=1.10&r2=1.11
15
16 Index: viewvc-1.0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- viewvc-1.0.4.ebuild 20 Feb 2008 13:04:17 -0000 1.10
23 +++ viewvc-1.0.4.ebuild 29 May 2008 18:15:17 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild,v 1.10 2008/02/20 13:04:17 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild,v 1.11 2008/05/29 18:15:17 hawking Exp $
29
30 inherit python eutils
31
32 @@ -97,13 +97,12 @@
33
34 pkg_postinst() {
35 python_version
36 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
37 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
38
39 local mansuffix=$(ecompress --suffix)
40 elog "Now read /usr/share/doc/${P}/INSTALL${mansuffix} to configure ${PN}"
41 }
42
43 pkg_postrm() {
44 - python_version
45 python_mod_cleanup
46 }
47
48
49
50 1.24 www-apps/viewvc/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?rev=1.24&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?rev=1.24&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?r1=1.23&r2=1.24
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v
59 retrieving revision 1.23
60 retrieving revision 1.24
61 diff -u -r1.23 -r1.24
62 --- ChangeLog 10 Mar 2008 14:05:48 -0000 1.23
63 +++ ChangeLog 29 May 2008 18:15:17 -0000 1.24
64 @@ -1,6 +1,11 @@
65 # ChangeLog for www-apps/viewvc
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.23 2008/03/10 14:05:48 beandog Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.24 2008/05/29 18:15:17 hawking Exp $
69 +
70 + 29 May 2008; Ali Polatel <hawking@g.o> viewvc-1.0.4.ebuild,
71 + viewvc-1.0.4-r1.ebuild, viewvc-1.0.5.ebuild:
72 + python_mod_optimize is ROOT aware. Removed redundant python_version from
73 + pkg_postrm.
74
75 10 Mar 2008; Steve Dibb <beandog@g.o> viewvc-1.0.5.ebuild:
76 amd64 stable, bug 212288
77
78
79
80 1.6 www-apps/viewvc/viewvc-1.0.5.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild?rev=1.6&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild?rev=1.6&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild?r1=1.5&r2=1.6
85
86 Index: viewvc-1.0.5.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild,v
89 retrieving revision 1.5
90 retrieving revision 1.6
91 diff -u -r1.5 -r1.6
92 --- viewvc-1.0.5.ebuild 10 Mar 2008 14:05:48 -0000 1.5
93 +++ viewvc-1.0.5.ebuild 29 May 2008 18:15:17 -0000 1.6
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2008 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild,v 1.5 2008/03/10 14:05:48 beandog Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild,v 1.6 2008/05/29 18:15:17 hawking Exp $
99
100 inherit confutils webapp python eutils
101
102 @@ -103,11 +103,10 @@
103 pkg_postinst() {
104 webapp_pkg_postinst
105 python_version
106 - python_mod_optimize "${ROOT}${MOD_PATH}"
107 + python_mod_optimize "${MOD_PATH}"
108 elog "Now read INSTALL in /usr/share/doc/${PF} to configure ${PN}"
109 }
110
111 pkg_postrm() {
112 - python_version
113 python_mod_cleanup
114 }
115
116
117
118 1.4 www-apps/viewvc/viewvc-1.0.4-r1.ebuild
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?rev=1.4&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?rev=1.4&content-type=text/plain
122 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?r1=1.3&r2=1.4
123
124 Index: viewvc-1.0.4-r1.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v
127 retrieving revision 1.3
128 retrieving revision 1.4
129 diff -u -r1.3 -r1.4
130 --- viewvc-1.0.4-r1.ebuild 7 Mar 2008 16:33:11 -0000 1.3
131 +++ viewvc-1.0.4-r1.ebuild 29 May 2008 18:15:17 -0000 1.4
132 @@ -1,6 +1,6 @@
133 # Copyright 1999-2008 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v 1.3 2008/03/07 16:33:11 opfer Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v 1.4 2008/05/29 18:15:17 hawking Exp $
137
138 inherit confutils webapp python eutils
139
140 @@ -103,7 +103,7 @@
141 pkg_postinst() {
142 webapp_pkg_postinst
143 python_version
144 - python_mod_optimize "${ROOT}${MOD_PATH}"
145 + python_mod_optimize "${MOD_PATH}"
146 elog "Now read INSTALL in /usr/share/doc/${PF} to configure ${PN}"
147 }
148
149
150
151
152 --
153 gentoo-commits@l.g.o mailing list