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-libs/dbxml: dbxml-2.5.16-r1.ebuild dbxml-2.5.16-r2.ebuild ChangeLog
Date: Sun, 26 Feb 2012 03:34:25
Message-Id: 20120226033415.6B3A72004B@flycatcher.gentoo.org
1 patrick 12/02/26 03:34:15
2
3 Modified: dbxml-2.5.16-r1.ebuild dbxml-2.5.16-r2.ebuild
4 ChangeLog
5 Log:
6 Restricting jython
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-libs/dbxml/dbxml-2.5.16-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild?r1=1.4&r2=1.5
16
17 Index: dbxml-2.5.16-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- dbxml-2.5.16-r1.ebuild 14 Nov 2011 11:21:42 -0000 1.4
24 +++ dbxml-2.5.16-r1.ebuild 26 Feb 2012 03:34:15 -0000 1.5
25 @@ -1,11 +1,11 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild,v 1.4 2011/11/14 11:21:42 flameeyes Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild,v 1.5 2012/02/26 03:34:15 patrick Exp $
31
32 EAPI="3"
33 PYTHON_DEPEND="python? 2"
34 SUPPORT_PYTHON_ABIS="1"
35 -RESTRICT_PYTHON_ABIS="3.*"
36 +RESTRICT_PYTHON_ABIS="3.* *-jython"
37
38 inherit autotools distutils flag-o-matic perl-app eutils versionator libtool multilib java-pkg-opt-2
39
40
41
42
43 1.4 dev-libs/dbxml/dbxml-2.5.16-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild?r1=1.3&r2=1.4
48
49 Index: dbxml-2.5.16-r2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- dbxml-2.5.16-r2.ebuild 13 Nov 2011 20:34:59 -0000 1.3
56 +++ dbxml-2.5.16-r2.ebuild 26 Feb 2012 03:34:15 -0000 1.4
57 @@ -1,11 +1,11 @@
58 -# Copyright 1999-2011 Gentoo Foundation
59 +# Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild,v 1.3 2011/11/13 20:34:59 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild,v 1.4 2012/02/26 03:34:15 patrick Exp $
63
64 EAPI="3"
65 PYTHON_DEPEND="python? 2"
66 SUPPORT_PYTHON_ABIS="1"
67 -RESTRICT_PYTHON_ABIS="3.*"
68 +RESTRICT_PYTHON_ABIS="3.* *-jython"
69
70 inherit autotools distutils flag-o-matic perl-app eutils versionator libtool multilib java-pkg-opt-2
71
72
73
74
75 1.15 dev-libs/dbxml/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/ChangeLog?rev=1.15&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/ChangeLog?rev=1.15&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbxml/ChangeLog?r1=1.14&r2=1.15
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbxml/ChangeLog,v
84 retrieving revision 1.14
85 retrieving revision 1.15
86 diff -u -r1.14 -r1.15
87 --- ChangeLog 14 Nov 2011 11:21:42 -0000 1.14
88 +++ ChangeLog 26 Feb 2012 03:34:15 -0000 1.15
89 @@ -1,6 +1,10 @@
90 # ChangeLog for dev-libs/dbxml
91 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/ChangeLog,v 1.14 2011/11/14 11:21:42 flameeyes Exp $
93 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
94 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/ChangeLog,v 1.15 2012/02/26 03:34:15 patrick Exp $
95 +
96 + 26 Feb 2012; Patrick Lauer <patrick@g.o> dbxml-2.5.16-r1.ebuild,
97 + dbxml-2.5.16-r2.ebuild:
98 + Restricting jython
99
100 14 Nov 2011; Diego E. Pettenò <flameeyes@g.o> dbxml-2.5.16-r1.ebuild:
101 QA: cxx conditional was broken, fix it.