* [gentoo-commits] gentoo-x86 commit in dev-python/pypy: metadata.xml pypy-1.7.ebuild ChangeLog
@ 2011-12-13 18:50 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-12-13 18:50 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/12/13 18:50:56
Modified: metadata.xml pypy-1.7.ebuild ChangeLog
Log:
Remove USE=stackless, which is not optional any longer. Add the ~x86 keyword. Add myself as co-maintainer.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/pypy/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 6 Jun 2011 10:58:35 -0000 1.1
+++ metadata.xml 13 Dec 2011 18:50:56 -0000 1.2
@@ -4,9 +4,11 @@
<maintainer>
<email>djc@gentoo.org</email>
</maintainer>
+ <maintainer>
+ <email>nirbheek@gentoo.org</email>
+ </maintainer>
<use>
<flag name="jit">Enable the JIT compiler</flag>
<flag name="sandbox">Enable sandboxing functionality</flag>
- <flag name="stackless">Run in stackless mode</flag>
</use>
</pkgmetadata>
1.3 dev-python/pypy/pypy-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-1.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-1.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-1.7.ebuild?r1=1.2&r2=1.3
Index: pypy-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pypy-1.7.ebuild 30 Nov 2011 11:42:55 -0000 1.2
+++ pypy-1.7.ebuild 13 Dec 2011 18:50:56 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-1.7.ebuild,v 1.2 2011/11/30 11:42:55 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-1.7.ebuild,v 1.3 2011/12/13 18:50:56 nirbheek Exp $
EAPI="3"
@@ -14,8 +14,8 @@
LICENSE="MIT"
SLOT="${SLOTVER}"
PYTHON_ABI="2.7-pypy-${SLOTVER}"
-KEYWORDS="~amd64"
-IUSE="doc examples +jit sandbox stackless test bzip2 ncurses xml ssl"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples +jit sandbox test bzip2 ncurses xml ssl"
RDEPEND=">=sys-libs/zlib-1.1.3
virtual/libffi
@@ -48,9 +48,6 @@
if use sandbox; then
conf+=" --sandbox"
fi
- if use stackless; then
- conf+=" --stackless"
- fi
conf+=" ./pypy/translator/goal/targetpypystandalone.py"
# Avoid linking against libraries disabled by use flags
1.6 dev-python/pypy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 30 Nov 2011 11:42:55 -0000 1.5
+++ ChangeLog 13 Dec 2011 18:50:56 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pypy
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.5 2011/11/30 11:42:55 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.6 2011/12/13 18:50:56 nirbheek Exp $
+
+ 13 Dec 2011; Nirbheek Chauhan <nirbheek@gentoo.org> pypy-1.7.ebuild,
+ metadata.xml:
+ Remove USE=stackless, which is not optional any longer. Add the ~x86 keyword.
+ Add myself as co-maintainer.
30 Nov 2011; Dirkjan Ochtman <djc@gentoo.org> pypy-1.7.ebuild:
Fix problems resulting from earlier failing ${S}.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-13 18:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 18:50 [gentoo-commits] gentoo-x86 commit in dev-python/pypy: metadata.xml pypy-1.7.ebuild ChangeLog Nirbheek Chauhan (nirbheek)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox