public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyprotocols: pyprotocols-1.0_pre2306-r1.ebuild ChangeLog
@ 2013-04-10 11:50 Ian Delaney (idella4)
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Delaney (idella4) @ 2013-04-10 11:50 UTC (permalink / raw
  To: gentoo-commits

idella4     13/04/10 11:50:57

  Modified:             ChangeLog
  Added:                pyprotocols-1.0_pre2306-r1.ebuild
  Log:
  migration to distutils-r1, exclusion of rogue tests from testsuite
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.27                 dev-python/pyprotocols/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	22 Feb 2012 04:54:55 -0000	1.26
+++ ChangeLog	10 Apr 2013 11:50:57 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyprotocols
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.26 2012/02/22 04:54:55 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.27 2013/04/10 11:50:57 idella4 Exp $
+
+*pyprotocols-1.0_pre2306-r1 (10 Apr 2013)
+
+  10 Apr 2013; Ian Delaney <idella4@gentoo.org> +files/SkipTests.patch,
+  +pyprotocols-1.0_pre2306-r1.ebuild:
+  migration to distutils-r1, exclusion of rogue tests from testsuite
 
   22 Feb 2012; Patrick Lauer <patrick@gentoo.org>
   pyprotocols-1.0_pre2306.ebuild:
@@ -108,4 +114,3 @@
   16 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> +metadata.xml,
   +pyprotocols-0.9.2.ebuild:
   Initial import, ebuild courtesy of Sourav Mandal <sourav@sourav.net>.
-



1.1                  dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild

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

Index: pyprotocols-1.0_pre2306-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/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.1 2013/04/10 11:50:57 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )

inherit distutils-r1 flag-o-matic

MY_PN="PyProtocols"
MY_P="${MY_PN}-${PV/_pre/a0dev_r}"

DESCRIPTION="Extends the PEP 246 adapt function with a new 'declaration API'"
HOMEPAGE="http://peak.telecommunity.com/PyProtocols.html http://pypi.python.org/pypi/PyProtocols \
	http://svn.eby-sarna.com/PyProtocols/"
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"

LICENSE="|| ( PSF-2 ZPL )"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""

RDEPEND=">=dev-python/decoratortools-1.4[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	>=dev-python/pyrex-0.9.9[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]"

S="${WORKDIR}/${MY_PN}"

DOCS=( CHANGES.txt README.txt UPGRADING.txt )

python_prepare_all() {
	# Rm peripheral & rogue failing tests
	rm -f src//protocols/tests/{test_twisted.py,test_zope.py} || die
	epatch "${FILESDIR}"/SkipTests.patch
}

python_configure_all() {
	append-flags -fno-strict-aliasing
}

