public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools_hg: setuptools_hg-0.4-r1.ebuild ChangeLog
@ 2013-05-18 12:57 Ian Delaney (idella4)
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Delaney (idella4) @ 2013-05-18 12:57 UTC (permalink / raw
  To: gentoo-commits

idella4     13/05/18 12:57:47

  Modified:             ChangeLog
  Added:                setuptools_hg-0.4-r1.ebuild
  Log:
  revbump; migrate -> distutils-r1
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/setuptools_hg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	8 May 2012 12:34:06 -0000	1.1
+++ ChangeLog	18 May 2013 12:57:47 -0000	1.2
@@ -1,9 +1,13 @@
 # ChangeLog for dev-python/setuptools_hg
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.1 2012/05/08 12:34:06 iksaif Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.2 2013/05/18 12:57:47 idella4 Exp $
+
+*setuptools_hg-0.4-r1 (18 May 2013)
+
+  18 May 2013; Ian Delaney <idella4@gentoo.org> +setuptools_hg-0.4-r1.ebuild:
+  revbump; migrate -> distutils-r1
 
 *setuptools_hg-0.4 (08 May 2012)
 
   08 May 2012;  <iksaif@gentoo.org> +metadata.xml, +setuptools_hg-0.4.ebuild:
   New ebuild for setuptools_hg.
-



1.1                  dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: setuptools_hg-0.4-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.1 2013/05/18 12:57:47 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )

inherit distutils-r1

DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control."
HOMEPAGE="http://pypi.python.org/pypi/setuptools_hg http://bitbucket.org/jezdez/setuptools_hg/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

RDEPEND="dev-vcs/mercurial"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]"





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

* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools_hg: setuptools_hg-0.4-r1.ebuild ChangeLog
@ 2013-09-05 18:47 Michal Gorny (mgorny)
  0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:47 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:47:04

  Modified:             setuptools_hg-0.4-r1.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/setuptools_hg/setuptools_hg-0.4-r1.ebuild

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

Index: setuptools_hg-0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- setuptools_hg-0.4-r1.ebuild	18 May 2013 12:57:47 -0000	1.1
+++ setuptools_hg-0.4-r1.ebuild	5 Sep 2013 18:47:04 -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/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.1 2013/05/18 12:57:47 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.2 2013/09/05 18:47:04 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
 
 inherit distutils-r1
 



