public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
@ 2016-06-25 12:10 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2016-06-25 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ef7700943ea4e06ee164a169fb8b407be8799e4e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 12:08:05 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 12:10:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef770094

x11-misc/treeline: [QA] Fix loop over TLLINGUAS in src_unpack.

Also specify LICENSE more precisely.

Package-Manager: portage-2.3.0

 x11-misc/treeline/treeline-1.4.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
index cdc989f..39f3bb5 100644
--- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild
+++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TreeLine is a structured information storage program"
 HOMEPAGE="http://treeline.bellz.org/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
@@ -37,7 +37,7 @@ S="${WORKDIR}/TreeLine"
 src_unpack() {
 	unpack ${P}.tar.gz
 	local lingua
-	for lingua in ${TLLINGUAS}; do
+	for lingua in "${TLLINGUAS[@]}"; do
 		if use linguas_${lingua}; then
 			tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \
 				TreeLine/doc/{readme_${lingua}.trl,README_${lingua}.html} \


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
@ 2016-06-25 12:10 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2016-06-25 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5b694de11c4ec00bfc8b2240dca9d40c2f51eca4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 12:09:53 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 12:10:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b694de1

x11-misc/treeline: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 x11-misc/treeline/treeline-1.4.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
index 39f3bb5..722f2b4 100644
--- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild
+++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
@@ -18,9 +18,9 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
 TLLINGUAS=( de fr )
-IUSE+=" ${TLLINGUAS[@]/#/linguas_}"
+IUSE+=" ${TLLINGUAS[@]/#/l10n_}"
 for lingua in ${TLLINGUAS[@]}; do
-	SRC_URI+=" linguas_${lingua}? ( mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )"
+	SRC_URI+=" l10n_${lingua}? ( mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )"
 done
 unset lingua
 
@@ -38,7 +38,7 @@ src_unpack() {
 	unpack ${P}.tar.gz
 	local lingua
 	for lingua in "${TLLINGUAS[@]}"; do
-		if use linguas_${lingua}; then
+		if use l10n_${lingua}; then
 			tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \
 				TreeLine/doc/{readme_${lingua}.trl,README_${lingua}.html} \
 				TreeLine/translations/{treeline_${lingua}.{qm,ts},qt_${lingua}.{qm,ts}} || die


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
@ 2017-03-18 13:42 Jeroen Roovers
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2017-03-18 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     7c76bc1cc378eed2832fc9f557156e238b911f69
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 13:41:31 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 13:42:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c76bc1c

x11-misc/treeline: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/treeline/Manifest                                         | 3 ++-
 x11-misc/treeline/{treeline-1.9.4.ebuild => treeline-2.0.2.ebuild} | 4 ++--
 x11-misc/treeline/{treeline-1.9.4.ebuild => treeline-2.1.1.ebuild} | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-misc/treeline/Manifest b/x11-misc/treeline/Manifest
index 9feced7c1d8..8dbd6e54f90 100644
--- a/x11-misc/treeline/Manifest
+++ b/x11-misc/treeline/Manifest
@@ -1,3 +1,4 @@
 DIST treeline-1.4.1.tar.gz 499500 SHA256 d66e0fcae9bcb5e54f664381f6af73f360f9ff46c91787a126c7197fbe685489 SHA512 85e87d4201eca19fb4255eacef89b7975f982a32790e74b5a35ab37e42e316eb45a1518f093097141dc5db1a8a090537f42e35fddf3f51b3ae4cf4c812f9ea95 WHIRLPOOL 7f97e943d86f6f94fd32dbb2836ed9a5f1cd38c777322962b7809705f48886ad4988c3739907020976ee0aa798d5b9b76302d05fb753f642fa839cd556175312
-DIST treeline-1.9.4.tar.gz 327826 SHA256 eb26c836024687c2cbe386c129d49b72891333d6908ba6b7109aa1bad58a2f62 SHA512 be9a2dd385a941794adb779a3f4deec4d855ec2dbcfb92ed421879c212ab78dcc401dc0ee7fbdbd075faa60f3d290219877bcf97376e9df4d00d1cd9c2774f2d WHIRLPOOL 97682512a2f1461cee4230a2adeba47284a50263c3a2dbad2588bb503abbfc3ccb118f7832b7dd6b92946881ca79fc6a042f0d50d2d0c21f5549ca9c83773f5e
+DIST treeline-2.0.2.tar.gz 451377 SHA256 80379b6ebb5b825a02f4b8d0bb65d78f9895db5e25065f85353833e9d8ebd4c8 SHA512 05d8464ce460e1b50a5d64fb23f4c7980ef419833272bc8f2a87303b1f3cc7a363f138476a23b0d178c76f7ad654136c007f8e81a132c2b182bdcedba28be164 WHIRLPOOL 866c361f692c3f34e6d87c053d62a8800aa2fdb7b1ca1b4c63bc3e8c4a62479569e2a4c883360898bac62b7af3e9784ee1a76dee832e9754c18972bfcdd16b0c
+DIST treeline-2.1.1.tar.gz 457877 SHA256 fbfed5a8244ea8a2705d846d1d4c0004d07a67780203219df1e736cdd5b914f7 SHA512 d92a8ad06ae368799435372ec3ce49946ca4d0b0cd365d286d3045d60b18d74789bad8f0f32ea1ac11497304076db288f29838c467c84a4bc6c2d8230f627565 WHIRLPOOL 0f7736172b50a3f1f7a66e69d33c1e7db734070ebc92b8d8e4111f0c4563e6bba38d6ea35823dfa3c142f759344f5e4187235fb326b0ea434be24d0f16aaa9bf
 DIST treeline-i18n-1.4.1a.tar.gz 279797 SHA256 891f086b0718336911ef118a4e25772c639cb48c1bea007031b5da075512e478 SHA512 82a79d24d451f5512c80b7647a6d10146649d2224c5ced8e5b402b44dea5d3d7cb00a3e8c96384d499fe2eb87dca686feb74a79db083e531fdb872218f54861b WHIRLPOOL cd8cac4419273369800314b7428e202586540e5b348203ab6567c73d1861e48b1f83e4f7c5c21da6fce9800d95bca71a5b057a81f2e22e64a2a656cd54d32dda

diff --git a/x11-misc/treeline/treeline-1.9.4.ebuild b/x11-misc/treeline/treeline-2.0.2.ebuild
similarity index 91%
copy from x11-misc/treeline/treeline-1.9.4.ebuild
copy to x11-misc/treeline/treeline-2.0.2.ebuild
index f93d114afa8..fe4447e017f 100644
--- a/x11-misc/treeline/treeline-1.9.4.ebuild
+++ b/x11-misc/treeline/treeline-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~x86"
 
 DEPEND="
 	${PYTHON_DEPS}

diff --git a/x11-misc/treeline/treeline-1.9.4.ebuild b/x11-misc/treeline/treeline-2.1.1.ebuild
similarity index 94%
rename from x11-misc/treeline/treeline-1.9.4.ebuild
rename to x11-misc/treeline/treeline-2.1.1.ebuild
index f93d114afa8..6329f671d1f 100644
--- a/x11-misc/treeline/treeline-1.9.4.ebuild
+++ b/x11-misc/treeline/treeline-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
@ 2017-04-21  7:33 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-04-21  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     752a7ba3d09f294912ec420d15d63a33642b43c7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:05:40 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:05:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752a7ba3

x11-misc/treeline: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/treeline/treeline-1.4.1-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
index e25cabea40c..26c6fb25652 100644
--- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild
+++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,13 +22,14 @@ for lingua in ${TLLINGUAS[@]}; do
 	SRC_URI+=" l10n_${lingua}? ( mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )"
 done
 unset lingua
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
 	${PYTHON_DEPS}
 "
 RDEPEND="
 	${DEPEND}
-	dev-python/PyQt4[X]
+	dev-python/PyQt4[X,${PYTHON_USEDEP}]
 "
 
 S="${WORKDIR}/TreeLine"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
@ 2017-04-22 12:24 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2017-04-22 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7ae72f75f034c16133dfef5b7aca0d5c9af620ef
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 12:21:19 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 12:24:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae72f75

x11-misc/treeline: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/treeline/treeline-2.0.2.ebuild | 2 +-
 x11-misc/treeline/treeline-2.1.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/treeline/treeline-2.0.2.ebuild b/x11-misc/treeline/treeline-2.0.2.ebuild
index fe4447e017f..3dc182a8011 100644
--- a/x11-misc/treeline/treeline-2.0.2.ebuild
+++ b/x11-misc/treeline/treeline-2.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils python-single-r1

diff --git a/x11-misc/treeline/treeline-2.1.1.ebuild b/x11-misc/treeline/treeline-2.1.1.ebuild
index 6329f671d1f..98cb61a0bcc 100644
--- a/x11-misc/treeline/treeline-2.1.1.ebuild
+++ b/x11-misc/treeline/treeline-2.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils python-single-r1


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
@ 2017-04-22 13:46 Jeroen Roovers
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2017-04-22 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     23deebc533256e9f84648737caa833371f79198e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 13:45:52 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 13:45:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23deebc5

x11-misc/treeline: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/treeline/Manifest              |  1 +
 x11-misc/treeline/treeline-2.1.2.ebuild | 39 +++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/x11-misc/treeline/Manifest b/x11-misc/treeline/Manifest
index 8dbd6e54f90..9eb3351c951 100644
--- a/x11-misc/treeline/Manifest
+++ b/x11-misc/treeline/Manifest
@@ -1,4 +1,5 @@
 DIST treeline-1.4.1.tar.gz 499500 SHA256 d66e0fcae9bcb5e54f664381f6af73f360f9ff46c91787a126c7197fbe685489 SHA512 85e87d4201eca19fb4255eacef89b7975f982a32790e74b5a35ab37e42e316eb45a1518f093097141dc5db1a8a090537f42e35fddf3f51b3ae4cf4c812f9ea95 WHIRLPOOL 7f97e943d86f6f94fd32dbb2836ed9a5f1cd38c777322962b7809705f48886ad4988c3739907020976ee0aa798d5b9b76302d05fb753f642fa839cd556175312
 DIST treeline-2.0.2.tar.gz 451377 SHA256 80379b6ebb5b825a02f4b8d0bb65d78f9895db5e25065f85353833e9d8ebd4c8 SHA512 05d8464ce460e1b50a5d64fb23f4c7980ef419833272bc8f2a87303b1f3cc7a363f138476a23b0d178c76f7ad654136c007f8e81a132c2b182bdcedba28be164 WHIRLPOOL 866c361f692c3f34e6d87c053d62a8800aa2fdb7b1ca1b4c63bc3e8c4a62479569e2a4c883360898bac62b7af3e9784ee1a76dee832e9754c18972bfcdd16b0c
 DIST treeline-2.1.1.tar.gz 457877 SHA256 fbfed5a8244ea8a2705d846d1d4c0004d07a67780203219df1e736cdd5b914f7 SHA512 d92a8ad06ae368799435372ec3ce49946ca4d0b0cd365d286d3045d60b18d74789bad8f0f32ea1ac11497304076db288f29838c467c84a4bc6c2d8230f627565 WHIRLPOOL 0f7736172b50a3f1f7a66e69d33c1e7db734070ebc92b8d8e4111f0c4563e6bba38d6ea35823dfa3c142f759344f5e4187235fb326b0ea434be24d0f16aaa9bf
+DIST treeline-2.1.2.tar.gz 458056 SHA256 4339886e961d314ecaff67c83d122f08b0c7f31514cd93725d8190830d565e90 SHA512 99d6bff91516388854c856c1c8267b33a1f83b86e99d8e8d0a83e5f089a9f9c3d5f4d9c2def64dad310d84cdf41268622afc9b03bf7f7073272c177e84f0c83d WHIRLPOOL 2e67c1a258f086dbe046e551276ed739e383ed329985e06a1e6d737e92c9b20cff3ce421d0335db783c57d596629c12148fdc9fe34eff529f0d1ef36350f764d
 DIST treeline-i18n-1.4.1a.tar.gz 279797 SHA256 891f086b0718336911ef118a4e25772c639cb48c1bea007031b5da075512e478 SHA512 82a79d24d451f5512c80b7647a6d10146649d2224c5ced8e5b402b44dea5d3d7cb00a3e8c96384d499fe2eb87dca686feb74a79db083e531fdb872218f54861b WHIRLPOOL cd8cac4419273369800314b7428e202586540e5b348203ab6567c73d1861e48b1f83e4f7c5c21da6fce9800d95bca71a5b057a81f2e22e64a2a656cd54d32dda

diff --git a/x11-misc/treeline/treeline-2.1.2.ebuild b/x11-misc/treeline/treeline-2.1.2.ebuild
new file mode 100644
index 00000000000..7962524facf
--- /dev/null
+++ b/x11-misc/treeline/treeline-2.1.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE="xml"
+inherit eutils python-single-r1
+
+DESCRIPTION="TreeLine is a structured information storage program"
+HOMEPAGE="http://treeline.bellz.org/"
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+	${PYTHON_DEPS}
+"
+RDEPEND="
+	${DEPEND}
+	dev-python/PyQt4[X,${PYTHON_USEDEP}]
+"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S="${WORKDIR}/TreeLine"
+
+src_prepare() {
+	default
+
+	rm doc/LICENSE || die
+
+	python_export PYTHON_SITEDIR
+	sed -i "s;prefixDir, 'lib;'${PYTHON_SITEDIR};" install.py || die
+}
+
+src_install() {
+	"${EPYTHON}" install.py -x -p /usr/ -d /usr/share/doc/${PF} -b "${D}" || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
@ 2017-04-23 12:40 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-04-23 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4e958ebbfb8d77620f13594d5011195434b35d6d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 12:38:07 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 12:38:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e958ebb

x11-misc/treeline: amd64 stable wrt bug #616300

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/treeline/treeline-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/treeline/treeline-2.0.2.ebuild b/x11-misc/treeline/treeline-2.0.2.ebuild
index 3dc182a8011..a5ed13782ea 100644
--- a/x11-misc/treeline/treeline-2.0.2.ebuild
+++ b/x11-misc/treeline/treeline-2.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 DEPEND="
 	${PYTHON_DEPS}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
@ 2017-04-29 15:02 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-04-29 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8ac5286a2981146719d1d25ddc54338345a31359
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 15:00:26 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 15:00:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac5286a

x11-misc/treeline: ppc stable wrt bug #616300

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/treeline/treeline-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/treeline/treeline-2.0.2.ebuild b/x11-misc/treeline/treeline-2.0.2.ebuild
index 24f181f5e95..554cb2d24f9 100644
--- a/x11-misc/treeline/treeline-2.0.2.ebuild
+++ b/x11-misc/treeline/treeline-2.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="
 	${PYTHON_DEPS}


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

end of thread, other threads:[~2017-04-29 15:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-22 12:24 [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-04-29 15:02 Agostino Sarubbo
2017-04-23 12:40 Agostino Sarubbo
2017-04-22 13:46 Jeroen Roovers
2017-04-21  7:33 David Seifert
2017-03-18 13:42 Jeroen Roovers
2016-06-25 12:10 Ulrich Müller
2016-06-25 12:10 Ulrich Müller

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