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/scripttest: scripttest-1.2-r1.ebuild ChangeLog scripttest-1.2.ebuild scripttest-1.1.1.ebuild
Date: Tue, 30 Dec 2014 23:27:55
Message-Id: 20141230232750.D100BE865@oystercatcher.gentoo.org
1 idella4 14/12/30 23:27:50
2
3 Modified: ChangeLog
4 Added: scripttest-1.2-r1.ebuild
5 Removed: scripttest-1.2.ebuild scripttest-1.1.1.ebuild
6 Log:
7 revbump; conversion -> distutils-r1, rm old
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.3 dev-python/scripttest/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/scripttest/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 9 Mar 2012 09:13:24 -0000 1.2
25 +++ ChangeLog 30 Dec 2014 23:27:50 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/scripttest
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/ChangeLog,v 1.2 2012/03/09 09:13:24 patrick Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/ChangeLog,v 1.3 2014/12/30 23:27:50 idella4 Exp $
32 +
33 +*scripttest-1.2-r1 (30 Dec 2014)
34 +
35 + 30 Dec 2014; Ian Delaney <idella4@g.o> +scripttest-1.2-r1.ebuild,
36 + -scripttest-1.1.1.ebuild, -scripttest-1.2.ebuild:
37 + revbump; conversion -> distutils-r1, rm old
38
39 *scripttest-1.2 (09 Mar 2012)
40
41 @@ -12,4 +18,3 @@
42 03 Sep 2011; Dirkjan Ochtman <djc@g.o> +scripttest-1.1.1.ebuild,
43 +metadata.xml:
44 Initial version 1.1.1 (for testing sqlalchemy-migrate).
45 -
46
47
48
49 1.1 dev-python/scripttest/scripttest-1.2-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/scripttest-1.2-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/scripttest-1.2-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: scripttest-1.2-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/scripttest-1.2-r1.ebuild,v 1.1 2014/12/30 23:27:50 idella4 Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python2_7 )
62
63 inherit distutils-r1
64
65 MY_PN="ScriptTest"
66 MY_P="${MY_PN}-${PV}"
67
68 DESCRIPTION="A very small text templating language"
69 HOMEPAGE="http://pythonpaste.org/scripttest/ http://pypi.python.org/pypi/ScriptTest"
70 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
71
72 LICENSE="MIT"
73 SLOT="0"
74 KEYWORDS="~amd64 ~x86"
75 IUSE=""
76
77 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
78 RDEPEND=""
79
80 S="${WORKDIR}/${MY_P}"