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

2019-04-28 Thread Hans de Graaff
commit: 8d606c19f2548a84d750d95aac92412b87975d22
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:32:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d606c19

dev-ruby/tzinfo: amd64 stable, bug 684548

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

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

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index 54fa5d8deb3..125f73479f6 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



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

2019-04-28 Thread Hans de Graaff
commit: e63aee67beb6964dad11a6a9aecdfbfe6a46ce42
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:26:56 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63aee67

dev-ruby/flexmock: cleanup

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

 dev-ruby/flexmock/Manifest  |  1 -
 dev-ruby/flexmock/flexmock-2.3.5.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-ruby/flexmock/Manifest b/dev-ruby/flexmock/Manifest
index 17f862755c1..4baca5b9ad9 100644
--- a/dev-ruby/flexmock/Manifest
+++ b/dev-ruby/flexmock/Manifest
@@ -1,2 +1 @@
-DIST flexmock-2.3.5.tar.gz 91482 BLAKE2B 
4a6556caafc4838945f5cfe4c7a442c6b69c8d487e66afc3286521797c0c3ae463b01f7828594df74bf2f354daaa656a4a2bb4e4f4c5e4ff28ee86d55d08f6d6
 SHA512 
5012228b5fdf5f7501655a6d0d6073b2a2ff6e5b975fd71dd59db16ff9996e0742e0f8ed9ca9a20d4c4da773835b40453de26ff6e43b93f96b5ba6760f01a130
 DIST flexmock-2.3.6.tar.gz 91601 BLAKE2B 
f291820f13f4a9812ffdfe042ccd266b0b5166fa538aba96e2c865ba55d3689d077e73fb9aa238455e90b8ea97aa60f8649c08823a753b6af8c0f550cbed
 SHA512 
0fcc25c1a83ba1e2aed91eed98242592dfc1a69d57c033fbd363383962b16d6e72011d62a906ae8bf076801a3d5e8e8501bdb9f6ca3750c9615dfe8b9b0bdbbc

diff --git a/dev-ruby/flexmock/flexmock-2.3.5.ebuild 
b/dev-ruby/flexmock/flexmock-2.3.5.ebuild
deleted file mode 100644
index d55a766106d..000
--- a/dev-ruby/flexmock/flexmock-2.3.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple mock object library for Ruby unit testing"
-HOMEPAGE="https://github.com/doudou/flexmock;
-SRC_URI="https://github.com/doudou/flexmock/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="flexmock"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/minitest:5
-   dev-ruby/rspec:3
-   )"
-
-each_ruby_test() {
-   RSPEC_VERSION=3 ruby-ng_rspec test/rspec_integration
-   ${RUBY} -Ilib:.:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
-}
-
-all_ruby_prepare() {
-   sed -i -e '1igem "minitest", "~>5.0"' test/test_helper.rb || die
-}



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

2019-04-28 Thread Hans de Graaff
commit: 44b351dd5dbdb4ef35b7b30ef030dcf1ec79f9bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:25:49 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b351dd

dev-ruby/safe_yaml: cleanup

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

 dev-ruby/safe_yaml/Manifest  |  1 -
 dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/safe_yaml/Manifest b/dev-ruby/safe_yaml/Manifest
index 4083a604719..ca8a9f884fb 100644
--- a/dev-ruby/safe_yaml/Manifest
+++ b/dev-ruby/safe_yaml/Manifest
@@ -1,2 +1 @@
-DIST safe_yaml-1.0.4.gem 30208 BLAKE2B 
f77318c098dc6f6202c3818c2095e6e412c988d227be3a962210947bc4ac29c733b4433c7ba050f26dbb115675bbd9564e020be915aed0c5749b5c09cafd4d09
 SHA512 
ecc944a6e5f0862acf1413d7ab38bd35b56405893bb8064be2b8a056f0164d3710afaa2f6ef65868770e855ecf54a87bf9ddae2241c3c2957ca001ca04b04c5a
 DIST safe_yaml-1.0.5.gem 30720 BLAKE2B 
affbf5331cf290c3e7932f53da9b0f488730ae9138f0b28eb1e8e0323c7056635ed73bcadebd52f725895030a153dab13e243d997e84004f5bfac82e82dcebe2
 SHA512 
d9c8d9c28c3c8708f97cb0545f58152af81056f5e79147424dd7bf625f8e533440d1ed41d6abe2faf84578754823a1215ba28772c2e8593bfcfc397d647187b9

diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild 
b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
deleted file mode 100644
index 7885db44db5..000
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://dtao.github.com/safe_yaml;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/hashie
-   dev-ruby/heredoc_unindent
-   dev-ruby/rspec:3 )"
-
-each_ruby_test() {
-   # Run specs with monkeypatch
-   ${RUBY} -S rspec-3 --tag ~libraries || die
-
-   # Running specs without monkeypatch
-   ${RUBY} -S rspec-3 --tag libraries || die
-}



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

2019-04-28 Thread Hans de Graaff
commit: d92675669d2043db3e99d72980b87ee6b115e5ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:28:48 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9267566

dev-ruby/patron: cleanup

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

 dev-ruby/patron/Manifest |  1 -
 dev-ruby/patron/patron-0.10.0.ebuild | 44 
 dev-ruby/patron/patron-0.13.1.ebuild | 44 
 3 files changed, 89 deletions(-)

diff --git a/dev-ruby/patron/Manifest b/dev-ruby/patron/Manifest
index 3004437d36b..5c5faffddb2 100644
--- a/dev-ruby/patron/Manifest
+++ b/dev-ruby/patron/Manifest
@@ -1,2 +1 @@
-DIST patron-0.10.0.gem 59904 BLAKE2B 
f4ec8c81e4c0c13f3d3b5e0696955c01c8ff962980a8ed83ca7aaca722c422b0466a806af9b2c36f0183c16767f5b3f37dae4ae4a8801866592c8f861ba9778d
 SHA512 
bfe5fabbcbfa3d1c73ef6f79d100547de7e4121bcbd1f427423a127f0bc698bb8b6ade06c0e2eb1f529d1524e95fc36245b8be9d6e2c12b7e8d18b5f03ae6606
 DIST patron-0.13.1.gem 64512 BLAKE2B 
14f691cb0fd1c863a1ef634ba8aee94751095138e940f13bf09860e9e0061872fe14fa33416f59f82d4adc53963721d653936a3f058b27654ea7593d6068d0b7
 SHA512 
7b082ff7442c2635c38b37132cd61f6cd18d4792d41cbf3bed1201fb7371b75bb628a295f4e3dd173c23e086d3c1f54f0217df3f7d1a30c1031fcca86269e1e7

diff --git a/dev-ruby/patron/patron-0.10.0.ebuild 
b/dev-ruby/patron/patron-0.10.0.ebuild
deleted file mode 100644
index ff20b0eeb69..000
--- a/dev-ruby/patron/patron-0.10.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
-HOMEPAGE="https://toland.github.com/patron/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND+=" net-misc/curl"
-RDEPEND+=" net-misc/curl"
-
-all_ruby_prepare() {
-   # Fix Rakefile
-   sed -i -e 's:rake/rdoctask:rdoc/task:' \
-   -e 's/README.txt/README.md/' \
-   -e '/bundler/I s:^:#:' \
-   -e '/extensiontask/ s:^:#:' \
-   -e '/ExtensionTask/,/^end/ s:^:#:' \
-   Rakefile || die
-
-   # Avoid specs with failures. We were not running any specs before.
-   rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb 
|| die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/patron extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/patron V=1
-   cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to 
cp shared object file"
-}

diff --git a/dev-ruby/patron/patron-0.13.1.ebuild 
b/dev-ruby/patron/patron-0.13.1.ebuild
deleted file mode 100644
index 07e50489407..000
--- a/dev-ruby/patron/patron-0.13.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
-HOMEPAGE="https://toland.github.com/patron/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND+=" net-misc/curl"
-RDEPEND+=" net-misc/curl"
-
-all_ruby_prepare() {
-   # Fix Rakefile
-   sed -i -e 's:rake/rdoctask:rdoc/task:' \
-   -e 's/README.txt/README.md/' \
-   -e '/bundler/I s:^:#:' \
-   -e '/extensiontask/ s:^:#:' \
-   -e '/ExtensionTask/,/^end/ s:^:#:' \
-   Rakefile || die
-
-   # Avoid specs with failures. We were not running any specs before.
-   rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb 
|| die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/patron extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/patron V=1
-   cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to 
cp shared object file"
-}



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

2019-04-28 Thread Hans de Graaff
commit: e114701311be54059e351d3f6070a2c131ea2666
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:27:36 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1147013

dev-ruby/connection_pool: cleanup

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

 dev-ruby/connection_pool/Manifest  |  1 -
 .../connection_pool/connection_pool-2.2.1.ebuild   | 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/connection_pool/Manifest 
b/dev-ruby/connection_pool/Manifest
index 35483dfbcd7..afbda033046 100644
--- a/dev-ruby/connection_pool/Manifest
+++ b/dev-ruby/connection_pool/Manifest
@@ -1,2 +1 @@
-DIST connection_pool-2.2.1.gem 13824 BLAKE2B 
2328a86f9d625d245f3e74d41fd615d95ea68a6fb8b1d17a9a0f9dc4ff8b772eb2942fd9103b12875a4ea2f3b6d97a4da79fc61bd348d4bae5aa50b442a2
 SHA512 
74167b200fcc02d3a60fdc0e71b44c80f1c72db75b5f604a442bd5fb55138fe1750a2db095e0283104fda35fd9024cb71c7ddb614c3d472f814d686b686b6ef0
 DIST connection_pool-2.2.2.gem 13824 BLAKE2B 
2f52bb3451dec5916d5797596f7bc3dbf39845321ee83736d679c433e96f154db852469b1f6d0d3b7c7f48262f7840087d89cdd40ece22b67a29c20ff77274dd
 SHA512 
74cb64aa3f183ee4e41f438133f60581e9f99a1d5b5daf61607cff2329bfb1fbd8810d87c35d709418a22ad925049e3e9403a602107452414a67aee1c6eecfe9

diff --git a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild 
b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild
deleted file mode 100644
index 030165fd8fa..000
--- a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rake"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Generic connection pooling for Ruby"
-HOMEPAGE="https://github.com/mperham/connection_pool;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/git ls-files/d' connection_pool.gemspec || die
-   sed -i -e '/bundler/d' Rakefile || die
-   sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb 
|| die
-}



[gentoo-commits] repo/gentoo:master commit in: www-servers/puma/

2019-04-28 Thread Hans de Graaff
commit: 35a4a9fd8665c58917b66152f4a0f13130cead13
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:29:33 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a4a9fd

www-servers/puma: cleanup

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

 www-servers/puma/Manifest   |  2 --
 www-servers/puma/puma-3.11.4.ebuild | 64 -
 www-servers/puma/puma-3.12.0.ebuild | 64 -
 3 files changed, 130 deletions(-)

diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest
index 599ed34f5d9..e3204142cb6 100644
--- a/www-servers/puma/Manifest
+++ b/www-servers/puma/Manifest
@@ -1,3 +1 @@
-DIST puma-3.11.4.tar.gz 210324 BLAKE2B 
16c01182f4a3adad026ab4f214945b1c5e002d2d99ef965947d982b488c3d080f50d41b175cc69181b2c953d32df6dfb63253dbd0312d594a2472f69f01aa30f
 SHA512 
4c32c7587cab7ae0afd1e90d3de00db67fe314a700240d295303549905e3c556cba06ea41fbe6230f50328769d47272c52f9eb6460b0653fa14e336bacd120ea
-DIST puma-3.12.0.tar.gz 215213 BLAKE2B 
1b142e6cc135021eccb01b2e8643d8d22f1c535723a943ae996c6607c7e771d8990ae2132fa2aad8ea44eceaf8c8f586fbb3d61a9aa2963a02d9f54c76773f5e
 SHA512 
e8f0383de24e452735dddaf80e997cc428af2de767be31db6b47fdd5d09268fcb7ca139233311dda83c7a70db6646109e04308c076ac2bf2510766791171ddc5
 DIST puma-3.12.1.tar.gz 217543 BLAKE2B 
6427c48d17ead515a17fd53ba05baba0ca27b9a3c6b26257e83b21ce099d7ff3dfe1f1a964d23addd666c5aa83c46e6795ad2e22236de7136e25be689ff5
 SHA512 
70784ed89403e96d1bdb68f3ee0a5446d98a6f8a1af5ddf369d837e2ae3320118c29c9c33e7a9db7a76b1a80aef66a9b6426140c492721984de50e7cc5fc8300

diff --git a/www-servers/puma/puma-3.11.4.ebuild 
b/www-servers/puma/puma-3.11.4.ebuild
deleted file mode 100644
index 6d2b52c564b..000
--- a/www-servers/puma/puma-3.11.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
-HOMEPAGE="https://puma.io/;
-SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0"
-
-ruby_add_bdepend "virtual/ruby-ssl
-   test? ( dev-ruby/rack >=dev-ruby/minitest-5.9:5 
>=dev-ruby/test-unit-3.0:2 )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Avoid test failing inconsistently
-   sed -i -e '/phased_restart_via_pumactl/,/^  end/ s:^:#:' 
test/test_integration.rb || die
-
-   # Avoid test that trigger a bug in ruby very easily and lead to
-   # failure. This affects all current puma versions in combination
-   # with the latest ruby versions, so we add this new version anyway
-   # while allowing these tests to fail.
-   # https://github.com/puma/puma/pull/1345
-   rm -f test/test_{persistent,puma_server,puma_server_ssl}.rb || die
-}
-
-each_ruby_prepare() {
-   sed -i -e 's:ruby -rubygems:'${RUBY}' -rubygems:' \
-   -e 's/localhost/127.0.0.1/' test/shell/* || die
-   sed -i -e '1ilog_requests' test/shell/t{1,2}_conf.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/puma_http11 extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/puma_http11
-   cp ext/puma_http11/puma_http11$(get_modname) lib/puma/ || die
-}
-
-each_ruby_test() {
-   einfo "Running test suite"
-   ${RUBY} -Ilib:.:test -e "gem 'minitest', '~>5.9'; gem 'test-unit', 
'~>3.0'; require 'minitest/autorun'; Dir['test/**/*test_*.rb'].each{|f| require 
f}" || die
-
-   einfo "Running integration tests"
-   pushd test/shell
-   #sh run.sh || die
-   popd
-}

diff --git a/www-servers/puma/puma-3.12.0.ebuild 
b/www-servers/puma/puma-3.12.0.ebuild
deleted file mode 100644
index 1c30abe77f9..000
--- a/www-servers/puma/puma-3.12.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
-HOMEPAGE="https://puma.io/;
-SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0"
-
-ruby_add_bdepend "virtual/ruby-ssl
-   test? ( dev-ruby/rack 

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

2019-04-28 Thread Hans de Graaff
commit: 63bc78d3def88836071956dc18d40e2eff0a2158
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:28:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bc78d3

dev-ruby/simple-rss: cleanup

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

 dev-ruby/simple-rss/Manifest   |  1 -
 dev-ruby/simple-rss/simple-rss-1.3.1-r1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/simple-rss/Manifest b/dev-ruby/simple-rss/Manifest
index 61f21253a40..57a2d58a4a0 100644
--- a/dev-ruby/simple-rss/Manifest
+++ b/dev-ruby/simple-rss/Manifest
@@ -1,2 +1 @@
-DIST simple-rss-1.3.1.gem 35840 BLAKE2B 
0eeae28a610ccfc82ffe2cb7dc6e00a419fcb6db658e1d5a0d1e8769b04002c084f4606991d5d61eab314a198c98eca2354d2d89624f22695a51423db15c3210
 SHA512 
a24eca178f0777ba1747e420a883fae7650767cb212fd3dbb89ea35d81d1d0766ab6ac891d19abcc88ed7a2209890a4fbf3827eab6ffb0c11ffe69e4abaa6f4a
 DIST simple-rss-1.3.3.gem 33280 BLAKE2B 
7de333c13cb928627ed9962ceb55cb23415218d3214591a3ac2dd29e3782cfcb07bb7e99efec067ed3042eed317f38f815dc43bb11ad5246cc9212e8b03f3664
 SHA512 
7ce7c121889ede58344cf686ac17ab97d75eea6ba5346aedf06294e969f23a4e19ae416db93f3933f6dae24d7dce22c408d71efb3bbea91cc8091bf43920

diff --git a/dev-ruby/simple-rss/simple-rss-1.3.1-r1.ebuild 
b/dev-ruby/simple-rss/simple-rss-1.3.1-r1.ebuild
deleted file mode 100644
index 5457a3d692b..000
--- a/dev-ruby/simple-rss/simple-rss-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple, flexible, extensible, and liberal RSS and Atom reader 
for Ruby"
-HOMEPAGE="http://simple-rss.rubyforge.org/;
-LICENSE="LGPL-2"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec )"
-
-all_ruby_prepare() {
-   # Avoid dependency on bundler
-   sed -i -e '/bundler/d' \
-   -e '/rubyforgepublisher/I s:^:#:' \
-   Rakefile || die
-
-   # https://github.com/cardmagic/simple-rss/pull/14
-   sed -i -e 's/README/README.markdown/' Rakefile || die
-}



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

2019-04-28 Thread Alon Bar-Lev
commit: 12fac16bc45423897d77edd27739f02c35664f89
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Apr 28 18:19:50 2019 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Apr 29 05:29:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fac16b

dev-libs/nettle: cleanup old

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-libs/nettle/Manifest  |  1 -
 dev-libs/nettle/nettle-3.4.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-libs/nettle/Manifest b/dev-libs/nettle/Manifest
index 24e18b9a432..725cd7de0f0 100644
--- a/dev-libs/nettle/Manifest
+++ b/dev-libs/nettle/Manifest
@@ -1,2 +1 @@
 DIST nettle-3.4.1.tar.gz 1947053 BLAKE2B 
354318c46c28aeaaca611abe70298024ec12ff70aed53c741e43c1b5373361e5cffb03df7b8e86ef103a3b7770b2b4fe39fbca00b128f2b7ec810b3a4d9fd0fd
 SHA512 
26aefbbe9927e90e28f271e56d2ba876611831222d0e1e1a58bdb75bbd50934fcd84418a4fe47b845f557e60a9786a72a4de2676c930447b104f2256aca7a54f
-DIST nettle-3.4.tar.gz 1935069 BLAKE2B 
b73c88236c8233360607a6ed65cd4f6d19bfbbf683b46149326ce3440bf0a42b8add69de5c64145720163b1095fdab3cb8bf410c2ef727d0ea4fb58391ff0f14
 SHA512 
3bea3aabd2c99cc42d084a94fd6b0b5dbdb24cd6c7020271a6ee87a81a904b21b21756f590cb1afdf2e85fd1cb59e5c3651c5c4032e30204e7ea6f8801d1ea3b

diff --git a/dev-libs/nettle/nettle-3.4.ebuild 
b/dev-libs/nettle/nettle-3.4.ebuild
deleted file mode 100644
index 40a536e8736..000
--- a/dev-libs/nettle/nettle-3.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools multilib-build multilib-minimal multilib toolchain-funcs
-
-DESCRIPTION="Low-level cryptographic library"
-HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 LGPL-2.1 )"
-SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 
then fixed
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~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"
-IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
-
-DEPEND="gmp? ( >=dev-libs/gmp-5.0:0=[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/nettle/nettle-stdint.h
-   /usr/include/nettle/version.h
-)
-
-DOCS=()
-HTML_DOCS=()
-
-pkg_setup() {
-   use doc && DOCS+=(
-   nettle.pdf
-   )
-   use doc && HTML_DOCS+=(
-   nettle.html
-   )
-}
-
-src_prepare() {
-   default
-
-   sed -e '/CFLAGS=/s: -ggdb3::' \
-   -e 's/solaris\*)/sunldsolaris*)/' \
-   -i configure.ac || die
-
-   # conditionally build tests and examples required by tests
-   use test || sed -i '/SUBDIRS/s/testsuite examples//' Makefile.in || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   # --disable-openssl bug #427526
-   ECONF_SOURCE="${S}" econf \
-   --libdir="${EPREFIX}"/usr/$(get_libdir) \
-   --disable-openssl \
-   --disable-fat \
-   $(use_enable gmp public-key) \
-   $(use_enable static-libs static) \
-   $(tc-is-static-only && echo --disable-shared) \
-   $(use_enable doc documentation) \
-   $(use_enable neon arm-neon) \
-   $(use_enable cpu_flags_x86_aes x86-aesni)
-}



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

2019-04-28 Thread Hans de Graaff
commit: 9811ecfad389a3086824738d8760c4adc7fcbeaf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:15:55 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9811ecfa

dev-ruby/parser: add 2.6.3.0

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

 dev-ruby/parser/Manifest  |  1 +
 dev-ruby/parser/parser-2.6.3.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index 54a0961fd22..f3fad85ecfd 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -1,3 +1,4 @@
 DIST parser-2.5.3.0.gem 654336 BLAKE2B 
dff1b0e0b593a5603f1b0fd9c39f59b6126ad9575d8c077d5a7e2feb16e6f9ef72321a3c7d3a0c21e2f7c26446132c8c30120785390f2b450a0f42a1b2d11128
 SHA512 
3721b5064ebd9a7de4e50f299001f1640ecdb27b99d932f0a509b89c0b5bf2b337b0298466e6267c61d2b5fcf2e556e0d1a10f6c29dc6f64bd042667f9d79d5b
 DIST parser-2.6.2.0.gem 701952 BLAKE2B 
5c9fd1479c7bf95e43877a39c07697b766452bd9d712b140a313384adc50356949479f6a24e6d0dcba5238d8281cba952aed97ed002142c084fc73a64e96c3ec
 SHA512 
c729767d8d2e7ddf293e6945226e219e297862a39bb22c52be0ae02e288cdf1a468cf372caef48cb858cd130b407e531efe9b1462a169c1f8ad3f3e56085e4ca
 DIST parser-2.6.2.1.gem 701952 BLAKE2B 
bce964f69d80b8385e1c3c5f7fb3b549b418536cf2b617bf278d776878da516c6922553e66cbd0ba7e26b8d4253a138e15f61fa602639cf639f74e1f0521b0f6
 SHA512 
339e3a3c4eb6d1d7b2008d7aa49a7857f06e767a23b148a68edd2509b3540a442ea6c62fcab2dce72416b15a7b80e448546589b0e82105a83514c66496edc636
+DIST parser-2.6.3.0.gem 702976 BLAKE2B 
139264c11a043d52479d76bba50b877d1c5d9a7644d0863a8733887d6bb52b82e05ac1df44669fde86d863f92f545de1782ad4214619528265396c27d4a82524
 SHA512 
46823097d05550cd0dabf58d442560588d0757c85d44678836abd4c048ce2e5c2124ff8a30be6fd636906fecfcd8cefc500990ed26b4361669a8644ea860e7a0

diff --git a/dev-ruby/parser/parser-2.6.3.0.ebuild 
b/dev-ruby/parser/parser-2.6.3.0.ebuild
new file mode 100644
index 000..cf7f39e70f9
--- /dev/null
+++ b/dev-ruby/parser/parser-2.6.3.0.ebuild
@@ -0,0 +1,32 @@
+# 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="yard"
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
+HOMEPAGE="https://github.com/whitequark/parser;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/racc
+   dev-ruby/cliver )"
+ruby_add_rdepend "=dev-ruby/ast-2.4*"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e '/simplecov/ s:^:#:' test/helper.rb || die
+}



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

2019-04-28 Thread Hans de Graaff
commit: 7dc58d22a56c5a0ab780af4118334af42cc41126
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:25:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc58d22

dev-ruby/crack: cleanup

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

 dev-ruby/crack/crack-0.4.3-r1.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/dev-ruby/crack/crack-0.4.3-r1.ebuild 
b/dev-ruby/crack/crack-0.4.3-r1.ebuild
deleted file mode 100644
index fa0577c5503..000
--- a/dev-ruby/crack/crack-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md History"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Really simple JSON and XML parsing, ripped from Merb and Rails"
-HOMEPAGE="https://github.com/jnunemaker/crack;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-ruby_add_rdepend ">=dev-ruby/safe_yaml-1.0.0"
-
-each_ruby_prepare() {
-   # Remove tests which fail when run by portage but pass when run by hand
-   sed -i -e '/{"regex": \/foo.*\/}/d' test/json_test.rb || die
-   sed -i -e '/{"regex": \/foo.*\/i}/d' test/json_test.rb || die
-   sed -i -e '/{"regex": \/foo.*\/mix}/d' test/json_test.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Itest -Ilib -e 'Dir["test/*_test.rb"].each { |f| load f }' || 
die
-}



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

2019-04-28 Thread Hans de Graaff
commit: 7dcea6e2c19d8a086985d72b9ddea7d19cbaa95c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:26:17 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcea6e2

dev-ruby/dbf: cleanup

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

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

