Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@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: Sat, 05 Jan 2008 16:42:15
Message-Id: E1JBC62-0000wo-3A@stork.gentoo.org
1 dirtyepic 08/01/05 16:42:06
2
3 Modified: opendict-0.6.1.ebuild ChangeLog
4 Log:
5 Run python_mod_{optimise,cleanup} for bug #200286.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- opendict-0.6.1.ebuild 3 Oct 2007 05:02:56 -0000 1.5
22 +++ opendict-0.6.1.ebuild 5 Jan 2008 16:42:05 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v 1.5 2007/10/03 05:02:56 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v 1.6 2008/01/05 16:42:05 dirtyepic Exp $
29
30 inherit eutils python gnome2
31
32 @@ -71,6 +71,8 @@
33 }
34
35 pkg_postinst() {
36 + python_mod_optimize \
37 + "${ROOT%/}"/usr/$(get_libdir)/python${PYVER}/site-packages/opendict
38 gnome2_icon_cache_update
39
40 elog "If you want system-wide plugins, unzip them into"
41 @@ -79,5 +81,7 @@
42 }
43
44 pkg_postrm() {
45 + python_mod_cleanup \
46 + "${ROOT%/}"/usr/$(get_libdir)/python${PYVER}/site-packages/opendict
47 gnome2_icon_cache_update
48 }
49
50
51
52 1.14 app-dicts/opendict/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.14&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.14&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.13&r2=1.14
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
61 retrieving revision 1.13
62 retrieving revision 1.14
63 diff -u -r1.13 -r1.14
64 --- ChangeLog 3 Oct 2007 05:02:56 -0000 1.13
65 +++ ChangeLog 5 Jan 2008 16:42:05 -0000 1.14
66 @@ -1,6 +1,9 @@
67 # ChangeLog for app-dicts/opendict
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.13 2007/10/03 05:02:56 dirtyepic Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.14 2008/01/05 16:42:05 dirtyepic Exp $
72 +
73 + 05 Jan 2008; Ryan Hill <dirtyepic@g.o> opendict-0.6.1.ebuild:
74 + Run python_mod_{optimise,cleanup} for bug #200286.
75
76 03 Oct 2007; Ryan Hill <dirtyepic@g.o> opendict-0.6.1.ebuild:
77 Lock wxpython dependency.
78
79
80
81 --
82 gentoo-commits@g.o mailing list