[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2019-04-07 Thread Alexey Shvetsov
commit: d67d64388e4de49fcdbcc7fe9ff50e0a493df16b
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sun Apr  7 21:24:05 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Apr  8 05:47:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67d6438

net-print/hplip-plugin: Should be updated in sync with hplip

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Alexey Shvetsov  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index feb628e6bff..09081000748 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST hplip-3.18.12-plugin.run 10486821 BLAKE2B 
e48940b1b5fe94dc216383b63bee7807bce9ad265b7c454c201c0ed22ec1964e6c5adf653c3c230789c042cffaaf50bd604bae6f66f407a85f98248934307158
 SHA512 
82b90aa8245f787e088a1bebfa7892a7f2b97fd04b3702c46eed27306640e562aeec63b4b5b45c24943abe4672f2627d1821bdcdf58a5c1ac4e1d06c7270535f
 DIST hplip-3.18.6-plugin.run 2065663 BLAKE2B 
501a37dd504250225ddad9712259e0e1b564aa034e433f24d277c5609fa95580417da1a0ae040a4624ff48806a3b34ec56ff31aed843e9f0f0b68b304d2ebd9e
 SHA512 
7b5eb2f43dd014df25ccd9e72dd7efc069db47921f2de650b2ff993dbee60056063edeee6593be7d35019212daf623fff9696b13508a808db92128f5c81bde76
 DIST hplip-3.19.1-plugin.run 11502855 BLAKE2B 
715f8927d08e6328a5049b2336b693cfd604703451f558237d45a4955745377a8142ddd56dffeca81e3878425861463b4c1cbfe88dc92a9f024f4681d46712af
 SHA512 
0464728ccaf48755132969a7cfedefeb66b87c9e234249ca4801e5e99a1e34e45e07c9f3486b527a65c320a4cab801f48b5f0f4dce98c40c844dd1ef092d299c
+DIST hplip-3.19.3-plugin.run 11516959 BLAKE2B 
858b5973b6bdceddfed25227ffd0e4f7871f1fe01bd080c88a0f28a72e6c7cf8d0aa35c7c55139a5844f80d2dfa3f9862f61cf9564df8dcd65370ee85882c729
 SHA512 
c0305926bc610f665cef0c114b64db7861da9a6159dff46a3b600ae440f8b225c7b6f774a6549808aa5f11df78970a799bce763922b52aaf0473210e198d382d

diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild
new file mode 100644
index 000..7714ffa082d
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.19.3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
+#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
+SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PRESTRIPPED="
+   /usr/share/hplip/fax/plugins/fax_marvell.so
+   /usr/share/hplip/prnt/plugins/hbpl1.so
+   /usr/share/hplip/prnt/plugins/lj.so
+   /usr/share/hplip/scan/plugins/bb_escl.so
+   /usr/share/hplip/scan/plugins/bb_marvell.so
+   /usr/share/hplip/scan/plugins/bb_soapht.so
+   /usr/share/hplip/scan/plugins/bb_soap.so
+"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_unpack() {
+   unpack_makeself "hplip-${PV}-plugin.run"
+}
+
+src_install() {
+   local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   fax_*) plugin_type=fax ;;
+   bb_*)  plugin_type=scan ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   mkdir -p "${ED}/var/lib/hp/"
+   cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



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

2019-04-07 Thread Aaron Bauman
commit: e57c1555ef3ddb02ae5df0e0cfeb23686147b792
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 05:21:42 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 05:22:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57c1555

x11-misc/sux: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 x11-misc/sux/sux-1.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/sux/sux-1.0-r4.ebuild b/x11-misc/sux/sux-1.0-r4.ebuild
index f3ff910a3c1..edbd4293cfe 100644
--- a/x11-misc/sux/sux-1.0-r4.ebuild
+++ b/x11-misc/sux/sux-1.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://fgouget.free.fr/sux/sux;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ppc sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ppc sparc x86"
 IUSE=""
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc-core/

2019-04-07 Thread Hans de Graaff
commit: fc21e0abe505c0f2b83714f9a0da05aaeb274311
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  8 05:18:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  8 05:18:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc21e0ab

www-apps/nanoc-core: initial import of 4.11.2

New dependency for www-apps/nanoc, split off from the main nanoc
repository.

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

 www-apps/nanoc-core/Manifest |  1 +
 www-apps/nanoc-core/metadata.xml |  9 
 www-apps/nanoc-core/nanoc-core-4.11.2.ebuild | 65 
 3 files changed, 75 insertions(+)

diff --git a/www-apps/nanoc-core/Manifest b/www-apps/nanoc-core/Manifest
new file mode 100644
index 000..cc430550d7d
--- /dev/null
+++ b/www-apps/nanoc-core/Manifest
@@ -0,0 +1 @@
+DIST nanoc-core-4.11.2.tar.gz 302927 BLAKE2B 
206142cc13468c3456dfd141bb031791c3d6aa31b81cca04493519e8b44d7bc82d6837d266a0edecc58c0e635cee7428bfdf0d5428de7d5e6fb6eacebb09d45e
 SHA512 
842703e5218c06e817ce188458ee0e9267467b92219dd566fda9d58cd21ec9842bbc011b8f2faa7854caf39af1379c2eae16a3e3b73c53f2c8af6b8851c7c8b9

diff --git a/www-apps/nanoc-core/metadata.xml b/www-apps/nanoc-core/metadata.xml
new file mode 100644
index 000..9abf9c6b8ec
--- /dev/null
+++ b/www-apps/nanoc-core/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+gra...@gentoo.org
+
+r...@gentoo.org
+Gentoo Ruby Project
+
+

diff --git a/www-apps/nanoc-core/nanoc-core-4.11.2.ebuild 
b/www-apps/nanoc-core/nanoc-core-4.11.2.ebuild
new file mode 100644
index 000..65bb6bb4159
--- /dev/null
+++ b/www-apps/nanoc-core/nanoc-core-4.11.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
+HOMEPAGE="https://nanoc.ws/;
+SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="${IUSE} minimal"
+
+DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
+
+RUBY_S="nanoc-${PV}/nanoc-core"
+
+ruby_add_rdepend "
+   dev-ruby/ddmemoize:1
+   dev-ruby/ddmetrics:1
+   dev-ruby/ddplugin:1
+   =dev-ruby/hamster-3*
+   >=dev-ruby/json_schema-0.19:0
+   dev-ruby/zeitwerk:1
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/bundler
+   dev-ruby/rspec:3
+   dev-ruby/rspec-its
+   dev-ruby/fuubar
+   dev-ruby/minitest
+   dev-ruby/timecop
+   dev-ruby/yard
+)
+"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/simplecov/I s:^:#:' \
+   -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head_core.rb 
|| die
+   sed -i -e '/coverall/I s:^:#:' \
+   -e '/rubocop/ s:^:#:' Rakefile || die
+   sed -i -e '1i require "tmpdir"; require "pathname"' spec/spec_helper.rb 
|| die
+
+   echo "-r ./spec/spec_helper.rb" > .rspec || die
+
+   sed -i -e "s:require_relative 'lib:require './lib:" 
${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Use useable tmp dir
+   sed -i -e 's:/tmp/whatever:'${T}'/whatever:' 
spec/nanoc/core/checksummer_spec.rb || die
+}
+
+each_ruby_test() {
+   RUBYLIB="${S}/lib" ${RUBY} -S rake spec || die
+}



[gentoo-commits] proj/no-distcc-env:master commit in: package.env/

2019-04-07 Thread Matt Turner
commit: 10cc20b3791ee5807a3f36452ed5a751fc603afb
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 04:51:57 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 04:51:57 2019 +
URL:https://gitweb.gentoo.org/proj/no-distcc-env.git/commit/?id=10cc20b3

Add more entries; mostly wchar.h failures

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

 package.env/no-distcc  |  1 +
 package.env/no-distcc-pump | 13 +
 2 files changed, 14 insertions(+)

diff --git a/package.env/no-distcc b/package.env/no-distcc
index 1e591d5..e86a1ca 100644
--- a/package.env/no-distcc
+++ b/package.env/no-distcc
@@ -29,3 +29,4 @@ x11-libs/libXt no-distcc.conf # Bug 639462
 
 dev-scheme/guile no-distcc.conf
 sys-devel/gcc no-distcc.conf
+sys-devel/gdb no-distcc.conf

diff --git a/package.env/no-distcc-pump b/package.env/no-distcc-pump
index 4e690bf..9e4ad75 100644
--- a/package.env/no-distcc-pump
+++ b/package.env/no-distcc-pump
@@ -8,8 +8,21 @@
 #
 #
 
+app-arch/gzip no-distcc-pump.conf
+app-arch/tar no-distcc-pump.conf
+app-editors/nano no-distcc-pump.conf
 dev-db/mariadb no-distcc-pump.conf # Bug 598517
+dev-libs/libpipeline no-distcc-pump.conf
 dev-python/pypy no-distcc-pump.conf # Bug 574102
 media-video/ffmpeg no-distcc-pump.conf # Bug 581732
 media-video/libav no-distcc-pump.conf # Bug 522716
+net-libs/gnutls no-distcc-pump.conf
+net-misc/wget no-distcc-pump.conf # Bug 672754
+sys-apps/coreutils no-distcc-pump.conf
+sys-apps/diffutils no-distcc-pump.conf
+sys-apps/grep no-distcc-pump.conf
+sys-apps/groff no-distcc-pump.conf
+sys-apps/man-db no-distcc-pump.conf
+sys-apps/sed no-distcc-pump.conf
+sys-devel/bison no-distcc-pump.conf # Bug 665214
 x11-drivers/xf86-input-evdev no-distcc-pump.conf # Bug 497404



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

2019-04-07 Thread Aaron Bauman
commit: d47b9b2e9f5afac2439c83190967021051a9f162
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 04:42:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 04:42:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47b9b2e

app-portage/cfg-update: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>

 app-portage/cfg-update/cfg-update-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/cfg-update/cfg-update-1.8.9.ebuild 
b/app-portage/cfg-update/cfg-update-1.8.9.ebuild
index 66b2498efec..d0afd7d9ead 100644
--- a/app-portage/cfg-update/cfg-update-1.8.9.ebuild
+++ b/app-portage/cfg-update/cfg-update-1.8.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rich0/cfg-update/tarball/${PV} -> 
${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 IUSE="X"
 
 RDEPEND="



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

2019-04-07 Thread Aaron Bauman
commit: 3cc9db9f4478be2152b321134a524928e5a0b710
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 04:31:41 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 04:32:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc9db9f

app-arch/tar: arm64 stable wrt bug #681728

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/app-arch/tar/tar-1.32.ebuild b/app-arch/tar/tar-1.32.ebuild
index d2d1ad25f66..815bf1ead7b 100644
--- a/app-arch/tar/tar-1.32.ebuild
+++ b/app-arch/tar/tar-1.32.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )"



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

2019-04-07 Thread Aaron Bauman
commit: 2169bb1b0687aecb4b2b029847b983277db6f085
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 03:37:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 04:32:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2169bb1b

sys-libs/libseccomp: arm64 stable wrt bug #680442

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild 
b/sys-libs/libseccomp/libseccomp-2.4.0.ebuild
index f4ccc0dec16..ed16699636f 100644
--- a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.4.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="-* amd64 arm ~arm64 ~hppa ~mips ppc ppc64 s390 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="-* amd64 arm arm64 ~hppa ~mips ppc ppc64 s390 x86 ~amd64-linux 
~x86-linux"
 IUSE="static-libs"
 
 # We need newer kernel headers; we don't keep strict control of the exact



[gentoo-commits] proj/sci:master commit in: sci-biology/behaviopy/

2019-04-07 Thread Horea Christian
commit: 7acf6c633d2afbe2ddf796ca0920a6dacdf72fcb
Author: Horea Christian  yandex  com>
AuthorDate: Mon Apr  8 03:22:33 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Apr  8 03:22:33 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7acf6c63

sci-biology/behaviopy: new package

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 sci-biology/behaviopy/behaviopy-0.1.ebuild  | 43 +++
 sci-biology/behaviopy/behaviopy-.ebuild | 45 +
 sci-biology/behaviopy/metadata.xml  | 26 +
 3 files changed, 114 insertions(+)

diff --git a/sci-biology/behaviopy/behaviopy-0.1.ebuild 
b/sci-biology/behaviopy/behaviopy-0.1.ebuild
new file mode 100644
index 0..bbbdd78fb
--- /dev/null
+++ b/sci-biology/behaviopy/behaviopy-0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Neuroimaging tools for Python"
+HOMEPAGE="https://github.com/TheChymera/behaviopy;
+SRC_URI="https://github.com/TheChymera/behaviopy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="evaluation test"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/seaborn[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   "
+
+src_prepare() {
+   if ! use evaluation; then
+   rm behaviopy/evaluation.py || die
+   fi
+   default
+}
+
+python_test() {
+   cd behaviopy/examples
+   echo "backend : Agg" > matplotlibrc || die
+   for i in *py; do
+   echo "Executing $i"
+   ${EPYTHON} $i || die
+   done
+}

diff --git a/sci-biology/behaviopy/behaviopy-.ebuild 
b/sci-biology/behaviopy/behaviopy-.ebuild
new file mode 100644
index 0..2aee7c999
--- /dev/null
+++ b/sci-biology/behaviopy/behaviopy-.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Neuroimaging tools for Python"
+HOMEPAGE="https://github.com/TheChymera/behaviopy;
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/TheChymera/behaviopy;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="evaluation test"
+KEYWORDS=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/seaborn[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   "
+   #evaluation? ( sci-biology/psychopy[${PYTHON_USEDEP}] )
+
+src_prepare() {
+   if ! use evaluation; then
+   rm behaviopy/evaluation.py || die
+   fi
+   default
+}
+
+python_test() {
+   cd behaviopy/examples
+   echo "backend : Agg" > matplotlibrc || die
+   for i in *py; do
+   echo "Executing $i"
+   ${EPYTHON} $i || die
+   done
+}

diff --git a/sci-biology/behaviopy/metadata.xml 
b/sci-biology/behaviopy/metadata.xml
new file mode 100644
index 0..1009f09d0
--- /dev/null
+++ b/sci-biology/behaviopy/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   BehavioPy is a Python toolkit providing evaluation (e.g. event
+   tracking) and plotting functions for behavioural data. Manual 
event
+   tracking is done via a simple and configurable PsychoPy-based
+   interface. Plotting functions are designed to work with 
preformatted
+   data in CSV format (e.g. as exported by pandas), and use 
Seaborn and
+   custom BehavioPy styles for maximum beautification.
+   
+   
+   TheChymera/behaviopy
+   
+   
+   Installs evaluation submodule.
+   
+



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

2019-04-07 Thread Matthias Maier
commit: 46c411d5f0681deb98d4374e7c42914a63eb1161
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 03:09:05 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 03:09:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c411d5

app-emulation/qemu: fix manifest

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/qemu/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index b22856763b7..7ba695af5d6 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,2 +1,2 @@
-DIST qemu-3.1.0-patches-r1.tar.xz 3796 BLAKE2B 
4dfb87e4d8cec9eae075f83f83152a01145b2321d9802024007435f0611bd003f7a72a5ef37bbdeb0447d93cc363bf372320a4a5851b21cd32fd34a254f293e7
 SHA512 
510f663d424936acb7aaf49153d86972a76c40aad15a97eeb70fd9f7346ae024f0cb2fbc2d447a030f9824a91abd4498bcf51a95db5e3d80abe43818ef61cb0e
+DIST qemu-3.1.0-patches-r1.tar.xz 2292 BLAKE2B 
0861dcf2eebd7f1f6dd495035fc39a14e44eb8e437127b22105ea2374e5068613c4c3f41227e97e0093062f9448ded2d956dc6c40ae6c64c7258c3dcf87c59c3
 SHA512 
6eca3f4ec6e62c7a24af15405147d266f8fb77462eb8797da8d7f9e40805160d9431478428baece5b5744fc1edecff988b44c512ae1fbf8f2cc3632ea14962cc
 DIST qemu-3.1.0.tar.xz 36070104 BLAKE2B 
9ed7d1b3256d84f2b73d61763e20f5e4bc5b47d56e4e0d56cf4c29cd25669457b0f08e90d7255589c9666400bb310df3dba3b9290232cad18057b20f08013a3b
 SHA512 
7e8dae823937cfac2f0c60406bd3bdcb89df40313dab2a4bed327d5198f7fcc68ac8b31e44692caa09299cc71256ee0b8c17e4f49f78ada8043d424f5daf82fe



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

2019-04-07 Thread Matthias Maier
commit: 2fd0e188e866fd41fd2075c692ccf41684d9fabe
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 02:00:15 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd0e188

app-emulation/qemu: Fix check in pkg_postinst

Thanks to Garry Filakhtov for triaging and fixing this issue.

Closes: https://bugs.gentoo.org/681346
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/qemu/{qemu-3.1.0-r3.ebuild => qemu-3.1.0-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-3.1.0-r3.ebuild 
b/app-emulation/qemu/qemu-3.1.0-r4.ebuild
similarity index 99%
rename from app-emulation/qemu/qemu-3.1.0-r3.ebuild
rename to app-emulation/qemu/qemu-3.1.0-r4.ebuild
index c0894a2ad47..ace3d191a4c 100644
--- a/app-emulation/qemu/qemu-3.1.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-3.1.0-r4.ebuild
@@ -774,7 +774,7 @@ pkg_postinst() {
udev_reload
fi
 
-   [[ -f ${D}/usr/libexec/qemu-bridge-helper ]] && \
+   [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \
fcaps cap_net_admin /usr/libexec/qemu-bridge-helper
 
DISABLE_AUTOFORMATTING=true



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

2019-04-07 Thread Matthias Maier
commit: 3baa88f281263a16d7143d866dd1f8e5e26bbba0
Author: Michal Privoznik  redhat  com>
AuthorDate: Mon Apr  8 01:08:54 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3baa88f2

app-emulation/libvirt: Check for more kernel configs for virtual net

After 7431b3eb9a05068e4b Libvirt starts to create chains to
insert rules into instead of placing them right at the top level
chains. These private chains are created on daemon startup and
the referenced commit made all 6 tables required (combination of
default 3 tables: nat, filter and mangle for both IPv4 and IPv6).
This was later refined in 686803a1a2e1e06, but it still makes
sense for ebuild to check for all tables being enabled in the
kernel because both IPv4 and IPv6 are used widely.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Closes: https://bugs.gentoo.org/681010
Signed-off-by: Michal Privoznik  redhat.com>
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/libvirt-5.0.0-r1.ebuild | 9 -
 app-emulation/libvirt/libvirt-5.1.0.ebuild| 9 -
 app-emulation/libvirt/libvirt-.ebuild | 9 -
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild 
b/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild
index dd115c7a957..be886fc4954 100644
--- a/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild
+++ b/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild
@@ -187,7 +187,14 @@ pkg_setup() {
~NETFILTER_ADVANCED
~NETFILTER_XT_CONNMARK
~NETFILTER_XT_MARK
-   ~NETFILTER_XT_TARGET_CHECKSUM"
+   ~NETFILTER_XT_TARGET_CHECKSUM
+   ~IP_NF_FILTER
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP6_NF_FILTER
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT"
# Bandwidth Limiting Support
use virt-network && CONFIG_CHECK+="
~BRIDGE_EBT_T_NAT

diff --git a/app-emulation/libvirt/libvirt-5.1.0.ebuild 
b/app-emulation/libvirt/libvirt-5.1.0.ebuild
index d0b9652fb37..f1b5ef7bfb6 100644
--- a/app-emulation/libvirt/libvirt-5.1.0.ebuild
+++ b/app-emulation/libvirt/libvirt-5.1.0.ebuild
@@ -187,7 +187,14 @@ pkg_setup() {
~NETFILTER_ADVANCED
~NETFILTER_XT_CONNMARK
~NETFILTER_XT_MARK
-   ~NETFILTER_XT_TARGET_CHECKSUM"
+   ~NETFILTER_XT_TARGET_CHECKSUM
+   ~IP_NF_FILTER
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP6_NF_FILTER
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT"
# Bandwidth Limiting Support
use virt-network && CONFIG_CHECK+="
~BRIDGE_EBT_T_NAT

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 39626cb3fae..71ce26a41fb 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -187,7 +187,14 @@ pkg_setup() {
~NETFILTER_ADVANCED
~NETFILTER_XT_CONNMARK
~NETFILTER_XT_MARK
-   ~NETFILTER_XT_TARGET_CHECKSUM"
+   ~NETFILTER_XT_TARGET_CHECKSUM
+   ~IP_NF_FILTER
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP6_NF_FILTER
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT"
# Bandwidth Limiting Support
use virt-network && CONFIG_CHECK+="
~BRIDGE_EBT_T_NAT



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

2019-04-07 Thread Matthias Maier
commit: 6fec2a540ce3e7cbd378287ee2837aeba6406eaf
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 02:26:43 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:51:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fec2a54

app-emulation/qemu: multiple security fixes for 3.1.0

  CVE-2018-20815
  CVE-2019-9824

Bug: https://bugs.gentoo.org/681850
Bug: https://bugs.gentoo.org/680834
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/qemu/Manifest | 1 +
 app-emulation/qemu/qemu-3.1.0-r4.ebuild | 6 ++
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 6a1be9e7ed9..b22856763b7 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1 +1,2 @@
+DIST qemu-3.1.0-patches-r1.tar.xz 3796 BLAKE2B 
4dfb87e4d8cec9eae075f83f83152a01145b2321d9802024007435f0611bd003f7a72a5ef37bbdeb0447d93cc363bf372320a4a5851b21cd32fd34a254f293e7
 SHA512 
510f663d424936acb7aaf49153d86972a76c40aad15a97eeb70fd9f7346ae024f0cb2fbc2d447a030f9824a91abd4498bcf51a95db5e3d80abe43818ef61cb0e
 DIST qemu-3.1.0.tar.xz 36070104 BLAKE2B 
9ed7d1b3256d84f2b73d61763e20f5e4bc5b47d56e4e0d56cf4c29cd25669457b0f08e90d7255589c9666400bb310df3dba3b9290232cad18057b20f08013a3b
 SHA512 
7e8dae823937cfac2f0c60406bd3bdcb89df40313dab2a4bed327d5198f7fcc68ac8b31e44692caa09299cc71256ee0b8c17e4f49f78ada8043d424f5daf82fe

diff --git a/app-emulation/qemu/qemu-3.1.0-r4.ebuild 
b/app-emulation/qemu/qemu-3.1.0-r4.ebuild
index ace3d191a4c..58a7196eb09 100644
--- a/app-emulation/qemu/qemu-3.1.0-r4.ebuild
+++ b/app-emulation/qemu/qemu-3.1.0-r4.ebuild
@@ -22,7 +22,7 @@ else
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 
# Gentoo specific patchsets:
-   #SRC_URI+=" 
https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz;
+   SRC_URI+=" 
https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz;
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
@@ -208,9 +208,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.5.0-cflags.patch
"${FILESDIR}"/${PN}-2.5.0-sysmacros.patch
"${FILESDIR}"/${PN}-2.11.1-capstone_include_path.patch
-   "${FILESDIR}"/${PN}-3.1.0-CVE-2018-20123.patch
-   "${FILESDIR}"/${PN}-3.1.0-CVE-2019-3812.patch
-   #"${WORKDIR}"/patches
+   "${WORKDIR}"/patches
 )
 
 QA_PREBUILT="



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

2019-04-07 Thread Matthias Maier
commit: 9b21e934f956c6124cdfffb6119b38f3de2c6472
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 01:31:19 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b21e934

dev-python/libvirt-python: version bump to 5.2.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/libvirt-python/Manifest |  1 +
 .../libvirt-python/libvirt-python-5.2.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 7dd7b02accd..be45aac3fd5 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,3 +1,4 @@
 DIST libvirt-python-4.9.0.tar.gz 191922 BLAKE2B 
272f0827faa7083e4896b34cea81554505e38733313df556d608fbf0e2ab935088ec5d57e9678c7679e172ff99a619939abe8cbd828b49655de70daf11d20efe
 SHA512 
7d1345693c87f11be9dc751212820f4c4a519a467703f0ea2fcafd0e66d39941686cf7c84c2c68e8639889da1bfbc9176a72cf1059c87d76a49b2c74a7b05c0e
 DIST libvirt-python-5.0.0.tar.gz 192726 BLAKE2B 
1ab4d4430254a1288714db32d76baf4a78f733bd82d33cf9f6a40aadcfac9c1dd73db91d38326a68ad04b8454f4c6417a16f07f9ecdfe8ccabcb0eccc9d13060
 SHA512 
318ae32f4c59b6cd278c8d07566e5e5f34759167084d4c722687d3cbf19efecea3a0c2a4ee37f42e58aa3f42f07fdd50bd9dd0539002388a7f79b138ad434dff
 DIST libvirt-python-5.1.0.tar.gz 193081 BLAKE2B 
7dc0914743257f53a285ae794c64e360af72085db532deb552925d68f5be07f20d3b2ff242b8d475e40ea6ede06bd9abe790f3bcbf4ab8b7aba2a9c6120aa236
 SHA512 
980bcb1723ea5bf0677a1c7de9fc8f23cd4495df3c861e2c0c865c53c30eb7cb1db4c6c369c593206378f2e80211bf4542304f73e8953bfe513b80b7ed013e74
+DIST libvirt-python-5.2.0.tar.gz 193270 BLAKE2B 
fecd1a07091746779a91e0cfeb9c3068048ee7e51d2f79064b4ee529a19b78d04ba53a5abab68182a1fa9c4a82f459fa9e971c33fcd10b42fe7011be17f7c6e2
 SHA512 
afee2dcaf08d530e6298fdf2db674af217b9e4115941258b5815aba00087d96db6eb421c9854d7dca0f9dfe24069df72aadd969c924545e72be216f01bc173cc

diff --git a/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild
new file mode 100644
index 000..92f5219f4a0
--- /dev/null
+++ b/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+MY_P="${P/_rc/-rc}"
+
+inherit distutils-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git;
+   SRC_URI=""
+   KEYWORDS=""
+   RDEPEND="app-emulation/libvirt:=[-python(-)]"
+else
+   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   RDEPEND="app-emulation/libvirt:0/${PV}"
+fi
+S="${WORKDIR}/${P%_rc*}"
+
+DESCRIPTION="libvirt Python bindings"
+HOMEPAGE="https://www.libvirt.org;
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="examples test"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



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

2019-04-07 Thread Matthias Maier
commit: 7adc959a05f5942c577bc632e89c8b8c545a6438
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 01:32:50 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adc959a

app-emulation/libvirt-snmp: drop old version

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt-snmp/Manifest|  1 -
 .../libvirt-snmp/libvirt-snmp-0.0.3.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/app-emulation/libvirt-snmp/Manifest 
b/app-emulation/libvirt-snmp/Manifest
index 239679fbd52..29aa01ee3da 100644
--- a/app-emulation/libvirt-snmp/Manifest
+++ b/app-emulation/libvirt-snmp/Manifest
@@ -1,2 +1 @@
-DIST libvirt-snmp-0.0.3.tar.gz 161186 BLAKE2B 
1b43e7e81a43d4e969e2e30d7d62776743b3c5fb19929fb1606850946c665ad1ca662bee88743f60f202cd92fc42be1cc2cc94e99bf1d137df61bec09850de93
 SHA512 
6ffda3594ddc513e05e31e7d347a12e371dca3cc698ca790a70e2d01b2ceac6acb5dd6e3cd19723817b41aa62e0c0a49c01c47cb9ce379ac491856a7e88e5a08
 DIST libvirt-snmp-0.0.4.tar.gz 157859 BLAKE2B 
e2c8fcdd97ba9b55bd4d318c63f7738024c1360ee10aa4e685c2ea6ca02478206febff30f3e1a82eb1a2dadaa52a377cfbce538e12e33f4ea2fe10b1a089945d
 SHA512 
dbf47e7983f9bd6fcff205fffd1f6006268cca774cf427d39dec84dc7de37b545c0dfcbb2c6f171f55d73487cdec13341097137e24de2dea58ce90494d281162

diff --git a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild 
b/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild
deleted file mode 100644
index b765a373d5a..000
--- a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Provides SNMP functionality for libvirt"
-HOMEPAGE="http://libvirt.org;
-SRC_URI="http://www.libvirt.org/sources/snmp/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="app-emulation/libvirt
-   net-analyzer/net-snmp"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/libvirt-snmp.initd-r1" "${PN}"
-   newconfd "${FILESDIR}/libvirt-snmp.confd" "${PN}"
-}
-
-pkg_postinst() {
-   elog "This daemon runs as an AgentX sub-daemon for snmpd. You should 
therefore"
-   elog "enable the AgentX functionality in snmpd by specifying the 
following"
-   elog "in /etc/snmp/snmpd.conf:"
-   elog "  master agentx"
-   elog "It is further recommended to send traps to the localhost as well 
using"
-   elog "this option:"
-   elog "  trap2sink localhost"
-   elog "More information is available here:"
-   elog "  http://wiki.libvirt.org/page/Libvirt-snmp;
-}



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

2019-04-07 Thread Matthias Maier
commit: b86a3a0d6f91117377f3a339e61ff389eb3a25d1
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 01:48:29 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86a3a0d

app-emulation/qemu: synchronize live ebuild

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/qemu/qemu-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 69e36290636..dbfe40f3575 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -641,9 +641,11 @@ generate_initd() {
sparc*) qcpu="sparc";;
esac
 
+   # we use 'printf' here to be portable across 'sh'
+   # implementations: #679168
cat <>"${out}"
if [ "\${cpu}" != "${qcpu}" -a -x "${interpreter}" ] ; then
-   echo 
':${package}:M::${magic}:${mask}:${interpreter}:'"\${QEMU_BINFMT_FLAGS}" 
>/proc/sys/fs/binfmt_misc/register
+   printf '%s\n' 
':${package}:M::${magic}:${mask}:${interpreter}:'"\${QEMU_BINFMT_FLAGS}" 
>/proc/sys/fs/binfmt_misc/register
fi
 EOF
 



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

2019-04-07 Thread Matthias Maier
commit: e5d8e12c50dfe9fba7e89369d07ef14e3fb6a835
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 01:30:32 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d8e12c

app-emulation/libvirt: version bump to 5.2.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/Manifest |   1 +
 app-emulation/libvirt/libvirt-5.2.0.ebuild | 392 +
 2 files changed, 393 insertions(+)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 58f31ea61f6..5dccee0fa37 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,3 +1,4 @@
 DIST libvirt-4.9.0.tar.xz 14744184 BLAKE2B 
03ddefc8f505c8688ad506b81ea9b37ee085e4c9c429834c6b6f338981bfc3c6034a5455a79feca604fb36e658de766ee6104aeed690c682ae596d10eb5632a9
 SHA512 
3cfada940f9de6cc4b0504e089f41aa03d9986f0163344dd3b3ab8e6c4eb556a56996dc8f24bca913b036862c75b256628ea9ab7674ef0a57b87f47c58689e90
 DIST libvirt-5.0.0.tar.xz 14832576 BLAKE2B 
8839a10e4ec8de012ca17e348efd75cbd94cc3b1cf378c867d958b61079105d6eb4f98d8d4b89dd5a6a368a3d9ea41f30498e44b7e039cdf8931ae6de8fa47b3
 SHA512 
d93042f49d2550d14577b5257c548d7108462fe1ad69420c128acf094ffd3e80deb744db13d4c3d5fbe5e4c1826d13131be12e3413710711a2d8cba6cb5a9db9
 DIST libvirt-5.1.0.tar.xz 14893608 BLAKE2B 
76e46c19b09203e7875576185d533d1af4abb5c2b1d229d0215e189d3584cbd213decc15b96128a928e0120dab01bf502d304fed2bf748852cd37c9df54c2ea0
 SHA512 
ca64d7be683614bdeb20a8865655fe80f911cf13c00aed2334db3a2e4131e1dd6fe5e9663a24e6f82161ad5aa53f1a2637cd21730eed46e4764b7eebced94f3f
+DIST libvirt-5.2.0.tar.xz 14992888 BLAKE2B 
d68aedb634a70063a116e112689f252d3fc2fe5369a4cdde8cacd392e806203bf277406bb10c751bae27f34f27a38355fde84573b6221fc4843393f9ae60ae5c
 SHA512 
378dc1552263cce746117487abc0a1f3411e5be149331717158ba23825734ceae7ca474290264d71de798fdd089ad9672026bcb242fa5b3aef87294284d06f04

diff --git a/app-emulation/libvirt/libvirt-5.2.0.ebuild 
b/app-emulation/libvirt/libvirt-5.2.0.ebuild
new file mode 100644
index 000..6fe39e20412
--- /dev/null
+++ b/app-emulation/libvirt/libvirt-5.2.0.ebuild
@@ -0,0 +1,392 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit autotools bash-completion-r1 eutils linux-info python-any-r1 
readme.gentoo-r1 systemd user
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://libvirt.org/git/libvirt.git;
+   SRC_URI=""
+   KEYWORDS=""
+   SLOT="0"
+else
+   # Versions with 4 numbers are stable updates:
+   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
+   SRC_URI="https://libvirt.org/sources/stable_updates/${P}.tar.xz;
+   else
+   SRC_URI="https://libvirt.org/sources/${P}.tar.xz;
+   fi
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   SLOT="0/${PV}"
+fi
+
+DESCRIPTION="C toolkit to manipulate virtual machines"
+HOMEPAGE="http://www.libvirt.org/;
+LICENSE="LGPL-2.1"
+IUSE="
+   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi iscsi-direct
+   +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp
+   policykit +qemu rbd sasl selinux +udev +vepa virtualbox virt-network
+   wireshark-plugins xen zeroconf zfs
+"
+
+REQUIRED_USE="
+   firewalld? ( virt-network )
+   libvirtd? ( || ( lxc openvz qemu virtualbox xen ) )
+   lxc? ( caps libvirtd )
+   openvz? ( libvirtd )
+   policykit? ( dbus )
+   qemu? ( libvirtd )
+   vepa? ( macvtap )
+   virt-network? ( libvirtd )
+   virtualbox? ( libvirtd )
+   xen? ( libvirtd )"
+
+# gettext.sh command is used by the libvirt command wrappers, and it's
+# non-optional, so put it into RDEPEND.
+# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
+# package will use 3 by default. Since we don't have slot pinning in an API,
+# we must go with the most recent
+RDEPEND="
+   app-misc/scrub
+   dev-libs/libgcrypt:0
+   dev-libs/libnl:3
+   >=dev-libs/libxml2-2.7.6
+   >=net-analyzer/openbsd-netcat-1.105-r1
+   >=net-libs/gnutls-1.0.25:0=
+   net-libs/libssh2
+   net-libs/libtirpc
+   net-libs/rpcsvc-proto
+   >=net-misc/curl-7.18.0
+   sys-apps/dmidecode
+   >=sys-apps/util-linux-2.17
+   sys-devel/gettext
+   sys-libs/ncurses:0=
+   sys-libs/readline:=
+   apparmor? ( sys-libs/libapparmor )
+   audit? ( sys-process/audit )
+   caps? ( sys-libs/libcap-ng )
+   dbus? ( sys-apps/dbus )
+   firewalld? ( >=net-firewall/firewalld-0.6.3 )
+   fuse? ( >=sys-fs/fuse-2.8.6:= )
+   glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
+   iscsi? ( sys-block/open-iscsi )
+   iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
+   libssh? ( 

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

2019-04-07 Thread Matthias Maier
commit: 648d0d42638dbf2cf152c3b2ba20adb1debd4411
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 01:19:53 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648d0d42

app-emulation/libvirt: depend on newer firewalld package

In order to support --with-firewalld-zone, we need a recent enough
firewalld version installed.

Thanks to Denis Schridde for triaging and contacting upstream!

Closes: https://bugs.gentoo.org/681714
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/{libvirt-5.1.0.ebuild => libvirt-5.1.0-r1.ebuild} | 2 +-
 app-emulation/libvirt/libvirt-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-5.1.0.ebuild 
b/app-emulation/libvirt/libvirt-5.1.0-r1.ebuild
similarity index 99%
rename from app-emulation/libvirt/libvirt-5.1.0.ebuild
rename to app-emulation/libvirt/libvirt-5.1.0-r1.ebuild
index e41112a918b..1d431dfa2eb 100644
--- a/app-emulation/libvirt/libvirt-5.1.0.ebuild
+++ b/app-emulation/libvirt/libvirt-5.1.0-r1.ebuild
@@ -71,7 +71,7 @@ RDEPEND="
audit? ( sys-process/audit )
caps? ( sys-libs/libcap-ng )
dbus? ( sys-apps/dbus )
-   firewalld? ( net-firewall/firewalld )
+   firewalld? ( >=net-firewall/firewalld-0.6.3 )
fuse? ( >=sys-fs/fuse-2.8.6:= )
glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
iscsi? ( sys-block/open-iscsi )

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index c70c7482b87..6fe39e20412 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -71,7 +71,7 @@ RDEPEND="
audit? ( sys-process/audit )
caps? ( sys-libs/libcap-ng )
dbus? ( sys-apps/dbus )
-   firewalld? ( net-firewall/firewalld )
+   firewalld? ( >=net-firewall/firewalld-0.6.3 )
fuse? ( >=sys-fs/fuse-2.8.6:= )
glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
iscsi? ( sys-block/open-iscsi )



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

2019-04-07 Thread Matthias Maier
commit: e91901c7c674e3c903054d0d41df21446aac463a
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 01:49:00 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91901c7

app-emulation/qemu: drop obsolete

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/qemu/qemu-3.1.0-r2.ebuild | 813 
 1 file changed, 813 deletions(-)

diff --git a/app-emulation/qemu/qemu-3.1.0-r2.ebuild 
b/app-emulation/qemu/qemu-3.1.0-r2.ebuild
deleted file mode 100644
index 0eacff29941..000
--- a/app-emulation/qemu/qemu-3.1.0-r2.ebuild
+++ /dev/null
@@ -1,813 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
-PYTHON_REQ_USE="ncurses,readline"
-
-PLOCALES="bg de_DE fr_FR hu it tr zh_CN"
-
-FIRMWARE_ABI_VERSION="2.11.1-r50"
-
-inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
-   user udev fcaps readme.gentoo-r1 pax-utils l10n
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="git://git.qemu.org/qemu.git"
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-
-   # Gentoo specific patchsets:
-   #SRC_URI+=" 
https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz;
-fi
-
-DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
-HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org;
-
-LICENSE="GPL-2 LGPL-2 BSD-2"
-SLOT="0"
-IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug
-   +fdt glusterfs gnutls gtk infiniband iscsi +jpeg kernel_linux
-   kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs +png
-   pulseaudio python rbd sasl +seccomp sdl selinux smartcard snappy
-   spice ssh static static-user systemtap tci test usb usbredir vde
-   +vhost-net virgl virtfs +vnc vte xattr xen xfs"
-
-RESTRICT=strip
-
-COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel
-   mips mips64 mips64el mipsel nios2 or1k ppc ppc64 riscv32 riscv64 s390x
-   sh4 sh4eb sparc sparc64 x86_64 xtensa xtensaeb"
-IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS}
-   lm32 moxie tricore unicore32"
-IUSE_USER_TARGETS="${COMMON_TARGETS}
-   aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus
-   tilegx"
-
-use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' 
${IUSE_SOFTMMU_TARGETS})
-use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
-IUSE+=" ${use_softmmu_targets} ${use_user_targets}"
-
-# Allow no targets to be built so that people can get a tools-only build.
-# Block USE flag configurations known to not work.
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   qemu_softmmu_targets_arm? ( fdt )
-   qemu_softmmu_targets_microblaze? ( fdt )
-   qemu_softmmu_targets_mips64el? ( fdt )
-   qemu_softmmu_targets_ppc64? ( fdt )
-   qemu_softmmu_targets_ppc? ( fdt )
-   qemu_softmmu_targets_riscv32? ( fdt )
-   qemu_softmmu_targets_riscv64? ( fdt )
-   static? ( static-user !alsa !gtk !opengl !pulseaudio !snappy )
-   virtfs? ( xattr )
-   vte? ( gtk )"
-
-# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)
-# and user/softmmu targets (qemu-*, qemu-system-*).
-#
-# Yep, you need both libcap and libcap-ng since virtfs only uses libcap.
-#
-# The attr lib isn't always linked in (although the USE flag is always
-# respected).  This is because qemu supports using the C library's API
-# when available rather than always using the external library.
-ALL_DEPEND="
-   >=dev-libs/glib-2.0[static-libs(+)]
-   sys-libs/zlib[static-libs(+)]
-   python? ( ${PYTHON_DEPS} )
-   systemtap? ( dev-util/systemtap )
-   xattr? ( sys-apps/attr[static-libs(+)] )"
-
-# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)
-# softmmu targets (qemu-system-*).
-SOFTMMU_TOOLS_DEPEND="
-   dev-libs/libxml2[static-libs(+)]
-   x11-libs/libxkbcommon[static-libs(+)]
-   >=x11-libs/pixman-0.28.0[static-libs(+)]
-   accessibility? (
-   app-accessibility/brltty[api]
-   app-accessibility/brltty[static-libs(+)]
-   )
-   aio? ( dev-libs/libaio[static-libs(+)] )
-   alsa? ( >=media-libs/alsa-lib-1.0.13 )
-   bzip2? ( app-arch/bzip2[static-libs(+)] )
-   capstone? ( dev-libs/capstone:= )
-   caps? ( sys-libs/libcap-ng[static-libs(+)] )
-   curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
-   fdt? ( >=sys-apps/dtc-1.4.2[static-libs(+)] )
-   glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] )
-   gnutls? (
-   dev-libs/nettle:=[static-libs(+)]
-   

[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/

2019-04-07 Thread Matthias Maier
commit: b8c66a0b4f770dcf2c9a8df279d4f87c24135486
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 01:50:12 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c66a0b

app-emulation/qemu-guest-agent: drop obsolete

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/qemu-guest-agent/Manifest|  1 -
 .../qemu-guest-agent-2.12.0-r1.ebuild  | 82 --
 2 files changed, 83 deletions(-)

diff --git a/app-emulation/qemu-guest-agent/Manifest 
b/app-emulation/qemu-guest-agent/Manifest
index a27af84244b..6a1be9e7ed9 100644
--- a/app-emulation/qemu-guest-agent/Manifest
+++ b/app-emulation/qemu-guest-agent/Manifest
@@ -1,2 +1 @@
-DIST qemu-2.12.0.tar.bz2 41196232 BLAKE2B 
f258e570558249ea647c3571908f90b8bacdcef9a1814009b98571cf0e96406194d44aa041fd0a97c9b673f39a9eaae8d873824745509778a6784cd85f8398b0
 SHA512 
91d829f44c431e4c1cd335f3efea5afff9da62d832b0296a92417463ea0826d09ce226c2ea8ac167fe7b99b6bb976c7cb1357aaf17735ee57af6602161e46346
 DIST qemu-3.1.0.tar.xz 36070104 BLAKE2B 
9ed7d1b3256d84f2b73d61763e20f5e4bc5b47d56e4e0d56cf4c29cd25669457b0f08e90d7255589c9666400bb310df3dba3b9290232cad18057b20f08013a3b
 SHA512 
7e8dae823937cfac2f0c60406bd3bdcb89df40313dab2a4bed327d5198f7fcc68ac8b31e44692caa09299cc71256ee0b8c17e4f49f78ada8043d424f5daf82fe

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
deleted file mode 100644
index 753a720c1c9..000
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit eutils systemd udev python-any-r1
-
-MY_PN="qemu"
-MY_P="${MY_PN}-${PV}"
-
-SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.bz2;
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
-
-DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
-HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent;
-
-LICENSE="GPL-2 BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/glib"
-
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.5.0-sysmacros.patch #580924
-)
-
-src_configure() {
-   tc-export AR LD OBJCOPY
-
-   local myconf=(
-   --prefix=/usr
-   --sysconfdir=/etc
-   --libdir="/usr/$(get_libdir)"
-   --localstatedir=/
-   --disable-bsd-user
-   --disable-linux-user
-   --disable-system
-   --disable-strip
-   --disable-tools
-   --disable-werror
-   --enable-guest-agent
-   --python="${PYTHON}"
-   --cc="$(tc-getCC)"
-   --cxx="$(tc-getCXX)"
-   --host-cc="$(tc-getBUILD_CC)"
-   )
-   echo "./configure ${myconf[*]}"
-   ./configure "${myconf[@]}" || die
-}
-
-src_compile() {
-   emake V=1 qemu-ga
-}
-
-src_install() {
-   dobin qemu-ga
-
-   # Normal init stuff
-   newinitd "${FILESDIR}/qemu-ga.init-r1" qemu-guest-agent
-   newconfd "${FILESDIR}/qemu-ga.conf-r1" qemu-guest-agent
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/qemu-ga.logrotate" qemu-guest-agent
-
-   # systemd stuff
-   udev_newrules "${FILESDIR}/qemu-ga-systemd.udev" 
99-qemu-guest-agent.rules
-
-   systemd_newunit "${FILESDIR}/qemu-ga-systemd.service" \
-   qemu-guest-agent.service
-}
-
-pkg_postinst() {
-   elog "You should add 'qemu-guest-agent' to the default runlevel."
-   elog "e.g. rc-update add qemu-guest-agent default"
-}



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

2019-04-07 Thread Matthias Maier
commit: 93899f70a1704b927df8e1eb8e1ab328e3b2e324
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Apr  8 01:16:39 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Apr  8 02:29:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93899f70

app-emulation/libvirt: fix bash completion file names

Instead of installing a dummy "vsh" file and alias virsh and
virt-manager, let's install the file as "virsh" and alias virt-manager
to it.

Closes: https://bugs.gentoo.org/682834
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/libvirt-5.1.0.ebuild | 4 ++--
 app-emulation/libvirt/libvirt-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-5.1.0.ebuild 
b/app-emulation/libvirt/libvirt-5.1.0.ebuild
index f1b5ef7bfb6..e41112a918b 100644
--- a/app-emulation/libvirt/libvirt-5.1.0.ebuild
+++ b/app-emulation/libvirt/libvirt-5.1.0.ebuild
@@ -365,8 +365,8 @@ src_install() {
newconfd "${FILESDIR}/libvirtd.confd-r5" libvirtd || die
newconfd "${FILESDIR}/libvirt-guests.confd" libvirt-guests || die
 
-   newbashcomp "${S}/tools/bash-completion/vsh" vsh
-   bashcomp_alias vsh virsh virt-admin
+   newbashcomp "${S}/tools/bash-completion/vsh" virsh
+   bashcomp_alias virsh virt-admin
 
DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r2")
DISABLE_AUTOFORMATTING=true

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 71ce26a41fb..c70c7482b87 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -365,8 +365,8 @@ src_install() {
newconfd "${FILESDIR}/libvirtd.confd-r5" libvirtd || die
newconfd "${FILESDIR}/libvirt-guests.confd" libvirt-guests || die
 
-   newbashcomp "${S}/tools/bash-completion/vsh" vsh
-   bashcomp_alias vsh virsh virt-admin
+   newbashcomp "${S}/tools/bash-completion/vsh" virsh
+   bashcomp_alias virsh virt-admin
 
DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r2")
DISABLE_AUTOFORMATTING=true



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-documents/

2019-04-07 Thread Thomas Deutschmann
commit: 31d06b9455c407812fe6a1e753c53ebef054077d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:13:13 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:13:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d06b94

gnome-extra/gnome-documents: x86 stable (bug #682116)

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

 gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild 
b/gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild
index 21b069891be..c6e3a2dadd5 100644
--- a/gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild
+++ b/gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Documents;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 # cairo-1.14 for cairo_surface_set_device_scale check and usage
 COMMON_DEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: 873502fe36194d522c957996b91317a3a7f05fdf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:17:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:17:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873502fe

net-misc/rygel: x86 stable (bug #682116)

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

 net-misc/rygel/rygel-0.36.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rygel/rygel-0.36.2.ebuild 
b/net-misc/rygel/rygel-0.36.2.ebuild
index 7b6f937be84..2214d6057e8 100644
--- a/net-misc/rygel/rygel-0.36.2.ebuild
+++ b/net-misc/rygel/rygel-0.36.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Rygel;
 
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="X +introspection +sqlite tracker test transcode"
 
 RDEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: 2474047033692c5cf503ccfc9c437747fac0d6c1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:10:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:10:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24740470

app-misc/tracker-miners: x86 stable (bug #682116)

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

 app-misc/tracker-miners/tracker-miners-2.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tracker-miners/tracker-miners-2.1.6.ebuild 
b/app-misc/tracker-miners/tracker-miners-2.1.6.ebuild
index 5153b47c8e8..6d13192a03b 100644
--- a/app-misc/tracker-miners/tracker-miners-2.1.6.ebuild
+++ b/app-misc/tracker-miners/tracker-miners-2.1.6.ebuild
@@ -15,7 +15,7 @@ IUSE="cue exif ffmpeg flac gif gsf +gstreamer iptc +iso +jpeg 
libav +pdf +playli
 
 REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpeg/libav
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 # tracker-2.1.7 currently always depends on ICU (theoretically could be 
libunistring instead); so choose ICU over enca always here for the time being 
(ICU is preferred)
 RDEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: 68d22910904f02629b46869c9085463a7210295b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:04:25 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:04:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d22910

app-arch/sharutils: x86 stable (bug #674126)

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

 app-arch/sharutils/sharutils-4.15.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/sharutils/sharutils-4.15.2-r1.ebuild 
b/app-arch/sharutils/sharutils-4.15.2-r1.ebuild
index 3066d050c5f..5a1868c0b74 100644
--- a/app-arch/sharutils/sharutils-4.15.2-r1.ebuild
+++ b/app-arch/sharutils/sharutils-4.15.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 DEPEND="app-arch/xz-utils



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

2019-04-07 Thread Thomas Deutschmann
commit: 9d8d5f8fcf5f1a9d7e05731c2c1bdd1ca327bcb6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:14:23 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:14:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8d5f8f

media-gfx/gnome-photos: x86 stable (bug #682116)

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

 media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
index f34fc89fd7a..9fb99ebbe59 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Photos;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="flickr test upnp-av"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/

2019-04-07 Thread Thomas Deutschmann
commit: a07e2228041cfe5aef91f3ef9229bf45e619cbdc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:12:22 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:12:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07e2228

gnome-base/nautilus: x86 stable (bug #682116)

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

 gnome-base/nautilus/nautilus-3.26.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/nautilus/nautilus-3.26.4-r2.ebuild 
b/gnome-base/nautilus/nautilus-3.26.4-r2.ebuild
index aef38545ec0..efdf7e693c3 100644
--- a/gnome-base/nautilus/nautilus-3.26.4-r2.ebuild
+++ b/gnome-base/nautilus/nautilus-3.26.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="exif gnome gtk-doc +introspection packagekit +previewer selinux sendto 
tracker xmp"
 
-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"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.51.2:2



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

2019-04-07 Thread Thomas Deutschmann
commit: d71b56200deccc09236a4427e024af3fa2ece6f9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:03:53 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:03:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71b5620

media-gfx/scrot: x86 stable (bug #681524)

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

 media-gfx/scrot/scrot-0.8_p13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scrot/scrot-0.8_p13-r1.ebuild 
b/media-gfx/scrot/scrot-0.8_p13-r1.ebuild
index 7207c379420..b4c2cdad2c5 100644
--- a/media-gfx/scrot/scrot-0.8_p13-r1.ebuild
+++ b/media-gfx/scrot/scrot-0.8_p13-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://${PN}.sourcearchive.com/downloads/${MY_PV}/${PN}_0.8.orig.tar.gz
 
 LICENSE="feh LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sh sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/imlib2-1.0.3



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

2019-04-07 Thread Thomas Deutschmann
commit: 6aa693f28b5c9abd69b36eb40b8179f83e29d8b2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:14:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:14:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa693f2

media-sound/gnome-music: x86 stable (bug #682116)

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

 media-sound/gnome-music/gnome-music-3.26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnome-music/gnome-music-3.26.2.ebuild 
b/media-sound/gnome-music/gnome-music-3.26.2.ebuild
index c88b4dca273..eb4b4eb017e 100644
--- a/media-sound/gnome-music/gnome-music-3.26.2.ebuild
+++ b/media-sound/gnome-music/gnome-music-3.26.2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



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

2019-04-07 Thread Thomas Deutschmann
commit: 329a0652c2d5aee6d0e028c67ca2a146120d4871
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:02:41 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:02:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329a0652

dev-python/python-gnupg: x86 stable (bug #681970)

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

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

diff --git a/dev-python/python-gnupg/python-gnupg-0.4.3.ebuild 
b/dev-python/python-gnupg/python-gnupg-0.4.3.ebuild
index 87f2996e9de..7e224925455 100644
--- a/dev-python/python-gnupg/python-gnupg-0.4.3.ebuild
+++ b/dev-python/python-gnupg/python-gnupg-0.4.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://bitbucket.org/vinay.sajip/python-gnupg
https://pypi.org/project/python-gnupg/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 LICENSE="BSD"
 SLOT="0"
 



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

2019-04-07 Thread Thomas Deutschmann
commit: 71bd3dec56fb145536cc4a579dc9d3f0bd2d113f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:06:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:06:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bd3dec

sys-apps/smartmontools: x86 stable (bug #682592)

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

 sys-apps/smartmontools/smartmontools-7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/smartmontools/smartmontools-7.0-r1.ebuild 
b/sys-apps/smartmontools/smartmontools-7.0-r1.ebuild
index 16fabd5975e..fd712ecac55 100644
--- a/sys-apps/smartmontools/smartmontools-7.0-r1.ebuild
+++ b/sys-apps/smartmontools/smartmontools-7.0-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit subversion
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/

2019-04-07 Thread Thomas Deutschmann
commit: 26e7513cd7dc3a865b4399d43bc95d3c9db097f8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:15:17 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:15:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e7513c

net-misc/gnome-online-miners: x86 stable (bug #682116)

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

 net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild 
b/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild
index e174d047e6a..c79b63ac017 100644
--- a/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild
+++ b/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="flickr"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 # libgdata[gnome] needed for goa support
 RDEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: 75a87dfec53ba6df7d874b953e984e1331d0ec03
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:12:42 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:12:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a87dfe

app-text/libgepub: x86 stable (bug #682116)

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

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

diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild 
b/app-text/libgepub/libgepub-0.5.3.ebuild
index 5d6e53a2c0a..693f6ab5ea0 100644
--- a/app-text/libgepub/libgepub-0.5.3.ebuild
+++ b/app-text/libgepub/libgepub-0.5.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libgepub;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+introspection"
 
 RDEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: 078aa77b9ba516aa20bde91e615244def6114c99
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:16:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:16:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078aa77b

net-libs/gupnp-av: x86 stable (bug #682116)

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

 net-libs/gupnp-av/gupnp-av-0.12.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gupnp-av/gupnp-av-0.12.11.ebuild 
b/net-libs/gupnp-av/gupnp-av-0.12.11.ebuild
index 62aeb5dc34d..9cee3308927 100644
--- a/net-libs/gupnp-av/gupnp-av-0.12.11.ebuild
+++ b/net-libs/gupnp-av/gupnp-av-0.12.11.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
 
 LICENSE="LGPL-2"
 SLOT="0/2" # subslot: soname version
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: 97d364ead9894f7b9a4bedeb18f878e09f3fe27e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:15:58 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:15:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d364ea

net-libs/gssdp: x86 stable (bug #682116)

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

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

diff --git a/net-libs/gssdp/gssdp-1.0.3.ebuild 
b/net-libs/gssdp/gssdp-1.0.3.ebuild
index 13be76f428b..5113ff21b2c 100644
--- a/net-libs/gssdp/gssdp-1.0.3.ebuild
+++ b/net-libs/gssdp/gssdp-1.0.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
 
 LICENSE="LGPL-2"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 
~x86-fbsd"
 IUSE="+introspection gtk"
 
 RDEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: a7f883ee83324e9809b42413e149d9a9b2ca7be6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:09:33 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:09:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f883ee

app-misc/tracker: x86 stable (bug #682116)

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

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

diff --git a/app-misc/tracker/tracker-2.1.8.ebuild 
b/app-misc/tracker/tracker-2.1.8.ebuild
index 643340f1f2c..3e01d20fb0f 100644
--- a/app-misc/tracker/tracker-2.1.8.ebuild
+++ b/app-misc/tracker/tracker-2.1.8.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/2.0"
 IUSE="gtk-doc +miners networkmanager stemmer"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 PV_SERIES=$(ver_cut 1-2)
 



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

2019-04-07 Thread Thomas Deutschmann
commit: d6710f31677f77be2a509b0f01b2e104c0c7d653
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:05:16 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:05:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6710f31

sys-libs/glibc: x86 stable (bug #674126)

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

 sys-libs/glibc/glibc-2.28-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.28-r5.ebuild 
b/sys-libs/glibc/glibc-2.28-r5.ebuild
index afb24ebc97b..9907e295d98 100644
--- a/sys-libs/glibc/glibc-2.28-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.28-r5.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 
s390 sh sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 
s390 sh sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/

2019-04-07 Thread Thomas Deutschmann
commit: 3eff0f53f507244285d51b872567b21a5168fc84
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:13:50 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:13:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eff0f53

gnome-extra/nemo: x86 stable (bug #682116)

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

 gnome-extra/nemo/nemo-3.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nemo/nemo-3.6.4-r1.ebuild 
b/gnome-extra/nemo/nemo-3.6.4-r1.ebuild
index b28b79b73bb..ada36cdf833 100644
--- a/gnome-extra/nemo/nemo-3.6.4-r1.ebuild
+++ b/gnome-extra/nemo/nemo-3.6.4-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="exif +introspection +nls packagekit tracker xmp"
 
 COMMON_DEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: 490343f197f020c34011bd96df46bf30f01f36da
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:08:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:08:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490343f1

sys-apps/systemd: x86 stable (bug #682468)

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

 sys-apps/systemd/systemd-241-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-241-r1.ebuild 
b/sys-apps/systemd/systemd-241-r1.ebuild
index b51d29ef38b..1b2f05ef74a 100644
--- a/sys-apps/systemd/systemd-241-r1.ebuild
+++ b/sys-apps/systemd/systemd-241-r1.ebuild
@@ -11,7 +11,7 @@ else
MY_P=${PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
 fi
 
 PYTHON_COMPAT=( python{3_5,3_6,3_7} )



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

2019-04-07 Thread Thomas Deutschmann
commit: 86eaa0684e544201dd3f233ce0fd6ee2b546e53e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:10:45 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:10:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86eaa068

app-misc/bijiben: x86 stable (bug #682116)

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

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

diff --git a/app-misc/bijiben/bijiben-3.26.2.ebuild 
b/app-misc/bijiben/bijiben-3.26.2.ebuild
index e7fb0fc38f9..e3aefabcfd5 100644
--- a/app-misc/bijiben/bijiben-3.26.2.ebuild
+++ b/app-misc/bijiben/bijiben-3.26.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: 84d8c2a1b46cd6395c8fc031213317ace5262eac
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:11:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:11:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d8c2a1

dev-libs/folks: x86 stable (bug #682116)

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

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

diff --git a/dev-libs/folks/folks-0.11.4-r1.ebuild 
b/dev-libs/folks/folks-0.11.4-r1.ebuild
index 9b5eebac778..1d704f71b08 100644
--- a/dev-libs/folks/folks-0.11.4-r1.ebuild
+++ b/dev-libs/folks/folks-0.11.4-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Folks;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/25" # subslot = libfolks soname version
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
 
 # TODO: --enable-profiling
 # Vala isn't really optional, https://bugzilla.gnome.org/show_bug.cgi?id=701099



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

2019-04-07 Thread Thomas Deutschmann
commit: 30042bfe306577f742f9093a670b5b6b1d22df11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:02:07 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:02:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30042bfe

dev-python/python-nbxmpp: x86 stable (bug #681970)

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

 dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild
index 803bb550634..c92cde7506c 100644
--- a/dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild
+++ b/dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,5 +13,5 @@ 
SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/repository/archive.tar.gz?ref
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""



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

2019-04-07 Thread Thomas Deutschmann
commit: d12af68ba55caf996da23b4a4efc332351cd18e1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:01:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:01:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12af68b

dev-python/precis-i18n: x86 stable (bug #681970)

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

 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
index 64ef7198e16..9a8ce2fa493 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-04-07 Thread Thomas Deutschmann
commit: 3106c282d3f21ddca62e3c7af7f186a7e0a046e7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:05:50 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:05:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3106c282

net-dns/libidn2: x86 stable (bug #674126)

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

 net-dns/libidn2/libidn2-2.1.1a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/libidn2/libidn2-2.1.1a.ebuild 
b/net-dns/libidn2/libidn2-2.1.1a.ebuild
index 0ce156e934b..027826264ba 100644
--- a/net-dns/libidn2/libidn2-2.1.1a.ebuild
+++ b/net-dns/libidn2/libidn2-2.1.1a.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: perl-core/Archive-Tar/

2019-04-07 Thread Thomas Deutschmann
commit: f8b40178d9b481920942b9b740a113691bf1960d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:01:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:01:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b40178

perl-core/Archive-Tar: x86 stable (bug #657968)

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

 perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild 
b/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
index b17d7019b52..a75cb3c089e 100644
--- a/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
+++ b/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl module for creation and manipulation of tar files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2019-04-07 Thread Thomas Deutschmann
commit: d12aaeafa665aa70e081b66fbba8336f4de7352e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:03:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:03:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12aaeaf

net-im/gajim: x86 stable (bug #681970)

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

 net-im/gajim/gajim-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/gajim/gajim-1.0.3.ebuild b/net-im/gajim/gajim-1.0.3.ebuild
index 5b8cac2d108..a353f531928 100644
--- a/net-im/gajim/gajim-1.0.3.ebuild
+++ b/net-im/gajim/gajim-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.gajim.org/downloads/$(get_version_component_range 1-2)/${P}
 LICENSE="GPL-3"
 SLOT="0"
 #KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+crypt geolocation jingle keyring networkmanager remote rst +spell upnp
+webp"
 



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

2019-04-07 Thread Aaron Bauman
commit: bfab2963716c9bd1a7da4300614f0dd2ff722151
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 01:17:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 01:17:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfab2963

media-libs/libmpdclient: amd64 stable wrt bug #681390

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/media-libs/libmpdclient/libmpdclient-2.16.ebuild 
b/media-libs/libmpdclient/libmpdclient-2.16.ebuild
index 116b4262bc7..3f09b48ab7a 100644
--- a/media-libs/libmpdclient/libmpdclient-2.16.ebuild
+++ b/media-libs/libmpdclient/libmpdclient-2.16.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc ~x86"
 IUSE="doc examples test"
 
 RDEPEND=""



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

2019-04-07 Thread Aaron Bauman
commit: 382b7d86a7afc1f1e468a9af50fdc369f1c3435a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 00:50:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 00:50:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382b7d86

media-libs/libofa: amd64 stable wrt bug #681392

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

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



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

2019-04-07 Thread Aaron Bauman
commit: 42334466ae53ed8ab75597cf94b39e44ff9a39e4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 00:39:05 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 00:39:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42334466

media-libs/libsoundtouch: amd64 stable wrt bug #681394

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

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



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

2019-04-07 Thread Robin H. Johnson
commit: 6a4be948970dd6af01dd9de2c3b7e7ab011c8a94
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Apr  8 00:30:12 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Apr  8 00:30:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4be948

dev-vcs/gitolite-gentoo: bump EAPI

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

 .../gitolite-gentoo-3.6.6.1-r1.ebuild  | 108 +
 1 file changed, 108 insertions(+)

diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r1.ebuild 
b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r1.ebuild
new file mode 100644
index 000..b3f60acd496
--- /dev/null
+++ b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+[[ ${PV} == * ]] && SCM="git-2"
+EGIT_REPO_URI="git://git.gentoo.org/proj/gitolite-gentoo"
+EGIT_MASTER=master
+
+inherit perl-module user versionator ${SCM}
+
+DESCRIPTION="Highly flexible server for git directory version tracker, Gentoo 
fork"
+HOMEPAGE="https://cgit.gentoo.org/proj/gitolite-gentoo.git;
+if [[ ${PV} != * ]]; then
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
+   KEYWORDS="~amd64 ~x86"
+else
+   SRC_URI=""
+   KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="selinux tools vim-syntax"
+
+DEPEND="dev-lang/perl
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+   >=dev-vcs/git-1.6.6"
+RDEPEND="${DEPEND}
+   !dev-vcs/gitolite
+   vim-syntax? ( app-vim/gitolite-syntax )
+   selinux? ( sec-policy/selinux-gitosis )
+   >=dev-perl/Net-SSH-AuthorizedKeysFile-0.17
+   dev-perl/JSON"
+
+PATCHES=( )
+
+pkg_setup() {
+   enewgroup git
+   enewuser git -1 /bin/sh /var/lib/gitolite git
+}
+
+src_prepare() {
+   default
+   echo "${PF}-gentoo" > src/VERSION || die
+}
+
+src_install() {
+   local uexec=/usr/libexec/${PN}
+
+   rm -rf src/lib/Gitolite/Test{,.pm}
+   insinto $VENDOR_LIB
+   doins -r src/lib/Gitolite
+
+   dodoc README.markdown CHANGELOG
+   # These are meant by upstream as examples, you are strongly recommended 
to
+   # customize them for your needs.
+   dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh
+
+   insopts -m0755
+   insinto $uexec
+   doins -r src/{commands,syntactic-sugar,triggers,VREF}/
+   doins -r contrib/{commands,triggers,hooks}
+
+   insopts -m0644
+   doins src/VERSION
+
+   exeinto $uexec
+   doexe src/gitolite{,-shell}
+
+   dodir /usr/bin
+   for bin in gitolite{,-shell}; do
+   dosym /usr/libexec/${PN}/${bin} /usr/bin/${bin}
+   done
+
+   if use tools; then
+   dobin check-g2-compat convert-gitosis-conf
+   dobin contrib/utils/rc-format-v3.4
+   fi
+
+   keepdir /var/lib/gitolite
+   fowners git:git /var/lib/gitolite
+   fperms 750 /var/lib/gitolite
+
+   fperms 0644 ${uexec}/VREF/MERGE-CHECK # It's meant as example only
+}
+
+pkg_postinst() {
+   if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
+   ewarn
+   elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
+   elog "Please read http://gitolite.com/gitolite/migr.html first!"
+   ewarn
+   elog "***NOTE*** If you're using the \"umask\" feature of 
${PN}-2.x:"
+   elog "You'll have to replace each \"umask = ...\" option by 
\"option umask = ...\""
+   elog "And you'll also have to enable the \"RepoUmask\" module 
in your .gitolite.rc"
+   ewarn
+   fi
+
+   # bug 352291
+   gitolite_home=$(awk -F: '$1 == "git" { print $6 }' /etc/passwd)
+   if [ -n "${gitolite_home}" -a "${gitolite_home}" != "/var/lib/gitolite" 
]; then
+   ewarn
+   elog "Please make sure that your 'git' user has the correct 
homedir (/var/lib/gitolite)."
+   elog "Especially if you're migrating from gitosis."
+   ewarn
+   fi
+}



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

2019-04-07 Thread Aaron Bauman
commit: c40de91b300b1d9b780b5963a7764e2c8269deba
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 00:25:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 00:25:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40de91b

media-libs/libtimidity: amd64 stable wrt bug #681396

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

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



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

2019-04-07 Thread Aaron Bauman
commit: 01c63488840f116789d915472601b1eee25080dd
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 00:18:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 00:18:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c63488

media-libs/openal: amd64 stable wrt bug #681400

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/media-libs/openal/openal-1.19.1.ebuild 
b/media-libs/openal/openal-1.19.1.ebuild
index e41a1037a7b..c8a572924e7 100644
--- a/media-libs/openal/openal-1.19.1.ebuild
+++ b/media-libs/openal/openal-1.19.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="
alsa coreaudio debug jack oss portaudio pulseaudio sdl qt5
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1



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

2019-04-07 Thread Aaron W. Swenson
commit: bc28cbaec6871e5a546ecfbecf79411276fe3066
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Mon Apr  8 00:10:37 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Mon Apr  8 00:10:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc28cbae

dev-python/sshtunnel: Remove broken

Closes: https://bugs.gentoo.org/682260
Closes: https://bugs.gentoo.org/668146
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-python/sshtunnel/sshtunnel-0.1.4.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild 
b/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild
deleted file mode 100644
index 4aeb081ac92..000
--- a/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python SSH tunnels"
-HOMEPAGE="https://pypi.python.org/pypi/sshtunnel;
-SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86 ~arm"
-LICENSE="MIT"
-SLOT="0"
-
-IUSE="test"
-
-RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/tox[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2019-04-07 Thread Lars Wendler
commit: e4f7a5ca957d58b78593fad5eb41d5a1e79949ac
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr  7 23:51:19 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr  7 23:52:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f7a5ca

net-print/cups-filters: Bump to version 1.22.5

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

 net-print/cups-filters/Manifest   |   1 +
 net-print/cups-filters/cups-filters-1.22.5.ebuild | 135 ++
 2 files changed, 136 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 2ddebc81d5d..134e489c5d7 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,3 +1,4 @@
 DIST cups-filters-1.21.6.tar.xz 1474944 BLAKE2B 
a4c3418accb9d2bf46a366ec6004919d2a5c2c0a02022102270da17fb81915428275aadf58f1f50f8ca022e1c09cbdbd7300492fa38c53d4a2cbc4c4b86a09e3
 SHA512 
804250745ac710706ff1bfa6e161c0b1a8a65a74850a76a311b7614694a7e5d07f01dfd15f277ad79ed7fe1e84ea680bab1643e0b82cefa3e26603fa2eea935a
 DIST cups-filters-1.22.2.tar.xz 1476812 BLAKE2B 
fa64a0cf3a0c62053914a603366cf6982ce703b44c40dcd1c4410e180f22cd929cc4f1fee4e00945fa9e73dfbc5bae8b664527c32060be42050882a861412ae0
 SHA512 
da9873f01baf9436c9348ea8033df1c9e44c97839e16841241510fbb1f3d93fc57ee593d1286bdfeab0a89c15b0f7d74c932bd48f3a623c7c10d200bbd6a
 DIST cups-filters-1.22.3.tar.xz 1476460 BLAKE2B 
3db5a5b2f048a4e3929f7e4080c5d50b5b68bc6456df4d9360395edcb4954701da960d63dd8e885bcd8b7d93bb31c3b0d6511f69893b3e4e8df445b6fa1f13b8
 SHA512 
8f91f7261babf2e4633590e1f69f3c85162596bba9a709d301f774eb65f83e7c025493cabbbc5d91beca32f5122e2d4e1efa9947e2d95b9a622913a79940a534
+DIST cups-filters-1.22.5.tar.xz 1476792 BLAKE2B 
77efec3c6c8287b22ab96185e609e8da30ebd20d9c944ba0a3057bd1469e12d30cf6775988500e4f410410160d8766df1d6432e81116cbf926e7c75f49cddb5d
 SHA512 
ed33e6d6f090c00f0f0d1d012d3b394bfaa1f81feeb5b0b7ead1dffa2399f0165ce916a99c3bf28aca7f279bffba5b6575feff700130cabfcd46eb4c904d5c59

diff --git a/net-print/cups-filters/cups-filters-1.22.5.ebuild 
b/net-print/cups-filters/cups-filters-1.22.5.ebuild
new file mode 100644
index 000..9549f96b1d5
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.22.5.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit perl-module systemd flag-o-matic
+
+if [[ "${PV}" == "" ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git;
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
+fi
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript 
static-libs test tiff zeroconf"
+
+RDEPEND="
+   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
+   >=app-text/qpdf-8.3.0:=
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   ldap? ( net-nds/openldap )
+   pdf? ( app-text/mupdf )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   test? ( media-fonts/dejavu )
+"
+
+src_prepare() {
+   default
+   [[ "${PV}" == "" ]] && eautoreconf
+
+   # Bug #626800
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-imagefilters
+   --localstatedir="${EPREFIX}"/var
+   --with-browseremoteprotocols=DNSSD,CUPS
+   --with-cups-rundir="${EPREFIX}"/run/cups
+   --with-fontdir="fonts/conf.avail"
+   --with-pdftops=pdftops
+   --with-rcdir=no
+   --without-php
+   $(use_enable dbus)
+   $(use_enable foomatic)
+   $(use_enable ipp_autosetup auto-setup-driverless)
+   $(use_enable ldap)
+   $(use_enable pclm)
+   $(use_enable pdf mutool)
+   $(use_enable postscript ghostscript)
+   $(use_enable postscript ijs)
+   $(use_enable static-libs static)
+   $(use_enable zeroconf avahi)
+   $(use_with jpeg)
+   $(use_with png)
+   

[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2019-04-07 Thread Lars Wendler
commit: 4a665571069a7d6a2598da0db70486506496b089
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr  7 23:52:05 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr  7 23:52:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a665571

net-print/cups-filters: Removed old.

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

 net-print/cups-filters/Manifest   |   1 -
 net-print/cups-filters/cups-filters-1.22.2.ebuild | 135 --
 2 files changed, 136 deletions(-)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 134e489c5d7..bb3f885768d 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,4 +1,3 @@
 DIST cups-filters-1.21.6.tar.xz 1474944 BLAKE2B 
a4c3418accb9d2bf46a366ec6004919d2a5c2c0a02022102270da17fb81915428275aadf58f1f50f8ca022e1c09cbdbd7300492fa38c53d4a2cbc4c4b86a09e3
 SHA512 
804250745ac710706ff1bfa6e161c0b1a8a65a74850a76a311b7614694a7e5d07f01dfd15f277ad79ed7fe1e84ea680bab1643e0b82cefa3e26603fa2eea935a
-DIST cups-filters-1.22.2.tar.xz 1476812 BLAKE2B 
fa64a0cf3a0c62053914a603366cf6982ce703b44c40dcd1c4410e180f22cd929cc4f1fee4e00945fa9e73dfbc5bae8b664527c32060be42050882a861412ae0
 SHA512 
da9873f01baf9436c9348ea8033df1c9e44c97839e16841241510fbb1f3d93fc57ee593d1286bdfeab0a89c15b0f7d74c932bd48f3a623c7c10d200bbd6a
 DIST cups-filters-1.22.3.tar.xz 1476460 BLAKE2B 
3db5a5b2f048a4e3929f7e4080c5d50b5b68bc6456df4d9360395edcb4954701da960d63dd8e885bcd8b7d93bb31c3b0d6511f69893b3e4e8df445b6fa1f13b8
 SHA512 
8f91f7261babf2e4633590e1f69f3c85162596bba9a709d301f774eb65f83e7c025493cabbbc5d91beca32f5122e2d4e1efa9947e2d95b9a622913a79940a534
 DIST cups-filters-1.22.5.tar.xz 1476792 BLAKE2B 
77efec3c6c8287b22ab96185e609e8da30ebd20d9c944ba0a3057bd1469e12d30cf6775988500e4f410410160d8766df1d6432e81116cbf926e7c75f49cddb5d
 SHA512 
ed33e6d6f090c00f0f0d1d012d3b394bfaa1f81feeb5b0b7ead1dffa2399f0165ce916a99c3bf28aca7f279bffba5b6575feff700130cabfcd46eb4c904d5c59

diff --git a/net-print/cups-filters/cups-filters-1.22.2.ebuild 
b/net-print/cups-filters/cups-filters-1.22.2.ebuild
deleted file mode 100644
index 9549f96b1d5..000
--- a/net-print/cups-filters/cups-filters-1.22.2.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=no
-
-inherit perl-module systemd flag-o-matic
-
-if [[ "${PV}" == "" ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git;
-else
-   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
-fi
-DESCRIPTION="Cups filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript 
static-libs test tiff zeroconf"
-
-RDEPEND="
-   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
-   >=app-text/qpdf-8.3.0:=
-   dev-libs/glib:2
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/lcms:2
-   >=net-print/cups-1.7.3
-   !<=net-print/cups-1.5.
-   sys-devel/bc
-   sys-libs/zlib
-   dbus? ( sys-apps/dbus )
-   foomatic? ( !net-print/foomatic-filters )
-   jpeg? ( virtual/jpeg:0 )
-   ldap? ( net-nds/openldap )
-   pdf? ( app-text/mupdf )
-   perl? ( dev-lang/perl:= )
-   png? ( media-libs/libpng:0= )
-   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
-   tiff? ( media-libs/tiff:0 )
-   zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   test? ( media-fonts/dejavu )
-"
-
-src_prepare() {
-   default
-   [[ "${PV}" == "" ]] && eautoreconf
-
-   # Bug #626800
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-imagefilters
-   --localstatedir="${EPREFIX}"/var
-   --with-browseremoteprotocols=DNSSD,CUPS
-   --with-cups-rundir="${EPREFIX}"/run/cups
-   --with-fontdir="fonts/conf.avail"
-   --with-pdftops=pdftops
-   --with-rcdir=no
-   --without-php
-   $(use_enable dbus)
-   $(use_enable foomatic)
-   $(use_enable ipp_autosetup auto-setup-driverless)
-   $(use_enable ldap)
-   $(use_enable pclm)
-   $(use_enable pdf mutool)
-   $(use_enable postscript ghostscript)
-   $(use_enable postscript ijs)
-   $(use_enable static-libs static)
-   $(use_enable zeroconf avahi)
-   $(use_with jpeg)
-   $(use_with png)
-   $(use_with 

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

2019-04-07 Thread Aaron Bauman
commit: 41f17808d37f86e91723cdc1cf37e73b379fffc2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 23:39:55 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 23:39:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f17808

media-sound/abcde: amd64 stable wrt bug #681408

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/media-sound/abcde/abcde-2.8.1.ebuild 
b/media-sound/abcde/abcde-2.8.1.ebuild
index f9c6fb54753..1dedefd70a5 100644
--- a/media-sound/abcde/abcde-2.8.1.ebuild
+++ b/media-sound/abcde/abcde-2.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://abcde.einval.com/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 # Enable MP3 related flags by default
 IUSE="aac cdparanoia cdr flac +id3tag +lame mac musepack musicbrainz normalize 
opus replaygain speex vorbis wavpack"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyyaml/, dev-python/pyyaml/files/

2019-04-07 Thread Virgil Dupras
commit: 79ba924d94cb0cf8559565178414c2a1d687b90c
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Apr  7 23:31:14 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Apr  7 23:31:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ba924d

dev-python/pyyaml: bump to 5.1

Bug: https://bugs.gentoo.org/659348
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/pyyaml/Manifest |  1 +
 .../pyyaml/files/pyyaml-5.1-cve-2017-18342.patch   | 40 +++
 dev-python/pyyaml/pyyaml-5.1.ebuild| 46 ++
 3 files changed, 87 insertions(+)

diff --git a/dev-python/pyyaml/Manifest b/dev-python/pyyaml/Manifest
index b3a40935b37..5a317e2d538 100644
--- a/dev-python/pyyaml/Manifest
+++ b/dev-python/pyyaml/Manifest
@@ -1,2 +1,3 @@
 DIST PyYAML-3.12.tar.gz 253011 BLAKE2B 
530f2910acb757af9e2a738d93ace45daee3fc5764f19fbc758508e873f05ebfa2486c4f82800540e5e405e7f114f06f963e5011908fd15014ca8b8afb3a76aa
 SHA512 
e16d8b7f4f026b6a95b11fb59c54ec5f114f6f516294eaa95e718abdf5d37c17a9c4b5e0a0a61fca04e801792d9b7fb801087cf849ff22b9581f6af204b1883a
 DIST PyYAML-3.13.tar.gz 270607 BLAKE2B 
f365f63587b911234497426c9796f98b85f5de052abd88ea434137a4eb8a4c1e08f9ee1982a30df1934dadb615145f4af8fcff577d3d4e52058e7a8843aa8604
 SHA512 
93642286d0317e2fe970632c36d38ce6030f7cabcf971f28e3a1054f07390fcee5baaf7f167e7c9690dbd7b2adc61f5b7d75a218ace0abca34ff8815486cfdd7
+DIST PyYAML-5.1.tar.gz 274244 BLAKE2B 
ea8cc4b56b9fc70bc7b01f8c654ceb8b73c82dcc936c939cba3c3654df04fe32fc46c7df322a38869d28ad5a58f6134b35cbe43924df3b4d5f3e54e33700dc73
 SHA512 
8f27f92bdfa310a99dd6d83947332cc033fa18f0011998bb585ad5c4340a2da20d8c20bfdb53beaae15651198d1240c986818379b0a05b230f74d1f30f53e7fd

diff --git a/dev-python/pyyaml/files/pyyaml-5.1-cve-2017-18342.patch 
b/dev-python/pyyaml/files/pyyaml-5.1-cve-2017-18342.patch
new file mode 100644
index 000..28626ba9e97
--- /dev/null
+++ b/dev-python/pyyaml/files/pyyaml-5.1-cve-2017-18342.patch
@@ -0,0 +1,40 @@
+diff --git a/lib/yaml/__init__.py b/lib/yaml/__init__.py
+index e7a419d..5f80761 100644
+--- a/lib/yaml/__init__.py
 b/lib/yaml/__init__.py
+@@ -106,6 +106,7 @@ def load(stream, Loader=None):
+ and produce the corresponding Python object.
+ """
+ if Loader is None:
++raise RuntimeError("Unsafe load() call disabled by Gentoo. See bug 
#659348")
+ load_warning('load')
+ Loader = FullLoader
+ 
+@@ -121,6 +122,7 @@ def load_all(stream, Loader=None):
+ and produce corresponding Python objects.
+ """
+ if Loader is None:
++raise RuntimeError("Unsafe load() call disabled by Gentoo. See bug 
#659348")
+ load_warning('load_all')
+ Loader = FullLoader
+ 
+diff --git a/lib3/yaml/__init__.py b/lib3/yaml/__init__.py
+index 5df0bb5..6952ba5 100644
+--- a/lib3/yaml/__init__.py
 b/lib3/yaml/__init__.py
+@@ -106,6 +106,7 @@ def load(stream, Loader=None):
+ and produce the corresponding Python object.
+ """
+ if Loader is None:
++raise RuntimeError("Unsafe load() call disabled by Gentoo. See bug 
#659348")
+ load_warning('load')
+ Loader = FullLoader
+ 
+@@ -121,6 +122,7 @@ def load_all(stream, Loader=None):
+ and produce corresponding Python objects.
+ """
+ if Loader is None:
++raise RuntimeError("Unsafe load() call disabled by Gentoo. See bug 
#659348")
+ load_warning('load_all')
+ Loader = FullLoader
+ 

diff --git a/dev-python/pyyaml/pyyaml-5.1.ebuild 
b/dev-python/pyyaml/pyyaml-5.1.ebuild
new file mode 100644
index 000..02cd65f425a
--- /dev/null
+++ b/dev-python/pyyaml/pyyaml-5.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_P="PyYAML-${PV}"
+
+DESCRIPTION="YAML parser and emitter for Python"
+HOMEPAGE="https://pyyaml.org/wiki/PyYAML https://pypi.org/project/PyYAML/;
+SRC_URI="https://pyyaml.org/download/${PN}/${MY_P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="examples libyaml"
+
+RDEPEND="libyaml? ( dev-libs/libyaml )"
+DEPEND="${RDEPEND}
+   libyaml? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' 
python2_7 'python3*') )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   # bug #659348
+   "${FILESDIR}/${PN}-5.1-cve-2017-18342.patch"
+)
+
+python_configure_all() {
+   mydistutilsargs=( $(use_with libyaml) )
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   dodoc -r examples
+  

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

2019-04-07 Thread Aaron Bauman
commit: cb9dd11cbf553b94a5304e225c0c57ab099a6905
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 23:22:41 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 23:22:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9dd11c

media-sound/mp3info: amd64 stable wrt bug #681436

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-sound/mp3info/mp3info-0.8.5a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild 
b/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
index 91c5ffe8b4f..949037c52c1 100644
--- a/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
+++ b/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="gtk"
 
 BDEPEND="



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

2019-04-07 Thread Aaron Bauman
commit: d093fe9ac04396fd79f24fae0c8826dab06fce12
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 23:18:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 23:18:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d093fe9a

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

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

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



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

2019-04-07 Thread Aaron Bauman
commit: dffe03aad5c683e3ef0c17f922767ed7c661423c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 23:07:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 23:07:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffe03aa

media-sound/xwax: amd64 stable wrt bug #681458

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

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



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

2019-04-07 Thread Aaron Bauman
commit: e9fc00cc4b7169c22e3cf8ab29447295562de6d6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 23:01:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 23:01:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fc00cc

net-misc/ices: amd64 stable wrt bug #681460

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-misc/ices/ices-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ices/ices-2.0.2.ebuild b/net-misc/ices/ices-2.0.2.ebuild
index fc9f7964029..9cde82012d3 100644
--- a/net-misc/ices/ices-2.0.2.ebuild
+++ b/net-misc/ices/ices-2.0.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-libs/libxml2



[gentoo-commits] repo/gentoo:master commit in: net-irc/znc/

2019-04-07 Thread Louis Sautier
commit: a627297e675af58ff38009ff59fa790275334868
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Apr  7 22:49:32 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Apr  7 22:49:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a627297e

net-irc/znc: remove versions vulnerable to CVE-2019-9917

Bug: https://bugs.gentoo.org/681864
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Louis Sautier  gentoo.org>

 net-irc/znc/Manifest |   3 -
 net-irc/znc/znc-1.7.1.ebuild | 182 ---
 net-irc/znc/znc-1.7.2.ebuild | 182 ---
 3 files changed, 367 deletions(-)

diff --git a/net-irc/znc/Manifest b/net-irc/znc/Manifest
index a57a86eff9b..015aae3862b 100644
--- a/net-irc/znc/Manifest
+++ b/net-irc/znc/Manifest
@@ -1,5 +1,2 @@
 DIST gtest-1.8.1.tar.gz 992298 BLAKE2B 
40ef3417fe424205c0617f07207347ce671ac87605f8ac9b8a333b0b06e3fbef9f556041ee324c18f957f3258ab9fe06704f31cdd038355fb7890180eb77ced1
 SHA512 
e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7
-DIST gtest-ba96d0b1161f540656efdaed035b3c062b60e006.tar.gz 987370 BLAKE2B 
fcedfe559c4c93166962900117dc492da3cbb99165c30766c39131c20e3b41f057a31a8cb631beaca829c1e9966e90cbc37469ba56a5fc15a2bea86cbe401a63
 SHA512 
ce78098f973b45f4a177db387c42a56d5ea34407a2af278760b850c326e8450760a58991d62a5408f5df79f89fefd10fee71745b7e8669b2a6f74fa63a259600
-DIST znc-1.7.1.tar.gz 2041669 BLAKE2B 
57ead136e28b0fc4a875802ef89ef004213789e68d19ceeab15c6fac6fe51ea51618764c484ea618fc6359d9c15cc7ffcf5529642d730b9217a4f127e92d9ae6
 SHA512 
907068fb0828091026d440145b70ca76109302f13c18d94f772660192434287f209a06a52da1dd39726b9a38735b3cea9afbd062eb6def4cd428bb73c562a902
-DIST znc-1.7.2.tar.gz 2083306 BLAKE2B 
907581df536d9bab15964f6fcecbbf660403c39368b984ab1d2957bd43c4a90ca0694844b41786dab5495a4f4dccd675eaa54189782d47683e013d1faf9cc368
 SHA512 
fcc67bf676e066db64d62584ff8ecfd63280b3237e88dcbe18ab0b78a9b5f4dc202b589876b6fc14c6092ca5509937bc170a54fba44df2aeb1645cca02afe577
 DIST znc-1.7.3.tar.gz 2084575 BLAKE2B 
4d8f76abef8bf2c5f96d9bd04716cd2debae2b2fcd3b8688aa715af6ef09e60c2aac203c5c7b32d2f4d56730f30dbbe9abd5eeec4f07e7580900dcb1cd164530
 SHA512 
4cd63be2cb3bc1e3950f38984b128c6511bd1b9fc01a00d51cfcdc46826c2dedad120d6ed8e30d9c400909e33d39b2b14579fb40ee1e3508b7f3a07eff3a15d8

diff --git a/net-irc/znc/znc-1.7.1.ebuild b/net-irc/znc/znc-1.7.1.ebuild
deleted file mode 100644
index 1de5e05761e..000
--- a/net-irc/znc/znc-1.7.1.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6,7} )
-
-inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user
-
-GTEST_VER="ba96d0b1161f540656efdaed035b3c062b60e006" # 1.8.0 is too old, but 
newer version not released yet
-GTEST_URL="https://github.com/google/googletest/archive/${GTEST_VER}.tar.gz -> 
gtest-${GTEST_VER}.tar.gz"
-DESCRIPTION="An advanced IRC Bouncer"
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/znc/znc.git"}
-   SRC_URI=""
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-   SRC_URI="
-   https://znc.in/releases/archive/${MY_P}.tar.gz
-   test? ( ${GTEST_URL} )
-   "
-   KEYWORDS="amd64 arm x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-HOMEPAGE="https://znc.in;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} icu )"
-
-RDEPEND="
-   icu? ( dev-libs/icu:= )
-   nls? ( dev-libs/boost:=[nls] )
-   perl? ( >=dev-lang/perl-5.10:= )
-   python? ( ${PYTHON_DEPS} )
-   sasl? ( >=dev-libs/cyrus-sasl-2 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   tcl? ( dev-lang/tcl:0= )
-   zlib? ( sys-libs/zlib:0= )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   perl? ( >=dev-lang/swig-3.0.0 )
-   python? ( >=dev-lang/swig-3.0.0 )
-   test? ( dev-qt/qtnetwork:5 )
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.7.1-inttest-dir.patch )
-
-pkg_setup() {
-   if use python; then
-   python-single-r1_pkg_setup
-   fi
-
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-   # The home directory was previously set to /dev/null
-   # This caused a bug with the systemd unit
-   # https://bugs.gentoo.org/521916
-   esethome ${PN} /var/lib/${PN}
-}
-
-src_prepare() {
-   # Let SWIG rebuild modperl/modpython to make user patching easier.
-   if [[ ${PV} != ** ]]; then
-   rm modules/modperl/generated.tar.gz || die
-   rm 

[gentoo-commits] repo/gentoo:master commit in: games-arcade/tuxanci/

2019-04-07 Thread James Le Cuirot
commit: a2708f5bf01b608f524d142686cfce804032697d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr  7 22:38:46 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr  7 22:38:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2708f5b

games-arcade/tuxanci: Use HTTPS for git, fix broken SRC_URI

Closes: https://bugs.gentoo.org/682510
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 games-arcade/tuxanci/tuxanci-20110429-r1.ebuild | 6 +++---
 games-arcade/tuxanci/tuxanci-.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild 
b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild
index 8fe8dd9427e..ad1a8df9789 100644
--- a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild
+++ b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,9 +10,9 @@ HOMEPAGE="http://www.tuxanci.org/;
 
 if [[ ${PV} = * ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://repo.or.cz/tuxanci.git"
+   EGIT_REPO_URI="https://repo.or.cz/tuxanci.git;
 else
-   SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz;
+   SRC_URI="mirror://gentoo/${P}.tar.xz"
KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 

diff --git a/games-arcade/tuxanci/tuxanci-.ebuild 
b/games-arcade/tuxanci/tuxanci-.ebuild
index 8fe8dd9427e..ad1a8df9789 100644
--- a/games-arcade/tuxanci/tuxanci-.ebuild
+++ b/games-arcade/tuxanci/tuxanci-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,9 +10,9 @@ HOMEPAGE="http://www.tuxanci.org/;
 
 if [[ ${PV} = * ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://repo.or.cz/tuxanci.git"
+   EGIT_REPO_URI="https://repo.or.cz/tuxanci.git;
 else
-   SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz;
+   SRC_URI="mirror://gentoo/${P}.tar.xz"
KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 



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

2019-04-07 Thread Aaron Bauman
commit: ec86f9d4b690300d573f15775d9025e43f2a253c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 22:37:41 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 22:37:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec86f9d4

dev-libs/cyrus-sasl: amd64 stable wrt bug #679678

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild 
b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild
index 1b92b252a18..8d732abcf34 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="authdaemond berkdb gdbm kerberos ldapdb libressl openldap mysql pam 
postgres sample selinux sqlite srp ssl static-libs urandom"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2019-04-07 Thread James Le Cuirot
commit: 971189dec69391c358c5daf791ce61f4a81982e1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr  7 22:33:54 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr  7 22:33:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971189de

games-fps/eduke32: Drop old 20190304.7392

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/Manifest |   1 -
 games-fps/eduke32/eduke32-20190304.7392.ebuild | 246 -
 2 files changed, 247 deletions(-)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 4e5fec5fd9d..03decaa5f79 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -5,5 +5,4 @@ DIST duke3d_psx-1.11.zip 7636016 BLAKE2B 
63094c0eb2343e443f98844675ddc23a138d87c
 DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997680ff7550973ed9741e62e78f9a099c1a13f65eaa133076d6551fcdfbf34e28ff59f2ad59f91ece98753e7d39523
 SHA512 
4b55dcc192cb2aa8830250fd222664272176bea8f6c6e4ac6d488abfecb1332b5793986c164fde78901904e2bde37e6ee4aa020c5eb578002de8f6102f44df15
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
-DIST eduke32_src_20190304-7392.tar.xz 14730992 BLAKE2B 
f10702e820e72d03a6f909e3f908cc705877908fc5455aa2060deaed3ff485e26b8fef56fde89e30d066af4663e8eb7ccfa42e71c99a15d99326199c24edd04a
 SHA512 
e63d31e406f2a62559ad6c88c3c54d64397319bf701e6fba0df31574ff124d8378239fc849d10af91544fcdcb437ab853b83222d0f753017fa8e94d4620d7dbf
 DIST eduke32_src_20190406-7490.tar.xz 14740360 BLAKE2B 
c7285e74b857a36d5bcddded9ae56f65be9d3a45146c21d5171f56538ba35ebfdc0b96f2eab84dbaf7179a1a336e5cd8cc2cfdd25f3524998382fc9e505142a4
 SHA512 
b43cd3bc4a26ef14ebb8db5b4ed0520544afff34970fadb459b0413eef9937e7ec70e32a51b92438f23d036806d436a429cf34ac61ec3353411f5491d6cbab45

diff --git a/games-fps/eduke32/eduke32-20190304.7392.ebuild 
b/games-fps/eduke32/eduke32-20190304.7392.ebuild
deleted file mode 100644
index b4a97498c3e..000
--- a/games-fps/eduke32/eduke32-20190304.7392.ebuild
+++ /dev/null
@@ -1,246 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs xdg-utils
-
-MY_BUILD="$(ver_cut 2)"
-MY_DATE="$(ver_cut 1)"
-
-MY_PV_HRP="5.4"
-MY_PV_OFFENSIVE_XXX="1.33"
-MY_PV_OPL="2.01"
-MY_PV_PSX="1.11"
-MY_PV_SC55="4.02"
-MY_PV_VOXELS="1.21"
-
-DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
-HOMEPAGE="http://www.eduke32.com/;
-SRC_URI="
-   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
-   http://www.eduke32.com/images/eduke32_classic.png
-   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
-   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
-   opl? ( 
http://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
-   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
-   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
-   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
-"
-
-LICENSE="BUILDLIC GPL-2 HRP"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis voxels vpx xmp"
-REQUIRED_USE="
-   cdinstall? ( !demo )
-   demo? ( !cdinstall )
-   hrp? ( ^^ ( demo cdinstall )
-   !voxels )
-   offensive? ( ^^ ( demo cdinstall ) )
-   opl? ( ^^ ( demo cdinstall )
-   !sc-55 )
-   psx? ( ^^ ( demo cdinstall ) )
-   sc-55? ( ^^ ( demo cdinstall )
-   !opl )
-   voxels? ( !hrp )
-   vpx? ( opengl )
-"
-
-S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}"
-
-MY_DEPEND_RDEPEND="
-   media-libs/libsdl2[joystick,opengl?,sound,video]
-   media-libs/sdl2-mixer[flac?,fluidsynth?,midi,timidity?,vorbis?]
-   sys-libs/zlib:=
-   flac? ( media-libs/flac )
-   gtk? ( x11-libs/gtk+:2 )
-   opengl? 

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2019-04-07 Thread James Le Cuirot
commit: 094c1b54a6aa18722cb600e33e38dfe2ef94895b
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Apr  6 22:05:58 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr  7 22:33:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094c1b54

games-fps/eduke32: bump to version 20190406.7490

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11618
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/Manifest |   1 +
 games-fps/eduke32/eduke32-20190406.7490.ebuild | 246 +
 2 files changed, 247 insertions(+)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index ebb9fd491a2..4e5fec5fd9d 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -6,3 +6,4 @@ DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
 DIST eduke32_src_20190304-7392.tar.xz 14730992 BLAKE2B 
f10702e820e72d03a6f909e3f908cc705877908fc5455aa2060deaed3ff485e26b8fef56fde89e30d066af4663e8eb7ccfa42e71c99a15d99326199c24edd04a
 SHA512 
e63d31e406f2a62559ad6c88c3c54d64397319bf701e6fba0df31574ff124d8378239fc849d10af91544fcdcb437ab853b83222d0f753017fa8e94d4620d7dbf
+DIST eduke32_src_20190406-7490.tar.xz 14740360 BLAKE2B 
c7285e74b857a36d5bcddded9ae56f65be9d3a45146c21d5171f56538ba35ebfdc0b96f2eab84dbaf7179a1a336e5cd8cc2cfdd25f3524998382fc9e505142a4
 SHA512 
b43cd3bc4a26ef14ebb8db5b4ed0520544afff34970fadb459b0413eef9937e7ec70e32a51b92438f23d036806d436a429cf34ac61ec3353411f5491d6cbab45

diff --git a/games-fps/eduke32/eduke32-20190406.7490.ebuild 
b/games-fps/eduke32/eduke32-20190406.7490.ebuild
new file mode 100644
index 000..b4a97498c3e
--- /dev/null
+++ b/games-fps/eduke32/eduke32-20190406.7490.ebuild
@@ -0,0 +1,246 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs xdg-utils
+
+MY_BUILD="$(ver_cut 2)"
+MY_DATE="$(ver_cut 1)"
+
+MY_PV_HRP="5.4"
+MY_PV_OFFENSIVE_XXX="1.33"
+MY_PV_OPL="2.01"
+MY_PV_PSX="1.11"
+MY_PV_SC55="4.02"
+MY_PV_VOXELS="1.21"
+
+DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
+HOMEPAGE="http://www.eduke32.com/;
+SRC_URI="
+   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
+   http://www.eduke32.com/images/eduke32_classic.png
+   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
+   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
+   opl? ( 
http://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
+   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
+   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
+   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
+"
+
+LICENSE="BUILDLIC GPL-2 HRP"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis voxels vpx xmp"
+REQUIRED_USE="
+   cdinstall? ( !demo )
+   demo? ( !cdinstall )
+   hrp? ( ^^ ( demo cdinstall )
+   !voxels )
+   offensive? ( ^^ ( demo cdinstall ) )
+   opl? ( ^^ ( demo cdinstall )
+   !sc-55 )
+   psx? ( ^^ ( demo cdinstall ) )
+   sc-55? ( ^^ ( demo cdinstall )
+   !opl )
+   voxels? ( !hrp )
+   vpx? ( opengl )
+"
+
+S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}"
+
+MY_DEPEND_RDEPEND="
+   media-libs/libsdl2[joystick,opengl?,sound,video]
+   media-libs/sdl2-mixer[flac?,fluidsynth?,midi,timidity?,vorbis?]
+   sys-libs/zlib:=
+   flac? ( media-libs/flac )
+   gtk? ( x11-libs/gtk+:2 )
+   opengl? ( virtual/glu
+   virtual/opengl )
+   png? ( media-libs/libpng:0= )
+   timidity? ( media-sound/timidity-freepats )
+   vpx? ( media-libs/libvpx:= )
+   vorbis? ( 

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

2019-04-07 Thread Aaron Bauman
commit: 457a7b1bf7060a522c153280c849c9b096ff9667
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 22:20:20 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 22:20:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457a7b1b

dev-tex/dvipost: ppc/ppc64 stable wrt bug #679244

Thanks to ernsteiswuerfel!

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-tex/dvipost/dvipost-1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/dvipost/dvipost-1.1-r3.ebuild 
b/dev-tex/dvipost/dvipost-1.1-r3.ebuild
index e2beb945be1..fcd7ad6e61c 100644
--- a/dev-tex/dvipost/dvipost-1.1-r3.ebuild
+++ b/dev-tex/dvipost/dvipost-1.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x64-macos ~x86-macos"
 IUSE=""
 
 src_prepare() {



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

2019-04-07 Thread Aaron Bauman
commit: 32d01f4670d68a19b7de191dcffd39d804ddfaeb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 22:15:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 22:15:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d01f46

media-libs/openexr: amd64 stable wrt bug #620324

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-libs/openexr/openexr-2.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/openexr/openexr-2.3.0.ebuild 
b/media-libs/openexr/openexr-2.3.0.ebuild
index 99f63d05e1f..70d1ef559dd 100644
--- a/media-libs/openexr/openexr-2.3.0.ebuild
+++ b/media-libs/openexr/openexr-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0/24" # based on SONAME
-KEYWORDS="~amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx examples static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itcl/

2019-04-07 Thread Aaron Bauman
commit: 39b14fc7feb837b8dfcad6f3d393158b6f90f70f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 22:14:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 22:14:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b14fc7

dev-tcltk/itcl: amd64 stable wrt bug #677358

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-tcltk/itcl/itcl-4.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/itcl/itcl-4.1.1.ebuild b/dev-tcltk/itcl/itcl-4.1.1.ebuild
index bd4ffc12284..40d30b849fe 100644
--- a/dev-tcltk/itcl/itcl-4.1.1.ebuild
+++ b/dev-tcltk/itcl/itcl-4.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl%
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/tcl-8.6:0="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itk/

2019-04-07 Thread Aaron Bauman
commit: 42f1e4af4f3456872209a2ef2e1ce925a9c14b00
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 22:15:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 22:15:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f1e4af

dev-tcltk/itk: amd64 stable wrt bug #677358

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-tcltk/itk/itk-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/itk/itk-4.1.0.ebuild b/dev-tcltk/itk/itk-4.1.0.ebuild
index e7aee553cbc..dcdfd330c0a 100644
--- a/dev-tcltk/itk/itk-4.1.0.ebuild
+++ b/dev-tcltk/itk/itk-4.1.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://sourceforge/project/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itk%2
 IUSE=""
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-lang/tk-8.6:=



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

2019-04-07 Thread Aaron Bauman
commit: 99aef22a3e56fc075eec2b641879e3ae24df46da
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 22:15:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 22:15:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99aef22a

media-libs/ilmbase: amd64 stable wrt bug #620324

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-libs/ilmbase/ilmbase-2.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/ilmbase/ilmbase-2.3.0.ebuild 
b/media-libs/ilmbase/ilmbase-2.3.0.ebuild
index 318a31fd391..399065d793e 100644
--- a/media-libs/ilmbase/ilmbase-2.3.0.ebuild
+++ b/media-libs/ilmbase/ilmbase-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0/24" # based on SONAME
-KEYWORDS="~amd64 -arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 -arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"



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

2019-04-07 Thread Aaron Bauman
commit: ac14ae16c8e29c9c676eb87d9638cc3c1defff57
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 22:14:13 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 22:14:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac14ae16

dev-tex/dvipost: amd64 stable wrt bug #679244

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-tex/dvipost/dvipost-1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/dvipost/dvipost-1.1-r3.ebuild 
b/dev-tex/dvipost/dvipost-1.1-r3.ebuild
index 5106554c7e7..e2beb945be1 100644
--- a/dev-tex/dvipost/dvipost-1.1-r3.ebuild
+++ b/dev-tex/dvipost/dvipost-1.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x64-macos 
~x86-macos"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/iwidgets/

2019-04-07 Thread Aaron Bauman
commit: 5d082e3d6162dec25cd6780640795948979071e8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 22:14:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 22:14:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d082e3d

dev-tcltk/iwidgets: amd64 stable wrt bug #677358

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild 
b/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
index dfc4b00aae7..28973c160e3 100644
--- a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
+++ b/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="HPND Old-MIT tcltk"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="



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

2019-04-07 Thread Mikle Kolyada
commit: aec6c6ab59ed6f7456dd0c56da205527222f9de3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 22:01:50 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 22:01:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec6c6ab

net-misc/dhcpcd: sh stable wrt bug #682318

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sh"

 net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild 
b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
index 02614b6752e..bb658e5d166 100644
--- a/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
@@ -13,7 +13,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="https://roy.marples.name/downloads/${PN}/${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"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2019-04-07 Thread Mikle Kolyada
commit: f402b450fc7e4d15d8af668b67aeb8308bf7f646
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 22:02:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 22:02:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f402b450

net-misc/dhcpcd: s390 stable wrt bug #682318

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild 
b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
index bb658e5d166..71ed32b2f6a 100644
--- a/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
@@ -13,7 +13,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="https://roy.marples.name/downloads/${PN}/${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"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2019-04-07 Thread Mikle Kolyada
commit: b3270e18149b0e840cd9f44ac0d281e4c4a7f283
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 22:02:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 22:02:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3270e18

net-misc/dhcpcd: arm stable wrt bug #682318

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild 
b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
index 71ed32b2f6a..4831750bc57 100644
--- a/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild
@@ -13,7 +13,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="https://roy.marples.name/downloads/${PN}/${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"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2019-04-07 Thread Mikle Kolyada
commit: 277d932dd6861132a044b36e40b632b1d4603ff0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 22:00:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 22:00:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277d932d

sys-libs/binutils-libs: sh stable wrt bug #681682

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sh"

 sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
index 65c8e3826f2..ff7e87cf6ca 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
@@ -23,7 +23,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
 # -r1 is a one-off subslot bump where SONAME changed for bug #666100
 SLOT="0/${PV}-r1"
 IUSE="64-bit-bfd multitarget nls static-libs"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
 DEPEND="${COMMON_DEPEND}



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

2019-04-07 Thread Mikle Kolyada
commit: e62ab52a17f623acbd2597365ff2dd7610a1ecda
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:59:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:59:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62ab52a

sys-libs/binutils-libs: arm stable wrt bug #681682

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
index 057df76e7cd..981feab913d 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
@@ -23,7 +23,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
 # -r1 is a one-off subslot bump where SONAME changed for bug #666100
 SLOT="0/${PV}-r1"
 IUSE="64-bit-bfd multitarget nls static-libs"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
 DEPEND="${COMMON_DEPEND}



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

2019-04-07 Thread Mikle Kolyada
commit: 95dc9b24c59f12b4b2d87580f8e358fd9602b515
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 22:00:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 22:00:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dc9b24

sys-libs/binutils-libs: m68k stable wrt bug #681682

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="m68k"

 sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
index 981feab913d..65c8e3826f2 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
@@ -23,7 +23,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
 # -r1 is a one-off subslot bump where SONAME changed for bug #666100
 SLOT="0/${PV}-r1"
 IUSE="64-bit-bfd multitarget nls static-libs"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
 DEPEND="${COMMON_DEPEND}



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

2019-04-07 Thread Mikle Kolyada
commit: 1ecc04913b452c04e27d4455df8ef9c9bd0c03ec
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:59:35 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecc0491

sys-devel/binutils: arm stable wrt bug #681682

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 sys-devel/binutils/binutils-2.31.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild 
b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
index 97caf7941f8..f4976430534 100644
--- a/sys-devel/binutils/binutils-2.31.1-r4.ebuild
+++ b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
@@ -45,7 +45,7 @@ case ${PV} in
*)
SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
SLOT=$(get_version_component_range 1-2)
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
;;
 esac
 



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

2019-04-07 Thread Mikle Kolyada
commit: 5e50ed055277c7f2c6f1a39193709e513cb6215e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:59:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:59:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e50ed05

sys-devel/binutils: s390 stable wrt bug #681682

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 sys-devel/binutils/binutils-2.31.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild 
b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
index 28dc00ffcac..97caf7941f8 100644
--- a/sys-devel/binutils/binutils-2.31.1-r4.ebuild
+++ b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
@@ -45,7 +45,7 @@ case ${PV} in
*)
SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
SLOT=$(get_version_component_range 1-2)
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
;;
 esac
 



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

2019-04-07 Thread Mikle Kolyada
commit: ccbd100a9ec68a050efd7f0e7bb4cfa23f54f218
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 22:00:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 22:00:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbd100a

sys-devel/binutils: m68k stable wrt bug #681682

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="m68k"

 sys-devel/binutils/binutils-2.31.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild 
b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
index f4976430534..8ba97ea1be0 100644
--- a/sys-devel/binutils/binutils-2.31.1-r4.ebuild
+++ b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
@@ -45,7 +45,7 @@ case ${PV} in
*)
SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
SLOT=$(get_version_component_range 1-2)
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc 
~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
;;
 esac
 



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

2019-04-07 Thread Mikle Kolyada
commit: ab4a41ebdfd35e5b8057c34065b17384bec4e0c5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 22:00:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 22:00:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4a41eb

sys-devel/binutils: sh stable wrt bug #681682

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sh"

 sys-devel/binutils/binutils-2.31.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild 
b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
index 8ba97ea1be0..c3ec62ac859 100644
--- a/sys-devel/binutils/binutils-2.31.1-r4.ebuild
+++ b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
@@ -45,7 +45,7 @@ case ${PV} in
*)
SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
SLOT=$(get_version_component_range 1-2)
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc 
~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc 
~ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
;;
 esac
 



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

2019-04-07 Thread Mikle Kolyada
commit: 0bc11aff84818cbb07c64a59a27d364a68fb1f91
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:59:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:59:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc11aff

sys-libs/binutils-libs: s390 stable wrt bug #681682

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
index 8de12b7f838..057df76e7cd 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.31.1-r4.ebuild
@@ -23,7 +23,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
 # -r1 is a one-off subslot bump where SONAME changed for bug #666100
 SLOT="0/${PV}-r1"
 IUSE="64-bit-bfd multitarget nls static-libs"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
 DEPEND="${COMMON_DEPEND}



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

2019-04-07 Thread Mikle Kolyada
commit: bc11ded628255cddc54c6d8b8eb81276c2506b02
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:58:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:58:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc11ded6

dev-vcs/git: s390 stable wrt bug #676262

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 dev-vcs/git/git-2.20.1.ebuild | 2 +-
 dev-vcs/git/git-2.21.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git/git-2.20.1.ebuild b/dev-vcs/git/git-2.20.1.ebuild
index a9527f776d9..4e7c7eed2ce 100644
--- a/dev-vcs/git/git-2.20.1.ebuild
+++ b/dev-vcs/git/git-2.20.1.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"

diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild
index 7bbc33a84b7..1d5feef7cab 100644
--- a/dev-vcs/git/git-2.21.0.ebuild
+++ b/dev-vcs/git/git-2.21.0.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2019-04-07 Thread Mikle Kolyada
commit: 66ebb76f0ed60f235d2cfc34de5a538b57dfbe65
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:56:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:56:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ebb76f

net-libs/libmnl: sh stable wrt bug #594606

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sh"

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

diff --git a/net-libs/libmnl/libmnl-1.0.4.ebuild 
b/net-libs/libmnl/libmnl-1.0.4.ebuild
index 75249b01619..8fde6eeae34 100644
--- a/net-libs/libmnl/libmnl-1.0.4.ebuild
+++ b/net-libs/libmnl/libmnl-1.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0/0.2.0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux"
 IUSE="examples static-libs"
 
 src_configure() {



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

2019-04-07 Thread Mikle Kolyada
commit: 68246743d80cd3d35ae806a43ca56121c031e09d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:55:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:55:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68246743

net-libs/libmnl: s390 stable wrt bug #594606

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

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

diff --git a/net-libs/libmnl/libmnl-1.0.4.ebuild 
b/net-libs/libmnl/libmnl-1.0.4.ebuild
index 6bc0f66ce37..75249b01619 100644
--- a/net-libs/libmnl/libmnl-1.0.4.ebuild
+++ b/net-libs/libmnl/libmnl-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0/0.2.0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux"
 IUSE="examples static-libs"
 
 src_configure() {



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

2019-04-07 Thread Mikle Kolyada
commit: bb2ca8e860d2289d3f54e3c9dd7fe1e026734d18
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:56:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:56:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2ca8e8

net-libs/libmnl: m68k stable wrt bug #594606

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="m68k"

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

diff --git a/net-libs/libmnl/libmnl-1.0.4.ebuild 
b/net-libs/libmnl/libmnl-1.0.4.ebuild
index 8fde6eeae34..5a02498bf5c 100644
--- a/net-libs/libmnl/libmnl-1.0.4.ebuild
+++ b/net-libs/libmnl/libmnl-1.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0/0.2.0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux"
 IUSE="examples static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: perl-core/Archive-Tar/

2019-04-07 Thread Mikle Kolyada
commit: d7cdee5b71520b6008d96eae59931119977e090f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:50:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:50:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cdee5b

perl-core/Archive-Tar: s390 stable wrt bug #657968

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild 
b/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
index c2f35218874..b17d7019b52 100644
--- a/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
+++ b/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl module for creation and manipulation of tar files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2019-04-07 Thread Mikle Kolyada
commit: 0c0e59d12b79156f0ec1aedce6e005439d4abe0c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:52:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:52:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0e59d1

app-crypt/shash: s390 stable wrt bug #679802

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 app-crypt/shash/shash-0.2.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/shash/shash-0.2.6-r3.ebuild 
b/app-crypt/shash/shash-0.2.6-r3.ebuild
index 0d248cb4052..4a0e76f56fc 100644
--- a/app-crypt/shash/shash-0.2.6-r3.ebuild
+++ b/app-crypt/shash/shash-0.2.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="static"
 
 DEPEND=">=app-crypt/mhash-0.8.18-r1"



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

2019-04-07 Thread Mikle Kolyada
commit: 21b7646f5f361cebdebd07e4054ea75a9f49dfd5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:52:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:52:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b7646f

dev-python/psutil: s390 stable wrt bug #680858

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

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

diff --git a/dev-python/psutil/psutil-5.5.0.ebuild 
b/dev-python/psutil/psutil-5.5.0.ebuild
index 23d4f8b08e3..c72f860cc28 100644
--- a/dev-python/psutil/psutil-5.5.0.ebuild
+++ b/dev-python/psutil/psutil-5.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Archive-Tar/

2019-04-07 Thread Mikle Kolyada
commit: ffaa183caf0992961b669ae7a2cb5892624ef761
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:50:45 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:50:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffaa183c

virtual/perl-Archive-Tar: s390 stable wrt bug #657968

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 virtual/perl-Archive-Tar/perl-Archive-Tar-2.300.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Archive-Tar/perl-Archive-Tar-2.300.0-r1.ebuild 
b/virtual/perl-Archive-Tar/perl-Archive-Tar-2.300.0-r1.ebuild
index eeb230761b1..a7e659620d0 100644
--- a/virtual/perl-Archive-Tar/perl-Archive-Tar-2.300.0-r1.ebuild
+++ b/virtual/perl-Archive-Tar/perl-Archive-Tar-2.300.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: mail-filter/maildrop/

2019-04-07 Thread Mikle Kolyada
commit: dae0d31a7fd6bc4c5e727f4859b5490190e15562
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:48:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:48:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae0d31a

mail-filter/maildrop: s390 stable wrt bug #679108

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 mail-filter/maildrop/maildrop-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/maildrop/maildrop-3.0.0.ebuild 
b/mail-filter/maildrop/maildrop-3.0.0.ebuild
index 235198c8ec8..93168b597a9 100644
--- a/mail-filter/maildrop/maildrop-3.0.0.ebuild
+++ b/mail-filter/maildrop/maildrop-3.0.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.courier-mta.org/maildrop/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 s390 ~sh sparc x86"
 IUSE="berkdb debug dovecot fam gdbm ldap mysql postgres static-libs authlib 
+tools trashquota"
 
 CDEPEND="!mail-mta/courier



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

2019-04-07 Thread Mikle Kolyada
commit: fa68a6dbea435e98630f670e7237bcc1f4bdfa1f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:49:25 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:49:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa68a6db

dev-util/ctags: s390 stable wrt bug #524004

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

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

diff --git a/dev-util/ctags/ctags-20190331.ebuild 
b/dev-util/ctags/ctags-20190331.ebuild
index 4ffd238b7d5..2684abd3f02 100644
--- a/dev-util/ctags/ctags-20190331.ebuild
+++ b/dev-util/ctags/ctags-20190331.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/universal-ctags/ctags/archive/${COMMITHASH}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="json xml yaml"
 
 CDEPEND="



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

2019-04-07 Thread Mikle Kolyada
commit: 2298fa2f08af7cdfd10c9fcd885d29d8ee1850b3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:52:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:52:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2298fa2f

dev-python/ipaddress: s390 stable wrt bug #680858

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

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

diff --git a/dev-python/ipaddress/ipaddress-1.0.22.ebuild 
b/dev-python/ipaddress/ipaddress-1.0.22.ebuild
index 1867a202f1f..454385be9f7 100644
--- a/dev-python/ipaddress/ipaddress-1.0.22.ebuild
+++ b/dev-python/ipaddress/ipaddress-1.0.22.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2019-04-07 Thread Mikle Kolyada
commit: 56abf4b2ca8aaaca4d9a8ba1f02e8ffdf12d4a5b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:53:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:53:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56abf4b2

net-misc/curl: s390 stable wrt bug #682150

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 net-misc/curl/curl-7.64.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.64.1.ebuild b/net-misc/curl/curl-7.64.1.ebuild
index 407f67ed5f4..72be7e8c839 100644
--- a/net-misc/curl/curl-7.64.1.ebuild
+++ b/net-misc/curl/curl-7.64.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss 
+curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2019-04-07 Thread Mikle Kolyada
commit: a00925b2e3671bcc01fc9125b6251e5779e3c364
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:50:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:50:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00925b2

x11-libs/cairo: s390 stable wrt bug #672908

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 x11-libs/cairo/cairo-1.16.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/cairo/cairo-1.16.0-r3.ebuild 
b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
index 8c661615c96..0acfd3e86aa 100644
--- a/x11-libs/cairo/cairo-1.16.0-r3.ebuild
+++ b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"



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

2019-04-07 Thread Mikle Kolyada
commit: 6b26e15b16fa79bf1a14594af2c517a9ffd4b5ba
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:51:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:51:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b26e15b

sys-devel/patch: s390 stable wrt bug #652710

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 sys-devel/patch/patch-2.7.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/patch/patch-2.7.6-r3.ebuild 
b/sys-devel/patch/patch-2.7.6-r3.ebuild
index b05b7a03db4..3294abf043f 100644
--- a/sys-devel/patch/patch-2.7.6-r3.ebuild
+++ b/sys-devel/patch/patch-2.7.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/patch/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="static test xattr"
 
 RDEPEND="xattr? ( sys-apps/attr )"



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

2019-04-07 Thread Mikle Kolyada
commit: dbf83926068ddb8e17eea3a88f4423b972665933
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:44:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:44:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf83926

net-mail/dovecot: arm stable wrt bug #681922

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-mail/dovecot/dovecot-2.3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/dovecot/dovecot-2.3.5.1.ebuild 
b/net-mail/dovecot/dovecot-2.3.5.1.ebuild
index d6e79fea53d..e67965b0f06 100644
--- a/net-mail/dovecot/dovecot-2.3.5.1.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.5.1.ebuild
@@ -28,7 +28,7 @@ HOMEPAGE="https://www.dovecot.org/;
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite vpopmail"
 IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib"



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

2019-04-07 Thread Mikle Kolyada
commit: f9b04f65318e3a0c9406c05c7abbb29feff3b0a6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:45:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:45:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b04f65

dev-libs/poco: arm stable wrt bug #609252

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
index e2ade79bc88..dabc308f3bb 100644
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://pocoproject.org/;
 SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 arm ~x86"
 
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl mariadb +mongodb mysql +net odbc pdf pocodoc 
sqlite +ssl test +util +xml +zip"
 REQUIRED_USE="



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

2019-04-07 Thread Mikle Kolyada
commit: bc2ec8af9cf2864c02ccf6e2e3611cc62fc0156a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:40:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:40:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2ec8af

app-admin/apache-tools: arm stable wrt bug #682306

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 app-admin/apache-tools/apache-tools-2.4.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.39.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.39.ebuild
index 76c972e2699..1eb38794cc6 100644
--- a/app-admin/apache-tools/apache-tools-2.4.39.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.39.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



  1   2   3   4   5   >