diff --git a/dev-ruby/dbf/Manifest b/dev-ruby/dbf/Manifest
index 11e5121f6c2..d19d323a9a6 100644
--- a/dev-ruby/dbf/Manifest
+++ b/dev-ruby/dbf/Manifest
@@ -1,2 +1 @@
-DIST dbf-3.1.1.gem 126976 BLAKE2B 
449b70abaa0bdcdf579ee78facbac46d2f97fb99e983b99ef7487c6a78f5d6f8f1c5257e1a490a169b8cb8e9581fb56827d86844d2d2ee9bc0b3326998206f6e
 SHA512 
88aedb43858702ef2f24a2a751ceaeceba7d75ad58a6abdb314219cbb83551165aa7a1973a68e6b4c0da87c9f35c80b2e0650b25f570a76821bbdccb3dbaafb5
 DIST dbf-4.1.2.gem 127488 BLAKE2B 
ef371ddff415b89559209cd2d440e0c3359e39b9c7a3391940bcc25d96f61e2c57368d86430a09c7883d4cc7ba34211281269e8633a6dc469f70164266b03bec
 SHA512 
47ee8d78ef31fe0017ae4223f06dbe576e43c0840b7cafb88def7b8492cba244d2382dea975a998355aec3aee31defd781bf0e08fbea6e77ef3dd5a927a7ad2d

