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

2018-09-12 Thread Hans de Graaff
commit: f444a5e64fc302a60ddac08159ccc11653bbed96
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 13 05:24:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 13 05:24:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f444a5e6

dev-ruby/capybara: add 3.7.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/capybara/Manifest  |  1 +
 dev-ruby/capybara/capybara-3.7.2.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/capybara/Manifest b/dev-ruby/capybara/Manifest
index c609beb323c..584592b36ef 100644
--- a/dev-ruby/capybara/Manifest
+++ b/dev-ruby/capybara/Manifest
@@ -3,3 +3,4 @@ DIST capybara-3.2.1.gem 284672 BLAKE2B 
9da8f588049fab74c4e734626e42758cdd4baf555
 DIST capybara-3.6.0.gem 296448 BLAKE2B 
4054aaac6b6e0d5f1f0c1adee1951dcac7fcb3b2061dfe9de261e6c8bb749d6c88eb2c5a635b683e9a02719870435d52546701f4f21f722068836d4acd78f3eb
 SHA512 
d99e9aab306955e01c08f26e7e8e042019b30d97c106ce6e33c96d7277670b81a143312c06e89c2f6c5f959af461d219c213c3660e895bec1e8cfcae030728b4
 DIST capybara-3.7.0.gem 299008 BLAKE2B 
79f08d71085e6fd42986da5cc69e9f2df21ad65eaad7bbc2d450815c5cd3f6ad38889739ddab7e2fa92548bbe4c23940f46e99a5633b3a6fe80988bd417d55ff
 SHA512 
0c40bdaad6423fa86d1e41bc5c2e8ec8bdb90326631f464dd4ed759a28b9c6e03fd4f5292e11f05cf478c0a5ce19b2df628a259861fb80f94fde367d4f4dacde
 DIST capybara-3.7.1.gem 299008 BLAKE2B 
0f90ee7266a360c0430e55a60f354f2cc079ce3ffa318a12eef1c8faf9637a1d0678f049fc1a921657ca557d99a30bad54ff51b00645eedbc4ecf9567f9d6a20
 SHA512 
6d5546607652439f7c487e60859803980e90a511acf43a3bb1b197d2f27a9edf50f95a77d4de2fd40570373c03a25b4a0450bc84d509abd264b926acdc1132f1
+DIST capybara-3.7.2.gem 299520 BLAKE2B 
eea9d0bc35483174ccedd9366c04484a5b819e40aa6f0d01ceefad1700b04ded446d2b14de82698129fd5f7a5440f08dc2ee437ee3db8e7bcd70d6cde636
 SHA512 
980346ea0fd1c3cb6de2423707d8c8e637f64bde2c1ef48622a08d1fe2177e29eb5d7125a048ebafaf4ca1591c483d34a8b17ed7288985dad783023ed35305e0

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



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

2018-09-12 Thread Hans de Graaff
commit: 000544ce223b79b643d61d305cf27d4ebe291ff4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 13 05:45:41 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 13 05:45:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000544ce

dev-ruby/liquid: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/liquid/liquid-4.0.0.ebuild 
b/dev-ruby/liquid/liquid-4.0.0.ebuild
index 4b1f02b8f2b..e275f714a22 100644
--- a/dev-ruby/liquid/liquid-4.0.0.ebuild
+++ b/dev-ruby/liquid/liquid-4.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="History.md README.md"



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

2018-09-12 Thread Hans de Graaff
commit: d347dcbb536a9f4821d0c3165d97385a40016ba2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 13 05:35:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 13 05:35:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d347dcbb

dev-ruby/litc: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/litc/litc-1.0.3-r1.ebuild 
b/dev-ruby/litc/litc-1.0.3-r1.ebuild
index 39dbad172fe..11587aedd58 100644
--- a/dev-ruby/litc/litc-1.0.3-r1.ebuild
+++ b/dev-ruby/litc/litc-1.0.3-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC="rerdoc"
 RUBY_FAKEGEM_DOCDIR="rdoc"



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

2018-09-12 Thread Hans de Graaff
commit: 5992dd554426e255a37d6c1d12fafc8baef9b620
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 13 05:32:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 13 05:32:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5992dd55

dev-ruby/log_buddy: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/log_buddy/log_buddy-0.7.0.ebuild 
b/dev-ruby/log_buddy/log_buddy-0.7.0.ebuild
index 229755808e7..58a46afeb7f 100644
--- a/dev-ruby/log_buddy/log_buddy-0.7.0.ebuild
+++ b/dev-ruby/log_buddy/log_buddy-0.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2018-09-12 Thread Hans de Graaff
commit: ab8b209d6d81e9faf7a437153dc01e7d64295e62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 13 05:17:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 13 05:17:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8b209d

dev-ruby/capybara: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/capybara/Manifest  |  3 --
 dev-ruby/capybara/capybara-3.4.1.ebuild | 50 -
 dev-ruby/capybara/capybara-3.4.2.ebuild | 56 -
 dev-ruby/capybara/capybara-3.5.1.ebuild | 56 -
 4 files changed, 165 deletions(-)

diff --git a/dev-ruby/capybara/Manifest b/dev-ruby/capybara/Manifest
index fad1498b607..c609beb323c 100644
--- a/dev-ruby/capybara/Manifest
+++ b/dev-ruby/capybara/Manifest
@@ -1,8 +1,5 @@
 DIST capybara-2.18.0.gem 274432 BLAKE2B 
992799362025b81a0d074fb06fdafef4c4385ca18ea85a7095d9e58625df6a59a349b60b462c5c4f403a6af955466bc46d82be6cd91724fc2b12cbe15ed74a4c
 SHA512 
3bb994e022593d485a07296193a16cae7b45e96e87dd10b2bd4807ad2bc990801044c0493360598d1626c3e367e8de87e407f65c2c6f42674d5f1b9c0b5c1933
 DIST capybara-3.2.1.gem 284672 BLAKE2B 
9da8f588049fab74c4e734626e42758cdd4baf555cfc64e7456bfab2cb4d5c90ed6bfc8ada7cc0d6323ef1113169aec70fd4254aa50c003408376ea4afe00a06
 SHA512 
50af1d4c49c200a4c08901d19b16826499abb8d19de8e059160c509afd555edbe620b6fd5d78f8c286feeb15a72e5a4b241cb1f14151b349fd94cdd3648b64b2
-DIST capybara-3.4.1.gem 292352 BLAKE2B 
baf07378ec9c932ca4fac4b9ce465b76704c5b17cea73db01d584dbf7076b2c6defe0170a0575691f6af5dcda2d8f97bd16a3901d36c8a9db63c72491fbfc962
 SHA512 
abd969af564a9b8a827493674d51e2cabbb57c47795ede260498f99600da0da9bf00c97e64ccd07cfdb1b630135714191f232f166e08856a4cb9fdff6c47fe1a
-DIST capybara-3.4.2.gem 292864 BLAKE2B 
f04bef4540df60eaaeab2cdf59577962493da34adae1abcb4fc23101244a522fa2bc80ad86ba906368a98e68d6918877a073be1e0068b4eb2ba44e0d060b40cd
 SHA512 
e9415ce626a1391d9a0af944d9afaa536d98b6d44bb19d288e3b71399effa2fa8ffeef72a0fb2d786a3267f6809943f499f50f88f95c24552888db2467e5
-DIST capybara-3.5.1.gem 294400 BLAKE2B 
413281f52305c47cad34b6200e534798f05cf8a4257ca0f396dcb5c7f4d689d1c34463a99644ce8861cb12fe921918c6ddc503ffa3c4f00b04b6570ce1096dfb
 SHA512 
c42c4492865f70fad30f9c554dfd4a5e435102d58c3934392d9e692638ace50dd7f3301628e45eee0ceb0e94f91b051341bdc9eb9a3f498aec7a477a866bc76c
 DIST capybara-3.6.0.gem 296448 BLAKE2B 
4054aaac6b6e0d5f1f0c1adee1951dcac7fcb3b2061dfe9de261e6c8bb749d6c88eb2c5a635b683e9a02719870435d52546701f4f21f722068836d4acd78f3eb
 SHA512 
d99e9aab306955e01c08f26e7e8e042019b30d97c106ce6e33c96d7277670b81a143312c06e89c2f6c5f959af461d219c213c3660e895bec1e8cfcae030728b4
 DIST capybara-3.7.0.gem 299008 BLAKE2B 
79f08d71085e6fd42986da5cc69e9f2df21ad65eaad7bbc2d450815c5cd3f6ad38889739ddab7e2fa92548bbe4c23940f46e99a5633b3a6fe80988bd417d55ff
 SHA512 
0c40bdaad6423fa86d1e41bc5c2e8ec8bdb90326631f464dd4ed759a28b9c6e03fd4f5292e11f05cf478c0a5ce19b2df628a259861fb80f94fde367d4f4dacde
 DIST capybara-3.7.1.gem 299008 BLAKE2B 
0f90ee7266a360c0430e55a60f354f2cc079ce3ffa318a12eef1c8faf9637a1d0678f049fc1a921657ca557d99a30bad54ff51b00645eedbc4ecf9567f9d6a20
 SHA512 
6d5546607652439f7c487e60859803980e90a511acf43a3bb1b197d2f27a9edf50f95a77d4de2fd40570373c03a25b4a0450bc84d509abd264b926acdc1132f1

diff --git a/dev-ruby/capybara/capybara-3.4.1.ebuild 
b/dev-ruby/capybara/capybara-3.4.1.ebuild
deleted file mode 100644
index e0cae11e9d0..000
--- a/dev-ruby/capybara/capybara-3.4.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-# Rake tasks are not distributed in the gem.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit virtualx ruby-fakegem
-
-DESCRIPTION="Capybara aims to simplify the process of integration testing Rack 
applications"
-HOMEPAGE="https://github.com/jnicklas/capybara;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="3"
-IUSE="test"
-
-DEPEND="${DEPEND} test? ( www-client/firefox )"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/launchy 
>=dev-ruby/selenium-webdriver-2.0 dev-ruby/sinatra:2 )"
-
-ruby_add_rdepend "
-   dev-ruby/addressable
-   >=dev-ruby/mini_mime-0.1.3
-   >=dev-ruby/nokogiri-1.8:0
-   >=dev-ruby/rack-1.6.0:*
-   >=dev-ruby/rack-test-0.6.3:*
-   >=dev-ruby/xpath-3.1:3"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' -e '/pry/d' -e '1igem "sinatra"' 
spec/spec_helper.rb || die
-
-   # Avoid window-manager specific tests (sizes are specific for fluxbox)
-   sed -i -e '/#maximize/,/^  end/ s:^:#:' 
lib/capybara/spec/session/window/window_spec.rb || die
-
-   # Avoid spec that requires unpackaged geckodriver
-   sed -i -e '/describe.*register_server/,/^  end/ s:^:#:' 
spec/capybara_spec.rb || die
-
-   # Avoid test 

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

2018-09-12 Thread Patrick McLean
commit: 29fc056508f9377e9a0b9dac03cc9c3f6881979b
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Sep 13 03:47:48 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Sep 13 03:48:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fc0565

net-misc/openssh: Fix URL for X509 patch in version 7.8_p1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/openssh/openssh-7.8_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.8_p1.ebuild 
b/net-misc/openssh/openssh-7.8_p1.ebuild
index be98cf40b88..fd5191f0df9 100644
--- a/net-misc/openssh/openssh-7.8_p1.ebuild
+++ b/net-misc/openssh/openssh-7.8_p1.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://www.openssh.com/;
 SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
