Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy-migrate: sqlalchemy-migrate-0.5.4.ebuild ChangeLog
Date: Thu, 16 Jul 2009 14:31:52
Message-Id: E1MRRzw-0007zx-RN@stork.gentoo.org
1 flameeyes 09/07/16 14:31:48
2
3 Modified: sqlalchemy-migrate-0.5.4.ebuild ChangeLog
4 Log:
5 Add missing decorator dependency; drop ~ppc.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild?r1=1.1&r2=1.2
14
15 Index: sqlalchemy-migrate-0.5.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- sqlalchemy-migrate-0.5.4.ebuild 16 Jul 2009 13:47:19 -0000 1.1
22 +++ sqlalchemy-migrate-0.5.4.ebuild 16 Jul 2009 14:31:48 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v 1.1 2009/07/16 13:47:19 lu_zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v 1.2 2009/07/16 14:31:48 flameeyes Exp $
28
29 EAPI="2"
30
31 @@ -15,9 +15,10 @@
32 LICENSE="MIT"
33 SLOT="0"
34 IUSE=""
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 +KEYWORDS="~amd64 ~x86"
37
38 -RDEPEND="dev-python/sqlalchemy"
39 +RDEPEND="dev-python/sqlalchemy
40 + dev-python/decorator"
41
42 DEPEND="dev-python/setuptools"
43
44
45
46
47 1.2 dev-python/sqlalchemy-migrate/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog?r1=1.1&r2=1.2
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- ChangeLog 16 Jul 2009 13:47:19 -0000 1.1
60 +++ ChangeLog 16 Jul 2009 14:31:48 -0000 1.2
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-python/sqlalchemy-migrate
63 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.1 2009/07/16 13:47:19 lu_zero Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.2 2009/07/16 14:31:48 flameeyes Exp $
66 +
67 + 16 Jul 2009; Diego E. Pettenò <flameeyes@g.o>
68 + sqlalchemy-migrate-0.5.4.ebuild:
69 + Add missing decorator dependency; drop ~ppc.
70
71 *sqlalchemy-migrate-0.5.4 (16 Jul 2009)