diff --git a/dev-ruby/dbf/dbf-3.1.1.ebuild b/dev-ruby/dbf/dbf-3.1.1.ebuild
deleted file mode 100644
index 459009a3da2..000
--- a/dev-ruby/dbf/dbf-3.1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/*"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a small fast library for reading dBase, xBase, Clipper and FoxPro
-database files"
-HOMEPAGE="https://github.com/infused/dbf;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""



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

2019-04-28 Thread Hans de Graaff
commit: 5d2a304d09e61a911ae8dcbe52a15e7f2f418c37
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:31:29 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2a304d

dev-ruby/mocha: amd64 stable

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

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

diff --git a/dev-ruby/mocha/mocha-1.8.0.ebuild 
b/dev-ruby/mocha/mocha-1.8.0.ebuild
index 15ab97c694c..f74061d7ca5 100644
--- a/dev-ruby/mocha/mocha-1.8.0.ebuild
+++ b/dev-ruby/mocha/mocha-1.8.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://mocha.jamesmead.org/;
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 ruby_add_bdepend "



[gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg-pkcs11-scd/

2019-04-28 Thread Alon Bar-Lev
commit: 48712dc68075ed4276faf4ad8eda58e66966b15a
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Apr 28 18:00:10 2019 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Apr 29 05:29:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48712dc6

app-crypt/gnupg-pkcs11-scd: cleanup old

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-crypt/gnupg-pkcs11-scd/Manifest|  1 -
 .../gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.1.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/app-crypt/gnupg-pkcs11-scd/Manifest 
b/app-crypt/gnupg-pkcs11-scd/Manifest
index 46fe389307d..b1890f6316c 100644
--- a/app-crypt/gnupg-pkcs11-scd/Manifest
+++ b/app-crypt/gnupg-pkcs11-scd/Manifest
@@ -1,2 +1 @@
-DIST gnupg-pkcs11-scd-0.9.1.tar.bz2 145814 BLAKE2B 
53f0c11d401071dc9beef10630c07f2da6c9a70a0cb020c4430613c1c2f6ba7447bd95c490098ec688e5c73260c42a0285ed045a54d8397018611f00d5406b27
 SHA512 
66ac4b2d4ed2106bb0bfe40bac00cdffc36f7f10ace15a232ba475d1a152439fca2bde3f7a6eaaae8b9f17fb3e6371207f2e689d3d9557817ef54984858a3489
 DIST gnupg-pkcs11-scd-0.9.2.tar.bz2 147337 BLAKE2B 
52784721bd91929c9d6efdae599893f5425d02e5621ded69d5bc2b5dfa5dd56ca6e0989d99879a2de245e53ba7add3fdacd58fb3b1200135b0a0e618163ade2d
 SHA512 
6afb9f0c50976636df611a0204edb0ec75aa194ba332314e3c2d7228ecf798e5f79923202f8f189b1e4aefa236a46165a5e3f0e0d98320dc4fac2bd9ac38249e

diff --git a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.1.ebuild 
b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.1.ebuild
deleted file mode 100644
index 10f220d7536..000
--- a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit user
-
-DESCRIPTION="PKCS#11 support for GnuPG"
-HOMEPAGE="http://gnupg-pkcs11.sourceforge.net;
-SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl proxy"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   dev-libs/libassuan:=
-   >=dev-libs/libgcrypt-1.2.2:=
-   >=dev-libs/libgpg-error-1.3:=
-   >=dev-libs/pkcs11-helper-1.02:="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-pkg_setup() {
-   if use proxy; then
-   enewgroup gnupg-pkcs11
-   enewgroup gnupg-pkcs11-scd-proxy
-   enewuser gnupg-pkcs11-scd-proxy -1 -1 / 
gnupg-pkcs11-scd-proxy,gnupg-pkcs11
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable proxy) \
-   --with-proxy-socket=/run/gnupg-pkcs11-scd-proxy/cmd
-}
-
-src_install() {
-   default
-   if use proxy; then
-   newinitd "${FILESDIR}/gnupg-pkcs11-scd-proxy.initd" 
gnupg-pkcs11-scd-proxy
-   newconfd "${FILESDIR}/gnupg-pkcs11-scd-proxy.confd" 
gnupg-pkcs11-scd-proxy
-   fi
-}



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

2019-04-28 Thread Alon Bar-Lev
commit: c49ea7fdd0bb50525d4966715b5bca28a2f68d55
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Apr 29 05:30:51 2019 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Apr 29 05:30:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49ea7fd

app-crypt/ccrypt: cleanup old

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-crypt/ccrypt/Manifest   |  1 -
 app-crypt/ccrypt/ccrypt-1.10.ebuild | 11 ---
 2 files changed, 12 deletions(-)

diff --git a/app-crypt/ccrypt/Manifest b/app-crypt/ccrypt/Manifest
index 6907e257b0f..ec18de44236 100644
--- a/app-crypt/ccrypt/Manifest
+++ b/app-crypt/ccrypt/Manifest
@@ -1,2 +1 @@
-DIST ccrypt-1.10.tar.gz 669491 BLAKE2B 
61aabe48fd3e368c4915697acc4a63837cb97246e31c2268385e419fc6912a1d0bf3f3773c78266bde0d648bb10f739628a55560e0eedbd397c5826b5019b602
 SHA512 
b0130998f9830f63e8181340b3138260ab3c2014174e74fbcca77299dc9e0f807471fbfb7cc403dec7d0809f136e8afcb4c9bfd4ee5e43a1b3cc7185e14c3188
 DIST ccrypt-1.11.tar.gz 834575 BLAKE2B 
6b3441f6b1c58ed63db43ddc999ee64e67afc3ce0de2a41562bc066aad0f076e75ab496d94e7f3f1a9554b1382c083f3af04074904c1110f610cb5ac19b3
 SHA512 
75c2b93e855d36e717d3b7cabee7ce43ce372a21c8291beb43f24fd69e4bb0e19e6dd03ec5d901e7e60eac9351afab65c346b7304b16054b91d392050313

diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild 
b/app-crypt/ccrypt/ccrypt-1.10.ebuild
deleted file mode 100644
index 279e8559ec7..000
--- a/app-crypt/ccrypt/ccrypt-1.10.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="Encryption and decryption"
-HOMEPAGE="https://sourceforge.net/projects/ccrypt/;
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"



[gentoo-commits] repo/proj/guru:dev commit in: dev-lang/fbc/

2019-04-28 Thread William Breathitt Gray
commit: 81ca149dd90adbf81370e80e09b1b9e88a4440ea
Author: William Breathitt Gray  gmail  com>
AuthorDate: Mon Apr 29 03:59:04 2019 +
Commit: William Breathitt Gray  gmail  com>
CommitDate: Mon Apr 29 03:59:04 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81ca149d

dev-lang/fbc: Fix xcflags array print out

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: William Breathitt Gray  gmail.com>

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

diff --git a/dev-lang/fbc/fbc-1.06.0.ebuild b/dev-lang/fbc/fbc-1.06.0.ebuild
index ba5b069..0fafe2e 100644
--- a/dev-lang/fbc/fbc-1.06.0.ebuild
+++ b/dev-lang/fbc/fbc-1.06.0.ebuild
@@ -86,7 +86,7 @@ src_compile() {
fblflags+=${LDFLAGS//-Wl,/-Wl }
 
# Build fbc
-   emake CFLAGS="${CFLAGS} ${xcflags[@]}" FBC="${fbc}" 
FBCFLAGS="${fbcflags}" FBLFLAGS="${fblflags}"
+   emake CFLAGS="${CFLAGS} ${xcflags[*]}" FBC="${fbc}" 
FBCFLAGS="${fbcflags}" FBLFLAGS="${fblflags}"
 }
 
 src_install() {



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

2019-04-28 Thread Matt Turner
commit: 34244ef4791c2fcb38868acca7f2d223d6708f61
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 29 03:17:36 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 29 03:17:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34244ef4

dev-python/m2crypto-0.31.0-r2: alpha stable, bug 679662

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild 
b/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild
index c128861939b..17cac8b10d3 100644
--- a/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
 IUSE="libressl"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-lang/fbc/

2019-04-28 Thread William Breathitt Gray
commit: 632a6d2d292602425035c47bd31f6b76a0857404
Author: William Breathitt Gray  gmail  com>
AuthorDate: Mon Apr 29 02:58:31 2019 +
Commit: William Breathitt Gray  gmail  com>
CommitDate: Mon Apr 29 03:00:09 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=632a6d2d

dev-lang/fbc: Simplify definition of xcflags and fblflags

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Breathitt Gray  gmail.com>

 dev-lang/fbc/fbc-1.06.0.ebuild | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-lang/fbc/fbc-1.06.0.ebuild b/dev-lang/fbc/fbc-1.06.0.ebuild
index 8783039..ba5b069 100644
--- a/dev-lang/fbc/fbc-1.06.0.ebuild
+++ b/dev-lang/fbc/fbc-1.06.0.ebuild
@@ -69,10 +69,12 @@ src_compile() {
cd "${S}" || die "cd failed"
fi
 
-   local xcflags=$(usex gpm "" "-DDISABLE_GPM")
-   xcflags+=$(usex libffi "" " -DDISABLE_FFI")
-   xcflags+=$(usex opengl "" " -DDISABLE_OPENGL")
-   xcflags+=$(usex X "" " -DDISABLE_X11")
+   local xcflags=(
+   $(usex gpm "" "-DDISABLE_GPM")
+   $(usex libffi "" " -DDISABLE_FFI")
+   $(usex opengl "" " -DDISABLE_OPENGL")
+   $(usex X "" " -DDISABLE_X11")
+   )
 
# fbc automatically strips the executables it compiles; in order to 
avoid
# creating striped executables, we override the fbc hardcoded linker 
"-s"
@@ -81,10 +83,10 @@ src_compile() {
# "--strip-debug" flag should be a safe option)
local fblflags="-Wl --strip-debug "
# fbc requires a space after the -Wl option
-   fblflags+=$(echo "${LDFLAGS}" | sed 's/-Wl,/-Wl /g')
+   fblflags+=${LDFLAGS//-Wl,/-Wl }
 
# Build fbc
-   emake CFLAGS="${CFLAGS} ${xcflags}" FBC="${fbc}" FBCFLAGS="${fbcflags}" 
FBLFLAGS="${fblflags}"
+   emake CFLAGS="${CFLAGS} ${xcflags[@]}" FBC="${fbc}" 
FBCFLAGS="${fbcflags}" FBLFLAGS="${fblflags}"
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: dev-lang/fbc/

2019-04-28 Thread William Breathitt Gray
commit: c988219258469ece67d808e080409f9acd6d8555
Author: William Breathitt Gray  gmail  com>
AuthorDate: Mon Apr 29 02:36:16 2019 +
Commit: William Breathitt Gray  gmail  com>
CommitDate: Mon Apr 29 02:38:31 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9882192

dev-lang/fbc: Remove proxy maintainer info from metadata file

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Breathitt Gray  gmail.com>

 dev-lang/fbc/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-lang/fbc/metadata.xml b/dev-lang/fbc/metadata.xml
index 2776c89..4ea4d49 100644
--- a/dev-lang/fbc/metadata.xml
+++ b/dev-lang/fbc/metadata.xml
@@ -11,10 +11,6 @@
vilhelm.g...@gmail.com
William Breathitt Gray

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

https://github.com/freebasic/fbc/issues
https://www.freebasic.net



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

2019-04-28 Thread Lars Wendler
commit: 6ef7c69333e13ef4d5369b0dde81216aa05a14b5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 29 00:35:47 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 29 00:36:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef7c693

media-sound/bluez-alsa: Added systemd unit file

Thanks-to: Chris Mayo  gmail.com>
Closes: https://bugs.gentoo.org/677928
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/bluez-alsa/bluez-alsa-.ebuild |  3 ++-
 media-sound/bluez-alsa/files/bluealsa.service | 10 ++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/media-sound/bluez-alsa/bluez-alsa-.ebuild 
b/media-sound/bluez-alsa/bluez-alsa-.ebuild
index cc736065095..0e5b0d27ae8 100644
--- a/media-sound/bluez-alsa/bluez-alsa-.ebuild
+++ b/media-sound/bluez-alsa/bluez-alsa-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools multilib-minimal
+inherit autotools multilib-minimal systemd
 
 DESCRIPTION="Bluetooth Audio ALSA Backend"
 HOMEPAGE="https://github.com/Arkq/bluez-alsa;
@@ -58,6 +58,7 @@ multilib_src_install_all() {
 
newinitd "${FILESDIR}"/bluealsa-init.d bluealsa
newconfd "${FILESDIR}"/bluealsa-conf.d-2 bluealsa
+   systemd_dounit "${FILESDIR}"/bluealsa.service
 }
 
 pkg_postinst() {

diff --git a/media-sound/bluez-alsa/files/bluealsa.service 
b/media-sound/bluez-alsa/files/bluealsa.service
new file mode 100644
index 000..12451ccb618
--- /dev/null
+++ b/media-sound/bluez-alsa/files/bluealsa.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Bluetooth Audio ALSA Backend
+Requisite=dbus.service
+After=bluetooth.service dbus.service
+
+[Service]
+ExecStart=/usr/bin/bluealsa
+
+[Install]
+WantedBy=bluetooth.target



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

2019-04-28 Thread Thomas Deutschmann
commit: 0018f8e96a6f8ed4655725a238c95e960339a6f4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr 29 00:33:34 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr 29 00:33:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0018f8e9

sys-kernel/linux-firmware: don't use upstream tags

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

 sys-kernel/linux-firmware/Manifest  | 2 +-
 .../{linux-firmware-20190416.ebuild => linux-firmware-20190424.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index b1fb003d154..67bade94345 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -1,3 +1,3 @@
 DIST linux-firmware-20190313.tar.gz 177810569 BLAKE2B 
410206491591115505964ca1cefb5effe6bb43002234489285a0985c7a87f80071ed22dd5678f5457ec6611bdd702ac9610ba89b3e44174f8d222b75b5d32d2a
 SHA512 
eec933ebdefe83d466bfcf0babe710f95f67d319317f3187e43518a15a273b47e63ae88a35106932f0a8d5ce54f8a4c5325d7ab9da8b1789eed532a4a500fafd
 DIST linux-firmware-20190409.tar.gz 183446874 BLAKE2B 
2c6ee33a390efd43470cb0f67d289fc1c863f7c5358b4597e1cc7f4b7aa7292a867a98899f66f9c8df3d9495f96ae583fa9bdb4004f6f2e7ab47380a50d0
 SHA512 
2a48b210e4101f3aad595612d20f23b4b98b3eb20871712ee17841fd2212d292c25b6c94ac12c71cac82e23c75840b3488c8ada8161a18bce33d328baa002581
-DIST linux-firmware-20190416.tar.gz 183441981 BLAKE2B 
f69bb0fe24acde07ed2b2fc7704ec7a9458d96130a1c7d8d6817fd1ec87ee51c6edf5441a824378375e11f2e586311ff2e823195c529131d29c26ff03795e95c
 SHA512 
674b768900b93d297584f67226082ae994d1eb68ecec3fded0753720e7084a2abe9c9c6ac2623e4a9ae354fb648b5bc9de47cc32ca01e9a8babd03636feacf07
+DIST linux-firmware-20190424.tar.gz 184136531 BLAKE2B 
84bc08c4771abc75c26a0b0562cde461bfb0b8c372f29bc84a776d6b37f6ce40db49aa7bb2045abbcfe9eb556ca174aeb46c5cfe1d77841edc110477e1847159
 SHA512 
73dad890b1ea29ce712469a2ca67a57cf8bdb8e3287d71bd6d321cc105cdac1c802aed76b0673626129607c456221356cace22b3249113b44c83cce75a97b856

diff --git a/sys-kernel/linux-firmware/linux-firmware-20190416.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20190424.ebuild
similarity index 98%
rename from sys-kernel/linux-firmware/linux-firmware-20190416.ebuild
rename to sys-kernel/linux-firmware/linux-firmware-20190424.ebuild
index 848d34a2c94..1310a70dcf7 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20190416.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20190424.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
SRC_URI=""

EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git;
 else
-   GIT_COMMIT="20190416"
+   GIT_COMMIT="4b6cf2bd1a9d53caa087403d943e7695009c1d0c"

SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 fi



[gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/, sys-fs/quota/files/

2019-04-28 Thread Lars Wendler
commit: 4ef6b79ce1ed8862e4d3bc6e04c68242a4b33f7b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 29 00:25:41 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 29 00:25:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef6b79c

sys-fs/quota: Removed old.

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

 sys-fs/quota/Manifest  |  1 -
 .../quota/files/quota-4.03-default_fpic_fpie.patch | 32 
 .../files/quota-4.03-distribute_ldap-scripts.patch | 23 --
 .../files/quota-4.03-dont_override_cflags.patch| 22 --
 ...a-4.03-explicitely_print_disabled_options.patch | 69 --
 .../files/quota-4.03-fix_build_without_ldap.patch  | 85 --
 sys-fs/quota/files/quota-4.03-no_rpc.patch | 57 ---
 sys-fs/quota/files/quota-4.03-noldap_linking.patch | 75 ---
 .../files/quota-4.03-repqouta_F_option_arg.patch   | 27 ---
 sys-fs/quota/files/quota-4.03-respect_docdir.patch | 21 --
 sys-fs/quota/quota-4.03.ebuild | 83 -
 sys-fs/quota/quota-4.04-r1.ebuild  | 81 -
 12 files changed, 576 deletions(-)

diff --git a/sys-fs/quota/Manifest b/sys-fs/quota/Manifest
index a33aab6419d..43911e834b7 100644
--- a/sys-fs/quota/Manifest
+++ b/sys-fs/quota/Manifest
@@ -1,3 +1,2 @@
-DIST quota-4.03.tar.gz 564352 BLAKE2B 
b474be79576fd2db7ad5f7c4e93d665fca19004727f4ff12e960da3251091b026c1458adecc0ed3a803da3bfcef6c857f612c44c7800ecc53c9ae53450d10338
 SHA512 
9603940048dcc0c4db6d6e14173769c815641ebc78a0cc457a0622dbfc597319bae1eaad4ef3281c52757995d47424b96dc66426ce540a8b538b996eea2dc5f8
 DIST quota-4.04.tar.gz 577303 BLAKE2B 
8ee1e8f99b70f626ec051e4e9afe53c788b625a29f26afbe075039cf88dde9f6641c39e0ccfdbfcc6981fabe35e8fd15e7203989e9bbbdd1f1772949566531f6
 SHA512 
adc33863d2a966b4c46983fa3926e6b6ba75e260ed21bdff646584237840e6beb0dcfbfd2f655969aa5675c3c398ac2e483afb933f03f983756ebb3352d0eaad
 DIST quota-4.05.tar.gz 577313 BLAKE2B 
ab0adc04a2bee46f5b4f528c3a1b7f1dfbfc93cc153aebef91cf563e0b03344479b4d465f7d91cfee60c533052f27ce54f24a937c0c1ec312a5fff763cb82bd1
 SHA512 
a13ca93fb6fad032cb032874dda2f5d792e619b41e89b481e6aaa4f06ac5774e2728b09dd625addfbe22efccb1d85892b093736084c72f75675a60df168b92f2

diff --git a/sys-fs/quota/files/quota-4.03-default_fpic_fpie.patch 
b/sys-fs/quota/files/quota-4.03-default_fpic_fpie.patch
deleted file mode 100644
index 2ff519f2b84..000
--- a/sys-fs/quota/files/quota-4.03-default_fpic_fpie.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-commit cd9dff0b5b53279442458360003831b6c14adc22
-Author: Tomáš Chvátal 
-Date:   Tue Jan 5 11:20:52 2016 +0100
-
-Set -fPIC and -pie as default params when building
-
-Signed-off-by: Tomáš Chvátal 
-Signed-off-by: Jan Kara 
-
-diff --git a/Makefile.am b/Makefile.am
-index 7c7a866..77f8400 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,4 +1,5 @@
- ACLOCAL_AMFLAGS = -I m4
-+AM_LDFLAGS = -pie
- 
- BUILT_SOURCES = rquota.h rquota.c rquota_clnt.c
- 
-diff --git a/configure.ac b/configure.ac
-index 1552c15..68d5924 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -53,7 +53,7 @@ AS_IF([test "x${prefix}" = "xNONE"], [
- # 
- # Check for cflags
- # 
--CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64"
-+CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64 -fPIC"
- AC_ARG_ENABLE([werror],
- [AS_HELP_STRING([--enable-werror], [Treat all warnings as errors, useful 
for development])],
- [enable_werror="$enableval"],

diff --git a/sys-fs/quota/files/quota-4.03-distribute_ldap-scripts.patch 
b/sys-fs/quota/files/quota-4.03-distribute_ldap-scripts.patch
deleted file mode 100644
index 83339159e0f..000
--- a/sys-fs/quota/files/quota-4.03-distribute_ldap-scripts.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-commit 861154efb90ed049e0473cc36935b8d03c78a869
-Author: Tomáš Chvátal 
-Date:   Mon Jan 4 13:01:36 2016 +0100
-
-Distribute ldap-scripts directory too
-
-Signed-off-by: Tomáš Chvátal 
-Signed-off-by: Jan Kara 
-
-diff --git a/Makefile.am b/Makefile.am
-index eb62617..a880ebe 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -52,7 +52,8 @@ EXTRA_DIST = \
-   $(man_MANS) \
-   $(rpcsvc_DATA) \
-   autogen.sh \
--  Changelog
-+  Changelog \
-+  ldap-scripts
- 
- noinst_LIBRARIES = \
-   libquota.a \

diff --git a/sys-fs/quota/files/quota-4.03-dont_override_cflags.patch 
b/sys-fs/quota/files/quota-4.03-dont_override_cflags.patch
deleted file mode 100644
index e59341a702a..000
--- a/sys-fs/quota/files/quota-4.03-dont_override_cflags.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 776757a23e9930588950c7fcbc7827ec7a3e51c4
-Author: Tomáš Chvátal 
-Date:   Mon Jan 4 15:48:19 2016 +0100
-
-Do not accidentaly override commandline passed CFLAGS.
-
-  

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

2019-04-28 Thread Lars Wendler
commit: bbba9ad89b90b660232011d35bdb726d3a2f694e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 29 00:23:20 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 29 00:23:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbba9ad8

net-dialup/ppp: Removed old.

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

 net-dialup/ppp/Manifest|   1 -
 net-dialup/ppp/ppp-2.4.7-r6.ebuild | 230 -
 2 files changed, 231 deletions(-)

diff --git a/net-dialup/ppp/Manifest b/net-dialup/ppp/Manifest
index 8b38b71a7a4..4fd619a491a 100644
--- a/net-dialup/ppp/Manifest
+++ b/net-dialup/ppp/Manifest
@@ -1,4 +1,3 @@
-DIST ppp-2.4.7-patches-6.tar.xz 39420 BLAKE2B 
22754af6f266ff43f6b3cc2931ca33e9d0865ce08b8eed6961740a3a06ec69b6406c702a86e7f4a7b2f7dc9e2a751581ae58cd4398cff5e6646e53ee069e08d7
 SHA512 
16342010515e6d69d446656b52208e3f034c47aad8643a1e2f48fa410343f8a2e0bc8b5223b4bdc381050d9dc49a7b7ac6bc74b37380072eb91214b216d8afa2
 DIST ppp-2.4.7-patches-7.tar.xz 40540 BLAKE2B 
353814692aab3012f5d5ccdecc514d69357826ea7abe64a7581c562f333d868f9766f11516721cf0b116b4c1c8b01daee306d98ef7be356af6e8d16e22fc9fac
 SHA512 
9d34c044ded09424a6d80047e88bb21130a9c2414c9ea4f52c7299d9db08b1391543b50cd97c0c8763e6943591fc325d01932b31966a1374dbfe5e977bbf4356
 DIST ppp-2.4.7.tar.gz 688117 BLAKE2B 
e1c94ce31d98674536929d19e956e4013eb2b02c20c34e6184c0b99b50262ad1cd7fb6f4a1ed302872527a0c164af340e15ad1e2eaf191392c3f6ae2de21f5dd
 SHA512 
e34ce24020af6a73e7a26c83c4f73a9c83fa455b7b363794dba27bf01f70368be06bff779777843949bd77f4bc9385d6ad455ea48bf8fff4e0d73cc8fef16ae2
 DIST ppp-dhcpc.tgz 33497 BLAKE2B 
ca59130012f007cf45af6bcfa468c112b0d521c8b11f42d42c566dd9de55bd6d6f1b1ceb83cbae18cfe79cb5cb36ba6c6858a4718915acc6987295008aca53da
 SHA512 
aeaf791b14f5a09c0e2079072a157e65132cbff46e608bc0724e6a5827a01da934f5006e2774eb7105f83e607a52cb4987238f4385cf6f5cc86cbe305a556738

diff --git a/net-dialup/ppp/ppp-2.4.7-r6.ebuild 
b/net-dialup/ppp/ppp-2.4.7-r6.ebuild
deleted file mode 100644
index f8547e791e9..000
--- a/net-dialup/ppp/ppp-2.4.7-r6.ebuild
+++ /dev/null
@@ -1,230 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info multilib pam toolchain-funcs
-
-PATCH_VER="6"
-DESCRIPTION="Point-to-Point Protocol (PPP)"
-HOMEPAGE="https://ppp.samba.org/;
-SRC_URI="https://download.samba.org/pub/ppp/${P}.tar.gz
-   https://dev.gentoo.org/~polynomial-c/${P}-patches-${PATCH_VER}.tar.xz
-   http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz;
-
-LICENSE="BSD GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="activefilter atm dhcp eap-tls gtk ipv6 libressl pam radius"
-
-DEPEND="activefilter? ( net-libs/libpcap )
-   atm? ( net-dialup/linux-atm )
-   pam? ( virtual/pam )
-   gtk? ( x11-libs/gtk+:2 )
-   eap-tls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )"
-RDEPEND="${DEPEND}"
-PDEPEND="net-dialup/ppp-scripts"
-
-src_prepare() {
-   mv "${WORKDIR}/dhcp" "${S}/pppd/plugins" || die
-
-   if ! use eap-tls ; then
-   rm "${WORKDIR}"/patch/8?_all_eaptls-* || die
-   fi
-   eapply "${WORKDIR}"/patch
-
-   if use atm ; then
-   einfo "Enabling PPPoATM support"
-   sed -i '/^#HAVE_LIBATM=yes/s:#::' \
-   pppd/plugins/pppoatm/Makefile.linux || die
-   fi
-
-   if ! use activefilter ; then
-   einfo "Disabling active filter"
-   sed -i '/^FILTER=y/s:^:#:' pppd/Makefile.linux || die
-   fi
-
-   if use pam ; then
-   einfo "Enabling PAM"
-   sed -i '/^#USE_PAM=y/s:^#::' pppd/Makefile.linux || die
-   fi
-
-   if use ipv6 ; then
-   einfo "Enabling IPv6"
-   sed -i '/#HAVE_INET6/s:#::' pppd/Makefile.linux || die
-   echo "+ipv6" >> etc.ppp/options || die
-   fi
-
-   einfo "Enabling CBCP"
-   sed -i '/^#CBCP=y/s:#::' pppd/Makefile.linux || die
-
-   if use dhcp ; then
-   einfo "Adding ppp-dhcp plugin files"
-   sed \
-   -e '/^SUBDIRS :=/s:$: dhcp:' \
-   -i pppd/plugins/Makefile.linux || die
-   fi
-
-   # Set correct libdir
-   sed -i -e "s:/lib/pppd:/$(get_libdir)/pppd:" \
-   pppd/{pathnames.h,pppd.8} || die
-
-   if use radius ; then
-   #set the right paths in radiusclient.conf
-   sed -e "s:/usr/local/etc:/etc:" \
-   -e "s:/usr/local/sbin:/usr/sbin:" \
-   -i pppd/plugins/radius/etc/radiusclient.conf || die
-   #set config dir to /etc/ppp/radius
-   sed -i -e "s:/etc/radiusclient:/etc/ppp/radius:g" \
-   

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/

2019-04-28 Thread Lars Wendler
commit: 8e0a3b6550bb33d90290f10c52d3a33966be8b5e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 29 00:11:05 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 29 00:11:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0a3b65

dev-vcs/subversion: Provide correct path to apxs binary

Thanks-to:  Martin Mokrejš  gmail.com>
Closes: https://bugs.gentoo.org/607832
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/subversion/subversion-1.10.4.ebuild | 2 +-
 dev-vcs/subversion/subversion-1.11.1.ebuild | 2 +-
 dev-vcs/subversion/subversion-1.12.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/subversion/subversion-1.10.4.ebuild 
b/dev-vcs/subversion/subversion-1.10.4.ebuild
index ae74dc6cd38..8e5430c0aa3 100644
--- a/dev-vcs/subversion/subversion-1.10.4.ebuild
+++ b/dev-vcs/subversion/subversion-1.10.4.ebuild
@@ -187,7 +187,7 @@ src_configure() {
local myconf=(
--libdir="${EPREFIX%/}/usr/$(get_libdir)"
$(use_with apache2 apache-libexecdir)
-   $(use_with apache2 apxs "${APXS}")
+   $(use_with apache2 apxs "${EPREFIX}"/usr/bin/apxs)
$(use_with berkdb berkeley-db 
"db.h:${EPREFIX%/}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}")
$(use_with ctypes-python ctypesgen "${EPREFIX%/}/usr")
$(use_enable dso runtime-module-search)

diff --git a/dev-vcs/subversion/subversion-1.11.1.ebuild 
b/dev-vcs/subversion/subversion-1.11.1.ebuild
index 7c3f14bd27c..bbde3cbe48f 100644
--- a/dev-vcs/subversion/subversion-1.11.1.ebuild
+++ b/dev-vcs/subversion/subversion-1.11.1.ebuild
@@ -187,7 +187,7 @@ src_configure() {
local myconf=(
--libdir="${EPREFIX%/}/usr/$(get_libdir)"
$(use_with apache2 apache-libexecdir)
-   $(use_with apache2 apxs "${APXS}")
+   $(use_with apache2 apxs "${EPREFIX}"/usr/bin/apxs)
$(use_with berkdb berkeley-db 
"db.h:${EPREFIX%/}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}")
$(use_with ctypes-python ctypesgen "${EPREFIX%/}/usr")
$(use_enable dso runtime-module-search)

diff --git a/dev-vcs/subversion/subversion-1.12.0.ebuild 
b/dev-vcs/subversion/subversion-1.12.0.ebuild
index df6ddf73f8a..d7d1a24e733 100644
--- a/dev-vcs/subversion/subversion-1.12.0.ebuild
+++ b/dev-vcs/subversion/subversion-1.12.0.ebuild
@@ -186,7 +186,7 @@ src_configure() {
local myconf=(
--libdir="${EPREFIX%/}/usr/$(get_libdir)"
$(use_with apache2 apache-libexecdir)
-   $(use_with apache2 apxs "${APXS}")
+   $(use_with apache2 apxs "${EPREFIX}"/usr/bin/apxs)
$(use_with berkdb berkeley-db 
"db.h:${EPREFIX%/}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}")
$(use_with ctypes-python ctypesgen "${EPREFIX%/}/usr")
$(use_enable dso runtime-module-search)



[gentoo-commits] repo/gentoo:master commit in: media-gfx/wkhtmltopdf/, media-gfx/wkhtmltopdf/files/

2019-04-28 Thread Andreas Sturmlechner
commit: b1cd7f987e0776ccff9ab36572f4115c0809e005
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 29 00:17:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 29 00:17:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cd7f98

media-gfx/wkhtmltopdf: Drop 0.12.4-r1

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/wkhtmltopdf/Manifest |  1 -
 .../files/wkhtmltopdf-0.12.4-build.patch   | 21 -
 .../files/wkhtmltopdf-0.12.4-gcc6-warn.patch   | 33 --
 media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.4-r1.ebuild | 50 --
 4 files changed, 105 deletions(-)

diff --git a/media-gfx/wkhtmltopdf/Manifest b/media-gfx/wkhtmltopdf/Manifest
index 1ad4a25859c..ecedd947ff2 100644
--- a/media-gfx/wkhtmltopdf/Manifest
+++ b/media-gfx/wkhtmltopdf/Manifest
@@ -1,2 +1 @@
-DIST wkhtmltopdf-0.12.4.tar.gz 128695 BLAKE2B 
4bd65b8c0b424973524d9307ff329f05702a9ba3206b91abd8252a4127781a502cf40314669b35b395bb0b3712f9fbcf8ba2537164a7fcf8b3276c3262283eb3
 SHA512 
6ec27453efdf32b97f6434a3eb5dd3d3470bbdccdbb4f997ff4234441c79960932e51d963e5d0d2d98bbf8b4f7ab2ed8835dbc1a35407a63815691b59217caa2
 DIST wkhtmltopdf-0.12.5.tar.gz 511181 BLAKE2B 
f52d56fd932dfa514cc2711d22f99ea29960a3c4da2522be9f58f3197cb12494f1cdc8856399e328cfc39956282b8174886ee8edfc7417ba5c5d65ea353f6046
 SHA512 
3f982a6964085b36f62988b618d88d4339f03ad8d2e733c1fcba5e2e7cb545ccc99313ce35474605df818f91c289a87ddd952f21974fdbe846f990bf03fc2fdb

diff --git a/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.4-build.patch 
b/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.4-build.patch
deleted file mode 100644
index 0148f3b4294..000
--- a/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.4-build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Fix build without patched Qt
-
-This was broken since 96b03ae.
-
-diff --git a/src/lib/multipageloader.cc b/src/lib/multipageloader.cc
-index 93dece8..456a857 100644
 a/src/lib/multipageloader.cc
-+++ b/src/lib/multipageloader.cc
-@@ -213,10 +213,11 @@ ResourceObject::ResourceObject(MultiPageLoaderPrivate & 
mpl, const QUrl & u, con
-   }
- 
-   webPage.setNetworkAccessManager();
--
-+#ifdef __EXTENSIVE_WKHTMLTOPDF_QT_HACK__
-   double devicePixelRatio = multiPageLoader.dpi / 96.; // The used 
version of WebKit always renders at 96 DPI when no zoom is applied. It does not 
fully support a device pixel ratio != 1 natively.
-   webPage.mainFrame()->setZoomFactor(devicePixelRatio * 
settings.zoomFactor); // Zoom in the page to achieve a higher DPI.
-   webPage.setDevicePixelRatio(devicePixelRatio); // Fix CSS media queries 
(does not affect anything else).
-+#endif
- }
- 
- /*!

diff --git a/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.4-gcc6-warn.patch 
b/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.4-gcc6-warn.patch
deleted file mode 100644
index 83f862677a6..000
--- a/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.4-gcc6-warn.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From c7a709f3d9b7628d5416e45c365901381beef7cc Mon Sep 17 00:00:00 2001
-From: Ashish Kulkarni 
-Date: Tue, 20 Dec 2016 17:57:26 +0530
-Subject: [PATCH] fix compilation warning with GCC 6.2
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-../lib/pdfsettings.cc: In function ‘QString 
wkhtmltopdf::settings::unitRealToStr(const UnitReal&, bool*)’:
-../lib/pdfsettings.cc:308:3: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
-   if (ok) *ok=false; break;
-   ^~
-../lib/pdfsettings.cc:308:22: note: ...this statement, but the latter is 
misleadingly indented as if it is guarded by the ‘if’
-   if (ok) *ok=false; break;
-  ^

- src/lib/pdfsettings.cc | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/lib/pdfsettings.cc b/src/lib/pdfsettings.cc
-index e3c62526..b339ec10 100644
 a/src/lib/pdfsettings.cc
-+++ b/src/lib/pdfsettings.cc
-@@ -305,7 +305,8 @@ QString unitRealToStr(const UnitReal & ur, bool * ok) {
-   case QPrinter::Point: c = "pt"; break;
-   case QPrinter::Millimeter: c = "mm"; break;
-   default:
--  if (ok) *ok=false; break;
-+  if (ok) *ok=false;
-+  return "";
-   }
-   return QString("%1%2").arg(ur.first).arg(c);
- }

diff --git a/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.4-r1.ebuild 
b/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.4-r1.ebuild
deleted file mode 100644
index 26b0e472f39..000
--- a/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.4-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Convert html to pdf (and various image formats) using webkit"
-HOMEPAGE="https://wkhtmltopdf.org/ https://github.com/wkhtmltopdf/wkhtmltopdf/;

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

2019-04-28 Thread Andreas K. Hüttel
commit: 894e4f2719e94cdfbb639dbaffbcec1433d206bb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr 28 23:58:37 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Apr 28 23:58:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894e4f27

package.mask: Mask https://bugs.gentoo.org/623566
Bug: https://bugs.gentoo.org/676460
Bug: https://bugs.gentoo.org/682702
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/package.mask | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 35d3d7ecdc7..61434bcc504 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -902,8 +902,9 @@ dev-ruby/poltergeist
 # (isolated) use case, feel free to unmask them on your system.
  (20 May 2017)
 # Old versions of CUDA and their reverse dependencies. They do not



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

2019-04-28 Thread Thomas Deutschmann
commit: 7204f0dc040c8136f5529cc75f3e446d0516bd2a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 23:49:01 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 23:49:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7204f0dc

sys-kernel/linux-firmware: update snapshot

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

 sys-kernel/linux-firmware/Manifest |   1 +
 .../linux-firmware/linux-firmware-20190416.ebuild  | 135 +
 2 files changed, 136 insertions(+)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index 87d133f38e6..b1fb003d154 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -1,2 +1,3 @@
 DIST linux-firmware-20190313.tar.gz 177810569 BLAKE2B 
410206491591115505964ca1cefb5effe6bb43002234489285a0985c7a87f80071ed22dd5678f5457ec6611bdd702ac9610ba89b3e44174f8d222b75b5d32d2a
 SHA512 
eec933ebdefe83d466bfcf0babe710f95f67d319317f3187e43518a15a273b47e63ae88a35106932f0a8d5ce54f8a4c5325d7ab9da8b1789eed532a4a500fafd
 DIST linux-firmware-20190409.tar.gz 183446874 BLAKE2B 
2c6ee33a390efd43470cb0f67d289fc1c863f7c5358b4597e1cc7f4b7aa7292a867a98899f66f9c8df3d9495f96ae583fa9bdb4004f6f2e7ab47380a50d0
 SHA512 
2a48b210e4101f3aad595612d20f23b4b98b3eb20871712ee17841fd2212d292c25b6c94ac12c71cac82e23c75840b3488c8ada8161a18bce33d328baa002581
+DIST linux-firmware-20190416.tar.gz 183441981 BLAKE2B 
f69bb0fe24acde07ed2b2fc7704ec7a9458d96130a1c7d8d6817fd1ec87ee51c6edf5441a824378375e11f2e586311ff2e823195c529131d29c26ff03795e95c
 SHA512 
674b768900b93d297584f67226082ae994d1eb68ecec3fded0753720e7084a2abe9c9c6ac2623e4a9ae354fb648b5bc9de47cc32ca01e9a8babd03636feacf07

diff --git a/sys-kernel/linux-firmware/linux-firmware-20190416.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20190416.ebuild
new file mode 100644
index 000..848d34a2c94
--- /dev/null
+++ b/sys-kernel/linux-firmware/linux-firmware-20190416.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit savedconfig
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   SRC_URI=""
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git;
+else
+   GIT_COMMIT="20190416"
+   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="Linux firmware files"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
+
+LICENSE="linux-firmware ( BSD ISC MIT no-source-code ) GPL-2 GPL-2+"
+SLOT="0"
+IUSE="savedconfig"
+
+DEPEND=""
+RDEPEND="!savedconfig? (
+   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
+   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
+   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
+   !sys-firmware/alsa-firmware[alsa_cards_sb16]
+   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
+   !media-tv/cx18-firmware
+   ! 
${PN}.conf
+   find * \( \! -type d -and \! -name ${PN}.conf \) >> ${PN}.conf
+
+   if use savedconfig; then
+   restore_config ${PN}.conf
+   ebegin "Removing all files not listed in config"
+
+   local file delete_file preserved_file preserved_files=()
+
+   while IFS= read -r file; do
+   # Ignore comments.
+   if [[ ${file} != "#"* ]]; then
+   preserved_files+=("${file}")
+   fi
+   done < ${PN}.conf || die
+
+   while IFS= read -d "" -r file; do
+   delete_file=true
+   for preserved_file in "${preserved_files[@]}"; do
+   if [[ "${file}" == "${preserved_file}" ]]; then
+   delete_file=false
+   fi
+   done
+
+   if ${delete_file}; then
+   rm "${file}" || die
+   fi
+   done < <(find * \( \! -type d -and \! -name ${PN}.conf \) 
-print0 || die)
+
+   eend || die
+
+   # remove empty directories, bug #396073
+   find -type d -empty -delete || die
+   fi
+}
+
+src_install() {
+   if use !savedconfig; then
+   save_config ${PN}.conf
+   fi
+   rm ${PN}.conf || die
+   insinto /lib/firmware/
+   doins -r *
+}
+
+pkg_preinst() {
+   if use savedconfig; then
+   ewarn "USE=savedconfig is active. You must handle file 
collisions manually."
+   fi
+}
+

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

2019-04-28 Thread Thomas Deutschmann
commit: 2357b234bbc4e4941bbb5432d26b5e668af42a93
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 23:21:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 23:49:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2357b234

sys-kernel/linux-firmware: move stable keywords

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

 sys-kernel/linux-firmware/linux-firmware-20190409.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20190409.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20190409.ebuild
index 0bdd581f790..05277bf0707 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20190409.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20190409.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
 else
GIT_COMMIT="260cb35b11a968e7896f911565b75e411636ad69"

SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   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"
 fi
 
 DESCRIPTION="Linux firmware files"



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

2019-04-28 Thread Andreas Sturmlechner
commit: f255c6db66e04ee781220591bd87c8c0d7693f31
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 22:43:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 23:45:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f255c6db

app-text/kchmviewer: EAPI-7 bump, eutils -> desktop eclass

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/kchmviewer/kchmviewer-7.7-r1.ebuild | 18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild 
b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
index f9d3ca256aa..f38835061d7 100644
--- a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
+++ b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils qmake-utils xdg-utils
+inherit desktop qmake-utils xdg-utils
 
 DESCRIPTION="Feature rich chm file viewer, based on Qt"
 HOMEPAGE="https://www.ulduzsoft.com/kchmviewer/;
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="
+DEPEND="
dev-libs/chmlib
dev-libs/libzip:=
dev-qt/qtcore:5
@@ -26,7 +26,7 @@ RDEPEND="
dev-qt/qtwidgets:5
dev-qt/qtxml:5
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
"${FILESDIR}/${P}-force-qtwebkit.patch"
@@ -43,11 +43,3 @@ src_install() {
dobin bin/kchmviewer
domenu packages/kchmviewer.desktop
 }
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2019-04-28 Thread Andreas Sturmlechner
commit: 4aa1ff27f7f3f3feefcb091b7405f82b70ba204d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 23:34:21 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 23:45:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa1ff27

media-sound/musescore: EAPI-7 bump, switch to xdg.eclass

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/musescore/musescore-3.0.1-r1.ebuild | 27 -
 1 file changed, 8 insertions(+), 19 deletions(-)

diff --git a/media-sound/musescore/musescore-3.0.1-r1.ebuild 
b/media-sound/musescore/musescore-3.0.1-r1.ebuild
index a433e8b6636..b4a8145d3c9 100644
--- a/media-sound/musescore/musescore-3.0.1-r1.ebuild
+++ b/media-sound/musescore/musescore-3.0.1-r1.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 CMAKE_MIN_VERSION="3.11"
-inherit cmake-utils xdg-utils gnome2-utils
+inherit cmake-utils xdg
 
 DESCRIPTION="WYSIWYG Music Score Typesetter"
 HOMEPAGE="https://musescore.org/;
@@ -19,7 +19,11 @@ KEYWORDS="~amd64 ~x86"
 IUSE="alsa debug jack mp3 portaudio portmidi pulseaudio vorbis webengine"
 REQUIRED_USE="portmidi? ( portaudio )"
 
-RDEPEND="
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+DEPEND="
dev-qt/designer:5
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
@@ -44,10 +48,7 @@ RDEPEND="
vorbis? ( media-libs/libvorbis )
webengine? ( dev-qt/qtwebengine:5[widgets] )
 "
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
"${FILESDIR}/${P}-man-pages.patch"
@@ -87,15 +88,3 @@ src_compile() {
cmake-utils_src_make -j1 lrelease manpages
cmake-utils_src_compile
 }
-
-pkg_postinst() {
-   xdg_mimeinfo_database_update
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_mimeinfo_database_update
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}



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

2019-04-28 Thread Andreas Sturmlechner
commit: f123a8528755bb3bf6501cc9c0302342bc81ac06
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 22:41:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 23:45:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f123a852

app-text/kchmviewer: Update upstream remote-id

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/kchmviewer/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/kchmviewer/metadata.xml b/app-text/kchmviewer/metadata.xml
index 2c14212dc2e..9826a818187 100644
--- a/app-text/kchmviewer/metadata.xml
+++ b/app-text/kchmviewer/metadata.xml
@@ -16,6 +16,6 @@
(search for MBCS languages - ja/ko/ch is still in progress). 


-   kchmviewer
+   gyunaev/kchmviewer

 



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

2019-04-28 Thread Andreas Sturmlechner
commit: b13b93cf25db189ea65b043929e2d23a47b1f450
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 23:14:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 23:45:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13b93cf

media-libs/libmygpo-qt: EAPI-7 bump

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libmygpo-qt/libmygpo-qt-.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-libs/libmygpo-qt/libmygpo-qt-.ebuild 
b/media-libs/libmygpo-qt/libmygpo-qt-.ebuild
index bbdf31f17c5..0074f5e52b9 100644
--- a/media-libs/libmygpo-qt/libmygpo-qt-.ebuild
+++ b/media-libs/libmygpo-qt/libmygpo-qt-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
@@ -20,12 +20,14 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="test"
 
+BDEPEND="
+   virtual/pkgconfig
+"
 RDEPEND="
dev-qt/qtcore:5
dev-qt/qtnetwork:5
 "
 DEPEND="${RDEPEND}
-   virtual/pkgconfig
test? ( dev-qt/qttest:5 )
 "
 



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

2019-04-28 Thread Andreas Sturmlechner
commit: 9ff9ffa0c86ac6ab87dfadf08ed49a57fdeafd79
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 23:38:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 23:45:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff9ffa0

media-sound/musescore: Drop 2.1.0-r1

Closes: https://bugs.gentoo.org/630372
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/musescore/Manifest |  2 -
 .../musescore/files/musescore-2.1.0-pch.patch  | 31 
 .../musescore/files/musescore-2.1.0-qt-5.11.patch  | 21 -
 .../musescore/files/musescore-2.1.0-qt-5.12.patch  | 48 
 .../musescore-2.1.0-qtsingleapplication.patch  | 28 ---
 media-sound/musescore/musescore-2.1.0-r1.ebuild| 89 --
 6 files changed, 219 deletions(-)

diff --git a/media-sound/musescore/Manifest b/media-sound/musescore/Manifest
index e0820b82051..0c4c655eec0 100644
--- a/media-sound/musescore/Manifest
+++ b/media-sound/musescore/Manifest
@@ -1,4 +1,2 @@
 DIST MuseScore_General-0.1.3.tar.bz2 33164726 BLAKE2B 
88f41b76a11bc33dcaf2c8b41571f65c495b2b35095ad02f9549e98cb4bfe820e0a38dcbfa6fc1fe956fb284288eecf72b76895fec83799a5aa8ecdc3b63d7f5
 SHA512 
91e38a48ecb60c010f0b833bec790071db29ffa5c7895f653a8467eea1d179139c85415e8858eefc7eba22355d0a4887f462e1a1f0cca87b054bc5e1f8e4d38b
-DIST musescore-2.1.0-fix-buildsystem.patch.bz2 3736 BLAKE2B 
da2b1fa72c6fb59ff3d969ac8cf088bf034313ec8fe584f5f5fe335c7fd663a8f078d4d12a2ad439a086665384cfe7b24901c80707dd80403e1cdac1c2ebef1a
 SHA512 
5f712ec046c0f53c24d61b43c79cd5e3e604c499ca95f47c79f29c5442b54d1867f699ea689de9328b5bece432ddaa4da557328ed6d069347870eba8e8695ffc
-DIST musescore-2.1.0.tar.gz 51131549 BLAKE2B 
208377e786b83122402140bad2a9ac024d56a66316c74f52b7ca4d71f3dec9f91c3f0a7dd1b1c92e2bd5a81a63722593c2b41ac5f7af5dcb712e5de078df8852
 SHA512 
c8696685713cd4c4943f1ec2b69a6a93217449fa330105ed1ffb569918af293c1d6ef19cabe1e487f65ceadf27dff78185e286e82ac4517cd2b4de594a67beb2
 DIST musescore-3.0.1.tar.gz 60166011 BLAKE2B 
8c8d1d063da9f14e21342313b58acffb88c375e42e2689bc572eb885be0d836cc946676482f0e58f95a773cc95ead5d767cc7a1052663389a0daad663844e1d9
 SHA512 
d480550b2c04c07f610d0ed7515a561fbb11a5b1af724e548827bb3817b586c78e5e9ee75730f5885c3f6ba076da52ef53713f10a9e3591e9a40a168af38d46d

diff --git a/media-sound/musescore/files/musescore-2.1.0-pch.patch 
b/media-sound/musescore/files/musescore-2.1.0-pch.patch
deleted file mode 100644
index 6cce1bd81cf..000
--- a/media-sound/musescore/files/musescore-2.1.0-pch.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 5e8024c683891be677075d74cedfbf424e36bc31 Mon Sep 17 00:00:00 2001
-From: mirabilos 
-Date: Sun, 4 Mar 2018 16:38:21 +0100
-Subject: [PATCH] Fix numerous reports of missing all.h during compilation
-
-When disabling PCH, the all.h copying code is no longer run before
-AUTOMOC=caused *_autogen targets, so we must run it earlier.
-
-From Debian

- CMakeLists.txt | 7 ++-
- 1 file changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 66b0ddfce8..7fdfffcc9b 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -553,11 +553,8 @@ endif (NOT MINGW AND NOT APPLE)
- #
- 
- # all.h is expected in PROJECT_BINARY_DIR by subdirs
--add_custom_command(
--OUTPUT ${PROJECT_BINARY_DIR}/all.h
--COMMAND ${CMAKE_COMMAND}
--ARGS -E copy ${PROJECT_SOURCE_DIR}/all.h ${PROJECT_BINARY_DIR}/all.h
--DEPENDS ${PROJECT_SOURCE_DIR}/all.h
-+execute_process(
-+COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/all.h 
${PROJECT_BINARY_DIR}/all.h
- WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
- )
- 

diff --git a/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch 
b/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch
deleted file mode 100644
index 2fa6afd9395..000
--- a/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 9c8a8ffe0cbb00ee93a10fe245da01a4d32ca086 Mon Sep 17 00:00:00 2001
-From: Orcan Ogetbil 
-Date: Thu, 31 May 2018 21:04:51 -0400
-Subject: [PATCH] added missing #include  required by qt >= 5.11
-

- all.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/all.h b/all.h
-index 72db72b0ec..2ee0e8e807 100644
 a/all.h
-+++ b/all.h
-@@ -131,6 +131,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

diff --git a/media-sound/musescore/files/musescore-2.1.0-qt-5.12.patch 
b/media-sound/musescore/files/musescore-2.1.0-qt-5.12.patch
deleted file mode 100644
index 9d9a1cca7ef..000
--- a/media-sound/musescore/files/musescore-2.1.0-qt-5.12.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From ff014657939f30c0052a1d2d66d87d13833c5255 Mon Sep 17 00:00:00 2001
-From: Joachim Schmitz 
-Date: Tue, 18 Sep 2018 14:42:43 +0200
-Subject: [PATCH] changes needed for MuseScore to build with Qt 5.12 (Alpha)
-
-One needed for MSVC only 

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

2019-04-28 Thread Andreas Sturmlechner
commit: 05f19e6eabc1242972c91aac0ded12289fa87a8d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 23:37:18 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 23:45:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f19e6e

media-sound/musescore: Drop USE mp3 to fix build failure w/ !mp3

Reported-by: Michael Hofmann  ubhofmann.de>
Closes: https://bugs.gentoo.org/678234
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/musescore/musescore-3.0.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/musescore/musescore-3.0.1-r1.ebuild 
b/media-sound/musescore/musescore-3.0.1-r1.ebuild
index b4a8145d3c9..fcc7993200d 100644
--- a/media-sound/musescore/musescore-3.0.1-r1.ebuild
+++ b/media-sound/musescore/musescore-3.0.1-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug jack mp3 portaudio portmidi pulseaudio vorbis webengine"
+IUSE="alsa debug jack portaudio portmidi pulseaudio vorbis webengine"
 REQUIRED_USE="portmidi? ( portaudio )"
 
 BDEPEND="
@@ -38,10 +38,10 @@ DEPEND="
dev-qt/qtxmlpatterns:5
>=media-libs/freetype-2.5.2
media-libs/libsndfile
+   media-sound/lame
sys-libs/zlib:=
alsa? ( >=media-libs/alsa-lib-1.0.0 )
jack? ( virtual/jack )
-   mp3? ( media-sound/lame )
portaudio? ( media-libs/portaudio )
portmidi? ( media-libs/portmidi )
pulseaudio? ( media-sound/pulseaudio )
@@ -73,7 +73,7 @@ src_configure() {
-DUSE_SYSTEM_FREETYPE=ON
-DBUILD_ALSA="$(usex alsa)"
-DBUILD_JACK="$(usex jack)"
-   -DBUILD_LAME="$(usex mp3)"
+   -DBUILD_LAME=ON # bug 678234
-DBUILD_PORTAUDIO="$(usex portaudio)"
-DBUILD_PORTMIDI="$(usex portmidi)"
-DBUILD_PULSEAUDIO="$(usex pulseaudio)"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qttranslations/

2019-04-28 Thread Anthony G. Basile
commit: 1e0601eace46bc07dec2340c7e68caa6ad46daf9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr 28 23:32:41 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr 28 23:32:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0601ea

dev-qt/qttranslations: stable on arm, bug #684488

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-qt/qttranslations/qttranslations-5.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qttranslations/qttranslations-5.11.3.ebuild 
b/dev-qt/qttranslations/qttranslations-5.11.3.ebuild
index 5dd5b4c7e23..8f95124771e 100644
--- a/dev-qt/qttranslations/qttranslations-5.11.3.ebuild
+++ b/dev-qt/qttranslations/qttranslations-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Translation files for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE=""



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

2019-04-28 Thread Pacho Ramos
commit: 68669a1569680dc054218bc1d8f8f322b6d59901
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:40:18 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:40:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68669a15

media-sound/pianobar: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/pianobar/Manifest   |  1 -
 media-sound/pianobar/pianobar-2018.06.22.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest
index 849c81d8901..50a1020834d 100644
--- a/media-sound/pianobar/Manifest
+++ b/media-sound/pianobar/Manifest
@@ -1,2 +1 @@
-DIST pianobar-2018.06.22.tar.bz2 47455 BLAKE2B 
f1d61709f7c95438352f29a075120c4794c666d9406fb9e6dea47930f2715a0538588d29510097487c5bc06d77ccc44f393fff1561545e21bb71f739151a712a
 SHA512 
0fc2d90324da576266f063573549399e4354b8e83678632fadb80864e82c432a1a90a3092085f0155fc136b726ba59eabb26586a1ba11c5ce668c3a89a218133
 DIST pianobar-2019.01.25.tar.bz2 48340 BLAKE2B 
09078b0fdf43baab99c343a86d5f1c1e0ee7ab39e2af20e7cdde6c21320a74d82ed9bc02e821b02ab045329944aa7d273d637c80bcb0ce96692281dc2e1a0568
 SHA512 
bfcec235ff01e40a2f650166a29020276b43b241008fd5eb8b84944744b1ce6262cf3be140354404c9410b88d6910e4bcf77b4de787742a7898bbc8511fef0f6

diff --git a/media-sound/pianobar/pianobar-2018.06.22.ebuild 
b/media-sound/pianobar/pianobar-2018.06.22.ebuild
deleted file mode 100644
index 19f4cb3e3a1..000
--- a/media-sound/pianobar/pianobar-2018.06.22.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs flag-o-matic
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git;
-else
-   SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2;
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="A console-based replacement for Pandora's flash player"
-HOMEPAGE="https://6xq.net/pianobar/;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="libav static-libs"
-
-RDEPEND="media-libs/libao
-   net-misc/curl
-   dev-libs/libgcrypt:0=
-   dev-libs/json-c:=
-   libav? ( >=media-video/libav-12:0= )
-   !libav? ( >=media-video/ffmpeg-3.1:0= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_compile() {
-   append-cflags -std=c99
-   tc-export AR CC
-   emake V=1 DYNLINK=1
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/$(get_libdir) DYNLINK=1 
install
-   dodoc ChangeLog README.md
-
-   use static-libs || { rm "${D}"/usr/lib*/*.a || die; }
-
-   docinto contrib
-   dodoc -r contrib/{config-example,*.sh,eventcmd-examples}
-   docompress -x /usr/share/doc/${PF}/contrib
-}



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

