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-client/epiphany-extensions: epiphany-extensions-2.20.3.ebuild ChangeLog epiphany-extensions-2.22.1.ebuild
Date: Thu, 29 May 2008 18:17:11
Message-Id: E1K1mgS-0001Un-76@stork.gentoo.org
1 hawking 08/05/29 18:17:04
2
3 Modified: epiphany-extensions-2.20.3.ebuild ChangeLog
4 epiphany-extensions-2.22.1.ebuild
5 Log:
6 python_mod_optimize is ROOT aware. Removed redundant python_version from pkg_*.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.13 www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild?r1=1.12&r2=1.13
15
16 Index: epiphany-extensions-2.20.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- epiphany-extensions-2.20.3.ebuild 8 May 2008 22:24:37 -0000 1.12
23 +++ epiphany-extensions-2.20.3.ebuild 29 May 2008 18:17:03 -0000 1.13
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-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v 1.12 2008/05/08 22:24:37 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v 1.13 2008/05/29 18:17:03 hawking Exp $
29
30 WANT_AUTOMAKE="1.10"
31 inherit eutils gnome2 autotools python versionator
32 @@ -81,7 +81,6 @@
33 pkg_postinst() {
34 gnome2_pkg_postinst
35 if use python; then
36 - python_version
37 python_mod_optimize /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
38 fi
39 }
40 @@ -89,7 +88,6 @@
41 pkg_postrm() {
42 gnome2_pkg_postrm
43 if use python; then
44 - python_version
45 python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
46 fi
47 }
48
49
50
51 1.84 www-client/epiphany-extensions/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/ChangeLog?rev=1.84&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/ChangeLog?rev=1.84&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/ChangeLog?r1=1.83&r2=1.84
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v
60 retrieving revision 1.83
61 retrieving revision 1.84
62 diff -u -r1.83 -r1.84
63 --- ChangeLog 10 May 2008 15:34:21 -0000 1.83
64 +++ ChangeLog 29 May 2008 18:17:03 -0000 1.84
65 @@ -1,6 +1,11 @@
66 # ChangeLog for www-client/epiphany-extensions
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.83 2008/05/10 15:34:21 eva Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.84 2008/05/29 18:17:03 hawking Exp $
70 +
71 + 29 May 2008; Ali Polatel <hawking@g.o>
72 + epiphany-extensions-2.20.3.ebuild, epiphany-extensions-2.22.1.ebuild:
73 + python_mod_optimize is ROOT aware. Removed redundant python_version from
74 + pkg_*.
75
76 10 May 2008; Gilles Dartiguelongue <eva@g.o>
77 -epiphany-extensions-2.20.1.ebuild, -epiphany-extensions-2.22.0.ebuild:
78
79
80
81 1.2 www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild?r1=1.1&r2=1.2
86
87 Index: epiphany-extensions-2.22.1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- epiphany-extensions-2.22.1.ebuild 10 Apr 2008 22:14:26 -0000 1.1
94 +++ epiphany-extensions-2.22.1.ebuild 29 May 2008 18:17:03 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2008 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild,v 1.1 2008/04/10 22:14:26 eva Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild,v 1.2 2008/05/29 18:17:03 hawking Exp $
100
101 inherit autotools eutils gnome2 python versionator
102
103 @@ -78,8 +78,7 @@
104 gnome2_pkg_postinst
105
106 if use python; then
107 - python_version
108 - python_mod_optimize "${ROOT}"/usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
109 + python_mod_optimize /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
110 fi
111 }
112
113 @@ -87,7 +86,6 @@
114 gnome2_pkg_postrm
115
116 if use python; then
117 - python_version
118 python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
119 fi
120 }
121
122
123
124 --
125 gentoo-commits@l.g.o mailing list