public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.701.ebuild ChangeLog
@ 2014-07-14  7:18 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2014-07-14  7:18 UTC (permalink / raw
  To: gentoo-commits

patrick     14/07/14 07:18:32

  Modified:             ChangeLog
  Added:                authres-0.701.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.20                 dev-python/authres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	3 May 2014 04:28:46 -0000	1.19
+++ ChangeLog	14 Jul 2014 07:18:32 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/authres
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.19 2014/05/03 04:28:46 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.20 2014/07/14 07:18:32 patrick Exp $
+
+*authres-0.701 (14 Jul 2014)
+
+  14 Jul 2014; Patrick Lauer <patrick@gentoo.org> +authres-0.701.ebuild:
+  Bump
 
   03 May 2014; Ian Delaney <idella4@gentoo.org> authres-0.602.ebuild:
   drop py2.6 pypy2_0 add py3.4



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

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

Index: authres-0.701.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.701.ebuild,v 1.1 2014/07/14 07:18:32 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )

inherit distutils-r1

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 )

python_test() {
	"${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \
		sys.exit(bool(f))" || return
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.701.ebuild ChangeLog
@ 2015-01-22  8:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-22  8:43 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/22 08:43:44

  Modified:             authres-0.701.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

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

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

Index: authres-0.701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.701.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- authres-0.701.ebuild	14 Jul 2014 07:18:32 -0000	1.1
+++ authres-0.701.ebuild	22 Jan 2015 08:43:44 -0000	1.2
@@ -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/authres/authres-0.701.ebuild,v 1.1 2014/07/14 07:18:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.701.ebuild,v 1.2 2015/01/22 08:43:44 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -12,7 +12,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.22                 dev-python/authres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	11 Jan 2015 07:43:37 -0000	1.21
+++ ChangeLog	22 Jan 2015 08:43:44 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/authres
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.21 2015/01/11 07:43:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.22 2015/01/22 08:43:44 ago Exp $
+
+  22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> authres-0.701.ebuild:
+  Stable for amd64, wrt bug #535312
 
   11 Jan 2015; Ian Delaney <idella4@gentoo.org> -authres-0.401.ebuild,
   -authres-0.402.ebuild, -authres-0.500.ebuild, -authres-0.501.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.701.ebuild ChangeLog
@ 2015-01-26 10:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:23 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/26 10:23:25

  Modified:             authres-0.701.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

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

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

Index: authres-0.701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.701.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- authres-0.701.ebuild	22 Jan 2015 08:43:44 -0000	1.2
+++ authres-0.701.ebuild	26 Jan 2015 10:23:25 -0000	1.3
@@ -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/authres/authres-0.701.ebuild,v 1.2 2015/01/22 08:43:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.701.ebuild,v 1.3 2015/01/26 10:23:25 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -12,7 +12,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.23                 dev-python/authres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	22 Jan 2015 08:43:44 -0000	1.22
+++ ChangeLog	26 Jan 2015 10:23:25 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/authres
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.22 2015/01/22 08:43:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.23 2015/01/26 10:23:25 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> authres-0.701.ebuild:
+  Stable for x86, wrt bug #535312
 
   22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> authres-0.701.ebuild:
   Stable for amd64, wrt bug #535312





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

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

mgorny      15/04/08 08:05:03

  Modified:             authres-0.701.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.4                  dev-python/authres/authres-0.701.ebuild

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

Index: authres-0.701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.701.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- authres-0.701.ebuild	26 Jan 2015 10:23:25 -0000	1.3
+++ authres-0.701.ebuild	8 Apr 2015 08:05:03 -0000	1.4
@@ -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/authres/authres-0.701.ebuild,v 1.3 2015/01/26 10:23:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.701.ebuild,v 1.4 2015/04/08 08:05:03 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.26                 dev-python/authres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	17 Mar 2015 07:09:03 -0000	1.25
+++ ChangeLog	8 Apr 2015 08:05:03 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/authres
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.25 2015/03/17 07:09:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.26 2015/04/08 08:05:03 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> authres-0.701.ebuild:
+  Drop old Python implementations
 
 *authres-0.800 (17 Mar 2015)
 





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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14  7:18 [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.701.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-22  8:43 Agostino Sarubbo (ago)
2015-01-26 10:23 Agostino Sarubbo (ago)
2015-04-08  8:05 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