public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog
@ 2013-05-08  3:03 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2013-05-08  3:03 UTC (permalink / raw
  To: gentoo-commits

patrick     13/05/08 03:03:47

  Modified:             ChangeLog
  Added:                pyasn1-modules-0.0.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.19                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	1 Dec 2012 20:58:19 -0000	1.18
+++ ChangeLog	8 May 2013 03:03:47 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyasn1-modules
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.18 2012/12/01 20:58:19 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.19 2013/05/08 03:03:47 patrick Exp $
+
+*pyasn1-modules-0.0.5 (08 May 2013)
+
+  08 May 2013; Patrick Lauer <patrick@gentoo.org> +pyasn1-modules-0.0.5.ebuild:
+  Bump
 
   01 Dec 2012; Raúl Porcel <armin76@gentoo.org> pyasn1-modules-0.0.4.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #441292



1.1                  dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild

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

Index: pyasn1-modules-0.0.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.1 2013/05/08 03:03:47 patrick Exp $

EAPI="4"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"

inherit distutils

DESCRIPTION="pyasn1 modules"
HOMEPAGE="http://pyasn1.sourceforge.net/ http://pypi.python.org/pypi/pyasn1-modules"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

RDEPEND="dev-python/pyasn1"
DEPEND="${RDEPEND}
	dev-python/setuptools"

DOCS="CHANGES README"
PYTHON_MODNAME="pyasn1_modules"

src_test() {
	echoit() { echo "$@"; "$@"; }
	testing() {
		local exit_status=0 test
		for test in test/*.sh; do
			PATH="${S}/tools:${PATH}" PYTHONPATH="build-${PYTHON_ABI}/lib" \
				echoit sh "${test}" || exit_status=1
		done
		return ${exit_status}
	}
	python_execute_function testing
}

src_install() {
	distutils_src_install

	insinto /usr/share/doc/${PF}/tools
	doins tools/* || die "doins failed"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog
@ 2014-02-08 15:12 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2014-02-08 15:12 UTC (permalink / raw
  To: gentoo-commits

jer         14/02/08 15:12:00

  Modified:             pyasn1-modules-0.0.5.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #474196).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild

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

Index: pyasn1-modules-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyasn1-modules-0.0.5.ebuild	8 May 2013 03:03:47 -0000	1.1
+++ pyasn1-modules-0.0.5.ebuild	8 Feb 2014 15:12:00 -0000	1.2
@@ -1,6 +1,6 @@
-# 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/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.1 2013/05/08 03:03:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.2 2014/02/08 15:12:00 jer Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pyasn1"



1.20                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	8 May 2013 03:03:47 -0000	1.19
+++ ChangeLog	8 Feb 2014 15:12:00 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyasn1-modules
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.19 2013/05/08 03:03:47 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.20 2014/02/08 15:12:00 jer Exp $
+
+  08 Feb 2014; Jeroen Roovers <jer@gentoo.org> pyasn1-modules-0.0.5.ebuild:
+  Stable for HPPA (bug #474196).
 
 *pyasn1-modules-0.0.5 (08 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog
@ 2014-02-11 15:06 Akinori Hattori (hattya)
  0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori (hattya) @ 2014-02-11 15:06 UTC (permalink / raw
  To: gentoo-commits

hattya      14/02/11 15:06:56

  Modified:             pyasn1-modules-0.0.5.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #474196
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.3                  dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild

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

Index: pyasn1-modules-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyasn1-modules-0.0.5.ebuild	8 Feb 2014 15:12:00 -0000	1.2
+++ pyasn1-modules-0.0.5.ebuild	11 Feb 2014 15:06:56 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.2 2014/02/08 15:12:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.3 2014/02/11 15:06:56 hattya Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pyasn1"



1.21                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Feb 2014 15:12:00 -0000	1.20
+++ ChangeLog	11 Feb 2014 15:06:56 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyasn1-modules
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.20 2014/02/08 15:12:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.21 2014/02/11 15:06:56 hattya Exp $
+
+  11 Feb 2014; Akinori Hattori <hattya@gentoo.org> pyasn1-modules-0.0.5.ebuild:
+  ia64 stable wrt bug #474196
 
   08 Feb 2014; Jeroen Roovers <jer@gentoo.org> pyasn1-modules-0.0.5.ebuild:
   Stable for HPPA (bug #474196).





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog
@ 2014-03-01 23:59 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-01 23:59 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/01 23:59:36

  Modified:             pyasn1-modules-0.0.5.ebuild ChangeLog
  Log:
  amd64 stable, bug #474196
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild

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

Index: pyasn1-modules-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyasn1-modules-0.0.5.ebuild	24 Feb 2014 00:51:59 -0000	1.5
+++ pyasn1-modules-0.0.5.ebuild	1 Mar 2014 23:59:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.5 2014/02/24 00:51:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.6 2014/03/01 23:59:36 pacho Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pyasn1"



1.24                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	24 Feb 2014 00:51:59 -0000	1.23
+++ ChangeLog	1 Mar 2014 23:59:36 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyasn1-modules
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.23 2014/02/24 00:51:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.24 2014/03/01 23:59:36 pacho Exp $
+
+  01 Mar 2014; Pacho Ramos <pacho@gentoo.org> pyasn1-modules-0.0.5.ebuild:
+  amd64 stable, bug #474196
 
   23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   pyasn1-modules-0.0.5.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog
@ 2014-03-05 15:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-05 15:38 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/05 15:38:42

  Modified:             pyasn1-modules-0.0.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #474196
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild

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

Index: pyasn1-modules-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyasn1-modules-0.0.5.ebuild	1 Mar 2014 23:59:36 -0000	1.6
+++ pyasn1-modules-0.0.5.ebuild	5 Mar 2014 15:38:42 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.6 2014/03/01 23:59:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.7 2014/03/05 15:38:42 ago Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pyasn1"



1.25                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Mar 2014 23:59:36 -0000	1.24
+++ ChangeLog	5 Mar 2014 15:38:42 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyasn1-modules
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.24 2014/03/01 23:59:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.25 2014/03/05 15:38:42 ago Exp $
+
+  05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyasn1-modules-0.0.5.ebuild:
+  Stable for ppc, wrt bug #474196
 
   01 Mar 2014; Pacho Ramos <pacho@gentoo.org> pyasn1-modules-0.0.5.ebuild:
   amd64 stable, bug #474196





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog
@ 2014-03-06 10:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-06 10:42 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/06 10:42:24

  Modified:             pyasn1-modules-0.0.5.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #474196
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild

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

Index: pyasn1-modules-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyasn1-modules-0.0.5.ebuild	5 Mar 2014 15:38:42 -0000	1.7
+++ pyasn1-modules-0.0.5.ebuild	6 Mar 2014 10:42:24 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.7 2014/03/05 15:38:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.8 2014/03/06 10:42:24 ago Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pyasn1"



1.26                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	5 Mar 2014 15:38:42 -0000	1.25
+++ ChangeLog	6 Mar 2014 10:42:24 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyasn1-modules
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.25 2014/03/05 15:38:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.26 2014/03/06 10:42:24 ago Exp $
+
+  06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyasn1-modules-0.0.5.ebuild:
+  Stable for ppc64, wrt bug #474196
 
   05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyasn1-modules-0.0.5.ebuild:
   Stable for ppc, wrt bug #474196





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog
@ 2014-03-12 10:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-12 10:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/12 10:02:51

  Modified:             pyasn1-modules-0.0.5.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #474196
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild

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

Index: pyasn1-modules-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyasn1-modules-0.0.5.ebuild	6 Mar 2014 10:42:24 -0000	1.8
+++ pyasn1-modules-0.0.5.ebuild	12 Mar 2014 10:02:51 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.8 2014/03/06 10:42:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.9 2014/03/12 10:02:51 ago Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pyasn1"



1.27                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	6 Mar 2014 10:42:24 -0000	1.26
+++ ChangeLog	12 Mar 2014 10:02:51 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyasn1-modules
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.26 2014/03/06 10:42:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.27 2014/03/12 10:02:51 ago Exp $
+
+  12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyasn1-modules-0.0.5.ebuild:
+  Stable for sparc, wrt bug #474196
 
   06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyasn1-modules-0.0.5.ebuild:
   Stable for ppc64, wrt bug #474196





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog
@ 2014-03-19 15:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-19 15:22 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/19 15:22:50

  Modified:             pyasn1-modules-0.0.5.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #474196
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild

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

Index: pyasn1-modules-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pyasn1-modules-0.0.5.ebuild	12 Mar 2014 10:02:51 -0000	1.9
+++ pyasn1-modules-0.0.5.ebuild	19 Mar 2014 15:22:50 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.9 2014/03/12 10:02:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5.ebuild,v 1.10 2014/03/19 15:22:50 ago Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pyasn1"



1.28                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	12 Mar 2014 10:02:51 -0000	1.27
+++ ChangeLog	19 Mar 2014 15:22:50 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyasn1-modules
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.27 2014/03/12 10:02:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.28 2014/03/19 15:22:50 ago Exp $
+
+  19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyasn1-modules-0.0.5.ebuild:
+  Stable for alpha, wrt bug #474196
 
   12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyasn1-modules-0.0.5.ebuild:
   Stable for sparc, wrt bug #474196





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

end of thread, other threads:[~2014-03-19 15:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 15:22 [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.5.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-12 10:02 Agostino Sarubbo (ago)
2014-03-06 10:42 Agostino Sarubbo (ago)
2014-03-05 15:38 Agostino Sarubbo (ago)
2014-03-01 23:59 Pacho Ramos (pacho)
2014-02-11 15:06 Akinori Hattori (hattya)
2014-02-08 15:12 Jeroen Roovers (jer)
2013-05-08  3:03 Patrick Lauer (patrick)

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