1.3                  dev-python/setuptools_hg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	18 May 2013 12:57:47 -0000	1.2
+++ ChangeLog	5 Sep 2013 18:47:04 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools_hg
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.2 2013/05/18 12:57:47 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.3 2013/09/05 18:47:04 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> setuptools_hg-0.4-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
 *setuptools_hg-0.4-r1 (18 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools_hg: setuptools_hg-0.4-r1.ebuild ChangeLog
@ 2014-03-31 20:32 Michal Gorny (mgorny)
  0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 20:32 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 20:32:23

  Modified:             setuptools_hg-0.4-r1.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/setuptools_hg/setuptools_hg-0.4-r1.ebuild

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

Index: setuptools_hg-0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- setuptools_hg-0.4-r1.ebuild	5 Sep 2013 18:47:04 -0000	1.2
+++ setuptools_hg-0.4-r1.ebuild	31 Mar 2014 20:32:23 -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/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.2 2013/09/05 18:47:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.3 2014/03/31 20:32:23 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.5                  dev-python/setuptools_hg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	30 Mar 2014 09:19:40 -0000	1.4
+++ ChangeLog	31 Mar 2014 20:32:23 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools_hg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.4 2014/03/30 09:19:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.5 2014/03/31 20:32:23 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> setuptools_hg-0.4-r1.ebuild:
+  Add support for the new PyPy slotting.
 
   30 Mar 2014; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer as talked with him (#398377)





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

* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools_hg: setuptools_hg-0.4-r1.ebuild ChangeLog
@ 2014-11-25 11:28 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-25 11:28 UTC (permalink / raw
  To: gentoo-commits

pacho       14/11/25 11:28:53

  Modified:             setuptools_hg-0.4-r1.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild

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

Index: setuptools_hg-0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- setuptools_hg-0.4-r1.ebuild	10 Aug 2014 21:21:52 -0000	1.4
+++ setuptools_hg-0.4-r1.ebuild	25 Nov 2014 11:28:53 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.4 2014/08/10 21:21:52 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.5 2014/11/25 11:28:53 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.7                  dev-python/setuptools_hg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	10 Aug 2014 21:21:52 -0000	1.6
+++ ChangeLog	25 Nov 2014 11:28:53 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools_hg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.6 2014/08/10 21:21:52 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.7 2014/11/25 11:28:53 pacho Exp $
+
+  25 Nov 2014; Pacho Ramos <pacho@gentoo.org> setuptools_hg-0.4-r1.ebuild:
+  Support python 3.4
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
   setuptools_hg-0.4-r1.ebuild, setuptools_hg-0.4.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools_hg: setuptools_hg-0.4-r1.ebuild ChangeLog
@ 2015-03-06 22:37 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:37 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/06 22:37:36

  Modified:             setuptools_hg-0.4-r1.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.6                  dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild

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

Index: setuptools_hg-0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- setuptools_hg-0.4-r1.ebuild	25 Nov 2014 11:28:53 -0000	1.5
+++ setuptools_hg-0.4-r1.ebuild	6 Mar 2015 22:37:36 -0000	1.6
@@ -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/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.5 2014/11/25 11:28:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.6 2015/03/06 22:37:36 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -12,7 +12,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE=""
 



1.9                  dev-python/setuptools_hg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2 Feb 2015 14:47:20 -0000	1.8
+++ ChangeLog	6 Mar 2015 22:37:36 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools_hg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.8 2015/02/02 14:47:20 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.9 2015/03/06 22:37:36 pacho Exp $
+
+  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> setuptools_hg-0.4-r1.ebuild:
+  amd64 stable, bug 540290
 
   02 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -setuptools_hg-0.4.ebuild:
   Remove old.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools_hg: setuptools_hg-0.4-r1.ebuild ChangeLog
@ 2015-03-08 23:58 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-08 23:58 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/08 23:58:58

  Modified:             setuptools_hg-0.4-r1.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.7                  dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild

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

Index: setuptools_hg-0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- setuptools_hg-0.4-r1.ebuild	6 Mar 2015 22:37:36 -0000	1.6
+++ setuptools_hg-0.4-r1.ebuild	8 Mar 2015 23:58:58 -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/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.6 2015/03/06 22:37:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.7 2015/03/08 23:58:58 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -12,7 +12,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE=""
 



1.10                 dev-python/setuptools_hg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	6 Mar 2015 22:37:36 -0000	1.9
+++ ChangeLog	8 Mar 2015 23:58:58 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools_hg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.9 2015/03/06 22:37:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.10 2015/03/08 23:58:58 pacho Exp $
+
+  08 Mar 2015; Pacho Ramos <pacho@gentoo.org> setuptools_hg-0.4-r1.ebuild:
+  x86 stable, bug 540290
 
   06 Mar 2015; Pacho Ramos <pacho@gentoo.org> setuptools_hg-0.4-r1.ebuild:
   amd64 stable, bug 540290





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

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

mgorny      15/04/08 08:04:54

  Modified:             setuptools_hg-0.4-r1.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.8                  dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild

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

Index: setuptools_hg-0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- setuptools_hg-0.4-r1.ebuild	8 Mar 2015 23:58:58 -0000	1.7
+++ setuptools_hg-0.4-r1.ebuild	8 Apr 2015 08:04:54 -0000	1.8
@@ -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/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.7 2015/03/08 23:58:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.8 2015/04/08 08:04:54 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.11                 dev-python/setuptools_hg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	8 Mar 2015 23:58:58 -0000	1.10
+++ ChangeLog	8 Apr 2015 08:04:54 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools_hg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.10 2015/03/08 23:58:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.11 2015/04/08 08:04:54 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> setuptools_hg-0.4-r1.ebuild:
+  Drop old Python implementations
 
   08 Mar 2015; Pacho Ramos <pacho@gentoo.org> setuptools_hg-0.4-r1.ebuild:
   x86 stable, bug 540290





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

end of thread, other threads:[~2015-04-08  8:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08  8:04 [gentoo-commits] gentoo-x86 commit in dev-python/setuptools_hg: setuptools_hg-0.4-r1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-08 23:58 Pacho Ramos (pacho)
2015-03-06 22:37 Pacho Ramos (pacho)
2014-11-25 11:28 Pacho Ramos (pacho)
2014-03-31 20:32 Michal Gorny (mgorny)
2013-09-05 18:47 Michal Gorny (mgorny)
2013-05-18 12:57 Ian Delaney (idella4)

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