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

2019-06-13 Thread Hans de Graaff
commit: d258e86e4b9cf03afc38ec75c1aee280eeb9cd0e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 14 04:19:37 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 14 04:19:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d258e86e

dev-ruby/rspec-mocks: add 3.8.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/rspec-mocks/Manifest |  1 +
 dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index 9f8727ba882..8f5c2c97128 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-mocks-2.99.2-git.tgz 101731 BLAKE2B 
27ae180381d427b642c53c351e7b53602caba4252ddf5393949d940be8474110eb0697901afaaa878cd8d368f081c6644c0fcbce86d9d14b9f93f48c027ae808
 SHA512 
dd3b9394d56de8d3089dbcda1e1a5bbdc46486876a99a8a83b602b84ba0320913d8e8dabe5e0367645eb01b943607b93e67d87cc26e380c8db6e048e4e0d
 DIST rspec-mocks-3.7.0-git.tgz 189170 BLAKE2B 
a0a622ac593660c673cd80b3f3caddd2ac389000f42a7ed1745e1fcfd28d1986e61e83c265d736f3ad0649531973719bc9c5f6ab07e289cb2da89c4482e64184
 SHA512 
8673726571ccf8a901281e44faeb25ffcb59579dc380138f0557cd9310192cd340081e5e8ad65ae28127b502cca2f6877134b0fb48f2e0ea40b133002aff
 DIST rspec-mocks-3.8.0-git.tgz 191102 BLAKE2B 
a8dc3794245e4508fb57874ba11a753db5622abda2d34a022c6f01b2e95bf43dd2df8612abcb84c32cff632f70083ea9d76171de73720d00dd929d562fa5993d
 SHA512 
0649c3722479013aa1a20f750b3a83a9b426e5f79cb0edff995b09d1e2fa674fb8e91c0c94e7f9513f338c3c2e9c5b824a9473e91955cf928542324b8b1463ba
+DIST rspec-mocks-3.8.1-git.tgz 191543 BLAKE2B 
dae8b22a011a3563eb65d1709006169bf5dcf310749cb858f4ff20c7b82e7675a616fc427136fe5e0edeef1db0b42a1d0af1c5623eed35807e84dc355131c8cc
 SHA512 
ec71c4b815beef315f8db329bd2b0e60cdbb1fa37939c624799c1589d94dd28f74b3d1a4c0b9025bc98a809f80d625315458351fe7dec8291bad20e79beecca8

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
new file mode 100644
index 000..9cd545a6868
--- /dev/null
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-mocks;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
+   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rspec-core-3.3.0:3
+   >=dev-ruby/rspec-expectations-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm Gemfile || die
+
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm .rspec || die
+
+   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
+}



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

2019-06-13 Thread Hans de Graaff
commit: 8520ee33101bd78dcf8a841fa17b2d85bcbd0d1c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 14 04:37:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 14 04:37:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8520ee33

dev-ruby/tty-color: initial import of 0.5.0

Dependency for forthcoming dev-ruby/pastel

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/tty-color/Manifest   |  1 +
 dev-ruby/tty-color/metadata.xml   | 11 +++
 dev-ruby/tty-color/tty-color-0.5.0.ebuild | 24 
 3 files changed, 36 insertions(+)

diff --git a/dev-ruby/tty-color/Manifest b/dev-ruby/tty-color/Manifest
new file mode 100644
index 000..ddd86e66b43
--- /dev/null
+++ b/dev-ruby/tty-color/Manifest
@@ -0,0 +1 @@
+DIST tty-color-0.5.0.gem 11776 BLAKE2B 
fc22689783c86b5d18bd3134b198b2bdf50563bc14a25b8a02611ac6a46f494c86b17ff1307089a87ad92442d99da3d408b4907b83f3c67f495a66ceaaddc2ee
 SHA512 
998da9196055b011edf8b20595e548447d7a3cda3555a61c2645dac618dcebf8fcd3b257ae8948f93fd7720956f6dc2b554fb5521a8847017c4a2ab2e2b74e73

diff --git a/dev-ruby/tty-color/metadata.xml b/dev-ruby/tty-color/metadata.xml
new file mode 100644
index 000..bb1d1133ed4
--- /dev/null
+++ b/dev-ruby/tty-color/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo Ruby Project
+   
+   
+   piotrmurach/tty-color
+   
+

diff --git a/dev-ruby/tty-color/tty-color-0.5.0.ebuild 
b/dev-ruby/tty-color/tty-color-0.5.0.ebuild
new file mode 100644
index 000..af90325690f
--- /dev/null
+++ b/dev-ruby/tty-color/tty-color-0.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal color capabilities detection"
+HOMEPAGE="https://github.com/piotrmurach/tty-color;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+}



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

2019-06-13 Thread Hans de Graaff
commit: ba8bdbf0bc51c6c37761b7293f1bbdfa0c1dd4f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 14 04:14:19 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 14 04:14:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8bdbf0

dev-ruby/rubygems: add 2.7.10

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/rubygems/Manifest   |   1 +
 dev-ruby/rubygems/rubygems-2.7.10.ebuild | 118 +++
 2 files changed, 119 insertions(+)

diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest
index a8090c2574a..63077d01f0a 100644
--- a/dev-ruby/rubygems/Manifest
+++ b/dev-ruby/rubygems/Manifest
@@ -1,2 +1,3 @@
+DIST rubygems-2.7.10.tgz 863618 BLAKE2B 
26a453d2808cbf03caa6f2ef4a829418de58f4ed0c7584935a0ad5fc722d7fbdf9f442261f96fdca4b6975b62608965d2f0053d3046da59771be373bed21154a
 SHA512 
48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71
 DIST rubygems-2.7.9.tgz 862854 BLAKE2B 
7bccb1fe1ce11b33501f881d01b8b0159e6b3c0a434fa100b98490cd1813b5309610e8ef5d1a2c5ab23c22bf0cd55ace7b055ee57f9057398662276128b3e949
 SHA512 
5f699f47bc24d8ffd4f8f44a509a9df71fcd945ca2574dc9d5050bfe06a44830a368f45d204112d7a4f1877e1600a6fe4d1b6b68f9a55288664667b4220a7d72
 DIST rubygems-3.0.3.tgz 904175 BLAKE2B 
d99de4bdd51779ab214bc4a81f55483341a2c193d4304b8eeb6105cb95877e0a33fe03d93c47433ad3c6bdc8d3e453e33ffb799fd36164feac31616f95eeced4
 SHA512 
1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e

diff --git a/dev-ruby/rubygems/rubygems-2.7.10.ebuild 
b/dev-ruby/rubygems/rubygems-2.7.10.ebuild
new file mode 100644
index 000..32b53a378bf
--- /dev/null
+++ b/dev-ruby/rubygems/rubygems-2.7.10.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25"
+
+inherit ruby-ng prefix
+
+DESCRIPTION="Centralized Ruby extension management system"
+HOMEPAGE="https://rubygems.org/;
+LICENSE="GPL-2 || ( Ruby MIT )"
+
+SRC_URI="https://rubygems.org/rubygems/${P}.tgz;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="server test"
+
+PDEPEND="server? ( >=dev-ruby/builder-2.1 )"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/json
+   >=dev-ruby/minitest-4:0
+   dev-ruby/rdoc
+   )"
+
+all_ruby_prepare() {
+
+   mkdir -p lib/rubygems/defaults || die
+   cp "${FILESDIR}/gentoo-defaults.rb" 
lib/rubygems/defaults/operating_system.rb || die
+
+   eprefixify lib/rubygems/defaults/operating_system.rb
+
+   # Disable broken tests when changing default values:
+   sed -i -e '/test_default_path/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
+
+   # Skip tests for default gems that all fail
+   sed -i -e '/test_default_gems_use_full_paths/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
+   sed -i -e '/test_execute_ignore_default_gem_verbose/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_cleanup_command.rb || die
+   sed -i -e '/test_execute_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_contents_command.rb 
test/rubygems/test_gem_commands_pristine_command.rb || die
+   sed -i -e '/test_execute_\(default_details\|show_default_gems\)/,/^  
end/ s:^:#:' test/rubygems/test_gem_commands_query_command.rb || die
+   sed -i -e '/test_execute_all/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_uninstall_command.rb || die
+   sed -i -e 
'/\(test_default_gem\|test_check_executable_overwrite\|test_require_works_after_cleanup\)/,/^
  end/ s:^:#:' \
+   test/rubygems/test_{gem_installer,require}.rb || die
+   sed -i -e '/test_\(load_default_gem\|default_spec_stub\)/,/^  end/ 
s:^:#:' test/rubygems/test_gem_specification.rb || die
+   sed -i -e '/test_uninstall_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_uninstaller.rb || die
+   rm -f test/rubygems/test_gem_indexer.rb || die
+   sed -i -e 
'/test_\(require_when_gem_defined\|realworld_default_gem\)/,/^  end/ s:^:#:' 
test/rubygems/test_require.rb || die
+   rm -f test/rubygems/test_gem_commands_setup_command.rb || die
+
+   # Avoid tests playing tricks with ruby engine that don't seem to
+   # work for us.
+   rm test/rubygems/test_gem_request_set_gem_dependency_api.rb || die
+
+   # Avoid test requiring network access
+   sed -i -e '/test_download_to_cache/askip "requires network access"' 
test/rubygems/test_gem_remote_fetcher.rb || die
+   # Avoid test requiring obsolete TLS versions
+   sed -i -e 

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

2019-06-13 Thread Hans de Graaff
commit: e8b66e698fddc3fc71d8c88d241280cb0d59eaf4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 14 04:27:17 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 14 04:27:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b66e69

dev-ruby/equatable: initial import of 0.5.0

Dependency for forthcoming dev-ruby/pastel

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/equatable/Manifest   |  1 +
 dev-ruby/equatable/equatable-0.5.0.ebuild | 20 
 dev-ruby/equatable/metadata.xml   | 11 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-ruby/equatable/Manifest b/dev-ruby/equatable/Manifest
new file mode 100644
index 000..e4dc8389443
--- /dev/null
+++ b/dev-ruby/equatable/Manifest
@@ -0,0 +1 @@
+DIST equatable-0.5.0.gem 10240 BLAKE2B 
cbc8b0250cba6a89be0205d585a25a0f9c050cee7e1803a8725259a18b4a9b1ed62771ff9407a7b702c293c55de7c8c3000d5c29f445f230c8acbc0a0f7be384
 SHA512 
968c5497d3d18ec899b34311965421bd3c53a4d55f56ee7594bab1db3ce320e245890b007b1412ea434fc15ad7be2ec6c345068c4aa3cf74e07c146f76039478

diff --git a/dev-ruby/equatable/equatable-0.5.0.ebuild 
b/dev-ruby/equatable/equatable-0.5.0.ebuild
new file mode 100644
index 000..7aacf0cff44
--- /dev/null
+++ b/dev-ruby/equatable/equatable-0.5.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows ruby objects to implement equality comparison and 
inspection methods"
+HOMEPAGE="https://github.com/piotrmurach/equatable;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/dev-ruby/equatable/metadata.xml b/dev-ruby/equatable/metadata.xml
new file mode 100644
index 000..d24f3b19f94
--- /dev/null
+++ b/dev-ruby/equatable/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo Ruby Project
+   
+   
+   piotrmurach/equatable
+   
+



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

2019-06-13 Thread Hans de Graaff
commit: 44205c17d4e0b07b9af07f694e513ef0c23b195c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 14 04:11:38 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 14 04:11:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44205c17

dev-ruby/capybara: add 3.24.0

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/capybara/Manifest   |  1 +
 dev-ruby/capybara/capybara-3.24.0.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/capybara/Manifest b/dev-ruby/capybara/Manifest
index 192c8809d19..bfeb3409450 100644
--- a/dev-ruby/capybara/Manifest
+++ b/dev-ruby/capybara/Manifest
@@ -7,3 +7,4 @@ DIST capybara-3.20.2.gem 344064 BLAKE2B 
6b0c8551c2cc88ddd201d416abea25b03c874ac6
 DIST capybara-3.21.0.gem 345600 BLAKE2B 
e9a2ea78a9d0a3ec4fad7b61b82a527fdb9b1a5ad3a2bc5a3b294b90c6a6afb0c5ff00056371c1a70ef28d340a048073e713d0eade7db610bc256cf58e8456fd
 SHA512 
e632eb75c13b1c13691fa7b7ee81372adcb205df7942593a7a7a45207068a043591c8cb50dfb1664d1d9206e610ab1107a2a4d3fcfd614be766207ea7a32fcab
 DIST capybara-3.22.0.gem 347648 BLAKE2B 
f1f50da92f62fc31231564500ae94ed7e5d07f4fcb04b68829dc538097f1bddb313fe9a8384772da24485879bb7c16caaa7dd2f4994d0bb95313fbbd5c79a3de
 SHA512 
b77ad55bb35a3f62057a649e99086c322a3b3832f2c907f7abee46d694c5c189aff9f286590c8ab597bb767e56f3ec51911842146677545b99c44db27ca236c6
 DIST capybara-3.23.0.gem 349184 BLAKE2B 
233b83fb88f106de8e25a1aa34d1082664824571eca2a79ad3de3b164e639b68173804bf2e871c3fde7fe2af54d64ee6ade90c4149807e04e844cbf5d61f24dc
 SHA512 
53e0c6223e574960e136e7620d7d00a0e1479f9eb0fb70c7150bc60e20ed009d163dc29f7cee84acad43168cca230465490c9ca64b640fdebe9223ec62b6e4db
+DIST capybara-3.24.0.gem 349696 BLAKE2B 
54447fc17169d953c43f31505a9267bebe6d093052cb553efa8eb65bf6e39fbb13fe02cb3b7252c4fe1f0554370266265eb759ad7f4dc5bab9299410e4f07e81
 SHA512 
32a19471d3f8d13871c40c28671125039b432065ab6ac1b31f38551f9e5c7d52c041ef9a56db853aeddd14d9411dec4e647336f6b78feb45c90a676ccdc606fe

diff --git a/dev-ruby/capybara/capybara-3.24.0.ebuild 
b/dev-ruby/capybara/capybara-3.24.0.ebuild
new file mode 100644
index 000..00a37d02664
--- /dev/null
+++ b/dev-ruby/capybara/capybara-3.24.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+# Rake tasks are not distributed in the gem.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit virtualx ruby-fakegem
+
+DESCRIPTION="Capybara aims to simplify the process of integration testing Rack 
applications"
+HOMEPAGE="https://github.com/jnicklas/capybara;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="3"
+IUSE="test"
+
+DEPEND="${DEPEND} test? ( || ( www-client/firefox www-client/firefox-bin ) )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   >=dev-ruby/launchy-2.4.0
+   >=dev-ruby/selenium-webdriver-3.5:3
+   dev-ruby/sinatra:2
+   www-servers/puma
+)"
+
+ruby_add_rdepend "
+   dev-ruby/addressable
+   >=dev-ruby/mini_mime-0.1.3
+   >=dev-ruby/nokogiri-1.8:0
+   >=dev-ruby/rack-1.6.0:*
+   >=dev-ruby/rack-test-0.6.3:*
+   >=dev-ruby/regexp_parser-1.5:1
+   >=dev-ruby/xpath-3.2:3"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' -e '/pry/d' -e '1igem "sinatra"' -e 
'/statistics/Id' spec/spec_helper.rb || die
+
+   # Avoid window-manager specific tests (sizes are specific for fluxbox)
+   sed -i -e '/#maximize/,/^  end/ s:^:#:' 
lib/capybara/spec/session/window/window_spec.rb || die
+
+   # Avoid spec that requires unpackaged geckodriver
+   sed -i -e '/describe.*register_server/,/^  end/ s:^:#:' 
spec/capybara_spec.rb || die
+
+   # Avoid test dependency on puma server for now
+   sed -i -e '/should have :puma registered/,/^end/ s:^:#:' 
spec/capybara_spec.rb || die
+
+   # Update spec to catch the right error code. This seems to have
+   # changed recently accross ruby versions.
+   sed -i -e '/raise_error/ s/EOFError/Net::ReadTimeout/' 
spec/server_spec.rb || die
+}
+
+each_ruby_test() {
+   virtx ${RUBY} -Ilib -S rspec-3 spec || die "Tests failed."
+}



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

2019-06-13 Thread Hans de Graaff
commit: 2fb6755a35c069e4935c24823c35e7887608fcca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 14 04:12:27 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 14 04:12:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb6755a

dev-ruby/jquery-rails: add 4.3.5

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/jquery-rails/Manifest  |  1 +
 dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/jquery-rails/Manifest b/dev-ruby/jquery-rails/Manifest
index 25b5a4fff90..9db74ca84e6 100644
--- a/dev-ruby/jquery-rails/Manifest
+++ b/dev-ruby/jquery-rails/Manifest
@@ -1,2 +1,3 @@
 DIST jquery-rails-3.1.4.gem 190976 BLAKE2B 
d0f0177bce04ca49a41c4a12e3ec35b1e4e7c6194fbda7a5e6ca48ae4a1cd1bf6845196f7b001330d54e4c19a4d3730932bb36741077980fda8de1e1a47be1ba
 SHA512 
fbec0e09bff90d4f21a512c628767ceaf85f311ac8bd81ca58a7b41f71c0a6b25d9ab9246c4043abf71f7afaf217d51a796f2207c2321583ddd14845248c9f1a
 DIST jquery-rails-4.3.3.gem 519168 BLAKE2B 
cfd1c9c9a18ea919966778d4172a6733faa102086598c8871f2c9aef5460b1806f2346d1624ba7c01315dcb1090ea81771838280c0b68ae2e57a9e97ad6f24a5
 SHA512 
55cef78f794da90ef1f7394f919810425589d3d92dc71375c3ec2f0cd6d207e0854826887e1a69503bc6609c60c10886e0b868d2d2df46ae052c90f322aef974
+DIST jquery-rails-4.3.5.gem 523776 BLAKE2B 
cf5338380f1551ee5bbec61dab818f4c45eef49947647dc41cc71cc06438a3454f793122eed7934b2288a9a895578770b236fcb5f1f5a2d0c8c211708e6452e6
 SHA512 
78afb6ad2cfa331ffed52ef6ba67bbd6e1fd7da210223e1b0cd097b0823455036aba58a1f31b70c8a9525f1f62508ec7f688924af7b0b18f262ab8d845c9ad78

diff --git a/dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild 
b/dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild
new file mode 100644
index 000..61ac064c183
--- /dev/null
+++ b/dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md VERSIONS.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="vendor"
+
+RUBY_FAKEGEM_GEMSPEC="jquery-rails.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="jQuery! For Rails! So great"
+HOMEPAGE="https://www.rubyonrails.org;
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/railties-4.2.0:*
+   >=dev-ruby/thor-0.14 

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

2019-06-13 Thread Hans de Graaff
commit: 4c52e6f70734d557127dcee68a40ad4d46307814
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 14 04:26:38 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 14 04:26:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c52e6f7

dev-ruby/rubygems: add 3.0.4

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/rubygems/Manifest  |  1 +
 dev-ruby/rubygems/rubygems-3.0.4.ebuild | 92 +
 2 files changed, 93 insertions(+)

diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest
index 63077d01f0a..6b0d34eb9ab 100644
--- a/dev-ruby/rubygems/Manifest
+++ b/dev-ruby/rubygems/Manifest
@@ -1,3 +1,4 @@
 DIST rubygems-2.7.10.tgz 863618 BLAKE2B 
26a453d2808cbf03caa6f2ef4a829418de58f4ed0c7584935a0ad5fc722d7fbdf9f442261f96fdca4b6975b62608965d2f0053d3046da59771be373bed21154a
 SHA512 
48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71
 DIST rubygems-2.7.9.tgz 862854 BLAKE2B 
7bccb1fe1ce11b33501f881d01b8b0159e6b3c0a434fa100b98490cd1813b5309610e8ef5d1a2c5ab23c22bf0cd55ace7b055ee57f9057398662276128b3e949
 SHA512 
5f699f47bc24d8ffd4f8f44a509a9df71fcd945ca2574dc9d5050bfe06a44830a368f45d204112d7a4f1877e1600a6fe4d1b6b68f9a55288664667b4220a7d72
 DIST rubygems-3.0.3.tgz 904175 BLAKE2B 
d99de4bdd51779ab214bc4a81f55483341a2c193d4304b8eeb6105cb95877e0a33fe03d93c47433ad3c6bdc8d3e453e33ffb799fd36164feac31616f95eeced4
 SHA512 
1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e
+DIST rubygems-3.0.4.tgz 883664 BLAKE2B 
d5ec493657c055561aa9c0c09719529857706db197bf266ef4c51e48e6f97c08d85a8923b0c6fd72b3fd6ecb584533ff8ca56515c555e9c5b786b0d99ad2a16e
 SHA512 
887c64226ec0b32d33f2ea331936683406d54dc74d19e658a23521e25ab50aa23534fe9eecaf696154247ad1df1d24c233d8900b9aabc79096eebd6afef3f775

diff --git a/dev-ruby/rubygems/rubygems-3.0.4.ebuild 
b/dev-ruby/rubygems/rubygems-3.0.4.ebuild
new file mode 100644
index 000..34c2df4ae1b
--- /dev/null
+++ b/dev-ruby/rubygems/rubygems-3.0.4.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-ng prefix
+
+DESCRIPTION="Centralized Ruby extension management system"
+HOMEPAGE="https://rubygems.org/;
+LICENSE="GPL-2 || ( Ruby MIT )"
+
+SRC_URI="https://rubygems.org/rubygems/${P}.tgz;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="server test"
+
+PDEPEND="server? ( =dev-ruby/builder-3* )"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/json
+   dev-ruby/minitest:5
+   dev-ruby/rdoc
+   )"
+
+all_ruby_prepare() {
+
+   mkdir -p lib/rubygems/defaults || die
+   cp "${FILESDIR}/gentoo-defaults-3.rb" 
lib/rubygems/defaults/operating_system.rb || die
+
+   eprefixify lib/rubygems/defaults/operating_system.rb
+
+   # Disable broken tests when changing default values:
+   sed -i -e '/test_default_path/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
+}
+
+each_ruby_compile() {
+   # Not really a build but...
+   sed -i -e 's:#!.*:#!'"${RUBY}"':' bin/gem
+}
+
+each_ruby_test() {
+   # Unset RUBYOPT to avoid interferences, bug #158455 et. al.
+   #unset RUBYOPT
+
+   if [[ "${EUID}" -ne "0" ]]; then
+   RUBYLIB="$(pwd)/lib${RUBYLIB+:${RUBYLIB}}" ${RUBY} 
--disable-gems -I.:lib:test:bundler/lib \
+   -e 'require "rubygems"; gem "minitest", "~>5.0"; 
Dir["test/**/test_*.rb"].each { |tu| require tu }' || die "tests failed"
+   else
+   ewarn "The userpriv feature must be enabled to run tests, bug 
408951."
+   eerror "Testsuite will not be run."
+   fi
+}
+
+each_ruby_install() {
+   # Unset RUBYOPT to avoid interferences, bug #158455 et. al.
+   unset RUBYOPT
+   export RUBYLIB="$(pwd)/lib${RUBYLIB+:${RUBYLIB}}"
+
+   pushd lib &>/dev/null
+   doruby -r *
+   popd &>/dev/null
+
+   local sld=$(ruby_rbconfig_value 'sitelibdir')
+   insinto "${sld#${EPREFIX}}"  # bug #320813
+   newins "${FILESDIR}/auto_gem.rb.ruby19" auto_gem.rb || die
+
+   newbin bin/gem $(basename ${RUBY} | sed -e 's:ruby:gem:') || die
+}
+
+all_ruby_install() {
+   dodoc History.txt README.md
+
+   if use server; then
+   newinitd "${FILESDIR}/init.d-gem_server2" gem_server || die 
"newinitd failed"
+   newconfd "${FILESDIR}/conf.d-gem_server" gem_server || die 
"newconfd failed"
+   fi
+}
+
+pkg_postinst() {
+   if [[ ! -n $(readlink "${ROOT}"usr/bin/gem) ]] ; then

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

2019-06-13 Thread Hans de Graaff
commit: faa21dc6f0042d3a65a2e2fd890dbbefb91aad1c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 14 04:17:28 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 14 04:17:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa21dc6

dev-ruby/rspec-core: add 3.8.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/rspec-core/Manifest|  1 +
 dev-ruby/rspec-core/rspec-core-3.8.1.ebuild | 92 +
 2 files changed, 93 insertions(+)

diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
index d20872d74dc..c7cd2db4380 100644
--- a/dev-ruby/rspec-core/Manifest
+++ b/dev-ruby/rspec-core/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-core-2.99.2-git.tgz 212935 BLAKE2B 
37195012f79aca3a1959f9143e2f5cbab63230ab07ea97928d6f66face8d07ab54d87f19535f5f235c441b2da6dec17ef2a889e9ccd7e83d987086e24afd1b82
 SHA512 
e13bc3384fd85c367481a8651c14be4a412cba5f58e12a8f4ab14b5d2768a7b92191b81e000e7dbf6a28275b41044d8b3eb70a04e4b30b5bf88db98cbec4cc44
 DIST rspec-core-3.7.1-git.tgz 376819 BLAKE2B 
6747ffd8f2d426718376b51356d8838a7db0d0246ee619e8edef30bd9f7aeeb80bd0488e4fc73b0a00d119074c35055f6b9d0cbbe6160ae78d0727ce9848a710
 SHA512 
1561d044281c1b8b97cc89033ad991548fa74abbc5f20d3951d3f3de754c581a027f9ccb2bd0107c05e744d3b2804555cf4cf207e72adf365b28fc7ce052dab8
 DIST rspec-core-3.8.0-git.tgz 386022 BLAKE2B 
e827f006fe9f05f93b741d021bbb108ae3e98cd23f3388c1fdf2a87d8be349c04e91c810cbb7c47cc99ce99a00f62e13eb01a927b8b89d54dfa437ed46b1d24f
 SHA512 
6d3f431a1f9485009f5029bea967f36cb789be8cf33722b36c40df44e12a2284674c6c8af333bfe8ba8825e032576569fd42c92f798988faad732ac3a720c5e6
+DIST rspec-core-3.8.1-git.tgz 387459 BLAKE2B 
34888ef32e841633710cf2ec312a2a5006cbe9bb92ad16a646b7c7ef7ebca693db12de4240f4a03bbc01ecc50bc08ee676600b708ba72e1f34ad11d007bf6377
 SHA512 
fb9d6098e9c43b0fb0b7344521861c6095bee09d3fcaec526bed7b67f21cdff067a4a913f7cf17af9436587a20caab172670058785f138f50103708475057941

diff --git a/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild
new file mode 100644
index 000..5103fd0576e
--- /dev/null
+++ b/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+# Also install this custom path since internal paths depend on it.
+RUBY_FAKEGEM_EXTRAINSTALL="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-core;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="highlight"
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "
+   =dev-ruby/rspec-support-${SUBVERSION}*
+   !!=dev-ruby/coderay-1.1.1 )
+"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/nokogiri-1.5.2
+   >=dev-ruby/coderay-1.1.1
+   dev-ruby/syntax
+   >=dev-ruby/thread_order-1.1.0
+   >=dev-ruby/rspec-expectations-3.8.0:3
+   >=dev-ruby/rspec-mocks-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Avoid dependency on cucumber since we can't run the features anyway.
+   sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
+
+   # Duplicate exe also in bin. We can't change it since internal stuff
+   # also depends on this and fixing that is going to be fragile. This
+   # way we can at least install proper bin scripts.
+   cp -R exe bin || die
+
+   # Avoid unneeded dependency on git.
+   sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
+
+   # Avoid aruba dependency so that we don't end up in dependency hell.
+   sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' 
spec/spec_helper.rb || die
+   rm -f spec/support/aruba_support.rb || die
+   rm -f 
spec/integration/{bisect_runners,failed_line_detection,filtering,order,persistence_failures,suite_hooks_errors}_spec.rb
 || die
