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 app-text/gnome-doc-utils: gnome-doc-utils-0.20.3.ebuild ChangeLog gnome-doc-utils-0.20.2.ebuild
Date: Fri, 31 Dec 2010 23:50:22
Message-Id: 20101231235013.179EA20054@flycatcher.gentoo.org
1 arfrever 10/12/31 23:50:13
2
3 Modified: gnome-doc-utils-0.20.3.ebuild ChangeLog
4 gnome-doc-utils-0.20.2.ebuild
5 Log:
6 Restrict Jython ABIs.
7
8 (Portage version: 2.2.0_alpha11_p1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild?r1=1.1&r2=1.2
16
17 Index: gnome-doc-utils-0.20.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gnome-doc-utils-0.20.3.ebuild 31 Dec 2010 17:57:00 -0000 1.1
24 +++ gnome-doc-utils-0.20.3.ebuild 31 Dec 2010 23:50:12 -0000 1.2
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild,v 1.1 2010/12/31 17:57:00 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.3.ebuild,v 1.2 2010/12/31 23:50:12 arfrever Exp $
30
31 EAPI="3"
32 GCONF_DEBUG="no"
33 PYTHON_DEPEND="2:2.4"
34 SUPPORT_PYTHON_ABIS="1"
35 -RESTRICT_PYTHON_ABIS="3.*"
36 +RESTRICT_PYTHON_ABIS="3.* *-jython"
37
38 inherit gnome2 python
39
40
41
42
43 1.176 app-text/gnome-doc-utils/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.176&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.176&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.175&r2=1.176
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
52 retrieving revision 1.175
53 retrieving revision 1.176
54 diff -u -r1.175 -r1.176
55 --- ChangeLog 31 Dec 2010 17:57:00 -0000 1.175
56 +++ ChangeLog 31 Dec 2010 23:50:12 -0000 1.176
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-text/gnome-doc-utils
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.175 2010/12/31 17:57:00 pacho Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.176 2010/12/31 23:50:12 arfrever Exp $
62 +
63 + 31 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
64 + gnome-doc-utils-0.20.2.ebuild, gnome-doc-utils-0.20.3.ebuild:
65 + Restrict Jython ABIs.
66
67 *gnome-doc-utils-0.20.3 (31 Dec 2010)
68
69
70
71
72 1.4 app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild?rev=1.4&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild?rev=1.4&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild?r1=1.3&r2=1.4
77
78 Index: gnome-doc-utils-0.20.2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild,v
81 retrieving revision 1.3
82 retrieving revision 1.4
83 diff -u -r1.3 -r1.4
84 --- gnome-doc-utils-0.20.2.ebuild 8 Nov 2010 15:27:24 -0000 1.3
85 +++ gnome-doc-utils-0.20.2.ebuild 31 Dec 2010 23:50:12 -0000 1.4
86 @@ -1,12 +1,12 @@
87 # Copyright 1999-2010 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild,v 1.3 2010/11/08 15:27:24 darkside Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.2.ebuild,v 1.4 2010/12/31 23:50:12 arfrever Exp $
91
92 EAPI="3"
93 GCONF_DEBUG="no"
94 PYTHON_DEPEND="2:2.4"
95 SUPPORT_PYTHON_ABIS="1"
96 -RESTRICT_PYTHON_ABIS="3.*"
97 +RESTRICT_PYTHON_ABIS="3.* *-jython"
98
99 inherit gnome2 python