2019-04-28 Thread Pacho Ramos
commit: 231dd158fb7e76ce75c38b4a461c676cc0150bec
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:40:00 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:40:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231dd158

media-sound/abcde: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/abcde/Manifest |  1 -
 media-sound/abcde/abcde-2.5.4-r1.ebuild| 63 --
 .../abcde/files/abcde-2.5.4-eyeD3-0.7-api.patch| 22 
 3 files changed, 86 deletions(-)

diff --git a/media-sound/abcde/Manifest b/media-sound/abcde/Manifest
index be63f9fa9b9..40407ca3edf 100644
--- a/media-sound/abcde/Manifest
+++ b/media-sound/abcde/Manifest
@@ -1,2 +1 @@
-DIST abcde-2.5.4.tar.gz 104229 BLAKE2B 
38244005df80868e24a21d39f3d4cabd6d8b8d6e4d8384a37c01a40cc550b584a3fc4ee1dcd88ae05980cf4a9368a51d2035e49717faa8086b922f2815f735a6
 SHA512 
be3c8f697873b65888a37ea6209e161a6fc7bbe26c6e139b211b1fbcb233d3e250b21f6fad2114962ca4dcce79240e2cec51f69ce47549c737071a6122694791
 DIST abcde-2.8.1.tar.gz 149238 BLAKE2B 
0adb1ea164e72292ee1e5b7e99c6bd9a92342f9eb5036280b91ad43ab62e5b0ef79652d094a81f38f4052c749d874e12da76eaf74134d07517fc8fac1f0d7e64
 SHA512 
18e9e46ec69d0b99fc5e2b71ec549e3961e5f6d7f88cef1a6c8da154689554a70cc8bc748c1ef78f81583a510f8b03906b8a4fec454aa0b06f0169d0bc4a7b36

