* [gentoo-commits] gentoo-x86 commit in dev-python/cov-core: ChangeLog cov-core-1.7.ebuild
@ 2014-04-02 20:51 Patrick McLean (chutzpah)
0 siblings, 0 replies; 5+ messages in thread
From: Patrick McLean (chutzpah) @ 2014-04-02 20:51 UTC (permalink / raw
To: gentoo-commits
chutzpah 14/04/02 20:51:56
Modified: ChangeLog cov-core-1.7.ebuild
Log:
Add python3_4 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path
1.5 dev-python/cov-core/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 27 Jul 2013 10:32:05 -0000 1.4
+++ ChangeLog 2 Apr 2014 20:51:56 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cov-core
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.4 2013/07/27 10:32:05 djc Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.5 2014/04/02 20:51:56 chutzpah Exp $
+
+ 02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> cov-core-1.7.ebuild:
+ Add python3_4 support.
27 Jul 2013; Dirkjan Ochtman <djc@gentoo.org> cov-core-1.7.ebuild:
Remove pytest dependency (bug 452546).
1.5 dev-python/cov-core/cov-core-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?r1=1.4&r2=1.5
Index: cov-core-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cov-core-1.7.ebuild 27 Jul 2013 10:32:05 -0000 1.4
+++ cov-core-1.7.ebuild 2 Apr 2014 20:51:56 -0000 1.5
@@ -1,10 +1,10 @@
-# 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/cov-core/cov-core-1.7.ebuild,v 1.4 2013/07/27 10:32:05 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.5 2014/04/02 20:51:56 chutzpah Exp $
-EAPI="5"
+EAPI=5
-PYTHON_COMPAT=(python2_7 python3_2 python3_3)
+PYTHON_COMPAT=(python{2_7,3_{2,3,4}})
inherit distutils-r1
DESCRIPTION="plugin core for use by pytest-cov, nose-cov and nose2-cov"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cov-core: ChangeLog cov-core-1.7.ebuild
@ 2014-09-27 11:35 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2014-09-27 11:35 UTC (permalink / raw
To: gentoo-commits
maekke 14/09/27 11:35:28
Modified: ChangeLog cov-core-1.7.ebuild
Log:
add ~arm, bug #521954
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.7 dev-python/cov-core/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 27 Aug 2014 08:21:07 -0000 1.6
+++ ChangeLog 27 Sep 2014 11:35:27 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cov-core
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.6 2014/08/27 08:21:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.7 2014/09/27 11:35:27 maekke Exp $
+
+ 27 Sep 2014; Markus Meier <maekke@gentoo.org> cov-core-1.7.ebuild:
+ add ~arm, bug #521954
27 Aug 2014; Ian Delaney <idella4@gentoo.org> cov-core-1.7.ebuild:
add keyword ~x86, pypy support
1.7 dev-python/cov-core/cov-core-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?r1=1.6&r2=1.7
Index: cov-core-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cov-core-1.7.ebuild 27 Aug 2014 08:21:07 -0000 1.6
+++ cov-core-1.7.ebuild 27 Sep 2014 11:35:27 -0000 1.7
@@ -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/cov-core/cov-core-1.7.ebuild,v 1.6 2014/08/27 08:21:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.7 2014/09/27 11:35:27 maekke Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cov-core: ChangeLog cov-core-1.7.ebuild
@ 2014-10-20 17:19 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2014-10-20 17:19 UTC (permalink / raw
To: gentoo-commits
jer 14/10/20 17:19:52
Modified: ChangeLog cov-core-1.7.ebuild
Log:
Marked ~hppa (bug #525562).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.9 dev-python/cov-core/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 16 Oct 2014 12:28:35 -0000 1.8
+++ ChangeLog 20 Oct 2014 17:19:52 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cov-core
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.8 2014/10/16 12:28:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.9 2014/10/20 17:19:52 jer Exp $
+
+ 20 Oct 2014; Jeroen Roovers <jer@gentoo.org> cov-core-1.7.ebuild:
+ Marked ~hppa (bug #525562).
16 Oct 2014; Ian Delaney <idella4@gentoo.org> cov-core-1.7.ebuild:
add keywords for prefix
1.9 dev-python/cov-core/cov-core-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?r1=1.8&r2=1.9
Index: cov-core-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cov-core-1.7.ebuild 16 Oct 2014 12:28:35 -0000 1.8
+++ cov-core-1.7.ebuild 20 Oct 2014 17:19:52 -0000 1.9
@@ -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/cov-core/cov-core-1.7.ebuild,v 1.8 2014/10/16 12:28:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.9 2014/10/20 17:19:52 jer Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cov-core: ChangeLog cov-core-1.7.ebuild
@ 2014-12-16 20:44 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2014-12-16 20:44 UTC (permalink / raw
To: gentoo-commits
maekke 14/12/16 20:44:08
Modified: ChangeLog cov-core-1.7.ebuild
Log:
arm stable, bug #530586
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.12 dev-python/cov-core/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 19 Nov 2014 15:25:59 -0000 1.11
+++ ChangeLog 16 Dec 2014 20:44:08 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cov-core
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.11 2014/11/19 15:25:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.12 2014/12/16 20:44:08 maekke Exp $
+
+ 16 Dec 2014; Markus Meier <maekke@gentoo.org> cov-core-1.7.ebuild:
+ arm stable, bug #530586
19 Nov 2014; Ian Delaney <idella4@gentoo.org> cov-core-1.7.ebuild:
clean old python impl, add pypy3 support
1.12 dev-python/cov-core/cov-core-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?r1=1.11&r2=1.12
Index: cov-core-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cov-core-1.7.ebuild 19 Nov 2014 15:25:59 -0000 1.11
+++ cov-core-1.7.ebuild 16 Dec 2014 20:44:08 -0000 1.12
@@ -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/cov-core/cov-core-1.7.ebuild,v 1.11 2014/11/19 15:25:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.12 2014/12/16 20:44:08 maekke Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cov-core: ChangeLog cov-core-1.7.ebuild
@ 2014-12-30 10:23 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-30 10:23 UTC (permalink / raw
To: gentoo-commits
jer 14/12/30 10:23:30
Modified: ChangeLog cov-core-1.7.ebuild
Log:
Stable for HPPA (bug #530600).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.13 dev-python/cov-core/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 16 Dec 2014 20:44:08 -0000 1.12
+++ ChangeLog 30 Dec 2014 10:23:30 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cov-core
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.12 2014/12/16 20:44:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.13 2014/12/30 10:23:30 jer Exp $
+
+ 30 Dec 2014; Jeroen Roovers <jer@gentoo.org> cov-core-1.7.ebuild:
+ Stable for HPPA (bug #530600).
16 Dec 2014; Markus Meier <maekke@gentoo.org> cov-core-1.7.ebuild:
arm stable, bug #530586
1.13 dev-python/cov-core/cov-core-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?r1=1.12&r2=1.13
Index: cov-core-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cov-core-1.7.ebuild 16 Dec 2014 20:44:08 -0000 1.12
+++ cov-core-1.7.ebuild 30 Dec 2014 10:23:30 -0000 1.13
@@ -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/cov-core/cov-core-1.7.ebuild,v 1.12 2014/12/16 20:44:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.13 2014/12/30 10:23:30 jer Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-12-30 10:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 17:19 [gentoo-commits] gentoo-x86 commit in dev-python/cov-core: ChangeLog cov-core-1.7.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2014-12-30 10:23 Jeroen Roovers (jer)
2014-12-16 20:44 Markus Meier (maekke)
2014-09-27 11:35 Markus Meier (maekke)
2014-04-02 20:51 Patrick McLean (chutzpah)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox