Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/pykota: pykota-1.25_p2437-r1.ebuild
Date: Sun, 31 Oct 2010 18:57:57
Message-Id: 20101031185743.AA9FF20051@flycatcher.gentoo.org
1 arfrever 10/10/31 18:57:43
2
3 Modified: pykota-1.25_p2437-r1.ebuild
4 Log:
5 Use SLOT dependency.
6
7 (Portage version: 2.2.0_alpha2_p3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 net-print/pykota/pykota-1.25_p2437-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/pykota/pykota-1.25_p2437-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/pykota/pykota-1.25_p2437-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/pykota/pykota-1.25_p2437-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: pykota-1.25_p2437-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.25_p2437-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pykota-1.25_p2437-r1.ebuild 17 Jun 2010 21:58:40 -0000 1.5
23 +++ pykota-1.25_p2437-r1.ebuild 31 Oct 2010 18:57:43 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.25_p2437-r1.ebuild,v 1.5 2010/06/17 21:58:40 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.25_p2437-r1.ebuild,v 1.6 2010/10/31 18:57:43 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -24,7 +24,7 @@
33 ldap? ( dev-python/python-ldap )
34 mysql? ( dev-python/mysql-python )
35 postgres? ( dev-db/postgresql-server dev-db/pygresql )
36 - sqlite? ( =dev-python/pysqlite-2* )
37 + sqlite? ( dev-python/pysqlite:2 )
38 snmp? ( net-analyzer/net-snmp =dev-python/pysnmp-3.4* )
39 xml? ( dev-python/jaxml )"
40 RDEPEND="${DEPEND}"