public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.402.ebuild ChangeLog
@ 2012-06-28  6:05 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2012-06-28  6:05 UTC (permalink / raw
  To: gentoo-commits

patrick     12/06/28 06:05:53

  Modified:             ChangeLog
  Added:                authres-0.402.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/authres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	9 May 2012 03:44:24 -0000	1.6
+++ ChangeLog	28 Jun 2012 06:05:53 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/authres
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.6 2012/05/09 03:44:24 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.7 2012/06/28 06:05:53 patrick Exp $
+
+*authres-0.402 (28 Jun 2012)
+
+  28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +authres-0.402.ebuild:
+  Bump
 
   09 May 2012; Mike Gilbert <floppym@gentoo.org> -authres-0.3.ebuild:
   Just remove the old version instead.
@@ -27,4 +32,3 @@
   +metadata.xml:
   Initial import, ebuild written by me. Fixes #410907 by Ian Delaney
   <johneed@hotmail.com>
-



1.1                  dev-python/authres/authres-0.402.ebuild

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

Index: authres-0.402.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.402.ebuild,v 1.1 2012/06/28 06:05:53 patrick Exp $

EAPI=4
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5"

inherit distutils

DESCRIPTION="Authentication Results Header Module"
HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

DOCS="CHANGES README"

src_test() {
	testing() {
		PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)"  "$(PYTHON)" \
			-c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \
				sys.exit(bool(f))" || return
	}
	python_execute_function testing
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.402.ebuild ChangeLog
@ 2013-02-26 10:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-26 10:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/26 10:55:08

  Modified:             authres-0.402.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #429028
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-python/authres/authres-0.402.ebuild

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

Index: authres-0.402.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.402.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- authres-0.402.ebuild	28 Jun 2012 06:05:53 -0000	1.1
+++ authres-0.402.ebuild	26 Feb 2013 10:55:08 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.402.ebuild,v 1.1 2012/06/28 06:05:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.402.ebuild,v 1.2 2013/02/26 10:55:08 ago Exp $
 
 EAPI=4
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE=""
 



1.9                  dev-python/authres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	22 Feb 2013 03:37:01 -0000	1.8
+++ ChangeLog	26 Feb 2013 10:55:08 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/authres
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.8 2013/02/22 03:37:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.9 2013/02/26 10:55:08 ago Exp $
+
+  26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> authres-0.402.ebuild:
+  Stable for amd64, wrt bug #429028
 
 *authres-0.500 (22 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.402.ebuild ChangeLog
@ 2013-02-26 10:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-26 10:59 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/26 10:59:26

  Modified:             authres-0.402.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #429028
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/authres/authres-0.402.ebuild

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

Index: authres-0.402.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.402.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- authres-0.402.ebuild	26 Feb 2013 10:55:08 -0000	1.2
+++ authres-0.402.ebuild	26 Feb 2013 10:59:26 -0000	1.3
@@ -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/authres/authres-0.402.ebuild,v 1.2 2013/02/26 10:55:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.402.ebuild,v 1.3 2013/02/26 10:59:26 ago Exp $
 
 EAPI=4
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE=""
 



1.10                 dev-python/authres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Feb 2013 10:55:08 -0000	1.9
+++ ChangeLog	26 Feb 2013 10:59:26 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/authres
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.9 2013/02/26 10:55:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.10 2013/02/26 10:59:26 ago Exp $
+
+  26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> authres-0.402.ebuild:
+  Stable for x86, wrt bug #429028
 
   26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> authres-0.402.ebuild:
   Stable for amd64, wrt bug #429028





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

end of thread, other threads:[~2013-02-26 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26 10:55 [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.402.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-26 10:59 Agostino Sarubbo (ago)
2012-06-28  6:05 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