public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:46:24

  Modified:             happydoc-3.1-r2.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.2                  dev-python/happydoc/happydoc-3.1-r2.ebuild

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

Index: happydoc-3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- happydoc-3.1-r2.ebuild	14 Jun 2013 17:48:17 -0000	1.1
+++ happydoc-3.1-r2.ebuild	5 Sep 2013 18:46:24 -0000	1.2
@@ -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/happydoc/happydoc-3.1-r2.ebuild,v 1.1 2013/06/14 17:48:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.2 2013/09/05 18:46:24 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
 
 inherit distutils-r1 versionator
 



1.28                 dev-python/happydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	14 Jun 2013 17:48:17 -0000	1.27
+++ ChangeLog	5 Sep 2013 18:46:24 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/happydoc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.27 2013/06/14 17:48:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.28 2013/09/05 18:46:24 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> happydoc-3.1-r2.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
 *happydoc-3.1-r2 (14 Jun 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog
@ 2014-03-31 21:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 21:05:49

  Modified:             happydoc-3.1-r2.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.3                  dev-python/happydoc/happydoc-3.1-r2.ebuild

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

Index: happydoc-3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- happydoc-3.1-r2.ebuild	5 Sep 2013 18:46:24 -0000	1.2
+++ happydoc-3.1-r2.ebuild	31 Mar 2014 21:05:49 -0000	1.3
@@ -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/happydoc/happydoc-3.1-r2.ebuild,v 1.2 2013/09/05 18:46:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.3 2014/03/31 21:05:49 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
 inherit distutils-r1 versionator
 



1.29                 dev-python/happydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	5 Sep 2013 18:46:24 -0000	1.28
+++ ChangeLog	31 Mar 2014 21:05:49 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/happydoc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.28 2013/09/05 18:46:24 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.29 2014/03/31 21:05:49 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> happydoc-3.1-r2.ebuild:
+  Add support for the new PyPy slotting.
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> happydoc-3.1-r2.ebuild:
   Clean up PYTHON_COMPAT from old implementations.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog
@ 2015-03-06 22:23 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:23 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/06 22:23:42

  Modified:             happydoc-3.1-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  dev-python/happydoc/happydoc-3.1-r2.ebuild

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

Index: happydoc-3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- happydoc-3.1-r2.ebuild	31 Mar 2014 21:05:49 -0000	1.3
+++ happydoc-3.1-r2.ebuild	6 Mar 2015 22:23:42 -0000	1.4
@@ -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/happydoc/happydoc-3.1-r2.ebuild,v 1.3 2014/03/31 21:05:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.4 2015/03/06 22:23:42 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -17,7 +17,7 @@
 
 LICENSE="HPND ZPL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.30                 dev-python/happydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	31 Mar 2014 21:05:49 -0000	1.29
+++ ChangeLog	6 Mar 2015 22:23:42 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/happydoc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.29 2014/03/31 21:05:49 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.30 2015/03/06 22:23:42 pacho Exp $
+
+  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> happydoc-3.1-r2.ebuild:
+  amd64 stable, bug 540290
 
   31 Mar 2014; Michał Górny <mgorny@gentoo.org> happydoc-3.1-r2.ebuild:
   Add support for the new PyPy slotting.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog
@ 2015-03-07  8:17 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07  8:17 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/07 08:17:22

  Modified:             happydoc-3.1-r2.ebuild ChangeLog
  Log:
  ppc stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  dev-python/happydoc/happydoc-3.1-r2.ebuild

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

Index: happydoc-3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- happydoc-3.1-r2.ebuild	6 Mar 2015 22:23:42 -0000	1.4
+++ happydoc-3.1-r2.ebuild	7 Mar 2015 08:17:22 -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/happydoc/happydoc-3.1-r2.ebuild,v 1.4 2015/03/06 22:23:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.5 2015/03/07 08:17:22 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -17,7 +17,7 @@
 
 LICENSE="HPND ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.31                 dev-python/happydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	6 Mar 2015 22:23:42 -0000	1.30
+++ ChangeLog	7 Mar 2015 08:17:22 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/happydoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.30 2015/03/06 22:23:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.31 2015/03/07 08:17:22 pacho Exp $
+
+  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> happydoc-3.1-r2.ebuild:
+  ppc stable, bug 540290
 
   06 Mar 2015; Pacho Ramos <pacho@gentoo.org> happydoc-3.1-r2.ebuild:
   amd64 stable, bug 540290





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

* [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog
@ 2015-03-08 23:50 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-08 23:50 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/08 23:50:07

  Modified:             happydoc-3.1-r2.ebuild ChangeLog
  Log:
  x86 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  dev-python/happydoc/happydoc-3.1-r2.ebuild

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

Index: happydoc-3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- happydoc-3.1-r2.ebuild	7 Mar 2015 08:17:22 -0000	1.5
+++ happydoc-3.1-r2.ebuild	8 Mar 2015 23:50:07 -0000	1.6
@@ -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/happydoc/happydoc-3.1-r2.ebuild,v 1.5 2015/03/07 08:17:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.6 2015/03/08 23:50:07 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -17,7 +17,7 @@
 
 LICENSE="HPND ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.32                 dev-python/happydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	7 Mar 2015 08:17:22 -0000	1.31
+++ ChangeLog	8 Mar 2015 23:50:07 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/happydoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.31 2015/03/07 08:17:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.32 2015/03/08 23:50:07 pacho Exp $
+
+  08 Mar 2015; Pacho Ramos <pacho@gentoo.org> happydoc-3.1-r2.ebuild:
+  x86 stable, bug 540290
 
   07 Mar 2015; Pacho Ramos <pacho@gentoo.org> happydoc-3.1-r2.ebuild:
   ppc stable, bug 540290





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

* [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:20

  Modified:             happydoc-3.1-r2.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.7                  dev-python/happydoc/happydoc-3.1-r2.ebuild

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

Index: happydoc-3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- happydoc-3.1-r2.ebuild	8 Mar 2015 23:50:07 -0000	1.6
+++ happydoc-3.1-r2.ebuild	8 Apr 2015 08:05:20 -0000	1.7
@@ -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/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.6 2015/03/08 23:50:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.7 2015/04/08 08:05:20 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1 versionator
 



1.33                 dev-python/happydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	8 Mar 2015 23:50:07 -0000	1.32
+++ ChangeLog	8 Apr 2015 08:05:20 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/happydoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.32 2015/03/08 23:50:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.33 2015/04/08 08:05:20 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> happydoc-3.1-r2.ebuild:
+  Drop old Python implementations
 
   08 Mar 2015; Pacho Ramos <pacho@gentoo.org> happydoc-3.1-r2.ebuild:
   x86 stable, bug 540290





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

* [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog
@ 2015-04-13  9:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-13  9:25 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/13 09:25:59

  Modified:             happydoc-3.1-r2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #540290
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/happydoc/happydoc-3.1-r2.ebuild

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

Index: happydoc-3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- happydoc-3.1-r2.ebuild	8 Apr 2015 08:05:20 -0000	1.7
+++ happydoc-3.1-r2.ebuild	13 Apr 2015 09:25:59 -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/happydoc/happydoc-3.1-r2.ebuild,v 1.7 2015/04/08 08:05:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.8 2015/04/13 09:25:59 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="HPND ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.34                 dev-python/happydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Apr 2015 08:05:20 -0000	1.33
+++ ChangeLog	13 Apr 2015 09:25:59 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/happydoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.33 2015/04/08 08:05:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.34 2015/04/13 09:25:59 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> happydoc-3.1-r2.ebuild:
+  Stable for alpha, wrt bug #540290
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org> happydoc-3.1-r2.ebuild:
   Drop old Python implementations





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

* [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog
@ 2015-04-14 12:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-14 12:49 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/14 12:49:48

  Modified:             happydoc-3.1-r2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #540290
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/happydoc/happydoc-3.1-r2.ebuild

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

Index: happydoc-3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- happydoc-3.1-r2.ebuild	13 Apr 2015 09:25:59 -0000	1.8
+++ happydoc-3.1-r2.ebuild	14 Apr 2015 12:49:48 -0000	1.9
@@ -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/happydoc/happydoc-3.1-r2.ebuild,v 1.8 2015/04/13 09:25:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-3.1-r2.ebuild,v 1.9 2015/04/14 12:49:48 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="HPND ZPL"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ~sparc x86"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.35                 dev-python/happydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	13 Apr 2015 09:25:59 -0000	1.34
+++ ChangeLog	14 Apr 2015 12:49:48 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/happydoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.34 2015/04/13 09:25:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.35 2015/04/14 12:49:48 ago Exp $
+
+  14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> happydoc-3.1-r2.ebuild:
+  Stable for ia64, wrt bug #540290
 
   13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> happydoc-3.1-r2.ebuild:
   Stable for alpha, wrt bug #540290





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

end of thread, other threads:[~2015-04-14 12:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 12:49 [gentoo-commits] gentoo-x86 commit in dev-python/happydoc: happydoc-3.1-r2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-13  9:25 Agostino Sarubbo (ago)
2015-04-08  8:05 Michal Gorny (mgorny)
2015-03-08 23:50 Pacho Ramos (pacho)
2015-03-07  8:17 Pacho Ramos (pacho)
2015-03-06 22:23 Pacho Ramos (pacho)
2014-03-31 21:05 Michal Gorny (mgorny)
2013-09-05 18:46 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