Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.1.2.ebuild
Date: Thu, 27 May 2010 17:02:01
Message-Id: 20100527170155.A26C32CF38@corvid.gentoo.org
1 arfrever 10/05/27 17:01:55
2
3 Modified: decorator-3.1.2.ebuild
4 Log:
5 Set PYTHON_MODNAME.
6
7 Revision Changes Path
8 1.8 dev-python/decorator/decorator-3.1.2.ebuild
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.1.2.ebuild?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.1.2.ebuild?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.1.2.ebuild?r1=1.7&r2=1.8
13
14 Index: decorator-3.1.2.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.1.2.ebuild,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- decorator-3.1.2.ebuild 20 May 2010 07:52:23 -0000 1.7
21 +++ decorator-3.1.2.ebuild 27 May 2010 17:01:55 -0000 1.8
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2010 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.1.2.ebuild,v 1.7 2010/05/20 07:52:23 phajdan.jr Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.1.2.ebuild,v 1.8 2010/05/27 17:01:55 arfrever Exp $
27
28 EAPI="2"
29 SUPPORT_PYTHON_ABIS="1"
30 @@ -18,10 +18,10 @@
31
32 DEPEND=""
33 RDEPEND=""
34 -
35 -RESTRICT_PYTHON_ABIS="3*"
36 +RESTRICT_PYTHON_ABIS="3.*"
37
38 DOCS="CHANGES.txt README.txt"
39 +PYTHON_MODNAME="decorator.py"
40
41 src_test() {
42 # multiprocessing module is available only in Python >=2.6, and isn't used anyway.
43 @@ -39,11 +39,3 @@
44 dohtml documentation.html || die "dohtml html doc failed"
45 fi
46 }
47 -
48 -pkg_postinst() {
49 - python_mod_optimize decorator.py
50 -}
51 -
52 -pkg_postrm() {
53 - python_mod_cleanup
54 -}