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-runner: twisted-runner-11.1.0.ebuild twisted-runner-11.0.0.ebuild ChangeLog
Date: Mon, 02 Jan 2012 01:00:05
Message-Id: 20120102005956.174E620034@flycatcher.gentoo.org
1 floppym 12/01/02 00:59:56
2
3 Modified: twisted-runner-11.1.0.ebuild
4 twisted-runner-11.0.0.ebuild ChangeLog
5 Log:
6 Use major and minor version in depenedencies.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-python/twisted-runner/twisted-runner-11.1.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild?r1=1.2&r2=1.3
16
17 Index: twisted-runner-11.1.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- twisted-runner-11.1.0.ebuild 29 Dec 2011 04:23:01 -0000 1.2
24 +++ twisted-runner-11.1.0.ebuild 2 Jan 2012 00:59:55 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild,v 1.2 2011/12/29 04:23:01 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.1.0.ebuild,v 1.3 2012/01/02 00:59:55 floppym Exp $
31
32 EAPI="4"
33 PYTHON_DEPEND="2"
34 @@ -15,7 +15,7 @@
35 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 IUSE=""
37
38 -DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"
39 +DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
40 RDEPEND="${DEPEND}"
41
42 PYTHON_MODNAME="twisted/runner"
43
44
45
46 1.8 dev-python/twisted-runner/twisted-runner-11.0.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild?rev=1.8&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild?rev=1.8&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild?r1=1.7&r2=1.8
51
52 Index: twisted-runner-11.0.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v
55 retrieving revision 1.7
56 retrieving revision 1.8
57 diff -u -r1.7 -r1.8
58 --- twisted-runner-11.0.0.ebuild 17 Jul 2011 11:00:18 -0000 1.7
59 +++ twisted-runner-11.0.0.ebuild 2 Jan 2012 00:59:55 -0000 1.8
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2011 Gentoo Foundation
62 +# Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.7 2011/07/17 11:00:18 xarthisius Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.8 2012/01/02 00:59:55 floppym Exp $
66
67 EAPI="3"
68 PYTHON_DEPEND="2"
69 @@ -15,7 +15,7 @@
70 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
71 IUSE=""
72
73 -DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"
74 +DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
75 RDEPEND="${DEPEND}"
76
77 PYTHON_MODNAME="twisted/runner"
78
79
80
81 1.56 dev-python/twisted-runner/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?rev=1.56&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?rev=1.56&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?r1=1.55&r2=1.56
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
90 retrieving revision 1.55
91 retrieving revision 1.56
92 diff -u -r1.55 -r1.56
93 --- ChangeLog 29 Dec 2011 04:23:01 -0000 1.55
94 +++ ChangeLog 2 Jan 2012 00:59:55 -0000 1.56
95 @@ -1,6 +1,10 @@
96 # ChangeLog for dev-python/twisted-runner
97 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.55 2011/12/29 04:23:01 floppym Exp $
99 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.56 2012/01/02 00:59:55 floppym Exp $
101 +
102 + 02 Jan 2012; Mike Gilbert <floppym@g.o> twisted-runner-11.0.0.ebuild,
103 + twisted-runner-11.1.0.ebuild:
104 + Use major and minor version in depenedencies.
105
106 29 Dec 2011; Mike Gilbert <floppym@g.o> twisted-runner-11.1.0.ebuild:
107 Call python_clean_installation_image. Another arfrever tip.