Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/supybot-plugins: supybot-plugins-20060723.ebuild ChangeLog
Date: Thu, 29 May 2008 17:43:01
Message-Id: E1K1m9P-0004Pg-QZ@stork.gentoo.org
1 hawking 08/05/29 17:42:55
2
3 Modified: supybot-plugins-20060723.ebuild ChangeLog
4 Log:
5 python_mod_{cleanup,optimize} are ROOT aware. Inherit multilib.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.3 net-irc/supybot-plugins/supybot-plugins-20060723.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild?r1=1.2&r2=1.3
14
15 Index: supybot-plugins-20060723.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- supybot-plugins-20060723.ebuild 28 Sep 2007 07:19:20 -0000 1.2
22 +++ supybot-plugins-20060723.ebuild 29 May 2008 17:42:55 -0000 1.3
23 @@ -1,8 +1,8 @@
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/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild,v 1.2 2007/09/28 07:19:20 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild,v 1.3 2008/05/29 17:42:55 hawking Exp $
29
30 -inherit python
31 +inherit python multilib
32
33 MY_PNAME="Supybot-plugins"
34 MY_P="${MY_PNAME}-${PV}"
35 @@ -30,9 +30,10 @@
36 }
37
38 pkg_postinst() {
39 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/supybot/plugins
40 + python_version
41 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/supybot/plugins
42 }
43
44 pkg_postrm() {
45 - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/supybot/plugins
46 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/supybot/plugins
47 }
48
49
50
51 1.2 net-irc/supybot-plugins/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/ChangeLog?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/ChangeLog?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/ChangeLog?r1=1.1&r2=1.2
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/ChangeLog,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- ChangeLog 26 Sep 2007 20:01:31 -0000 1.1
64 +++ ChangeLog 29 May 2008 17:42:55 -0000 1.2
65 @@ -1,6 +1,10 @@
66 # ChangeLog for net-irc/supybot-plugins
67 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/ChangeLog,v 1.1 2007/09/26 20:01:31 lack Exp $
69 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/ChangeLog,v 1.2 2008/05/29 17:42:55 hawking Exp $
71 +
72 + 29 May 2008; Ali Polatel <hawking@g.o>
73 + supybot-plugins-20060723.ebuild:
74 + python_mod_{cleanup,optimize} are ROOT aware. Inherit multilib.
75
76 *supybot-plugins-20060723 (26 Sep 2007)
77
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list