Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/itstool: ChangeLog itstool-1.1.3.ebuild itstool-1.1.1.ebuild
Date: Thu, 07 Jun 2012 08:33:14
Message-Id: 20120607083249.64B7F2004B@flycatcher.gentoo.org
1 tetromino 12/06/07 08:32:49
2
3 Modified: ChangeLog
4 Added: itstool-1.1.3.ebuild
5 Removed: itstool-1.1.1.ebuild
6 Log:
7 Version bump with better error handling. Drop old.
8
9 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.9 dev-util/itstool/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/ChangeLog?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/ChangeLog?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/ChangeLog?r1=1.8&r2=1.9
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ChangeLog 29 Apr 2012 15:42:46 -0000 1.8
25 +++ ChangeLog 7 Jun 2012 08:32:48 -0000 1.9
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-util/itstool
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.8 2012/04/29 15:42:46 maekke Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.9 2012/06/07 08:32:48 tetromino Exp $
31 +
32 +*itstool-1.1.3 (07 Jun 2012)
33 +
34 + 07 Jun 2012; Alexandre Rostovtsev <tetromino@g.o>
35 + -itstool-1.1.1.ebuild, +itstool-1.1.3.ebuild:
36 + Version bump with better error handling. Drop old.
37
38 29 Apr 2012; Markus Meier <maekke@g.o> itstool-1.1.2.ebuild:
39 x86 stable, bug #410611
40
41
42
43 1.1 dev-util/itstool/itstool-1.1.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/itstool-1.1.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/itstool-1.1.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: itstool-1.1.3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-1.1.3.ebuild,v 1.1 2012/06/07 08:32:48 tetromino Exp $
53
54 EAPI="4"
55 PYTHON_USE_WITH="xml"
56 PYTHON_DEPEND="2:2.5"
57
58 inherit python
59
60 DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules"
61 HOMEPAGE="http://itstool.org/"
62 SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2"
63
64 # files in /usr/share/itstool/its are as-is
65 LICENSE="GPL-3 as-is"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND="dev-libs/libxml2[python]"
71 DEPEND="${RDEPEND}"
72
73 pkg_setup() {
74 DOCS=(ChangeLog NEWS) # AUTHORS, README are empty
75 python_set_active_version 2
76 python_pkg_setup
77 }
78
79 src_prepare() {
80 python_convert_shebangs -r 2 .
81 }