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 dev-python/piddle: piddle-1.0.15.ebuild ChangeLog
Date: Thu, 01 Jul 2010 02:48:56
Message-Id: 20100701024848.BA5A92CE15@corvid.gentoo.org
1 arfrever 10/07/01 02:48:47
2
3 Modified: piddle-1.0.15.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-python/piddle/piddle-1.0.15.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild?r1=1.8&r2=1.9
14
15 Index: piddle-1.0.15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- piddle-1.0.15.ebuild 15 Feb 2009 22:34:30 -0000 1.8
22 +++ piddle-1.0.15.ebuild 1 Jul 2010 02:48:47 -0000 1.9
23 @@ -1,13 +1,18 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.8 2009/02/15 22:34:30 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.9 2010/07/01 02:48:47 arfrever Exp $
29 +
30 +EAPI="3"
31 +PYTHON_DEPEND="2"
32 +SUPPORT_PYTHON_ABIS="1"
33 +RESTRICT_PYTHON_ABIS="3.*"
34
35 -NEED_PYTHON="1.5.2"
36 inherit distutils
37
38 DESCRIPTION="Cross-media, cross-platform 2D graphics package"
39 HOMEPAGE="http://piddle.sourceforge.net/"
40 SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz"
41 +
42 LICENSE="LGPL-2.1"
43 SLOT="0"
44 KEYWORDS="~amd64 ia64 x86"
45
46
47
48 1.12 dev-python/piddle/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/piddle/ChangeLog?rev=1.12&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/piddle/ChangeLog?rev=1.12&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/piddle/ChangeLog?r1=1.11&r2=1.12
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v
57 retrieving revision 1.11
58 retrieving revision 1.12
59 diff -u -r1.11 -r1.12
60 --- ChangeLog 15 Feb 2009 22:34:30 -0000 1.11
61 +++ ChangeLog 1 Jul 2010 02:48:47 -0000 1.12
62 @@ -1,6 +1,10 @@
63 # ChangeLog for dev-python/piddle
64 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v 1.11 2009/02/15 22:34:30 patrick Exp $
66 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v 1.12 2010/07/01 02:48:47 arfrever Exp $
68 +
69 + 01 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
70 + piddle-1.0.15.ebuild:
71 + Set SUPPORT_PYTHON_ABIS.
72
73 15 Feb 2009; Patrick Lauer <patrick@g.o> piddle-1.0.15.ebuild:
74 Adding ~amd64 keyword