* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2012-12-17 19:58 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-17 19:58 UTC (permalink / raw
To: gentoo-commits
mgorny 12/12/17 19:58:35
Modified: pyh2o-9999.ebuild ChangeLog
Log:
Bump to EAPI=5 to make Paludis happy, bug #447524.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.2 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.1&r2=1.2
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyh2o-9999.ebuild 15 Dec 2012 12:59:16 -0000 1.1
+++ pyh2o-9999.ebuild 17 Dec 2012 19:58:35 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.1 2012/12/15 12:59:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.2 2012/12/17 19:58:35 mgorny Exp $
-EAPI=4
+EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
inherit distutils-r1
1.2 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 15 Dec 2012 12:59:16 -0000 1.1
+++ ChangeLog 17 Dec 2012 19:58:35 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.1 2012/12/15 12:59:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.2 2012/12/17 19:58:35 mgorny Exp $
+
+ 17 Dec 2012; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
+ Bump to EAPI=5 to make Paludis happy, bug #447524.
*pyh2o-9999 (15 Dec 2012)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2013-08-07 9:30 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-07 9:30 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/07 09:30:32
Modified: pyh2o-9999.ebuild ChangeLog
Log:
Add the missing dep, and enable pypy2.0.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.3 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.2&r2=1.3
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyh2o-9999.ebuild 17 Dec 2012 19:58:35 -0000 1.2
+++ pyh2o-9999.ebuild 7 Aug 2013 09:30:32 -0000 1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.2 2012/12/17 19:58:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.3 2013/08/07 09:30:32 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
inherit distutils-r1
@@ -23,6 +23,9 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
+RDEPEND=">=sci-libs/libh2o-0.2.1"
+DEPEND="${RDEPEND}"
+
#if LIVE
KEYWORDS=
SRC_URI=
1.3 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 17 Dec 2012 19:58:35 -0000 1.2
+++ ChangeLog 7 Aug 2013 09:30:32 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.2 2012/12/17 19:58:35 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.3 2013/08/07 09:30:32 mgorny Exp $
+
+ 07 Aug 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
+ Add the missing dep, and enable pypy2.0.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
Bump to EAPI=5 to make Paludis happy, bug #447524.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2013-08-07 11:21 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-07 11:21 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/07 11:21:53
Modified: pyh2o-9999.ebuild ChangeLog
Log:
Drop removed Python implementations from PYTHON_COMPAT.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.4 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.3&r2=1.4
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyh2o-9999.ebuild 7 Aug 2013 09:30:32 -0000 1.3
+++ pyh2o-9999.ebuild 7 Aug 2013 11:21:53 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.3 2013/08/07 09:30:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.4 2013/08/07 11:21:53 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
1.4 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 7 Aug 2013 09:30:32 -0000 1.3
+++ ChangeLog 7 Aug 2013 11:21:53 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.3 2013/08/07 09:30:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.4 2013/08/07 11:21:53 mgorny Exp $
+
+ 07 Aug 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
+ Drop removed Python implementations from PYTHON_COMPAT.
07 Aug 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
Add the missing dep, and enable pypy2.0.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:46:08
Modified: pyh2o-9999.ebuild ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.5 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.4&r2=1.5
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyh2o-9999.ebuild 7 Aug 2013 11:21:53 -0000 1.4
+++ pyh2o-9999.ebuild 5 Sep 2013 18:46:08 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.4 2013/08/07 11:21:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.5 2013/09/05 18:46:08 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
1.5 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 7 Aug 2013 11:21:53 -0000 1.4
+++ ChangeLog 5 Sep 2013 18:46:08 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.4 2013/08/07 11:21:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.5 2013/09/05 18:46:08 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
07 Aug 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
Drop removed Python implementations from PYTHON_COMPAT.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2013-10-14 20:57 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-14 20:57 UTC (permalink / raw
To: gentoo-commits
mgorny 13/10/14 20:57:21
Modified: pyh2o-9999.ebuild ChangeLog
Log:
Switch to git-r3.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.6 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.5&r2=1.6
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyh2o-9999.ebuild 5 Sep 2013 18:46:08 -0000 1.5
+++ pyh2o-9999.ebuild 14 Oct 2013 20:57:21 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.5 2013/09/05 18:46:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.6 2013/10/14 20:57:21 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -11,7 +11,7 @@
AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
-inherit git-2
+inherit git-r3
#endif
DESCRIPTION="Library of routines for IF97 water & steam properties"
@@ -25,8 +25,8 @@
RDEPEND=">=sci-libs/libh2o-0.2.1"
DEPEND="${RDEPEND}"
-
#if LIVE
+
KEYWORDS=
SRC_URI=
#endif
1.6 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 5 Sep 2013 18:46:08 -0000 1.5
+++ ChangeLog 14 Oct 2013 20:57:21 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.5 2013/09/05 18:46:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.6 2013/10/14 20:57:21 mgorny Exp $
+
+ 14 Oct 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
+ Switch to git-r3.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2014-03-31 21:13 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:13 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/31 21:13:53
Modified: pyh2o-9999.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.7 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.6&r2=1.7
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyh2o-9999.ebuild 14 Oct 2013 20:57:21 -0000 1.6
+++ pyh2o-9999.ebuild 31 Mar 2014 21:13:53 -0000 1.7
@@ -1,9 +1,9 @@
-# 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/pyh2o/pyh2o-9999.ebuild,v 1.6 2013/10/14 20:57:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.7 2014/03/31 21:13:53 mgorny Exp $
EAPI=5
-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
1.7 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 14 Oct 2013 20:57:21 -0000 1.6
+++ ChangeLog 31 Mar 2014 21:13:53 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.6 2013/10/14 20:57:21 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.7 2014/03/31 21:13:53 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
+ Add support for the new PyPy slotting.
14 Oct 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
Switch to git-r3.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2014-07-06 13:17 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2014-07-06 13:17 UTC (permalink / raw
To: gentoo-commits
mgorny 14/07/06 13:17:59
Modified: pyh2o-9999.ebuild ChangeLog
Log:
Replace obsolete mirror://bitbucket with the real URI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.8 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.7&r2=1.8
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyh2o-9999.ebuild 31 Mar 2014 21:13:53 -0000 1.7
+++ pyh2o-9999.ebuild 6 Jul 2014 13:17:59 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.7 2014/03/31 21:13:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.8 2014/07/06 13:17:59 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
DESCRIPTION="Library of routines for IF97 water & steam properties"
HOMEPAGE="https://bitbucket.org/mgorny/libh2o/"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
+SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
1.8 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 31 Mar 2014 21:13:53 -0000 1.7
+++ ChangeLog 6 Jul 2014 13:17:59 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.7 2014/03/31 21:13:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.8 2014/07/06 13:17:59 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
+ Replace obsolete mirror://bitbucket with the real URI.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
Add support for the new PyPy slotting.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2014-11-24 13:04 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-24 13:04 UTC (permalink / raw
To: gentoo-commits
pacho 14/11/24 13:04:19
Modified: pyh2o-9999.ebuild ChangeLog
Log:
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.9 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.8&r2=1.9
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyh2o-9999.ebuild 6 Jul 2014 13:17:59 -0000 1.8
+++ pyh2o-9999.ebuild 24 Nov 2014 13:04:19 -0000 1.9
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.8 2014/07/06 13:17:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.9 2014/11/24 13:04:19 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1
1.9 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 6 Jul 2014 13:17:59 -0000 1.8
+++ ChangeLog 24 Nov 2014 13:04:19 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.8 2014/07/06 13:17:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.9 2014/11/24 13:04:19 pacho Exp $
+
+ 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> pyh2o-9999.ebuild:
+ Support python 3.4
06 Jul 2014; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
Replace obsolete mirror://bitbucket with the real URI.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog
@ 2015-04-08 8:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:05 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:05:24
Modified: pyh2o-9999.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.10 dev-python/pyh2o/pyh2o-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.9&r2=1.10
Index: pyh2o-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pyh2o-9999.ebuild 24 Nov 2014 13:04:19 -0000 1.9
+++ pyh2o-9999.ebuild 8 Apr 2015 08:05:24 -0000 1.10
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.9 2014/11/24 13:04:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.10 2015/04/08 08:05:24 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
1.10 dev-python/pyh2o/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 24 Nov 2014 13:04:19 -0000 1.9
+++ ChangeLog 8 Apr 2015 08:05:24 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyh2o
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.9 2014/11/24 13:04:19 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.10 2015/04/08 08:05:24 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild:
+ Drop old Python implementations
24 Nov 2014; Pacho Ramos <pacho@gentoo.org> pyh2o-9999.ebuild:
Support python 3.4
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-04-08 8:11 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-06 13:17 [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 8:05 Michal Gorny (mgorny)
2014-11-24 13:04 Pacho Ramos (pacho)
2014-03-31 21:13 Michal Gorny (mgorny)
2013-10-14 20:57 Michal Gorny (mgorny)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-08-07 11:21 Michal Gorny (mgorny)
2013-08-07 9:30 Michal Gorny (mgorny)
2012-12-17 19:58 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