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/sexy-python: ChangeLog sexy-python-0.1.9-r1.ebuild
Date: Fri, 28 Aug 2009 21:09:32
Message-Id: E1MhDWX-0002Mn-NG@stork.gentoo.org
1 arfrever 09/08/29 02:18:37
2
3 Modified: ChangeLog
4 Added: sexy-python-0.1.9-r1.ebuild
5 Log:
6 Set SUPPORT_PYTHON_ABIS.
7 (Portage version: 14166-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 dev-python/sexy-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-python/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-python/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-python/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 31 May 2009 23:23:04 -0000 1.16
23 +++ ChangeLog 29 Aug 2009 02:18:37 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/sexy-python
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.16 2009/05/31 23:23:04 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.17 2009/08/29 02:18:37 arfrever Exp $
29 +
30 +*sexy-python-0.1.9-r1 (29 Aug 2009)
31 +
32 + 29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + +sexy-python-0.1.9-r1.ebuild:
34 + Set SUPPORT_PYTHON_ABIS.
35
36 31 May 2009; Brent Baude <ranger@g.o> sexy-python-0.1.9.ebuild:
37 Marking sexy-python-0.1.9 ppc64 for bug 267709
38
39
40
41 1.1 dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sexy-python-0.1.9-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild,v 1.1 2009/08/29 02:18:37 arfrever Exp $
51
52 EAPI="2"
53 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit python
57
58 DESCRIPTION="Python bindings for libsexy."
59 HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
60 SRC_URI="http://releases.chipx86.com/libsexy/${PN}/${P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE=""
66
67 RDEPEND=">=x11-libs/libsexy-${PV}
68 >=dev-python/pygtk-2.6.2"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 RESTRICT_PYTHON_ABIS="3*"
73
74 src_install() {
75 python_need_rebuild
76 python_execute_function -d -s
77 dodoc AUTHORS ChangeLog NEWS README
78 }