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/twisted-words: ChangeLog twisted-words-8.2.0.ebuild
Date: Fri, 30 Oct 2009 13:02:58
Message-Id: E1N3r84-0007vP-AI@stork.gentoo.org
1 arfrever 09/10/30 13:02:56
2
3 Modified: ChangeLog twisted-words-8.2.0.ebuild
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14746-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.38 dev-python/twisted-words/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.38&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.38&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/ChangeLog?r1=1.37&r2=1.38
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v
18 retrieving revision 1.37
19 retrieving revision 1.38
20 diff -u -r1.37 -r1.38
21 --- ChangeLog 24 Jan 2009 16:50:16 -0000 1.37
22 +++ ChangeLog 30 Oct 2009 13:02:55 -0000 1.38
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/twisted-words
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.37 2009/01/24 16:50:16 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.38 2009/10/30 13:02:55 arfrever Exp $
28 +
29 + 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + twisted-words-8.2.0.ebuild:
31 + Set SUPPORT_PYTHON_ABIS.
32
33 *twisted-words-8.2.0 (24 Jan 2009)
34
35
36
37
38 1.2 dev-python/twisted-words/twisted-words-8.2.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/twisted-words-8.2.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/twisted-words-8.2.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/twisted-words-8.2.0.ebuild?r1=1.1&r2=1.2
43
44 Index: twisted-words-8.2.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-8.2.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- twisted-words-8.2.0.ebuild 24 Jan 2009 16:50:16 -0000 1.1
51 +++ twisted-words-8.2.0.ebuild 30 Oct 2009 13:02:55 -0000 1.2
52 @@ -1,8 +1,10 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-8.2.0.ebuild,v 1.1 2009/01/24 16:50:16 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-8.2.0.ebuild,v 1.2 2009/10/30 13:02:55 arfrever Exp $
57
58 -MY_PACKAGE=Words
59 +EAPI="2"
60 +SUPPORT_PYTHON_ABIS="1"
61 +MY_PACKAGE="Words"
62
63 inherit twisted
64
65 @@ -13,10 +15,14 @@
66
67 DEPEND="=dev-python/twisted-$(get_version_component_range 1)*
68 =dev-python/twisted-web-$(get_version_component_range 1)*"
69 +RDEPEND="${DEPEND}"
70 +RESTRICT_PYTHON_ABIS="3.*"
71 +
72 +PYTHON_MODNAME="twisted/plugins twisted/words"
73
74 src_install() {
75 twisted_src_install
76
77 - # Remove the "im" script we do not depend on the required pygtk.
78 - rm -rf "${D}"/usr/{bin,share/man}
79 + # Remove the "im" script, because we do not depend on the required pygtk.
80 + rm -fr "${D}"usr/{bin,share/man}
81 }