* [gentoo-commits] gentoo-x86 commit in virtual/python-pathlib: python-pathlib-1.0.ebuild ChangeLog
@ 2014-08-14 16:23 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-08-14 16:23 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/08/14 16:23:24
Modified: python-pathlib-1.0.ebuild ChangeLog
Log:
x86 stable wrt bug #518212
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.3 virtual/python-pathlib/python-pathlib-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?r1=1.2&r2=1.3
Index: python-pathlib-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-pathlib-1.0.ebuild 19 Apr 2014 18:02:55 -0000 1.2
+++ python-pathlib-1.0.ebuild 14 Aug 2014 16:23:24 -0000 1.3
@@ -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/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.2 2014/04/19 18:02:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.3 2014/08/14 16:23:24 phajdan.jr Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
1.3 virtual/python-pathlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 19 Apr 2014 18:02:55 -0000 1.2
+++ ChangeLog 14 Aug 2014 16:23:24 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for virtual/python-pathlib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.2 2014/04/19 18:02:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.3 2014/08/14 16:23:24 phajdan.jr Exp $
+
+ 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ python-pathlib-1.0.ebuild:
+ x86 stable wrt bug #518212
19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-pathlib-1.0.ebuild:
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-pathlib: python-pathlib-1.0.ebuild ChangeLog
@ 2015-06-12 8:22 Ian Delaney (idella4)
0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2015-06-12 8:22 UTC (permalink / raw
To: gentoo-commits
idella4 15/06/12 08:22:32
Modified: python-pathlib-1.0.ebuild ChangeLog
Log:
add pypy drop py3.2 support
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.6 virtual/python-pathlib/python-pathlib-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?r1=1.5&r2=1.6
Index: python-pathlib-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-pathlib-1.0.ebuild 8 Apr 2015 18:31:14 -0000 1.5
+++ python-pathlib-1.0.ebuild 12 Jun 2015 08:22:32 -0000 1.6
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.5 2015/04/08 18:31:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.6 2015/06/12 08:22:32 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit python-r1
DESCRIPTION="A virtual for Python pathlib module"
@@ -19,4 +19,4 @@
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' \
- python{2_7,3_2,3_3})"
+ python{2_7,3_3} pypy)"
1.7 virtual/python-pathlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 8 Apr 2015 18:31:14 -0000 1.6
+++ ChangeLog 12 Jun 2015 08:22:32 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for virtual/python-pathlib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.6 2015/04/08 18:31:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.7 2015/06/12 08:22:32 idella4 Exp $
+
+ 12 Jun 2015; Ian Delaney <idella4@gentoo.org> python-pathlib-1.0.ebuild:
+ add pypy drop py3.2 support
08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-pathlib-1.0.ebuild:
Drop old Python implementations
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-pathlib: python-pathlib-1.0.ebuild ChangeLog
@ 2015-04-08 18:31 Michal Gorny (mgorny)
0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:31 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 18:31:14
Modified: python-pathlib-1.0.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.5 virtual/python-pathlib/python-pathlib-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?r1=1.4&r2=1.5
Index: python-pathlib-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-pathlib-1.0.ebuild 12 Sep 2014 16:57:14 -0000 1.4
+++ python-pathlib-1.0.ebuild 8 Apr 2015 18:31:14 -0000 1.5
@@ -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/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.4 2014/09/12 16:57:14 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.5 2015/04/08 18:31:14 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit python-r1
DESCRIPTION="A virtual for Python pathlib module"
1.6 virtual/python-pathlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 25 Nov 2014 22:58:46 -0000 1.5
+++ ChangeLog 8 Apr 2015 18:31:14 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for virtual/python-pathlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.5 2014/11/25 22:58:46 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.6 2015/04/08 18:31:14 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-pathlib-1.0.ebuild:
+ Drop old Python implementations
25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
drop maintainership
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-pathlib: python-pathlib-1.0.ebuild ChangeLog
@ 2014-09-12 16:57 JosA MarAa Alonso (nimiux)
0 siblings, 0 replies; 5+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-09-12 16:57 UTC (permalink / raw
To: gentoo-commits
nimiux 14/09/12 16:57:15
Modified: python-pathlib-1.0.ebuild ChangeLog
Log:
Stable for amd64 wrt bug #518212
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
Revision Changes Path
1.4 virtual/python-pathlib/python-pathlib-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?r1=1.3&r2=1.4
Index: python-pathlib-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-pathlib-1.0.ebuild 14 Aug 2014 16:23:24 -0000 1.3
+++ python-pathlib-1.0.ebuild 12 Sep 2014 16:57:14 -0000 1.4
@@ -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/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.3 2014/08/14 16:23:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.4 2014/09/12 16:57:14 nimiux Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -12,7 +12,7 @@
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
1.4 virtual/python-pathlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 14 Aug 2014 16:23:24 -0000 1.3
+++ ChangeLog 12 Sep 2014 16:57:14 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for virtual/python-pathlib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.3 2014/08/14 16:23:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.4 2014/09/12 16:57:14 nimiux Exp $
+
+ 12 Sep 2014; Chema Alonso <nimiux@gentoo.org> python-pathlib-1.0.ebuild:
+ Stable for amd64 wrt bug #518212
14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
python-pathlib-1.0.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-pathlib: python-pathlib-1.0.ebuild ChangeLog
@ 2014-04-19 18:02 Michal Gorny (mgorny)
0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-19 18:02 UTC (permalink / raw
To: gentoo-commits
mgorny 14/04/19 18:02:55
Modified: python-pathlib-1.0.ebuild ChangeLog
Log:
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 virtual/python-pathlib/python-pathlib-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?r1=1.1&r2=1.2
Index: python-pathlib-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-pathlib-1.0.ebuild 30 Mar 2014 21:24:21 -0000 1.1
+++ python-pathlib-1.0.ebuild 19 Apr 2014 18:02:55 -0000 1.2
@@ -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/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.1 2014/03/30 21:24:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.2 2014/04/19 18:02:55 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -18,6 +18,5 @@
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep \
- "dev-python/pathlib[$(python_gen_usedep python{2_7,3_2,3_3})]" \
+ $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' \
python{2_7,3_2,3_3})"
1.2 virtual/python-pathlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 30 Mar 2014 21:24:21 -0000 1.1
+++ ChangeLog 19 Apr 2014 18:02:55 -0000 1.2
@@ -1,10 +1,12 @@
# ChangeLog for virtual/python-pathlib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.1 2014/03/30 21:24:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.2 2014/04/19 18:02:55 mgorny Exp $
+
+ 19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-pathlib-1.0.ebuild:
+ Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
*python-pathlib-1.0 (30 Mar 2014)
30 Mar 2014; Julian Ospald <hasufell@gentoo.org> +python-pathlib-1.0.ebuild,
+metadata.xml:
initial import
-
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-12 8:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 16:23 [gentoo-commits] gentoo-x86 commit in virtual/python-pathlib: python-pathlib-1.0.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2015-06-12 8:22 Ian Delaney (idella4)
2015-04-08 18:31 Michal Gorny (mgorny)
2014-09-12 16:57 JosA MarAa Alonso (nimiux)
2014-04-19 18:02 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