+   rm -f 
spec/integration/{spec_file_load_errors,output_stream,fail_if_no_examples}_spec.rb
 || die
+
+   # Avoid a spec failing due to path issues
+   sed -i -e '/does not load files in the default path when run by 
ruby/,/end/ s:^:#:' \
+   spec/rspec/core/configuration_spec.rb || die
+
+   # Avoid a spec that depends on dev-ruby/rspec to lessen 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/exo/

2019-06-13 Thread Michał Górny
commit: f9c20dd9a3fd5637f4c5a0215444becce11abe07
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 14 03:30:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 14 03:40:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c20dd9

xfce-base/exo: Bump to 0.12.6, introducing gtk2 flag

Bump to 0.12.6.  Introduce a 'gtk2' flag to control libexo-1, rather
than having two revisions of the package.

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/exo/Manifest  |  1 +
 xfce-base/exo/exo-0.12.6.ebuild | 48 +
 xfce-base/exo/metadata.xml  |  3 +++
 3 files changed, 52 insertions(+)

diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index d899487ab33..38fbf2161c1 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,2 +1,3 @@
 DIST exo-0.12.4.tar.bz2 1235738 BLAKE2B 
f05ae13bb5ec599686207df3fe7458b8a42227194c91c24397ed282d2c7a6ccf10989f14c662f2e0d986c59695de2b8d50743c8489bc716aaa001cbd23fe3598
 SHA512 
8f84258aeb5c1fcfe91e775af1e5fed02f36b3d18aa72d497cd05294d54f050d679628cdb4339219c67b203a8cc663704a240fc18e6a918cef363cf4d9b94783
 DIST exo-0.12.5.tar.bz2 1236257 BLAKE2B 
e1ea6f63e1e64a4f098e03ab45f2ff21a3a3851dcafa314aaadea9fcbb00f790ab18d608b4920dac868a31048d618a67c7f69c7fd5bcd8ea187fea78d20f7d0b
 SHA512 
00165ef85145603f59cc4188d2637ec51c8cc51d9f2288c4e5b0328a2b085e940fbaaa987bf5a51c184f2d4f6f9751f4304feb6143416bade826007b3bf6
+DIST exo-0.12.6.tar.bz2 1288734 BLAKE2B 
555e7d24f1ceac7b643baf99c37d2442fd7fedb231ba99da79c0ac70685166412007df5b9b60c4f192aa82f0de8c38c2b21a2ee3e4fdefe51975cab1978a6ed6
 SHA512 
468f8e95068135a08da58abd35e8b886864262550fe3860a8e61ed6376783491139ae837427e0cabfe9b46184b339e482f0e9a9c9c8439c695d4268c94b5e405

diff --git a/xfce-base/exo/exo-0.12.6.ebuild b/xfce-base/exo/exo-0.12.6.ebuild
new file mode 100644
index 000..33b5f9036d8
--- /dev/null
+++ b/xfce-base/exo/exo-0.12.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Extensions, widgets and framework library with session support 
for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="gtk2"
+
+RDEPEND=">=dev-lang/perl-5.6
+   >=dev-libs/glib-2.42:=
+   dev-perl/URI
+   >=x11-libs/gtk+-3.22:3=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   gtk2? ( >=x11-libs/gtk+-2.24:2= )"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable gtk2)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/xfce-base/exo/metadata.xml b/xfce-base/exo/metadata.xml
index 359901b31db..ee56aa91cee 100644
--- a/xfce-base/exo/metadata.xml
+++ b/xfce-base/exo/metadata.xml
@@ -5,4 +5,7 @@
 x...@gentoo.org
 XFCE Team
   
+  
+Build deprecated GTK+2 libexo-1 library.
+  
 



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

2019-06-13 Thread Nick Sarnie
commit: 39ff43572f70e88cb36d8614afdcf72e1f65dca1
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Jun 14 03:00:43 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Jun 14 03:10:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ff4357

app-emulation/wine-vanilla: Sync with ::wine

Bump to 4.10

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-4.10.ebuild  | 535 +
 2 files changed, 536 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 2a0cceace03..a0b24fd9c05 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -8,6 +8,7 @@ DIST wine-3.20.tar.xz 21541928 BLAKE2B 
9183dacd1c6ec15ae5283eca3d17db5a869bcba9a
 DIST wine-3.21.tar.xz 21573872 BLAKE2B 
54d8733b19f1377f856c9496f6263eef1916e03caf82c6fcfa39b3e7bec1fecd87466dc92f3739d704a9161a32d9ee680b2cc5e5cdf27a582dc1d89d0b1a6639
 SHA512 
dd64a6778bf1b848c8fe14dc26cfca21f6c1c92714ca1b2e932a28560a2adc1f69aa1b2cba250f49a5df4f91a4accde677a2afaf960c200d3998eac1957b5c6b
 DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
+DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54
 DIST wine-4.6.tar.xz 21940848 BLAKE2B 
1dbac3b3e6d74b99123a0954015343514d0135a26cffe86499f8fbdfadd04205edfcd0635562519b73397519f298abe7e18693fa1433aa05255b2435a2eedb1a
 SHA512 
b5d8568de0256bdd9f3fcaef725c8daa90d028838fd490f75d7f08a7c538103a957a4fd03857a8fbbdf1de6acb7237b183dad24d6057be50dae12af227cd2c98
 DIST wine-4.7.tar.xz 21962632 BLAKE2B 
2f90212c93fb089fafb0dd44189044b3875a52e3f6b5300a44893ac9760afb398330c293abbffca15cd9f9a6da72e97c2702c04525e02663186d723f1f322da7
 SHA512 
cb768528db510f81d464b9c1bb48847162baaa86ef00dc7a418afdce38aa51262d150c14b3362fb40c93cc2e3633fc02b2916167f21af8a708eb393da6ba9163
 DIST wine-4.8.tar.xz 22024100 BLAKE2B 
cf87407a5fca83660c866a17ebeec62a97404c1eeb1d7b34a0995510e04aec2fe0350b644870a3d4817177b002cf07e69cd6761593122c93c22bda50bb8aec0b
 SHA512 
ad91c31aad86b9932777a1c5a84760f41c63cfbb5d79f1a8afd132a8948667283f85e081a454cfc0904544394eaabb00fb986eba15efd8a8409db38e793f3dab

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
new file mode 100644
index 000..70c9c99fce9
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
@@ -0,0 +1,535 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20190511"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan 
+X +xcomposite xinerama 

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

2019-06-13 Thread Nick Sarnie
commit: bc8de50577fc3367ee1aeee32c02361a77cfdd18
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Jun 14 03:01:35 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Jun 14 03:10:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8de505

app-emulation/wine-vanilla: Drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   6 -
 .../wine-vanilla/wine-vanilla-3.0.3.ebuild | 525 
 .../wine-vanilla/wine-vanilla-3.0.4.ebuild | 525 
 .../wine-vanilla/wine-vanilla-3.20.ebuild  | 532 
 .../wine-vanilla/wine-vanilla-3.21.ebuild  | 532 
 .../wine-vanilla/wine-vanilla-4.6-r1.ebuild| 534 -
 6 files changed, 2654 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index a0b24fd9c05..462e2e87c04 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,15 +1,9 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
-DIST gentoo-wine-patches-20190316.tar.xz 58848 BLAKE2B 
76e66749638589dd6d6eceb4b78690483d14353597a4e47fe9e5325d8bdb2bceff66040c110f63b8bae698bc5838c280c048ff7375ba2ed8cc387cbe0422c79a
 SHA512 
de2cf844ae686144c3f95f0a360c7fa8a62185500758f994b5a65836798bdc3092138dcd9c36d0267a6fcfdc13585258d31b281244a97b45965f40e0f2b29eda
 DIST gentoo-wine-patches-20190430.tar.xz 58896 BLAKE2B 
96c30ee48c4c50720abe8bb1d5a7c2e8ba0691dca3fd38b3807e2b2269236bccb3da18e59b4e35c2703cfb725300ee53c95e9ed584dd9e2c4184b31716b6b4c6
 SHA512 
52970b1e0673ae84e614db33536e9fa64bb6497a6f19c462f73ddf6b3239f38c9d59fe1c379cd67ef613c0660dcf84e2753e54647f01a8a1b2ee95ae4bb9f8d6
 DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 
571c30d94341f567261893f884345b39eab42adc8b5c306a30d03943fd770055e070ae01e41e5add5b873063d3aaa69641faf81b16ac6039970d8a22b177dd7e
 SHA512 
ccd74d0d6acecc7b24dc89466f93099bd6991d607a4fe89d68637d1fa82e02ebd76b532fe1afd8ab8de8ef3f2d49fe8d71f797796a9434f4b0f7a8183c084969
-DIST wine-3.0.3.tar.xz 19735412 BLAKE2B 
f0ccbe272f1013386f89805cf1573cf001eb875bccb31a1884fad1dff5f90caf727c460406af80f63db7a227d85f25f57c8e8e650a171adbe0c3f5178ddf17e8
 SHA512 
11043a9a9434681f9c73590688b600b3b9e3d311be2c4d97b5f58f0740500ebcfbdc826bd6584d5dd392dccbdd9389ffa04c8fedbba43a4df2e6aeb922414412
-DIST wine-3.0.4.tar.xz 20556944 BLAKE2B 
122c06e38cae9f9d2358908d0d325ed4e0dc3d1bf3e189fcfd1a713ca147d5360934cc21c387939bb5ba6dec9410d85b586d95207089b6aa033eea15bfc209e3
 SHA512 
e1ce33bbc165a9c640a38965a229b757b67746f2150d545eb0e29ba6d21cdf150bd8eb9a450d8dd71733fbea3b2ac24839dd8e381b7da9cd15ddf98c59304198
-DIST wine-3.20.tar.xz 21541928 BLAKE2B 
9183dacd1c6ec15ae5283eca3d17db5a869bcba9a93800a422f0dea5d9cfb5d3124a3e942e8b6487cd4ba31cfeacdd66de39128dd66d64e1226d265eae922d3a
 SHA512 
fb66d1d4b427f46dd048b13e53bcd15a5eaeb19039221fe98ec771140c33b3c245a974e52242eab5731ffa0de15f5932204032fe24f86e1a313ff8f11da59cc4
-DIST wine-3.21.tar.xz 21573872 BLAKE2B 
54d8733b19f1377f856c9496f6263eef1916e03caf82c6fcfa39b3e7bec1fecd87466dc92f3739d704a9161a32d9ee680b2cc5e5cdf27a582dc1d89d0b1a6639
 SHA512 
dd64a6778bf1b848c8fe14dc26cfca21f6c1c92714ca1b2e932a28560a2adc1f69aa1b2cba250f49a5df4f91a4accde677a2afaf960c200d3998eac1957b5c6b
 DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54
-DIST wine-4.6.tar.xz 21940848 BLAKE2B 
1dbac3b3e6d74b99123a0954015343514d0135a26cffe86499f8fbdfadd04205edfcd0635562519b73397519f298abe7e18693fa1433aa05255b2435a2eedb1a
 SHA512 
b5d8568de0256bdd9f3fcaef725c8daa90d028838fd490f75d7f08a7c538103a957a4fd03857a8fbbdf1de6acb7237b183dad24d6057be50dae12af227cd2c98
 DIST wine-4.7.tar.xz 21962632 BLAKE2B 

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

2019-06-13 Thread Nick Sarnie
commit: c576b81d5229c732ed2a150d9c7b6ca7f5b1f6e2
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Jun 14 03:06:30 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Jun 14 03:10:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c576b81d

app-emulation/wine-staging: Drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   8 -
 .../wine-staging/wine-staging-3.20.ebuild  | 614 
 .../wine-staging/wine-staging-3.21.ebuild  | 614 
 .../wine-staging/wine-staging-4.6-r1.ebuild| 617 -
 4 files changed, 1853 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index d1b4486e301..9497e3ee5a0 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,18 +1,10 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
-DIST gentoo-wine-patches-20190316.tar.xz 58848 BLAKE2B 
76e66749638589dd6d6eceb4b78690483d14353597a4e47fe9e5325d8bdb2bceff66040c110f63b8bae698bc5838c280c048ff7375ba2ed8cc387cbe0422c79a
 SHA512 
de2cf844ae686144c3f95f0a360c7fa8a62185500758f994b5a65836798bdc3092138dcd9c36d0267a6fcfdc13585258d31b281244a97b45965f40e0f2b29eda
 DIST gentoo-wine-patches-20190430.tar.xz 58896 BLAKE2B 
96c30ee48c4c50720abe8bb1d5a7c2e8ba0691dca3fd38b3807e2b2269236bccb3da18e59b4e35c2703cfb725300ee53c95e9ed584dd9e2c4184b31716b6b4c6
 SHA512 
52970b1e0673ae84e614db33536e9fa64bb6497a6f19c462f73ddf6b3239f38c9d59fe1c379cd67ef613c0660dcf84e2753e54647f01a8a1b2ee95ae4bb9f8d6
 DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 
571c30d94341f567261893f884345b39eab42adc8b5c306a30d03943fd770055e070ae01e41e5add5b873063d3aaa69641faf81b16ac6039970d8a22b177dd7e
 SHA512 
ccd74d0d6acecc7b24dc89466f93099bd6991d607a4fe89d68637d1fa82e02ebd76b532fe1afd8ab8de8ef3f2d49fe8d71f797796a9434f4b0f7a8183c084969
-DIST wine-3.20.tar.xz 21541928 BLAKE2B 
9183dacd1c6ec15ae5283eca3d17db5a869bcba9a93800a422f0dea5d9cfb5d3124a3e942e8b6487cd4ba31cfeacdd66de39128dd66d64e1226d265eae922d3a
 SHA512 
fb66d1d4b427f46dd048b13e53bcd15a5eaeb19039221fe98ec771140c33b3c245a974e52242eab5731ffa0de15f5932204032fe24f86e1a313ff8f11da59cc4
-DIST wine-3.21.tar.xz 21573872 BLAKE2B 
54d8733b19f1377f856c9496f6263eef1916e03caf82c6fcfa39b3e7bec1fecd87466dc92f3739d704a9161a32d9ee680b2cc5e5cdf27a582dc1d89d0b1a6639
 SHA512 
dd64a6778bf1b848c8fe14dc26cfca21f6c1c92714ca1b2e932a28560a2adc1f69aa1b2cba250f49a5df4f91a4accde677a2afaf960c200d3998eac1957b5c6b
 DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54
-DIST wine-4.6.tar.xz 21940848 BLAKE2B 
1dbac3b3e6d74b99123a0954015343514d0135a26cffe86499f8fbdfadd04205edfcd0635562519b73397519f298abe7e18693fa1433aa05255b2435a2eedb1a
 SHA512 
b5d8568de0256bdd9f3fcaef725c8daa90d028838fd490f75d7f08a7c538103a957a4fd03857a8fbbdf1de6acb7237b183dad24d6057be50dae12af227cd2c98
 DIST wine-4.7.tar.xz 21962632 BLAKE2B 
2f90212c93fb089fafb0dd44189044b3875a52e3f6b5300a44893ac9760afb398330c293abbffca15cd9f9a6da72e97c2702c04525e02663186d723f1f322da7
 SHA512 
cb768528db510f81d464b9c1bb48847162baaa86ef00dc7a418afdce38aa51262d150c14b3362fb40c93cc2e3633fc02b2916167f21af8a708eb393da6ba9163
 DIST wine-4.8.tar.xz 22024100 BLAKE2B 
cf87407a5fca83660c866a17ebeec62a97404c1eeb1d7b34a0995510e04aec2fe0350b644870a3d4817177b002cf07e69cd6761593122c93c22bda50bb8aec0b
 SHA512 
ad91c31aad86b9932777a1c5a84760f41c63cfbb5d79f1a8afd132a8948667283f85e081a454cfc0904544394eaabb00fb986eba15efd8a8409db38e793f3dab
 DIST wine-4.9.tar.xz 22077528 BLAKE2B 
98cf186152abc8379275b353e3934efc285cc386f33188a283e3568f803090057bcc90da6dd6c6c1e9d7dbbcf61fbe4a2316107ff129a7d7baa174982f9dcf26
 SHA512 
bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d
-DIST wine-staging-3.20.tar.gz 9950555 BLAKE2B 
ee66217b708287bd95d61e23fb92009d927a75556f22e89b9c5af66cb6c6445f77a1c3153da168da92ebac58606843c4639f1a99bd5089941595181f390980f0
 SHA512 
4b92e53e84046d99c3f7ec5e0d0d7e62fdb767b1c44e23605125744686439fe62991c8adea941950b390a01d251ecbb79f3b329cfe5a1b1fbc76c5372283579d
-DIST wine-staging-3.21.tar.gz 9945982 BLAKE2B 
988927c644e9abf472c42021cae39f38cdae24b397072fb53dc803da32bc80e8b6256554d787db0b6bffafac4104a9abf4ab8fa6e78fd0a308bf8906d658a65d
 SHA512 

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

2019-06-13 Thread Nick Sarnie
commit: eaf2f3ded6e912b5f23911d67f7a0e9954efad95
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Jun 14 03:05:49 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Jun 14 03:10:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf2f3de

app-emulation/wine-staging: Sync with ::wine

Bump to 4.10

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-4.10.ebuild  | 618 +
 2 files changed, 620 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 37d74ec16fd..d1b4486e301 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -4,12 +4,14 @@ DIST gentoo-wine-patches-20190430.tar.xz 58896 BLAKE2B 
96c30ee48c4c50720abe8bb1d
 DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 
571c30d94341f567261893f884345b39eab42adc8b5c306a30d03943fd770055e070ae01e41e5add5b873063d3aaa69641faf81b16ac6039970d8a22b177dd7e
 SHA512 
ccd74d0d6acecc7b24dc89466f93099bd6991d607a4fe89d68637d1fa82e02ebd76b532fe1afd8ab8de8ef3f2d49fe8d71f797796a9434f4b0f7a8183c084969
 DIST wine-3.20.tar.xz 21541928 BLAKE2B 
9183dacd1c6ec15ae5283eca3d17db5a869bcba9a93800a422f0dea5d9cfb5d3124a3e942e8b6487cd4ba31cfeacdd66de39128dd66d64e1226d265eae922d3a
 SHA512 
fb66d1d4b427f46dd048b13e53bcd15a5eaeb19039221fe98ec771140c33b3c245a974e52242eab5731ffa0de15f5932204032fe24f86e1a313ff8f11da59cc4
 DIST wine-3.21.tar.xz 21573872 BLAKE2B 
54d8733b19f1377f856c9496f6263eef1916e03caf82c6fcfa39b3e7bec1fecd87466dc92f3739d704a9161a32d9ee680b2cc5e5cdf27a582dc1d89d0b1a6639
 SHA512 
dd64a6778bf1b848c8fe14dc26cfca21f6c1c92714ca1b2e932a28560a2adc1f69aa1b2cba250f49a5df4f91a4accde677a2afaf960c200d3998eac1957b5c6b
+DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54
 DIST wine-4.6.tar.xz 21940848 BLAKE2B 
1dbac3b3e6d74b99123a0954015343514d0135a26cffe86499f8fbdfadd04205edfcd0635562519b73397519f298abe7e18693fa1433aa05255b2435a2eedb1a
 SHA512 
b5d8568de0256bdd9f3fcaef725c8daa90d028838fd490f75d7f08a7c538103a957a4fd03857a8fbbdf1de6acb7237b183dad24d6057be50dae12af227cd2c98
 DIST wine-4.7.tar.xz 21962632 BLAKE2B 
2f90212c93fb089fafb0dd44189044b3875a52e3f6b5300a44893ac9760afb398330c293abbffca15cd9f9a6da72e97c2702c04525e02663186d723f1f322da7
 SHA512 
cb768528db510f81d464b9c1bb48847162baaa86ef00dc7a418afdce38aa51262d150c14b3362fb40c93cc2e3633fc02b2916167f21af8a708eb393da6ba9163
 DIST wine-4.8.tar.xz 22024100 BLAKE2B 
cf87407a5fca83660c866a17ebeec62a97404c1eeb1d7b34a0995510e04aec2fe0350b644870a3d4817177b002cf07e69cd6761593122c93c22bda50bb8aec0b
 SHA512 
ad91c31aad86b9932777a1c5a84760f41c63cfbb5d79f1a8afd132a8948667283f85e081a454cfc0904544394eaabb00fb986eba15efd8a8409db38e793f3dab
 DIST wine-4.9.tar.xz 22077528 BLAKE2B 
98cf186152abc8379275b353e3934efc285cc386f33188a283e3568f803090057bcc90da6dd6c6c1e9d7dbbcf61fbe4a2316107ff129a7d7baa174982f9dcf26
 SHA512 
bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d
 DIST wine-staging-3.20.tar.gz 9950555 BLAKE2B 
ee66217b708287bd95d61e23fb92009d927a75556f22e89b9c5af66cb6c6445f77a1c3153da168da92ebac58606843c4639f1a99bd5089941595181f390980f0
 SHA512 
4b92e53e84046d99c3f7ec5e0d0d7e62fdb767b1c44e23605125744686439fe62991c8adea941950b390a01d251ecbb79f3b329cfe5a1b1fbc76c5372283579d
 DIST wine-staging-3.21.tar.gz 9945982 BLAKE2B 
988927c644e9abf472c42021cae39f38cdae24b397072fb53dc803da32bc80e8b6256554d787db0b6bffafac4104a9abf4ab8fa6e78fd0a308bf8906d658a65d
 SHA512 
17f8194954a420d1424d564ba9ad5e6d4dd574dc38da4895d5b6740c1990f8655cb573bd57c77ace2c78c71da4782b511a5ac937ca1f0fc958e3c925abaeefde
+DIST wine-staging-4.10.tar.gz 9924803 BLAKE2B 
91812a8004a96d859c43b2bf00d38e0cae425429070b0892ca7051a6aa07aae3142e6f49086713a1042efa9a7376742a9cff4e50dd050b0dbff28f774b75f4c6
 SHA512 
f65ed761d9cbfb58aef19ea8a90c049996855a49de747f1858703e765292532dc7bb487ecfe50eb2e7e87c673507a5e287f6f80aa2d50aabe9066314809c1f03
 DIST wine-staging-4.6.tar.gz 9937386 BLAKE2B 
105f1e040b03835ea59100cde609ed005970ccdcc37ede775f13df73a50f19a8b192f17500e3658759eabe3dc0e529d0b658c218f7fd87cae72994806fd4dfe2
 SHA512 
4b44cbdeffc8042c22d485c3d440894287793652734b7a791269a2f45ea10ceb81ce8c8bd302c55f62b04c127344532772ce2078d99835d22afa0088e153a888
 DIST wine-staging-4.7.tar.gz 9944737 BLAKE2B 
ccbded3c39efc00cdedd3eee9d4cf21ccdb75fceeed2a953bef6f5ed642e665eb8c519e1717f1b152ee456e6c2fa3759369a7014940bf035dbc34e2188ffa894
 SHA512 
1d9040ea542d18d5d041179cede7e1db40fc638bdb4ffef70a257dc50310e9fd0f93e5aa222d2d90551783b5a5064b3919a19e9072f931a7ae89506c462fb3e6
 DIST 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2019-06-13 Thread Nick Sarnie
commit: 4dde5b013c8508b89b8830a9072cd3f3c3f4cbb9
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Jun 14 02:55:33 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Jun 14 02:55:33 2019 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=4dde5b01

app-emulation/wine-vanilla: Bump to 4.10

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-4.10.ebuild  | 535 +
 2 files changed, 536 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index e928371..ef3e44a 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -58,6 +58,7 @@ DIST wine-3.9.tar.xz 20508952 BLAKE2B 
6fbf22673588963c483b7b31e82287c09e15b579b8
 DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.1.tar.xz 21680916 BLAKE2B 
1a040606e34e1aec6f63d9692c6cbf915f5b32c817116aed68203e6bdedb8cb129dad440f7e51e9fb2ebaf1aa537d1584333f06b8b2c5d68f9ff37921d5b8b95
 SHA512 
2b28fc82111552009a042d682ea8f4e54d90f14bb99f1fbe12732090e7562527c229683562630edada0b1f4143de226734337b20d1b23d711191dcc0a834e4dc
+DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54
 DIST wine-4.2.tar.xz 21724960 BLAKE2B 
d3c4381265e5086a17582c28fd4d19c84ed8e9839d039d5f2eba32efcc09ae6dad2a25fa375042d98d35de30065eaa0095e36bb8fbca608ec74abc654bae5196
 SHA512 
408a846e92a0222f64ddd3c4d2c2a71b387ce51749e346c1fbca1fd57db910fa18dc6bb4ce0a350bef81e13be77c6b2d74537f7a1c0dcbb0e6d4c19d1ade288c
 DIST wine-4.3.tar.xz 21764500 BLAKE2B 
dd94b710f2be20ce3225fb58e0a20f0ee46e59834dc77383e262620faa64597c41625382237c39563b3bb67b1850cca2460ca147e2c5ee3052f0fdfdee067ec5
 SHA512 
45c0519f8f2873ef65e1761d518a7148f3aa54c0e993a41a60849c01c8df17386d57edd83308cff289300adc6a8e3fc5918fb12513f5b85a88e556b420479e83
 DIST wine-4.4.tar.xz 21805668 BLAKE2B 
cf973240a3f2a1ad1cac8690cdc5cd86be428220395d90bfe3b15567e6a2be0bb78e5828de3b77b617827122f5b0bb1dfeeef351102ca001722340ceaeb5625e
 SHA512 