python_test() {
	esetup.py test && einfo "Tests passed under ${EPYTHON}" \
		|| die "Tests failed under ${EPYTHON}"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyprotocols: pyprotocols-1.0_pre2306-r1.ebuild ChangeLog
@ 2013-05-10  5:31 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2013-05-10  5:31 UTC (permalink / raw
  To: gentoo-commits

patrick     13/05/10 05:31:03

  Modified:             pyprotocols-1.0_pre2306-r1.ebuild ChangeLog
  Log:
  Fix inherit
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild

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

Index: pyprotocols-1.0_pre2306-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyprotocols-1.0_pre2306-r1.ebuild	10 Apr 2013 11:50:57 -0000	1.1
+++ pyprotocols-1.0_pre2306-r1.ebuild	10 May 2013 05:31:03 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.1 2013/04/10 11:50:57 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.2 2013/05/10 05:31:03 patrick Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
 
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1 flag-o-matic eutils
 
 MY_PN="PyProtocols"
 MY_P="${MY_PN}-${PV/_pre/a0dev_r}"



1.28                 dev-python/pyprotocols/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	10 Apr 2013 11:50:57 -0000	1.27
+++ ChangeLog	10 May 2013 05:31:03 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyprotocols
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.27 2013/04/10 11:50:57 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.28 2013/05/10 05:31:03 patrick Exp $
+
+  10 May 2013; Patrick Lauer <patrick@gentoo.org>
+  pyprotocols-1.0_pre2306-r1.ebuild:
+  Fix inherit
 
 *pyprotocols-1.0_pre2306-r1 (10 Apr 2013)
 





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

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

mgorny      13/09/05 18:47:10

  Modified:             pyprotocols-1.0_pre2306-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.3                  dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild

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

Index: pyprotocols-1.0_pre2306-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyprotocols-1.0_pre2306-r1.ebuild	10 May 2013 05:31:03 -0000	1.2
+++ pyprotocols-1.0_pre2306-r1.ebuild	5 Sep 2013 18:47:10 -0000	1.3
@@ -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/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.2 2013/05/10 05:31:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.3 2013/09/05 18:47:10 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1 flag-o-matic eutils
 



1.29                 dev-python/pyprotocols/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	10 May 2013 05:31:03 -0000	1.28
+++ ChangeLog	5 Sep 2013 18:47:10 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyprotocols
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.28 2013/05/10 05:31:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.29 2013/09/05 18:47:10 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org>
+  pyprotocols-1.0_pre2306-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   10 May 2013; Patrick Lauer <patrick@gentoo.org>
   pyprotocols-1.0_pre2306-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyprotocols: pyprotocols-1.0_pre2306-r1.ebuild ChangeLog
@ 2013-10-22 14:20 Fabian Groffen (grobian)
  0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2013-10-22 14:20 UTC (permalink / raw
  To: gentoo-commits

grobian     13/10/22 14:20:31

  Modified:             pyprotocols-1.0_pre2306-r1.ebuild ChangeLog
  Log:
  Marked ~x64-macos, bug #487670
  
  (Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.4                  dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild

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

Index: pyprotocols-1.0_pre2306-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyprotocols-1.0_pre2306-r1.ebuild	5 Sep 2013 18:47:10 -0000	1.3
+++ pyprotocols-1.0_pre2306-r1.ebuild	22 Oct 2013 14:20:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.3 2013/09/05 18:47:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.4 2013/10/22 14:20:31 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -17,7 +17,7 @@
 
 LICENSE="|| ( PSF-2 ZPL )"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/decoratortools-1.4[${PYTHON_USEDEP}]"



1.30                 dev-python/pyprotocols/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	5 Sep 2013 18:47:10 -0000	1.29
+++ ChangeLog	22 Oct 2013 14:20:31 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyprotocols
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.29 2013/09/05 18:47:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.30 2013/10/22 14:20:31 grobian Exp $
+
+  22 Oct 2013; Fabian Groffen <grobian@gentoo.org>
+  pyprotocols-1.0_pre2306-r1.ebuild:
+  Marked ~x64-macos, bug #487670
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org>
   pyprotocols-1.0_pre2306-r1.ebuild:





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

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

pacho       15/03/06 22:34:13

  Modified:             pyprotocols-1.0_pre2306-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.5                  dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild

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

Index: pyprotocols-1.0_pre2306-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyprotocols-1.0_pre2306-r1.ebuild	22 Oct 2013 14:20:31 -0000	1.4
+++ pyprotocols-1.0_pre2306-r1.ebuild	6 Mar 2015 22:34:13 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.4 2013/10/22 14:20:31 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.5 2015/03/06 22:34:13 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -17,7 +17,7 @@
 
 LICENSE="|| ( PSF-2 ZPL )"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/decoratortools-1.4[${PYTHON_USEDEP}]"



1.32                 dev-python/pyprotocols/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	6 Nov 2013 05:06:34 -0000	1.31
+++ ChangeLog	6 Mar 2015 22:34:13 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyprotocols
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.31 2013/11/06 05:06:34 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.32 2015/03/06 22:34:13 pacho Exp $
+
+  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyprotocols-1.0_pre2306-r1.ebuild:
+  amd64 stable, bug 540290
 
   06 Nov 2013; Patrick Lauer <patrick@gentoo.org>
   pyprotocols-1.0_pre2306.ebuild:





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

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

pacho       15/03/07 08:20:00

  Modified:             pyprotocols-1.0_pre2306-r1.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.6                  dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild

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

Index: pyprotocols-1.0_pre2306-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyprotocols-1.0_pre2306-r1.ebuild	6 Mar 2015 22:34:13 -0000	1.5
+++ pyprotocols-1.0_pre2306-r1.ebuild	7 Mar 2015 08:20:00 -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/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.5 2015/03/06 22:34:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.6 2015/03/07 08:20:00 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -17,7 +17,7 @@
 
 LICENSE="|| ( PSF-2 ZPL )"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/decoratortools-1.4[${PYTHON_USEDEP}]"



1.33                 dev-python/pyprotocols/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	6 Mar 2015 22:34:13 -0000	1.32
+++ ChangeLog	7 Mar 2015 08:20:00 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyprotocols
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.32 2015/03/06 22:34:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.33 2015/03/07 08:20:00 pacho Exp $
+
+  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyprotocols-1.0_pre2306-r1.ebuild:
+  ppc stable, bug 540290
 
   06 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyprotocols-1.0_pre2306-r1.ebuild:
   amd64 stable, bug 540290





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

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

pacho       15/03/08 23:56:45

  Modified:             pyprotocols-1.0_pre2306-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/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild

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

Index: pyprotocols-1.0_pre2306-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyprotocols-1.0_pre2306-r1.ebuild	7 Mar 2015 08:20:00 -0000	1.6
+++ pyprotocols-1.0_pre2306-r1.ebuild	8 Mar 2015 23:56:45 -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/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.6 2015/03/07 08:20:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.7 2015/03/08 23:56:45 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -17,7 +17,7 @@
 
 LICENSE="|| ( PSF-2 ZPL )"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/decoratortools-1.4[${PYTHON_USEDEP}]"



1.34                 dev-python/pyprotocols/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	7 Mar 2015 08:20:00 -0000	1.33
+++ ChangeLog	8 Mar 2015 23:56:45 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyprotocols
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.33 2015/03/07 08:20:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.34 2015/03/08 23:56:45 pacho Exp $
+
+  08 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyprotocols-1.0_pre2306-r1.ebuild:
+  x86 stable, bug 540290
 
   07 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyprotocols-1.0_pre2306-r1.ebuild:
   ppc stable, bug 540290





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyprotocols: pyprotocols-1.0_pre2306-r1.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:25

  Modified:             pyprotocols-1.0_pre2306-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/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild

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

Index: pyprotocols-1.0_pre2306-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyprotocols-1.0_pre2306-r1.ebuild	8 Mar 2015 23:56:45 -0000	1.7
+++ pyprotocols-1.0_pre2306-r1.ebuild	8 Apr 2015 08:05:24 -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/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.7 2015/03/08 23:56:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild,v 1.8 2015/04/08 08:05:24 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 flag-o-matic eutils
 



1.36                 dev-python/pyprotocols/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	15 Mar 2015 14:25:48 -0000	1.35
+++ ChangeLog	8 Apr 2015 08:05:24 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyprotocols
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.35 2015/03/15 14:25:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.36 2015/04/08 08:05:24 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org>
+  pyprotocols-1.0_pre2306-r1.ebuild:
+  Drop old Python implementations
 
   15 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -pyprotocols-1.0_pre2306.ebuild:
   Remove old.





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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22 14:20 [gentoo-commits] gentoo-x86 commit in dev-python/pyprotocols: pyprotocols-1.0_pre2306-r1.ebuild ChangeLog Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2015-03-08 23:56 Pacho Ramos (pacho)
2015-03-07  8:20 Pacho Ramos (pacho)
2015-03-06 22:34 Pacho Ramos (pacho)
2013-09-05 18:47 Michal Gorny (mgorny)
2013-05-10  5:31 Patrick Lauer (patrick)
2013-04-10 11:50 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