Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: ChangeLog twisted-conch-8.1.0.ebuild twisted-conch-8.2.0.ebuild
Date: Sun, 06 Sep 2009 21:02:34
Message-Id: E1MkOsZ-0004ZZ-Eh@stork.gentoo.org
1 idl0r 09/09/06 21:02:31
2
3 Modified: ChangeLog twisted-conch-8.1.0.ebuild
4 twisted-conch-8.2.0.ebuild
5 Log:
6 Remove unused patch. Fix repoman complains.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.42 dev-python/twisted-conch/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 17 Jun 2009 20:10:01 -0000 1.41
23 +++ ChangeLog 6 Sep 2009 21:02:31 -0000 1.42
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-python/twisted-conch
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.41 2009/06/17 20:10:01 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.42 2009/09/06 21:02:31 idl0r Exp $
29 +
30 + 06 Sep 2009; Christian Ruppert <idl0r@g.o>
31 + -files/twisted-conch-0.5.0-root-skip.patch,
32 + -files/twisted-conch-0.6.0-root-skip.patch,
33 + -files/twisted-conch-0.7.0-python-2.5-compat.patch,
34 + twisted-conch-8.1.0.ebuild, twisted-conch-8.2.0.ebuild:
35 + Remove unused patch. Fix repoman complains.
36
37 17 Jun 2009; Jeroen Roovers <jer@g.o> twisted-conch-8.1.0.ebuild:
38 Stable for HPPA (bug #270122).
39
40
41
42 1.12 dev-python/twisted-conch/twisted-conch-8.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild?rev=1.12&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild?rev=1.12&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild?r1=1.11&r2=1.12
47
48 Index: twisted-conch-8.1.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild,v
51 retrieving revision 1.11
52 retrieving revision 1.12
53 diff -u -r1.11 -r1.12
54 --- twisted-conch-8.1.0.ebuild 17 Jun 2009 20:10:01 -0000 1.11
55 +++ twisted-conch-8.1.0.ebuild 6 Sep 2009 21:02:31 -0000 1.12
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild,v 1.11 2009/06/17 20:10:01 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild,v 1.12 2009/09/06 21:02:31 idl0r Exp $
61
62 MY_PACKAGE=Conch
63
64 @@ -12,5 +12,6 @@
65
66 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
67 >=dev-python/pycrypto-1.9_alpha6"
68 +RDEPEND="${DEPEND}"
69
70 IUSE=""
71
72
73
74 1.3 dev-python/twisted-conch/twisted-conch-8.2.0.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild?r1=1.2&r2=1.3
79
80 Index: twisted-conch-8.2.0.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- twisted-conch-8.2.0.ebuild 13 Feb 2009 18:48:23 -0000 1.2
87 +++ twisted-conch-8.2.0.ebuild 6 Sep 2009 21:02:31 -0000 1.3
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2009 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v 1.2 2009/02/13 18:48:23 armin76 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v 1.3 2009/09/06 21:02:31 idl0r Exp $
93
94 MY_PACKAGE=Conch
95
96 @@ -12,5 +12,6 @@
97
98 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
99 >=dev-python/pycrypto-1.9_alpha6"
100 +RDEPEND="${DEPEND}"
101
102 IUSE=""