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-runner: ChangeLog twisted-runner-9.0.0.ebuild
Date: Mon, 30 Nov 2009 01:34:13
Message-Id: E1NEv9W-0002B5-CT@stork.gentoo.org
1 arfrever 09/11/30 01:34:10
2
3 Modified: ChangeLog
4 Added: twisted-runner-9.0.0.ebuild
5 Log:
6 Version bump (bug #294924).
7 (Portage version: 14920-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.31 dev-python/twisted-runner/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-runner/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-runner/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-runner/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 29 Nov 2009 13:34:24 -0000 1.30
23 +++ ChangeLog 30 Nov 2009 01:34:10 -0000 1.31
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/twisted-runner
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.30 2009/11/29 13:34:24 volkmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.31 2009/11/30 01:34:10 arfrever Exp $
29 +
30 +*twisted-runner-9.0.0 (30 Nov 2009)
31 +
32 + 30 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + +twisted-runner-9.0.0.ebuild:
34 + Version bump (bug #294924).
35
36 29 Nov 2009; Mounir Lamouri <volkmar@g.o>
37 twisted-runner-8.2.0.ebuild:
38
39
40
41 1.1 dev-python/twisted-runner/twisted-runner-9.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-runner/twisted-runner-9.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-runner/twisted-runner-9.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: twisted-runner-9.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-9.0.0.ebuild,v 1.1 2009/11/30 01:34:10 arfrever Exp $
51
52 EAPI="2"
53 SUPPORT_PYTHON_ABIS="1"
54 MY_PACKAGE="Runner"
55
56 inherit twisted versionator
57
58 DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
59
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"
64 RDEPEND="${DEPEND}"
65 RESTRICT_PYTHON_ABIS="3.*"
66
67 PROVIDE="virtual/inetd"
68
69 PYTHON_MODNAME="twisted/runner"