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-db/SchemaSync: SchemaSync-0.9.2.ebuild ChangeLog
Date: Mon, 27 Jan 2014 20:37:51
Message-Id: 20140127203747.BD7F62004C@flycatcher.gentoo.org
1 blueness 14/01/27 20:37:47
2
3 Modified: SchemaSync-0.9.2.ebuild ChangeLog
4 Log:
5 We should DEPEND on dev-python/setuptools
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-db/SchemaSync/SchemaSync-0.9.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild?r1=1.2&r2=1.3
15
16 Index: SchemaSync-0.9.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- SchemaSync-0.9.2.ebuild 4 Jul 2012 00:44:59 -0000 1.2
23 +++ SchemaSync-0.9.2.ebuild 27 Jan 2014 20:37:47 -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-db/SchemaSync/SchemaSync-0.9.2.ebuild,v 1.2 2012/07/04 00:44:59 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild,v 1.3 2014/01/27 20:37:47 blueness Exp $
30
31 EAPI="4"
32
33 @@ -20,6 +20,7 @@
34 IUSE=""
35
36 RDEPEND="
37 + dev-python/setuptools
38 dev-python/mysql-python
39 dev-python/SchemaObject"
40 DEPEND="${RDEPEND}"
41
42
43
44 1.3 dev-db/SchemaSync/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/SchemaSync/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/SchemaSync/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/SchemaSync/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 4 Jul 2012 00:44:59 -0000 1.2
57 +++ ChangeLog 27 Jan 2014 20:37:47 -0000 1.3
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-db/SchemaSync
60 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/ChangeLog,v 1.2 2012/07/04 00:44:59 blueness Exp $
62 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/ChangeLog,v 1.3 2014/01/27 20:37:47 blueness Exp $
64 +
65 + 27 Jan 2014; Anthony G. Basile <blueness@g.o> SchemaSync-0.9.2.ebuild:
66 + We should DEPEND on dev-python/setuptools
67
68 04 Jul 2012; Anthony G. Basile <blueness@g.o> SchemaSync-0.9.2.ebuild:
69 Works with python-2.7
70 @@ -10,4 +13,3 @@
71 28 Apr 2012; Anthony G. Basile <blueness@g.o>
72 +SchemaSync-0.9.2.ebuild, +metadata.xml:
73 Initial commit
74 -