Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/authres: authres-0.501.ebuild ChangeLog
Date: Tue, 05 Mar 2013 16:08:12
Message-Id: 20130305160808.A693C2171D@flycatcher.gentoo.org
1 idella4 13/03/05 16:08:08
2
3 Modified: ChangeLog
4 Added: authres-0.501.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.11 dev-python/authres/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 26 Feb 2013 10:59:26 -0000 1.10
24 +++ ChangeLog 5 Mar 2013 16:08:08 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/authres
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.10 2013/02/26 10:59:26 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.11 2013/03/05 16:08:08 idella4 Exp $
30 +
31 +*authres-0.501 (05 Mar 2013)
32 +
33 + 05 Mar 2013; Ian Delaney <idella4@g.o> +authres-0.501.ebuild:
34 + bump
35
36 26 Feb 2013; Agostino Sarubbo <ago@g.o> authres-0.402.ebuild:
37 Stable for x86, wrt bug #429028
38
39
40
41 1.1 dev-python/authres/authres-0.501.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/authres-0.501.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/authres/authres-0.501.ebuild?rev=1.1&content-type=text/plain
45
46 Index: authres-0.501.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.501.ebuild,v 1.1 2013/03/05 16:08:08 idella4 Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
54
55 inherit distutils-r1
56
57 DESCRIPTION="Authentication Results Header Module"
58 HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres"
59 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="Apache-2.0"
62 KEYWORDS="~amd64 ~x86"
63 SLOT="0"
64 IUSE=""
65
66 DOCS=( CHANGES README )
67
68 python_test() {
69 "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \
70 sys.exit(bool(f))" || return
71 }