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-libs/libxslt: libxslt-1.1.26.ebuild ChangeLog
Date: Fri, 31 Dec 2010 23:53:37
Message-Id: 20101231235328.62F7D20054@flycatcher.gentoo.org
1 arfrever 10/12/31 23:53:28
2
3 Modified: libxslt-1.1.26.ebuild ChangeLog
4 Log:
5 Restrict Jython ABIs.
6
7 (Portage version: 2.2.0_alpha11_p1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 dev-libs/libxslt/libxslt-1.1.26.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild?r1=1.13&r2=1.14
15
16 Index: libxslt-1.1.26.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- libxslt-1.1.26.ebuild 14 Nov 2010 23:02:20 -0000 1.13
23 +++ libxslt-1.1.26.ebuild 31 Dec 2010 23:53:28 -0000 1.14
24 @@ -1,11 +1,11 @@
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-libs/libxslt/libxslt-1.1.26.ebuild,v 1.13 2010/11/14 23:02:20 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild,v 1.14 2010/12/31 23:53:28 arfrever Exp $
29
30 EAPI="2"
31 PYTHON_DEPEND="python? 2"
32 SUPPORT_PYTHON_ABIS="1"
33 -RESTRICT_PYTHON_ABIS="3.*"
34 +RESTRICT_PYTHON_ABIS="3.* *-jython"
35
36 inherit autotools eutils python toolchain-funcs
37
38
39
40
41 1.205 dev-libs/libxslt/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/ChangeLog?rev=1.205&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/ChangeLog?rev=1.205&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/ChangeLog?r1=1.204&r2=1.205
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v
50 retrieving revision 1.204
51 retrieving revision 1.205
52 diff -u -r1.204 -r1.205
53 --- ChangeLog 14 Nov 2010 23:02:20 -0000 1.204
54 +++ ChangeLog 31 Dec 2010 23:53:28 -0000 1.205
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-libs/libxslt
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.204 2010/11/14 23:02:20 arfrever Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.205 2010/12/31 23:53:28 arfrever Exp $
60 +
61 + 31 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
62 + libxslt-1.1.26.ebuild:
63 + Restrict Jython ABIs.
64
65 14 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
66 libxslt-1.1.26.ebuild: