Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flask-peewee: flask-peewee-0.6.5.ebuild ChangeLog
Date: Mon, 02 Jun 2014 10:09:55
Message-Id: 20140602100948.9A6252004E@flycatcher.gentoo.org
1 idella4 14/06/02 10:09:48
2
3 Modified: flask-peewee-0.6.5.ebuild ChangeLog
4 Log:
5 set PYTHON_USEDEP tp peewee
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/flask-peewee/flask-peewee-0.6.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild?r1=1.1&r2=1.2
15
16 Index: flask-peewee-0.6.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- flask-peewee-0.6.5.ebuild 18 Aug 2013 02:59:11 -0000 1.1
23 +++ flask-peewee-0.6.5.ebuild 2 Jun 2014 10:09:48 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 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/flask-peewee/flask-peewee-0.6.5.ebuild,v 1.1 2013/08/18 02:59:11 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild,v 1.2 2014/06/02 10:09:48 idella4 Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33 @@ -21,7 +21,7 @@
34 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
35 DEPEND="${RDEPEND}
36 dev-python/setuptools[${PYTHON_USEDEP}]
37 - dev-python/peewee
38 + dev-python/peewee[${PYTHON_USEDEP}]
39 test? (
40 dev-python/nose[${PYTHON_USEDEP}]
41 )
42
43
44
45 1.2 dev-python/flask-peewee/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 18 Aug 2013 02:59:11 -0000 1.1
58 +++ ChangeLog 2 Jun 2014 10:09:48 -0000 1.2
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/flask-peewee
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/ChangeLog,v 1.1 2013/08/18 02:59:11 patrick Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/ChangeLog,v 1.2 2014/06/02 10:09:48 idella4 Exp $
65 +
66 + 02 Jun 2014; Ian Delaney <idella4@g.o> flask-peewee-0.6.5.ebuild:
67 + set PYTHON_USEDEP tp peewee
68
69 *flask-peewee-0.6.5 (18 Aug 2013)