diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:05:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:05:36 +0000 |
commit | ef6d34b39b661ccd63a02c89e9cf56fde00ecc71 (patch) | |
tree | 7ad2ff8ac8e4b8927b1d359dfc69071fef04f400 /gnome-extra | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-ef6d34b39b661ccd63a02c89e9cf56fde00ecc71.tar.gz gentoo-2-ef6d34b39b661ccd63a02c89e9cf56fde00ecc71.tar.bz2 gentoo-2-ef6d34b39b661ccd63a02c89e9cf56fde00ecc71.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'gnome-extra')
4 files changed, 13 insertions, 8 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog index 454ba96e9fc6..18d9bef7b7f3 100644 --- a/gnome-extra/evolution-data-server/ChangeLog +++ b/gnome-extra/evolution-data-server/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/evolution-data-server # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.389 2014/03/09 11:59:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.390 2014/03/31 21:05:36 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> + evolution-data-server-3.10.3.ebuild, evolution-data-server-3.10.4.ebuild, + evolution-data-server-3.8.5.ebuild: + Add support for the new PyPy slotting. 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> evolution-data-server-3.10.4.ebuild: diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild index 0c182bcd629f..f1e0e6252c7b 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild,v 1.2 2013/12/24 17:52:36 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.10.3.ebuild,v 1.3 2014/03/31 21:05:36 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" # python3 not really supported, bug #478678 -PYTHON_COMPAT=( python2_7 pypy2_0 ) +PYTHON_COMPAT=( python2_7 pypy pypy2_0 ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild index b47a565d247a..1f55b0ddb4c6 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild,v 1.4 2014/03/09 11:59:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.10.4.ebuild,v 1.5 2014/03/31 21:05:36 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" # python3 not really supported, bug #478678 -PYTHON_COMPAT=( python2_7 pypy2_0 ) +PYTHON_COMPAT=( python2_7 pypy pypy2_0 ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.8.5.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.8.5.ebuild index c567214c1816..0366ddb8de20 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.8.5.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.8.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.5.ebuild,v 1.6 2014/02/22 21:51:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.5.ebuild,v 1.7 2014/03/31 21:05:36 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" # python3 not really supported, bug #478678 -PYTHON_COMPAT=( python2_7 pypy2_0 ) +PYTHON_COMPAT=( python2_7 pypy pypy2_0 ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" |