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

2017-12-28 Thread Hans de Graaff
commit: 3e7da9634fb8d9d23b2b47e646c8b62f347a8268
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:03:38 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 06:03:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7da963

dev-ruby/open4: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/open4/open4-1.3.4.ebuild 
b/dev-ruby/open4/open4-1.3.4.ebuild
index 304ad1d76f1..2bba0425828 100644
--- a/dev-ruby/open4/open4-1.3.4.ebuild
+++ b/dev-ruby/open4/open4-1.3.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README"



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

2017-12-28 Thread Hans de Graaff
commit: 61dde41f8cc399b3c795bf86901fa532a62939b8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:08:15 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 06:08:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61dde41f

dev-ruby/openssl-ccm: add ruby24, ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/openssl-ccm/openssl-ccm-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/openssl-ccm/openssl-ccm-1.2.1.ebuild 
b/dev-ruby/openssl-ccm/openssl-ccm-1.2.1.ebuild
index 0738e7461f7..e19ea531d64 100644
--- a/dev-ruby/openssl-ccm/openssl-ccm-1.2.1.ebuild
+++ b/dev-ruby/openssl-ccm/openssl-ccm-1.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2017-12-28 Thread Hans de Graaff
commit: ce86d57b0a7fe880d5349cbd683fb1746d36ba62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 05:39:06 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 05:39:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce86d57b

dev-util/cucumber: fix tests, bug 642572

One feature using bundler still needed dev-ruby/pry as a dependency due
to it being listed in the gemspec. Remove pry from the gemspec to avoid
this failure without adding an additional dependency.

Closed: https://bugs.gentoo.org/642572
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/cucumber/cucumber-2.4.0-r1.ebuild | 3 +--
 dev-util/cucumber/cucumber-3.0.2.ebuild| 2 +-
 2 files changed, 2 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 a5bf1f5deac..510dc75aa86 100644
--- a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
+++ b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
@@ -63,8 +63,7 @@ all_ruby_prepare() {
sed -i -e '/executables/ s/=.*/= ["cucumber"]/' \
-e '/git ls-files/d' cucumber.gemspec || die
 
-   sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die
-
+   sed -i -e '/pry/ s:^:#:' cucumber.gemspec spec/spec_helper.rb || die
 }
 
 each_ruby_prepare() {

diff --git a/dev-util/cucumber/cucumber-3.0.2.ebuild 
b/dev-util/cucumber/cucumber-3.0.2.ebuild
index 4b4428203cf..70e3c8c04bc 100644
--- a/dev-util/cucumber/cucumber-3.0.2.ebuild
+++ b/dev-util/cucumber/cucumber-3.0.2.ebuild
@@ -64,7 +64,7 @@ all_ruby_prepare() {
sed -i -e '/executables/ s/=.*/= ["cucumber"]/' \
-e '/git ls-files/d' cucumber.gemspec || die
 
-   sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '/pry/ s:^:#:' cucumber.gemspec spec/spec_helper.rb || die
 
rm -f Gemfile.lock || die
 }



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

2017-12-28 Thread Hans de Graaff
commit: 1f9e37adf82c4dd36e1fe7d1d62c1c421217ae78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:25:51 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 06:25:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9e37ad

dev-ruby/path_expander: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/path_expander/Manifest   |  1 -
 dev-ruby/path_expander/path_expander-1.0.1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index 5761f3698e1..f6675e7dc47 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,2 +1 @@
-DIST path_expander-1.0.1.gem 12800 BLAKE2B 
a06b835f303693d8cf6bd29c3adcf715f5a3aab6053697ff145aacaca2b0bcaea80aff929600683335772ee51c06c155e923990343c60d8f5e1d0cc39e9ca12b
 SHA512 
a87fb90ca9af0a28c51339761dd0b66926d1288009cb5cae32793587a59cf8a81cc8cacf8561ea49d1d77ddec49385892d0c3bf70cfa7da29390c4d32f9a29b2
 DIST path_expander-1.0.2.gem 12800 BLAKE2B 
99bc161e39803b01f2bac48eaca063a00473db1cf2f033837a1ffc187847a32aa5a88077d163b8acb2a75171a5fb134f47ee6d82cc8105d4ce297919ea8fce76
 SHA512 
550d20be7f3379ccb30e2e0c86c26348103d7d11d7b5d21c684c341cdb7cf1aaa29886c7b1210265af7bbc1853b8c26a0048d6bd40a8a2752938101e64a23468

diff --git a/dev-ruby/path_expander/path_expander-1.0.1.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.1.ebuild
deleted file mode 100644
index d2f6f19699b..000
--- a/dev-ruby/path_expander/path_expander-1.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Helps pre-process command-line arguments expanding directories 
into their constituent files."
-HOMEPAGE="https://github.com/seattlerb/path_expander;
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="1"
-IUSE=""
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
-}



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

2017-12-28 Thread Hans de Graaff
commit: 7eae263fe330bb7bd5e09f5cb6813ebaa5f2daf5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:26:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 06:26:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eae263f

dev-ruby/path_expander: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/path_expander/path_expander-1.0.2.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
index 273f8c24c1e..97d13e7f16f 100644
--- a/dev-ruby/path_expander/path_expander-1.0.2.ebuild
+++ b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



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

2017-12-28 Thread Hans de Graaff
commit: 04e1107e7aca1083e62c726d8292d75ed20cd8b6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:13:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 06:13:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e1107e

dev-ruby/openvas-omp: add ruby24, ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/openvas-omp/openvas-omp-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/openvas-omp/openvas-omp-0.0.4.ebuild 
b/dev-ruby/openvas-omp/openvas-omp-0.0.4.ebuild
index 6a87d6de096..d99538ec31b 100644
--- a/dev-ruby/openvas-omp/openvas-omp-0.0.4.ebuild
+++ b/dev-ruby/openvas-omp/openvas-omp-0.0.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_BINWRAP=""
 



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

2017-12-28 Thread Hans de Graaff
commit: 33aa045a07ea81ed74b9052618b300b0b1408c93
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 05:57:59 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 05:57:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa045a

dev-ruby/serialport: add ruby24, ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/serialport/serialport-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/serialport/serialport-1.3.1.ebuild 
b/dev-ruby/serialport/serialport-1.3.1.ebuild
index e81e364482e..2a43ff9b140 100644
--- a/dev-ruby/serialport/serialport-1.3.1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



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

2017-12-28 Thread Hans de Graaff
commit: 7cb617fc3db2e0f8f77697810fd14760c8408383
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 05:40:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 05:40:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb617fc

dev-util/cucumber: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/cucumber/Manifest  |  1 -
 dev-util/cucumber/cucumber-3.0.1.ebuild | 85 -
 2 files changed, 86 deletions(-)

diff --git a/dev-util/cucumber/Manifest b/dev-util/cucumber/Manifest
index 52ff4192b7d..31459532dce 100644
--- a/dev-util/cucumber/Manifest
+++ b/dev-util/cucumber/Manifest
@@ -1,4 +1,3 @@
 DIST cucumber-1.3.20.gem 279040 BLAKE2B 
7615ab4041326b39193cdfc54c5016e5b9e87facb652d0cc17be3c7cfac5e38ee3558d06cbfe4167fb27f32a07eba92e9836100b236ed604c897c8af89349230
 SHA512 
050573d2d7ea111dd9c8ec402321960203f7fd8d591be4f15b09fbd5bed89f3cb82104b8306f88f53bd92468ba689800707845f55785e6d20ed9f66f4b949050
 DIST cucumber-2.4.0.gem 250880 BLAKE2B 
2d0479695800639340332ab26b745a84cdbe7dfc575e652f6a94eca77b0c3397a48a2f3220a2a4eb164e9f0f747bf4866678b7927cd0ce47e5ce78ee057d273d
 SHA512 
b7f9720e3f9e1f30aba9590ff92209073bdc028b880ac7a378f6dfe2a7f093c0521387cfc9319d7ed994c5e9de7106ccff23ba1f10c1cc5888785c69262c723e
-DIST cucumber-3.0.1.gem 265216 BLAKE2B 
5bf7e2e28f268dde043a5b24ec18cac7ff1e00443d0aa80acb9ade5419c94c3854bfb58c24a88d7db7d9a00aa6576c5a2ff46c1092cd89629d73c6ed6f3c83ba
 SHA512 
eee664d13dca5ce062f46a5d544ff43fc99bdc2ccd7c6d77d82380d8eb3c97a88305ba5a6052bfc8cee7fc59aa9d019116ef966d394b8b3d37d10fca122a2e7b
 DIST cucumber-3.0.2.tar.gz 267557 BLAKE2B 
0ce098d9c747a6291e53c647f0e6da7adbcf4cd6f85953023f5fa0e14dc7186a706c43b81cf77a55ad56f932e60146e7e0ca7d4107f85e9c6bd46cbc8b2d1f7a
 SHA512 
1506427fb6d9233231497f0e1396143cfb1495673113fbb26344b171413c1bc9d35fd8a8ca86aa14ffc279d1d9db05712618c3a0e96f2288056d76f39bbf2cf6

diff --git a/dev-util/cucumber/cucumber-3.0.1.ebuild 
b/dev-util/cucumber/cucumber-3.0.1.ebuild
deleted file mode 100644
index 2e2eea3c6d2..000
--- a/dev-util/cucumber/cucumber-3.0.1.ebuild
+++ /dev/null
@@ -1,85 +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"
-
-# Documentation task depends on sdoc which we currently don't have.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc"
-SLOT="0"
-IUSE="examples test"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rspec:3
-   >=dev-ruby/nokogiri-1.5.2
-   >=dev-ruby/syntax-1.0.0
-   >=dev-util/aruba-0.6.1 =dev-util/aruba-0.6*
-   >=dev-ruby/json-1.7
-   >=dev-util/cucumber-3
-   >=dev-ruby/mime-types-2.99:2
-   )"
-
-ruby_add_rdepend "
-   >=dev-ruby/builder-2.1.2:*
-   dev-util/cucumber-core:3.0
-   dev-util/cucumber-expressions:4.0
-   >=dev-util/cucumber-wire-0.0.1:0
-   >=dev-ruby/diff-lcs-1.1.3
-   dev-ruby/gherkin:4
-   >=dev-ruby/multi_json-1.7.5
-   >=dev-ruby/multi_test-0.1.2
-"
-
-all_ruby_prepare() {
-   # Remove development dependencies from the gemspec that we don't
-   # need or can't satisfy.
-   sed -i -e 
'/\(coveralls\|spork\|simplecov\|bcat\|kramdown\|yard\|capybara\|octokit\|rack-test\|ramaze\|rubocop\|sinatra\|webrat\|mime-types\|rubyzip\)/d'
 ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid dependency on unpackaged cucumber-pro
-   sed -i -e '/cucumber-pro/ s:^:#:' Gemfile || die
-
-   # Avoid harmless failing spec
-   sed -i -e '/converts the snapshot path to a relative path/,/end/ 
s:^:#:' \
-   spec/cucumber/formatter/html_spec.rb || die
-
-   # Avoid failing features on new delegate and forwardable behavior in 
ruby
-   rm -f features/docs/defining_steps/ambiguous_steps.feature 
features/docs/defining_steps/nested_steps.feature || die
-
-   # Avoid dependency on git
-   sed -i -e '/executables/ s/=.*/= ["cucumber"]/' \
-   -e '/git ls-files/d' cucumber.gemspec || die
-
-   sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die
-
-}
-
-each_ruby_prepare() {
-   # Use the right interpreter
-   sed -i -e 's:ruby:'${RUBY}':' 
features/lib/step_definitions/ruby_steps.rb || die
-}
-
-each_ruby_test() {
-   RSPEC_VERSION=3 ruby-ng_rspec
-   CUCUMBER_USE_RELEASED_CORE=true PATH="${S}"/bin:${PATH} 
RUBYLIB="${S}"/lib ${RUBY} -Ilib bin/cucumber features || die "Features failed"
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   if use examples; then
-   cp -pPR examples "${D}/usr/share/doc/${PF}" || die 

[gentoo-commits] proj/releng:master commit in: tools/

2017-12-28 Thread Robin H. Johnson
commit: 5d73c6b04ae06319ba5cc7bed9902249284494a1
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Dec 29 05:32:10 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Dec 29 05:32:10 2017 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=5d73c6b0

catalyst-auto: add intermediate verbose, that prints the command, but not the 
output; -vv has old behavior

Signed-off-by: Robin H. Johnson  gentoo.org>

 tools/catalyst-auto | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index cd26f969..02115d1c 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -77,9 +77,12 @@ run_cmd() {
   local logfile="$1"
   shift
 
-  if [ $verbose = 1 ]; then
+  if [ $verbose = 2 ]; then
 echo "*** Running command: $*"
 "$@" 2>&1 | tee -a "${logfile}"
+  elif [ $verbose = 1 ]; then
+echo "*** Running command: $*"
+"$@" &>> "${logfile}"
   else
 "$@" &>> "${logfile}"
   fi
@@ -137,7 +140,7 @@ do
   shift
   ;;
 -v|--verbose)
-  verbose=1
+  verbose=$(($verbose+1))
   ;;
 -k|--keep-tmpdir)
   keep_tmpdir=1
@@ -224,7 +227,7 @@ if [[ ${preclean} -eq 1 ]]; then
   mkdir "${TMPDIR}"
 fi
 
-if [ ${verbose} = 1 ]; then
+if [ ${verbose} -ge 1 ]; then
   echo "TMPDIR = ${TMPDIR}"
   echo "DATESTAMP = ${DATESTAMP}"
   echo "TIMESTAMP = ${TIMESTAMP}"



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

2017-12-28 Thread Hans de Graaff
commit: bf9e18c70fafc2fa4363a55a9c1173445f54ef4b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 05:18:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 05:18:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9e18c7

dev-ruby/vcr: add 4.0.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/vcr/Manifest |  1 +
 dev-ruby/vcr/vcr-4.0.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/vcr/Manifest b/dev-ruby/vcr/Manifest
index 3709f7a7e7c..53875094dfd 100644
--- a/dev-ruby/vcr/Manifest
+++ b/dev-ruby/vcr/Manifest
@@ -1,3 +1,4 @@
 DIST vcr-1.11.3.gem 87552 BLAKE2B 
296651072c30cbba3bf329a9cf2d5eb743f8250fe250ee2794883de2ce7b99e6b4dba06f868bec3b78d7ae8fbea0624f628ebfa48239b36bc0413e3c55339168
 SHA512 
0d62b0699e42484a4ba385a2ec653881183b44d85fd46ffc1ea693ebb746b225566cdb2799cdb60235c24adecd7575e0f20d743968326eeeb5b24fbd3232354a
 DIST vcr-2.9.3.gem 152576 BLAKE2B 
130f5c5eddc2324d3c64df894fd2614fa81dc5ddfe12677c5042ef3206ac5e97cbe8f5286bc4782c2d4cafd0544839fd2a58b001ff0e75baf55feb163609e6f2
 SHA512 
2d71a84439fb92393641d211372b476bb2b55c70dff8c8f17a4af9fcb3e8f9104e1da860cfeafc8ceea9499023c7f6206124dee36ee9690188cc444bab61b2a7
 DIST vcr-3.0.3.tar.gz 152446 BLAKE2B 
3db2be6b485176dea995938a1696bce31e21633dde13fc13d5eed737b68b09b09ce2c543fbe9abe0f1c9fdf1b41621be02a8c7b1e4050503976a07d1bf83a7e7
 SHA512 
7f523f0dd5e8227b41230708912e4ca085350bf521c4e6007d2e93979c4a80c683511c838e727b14497e641c351580899fd17c6d2cf6c73ed5144f68c597
+DIST vcr-4.0.0.tar.gz 146920 BLAKE2B 
19ae33d2f40821d2cfe5c0fc55d5e91e02b8e6ba2bba000c326d993987fd641dd5b4cedd6a8a441f86664ecb67dfe2501d335936af9271fa83aef6dc001b12f2
 SHA512 
2f98eedd021f7c125fc3f29189190ddc817bb95fc8e8e0ab53e65eaf94c5c0c41f3ca4abf9d829591acdefe97b931943c47129f95c21f2ef590ed500cc6f56f9

diff --git a/dev-ruby/vcr/vcr-4.0.0.ebuild b/dev-ruby/vcr/vcr-4.0.0.ebuild
new file mode 100644
index 000..0ad734cee4c
--- /dev/null
+++ b/dev-ruby/vcr/vcr-4.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Records your test suite's HTTP interactions and replay them 
during test runs"
+HOMEPAGE="https://github.com/vcr/vcr/;
+SRC_URI="https://github.com/vcr/vcr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm"
+SLOT="3"
+IUSE="test"
+
+# Tests require all supported HTTP libraries to be present, and it is
+# not possible to avoid some of them without very extensive patches.
+RESTRICT="test"



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

2017-12-28 Thread Hans de Graaff
commit: ff79aafc15cd44988899885d60f36da3d68275ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 05:15:40 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 05:15:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff79aafc

dev-ruby/uglifier: add 4.1.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index 8a0154a1632..9ae011330d7 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -3,3 +3,4 @@ DIST uglifier-3.2.0.tar.gz 169273 BLAKE2B 
b0263853c882859db8cc04c19e7f7f4bcbcef9
 DIST uglifier-4.0.0.tar.gz 183935 BLAKE2B 
355081d2aebcd6e40081564397b7ae121922d33ead6942f15fc92b9743c575756513a1125810900edcc9a327ff3011e64e539d1bbadb02a06db5a5099dadf0d5
 SHA512 
b4bd78ea20ed3eefa9bb8d2645da9d3a1898c2715084c47ad8f3d5d0bbeae68ac84f59a449a68dee9c9eda158a2c3e8bff23507d06fc489f00ba53057911bcd1
 DIST uglifier-4.0.1.tar.gz 184457 BLAKE2B 
bc922057d42868f56d3755f51b9bc39460369ee32d76b97222ef3fb05dbf0c84752236a545ffe9fcd17c1a529a429b9591bcf7d4623255e85cc9ebeb693dd595
 SHA512 
966a7a5c0c15146feba8633f247b9ec5d7a895c8e2a993b784836c13f3d88077e4ba701c1809588463da78d894508cb35e4d958b86c4801782f9449a93963d05
 DIST uglifier-4.0.2.tar.gz 184915 BLAKE2B 
eaac0fae612f357a51332db420e31d568b120dfe199d4f838db92082af888085123f322c4666d9c7d350ef3a51dc2d09ef78d11887771e8c414c9211688f6bfa
 SHA512 
77795a2b20ac6e5fc1c12cb95f868062e040988e1efc9cd7c13cd093f0ad5447fd09b1d88d5c1c53d69c9ea4e9fa22c9331df53421af5ecd3010138e91a9a87b
+DIST uglifier-4.1.0.tar.gz 189074 BLAKE2B 
b18e2661a1e87eaf2436d9ed89aebb05b164523bf478a3f0b5ec2587100621fa75eac38f0ac2ab724a10add7aff2a96947c32babdd246d0583f757682d704375
 SHA512 
46191a961471db2f515e28229e6febe3a1e448730eece965307e6993b3b0282e69ba1c6cb8cc232897b4e29eeaea4b2981af4cafa2d1afc384ad39a049c26f60

diff --git a/dev-ruby/uglifier/uglifier-4.1.0.ebuild 
b/dev-ruby/uglifier/uglifier-4.1.0.ebuild
new file mode 100644
index 000..40301044c9e
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-4.1.0.ebuild
@@ -0,0 +1,33 @@
+# 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
+}



[gentoo-commits] proj/catalyst:master commit in: catalyst/

2017-12-28 Thread Brian Dolbec
commit: 16155aaa9b09112a7a49d0c833b19be3399e746a
Author: Yuta SATOH  gmail  com>
AuthorDate: Fri Dec 29 01:02:02 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Dec 29 02:01:27 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=16155aaa

main.py: Disable snakeoil's namespace module on Gentoo/FreeBSD #363557

Some code improvement by: Patrice Clement  gentoo.org>
Bug url: https://bugs.gentoo.org/363577

 catalyst/main.py | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/catalyst/main.py b/catalyst/main.py
index 4c55a415..2d2faada 100644
--- a/catalyst/main.py
+++ b/catalyst/main.py
@@ -430,13 +430,16 @@ def _main(parser, opts):
# catalyst cannot be run as a normal user due to chroots, 
mounts, etc
log.critical('This script requires root privileges to operate')
 
-   # Start off by creating unique namespaces to run in.  Would be nice to
-   # use pid & user namespaces, but snakeoil's namespace module has signal
-   # transfer issues (CTRL+C doesn't propagate), and user namespaces need
-   # more work due to Gentoo build process (uses sudo/root/portage).
-   namespaces.simple_unshare(
-   mount=True, uts=True, ipc=True, pid=False, net=False, 
user=False,
-   hostname='catalyst')
+   # Namespaces aren't supported on *BSDs at the moment. So let's check
+   # whether we're on Linux.
+   if os.uname().sysname in  ["Linux", "linux"]:
+   # Start off by creating unique namespaces to run in.  Would be 
nice to
+   # use pid & user namespaces, but snakeoil's namespace module 
has signal
+   # transfer issues (CTRL+C doesn't propagate), and user 
namespaces need
+   # more work due to Gentoo build process (uses 
sudo/root/portage).
+   namespaces.simple_unshare(
+   mount=True, uts=True, ipc=True, pid=False, net=False, 
user=False,
+   hostname='catalyst')
 
# everything is setup, so the build is a go
try:



[gentoo-commits] proj/catalyst:master commit in: targets/stage1/, targets/support/, catalyst/

2017-12-28 Thread Brian Dolbec
commit: f3d246e24b5b1da80b204a989957f155c1a2
Author: Yuta SATOH  gmail  com>
AuthorDate: Fri Dec 29 01:35:36 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Dec 29 02:04:21 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f3d246e2

detect and use a configured sed command for Gentoo/FreeBSD # 363577

Relocated the main.py code changes location: Brian Dolbec  
gentoo.org
Bug url: https://bugs.gentoo.org/363577

 catalyst/defaults.py|  1 +
 catalyst/main.py|  6 ++
 targets/stage1/stage1-chroot.sh | 11 +--
 targets/support/bootloader-setup.sh |  2 +-
 targets/support/chroot-functions.sh | 10 +-
 targets/support/create-iso.sh   |  6 +++---
 targets/support/kmerge.sh   |  8 
 targets/support/livecdfs-update.sh  | 36 ++--
 8 files changed, 43 insertions(+), 37 deletions(-)

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index ed5766d6..f2fe29df 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -62,6 +62,7 @@ confdefaults={
"PythonDir": "./catalyst",
"repo_basedir": REPODIR[:],
"repo_name": MAINREPO[:],
+   "sed": "sed",
"sharedir": "/usr/share/catalyst",
"shdir": "/usr/share/catalyst/targets/",
"snapshot_cache": "/var/tmp/catalyst/snapshot_cache",

diff --git a/catalyst/main.py b/catalyst/main.py
index 2d2faada..01c456ea 100644
--- a/catalyst/main.py
+++ b/catalyst/main.py
@@ -408,6 +408,12 @@ def _main(parser, opts):

hash_map.hash_map[conf_values['hash_function']].cmd,
conf_values['hash_function'])
 
+   # detect GNU sed
+   for sed in ('/usr/bin/gsed', '/bin/sed', '/usr/bin/sed'):
+   if os.path.exists(sed):
+   conf_values["sed"] = sed
+   break
+
addlargs={}
 
if myspecfile:

diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index 1b0aa08b..0caf49ee 100755
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -48,15 +48,14 @@ else
 fi
 
 # Clear USE
-[ -e ${clst_make_conf} ] && sed -i -e "/^USE=\"${BINDIST} ${USE}\"/d" 
${clst_make_conf}
-
+[ -e ${clst_make_conf} ] && ${clst_sed} -i -e "/^USE=\"${BINDIST} ${USE}\"/d" 
${clst_make_conf}
 make_destpath /tmp/stage1root
 
 ## START BUILD
 # First, we drop in a known-good baselayout
 [ -e ${clst_make_conf} ] && echo "USE=\"${USE} -build\"" >> ${clst_make_conf}
 run_merge "--oneshot --nodeps sys-apps/baselayout"
-sed -i "/USE=\"${USE} -build\"/d" ${clst_make_conf}
+${clst_sed} -i "/USE=\"${USE} -build\"/d" ${clst_make_conf}
 
 # Now, we install our packages
 if [ -e ${clst_make_conf} ]; then
@@ -75,10 +74,10 @@ run_merge "--oneshot ${clst_buildpkgs}"
 # Why are we removing these? Don't we need them for final make.conf?
 for useexpand in ${clst_HOSTUSEEXPAND}; do
x="clst_${useexpand}"
-   sed -i "/${useexpand}=\"${!x}\"/d" \
+   ${clst_sed} -i "/${useexpand}=\"${!x}\"/d" \
${clst_make_conf}
 done
 
 # Clear USE
-[ -e ${clst_make_conf} ] && sed -i -e "/^CATALYST_USE/d" ${clst_make_conf}
-[ -e ${clst_make_conf} ] && sed -i -e "/^USE=\"/s/\${CATALYST_USE} ${USE} 
${BOOTSTRAP_USE}//" ${clst_make_conf}
+[ -e ${clst_make_conf} ] && ${clst_sed} -i -e "/^CATALYST_USE/d" 
${clst_make_conf}
+[ -e ${clst_make_conf} ] && ${clst_sed} -i -e "/^USE=\"/s/\${CATALYST_USE} 
${USE} ${BOOTSTRAP_USE}//" ${clst_make_conf}

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index d9e2620e..ffe7be2f 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -79,7 +79,7 @@ case ${clst_hostarch} in
echo "message=/boot/boot.msg" >> ${icfg}
 
# Here is where I fix up the boot.msg file.
-   sed -e 's/ARCH/PowerPC/' \
+   ${clst_sed} -e 's/ARCH/PowerPC/' \
-e 's/HARDWARE/Apple and IBM hardware/' \
-i $kmsg
 

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index e44de61b..84d90fe9 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -101,7 +101,7 @@ setup_myfeatures(){
else
clst_root_path=/ run_merge --oneshot --noreplace 
sys-devel/distcc || exit 1
fi
-   sed -i '/USE="${USE} -avahi -gtk -gnome"/d' ${clst_make_conf}
+   ${clst_sed} -i '/USE="${USE} -avahi -gtk -gnome"/d' 
${clst_make_conf}
mkdir -p /etc/distcc
echo "${clst_distcc_hosts}" > /etc/distcc/hosts
 
@@ -201,7 +201,7 @@ setup_pkgmgr(){
echo "Adding USE=\"\${USE} $1\" to make.conf for portage build"
[ -e "${clst_make_conf}" ] && echo "USE=\"\${USE} $1\"" >> 
"${clst_make_conf}"

[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2017-12-28 Thread Brian Dolbec
commit: 73219eb1c1878d2dd160ba067c6096ff5aefff95
Author: Yuta SATOH  gmail  com>
AuthorDate: Fri Dec 29 01:55:05 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Dec 29 02:05:15 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=73219eb1

stagebase.py: Update bind() for Gentoo/FreeBSD tmpfs/shmfs # 363577

Bug url: https://bugs.gentoo.org/363577

 catalyst/base/stagebase.py | 27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 32cc3df1..eaed73fc 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -967,21 +967,22 @@ class StageBase(TargetBase, ClearBase, GenBase):
if "snapcache" in self.settings["options"] and x == 
"portdir":
self.snapcache_lock.read_lock()
_cmd = None
-   if os.uname()[0] == "FreeBSD":
-   if src == "/dev":
-   _cmd = ['mount', '-t', 'devfs', 'none', 
target]
-   else:
-   _cmd = ['mount_nullfs', src, target]
+   if src == "tmpfs":
+   if "var_tmpfs_portage" in self.settings:
+   _cmd = ['mount', '-t', 'tmpfs',
+   '-o', 'size=' + 
self.settings['var_tmpfs_portage'] + 'G',
+   src, target]
else:
-   if src == "tmpfs":
-   if "var_tmpfs_portage" in self.settings:
-   _cmd = ['mount', '-t', 'tmpfs',
-   '-o', 'size=' + 
self.settings['var_tmpfs_portage'] + 'G',
-   src, target]
-   elif src == "shmfs":
-   _cmd = ['mount', '-t', 'tmpfs', '-o', 
'noexec,nosuid,nodev', 'shm', target]
+   if os.uname()[0] == "FreeBSD":
+   if src == "/dev":
+   _cmd = ['mount', '-t', 'devfs', 
'none', target]
+   else:
+   _cmd = ['mount_nullfs', src, 
target]
else:
-   _cmd = ['mount', '--bind', src, target]
+   if src == "shmfs":
+   _cmd = ['mount', '-t', 'tmpfs', 
'-o', 'noexec,nosuid,nodev', 'shm', target]
+   else:
+   _cmd = ['mount', '--bind', src, 
target]
if _cmd:
log.debug('bind(); _cmd = %s', _cmd)
cmd(_cmd, env=self.env, fail_func=self.unbind)



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2017-12-28 Thread Brian Dolbec
commit: 16cb2fcfa1fac91f877a5f41ddb97eee68208466
Author: Yuta SATOH  gmail  com>
AuthorDate: Fri Dec 29 01:42:12 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Dec 29 02:05:15 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=16cb2fcf

stagebase.py: Update umount cmd, add env=self.env  # 363577

Bug url: https://bugs.gentoo.org/363577

 catalyst/base/stagebase.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 8f9a5dbd..32cc3df1 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1002,7 +1002,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
continue
 
try:
-   cmd(['umount', target])
+   cmd(['umount', target], env=self.env)
except CatalystError:
log.warning('First attempt to unmount failed: 
%s', target)
log.warning('Killing any pids still running in 
the chroot')
@@ -1010,7 +1010,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
self.kill_chroot_pids()
 
try:
-   cmd(['umount', target])
+   cmd(['umount', target], env=self.env)
except CatalystError:
ouch = 1
log.warning("Couldn't umount bind 
mount: %s", target)



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/

2017-12-28 Thread Anthony G. Basile
commit: c9fa88645f02ccdad8c251cca2a80c917fc7c9bf
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Dec 29 02:03:37 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Dec 29 02:07:03 2017 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=c9fa8864

world.conf: update

 core/etc/grs/world.conf | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 9f05221..488fc80 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -626,13 +626,13 @@ package.use : dev-qt/qtcore:4 -aqua -debug -libressl -pch 
exceptions glib iconv
 package.use : dev-qt/qtgui:4 -aqua -debug -egl -gtkstyle -nis -pch -trace 
accessibility cups exceptions glib mng nas qt3support tiff xinerama xv
 
 [dev-qt/qtlockedfile:0]
-package.use : dev-qt/qtlockedfile:0 -doc -qt5 qt4
+package.use : dev-qt/qtlockedfile:0 -doc qt4 qt5
 
 [dev-qt/qtscript:4]
 package.use : dev-qt/qtscript:4 -aqua -debug -jit -pch exceptions
 
 [dev-qt/qtsingleapplication:0]
-package.use : dev-qt/qtsingleapplication:0 -doc -qt5 X qt4
+package.use : dev-qt/qtsingleapplication:0 -doc X qt4 qt5
 
 [dev-qt/qtsql:4]
 package.use : dev-qt/qtsql:4 -aqua -debug -freetds -mysql -oci8 -pch -postgres 
exceptions odbc qt3support sqlite
@@ -1679,6 +1679,9 @@ package.use : x11-libs/libwnck:3 -tools introspection 
startup-notification
 [x11-libs/libxcb:0]
 package.use : x11-libs/libxcb:0 -doc -selinux -test static-libs xkb
 
+[x11-libs/libxkbcommon:0]
+package.use : x11-libs/libxkbcommon:0 -doc -static-libs -test X
+
 [x11-libs/libxkbfile:0]
 package.use : x11-libs/libxkbfile:0 static-libs
 



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/grs/

2017-12-28 Thread Anthony G. Basile
commit: 7b2343ff593ce8c961720f83eedbe528eb4a3f8d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Dec 29 02:03:37 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Dec 29 02:03:37 2017 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=7b2343ff

world.conf: update

 core/etc/grs/world.conf | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 46360e6..e5f9f80 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -628,13 +628,13 @@ package.use : dev-qt/qtcore:4 -aqua -debug -libressl -pch 
exceptions glib iconv
 package.use : dev-qt/qtgui:4 -aqua -debug -egl -gtkstyle -nis -pch -trace 
accessibility cups exceptions glib mng nas qt3support tiff xinerama xv
 
 [dev-qt/qtlockedfile:0]
-package.use : dev-qt/qtlockedfile:0 -doc -qt5 qt4
+package.use : dev-qt/qtlockedfile:0 -doc qt4 qt5
 
 [dev-qt/qtscript:4]
 package.use : dev-qt/qtscript:4 -aqua -debug -jit -pch exceptions
 
 [dev-qt/qtsingleapplication:0]
-package.use : dev-qt/qtsingleapplication:0 -doc -qt5 X qt4
+package.use : dev-qt/qtsingleapplication:0 -doc X qt4 qt5
 
 [dev-qt/qtsql:4]
 package.use : dev-qt/qtsql:4 -aqua -debug -freetds -mysql -oci8 -pch -postgres 
exceptions odbc qt3support sqlite
@@ -1690,6 +1690,9 @@ package.use : x11-libs/libwnck:3 -tools introspection 
startup-notification
 [x11-libs/libxcb:0]
 package.use : x11-libs/libxcb:0 -doc -selinux -test static-libs xkb
 
+[x11-libs/libxkbcommon:0]
+package.use : x11-libs/libxkbcommon:0 -doc -static-libs -test X
+
 [x11-libs/libxkbfile:0]
 package.use : x11-libs/libxkbfile:0 static-libs
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/files/, dev-libs/openssl/

2017-12-28 Thread Thomas Deutschmann
commit: e2a23951221fb5f24e6dfa7d01d17ce4fe64d750
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 29 01:56:56 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 29 01:57:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a23951

dev-libs/openssl: Rev bump to allow building with Perl 5.26

Ebuild changes:
===
- EAPI bumped to EAPI=6

- Added to for '.' in @INC (thanks to Joakim Gebart NohlgÄrd)

Closes: https://bugs.gentoo.org/639876
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../files/openssl-0.9.8z_p8-perl-5.26.patch|  13 ++
 dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild   | 167 +
 2 files changed, 180 insertions(+)

diff --git a/dev-libs/openssl/files/openssl-0.9.8z_p8-perl-5.26.patch 
b/dev-libs/openssl/files/openssl-0.9.8z_p8-perl-5.26.patch
new file mode 100644
index 000..c932b820425
--- /dev/null
+++ b/dev-libs/openssl/files/openssl-0.9.8z_p8-perl-5.26.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/639876
+
+--- a/crypto/des/asm/des-586.pl
 b/crypto/des/asm/des-586.pl
+@@ -4,7 +4,7 @@
+ # Svend Olaf Mikkelsen 
+ #
+ 
+-push(@INC,"perlasm","../../perlasm");
++push(@INC,".","perlasm","../../perlasm");
+ require "x86asm.pl";
+ require "cbc.pl";
+ require "desboth.pl";

diff --git a/dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild 
b/dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild
new file mode 100644
index 000..5fcc6d8ea4e
--- /dev/null
+++ b/dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild
@@ -0,0 +1,167 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME 
for ABI compat
+
+EAPI="6"
+
+inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal
+
+#PLEVEL=$(printf "\\$(printf '%03o' $((${PV##*_p} + 96)))")
+PLEVEL='h' # _p8 -> tr '[1-9]' '[a-i]' -> 'h'
+MY_PV=${PV/_p*/${PLEVEL}}
+MY_P=${PN}-${MY_PV}
+S="${WORKDIR}/${MY_P}"
+DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1"
+HOMEPAGE="https://www.openssl.org/;
+SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
+
+LICENSE="openssl"
+SLOT="0.9.8"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE="bindist gmp kerberos cpu_flags_x86_sse2 test zlib"
+RESTRICT="!bindist? ( bindist )"
+
+RDEPEND="gmp? ( >=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+   kerberos? ( >=app-crypt/mit-krb5-1.11.4[${MULTILIB_USEDEP}] )
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r4
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )
+   !=dev-libs/openssl-0.9.8*:0"
+DEPEND="${RDEPEND}
+   >=dev-lang/perl-5
+   test? (
+   sys-apps/diffutils
+   sys-devel/bc
+   )"
+
+# Do not install any docs
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.8e-bsd-sparc64.patch
+   "${FILESDIR}"/${PN}-0.9.8h-ldflags.patch #181438
+   "${FILESDIR}"/${PN}-0.9.8m-binutils.patch #289130
+   "${FILESDIR}"/${PN}-0.9.8z_p8-perl-5.26.patch
+)
+
+src_prepare() {
+   default
+
+   # disable fips in the build
+   # make sure the man pages are suffixed #302165
+   # don't bother building man pages if they're disabled
+   sed -i \
+   -e '/DIRS/s: fips : :g' \
+   -e '/^MANSUFFIX/s:=.*:=ssl:' \
+   -e '/^MAKEDEPPROG/s:=.*:=$(CC):' \
+   -e $(has noman FEATURES \
+   && echo '/^install:/s:install_docs::' \
+   || echo '/^MANDIR=/s:=.*:=/usr/share/man:') \
+   Makefile{,.org} \
+   || die
+   # show the actual commands in the log
+   sed -i '/^SET_X/s:=.*:=set -x:' Makefile.shared || die
+   # update the enginedir path.
+   # punt broken config we don't care about as it fails sanity check.
+   sed -i \
+   -e '/^"debug-ben-debug-64"/d' \
+   -e "/foo.*engines/s|/lib/engines|/$(get_libdir)/engines|" \
+   Configure || die
+
+   # since we're forcing $(CC) as makedep anyway, just fix
+   # the conditional as always-on
+   # helps clang (#417795), and versioned gcc (#499818)
+   sed -i 's/expr.*MAKEDEPEND.*;/true;/' util/domd || die
+
+   # quiet out unknown driver argument warnings since openssl
+   # doesn't have well-split CFLAGS and we're making it even worse
+   # and 'make depend' uses -Werror for added fun (#417795 again)
+   [[ ${CC} == *clang* ]] && append-flags -Qunused-arguments
+
+   # allow openssl to be cross-compiled
+   cp "${FILESDIR}"/gentoo.config-0.9.8 gentoo.config || die "cp 
cross-compile failed"
+   chmod a+rx gentoo.config || die
+
+   append-flags -fno-strict-aliasing
+   append-flags 

[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2017-12-28 Thread Brian Dolbec
commit: d1dbb555a08951b65c21f900ace740b1a76efa51
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 28 20:58:29 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Dec 29 00:34:30 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d1dbb555

stagebase.py: Fix cleaning portage_prefix errors

Remove outer [ ] pair in the pjoin.
Remove leading / in the "/etc/portage/package.%s"  Ben Kohler  
gmail.com>
Add "accept_keywords" package.* entry to clean. Ben Kohler  
gmail.com>
Add extra logging info.
Change from using chroot_path to destpath in case it is different (stage1).
Use normpath() on some other cleanables to remove "//"'s

 catalyst/base/stagebase.py | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index a6a32f5a..8f9a5dbd 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1207,7 +1207,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
else:
for x in self.settings["cleanables"]:
log.notice('Cleaning chroot: %s', x)
-   clear_path(self.settings["destpath"] + x)
+   clear_path(normpath(self.settings["destpath"] + 
x))
 
# Put /etc/hosts back into place
hosts_file = self.settings['chroot_path'] + '/etc/hosts'
@@ -1217,15 +1217,18 @@ class StageBase(TargetBase, ClearBase, GenBase):
# optionally clean up portage configs
if ("portage_prefix" in self.settings and
"sticky-config" not in self.settings["options"]):
-   for _dir in "keywords", "mask", "unmask", "use":
-   target = pjoin([self.settings['chroot_path'],
-   "/etc/portage/package.%s" % _dir,
-   self.settings["portage_prefix"]])
+   log.debug("clean(), portage_preix = %s, no 
sticky-config", self.settings["portage_prefix"])
+   for _dir in "accept_keywords", "keywords", "mask", 
"unmask", "use":
+   target = pjoin(self.settings["destpath"],
+   "etc/portage/package.%s" % _dir,
+   self.settings["portage_prefix"])
+   log.notice("Clearing portage_prefix target: 
%s", target)
clear_path(target)
 
# Remove our overlay
-   if os.path.exists(self.settings["chroot_path"] + 
self.settings["local_overlay"]):
-   clear_path(self.settings["chroot_path"] + 
self.settings["local_overlay"])
+   overlay = normpath(self.settings["chroot_path"] + 
self.settings["local_overlay"])
+   if os.path.exists(overlay):
+   clear_path(overlay)
 
# re-write the make.conf to be sure it is clean
self.write_make_conf(setup=False)



[gentoo-commits] proj/catalyst:master commit in: catalyst/

2017-12-28 Thread Brian Dolbec
commit: 2fdaa2db2cdb2b23a863f14fa4970c614718ae8a
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Dec 29 00:10:53 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Dec 29 00:34:31 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2fdaa2db

fileops.py: Add extra debug logging...

 catalyst/fileops.py | 5 +
 1 file changed, 5 insertions(+)

diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index 5e51f1fc..ab6a0c9f 100644
--- a/catalyst/fileops.py
+++ b/catalyst/fileops.py
@@ -92,6 +92,11 @@ def clear_dir(target, mode=0o755, chg_flags=False, 
remove=False,
else:
log.info('clear_dir failed: %s: is not a directory', 
target)
return False
+   else:
+   log.debug("Condidtions not met to clear: %s", target)
+   log.debug("   isdir: %s", 
os.path.isdir(target))
+   log.debug("  islink: %s", 
os.path.islink(target))
+   log.debug("  exists: %s", 
os.path.exists(target))
 
if not remove:
log.debug('ensure_dirs()')



[gentoo-commits] proj/catalyst:master commit in: /

2017-12-28 Thread Brian Dolbec
commit: 2f9c42444f3207054c3a3abfd3f9e0f368d3ffae
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Dec 29 00:30:43 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Dec 29 00:34:31 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2f9c4244

testpath: Change to PWD instead of BASH_SOURCE

BASHSOURCE is no longer working...

 testpath | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testpath b/testpath
index f4721a4b..4c18df10 100644
--- a/testpath
+++ b/testpath
@@ -14,5 +14,5 @@
 #
 # catalyst -c catalyst.conf -p -f stage1.spec
 
-export PATH="$(dirname ${BASH_SOURCE[0]})/bin:${PATH}"
-export PYTHONPATH="$(dirname $0)/../pyDeComp/:$(dirname 
${BASH_SOURCE[0]})${PYTHONPATH:+:}${PYTHONPATH}"
+export PATH="$(dirname ${PWD})/bin:${PATH}"
+export PYTHONPATH="$(dirname ${PWD})/../pyDeComp/:$(dirname 
${PWD})${PYTHONPATH:+:}${PYTHONPATH}"



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

2017-12-28 Thread Sergei Trofimovich
commit: f26dd4cb27aa5a23c5fd1f5f66bbebe0631bd903
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 29 00:24:06 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:24:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26dd4cb

media-gfx/imagemagick: stable 6.9.9.26 for hppa, bug #640692

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild
index 8f1a0d693a4..37339b976b1 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ~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 ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm 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 ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg 
jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw 
static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"



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

2017-12-28 Thread Sergei Trofimovich
commit: 46797978b8fa693c81a71b2f4c0eadd21774ef09
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 29 00:24:00 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:24:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46797978

media-gfx/graphicsmagick: stable 1.3.27 for hppa, bug #640690

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild
index c6d5b784810..95f19bc5a5c 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code;
 else
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp



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

2017-12-28 Thread Sergei Trofimovich
commit: 3234e92d1fc716324b4bb19c2793fc61571c1c33
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 29 00:24:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:24:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3234e92d

media-gfx/imagemagick: stable 7.0.7.14 for hppa, bug #640692

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild
index 85eb09f6509..ac5ebb2031c 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/${PV}"
-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 ~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 ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg 
jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw 
static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"



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

2017-12-28 Thread Sergei Trofimovich
commit: ef7752aa047cabd7dd62dbc4df93441476f70ea9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 20:50:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:20:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7752aa

dev-ruby/childprocess: stable 0.6.3 for sparc, bug #622796

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-ruby/childprocess/childprocess-0.6.3.ebuild 
b/dev-ruby/childprocess/childprocess-0.6.3.ebuild
index e630342ebdd..0292a3268ea 100644
--- a/dev-ruby/childprocess/childprocess-0.6.3.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.6.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jarib/childprocess;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:3 )"



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

2017-12-28 Thread Sergei Trofimovich
commit: 3dda68ba4ef3924f36a343b13cd48fa00ad18431
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 23:39:58 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:20:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dda68ba

dev-ruby/nanotest: stable 0.9.4.1 for sparc, bug #636568

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 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 c7458de91bf..8c0ef2f4fcf 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 x86"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



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

2017-12-28 Thread Sergei Trofimovich
commit: e3ab948c3d9c971e919f2215f95dcf10c6c33448
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 23:33:42 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:20:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ab948c

dev-ruby/gherkin: stable 4.1.3 for sparc, bug #636568

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-ruby/gherkin/gherkin-4.1.3.ebuild 
b/dev-ruby/gherkin/gherkin-4.1.3.ebuild
index 07f7df770ce..f929166d1db 100644
--- a/dev-ruby/gherkin/gherkin-4.1.3.ebuild
+++ b/dev-ruby/gherkin/gherkin-4.1.3.ebuild
@@ -19,6 +19,6 @@ DESCRIPTION="Fast Gherkin lexer and parser"
 HOMEPAGE="https://github.com/cucumber/gherkin;
 LICENSE="MIT"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
 SLOT="4"
 IUSE=""



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

2017-12-28 Thread Sergei Trofimovich
commit: 03d6dc211dcc36b9ee318b1d26b59827a5890da7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 23:45:49 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:20:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d6dc21

dev-ruby/mime-types: stable 2.99.2 for sparc, bug #636568

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-ruby/mime-types/mime-types-2.99.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types/mime-types-2.99.2.ebuild 
b/dev-ruby/mime-types/mime-types-2.99.2.ebuild
index 9769dceaf59..0bd78b11e9b 100644
--- a/dev-ruby/mime-types/mime-types-2.99.2.ebuild
+++ b/dev-ruby/mime-types/mime-types-2.99.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types;
 
 LICENSE="MIT Artistic GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"



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

2017-12-28 Thread Sergei Trofimovich
commit: 9f0f72fa595b05ff6398cfd2c3ecd0a70bb6b21d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 23:41:03 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:20:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0f72fa

dev-ruby/unindent: stable 1.0 for sparc, bug #636568

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 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 1b009df47e4..9e78e54753d 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 ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



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

2017-12-28 Thread Sergei Trofimovich
commit: 79e600918a822df2d9d97283485d3b88bed68ef2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 23:42:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:20:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e60091

dev-util/cucumber-core: stable 1.5.0 for sparc, bug #636568

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

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 5822e8b490e..5f4e71fbd36 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 x86"
+KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 sparc x86"
 SLOT="0"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/

2017-12-28 Thread Sergei Trofimovich
commit: 012089112aec1a037fbbc92de122ecd46239d015
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 29 00:13:28 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 00:13:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01208911

sys-kernel/linux-headers: restore keywords for 4.14

Build-tested on amd64 list of packages from
https://wiki.gentoo.org/wiki/Project:Toolchain/sys-kernel/linux-headers

Looks good so far!

Closes: https://bugs.gentoo.org/638848
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-kernel/linux-headers/linux-headers-4.14.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-kernel/linux-headers/linux-headers-4.14.ebuild 
b/sys-kernel/linux-headers/linux-headers-4.14.ebuild
index 72d66535a21..b313a4300f8 100644
--- a/sys-kernel/linux-headers/linux-headers-4.14.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.14.ebuild
@@ -12,8 +12,7 @@ PATCH_VER="1"
 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
 
-# Restore keywords after successful basic tests
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 
 DEPEND="app-arch/xz-utils
dev-lang/perl"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-gpg/

2017-12-28 Thread Robin H. Johnson
commit: 10a493638bb30ca69edd975f0e6bbdff467877a4
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Dec 28 00:36:31 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Dec 28 23:00:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a49363

dev-ruby/hiera-eyaml-gpg: bump for ruby targets

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 .../hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild  | 23 ++
 1 file changed, 23 insertions(+)

diff --git a/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild 
b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild
new file mode 100644
index 000..031a46a59c8
--- /dev/null
+++ b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A GPG backend for hiera-eyaml"
+HOMEPAGE="https://github.com/sihil/hiera-eyaml-gpg;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend '>=dev-ruby/hiera-eyaml-1.3.8'
+ruby_add_rdepend '>=dev-ruby/gpgme-2.0.0'



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

2017-12-28 Thread Robin H. Johnson
commit: ac0d571e0dc662f248dde17441a6734c5ec0853a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Dec 28 00:28:55 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Dec 28 23:00:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0d571e

dev-ruby/gpgme: bump for ruby targets

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-ruby/gpgme/gpgme-2.0.12-r1.ebuild | 54 +++
 1 file changed, 54 insertions(+)

diff --git a/dev-ruby/gpgme/gpgme-2.0.12-r1.ebuild 
b/dev-ruby/gpgme/gpgme-2.0.12-r1.ebuild
new file mode 100644
index 000..4ca047dc74c
--- /dev/null
+++ b/dev-ruby/gpgme/gpgme-2.0.12-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="NEWS README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-ng ruby-fakegem flag-o-matic
+
+DESCRIPTION="Ruby language binding for GnuPG Made Easy"
+HOMEPAGE="https://github.com/ueno/ruby-gpgme;
+SRC_URI="https://github.com/ueno/ruby-gpgme/archive/${PV}.tar.gz -> 
ruby-${P}.tar.gz"
+RUBY_S="ruby-${P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND+=">=app-crypt/gpgme-1.1.3"
+RDEPEND+=">=app-crypt/gpgme-1.1.3"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha:0.14 )"
+
+all_ruby_prepare() {
+   sed -i -e '/\(coverall\|bundler\|ruby-debug\|byebug\)/I s:^:#:' \
+   -e '3igem "mocha", "~> 0.14"' \
+   test/test_helper.rb || die
+
+   # Remove failing tests for now. This package was added without
+   # running any tests :-(
+   rm -f test/{ctx,crypto}_test.rb || die
+
+   sed -i -e '/portile/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_configure() {
+   append-flags -fPIC
+   export RUBY_GPGME_USE_SYSTEM_LIBRARIES=1
+   ${RUBY} -C ext "${S}/ext/gpgme/extconf.rb" || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake V=1 -C ext archflag="${LDFLAGS}" || die "emake failed"
+   cp -f "${S}/ext/gpgme_n.so" "${S}/lib" || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-plaintext/

2017-12-28 Thread Robin H. Johnson
commit: 32920efa2f3c62e02984626bb79e29a33dfff699
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Dec 28 00:31:30 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Dec 28 23:00:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32920efa

dev-ruby/hiera-eyaml-plaintext: bump for ruby targets

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 .../hiera-eyaml-plaintext-0.6-r1.ebuild  | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild 
b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild
new file mode 100644
index 000..a4a5ee2fdd1
--- /dev/null
+++ b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A plaintext backend for hiera-eyaml"
+HOMEPAGE="https://github.com/gtmtechltd/hiera-eyaml-plaintext;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2017-12-28 Thread Robin H. Johnson
commit: 22f93ac5d1fbb5a500d13631a9abc7c8f3caf8cc
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Dec 28 00:31:55 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Dec 28 23:00:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f93ac5

dev-ruby/hiera-eyaml: bump for ruby targets

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild | 47 
 1 file changed, 47 insertions(+)

diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild 
b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
new file mode 100644
index 000..007f7adf8e8
--- /dev/null
+++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
@@ -0,0 +1,47 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGES.md PLUGINS.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Encrypted YAML backend for hiera"
+HOMEPAGE="https://github.com/TomPoulton/hiera-eyaml;
+SRC_URI="https://github.com/TomPoulton/hiera-eyaml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/highline-1.6.19"
+ruby_add_rdepend "dev-ruby/trollop:2"
+
+ruby_add_bdepend "test? ( dev-util/cucumber ~dev-util/aruba-0.6.2 
app-admin/puppet dev-ruby/hiera-eyaml-plaintext )"
+
+all_ruby_prepare() {
+   # Fix highline dependency to be compatible with more versions.
+   sed -i -e '/highline/ s/~>/>=/' \
+   -e '/gem.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e 's:/tmp:'${T}':' \
+   
features/sandbox/puppet/environments/local/modules/test/manifests/init.pp \
+   
features/sandbox/puppet-hiera-merge/environments/local/modules/test/manifests/init.pp
 \
+   features/puppet.feature
+}
+
+each_ruby_prepare() {
+   # Run tests with the correct ruby interpreter
+   sed -i -e 's:I run `eyaml:I run `'${RUBY}' '${S}'/bin/eyaml:' 
features/*.feature || die
+
+}
+
+each_ruby_test() {
+   ${RUBY} -S cucumber --format progress features || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/

2017-12-28 Thread Michael Orlitzky
commit: 592275853d6028dcc82dc03d6266b66492e68a63
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 28 21:14:44 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 28 22:34:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59227585

sys-auth/pambase: set IUSE="+cracklib" default.

Bug: https://bugs.gentoo.org/642570
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-auth/pambase/pambase-20101024-r2.ebuild | 2 +-
 sys-auth/pambase/pambase-20120417-r3.ebuild | 2 +-
 sys-auth/pambase/pambase-20140313.ebuild| 2 +-
 sys-auth/pambase/pambase-20150213-r1.ebuild | 2 +-
 sys-auth/pambase/pambase-20150213.ebuild| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-auth/pambase/pambase-20101024-r2.ebuild 
b/sys-auth/pambase/pambase-20101024-r2.ebuild
index bc5bc3f7019..32857376c33 100644
--- a/sys-auth/pambase/pambase-20101024-r2.ebuild
+++ b/sys-auth/pambase/pambase-20101024-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug cracklib passwdqc consolekit gnome-keyring selinux mktemp pam_ssh 
+sha512 pam_krb5 minimal"
+IUSE="debug +cracklib passwdqc consolekit gnome-keyring selinux mktemp pam_ssh 
+sha512 pam_krb5 minimal"
 RESTRICT="binchecks"
 
 RDEPEND="

diff --git a/sys-auth/pambase/pambase-20120417-r3.ebuild 
b/sys-auth/pambase/pambase-20120417-r3.ebuild
index 6f6b7a3a695..4aabe801bba 100644
--- a/sys-auth/pambase/pambase-20120417-r3.ebuild
+++ b/sys-auth/pambase/pambase-20120417-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="consolekit cracklib debug gnome-keyring minimal mktemp pam_krb5 pam_ssh 
passwdqc selinux +sha512 systemd"
+IUSE="consolekit +cracklib debug gnome-keyring minimal mktemp pam_krb5 pam_ssh 
passwdqc selinux +sha512 systemd"
 
 RESTRICT=binchecks
 

diff --git a/sys-auth/pambase/pambase-20140313.ebuild 
b/sys-auth/pambase/pambase-20140313.ebuild
index ca4e1447d60..d9ecfd162fc 100644
--- a/sys-auth/pambase/pambase-20140313.ebuild
+++ b/sys-auth/pambase/pambase-20140313.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="consolekit cracklib debug gnome-keyring minimal mktemp pam_krb5 pam_ssh 
passwdqc selinux +sha512 systemd"
+IUSE="consolekit +cracklib debug gnome-keyring minimal mktemp pam_krb5 pam_ssh 
passwdqc selinux +sha512 systemd"
 
 RESTRICT=binchecks
 

diff --git a/sys-auth/pambase/pambase-20150213-r1.ebuild 
b/sys-auth/pambase/pambase-20150213-r1.ebuild
index c7ae1de98c2..612b2fec2ef 100644
--- a/sys-auth/pambase/pambase-20150213-r1.ebuild
+++ b/sys-auth/pambase/pambase-20150213-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="consolekit cracklib debug elogind gnome-keyring minimal mktemp +nullok 
pam_krb5 pam_ssh passwdqc securetty selinux +sha512 systemd"
+IUSE="consolekit +cracklib debug elogind gnome-keyring minimal mktemp +nullok 
pam_krb5 pam_ssh passwdqc securetty selinux +sha512 systemd"
 
 RESTRICT="binchecks"
 

diff --git a/sys-auth/pambase/pambase-20150213.ebuild 
b/sys-auth/pambase/pambase-20150213.ebuild
index a97db9daf90..436571bbd53 100644
--- a/sys-auth/pambase/pambase-20150213.ebuild
+++ b/sys-auth/pambase/pambase-20150213.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="consolekit cracklib debug gnome-keyring minimal mktemp +nullok pam_krb5 
pam_ssh passwdqc securetty selinux +sha512 systemd"
+IUSE="consolekit +cracklib debug gnome-keyring minimal mktemp +nullok pam_krb5 
pam_ssh passwdqc securetty selinux +sha512 systemd"
 
 RESTRICT=binchecks
 



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

2017-12-28 Thread Michael Orlitzky
commit: 9d41b90a1a01a47451b7c427283ebd282229bec3
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 28 21:16:44 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 28 22:34:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d41b90a

sys-apps/shadow: set IUSE="+cracklib" default.

Closes: https://bugs.gentoo.org/642570
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/shadow/shadow-4.4-r2.ebuild | 2 +-
 sys-apps/shadow/shadow-4.5.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/shadow/shadow-4.4-r2.ebuild 
b/sys-apps/shadow/shadow-4.4-r2.ebuild
index c14915cc196..429fa198d37 100644
--- a/sys-apps/shadow/shadow-4.4-r2.ebuild
+++ b/sys-apps/shadow/shadow-4.4-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/shadow-maint/shadow/releases/download/${PV}/${P}.tar
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
-IUSE="acl audit cracklib nls pam selinux skey xattr"
+IUSE="acl audit +cracklib nls pam selinux skey xattr"
 # Taken from the man/Makefile.am file.
 LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )
 IUSE+=" $(printf 'linguas_%s ' ${LANGS[*]})"

diff --git a/sys-apps/shadow/shadow-4.5.ebuild 
b/sys-apps/shadow/shadow-4.5.ebuild
index 901900f2232..e1ca2b3ce59 100644
--- a/sys-apps/shadow/shadow-4.5.ebuild
+++ b/sys-apps/shadow/shadow-4.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/shadow-maint/shadow/releases/download/${PV}/${P}.tar
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
-IUSE="acl audit cracklib nls pam selinux skey xattr"
+IUSE="acl audit +cracklib nls pam selinux skey xattr"
 # Taken from the man/Makefile.am file.
 LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )
 IUSE+=" $(printf 'linguas_%s ' ${LANGS[*]})"



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

2017-12-28 Thread Michael Orlitzky
commit: 0a1cca77ab4315be2dd4b688caab7f3dbe24da76
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 28 21:11:34 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 28 22:34:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1cca77

sys-libs/pam: add IUSE="+cracklib" default.

Bug: https://bugs.gentoo.org/642570
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-libs/pam/pam-1.2.1-r2.ebuild | 2 +-
 sys-libs/pam/pam-1.3.0-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/pam/pam-1.2.1-r2.ebuild b/sys-libs/pam/pam-1.2.1-r2.ebuild
index d8857d6f143..9da0651bcd3 100644
--- a/sys-libs/pam/pam-1.2.1-r2.ebuild
+++ b/sys-libs/pam/pam-1.2.1-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="audit berkdb cracklib debug nis nls +pie selinux test"
+IUSE="audit berkdb +cracklib debug nis nls +pie selinux test"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] )

diff --git a/sys-libs/pam/pam-1.3.0-r2.ebuild b/sys-libs/pam/pam-1.3.0-r2.ebuild
index ee426cd8d88..bab9709b1fc 100644
--- a/sys-libs/pam/pam-1.3.0-r2.ebuild
+++ b/sys-libs/pam/pam-1.3.0-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="audit berkdb cracklib debug nis nls +pie selinux test vim-syntax"
+IUSE="audit berkdb +cracklib debug nis nls +pie selinux test vim-syntax"
 
 RDEPEND="
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/

2017-12-28 Thread Patrice Clement
commit: 7dac99ffea0660f4c4aef9dcd8064845a3d0b6b8
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 28 22:20:42 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 28 22:20:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dac99ff

app-vim/vimcdoc: version bump.

Closes: https://bugs.gentoo.org/642342
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-vim/vimcdoc/Manifest |  1 +
 app-vim/vimcdoc/vimcdoc-2.1.0.ebuild | 12 
 2 files changed, 13 insertions(+)

diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest
index 7420c15e797..73d9ee52f9a 100644
--- a/app-vim/vimcdoc/Manifest
+++ b/app-vim/vimcdoc/Manifest
@@ -1 +1,2 @@
 DIST vimcdoc-1.9.0.tar.gz 1969682 BLAKE2B 
296fb6f246d92f8c5aa917bdc68870d568892cc2a64158121f7c69878ea8e3bdcfbe1f8b060dca11e24e0fad7ab0cfbe4db8e3d756e7f4715bfc72b32c3d2ef7
 SHA512 
f12e6e12d481d6cf718c97aecc1619c11d5c19ef647155ed66c8c6b79f7a82ca36249e7f60aeb246404dbb31c68eced135c53247f0d99acaf05bc8e7a5679fc9
+DIST vimcdoc-2.1.0.tar.gz 2228306 BLAKE2B 
099727487067f5ff1e28ab1d8562edc6377984e557c9fa8b467102cd7df069f6bfed7d2149c59f8b5d8aa6e2352905533cdc6c6c1869a8e2494c4b1601df6056
 SHA512 
31df2f9b37d0fe00205afc66a920633fae770bca569c3d71376cc4b27af42f6f8bd6aa9f997b5007bad65ca4525a1847e396b64083ca7dd12748153e4d216096

diff --git a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild 
b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild
new file mode 100644
index 000..5eec3b7044f
--- /dev/null
+++ b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="online vim documentation translated into Chinese"
+HOMEPAGE="http://vimcdoc.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/

2017-12-28 Thread GöktĂŒrk YĂŒksek
commit: 0f67b96ac8d1cb05ab5c339eb66cd7475d91
Author: GöktĂŒrk YĂŒksek  gentoo  org>
AuthorDate: Thu Dec 28 22:08:45 2017 +
Commit: GöktĂŒrk YĂŒksek  gentoo  org>
CommitDate: Thu Dec 28 22:09:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f67b96a

app-crypt/yubikey-manager-qt: require X for qtsingleapplication #642472

Closes: https://bugs.gentoo.org/642472
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 ...bikey-manager-qt-0.3.2.ebuild => yubikey-manager-qt-0.3.2-r1.ebuild} | 2 +-
 ...bikey-manager-qt-0.4.0.ebuild => yubikey-manager-qt-0.4.0-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2.ebuild 
b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2-r1.ebuild
similarity index 97%
rename from app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2.ebuild
rename to app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2-r1.ebuild
index 74f07962a8d..63672a9f513 100644
--- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2.ebuild
+++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2-r1.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 
 DEPEND=">=app-crypt/yubikey-manager-0.4[${PYTHON_USEDEP}]
dev-python/pyotherside[${PYTHON_USEDEP}]
-   dev-qt/qtsingleapplication[qt5]
+   dev-qt/qtsingleapplication[qt5,X]
dev-qt/qtdeclarative:5
dev-qt/qtquickcontrols:5[widgets]
dev-qt/qtwidgets:5"

diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.4.0.ebuild 
b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.4.0-r1.ebuild
similarity index 97%
rename from app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.4.0.ebuild
rename to app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.4.0-r1.ebuild
index 04d1dcd6ecb..159e51cf5b5 100644
--- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.4.0.ebuild
+++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.4.0-r1.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 
 DEPEND=">=app-crypt/yubikey-manager-0.5.0[${PYTHON_USEDEP}]
dev-python/pyotherside[${PYTHON_USEDEP}]
-   dev-qt/qtsingleapplication[qt5]
+   dev-qt/qtsingleapplication[qt5,X]
dev-qt/qtdeclarative:5
dev-qt/qtquickcontrols:5[widgets]
dev-qt/qtwidgets:5"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/

2017-12-28 Thread Andreas Sturmlechner
commit: 89f0b0367f6336456b336b3e7f6df4a8f7885254
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 21:44:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 22:07:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f0b036

kde-misc/kmarkdownwebview: 0.4.0 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/kmarkdownwebview/Manifest |  1 +
 .../kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/kde-misc/kmarkdownwebview/Manifest 
b/kde-misc/kmarkdownwebview/Manifest
index 1076204fa28..06ca64ffaa9 100644
--- a/kde-misc/kmarkdownwebview/Manifest
+++ b/kde-misc/kmarkdownwebview/Manifest
@@ -1,2 +1,3 @@
 DIST kmarkdownwebview-0.2.0.tar.xz 52148 BLAKE2B 
71053212b168c4caf47ff879e7201a057169f517f591c0ad9d5d331a9b64651750a2eb129bce95e9ce321e479376825e5c949537096cd2e23b0b2ee7d2913883
 SHA512 
6419238b52a2ae82a5496d1afb82ef809e9a43c9ed8e6e5f27457087ddc8aad0ffeae99d287d2d3644da04f07e29b795a59ab2e6bc54658f267bd466844da1e7
 DIST kmarkdownwebview-0.3.0.tar.xz 55764 BLAKE2B 
e076a4c54b4ae72a587bd988b590489d36e537bbca4522dfb99181052e13e68c16cabc37d0a5775f86832a787b16fe09561392af8bdaceb6fb9b2adc38cf7979
 SHA512 
a6f1f8d721e1417a8f6028d3373a8e8107fb0ee5b809511dfe4ca0acd79531dd354918100d51f6b253fa54dc8367eede7116010756d10b59be810e12057fa612
+DIST kmarkdownwebview-0.4.0.tar.xz 57728 BLAKE2B 
7149f13987d1e204071ad6a030a40371065c016b94a56e7d4688b7d806ea1eee6cd543498d38ae540fc48fadd7fcbdd55842546a5f9ad337599d5edfec728a34
 SHA512 
3ea108441e6f35d04156b567b0aed25ce6a6f96311b69e6a6f3cfc71a4eb9b9613d36a127da19fc71dfe5118f14064f725a994dd667560699b33830482c2d380

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild
new file mode 100644
index 000..48060d54cb7
--- /dev/null
+++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="KPart for rendering Markdown content"
+HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/;
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="!webkit? ( BSD ) LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE="webkit"
+
+DEPEND="
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   webkit? ( $(add_qt_dep qtwebkit) )
+   !webkit? (
+   $(add_qt_dep qtwebchannel)
+   $(add_qt_dep qtwebengine 'widgets')
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QTWEBKIT=$(usex webkit)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/

2017-12-28 Thread Andreas Sturmlechner
commit: d2632b7218aafb24dc3a0b5bf5506ca4e984de8a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 21:47:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 22:07:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2632b72

kde-misc/kmarkdownwebview: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/kmarkdownwebview/Manifest |  2 --
 .../kmarkdownwebview/kmarkdownwebview-0.2.0.ebuild | 38 --
 .../kmarkdownwebview/kmarkdownwebview-0.3.0.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/kde-misc/kmarkdownwebview/Manifest 
b/kde-misc/kmarkdownwebview/Manifest
index 06ca64ffaa9..b8ae7095bcc 100644
--- a/kde-misc/kmarkdownwebview/Manifest
+++ b/kde-misc/kmarkdownwebview/Manifest
@@ -1,3 +1 @@
-DIST kmarkdownwebview-0.2.0.tar.xz 52148 BLAKE2B 
71053212b168c4caf47ff879e7201a057169f517f591c0ad9d5d331a9b64651750a2eb129bce95e9ce321e479376825e5c949537096cd2e23b0b2ee7d2913883
 SHA512 
6419238b52a2ae82a5496d1afb82ef809e9a43c9ed8e6e5f27457087ddc8aad0ffeae99d287d2d3644da04f07e29b795a59ab2e6bc54658f267bd466844da1e7
-DIST kmarkdownwebview-0.3.0.tar.xz 55764 BLAKE2B 
e076a4c54b4ae72a587bd988b590489d36e537bbca4522dfb99181052e13e68c16cabc37d0a5775f86832a787b16fe09561392af8bdaceb6fb9b2adc38cf7979
 SHA512 
a6f1f8d721e1417a8f6028d3373a8e8107fb0ee5b809511dfe4ca0acd79531dd354918100d51f6b253fa54dc8367eede7116010756d10b59be810e12057fa612
 DIST kmarkdownwebview-0.4.0.tar.xz 57728 BLAKE2B 
7149f13987d1e204071ad6a030a40371065c016b94a56e7d4688b7d806ea1eee6cd543498d38ae540fc48fadd7fcbdd55842546a5f9ad337599d5edfec728a34
 SHA512 
3ea108441e6f35d04156b567b0aed25ce6a6f96311b69e6a6f3cfc71a4eb9b9613d36a127da19fc71dfe5118f14064f725a994dd667560699b33830482c2d380

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.2.0.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.2.0.ebuild
deleted file mode 100644
index 48060d54cb7..000
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KPart for rendering Markdown content"
-HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="!webkit? ( BSD ) LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="webkit"
-
-DEPEND="
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   webkit? ( $(add_qt_dep qtwebkit) )
-   !webkit? (
-   $(add_qt_dep qtwebchannel)
-   $(add_qt_dep qtwebengine 'widgets')
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QTWEBKIT=$(usex webkit)
-   )
-
-   kde5_src_configure
-}

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.3.0.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.3.0.ebuild
deleted file mode 100644
index 48060d54cb7..000
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KPart for rendering Markdown content"
-HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="!webkit? ( BSD ) LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="webkit"
-
-DEPEND="
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   webkit? ( $(add_qt_dep qtwebkit) )
-   !webkit? (
-   $(add_qt_dep qtwebchannel)
-   $(add_qt_dep qtwebengine 'widgets')
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QTWEBKIT=$(usex webkit)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-12-28 Thread Andreas Sturmlechner
commit: 7107d97ea48d288d3e9bd84ced5c6eba3673961b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 22:03:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 22:07:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7107d97e

app-office/kmymoney: 4.8.1.1 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kmymoney/Manifest|  1 +
 app-office/kmymoney/kmymoney-4.8.1.1.ebuild | 75 +
 2 files changed, 76 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 2a1734f19ec..736e8aee315 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-4.8.0.tar.xz 20785888 BLAKE2B 
23819f5ef4f1ec0951f8b598041b7516efae94ccc6677404b133039023e6141e078226938d2c6d6fa6332803d4ee23d1c855e4db1945ada3d02d8302103876d0
 SHA512 
883635a9441cbe3d6c835fe1dbc1cc5ed5cc834f76c945030ec680aee4fc6ceb367fdde811672a392eb5cd7b735c858e0be5a7f7964a4ccf5f9ba8865381
+DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B 
d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6
 SHA512 
1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1.ebuild
new file mode 100644
index 000..24a7abd2013
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-4.8.1.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+SQL_REQUIRED="always"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde4-base
+
+DESCRIPTION="Personal finance manager by KDE"
+HOMEPAGE="https://kmymoney.org/;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="calendar debug doc hbci ofx quotes weboob"
+
+COMMON_DEPEND="
+   >=app-crypt/gpgme-1.7.0[cxx]
+   =net-libs/aqbanking-5.5.1
+   >=sys-libs/gwenhywfar-4.15.3[qt4]
+   )
+   ofx? ( >=dev-libs/libofx-0.9.4 )
+   weboob? ( www-client/weboob )
+"
+RDEPEND="${COMMON_DEPEND}
+   quotes? ( dev-perl/Finance-Quote )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   kde4-base_src_prepare
+
+   # don't install as executable
+   sed -i kmymoney/CMakeLists.txt \
+   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   -DENABLE_LIBICAL=$(usex calendar)
+   -DUSE_DEVELOPER_DOC=$(usex doc)
+   -DENABLE_KBANKING=$(usex hbci)
+   -DENABLE_LIBOFX=$(usex ofx)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
+   -DENABLE_WEBOOB=$(usex weboob)
+   )
+   kde4-base_src_configure
+}
+
+src_compile() {
+   kde4-base_src_compile
+   use doc && kde4-base_src_compile apidoc
+}
+
+src_install() {
+   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
+   kde4-base_src_install
+}



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

2017-12-28 Thread Sergei Trofimovich
commit: a4fbd5b2554ade50e2f28209565a01d6c276baf8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 21:54:01 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 21:55:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fbd5b2

app-crypt/mit-krb5: stable 1.15.2-r1 for ia64, bug #639702

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

 app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild
index 57e733a80ac..61047fffa95 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz;
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE="doc +keyutils libressl nls openldap +pkinit selinux +threads test xinetd"
 
 CDEPEND="



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

2017-12-28 Thread Sergei Trofimovich
commit: cace5df6907ea3905b5e65a385399a5725450192
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 21:53:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 21:55:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cace5df6

app-crypt/heimdal: stable 7.5.0 for ia64, bug #640808

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

 app-crypt/heimdal/heimdal-7.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/heimdal/heimdal-7.5.0.ebuild 
b/app-crypt/heimdal/heimdal-7.5.0.ebuild
index cd2cd42da78..fc0a8cbe1d0 100644
--- a/app-crypt/heimdal/heimdal-7.5.0.ebuild
+++ b/app-crypt/heimdal/heimdal-7.5.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd"
 IUSE="afs +berkdb caps hdb-ldap ipv6 libressl otp +pkinit selinux ssl 
static-libs test X"
 
 CDEPEND="



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

2017-12-28 Thread Sergei Trofimovich
commit: cb36542b508460efd42c266894ce862d14fc8400
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 21:54:40 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 21:55:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb36542b

dev-libs/leatherman: stable 1.3.0 for ppc, bug #625764

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

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

diff --git a/dev-libs/leatherman/leatherman-1.3.0.ebuild 
b/dev-libs/leatherman/leatherman-1.3.0.ebuild
index e0ef29c3180..7ca243ceec9 100644
--- a/dev-libs/leatherman/leatherman-1.3.0.ebuild
+++ b/dev-libs/leatherman/leatherman-1.3.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="debug test"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86"
 
 RDEPEND="net-misc/curl"
 DEPEND=">=dev-libs/boost-1.54[nls]



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2017-12-28 Thread Thomas Deutschmann
commit: b548e04230a0b9637b98819441aad94e922d2f65
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 21:26:26 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 21:26:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b548e042

sys-kernel/gentoo-sources: x86 stable (bug #642522)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-kernel/gentoo-sources/gentoo-sources-4.9.72.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.72.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.72.ebuild
index 317803506d7..64a5bb73fea 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.72.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.72.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/

2017-12-28 Thread Andreas Sturmlechner
commit: d276308209fe1c81e3a3d4fbc05787d02dd2b7d4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 21:17:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 21:20:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2763082

sci-geosciences/gpsd: Fix install with USE=-X,python

Thanks-to: Philippe Trottier  gmail.com>
Bug: https://bugs.gentoo.org/640998
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/gpsd/gpsd-3.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/gpsd/gpsd-3.17-r1.ebuild 
b/sci-geosciences/gpsd/gpsd-3.17-r1.ebuild
index 7c7318b7d1f..98fba863a5a 100644
--- a/sci-geosciences/gpsd/gpsd-3.17-r1.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.17-r1.ebuild
@@ -159,7 +159,7 @@ src_install() {
if use python ; then
distutils-r1_src_install
# Delete all X related packages if user doesn't want them
-   if ! use X ; then
+   if ! use X && [[ -f "${ED%/}"/usr/bin/xgps ]]; then
rm "${ED%/}"/usr/bin/xgps* || die
fi
fi



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/

2017-12-28 Thread Andreas Sturmlechner
commit: 74e63cac3705cd9efb3add3e787d4073bc6ee046
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 21:18:56 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 21:20:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e63cac

sci-geosciences/gpsd: Sync live

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/gpsd/gpsd-.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/sci-geosciences/gpsd/gpsd-.ebuild 
b/sci-geosciences/gpsd/gpsd-.ebuild
index cb88e5860ea..98fba863a5a 100644
--- a/sci-geosciences/gpsd/gpsd-.ebuild
+++ b/sci-geosciences/gpsd/gpsd-.ebuild
@@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
tripmate tsip ublox
 )
 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_}
-IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth cxx debug dbus ipv6 latency_timing 
ncurses ntp python qt5 +shm +sockets static test udev usb X"
+IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth dbus debug ipv6 latency_timing ncurses 
ntp python qt5 +shm +sockets static test udev usb X"
 REQUIRED_USE="X? ( python )
gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
python? ( ${PYTHON_REQUIRED_USE} )"
@@ -115,11 +115,10 @@ src_configure() {
gpsd_group=uucp
nostrip=True
python=False
-   qt_versioned=5
+   libgpsmm=True
manbuild=False
shared=$(usex !static True False)
$(use_scons bluetooth bluez)
-   $(use_scons cxx libgpsmm)
$(use_scons debug clientdebug)
$(use_scons dbus dbus_export)
$(use_scons ipv6)
@@ -127,12 +126,14 @@ src_configure() {
$(use_scons ncurses)
$(use_scons ntp ntpshm)
$(use_scons ntp pps)
+   $(use_scons qt5 libQgpsmm)
$(use_scons shm shm_export)
$(use_scons sockets socket_export)
-   $(use_scons qt5 libQgpsmm)
$(use_scons usb)
)
 
+   use qt5 && myesconsargs+=( qt_versioned=5 )
+
# enable specified protocols
local protocol
for protocol in ${GPSD_PROTOCOLS[@]} ; do
@@ -158,7 +159,7 @@ src_install() {
if use python ; then
distutils-r1_src_install
# Delete all X related packages if user doesn't want them
-   if ! use X ; then
+   if ! use X && [[ -f "${ED%/}"/usr/bin/xgps ]]; then
rm "${ED%/}"/usr/bin/xgps* || die
fi
fi



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

2017-12-28 Thread Ian Stakenvicius
commit: d27c6cbeee1abb654b6304c8c4c5e253fd45166e
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Dec 14 19:28:52 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Dec 28 20:56:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27c6cbe

dev-db/plr: new package

Finally decided to add this to the gentoo repo.  PL/R is a
postgresql server extension that allows R scripts (dev-lang/R)
to be used directly in postgresql queries and functions.

Bug: http://bugs.gentoo.org/272610
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-db/plr/Manifest|  1 +
 dev-db/plr/metadata.xml| 24 +++
 dev-db/plr/plr-8.3.0.17.ebuild | 69 ++
 3 files changed, 94 insertions(+)

diff --git a/dev-db/plr/Manifest b/dev-db/plr/Manifest
new file mode 100644
index 000..afd497d93f1
--- /dev/null
+++ b/dev-db/plr/Manifest
@@ -0,0 +1 @@
+DIST plr-8.3.0.17.tar.gz 74017 BLAKE2B 
314b4cfa2c3ca8ed31e80a72233a6dc8cdb9f3811dad6e9f3eb5147c17cdf5a039436598b0fc2b30c6702b02dd3cb2da33543764aee3199c6864aae22be875ce
 SHA512 
d7080c62349d1dcdd17008a7be3643b54678e0f66bf721068df73057394496d025c4fe01e52945c3acf9cc21eb90241512667772ef3fe519a3c9081efe92dd40

diff --git a/dev-db/plr/metadata.xml b/dev-db/plr/metadata.xml
new file mode 100644
index 000..7eb0ae4794b
--- /dev/null
+++ b/dev-db/plr/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+
+   a...@gentoo.org
+   Ian Stakenvicius
+   Primary maintainer
+
+
+An extension for postgresql databases to allow direct usage of 
dev-lang/R
+in SQL queries and database functions
+
+

diff --git a/dev-db/plr/plr-8.3.0.17.ebuild b/dev-db/plr/plr-8.3.0.17.ebuild
new file mode 100644
index 000..53ecfa0ff06
--- /dev/null
+++ b/dev-db/plr/plr-8.3.0.17.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+POSTGRES_COMPAT=( 9.{1..6} 10 )
+POSTGRES_USEDEP="server"
+
+inherit postgres-multi
+
+DESCRIPTION="R language extension for postgresql database"
+HOMEPAGE="http://www.joeconway.com/plr/;
+SRC_URI="https://github.com/postgres-plr/plr/archive/REL${PV//./_}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-lang/R
+   ${POSTGRES_DEP}"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+REQUIRED_USE="${POSTGRES_REQ_USE}"
+
+S=${WORKDIR}/contrib/${PN}
+
+src_unpack() {
+   unpack ${A}
+   # the build system wants 'contrib' to be part of the path
+   mkdir -p "${WORKDIR}/contrib"
+   mv "${WORKDIR}/${PN}-REL${PV//./_}" "${S}"
+}
+
+src_prepare() {
+   local BUILD_DIR="${S}"
+   postgres-multi_src_prepare
+}
+
+src_compile() {
+   pg_src_compile() {
+   cd "${BUILD_DIR}"
+   
PG_CONFIG="${SYSROOT}${EPREFIX}/usr/$(get_libdir)/postgresql-${MULTIBUILD_ID}/bin/pg_config"
 \
+   USE_PGXS=1 \
+   emake -j1
+   }
+   postgres-multi_foreach pg_src_compile
+}
+
+src_install() {
+   pg_src_install() {
+   cd "${BUILD_DIR}"
+   
PG_CONFIG="${SYSROOT}${EPREFIX}/usr/$(get_libdir)/postgresql-${MULTIBUILD_ID}/bin/pg_config"
 \
+   USE_PGXS=1 \
+   emake -j1 DESTDIR="${D}" install
+   }
+   postgres-multi_foreach pg_src_install
+}
+
+pkg_postinst() {
+   elog "The plr extension needs to be explicitly added (or 'created') on 
each database"
+   elog "you wish to use it with.  As of postgresql-9.1 the easiest way to 
do this is"
+   elog "with the proprietary SQL statement:"
+   elog
+   elog "\tCREATE EXTENSION plr;"
+   elog
+   elog "For more info on how to add PL/R to your postgresql database(s), 
please visit"
+   elog "http://www.joeconway.com/doc/plr-install.html;
+}



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

2017-12-28 Thread Sergei Trofimovich
commit: a9f6341512e48cc69315d298c4eaea3dc3dec31f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 19:56:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f63415

dev-ruby/domain_name: stable 0.5.20170404 for sparc, bug #639720

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-ruby/domain_name/domain_name-0.5.20170404.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.20170404.ebuild
index b6fcc8fcff6..a5b63ce30f5 100644
--- a/dev-ruby/domain_name/domain_name-0.5.20170404.ebuild
+++ b/dev-ruby/domain_name/domain_name-0.5.20170404.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/knu/ruby-domain_name;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-cldr/

2017-12-28 Thread Sergei Trofimovich
commit: e374524f71660f72963832a8d678ff7ef22fa4ca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 20:21:51 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e374524f

app-i18n/unicode-cldr: stable 31.0.1 for ia64/ppc/ppc64, bug #641276

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64 ppc ppc64"

 app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild 
b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
index 431d2490cd6..1c22cc9d670 100644
--- a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
+++ b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://${PN%-*}.org/Public/${PN/*-}/${PV}/core.zip -> 
${PN}-common-${PV
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2017-12-28 Thread Sergei Trofimovich
commit: cff38bffb81ebee99c6cc622a94936d92dff869b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 19:57:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff38bff

dev-ruby/http-cookie: stable 1.0.2-r1 for sparc, bug #628676

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild 
b/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
index 5a2f225704c..d2a9d9d2760 100644
--- a/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
+++ b/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/sparklemotion/http-cookie;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"



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

2017-12-28 Thread Sergei Trofimovich
commit: eb7990a0e18ed9c1bb7dcb995f0e98698ae0665e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 19:52:01 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7990a0

dev-ruby/shoulda: stable 2.11.3-r2 for sparc, bug #628676

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild 
b/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
index fab3a015779..720b499efc3 100644
--- a/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
+++ b/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
@@ -18,7 +18,7 @@ RUBY_S="thoughtbot-${PN}-*"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 # tests seem to be quite broken :( They require working version of



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

2017-12-28 Thread Sergei Trofimovich
commit: df497a9cd2806a73775527c565a4fdb39ee4c1d7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 20:04:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df497a9c

dev-ruby/locale: stable 2.1.2-r1 for sparc, bug #639720

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-ruby/locale/locale-2.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/locale/locale-2.1.2-r1.ebuild 
b/dev-ruby/locale/locale-2.1.2-r1.ebuild
index 743a5df3794..7b2ff1eb648 100644
--- a/dev-ruby/locale/locale-2.1.2-r1.ebuild
+++ b/dev-ruby/locale/locale-2.1.2-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ruby-gettext/locale;
 LICENSE="|| ( Ruby GPL-2 )"
 SRC_URI="https://github.com/ruby-gettext/locale/archive/${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~x86 ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-macos"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-emoji/

2017-12-28 Thread Sergei Trofimovich
commit: fbbe46533741be0c4b44305e0161eeb9f644e748
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 20:22:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbe4653

app-i18n/unicode-emoji: stable 5.0 for ia64/ppc/ppc64, bug #641276

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64 ppc ppc64"

 app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild 
b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
index c29b63f43d3..a336c305ec5 100644
--- a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
+++ b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="${BASE_URI}/${PN/*-}-data.txt -> ${PN}-data-${PV}.txt
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 S="${WORKDIR}"



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

2017-12-28 Thread Sergei Trofimovich
commit: 4a32497e2639e9901dba9314c324dea8b83f7fcf
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 19:54:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a32497e

dev-ruby/ffi: stable 1.9.18 for sparc, bug #633662

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-ruby/ffi/ffi-1.9.18.ebuild b/dev-ruby/ffi/ffi-1.9.18.ebuild
index c95db841566..efc484a7e18 100644
--- a/dev-ruby/ffi/ffi-1.9.18.ebuild
+++ b/dev-ruby/ffi/ffi-1.9.18.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${PN}-git-${PV}.
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND+=" virtual/libffi"
 DEPEND+=" virtual/libffi"



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

2017-12-28 Thread Sergei Trofimovich
commit: 8e02d9a2e372ec751df6498b8a956d59fb475c7a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 19:53:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e02d9a2

dev-ruby/unf: stable 0.1.4 for sparc, bug #628676

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-ruby/unf/unf-0.1.4.ebuild b/dev-ruby/unf/unf-0.1.4.ebuild
index fd4d3057af2..1f931e61a79 100644
--- a/dev-ruby/unf/unf-0.1.4.ebuild
+++ b/dev-ruby/unf/unf-0.1.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/knu/ruby-unf;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 ruby_add_rdepend "dev-ruby/unf_ext"



[gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ffi/

2017-12-28 Thread Sergei Trofimovich
commit: 7cb41ffe7210d08ae02ad57c7917f66f40a33f19
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 28 19:55:17 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb41ffe

virtual/ruby-ffi: stable 3 for sparc, bug #633662

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 virtual/ruby-ffi/ruby-ffi-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/ruby-ffi/ruby-ffi-3.ebuild 
b/virtual/ruby-ffi/ruby-ffi-3.ebuild
index a0a27d742ed..0702a58af2c 100644
--- a/virtual/ruby-ffi/ruby-ffi-3.ebuild
+++ b/virtual/ruby-ffi/ruby-ffi-3.ebuild
@@ -8,7 +8,7 @@ inherit ruby-ng
 
 DESCRIPTION="Virtual ebuild for the Ruby ffi library"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
ruby_targets_ruby22? ( dev-ruby/ffi[ruby_targets_ruby22] )



[gentoo-commits] repo/gentoo:master commit in: dev-python/mimeparse/

2017-12-28 Thread Sergei Trofimovich
commit: e0909bd855013e469e6b88d1f8636dff90a257c3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 20:21:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0909bd8

dev-python/mimeparse: stable 1.6.0 for hppa, bug #641206

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-python/mimeparse/mimeparse-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mimeparse/mimeparse-1.6.0.ebuild 
b/dev-python/mimeparse/mimeparse-1.6.0.ebuild
index d55ac70cf41..6942247da74 100644
--- a/dev-python/mimeparse/mimeparse-1.6.0.ebuild
+++ b/dev-python/mimeparse/mimeparse-1.6.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2017-12-28 Thread Sergei Trofimovich
commit: 33507d377b8cececcfa566884ecfacdd9a264425
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 20:23:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33507d37

app-i18n/ibus: stable 1.5.16 for ia64/ppc/ppc64, bug #641276

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64 ppc ppc64"

 app-i18n/ibus/ibus-1.5.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild
index ae4fee4c91c..b92ea73eb2d 100644
--- a/app-i18n/ibus/ibus-1.5.16.ebuild
+++ b/app-i18n/ibus/ibus-1.5.16.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python 
test vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyrsistent/

2017-12-28 Thread Sergei Trofimovich
commit: b4f6e23f87a9f41cb2751796c462f2df3ef359d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 20:21:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 20:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f6e23f

dev-python/pyrsistent: stable 0.13.0 for hppa, bug #641208

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-python/pyrsistent/pyrsistent-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
index bf76bcde2b0..4c543724f9c 100644
--- a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pynotifier/

2017-12-28 Thread Andreas Sturmlechner
commit: 0f34213a03112455884d975114f2d1af15d5ed5d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 16:49:13 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 19:34:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f34213a

dev-python/pynotifier: Drop USE=qt4

Closes: https://bugs.gentoo.org/641936
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild 
b/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild
index 54dbdb9aaf2..af5e1cea7fb 100644
--- a/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild
+++ b/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.bitkipper.net/bytes/debian/dists/unstable/source/${PN}_${PV}
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="qt4 gtk"
+IUSE="gtk"
 
 DEPEND=""
 RDEPEND="
@@ -21,11 +21,12 @@ RDEPEND="
dev-python/twisted[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
)
-   gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )
-   qt4? ( dev-python/PyQt4[X,${PYTHON_USEDEP}] )"
+   gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
-   use gtk || rm notifier/nf_gtk.py
-   use qt4 || rm notifier/nf_qt.py
+   if !use gtk; then
+   rm notifier/nf_gtk.py || die
+   fi
+   rm notifier/nf_qt.py || die
distutils-r1_python_prepare_all
 }



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

2017-12-28 Thread Andreas Sturmlechner
commit: 6ad162adedb5fc39f8fc93366b968dc417aceaf9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 19:29:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 19:34:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad162ad

dev-util/mdds: Add missing USE=valgrind DEPEND

Closes: https://bugs.gentoo.org/638022
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/mdds/mdds-1.2.3.ebuild | 4 +++-
 dev-util/mdds/mdds-1.3.1.ebuild | 4 +++-
 dev-util/mdds/mdds-.ebuild  | 1 +
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-util/mdds/mdds-1.2.3.ebuild b/dev-util/mdds/mdds-1.2.3.ebuild
index 049fdba59a0..3fdeb8d1c3e 100644
--- a/dev-util/mdds/mdds-1.2.3.ebuild
+++ b/dev-util/mdds/mdds-1.2.3.ebuild
@@ -20,7 +20,9 @@ IUSE="valgrind"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )
+"
 
 PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" )
 

diff --git a/dev-util/mdds/mdds-1.3.1.ebuild b/dev-util/mdds/mdds-1.3.1.ebuild
index a1634f38605..c16405f8ac3 100644
--- a/dev-util/mdds/mdds-1.3.1.ebuild
+++ b/dev-util/mdds/mdds-1.3.1.ebuild
@@ -20,7 +20,9 @@ IUSE="valgrind"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )
+"
 
 PATCHES=( "${FILESDIR}/${PN}-1.2.3-buildsystem.patch" )
 

diff --git a/dev-util/mdds/mdds-.ebuild b/dev-util/mdds/mdds-.ebuild
index 4f81092bb11..8059254bb67 100644
--- a/dev-util/mdds/mdds-.ebuild
+++ b/dev-util/mdds/mdds-.ebuild
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
app-doc/doxygen
dev-python/sphinx
)
+   valgrind? ( dev-util/valgrind )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-1.2.3-buildsystem.patch" )



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2017-12-28 Thread Andreas Sturmlechner
commit: dc0ab178b2ee72b4503faf897dcbddd6534667ed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 19:32:30 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 19:34:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0ab178

app-office/libreoffice: Revert Use $(get_libdir) instead of hardcoded

This reverts commit 5a2580630d7da08361bca09e86df2c2664c2f605.
Thanks-to: James Le Cuirot  gentoo.org>
Bug: https://bugs.gentoo.org/641826

 app-office/libreoffice/libreoffice-5.4.4.2.ebuild  | 2 +-
 app-office/libreoffice/libreoffice-5.4..ebuild | 2 +-
 app-office/libreoffice/libreoffice-6.0..ebuild | 2 +-
 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.4.4.2.ebuild 
b/app-office/libreoffice/libreoffice-5.4.4.2.ebuild
index 666dc122a41..303d903bcb7 100644
--- a/app-office/libreoffice/libreoffice-5.4.4.2.ebuild
+++ b/app-office/libreoffice/libreoffice-5.4.4.2.ebuild
@@ -476,7 +476,7 @@ src_configure() {
--without-system-hsqldb
--with-ant-home="${ANT_HOME}"
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
-   --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
+   --with-jvm-path="${EPREFIX}/usr/lib/"
)
 
use libreoffice_extensions_scripting-beanshell && \

diff --git a/app-office/libreoffice/libreoffice-5.4..ebuild 
b/app-office/libreoffice/libreoffice-5.4..ebuild
index f9f51d5951b..542f04bac54 100644
--- a/app-office/libreoffice/libreoffice-5.4..ebuild
+++ b/app-office/libreoffice/libreoffice-5.4..ebuild
@@ -475,7 +475,7 @@ src_configure() {
--without-system-hsqldb
--with-ant-home="${ANT_HOME}"
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
-   --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
+   --with-jvm-path="${EPREFIX}/usr/lib/"
)
 
use libreoffice_extensions_scripting-beanshell && \

diff --git a/app-office/libreoffice/libreoffice-6.0..ebuild 
b/app-office/libreoffice/libreoffice-6.0..ebuild
index 006b828eaf2..9b35442a6de 100644
--- a/app-office/libreoffice/libreoffice-6.0..ebuild
+++ b/app-office/libreoffice/libreoffice-6.0..ebuild
@@ -478,7 +478,7 @@ src_configure() {
--without-system-hsqldb
--with-ant-home="${ANT_HOME}"
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
-   --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
+   --with-jvm-path="${EPREFIX}/usr/lib/"
)
 
use libreoffice_extensions_scripting-beanshell && \

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 006b828eaf2..9b35442a6de 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -478,7 +478,7 @@ src_configure() {
--without-system-hsqldb
--with-ant-home="${ANT_HOME}"
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
-   --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
+   --with-jvm-path="${EPREFIX}/usr/lib/"
)
 
use libreoffice_extensions_scripting-beanshell && \



[gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_tracker/

2017-12-28 Thread Alexis Ballier
commit: 8960c34e88ff44808eda0d45032c6371205beb3d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:00:28 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8960c34e

dev-ros/visp_tracker: add missing console bridge dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../{visp_tracker-0.10.0.ebuild => visp_tracker-0.10.0-r1.ebuild}| 1 +
 dev-ros/visp_tracker/visp_tracker-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/visp_tracker/visp_tracker-0.10.0.ebuild 
b/dev-ros/visp_tracker/visp_tracker-0.10.0-r1.ebuild
similarity index 97%
rename from dev-ros/visp_tracker/visp_tracker-0.10.0.ebuild
rename to dev-ros/visp_tracker/visp_tracker-0.10.0-r1.ebuild
index 0170b9d390a..baaa58596ce 100644
--- a/dev-ros/visp_tracker/visp_tracker-0.10.0.ebuild
+++ b/dev-ros/visp_tracker/visp_tracker-0.10.0-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
dev-ros/rospy[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/ViSP[opencv,X]
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"
 if [ "${PV#}" = "${PV}" ] ; then

diff --git a/dev-ros/visp_tracker/visp_tracker-.ebuild 
b/dev-ros/visp_tracker/visp_tracker-.ebuild
index 0170b9d390a..baaa58596ce 100644
--- a/dev-ros/visp_tracker/visp_tracker-.ebuild
+++ b/dev-ros/visp_tracker/visp_tracker-.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
dev-ros/rospy[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/ViSP[opencv,X]
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"
 if [ "${PV#}" = "${PV}" ] ; then



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_rviz/

2017-12-28 Thread Alexis Ballier
commit: df9782f45e1bfc8302ff1b8e70f18166b285ef4b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:50:47 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9782f4

dev-ros/rqt_rviz: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/rqt_rviz/Manifest  |  2 --
 dev-ros/rqt_rviz/rqt_rviz-0.5.6.ebuild | 27 ---
 dev-ros/rqt_rviz/rqt_rviz-0.5.7.ebuild | 26 --
 3 files changed, 55 deletions(-)

diff --git a/dev-ros/rqt_rviz/Manifest b/dev-ros/rqt_rviz/Manifest
index c8f9258f84a..59992eb2102 100644
--- a/dev-ros/rqt_rviz/Manifest
+++ b/dev-ros/rqt_rviz/Manifest
@@ -1,3 +1 @@
-DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 BLAKE2B 
68a6643fef3c101ddbc0ae6a66d7fed3ec2fd7bc811947487946084bd6c93e564e11693941ef336b6d5428f926b0c297ccff845056e3f123320fba176ffe00cf
 SHA512 
871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51
-DIST rqt_rviz-0.5.7.tar.gz 5533 BLAKE2B 
dbfe8b359edc9602033e3ff9ba8f89eadaeef79c8110fcf38769ea133b05990f867829275bc441c69f239104f5d17fb960a3d9fb5ce788d0576dad220d28ef6b
 SHA512 
b1b9f387cb5f0e6bc45ce95f91b8704b5c6b547edacb4d05e933c0756ac242b3a0614b7410fac111f9144530ae79810493b55c77bc1928a08a1264c46a2644d5
 DIST rqt_rviz-0.5.8.tar.gz 5633 BLAKE2B 
c7d3c9888186911f39afe9ec23f7deb8c3da9590a7ee74e8b168ff4deae44d9021d152e41c013d0bc43a43795e70325a63b731887b59e83d585b2cd6176f1476
 SHA512 
ea2d06cf5da74de6ed8cd59bea586e0c963f1ce077fcb05638d53b0fd28e7ffde7bd265976efd0743ecdb86451fdba610f0b305170630ac910ecc9ab8590499c

diff --git a/dev-ros/rqt_rviz/rqt_rviz-0.5.6.ebuild 
b/dev-ros/rqt_rviz/rqt_rviz-0.5.6.ebuild
deleted file mode 100644
index ae2625fe30d..000
--- a/dev-ros/rqt_rviz/rqt_rviz-0.5.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin embedding RViz"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=
-   dev-ros/pluginlib[${PYTHON_USEDEP}]
-   dev-ros/rqt_gui[${PYTHON_USEDEP}]
-   dev-ros/rqt_gui_cpp
-   >=dev-ros/qt_gui_cpp-0.3
-   dev-qt/qtwidgets:5
-   dev-ros/rviz
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/rqt_rviz/rqt_rviz-0.5.7.ebuild 
b/dev-ros/rqt_rviz/rqt_rviz-0.5.7.ebuild
deleted file mode 100644
index 6f6be7fa407..000
--- a/dev-ros/rqt_rviz/rqt_rviz-0.5.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_rviz;
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin embedding RViz"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=
-   dev-ros/pluginlib[${PYTHON_USEDEP}]
-   dev-ros/rqt_gui[${PYTHON_USEDEP}]
-   dev-ros/rqt_gui_cpp
-   >=dev-ros/qt_gui_cpp-0.3
-   dev-qt/qtwidgets:5
-   dev-ros/rviz
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/test_nodelet_topic_tools/

2017-12-28 Thread Alexis Ballier
commit: 31980f88b077b6c2cec79c52120143ad26a968d1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:07:38 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31980f88

dev-ros/test_nodelet_topic_tools: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/test_nodelet_topic_tools/Manifest  | 11 --
 .../test_nodelet_topic_tools-1.9.10.ebuild | 25 --
 .../test_nodelet_topic_tools-1.9.11.ebuild | 25 --
 .../test_nodelet_topic_tools-1.9.12.ebuild | 25 --
 .../test_nodelet_topic_tools-1.9.13.ebuild | 25 --
 .../test_nodelet_topic_tools-1.9.3.ebuild  | 25 --
 .../test_nodelet_topic_tools-1.9.4.ebuild  | 25 --
 .../test_nodelet_topic_tools-1.9.5.ebuild  | 25 --
 .../test_nodelet_topic_tools-1.9.6.ebuild  | 25 --
 .../test_nodelet_topic_tools-1.9.7.ebuild  | 25 --
 .../test_nodelet_topic_tools-1.9.8.ebuild  | 25 --
 .../test_nodelet_topic_tools-1.9.9.ebuild  | 25 --
 12 files changed, 286 deletions(-)

diff --git a/dev-ros/test_nodelet_topic_tools/Manifest 
b/dev-ros/test_nodelet_topic_tools/Manifest
index 2b6b9c20630..fff3e5846d3 100644
--- a/dev-ros/test_nodelet_topic_tools/Manifest
+++ b/dev-ros/test_nodelet_topic_tools/Manifest
@@ -1,12 +1 @@
-DIST nodelet_core-1.9.10.tar.gz 40999 BLAKE2B 
9f9bafda0eef061dab394fb18e54aefe9b2947816a2cd4f2b87f996fe48509f835adc590e0e2423a0a2017c8fa70f7abc6d3212b9618de55eef613ef728977f9
 SHA512 
085967e37ac1ab596f5865f1b188817c774634e9a73b0b157c6125e124a3267837cd3f251d8fa93507233d8938432c4b6f9b6c6409fe08571681468c9b7b
-DIST nodelet_core-1.9.11.tar.gz 43718 BLAKE2B 
b3de5f91b7f3c3d5d0194ec3d7be6766a5b3825462d06e8d54a33027572800038c4c5072063fbb1a391b827ced00fc5a37f31e9e130d9ace33845ef1aada57d3
 SHA512 
ec1e9e3c16b8ec407dc72d439b3f292dc67e581c5f62da67a2f26b66fdd3e50636362cb34c319552adfb122451340d6b57d4ec22c09a6b0ad275ab1e61dbfdf4
-DIST nodelet_core-1.9.12.tar.gz 43806 BLAKE2B 
da0b54ee0728fb648d96f58f63c7a116f71f5849d005a99c985936d6685770c448a8ae621306b068dd5fb6ad4a19cae6c3ea1106e4e382d854e0ee08fe9de7ee
 SHA512 
7c8ddb63dc53b6e8427065865d1a44737a9aa4445376f38a80d86f4acc45e10ec90b01df3856d7f360665756e80eb4cd10a064c44c889b767f778f9cbfec4ba7
-DIST nodelet_core-1.9.13.tar.gz 43864 BLAKE2B 
41721be833cca0f2c0c5ee3221e8fd397844609fc47922d416fc398621d29d1a441ec892c18aeeb334f813ea5a5e9fbf3c4a238a50661b29802b11eda471d86a
 SHA512 
a5c7c53baaff26e1cc2895b90642489d108128c44755f53298077c0cf2bb3edaa24a1df5bdb864cca6b1c180a9f532a30494c975b0073997b6df7634aa7b5d83
 DIST nodelet_core-1.9.14.tar.gz 43998 BLAKE2B 
1abb0982d106524fa42bee3200e135ea6d0aad365b5753ccfb032f949cbc62e7d7b4ecc8dfdaf7fed8660c01512ac48e439469bcf47ac13409aa78bcfb5ade64
 SHA512 
656409f4da8fef577598a6cfb00dcf1d892ed84e0c79fe6b2165f5b9d72af45f2e01f41172722434621c0bc0719e037b4d8757032747f785f72a9686c20b0be8
-DIST nodelet_core-1.9.3.tar.gz 33825 BLAKE2B 
49bf136bc0adc97425b529ec9709b371c8aca5d0d08e18be08425b73e1264ec7e975dc16ba014bd90222704500c1e713a4d8be0fec2edcb6e44e90c95906f479
 SHA512 
d2560ef2c973aae297ffc5f139ed12308a0e4ac4477407e533402fbaf127c5aa4105548d01438b3bb17636df9587018a953bb6c0ae810996445bb1368c97f190
-DIST nodelet_core-1.9.4.tar.gz 34236 BLAKE2B 
dc618e59d0adec2a5ab46d7b061a96d7b51f80b6837f2cc445f476f20c5ea136938994c701f931ac2fc005efda84edb949640680da78fe60a05dd2a0e1039dc4
 SHA512 
f2c49363029e8d53151433fa33162a3efb71750bfec55d68e2182ff385af0e65b983c6b4e75a270cb8754d02b295c9d2a68fd712bca1fd4df0d276c93ce3
-DIST nodelet_core-1.9.5.tar.gz 34351 BLAKE2B 
13d053b2c6c747c8e1dbe5212986743dc3635255c984d6f84542e80897b839ee7a1110326831cde1e1bb66cd35f5b490794354c81947fced422103a2416bbac5
 SHA512 
a933a398881a86564c854caf238bdd21ebf3fba09608de004a50247c567e91054ce13b04d96468fcd556ac8841ac735e1510fa30c62bc27143e8d657c673f5ee
-DIST nodelet_core-1.9.6.tar.gz 38776 BLAKE2B 
d2303c42cd232f4703fa6e7186e3bbe85902fc226d70175449f0c23285e2eab9b345a69b0dbe683eb1e0a8b8c793fadc971e08d0326c26db2fce1a4dfe95d71b
 SHA512 
6332f8413079e3c5bb8ad198cd9408c54dcb80536e09f38716502b1306cbdf2a23ac06cd03ff77e47bea4a588df89c49d376bf7f5c00421d686ca11d6a05
-DIST nodelet_core-1.9.7.tar.gz 38869 BLAKE2B 
b732eef53cddd74ec16fdae5cf1736b60bafa0f62ae270d70ec51fb845b88cfc7f974157f77f696773c09abc0bbfed19fcec27a82e4556fe58afd5dc320d8ead
 SHA512 
af9cd8a5d62f0ccd98796c85fc5439833b69bafef88360b2357126e862abeae7e5a7c1ed2419ac97a688c3afa90f6a550ce861d2a6fbb6db2d8b6a37c000fd2b
-DIST nodelet_core-1.9.8.tar.gz 40630 BLAKE2B 
521e30ab9b439040fd307ab8b4dc28717ba0474faa8149e83e74623ebfda4dbf83e5799a426e74418f5f8ae093ae6c5b0dfb8aa1449e8c24cd48868659bd
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2/files/, dev-ros/tf2/

2017-12-28 Thread Alexis Ballier
commit: 787cc0e0ee016a7f911c8f22ce51563c80628cbc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:58:36 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787cc0e0

dev-ros/tf2: fix build with ocnsole bridge 0.4

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/tf2/files/logging.patch  | 98 
 dev-ros/tf2/tf2-0.5.16-r1.ebuild |  1 +
 2 files changed, 99 insertions(+)

diff --git a/dev-ros/tf2/files/logging.patch b/dev-ros/tf2/files/logging.patch
new file mode 100644
index 000..20ce562b1f3
--- /dev/null
+++ b/dev-ros/tf2/files/logging.patch
@@ -0,0 +1,98 @@
+Index: tf2/src/buffer_core.cpp
+===
+--- tf2.orig/src/buffer_core.cpp
 tf2/src/buffer_core.cpp
+@@ -123,7 +123,7 @@ bool BufferCore::warnFrameId(const char*
+   {
+ std::stringstream ss;
+ ss << "Invalid argument passed to "<< function_name_arg <<" in tf2 
frame_ids cannot be empty";
+-logWarn("%s",ss.str().c_str());
++CONSOLE_BRIDGE_logWarn("%s",ss.str().c_str());
+ return true;
+   }
+ 
+@@ -131,7 +131,7 @@ bool BufferCore::warnFrameId(const char*
+   {
+ std::stringstream ss;
+ ss << "Invalid argument \"" << frame_id << "\" passed to "<< 
function_name_arg <<" in tf2 frame_ids cannot start with a '/' like: ";
+-logWarn("%s",ss.str().c_str());
++CONSOLE_BRIDGE_logWarn("%s",ss.str().c_str());
+ return true;
+   }
+ 
+@@ -218,26 +218,26 @@ bool BufferCore::setTransform(const geom
+   bool error_exists = false;
+   if (stripped.child_frame_id == stripped.header.frame_id)
+   {
+-logError("TF_SELF_TRANSFORM: Ignoring transform from authority \"%s\" 
with frame_id and child_frame_id  \"%s\" because they are the same",  
authority.c_str(), stripped.child_frame_id.c_str());
++CONSOLE_BRIDGE_logError("TF_SELF_TRANSFORM: Ignoring transform from 
authority \"%s\" with frame_id and child_frame_id  \"%s\" because they are the 
same",  authority.c_str(), stripped.child_frame_id.c_str());
+ error_exists = true;
+   }
+ 
+   if (stripped.child_frame_id == "")
+   {
+-logError("TF_NO_CHILD_FRAME_ID: Ignoring transform from authority \"%s\" 
because child_frame_id not set ", authority.c_str());
++CONSOLE_BRIDGE_logError("TF_NO_CHILD_FRAME_ID: Ignoring transform from 
authority \"%s\" because child_frame_id not set ", authority.c_str());
+ error_exists = true;
+   }
+ 
+   if (stripped.header.frame_id == "")
+   {
+-logError("TF_NO_FRAME_ID: Ignoring transform with child_frame_id \"%s\"  
from authority \"%s\" because frame_id not set", 
stripped.child_frame_id.c_str(), authority.c_str());
++CONSOLE_BRIDGE_logError("TF_NO_FRAME_ID: Ignoring transform with 
child_frame_id \"%s\"  from authority \"%s\" because frame_id not set", 
stripped.child_frame_id.c_str(), authority.c_str());
+ error_exists = true;
+   }
+ 
+   if (std::isnan(stripped.transform.translation.x) || 
std::isnan(stripped.transform.translation.y) || 
std::isnan(stripped.transform.translation.z)||
+   std::isnan(stripped.transform.rotation.x) ||   
std::isnan(stripped.transform.rotation.y) ||   
std::isnan(stripped.transform.rotation.z) ||   
std::isnan(stripped.transform.rotation.w))
+   {
+-logError("TF_NAN_INPUT: Ignoring transform for child_frame_id \"%s\" from 
authority \"%s\" because of a nan value in the transform (%f %f %f) (%f %f %f 
%f)",
++CONSOLE_BRIDGE_logError("TF_NAN_INPUT: Ignoring transform for 
child_frame_id \"%s\" from authority \"%s\" because of a nan value in the 
transform (%f %f %f) (%f %f %f %f)",
+   stripped.child_frame_id.c_str(), authority.c_str(),
+   stripped.transform.translation.x, 
stripped.transform.translation.y, stripped.transform.translation.z,
+   stripped.transform.rotation.x, stripped.transform.rotation.y, 
stripped.transform.rotation.z, stripped.transform.rotation.w
+@@ -252,7 +252,7 @@ bool BufferCore::setTransform(const geom
+ 
+   if (!valid) 
+   {
+-logError("TF_DENORMALIZED_QUATERNION: Ignoring transform for 
child_frame_id \"%s\" from authority \"%s\" because of an invalid quaternion in 
the transform (%f %f %f %f)",
++CONSOLE_BRIDGE_logError("TF_DENORMALIZED_QUATERNION: Ignoring transform 
for child_frame_id \"%s\" from authority \"%s\" because of an invalid 
quaternion in the transform (%f %f %f %f)",
+  stripped.child_frame_id.c_str(), authority.c_str(),
+  stripped.transform.rotation.x, stripped.transform.rotation.y, 
stripped.transform.rotation.z, stripped.transform.rotation.w);
+ error_exists = true;
+@@ -274,7 +274,7 @@ bool BufferCore::setTransform(const geom
+ }
+ else
+ {
+-  logWarn("TF_OLD_DATA ignoring data from the past for frame %s at time 
%g according to authority %s\nPossible reasons are listed at 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager_msgs/

2017-12-28 Thread Alexis Ballier
commit: 73aa7f47ad615bacdc456faa70985f5d76ff74dd
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:06:53 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73aa7f47

dev-ros/controller_manager_msgs: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/controller_manager_msgs/Manifest |  9 -
 .../controller_manager_msgs-0.10.0.ebuild| 20 
 .../controller_manager_msgs-0.10.1.ebuild| 20 
 .../controller_manager_msgs-0.11.0.ebuild| 20 
 .../controller_manager_msgs-0.11.1.ebuild| 20 
 .../controller_manager_msgs-0.11.2.ebuild| 20 
 .../controller_manager_msgs-0.11.3.ebuild| 20 
 .../controller_manager_msgs-0.11.4.ebuild| 20 
 .../controller_manager_msgs-0.11.5.ebuild| 20 
 .../controller_manager_msgs-0.12.0.ebuild| 20 
 10 files changed, 189 deletions(-)

diff --git a/dev-ros/controller_manager_msgs/Manifest 
b/dev-ros/controller_manager_msgs/Manifest
index ac5c918ccab..34d9587db03 100644
--- a/dev-ros/controller_manager_msgs/Manifest
+++ b/dev-ros/controller_manager_msgs/Manifest
@@ -1,11 +1,2 @@
-DIST ros_control-0.10.0.tar.gz 620871 BLAKE2B 
1222b41a0972cff28700b1bf263d09b5963da2ccbbb8bb94681e7ffe16829c52c2c14712c4a6748f46b8c2a543d3fb2469d5b3d9ce6fde5dd992311031ba458b
 SHA512 
93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422
-DIST ros_control-0.10.1.tar.gz 621418 BLAKE2B 
6e78f0cf1f6f4822d69399d2556af0a1789cdf19cb0d3409f7e868a54102079c345c190c28ed3139ee0673adcf64603ef2fb7213aec51c6c351fadcda7224425
 SHA512 
78d7fd7e30cf9ebd19a13d426573f47da5a06ff070b40672074fa1900c35c64ed7bf28121356e85fd35709be37a4694711a1e73a7537d64e448ded662d4a8fa4
-DIST ros_control-0.11.0.tar.gz 633993 BLAKE2B 
6188cf0856620f890b9c4bb37be2eb6847b0796cdf741d4ab5bde3953548daca14f983a1a763c2f1d5b0165ec02d778d364eae0b55c0ae777f7889e26a07e25a
 SHA512 
fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5
-DIST ros_control-0.11.1.tar.gz 634118 BLAKE2B 
0c8fa87f6830a214b67526b7c78cdc695b811c849720dc163009fa4d649bb87e4dde58537d20114487fc0376100c9b0fdc49324cf559faae8cadcdcbeceac18d
 SHA512 
2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f
-DIST ros_control-0.11.2.tar.gz 647175 BLAKE2B 
a7b24f9358392f55836906f8587caa117e1a53e27c42e4b7a4c1afdcb62ee7eda8aff0a20c21c62205e020cef56bf406847f228be8c12c42dc25d1fe7631ff13
 SHA512 
b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674
-DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 
25869b9aa7c7d36de2d304c87cecb2e2c99952c69415747827c59b2988a5be27085e9f6f8f9a80dcc5c949a1b03377adc46c8c45b758314b79a96f858bc03d93
 SHA512 
24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a
-DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 
80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100
 SHA512 
a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032
-DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 
36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca
 SHA512 
78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034
-DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B 
dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4
 SHA512 
4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6
 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 
88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb
 SHA512 
877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
 DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 
133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b
 SHA512 
37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz_imu_plugin/

2017-12-28 Thread Alexis Ballier
commit: 5d191a4c25ff4d8ea034dbf1b2a8582dfad9d8cf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:52:21 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d191a4c

dev-ros/rviz_imu_plugin: add missing console bridge dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../{rviz_imu_plugin-1.1.5.ebuild => rviz_imu_plugin-1.1.5-r1.ebuild}| 1 +
 dev-ros/rviz_imu_plugin/rviz_imu_plugin-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild 
b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5-r1.ebuild
similarity index 94%
rename from dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild
rename to dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5-r1.ebuild
index 452fb437053..7f0d0fc9cd9 100644
--- a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild
+++ b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5-r1.ebuild
@@ -21,5 +21,6 @@ RDEPEND="
dev-ros/roscpp
dev-ros/rviz
dev-libs/boost:=
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-.ebuild 
b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-.ebuild
index 452fb437053..7f0d0fc9cd9 100644
--- a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-.ebuild
+++ b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-.ebuild
@@ -21,5 +21,6 @@ RDEPEND="
dev-ros/roscpp
dev-ros/rviz
dev-libs/boost:=
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbuild/

2017-12-28 Thread Alexis Ballier
commit: dcce4026937cd13724b145d45af38a98cae4ae21
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:09:24 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcce4026

dev-ros/rosbuild: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/rosbuild/Manifest   |  9 -
 dev-ros/rosbuild/rosbuild-1.12.3.ebuild | 18 --
 dev-ros/rosbuild/rosbuild-1.12.5.ebuild | 18 --
 dev-ros/rosbuild/rosbuild-1.13.1.ebuild | 18 --
 dev-ros/rosbuild/rosbuild-1.13.2.ebuild | 18 --
 dev-ros/rosbuild/rosbuild-1.13.3.ebuild | 18 --
 dev-ros/rosbuild/rosbuild-1.13.4.ebuild | 18 --
 dev-ros/rosbuild/rosbuild-1.13.5.ebuild | 18 --
 dev-ros/rosbuild/rosbuild-1.14.0.ebuild | 18 --
 dev-ros/rosbuild/rosbuild-1.14.1.ebuild | 18 --
 10 files changed, 171 deletions(-)

diff --git a/dev-ros/rosbuild/Manifest b/dev-ros/rosbuild/Manifest
index 1c4fbd65b99..d45d4600b48 100644
--- a/dev-ros/rosbuild/Manifest
+++ b/dev-ros/rosbuild/Manifest
@@ -1,10 +1 @@
-DIST ros-1.12.3.tar.gz 162506 BLAKE2B 
79806b47e025fa7470db64e15af75e2db63bd9e71dd041c95a0d2337b706c0290ef5520ec8cb0d49a533fb25d204338033f9d9c97a918dd4d365c17373e7c0f0
 SHA512 
fe740f357959ed2cabcf0d902c7f1ebe6a7dedd11376ec76e5f47383b0b29b15127306255bea9adb3a48b2872a681a10302f9b0c4da4625c31bcc78522b66d7c
-DIST ros-1.12.5.tar.gz 162845 BLAKE2B 
4e0a7f19af528bea60eb3e6b93f9b2d27047474eace593c2411866dd26bf64c13386881e9d768930e64c309fe2aecb451024b236a298ce2473e8d39396be91bd
 SHA512 
db67da9ba13afa516aea64d2d42cbfd07ddd7f87d5a6db7506a9f80af8eea0ac2bd85251a10b8f07a7384d3de869c46a354fa003d8e834a0ab5fdf26ed991314
-DIST ros-1.13.1.tar.gz 165211 BLAKE2B 
5fe15d28224a2c7fb39d9d2b6d5431e4cb22d71f79ac8443956e93c24913f2c0ade55342a95d5c524c66eeffe39aefcf113a422734c952b78d9d78b92db6
 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
-DIST ros-1.13.2.tar.gz 165502 BLAKE2B 
97d9e32c3167c9e67cce0f2194ae650ef9275263aa70d162103cf86d032e8e94a3c0403e07c50c23087de48e8f66da3a25d4fd9ce9607e9584cf2866da4e6659
 SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
-DIST ros-1.13.3.tar.gz 165919 BLAKE2B 
e7c5ea1e42dfc7772b8a55ecd04fe3111b96b01da7dea7d1997fae3df95ab896dfc2450a774e8c6b9f6ba2de22a5bbc8a94eaad5362e9f337a449986cefb626e
 SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
-DIST ros-1.13.4.tar.gz 165984 BLAKE2B 
591ff73ae9eaeb3e85cb95bd808cc957e5471feb765e9a06c3a3dc0026a8699ea673913d2e8352252c17edac16cf8030d142b9237ef1a11cfae3b1ed7d5e8753
 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
-DIST ros-1.13.5.tar.gz 167351 BLAKE2B 
a9a2b9aa4ca2fd9391eebe0f757cbd229d480f8be8b0f889c735b37719d910a661b0cf93efbb2aa9bd55241ec986e6526a4d3b3d734566817b0d8ec884157e94
 SHA512 
710b7d39d12f9990369f59e0af29ad506268d7482970a987793a38f9ad934a56ebe40bec461020482b0497df2dc169f9d42fb23742eba93d6de13e000be1f40d
-DIST ros-1.14.0.tar.gz 167371 BLAKE2B 
07a046b44a327febe2f5aa6793a27f8ee5547254500ade917484674aefd8b91d651c8f48c187704b4174659c3a983cd6a864f316180f2de4d45ef4f6e0c7cd86
 SHA512 
b3353eeb88b1e5db456ae796a9b869e540e71a7ff94327c7b2c0cfdc58af599793f4b4e36ec54a80059d938ea1d27ca87f4093ea2621c9267a642f99db3acb31
-DIST ros-1.14.1.tar.gz 167768 BLAKE2B 
1d4ec3b2af505be4995ade962c8d7c8f165af40b6911986e82d34c79baf8a3b36d553caa35395e006348bbae3e15b551831065b6185373e7451bafd444ac5d66
 SHA512 
b8d3ea058cd53d5ecd3aa3302ecdd89ef183cb0b58a0f39949e8215ffd736e0d926c3c8eb93bab7867d166870e9acc411c931df543f9ba9e5031739a399a
 DIST ros-1.14.2.tar.gz 167882 BLAKE2B 
7aadc3d06b02b58067a805613dd87cab3a97a0d0f2ddd79c496a63d75abba3444e2b624ff17308db910d9e1beca43b67d897f1358fbe4d9484a560da2de987f8
 SHA512 
9d848140bc694f0f2b86f8c9ef67e0279c5f05a73abe43f54aedb7439c7810346d136445c7195310e5f00e0a0cdfbbf6cbb004e7ab0b1427811ec8b0a73933d5

diff --git a/dev-ros/rosbuild/rosbuild-1.12.3.ebuild 
b/dev-ros/rosbuild/rosbuild-1.12.3.ebuild
deleted file mode 100644
index b86924b1c96..000
--- a/dev-ros/rosbuild/rosbuild-1.12.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/ros;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=core/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Scripts for managing the CMake-based build system for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/rosbuild/rosbuild-1.12.5.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/hardware_interface/

2017-12-28 Thread Alexis Ballier
commit: 334d9477a464188b49a0694a7a3918baef1ce70c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:08:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334d9477

dev-ros/hardware_interface: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/hardware_interface/Manifest| 10 --
 .../hardware_interface-0.10.0.ebuild   | 18 --
 .../hardware_interface-0.10.1.ebuild   | 18 --
 .../hardware_interface-0.11.0.ebuild   | 18 --
 .../hardware_interface-0.11.1.ebuild   | 18 --
 .../hardware_interface-0.11.2.ebuild   | 18 --
 .../hardware_interface-0.11.3.ebuild   | 18 --
 .../hardware_interface-0.11.4.ebuild   | 18 --
 .../hardware_interface-0.11.5.ebuild   | 18 --
 .../hardware_interface-0.12.0.ebuild   | 18 --
 .../hardware_interface/hardware_interface-0.9.3.ebuild | 18 --
 11 files changed, 190 deletions(-)

diff --git a/dev-ros/hardware_interface/Manifest 
b/dev-ros/hardware_interface/Manifest
index ac5c918ccab..75efbc1a88d 100644
--- a/dev-ros/hardware_interface/Manifest
+++ b/dev-ros/hardware_interface/Manifest
@@ -1,11 +1 @@
-DIST ros_control-0.10.0.tar.gz 620871 BLAKE2B 
1222b41a0972cff28700b1bf263d09b5963da2ccbbb8bb94681e7ffe16829c52c2c14712c4a6748f46b8c2a543d3fb2469d5b3d9ce6fde5dd992311031ba458b
 SHA512 
93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422
-DIST ros_control-0.10.1.tar.gz 621418 BLAKE2B 
6e78f0cf1f6f4822d69399d2556af0a1789cdf19cb0d3409f7e868a54102079c345c190c28ed3139ee0673adcf64603ef2fb7213aec51c6c351fadcda7224425
 SHA512 
78d7fd7e30cf9ebd19a13d426573f47da5a06ff070b40672074fa1900c35c64ed7bf28121356e85fd35709be37a4694711a1e73a7537d64e448ded662d4a8fa4
-DIST ros_control-0.11.0.tar.gz 633993 BLAKE2B 
6188cf0856620f890b9c4bb37be2eb6847b0796cdf741d4ab5bde3953548daca14f983a1a763c2f1d5b0165ec02d778d364eae0b55c0ae777f7889e26a07e25a
 SHA512 
fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5
-DIST ros_control-0.11.1.tar.gz 634118 BLAKE2B 
0c8fa87f6830a214b67526b7c78cdc695b811c849720dc163009fa4d649bb87e4dde58537d20114487fc0376100c9b0fdc49324cf559faae8cadcdcbeceac18d
 SHA512 
2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f
-DIST ros_control-0.11.2.tar.gz 647175 BLAKE2B 
a7b24f9358392f55836906f8587caa117e1a53e27c42e4b7a4c1afdcb62ee7eda8aff0a20c21c62205e020cef56bf406847f228be8c12c42dc25d1fe7631ff13
 SHA512 
b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674
-DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 
25869b9aa7c7d36de2d304c87cecb2e2c99952c69415747827c59b2988a5be27085e9f6f8f9a80dcc5c949a1b03377adc46c8c45b758314b79a96f858bc03d93
 SHA512 
24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a
-DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 
80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100
 SHA512 
a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032
-DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 
36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca
 SHA512 
78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034
-DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B 
dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4
 SHA512 
4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6
 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 
88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb
 SHA512 
877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
-DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 
133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b
 SHA512 
37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_interface/

2017-12-28 Thread Alexis Ballier
commit: 0c5898f54c4285aeb8247487a9d5ef0bd4f984a0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:08:18 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5898f5

dev-ros/controller_interface: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/controller_interface/Manifest   | 10 --
 .../controller_interface-0.10.0.ebuild  | 21 -
 .../controller_interface-0.10.1.ebuild  | 21 -
 .../controller_interface-0.11.0.ebuild  | 21 -
 .../controller_interface-0.11.1.ebuild  | 21 -
 .../controller_interface-0.11.2.ebuild  | 21 -
 .../controller_interface-0.11.3.ebuild  | 21 -
 .../controller_interface-0.11.4.ebuild  | 21 -
 .../controller_interface-0.11.5.ebuild  | 21 -
 .../controller_interface-0.12.0.ebuild  | 21 -
 .../controller_interface-0.9.3.ebuild   | 21 -
 11 files changed, 220 deletions(-)

diff --git a/dev-ros/controller_interface/Manifest 
b/dev-ros/controller_interface/Manifest
index ac5c918ccab..75efbc1a88d 100644
--- a/dev-ros/controller_interface/Manifest
+++ b/dev-ros/controller_interface/Manifest
@@ -1,11 +1 @@
-DIST ros_control-0.10.0.tar.gz 620871 BLAKE2B 
1222b41a0972cff28700b1bf263d09b5963da2ccbbb8bb94681e7ffe16829c52c2c14712c4a6748f46b8c2a543d3fb2469d5b3d9ce6fde5dd992311031ba458b
 SHA512 
93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422
-DIST ros_control-0.10.1.tar.gz 621418 BLAKE2B 
6e78f0cf1f6f4822d69399d2556af0a1789cdf19cb0d3409f7e868a54102079c345c190c28ed3139ee0673adcf64603ef2fb7213aec51c6c351fadcda7224425
 SHA512 
78d7fd7e30cf9ebd19a13d426573f47da5a06ff070b40672074fa1900c35c64ed7bf28121356e85fd35709be37a4694711a1e73a7537d64e448ded662d4a8fa4
-DIST ros_control-0.11.0.tar.gz 633993 BLAKE2B 
6188cf0856620f890b9c4bb37be2eb6847b0796cdf741d4ab5bde3953548daca14f983a1a763c2f1d5b0165ec02d778d364eae0b55c0ae777f7889e26a07e25a
 SHA512 
fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5
-DIST ros_control-0.11.1.tar.gz 634118 BLAKE2B 
0c8fa87f6830a214b67526b7c78cdc695b811c849720dc163009fa4d649bb87e4dde58537d20114487fc0376100c9b0fdc49324cf559faae8cadcdcbeceac18d
 SHA512 
2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f
-DIST ros_control-0.11.2.tar.gz 647175 BLAKE2B 
a7b24f9358392f55836906f8587caa117e1a53e27c42e4b7a4c1afdcb62ee7eda8aff0a20c21c62205e020cef56bf406847f228be8c12c42dc25d1fe7631ff13
 SHA512 
b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674
-DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 
25869b9aa7c7d36de2d304c87cecb2e2c99952c69415747827c59b2988a5be27085e9f6f8f9a80dcc5c949a1b03377adc46c8c45b758314b79a96f858bc03d93
 SHA512 
24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a
-DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 
80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100
 SHA512 
a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032
-DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 
36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca
 SHA512 
78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034
-DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B 
dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4
 SHA512 
4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6
 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 
88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb
 SHA512 
877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
-DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 
133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b
 SHA512 
37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb

diff 

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

2017-12-28 Thread Alexis Ballier
commit: 17863879a520fb1ce187ddbf363d661fb65687bf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:03:05 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17863879

dev-libs/urdfdom: add missing := dep on console bridge

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/urdfdom/{urdfdom-1.0.0.ebuild => urdfdom-1.0.0-r1.ebuild} | 4 ++--
 dev-libs/urdfdom/urdfdom-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/urdfdom/urdfdom-1.0.0.ebuild 
b/dev-libs/urdfdom/urdfdom-1.0.0-r1.ebuild
similarity index 90%
rename from dev-libs/urdfdom/urdfdom-1.0.0.ebuild
rename to dev-libs/urdfdom/urdfdom-1.0.0-r1.ebuild
index 7ca16ef185a..a9258649786 100644
--- a/dev-libs/urdfdom/urdfdom-1.0.0.ebuild
+++ b/dev-libs/urdfdom/urdfdom-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ SLOT="0/1"
 IUSE=""
 
 RDEPEND=">=dev-libs/urdfdom_headers-1.0.0
-   >=dev-libs/console_bridge-0.3
+   >=dev-libs/console_bridge-0.3:=
dev-libs/tinyxml
dev-libs/boost:=[threads]"
 DEPEND="${RDEPEND}"

diff --git a/dev-libs/urdfdom/urdfdom-.ebuild 
b/dev-libs/urdfdom/urdfdom-.ebuild
index 7ca16ef185a..a9258649786 100644
--- a/dev-libs/urdfdom/urdfdom-.ebuild
+++ b/dev-libs/urdfdom/urdfdom-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ SLOT="0/1"
 IUSE=""
 
 RDEPEND=">=dev-libs/urdfdom_headers-1.0.0
-   >=dev-libs/console_bridge-0.3
+   >=dev-libs/console_bridge-0.3:=
dev-libs/tinyxml
dev-libs/boost:=[threads]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/base_local_planner/

2017-12-28 Thread Alexis Ballier
commit: ab59bb22464be316104c7758cf937a4e1f8bc115
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:01:49 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab59bb22

dev-ros/base_local_planner: add missing ocnsole bridge dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...local_planner-1.15.1.ebuild => base_local_planner-1.15.1-r1.ebuild} | 1 +
 dev-ros/base_local_planner/base_local_planner-.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ros/base_local_planner/base_local_planner-1.15.1.ebuild 
b/dev-ros/base_local_planner/base_local_planner-1.15.1-r1.ebuild
similarity index 96%
rename from dev-ros/base_local_planner/base_local_planner-1.15.1.ebuild
rename to dev-ros/base_local_planner/base_local_planner-1.15.1-r1.ebuild
index dc10404bf3e..b65fa9b3d54 100644
--- a/dev-ros/base_local_planner/base_local_planner-1.15.1.ebuild
+++ b/dev-ros/base_local_planner/base_local_planner-1.15.1-r1.ebuild
@@ -29,6 +29,7 @@ RDEPEND="
dev-libs/boost:=[threads]
dev-cpp/eigen:3
sci-libs/pcl
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}
dev-ros/cmake_modules

diff --git a/dev-ros/base_local_planner/base_local_planner-.ebuild 
b/dev-ros/base_local_planner/base_local_planner-.ebuild
index c4b4878dd03..b65fa9b3d54 100644
--- a/dev-ros/base_local_planner/base_local_planner-.ebuild
+++ b/dev-ros/base_local_planner/base_local_planner-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,6 +29,7 @@ RDEPEND="
dev-libs/boost:=[threads]
dev-cpp/eigen:3
sci-libs/pcl
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}
dev-ros/cmake_modules



[gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager_msgs/

2017-12-28 Thread Alexis Ballier
commit: 70b2e295fecc17a7493479e506d146614a8f643b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:07:05 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b2e295

dev-ros/controller_manager_msgs: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/controller_manager_msgs/Manifest |  1 -
 .../controller_manager_msgs-0.9.3.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-ros/controller_manager_msgs/Manifest 
b/dev-ros/controller_manager_msgs/Manifest
index 34d9587db03..75efbc1a88d 100644
--- a/dev-ros/controller_manager_msgs/Manifest
+++ b/dev-ros/controller_manager_msgs/Manifest
@@ -1,2 +1 @@
 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 
88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb
 SHA512 
877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
-DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 
133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b
 SHA512 
37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb

diff --git 
a/dev-ros/controller_manager_msgs/controller_manager_msgs-0.9.3.ebuild 
b/dev-ros/controller_manager_msgs/controller_manager_msgs-0.9.3.ebuild
deleted file mode 100644
index a1d99eb3980..000
--- a/dev-ros/controller_manager_msgs/controller_manager_msgs-0.9.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control;
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="The controller manager"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/rospy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_image_view/

2017-12-28 Thread Alexis Ballier
commit: 8ed61ea75745558ec62d654cdb029f43b4f47561
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:50:18 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed61ea7

dev-ros/rqt_image_view: add missing ocnsole bridge dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../{rqt_image_view-0.4.11.ebuild => rqt_image_view-0.4.11-r1.ebuild}| 1 +
 dev-ros/rqt_image_view/rqt_image_view-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/rqt_image_view/rqt_image_view-0.4.11.ebuild 
b/dev-ros/rqt_image_view/rqt_image_view-0.4.11-r1.ebuild
similarity index 95%
rename from dev-ros/rqt_image_view/rqt_image_view-0.4.11.ebuild
rename to dev-ros/rqt_image_view/rqt_image_view-0.4.11-r1.ebuild
index 82149ddff7e..3020bb4e701 100644
--- a/dev-ros/rqt_image_view/rqt_image_view-0.4.11.ebuild
+++ b/dev-ros/rqt_image_view/rqt_image_view-0.4.11-r1.ebuild
@@ -23,5 +23,6 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-qt/qtwidgets:5
dev-libs/boost:=
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/rqt_image_view/rqt_image_view-.ebuild 
b/dev-ros/rqt_image_view/rqt_image_view-.ebuild
index 82149ddff7e..3020bb4e701 100644
--- a/dev-ros/rqt_image_view/rqt_image_view-.ebuild
+++ b/dev-ros/rqt_image_view/rqt_image_view-.ebuild
@@ -23,5 +23,6 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-qt/qtwidgets:5
dev-libs/boost:=
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_controller_manager/

2017-12-28 Thread Alexis Ballier
commit: bc633b50c5823f1a63b6f6b7d0ff2e06e116dbfc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:05:32 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc633b50

dev-ros/rqt_controller_manager: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/rqt_controller_manager/Manifest |  5 -
 .../rqt_controller_manager-0.10.0.ebuild| 21 -
 .../rqt_controller_manager-0.10.1.ebuild| 21 -
 .../rqt_controller_manager-0.11.0.ebuild| 21 -
 .../rqt_controller_manager-0.12.0.ebuild| 21 -
 .../rqt_controller_manager-0.9.3.ebuild | 21 -
 6 files changed, 110 deletions(-)

diff --git a/dev-ros/rqt_controller_manager/Manifest 
b/dev-ros/rqt_controller_manager/Manifest
index ac5c918ccab..63a79baa5cd 100644
--- a/dev-ros/rqt_controller_manager/Manifest
+++ b/dev-ros/rqt_controller_manager/Manifest
@@ -1,11 +1,6 @@
-DIST ros_control-0.10.0.tar.gz 620871 BLAKE2B 
1222b41a0972cff28700b1bf263d09b5963da2ccbbb8bb94681e7ffe16829c52c2c14712c4a6748f46b8c2a543d3fb2469d5b3d9ce6fde5dd992311031ba458b
 SHA512 
93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422
-DIST ros_control-0.10.1.tar.gz 621418 BLAKE2B 
6e78f0cf1f6f4822d69399d2556af0a1789cdf19cb0d3409f7e868a54102079c345c190c28ed3139ee0673adcf64603ef2fb7213aec51c6c351fadcda7224425
 SHA512 
78d7fd7e30cf9ebd19a13d426573f47da5a06ff070b40672074fa1900c35c64ed7bf28121356e85fd35709be37a4694711a1e73a7537d64e448ded662d4a8fa4
-DIST ros_control-0.11.0.tar.gz 633993 BLAKE2B 
6188cf0856620f890b9c4bb37be2eb6847b0796cdf741d4ab5bde3953548daca14f983a1a763c2f1d5b0165ec02d778d364eae0b55c0ae777f7889e26a07e25a
 SHA512 
fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5
 DIST ros_control-0.11.1.tar.gz 634118 BLAKE2B 
0c8fa87f6830a214b67526b7c78cdc695b811c849720dc163009fa4d649bb87e4dde58537d20114487fc0376100c9b0fdc49324cf559faae8cadcdcbeceac18d
 SHA512 
2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f
 DIST ros_control-0.11.2.tar.gz 647175 BLAKE2B 
a7b24f9358392f55836906f8587caa117e1a53e27c42e4b7a4c1afdcb62ee7eda8aff0a20c21c62205e020cef56bf406847f228be8c12c42dc25d1fe7631ff13
 SHA512 
b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674
 DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 
25869b9aa7c7d36de2d304c87cecb2e2c99952c69415747827c59b2988a5be27085e9f6f8f9a80dcc5c949a1b03377adc46c8c45b758314b79a96f858bc03d93
 SHA512 
24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a
 DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 
80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100
 SHA512 
a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032
 DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 
36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca
 SHA512 
78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034
-DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B 
dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4
 SHA512 
4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6
 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 
88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb
 SHA512 
877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
-DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 
133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b
 SHA512 
37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb

diff --git 
a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.10.0.ebuild 
b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.10.0.ebuild
deleted file mode 100644
index 63a0aca8be8..000
--- a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.10.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_client/

2017-12-28 Thread Alexis Ballier
commit: f180db09cf600804892abb3f3a1e64864079b8e2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:06:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f180db09

dev-ros/rosserial_client: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/rosserial_client/Manifest  |  6 --
 .../rosserial_client/rosserial_client-0.7.1.ebuild | 23 --
 .../rosserial_client/rosserial_client-0.7.2.ebuild | 23 --
 .../rosserial_client/rosserial_client-0.7.3.ebuild | 23 --
 .../rosserial_client/rosserial_client-0.7.4.ebuild | 23 --
 .../rosserial_client/rosserial_client-0.7.5.ebuild | 23 --
 .../rosserial_client/rosserial_client-0.7.6.ebuild | 23 --
 7 files changed, 144 deletions(-)

diff --git a/dev-ros/rosserial_client/Manifest 
b/dev-ros/rosserial_client/Manifest
index 2bef4606614..89da0c4e73e 100644
--- a/dev-ros/rosserial_client/Manifest
+++ b/dev-ros/rosserial_client/Manifest
@@ -1,7 +1 @@
-DIST rosserial-0.7.1.tar.gz 102204 BLAKE2B 
86f7bf1387aeef048e97e055a12d6ba94bbfe8e51bd73fa77be9bd9c603f19eb5fa28d461fc00a7614f8a855f3110187d0daf47952b6568b70e851c22002ce5d
 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
-DIST rosserial-0.7.2.tar.gz 143811 BLAKE2B 
6c72cf06ba4c3def69c53eeddfb9991322d51e8eba3c5095564d8c5ebde8aca866a5a9e9cecbdecd52fb03e50f398662821e5aa5f85f49e97fc299244fac8d1b
 SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
-DIST rosserial-0.7.3.tar.gz 143866 BLAKE2B 
a2af4bedb91363e7a4960c1e101ead1213a0d1f7742d7150485dd314742471c5ac07d49498788345a664b21e3157d9c8b198ace01d7835cc19031630b502bcc4
 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
-DIST rosserial-0.7.4.tar.gz 150244 BLAKE2B 
57cc4711f42506587cc6e004f321fe4f4f1ba4e1843a3370ecc50ccb7a26912a4896b31351afaa8e3a02fa07fe7d2b0bb705d248b5a39925873df76c195aaa1f
 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
-DIST rosserial-0.7.5.tar.gz 150687 BLAKE2B 
08026b17b08747fd9b1e23a693349f30ff8406cc50f0bd0c949b9367a2b8845b821d69d25e3d35ce9e552e9aa423471e62399ef95c17e35849fcfd858eae6d75
 SHA512 
3c9ce00b3d95f6d29360aee3b45cb35339ba8646f0f43f64cf1c3f2e77a7c9edbb4f85b761a21a0a3e73cdd064a59c98f997f408a6e8526641499420a94c8a36
-DIST rosserial-0.7.6.tar.gz 151270 BLAKE2B 
d4082e2eac6c3b2d80bb7c62b6e830a461b7b379c8bad3ea14e44ca8c054e9c78c9605e6a30f6295cbdefc0c7c57133029ebc9042c2d687e3112a703c69400b8
 SHA512 
adebd29406644c134ab9216f42c1e84dd245b1b1637e055717dea16e82a559c900726c0f6dd9f61e092a3f137805cc96be6f0b100a59574e0818a0bbfb712ea2
 DIST rosserial-0.7.7.tar.gz 155237 BLAKE2B 
e0e905c9d58face06ceac0e21aa2c72d07961daa5a37f85df6dc39738b27ffa47a9236f2627705c94185891f7d7291dabb80e10fece2eec2c6b76bcbdba7d32a
 SHA512 
fdf880146b7697592288d3f5341f784e2dbadc9639a0b66458709bdee1725e6ca603215296f85e386bc9ad59ca8c3132daf0c33cfb852c10c7c1715c06ff2384

diff --git a/dev-ros/rosserial_client/rosserial_client-0.7.1.ebuild 
b/dev-ros/rosserial_client/rosserial_client-0.7.1.ebuild
deleted file mode 100644
index 6ed97cf7f78..000
--- a/dev-ros/rosserial_client/rosserial_client-0.7.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-drivers/rosserial;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Generalized client side source for rosserial"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/tf[${PYTHON_USEDEP}]
-   dev-ros/rospy[${PYTHON_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/rosserial_client/rosserial_client-0.7.2.ebuild 
b/dev-ros/rosserial_client/rosserial_client-0.7.2.ebuild
deleted file mode 100644
index aa34989e3d7..000
--- a/dev-ros/rosserial_client/rosserial_client-0.7.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-drivers/rosserial;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Generalized client side source for rosserial"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/tf[${PYTHON_USEDEP}]
-   dev-ros/rospy[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_controller_manager/

2017-12-28 Thread Alexis Ballier
commit: fd39b02fd50781c1b3fa66190750bd632f96
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:05:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd39b02f

dev-ros/rqt_controller_manager: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/rqt_controller_manager/Manifest |  5 -
 .../rqt_controller_manager-0.11.1.ebuild| 21 -
 .../rqt_controller_manager-0.11.2.ebuild| 21 -
 .../rqt_controller_manager-0.11.3.ebuild| 21 -
 .../rqt_controller_manager-0.11.4.ebuild| 21 -
 .../rqt_controller_manager-0.11.5.ebuild| 21 -
 6 files changed, 110 deletions(-)

diff --git a/dev-ros/rqt_controller_manager/Manifest 
b/dev-ros/rqt_controller_manager/Manifest
index 63a79baa5cd..75efbc1a88d 100644
--- a/dev-ros/rqt_controller_manager/Manifest
+++ b/dev-ros/rqt_controller_manager/Manifest
@@ -1,6 +1 @@
-DIST ros_control-0.11.1.tar.gz 634118 BLAKE2B 
0c8fa87f6830a214b67526b7c78cdc695b811c849720dc163009fa4d649bb87e4dde58537d20114487fc0376100c9b0fdc49324cf559faae8cadcdcbeceac18d
 SHA512 
2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f
-DIST ros_control-0.11.2.tar.gz 647175 BLAKE2B 
a7b24f9358392f55836906f8587caa117e1a53e27c42e4b7a4c1afdcb62ee7eda8aff0a20c21c62205e020cef56bf406847f228be8c12c42dc25d1fe7631ff13
 SHA512 
b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674
-DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 
25869b9aa7c7d36de2d304c87cecb2e2c99952c69415747827c59b2988a5be27085e9f6f8f9a80dcc5c949a1b03377adc46c8c45b758314b79a96f858bc03d93
 SHA512 
24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a
-DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 
80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100
 SHA512 
a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032
-DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 
36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca
 SHA512 
78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034
 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 
88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb
 SHA512 
877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b

diff --git 
a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.1.ebuild 
b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.1.ebuild
deleted file mode 100644
index fed4d13f3e6..000
--- a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control;
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="RQT control manager plugin"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/controller_manager[${PYTHON_USEDEP}]
-   dev-ros/rqt_gui[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"

diff --git 
a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.2.ebuild 
b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.2.ebuild
deleted file mode 100644
index fed4d13f3e6..000
--- a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control;
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="RQT control manager plugin"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/controller_manager[${PYTHON_USEDEP}]
-   dev-ros/rqt_gui[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"

diff --git 
a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.3.ebuild 
b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.3.ebuild
deleted file mode 100644
index fed4d13f3e6..000
--- a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.11.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2/

2017-12-28 Thread Alexis Ballier
commit: 487fb0a77d4c28940bec1b0f8dc3010191dfd2eb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:54:46 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487fb0a7

dev-ros/tf2: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/tf2/Manifest  |  1 -
 dev-ros/tf2/tf2-0.5.15.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ros/tf2/Manifest b/dev-ros/tf2/Manifest
index 0d63daf42e4..3ac7e504fb4 100644
--- a/dev-ros/tf2/Manifest
+++ b/dev-ros/tf2/Manifest
@@ -1,2 +1 @@
-DIST geometry2-0.5.15.tar.gz 147275 BLAKE2B 
27a520d7c76eeea551d95092ede446f2badaee72b72ff24936a2116a0fa824d3f83afa7b07c5d962824e163a4d470490a0d68a8026e9bf829e87d1008b88ddc3
 SHA512 
10a750948157904c0812aaae85e21eaf5c85dfef3770d418fd0c592a9179cef9fc2082ecc125be0fd0032e705dfb678d45930d3aa2cd0986a71c2e0a7307722c
 DIST geometry2-0.5.16.tar.gz 154351 BLAKE2B 
e630be09da6de544de0215d40ffcb0aa780be253320264d52603d5fe7506d12b27e986acb9c036973ba390c5cd96b5e838849ee2f5b1399148cf5cffb461cd76
 SHA512 
11909db98af78bbdef8d1a7dc5f20d3ff3cfcb0afc0e1d53b97a1ffe99aecea911f09364593eb232d7514a4caa192141404d892a33fc7ea9f5ce924ecf99fc51

diff --git a/dev-ros/tf2/tf2-0.5.15.ebuild b/dev-ros/tf2/tf2-0.5.15.ebuild
deleted file mode 100644
index 66229ab329d..000
--- a/dev-ros/tf2/tf2-0.5.15.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry2;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="The second generation Transform Library in ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/console_bridge
-   dev-ros/rostime
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=[threads]
-"
-DEPEND="${RDEPEND}
-   test? ( dev-ros/roscpp )
-"



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

2017-12-28 Thread Alexis Ballier
commit: 79d4bbf0a72d5fea48661fd26ff87d8d33c6e6e8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 19:02:18 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d4bbf0

dev-libs/urdfdom: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/urdfdom/Manifest |  1 -
 dev-libs/urdfdom/urdfdom-0.4.2.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/urdfdom/Manifest b/dev-libs/urdfdom/Manifest
index b11d0e04328..f1b46cc5928 100644
--- a/dev-libs/urdfdom/Manifest
+++ b/dev-libs/urdfdom/Manifest
@@ -1,2 +1 @@
-DIST urdfdom-0.4.2.tar.gz 24893 BLAKE2B 
f04e753fccf6e571ed7e029febfe960a4cbb5286d622fa6ffa1ff5342ef63f1917d217a922f92e89dd6fb1dbcc38739eddb768d419031ce3d3341ee9dc3885b4
 SHA512 
96bcc8c660fbf5a2f1be7b9586136b26a721c72ccc532ad15104b3283ac125ab0d021d4b723fb72f996adacf84fbfff8b2f18619e403ac0fed4a8bad0d237394
 DIST urdfdom-1.0.0.tar.gz 250016 BLAKE2B 
525616785b4fa38c8900add42349aa3a2103c75b213c77e3d682084e674b5fae31e9f56331910c19e6e5c49f6f72e1e7240c588df0dc67d862e0eac911667381
 SHA512 
50a218e596bcc0cecff904db2fa626bebc3902c4fe1f5ff8e08195e462b4d9a8c416a41f4773cabbcc71490060d3feff7e8528a76b824569dc7fdb0bda01ec3f

diff --git a/dev-libs/urdfdom/urdfdom-0.4.2.ebuild 
b/dev-libs/urdfdom/urdfdom-0.4.2.ebuild
deleted file mode 100644
index 5667e931eff..000
--- a/dev-libs/urdfdom/urdfdom-0.4.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/ros/urdfdom;
-fi
-
-inherit ${SCM} cmake-utils
-
-if [ "${PV#}" != "${PV}" ] ; then
-   KEYWORDS=""
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~arm"
-   SRC_URI="https://github.com/ros/urdfdom/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-DESCRIPTION="URDF (U-Robot Description Format) library"
-HOMEPAGE="http://ros.org/wiki/urdf;
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/urdfdom_headers
-   >=dev-libs/console_bridge-0.3
-   dev-libs/tinyxml
-   dev-libs/boost:=[threads]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -i -e 's/set(CMAKE_INSTALL_LIBDIR/#/' CMakeLists.txt || die
-   cmake-utils_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_rviz/

2017-12-28 Thread Alexis Ballier
commit: a73945d0351d4c2fe7b4390662ef94dd644d362b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:51:25 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73945d0

dev-ros/rqt_rviz: add missing console bridge dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/rqt_rviz/{rqt_rviz-0.5.8.ebuild => rqt_rviz-0.5.8-r1.ebuild} | 1 +
 dev-ros/rqt_rviz/rqt_rviz-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/rqt_rviz/rqt_rviz-0.5.8.ebuild 
b/dev-ros/rqt_rviz/rqt_rviz-0.5.8-r1.ebuild
similarity index 95%
rename from dev-ros/rqt_rviz/rqt_rviz-0.5.8.ebuild
rename to dev-ros/rqt_rviz/rqt_rviz-0.5.8-r1.ebuild
index 6f6be7fa407..3de20369e57 100644
--- a/dev-ros/rqt_rviz/rqt_rviz-0.5.8.ebuild
+++ b/dev-ros/rqt_rviz/rqt_rviz-0.5.8-r1.ebuild
@@ -22,5 +22,6 @@ RDEPEND="
>=dev-ros/qt_gui_cpp-0.3
dev-qt/qtwidgets:5
dev-ros/rviz
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/rqt_rviz/rqt_rviz-.ebuild 
b/dev-ros/rqt_rviz/rqt_rviz-.ebuild
index 6f6be7fa407..3de20369e57 100644
--- a/dev-ros/rqt_rviz/rqt_rviz-.ebuild
+++ b/dev-ros/rqt_rviz/rqt_rviz-.ebuild
@@ -22,5 +22,6 @@ RDEPEND="
>=dev-ros/qt_gui_cpp-0.3
dev-qt/qtwidgets:5
dev-ros/rviz
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz_plugin_tutorials/

2017-12-28 Thread Alexis Ballier
commit: 2ff27ff79dc1517aee4987bc6d93b4187d6c857f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:53:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff27ff7

dev-ros/rviz_plugin_tutorials: add missing console bridge dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...tutorials-0.10.1-r3.ebuild => rviz_plugin_tutorials-0.10.1-r4.ebuild} | 1 +
 dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r3.ebuild 
b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r4.ebuild
similarity index 94%
rename from dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r3.ebuild
rename to dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r4.ebuild
index 93e799ae23b..32ef17f584f 100644
--- a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r3.ebuild
+++ b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.10.1-r4.ebuild
@@ -19,5 +19,6 @@ RDEPEND="
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-libs/boost:=
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-.ebuild 
b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-.ebuild
index 93e799ae23b..32ef17f584f 100644
--- a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-.ebuild
+++ b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-.ebuild
@@ -19,5 +19,6 @@ RDEPEND="
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-libs/boost:=
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/stereo_image_proc/

2017-12-28 Thread Alexis Ballier
commit: 7c2cf5f83ee20440b79d4ac1a52c74589c09addc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:54:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2cf5f8

dev-ros/stereo_image_proc: add missing console bridge dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...reo_image_proc-1.12.22.ebuild => stereo_image_proc-1.12.22-r1.ebuild} | 1 +
 dev-ros/stereo_image_proc/stereo_image_proc-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.22.ebuild 
b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.22-r1.ebuild
similarity index 96%
rename from dev-ros/stereo_image_proc/stereo_image_proc-1.12.22.ebuild
rename to dev-ros/stereo_image_proc/stereo_image_proc-1.12.22-r1.ebuild
index 825abc908cb..85c2ee4ab95 100644
--- a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.22.ebuild
+++ b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.22-r1.ebuild
@@ -26,5 +26,6 @@ RDEPEND="
dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
media-libs/opencv:=
dev-libs/boost:=[threads]
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/stereo_image_proc/stereo_image_proc-.ebuild 
b/dev-ros/stereo_image_proc/stereo_image_proc-.ebuild
index 825abc908cb..85c2ee4ab95 100644
--- a/dev-ros/stereo_image_proc/stereo_image_proc-.ebuild
+++ b/dev-ros/stereo_image_proc/stereo_image_proc-.ebuild
@@ -26,5 +26,6 @@ RDEPEND="
dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
media-libs/opencv:=
dev-libs/boost:=[threads]
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/stereo_image_proc/files/, dev-ros/stereo_image_proc/

2017-12-28 Thread Alexis Ballier
commit: eddf387a12f016bc030b2c906bfbc780eb0b346b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:53:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eddf387a

dev-ros/stereo_image_proc: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/stereo_image_proc/Manifest |  3 --
 dev-ros/stereo_image_proc/files/gcc6.patch | 33 --
 .../stereo_image_proc-1.12.19-r1.ebuild| 31 
 .../stereo_image_proc-1.12.20.ebuild   | 30 
 .../stereo_image_proc-1.12.21.ebuild   | 30 
 5 files changed, 127 deletions(-)

diff --git a/dev-ros/stereo_image_proc/Manifest 
b/dev-ros/stereo_image_proc/Manifest
index c825d78f9f4..1ff17e9b553 100644
--- a/dev-ros/stereo_image_proc/Manifest
+++ b/dev-ros/stereo_image_proc/Manifest
@@ -1,4 +1 @@
-DIST image_pipeline-1.12.19.tar.gz 130635 BLAKE2B 
23709220248c86900c092a94a688cb428ceb58aba621e078cece903038345339e75706b0496aacd616e8a5e67522fff781d6a48022f8e6c231bb76eed9417b6e
 SHA512 
f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba
-DIST image_pipeline-1.12.20.tar.gz 137888 BLAKE2B 
2fa362acf59e545c794136262bab98bd5bf5c9025306df5b3f46fd4f498a13c99ef902653f8725564e02f6d1178ba7b77f973d248e4229c80251ad8f5747fb56
 SHA512 
37a45cfcc8bdb8b40477860e29f72671d423d4531156f5901128c32a6c41d27f235cdac216502d614ab7ddab5e66c2f343baaa0fd22cf83cb38e667fbbc111c5
-DIST image_pipeline-1.12.21.tar.gz 139264 BLAKE2B 
0b60057d35a250b0f4938ad79d893b922501d9416a6a7122c49023f632affd06c1c82bfddff0f10bbebe683d8dd50eb4d947d5086a8bb6935da98f8a2d146eed
 SHA512 
76f06e7a1effb3098454496e01a8c14b34a37a3ea96ac51a0deb860b6891b37d354dcf7d9c06389476decaa90c3097c4495e34d04f70ad6a571fc5469eda2f6c
 DIST image_pipeline-1.12.22.tar.gz 139237 BLAKE2B 
9c4ad324494f7e9db935cceed562840bb7ed7af730655398c9ac410722faf7d6747010ef0bbee55f14b555b6b2a6756de3edde31d84c3ae3fad123cea4a85bfe
 SHA512 
34c17bd13625dc0a3c94639ce5ea17cc7674b0035b425c10020178d08037fb4fd081a84d7e83c75822f58c0ba2faead351702dbbc75c821d2f8c17bda351c560

diff --git a/dev-ros/stereo_image_proc/files/gcc6.patch 
b/dev-ros/stereo_image_proc/files/gcc6.patch
deleted file mode 100644
index ee4dfdaa8d3..000
--- a/dev-ros/stereo_image_proc/files/gcc6.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-commit 6c2d65452bd5fe62723988a1a570789921900d59
-Author: Lukas Bulwahn 
-Date:   Fri Sep 30 15:39:47 2016 +0200
-
-address gcc6 build error
-
-With gcc6, compiling fails with `stdlib.h: No such file or directory`,
-as including '-isystem /usr/include' breaks with gcc6, cf.,
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129.
-
-This commit addresses this issue for this package in the same way
-it was addressed in various other ROS packages. A list of related
-commits and pull requests is at:
-
-  https://github.com/ros/rosdistro/issues/12783
-
-Signed-off-by: Lukas Bulwahn 
-
-diff --git a/stereo_image_proc/CMakeLists.txt 
b/stereo_image_proc/CMakeLists.txt
-index b7127d2..e201436 100644
 a/stereo_image_proc/CMakeLists.txt
-+++ b/stereo_image_proc/CMakeLists.txt
-@@ -16,9 +16,7 @@ catkin_package(
- include_directories(include)
- 
- find_package(OpenCV REQUIRED)
--include_directories(SYSTEM ${catkin_INCLUDE_DIRS}
--   ${OpenCV_INCLUDE_DIRS}
--)
-+include_directories(${catkin_INCLUDE_DIRS} ${OpenCV_INCLUDE_DIRS})
- 
- # Nodelet library
- add_library(${PROJECT_NAME} src/libstereo_image_proc/processor.cpp 
src/nodelets/disparity.cpp src/nodelets/point_cloud2.cpp)

diff --git a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.19-r1.ebuild 
b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.19-r1.ebuild
deleted file mode 100644
index 49052260f2c..000
--- a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.19-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_pipeline;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Stereo and single image rectification and disparity processing"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/cv_bridge
-   dev-ros/dynamic_reconfigure
-   dev-ros/image_geometry
-   dev-ros/image_proc
-   dev-ros/image_transport
-   dev-ros/message_filters
-   dev-ros/nodelet
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   media-libs/opencv:=
-   dev-libs/boost:=[threads]
-"
-DEPEND="${RDEPEND}"
-PATCHES=( 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/

2017-12-28 Thread Alexis Ballier
commit: 4c930875ccb6d037492a5933ac350500145eced1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:59:17 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c930875

dev-ros/theora_image_transport: add missing ocnsole bridge dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...age_transport-1.9.5.ebuild => theora_image_transport-1.9.5-r1.ebuild} | 1 +
 dev-ros/theora_image_transport/theora_image_transport-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild 
b/dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild
similarity index 96%
rename from dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild
rename to dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild
index d66dc1d1f7c..a1383869680 100644
--- a/dev-ros/theora_image_transport/theora_image_transport-1.9.5.ebuild
+++ b/dev-ros/theora_image_transport/theora_image_transport-1.9.5-r1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
media-libs/libogg
media-libs/libtheora[encode]
dev-libs/boost:=
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig"

diff --git a/dev-ros/theora_image_transport/theora_image_transport-.ebuild 
b/dev-ros/theora_image_transport/theora_image_transport-.ebuild
index d66dc1d1f7c..a1383869680 100644
--- a/dev-ros/theora_image_transport/theora_image_transport-.ebuild
+++ b/dev-ros/theora_image_transport/theora_image_transport-.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
media-libs/libogg
media-libs/libtheora[encode]
dev-libs/boost:=
+   dev-libs/console_bridge:=
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_image_view/

2017-12-28 Thread Alexis Ballier
commit: ebc00b7cc8c036adf6155c7bc5aa90d1b8f10f8f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:49:40 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc00b7c

dev-ros/rqt_image_view: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/rqt_image_view/Manifest|  2 --
 .../rqt_image_view/rqt_image_view-0.4.10.ebuild| 27 --
 dev-ros/rqt_image_view/rqt_image_view-0.4.9.ebuild | 27 --
 3 files changed, 56 deletions(-)

diff --git a/dev-ros/rqt_image_view/Manifest b/dev-ros/rqt_image_view/Manifest
index eb7d4fcda21..04854691bc3 100644
--- a/dev-ros/rqt_image_view/Manifest
+++ b/dev-ros/rqt_image_view/Manifest
@@ -1,3 +1 @@
-DIST rqt_image_view-0.4.10.tar.gz 12574 BLAKE2B 
75b6e5f497aa67d2b6d80ace9f8e704860dd93b98d6bf61bce7ea52ebf826ac321e8d848e9721c03af97e83256b2c3f66a6bdf2bda85a1c994d3ffbd75d2cd6c
 SHA512 
214ca5d932add218e18ed8cdc5167a4d72296a8f442197b7abc93bc19dc3263c0595165cf453152c6050b23c4871c5f3bb7080c752c0b7044fb24cb7b8c3a830
 DIST rqt_image_view-0.4.11.tar.gz 12610 BLAKE2B 
5501c54339cf94d709eb25b943dee3e4bb80e5462ee40b185196d7e18dd01a74829c57d505a7cf905caf117e4db547b6d1bbfa0bda02466b6f77c7c4a00eaaae
 SHA512 
5f6bf27e277d2c3486a9cae5a007cb71d57e846d958a27cc0bf447728e6c72ca368ab56b5d4b092f1c48d0017bb74e54cf64468b8f7c4fbaebc05c642afaad21
-DIST rqt_image_view-0.4.9.tar.gz 11717 BLAKE2B 
95ea38bdfe9efef70324e950c3c293cdce651139c2fc2425a5a5e00f662b3f7a04caf60ecf3144becae7722761d66fd1e6ee74d121d76316e003ac0c4304ff6c
 SHA512 
52bb5b6962802b8995108909f6ff2d2781bb4df9f124acec706d1e969dae8cc8ca9675d971e9508613da44be3fa6f8af30fa9cf157061c2a4c3ffc15e37a6c03

diff --git a/dev-ros/rqt_image_view/rqt_image_view-0.4.10.ebuild 
b/dev-ros/rqt_image_view/rqt_image_view-0.4.10.ebuild
deleted file mode 100644
index 82149ddff7e..000
--- a/dev-ros/rqt_image_view/rqt_image_view-0.4.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_image_view;
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for displaying images using image_transport"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/cv_bridge[${PYTHON_USEDEP}]
-   media-libs/opencv:=
-   dev-ros/image_transport
-   dev-ros/rqt_gui[${PYTHON_USEDEP}]
-   >=dev-ros/rqt_gui_cpp-0.3
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-qt/qtwidgets:5
-   dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/rqt_image_view/rqt_image_view-0.4.9.ebuild 
b/dev-ros/rqt_image_view/rqt_image_view-0.4.9.ebuild
deleted file mode 100644
index 82149ddff7e..000
--- a/dev-ros/rqt_image_view/rqt_image_view-0.4.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_image_view;
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for displaying images using image_transport"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/cv_bridge[${PYTHON_USEDEP}]
-   media-libs/opencv:=
-   dev-ros/image_transport
-   dev-ros/rqt_gui[${PYTHON_USEDEP}]
-   >=dev-ros/rqt_gui_cpp-0.3
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-qt/qtwidgets:5
-   dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2/

2017-12-28 Thread Alexis Ballier
commit: dcd6acee2594650c894e681b70c70bc80d8dbbb8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec 28 18:55:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec 28 19:10:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd6acee

dev-ros/tf2: add missing := dep on console bridge

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/tf2/{tf2-0.5.16.ebuild => tf2-0.5.16-r1.ebuild} | 2 +-
 dev-ros/tf2/tf2-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/tf2/tf2-0.5.16.ebuild b/dev-ros/tf2/tf2-0.5.16-r1.ebuild
similarity index 95%
rename from dev-ros/tf2/tf2-0.5.16.ebuild
rename to dev-ros/tf2/tf2-0.5.16-r1.ebuild
index 66229ab329d..5c97f8328ef 100644
--- a/dev-ros/tf2/tf2-0.5.16.ebuild
+++ b/dev-ros/tf2/tf2-0.5.16-r1.ebuild
@@ -15,7 +15,7 @@ IUSE=""
 
 RDEPEND="
dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/console_bridge
+   dev-libs/console_bridge:=
dev-ros/rostime
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-libs/boost:=[threads]

diff --git a/dev-ros/tf2/tf2-.ebuild b/dev-ros/tf2/tf2-.ebuild
index 66229ab329d..5c97f8328ef 100644
--- a/dev-ros/tf2/tf2-.ebuild
+++ b/dev-ros/tf2/tf2-.ebuild
@@ -15,7 +15,7 @@ IUSE=""
 
 RDEPEND="
dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/console_bridge
+   dev-libs/console_bridge:=
dev-ros/rostime
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-libs/boost:=[threads]



[gentoo-commits] proj/releng:master commit in: tools/

2017-12-28 Thread Robin H. Johnson
commit: 731b5886ad34b8c202e93b097861807675b93039
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Dec 28 19:01:26 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Dec 28 19:01:26 2017 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=731b5886

tools: fix typo of DEST_HARDEND

Signed-off-by: Robin H. Johnson  gentoo.org>

 tools/catalyst-auto-x86-experimental.conf | 2 +-
 tools/catalyst-auto-x86.conf  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-x86-experimental.conf 
b/tools/catalyst-auto-x86-experimental.conf
index 4d6ccd30..dd0c180d 100644
--- a/tools/catalyst-auto-x86-experimental.conf
+++ b/tools/catalyst-auto-x86-experimental.conf
@@ -95,7 +95,7 @@ post_build() {
fi
done
if [ -f *${DATESTAMP}*.iso ]; then
-   "${cmd[@]}" *${DATESTAMP}*.iso* ${DEST_HARDEND}
+   "${cmd[@]}" *${DATESTAMP}*.iso* ${DEST_HARDENED}
elif [ -f *${TIMESTAMP}*.iso ]; then
"${cmd[@]}" *${TIMESTAMP}*.iso* ${DEST_HARDENED}
fi

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 03d51642..deca9d07 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -95,7 +95,7 @@ post_build() {
fi
done
if [ -f *${DATESTAMP}*.iso ]; then
-   "${cmd[@]}" *${DATESTAMP}*.iso* ${DEST_HARDEND}
+   "${cmd[@]}" *${DATESTAMP}*.iso* ${DEST_HARDENED}
elif [ -f *${TIMESTAMP}*.iso ]; then
"${cmd[@]}" *${TIMESTAMP}*.iso* ${DEST_HARDENED}
fi



[gentoo-commits] repo/gentoo:master commit in: dev-python/llvmlite/

2017-12-28 Thread Thomas Deutschmann
commit: b33dc105a50b03911ee8be249e75bc37082503b2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:41:45 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:41:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33dc105

dev-python/llvmlite: x86 stable (bug #640044)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/llvmlite/llvmlite-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/llvmlite/llvmlite-0.20.0.ebuild 
b/dev-python/llvmlite/llvmlite-0.20.0.ebuild
index 1f4d10f64b1..9aef97ec4f3 100644
--- a/dev-python/llvmlite/llvmlite-0.20.0.ebuild
+++ b/dev-python/llvmlite/llvmlite-0.20.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 LLVM_MAX_SLOT=4



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

2017-12-28 Thread Thomas Deutschmann
commit: 701adf7a8ae543dbdf5788bd21df9217c2bff02b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:33:31 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:33:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701adf7a

dev-ruby/gherkin: x86 stable (bug #636568)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/gherkin/gherkin-4.1.3.ebuild 
b/dev-ruby/gherkin/gherkin-4.1.3.ebuild
index b79521d908a..07f7df770ce 100644
--- a/dev-ruby/gherkin/gherkin-4.1.3.ebuild
+++ b/dev-ruby/gherkin/gherkin-4.1.3.ebuild
@@ -19,6 +19,6 @@ DESCRIPTION="Fast Gherkin lexer and parser"
 HOMEPAGE="https://github.com/cucumber/gherkin;
 LICENSE="MIT"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86"
 SLOT="4"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/

2017-12-28 Thread Thomas Deutschmann
commit: bcaf9abe99292701983e9d22f7cb74e5a0bc64a2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:43:50 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:43:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaf9abe

app-emulation/x48: x86 stable (bug #642224)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/x48/x48-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild 
b/app-emulation/x48/x48-0.6.4-r1.ebuild
index edad8148ce3..8ff22b9f6bc 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="readline"
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-cldr/

2017-12-28 Thread Thomas Deutschmann
commit: e47dbb1fbe85d2b46c1a31c5355f9b5d504294f8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:36:46 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:36:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47dbb1f

app-i18n/unicode-cldr: x86 stable (bug #641276)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild 
b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
index dc6a13ec511..431d2490cd6 100644
--- a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
+++ b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://${PN%-*}.org/Public/${PN/*-}/${PV}/core.zip -> 
${PN}-common-${PV
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2017-12-28 Thread Thomas Deutschmann
commit: f7bacbf78e74a95ed29d308d9c0e4cb41463ddd0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:31:46 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:31:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bacbf7

dev-util/cucumber-core: x86 stable (bug #636568)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

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 b638c24876b..5822e8b490e 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 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86"
 SLOT="0"
 IUSE="test"
 



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

2017-12-28 Thread Thomas Deutschmann
commit: e58085e7d52a18131f63f29d72d49f7af35328d8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:30:54 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:30:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58085e7

dev-ruby/mime-types: x86 stable (bug #636568)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/mime-types/mime-types-2.99.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types/mime-types-2.99.2.ebuild 
b/dev-ruby/mime-types/mime-types-2.99.2.ebuild
index 7dc9ed50e23..9769dceaf59 100644
--- a/dev-ruby/mime-types/mime-types-2.99.2.ebuild
+++ b/dev-ruby/mime-types/mime-types-2.99.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types;
 
 LICENSE="MIT Artistic GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/wacomtablet/

2017-12-28 Thread Thomas Deutschmann
commit: d8ecdddec05a9f5c940940b331a3e8865132df1b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:42:35 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:42:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ecddde

kde-misc/wacomtablet: x86 stable (bug #642458)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/wacomtablet/wacomtablet-3.0.0_beta2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/wacomtablet/wacomtablet-3.0.0_beta2.ebuild 
b/kde-misc/wacomtablet/wacomtablet-3.0.0_beta2.ebuild
index 9483bf05581..8ebeb2ba4a7 100644
--- a/kde-misc/wacomtablet/wacomtablet-3.0.0_beta2.ebuild
+++ b/kde-misc/wacomtablet/wacomtablet-3.0.0_beta2.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://www.linux-apps.com/content/show.php?action=content=114
 SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-emoji/

2017-12-28 Thread Thomas Deutschmann
commit: 62f3ddd91903711b0e7f45678b5fabdb367fd89b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:38:46 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:38:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f3ddd9

app-i18n/unicode-emoji: x86 stable (bug #641276)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild 
b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
index 2ce2b443a1d..c29b63f43d3 100644
--- a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
+++ b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="${BASE_URI}/${PN/*-}-data.txt -> ${PN}-data-${PV}.txt
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2017-12-28 Thread Thomas Deutschmann
commit: 1be906ac72cfc70d1c10cbfb38a355b4008c14bd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 28 18:38:08 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 28 18:38:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be906ac

app-i18n/ibus: x86 stable (bug #641276)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/ibus/ibus-1.5.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild
index f04a122889f..ae4fee4c91c 100644
--- a/app-i18n/ibus/ibus-1.5.16.ebuild
+++ b/app-i18n/ibus/ibus-1.5.16.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python 
test vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )



  1   2   3   >