diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2014-12-17 13:16:25 +0000 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2014-12-17 13:16:25 +0000 |
commit | 358e94ee52f558a8fd3df2f8afe30fcddf6f5e50 (patch) | |
tree | c18cfd47a12bd7266eb26753f59c4488a07c2cf6 /dev-python/pypy | |
parent | Update email and removed proxy-maintainers herd (diff) | |
download | gentoo-2-358e94ee52f558a8fd3df2f8afe30fcddf6f5e50.tar.gz gentoo-2-358e94ee52f558a8fd3df2f8afe30fcddf6f5e50.tar.bz2 gentoo-2-358e94ee52f558a8fd3df2f8afe30fcddf6f5e50.zip |
Update email and removed proxy-maintainers herd
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/pypy')
-rw-r--r-- | dev-python/pypy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pypy/metadata.xml | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/pypy/ChangeLog b/dev-python/pypy/ChangeLog index 90834314fe15..8a335baa8565 100644 --- a/dev-python/pypy/ChangeLog +++ b/dev-python/pypy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pypy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.81 2014/11/09 22:47:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.82 2014/12/17 13:16:25 alicef Exp $ + + 17 Dec 2014; Alice Ferrazzi <alicef@gentoo.org> metadata.xml: + Update email and removed proxy-maintainers herd 09 Nov 2014; Michał Górny <mgorny@gentoo.org> pypy-2.4.0.ebuild: Improve/simplify interpreter choice code using new eclass code. diff --git a/dev-python/pypy/metadata.xml b/dev-python/pypy/metadata.xml index 89df80516eb6..00d869b32b78 100644 --- a/dev-python/pypy/metadata.xml +++ b/dev-python/pypy/metadata.xml @@ -2,11 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> - <herd>proxy-maintainers</herd> <maintainer> - <email>alice.ferrazzi@gmail.com</email> + <email>alicef@gentoo.org</email> <name>Alice Ferrazzi</name> - <description>Proxy maintainer</description> </maintainer> <use> <flag name="low-memory">Build using PyPy with the engine configured towards low memory footprint. This makes it possible to build PyPy using ~3.5G of RAM on amd64 and ~half of that on x86, at the cost of lengthened build time. Please note that you will need an extra ~1G of extra RAM or swap since the translation memory (unused at the time) is not freed when the C compiler is spawned.</flag> |