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-names: twisted-names-8.2.0.ebuild ChangeLog
Date: Sun, 25 Oct 2009 20:24:41
Message-Id: E1N29dn-0001Fi-ON@stork.gentoo.org
1 arfrever 09/10/25 20:24:39
2
3 Modified: twisted-names-8.2.0.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14724-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/twisted-names/twisted-names-8.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-names/twisted-names-8.2.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-names/twisted-names-8.2.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-names/twisted-names-8.2.0.ebuild?r1=1.1&r2=1.2
14
15 Index: twisted-names-8.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-8.2.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- twisted-names-8.2.0.ebuild 9 Jan 2009 17:46:10 -0000 1.1
22 +++ twisted-names-8.2.0.ebuild 25 Oct 2009 20:24:39 -0000 1.2
23 @@ -1,15 +1,20 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-8.2.0.ebuild,v 1.1 2009/01/09 17:46:10 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-8.2.0.ebuild,v 1.2 2009/10/25 20:24:39 arfrever Exp $
28
29 -MY_PACKAGE=Names
30 +EAPI="2"
31 +SUPPORT_PYTHON_ABIS="1"
32 +MY_PACKAGE="Names"
33
34 inherit twisted versionator
35
36 DESCRIPTION="A Twisted DNS implementation"
37
38 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
39 +IUSE=""
40
41 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
42 +RDEPEND="${DEPEND}"
43 +RESTRICT_PYTHON_ABIS="3.*"
44
45 -IUSE=""
46 +PYTHON_MODNAME="twisted/names twisted/plugins"
47
48
49
50 1.34 dev-python/twisted-names/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.34&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.34&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-names/ChangeLog?r1=1.33&r2=1.34
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v
59 retrieving revision 1.33
60 retrieving revision 1.34
61 diff -u -r1.33 -r1.34
62 --- ChangeLog 9 Jan 2009 17:46:10 -0000 1.33
63 +++ ChangeLog 25 Oct 2009 20:24:39 -0000 1.34
64 @@ -1,6 +1,10 @@
65 # ChangeLog for dev-python/twisted-names
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.33 2009/01/09 17:46:10 patrick Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.34 2009/10/25 20:24:39 arfrever Exp $
69 +
70 + 25 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
71 + twisted-names-8.2.0.ebuild:
72 + Set SUPPORT_PYTHON_ABIS.
73
74 *twisted-names-8.2.0 (09 Jan 2009)