${SCTP_PATCH:+sctp? ( 
https://dev.gentoo.org/~chutzpah/dist/openssh/${SCTP_PATCH} )}
${HPN_VER:+hpn? ( $(printf 
"mirror://sourceforge/hpnssh/HPN-SSH%%20${HPN_VER/./v}%%20${PV/_}/%s\n" 
"${HPN_PATCHES[@]}") )}
-   ${X509_PATCH:+X509? ( 
https://roumenpetrov.info/openssh/x509-${X509_ver}/${X509_PATCH} )}
+   ${X509_PATCH:+X509? ( 
https://roumenpetrov.info/openssh/x509-${X509_VER}/${X509_PATCH} )}
"
 
 LICENSE="BSD GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2018-09-12 Thread Matt Turner
commit: 5514fca0a4708c41ded3156e1ac8194f34e10982
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 13 03:41:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 13 03:42:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5514fca0

sys-boot/grub-2.02-r3: ppc64 stable

 sys-boot/grub/grub-2.02-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/grub/grub-2.02-r3.ebuild 
b/sys-boot/grub/grub-2.02-r3.ebuild
index a2712785195..0f25e02f5ce 100644
--- a/sys-boot/grub/grub-2.02-r3.ebuild
+++ b/sys-boot/grub/grub-2.02-r3.ebuild
@@ -28,7 +28,7 @@ if [[ ${PV} !=  ]]; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
S=${WORKDIR}/${P%_*}
fi
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
 else
inherit git-r3
EGIT_REPO_URI="git://git.sv.gnu.org/grub.git



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

2018-09-12 Thread Matt Turner
commit: 381cb294e41dc3c7ebfa0177a30ece7786e821b2
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 13 03:40:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 13 03:42:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381cb294

sys-libs/librtas-2.0.2: ppc64 stable

 sys-libs/librtas/librtas-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild 
b/sys-libs/librtas/librtas-2.0.2.ebuild
index 8c9ae20cdd3..a6e3882d021 100644
--- a/sys-libs/librtas/librtas-2.0.2.ebuild
+++ b/sys-libs/librtas/librtas-2.0.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> $
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="~ppc ppc64"
 IUSE=""
 
 DOCS="README"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ibm-powerpc-utils/

2018-09-12 Thread Matt Turner
commit: 404246b0daf4c62048bfdea7c90110538b3c9285
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 13 03:40:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 13 03:42:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404246b0

sys-apps/ibm-powerpc-utils-1.3.5: ppc64 stable

 sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild 
b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild
index dd4248b2b48..d839a8f750b 100644
--- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild
+++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.5.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P//ibm-}"
 
 SLOT="0"
 LICENSE="IBM"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="~ppc ppc64"
 
 DEPEND="
sys-devel/bc



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

2018-09-12 Thread Matt Turner
commit: bebfed4539b0e614ff9935518b57fcff94465321
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 13 02:30:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 13 02:31:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebfed45

app-arch/pixz-1.0.6: ppc64 stable

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

diff --git a/app-arch/pixz/pixz-1.0.6.ebuild b/app-arch/pixz/pixz-1.0.6.ebuild
index c1aa8490634..c27e22add02 100644
--- a/app-arch/pixz/pixz-1.0.6.ebuild
+++ b/app-arch/pixz/pixz-1.0.6.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/vasi/pixz/releases/download/v${PV}/${P}.tar.xz;
-   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="Parallel Indexed XZ compressor"



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

2018-09-12 Thread Anthony G. Basile
commit: 23ba0d33e698486c1a2e56c162bd2246b28a1449
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Sep 13 02:23:17 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Sep 13 02:23:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ba0d33

sys-libs/musl: version 1.1.20 stable on amd64

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/musl/musl-1.1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/musl/musl-1.1.20.ebuild b/sys-libs/musl/musl-1.1.20.ebuild
index c9d12c96192..52b13b6bca9 100644
--- a/sys-libs/musl/musl-1.1.20.ebuild
+++ b/sys-libs/musl/musl-1.1.20.ebuild
@@ -17,7 +17,7 @@ else
https://dev.gentoo.org/~blueness/musl-misc/getconf.c
https://dev.gentoo.org/~blueness/musl-misc/getent.c
https://dev.gentoo.org/~blueness/musl-misc/iconv.c;
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+   KEYWORDS="-* amd64 ~arm ~arm64 ~mips ~ppc ~x86"
 fi
 
 export CBUILD=${CBUILD:-${CHOST}}



[gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/, net-misc/openssh/

2018-09-12 Thread Patrick McLean
commit: 3604116e32e4a4d97b40c886b9cd4e797a1d9e13
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Sep 13 01:54:00 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Sep 13 02:09:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3604116e

net-misc/openssh: Version bump to 7.8_p1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/openssh/Manifest  |   5 +
 .../openssh/files/openssh-7.8_p1-GSSAPI-dns.patch  | 359 +
 .../files/openssh-7.8_p1-X509-no-version.patch |  19 +
 .../files/openssh-7.8_p1-hpn-X509-glue.patch   |  79 
 .../openssh/files/openssh-7.8_p1-hpn-glue.patch| 112 ++
 .../files/openssh-7.8_p1-hpn-sctp-glue.patch   |  17 +
 net-misc/openssh/openssh-7.8_p1.ebuild | 438 +
 7 files changed, 1029 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index fe07f89b363..73d61beed4a 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -7,4 +7,9 @@ DIST openssh-7.7p1-patches-1.2.tar.xz 17584 BLAKE2B 
192ec01906c911197abec4606cdf
 DIST openssh-7.7p1-sctp-1.1.patch.xz 7548 BLAKE2B 
3b960c2377351955007005de560c2a3e8d0d059a0435e5beda14c63e444dad8b4357edaccd1cfe446c6268514f152b2bcfa7fa3612f1ae1324a31fecb0e85ac5
 SHA512 
093605865262a2b972db8c92990a49ed6178ed4567fb2626518c826c8472553d9be99a9e6052a6f5e545d81867b4118e9fd8a2c0c26a2739f1720b0f13282cba
 DIST openssh-7.7p1-x509-11.3.1.patch.xz 362672 BLAKE2B 
55b8b0ef00dc4d962a0db1115406b7b1e84110870c74198e9e4cb081b2ffde8daca67cb281c69d73b4c5cbffde361429d62634be194b57e888a0b434a0f42a37
 SHA512 
f84744f6d2e5a15017bce37bfa65ebb47dbafeac07ea9aab46bdc780b4062ff70687512d9d512cab81e3b9c701adb6ce17c5474f35cb4b49f57db2e2d45ac9ac
 DIST openssh-7.7p1.tar.gz 1536900 BLAKE2B 
7aee360f2cea5bfa3f8426fcbd66fde2568f05f9c8e623326b60f03b7c5f8abf223e178aa1d5958015b51627565bf5b1ace35b57f309638c908f5a7bf5500d21
 SHA512 
597252cb48209a0cb98ca1928a67e8d63e4275252f25bc37269204c108f034baade6ba0634e32ae63422fddd280f73096a6b31ad2f2e7a848dde75ca30e14261
+DIST openssh-7.8p1+x509-11.4.diff.gz 536597 BLAKE2B 
18593135d0d4010f40a6e0c99a6a2e9fb4ca98d00b4940be5cb547fcb647adc9663245274d4e792bcc7c2ec49accaceb7c3c489707bbb7aaeed260dd2e0eb1c3
 SHA512 
b95d46201626797f197c5aa8488b0543d2c7c5719b99fadd94ef2c888a96c6a7b649527b78b6d6014d953ae57e05ecf116192cf498687db8cb7669c3998deecc
+DIST openssh-7.8p1-sctp-1.1.patch.xz 7548 BLAKE2B 
d74010028f097812f554f9e788aa5e46d75c12edbef18aaeaa985025bdad04a1a028cc862d11d718208c1b63862780840332536a535bb2eaff7661c966ef
 SHA512 
c084f6b2cfa9cb70f46ecc9edfce6e2843cd4cd5e36ac870f5ceaaedd056ba9aa2ce8769418239ad0fe5e7350573397a222b6525a029f4492feb7b144ee22aa3
+DIST openssh-7.8p1.tar.gz 1548026 BLAKE2B 
938428408596d24d497f245e3662a0cff3d462645683bf75cd29a0ea56fa6c280e7fa866bedf0928dd5bc4085b82d5a4ce74b7eea0b45b86f879b69f74db1642
 SHA512 
8e5b0c8682a9243e4e8b7c374ec989dccd1a752eb6f84e593b67141e8b23dcc8b9a7322b1f7525d18e2ce8830a767d0d9793f997486339db201a57986b910705
+DIST openssh-7_8_P1-hpn-AES-CTR-14.16.diff 29231 BLAKE2B 
e25877c5e22f674e6db5a0bc107e5daa2509fe762fb14ce7bb2ce9a115e8177a93340c1d19247b6c2c854b7e1f9ae9af9fd932e5fa9c0a6b2ba438cd11a42991
 SHA512 
1867fb94c29a51294a71a3ec6a299757565a7cda5696118b0b346ed9c78f2c81bb1b888cff5e3418776b2fa277a8f070c5eb9327bb005453e2ffd72d35cdafa7
+DIST openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 43356 BLAKE2B 
776fa140d64a16c339b46a7c773258d2f4fe44e48b16abccad1a8757a51cb6362722fc5f42c39159af12849f5c88cf574de64815085c97157e16653f18d4909b
 SHA512 
53f2752b7aa02719c8dfe0fe0ef16e874101ba2ba87924aa1122cd445ece218ca09c22abaa3377307f25d459579bc28d3854e2402c71b794db65d58cdd1ebc08
 DIST openssh-lpk-7.5p1-0.3.14.patch.xz 17040 BLAKE2B 
5b2204316dd244bb8dd11db50d5bc3a194e2cc4b64964a2d3df68bbe54c53588f15fc5176dbc3811e929573fa3e41cf91f412aa2513bb9a4b6ed02c2523c1e24
 SHA512 
9ce5d7e5d831c972f0f866b686bf93a048a03979ab38627973f5491eeeaa45f9faab0520b3a7ed90a13a67213fdc9cd4cf11e423acad441ea91b71037c8b435b

diff --git a/net-misc/openssh/files/openssh-7.8_p1-GSSAPI-dns.patch 
b/net-misc/openssh/files/openssh-7.8_p1-GSSAPI-dns.patch
new file mode 100644
index 000..989dc6cee68
--- /dev/null
+++ b/net-misc/openssh/files/openssh-7.8_p1-GSSAPI-dns.patch
@@ -0,0 +1,359 @@
+diff --git a/auth.c b/auth.c
+index 9a3bc96f..fc2c3620 100644
+--- a/auth.c
 b/auth.c
+@@ -733,120 +733,6 @@ fakepw(void)
+   return ();
+ }
+ 
+-/*
+- * Returns the remote DNS hostname as a string. The returned string must not
+- * be freed. NB. this will usually trigger a DNS query the first time it is
+- * called.
+- * This function does additional checks on the hostname to mitigate some
+- * attacks on legacy rhosts-style authentication.
+- * XXX is RhostsRSAAuthentication vulnerable to these?
+- * XXX Can we remove these checks? (or if not, remove 
RhostsRSAAuthentication?)
+- */
+-
+-static char *
+-remote_hostname(struct ssh *ssh)
+-{
+-  struct 

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

2018-09-12 Thread Alice Ferrazzi
commit: 8ea9cab727c2f557e6c5d0ce228714c170580a55
Author: kuzetsa  gmail  com>
AuthorDate: Tue Sep 11 03:31:13 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Thu Sep 13 02:06:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea9cab7

sys-kernel/ck-sources: genpatches-4.14-75

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.14.69.ebuild | 64 +
 2 files changed, 67 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index cced0c6a45b..ab463748551 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -21,6 +21,9 @@ DIST genpatches-4.14-72.extras.tar.xz 17484 BLAKE2B 
dec86eb26ccf0ec1ef0a47124aaf
 DIST genpatches-4.14-73.base.tar.xz 1779884 BLAKE2B 
faade2d87d6cdf47172f41d16bde03ff7f7610e2eb44237261518cf62255ab55bf2545e4b0779b81cf3fc7eaf25cea256eca3f145d8e35150914bfbc
 SHA512 
b6e94a7ce93cfe20fea4ed407e49b7140ab0169c91d504415c8d8c433ee30a987ad805ac93c4bd281ce6a56a05f2ded127fbdeffb4be47697ee44704bb6e0999
 DIST genpatches-4.14-73.experimental.tar.xz 5224 BLAKE2B 
1577cd444c84c7a8fef88e167e3027773a5574459124f007ecbcccab5f7f9d544d594616ab4c43c58edcf97e2af699c82fea4995a98aa2a4a196f5aa8d345350
 SHA512 
57b87c85d902246a38f7822f296736cc471509c5ff63e1da8999fdd285437add9e0a20ced9d1997df1e1cbf6fdcee45c62747bcda9de4cbcfa3009a0d6ded06c
 DIST genpatches-4.14-73.extras.tar.xz 17492 BLAKE2B 
012192e85aef3973e8306538ed013a231a8fae37dfa635e1285df92ba4bf8dd81ffa95b5f100f0fb502db66d8abe1bbbc8722b5f50f502ebf321cd10deb9e857
 SHA512 
939f54ea53f560f741f3db39ee57c301d0c31bd8c59cbd928caa22bdb9dbd2635e3fe87dda9e45145e2af790014fabae613ff71ed78472264323b3f47d44e9dc
+DIST genpatches-4.14-75.base.tar.xz 1838036 BLAKE2B 
9890ebcc7dbf1a6787ba679792f369236643a0586ee4c825c03e97ac50b431779f2466bfdbd8fb4fbb2d439d0c73b01bead83add87603587e99174ae1200e655
 SHA512 
26c20463306c849c1e2c8abab82731c3ff61e467765c588e098b34ffcb84172f5f4edfa5162321ac819376d7cc5ed78be00ddb82cf3a1d246fd9a23ef04026c7
+DIST genpatches-4.14-75.experimental.tar.xz 5224 BLAKE2B 
ad9310ca8627ab72b0ba08769034cdacc10fdc46aaf6f3a9b9efb420fe2f737bf1034f69871fd89a81ad9edf1a5299094911c3fa109e4681e1754e999d34c343
 SHA512 
7ba19f271077e5c62be3e825f0f87302025511bba11fba72684201c4666cec70fe5446579d14c782aaa08d59b748373cb67f9c40abb46925c6abbb6463c0bd19
+DIST genpatches-4.14-75.extras.tar.xz 17488 BLAKE2B 
64b765bc55181449566ef672bdbc3df31b431dffd0a5b981b53beb0e0de07ebae858f749159267ddff35d86be911529140193e2363d215ae1496c2b9433abdec
 SHA512 
bcacc67187a73b1e2f3b0ef879fe637204b7395d2e72bc231261ef76827b42ab723ad50019bda5cd4c4aca2727e38b607fc41a73aedeb7f917647c91f1d42d9c
 DIST genpatches-4.17-12.base.tar.xz 246780 BLAKE2B 
64cafd4ba5492db8df42f20d92040fa758d61044398562432f0111d07a4e8e3a5dcf9c2c1d52cb503f10ffc44162616185697186344cd5291390457a807aa376
 SHA512 
b9ea2c3181dac826da6db02bfb677f8889b9ff06497e7231b1ddb90cdcc6b8be70b85d25c70ccea874493fe26c338f2639fd5aee8cfa77a164f4a2d07278e4e7
 DIST genpatches-4.17-12.experimental.tar.xz 5228 BLAKE2B 
303a95aa5d28940446d41530e02b251a3b2a4fb5123f2f0f7d7ce9f674012b4be27e2f6149760efcc3e7a92d91b4be0a6c46d34b320f50f1b3317b205da1d38e
 SHA512 
758f92ba2a94e1a5052dc2470fc2a459032a25954fd799b1aa15cfdc37335f6ad642d2c06ec13250134bdece9ca0b9c30ddba31d70ea47fce87c6d637aaa3f63
 DIST genpatches-4.17-12.extras.tar.xz 17496 BLAKE2B 
4e62accefe05f592f514403a5ee38aaa3e68f629e2cdc9b4048ac9884b7ef26940b9663055614881fc849fdc2948aeecb12b81ed283d587c3cf765784453ff45
 SHA512 
2c55ee4a36046b8c487ee2cf8a0484df9e00b529cf5d5296d3e7dc0f611a4ae748841574df2f996ffe81fcd98578bf9872523a795d3c2657df15f836af5a4975

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.69.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.69.ebuild
new file mode 100644
index 000..911cc3750da
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.14.69.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="75"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+MUQSS_VERSION="162"
+MUQSS_FILE="${K_BRANCH_ID}-sched-MuQSS_${MUQSS_VERSION}.patch"
+MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0;
+
+# clearly identify package name in distrdir
+MUQSS_DISTNAME="${PN}-${K_BRANCH_ID}-muqss.patch"
+
+CK_LVER_URL="${MUQSS_BASE_URL}/${K_BRANCH_ID}"

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

2018-09-12 Thread Alice Ferrazzi
commit: e5cf6c3a73cc0c1d87964fe02e26367a22c26313
Author: kuzetsa  gmail  com>
AuthorDate: Tue Sep 11 03:31:54 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Thu Sep 13 02:06:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cf6c3a

sys-kernel/ck-sources: genpatches-4.18-10

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/ck-sources/Manifest |  3 ++
 sys-kernel/ck-sources/ck-sources-4.18.7.ebuild | 54 ++
 2 files changed, 57 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index ab463748551..d63d2749214 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -27,6 +27,9 @@ DIST genpatches-4.14-75.extras.tar.xz 17488 BLAKE2B 
64b765bc55181449566ef672bdbc
 DIST genpatches-4.17-12.base.tar.xz 246780 BLAKE2B 
64cafd4ba5492db8df42f20d92040fa758d61044398562432f0111d07a4e8e3a5dcf9c2c1d52cb503f10ffc44162616185697186344cd5291390457a807aa376
 SHA512 
b9ea2c3181dac826da6db02bfb677f8889b9ff06497e7231b1ddb90cdcc6b8be70b85d25c70ccea874493fe26c338f2639fd5aee8cfa77a164f4a2d07278e4e7
 DIST genpatches-4.17-12.experimental.tar.xz 5228 BLAKE2B 
303a95aa5d28940446d41530e02b251a3b2a4fb5123f2f0f7d7ce9f674012b4be27e2f6149760efcc3e7a92d91b4be0a6c46d34b320f50f1b3317b205da1d38e
 SHA512 
758f92ba2a94e1a5052dc2470fc2a459032a25954fd799b1aa15cfdc37335f6ad642d2c06ec13250134bdece9ca0b9c30ddba31d70ea47fce87c6d637aaa3f63
 DIST genpatches-4.17-12.extras.tar.xz 17496 BLAKE2B 
4e62accefe05f592f514403a5ee38aaa3e68f629e2cdc9b4048ac9884b7ef26940b9663055614881fc849fdc2948aeecb12b81ed283d587c3cf765784453ff45
 SHA512 
2c55ee4a36046b8c487ee2cf8a0484df9e00b529cf5d5296d3e7dc0f611a4ae748841574df2f996ffe81fcd98578bf9872523a795d3c2657df15f836af5a4975
+DIST genpatches-4.18-10.base.tar.xz 145340 BLAKE2B 
052e5eba856e416cfb303ec9b8a064ef8a47492134cb4632ce5ba1818bf4dcdfc6b34a3c276017214a47ac4b4483fd46272a9c284b1abbe81960de55d118b3ee
 SHA512 
af67a9316370bfbaf8999e993efb766928b729ebf1587a9804dd6ef89e5c7190577fda022b8ac128576e9e60d4ff638b780d6e324dcd244d4c8e7ce33f2a9abc
+DIST genpatches-4.18-10.experimental.tar.xz 5228 BLAKE2B 
3485bbf76b9c6ab4382a835984d9c55a052fefafbc9550f2a08bbcb383991a8ceb0ca53b5931f57bace9e8893a2ccb2c2aea15f2939a6a4e69de1d924aeb5071
 SHA512 
45ef8b07719263eb2ffd75fc0c24dd0357bc6cf2e76e129d8c2ecdfaecca4f864b5ad091685e9d94a7460422e7c49fac68cf2f4b0bb90e2faeb5f0b9b94fbc0a
+DIST genpatches-4.18-10.extras.tar.xz 17504 BLAKE2B 
2bd2aed76a5b1b9fe5200407edda412fe220d5a23f2baa5967c5930b182a74e97eb289006571a0400ad09b4397315c27fc1ca8f18f0e1c496a52c47029f61a69
 SHA512 
585de2757b97c6cfaed2ef52b00c8b6c784a0abe3937d58784bb473a1ea3c85b22a21bb978f6d6d9b772b6522370d141ea50440258aad5949ad2984723699a9a
 DIST genpatches-4.18-8.base.tar.xz 61984 BLAKE2B 
fc4b575978ef25f2ac1ea23453a820cd3fce9fb99bdcc071e88d8d52113b3ad1b44725b1bddf8a9b0e17fcc4022b8a7ea1ca10925c560ebd2480ae7edbf08a93
 SHA512 
fb98eff21e6cfbf03feb1df16241e564acb086026db360136a46c78d7658cd76dbc98f698279e2e5e1c55c675acadf7da45136bcff5fc929d0fc155a70def29e
 DIST genpatches-4.18-8.experimental.tar.xz 5224 BLAKE2B 
1577cd444c84c7a8fef88e167e3027773a5574459124f007ecbcccab5f7f9d544d594616ab4c43c58edcf97e2af699c82fea4995a98aa2a4a196f5aa8d345350
 SHA512 
57b87c85d902246a38f7822f296736cc471509c5ff63e1da8999fdd285437add9e0a20ced9d1997df1e1cbf6fdcee45c62747bcda9de4cbcfa3009a0d6ded06c
 DIST genpatches-4.18-8.extras.tar.xz 17508 BLAKE2B 
2e9e8c17aacbd6894f682c6f95b767228c54673e23dd401519d69606177334408acee5c018b164c797750018d015c8abe35e48f5b00b45f5502b0dd72f776941
 SHA512 
059cf39a752f004cb3fe57f7d98118879bdd1d40c1242a012a11275a29dc7744d6333686fadda2fe08bbbea5a9b45f3f3cc9bfc20203f22184b2068baf07

diff --git a/sys-kernel/ck-sources/ck-sources-4.18.7.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.18.7.ebuild
new file mode 100644
index 000..63fee71f42d
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.18.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="10"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+MUQSS_VERSION="173"
+MUQSS_FILE="0001-MultiQueue-Skiplist-Scheduler-version-v0.${MUQSS_VERSION}.patch"
+MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0;
+
+# clearly identify package name in distrdir
+MUQSS_DISTNAME="${PN}-${K_BRANCH_ID}-muqss.patch"
+
+CK_LVER_URL="${MUQSS_BASE_URL}/${K_BRANCH_ID}"

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

2018-09-12 Thread Alice Ferrazzi
commit: c5358a6304933295bd8ce1b6c9fd95ca2019eb5f
Author: kuzetsa  gmail  com>
AuthorDate: Tue Sep 11 03:29:37 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Thu Sep 13 02:06:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5358a63

sys-kernel/ck-sources: genpatches-4.9-130

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9794

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.126.ebuild | 59 +
 2 files changed, 62 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 4c766915ea6..cced0c6a45b 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -36,6 +36,9 @@ DIST genpatches-4.9-127.extras.tar.xz 17348 BLAKE2B 
b7d6fe9deb23dfa838d073143952
 DIST genpatches-4.9-128.base.tar.xz 2379516 BLAKE2B 
e68c68ad74df356b3368b92e92253f7a202b85023cae0e2f129df65a62efc0fa2c18ec2bdc71eb7a031a4ec2137e2b212f9d9a17da93bc15d8394c3ff5339f3d
 SHA512 
bbb3d36b8ee2676e56b8547132d3bf5d56e796ecc06b9e6222a520de9c29339c617ff93e03613d65a0b0bfeadb1eefa2d10fe2e0861d3c1343e272160e994326
 DIST genpatches-4.9-128.experimental.tar.xz 106400 BLAKE2B 
3ca6de8991745069a3abdec7faa143eb77dc6a361bb638f1a880f7b707b2b622211ada9465cdc7eb24a61161589cd56055d10be6987336f095bf36218eb5c3af
 SHA512 
1e1cc91d8d790e6a9e617ece093f91d1737d15c76f1df52c78111e9fdbf09c3dbd962ce35edf7c50a9a0d3a441ec834bf03bc9cb83e4988b973c14aeccb76724
 DIST genpatches-4.9-128.extras.tar.xz 17352 BLAKE2B 
1cceb0fe070585680ce5924f249e1069606710fbd6a0c0112916534b434c5b8410abeb9e5b6f7b7e20f4eeca857fa0c0666d0c1db8f8239fdaedd36a73001033
 SHA512 
a79a0e359e018c8e54f2bd73fe3edc185ebc1b0a8a96f882ed17a197773d4ecaf6788dde06571eb3bf5954bb6475dbbfa52f35d6e654e81614575e7368aef1e0
+DIST genpatches-4.9-130.base.tar.xz 2415208 BLAKE2B 
38ddc0d5b2ec8b33834550c87169c96300977013e2cdfde7999caaaddded86e3696c2460e5980ca9ab5e812a475e969b0202399f83cb8d82fd397515fa7d26ee
 SHA512 
69dafb393a54d93e0ca26ecd6f24536cd23139d323bb32a9510945ce53a47b7d4fee966344ade1416c0b207f28e2b43d6cad0af25a78c400f3528f64719ad1ac
+DIST genpatches-4.9-130.experimental.tar.xz 106384 BLAKE2B 
cfe48d4fe7c1211390adf14a8512c6132b6b80760e38afbe0df1aa776c7db614d6171893c69f56f10a0bc3b60261f6c2299ddf71594ba6d27ecbc168d3ab742a
 SHA512 
a95bea2ec43be17af441c216c40da1b48d5ae5098951dfe30dcfe746deec0270bdb21f4118976f31df5da898354e8eca08ce60fad3127986327243588a69db65
+DIST genpatches-4.9-130.extras.tar.xz 17356 BLAKE2B 
299388e6feda84ee34d24583a8d1f4b8cd1813d19970f3ecc78323cfd301dceb74ea7df7d78905cee54fc9b30ac05ae7197162fe2b7a66e41681ec398e391a06
 SHA512 
b74ea5bd6f2d659ca4ea1ddc30b174cc156581a318f6c11783ca99a326e3a8957cf9750cc4782c93e9c2529b45e2c576ec86598a6655942abcbec8be32e0b4a9
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.17.tar.xz 102165892 BLAKE2B 
b9e1fe2c063d2761b4d54594b841f6591fd6f5b634a402c07e0fa5518a2b271293d97c5a7a8e3c30c9c4d78df16bf20a4f0befe998c9a9393bb3290d2df1dda3
 SHA512 
4d9de340a26155a89ea8773131c76220cc2057f2b5d031b467b60e8b14c1842518e2d60a863d8c695f0f7640f3f18d43826201984a238dade857b6cef79837db
 DIST linux-4.18.tar.xz 101781564 BLAKE2B 
138bdc49dc8871e5566b5e23a9e5ed0e68fff480a7a04fc659a9efe2d4bcc778ac01368a32bc5d1dbde870102ce7294b9d315f81c4e6e762ee781135e83033f2
 SHA512 
950eb85ac743b291afe9f21cd174d823e25f11883ee62cecfbfff8fe8c5672aae707654b1b8f29a133b1f2e3529e63b9f7fba4c45d6da8000b3a9a9ae038

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.126.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.126.ebuild
new file mode 100644
index 000..4cc750cb7c3
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.126.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="130"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+MUQSS_VERSION="150"
+MUQSS_FILE="${K_BRANCH_ID}-sched-MuQSS_${MUQSS_VERSION}.patch"
+MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0;
+
+# clearly identify package name in distrdir
+MUQSS_DISTNAME="${PN}-${K_BRANCH_ID}-muqss.patch"
+
+CK_LVER_URL="${MUQSS_BASE_URL}/${K_BRANCH_ID}"

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2018-09-12 Thread Mike Gilbert
commit: 0cb2e3894e439b2a4daa574316f4f64308cfc3ef
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep 13 01:28:25 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 13 01:28:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb2e389

www-plugins/chrome-binary-plugins: automated update (70.0.3538.16)

Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...8.9_alpha.ebuild => chrome-binary-plugins-70.0.3538.16_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 8a4602a51fb..1caecfd891d 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_69.0.3497.92-1_amd64.deb 55963728 BLAKE2B 
9bbf0dcc91a03e0bde206afbacd88b3f7b885795e9fc49589fde262f1a6afac60dbad1940a71400d2246ef27b824286f1570b5b6bb2f7f0e4ea4aaa50ce9e0ea
 SHA512 
e01eb82f1109f49e3e233c0ccafde44ada082feea36499e1eb2b3b0c96ca63d555e60faacf6122ccd5d5f3a12bd54b447daf9bde34f738e072361356a9707509
 DIST google-chrome-stable_69.0.3497.92-1_amd64.deb 54808378 BLAKE2B 
dae6939fe4bf46d2e773ad90df2229ef4b914d26e0a4b4e2114fadcd0e42f9a3609f864b7240fb2bbf2b0ef3aeb0b73bf37a102a633ba725ab0fee6db0a88907
 SHA512 
6bb1cc4612157e8416c9a39874772eb18ff7da28f86cb2e409a6be4d50495932b12aac9ce7973a6e85659cd8f3f65101738677d0135ce3f0d5854729dcaac98e
-DIST google-chrome-unstable_70.0.3538.9-1_amd64.deb 57047958 BLAKE2B 
c57279755eef915cd75d42d93890aed89f6617c759abb86db44d5cfec8cb3cf98446e59e8522d00948cb88dfea855ddeee4e9b103f37b4df003d823fc9ad134c
 SHA512 
74148f33306ce060a5ffc4d5884b01d72b2e81e5aa961dbe7a8bc0eea416ef64157d8af1dfcbcc1b025c896efe12db6bf0b96f433895900c6952eb7c3b5595fd
+DIST google-chrome-unstable_70.0.3538.16-1_amd64.deb 57077036 BLAKE2B 
e1358227ed1d4e679abd16b9bfaf5ee35cadd259c478b66da9326ab529ea978c1d94fe2459c9c63dc9556c860959e73788e7b0a96ee7a1176c2cbd2e51312f3f
 SHA512 
d187c702cbcf5e92b996706c94d692bdb25bbbe8490df9f6a116b720a5204cdf2c12adb3360a49de0d08fde7a897f88c7d66182f80207d81904327d018376d7b

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3538.9_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3538.16_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3538.9_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3538.16_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2018-09-12 Thread Mike Gilbert
commit: 12cdfdde635710fc8f7dac85169ee4ec3f91a488
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep 13 01:28:17 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 13 01:28:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cdfdde

www-client/google-chrome-unstable: automated update (70.0.3538.16)

Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...le-70.0.3538.9.ebuild => google-chrome-unstable-70.0.3538.16.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 9446b98c093..871bbdeac9d 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_70.0.3538.9-1_amd64.deb 57047958 BLAKE2B 
c57279755eef915cd75d42d93890aed89f6617c759abb86db44d5cfec8cb3cf98446e59e8522d00948cb88dfea855ddeee4e9b103f37b4df003d823fc9ad134c
 SHA512 
74148f33306ce060a5ffc4d5884b01d72b2e81e5aa961dbe7a8bc0eea416ef64157d8af1dfcbcc1b025c896efe12db6bf0b96f433895900c6952eb7c3b5595fd
+DIST google-chrome-unstable_70.0.3538.16-1_amd64.deb 57077036 BLAKE2B 
e1358227ed1d4e679abd16b9bfaf5ee35cadd259c478b66da9326ab529ea978c1d94fe2459c9c63dc9556c860959e73788e7b0a96ee7a1176c2cbd2e51312f3f
 SHA512 
d187c702cbcf5e92b996706c94d692bdb25bbbe8490df9f6a116b720a5204cdf2c12adb3360a49de0d08fde7a897f88c7d66182f80207d81904327d018376d7b

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-70.0.3538.9.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-70.0.3538.16.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-70.0.3538.9.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-70.0.3538.16.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2018-09-12 Thread Mike Gilbert
commit: 1c810e4d2767b9a69b99035731d88f4f296289d8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 11 21:28:10 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 13 01:27:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c810e4d

www-client/google-chrome-beta: automated update (69.0.3497.92)

Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-69.0.3497.81.ebuild => google-chrome-beta-69.0.3497.92.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 8073b00360e..ad2dd83e540 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_69.0.3497.81-1_amd64.deb 56002466 BLAKE2B 
143a42b0a0db4724c903b90fd5af9b73cb835572fa62e00e718ed1798b769d2b40e76bc5adfe09434dfd008f40f706dde12d9438c01a5f81b2d116710f884f50
 SHA512 
35e6248dab9eaf43d03aebcfe0cf6b60c67db8161c2c0a1f56f18230d0e69655b9f14b9f4c10cf27e20652b6268409641ea5cd591396db27d5088b06ed5ed6dd
+DIST google-chrome-beta_69.0.3497.92-1_amd64.deb 55963728 BLAKE2B 
9bbf0dcc91a03e0bde206afbacd88b3f7b885795e9fc49589fde262f1a6afac60dbad1940a71400d2246ef27b824286f1570b5b6bb2f7f0e4ea4aaa50ce9e0ea
 SHA512 
e01eb82f1109f49e3e233c0ccafde44ada082feea36499e1eb2b3b0c96ca63d555e60faacf6122ccd5d5f3a12bd54b447daf9bde34f738e072361356a9707509

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-69.0.3497.81.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-69.0.3497.92.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-69.0.3497.81.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-69.0.3497.92.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2018-09-12 Thread Mike Gilbert
commit: 72f8db737e97835eef7ef1f486da14ec95a9049c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 11 21:28:18 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 13 01:27:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f8db73

www-plugins/chrome-binary-plugins: automated update (69.0.3497.92, 69.0.3497.92)

Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 ...-69.0.3497.81.ebuild => chrome-binary-plugins-69.0.3497.92.ebuild} | 0
 81_beta.ebuild => chrome-binary-plugins-69.0.3497.92_beta.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index b2c43af3341..8a4602a51fb 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_69.0.3497.81-1_amd64.deb 56002466 BLAKE2B 
143a42b0a0db4724c903b90fd5af9b73cb835572fa62e00e718ed1798b769d2b40e76bc5adfe09434dfd008f40f706dde12d9438c01a5f81b2d116710f884f50
 SHA512 
35e6248dab9eaf43d03aebcfe0cf6b60c67db8161c2c0a1f56f18230d0e69655b9f14b9f4c10cf27e20652b6268409641ea5cd591396db27d5088b06ed5ed6dd
-DIST google-chrome-stable_69.0.3497.81-1_amd64.deb 54688734 BLAKE2B 
a5d79d63f277363bcfdf6d8a5aa91a7b5feed5937c30c03f2f002fa51405631491ec829b94bc5bb3641d13a63db416a1cf1dff21c80cc11f4a838188c9b67454
 SHA512 
ea7e447c39f6b78aa4a6c0bf6e073639e9a730926eca627b1df5906a09d264736c1471139e383d63b81ea472579682820a0ddec7a197a7f68ebcf0bcfe8b
+DIST google-chrome-beta_69.0.3497.92-1_amd64.deb 55963728 BLAKE2B 
9bbf0dcc91a03e0bde206afbacd88b3f7b885795e9fc49589fde262f1a6afac60dbad1940a71400d2246ef27b824286f1570b5b6bb2f7f0e4ea4aaa50ce9e0ea
 SHA512 
e01eb82f1109f49e3e233c0ccafde44ada082feea36499e1eb2b3b0c96ca63d555e60faacf6122ccd5d5f3a12bd54b447daf9bde34f738e072361356a9707509
+DIST google-chrome-stable_69.0.3497.92-1_amd64.deb 54808378 BLAKE2B 
dae6939fe4bf46d2e773ad90df2229ef4b914d26e0a4b4e2114fadcd0e42f9a3609f864b7240fb2bbf2b0ef3aeb0b73bf37a102a633ba725ab0fee6db0a88907
 SHA512 
6bb1cc4612157e8416c9a39874772eb18ff7da28f86cb2e409a6be4d50495932b12aac9ce7973a6e85659cd8f3f65101738677d0135ce3f0d5854729dcaac98e
 DIST google-chrome-unstable_70.0.3538.9-1_amd64.deb 57047958 BLAKE2B 
c57279755eef915cd75d42d93890aed89f6617c759abb86db44d5cfec8cb3cf98446e59e8522d00948cb88dfea855ddeee4e9b103f37b4df003d823fc9ad134c
 SHA512 
74148f33306ce060a5ffc4d5884b01d72b2e81e5aa961dbe7a8bc0eea416ef64157d8af1dfcbcc1b025c896efe12db6bf0b96f433895900c6952eb7c3b5595fd

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.81.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.92.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.81.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.92.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.81_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.92_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.81_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.92_beta.ebuild



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

2018-09-12 Thread Mike Gilbert
commit: 1064c60bd6691a94ab3c2a0fc6db6618c216c434
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 11 21:27:54 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 13 01:27:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1064c60b

www-client/google-chrome: automated update (69.0.3497.92)

Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 www-client/google-chrome/Manifest   | 2 +-
 ...gle-chrome-69.0.3497.81.ebuild => google-chrome-69.0.3497.92.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index cd065879469..d6b496bf9b0 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_69.0.3497.81-1_amd64.deb 54688734 BLAKE2B 
a5d79d63f277363bcfdf6d8a5aa91a7b5feed5937c30c03f2f002fa51405631491ec829b94bc5bb3641d13a63db416a1cf1dff21c80cc11f4a838188c9b67454
 SHA512 
ea7e447c39f6b78aa4a6c0bf6e073639e9a730926eca627b1df5906a09d264736c1471139e383d63b81ea472579682820a0ddec7a197a7f68ebcf0bcfe8b
+DIST google-chrome-stable_69.0.3497.92-1_amd64.deb 54808378 BLAKE2B 
dae6939fe4bf46d2e773ad90df2229ef4b914d26e0a4b4e2114fadcd0e42f9a3609f864b7240fb2bbf2b0ef3aeb0b73bf37a102a633ba725ab0fee6db0a88907
 SHA512 
6bb1cc4612157e8416c9a39874772eb18ff7da28f86cb2e409a6be4d50495932b12aac9ce7973a6e85659cd8f3f65101738677d0135ce3f0d5854729dcaac98e

diff --git a/www-client/google-chrome/google-chrome-69.0.3497.81.ebuild 
b/www-client/google-chrome/google-chrome-69.0.3497.92.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-69.0.3497.81.ebuild
rename to www-client/google-chrome/google-chrome-69.0.3497.92.ebuild



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

2018-09-12 Thread Andreas Sturmlechner
commit: 7abcc55e604347bca806cdc702f1b2316d8b2a47
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 20:54:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 13 00:55:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abcc55e

dev-qt/qtcore: Drop bogus QT_NO_XRENDER from gentoo-qconfig.h

Fixes missing shadow around Qt context menus. Upstream dropped xrender
option long ago.

Upstream commit d37c353dc0f2ae5bb803fe9e5752eff846246439

Reported-by:  gmail.com>
Thanks-to: Lukas Turek <8an  praha12.net>
Thanks-to: Jimi Huotari  gentoo.org>
Bug: https://bugs.gentoo.org/648300
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-qt/qtcore/qtcore-5.11.1-r1.ebuild | 75 +++
 dev-qt/qtcore/qtcore-5.9.6-r1.ebuild  | 75 +++
 2 files changed, 150 insertions(+)

diff --git a/dev-qt/qtcore/qtcore-5.11.1-r1.ebuild 
b/dev-qt/qtcore/qtcore-5.11.1-r1.ebuild
new file mode 100644
index 000..c3da14471f4
--- /dev/null
+++ b/dev-qt/qtcore/qtcore-5.11.1-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="Cross-platform application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+IUSE="icu systemd"
+
+DEPEND="
+   dev-libs/double-conversion:=
+   dev-libs/glib:2
+   dev-libs/libpcre2[pcre16,unicode]
+   sys-libs/zlib
+   icu? ( dev-libs/icu:= )
+   !icu? ( virtual/libiconv )
+   systemd? ( sys-apps/systemd:= )
+"
+RDEPEND="${DEPEND}
+   !> "${D%/}"/${QT5_HEADERDIR}/QtCore/qconfig.h <<- _EOF_ || 
die
+
+   #if defined(QT_NO_${flag}) && defined(QT_${flag})
+   # undef QT_NO_${flag}
+   #elif !defined(QT_NO_${flag}) && !defined(QT_${flag})
+   # define QT_NO_${flag}
+   #endif
+   _EOF_
+   done
+}

diff --git a/dev-qt/qtcore/qtcore-5.9.6-r1.ebuild 
b/dev-qt/qtcore/qtcore-5.9.6-r1.ebuild
new file mode 100644
index 000..c3da14471f4
--- /dev/null
+++ b/dev-qt/qtcore/qtcore-5.9.6-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="Cross-platform application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+IUSE="icu systemd"
+
+DEPEND="
+   dev-libs/double-conversion:=
+   dev-libs/glib:2
+   dev-libs/libpcre2[pcre16,unicode]
+   sys-libs/zlib
+   icu? ( dev-libs/icu:= )
+   !icu? ( virtual/libiconv )
+   systemd? ( sys-apps/systemd:= )
+"
+RDEPEND="${DEPEND}
+   !> "${D%/}"/${QT5_HEADERDIR}/QtCore/qconfig.h <<- _EOF_ || 
die
+
+   #if defined(QT_NO_${flag}) && defined(QT_${flag})
+   # undef QT_NO_${flag}
+   #elif !defined(QT_NO_${flag}) && !defined(QT_${flag})
+   # define QT_NO_${flag}
+   #endif
+   _EOF_
+   done
+}



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

2018-09-12 Thread Andreas Sturmlechner
commit: 2d90b6ccf5fe0829ec58bd8bf886e8758e665ee5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 20:55:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 13 00:55:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d90b6cc

dev-qt/qtcore: Drop 5.11.1 (r0)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-qt/qtcore/qtcore-5.11.1.ebuild | 75 --
 1 file changed, 75 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.11.1.ebuild 
b/dev-qt/qtcore/qtcore-5.11.1.ebuild
deleted file mode 100644
index 3c04e6e737f..000
--- a/dev-qt/qtcore/qtcore-5.11.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-fi
-
-IUSE="icu systemd"
-
-DEPEND="
-   dev-libs/double-conversion:=
-   dev-libs/glib:2
-   dev-libs/libpcre2[pcre16,unicode]
-   sys-libs/zlib
-   icu? ( dev-libs/icu:= )
-   !icu? ( virtual/libiconv )
-   systemd? ( sys-apps/systemd:= )
-"
-RDEPEND="${DEPEND}
-   !> "${D%/}"/${QT5_HEADERDIR}/QtCore/qconfig.h <<- _EOF_ || 
die
-
-   #if defined(QT_NO_${flag}) && defined(QT_${flag})
-   # undef QT_NO_${flag}
-   #elif !defined(QT_NO_${flag}) && !defined(QT_${flag})
-   # define QT_NO_${flag}
-   #endif
-   _EOF_
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fabric/mstflint/

2018-09-12 Thread Zac Medico
commit: 39cc2487681b0d31d06569d563e29c27f131
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep 13 00:02:21 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep 13 00:53:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cc2487

sys-fabric/mstflint: new package

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-fabric/mstflint/Manifest  |  1 +
 sys-fabric/mstflint/metadata.xml  | 14 
 sys-fabric/mstflint/mstflint-4.10.0_p3.ebuild | 33 +++
 3 files changed, 48 insertions(+)

diff --git a/sys-fabric/mstflint/Manifest b/sys-fabric/mstflint/Manifest
new file mode 100644
index 000..a1ba5d287b9
--- /dev/null
+++ b/sys-fabric/mstflint/Manifest
@@ -0,0 +1 @@
+DIST mstflint-4.10.0_p3.tar.gz 3208065 BLAKE2B 
9d27bc41f3af4af2d430814a892bc26b302f4a57b2287cca4d5a64a37d7dd1b47e3f167b671be9ef1fadaf5dc51dff6094db811951ef1b5c6ad3ce746eb78546
 SHA512 
72077557f032bfa9c2c0b94f485b58c2d9efa955281997fed605e6351b1cfe73c46d8e4f293f93b58ebc4315d47b3dc3a4e8d72c8938647d34d291a2db89198f

diff --git a/sys-fabric/mstflint/metadata.xml b/sys-fabric/mstflint/metadata.xml
new file mode 100644
index 000..3a04694a94c
--- /dev/null
+++ b/sys-fabric/mstflint/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   Mellanox/mstflint
+   
+   
+   Enable firmware updates for Mellanox 
SwitchX and ConnectIB devices
+   
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+

diff --git a/sys-fabric/mstflint/mstflint-4.10.0_p3.ebuild 
b/sys-fabric/mstflint/mstflint-4.10.0_p3.ebuild
new file mode 100644
index 000..ed5c82cd271
--- /dev/null
+++ b/sys-fabric/mstflint/mstflint-4.10.0_p3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Mstflint - an open source version of MFT (Mellanox Firmware 
Tools)"
+HOMEPAGE="https://github.com/Mellanox/mstflint;
+LICENSE="|| ( GPL-2 BSD-2 )"
+KEYWORDS="~amd64 ~x86"
+EGIT_COMMIT="941bf389b87686ca2be8d6a8fcf0b2ee22955ecc"
+MY_PV=${PV/_p/-}
+MY_P=""
+SRC_URI="${HOMEPAGE}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+IUSE="inband"
+SLOT="0"
+RDEPEND="inband? ( sys-fabric/libibmad )
+   sys-libs/zlib:="
+DEPEND="${RDEPEND}"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+   default
+   echo '#define TOOLS_GIT_SHA "'${EGIT_COMMIT}'"' > ./common/gitversion.h 
|| die
+}
+
+src_configure() {
+   eautoreconf
+   econf $(use_enable inband)
+   # /usr/bin/install: cannot create regular file 
'/var/tmp/portage/.../dev_mgt.py': File exists
+   sed -e 's:^dev_mgt_pylib_DATA = c_dev_mgt.so 
dev_mgt.py:dev_mgt_pylib_DATA = c_dev_mgt.so:' -i dev_mgt/Makefile || die
+}



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

2018-09-12 Thread Alice Ferrazzi
commit: 8760520b8e217e6fa2afa7bc69dfc4df4c6656ca
Author: Karl Linden  gmail  com>
AuthorDate: Sun Sep  9 06:47:24 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Thu Sep 13 00:50:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8760520b

sys-kernel/rt-sources: version bump to 3.18.121_p106

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9809

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-3.18.121_p106.ebuild | 58 ++
 2 files changed, 60 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 281a9758211..a78da8851f3 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -21,6 +21,8 @@ DIST patch-3.18.113.xz 1585572 BLAKE2B 
fb9fec8f364df103b73e7804f6d6deeb2605ff51f
 DIST patch-3.18.117-rt104.patch.xz 174976 BLAKE2B 
c7a066ebd4b3450d26c1825ae8c2f2afc784c9941838a071387dead23dba12d1e75b879a15967adbfe279b379bc49053c5ccd0a5a14e134103403bf4b551f358
 SHA512 
a6df3bf5ae5c5471847ec8e88d9040270ce56d1d8050cf9b49e7aa988d219ca9b8fc0c0e5dbd5f02188f9b752338ef17b2f0e58175d269f1e80cd104a592dbad
 DIST patch-3.18.117-rt105.patch.xz 177028 BLAKE2B 
04f0f3f1d7c5e91bb6754f6074dece164e3b05df17581435b045271bd09409e48986df6e4239366358d9ec3e351e643c051deed681b4aec6c2f7af8f6057c228
 SHA512 
c95e900223a473c1d96181df8576f6b3f9b136ce9e493fb24b78837c1d9afcce56e847f6f0f08144390c2f3e35829b12cebf871f8319b82cbdea5bc694193587
 DIST patch-3.18.117.xz 1614868 BLAKE2B 
ff86219c3547c60d603313fb6628d718dae24e2d114cec6544aed301dabb3c79e2e91dfd25e5e71e9aede7a6c29d3653cb3bdb135dafb1911180dc671d6559c2
 SHA512 
537efe3d940d65b045cafa95b25dad23849c63cfd751d8f936cf3d6eff4c10667ac236db55df0079ea8e17c6c256ec9fe11f4e8295e088fc4bcacc654f9551cc
+DIST patch-3.18.121-rt106.patch.xz 177004 BLAKE2B 
9895f40d07e889bb75f632ee1c470476712247badec2c13725a919dce6875944251f383dd09c619c0ed498ce50a53fb653255525c86e7f4744a7f29f06bd828f
 SHA512 
8723e66be3ec448e059cc03054538ab97d469090e7d21e4d15d25eac22cbec39c7c001519eef439a837b6466fb8e5918299a5f6536ac52958922998955bdd35c
+DIST patch-3.18.121.xz 1649336 BLAKE2B 
e3091aea9e6ec131dc5a3e374337ed257333946e222e5ba188c980f861b7075cfb3643ba3fe14aefd2c96bca411fb9aa692c50fcadb86b70a9e54aed362aeb18
 SHA512 
c3b94c32a716b9d9d8fa7ed7057d49fb0402bb9fbde0ac38e247eea128655ffaa390194b89cb2687cbbeacecd38c964350bff7d3088f81c774174206defa
 DIST patch-4.14.52-rt34.patch.xz 230384 BLAKE2B 
e31f747aa6c252627e5cb57a4f1978d115edf2ad724bc93e4772c58e47a15695d2bdbc60fb9d7433c40f6fc08d55a5703228ee4208643b5eeec182d430654a42
 SHA512 
78a85512412c5caf0a4d83b8b6dcb78087635f1c35abbc2675860d67ecebdd31b0d6c986ae61af76c776b66889bf626223e5ff0774ae524df2495ce7cb72ae33
 DIST patch-4.14.52.xz 1373656 BLAKE2B 
387b9d34af20df773f4cea44f3b9ed28aa5c84411ec4754af1248dc120470fcc1b10537505952a0d32f3d5681d5eca96b4868975651c6b3288f0f80d6c6731cd
 SHA512 
720b310700337d7c8b77b78592aae6c8d9bd08cb4da0437110ddcdf4e9e8146367293a2f2d94325787b5f201a09847badb50657082426212b610f6993eefc536
 DIST patch-4.14.59-rt37.patch.xz 230040 BLAKE2B 
c2973c4ff401667f1933db9d89b050df239c9ec4e02d020dd88735719d0ab90643ccfedcbbab8e2839ff427e06548b6ff1d8bc6e24d73667640c0c70d07405e4
 SHA512 
1bad47fef519e39230a556f82a0243705976a157ea8867ad19f13ccb83d995b17bcb34de3fa992d137ecfb142a60b641f38fef52ce5221029b1489070870dda4

diff --git a/sys-kernel/rt-sources/rt-sources-3.18.121_p106.ebuild 
b/sys-kernel/rt-sources/rt-sources-3.18.121_p106.ebuild
new file mode 100644
index 000..6ec80f749bb
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-3.18.121_p106.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
+
+inherit eapi7-ver
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+PATCHES=(
+   "${FILESDIR}"/rt-sources-posix-printf.patch # 627068
+)
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo 

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

2018-09-12 Thread Alice Ferrazzi
commit: aa9bfe1a274e70ac92ab25fd643c409c270826d8
Author: Karl Linden  gmail  com>
AuthorDate: Sun Sep  9 06:58:40 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Thu Sep 13 00:50:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9bfe1a

sys-kernel/rt-sources: remove old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-kernel/rt-sources/Manifest |  9 
 .../rt-sources/rt-sources-3.18.113_p103.ebuild | 58 --
 .../rt-sources/rt-sources-4.14.52_p34.ebuild   | 54 
 .../rt-sources/rt-sources-4.16.18_p10.ebuild   | 54 
 .../rt-sources/rt-sources-4.4.138_p155.ebuild  | 58 --
 sys-kernel/rt-sources/rt-sources-4.9.98_p76.ebuild | 58 --
 6 files changed, 291 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index a78da8851f3..024cb354a72 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -16,31 +16,22 @@ DIST linux-4.16.tar.xz 103020152 BLAKE2B 
c7f7b36280b74b2112a098733680e1e93c4f995
 DIST linux-4.18.tar.xz 101781564 BLAKE2B 
138bdc49dc8871e5566b5e23a9e5ed0e68fff480a7a04fc659a9efe2d4bcc778ac01368a32bc5d1dbde870102ce7294b9d315f81c4e6e762ee781135e83033f2
 SHA512 
950eb85ac743b291afe9f21cd174d823e25f11883ee62cecfbfff8fe8c5672aae707654b1b8f29a133b1f2e3529e63b9f7fba4c45d6da8000b3a9a9ae038
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
-DIST patch-3.18.113-rt103.patch.xz 174972 BLAKE2B 
b0ec6aa7d6093caa6e2c9cb6ca8e10b2ac61ec5687442219856df5c52a784d849c19db793b8bd67665237da8a1a54e68179ead6feed74768d99dd19b89990e24
 SHA512 
38a58067c8957bfb1ff7c353e0dfacbb9aeb3b3c5477e4dce4ec8d705624667cf76bd333a83a2fc50d75c528c237719399ab8e9af1e96b188c0343f0bb5b971f
-DIST patch-3.18.113.xz 1585572 BLAKE2B 
fb9fec8f364df103b73e7804f6d6deeb2605ff51fb4a4c82613010b300e2d52259af24c93e47c55b86f0aeff248e309314f06bff3814a438a062d1ff509e2863
 SHA512 
006830bc456a63bd64e0fc0a090ce60dc9e001c6b9a3bb845d9f635976004be1b0969078bd408b8bb0a339adf67cac958a23fddde2c2a86430033a9138c41abf
 DIST patch-3.18.117-rt104.patch.xz 174976 BLAKE2B 
c7a066ebd4b3450d26c1825ae8c2f2afc784c9941838a071387dead23dba12d1e75b879a15967adbfe279b379bc49053c5ccd0a5a14e134103403bf4b551f358
 SHA512 
a6df3bf5ae5c5471847ec8e88d9040270ce56d1d8050cf9b49e7aa988d219ca9b8fc0c0e5dbd5f02188f9b752338ef17b2f0e58175d269f1e80cd104a592dbad
 DIST patch-3.18.117-rt105.patch.xz 177028 BLAKE2B 
04f0f3f1d7c5e91bb6754f6074dece164e3b05df17581435b045271bd09409e48986df6e4239366358d9ec3e351e643c051deed681b4aec6c2f7af8f6057c228
 SHA512 
c95e900223a473c1d96181df8576f6b3f9b136ce9e493fb24b78837c1d9afcce56e847f6f0f08144390c2f3e35829b12cebf871f8319b82cbdea5bc694193587
 DIST patch-3.18.117.xz 1614868 BLAKE2B 
ff86219c3547c60d603313fb6628d718dae24e2d114cec6544aed301dabb3c79e2e91dfd25e5e71e9aede7a6c29d3653cb3bdb135dafb1911180dc671d6559c2
 SHA512 
537efe3d940d65b045cafa95b25dad23849c63cfd751d8f936cf3d6eff4c10667ac236db55df0079ea8e17c6c256ec9fe11f4e8295e088fc4bcacc654f9551cc
 DIST patch-3.18.121-rt106.patch.xz 177004 BLAKE2B 
9895f40d07e889bb75f632ee1c470476712247badec2c13725a919dce6875944251f383dd09c619c0ed498ce50a53fb653255525c86e7f4744a7f29f06bd828f
 SHA512 
8723e66be3ec448e059cc03054538ab97d469090e7d21e4d15d25eac22cbec39c7c001519eef439a837b6466fb8e5918299a5f6536ac52958922998955bdd35c
 DIST patch-3.18.121.xz 1649336 BLAKE2B 
e3091aea9e6ec131dc5a3e374337ed257333946e222e5ba188c980f861b7075cfb3643ba3fe14aefd2c96bca411fb9aa692c50fcadb86b70a9e54aed362aeb18
 SHA512 
c3b94c32a716b9d9d8fa7ed7057d49fb0402bb9fbde0ac38e247eea128655ffaa390194b89cb2687cbbeacecd38c964350bff7d3088f81c774174206defa
-DIST patch-4.14.52-rt34.patch.xz 230384 BLAKE2B 
e31f747aa6c252627e5cb57a4f1978d115edf2ad724bc93e4772c58e47a15695d2bdbc60fb9d7433c40f6fc08d55a5703228ee4208643b5eeec182d430654a42
 SHA512 
78a85512412c5caf0a4d83b8b6dcb78087635f1c35abbc2675860d67ecebdd31b0d6c986ae61af76c776b66889bf626223e5ff0774ae524df2495ce7cb72ae33
-DIST patch-4.14.52.xz 1373656 BLAKE2B 
387b9d34af20df773f4cea44f3b9ed28aa5c84411ec4754af1248dc120470fcc1b10537505952a0d32f3d5681d5eca96b4868975651c6b3288f0f80d6c6731cd
 SHA512 
720b310700337d7c8b77b78592aae6c8d9bd08cb4da0437110ddcdf4e9e8146367293a2f2d94325787b5f201a09847badb50657082426212b610f6993eefc536
 DIST patch-4.14.59-rt37.patch.xz 230040 BLAKE2B 

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

2018-09-12 Thread Matt Turner
commit: 07fcb7690f7174544253355eb3d94cd4bc346b69
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 13 00:15:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 13 00:15:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fcb769

sys-kernel/gentoo-sources-4.14.65: ppc64 stable, bug 663744

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

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



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

2018-09-12 Thread Matt Turner
commit: 0872cd2f55d76fd1114f9e98965dabebfe59bce6
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 13 00:15:24 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 13 00:15:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0872cd2f

sys-kernel/gentoo-sources-4.14.65: ppc stable, bug 663744

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

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



[gentoo-commits] proj/gcc-patches:master commit in: 6.4.0/gentoo/, 7.3.0/gentoo/, 8.2.0/gentoo/

2018-09-12 Thread Sergei Trofimovich
commit: 7bd9679989239cba83bb0c632bd2f0909b03d1b8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep 12 23:20:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep 12 23:20:12 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=7bd96799

6/7/8 branches: add 101_all_x32-fix-eh-return-address.patch

Pick upstream fix for x32 exception handler: """
x86: Always update EH return address in word_mode

On x86, return address is always popped in word_mode.  eh_return needs
to put EH return address in word_mode on stack.
"""

Reported-by: camper
Bug: https://bugs.gentoo.org/664016
Bug: https://gcc.gnu.org/PR87014
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../gentoo/101_all_x32-fix-eh-return-address.patch | 37 ++
 6.4.0/gentoo/README.history|  2 ++
 .../gentoo/99_all_x32-fix-eh-return-address.patch  | 37 ++
 7.3.0/gentoo/README.history|  1 +
 .../gentoo/101_all_x32-fix-eh-return-address.patch | 37 ++
 8.2.0/gentoo/README.history|  2 ++
 6 files changed, 116 insertions(+)

diff --git a/6.4.0/gentoo/101_all_x32-fix-eh-return-address.patch 
b/6.4.0/gentoo/101_all_x32-fix-eh-return-address.patch
new file mode 100644
index 000..c74a087
--- /dev/null
+++ b/6.4.0/gentoo/101_all_x32-fix-eh-return-address.patch
@@ -0,0 +1,37 @@
+Bug: https://bugs.gentoo.org/664016
+
+From 2a8e2ab2e9e11b679616d80285296ac77ad0920f Mon Sep 17 00:00:00 2001
+From: hjl 
+Date: Mon, 20 Aug 2018 19:14:04 +
+Subject: [PATCH] x86: Always update EH return address in word_mode
+
+On x86, return address is always popped in word_mode.  eh_return needs
+to put EH return address in word_mode on stack.
+
+gcc/
+
+   PR target/87014
+   * config/i386/i386.md (eh_return): Always update EH return
+   address in word_mode.
+
+gcc/testsuite/
+
+   PR target/87014
+   * g++.dg/torture/pr87014.C: New file.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263672 
138bc75d-0d04-0410-961f-82ee72b054a4
+--- a/gcc/config/i386/i386.md
 b/gcc/config/i386/i386.md
+@@ -13612,7 +13612,10 @@
+  stack address we wish to restore.  */
+   tmp = gen_rtx_PLUS (Pmode, arg_pointer_rtx, sa);
+   tmp = plus_constant (Pmode, tmp, -UNITS_PER_WORD);
+-  tmp = gen_rtx_MEM (Pmode, tmp);
++  /* Return address is always in word_mode.  */
++  tmp = gen_rtx_MEM (word_mode, tmp);
++  if (GET_MODE (ra) != word_mode)
++ra = convert_to_mode (word_mode, ra, 1);
+   emit_move_insn (tmp, ra);
+ 
+   emit_jump_insn (gen_eh_return_internal ());

diff --git a/6.4.0/gentoo/README.history b/6.4.0/gentoo/README.history
index 2c676a4..2294b26 100644
--- a/6.4.0/gentoo/README.history
+++ b/6.4.0/gentoo/README.history
@@ -1,3 +1,5 @@
+1.7TODO
+   + 101_all_x32-fix-eh-return-address.patch
 1.618 Aug 2018
+ 100_all_isl-include.patch
 1.517 Aug 2018

diff --git a/7.3.0/gentoo/99_all_x32-fix-eh-return-address.patch 
b/7.3.0/gentoo/99_all_x32-fix-eh-return-address.patch
new file mode 100644
index 000..c74a087
--- /dev/null
+++ b/7.3.0/gentoo/99_all_x32-fix-eh-return-address.patch
@@ -0,0 +1,37 @@
+Bug: https://bugs.gentoo.org/664016
+
+From 2a8e2ab2e9e11b679616d80285296ac77ad0920f Mon Sep 17 00:00:00 2001
+From: hjl 
+Date: Mon, 20 Aug 2018 19:14:04 +
+Subject: [PATCH] x86: Always update EH return address in word_mode
+
+On x86, return address is always popped in word_mode.  eh_return needs
+to put EH return address in word_mode on stack.
+
+gcc/
+
+   PR target/87014
+   * config/i386/i386.md (eh_return): Always update EH return
+   address in word_mode.
+
+gcc/testsuite/
+
+   PR target/87014
+   * g++.dg/torture/pr87014.C: New file.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263672 
138bc75d-0d04-0410-961f-82ee72b054a4
+--- a/gcc/config/i386/i386.md
 b/gcc/config/i386/i386.md
+@@ -13612,7 +13612,10 @@
+  stack address we wish to restore.  */
+   tmp = gen_rtx_PLUS (Pmode, arg_pointer_rtx, sa);
+   tmp = plus_constant (Pmode, tmp, -UNITS_PER_WORD);
+-  tmp = gen_rtx_MEM (Pmode, tmp);
++  /* Return address is always in word_mode.  */
++  tmp = gen_rtx_MEM (word_mode, tmp);
++  if (GET_MODE (ra) != word_mode)
++ra = convert_to_mode (word_mode, ra, 1);
+   emit_move_insn (tmp, ra);
+ 
+   emit_jump_insn (gen_eh_return_internal ());

diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index 9eb4c76..7070e8f 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,5 +1,6 @@
 1.6TODO
+ 98_all_msp430-partial-int.patch
+   + 99_all_x32-fix-eh-return-address.patch
 1.618 Aug 2018
+ 97_all_isl-include.patch
 1.517 Aug 2018

diff --git a/8.2.0/gentoo/101_all_x32-fix-eh-return-address.patch 
b/8.2.0/gentoo/101_all_x32-fix-eh-return-address.patch
new file mode 100644
index 

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

2018-09-12 Thread Mart Raudsepp
commit: b8656538c85c9b1bea66781ba6052ee17194e63f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 12 21:59:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 12 21:59:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8656538

net-libs/nghttp2-1.33.0: arm64 stable (bug #665798)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/net-libs/nghttp2/nghttp2-1.33.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
index 12ee064b27e..0e164866e78 100644
--- a/net-libs/nghttp2/nghttp2-1.33.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



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

2018-09-12 Thread Mart Raudsepp
commit: 4e45871a46a86f20bd094244342dba41681b7c85
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 12 21:53:12 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 12 21:53:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e45871a

sys-fs/xfsprogs-4.17.0-r1: arm64 stable (bug #652270)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
index 91de11318d9..c218eb187c2 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="icu libedit nls readline static static-libs"
 REQUIRED_USE="static? ( static-libs )"
 



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

2018-09-12 Thread Anthony G. Basile
commit: d91136790b799a2492b7d185d874f6eed60be08b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep 12 21:28:16 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep 12 21:28:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9113679

sys-libs/musl: version bump to 1.1.20

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/musl/Manifest   |   1 +
 sys-libs/musl/musl-1.1.20.ebuild | 118 +++
 2 files changed, 119 insertions(+)

diff --git a/sys-libs/musl/Manifest b/sys-libs/musl/Manifest
index ee29fa7fe65..b2680492ffb 100644
--- a/sys-libs/musl/Manifest
+++ b/sys-libs/musl/Manifest
@@ -2,3 +2,4 @@ DIST getconf.c 11614 BLAKE2B 
ba49a573fc16d51780a0b0b81fbf7b64a1142f1dbad203c9609
 DIST getent.c 9438 BLAKE2B 
dc20353583c10a001bd8fe8474f32b70254dc56da186d1cdbaf4081570c3d7a10497024da5815a485fc4728adc9eebd270aec99ba93b7546b38c728978e3e00b
 SHA512 
b35de9847353b273516162ed4828a810c6130fc5b7de44ee4433003b3f99647b25792d9b1c40dfc67069add11f3fb850e5c35d4f1912dccac108059bbbdfd5a2
 DIST iconv.c 2577 BLAKE2B 
070ca87b30c90ab98c27d5faf7a2fcb64ff7c67ca212ee6072165b2146979c551f714954dbd465462a171837c59b6ea027e0206458a2df0f977e45f01be3ce48
 SHA512 
9d42d66fb1facce2b85dad919be5be819ee290bd26ca2db00982b2f8e055a0196290a008711cbe2b18ec9eee8d2270e3b3a4692c5a1b807013baa5c2b70a2bbf
 DIST musl-1.1.19.tar.gz 960319 BLAKE2B 
3e69de2ed9384fe200bb64e603f342a930acf035cf7bac8fe3cd4225800424207df2b73fe6fabf3147fc8023a655839c33f50c0be8e30f51f76b84aba4de30b5
 SHA512 
abee52d53af4b3c14c9088866c911a24d2b6ef67dc494f38a7a09dfe77250026f77528c24c52469c89cffa8ced2f0fa95badbdcf8d4460c90faba47e3927bcc5
+DIST musl-1.1.20.tar.gz 977827 BLAKE2B 
c8ce3cc1885e8103e1cf9d67183d89e5e222fd317158b20f25a8e1855a3cd5d16c79b4d95ff896fe7262f233141c3f3ca4dfc6a26a2373ab1d29a3c66b904e61
 SHA512 
d3a7a30aa375ca50d7dcfbd618581d59e1aa5378417f50a0ca5510099336fd74cc9db468e05c93dda3067abd890f6bd47af226c3446bb833adf0a5054bff2e5d

diff --git a/sys-libs/musl/musl-1.1.20.ebuild b/sys-libs/musl/musl-1.1.20.ebuild
new file mode 100644
index 000..c9d12c96192
--- /dev/null
+++ b/sys-libs/musl/musl-1.1.20.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://git.musl-libc.org/musl"
+   inherit git-r3
+   SRC_URI="
+   https://dev.gentoo.org/~blueness/musl-misc/getconf.c
+   https://dev.gentoo.org/~blueness/musl-misc/getent.c
+   https://dev.gentoo.org/~blueness/musl-misc/iconv.c;
+   KEYWORDS=""
+else
+   SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz
+   https://dev.gentoo.org/~blueness/musl-misc/getconf.c
+   https://dev.gentoo.org/~blueness/musl-misc/getent.c
+   https://dev.gentoo.org/~blueness/musl-misc/iconv.c;
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+fi
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+DESCRIPTION="Light, fast and simple C library focused on standards-conformance 
and safety"
+HOMEPAGE="http://www.musl-libc.org/;
+LICENSE="MIT LGPL-2 GPL-2"
+SLOT="0"
+IUSE="headers-only"
+
+QA_SONAME="/usr/lib/libc.so"
+QA_DT_NEEDED="/usr/lib/libc.so"
+
+is_crosscompile() {
+   [[ ${CHOST} != ${CTARGET} ]]
+}
+
+just_headers() {
+   use headers-only && is_crosscompile
+}
+
+pkg_setup() {
+   if [ ${CTARGET} == ${CHOST} ] ; then
+   case ${CHOST} in
+   *-musl*) ;;
+   *) die "Use sys-devel/crossdev to build a musl toolchain" ;;
+   esac
+   fi
+}
+
+src_configure() {
+   tc-getCC ${CTARGET}
+   just_headers && export CC=true
+
+   local sysroot
+   is_crosscompile && sysroot=/usr/${CTARGET}
+   ./configure \
+   --target=${CTARGET} \
+   --prefix=${sysroot}/usr \
+   --syslibdir=${sysroot}/lib \
+   --disable-gcc-wrapper || die
+}
+
+src_compile() {
+   emake obj/include/bits/alltypes.h
+   just_headers && return 0
+
+   emake
+   if [[ ${CATEGORY} != cross-* ]] ; then
+   $(tc-getCC) ${CFLAGS} "${DISTDIR}"/getconf.c -o "${T}"/getconf 
|| die
+   $(tc-getCC) ${CFLAGS} "${DISTDIR}"/getent.c -o "${T}"/getent || 
die
+   $(tc-getCC) ${CFLAGS} "${DISTDIR}"/iconv.c -o "${T}"/iconv || 
die
+   fi
+}
+
+src_install() {
+   local target="install"
+   just_headers && target="install-headers"
+   emake DESTDIR="${D}" ${target}
+   just_headers && return 0
+
+   # musl provides ldd via a sym link to its ld.so
+   local sysroot
+   is_crosscompile && sysroot=/usr/${CTARGET}
+   local ldso=$(basename 

[gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/

2018-09-12 Thread Anthony G. Basile
commit: 946887fa830c1a83c9543dd86976b168526aa506
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep 12 21:22:48 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep 12 21:23:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946887fa

net-firewall/xtables-addons: version bump to 3.1 and 3.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-firewall/xtables-addons/Manifest   |   2 +
 .../xtables-addons/xtables-addons-3.1.ebuild   | 187 +
 .../xtables-addons/xtables-addons-3.2.ebuild   | 187 +
 3 files changed, 376 insertions(+)

diff --git a/net-firewall/xtables-addons/Manifest 
b/net-firewall/xtables-addons/Manifest
index 6c922aa722f..99495a00e94 100644
--- a/net-firewall/xtables-addons/Manifest
+++ b/net-firewall/xtables-addons/Manifest
@@ -1,3 +1,5 @@
 DIST xtables-addons-2.13.tar.xz 322116 BLAKE2B 
31d12adcfdf2043b44b5789f3ba3215197ff48d378b20fd6406f6afd22739e04069f08f32214a2230ec797469b236788dbebef079855539994db69be358ec421
 SHA512 
51cfa963d6f2f931b0361746e0b48f5ecf43a14e9e8d5297ef55faf0e9f8d1deb4641e88e3fea2afdbb3e39dd06d414de6057fb4a21e5184d4ea3d21b8028497
 DIST xtables-addons-2.14.tar.xz 322296 BLAKE2B 
f739951ff535f73be8c96b271f929821fd708cb4615a3e6c2528d9bd2574c8d801c6ac6b59f23f5054b29c31a94f90c7d3f7628b09fb78dc2e7f7da87e5af0a1
 SHA512 
f3d49c53aa01fadc334906e580f16605849fe7be83637fa73d51b48ded0e77c368c544ad69fa97b53a6688eaa3ba63bab489c150a9e02205e8044cdd521f4752
 DIST xtables-addons-3.0.tar.xz 321960 BLAKE2B 
ce6e034ab42fda319217b464a2c3c639787a696d58739cc7ba8e1c699894c46590c34490c8ccc41c29b8dbfb4ad01859050bdeccbac08d09f297a49cdc920c6e
 SHA512 
164b43ff23f33187b5f557bedf765fbad21721b236ac5f5e982c5fdf88cdcbf8ca106810d2df31d9ab79e9c518f7fec3d7dae297540d0b00326a0dfffd04cfec
+DIST xtables-addons-3.1.tar.xz 323684 BLAKE2B 
eb75bf41c7ca2f1b1dc41bb7c602de8856e86db244a4e247e3089037e176d5f84e472719e7fc31836e898b615f8b6630ddeacf0754807e6684a22aa593550b1a
 SHA512 
d9cbd3278ac156b3edb024bad98dab2bb1f83546aacf038b85b9203064e301de17c638dae4e05ea907b00b4038377e9aefebb65367ffc335b149f7e17596d931
+DIST xtables-addons-3.2.tar.xz 323608 BLAKE2B 
a23ae7d779d7cb2f77f2c0cceae54c1b73fa9dcb9dab22a83c2af22562d2c1b1d0a6df7eef7809961d1cb0484793a65a57259af4934b3e7fe624c20c397ce215
 SHA512 
57b02aec83765ad407a813cc8bb5ba471739da09ee8177094592833d1eaa54300ce06b326e9897cb80f563bdaec24b33d42c2cdb72f8a0ec8f86b085fcc6494d

diff --git a/net-firewall/xtables-addons/xtables-addons-3.1.ebuild 
b/net-firewall/xtables-addons/xtables-addons-3.1.ebuild
new file mode 100644
index 000..7a72a0a8673
--- /dev/null
+++ b/net-firewall/xtables-addons/xtables-addons-3.1.ebuild
@@ -0,0 +1,187 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils linux-info linux-mod multilib
+
+DESCRIPTION="iptables extensions not yet accepted in the main kernel"
+HOMEPAGE="http://xtables-addons.sourceforge.net/;
+SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="modules"
+
+MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip 
fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos 
account"
+
+for mod in ${MODULES}; do
+   IUSE="${IUSE} xtables_addons_${mod}"
+done
+
+DEPEND=">=net-firewall/iptables-1.6.0"
+
+RDEPEND="${DEPEND}
+   xtables_addons_geoip? (
+   app-arch/unzip
+   dev-perl/Text-CSV_XS
+   virtual/perl-Getopt-Long
+   )
+"
+
+DEPEND="${DEPEND}
+   virtual/linux-sources"
+
+SKIP_MODULES=""
+
+XA_check4internal_module() {
+   local mod=${1}
+   local version=${3}
+   local kconfigname=${3}
+
+   if use xtables_addons_${mod} && kernel_is -gt ${version}; then
+   ewarn "${kconfigname} should be provided by the kernel. 
Skipping its build..."
+   if ! linux_chkconfig_present ${kconfigname}; then
+   ewarn "Please enable ${kconfigname} target in your 
kernel
+   configuration or disable checksum module in ${PN}."
+   fi
+   # SKIP_MODULES in case we need to disable building of everything
+   # like having this USE disabled
+   SKIP_MODULES+=" ${mod}"
+   fi
+}
+
+pkg_setup(){
+   if use modules; then
+   get_version
+   check_modules_supported
+   CONFIG_CHECK="NF_CONNTRACK NF_CONNTRACK_MARK ~CONNECTOR"
+   ERROR_CONNECTOR="Please, enable CONFIG_CONNECTOR if you wish to 
receive userspace notifications from pknock through netlink/connector"
+   linux-mod_pkg_setup
+
+   if ! linux_chkconfig_present IPV6; then
+   SKIP_IPV6_MODULES="ip6table_rawpost"
+   ewarn "No IPV6 support in kernel. Disabling: 
${SKIP_IPV6_MODULES}"

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

2018-09-12 Thread Andreas Sturmlechner
commit: a5843b840052a632bdbaec451725d1a74975ecad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 21:13:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 21:13:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5843b84

app-office/libreoffice: Raise dev-libs/liborcus min version to 0.14.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index fa678928f90..95989401be9 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -111,7 +111,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/icu:=
dev-libs/libassuan
dev-libs/libgpg-error
-   >=dev-libs/liborcus-0.13.3
+   >=dev-libs/liborcus-0.14.0
dev-libs/librevenge
dev-libs/libxml2
dev-libs/libxslt



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

2018-09-12 Thread Andreas Sturmlechner
commit: 5b213e8d8b7ca23118e298b0f5af1f737a26a904
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 18:37:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:56:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b213e8d

dev-util/mdds: 1.4.1 version bump without keywords

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/mdds/Manifest  |  1 +
 dev-util/mdds/mdds-1.4.1.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
index 257d6fc3b19..f5956e59e3a 100644
--- a/dev-util/mdds/Manifest
+++ b/dev-util/mdds/Manifest
@@ -1 +1,2 @@
 DIST mdds-1.3.1.tar.bz2 287612 BLAKE2B 
476f15bea2ab75ba322139834badaf372026a5e0ce67d5487acc61b38321a21dd6b25efacc91dbb0ebdef274338c909b1c7ac0ff6aaedd8dd899458319d94c30
 SHA512 
c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8
+DIST mdds-1.4.1.tar.bz2 317460 BLAKE2B 
7d76d56448aeb917a0c2afbf76a7f7ae83b2f03569a458f7de257a3facc22dcc9da66fbe1ce40a2f03e38488933a8a054c007374ed84b8fe1e5bd3f3f67c1a85
 SHA512 
3ad7cf821cd1a0a4b632c5d11cc3bd7bd6da2b14069e142e087dd81c1dfa817a961edbde1d59021a5bd4859eb252d8c461341070406b952a5b46b00eb7444384

diff --git a/dev-util/mdds/mdds-1.4.1.ebuild b/dev-util/mdds/mdds-1.4.1.ebuild
new file mode 100644
index 000..f825185f165
--- /dev/null
+++ b/dev-util/mdds/mdds-1.4.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git;
+[[ ${PV} ==  ]] && GITECLASS="git-r3"
+
+inherit autotools toolchain-funcs ${GITECLASS}
+
+DESCRIPTION="A collection of multi-dimensional data structure and indexing 
algorithm"
+HOMEPAGE="https://gitlab.com/mdds/mdds;
+[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="1/${PV%.*}"
+IUSE="doc valgrind"
+
+[[ ${PV} ==  ]] || \
+KEYWORDS=""
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-libs/boost:="
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen
+   dev-python/sphinx
+   )
+   valgrind? ( dev-util/valgrind )
+"
+
+PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" )
+
+src_prepare(){
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable doc docs) \
+   $(use_enable valgrind memory_tests)
+}
+
+src_compile() { :; }
+
+src_test() {
+   tc-export CXX
+   default
+}



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

2018-09-12 Thread Andreas Sturmlechner
commit: d81653481fb27c49096ce88f60f66aeba02b1639
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 18:31:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:56:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8165348

dev-libs/libixion: Raise dev-util/mdds min ver to 1.4.1, subslot to 0/15

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libixion/libixion-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libixion/libixion-.ebuild 
b/dev-libs/libixion/libixion-.ebuild
index 7fed246e305..9dbcab360b8 100644
--- a/dev-libs/libixion/libixion-.ebuild
+++ b/dev-libs/libixion/libixion-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/ixion/ixion;
 [[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz;
 
 LICENSE="MIT"
-SLOT="0/0.13" # based on SONAME of libixion.so
+SLOT="0/0.15" # based on SONAME of libixion.so
 [[ ${PV} ==  ]] || \
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="debug python static-libs +threads"
@@ -26,7 +26,7 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
 "
 DEPEND="${RDEPEND}
-   >=dev-util/mdds-1.2.0:1=
+   >=dev-util/mdds-1.4.1:1=
 "
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2018-09-12 Thread Andreas Sturmlechner
commit: c2b177132f790c652920473b81aeba33bf14b009
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 18:34:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:56:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b17713

dev-libs/liborcus: Bump dev-util/mdds and dev-libs/libixion min ver

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/liborcus/liborcus-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/liborcus/liborcus-.ebuild 
b/dev-libs/liborcus/liborcus-.ebuild
index 2f6e8414b8d..14b3e2eefd7 100644
--- a/dev-libs/liborcus/liborcus-.ebuild
+++ b/dev-libs/liborcus/liborcus-.ebuild
@@ -16,19 +16,19 @@ 
HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
 [[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
 
 LICENSE="MIT"
-SLOT="0/0.13" # based on SONAME of liborcus.so
+SLOT="0/0.14" # based on SONAME of liborcus.so
 [[ ${PV} ==  ]] || \
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="python +spreadsheet-model static-libs tools"
 
 RDEPEND="
dev-libs/boost:=
-   sys-libs/zlib:=
+   sys-libs/zlib
python? ( ${PYTHON_DEPS} )
-   spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= )
+   spreadsheet-model? ( >=dev-libs/libixion-0.14.0:= )
 "
 DEPEND="${RDEPEND}
-   >=dev-util/mdds-1.2.2:1
+   >=dev-util/mdds-1.4.1:1
 "
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2018-09-12 Thread Andreas Sturmlechner
commit: 8e91432b94ebae639bffc6a160d4484c24f7ea7f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 18:46:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:56:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e91432b

dev-libs/libixion: 0.14.0 version bump without keywords

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
index ee889944a60..b6136b93579 100644
--- a/dev-libs/libixion/Manifest
+++ b/dev-libs/libixion/Manifest
@@ -1 +1,2 @@
 DIST libixion-0.13.0.tar.xz 413756 BLAKE2B 
04aef61a1cc691bb159d7e8131e2e47fe2590634adc93f2e5771ed106316eb1c92ee7c4aa05ba753a1751cb5e7c55cba9263515671a26f9bc9983a1cfcacceff
 SHA512 
15784e947164d106e677c59ece53b3cd401d4f9433cc5331a35d3be8332ae4f20a469ca73b30b253433c86da4afde886dfb4ac23e46ed46376a7349e0276c3a0
+DIST libixion-0.14.0.tar.xz 427100 BLAKE2B 
8f766a61d2dab2c1cd40fbd72bb3d0cad2dda1a9d4617f1bc5289237b29e8b4edab333819b3ca61dfbd9a9b22b2e5a956d5c12b0a9eab8f794cbd87a20237b4e
 SHA512 
8681912fb1bebb4de1fdcb4f0589aa84a3e38cd21747c81a204a87594f67879732461f3c02b70d0bf5659af59c1af1fa17df425eba5946d22a8599bc8da9fd92

diff --git a/dev-libs/libixion/libixion-0.14.0.ebuild 
b/dev-libs/libixion/libixion-0.14.0.ebuild
new file mode 100644
index 000..51e6e3935b8
--- /dev/null
+++ b/dev-libs/libixion/libixion-0.14.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git;
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+[[ ${PV} ==  ]] && GITECLASS="git-r3 autotools"
+inherit python-single-r1 ${GITECLASS}
+unset GITECLASS
+
+DESCRIPTION="General purpose formula parser & interpreter"
+HOMEPAGE="https://gitlab.com/ixion/ixion;
+[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/0.14" # based on SONAME of libixion.so
+[[ ${PV} ==  ]] || \
+KEYWORDS=""
+# KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="debug python static-libs +threads"
+
+RDEPEND="
+   dev-libs/boost:=
+   python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/mdds-1.4.1:1=
+"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable python) \
+   $(use_enable static-libs static) \
+   $(use_enable threads)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-09-12 Thread Andreas Sturmlechner
commit: 16f49ae03f205c134c88229b2bf4f230af26eccd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 18:53:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:56:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f49ae0

dev-libs/liborcus: 0.14.0 version bump without keywords

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/liborcus/Manifest   |  1 +
 dev-libs/liborcus/liborcus-0.14.0.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/liborcus/Manifest b/dev-libs/liborcus/Manifest
index 0fc0d58dd8f..c09b130a146 100644
--- a/dev-libs/liborcus/Manifest
+++ b/dev-libs/liborcus/Manifest
@@ -1 +1,2 @@
 DIST liborcus-0.13.4.tar.xz 1816340 BLAKE2B 
f8e7251c8688f82604d5ac1212938890e42f23ce45edb09eba9ab26a810e5fd4215a23dd20e86ddf9100db67818fc73fbbee7357642a6390f8f60dc28596be31
 SHA512 
f00b49c41eb1898c37d8d42e59f9004f46b5f849b9d60ac9c5033232d1e5065ff3de160e79f5a88983bf64f86e283b6d1d406a24e776aa6ff7b8acec324ccd4b
+DIST liborcus-0.14.0.tar.xz 1891648 BLAKE2B 
8392cf40c92e21015eb4bb55fddd8b2796dad2f4006f445c740e7fce11507b577e70fa4619fa23d4133ae6a43f87b440b3990a6687dea5273dc4bae7f0146264
 SHA512 
0dca1508f3b235d9e52e131a54b0e7ec5473e4a5863a70aa7c703d3b16e8dff49de954af924c4235c5cdbd592528df15192545f08a878c5d469d7394825525b3

diff --git a/dev-libs/liborcus/liborcus-0.14.0.ebuild 
b/dev-libs/liborcus/liborcus-0.14.0.ebuild
new file mode 100644
index 000..fe85aa632bb
--- /dev/null
+++ b/dev-libs/liborcus/liborcus-0.14.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git;
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+[[ ${PV} ==  ]] && GITECLASS="git-r3 autotools"
+inherit python-single-r1 ${GITECLASS}
+unset GITECLASS
+
+DESCRIPTION="Standalone file import filter library for spreadsheet documents"
+HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
+[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/0.14" # based on SONAME of liborcus.so
+[[ ${PV} ==  ]] || \
+KEYWORDS=""
+# KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="python +spreadsheet-model static-libs tools"
+
+RDEPEND="
+   dev-libs/boost:=
+   sys-libs/zlib
+   python? ( ${PYTHON_DEPS} )
+   spreadsheet-model? ( >=dev-libs/libixion-0.14.0:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/mdds-1.4.1:1
+"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-werror \
+   $(use_enable python) \
+   $(use_enable spreadsheet-model) \
+   $(use_enable static-libs static) \
+   $(use_with tools)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-09-12 Thread Thomas Deutschmann
commit: 23738f3a3ee6c0912ab27492aa7ee0042f722e8d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:45:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:45:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23738f3a

dev-libs/syncdir: x86 stable (bug #665786)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/syncdir/syncdir-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/syncdir/syncdir-1.0-r2.ebuild 
b/dev-libs/syncdir/syncdir-1.0-r2.ebuild
index ed06d5f7959..5bd567f2950 100644
--- a/dev-libs/syncdir/syncdir-1.0-r2.ebuild
+++ b/dev-libs/syncdir/syncdir-1.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://untroubled.org/syncdir/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="static-libs"
 
 src_prepare() {



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

2018-09-12 Thread Thomas Deutschmann
commit: 0ddcaf2d74bc1fb270237d52f49561761f9c56cf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:33:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:33:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddcaf2d

media-libs/assimp: x86 stable (bug #652334)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/media-libs/assimp/assimp-4.0.1.ebuild 
b/media-libs/assimp/assimp-4.0.1.ebuild
index 8bd32676885..4bdb7525726 100644
--- a/media-libs/assimp/assimp-4.0.1.ebuild
+++ b/media-libs/assimp/assimp-4.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/assimp/assimp;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="samples static test tools"
 SLOT="0"
 



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

2018-09-12 Thread Thomas Deutschmann
commit: d5de55e7e0dc7f5ca4a78c34498cd759eb026820
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:44:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:44:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5de55e7

dev-vcs/qgit: x86 stable (bug #664572)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-vcs/qgit/qgit-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/qgit/qgit-2.8.ebuild b/dev-vcs/qgit/qgit-2.8.ebuild
index fb3be3a163c..ec0cb25c7f2 100644
--- a/dev-vcs/qgit/qgit-2.8.ebuild
+++ b/dev-vcs/qgit/qgit-2.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tibirna/qgit/archive/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="



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

2018-09-12 Thread Thomas Deutschmann
commit: bb903ff988b10999b7aed2256cdc622a867b92c8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:42:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:42:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb903ff9

net-libs/http-parser: x86 stable (bug #665656)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/http-parser/http-parser-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild 
b/net-libs/http-parser/http-parser-2.8.1.ebuild
index 620ec5a2f7c..cf78453abdf 100644
--- a/net-libs/http-parser/http-parser-2.8.1.ebuild
+++ b/net-libs/http-parser/http-parser-2.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0/2.8.0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos 
~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos 
~x64-solaris"
 IUSE="static-libs"
 
 src_prepare() {



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

2018-09-12 Thread Thomas Deutschmann
commit: 0193c96d817349bd579680f235e52d5e6abf6a9f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:42:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:42:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0193c96d

net-libs/nodejs: x86 stable (bug #665656)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/nodejs/nodejs-6.14.4.ebuild | 2 +-
 net-libs/nodejs/nodejs-8.12.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/nodejs/nodejs-6.14.4.ebuild 
b/net-libs/nodejs/nodejs-6.14.4.ebuild
index d6ab30abab8..b9e3bf61e41 100644
--- a/net-libs/nodejs/nodejs-6.14.4.ebuild
+++ b/net-libs/nodejs/nodejs-6.14.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl test"
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}

diff --git a/net-libs/nodejs/nodejs-8.12.0.ebuild 
b/net-libs/nodejs/nodejs-8.12.0.ebuild
index 8eed3d9dd2a..50879fdaefd 100644
--- a/net-libs/nodejs/nodejs-8.12.0.ebuild
+++ b/net-libs/nodejs/nodejs-8.12.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap 
test"
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}



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

2018-09-12 Thread Thomas Deutschmann
commit: a9d30051947804ddc2feb01928aa4959eb5f246a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:46:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:46:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d30051

sys-fs/xfsprogs: x86 stable (bug #652270)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
index 273db91aea0..91de11318d9 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="icu libedit nls readline static static-libs"
 REQUIRED_USE="static? ( static-libs )"
 



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

2018-09-12 Thread Thomas Deutschmann
commit: 548704c051744531886319be8a0bd4d5e33265cb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:33:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:33:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548704c0

app-forensics/cmospwd: x86 stable (bug #665788)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-forensics/cmospwd/cmospwd-5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/cmospwd/cmospwd-5.1-r1.ebuild 
b/app-forensics/cmospwd/cmospwd-5.1-r1.ebuild
index bf9611e3fd0..18e68229053 100644
--- a/app-forensics/cmospwd/cmospwd-5.1-r1.ebuild
+++ b/app-forensics/cmospwd/cmospwd-5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.cgsecurity.org/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 src_compile() {



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

2018-09-12 Thread Thomas Deutschmann
commit: df427f1ccbd6554bb3fe017cdcdb3522b8b30875
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:44:14 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:44:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df427f1c

dev-lang/python: x86 stable (bug #647862)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-lang/python/python-2.7.15.ebuild 
b/dev-lang/python/python-2.7.15.ebuild
index 1d538c70dbd..82c410a9091 100644
--- a/dev-lang/python/python-2.7.15.ebuild
+++ b/dev-lang/python/python-2.7.15.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="2.7"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="-berkdb bluetooth build doc elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2018-09-12 Thread Thomas Deutschmann
commit: 5c0a0962f3f2e5d73f9aa1ec799629f28a952076
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:45:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:45:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0a0962

media-gfx/videorbits: x86 stable (bug #666106)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/media-gfx/videorbits/videorbits-2.205.ebuild 
b/media-gfx/videorbits/videorbits-2.205.ebuild
index 52a423416d4..47fed8b74ea 100644
--- a/media-gfx/videorbits/videorbits-2.205.ebuild
+++ b/media-gfx/videorbits/videorbits-2.205.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/comparametric/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



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

2018-09-12 Thread Thomas Deutschmann
commit: 401b32b31429e42c62f6c0394de4bb0e33aafd6e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:40:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:40:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401b32b3

net-misc/netpipe: x86 stable (bug #665728)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild 
b/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild
index dbdaac08b10..4a4cf6b241f 100644
--- a/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild
+++ b/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 S="${WORKDIR}/${PN}"



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

2018-09-12 Thread Thomas Deutschmann
commit: 933fbb3dc39a0b4fea6a555e21f79e06fe2df58e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:45:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:45:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933fbb3d

net-misc/snarf: x86 stable (bug #665784)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/snarf/snarf-7.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild 
b/net-misc/snarf/snarf-7.0-r4.ebuild
index dacf70a7a6c..fd8465f10fc 100644
--- a/net-misc/snarf/snarf-7.0-r4.ebuild
+++ b/net-misc/snarf/snarf-7.0-r4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small and fast CLI resource grabber for http, 
gopher, finger, ftp"
 HOMEPAGE="https://www.xach.com/snarf/;
 SRC_URI="https://www.xach.com/snarf/${P}.tar.gz;
 
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""



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

2018-09-12 Thread Thomas Deutschmann
commit: 0783ca1248bd8cbe25fe8eea3eabfa3cc45f631f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:40:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:40:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0783ca12

x11-libs/libxkbcommon: x86 stable (bug #665702)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
index fae20a0b39e..3da4e9aec83 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
@@ -17,7 +17,7 @@ inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
 HOMEPAGE="https://xkbcommon.org/;
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
 IUSE="X doc test"
 
 DEPEND="sys-devel/bison



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

2018-09-12 Thread Thomas Deutschmann
commit: 623795d81bec3b51868aff793d9935bd5619d131
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:33:00 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:33:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623795d8

sci-libs/alglib: x86 stable (bug #665294)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-libs/alglib/alglib-3.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild 
b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
index 09143c32630..0fccde84f1d 100644
--- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild
+++ b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.gpl.tgz;
 
 SLOT="0/3.8"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 S="${WORKDIR}"/cpp/



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

2018-09-12 Thread Thomas Deutschmann
commit: 0c4c88295f9b837ecfc24d1c9d9e3cd4e85251dc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:41:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:41:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4c8829

net-libs/nghttp2: x86 stable (bug #665798)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/net-libs/nghttp2/nghttp2-1.33.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
index b8cb21f53b5..12ee064b27e 100644
--- a/net-libs/nghttp2/nghttp2-1.33.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



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

2018-09-12 Thread Andreas Sturmlechner
commit: aced358851d2c4f83ddb35773694f5932e50d4a2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 20:44:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:44:14 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=aced3588

media-sound/amarok: Enforce virtual/mysql[-minimal] in DEPENDs

Now that we do not have a choice anymore.

 media-sound/amarok/amarok-2.8.90-r5.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/media-sound/amarok/amarok-2.8.90-r5.ebuild 
b/media-sound/amarok/amarok-2.8.90-r5.ebuild
index 6df63b2..0a6200a 100644
--- a/media-sound/amarok/amarok-2.8.90-r5.ebuild
+++ b/media-sound/amarok/amarok-2.8.90-r5.ebuild
@@ -36,7 +36,7 @@ COMMONDEPEND="
>=media-libs/taglib-1.7[asf(+),mp4(+)]
>=media-libs/taglib-extras-1.0.1
sys-libs/zlib
-   >=virtual/mysql-5.1
+   >=virtual/mysql-5.1[-minimal(-)]
>=x11-libs/qtscriptgenerator-0.1.0
ipod? ( >=media-libs/libgpod-0.7.0[gtk] )
lastfm? ( >=media-libs/liblastfm-1.0.3[qt4] )
@@ -123,10 +123,4 @@ pkg_postinst() {
elog "You'll have to configure amarok to use an external db server."
elog "Please read https://community.kde.org/Amarok/Community/MySQL for 
details on how"
elog "to configure the external db and migrate your data from the 
embedded database."
-
-   if has_version "virtual/mysql[minimal]"; then
-   elog
-   elog "You built mysql with the minimal use flag, so it doesn't 
include the server."
-   elog "You won't be able to use the local mysql installation to 
store your amarok collection."
-   fi
 }



[gentoo-commits] proj/kde-sunset:master commit in: eclass/

2018-09-12 Thread Andreas Sturmlechner
commit: ffedd275d6bf9b9a3c9ff18c564d9f15b9b4b89e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 20:40:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:40:11 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ffedd275

Import distutils.eclass, python.eclass from Gentoo ebuild repo

 eclass/distutils.eclass |  599 +
 eclass/python.eclass| 3167 +++
 2 files changed, 3766 insertions(+)

diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
new file mode 100644
index 000..9e0b0b5
--- /dev/null
+++ b/eclass/distutils.eclass
@@ -0,0 +1,599 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# @DEAD
+# Removal on 2017-03-18.
+
+# @ECLASS: distutils.eclass
+# @MAINTAINER:
+# kde-sunset overlay maintainers
+# @BLURB: Eclass for packages with build systems using Distutils
+# @DESCRIPTION:
+# The distutils eclass defines phase functions for packages with build systems 
using Distutils.
+#
+# This eclass is DEPRECATED. Please use distutils-r1 instead.
+
+if [[ -z "${_PYTHON_ECLASS_INHERITED}" ]]; then
+   inherit python
+fi
+
+inherit multilib
+
+case "${EAPI:-0}" in
+   6)
+   die "${ECLASS}.eclass is banned in EAPI ${EAPI}"
+   ;;
+   0|1)
+   EXPORT_FUNCTIONS src_unpack src_compile src_install 
pkg_postinst pkg_postrm
+   ;;
+   *)
+   EXPORT_FUNCTIONS src_prepare src_compile src_install 
pkg_postinst pkg_postrm
+   ;;
+esac
+
+if [[ -z "$(declare -p PYTHON_DEPEND 2> /dev/null)" ]]; then
+   DEPEND="dev-lang/python"
+   RDEPEND="${DEPEND}"
+fi
+
+   if has "${EAPI:-0}" 0 1 && [[ -n "${SUPPORT_PYTHON_ABIS}" ]]; then
+   ewarn
+   ewarn "\"${EBUILD}\":"
+   ewarn "Deprecation Warning: Usage of distutils.eclass in 
packages supporting installation"
+   ewarn "for multiple Python ABIs in EAPI <=1 is deprecated."
+   ewarn "The ebuild should to be fixed. Please report a bug, if 
it has not been already reported."
+   ewarn
+   elif has "${EAPI:-0}" 0 1 2 && [[ -z "${SUPPORT_PYTHON_ABIS}" ]]; then
+   ewarn
+   ewarn "\"${EBUILD}\":"
+   ewarn "Deprecation Warning: Usage of distutils.eclass in 
packages not supporting installation"
+   ewarn "for multiple Python ABIs in EAPI <=2 is deprecated."
+   ewarn "The ebuild should to be fixed. Please report a bug, if 
it has not been already reported."
+   ewarn
+   fi
+
+# 'python' variable is deprecated. Use PYTHON() instead.
+if has "${EAPI:-0}" 0 1 2 && [[ -z "${SUPPORT_PYTHON_ABIS}" ]]; then
+   python="python"
+else
+   python="die"
+fi
+
+# @ECLASS-VARIABLE: DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES
+# @DESCRIPTION:
+# Set this to use separate source directories for each enabled version of 
Python.
+
+# @ECLASS-VARIABLE: DISTUTILS_SETUP_FILES
+# @DESCRIPTION:
+# Array of paths to setup files.
+# Syntax:
+#   [current_working_directory|]path_to_setup_file
+
+# @ECLASS-VARIABLE: DISTUTILS_GLOBAL_OPTIONS
+# @DESCRIPTION:
+# Array of global options passed to setup files.
+# Syntax in EAPI <4:
+#   global_option
+# Syntax in EAPI >=4:
+#   Python_ABI_pattern global_option
+
+# @ECLASS-VARIABLE: DISTUTILS_SRC_TEST
+# @DESCRIPTION:
+# Type of test command used by distutils_src_test().
+# IUSE and DEPEND are automatically adjusted, unless 
DISTUTILS_DISABLE_TEST_DEPENDENCY is set.
+# Valid values:
+#   setup.py
+#   nosetests
+#   py.test
+#   trial [arguments]
+
+# @ECLASS-VARIABLE: DISTUTILS_DISABLE_TEST_DEPENDENCY
+# @DESCRIPTION:
+# Disable modification of IUSE and DEPEND caused by setting of 
DISTUTILS_SRC_TEST.
+
+if [[ -n "${DISTUTILS_SRC_TEST}" && ! "${DISTUTILS_SRC_TEST}" =~ 
^(setup\.py|nosetests|py\.test|trial(\ .*)?)$ ]]; then
+   die "'DISTUTILS_SRC_TEST' variable has unsupported value 
'${DISTUTILS_SRC_TEST}'"
+fi
+
+if [[ -z "${DISTUTILS_DISABLE_TEST_DEPENDENCY}" ]]; then
+   if [[ "${DISTUTILS_SRC_TEST}" == "nosetests" ]]; then
+   IUSE="test"
+   DEPEND+="${DEPEND:+ }test? ( dev-python/nose )"
+   elif [[ "${DISTUTILS_SRC_TEST}" == "py.test" ]]; then
+   IUSE="test"
+   DEPEND+="${DEPEND:+ }test? ( dev-python/pytest )"
+   # trial requires an argument, which is usually equal to "${PN}".
+   elif [[ "${DISTUTILS_SRC_TEST}" =~ ^trial(\ .*)?$ ]]; then
+   IUSE="test"
+   DEPEND+="${DEPEND:+ }test? ( dev-python/twisted-core )"
+   fi
+fi
+
+if [[ -n "${DISTUTILS_SRC_TEST}" ]]; then
+   EXPORT_FUNCTIONS src_test
+fi
+
+# Scheduled for deletion on 2011-06-01.
+if [[ -n "${DISTUTILS_DISABLE_VERSIONING_OF_PYTHON_SCRIPTS}" ]]; then
+   eerror "Use PYTHON_NONVERSIONED_EXECUTABLES=(\".*\") 

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

2018-09-12 Thread Andreas Sturmlechner
commit: 83cf34656728bb859b525fe91fa1717fc5512924
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 20:20:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:20:39 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=83cf3465

media-sound/amarok: Drop invalid maintainer entry

 media-sound/amarok/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml
index d2cdd9d..a08ee0e 100644
--- a/media-sound/amarok/metadata.xml
+++ b/media-sound/amarok/metadata.xml
@@ -2,9 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-  
-jmbsvice...@gentoo.org
-  
   
 Enable support for downloading covers from 
amazon.com
 



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

2018-09-12 Thread Andreas Sturmlechner
commit: 0799fd1cfa911d3c6fd5d2ccbc9e910581a29f4b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 20:17:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:20:39 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=0799fd1c

media-libs/liblastfm: Add current snapshot with USE=qt4,qt5 multibuild

Import from Gentoo ebuild repository.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../liblastfm-1.1.0_pre20150206-qt-5.11b3.patch| 302 +
 .../liblastfm/liblastfm-1.1.0_pre20150206.ebuild   |  87 ++
 media-libs/liblastfm/metadata.xml  |  11 +
 3 files changed, 400 insertions(+)

diff --git 
a/media-libs/liblastfm/files/liblastfm-1.1.0_pre20150206-qt-5.11b3.patch 
b/media-libs/liblastfm/files/liblastfm-1.1.0_pre20150206-qt-5.11b3.patch
new file mode 100644
index 000..fc0e9b8
--- /dev/null
+++ b/media-libs/liblastfm/files/liblastfm-1.1.0_pre20150206-qt-5.11b3.patch
@@ -0,0 +1,302 @@
+From 62a08d490a1e75e3ef5d08f3fb37e65c1563e706 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 1 Apr 2018 11:51:42 +0200
+Subject: [PATCH 1/4] Make Qt5 build default and simplify logic, add missing
+ deps
+
+---
+ CMakeLists.txt | 16 
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index be88967..e628611 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -27,19 +27,19 @@ set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" 
"${PROJECT_SOURCE_DIR}/cmake/Module
+ # setup qt stuff
+ set(CMAKE_AUTOMOC ON)
+ 
+-option(BUILD_WITH_QT4 "Build liblastfm with Qt4 no matter if Qt5 was found" 
OFF)
++option(BUILD_WITH_QT4 "Build liblastfm with Qt4" OFF)
+ 
+-if( NOT BUILD_WITH_QT4 )
+-# try Qt5 first, and prefer that if found
+-find_package(Qt5Core QUIET)
+-endif()
++if(NOT BUILD_WITH_QT4)
++find_package(Qt5 REQUIRED COMPONENTS Core Network Xml CONFIG)
++
++if(BUILD_FINGERPRINT)
++find_package(Qt5Sql REQUIRED CONFIG)
++endif()
+ 
+-if(Qt5Core_DIR)
+ set(LASTFM_LIB_VERSION_SUFFIX 5)
+-message(STATUS "Found Qt5! Please keep in mind, this is highly 
experimental and not our main development target..")
+ include_directories(${Qt5Core_INCLUDE_DIRS})
+ if(UNIX AND NOT APPLE)
+-find_package(Qt5DBus REQUIRED)
++find_package(Qt5DBus REQUIRED CONFIG)
+ endif()
+ 
+ # macro(qt_wrap_ui)
+-- 
+2.17.0
+
+
+From ff32d56e5e1bd8b1f86a8e9840c778249ff19118 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 1 Apr 2018 11:56:48 +0200
+Subject: [PATCH 2/4] Make use of FeatureSummary
+
+---
+ CMakeLists.txt | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e628611..dcdfd91 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -20,6 +20,7 @@ option(BUILD_TESTS "Build liblastfm tests" ON)
+ 
+ # installation dirs
+ include(GNUInstallDirs)
++include(FeatureSummary)
+ 
+ #cmake module path
+ set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" 
"${PROJECT_SOURCE_DIR}/cmake/Modules")
+@@ -97,3 +98,5 @@ if(BUILD_TESTS)
+ enable_testing()
+ add_subdirectory(tests)
+ endif()
++
++feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+-- 
+2.17.0
+
+
+From 5762278b29c1ab6559dcca7a1e8fbad1d75134da Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 1 Apr 2018 12:06:48 +0200
+Subject: [PATCH 3/4] Cleanup include dirs
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index dcdfd91..52589b5 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -38,10 +38,10 @@ if(NOT BUILD_WITH_QT4)
+ endif()
+ 
+ set(LASTFM_LIB_VERSION_SUFFIX 5)
+-include_directories(${Qt5Core_INCLUDE_DIRS})
+ if(UNIX AND NOT APPLE)
+ find_package(Qt5DBus REQUIRED CONFIG)
+ endif()
++include_directories(Qt5::Core Qt5::Network Qt5::Xml)
+ 
+ # macro(qt_wrap_ui)
+ # qt5_wrap_ui(${ARGN})
+-- 
+2.17.0
+
+
+From aeb0cbc56376021444a56a984613faacefedfea9 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 15 Apr 2018 21:31:14 +0200
+Subject: [PATCH 4/4] Fix build with Qt 5.11_beta3 (drop qt5_use_modules)
+
+---
+ CMakeLists.txt |  3 --
+ src/CMakeLists.txt | 63 +++---
+ src/fingerprint/CMakeLists.txt | 20 ++-
+ tests/lastfm_add_test.cmake| 16 +
+ 4 files changed, 55 insertions(+), 47 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 52589b5..c8bc89d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -57,9 +57,6 @@ if(NOT BUILD_WITH_QT4)
+ # endmacro()
+ else()
+ find_package(Qt4 COMPONENTS QtCore QtNetwork QtXml REQUIRED)
+-
+-macro(qt5_use_modules)
+-endmacro()
+ endif()
+ 
+ 
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 0f872fb..22ce506 100644
+--- a/src/CMakeLists.txt
 

[gentoo-commits] proj/kde-sunset:master commit in: x11-libs/qtscriptgenerator/, x11-libs/qtscriptgenerator/files/

2018-09-12 Thread Andreas Sturmlechner
commit: 3b614f05dda9c5fcc3b40f43cf2047cdcb2e0744
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 20:34:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:34:12 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3b614f05

x11-libs/qtscriptgenerator: Import from Gentoo ebuild repo

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/qtscriptgenerator-0.2.0-arm.patch| 41 ++
 x11-libs/qtscriptgenerator/metadata.xml|  5 ++
 .../qtscriptgenerator-0.2.0-r1.ebuild  | 66 ++
 3 files changed, 112 insertions(+)

diff --git a/x11-libs/qtscriptgenerator/files/qtscriptgenerator-0.2.0-arm.patch 
b/x11-libs/qtscriptgenerator/files/qtscriptgenerator-0.2.0-arm.patch
new file mode 100644
index 000..6305c9a
--- /dev/null
+++ b/x11-libs/qtscriptgenerator/files/qtscriptgenerator-0.2.0-arm.patch
@@ -0,0 +1,41 @@
+diff -Nru 
qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core-common.xml 
qtscriptgenerator-src-0.2.0/generator/typesystem_core-common.xml
+--- qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core-common.xml  
2012-01-23 12:30:03.0 +0100
 qtscriptgenerator-src-0.2.0/generator/typesystem_core-common.xml   
2012-03-08 05:36:14.342528441 +0100
+@@ -921,6 +921,7 @@
+   
+ 
+ 
++
+   
+ 
+   
+diff -Nru 
qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core-qtscript.xml 
qtscriptgenerator-src-0.2.0/generator/typesystem_core-qtscript.xml
+--- qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core-qtscript.xml
2012-01-23 12:30:03.0 +0100
 qtscriptgenerator-src-0.2.0/generator/typesystem_core-qtscript.xml 
2012-03-08 05:41:37.492524499 +0100
+@@ -1447,6 +1447,7 @@
+ 
+ 
+ 
++
+ 
+   
+ 
+diff -Nru qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core.xml 
qtscriptgenerator-src-0.2.0/generator/typesystem_core.xml
+--- qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core.xml 
2012-01-23 12:30:03.0 +0100
 qtscriptgenerator-src-0.2.0/generator/typesystem_core.xml  2012-03-08 
05:39:53.932524942 +0100
+@@ -1388,14 +1388,12 @@
+   
+ 
+   
+-
+-
+-  
+ 
+ 
+ 
+ 
+ 
++
+ 
+   
+ 

diff --git a/x11-libs/qtscriptgenerator/metadata.xml 
b/x11-libs/qtscriptgenerator/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/x11-libs/qtscriptgenerator/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0-r1.ebuild 
b/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0-r1.ebuild
new file mode 100644
index 000..4f7ffed
--- /dev/null
+++ b/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P=${PN}-src-${PV}
+
+DESCRIPTION="Tool for generating Qt bindings for Qt Script"
+HOMEPAGE="https://code.google.com/p/qtscriptgenerator/;
+SRC_URI="https://dev.gentoo.org/~johu/distfiles/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+IUSE="debug"
+
+DEPEND="
+   dev-qt/designer:4
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4[accessibility]
+   dev-qt/qtopengl:4
+   dev-qt/qtscript:4
+   dev-qt/qtsql:4
+   dev-qt/qtsvg:4[accessibility]
+   dev-qt/qtxmlpatterns:4
+   media-libs/phonon[qt4]
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # remove phonon
+   sed -i "/typesystem_phonon.xml/d" generator/generator.qrc || die "sed 
failed"
+   sed -i "/qtscript_phonon/d" qtbindings/qtbindings.pro || die "sed 
failed"
+   sed -i "/qtscript_webkit/d" qtbindings/qtbindings.pro || die "sed 
failed"
+
+   use arm && eapply "${FILESDIR}"/${P}-arm.patch
+}
+
+src_configure() {
+   cd "${S}"/generator || die
+   eqmake4 generator.pro
+
+   cd "${S}"/qtbindings || die
+   eqmake4 qtbindings.pro
+}
+
+src_compile() {
+   cd "${S}"/generator || die
+   emake
+   ./generator --include-paths="$(qt4_get_headerdir)" || die
+
+   cd "${S}"/qtbindings || die
+   emake
+}
+
+src_install() {
+   insinto "$(qt4_get_libdir)"/plugins/script
+   insopts -m0755
+   doins "${S}"/plugins/script/*
+}



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

2018-09-12 Thread Andreas Sturmlechner
commit: e1d7d29edb86b927d61574de3514a3247b60740d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 20:40:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 20:40:51 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e1d7d29e

media-sound/amarok: Drop USE=embedded, fix USE=test

virtual/mysql[embedded] is gone and has no future.

 media-sound/amarok/amarok-2.8.90-r5.ebuild | 33 +-
 1 file changed, 14 insertions(+), 19 deletions(-)

diff --git a/media-sound/amarok/amarok-2.8.90-r5.ebuild 
b/media-sound/amarok/amarok-2.8.90-r5.ebuild
index ee89cf9..6df63b2 100644
--- a/media-sound/amarok/amarok-2.8.90-r5.ebuild
+++ b/media-sound/amarok/amarok-2.8.90-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="debug +embedded ipod lastfm mp3tunes mtp ofa test +utils"
+IUSE="debug ipod lastfm mp3tunes mtp ofa test +utils"
 
 if [[ ${KDE_BUILD_TYPE} == live ]]; then
RESTRICT+=" test"
@@ -36,7 +36,7 @@ COMMONDEPEND="
>=media-libs/taglib-1.7[asf(+),mp4(+)]
>=media-libs/taglib-extras-1.0.1
sys-libs/zlib
-   >=virtual/mysql-5.1[embedded?]
+   >=virtual/mysql-5.1
>=x11-libs/qtscriptgenerator-0.1.0
ipod? ( >=media-libs/libgpod-0.7.0[gtk] )
lastfm? ( >=media-libs/liblastfm-1.0.3[qt4] )
@@ -54,7 +54,7 @@ COMMONDEPEND="
 DEPEND="${COMMONDEPEND}
dev-util/automoc
virtual/pkgconfig
-   test? ( dev-cpp/gmock )
+   test? ( >=dev-cpp/gtest-1.8.0 )
 "
 RDEPEND="${COMMONDEPEND}
!media-sound/amarok-utils
@@ -94,7 +94,7 @@ src_configure() {
-DWITH_PLAYER=ON
-DWITH_NepomukCore=OFF
-DWITH_Soprano=OFF
-   -DWITH_MYSQL_EMBEDDED=$(usex embedded)
+   -DWITH_MYSQL_EMBEDDED=OFF
-DWITH_IPOD=$(usex ipod)
-DWITH_LibLastFm=$(usex lastfm)
-DWITH_MP3Tunes=$(usex mp3tunes)
@@ -106,9 +106,6 @@ src_configure() {
use ipod && mycmakeargs+=( DWITH_GDKPixBuf=ON )
use mp3tunes && mycmakeargs+=( -DWITH_Libgcrypt=OFF )
 
-   # bug 581554: add libmysqld location for rpath patch
-   use embedded && mycmakeargs+=( 
-DMYSQLD_DIR="${EPREFIX}/usr/$(get_libdir)/mysql" )
-
kde4-base_src_configure
 }
 
@@ -122,16 +119,14 @@ src_install() {
 pkg_postinst() {
kde4-base_pkg_postinst
 
-   if ! use embedded; then
-   elog "You've disabled the amarok support for embedded mysql 
DBs."
-   elog "You'll have to configure amarok to use an external db 
server."
-   elog "Please read 
https://community.kde.org/Amarok/Community/MySQL for details on how"
-   elog "to configure the external db and migrate your data from 
the embedded database."
-
-   if has_version "virtual/mysql[minimal]"; then
-   elog
-   elog "You built mysql with the minimal use flag, so it 
doesn't include the server."
-   elog "You won't be able to use the local mysql 
installation to store your amarok collection."
-   fi
+   elog "You've disabled the amarok support for embedded mysql DBs."
+   elog "You'll have to configure amarok to use an external db server."
+   elog "Please read https://community.kde.org/Amarok/Community/MySQL for 
details on how"
+   elog "to configure the external db and migrate your data from the 
embedded database."
+
+   if has_version "virtual/mysql[minimal]"; then
+   elog
+   elog "You built mysql with the minimal use flag, so it doesn't 
include the server."
+   elog "You won't be able to use the local mysql installation to 
store your amarok collection."
fi
 }



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

2018-09-12 Thread Thomas Deutschmann
commit: 66b8ea7d1627d1515118c4596cb3e4887206b522
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 20:29:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 20:29:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b8ea7d

dev-util/cargo: add sub slot operator on net-libs/http-parser atom

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/cargo/cargo-0.26.0.ebuild | 2 +-
 dev-util/cargo/cargo-0.27.0.ebuild | 2 +-
 dev-util/cargo/cargo-0.28.0.ebuild | 2 +-
 dev-util/cargo/cargo-0.29.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/cargo/cargo-0.26.0.ebuild 
b/dev-util/cargo/cargo-0.26.0.ebuild
index 3d049bc2ded..d735fe64537 100644
--- a/dev-util/cargo/cargo-0.26.0.ebuild
+++ b/dev-util/cargo/cargo-0.26.0.ebuild
@@ -185,7 +185,7 @@ COMMON_DEPEND="sys-libs/zlib
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-libs/libssh2
-   net-libs/http-parser"
+   net-libs/http-parser:="
 RDEPEND="${COMMON_DEPEND}
!dev-util/cargo-bin
net-misc/curl[ssl]"

diff --git a/dev-util/cargo/cargo-0.27.0.ebuild 
b/dev-util/cargo/cargo-0.27.0.ebuild
index da876c730da..664f6dcfa2e 100644
--- a/dev-util/cargo/cargo-0.27.0.ebuild
+++ b/dev-util/cargo/cargo-0.27.0.ebuild
@@ -173,7 +173,7 @@ COMMON_DEPEND="sys-libs/zlib
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-libs/libssh2
-   net-libs/http-parser"
+   net-libs/http-parser:="
 RDEPEND="${COMMON_DEPEND}
!dev-util/cargo-bin
net-misc/curl[ssl]"

diff --git a/dev-util/cargo/cargo-0.28.0.ebuild 
b/dev-util/cargo/cargo-0.28.0.ebuild
index 2518657803b..a8ccaeb3257 100644
--- a/dev-util/cargo/cargo-0.28.0.ebuild
+++ b/dev-util/cargo/cargo-0.28.0.ebuild
@@ -172,7 +172,7 @@ COMMON_DEPEND="sys-libs/zlib
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-libs/libssh2
-   net-libs/http-parser"
+   net-libs/http-parser:="
 RDEPEND="${COMMON_DEPEND}
!dev-util/cargo-bin
net-misc/curl[ssl]"

diff --git a/dev-util/cargo/cargo-0.29.0.ebuild 
b/dev-util/cargo/cargo-0.29.0.ebuild
index 984fa0934a2..15881e6e886 100644
--- a/dev-util/cargo/cargo-0.29.0.ebuild
+++ b/dev-util/cargo/cargo-0.29.0.ebuild
@@ -173,7 +173,7 @@ COMMON_DEPEND="sys-libs/zlib
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-libs/libssh2
-   net-libs/http-parser"
+   net-libs/http-parser:="
 RDEPEND="${COMMON_DEPEND}
!dev-util/cargo-bin
net-misc/curl[ssl]"



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

2018-09-12 Thread Anthony G. Basile
commit: f84f6c343ead12d37cc1389115e81e2b42cb4487
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep 12 20:02:27 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep 12 20:02:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84f6c34

www-servers/varnish: version bump to 6.0.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-servers/varnish/Manifest |   1 +
 www-servers/varnish/varnish-6.0.1.ebuild | 102 +++
 2 files changed, 103 insertions(+)

diff --git a/www-servers/varnish/Manifest b/www-servers/varnish/Manifest
index f9c6f64a06b..e45ec3e04da 100644
--- a/www-servers/varnish/Manifest
+++ b/www-servers/varnish/Manifest
@@ -3,3 +3,4 @@ DIST varnish-4.1.8.tgz 2254772 BLAKE2B 
acadf4079d58bb8f0dc5e24713aba7f2786ca6f06
 DIST varnish-5.1.3.tgz 2643223 BLAKE2B 
85bae87785da1284d7d916b8948a0984eea9cf07e96012255435ba04c28e8078e5dad893946bbc12da6cbe9326699458f0e3af6be55cb5e7bba4e622724ddac2
 SHA512 
a10c317dc38ddff139ca8153f6388955df449c3abeb4d4f069b632ba2b32064a2827ab05fa8515994b251a68507fc3a7bf4e08eacc991fc03283ab234b9efd0a
 DIST varnish-5.2.1.tgz 2827676 BLAKE2B 
6f50a55a9b16d137eaec59aea98a0179b808bb67fc3de26c9b0924b9937a3688b7f9db45d2f0a71be2b7c6f77bfd47cd22e7b898348b5236114572b5bb33ff22
 SHA512 
2e979983c7f2325e289768752cc474dc3032c3420de65ccfd5871098c076aecf18e962b04308ecb1860f542fd6f6418dc79220fdd6cf4a75f7476a733faa589c
 DIST varnish-6.0.0.tgz 3033621 BLAKE2B 
8fb3c8bf64527476251500ebf809dcff927c8097811e500172d489dd02828981e92034d8c95b8b6d183381d8f3a0fdba633451e8ab17d40d56f7727376378d68
 SHA512 
39bae462fe40bda9b7c93114ab8256c838a7d67f1a9f7397c37ad090163a33232676120eb7609d0512684a563d8e02c1c2ff5e1b9da0ddedef2250db51c3cc79
+DIST varnish-6.0.1.tgz 3065822 BLAKE2B 
b99d0d50444872353367007f2ee97c5d5f0e60031ece7b07f8b2c3a7a84b31be88fe2b850304b1f2e47a35f35c2c41f43888bee1d1874721a72ad078acfddfa1
 SHA512 
057cb69ae6a4d980401effb7561d3a9b537216d8626fdf4e7bcc75971958517f51b6bd7f7af86c11bc92a2e77876831c577736dfcd11447ad0128f222c5ad138

diff --git a/www-servers/varnish/varnish-6.0.1.ebuild 
b/www-servers/varnish/varnish-6.0.1.ebuild
new file mode 100644
index 000..fd1d1a8b7ca
--- /dev/null
+++ b/www-servers/varnish/varnish-6.0.1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit user autotools systemd python-r1
+
+DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator"
+HOMEPAGE="https://varnish-cache.org/;
+SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz;
+
+LICENSE="BSD-2 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="jemalloc jit static-libs"
+
+CDEPEND="
+   sys-libs/readline:0=
+   dev-libs/libpcre[jit?]
+   jemalloc? ( dev-libs/jemalloc )
+   sys-libs/ncurses:0="
+
+#varnish compiles stuff at run time
+RDEPEND="
+   ${PYTHON_DEPS}
+   ${CDEPEND}
+   sys-devel/gcc"
+
+DEPEND="
+   ${CDEPEND}
+   dev-python/docutils
+   virtual/pkgconfig"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="test" #315725
+
+pkg_setup() {
+   ebegin "Creating varnish user and group"
+   enewgroup varnish
+   enewuser varnish -1 -1 /var/lib/varnish varnish
+   eend $?
+}
+
+src_prepare() {
+   # Remove -Werror bug #528354
+   sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac
+
+   # Upstream doesn't put varnish.m4 in the m4/ directory
+   # We link because the Makefiles look for the file in
+   # the original location
+   ln -sf ../varnish.m4 m4/varnish.m4
+
+   eapply_user
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable jit pcre-jit ) \
+   $(use_with jemalloc)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   python_replicate_script "${D}/usr/share/varnish/vmodtool.py"
+
+   newinitd "${FILESDIR}"/varnishlog.initd varnishlog
+   newconfd "${FILESDIR}"/varnishlog.confd varnishlog
+
+   newinitd "${FILESDIR}"/varnishncsa.initd varnishncsa
+   newconfd "${FILESDIR}"/varnishncsa.confd varnishncsa
+
+   newinitd "${FILESDIR}"/varnishd.initd-r4 varnishd
+   newconfd "${FILESDIR}"/varnishd.confd-r4 varnishd
+
+   insinto /etc/logrotate.d/
+   newins "${FILESDIR}/varnishd.logrotate-r2" varnishd
+
+   diropts -m750
+
+   keepdir /var/lib/varnish
+   keepdir /var/log/varnish
+
+   systemd_dounit "${FILESDIR}/${PN}d.service"
+
+   insinto /etc/varnish/
+   doins lib/libvmod_std/vmod.vcc
+   doins etc/example.vcl
+
+   dodoc README.rst
+   dodoc doc/changes.rst
+
+   fowners root:varnish /etc/varnish/
+   fowners varnish:varnish /var/lib/varnish/
+   fperms 0750 /var/lib/varnish/ /etc/varnish/
+}



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

2018-09-12 Thread Anthony G. Basile
commit: a269ff134e355ef29d5e5a3aaeecf82e65c0e50a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep 12 19:56:29 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep 12 19:56:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a269ff13

dev-python/amodem: version bump to 1.15.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/amodem/Manifest |  1 +
 dev-python/amodem/amodem-1.15.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/amodem/Manifest b/dev-python/amodem/Manifest
index c6ac918e942..8366e1f85f1 100644
--- a/dev-python/amodem/Manifest
+++ b/dev-python/amodem/Manifest
@@ -1,3 +1,4 @@
 DIST amodem-1.13.1.tar.gz 28643 BLAKE2B 
cef1d0c405e3ce666876cf1bc8ea2277bce928cc636a1d1a93f7c391b7e4caf4b1fbbbecdcdd64f862d45e100bc32c468768f3518f77eb73f24900eb5b113615
 SHA512 
4f4b7a69156039bdd9eeddcf755964daa7a7b1716d612f1facd95cddba42a0f2bce0c1f8b869f9d22380d0d3bc823b2968b3d1aaf5e2633505b875477e13dfd7
 DIST amodem-1.13.tar.gz 20171 BLAKE2B 
03ce5e6d36a90024e3ca83853fffe5742d6d41fa065adee1083f00ceeef96be791ca8605e739bdde432216e281198dc740666160615c1e1009940129f53bf45d
 SHA512 
daf1d86fd201153da46e5b0f31d07c0fdea2dc55aa3136d72de894e6ae6c9ddb753d4cd8227b5e3ac44a6803aff00c3299045ebd620b95d1ee8fb4945e7958b4
 DIST amodem-1.14.0.tar.gz 28647 BLAKE2B 
e2f8a3a0c73d5cc306087aaee5b827cf5401e3c1730fbc3708e177ef804b993355f8fb28daa69ffdd2e832e5caf918e5ff102f9d86f82386a1a17dc02a97c446
 SHA512 
c135c80811fac6fb86b7de31d797bf96c5e455d805537cac34b8012162236d679a2b39b3821aa9797c8f45b77ac983cbdf8d2227b6556413632552894a4176dc
+DIST amodem-1.15.0.tar.gz 28779 BLAKE2B 
abc2afbce47cf5e3b2ae34bd54228618e887b3f0b919d421114ce5e56e3e8a14477f130f03d77851c1e256afb22d4b657367c8e59954438dec72f3059278de64
 SHA512 
5d39e08d47410a55c218ed2dc5a413cbbba602fe1049d3e8824ca62b439d029c42294b2a17e4077b2c746336b1471a4a94ffa19b9eb3145869dfc158404bcad8

diff --git a/dev-python/amodem/amodem-1.15.0.ebuild 
b/dev-python/amodem/amodem-1.15.0.ebuild
new file mode 100644
index 000..2151cf4a475
--- /dev/null
+++ b/dev-python/amodem/amodem-1.15.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Transmit data between two computers using audio"
+HOMEPAGE="https://github.com/romanz/amodem;
+SRC_URI="https://github.com/romanz/amodem/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



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

2018-09-12 Thread Jeroen Roovers
commit: eb4157b53724625b878fa559a16fba51506585cf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 12 19:45:47 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 12 19:45:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4157b5

www-client/opera: Version 55.0.2994.59.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-55.0.2994.59.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 565ee0d5e5a..a0749d3cda1 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -3,3 +3,4 @@ DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 BLAKE2B 
35fef5a5d1784941ce11f
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bce92543351c39288058455baf3fde19f9f8766c9acd72971216c8c340fd89e918f18e89320eb8d13c4be9ec71635e2073c94c90067
 SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 DIST opera-stable_55.0.2994.56_amd64.deb 56435272 BLAKE2B 
63e92f3bb552f29bd8c504884194cfba39a0c50992747ccb3daa623b3ac2579428a23ef46fdfb17b88712687a025bb0303476a57457109b6b45bbe40c3b5cb50
 SHA512 
0237157c2a4ae53c663a6c990c77bbfee0fd33afb059c7afe320e847a92d3aefce6164c6b3ba6c68d9465cfd9ea9289269cf75c87a8ca91cbc3466d41e36e223
+DIST opera-stable_55.0.2994.59_amd64.deb 56138728 BLAKE2B 
d366a23118b4f830f7ef5b0ee3ae22b76abd16461edbe367b1bb4da73ab4c0b891debc5d714c9eb3565915e05193744c18cd0b3bb22eacc4e5e51db3e8ca78ce
 SHA512 
f16dfee13616c99041f6d2e1bf89efdd0cebb828abe715081e93be40c4251203c5392abe88a07c6893c56b41dc0b15aadad5afb08021e6286034174306fdfd06

diff --git a/www-client/opera/opera-55.0.2994.59.ebuild 
b/www-client/opera/opera-55.0.2994.59.ebuild
new file mode 100644
index 000..23b9ad88ecc
--- /dev/null
+++ b/www-client/opera/opera-55.0.2994.59.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it 
ja
+   ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi 
zh-CN
+   zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
+"
+done
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   

[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2018-09-12 Thread Craig Andrews
commit: 76c33462fd519ee4df11fec1426c82af5c4761e6
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Sep 12 19:06:19 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Sep 12 19:06:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c33462

media-tv/kodi: Use mariadb/mysql connector

Closes: https://bugs.gentoo.org/665926
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../kodi/{kodi-.ebuild => kodi-17.6-r5.ebuild} | 152 +
 media-tv/kodi/kodi-.ebuild |   7 +-
 media-tv/kodi/metadata.xml |   1 +
 3 files changed, 74 insertions(+), 86 deletions(-)

diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-17.6-r5.ebuild
similarity index 68%
copy from media-tv/kodi/kodi-.ebuild
copy to media-tv/kodi/kodi-17.6-r5.ebuild
index 44cd4f61e39..f30a7cb6c05 100644
--- a/media-tv/kodi/kodi-.ebuild
+++ b/media-tv/kodi/kodi-17.6-r5.ebuild
@@ -7,32 +7,34 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"
 
-inherit autotools cmake-utils eutils linux-info pax-utils python-single-r1
+inherit autotools cmake-utils eutils linux-info pax-utils python-single-r1 
versionator
 
-LIBDVDCSS_VERSION="1.4.1-Leia-Alpha-1"
-LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-1"
-LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-1"
-FFMPEG_VERSION="4.0.1"
-CODENAME="Leia"
-FFMPEG_KODI_VERSION="Alpha3-1"
-SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
-   https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
-   https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz
+LIBDVDCSS_COMMIT="2f12236bc1c92f73c21e973363f79eb300de603f"
+LIBDVDREAD_COMMIT="17d99db97e7b8f23077b342369d3c22a6250affd"
+LIBDVDNAV_COMMIT="43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac"
+FFMPEG_VERSION="3.1.11"
+FFMPEG_KODI_VERSION="17.5"
+CODENAME="Krypton"
+PATCHES=(
+   "${FILESDIR}/${P}-nmblookup.patch"
+)
+SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_COMMIT}.tar.gz 
-> libdvdcss-${LIBDVDCSS_COMMIT}.tar.gz
+   https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_COMMIT}.tar.gz 
-> libdvdread-${LIBDVDREAD_COMMIT}.tar.gz
+   https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_COMMIT}.tar.gz -> 
libdvdnav-${LIBDVDNAV_COMMIT}.tar.gz
!system-ffmpeg? ( 
https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz
 -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )"
 
 DESCRIPTION="A free and open source media-player and entertainment hub"
 HOMEPAGE="https://kodi.tv/ https://kodi.wiki/;
 
-LICENSE="GPL-2+"
+LICENSE="GPL-2"
 SLOT="0"
 # use flag is called libusb so that it doesn't fool people in thinking that
 # it is _required_ for USB support. Otherwise they'll disable udev and
 # that's going to be worse.
-IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gbm gles lcms 
libressl libusb lirc mysql nfs +opengl pulseaudio samba systemd +system-ffmpeg 
test +udev udisks upnp upower vaapi vdpau wayland webserver +X +xslt zeroconf"
+IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles lcms 
libressl libusb lirc mariadb mysql nfs nonfree +opengl pulseaudio samba sftp 
systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver 
+xslt zeroconf"
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}
|| ( gles opengl )
-   ^^ ( gbm wayland X )
udev? ( !libusb )
udisks? ( dbus )
upower? ( dbus )
@@ -40,80 +42,60 @@ REQUIRED_USE="
 
 COMMON_DEPEND="${PYTHON_DEPS}
airplay? (
-   >=app-pda/libplist-2.0.0[python,${PYTHON_USEDEP}]
+   app-pda/libplist
net-libs/shairplay
)
-   alsa? ( >=media-libs/alsa-lib-1.1.4.1 )
+   alsa? ( media-libs/alsa-lib )
bluetooth? ( net-wireless/bluez )
-   bluray? ( >=media-libs/libbluray-1.0.2 )
+   bluray? ( >=media-libs/libbluray-0.7.0 )
caps? ( sys-libs/libcap )
dbus? ( sys-apps/dbus )
dev-db/sqlite
dev-libs/expat
-   dev-libs/flatbuffers
-   >=dev-libs/fribidi-0.19.7
+   dev-libs/fribidi
cec? ( >=dev-libs/libcec-4.0 )
dev-libs/libpcre[cxx]
-   >=dev-libs/libxml2-2.9.4
+   dev-libs/libxml2
>=dev-libs/lzo-2.04
dev-libs/tinyxml[stl]
+   >=dev-libs/yajl-2
dev-python/pillow[${PYTHON_USEDEP}]
-   >=dev-libs/libcdio-0.94
-   dev-libs/libfmt
-   dev-libs/libfstrcmp
-   gbm? (  media-libs/mesa[gbm] )
+   dev-libs/libcdio
gles? ( media-libs/mesa[gles2] )
lcms? ( media-libs/lcms:2 )
libusb? ( virtual/libusb:1 )
virtual/ttf-fonts
+   >=media-fonts/noto-20160531
media-fonts/roboto
-   >=media-libs/fontconfig-2.12.4
-   

[gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/files/, net-libs/grpc/

2018-09-12 Thread Georgy Yakovlev
commit: 7c3ea02725492bbb3d7ce9bdea1d4b44305c69d8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Sep 12 18:38:44 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Sep 12 18:56:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3ea027

net-libs/grpc: version bump to 1.15.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/grpc/Manifest |   2 +
 .../files/grpc-1.15.0-fix-cpp-so-version.patch |  70 +
 net-libs/grpc/grpc-1.15.0.ebuild   | 173 +
 3 files changed, 245 insertions(+)

diff --git a/net-libs/grpc/Manifest b/net-libs/grpc/Manifest
index 2f11312e5db..565aa5cecfb 100644
--- a/net-libs/grpc/Manifest
+++ b/net-libs/grpc/Manifest
@@ -3,4 +3,6 @@ DIST grpc-1.12.1.tar.gz 13692045 BLAKE2B 
d35706b553917d0f27e4474509f361ec7962b73
 DIST grpc-1.13.0.tar.gz 13755973 BLAKE2B 
533f0a7d4eb606b8a55f12aade503285dbff2cfa29ff2af71d407e3df25f3ec4b7572335c455d5dd0069eb343f18f8641a4f9326065cc118922942f77d2d2403
 SHA512 
25a489cd67d12219696c397afa75282eb702bd0af418381990b2eeb4b56483a46276d05314710582dd17be04c80aaf9bb16e01e2c1729d9a59d84ff273baa254
 DIST grpc-1.13.1.tar.gz 13757818 BLAKE2B 
9387efb980a0cff20c36d7653f24fb7982809428f7f35af0819786753d6cf380a581af81bde72f3682fcdfb3f41c71d628e5ef3b6b83663c8d3d182b4fdb6272
 SHA512 
f44028299d47865814ada2b8b93dc98dc51c8729bedc9c30dd79c04f6ecc3789ff06bbe7555e5d3512d9aec027751761ae10a80a09a94cf85bbd3260d651b356
 DIST grpc-1.14.2.tar.gz 13891112 BLAKE2B 
2d8baa2d248fb9e319ac6f1a9cb1eb0c4f7ce20cfaa51254cb6d43db8d101fd4df03779b24e52a2cd00d7e14a415d928d51039c31cdde2c3272feee664861ea1
 SHA512 
1fca05a01fcae3bcaa8aeb57fb8e4a69d92d4d4d42e0612e9a7b3652a3f4e1b006a7559aea95cadae614479f4ac6ed14876b81fca0365967d246a5b7888a8385
+DIST grpc-1.15.0.tar.gz 14084394 BLAKE2B 
133460868f347eb4bba6e761c2ad7d826017de4b3c52aafe1850a8a8811afb0a6ff3c084b5ff645556d0f14c7c60db89a9cb5dddfc9827b2ca2b32af09ecf43f
 SHA512 
2a958d93bf737e074216b121bc8e65c9c5151e6f8cfd5a3e9f826413d2734fdcdbd5659482c8d0b2a5e9a4ae537f5c1dfb58ee8ecf844ec95fe46659fb937e06
 DIST protobuf-3.5.2.tar.gz 4584659 BLAKE2B 
f582212169d802a5844574eb900c9f8cbb343b7e73f2074e5ff0bfc544ebd13f4bc2b78271fb70f4465d78fdc39972ed68339f453c0d3ffe98d8564fbf520544
 SHA512 
09d10cf0c07a0ba249428bbf20f5dbed840965fa06b3c09682f286a4dee9d84bb96f3b5b50e993d48ef1f20440531255ce7d0e60a648bf3fe536a5f2b0b74181
+DIST protobuf-3.6.1.tar.gz 4485582 BLAKE2B 
546c49759df784018459809b9db692c5c94aef5d717183af5cd9edd96b4c658e759f23950cdcd5dddceaaad06ea1de2a2357b9fa8c496ed5d538fc5920174da0
 SHA512 
1bc175d24b49de1b1e41eaf39598194e583afffb924c86c8d2e569d935af21874be76b2cbd4d9655a1d38bac3d4cd811de88bc2c72d81bad79115e69e5b0d839

diff --git a/net-libs/grpc/files/grpc-1.15.0-fix-cpp-so-version.patch 
b/net-libs/grpc/files/grpc-1.15.0-fix-cpp-so-version.patch
new file mode 100644
index 000..ba2ca651f0c
--- /dev/null
+++ b/net-libs/grpc/files/grpc-1.15.0-fix-cpp-so-version.patch
@@ -0,0 +1,70 @@
+From a443abbdbbd402951138bb8fcb2a4f159b920fcd Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Wed, 12 Sep 2018 11:22:48 -0700
+Subject: [PATCH] Fix cpp soname symlinks
+
+---
+ Makefile | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 4e993782ee..09bd52e8ad 100644
+--- a/Makefile
 b/Makefile
+@@ -3050,7 +3050,7 @@ install-shared_cxx: shared_cxx strip-shared_cxx 
install-shared_c install-pkg-con
+ ifeq ($(SYSTEM),MINGW32)
+   $(Q) $(INSTALL) 
$(LIBDIR)/$(CONFIG)/libgrpc++$(SHARED_VERSION_CPP)-dll.a 
$(prefix)/$(INSTALL_LIBDIR)/libgrpc++.a
+ else ifneq ($(SYSTEM),Darwin)
+-  $(Q) ln -sf 
$(SHARED_PREFIX)grpc++$(SHARED_VERSION_CPP).$(SHARED_EXT_CPP) 
$(prefix)/$(INSTALL_LIBDIR)/libgrpc++.so.6
++  $(Q) ln -sf 
$(SHARED_PREFIX)grpc++$(SHARED_VERSION_CPP).$(SHARED_EXT_CPP) 
$(prefix)/$(INSTALL_LIBDIR)/libgrpc++.so.1
+   $(Q) ln -sf 
$(SHARED_PREFIX)grpc++$(SHARED_VERSION_CPP).$(SHARED_EXT_CPP) 
$(prefix)/$(INSTALL_LIBDIR)/libgrpc++.so
+ endif
+   $(E) "[INSTALL] Installing 
$(SHARED_PREFIX)grpc++_cronet$(SHARED_VERSION_CPP).$(SHARED_EXT_CPP)"
+@@ -3059,7 +3059,7 @@ endif
+ ifeq ($(SYSTEM),MINGW32)
+   $(Q) $(INSTALL) 
$(LIBDIR)/$(CONFIG)/libgrpc++_cronet$(SHARED_VERSION_CPP)-dll.a 
$(prefix)/$(INSTALL_LIBDIR)/libgrpc++_cronet.a
+ else ifneq ($(SYSTEM),Darwin)
+-  $(Q) ln -sf 
$(SHARED_PREFIX)grpc++_cronet$(SHARED_VERSION_CPP).$(SHARED_EXT_CPP) 
$(prefix)/$(INSTALL_LIBDIR)/libgrpc++_cronet.so.6
++  $(Q) ln -sf 
$(SHARED_PREFIX)grpc++_cronet$(SHARED_VERSION_CPP).$(SHARED_EXT_CPP) 
$(prefix)/$(INSTALL_LIBDIR)/libgrpc++_cronet.so.1
+   $(Q) ln -sf 
$(SHARED_PREFIX)grpc++_cronet$(SHARED_VERSION_CPP).$(SHARED_EXT_CPP) 
$(prefix)/$(INSTALL_LIBDIR)/libgrpc++_cronet.so
+ endif
+   $(E) "[INSTALL] Installing 
$(SHARED_PREFIX)grpc++_error_details$(SHARED_VERSION_CPP).$(SHARED_EXT_CPP)"
+@@ -3068,7 +3068,7 @@ endif
+ ifeq ($(SYSTEM),MINGW32)

[gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/, net-libs/grpc/files/

2018-09-12 Thread Georgy Yakovlev
commit: 6c95887964743f14f9af8b75929408df60691fc7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Sep 12 18:37:36 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Sep 12 18:56:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c958879

net-libs/grpc: version bump to 1.14.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/grpc/Manifest   |   1 +
 net-libs/grpc/files/grpc-1.14.2-gcc8-fixes.patch |  83 +++
 net-libs/grpc/grpc-1.14.2.ebuild | 173 +++
 3 files changed, 257 insertions(+)

diff --git a/net-libs/grpc/Manifest b/net-libs/grpc/Manifest
index c694829ef8a..2f11312e5db 100644
--- a/net-libs/grpc/Manifest
+++ b/net-libs/grpc/Manifest
@@ -2,4 +2,5 @@ DIST grpc-1.12.0.tar.gz 13692310 BLAKE2B 
86b9063416140453718c51df4f238bb3d5ac854
 DIST grpc-1.12.1.tar.gz 13692045 BLAKE2B 
d35706b553917d0f27e4474509f361ec7962b738031f11ca814d7ec33429f848b3b3356cae9a28b9a0cb376df5a6348d312c80ed4eeb51b81e68b317584a2e4a
 SHA512 
9dd6d8c4b4e2713cf27ed55b1e97fdf5ed6d80f43b798b83f08e2f4646387dfd0696b21d4f44dbd99a061d388790dc15da49ac5afb0bb06116cfd6f07b7d6962
 DIST grpc-1.13.0.tar.gz 13755973 BLAKE2B 
533f0a7d4eb606b8a55f12aade503285dbff2cfa29ff2af71d407e3df25f3ec4b7572335c455d5dd0069eb343f18f8641a4f9326065cc118922942f77d2d2403
 SHA512 
25a489cd67d12219696c397afa75282eb702bd0af418381990b2eeb4b56483a46276d05314710582dd17be04c80aaf9bb16e01e2c1729d9a59d84ff273baa254
 DIST grpc-1.13.1.tar.gz 13757818 BLAKE2B 
9387efb980a0cff20c36d7653f24fb7982809428f7f35af0819786753d6cf380a581af81bde72f3682fcdfb3f41c71d628e5ef3b6b83663c8d3d182b4fdb6272
 SHA512 
f44028299d47865814ada2b8b93dc98dc51c8729bedc9c30dd79c04f6ecc3789ff06bbe7555e5d3512d9aec027751761ae10a80a09a94cf85bbd3260d651b356
+DIST grpc-1.14.2.tar.gz 13891112 BLAKE2B 
2d8baa2d248fb9e319ac6f1a9cb1eb0c4f7ce20cfaa51254cb6d43db8d101fd4df03779b24e52a2cd00d7e14a415d928d51039c31cdde2c3272feee664861ea1
 SHA512 
1fca05a01fcae3bcaa8aeb57fb8e4a69d92d4d4d42e0612e9a7b3652a3f4e1b006a7559aea95cadae614479f4ac6ed14876b81fca0365967d246a5b7888a8385
 DIST protobuf-3.5.2.tar.gz 4584659 BLAKE2B 
f582212169d802a5844574eb900c9f8cbb343b7e73f2074e5ff0bfc544ebd13f4bc2b78271fb70f4465d78fdc39972ed68339f453c0d3ffe98d8564fbf520544
 SHA512 
09d10cf0c07a0ba249428bbf20f5dbed840965fa06b3c09682f286a4dee9d84bb96f3b5b50e993d48ef1f20440531255ce7d0e60a648bf3fe536a5f2b0b74181

diff --git a/net-libs/grpc/files/grpc-1.14.2-gcc8-fixes.patch 
b/net-libs/grpc/files/grpc-1.14.2-gcc8-fixes.patch
new file mode 100644
index 000..cb61b5f26fe
--- /dev/null
+++ b/net-libs/grpc/files/grpc-1.14.2-gcc8-fixes.patch
@@ -0,0 +1,83 @@
+From 9c7db45da9a6ddc5d65cd19704539579eb31d2ce Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Wed, 12 Sep 2018 10:35:45 -0700
+Subject: [PATCH] Fix failures with gcc-8
+
+Based on this PR https://github.com/grpc/grpc/pull/15443
+---
+ src/core/ext/filters/client_channel/client_channel.cc  | 2 +-
+ .../client_channel/lb_policy/grpclb/load_balancer_api.cc   | 3 ++-
+ src/core/ext/transport/chttp2/transport/flow_control.cc| 2 +-
+ src/core/lib/surface/channel.cc| 2 +-
+ src/core/tsi/alts_transport_security.cc| 2 +-
+ 5 files changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/src/core/ext/filters/client_channel/client_channel.cc 
b/src/core/ext/filters/client_channel/client_channel.cc
+index d2bf4f388d..503fb1ac87 100644
+--- a/src/core/ext/filters/client_channel/client_channel.cc
 b/src/core/ext/filters/client_channel/client_channel.cc
+@@ -457,7 +457,7 @@ 
get_service_config_from_resolver_result_locked(channel_data* chand) {
+ grpc_uri* uri = grpc_uri_parse(server_uri, true);
+ GPR_ASSERT(uri->path[0] != '\0');
+ service_config_parsing_state parsing_state;
+-memset(_state, 0, sizeof(parsing_state));
++memset(reinterpret_cast(_state), 0, 
sizeof(parsing_state));
+ parsing_state.server_name =
+ uri->path[0] == '/' ? uri->path + 1 : uri->path;
+ service_config->ParseGlobalParams(parse_retry_throttle_params,
+diff --git 
a/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc 
b/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
+index f24281a5bf..74baf430f1 100644
+--- a/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
 b/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
+@@ -68,7 +68,8 @@ grpc_grpclb_request* grpc_grpclb_request_create(const char* 
lb_service_name) {
+   req->has_initial_request = true;
+   req->initial_request.has_name = true;
+   strncpy(req->initial_request.name, lb_service_name,
+-  GRPC_GRPCLB_SERVICE_NAME_MAX_LENGTH);
++  GRPC_GRPCLB_SERVICE_NAME_MAX_LENGTH-1);
++  req->initial_request.name[GRPC_GRPCLB_SERVICE_NAME_MAX_LENGTH] = '\0';
+   return req;
+ }
+ 
+diff --git 

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

2018-09-12 Thread Matt Thode
commit: 62334d13b81cd608986742c76b7cb49d785d44b1
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 12 18:25:12 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep 12 18:25:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62334d13

net-analyzer/icinga2: revbump for mysql changes

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-analyzer/icinga2/icinga2-2.9.1-r2.ebuild | 172 +++
 1 file changed, 172 insertions(+)

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

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

2018-09-12 Thread Matt Thode
commit: a2d3905215729bc432b07375a7bc2a4ba6275f28
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 12 18:23:51 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep 12 18:25:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d39052

profiles/arch/powerpc: Add mariadb mask for icinga2

 profiles/arch/powerpc/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 721f173e66e..82da4116785 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthew Thode  (12 Sep 2018)
+# dev-db/mariadb-connector-c not yet keyworded
+net-analyzer/icinga2 mariadb
+
 # Andreas Sturmlechner  (01 Sep 2018)
 # media-libs/libaom not yet keyworded
 media-video/vlc aom



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

2018-09-12 Thread Mart Raudsepp
commit: c099dfffc9c8d8341e8fb7ed38a1e12bf6930ef4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 12 18:19:00 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 12 18:22:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c099dfff

net-misc/streamlink: bump to 0.14.2, fix test deps, python-single

* Use proper release tarball, which is much smaller
* Use python-single, as the modules are only used by the main
  streamlink executable
* Fix backports-shutil_which dep to be only for python2
* Adjust test and doc deps (some might be new deps, some were
  probably used and missing from earlier versions too)

Closes: https://bugs.gentoo.org/662266
Closes: https://bugs.gentoo.org/645932
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/streamlink/Manifest |  1 +
 net-misc/streamlink/streamlink-0.14.2.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index 2881b97031a..5386c76826f 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -1,5 +1,6 @@
 DIST streamlink-0.1.0.tar.gz 960622 BLAKE2B 
8d035784fc3585c738135a901b6da35b9acee2cc993e4b99b0ed609e6d68eefd6df5fff5ae4b63ef2267fd0606b2f5e29b56da4d40cf49a41c433ab58570a561
 SHA512 
78b5bd9d35c2fc9c1d9fe3954b439e56cfee48f2b73a95a2c08a53c3a66143938ba162f2d2ba29c8af989565c920756cab605ae772d73828a3dd5a41fc6d30c2
 DIST streamlink-0.11.0.tar.gz 30718822 BLAKE2B 
cbda2783bed0e7d721dad44ca8815fa862531fdff84007245a76205dd869098d9ef2d371035e784e1d002497bbbcf8268aa4ee94c63fdc0f16082cf55d878b8f
 SHA512 
a62e906f7b37c9cd33ce5e7d5d84bfee9fa8ca5ddd4699e4985ed932147a346188026fd868b30e6b26ce6b5806217f838bbf8191074f9b0271dd87aaee501f7f
+DIST streamlink-0.14.2.tar.gz 643695 BLAKE2B 
ea28daac32903738206226bce85a4615338b6039be1e4cce18325e977112c3301d6e6ed90d1210f4f362c898397fd980c136a98d8a0d5ff7ee2b6c5cf077f2c6
 SHA512 
0d9f1db32915392f9d29bcfb40743058352a924435a8ee77f1218c108e937204e88041c908d2f93546beaa70e18db62c961ea31fbdd85c5e7e4315a18118e276
 DIST streamlink-0.4.0.tar.gz 30674625 BLAKE2B 
301ff7e2086425604c59d12063cd5b14f789dc39249bba96faedb0fece663f9e5d65f1f696d40f92f07a95a9edd5c915c71d22dcd1afb378cc000bac6eeebd5e
 SHA512 
58a4110b1e6b20f0b05842ee8450a93d646d523a284cf60ad878b460b8e80081d78658f5abb67744609cfdd0a88ebbf97faf6453b2b53709f259e4f9cc093eed
 DIST streamlink-0.6.0.tar.gz 30696706 BLAKE2B 
d735c9605b1d0bb9aa6c52c145b1ee3d9645d5a1be0ab0bbc4a84a3e9c5b527a8a35f3d61c2bc5e51d1549f6328802e13ca83231c08bebc90496144fb25c7dfe
 SHA512 
b9f75bfd2cab577688ed84a6c690f776b2e3af38fa60edb7f2fd73f2c25246c81098652180c3adae61eec8798a7805988cad01c366989a961efdb1e12578af49
 DIST streamlink-0.7.0.tar.gz 30709251 BLAKE2B 
215a8aa8b273e9b46fb86020dd53cb15bd19cb3de77e0b6e4a124916b964077a012cec5358d81707782834031490921fcae8a3a8321b70a43a4b538321eac06e
 SHA512 
6e908229295c4d129d2bb9bfc26c76b20d45c2c9dc8193528a259c572cddd4ea620f9f903fb639ddad206bcad05a416ccc50328d01489a7684ec724a8cf1c3c1

diff --git a/net-misc/streamlink/streamlink-0.14.2.ebuild 
b/net-misc/streamlink/streamlink-0.14.2.ebuild
new file mode 100644
index 000..29939af76eb
--- /dev/null
+++ b/net-misc/streamlink/streamlink-0.14.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE='xml(+),threads(+)'
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="CLI for extracting streams from websites to a video player of 
your choice"
+HOMEPAGE="https://streamlink.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="BSD-2 Apache-2.0"
+SLOT="0"
+IUSE="doc test"
+
+RDEPEND="
+   virtual/python-futures[${PYTHON_USEDEP}]
+   virtual/python-singledispatch[${PYTHON_USEDEP}]
+   >dev-python/requests-2.17.1[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/websocket-client[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-shutil_which[${PYTHON_USEDEP}]' 'python2*')
+   $(python_gen_cond_dep 
'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*')
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   )"
+RDEPEND="${RDEPEND}
+   media-video/rtmpdump
+   virtual/ffmpeg
+"

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

2018-09-12 Thread Mart Raudsepp
commit: 6d82f0c61f0e8035ee221219a2ef319cabb8c6d5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 12 18:21:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 12 18:22:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d82f0c6

net-misc/streamlink: remove old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/streamlink/Manifest |  6 ---
 net-misc/streamlink/streamlink-0.1.0.ebuild  | 39 --
 net-misc/streamlink/streamlink-0.11.0.ebuild | 59 
 net-misc/streamlink/streamlink-0.4.0.ebuild  | 51 
 net-misc/streamlink/streamlink-0.6.0.ebuild  | 51 
 net-misc/streamlink/streamlink-0.7.0.ebuild  | 54 -
 net-misc/streamlink/streamlink-0.9.0.ebuild  | 59 
 7 files changed, 319 deletions(-)

diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index 5386c76826f..9c6a7457aeb 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -1,7 +1 @@
-DIST streamlink-0.1.0.tar.gz 960622 BLAKE2B 
8d035784fc3585c738135a901b6da35b9acee2cc993e4b99b0ed609e6d68eefd6df5fff5ae4b63ef2267fd0606b2f5e29b56da4d40cf49a41c433ab58570a561
 SHA512 
78b5bd9d35c2fc9c1d9fe3954b439e56cfee48f2b73a95a2c08a53c3a66143938ba162f2d2ba29c8af989565c920756cab605ae772d73828a3dd5a41fc6d30c2
-DIST streamlink-0.11.0.tar.gz 30718822 BLAKE2B 
cbda2783bed0e7d721dad44ca8815fa862531fdff84007245a76205dd869098d9ef2d371035e784e1d002497bbbcf8268aa4ee94c63fdc0f16082cf55d878b8f
 SHA512 
a62e906f7b37c9cd33ce5e7d5d84bfee9fa8ca5ddd4699e4985ed932147a346188026fd868b30e6b26ce6b5806217f838bbf8191074f9b0271dd87aaee501f7f
 DIST streamlink-0.14.2.tar.gz 643695 BLAKE2B 
ea28daac32903738206226bce85a4615338b6039be1e4cce18325e977112c3301d6e6ed90d1210f4f362c898397fd980c136a98d8a0d5ff7ee2b6c5cf077f2c6
 SHA512 
0d9f1db32915392f9d29bcfb40743058352a924435a8ee77f1218c108e937204e88041c908d2f93546beaa70e18db62c961ea31fbdd85c5e7e4315a18118e276
-DIST streamlink-0.4.0.tar.gz 30674625 BLAKE2B 
301ff7e2086425604c59d12063cd5b14f789dc39249bba96faedb0fece663f9e5d65f1f696d40f92f07a95a9edd5c915c71d22dcd1afb378cc000bac6eeebd5e
 SHA512 
58a4110b1e6b20f0b05842ee8450a93d646d523a284cf60ad878b460b8e80081d78658f5abb67744609cfdd0a88ebbf97faf6453b2b53709f259e4f9cc093eed
-DIST streamlink-0.6.0.tar.gz 30696706 BLAKE2B 
d735c9605b1d0bb9aa6c52c145b1ee3d9645d5a1be0ab0bbc4a84a3e9c5b527a8a35f3d61c2bc5e51d1549f6328802e13ca83231c08bebc90496144fb25c7dfe
 SHA512 
b9f75bfd2cab577688ed84a6c690f776b2e3af38fa60edb7f2fd73f2c25246c81098652180c3adae61eec8798a7805988cad01c366989a961efdb1e12578af49
-DIST streamlink-0.7.0.tar.gz 30709251 BLAKE2B 
215a8aa8b273e9b46fb86020dd53cb15bd19cb3de77e0b6e4a124916b964077a012cec5358d81707782834031490921fcae8a3a8321b70a43a4b538321eac06e
 SHA512 
6e908229295c4d129d2bb9bfc26c76b20d45c2c9dc8193528a259c572cddd4ea620f9f903fb639ddad206bcad05a416ccc50328d01489a7684ec724a8cf1c3c1
-DIST streamlink-0.9.0.tar.gz 30720281 BLAKE2B 
b0a19f78f26908ff7b35cbcc3a95539969cb00e6b54c1cdb4c4c72685e77f9291ced933238708cfd4cdb6225c7dade4fd49e9a98a7092a1aff2d91297aacd951
 SHA512 
3d8aea95cd71968dc8a77eb1ad243abad10db76d6f9729498826876465e10ad2ac6204f26ec528d05ddd352236789ba8f8a86347abd50ed2d558b7ffc41349cd

diff --git a/net-misc/streamlink/streamlink-0.1.0.ebuild 
b/net-misc/streamlink/streamlink-0.1.0.ebuild
deleted file mode 100644
index 7ce96657145..000
--- a/net-misc/streamlink/streamlink-0.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="CLI for extracting streams from websites to a video player of 
your choice"
-HOMEPAGE="https://streamlink.github.io/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="doc test"
-
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   virtual/python-singledispatch[${PYTHON_USEDEP}]
-   media-video/rtmpdump"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( ${RDEPEND} )"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/net-misc/streamlink/streamlink-0.11.0.ebuild 
b/net-misc/streamlink/streamlink-0.11.0.ebuild
deleted file mode 100644
index 6096587d059..000
--- a/net-misc/streamlink/streamlink-0.11.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-

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

2018-09-12 Thread Matt Thode
commit: cb1320023c4b367677cb90fee9cfdfc5099e3bdc
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 12 18:10:15 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep 12 18:10:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb132002

net-analyzer/icinga2: more mysql/maria updates

Bug: https://bugs.gentoo.org/665944
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-analyzer/icinga2/icinga2-.ebuild | 19 ---
 net-analyzer/icinga2/metadata.xml|  1 +
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/net-analyzer/icinga2/icinga2-.ebuild 
b/net-analyzer/icinga2/icinga2-.ebuild
index 275130c94d6..c0f291e4ea2 100644
--- a/net-analyzer/icinga2/icinga2-.ebuild
+++ b/net-analyzer/icinga2/icinga2-.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://icinga.org/icinga2;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax 
+plugins systemd +vim-syntax"
+IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax 
+plugins postgres systemd +vim-syntax"
 WX_GTK_VER="3.0"
 
 CDEPEND="
@@ -26,10 +26,8 @@ CDEPEND="
libressl? ( dev-libs/libressl:0= )
>=dev-libs/boost-1.58-r1
console? ( dev-libs/libedit )
-   mysql? ( || (
-   dev-db/mariadb-connector-c
-   dev-db/mysql-connector-c )
-   )
+   mariadb? ( dev-db/mariadb-connector-c:= )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
dev-libs/yajl"
 
@@ -47,7 +45,7 @@ RDEPEND="
mail? ( virtual/mailx )
classicui? ( net-analyzer/icinga[web] )"
 
-REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
+REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
 
 want_apache2
 
@@ -118,7 +116,14 @@ src_install() {
newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/mysql.sql mysql.sql
docinto schema/upgrade
dodoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/upgrade/*
-   elif use postgres ; then
+   fi
+   if use mariadb ; then  # same as mysql
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/mysql.sql mysql.sql
+   docinto schema/upgrade
+   dodoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/upgrade/*
+   fi
+   if use postgres ; then
docinto schema
newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/pgsql.sql pgsql.sql
docinto schema/upgrade

diff --git a/net-analyzer/icinga2/metadata.xml 
b/net-analyzer/icinga2/metadata.xml
index b03390bc2e5..73dade68872 100644
--- a/net-analyzer/icinga2/metadata.xml
+++ b/net-analyzer/icinga2/metadata.xml
@@ -10,6 +10,7 @@
Adds support for line-editing in the 
console
Adds support for link time optimization
Allows for mailing of alerts
+   Enable support for the mariadb database 
backend
Adds support for Icinga-studio
Adds support for syntax used in the 
nano editor
Adds support for nagios plugins



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

2018-09-12 Thread Matt Thode
commit: c3ced381f4ffbab6980f551d8190c2618bf85873
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 12 17:42:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep 12 17:42:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ced381

net-analyzer/icinga2: update mysql/maria depend

Bug: https://bugs.gentoo.org/665944
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-analyzer/icinga2/icinga2-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/icinga2/icinga2-.ebuild 
b/net-analyzer/icinga2/icinga2-.ebuild
index 635111837e4..275130c94d6 100644
--- a/net-analyzer/icinga2/icinga2-.ebuild
+++ b/net-analyzer/icinga2/icinga2-.ebuild
@@ -26,7 +26,10 @@ CDEPEND="
libressl? ( dev-libs/libressl:0= )
>=dev-libs/boost-1.58-r1
console? ( dev-libs/libedit )
-   mysql? ( virtual/mysql )
+   mysql? ( || (
+   dev-db/mariadb-connector-c
+   dev-db/mysql-connector-c )
+   )
postgres? ( dev-db/postgresql:= )
dev-libs/yajl"
 



[gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/

2018-09-12 Thread Andreas Sturmlechner
commit: 95b2ef25060979a81810702b3d73bde870c7ba77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 12:10:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 17:27:29 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=95b2ef25

dev-libs/grantlee: Disable broken test

Closes: https://bugs.gentoo.org/661900
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/grantlee/grantlee-.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-libs/grantlee/grantlee-.ebuild 
b/dev-libs/grantlee/grantlee-.ebuild
index 1422ed74a8..0934bcd387 100644
--- a/dev-libs/grantlee/grantlee-.ebuild
+++ b/dev-libs/grantlee/grantlee-.ebuild
@@ -32,6 +32,12 @@ PATCHES=(
"${FILESDIR}/${PN}-5.1.0-slot.patch"
 )
 
+src_prepare() {
+   cmake-utils_src_prepare
+   sed -e '/testfilters/d' \
+   -i templates/tests/CMakeLists.txt || die # bug 661900
+}
+
 src_configure() {
local mycmakeargs=(
-DBUILD_TESTS=$(usex test)



[gentoo-commits] proj/kde:master commit in: kde-apps/kgoldrunner/

2018-09-12 Thread Andreas Sturmlechner
commit: 3e8098c7b5b5cf743a87125c7ee30cd09e5cfe30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 17:02:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 17:02:38 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e8098c7

kde-apps/kgoldrunner: Add missing RDEPEND

Package is using svg icons at runtime.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild | 1 +
 kde-apps/kgoldrunner/kgoldrunner-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild 
b/kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild
index dcc3ec6b09..1a14a6d12a 100644
--- a/kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild
+++ b/kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild
@@ -33,6 +33,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: kde-apps/okular/files/, kde-apps/okular/

2018-09-12 Thread Andreas Sturmlechner
commit: 4b320689d35ef7882a004844400070f26557b458
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 17:02:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 17:02:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b320689

kde-apps/okular: Drop duplicate patch

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 kde-apps/okular/files/okular-tests.patch | 112 ---
 kde-apps/okular/okular-18.04.3-r1.ebuild |   2 +-
 kde-apps/okular/okular-18.04.3.ebuild|   2 +-
 3 files changed, 2 insertions(+), 114 deletions(-)

diff --git a/kde-apps/okular/files/okular-tests.patch 
b/kde-apps/okular/files/okular-tests.patch
deleted file mode 100644
index 0e2cdaecd4a..000
--- a/kde-apps/okular/files/okular-tests.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-From 5f093fa9798ad30cda115cea573d18296696a0a9 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 12 Oct 2017 14:09:09 +0200
-Subject: [PATCH] Move tests into existing (auto)tests subdirectories
-

- generators/chm/CMakeLists.txt | 12 +++-
- generators/chm/autotests/CMakeLists.txt   |  8 
- generators/chm/autotests/chmgeneratortest.cpp |  2 +-
- generators/kimgio/CMakeLists.txt  |  6 +-
- generators/kimgio/tests/CMakeLists.txt|  5 +
- generators/kimgio/tests/kimgiotest.cpp|  2 +-
- 6 files changed, 19 insertions(+), 16 deletions(-)
- create mode 100644 generators/chm/autotests/CMakeLists.txt
- create mode 100644 generators/kimgio/tests/CMakeLists.txt
-
-diff --git a/generators/chm/CMakeLists.txt b/generators/chm/CMakeLists.txt
-index 9d82b9394..b3a33afe4 100644
 a/generators/chm/CMakeLists.txt
-+++ b/generators/chm/CMakeLists.txt
-@@ -30,15 +30,9 @@ set(okularGenerator_chmlib_SRCS
- okular_add_generator(okularGenerator_chmlib ${okularGenerator_chmlib_SRCS})
- target_link_libraries(okularGenerator_chmlib  okularcore ${CHM_LIBRARY} 
${LIBZIP_LIBRARY} KF5::KHtml)
- 
--### autotests ###
--
--add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
--ecm_add_test(autotests/chmgeneratortest.cpp
--TEST_NAME "chmgeneratortest"
--LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
--)
--
--target_compile_definitions(chmgeneratortest PRIVATE 
-DGENERATOR_PATH="$")
-+if(BUILD_TESTING)
-+   add_subdirectory(autotests)
-+endif()
- 
- ### install files ###
- install( FILES okularChm.desktop  DESTINATION  ${KDE_INSTALL_KSERVICES5DIR} )
-diff --git a/generators/chm/autotests/CMakeLists.txt 
b/generators/chm/autotests/CMakeLists.txt
-new file mode 100644
-index 0..59753ca45
 /dev/null
-+++ b/generators/chm/autotests/CMakeLists.txt
-@@ -0,0 +1,8 @@
-+add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/../" )
-+
-+ecm_add_test(chmgeneratortest.cpp
-+TEST_NAME "chmgeneratortest"
-+LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
-+)
-+
-+target_compile_definitions(chmgeneratortest PRIVATE 
-DGENERATOR_PATH="$")
-diff --git a/generators/chm/autotests/chmgeneratortest.cpp 
b/generators/chm/autotests/chmgeneratortest.cpp
-index 6b0b8efc7..25fd6631a 100644
 a/generators/chm/autotests/chmgeneratortest.cpp
-+++ b/generators/chm/autotests/chmgeneratortest.cpp
-@@ -34,7 +34,7 @@ void ChmGeneratorTest::initTestCase()
- {
- Okular::SettingsCore::instance( QStringLiteral("ChmGeneratorTest") );
- m_document = new Okular::Document( 0 );
--const QString testFile = QStringLiteral(KDESRCDIR 
"autotests/data/test.chm");
-+const QString testFile = QStringLiteral(KDESRCDIR "data/test.chm");
- QMimeDatabase db;
- const QMimeType mime = db.mimeTypeForFile( testFile );
- QCOMPARE( m_document->openDocument(testFile, QUrl(), mime), 
Okular::Document::OpenSuccess );
-diff --git a/generators/kimgio/CMakeLists.txt 
b/generators/kimgio/CMakeLists.txt
-index b8cac76df..49f893bc1 100644
 a/generators/kimgio/CMakeLists.txt
-+++ b/generators/kimgio/CMakeLists.txt
-@@ -13,13 +13,9 @@ okular_add_generator(okularGenerator_kimgio 
generator_kimgio.cpp)
- target_link_libraries(okularGenerator_kimgio okularcore KF5::KExiv2 KF5::I18n)
- 
- if(BUILD_TESTING)
--add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
--set( kimgiotest_SRCS tests/kimgiotest.cpp 
${CMAKE_SOURCE_DIR}/ui/pagepainter.cpp ${CMAKE_SOURCE_DIR}/ui/guiutils.cpp 
${CMAKE_SOURCE_DIR}/ui/debug_ui.cpp )
--ecm_add_test(${kimgiotest_SRCS} TEST_NAME "kimgiotest" LINK_LIBRARIES 
okularcore okularpart Qt5::Svg Qt5::Test)
--target_compile_definitions(kimgiotest PRIVATE 
-DGENERATOR_PATH="$")
-+   add_subdirectory(tests)
- endif()
- 
--
- ### install files ###
- install( FILES okularKimgio.desktop  DESTINATION  
${KDE_INSTALL_KSERVICES5DIR} )
- install( PROGRAMS okularApplication_kimgio.desktop 
org.kde.mobile.okular_kimgio.desktop  DESTINATION  ${KDE_INSTALL_APPDIR} )
-diff --git 

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

2018-09-12 Thread Andreas Sturmlechner
commit: 59d7ce5626dbdf84af2cd65331167d1172deaf6e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 16:02:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 16:56:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d7ce56

kde-apps/lskat: Punt bogus dep

Closes: https://bugs.gentoo.org/665808
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 kde-apps/lskat/lskat-18.04.3.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/kde-apps/lskat/lskat-18.04.3.ebuild 
b/kde-apps/lskat/lskat-18.04.3.ebuild
index a6f4868601a..c0113157d5b 100644
--- a/kde-apps/lskat/lskat-18.04.3.ebuild
+++ b/kde-apps/lskat/lskat-18.04.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="true"
 KDE_SELINUX_MODULE="games"
 inherit kde5
 
@@ -31,3 +31,8 @@ DEPEND="
 RDEPEND="${DEPEND}
!

[gentoo-commits] proj/kde:master commit in: kde-apps/lskat/, kde-apps/lskat/files/

2018-09-12 Thread Andreas Sturmlechner
commit: bff228d65d341fa4cbfec1651be626c316eb992c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 16:00:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 16:00:49 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bff228d6

kde-apps/lskat: Switch to pending upstream patch

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 kde-apps/lskat/files/lskat-18.08.1-deps.patch | 46 +++
 kde-apps/lskat/lskat-18.08.49..ebuild |  4 ++-
 kde-apps/lskat/lskat-.ebuild  |  5 +--
 3 files changed, 50 insertions(+), 5 deletions(-)

diff --git a/kde-apps/lskat/files/lskat-18.08.1-deps.patch 
b/kde-apps/lskat/files/lskat-18.08.1-deps.patch
new file mode 100644
index 00..c70f4014cd
--- /dev/null
+++ b/kde-apps/lskat/files/lskat-18.08.1-deps.patch
@@ -0,0 +1,46 @@
+From c0a0fc016d58a2b09967a71d6b0c025e4dee71c4 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Wed, 12 Sep 2018 17:42:44 +0200
+Subject: [PATCH] Drop unused dependencies
+
+Summary: Still builds, starts fine after the change.
+
+Reviewers: #kde_games
+
+Subscribers: kde-games-devel
+
+Differential Revision: https://phabricator.kde.org/D15457
+---
+ CMakeLists.txt | 5 +
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9764d9c..b22017e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -7,13 +7,11 @@ set (KF5_MIN_VERSION "5.30.0")
+ find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
+ 
+-find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml 
Quick QuickWidgets Svg Test)
++find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Gui Svg 
Widgets)
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+ Config
+-ConfigWidgets
+ CoreAddons
+ Crash
+-DBusAddons
+ DocTools
+ GuiAddons
+ I18n
+@@ -22,7 +20,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+ )
+ 
+ find_package(KF5KDEGames 4.9.0 REQUIRED)
+-find_package(Phonon4Qt5 CONFIG REQUIRED)
+ 
+ include(FeatureSummary)
+ include(ECMAddAppIcon)
+-- 
+2.19.0
+

diff --git a/kde-apps/lskat/lskat-18.08.49..ebuild 
b/kde-apps/lskat/lskat-18.08.49..ebuild
index 19ad403b0b..2e94064c91 100644
--- a/kde-apps/lskat/lskat-18.08.49..ebuild
+++ b/kde-apps/lskat/lskat-18.08.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="true"
 KDE_SELINUX_MODULE="games"
 inherit kde5
 
@@ -31,3 +31,5 @@ DEPEND="
 RDEPEND="${DEPEND}
!

[gentoo-commits] proj/kde:master commit in: kde-apps/kgoldrunner/, kde-apps/kgoldrunner/files/

2018-09-12 Thread Andreas Sturmlechner
commit: f229d5b9c73506a312dfde5ea427e2b247fd4ec3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 16:40:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 16:48:52 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f229d5b9

kde-apps/kgoldrunner: Switch to upstream pending patch

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/kgoldrunner-18.08.1-deps.patch   | 62 ++
 .../kgoldrunner/kgoldrunner-18.08.49..ebuild   |  2 +
 kde-apps/kgoldrunner/kgoldrunner-.ebuild   |  5 +-
 3 files changed, 65 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kgoldrunner/files/kgoldrunner-18.08.1-deps.patch 
b/kde-apps/kgoldrunner/files/kgoldrunner-18.08.1-deps.patch
new file mode 100644
index 00..7258aabb72
--- /dev/null
+++ b/kde-apps/kgoldrunner/files/kgoldrunner-18.08.1-deps.patch
@@ -0,0 +1,62 @@
+From 8ece3282220b67d44b02f6a4eddb5060333b0295 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Wed, 12 Sep 2018 18:32:52 +0200
+Subject: [PATCH] Drop unused dependencies, add implicit
+
+Test Plan: Still builds, starts fine after the change.
+
+Reviewers: #kde_games
+
+Subscribers: kde-games-devel
+
+Differential Revision: https://phabricator.kde.org/D15460
+---
+ CMakeLists.txt | 9 +
+ src/CMakeLists.txt | 1 +
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b9eb176..c7ea433 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -7,20 +7,21 @@ set (KF5_MIN_VERSION "5.30.0")
+ find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
+ 
+-find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml 
Quick QuickWidgets Svg Test)
++find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Gui Widgets)
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+-CoreAddons
+ Config
+ ConfigWidgets
++CoreAddons
+ Crash
+ DBusAddons
+ DocTools
+ I18n
+ KIO
+-XmlGui)
++WidgetsAddons
++XmlGui
++)
+ 
+ find_package(KF5KDEGames 4.9.0 REQUIRED)
+-find_package(Phonon4Qt5 CONFIG REQUIRED)
+ 
+ include_directories(BEFORE ${PHONON_INCLUDES})
+ 
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 54c6acb..15e65b0 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -34,6 +34,7 @@ target_link_libraries(kgoldrunner
+ KF5::DBusAddons
+ KF5::KIOCore
+ KF5::Crash
++KF5::WidgetsAddons
+ KF5::XmlGui
+ )
+ 
+-- 
+2.19.0
+

diff --git a/kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild 
b/kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild
index f63c91c491..dcc3ec6b09 100644
--- a/kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild
+++ b/kde-apps/kgoldrunner/kgoldrunner-18.08.49..ebuild
@@ -34,3 +34,5 @@ DEPEND="
 RDEPEND="${DEPEND}
!

[gentoo-commits] proj/kde:master commit in: kde-apps/kolf/files/, kde-apps/kolf/

2018-09-12 Thread Andreas Sturmlechner
commit: 1565dcd6efb5643711f477bee95b40a68a7358e8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 16:27:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 16:27:13 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1565dcd6

kde-apps/kolf: Switch to pending upstream patch

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 kde-apps/kolf/files/kolf-18.08.1-deps.patch | 38 +
 kde-apps/kolf/kolf-18.08.49..ebuild |  5 +++-
 kde-apps/kolf/kolf-.ebuild  |  4 ++-
 3 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kolf/files/kolf-18.08.1-deps.patch 
b/kde-apps/kolf/files/kolf-18.08.1-deps.patch
new file mode 100644
index 00..a6b89b4023
--- /dev/null
+++ b/kde-apps/kolf/files/kolf-18.08.1-deps.patch
@@ -0,0 +1,38 @@
+From d5220258e7e652a6544cf80b2375c3fa185b1152 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Wed, 12 Sep 2018 18:12:14 +0200
+Subject: [PATCH] Fix dependencies: add implicit, drop unused
+
+---
+ CMakeLists.txt | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 0221b84..d195569 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -7,18 +7,19 @@ set (KF5_MIN_VERSION "5.30.0")
+ find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
+ 
+-find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets )
++find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Gui Widgets)
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
++Completion
+ Config
+ ConfigWidgets
+ CoreAddons
+ Crash
+ DBusAddons
++DocTools
+ I18n
+ KDELibs4Support
+ KIO
+ WidgetsAddons
+-WindowSystem
+ XmlGui
+ )
+ 
+-- 
+2.19.0
+

diff --git a/kde-apps/kolf/kolf-18.08.49..ebuild 
b/kde-apps/kolf/kolf-18.08.49..ebuild
index 473aca0df4..003cc9de03 100644
--- a/kde-apps/kolf/kolf-18.08.49..ebuild
+++ b/kde-apps/kolf/kolf-18.08.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 KDE_SELINUX_MODULE="games"
 inherit kde5
 
@@ -29,7 +29,10 @@ DEPEND="
$(add_kdeapps_dep libkdegames)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
+   media-libs/phonon
 "
 RDEPEND="${DEPEND}
!kde-apps/kde4-l10n
 "
+
+PATCHES=( "${FILESDIR}/${PN}-18.08.1-deps.patch" )

diff --git a/kde-apps/kolf/kolf-.ebuild b/kde-apps/kolf/kolf-.ebuild
index 6bf1767a4b..003cc9de03 100644
--- a/kde-apps/kolf/kolf-.ebuild
+++ b/kde-apps/kolf/kolf-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 KDE_SELINUX_MODULE="games"
 inherit kde5
 
@@ -34,3 +34,5 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-apps/kde4-l10n
 "
+
+PATCHES=( "${FILESDIR}/${PN}-18.08.1-deps.patch" )



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

2018-09-12 Thread Lars Wendler
commit: c9a5de620fd97062367f197f6d8c0d9fa231a768
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 12 16:08:41 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 12 16:09:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a5de62

sys-apps/fwupd: Removed old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-apps/fwupd/Manifest  |   2 -
 sys-apps/fwupd/fwupd-1.0.8-r1.ebuild | 101 -
 sys-apps/fwupd/fwupd-1.1.0-r1.ebuild | 121 ---
 sys-apps/fwupd/fwupd-1.1.1.ebuild| 121 ---
 sys-apps/fwupd/metadata.xml  |   1 -
 5 files changed, 346 deletions(-)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index bdc82048d58..699d78da29c 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,4 +1,2 @@
-DIST fwupd-1.0.8.tar.gz 1584132 BLAKE2B 
7744d14a02bd9847c0c1efe8ff8365abccf9d5213150687815d3e1236844ec71dbf161e5f5d7be32103c3613640680b5b2a017f1a60a30df93fc55bf5d765f74
 SHA512 
11bdc1dd77697b690e849bde59e54cf289cde32f410f9f7e8911a874f0a265b091ac2e335f784f54b64f835f2750a63a74092cc5eaf7a6c70eaa6d06995d131e
-DIST fwupd-1.1.0.tar.gz 1636214 BLAKE2B 
492c33eb54852dd7d73f511dd6e5aa222b35e1898105bbfb291e1095c3968101597185cff2a1889e9da5728fdd0c8d4638e7e2102b12cf7659a1b6612ca0e9b7
 SHA512 
058d4564cf922b5056f6197261d77b97db7238a1658d69d9b29bec70a44542a5a131071935747e0cc963661a61b242ca98375ed8da920f819d37a706aec0c2ae
 DIST fwupd-1.1.1.tar.gz 1669430 BLAKE2B 
92073f1e3b6c6b68da48de792d58d218c0b0bfce2a3765c257253d6fb93974dccadc2ae71ab6275d0e9ad6775642eba1e2613ad2a3f11cd4d4225affdedc7561
 SHA512 
b825b565b6c85bbf703352eb0aff40de8e348c96537316373de718faf82bbdd425ba1b8091d1ab4b5403f2fbe46ceda45a502a5fea4ad3bd51e6cc5a2aad6ddc
 DIST fwupd-1.1.2.tar.gz 1690384 BLAKE2B 
988c27dbc522b27f03c94072aa85930f77d5b115aea93e485e9da853cea4f37a44aa6f8af542b24e5cd2f1ba65f4ede52e2f15dc2a366d2fa27370d8bda76164
 SHA512 
f9ca8d34608ee7b7fd2047c9897a898a8680da096db2fb123e698c9b5443d4285d91d67aa1fb928f3c653e9a6d3646a0228a0a630f9262b80e47525591b5659e

diff --git a/sys-apps/fwupd/fwupd-1.0.8-r1.ebuild 
b/sys-apps/fwupd/fwupd-1.0.8-r1.ebuild
deleted file mode 100644
index da2b82c2bba..000
--- a/sys-apps/fwupd/fwupd-1.0.8-r1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Package requires newer meson than eclass provides
-MESON_AUTO_DEPEND="no"
-PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
-
-inherit meson python-single-r1 vala xdg-utils
-
-DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
-HOMEPAGE="https://fwupd.org;
-SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="colorhug dell doc gpg +man pkcs7 systemd test uefi uefi_labels"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   app-arch/libarchive:=
-   dev-db/sqlite
-   >=dev-libs/appstream-glib-0.7.4:=[introspection]
-   >=dev-libs/glib-2.45.8:2
-   dev-libs/libgpg-error
-   dev-libs/libgudev:=
-   >=dev-libs/libgusb-0.2.9[introspection]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
-   >=net-libs/libsoup-2.51.92:2.4[introspection]
-   >=sys-auth/polkit-0.103
-   virtual/libelf:0=
-   colorhug? ( >=x11-misc/colord-1.2.12:0= )
-   dell? (
-   sys-libs/efivar
-   >=sys-libs/libsmbios-2.3.3
-   )
-   gpg? (
-   app-crypt/gpgme
-   dev-libs/libgpg-error
-   )
-   pkcs7? ( >=net-libs/gnutls-3.4.4.1:= )
-   systemd? ( >=sys-apps/systemd-231 )
-   !systemd? ( >=sys-auth/consolekit-1.0.0 )
-   uefi? ( >=sys-apps/fwupdate-10 )
-   uefi_labels? (
-   x11-libs/pango
-   x11-libs/cairo
-   media-libs/freetype
-   media-libs/fontconfig
-   media-fonts/dejavu
-   media-fonts/source-han-sans
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   app-arch/gcab
-   app-arch/libarchive
-   >=dev-util/meson-0.41.0
-   >=dev-util/ninja-1.7.2
-   virtual/pkgconfig
-   $(vala_depend)
-   doc? ( dev-util/gtk-doc )
-   man? ( app-text/docbook-sgml-utils )
-   test? ( net-libs/gnutls[tools] )
-"
-
-REQUIRED_USE="dell? ( uefi )"
-
-src_prepare() {
-   default
-   sed -i -e "s/'--create'/'--absolute-name', '--create'/" 
data/tests/builder/meson.build || die
-   vala_src_prepare
-}
-
-src_configure() {
-   xdg_environment_reset
-   local emesonargs=(
-   -Dconsolekit="$(usex systemd false true)"
-   -Dgpg="$(usex gpg true false)"
-   -Dgtkdoc="$(usex doc true 

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

2018-09-12 Thread Lars Wendler
commit: 9f4aa6fba78eb489aa48b024ff372e24de1c7f49
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 12 16:07:13 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 12 16:09:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4aa6fb

sys-apps/fwupd: Bump to version 1.1.2

Closes: https://bugs.gentoo.org/665678
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-apps/fwupd/Manifest   |   1 +
 sys-apps/fwupd/fwupd-1.1.2.ebuild | 124 ++
 sys-apps/fwupd/metadata.xml   |   1 +
 3 files changed, 126 insertions(+)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index 035461c44d0..bdc82048d58 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,3 +1,4 @@
 DIST fwupd-1.0.8.tar.gz 1584132 BLAKE2B 
7744d14a02bd9847c0c1efe8ff8365abccf9d5213150687815d3e1236844ec71dbf161e5f5d7be32103c3613640680b5b2a017f1a60a30df93fc55bf5d765f74
 SHA512 
11bdc1dd77697b690e849bde59e54cf289cde32f410f9f7e8911a874f0a265b091ac2e335f784f54b64f835f2750a63a74092cc5eaf7a6c70eaa6d06995d131e
 DIST fwupd-1.1.0.tar.gz 1636214 BLAKE2B 
492c33eb54852dd7d73f511dd6e5aa222b35e1898105bbfb291e1095c3968101597185cff2a1889e9da5728fdd0c8d4638e7e2102b12cf7659a1b6612ca0e9b7
 SHA512 
058d4564cf922b5056f6197261d77b97db7238a1658d69d9b29bec70a44542a5a131071935747e0cc963661a61b242ca98375ed8da920f819d37a706aec0c2ae
 DIST fwupd-1.1.1.tar.gz 1669430 BLAKE2B 
92073f1e3b6c6b68da48de792d58d218c0b0bfce2a3765c257253d6fb93974dccadc2ae71ab6275d0e9ad6775642eba1e2613ad2a3f11cd4d4225affdedc7561
 SHA512 
b825b565b6c85bbf703352eb0aff40de8e348c96537316373de718faf82bbdd425ba1b8091d1ab4b5403f2fbe46ceda45a502a5fea4ad3bd51e6cc5a2aad6ddc
+DIST fwupd-1.1.2.tar.gz 1690384 BLAKE2B 
988c27dbc522b27f03c94072aa85930f77d5b115aea93e485e9da853cea4f37a44aa6f8af542b24e5cd2f1ba65f4ede52e2f15dc2a366d2fa27370d8bda76164
 SHA512 
f9ca8d34608ee7b7fd2047c9897a898a8680da096db2fb123e698c9b5443d4285d91d67aa1fb928f3c653e9a6d3646a0228a0a630f9262b80e47525591b5659e

diff --git a/sys-apps/fwupd/fwupd-1.1.2.ebuild 
b/sys-apps/fwupd/fwupd-1.1.2.ebuild
new file mode 100644
index 000..15eb3c3c8b0
--- /dev/null
+++ b/sys-apps/fwupd/fwupd-1.1.2.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Package requires newer meson than eclass provides
+MESON_AUTO_DEPEND="no"
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit meson python-single-r1 vala xdg-utils
+
+DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
+HOMEPAGE="https://fwupd.org;
+SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="colorhug dell doc gpg +man nvme pkcs7 redfish systemd test thunderbolt 
uefi"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dell? ( uefi )
+"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-arch/libarchive:=
+   dev-db/sqlite
+   >=dev-libs/appstream-glib-0.7.4:=[introspection]
+   >=dev-libs/glib-2.45.8:2
+   dev-libs/libgpg-error
+   dev-libs/libgudev:=
+   >=dev-libs/libgusb-0.2.9[introspection]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   >=net-libs/libsoup-2.51.92:2.4[introspection]
+   >=sys-auth/polkit-0.103
+   virtual/libelf:0=
+   colorhug? ( >=x11-misc/colord-1.2.12:0= )
+   dell? (
+   sys-libs/efivar
+   >=sys-libs/libsmbios-2.4.0
+   )
+   gpg? (
+   app-crypt/gpgme
+   dev-libs/libgpg-error
+   )
+   nvme? ( sys-libs/efivar )
+   pkcs7? ( >=net-libs/gnutls-3.4.4.1:= )
+   redfish? (
+   dev-libs/json-glib
+   sys-libs/efivar
+   )
+   systemd? ( >=sys-apps/systemd-211 )
+   !systemd? ( >=sys-auth/consolekit-1.0.0 )
+   thunderbolt? ( sys-apps/thunderbolt-software-user-space )
+   uefi? (
+   media-libs/fontconfig
+   media-libs/freetype
+   sys-boot/gnu-efi
+   >=sys-libs/efivar-33
+   x11-libs/cairo
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   app-arch/gcab
+   app-arch/libarchive
+   >=dev-util/meson-0.41.0
+   >=dev-util/ninja-1.7.2
+   virtual/pkgconfig
+   $(vala_depend)
+   doc? ( dev-util/gtk-doc )
+   man? ( app-text/docbook-sgml-utils )
+   nvme? ( >=sys-kernel/linux-headers-4.4 )
+   test? ( net-libs/gnutls[tools] )
+"
+
+# required for fwupd daemon to run.
+# NOT a build time dependency. The build system does not check for dbus.
+PDEPEND="sys-apps/dbus"
+
+src_prepare() {
+   default
+   sed -e "s/'--create'/'--absolute-name', '--create'/" \
+   -i data/tests/builder/meson.build || die
+   sed -e "/'-Werror',/d" \
+   -i 

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

2018-09-12 Thread Andreas Sturmlechner
commit: 84ad431abf46c3733d03e35889f0062cdf38d753
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 15:54:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 15:54:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ad431a

media-libs/freeimage: Put back eutils

Even though no function is used, at least one patch fails without.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/media-libs/freeimage/freeimage-3.15.4-r1.ebuild 
b/media-libs/freeimage/freeimage-3.15.4-r1.ebuild
index bd41031de0c..f79cd6ac5c1 100644
--- a/media-libs/freeimage/freeimage-3.15.4-r1.ebuild
+++ b/media-libs/freeimage/freeimage-3.15.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit toolchain-funcs
+inherit eutils toolchain-funcs
 
 MY_PN=FreeImage
 MY_PV=${PV//.}



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

2018-09-12 Thread Andreas Sturmlechner
commit: 88dafabe41dc874c2db7c83b11221a67df24ccc8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 15:32:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 15:32:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88dafabe

media-gfx/wkhtmltopdf: 0.12.5 version bump

Closes: https://bugs.gentoo.org/665744
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-gfx/wkhtmltopdf/Manifest  |  1 +
 media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.5.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/media-gfx/wkhtmltopdf/Manifest b/media-gfx/wkhtmltopdf/Manifest
index cb592d393e3..1ad4a25859c 100644
--- a/media-gfx/wkhtmltopdf/Manifest
+++ b/media-gfx/wkhtmltopdf/Manifest
@@ -1 +1,2 @@
 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/wkhtmltopdf-0.12.5.ebuild 
b/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.5.ebuild
new file mode 100644
index 000..3fb400e2f18
--- /dev/null
+++ b/media-gfx/wkhtmltopdf/wkhtmltopdf-0.12.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+DESCRIPTION="Convert html to pdf (and various image formats) using webkit"
+HOMEPAGE="https://wkhtmltopdf.org/ https://github.com/wkhtmltopdf/wkhtmltopdf/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwebkit:5[printsupport]
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+   dev-qt/qtxmlpatterns:5
+"
+
+src_prepare() {
+   default
+   sed -i "s:\(INSTALLBASE/\)lib:\1$(get_libdir):" src/lib/lib.pro || die
+}
+
+src_configure() {
+   eqmake5 INSTALLBASE=/usr
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   use examples && dodoc -r examples
+   einstalldocs
+}



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

2018-09-12 Thread Andreas Sturmlechner
commit: 55e9cfd3310c399d15d2464f41d7062da4bececd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 15:03:41 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 15:05:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e9cfd3

profiles: x86: Unmask media-video/vlc[aribsub]

Bug: https://bugs.gentoo.org/665048

 profiles/arch/x86/package.use.mask | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 89f51899898..09f7bd9e89a 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -9,8 +9,7 @@ sci-electronics/kicad oce
 
 # Andreas Sturmlechner  (01 Sep 2018)
 # media-libs/libaom not yet keyworded
-# media-libs/aribb24 not yet keyworded, bug #665048
-media-video/vlc aom aribsub
+media-video/vlc aom
 
 # Ben Kohler  (23 Aug 2018)
 # Unmask iwd support where net-wireless/iwd is keyworded



[gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/

2018-09-12 Thread Thomas Deutschmann
commit: 03cefd68c208739d86bb80959660ee5c97653a76
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 14:45:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 14:45:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cefd68

sys-devel/bison: m68k/s390/sh stable (bug #664926)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-devel/bison/bison-3.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/bison/bison-3.0.5-r1.ebuild 
b/sys-devel/bison/bison-3.0.5-r1.ebuild
index 520cbfb0095..84a3d5d1770 100644
--- a/sys-devel/bison/bison-3.0.5-r1.ebuild
+++ b/sys-devel/bison/bison-3.0.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-2"
 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 ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="examples nls static test"
 
 RDEPEND=">=sys-devel/m4-1.4.16"



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

2018-09-12 Thread Thomas Deutschmann
commit: a571a7367c3641d2daa6d1c7005a0eb0deefa000
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 14:39:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 14:39:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a571a736

dev-util/gnome-builder: x86 keyworded (bug #664922)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/gnome-builder/gnome-builder-3.28.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gnome-builder/gnome-builder-3.28.4.ebuild 
b/dev-util/gnome-builder/gnome-builder-3.28.4.ebuild
index 9fb20da3c55..922951ae287 100644
--- a/dev-util/gnome-builder/gnome-builder-3.28.4.ebuild
+++ b/dev-util/gnome-builder/gnome-builder-3.28.4.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Builder;
 # FIXME: Review licenses at some point
 LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="clang +devhelp doc +git gtk-doc sysprof vala webkit"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2018-09-12 Thread Thomas Deutschmann
commit: 1a4314a90843f96252296a38737008b69ff92a90
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 14:38:10 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 14:38:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4314a9

dev-libs/jsonrpc-glib: x86 keyworded (bug #664922)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/jsonrpc-glib/jsonrpc-glib-3.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jsonrpc-glib/jsonrpc-glib-3.28.1.ebuild 
b/dev-libs/jsonrpc-glib/jsonrpc-glib-3.28.1.ebuild
index 1a70d33d2b6..e7924319fe5 100644
--- a/dev-libs/jsonrpc-glib/jsonrpc-glib-3.28.1.ebuild
+++ b/dev-libs/jsonrpc-glib/jsonrpc-glib-3.28.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/jsonrpc-glib;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 IUSE="gtk-doc +introspection test vala"
 REQUIRED_USE="vala? ( introspection )"



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

2018-09-12 Thread Thomas Deutschmann
commit: e0c9efcc6de1356da4d16e4128c1842a23fdf1c3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 14:37:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 14:37:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c9efcc

media-libs/aribb24: x86 keyworded (bug #665048)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/media-libs/aribb24/aribb24-1.0.3.ebuild 
b/media-libs/aribb24/aribb24-1.0.3.ebuild
index 9b5325fa0aa..96f99da4006 100644
--- a/media-libs/aribb24/aribb24-1.0.3.ebuild
+++ b/media-libs/aribb24/aribb24-1.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nkoriyama/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="media-libs/libpng:0="
 DEPEND="${RDEPEND}



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

2018-09-12 Thread Thomas Deutschmann
commit: 530af734e6094a3ddf17aef68d13d048240f4e31
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 14:37:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 14:37:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530af734

app-misc/asciinema: x86 keyworded (bug #663920)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-misc/asciinema/asciinema-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/asciinema/asciinema-2.0.1.ebuild 
b/app-misc/asciinema/asciinema-2.0.1.ebuild
index 67995e5b2ef..a406e3c2180 100644
--- a/app-misc/asciinema/asciinema-2.0.1.ebuild
+++ b/app-misc/asciinema/asciinema-2.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2018-09-12 Thread Thomas Deutschmann
commit: 5b4503d02548ea695ca02edeeb4d63f533b9d8b4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 14:39:30 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 14:39:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4503d0

sci-libs/oce: x86 keyworded (bug #665432)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/sci-libs/oce/oce-0.18.3.ebuild b/sci-libs/oce/oce-0.18.3.ebuild
index 90829fcdfbb..69c85c7057f 100644
--- a/sci-libs/oce/oce-0.18.3.ebuild
+++ b/sci-libs/oce/oce-0.18.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tpaviot/oce/archive/OCE-$PV.tar.gz;
 
 LICENSE="|| ( Open-CASCADE-LGPL-2.1-Exception-1.0 LGPL-2.1 )"
 SLOT="${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="examples freeimage gl2ps +openmp tbb vtk"
 REQUIRED_USE="?? ( openmp tbb )"
 



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

2018-09-12 Thread Thomas Deutschmann
commit: 47edb4d6cb4a85440b447c03e971ed2a879ff002
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 14:37:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 14:37:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47edb4d6

dev-libs/libdazzle: x86 keyworded (bug #664922)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-libs/libdazzle/libdazzle-3.28.5.ebuild 
b/dev-libs/libdazzle/libdazzle-3.28.5.ebuild
index 9dddb0f7f83..c769ee0bf0c 100644
--- a/dev-libs/libdazzle/libdazzle-3.28.5.ebuild
+++ b/dev-libs/libdazzle/libdazzle-3.28.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libdazzle;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 IUSE="gtk-doc +introspection test vala"
 REQUIRED_USE="vala? ( introspection )"



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

2018-09-12 Thread Thomas Deutschmann
commit: 4824ff948f0afb7cccd53b26cd4417cd3290fff2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 12 14:38:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 12 14:38:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4824ff94

dev-libs/template-glib: x86 keyworded (bug #664922)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/template-glib/template-glib-3.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/template-glib/template-glib-3.28.0.ebuild 
b/dev-libs/template-glib/template-glib-3.28.0.ebuild
index 319031f57b3..84f99526934 100644
--- a/dev-libs/template-glib/template-glib-3.28.0.ebuild
+++ b/dev-libs/template-glib/template-glib-3.28.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/template-glib;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 IUSE="gtk-doc +introspection vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] data/api:master commit in: files/gentoo-keys/seeds/

2018-09-12 Thread Brian Dolbec
commit: 87d387617ce6219872d0c0ebf8f6de2500ed4de1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Sep 12 14:32:54 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Sep 12 14:32:54 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=87d38761

Gentoo-keys: Update gentoo-devs.seeds

 files/gentoo-keys/seeds/gentoo-devs.seeds |   4 ++--
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 662 -> 662 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
index 91f0c9a..8897de4 100644
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds
+++ b/files/gentoo-keys/seeds/gentoo-devs.seeds
@@ -1279,11 +1279,11 @@
 }, 
 "maffblaster": {
 "fingerprint": [
-"771172C0FCD2C8F933C4D2460167D2D1C388917C"
+"B9BA1514FFBDAEB2FC8C14BA7656DA1BCB1ED4F1"
 ], 
 "keydir": "maffblaster", 
 "keys": [
-"771172C0FCD2C8F933C4D2460167D2D1C388917C"
+"B9BA1514FFBDAEB2FC8C14BA7656DA1BCB1ED4F1"
 ], 
 "name": "Matthew Marchese", 
 "nick": "maffblaster", 

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
index 4e5b79d..7ad7bf9 100644
Binary files a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig and 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig differ



[gentoo-commits] proj/gkey-seeds:master commit in: /

2018-09-12 Thread Brian Dolbec
commit: b6884935c0a788f45f09cf06ebd09ce2a3de253b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Sep 12 14:32:42 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Sep 12 14:32:42 2018 +
URL:https://gitweb.gentoo.org/proj/gkey-seeds.git/commit/?id=b6884935

Gentoo-keys: Update gentoo-devs.seeds

 gentoo-devs.seeds |   4 ++--
 gentoo-devs.seeds.sig | Bin 662 -> 662 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentoo-devs.seeds b/gentoo-devs.seeds
index 91f0c9a..8897de4 100644
--- a/gentoo-devs.seeds
+++ b/gentoo-devs.seeds
@@ -1279,11 +1279,11 @@
 }, 
 "maffblaster": {
 "fingerprint": [
-"771172C0FCD2C8F933C4D2460167D2D1C388917C"
+"B9BA1514FFBDAEB2FC8C14BA7656DA1BCB1ED4F1"
 ], 
 "keydir": "maffblaster", 
 "keys": [
-"771172C0FCD2C8F933C4D2460167D2D1C388917C"
+"B9BA1514FFBDAEB2FC8C14BA7656DA1BCB1ED4F1"
 ], 
 "name": "Matthew Marchese", 
 "nick": "maffblaster", 

diff --git a/gentoo-devs.seeds.sig b/gentoo-devs.seeds.sig
index 4e5b79d..7ad7bf9 100644
Binary files a/gentoo-devs.seeds.sig and b/gentoo-devs.seeds.sig differ



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

2018-09-12 Thread Andreas Sturmlechner
commit: dc2cc9062bcc0ccfb1829add054b3fd3e719eb2f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 14:27:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 14:27:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2cc906

dev-qt/qtwebkit: Fix invalid SRC_URI

Snapshot capability was probably shut down upstream.

Closes: https://bugs.gentoo.org/665374
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
index 038f92f9ecc..4d9b8362f17 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
@@ -12,7 +12,7 @@ inherit check-reqs cmake-utils flag-o-matic python-any-r1 
qmake-utils ruby-singl
 
 DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)"
 HOMEPAGE="https://www.qt.io/;
-SRC_URI="http://code.qt.io/cgit/qt/${PN}.git/snapshot/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BSD LGPL-2+"
 SLOT="5/5.212"



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

2018-09-12 Thread Andreas Sturmlechner
commit: 5500e52cc6aaa69628839246171dea97ae83b54d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 13:49:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 13:49:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5500e52c

media-libs/libde265: Add USE=libav, restore keywords

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/libde265/libde265-1.0.3.ebuild | 6 +++---
 media-libs/libde265/libde265-.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-libs/libde265/libde265-1.0.3.ebuild 
b/media-libs/libde265/libde265-1.0.3.ebuild
index 90112fb2fd0..6af70da4089 100644
--- a/media-libs/libde265/libde265-1.0.3.ebuild
+++ b/media-libs/libde265/libde265-1.0.3.ebuild
@@ -20,12 +20,12 @@ HOMEPAGE="https://github.com/strukturag/libde265;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="cpu_flags_x86_sse debug qt5 static-libs"
+IUSE="cpu_flags_x86_sse debug libav qt5 static-libs"
 
 DEPEND="
media-libs/libsdl[${MULTILIB_USEDEP}]
-   virtual/ffmpeg[${MULTILIB_USEDEP}]
+   !libav? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] )
+   libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5

diff --git a/media-libs/libde265/libde265-.ebuild 
b/media-libs/libde265/libde265-.ebuild
index 91cbdf94843..8b1ede09936 100644
--- a/media-libs/libde265/libde265-.ebuild
+++ b/media-libs/libde265/libde265-.ebuild
@@ -20,12 +20,12 @@ HOMEPAGE="https://github.com/strukturag/libde265;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="cpu_flags_x86_sse debug qt5 static-libs"
+IUSE="cpu_flags_x86_sse debug libav qt5 static-libs"
 
 DEPEND="
media-libs/libsdl[${MULTILIB_USEDEP}]
-   virtual/ffmpeg[${MULTILIB_USEDEP}]
+   !libav? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] )
+   libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5



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

2018-09-12 Thread Andreas Sturmlechner
commit: 542ec773a991348223730e7859e78f45c6b2c895
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 13:30:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 13:31:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542ec773

media-libs/libde265: Add missing MULTILIB_USEDEP, fix USE=qt5

Qt5 is not multilib enabled, so disable if !multilib_is_native_abi

Bug: https://bugs.gentoo.org/656772
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/libde265/libde265-1.0.3.ebuild | 24 
 media-libs/libde265/libde265-.ebuild  | 20 ++--
 2 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/media-libs/libde265/libde265-1.0.3.ebuild 
b/media-libs/libde265/libde265-1.0.3.ebuild
index c9de64e6a52..90112fb2fd0 100644
--- a/media-libs/libde265/libde265-1.0.3.ebuild
+++ b/media-libs/libde265/libde265-1.0.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
 inherit autotools multilib-minimal
 
@@ -13,8 +13,6 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/strukturag/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
-
-   PATCHES+=( "${FILESDIR}"/${P}-use-new-FFMPEG-enum-names.patch )
 fi
 
 DESCRIPTION="Open h.265 video codec implementation"
@@ -23,11 +21,11 @@ HOMEPAGE="https://github.com/strukturag/libde265;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug qt5 static-libs cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse debug qt5 static-libs"
 
 DEPEND="
-   media-libs/libsdl
-   virtual/ffmpeg
+   media-libs/libsdl[${MULTILIB_USEDEP}]
+   virtual/ffmpeg[${MULTILIB_USEDEP}]
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -36,6 +34,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES+=( "${FILESDIR}"/${P}-use-new-FFMPEG-enum-names.patch )
+
 src_prepare() {
default
 
@@ -52,10 +52,18 @@ multilib_src_configure() {
$(use_enable debug log-info)
$(use_enable debug log-debug)
$(use_enable debug log-trace)
-   $(use_enable qt5 dec265)
-   $(use_enable qt5 sherlock265)
--enable-log-error
)
+
+   if ! multilib_is_native_abi; then
+   myeconfargs+=( --disable-dec265 --disable-sherlock265 )
+   else
+   myeconfargs+=(
+   $(use_enable qt5 dec265)
+   $(use_enable qt5 sherlock265)
+   )
+   fi
+
econf "${myeconfargs[@]}"
 }
 

diff --git a/media-libs/libde265/libde265-.ebuild 
b/media-libs/libde265/libde265-.ebuild
index 271e443495b..91cbdf94843 100644
--- a/media-libs/libde265/libde265-.ebuild
+++ b/media-libs/libde265/libde265-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
 inherit autotools multilib-minimal
 
@@ -21,11 +21,11 @@ HOMEPAGE="https://github.com/strukturag/libde265;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug qt5 static-libs cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse debug qt5 static-libs"
 
 DEPEND="
-   media-libs/libsdl
-   virtual/ffmpeg
+   media-libs/libsdl[${MULTILIB_USEDEP}]
+   virtual/ffmpeg[${MULTILIB_USEDEP}]
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -50,10 +50,18 @@ multilib_src_configure() {
$(use_enable debug log-info)
$(use_enable debug log-debug)
$(use_enable debug log-trace)
-   $(use_enable qt5 dec265)
-   $(use_enable qt5 sherlock265)
--enable-log-error
)
+
+   if ! multilib_is_native_abi; then
+   myeconfargs+=( --disable-dec265 --disable-sherlock265 )
+   else
+   myeconfargs+=(
+   $(use_enable qt5 dec265)
+   $(use_enable qt5 sherlock265)
+   )
+   fi
+
econf "${myeconfargs[@]}"
 }
 



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

2018-09-12 Thread Mikle Kolyada
commit: 130d7d6c94471d748f5663a1f0f5a261ce1642b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Sep 12 13:25:27 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Sep 12 13:25:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130d7d6c

dev-lang/python: amd64 stable wrt bug #647862

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-lang/python/python-2.7.15.ebuild 
b/dev-lang/python/python-2.7.15.ebuild
index d7b0b2ac055..1d538c70dbd 100644
--- a/dev-lang/python/python-2.7.15.ebuild
+++ b/dev-lang/python/python-2.7.15.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="2.7"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="-berkdb bluetooth build doc elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2018-09-12 Thread Ben Kohler
commit: 4902d74519e8fcf47a93ca705fb0fb8a5b070afd
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Sep 11 16:37:55 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 12 13:06:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4902d745

net-wireless/unifi: bump to 5.9.26, drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-wireless/unifi/Manifest | 2 +-
 net-wireless/unifi/{unifi-5.9.22.ebuild => unifi-5.9.26.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index bcd137f50bd..8a4424e4fe2 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -2,5 +2,5 @@ DIST unifi-5.6.39.zip 63559153 BLAKE2B 
377c9cbcb49f3f7fe687c7877ca37b4cf4c62076d
 DIST unifi-5.6.40.zip 63584069 BLAKE2B 
9c241c7ef335b6e4d9ce1d53d8bf6a9b2e6a0c5b91d60f321100e67cc6201f1dc060398dc7af1ee014c47df194f64ddf1eb56a6c7ce53691251b4fd2937c5603
 SHA512 
d2e154ec6bdf24cfcb0e5154512a91dc0e601a2bfe7fcdda4c22b329b304b50315a42485daee8495a5076136055c2cf59ebe42b083221683168199e437589e9a
 DIST unifi-5.8.29.zip 80125147 BLAKE2B 
d7fcfd8ea5c29c79803f4ee715136a82fb69b3e69802a9a9c4b92e9d4c52d5a72eaeaa3b10405a4eb10df35f1a926c4fb51dcd0c30816d3e58efd15f48b2ea51
 SHA512 
8c69f406c632661fe713251304910016bed25c2bbabb3aef355626cf6ea6475ba9348d0bec4d2e0f64824190db4deff669ab748cb17cc289112ac07421b56128
 DIST unifi-5.8.30.zip 80120131 BLAKE2B 
c7e53ff047cd3fc6b0b551d8388a739adf86d0518a86c76aa1688534e2a708bdf9d38d30848ad6a41b03aea12de8f038cd5eb8e9186ecfa3c2a1b782464b7e21
 SHA512 
0d4a714ba875e17ce359b28e2a0a967366125971f021eb95f598c7e4860c03016afadcef0a4bb6e64f30b99afb790b65aaa166ccc31bb31f268412c1a1f1bffd
-DIST unifi-5.9.22.zip 103036220 BLAKE2B 
1f9df10787a9b5c52ddf786a478dc6a1a08be8f1cb36e4112906294510c2e7f85f5288f9a1bb1796b9902b40b17036ef5051dc4e7d0c970647d0cdab1362ad1b
 SHA512 
9287cfee865aff9cb5612b8559a318d288253206da3a16f7f490146be63886fdd84d686f9e3cfd7c150af3aebcc9fbf3ef99102ca427717742e770578cbc3b47
 DIST unifi-5.9.24.zip 105267574 BLAKE2B 
340805389023b0c487aa0b77b4ba1abe92fe12482015eed20c2a77d900324d95686c237d63082507747b6efdaf7904a4b052d1dc332f6d2b9b303d671c0cf5d0
 SHA512 
630a8410f49741ea00e663907a40979005e71dda0f64767fb5e64107e4a20fba6ba127c0c8a0e7f184d7e417fd5799cf4d6bf00edae9280386a03080db8ced64
+DIST unifi-5.9.26.zip 105216711 BLAKE2B 
057e95fb671495bab2082d48c9d0d53b4336a4069a9ff9189c9ea75c537d026c72a526f2e630ca657d4045a2af293f72f7eee86f6031e2f0ca785f0ce32dd92c
 SHA512 
dd36729ceb578fdd26f01601df0603c44cb8cf6f9007e9f178ee2309234d0ab547bb5afa78ec36edea48693077793d18b848ced707c8328e6547d6ec2e693e3f

diff --git a/net-wireless/unifi/unifi-5.9.22.ebuild 
b/net-wireless/unifi/unifi-5.9.26.ebuild
similarity index 98%
rename from net-wireless/unifi/unifi-5.9.22.ebuild
rename to net-wireless/unifi/unifi-5.9.26.ebuild
index 945b5eba0c3..0a15e3a72f8 100644
--- a/net-wireless/unifi/unifi-5.9.22.ebuild
+++ b/net-wireless/unifi/unifi-5.9.26.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 # Used, when it's an unstable, beta or release candidate
-RC_SUFFIX="-d2a4718971"
+RC_SUFFIX="-25460f7409"
 
 inherit systemd user
 



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

2018-09-12 Thread Andreas Sturmlechner
commit: 0170c25fa1b9e3e4c7202101214be5219d33f72d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 12:36:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 12:36:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0170c25f

app-office/skrooge: 2.15.0 version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-office/skrooge/Manifest  |  1 +
 app-office/skrooge/skrooge-2.15.0.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 49fb6c4d83c..91382e39d0a 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1,2 +1,3 @@
 DIST skrooge-2.13.0.tar.xz 20432856 BLAKE2B 
5e5ace28f0a3d0f60decb8bcb63fde3d9ed5dc79103ce8d2f4bad2be33b3e4896f19aac4954668bee194362b3b860f0e585e902ed54563b0a82ee36ab41263a7
 SHA512 
7c5543a4c26953c89a1a67b653bdf5fa7f4baa14d96e763d868f27b288a0f9d7d4bc2994436a4e749d4fd7db999c16b6fcee69817be0774c6e171e49d69e30ba
 DIST skrooge-2.14.0.tar.xz 21659440 BLAKE2B 
2b90a5a34d06d916aed4e1d2622c624bdc30c6b947f812f5f227e7ef0198eeada4bb1c37be92a2cc07908635ce1fc7fc749e8b8f7444f9a448ab86602754f9bc
 SHA512 
0446a8863120ecb3c8da4b03c2bf78d2a4e69b968a44d4084c234e369a2c91f63ea468738d00469a9a772855be9f224123a1816ad649171fbd6b780c6c05f62d
+DIST skrooge-2.15.0.tar.xz 20704388 BLAKE2B 
37280e039595b5c7b3cb1af0fd20f66cc96c5796995c7a9ef4b83878c9a835856e54804ca312bcbb46d6de599a17dd49e45ef0e1dc1e6492b642ed36d88d731b
 SHA512 
c49f8a84d7339ff2b96f27a7895bbfe5f75c33534c7c4f95e47ebd9787bf3e80847139e4a257bc3bdd12e853bfd2131173a66c436cbc3165e1ac7a5ae684eab0

diff --git a/app-office/skrooge/skrooge-2.15.0.ebuild 
b/app-office/skrooge/skrooge-2.15.0.ebuild
new file mode 100644
index 000..364f5bd2da1
--- /dev/null
+++ b/app-office/skrooge/skrooge-2.15.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
+HOMEPAGE="https://skrooge.org/;
+[[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities designer kde ofx"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative 'widgets')
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   app-crypt/qca:2[qt5(+)]
+   dev-db/sqlcipher
+   dev-libs/grantlee:5
+   activities? ( $(add_frameworks_dep kactivities) )
+   kde? ( $(add_frameworks_dep krunner) )
+   ofx? ( dev-libs/libofx )
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kwindowsystem)
+   dev-libs/libxslt
+   virtual/pkgconfig
+   x11-misc/shared-mime-info
+   designer? (
+   $(add_frameworks_dep kdesignerplugin)
+   $(add_qt_dep designer)
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/skrooge:4
+"
+
+REQUIRED_USE="test? ( designer )"
+
+# hangs + installs files
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${PN}-2.14.0-designer-optional.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=$(usex test)
+   -DSKG_DESIGNER=$(usex designer)
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package kde KF5Runner)
+   $(cmake-utils_use_find_package ofx LibOfx)
+   )
+
+   kde5_src_configure
+}
+
+src_test() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=ON
+   )
+   kde5_src_test
+}



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

2018-09-12 Thread Andreas Sturmlechner
commit: e26266c6b953ecb5fa780c457bd870fa52aad999
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 12 12:10:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 12 12:36:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26266c6

dev-libs/grantlee: Disable broken test

Closes: https://bugs.gentoo.org/661900
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/grantlee/grantlee-5.1.0.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-libs/grantlee/grantlee-5.1.0.ebuild 
b/dev-libs/grantlee/grantlee-5.1.0.ebuild
index 553658e457e..21f665921e5 100644
--- a/dev-libs/grantlee/grantlee-5.1.0.ebuild
+++ b/dev-libs/grantlee/grantlee-5.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,6 +32,12 @@ PATCHES=(
"${FILESDIR}/${PN}-5.1.0-slot.patch"
 )
 
+src_prepare() {
+   cmake-utils_src_prepare
+   sed -e '/testfilters/d' \
+   -i templates/tests/CMakeLists.txt || die # bug 661900
+}
+
 src_configure() {
local mycmakeargs=(
-DBUILD_TESTS=$(usex test)



  1   2   >