Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/tatt: tatt-9999.ebuild tatt-0.3.ebuild ChangeLog tatt-0.2.ebuild
Date: Wed, 24 Jun 2015 11:15:33
Message-Id: 20150624111522.36E82A4D@oystercatcher.gentoo.org
1 tomka 15/06/24 11:15:22
2
3 Modified: tatt-9999.ebuild ChangeLog
4 Added: tatt-0.3.ebuild
5 Removed: tatt-0.2.ebuild
6 Log:
7 bump to 0.3, python-3 supported (hopefully)
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
10
11 Revision Changes Path
12 1.11 app-portage/tatt/tatt-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-9999.ebuild?r1=1.10&r2=1.11
17
18 Index: tatt-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- tatt-9999.ebuild 6 Jun 2015 15:46:30 -0000 1.10
25 +++ tatt-9999.ebuild 24 Jun 2015 11:15:22 -0000 1.11
26 @@ -1,10 +1,10 @@
27 # Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v 1.10 2015/06/06 15:46:30 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v 1.11 2015/06/24 11:15:22 tomka Exp $
31
32 EAPI=5
33
34 -PYTHON_COMPAT=( python2_7 )
35 +PYTHON_COMPAT=( python2_7 python3_{3,4} )
36
37 inherit distutils-r1 git-r3
38
39
40
41
42 1.13 app-portage/tatt/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?rev=1.13&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?rev=1.13&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/ChangeLog?r1=1.12&r2=1.13
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v
51 retrieving revision 1.12
52 retrieving revision 1.13
53 diff -u -r1.12 -r1.13
54 --- ChangeLog 6 Jun 2015 15:46:30 -0000 1.12
55 +++ ChangeLog 24 Jun 2015 11:15:22 -0000 1.13
56 @@ -1,6 +1,12 @@
57 # ChangeLog for app-portage/tatt
58 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.12 2015/06/06 15:46:30 jlec Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.13 2015/06/24 11:15:22 tomka Exp $
61 +
62 +*tatt-0.3 (24 Jun 2015)
63 +
64 + 24 Jun 2015; Thomas Kahle <tomka@g.o> +tatt-0.3.ebuild,
65 + -tatt-0.2.ebuild, tatt-9999.ebuild:
66 + bump to 0.3, python-3 supported (hopefully)
67
68 06 Jun 2015; Justin Lecher <jlec@g.o> tatt-0.2.ebuild,
69 tatt-9999.ebuild:
70
71
72
73 1.1 app-portage/tatt/tatt-0.3.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-0.3.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/tatt/tatt-0.3.ebuild?rev=1.1&content-type=text/plain
77
78 Index: tatt-0.3.ebuild
79 ===================================================================
80 # Copyright 1999-2015 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.3.ebuild,v 1.1 2015/06/24 11:15:22 tomka Exp $
83
84 EAPI=5
85
86 PYTHON_COMPAT=( python2_7 python3_{3,4} )
87
88 inherit distutils-r1
89
90 DESCRIPTION="tatt is an arch testing tool"
91 HOMEPAGE="https://github.com/tom111/tatt"
92 SRC_URI="https://github.com/tom111/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
93
94 LICENSE="GPL-2"
95 SLOT="0"
96 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
97 IUSE="+templates"
98
99 RDEPEND="
100 app-portage/eix
101 app-portage/gentoolkit
102 www-client/pybugz
103 dev-python/configobj[${PYTHON_USEDEP}]"
104 DEPEND="
105 ${RDEPEND}
106 dev-python/setuptools[${PYTHON_USEDEP}]"
107
108 python_install_all() {
109 distutils-r1_python_install_all
110 if use templates; then
111 insinto "/usr/share/${PN}"
112 doins -r templates
113 fi
114 doman tatt.1
115 doman tatt.5
116 }