1 |
prometheanfire 13/01/01 08:12:01 |
2 |
|
3 |
Modified: hgtools-2.0.2.ebuild ChangeLog |
4 |
Log: |
5 |
update to eapi5 and distutils-r1 |
6 |
|
7 |
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3) |
8 |
|
9 |
Revision Changes Path |
10 |
1.4 dev-python/hgtools/hgtools-2.0.2.ebuild |
11 |
|
12 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild?rev=1.4&view=markup |
13 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild?rev=1.4&content-type=text/plain |
14 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild?r1=1.3&r2=1.4 |
15 |
|
16 |
Index: hgtools-2.0.2.ebuild |
17 |
=================================================================== |
18 |
RCS file: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild,v |
19 |
retrieving revision 1.3 |
20 |
retrieving revision 1.4 |
21 |
diff -u -r1.3 -r1.4 |
22 |
--- hgtools-2.0.2.ebuild 1 Jan 2013 06:52:46 -0000 1.3 |
23 |
+++ hgtools-2.0.2.ebuild 1 Jan 2013 08:12:01 -0000 1.4 |
24 |
@@ -1,6 +1,6 @@ |
25 |
# Copyright 1999-2013 Gentoo Foundation |
26 |
# Distributed under the terms of the GNU General Public License v2 |
27 |
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild,v 1.3 2013/01/01 06:52:46 prometheanfire Exp $ |
28 |
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild,v 1.4 2013/01/01 08:12:01 prometheanfire Exp $ |
29 |
|
30 |
EAPI=5 |
31 |
PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
32 |
@@ -15,6 +15,11 @@ |
33 |
LICENSE="GPL-2" |
34 |
KEYWORDS="~amd64 ~x86" |
35 |
SLOT="0" |
36 |
-IUSE="" |
37 |
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |
38 |
+IUSE="test" |
39 |
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |
40 |
+ test? ( dev-python/py )" |
41 |
RDEPEND="" |
42 |
+ |
43 |
+python_test() { |
44 |
+ "${PYTHON}" setup.py test |
45 |
+} |
46 |
|
47 |
|
48 |
|
49 |
1.4 dev-python/hgtools/ChangeLog |
50 |
|
51 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?rev=1.4&view=markup |
52 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?rev=1.4&content-type=text/plain |
53 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?r1=1.3&r2=1.4 |
54 |
|
55 |
Index: ChangeLog |
56 |
=================================================================== |
57 |
RCS file: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v |
58 |
retrieving revision 1.3 |
59 |
retrieving revision 1.4 |
60 |
diff -u -r1.3 -r1.4 |
61 |
--- ChangeLog 1 Jan 2013 06:52:46 -0000 1.3 |
62 |
+++ ChangeLog 1 Jan 2013 08:12:01 -0000 1.4 |
63 |
@@ -1,6 +1,9 @@ |
64 |
# ChangeLog for dev-python/hgtools |
65 |
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 |
66 |
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v 1.3 2013/01/01 06:52:46 prometheanfire Exp $ |
67 |
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v 1.4 2013/01/01 08:12:01 prometheanfire Exp $ |
68 |
+ |
69 |
+ 01 Jan 2013; Matthew Thode <prometheanfire@g.o> hgtools-2.0.2.ebuild: |
70 |
+ update to eapi5 and distutils-r1 |
71 |
|
72 |
01 Jan 2013; Matthew Thode <prometheanfire@g.o> hgtools-2.0.2.ebuild: |
73 |
eapi5 and distutils-r1 |