Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: opendict-0.6.1.ebuild ChangeLog
Date: Thu, 29 May 2008 15:33:25
Message-Id: E1K1k7z-0000wN-Sx@stork.gentoo.org
1 hawking 08/05/29 15:33:19
2
3 Modified: opendict-0.6.1.ebuild ChangeLog
4 Log:
5 python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.7 app-dicts/opendict/opendict-0.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild?r1=1.6&r2=1.7
14
15 Index: opendict-0.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- opendict-0.6.1.ebuild 5 Jan 2008 16:42:05 -0000 1.6
22 +++ opendict-0.6.1.ebuild 29 May 2008 15:33:19 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v 1.6 2008/01/05 16:42:05 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v 1.7 2008/05/29 15:33:19 hawking Exp $
28
29 inherit eutils python gnome2
30
31 @@ -72,7 +72,7 @@
32
33 pkg_postinst() {
34 python_mod_optimize \
35 - "${ROOT%/}"/usr/$(get_libdir)/python${PYVER}/site-packages/opendict
36 + /usr/$(get_libdir)/python${PYVER}/site-packages/opendict
37 gnome2_icon_cache_update
38
39 elog "If you want system-wide plugins, unzip them into"
40 @@ -81,7 +81,6 @@
41 }
42
43 pkg_postrm() {
44 - python_mod_cleanup \
45 - "${ROOT%/}"/usr/$(get_libdir)/python${PYVER}/site-packages/opendict
46 + python_mod_cleanup
47 gnome2_icon_cache_update
48 }
49
50
51
52 1.16 app-dicts/opendict/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.16&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.16&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.15&r2=1.16
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
61 retrieving revision 1.15
62 retrieving revision 1.16
63 diff -u -r1.15 -r1.16
64 --- ChangeLog 28 Jan 2008 16:01:45 -0000 1.15
65 +++ ChangeLog 29 May 2008 15:33:19 -0000 1.16
66 @@ -1,6 +1,9 @@
67 # ChangeLog for app-dicts/opendict
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.15 2008/01/28 16:01:45 armin76 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.16 2008/05/29 15:33:19 hawking Exp $
71 +
72 + 29 May 2008; Ali Polatel <hawking@g.o> opendict-0.6.1.ebuild:
73 + python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
74
75 28 Jan 2008; Raúl Porcel <armin76@g.o> metadata.xml:
76 Replace wxwindows with wxwidgets in metadata
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list