* [gentoo-commits] gentoo-x86 commit in dev-python/ipython: ChangeLog ipython-2.2.0.ebuild
@ 2015-01-25 21:13 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2015-01-25 21:13 UTC (permalink / raw
To: gentoo-commits
maekke 15/01/25 21:13:50
Modified: ChangeLog ipython-2.2.0.ebuild
Log:
arm stable, bug #530324
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.156 dev-python/ipython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 12 Jan 2015 06:14:17 -0000 1.155
+++ ChangeLog 25 Jan 2015 21:13:50 -0000 1.156
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.155 2015/01/12 06:14:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.156 2015/01/25 21:13:50 maekke Exp $
+
+ 25 Jan 2015; Markus Meier <maekke@gentoo.org> ipython-2.2.0.ebuild:
+ arm stable, bug #530324
12 Jan 2015; Patrick Lauer <patrick@gentoo.org> ipython-2.3.1.ebuild:
Fix test deps #535958
1.5 dev-python/ipython/ipython-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?r1=1.4&r2=1.5
Index: ipython-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ipython-2.2.0.ebuild 29 Nov 2014 20:05:08 -0000 1.4
+++ ipython-2.2.0.ebuild 25 Jan 2015 21:13:50 -0000 1.5
@@ -1,6 +1,6 @@
-# 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/ipython/ipython-2.2.0.ebuild,v 1.4 2014/11/29 20:05:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild,v 1.5 2015/01/25 21:13:50 maekke Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test wxwidgets"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/ipython: ChangeLog ipython-2.2.0.ebuild
@ 2015-06-28 18:09 Justin Lecher (jlec)
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2015-06-28 18:09 UTC (permalink / raw
To: gentoo-commits
jlec 15/06/28 18:09:09
Modified: ChangeLog
Removed: ipython-2.2.0.ebuild
Log:
Drop vulnerable version, bug #552816
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path
1.180 dev-python/ipython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 27 Jun 2015 12:46:21 -0000 1.179
+++ ChangeLog 28 Jun 2015 18:09:09 -0000 1.180
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.179 2015/06/27 12:46:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.180 2015/06/28 18:09:09 jlec Exp $
+
+ 28 Jun 2015; Justin Lecher <jlec@gentoo.org> -ipython-2.2.0.ebuild:
+ Drop vulnerable version, bug #552816
27 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> ipython-2.2.0-r1.ebuild:
arm stable wrt bug #552816
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/ipython: ChangeLog ipython-2.2.0.ebuild
@ 2014-11-29 20:05 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2014-11-29 20:05 UTC (permalink / raw
To: gentoo-commits
maekke 14/11/29 20:05:08
Modified: ChangeLog ipython-2.2.0.ebuild
Log:
add ~arm, bug #518742
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.150 dev-python/ipython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.149&r2=1.150
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog 29 Nov 2014 20:04:31 -0000 1.149
+++ ChangeLog 29 Nov 2014 20:05:08 -0000 1.150
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.149 2014/11/29 20:04:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.150 2014/11/29 20:05:08 maekke Exp $
+
+ 29 Nov 2014; Markus Meier <maekke@gentoo.org> ipython-2.2.0.ebuild:
+ add ~arm, bug #518742
29 Nov 2014; Markus Meier <maekke@gentoo.org> ipython-2.1.0.ebuild:
add ~arm, bug #518742
1.4 dev-python/ipython/ipython-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?r1=1.3&r2=1.4
Index: ipython-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ipython-2.2.0.ebuild 14 Aug 2014 23:37:15 -0000 1.3
+++ ipython-2.2.0.ebuild 29 Nov 2014 20:05:08 -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/dev-python/ipython/ipython-2.2.0.ebuild,v 1.3 2014/08/14 23:37:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild,v 1.4 2014/11/29 20:05:08 maekke Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test wxwidgets"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/ipython: ChangeLog ipython-2.2.0.ebuild
@ 2014-08-14 23:37 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-14 23:37 UTC (permalink / raw
To: gentoo-commits
blueness 14/08/14 23:37:15
Modified: ChangeLog ipython-2.2.0.ebuild
Log:
Keyword ~ppc and ~ppc64, bug #481462
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.144 dev-python/ipython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 13 Aug 2014 07:38:42 -0000 1.143
+++ ChangeLog 14 Aug 2014 23:37:15 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.143 2014/08/13 07:38:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.144 2014/08/14 23:37:15 blueness Exp $
+
+ 14 Aug 2014; Anthony G. Basile <blueness@gentoo.org> ipython-2.2.0.ebuild:
+ Keyword ~ppc and ~ppc64, bug #481462
13 Aug 2014; Ian Delaney <idella4@gentoo.org> ipython-2.1.0.ebuild,
ipython-2.2.0.ebuild:
1.3 dev-python/ipython/ipython-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild?r1=1.2&r2=1.3
Index: ipython-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipython-2.2.0.ebuild 13 Aug 2014 07:38:42 -0000 1.2
+++ ipython-2.2.0.ebuild 14 Aug 2014 23:37:15 -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/dev-python/ipython/ipython-2.2.0.ebuild,v 1.2 2014/08/13 07:38:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.2.0.ebuild,v 1.3 2014/08/14 23:37:15 blueness Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test wxwidgets"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-28 18:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 21:13 [gentoo-commits] gentoo-x86 commit in dev-python/ipython: ChangeLog ipython-2.2.0.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2015-06-28 18:09 Justin Lecher (jlec)
2014-11-29 20:05 Markus Meier (maekke)
2014-08-14 23:37 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox