[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2018-03-22 Thread Matt Thode
commit: 152ddc8bf33c0ac1c7448b5b43f7440658bf32fd
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 23 05:49:33 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 23 05:49:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152ddc8b

app-admin/ansible: 2.5.0 bup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-2.5.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 39cbfe2c757..43c31544b81 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-2.4.2.0.tar.gz 6503595 BLAKE2B 
df4ec4e24671f1488950f2d9eb7705fbad4e035d6ac67d5017417281455cc44cde1290976a9ed16675c0cc19a9190200b95b29890725c56df5f2699398accd6b
 SHA512 
32a075959dca01e184d9c3988fc9c491e904e7627a38e3527c37a8b26340f331bd294cacfe7353d339d15488857ba5ee1b36d9ae4ebeb8b5827934a73f4b42b0
 DIST ansible-2.4.3.0.tar.gz 655 BLAKE2B 
d43679c651f6aa5fd86c797a204645a8ee98efbcde9abaa25385aeb6f1d7c8b4ad74185434bfd159dbf673fe9339ef8f915f78238f8b8a5caf924b54cb9bdd52
 SHA512 
a7cda358c67c519c7e5ba248bf47070f21a27203fb29d70d9d75ecf027ba1275d71c0f96493e047281211d172a3be8273d7e0816284695fb0bc8b94daa82
+DIST ansible-2.5.0.tar.gz 10073927 BLAKE2B 
00e5d4245b7ea89a3826a3ab25c880c3acfdb713a045b9583dcc7fe913673954f1bee31d10a5125a8c386eca8d478ca807e44466a4c2729cfb571323836d5353
 SHA512 
93dee0404c5de0a9c8c5b8987f1fb2dbacceb848e8d5b4c70c5a6692d6fe8e9d4bec67d592071346f458b46b9ed2d800609a080d7d4b16266943f32d56a19220

diff --git a/app-admin/ansible/ansible-2.5.0.ebuild 
b/app-admin/ansible/ansible-2.5.0.ebuild
new file mode 100644
index 000..346b2f5aea9
--- /dev/null
+++ b/app-admin/ansible/ansible-2.5.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 eutils versionator
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="http://ansible.com/;
+SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   net-misc/sshpass
+   virtual/ssh
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/passlib[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
+
+# not included in release tarball
+RESTRICT="test"
+
+python_test() {
+   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   doman docs/man/man1/*.1
+   dodoc -r examples
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/uglifier/

2018-03-22 Thread Hans de Graaff
commit: 1fad4a32021e922af5681bd41c258e49d38b7e0e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 23 05:41:31 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 23 05:41:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fad4a32

dev-ruby/uglifier: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/uglifier/Manifest  |  3 ---
 dev-ruby/uglifier/uglifier-4.0.2.ebuild | 33 -
 dev-ruby/uglifier/uglifier-4.1.2.ebuild | 33 -
 dev-ruby/uglifier/uglifier-4.1.3.ebuild | 33 -
 4 files changed, 102 deletions(-)

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index 481829fd801..d56ab7c2682 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -1,7 +1,4 @@
 DIST uglifier-2.7.2.gem 84480 BLAKE2B 
a446f21f9b8682ba7ec020d355ec5b6eb573649116fddfe2d4d74849c59f6697065ca2837fb040a91a3f43264a71280660b947b138fd0fe67806f2c18631f498
 SHA512 
03c8fffbd385db9ee0fa8f422bf571ba99803f810828d536f1b00bc99a21108ac0ed232015d39f1ab88441fef0a3371df10944873fbadae6c8bd2624e3e1a65d
 DIST uglifier-3.2.0.tar.gz 169273 BLAKE2B 
b0263853c882859db8cc04c19e7f7f4bcbcef9d0b4080e414c9e1c86b691307c59d694abb33582485ea432b787f36445a49c39ece298d90806838bc56a4b7360
 SHA512 
5bc577753c175cddd7b3241f7343b75f593141c3bfa9ffa1325f7ade4a9acaf3b47e711007b5708f7cea1a7e9e768cbc3bc845d9eb362f877fe2fc83c047bb57
-DIST uglifier-4.0.2.tar.gz 184915 BLAKE2B 
eaac0fae612f357a51332db420e31d568b120dfe199d4f838db92082af888085123f322c4666d9c7d350ef3a51dc2d09ef78d11887771e8c414c9211688f6bfa
 SHA512 
77795a2b20ac6e5fc1c12cb95f868062e040988e1efc9cd7c13cd093f0ad5447fd09b1d88d5c1c53d69c9ea4e9fa22c9331df53421af5ecd3010138e91a9a87b
-DIST uglifier-4.1.2.tar.gz 190343 BLAKE2B 
0f3b0052d7065f36dcf9c52c226d6ddd27bcafe5a85b1a1a56a9d1d31ce8e7e8986e68ff471aa33cc2dd46688bd579594bf370203bd2ace26554b5dc71764a33
 SHA512 
8b11b3f8dc9e6dd6d2fe856decf11a569bea2040f1443fe437759fe4d14c0410158ef40b2660f38cd548358e78f6ac27929712e8fbc5708dc215099e58de1f75
-DIST uglifier-4.1.3.tar.gz 193256 BLAKE2B 
c0337da0ba4b857b80b1573538ed7596950b3bc0c13661fa7f98ff96a80cc0b747ca5361fdf9e3e646ff1b476419342194386a2d66c468e5272d7200ae3c
 SHA512 
5b0b1e5e4cd50ca2639b034ee6da672898da2dd16e226c5bf4bd706ef219d0a85f2c8a13b167766005a77207d5b32a6cfc62dce133d176d8bd37b77b27638062
 DIST uglifier-4.1.5.tar.gz 195773 BLAKE2B 
cad0a33648ab6d048390f39da51425401fba81b68b47ceec624871e980c1667527b1a4a7683ce3cf9567b61b7e506f1315473f935bd6461eecb64620afee2158
 SHA512 
f7824386fe09f78eabaee2b009a396970488a9d30cd0c6ff4d2bd51185180fef914f3ae0242f887dea92c833c59c72524747822d03bceef931db5091f1578990
 DIST uglifier-4.1.6.tar.gz 196856 BLAKE2B 
c6f52908a3475101891813b670c95e8daa20e37c2d0c4b2407e740b2b51678f2c6dde53cf653c288bb392f78b38c72b7d8c0d22b68b8d1ab6386088b8abab539
 SHA512 
3e516c53576c15b333aaa5c133d548c2a127162ab7490ae5b97ea211b09b08d1901a438ed38156c1f2b375693bcfaca2264953c31fbc55bf7962c25927ae48d0

diff --git a/dev-ruby/uglifier/uglifier-4.0.2.ebuild 
b/dev-ruby/uglifier/uglifier-4.0.2.ebuild
deleted file mode 100644
index 40301044c9e..000
--- a/dev-ruby/uglifier/uglifier-4.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
-HOMEPAGE="https://github.com/lautis/uglifier;
-SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
-
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"
-
-ruby_add_bdepend "test? ( dev-ruby/sourcemap )"
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-}

diff --git a/dev-ruby/uglifier/uglifier-4.1.2.ebuild 
b/dev-ruby/uglifier/uglifier-4.1.2.ebuild
deleted file mode 100644
index 8451683993d..000
--- a/dev-ruby/uglifier/uglifier-4.1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
-HOMEPAGE="https://github.com/lautis/uglifier;
-SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
-
-IUSE="test"
-
-ruby_add_rdepend 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/uglifier/

2018-03-22 Thread Hans de Graaff
commit: 05a9d167a5b1c5e37deee6469f893af92ea44a41
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 23 05:47:18 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 23 05:47:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a9d167

dev-ruby/uglifier: add 4.1.8

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/uglifier/Manifest  |  1 +
 dev-ruby/uglifier/uglifier-4.1.8.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index d56ab7c2682..60c9764b6fc 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -2,3 +2,4 @@ DIST uglifier-2.7.2.gem 84480 BLAKE2B 
a446f21f9b8682ba7ec020d355ec5b6eb573649116
 DIST uglifier-3.2.0.tar.gz 169273 BLAKE2B 
b0263853c882859db8cc04c19e7f7f4bcbcef9d0b4080e414c9e1c86b691307c59d694abb33582485ea432b787f36445a49c39ece298d90806838bc56a4b7360
 SHA512 
5bc577753c175cddd7b3241f7343b75f593141c3bfa9ffa1325f7ade4a9acaf3b47e711007b5708f7cea1a7e9e768cbc3bc845d9eb362f877fe2fc83c047bb57
 DIST uglifier-4.1.5.tar.gz 195773 BLAKE2B 
cad0a33648ab6d048390f39da51425401fba81b68b47ceec624871e980c1667527b1a4a7683ce3cf9567b61b7e506f1315473f935bd6461eecb64620afee2158
 SHA512 
f7824386fe09f78eabaee2b009a396970488a9d30cd0c6ff4d2bd51185180fef914f3ae0242f887dea92c833c59c72524747822d03bceef931db5091f1578990
 DIST uglifier-4.1.6.tar.gz 196856 BLAKE2B 
c6f52908a3475101891813b670c95e8daa20e37c2d0c4b2407e740b2b51678f2c6dde53cf653c288bb392f78b38c72b7d8c0d22b68b8d1ab6386088b8abab539
 SHA512 
3e516c53576c15b333aaa5c133d548c2a127162ab7490ae5b97ea211b09b08d1901a438ed38156c1f2b375693bcfaca2264953c31fbc55bf7962c25927ae48d0
+DIST uglifier-4.1.8.tar.gz 198344 BLAKE2B 
866cd5c94bf9907c7f025e5986d8fc3c277df48c0654376968809e3847d31aa0f4180abea0322be6b38788d977957ae3042083142e107286025c8e4ea8d0d4c8
 SHA512 
c5072062260d12789b1112935a26b2de1da6577a8c6f613965999d6db9c812a8ede99fd45554b513cfea0509c440c81892682d3a628077cef0c4f038ec0b085f

diff --git a/dev-ruby/uglifier/uglifier-4.1.8.ebuild 
b/dev-ruby/uglifier/uglifier-4.1.8.ebuild
new file mode 100644
index 000..d8b0a8cf76a
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-4.1.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
+HOMEPAGE="https://github.com/lautis/uglifier;
+SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"
+
+ruby_add_bdepend "test? ( dev-ruby/sourcemap )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/

2018-03-22 Thread Hans de Graaff
commit: 3887ef3b5d68ff7638db953cc11692a40c5afdd6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 23 05:37:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 23 05:37:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3887ef3b

dev-ruby/loofah: add 2.2.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.2.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 38f8ede45ad..2c870fcb427 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.0.3.gem 60416 BLAKE2B 
04e37464ac9e2b61fcc838763b6360fe80a8aeec26cc365803e6121bb4a628f17e79bc2426d0b351935dffc18829ab9d37239786fb3192c328f5a8026365cc41
 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 DIST loofah-2.1.1.gem 61440 BLAKE2B 
adefeb040e0ad6302de3cfdd169cf33c22eb409be519f2acd610d210254295a935a8fc122323c27275756c8a3c604fb3c5589e3abc7c5207b457dcc6c349
 SHA512 
16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58
 DIST loofah-2.2.1.gem 65024 BLAKE2B 
dfa45264e9dc0cb4c9fd8eaff8831b5098ae9c1e7fd46d3e965362e46851d5b19102fb23dc96393091ca8e2f8bd9a12f5098ace3c2d6e25236a33fa5f2579c69
 SHA512 
df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a
+DIST loofah-2.2.2.gem 65024 BLAKE2B 
4ddb20943b4258c4be621439d38b094dfc79947f092ffa2ff9af56db40538e9672f50762562ffbe5b7c5788fe12ab07ff7601383cfe7e6fc0f4209dad9edceee
 SHA512 
3c64182f8fdb7d79a5be65969728c4c51a4535f53fdae7c8e5f4d487d43af3efac9d2f3746d8e02564d0979e94a0e63dc5974701c151e31c502cb8ff97f1295e

diff --git a/dev-ruby/loofah/loofah-2.2.2.ebuild 
b/dev-ruby/loofah/loofah-2.2.2.ebuild
new file mode 100644
index 000..aaf05c90a3f
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.2.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/

2018-03-22 Thread Hans de Graaff
commit: e3ccb0ff24bb9d20bac5af7ad26331838531c852
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 23 05:38:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 23 05:38:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ccb0ff

dev-ruby/loofah: amd64 stable, bug 650966

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/loofah/loofah-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/loofah/loofah-2.2.1.ebuild 
b/dev-ruby/loofah/loofah-2.2.1.ebuild
index 6fe034b16a6..de5c5588628 100644
--- a/dev-ruby/loofah/loofah-2.2.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.2.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



[gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/

2018-03-22 Thread Markus Meier
commit: 6ff21735e4e0b9a3270321d37ae8d4d5a2645cc9
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 04:47:18 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 04:47:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff21735

media-video/mplayer: arm stable, bug #642506

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 media-video/mplayer/mplayer-1.3.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mplayer/mplayer-1.3.0-r4.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r4.ebuild
index 51751dbceaa..cac5328245e 100644
--- a/media-video/mplayer/mplayer-1.3.0-r4.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r4.ebuild
@@ -155,9 +155,9 @@ RDEPEND+="
 SLOT="0"
 LICENSE="GPL-2"
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 else
-   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86"
+   KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 x86"
 fi
 
 # faac codecs are nonfree



[gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/

2018-03-22 Thread Markus Meier
commit: eb7774e0817034946dcfc3a788c4c6bf98cd462f
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 04:47:58 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 04:47:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7774e0

app-arch/lz4: arm stable, bug #643032

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 app-arch/lz4/lz4-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lz4/lz4-1.8.0.ebuild b/app-arch/lz4/lz4-1.8.0.ebuild
index ac1e979b156..e2cc72e82f0 100644
--- a/app-arch/lz4/lz4-1.8.0.ebuild
+++ b/app-arch/lz4/lz4-1.8.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH=dev
 else
SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Extremely Fast Compression algorithm"



[gentoo-commits] repo/gentoo:master commit in: sys-process/time/

2018-03-22 Thread Markus Meier
commit: cb0a17a6e86b6fd2ba47d33749f63988bcfecfe8
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 04:47:37 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 04:47:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0a17a6

sys-process/time: arm stable, bug #643016

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 sys-process/time/time-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/time/time-1.7.2.ebuild 
b/sys-process/time/time-1.7.2.ebuild
index 7655cf0996d..733ccd42961 100644
--- a/sys-process/time/time-1.7.2.ebuild
+++ b/sys-process/time/time-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://git.savannah.gnu.org/cgit/time.git/snapshot/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/dotconf/

2018-03-22 Thread Markus Meier
commit: ddf70c4ce6af90a00aba187700de94186e82da0d
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 04:46:46 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 04:46:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf70c4c

dev-libs/dotconf: arm stable, bug #642274

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 dev-libs/dotconf/dotconf-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dotconf/dotconf-1.3-r1.ebuild 
b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
index ee1308304b4..e397f07138a 100644
--- a/dev-libs/dotconf/dotconf-1.3-r1.ebuild
+++ b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 DEPEND=">=sys-devel/autoconf-2.58"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-03-22 Thread Markus Meier
commit: d5934e544b127520622962541b13fd5c1e462230
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 04:46:22 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 04:46:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5934e54

sci-libs/geos: arm stable, bug #641136

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 sci-libs/geos/geos-3.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
index f28ee0b8da0..b43efaeaccc 100644
--- a/sci-libs/geos/geos-3.6.2.ebuild
+++ b/sci-libs/geos/geos-3.6.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/

2018-03-22 Thread Tim Harder
commit: 9e0e7f2fd50c5fb5c608a000eef939ad26bdac6c
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Mar 22 23:21:02 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Mar 23 01:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0e7f2f

net-mail/offlineimap: version bump to 7.1.5

 net-mail/offlineimap/Manifest |  1 +
 net-mail/offlineimap/offlineimap-7.1.5.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/net-mail/offlineimap/Manifest b/net-mail/offlineimap/Manifest
index ce37a4a003b..c3077008689 100644
--- a/net-mail/offlineimap/Manifest
+++ b/net-mail/offlineimap/Manifest
@@ -6,3 +6,4 @@ DIST offlineimap-7.1.1.tar.gz 701776 BLAKE2B 
3af42b07e694ff1e40340cafbf14b0da689
 DIST offlineimap-7.1.2.tar.gz 708014 BLAKE2B 
848e7cfdec79a443529307503e49a86729be620862530ea438747c0d9f437548cf81f6f586211c8b7109f7a8e0d5a41ef06fb3f10d43938f60843d768ba19f46
 SHA512 
14bf6c561ad9cde72f71651970b98380139a016b689c75ed150027f8b71d9f1a646f6738e8fd74d6328103b25c17985ac494d9929568f90bb4be37b71a4de22d
 DIST offlineimap-7.1.3.tar.gz 710766 BLAKE2B 
6a4c80e0ef12a77a2cdd84ba79307636e9a08fdee1d989936c6f6c3d42eadb6d5c98fb8ce3ed530c49a4ad5c424702342b55b78fc5ba7e46dd6d276675b80cd7
 SHA512 
bf24be740b0e7607a1b53df7e872b5dd4b4c720601d99bd88a7ac8add078e5512b62b18c12177e28a00f510aaa8a48e25be82decfdd7ae2da76b671d44071e4a
 DIST offlineimap-7.1.4.tar.gz 711048 BLAKE2B 
0ff678339cf7c90159e3f7f64ac581469503584e356a773804e513200b40eb8b99c3dd6367c21a69fe8ef46bdac146b6571f6ef2f1292014009af20df890e682
 SHA512 
f2623a400de2fac339249f887529e1f02224ba40c5f739b4084b5b26d1f8b6f26faf2c248aeaecd48dd7f6cc27bdaa8b7691c10f3db3b9673a1a5338f435447c
+DIST offlineimap-7.1.5.tar.gz 711529 BLAKE2B 
055fcaa714529407d404b45afc56f2b9c407865bbb6403a205f916926905c845c3dd9d025824de82850c17e2791c335aa11a38e9688c847d388ffaa97dbf5d2b
 SHA512 
5e49e5e2f13a15f02036860d1622a79a1342c8d3c0ad1c3e56c32a90e9c6e439ed9b9de6b67e36bda19229e28bd17dcb132f093eb19524375b182dde079d6101

diff --git a/net-mail/offlineimap/offlineimap-7.1.5.ebuild 
b/net-mail/offlineimap/offlineimap-7.1.5.ebuild
new file mode 100644
index 000..3258d1bf16b
--- /dev/null
+++ b/net-mail/offlineimap/offlineimap-7.1.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Normally you need only one version of this.
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads,sqlite,ssl?"
+
+inherit distutils-r1
+
+DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
+HOMEPAGE="http://offlineimap.org;
+SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="doc ssl"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="doc? ( app-text/asciidoc )"
+
+# see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925
+PATCHES=(
+   "${FILESDIR}/${PN}-7.0.3-darwin10.patch"
+)
+
+src_compile() {
+   distutils-r1_src_compile
+   use doc && emake -C docs man
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc offlineimap.conf offlineimap.conf.minimal
+   use doc && doman docs/{offlineimap.1,offlineimapui.7}
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "You will need to configure offlineimap by creating 
~/.offlineimaprc"
+   elog "Sample configurations are in /usr/share/doc/${PF}/"
+   elog ""
+   elog "If you connect via ssl/tls and don't use CA cert 
checking, it will"
+   elog "display the server's cert fingerprint and require you to 
add it to the"
+   elog "configuration file to be sure it connects to the same 
server every"
+   elog "time. This serves to help fixing CVE-2010-4532 
(offlineimap doesn't"
+   elog "check SSL server certificate) in cases where you have no 
CA cert."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/

2018-03-22 Thread Tim Harder
commit: ac9080851649f3d88fd86a47fbe7e40a08c507cf
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Mar 21 02:27:40 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Mar 23 01:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac908085

sys-fs/fuse: Use python-any-r1.eclass instead of python-single-r1.eclass.

Closes: https://bugs.gentoo.org/651048

 sys-fs/fuse/fuse-3.2.1.ebuild | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/sys-fs/fuse/fuse-3.2.1.ebuild b/sys-fs/fuse/fuse-3.2.1.ebuild
index 9da51f7e84c..2514b6960a7 100644
--- a/sys-fs/fuse/fuse-3.2.1.ebuild
+++ b/sys-fs/fuse/fuse-3.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 PYTHON_COMPAT=( python3_{4,5,6} )
 
-inherit meson multilib-minimal flag-o-matic python-single-r1
+inherit meson multilib-minimal flag-o-matic python-any-r1
 
 DESCRIPTION="An interface for filesystems implemented in userspace"
 HOMEPAGE="https://github.com/libfuse/libfuse;
@@ -14,18 +14,24 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="virtual/pkgconfig
test? (
${PYTHON_DEPS}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-   "
+   $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
+   )"
 RDEPEND="sys-fs/fuse-common"
 
 DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
 
+python_check_deps() {
+   has_version "dev-python/pytest[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
 src_prepare() {
default
 
@@ -45,7 +51,7 @@ multilib_src_compile() {
 }
 
 multilib_src_test() {
-   python3 -m pytest test || die
+   ${EPYTHON} -m pytest test || die
 }
 
 multilib_src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/

2018-03-22 Thread Tim Harder
commit: a5f198a2cef6002cb8f8400153dc3b73977aff92
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Mar 23 00:33:20 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Mar 23 01:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f198a2

sys-fs/fuse: use udev eclass to determine udev dir for removal

Closes: https://bugs.gentoo.org/651210

 sys-fs/fuse/fuse-2.9.7-r1.ebuild | 2 +-
 sys-fs/fuse/fuse-3.2.1.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-fs/fuse/fuse-2.9.7-r1.ebuild b/sys-fs/fuse/fuse-2.9.7-r1.ebuild
index 8ab358ad11f..b27dc23c141 100644
--- a/sys-fs/fuse/fuse-2.9.7-r1.ebuild
+++ b/sys-fs/fuse/fuse-2.9.7-r1.ebuild
@@ -64,7 +64,7 @@ src_install() {
prune_libtool_files
 
# installed via fuse-common
-   rm -r "${ED%/}"/{etc,lib} || die
+   rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
rm "${ED%/}"/usr/share/man/man8/mount.fuse.* || die
rm "${ED%/}"/sbin/mount.fuse || die
 

diff --git a/sys-fs/fuse/fuse-3.2.1.ebuild b/sys-fs/fuse/fuse-3.2.1.ebuild
index 2514b6960a7..4012fc673b6 100644
--- a/sys-fs/fuse/fuse-3.2.1.ebuild
+++ b/sys-fs/fuse/fuse-3.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 PYTHON_COMPAT=( python3_{4,5,6} )
 
-inherit meson multilib-minimal flag-o-matic python-any-r1
+inherit meson multilib-minimal flag-o-matic udev python-any-r1
 
 DESCRIPTION="An interface for filesystems implemented in userspace"
 HOMEPAGE="https://github.com/libfuse/libfuse;
@@ -62,7 +62,7 @@ multilib_src_install_all() {
einstalldocs
 
# installed via fuse-common
-   rm -r "${ED%/}"/{etc,lib} || die
+   rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
rm "${ED%/}"/usr/sbin/mount.fuse3 || die
 
# handled by the device manager



[gentoo-commits] proj/sci:master commit in: sci-biology/augustus/

2018-03-22 Thread Martin Mokrejs
commit: edf1cd8c7acd0369e94308ab5cdbcfea6c81e50b
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Fri Mar 23 00:47:46 2018 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Mar 23 00:47:46 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=edf1cd8c

sci-biology/augustus: respect EPREFIX and new DEPENDency

The dependency is brought in through the comparative gene prediction
code.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-biology/augustus/augustus-3.3.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/sci-biology/augustus/augustus-3.3.ebuild 
b/sci-biology/augustus/augustus-3.3.ebuild
index b050f1da2..b2b19a04e 100644
--- a/sci-biology/augustus/augustus-3.3.ebuild
+++ b/sci-biology/augustus/augustus-3.3.ebuild
@@ -17,7 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
+# TODO: provide USE for mysql and sqlite, edit src/Makefile to reflect paths
+#   and common.mk 
 RDEPEND="
+   sci-mathematics/lpsolve
sci-libs/gsl
dev-libs/boost
sys-libs/zlib"
@@ -30,10 +33,13 @@ src_prepare() {
# epatch "${FILESDIR}"/${P}-sane-build.patch
tc-export CC CXX
sed -e 's/ -O3//g' -i src/Makefile || die
-   # enable comparative gene prediction (needs c++11 compiler)
+   # enable comparative gene prediction (needs c++11 compiler),
+   #this needs sci-mathematics/lpsolve
sed -e 's/^# COMPGENEPRED/COMPGENEPRED/' -i common.mk || die
-   # respect $EPREFIX
-   sed -e 's#^INCLUDES = /usr/include/bamtools#INCLUDES = 
${EPREFIX}/usr/include/bamtools#' -i auxprogs/bam2hints/Makefile || die
+   # respect $EPREFIX at src/Makefile, auxprogs/bam2hints/Makefile, more?
+   find . -name Makefile | while read f; do \
+   sed -s 's#/usr/include#${EPREFIX}/usr/include#' -i $f || die;
+   done
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: eclass/

2018-03-22 Thread Brian Evans
commit: f7b77364d2c2b1a1efa8480633092e05f8bcc202
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar 23 00:35:23 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar 23 00:35:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b77364

eclass: php-ext-source-r3 - Update documentation of src_prepare

 eclass/php-ext-source-r3.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
index 22f07f8827b..0563d5af765 100644
--- a/eclass/php-ext-source-r3.eclass
+++ b/eclass/php-ext-source-r3.eclass
@@ -154,9 +154,9 @@ DEPEND="${DEPEND}
 
 # @FUNCTION: php-ext-source-r3_src_prepare
 # @DESCRIPTION:
-# For each PHP slot, we initialize the environment, run the default
-# src_prepare() for PATCHES/eapply_user support, and then call
-# php-ext-source-r3_phpize.
+# Runs the default src_prepare() for PATCHES/eapply_user() support (optional),
+# and for each PHP slot, makes a copy of sources, initializes the environment,
+# and calls php-ext-source-r3_phpize().
 php-ext-source-r3_src_prepare() {
local slot orig_s="${PHP_EXT_S}"
if [[ "${PHP_EXT_SKIP_PATCHES}" != 'yes' ]] ; then



[gentoo-commits] proj/sci:master commit in: sci-biology/augustus/

2018-03-22 Thread Martin Mokrejs
commit: cf04df0e7dad1b7779e01e24071a3c3600e2cebf
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Fri Mar 23 00:22:22 2018 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Mar 23 00:22:22 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf04df0e

sci-biology/augustus: respect EPREFIX and enable comparative gene prediction

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-biology/augustus/augustus-3.3.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/sci-biology/augustus/augustus-3.3.ebuild 
b/sci-biology/augustus/augustus-3.3.ebuild
index 08d0687ab..b050f1da2 100644
--- a/sci-biology/augustus/augustus-3.3.ebuild
+++ b/sci-biology/augustus/augustus-3.3.ebuild
@@ -30,6 +30,10 @@ src_prepare() {
# epatch "${FILESDIR}"/${P}-sane-build.patch
tc-export CC CXX
sed -e 's/ -O3//g' -i src/Makefile || die
+   # enable comparative gene prediction (needs c++11 compiler)
+   sed -e 's/^# COMPGENEPRED/COMPGENEPRED/' -i common.mk || die
+   # respect $EPREFIX
+   sed -e 's#^INCLUDES = /usr/include/bamtools#INCLUDES = 
${EPREFIX}/usr/include/bamtools#' -i auxprogs/bam2hints/Makefile || die
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/

2018-03-22 Thread Anthony G. Basile
commit: 65bc2398c80a71cb131d6af95b5b76c83212918b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Mar 23 00:03:52 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar 23 00:04:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bc2398

dev-libs/libressl: keyword mask, breaks many packages

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/libressl/libressl-2.7.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libressl/libressl-2.7.0.ebuild 
b/dev-libs/libressl/libressl-2.7.0.ebuild
index 8884f50f75c..e57761f47fe 100644
--- a/dev-libs/libressl/libressl-2.7.0.ebuild
+++ b/dev-libs/libressl/libressl-2.7.0.ebuild
@@ -14,7 +14,8 @@ LICENSE="ISC openssl"
 # we'll try to use the max of either.  However, if either change between
 # versions, we have to change the subslot to trigger rebuild of consumers.
 SLOT="0/45"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS=""
 IUSE="+asm static-libs"
 
 RDEPEND="!dev-libs/openssl:0"



[gentoo-commits] repo/gentoo:master commit in: www-client/links/

2018-03-22 Thread Sergei Trofimovich
commit: b58f41e23e37c398e07805e9868ddf8a5b59040f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 00:01:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 00:01:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58f41e2

www-client/links: stable 2.14-r1 for ppc64, bug #642512

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 www-client/links/links-2.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.14-r1.ebuild 
b/www-client/links/links-2.14-r1.ebuild
index 0b1d912a3b1..cee4173a3de 100644
--- a/www-client/links/links-2.14-r1.ebuild
+++ b/www-client/links/links-2.14-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 fbcon gpm ipv6 jpeg libevent libressl livecd lzma ssl suid svga 
tiff unicode X zlib"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



[gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/

2018-03-22 Thread Sergei Trofimovich
commit: bca1e4a76509fda757f320d04cbf4fb65ccbb2c9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 00:01:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 00:01:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca1e4a7

sys-block/open-isns: stable 0.98 for ppc64, bug #643122

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 sys-block/open-isns/open-isns-0.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/open-isns/open-isns-0.98.ebuild 
b/sys-block/open-isns/open-isns-0.98.ebuild
index 7d5cff35102..83d842b5608 100644
--- a/sys-block/open-isns/open-isns-0.98.ebuild
+++ b/sys-block/open-isns/open-isns-0.98.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="debug slp ssl static"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/

2018-03-22 Thread Sergei Trofimovich
commit: cfdcc2b9fdaddb6ae2922cc024c15a30ab4a8a51
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 00:00:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 00:00:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdcc2b9

app-arch/dpkg: stable 1.19.0.5 for ppc, bug #645096

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 app-arch/dpkg/dpkg-1.19.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/dpkg/dpkg-1.19.0.5.ebuild 
b/app-arch/dpkg/dpkg-1.19.0.5.ebuild
index 653592189fd..5490e41e7b4 100644
--- a/app-arch/dpkg/dpkg-1.19.0.5.ebuild
+++ b/app-arch/dpkg/dpkg-1.19.0.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
 IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/

2018-03-22 Thread Sergei Trofimovich
commit: 7f58ffe0bf5016a63a36748367c543b96d322fe1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 00:00:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 00:00:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f58ffe0

media-video/mplayer: stable 1.3.0-r4 for ppc64, bug #642506

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 media-video/mplayer/mplayer-1.3.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mplayer/mplayer-1.3.0-r4.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r4.ebuild
index 50cd82d2ee4..51751dbceaa 100644
--- a/media-video/mplayer/mplayer-1.3.0-r4.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r4.ebuild
@@ -155,9 +155,9 @@ RDEPEND+="
 SLOT="0"
 LICENSE="GPL-2"
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 else
-   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
+   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86"
 fi
 
 # faac codecs are nonfree



[gentoo-commits] repo/gentoo:master commit in: media-libs/waffle/

2018-03-22 Thread Sergei Trofimovich
commit: d4261c7c4df52e5fa8b7f4ee341d7e5e456d9d87
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 00:01:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 00:01:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4261c7c

media-libs/waffle: keyworded 1.5.2 for ppc64, bug #651152

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 media-libs/waffle/waffle-1.5.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/waffle/waffle-1.5.2.ebuild 
b/media-libs/waffle/waffle-1.5.2.ebuild
index 12158551047..c5ae78b0035 100644
--- a/media-libs/waffle/waffle-1.5.2.ebuild
+++ b/media-libs/waffle/waffle-1.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,10 +15,10 @@ DESCRIPTION="Library that allows selection of GL API and of 
window system at run
 HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/;
 
 if [[ $PV = * ]]; then
-   KEYWORDS=""
+   KEYWORDS="~ppc64"
 else

SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz;
-   KEYWORDS="amd64 arm x86"
+   KEYWORDS="amd64 arm ~ppc64 x86"
 fi
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/gtk-gnutella/

2018-03-22 Thread Sergei Trofimovich
commit: c403157002e3e15aa1120f5dd4df04af3e2fc4b7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 00:01:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 00:01:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4031570

net-p2p/gtk-gnutella: keyworded 1.1.13 for ppc64, bug #651182

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 net-p2p/gtk-gnutella/gtk-gnutella-1.1.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-1.1.13.ebuild 
b/net-p2p/gtk-gnutella/gtk-gnutella-1.1.13.ebuild
index 3593ea42e7f..82a089ed105 100644
--- a/net-p2p/gtk-gnutella/gtk-gnutella-1.1.13.ebuild
+++ b/net-p2p/gtk-gnutella/gtk-gnutella-1.1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="http://gtk-gnutella.sourceforge.net/;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 
 RDEPEND="
sys-libs/binutils-libs:=



[gentoo-commits] repo/gentoo:master commit in: sys-process/time/

2018-03-22 Thread Sergei Trofimovich
commit: b20016a95ef7c290751f57b73550f6c7a501a227
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 00:01:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 00:01:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20016a9

sys-process/time: stable 1.7.2 for ppc64, bug #643016

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 sys-process/time/time-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/time/time-1.7.2.ebuild 
b/sys-process/time/time-1.7.2.ebuild
index f52925eb25d..7655cf0996d 100644
--- a/sys-process/time/time-1.7.2.ebuild
+++ b/sys-process/time/time-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://git.savannah.gnu.org/cgit/time.git/snapshot/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/

2018-03-22 Thread Sergei Trofimovich
commit: 78569aed5c897428d4ac7ba3cfcd2943ba28bf1e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 00:01:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 00:01:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78569aed

sys-block/open-iscsi: stable 2.0.875 for ppc64, bug #643122

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 sys-block/open-iscsi/open-iscsi-2.0.875.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild 
b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
index bd0412e127e..e5ea7b969f7 100644
--- a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="debug infiniband +tcp rdma"
 
 DEPEND="sys-block/open-isns:=



[gentoo-commits] proj/sci:master commit in: sci-biology/pysamstats/

2018-03-22 Thread Martin Mokrejs
commit: a6fb6ab33ce03df29683bf5d64a4cde95e665318
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Thu Mar 22 23:02:55 2018 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Mar 22 23:02:55 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6fb6ab3

sci-biology/pysamstats: drop KEYWORD

needs working pysam, see bug #645060

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-biology/pysamstats/pysamstats-0.24.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/pysamstats/pysamstats-0.24.2.ebuild 
b/sci-biology/pysamstats/pysamstats-0.24.2.ebuild
index a388be4e5..d6e1350a4 100644
--- a/sci-biology/pysamstats/pysamstats-0.24.2.ebuild
+++ b/sci-biology/pysamstats/pysamstats-0.24.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,14 +7,14 @@ PYTHON_COMPAT=( python2_7 python3_4 )
 
 inherit distutils-r1
 
-DESCRIPTION="Calculate statistics against genome positions from a SAM, BAM or 
CRAM file"
+DESCRIPTION="Calculate stats against genome positions from SAM/BAM/CRAM file"
 HOMEPAGE="https://github.com/alimanfoo/pysamstats
https://pypi.python.org/pypi/pysamstats;
 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="" # needs working pysam, see bug #645060
 IUSE=""
 
 DEPEND="dev-python/cython



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/

2018-03-22 Thread Sergei Trofimovich
commit: 2c5b78d26024dd690e82c2b3db71cdb3b22e084e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 23:00:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 23:00:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5b78d2

net-analyzer/nmap: stable 7.70 for ia64, bug #651118

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 net-analyzer/nmap/nmap-7.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.70.ebuild 
b/net-analyzer/nmap/nmap-7.70.ebuild
index 1be53752554..254429f1948 100644
--- a/net-analyzer/nmap/nmap-7.70.ebuild
+++ b/net-analyzer/nmap/nmap-7.70.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="
ipv6 libressl libssh2 ncat ndiff nls nmap-update nping +nse ssl 
system-lua



[gentoo-commits] repo/gentoo:master commit in: media-libs/jpeg/

2018-03-22 Thread Sergei Trofimovich
commit: b070e2f8cf45463917852b9570cd2ed7b509b8fd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 22:55:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:55:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b070e2f8

media-libs/jpeg: stable 9c for ia64, bug #646984

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 media-libs/jpeg/jpeg-9c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/jpeg/jpeg-9c.ebuild b/media-libs/jpeg/jpeg-9c.ebuild
index 9c8330c1211..08a81c8e0b6 100644
--- a/media-libs/jpeg/jpeg-9c.ebuild
+++ b/media-libs/jpeg/jpeg-9c.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.ijg.org/files/${PN}src.v${PV}.tar.gz
 
 LICENSE="IJG"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-libs/xine-lib/

2018-03-22 Thread Sergei Trofimovich
commit: c767be1f25f3361c8ed698bb1b9eae33322a1371
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 22:53:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:53:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c767be1f

media-libs/xine-lib: stable 1.2.9-r1 for ppc64, bug #642500

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild 
b/media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild
index 9e220e33df8..b3fd25d6f7a 100644
--- a/media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
NLS_DEPEND="sys-devel/gettext"
NLS_RDEPEND="virtual/libintl"
 else
-   KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
NLS_IUSE="nls"
NLS_DEPEND="nls? ( sys-devel/gettext )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpipeline/

2018-03-22 Thread Sergei Trofimovich
commit: 12338dce368c9f570dc5ecc9f27e138231380d45
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 22:54:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:54:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12338dce

dev-libs/libpipeline: stable 1.4.2 for ppc, bug #644846

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-libs/libpipeline/libpipeline-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpipeline/libpipeline-1.4.2.ebuild 
b/dev-libs/libpipeline/libpipeline-1.4.2.ebuild
index 21a680b0f32..7ea9fcee171 100644
--- a/dev-libs/libpipeline/libpipeline-1.4.2.ebuild
+++ b/dev-libs/libpipeline/libpipeline-1.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="static-libs test"
 
 DEPEND="virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/files/

2018-03-22 Thread Anthony G. Basile
commit: 6863aaf805bdfd8ef8c34f17f3371c47ae308062
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 22 19:49:33 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Mar 22 22:49:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6863aaf8

sys-fs/f2fs-tools: remove unused patch

 sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch | 10 --
 1 file changed, 10 deletions(-)

diff --git a/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch 
b/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch
deleted file mode 100644
index 7ca70222fd5..000
--- a/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 f2fs-tools-1.8.0/lib/libf2fs.c.orig2017-07-03 03:01:53.0 
+0600
-+++ f2fs-tools-1.8.0/lib/libf2fs.c 2017-08-17 00:45:01.638979885 +0600
-@@ -16,6 +16,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/dotconf/

2018-03-22 Thread Sergei Trofimovich
commit: ca6b8d535327bee147b5a56eed502d583c9eedd0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 22:39:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:39:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6b8d53

dev-libs/dotconf: stable 1.3-r1 for ppc64, bug #642274

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-libs/dotconf/dotconf-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dotconf/dotconf-1.3-r1.ebuild 
b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
index 7ac9cb9852b..ee1308304b4 100644
--- a/dev-libs/dotconf/dotconf-1.3-r1.ebuild
+++ b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 DEPEND=">=sys-devel/autoconf-2.58"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2018-03-22 Thread Sergei Trofimovich
commit: ecf890d06901d68471479190cd1ba446f9d73bc2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 22:39:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:39:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf890d0

lxde-base/lxterminal: stable 0.3.1 for ppc, bug #635992

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
index 71c42b79ad5..4d4cc4a53d6 100644
--- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
@@ -16,10 +16,10 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN};
inherit git-r3
-   KEYWORDS="amd64"
+   KEYWORDS="amd64 ppc"
 else
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/

2018-03-22 Thread Sergei Trofimovich
commit: 52c8c4f903156c29550d16b82f095c3e3089faf4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 22:37:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:37:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c8c4f9

net-dns/avahi: stable 0.7-r1 for ia64, bug #635418

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 net-dns/avahi/avahi-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/avahi/avahi-0.7-r1.ebuild 
b/net-dns/avahi/avahi-0.7-r1.ebuild
index 170079f063c..73b37fa385e 100644
--- a/net-dns/avahi/avahi-0.7-r1.ebuild
+++ b/net-dns/avahi/avahi-0.7-r1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt5 selinux test"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/

2018-03-22 Thread Sergei Trofimovich
commit: 969a0002fddd06487f2e7196bc3ed6070ef315d3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 22 17:10:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:25:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969a0002

dev-libs/libbsd: stable 0.8.6 for sparc, bug #630340

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-libs/libbsd/libbsd-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbsd/libbsd-0.8.6.ebuild 
b/dev-libs/libbsd/libbsd-0.8.6.ebuild
index bfc008979c3..081aa4cf827 100644
--- a/dev-libs/libbsd/libbsd-0.8.6.ebuild
+++ b/dev-libs/libbsd/libbsd-0.8.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DEPEND=">=sys-kernel/linux-headers-3.17"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/potrace/

2018-03-22 Thread Sergei Trofimovich
commit: cc1662e218a1e2f6941e6e07ff325f0bcb12438d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 22 17:10:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:25:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1662e2

media-gfx/potrace: stable 1.15 for sparc, bug #626820

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-gfx/potrace/potrace-1.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/potrace/potrace-1.15.ebuild 
b/media-gfx/potrace/potrace-1.15.ebuild
index d10f4eb289c..23edc0c4683 100644
--- a/media-gfx/potrace/potrace-1.15.ebuild
+++ b/media-gfx/potrace/potrace-1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="metric static-libs"
 
 RDEPEND="sys-libs/zlib"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/

2018-03-22 Thread Sergei Trofimovich
commit: 639b423b1c6c8d08a6f52041285bf531d7099478
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 22 17:09:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:25:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639b423b

net-analyzer/nmap: stable 7.70 for sparc, bug #651118

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-analyzer/nmap/nmap-7.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.70.ebuild 
b/net-analyzer/nmap/nmap-7.70.ebuild
index d92cac5d145..1be53752554 100644
--- a/net-analyzer/nmap/nmap-7.70.ebuild
+++ b/net-analyzer/nmap/nmap-7.70.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="
ipv6 libressl libssh2 ncat ndiff nls nmap-update nping +nse ssl 
system-lua



[gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup/

2018-03-22 Thread Sergei Trofimovich
commit: 14b6a2d69e7f62763270961987a4a4608e4440e0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 22 19:58:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:25:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b6a2d6

net-libs/libsoup: stable 2.58.2 for sparc, bug #631656

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-libs/libsoup/libsoup-2.58.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libsoup/libsoup-2.58.2.ebuild 
b/net-libs/libsoup/libsoup-2.58.2.ebuild
index 2f60a0a4290..ba2e3c642e8 100644
--- a/net-libs/libsoup/libsoup-2.58.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.58.2.ebuild
@@ -17,7 +17,7 @@ SLOT="2.4"
 IUSE="debug gssapi +introspection samba ssl test vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/

2018-03-22 Thread Sergei Trofimovich
commit: 095557802e4efcd83235a56729c25102b6c0c518
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 22 17:08:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:25:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09555780

net-dns/avahi: stable 0.7-r1 for sparc, bug #635418

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-dns/avahi/avahi-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/avahi/avahi-0.7-r1.ebuild 
b/net-dns/avahi/avahi-0.7-r1.ebuild
index 5c5f06f0cf7..170079f063c 100644
--- a/net-dns/avahi/avahi-0.7-r1.ebuild
+++ b/net-dns/avahi/avahi-0.7-r1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt5 selinux test"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: net-libs/rest/

2018-03-22 Thread Sergei Trofimovich
commit: a95c1edcd06e76ae7d11f417a5f0607c180c2b4c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 22 17:11:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:25:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95c1edc

net-libs/rest: stable 0.8.1 for sparc, bug #635938

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-libs/rest/rest-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rest/rest-0.8.1.ebuild b/net-libs/rest/rest-0.8.1.ebuild
index d479dae138e..ef2f5ab7374 100644
--- a/net-libs/rest/rest-0.8.1.ebuild
+++ b/net-libs/rest/rest-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Librest;
 LICENSE="LGPL-2.1"
 SLOT="0.7"
 IUSE="+introspection test"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 # Coverage testing should not be enabled
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2018-03-22 Thread Sergei Trofimovich
commit: 34f84bf5487200fb65d772469e0f1cd20c14c9c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 22:23:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:23:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f84bf5

sys-libs/glibc: skip real tests for USE=headers-only flavour

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-libs/glibc/glibc-2.26-r6.ebuild | 3 +++
 sys-libs/glibc/glibc-2.27-r1.ebuild | 4 
 sys-libs/glibc/glibc-.ebuild| 3 +++
 3 files changed, 10 insertions(+)

diff --git a/sys-libs/glibc/glibc-2.26-r6.ebuild 
b/sys-libs/glibc/glibc-2.26-r6.ebuild
index e04e8dd3621..2729cf8d6eb 100644
--- a/sys-libs/glibc/glibc-2.26-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r6.ebuild
@@ -580,6 +580,9 @@ do_src_test() {
 }
 
 src_test() {
+   if just_headers ; then
+   return
+   fi
# Give tests more time to complete.
export TIMEOUTFACTOR=5
 

diff --git a/sys-libs/glibc/glibc-2.27-r1.ebuild 
b/sys-libs/glibc/glibc-2.27-r1.ebuild
index e60cc38856b..aa1b179ab4b 100644
--- a/sys-libs/glibc/glibc-2.27-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.27-r1.ebuild
@@ -1070,6 +1070,10 @@ do_src_test() {
 }
 
 src_test() {
+   if just_headers ; then
+   return
+   fi
+
# Give tests more time to complete.
export TIMEOUTFACTOR=5
 

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 9b520f69131..a978eaf1970 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -1070,6 +1070,9 @@ do_src_test() {
 }
 
 src_test() {
+   if just_headers ; then
+   return
+   fi
# Give tests more time to complete.
export TIMEOUTFACTOR=5
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/g15message/

2018-03-22 Thread Pacho Ramos
commit: ef6d97f0cc9724d6cba19ae7ee1ccf679f127301
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Mar 22 21:24:19 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Mar 22 21:35:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6d97f0

app-misc/g15message: Stop using prepalldocs (#587268), bump EAPI

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...essage-1.0.0.ebuild => g15message-1.0.0-r1.ebuild} | 19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/app-misc/g15message/g15message-1.0.0.ebuild 
b/app-misc/g15message/g15message-1.0.0-r1.ebuild
similarity index 58%
rename from app-misc/g15message/g15message-1.0.0.ebuild
rename to app-misc/g15message/g15message-1.0.0-r1.ebuild
index ac6e5d6bfdc..833b8912013 100644
--- a/app-misc/g15message/g15message-1.0.0.ebuild
+++ b/app-misc/g15message/g15message-1.0.0-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="A simple message/alert client for G15daemon"
 HOMEPAGE="https://sourceforge.net/projects/g15daemon/;
 SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.bz2"
@@ -10,16 +12,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
-DEPEND=">=app-misc/g15daemon-1.9.0
+RDEPEND=">=app-misc/g15daemon-1.9.0
dev-libs/libg15
dev-libs/libg15render
-   sys-libs/zlib"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-   rm "$D"/usr/share/doc/${P}/{COPYING,NEWS}
-
-   prepalldocs
-}
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/pretrace/

2018-03-22 Thread Pacho Ramos
commit: cbf08c1b429afd482285ca9227fb5fbb8739083a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Mar 22 21:33:24 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Mar 22 21:35:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf08c1b

dev-util/pretrace: Stop using prepalldocs (#587268), neither einstall, bump 
EAPI and don't show elog messages everytime

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/pretrace/pretrace-0.4-r1.ebuild | 33 
 dev-util/pretrace/pretrace-0.4.ebuild| 32 ---
 2 files changed, 33 insertions(+), 32 deletions(-)

diff --git a/dev-util/pretrace/pretrace-0.4-r1.ebuild 
b/dev-util/pretrace/pretrace-0.4-r1.ebuild
new file mode 100644
index 000..998da63f105
--- /dev/null
+++ b/dev-util/pretrace/pretrace-0.4-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit readme.gentoo-r1
+
+DESCRIPTION="start dynamically linked applications under debugging environment"
+HOMEPAGE="http://dev.inversepath.com/trac/pretrace;
+SRC_URI="http://dev.inversepath.com/pretrace/libpretrace-${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+S="${WORKDIR}/lib${P}"
+
+DOC_CONTENTS="Remember to execute ptgenmap after modifying pretrace.conf"
+
+PATCHES=(
+   "${FILESDIR}"/${P}--as-needed.diff
+   "${FILESDIR}"/${P}-build.patch #227923
+)
+
+src_install() {
+   dodir /usr/bin /usr/share/man/man3 /usr/share/man/man8
+   emake DESTDIR="${D}" LIBDIR="${D}/usr/$(get_libdir)" PREFIX="${D}/usr" 
install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}

diff --git a/dev-util/pretrace/pretrace-0.4.ebuild 
b/dev-util/pretrace/pretrace-0.4.ebuild
deleted file mode 100644
index 00fe92568f8..000
--- a/dev-util/pretrace/pretrace-0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils multilib
-
-DESCRIPTION="start dynamically linked applications under debugging environment"
-HOMEPAGE="http://dev.inversepath.com/trac/pretrace;
-SRC_URI="http://dev.inversepath.com/pretrace/libpretrace-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S="${WORKDIR}/lib${P}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}--as-needed.diff
-   epatch "${FILESDIR}"/${P}-build.patch #227923
-}
-
-src_install() {
-   dodir /usr/bin /usr/share/man/man{3,8}
-   einstall LIBDIR="${D}/usr/$(get_libdir)" PREFIX="${D}/usr" || die
-   prepalldocs
-}
-
-pkg_postinst() {
-   elog "remember to execute ptgenmap after modifying pretrace.conf"
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/tek/

2018-03-22 Thread Amadeusz Piotr Żołnowski
commit: 578aaf7bdd69641d019ef2be76ee040d9de09033
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 22 18:24:16 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Thu Mar 22 21:32:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578aaf7b

app-misc/tek: use HTTPS

 app-misc/tek/tek-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/tek/tek-1.3.0.ebuild b/app-misc/tek/tek-1.3.0.ebuild
index a999ca161f5..69421b1eaec 100644
--- a/app-misc/tek/tek-1.3.0.ebuild
+++ b/app-misc/tek/tek-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ WX_GTK_VER=3.0
 inherit udev wxwidgets
 
 DESCRIPTION="GUI tool for upgrading the firmware of a Truly Ergonomic Keyboard"
-HOMEPAGE="http://trulyergonomic.com/ https://github.com/m-ou-se/tek;
+HOMEPAGE="https://trulyergonomic.com/ https://github.com/m-ou-se/tek;
 SRC_URI="https://github.com/m-ou-se/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="all-rights-reserved GPL-3+"



[gentoo-commits] proj/kde:master commit in: kde-plasma/systemsettings/

2018-03-22 Thread Andreas Sturmlechner
commit: 3bf136165866ed70b85bb0c8836e2da8120b1a5e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 21:21:39 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 21:21:39 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3bf13616

kde-plasma/systemsettings: Add new DEPEND

Upstream commit 2d8296904bb495eca50886f9a61727f27da66e7b

Thanks-to: Arfrever
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-plasma/systemsettings/systemsettings-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/systemsettings/systemsettings-.ebuild 
b/kde-plasma/systemsettings/systemsettings-.ebuild
index 58c47d4715..bd4499bc8b 100644
--- a/kde-plasma/systemsettings/systemsettings-.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-.ebuild
@@ -31,6 +31,7 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
+   $(add_plasma_dep plasma-workspace)
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative 'widgets')
$(add_qt_dep qtgui)



[gentoo-commits] repo/gentoo:master commit in: app-crypt/rhash/

2018-03-22 Thread James Le Cuirot
commit: 00de856ef8bed699cf27efa738c705d929e2786e
Author: Marty E. Plummer  startmail  com>
AuthorDate: Thu Mar 22 07:55:12 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Mar 22 21:06:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00de856e

app-crypt/rhash: pass --target=${CHOST} to configure

Without this change, app-crypt/rhash when built with a mingw-w64
crossdev toolchain ends up with the various rhash binaries being PE32
binaries without an '*.exe' extension and librhash having a '*.so'
extension, also a PE32 library, and no import library ('*.dll.a').

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7548

 app-crypt/rhash/rhash-1.3.6-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-crypt/rhash/rhash-1.3.6-r1.ebuild 
b/app-crypt/rhash/rhash-1.3.6-r1.ebuild
index affa8241147..69f97e6e47a 100644
--- a/app-crypt/rhash/rhash-1.3.6-r1.ebuild
+++ b/app-crypt/rhash/rhash-1.3.6-r1.ebuild
@@ -34,6 +34,7 @@ src_prepare() {
 multilib_src_configure() {
set -- \
./configure \
+   --target="${CHOST}" \
--cc="$(tc-getCC)" \
--ar="$(tc-getAR)" \
--extra-cflags="${CFLAGS}" \
@@ -59,8 +60,9 @@ multilib_src_configure() {
 multilib_src_install() {
# -j1 needed due to race condition.
emake DESTDIR="${D}" -j1 \
- install{,-lib-so-link,-pkg-config} \
- $(use nls && echo install-gmo)
+ install{,-pkg-config} \
+ $(use nls && echo install-gmo) \
+ $(use kernel_Winnt || echo install-lib-so-link)
 
emake DESTDIR="${D}" -j1 \
  -C lib${PN} install-headers



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/files/

2018-03-22 Thread Patrick McLean
commit: d1dee7f811e67c7f937646a851336c49f6ed2095
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 22 20:55:31 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 22 20:55:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1dee7f8

net-dns/dnsmasq: Add "missingok" to logrotate script

Was pointed out by toralf.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-dns/dnsmasq/files/dnsmasq.logrotate | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-dns/dnsmasq/files/dnsmasq.logrotate 
b/net-dns/dnsmasq/files/dnsmasq.logrotate
index d689f8f875b..75372feef7b 100644
--- a/net-dns/dnsmasq/files/dnsmasq.logrotate
+++ b/net-dns/dnsmasq/files/dnsmasq.logrotate
@@ -1,6 +1,7 @@
 /var/log/dnsmasq.log {
create 640 dnsmasq root
notifempty
+   missingok
postrotate
test -r /var/run/dnsmasq.pid && kill -USR2 "$(head -n1 
/var/run/dnsmasq.pid)"
endscript



[gentoo-commits] repo/gentoo:master commit in: media-libs/speex/

2018-03-22 Thread James Le Cuirot
commit: 755506b85255d86236beea42d56da56b6c85277f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Mar 22 20:47:53 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Mar 22 20:47:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755506b8

media-libs/speex: Fix fixed point arithmetic on old ARM

Closes: https://bugs.gentoo.org/617322
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/speex/speex-1.2.0-r1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-libs/speex/speex-1.2.0-r1.ebuild 
b/media-libs/speex/speex-1.2.0-r1.ebuild
index f692f00185d..f296eaea347 100644
--- a/media-libs/speex/speex-1.2.0-r1.ebuild
+++ b/media-libs/speex/speex-1.2.0-r1.ebuild
@@ -42,10 +42,13 @@ multilib_src_configure() {
append-lfs-flags
 
local \
+   FIXED_ARG=--disable-fixed-point \
ARM4_ARG=--disable-arm4-asm \
ARM5_ARG=--disable-arm5e-asm
 
if use arm && ! use cpu_flags_arm_v6; then
+   FIXED_ARG=--enable-fixed-point
+
if use cpu_flags_arm_v5; then
ARM5_ARG=--enable-arm5e-asm
elif use cpu_flags_arm_v4; then
@@ -53,15 +56,13 @@ multilib_src_configure() {
fi
fi
 
-   # Can also be configured without floating point
-   # --enable-fixed-point
ECONF_SOURCE="${S}" econf \
$(use_enable static-libs static) \
$(use_enable cpu_flags_x86_sse sse) \
$(use_enable vbr) \
$(use_with utils speexdsp) \
$(use_enable utils binaries) \
-   ${ARM4_ARG} ${ARM5_ARG}
+   ${FIXED_ARG} ${ARM4_ARG} ${ARM5_ARG}
 }
 
 multilib_src_install_all() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpclient/

2018-03-22 Thread Jeroen Roovers
commit: f30d5c5c116b700cd43be0e4cfd40180e3fac219
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:51:46 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30d5c5c

dev-ruby/httpclient: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/httpclient/httpclient-2.8.2.4.ebuild | 4 ++--
 dev-ruby/httpclient/httpclient-2.8.3.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/httpclient/httpclient-2.8.2.4.ebuild 
b/dev-ruby/httpclient/httpclient-2.8.2.4.ebuild
index ddad8a5cbf5..d8a71390738 100644
--- a/dev-ruby/httpclient/httpclient-2.8.2.4.ebuild
+++ b/dev-ruby/httpclient/httpclient-2.8.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ 
SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
 LICENSE="Ruby"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${RDEPEND}

diff --git a/dev-ruby/httpclient/httpclient-2.8.3.ebuild 
b/dev-ruby/httpclient/httpclient-2.8.3.ebuild
index 31d579ef823..63d4d96292d 100644
--- a/dev-ruby/httpclient/httpclient-2.8.3.ebuild
+++ b/dev-ruby/httpclient/httpclient-2.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ 
SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
 LICENSE="Ruby"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-expressions/

2018-03-22 Thread Jeroen Roovers
commit: 24695433265215ccbf9d243717617289fb66f2e4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:12:48 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24695433

dev-util/cucumber-expressions: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild  | 2 +-
 dev-util/cucumber-expressions/cucumber-expressions-5.0.13.ebuild | 2 +-
 dev-util/cucumber-expressions/cucumber-expressions-5.0.7.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
index 4c7896effa0..7890f7bd198 100644
--- a/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
+++ b/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="a simpler alternative to Regular Expressions"
 HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="4.0"

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-5.0.13.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-5.0.13.ebuild
index 80868fe76aa..ff5320baa20 100644
--- a/dev-util/cucumber-expressions/cucumber-expressions-5.0.13.ebuild
+++ b/dev-util/cucumber-expressions/cucumber-expressions-5.0.13.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="a simpler alternative to Regular Expressions"
 HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="5.0"

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-5.0.7.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-5.0.7.ebuild
index 80868fe76aa..ff5320baa20 100644
--- a/dev-util/cucumber-expressions/cucumber-expressions-5.0.7.ebuild
+++ b/dev-util/cucumber-expressions/cucumber-expressions-5.0.7.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="a simpler alternative to Regular Expressions"
 HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="5.0"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thor/

2018-03-22 Thread Jeroen Roovers
commit: 07d7e3720cdf3892fedf500388533413ff2a160c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:52:35 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d7e372

dev-ruby/thor: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/thor/thor-0.19.4.ebuild | 2 +-
 dev-ruby/thor/thor-0.20.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/thor/thor-0.19.4.ebuild b/dev-ruby/thor/thor-0.19.4.ebuild
index 750c28e0246..738bf2fa4c1 100644
--- a/dev-ruby/thor/thor-0.19.4.ebuild
+++ b/dev-ruby/thor/thor-0.19.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE="doc"
 
 all_ruby_prepare() {

diff --git a/dev-ruby/thor/thor-0.20.0.ebuild b/dev-ruby/thor/thor-0.20.0.ebuild
index 600149878d9..2d4022dbaff 100644
--- a/dev-ruby/thor/thor-0.20.0.ebuild
+++ b/dev-ruby/thor/thor-0.20.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE="doc"
 
 USE_RUBY="ruby21 ruby22 ruby23" ruby_add_bdepend "



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-wire/

2018-03-22 Thread Jeroen Roovers
commit: 2788b7aa44ded944f32f3296b5c7f14ad45a3491
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:13:55 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2788b7aa

dev-util/cucumber-wire: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
index 396115a717f..b43d6e68c38 100644
--- a/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/patron/

2018-03-22 Thread Jeroen Roovers
commit: 3dc5aa163892e0fd206eaab7caac37f70f7fbc9a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:50:32 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc5aa16

dev-ruby/patron: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/patron/patron-0.10.0.ebuild | 2 +-
 dev-ruby/patron/patron-0.11.1.ebuild | 2 +-
 dev-ruby/patron/patron-0.12.0.ebuild | 2 +-
 dev-ruby/patron/patron-0.12.1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/patron/patron-0.10.0.ebuild 
b/dev-ruby/patron/patron-0.10.0.ebuild
index 4e7e3ff39b0..ff20b0eeb69 100644
--- a/dev-ruby/patron/patron-0.10.0.ebuild
+++ b/dev-ruby/patron/patron-0.10.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" net-misc/curl"

diff --git a/dev-ruby/patron/patron-0.11.1.ebuild 
b/dev-ruby/patron/patron-0.11.1.ebuild
index 9d99ba9f6d3..843a380dbda 100644
--- a/dev-ruby/patron/patron-0.11.1.ebuild
+++ b/dev-ruby/patron/patron-0.11.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" net-misc/curl"

diff --git a/dev-ruby/patron/patron-0.12.0.ebuild 
b/dev-ruby/patron/patron-0.12.0.ebuild
index 9d99ba9f6d3..843a380dbda 100644
--- a/dev-ruby/patron/patron-0.12.0.ebuild
+++ b/dev-ruby/patron/patron-0.12.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" net-misc/curl"

diff --git a/dev-ruby/patron/patron-0.12.1.ebuild 
b/dev-ruby/patron/patron-0.12.1.ebuild
index 9d99ba9f6d3..843a380dbda 100644
--- a/dev-ruby/patron/patron-0.12.1.ebuild
+++ b/dev-ruby/patron/patron-0.12.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" net-misc/curl"



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber/

2018-03-22 Thread Jeroen Roovers
commit: 58448d80ab2d86c84ff9b2384231a6b9aa79350d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:14:09 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58448d80

dev-util/cucumber: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-util/cucumber/cucumber-2.4.0-r1.ebuild | 2 +-
 dev-util/cucumber/cucumber-3.0.2.ebuild| 2 +-
 dev-util/cucumber/cucumber-3.1.0.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild 
b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
index 8db0b6276ea..6deb44709ff 100644
--- a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
+++ b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="examples test"
 

diff --git a/dev-util/cucumber/cucumber-3.0.2.ebuild 
b/dev-util/cucumber/cucumber-3.0.2.ebuild
index fe2fb6ea330..b23852921af 100644
--- a/dev-util/cucumber/cucumber-3.0.2.ebuild
+++ b/dev-util/cucumber/cucumber-3.0.2.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="0"
 IUSE="examples test"
 

diff --git a/dev-util/cucumber/cucumber-3.1.0.ebuild 
b/dev-util/cucumber/cucumber-3.1.0.ebuild
index d3db1225595..0afe87a4d6d 100644
--- a/dev-util/cucumber/cucumber-3.1.0.ebuild
+++ b/dev-util/cucumber/cucumber-3.1.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="0"
 IUSE="examples test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/aruba/

2018-03-22 Thread Jeroen Roovers
commit: 1a214ad8c088d0ef19da93fb73f051e0989cbd46
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:11:39 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a214ad8

dev-util/aruba: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-util/aruba/aruba-0.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/aruba/aruba-0.6.2-r1.ebuild 
b/dev-util/aruba/aruba-0.6.2-r1.ebuild
index a90f5606770..d605fd526fe 100644
--- a/dev-util/aruba/aruba-0.6.2-r1.ebuild
+++ b/dev-util/aruba/aruba-0.6.2-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Cucumber steps for driving out command line 
applications"
 HOMEPAGE="https://github.com/cucumber/aruba;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/certificate_authority/

2018-03-22 Thread Jeroen Roovers
commit: 7bc6c20b740723d647676e722cea8b87fe99b6fc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:48:45 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc6c20b

dev-ruby/certificate_authority: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild | 4 ++--
 dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild 
b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild
index b96935ebd5f..d767260bfe7 100644
--- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild
+++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"

diff --git 
a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild 
b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
index c5570afe278..319ff73f1d1 100644
--- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
+++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/nanotest/

2018-03-22 Thread Jeroen Roovers
commit: fc53bbe3ae8cb0b0995c3e0064859f50c8cbe936
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:07:21 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc53bbe3

dev-ruby/nanotest: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/nanotest/nanotest-0.9.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild 
b/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild
index 661fc37c2a6..68358039650 100644
--- a/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild
+++ b/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Extremely mynymal test framework"
 HOMEPAGE="https://github.com/mynyml/nanotest;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-tag_expressions/

2018-03-22 Thread Jeroen Roovers
commit: 77760807423a1cb21ce378603775237680fdc603
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:09:59 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77760807

dev-util/cucumber-tag_expressions: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild | 2 +-
 dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.0.ebuild | 2 +-
 dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild 
b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild
index c09e9680ac9..d4242a208b3 100644
--- a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild
+++ b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="Cucumber tag expressions for ruby"
 HOMEPAGE="https://docs.cucumber.io/tag-expressions/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="1"

diff --git 
a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.0.ebuild 
b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.0.ebuild
index c09e9680ac9..d4242a208b3 100644
--- a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.0.ebuild
+++ b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.0.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="Cucumber tag expressions for ruby"
 HOMEPAGE="https://docs.cucumber.io/tag-expressions/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="1"

diff --git 
a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild 
b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
index c09e9680ac9..d4242a208b3 100644
--- a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
+++ b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="Cucumber tag expressions for ruby"
 HOMEPAGE="https://docs.cucumber.io/tag-expressions/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor/

2018-03-22 Thread Jeroen Roovers
commit: 15580a32b9c302aed4700d2dce6551500e059b96
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:14:58 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15580a32

dev-ruby/asciidoctor: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild | 4 ++--
 dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild  | 2 +-
 dev-ruby/asciidoctor/asciidoctor-1.5.6.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild
index e78218de314..049c422b1f2 100644
--- a/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild
+++ b/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ppc ppc64 x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? (

diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild
index 35c0a56220c..e8f9c943fad 100644
--- a/dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild
+++ b/dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (

diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.6.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-1.5.6.ebuild
index 08ca4230b02..f56fa3d64a8 100644
--- a/dev-ruby/asciidoctor/asciidoctor-1.5.6.ebuild
+++ b/dev-ruby/asciidoctor/asciidoctor-1.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-core/

2018-03-22 Thread Jeroen Roovers
commit: 90087e49c864bb38d583f095c0716e9e37e1120e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:10:25 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90087e49

dev-util/cucumber-core: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-util/cucumber-core/cucumber-core-1.5.0.ebuild| 2 +-
 dev-util/cucumber-core/cucumber-core-3.0.0.ebuild| 2 +-
 dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
index fbde874c740..1918b41f43f 100644
--- a/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="test"
 

diff --git a/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild
index ffc56674da0..d80226e8b39 100644
--- a/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="3.0"
 IUSE="test"
 

diff --git a/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild
index c10684dfca8..ce09913bea6 100644
--- a/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz ->
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 SLOT="3.1"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/unindent/

2018-03-22 Thread Jeroen Roovers
commit: 00cdc7849e15c8759a3402dc084ce2ee9a3ff89d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:07:36 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cdc784

dev-ruby/unindent: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/unindent/unindent-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/unindent/unindent-1.0.ebuild 
b/dev-ruby/unindent/unindent-1.0.ebuild
index 2b8addbec47..50c299b4fdf 100644
--- a/dev-ruby/unindent/unindent-1.0.ebuild
+++ b/dev-ruby/unindent/unindent-1.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Ruby method to unindent strings"
 HOMEPAGE="https://github.com/mynyml/unindent;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/slim/

2018-03-22 Thread Jeroen Roovers
commit: c9ac39930f32dd4e8cdbde247edd0df803d0adc9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:54:43 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ac3993

dev-ruby/slim: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/slim/slim-3.0.7-r1.ebuild | 2 +-
 dev-ruby/slim/slim-3.0.8.ebuild| 4 ++--
 dev-ruby/slim/slim-3.0.9.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/slim/slim-3.0.7-r1.ebuild 
b/dev-ruby/slim/slim-3.0.7-r1.ebuild
index 7d61c772992..4e98538b253 100644
--- a/dev-ruby/slim/slim-3.0.7-r1.ebuild
+++ b/dev-ruby/slim/slim-3.0.7-r1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="A template language aiming to reduce the syntax 
to the essential pa
 HOMEPAGE="http://slim-lang.com/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 arm ppc ppc64 x86"
+KEYWORDS="~amd64 arm ~hppa ppc ppc64 x86"
 SLOT="0"
 IUSE="doc"
 

diff --git a/dev-ruby/slim/slim-3.0.8.ebuild b/dev-ruby/slim/slim-3.0.8.ebuild
index d572b5c131f..164ebcf865b 100644
--- a/dev-ruby/slim/slim-3.0.8.ebuild
+++ b/dev-ruby/slim/slim-3.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ DESCRIPTION="A template language aiming to reduce the syntax 
to the essential pa
 HOMEPAGE="http://slim-lang.com/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE="doc"
 

diff --git a/dev-ruby/slim/slim-3.0.9.ebuild b/dev-ruby/slim/slim-3.0.9.ebuild
index 0cf97cb83d0..2668609f682 100644
--- a/dev-ruby/slim/slim-3.0.9.ebuild
+++ b/dev-ruby/slim/slim-3.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ DESCRIPTION="A template language aiming to reduce the syntax 
to the essential pa
 HOMEPAGE="http://slim-lang.com/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE="doc"
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/

2018-03-22 Thread Jeroen Roovers
commit: 717507353df724a7150a512a3feddf4538988130
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:16:07 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71750735

net-analyzer/wireshark: Mark ~hppa (bug #650642).

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 net-analyzer/wireshark/wireshark-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-2.5.1.ebuild 
b/net-analyzer/wireshark/wireshark-2.5.1.ebuild
index 553bffd3d23..dd2948907ca 100644
--- a/net-analyzer/wireshark/wireshark-2.5.1.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.5.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~x86"
 IUSE="
adns androiddump bcg729 +capinfos +caps +captype ciscodump
cpu_flags_x86_sse4_2 +dftest doc +dumpcap +editcap gtk kerberos libssh



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/

2018-03-22 Thread Jeroen Roovers
commit: c7941f9148b08f56c806541d214fc4f59ed49b81
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:52:21 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7941f91

dev-ruby/webmock: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/webmock/webmock-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/webmock/webmock-3.3.0.ebuild 
b/dev-ruby/webmock/webmock-3.3.0.ebuild
index f6db1aa5faa..020da3fa46d 100644
--- a/dev-ruby/webmock/webmock-3.3.0.ebuild
+++ b/dev-ruby/webmock/webmock-3.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/bblimke/webmock;
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/redcarpet/

2018-03-22 Thread Jeroen Roovers
commit: dd87395b261eb96cedf087cb58f149bd2a08778c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:54:28 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd87395b

dev-ruby/redcarpet: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/redcarpet/redcarpet-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/redcarpet/redcarpet-3.4.0.ebuild 
b/dev-ruby/redcarpet/redcarpet-3.4.0.ebuild
index 16d2e67572d..c9cd30bac56 100644
--- a/dev-ruby/redcarpet/redcarpet-3.4.0.ebuild
+++ b/dev-ruby/redcarpet/redcarpet-3.4.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/vmg/redcarpet;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ppc ppc64 x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/nokogiri )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/backports/

2018-03-22 Thread Jeroen Roovers
commit: ffcc7e4b168de6ca5a8075a99cc24c235cb73f1c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 20:08:52 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcc7e4b

dev-ruby/backports: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/backports/backports-3.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/backports/backports-3.8.0.ebuild 
b/dev-ruby/backports/backports-3.8.0.ebuild
index 68b2f9553c1..520a7249f24 100644
--- a/dev-ruby/backports/backports-3.8.0.ebuild
+++ b/dev-ruby/backports/backports-3.8.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/marcandre/backports;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/

2018-03-22 Thread Jeroen Roovers
commit: bcbaba5a26a423a4bf097ff6c8b5158e63a4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:53:20 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbaba5a

dev-ruby/sass: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/sass/sass-3.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sass/sass-3.5.5.ebuild b/dev-ruby/sass/sass-3.5.5.ebuild
index 2178429e49d..7c50b0d97ec 100644
--- a/dev-ruby/sass/sass-3.5.5.ebuild
+++ b/dev-ruby/sass/sass-3.5.5.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="An extension of CSS3, adding nested rules, 
variables, mixins, and m
 HOMEPAGE="https://sass-lang.com/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~amd64-linux"
 SLOT="$(get_version_component_range 1-2)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass-listen/

2018-03-22 Thread Jeroen Roovers
commit: 3f7b26ec2c6f393b53339d49ab6c2c57b7932349
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:52:47 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7b26ec

dev-ruby/sass-listen: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/sass-listen/sass-listen-4.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild 
b/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild
index bd33d06c486..d74ff73c33c 100644
--- a/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild
+++ b/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ RUBY_S="listen-${PV}"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64"
 IUSE="test"
 
 ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.7"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-rails/

2018-03-22 Thread Jeroen Roovers
commit: d46204a8d31f6c9f9790061692838ce5b65d633f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:47:46 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:22:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46204a8

app-eselect/eselect-rails: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 app-eselect/eselect-rails/eselect-rails-0.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-rails/eselect-rails-0.23.ebuild 
b/app-eselect/eselect-rails/eselect-rails-0.23.ebuild
index 94ac2f1ba5b..fb08d778d1d 100644
--- a/app-eselect/eselect-rails/eselect-rails-0.23.ebuild
+++ b/app-eselect/eselect-rails/eselect-rails-0.23.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~graaff/ruby-team/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-admin/eselect-1.2.0"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activemodel/

2018-03-22 Thread Jeroen Roovers
commit: 62f1c5dca207160efa21bb8091b1bc1d94c6b66a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:48:28 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:22:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f1c5dc

dev-ruby/activemodel: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/activemodel/activemodel-4.2.10.ebuild | 2 +-
 dev-ruby/activemodel/activemodel-5.0.6.ebuild  | 2 +-
 dev-ruby/activemodel/activemodel-5.1.1.ebuild  | 4 ++--
 dev-ruby/activemodel/activemodel-5.1.2.ebuild  | 2 +-
 dev-ruby/activemodel/activemodel-5.1.3.ebuild  | 2 +-
 dev-ruby/activemodel/activemodel-5.1.4.ebuild  | 2 +-
 dev-ruby/activemodel/activemodel-5.1.5.ebuild  | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/activemodel/activemodel-4.2.10.ebuild 
b/dev-ruby/activemodel/activemodel-4.2.10.ebuild
index 59d87961df1..52efd544de1 100644
--- a/dev-ruby/activemodel/activemodel-4.2.10.ebuild
+++ b/dev-ruby/activemodel/activemodel-4.2.10.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activemodel/activemodel-5.0.6.ebuild 
b/dev-ruby/activemodel/activemodel-5.0.6.ebuild
index 21af1a259cb..a7adb554db3 100644
--- a/dev-ruby/activemodel/activemodel-5.0.6.ebuild
+++ b/dev-ruby/activemodel/activemodel-5.0.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activemodel/activemodel-5.1.1.ebuild 
b/dev-ruby/activemodel/activemodel-5.1.1.ebuild
index 5cb85b6aa7e..5b636b17787 100644
--- a/dev-ruby/activemodel/activemodel-5.1.1.ebuild
+++ b/dev-ruby/activemodel/activemodel-5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activemodel/activemodel-5.1.2.ebuild 
b/dev-ruby/activemodel/activemodel-5.1.2.ebuild
index b8c2e3c9079..1f141ad852c 100644
--- a/dev-ruby/activemodel/activemodel-5.1.2.ebuild
+++ b/dev-ruby/activemodel/activemodel-5.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activemodel/activemodel-5.1.3.ebuild 
b/dev-ruby/activemodel/activemodel-5.1.3.ebuild
index b8c2e3c9079..1f141ad852c 100644
--- a/dev-ruby/activemodel/activemodel-5.1.3.ebuild
+++ b/dev-ruby/activemodel/activemodel-5.1.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activemodel/activemodel-5.1.4.ebuild 
b/dev-ruby/activemodel/activemodel-5.1.4.ebuild
index ad08668753d..395519a4587 100644
--- a/dev-ruby/activemodel/activemodel-5.1.4.ebuild
+++ b/dev-ruby/activemodel/activemodel-5.1.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activemodel/activemodel-5.1.5.ebuild 
b/dev-ruby/activemodel/activemodel-5.1.5.ebuild
index 83eb60077eb..782c47b12f2 100644
--- a/dev-ruby/activemodel/activemodel-5.1.5.ebuild
+++ b/dev-ruby/activemodel/activemodel-5.1.5.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/method_source/

2018-03-22 Thread Jeroen Roovers
commit: c5f2b1c55fbd2ee48008510a934b0300c5bb9909
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:46:54 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:22:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f2b1c5

dev-ruby/method_source: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/method_source/method_source-0.8.2-r3.ebuild | 4 ++--
 dev-ruby/method_source/method_source-0.9.0.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild 
b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild
index 7ae0e6e83b0..0c1f13b1008 100644
--- a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild
+++ b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 
 ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"
 

diff --git a/dev-ruby/method_source/method_source-0.9.0.ebuild 
b/dev-ruby/method_source/method_source-0.9.0.ebuild
index d92be735886..a53f7d34576 100644
--- a/dev-ruby/method_source/method_source-0.9.0.ebuild
+++ b/dev-ruby/method_source/method_source-0.9.0.ebuild
@@ -16,4 +16,4 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/railties/

2018-03-22 Thread Jeroen Roovers
commit: 3d58f9ce155bc45c6910c33bc68c06945e4d28d6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:48:02 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:22:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d58f9ce

dev-ruby/railties: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/railties/railties-4.2.10.ebuild | 2 +-
 dev-ruby/railties/railties-5.0.6.ebuild  | 2 +-
 dev-ruby/railties/railties-5.1.1.ebuild  | 4 ++--
 dev-ruby/railties/railties-5.1.2.ebuild  | 2 +-
 dev-ruby/railties/railties-5.1.3.ebuild  | 2 +-
 dev-ruby/railties/railties-5.1.4.ebuild  | 2 +-
 dev-ruby/railties/railties-5.1.5.ebuild  | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/railties/railties-4.2.10.ebuild 
b/dev-ruby/railties/railties-4.2.10.ebuild
index c117db96ff1..792be76a223 100644
--- a/dev-ruby/railties/railties-4.2.10.ebuild
+++ b/dev-ruby/railties/railties-4.2.10.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.0.6.ebuild 
b/dev-ruby/railties/railties-5.0.6.ebuild
index 9ba14088ecb..82547a65b62 100644
--- a/dev-ruby/railties/railties-5.0.6.ebuild
+++ b/dev-ruby/railties/railties-5.0.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.1.1.ebuild 
b/dev-ruby/railties/railties-5.1.1.ebuild
index ca2a2db1648..31a6c957cfa 100644
--- a/dev-ruby/railties/railties-5.1.1.ebuild
+++ b/dev-ruby/railties/railties-5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.1.2.ebuild 
b/dev-ruby/railties/railties-5.1.2.ebuild
index ea6686b98f5..1d5fa5c7518 100644
--- a/dev-ruby/railties/railties-5.1.2.ebuild
+++ b/dev-ruby/railties/railties-5.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.1.3.ebuild 
b/dev-ruby/railties/railties-5.1.3.ebuild
index ea6686b98f5..1d5fa5c7518 100644
--- a/dev-ruby/railties/railties-5.1.3.ebuild
+++ b/dev-ruby/railties/railties-5.1.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.1.4.ebuild 
b/dev-ruby/railties/railties-5.1.4.ebuild
index c1280cba67b..5321febc0c6 100644
--- a/dev-ruby/railties/railties-5.1.4.ebuild
+++ b/dev-ruby/railties/railties-5.1.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.1.5.ebuild 
b/dev-ruby/railties/railties-5.1.5.ebuild
index 0d85404938c..39bbb70c96c 100644
--- a/dev-ruby/railties/railties-5.1.5.ebuild
+++ b/dev-ruby/railties/railties-5.1.5.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/http/

2018-03-22 Thread Jeroen Roovers
commit: b0c329d7311fafd8447e160dfd59dfd903a3e5d0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 22 19:49:01 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 22 20:23:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c329d7

dev-ruby/http: Mark ~hppa too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 dev-ruby/http/http-0.6.3-r1.ebuild | 2 +-
 dev-ruby/http/http-0.9.8-r1.ebuild | 4 ++--
 dev-ruby/http/http-0.9.8-r2.ebuild | 2 +-
 dev-ruby/http/http-1.0.2.ebuild| 4 ++--
 dev-ruby/http/http-2.2.1.ebuild| 4 ++--
 dev-ruby/http/http-2.2.2.ebuild| 4 ++--
 dev-ruby/http/http-3.0.0.ebuild| 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-ruby/http/http-0.6.3-r1.ebuild 
b/dev-ruby/http/http-0.6.3-r1.ebuild
index 5f383f94e97..29477f181cf 100644
--- a/dev-ruby/http/http-0.6.3-r1.ebuild
+++ b/dev-ruby/http/http-0.6.3-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="0.6"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/http_parser_rb-0.6.0 
=dev-ruby/http_parser_rb-0.6*"

diff --git a/dev-ruby/http/http-0.9.8-r1.ebuild 
b/dev-ruby/http/http-0.9.8-r1.ebuild
index 3b7bceb464a..636df10e187 100644
--- a/dev-ruby/http/http-0.9.8-r1.ebuild
+++ b/dev-ruby/http/http-0.9.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="0.8"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/http/http-0.9.8-r2.ebuild 
b/dev-ruby/http/http-0.9.8-r2.ebuild
index 9609dfb4799..eb1d54271b8 100644
--- a/dev-ruby/http/http-0.9.8-r2.ebuild
+++ b/dev-ruby/http/http-0.9.8-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="0.8"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/http/http-1.0.2.ebuild b/dev-ruby/http/http-1.0.2.ebuild
index 196ab719b4c..87918b72d2c 100644
--- a/dev-ruby/http/http-1.0.2.ebuild
+++ b/dev-ruby/http/http-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/http/http-2.2.1.ebuild b/dev-ruby/http/http-2.2.1.ebuild
index d58081718e1..14eb329cb4c 100644
--- a/dev-ruby/http/http-2.2.1.ebuild
+++ b/dev-ruby/http/http-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/http/http-2.2.2.ebuild b/dev-ruby/http/http-2.2.2.ebuild
index 786d6a4843a..d7ce2c5a957 100644
--- a/dev-ruby/http/http-2.2.2.ebuild
+++ b/dev-ruby/http/http-2.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/http/http-3.0.0.ebuild b/dev-ruby/http/http-3.0.0.ebuild
index 5fa0bce4fe7..4a7cdf3e37e 100644
--- a/dev-ruby/http/http-3.0.0.ebuild
+++ b/dev-ruby/http/http-3.0.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



[gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/

2018-03-22 Thread Craig Andrews
commit: cc0982ee94d63b1d686af25a76e66d86afc9e830
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Mar 22 20:04:36 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Mar 22 20:07:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0982ee

dev-util/clinfo: 2.2.18.03.22 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/clinfo/Manifest   |  1 +
 dev-util/clinfo/clinfo-2.2.18.03.22.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 8255b9c74a3..6e9bb1adb20 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,2 +1,3 @@
 DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B 
aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76
 SHA512 
9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
 DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B 
f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd
 SHA512 
fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885
+DIST clinfo-2.2.18.03.22.tar.gz 37210 BLAKE2B 
394ffa3f5fbd0704c412053fbe7591fa629bae749b8235ba53baadccab244d09500bc648e91ee97b7fe5dec2472a209a5c788a17d8a1e7f908829eb628b9b699
 SHA512 
c31f700be8d1860301b7c1b6ed76964e9e0252f055ff5c1abd1875bd553591bed2c81e6a2be6fa0ac82d49609e9651944cdfedf584beef2384679975221f0f8c

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild 
b/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
new file mode 100644
index 000..7a1b5ce68d4
--- /dev/null
+++ b/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo;
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND="virtual/opencl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-03-22 Thread Craig Andrews
commit: 39e25c19e49374015b5611e90f7459382e5a6cd5
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Mar 22 20:05:34 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Mar 22 20:07:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e25c19

net-p2p/cpuminer-opt: 3.8.4.1 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index e4d49fba588..52ad6f31c04 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
 DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B 
a0176c1152c695c1fde4f06911407b1aaf88fec8d275c64d2f117606ec82b26deda862a95ff1d866fcd7eece908be9ee1c5bb27d354e80665ab172d3d394dafc
 SHA512 
610ce2bf8702882985d45d2db1cfa0655dcece47116908c2cd59489df1aa2a1f0b03c89af1a2cfa1ab0425e340b8e0b70c4f33b1399c414d90cabfc4f37bed3c
 DIST cpuminer-opt-3.8.3.3.tar.gz 1676500 BLAKE2B 
7b3415f812c685b6054d4cb7236b681466fa6440c707e461c0fe03e4091906770bbe0851c4cb49d0fe1b99e11a8510f4462c2d8f05373aaa873a12fa7326a247
 SHA512 
6706930e2a317d54a349a6a5b71cbf4a3a7fb7ff1759376f35884aa21ef947635817c0f17fe82c53685bc652423245fdc25decf9ee23016bf86da47caacc161a
+DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 
86ff1dce5abf735982f1272f6a97a18bb06d57d0f8008050ae5531323158e629325292c0cd8ba1ef1f1fb9a5d8a79848ea19cb7ab42b1baab40b12d4fd27f921
 SHA512 
38f8f62de08cc9fbcaa187f4abac2238a3aa0011c6d4bede67b48bc78add32e78bd0e3edb422795246573ece17397a32067d2f20dbc64f020b23f5a86c767021
 DIST cpuminer-opt-3.8.4.tar.gz 1679290 BLAKE2B 
94df217115f543ce95126553fa0d295e0ed2b13e766c114926ad449370a825cae5b95f5b5c34461f28a100fc102ae5227e2e9686db7500c5d3d4c7e2a3fb1804
 SHA512 
60bb0bb91a53362c64d7992e1c7e34b09be60d57c4cb150d904985562b5331368ce0d130d6699a292d63af826634f3cad938c84e6684b58d4aa9b31c7489de05

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.1.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/

2018-03-22 Thread Mikle Kolyada
commit: ec42d98116133b56bc92a813711101bc3049357f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 22 19:57:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 22 19:58:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec42d981

sys-apps/i2c-tools: Add myself as maintainer

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/i2c-tools/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/i2c-tools/metadata.xml b/sys-apps/i2c-tools/metadata.xml
index 6f49eba8f49..203fa55c746 100644
--- a/sys-apps/i2c-tools/metadata.xml
+++ b/sys-apps/i2c-tools/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+   zlog...@gentoo.org
+   Mikle Kolyada
+
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/

2018-03-22 Thread Johannes Huber
commit: b4e4a52dfd5dcc298eea1881cdb66562295586d5
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Mar 22 19:48:25 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Mar 22 19:56:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e4a52d

net-irc/quassel: Install newer {init,conf} file

Closes: https://bugs.gentoo.org/639480
Closes: https://bugs.gentoo.org/423145
Bug: https://bugs.gentoo.org/603414
Reported-by: Michael Mair-Keimberger (iamnr3)  gmail.com>
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/quassel/quassel-0.12.4-r1.ebuild | 4 ++--
 net-irc/quassel/quassel-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-irc/quassel/quassel-0.12.4-r1.ebuild 
b/net-irc/quassel/quassel-0.12.4-r1.ebuild
index 38cd959578a..a2f11472cf4 100644
--- a/net-irc/quassel/quassel-0.12.4-r1.ebuild
+++ b/net-irc/quassel/quassel-0.12.4-r1.ebuild
@@ -128,8 +128,8 @@ src_install() {
fowners "${QUASSEL_USER}":"${QUASSEL_USER}" "${QUASSEL_DIR}"
 
# init scripts & systemd unit
-   newinitd "${FILESDIR}"/quasselcore.init quasselcore
-   newconfd "${FILESDIR}"/quasselcore.conf quasselcore
+   newinitd "${FILESDIR}"/quasselcore.init-r1 quasselcore
+   newconfd "${FILESDIR}"/quasselcore.conf-r1 quasselcore
systemd_dounit "${FILESDIR}"/quasselcore.service
 
# logrotate

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-.ebuild
index 81455e360f8..1f9e3e14eea 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-.ebuild
@@ -130,8 +130,8 @@ src_install() {
fowners "${QUASSEL_USER}":"${QUASSEL_USER}" "${QUASSEL_DIR}"
 
# init scripts & systemd unit
-   newinitd "${FILESDIR}"/quasselcore.init quasselcore
-   newconfd "${FILESDIR}"/quasselcore.conf quasselcore
+   newinitd "${FILESDIR}"/quasselcore.init-r1 quasselcore
+   newconfd "${FILESDIR}"/quasselcore.conf-r1 quasselcore
systemd_dounit "${FILESDIR}"/quasselcore.service
 
# logrotate



[gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/

2018-03-22 Thread Johannes Huber
commit: f6c2aec1bd0155eaffe2c2756109f8884fc8d893
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Mar 22 19:41:07 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Mar 22 19:56:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c2aec1

net-irc/quassel: Fix automagic dep on qtdbus

Closes: https://bugs.gentoo.org/644810
Reported-by: Diogo Pereira  gmail.com>
Thanks-to: Mike Gilbert  gentoo.org>
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/quassel/quassel-0.12.4-r1.ebuild | 3 ++-
 net-irc/quassel/quassel-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-irc/quassel/quassel-0.12.4-r1.ebuild 
b/net-irc/quassel/quassel-0.12.4-r1.ebuild
index f8d71149f0d..38cd959578a 100644
--- a/net-irc/quassel/quassel-0.12.4-r1.ebuild
+++ b/net-irc/quassel/quassel-0.12.4-r1.ebuild
@@ -72,7 +72,7 @@ REQUIRED_USE="
|| ( X server monolithic )
crypt? ( || ( server monolithic ) )
dbus? ( || ( X monolithic ) )
-   kde? ( || ( X monolithic ) phonon )
+   kde? ( || ( X monolithic ) dbus phonon )
phonon? ( || ( X monolithic ) )
postgres? ( || ( server monolithic ) )
snorenotify? ( || ( X monolithic ) )
@@ -97,6 +97,7 @@ src_configure() {
-DCMAKE_SKIP_RPATH=ON
$(cmake-utils_use_find_package crypt QCA2-QT5)
$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+   $(cmake-utils_use_find_package dbus Qt5DBus)
-DWITH_KDE=$(usex kde)
-DWITH_OXYGEN=$(usex !kde)
-DWANT_MONO=$(usex monolithic)

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-.ebuild
index 1a7e98d0992..81455e360f8 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-.ebuild
@@ -74,7 +74,7 @@ DOCS=( AUTHORS ChangeLog README.md )
 REQUIRED_USE="
|| ( X server monolithic )
crypt? ( || ( server monolithic ) )
-   kde? ( || ( X monolithic ) )
+   kde? ( || ( X monolithic ) dbus )
ldap? ( || ( server monolithic ) )
monolithic? ( || ( breeze oxygen ) )
postgres? ( || ( server monolithic ) )
@@ -105,6 +105,7 @@ src_configure() {
-DCMAKE_SKIP_RPATH=ON
$(cmake-utils_use_find_package crypt QCA2-QT5)
$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+   $(cmake-utils_use_find_package dbus Qt5DBus)
-DWITH_KDE=$(usex kde)
-DWITH_LDAP=$(usex ldap)
-DWANT_MONO=$(usex monolithic)



[gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/

2018-03-22 Thread Johannes Huber
commit: c7c34c08aadc547456438dd12e8a94f69bd34145
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Mar 22 19:23:32 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Mar 22 19:55:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c34c08

net-irc/quassel: Update icon cache

Closes: https://bugs.gentoo.org/644932
Reported-by: Jonas Jelten  stusta.net>
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...uassel-.ebuild => quassel-0.12.4-r1.ebuild} | 55 --
 net-irc/quassel/quassel-.ebuild| 29 +++-
 2 files changed, 48 insertions(+), 36 deletions(-)

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-0.12.4-r1.ebuild
similarity index 83%
copy from net-irc/quassel/quassel-.ebuild
copy to net-irc/quassel/quassel-0.12.4-r1.ebuild
index bf4fa999424..f8d71149f0d 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-0.12.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils eutils pax-utils systemd user
+inherit cmake-utils gnome2-utils pax-utils systemd user versionator
 
 EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
 [[ "${PV}" == "" ]] && inherit git-r3
@@ -13,14 +13,14 @@ HOMEPAGE="http://quassel-irc.org/;
 [[ "${PV}" == "" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
 
 LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
 SLOT="0"
-KEYWORDS=""
-IUSE="+breeze crypt +dbus debug kde ldap monolithic oxygen postgres +server 
snorenotify +ssl syslog urlpreview X"
+IUSE="crypt dbus debug kde monolithic phonon postgres +server
+snorenotify +ssl syslog webkit X"
 
 SERVER_RDEPEND="
dev-qt/qtscript:5
crypt? ( app-crypt/qca:2[qt5(+),ssl] )
-   ldap? ( net-nds/openldap )
postgres? ( dev-qt/qtsql:5[postgres] )
!postgres? ( dev-qt/qtsql:5[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
syslog? ( virtual/logger )
@@ -28,9 +28,7 @@ SERVER_RDEPEND="
 
 GUI_RDEPEND="
dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
dev-qt/qtwidgets:5
-   breeze? ( kde-frameworks/breeze-icons:5 )
dbus? (
>=dev-libs/libdbusmenu-qt-0.9.3_pre20140619[qt5(+)]
dev-qt/qtdbus:5
@@ -45,9 +43,9 @@ GUI_RDEPEND="
kde-frameworks/kxmlgui:5
kde-frameworks/sonnet:5
)
-   oxygen? ( kde-frameworks/oxygen-icons:5 )
+   phonon? ( media-libs/phonon[qt5(+)] )
snorenotify? ( >=x11-libs/snorenotify-0.7.0 )
-   urlpreview? ( dev-qt/qtwebengine:5[widgets] )
+   webkit? ( dev-qt/qtwebkit:5 )
 "
 
 RDEPEND="
@@ -68,18 +66,18 @@ DEPEND="${RDEPEND}
kde-frameworks/extra-cmake-modules
 "
 
-DOCS=( AUTHORS ChangeLog README.md )
+DOCS=( AUTHORS ChangeLog README )
 
 REQUIRED_USE="
|| ( X server monolithic )
crypt? ( || ( server monolithic ) )
-   kde? ( || ( X monolithic ) )
-   ldap? ( || ( server monolithic ) )
-   monolithic? ( || ( breeze oxygen ) )
+   dbus? ( || ( X monolithic ) )
+   kde? ( || ( X monolithic ) phonon )
+   phonon? ( || ( X monolithic ) )
postgres? ( || ( server monolithic ) )
snorenotify? ( || ( X monolithic ) )
syslog? ( || ( server monolithic ) )
-   X? ( || ( breeze oxygen ) )
+   webkit? ( || ( X monolithic ) )
 "
 
 pkg_setup() {
@@ -94,25 +92,26 @@ pkg_setup() {
 
 src_configure() {
local mycmakeargs=(
-   -DUSE_QT4=OFF
-DUSE_QT5=ON
-   -DWANT_CORE=$(usex server)
-   -DWANT_MONO=$(usex monolithic)
-   -DWANT_QTCLIENT=$(usex X)
-   -DWITH_KDE=$(usex kde)
-   -DWITH_LDAP=$(usex ldap)
-   -DWITH_WEBKIT=OFF
-   -DWITH_WEBENGINE=$(usex urlpreview)
-   -DWITH_BREEZE=OFF
-   -DWITH_BREEZE_DARK=OFF
-   -DWITH_OXYGEN=OFF
-DEMBED_DATA=OFF
-DCMAKE_SKIP_RPATH=ON
$(cmake-utils_use_find_package crypt QCA2-QT5)
$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+   -DWITH_KDE=$(usex kde)
+   -DWITH_OXYGEN=$(usex !kde)
+   -DWANT_MONO=$(usex monolithic)
+   $(cmake-utils_use_find_package phonon Phonon4Qt5)
+   -DWANT_CORE=$(usex server)
$(cmake-utils_use_find_package snorenotify LibsnoreQt5)
+   -DWITH_WEBKIT=$(usex webkit)
+   -DWANT_QTCLIENT=$(usex X)
)
 
+   # Something broke upstream detection since Qt 5.5
+   if use ssl ; then
+   mycmakeargs+=( "-DHAVE_SSL=TRUE" )
+   fi
+
cmake-utils_src_configure
 }
 
@@ -153,6 +152,12 @@ pkg_postinst() {
einfo 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/

2018-03-22 Thread Thomas Deutschmann
commit: fc26f0ae3232b800382dcf55a0528b64ce9042be
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 22 18:53:00 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 22 18:53:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc26f0ae

dev-libs/librelp: Bump to v1.2.15

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/librelp/Manifest  |  1 +
 dev-libs/librelp/librelp-1.2.15.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest
index 8679abfe4f1..0e46f0029d0 100644
--- a/dev-libs/librelp/Manifest
+++ b/dev-libs/librelp/Manifest
@@ -1,3 +1,4 @@
 DIST librelp-1.2.12.tar.gz 437945 BLAKE2B 
b4f0370a1fcbfb5644aa8d879a4f7362a5c109ba4e9a0c2d4c86a813d35427e9b5e025e43cca910f079f1a036185ccdfd63a4215c1b289200326182f373c9fc9
 SHA512 
bfc38882404e06c047bdabd203d71beba67bc5a717d2d6733863f15f0a3a09b4a792a628a1653c102c828fde7ff67cc8ade637de785399ab48a68605b23a72ed
 DIST librelp-1.2.13.tar.gz 437877 BLAKE2B 
11f799d270957933b883b6339f8239dcdd6db901945b31992febac45e692a2f72d867eec4ba6360b71b3c58ad877dc5775e7506e04661b8d3747c6dae937fd96
 SHA512 
62d22998711ed82f30a1fce7c6b25dca514717c513d5833ce9ea6951d20f6922787213285be710c30fd28fd80d07ee9313f92cc7e09531ca8ac5e12627dbc868
 DIST librelp-1.2.14.tar.gz 437975 BLAKE2B 
45dc383e13a014a6618ea1a0ff3da821b9828ea3cb23ab8454f16023a1aaf82bcdf9697c456edd3c82e156b7ea4acffd1864b225d2c33dfc29e874eded8465cd
 SHA512 
b9a947edb7f23ba533f358d3271a61e80fcca7db8be0c20b39ec61ce4d913efed25173330a0604faebfbbdf33a051ed43234b2b41be2480dc3459c35b91acaae
+DIST librelp-1.2.15.tar.gz 440273 BLAKE2B 
dba423e206bdbcbfb351ab691f777d4c78f25d9042ffe2cdac01bc4e7e07eb7c02301ab0d8942a73d688eaf28b43d9f77aa94cc88a258dee1b28dac94a13954e
 SHA512 
9cf52c82c8e61f6970a83ead60da4bc64ab56a2bda42fedf184a1ae60c28f66d565a0c3a8720b55b9a2e5e3ffb7ec35601158f634c8f2965f8c0d3b4f1c15568

diff --git a/dev-libs/librelp/librelp-1.2.15.ebuild 
b/dev-libs/librelp/librelp-1.2.15.ebuild
new file mode 100644
index 000..692c36b0702
--- /dev/null
+++ b/dev-libs/librelp/librelp-1.2.15.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools
+
+DESCRIPTION="An easy to use library for the RELP protocol"
+HOMEPAGE="http://www.librelp.com/;
+SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3+ doc? ( FDL-1.3 )"
+
+# subslot = soname version
+SLOT="0/0.3.0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+IUSE="debug doc +ssl static-libs"
+
+RDEPEND="
+   ssl? ( >=net-libs/gnutls-3.3.17.1:0= )
+"
+
+DEPEND="
+   ssl? ( >=net-libs/gnutls-3.3.17.1:0= )
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   sed -i \
+   -e 's/ -g"/"/g' \
+   configure.ac || die "sed failed"
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable ssl tls)
+   $(use_enable static-libs static)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   local DOCS=( ChangeLog )
+   use doc && local HTML_DOCS=( doc/relp.html )
+   default
+
+   find "${ED}"usr/lib* -name '*.la' -delete || die
+}



[gentoo-commits] proj/kde:master commit in: media-libs/liblastfm/

2018-03-22 Thread Andreas Sturmlechner
commit: 621d5a8564d1f2701201a1c1168c96f0ceba1772
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 17:27:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 17:27:15 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=621d5a85

media-libs/liblastfm: Drop ancient blocker

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/liblastfm/liblastfm-.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/media-libs/liblastfm/liblastfm-.ebuild 
b/media-libs/liblastfm/liblastfm-.ebuild
index 3c315d12c2..0650817fd9 100644
--- a/media-libs/liblastfm/liblastfm-.ebuild
+++ b/media-libs/liblastfm/liblastfm-.ebuild
@@ -14,7 +14,7 @@ KEYWORDS=""
 SLOT="0/0"
 IUSE="fingerprint test"
 
-COMMON_DEPEND="
+RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtnetwork:5[ssl]
@@ -25,12 +25,9 @@ COMMON_DEPEND="
sci-libs/fftw:3.0
)
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )
 "
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] proj/kde:master commit in: media-sound/amarok/files/, media-sound/amarok/

2018-03-22 Thread Andreas Sturmlechner
commit: 4b0a8075fd9834060a509b1671ace4c7c486572d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 17:38:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 17:38:02 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b0a8075

media-sound/amarok: Depend on correct liblastfm version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/amarok/amarok-.ebuild  |  7 ++
 .../amarok/files/amarok-liblastfm-headers.patch| 25 --
 2 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index d573a1e07e..c7e76ed391 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -73,7 +73,7 @@ COMMONDEPEND="
dev-libs/glib:2
>=media-libs/libgpod-0.7.0[gtk]
)
-   lastfm? ( media-libs/liblastfm[qt5(+)] )
+   lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 )
mtp? ( >=media-libs/libmtp-1.0.0 )
podcast? ( >=media-libs/libmygpo-qt-1.0.9[qt5(+)] )
wikipedia? ( $(add_qt_dep qtwebengine) )
@@ -87,10 +87,7 @@ RDEPEND="${COMMONDEPEND}
$(add_qt_dep qtquickcontrols2)
 "
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.8.90-mysqld-rpath.patch
-   "${FILESDIR}"/${PN}-liblastfm-headers.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-2.8.90-mysqld-rpath.patch )
 
 src_configure() {
local mycmakeargs=(

diff --git a/media-sound/amarok/files/amarok-liblastfm-headers.patch 
b/media-sound/amarok/files/amarok-liblastfm-headers.patch
deleted file mode 100644
index 7120db0412..00
--- a/media-sound/amarok/files/amarok-liblastfm-headers.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b331e6e7c0e34dd896e21b9d1569214a0ec0fddb Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Mon, 19 Mar 2018 22:26:54 +0100
-Subject: [PATCH] Search for liblastfm header path without suffix
-

- cmake/modules/FindLibLastFm.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmake/modules/FindLibLastFm.cmake 
b/cmake/modules/FindLibLastFm.cmake
-index a3a065f181..ef89423c90 100644
 a/cmake/modules/FindLibLastFm.cmake
-+++ b/cmake/modules/FindLibLastFm.cmake
-@@ -13,7 +13,7 @@ find_path(LIBLASTFM_INCLUDE_DIR NAMES global.h
-/opt/local/include
-/usr/include
-/usr/local/include
--   PATH_SUFFIXES lastfm5
-+   PATH_SUFFIXES lastfm5 lastfm
- )
- 
- find_library( LIBLASTFM_LIBRARY NAMES lastfm5
--- 
-2.16.2
-



[gentoo-commits] repo/gentoo:master commit in: media-libs/libmygpo-qt/

2018-03-22 Thread Andreas Sturmlechner
commit: 96a193835c5436dd9fc192be3436e0b818dc2632
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 18:16:41 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 18:38:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a19383

media-libs/libmygpo-qt: Drop USE=qt4,qt5 and multibuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libmygpo-qt/libmygpo-qt-.ebuild | 67 +-
 1 file changed, 12 insertions(+), 55 deletions(-)

diff --git a/media-libs/libmygpo-qt/libmygpo-qt-.ebuild 
b/media-libs/libmygpo-qt/libmygpo-qt-.ebuild
index 6a6e0b5b0b2..bbdf31f17c5 100644
--- a/media-libs/libmygpo-qt/libmygpo-qt-.ebuild
+++ b/media-libs/libmygpo-qt/libmygpo-qt-.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit cmake-utils multibuild
+
+inherit cmake-utils
 
 DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice"
 HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt;
@@ -17,66 +18,22 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="+qt4 qt5 test"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="test"
 
 RDEPEND="
-   qt4? (
-   >=dev-libs/qjson-0.5[qt4(+)]
-   dev-qt/qtcore:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5
-   )
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   test? (
-   qt4? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
-   )
+   test? ( dev-qt/qttest:5 )
 "
 
-DOCS=( AUTHORS README )
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-   if use qt5; then
-   ewarn "Please note that Qt5 support is still experimental."
-   ewarn "If you find anything to not work with Qt5, please report 
a bug."
-   fi
-}
-
 src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DMYGPO_BUILD_TESTS=$(usex test)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   mycmakeargs+=(-DBUILD_WITH_QT4=ON)
-   fi
-
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   mycmakeargs+=(-DBUILD_WITH_QT4=OFF)
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}
+   local mycmakeargs=(
+   -DBUILD_WITH_QT4=OFF
+   -DMYGPO_BUILD_TESTS=$(usex test)
+   )
 
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
+   cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/libmygpo-qt/

2018-03-22 Thread Andreas Sturmlechner
commit: 2cb85ac8f8874d0357cff253f4731fc68ecac8de
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 18:23:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 18:38:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb85ac8

media-libs/libmygpo-qt: Add 1.0.9_p20180307 snapshot

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libmygpo-qt/Manifest|  1 +
 .../libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/media-libs/libmygpo-qt/Manifest b/media-libs/libmygpo-qt/Manifest
index 6772d0feb66..99b5408916d 100644
--- a/media-libs/libmygpo-qt/Manifest
+++ b/media-libs/libmygpo-qt/Manifest
@@ -1 +1,2 @@
 DIST libmygpo-qt-1.0.9.tar.gz 65153 BLAKE2B 
67ad1530eccabb7fc76f9aaec19714716ee1e55888c02a0c8ca2efb7549929c00fbe86d066c7cd310f6203db27374b70306e737b49eb254eb53b8a1aa6364f45
 SHA512 
c7920841310c7b971d305e38586238e081c80a449a1b442e668d2b07ada5d6ff626e697db905a83d7b12a06127f975a9b02af13d8d3e1ebee04d407b4d4b48b6
+DIST libmygpo-qt-1.0.9_p20180307.tar.gz 65245 BLAKE2B 
16fe3a9659a53c907979156b14ef55a413d1ee856ea6653bc140b39342db721f10b26c3f8ee5fe6be69793f93dbea4acf11eb2589b1c9a9e9bb4e153c0d0fbd8
 SHA512 
a09f4f2b9f5dda0f23b15b9670c0f1fe76c8a54677633db18b2980a89e2821b494b0ab1d7f97ab973d8ea3f2e2dea49d4010dad7184800582b0dc503dece7897

diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild 
b/media-libs/libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild
new file mode 100644
index 000..f528099bacf
--- /dev/null
+++ b/media-libs/libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=28c492b6b789ba1c3c292995a52fe4e456268182
+inherit cmake-utils vcs-snapshot
+
+DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice"
+HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt;
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/gpodder/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-qt/qttest:5 )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_WITH_QT4=OFF
+   -DMYGPO_BUILD_TESTS=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/

2018-03-22 Thread Andreas Sturmlechner
commit: 22cdfb55af1997b6fe91a76d1b58207462d70e8c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 18:31:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 18:38:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cdfb55

media-sound/clementine: Harden qt4-usedep on libmygpo-qt/liblastfm

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...ne-1.3.1_p20171113.ebuild => clementine-1.3.1_p20171113-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/clementine/clementine-1.3.1_p20171113.ebuild 
b/media-sound/clementine/clementine-1.3.1_p20171113-r1.ebuild
similarity index 98%
rename from media-sound/clementine/clementine-1.3.1_p20171113.ebuild
rename to media-sound/clementine/clementine-1.3.1_p20171113-r1.ebuild
index 7210f9e8b91..fe90073e56b 100644
--- a/media-sound/clementine/clementine-1.3.1_p20171113.ebuild
+++ b/media-sound/clementine/clementine-1.3.1_p20171113-r1.ebuild
@@ -38,7 +38,7 @@ COMMON_DEPEND="
media-libs/chromaprint:=
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
-   >=media-libs/libmygpo-qt-1.0.9[qt4(+)]
+   >=media-libs/libmygpo-qt-1.0.9[qt4]
media-libs/taglib[mp4(+)]
sys-libs/zlib
virtual/glu
@@ -47,7 +47,7 @@ COMMON_DEPEND="
cdda? ( dev-libs/libcdio:= )
dbus? ( dev-qt/qtdbus:4 )
ipod? ( >=media-libs/libgpod-0.8.0 )
-   lastfm? ( >=media-libs/liblastfm-1[qt4(+)] )
+   lastfm? ( >=media-libs/liblastfm-1[qt4] )
moodbar? ( sci-libs/fftw:3.0 )
mtp? ( >=media-libs/libmtp-1.0.0 )
projectm? (



[gentoo-commits] repo/gentoo:master commit in: sys-apps/portage-mgorny/

2018-03-22 Thread Michał Górny
commit: 47c35447a24bb05b9d3a07319d1d4fe075f4375c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 22 18:15:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 22 18:34:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c35447

sys-apps/portage-mgorny: Bump to 2.3.24.1 release

 sys-apps/portage-mgorny/Manifest   |   1 +
 .../portage-mgorny/portage-mgorny-2.3.24.1.ebuild  | 163 +
 2 files changed, 164 insertions(+)

diff --git a/sys-apps/portage-mgorny/Manifest b/sys-apps/portage-mgorny/Manifest
new file mode 100644
index 000..7badf79f6fb
--- /dev/null
+++ b/sys-apps/portage-mgorny/Manifest
@@ -0,0 +1 @@
+DIST portage-mgorny-2.3.24.1.tar.gz 1239318 BLAKE2B 
bfa8418ade600835c90378177bc6cd91f6c17e02c0e05b0829f4ee3b500ce3275fcb76424e19af5618026daa7b79d402aeb0d9f2133e7db09cb8983eeb355427
 SHA512 
04e3d5ee08f78ba3bb8045c36e7e81b06b7a0aff65a22c82cd2ca6fc0ab9f7b63a49c7eda9048d15fbc9c8d1a898c0d038f7cac2f4daf6d68bb799a9303d74c1

diff --git a/sys-apps/portage-mgorny/portage-mgorny-2.3.24.1.ebuild 
b/sys-apps/portage-mgorny/portage-mgorny-2.3.24.1.ebuild
new file mode 100644
index 000..2e245b85af8
--- /dev/null
+++ b/sys-apps/portage-mgorny/portage-mgorny-2.3.24.1.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit distutils-r1
+
+DESCRIPTION="Fork of Portage focused on cleaning up and useful features"
+HOMEPAGE="https://github.com/mgorny/portage;
+SRC_URI="https://github.com/mgorny/portage/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S=${WORKDIR}/portage-${PV}
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+SLOT="0"
+IUSE="build +ipc +native-extensions selinux xattr kernel_linux"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   >=sys-apps/sed-4.0.5
+   sys-devel/patch"
+RDEPEND="
+   >=app-arch/tar-1.27
+   !build? (
+   >=app-admin/eselect-1.2
+   app-crypt/gentoo-keys
+   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
+   >=app-portage/gemato-10
+   app-shells/bash:0[readline]
+   $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \
+   python{2_7,3_4,3_5} pypy)
+   >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
+   >=sys-apps/sed-4.0.5
+   )
+   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? ( >=sys-apps/sandbox-2.2 )
+   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
+   >=app-misc/pax-utils-0.1.17
+   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
+   xattr? ( kernel_linux? (
+   >=sys-apps/install-xattr-0.3
+   $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \
+   python2_7 pypy)
+   ) )
+   !app-portage/repoman
+   !sys-apps/portage"
+PDEPEND="
+   !build? (
+   >=net-misc/rsync-2.6.4
+   )"
+# NOTE: FEATURES=installsources requires debugedit and rsync
+
+pkg_pretend() {
+   if has_version sys-apps/portage; then
+   ewarn "If you are migrating from sys-apps/portage to 
sys-apps/portage-mgorny,"
+   ewarn "please note that Portage will abort upon having to 
unmerge itself."
+   ewarn "However, sys-apps/portage-mgorny will already be 
installed at this"
+   ewarn "point, so you simply have to restart emerge and it will 
successfully"
+   ewarn "clean the old package afterwards."
+   fi
+}
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   if ! use ipc ; then
+   einfo "Disabling ipc..."
+   sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = 
False:" \
+   -i pym/_emerge/AbstractEbuildProcess.py ||
+   die "failed to patch AbstractEbuildProcess.py"
+   fi
+
+   if use xattr && use kernel_linux ; then
+   einfo "Adding FEATURES=xattr to make.globals ..."
+   echo -e '\nFEATURES="${FEATURES} xattr"' >> cnf/make.globals \
+   || die "failed to append to make.globals"
+   fi
+
+   if [[ -n ${EPREFIX} ]] ; then
+   einfo "Setting portage.const.EPREFIX ..."
+   sed -e 
"s|^\(SANDBOX_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/sandbox\"\)|\\1${EPREFIX}\\2|"
 \
+   -e 
"s|^\(FAKEROOT_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/fakeroot\"\)|\\1${EPREFIX}\\2|"
 \
+   -e 
"s|^\(BASH_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/bash\"\)|\\1${EPREFIX}\\2|"
 \
+   -e 

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2018-03-22 Thread Tobias Klausmann
commit: 475a284ed6494aa2c0dd6041881d26172a07bae1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Mar 22 18:06:09 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Mar 22 18:06:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475a284e

dev-db/postgresql-9.6.8-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649288

 dev-db/postgresql/postgresql-9.6.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.6.8.ebuild 
b/dev-db/postgresql/postgresql-9.6.8.ebuild
index fce21d7b454..8527319e7d6 100644
--- a/dev-db/postgresql/postgresql-9.6.8.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.8.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/

2018-03-22 Thread Andreas Sturmlechner
commit: 59544c24457e02d1767f2efe70ae1b407bfc381d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 17:53:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 18:02:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59544c24

media-sound/clementine: Add 1.3.1_p20180319 snapshot bump

Using new liblastfm5 headers location.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/clementine/Manifest  |  1 +
 ....ebuild => clementine-1.3.1_p20180319.ebuild} | 20 
 media-sound/clementine/clementine-.ebuild| 14 +-
 3 files changed, 6 insertions(+), 29 deletions(-)

diff --git a/media-sound/clementine/Manifest b/media-sound/clementine/Manifest
index 9d0e502c185..c0358b6dd38 100644
--- a/media-sound/clementine/Manifest
+++ b/media-sound/clementine/Manifest
@@ -1,2 +1,3 @@
 DIST clementine-1.3.1_p20171113.tar.gz 8467904 BLAKE2B 
bf1f59b987c0e4ec5c2ced00fab07c1a7e1df0eb5a46e90358b37eaaeaa916fb3e6a08ad79fc5fb791342d857783f615eb3726974dcfef9388da2793b1b7fe6a
 SHA512 
39c459be8e4c5dd53ab9de6cdfd57f947926ccc2cd39ce2f72460bb991f7b2a28e6bc074e7bc23b0eba81c3d630e91dc2373794832c1089a9b5de7b212b94674
 DIST clementine-1.3.1_p20180314.tar.gz 8486396 BLAKE2B 
978651924c50ee3669f82a51f98978869103edac3f7f7cfef372dc1f1483caa2f543d9d626a4552647acaeabb4f329a69cb5c76d8c6e9b8d605de2f86025344c
 SHA512 
5c21540a91dae9f0db336947552548e44eec80fc9e6ebf95cbca3d2ab60cd096be963aec105f0c8d72d2628777cb6628e4a7e50f54a3edbcc22708c59f620e4a
+DIST clementine-1.3.1_p20180319.tar.gz 8488685 BLAKE2B 
2f4c412f9274a8957584bbc2d6482144fd6892adc629cdc0aeb750d592d8e4e62ad5b7bbb56288ecb993a9f5221b54e47e18c3f2b76c7a80670ead37ba5be3b0
 SHA512 
bbe288ca654ad0ed36abca288187abe452524e8fec23839973ff3f1d61ce479a979cbc45edcba10d6d15ff9b23e95bb7e6d31a0090ca8e32bd547114e1ec

diff --git a/media-sound/clementine/clementine-.ebuild 
b/media-sound/clementine/clementine-1.3.1_p20180319.ebuild
similarity index 88%
copy from media-sound/clementine/clementine-.ebuild
copy to media-sound/clementine/clementine-1.3.1_p20180319.ebuild
index 16065b58a5a..d1601b41048 100644
--- a/media-sound/clementine/clementine-.ebuild
+++ b/media-sound/clementine/clementine-1.3.1_p20180319.ebuild
@@ -11,11 +11,11 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git;
GIT_ECLASS="git-r3"
 else
-   
SRC_URI="https://github.com/clementine-player/Clementine/archive/${PV/_}.tar.gz 
-> ${P}.tar.gz"
+   COMMIT=804168edc74d7230a84e8937e2ea9a3b1ad2e9c2
+   
SRC_URI="https://github.com/${PN}-player/${PN^}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_P^}"
 fi
-inherit cmake-utils flag-o-matic gnome2-utils l10n virtualx xdg-utils 
${GIT_ECLASS}
+inherit cmake-utils flag-o-matic gnome2-utils l10n virtualx xdg-utils 
${GIT_ECLASS} vcs-snapshot
 unset GIT_ECLASS
 
 DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and 
Qt"
@@ -55,7 +55,7 @@ COMMON_DEPEND="
cdda? ( dev-libs/libcdio:= )
dbus? ( dev-qt/qtdbus:5 )
ipod? ( >=media-libs/libgpod-0.8.0 )
-   lastfm? ( >=media-libs/liblastfm-1[qt5(+)] )
+   lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 )
moodbar? ( sci-libs/fftw:3.0 )
mtp? ( >=media-libs/libmtp-1.0.0 )
projectm? (
@@ -115,14 +115,6 @@ src_prepare() {
sed -e "/find_package.*Qt5/s:\ Test::" -i CMakeLists.txt || die
cmake_comment_add_subdirectory tests
fi
-
-   # Fix clementine relying on downstream renaming of lastfm header dir
-   sed -i -e "/^#include/s/lastfm5/lastfm/" \
-   tests/albumcoverfetcher_test.cpp \
-   
src/internet/lastfm/lastfm{settingspage.cpp,service.cpp,compat.h} \
-   src/core/song.cpp || die "Failed to sed lastfm header suffix"
-   sed -e "/^find_path.*LASTFM5/s/lastfm5/lastfm/" \
-   -i CMakeLists.txt || die "Failed to sed lastfm header suffix"
 }
 
 src_configure() {
@@ -170,10 +162,6 @@ src_test() {
virtx emake test
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update

diff --git a/media-sound/clementine/clementine-.ebuild 
b/media-sound/clementine/clementine-.ebuild
index 16065b58a5a..6b168f373bf 100644
--- a/media-sound/clementine/clementine-.ebuild
+++ b/media-sound/clementine/clementine-.ebuild
@@ -55,7 +55,7 @@ COMMON_DEPEND="
cdda? ( dev-libs/libcdio:= )
dbus? ( dev-qt/qtdbus:5 )
ipod? ( >=media-libs/libgpod-0.8.0 )
-   lastfm? ( >=media-libs/liblastfm-1[qt5(+)] )
+   lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 )
moodbar? ( sci-libs/fftw:3.0 )
mtp? ( >=media-libs/libmtp-1.0.0 )
projectm? (
@@ -115,14 +115,6 @@ 

[gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/

2018-03-22 Thread Andreas Sturmlechner
commit: 347fa987bb937bde8c00701b769f51ba9b39b70e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 18:00:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 18:02:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347fa987

media-sound/tomahawk: Compat. with liblastfm-1.1.0_pre20150206

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild 
b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
index 11fbc52732b..15c73708429 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -50,9 +50,11 @@ RDEPEND="${CDEPEND}
app-crypt/qca:2[ssl]
 "
 
-DOCS=( AUTHORS ChangeLog README.md )
-
-PATCHES=( "${FILESDIR}/${PN}-liblastfm-cmake.patch" )
+src_prepare() {
+   kde5_src_prepare
+   has_version "media-libs/liblastfm[qt5]" &&
+   eapply "${FILESDIR}/${PN}-liblastfm-cmake.patch"
+}
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/gentoo:master commit in: media-libs/liblastfm/

2018-03-22 Thread Andreas Sturmlechner
commit: 86a95d88b08ae6a425ad44193483fad7e233198b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 17:33:00 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 18:02:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a95d88

media-libs/liblastfm: Add 1.1.0_pre20150206 version bump

Moved header dir to liblastfm5.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/liblastfm/Manifest  |  1 +
 .../liblastfm/liblastfm-1.1.0_pre20150206.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/media-libs/liblastfm/Manifest b/media-libs/liblastfm/Manifest
index 2dfb36c6b2f..60f6dddc9af 100644
--- a/media-libs/liblastfm/Manifest
+++ b/media-libs/liblastfm/Manifest
@@ -1 +1,2 @@
 DIST liblastfm-1.0.9.tar.gz 119320 BLAKE2B 
4c661b703af1e94b42d2bddffd994e0d33360979e47e0079f3824a9febcdba22c3ccedd8599da5c1d4b701a329cb4779bd680181837152cb1d23a231ec6eee73
 SHA512 
9d2bcf71b26d8a95920a07649c97b3faa071c49a8269268bb08fab01537392774873233d03cada09d3ce3fe2c45b0affdb74cd27c41f69342b973896effe1018
+DIST liblastfm-1.1.0_pre20150206.tar.gz 119380 BLAKE2B 
ec532b7577e60c02f9e8202b06e4e496b052801d60a27795d58204c6fbec62eea24512979ea9e42f643e7cfc01794982e07b808f6411b884893e13c29d9e17b0
 SHA512 
984d4b6b36a12e019e486425d243fc5be24fc3968b30f7ec746204c976b9c526477d56793205c9a6eed79bff1b33a2b1c7063d1d08fd376c4b89346337d8b166

diff --git a/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild 
b/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild
new file mode 100644
index 000..07c936ffe14
--- /dev/null
+++ b/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=44331654256df83bc1d3cbb271a8ce3d4c464686
+inherit cmake-utils vcs-snapshot
+
+DESCRIPTION="Collection of libraries to integrate Last.fm services"
+HOMEPAGE="https://github.com/lastfm/liblastfm;
+SRC_URI="https://github.com/lastfm/liblastfm/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0/0"
+IUSE="fingerprint test"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtxml:5
+   fingerprint? (
+   dev-qt/qtsql:5
+   media-libs/libsamplerate
+   sci-libs/fftw:3.0
+   )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )
+"
+
+# 1 of 2 (UrlBuilderTest) is failing, last checked version 1.0.9
+RESTRICT="test"
+
+src_configure() {
+   # demos not working
+   local mycmakeargs=(
+   -DBUILD_DEMOS=OFF
+   -DBUILD_WITH_QT4=OFF
+   -DBUILD_FINGERPRINT=$(usex fingerprint)
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/, media-sound/clementine/files/

2018-03-22 Thread Andreas Sturmlechner
commit: cea612c3ab27af4fa0c42df97e9b3c5aae345e15
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 17:55:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 18:02:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea612c3

media-sound/clementine: Drop old snapshot

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/clementine/Manifest|   1 -
 .../clementine/clementine-1.3.1_p20180314.ebuild   | 192 -
 .../files/clementine-1.3.1_p20180314-qt-5.11.patch |  51 --
 3 files changed, 244 deletions(-)

diff --git a/media-sound/clementine/Manifest b/media-sound/clementine/Manifest
index c0358b6dd38..71bcdbbfc07 100644
--- a/media-sound/clementine/Manifest
+++ b/media-sound/clementine/Manifest
@@ -1,3 +1,2 @@
 DIST clementine-1.3.1_p20171113.tar.gz 8467904 BLAKE2B 
bf1f59b987c0e4ec5c2ced00fab07c1a7e1df0eb5a46e90358b37eaaeaa916fb3e6a08ad79fc5fb791342d857783f615eb3726974dcfef9388da2793b1b7fe6a
 SHA512 
39c459be8e4c5dd53ab9de6cdfd57f947926ccc2cd39ce2f72460bb991f7b2a28e6bc074e7bc23b0eba81c3d630e91dc2373794832c1089a9b5de7b212b94674
-DIST clementine-1.3.1_p20180314.tar.gz 8486396 BLAKE2B 
978651924c50ee3669f82a51f98978869103edac3f7f7cfef372dc1f1483caa2f543d9d626a4552647acaeabb4f329a69cb5c76d8c6e9b8d605de2f86025344c
 SHA512 
5c21540a91dae9f0db336947552548e44eec80fc9e6ebf95cbca3d2ab60cd096be963aec105f0c8d72d2628777cb6628e4a7e50f54a3edbcc22708c59f620e4a
 DIST clementine-1.3.1_p20180319.tar.gz 8488685 BLAKE2B 
2f4c412f9274a8957584bbc2d6482144fd6892adc629cdc0aeb750d592d8e4e62ad5b7bbb56288ecb993a9f5221b54e47e18c3f2b76c7a80670ead37ba5be3b0
 SHA512 
bbe288ca654ad0ed36abca288187abe452524e8fec23839973ff3f1d61ce479a979cbc45edcba10d6d15ff9b23e95bb7e6d31a0090ca8e32bd547114e1ec

diff --git a/media-sound/clementine/clementine-1.3.1_p20180314.ebuild 
b/media-sound/clementine/clementine-1.3.1_p20180314.ebuild
deleted file mode 100644
index 296ae7151df..000
--- a/media-sound/clementine/clementine-1.3.1_p20180314.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af ar be bg bn br bs ca cs cy da de el en en_CA en_GB eo es et eu fa 
fi fr ga gl he he_IL hi hr hu hy ia id is it ja ka kk ko lt lv mk_MK mr ms my 
nb nl oc pa pl pt pt_BR ro ru si_LK sk sl sr sr@latin sv te tr tr_TR uk uz vi 
zh_CN zh_TW"
-
-MY_P="${P/_}"
-if [[ ${PV} == ** ]]; then
-   EGIT_BRANCH="qt5"
-   EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git;
-   GIT_ECLASS="git-r3"
-else
-   COMMIT=2d7894915dfc9043da9282d216775ef75041c773
-   
SRC_URI="https://github.com/${PN}-player/${PN^}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-inherit cmake-utils flag-o-matic gnome2-utils l10n virtualx xdg-utils 
${GIT_ECLASS} vcs-snapshot
-unset GIT_ECLASS
-
-DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and 
Qt"
-HOMEPAGE="https://www.clementine-player.org 
https://github.com/clementine-player/Clementine;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp 
projectm pulseaudio seafile skydrive test +udisks wiimote"
-
-REQUIRED_USE="
-   udisks? ( dbus )
-   wiimote? ( dbus )
-"
-
-COMMON_DEPEND="
-   app-crypt/qca:2[qt5(+)]
-   dev-db/sqlite:=
-   dev-libs/crypto++
-   dev-libs/glib:2
-   dev-libs/libxml2
-   dev-libs/protobuf:=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtxml:5
-   media-libs/chromaprint:=
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libmygpo-qt-1.0.9[qt5(+)]
-   media-libs/taglib
-   sys-libs/zlib
-   virtual/glu
-   virtual/opengl
-   x11-libs/libX11
-   cdda? ( dev-libs/libcdio:= )
-   dbus? ( dev-qt/qtdbus:5 )
-   ipod? ( >=media-libs/libgpod-0.8.0 )
-   lastfm? ( >=media-libs/liblastfm-1[qt5(+)] )
-   moodbar? ( sci-libs/fftw:3.0 )
-   mtp? ( >=media-libs/libmtp-1.0.0 )
-   projectm? (
-   media-libs/glew:=
-   >=media-libs/libprojectm-1.2.0
-   )
-"
-# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is 
required; check if this can be overcome someway;
-# Libprojectm-1.2 seems to work fine, so no reason to use bundled version; 
check clementine's patches:
-# 
https://github.com/clementine-player/Clementine/tree/master/3rdparty/libprojectm/patches
-# Still possibly essential but not applied yet patches are:
-# 06-fix-numeric-locale.patch
-# 08-stdlib.h-for-rand.patch
-RDEPEND="${COMMON_DEPEND}
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/gst-plugins-soup:1.0
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslsplit/

2018-03-22 Thread Michał Górny
commit: 2386eb3801cb0ea091a58de777d5c8ce03234d61
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Mar 20 21:32:16 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 22 17:58:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2386eb38

net-analyzer/sslsplit: fix an error in network-sandboxed test

Closes: https://bugs.gentoo.org/650998
Closes: https://github.com/gentoo/gentoo/pull/7528
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 1 +
 net-analyzer/sslsplit/sslsplit-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild 
b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
index fbeb39924c7..0257c885324 100644
--- a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
+++ b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
@@ -35,6 +35,7 @@ src_prepare() {
 
sed -i 's/-D_FORTIFY_SOURCE=2 //g' GNUmakefile || die
sed -i 's/\/SSLSPLIT_FEATURES/g' GNUmakefile version.c || die
+   sed -i '/opts_suite/d' main.t.c || die
 }
 
 src_install() {

diff --git a/net-analyzer/sslsplit/sslsplit-.ebuild 
b/net-analyzer/sslsplit/sslsplit-.ebuild
index 537d8ae9c54..c501c1e3acd 100644
--- a/net-analyzer/sslsplit/sslsplit-.ebuild
+++ b/net-analyzer/sslsplit/sslsplit-.ebuild
@@ -35,6 +35,7 @@ src_prepare() {
 
sed -i 's/-D_FORTIFY_SOURCE=2 //g' GNUmakefile || die
sed -i 's/\/SSLSPLIT_FEATURES/g' GNUmakefile build.c || die
+   sed -i '/opts_suite/d' main.t.c || die
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslsplit/

2018-03-22 Thread Michał Górny
commit: c044b5eb998f2d3866b539f06cf3925e82bf8319
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat Mar 17 22:38:03 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 22 17:58:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c044b5eb

net-analyzer/sslsplit: explicit elibc_musl

 net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 2 +-
 net-analyzer/sslsplit/sslsplit-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild 
b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
index ff66da2b26d..fbeb39924c7 100644
--- a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
+++ b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.roe.ch/SSLsplit;
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="test"
+IUSE="elibc_musl test"
 
 if [[ ${PV} == * ]] ; then
inherit git-r3

diff --git a/net-analyzer/sslsplit/sslsplit-.ebuild 
b/net-analyzer/sslsplit/sslsplit-.ebuild
index db153fb2976..537d8ae9c54 100644
--- a/net-analyzer/sslsplit/sslsplit-.ebuild
+++ b/net-analyzer/sslsplit/sslsplit-.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.roe.ch/SSLsplit;
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="test"
+IUSE="elibc_musl test"
 
 if [[ ${PV} == * ]] ; then
inherit git-r3



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslsplit/

2018-03-22 Thread Michał Górny
commit: d4ae7a8359dddc9c48c8b0bd057c3a4c406559c6
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat Mar 17 22:32:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 22 17:58:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ae7a83

net-analyzer/sslsplit: fix date

 net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 2 +-
 net-analyzer/sslsplit/sslsplit-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild 
b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
index 2684df318c1..ff66da2b26d 100644
--- a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
+++ b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/net-analyzer/sslsplit/sslsplit-.ebuild 
b/net-analyzer/sslsplit/sslsplit-.ebuild
index 76b1b4f0908..db153fb2976 100644
--- a/net-analyzer/sslsplit/sslsplit-.ebuild
+++ b/net-analyzer/sslsplit/sslsplit-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2018-03-22 Thread Mikle Kolyada
commit: da01b826b95bfd62ed899c2a5b1e751dfe07
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 22 17:35:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 22 17:35:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da01b826

app-shells/bash: sh stable wrt bug #643124

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-shells/bash/bash-4.4_p12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-4.4_p12.ebuild 
b/app-shells/bash/bash-4.4_p12.ebuild
index 4e660e0a56e..c61d2b78120 100644
--- a/app-shells/bash/bash-4.4_p12.ebuild
+++ b/app-shells/bash/bash-4.4_p12.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND=">=sys-libs/ncurses-5.2-r2:0=



[gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/

2018-03-22 Thread Mikle Kolyada
commit: 049aee6c0a7b151c6d5415a52b69f6542e95b8ca
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 22 17:34:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 22 17:34:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049aee6c

sys-libs/readline: sh stable wrt bug #643124

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-libs/readline/readline-7.0_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/readline/readline-7.0_p3.ebuild 
b/sys-libs/readline/readline-7.0_p3.ebuild
index 538a990c3de..5bd9aaf55b5 100644
--- a/sys-libs/readline/readline-7.0_p3.ebuild
+++ b/sys-libs/readline/readline-7.0_p3.ebuild
@@ -36,7 +36,7 @@ esac
 
 LICENSE="GPL-3"
 SLOT="0/7"  # subslot matches SONAME major
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="static-libs utils"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/

2018-03-22 Thread Mikle Kolyada
commit: be3252fe5e8215b604c6de51836013200e00d9a9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 22 17:27:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 22 17:27:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3252fe

net-misc/rsync: sh stable wrt bug #646818

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/rsync/rsync-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rsync/rsync-3.1.3.ebuild 
b/net-misc/rsync/rsync-3.1.3.ebuild
index 1a7cd51e4ff..3cb4647f53a 100644
--- a/net-misc/rsync/rsync-3.1.3.ebuild
+++ b/net-misc/rsync/rsync-3.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} = *_pre* ]] || \
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl examples iconv ipv6 static stunnel xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )



[gentoo-commits] repo/gentoo:master commit in: dev-php/libvirt-php/

2018-03-22 Thread Brian Evans
commit: 39422d51690a1d8349d0c338af9ac17eac4819bb
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Mar 22 17:25:42 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Mar 22 17:26:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39422d51

dev-php/libvirt-php: Adjust unpack and prepare wrt eclass changes

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/libvirt-php/libvirt-php-0.5.3.ebuild | 15 ++-
 dev-php/libvirt-php/libvirt-php-.ebuild  | 15 ++-
 2 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/dev-php/libvirt-php/libvirt-php-0.5.3.ebuild 
b/dev-php/libvirt-php/libvirt-php-0.5.3.ebuild
index fa770b1f6af..4c6eda7c043 100644
--- a/dev-php/libvirt-php/libvirt-php-0.5.3.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-0.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,6 +6,7 @@ EAPI=6
 PHP_EXT_NAME="libvirt-php"
 PHP_EXT_SKIP_PHPIZE="yes"
 USE_PHP="php5-6 php7-0 php7-1"
+PHP_EXT_ECONF_ARGS=()
 
 inherit php-ext-source-r3 autotools
 
@@ -27,6 +28,9 @@ DEPEND="${RDEPEND}
 
 RESTRICT="test"
 DOCS=( AUTHORS ChangeLog NEWS README )
+# Remove the insane check for pecl-imagick which is only used in examples
+# and is not called upon in any build
+PATCHES=( "${FILESDIR}/remove-imagick-check.patch" )
 
 src_unpack() {
default
@@ -34,20 +38,13 @@ src_unpack() {
# create the default modules directory to be able
# to use the php-ext-source-r3 eclass to configure/build
ln -s src "${S}/modules"
-
-   for slot in $(php_get_slots); do
-   cp -r "${S}" "${WORKDIR}/${slot}"
-   done
 }
 
 src_prepare() {
-   # Remove the insane check for pecl-imagick which is only used in 
examples
-   # and is not called upon in any build
+   php-ext-source-r3_src_prepare
local slot
for slot in $(php_get_slots); do
php_init_slot_env "${slot}"
-   eapply "${FILESDIR}/remove-imagick-check.patch"
-   eapply_user
eautoreconf
done
 }

diff --git a/dev-php/libvirt-php/libvirt-php-.ebuild 
b/dev-php/libvirt-php/libvirt-php-.ebuild
index 4e24b63e0ab..2943eb7e578 100644
--- a/dev-php/libvirt-php/libvirt-php-.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,6 +6,7 @@ EAPI=6
 PHP_EXT_NAME="libvirt-php"
 PHP_EXT_SKIP_PHPIZE="yes"
 USE_PHP="php5-6 php7-0 php7-1"
+PHP_EXT_ECONF_ARGS=()
 
 inherit php-ext-source-r3 git-r3 autotools
 
@@ -27,6 +28,9 @@ DEPEND="${RDEPEND}
 
 RESTRICT="test"
 DOCS=( ChangeLog NEWS README )
+# Remove the insane check for pecl-imagick which is only used in examples
+# and is not called upon in any build
+PATCHES=( "${FILESDIR}/remove-imagick-check.patch" )
 
 src_unpack() {
git-r3_src_unpack
@@ -34,20 +38,13 @@ src_unpack() {
# create the default modules directory to be able
# to use the php-ext-source-r3 eclass to configure/build
ln -s src "${S}/modules"
-
-   for slot in $(php_get_slots); do
-   cp -r "${S}" "${WORKDIR}/${slot}"
-   done
 }
 
 src_prepare() {
-   # Remove the insane check for pecl-imagick which is only used in 
examples
-   # and is not called upon in any build
+   php-ext-source-r3_src_prepare
local slot
for slot in $(php_get_slots); do
php_init_slot_env "${slot}"
-   eapply "${FILESDIR}/remove-imagick-check.patch"
-   eapply_user
eautoreconf
done
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/lzo/

2018-03-22 Thread Mikle Kolyada
commit: 655ac73a572d3d43c42cb2f3faf266d32b3088cf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 22 17:24:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 22 17:24:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655ac73a

dev-libs/lzo: sh stable wrt bug #612872

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/lzo/lzo-2.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/lzo/lzo-2.09.ebuild b/dev-libs/lzo/lzo-2.09.ebuild
index fc7c306866d..53ece749148 100644
--- a/dev-libs/lzo/lzo-2.09.ebuild
+++ b/dev-libs/lzo/lzo-2.09.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="examples static-libs"
 
 RDEPEND="abi_x86_32? (



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/

2018-03-22 Thread Matt Thode
commit: dfff36d5a809ea50f80c1a0b21e2469236399e34
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 22 17:17:01 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Mar 22 17:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfff36d5

net-analyzer/icinga2: 2.8.2 stable amd64 x86 ppc ppc64

removed 2.8.1, fast stable with removal for the following CVEs

CVE-2017-16933, CVE-2018-6532, CVE-2018-6533,
CVE-2018-6534, CVE-2018-6535, CVE-2018-6536

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/icinga2/Manifest |   1 -
 net-analyzer/icinga2/icinga2-2.8.1.ebuild | 178 --
 net-analyzer/icinga2/icinga2-2.8.2.ebuild |   2 +-
 3 files changed, 1 insertion(+), 180 deletions(-)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index 0b6e9f882e7..50eb7173807 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1,2 +1 @@
-DIST icinga2-2.8.1.tar.gz 2501182 BLAKE2B 
a32e60fd43eacedaee3cb33b719e2e405a6123710f7806b6c82eccb80eeb0ab0318a34302a5f3b310b258702214148f34719f166b3a3807ef2c9d4b28fa0
 SHA512 
27dcd2de1a9fa81327fa9cf25f25171e471715b4506dfd312bcd6c10408520cef86d260762f4340a00aaa7824c8ab65baadf541b7e104bd378204667dc92f762
 DIST icinga2-2.8.2.tar.gz 2507304 BLAKE2B 
0f2cc58fff6d9f648b302c3af07e24fcf20e0c10c140d4052991477e1dbf5c158157f0c64e8d3aa26a6fadc46db25eb26d7b5d5c791a8a7d91445be10f0cecea
 SHA512 
55a9791fa14d0e3e559b3083ec83ad301b62a677a1b56ad30227b1a3591612e2fe536a34a25705fb935a6ca8e42f45ff006f9856b47103da054db15582455579

diff --git a/net-analyzer/icinga2/icinga2-2.8.1.ebuild 
b/net-analyzer/icinga2/icinga2-2.8.1.ebuild
deleted file mode 100644
index ed2e1ddc30c..000
--- a/net-analyzer/icinga2/icinga2-2.8.1.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-if [[ ${PV} !=  ]]; then
-   inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
-   SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
-else
-   inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
user wxwidgets
-   EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;
-   EGIT_BRANCH="master"
-fi
-
-DESCRIPTION="Distributed, general purpose, network monitoring engine"
-HOMEPAGE="http://icinga.org/icinga2;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax 
+plugins studio +vim-syntax"
-WX_GTK_VER="3.0"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   >=dev-libs/boost-1.58-r1
-   console? ( dev-libs/libedit )
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql:= )"
-
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-   >=sys-devel/flex-2.5.35"
-
-RDEPEND="
-   ${CDEPEND}
-   plugins? ( || (
-   net-analyzer/monitoring-plugins
-   net-analyzer/nagios-plugins
-   ) )
-   mail? ( virtual/mailx )
-   classicui? ( net-analyzer/icinga[web] )
-   studio? ( x11-libs/wxGTK:3.0 )"
-
-REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
-
-PATCHES=(
-)
-
-want_apache2
-
-pkg_setup() {
-   depend.apache_pkg_setup
-   if use studio ; then
-   setup-wxwidgets
-   fi
-   enewgroup icinga
-   enewgroup icingacmd
-   enewgroup nagios  # for plugins
-   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
-}
-
-src_configure() {
-   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
-   local mycmakeargs=(
-   -DICINGA2_UNITY_BUILD=FALSE
-   -DCMAKE_VERBOSE_MAKEFILE=ON
-   -DCMAKE_BUILD_TYPE=None
-   -DCMAKE_INSTALL_PREFIX=/usr
-   -DCMAKE_INSTALL_SYSCONFDIR=/etc
-   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
-   -DICINGA2_PLUGINDIR="/usr/$(get_libdir)/nagios/plugins"
-   -DICINGA2_USER=icinga
-   -DICINGA2_GROUP=icingacmd
-   -DICINGA2_COMMAND_GROUP=icingacmd
-   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
-   -DLOGROTATE_HAS_SU=ON
-   )
-   # default to off if minimal, allow the flags to be set otherwise
-   if use minimal; then
-   mycmakeargs+=(
-   -DICINGA2_WITH_MYSQL=OFF
-   -DICINGA2_WITH_PGSQL=OFF
-   )
-   else
-   mycmakeargs+=(
-   -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF)
-   -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF)
-   )
-   fi
-   # LTO
-   if use lto; then
-   mycmakeargs+=(
-   

  1   2   3   >