public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/asyncio: asyncio-3.4.2.ebuild ChangeLog
@ 2015-03-14 11:38 Aaron Bauman (bman)
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman (bman) @ 2015-03-14 11:38 UTC (permalink / raw
  To: gentoo-commits

bman        15/03/14 11:38:58

  Modified:             asyncio-3.4.2.ebuild ChangeLog
  Log:
  add py3.4 support
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 8EE88A22)

Revision  Changes    Path
1.2                  dev-python/asyncio/asyncio-3.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?r1=1.1&r2=1.2

Index: asyncio-3.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asyncio-3.4.2.ebuild	26 Feb 2015 05:12:06 -0000	1.1
+++ asyncio-3.4.2.ebuild	14 Mar 2015 11:38:58 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.1 2015/02/26 05:12:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.2 2015/03/14 11:38:58 bman Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_3 )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
 inherit distutils-r1
 



1.2                  dev-python/asyncio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	26 Feb 2015 05:12:06 -0000	1.1
+++ ChangeLog	14 Mar 2015 11:38:58 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/asyncio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.1 2015/02/26 05:12:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.2 2015/03/14 11:38:58 bman Exp $
+
+  14 Mar 2015; Aaron Bauman <bman@gentoo.org> asyncio-3.4.2.ebuild:
+  add py3.4 support
 
 *asyncio-3.4.2 (26 Feb 2015)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/asyncio: asyncio-3.4.2.ebuild ChangeLog
@ 2015-05-10  9:34 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-10  9:34 UTC (permalink / raw
  To: gentoo-commits

jer         15/05/10 09:34:55

  Modified:             asyncio-3.4.2.ebuild ChangeLog
  Log:
  Mark ~ppc64 (bug #548938).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.4                  dev-python/asyncio/asyncio-3.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?r1=1.3&r2=1.4

Index: asyncio-3.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- asyncio-3.4.2.ebuild	10 May 2015 09:14:30 -0000	1.3
+++ asyncio-3.4.2.ebuild	10 May 2015 09:34:55 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.3 2015/05/10 09:14:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.4 2015/05/10 09:34:55 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=""



1.4                  dev-python/asyncio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	10 May 2015 09:14:30 -0000	1.3
+++ ChangeLog	10 May 2015 09:34:55 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/asyncio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.3 2015/05/10 09:14:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.4 2015/05/10 09:34:55 jer Exp $
+
+  10 May 2015; Jeroen Roovers <jer@gentoo.org> asyncio-3.4.2.ebuild:
+  Mark ~ppc64 (bug #548938).
 
   10 May 2015; Jeroen Roovers <jer@gentoo.org> asyncio-3.4.2.ebuild:
   Mark ~hppa (bug #548938).





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/asyncio: asyncio-3.4.2.ebuild ChangeLog
@ 2015-05-17 10:17 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-05-17 10:17 UTC (permalink / raw
  To: gentoo-commits

pacho       15/05/17 10:17:09

  Modified:             asyncio-3.4.2.ebuild ChangeLog
  Log:
  ppc keyword, bug #548938
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  dev-python/asyncio/asyncio-3.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?r1=1.4&r2=1.5

Index: asyncio-3.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- asyncio-3.4.2.ebuild	10 May 2015 09:34:55 -0000	1.4
+++ asyncio-3.4.2.ebuild	17 May 2015 10:17:09 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.4 2015/05/10 09:34:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.5 2015/05/17 10:17:09 pacho Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=""



1.5                  dev-python/asyncio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	10 May 2015 09:34:55 -0000	1.4
+++ ChangeLog	17 May 2015 10:17:09 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/asyncio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.4 2015/05/10 09:34:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.5 2015/05/17 10:17:09 pacho Exp $
+
+  17 May 2015; Pacho Ramos <pacho@gentoo.org> asyncio-3.4.2.ebuild:
+  ppc keyword, bug #548938
 
   10 May 2015; Jeroen Roovers <jer@gentoo.org> asyncio-3.4.2.ebuild:
   Mark ~ppc64 (bug #548938).





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/asyncio: asyncio-3.4.2.ebuild ChangeLog
@ 2015-07-07 15:36 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-07 15:36 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/07 15:36:54

  Modified:             asyncio-3.4.2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.7                  dev-python/asyncio/asyncio-3.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?r1=1.6&r2=1.7

Index: asyncio-3.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- asyncio-3.4.2.ebuild	27 May 2015 08:37:34 -0000	1.6
+++ asyncio-3.4.2.ebuild	7 Jul 2015 15:36:54 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.6 2015/05/27 08:37:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.7 2015/07/07 15:36:54 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=""



1.10                 dev-python/asyncio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Jun 2015 09:06:37 -0000	1.9
+++ ChangeLog	7 Jul 2015 15:36:54 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/asyncio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.9 2015/06/07 09:06:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.10 2015/07/07 15:36:54 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> asyncio-3.4.2.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Markus Meier <maekke@gentoo.org> asyncio-3.4.3.ebuild:
   add ~arm, bug #548938





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/asyncio: asyncio-3.4.2.ebuild ChangeLog
@ 2015-07-08 20:28 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-08 20:28 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/08 20:28:06

  Modified:             asyncio-3.4.2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.8                  dev-python/asyncio/asyncio-3.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?r1=1.7&r2=1.8

Index: asyncio-3.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- asyncio-3.4.2.ebuild	7 Jul 2015 15:36:54 -0000	1.7
+++ asyncio-3.4.2.ebuild	8 Jul 2015 20:28:06 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.7 2015/07/07 15:36:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.8 2015/07/08 20:28:06 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=""



1.11                 dev-python/asyncio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	7 Jul 2015 15:36:54 -0000	1.10
+++ ChangeLog	8 Jul 2015 20:28:06 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/asyncio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.10 2015/07/07 15:36:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.11 2015/07/08 20:28:06 zlogene Exp $
+
+  08 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> asyncio-3.4.2.ebuild,
+  asyncio-3.4.3.ebuild:
+  x86 stable wrt bug #554114
 
   07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> asyncio-3.4.2.ebuild:
   amd64 stable wrt bug #554114





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-08 20:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-14 11:38 [gentoo-commits] gentoo-x86 commit in dev-python/asyncio: asyncio-3.4.2.ebuild ChangeLog Aaron Bauman (bman)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-10  9:34 Jeroen Roovers (jer)
2015-05-17 10:17 Pacho Ramos (pacho)
2015-07-07 15:36 Mikle Kolyada (zlogene)
2015-07-08 20:28 Mikle Kolyada (zlogene)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox