Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-names: twisted-names-11.1.0.ebuild ChangeLog
Date: Tue, 27 Dec 2011 07:09:51
Message-Id: 20111227070941.8995E2004B@flycatcher.gentoo.org
1 floppym 11/12/27 07:09:41
2
3 Modified: ChangeLog
4 Added: twisted-names-11.1.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha83/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.65 dev-python/twisted-names/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.65&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.65&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?r1=1.64&r2=1.65
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v
20 retrieving revision 1.64
21 retrieving revision 1.65
22 diff -u -r1.64 -r1.65
23 --- ChangeLog 17 Jul 2011 10:58:51 -0000 1.64
24 +++ ChangeLog 27 Dec 2011 07:09:41 -0000 1.65
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/twisted-names
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.64 2011/07/17 10:58:51 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.65 2011/12/27 07:09:41 floppym Exp $
30 +
31 +*twisted-names-11.1.0 (27 Dec 2011)
32 +
33 + 27 Dec 2011; Mike Gilbert <floppym@g.o> +twisted-names-11.1.0.ebuild:
34 + Version bump.
35
36 17 Jul 2011; Kacper Kowalik <xarthisius@g.o>
37 twisted-names-11.0.0.ebuild:
38
39
40
41 1.1 dev-python/twisted-names/twisted-names-11.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/twisted-names-11.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/twisted-names-11.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: twisted-names-11.1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-11.1.0.ebuild,v 1.1 2011/12/27 07:09:41 floppym Exp $
51
52 EAPI="4"
53 PYTHON_DEPEND="2"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="3.* *-jython"
56 MY_PACKAGE="Names"
57
58 inherit twisted versionator
59
60 DESCRIPTION="A Twisted DNS implementation"
61
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE=""
64
65 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
66 RDEPEND="${DEPEND}"
67
68 PYTHON_MODNAME="twisted/names twisted/plugins"