public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/
@ 2011-07-27  5:51 Alexandre Restovtsev
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Restovtsev @ 2011-07-27  5:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e9c1a66fc1083c58419b14deffb0d2b9e2ff5996
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Jul 27 05:43:11 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Jul 27 05:43:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e9c1a66f

dev-util/itstool: new package

New translation tool for XML documents that is starting to see use in
the gnome ecosystem.

---
 dev-util/itstool/itstool-1.1.0.ebuild |   47 +++++++++++++++++++++++++++++++++
 dev-util/itstool/itstool-9999.ebuild  |   47 +++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+), 0 deletions(-)

diff --git a/dev-util/itstool/itstool-1.1.0.ebuild b/dev-util/itstool/itstool-1.1.0.ebuild
new file mode 100644
index 0000000..0d6bb1d
--- /dev/null
+++ b/dev-util/itstool/itstool-1.1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+PYTHON_USE_WITH="xml"
+PYTHON_DEPEND="2:2.5"
+
+inherit base python
+if [[ ${PV} = 9999 ]]; then
+	inherit autotools git-2
+fi
+
+DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules"
+HOMEPAGE="http://itstool.org/"
+if [[ ${PV} = 9999 ]]; then
+	EGIT_REPO_URI="git://gitorious.org/itstool/itstool.git"
+else
+	SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2"
+fi
+
+# files in /usr/share/itstool/its are freedist
+LICENSE="GPL-3 freedist"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+RDEPEND="dev-libs/libxml2[python]"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+	DOCS=(ChangeLog NEWS) # AUTHORS, README are empty
+}
+
+src_prepare() {
+	python_convert_shebangs -r 2 .
+	[[ ${PV} = 9999 ]] && eautoreconf
+}
+
+src_compile() {
+	default
+	[[ ${PV} = 9999 ]] && emake ChangeLog
+}

diff --git a/dev-util/itstool/itstool-9999.ebuild b/dev-util/itstool/itstool-9999.ebuild
new file mode 100644
index 0000000..0d6bb1d
--- /dev/null
+++ b/dev-util/itstool/itstool-9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+PYTHON_USE_WITH="xml"
+PYTHON_DEPEND="2:2.5"
+
+inherit base python
+if [[ ${PV} = 9999 ]]; then
+	inherit autotools git-2
+fi
+
+DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules"
+HOMEPAGE="http://itstool.org/"
+if [[ ${PV} = 9999 ]]; then
+	EGIT_REPO_URI="git://gitorious.org/itstool/itstool.git"
+else
+	SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2"
+fi
+
+# files in /usr/share/itstool/its are freedist
+LICENSE="GPL-3 freedist"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+RDEPEND="dev-libs/libxml2[python]"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+	DOCS=(ChangeLog NEWS) # AUTHORS, README are empty
+}
+
+src_prepare() {
+	python_convert_shebangs -r 2 .
+	[[ ${PV} = 9999 ]] && eautoreconf
+}
+
+src_compile() {
+	default
+	[[ ${PV} = 9999 ]] && emake ChangeLog
+}



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/
@ 2011-10-06  3:34 Alexandre Restovtsev
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Restovtsev @ 2011-10-06  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     54bf237207f02593fc4ecebb94808d742b39ed79
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu Oct  6 03:09:11 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Oct  6 03:09:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=54bf2372

dev-util/itstool: 1.1.0 → 1.1.1

Bump. Has better handling for XML parsing errors and translations with
subelements.

---
 .../{itstool-1.1.0.ebuild => itstool-1.1.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/itstool/itstool-1.1.0.ebuild b/dev-util/itstool/itstool-1.1.1.ebuild
similarity index 100%
rename from dev-util/itstool/itstool-1.1.0.ebuild
rename to dev-util/itstool/itstool-1.1.1.ebuild



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/
@ 2011-10-27  8:05 Alexandre Restovtsev
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Restovtsev @ 2011-10-27  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b20c343e8668b95211a04478d95c424b432a28a5
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 08:04:48 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Oct 27 08:04:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b20c343e

dev-util/itstool: 1.1.1 moved to gx86

---
 dev-util/itstool/itstool-1.1.1.ebuild |   47 ---------------------------------
 1 files changed, 0 insertions(+), 47 deletions(-)

diff --git a/dev-util/itstool/itstool-1.1.1.ebuild b/dev-util/itstool/itstool-1.1.1.ebuild
deleted file mode 100644
index 0d6bb1d..0000000
--- a/dev-util/itstool/itstool-1.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-PYTHON_USE_WITH="xml"
-PYTHON_DEPEND="2:2.5"
-
-inherit base python
-if [[ ${PV} = 9999 ]]; then
-	inherit autotools git-2
-fi
-
-DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules"
-HOMEPAGE="http://itstool.org/"
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="git://gitorious.org/itstool/itstool.git"
-else
-	SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2"
-fi
-
-# files in /usr/share/itstool/its are freedist
-LICENSE="GPL-3 freedist"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-IUSE=""
-
-RDEPEND="dev-libs/libxml2[python]"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-	DOCS=(ChangeLog NEWS) # AUTHORS, README are empty
-}
-
-src_prepare() {
-	python_convert_shebangs -r 2 .
-	[[ ${PV} = 9999 ]] && eautoreconf
-}
-
-src_compile() {
-	default
-	[[ ${PV} = 9999 ]] && emake ChangeLog
-}



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/
@ 2011-11-25 17:25 Alexandre Restovtsev
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Restovtsev @ 2011-11-25 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     641ab9fb234b87a0beaab97909ef176fb174ed9e
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 17:23:33 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Nov 25 17:23:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=641ab9fb

