* [gentoo-commits] gentoo-x86 commit in dev-python/pygui: ChangeLog pygui-2.5.3.ebuild
@ 2011-08-05 18:11 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-08-05 18:11 UTC (permalink / raw
To: gentoo-commits
bicatali 11/08/05 18:11:22
Modified: ChangeLog pygui-2.5.3.ebuild
Log:
More ABI restrictions, thanks Arfrever
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-python/pygui/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 29 Jul 2011 20:39:23 -0000 1.5
+++ ChangeLog 5 Aug 2011 18:11:22 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pygui
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.5 2011/07/29 20:39:23 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.6 2011/08/05 18:11:22 bicatali Exp $
+
+ 05 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> pygui-2.5.3.ebuild:
+ More ABI restrictions, thanks Arfrever
*pygui-2.5.3 (29 Jul 2011)
1.2 dev-python/pygui/pygui-2.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild?r1=1.1&r2=1.2
Index: pygui-2.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pygui-2.5.3.ebuild 29 Jul 2011 20:39:23 -0000 1.1
+++ pygui-2.5.3.ebuild 5 Aug 2011 18:11:22 -0000 1.2
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v 1.1 2011/07/29 20:39:23 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v 1.2 2011/08/05 18:11:22 bicatali Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-#RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypi-*"
inherit distutils eutils
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pygui: ChangeLog pygui-2.5.3.ebuild
@ 2011-08-06 16:22 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-06 16:22 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/08/06 16:22:08
Modified: ChangeLog pygui-2.5.3.ebuild
Log:
Restrict 2.4 and 2.5 Python ABIs. Don't inherit eutils.eclass. Patch by Arfrever.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-python/pygui/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 5 Aug 2011 18:11:22 -0000 1.6
+++ ChangeLog 6 Aug 2011 16:22:08 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pygui
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.6 2011/08/05 18:11:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.7 2011/08/06 16:22:08 hwoarang Exp $
+
+ 06 Aug 2011; Markos Chandras <hwoarang@gentoo.org> pygui-2.5.3.ebuild:
+ Restrict 2.4 and 2.5 Python ABIs. Don't inherit eutils.eclass. Patch by
+ Arfrever.
05 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> pygui-2.5.3.ebuild:
More ABI restrictions, thanks Arfrever
1.3 dev-python/pygui/pygui-2.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild?r1=1.2&r2=1.3
Index: pygui-2.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pygui-2.5.3.ebuild 5 Aug 2011 18:11:22 -0000 1.2
+++ pygui-2.5.3.ebuild 6 Aug 2011 16:22:08 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v 1.2 2011/08/05 18:11:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v 1.3 2011/08/06 16:22:08 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython *-pypi-*"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython *-pypi-*"
-inherit distutils eutils
+inherit distutils
MY_P="PyGUI-${PV}"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-06 16:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-06 16:22 [gentoo-commits] gentoo-x86 commit in dev-python/pygui: ChangeLog pygui-2.5.3.ebuild Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-08-05 18:11 Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox