[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2018-11-15 Thread Lars Wendler
commit: 1345d0001598cd9960d6d63e69721d959e643154
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Nov 16 07:49:59 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Nov 16 07:49:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1345d000

net-fs/samba: Minor ebuilds improvements.

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

 net-fs/samba/samba-4.9.2-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-fs/samba/samba-4.9.2-r1.ebuild 
b/net-fs/samba/samba-4.9.2-r1.ebuild
index 9552e026df2..6ce5625ef29 100644
--- a/net-fs/samba/samba-4.9.2-r1.ebuild
+++ b/net-fs/samba/samba-4.9.2-r1.ebuild
@@ -158,7 +158,9 @@ src_prepare() {
sed -i -e '/"dns.resolver":/d' "${S}"/third_party/wscript || die
 
# unbundle iso8601 unless tests are enabled
-   use test || sed -i -e '/"iso8601":/d' "${S}"/third_party/wscript || die
+   if ! use test ; then
+   sed -i -e '/"iso8601":/d' "${S}"/third_party/wscript || die
+   fi
 
# ugly hackaround for bug #592502
cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die
@@ -231,7 +233,7 @@ multilib_src_install() {
waf-utils_src_install
 
# Make all .so files executable
-   find "${ED}" -type f -name "*.so" -exec chmod +x {} +
+   find "${ED}" -type f -name "*.so" -exec chmod +x {} + || die
 
if multilib_is_native_abi ; then
# install ldap schema for server (bug #491002)



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/files/, net-fs/samba/

2018-11-15 Thread Lars Wendler
commit: 3b72a744702238e2aedb7cad6f57ee95096a1fed
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Nov 12 03:32:28 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Nov 16 07:46:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b72a744

net-fs/samba: Fix compatibility issues with the timespec struct

Closes: https://bugs.gentoo.org/666548
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/10396
Signed-off-by: Lars Wendler  gentoo.org>

 net-fs/samba/files/samba-4.9.2-timespec.patch   | 21 +
 .../{samba-4.9.2.ebuild => samba-4.9.2-r1.ebuild}   |  1 +
 2 files changed, 22 insertions(+)

diff --git a/net-fs/samba/files/samba-4.9.2-timespec.patch 
b/net-fs/samba/files/samba-4.9.2-timespec.patch
new file mode 100644
index 000..c82f4af4e7e
--- /dev/null
+++ b/net-fs/samba/files/samba-4.9.2-timespec.patch
@@ -0,0 +1,21 @@
+From 11e8c14b78e2423041f3846882f74cd6490a3e44 Mon Sep 17 00:00:00 2001
+From: Joan Karadimov 
+Date: Thu, 18 Oct 2018 18:16:17 +0300
+Subject: [PATCH] Fix compatibility issues with the timespec struct
+
+---
+ source3/include/libsmbclient.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
+index 5e4a1715402..6487ea7a8aa 100644
+--- a/source3/include/libsmbclient.h
 b/source3/include/libsmbclient.h
+@@ -78,6 +78,7 @@ extern "C" {
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #define SMBC_BASE_FD1 /* smallest file descriptor returned */

diff --git a/net-fs/samba/samba-4.9.2.ebuild 
b/net-fs/samba/samba-4.9.2-r1.ebuild
similarity index 99%
rename from net-fs/samba/samba-4.9.2.ebuild
rename to net-fs/samba/samba-4.9.2-r1.ebuild
index 474ff007b0b..9552e026df2 100644
--- a/net-fs/samba/samba-4.9.2.ebuild
+++ b/net-fs/samba/samba-4.9.2-r1.ebuild
@@ -132,6 +132,7 @@ S="${WORKDIR}/${MY_P}"
 PATCHES=(
"${FILESDIR}/${PN}-4.4.0-pam.patch"
"${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch"
+   "${FILESDIR}/${PN}-4.9.2-timespec.patch"
 )
 
 #CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"



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

2018-11-15 Thread Hans de Graaff
commit: 6d191852e7dce493bf45e9a402eecc27c57dde45
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 16 06:46:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 16 06:46:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d191852

dev-ruby/rdoc: cleanup

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

 dev-ruby/rdoc/Manifest  |  1 -
 dev-ruby/rdoc/rdoc-6.0.1.ebuild | 91 -
 2 files changed, 92 deletions(-)

diff --git a/dev-ruby/rdoc/Manifest b/dev-ruby/rdoc/Manifest
index 1ee3a35e80c..47e9d3fa669 100644
--- a/dev-ruby/rdoc/Manifest
+++ b/dev-ruby/rdoc/Manifest
@@ -1,4 +1,3 @@
 DIST rdoc-4.3.0.gem 738816 BLAKE2B 
f705b4fed5a9a7e3a850cacc17b7df3f8fdeb163938ed7d2d29979337cb24bca4a66695643ecc62f811d8e49a931296e1972d5d13366685315649e0ec44ebef7
 SHA512 
7ec5c8055262300c159ff2dbca3bcd09e169002acad8602db89086d2b9409a096209a1152dca68c79dcd1b5e3c1fdf55e7f89d82b33fa2ce65c816695350b029
 DIST rdoc-5.1.0.tar.gz 702376 BLAKE2B 
733d77a341ddad10f5b648b6bb492e0f79daa392e2ca371d38236e4c85a1c409699e35dd3f5bc8bc48551b399603bb0a747cb3c5f7f1fbf4765aabffaad575aa
 SHA512 
cd2ed37e8502a3e9093c88c258ac5e39542a23c3dcaedb9b5eb48ce391a694e5b35fbcfd62f01ec6353ac9c40a4b7043b2ff11bbc403d2e03de9a84c52bcefe7
-DIST rdoc-6.0.1.tar.gz 697323 BLAKE2B 
7af4a3189c6680ae3d92b7a0b7764e73a104017b49442d89ffa0e2da2d504e7493b6842a3b5b60326e8f633a10447e2e6efb17ff61da7b6e4e55b52d973fa523
 SHA512 
43812f068b430d4462821098bca1a1f0fc2adc63c6f358a48b4af94aafb76d33eb494ef06f91aa72065f128fb0d34f53a05cb246f0c4fcc31ce9c1b31658d108
 DIST rdoc-6.0.4.tar.gz 699314 BLAKE2B 
37b9c65a55357b9edbf85889c086948a6e80094846434d46e6ffbf17e16eba9e964dc09721f921d5042d6e0c72619fc59d87c8d969490e6af50fddaf49d36556
 SHA512 
8bf61bda88ea1a85178f5fdd62e87c79c5efd6d6f64d9d8651bbbc37e02da02b7189c7e60e4853a962507cc2ee4c703b6532f28db763202fa24c4b364cee8e28

diff --git a/dev-ruby/rdoc/rdoc-6.0.1.ebuild b/dev-ruby/rdoc/rdoc-6.0.1.ebuild
deleted file mode 100644
index a9d943d4e52..000
--- a/dev-ruby/rdoc/rdoc-6.0.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc RI.rdoc TODO.rdoc"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_BINDIR="exe"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="An extended version of the RDoc library from Ruby 1.8"
-HOMEPAGE="https://github.com/ruby/rdoc/;
-SRC_URI="https://github.com/ruby/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Ruby MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-RDEPEND+=">=app-eselect/eselect-ruby-20161226"
-
-ruby_add_bdepend "
-   >=dev-ruby/kpeg-1.1.0-r1
-   >dev-ruby/racc-1.4.10
-   test? (
-   dev-ruby/bundler
-   >=dev-ruby/minitest-5.8:5
-   )"
-
-all_ruby_prepare() {
-   # Other packages also have use for a nonexistent directory, bug 321059
-   sed -i -e 's#/nonexistent#/nonexistent_rdoc_tests#g' test/test_rdoc*.rb 
|| die
-
-   # Avoid unneeded dependency on bundler, bug 603696
-   sed -i -e '/bundler/ s:^:#:' \
-   -e 's/Bundler::GemHelper.gemspec.full_name/"rdoc"/' Rakefile || 
die
-
-   # Remove test that is depending on the locale, which we can't garantuee.
-   sed -i -e '/def test_encode_with/,/^  end/ s:^:#:' 
test/test_rdoc_options.rb || die
-
-   # Remove test depending on FEATURES=userpriv, bug 361959
-   sed -i -e '/def test_check_files/,/^  end/ s:^:#:' 
test/test_rdoc_options.rb || die
-
-   # Remove tests for code that is not included and not listed in 
Manifest.txt
-   rm -f test/test_rdoc_i18n_{locale,text}.rb \
-  test/test_rdoc_generator_pot* || die
-}
-
-all_ruby_compile() {
-   all_fakegem_compile
-
-   if use doc ; then
-   ruby -Ilib -S exe/rdoc || die
-   fi
-}
-
-each_ruby_compile() {
-   ${RUBY} -S rake generate || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   for bin in rdoc ri; do
-   ruby_fakegem_binwrapper $bin /usr/bin/$bin-2
-
-   for version in ${USE_RUBY}; do
-   version=`echo ${version} | cut -c 5-`
-   if use ruby_targets_ruby${version}; then
-   ruby_fakegem_binwrapper $bin 
/usr/bin/${bin}${version}
-   sed -i -e "1s/env ruby/ruby${version}/" \
-   "${ED}/usr/bin/${bin}${version}" || die
- 

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

2018-11-15 Thread Hans de Graaff
commit: 63d704567a7f982a7f5ad68336b46e807ee18d82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 16 06:44:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 16 06:44:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d70456

dev-ruby/rdoc: add missing bundler test dependency

Fixes: https://bugs.gentoo.org/671198
Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rdoc/rdoc-5.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/rdoc/rdoc-5.1.0.ebuild b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
index b701fb53afb..d42a045fab6 100644
--- a/dev-ruby/rdoc/rdoc-5.1.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -28,6 +28,7 @@ ruby_add_bdepend "
dev-ruby/kpeg
dev-ruby/racc
test? (
+   dev-ruby/bundler
>=dev-ruby/minitest-5.8:5
)"
 



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

2018-11-15 Thread Hans de Graaff
commit: c4700b1aac9e6dc9a594c32c1046a24f71f3a423
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 16 06:30:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 16 06:30:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4700b1a

dev-ruby/xmlrpc: add missing test-unit dependency

Fixes: https://bugs.gentoo.org/671196
Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild 
b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
index 4bafca04f61..21e03f92c0a 100644
--- a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
+++ b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,9 @@ SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="Ruby"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit )"
 
 all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die



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

2018-11-15 Thread Hans de Graaff
commit: 4236bab2a1ab6aa078463797cc2d91d06259f31a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 16 06:02:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 16 06:02:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4236bab2

dev-ruby/serverengine: add 2.1.0

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

 dev-ruby/serverengine/Manifest  |  1 +
 dev-ruby/serverengine/serverengine-2.1.0.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/serverengine/Manifest b/dev-ruby/serverengine/Manifest
index b107a503ce5..b080968ae55 100644
--- a/dev-ruby/serverengine/Manifest
+++ b/dev-ruby/serverengine/Manifest
@@ -1,2 +1,3 @@
 DIST serverengine-2.0.6.gem 38400 BLAKE2B 
51722d222bfcb9c0063f64ceed666be147bcb4dce9947fd60b723507c5f3e2479b445902bd2a2e985d0a8216462b91b1545ccc458e36e7134fa11a4a746302a7
 SHA512 
ffb35eb51226793181a5266e3ddaf3255ce38e7fda90c2257fa16044829199dc5ee30cb9c38925f1820cb20fd36d01a47af0a8cbee96edc0ecb5206e2ab17da3
 DIST serverengine-2.0.7.gem 38400 BLAKE2B 
b457925fae394ede56e9d866ebc0ebe02262b1ec799cc03090eb8b037b5e617836dd96860bf1e23a7c62fd09139f007dbf561f378d839cd07d3da70e11b5983b
 SHA512 
5e4dee38ab00641d5f47c29cf765220a327aee3fdd3dface4e1996f7b12abd65de8ac03278e528467d0a508921aa3e504d7a34a7ebf2ddae419618262faf6616
+DIST serverengine-2.1.0.gem 38912 BLAKE2B 
d89298a8f7a985a8daad8604c88e63c7f534fe1b9020141ba704e34b48ea0b78f6da855d6253bec29abb449c58b51d6c7d83a97add36abf962b7fb478b6c68a6
 SHA512 
57231afbf28d8e54c90c99adc4c9443d865592a6fdaed85c66dd8e123af06d8b72567f6d0f3b058af388293c25fb52ff954d37517c21ae518314b3f5c307c8da

diff --git a/dev-ruby/serverengine/serverengine-2.1.0.ebuild 
b/dev-ruby/serverengine/serverengine-2.1.0.ebuild
new file mode 100644
index 000..14e544d3ead
--- /dev/null
+++ b/dev-ruby/serverengine/serverengine-2.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Changelog README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A framework to implement robust multiprocess servers"
+HOMEPAGE="https://github.com/fluent/serverengine;
+LICENSE="Apache-2.0"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sigdump-0.2.2:0"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+   sed -i -e '/rake/ s/~>/>=/' \
+   -e '/rspec/ s/2.13.0/2.13/' \
+   -e '/rake-compiler/ s:^:#:' serverengine.gemspec || die
+}
+
+each_ruby_test() {
+   # The specs spawn ruby processes with bundler support
+   ${RUBY} -S bundle exec rspec-2 spec || die
+}



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

2018-11-15 Thread Hans de Graaff
commit: c1b1bf3a5ba04e2e9c58e2656a7ddd4be807d8a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 16 06:25:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 16 06:25:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b1bf3a

dev-ruby/warden: add 1.2.8

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

 dev-ruby/warden/Manifest|  1 +
 dev-ruby/warden/warden-1.2.8.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/warden/Manifest b/dev-ruby/warden/Manifest
index 1dd25284ad3..91d1f503bbb 100644
--- a/dev-ruby/warden/Manifest
+++ b/dev-ruby/warden/Manifest
@@ -1 +1,2 @@
 DIST warden-1.2.7.gem 32256 BLAKE2B 
258f8c83792fd5464c2bec957335ded49922fbe75ef3e2f6869a147b38b89be83b4601c8cef7e3008cb1495bdf9a6eb4d798974eff0565f48b05937b9c4fca3a
 SHA512 
f02f695586c26c42b1bbd621e54dad04a42e8bfb4bfacc4f90f67ef2fb0c8593a3c32dc1545ee6483ab0df094cae6e6a5c614718b65a13103f83af13407c5336
+DIST warden-1.2.8.tar.gz 29841 BLAKE2B 
657f9d1b5a7fbf3b07ac8cfa514c410561cce853cbc2e6c7bf6d98deab8f625771b20d339613738a979395638b654b066080fad5a7378b15345cb46e273966c9
 SHA512 
efd7a416f2da3095d6d33c2dca3a7e09d127fb0abec86e959aba56739ae865ea9a11e234ea1f6d557466d9076e3f271481e20982bc159a3f09a4d55148d45734

diff --git a/dev-ruby/warden/warden-1.2.8.ebuild 
b/dev-ruby/warden/warden-1.2.8.ebuild
new file mode 100644
index 000..43eecbd6e5f
--- /dev/null
+++ b/dev-ruby/warden/warden-1.2.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="General Rack Authentication Framework"
+HOMEPAGE="https://github.com/wardencommunity/warden;
+SRC_URI="https://github.com/wardencommunity/warden/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rack-2.0.6:*"



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

2018-11-15 Thread Georgy Yakovlev
commit: 1f842a72a9bc18c33ef2d9e383edc61ba4e79e1a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Nov 16 04:04:08 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Nov 16 04:04:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f842a72

net-dns/dnscrypt-proxy: version bump to 2.0.18

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

 net-dns/dnscrypt-proxy/Manifest|   1 +
 .../dnscrypt-proxy/dnscrypt-proxy-2.0.18.ebuild| 108 +
 2 files changed, 109 insertions(+)

diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest
index ee1afaf21e4..0eeeff5f1fd 100644
--- a/net-dns/dnscrypt-proxy/Manifest
+++ b/net-dns/dnscrypt-proxy/Manifest
@@ -1,2 +1,3 @@
 DIST dnscrypt-proxy-2.0.16.tar.gz 3770249 BLAKE2B 
e6dc40ec503cff11e4deec1a243875fff42ec7ecba8c7c3552b69322d405c762fa152e7e9417baf944e2a476715f00813a305c20db583970520d35acd378f1d4
 SHA512 
f138df20560dd440a2ed390c1468d630191ae7b0e50521b4dde3fa7ef4377c3ae6409e8c547858bace53216c84aeeea6794305546b9ff87832f704c160c6782f
 DIST dnscrypt-proxy-2.0.17.tar.gz 3364933 BLAKE2B 
65f2f1c91cc175a3bc92103dd0a2984dfccf5b961d070097035e8bd8058c7eab41c05cd3fabbff729f9521b16ebbfb188008c65efa5c89578b4b54ce43348d05
 SHA512 
c1cb2cfff4a5f6eba81ac3b520ddb3acb311031588495b9f94a7ee5ab35ed0827a856369ce0ac7ff206445dbf24f7931cf937ccd9f724b4e38c97f10814df129
+DIST dnscrypt-proxy-2.0.18.tar.gz 3334780 BLAKE2B 
df72449c6aef65d2cd91eca135bc0a2e1480f87cd06a368ffdb2edb4d5ec0901264a02121ec0ff2f2c9a55d8c2253cb2085f0e27b140420ee4f4cb1ddb854c87
 SHA512 
e37d100a7394cc46e0fbe054c988fca887584cf58c9101a7fb59a6554dc50a864a4f9fc6d403694292bc57aa29f477172011e9c6ba0df8f1bbf96cfbaa5862af

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.18.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.18.ebuild
new file mode 100644
index 000..e2157844bf1
--- /dev/null
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.18.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/jedisct1/${PN}"
+
+inherit fcaps golang-build systemd user
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+else
+   SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"
+HOMEPAGE="https://github.com/jedisct1/dnscrypt-proxy;
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="pie test"
+
+FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
+PATCHES=( "${FILESDIR}"/config-full-paths-r10.patch )
+
+pkg_setup() {
+   enewgroup dnscrypt-proxy
+   enewuser dnscrypt-proxy -1 -1 /var/empty dnscrypt-proxy
+}
+
+src_prepare() {
+   default
+   # Create directory structure suitable for building
+   mkdir -p "src/${EGO_PN%/*}" || die
+   mv "${PN}" "src/${EGO_PN}" || die
+   mv "vendor" "src/" || die
+}
+
+src_configure() {
+   EGO_BUILD_FLAGS="-buildmode=$(usex pie pie default)"
+}
+
+src_install() {
+   dobin dnscrypt-proxy
+
+   insinto /etc/dnscrypt-proxy
+   newins "src/${EGO_PN}"/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
+   doins "src/${EGO_PN}"/example-{blacklist.txt,whitelist.txt}
+   doins "src/${EGO_PN}"/example-{cloaking-rules.txt,forwarding-rules.txt}
+
+   insinto /usr/share/dnscrypt-proxy
+   doins -r "utils/generate-domains-blacklists/."
+
+   newinitd "${FILESDIR}"/dnscrypt-proxy.initd dnscrypt-proxy
+   newconfd "${FILESDIR}"/dnscrypt-proxy.confd dnscrypt-proxy
+   systemd_newunit "${FILESDIR}"/dnscrypt-proxy.service 
dnscrypt-proxy.service
+   systemd_newunit "${FILESDIR}"/dnscrypt-proxy.socket 
dnscrypt-proxy.socket
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   fcaps_pkg_postinst
+
+   if ! use filecaps; then
+   ewarn "'filecaps' USE flag is disabled"
+   ewarn "${PN} will fail to listen on port 53"
+   ewarn "please do one the following:"
+   ewarn "1) re-enable 'filecaps'"
+   ewarn "2) change port to > 1024"
+   ewarn "3) configure to run ${PN} as root (not recommended)"
+   ewarn
+   fi
+
+   local v
+   for v in ${REPLACING_VERSIONS}; do
+   if [[ ${v} == 1.* ]] ; then
+   elog "Version 2 is a complete rewrite of ${PN}"
+   elog "please clean up old config/log files"
+   elog
+   fi
+   if [[ ${v} == 2.* ]] ; then
+   elog "As of version 2.0.12 of ${PN} runs as an 
'dnscrypt-proxy' user/group"
+   elog "you can remove obsolete 'dnscrypt' accounts from 
the system"
+   elog
+   fi
+   done
+
+   if systemd_is_booted 

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

2018-11-15 Thread Georgy Yakovlev
commit: cb84e11de7626097630d9bd0713f66158a8b6fca
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Nov 16 04:19:37 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Nov 16 04:19:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb84e11d

net-dns/dnscrypt-proxy: drop 2.0.16-r1

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

 net-dns/dnscrypt-proxy/Manifest|   1 -
 .../dnscrypt-proxy/dnscrypt-proxy-2.0.16-r1.ebuild | 100 -
 2 files changed, 101 deletions(-)

diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest
index 0eeeff5f1fd..6a4c3e65c2e 100644
--- a/net-dns/dnscrypt-proxy/Manifest
+++ b/net-dns/dnscrypt-proxy/Manifest
@@ -1,3 +1,2 @@
-DIST dnscrypt-proxy-2.0.16.tar.gz 3770249 BLAKE2B 
e6dc40ec503cff11e4deec1a243875fff42ec7ecba8c7c3552b69322d405c762fa152e7e9417baf944e2a476715f00813a305c20db583970520d35acd378f1d4
 SHA512 
f138df20560dd440a2ed390c1468d630191ae7b0e50521b4dde3fa7ef4377c3ae6409e8c547858bace53216c84aeeea6794305546b9ff87832f704c160c6782f
 DIST dnscrypt-proxy-2.0.17.tar.gz 3364933 BLAKE2B 
65f2f1c91cc175a3bc92103dd0a2984dfccf5b961d070097035e8bd8058c7eab41c05cd3fabbff729f9521b16ebbfb188008c65efa5c89578b4b54ce43348d05
 SHA512 
c1cb2cfff4a5f6eba81ac3b520ddb3acb311031588495b9f94a7ee5ab35ed0827a856369ce0ac7ff206445dbf24f7931cf937ccd9f724b4e38c97f10814df129
 DIST dnscrypt-proxy-2.0.18.tar.gz 3334780 BLAKE2B 
df72449c6aef65d2cd91eca135bc0a2e1480f87cd06a368ffdb2edb4d5ec0901264a02121ec0ff2f2c9a55d8c2253cb2085f0e27b140420ee4f4cb1ddb854c87
 SHA512 
e37d100a7394cc46e0fbe054c988fca887584cf58c9101a7fb59a6554dc50a864a4f9fc6d403694292bc57aa29f477172011e9c6ba0df8f1bbf96cfbaa5862af

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16-r1.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16-r1.ebuild
deleted file mode 100644
index 57dc638fa77..000
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16-r1.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/jedisct1/${PN}"
-
-inherit fcaps golang-build systemd user
-
-DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"
-HOMEPAGE="https://github.com/jedisct1/dnscrypt-proxy;
-SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-DEPEND=" 1024"
-   ewarn "3) configure to run ${PN} as root (not recommended)"
-   ewarn
-   fi
-
-   local v
-   for v in ${REPLACING_VERSIONS}; do
-   if [[ ${v} == 1.* ]] ; then
-   elog "Version 2 is a complete rewrite of ${PN}"
-   elog "please clean up old config/log files"
-   elog
-   fi
-   if [[ ${v} == 2.* ]] ; then
-   elog "As of version 2.0.12 of ${PN} runs as an 
'dnscrypt-proxy' user/group"
-   elog "you can remove obsolete 'dnscrypt' accounts from 
the system"
-   elog
-   fi
-   done
-
-   if systemd_is_booted || has_version sys-apps/systemd; then
-   elog "Using systemd socket activation may cause issues with 
speed"
-   elog "latency and reliability of ${PN} and is discouraged by 
upstream"
-   elog "Existing installations advised to disable 
'dnscrypt-proxy.socket'"
-   elog "It is disabled by default for new installations"
-   elog "check "$(systemd_get_systemunitdir)/${PN}.service" for 
details"
-   elog
-
-   fi
-
-   elog "After starting the service you will need to update your"
-   elog "/etc/resolv.conf and replace your current set of resolvers"
-   elog "with:"
-   elog
-   elog "nameserver 127.0.0.1"
-   elog
-   elog "Also see https://github.com/jedisct1/${PN}/wiki;
-}



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

2018-11-15 Thread Georgy Yakovlev
commit: 7ff8b1f739db5c6857f50c51c7fbf8d56a644220
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Nov 16 04:18:47 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Nov 16 04:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff8b1f7

net-dns/dnscrypt-proxy: sync live ebuild

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

 net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild
index 97e32d34737..e2157844bf1 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] foundation/financials-rfp:master commit in: /

2018-11-15 Thread Alec Warner
commit: e5e1a38845271722d82ff494d803c869455fa1ff
Author: Alec Warner  gentoo  org>
AuthorDate: Fri Nov 16 03:43:51 2018 +
Commit: Alec Warner  gentoo  org>
CommitDate: Fri Nov 16 03:43:51 2018 +
URL:
https://gitweb.gentoo.org/foundation/financials-rfp.git/commit/?id=e5e1a388

Replace date with a firm date in the 2019 new year.

We choose Jan 15 to avoid a rush or lack of response during holidays.

 main.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.tex b/main.tex
index 10bdb62..d430f86 100644
--- a/main.tex
+++ b/main.tex
@@ -57,7 +57,7 @@
 \section{Main}
 \label{opening}
 The Gentoo Foundation is requesting proposals from CPA firms to provide audit, 
tax, and bookkeeping services for our foundation.
-We invite your firm to send us a proposal by . The foundation and its 
mission are described below.
+We invite your firm to send us a proposal by Jan 15 2019. The foundation and 
its mission are described below.
 
 \section{Definitions}
 \label{sec:definitions}



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

2018-11-15 Thread Andreas Sturmlechner
commit: 6adbb4a43eec0e8807686a7c16e2591f472d082e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 15 19:52:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adbb4a4

app-office/libreoffice: Add COMMIT hash to BUILD_ID

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

 app-office/libreoffice/libreoffice-6.1..ebuild | 13 +
 app-office/libreoffice/libreoffice-.ebuild | 13 +
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.1..ebuild 
b/app-office/libreoffice/libreoffice-6.1..ebuild
index 6e4ffe4f026..94087d8 100644
--- a/app-office/libreoffice/libreoffice-6.1..ebuild
+++ b/app-office/libreoffice/libreoffice-6.1..ebuild
@@ -20,9 +20,8 @@ ADDONS_URI="https://dev-www.libreoffice.org/src/;
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
 
-[[ ${MY_PV} == ** ]] && SCM_ECLASS="git-r3"
-inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils ${SCM_ECLASS}
-unset SCM_ECLASS
+[[ ${MY_PV} == ** ]] && inherit git-r3
+inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils
 
 DESCRIPTION="A full office productivity suite"
 HOMEPAGE="https://www.libreoffice.org;
@@ -294,6 +293,7 @@ src_unpack() {
[[ ${mypv} != ${MY_PV} ]] && branch="${PN}-${mypv/./-}"
git-r3_fetch "${base_uri}/${PN}/core" "refs/heads/${branch}"
git-r3_checkout "${base_uri}/${PN}/core"
+   LOCOREGIT_VERSION=${EGIT_VERSION}
 
git-r3_fetch "${base_uri}/${PN}/help" "refs/heads/master"
git-r3_checkout "${base_uri}/${PN}/help" "helpcontent2" # 
doesn't match on help
@@ -365,6 +365,11 @@ src_configure() {
export MOC5="$(qt5_get_bindir)/moc"
fi
 
+   local gentoo_buildid="Gentoo official package"
+   if [[ -n ${LOCOREGIT_VERSION} ]]; then
+   gentoo_buildid+=" (from git: ${LOCOREGIT_VERSION})"
+   fi
+
# system headers/libs/...: enforce using system packages
# --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
# --enable-cairo: ensure that cairo is always required
@@ -403,7 +408,7 @@ src_configure() {
--disable-qt5
--disable-report-builder
--with-alloc=system
-   --with-build-version="Gentoo official package"
+   --with-build-version="${gentoo_buildid}"
--enable-extension-integration
--with-external-dict-dir="${EPREFIX}/usr/share/myspell"
--with-external-hyph-dir="${EPREFIX}/usr/share/myspell"

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index fd88cadb857..4cf5eb3b938 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -20,9 +20,8 @@ ADDONS_URI="https://dev-www.libreoffice.org/src/;
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
 
-[[ ${MY_PV} == ** ]] && SCM_ECLASS="git-r3"
-inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils ${SCM_ECLASS}
-unset SCM_ECLASS
+[[ ${MY_PV} == ** ]] && inherit git-r3
+inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils
 
 DESCRIPTION="A full office productivity suite"
 HOMEPAGE="https://www.libreoffice.org;
@@ -297,6 +296,7 @@ src_unpack() {
[[ ${mypv} != ${MY_PV} ]] && branch="${PN}-${mypv/./-}"
git-r3_fetch "${base_uri}/${PN}/core" "refs/heads/${branch}"
git-r3_checkout "${base_uri}/${PN}/core"
+   LOCOREGIT_VERSION=${EGIT_VERSION}
 
git-r3_fetch "${base_uri}/${PN}/help" "refs/heads/master"
git-r3_checkout "${base_uri}/${PN}/help" "helpcontent2" # 
doesn't match on help
@@ -368,6 +368,11 @@ src_configure() {
export MOC5="$(qt5_get_bindir)/moc"
fi
 
+   local gentoo_buildid="Gentoo official package"
+   if [[ -n ${LOCOREGIT_VERSION} ]]; then
+   gentoo_buildid+=" (from git: ${LOCOREGIT_VERSION})"
+   fi
+
# system headers/libs/...: enforce using system packages
# --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
# --enable-cairo: ensure that cairo is always 

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

2018-11-15 Thread Andreas Sturmlechner
commit: afc2581816d9da3a8411de65c8edfb56f2db2e1d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 15 23:09:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc25818

dev-util/mdds: Drop 1.4.2

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

 dev-util/mdds/Manifest   |  1 -
 dev-util/mdds/files/mdds-1.4.1-buildsystem.patch | 37 --
 dev-util/mdds/mdds-1.4.2.ebuild  | 50 
 3 files changed, 88 deletions(-)

diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
index e9df7994d8c..dc1ce053a2d 100644
--- a/dev-util/mdds/Manifest
+++ b/dev-util/mdds/Manifest
@@ -1,3 +1,2 @@
 DIST mdds-1.3.1.tar.bz2 287612 BLAKE2B 
476f15bea2ab75ba322139834badaf372026a5e0ce67d5487acc61b38321a21dd6b25efacc91dbb0ebdef274338c909b1c7ac0ff6aaedd8dd899458319d94c30
 SHA512 
c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8
-DIST mdds-1.4.2.tar.bz2 318164 BLAKE2B 
322b53253cb8796f8def8d470bcbc61e787b25f687b6fbdca927de029f0f9813c863cdc57955e67e40124abccf4e77a16108669fd9a25473d952b7b7361fede9
 SHA512 
1d58d30c2c65167fda97c790739a2bf36802f72965007a141108320312316df9bf252c18ff84f867f3805eee4914fe748ae066d51b376791a723fd54ec21c3c3
 DIST mdds-1.4.3.tar.bz2 334515 BLAKE2B 
3a42b7858346b2907040b8e42b1fae56626fc0881737ed04e20ffe4f9a23d2a2459c45e4244ac77745d2b1c7e3ff1642fe883b16def36e56c5c3d15077445793
 SHA512 
fd54a93fde89bff74a5ccf84ce5e2e002114297b165ded56a1bae92b28d70864775add140e165c7750f7dbe8ca1bfe83179cd9a835e53312c2e893c9e1f4434c

diff --git a/dev-util/mdds/files/mdds-1.4.1-buildsystem.patch 
b/dev-util/mdds/files/mdds-1.4.1-buildsystem.patch
deleted file mode 100644
index 212587e9dac..000
--- a/dev-util/mdds/files/mdds-1.4.1-buildsystem.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-We want to install (not all of) those files manually.
-
 a/Makefile.am  2018-08-29 13:23:49.434860594 +0200
-+++ b/Makefile.am  2018-08-29 13:25:52.125789186 +0200
-@@ -4,8 +4,6 @@
- 
- AM_CPPFLAGS = -I$(top_srcdir)/include
- 
--dist_doc_DATA = AUTHORS README.md
--nodist_doc_DATA = VERSION
- nodist_pkgconf_DATA = misc/mdds-@API_VERSION@.pc
- 
- DISTCLEANFILES = \
-@@ -15,8 +13,6 @@
- 
- EXTRA_DIST = \
-   autogen.sh \
--  CHANGELOG \
--  LICENSE \
-   doc/conf.py \
-   doc/doxygen.conf \
-   doc/flat_segment_tree.rst \
-@@ -164,14 +160,6 @@
-   rtree_test_bulkload_mem.mem
- endif
- 
--install-data-local:
--  $(MKDIR_P) $(DESTDIR)$(docdir)
--  $(INSTALL_DATA) $(top_srcdir)/LICENSE $(DESTDIR)$(docdir)/COPYING
--  $(INSTALL_DATA) $(top_srcdir)/CHANGELOG $(DESTDIR)$(docdir)/NEWS
--
--uninstall-local:
--  rm -f $(DESTDIR)$(docdir)/COPYING $(DESTDIR)$(docdir)/NEWS
--
- if BUILD_DOCS
- html-local:
-   (cd doc && $(DOXYGEN) doxygen.conf)

diff --git a/dev-util/mdds/mdds-1.4.2.ebuild b/dev-util/mdds/mdds-1.4.2.ebuild
deleted file mode 100644
index bb6e3ab3edf..000
--- a/dev-util/mdds/mdds-1.4.2.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
-
-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}/${PN}-1.4.1-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: app-text/libodfgen/

2018-11-15 Thread Andreas Sturmlechner
commit: a4068631af7a7b5c8af218a564e5f1b9a764c035
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 15 22:30:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4068631

app-text/libodfgen: EAPI-7 bump, fix HOMEPAGE, use https for git

Sync KEYWORDS from 0.1.6
Drop obsolete build options

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

 app-text/libodfgen/libodfgen-.ebuild | 29 +
 1 file changed, 13 insertions(+), 16 deletions(-)

diff --git a/app-text/libodfgen/libodfgen-.ebuild 
b/app-text/libodfgen/libodfgen-.ebuild
index 3e7137661d2..03f14c4c702 100644
--- a/app-text/libodfgen/libodfgen-.ebuild
+++ b/app-text/libodfgen/libodfgen-.ebuild
@@ -1,27 +1,26 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/libodfgen"
-[[ ${PV} ==  ]] && inherit autotools git-r3
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/libodfgen;
+   inherit autotools git-r3
+else
+   SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+fi
 
 DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
-HOMEPAGE="http://libwpd.sf.net;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
-
+HOMEPAGE="http://libwpd.sourceforge.net/;
 LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
 SLOT="0"
 
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
 IUSE="doc"
 
-RDEPEND="
-   dev-libs/librevenge
-"
-DEPEND="${RDEPEND}
+RDEPEND="dev-libs/librevenge"
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
 "
@@ -34,8 +33,6 @@ src_prepare() {
 src_configure() {
econf \
--disable-static \
-   --disable-werror \
-   --with-sharedptr=c++11 \
$(use_with doc docs)
 }
 



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

2018-11-15 Thread Andreas Sturmlechner
commit: ddc6b0c74e979054e0ad5c4f0329153c08009a3e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 15 01:25:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc6b0c7

app-office/libreoffice: Drop obsolete glibc-2.24 patch

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

 app-office/libreoffice/libreoffice-6.1..ebuild | 3 ---
 app-office/libreoffice/libreoffice-.ebuild | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.1..ebuild 
b/app-office/libreoffice/libreoffice-6.1..ebuild
index e889c4c70b1..6e4ffe4f026 100644
--- a/app-office/libreoffice/libreoffice-6.1..ebuild
+++ b/app-office/libreoffice/libreoffice-6.1..ebuild
@@ -248,9 +248,6 @@ PATCHES=(
# not upstreamable stuff
"${FILESDIR}/${PN}-5.4-system-pyuno.patch"
"${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch"
-
-   # TODO: upstream
-   "${FILESDIR}/${PN}-5.2.5.1-glibc-2.24.patch"
 )
 
 S="${WORKDIR}/${PN}-${MY_PV}"

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index e78bc21416f..fd88cadb857 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -251,9 +251,6 @@ PATCHES=(
# not upstreamable stuff
"${FILESDIR}/${PN}-5.4-system-pyuno.patch"
"${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch"
-
-   # TODO: upstream
-   "${FILESDIR}/${PN}-5.2.5.1-glibc-2.24.patch"
 )
 
 S="${WORKDIR}/${PN}-${MY_PV}"



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

2018-11-15 Thread Andreas Sturmlechner
commit: c5e1ec289d15e9e646c727fcc725de8fb553005d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 15 22:24:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e1ec28

app-text/libwpd: Add missing DEPEND

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

 app-text/libwpd/libwpd-0.10.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/libwpd/libwpd-0.10.2.ebuild 
b/app-text/libwpd/libwpd-0.10.2.ebuild
index 4e53191397c..48e245627e3 100644
--- a/app-text/libwpd/libwpd-0.10.2.ebuild
+++ b/app-text/libwpd/libwpd-0.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,6 +16,7 @@ IUSE="doc +tools"
 
 RDEPEND="dev-libs/librevenge"
 DEPEND="${RDEPEND}
+   dev-libs/boost
virtual/pkgconfig
doc? ( app-doc/doxygen )
 "



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

2018-11-15 Thread Andreas Sturmlechner
commit: e8ff4dd730638d4a53cb03457908bd41eb5bbdce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 15 23:07:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ff4dd7

dev-util/mdds: 1.4.3 version bump, still no keywords

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

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

diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
index d6c0c94d1f9..e9df7994d8c 100644
--- a/dev-util/mdds/Manifest
+++ b/dev-util/mdds/Manifest
@@ -1,2 +1,3 @@
 DIST mdds-1.3.1.tar.bz2 287612 BLAKE2B 
476f15bea2ab75ba322139834badaf372026a5e0ce67d5487acc61b38321a21dd6b25efacc91dbb0ebdef274338c909b1c7ac0ff6aaedd8dd899458319d94c30
 SHA512 
c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8
 DIST mdds-1.4.2.tar.bz2 318164 BLAKE2B 
322b53253cb8796f8def8d470bcbc61e787b25f687b6fbdca927de029f0f9813c863cdc57955e67e40124abccf4e77a16108669fd9a25473d952b7b7361fede9
 SHA512 
1d58d30c2c65167fda97c790739a2bf36802f72965007a141108320312316df9bf252c18ff84f867f3805eee4914fe748ae066d51b376791a723fd54ec21c3c3
+DIST mdds-1.4.3.tar.bz2 334515 BLAKE2B 
3a42b7858346b2907040b8e42b1fae56626fc0881737ed04e20ffe4f9a23d2a2459c45e4244ac77745d2b1c7e3ff1642fe883b16def36e56c5c3d15077445793
 SHA512 
fd54a93fde89bff74a5ccf84ce5e2e002114297b165ded56a1bae92b28d70864775add140e165c7750f7dbe8ca1bfe83179cd9a835e53312c2e893c9e1f4434c

diff --git a/dev-util/mdds/mdds-1.4.3.ebuild b/dev-util/mdds/mdds-1.4.3.ebuild
new file mode 100644
index 000..8ca6d8fc087
--- /dev/null
+++ b/dev-util/mdds/mdds-1.4.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git;
+   inherit git-r3
+else
+   SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2;
+#  KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+fi
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A collection of multi-dimensional data structure and indexing 
algorithm"
+HOMEPAGE="https://gitlab.com/mdds/mdds;
+
+LICENSE="MIT"
+SLOT="1/${PV%.*}"
+IUSE="doc valgrind"
+
+RDEPEND="dev-libs/boost:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   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-util/mdds/files/, dev-util/mdds/

2018-11-15 Thread Andreas Sturmlechner
commit: 3785c594bec3e9e3ae518ad1f13cf7bca16c1f69
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 15 22:49:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3785c594

dev-util/mdds: EAPI-7 bump

Rebase buildsystem patch.

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

 dev-util/mdds/files/mdds-1.4.3-buildsystem.patch | 36 
 dev-util/mdds/mdds-.ebuild   | 25 
 2 files changed, 49 insertions(+), 12 deletions(-)

diff --git a/dev-util/mdds/files/mdds-1.4.3-buildsystem.patch 
b/dev-util/mdds/files/mdds-1.4.3-buildsystem.patch
new file mode 100644
index 000..ef3616d6f2f
--- /dev/null
+++ b/dev-util/mdds/files/mdds-1.4.3-buildsystem.patch
@@ -0,0 +1,36 @@
+We want to install (not all of) those files manually.
+
+--- a/Makefile.am  2018-08-29 13:23:49.434860594 +0200
 b/Makefile.am  2018-08-29 13:25:52.125789186 +0200
+@@ -4,7 +4,6 @@
+ 
+ AM_CPPFLAGS = -I$(top_srcdir)/include $(CXXFLAGS_UNITTESTS)
+ 
+-dist_doc_DATA = AUTHORS README.md
+ nodist_pkgconf_DATA = misc/mdds-@API_VERSION@.pc
+ 
+ DISTCLEANFILES = \
+@@ -15,8 +14,6 @@
+ 
+ EXTRA_DIST = \
+   autogen.sh \
+-  CHANGELOG \
+-  LICENSE \
+   doc/conf.py \
+   doc/doxygen.conf \
+   doc/flat_segment_tree.rst \
+@@ -164,14 +161,6 @@
+   rtree_test_bulkload_mem.mem
+ endif
+ 
+-install-data-local:
+-  $(MKDIR_P) $(DESTDIR)$(docdir)
+-  $(INSTALL_DATA) $(top_srcdir)/LICENSE $(DESTDIR)$(docdir)/COPYING
+-  $(INSTALL_DATA) $(top_srcdir)/CHANGELOG $(DESTDIR)$(docdir)/NEWS
+-
+-uninstall-local:
+-  rm -f $(DESTDIR)$(docdir)/COPYING $(DESTDIR)$(docdir)/NEWS
+-
+ if BUILD_DOCS
+ html-local:
+   (cd doc && $(DOXYGEN) doxygen.conf)

diff --git a/dev-util/mdds/mdds-.ebuild b/dev-util/mdds/mdds-.ebuild
index 65b5df3e9c0..facdbc17f0d 100644
--- a/dev-util/mdds/mdds-.ebuild
+++ b/dev-util/mdds/mdds-.ebuild
@@ -1,26 +1,27 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git;
-[[ ${PV} ==  ]] && GITECLASS="git-r3"
-
-inherit autotools toolchain-funcs ${GITECLASS}
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git;
+   inherit git-r3
+else
+   SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+fi
+inherit autotools toolchain-funcs
 
 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="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
 RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
doc? (
app-doc/doxygen
dev-python/sphinx
@@ -28,7 +29,7 @@ DEPEND="${RDEPEND}
valgrind? ( dev-util/valgrind )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-1.4.1-buildsystem.patch" )
+PATCHES=( "${FILESDIR}/${PN}-1.4.3-buildsystem.patch" )
 
 src_prepare(){
default



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

2018-11-15 Thread Andreas Sturmlechner
commit: f398712c2a8cd774d509ac1391c8043170a3745a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 15 22:40:25 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f398712c

app-text/libodfgen: 0.1.7 version bump

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

 app-text/libodfgen/Manifest   |  1 +
 app-text/libodfgen/libodfgen-0.1.7.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-text/libodfgen/Manifest b/app-text/libodfgen/Manifest
index 7a927890f71..23e31e80ecd 100644
--- a/app-text/libodfgen/Manifest
+++ b/app-text/libodfgen/Manifest
@@ -1 +1,2 @@
 DIST libodfgen-0.1.6.tar.xz 359988 BLAKE2B 
89ef70762780efa70ea044758d3c5e677024897bcd1f031c15544dc2e5cc0115bd286ca21051b8223768a2253eb681bdea534230c517de9c00a0a1f5b320eaf3
 SHA512 
bc5e6908ee14c576adececdf8a94ae01f2ed487e6f2490e41aab787e1e8f72a3fb2a786f51ceeefa327710af215741ce13bcf4bb3d99d2aaf403f568c5db75a5
+DIST libodfgen-0.1.7.tar.xz 384760 BLAKE2B 
93066e52c0651e3714843764f0d023178cf0ddb52c1185f085c70180f4123cd26d79b9ea2c211a82f2681c42c8795c3f062f081161effa7fe821b64b54b82cd8
 SHA512 
eaf5c6646a9cacf54cb0416b08526f35d18d0618f3f64cf14f4b24537b0285da2786d2f6d6e2c204c8248f900d37287b2c5af79720b0d49452f67b14c86ea36e

diff --git a/app-text/libodfgen/libodfgen-0.1.7.ebuild 
b/app-text/libodfgen/libodfgen-0.1.7.ebuild
new file mode 100644
index 000..03f14c4c702
--- /dev/null
+++ b/app-text/libodfgen/libodfgen-0.1.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/libodfgen;
+   inherit autotools git-r3
+else
+   SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
+HOMEPAGE="http://libwpd.sourceforge.net/;
+LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
+SLOT="0"
+
+IUSE="doc"
+
+RDEPEND="dev-libs/librevenge"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-static \
+   $(use_with doc docs)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-11-15 Thread Andreas Sturmlechner
commit: f85385e4bf45d1e5af44a1b494c914a9f2020887
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 14 23:56:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 15 23:12:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85385e4

dev-qt/qtwebkit: Fix pkgconfig

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

 ...0180120-cmake-fix-pkgconfig_deps-spelling.patch | 97 ++
 ...twebkit-5.212.0_pre20180120-fix-pkgconfig.patch | 29 +++
 .../qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild   |  6 +-
 3 files changed, 131 insertions(+), 1 deletion(-)

diff --git 
a/dev-qt/qtwebkit/files/qtwebkit-5.212.0_pre20180120-cmake-fix-pkgconfig_deps-spelling.patch
 
b/dev-qt/qtwebkit/files/qtwebkit-5.212.0_pre20180120-cmake-fix-pkgconfig_deps-spelling.patch
new file mode 100644
index 000..a460cec609b
--- /dev/null
+++ 
b/dev-qt/qtwebkit/files/qtwebkit-5.212.0_pre20180120-cmake-fix-pkgconfig_deps-spelling.patch
@@ -0,0 +1,97 @@
+From 326604b27878566d581ea8c1991abd280453a75b Mon Sep 17 00:00:00 2001
+From: Andrew Webster 
+Date: Tue, 20 Mar 2018 09:08:00 -0400
+Subject: [PATCH] [cmake] Make spelling for PKGCONFIG_DEPS consistent
+
+It was referenced as PKGCONGIG_DEPS and PKGCONFIG_DEPS which left
+Qt5WebKitWidgets with empty dependencies.  Correcting to
+PKGCONFIG_DEPS gives it the proper dependencies.
+
+Qt5WebKit was already working, but the spelling has also been
+corrected to avoid confusion.
+---
+ Source/WebKit/PlatformQt.cmake | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/Source/WebKit/PlatformQt.cmake b/Source/WebKit/PlatformQt.cmake
+index 28976b611cd8..de3eabab1157 100644
+--- a/Source/WebKit/PlatformQt.cmake
 b/Source/WebKit/PlatformQt.cmake
+@@ -427,7 +427,7 @@ install(
+ COMPONENT Data
+ )
+ 
+-set(WEBKIT_PKGCONGIG_DEPS "Qt5Core Qt5Gui Qt5Network")
++set(WEBKIT_PKGCONFIG_DEPS "Qt5Core Qt5Gui Qt5Network")
+ set(WEBKIT_PRI_DEPS "core gui network")
+ set(WEBKIT_PRI_EXTRA_LIBS "")
+ set(WEBKIT_PRI_RUNTIME_DEPS "core_private gui_private")
+@@ -448,11 +448,11 @@ if (USE_MEDIA_FOUNDATION)
+ set(WEBKIT_PRI_EXTRA_LIBS "-lmfuuid -lstrmiids ${WEBKIT_PRI_EXTRA_LIBS}")
+ endif ()
+ if (USE_QT_MULTIMEDIA)
+-set(WEBKIT_PKGCONGIG_DEPS "${WEBKIT_PKGCONGIG_DEPS} Qt5Multimedia")
++set(WEBKIT_PKGCONFIG_DEPS "${WEBKIT_PKGCONFIG_DEPS} Qt5Multimedia")
+ set(WEBKIT_PRI_RUNTIME_DEPS "multimedia ${WEBKIT_PRI_RUNTIME_DEPS}")
+ endif ()
+ 
+-set(WEBKITWIDGETS_PKGCONGIG_DEPS "${WEBKIT_PKGCONGIG_DEPS} Qt5Widgets 
Qt5WebKit")
++set(WEBKITWIDGETS_PKGCONFIG_DEPS "${WEBKIT_PKGCONGIG_DEPS} Qt5Widgets 
Qt5WebKit")
+ set(WEBKITWIDGETS_PRI_DEPS "${WEBKIT_PRI_DEPS} widgets webkit")
+ set(WEBKITWIDGETS_PRI_RUNTIME_DEPS "${WEBKIT_PRI_RUNTIME_DEPS} 
widgets_private")
+ 
+@@ -465,12 +465,12 @@ if (ENABLE_PRINT_SUPPORT)
+ endif ()
+ 
+ if (USE_QT_MULTIMEDIA)
+-set(WEBKITWIDGETS_PKGCONGIG_DEPS "${WEBKITWIDGETS_PKGCONGIG_DEPS} 
Qt5MultimediaWidgets")
++set(WEBKITWIDGETS_PKGCONFIG_DEPS "${WEBKITWIDGETS_PKGCONFIG_DEPS} 
Qt5MultimediaWidgets")
+ set(WEBKITWIDGETS_PRI_RUNTIME_DEPS "${WEBKITWIDGETS_PRI_RUNTIME_DEPS} 
multimediawidgets")
+ endif ()
+ 
+ if (QT_STATIC_BUILD)
+-set(WEBKITWIDGETS_PKGCONGIG_DEPS "${WEBKITWIDGETS_PKGCONGIG_DEPS} 
Qt5PrintSupport")
++set(WEBKITWIDGETS_PKGCONFIG_DEPS "${WEBKITWIDGETS_PKGCONFIG_DEPS} 
Qt5PrintSupport")
+ set(WEBKITWIDGETS_PRI_DEPS "${WEBKITWIDGETS_PRI_DEPS} printsupport")
+ set(EXTRA_LIBS_NAMES WebCore JavaScriptCore WTF)
+ append_lib_names_to_list(EXTRA_LIBS_NAMES ${LIBXML2_LIBRARIES} 
${SQLITE_LIBRARIES} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${PNG_LIBRARIES})
+@@ -494,7 +494,7 @@ if (QT_STATIC_BUILD)
+ endif ()
+ list(REMOVE_DUPLICATES EXTRA_LIBS_NAMES)
+ foreach (LIB_NAME ${EXTRA_LIBS_NAMES})
+-set(WEBKIT_PKGCONGIG_DEPS "${WEBKIT_PKGCONGIG_DEPS} 
${LIB_PREFIX}${LIB_NAME}")
++set(WEBKIT_PKGCONFIG_DEPS "${WEBKIT_PKGCONFIG_DEPS} 
${LIB_PREFIX}${LIB_NAME}")
+ set(WEBKIT_PRI_EXTRA_LIBS "${WEBKIT_PRI_EXTRA_LIBS} 
-l${LIB_PREFIX}${LIB_NAME}")
+ endforeach ()
+ endif ()
+@@ -504,7 +504,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS)
+ BASE_NAME Qt5WebKit
+ DESCRIPTION "Qt WebKit module"
+ INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKit"
+-DEPS "${WEBKIT_PKGCONGIG_DEPS}"
++DEPS "${WEBKIT_PKGCONFIG_DEPS}"
+ FILENAME_VAR WebKit_PKGCONFIG_FILENAME
+ )
+ set(ECM_PKGCONFIG_INSTALL_DIR "${LIB_INSTALL_DIR}/pkgconfig" CACHE PATH 
"The directory where pkgconfig will be installed to.")
+From 8c76aabf062232c3fb26839b76716006eca44eec Mon Sep 17 00:00:00 2001
+From: Andrew Webster 
+Date: Tue, 20 Mar 2018 10:33:59 -0400
+Subject: [PATCH] [cmake] Another PKGCONFIG_DEPS correction
+
+---
+ Source/WebKit/PlatformQt.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git 

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

2018-11-15 Thread Patrick McLean
commit: d442f32edc827054d13450b00921ca6c5a1df3f2
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Nov 15 22:55:20 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 15 22:55:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d442f32e

app-admin/metalog: EAPI=6

Somehow the EAPI changed in the bump

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 app-admin/metalog/metalog-20181125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/metalog/metalog-20181125.ebuild 
b/app-admin/metalog/metalog-20181125.ebuild
index 9440d45f8e5..25657e4a752 100644
--- a/app-admin/metalog/metalog-20181125.ebuild
+++ b/app-admin/metalog/metalog-20181125.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=6
 inherit autotools systemd
 
 DESCRIPTION="A highly configurable replacement for syslogd/klogd"



[gentoo-commits] repo/gentoo:master commit in: app-admin/metalog/files/, app-admin/metalog/

2018-11-15 Thread Patrick McLean
commit: e89960b35cf778df12786199f79b7634746de3ec
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Nov 15 22:50:32 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 15 22:52:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89960b3

app-admin/metalog: Version bump to 20181125 (bug #664344)

Update HOMEPAGE to GitHub site

Closes: https://bugs.gentoo.org/664344
Closes: https://bugs.gentoo.org/669694
Bug: https://bugs.gentoo.org/210711
Bug: https://bugs.gentoo.org/670757
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 app-admin/metalog/Manifest|  1 +
 app-admin/metalog/files/metalog.initd-r1  | 28 ++
 app-admin/metalog/metalog-20181125.ebuild | 64 +++
 3 files changed, 93 insertions(+)

diff --git a/app-admin/metalog/Manifest b/app-admin/metalog/Manifest
index f5591a27d98..3f1adee6f9a 100644
--- a/app-admin/metalog/Manifest
+++ b/app-admin/metalog/Manifest
@@ -1 +1,2 @@
+DIST metalog-20181125.tar.gz 39472 BLAKE2B 
64d90835d50c7cb10ab2bf2708d00189b9f8cb56438c29d5c445c5527cce030f918ba74f83cdcd54017f04fe2a8ab30e5631bcdf6681e56c311f8069981a9b5c
 SHA512 
4b187a29b9e25a0f762f929c6993fa6e49ead470916a43a0dfbf16720a1a633121357d2f152bf4cdcd71c016aa4fc8fd6cffb35249abd430fbbf66651986bc4b
 DIST metalog-3.tar.xz 360784 BLAKE2B 
951841d423769cd97e14985e15d5a2499ca351e082c0effe28dc16d46db91235b7ef0448fe32d38b2ed5b53011d04b3375dc87c2a859c49bede2ae177ec16954
 SHA512 
2ac614bb85fe466308c4ced0842fdab5f056eda60e892189a8220719f1e06a72fce3c76842a2ac8c63a6808c20d8b7a7d8676896e14f7f54e40630ecbd21e289

diff --git a/app-admin/metalog/files/metalog.initd-r1 
b/app-admin/metalog/files/metalog.initd-r1
new file mode 100644
index 000..bb947bdadf8
--- /dev/null
+++ b/app-admin/metalog/files/metalog.initd-r1
@@ -0,0 +1,28 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+pidfile="${PIDFILE:-/run/metalog.pid}"
+command="/usr/sbin/metalog"
+command_args="--pidfile=${pidfile} --daemonize ${METALOG_OPTS}"
+
+extra_started_commands="buffer unbuffer"
+
+depend() {
+   need localmount
+   use clock hostname
+   after bootmisc
+   provide logger
+}
+
+buffer() {
+   ebegin "Enabling log buffering"
+   start-stop-daemon --exec "${command}" --signal USR2 --pidfile 
"${pidfile}"
+   eend ${?}
+}
+
+unbuffer() {
+   ebegin "Disabling log buffering"
+   start-stop-daemon --exec "${command}" --signal USR1 --pidfile 
"${pidfile}"
+   eend ${?}
+}

diff --git a/app-admin/metalog/metalog-20181125.ebuild 
b/app-admin/metalog/metalog-20181125.ebuild
new file mode 100644
index 000..9440d45f8e5
--- /dev/null
+++ b/app-admin/metalog/metalog-20181125.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools systemd
+
+DESCRIPTION="A highly configurable replacement for syslogd/klogd"
+HOMEPAGE="https://github.com/hvisage/metalog;
+SRC_URI="https://github.com/hvisage/${PN}/archive/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="unicode"
+
+RDEPEND=">=dev-libs/libpcre-3.4"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9-metalog-conf.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog README NEWS metalog.conf
+
+   into /
+   dosbin "${FILESDIR}"/consolelog.sh
+
+   newinitd "${FILESDIR}"/metalog.initd-r1 metalog
+   newconfd "${FILESDIR}"/metalog.confd metalog
+   systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}.service"
+}
+
+pkg_preinst() {
+   if [[ -d "${ROOT}"/etc/metalog ]] && [[ ! -e "${ROOT}"/etc/metalog.conf 
]] ; then
+   mv -f "${ROOT}"/etc/metalog/metalog.conf 
"${ROOT}"/etc/metalog.conf
+   rmdir "${ROOT}"/etc/metalog
+   export MOVED_METALOG_CONF=true
+   else
+   export MOVED_METALOG_CONF=false
+   fi
+}
+
+pkg_postinst() {
+   if ${MOVED_METALOG_CONF} ; then
+   ewarn "The default metalog.conf file has been moved"
+   ewarn "from /etc/metalog/metalog.conf to just"
+   ewarn "/etc/metalog.conf.  If you had a standard"
+   ewarn "setup, the file has been moved for you."
+   fi
+}



[gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.amd64.hardened/, tools-uclibc/portage.i686.hardened/, ...

2018-11-15 Thread Anthony G. Basile
commit: 2bf63fc4a49bfc4009bf340ee2ffbf8ab88b2f4e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Nov 15 22:06:30 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Nov 15 22:06:52 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=2bf63fc4

tools-uclibc: moved FEATURES=-multilib-strict to tree

Signed-off-by: Anthony G. Basile  gentoo.org>

 tools-uclibc/portage.amd64.hardened/env/sys-apps_file_0 | 1 -
 tools-uclibc/portage.amd64.hardened/package.accept_keywords | 2 +-
 tools-uclibc/portage.amd64.hardened/package.env | 1 -
 tools-uclibc/portage.amd64.vanilla/env/sys-apps_file_0  | 1 -
 tools-uclibc/portage.amd64.vanilla/package.accept_keywords  | 2 +-
 tools-uclibc/portage.amd64.vanilla/package.env  | 1 -
 tools-uclibc/portage.i686.hardened/env/sys-apps_file_0  | 1 -
 tools-uclibc/portage.i686.hardened/package.accept_keywords  | 2 +-
 tools-uclibc/portage.i686.hardened/package.env  | 1 -
 tools-uclibc/portage.i686.vanilla/env/sys-apps_file_0   | 1 -
 tools-uclibc/portage.i686.vanilla/package.accept_keywords   | 2 +-
 tools-uclibc/portage.i686.vanilla/package.env   | 1 -
 12 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/tools-uclibc/portage.amd64.hardened/env/sys-apps_file_0 
b/tools-uclibc/portage.amd64.hardened/env/sys-apps_file_0
deleted file mode 100644
index 6490f7bb..
--- a/tools-uclibc/portage.amd64.hardened/env/sys-apps_file_0
+++ /dev/null
@@ -1 +0,0 @@
-FEATURES="-multilib-strict"

diff --git a/tools-uclibc/portage.amd64.hardened/package.accept_keywords 
b/tools-uclibc/portage.amd64.hardened/package.accept_keywords
index d3121c24..8ffc9b3a 100644
--- a/tools-uclibc/portage.amd64.hardened/package.accept_keywords
+++ b/tools-uclibc/portage.amd64.hardened/package.accept_keywords
@@ -1 +1 @@
-=sys-apps/iproute2-4.18.0 ~amd64
+=sys-apps/iproute2-4.18.0-r1 ~amd64

diff --git a/tools-uclibc/portage.amd64.hardened/package.env 
b/tools-uclibc/portage.amd64.hardened/package.env
index 2d99438b..dd59e5f1 100644
--- a/tools-uclibc/portage.amd64.hardened/package.env
+++ b/tools-uclibc/portage.amd64.hardened/package.env
@@ -1,2 +1 @@
 net-misc/iputils net-misc_iputils_0
-sys-apps/file sys-apps_file_0

diff --git a/tools-uclibc/portage.amd64.vanilla/env/sys-apps_file_0 
b/tools-uclibc/portage.amd64.vanilla/env/sys-apps_file_0
deleted file mode 100644
index 6490f7bb..
--- a/tools-uclibc/portage.amd64.vanilla/env/sys-apps_file_0
+++ /dev/null
@@ -1 +0,0 @@
-FEATURES="-multilib-strict"

diff --git a/tools-uclibc/portage.amd64.vanilla/package.accept_keywords 
b/tools-uclibc/portage.amd64.vanilla/package.accept_keywords
index d3121c24..8ffc9b3a 100644
--- a/tools-uclibc/portage.amd64.vanilla/package.accept_keywords
+++ b/tools-uclibc/portage.amd64.vanilla/package.accept_keywords
@@ -1 +1 @@
-=sys-apps/iproute2-4.18.0 ~amd64
+=sys-apps/iproute2-4.18.0-r1 ~amd64

diff --git a/tools-uclibc/portage.amd64.vanilla/package.env 
b/tools-uclibc/portage.amd64.vanilla/package.env
index 2d99438b..dd59e5f1 100644
--- a/tools-uclibc/portage.amd64.vanilla/package.env
+++ b/tools-uclibc/portage.amd64.vanilla/package.env
@@ -1,2 +1 @@
 net-misc/iputils net-misc_iputils_0
-sys-apps/file sys-apps_file_0

diff --git a/tools-uclibc/portage.i686.hardened/env/sys-apps_file_0 
b/tools-uclibc/portage.i686.hardened/env/sys-apps_file_0
deleted file mode 100644
index 6490f7bb..
--- a/tools-uclibc/portage.i686.hardened/env/sys-apps_file_0
+++ /dev/null
@@ -1 +0,0 @@
-FEATURES="-multilib-strict"

diff --git a/tools-uclibc/portage.i686.hardened/package.accept_keywords 
b/tools-uclibc/portage.i686.hardened/package.accept_keywords
index e6b927af..8ffc9b3a 100644
--- a/tools-uclibc/portage.i686.hardened/package.accept_keywords
+++ b/tools-uclibc/portage.i686.hardened/package.accept_keywords
@@ -1 +1 @@
-=sys-apps/iproute2-4.18.0 ~x86
+=sys-apps/iproute2-4.18.0-r1 ~amd64

diff --git a/tools-uclibc/portage.i686.hardened/package.env 
b/tools-uclibc/portage.i686.hardened/package.env
index 2d99438b..dd59e5f1 100644
--- a/tools-uclibc/portage.i686.hardened/package.env
+++ b/tools-uclibc/portage.i686.hardened/package.env
@@ -1,2 +1 @@
 net-misc/iputils net-misc_iputils_0
-sys-apps/file sys-apps_file_0

diff --git a/tools-uclibc/portage.i686.vanilla/env/sys-apps_file_0 
b/tools-uclibc/portage.i686.vanilla/env/sys-apps_file_0
deleted file mode 100644
index 6490f7bb..
--- a/tools-uclibc/portage.i686.vanilla/env/sys-apps_file_0
+++ /dev/null
@@ -1 +0,0 @@
-FEATURES="-multilib-strict"

diff --git a/tools-uclibc/portage.i686.vanilla/package.accept_keywords 
b/tools-uclibc/portage.i686.vanilla/package.accept_keywords
index e6b927af..8ffc9b3a 100644
--- a/tools-uclibc/portage.i686.vanilla/package.accept_keywords
+++ b/tools-uclibc/portage.i686.vanilla/package.accept_keywords
@@ -1 +1 @@
-=sys-apps/iproute2-4.18.0 ~x86
+=sys-apps/iproute2-4.18.0-r1 ~amd64

diff --git 

[gentoo-commits] proj/gamerlay:master commit in: games-fps/doom3-gpl/

2018-11-15 Thread Azamat H. Hackimov
commit: 580d1cce5cbe2585a01e7236280f1a2d58419767
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Nov 15 20:43:31 2018 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Nov 15 20:43:31 2018 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=580d1cce

[games-fps/doom3-gpl] unusable, use dhewm3 instead

Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-fps/doom3-gpl/doom3-gpl-.ebuild | 99 ---
 games-fps/doom3-gpl/metadata.xml  |  8 ---
 2 files changed, 107 deletions(-)

diff --git a/games-fps/doom3-gpl/doom3-gpl-.ebuild 
b/games-fps/doom3-gpl/doom3-gpl-.ebuild
deleted file mode 100644
index 1d5d5ce..000
--- a/games-fps/doom3-gpl/doom3-gpl-.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit scons-utils toolchain-funcs games git-2
-
-DESCRIPTION="3rd installment of the classic iD 3D first-person shooter"
-HOMEPAGE="https://github.com/TTimo/doom3.gpl;
-EGIT_REPO_URI="git://github.com/TTimo/doom3.gpl.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="alsa debug dedicated opengl"
-
-RDEPEND="
-   opengl? (
-   virtual/opengl
-   alsa? ( media-libs/alsa-lib )
-   amd64? ( app-emulation/emul-linux-x86-xlibs[opengl] )
-   )
-"
-DEPEND="${RDEPEND}
-   sys-devel/m4
-"
-
-dir=$(games_get_libdir)/${PN}
-
-src_configure() {
-   S+="/neo"
-
-   myesconsargs=(
-   CC="$(tc-getCC)"
-   CXX="$(tc-getCXX)"
-   )
-   # FIXME build fails with JOBS=3
-   #JOBS="$(echo -j1 ${MAKEOPTS} | sed -r 
"s/.*(-j\s*|--jobs=)([0-9]+).*/\2/")"
-
-   if use debug; then
-   myesconsargs+=( BUILD="debug-all" )
-   else
-   myesconsargs+=( BUILD="release" )
-   fi
-
-   if use dedicated; then
-   if use opengl; then
-   myesconsargs+=( DEDICATED="2" )
-   else
-   myesconsargs+=( DEDICATED="1" )
-   fi
-   else
-   # TODO use EAPI4
-   use !opengl && die "Nothing to build"
-   myesconsargs+=( DEDICATED="0" )
-   fi
-
-   # FIXME needs 32-bit libz.a
-   myesconsargs+=( NOCURL="1" )
-}
-
-src_compile() {
-   escons
-}
-
-src_install() {
-   exeinto "${dir}"
-   doexe gamex86-base.so || die
-   doexe gamex86-d3xp.so || die
-
-   if use dedicated; then
-   doexe doomded.x86 || die
-   fi
-
-   if use opengl; then
-   doexe doom.x86 || die
-   doexe sys/linux/setup/image/openurl.sh || die
-   games_make_wrapper ${PN} ./doom.x86 "${dir}" "${dir}"
-   newicon sys/linux/setup/image/doom3.png ${PN}.png || die
-   make_desktop_entry ${PN} "Doom III GPL"
-   fi
-
-   prepgamesdirs
-
-   dodoc sys/linux/setup/image/README || die
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-
-   elog "You need to copy 'base' directory"
-   elog "from either your installation media or your hard drive to"
-   elog "${dir}/ before running the game."
-   echo
-   elog "To play the game, run:"
-   elog " ${PN}"
-   echo
-}

diff --git a/games-fps/doom3-gpl/metadata.xml b/games-fps/doom3-gpl/metadata.xml
deleted file mode 100644
index ee286d6..000
--- a/games-fps/doom3-gpl/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   nik...@lavabit.com
-   Nikoli
-   
-



[gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear-data/, games-simulation/flightgear/

2018-11-15 Thread Azamat H. Hackimov
commit: 9d813da9fa49f8a0fbd3dca23a530a51d35ef33f
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Nov 15 21:21:04 2018 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Nov 15 21:21:04 2018 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9d813da9

[games-simulation/flightgear*] Remove old

In portage now

Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../flightgear-data/flightgear-data-.ebuild| 40 --
 games-simulation/flightgear/flightgear-.ebuild | 93 --
 games-simulation/flightgear/metadata.xml   | 15 
 3 files changed, 148 deletions(-)

diff --git a/games-simulation/flightgear-data/flightgear-data-.ebuild 
b/games-simulation/flightgear-data/flightgear-data-.ebuild
deleted file mode 100644
index 7347763..000
--- a/games-simulation/flightgear-data/flightgear-data-.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_BRANCH="master"
-EGIT_PROJECT="flightgear.git"
-
-inherit games git-r3 check-reqs
-
-DESCRIPTION="FlightGear data files"
-HOMEPAGE="http://www.flightgear.org/;
-EGIT_REPO_URI="git://gitorious.org/fg/fgdata.git
-   git://mapserver.flightgear.org/fgdata"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-S=${WORKDIR}
-GAMES_SHOW_WARNING=NO
-
-pkg_pretend() {
-   # Ensure we have enough disk space to compile
-   CHECKREQS_DISK_BUILD="12G"
-   check-reqs_pkg_setup
-}
-
-pkg_setup() {
-   # Ensure we have enough disk space to compile
-CHECKREQS_DISK_BUILD="12G"
-check-reqs_pkg_setup
-}
-
-src_install() {
-   insinto "${GAMES_DATADIR}"/flightgear-live
-   doins -r ./*
-   prepgamesdirs
-}

diff --git a/games-simulation/flightgear/flightgear-.ebuild 
b/games-simulation/flightgear/flightgear-.ebuild
deleted file mode 100644
index 460663d..000
--- a/games-simulation/flightgear/flightgear-.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="Open Source Flight Simulator"
-HOMEPAGE="http://www.flightgear.org/;
-EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/${PN}"
-EGIT_BRANCH="next"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="dbus debug fgcom fgpanel +jsbsim oldfdm qt5 test +udev +yasim"
-
-COMMON_DEPEND="
-   dev-db/sqlite:3
-   >=dev-games/openscenegraph-3.2[png]
-   ~dev-games/simgear-${PV}[-headless]
-   sys-libs/zlib
-   virtual/opengl
-   dbus? ( sys-apps/dbus )
-   qt5? (
-   >=dev-qt/qtcore-5.4.1:5
-   >=dev-qt/qtgui-5.4.1:5
-   >=dev-qt/qtwidgets-5.4.1:5
-   )
-   udev? ( virtual/udev )
-   fgpanel? (
-   media-libs/freeglut
-   media-libs/libpng:0
-   )
-"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/boost-1.37
-   media-libs/openal
-   >=media-libs/plib-1.8.5
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-src_configure() {
-   local mycmakeargs=(
-   -DFG_DATA_DIR=/usr/share/${PN}-live
-   -DENABLE_FGADMIN=OFF
-   -DLOGGING=ON
-   -DENABLE_PROFILE=OFF
-   -DENABLE_RTI=OFF
-   -DSIMGEAR_SHARED=ON
-   -DSP_FDMS=OFF
-   -DSYSTEM_SQLITE=ON
-   -DUSE_DBUS=$(usex dbus)
-   -DENABLE_FGCOM=$(usex fgcom)
-   -DENABLE_IAX=$(usex fgcom)
-   -DWITH_FGPANEL=$(usex fgpanel)
-   -DENABLE_JSBSIM=$(usex jsbsim)
-   -DENABLE_LARCSIM=$(usex oldfdm)
-   -DENABLE_UIUC_MODEL=$(usex oldfdm)
-   -DENABLE_QT=$(usex qt5)
-   -DENABLE_TESTS=$(usex test)
-   -DEVENT_INPUT=$(usex udev)
-   -DENABLE_YASIM=$(usex yasim)
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   doicon -s scalable icons/scalable/flightgear.svg
-   newmenu package/${PN}.desktop ${PN}.desktop
-}
-
-pkg_postinst() {
-   elog "FlightGear is now installed, but to run it you"
-   elog "have to download fgdata as well, which is expected under"
-   elog "/usr/share/${PN}-live"
-   elog
-   elog "You can save it anywhere else but then you have to set"
-   elog "FG_ROOT to that directory or create an \"--fg-root=\" entry in 
~/.fgfsrc"
-   elog
-   elog "To download fgdata, use"
-   elog "\"git clone git://git.code.sf.net/p/flightgear/fgdata SOMEPATH\"."
-   elog
-   elog "Don't forget that before updating FlightGear you will most likely"
-   elog "have to update Simgear, too"
-}

diff --git a/games-simulation/flightgear/metadata.xml 
b/games-simulation/flightgear/metadata.xml
deleted file mode 100644
index 

[gentoo-commits] proj/gamerlay:master commit in: games-fps/rtcw/files/, games-fps/rtcw/

2018-11-15 Thread Azamat H. Hackimov
commit: 56fdf1540bf95aa6f908d8d1f4bebe048a9d414c
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Nov 15 20:58:27 2018 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Nov 15 20:58:27 2018 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=56fdf154

[games-fps/rtcw] remove live

Need to migrate to iortcw. Still broken as uses games eclass.

Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-fps/rtcw/files/Makefile.local  |  39 
 games-fps/rtcw/files/rtcw-zlib.patch |  16 ---
 games-fps/rtcw/files/wolf-ded.rc |  25 -
 games-fps/rtcw/metadata.xml  |   8 --
 games-fps/rtcw/rtcw-.ebuild  | 185 ---
 5 files changed, 273 deletions(-)

diff --git a/games-fps/rtcw/files/Makefile.local 
b/games-fps/rtcw/files/Makefile.local
deleted file mode 100644
index 451bde9..000
--- a/games-fps/rtcw/files/Makefile.local
+++ /dev/null
@@ -1,39 +0,0 @@
-#CFLAGS# use this for custom CFLAGS
-#V # set to show cc command line when building
-#DEFAULT_BASEDIR   # extra path to search for main and such
-#BUILD_SERVER  # build the 'iowolfmpded' server binary
-#BUILD_CLIENT  # build the 'iowolfmp' or 'iowolfsp' client binary
-#BUILD_BASEGAME# build the 'main' binaries
-#BUILD_GAME_SO # build the game shared libraries
-#BUILD_GAME_QVM# build the game qvms
-#BUILD_STANDALONE  # build binaries suited for stand-alone games
-#SERVERBIN # rename 'iowolfmpded' server binary
-#CLIENTBIN # rename 'iowolfmp' or 'iowolfsp' client binary
-#BASEGAME  # rename 'main'
-#BASEGAME_CFLAGS   # custom CFLAGS for basegame
-#USE_OPENAL# use OpenAL where available
-#USE_OPENAL_DLOPEN # link with OpenAL at runtime
-#USE_CURL  # use libcurl for http/ftp download support
-#USE_CURL_DLOPEN   # link with libcurl at runtime
-#USE_CODEC_VORBIS  # enable Ogg Vorbis support
-#USE_CODEC_OPUS# enable Ogg Opus support
-#USE_MUMBLE# enable Mumble support
-#USE_VOIP  # # enable built-in VoIP support
-#USE_INTERNAL_SPEEX# build internal speex library instead of dynamically 
linking against system libspeex
-#USE_FREETYPE  # enable FreeType support for rendering fonts
-#USE_INTERNAL_ZLIB # build and link against internal zlib
-#USE_INTERNAL_JPEG # build and link against internal JPEG library
-#USE_INTERNAL_OGG  # build and link against internal ogg library
-#USE_INTERNAL_OPUS # build and link against internal opus/opusfile 
libraries
-#USE_LOCAL_HEADERS # use headers local to ioq3 instead of system ones
-#DEBUG_CFLAGS  # C compiler flags to use for building debug version
-#COPYDIR   # the target installation directory
-#TEMPDIR   # specify userdefined directory for temp files
-CFLAGS=-march=native -mtune=native -O3 -pipe
-V=1
-USE_INTERNAL_LIBS=0
-USE_LOCAL_HEADERS=0
-USE_MUMBLE=0
-USE_VOIP=0
-USE_CODEC_OPUS=0
-NO_STRIP=1

diff --git a/games-fps/rtcw/files/rtcw-zlib.patch 
b/games-fps/rtcw/files/rtcw-zlib.patch
deleted file mode 100644
index aae0450..000
--- a/games-fps/rtcw/files/rtcw-zlib.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: code/qcommon/ioapi.h
-===
-diff --git a/trunk/SP/code/qcommon/ioapi.h b/trunk/SP/code/qcommon/ioapi.h
 a/trunk/SP/code/qcommon/ioapi.h(revision 762)
-+++ b/trunk/SP/code/qcommon/ioapi.h(working copy)
-@@ -31,6 +31,10 @@
- #endif
- #endif
- 
-+#ifndef OF
-+#define OF(x) x
-+#endif
-+
- #ifdef __cplusplus
- extern "C" {
- #endif

diff --git a/games-fps/rtcw/files/wolf-ded.rc b/games-fps/rtcw/files/wolf-ded.rc
deleted file mode 100644
index 41c84ae..000
--- a/games-fps/rtcw/files/wolf-ded.rc
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/files/wolf-ded.rc,v 1.4 
2004/07/14 22:16:39 agriffis Exp $
-
-depend() {
-   need net
-}
-
-start() {
-   ebegin "Starting RTCW dedicated server..."
-   screen -A -m -d -S rtcw su - dedicated -c GENTOO_DIR/startwolfded
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping RTCW dedicated server..."
-   kill `screen -list | grep rtcw | awk -F . '{ print $1 }' | sed -e s/.//`
-   eend $?
-
-}
-
-status() {
-   screen -list | grep rtcwded
-}

diff --git a/games-fps/rtcw/metadata.xml b/games-fps/rtcw/metadata.xml
deleted file mode 100644
index 6a07ecd..000
--- a/games-fps/rtcw/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-games
-
-Return to Castle Wolfenstein is a first-person 3-D shooter based loosely on 
the original Wolfenstein series by id software.  The game takes place in Europe 
during World 

[gentoo-commits] proj/gamerlay:master commit in: games-fps/dhewm3/

2018-11-15 Thread Azamat H. Hackimov
commit: 608f5ce6b879a32526697c3270f7b4b8b30bbb8f
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Nov 15 20:41:01 2018 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Nov 15 20:41:01 2018 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=608f5ce6

games-fps/dhewm3: bump to 1.5.0_rc1, removed live

Minor fixes to metadata

Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 ...{dhewm3-.ebuild => dhewm3-1.5.0_rc1.ebuild} | 43 +++---
 games-fps/dhewm3/metadata.xml  |  5 +--
 2 files changed, 15 insertions(+), 33 deletions(-)

diff --git a/games-fps/dhewm3/dhewm3-.ebuild 
b/games-fps/dhewm3/dhewm3-1.5.0_rc1.ebuild
similarity index 52%
rename from games-fps/dhewm3/dhewm3-.ebuild
rename to games-fps/dhewm3/dhewm3-1.5.0_rc1.ebuild
index cda76dc..d07d8f9 100644
--- a/games-fps/dhewm3/dhewm3-.ebuild
+++ b/games-fps/dhewm3/dhewm3-1.5.0_rc1.ebuild
@@ -1,34 +1,33 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils git-r3
+inherit cmake-utils
+
+MY_PV=${PV/_rc/_RC}
 
 DESCRIPTION="A Doom 3 GPL source modification."
 HOMEPAGE="https://github.com/dhewm/dhewm3;
-EGIT_REPO_URI="https://github.com/dhewm/dhewm3.git;
+SRC_URI="https://github.com/dhewm/dhewm3/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="cdinstall dedicated roe"
+KEYWORDS="~amd64"
+IUSE="dedicated"
 
 DEPEND="
-   virtual/jpeg
+   virtual/jpeg:0
media-libs/libogg
media-libs/libsdl2
media-libs/libvorbis
media-libs/openal
net-misc/curl
-   sys-libs/zlib
+   sys-libs/zlib:=
 "
-RDEPEND="${DEPEND}
-   cdinstall? (
-   >=games-fps/doom3-data-1.1.1282-r1
-   roe? ( games-fps/doom3-roe )
-   )"
+RDEPEND="${DEPEND}"
 
+S="${WORKDIR}/${PN}-${MY_PV}"
 CMAKE_USE_DIR="${S}/neo"
 
 DATADIR=/usr/share/dhewm3
@@ -57,25 +56,11 @@ src_install() {
 
newicon "${CMAKE_USE_DIR}"/sys/linux/setup/image/doom3.png "${PN}".png
make_desktop_entry "${PN}" "Doom 3 - dhewm"
-
-   # TODO: roe desktop file
 }
 
 pkg_postinst() {
-   if ! use cdinstall; then
-   elog "You need to copy *.pk4 from either your installation 
media or your hard drive to"
-   elog "${DATADIR}/base before running the game,"
-   elog "or 'emerge games-fps/doom3-data' to install from CD."
-   echo
-   if use roe ; then
-   elog "To use the Resurrection of Evil expansion pack, 
you also need to copy *.pk4"
-   elog "to ${DATADIR}/d3xp from the RoE CD before running 
the game,"
-   elog "or 'emerge doom3-roe' to install from CD."
-   fi
-   fi
-
-   echo
-   elog "To play the game, run:"
-   elog " ${PN}"
+   elog "You need to copy *.pk4 from either your installation media or 
your hard drive to"
+   elog "${DATADIR}/base before running the game,"
+   elog "or 'emerge games-fps/doom3-data' to install from CD."
echo
 }

diff --git a/games-fps/dhewm3/metadata.xml b/games-fps/dhewm3/metadata.xml
index c1e1824..b74872d 100644
--- a/games-fps/dhewm3/metadata.xml
+++ b/games-fps/dhewm3/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
 azamat.hacki...@gmail.com
 Azamat H. Hackimov
 
@@ -15,7 +15,4 @@ Compared to the original DOOM 3, the changes of dhewm 3 worth 
mentioning are:
   * A portable build system based on CMake
   * (Cross-)compilation with mingw-w64
 
-
-Adds support for the Resurrection of Evil expansion
-
 



[gentoo-commits] proj/gamerlay:master commit in: games-strategy/glfrontier/

2018-11-15 Thread Azamat H. Hackimov
commit: af1c5734679a5ed12b949d47876f0865d1fcddc4
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Nov 15 21:34:03 2018 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Nov 15 21:34:03 2018 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=af1c5734

games-strategy/glfrontier: fixes to ebuild

Need to review more.

Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../glfrontier/glfrontier-20060623-r4.ebuild   | 28 ++
 games-strategy/glfrontier/metadata.xml |  9 ---
 2 files changed, 17 insertions(+), 20 deletions(-)

diff --git a/games-strategy/glfrontier/glfrontier-20060623-r4.ebuild 
b/games-strategy/glfrontier/glfrontier-20060623-r4.ebuild
index 5b14f4d..ea13aef 100644
--- a/games-strategy/glfrontier/glfrontier-20060623-r4.ebuild
+++ b/games-strategy/glfrontier/glfrontier-20060623-r4.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI=6
 
@@ -12,39 +11,38 @@ DESCRIPTION="Frontier: Elite 2 with OpenGL support"
 HOMEPAGE="http://tom.noflag.org.uk/glfrontier.html;
 
 SRC_URI="http://tom.noflag.org.uk/glfrontier/frontvm3-20060623.tar.bz2
- http://tom.noflag.org.uk/misc/frontvm-audio-20060222.tar.bz2;
+   http://tom.noflag.org.uk/misc/frontvm-audio-20060222.tar.bz2;
 
-
-LICENSE="GPL"
-KEYWORDS="~x86 ~amd64"
+LICENSE="HPND"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 SLOT="0"
 
 RDEPEND=">=media-libs/freeglut-2.6
- media-libs/libsdl
- media-libs/libogg"
+   media-libs/libsdl
+   media-libs/libogg"
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}
 
 src_prepare() {
-   epatch "${FILESDIR}/${MY_P}"-fix_missing_math_lib.patch
+   epatch "${FILESDIR}/${MY_P}-fix_missing_math_lib.patch"
eapply_user
 }
 
 src_compile() {
-   cd ${S}/frontvm3-20060623
+   cd "${S}/frontvm3-20060623"
make -f Makefile-C || die "make install failed"
 }
 
 src_install() {
-   mv ${S}/frontvm3-20060623/frontier ${S}/frontvm3-20060623/${MY_PN}
+   mv "${S}/frontvm3-20060623/frontier" "${S}/frontvm3-20060623/${MY_PN}"
 
-   dobin ${S}/frontvm3-20060623/${MY_PN}
-   insinto /usr/share/${MY_PN}
-   doins ${S}/frontvm3-20060623/fe2.s.bin
-   doins -r ${S}/frontvm-audio-20060222/*
+   newbin "${S}/frontvm3-20060623/frontier" ${MY_PN}
+   insinto "/usr/share/${MY_PN}"
+   doins "${S}/frontvm3-20060623/fe2.s.bin"
+   doins -r "${S}/frontvm-audio-20060222/*"
 
make_desktop_entry /usr/share/${MY_PN}/${MY_PN} GLFrontier ${MY_PN} 
Game Path=/usr/share/${MY_PN}
 }

diff --git a/games-strategy/glfrontier/metadata.xml 
b/games-strategy/glfrontier/metadata.xml
index 3987c0c..cc20dcf 100644
--- a/games-strategy/glfrontier/metadata.xml
+++ b/games-strategy/glfrontier/metadata.xml
@@ -1,13 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-no-herd
-
-  yamakuz...@gmx.net
-  The creator of this ebuild, but not the official 
maintainer
+
+yamakuz...@gmx.net
+The creator of this ebuild, but not the official 
maintainer
 
 
-MISSING
+Frontier: Elite 2 with OpenGL support
 
 
 



[gentoo-commits] proj/gamerlay:master commit in: games-simulation/babylon5-ifh-dao/

2018-11-15 Thread Azamat H. Hackimov
commit: 7cc86a88f9fcc2b2b38239d0fb4c2e26b4702c6a
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Nov 15 21:18:37 2018 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Nov 15 21:18:37 2018 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7cc86a88

games-simulation/babylon5-ifh-dao: Renew ebuild

Hello, my old friend...

Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild   | 17 +++--
 games-simulation/babylon5-ifh-dao/metadata.xml  |  3 +--
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild 
b/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
index 0372033..e661419 100644
--- a/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
+++ b/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=3
+EAPI=6
 
-inherit games
+inherit eutils
 
 MY_PV=${PV/./}
 DESCRIPTION="Danger and Opportunity - a prequel for Babylon 5: I've Found Her"
 HOMEPAGE="http://ifhgame.ru/main/dao-home;
 SRC_URI="http://www.b5.ru/ifh/ifh${MY_PV}.tar.gz;
 
-LICENSE="as-is"
+LICENSE="HPND"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
@@ -20,10 +19,10 @@ RDEPEND="virtual/opengl
x11-libs/libX11"
 DEPEND="${DEPEND}"
 
-S="${WORKDIR}"/ifh
+S="${WORKDIR}/ifh"
 
 src_install() {
-   local dir=${GAMES_PREFIX_OPT}/ifh
+   local dir=/opt/ifh
if use amd64; then
local exefile=coreifh64
local fmodex=libfmodex64.so
@@ -42,7 +41,5 @@ src_install() {
fperms 770 "${dir}"/data/pilots
exeinto "${dir}"/bin
doexe bin/{${exefile},${fmodex}} || die "doexe failes"
-   games_make_wrapper ${PN} ./${exefile} "${dir}/bin" "${dir}/bin"
-
-   prepgamesdirs
+   make_wrapper ${PN} ./${exefile} "${dir}/bin" "${dir}/bin"
 }

diff --git a/games-simulation/babylon5-ifh-dao/metadata.xml 
b/games-simulation/babylon5-ifh-dao/metadata.xml
index d523069..b89738d 100644
--- a/games-simulation/babylon5-ifh-dao/metadata.xml
+++ b/games-simulation/babylon5-ifh-dao/metadata.xml
@@ -1,8 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-gamerlay
-
+
 azamat.hacki...@gmail.com
 Azamat H. Hackimov
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/

2018-11-15 Thread Jason A. Donenfeld
commit: 3dbab1479d02aca52f9b4c1b02d89eadd43b3206
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Nov 15 20:11:32 2018 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Thu Nov 15 20:12:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbab147

net-vpn/wireguard: version bump

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20181018.ebuild => wireguard-0.0.20181115.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index 515ecca3b8c..8c8364e793b 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20181018.tar.xz 299432 BLAKE2B 
05869b7a421761581445b8e383119a893d65ec9ff7b53551bede6022ee7609e9bc2c8081392ac5eba382ae817a281390f1fcfb35cd7c9a8b32794eb25878e541
 SHA512 
ab9f42bdae1b12a95faaf51d5b9e17a8635c67386feefaaa40e0395d78c3258b9afa8a1d2f64010fac4867fa0d229a4ed850fab8a24678d6c8aa2ab6e30ae1b3
+DIST WireGuard-0.0.20181115.tar.xz 329932 BLAKE2B 
5f0b73982e9befdf768607110cc743d3d8ec6bad6467dfae6e5b6d2974b74db78d9ee6ed2518cf04ecc86fb6f92e1dd55ed12d2e68a7f9201779492f170d4da4
 SHA512 
622de8d9274e3689debabf122e4569ae7d747f625ff5161779006b3c583b08b7b3a270aba1abf3d56c4390f809aacbf70bed6964b476f5ac72fb2f51923f3b3d

diff --git a/net-vpn/wireguard/wireguard-0.0.20181018.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20181115.ebuild
similarity index 100%
rename from net-vpn/wireguard/wireguard-0.0.20181018.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20181115.ebuild



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

2018-11-15 Thread Thomas Deutschmann
commit: dbe7fc870dc9ac38ec04332f5acc362ea0a158cc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 19:21:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 19:28:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe7fc87

www-client/firefox: bump to v63.0.3

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

 www-client/firefox/Manifest  |  92 +
 www-client/firefox/firefox-63.0.3.ebuild | 641 +++
 2 files changed, 733 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index ecac3f7af77..6af79ffe759 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -277,3 +277,95 @@ DIST firefox-63.0.1-xh.xpi 466849 BLAKE2B 
7296889c11342d5404a18aa050202b14521508
 DIST firefox-63.0.1-zh-CN.xpi 504058 BLAKE2B 
f3a2ae6963c4119f6938f97b8f65fff25630b25157e3731fd01a946a066d3caece86ca880c2c2ae8473386c9145be769f67ba7e483018bc47ecabde32f5fda65
 SHA512 
e7f6ff4f2d86669e0040b3fc0a508b4b1ddecc870be8e8eb2dc182c37adc66218729d635a1fab1c6dc72d4b64c859672a3a5704820db28afe9847b8eca239aa4
 DIST firefox-63.0.1-zh-TW.xpi 507003 BLAKE2B 
14fddc256936cf9718ebac818c799004df2ce3ff6a445e3ddbb2f50e4ceec68f7da7707c1fbecb3630c36611898fbfc8c2393db69727b38adb5c2e64fe598057
 SHA512 
77efebbdcdcde77d87d733dc43edef96517b8e533f542d706ed4241e265acf41aa587f131ff18789c975b18cbfc48a2ef504db1f1a2d94d1ed935853423071e3
 DIST firefox-63.0.1.source.tar.xz 265358784 BLAKE2B 
45cfab151eebe9cd0161c258573b7866d519ca8b5e43894e5f4732fc9eb7c167b8696d989683df3c8e09d0e6d76e2804049d67e8e5bf9e60da2d1d538d53d7c5
 SHA512 
29acad70259d71a924cbaf4c2f01fb034cf8090759b3a2d74a5eabc2823f83b6508434e619d8501d3930702e2bbad373581a70e2ce57aead9af77fc42766fbe2
+DIST firefox-63.0.3-ach.xpi 455083 BLAKE2B 
8da9856c130eec1837a0304813bfaa91928b52d558c41eb6492072e98e054b976b2981c28e5a2c287e4d06cecc130a5b9d9c3de32ef040ec2f5d43e42c5a506a
 SHA512 
f3c29e19d4a34354187f162a4f23509aa6fbd26991fccb8368548ef0d9bc826f36c2fcb710cc0894aebd5a24adeb956c30857c917d6a152d254a6410a07ac2be
+DIST firefox-63.0.3-af.xpi 437909 BLAKE2B 
16a47131bc04a62a523203746ea4d51b5b1e171fa8db01d649e2021b03772e439f2bd13863868351249533b379d24cafd72e85384202dda7a092c8a3d187a4ca
 SHA512 
04d676f99876505f94d1bfdf928887c3f7bb6e65aef351873fbffa8b2eb45eca89c916949e5ccd1fb3dad1d791bbbe914cceb78b6386b84c63f4d924261af173
+DIST firefox-63.0.3-an.xpi 474544 BLAKE2B 
dd2ded169c38aece2c199927b752bea43406034d82f98f374e47b549a2b2e0f5f2c3231484c1f3caa75c3dcb0021f865cdb5950075a86882bcfea34761c51400
 SHA512 
7de84715c61a1cbdf04d57580f1c9925b0840e30d7c64e7db6efa0968381b6a03db57c1ff2fca5dc59829cde7d976fba84915d4133744fff81bf99b16bd6a7d1
+DIST firefox-63.0.3-ar.xpi 513466 BLAKE2B 
b67eb8ad64adcd479da500d8386677c1e0246a60718ddec6148ac0a0483a83177b5738f25bc77e7f938358fca7b024bdec8b2dd7852ca18c7cad39bb1435a34e
 SHA512 
453041496b42c4540ba1ef00c0027897e8b201c3d0285ae13e1984716ef029cf6358afef9f8e52c44e2c3f93555a66ead0a316c772416cf1f76b356922e318b5
+DIST firefox-63.0.3-as.xpi 482194 BLAKE2B 
cdc718a7c32c522eb918121601185232b9c1ef34901579c7decd3cf77f0b4c6e8d547ab78a4cb14d1ce54c922e9d3c84819a1af59c44f936f05ccb36f13555ee
 SHA512 
b9d4f7b6b1af35485525f2445d68c06f647c0f703d2774eeea033d3d610c57ee2752d87b94a797bef6218bd96e6b09ee9ed86bf89ee1605915f69f5245df16a2
+DIST firefox-63.0.3-ast.xpi 465658 BLAKE2B 
76effba5de7969e5b22323d7abebc18970aaa0fe772bd397d0fcec12a3a9444d20c42cf20e1238cc08aae546d7e244cb98800b0f49dccd3cc205a706508d536e
 SHA512 
8a72fdcb5091fe6011e3e4204533bcecbe4e0b675c1db3b4ca8c7b25ad5dcfc37715f9d90aee10e0d26184aa0e15a43a9ea6b1248ee8fe952c9b592b5712f5b9
+DIST firefox-63.0.3-az.xpi 490944 BLAKE2B 
835f2fda019a98b9db1910099ddf4395cfbfd8e6b4d33aea05ace546d45f4e8a49b0f3bf68360c26a4cb970facd22077899815315002261edfc233061d06
 SHA512 
9a04efc8a092932f7dbda8bb6cb53ccb2845f23db8626102d58527f1a6b44774935bcfed3867bed0b7d061a5a3c1d6b9d785068722575cc78c7e0d396175446f
+DIST firefox-63.0.3-bg.xpi 523533 BLAKE2B 
501a7aad7acdcbd6acaffa61cc2377c87adab178b741d590aa89ec04d489491dc6986e91cfc6ed017a7f978119bd6469bbca79d976a7890708e355418ccfdfc2
 SHA512 
caa3383009efe9990243e40c1231661174fee5338cee0002d770e62fec3c02f703088a60a1b8d78f7e46e469ac9f70c36469cb02520d2fd00ecad52ca7c9553a
+DIST firefox-63.0.3-bn-BD.xpi 548599 BLAKE2B 
ca283675d7e66bddda91c0f74602cb3ae07e03689da02fa8e5ef609b8e51ec8c0f6d118b1f655fc8dca027f0ca868531661665f91b49cd9f50da0013d14ea055
 SHA512 
e85a9e6d4bf9cb2b589ea0564b80fcc0e5284d9ca0d6c9884be5bc4c21407dde2d861cc9aa4eab5bf2512ca85ae0f235180de59ab602e75dc56cd8391b3f818f
+DIST firefox-63.0.3-bn-IN.xpi 516019 BLAKE2B 
7b8d86c96f23723029fbc991d02f1f4306512a3c5d252b91d7e3c19cd2eae785d53f45971c72c7492b26a65156779ba21642a3221889f06db1c1c734684517b5
 SHA512 
0b2bbb53e52776d9c42bf0fb9d44197ada980bef5e9966acdbc4a7b4d5dba074c548979f8222a475f20e37846f4467a108ba1c80575de872ecbe9be82c8167d2
+DIST firefox-63.0.3-br.xpi 474387 BLAKE2B 

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

2018-11-15 Thread Thomas Deutschmann
commit: f7fca65993f0e2c97053ed6c349c382eff37272c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 19:26:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 19:28:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fca659

www-client/firefox-bin: bump to v63.0.3

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox-bin/Manifest| 172 ++---
 ...-63.0.1-r1.ebuild => firefox-bin-63.0.3.ebuild} |   0
 2 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 760e584d3d9..83f57bc16c1 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -166,93 +166,93 @@ DIST firefox-60.3.0esr-vi.xpi 528186 BLAKE2B 
a8ba777fcd1e2fe9577e63fdb0ac0698545
 DIST firefox-60.3.0esr-xh.xpi 511853 BLAKE2B 
e40dfceeba27eeafbd757a14575215448d4e4b5b64c5888695f2453806d9138f8c8d707e86bc088950167d1b696593a60937fccd7a637080e5723ca2bf7d021e
 SHA512 
b8dae2ffd96c12891ad9ebf5e5583834f1267c283a23fe861d80c244b449ebb650e2a53c83d0bc0cd269f2a57f53d87b9068db84373d6bb6add679b2e378631a
 DIST firefox-60.3.0esr-zh-CN.xpi 543582 BLAKE2B 
1be96fa611ca6114d60d2a4f4e9164c33e46c127ac62ee500a2f1d027081b4b0f15c4cc50b6fa733f0ea196412bee691b8945294e243c87236b2fb114fab254b
 SHA512 
a4bc406c2163ebaf00ba2b63466de9d2e5839bf28f011b85c7b0f89ba5ad1528511e524a3363ca58a90235a7976f99c05a0510c164b15993b80f962f4c546921
 DIST firefox-60.3.0esr-zh-TW.xpi 541908 BLAKE2B 
fe6f381d3f2949f3132dc125df597c4e135347933c52b681287f00b3eec2cfb1eea963953a08c0ece5de8d276c06b388692a53bb77c54bfa195709e7a59340fe
 SHA512 
6743eb9442e28ee924230bc8acf2dd52448532ce76bb0d6d8ea89b6e5f4d1aa4fa9388a2012636d16ae976526f154052d51340b239c04cc42ce991186d0b3b33
-DIST firefox-63.0.1-ach.xpi 455078 BLAKE2B 
debdf9bd1c12395f8385d377590465ad63c240db79be62f28e23171f1227124e30318105921885b86d6ef3e332e84aea8e38072cb7088f71bff8866523e5ddf0
 SHA512 
59331ccf9a46bbe6193ec9cd1f40d1ef3f14f4e55ec78d949efc79fa7062767a84532137703aa0c6563cd36f4744f23f608ea01d3b85dda03d69f131494bd3db
-DIST firefox-63.0.1-af.xpi 437918 BLAKE2B 
ee6258c86dc1cb2a6249d996741313b68007f93ae4bc7098060ee958d8946c4ab19a1d79119740be8d5c6c6762878b22ba413943a443c523fd223b9905cca485
 SHA512 
4d1e6d32e756e5db1556d35a1b72e1a6c0a0d729416f3c4dc5d86b001454bbf527b5a1c909a0191fe8434cc151e8d7d46257cc73f45407b62e01c53e09af75e2
-DIST firefox-63.0.1-an.xpi 474545 BLAKE2B 
acc44f8c99af8ac402a8b96efa3c96472024c7053fcb104b33051165f542fd287a97bd13b85980a26be73fe776e8445f2aa3769bb2a669855574a8b96c660a1e
 SHA512 
268e7dfe4d9cb4c86c9f7dbb34e2bf72a17719afc248cb13129e2a34b9a5ef3bc170150a5710a8a7439b6a71b69506d66ad75d19ac3b97a793403eeb419098b4
-DIST firefox-63.0.1-ar.xpi 513464 BLAKE2B 
272ea8a95a653f3a14885bda21e64266cf26f447447e5253c523dac4f330bdf8adaa6e9b21575937010136cdafa9c92c52c496743de8ede62ac8b86830d7376d
 SHA512 
65d8611ba5774d112debdbbbd0c00e77cc4de45fb5db637e2a6cd09d904d0e210cde1da74eb547dea62cb022e7ea4fe4abcd93c4b491599abeec746a583b424c
-DIST firefox-63.0.1-as.xpi 482192 BLAKE2B 
6194a2af8f51b2754a7700505a7ca9944a2534633808721c90b976371daa7fe883404374d4b0ea375f0b0bc4dfafc56a486202dd0f7f7386baf9a0d8e3224059
 SHA512 
0896c5dbb21866029ef5e14d97870fed1acd2b18650b7a03c494f31810fdd0adecb69ca6860a6ef272e7d357a201bb226c97d760fd5a8e411c40961e58dd273f
-DIST firefox-63.0.1-ast.xpi 465657 BLAKE2B 
3e4a7737fb1333effac80a1dcd203e3eaef8743efaa3ca76e07b51697899eb3c3e5e5187912de975a003e00fc7be4fec53c68357ff6baa0018f3f1a55c57ffe1
 SHA512 
a3104145e32c3e932baace5fa5564ed5bd7d9aa0ab847feba05f173877ac1a9023a51d9cb1f80586263c32b3c648aea6e54ecc7812e3c2102047ecdd2cb9776e
-DIST firefox-63.0.1-az.xpi 490940 BLAKE2B 
92dd952b43f8cb968f5a2f631ae4f02919a68c3c62291b5d79a097356d310731fbf76b3e2f213ecde11223e98e5fc9e3fb92dafa43ed90aec59c190a140aa6d7
 SHA512 
13f2e0179f15ea8038871f4743521adb2ea1acc70c30828ee87f9f33f133c4c4cd3185dae76006c3be98e2ac8e23a44371c3f42a95bd8b042ca08822d234308f
-DIST firefox-63.0.1-bg.xpi 523520 BLAKE2B 
ded33ac375437a670cc8726d006f7210a51be9412a98bacae4983922b7a6b45be62d3e363441e13d734a9c559319d7ecefced3df6c03d2cfa20abc1d5676f766
 SHA512 
e954f67ab2fa1067803416f1b870913e6fa4c4b02017fdba0a23b015f531469db5464266c1a78aae79c0e23beb961703208ff3094211234b17e41edbe1a5f1f7
-DIST firefox-63.0.1-bn-BD.xpi 548602 BLAKE2B 
c332c457f86e4dd504490a9b718e2d05dbff3f60b60f174032b6e3b7fb5e75843535f5dbd331ded1e2c50bc661fe26b5f38e18146a0a452c982365bf97a5b955
 SHA512 
ec784af9433ca92bb6e6846e5a11e26db2cd6f602211662588491efafd094c6d5135a3d0da6bb0a3427142a094568ddec9959603c13b38524a12678568beae80
-DIST firefox-63.0.1-bn-IN.xpi 516021 BLAKE2B 
7b69f70455920d4ce5129b7d64cda9b0599cc224c0dde3c4b76410c455a61f7dac85aa2def238f97acf856844e3778fa995bcda54fbd82ae53fe8b33b60a7318
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-modplug/

2018-11-15 Thread Craig Andrews
commit: ba742f2b33c183e86b9deb48206b2a31b66b209d
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Nov 15 18:48:35 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Nov 15 18:51:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba742f2b

media-plugins/kodi-audiodecoder-modplug: 1.1.0 is only for Kodi 17

Closes: https://bugs.gentoo.org/show_bug.cgi?id=671206
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 ...dplug-1.1.0.ebuild => kodi-audiodecoder-modplug-1.1.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0.ebuild
 
b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild
similarity index 87%
rename from 
media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0.ebuild
rename to 
media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild
index 276bbf03b5f..eee4b14ab81 100644
--- 
a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0.ebuild
+++ 
b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,8 +27,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   media-tv/kodi
-   media-libs/kodi-platform
+   =media-tv/kodi-17*
+   =media-libs/kodi-platform-17*
media-libs/libmodplug
"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-modplug/

2018-11-15 Thread Craig Andrews
commit: 26fa3c9fefef9461569d4a1db9035e5e1e63079f
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Nov 15 18:51:11 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Nov 15 18:51:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fa3c9f

media-plugins/kodi-audiodecoder-modplug: 2.0.0 version bump

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

 media-plugins/kodi-audiodecoder-modplug/Manifest  |  1 +
 ...lug-.ebuild => kodi-audiodecoder-modplug-2.0.0.ebuild} | 11 ++-
 .../kodi-audiodecoder-modplug-.ebuild | 11 ++-
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/media-plugins/kodi-audiodecoder-modplug/Manifest 
b/media-plugins/kodi-audiodecoder-modplug/Manifest
index 4468695525a..d0eba08caec 100644
--- a/media-plugins/kodi-audiodecoder-modplug/Manifest
+++ b/media-plugins/kodi-audiodecoder-modplug/Manifest
@@ -1 +1,2 @@
 DIST kodi-audiodecoder-modplug-1.1.0.tar.gz 25619 BLAKE2B 
ca431badbfa6c7e765543b0e386895bce9ac7a2f6104e72713c146e5097e382ff8e56c1483e4688f1e373c2f6e97a76d95a78e2cab26141116c224a5c5f1e10b
 SHA512 
38ddb6a86019cba493790df6a09de553fadec84943de98dd18dd8bc1b1741b498fc1e621adfb8d6b2dd983e7bd7014951cdcb8bd5d82c980594363c6626cff5e
+DIST kodi-audiodecoder-modplug-2.0.0.tar.gz 30001 BLAKE2B 
9ce90103a9b50a37c3f6c8671ecf9986f2b31320fc483dfee6d97331cb56829a9641c8cd1efe1fa9edf6ada360bc1b10bfcff0022022f4ba097a191b52dae0e6
 SHA512 
8f1cbd95b4fd6dcd560dc615c161e733d7b3413a80abf91c19eb59137e7acf250c9bfd5561a722ddeb52afcc4cf7e2ab0d4f6d8bc5143ef18e0b2c431635063a

diff --git 
a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-.ebuild 
b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.0.ebuild
similarity index 72%
copy from 
media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-.ebuild
copy to 
media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.0.ebuild
index 276bbf03b5f..e80d840de63 100644
--- 
a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-.ebuild
+++ 
b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,9 +16,10 @@ case ${PV} in
inherit git-r3
;;
 *)
+   CODENAME="Leia"
KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/audiodecoder.modplug/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/audiodecoder.modplug-${PV}"
+   
SRC_URI="https://github.com/notspiff/audiodecoder.modplug/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audiodecoder.modplug-${PV}-${CODENAME}"
;;
 esac
 
@@ -27,8 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   media-tv/kodi
-   media-libs/kodi-platform
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
media-libs/libmodplug
"
 

diff --git 
a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-.ebuild 
b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-.ebuild
index 276bbf03b5f..78e9c1d3677 100644
--- 
a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-.ebuild
+++ 
b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,9 +16,10 @@ case ${PV} in
inherit git-r3
;;
 *)
+   CODENAME="Leia"
KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/audiodecoder.modplug/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/audiodecoder.modplug-${PV}"
+   
SRC_URI="https://github.com/notspiff/audiodecoder.modplug/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audiodecoder.modplug-${PV}-${CODENAME}"
;;
 esac
 
@@ -27,8 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   media-tv/kodi
-   media-libs/kodi-platform
+   ~media-tv/kodi-9
+   ~media-libs/kodi-platform-
media-libs/libmodplug
"
 



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

2018-11-15 Thread Matt Turner
commit: f548d0fc46088b27dd47e858ba0b514388b59e1f
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 15 16:30:23 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 15 17:42:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f548d0fc

media-libs/mesa: Version bump to 18.2.5

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.2.5.ebuild | 515 +
 2 files changed, 516 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 73f549503d1..877dffd49d8 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,3 +1,4 @@
 DIST mesa-18.1.9.tar.xz 11146188 BLAKE2B 
753f0fa3780502d56927f9b0e6124b4728cb5aa3600de78585487fb8e178c6987a72b79fb56e6c310757d157f9f85f12b73a6889bd361b51b62fb1dc1c20eecd
 SHA512 
22db2950d25a3d9393e7c622c783bd177c21695569c8a95683bf77e92318e1db85672a134d4bea30c1f49a24e52bc3a2c1a0ac15deafb3a8fcbfb6de6a18adc2
 DIST mesa-18.2.4.tar.xz 11377556 BLAKE2B 
b11c33ade744fb976862fecccbcc4c97196a005e40a00ef02bd8d409b66b3aa11f97baee13f2aa92f2d7c5461b2ef44beae3103687dea9ee29e92439a068f08a
 SHA512 
088d43b087f4005752e4db75eaa6897e0fcb6de7b9a1f2d2b2ce3b5557d1dff829022e0092e8b1038ff01182c863ca0f26c97b9adde34bca462d3fa24502bfde
+DIST mesa-18.2.5.tar.xz 11365620 BLAKE2B 
401fbbcb0e56a97122c11b7d47e506fe86795e942ca412abfa0c29010434447d96bc17fa0e7fc43090c94d7907fc0acaed5f7dada164e8906dca43da0b64a932
 SHA512 
dd454c720241dffa61f3380be62479979a43004b2a52293b817bd3ea95f75960edee680e7380a13fae09b67a90dc0393e4a022d543db91b2f142f2468a9661f0
 DIST mesa-18.3.0-rc2.tar.xz 11862200 BLAKE2B 
4776d1dbf9fdab9dffc36ce8cdd5531491251c9d6f8317ec962d0a0556201ecf72a8cbc9ef2870085041e12702bba2a8be011d21ed440eec08fe81b2f96e
 SHA512 
af12adafbeac33f1ee527a0c7f61c24251912b5ee0a9e55d46f0133e6897b0ca91486ae2b3236159e43addef4de474a7b71ec3932083e68b9e94e480ee91c9fa

diff --git a/media-libs/mesa/mesa-18.2.5.ebuild 
b/media-libs/mesa/mesa-18.2.5.ebuild
new file mode 100644
index 000..03073c44ca4
--- /dev/null
+++ b/media-libs/mesa/mesa-18.2.5.ebuild
@@ -0,0 +1,515 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   EXPERIMENTAL="true"
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
+   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
+   vulkan wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 || ( video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.93"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: media-libs/libomxil-bellagio/files/, profiles/, media-libs/libomxil-bellagio/

2018-11-15 Thread Matt Turner
commit: 923714fbaa0012c8095cfa7471eb57a44b5f9942
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 15 16:31:20 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 15 17:42:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923714fb

media-libs/libomxil-bellagio: Remove

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

 media-libs/libomxil-bellagio/Manifest  |  2 -
 ...mxil-bellagio-0.9.3-dynamicloader-linking.patch | 14 ---
 .../files/libomxil-bellagio-0.9.3-gcc5.patch   | 19 -
 .../libomxil-bellagio-0.9.3-parallel-build.patch   | 16 
 .../files/libomxil-bellagio-0.9.3-version.patch| 21 --
 .../libomxil-bellagio-0.9.3.ebuild | 45 --
 media-libs/libomxil-bellagio/metadata.xml  | 16 
 profiles/package.mask  |  4 --
 8 files changed, 137 deletions(-)

diff --git a/media-libs/libomxil-bellagio/Manifest 
b/media-libs/libomxil-bellagio/Manifest
deleted file mode 100644
index d3ea4103e42..000
--- a/media-libs/libomxil-bellagio/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libomxil-bellagio-0.9.3.tar.gz 594952 BLAKE2B 
62c9115cc2a60ebf7dabfac02733577931ee3ffbc896471bd9e6b7933c93062f8bfd41d18712bc0391cef9ab3027bc255c0245f8fd4b9186e5116c298480284f
 SHA512 
72b4c8c639f8cf767ba6323fdfc42b90ad4b62f0ece3ba786ae38afc7c5d64cb0ba464b7993a588c1c7fa2daafe2ac773c9c4367a154c32632e87ba0d6341d16
-DIST libomxil-bellagio_0.9.3-1ubuntu2.debian.tar.gz 10793 BLAKE2B 
124cc20dbce579499227fba863aa85bec74f4e7038556923dca8906bb936269ed791b61173b41198484d4c5bef5b8a7e6a2c409daa7c0f9734d9138c16ffa424
 SHA512 
5f1b4c592d0713fa8a70c1177ca908e76acca508e05ea379bd3569835ab5f7101526998d9d1687f8e849b2391aaf6912276c14cbcaddb1350e4b5f302bd5cc90

diff --git 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-dynamicloader-linking.patch
 
b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-dynamicloader-linking.patch
deleted file mode 100644
index a4d5b152237..000
--- 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-dynamicloader-linking.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur a/src/dynamic_loader/Makefile.am b/src/dynamic_loader/Makefile.am
 a/src/dynamic_loader/Makefile.am   2011-05-20 07:28:17.0 +0200
-+++ b/src/dynamic_loader/Makefile.am   2014-02-12 17:55:26.842794130 +0100
-@@ -3,8 +3,9 @@
- omxdynamicloader_LTLIBRARIES = libomxdynamicloader.la
- libomxdynamicloader_la_SOURCES = ste_dynamic_component_loader.c 
ste_dynamic_component_loader.h
- 
--libomxdynamicloader_la_LDFLAGS =
-+libomxdynamicloader_la_LDFLAGS = -lomxil-bellagio -L$(top_builddir)/src/.libs
- libomxdynamicloader_la_CFLAGS = -I$(top_srcdir)/include \
-   -I$(top_srcdir)/src \
-   -I$(top_srcdir)/src/base \
-   -DOMX_COMPONENT_PATH=\"$(plugindir)\/\"
-+libomxdynamicloader_la_DEPENDENCIES = ../libomxil-bellagio.la

diff --git 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch 
b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch
deleted file mode 100644
index 65ba9085998..000
--- a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix FTBFS for GCC-5
- With -Werror=logical-not-parentheses enabled, a line such as the
- following causes the build to fail:
- if(!omx_video_scheduler_component_Private->eState==OMX_TIME_ClockStateRunning)
-Author: Linn Crosetto 
-Bug-Debian: https://bugs.debian.org/777961
-Forwarded: no
-
 
libomxil-bellagio-0.9.3.orig/src/components/videoscheduler/omx_video_scheduler_component.c
-+++ 
libomxil-bellagio-0.9.3/src/components/videoscheduler/omx_video_scheduler_component.c
-@@ -313,7 +313,7 @@ OMX_BOOL omx_video_scheduler_component_C
-   }
- 
-   /* do not send the data to sink and return back, if the clock is not 
running*/
--  
if(!omx_video_scheduler_component_Private->eState==OMX_TIME_ClockStateRunning){
-+  
if(omx_video_scheduler_component_Private->eState!=OMX_TIME_ClockStateRunning){
- pInputBuffer->nFilledLen=0;
- SendFrame = OMX_FALSE;
- return SendFrame;

diff --git 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-parallel-build.patch
 
b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-parallel-build.patch
deleted file mode 100644
index 767bbeb2aac..000
--- 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-parallel-build.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix dependency issue to allow parallel build
-
-Signed-off-by: Qais Yousef 
-
-Index: bellagio-0.9.3/src/Makefile.am
-===
 bellagio-0.9.3.orig/src/Makefile.am
-+++ bellagio-0.9.3/src/Makefile.am
-@@ -8,6 +8,7 @@ omxregister_bellagio_SOURCES = omxregist
- omxregister_bellagio_CFLAGS = 

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-dict/

2018-11-15 Thread Thomas Deutschmann
commit: 2f1085278851236ce2ad8fde2e752a393307b398
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:30:14 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f108527

xfce-extra/xfce4-dict: x86 stable (bug #652774)

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

 xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild 
b/xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild
index 0e27b6565dd..b7646836a48 100644
--- a/xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild
+++ b/xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.24:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/

2018-11-15 Thread Thomas Deutschmann
commit: aa69af1bddbe623541bbeb09d3905c345eab52e8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:31:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa69af1b

xfce-extra/xfce4-hdaps: x86 stable (bug #652774)

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

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild 
b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
index 756c4f3defd..9894b32b51a 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.20:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: 5f77c21f23bf1c4cfb9e68be7aa27669c8146e8e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:39:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f77c21f

xfce-extra/xfce4-whiskermenu-plugin: x86 stable (bug #652774)

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

 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
index e2e53078aac..5f9fbc17725 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screenshooter/

2018-11-15 Thread Thomas Deutschmann
commit: 6c5674e7392739184a0d662b53eb42dfabfd7445
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:36:39 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5674e7

xfce-extra/xfce4-screenshooter: x86 stable (bug #652774)

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

 xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild 
b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
index d9bda138682..acdd2a6328f 100644
--- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.16:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-eyes-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: f78a888d10c2670bbe9cc183252debbe38c028e2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:31:16 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78a888d

xfce-extra/xfce4-eyes-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild 
b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild
index e7c3dbdf784..61599258728 100644
--- a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild
+++ b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.20



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: 9f0685661d76221b5d8816694e13e127a5f4c997
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:27:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:02:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f068566

xfce-extra/xfce4-clipman-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
index 2c0ff46ca86..5188f37c5a6 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: d76b145c110b0889cf519b69cfbe7eb1d15e4576
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:39:18 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76b145c

xfce-extra/xfce4-weather-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
index e91f619721a..bd1e3599809 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-modemlights-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: b5b25cdd8b8df48324e9066718ecf3eb6493bd12
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:33:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b25cdd

xfce-extra/xfce4-modemlights-plugin: x86 stable (bug #652774)

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

 .../xfce4-modemlights-plugin-0.1.3.99-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
 
b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
index b665eed99de..c882e6f420d 100644
--- 
a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
+++ 
b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-sensors-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: bb22f841d8c46c019646f5ba6f1ffad73597b756
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:37:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb22f841

xfce-extra/xfce4-sensors-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild 
b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
index 7871cc135af..cb49206fd12 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="+acpi hddtemp libnotify lm_sensors video_cards_nvidia"
 
 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-11-15 Thread Thomas Deutschmann
commit: cd052607c7d477dac630d8c932232a61a2094185
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:35:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd052607

xfce-extra/xfce4-notifyd: x86 stable (bug #652774)

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

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
index d3547314b96..f4203efac49 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpugraph-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: d5eae5af54663c239df1a92ce852e9fbf17f0955
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:29:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eae5af

xfce-extra/xfce4-cpugraph-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild 
b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild
index 510f92f1e27..bd5daf4a9b8 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild
+++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND=">=x11-libs/gtk+-2.12:2
>=xfce-base/libxfce4ui-4.8



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-kbdleds-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: d0ed2b9adbe40f1937c5e9e0b194057e8c2ee087
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:31:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ed2b9a

xfce-extra/xfce4-kbdleds-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild 
b/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild
index 83f51ca7122..248b34a7582 100644
--- a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild
+++ b/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://compas.com.ua/oco/file/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.8



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/

2018-11-15 Thread Thomas Deutschmann
commit: 484d70cdc9296dbe9426fb2aadd7ea9b0c22ed8f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:26:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:02:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484d70cd

xfce-extra/tumbler: x86 stable (bug #652774)

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

 xfce-extra/tumbler/tumbler-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/tumbler/tumbler-0.2.3.ebuild 
b/xfce-extra/tumbler/tumbler-0.2.3.ebuild
index a3fb66d32cd..63805e480fb 100644
--- a/xfce-extra/tumbler/tumbler-0.2.3.ebuild
+++ b/xfce-extra/tumbler/tumbler-0.2.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
 
 COMMON_DEPEND=">=dev-libs/glib-2.26:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: 0229bfe8a39f5e958a5b7d597557d038b477542a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:33:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0229bfe8

xfce-extra/xfce4-messenger-plugin: x86 stable (bug #652774)

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

 .../xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild 
b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
index 1aaef6acf61..ca9733097e4 100644
--- a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
+++ b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-libs/dbus-glib



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-pulseaudio-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: a68977e52daaba335f0aca9f35c94ddb67057d75
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:35:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68977e5

xfce-extra/xfce4-pulseaudio-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild
index 94bcb36c1c6..dc770e05899 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild
+++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="debug keybinder libnotify wnck"
 
 RDEPEND=">=dev-libs/glib-2.42.0:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: 345e347a0f46fc60dabc03f7f3503387e0783051
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:34:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345e347a

xfce-extra/xfce4-mount-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index aba69b780d7..acafe951fee 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-taskmanager/

2018-11-15 Thread Thomas Deutschmann
commit: c9c318c9a5775a6e03547cce0c82ad53e57cda64
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:37:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c318c9

xfce-extra/xfce4-taskmanager: x86 stable (bug #652774)

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

 xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild 
b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild
index cc47900564c..a4d3ffcbaeb 100644
--- a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild
+++ b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="+gtk3"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mailwatch-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: 5950e8500b87747a1d5a97587efb24861492ab0e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:33:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5950e850

xfce-extra/xfce4-mailwatch-plugin: x86 stable (bug #652774)

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

 .../xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r1.ebuild 
b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r1.ebuild
index bab5acb3caa..65968cb058d 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r1.ebuild
+++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="ipv6 ssl"
 
 RDEPEND=">=dev-libs/glib-2:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-verve-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: 49e38f2352af622730be923971d78e303a59ca4b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:38:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e38f23

xfce-extra/xfce4-verve-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index 9b2e20db05b..eadb984b2cc 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: c61dfec85b19ee161ded6ade0ff999830da0f51c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:26:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:02:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61dfec8

xfce-extra/xfce4-battery-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
index eb9feb835b5..d6c420f8d83 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpufreq-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: a56dccfd78963151ed0d08a80719dd807e0820ca
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:28:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56dccfd

xfce-extra/xfce4-cpufreq-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild 
b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild
index 956350e..04034b7e383 100644
--- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild
+++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.20:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: ed0ac2c11c2b16695305f180b53b256d96010a8c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:32:20 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0ac2c1

xfce-extra/xfce4-linelight-plugin: x86 stable (bug #652774)

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

 .../xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild 
b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
index e14d76fad69..630aa5ac545 100644
--- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-libs/glib-2.18:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cellmodem-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: e1614b0d96bc0693d90197fa5a8b18a61e1d25fe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:27:03 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:02:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1614b0d

xfce-extra/xfce4-cellmodem-plugin: x86 stable (bug #652774)

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

 .../xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild 
b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild
index e5b9a593497..ab7bfda7062 100644
--- a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild
+++ b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sys-apps/pciutils
virtual/libusb:0



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/

2018-11-15 Thread Thomas Deutschmann
commit: 55861db2c4005ac5eec27d2a882c30a2f08e33a3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:28:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55861db2

xfce-extra/xfce4-composite-editor: x86 stable (bug #652774)

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

 xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild 
b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
index c4d8f9c2c5f..2514df6ef6e 100644
--- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
+++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-shells/bash:*



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-embed-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: 1823542d9e767f8de9205b3ffe2e9be6ea2a44f0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:30:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1823542d

xfce-extra/xfce4-embed-plugin: x86 stable (bug #652774)

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

 xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild 
b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
index 5ce186ac581..f45d45455bf 100644
--- a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
+++ b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.20:2



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/files/, media-video/ffmpeg/

2018-11-15 Thread Craig Andrews
commit: 63eea8c23f690957d95bd26086f3502993024d22
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Nov 15 16:16:37 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Nov 15 16:16:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63eea8c2

media-video/ffmpeg: Fix building tools with vaapi

Patch from ffmpeg git master

Closes: https://bugs.gentoo.org/670712
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-video/ffmpeg/ffmpeg-4.1.ebuild   |  1 +
 .../ffmpeg/files/ffmpeg-4.1-vaapi-tools.patch  | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/media-video/ffmpeg/ffmpeg-4.1.ebuild 
b/media-video/ffmpeg/ffmpeg-4.1.ebuild
index 2a10fdca948..34b08d7a8e2 100644
--- a/media-video/ffmpeg/ffmpeg-4.1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.1.ebuild
@@ -304,6 +304,7 @@ S=${WORKDIR}/${P/_/-}
 
 PATCHES=(
"${FILESDIR}"/chromium-r1.patch
+   "${FILESDIR}/${P}-vaapi-tools.patch"
 )
 
 MULTILIB_WRAPPED_HEADERS=(

diff --git a/media-video/ffmpeg/files/ffmpeg-4.1-vaapi-tools.patch 
b/media-video/ffmpeg/files/ffmpeg-4.1-vaapi-tools.patch
new file mode 100644
index 000..e55917471fb
--- /dev/null
+++ b/media-video/ffmpeg/files/ffmpeg-4.1-vaapi-tools.patch
@@ -0,0 +1,27 @@
+From 4f1e07090a9f6064078cac694f1d7148f86176c3 Mon Sep 17 00:00:00 2001
+From: Mark Thompson 
+Date: Wed, 14 Nov 2018 22:56:18 +
+Subject: [PATCH] configure: Add missing xlib dependency for VAAPI X11 code
+
+Fixes #7538.
+
+(cherry picked from commit 2ce3a48f30fe3cec7153aa3f18a1012a366aca3a)
+---
+ configure | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure b/configure
+index e79dae896c..a70c5f9e9e 100755
+--- a/configure
 b/configure
+@@ -2812,6 +2812,7 @@ d3d11va_deps="dxva_h ID3D11VideoDecoder 
ID3D11VideoContext"
+ dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode ole32 user32"
+ ffnvcodec_deps_any="libdl LoadLibrary"
+ nvdec_deps="ffnvcodec"
++vaapi_x11_deps="xlib"
+ videotoolbox_hwaccel_deps="videotoolbox pthreads"
+ videotoolbox_hwaccel_extralibs="-framework QuartzCore"
+ xvmc_deps="X11_extensions_XvMClib_h"
+-- 
+2.11.0
+



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

2018-11-15 Thread Dirkjan Ochtman
commit: 4ce79113460106b48277780ce05af72aabd8b406
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Thu Nov 15 16:04:47 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Thu Nov 15 16:05:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce79113

dev-lang/rust: call llvm_pkg_setup explicitly

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-lang/rust/rust-1.30.1-r1.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-lang/rust/rust-1.30.1-r1.ebuild 
b/dev-lang/rust/rust-1.30.1-r1.ebuild
index 39efcc08a62..620583b6ecb 100644
--- a/dev-lang/rust/rust-1.30.1-r1.ebuild
+++ b/dev-lang/rust/rust-1.30.1-r1.ebuild
@@ -68,6 +68,11 @@ toml_usex() {
usex "$1" true false
 }
 
+pkg_setup() {
+   python-any-r1_pkg_setup
+   llvm_pkg_setup
+}
+
 src_prepare() {
local rust_stage0_root="${WORKDIR}"/rust-stage0
 



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

2018-11-15 Thread Lars Wendler
commit: 4c706b0e688e5531885de1eb6deb00a48e414258
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Nov 15 15:53:52 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Nov 15 15:55:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c706b0e

net-analyzer/net-snmp: Added sub-slot operator to dev-libs/openssl

and dev-libs/libressl

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

 net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild | 6 +++---
 net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild | 6 +++---
 net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild | 6 +++---
 net-analyzer/net-snmp/net-snmp-5.8.ebuild  | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild
index fee79b1ccb0..8d923fa28d7 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -30,8 +30,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites 
minimal mysql netlin
 
 COMMON_DEPEND="
ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6d:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( >=dev-libs/openssl-0.9.6d:0= )
+   libressl? ( dev-libs/libressl:= )
)
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
rpm? (

diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild
index b89ac3cf3f1..06047991539 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -30,8 +30,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites 
minimal mysql netlin
 
 COMMON_DEPEND="
ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6d:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( >=dev-libs/openssl-0.9.6d:0= )
+   libressl? ( dev-libs/libressl:= )
)
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
rpm? (

diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild
index 77645313cf3..41871ecc1ea 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,8 +29,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites 
minimal mysql netlin
 
 COMMON_DEPEND="
ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6d:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( >=dev-libs/openssl-0.9.6d:0= )
+   libressl? ( dev-libs/libressl:= )
)
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
rpm? (

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.ebuild
index 692d3feef95..c3d4d0622ea 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,8 +28,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites 
minimal mysql netlin
 
 COMMON_DEPEND="
ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6d:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( >=dev-libs/openssl-0.9.6d:0= )
+   libressl? ( dev-libs/libressl:= )
)
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
rpm? (



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

2018-11-15 Thread Lars Wendler
commit: 8e816380a0802b291ef026d2877bf0e8f9ce9a59
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Nov 15 15:55:26 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Nov 15 15:55:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e816380

media-video/makemkv: Added sub-slot operator for dev-libs/openssl.

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

 media-video/makemkv/makemkv-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/makemkv/makemkv-1.14.1.ebuild 
b/media-video/makemkv/makemkv-1.14.1.ebuild
index e1f60862f3d..e5d644a114a 100644
--- a/media-video/makemkv/makemkv-1.14.1.ebuild
+++ b/media-video/makemkv/makemkv-1.14.1.ebuild
@@ -23,7 +23,7 @@ QA_PREBUILT="usr/bin/makemkvcon usr/bin/mmdtsdec"
 DEPEND="
sys-libs/glibc
dev-libs/expat
-   dev-libs/openssl:0[-bindist(-)]
+   dev-libs/openssl:0=[-bindist(-)]
sys-libs/zlib
gui? (
dev-qt/qtcore:5



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

2018-11-15 Thread Lars Wendler
commit: 4e59daaee7cd6cb65079cd01408bedbbfa43b214
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Nov 15 15:51:06 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Nov 15 15:55:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e59daae

media-video/ffmpeg: Added sub-slot operator for dev-libs/openssl.

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

 media-video/ffmpeg/ffmpeg-3.2.6.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-3.2.7.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-3.3.4.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-3.3.6.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-3.3.8.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-3.4.5.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-4.0.2.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-4.0.3.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-4.1.ebuild   | 2 +-
 media-video/ffmpeg/ffmpeg-.ebuild  | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
index 7969d816201..010f59065ed 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
@@ -211,7 +211,7 @@ RDEPEND="
modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
-   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-3.2.7.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
index 63dea731274..b798bf59bc2 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
@@ -211,7 +211,7 @@ RDEPEND="
modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
-   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
index 9bfc5b0be2b..e2134969906 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
@@ -227,7 +227,7 @@ RDEPEND="
modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
-   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-3.3.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
index 03289d69b79..8edfe99d1be 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
@@ -227,7 +227,7 @@ RDEPEND="
modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
-   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-3.3.8.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.8.ebuild
index d9e3e521ff3..31f31bd7f75 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.8.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.8.ebuild
@@ -227,7 +227,7 @@ RDEPEND="
modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
-   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   openssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] )
pulseaudio? ( 

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

2018-11-15 Thread Thomas Deutschmann
commit: efc2e9877ba742c36e2ff5da6f23db956dfad930
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:49:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:49:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc2e987

sys-cluster/keepalived: move keywords

Bug: https://bugs.gentoo.org/670856
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild |  2 +-
 sys-cluster/keepalived/keepalived-2.0.10.ebuild| 72 --
 2 files changed, 1 insertion(+), 73 deletions(-)

diff --git a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild 
b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
index 5df194d4a11..a9e8dd02900 100644
--- a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.keepalived.org/software/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
 IUSE="dbus debug ipv6 -json snmp"
 
 RDEPEND="dev-libs/libnl:=

diff --git a/sys-cluster/keepalived/keepalived-2.0.10.ebuild 
b/sys-cluster/keepalived/keepalived-2.0.10.ebuild
deleted file mode 100644
index 583af02bbaa..000
--- a/sys-cluster/keepalived/keepalived-2.0.10.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-
-DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server 
project"
-HOMEPAGE="http://www.keepalived.org/;
-SRC_URI="http://www.keepalived.org/software/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
-IUSE="dbus debug ipv6 -json snmp"
-
-RDEPEND="dev-libs/libnl:=
-   dev-libs/openssl:=
-   dev-libs/popt
-   net-libs/libnfnetlink
-   sys-apps/iproute2
-   dbus? ( sys-apps/dbus )
-   json? ( dev-libs/json-c:= )
-   snmp? ( net-analyzer/net-snmp )"
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-4.4"
-
-DOCS=(
-   README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
-   doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   STRIP=/bin/true \
-   econf \
-   --with-kernel-dir=/usr \
-   --enable-sha1 \
-   --enable-vrrp \
-   $(use_enable dbus) \
-   $(use_enable dbus dbus-create-instance) \
-   $(use_enable debug) \
-   $(use_enable json) \
-   $(use_enable snmp)
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/keepalived.init-r1 keepalived
-   newconfd "${FILESDIR}"/keepalived.confd-r1 keepalived
-
-   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
-   systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
-
-   use snmp && dodoc doc/KEEPALIVED-MIB.txt
-
-   docinto genhash
-   dodoc genhash/README genhash/AUTHOR genhash/ChangeLog
-   # This was badly named by upstream, it's more HOWTO than anything else.
-   newdoc INSTALL INSTALL+HOWTO
-
-   # Security risk to bundle SSL certs
-   rm -v "${ED}"/etc/keepalived/samples/*.pem || die
-   # Clean up sysvinit files
-   rm -rv "${ED}"/etc/sysconfig || die
-}



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

2018-11-15 Thread Thomas Deutschmann
commit: e7e0ec2e549a378bf5a92ee776cdb13a2fc4764f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:41:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:41:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e0ec2e

net-libs/serf: x86 stable (bug #647786)

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

 net-libs/serf/serf-1.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/serf/serf-1.3.8-r1.ebuild 
b/net-libs/serf/serf-1.3.8-r1.ebuild
index 7d6405b8665..d3611b033ab 100644
--- a/net-libs/serf/serf-1.3.8-r1.ebuild
+++ b/net-libs/serf/serf-1.3.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://apache/${PN}/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1"
-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 ~x64-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 ~x64-solaris"
 IUSE="kerberos static-libs libressl"
 RESTRICT="test"
 



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

2018-11-15 Thread Thomas Deutschmann
commit: e623220e345e6951a5ed1dd9a27a3851ce5e7de8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:44:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:44:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e623220e

dev-libs/ivykis: x86 stable (bug #670974)

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

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

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index b4fb0640314..2bf8fc56e50 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="static-libs"
 
 src_configure() {



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

2018-11-15 Thread Thomas Deutschmann
commit: ffb6fe1a90814df7067d0ef89b14b84e176350b1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:35:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:35:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb6fe1a

app-text/hunspell: x86 stable (bug #671066)

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

 app-text/hunspell/hunspell-1.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/hunspell/hunspell-1.6.2-r1.ebuild 
b/app-text/hunspell/hunspell-1.6.2-r1.ebuild
index e71b19fb5b0..cf1c4b0ca97 100644
--- a/app-text/hunspell/hunspell-1.6.2-r1.ebuild
+++ b/app-text/hunspell/hunspell-1.6.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/hunspell;
 SLOT="0/$(get_version_component_range 1-2)"
 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
 IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
ncurses? ( sys-libs/ncurses:0= )



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

2018-11-15 Thread Thomas Deutschmann
commit: d80e71d2fddd0cebd9f461e572d2f20047d3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:36:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:36:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80e7eee

sys-cluster/keepalived: x86 stable (bug #670856)

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

 sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild 
b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
index 5eea98a00f6..5df194d4a11 100644
--- a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.keepalived.org/software/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="dbus debug ipv6 -json snmp"
 
 RDEPEND="dev-libs/libnl:=



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

2018-11-15 Thread Thomas Deutschmann
commit: 6e756cd74263e003c77060e4a5a290f99c719382
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:34:33 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:34:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e756cd7

dev-python/elasticsearch-py: x86 stable (bug #671050)

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

 dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild
index 9b3ffe1e36b..e9f29cb8c1a 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-6.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="examples doc test"
 
 # tests fail in chroot



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

2018-11-15 Thread Thomas Deutschmann
commit: c3811e45e5ba187709b0f5b0b88a3fa1e9aa1231
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:43:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:43:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3811e45

app-admin/syslog-ng: x86 stable (bug #670974)

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

 app-admin/syslog-ng/syslog-ng-3.17.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
index 8b4985065ba..6cb3c4e94b8 100644
--- a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python 
redis smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # unit tests require https://github.com/Snaipe/Criterion with additional deps



[gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/

2018-11-15 Thread Thomas Deutschmann
commit: 0e5836050d9f80f3a493a9f2331ed7f0340a5b4f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:37:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:37:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e583605

net-vpn/libreswan: x86 stable (bug #671012)

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

 net-vpn/libreswan/libreswan-3.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/libreswan/libreswan-3.27.ebuild 
b/net-vpn/libreswan/libreswan-3.27.ebuild
index 8b57d75990f..7d8d9507ce4 100644
--- a/net-vpn/libreswan/libreswan-3.27.ebuild
+++ b/net-vpn/libreswan/libreswan-3.27.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit systemd toolchain-funcs
 
 SRC_URI="https://download.libreswan.org/${P}.tar.gz;
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
 HOMEPAGE="https://libreswan.org/;



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

2018-11-15 Thread Thomas Deutschmann
commit: 940c4bf6ebe58127d77feceebc27c6a0b6071a30
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:39:50 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:39:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940c4bf6

sys-auth/polkit: x86 stable (bug #661470)

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

 sys-auth/polkit/polkit-0.115-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit/polkit-0.115-r1.ebuild 
b/sys-auth/polkit/polkit-0.115-r1.ebuild
index 78576d7d60b..34b62e151d7 100644
--- a/sys-auth/polkit/polkit-0.115-r1.ebuild
+++ b/sys-auth/polkit/polkit-0.115-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test"
 
 REQUIRED_USE="?? ( elogind systemd )"



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

2018-11-15 Thread Thomas Deutschmann
commit: 52bc3e1c730327494090634e18f4dabdedb52795
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:38:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:38:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bc3e1c

net-analyzer/monitoring-plugins: x86 stable (bug #670972)

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

 net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r3.ebuild 
b/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r3.ebuild
index 52ef5740c27..1e9dd91d0b6 100644
--- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r3.ebuild
+++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.monitoring-plugins.org/download/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc x86"
 IUSE="gnutls ipv6 ldap libressl mysql dns fping game postgres radius samba 
snmp ssh +ssl"
 
 # Most of the plugins use automagic dependencies, i.e. the plugin will



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

2018-11-15 Thread Thomas Deutschmann
commit: 14689a670921f330effb6df775f035aeceb48f12
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:34:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14689a67

net-libs/gsoap: x86 stable (bug #671118)

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

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

diff --git a/net-libs/gsoap/gsoap-2.8.70.ebuild 
b/net-libs/gsoap/gsoap-2.8.70.ebuild
index 9922f03b307..7423a510e48 100644
--- a/net-libs/gsoap/gsoap-2.8.70.ebuild
+++ b/net-libs/gsoap/gsoap-2.8.70.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
 
 LICENSE="GPL-2 gSOAP"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc debug examples ipv6 libressl gnutls +ssl"
 
 RDEPEND="



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

2018-11-15 Thread Thomas Deutschmann
commit: 230c8589faca3e4deb67e77b23c5cf74ffceb90c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:40:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:40:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230c8589

dev-lang/spidermonkey: x86 stable (bug #661470)

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

 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild 
b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
index 2480fbe3a02..990f45f27fe 100644
--- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://ftp.mozilla.org/pub/spidermonkey/prereleases/52/pre1/mozjs-52.9.
 
 LICENSE="NPL-1.1"
 SLOT="52"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd"
 IUSE="debug minimal +system-icu test"
 
 RESTRICT="ia64? ( test )"



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

2018-11-15 Thread Thomas Deutschmann
commit: 062db941442ba858764be020119e370936fc0a46
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:44:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:44:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062db941

app-emulation/xen-pvgrub: x86 stable (bug #670858)

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

 app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild
index 27ac0a92b01..6309f6f7a8a 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild
@@ -33,7 +33,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst 
laying inside guest
 HOMEPAGE="https://www.xenproject.org;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="custom-cflags"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2018-11-15 Thread Thomas Deutschmann
commit: 70fd8612c821c303cd1ebfc71711fa5ebc6fb685
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:38:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:38:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fd8612

dev-db/percona-xtrabackup: x86 stable (bug #670970)

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

 dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild 
b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild
index 02307dcf536..57da1cc8e41 100644
--- a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild
+++ b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/s
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
app-arch/lz4:0=



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

2018-11-15 Thread Thomas Deutschmann
commit: 71be47aa71e8a0bde22833d680628435c2352bb8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:42:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:42:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71be47aa

sys-power/suspend: x86 stable (bug #670994)

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

 sys-power/suspend/suspend-1.0_p20150810-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/suspend/suspend-1.0_p20150810-r1.ebuild 
b/sys-power/suspend/suspend-1.0_p20150810-r1.ebuild
index eedae70926c..9d70432fcfe 100644
--- a/sys-power/suspend/suspend-1.0_p20150810-r1.ebuild
+++ b/sys-power/suspend/suspend-1.0_p20150810-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${PN}-${BASE_PV}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="crypt +lzo threads"
 
 RDEPEND="



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

2018-11-15 Thread Thomas Deutschmann
commit: c26452002b59857ec36481c54206539eed03b775
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:42:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:42:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2645200

dev-libs/cyrus-sasl: x86 stable (bug #647786)

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

 dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild 
b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild
index a6aab9f3729..62e8e1aadca 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz;
 
 LICENSE="BSD-with-attribution"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="authdaemond berkdb gdbm kerberos ldapdb libressl openldap mysql pam 
postgres sample selinux sqlite
 srp ssl static-libs urandom"
 



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

2018-11-15 Thread Thomas Deutschmann
commit: 0cd472a4454a55473838962bfa7f23e1ab544293
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:37:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:37:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd472a4

net-libs/libmicrohttpd: x86 stable (bug #671014)

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

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.59.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.59.ebuild
index 61e4dc5d490..76c2d263ae6 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.59.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.59.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



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

2018-11-15 Thread Thomas Deutschmann
commit: 2e44e0b3c55ea56b71b687ed6c451d918fd51680
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:33:56 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:33:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e44e0b3

dev-python/elasticsearch-curator: x86 stable (bug #671050)

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

 dev-python/elasticsearch-curator/elasticsearch-curator-5.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/elasticsearch-curator/elasticsearch-curator-5.5.4-r1.ebuild 
b/dev-python/elasticsearch-curator/elasticsearch-curator-5.5.4-r1.ebuild
index 2c9e4be06f9..a17b4041712 100644
--- a/dev-python/elasticsearch-curator/elasticsearch-curator-5.5.4-r1.ebuild
+++ b/dev-python/elasticsearch-curator/elasticsearch-curator-5.5.4-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/elasticsearch/${MY_PN}/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 # tests fail in chroot
 # https://github.com/elastic/elasticsearch/issues/12018
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2018-11-15 Thread Craig Andrews
commit: 204c925dd4c65fb1c3485df1269cbfb78d7639f2
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Nov 15 15:14:47 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Nov 15 15:14:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204c925d

media-plugins/kodi-inputstream-adaptive: 2.3.9 version bump

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

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.3.9.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index 16827727055..244a57ba03c 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -4,3 +4,4 @@ DIST kodi-inputstream-adaptive-2.0.20.tar.gz 881743 BLAKE2B 
210b23fe42a262696b2d
 DIST kodi-inputstream-adaptive-2.0.25.tar.gz 881743 BLAKE2B 
210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5
 SHA512 
51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
 DIST kodi-inputstream-adaptive-2.3.7.tar.gz 482344 BLAKE2B 
40b3b70799ba57c36c11a0dbd29e2a0938e9cfc356994005fc894a8454f310c3fc454e024f96cacee031cb141d0c7697cf852f7e604693d495e43a6232ad0c5e
 SHA512 
ae344350b0df188a1adfbd5e7d72a473d6dbac35a4f71cba2646d2190009dcaff0ec7a802d368a0a15fa69b2d08130664cb5985b19cd65938c36c756b113919b
 DIST kodi-inputstream-adaptive-2.3.8.tar.gz 483567 BLAKE2B 
603c56662cadbb95afca8b7cb7dd7902082e27814148580389c3d58c626ce1b65635ea0f17636af2dc654cb7691bd431888d37880d2c87d55f4dea47da15c3a7
 SHA512 
277535556bbb9f430b04a4ef80a519f18e4a6082b197cceee0a8c10a4b35b8d3eed5d9f30d1a15743a4637d93ffcf43f50aa9b484d59ec86ba6a922a0c0acb80
+DIST kodi-inputstream-adaptive-2.3.9.tar.gz 483983 BLAKE2B 
98c7862c66dde1a8f72ce140cd3c5b290f898b9f5a75060ff3c00bb36ce4daf1704726b58e102b6b78ce67f66b01b4ca91779297cf65426323430a28be02b12b
 SHA512 
8875162308aa5a9e259695d5dc0059725eeaa565baf3309470a87e6795e78aea7d0485eaee6aaa48247a8e0d9ebb3fa9e81b2d1e06c024bea5d6cf66e732bbee

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.9.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.9.ebuild
new file mode 100644
index 000..4c3d3f943e5
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.9.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/inputstream.adaptive-${PV}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-libs/expat
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   =dev-libs/libplatform-2*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-video/kino/, media-video/kino/files/

2018-11-15 Thread Craig Andrews
commit: 9e7a311df544bb3ac6d2753b549f1d2732f50cac
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Nov 12 03:59:26 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Nov 15 15:08:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7a311d

media-video/kino: ffmpeg 4 compatible

Closes: https://bugs.gentoo.org/670660
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-video/kino/files/kino-1.3.4-ffmpeg4.patch | 13 +
 media-video/kino/kino-1.3.4-r1.ebuild   |  3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/media-video/kino/files/kino-1.3.4-ffmpeg4.patch 
b/media-video/kino/files/kino-1.3.4-ffmpeg4.patch
new file mode 100644
index 000..b0f359f06ba
--- /dev/null
+++ b/media-video/kino/files/kino-1.3.4-ffmpeg4.patch
@@ -0,0 +1,13 @@
+diff --git a/old/frame.cc b/src/frame.cc
+index c88508f..1e2573a 100644
+--- a/old/frame.cc
 b/src/frame.cc
+@@ -1367,7 +1367,7 @@ bool Frame::CreateEncoder( bool isPAL, bool isWide )
+   avcodecEncoder->thread_count = 2;
+   avcodecEncoder->time_base= isPAL ? ( AVRational ){ 1, 
25 } : ( AVRational ){ 1001, 3 };
+   avcodecEncoder->pix_fmt = isPAL ? AV_PIX_FMT_YUV420P : 
AV_PIX_FMT_YUV411P;
+-  avcodecEncoder->flags |= CODEC_FLAG_INTERLACED_DCT;
++  avcodecEncoder->flags |= AV_CODEC_FLAG_INTERLACED_DCT;
+   avcodec_open2( avcodecEncoder, avcodec_find_encoder( 
AV_CODEC_ID_DVVIDEO ), NULL );
+   av_new_packet( , 144000 );
+   tempImage = ( uint8_t* ) av_malloc(

diff --git a/media-video/kino/kino-1.3.4-r1.ebuild 
b/media-video/kino/kino-1.3.4-r1.ebuild
index cb82c2338e3..9fc8dbb085a 100644
--- a/media-video/kino/kino-1.3.4-r1.ebuild
+++ b/media-video/kino/kino-1.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -81,6 +81,7 @@ src/page_bttv.cc' po/POTFILES.in || die
eapply "${FILESDIR}/${P}-libav-0.8.patch"
eapply "${FILESDIR}/${P}-libavcodec-pkg-config.patch"
eapply "${FILESDIR}/${P}-ffmpeg3.patch"
+   eapply "${FILESDIR}/${P}-ffmpeg4.patch"
 
mv configure.in configure.ac || die
eautoreconf



[gentoo-commits] repo/gentoo:master commit in: net-im/dino/

2018-11-15 Thread Andrey Utkin
commit: e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26
Author: Andrey Utkin  gentoo  org>
AuthorDate: Thu Nov 15 14:36:00 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Thu Nov 15 14:36:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f8d45f

net-im/dino: add media-gfx/qrencode to deps

As declared in upstream's README.md since commit eb43c4a35dea.

Bug: https://bugs.gentoo.org/671022
Reported-by: Daniel Kenzelmann  k8n.de>
Signed-off-by: Andrey Utkin  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/net-im/dino/dino-.ebuild b/net-im/dino/dino-.ebuild
index 9b578c60888..13e2a28e3b4 100644
--- a/net-im/dino/dino-.ebuild
+++ b/net-im/dino/dino-.ebuild
@@ -33,7 +33,10 @@ RDEPEND="
x11-libs/pango
gnupg? ( app-crypt/gpgme:1 )
http? ( net-libs/libsoup:2.4 )
-   omemo? ( dev-libs/libgcrypt:0 )
+   omemo? (
+   dev-libs/libgcrypt:0
+   media-gfx/qrencode
+   )
 "
 DEPEND="
$(vala_depend)



[gentoo-commits] repo/gentoo:master commit in: net-fs/minio/

2018-11-15 Thread Mikle Kolyada
commit: 1cfeb7a1951351c0f8bd5cdafcab8df8acb1ee0f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Nov 15 14:09:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Nov 15 14:09:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cfeb7a1

net-fs/minio: Version bump

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

 net-fs/minio/Manifest |  1 +
 net-fs/minio/minio-2018.11.15.01.26.07.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/net-fs/minio/Manifest b/net-fs/minio/Manifest
index 2d322a65ee1..eb8b1cf67de 100644
--- a/net-fs/minio/Manifest
+++ b/net-fs/minio/Manifest
@@ -6,3 +6,4 @@ DIST minio-2018.09.25.21.34.43.tar.gz 9187452 BLAKE2B 
d60567a90b95c86293cd34533c
 DIST minio-2018.10.18.00.28.58.tar.gz 9153624 BLAKE2B 
be2b9db53f0256bb7db1a1917003051ec0484d876702a54ea81ed38ae2853de296129a0ac1e5fbbf6e056bc5ac82e7ba389008001195f4b20daa8545275c9215
 SHA512 
64abcd10ade42f9bcecf498b2855426b8fbd2be428aa5aaa134295709849f8ebb57aede1d67a7302c7d05b8a861d5076a04ad126bc66d1fc9d4c45368e5e9cf1
 DIST minio-2018.10.25.01.27.03.tar.gz 9083869 BLAKE2B 
8adc52a4557bde234c367b1a0d3a3ca5651700cdaca4c0cd3c1ff55d64ef7bb6f5dbb48eee9867eb7677293abdcd34e9469bd3980f7046934db17d1fa72229ea
 SHA512 
8227a0b320877131b5822e077f3ee2cc03268de2c1f9a13dbc34f8ade8828b20afda964f1d389f311547750b8a7a613037042fe2a10f30610972a8d6eb4f40fd
 DIST minio-2018.11.06.01.01.02.tar.gz 9090585 BLAKE2B 
e7cfcdd0eb89fe1c65ceaa7893c2f2c5c4667bea689c2e42ec1f09969590ed06b2a5977015206ee18bb7a5481c9e82b4311c2719cae6df1fd2c3b5da87f9f1fb
 SHA512 
f3d51f5a2c15b2c7cad0679fcb6c72647e090e64efb5e29ad04519fb8870809044f3ae6c2f95a36ad2f0ffb7401e602ea8f5d2f4e5b61c8b60082339b9b91c68
+DIST minio-2018.11.15.01.26.07.tar.gz 9075498 BLAKE2B 
8b690a05a597d0c1d3212891a47f0db944817855138dccf7806f023f6e1e0028287cca3a96df28c36d6f91fea2117abb1a417c23863e5d1464430dd0f40c977c
 SHA512 
aeaf3e4d3be48496742a48b9d7c0b49e040c6f5cc0501668b13aa1e81c64f759b547ab5c910d1fbc2d270d3f42b1b890c41043ad79edbf2caea74b6245d6

diff --git a/net-fs/minio/minio-2018.11.15.01.26.07.ebuild 
b/net-fs/minio/minio-2018.11.15.01.26.07.ebuild
new file mode 100644
index 000..9adcc45356d
--- /dev/null
+++ b/net-fs/minio/minio-2018.11.15.01.26.07.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user golang-build golang-vcs-snapshot eapi7-ver
+
+EGO_PN="github.com/minio/minio"
+MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z"
+MY_PV=${MY_PV//./-}
+EGIT_COMMIT="ce419c98352324caa4c79b159a9f840ca714c3d5"
+ARCHIVE_URI="https://${EGO_PN}/archive/RELEASE.${MY_PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="An Amazon S3 compatible object storage server"
+HOMEPAGE="https://github.com/minio/minio;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/time.Now().UTC().Format(time.RFC3339)/\"${MY_PV}\"/"\
+   -e "s/-s //"\
+   -e "/time/d"\
+   -e "s/+ commitID()/+ \"${EGIT_COMMIT}\"/"\
+   src/${EGO_PN}/buildscripts/gen-ldflags.go || die
+}
+
+src_compile() {
+   pushd src/${EGO_PN} || die
+   MINIO_RELEASE="${MY_PV}"
+   go run buildscripts/gen-ldflags.go
+   GOPATH="${S}" go build --ldflags "$(go run 
buildscripts/gen-ldflags.go)" -o ${PN} || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dodoc -r README.md CONTRIBUTING.md MAINTAINERS.md docs
+   dobin minio
+   popd  || die
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   keepdir /var/{lib,log}/${PN}
+   fowners ${PN}:${PN} /var/{lib,log}/${PN}
+}



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

2018-11-15 Thread Mikle Kolyada
commit: 950e2bdecd79461a5eb2b04c1f641f372ac8ca6f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Nov 15 14:00:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Nov 15 14:00:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950e2bde

media-sound/mpd: Drop old

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

 media-sound/mpd/Manifest  |   1 -
 media-sound/mpd/files/mpd-0.20.10-libcdio-2.patch |  27 ---
 media-sound/mpd/files/mpd-0.20.4.logrotate|   6 -
 media-sound/mpd/mpd-0.20.10.ebuild| 263 --
 4 files changed, 297 deletions(-)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index b84c463d156..e3c66a4a4f9 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,4 +1,3 @@
-DIST mpd-0.20.10.tar.xz 778828 BLAKE2B 
c16b955ace770cf3d5da2ccad81fd3089cf2e60bf47774745d75babcff38fa344646b26dd32617fa2fe86ee0c785b9c8272ea6c90f77266b1a0cba2d48145236
 SHA512 
bac6a71e5b85600c590eae6b785474574cf0d7b03d9add537161b968a2997a975a597639a9fece119a01a7e27b5207523e4ae30b2f4f35791eff8c3ff26d107c
 DIST mpd-0.20.21.tar.xz 800476 BLAKE2B 
0c807ae8d79abd9400aa417b516c709073b23390aeed2b385c716e20f8c4f93376a235b54fe5f5cfcd451b04c76e105b41acbd180d294281432d4d1b6a427a15
 SHA512 
d44fb326ea6213ecf46721ca81efdfffaec4faa5a66e627185fd5ab7c4f0c5a380f4d04aed5c2909746a37b33987cb61f62dc2d747365da06629fbb78bf7c7d6
 DIST mpd-0.21.1.tar.xz 662308 BLAKE2B 
59da1cf186d5a171d447bde8e17386b49e3b4e821b4afc429b5e70a7633fe23f9ef671debda4bdf46632a12f008dbfe68966c52e4d298aca0a063dda6ca615da
 SHA512 
9af720f7bb7120a6c6006ad21cd80a61c0f1976ced7b2e6815d5e33d8b1e9caf4e8a0047754db3eb37875176754fbf03bfd77b26232ef4aec9da48667694ba92
 DIST mpd-0.21.2.tar.xz 664408 BLAKE2B 
da1cde9b5f87c3e52c90d9a743ec8bf7acbcf52f3bf28969414bcc0f3f29151fd47157dc153a094844c94f6eb50e5a3564baf66a2e87d840b7b34efc8d0f760b
 SHA512 
a98ff2636a22f7f0e377f814d0312b03344624317a68fcd89a7c5f33a40629908cd19f8bfff5dde1eef96cebd93e92cef63153bf60b02791803532357a38e020

diff --git a/media-sound/mpd/files/mpd-0.20.10-libcdio-2.patch 
b/media-sound/mpd/files/mpd-0.20.10-libcdio-2.patch
deleted file mode 100644
index 9153a87dcf9..000
--- a/media-sound/mpd/files/mpd-0.20.10-libcdio-2.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 12fd1cad0cc5472cbe931516970c1ac7aeb7ec00 Mon Sep 17 00:00:00 2001
-From: Max Kellermann 
-Date: Sat, 3 Feb 2018 19:32:31 +0100
-Subject: [PATCH] archive/iso9660: libcdio 2.0 compatibility
-
-Closes #173

- src/archive/plugins/Iso9660ArchivePlugin.cxx | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/archive/plugins/Iso9660ArchivePlugin.cxx 
b/src/archive/plugins/Iso9660ArchivePlugin.cxx
-index 536745d85..363921527 100644
 a/src/archive/plugins/Iso9660ArchivePlugin.cxx
-+++ b/src/archive/plugins/Iso9660ArchivePlugin.cxx
-@@ -115,7 +115,12 @@ Iso9660ArchiveFile::Visit(char *path, size_t length, 
size_t capacity,
-   visitor.VisitArchiveEntry(path + 1);
-   }
-   }
-+
-+#if LIBCDIO_VERSION_NUM >= 2
-+  iso9660_filelist_free(entlist);
-+#else
-   _cdio_list_free (entlist, true);
-+#endif
- }
- 
- static ArchiveFile *

diff --git a/media-sound/mpd/files/mpd-0.20.4.logrotate 
b/media-sound/mpd/files/mpd-0.20.4.logrotate
deleted file mode 100644
index ff47d1098cf..000
--- a/media-sound/mpd/files/mpd-0.20.4.logrotate
+++ /dev/null
@@ -1,6 +0,0 @@
-/var/lib/mpd/log {
-   missingok
-   postrotate
-   /etc/init.d/mpd reload
-   endscript
-}

diff --git a/media-sound/mpd/mpd-0.20.10.ebuild 
b/media-sound/mpd/mpd-0.20.10.ebuild
deleted file mode 100644
index e61366e3f1d..000
--- a/media-sound/mpd/mpd-0.20.10.ebuild
+++ /dev/null
@@ -1,263 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic linux-info systemd user
-
-DESCRIPTION="The Music Player Daemon (mpd)"
-HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sh x86 ~x86-fbsd ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
-   +fifo +ffmpeg flac fluidsynth gme +icu +id3tag +inotify +ipv6 jack
-   lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
-   mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio 
recorder
-   samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd 
twolame
-   unicode upnp vorbis wavpack wildmidi zeroconf zip zlib webdav"
-
-OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
-   modplug mpg123 musepack ogg flac sid vorbis 

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

2018-11-15 Thread Guilherme Amadio
commit: 4c66b6795ee1d11c361865dceedf73e1c23dc133
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Oct 19 11:30:00 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Nov 15 13:55:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c66b679

dev-libs/vc: version bump to 1.4.0

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-libs/vc/Manifest|  1 +
 dev-libs/vc/vc-1.4.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-libs/vc/Manifest b/dev-libs/vc/Manifest
index deca0bda4a2..023cafa0a70 100644
--- a/dev-libs/vc/Manifest
+++ b/dev-libs/vc/Manifest
@@ -28,3 +28,4 @@ DIST vc-1.3.3-reference-log2-sp.dat 1200200 BLAKE2B 
01a3124c9717187485e0d6d172be
 DIST vc-1.3.3-reference-sincos-dp.dat 360 BLAKE2B 
2f3a4d208d8b87c6f84a9f7d6a0920c98735382fcf37cc28efef5199b7e216cae9402a3c631d5a445739d8bafd782bdb80ef205146169e5d10ab9d6dfcff
 SHA512 
92f5cbe61cc79188759cc7d03e28df1644405bf2249fc59bb84f567bca6937053c5e2c1f7b0674e745d6656da6772703305118040b9c7a272da1d8bc52d49858
 DIST vc-1.3.3-reference-sincos-sp.dat 180 BLAKE2B 
c0993d43ec2c88edcbab2ade63f1a960ed64ccfd78fb5355aa0a6940b3860669dfafee75190a67e77f53d6005f9cf7e9e82abdd270e171606ebbb143b7326907
 SHA512 
0760409ae093c7d897e6ac0b689fea5c1cf9cf58e3c39e2880fcacf56398e9c3ceb897f725ef54730b95847f11ca73a05fd96e108aa153ba6d22c21f7104c009
 DIST vc-1.3.3.tar.gz 781361 BLAKE2B 
8e98cd983e7ef132e8d2a74f53d95e1ae7ba52b90da8878512ee4df33751ddce40dca6e70c8384048a86e495c6387d425db6cc5df0b7d15afd14f0fee94eb2b7
 SHA512 
dbc6f5bc723c52d3116301798b600b08bde510cff9e6777312d1970c61ad1b71fd83335ce65e9993a9f582a20b9de73984d553039452908ef229c4bde3b334f2
+DIST vc-1.4.0.tar.gz 628333 BLAKE2B 
be9ff9e34ce4859db96044f409a44c5b551ba6e31b317132944e70e61b58fb5a0c7d9c27aab6307be6d6213e8bd57a1964a857d96b52851cd356d6615ff1e197
 SHA512 
7924d6f3dd066b0258781c51ec527add7e4adbadb2b755face240a88aed2026fb6b0bf77e7008a0dc4c425f0e3ee7a8b1e40781397f4417979cc41d8a9d09a18

diff --git a/dev-libs/vc/vc-1.4.0.ebuild b/dev-libs/vc/vc-1.4.0.ebuild
new file mode 100644
index 000..c46a6c1dd52
--- /dev/null
+++ b/dev-libs/vc/vc-1.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="SIMD Vector Class Library for C++"
+HOMEPAGE="https://github.com/VcDevel/Vc;
+SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+src_unpack() {
+   default_src_unpack
+   S="${WORKDIR}"/Vc-${PV}
+}



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

2018-11-15 Thread Guilherme Amadio
commit: e37803862bd22eeb3450af36d567d8626f8e4e11
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Oct 19 10:00:34 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Nov 15 13:54:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3780386

dev-libs/vc: drop old versions

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-libs/vc/Manifest| 30 --
 dev-libs/vc/vc-0.7.4.ebuild | 39 ---
 dev-libs/vc/vc-1.3.2.ebuild | 39 ---
 3 files changed, 108 deletions(-)

diff --git a/dev-libs/vc/Manifest b/dev-libs/vc/Manifest
index 377e0a569ad..deca0bda4a2 100644
--- a/dev-libs/vc/Manifest
+++ b/dev-libs/vc/Manifest
@@ -1,18 +1,3 @@
-DIST vc-0.7.4-reference-acos-dp.dat 240 BLAKE2B 
943af6c183f9812ea1b8f8eb875f5052485647614bbe28d33d042c54648b36d42a8dd3557ea4562791b4d51fba6c4e28f7eddbd57d11d353d37989bb81b63806
 SHA512 
f64357c8dd5000a3e8d48af4d3dff167d0b2f6f5c90d90949fe1ee7b00668211cfef959c44775f37a2982acbba259895af6e262ef8e77d7570b6f9a2520d415b
-DIST vc-0.7.4-reference-acos-sp.dat 120 BLAKE2B 
66042438fe17229e4ac54503df2a94c01713945c9b3c3aed76fbaa9c3969b8ad95756526fd5981b5e1dd016ce0103a7130c53c5ecc1b71514e65ba50c9d35543
 SHA512 
8a1077735acf06c9a70874bdf202f952855f04e8aea1b75d21b43cd098d6c26af691ecb3ff345cd26bf3ac8e46263c26ba465f8c39903908b3e72cb356802f8b
-DIST vc-0.7.4-reference-asin-dp.dat 240 BLAKE2B 
4a992c3d35eecedf5d9c7ab31c9f553319cf262673584f65023f4b0bfa23c521e1ad0eaabc4e47ac1d8389c5ba55f20dd49aaf7ac21073c2448b31a47d28
 SHA512 
62dc115731978118e45cef0e3c11abbad6b8810a9e480ada6d479ef62413ef9eca0ece1674dcbd9fd0d4cbb50fdb86bcb860f797e17c1cab93a2f756e683d50d
-DIST vc-0.7.4-reference-asin-sp.dat 120 BLAKE2B 
1381b377ccd4b7f2be934c2875ba9657e6ecc11582e9cb07833a4e3edca8758c30404c6c5b740cec2ef04a4cd278d25ef7f346947a7514893b1fc355fc7b1e10
 SHA512 
859622a5b86b2fa6077bfc931afbbff515ec779ecbd54c93e91bb1837b8f8475f7c247f89d90b7847fb3a8a96a95d5c4692ce7863c0a0f9e5d4904039189ea3f
-DIST vc-0.7.4-reference-atan-dp.dat 480 BLAKE2B 
121ca520ecb2619a0a607cf9853bbae091bab1737916c3b2073819a1a5dd4d8b2115878452b0da08811496feae9f36f85e85db1c084ce5050989e4a96ae6a4c1
 SHA512 
20b2ffd707ab3f251d6d8a3ea39cb9436176154962cf60512acaf40aa3ac463cbf8e6149969ce273a9f755a1ecbcd8ac20f57444fdb73bc0ac15c43a73d82513
-DIST vc-0.7.4-reference-atan-sp.dat 240 BLAKE2B 
584f01ccaffd41f9a4a8bca3e09a8e1cc6202fb492d925a4ea0456f366cad230540bc395f0c89b1e2a23fb558fb4c087f19791c6e6c365bdc82466dd71a49a90
 SHA512 
3c137570f882f057ecdf772dfd659b199d4a37d1f098450476abc0ffafb9abe324aaf6155dbd9a0d2b7f9ce3022fe91d8c81a8b6303f7bd1a1c18785ec2e96b3
-DIST vc-0.7.4-reference-ln-dp.dat 240 BLAKE2B 
d172ccdee1671c938510d40797122e56b1dfeb0367ad3ab8ecbb6902111242d7f90ce5b4b034d9476c1d0d69b155eb4367b435c27132a19bbe3864379b67ee43
 SHA512 
279b9221fd56507be580598c8f29bac602494ad230c975e726d49c3cea3264b6b45c385a50be12d94acd7c3b9c0527bb9b1339c380a746a639fd0ae6928fe2c3
-DIST vc-0.7.4-reference-ln-sp.dat 1196328 BLAKE2B 
ae8b2716874ac0f0d3afe93f5ea1ee7d3cc06c7ae09b97c7eb9eb23a4f1e79d1af885bf8c3efae7d448c720bbd2f1b968b8bb9424795ecd0fdc1f67635fcb10f
 SHA512 
5cf13ab4997bdbe08b08bd79c719ad80844bbc451fcd1636e2c93c4a4b015c8f1909549638636b30a289c53b75822114b5aa9c5e40699b3867e23b8024a610e8
-DIST vc-0.7.4-reference-log10-dp.dat 240 BLAKE2B 
08712b3c9a77edb9bc3628ed7006815493db644395819f6b9830be213d3d8675b1b4711acceaf7df0a55afda2756e13224fc35a3480766147eacd2ff98c9c31d
 SHA512 
7086b73d2eeda17ef154b53fdeedf9fa21ac7016837eb9dd5e197d7a61343f1ac4b341fd04e6ef6477adc51391da7874ed7dd03a2b761d231c66611b994410df
-DIST vc-0.7.4-reference-log10-sp.dat 120 BLAKE2B 
123b5872b7c579548665425b6d1488dc0c64ffc2a8b484396cacf042048d88ac3db60cef7d2ca1471c7bc8dcb30707704f7070bb8c3ed50921c15635233001b9
 SHA512 
5d027ec089f9179f4f4544c445693b64c4d4db4b8267c2360511fed52748a904a00c03ee7fbdcac234d3284b9288bd19d8722567cdf7acf21311d7f19fc53f3a
-DIST vc-0.7.4-reference-log2-dp.dat 240 BLAKE2B 
c04785c9c3c9edf2e1a2e96ffd14ff797c17ff65ce2332dad4afc3084be2e1677661d2581d7284dfdefdf12327ab939aeb615f4b498ec313effcb75f5ab2f459
 SHA512 
54692dbf61c2764969cda3f87ba76bcc464f9e513864625ec115b9f06b26e85db4a53775baf4d87f83ae04452d246b4b01d0d3cde733058a07f872b0d0aa8097
-DIST vc-0.7.4-reference-log2-sp.dat 1200200 BLAKE2B 
01a3124c9717187485e0d6d172be29e28d292799c839307394ae8650a2d343c8a61df1ee2b1c45ca7b38aeab60dd3eea505adc255012d0f5034290f714ef287e
 SHA512 
edcc6100a20b1ef6aaf855ccdaff05c89f6f33357749681c577bc22fdc80877f90ddc7c1c8e260b1dd0c639865c8b701d48c7612ef39de2b4fece067f88b2808
-DIST vc-0.7.4-reference-sincos-dp.dat 360 BLAKE2B 
2f3a4d208d8b87c6f84a9f7d6a0920c98735382fcf37cc28efef5199b7e216cae9402a3c631d5a445739d8bafd782bdb80ef205146169e5d10ab9d6dfcff
 SHA512 

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

2018-11-15 Thread Guilherme Amadio
commit: fbb1139d8010a040a58de4f0717fe685fe370c10
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Oct 19 10:05:26 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Nov 15 13:55:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb1139d

dev-libs/vc: move stable ebuild to EAPI 6

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Guilherme Amadio  gentoo.org>

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

diff --git a/dev-libs/vc/vc-1.3.0.ebuild b/dev-libs/vc/vc-1.3.0.ebuild
index 3f8ec13e4bc..36f0890c4ff 100644
--- a/dev-libs/vc/vc-1.3.0.ebuild
+++ b/dev-libs/vc/vc-1.3.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils
 
@@ -33,7 +33,7 @@ src_unpack() {
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_build test)
+   -DBUILD_TESTING=$(usex test)
)
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/, sys-cluster/keepalived/files/

2018-11-15 Thread Mikle Kolyada
commit: bb99b23e3f30a44d4880944ff42731297a0c5e3e
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Nov 15 09:58:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Nov 15 13:49:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb99b23e

sys-cluster/keepalived: fix crash during shutdown

Bug: https://bugs.gentoo.org/670856
Bug: https://github.com/acassen/keepalived/issues/1061
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10422
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../files/keepalived-2.0.10-snmp-crash-fix.patch   | 122 +
 sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild |  76 +
 2 files changed, 198 insertions(+)

diff --git 
a/sys-cluster/keepalived/files/keepalived-2.0.10-snmp-crash-fix.patch 
b/sys-cluster/keepalived/files/keepalived-2.0.10-snmp-crash-fix.patch
new file mode 100644
index 000..c1a5ab36180
--- /dev/null
+++ b/sys-cluster/keepalived/files/keepalived-2.0.10-snmp-crash-fix.patch
@@ -0,0 +1,122 @@
+diff --git a/keepalived/check/check_snmp.c b/keepalived/check/check_snmp.c
+index 67ae0e4f9..95c6e6f83 100644
+--- a/keepalived/check/check_snmp.c
 b/keepalived/check/check_snmp.c
+@@ -1451,6 +1451,9 @@ static struct variable8 check_vars[] = {
+ void
+ check_snmp_agent_init(const char *snmp_socket)
+ {
++  if (snmp_running)
++  return;
++
+   /* We handle the global oid if we are running SNMP */
+   snmp_agent_init(snmp_socket, true);
+   snmp_register_mib(check_oid, OID_LENGTH(check_oid), "Healthchecker",
+@@ -1462,6 +1465,9 @@ check_snmp_agent_init(const char *snmp_socket)
+ void
+ check_snmp_agent_close()
+ {
++  if (!snmp_running)
++  return;
++
+   snmp_unregister_mib(check_oid, OID_LENGTH(check_oid));
+   snmp_agent_close(true);
+ }
+diff --git a/keepalived/core/snmp.c b/keepalived/core/snmp.c
+index a9472feae..eb5bed20a 100644
+--- a/keepalived/core/snmp.c
 b/keepalived/core/snmp.c
+@@ -325,6 +325,9 @@ snmp_unregister_mib(oid *myoid, size_t len)
+ void
+ snmp_agent_init(const char *snmp_socket, bool base_mib)
+ {
++  if (snmp_running)
++  return;
++
+   log_message(LOG_INFO, "Starting SNMP subagent");
+   netsnmp_enable_subagent();
+   snmp_disable_log();
+@@ -378,6 +381,9 @@ snmp_agent_init(const char *snmp_socket, bool base_mib)
+ void
+ snmp_agent_close(bool base_mib)
+ {
++  if (!snmp_running)
++  return;
++
+   if (base_mib)
+   snmp_unregister_mib(global_oid, OID_LENGTH(global_oid));
+   snmp_shutdown(global_name);
+diff --git a/keepalived/vrrp/vrrp_snmp.c b/keepalived/vrrp/vrrp_snmp.c
+index ca9d46768..db696159c 100644
+--- a/keepalived/vrrp/vrrp_snmp.c
 b/keepalived/vrrp/vrrp_snmp.c
+@@ -4552,6 +4552,9 @@ vrrp_handles_global_oid(void)
+ void
+ vrrp_snmp_agent_init(const char *snmp_socket)
+ {
++  if (snmp_running)
++  return;
++
+   /* We let the check process handle the global OID if it is running and 
with snmp */
+   snmp_agent_init(snmp_socket, vrrp_handles_global_oid());
+ 
+@@ -4581,6 +4584,9 @@ vrrp_snmp_agent_init(const char *snmp_socket)
+ void
+ vrrp_snmp_agent_close(void)
+ {
++  if (!snmp_running)
++  return;
++
+ #ifdef _WITH_SNMP_VRRP_
+   if (global_data->enable_snmp_vrrp)
+   snmp_unregister_mib(vrrp_oid, OID_LENGTH(vrrp_oid));
+diff --git a/lib/scheduler.c b/lib/scheduler.c
+index 0a1c334c3..9090a7f88 100644
+--- a/lib/scheduler.c
 b/lib/scheduler.c
+@@ -1630,7 +1630,7 @@ thread_fetch_next_queue(thread_master_t *m)
+   if (!ev->read) {
+   log_message(LOG_INFO, "scheduler: No 
read thread bound on fd:%d (fl:0x%.4X)"
+ , ev->fd, ep_ev->events);
+-  assert(0);
++  continue;
+   }
+   thread_move_ready(m, >read, ev->read, 
THREAD_READY_FD);
+   ev->read = NULL;
+@@ -1641,7 +1641,7 @@ thread_fetch_next_queue(thread_master_t *m)
+   if (!ev->write) {
+   log_message(LOG_INFO, "scheduler: No 
write thread bound on fd:%d (fl:0x%.4X)"
+ , ev->fd, ep_ev->events);
+-  assert(0);
++  continue;
+   }
+   thread_move_ready(m, >write, ev->write, 
THREAD_READY_FD);
+   ev->write = NULL;
+@@ -1710,7 +1710,12 @@ process_threads(thread_master_t *m)
+   thread = thread_trim_head(thread_list);
+   if (!shutting_down ||
+   (thread->type == 

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

2018-11-15 Thread Guilherme Amadio
commit: 9725404d18220422355091ddb9b6190b155d071f
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Wed Nov 14 08:08:11 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Nov 15 13:41:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9725404d

net-libs/davix: 0.6.7 stable for amd64 and x86

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Guilherme Amadio  gentoo.org>

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

diff --git a/net-libs/davix/davix-0.6.7.ebuild 
b/net-libs/davix/davix-0.6.7.ebuild
index 4ca799254b2..f442b5b75b9 100644
--- a/net-libs/davix/davix-0.6.7.ebuild
+++ b/net-libs/davix/davix-0.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/${PN
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc ipv6 kernel_linux test tools"
 
 CDEPEND="



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

2018-11-15 Thread Guilherme Amadio
commit: ac6add5639a3da1767cad32c022c2eeb2a02f1fc
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Wed Nov 14 07:56:24 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Nov 15 13:41:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6add56

net-libs/davix: version bump to 0.7.1

Drop version 0.6.8 and skip version 0.6.9 due to known issues.
See https://sft.its.cern.ch/jira/browse/ROOT-9730 for more info.

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Guilherme Amadio  gentoo.org>

 net-libs/davix/Manifest |  2 +-
 .../davix/{davix-0.6.8.ebuild => davix-0.7.1.ebuild}| 17 +++--
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/net-libs/davix/Manifest b/net-libs/davix/Manifest
index a7a885c0cfc..267666160a2 100644
--- a/net-libs/davix/Manifest
+++ b/net-libs/davix/Manifest
@@ -1,2 +1,2 @@
 DIST davix-0.6.7.tar 3346429 BLAKE2B 
7510c628cd1d346ed5f4dca6100207e5e2efa3a98d0caf63dbe3ba39f58a9b11c330c95cd2d40d60d8f2497355d4cb2f2d7537babfef287a5905f32322363d90
 SHA512 
5cb830e415a4ab87b7b046fbd8ba615379766f4fa4b886a271b0c248c05968b9a3cb144751b44d5fd62f5e07bdb7610c0505e44f2702147f6f006b49a4b3d8ce
-DIST davix-0.6.8.tar 3461829 BLAKE2B 
96e23b3d099262b577a078aad9c6ac3adb6a0ab5dd410573a1886a886f828e46af2d6df9904236ae9f1aff5c75e7bec93c81e02bd173d67a13e9f9bfce3225c1
 SHA512 
7c0e2a427b2a9ad807d104e8ada732a6e806818e0b7b53caf965ce6238637e4c6f5c67e56e7ef89a23004531c62bc1ba6cb7ce1dd0d1aefdc46bdd7b8c48c9c4
+DIST davix-0.7.1.tar 4336124 BLAKE2B 
5db4f8f03fef38feedb0f0a9dfce763ff53ba9b1aa19d09f0af979e111d9f52226222e7b00e48aa3589070e9bf857e000f297d1a162aac83fe877ce3cd2984e1
 SHA512 
a4408960c4e16011de5e6cea1470d7fa487fd0b9c462082d8fb800bcaa812cab10a92643c9eeb66dda506d177903917176e6310c2a10042a848a52b858f4eb4e

diff --git a/net-libs/davix/davix-0.6.8.ebuild 
b/net-libs/davix/davix-0.7.1.ebuild
similarity index 83%
rename from net-libs/davix/davix-0.6.8.ebuild
rename to net-libs/davix/davix-0.7.1.ebuild
index 943d50f9fb9..b6b1dbf9c82 100644
--- a/net-libs/davix/davix-0.6.8.ebuild
+++ b/net-libs/davix/davix-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,6 +32,16 @@ RDEPEND="${CDEPEND}"
 
 REQUIRED_USE="test? ( tools )"
 
+src_prepare() {
+   cmake-utils_src_prepare
+
+   for x in doc test; do
+   if ! use $x; then
+   sed -i -e "/add_subdirectory ($x)/d" CMakeLists.txt
+   fi
+   done
+}
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
@@ -44,7 +54,6 @@ src_configure() {
-DSTATIC_LIBRARY=OFF
-DSYSCONF_INSTALL_DIR="${EPREFIX}/etc"
-DBUILD_TESTING=$(usex test)
-   -DUNIT_TESTS=$(usex test)
)
cmake-utils_src_configure
 }
@@ -62,4 +71,8 @@ src_install() {
if ! use tools; then
rm -rf "${ED}/usr/share/man/man1"
fi
+
+   if use test; then
+   rm -rf "${ED}/usr/bin/davix-unit-tests"
+   fi
 }



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

2018-11-15 Thread Guilherme Amadio
commit: d7cd91a14608932fb2afe06635f9da5c0be8d225
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Wed Nov 14 14:41:49 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Nov 15 13:37:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cd91a1

profiles: prefixify dynamic linker used by sys-devel/clang

Signed-off-by: Guilherme Amadio  gentoo.org>

 profiles/features/prefix/standalone/profile.bashrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/features/prefix/standalone/profile.bashrc 
b/profiles/features/prefix/standalone/profile.bashrc
index d167e7a9155..20a3aff74cf 100644
--- a/profiles/features/prefix/standalone/profile.bashrc
+++ b/profiles/features/prefix/standalone/profile.bashrc
@@ -26,6 +26,9 @@ elif [[ ${CATEGORY}/${PN} == sys-devel/clang && 
${EBUILD_PHASE} == configure ]];
 sed -i -e "s@DEFAULT_SYSROOT \"\"@DEFAULT_SYSROOT \"${EPREFIX}\"@" 
"${S}"/CMakeLists.txt
 eend $?
 pushd "${S}/lib/Driver/ToolChains" >/dev/null
+ebegin "Use dynamic linker from ${EPREFIX}"
+sed -i -e "/LibDir.*Loader/s@return \"\/\"@return \"${EPREFIX%/}/\"@" 
Linux.cpp
+eend $?
 ebegin "Remove --sysroot call on ld for native toolchain"
 sed -i -e "$(grep -n -B1 sysroot= Gnu.cpp | sed -ne '{1s/-.*//;1p}'),+1 d" 
Gnu.cpp
 eend $?



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

2018-11-15 Thread Mikle Kolyada
commit: becff986b7956e3cfc91b0005f5cf7a56eb4ec4d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Nov 15 13:23:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Nov 15 13:23:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becff986

dev-db/percona-xtrabackup: amd64 stable wrt bug #670970

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

 dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild 
b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild
index 8842c1a74b7..02307dcf536 100644
--- a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild
+++ b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/s
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="
app-arch/lz4:0=



[gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/

2018-11-15 Thread Mikle Kolyada
commit: e7ab476b4303a49bf672ccc47d76516455a99255
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Nov 15 13:21:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Nov 15 13:21:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ab476b

net-vpn/libreswan: amd64 stable wrt bug #671012

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

 net-vpn/libreswan/libreswan-3.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/libreswan/libreswan-3.27.ebuild 
b/net-vpn/libreswan/libreswan-3.27.ebuild
index 736e805196d..8b57d75990f 100644
--- a/net-vpn/libreswan/libreswan-3.27.ebuild
+++ b/net-vpn/libreswan/libreswan-3.27.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit systemd toolchain-funcs
 
 SRC_URI="https://download.libreswan.org/${P}.tar.gz;
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
 HOMEPAGE="https://libreswan.org/;



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

2018-11-15 Thread Mikle Kolyada
commit: 496c40fddbf35e70ed3a05f0a271ff4e87e1f266
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Nov 15 13:19:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Nov 15 13:19:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496c40fd

app-text/hunspell: amd64 stable wrt bug #671066

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

 app-text/hunspell/hunspell-1.6.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/hunspell/hunspell-1.6.2-r1.ebuild 
b/app-text/hunspell/hunspell-1.6.2-r1.ebuild
index 257fddabc45..e71b19fb5b0 100644
--- a/app-text/hunspell/hunspell-1.6.2-r1.ebuild
+++ b/app-text/hunspell/hunspell-1.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/hunspell;
 SLOT="0/$(get_version_component_range 1-2)"
 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
 IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
ncurses? ( sys-libs/ncurses:0= )



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

2018-11-15 Thread Mikle Kolyada
commit: 0169d85be48df486356865cb3f28ecc9a21b4833
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Nov 15 13:17:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Nov 15 13:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0169d85b

net-libs/gsoap: amd64 stable wrt bug #671118

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

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

diff --git a/net-libs/gsoap/gsoap-2.8.70.ebuild 
b/net-libs/gsoap/gsoap-2.8.70.ebuild
index f09037b2e0f..9922f03b307 100644
--- a/net-libs/gsoap/gsoap-2.8.70.ebuild
+++ b/net-libs/gsoap/gsoap-2.8.70.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
 
 LICENSE="GPL-2 gSOAP"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc debug examples ipv6 libressl gnutls +ssl"
 
 RDEPEND="



  1   2   >