dev-util/itstool: update LICENSE (#391861)

Fix LICENSE (bug #391861, thanks to Hanno Boeck for reporting).

---
 dev-util/itstool/itstool-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/itstool/itstool-9999.ebuild b/dev-util/itstool/itstool-9999.ebuild
index 0eaa7ad..d987303 100644
--- a/dev-util/itstool/itstool-9999.ebuild
+++ b/dev-util/itstool/itstool-9999.ebuild
@@ -19,8 +19,8 @@ else
 	SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2"
 fi
 
-# files in /usr/share/itstool/its are freedist
-LICENSE="GPL-3 freedist"
+# files in /usr/share/itstool/its are as-is
+LICENSE="GPL-3 as-is"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/
@ 2012-12-17 10:49 Alexandre Rostovtsev
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-17 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5c26f43e16b24f9b2adf2a32f451359533aa2931
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 10:29:41 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 10:29:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5c26f43e

dev-util/itstool: synx with gx86, add metadata.xml

---
 dev-util/itstool/itstool-9999.ebuild |   12 +++++++-----
 dev-util/itstool/metadata.xml        |   10 ++++++++++
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/dev-util/itstool/itstool-9999.ebuild b/dev-util/itstool/itstool-9999.ebuild
index d987303..ef677a3 100644
--- a/dev-util/itstool/itstool-9999.ebuild
+++ b/dev-util/itstool/itstool-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,7 +6,7 @@ EAPI="4"
 PYTHON_USE_WITH="xml"
 PYTHON_DEPEND="2:2.5"
 
-inherit base python
+inherit python
 if [[ ${PV} = 9999 ]]; then
 	inherit autotools git-2
 fi
@@ -19,13 +19,13 @@ else
 	SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2"
 fi
 
-# files in /usr/share/itstool/its are as-is
-LICENSE="GPL-3 as-is"
+# files in /usr/share/itstool/its are HPND/as-is || GPL-3
+LICENSE="GPL-3+ || ( HPND GPL-3+ )"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 mips ~ppc ~ppc64 ~x86"
 fi
 IUSE=""
 
@@ -34,6 +34,8 @@ DEPEND="${RDEPEND}"
 
 pkg_setup() {
 	DOCS=(ChangeLog NEWS) # AUTHORS, README are empty
+	python_set_active_version 2
+	python_pkg_setup
 }
 
 src_prepare() {

diff --git a/dev-util/itstool/metadata.xml b/dev-util/itstool/metadata.xml
new file mode 100644
index 0000000..7375ab1
--- /dev/null
+++ b/dev-util/itstool/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<longdescription lang="en">ITS Tool allows you to translate your XML documents
+  with gettext PO files, using rules from the W3C Internationalization Tag Set
+  (ITS) to determine what to translate and how to separate it into PO file
+  messages.
+</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/
@ 2013-12-22 22:51 Gilles Dartiguelongue
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7f76233532beec6e53870cd489ed9e44f876c0c0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 22:38:40 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 22:38:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f762335

dev-util/itstool: sync with gentoo-x86

---
 dev-util/itstool/itstool-9999.ebuild | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/dev-util/itstool/itstool-9999.ebuild b/dev-util/itstool/itstool-9999.ebuild
index ef677a3..ad0990b 100644
--- a/dev-util/itstool/itstool-9999.ebuild
+++ b/dev-util/itstool/itstool-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
-PYTHON_USE_WITH="xml"
-PYTHON_DEPEND="2:2.5"
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_REQ_USE="xml"
 
-inherit python
+inherit python-single-r1
 if [[ ${PV} = 9999 ]]; then
 	inherit autotools git-2
 fi
@@ -25,21 +25,22 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 mips ~ppc ~ppc64 ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux"
 fi
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/libxml2[python]"
+RDEPEND="${PYTHON_DEPS}
+	dev-libs/libxml2[python,${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 pkg_setup() {
 	DOCS=(ChangeLog NEWS) # AUTHORS, README are empty
-	python_set_active_version 2
-	python_pkg_setup
+	python-single-r1_pkg_setup
 }
 
 src_prepare() {
-	python_convert_shebangs -r 2 .
+	python_fix_shebang .
 	[[ ${PV} = 9999 ]] && eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/
@ 2018-01-25 18:56 Dennis Lamm
  0 siblings, 0 replies; 8+ messages in thread
From: Dennis Lamm @ 2018-01-25 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     6b41f8bd0850151f8802bd2a030d31f0ca66be8d
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 18:56:13 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 18:56:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6b41f8bd

dev-util/itstool: version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/itstool/itstool-2.0.4.ebuild | 35 ++++++++++++++++++++++++++++++
 dev-util/itstool/itstool-9999.ebuild  | 40 +++++++++++++++++------------------
 2 files changed, 54 insertions(+), 21 deletions(-)

diff --git a/dev-util/itstool/itstool-2.0.4.ebuild b/dev-util/itstool/itstool-2.0.4.ebuild
new file mode 100644
index 00000000..b0bb4cf4
--- /dev/null
+++ b/dev-util/itstool/itstool-2.0.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules"
+HOMEPAGE="http://itstool.org/"
+SRC_URI="https://github.com/itstool/itstool/archive/${PV}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64  ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+		dev-libs/libxml2[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eapply_user
+	eautoreconf
+}
+
+src_test() {
+	suite="${S}"/tests/run_tests.py
+	PYTHONPATH="." "${PYTHON}" ${suite} || die "test suite '${suite}' failed"
+	unset suite
+}

diff --git a/dev-util/itstool/itstool-9999.ebuild b/dev-util/itstool/itstool-9999.ebuild
index e3ccb260..8e25b7ab 100644
--- a/dev-util/itstool/itstool-9999.ebuild
+++ b/dev-util/itstool/itstool-9999.ebuild
@@ -1,50 +1,48 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="xml"
 
-inherit python-single-r1
+inherit autotools python-single-r1
+
 if [[ ${PV} = 9999 ]]; then
-	inherit autotools git-2
+	inherit git-r3
 fi
 
 DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules"
 HOMEPAGE="http://itstool.org/"
 if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="git://gitorious.org/itstool/itstool.git"
+	EGIT_REPO_URI="https://github.com/itstool/itstool.git"
 else
-	SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2"
+	SRC_URI="https://github.com/itstool/itstool/archive/${PV}.tar.gz"
 fi
 
-# files in /usr/share/itstool/its are HPND/as-is || GPL-3
-LICENSE="GPL-3+ || ( HPND GPL-3+ )"
+LICENSE="GPL-3+"
 SLOT="0"
+
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux"
 fi
+
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-	dev-libs/libxml2[python,${PYTHON_USEDEP}]"
+		dev-libs/libxml2[python,${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
-pkg_setup() {
-	DOCS=(ChangeLog NEWS) # AUTHORS, README are empty
-	python-single-r1_pkg_setup
-}
-
 src_prepare() {
-	python_fix_shebang .
-	[[ ${PV} = 9999 ]] && eautoreconf
+	eapply_user
+	eautoreconf
 }
 
-src_compile() {
-	default
-	[[ ${PV} = 9999 ]] && emake ChangeLog
+src_test() {
+	suite="${S}"/tests/run_tests.py
+	PYTHONPATH="." "${PYTHON}" ${suite} || die "test suite '${suite}' failed"
+	unset suite
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/
@ 2019-02-24 18:43 Dennis Lamm
  0 siblings, 0 replies; 8+ messages in thread
From: Dennis Lamm @ 2019-02-24 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1998f2fe0b1b485aada6113b568c2b72b6a3b54d
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 24 18:43:41 2019 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 18:43:41 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1998f2fe

dev-util/itstool: updated live ebuild

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

added PYTHON 3 to PYTHON_COMPAT
added segfault-patch

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 0xD39C7B0122696620

 dev-util/itstool/itstool-9999.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-util/itstool/itstool-9999.ebuild b/dev-util/itstool/itstool-9999.ebuild
index bbf2589d..bd66841d 100644
--- a/dev-util/itstool/itstool-9999.ebuild
+++ b/dev-util/itstool/itstool-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 PYTHON_REQ_USE="xml"
 
 inherit autotools python-single-r1
@@ -36,7 +36,12 @@ RDEPEND="${PYTHON_DEPS}
 		dev-libs/libxml2[python,${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+	"${FILESDIR}/${PN}-segfault.patch"
+)
+
 src_prepare() {
+	python_fix_shebang .
 	eapply_user
 	eautoreconf
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-02-24 18:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-24 18:43 [gentoo-commits] proj/gnome:master commit in: dev-util/itstool/ Dennis Lamm
  -- strict thread matches above, loose matches on Subject: below --
2018-01-25 18:56 Dennis Lamm
2013-12-22 22:51 Gilles Dartiguelongue
2012-12-17 10:49 Alexandre Rostovtsev
2011-11-25 17:25 Alexandre Restovtsev
2011-10-27  8:05 Alexandre Restovtsev
2011-10-06  3:34 Alexandre Restovtsev
2011-07-27  5:51 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox