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/speaklater: speaklater-1.3.ebuild ChangeLog
Date: Mon, 30 Jul 2012 07:06:04
Message-Id: 20120730070549.3B3B62004B@flycatcher.gentoo.org
1 patrick 12/07/30 07:05:49
2
3 Modified: ChangeLog
4 Added: speaklater-1.3.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-python/speaklater/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/speaklater/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/speaklater/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/speaklater/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/speaklater/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 14 Dec 2010 22:24:38 -0000 1.1
24 +++ ChangeLog 30 Jul 2012 07:05:49 -0000 1.2
25 @@ -1,10 +1,14 @@
26 # ChangeLog for dev-python/speaklater
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/speaklater/ChangeLog,v 1.1 2010/12/14 22:24:38 rafaelmartins Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/speaklater/ChangeLog,v 1.2 2012/07/30 07:05:49 patrick Exp $
31 +
32 +*speaklater-1.3 (30 Jul 2012)
33 +
34 + 30 Jul 2012; Patrick Lauer <patrick@g.o> +speaklater-1.3.ebuild:
35 + Bump
36
37 *speaklater-1.2 (14 Dec 2010)
38
39 14 Dec 2010; Rafael G. Martins <rafaelmartins@g.o>
40 +speaklater-1.2.ebuild, +metadata.xml:
41 Initial version.
42 -
43
44
45
46 1.1 dev-python/speaklater/speaklater-1.3.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/speaklater/speaklater-1.3.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/speaklater/speaklater-1.3.ebuild?rev=1.1&content-type=text/plain
50
51 Index: speaklater-1.3.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/speaklater/speaklater-1.3.ebuild,v 1.1 2012/07/30 07:05:49 patrick Exp $
56
57 EAPI=3
58 SUPPORT_PYTHON_ABIS="1"
59
60 inherit distutils
61
62 DESCRIPTION="Lazy strings for Python"
63 HOMEPAGE="https://github.com/mitsuhiko/speaklater"
64 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="test"
70
71 RESTRICT_PYTHON_ABIS="3.*"
72
73 src_test() {
74 testing() {
75 "$(PYTHON)" "${S}/speaklater.py" || die 'test failed.'
76 }
77 python_execute_function testing
78 }