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/github2: github2-0.6.1.ebuild github2-0.6.0.ebuild ChangeLog
Date: Sun, 01 Apr 2012 04:40:26
Message-Id: 20120401044016.936772004B@flycatcher.gentoo.org
1 floppym 12/04/01 04:40:16
2
3 Modified: github2-0.6.1.ebuild github2-0.6.0.ebuild ChangeLog
4 Log:
5 python-dateutil no longer needs a slot dep.
6
7 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/github2/github2-0.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/github2-0.6.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/github2-0.6.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/github2-0.6.1.ebuild?r1=1.1&r2=1.2
15
16 Index: github2-0.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/github2/github2-0.6.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- github2-0.6.1.ebuild 1 Mar 2012 06:27:08 -0000 1.1
23 +++ github2-0.6.1.ebuild 1 Apr 2012 04:40:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/github2/github2-0.6.1.ebuild,v 1.1 2012/03/01 06:27:08 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/github2/github2-0.6.1.ebuild,v 1.2 2012/04/01 04:40:16 floppym Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="2:2.6"
32 @@ -22,6 +22,6 @@
33 IUSE="test"
34
35 RDEPEND=">=dev-python/httplib2-0.7.0
36 - dev-python/python-dateutil:python-2"
37 + dev-python/python-dateutil"
38 DEPEND="${RDEPEND}
39 test? ( dev-python/coverage )"
40
41
42
43 1.2 dev-python/github2/github2-0.6.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/github2-0.6.0.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/github2-0.6.0.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/github2-0.6.0.ebuild?r1=1.1&r2=1.2
48
49 Index: github2-0.6.0.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/github2/github2-0.6.0.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- github2-0.6.0.ebuild 18 Feb 2012 04:55:52 -0000 1.1
56 +++ github2-0.6.0.ebuild 1 Apr 2012 04:40:16 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/github2/github2-0.6.0.ebuild,v 1.1 2012/02/18 04:55:52 radhermit Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/github2/github2-0.6.0.ebuild,v 1.2 2012/04/01 04:40:16 floppym Exp $
62
63 EAPI="4"
64 PYTHON_DEPEND="2:2.6"
65 @@ -22,6 +22,6 @@
66 IUSE="test"
67
68 RDEPEND=">=dev-python/httplib2-0.7.0
69 - dev-python/python-dateutil:python-2"
70 + dev-python/python-dateutil"
71 DEPEND="${RDEPEND}
72 test? ( dev-python/coverage )"
73
74
75
76 1.3 dev-python/github2/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/ChangeLog?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/ChangeLog?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/ChangeLog?r1=1.2&r2=1.3
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-python/github2/ChangeLog,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- ChangeLog 1 Mar 2012 06:27:08 -0000 1.2
89 +++ ChangeLog 1 Apr 2012 04:40:16 -0000 1.3
90 @@ -1,6 +1,10 @@
91 # ChangeLog for dev-python/github2
92 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-python/github2/ChangeLog,v 1.2 2012/03/01 06:27:08 radhermit Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-python/github2/ChangeLog,v 1.3 2012/04/01 04:40:16 floppym Exp $
95 +
96 + 01 Apr 2012; Mike Gilbert <floppym@g.o> github2-0.6.0.ebuild,
97 + github2-0.6.1.ebuild:
98 + python-dateutil no longer needs a slot dep.
99
100 *github2-0.6.1 (01 Mar 2012)