Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/SchemaObject: SchemaObject-0.5.3.ebuild ChangeLog
Date: Mon, 27 Jan 2014 20:33:49
Message-Id: 20140127203344.5DFA92004C@flycatcher.gentoo.org
1 blueness 14/01/27 20:33:44
2
3 Modified: SchemaObject-0.5.3.ebuild ChangeLog
4 Log:
5 DEPEND on dev-python/setuptools, bug #482186
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 dev-python/SchemaObject/SchemaObject-0.5.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild?r1=1.2&r2=1.3
15
16 Index: SchemaObject-0.5.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- SchemaObject-0.5.3.ebuild 4 Jul 2012 00:46:37 -0000 1.2
23 +++ SchemaObject-0.5.3.ebuild 27 Jan 2014 20:33:44 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild,v 1.2 2012/07/04 00:46:37 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild,v 1.3 2014/01/27 20:33:44 blueness Exp $
30
31 EAPI=4
32
33 @@ -20,7 +20,7 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -DEPEND=""
38 +DEPEND="dev-python/setuptools"
39 RDEPEND="${DEPEND}"
40
41 pkg_setup() {
42
43
44
45 1.3 dev-python/SchemaObject/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SchemaObject/ChangeLog?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SchemaObject/ChangeLog?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SchemaObject/ChangeLog?r1=1.2&r2=1.3
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/ChangeLog,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ChangeLog 4 Jul 2012 00:46:37 -0000 1.2
58 +++ ChangeLog 27 Jan 2014 20:33:44 -0000 1.3
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-python/SchemaObject
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/ChangeLog,v 1.2 2012/07/04 00:46:37 blueness Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/ChangeLog,v 1.3 2014/01/27 20:33:44 blueness Exp $
65 +
66 + 27 Jan 2014; Anthony G. Basile <blueness@g.o>
67 + SchemaObject-0.5.3.ebuild:
68 + DEPEND on dev-python/setuptools, bug #482186
69
70 04 Jul 2012; Anthony G. Basile <blueness@g.o>
71 SchemaObject-0.5.3.ebuild:
72 @@ -11,4 +15,3 @@
73 27 Apr 2012; Anthony G. Basile <blueness@g.o>
74 +SchemaObject-0.5.3.ebuild, +metadata.xml:
75 Initial commit
76 -