diff --git a/media-sound/abcde/abcde-2.5.4-r1.ebuild 
b/media-sound/abcde/abcde-2.5.4-r1.ebuild
deleted file mode 100644
index 1a0fc6bf013..000
--- a/media-sound/abcde/abcde-2.5.4-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="A command line CD encoder"
-HOMEPAGE="https://code.google.com/p/abcde/;
-SRC_URI="https://abcde.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-# Enable MP3 related flags by default
-IUSE="aac cdparanoia cdr flac +id3tag +lame musicbrainz normalize replaygain 
speex vorbis"
-
-# See `grep :: abcde-musicbrainz-tool` output for USE musicbrainz dependencies
-RDEPEND="media-sound/cd-discid
-   net-misc/wget
-   virtual/eject
-   aac? (
-   media-libs/faac
-   || ( media-video/atomicparsley media-video/atomicparsley-wez )
-   )
-   cdparanoia? (
-   || ( dev-libs/libcdio-paranoia media-sound/cdparanoia )
-   )
-   cdr? ( virtual/cdrtools )
-   flac? ( media-libs/flac )
-   id3tag? (
-   dev-python/eyeD3:0.7
-   >=media-sound/id3-0.12
-   media-sound/id3v2
-   )
-   lame? ( media-sound/lame )
-   musicbrainz? (
-   dev-perl/MusicBrainz-DiscID
-   dev-perl/WebService-MusicBrainz
-   virtual/perl-Digest-SHA
-   virtual/perl-Getopt-Long
-   )
-   normalize? ( >=media-sound/normalize-0.7.4 )
-   replaygain? (
-   vorbis? ( media-sound/vorbisgain )
-   lame? ( media-sound/mp3gain )
-   )
-   speex? ( media-libs/speex )
-   vorbis? ( media-sound/vorbis-tools )"
-
-src_prepare() {
-   sed -i -e 's:etc/abcde.co:etc/abcde/abcde.co:g' abcde || die
-
-   epatch "${FILESDIR}"/${P}-eyeD3-0.7-api.patch
-}
-
-src_install() {
-   emake DESTDIR="${D}" etcdir="${D}"etc/abcde install
-
-   dodoc changelog FAQ README TODO USEPIPES
-
-   docinto examples
-   dodoc examples/*
-}

diff --git a/media-sound/abcde/files/abcde-2.5.4-eyeD3-0.7-api.patch 
b/media-sound/abcde/files/abcde-2.5.4-eyeD3-0.7-api.patch
deleted file mode 100644
index 15f23487799..000
--- a/media-sound/abcde/files/abcde-2.5.4-eyeD3-0.7-api.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Update to eyeD3 >= 0.7.0 API
-
 abcde
-+++ abcde
-@@ -829,7 +829,7 @@
-   -a "$TRACKARTIST" -t 
"$TRACKNAME" -Y "$CDYEAR" \
-   -G "$GENREID" -n 
"${TRACKNUM:-$1}" \
-   ${TRACKNUM:+-N "$TRACKS"} \
--  
${ENCODING:+--set-encoding="$ENCODING"} \
-+  ${ENCODING:+--encoding 
"$ENCODING"} \
-   
${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
-   "$ABCDETEMPDIR/track$1.$OUTPUT"
-   ;;
-@@ -3879,7 +3879,7 @@
-   TAGGER="$EYED3"
-   TAGGEROPTS="$ID3V2OPTS"
-   ID3SYNTAX=eyed3
--  TAGGEROPTS="--set-encoding=utf16-LE $ID3V2OPTS"
-+  TAGGEROPTS="--encoding utf16 $ID3V2OPTS"
- fi
-
- # NOGAP is specific to lame. Other encoders fail ...



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

2019-04-28 Thread Pacho Ramos
commit: a9fd4aa0c7efcc3fd5e5dd7f3840f8f9cf4904b4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:36:14 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fd4aa0

media-libs/fmod: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/fmod/Manifest|  2 --
 media-libs/fmod/fmod-4.38.00.ebuild | 59 -
 2 files changed, 61 deletions(-)

diff --git a/media-libs/fmod/Manifest b/media-libs/fmod/Manifest
index 3ee0d6013a6..5ce3fed005a 100644
--- a/media-libs/fmod/Manifest
+++ b/media-libs/fmod/Manifest
@@ -1,4 +1,2 @@
-DIST fmodapi43800linux.tar.gz 21990250 BLAKE2B 
7a2d26cb0c9eb9fe3d229cf5e5314ab13190209214c1676193f204954802ceaef958671f9c3ea3d8880d4f3bab28e6f10cdec7297c0f8210e320877c038c290d
 SHA512 
009297a708fa445576dc89a258e4049d2c0d1eed2cb4bff7981dc29353feb0c1b02ccd7ef9402172659a7f5705af3f9af2e469c4cec0b0ae6ac01aa6f201f0ef
-DIST fmodapi43800linux64.tar.gz 22276575 BLAKE2B 
652cd504e7bae1429a8fcde93cbefcf8787c04062535ed4052e017bda50c6e1758a6f70e34e86664ccc957923a5bd38c836ad3df89f4e8518d985f2186523701
 SHA512 
d2485e3dba3a1b23927f2d324c1b9a6ac3e324820ce6f9acaba36d6a1c109965507d306db55c623cfaf72ff456487ec67af877ace253e773d6bdb9180df7fe0b
 DIST fmodapi43802linux.tar.gz 21992247 BLAKE2B 
e0bb112ca47649390c7aba33a1cd75cb7b13c9a2d4cc5eb5c9a6bad02af9ae4958bdd8d458bd4fcc76eb42f5e09f8f989206c971bd7cbcb05359aaeab392fe38
 SHA512 
6a3f0f62acc71e24e48f8aaa03270d95ce09ace6d37f75a40452c84788b06f4cd6889772e9a6c00fc4799020c046905a9185d08900bc3b573a28b42cbb7f45b5
 DIST fmodapi43802linux64.tar.gz 22282269 BLAKE2B 
733b3531f9e107332ab2c91e07f39363810f748e72fdbdcc865b87d86bee766859c01eb2357b5169cb79cad490d6186227d481335a1114968a1cbe2ab6e33ae6
 SHA512 
95b8688bbf54e19c2471f508d7ed9fbb93f6c88eaadc090813b02a86082e15dc7578220a40ae2b39358f8a4dfcacb4cb78823f4577f5ce9bc3d53af2f591d558

diff --git a/media-libs/fmod/fmod-4.38.00.ebuild 
b/media-libs/fmod/fmod-4.38.00.ebuild
deleted file mode 100644
index 59008bd38de..000
--- a/media-libs/fmod/fmod-4.38.00.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit versionator
-
-MY_P=fmodapi$(delete_all_version_separators)linux
-
-DESCRIPTION="music and sound effects library, and a sound processing system"
-HOMEPAGE="http://www.fmod.org;
-SRC_URI="x86? ( http://www.fmod.org/index.php/release/version/${MY_P}.tar.gz )
-   amd64? ( http://www.fmod.org/index.php/release/version/${MY_P}64.tar.gz 
)"
-
-LICENSE="BSD BSD-2 fmod"
-SLOT="1"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-RESTRICT="strip test"
-
-QA_FLAGS_IGNORED="opt/fmodex/tools/fsbanklib/.*"
-
-QA_TEXTRELS="opt/fmodex/fmoddesignerapi/api/lib/*
-opt/fmodex/api/lib/*"
-
-src_compile() { :; }
-src_install() {
-   dodir /opt/fmodex
-
-   local fbits=""
-   use amd64 && fbits="64"
-
-   local fsource="${WORKDIR}/${MY_P}${fbits}"
-
-   cd "${fsource}"/api/lib
-
-   cp -f libfmodex${fbits}-${PV}.so libfmodex.so.${PV} || die
-   ln -sf libfmodex.so.${PV} libfmodex.so || die
-   ln -sf libfmodex.so.${PV} libfmodex.so.4 || die
-
-   cp -f libfmodexL${fbits}-${PV}.so libfmodexL.so.${PV} || die
-   ln -sf libfmodexL.so.${PV} libfmodexL.so || die
-   ln -sf libfmodexL.so.${PV} libfmodexL.so.4 || die
-
-   cp -dpR "${fsource}"/* "${D}"/opt/fmodex || die
-
-   dosym /opt/fmodex/api/inc /usr/include/fmodex || die
-
-   use examples || rm -rf "${D}"/opt/fmodex/{,fmoddesignerapi}/examples
-
-   insinto /usr/share/doc/${PF}/pdf
-   doins "${fsource}"/documentation/*.pdf
-   dodoc "${fsource}"/{documentation/*.txt,fmoddesignerapi/*.TXT}
-   rm -rf "${D}"/opt/fmodex/{documentation,fmoddesignerapi/*.TXT}
-
-   echo LDPATH="/opt/fmodex/api/lib" > "${T}"/65fmodex
-   doenvd "${T}"/65fmodex
-}



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

2019-04-28 Thread Pacho Ramos
commit: 5a9558d07e56a5042b7327e2adc26919bba3eb12
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:39:33 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:39:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9558d0

media-sound/opus-tools: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/opus-tools/Manifest |  1 -
 media-sound/opus-tools/opus-tools-0.1.10.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/media-sound/opus-tools/Manifest b/media-sound/opus-tools/Manifest
index 64016e994d1..c5e7742ad08 100644
--- a/media-sound/opus-tools/Manifest
+++ b/media-sound/opus-tools/Manifest
@@ -1,2 +1 @@
-DIST opus-tools-0.1.10.tar.gz 312093 BLAKE2B 
d96377f3c56990bafef58f0eacdf8795302400eb986e6408b2eb1af67eae59194709b9e1ef86b420b4adab767be329278cc60c1fcc7da4b3f461b532ebf8bdb1
 SHA512 
4ead97b9fe4658968a4b5cbe4bde5e2d8cbfaaea18dd0d817597cc6b6b11f26937b9eee7358ade63568f0213131aa80ecbed169d1b3885980a556871a4a7fe98
 DIST opus-tools-0.2.tar.gz 457680 BLAKE2B 
c5896a6303aa1e1626097622e671bc96fd292a0f0c40a56410ef1f7699f8d18540d71e70f1cace6a91bb430886f1ddb07ba08503bdf82aa81758793bcea5b530
 SHA512 
6fdde8d938e8fadc9391b5d13dab0aecf8b27d40d00b5d67d8fac9cfd9d5107b1934bfe6310587400f277c99d1db5cabf3d26f340ce2141873dec238e5ce

diff --git a/media-sound/opus-tools/opus-tools-0.1.10.ebuild 
b/media-sound/opus-tools/opus-tools-0.1.10.ebuild
deleted file mode 100644
index 652f98ca969..000
--- a/media-sound/opus-tools/opus-tools-0.1.10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="Royalty-free, highly versatile audio codec"
-HOMEPAGE="https://opus-codec.org/;
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.xiph.org/opus-tools.git;
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-   SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz;
-else # Official release
-   SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz;
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="flac"
-
-RDEPEND=">=media-libs/libogg-1.3.0
->=media-libs/opus-1.0.3
-flac? ( >=media-libs/flac-1.1.3 )"
-DEPEND="virtual/pkgconfig
-   ${RDEPEND}"
-
-src_prepare() {
-   default
-   [[ ${PV} == * ]] && eautoreconf
-}
-
-src_configure() {
-   econf $(use_with flac)
-}
-
-src_install() {
-   default
-   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}



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

2019-04-28 Thread Pacho Ramos
commit: c87ac00b903511a1e8a4813b599aabde60b134a6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:40:47 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:40:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87ac00b

media-sound/sonata: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/sonata/metadata.xml |  1 -
 media-sound/sonata/sonata-1.6.2.1-r1.ebuild | 35 -
 2 files changed, 36 deletions(-)

diff --git a/media-sound/sonata/metadata.xml b/media-sound/sonata/metadata.xml
index 6a30df2dc8c..ce109085d31 100644
--- a/media-sound/sonata/metadata.xml
+++ b/media-sound/sonata/metadata.xml
@@ -12,6 +12,5 @@
   
   
 Support for lyrics fetching
-Enable support for trayicon
   
 

diff --git a/media-sound/sonata/sonata-1.6.2.1-r1.ebuild 
b/media-sound/sonata/sonata-1.6.2.1-r1.ebuild
deleted file mode 100644
index 8b9887bb4c3..000
--- a/media-sound/sonata/sonata-1.6.2.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=true
-inherit distutils-r1
-
-DESCRIPTION="An elegant GTK+ music client for the Music Player Daemon (MPD)"
-HOMEPAGE="http://www.nongnu.org/sonata/;
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-# now released at https://github.com/multani/sonata/releases
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus lyrics taglib +trayicon"
-
-RDEPEND=">=dev-python/pygtk-2.12
-   || ( x11-libs/gdk-pixbuf:2[jpeg] x11-libs/gtk+:2[jpeg] )
-   >=dev-python/python-mpd-0.2.1
-   dbus? ( dev-python/dbus-python )
-   lyrics? ( dev-python/zsi )
-   taglib? ( >=dev-python/tagpy-0.93 )
-   trayicon? ( dev-python/egg-python )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS="CHANGELOG README TODO TRANSLATORS"
-PATCHES=( "${FILESDIR}"/${P}-mpd18-compat.patch )
-
-src_install() {
-   distutils-r1_src_install
-   rm -rf "${D}"/usr/share/sonata
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libclalsadrv/files/, media-libs/libclalsadrv/

2019-04-28 Thread Pacho Ramos
commit: 8cbf36ee3144aaa8a4439fc3d7f8ca6fd3a976b4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:36:53 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:36:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbf36ee

media-libs/libclalsadrv: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/libclalsadrv/Manifest   |  1 -
 .../files/libclalsadrv-1.2.2-makefile.patch| 30 --
 media-libs/libclalsadrv/libclalsadrv-1.2.2.ebuild  | 37 --
 media-libs/libclalsadrv/libclalsadrv-2.0.0.ebuild  | 35 
 4 files changed, 103 deletions(-)

diff --git a/media-libs/libclalsadrv/Manifest b/media-libs/libclalsadrv/Manifest
index d440a7a0e3b..919b5ed0a1b 100644
--- a/media-libs/libclalsadrv/Manifest
+++ b/media-libs/libclalsadrv/Manifest
@@ -1,2 +1 @@
-DIST clalsadrv-1.2.2.tar.bz2 12593 BLAKE2B 
a01976bc2af473c6bd9689626e5e7bc22c9cae6e872f6a67aef5fc379ba437737d4ecc95e0ee3c6d54b4a5fc447a361d511a7cb422eb896178426e55c1629875
 SHA512 
a1b15551488d0bb597339804b36ed4cbb2459db24a3f71c1a068e3874eba10059668d358d8e0202b2964d3b80ed41d51f6db657614102a9a2b99597a7cd87106
 DIST clalsadrv-2.0.0.tar.bz2 14373 BLAKE2B 
22166ac4591470cf49f9ede4be9567b33e101f0c9d24d1916376cf016c9dccdf29d94c645be95f0d02444000bc79800a22edcf97dc43ac080254f1233132e24f
 SHA512 
6913fefa913ef50a8245541a7a1cafe76d1768bb4fa302d6ac0db86b40cc8b702ae3d257d0998809cc26f116a69db591b73f01a4ca0021bd062189438ca69ab8

diff --git a/media-libs/libclalsadrv/files/libclalsadrv-1.2.2-makefile.patch 
b/media-libs/libclalsadrv/files/libclalsadrv-1.2.2-makefile.patch
deleted file mode 100644
index dd7845f6c52..000
--- a/media-libs/libclalsadrv/files/libclalsadrv-1.2.2-makefile.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Index: clalsadrv/Makefile
-===
 clalsadrv.orig/Makefile
-+++ clalsadrv/Makefile
-@@ -28,7 +28,7 @@ VERSION = $(MAJVERS).$(MINVERS)
- DISTDIR = clalsadrv-$(VERSION)
- 
- 
--CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
-+CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
- LDLFAGS +=
- LDLIBS += -lclalsadrv -lclthreads -lrt 
- 
-@@ -42,14 +42,14 @@ CLALSADRV_H = clalsadrv.h
- 
- 
- $(CLALSADRV_MIN): $(CLALSADRV_O)
--  g++ -shared $(LDFLAGS) -Wl,-soname,$(CLALSADRV_MAJ) -o $(CLALSADRV_MIN) 
$(CLALSADRV_O) $(CLALSADRV_DEP)
-+  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLALSADRV_MAJ) -o 
$(CLALSADRV_MIN) $(CLALSADRV_O) $(CLALSADRV_DEP)
- 
- 
- install:  $(CLALSADRV_MIN)
-   /usr/bin/install -d $(PREFIX)/$(LIBDIR)
-+  /usr/bin/install -d $(PREFIX)/include
-   /usr/bin/install -m 644 $(CLALSADRV_H) $(PREFIX)/include
-   /usr/bin/install -m 755 $(CLALSADRV_MIN) $(PREFIX)/$(LIBDIR)
--  /sbin/ldconfig -n $(PREFIX)/$(LIBDIR)
-   ln -sf $(CLALSADRV_MIN) $(PREFIX)/$(LIBDIR)/$(CLALSADRV_SO)
- 
- 

diff --git a/media-libs/libclalsadrv/libclalsadrv-1.2.2.ebuild 
b/media-libs/libclalsadrv/libclalsadrv-1.2.2.ebuild
deleted file mode 100644
index 47f606a6659..000
--- a/media-libs/libclalsadrv/libclalsadrv-1.2.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib toolchain-funcs
-
-MY_P="${P/lib/}"
-
-S="${WORKDIR}/${PN/lib/}"
-
-DESCRIPTION="An audio library by Fons Adriaensen "
-HOMEPAGE="http://www.kokkinizita.net/linuxaudio/;
-SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="media-libs/alsa-lib"
-
-src_unpack() {
-   unpack ${A} || die
-   cd "${S}"
-   epatch "${FILESDIR}/${P}-makefile.patch"
-}
-
-src_compile() {
-   tc-export CC CXX
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake LIBDIR="$(get_libdir)" PREFIX="${D}/usr" install || die "make 
install failed"
-   dodoc AUTHORS
-}

diff --git a/media-libs/libclalsadrv/libclalsadrv-2.0.0.ebuild 
b/media-libs/libclalsadrv/libclalsadrv-2.0.0.ebuild
deleted file mode 100644
index 54f5b243255..000
--- a/media-libs/libclalsadrv/libclalsadrv-2.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils multilib toolchain-funcs
-
-MY_P=${P/lib}
-
-DESCRIPTION="ALSA driver C++ access library"
-HOMEPAGE="http://packages.debian.org/libclalsadrv;
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P/lib}/libs
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
-   tc-export CXX
-   emake
-}
-
-src_install() 

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

2019-04-28 Thread Pacho Ramos
commit: a85f35e0f411a99ce9e8d20b6c1defa608b1a3a6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:41:16 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:41:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85f35e0

media-sound/xwax: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/xwax/Manifest|  1 -
 media-sound/xwax/xwax-1.5.ebuild | 80 
 2 files changed, 81 deletions(-)

diff --git a/media-sound/xwax/Manifest b/media-sound/xwax/Manifest
index 8ce19f3727f..6609619d22d 100644
--- a/media-sound/xwax/Manifest
+++ b/media-sound/xwax/Manifest
@@ -1,2 +1 @@
-DIST xwax-1.5.tar.gz 77582 BLAKE2B 
5d02dbf1b4ee30f333b6df2ca63b657683aa15d5790fc474f54a6571314f5e506b4403e983889fc8afcca77489b3b15285907d61e33f080123d94ac4c20bd5ed
 SHA512 
b5fb66c35dd5174277417b8973bab63232bdf471fe190ab3df1c37e386a9cdc9e2b5cbdc4f5715bf69d146846c13ce2acd5db6a0881412dabdcd234d6d199b61
 DIST xwax-1.6.tar.gz 79452 BLAKE2B 
3cefded6fd39435d92ca07458048910e5e95169562c9dec17cd1411c992ca864124f3155b1a8a9313c86cfee01fe79d72a5c5bed9963b1740a1d4e89e9e249e9
 SHA512 
710a53a1b056bf6850a668a1f267b91664d5629998e6ee2d4853aa57d1ab351dd782716272ed4a4858168c0ac9f5c7d2e1fe0a8b330e26775677e1eb54249015

diff --git a/media-sound/xwax/xwax-1.5.ebuild b/media-sound/xwax/xwax-1.5.ebuild
deleted file mode 100644
index 677a355aceb..000
--- a/media-sound/xwax/xwax-1.5.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs user
-
-DESCRIPTION="Digital vinyl emulation software"
-HOMEPAGE="http://xwax.org/;
-SRC_URI="http://xwax.org/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="alsa jack oss cdda mp3 +fallback"
-REQUIRED_USE="|| ( cdda mp3 fallback )
-   || ( alsa jack oss )"
-
-RDEPEND="sys-libs/glibc
-   sys-libs/pam
-   media-libs/libsdl
-   media-libs/sdl-ttf
-   media-fonts/dejavu
-   alsa? ( media-libs/alsa-lib )
-   jack? ( media-sound/jack-audio-connection-kit )
-   cdda? ( media-sound/cdparanoia )
-   mp3? ( media-sound/mpg123 )
-   fallback? ( virtual/ffmpeg )"
-DEPEND="${RDEPEND}"
-
-DOCS="README CHANGES"
-
-src_prepare() {
-   # Remove the forced optimization from 'CFLAGS' and 'LDFLAGS' in
-   # the Makefile
-   # Also remove the dependency on the .version target so we don't need
-   # git just to build
-   sed -i -e 's/\(^\(LD\|C\)FLAGS.*\)-O[0-9]\(.*\)/\1\3/g' \
-   -e 's/^xwax\.o:.*\.version//' \
-   Makefile || die "sed failed"
-}
-
-src_configure() {
-   tc-export CC
-   econf \
-   --prefix "${EROOT}usr" \
-   $(use_enable alsa) \
-   $(use_enable jack) \
-   $(use_enable oss)
-}
-
-src_compile() {
-   # EXECDIR is the default directory in which xwax will look for
-   # the 'xwax-import' and 'xwax-scan' scripts
-   emake EXECDIR="\$(BINDIR)" VERSION="${PV}" xwax
-}
-
-pkg_preinst() {
-   enewgroup ${PN}
-}
-
-src_install() {
-   # This is easier than setting all the environment variables
-   # needed, running the sed script required to get the man directory
-   # correct, and removing the GPL-2 after a 'make install' run
-   dobin xwax || die "failed to install xwax"
-   newbin scan xwax-scan || die "failed to install xwax-scan"
-   newbin import xwax-import || die "failed to install xwax-import"
-   doman xwax.1 || die "failed to install man page"
-
-   dodoc ${DOCS} || die "failed to install docs"
-
-   insinto "/etc/security/limits.d"
-   newins "${FILESDIR}/xwax-etc-security-limits.conf" xwax.conf
-}
-
-pkg_postinst() {
-   elog "Be sure to add any users that will be using ${PN} to the"
-   elog "\"${PN}\" group. Doing so will allow processes that user"
-   elog "runs to request realtime priority."
-}



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

2019-04-28 Thread Pacho Ramos
commit: b2e0860003fdc06f7e20e3f8395573a43f4635eb
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:39:06 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:39:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e08600

media-sound/ncmpc: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/ncmpc/Manifest  |  1 -
 media-sound/ncmpc/metadata.xml  |  2 --
 media-sound/ncmpc/ncmpc-0.31.ebuild | 64 -
 3 files changed, 67 deletions(-)

diff --git a/media-sound/ncmpc/Manifest b/media-sound/ncmpc/Manifest
index d8fd186e008..75828bf67e3 100644
--- a/media-sound/ncmpc/Manifest
+++ b/media-sound/ncmpc/Manifest
@@ -1,2 +1 @@
-DIST ncmpc-0.31.tar.xz 249816 BLAKE2B 
c9c42fc1ba5cb79cab9a9cc86831ba8ca82bb57981885be81b218d57f529ac7ca9adfbb0de1e0bc7dca8215ecf5fdae1481b73ff6d0dfb69c2020390d0c6a1a2
 SHA512 
0d3fed08f54afd9aef6342928a3f3b63a973d86ec6510f54c59271316aad856cd1a493e193f676971d90c40ef26486789e8580f2df528bd031251265c48a5eac
 DIST ncmpc-0.33.tar.xz 226344 BLAKE2B 
d52fdcb17adda1d3d61645715029552804edbf8ed95d2f19e0a25ba11f66cf0e7921748aebceb63e8e32b8d31fbc2d387dfbed6bd5c6a735d5ffa4b17d9b4fa3
 SHA512 
47730003c9a8ad5b6e682de4b4d3c8882d3266659fcd73ea131d1bba3d6b4d9ac66bb1a3522d63cb238ca9e22d8035907b9d7621a0b5106763770b17325f53b9

diff --git a/media-sound/ncmpc/metadata.xml b/media-sound/ncmpc/metadata.xml
index f4eb96c015f..43e440230e0 100644
--- a/media-sound/ncmpc/metadata.xml
+++ b/media-sound/ncmpc/metadata.xml
@@ -6,7 +6,6 @@
Gentoo Sound project


-   Enable artist screen
Enable asynchronous connect
Enable the chat screen
Enable the help screen
@@ -17,7 +16,6 @@
Enable the outputs screen
Enable search screen
Enable song viewer screen
-   Enable TCP support


MusicPlayerDaemon/ncmpc

diff --git a/media-sound/ncmpc/ncmpc-0.31.ebuild 
b/media-sound/ncmpc/ncmpc-0.31.ebuild
deleted file mode 100644
index 6476c056f6d..000
--- a/media-sound/ncmpc/ncmpc-0.31.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson
-
-DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
-HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ 
https://github.com/MusicPlayerDaemon/ncmpc;
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86"
-IUSE="+artist-screen async-connect chat-screen doc +help-screen key-screen 
lirc lyrics-screen outputs-screen search-screen +song-screen +mouse nls tcp"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/libmpdclient
-   sys-libs/ncurses:0=[unicode]
-   lirc? ( app-misc/lirc )
-"
-
-DEPEND="
-   ${RDEPEND}
-   doc? (
-   app-doc/doxygen
-   dev-python/sphinx
-   )
-   virtual/pkgconfig
-"
-
-DOCS=( doc/. AUTHORS README.rst )
-
-src_prepare() {
-   default
-   sed -i -e '/'-Wl,--gc-sections'./d' meson.build || die "sed failed"
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dcurses=ncursesw
-   -Dcolors=true
-   -Dmini=false
-   -Dlyrics_plugin_dir="${EPREFIX}/usr/$(get_libdir)/ncmpc/lyrics"
-   -Dartist_screen=$(usex artist-screen true false)
-   -Dasync_connect=$(usex async-connect true false)
-   -Dchat_screen=$(usex chat-screen true false)
-   -Ddocumentation=$(usex doc true false)
-   -Dhelp_screen=$(usex help-screen true false)
-   -Dkey_screen=$(usex key-screen true false)
-   -Dlyrics_screen=$(usex lyrics-screen true false)
-   -Doutputs_screen=$(usex outputs-screen true false)
-   -Dsearch_screen=$(usex search-screen true false)
-   -Dsong_screen=$(usex song-screen true false)
-   -Dlocale=$(usex nls true false)
-   -Dmultibyte=$(usex nls true false)
-   -Dnls=$(usex nls true false)
-   -Dlirc=$(usex lirc true false)
-   -Dmouse=$(usex mouse true false)
-   -Dtcp=$(usex tcp true false)
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtimidity/, media-libs/libtimidity/files/

2019-04-28 Thread Pacho Ramos
commit: 8667042a286f47a44ac867e3b188c2a366cb73d9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:38:03 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:38:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8667042a

media-libs/libtimidity: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/libtimidity/Manifest|  3 --
 .../files/libtimidity-0.1.0-automagic.patch| 30 ---
 .../files/libtimidity-0.1.0-newlen-overflow.patch  | 22 --
 media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild | 34 --
 media-libs/libtimidity/libtimidity-0.2.0.ebuild| 28 --
 media-libs/libtimidity/libtimidity-0.2.2.ebuild| 28 --
 6 files changed, 145 deletions(-)

diff --git a/media-libs/libtimidity/Manifest b/media-libs/libtimidity/Manifest
index 47b448e2b0a..da8dbc42c65 100644
--- a/media-libs/libtimidity/Manifest
+++ b/media-libs/libtimidity/Manifest
@@ -1,4 +1 @@
-DIST libtimidity-0.1.0.tar.bz2 273410 BLAKE2B 
63bc62a586c3649a8906c256d778fcc9a320448141a8e87805545aecfd123187c453e9be15640a995db367c347f87063ada29dda9e6b8343061b8adc8ae22966
 SHA512 
7401e9b85c7e93c17871a9d767dfa9434808bf90d7d693522862c5f534f56dcac6c39fe24fc38b097505df349dad9f57e7ea2c6ae2deb9adce7d2ec861184ed1
-DIST libtimidity-0.2.0.tar.gz 420643 BLAKE2B 
beee2a11176f07068654e7ca90f552f8690a7291957d13efccd564345145c18a03c08663beef81cea5114c251f9e219587d7b16a85a73708d72f6ad92cbd31dc
 SHA512 
691f38c69e344d328aa0a98846d6023f22fcb81bac33a6cb4df0c2c05df9c84a1818732f7498ff9aa942c9939dab8f0a318b49769e9f934e417c3ee540af2c55
-DIST libtimidity-0.2.2.tar.gz 420174 BLAKE2B 
3414277e42bab31d0f23539f2f33c072e430b5b5323e1375a9a2614a45415d914cd7c07ee9c7caec4124cf166ad14220852dec397275122458409518b466fa7a
 SHA512 
07b0a0d0467e746b0e61656b76157e1291f21a9eac1249457feec49d661a423069e2aca95e45819591d2c29f9cd9a8b5f5cb7ce6cb0e8d2c30eb28c80293e624
 DIST libtimidity-0.2.4.tar.gz 421572 BLAKE2B 
b92a87ed0adbf00d74c482e17375fe42adbc86896435ebef858b87952f31f5bd4bcc61993aa03fca07f1f85367f57e227f5828f8cb5ff44561a11e5066e84b1b
 SHA512 
185c4ae58a14f69873869a9586cc23a1f7c9b681c67bb7cc9fe3c4ce51f5364970af6a0d76d3055d9f2cb82a7fd062699006b0c26f90340fb751cb976930

diff --git a/media-libs/libtimidity/files/libtimidity-0.1.0-automagic.patch 
b/media-libs/libtimidity/files/libtimidity-0.1.0-automagic.patch
deleted file mode 100644
index ead93ffd32d..000
--- a/media-libs/libtimidity/files/libtimidity-0.1.0-automagic.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -ur libtimidity-0.1.0.orig/configure.ac libtimidity-0.1.0/configure.ac
 libtimidity-0.1.0.orig/configure.ac2004-11-23 06:30:46.0 
+0200
-+++ libtimidity-0.1.0/configure.ac 2007-08-02 15:51:47.0 +0300
-@@ -39,9 +39,24 @@
- # Checks for libraries.
- LIBTIMIDITY_LIBS=""
- AC_CHECK_LIB([m], [pow], [LIBTIMIDITY_LIBS="$TIMIDITY_LIBS -lm"])
--have_ao=no
--XIPH_PATH_AO([have_ao=yes])
-+
-+AC_ARG_ENABLE([ao],
-+[AS_HELP_STRING([--enable-ao], [Enable libao (default=disabled)])],
-+[have_ao="$enableval"],
-+[have_ao="no"]
-+)
-+
-+if test "$have_ao" = "yes"; then
-+PKG_CHECK_MODULES([AO], [ao >= 0.8.5])
-+AC_DEFINE([AO], [], [Define when building with ao])
-+HAVE_AO="true"
-+else
-+HAVE_AO="false"
-+fi
-+
-+AC_SUBST([ENABLE_AO])
- AM_CONDITIONAL([HAVE_AO], [test $have_ao = yes])
-+AC_SUBST(AO_LIBS)
- 
- # Checks for header files.
- AC_HEADER_STDC

diff --git 
a/media-libs/libtimidity/files/libtimidity-0.1.0-newlen-overflow.patch 
b/media-libs/libtimidity/files/libtimidity-0.1.0-newlen-overflow.patch
deleted file mode 100644
index 22952a5ebba..000
--- a/media-libs/libtimidity/files/libtimidity-0.1.0-newlen-overflow.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur libtimidity-0.1.0/src/resample.c libtimidity-0.1.0-r1/src/resample.c
 libtimidity-0.1.0/src/resample.c   2004-11-21 23:02:53.0 +0100
-+++ libtimidity-0.1.0-r1/src/resample.c2008-02-24 18:46:36.0 
+0100
-@@ -545,7 +545,8 @@
- void pre_resample(MidSong *song, MidSample *sp)
- {
-   double a, xdiff;
--  sint32 incr, ofs, newlen, count;
-+  sint32 incr, ofs, count;
-+  unsigned int newlen;
-   sint16 *newdata, *dest, *src = (sint16 *) sp->data;
-   sint16 v1, v2, v3, v4, *vptr;
- #ifdef DEBUG_CHATTER
-@@ -561,7 +562,7 @@
- 
-   a = ((double) (sp->sample_rate) * freq_table[(int) (sp->note_to_use)]) /
- ((double) (sp->root_freq) * song->rate);
--  newlen = (sint32)(sp->data_length / a);
-+  newlen = (unsigned int)(sp->data_length / a);
-   dest = newdata = safe_malloc(newlen >> (FRACTION_BITS - 1));
- 
-   count = (newlen >> FRACTION_BITS) - 1;

diff --git a/media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild 
b/media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild
deleted file mode 100644
index 56547205691..000
--- 

[gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundtouch/files/, media-libs/libsoundtouch/

2019-04-28 Thread Pacho Ramos
commit: 3f26b6033bd89128e578cba62137b82c31cbf62d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:37:28 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:37:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f26b603

media-libs/libsoundtouch: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/libsoundtouch/Manifest  |  2 -
 .../files/libsoundtouch-2.0.0-CVE-2017-92xx.patch  | 36 --
 .../libsoundtouch/libsoundtouch-2.0.0-r1.ebuild| 56 --
 .../libsoundtouch/libsoundtouch-2.1.1.ebuild   | 55 -
 4 files changed, 149 deletions(-)

diff --git a/media-libs/libsoundtouch/Manifest 
b/media-libs/libsoundtouch/Manifest
index 0789f3c11c1..55a0c1bbc2c 100644
--- a/media-libs/libsoundtouch/Manifest
+++ b/media-libs/libsoundtouch/Manifest
@@ -1,3 +1 @@
-DIST soundtouch-2.0.0.tar.gz 455148 BLAKE2B 
e38358b0b773edc03a1b227222418d1e79a97f7a1c7abd22f2cb96bb2a7e3427802214775c908329eeec87710b4d199fba819ad7b99f3d58071749cf372991a1
 SHA512 
c916bdd2cb3d7547f264b1caf09b739b48a161c8c6288c3893fc97379546ed6b41dafaf603b583fbf64ae91270fdeb90811e5b0df0e9c051dc9f6ddca4d319f9
-DIST soundtouch-2.1.1.tar.bz2 526206 BLAKE2B 
bc5d2edef5ae7d297cd017968fb1206d14306c117a847ba34090dcd284a174edcc8f4694be4a98fee7a7d100e7a912e81c2e14a998a22ab2c50eb0d27ca823f7
 SHA512 
9272141e5c1a4def7356add524d861f2c78eb9574ebca2bab3a57190821fb1eb5c85624aa7b31d90ada38a5165bafd8445f6fdd51e2b3a262ca9a2f2db35a9aa
 DIST soundtouch-2.1.2.tar.bz2 526281 BLAKE2B 
f15f004fd6abdf4cd6fdb842c650480c670a517c6d94365633a7cc4beb95447d7a8bee965d4b258da6c31630e370e3c1c1fc73abfe8568ace465ce41a87397cf
 SHA512 
d45cb0f94e3df32e9c76722a148f201277b2ddc3e390394c1f4ae1263f13557c6b664e90301b5f62d7561d743ab4903a44a34ab7248880b343d581cebd5f0cd9

diff --git 
a/media-libs/libsoundtouch/files/libsoundtouch-2.0.0-CVE-2017-92xx.patch 
b/media-libs/libsoundtouch/files/libsoundtouch-2.0.0-CVE-2017-92xx.patch
deleted file mode 100644
index 0e475a3e44e..000
--- a/media-libs/libsoundtouch/files/libsoundtouch-2.0.0-CVE-2017-92xx.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: Fix CVE-2017-9258, CVE-2017-9259, CVE-2017-9260
- Based on an upstream commit, original commit message was: "Added sanity
- checks against illegal input audio stream parameters e.g. wildly excessive
- samplerate".
- . 
- There is no reference to CVEs or bugs, the commit was made after disclosure
- of the CVEs and all three proofs of concept (crafted wav files) fail after
- this commit.
- . 
- The commit was made after version 2.0.0, so that version is also vulnerable.
- .
- Unrelated changes were stripped away by patch author, upstream commit author
- is Olli Parviainen .
-Author: Gabor Karsay 
-Origin: upstream, https://sourceforge.net/p/soundtouch/code/256/
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870854
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870856
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870857

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 a/source/SoundTouch/TDStretch.cpp
-+++ b/source/SoundTouch/TDStretch.cpp
-@@ -128,7 +128,12 @@
-   int aSeekWindowMS, int aOverlapMS)
- {
- // accept only positive parameter values - if zero or negative, use old 
values instead
--if (aSampleRate > 0)   this->sampleRate = aSampleRate;
-+if (aSampleRate > 0)
-+{
-+if (aSampleRate > 192000) ST_THROW_RT_ERROR("Error: Excessive 
samplerate");
-+this->sampleRate = aSampleRate;
-+}
-+
- if (aOverlapMS > 0)this->overlapMs = aOverlapMS;
- 
- if (aSequenceMS > 0)

diff --git a/media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild 
b/media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild
deleted file mode 100644
index e57c4115a6f..000
--- a/media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/lib}"
-inherit autotools flag-o-matic multilib-minimal
-
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback 
rates"
-HOMEPAGE="https://www.surina.net/soundtouch/;
-SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz;
-
-LICENSE="LGPL-2.1"
-# subslot = libSoundTouch.so soname
-SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
-IUSE="cpu_flags_x86_sse openmp static-libs"
-
-DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
-
-S="${WORKDIR}/${MY_PN}"
-
-PATCHES=( "${FILESDIR}/${P}-CVE-2017-92xx.patch" )
-
-src_prepare() {
-   default
-   if use openmp ; then
-   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
-   fi
-   sed -i "s:^\(dist_doc_DATA=\)COPYING.TXT 

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

2019-04-28 Thread Pacho Ramos
commit: e3557d8ffd9e4023dc8a33cd069c426fb5a66081
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:35:38 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:35:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3557d8f

media-sound/cvoicecontrol: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 .../cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild 
b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild
deleted file mode 100644
index 37dd3eaabfd..000
--- a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE=""
-
-inherit eutils
-
-MY_P=${P/_/}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Console based speech recognition system"
-HOMEPAGE="http://www.kiecza.net/daniel/linux/;
-SRC_URI="http://www.kiecza.net/daniel/linux/${MY_P}.tar.bz2;
-
-SLOT="0"
-LICENSE="GPL-2"
-
-KEYWORDS="amd64 ppc sparc x86"
-
-src_unpack() {
-   unpack ${A}
-
-   epatch "${FILESDIR}/${P}-gentoo.diff"
-
-   #remove "docs" from SUBDIRS in Makefile.in
-   #Makefile will try to install few html files directly under the /usr
-   #much easier to do with dohtml
-   cd "${S}"/cvoicecontrol/
-   sed -i -e "s:SUBDIRS = docs:#SUBDIRS = docs:" Makefile.in
-
-   cd "${S}"
-   sed -i -e "s/install-data-am: install-data-local/install-data-am:/" 
Makefile.in
-}
-
-src_install () {
-   make DESTDIR="${D}" install || die
-
-   #install documentation
-   dodoc AUTHORS BUGS ChangeLog FAQ README
-   dohtml cvoicecontrol/docs/en/*.html
-}



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

2019-04-28 Thread Pacho Ramos
commit: ac80f5606d556caa4b7361a904ba79ab5092
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:35:04 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:35:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac80f560

media-sound/alsaplayer: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/alsaplayer/alsaplayer-0.99.81.ebuild | 83 
 1 file changed, 83 deletions(-)

diff --git a/media-sound/alsaplayer/alsaplayer-0.99.81.ebuild 
b/media-sound/alsaplayer/alsaplayer-0.99.81.ebuild
deleted file mode 100644
index bc24c59aa7a..000
--- a/media-sound/alsaplayer/alsaplayer-0.99.81.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools desktop
-
-DESCRIPTION="A heavily multi-threaded pluggable audio player"
-HOMEPAGE="http://www.alsaplayer.org/;
-SRC_URI="http://www.alsaplayer.org/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~sparc x86"
-IUSE="+alsa audiofile doc flac gtk id3tag jack mad mikmod nas nls ogg opengl 
oss vorbis xosd"
-
-RDEPEND="
-   media-libs/libsndfile:=
-   sys-libs/zlib:=
-   alsa? ( media-libs/alsa-lib )
-   audiofile? ( media-libs/audiofile )
-   flac? ( media-libs/flac )
-   gtk? ( >=x11-libs/gtk+-2.10:2 )
-   id3tag? ( media-libs/libid3tag )
-   jack? ( >=media-sound/jack-audio-connection-kit-0.80 )
-   mad? ( media-libs/libmad )
-   mikmod? ( media-libs/libmikmod:0 )
-   nas? ( media-libs/nas )
-   ogg? ( media-libs/libogg )
-   opengl? ( virtual/opengl )
-   vorbis? ( media-libs/libvorbis )
-   xosd? ( x11-libs/xosd )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   nls? ( sys-devel/gettext )
-   oss? ( virtual/os-headers )"
-REQUIRED_USE="|| ( alsa jack nas oss )"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e 's:AM_CFLAGS = $(AM_CXXFLAGS)::' \
-   output/jack/Makefile.am || die
-
-   sed -i \
-   -e 's:-O2 -funroll-loops -finline-functions -ffast-math::' \
-   configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   export ac_cv_prog_HAVE_DOXYGEN=$(usex doc true false)
-   export ac_cv_lib_xosd_xosd_create=$(usex xosd)
-
-   econf \
-   --disable-esd \
-   $(use_enable nls) \
-   $(use_enable opengl) \
-   $(use_enable mikmod) \
-   $(use_enable vorbis oggvorbis) \
-   $(use_enable audiofile) \
-   $(use_enable flac) \
-   $(use_enable mad) \
-   $(use_enable id3tag) \
-   $(use_enable gtk systray) \
-   $(use_enable jack) \
-   $(use_enable alsa) \
-   $(use_enable oss) \
-   $(use_enable gtk gtk2) \
-   $(use_enable nas)
-}
-
-src_install() {
-   default
-   dodoc docs/*.txt
-
-   newicon interface/gtk2/pixmaps/logo.xpm ${PN}.xpm
-
-   find "${D}" -name '*.la' -delete || die
-}



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

2019-04-28 Thread Pacho Ramos
commit: 75daeafb8048353d843a59929283bc39b1fc3fa6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:35:55 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:35:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75daeafb

media-sound/fapg: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/fapg/Manifest |  1 -
 media-sound/fapg/fapg-0.41.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest
index b433328002c..d9d39fed8d7 100644
--- a/media-sound/fapg/Manifest
+++ b/media-sound/fapg/Manifest
@@ -1,2 +1 @@
-DIST fapg-0.41.tar.gz 94315 BLAKE2B 
9814ae7fff84060b647b2e82d0aae3b3fbaa290ea673a7fe9b539ea3efb82d5e310692a70b2d1d976b37714c227665897c5983bdd14e6e14c241e9bd1e4baa45
 SHA512 
17efde8cf0760f2eb3136814d9d332352b9c378213104a5540aee381482d3da72fd17e63e96360bcffe1850399124f1c6fcff9471a89881f746453a092d64ceb
 DIST fapg-0.42.tar.gz 94920 BLAKE2B 
b7da3a9df4b3f61022d237fe2b94238d56ceee456de54843062a887710f8faea17cfc6198487317797d9b16b006ccf311eb8e0f9e9e55a2e5d0aed173758457f
 SHA512 
e3bbef35b9c845d80bcd1ee1116e4eb99b98e9d84cff034f2a49bbfcaa7664ab48b9453fb680fe7274fa74e9e0126950fbb15deb793eb95362f74c11151f8731

diff --git a/media-sound/fapg/fapg-0.41.ebuild 
b/media-sound/fapg/fapg-0.41.ebuild
deleted file mode 100644
index 00f60a0813e..000
--- a/media-sound/fapg/fapg-0.41.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Fast Audio Playlist Generator"
-HOMEPAGE="http://royale.zerezo.com/fapg/;
-SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz;
-IUSE="xspf"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-RDEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-   local myconf=""
-   use xspf || myconf="${myconf} --disable-xspf"
-   econf ${myconf}
-   emake || die "make failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-   dodoc AUTHORS ChangeLog README
-}



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

2019-04-28 Thread Pacho Ramos
commit: 9c4cd7427d52954a8134dbfe21313f80d53771d4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 28 22:35:23 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 28 22:35:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4cd742

media-sound/asunder: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/asunder/Manifest|  1 -
 media-sound/asunder/asunder-2.9.2-r2.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/media-sound/asunder/Manifest b/media-sound/asunder/Manifest
index 8c7d5d6706f..a3121d6164c 100644
--- a/media-sound/asunder/Manifest
+++ b/media-sound/asunder/Manifest
@@ -1,2 +1 @@
-DIST asunder-2.9.2.tar.bz2 279227 BLAKE2B 
7b8e1a54e4577267d7c4b4fa3f3fd5b434bc52465d3c473de309f48ac196c2d40885acf08fe84669ccfd5c107d7e45e45069c1757fbc2b550cdb8eaa90e01475
 SHA512 
37b8ed7c7eed46e594807866d29c3bd37cba8d880c68e714168ae373a8d0dbc58cf837dbd704f95ddbe2544880470fb1f176ab6a67643a4a45b048eabb87e4c2
 DIST asunder-2.9.3.tar.bz2 275527 BLAKE2B 
a113fc2c38050a5903919b78d5c7f304c3938665318d86dbbdd01d503641413bccc755621cefd948b10fb352f6995252fb548cc5730e1ff50d4b2d6a3634
 SHA512 
b6546e16c936285584480cf378be11e96717aeedc22a7c5163cc0791a41498597d8437369d00823710c56faabe1dea23e4be9c839eb1ee371415104f13d61296

diff --git a/media-sound/asunder/asunder-2.9.2-r2.ebuild 
b/media-sound/asunder/asunder-2.9.2-r2.ebuild
deleted file mode 100644
index ed513c27d33..000
--- a/media-sound/asunder/asunder-2.9.2-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils
-
-DESCRIPTION="A graphical Audio CD ripper and encoder with support for many 
output formats"
-HOMEPAGE="http://littlesvr.ca/asunder/;
-SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="flac mac mp3 musepack opus vorbis wavpack"
-
-COMMON_DEPEND=">=media-libs/libcddb-0.9.5
-   media-sound/cdparanoia
-   x11-libs/gtk+:2"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
-RDEPEND="${COMMON_DEPEND}
-   flac? ( media-libs/flac )
-   mac? ( media-sound/mac )
-   mp3? ( media-sound/lame )
-   musepack? ( media-sound/musepack-tools )
-   opus? ( media-sound/opus-tools )
-   vorbis? ( media-sound/vorbis-tools )
-   wavpack? ( media-sound/wavpack )"
-
-src_prepare() {
-   default
-   sed -i -e 's:cd syslogng && $(MAKE) install:true:' Makefile.in || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2019-04-28 Thread Jeroen Roovers
commit: b5a5376717eb1d9b5e14c77b0efd0cb1e29547d0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr 28 22:20:36 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr 28 22:20:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a53767

x11-drivers/nvidia-drivers: Update HOMEPAGE

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-340.107-r1.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-390.116-r2.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-410.104-r2.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-415.27-r2.ebuild  | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-418.56.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-430.09.ebuild | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.107-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-340.107-r1.ebuild
index 9f6d53714ee..8569c823af5 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.107-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.107-r1.ebuild
@@ -12,7 +12,7 @@ X86_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86-${PV}"
 AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}"
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"
-HOMEPAGE="http://www.nvidia.com/;
+HOMEPAGE="https://www.nvidia.com/;
 SRC_URI="
amd64-fbsd? ( 
${NV_URI}FreeBSD-x86_64/${PV}/${AMD64_FBSD_NV_PACKAGE}.tar.gz )
amd64? ( ${NV_URI}Linux-x86_64/${PV}/${AMD64_NV_PACKAGE}.run )

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.116-r2.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.116-r2.ebuild
index 1a303996db2..20a862e33ea 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.116-r2.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.116-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic linux-info linux-mod 
multilib-minimal nvidia-driver
portability toolchain-funcs unpacker user udev
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"
-HOMEPAGE="http://www.nvidia.com/;
+HOMEPAGE="https://www.nvidia.com/;
 
 AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}"
 AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-410.104-r2.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-410.104-r2.ebuild
index 9e44c52fdf8..380a28dcb5e 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-410.104-r2.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-410.104-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic linux-info linux-mod 
multilib-minimal nvidia-driver
portability toolchain-funcs unpacker user udev
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"
-HOMEPAGE="http://www.nvidia.com/;
+HOMEPAGE="https://www.nvidia.com/;
 
 AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}"
 AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.27-r2.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.27-r2.ebuild
index 047e75d792a..2d23100ed62 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.27-r2.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.27-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic linux-info linux-mod 
multilib-minimal nvidia-driver
portability toolchain-funcs unpacker user udev
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"
-HOMEPAGE="http://www.nvidia.com/;
+HOMEPAGE="https://www.nvidia.com/;
 
 AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}"
 AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-418.56.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-418.56.ebuild
index 0515d30eaa2..36782b8a8b2 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-418.56.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-418.56.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic linux-info linux-mod 
multilib-minimal nvidia-driver
portability toolchain-funcs unpacker user udev
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"
-HOMEPAGE="http://www.nvidia.com/;
+HOMEPAGE="https://www.nvidia.com/;
 
 AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}"
 AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-430.09.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-430.09.ebuild
index 069ac0fbe70..be4a370475e 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-430.09.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-430.09.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic linux-info linux-mod 
multilib-minimal nvidia-driver
portability toolchain-funcs unpacker user udev
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"
-HOMEPAGE="http://www.nvidia.com/;
+HOMEPAGE="https://www.nvidia.com/;
 
 AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}"
 AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}"



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

2019-04-28 Thread Andreas Sturmlechner
commit: 0aa724eab50853fc5d42bb498ef7cb4855be7f4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 27 11:07:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 22:16:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa724ea

profiles: arm: Drop USE=qt5 stable-mask

Apparently Qt5 was re-stabilised.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/arm/use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm/use.stable.mask 
b/profiles/arch/arm/use.stable.mask
index 120f9a73381..00124b594bb 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -9,10 +9,6 @@
 python_targets_python3_7
 python_single_target_python3_7
 
-# Andreas Sturmlechner  (06 May 2018)
-# Not stable, bug #642822
-qt5
-
 # Andrey Grozin  (16 May 2014)
 # No stable gcl
 gcl



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

2019-04-28 Thread Andreas Sturmlechner
commit: 29d302b8159752c113030b54d07e520a6457b873
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 27 11:06:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 22:16:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d302b8

profiles: arm: Drop Qt5 USE-revdeps package.use.stable.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/arm/package.use.stable.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 6444d068314..747e71d461b 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -36,11 +36,6 @@ app-text/dblatex inkscape
 dev-python/wsgiproxy2 test
 dev-python/pyquery test
 
-# Andreas Sturmlechner  (07 May 2018)
-# Requires not stabilised Qt5
-app-i18n/ibus kde
-dev-qt/qtchooser test
-
 # Andreas Sturmlechner  (07 May 2018)
 # Requires not stabilised dev-python/matplotlib
 dev-python/numpydoc test



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

2019-04-28 Thread Thomas Deutschmann
commit: 479de0d78153bcacb8788d886d067e934ab743c5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:53:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:04:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479de0d7

media-sound/asunder: x86 stable (bug #681414)

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

 media-sound/asunder/asunder-2.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/asunder/asunder-2.9.3-r1.ebuild 
b/media-sound/asunder/asunder-2.9.3-r1.ebuild
index ec065b26f72..971ae683769 100644
--- a/media-sound/asunder/asunder-2.9.3-r1.ebuild
+++ b/media-sound/asunder/asunder-2.9.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="flac mac mp3 musepack opus vorbis wavpack"
 
 BDEPEND="



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

2019-04-28 Thread Thomas Deutschmann
commit: cafa3dbbf9765bd1624a4512439737b48b42cae2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:58:16 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafa3dbb

media-libs/libtimidity: x86 stable (bug #681396)

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

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

diff --git a/media-libs/libtimidity/libtimidity-0.2.4.ebuild 
b/media-libs/libtimidity/libtimidity-0.2.4.ebuild
index 10c852bd6a5..a7f4066567a 100644
--- a/media-libs/libtimidity/libtimidity-0.2.4.ebuild
+++ b/media-libs/libtimidity/libtimidity-0.2.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/2"
-KEYWORDS="amd64 ~arm64 hppa ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm64 hppa ppc ppc64 sparc x86"
 IUSE="ao debug"
 
 RDEPEND="ao? ( >=media-libs/libao-1.1.0-r2[${MULTILIB_USEDEP}] )"



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

2019-04-28 Thread Thomas Deutschmann
commit: 2a5b572cd3ce9d033b97956503c3c4b295f073ae
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:56:13 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5b572c

media-libs/libclalsadrv: x86 stable (bug #681370)

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

 media-libs/libclalsadrv/libclalsadrv-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libclalsadrv/libclalsadrv-2.0.0-r1.ebuild 
b/media-libs/libclalsadrv/libclalsadrv-2.0.0-r1.ebuild
index e93a49b9e1c..8c8c6d31553 100644
--- a/media-libs/libclalsadrv/libclalsadrv-2.0.0-r1.ebuild
+++ b/media-libs/libclalsadrv/libclalsadrv-2.0.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="media-libs/alsa-lib"



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

2019-04-28 Thread Thomas Deutschmann
commit: 8a5b9afda28dd621f1f3c1a6b4a5fbe54c3e3e64
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:02:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5b9afd

media-sound/opus-tools: x86 stable (bug #681444)

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

 media-sound/opus-tools/opus-tools-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/opus-tools/opus-tools-0.2.ebuild 
b/media-sound/opus-tools/opus-tools-0.2.ebuild
index c62c01416a1..7111b11302d 100644
--- a/media-sound/opus-tools/opus-tools-0.2.ebuild
+++ b/media-sound/opus-tools/opus-tools-0.2.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="flac"
 
 RDEPEND="



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

2019-04-28 Thread Thomas Deutschmann
commit: 8a0d0c009514aba8bc3a1b21fd9a195d1ef85e09
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:57:50 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0d0c00

media-libs/libsoundtouch: x86 stable (bug #681394)

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

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

diff --git a/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild 
b/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
index 80e689588dc..d09a077c84c 100644
--- a/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.com/${MY_PN}/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2;
 LICENSE="LGPL-2.1"
 # subslot = libSoundTouch.so soname
 SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
 IUSE="cpu_flags_x86_sse openmp static-libs"
 
 BDEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"



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

2019-04-28 Thread Thomas Deutschmann
commit: 7f4652ba090d4fc0d7ac3dfe5ea3d3d3c8c6f775
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:04:02 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4652ba

media-sound/sonata: x86 stable (bug #681454)

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

 media-sound/sonata/sonata-1.6.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sonata/sonata-1.6.2.1-r2.ebuild 
b/media-sound/sonata/sonata-1.6.2.1-r2.ebuild
index 84d5a419dbd..e66283e0736 100644
--- a/media-sound/sonata/sonata-1.6.2.1-r2.ebuild
+++ b/media-sound/sonata/sonata-1.6.2.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dbus lyrics taglib"
 
 BDEPEND="



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

2019-04-28 Thread Thomas Deutschmann
commit: 373d522dcf5683b469e08a3591032395fc4c9329
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:59:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373d522d

media-sound/mp3splt: x86 stable (bug #682550)

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

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

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 0d1020409e7..00392c2e4b6 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="flac"
 
 RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"



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

2019-04-28 Thread Thomas Deutschmann
commit: aced6f146552342c9b3ad5ce980a2264457d111b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:54:17 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:04:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aced6f14

media-sound/cvoicecontrol: x86 stable (bug #681418)

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

 media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild 
b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild
index e8555e78e0b..e62b1944af1 100644
--- a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild
+++ b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.kiecza.net/daniel/linux/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"



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

2019-04-28 Thread Thomas Deutschmann
commit: f6f6ee2511b7e7f96e780095d630a864afc113f1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:56:44 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f6ee25

media-libs/libdiscid: x86 stable (bug #681386)

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

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

diff --git a/media-libs/libdiscid/libdiscid-0.6.2.ebuild 
b/media-libs/libdiscid/libdiscid-0.6.2.ebuild
index 12e8b233e9c..89025634633 100644
--- a/media-libs/libdiscid/libdiscid-0.6.2.ebuild
+++ b/media-libs/libdiscid/libdiscid-0.6.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DOCS=( AUTHORS ChangeLog examples/discid.c README )



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

2019-04-28 Thread Thomas Deutschmann
commit: aafa89c10a0b669c45a55269922b7e27f861845c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:03:34 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafa89c1

media-libs/raptor: x86 stable (bug #681404)

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

 media-libs/raptor/raptor-2.0.15-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/raptor/raptor-2.0.15-r2.ebuild 
b/media-libs/raptor/raptor-2.0.15-r2.ebuild
index e03f0a25cb0..19c65a6a774 100644
--- a/media-libs/raptor/raptor-2.0.15-r2.ebuild
+++ b/media-libs/raptor/raptor-2.0.15-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 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 ppc ppc64 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="+curl debug json static-libs unicode"
 
 DEPEND="



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

2019-04-28 Thread Thomas Deutschmann
commit: 495f46b30273303dc5efe5935194b513a5797975
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:54:57 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495f46b3

media-libs/fmod: x86 stable (bug #681380)

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

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

diff --git a/media-libs/fmod/fmod-4.38.02.ebuild 
b/media-libs/fmod/fmod-4.38.02.ebuild
index 18d0fe0d905..6a75cfb9a8b 100644
--- a/media-libs/fmod/fmod-4.38.02.ebuild
+++ b/media-libs/fmod/fmod-4.38.02.ebuild
@@ -14,7 +14,7 @@ SRC_URI="x86? ( 
http://www.fmod.org/index.php/release/version/${MY_P}.tar.gz )
 
 LICENSE="BSD BSD-2 fmod"
 SLOT="1"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 RESTRICT="strip test"



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

2019-04-28 Thread Thomas Deutschmann
commit: 3a336812849a93e9df1a3c9981ac68af3879b3ed
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:02:51 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a336812

media-sound/pianobar: x86 stable (bug #681448)

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

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

diff --git a/media-sound/pianobar/pianobar-2019.01.25.ebuild 
b/media-sound/pianobar/pianobar-2019.01.25.ebuild
index 21ff5b2645a..60e77da71e6 100644
--- a/media-sound/pianobar/pianobar-2019.01.25.ebuild
+++ b/media-sound/pianobar/pianobar-2019.01.25.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git;
 else
SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2;
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="A console-based replacement for Pandora's flash player"



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

2019-04-28 Thread Thomas Deutschmann
commit: 1681b103550e2692e0360703f8c76c877cb45a0c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:59:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1681b103

media-sound/mikmod: x86 stable (bug #681432)

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

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

diff --git a/media-sound/mikmod/mikmod-3.2.8.ebuild 
b/media-sound/mikmod/mikmod-3.2.8.ebuild
index 4e9a21d09c4..0f9fc49769d 100644
--- a/media-sound/mikmod/mikmod-3.2.8.ebuild
+++ b/media-sound/mikmod/mikmod-3.2.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~sparc x86"
 IUSE=""
 
 DEPEND="



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

2019-04-28 Thread Thomas Deutschmann
commit: ec7739f50756c86c016880133233bb0d9ccff775
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:55:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7739f5

media-gfx/jpeginfo: x86 stable (bug #681114)

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

 media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
index 8e8fd5f1145..4b8027f00b3 100644
--- a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/jpeg:0"
 DEPEND="${RDEPEND}"



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

2019-04-28 Thread Thomas Deutschmann
commit: 7d80fa3158471bbab437d34683b0f7ea9cb473a9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:59:40 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d80fa31

sys-libs/timezone-data: bump to v2019a

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

 sys-libs/timezone-data/Manifest   |   2 +
 sys-libs/timezone-data/timezone-data-2019a.ebuild | 178 ++
 2 files changed, 180 insertions(+)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index 50bea910eb0..f29939567ec 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,2 +1,4 @@
 DIST tzcode2018i.tar.gz 242962 BLAKE2B 
682a23c324b6d8e1a0d63c6140c82ca3a24017c0972e7f915ecad5e0838f8f57743ffa2c5d9cc9744739a0e7d791ddb21947618cd11635767800ac99307c9548
 SHA512 
1a3d53043f20b8252f7598f547d78e7294d9e0cf1fcdd2159354d9769f824c8c8a03cef9cbb7fa579345fdb41372335117d2ef782ecd9c107dd0526e59492d9d
+DIST tzcode2019a.tar.gz 246449 BLAKE2B 
c54b72baf1c2471e96fa7f68693e047b71a80e0f2c116e14b42ac561c45c3e84bf7324a4fbc124b70ac5470e9a3b224e708a9864092f35070d7c592e65cbd7c9
 SHA512 
7cc76ce6be4a67c3e1bcb632d2de9dabb76899793a938f87a1d4bb20e462cabdae9e3b986aaabaa400795370510095d236dbad5aff4c192d0887f0ecedf5
 DIST tzdata2018i.tar.gz 377009 BLAKE2B 
fa28fdac145756368d4760c418742efd558e63fd9900fc4649971b683b162df5e566c6214a79ec46b48fc65af488a7e0e95ddb6176a4f9adb5b39bc634426143
 SHA512 
6afcacb377842190648ed26f01abcf3db37aa2e7c63d8c509c29b4bc0078b7ff2d4e5375291b9f53498215b9e2f04936bc6145e2f651ae0be6d8166d8d336f6a
+DIST tzdata2019a.tar.gz 378961 BLAKE2B 
f8ab67f1fac34ab81fa9995cd70399728e6755303354e29e90ef8c3c513806c2849f5332d170f52f99554ba387ea2cf2667cf70be6b85b68e25061d93879e3cd
 SHA512 
d8eb5b2b68abee08bd2b0d2134bce85b5c0aee85168e9697a607604ed5be7d1539ac60fda9b37e0c9c793ef6251978bc250563a0af59497fde775499964bb5aa

diff --git a/sys-libs/timezone-data/timezone-data-2019a.ebuild 
b/sys-libs/timezone-data/timezone-data-2019a.ebuild
new file mode 100644
index 000..990fe3b06b8
--- /dev/null
+++ b/sys-libs/timezone-data/timezone-data-2019a.ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs flag-o-matic
+
+code_ver=${PV}
+data_ver=${PV}
+DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
+HOMEPAGE="https://www.iana.org/time-zones;
+SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
+   
https://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz;
+
+LICENSE="BSD public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris"
+IUSE="nls leaps_timezone elibc_FreeBSD"
+
+DEPEND="nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}
+   !sys-libs/glibc[vanilla(+)]"
+
+S=${WORKDIR}
+
+src_prepare() {
+   default
+
+   # check_web contacts validator.w3.org
+   sed -i -e 's/check_tables check_web/check_tables/g' \
+   Makefile || die "Failed to disable check_web"
+
+   tc-is-cross-compiler && cp -pR "${S}" "${S}"-native
+}
+
+src_configure() {
+   tc-export CC
+
+   append-lfs-flags #471102
+
+   if use elibc_FreeBSD || use elibc_Darwin ; then
+   append-cppflags -DSTD_INSPIRED #138251
+   fi
+
+   append-cppflags -DHAVE_GETTEXT=$(usex nls 1 0) -DTZ_DOMAIN='\"libc\"'
+   LDLIBS=""
+   if use nls ; then
+   # See if an external libintl is available. #154181 #578424
+   local c="${T}/test"
+   echo 'main(){}' > "${c}.c"
+   if $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} "${c}.c" -o 
"${c}" -lintl 2>/dev/null ; then
+   LDLIBS+=" -lintl"
+   fi
+   fi
+}
+
+_emake() {
+   emake \
+   REDO=$(usex leaps_timezone posix_right posix_only) \
+   TZDATA_TEXT= \
+   TOPDIR="${EPREFIX}" \
+   ZICDIR='$(TOPDIR)/usr/bin' \
+   "$@"
+}
+
+src_compile() {
+   _emake \
+   AR="$(tc-getAR)" \
+   cc="$(tc-getCC)" \
+   RANLIB="$(tc-getRANLIB)" \
+   CFLAGS="${CFLAGS} -std=gnu99 ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   LDLIBS="${LDLIBS}"
+   if tc-is-cross-compiler ; then
+   _emake -C "${S}"-native \
+   AR="$(tc-getBUILD_AR)" \
+   cc="$(tc-getBUILD_CC)" \
+   RANLIB="$(tc-getBUILD_RANLIB)" \
+   CFLAGS="${BUILD_CFLAGS} ${BUILD_CPPFLAGS}" \
+   

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

2019-04-28 Thread Thomas Deutschmann
commit: 489552bcdff58f4db017833c7166486cfbaeaa78
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:02:31 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489552bc

media-libs/libopusenc: x86 stable (bug #681444)

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

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild 
b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
index e3775dd16e7..391a3a75be0 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="doc"
 
 BDEPEND="virtual/pkgconfig"



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

2019-04-28 Thread Thomas Deutschmann
commit: dd90089eaf3026c5e21b3549c5ad7439f0a0fe5f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:57:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd90089e

media-libs/libofa: x86 stable (bug #681392)

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

 media-libs/libofa/libofa-0.9.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libofa/libofa-0.9.3-r2.ebuild 
b/media-libs/libofa/libofa-0.9.3-r2.ebuild
index 57e6cbfcbbc..99ef01b91fc 100644
--- a/media-libs/libofa/libofa-0.9.3-r2.ebuild
+++ b/media-libs/libofa/libofa-0.9.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://musicip-libofa.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="|| ( APL-1.0 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 BDEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"



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

2019-04-28 Thread Thomas Deutschmann
commit: a691090b7d9fd932e5c37023565013645262cd91
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:01:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a691090b

media-sound/ncmpc: x86 stable (bug #681442)

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

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

diff --git a/media-sound/ncmpc/ncmpc-0.33-r1.ebuild 
b/media-sound/ncmpc/ncmpc-0.33-r1.ebuild
index 67297f83418..2746f5e2c15 100644
--- a/media-sound/ncmpc/ncmpc-0.33-r1.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.33-r1.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-libs/libaacplus/

2019-04-28 Thread Thomas Deutschmann
commit: 3387c53b792672a38785169289654e83ea7e3e76
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:55:54 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3387c53b

media-libs/libaacplus: x86 stable (bug #681384)

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

 media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild 
b/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild
index e95ddf9bd4b..90c09d93559 100644
--- a/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild
+++ b/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="fftw static-libs"
 RESTRICT="bindist mirror"
 



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

2019-04-28 Thread Thomas Deutschmann
commit: bf454328daea533829091bd59081ea81f1184ebe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:53:26 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:04:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf454328

media-sound/alsaplayer: x86 stable (bug #681372)

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

 media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild 
b/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild
index bfbd3f05808..54627dd5384 100644
--- a/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild
+++ b/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.alsaplayer.org/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~mips ~ppc ~sparc x86"
 IUSE="+alsa audiofile doc flac gtk id3tag jack mad mikmod nas nls ogg opengl 
oss vorbis xosd"
 
 RDEPEND="



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

2019-04-28 Thread Thomas Deutschmann
commit: dd95af958d935a19c24e066edc65e6ff4f33d09d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:00:32 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd95af95

media-libs/mutagen: x86 stable (bug #681398)

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

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

diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild 
b/media-libs/mutagen/mutagen-1.42.0.ebuild
index bb12ba937a6..7fcf6da82a1 100644
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc test"
 
 # TODO: Missing support for >=dev-python/eyeD3-0.7 API



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

2019-04-28 Thread Thomas Deutschmann
commit: 511d65baf8f39c0ffde6fb0aa33aadbaa27c4f54
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:04:31 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511d65ba

media-sound/xwax: x86 stable (bug #681458)

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

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

diff --git a/media-sound/xwax/xwax-1.6.ebuild b/media-sound/xwax/xwax-1.6.ebuild
index 273bd31cd5c..9565610d929 100644
--- a/media-sound/xwax/xwax-1.6.ebuild
+++ b/media-sound/xwax/xwax-1.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xwax.org/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="alsa jack oss cdda mp3 +fallback"
 
 REQUIRED_USE="|| ( cdda mp3 fallback )



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

2019-04-28 Thread Thomas Deutschmann
commit: f47784f6cb1a270c85c8f45df0ea8f2442817dec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:54:43 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47784f6

media-sound/fapg: x86 stable (bug #681424)

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

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

diff --git a/media-sound/fapg/fapg-0.42.ebuild 
b/media-sound/fapg/fapg-0.42.ebuild
index 2ce675374d2..b6e485692da 100644
--- a/media-sound/fapg/fapg-0.42.ebuild
+++ b/media-sound/fapg/fapg-0.42.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/

2019-04-28 Thread Thomas Deutschmann
commit: 6af0be7ee20bcfc49f7f1d5fc615b7f8fd0c89cc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:58:49 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af0be7e

sci-mathematics/maxima: x86 stable (bug #677422)

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

 sci-mathematics/maxima/maxima-5.42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/maxima/maxima-5.42.1.ebuild 
b/sci-mathematics/maxima/maxima-5.42.1.ebuild
index 24423bba7cf..07c6bbdadd5 100644
--- a/sci-mathematics/maxima/maxima-5.42.1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.42.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 # Supported lisps
 LISPS=( sbcl cmucl gcl ecls clozurecl clisp )



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

2019-04-28 Thread Thomas Deutschmann
commit: d84492f50124d958c13aebdfba0f848e4e5235de
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 22:01:43 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84492f5

net-analyzer/nrpe: x86 stable (bug #662624)

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

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

diff --git a/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild 
b/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild
index c5a933d6063..c0b7658e22f 100644
--- a/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild
+++ b/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE="command-args libressl selinux ssl"
 
 DEPEND="sys-apps/tcp-wrappers



[gentoo-commits] proj/musl:master commit in: sys-auth/polkit/, sys-auth/polkit/files/

2019-04-28 Thread Jory Pratt
commit: 0b221c4343840a141621811e896da9f4fa359869
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Apr 28 21:55:50 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Apr 28 21:55:50 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0b221c43

sys-auth/polkit: sync with tree, update netgroup patch

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jory Pratt  gentoo.org>

 sys-auth/polkit/Manifest   |   1 +
 ...lkit-0.116-make-netgroup-support-optional.patch | 155 +
 sys-auth/polkit/metadata.xml   |   5 +-
 sys-auth/polkit/polkit-0.116.ebuild| 143 +++
 4 files changed, 302 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest
index 3883c90..9a71461 100644
--- a/sys-auth/polkit/Manifest
+++ b/sys-auth/polkit/Manifest
@@ -1,2 +1,3 @@
 DIST polkit-0.113.tar.gz 1448865 BLAKE2B 
93cb6abf03d0de193e9f64b953bee40faf3bd07cf6f86beb4f84edd740dedc0bcf7a1ffd6b3a1a816e5adad0ee59536dacae3d991add4c4965cc6a98566b7470
 SHA512 
ab177c89a20eeb2978ddbe28afb205d3619f9c5defe833eb68a85e71a0f2c905367f1295cbbfb85da5eafdd661bce474d5d84aca9195cd425a18c9b4170eb5f9
 DIST polkit-0.115.tar.gz 1550932 BLAKE2B 
3185ebed46209f88a9ffccbbcaf1bf180d1ae6d5ec53cf3c66d867ad43910b47a1123a3db190991ebb382a0d28fc5a119ea4bab942db324e9af5663056cf6ee1
 SHA512 
1153011fa93145b2c184e6b3446d3ca21b38918641aeccd8fac3985ac3e30ec6bc75be6973985fde90f2a24236592f1595be259155061c2d33358dd17c4ee4fc
+DIST polkit-0.116.tar.gz 1548311 BLAKE2B 
e9761a2934136d453a47b81dd1f132f9fc96c45b731d5fceb2aa7706f5325b6499f6acbb68032befc1b21878b1b54754685607c916ca8e02a8accca3ca014b31
 SHA512 
b66b01cc2bb4349de70147f41f161f0f6f41e7230b581dfb054058b48969ec57041ab05b51787c749ccfc36aa5f317952d7e7ba337b4f6f6c0a923ed5866c2d5

diff --git 
a/sys-auth/polkit/files/polkit-0.116-make-netgroup-support-optional.patch 
b/sys-auth/polkit/files/polkit-0.116-make-netgroup-support-optional.patch
new file mode 100644
index 000..0b4b698
--- /dev/null
+++ b/sys-auth/polkit/files/polkit-0.116-make-netgroup-support-optional.patch
@@ -0,0 +1,155 @@
+From 6a46ff1b969a7109c6f5f25ebabaa943bbd5bdaf Mon Sep 17 00:00:00 2001
+From: 
+Date: Sun, 28 Apr 2019 16:46:26 -0500
+Subject: [PATCH] make netgroup support optional
+
+---
+ configure.ac  | 2 +-
+ src/polkitbackend/init.js | 5 -
+ src/polkitbackend/polkitbackendinteractiveauthority.c | 4 
+ src/polkitbackend/polkitbackendjsauthority.cpp| 8 ++--
+ test/polkitbackend/test-polkitbackendjsauthority.c| 6 --
+ 5 files changed, 19 insertions(+), 6 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 5cedb4e..88ce2a6 100644
+--- a/configure.ac
 b/configure.ac
+@@ -99,7 +99,7 @@ AC_CHECK_LIB(expat,XML_ParserCreate,[EXPAT_LIBS="-lexpat"],
+[AC_MSG_ERROR([Can't find expat library. Please install expat.])])
+ AC_SUBST(EXPAT_LIBS)
+ 
+-AC_CHECK_FUNCS(clearenv fdatasync)
++AC_CHECK_FUNCS(clearenv fdatasync getnetgrent)
+ 
+ if test "x$GCC" = "xyes"; then
+   LDFLAGS="-Wl,--as-needed $LDFLAGS"
+diff --git a/src/polkitbackend/init.js b/src/polkitbackend/init.js
+index 79c80b6..2065cff 100644
+--- a/src/polkitbackend/init.js
 b/src/polkitbackend/init.js
+@@ -29,7 +29,10 @@ function Subject() {
+ };
+ 
+ this.isInNetGroup = function(netGroup) {
+-return polkit._userIsInNetGroup(this.user, netGroup);
++if (polkit._userIsInNetGroup)
++return polkit._userIsInNetGroup(this.user, netGroup);
++else
++return false;
+ };
+ 
+ this.toString = function() {
+diff --git a/src/polkitbackend/polkitbackendinteractiveauthority.c 
b/src/polkitbackend/polkitbackendinteractiveauthority.c
+index 056d9a8..559cd06 100644
+--- a/src/polkitbackend/polkitbackendinteractiveauthority.c
 b/src/polkitbackend/polkitbackendinteractiveauthority.c
+@@ -2225,6 +2225,7 @@ get_users_in_group (PolkitIdentity
*group,
+   return ret;
+ }
+ 
++#ifdef HAVE_GETNETGRENT
+ static GList *
+ get_users_in_net_group (PolkitIdentity*group,
+ gboolean   include_root)
+@@ -2284,6 +2285,7 @@ get_users_in_net_group (PolkitIdentity   
 *group,
+   endnetgrent ();
+   return ret;
+ }
++#endif
+ 
+ /* 

 */
+ 
+@@ -2369,10 +2371,12 @@ authentication_agent_initiate_challenge 
(AuthenticationAgent *agent,
+ {
+   user_identities = g_list_concat (user_identities, 
get_users_in_group (identity, FALSE));
+ }
++#ifdef HAVE_GETNETGRENT
+   else if (POLKIT_IS_UNIX_NETGROUP (identity))
+ {
+   user_identities =  g_list_concat (user_identities, 
get_users_in_net_group (identity, FALSE));
+ }

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

2019-04-28 Thread Andreas Sturmlechner
commit: 8245aaf2e3382df025a9a2d53b53155e043f519d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 16:08:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 21:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8245aaf2

media-libs/libcdr: Drop 0.1.4

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libcdr/Manifest|  1 -
 media-libs/libcdr/libcdr-0.1.4.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/media-libs/libcdr/Manifest b/media-libs/libcdr/Manifest
index 5229407d9c8..4fda0e51ac0 100644
--- a/media-libs/libcdr/Manifest
+++ b/media-libs/libcdr/Manifest
@@ -1,2 +1 @@
-DIST libcdr-0.1.4.tar.xz 609592 BLAKE2B 
201ed19cfe9aa93137279dfa6b9c3908691b2bddd1e8b7fb25505ab475cb8ae533d1b27857c99e36f618938aa7ee88075c3c7f5780872abe68994f380dc893c8
 SHA512 
769b0319b5a904ce9f727b7076f82cd915ecd8c9e5e2456416e3e6739c6403bbd4108787ab124d36efb1b47d5c9e37c48b0e12d096eb440ae8f9979ec06048a6
 DIST libcdr-0.1.5.tar.xz 612252 BLAKE2B 
d23c7ae0d0f5cbdb535bfba4dff4ad40e8b0633115cbc8c5b3a40343d941eaeafbffafe99ba2107640eafdd8181ab6eed7917095d05644a43f2b11cfcc66f8f1
 SHA512 
e985389b0cbad65dbfa9f59d7f9dba55f1684f63e852f9acca9abb863cdaab17072e761b48dca690673360d643686b5e9bc9878530f0a3a8b5b98d917f892cf0

diff --git a/media-libs/libcdr/libcdr-0.1.4.ebuild 
b/media-libs/libcdr/libcdr-0.1.4.ebuild
deleted file mode 100644
index 44206df9176..000
--- a/media-libs/libcdr/libcdr-0.1.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git;
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing the Corel cdr documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
-[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
-IUSE="doc static-libs test"
-
-RDEPEND="
-   dev-libs/icu:=
-   dev-libs/librevenge
-   media-libs/lcms:2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-
-src_prepare() {
-   default
-   [[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # bug 619448
-   append-cxxflags -std=c++14
-
-   econf \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
-   $(use_enable test tests)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/

2019-04-28 Thread Andreas Sturmlechner
commit: d4807b94c927812ebafde6b44ef7d8499e8a205d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 14:44:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 21:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4807b94

kde-apps/kdenlive: Add VIRTUALX_REQUIRED=test

Reported-by: Paolo Pedroni  iol.it>
Bug: https://bugs.gentoo.org/684132
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild 
b/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild
index ef89b39158b..e327f1b8219 100644
--- a/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild
+++ b/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 KDE_HANDBOOK="optional"
 KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Non-linear video editing suite by KDE"



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

2019-04-28 Thread Andreas Sturmlechner
commit: 53cd6b394f44976c1fb6e1446cd799c80e9006bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 20:07:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 21:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cd6b39

net-misc/stuntman: 1.2.15 version bump, add missing openssl slot op

Closes: https://bugs.gentoo.org/683428
Closes: https://bugs.gentoo.org/677614
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/stuntman/Manifest   |  1 +
 net-misc/stuntman/stuntman-1.2.15.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/net-misc/stuntman/Manifest b/net-misc/stuntman/Manifest
index 901db130254..b6ef2f4d983 100644
--- a/net-misc/stuntman/Manifest
+++ b/net-misc/stuntman/Manifest
@@ -1,2 +1,3 @@
+DIST stunserver-1.2.15.tgz 124675 BLAKE2B 
fc59a400dea30382aec80d6b634ed7c2a1823712788b7775c1bbf8511fa62173224084ae9b05a402e0efb11f0077087e515d9639eb9eec5d0ced48ce37c20cef
 SHA512 
8af5341cd3a78bd3a68f75e2da1b6d5e75de94c9baa4f48824667e2c50f9b8323a60d33711c658c7e628e2a170cea7584e4d4012603736ad7140fe1a37ad9b66
 DIST stunserver-1.2.7.tgz 113853 BLAKE2B 
b4da41c46d2017da76b21544bae9eaba4deb25d50145829d92fa18fb8e2c5eec6b81c54a3c91f592686c73c0ef66dfde0e74fe34e82a1eac320455d0808eb7a6
 SHA512 
b6adc1b237e8717f296201bf865bea39c759b978db954cc15e37c3be7c2e109607273d96bb88c42654d0b843ca1a557874d02ab58e16506534db30f52d7e6f51
 DIST stunserver-1.2.9.tgz 116797 BLAKE2B 
16a380c9dd002f9ededa5cc7ea757087b2c5199144c8b6cff2c429ce6f77741d7f18a1ed12e9035c1f77f7c1546adb95ceaad744780347f035a1b302637de442
 SHA512 
8e947dbe050f70e10615a23900dbd2151cd9fad36e343b4cf34c0b7a4e07debb8ced16fb7eac0469cd5ec3ef7a4c04cb9347f59c2a1326af3db400906198454f

diff --git a/net-misc/stuntman/stuntman-1.2.15.ebuild 
b/net-misc/stuntman/stuntman-1.2.15.ebuild
new file mode 100644
index 000..4801a72bba3
--- /dev/null
+++ b/net-misc/stuntman/stuntman-1.2.15.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Open source implementation of the STUN protocol"
+HOMEPAGE="http://www.stunprotocol.org;
+SRC_URI="http://www.stunprotocol.org/stunserver-${PV}.tgz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/openssl:0=
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"
+
+S="${WORKDIR}/stunserver"
+
+src_compile() {
+   emake T=""
+}
+
+src_install() {
+   dobin stunclient
+   dosbin stunserver
+   dodoc HISTORY README
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}
+
+src_test() {
+   ./stuntestcode
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/httperf/

2019-04-28 Thread Andreas Sturmlechner
commit: 8254d8e41b4915e04c949e1d22946c8529995943
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 21:24:40 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 28 21:40:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8254d8e4

app-benchmarks/httperf: Add 0.9.1_p2018 snapshot

Fixes build with >=dev-libs/openssl-1.1

Thanks-to: Jan Ziak <0xe2.0x9a.0x9b  gmail.com>
Closes: https://bugs.gentoo.org/674582
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-benchmarks/httperf/Manifest|  1 +
 .../httperf/httperf-0.9.1_p2018.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/app-benchmarks/httperf/Manifest b/app-benchmarks/httperf/Manifest
index 3fa87708185..0ec16e30972 100644
--- a/app-benchmarks/httperf/Manifest
+++ b/app-benchmarks/httperf/Manifest
@@ -1 +1,2 @@
 DIST httperf-0.9.1_p20161228.tar.gz 106357 BLAKE2B 
fa35d47a9e59bd8d8979e2a56ef8e5966c8e83a0a738e0995730efb2721344bcfa6187581b04a05ec2ca7f3424072894c7c10dd63cc1a4a2bb4c0f29df2a0a6c
 SHA512 
e5dbb400e4ab0db3cc1621731d99af9261574a8a1da4279c722ebbd80537d0aae2a3d662f4d51eb9130bc98823c2786710c7819a0144f4ae3f8cf153e28d7dfa
+DIST httperf-0.9.1_p2018.tar.gz 107070 BLAKE2B 
044f45b0d4b17bc714a718835be1e713092fe7f6d6573df237ba87791e5783e8f60d1218f29e01473ccdeec3b461d3ab7d35d68a1037ee693865a37fd78b7ea5
 SHA512 
34cc92f3de6d1dadc3fedc5b5f617538b76787496f9dd28b7800866abaf96c7410765d4bb0989000910bf2b51433292c0a7009fe64ba4fd29889ce96cc4d10fc

diff --git a/app-benchmarks/httperf/httperf-0.9.1_p2018.ebuild 
b/app-benchmarks/httperf/httperf-0.9.1_p2018.ebuild
new file mode 100644
index 000..75a84f5332a
--- /dev/null
+++ b/app-benchmarks/httperf/httperf-0.9.1_p2018.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="00bf5dab6fd284aa559f125964f5fe6dc0f23595"
+inherit autotools
+
+DESCRIPTION="A tool from HP for measuring web server performance"
+HOMEPAGE="https://github.com/httperf/httperf;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x64-macos"
+IUSE="debug idleconn libressl"
+
+DEPEND="
+   idleconn? ( dev-libs/libevent:0= )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --bindir="${EPREFIX}"/usr/bin
+   $(use_enable debug)
+   $(use_enable idleconn)
+   )
+
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist-tools/

2019-04-28 Thread Anthony G. Basile
commit: bb9d9c091ec7bf85a541ad83cf986cde05b320f2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr 28 21:35:45 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr 28 21:35:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9d9c09

dev-qt/linguist-tools: 5.11.3 stable on arm, bug #684488

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild 
b/dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild
index 349a9a7a020..1ede13834c4 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Tools for working with Qt translation data files"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="qml"



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

2019-04-28 Thread Georgy Yakovlev
commit: 89ad566d3eb04e7b1bf9939af3259018b076faab
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 28 21:32:29 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 28 21:32:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ad566d

net-dns/dnscrypt-proxy: bump to 2.0.23

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-dns/dnscrypt-proxy/Manifest|  1 +
 .../dnscrypt-proxy/dnscrypt-proxy-2.0.23.ebuild| 98 ++
 2 files changed, 99 insertions(+)

diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest
index 846626f53a0..a3ba2d0e79e 100644
--- a/net-dns/dnscrypt-proxy/Manifest
+++ b/net-dns/dnscrypt-proxy/Manifest
@@ -1,3 +1,4 @@
 DIST dnscrypt-proxy-2.0.19.tar.gz 3339713 BLAKE2B 
e65b5ed8243aa6cf471700c6edba6e843fdf6482443335ec74201363657b23a7c6e432318e4de508120b6210cecd02666d97bb62a5f2968ce7d4813518eb3997
 SHA512 
4501a64717c0f2a9313e9328340e466c9ec325d09ef548f6af9a7855ff3497fb741269a17b397a36e2a120519820378e9f98a6a768a3678ea8144ee4690364f6
 DIST dnscrypt-proxy-2.0.21.tar.gz 2189155 BLAKE2B 
3cab3ec4208e93733cefad49732c3fde644aac5401191d53a8c5962a1173456c09e12eaadeba6e086c078968b9467743cba7167ff0c84af2cf2f1d2209edd49f
 SHA512 
e01869b963ef7454f9136d8ececc4e541dae489524e03cc2906fc3b661281bd6ebf5ef8b6dc29a6bcc1dabb638b9e74200b3ed48ebcd69cd3306e8bab5dd248a
 DIST dnscrypt-proxy-2.0.22.tar.gz 2192330 BLAKE2B 
7688354d50a9c80368881be622ca8ef9cebd901a7023e071bb7eba603c876bf496f017a0abb5d9c6591fd4c31aad748c574a34ff47c5462c7417124282aaa37e
 SHA512 
ea2641e79739e75e8a7e6bc24a788488537ffa823e18a3585f95ca1ae90bef9890c65eaf7feb80cc5ad09165cef9513d4025e96367ca87fc59333534f8856102
+DIST dnscrypt-proxy-2.0.23.tar.gz 2552615 BLAKE2B 
fe59304d431a006fa8cf09cee97fcb62a2ea04306fd5b632a22c66fd7c0894ca4cac27280dc3eb2470cc1a503da9e0bc4316fe43c6c77391f305618137361a20
 SHA512 
d4eeaf20a397c8aed08a7a91a720637bb49395488eb1f7ab4a52ca8832d3e0b98fb320b86ca30ad19e1e3504e226379e5d325891a68624532493fc4796959462

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.23.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.23.ebuild
new file mode 100644
index 000..419d40281c6
--- /dev/null
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.23.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jedisct1/${PN}"
+
+inherit fcaps golang-build systemd user
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+else
+   SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"
+HOMEPAGE="https://github.com/jedisct1/dnscrypt-proxy;
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="pie"
+
+DEPEND=">=dev-lang/go-1.12"
+
+FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
+PATCHES=( "${FILESDIR}"/config-full-paths-r10.patch )
+
+pkg_setup() {
+   enewgroup dnscrypt-proxy
+   enewuser dnscrypt-proxy -1 -1 /var/empty dnscrypt-proxy
+}
+
+src_prepare() {
+   default
+   # Create directory structure suitable for building
+   mkdir -p "src/${EGO_PN%/*}" || die
+   # fixes $GOPATH/go.mod exists but should not
+   rm go.mod || die
+   mv "${PN}" "src/${EGO_PN}" || die
+   mv "vendor" "src/" || die
+}
+
+src_configure() {
+   EGO_BUILD_FLAGS="-buildmode=$(usex pie pie default)"
+}
+
+src_install() {
+   dobin dnscrypt-proxy
+
+   insinto /etc/dnscrypt-proxy
+   newins "src/${EGO_PN}"/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
+   doins "src/${EGO_PN}"/example-{blacklist.txt,whitelist.txt}
+   doins "src/${EGO_PN}"/example-{cloaking-rules.txt,forwarding-rules.txt}
+
+   insinto /usr/share/dnscrypt-proxy
+   doins -r "utils/generate-domains-blacklists/."
+
+   newinitd "${FILESDIR}"/dnscrypt-proxy.initd dnscrypt-proxy
+   newconfd "${FILESDIR}"/dnscrypt-proxy.confd dnscrypt-proxy
+   systemd_newunit "${FILESDIR}"/dnscrypt-proxy.service 
dnscrypt-proxy.service
+   systemd_newunit "${FILESDIR}"/dnscrypt-proxy.socket 
dnscrypt-proxy.socket
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   fcaps_pkg_postinst
+
+   if ! use filecaps; then
+   ewarn "'filecaps' USE flag is disabled"
+   ewarn "${PN} will fail to listen on port 53"
+   ewarn "please do one the following:"
+   ewarn "1) re-enable 'filecaps'"
+   ewarn "2) change port to > 1024"
+   ewarn "3) configure to run ${PN} as root (not recommended)"
+   ewarn
+   fi
+
+   if systemd_is_booted || has_version sys-apps/systemd; then
+   elog "Using systemd socket activation may cause issues with 
speed"
+   elog "latency and reliability of ${PN} and 

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

2019-04-28 Thread Georgy Yakovlev
commit: 71af9c9d2ff7e79242730c0e90f5bb7541c228e5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 28 21:23:57 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 28 21:24:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71af9c9d

dev-python/pyTenable: bump to 0.3.18

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/pyTenable/Manifest|  1 +
 dev-python/pyTenable/pyTenable-0.3.18.ebuild | 30 
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyTenable/Manifest b/dev-python/pyTenable/Manifest
index e304b6dc022..82ad8ac958b 100644
--- a/dev-python/pyTenable/Manifest
+++ b/dev-python/pyTenable/Manifest
@@ -1,2 +1,3 @@
 DIST pyTenable-0.3.14.tar.gz 101836 BLAKE2B 
276c35cddf1f1b7d96f2e5f7d1e16244d4884abbc5b84e3902db2c98edb906a5805354b5c9482ab24598c6ba83ba9e7ec4cb62bed2a76a38c749c229438ad43b
 SHA512 
66c0217730b51733ce691efcb8f6750de810c2a256397cd445f6d1ddff36e3e32c0afd2860d0d2ef38b2c0b181555eac5d2c0eb8c6b1c61ce3b31177984f
+DIST pyTenable-0.3.18.tar.gz 115304 BLAKE2B 
5f25afc4de6a7ee59c0049b7f91a88b9bc6b2a9ae7fa83d64be0d62eab40898c4591fec9924d7425399cea0a36e6332da41567caeb4ac55129dea4fe32991d1f
 SHA512 
7ce4b284a89dbb5d0c98fa2ee12038c2ac5b524b5bf76af4232966db79f3714417a4f1068e9831c16077d692a366fc6a7bd78cc9c47c3420c879ad376cb59015
 DIST pyTenable-0.3.7.tar.gz 76638 BLAKE2B 
8ff586e4a77bc4005769e6565622756b798398aac9e8e2335653c1ccc5f9c0525ab9e1261b939c848126b1fa71dcca8ea7887d82972f1d881c7b21e5f61de0b5
 SHA512 
c1f5d7a916cc79a754160fd056b661bad15ec60d64ab08b91345c2646f0e8047ba629d73b39a4d70d87ad7b1c624d55744cbbe0eb78f6e9df32e50a5c85c38b4

diff --git a/dev-python/pyTenable/pyTenable-0.3.18.ebuild 
b/dev-python/pyTenable/pyTenable-0.3.18.ebuild
new file mode 100644
index 000..6aa15ef4bd9
--- /dev/null
+++ b/dev-python/pyTenable/pyTenable-0.3.18.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2018 Sony Interactive Entertainment Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tenable API Library for Tenable.io and SecurityCenter"
+HOMEPAGE="https://github.com/tenable/pyTenable;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.19[${PYTHON_USEDEP}]
+   >=dev-python/requests_pkcs12-1.3[${PYTHON_USEDEP}]
+   >=dev-python/semver-2.8.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+# requires networking and API endpoint
+RESTRICT="test"



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

2019-04-28 Thread Jeroen Roovers
commit: 0ef557b2075ec29cf66d2aba2bf3d2bf40fc95dc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr 28 21:19:24 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr 28 21:22:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef557b2

app-misc/gentoo: Update HOMEPAGE

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/app-misc/gentoo/gentoo-0.20.7.ebuild 
b/app-misc/gentoo/gentoo-0.20.7.ebuild
index f84fcd4a62e..b7996052edb 100644
--- a/app-misc/gentoo/gentoo-0.20.7.ebuild
+++ b/app-misc/gentoo/gentoo-0.20.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools eutils
 
 DESCRIPTION="Graphical file manager for Unix-like systems, using GTK+"
-HOMEPAGE="http://gentoo.sourceforge.net/;
+HOMEPAGE="https://sourceforge.net/projects/gentoo/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"



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

2019-04-28 Thread Robin H. Johnson
commit: c6f1c2b40e99605ac42b97c0ad9376d91d0504ff
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Apr 28 20:50:52 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Apr 28 21:03:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f1c2b4

app-crypt/gnupg: drop virtual/mta requirement due to stage3 impact

In the previous fix for bug 648606, virtual/mta was made a hard DEPEND
of gnupg. This has the side-effect of adding the default virtual/mta
(nullmailer) and the default virtual/logger (app-admin/metalog) to all
stage3 builds.

As a better fix, ensure the path to the mailprog is hardcoded and does
not depend on the presence of the virtual/mta package, using
/usr/libexec/sendmail, as that's what is provided by all virtual/mta
providers.

Thereafter, drop the direct virtual/mta dependency and add a
pkg_postinst describing the tiny piece of functionality that depends on
the presence of virtual/mta: 'gpg-wks-client --send'
'gpg-wks-server' also uses virtual/mta, but is already behind a USE
flag, so ensure it's present there instead.

See-Also: https://bugs.gentoo.org/648606
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 app-crypt/gnupg/gnupg-2.2.15-r1.ebuild | 153 +
 1 file changed, 153 insertions(+)

diff --git a/app-crypt/gnupg/gnupg-2.2.15-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.2.15-r1.ebuild
new file mode 100644
index 000..e49781cae18
--- /dev/null
+++ b/app-crypt/gnupg/gnupg-2.2.15-r1.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
+HOMEPAGE="http://www.gnupg.org/;
+SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb 
user-socket wks-server"
+
+# Existence of executables is checked during configuration.
+DEPEND="!app-crypt/dirmngr
+   >=dev-libs/libassuan-2.5.0
+   >=dev-libs/libgcrypt-1.7.3
+   >=dev-libs/libgpg-error-1.28
+   >=dev-libs/libksba-1.3.4
+   >=dev-libs/npth-1.2
+   >=net-misc/curl-7.10
+   bzip2? ( app-arch/bzip2 )
+   ldap? ( net-nds/openldap )
+   readline? ( sys-libs/readline:0= )
+   smartcard? ( usb? ( virtual/libusb:1 ) )
+   ssl? ( >=net-libs/gnutls-3.0:0= )
+   sys-libs/zlib
+   tofu? ( >=dev-db/sqlite-3.7 )"
+
+RDEPEND="${DEPEND}
+   app-crypt/pinentry
+   nls? ( virtual/libintl )
+   selinux? ( sec-policy/selinux-gpg )
+   wks-server? ( virtual/mta )"
+
+BDEPEND="virtual/pkgconfig
+   doc? ( sys-apps/texinfo )
+   nls? ( sys-devel/gettext )"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(
+   ChangeLog NEWS README THANKS TODO VERSION
+   doc/FAQ doc/DETAILS doc/HACKING doc/TRANSLATE doc/OpenPGP doc/KEYSERVER
+)
+
+PATCHES=(
+   
"${FILESDIR}/${PN}-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch"
+   "${FILESDIR}/${PN}-2.2.14-quiet-sending.patch"
+)
+
+src_configure() {
+   local myconf=()
+
+   if use prefix && use usb; then
+   # bug #649598
+   append-cppflags -I"${EPREFIX}/usr/include/libusb-1.0"
+   fi
+
+   if use elibc_SunOS || use elibc_AIX; then
+   myconf+=( --disable-symcryptrun )
+   else
+   myconf+=( --enable-symcryptrun )
+   fi
+
+   #bug 663142
+   if use user-socket; then
+   myconf+=( --enable-run-gnupg-user-socket )
+   fi
+
+   # glib fails and picks up clang's internal stdint.h causing weird errors
+   [[ ${CC} == *clang ]] && \
+   export gl_cv_absolute_stdint_h=/usr/include/stdint.h
+
+   # Hardcode mailprog to /usr/libexec/sendmail even if it does not exist.
+   # As of GnuPG 2.3, the mailprog substitution is used for the binary 
called
+   # by wks-client & wks-server; and if it's autodetected but not not 
exist at
+   # build time, then then 'gpg-wks-client --send' functionality will not
+   # work. This has an unwanted side-effect in stage3 builds: there was a
+   # [R]DEPEND on virtual/mta, which also brought in virtual/logger, 
bloating
+   # the build where the install guide previously make the user chose the
+   # logger & mta early in the install.
+
+   econf \
+   "${myconf[@]}" \
+   $(use_enable bzip2) \
+   $(use_enable nls) \
+   $(use_enable smartcard scdaemon) \
+   $(use_enable ssl gnutls) \
+   $(use_enable 

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

2019-04-28 Thread Robin H. Johnson
commit: 4b0ddd59e83ad16026b1ffce47d1b4978c2f806c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Apr 28 21:01:08 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Apr 28 21:03:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0ddd59

sys-apps/likwid: bump

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

 sys-apps/likwid/Manifest|   1 +
 sys-apps/likwid/likwid-4.3.4.ebuild | 186 
 2 files changed, 187 insertions(+)

diff --git a/sys-apps/likwid/Manifest b/sys-apps/likwid/Manifest
index cc76505f29e..22f882da943 100644
--- a/sys-apps/likwid/Manifest
+++ b/sys-apps/likwid/Manifest
@@ -1 +1,2 @@
 DIST likwid-4.3.3.tar.gz 1579433 BLAKE2B 
9ec468bba009dec860b24c9c55c3d6023ffda3ab0985d835796686ba52d1d3372b2bfce926cf229388978de34e1ab0b41d8d27c88623c51c3e8ff1e9d674906b
 SHA512 
ae4d68e238bc40e4a4ab5df628561c9bb7a0ef8727d5779dba2c32fff0be1dd333532bee7e4c197e5fe286de81d35b863ef09f4bc8b9f9145360e6e461f3d94e
+DIST likwid-4.3.4.tar.gz 1584829 BLAKE2B 
dcd1c3a0c5e549dc3d22bb98120339521e270da55460f5af9f2fe04849af0fe1ac4d9b881883a4efc3695ceb087d1afad5bcc55b55543199d2c33b0f5012cc68
 SHA512 
f1ee930a98d160728078a81a2cdc798ec62ac484545ced937131e6a6443e5ac23b8e597d31c7b1b9f67c1169e1c662c366cf1098158cb467d9f7ff12946b08a2

diff --git a/sys-apps/likwid/likwid-4.3.4.ebuild 
b/sys-apps/likwid/likwid-4.3.4.ebuild
new file mode 100644
index 000..eba012a63db
--- /dev/null
+++ b/sys-apps/likwid/likwid-4.3.4.ebuild
@@ -0,0 +1,186 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+#PYTHON_COMPAT=( python3_{5,6,7} )
+
+# 4.3.4 will need python-single-r1
+inherit fcaps fortran-2 linux-info toolchain-funcs
+
+DESCRIPTION="A performance-oriented tool suite for x86 multicore environments"
+HOMEPAGE="https://github.com/rrze-likwid/likwid;
+SRC_URI="https://ftp.fau.de/pub/likwid/${P}.tar.gz;
+
+# If this ebuild is changed to use the bundled Lua-5.3, then MIT should be
+# added to the LICENSE field.
+LICENSE="GPL-3+ BSD"
+
+SLOT="0"
+KEYWORDS="~amd64" # upstream partial support exists for x86 arm arm64
+IUSE="fortran" # ${PYTHON_REQUIRED_USE}
+
+# lua:
+# likwid's primary functionality is driven by a set of lua scripts installed in
+# /usr/bin/
+# likwid bundles lua-5.3.2, AND supports using a system copy of lua-5.2 or
+# lua-5.3, which we use. This ebuild uses the system copy of Lua instead.
+#
+# hwloc:
+# likwid bundles a MODIFIED copy of hwloc-2.0.0a1 with specific configuration
+# for CPU probing & access
+#
+# Perl:
+# likwid uses Perl to convert from an internal text format to ASM listings
+# likwid also uses perl for some installed helper scripts
+# The build system bundles some Perl modules, that are not removed at this 
time:
+# Parse-RecDescent
+# Template
+#
+# Python:
+# Python3 is used for one helper script, filter/json, added after 4.3.3
+CDEPEND="dev-lang/perl
+   dev-lang/lua:5.3"
+
+# filter/json uses Python3
+RDEPEND="${CDEPEND}"
+   #${PYTHON_DEPS}"
+
+# Part of the build process depends on Data::Dumper
+#  perl-core/Data-Dumper"
+DEPEND="${CDEPEND}"
+
+CONFIG_CHECK="~X86_MSR"
+
+FILECAPS=(
+   -M 755 cap_sys_rawio+ep usr/sbin/likwid-accessD
+   --
+   -M 755 cap_sys_rawio+ep usr/sbin/likwid-setFreq
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.3.1-fix-gnustack.patch"
+   # Old patches are obsolete:
+   #"${FILESDIR}/${PN}-4.3.1-Makefile.patch"
+   #"${FILESDIR}/${PN}-4.3.1-config.mk.patch"
+)
+
+pkg_setup() {
+   fortran-2_pkg_setup
+   #python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Ensure we build with a non executable stack
+   sed \
+   -e '/^SHARED_CFLAGS/s/$/ -Wa,--noexecstack/' \
+   -i make/include_{GCC*,CLANG}.mk \
+   || die "Failed to set nonexecstack"
+
+   # Make the install targets respect Q= for being quiet or not
+   # MUCH easier for debugging
+   sed -r \
+   -e '/^install/,/^[a-z]/{/^\t@/{ s/@/$(Q)/; }}' \
+   -i \
+   Makefile || die "Failed to sed Makefile"
+
+   sed -i \
+   -e '/^\.NOTPARALLEL:/d' \
+   Makefile \
+   bench/Makefile \
+   ext/hwloc/Makefile || die "Failed to re-enable parallel"
+
+   default
+}
+
+export_emake_opts() {
+   # Warning: this build system uses PREFIX in a way that differs from
+   # autoconf! It's more like:
+   # PREFIX=$(DESTDIR)$(INSTALLED_PREFIX)
+   # it's not 100% like that, because parts of the Makefiles are 
inconsistent.
+   # this is the same solution used in the upstream RPM specs
+   # these variables are uppercase so they match what's put into Make.
+   local INSTALLED_PREFIX=/usr
+   local INSTALLED_LIBPREFIX=/usr/$(get_libdir) # upstream is 
'$(INSTALLED_PREFIX)/lib'
+  

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

2019-04-28 Thread Sergei Trofimovich
commit: 32f33dc877e21c9a2b12421fd6765b05e6cdf358
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:34:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f33dc8

dev-ruby/instantiator: stable 0.0.7 for sparc, bug #656206

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

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index e835d53da70..2d496b0287a 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/

2019-04-28 Thread Sergei Trofimovich
commit: 6c4bbb184bed4a21704c214fa003c72744312870
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:31:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4bbb18

x11-misc/xkeyboard-config: stable 2.26-r1 for sparc, bug #682846

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

 x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
index b1e2f2c4856..9f04eed212a 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-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 ~x86-macos 
~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xtermcontrol/

2019-04-28 Thread Sergei Trofimovich
commit: 3162a4c4f0ce740cab215df94a342b2def3f234d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:32:35 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3162a4c4

x11-misc/xtermcontrol: stable 3.7 for sparc, bug #682846

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

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

diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.7.ebuild 
b/x11-misc/xtermcontrol/xtermcontrol-3.7.ebuild
index a70fccc5c3a..ad070f65061 100644
--- a/x11-misc/xtermcontrol/xtermcontrol-3.7.ebuild
+++ b/x11-misc/xtermcontrol/xtermcontrol-3.7.ebuild
@@ -9,5 +9,5 @@ SRC_URI="https://www.thrysoee.dk/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/xcursor-themes/

2019-04-28 Thread Sergei Trofimovich
commit: 7f48322550468e52a8eb52f4f27f8ce5567d30db
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:33:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f483225

x11-themes/xcursor-themes: stable 1.0.6 for sparc, bug #682846

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

 x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild 
b/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild
index 0f1aebac70b..baf2860d811 100644
--- a/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild
+++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild
@@ -8,7 +8,7 @@ XORG_MODULE=data/
 inherit xorg-2
 
 DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbfile/

2019-04-28 Thread Sergei Trofimovich
commit: 10b054a30822cd12e55663fab94adea2e09f6610
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:27:15 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b054a3

x11-libs/libxkbfile: stable 1.1.0 for sparc, bug #682846

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

 x11-libs/libxkbfile/libxkbfile-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbfile/libxkbfile-1.1.0.ebuild 
b/x11-libs/libxkbfile/libxkbfile-1.1.0.ebuild
index 32ae1b73b2d..a3423d7a9b6 100644
--- a/x11-libs/libxkbfile/libxkbfile-1.1.0.ebuild
+++ b/x11-libs/libxkbfile/libxkbfile-1.1.0.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org xkbfile library"
 
-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 ~x86-winnt"
+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 ~x86-winnt"
 IUSE=""
 
 RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]"



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

2019-04-28 Thread Sergei Trofimovich
commit: ade6f85a379c0901272b1597c7c6cc684caefceb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:21:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade6f85a

x11-apps/xlogo: stable 1.0.5 for sparc, bug #682846

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

 x11-apps/xlogo/xlogo-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xlogo/xlogo-1.0.5.ebuild 
b/x11-apps/xlogo/xlogo-1.0.5.ebuild
index 991bc2d6235..77cac322916 100644
--- a/x11-apps/xlogo/xlogo-1.0.5.ebuild
+++ b/x11-apps/xlogo/xlogo-1.0.5.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
 
 DESCRIPTION="X Window System logo"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXrender



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imake/

2019-04-28 Thread Sergei Trofimovich
commit: 049e75647f4d4b4fa88dd4f9b5ee8c27694891d6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:29:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049e7564

x11-misc/imake: stable 1.0.8 for sparc, bug #682846

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

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

diff --git a/x11-misc/imake/imake-1.0.8.ebuild 
b/x11-misc/imake/imake-1.0.8.ebuild
index a60e69608fa..ab1cc70ba05 100644
--- a/x11-misc/imake/imake-1.0.8.ebuild
+++ b/x11-misc/imake/imake-1.0.8.ebuild
@@ -7,7 +7,7 @@ XORG_STATIC=no
 inherit xorg-3
 
 DESCRIPTION="C preprocessor interface to the make utility"
-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"
+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=""
 
 RDEPEND="x11-misc/xorg-cf-files"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXcursor/

2019-04-28 Thread Sergei Trofimovich
commit: e3e5867aad048b292d58f9c0111651aa0e752459
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:24:34 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e5867a

x11-libs/libXcursor: stable 1.2.0 for sparc, bug #682846

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

 x11-libs/libXcursor/libXcursor-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXcursor/libXcursor-1.2.0.ebuild 
b/x11-libs/libXcursor/libXcursor-1.2.0.ebuild
index ba65409dea9..b9ef8c1ddff 100644
--- a/x11-libs/libXcursor/libXcursor-1.2.0.ebuild
+++ b/x11-libs/libXcursor/libXcursor-1.2.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xcursor library"
 
-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"
+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"
 
 RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]



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

2019-04-28 Thread Sergei Trofimovich
commit: b3ed6ba2ef3ba880f6e55b86d1723a4b0bc82afe
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:34:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ed6ba2

dev-ruby/introspection: stable 0.0.4 for sparc, bug #656206

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

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

diff --git a/dev-ruby/introspection/introspection-0.0.4.ebuild 
b/dev-ruby/introspection/introspection-0.0.4.ebuild
index c21dbe8adfb..580cb2436d0 100644
--- a/dev-ruby/introspection/introspection-0.0.4.ebuild
+++ b/dev-ruby/introspection/introspection-0.0.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://jamesmead.org/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1"



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

2019-04-28 Thread Sergei Trofimovich
commit: c5ce859a7d12d9c9a116035d0221f295710b9845
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:36:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ce859a

dev-ruby/timecop: stable 0.8.1 for sparc, bug #684084

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

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

diff --git a/dev-ruby/timecop/timecop-0.8.1.ebuild 
b/dev-ruby/timecop/timecop-0.8.1.ebuild
index eca58cd8f45..cb3a11c1400 100644
--- a/dev-ruby/timecop/timecop-0.8.1.ebuild
+++ b/dev-ruby/timecop/timecop-0.8.1.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=5
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/travisjeffery/timecop;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 # Missing testdep activesupport



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXrandr/

2019-04-28 Thread Sergei Trofimovich
commit: 49db72e1a3acbc16b0d9a78f13f74f0767422131
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:27:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49db72e1

x11-libs/libXrandr: stable 1.5.2 for sparc, bug #682846

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

 x11-libs/libXrandr/libXrandr-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXrandr/libXrandr-1.5.2.ebuild 
b/x11-libs/libXrandr/libXrandr-1.5.2.ebuild
index 31c4da82844..7ef1db6b1e1 100644
--- a/x11-libs/libXrandr/libXrandr-1.5.2.ebuild
+++ b/x11-libs/libXrandr/libXrandr-1.5.2.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xrandr library"
 
-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 ~x86-winnt"
+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 ~x86-winnt"
 IUSE="doc"
 
 RDEPEND="



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

2019-04-28 Thread Sergei Trofimovich
commit: 8b1f9b8d686b1032f809ddc4b33f4274c67d3d37
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:35:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1f9b8d

dev-ruby/mocha: stable 1.4.0 for sparc, bug #656206

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

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

diff --git a/dev-ruby/mocha/mocha-1.4.0.ebuild 
b/dev-ruby/mocha/mocha-1.4.0.ebuild
index 81512470bab..a358c55805d 100644
--- a/dev-ruby/mocha/mocha-1.4.0.ebuild
+++ b/dev-ruby/mocha/mocha-1.4.0.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 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/;
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_bdepend "



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

2019-04-28 Thread Sergei Trofimovich
commit: b7625f9920dc64702f2a5f9e9a0f4792a317156a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:37:20 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7625f99

dev-ruby/concurrent-ruby: stable 1.0.5 for sparc, bug #684084

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

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

diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild 
b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild
index 27e77e014d5..dbe9e2ea1f9 100644
--- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild
+++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.7.4 )"



  1   2   3   4   >