Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pSQL: pSQL-1.2.1.ebuild ChangeLog
Date: Sat, 03 May 2014 09:22:07
Message-Id: 20140503092202.A1F042004C@flycatcher.gentoo.org
1 patrick 14/05/03 09:22:02
2
3 Modified: ChangeLog
4 Added: pSQL-1.2.1.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 dev-python/pSQL/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 20 Sep 2013 17:53:21 -0000 1.2
24 +++ ChangeLog 3 May 2014 09:22:02 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pSQL
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v 1.2 2013/09/20 17:53:21 jlec Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v 1.3 2014/05/03 09:22:02 patrick Exp $
31 +
32 +*pSQL-1.2.1 (03 May 2014)
33 +
34 + 03 May 2014; Patrick Lauer <patrick@g.o> +pSQL-1.2.1.ebuild:
35 + Bump
36
37 20 Sep 2013; Justin Lecher <jlec@g.o> pSQL-1.2.0.ebuild, metadata.xml:
38 Add missing REQUIRED_USE
39
40
41
42 1.1 dev-python/pSQL/pSQL-1.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/pSQL-1.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/pSQL-1.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pSQL-1.2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/pSQL-1.2.1.ebuild,v 1.1 2014/05/03 09:22:02 patrick Exp $
52
53 EAPI=5
54
55 PYTHON_COMPAT=( python{2_6,2_7} )
56
57 inherit python-r1
58
59 DESCRIPTION="MySQL abstraction layer for python"
60 HOMEPAGE="http://software.fionet.com/pSQL/"
61 SRC_URI="http://software.fionet.com/pSQL/release/${P}.tar.gz"
62
63 SLOT="0"
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
69
70 RDEPEND="
71 dev-python/mysql-python[${PYTHON_USEDEP}]
72 dev-python/egenix-mx-base[${PYTHON_USEDEP}]"
73 DEPEND=""
74
75 src_install() {
76 python_parallel_foreach_impl python_domodule pSQL.py
77
78 dodoc *pSQL
79 }