6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
new file mode 100644
index 000..70c9c99
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
@@ -0,0 +1,535 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20190511"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan 
+X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2019-06-13 Thread Nick Sarnie
commit: 9f7d96ffe38b2e44e1e7eec6c5fabeeb65fff491
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Jun 14 02:57:51 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Jun 14 02:57:51 2019 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=9f7d96ff

app-emulation/wine-staging: Bump to 4.10

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-4.10.ebuild  | 618 +
 2 files changed, 620 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 343d5ae..4aa6683 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -45,6 +45,7 @@ DIST wine-3.8.tar.xz 20473392 BLAKE2B 
a7873dd15a373491703e16888044cf2ba00121f91a
 DIST wine-3.9.tar.xz 20508952 BLAKE2B 
6fbf22673588963c483b7b31e82287c09e15b579b8f57267e2731768f95a1f986954bb473ee0dfa2428802fe9331b8599a01c782dd1152d36ce2002b6a4e6bde
 SHA512 
4c4e5a741a61b9427c175e015177df5806638736f7dfd92098ed95239d41a373cbab876c054d3c948e1db6a7de359db3babd63bc194edc8c2c3be28b58f75e64
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.1.tar.xz 21680916 BLAKE2B 
1a040606e34e1aec6f63d9692c6cbf915f5b32c817116aed68203e6bdedb8cb129dad440f7e51e9fb2ebaf1aa537d1584333f06b8b2c5d68f9ff37921d5b8b95
 SHA512 
2b28fc82111552009a042d682ea8f4e54d90f14bb99f1fbe12732090e7562527c229683562630edada0b1f4143de226734337b20d1b23d711191dcc0a834e4dc
+DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54
 DIST wine-4.2.tar.xz 21724960 BLAKE2B 
d3c4381265e5086a17582c28fd4d19c84ed8e9839d039d5f2eba32efcc09ae6dad2a25fa375042d98d35de30065eaa0095e36bb8fbca608ec74abc654bae5196
 SHA512 
408a846e92a0222f64ddd3c4d2c2a71b387ce51749e346c1fbca1fd57db910fa18dc6bb4ce0a350bef81e13be77c6b2d74537f7a1c0dcbb0e6d4c19d1ade288c
 DIST wine-4.3.tar.xz 21764500 BLAKE2B 
dd94b710f2be20ce3225fb58e0a20f0ee46e59834dc77383e262620faa64597c41625382237c39563b3bb67b1850cca2460ca147e2c5ee3052f0fdfdee067ec5
 SHA512 
45c0519f8f2873ef65e1761d518a7148f3aa54c0e993a41a60849c01c8df17386d57edd83308cff289300adc6a8e3fc5918fb12513f5b85a88e556b420479e83
 DIST wine-4.4.tar.xz 21805668 BLAKE2B 
cf973240a3f2a1ad1cac8690cdc5cd86be428220395d90bfe3b15567e6a2be0bb78e5828de3b77b617827122f5b0bb1dfeeef351102ca001722340ceaeb5625e
 SHA512 
6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de
@@ -96,6 +97,7 @@ DIST wine-staging-3.8.tar.gz 9957202 BLAKE2B 
1f85ebc9cf8f5d3c684ce60a59783355ec5
 DIST wine-staging-3.9.tar.gz 9932873 BLAKE2B 
9a0bb5689b1d2cff6e133f0dd94cc13b63f59ef9e5b129aaf48501317a75aadbf27058fe8cc436816501cbe416c285504d9c98504024f9a0606ee4c4afc48e4b
 SHA512 
4f52937621b7e5a3f4b3e52ecba8c7d318c621e76c8e4ce3be176d56b382bf06e3a0453d37c3b725df63f0a7349f53a7c075148c7e1ed89a028696538e31acad
 DIST wine-staging-4.0.tar.gz 9945756 BLAKE2B 
bfd27d5677d01b4a14c4ef593b741b6fa6e75194de04a90659ecceaa8b087d594cafdd0a53cc2ad2d05e9c73928d70d0b6681ac0052df79f7b45cbb370b31d3d
 SHA512 
4c2277449be17b83235bab7898818a886e84e82c0c5eb8216a5bc42e3d9a0e1dcf09d4522e1165d503fd9237673fa91c2c07d837cde58897f1b6fc8bc6fa5d33
 DIST wine-staging-4.1.tar.gz 9941329 BLAKE2B 
e455a411d782dcb52b29ad6150b108a4a9b3fd7cd548e35c1392ee3bce581206d99520df19a153ddb80f135156a8d33f6acbbfe086c28f6bfe404fe9eae96556
 SHA512 
8f52fdae4f98fe67053b00d03234e0937652a9a9506c9e94b717502244eb741c062990678ede11342dc182a4fe9c066227814ebe394ef5f6aedec73983c08554
+DIST wine-staging-4.10.tar.gz 9924803 BLAKE2B 
91812a8004a96d859c43b2bf00d38e0cae425429070b0892ca7051a6aa07aae3142e6f49086713a1042efa9a7376742a9cff4e50dd050b0dbff28f774b75f4c6
 SHA512 
f65ed761d9cbfb58aef19ea8a90c049996855a49de747f1858703e765292532dc7bb487ecfe50eb2e7e87c673507a5e287f6f80aa2d50aabe9066314809c1f03
 DIST wine-staging-4.2.tar.gz 9850260 BLAKE2B 
938d12bb44acef2920c6a47978f170cab532ddd785de394dddc95cc359b301e0db26a3ec9aa08abaf03542b59a97c16dfebb3bf5e4c9ddc9bed829200e529bb9
 SHA512 
2fb66bdeab084231983569d3884211a4d269a48bd6b25ba2e7c7e83d2dc98a205bd92dfc67c09528d57192086571d3f4f6c988c522b25aade1d525b74e662f2e
 DIST wine-staging-4.3.tar.gz 9888763 BLAKE2B 
095f2789f601822e34b7f9d0a078bd433aa2861e7cc55d5b74520bfedc2c88064bbffa3a73bcea170c4e4fb96e9eaa50f0cb927aba2cc6d1f12480bacfa49968
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/

2019-06-13 Thread Göktürk Yüksek
commit: 30148e1af1e9acf6ab6e655e639b121212bddc86
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Jun 14 01:25:35 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Jun 14 01:26:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30148e1a

app-portage/portage-utils: keyword for ~riscv

Bug: https://bugs.gentoo.org/687510
Package-Manager: Portage-2.3.67, Repoman-2.3.12
RepoMan-Options: --include-arches="riscv"
Signed-off-by: Göktürk Yüksek  gentoo.org>

 app-portage/portage-utils/portage-utils-0.80_pre20190613.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.80_pre20190613.ebuild 
b/app-portage/portage-utils/portage-utils-0.80_pre20190613.ebuild
index 28f2028cf16..38b87fbffcd 100644
--- a/app-portage/portage-utils/portage-utils-0.80_pre20190613.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.80_pre20190613.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   KEYWORDS="~amd64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~amd64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-lang/swig/

2019-06-13 Thread Göktürk Yüksek
commit: 20a0c3232ccab14db8c91c3d9d9cc0b7a2b98ea5
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Jun 14 00:23:59 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Jun 14 01:26:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a0c323

dev-lang/swig: keyword for ~riscv

Needed to keyword =app-crypt/gpgme-1.13.0[python]

Bug: https://bugs.gentoo.org/687510
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 dev-lang/swig/swig-3.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/swig/swig-3.0.12.ebuild b/dev-lang/swig/swig-3.0.12.ebuild
index ea8e9ebd686..644936833e6 100644
--- a/dev-lang/swig/swig-3.0.12.ebuild
+++ b/dev-lang/swig/swig-3.0.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ccache doc pcre"
 RESTRICT="test"
 



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

2019-06-13 Thread Göktürk Yüksek
commit: 6c239517eff59957ee3de8e43850426324f2b52f
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Jun 14 00:34:56 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Jun 14 01:26:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c239517

app-crypt/gpgme: keyword for ~riscv

Bug: https://bugs.gentoo.org/687510
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

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

diff --git a/app-crypt/gpgme/gpgme-1.13.0.ebuild 
b/app-crypt/gpgme/gpgme-1.13.0.ebuild
index c0d2b3ca3ff..403d655d494 100644
--- a/app-crypt/gpgme/gpgme-1.13.0.ebuild
+++ b/app-crypt/gpgme/gpgme-1.13.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="1/11" # subslot = soname major version
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x64-cygwin ~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 ~mips ppc ppc64 ~riscv sparc x86 
~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp static-libs cxx python qt5"
 
 COMMON_DEPEND=">=app-crypt/gnupg-2



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/files/

2019-06-13 Thread Brian Evans
commit: db154a655ea2e2ab7bf4f9882846cc2a8370052e
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jun 14 01:21:39 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jun 14 01:21:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db154a65

dev-db/mysql-connector-c: Fix libressl building

Thanks to steils  gentoo.org for the update

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Brian Evans  gentoo.org>

 .../mysql-connector-c/files/8.0.16-libressl.patch  | 29 +++---
 1 file changed, 26 insertions(+), 3 deletions(-)

diff --git a/dev-db/mysql-connector-c/files/8.0.16-libressl.patch 
b/dev-db/mysql-connector-c/files/8.0.16-libressl.patch
index af21a1e6f2f..079211dd86f 100644
--- a/dev-db/mysql-connector-c/files/8.0.16-libressl.patch
+++ b/dev-db/mysql-connector-c/files/8.0.16-libressl.patch
@@ -1,4 +1,4 @@
-From ddaeb4c8ae76473263ebe1f711814eb977b0abbe Mon Sep 17 00:00:00 2001
+From 521750b438d96bef234b338901ff74f239b68061 Mon Sep 17 00:00:00 2001
 From: Stefan Strogin 
 Date: Sat, 8 Jun 2019 15:52:26 +0300
 Subject: [PATCH] Fix build with LibreSSL
@@ -20,8 +20,9 @@ Subject: [PATCH] Fix build with LibreSSL
  sql-common/client.cc  | 3 ++-
  sql/mysqld.cc | 4 ++--
  sql/sys_vars.cc   | 8 
+ vio/viossl.cc | 4 ++--
  vio/viosslfactories.cc| 2 +-
- 12 files changed, 29 insertions(+), 19 deletions(-)
+ 13 files changed, 31 insertions(+), 21 deletions(-)
 
 diff --git a/cmake/ssl.cmake b/cmake/ssl.cmake
 index be3411a8916..95ed535f08a 100644
@@ -261,6 +262,28 @@ index b511c453f1e..8952922c1ff 100644
  ON_UPDATE(update_fips_mode),
  #else
  ON_UPDATE(NULL),
+diff --git a/vio/viossl.cc b/vio/viossl.cc
+index 97335eef321..e34b973f59e 100644
+--- a/vio/viossl.cc
 b/vio/viossl.cc
+@@ -507,7 +507,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long 
timeout,
+ #if !defined(HAVE_WOLFSSL) && !defined(DBUG_OFF)
+ {
+   STACK_OF(SSL_COMP) *ssl_comp_methods = NULL;
+-  ssl_comp_methods = SSL_COMP_get_compression_methods();
++  ssl_comp_methods = (STACK_OF(SSL_COMP) 
*)SSL_COMP_get_compression_methods();
+   n = sk_SSL_COMP_num(ssl_comp_methods);
+   DBUG_PRINT("info", ("Available compression methods:\n"));
+   if (n == 0)
+@@ -515,7 +515,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long 
timeout,
+   else
+ for (j = 0; j < n; j++) {
+   SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j);
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+   DBUG_PRINT("info", ("  %d: %s\n", c->id, c->name));
+ #else  /* OPENSSL_VERSION_NUMBER < 0x1010L */
+   DBUG_PRINT("info",
 diff --git a/vio/viosslfactories.cc b/vio/viosslfactories.cc
 index 1a88dc3ed1d..a273c9991e7 100644
 --- a/vio/viosslfactories.cc
@@ -275,5 +298,5 @@ index 1a88dc3ed1d..a273c9991e7 100644
Set fips mode in openssl library,
When we set fips mode ON/STRICT, it will perform following operations:
 -- 
-2.21.0
+2.22.0
 



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

2019-06-13 Thread Göktürk Yüksek
commit: bbc798614e8a28b8fef2d494292b899604beff14
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Jun 13 23:16:09 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Jun 13 23:16:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc79861

media-sound/playerctl: prune old <2.0.0

Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 media-sound/playerctl/Manifest |  3 --
 .../playerctl-0.6.1-doc-typesfile-path-fix.patch   | 28 
 .../files/playerctl-gdbus-codegen-fix.patch| 15 --
 media-sound/playerctl/playerctl-0.5.0.ebuild   | 53 --
 media-sound/playerctl/playerctl-0.6.0.ebuild   | 53 --
 media-sound/playerctl/playerctl-0.6.1.ebuild   | 41 -
 6 files changed, 193 deletions(-)

diff --git a/media-sound/playerctl/Manifest b/media-sound/playerctl/Manifest
index 2a8eacbf771..ba75dcebacb 100644
--- a/media-sound/playerctl/Manifest
+++ b/media-sound/playerctl/Manifest
@@ -1,5 +1,2 @@
-DIST playerctl-0.5.0.tar.gz 17015 BLAKE2B 
5da1d0fd4e442ac5f124bd693ae14222624c5239c9fad72e57d43977467339522344bc8d8c37b0f2bfda51c61861dc33d7e35e4a730ce59a87b691b5657ec729
 SHA512 
307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c
-DIST playerctl-0.6.0.tar.gz 22124 BLAKE2B 
6bb90586c56e21a00b5e6e1769248b9782a8211b01dacf590857fe4fe199d6d3fa7aa46a36cba9a8e198a1aad0bf17973fc15140db11c484edfb0275971d3d08
 SHA512 
8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739
-DIST playerctl-0.6.1.tar.gz 22921 BLAKE2B 
d2f5874280e1a99b318bc83c40a38ee31d9c68426cb63e1e16e8ded26bac1a894d78a929f46d45d631af70e37476a4151c520eb69c94e80026689a12c682f0ad
 SHA512 
07c302eb06a96bf3b8aa180e68e85ef6f9fdb5933b80fbce8ee5f9a36c1d961eaf5638e319ff0b26475984acc57a447a4aa8e705667f77e4bd393364cdbfb284
 DIST playerctl-2.0.1.tar.gz 43700 BLAKE2B 
9df01bdb5f71a589a40462ed807b0f150d8c90921d1e0ef96bf99f20d9e58345307af35b39cc95e8ab37fcf9e5686935d856e050b61210188008b65281e63557
 SHA512 
6a5807abc79358bab0ad30a11897a8109121d5eb7d9e17d2c695221ef83942c3c7235fc738ab27c9dd2d3364c04737355e9c88ec5d49f999565565fb4494f720
 DIST playerctl-2.0.2.tar.gz 44241 BLAKE2B 
3a1d5f59fdb0067f1147f4ef95990ae0755a372469c0f03491b4f3aec8d0cf754bb4d3057063211ee810532967ace0d35fa6a7f3f8cee8d7a5c09031cb5b11c9
 SHA512 
ad588f81d42c8000ccd2d2dedacfcd82887a958189b354ad6285545f7ed59e885febe0c3f9e3da915ae0fd0af4bfb4cefda54f17f0560fc4c00b1be6e92f3ac0

diff --git 
a/media-sound/playerctl/files/playerctl-0.6.1-doc-typesfile-path-fix.patch 
b/media-sound/playerctl/files/playerctl-0.6.1-doc-typesfile-path-fix.patch
deleted file mode 100644
index 75ba5b61f9f..000
--- a/media-sound/playerctl/files/playerctl-0.6.1-doc-typesfile-path-fix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From f5fefa32f1ac59d2a9c00221281fe3541845d6d2 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?G=C3=B6kt=C3=BCrk=20Y=C3=BCksek?= 
-Date: Mon, 16 Jul 2018 18:21:21 -0400
-Subject: [PATCH] doc: look for gobject_typesfile in build dir
-
-Looking for playerctl.types file in the source directory is a mistake
-because it's generated during build and placed in build dir. Look for
-the types file in build dir instead.

- doc/reference/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/doc/reference/meson.build b/doc/reference/meson.build
-index 100d561..b5a16a7 100644
 a/doc/reference/meson.build
-+++ b/doc/reference/meson.build
-@@ -19,7 +19,7 @@ gnome.gtkdoc(
- '--name-space=meson.project_name()',
-   ],
-   scan_args: '--deprecated-guards="PLAYERCTL_DISABLE_DEPRECATED"',
--  gobject_typesfile: meson.project_name() + '.types',
-+  gobject_typesfile: join_paths(meson.current_build_dir(), 
meson.project_name() + '.types'),
-   fixxref_args: [
- '--extra-dir=@0@'.format(join_paths(glib_docpath, 'gobject')),
- '--extra-dir=@0@'.format(join_paths(glib_docpath, 'gio')),
--- 
-2.17.0
-

diff --git a/media-sound/playerctl/files/playerctl-gdbus-codegen-fix.patch 
b/media-sound/playerctl/files/playerctl-gdbus-codegen-fix.patch
deleted file mode 100644
index 06c073aa276..000
--- a/media-sound/playerctl/files/playerctl-gdbus-codegen-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -21,10 +21,11 @@
- PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.38])
- PKG_CHECK_MODULES([GIO], [gio-unix-2.0])
- 
--AC_PATH_PROG([GDBUS_CODEGEN], [`$PKG_CONFIG --variable=gdbus_codegen 
gio-2.0`])
-+GDBUS_CODEGEN=`$PKG_CONFIG --variable=gdbus_codegen gio-2.0`
- if test -z "$GDBUS_CODEGEN"; then
- AC_MSG_ERROR([*** gdbus-codegen is required to build playerctl])
- fi
-+AC_SUBST(GDBUS_CODEGEN)
- 
- # Checks for typedefs, structures, and compiler characteristics
- AC_PROG_CC_STDC

diff --git 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/

2019-06-13 Thread Bernard Cafarelli
commit: 44dec9566234b015bc220dadcd6a616490b29747
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Jun 13 21:49:54 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jun 13 21:50:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44dec956

x11-plugins/wmail: 2.2 bump

Clean ebuild after upstream improvements

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmail/Manifest |  1 +
 x11-plugins/wmail/wmail-2.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index 0c20b13be6d..8c9bf59e21f 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1 +1,2 @@
 DIST wmail-2.0.tar.gz 46468 BLAKE2B 
316743065f72e14339e4c7d9bc1d394d0f5ccfa5772efd94856bef184fa3a60a1892c510f07655dacbf0b470492e085e413dcb29e3ec166c5d1a1f03d388636e
 SHA512 
62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039
+DIST wmail-2.2.tar.gz 127443 BLAKE2B 
fc94f94e9a87ccf038bf75eb8c01e9cca738dbb468b60632ba9a04c1ca0f4266ee5be032cca37ae14a58a444f733dd9d20bad57789c24d497f2af87c80d801d2
 SHA512 
59217e190e6c296ee457e0c0e06297c4b7f9e627a52848f0012c4158a0c7a6a39415e63fffe722a5c2ba79ff8f59721b5e1ecbd25219f10c24fdde401e6556e8

diff --git a/x11-plugins/wmail/wmail-2.2.ebuild 
b/x11-plugins/wmail/wmail-2.2.ebuild
new file mode 100644
index 000..6491f6f0206
--- /dev/null
+++ b/x11-plugins/wmail/wmail-2.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Window Maker dock application showing incoming mail"
+HOMEPAGE="https://www.dockapps.net/wmail;
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:="
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README wmailrc-sample)
+
+src_configure() {
+   econf --enable-delt-xpms
+}



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

2019-06-13 Thread Sergei Trofimovich
commit: 1391536a34f929c514157a358ef16767aed21fdf
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 13 16:29:42 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 13 20:02:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1391536a

app-editors/vim: stable 8.1.1486 for sparc, bug #687394

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-editors/vim/vim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.1.1486.ebuild 
b/app-editors/vim/vim-8.1.1486.ebuild
index 3fa7823135a..6eebb93ede8 100644
--- a/app-editors/vim/vim-8.1.1486.ebuild
+++ b/app-editors/vim/vim-8.1.1486.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Vim, an improved vi-style text editor"



[gentoo-commits] repo/gentoo:master commit in: app-editors/gvim/

2019-06-13 Thread Sergei Trofimovich
commit: 8da6cdd65343dd25773801476a9f2431dc53521f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 13 16:31:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 13 20:02:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da6cdd6

app-editors/gvim: stable 8.1.1486 for sparc, bug #687394

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-editors/gvim/gvim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.1.1486.ebuild 
b/app-editors/gvim/gvim-8.1.1486.ebuild
index 966495f1f42..31138cbf1a3 100644
--- a/app-editors/gvim/gvim-8.1.1486.ebuild
+++ b/app-editors/gvim/gvim-8.1.1486.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"



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

2019-06-13 Thread Sergei Trofimovich
commit: d09fd2ff4d0e9c6e899be1cc7605899a0f7cd54c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 13 16:32:34 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 13 20:02:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09fd2ff

dev-util/cmake: stable 3.14.3 for hppa, bug #668020

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/cmake/cmake-3.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.14.3.ebuild 
b/dev-util/cmake/cmake-3.14.3.ebuild
index 6365cf174bf..42fd589bd81 100644
--- a/dev-util/cmake/cmake-3.14.3.ebuild
+++ b/dev-util/cmake/cmake-3.14.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 
1-2)/${MY_P}.tar.gz"
 LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~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 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs system-jsoncpp ncurses qt5 test"
 
 RDEPEND="



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

2019-06-13 Thread Sergei Trofimovich
commit: 7989a681173dba469250c4fa335bdb12abeb00e8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 13 16:27:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 13 20:02:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7989a681

app-editors/vim-core: stable 8.1.1486 for sparc, bug #687394

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-editors/vim-core/vim-core-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim-core/vim-core-8.1.1486.ebuild 
b/app-editors/vim-core/vim-core-8.1.1486.ebuild
index 9116ea31326..74e62bd0b39 100644
--- a/app-editors/vim-core/vim-core-8.1.1486.ebuild
+++ b/app-editors/vim-core/vim-core-8.1.1486.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="vim and gvim shared files"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-vdpau-driver/, x11-libs/libva-vdpau-driver/files/

2019-06-13 Thread Matt Turner
commit: 0fe323bf48050358c9e2a7be98421c108978bf12
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jun 13 19:42:00 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jun 13 19:59:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe323bf

x11-libs/libva-vdpau-driver: Port to EAPI=7

And fix s/DEPEND/RDEPEND/ typo (bug 687780), add missing libva slot
dep (bug 673376), and add a patch from Debian while we're here.

Closes: https://bugs.gentoo.org/673376
Closes: https://bugs.gentoo.org/687780
Signed-off-by: Matt Turner  gentoo.org>

 .../libva-vdpau-driver-0.7.4-libvdpau-0.8.patch|  4 +-
 .../libva-vdpau-driver-0.7.4-sigfpe-crash.patch| 21 ++
 .../libva-vdpau-driver-0.7.4-r5.ebuild | 47 ++
 3 files changed, 70 insertions(+), 2 deletions(-)

diff --git 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
index 6d6d47ad0b0..412e9c30848 100644
--- 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
+++ 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/517778
 
 src/vdpau_decode.c
-+++ src/vdpau_decode.c
+--- a/src/vdpau_decode.c
 b/src/vdpau_decode.c
 @@ -1289,7 +1289,7 @@
  driver_data,
  obj_context->vdp_decoder,

diff --git 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-sigfpe-crash.patch 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-sigfpe-crash.patch
new file mode 100644
index 000..e2fe02ccf32
--- /dev/null
+++ 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-sigfpe-crash.patch
@@ -0,0 +1,21 @@
+Description: Fix a crash if a heap is destroyed before being initialized
+Author: Sebastian Ramacher 
+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=58836
+Bug-Debian: http://bugs.debian.org/748294
+Last-Update: 2014-06-02
+
+--- vdpau-video-0.7.4.orig/src/object_heap.c
 vdpau-video-0.7.4/src/object_heap.c
+@@ -272,8 +272,10 @@ object_heap_destroy(object_heap_p heap)
+ ASSERT(obj->next_free != ALLOCATED);
+ }
+ 
+-for (i = 0; i < heap->heap_size / heap->heap_increment; i++) {
+-free(heap->bucket[i]);
++if (heap->bucket) {
++for (i = 0; i < heap->heap_size / heap->heap_increment; i++) {
++free(heap->bucket[i]);
++}
+ }
+ 
+ pthread_mutex_destroy(>mutex);

diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild 
b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild
new file mode 100644
index 000..35a25d844b0
--- /dev/null
+++ b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/vaapi;
+SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug opengl"
+
+RDEPEND=">=x11-libs/libva-1.2.1-r1:=[X,opengl?,${MULTILIB_USEDEP}]
+   opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
+   >=x11-libs/libvdpau-0.8[${MULTILIB_USEDEP}]
+   !x11-libs/vdpau-video"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( NEWS README AUTHORS )
+
+PATCHES=(
+   "${FILESDIR}"/${P}-glext-missing-definition.patch
+   "${FILESDIR}"/${P}-VAEncH264VUIBufferType.patch
+   "${FILESDIR}"/${P}-libvdpau-0.8.patch
+   "${FILESDIR}"/${P}-sigfpe-crash.patch
+)
+
+src_prepare() {
+   default
+   sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable opengl glx)
+   )
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius/

2019-06-13 Thread Aaron W. Swenson
commit: 18d1ec018374a5464d0fca47d40caa6356b5381b
Author: Daniele Rondina  gmail  com>
AuthorDate: Sun Jun  9 09:25:12 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Jun 13 19:50:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d1ec01

net-dialup/freeradius: Drop v.3.0.18

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Daniele Rondina  gmail.com>
Signed-off-by: Aaron W. Swenson  gentoo.org>

 net-dialup/freeradius/freeradius-3.0.18.ebuild | 241 -
 1 file changed, 241 deletions(-)

diff --git a/net-dialup/freeradius/freeradius-3.0.18.ebuild 
b/net-dialup/freeradius/freeradius-3.0.18.ebuild
deleted file mode 100644
index 6b772f41f1f..000
--- a/net-dialup/freeradius/freeradius-3.0.18.ebuild
+++ /dev/null
@@ -1,241 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-inherit autotools pam python-single-r1 systemd user
-
-MY_P="${PN}-server-${PV}"
-
-DESCRIPTION="Highly configurable free RADIUS server"
-SRC_URI="
-   ftp://ftp.freeradius.org/pub/radius/${MY_P}.tar.gz
-   ftp://ftp.freeradius.org/pub/radius/old/${MY_P}.tar.gz
-"
-HOMEPAGE="http://www.freeradius.org/;
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="
-   debug firebird iodbc kerberos ldap libressl memcached mysql odbc oracle 
pam
-   pcap postgres python readline rest samba sqlite ssl redis
-"
-RESTRICT="test firebird? ( bindist )"
-
-# NOTE: Temporary freeradius doesn't support linking with mariadb client
-#   libs also if code is compliant, will be available in the next release.
-#   
(http://lists.freeradius.org/pipermail/freeradius-devel/2018-October/013228.html)
-RDEPEND="!net-dialup/cistronradius
-   !net-dialup/gnuradius
-   dev-lang/perl:=
-   sys-libs/gdbm:=
-   sys-libs/talloc
-   python? ( ${PYTHON_DEPS} )
-   readline? ( sys-libs/readline:0= )
-   pcap? ( net-libs/libpcap )
-   memcached? ( dev-libs/libmemcached )
-   mysql? ( dev-db/mysql-connector-c )
-   postgres? ( dev-db/postgresql:= )
-   firebird? ( dev-db/firebird )
-   pam? ( virtual/pam )
-   rest? ( dev-libs/json-c:= )
-   samba? ( net-fs/samba )
-   redis? ( dev-libs/hiredis:= )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   ldap? ( net-nds/openldap )
-   kerberos? ( virtual/krb5 )
-   sqlite? ( dev-db/sqlite:3 )
-   odbc? ( dev-db/unixODBC )
-   iodbc? ( dev-db/libiodbc )
-   oracle? ( dev-db/oracle-instantclient-basic )"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
-
-pkg_setup() {
-   enewgroup radius
-   enewuser radius -1 -1 /var/log/radius radius
-
-   if use python ; then
-   python-single-r1_pkg_setup
-   export PYTHONBIN="${EPYTHON}"
-   fi
-}
-
-src_prepare() {
-   # most of the configuration options do not appear as ./configure
-   # switches. Instead it identifies the directories that are available
-   # and run through them. These might check for the presence of
-   # various libraries, in which case they are not built.  To avoid
-   # automagic dependencies, we just remove all the modules that we're
-   # not interested in using.
-
-   use ssl || { rm -r src/modules/rlm_eap/types/rlm_eap_{tls,ttls,peap} || 
die ; }
-   use ldap || { rm -r src/modules/rlm_ldap || die ; }
-   use kerberos || { rm -r src/modules/rlm_krb5 || die ; }
-   use memcached || { rm -r 
src/modules/rlm_cache/drivers/rlm_cache_memcached || die ; }
-   use pam || { rm -r src/modules/rlm_pam || die ; }
-   use python || { rm -r src/modules/rlm_python || die ; }
-   use rest || { rm -r src/modules/rlm_rest || die ; }
-   use redis || { rm -r src/modules/rlm_redis{,who} || die ; }
-   # can't just nuke rlm_mschap because many modules rely on smbdes.h
-   use samba || { rm -r src/modules/rlm_mschap/{configure,*.mk} || die ; }
-   # Do not install ruby rlm module, bug #483108
-   rm -r src/modules/rlm_ruby || die
-
-   # these are all things we don't have in portage/I don't want to deal
-   # with myself
-   rm -r src/modules/rlm_eap/types/rlm_eap_tnc || die # requires TNCS 
library
-   rm -r src/modules/rlm_eap/types/rlm_eap_ikev2 || die # requires 
libeap-ikev2
-   rm -r src/modules/rlm_opendirectory || die # requires some membership.h
-   rm -r src/modules/rlm_sql/drivers/rlm_sql_{db2,freetds} || die
-
-   # sql drivers that are not part of experimental are loaded from a
-   # file, so we have to remove them from the file itself when we
-   # remove them.
-   usesqldriver() 

[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius/files/, net-dialup/freeradius/

2019-06-13 Thread Aaron W. Swenson
commit: 9eb376c782868c81a284901adfdffe0143ee79d3
Author: Daniele Rondina  gmail  com>
AuthorDate: Sun Jun  9 09:21:32 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Jun 13 19:49:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb376c7

net-dialup/freeradius: Bump v.3.0.18-r1 and review freeradius.service

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Closes: https://bugs.gentoo.org/681696
Signed-off-by: Daniele Rondina  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11492
Signed-off-by: Aaron W. Swenson  gentoo.org>

 .../files/freeradius-3.0.18-systemd-service.patch  |  34 +++
 net-dialup/freeradius/freeradius-3.0.18-r1.ebuild  | 244 +
 2 files changed, 278 insertions(+)

diff --git 
a/net-dialup/freeradius/files/freeradius-3.0.18-systemd-service.patch 
b/net-dialup/freeradius/files/freeradius-3.0.18-systemd-service.patch
new file mode 100644
index 000..3da4b422f5d
--- /dev/null
+++ b/net-dialup/freeradius/files/freeradius-3.0.18-systemd-service.patch
@@ -0,0 +1,34 @@
+diff --git a/debian/freeradius.service b/debian/freeradius.service
+index 99873c0..97efc66 100644
+--- a/debian/freeradius.service
 b/debian/freeradius.service
+@@ -17,12 +17,26 @@ Environment=HOSTNAME=%H
+ # a leak somewhere.
+ MemoryLimit=2G
+ 
+-RuntimeDirectory=freeradius
++RuntimeDirectory=radiusd
+ RuntimeDirectoryMode=0775
+-ExecStartPre=/usr/sbin/freeradius $FREERADIUS_OPTIONS -Cx -lstdout
+-ExecStart=/usr/sbin/freeradius $FREERADIUS_OPTIONS
++Group=radius
++User=radius
++ExecStartPre=/usr/sbin/radiusd $RADIUSD_OPTS -Cx -lstdout
++ExecStart=/usr/sbin/radiusd -f $RADIUSD_OPTS
++ExecReload=/usr/sbin/radiusd -C $RADIUSD_OPTS
++ExecReload=/bin/kill -HUP $MAINPID
+ Restart=on-failure
+ RestartSec=5
++ReadOnlyDirectories=/etc/raddb/
++ReadWriteDirectories=/var/log/radius/
++# Security options 
(https://github.com/FreeRADIUS/freeradius-server/issues/2637)
++NoNewPrivileges=true
++CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST 
CAP_NET_RAW
++PrivateTmp=true
++ProtectControlGroups=true
++ProtectKernelModules=true
++ProtectKernelTunables=true
++SystemCallArchitectures=native
+ 
+ [Install]
+ WantedBy=multi-user.target

diff --git a/net-dialup/freeradius/freeradius-3.0.18-r1.ebuild 
b/net-dialup/freeradius/freeradius-3.0.18-r1.ebuild
new file mode 100644
index 000..44d5b7baa7e
--- /dev/null
+++ b/net-dialup/freeradius/freeradius-3.0.18-r1.ebuild
@@ -0,0 +1,244 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit autotools pam python-single-r1 systemd user
+
+MY_P="${PN}-server-${PV}"
+
+DESCRIPTION="Highly configurable free RADIUS server"
+SRC_URI="
+   ftp://ftp.freeradius.org/pub/radius/${MY_P}.tar.gz
+   ftp://ftp.freeradius.org/pub/radius/old/${MY_P}.tar.gz
+"
+HOMEPAGE="http://www.freeradius.org/;
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="
+   debug firebird iodbc kerberos ldap libressl memcached mysql odbc oracle 
pam
+   pcap postgres python readline rest samba sqlite ssl redis
+"
+RESTRICT="test firebird? ( bindist )"
+
+# NOTE: Temporary freeradius doesn't support linking with mariadb client
+#   libs also if code is compliant, will be available in the next release.
+#   
(http://lists.freeradius.org/pipermail/freeradius-devel/2018-October/013228.html)
+RDEPEND="!net-dialup/cistronradius
+   !net-dialup/gnuradius
+   dev-lang/perl:=
+   sys-libs/gdbm:=
+   sys-libs/talloc
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   pcap? ( net-libs/libpcap )
+   memcached? ( dev-libs/libmemcached )
+   mysql? ( dev-db/mysql-connector-c )
+   postgres? ( dev-db/postgresql:= )
+   firebird? ( dev-db/firebird )
+   pam? ( virtual/pam )
+   rest? ( dev-libs/json-c:= )
+   samba? ( net-fs/samba )
+   redis? ( dev-libs/hiredis:= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   ldap? ( net-nds/openldap )
+   kerberos? ( virtual/krb5 )
+   sqlite? ( dev-db/sqlite:3 )
+   odbc? ( dev-db/unixODBC )
+   iodbc? ( dev-db/libiodbc )
+   oracle? ( dev-db/oracle-instantclient-basic )"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-libressl.patch
+   "${FILESDIR}"/${P}-systemd-service.patch
+)
+
+pkg_setup() {
+   enewgroup radius
+   enewuser radius -1 -1 /var/log/radius radius
+
+   if use python ; then
+   python-single-r1_pkg_setup
+   export PYTHONBIN="${EPYTHON}"
+   fi
+}
+
+src_prepare() {
+   # most of the configuration options do not appear as ./configure
+   # switches. Instead 

[gentoo-commits] repo/gentoo:master commit in: x11-apps/igt-gpu-tools/

2019-06-13 Thread Matt Turner
commit: 187b4281a273c9d358a1dbd8927956e7a5ddce23
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jun 13 19:28:21 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jun 13 19:31:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187b4281

x11-apps/igt-gpu-tools: Use meson_feature function

Closes: https://bugs.gentoo.org/687880
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild 
b/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild
index 81fff23b3e7..8662c0102ba 100644
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild
+++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-.ebuild
@@ -88,16 +88,16 @@ src_configure() {
use overlay && use X && overlay_backends+="x,"
 
local emesonargs=(
-   -Dbuild_chamelium=$(usex chamelium true false)
-   -Dbuild_docs=$(usex doc true false)
-   -Dbuild_man=$(usex man true false)
-   -Dbuild_overlay=$(usex overlay true false)
-   -Dbuild_runner=$(usex runner true false)
-   -Dbuild_tests=$(usex doc true false) # Test build is required 
for docs
+   $(meson_feature chamelium build_chamelium)
+   $(meson_feature doc build_docs)
+   $(meson_feature man build_man)
+   $(meson_feature overlay build_overlay)
+   $(meson_feature runner build_runner)
+   $(meson_feature doc build_tests) # Test build is required for 
docs
+   $(meson_feature valgrind with_valgrind)
+   $(meson_feature unwind with_libunwind)
-Doverlay_backends=${overlay_backends%?}
-Dwith_libdrm=${gpus%?}
-   -Dwith_libunwind=$(usex unwind true false)
-   -Dwith_valgrind=$(usex valgrind true false)
)
meson_src_configure
 }



[gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/

2019-06-13 Thread Fabian Groffen
commit: 3dc783ba8ca5e07d25647bfaa2f12a49283873e1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jun 13 19:21:43 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jun 13 19:21:43 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3dc783ba

scripts/auto-bootstraps/dobootstrap: try to distinguish linux hosts

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/auto-bootstraps/dobootstrap | 12 
 1 file changed, 12 insertions(+)

diff --git a/scripts/auto-bootstraps/dobootstrap 
b/scripts/auto-bootstraps/dobootstrap
index c7f471315d..5306491bc8 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -129,6 +129,18 @@ do_prepare() {
 
if [[ -n ${DOPUBLISH} ]] ; then
echo $((endtime - starttime)) > elapsedtime
+
+   # massage CHOST on Linux systems
+   if [[ ${chost} == *-linux-gnu* ]] ; then
+   # two choices here: x86_64_ubuntu16-linux-gnu
+   #   x86_64-pc-linux-ubuntu16
+   # I choose the latter because it is compatible with most
+   # UNIX vendors
+   local dist=$(lsb_release -si)
+   local rel=$(lsb_release -sr)
+   chost=${chost%%-*}-pc-linux-${dist,,}${rel}
+   fi
+
${keepalive} rsync -q /dev/null ${UPLOAD}/${HOSTNAME}-$$/
${keepalive} rsync -q /dev/null 
${UPLOAD}/${HOSTNAME}-$$/${chost}/
${keepalive} rsync -rltv \



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

2019-06-13 Thread Markus Meier
commit: 1160838fccdae01c0c5cd17305b4c8ac28a6ddb0
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 13 19:15:59 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 13 19:15:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1160838f

net-dns/avahi: arm stable, bug #681608

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

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



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

2019-06-13 Thread Markus Meier
commit: 8beccf05de8a712296538fde977fdf268b6defef
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 13 19:16:40 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 13 19:16:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8beccf05

net-analyzer/net-snmp: arm stable, bug #683342

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild
index 34d253b7e5b..32697e5f314 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${P/_/.}
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0/35"
-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="X bzip2 doc elf kmem ipv6 libressl lm_sensors mfd-rewrites minimal mysql 
netlink pci perl python rpm selinux smux ssl tcpd ucd-compat zlib"
 
 COMMON_DEPEND="



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

2019-06-13 Thread Markus Meier
commit: 4af3d65b741baf085d17fa13926051aa10a87762
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 13 19:17:00 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 13 19:17:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af3d65b

dev-util/oprofile: arm stable, bug #683352

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-util/oprofile/oprofile-1.3.0.ebuild 
b/dev-util/oprofile/oprofile-1.3.0.ebuild
index a47709f9e9a..0fcb76dbcf1 100644
--- a/dev-util/oprofile/oprofile-1.3.0.ebuild
+++ b/dev-util/oprofile/oprofile-1.3.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86"
 IUSE="java pch"
 
 RDEPEND=">=dev-libs/popt-1.7-r1



[gentoo-commits] repo/gentoo:master commit in: media-fonts/source-pro/

2019-06-13 Thread Markus Meier
commit: 5c0340e71eeec8f98b1260be4ba13eac4a860b62
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 13 19:17:17 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 13 19:17:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0340e7

media-fonts/source-pro: arm stable, bug #683252

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 media-fonts/source-pro/source-pro-20170111.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/source-pro/source-pro-20170111.ebuild 
b/media-fonts/source-pro/source-pro-20170111.ebuild
index ea17639efe8..cf4b216d2bb 100644
--- a/media-fonts/source-pro/source-pro-20170111.ebuild
+++ b/media-fonts/source-pro/source-pro-20170111.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/adobe-fonts/source-sans-pro/archive/${SANSV}.tar.gz
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos"
 IUSE="cjk"
 
 RDEPEND="media-libs/fontconfig



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

2019-06-13 Thread Markus Meier
commit: 131b9d3b43757503b614037f806713aba259b127
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 13 19:16:19 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 13 19:16:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131b9d3b

media-libs/libwebp: arm stable, bug #683268

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 media-libs/libwebp/libwebp-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libwebp/libwebp-1.0.2.ebuild 
b/media-libs/libwebp/libwebp-1.0.2.ebuild
index bf12a1b1b3f..a28d7e1a247 100644
--- a/media-libs/libwebp/libwebp-1.0.2.ebuild
+++ b/media-libs/libwebp/libwebp-1.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://downloads.webmproject.org/releases/webp/${MY_P}.tar.gz;
 LICENSE="BSD"
 SLOT="0/7" # subslot = libwebp soname version
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg neon opengl +png 
static-libs swap-16bit-csp tiff"
 
 # TODO: dev-lang/swig bindings in swig/ subdirectory



[gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/

2019-06-13 Thread Fabian Groffen
commit: 6e61293852173070b2dc076198a895909799c667
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jun 13 18:42:01 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jun 13 18:42:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e612938

app-portage/portage-utils: version bump of 0.80 RC

Closes: https://bugs.gentoo.org/687982
Closes: https://bugs.gentoo.org/656550
Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-portage/portage-utils/Manifest  | 2 +-
 ...ls-0.80_pre20190610.ebuild => portage-utils-0.80_pre20190613.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/Manifest 
b/app-portage/portage-utils/Manifest
index 5ba2172ffdb..a35e5c834d9 100644
--- a/app-portage/portage-utils/Manifest
+++ b/app-portage/portage-utils/Manifest
@@ -1,3 +1,3 @@
 DIST portage-utils-0.62.tar.xz 527216 BLAKE2B 
ac8331b74998ddb86db55a937992447bccf60611cc259ceb5fe79918c1a43b6dc4633e4ad64462e2df5c39e8d8aa193bd57ab24dcd714e088357eb3cb177e972
 SHA512 
71b2888cef1bf7549c3829cc7d4bbe2e99a711434bae4fb78c55b9c37815b61623518f19ab87db30f533d771398933c085640dc7c8ffcedf87a70ac702a52fa1
 DIST portage-utils-0.74.tar.xz 1587792 BLAKE2B 
7c4588e3d44266a5260df42cc685aa03c584248e9970956033e4191a7a842a4b2162110ac99c2bb18645aaafc6ae6ee960e9b26ba0a8863497911eef1e943f64
 SHA512 
cd3f44c135b3d44e15a95eed41281fce62f225a9d05d5d5bb1be230b2d59cdb87755f011b313a9ec32e4cafdf3b3979c4ef423365edd7dcc472ca2e38c09c83e
-DIST portage-utils-0.80_pre20190610.tar.xz 1759044 BLAKE2B 
aaf2ca91b62dc475ba2c980f916755326816032f61088451c1e87113b7fbc06b669e7bef75aa853449447110b5361a73829cc08a78d586b4ea7c66a85343d94c
 SHA512 
009c8c37d6aa255e179aaf2f43eeed4fcec6ced22fcf89bd49d36a85ee23eb588d88798a7aedc685f696c2affe203848325dba941b8813b6be22e0eb26ecbc52
+DIST portage-utils-0.80_pre20190613.tar.xz 1760016 BLAKE2B 
c36240f6fff40a3acb9c0f485d73d37dab4d9b4acc280eaabfbb11e17112c11330068a2e0bbb316bbab8a4ed9da1f9bd843b42f062c0cfbd80160709824b0825
 SHA512 
1b2f9e5eb8adb0f7da8c122374660e4e8f1b7a5af2ea5f4f16d7dcfb7b7c140f424b6980f664a2c5d987710ad046301e95eb72311158bb3187f471fe78e190b1

diff --git a/app-portage/portage-utils/portage-utils-0.80_pre20190610.ebuild 
b/app-portage/portage-utils/portage-utils-0.80_pre20190613.ebuild
similarity index 100%
rename from app-portage/portage-utils/portage-utils-0.80_pre20190610.ebuild
rename to app-portage/portage-utils/portage-utils-0.80_pre20190613.ebuild



[gentoo-commits] proj/portage-utils: New tag: v0.80_pre20190610

2019-06-13 Thread Fabian Groffen
commit: 
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jun 13 18:37:43 2019 +

New tag: v0.80_pre20190610




[gentoo-commits] repo/gentoo:master commit in: sys-cluster/zookeepercli/

2019-06-13 Thread Zac Medico
commit: 151cf1700aed0d50619073ba4821f9aaf4a13600
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jun 13 18:32:22 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jun 13 18:33:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151cf170

sys-cluster/zookeepercli: Bump to version 1.0.12

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Zac Medico  gentoo.org>

 sys-cluster/zookeepercli/Manifest  |  3 ++
 .../zookeepercli/zookeepercli-1.0.12.ebuild| 37 ++
 2 files changed, 40 insertions(+)

diff --git a/sys-cluster/zookeepercli/Manifest 
b/sys-cluster/zookeepercli/Manifest
index 0a44e31a0c1..b643b51bf01 100644
--- a/sys-cluster/zookeepercli/Manifest
+++ b/sys-cluster/zookeepercli/Manifest
@@ -1,3 +1,6 @@
+DIST github.com-outbrain-golib-ab954725f502c2be1491afadbbc66da2f99a45ae.tar.gz 
5892 BLAKE2B 
8ac98704758e0ddf121ae088b15873234f14eba14ab86379f3212638787345e618f104608364f21e9d00106242e4942293e4706dbc1bb7e5ddbf19b2f71bd511
 SHA512 
dfb5758f5c26320ca5cdf502c1e3847ed35adb85d09db7df2a0784a3ec0662dc316bab6d88e6aa9e085585fe0157aa9f83a53e30d0ac38b5cc96704e12fa8194
+DIST 
github.com-samuel-go-zookeeper-c4fab1ac1bec58281ad0667dc3f0907a9476ac47.tar.gz 
37110 BLAKE2B 
4c32afe54c27ed1532a50d386217bec3b477ceba3744bb415f906c5b0301db172289455a6631659e98b4600175ad391d09f7c60532bdc5754761a177482be37f
 SHA512 
3dab581a699336979b7be6b9792a877eee9e9fe39157b0774e38831735e1148b522617d246c7c1d146cb8c6dd3faba20cb72b94e9bd85e532f11d20f97e755d9
 DIST go-zookeeper-218e9c81c0dd8b3b18172b2bbfad92cc7d6db55f.tar.gz 29301 
BLAKE2B 
db6f18d03187ae502a9755709de0100e01521fb9077d4240c72a7c99e2cf16a1fe96fcd582723d503fbaa53158c9a5feb43c787a98fec1f61f84f50fb69410c8
 SHA512 
0fda62feaa668b43bdc7866270780b30069d7dace5c25c69d27d5df17bc3331885c9a7d3575b822c4da712e8a4af0465c6370cd3e89f6c39e73d70aed346d599
 DIST golib-2418949ac30d9933e7412ccce41f1aa2ae8d5ae8.tar.gz 5892 BLAKE2B 
5fa26796cd008d79f5df32aeb0398d627c958bd07d27b5a10b1d1f8ae1cd77688b0e114b8022099e98ae06884d3b5e830d9a554fe780f58b4f64866cb2ee0f45
 SHA512 
924b9e296f5d0051f321115b542603653d8868d3bc8cb933b16eaa511c34bb9869fc763ea2f2261a71e8dbe06c5e1963ff202986f496d7d889a55ae7694704ec
 DIST zookeepercli-1.0.10.tar.gz 11942 BLAKE2B 
d9683dc441642641e9f72b244a75a76194e4fe9cc80e8f85be007dfd88d4e92703da8b66d264b732a08ab3b66ab3d2ff83e7654c3b97a74f827f85bd9cc9ee8f
 SHA512 
793de5eb2b62265a97c6e82f14c7ba1f9d32dacb86a02375a18ca6cbf472d5b7649e94107e3c497e81d4b81f7131b85032ba100c2d8f14a47fd8fc972c6be47d
+DIST zookeepercli-1.0.12.tar.gz 51077 BLAKE2B 
5b5c07305407882845fe339bbc75fd7a521020f588db30303855733c6263409a6c3ad08d5c0bb287cd2c4c03aeb7ff7ee3b544c0b3480fab17952f67d6cca339
 SHA512 
fb18d1a725fe21e98039cdd19f158a344cae008eff319abeabf349921ef9f4b92b0e251ec5e6414102fe66394d287d1aa3c675bd7454665c1a47d0e9cb4fb352

diff --git a/sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild 
b/sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild
new file mode 100644
index 000..13a626b00c2
--- /dev/null
+++ b/sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/outbrain/zookeepercli"
+EGO_VENDOR=(
+   "github.com/outbrain/golib ab954725f502c2be1491afadbbc66da2f99a45ae"
+   "github.com/samuel/go-zookeeper 
c4fab1ac1bec58281ad0667dc3f0907a9476ac47"
+)
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGIT_COMMIT="v${PV}"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   ${EGO_VENDOR_URI}"
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+DESCRIPTION="Simple, lightweight, dependable CLI for ZooKeeper"
+HOMEPAGE="https://github.com/outbrain/zookeepercli;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+DEPEND=">=dev-lang/go-1.9:="
+
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME #678960
+   GOPATH="${WORKDIR}/${P}" \
+   go build -v -work -x ${EGO_BUILD_FLAGS} \
+   -o "${S}/bin/zookeepercli" \
+   ./go/cmd/zookeepercli.go || die
+}
+
+src_install() {
+   dobin bin/${PN}
+   dodoc README.md
+}



[gentoo-commits] proj/portage-utils:master commit in: tests/qatom/

2019-06-13 Thread Fabian Groffen
commit: 36b47b9434c7166c3b4b4d62de07d530294c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jun 13 18:31:48 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jun 13 18:31:48 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=36b47bcc

tests/qatom: add exact usage from Puppet provider as test

Signed-off-by: Fabian Groffen  gentoo.org>

 tests/qatom/dotest | 4 
 1 file changed, 4 insertions(+)

diff --git a/tests/qatom/dotest b/tests/qatom/dotest
index 0d04f40..f478f1c 100755
--- a/tests/qatom/dotest
+++ b/tests/qatom/dotest
@@ -64,6 +64,10 @@ test f20 "cat/pkg"-F '%[CATEGORY]%[PF]' \
 test f21 "pkg-123-r4:5::repo" \
   -F '%[PF]%[SLOT]%[REPO]' \
"cat/pkg-123-r4:5::repo"
+# Puppet portage provider
+test p01 "[app-admin] [syslog-ng] [] [] [] [] []" \
+  -F "[%[CATEGORY]] [%[PN]] [%[PV]] [%[PR]] [%[SLOT]] 
[%[pfx]] [%[sfx]]" \
+   "app-admin/syslog-ng"
 
 # Comparison tests
 test c01 "cat/pkg-123-r3 == pkg" \



[gentoo-commits] proj/portage-utils:master commit in: tests/qatom/, /, libq/

2019-06-13 Thread Fabian Groffen
commit: b2418b1406551ce5b540aaf8d332ec53ddd52e01
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jun 13 18:13:57 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jun 13 18:13:57 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=b2418b14

libq/atom: make atom_format smarter to unbreak Puppet

The default portage provider in Puppet uses qatom in a rather clumpsy
way.  The newer formatting broke it because they don't use explicit
formatting.  Make atom_format somewhat smarter to unbreak Puppet's
usage.

Signed-off-by: Fabian Groffen  gentoo.org>

 libq/atom.c| 38 ++
 libq/atom.h|  4 ++--
 qatom.c|  2 +-
 qcheck.c   |  6 +++---
 qdepends.c |  6 +++---
 qfile.c|  4 ++--
 qgrep.c|  2 +-
 qlist.c|  4 ++--
 qlop.c | 24 
 qmerge.c   |  2 +-
 qsearch.c  |  2 +-
 qsize.c|  2 +-
 quse.c |  6 +++---
 tests/qatom/dotest | 12 +---
 14 files changed, 63 insertions(+), 51 deletions(-)

diff --git a/libq/atom.c b/libq/atom.c
index 12a393a..8ce7f18 100644
--- a/libq/atom.c
+++ b/libq/atom.c
@@ -683,7 +683,7 @@ atom_to_string_r(char *buf, size_t buflen, depend_atom *a)
 /**
  * Run printf on an atom.  The format field takes the form:
  *  %{keyword}: Always display the field that matches "keyword" or 
- *  %[keyword]: Only display the field when it's set (or pverbose)
+ *  %[keyword]: Only display the field when it's set
  * The possible "keywords" are:
  *  CATEGORY  P  PN  PV  PVR  PF  PR  SLOT  SUBSLOT  REPO  USE
  *- these are all the standard portage variables (so see ebuild(5))
@@ -695,14 +695,14 @@ atom_format_r(
char *buf,
size_t buflen,
const char *format,
-   const depend_atom *atom,
-   int pverbose)
+   const depend_atom *atom)
 {
char bracket;
const char *fmt;
const char *p;
size_t len;
bool showit;
+   bool connected;
char *ret;
 
if (!atom) {
@@ -725,21 +725,25 @@ atom_format_r(
return ret;
} else if (fmt != p) {
append_buf(buf, buflen, "%.*s", (int)(fmt - p), p);
+   connected = false;
+   } else {
+   connected = true;
}
 
bracket = fmt[1];
if (bracket == '{' || bracket == '[') {
+   connected &= bracket == '[';
fmt += 2;
-   p = strchr(fmt, bracket == '{' ? '}' : ']');
-   if (p) {
+   if ((p = strchr(fmt, bracket == '{' ? '}' : ']')) != 
NULL) {
len = p - fmt;
-   showit = (bracket == '{') || pverbose;
+   showit = bracket == '{';
 #define HN(X) (X ? X : "")
if (!strncmp("CATEGORY", fmt, len)) {
+   connected = (p[1] == '%') & (bracket == 
'[');
if (showit || atom->CATEGORY)
append_buf(buf, buflen, 
"%s%s%s%s",
BOLD, 
HN(atom->CATEGORY),
-   bracket == '[' 
? "/" : "", NORM);
+   connected ? "/" 
: "", NORM);
} else if (!strncmp("P", fmt, len)) {
if (showit || atom->P)
append_buf(buf, buflen, 
"%s%s%s",
@@ -772,21 +776,21 @@ atom_format_r(
if (showit || atom->SLOT)
append_buf(buf, buflen, 
"%s%s%s%s",
YELLOW,
-   bracket == '[' 
? ":" : "",
+   connected ? ":" 
: "",
atom->SLOT ? 
atom->SLOT : "",
NORM);
} else if (!strncmp("SUBSLOT", fmt, len)) {
if (showit || atom->SUBSLOT)
append_buf(buf, buflen, 
"%s%s%s%s%s",
YELLOW,
-   bracket == '[' 
? "/" : "",
+   connected ? "/" 
: "",

[gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/

2019-06-13 Thread Mikle Kolyada
commit: 3bee4bb86c0d8c6722d6bb994b5ee9a747285ea8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jun 13 15:58:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jun 13 15:59:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bee4bb8

dev-tex/pgf: Version bump (v3.1)

Closes: https://bugs.gentoo.org/687874
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-tex/pgf/Manifest   |  1 +
 dev-tex/pgf/pgf-3.1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-tex/pgf/Manifest b/dev-tex/pgf/Manifest
index e34d6cb6dbf..13d18a7ef42 100644
--- a/dev-tex/pgf/Manifest
+++ b/dev-tex/pgf/Manifest
@@ -1 +1,2 @@
 DIST pgf_3.0.1.tds.zip 10423731 BLAKE2B 
ca1513213f47279f7cb67cd6459e01082c6693c0da97e873205f2ed5dad1d3e83ccd036d6b56c245d334a4c9eff44bb81cd673962def80f075b56e6b7e0b7477
 SHA512 
0899e0fbd6d196504c5d15176015557d38e027429a84de661a5627fa003bfeffdb3f013df23c298b32c3a5605388160f42621e92d626e3ce88561fe4b4b7bddf
+DIST pgf_3.1.tds.zip 12852844 BLAKE2B 
5214bc0a8dd4ee521023be245602c8fecff4f7ef5a37abba060c507355351621863aaa4b16de10383e900ed8eccc26e95f77b291f352c7ad36738451102675da
 SHA512 
c8a0ae2ddb4769e640c487968c6f3e18b778c5eb24fe40d38a85936ce45597db7e90281571b56a92619f2e2ec7cb17019f31deaa8f93fddb2b7adf87e84b555c

diff --git a/dev-tex/pgf/pgf-3.1.ebuild b/dev-tex/pgf/pgf-3.1.ebuild
new file mode 100644
index 000..07a239a76b8
--- /dev/null
+++ b/dev-tex/pgf/pgf-3.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package
+
+DESCRIPTION="The TeX Portable Graphic Format"
+HOMEPAGE="https://sourceforge.net/projects/pgf;
+SRC_URI="mirror://sourceforge/pgf/${PN}_${PV}.tds.zip"
+
+LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc source"
+
+RDEPEND="dev-texlive/texlive-latexrecommended
+   >=dev-tex/xcolor-2.11"
+BDEPEND="app-arch/unzip"
+
+S=${WORKDIR}
+
+src_install() {
+   # Bug #607642
+   cp "${FILESDIR}/pgfsys-luatex.def" 
"${WORKDIR}/tex/generic/pgf/systemlayer/" || die
+
+   insinto ${TEXMF}
+   doins -r tex
+
+   if use source ; then
+   doins -r source
+   fi
+
+   cd "${S}/doc/generic/pgf" || die
+   dodoc AUTHORS ChangeLog README
+   if use doc ; then
+   insinto /usr/share/doc/${PF}/texdoc
+   doins pgfmanual.pdf
+   doins -r images macros text-en version-*
+   dosym /usr/share/doc/${PF}/texdoc ${TEXMF}/doc/latex/${PN}
+   docompress -x /usr/share/doc/${PF}/texdoc/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/

2019-06-13 Thread Mikle Kolyada
commit: 65099ebce866bb29b1539f63300a23e6d9ad78de
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jun 13 15:59:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jun 13 15:59:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65099ebc

dev-tex/pgf: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-tex/pgf/pgf-3.0.1.ebuild | 40 
 1 file changed, 40 deletions(-)

diff --git a/dev-tex/pgf/pgf-3.0.1.ebuild b/dev-tex/pgf/pgf-3.0.1.ebuild
deleted file mode 100644
index 0d20dd1bbdb..000
--- a/dev-tex/pgf/pgf-3.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit latex-package
-
-DESCRIPTION="pgf -- The TeX Portable Graphic Format"
-HOMEPAGE="https://sourceforge.net/projects/pgf;
-SRC_URI="mirror://sourceforge/pgf/${PN}_${PV}.tds.zip"
-
-LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc source"
-
-RDEPEND="dev-texlive/texlive-latexrecommended
-   >=dev-tex/xcolor-2.11"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-
-src_install() {
-   insinto ${TEXMF}
-   doins -r tex || die
-
-   if use source ; then
-   doins -r source || die
-   fi
-
-   cd "${S}/doc/generic/pgf"
-   dodoc AUTHORS ChangeLog README || die
-   if use doc ; then
-   insinto /usr/share/doc/${PF}/texdoc
-   doins pgfmanual.pdf || die
-   doins -r images macros text-en version-* || die
-   dosym /usr/share/doc/${PF}/texdoc ${TEXMF}/doc/latex/${PN} || 
die
-   docompress -x /usr/share/doc/${PF}/texdoc/
-   fi
-}



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

2019-06-13 Thread Craig Andrews
commit: 46485e4962b273f35c6a3035ca405404366a8ecc
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Jun 13 15:55:06 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Jun 13 15:56:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46485e49

net-p2p/cpuminer-opt: 3.9.2.5 version bump

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.9.2.5.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 7b0af83fdb4..3500e66b1be 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -6,4 +6,5 @@ DIST cpuminer-opt-3.9.1.tar.gz 1770345 BLAKE2B 
c2ef3111f1c1f034d2e4d4148031cf4fa
 DIST cpuminer-opt-3.9.2.2.tar.gz 1774934 BLAKE2B 
2a686a9b50978ff6a3947c1086fedda9bd608575f639670680a3e5fc6e8758bdd8478037b1474f456e33783a37a5d51b0557714d715e9840c6f3f33a14709727
 SHA512 
4c6f9ac422b0fb4f1194cbca025f0a596a73462d07b6c76da3c8b5f8f8e93ac8421e6c5d318e8615806aabffe5c46c1174f51a887abb059854e434376567f770
 DIST cpuminer-opt-3.9.2.3.tar.gz 1777161 BLAKE2B 
add68199a46ef4989bb062e52fc64ed660148a4aa9030608ae9d89fa08fea7a96d7851036289aac1c4c051c66347b860006a642cb4afcf8bc78e4b91258f62ea
 SHA512 
d4c7dd80b8fd37387250dc8e088b6438badb388d1be9622f83e34d3590892121833b9dd5e1b609b95740f4f0b89da5bb568ab3527970dfca947cc5e1ade7df0c
 DIST cpuminer-opt-3.9.2.4.tar.gz 167 BLAKE2B 
47269d66576f7920564f18244f857c1de46dd43d656c7b150ebc8a24b0302598c3efa89c01e6ae6a07d34942e71e5a8dc4af49fd35840abd560f63dc93176c58
 SHA512 
ec74abad31059a31b7c16b30a06b759563730c0f0cbfd5d5be84ff0dbb167c2e5b794b1531fbd8735aa87fa4a7f624cec6a496ed1f4627073f70d59366495995
+DIST cpuminer-opt-3.9.2.5.tar.gz 1781488 BLAKE2B 
cd79f8cc363918d6db62b1970086a5758a717ca7f7fed6d204f8e83db43b777d3d5915c3195fcc3256d79dd7d849ca5cac96c47d844ea5129a2823e96a5ca806
 SHA512 
3ad01cfbda9cd6ecf1e2a2f178989da2c18f6fa7add940be7176bab65b0adafdc87f0f1dec77ddfc36a939940867a58188618ba0881fc08baa0125e240501366
 DIST cpuminer-opt-3.9.2.tar.gz 1770769 BLAKE2B 
75413f98b522e30647c9e312e1a23ee5dd3d761780dad7617b68b20d08e123ddd256f70f1494f565abe67997bb1c5fd1401ccd21e7f5492182c7ec2619bc8e00
 SHA512 
ce12c867706a3caed0104859a8f2366af85497b493f8c2a8c87a45f430abb45a29c415889c8f219450ac2f4e10bd4482f6dbe9dd125e1dde98c8a25e3fdad8c8

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



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

2019-06-13 Thread Eray Aslan
commit: 53668abd1b3b5cccb363b4201316abaa473de7d1
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Jun 13 15:37:38 2019 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Jun 13 15:37:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53668abd

app-crypt/heimdal: revert app-i18n/kcc blocker

kcc was renamed to heimtools

Closes: https://bugs.gentoo.org/546342
Thanks-to: Arfrever Frehtes Taifersar Arahesis  gmail.com>
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Eray Aslan  gentoo.org>

 app-crypt/heimdal/heimdal-7.7.0-r1.ebuild | 185 ++
 1 file changed, 185 insertions(+)

diff --git a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild 
b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild
new file mode 100644
index 000..6fe1ad2703e
--- /dev/null
+++ b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+VIRTUALX_REQUIRED="manual"
+
+inherit autotools db-use multilib multilib-minimal python-any-r1 virtualx 
flag-o-matic
+
+MY_P="${P}"
+DESCRIPTION="Kerberos 5 implementation from KTH"
+HOMEPAGE="http://www.h5l.org/;
+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"
+IUSE="afs +berkdb caps gdbm hdb-ldap libressl +lmdb otp selinux ssl 
static-libs test X"
+
+CDEPEND="
+   ssl? (
+   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+   )
+   berkdb? ( >=sys-libs/db-4.8.30-r1:*[${MULTILIB_USEDEP}] )
+   gdbm? ( >=sys-libs/gdbm-1.10-r1:=[${MULTILIB_USEDEP}] )
+   lmdb? ( dev-db/lmdb )
+   caps? ( sys-libs/libcap-ng )
+   >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
+   >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
+   sys-libs/ncurses:0=
+   >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}]
+   afs? ( net-fs/openafs )
+   hdb-ldap? ( >=net-nds/openldap-2.3.0 )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXt
+   )
+   !!app-crypt/mit-krb5
+   !!app-crypt/mit-krb5-appl"
+
+DEPEND="${CDEPEND}
+   ${PYTHON_DEPS}
+   dev-perl/JSON
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   >=sys-devel/autoconf-2.62
+   test? ( X? ( ${VIRTUALX_DEPEND} ) )"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-kerberos )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/krb5-types.h
+   /usr/include/cms_asn1.h
+   /usr/include/digest_asn1.h
+   /usr/include/hdb_asn1.h
+   /usr/include/krb5_asn1.h
+   /usr/include/pkcs12_asn1.h
+   /usr/include/pkinit_asn1.h
+   /usr/include/rfc2459_asn1.h
+)
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/krb5-config
+)
+
+PATCHES=(
+   "${FILESDIR}/heimdal_disable-check-iprop.patch"
+   "${FILESDIR}/heimdal_tinfo.patch"
+   "${FILESDIR}/heimdal_hcrypto.patch"
+   "${FILESDIR}/heimdal_build-headers-before-use.patch"
+   "${FILESDIR}/heimdal_fix-db60.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # QA
+   append-flags -fno-strict-aliasing
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --enable-kcm
+   --disable-osfc2
+   --enable-shared
+   --with-libintl="${EPREFIX}"/usr
+   --with-readline="${EPREFIX}"/usr
+   --with-sqlite3="${EPREFIX}"/usr
+   --libexecdir="${EPREFIX}"/usr/sbin
+   --enable-pthread-support
+   --enable-kx509
+   --enable-pk-init
+   --with-ipv6
+   $(use_enable afs afs-support)
+   $(use_enable gdbm ndbm-db)
+   $(use_enable lmdb mdb-db)
+   $(use_enable otp)
+   $(use_enable static-libs static)
+   $(multilib_native_use_with caps capng)
+   $(multilib_native_use_with hdb-ldap openldap "${EPREFIX}"/usr)
+   $(use_with ssl openssl "${EPREFIX}"/usr)
+   $(multilib_native_use_with X x)
+   )
+   if use berkdb; then
+   myeconfargs+=(
+   --with-berkeley-db
+   --with-berkeley-db-include="$(db_includedir)"
+   )
+   else
+   myeconfargs+=(
+   --without-berkeley-db
+   )
+   fi
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   if multilib_is_native_abi; then
+   emake
+   else
+   emake -C include
+   emake -C lib
+   emake -C kdc

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

2019-06-13 Thread Eray Aslan
commit: 9f27aca784faa3c17dcc4aee40c5e55f44190131
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Jun 13 15:38:38 2019 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Jun 13 15:38:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f27aca7

app-crypt/heimdal: remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Eray Aslan  gentoo.org>

 app-crypt/heimdal/heimdal-7.7.0.ebuild | 187 -
 1 file changed, 187 deletions(-)

diff --git a/app-crypt/heimdal/heimdal-7.7.0.ebuild 
b/app-crypt/heimdal/heimdal-7.7.0.ebuild
deleted file mode 100644
index 5431b3fe2f8..000
--- a/app-crypt/heimdal/heimdal-7.7.0.ebuild
+++ /dev/null
@@ -1,187 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-VIRTUALX_REQUIRED="manual"
-
-inherit autotools db-use multilib multilib-minimal python-any-r1 virtualx 
flag-o-matic
-
-MY_P="${P}"
-DESCRIPTION="Kerberos 5 implementation from KTH"
-HOMEPAGE="http://www.h5l.org/;
-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"
-IUSE="afs +berkdb caps gdbm hdb-ldap libressl +lmdb otp selinux ssl 
static-libs test X"
-
-CDEPEND="
-   ssl? (
-   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
-   )
-   berkdb? ( >=sys-libs/db-4.8.30-r1:*[${MULTILIB_USEDEP}] )
-   gdbm? ( >=sys-libs/gdbm-1.10-r1:=[${MULTILIB_USEDEP}] )
-   lmdb? ( dev-db/lmdb )
-   caps? ( sys-libs/libcap-ng )
-   >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
-   >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
-   sys-libs/ncurses:0=
-   >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}]
-   afs? ( net-fs/openafs )
-   hdb-ldap? ( >=net-nds/openldap-2.3.0 )
-   X? (
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXt
-   )
-   !!app-crypt/mit-krb5
-   !!app-crypt/mit-krb5-appl"
-
-DEPEND="${CDEPEND}
-   ${PYTHON_DEPS}
-   dev-perl/JSON
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   >=sys-devel/autoconf-2.62
-   test? ( X? ( ${VIRTUALX_DEPEND} ) )"
-
-# file collision with app-i18n/kcc
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-kerberos )
-   !app-i18n/kcc"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/krb5-types.h
-   /usr/include/cms_asn1.h
-   /usr/include/digest_asn1.h
-   /usr/include/hdb_asn1.h
-   /usr/include/krb5_asn1.h
-   /usr/include/pkcs12_asn1.h
-   /usr/include/pkinit_asn1.h
-   /usr/include/rfc2459_asn1.h
-)
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/krb5-config
-)
-
-PATCHES=(
-   "${FILESDIR}/heimdal_disable-check-iprop.patch"
-   "${FILESDIR}/heimdal_tinfo.patch"
-   "${FILESDIR}/heimdal_hcrypto.patch"
-   "${FILESDIR}/heimdal_build-headers-before-use.patch"
-   "${FILESDIR}/heimdal_fix-db60.patch"
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # QA
-   append-flags -fno-strict-aliasing
-
-   multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   --enable-kcm
-   --disable-osfc2
-   --enable-shared
-   --with-libintl="${EPREFIX}"/usr
-   --with-readline="${EPREFIX}"/usr
-   --with-sqlite3="${EPREFIX}"/usr
-   --libexecdir="${EPREFIX}"/usr/sbin
-   --enable-pthread-support
-   --enable-kx509
-   --enable-pk-init
-   --with-ipv6
-   $(use_enable afs afs-support)
-   $(use_enable gdbm ndbm-db)
-   $(use_enable lmdb mdb-db)
-   $(use_enable otp)
-   $(use_enable static-libs static)
-   $(multilib_native_use_with caps capng)
-   $(multilib_native_use_with hdb-ldap openldap "${EPREFIX}"/usr)
-   $(use_with ssl openssl "${EPREFIX}"/usr)
-   $(multilib_native_use_with X x)
-   )
-   if use berkdb; then
-   myeconfargs+=(
-   --with-berkeley-db
-   --with-berkeley-db-include="$(db_includedir)"
-   )
-   else
-   myeconfargs+=(
-   --without-berkeley-db
-   )
-   fi
-
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_compile() {
-   if multilib_is_native_abi; then
-   emake
-   else
-   emake -C include
-   emake -C lib
-   emake -C kdc
-   emake -C tools
-   emake -C tests/plugin
-   fi
-}
-

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

2019-06-13 Thread Stefan Strogin
commit: 962d71be9f0f5b8ab5ac5bb676533ff50cbab182
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Jun 12 22:08:31 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Jun 13 15:30:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962d71be

media-libs/libopenshot: bump version to 0.2.4_pre20190609

- Soname is updated, add subslot.
- Add USE=doc, USE=examples.
- Tests are fixed upstream now.
- EAPI=7.
- Add python3_7 to PYTHON_COMPAT.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Stefan Strogin  gentoo.org>

 media-libs/libopenshot/Manifest|   1 +
 .../libopenshot-0.2.4_pre20190609.ebuild   | 101 +
 2 files changed, 102 insertions(+)

diff --git a/media-libs/libopenshot/Manifest b/media-libs/libopenshot/Manifest
index b8d00e78321..cc5d98ea6ee 100644
--- a/media-libs/libopenshot/Manifest
+++ b/media-libs/libopenshot/Manifest
@@ -1 +1,2 @@
 DIST libopenshot-0.2.2.tar.gz 11037768 BLAKE2B 
c307e41bf17d40ae421a541bbdf4cd53c6ef4d97041a476c6910bd156c10815aa5a5811813b24fdc472401516f29cf8cb68fbda17a0b434767c3f3aa63d6f222
 SHA512 
b89189e57e82da68a063417bba9c94704c04b0546c0aed227daa23a794eee56341a05988d8e28dbd339edfcdeeaed48103b347060eccf94f32fe1a4bf23d6553
+DIST libopenshot-0.2.4_pre20190609.tar.gz 10268173 BLAKE2B 
01e07c0a7c051b5804f24fab1bfb920862a165ef14d3fdd020430b9e3a47858842c8cab3408ba0d161cb15cc6e90531a3b5df9ad327a01f414ff2e7e392fc243
 SHA512 
bf8c06aba6a899cb1ca6fbe9ac89fc859083b03175338c04af8dce68698f4ac78eac0b5b594e2b02390cd5e64576445b1c95324b254a267506353bed97ca16d1

diff --git a/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild 
b/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild
new file mode 100644
index 000..89b540bf332
--- /dev/null
+++ b/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit cmake-utils python-single-r1 toolchain-funcs
+
+COMMIT="0d4ea7fe71e88bcee4a7fd1404bd52c8e2169997"
+
+DESCRIPTION="Video editing library used by OpenShot"
+HOMEPAGE="https://www.openshot.org/;
+SRC_URI="https://github.com/OpenShot/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0/17"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples +imagemagick libav +python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   net-libs/cppzmq
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5[widgets]
+   >=media-libs/libopenshot-audio-0.1.9_pre20190502:0=
+   imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] )
+   libav? ( media-video/libav:0=[encode,x264,xvid,vpx,mp3,theora] )
+   !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] )
+   python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   python? ( dev-lang/swig )
+   test? ( dev-libs/unittest++ )
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+# From Mageia
+# https://github.com/OpenShot/libopenshot/issues/60
+PATCHES=( ${FILESDIR}/${PN}-0.2.2-imagemagick7.patch )
+
+check_compiler() {
+   if [[ ${MERGE_TYPE} != binary ]] && ! tc-has-openmp; then
+   eerror "${P} requires a compiler with OpenMP support. Your 
current"
+   eerror "compiler does not support it. If you use gcc, you can"
+   eerror "re-emerge it with the 'openmp' use flag enabled."
+   die "The current compiler does not support OpenMP"
+   fi
+}
+
+pkg_pretend() {
+   check_compiler
+}
+
+pkg_setup() {
+   check_compiler
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+   # https://github.com/OpenShot/libopenshot/issues/17
+   use test || cmake_comment_add_subdirectory tests
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_RUBY=OFF # TODO: add ruby support
+   -DENABLE_PYTHON=$(usex python)
+   $(cmake-utils_use_find_package imagemagick ImageMagick)
+   )
+   use python && mycmakeargs+=(
+   -DPYTHON_EXECUTABLE="${PYTHON}"
+   -DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
+   -DPYTHON_LIBRARY="$(python_get_library_path)"
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use doc && cmake-utils_src_make doc
+}
+
+src_test() {
+   cmake-utils_src_make os_test
+}
+
+src_install() {
+   local DOCS=( AUTHORS README.md doc/HW-ACCEL.md )
+   use examples && DOCS+=( src/examples/ )
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
+
+   cmake-utils_src_install
+   use python && python_optimize
+}



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

2019-06-13 Thread Stefan Strogin
commit: 36689cd51972fe5c4029d1b87f5da7214afdecf8
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Jun 12 15:08:36 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Jun 13 15:30:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36689cd5

media-libs/libopenshot-audio: add myself as maintainer

Signed-off-by: Stefan Strogin  gentoo.org>

 media-libs/libopenshot-audio/metadata.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/libopenshot-audio/metadata.xml 
b/media-libs/libopenshot-audio/metadata.xml
index 380e6243523..939a9b7b829 100644
--- a/media-libs/libopenshot-audio/metadata.xml
+++ b/media-libs/libopenshot-audio/metadata.xml
@@ -1,9 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   ste...@gentoo.org
+   Stefan Strogin
+   

-   libopenshot
OpenShot/libopenshot-audio

https://github.com/OpenShot/libopenshot-audio/issues




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

2019-06-13 Thread Stefan Strogin
commit: 8fd1cefbfa93ceb761f735e7b9dd7fce000cff56
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Jun 12 22:34:38 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Jun 13 15:30:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd1cefb

media-video/openshot: add myself as maintainer

Signed-off-by: Stefan Strogin  gentoo.org>

 media-video/openshot/metadata.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-video/openshot/metadata.xml 
b/media-video/openshot/metadata.xml
index 6dbde2947b3..2229623f13c 100644
--- a/media-video/openshot/metadata.xml
+++ b/media-video/openshot/metadata.xml
@@ -1,10 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   ste...@gentoo.org
+   Stefan Strogin
+   
Free, open-source, non-linear video editor to create 
and edit videos and movies

-   openshot
OpenShot/openshot-qt

https://github.com/OpenShot/openshot-qt/issues




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

2019-06-13 Thread Stefan Strogin
commit: c0f2bd393ef4f222b699a647e9b93989bb9b0e2c
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Jun 12 15:16:13 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Jun 13 15:30:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f2bd39

media-libs/libopenshot-audio: bump version to 0.1.9_pre20190502

Closes: https://bugs.gentoo.org/685136
Closes: https://bugs.gentoo.org/685202
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Stefan Strogin  gentoo.org>

 media-libs/libopenshot-audio/Manifest  |  1 +
 .../libopenshot-audio-0.1.9_pre20190502.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/media-libs/libopenshot-audio/Manifest 
b/media-libs/libopenshot-audio/Manifest
index ffb31e87959..e57ee1fb56f 100644
--- a/media-libs/libopenshot-audio/Manifest
+++ b/media-libs/libopenshot-audio/Manifest
@@ -1 +1,2 @@
 DIST libopenshot-audio-0.1.4.tar.gz 2959997 BLAKE2B 
0736d9f4877f46ac90fd236cbdcfce8c1f66f5ac5d5e9762672a4eaeb668eb61a5f1e45996f0feea604d2c30891198fa58fc89f360815336ea18311d019fed2c
 SHA512 
5605164a8c66c33ac893cc2b42cdac03eb156a61740c1b2c00dd7e7602a802fa1dc3795c620810e3ee29a290aa6bae8b62bc17eab3f4dd2d8052e0481824
+DIST libopenshot-audio-0.1.9_pre20190502.tar.gz 1696201 BLAKE2B 
6bc0be3f8374f734cb6b7271c09dad8f7da794acb87236441f41999fab9baa3fee69d6a820db51a4c116b3a5113bb8f72da396babd13511d013b8ffafc2c1bf7
 SHA512 
73ba3e2054de1b74e6ae7c874a61388220efe12b640f741d5e18d9b242d427fd0fc82b03527af7de64ecd6dbe0a450b884c8557bb5a51493be21838e1f4dfd1a

diff --git 
a/media-libs/libopenshot-audio/libopenshot-audio-0.1.9_pre20190502.ebuild 
b/media-libs/libopenshot-audio/libopenshot-audio-0.1.9_pre20190502.ebuild
new file mode 100644
index 000..c04e18d40fe
--- /dev/null
+++ b/media-libs/libopenshot-audio/libopenshot-audio-0.1.9_pre20190502.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+COMMIT="77edb1f14dde35e1facecc309dbc4fb7f07d7014"
+
+DESCRIPTION="Library for audio editing and playback used by OpenShot"
+HOMEPAGE="https://www.openshot.org/;
+SRC_URI="https://github.com/OpenShot/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0/6"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   media-libs/alsa-lib
+   media-libs/freetype
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXext
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-${COMMIT}"



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

2019-06-13 Thread Stefan Strogin
commit: 12f7f677c8df766d1ecaa227386a91160bf1e2aa
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Jun 12 16:15:48 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Jun 13 15:30:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f7f677

media-video/openshot: add myself as maintainer

Signed-off-by: Stefan Strogin  gentoo.org>

 media-libs/libopenshot/metadata.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/libopenshot/metadata.xml 
b/media-libs/libopenshot/metadata.xml
index 2f5ef7858c7..e12300d5d59 100644
--- a/media-libs/libopenshot/metadata.xml
+++ b/media-libs/libopenshot/metadata.xml
@@ -1,9 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   ste...@gentoo.org
+   Stefan Strogin
+   

-   libopenshot
OpenShot/libopenshot

https://github.com/OpenShot/libopenshot/issues




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

2019-06-13 Thread Stefan Strogin
commit: 6294d2e4d718f52bb00144ed5fd1fa4efe8a49ce
Author: Stefan Strogin  gentoo  org>
AuthorDate: Thu Jun 13 14:55:37 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Jun 13 15:30:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6294d2e4

media-video/openshot: bump version to 2.4.4

- Add dev-python/PyQt5[gui,widgets] to RDEPEND.
- Add USE=doc.
- Add python3_7 to PYTHON_COMPAT.
- Use xdg instead of xdg-utils for default pkg_*().
- EAPI=7.
- Update SRC_URI.

Closes: https://bugs.gentoo.org/635970
Closes: https://bugs.gentoo.org/637694
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Stefan Strogin  gentoo.org>

 media-video/openshot/Manifest  |  1 +
 media-video/openshot/openshot-2.4.4.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/media-video/openshot/Manifest b/media-video/openshot/Manifest
index 1f039758944..112b97df854 100644
--- a/media-video/openshot/Manifest
+++ b/media-video/openshot/Manifest
@@ -1 +1,2 @@
+DIST openshot-2.4.4.tar.gz 63065376 BLAKE2B 
2ee00f24d699d5935a182c394821f215a27ba2701d493f51299c19cf99452ca4df2e5b86f7a6e5734e6194e39e5b7995eb94be168c0e9f7bc7a3b78206277304
 SHA512 
efa71f97a83b89e691b7dab09288ba7d3e91eb25119669fa8f6e28becb8d4cb3e60a923f936ee4ff9a593d016fe3a6b0348153cff937ab7d21a5517de5dfa10c
 DIST openshot-qt-2.4.0.tar.gz 60710408 BLAKE2B 
33c8abe7ba3122ae720163d6ab91d367ee282b94d3d8986fdccf4f9efae832f54af7f946472c781a17f7e54083028762952d02d7139e6815cd0d44e80515c728
 SHA512 
95778effa5b02a467c44741384b0f43bf90343d4f450d5fcc2319ff1c3bee212338435dd8c781e0ff111a704aacdce3dbfb6bdcf62afa1f59bbb0668b58074ca

diff --git a/media-video/openshot/openshot-2.4.4.ebuild 
b/media-video/openshot/openshot-2.4.4.ebuild
new file mode 100644
index 000..d252a05676b
--- /dev/null
+++ b/media-video/openshot/openshot-2.4.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE=xml
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 xdg
+
+MY_PN="${PN}-qt"
+
+DESCRIPTION="Free, open-source, non-linear video editor to create and edit 
videos and movies"
+HOMEPAGE="https://www.openshot.org/;
+SRC_URI="https://github.com/OpenShot/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,svg,webkit,widgets]
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   >=media-libs/libopenshot-0.2.3[python,${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   distutils-r1_python_prepare_all
+   # prevent setup.py from trying to update MIME databases
+   sed -i 's/^ROOT =.*/ROOT = False/' setup.py || die
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/polarsys-b612-fonts/

2019-06-13 Thread Agostino Sarubbo
commit: 6a19b21ecedc62d74bf3023204aeb3d6c19d8465
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 15:19:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 15:19:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a19b21e

media-fonts/polarsys-b612-fonts: ppc64 stable wrt bug #687962

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild 
b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
index c6edd4caac9..25e4bd8e457 100644
--- a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
+++ b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.polarsys.org/c/b612/b612.git/snapshot/b612-bd14fde2544566e6
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE=""
 
 FONT_S="${S}/TTF"



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/

2019-06-13 Thread Thomas Deutschmann
commit: bd40987b87fddf6509def19b7e6719d59ec92bf5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jun 13 15:18:10 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jun 13 15:18:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd40987b

mail-client/thunderbird-bin: bump to v60.7.1

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann  gentoo.org>

 mail-client/thunderbird-bin/Manifest   | 110 ++---
 ...60.7.0.ebuild => thunderbird-bin-60.7.1.ebuild} |   0
 2 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 30bf57b93ba..2a5a0b39fcc 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -56,60 +56,60 @@ DIST thunderbird-52.9.1-uk.xpi 652854 BLAKE2B 
bc5557a1df83f9b8ca0671fb7c76fe3a11
 DIST thunderbird-52.9.1-vi.xpi 637163 BLAKE2B 
95c18bab7d30dea4a8b2241290175c77a2b47e3b02346b734e728adadfa4656e4197ceb3328de4c5a12a076dcc7b4b412b0a32e3cdef41d65e471b2601f2
 SHA512 
dec44726008af723e44146abb89754f9fd0684e3cce0f0db07c05d8a100a8a862e5f7ad028c0f7d3594965ec35251e7c357ac212fb78570463bd8c18174658c9
 DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 
441b5332a08daca64282a8d4233c7d9dc2008c80c1ebeaf4d125d5c804755509b9b67dda3423cc9b9a9af3d29b386bb621b231e426bdd89879e2e620f2106dea
 SHA512 
db0c8a338df861a43563c70fd73768a5db730ce39e7a8400de44ccada3edac1f7e3736edee5cff439df76ff17f2b4838701e95fa739f5aa04463539516a86f0b
 DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 
8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4
 SHA512 
24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e
-DIST thunderbird-60.7.0-ar.xpi 627179 BLAKE2B 
e44b3d60631cfb91354b6d3496a78f6e557389a75fda0401ccecc0d31b6afe138e0347cddc88da4b4cc251a0ea0ba0dc8f285b86f6623750cb285f05476c5477
 SHA512 
883d66276e6f1707c2f5b7f3d85f153442c0b3b631f99d1383021d42534f797ff180a762a0bbc89b42aecca8f9d72c6a1fdf38bdcd7b60fd2f3dd57c4e68ded0
-DIST thunderbird-60.7.0-ast.xpi 559643 BLAKE2B 
b695b1db5255aa8427615089cf0ac2a1e2bc2578ca5acbc67b83997a9a8f1f30a1916fd9533abd5727d9fab8f6879e7a26eece4487c9b104dd5e42fd5ded7613
 SHA512 
3c824e7aa2a24ff55a9a1d37e88e2d26438390213435dbd73444e8779576d666a11ac5fe950ed01bbe7183d6da13eb0d1177fe4db4b51ef1f91c119c7c056091
-DIST thunderbird-60.7.0-be.xpi 659079 BLAKE2B 
e941b324ec20df7e79938d16434f50da09b7fed6e3e960ca5471336290a1652be0cfc01dbb42ec3beee0863fc6c6ba45e0f0c26a90a2e18593ce6e6f85815f2c
 SHA512 
ebbe507de6468ffbf6fa5ad3a743d4f36e5f75bec71faec5e459457ab193aa5fca1f69e81f917803021ed2084ac8c7cef4e443acf472f51d2d4a0faba599ed7c
-DIST thunderbird-60.7.0-bg.xpi 669318 BLAKE2B 
5241ea2d3a875f3412398b3fbbad11d394bb89757f3e410788a5d84e6c395f4d25b7a98823ff5d43b53de531ca4c82aa90816554ea346450f884e58e3ec5de7f
 SHA512 
9d46354f830b16897bcef76513a8e0fdcb455d6538db4bb4f54ee2a3205e019fc7a8506f4e83e97a0d6de5d3eb30ff2658bb69e05cad03c26ed188836d91db70
-DIST thunderbird-60.7.0-br.xpi 580371 BLAKE2B 
60f860ce8588090fead45274f58cc9bd656bbcbdeffaa17ebf81702811252f8e82d705dd1f19a536cb1078c815fbeff8607875cd5c42bcb0cb1c1e8829a1
 SHA512 
d3f777e8a5a8aaf65d950e0d2b66fc687c7227dc2818ad1190306388254837a1631d5a465277a0599d2fdb2f244cef2fa5f0194be26a4732bf2da49e768ee5ca
-DIST thunderbird-60.7.0-ca.xpi 591972 BLAKE2B 
1dad5ed4bbbdc9f26594c5c86c28227a45d14968fdcfd8d4464ad8e22a0df121b6f1f31e4e1f9ddab1cdbbdf49ea5dd8948ba9314e4ad77ef988f6b002e36e7b
 SHA512 
be85e106167bd6debeaa74dc59178b95bd5a93958f5b715b569d89d9c7f032cf37968f5bb05cfd5802c0ac45122b4887dc429833603070ae8fe412fd0fe4e9d4
-DIST thunderbird-60.7.0-cs.xpi 611202 BLAKE2B 
7215b341f09155d0d8d14465f4fba916d2b1d8a759f25734a51a96ea86df1009a5c320bb348ab6ad8bf54ae8c592beeb70a9d06aad3a5edee6a30d392f4460ce
 SHA512 
7ed6afbe61f84863f8251fe5eb23ace79f51f177a95f02ff33aa669f1c33a09679554ce9a6f89f0b2deb802bfe4581834b8fe6fff1d05db51f4130d35a3399bc
-DIST thunderbird-60.7.0-cy.xpi 586037 BLAKE2B 
fbf0dac01038df944e6fb80d3ea0fcb457f73cce092ae3fce62ff6099ffc58ddb81a91d0bf0f0735e77bdea4d8ada11579057c5149f96bbcf65fc8be6c1654d6
 SHA512 
68b0e0812ff73bbf81c25ab7f11fbcabf1f0acf58d65295d19557a5f4d71904e51f69fcd4c9449539c4adecc5d31115f7be700bdf349ba80ee7a64186ee4bfdf
-DIST thunderbird-60.7.0-da.xpi 570806 BLAKE2B 
3b53276bb0b317213c3b07dcb9c32506995edd8c25b79d6564960d08b6724fd0c35abf72f392aa5087a874825a2369b57c82206c74d19ac29f16e5900b86775d
 SHA512 
7a56997f7ede542dd57531c3aacb7ad9ba21d59db0a5bf8a279bd53ea4a5d333cc61f3793b9b212a90e563a1d4db90f6f68ea1f2fb01ec2465780145a82f6ecf
-DIST thunderbird-60.7.0-de.xpi 582574 BLAKE2B 
329f74e03cbaf014f86be139a32a2853a34ec46fed452be5d591ce70978bee9853a4eb63f383d9521472c1410a5035bf5416eaaec79cc72ed3497774d1087d0f
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2019-06-13 Thread Thomas Deutschmann
commit: a8a5db237f60c68e7a86b24a1df1f629937fd8fe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jun 13 15:17:08 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jun 13 15:18:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a5db23

mail-client/thunderbird: bump to v60.7.1

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann  gentoo.org>

 mail-client/thunderbird/Manifest  |  54 ++
 mail-client/thunderbird/thunderbird-60.7.1.ebuild | 602 ++
 2 files changed, 656 insertions(+)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index fddfdcd581f..1ed547089af 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -171,3 +171,57 @@ DIST thunderbird-60.7.0-vi.xpi 637188 BLAKE2B 
321e96db5a8bd3f6736540fb842c19fe5f
 DIST thunderbird-60.7.0-zh-CN.xpi 626283 BLAKE2B 
3ef6939c58d31960c973c22804f46825ed67dd291bfac8bc804239ce86c4858c05931775f9c9000c33e2bcd5c884132ccff3bb9d68cc818780737054ed175a6b
 SHA512 
a75581df56bd1807c6f260816576ff6880d0953f33a998dff10b27c6a2c8e453a1b9dee568e65bb6b485670e8636a420b1f1b5ba083f1e91812d5501959101d3
 DIST thunderbird-60.7.0-zh-TW.xpi 626190 BLAKE2B 
64ea922eb098f0c741291ae80c780e40d6c76f9cc202d86693e74d89c9bc68aa3b84577c4450f5e276d05c93cbbed29d923993b67dd771e3065447c04ac05c76
 SHA512 
f0cc5932ef5bf6d8748eaaeecda18456b517214eb102ab8d1b41636102ab2d41c5756c14b85660f909916b40a5f91a9d3bda1e959df30e38f83fa9b78f2ac9f3
 DIST thunderbird-60.7.0.source.tar.xz 285728804 BLAKE2B 
bdf1e9e64291ce8793f1ba7b3a33da4674cbaf3db9b073310a12f6c1e38ed458436b6f5dc85b93bfe496b2eecb1fc8781e4e072d3a646e3a7f431210e7e445ec
 SHA512 
60428b652bed985f463a6ebf765a384e3ef875b193a60e4b14de8bb96658adf471c7af0f0709d8edbbb014c7ab54f03ca72f2cea1b49cd05a49fe74c748d7328
+DIST thunderbird-60.7.1-ar.xpi 627181 BLAKE2B 
6258b86390fac648a6fa7eca46c4d12c0dcc4de5f35a6be138aff0b336cba59d9b96a930bdf953b0c4d803d6e0aa4e68d2e79e3ca1cf084a2af1446d29f0b29b
 SHA512 
92803d3afbc90733612cc92ff3081a909a6eb761d76ba72f9663c43e0bbb0ccc3b59c5a11278dc9174d839db7182beeef2674617119f1ac9d01ad8e85b753dc5
+DIST thunderbird-60.7.1-ast.xpi 559642 BLAKE2B 
fa03f8cccfeeab7c9c7c9d57701b52b2eb1066db8f2ca0a77da6d5c29fb4b9b6439ad185696f6164209ca157939f68b8782a12f20f656f38857f10ff36b0
 SHA512 
efd41e5ded3b7613271f19ad77c0d6122667d499327aa0fe79c590657239647761497c562f13ba2ca4fc931317510846514b491ff86260331cb9e30ac488a03f
+DIST thunderbird-60.7.1-be.xpi 659079 BLAKE2B 
db6888a97a8a2aaeffa50d336413f1cd4e5f65b55e05e0f37614ae9abc311be5547f8b9a5bdada2620ee85547e992fbff68889d81184fce22e692b379f610c44
 SHA512 
aeb87cd19cd8502ce71742142cc9ccdb2afc8241c164cec74ce64f2881b0fc1d50b6b2eabd91c15d8f31f779186ccb0c42a802a3a10c5b375a2d5d5dab109064
+DIST thunderbird-60.7.1-bg.xpi 669318 BLAKE2B 
e28bbdb9b01150f7c9ed06740964c4711faf93060764fb1639989f0cc75c60f963c457eef457dfa98e2575710f667d80f224dc2512d8b1a921a513e9946d
 SHA512 
bb6db33a7fec0a9ad7381aad865e9877056d102a5839bf051cb91292d449c09793455277141530e7a5cae72b4d64293f6379f5dfd96e38b0d3121ab8aba35b76
+DIST thunderbird-60.7.1-br.xpi 580371 BLAKE2B 
78a58df4c32e1fdcc0210a57b1dace485347e2ecaf80cafc863b788a352af19a89e1e3f20d5ac267d3578d32f519fa0b3cc792db11c92f31d61f2bde089e41b6
 SHA512 
61eab689c897fd5476438378ac9150470049c449feb6207c5710de697bdb54b185c7dc9f4bb0f899499bb6ae8526b6b79674d6a79f965c4cbbfb253672925447
+DIST thunderbird-60.7.1-ca.xpi 591971 BLAKE2B 
1bf9fb869c01285f80127e2dc6793a7f41a42b04974024b525ba58097a134f41f3b263642abc4a52ee86bf5c6e4c4e64223edd0a4e601b307e7485a18463250a
 SHA512 
d83aaf6ffc7f661893282e92470136909b2aab86cc1e575249d1591609cbf81f5b83f56270ae06a4c9bcefb808e8fb75e734f86519a593850e666cb70ad21a3c
+DIST thunderbird-60.7.1-cs.xpi 611202 BLAKE2B 
5dda4b474e4ab2cbb5e89cc9e3fe99457f4db1576fcd6ed233e1a977a7ba44c4c5aabc77844d70ea4f02967b02f92640dd9940baebb9b15a871b530749453c5b
 SHA512 
8a1d376a54b537b1bcb15f6d51f6444dd81997f7c9223cf33fbafc5d27935947e223f1a5649fc1cc2a1a3b2365be1c51f8a58fdad1fc21ed933b971989d8f1f3
+DIST thunderbird-60.7.1-cy.xpi 586038 BLAKE2B 
37b31f5aff47df0356c0a80822b1ea658a9e83f0aa5c0696624c68938e16697053826a89d7c6d6e888717b107d496e82af5f430748b3a9430532952ccac46907
 SHA512 
28a10b69a5bc213e712fa4611f0605a1df6141a292faf2c1d191e46112b07facdec6218847c26a8ed2a8f4707c4986031ba96c1817a460326431c3d09aa7bac9
+DIST thunderbird-60.7.1-da.xpi 570807 BLAKE2B 
dea35bb4c52b9cad44d72ea5f8cefa9adbf5a037d112c478a431a1335eff894e4d35881d382aabe8a1cb862107dc2451fac226b5e53d1d238a8a94ee1c4cccf4
 SHA512 
df12c017462e198a30773fc42e9ae00aeae150b3e6760cc496aa8acb52db4f3c0ece2a7db2731fc944130e52db34928c74ee118dd01a67f5bdd8336147816962
+DIST thunderbird-60.7.1-de.xpi 582574 BLAKE2B 
1dfbf130b2de15190b473d6df590b5e95c529c2f267d73129b68b4a7a7da00c8a308159eb512908d349119938542dd0cd88611fff39586927afc8161f67bb8a5
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/

2019-06-13 Thread Thomas Deutschmann
commit: b1de0e624493aa9f947026930bcbfab0cb5c2513
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jun 13 15:12:17 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jun 13 15:18:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1de0e62

profiles: Move php_targets_php7-3 mask to use.stable.mask

Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/arm/use.mask| 4 
 profiles/arch/arm/use.stable.mask | 4 
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index 9734926eac4..f43742a9f2a 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -5,10 +5,6 @@
 -cpu_flags_arm_iwmmxt
 -cpu_flags_arm_iwmmxt2
 
-# Thomas Deutschmann  (08 Jun 2019)
-# Needs dev-lang/php:7.3 stable
-php_targets_php7-3
-
 # Michał Górny  (16 Jul 2018)
 # Python 3.7 support requires fresh versions of packages which are stuck
 # at keywordreqs.

diff --git a/profiles/arch/arm/use.stable.mask 
b/profiles/arch/arm/use.stable.mask
index 00124b594bb..17a064b8ce9 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Thomas Deutschmann  (08 Jun 2019)
+# Needs dev-lang/php:7.3 stable
+php_targets_php7-3
+
 # Mike Gilbert  (08 Jun 2017)
 # dev-lang/python:3.7 is not stable.
 python_targets_python3_7



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

2019-06-13 Thread Agostino Sarubbo
commit: 8a7207bd4cef152b570ef35961995f132a7104de
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 15:15:07 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 15:15:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7207bd

net-libs/libmicrohttpd: ppc64 stable wrt bug #687870

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
index afa339ec82c..294f0ea46c6 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



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

2019-06-13 Thread Agostino Sarubbo
commit: bddc85500234c0b2df780a830e265e83eccac6c5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 15:15:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 15:15:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddc8550

media-sound/ncmpc: ppc64 stable wrt bug #687942

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 media-sound/ncmpc/ncmpc-0.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ncmpc/ncmpc-0.34.ebuild 
b/media-sound/ncmpc/ncmpc-0.34.ebuild
index 95a1bd590f9..e0fa9dd22ab 100644
--- a/media-sound/ncmpc/ncmpc-0.34.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.34.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen 
lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/gvim/

2019-06-13 Thread Agostino Sarubbo
commit: bcce27471624de1fda89212ee30f80d93627e208
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 15:10:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 15:10:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcce2747

app-editors/gvim: ppc64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 app-editors/gvim/gvim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.1.1486.ebuild 
b/app-editors/gvim/gvim-8.1.1486.ebuild
index d8748434b6a..966495f1f42 100644
--- a/app-editors/gvim/gvim-8.1.1486.ebuild
+++ b/app-editors/gvim/gvim-8.1.1486.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"



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

2019-06-13 Thread Agostino Sarubbo
commit: 5abd096a27630b3c94ac3aac216de942ba139cf3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 15:10:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 15:10:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abd096a

app-editors/vim: ppc64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 app-editors/vim/vim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.1.1486.ebuild 
b/app-editors/vim/vim-8.1.1486.ebuild
index 6aad716946c..3fa7823135a 100644
--- a/app-editors/vim/vim-8.1.1486.ebuild
+++ b/app-editors/vim/vim-8.1.1486.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Vim, an improved vi-style text editor"



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

2019-06-13 Thread Agostino Sarubbo
commit: 289c6534fc8022615b84eb299bccc5ac6c9f3f92
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 15:10:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 15:10:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289c6534

app-editors/vim-core: ppc64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 app-editors/vim-core/vim-core-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim-core/vim-core-8.1.1486.ebuild 
b/app-editors/vim-core/vim-core-8.1.1486.ebuild
index 5695ba03ce6..9116ea31326 100644
--- a/app-editors/vim-core/vim-core-8.1.1486.ebuild
+++ b/app-editors/vim-core/vim-core-8.1.1486.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="vim and gvim shared files"



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

2019-06-13 Thread Agostino Sarubbo
commit: e6a5c66599306220aaca568636eebf47e780e7fc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 15:07:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 15:07:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a5c665

net-dns/avahi: ia64 stable wrt bug #681608

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

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



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

2019-06-13 Thread Agostino Sarubbo
commit: 7f0871c335098c9db403791fc6248dc80a6a9a66
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:58:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:58:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0871c3

sys-apps/util-linux: ppc64 stable wrt bug #686166

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 sys-apps/util-linux/util-linux-2.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild 
b/sys-apps/util-linux/util-linux-2.33.2.ebuild
index 3d77b24a95e..b9384cba952 100644
--- a/sys-apps/util-linux/util-linux-2.33.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/polarsys-b612-fonts/

2019-06-13 Thread Agostino Sarubbo
commit: c833a6b347fbda36c5011456c1b09b7daa4bf0ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:57:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:57:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c833a6b3

media-fonts/polarsys-b612-fonts: amd64 stable wrt bug #687962

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild 
b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
index 3ba9480d388..c6edd4caac9 100644
--- a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
+++ b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.polarsys.org/c/b612/b612.git/snapshot/b612-bd14fde2544566e6
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 FONT_S="${S}/TTF"



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

2019-06-13 Thread Agostino Sarubbo
commit: ba06503de53909e1d0f081046ff18d69a027a039
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:57:53 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:57:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba06503d

media-sound/ncmpc: amd64 stable wrt bug #687942

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-sound/ncmpc/ncmpc-0.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ncmpc/ncmpc-0.34.ebuild 
b/media-sound/ncmpc/ncmpc-0.34.ebuild
index fdb5a17612d..95a1bd590f9 100644
--- a/media-sound/ncmpc/ncmpc-0.34.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.34.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen 
lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen"
 
 BDEPEND="



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

2019-06-13 Thread Agostino Sarubbo
commit: 2add5476114dcb6e18a56e0ba7d650ca7b008f3d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:57:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:57:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2add5476

media-sound/pamix: amd64 stable wrt bug #687910

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-sound/pamix/pamix-1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pamix/pamix-1.6.ebuild 
b/media-sound/pamix/pamix-1.6.ebuild
index dbeb0e57cc7..633fb3a9622 100644
--- a/media-sound/pamix/pamix-1.6.ebuild
+++ b/media-sound/pamix/pamix-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/patroclos/PAmix.git;
 else
SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/PAmix-${PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-text/poppler/

2019-06-13 Thread Agostino Sarubbo
commit: 34ecc005a647471de3c673f2cc06e09f6794a0d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:57:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:57:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ecc005

app-text/poppler: ia64 stable wrt bug #681152

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-text/poppler/poppler-0.77.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-0.77.0.ebuild 
b/app-text/poppler/poppler-0.77.0.ebuild
index 833e4af7ee6..aeb76871b13 100644
--- a/app-text/poppler/poppler-0.77.0.ebuild
+++ b/app-text/poppler/poppler-0.77.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~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 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/88"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2019-06-13 Thread Agostino Sarubbo
commit: d2dfddaeb8906c4bc96dafdacfdb057f55d9fff7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:54:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:54:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2dfddae

net-mail/cyrus-imapd: ppc64 stable wrt bug #671576

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
index c80b35c717b..50d4b5e4bfc 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD-with-attribution GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="afs backup calalarm caps clamav http kerberos ldap lmdb \
mysql nntp pam perl postgres replication +server sieve snmp \
sqlite ssl static-libs tcpd test xapian"



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

2019-06-13 Thread Agostino Sarubbo
commit: 2d59c55b2992b97d2efe79c6a79dda7f267654fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:53:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:53:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d59c55b

net-mail/cyrus-imapd: x86 stable wrt bug #671576

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
index 1108e062c1b..c80b35c717b 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD-with-attribution GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="afs backup calalarm caps clamav http kerberos ldap lmdb \
mysql nntp pam perl postgres replication +server sieve snmp \
sqlite ssl static-libs tcpd test xapian"



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

2019-06-13 Thread Agostino Sarubbo
commit: 30cf17b9dcf59a07fd50d9a0ac2a81fb8765fd2a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:52:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:52:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cf17b9

media-libs/openjpeg: ia64 stable wrt bug #646774

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 media-libs/openjpeg/openjpeg-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openjpeg/openjpeg-2.3.1.ebuild 
b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
index 0b0ceaa88fc..7983d02eda3 100644
--- a/media-libs/openjpeg/openjpeg-2.3.1.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~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 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2019-06-13 Thread Agostino Sarubbo
commit: 7e8e4872db5595f4176689e1625601680012759a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:49:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:49:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8e4872

net-libs/libmicrohttpd: amd64 stable wrt bug #687870

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
index 7b1be999f8e..afa339ec82c 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



[gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/

2019-06-13 Thread Agostino Sarubbo
commit: fc0b84347f5c9653c214481bb851cc7fbe71d899
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:49:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:49:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0b8434

sys-power/powertop: amd64 stable wrt bug #687758

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sys-power/powertop/powertop-2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/powertop/powertop-2.10.ebuild 
b/sys-power/powertop/powertop-2.10.ebuild
index 6c41a2d5380..b022bb9f0ed 100644
--- a/sys-power/powertop/powertop-2.10.ebuild
+++ b/sys-power/powertop/powertop-2.10.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
 else

SRC_URI="https://01.org/sites/default/files/downloads/${PN}-v${PV}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc sparc x86 ~amd64-linux ~x86-linux"
MY_P="${PN}-v${PV}"
S="${WORKDIR}/${MY_P}"
 fi



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

2019-06-13 Thread Agostino Sarubbo
commit: b2545fb733c22b49b3429a7eb694e69531d08346
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:49:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:49:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2545fb7

dev-python/pyilmbase: amd64 stable wrt bug #687642

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild 
b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
index f0a627779b3..2f4da89c1a0 100644
--- a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
+++ b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+numpy"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-06-13 Thread Agostino Sarubbo
commit: 3f70e8c32a9d946083f37e0f44300df0447754b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:49:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:49:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f70e8c3

media-libs/partio: amd64 stable wrt bug #687742

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-libs/partio/partio-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index d2cc1fb6dfb..84a16405729 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



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

2019-06-13 Thread Matthew Thode
commit: 48177c9d948de043743abc3bd1f8985e50efa1d4
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun 13 14:41:44 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jun 13 14:42:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48177c9d

dev-python/python-novaclient: 19.0.1 bump

Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-novaclient/Manifest  |  1 +
 .../python-novaclient-13.0.1.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/python-novaclient/Manifest 
b/dev-python/python-novaclient/Manifest
index e0ba1f9260c..c0b62c21dcd 100644
--- a/dev-python/python-novaclient/Manifest
+++ b/dev-python/python-novaclient/Manifest
@@ -1,4 +1,5 @@
 DIST python-novaclient-11.0.0.tar.gz 302163 BLAKE2B 
acc249b58e0bbdade3b7db7bdb6cd5be790a36cfb429aa72a22c44b4fae58d24411ea0d7fd2e0e7da3275e708dd34a22e9079ec9b5bbd08583ecd58f02071bd7
 SHA512 
6a7101dcb27674115817b724dbab877d875637503a69a2342c7a23f6f79f8065e9aec68806c8646feb0a83a704a11141a4af9f49a6596980b69a689b9d7fc74c
 DIST python-novaclient-13.0.0.tar.gz 312459 BLAKE2B 
c6be6e7f4f7ec554100adf7fa0ffdd07e6f2c6ecb19ecc289966dae39ec1466f972d56be6eba87270b38b382eb05f29fbd238341eeeaf3fee6d0cb8f5d1335b8
 SHA512 
91994e5f0ea5537d27cb0fbfe1c1412c9e3e423d8c0d0028a1011645722d2b1b30718fa7a502ffe154a3299e603ba9bb4aa51f1187b67c1cebce564203030981
+DIST python-novaclient-13.0.1.tar.gz 312975 BLAKE2B 
8f512a6b9e84e352d77f82b81777f1f9d9c8c6b40e86639c9400dede461c7f61d222ea304b8f407cf1775558aa3efe2519e03ee7ee83b17d80d5a7fa0e965284
 SHA512 
cca8eab5a11a784d5b701a128125e5de25c802081defa61df99449cbd711b0d6913dafeceb28e452fd9a33f901e04b5875b9cd641622af5ac6f06c00c30f7bba
 DIST python-novaclient-7.1.2.tar.gz 284152 BLAKE2B 
d632444db1393d69c9e87c2f487babe8931492c339e2838d4f024e01d78a2d1b2958feb0c9f22637311dbc5a6c51e052b241798a7507914f56ec10c3962ff27b
 SHA512 
6b7e4bc80e07b09756f61624d2cf7b81dccd1d102f22cb9609b7e1de6f091061c513691095467e293b742c40a62c8cabc2d3ff8cbc5492d07763655de4d6c516
 DIST python-novaclient-9.1.2.tar.gz 279803 BLAKE2B 
a26e80085200de4eb1da97a37feeb3da0a70fdfc4adcd837ce0e18a275ed819457e140aa94e74e7d07003d2607a245aa0a263bed954c7252f4f28092cc7b74c0
 SHA512 
d71008a32b022d452b43babef6b600f5ee2b2ad3a4e1a473731966f08132c5de813d9387982e4111c055d0266be6527cca3da5d58ec8b7bda8d628bb8189ca1b

diff --git a/dev-python/python-novaclient/python-novaclient-13.0.1.ebuild 
b/dev-python/python-novaclient/python-novaclient-13.0.1.ebuild
new file mode 100644
index 000..5c078c718de
--- /dev/null
+++ b/dev-python/python-novaclient/python-novaclient-13.0.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Nova API"
+HOMEPAGE="https://github.com/openstack/python-novaclient;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-5.5.1[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.1[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   >=dev-python/keystoneauth-3.5.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
+   =dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
+   

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

2019-06-13 Thread Sven Wegener
commit: 885081ed750d4ff95363626ad5df941b4ca21d30
Author: Sven Wegener  gentoo  org>
AuthorDate: Thu Jun 13 14:34:49 2019 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Thu Jun 13 14:35:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885081ed

net-dns/pdns-recursor: Version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns-recursor/Manifest|  1 +
 net-dns/pdns-recursor/pdns-recursor-4.1.14.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index c78c5655088..350ce2ffe50 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1,4 +1,5 @@
 DIST pdns-recursor-4.1.11.tar.bz2 1239986 BLAKE2B 
33c9b2a2f811c43b67ad2bddf5a11d5d95cc88679d46ba3513f3eeec97bf7694af493a9fea4f733f003056b5f0fc971112e9062883324102ecca28838e2f3e41
 SHA512 
6041d31f0a517786f44a7fa22c7bfa94d5d4bdc3a7f349d2b47bc66be87404fe8eaf76f45ca18ef8ab96a45c0271f46fdba93a51fbda2542a3ad96e10f51c1d1
 DIST pdns-recursor-4.1.12.tar.bz2 1245110 BLAKE2B 
187fe117ab64f234d144d7e2d91a119afe1d6b0a45079f1f9527724081c64f594c8c5d5b4dbc6e25b4beef1fcdfb3e5caed8e5a434921bf6b66e07617d0fb6f9
 SHA512 
d228976937ede7e9f6b3375e573f5b436d9df7ae246e411b13acb095a1a58f12173b663acc364ce0fbdcc61b3d5522e101472a88da8f044e44541564f9915d9e
 DIST pdns-recursor-4.1.13.tar.bz2 1246775 BLAKE2B 
ec664baa9d98dde179f15777fb83817706770a88e08dfb61bf8bc9f1fcbd1e6e6064e44bda90da2d82ef4d15e33e0656cd6624c38b3922b5c662610085319164
 SHA512 
3b64caf291b80e1b0d024d607fc7e0fe8d51450a687a1090f0d0f7aab1a42a73fb31576a0acfddcee3f9c476f8bb0ac192a937f9c3481bef8031d34866b5f430
+DIST pdns-recursor-4.1.14.tar.bz2 1249908 BLAKE2B 
8918cbfa2b8ef91b18b7ef79c94bb2ae5e73f2dd835e810aca6480b7338be19e9d151f6ace6cd42bba6c71123378b95811dfa570d31ce2aa3e141b9e49753c8e
 SHA512 
9b1842df5d32f0f7a7080bedb98d8f9e36c08cbf7427c9ba1bd07bae40ef48ad4a843d6eaff336d1fe9869c209c05f4edf1117b994b6ed5818146445b28b3011
 DIST pdns-recursor-4.2.0-rc1.tar.bz2 1312628 BLAKE2B 
9ab6462cbfad26bd5590af19ff0527d749e5e48aba21ac52603f0d481415491f584976de6c03fce1d6b6a3180226e343e0ed715678e1e0c523a9f25dc18ac47c
 SHA512 
f524001d6303bb8aa83b90646915d7b5666056a8c177391ddd2fd94b610e9cca94a7f33cc65be39d76e57a0b823c87c5a16147bc7a92438ab0b2b8dc891e401a

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.14.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.14.ebuild
new file mode 100644
index 000..8c6bb86d0ac
--- /dev/null
+++ b/net-dns/pdns-recursor/pdns-recursor-4.1.14.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic
+
+DESCRIPTION="The PowerDNS Recursor"
+HOMEPAGE="https://www.powerdns.com/;
+SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug libressl luajit protobuf snmp sodium systemd"
+
+DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
+   luajit? ( dev-lang/luajit:= )
+   protobuf? (
+   dev-libs/protobuf
+   >=dev-libs/boost-1.42:=
+   )
+   systemd? ( sys-apps/systemd:0= )
+   snmp? ( net-analyzer/net-snmp )
+   sodium? ( dev-libs/libsodium:= )
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
+   >=dev-libs/boost-1.35:="
+RDEPEND="${DEPEND}
+   !

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

2019-06-13 Thread Agostino Sarubbo
commit: 7e8582f07cf53531ee984ea54b069f5f9e85403d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:31:08 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:31:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8582f0

media-libs/openjpeg: ppc64 stable wrt bug #646774

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 media-libs/openjpeg/openjpeg-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openjpeg/openjpeg-2.3.1.ebuild 
b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
index c5628ce6d47..0b0ceaa88fc 100644
--- a/media-libs/openjpeg/openjpeg-2.3.1.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~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 ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2019-06-13 Thread Agostino Sarubbo
commit: 37bc1d78108cec3a14a72db741c03171cb86a0f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:28:37 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:28:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bc1d78

net-mail/cyrus-imapd: ppc stable wrt bug #671576

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
index 284e779921f..1108e062c1b 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD-with-attribution GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 IUSE="afs backup calalarm caps clamav http kerberos ldap lmdb \
mysql nntp pam perl postgres replication +server sieve snmp \
sqlite ssl static-libs tcpd test xapian"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/android-file-transfer-linux/

2019-06-13 Thread Lars Wendler
commit: 3fd4b3155758ae51053a6f4543870f81fc2b19b9
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jun 13 13:41:00 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jun 13 14:27:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd4b315

sys-fs/android-file-transfer-linux: Bump to version 3.9

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/android-file-transfer-linux/Manifest|  1 +
 .../android-file-transfer-linux-3.9.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/sys-fs/android-file-transfer-linux/Manifest 
b/sys-fs/android-file-transfer-linux/Manifest
index 230b5bc5317..88c3e9236ea 100644
--- a/sys-fs/android-file-transfer-linux/Manifest
+++ b/sys-fs/android-file-transfer-linux/Manifest
@@ -1,2 +1,3 @@
 DIST android-file-transfer-linux-3.6.tar.gz 779459 BLAKE2B 
f71e7f3313a60cf12179908ed539e6b728e64c0b4e3b6b39dafd9926b27b96b54d31abac9da704111b2ab42867b1c58aac51ff547553cd5ad96dd8c00a5f670a
 SHA512 
bcbc2f8bd39d093677b1c2dcb3d981293a8e79487884fcbe3450864dad9beff381fe966a2a42faf0af75a96753e4f139c95de7ed9175d7cb350055a35f7be4bc
 DIST android-file-transfer-linux-3.8.tar.gz 780911 BLAKE2B 
07b4e7670125b1ff382e7c6b1e36427fe0c1fd9665106d73144de5ca68692ae390496985fe83550ec90a64a83fa45b27e4e6d6738e4590ca8c5078a4814ac141
 SHA512 
b311b76658b57d16cd11c8f5bf03630adc6e0f1939d985a75e7effab584c93dbb82e65fb4cf84a9ef453c901c7f7d3100b96737de20577235fae6fd156a03da1
+DIST android-file-transfer-linux-3.9.tar.gz 781268 BLAKE2B 
63032a39b39cf31b8d051c0069c0357f0b6ed5bd9e592ee5ce1f5e95438ff27571ec7d58789eb865a1896097c3cebf0ec30a89526b62c93694d71ca29e95d415
 SHA512 
7468ff19d2b4ae0f768eea70ec45246da11c4e541d07a9548d057c080adbbc905f76dcdff18c4c8478cd19aee6992d02beaf8b4275d7302997652e25351ab5c8

diff --git 
a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.9.ebuild 
b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.9.ebuild
new file mode 100644
index 000..dbd8f4ce067
--- /dev/null
+++ b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.9.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg
+
+DESCRIPTION="Android File Transfer for Linux"
+HOMEPAGE="https://github.com/whoozle/android-file-transfer-linux;
+
+if [[ "${PV}" = * ]] ; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://github.com/whoozle/android-file-transfer-linux.git;
+else
+   
SRC_URI="https://github.com/whoozle/android-file-transfer-linux/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+IUSE="fuse qt5"
+
+RDEPEND="
+   sys-apps/file
+   sys-libs/readline:0=
+   fuse? ( sys-fs/fuse:0 )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+"
+
+DEPEND="${RDEPEND}"
+
+# required to override src_prepare from xdg eclass
+src_prepare() {
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FUSE="$(usex fuse)"
+   -DBUILD_QT_UI="$(usex qt5)"
+   -DBUILD_SHARED_LIB="ON"
+   # Upstream recommends to keep this off as libusb is broken
+   -DUSB_BACKEND_LIBUSB="OFF"
+   $(usex qt5 '-DDESIRED_QT_VERSION=5' '')
+   )
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/radeon-profile-daemon/, x11-apps/radeon-profile-daemon/files/

2019-06-13 Thread Lars Wendler
commit: 554169d137ed8565b7802bd3dcdf3d274f4ce4f1
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jun 13 14:06:14 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jun 13 14:27:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554169d1

x11-apps/radeon-profile-daemon: Adjusted live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 ...eon-profile-daemon-20190603-secure_socket.patch | 26 ++
 .../files/radeon-profile-daemon.initd-r1   | 19 
 .../radeon-profile-daemon-.ebuild  |  4 ++--
 3 files changed, 47 insertions(+), 2 deletions(-)

diff --git 
a/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon-20190603-secure_socket.patch
 
b/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon-20190603-secure_socket.patch
new file mode 100644
index 000..951e7d12e28
--- /dev/null
+++ 
b/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon-20190603-secure_socket.patch
@@ -0,0 +1,26 @@
+From 47ddfbb7b85c3e99eb0d132078c989c0dfa2ea9b Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Thu, 13 Jun 2019 15:58:44 +0200
+Subject: [PATCH] Don't make the socket world writable
+
+Signed-off-by: Lars Wendler 
+---
+ radeon-profile-daemon/rpdthread.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/radeon-profile-daemon/rpdthread.cpp 
b/radeon-profile-daemon/rpdthread.cpp
+index 8785efa..94a0d6f 100644
+--- a/radeon-profile-daemon/rpdthread.cpp
 b/radeon-profile-daemon/rpdthread.cpp
+@@ -47,7 +47,7 @@ void rpdThread::createServer()
+ 
+ QLocalServer::removeServer(serverSocketPath);
+ daemonServer.listen(serverSocketPath);
+-QFile::setPermissions(serverSocketPath, 
QFile(serverSocketPath).permissions() | QFile::WriteOther | QFile::ReadOther);
++QFile::setPermissions(serverSocketPath, 
QFile(serverSocketPath).permissions() | QFile::WriteGroup | QFile::ReadGroup);
+ }
+ 
+ void rpdThread::closeConnection()
+-- 
+2.22.0
+

diff --git 
a/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd-r1 
b/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd-r1
new file mode 100644
index 000..813ab9515ae
--- /dev/null
+++ b/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd-r1
@@ -0,0 +1,19 @@
+#!/sbin/openrc-run
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="Daemon for radeon-profile GUI"
+
+command="/usr/sbin/radeon-profile-daemon"
+command_background="true"
+pidfile="/run/${SVCNAME}.pid"
+
+radeon_socket="/run/radeon-profile-daemon-server"
+
+start_post() {
+   if ewaitfile 10 ${radeon_socket} ; then
+   chgrp video ${radeon_socket}
+   else
+   eerror "Failed to find socket file ${radeon_socket}"
+   fi
+}

diff --git 
a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-.ebuild 
b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-.ebuild
index 924760fc909..77f7239752b 100644
--- a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-.ebuild
+++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-.ebuild
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}"
 S="${WORKDIR}/${P}/${PN}"
 
 PATCHES=(
-   "${FILESDIR}/${P}-secure_socket.patch"
+   "${FILESDIR}/${PN}-20190603-secure_socket.patch"
 )
 
 src_prepare() {
@@ -51,7 +51,7 @@ src_configure() {
 src_install() {
emake INSTALL_ROOT="${D}" install
 
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: x11-apps/radeon-profile-daemon/

2019-06-13 Thread Lars Wendler
commit: 49de12341d21581d6e05345705ab9c46f40d28e6
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jun 13 14:07:32 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jun 13 14:27:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49de1234

x11-apps/radeon-profile-daemon: Bump to version 20190603

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 x11-apps/radeon-profile-daemon/Manifest|  1 +
 .../radeon-profile-daemon-20190603.ebuild  | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/x11-apps/radeon-profile-daemon/Manifest 
b/x11-apps/radeon-profile-daemon/Manifest
index 636a758f2f6..dae73dc833e 100644
--- a/x11-apps/radeon-profile-daemon/Manifest
+++ b/x11-apps/radeon-profile-daemon/Manifest
@@ -1 +1,2 @@
 DIST radeon-profile-daemon-20190309.tar.gz 12178 BLAKE2B 
931ce4bb123456e349a68c8fe0b18150ff988a83a5e58cf451f68025240a8b4c802e03a567ef41684e91442bf21c02cc00d31ef6c82a67ca7eb7587754c6f32e
 SHA512 
f2bb6f7dc0bf322e5c43c5ca1f99501a4fd3f4532cc9c1686b5cfbc58bdd423e81c25d3ae03fcae9dc15dc92d8ad089b2357b27b0ff399de7ac27213e00b2f37
+DIST radeon-profile-daemon-20190603.tar.gz 12232 BLAKE2B 
3ff02f76178c2a30c8f094a2589aaed7d9e2c8ecc4cd0c8d3b6be1e38dddad39bbb4996ef9b7f87ef999890fbdade6ba3c6bcc39de6ae84bf1c224152a8249f1
 SHA512 
1c58008400f5acc5bd39353c6e2c109adecc4eb2b5d7976ce240d372cc60996ee93ce50630292ce85b9a1ae92d82e6cce49fd0ccb28f574bc668d212c50a54ab

diff --git 
a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190603.ebuild 
b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190603.ebuild
new file mode 100644
index 000..77f7239752b
--- /dev/null
+++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190603.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils systemd
+
+DESCRIPTION="Daemon for radeon-profile GUI"
+HOMEPAGE="https://github.com/marazmista/radeon-profile-daemon;
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/marazmista/radeon-profile-daemon.git;
+else
+   SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-20190603-secure_socket.patch"
+)
+
+src_prepare() {
+   eapply -p2 "${PATCHES[@]}"
+   eapply_user
+
+   sed \
+   -e '/^bin\.path/s@/bin@/sbin@' \
+   -e "/^service\.path/s@=.*\$@= $(systemd_get_systemunitdir)@" \
+   -i radeon-profile-daemon.pro || die
+   sed \
+   -e '/^ExecStart/s@/bin/@/sbin/@' \
+   -i extra/${PN}.service || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+}
+
+pkg_postinst() {
+   elog "Users need to be in the \"video\" group if they want to change"
+   elog "video card settings via ${PN}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/radeon-profile/

2019-06-13 Thread Lars Wendler
commit: efe2fffe8da9751cedeaf48563fbf702cca87281
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jun 13 14:27:04 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jun 13 14:27:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe2fffe

x11-apps/radeon-profile: Bump to version 20190603

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 x11-apps/radeon-profile/Manifest   |  1 +
 .../radeon-profile/radeon-profile-20190603.ebuild  | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/x11-apps/radeon-profile/Manifest b/x11-apps/radeon-profile/Manifest
index 9306bc955e4..1f442d22f35 100644
--- a/x11-apps/radeon-profile/Manifest
+++ b/x11-apps/radeon-profile/Manifest
@@ -1 +1,2 @@
 DIST radeon-profile-20190311.tar.gz 381505 BLAKE2B 
e15fbf60f9b790ef81f6b86f74cdada20fe232d2d1965c35248c33bead5f47503780804f0710c8627e4a487e6f95f6688d0dc52b325c278700f9539773547729
 SHA512 
285ff4fd9f4376135a38009e0e531ec9d9c727840284d9cb4135e0044134a778786559b4280e329be8b78d635928feacd1c0ccc15bce15297d15e4f065460463
+DIST radeon-profile-20190603.tar.gz 382652 BLAKE2B 
60d22d59bcc0d91a70775579877300b6e2191187c295da2761b0be3bbac0d761e8a82a9bec958afabec652f6920439c48dedbeeb520849360f890e8205aa39ec
 SHA512 
5def76cd69e347d3caf0ffbd6ae41982e516e72cb869b019f31316bcfaaa4487fd6ec87c7598d56e01640874f3e1d08febdb8e62362851bd6d7c3dc2f2cfb347

diff --git a/x11-apps/radeon-profile/radeon-profile-20190603.ebuild 
b/x11-apps/radeon-profile/radeon-profile-20190603.ebuild
new file mode 100644
index 000..de8838c90ba
--- /dev/null
+++ b/x11-apps/radeon-profile/radeon-profile-20190603.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+DESCRIPTION="Read current clocks of ATi/AMD Radeon cards"
+HOMEPAGE="https://github.com/marazmista/radeon-profile;
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/marazmista/radeon-profile.git;
+else
+   SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+S="${WORKDIR}/${P}/${PN}"
+
+RDEPEND="
+   dev-qt/qtcharts:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   x11-libs/libX11
+   x11-libs/libXrandr
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-qt/qtconcurrent:5
+   media-libs/mesa
+   x11-libs/libdrm
+"
+
+src_prepare() {
+   default
+   sed 's@TrayIcon;@@' -i extra/${PN}.desktop || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+   elog "In order to run ${PN} as non-root user, the"
+   elog "  x11-apps/radeon-profile-daemon"
+   elog "package needs to be installed and the daemon must run."
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/android-file-transfer-linux/

2019-06-13 Thread Lars Wendler
commit: 0b5f1a5f4d2241e62500e9f29b99044e8106a2bc
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jun 13 13:41:40 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jun 13 14:27:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5f1a5f

sys-fs/android-file-transfer-linux: Removed old.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/android-file-transfer-linux/Manifest|  1 -
 .../android-file-transfer-linux-3.6.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/sys-fs/android-file-transfer-linux/Manifest 
b/sys-fs/android-file-transfer-linux/Manifest
index 88c3e9236ea..a8876426eaa 100644
--- a/sys-fs/android-file-transfer-linux/Manifest
+++ b/sys-fs/android-file-transfer-linux/Manifest
@@ -1,3 +1,2 @@
-DIST android-file-transfer-linux-3.6.tar.gz 779459 BLAKE2B 
f71e7f3313a60cf12179908ed539e6b728e64c0b4e3b6b39dafd9926b27b96b54d31abac9da704111b2ab42867b1c58aac51ff547553cd5ad96dd8c00a5f670a
 SHA512 
bcbc2f8bd39d093677b1c2dcb3d981293a8e79487884fcbe3450864dad9beff381fe966a2a42faf0af75a96753e4f139c95de7ed9175d7cb350055a35f7be4bc
 DIST android-file-transfer-linux-3.8.tar.gz 780911 BLAKE2B 
07b4e7670125b1ff382e7c6b1e36427fe0c1fd9665106d73144de5ca68692ae390496985fe83550ec90a64a83fa45b27e4e6d6738e4590ca8c5078a4814ac141
 SHA512 
b311b76658b57d16cd11c8f5bf03630adc6e0f1939d985a75e7effab584c93dbb82e65fb4cf84a9ef453c901c7f7d3100b96737de20577235fae6fd156a03da1
 DIST android-file-transfer-linux-3.9.tar.gz 781268 BLAKE2B 
63032a39b39cf31b8d051c0069c0357f0b6ed5bd9e592ee5ce1f5e95438ff27571ec7d58789eb865a1896097c3cebf0ec30a89526b62c93694d71ca29e95d415
 SHA512 
7468ff19d2b4ae0f768eea70ec45246da11c4e541d07a9548d057c080adbbc905f76dcdff18c4c8478cd19aee6992d02beaf8b4275d7302997652e25351ab5c8

diff --git 
a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.6.ebuild 
b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.6.ebuild
deleted file mode 100644
index de7813d3065..000
--- a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="Android File Transfer for Linux"
-HOMEPAGE="https://github.com/whoozle/android-file-transfer-linux;
-
-if [[ "${PV}" = * ]] ; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://github.com/whoozle/android-file-transfer-linux.git;
-else
-   
SRC_URI="https://github.com/whoozle/android-file-transfer-linux/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-IUSE="fuse qt5"
-
-RDEPEND="
-   sys-apps/file
-   sys-libs/readline:0=
-   fuse? ( sys-fs/fuse:0 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FUSE="$(usex fuse)"
-   -DBUILD_QT_UI="$(usex qt5)"
-   -DBUILD_SHARED_LIB="ON"
-   # Upstream recommends to keep this off as libusb is broken
-   -DUSB_BACKEND_LIBUSB="OFF"
-   $(usex qt5 '-DDESIRED_QT_VERSION=5' '')
-   )
-   cmake-utils_src_configure
-}
-
-pkg_preinst() { gnome2_icon_savelist ; }
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}



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

2019-06-13 Thread Agostino Sarubbo
commit: 2ee4c71780332fc9a091e7d25867a6c5d972685b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:18:54 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:18:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee4c717

media-libs/openjpeg: ppc stable wrt bug #646774

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 media-libs/openjpeg/openjpeg-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openjpeg/openjpeg-2.3.1.ebuild 
b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
index ae9e5b84519..c5628ce6d47 100644
--- a/media-libs/openjpeg/openjpeg-2.3.1.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~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 ~mips ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/poppler/

2019-06-13 Thread Agostino Sarubbo
commit: 5a2838598c0bf523740854d48d8acc2358051956
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:17:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:17:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a283859

app-text/poppler: s390 stable wrt bug #681152

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 app-text/poppler/poppler-0.77.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-0.77.0.ebuild 
b/app-text/poppler/poppler-0.77.0.ebuild
index 536da32181f..833e4af7ee6 100644
--- a/app-text/poppler/poppler-0.77.0.ebuild
+++ b/app-text/poppler/poppler-0.77.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~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 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/88"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2019-06-13 Thread Agostino Sarubbo
commit: 91561183a304a4bd48a3db90fd5fcb2637552a20
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:17:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91561183

media-libs/openjpeg: s390 stable wrt bug #646774

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 media-libs/openjpeg/openjpeg-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openjpeg/openjpeg-2.3.1.ebuild 
b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
index 276b5b6ba08..ae9e5b84519 100644
--- a/media-libs/openjpeg/openjpeg-2.3.1.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~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 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2019-06-13 Thread Agostino Sarubbo
commit: fc499b5ba42020c45df76b56eaa2c50387ccf724
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:17:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:17:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc499b5b

sys-apps/util-linux: s390 stable wrt bug #686166

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 sys-apps/util-linux/util-linux-2.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild 
b/sys-apps/util-linux/util-linux-2.33.2.ebuild
index 5f5dd98b30f..3d77b24a95e 100644
--- a/sys-apps/util-linux/util-linux-2.33.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/gvim/

2019-06-13 Thread Agostino Sarubbo
commit: 8334c985c0f765bb1ee1bcf0f008c5e01e754e6a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:16:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:16:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8334c985

app-editors/gvim: amd64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-editors/gvim/gvim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.1.1486.ebuild 
b/app-editors/gvim/gvim-8.1.1486.ebuild
index 2cb437092a5..d8748434b6a 100644
--- a/app-editors/gvim/gvim-8.1.1486.ebuild
+++ b/app-editors/gvim/gvim-8.1.1486.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"



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

2019-06-13 Thread Agostino Sarubbo
commit: 646d4a4a69b4985ac12de398251efb14d58a3fc0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:16:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:16:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646d4a4a

app-editors/vim-core: amd64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-editors/vim-core/vim-core-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim-core/vim-core-8.1.1486.ebuild 
b/app-editors/vim-core/vim-core-8.1.1486.ebuild
index 8ccfcc72f1d..5695ba03ce6 100644
--- a/app-editors/vim-core/vim-core-8.1.1486.ebuild
+++ b/app-editors/vim-core/vim-core-8.1.1486.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="vim and gvim shared files"



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

2019-06-13 Thread Agostino Sarubbo
commit: 5ac6939910d912255ec3080cdfa004b866bdfec6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:16:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:16:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac69399

media-sound/playerctl: amd64 stable wrt bug #687466

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-sound/playerctl/playerctl-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/playerctl/playerctl-2.0.2.ebuild 
b/media-sound/playerctl/playerctl-2.0.2.ebuild
index b7e8a304fe0..4a6d3b7aa9f 100644
--- a/media-sound/playerctl/playerctl-2.0.2.ebuild
+++ b/media-sound/playerctl/playerctl-2.0.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/acrisci/playerctl;
 SRC_URI="https://github.com/acrisci/playerctl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc introspection"
 
 RDEPEND="



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

2019-06-13 Thread Agostino Sarubbo
commit: be6a773091ded2fa128ff089c07829689ee88ec1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:16:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:16:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6a7730

app-editors/vim: amd64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-editors/vim/vim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.1.1486.ebuild 
b/app-editors/vim/vim-8.1.1486.ebuild
index 2eb4018ba18..6aad716946c 100644
--- a/app-editors/vim/vim-8.1.1486.ebuild
+++ b/app-editors/vim/vim-8.1.1486.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Vim, an improved vi-style text editor"



[gentoo-commits] repo/gentoo:master commit in: app-text/tesseract/

2019-06-13 Thread Agostino Sarubbo
commit: b721d5009031774bb896b04fbf151382986dfb13
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:12:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:12:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b721d500

app-text/tesseract: amd64 stable wrt bug #686534

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-text/tesseract/tesseract-3.05.02.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tesseract/tesseract-3.05.02.ebuild 
b/app-text/tesseract/tesseract-3.05.02.ebuild
index afa5c6330c2..321483c8307 100644
--- a/app-text/tesseract/tesseract-3.05.02.ebuild
+++ b/app-text/tesseract/tesseract-3.05.02.ebuild
@@ -60,7 +60,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~mips ppc ppc64 ~sparc x86"
 
 IUSE="doc examples jpeg math opencl osd png scrollview static-libs tiff 
training webp l10n_ar l10n_bg l10n_ca l10n_chr l10n_cs l10n_de l10n_da l10n_el 
l10n_es l10n_fi l10n_fr l10n_he l10n_hi l10n_hu l10n_id l10n_it l10n_ja l10n_ko 
l10n_lt l10n_lv l10n_nl l10n_no l10n_pl l10n_pt l10n_ro l10n_ru l10n_sk l10n_sl 
l10n_sr l10n_sv l10n_th l10n_tl l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW"
 



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

2019-06-13 Thread Agostino Sarubbo
commit: 80f82c580326234faabf20aca023a2bbfa1d4781
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:11:54 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:11:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f82c58

net-mail/cyrus-imapd: amd64 stable wrt bug #671576

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
index 2a381e5de2d..284e779921f 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.10-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD-with-attribution GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="afs backup calalarm caps clamav http kerberos ldap lmdb \
mysql nntp pam perl postgres replication +server sieve snmp \
sqlite ssl static-libs tcpd test xapian"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/nvidia-firmware/

2019-06-13 Thread Agostino Sarubbo
commit: ebb206b22b449f0fcd58116522db37a7edd21a64
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:11:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:11:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb206b2

sys-firmware/nvidia-firmware: amd64 stable wrt bug #684518

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild 
b/sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild
index ed86537f979..3ac506650c1 100644
--- a/sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild
+++ b/sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run
 
 LICENSE="MIT NVIDIA-r2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND=""



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

2019-06-13 Thread Agostino Sarubbo
commit: e1a1271f5db3ae87643fc47400de69feffaaaf2f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:11:46 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:11:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a1271f

media-libs/openjpeg: amd64 stable wrt bug #646774

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-libs/openjpeg/openjpeg-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openjpeg/openjpeg-2.3.1.ebuild 
b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
index 50a879f60f2..276b5b6ba08 100644
--- a/media-libs/openjpeg/openjpeg-2.3.1.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~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 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2019-06-13 Thread Mikle Kolyada
commit: 03cd3d24cf68c7e3db12feb28b14e420af9b8f95
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jun 13 13:44:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jun 13 13:45:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cd3d24

sys-apps/busybox: Version bump (v1.31.0)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 sys-apps/busybox/Manifest  |   1 +
 sys-apps/busybox/busybox-1.31.0.ebuild | 333 +
 2 files changed, 334 insertions(+)

diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index 902d6659a69..993f66edbde 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,3 +1,4 @@
 DIST busybox-1.29.0.tar.bz2 2303680 BLAKE2B 
2b3082952a3dc17c4a65ee6de24276d0c9dca9082bc75df23e67855d9667508ba146ff2210f6c548628341fae7bbd1ff16f4ef445b4297cd2a1a05be2b4fb591
 SHA512 
49afcb0bfcea881b37cb740cd17b144cb46596d456e72702884a835eee5e4b0b681c3a21ee7095a927a2fe4cd2bb691890aa8f3f32dbd98c4da20c2fa4e7edf9
 DIST busybox-1.29.3.tar.bz2 2305384 BLAKE2B 
dffb26be6d21faf87c7443f233468ec88430a5e4176855c8eb32303eb3e457c63bb7bfa55b59f9fd9da573dceb1cb44815149e90c6d67f2f5e3595fab9eb4ef5
 SHA512 
bf90e24b4564071e0ac2785e2ee4ec4ea0e229a1ff330bb38befe7a27c5a529e7b0657354ce731473814325a27a0c181ab922e0a0a89d5023ba08a6d80472297
 DIST busybox-1.30.1.tar.bz2 7793781 BLAKE2B 
429f6bd48cb6ede81f956d450cf05b799dce9dbd61593b6dd787f353c2de3734d576ddfec644fa5ab6c61895400c32e3cb28c939b06eaa33eef105c8f8f13d8f
 SHA512 
c18b3d06356d4708b4b0e89d23500d2fe494da9f6aac09c0c19a2e5145ba2bfe8261088eae6562c900996b50c5a9c20459f908069267898c8f86fe3b0b7bd80b
+DIST busybox-1.31.0.tar.bz2 2427873 BLAKE2B 
7fff2ac2c39232f9dbd8ea4af55539e9eb7ab2ddabf2f53534f57cabe00a6096643415275dcfa2730f970994282776f9ce661e99e681989449473182ffe820e1
 SHA512 
cd58f0b2b6e3bb1b771fcf3d15f420518fb9b10086a45cfb1d7f136ac035be89eec28f9350e42b3fc38454d8bef9190eae0376497487c73785e8fde44c793730

diff --git a/sys-apps/busybox/busybox-1.31.0.ebuild 
b/sys-apps/busybox/busybox-1.31.0.ebuild
new file mode 100644
index 000..c15fa90610c
--- /dev/null
+++ b/sys-apps/busybox/busybox-1.31.0.ebuild
@@ -0,0 +1,333 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# See `man savedconfig.eclass` for info on how to use USE=savedconfig.
+
+EAPI=6
+
+inherit flag-o-matic savedconfig toolchain-funcs
+
+DESCRIPTION="Utilities for rescue and embedded systems"
+HOMEPAGE="https://www.busybox.net/;
+if [[ ${PV} == "" ]] ; then
+   MY_P=${P}
+   EGIT_REPO_URI="https://git.busybox.net/busybox;
+   inherit git-r3
+else
+   MY_P=${PN}-${PV/_/-}
+   SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2" # GPL-2 only
+SLOT="0"
+IUSE="debug ipv6 livecd make-symlinks math mdev pam selinux sep-usr static 
syslog systemd"
+REQUIRED_USE="pam? ( !static )"
+RESTRICT="test"
+
+COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) )
+   pam? ( sys-libs/pam )"
+DEPEND="${COMMON_DEPEND}
+   static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) )
+   >=sys-kernel/linux-headers-2.6.39"
+RDEPEND="${COMMON_DEPEND}
+   mdev? ( !::g'
 \
+   Makefile.flags || die
+   #sed -i '/bbsh/s:^//::' include/applets.h
+   sed -i '/^#error Aborting compilation./d' applets/applets.c || die
+   use elibc_glibc && sed -i 's:-Wl,--gc-sections::' Makefile
+   sed -i \
+   -e "/^CROSS_COMPILE/s:=.*:= ${CHOST}-:" \
+   -e "/^AR\>/s:=.*:= $(tc-getAR):" \
+   -e "/^CC\>/s:=.*:= $(tc-getCC):" \
+   -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \
+   -e "/^PKG_CONFIG\>/s:=.*:= $(tc-getPKG_CONFIG):" \
+   Makefile || die
+   sed -i \
+   -e 's:-static-libgcc::' \
+   Makefile.flags || die
+}
+
+src_configure() {
+   # check for a busybox config before making one of our own.
+   # if one exist lets return and use it.
+
+   restore_config .config
+   if [ -f .config ]; then
+   yes "" | emake -j1 -s oldconfig >/dev/null
+   return 0
+   else
+   ewarn "Could not locate user configfile, so we will save a 
default one"
+   fi
+
+   # setup the config file
+   emake -j1 -s allyesconfig >/dev/null
+   # nommu forces a bunch of things off which we want on #387555
+   busybox_config_option n NOMMU
+   sed -i '/^#/d' .config
+   yes "" | emake -j1 -s oldconfig >/dev/null
+
+   # now turn off stuff we really don't want
+   busybox_config_option n DMALLOC
+   busybox_config_option n FEATURE_2_4_MODULES #607548
+   busybox_config_option n FEATURE_SUID_CONFIG
+   busybox_config_option 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/

2019-06-13 Thread Keri Harris
commit: 41f3555eee8485a73e8bfbdbc15a4c7d7a5b37d6
Author: Keri Harris  gentoo  org>
AuthorDate: Thu Jun 13 13:21:10 2019 +
Commit: Keri Harris  gentoo  org>
CommitDate: Thu Jun 13 13:21:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f3555e

dev-lang/swi-prolog: version bump

Signed-off-by: Keri Harris  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-lang/swi-prolog/Manifest|   2 +
 dev-lang/swi-prolog/swi-prolog-8.0.2.ebuild | 100 
 2 files changed, 102 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 3c838ef606b..d91e5e52b09 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -1,11 +1,13 @@
 DIST swi-prolog-7.4.2-gentoo-patchset-3.tar.gz 3256 BLAKE2B 
d7997d7307db738f0948a89f5e1cee195be4424737e50df915a293c7cb1b3bc1ce09ebd372e8c5f24c95df7335676f12cdc04749de25396eac71471704cfc579
 SHA512 
bc1b408e311d10ab59fa221bf5ef3d3cb1003a3edcdd13fd000cbc647117458e1f130e960cc37968481ccc2047529ca128159fac8e0ee75114022ed439905cce
 DIST swi-prolog-7.6.4-gentoo-patchset-1.tar.gz 572 BLAKE2B 
11ea1f22a997ea495a388627396ac571230de65b0ed2718c1127de04f563660fab0e6f8fd14b537de11a20c9651897f0b4f9d5a0d848c9d5f1f62e0c6e2b6705
 SHA512 
ce9f66af8764a89af42366d3e5c9d52d597f715022894cd4a2f283bb50be4070b3dbe3258ecf4bcf8808a6230ee023fce1edd9a8ad4342ceeb35d1b17770e4a2
 DIST swi-prolog-8.0.1-gentoo-patchset-0.tar.gz 1216 BLAKE2B 
79017ab32c1dec8834eb30ecf7d7540d40b6a70f2f8fd5ddaec49d669651fc365b6fb8cf4ae5bb91d18df9d9296562ba2b6bf7e2449b78d46e29c0cd5846630d
 SHA512 
a0599f41611f805b056e8a74e5565cb2efb18018f8efbbed3f0b619157fcbc2c33ec4b109dcd0e9ce84eec1daf7c53c609b007e9081a14c597c2c0e36845986b
+DIST swi-prolog-8.0.2-gentoo-patchset-0.tar.gz 775 BLAKE2B 
db9cf9247ed1b92a3e810442dac415d017822d7b78a96671b719bbfbfb0208f8c62b93d8d0da864701207a5a2bbd6f0e77b926672897b3b124d55e95191cbc9b
 SHA512 
b64461f63206d892bade49f28d6df1d8c8fb0e684d0d945f89f944af4589bc9bd703a91fa5bc82112ffe5d4f13c0646a5830c643978ed7fe4b700412bfc62daf
 DIST swipl-7.4.2.tar.gz 16496738 BLAKE2B 
a8f45c4277e48c0aa38f8b278b466dcb9e0a776325a9ed9e08c252660671d3ee0ee441978394682276b3fb9b0eca73ad10e02aba4671630bef0a1e8f813dd3c5
 SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 DIST swipl-7.6.3.tar.gz 16772590 BLAKE2B 
644be801e290ec9d949a9b7462256a35e11cf9afd62d0b62c315e3620a3943809f58698a23f279454e00299f7b7f7b91e8d9694a139e8c424cb2f83a4efc7a52
 SHA512 
d84af1a565935af9934c6b75192bb2dd87388ee8fe793ade35d5549a95ec5eb83da6b10508766e795f88393fededea4ec7a3a0c2f0f685d96ab615e171d7d1f4
 DIST swipl-7.6.4.tar.gz 16777875 BLAKE2B 
94409966362e649f4748b94b4ec25415bb827c7742aa39453d8e37db4ce992a65ad2d054ded4e651f2a9abe3a9438285bc9c9c895437c087ae6cf88f4afae9ca
 SHA512 
f0ed16e4f1436115651c38a0bb37008d0dadad5a19b0f09894fcfc51dd3d429f86488e89cce00788c3c36cc2f0cd2957f92df47d5441133a6f8ea9d91ca5470f
 DIST swipl-8.0.0.tar.gz 10352830 BLAKE2B 
f5ce1c5d0d48b4904a09b16c0b84b3a0c7385d087aeaa5fb1d673014e10a82e89d477ffb193a37f5b1a8db70cc46b8531cb2358ee8927f8f46b7321edc9c6754
 SHA512 
1a569793c5cbc7c02a81f94ad73f29459bf085d01162b74b1b72c2a52090d882ae0aee0de6363d143c3fac20f2bbb0e74c2f035d3f3114395048fb4a8073ed5a
 DIST swipl-8.0.1.tar.gz 10364104 BLAKE2B 
638ce216c361fe0a85d691989894c113714511628cb305ac990a60cc376a3c5d4f373461e0f2ee66df9954913c6fe7c45d4ef2660dd6fed5bca9339c692a9882
 SHA512 
40ffb9ecf213ae49b397e5a37d6fb90b83fc353a8408662e193e289c87de9e851427f6523061f067050b258ddad1ded157caf8124149c0335203b9bf08e7baf6
+DIST swipl-8.0.2.tar.gz 10413446 BLAKE2B 
72214b86cb7276ce528b2791ed08273d568952d5a7109882a1a485c183252f5e9eb90ae18e3712e2adf9f0521c447b06daa455ee637298a64e476e675211c0bc
 SHA512 
88b42846edefa45d67cf016f2d8bca5dfbf153667dcec36785dc441208e09c1e45cf979a7b6862de2bdf3dce4947f2d8c2e445714798de84f5e1841df57dbe96
 DIST swipl-8.1.5.tar.gz 10547299 BLAKE2B 
2fd158ed21da8ca20cbd6a593f384e4ba362b493e338012c6e6c410dfdc64861fa8613fba33e6553cc26ef360d910ce708c45df6c020bebca756b3df5a0a777e
 SHA512 
992f3d8deacce5bf9b5277ec30f79bff0c8d765ff891b126d9f30a7c2c0a3dca7448c58083007a677f162d371143a6936e08e8395b72f6ddc2efecd16b56fcef
 DIST swipl-8.1.6.tar.gz 10638490 BLAKE2B 
bf64c8968971720ebba0eacf73a14b1f4ae3c84550ac2ef001f609e4a0793e1fb1bb9fbe2b5f9c6d7e54bf8f815eb81508fd42e6745a04c736d76ba03d6c6fac
 SHA512 
809526860aa7d93403637856b8705806a0604e3feb96774c712549ad3b385e708c87de6e11fce1456fb278fe5815fbbca12247fe8725ba167c9151e236ec3485
 DIST swipl-8.1.7.tar.gz 10650684 BLAKE2B 
2a8c008997801bb9a7b074975c8d12ad86c3061373acf2c586db9b32a3feb3add945981ac24612e5076adc1e1f29eb3a1b1dca2299ac326552c61de364847520
 SHA512 
670d38b88ca8366186cc7be64170b6da6ed64ef41e7865bb1a4acc631fb8676f3a15dc04da2ca9521b4742d6693fa450539e0576c5db5f76a03a1bdd4eec45a6

diff --git a/dev-lang/swi-prolog/swi-prolog-8.0.2.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.0.2.ebuild
new 

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

2019-06-13 Thread Michael Haubenwallner
commit: 08b98eae25ed4dc6d2c1af6749b172231cd3f5fd
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Jun 12 07:15:38 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Thu Jun 13 13:07:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b98eae

app-crypt/rhash: fix configure for Cygwin

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 app-crypt/rhash/rhash-1.3.8.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-crypt/rhash/rhash-1.3.8.ebuild 
b/app-crypt/rhash/rhash-1.3.8.ebuild
index e179038547c..4f5348c2244 100644
--- a/app-crypt/rhash/rhash-1.3.8.ebuild
+++ b/app-crypt/rhash/rhash-1.3.8.ebuild
@@ -35,6 +35,9 @@ src_prepare() {
# fix Solaris detection, upstream:
# https://github.com/rhash/RHash/pull/81
sed -i -e 's/sunos)/solaris2.*)/' configure || die
+   # fix Cygwin detection, upstream:
+   # https://github.com/rhash/RHash/pull/89
+   sed -i -e '/TARGET_OS=Darwin/acygwin*) TARGET_OS=CYGWIN ;;' configure 
|| die
multilib_copy_sources
 }
 



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/winnt/x86/

2019-06-13 Thread Michael Haubenwallner
commit: 231634e8d58378461090bdba125bdbd0852510b8
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Thu Jun 13 12:49:58 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Thu Jun 13 13:07:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231634e8

profiles/prefix/winnt/x86: define multilib defaults

Signed-off-by: Michael Haubenwallner  gentoo.org>

 profiles/prefix/windows/winnt/x86/make.defaults | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/prefix/windows/winnt/x86/make.defaults 
b/profiles/prefix/windows/winnt/x86/make.defaults
index e440495bc30..3c45b788d16 100644
--- a/profiles/prefix/windows/winnt/x86/make.defaults
+++ b/profiles/prefix/windows/winnt/x86/make.defaults
@@ -3,3 +3,10 @@
 
 ARCH="x86-winnt"
 ACCEPT_KEYWORDS="~x86-winnt"
+
+# multilib build stuff, single ABI (no multilib)
+MULTILIB_ABIS="x86"
+DEFAULT_ABI="x86"
+ABI="x86"
+IUSE_IMPLICIT="abi_x86_32"
+LIBDIR_x86="lib"



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

2019-06-13 Thread Michael Haubenwallner
commit: 6834bcd3ed9ebec88e3bc658112f56436340a320
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Jun 12 17:05:45 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Thu Jun 13 13:07:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6834bcd3

app-crypt/rhash: add ~x64-cygwin keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

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

diff --git a/app-crypt/rhash/rhash-1.3.8.ebuild 
b/app-crypt/rhash/rhash-1.3.8.ebuild
index 4f5348c2244..39687089db1 100644
--- a/app-crypt/rhash/rhash-1.3.8.ebuild
+++ b/app-crypt/rhash/rhash-1.3.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="debug nls libressl ssl static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/

2019-06-13 Thread Keri Harris
commit: 0f889e71577ef310bfb5b2e9b9c5af212a42851b
Author: Keri Harris  gentoo  org>
AuthorDate: Thu Jun 13 13:05:19 2019 +
Commit: Keri Harris  gentoo  org>
CommitDate: Thu Jun 13 13:05:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f889e71

dev-lang/swi-prolog: fix active-gen during clause GC

Signed-off-by: Keri Harris  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-lang/swi-prolog/Manifest| 1 +
 dev-lang/swi-prolog/swi-prolog-8.0.1.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 6af8e78f389..3c838ef606b 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -1,5 +1,6 @@
 DIST swi-prolog-7.4.2-gentoo-patchset-3.tar.gz 3256 BLAKE2B 
d7997d7307db738f0948a89f5e1cee195be4424737e50df915a293c7cb1b3bc1ce09ebd372e8c5f24c95df7335676f12cdc04749de25396eac71471704cfc579
 SHA512 
bc1b408e311d10ab59fa221bf5ef3d3cb1003a3edcdd13fd000cbc647117458e1f130e960cc37968481ccc2047529ca128159fac8e0ee75114022ed439905cce
 DIST swi-prolog-7.6.4-gentoo-patchset-1.tar.gz 572 BLAKE2B 
11ea1f22a997ea495a388627396ac571230de65b0ed2718c1127de04f563660fab0e6f8fd14b537de11a20c9651897f0b4f9d5a0d848c9d5f1f62e0c6e2b6705
 SHA512 
ce9f66af8764a89af42366d3e5c9d52d597f715022894cd4a2f283bb50be4070b3dbe3258ecf4bcf8808a6230ee023fce1edd9a8ad4342ceeb35d1b17770e4a2
+DIST swi-prolog-8.0.1-gentoo-patchset-0.tar.gz 1216 BLAKE2B 
79017ab32c1dec8834eb30ecf7d7540d40b6a70f2f8fd5ddaec49d669651fc365b6fb8cf4ae5bb91d18df9d9296562ba2b6bf7e2449b78d46e29c0cd5846630d
 SHA512 
a0599f41611f805b056e8a74e5565cb2efb18018f8efbbed3f0b619157fcbc2c33ec4b109dcd0e9ce84eec1daf7c53c609b007e9081a14c597c2c0e36845986b
 DIST swipl-7.4.2.tar.gz 16496738 BLAKE2B 
a8f45c4277e48c0aa38f8b278b466dcb9e0a776325a9ed9e08c252660671d3ee0ee441978394682276b3fb9b0eca73ad10e02aba4671630bef0a1e8f813dd3c5
 SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 DIST swipl-7.6.3.tar.gz 16772590 BLAKE2B 
644be801e290ec9d949a9b7462256a35e11cf9afd62d0b62c315e3620a3943809f58698a23f279454e00299f7b7f7b91e8d9694a139e8c424cb2f83a4efc7a52
 SHA512 
d84af1a565935af9934c6b75192bb2dd87388ee8fe793ade35d5549a95ec5eb83da6b10508766e795f88393fededea4ec7a3a0c2f0f685d96ab615e171d7d1f4
 DIST swipl-7.6.4.tar.gz 16777875 BLAKE2B 
94409966362e649f4748b94b4ec25415bb827c7742aa39453d8e37db4ce992a65ad2d054ded4e651f2a9abe3a9438285bc9c9c895437c087ae6cf88f4afae9ca
 SHA512 
f0ed16e4f1436115651c38a0bb37008d0dadad5a19b0f09894fcfc51dd3d429f86488e89cce00788c3c36cc2f0cd2957f92df47d5441133a6f8ea9d91ca5470f

diff --git a/dev-lang/swi-prolog/swi-prolog-8.0.1.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.0.1.ebuild
index e290240e32c..b951ac3e22e 100644
--- a/dev-lang/swi-prolog/swi-prolog-8.0.1.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-8.0.1.ebuild
@@ -9,7 +9,8 @@ PATCHSET_VER="0"
 
 DESCRIPTION="versatile implementation of the Prolog programming language"
 HOMEPAGE="http://www.swi-prolog.org/;
-SRC_URI="http://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz;
+SRC_URI="http://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz
+mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"



  1   2   >