diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-06-07 08:32:49 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-06-07 08:32:49 +0000 |
commit | 599b2fc1196ffc9b122d78a344b1246fad9479cd (patch) | |
tree | b03b8fc30873fbd087027251fbc17fa70d651c88 /dev-util/itstool | |
parent | Cleanup, monkeyd-fix-manpage-path.patch accepted upstream (diff) | |
download | gentoo-2-599b2fc1196ffc9b122d78a344b1246fad9479cd.tar.gz gentoo-2-599b2fc1196ffc9b122d78a344b1246fad9479cd.tar.bz2 gentoo-2-599b2fc1196ffc9b122d78a344b1246fad9479cd.zip |
Version bump with better error handling. Drop old.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/itstool')
-rw-r--r-- | dev-util/itstool/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/itstool/itstool-1.1.3.ebuild (renamed from dev-util/itstool/itstool-1.1.1.ebuild) | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-util/itstool/ChangeLog b/dev-util/itstool/ChangeLog index ac6e56b8b5d0..03ffb4e8c6ff 100644 --- a/dev-util/itstool/ChangeLog +++ b/dev-util/itstool/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/itstool # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.8 2012/04/29 15:42:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.9 2012/06/07 08:32:48 tetromino Exp $ + +*itstool-1.1.3 (07 Jun 2012) + + 07 Jun 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + -itstool-1.1.1.ebuild, +itstool-1.1.3.ebuild: + Version bump with better error handling. Drop old. 29 Apr 2012; Markus Meier <maekke@gentoo.org> itstool-1.1.2.ebuild: x86 stable, bug #410611 diff --git a/dev-util/itstool/itstool-1.1.1.ebuild b/dev-util/itstool/itstool-1.1.3.ebuild index ef43dc5fc511..120e22b0ac07 100644 --- a/dev-util/itstool/itstool-1.1.1.ebuild +++ b/dev-util/itstool/itstool-1.1.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-1.1.1.ebuild,v 1.4 2012/01/14 16:50:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-1.1.3.ebuild,v 1.1 2012/06/07 08:32:48 tetromino Exp $ -EAPI="3" +EAPI="4" PYTHON_USE_WITH="xml" PYTHON_DEPEND="2:2.5" -inherit base python +inherit python DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules" HOMEPAGE="http://itstool.org/" @@ -15,7 +15,7 @@ SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2" # files in /usr/share/itstool/its are as-is LICENSE="GPL-3 as-is" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-libs/libxml2[python]" @@ -23,6 +23,8 @@ DEPEND="${RDEPEND}" pkg_setup() { DOCS=(ChangeLog NEWS) # AUTHORS, README are empty + python_set_active_version 2 + python_pkg_setup } src_prepare() { |