* [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.25.ebuild pyxdg-0.25-r1.ebuild ChangeLog
@ 2014-03-31 21:06 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:06 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/31 21:06:17
Modified: pyxdg-0.25.ebuild pyxdg-0.25-r1.ebuild ChangeLog
Log:
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.19 dev-python/pyxdg/pyxdg-0.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25.ebuild?r1=1.18&r2=1.19
Index: pyxdg-0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pyxdg-0.25.ebuild 12 Oct 2013 18:47:08 -0000 1.18
+++ pyxdg-0.25.ebuild 31 Mar 2014 21:06:16 -0000 1.19
@@ -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/dev-python/pyxdg/pyxdg-0.25.ebuild,v 1.18 2013/10/12 18:47:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25.ebuild,v 1.19 2014/03/31 21:06:16 mgorny Exp $
EAPI=5
# py3.3 removed due to nosetests
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
DESCRIPTION="A Python module to deal with freedesktop.org specifications"
1.2 dev-python/pyxdg/pyxdg-0.25-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild?r1=1.1&r2=1.2
Index: pyxdg-0.25-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyxdg-0.25-r1.ebuild 26 Mar 2014 07:45:51 -0000 1.1
+++ pyxdg-0.25-r1.ebuild 31 Mar 2014 21:06:16 -0000 1.2
@@ -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/dev-python/pyxdg/pyxdg-0.25-r1.ebuild,v 1.1 2014/03/26 07:45:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild,v 1.2 2014/03/31 21:06:16 mgorny Exp $
EAPI=5
# py3.3 removed due to nosetests
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
DESCRIPTION="A Python module to deal with freedesktop.org specifications"
1.120 dev-python/pyxdg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 26 Mar 2014 07:45:51 -0000 1.119
+++ ChangeLog 31 Mar 2014 21:06:17 -0000 1.120
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyxdg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.119 2014/03/26 07:45:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.120 2014/03/31 21:06:17 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> pyxdg-0.25-r1.ebuild,
+ pyxdg-0.25.ebuild:
+ Add support for the new PyPy slotting.
*pyxdg-0.25-r1 (26 Mar 2014)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-31 21:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 21:06 [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.25.ebuild pyxdg-0.25-r1.ebuild ChangeLog Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox