Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyconstruct: pyconstruct-2.06.ebuild ChangeLog
Date: Fri, 06 Jan 2012 21:28:26
Message-Id: 20120106212806.EE8492004B@flycatcher.gentoo.org
1 hwoarang 12/01/06 21:28:06
2
3 Modified: pyconstruct-2.06.ebuild ChangeLog
4 Log:
5 Fix dependencies. Set PYTHON_MODNAME and use distutils_pkg_postinst() and distutils_pkg_postrm(). Patch by Arfrever.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/pyconstruct/pyconstruct-2.06.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.06.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.06.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.06.ebuild?r1=1.1&r2=1.2
15
16 Index: pyconstruct-2.06.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.06.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyconstruct-2.06.ebuild 25 Dec 2011 11:11:00 -0000 1.1
23 +++ pyconstruct-2.06.ebuild 6 Jan 2012 21:28:06 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.06.ebuild,v 1.1 2011/12/25 11:11:00 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.06.ebuild,v 1.2 2012/01/06 21:28:06 hwoarang Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="2:2.5"
33 @@ -21,12 +21,14 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE="doc"
36
37 -DEPEND="app-arch/unzip
38 +DEPEND="dev-python/setuptools
39 doc? ( dev-python/sphinx )"
40 RDEPEND=""
41
42 S="${WORKDIR}/${MY_P}"
43
44 +PYTHON_MODNAME="construct"
45 +
46 src_compile() {
47 distutils_src_compile
48
49 @@ -44,11 +46,3 @@
50 dohtml -r docs/_build/html/* || die "Installation of documentation failed"
51 fi
52 }
53 -
54 -pkg_postinst() {
55 - python_mod_optimize construct
56 -}
57 -
58 -pkg_postrm() {
59 - python_mod_cleanup construct
60 -}
61
62
63
64 1.5 dev-python/pyconstruct/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?rev=1.5&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?rev=1.5&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?r1=1.4&r2=1.5
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v
73 retrieving revision 1.4
74 retrieving revision 1.5
75 diff -u -r1.4 -r1.5
76 --- ChangeLog 25 Dec 2011 11:11:00 -0000 1.4
77 +++ ChangeLog 6 Jan 2012 21:28:06 -0000 1.5
78 @@ -1,6 +1,10 @@
79 # ChangeLog for dev-python/pyconstruct
80 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v 1.4 2011/12/25 11:11:00 patrick Exp $
82 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v 1.5 2012/01/06 21:28:06 hwoarang Exp $
84 +
85 + 06 Jan 2012; Markos Chandras <hwoarang@g.o> pyconstruct-2.06.ebuild:
86 + Fix dependencies. Set PYTHON_MODNAME and use distutils_pkg_postinst() and
87 + distutils_pkg_postrm(). Patch by Arfrever.
88
89 *pyconstruct-2.06 (25 Dec 2011)