Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.402.ebuild ChangeLog
Date: Thu, 28 Jun 2012 06:06:05
Message-Id: 20120628060553.7AFC32004B@flycatcher.gentoo.org
1 patrick 12/06/28 06:05:53
2
3 Modified: ChangeLog
4 Added: authres-0.402.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 dev-python/authres/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 9 May 2012 03:44:24 -0000 1.6
24 +++ ChangeLog 28 Jun 2012 06:05:53 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/authres
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.6 2012/05/09 03:44:24 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.7 2012/06/28 06:05:53 patrick Exp $
30 +
31 +*authres-0.402 (28 Jun 2012)
32 +
33 + 28 Jun 2012; Patrick Lauer <patrick@g.o> +authres-0.402.ebuild:
34 + Bump
35
36 09 May 2012; Mike Gilbert <floppym@g.o> -authres-0.3.ebuild:
37 Just remove the old version instead.
38 @@ -27,4 +32,3 @@
39 +metadata.xml:
40 Initial import, ebuild written by me. Fixes #410907 by Ian Delaney
41 <johneed@×××××××.com>
42 -
43
44
45
46 1.1 dev-python/authres/authres-0.402.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/authres-0.402.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/authres-0.402.ebuild?rev=1.1&content-type=text/plain
50
51 Index: authres-0.402.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.402.ebuild,v 1.1 2012/06/28 06:05:53 patrick Exp $
56
57 EAPI=4
58 SUPPORT_PYTHON_ABIS="1"
59 RESTRICT_PYTHON_ABIS="2.5"
60
61 inherit distutils
62
63 DESCRIPTION="Authentication Results Header Module"
64 HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres"
65 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
66
67 LICENSE="Apache-2.0"
68 KEYWORDS="~amd64 ~x86"
69 SLOT="0"
70 IUSE=""
71
72 DOCS="CHANGES README"
73
74 src_test() {
75 testing() {
76 PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" \
77 -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \
78 sys.exit(bool(f))" || return
79 }
80 python_execute_function testing
81 }