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

2019-06-17 Thread Michał Górny
commit: a206c54c2ed9f99afcd564c7358b0e0c4bb12373
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 05:52:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 05:52:28 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=a206c54c

repositories: Remove broken, archived wizard repo

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

 files/overlays/repositories.xml | 12 
 1 file changed, 12 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index ff833ec..e135d05 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5199,18 +5199,6 @@
 https://anongit.gentoo.org/git/repo/proj/wine.git
 git://anongit.gentoo.org/repo/proj/wine.git
   
-  
-wizard
-A Gentoo Overlay maintained by 
m31271n.
-https://github.com/m31271n/wizard
-
-  m312...@gmail.com
-  m31271n
-
-https://github.com/m31271n/wizard.git
-git://github.com/m31271n/wizard.git
-g...@github.com:m31271n/wizard.git
-  
   
 wjn-overlay
 wjn's overlay for Gentoo Linux



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

2019-06-17 Thread Michał Górny
commit: 87c87cc5afe8847149b401b199ba575a26f5ca89
Author: Kai Krakow  kaishome  de>
AuthorDate: Sun Nov 18 15:22:19 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 05:40:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c87cc5

sys-fs/bees: Remove old

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kai Krakow  kaishome.de>
Closes: https://github.com/gentoo/gentoo/pull/10439
Signed-off-by: Michał Górny  gentoo.org>

 sys-fs/bees/Manifest|  1 -
 sys-fs/bees/bees-0.6.ebuild | 69 -
 2 files changed, 70 deletions(-)

diff --git a/sys-fs/bees/Manifest b/sys-fs/bees/Manifest
index c28f6419f1c..e8d393d0f83 100644
--- a/sys-fs/bees/Manifest
+++ b/sys-fs/bees/Manifest
@@ -1,2 +1 @@
 DIST bees-0.6.1.tar.gz 124411 BLAKE2B 
fd6c875334cb610da94a4633351b7edc5a4ecf4ff467bb93c8559a1698fd29667d43955e0031498401ceeb3d8db13b5aeb80d2f16cd61e4d5a6607e432082c79
 SHA512 
cd44d21959d3ab4dda255f0a4a57bd3aeecfb9fee6ea26d68a1b5f84d407f75bd0b442ecf4fefc5ac856dcd9af035f44ceeff77a8926b164f97a15350efcee33
-DIST bees-0.6.tar.gz 124049 BLAKE2B 
7a2d77366758325cebbc51767781a3eff4fa52180b53ebf5eb982433bfc1c80acd4f3befa5968c888be443815e6231625e9ecc2763c35e33e5ed55c13bd702bc
 SHA512 
bb288da8d2e0fad100dc40e3f9060055220e0ec948bc571a1cb06a7d78d0d0e6db30164e7dbde040c264c496cb59d50bb0694dd9432a8229e04f2cdc33bab31d

diff --git a/sys-fs/bees/bees-0.6.ebuild b/sys-fs/bees/bees-0.6.ebuild
deleted file mode 100644
index dfda78fae30..000
--- a/sys-fs/bees/bees-0.6.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="Best-Effort Extent-Same, a btrfs dedup agent"
-HOMEPAGE="https://github.com/Zygo/bees;
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/Zygo/bees.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/Zygo/bees/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="tools"
-
-DEPEND="
-   >=sys-apps/util-linux-2.30.2
-   >=sys-fs/btrfs-progs-4.1
-"
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~BTRFS_FS"
-ERROR_BTRFS_FS="CONFIG_BTRFS_FS: bees does currently only work with btrfs"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != buildonly ]]; then
-   if kernel_is -lt 4 4 3; then
-   ewarn "Kernel versions below 4.4.3 lack critical 
features needed for bees to"
-   ewarn "properly operate, so it won't work. It's 
recommended to run at least"
-   ewarn "kernel version 4.11 for best performance and 
reliability."
-   ewarn
-   elif kernel_is -lt 4 11; then
-   ewarn "With kernel versions below 4.11, bees may 
severely degrade system performance"
-   ewarn "and responsiveness. Especially, the kernel may 
deadlock while bees is"
-   ewarn "running, it's recommended to run at least kernel 
4.11."
-   ewarn
-   elif kernel_is -lt 4 14 29; then
-   ewarn "With kernel versions below 4.14.29, bees may 
generate a lot of bogus WARN_ON()"
-   ewarn "messages in the kernel log. These messages can 
be ignored and this is fixed"
-   ewarn "with more recent kernels:"
-   ewarn "# WARNING: CPU: 3 PID: 18172 at 
fs/btrfs/backref.c:1391 find_parent_nodes+0xc41/0x14e0"
-   ewarn
-   fi
-   elog "Bees recommends to run the latest current kernel for 
performance and"
-   elog "reliability reasons, see README.md."
-   fi
-}
-
-src_configure() {
-   cat >localconf <<-EOF || die
-   LIBEXEC_PREFIX=/usr/libexec
-   PREFIX=/usr
-   LIBDIR=$(get_libdir)
-   DEFAULT_MAKE_TARGET=all
-   EOF
-   if use tools; then
-   echo OPTIONAL_INSTALL_TARGETS=install_tools >>localconf || die
-   fi
-
-   # quickfix, will be removed when fixed upstream
-   sed -i "s/UNKNOWN/v${PV}/" src/Makefile || die
-}



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

2019-06-17 Thread Michał Górny
commit: 6a1fecb799fb6ebc49733d80a398345e2d5f1166
Author: Kai Krakow  kaishome  de>
AuthorDate: Sun Nov 18 15:21:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 05:40:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1fecb7

sys-fs/bees: Bump to v0.6.1

This removes the quickfix in the ebuild and should fix a compiler
problem linked below.

Closes: https://bugs.gentoo.org/670606
Closes: https://bugs.gentoo.org/686976
Closes: https://bugs.gentoo.org/686978
Closes: https://bugs.gentoo.org/687978
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kai Krakow  kaishome.de>
Signed-off-by: Michał Górny  gentoo.org>

 sys-fs/bees/Manifest  |  1 +
 sys-fs/bees/bees-0.6.1.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/sys-fs/bees/Manifest b/sys-fs/bees/Manifest
index 68efaffe866..c28f6419f1c 100644
--- a/sys-fs/bees/Manifest
+++ b/sys-fs/bees/Manifest
@@ -1 +1,2 @@
+DIST bees-0.6.1.tar.gz 124411 BLAKE2B 
fd6c875334cb610da94a4633351b7edc5a4ecf4ff467bb93c8559a1698fd29667d43955e0031498401ceeb3d8db13b5aeb80d2f16cd61e4d5a6607e432082c79
 SHA512 
cd44d21959d3ab4dda255f0a4a57bd3aeecfb9fee6ea26d68a1b5f84d407f75bd0b442ecf4fefc5ac856dcd9af035f44ceeff77a8926b164f97a15350efcee33
 DIST bees-0.6.tar.gz 124049 BLAKE2B 
7a2d77366758325cebbc51767781a3eff4fa52180b53ebf5eb982433bfc1c80acd4f3befa5968c888be443815e6231625e9ecc2763c35e33e5ed55c13bd702bc
 SHA512 
bb288da8d2e0fad100dc40e3f9060055220e0ec948bc571a1cb06a7d78d0d0e6db30164e7dbde040c264c496cb59d50bb0694dd9432a8229e04f2cdc33bab31d

diff --git a/sys-fs/bees/bees-0.6.1.ebuild b/sys-fs/bees/bees-0.6.1.ebuild
new file mode 100644
index 000..a232eb5d07f
--- /dev/null
+++ b/sys-fs/bees/bees-0.6.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info systemd
+
+DESCRIPTION="Best-Effort Extent-Same, a btrfs dedup agent"
+HOMEPAGE="https://github.com/Zygo/bees;
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/Zygo/bees.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/Zygo/bees/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="tools"
+
+DEPEND="
+   >=sys-apps/util-linux-2.30.2
+   >=sys-fs/btrfs-progs-4.1
+"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="~BTRFS_FS"
+ERROR_BTRFS_FS="CONFIG_BTRFS_FS: bees does currently only work with btrfs"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   if kernel_is -lt 4 4 3; then
+   ewarn "Kernel versions below 4.4.3 lack critical 
features needed for bees to"
+   ewarn "properly operate, so it won't work. It's 
recommended to run at least"
+   ewarn "kernel version 4.11 for best performance and 
reliability."
+   ewarn
+   elif kernel_is -lt 4 11; then
+   ewarn "With kernel versions below 4.11, bees may 
severely degrade system performance"
+   ewarn "and responsiveness. Especially, the kernel may 
deadlock while bees is"
+   ewarn "running, it's recommended to run at least kernel 
4.11."
+   ewarn
+   elif kernel_is -lt 4 14 29; then
+   ewarn "With kernel versions below 4.14.29, bees may 
generate a lot of bogus WARN_ON()"
+   ewarn "messages in the kernel log. These messages can 
be ignored and this is fixed"
+   ewarn "with more recent kernels:"
+   ewarn "# WARNING: CPU: 3 PID: 18172 at 
fs/btrfs/backref.c:1391 find_parent_nodes+0xc41/0x14e0"
+   ewarn
+   fi
+   elog "Bees recommends to run the latest current kernel for 
performance and"
+   elog "reliability reasons, see README.md."
+   fi
+}
+
+src_configure() {
+   cat >localconf <<-EOF || die
+   LIBEXEC_PREFIX=/usr/libexec
+   PREFIX=/usr
+   LIBDIR="$(get_libdir)"
+   SYSTEMD_SYSTEM_UNIT_DIR="$(systemd_get_systemunitdir)"
+   DEFAULT_MAKE_TARGET=all
+   EOF
+   if [[ ${PV} != "" ]] ; then
+   cat >>localconf <<-EOF || die
+   BEES_VERSION=v${PV}
+   EOF
+   fi
+   if use tools; then
+   echo OPTIONAL_INSTALL_TARGETS=install_tools >>localconf || die
+   fi
+}



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

2019-06-17 Thread Cédric Krier
commit: 2e6beeb48ec1034f2b973e338e6a90d7a0747d22
Author: Cédric Krier  gentoo  org>
AuthorDate: Tue Jun 18 05:31:35 2019 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Tue Jun 18 05:31:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6beeb4

dev-vcs/hg-evolve: Version bumps

Signed-off-by: Cédric Krier  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-vcs/hg-evolve/Manifest   |  1 +
 dev-vcs/hg-evolve/hg-evolve-9.0.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-vcs/hg-evolve/Manifest b/dev-vcs/hg-evolve/Manifest
index 8014bb53029..9fa02efd716 100644
--- a/dev-vcs/hg-evolve/Manifest
+++ b/dev-vcs/hg-evolve/Manifest
@@ -1 +1,2 @@
 DIST hg-evolve-8.5.1.tar.gz 755965 BLAKE2B 
c9d6ea06f91cc537e1ea9266a09cded59e3dfb69f0bb5300a40b971bda6f9ce680c81978c23806972ca88931d9f2d67eedce14ba1f56670fa3c18194b63e2999
 SHA512 
7c5d9608d03ab81fc7291edb3f0ddb016cd4b267997bf66fcb221c9c917fbd34bfb4637bbb0c60b460a32304ee45fd7e30db929312dfbaa94df17baf7947482e
+DIST hg-evolve-9.0.0.tar.gz 757571 BLAKE2B 
94b611c02def5fe386e39bd9c350a981d8278e7dc826318f67613111f3915f6bdb51cecb12fd3e308a317713e7716bfcee26f3292062aca2b9f154694bb7298b
 SHA512 
4ce1fe0fbe58b9d260079ef588a74ef16d101b5080c8d72a80bfd7caa698ee7b0a1a9b2642ab20f0c8b7ba2d1a723c00aa3417b0a223fdf55f50bf7bfb940a2e

diff --git a/dev-vcs/hg-evolve/hg-evolve-9.0.0.ebuild 
b/dev-vcs/hg-evolve/hg-evolve-9.0.0.ebuild
new file mode 100644
index 000..a89ef7e4eea
--- /dev/null
+++ b/dev-vcs/hg-evolve/hg-evolve-9.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="enables the changeset evolution feature of Mercurial"
+HOMEPAGE="https://www.mercurial-scm.org/doc/evolution/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+   >=dev-vcs/mercurial-4.4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx )"
+
+python_prepare_all() {
+   rm hgext3rd/__init__.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   if use doc; then
+   dodoc -r html/
+   fi
+}



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

2019-06-17 Thread Robin H. Johnson
commit: 5a186b6d1089b239eb764c563d93c5d532152a20
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Jun 18 05:25:22 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jun 18 05:27:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a186b6d

sys-fs/lvm2: bump, bugfix release from upstream, stable candidate

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

 sys-fs/lvm2/Manifest   |   1 +
 sys-fs/lvm2/files/device-mapper.rc-2.02.105-r2 |   2 +-
 sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1|   2 +-
 sys-fs/lvm2/files/lvm-monitoring.initd-2.02.105-r2 |   2 +-
 sys-fs/lvm2/files/lvm.rc-2.02.105-r2   |   2 +-
 sys-fs/lvm2/files/lvm.rc-2.02.116-r6   |   2 +-
 sys-fs/lvm2/files/lvm.rc-2.02.172  |   2 +-
 sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2|   2 +-
 sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3|   2 +-
 sys-fs/lvm2/files/lvmlockd.initd-2.02.166-r1   |   2 +-
 sys-fs/lvm2/lvm2-2.02.145-r2.ebuild|   2 +-
 ...vm2-2.02.145-r2.ebuild => lvm2-2.02.185.ebuild} | 180 +++--
 12 files changed, 108 insertions(+), 93 deletions(-)

diff --git a/sys-fs/lvm2/Manifest b/sys-fs/lvm2/Manifest
index fa9cdc1b27e..bf3cba8c8b2 100644
--- a/sys-fs/lvm2/Manifest
+++ b/sys-fs/lvm2/Manifest
@@ -2,3 +2,4 @@ DIST LVM2.2.02.116.tgz 1538340 BLAKE2B 
718261b60626f2eca5ba13011646bf551523ed8e5
 DIST LVM2.2.02.145.tgz 1986370 BLAKE2B 
0c9e5efae17f26ff86152cecbf0b11a74e85007b2fa9491f44dec03ac8c11375bacf6685213b4be19037c8fbf70e13549516716ecf8fa262919a44625e6aab34
 SHA512 
84e28b3efc940837ea9da70fce620744aea0945ba29383b76ad7bcd4b5259b897c714162a8e8b7cfe26ae736a3ad2eca633a3e0df4d6280a32b28bd4cf472d27
 DIST LVM2.2.02.183.tgz 2380574 BLAKE2B 
b1fe71b6cdb8ee20dd53d0ad3399c553487baafa12657ec81a794c84ad161988afdb8693ac247877a2645d693a0740c74c8b991047ed2ba4adc9ec75f1c261a9
 SHA512 
3947523c6b0862ada40677ed171ed0cf95e070119e377296fc5ccb153e9c4212d34c0b16a887dbd68ccf265525345dabfed2aa59fb3604555429a7e2ecfff4d7
 DIST LVM2.2.02.184.tgz 2383698 BLAKE2B 
b6e308d76d541b9461dfcc6e82db256a175ccdabfae9c9d57d84eabd0d5ea50e3e09954b34741903e027412c2c26f72a5005fe934261576337a810738139deb8
 SHA512 
9db74f675e7c58f663a39afb79b6f33a33ad2cfbda63e9783ef5027f33977b4a1262a2e6754aa67c586eed083ee119a2e837c32a7746dcc53f13877c9d65c390
+DIST LVM2.2.02.185.tgz 2386328 BLAKE2B 
d2e31de3eedd7518ea2d239cb9b36b38e351d7fc070097a1fc4e7934e3636195da3247fba57d684bb0b31b7f3dbdfe29161bd121b2962b2c35c8c9d7914b4506
 SHA512 
f421505551aec2a09bc862f2fcc1ee825bc4d94c53a01d13265631e99308d60fbca40112be5bc7824cce3ef223c0775d2f6c345f6a3f227229a0566c903841bf

diff --git a/sys-fs/lvm2/files/device-mapper.rc-2.02.105-r2 
b/sys-fs/lvm2/files/device-mapper.rc-2.02.105-r2
index 7dbacce0d94..79fdff246fb 100644
--- a/sys-fs/lvm2/files/device-mapper.rc-2.02.105-r2
+++ b/sys-fs/lvm2/files/device-mapper.rc-2.02.105-r2
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {

diff --git a/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1 
b/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1
index 930e84baa86..f77996caa57 100644
--- a/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1
+++ b/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 PIDFILE=/run/dmeventd.pid

diff --git a/sys-fs/lvm2/files/lvm-monitoring.initd-2.02.105-r2 
b/sys-fs/lvm2/files/lvm-monitoring.initd-2.02.105-r2
index d603718cc22..914d6637c7a 100644
--- a/sys-fs/lvm2/files/lvm-monitoring.initd-2.02.105-r2
+++ b/sys-fs/lvm2/files/lvm-monitoring.initd-2.02.105-r2
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This script is based on upstream file

diff --git a/sys-fs/lvm2/files/lvm.rc-2.02.105-r2 
b/sys-fs/lvm2/files/lvm.rc-2.02.105-r2
index c59f9c3c878..937db047d19 100644
--- a/sys-fs/lvm2/files/lvm.rc-2.02.105-r2
+++ b/sys-fs/lvm2/files/lvm.rc-2.02.105-r2
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {

diff --git a/sys-fs/lvm2/files/lvm.rc-2.02.116-r6 
b/sys-fs/lvm2/files/lvm.rc-2.02.116-r6
index 1bf075fae3e..cf430c6654d 100644
--- a/sys-fs/lvm2/files/lvm.rc-2.02.116-r6
+++ b/sys-fs/lvm2/files/lvm.rc-2.02.116-r6
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 _get_lvm_path() {

diff --git 

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

2019-06-17 Thread Hans de Graaff
commit: 085f1bfd03f54678c6425f7432c0dc26f1fd1883
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 18 05:07:38 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 18 05:07:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085f1bfd

dev-ruby/mocha: add 1.9.0

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

 dev-ruby/mocha/Manifest   |  1 +
 dev-ruby/mocha/mocha-1.9.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/mocha/Manifest b/dev-ruby/mocha/Manifest
index 83234f59f81..fce8a96da75 100644
--- a/dev-ruby/mocha/Manifest
+++ b/dev-ruby/mocha/Manifest
@@ -2,3 +2,4 @@ DIST mocha-0.14.0.gem 82944 BLAKE2B 
50a066e2f5007df08a7f76785fd4c2b12327b4969c11
 DIST mocha-1.4.0.gem 92672 BLAKE2B 
8b8640038da40f2577431630ffbc773f5a9474a3a872a5f6c26d53b41d2827da59f32f6c7abab78cbf491bb6d58cabe0834e4b1706869cedd1e72f116817537a
 SHA512 
54953d815cddf52deccdddcebc9a9880fa2f14cab9f4ee1e164bfa3afe095d56b409312149341d1bf84fb336ed23512e7acce371135f8a2a1bb16f1de7acff1d
 DIST mocha-1.7.0.gem 96768 BLAKE2B 
d6b2f14bb1277473c3393b06e2f4830331bcf4f2d02fa918a006eeb65a340e1f8bf25e354910bff1cdc3abae9b98bd53de272c628cec7bb59e30c5b02dc8ffc6
 SHA512 
b3fd656523e6ec1eb81e941cd43fe402254b6b15a00cdb459a900c94df02bd20f7ca8aafc796e418c6ba3e3b71c5bdc74a97e380f1c106e2831e78d9aaa7887e
 DIST mocha-1.8.0.gem 223744 BLAKE2B 
625f38d6ec53cbf549cbace873172b8511f2e6a2ccb5d7fd4133c3d9a67a8e5d55626fead7a70de363c8564b687530d3e0515ed7fc167a65091d9e17d89dde47
 SHA512 
b0abd6234f34dfd92d44019001e97914dff80ece5fbe2b53ccc91192f99f06a79f9c96cdb136b2a389a1a1b7038076fce688d8d8ee8645538d3c58f73e345fe4
+DIST mocha-1.9.0.gem 224768 BLAKE2B 
cbba687669691c4771762fdc87285e1d2a2e9cd4a97f42111e0014118dd358e30b4cf3147c973631b491fa981fe4a3212a7eb160b1d7517db78e3f8647ebda15
 SHA512 
76aa6c1a59d98cf2e592b94785f102fae7d46923cd30494df944a322a6286fb854867ccb32c396f522008b8a0e368ff115693ec6dc63d7cbe84fa26a3a42d9e6

diff --git a/dev-ruby/mocha/mocha-1.9.0.ebuild 
b/dev-ruby/mocha/mocha-1.9.0.ebuild
new file mode 100644
index 000..8faa3063b98
--- /dev/null
+++ b/dev-ruby/mocha/mocha-1.9.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test:units test:acceptance"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
+HOMEPAGE="https://mocha.jamesmead.org/;
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "
+   test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
+
+ruby_add_rdepend "=dev-ruby/metaclass-0.0*"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
+}
+
+each_ruby_test() {
+   export MOCHA_NO_DOCS=true
+   each_fakegem_test
+}



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

2019-06-17 Thread Aaron Bauman
commit: c37166dd897f09efda7b95e56e955a504d66f5e4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun  9 19:08:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:34:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37166dd

dev-lang/R: remove unused patches

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12229
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-lang/R/files/R-2.11.1-parallel.patch   | 17 -
 dev-lang/R/files/R-2.13.1-zlib_header_fix.patch| 20 
 dev-lang/R/files/R-3.0.0-rmath-shared.patch| 28 --
 .../R/files/R-3.3.2-zlib-1.2.10-backport.patch | 20 
 4 files changed, 85 deletions(-)

diff --git a/dev-lang/R/files/R-2.11.1-parallel.patch 
b/dev-lang/R/files/R-2.11.1-parallel.patch
deleted file mode 100644
index c713d335bad..000
--- a/dev-lang/R/files/R-2.11.1-parallel.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fix ocasional failure with parallel install
-Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=322965
-R bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14505
-
-Patch by Sebastien Fabbro
-
 src/include/Makefile.in.orig   2010-06-15 18:18:54.0 +
-+++ src/include/Makefile.in2010-06-15 18:19:48.0 +
-@@ -81,7 +81,7 @@
- Rmath.h0: $(srcdir)/Rmath.h0.in $(top_builddir)/config.status
-   @cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
- 
--install: installdirs install-intl-@USE_INCLUDED_LIBINTL@
-+install: $(OBJ_HEADERS) installdirs install-intl-@USE_INCLUDED_LIBINTL@
-   @for d in $(SUBDIRS); do \
- (cd $${d} && $(MAKE) $@) || exit 1; \
-   done

diff --git a/dev-lang/R/files/R-2.13.1-zlib_header_fix.patch 
b/dev-lang/R/files/R-2.13.1-zlib_header_fix.patch
deleted file mode 100644
index 136acb26055..000
--- a/dev-lang/R/files/R-2.13.1-zlib_header_fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Update for zlib header changes for zlib > 1.2.5
-
-Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=383431
-R bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14951
-
-Patch by Michael Schreckenbauer
-
 src/main/unzip.h.orig  2011-09-24 19:35:53.0 -0700
-+++ src/main/unzip.h   2011-09-24 19:37:06.0 -0700
-@@ -58,6 +58,10 @@
- #define ZLIB_FILEFUNC_SEEK_END (2)
- #define ZLIB_FILEFUNC_SEEK_SET (0)
- 
-+#ifndef OF
-+#define OF(x) x
-+#endif
-+
- #define ZLIB_FILEFUNC_MODE_READ  (1)
- #define ZLIB_FILEFUNC_MODE_WRITE (2)
- #define ZLIB_FILEFUNC_MODE_READWRITEFILTER (3)

diff --git a/dev-lang/R/files/R-3.0.0-rmath-shared.patch 
b/dev-lang/R/files/R-3.0.0-rmath-shared.patch
deleted file mode 100644
index f53fb791051..000
--- a/dev-lang/R/files/R-3.0.0-rmath-shared.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Link with libm to fix unresolved symbols when linked with as-needed
-and add a soname to the standalone math library
-R bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14953
-
-Patch by Sebastien Fabbro
-Adapted to R-3.0.0 by Denis Dupeyron
-
 src/nmath/standalone/Makefile.in.orig  2013-04-04 14:39:15.777544946 
-0600
-+++ src/nmath/standalone/Makefile.in   2013-04-04 14:40:51.256153179 -0600
-@@ -64,7 +64,8 @@
- Rexeclibdir_LTLIBRARIES = $(libRmath_la)
- libRmath_la_SOURCES = $(SOURCES)
- libRmath_la_OBJECTS = $(OBJECTS:.o=.lo)
--libRmath_la_LDFLAGS =
-+libRmath_la_LDFLAGS = -Wl,-soname=libRmath.so
-+libRmath_la_LIBADD = $(LIBM)
- 
- CLEANFILES = Makedeps *.d *.o *.lo test $(SOURCES)
- DISTCLEANFILES = Makefile $(Rexeclibdir_LIBRARIES) $(Rexeclibdir_LTLIBRARIES)
-@@ -117,7 +118,7 @@
- 
- ## under peculiar circumstances, $(LIBM) here helps.
- $(libRmath_la): $(libRmath_la_OBJECTS)
--  $(DYLIB_LINK) -o $@ $(libRmath_la_LDFLAGS) $(libRmath_la_OBJECTS) 
$(LIBM)
-+  $(DYLIB_LINK) $(libRmath_la_LDFLAGS) $(libRmath_la_OBJECTS) 
$(libRmath_la_LIBADD) -o $@
- 
- test: $(srcdir)/test.c
-   $(CC) -o $@ $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(srcdir)/test.c \

diff --git a/dev-lang/R/files/R-3.3.2-zlib-1.2.10-backport.patch 
b/dev-lang/R/files/R-3.3.2-zlib-1.2.10-backport.patch
deleted file mode 100644
index 2cfb30da90f..000
--- a/dev-lang/R/files/R-3.3.2-zlib-1.2.10-backport.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: R.m4
-===
 m4/R.m4(revision 71152)
-+++ m4/R.m4(revision 71889)
-@@ -3105,10 +3105,11 @@
- #include 
- #include 
- int main() {
--#ifdef ZLIB_VERSION
--/* Work around Debian bug: it uses 1.2.3.4 even though there was no such
--   version on the master site zlib.net */
--  exit(strncmp(ZLIB_VERSION, "1.2.5", 5) < 0);
-+#ifdef ZLIB_VERNUM
-+  if (ZLIB_VERNUM < 0x1250) {
-+exit(1);
-+  }
-+  exit(0);
- #else
-   exit(1);
- #endif



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

2019-06-17 Thread Aaron Bauman
commit: ede5fcc288cd7d062c97447b2a3bdbf07d212c07
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jun  1 15:38:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:35:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede5fcc2

app-arch/rpm: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12148
Signed-off-by: Aaron Bauman  gentoo.org>

 app-arch/rpm/rpm-4.14.1-r1.ebuild | 4 ++--
 app-arch/rpm/rpm-4.14.1.ebuild| 2 +-
 app-arch/rpm/rpm-4.14.2.1.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-arch/rpm/rpm-4.14.1-r1.ebuild 
b/app-arch/rpm/rpm-4.14.1-r1.ebuild
index c34b6839654..9e08501a7c0 100644
--- a/app-arch/rpm/rpm-4.14.1-r1.ebuild
+++ b/app-arch/rpm/rpm-4.14.1-r1.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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
 
 DESCRIPTION="Red Hat Package Management Utils"
-HOMEPAGE="http://www.rpm.org
+HOMEPAGE="https://rpm.org
https://github.com/rpm-software-management/rpm;
 SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2"
 

diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild
index 05513ac2d37..29d7e38050a 100644
--- a/app-arch/rpm/rpm-4.14.1.ebuild
+++ b/app-arch/rpm/rpm-4.14.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
 
 DESCRIPTION="Red Hat Package Management Utils"
-HOMEPAGE="http://www.rpm.org
+HOMEPAGE="https://rpm.org
https://github.com/rpm-software-management/rpm;
 SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2"
 

diff --git a/app-arch/rpm/rpm-4.14.2.1.ebuild b/app-arch/rpm/rpm-4.14.2.1.ebuild
index 7d1e6c3e056..ec73a8f530a 100644
--- a/app-arch/rpm/rpm-4.14.2.1.ebuild
+++ b/app-arch/rpm/rpm-4.14.2.1.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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
 
 DESCRIPTION="Red Hat Package Management Utils"
-HOMEPAGE="http://www.rpm.org
+HOMEPAGE="https://rpm.org
https://github.com/rpm-software-management/rpm;
 SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/files/

2019-06-17 Thread Aaron Bauman
commit: c90faff75f9c20b4710e8c6cbe206d88c5ed654f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun  3 17:52:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:34:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90faff7

xfce-base/xfce4-session: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12183
Signed-off-by: Aaron Bauman  gentoo.org>

 .../xfce4-session-4.13.1-kill-dbus-includes.patch  | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/xfce-base/xfce4-session/files/xfce4-session-4.13.1-kill-dbus-includes.patch 
b/xfce-base/xfce4-session/files/xfce4-session-4.13.1-kill-dbus-includes.patch
deleted file mode 100644
index cc5bb9d653e..000
--- 
a/xfce-base/xfce4-session/files/xfce4-session-4.13.1-kill-dbus-includes.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 3bddf152b902d8a1e0f674b792577b2cca635c4b Mon Sep 17 00:00:00 2001
-From: Brandon Bergren 
-Date: Sun, 26 Aug 2018 10:28:05 -0400
-Subject: [PATCH] fix build failure when dbus is not in the system include path
- (Bug #14386)
-
-The d-bus direct depenencies were taken out in 91860af3a38080,
-but the #include  in xfce4-session/xfsm-global.h
-and the #include  line in xfsm-error.c got left
-in accidentally.

- xfce4-session/xfsm-error.c  | 2 --
- xfce4-session/xfsm-global.h | 1 -
- 2 files changed, 3 deletions(-)
-
-diff --git a/xfce4-session/xfsm-error.c b/xfce4-session/xfsm-error.c
-index 2b7f6c04..f0766f5f 100644
 a/xfce4-session/xfsm-error.c
-+++ b/xfce4-session/xfsm-error.c
-@@ -20,8 +20,6 @@
- #include 
- #endif
- 
--#include 
--
- #include 
- 
- #define XFSM_DBUS_NAME "org.xfce.SessionManager"
-diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
-index d4587123..610d5bf7 100644
 a/xfce4-session/xfsm-global.h
-+++ b/xfce4-session/xfsm-global.h
-@@ -27,7 +27,6 @@
- #include 
- 
- #include 
--#include 
- 
- typedef struct _FailsafeClient FailsafeClient;
- struct _FailsafeClient
--- 
-2.19.0
-



[gentoo-commits] repo/gentoo:master commit in: dev-java/jmh-core/

2019-06-17 Thread Aaron Bauman
commit: cc699f91895abbb4bf9ca5276825ae6ee5f138e1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 31 17:03:41 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:35:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc699f91

dev-java/jmh-core: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12142
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-java/jmh-core/jmh-core-1.21.ebuild  | 8 
 dev-java/jmh-core/jmh-core-1.4.1.ebuild | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-java/jmh-core/jmh-core-1.21.ebuild 
b/dev-java/jmh-core/jmh-core-1.21.ebuild
index 1d8994699b6..ad044bba454 100644
--- a/dev-java/jmh-core/jmh-core-1.21.ebuild
+++ b/dev-java/jmh-core/jmh-core-1.21.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
@@ -12,13 +12,13 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Harness for building, running, and analysing 
nano/micro/milli/macro benchmarks"
-HOMEPAGE="http://openjdk.java.net/projects/code-tools/jmh;
-SRC_URI="http://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+HOMEPAGE="https://openjdk.java.net/projects/code-tools/jmh;
+SRC_URI="https://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz
 -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-# jopt *must* be 4.6, see 
http://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
+# jopt *must* be 4.6, see 
https://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
 CP_DEPEND="
dev-java/asm:4
dev-java/junit:4

diff --git a/dev-java/jmh-core/jmh-core-1.4.1.ebuild 
b/dev-java/jmh-core/jmh-core-1.4.1.ebuild
index 7cc5df2b780..b2ef63a5460 100644
--- a/dev-java/jmh-core/jmh-core-1.4.1.ebuild
+++ b/dev-java/jmh-core/jmh-core-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,13 +12,13 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Harness for building, running, and analysing 
nano/micro/milli/macro benchmarks"
-HOMEPAGE="http://openjdk.java.net/projects/code-tools/jmh;
-SRC_URI="http://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+HOMEPAGE="https://openjdk.java.net/projects/code-tools/jmh;
+SRC_URI="https://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz
 -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-# jopt *must* be 4.6, see 
http://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
+# jopt *must* be 4.6, see 
https://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
 CDEPEND="
dev-java/asm:4
dev-java/junit:4



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

2019-06-17 Thread Aaron Bauman
commit: 406d8e2a35a66a18173928b6e18eaf22ad4d41e9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun  4 21:46:31 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:34:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406d8e2a

dev-python/hiredis: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12193
Signed-off-by: Aaron Bauman  gentoo.org>

 .../hiredis/files/hiredis-0.2.0-system-libs.patch  | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch 
b/dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch
deleted file mode 100644
index 6cd22292deb..000
--- a/dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Remove vendor and var 'lib' from setup.py
-diff -u hiredis-0.2.0.orig/setup.py hiredis-0.2.0/setup.py
 setup.py   2015-06-21 11:47:28.796472027 +0800
-+++ setup.py   2015-06-21 11:49:53.047949803 +0800
-@@ -40,12 +40,9 @@
- # supported Python versions is worse...
- #
- # Also see: https://github.com/pietern/hiredis-py/issues/15
--lib = ("hiredis_for_hiredis_py", {
--  "sources": ["vendor/hiredis/%s.c" % src for src in ("read", "sds")]})
- 
- ext = Extension("hiredis.hiredis",
--  sources=glob.glob("src/*.c"),
--  include_dirs=["vendor"])
-+  sources=glob.glob("src/*.c"))
- 
- setup(
-   name="hiredis",
-@@ -57,7 +54,6 @@
-   keywords=["Redis"],
-   license="BSD",
-   packages=["hiredis"],
--  libraries=[lib],
-   ext_modules=[ext],
- 
-   # Override "install_lib" command
-Common subdirectories: hiredis-0.2.0.orig/src and hiredis-0.2.0/src
-Common subdirectories: hiredis-0.2.0.orig/vendor and hiredis-0.2.0/vendor



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

2019-06-17 Thread Aaron Bauman
commit: 52f97aef1b528f44a8062055ee1498ebdcd0ddde
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 12 16:48:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:34:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f97aef

dev-libs/libaio: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12247
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/libaio/files/libaio-0.3.112-install.patch | 60 --
 1 file changed, 60 deletions(-)

diff --git a/dev-libs/libaio/files/libaio-0.3.112-install.patch 
b/dev-libs/libaio/files/libaio-0.3.112-install.patch
deleted file mode 100644
index d1b1873b501..000
--- a/dev-libs/libaio/files/libaio-0.3.112-install.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From f8fbbc9733035c96ffb085726bf24d15502e1095 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Sun, 21 Apr 2019 13:02:16 +0200
-Subject: [PATCH 1/2] fix up install paths
-
-This is similar to the Fedora patch, but this uses more common conventions
-like "DESTDIR" instead of "destdir".
-
-Signed-off-by: Mike Frysinger 

- Makefile |  2 +-
- src/Makefile | 11 ++-
- 2 files changed, 7 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index c1fb831..e9dbdb0 100644
 a/Makefile
-+++ b/Makefile
-@@ -14,7 +14,7 @@ all:
-   @$(MAKE) -C src
- 
- install:
--  @$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) 
includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
-+  @$(MAKE) -C src install prefix=$(prefix) includedir=$(includedir) 
libdir=$(libdir)
- 
- check:
-   @$(MAKE) -C harness check
-diff --git a/src/Makefile b/src/Makefile
-index 37ae219..66534b9 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -1,6 +1,7 @@
- prefix=/usr
- includedir=$(prefix)/include
- libdir=$(prefix)/lib
-+usrlibdir=$(libdir)
- 
- CFLAGS ?= -g -fomit-frame-pointer -O2
- CFLAGS += -Wall -I. -fPIC
-@@ -58,12 +59,12 @@ $(libname): $(libaio_sobjs) libaio.map
-   $(CC) $(SO_CFLAGS) -Wl,--version-script=libaio.map 
-Wl,-soname=$(soname) -o $@ $(libaio_sobjs) $(LINK_FLAGS)
- 
- install: $(all_targets)
--  install -D -m 644 libaio.h $(includedir)/libaio.h
--  install -D -m 644 libaio.a $(libdir)/libaio.a
-+  install -D -m 644 libaio.h $(DESTDIR)$(includedir)/libaio.h
-+  install -D -m 644 libaio.a $(DESTDIR)$(usrlibdir)/libaio.a
- ifeq ($(ENABLE_SHARED),1)
--  install -D -m 755 $(libname) $(libdir)/$(libname)
--  ln -sf $(libname) $(libdir)/$(soname)
--  ln -sf $(libname) $(libdir)/libaio.so
-+  install -D -m 755 $(libname) $(DESTDIR)$(libdir)/$(libname)
-+  ln -sf $(libname) $(DESTDIR)$(usrlibdir)/$(soname)
-+  ln -sf $(libname) $(DESTDIR)$(usrlibdir)/libaio.so
- endif
- 
- $(libaio_objs): libaio.h
--- 
-2.21.0
-



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

2019-06-17 Thread Aaron Bauman
commit: 25293b3e098b3bbc073d1c392faebf16a484d694
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jun  1 15:48:56 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:35:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25293b3e

app-i18n/nkf: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12149
Signed-off-by: Aaron Bauman  gentoo.org>

 app-i18n/nkf/nkf-2.1.3-r2.ebuild | 4 ++--
 app-i18n/nkf/nkf-2.1.4.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/nkf/nkf-2.1.3-r2.ebuild b/app-i18n/nkf/nkf-2.1.3-r2.ebuild
index 21daf284bc4..987c68e8253 100644
--- a/app-i18n/nkf/nkf-2.1.3-r2.ebuild
+++ b/app-i18n/nkf/nkf-2.1.3-r2.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"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 perl-module toolchain-funcs
 
 DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support"
-HOMEPAGE="http://sourceforge.jp/projects/nkf/;
+HOMEPAGE="https://ja.osdn.net/projects/nkf/;
 SRC_URI="mirror://sourceforge.jp/${PN}/59912/${P}.tar.gz
l10n_ja? ( https://dev.gentoo.org/~naota/files/${PN}.1j )
python? ( https://dev.gentoo.org/~naota/files/NKF_python20090602.tgz )"

diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild
index 18988591902..8d94ae69111 100644
--- a/app-i18n/nkf/nkf-2.1.4.ebuild
+++ b/app-i18n/nkf/nkf-2.1.4.ebuild
@@ -10,7 +10,7 @@ PY_P="python-${PN}-0.2.0_p20141211"
 PY_COMMIT="000915e115acac57a1fdbceb1e6361788af83a3d"
 
 DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support"
-HOMEPAGE="http://sourceforge.jp/projects/nkf/;
+HOMEPAGE="https://ja.osdn.net/projects/nkf/;
 SRC_URI="mirror://sourceforge.jp/${PN}/64158/${P}.tar.gz
python? ( 
https://github.com/fumiyas/python-${PN}/archive/${PY_COMMIT}.tar.gz -> 
${PY_P}.tar.gz )"
 



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

2019-06-17 Thread Aaron Bauman
commit: d0cc093e6a8f2d5a626b07ca8d899deb00dd4dc3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 10 15:40:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:34:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cc093e

net-vpn/i2p: remove unused file

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12234
Signed-off-by: Aaron Bauman  gentoo.org>

 net-vpn/i2p/files/0.9.38-add-cp-to-tests | 45 
 1 file changed, 45 deletions(-)

diff --git a/net-vpn/i2p/files/0.9.38-add-cp-to-tests 
b/net-vpn/i2p/files/0.9.38-add-cp-to-tests
deleted file mode 100644
index ddf2f7d5fca..000
--- a/net-vpn/i2p/files/0.9.38-add-cp-to-tests
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -Naur a/apps/ministreaming/java/build.xml 
b/apps/ministreaming/java/build.xml
 a/apps/ministreaming/java/build.xml2019-01-30 13:31:14.958832623 
+0100
-+++ b/apps/ministreaming/java/build.xml2019-01-30 13:39:00.050869739 
+0100
-@@ -173,7 +173,7 @@
- 
- 
- 
--
-+
- 
- 
- 
-diff -Naur a/apps/streaming/java/build.xml b/apps/streaming/java/build.xml
 a/apps/streaming/java/build.xml2019-01-30 13:31:14.953832622 +0100
-+++ b/apps/streaming/java/build.xml2019-01-30 13:38:56.683869470 +0100
-@@ -49,7 +49,7 @@
- 
- 
- 
--
-+
- 
- 
- 
-diff -Naur a/router/java/build.xml b/router/java/build.xml
 a/router/java/build.xml2019-01-30 13:31:22.905833257 +0100
-+++ b/router/java/build.xml2019-01-30 13:39:04.133870065 +0100
-@@ -130,7 +130,7 @@
- 
- 
- 
--
-+
- 
- 
- 
-@@ -148,7 +148,7 @@
- 
- 
- 
--
-+
- 
- 
- 



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

2019-06-17 Thread Aaron Bauman
commit: 832b3ba10b16b2d0a637c62718a957c85b7e9b36
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 31 17:01:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:35:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832b3ba1

app-text/tokyodystopia: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12141
Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild 
b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
index 853fc3b700e..6b5ad208292 100644
--- a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
+++ b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="A fulltext search engine for Tokyo Cabinet"
-HOMEPAGE="http://fallabs.com/tokyodystopia/;
+HOMEPAGE="https://fallabs.com/tokyodystopia/;
 SRC_URI="${HOMEPAGE}${P}.tar.gz"
 
 LICENSE="LGPL-2.1"



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

2019-06-17 Thread Aaron Bauman
commit: 032c08b8f679be9cb19dcc3647636a3559e6126d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jun  1 15:55:51 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:35:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032c08b8

app-vim/splice: update HOMEPAGE, use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12150
Signed-off-by: Aaron Bauman  gentoo.org>

 app-vim/splice/splice-1.0.1.ebuild | 4 ++--
 app-vim/splice/splice-1.1.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/splice/splice-1.0.1.ebuild 
b/app-vim/splice/splice-1.0.1.ebuild
index 60628b4e947..4edbc76ad7f 100644
--- a/app-vim/splice/splice-1.0.1.ebuild
+++ b/app-vim/splice/splice-1.0.1.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=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: resolve conflicts during three-way merges"
-HOMEPAGE="https://sjl.bitbucket.org/splice.vim/ 
http://vim.sourceforge.net/scripts/script.php?script_id=4026;
+HOMEPAGE="https://bitbucket.org/sjl/splice.vim/ 
https://www.vim.org/scripts/script.php?script_id=4026;
 
 LICENSE="MIT"
 KEYWORDS="amd64 x86"

diff --git a/app-vim/splice/splice-1.1.0.ebuild 
b/app-vim/splice/splice-1.1.0.ebuild
index f74cf9af1d3..cdcb146ca4a 100644
--- a/app-vim/splice/splice-1.1.0.ebuild
+++ b/app-vim/splice/splice-1.1.0.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
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: resolve conflicts during three-way merges"
-HOMEPAGE="https://bitbucket.org/sjl/splice.vim 
http://vim.sourceforge.net/scripts/script.php?script_id=4026;
+HOMEPAGE="https://bitbucket.org/sjl/splice.vim/ 
https://www.vim.org/scripts/script.php?script_id=4026;
 SRC_URI="https://bitbucket.org/sjl/${PN}.vim/get/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"



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

2019-06-17 Thread Aaron Bauman
commit: 147ca75a7e2720a52ff5c49df2a1929b2467a4aa
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 17 15:40:36 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:34:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147ca75a

sys-fs/fuse: remove unused files

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12274
Signed-off-by: Aaron Bauman  gentoo.org>

 sys-fs/fuse/files/fuse-fbsd.init | 23 ---
 sys-fs/fuse/files/fuse.init  | 35 ---
 2 files changed, 58 deletions(-)

diff --git a/sys-fs/fuse/files/fuse-fbsd.init b/sys-fs/fuse/files/fuse-fbsd.init
deleted file mode 100644
index 27d90cc867f..000
--- a/sys-fs/fuse/files/fuse-fbsd.init
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need localmount
-}
-
-start() {
-   ebegin "Starting fuse"
-   if ! kldstat -q -m fuse; then
-   kldload fuse >/dev/null 2>&1 || eerror $? "Error loading fuse 
module"
-   fi
-   eend ${?}
-}
-
-stop() {
-   ebegin "Stopping fuse"
-   if kldstat -q -m fuse; then
-   kldunload fuse >/dev/null 2>&1 || eerror $? "Error unloading 
fuse module"
-   fi
-   eend ${?}
-}

diff --git a/sys-fs/fuse/files/fuse.init b/sys-fs/fuse/files/fuse.init
deleted file mode 100644
index 6c99929c226..000
--- a/sys-fs/fuse/files/fuse.init
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MOUNTPOINT=/sys/fs/fuse/connections
-
-depend() {
-   need localmount
-}
-
-start() {
-
-   ebegin "Starting fuse"
-   if ! grep -qw fuse /proc/filesystems; then
-   modprobe fuse >/dev/null 2>&1 || eerror $? "Error loading fuse 
module"
-   fi
-   if grep -qw fusectl /proc/filesystems && \
-  ! grep -qw $MOUNTPOINT /proc/mounts; then
-   mount -t fusectl none $MOUNTPOINT >/dev/null 2>&1 || \
-   eerror $? "Error mounting control filesystem"
-   fi
-   eend ${?}
-   
-}
-
-stop() {
-
-   ebegin "Stopping fuse"
-   if grep -qw $MOUNTPOINT /proc/mounts; then
-   umount $MOUNTPOINT >/dev/null 2>&1 || \
-   eerror $? "Error unmounting control filesystem"
-   fi
-   eend ${?}
-   
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/maven-bin/files/

2019-06-17 Thread Aaron Bauman
commit: ddce85b4b775ee5106688b37f1f443a6cc4ce705
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jun  1 16:27:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:35:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddce85b4

dev-java/maven-bin: remove unused file

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12153
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-java/maven-bin/files/maven | 168 -
 1 file changed, 168 deletions(-)

diff --git a/dev-java/maven-bin/files/maven b/dev-java/maven-bin/files/maven
deleted file mode 100644
index 97f09f065f4..000
--- a/dev-java/maven-bin/files/maven
+++ /dev/null
@@ -1,168 +0,0 @@
-#!/bin/sh
-# 
-#  Copyright 2001-2004 The Apache Software Foundation.
-#  
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
-#  
-#   http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-# 
-
-#   Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
-#   reserved.
-
-FOREHEAD_VERSION=1.0-beta-5
-
-if [ -z "$MAVEN_OPTS" ] ; then
-  MAVEN_OPTS="-Xmx256m"
-fi
-
-if [ -f "$HOME/.mavenrc" ] ; then
-  . "$HOME/.mavenrc"
-fi
-
-# OS specific support.  $var _must_ be set to either true or false.
-cygwin=false;
-darwin=false;
-case "`uname`" in
-  CYGWIN*) cygwin=true ;;
-  Darwin*) darwin=true 
-   if [ -z "$JAVA_VERSION" ] ; then
- JAVA_VERSION="CurrentJDK"
-   else
- echo "Using Java version: $JAVA_VERSION"
-   fi
-   if [ -z "$JAVA_HOME" ] ; then
- 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/${JAVA_VERSION}/Home
-   fi
-   ;;
-esac
-
-  # try a couple ways to find MAVEN_HOME
-
-  if [ -z ${MAVEN_HOME} ] && [ -d /opt/maven ] ; then
-MAVEN_HOME=/opt/maven
-  fi
-
-  if [ -z ${MAVEN_HOME} ] && [ -d "$HOME/maven" ] ; then
-MAVEN_HOME="$HOME/maven"
-  fi
-
-  # try to load from env.d file
-  if [ -z ${MAVEN_HOME} ] && [ -f /etc/env.d/25maven ]; then
-   MAVEN_HOME=$(source /etc/env.d/25maven; echo ${MAVEN_HOME})
-  fi
-
- # try to figure it out from how this script was invoked
-  if [ -z ${MAVEN_HOME} ]; then
-## resolve links - $0 may be a link to maven's home
-PRG=$0
-progname=`basename $0`
-saveddir=`pwd`
-
-# need this for relative symlinks
-cd `dirname $PRG`
-
-while [ -h "$PRG" ] ; do
-  ls=`ls -ld "$PRG"`
-  link=`expr "$ls" : '.*-> \(.*\)$'`
-  if expr "$link" : '.*/.*' > /dev/null; then
-PRG="$link"
-  else
-PRG="`dirname $PRG`/$link"
-  fi
-done
-
-MAVEN_HOME=`dirname "$PRG"`/..
-
-# make it fully qualified
-MAVEN_HOME=`cd "$MAVEN_HOME" && pwd`
-
-cd $saveddir
-  fi
-
-[ -z "${MAVEN_HOME}" ] && exit "Was unable to determine MAVEN_HOME"
-
-# For Cygwin, ensure paths are in UNIX format before anything is touched
-if $cygwin ; then
-  [ -n "$MAVEN_HOME" ] &&
-MAVEN_HOME=`cygpath --unix "$MAVEN_HOME"`
-  [ -n "$MAVEN_HOME_LOCAL" ] &&
-MAVEN_HOME_LOCAL=`cygpath --unix "$MAVEN_HOME_LOCAL"`
-  [ -n "$JAVA_HOME" ] &&
-JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
-  [ -n "$CLASSPATH" ] &&
-CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
-fi
-
-if [ -z "$JAVACMD" ] ; then
-  if [ -n "$JAVA_HOME"  ] ; then
-if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
-  # IBM's JDK on AIX uses strange locations for the executables
-  JAVACMD="$JAVA_HOME/jre/sh/java"
-else
-  JAVACMD="$JAVA_HOME/bin/java"
-fi
-  else
-JAVACMD=java
-  fi
-fi
-
-if [ ! -x "$JAVACMD" ] ; then
-  echo "Error: JAVA_HOME is not defined correctly."
-  echo "  We cannot execute $JAVACMD"
-  exit
-fi
-
-if [ -z "$JAVA_HOME" ] ; then
-  echo "Warning: JAVA_HOME environment variable is not set."
-  echo "  If build fails because sun.* classes could not be found"
-  echo "  you will need to set the JAVA_HOME environment variable"
-  echo "  to the installation directory of java."
-fi
-
-MAVEN_ENDORSED="${JAVA_HOME}/lib/endorsed:${MAVEN_HOME}/lib/endorsed"
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin; then
-  [ -n "$MAVEN_HOME" ] &&
-MAVEN_HOME=`cygpath --path --windows "$MAVEN_HOME"`
-  [ -n "$MAVEN_HOME_LOCAL" ] &&
-MAVEN_HOME_LOCAL=`cygpath --path --windows "$MAVEN_HOME_LOCAL"`
-  [ 

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

2019-06-17 Thread Aaron Bauman
commit: 895d8815b57da56d536c5ef5ff4a08ffd9a0317a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun  2 13:02:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 18 00:34:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895d8815

app-emulation/libvirt: remove unused patches

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12170
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/libvirt-5.0.0-do-not-use-sysconf.patch   | 216 -
 .../files/libvirt-5.1.0-do-not-use-sysconf.patch   | 196 ---
 2 files changed, 412 deletions(-)

diff --git a/app-emulation/libvirt/files/libvirt-5.0.0-do-not-use-sysconf.patch 
b/app-emulation/libvirt/files/libvirt-5.0.0-do-not-use-sysconf.patch
deleted file mode 100644
index d4e37e4164a..000
--- a/app-emulation/libvirt/files/libvirt-5.0.0-do-not-use-sysconf.patch
+++ /dev/null
@@ -1,216 +0,0 @@
-From 947ef7a44e94989f324e0d533499454d540fdef9 Mon Sep 17 00:00:00 2001
-Message-Id: 
<947ef7a44e94989f324e0d533499454d540fdef9.1547196492.git.mpriv...@redhat.com>
-From: Michal Privoznik 
-Date: Tue, 26 Jun 2018 06:51:06 +0200
-Subject: [PATCH] gentoo: do not use sysconf
-
-Signed-off-by: Michal Privoznik 

- src/Makefile.am  | 29 ++---
- src/locking/virtlockd.service.in |  3 +--
- src/logging/virtlogd.service.in  |  3 +--
- src/remote/libvirtd.service.in   |  3 +--
- tools/Makefile.am| 17 -
- tools/libvirt-guests.service.in  |  2 +-
- tools/libvirt-guests.sysconf |  7 +++
- 7 files changed, 21 insertions(+), 43 deletions(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index cd386297ed..52a63885d6 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -756,23 +756,6 @@ endif WITH_SETUID_RPC_CLIENT
- 
- EXTRA_DIST += $(SYSCONF_FILES)
- 
--install-sysconfig:
--  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
--  for f in $(SYSCONF_FILES:%.sysconf=%) ; \
--  do \
--tgt=`basename $$f`; \
--$(INSTALL_DATA) $(srcdir)/$$f.sysconf \
--$(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
--  done
--
--uninstall-sysconfig:
--  for f in $(SYSCONF_FILES:%.sysconf=%) ; \
--  do \
--tgt=`basename $$f`; \
--rm -f $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
--  done
--  rmdir $(DESTDIR)$(sysconfdir)/sysconfig || :
--
- SYSVINIT_FILES_IN += \
-   locking/virtlockd.init.in \
-   $(NULL)
-@@ -816,14 +799,14 @@ if WITH_LIBVIRTD
- if LIBVIRT_INIT_SCRIPT_RED_HAT
- initdir = $(sysconfdir)/rc.d/init.d
- 
--install-init:: $(SYSVINIT_FILES) install-sysconfig
-+install-init:: $(SYSVINIT_FILES)
-   $(MKDIR_P) $(DESTDIR)$(initdir)
-   for f in $(SYSVINIT_FILES:%.init=%) ; \
-   do \
- $(INSTALL_SCRIPT) $$f.init $(DESTDIR)$(initdir)/$$f; \
-   done
- 
--uninstall-init:: uninstall-sysconfig
-+uninstall-init::
-   rm -f $(SYSVINIT_FILES:%.init=$(DESTDIR)$(initdir)/%)
-   rmdir $(DESTDIR)$(initdir) || :
- 
-@@ -862,14 +845,14 @@ SYSTEMD_UNIT_FILES = $(notdir 
$(SYSTEMD_UNIT_FILES_IN:%.in=%))
- BUILT_SOURCES += $(SYSTEMD_UNIT_FILES)
- DISTCLEANFILES += $(SYSTEMD_UNIT_FILES)
- 
--install-systemd: $(SYSTEMD_UNIT_FILES) install-sysconfig
-+install-systemd: $(SYSTEMD_UNIT_FILES)
-   $(MKDIR_P) $(DESTDIR)$(SYSTEMD_UNIT_DIR)
-   for f in $(SYSTEMD_UNIT_FILES); \
-   do \
- $(INSTALL_DATA) $$f $(DESTDIR)$(SYSTEMD_UNIT_DIR)/ ; \
-   done
- 
--uninstall-systemd: uninstall-sysconfig
-+uninstall-systemd:
-   rm -f $(SYSTEMD_UNIT_FILES:%=$(DESTDIR)$(SYSTEMD_UNIT_DIR)/%)
-   rmdir $(DESTDIR)$(SYSTEMD_UNIT_DIR) || :
- 
-@@ -884,7 +867,7 @@ EXTRA_DIST += $(UPSTART_FILES)
- if WITH_LIBVIRTD
- if LIBVIRT_INIT_SCRIPT_UPSTART
- 
--install-upstart: install-sysconfig
-+install-upstart:
-   $(MKDIR_P) $(DESTDIR)$(sysconfdir)/event.d
-   for f in $(UPSTART_FILES:%.upstart=%); \
-   do \
-@@ -893,7 +876,7 @@ install-upstart: install-sysconfig
- $(DESTDIR)$(sysconfdir)/event.d/$$tgt ; \
-   done
- 
--uninstall-upstart: uninstall-sysconfig
-+uninstall-upstart:
-   for f in $(UPSTART_FILES:%.upstart=%); \
-   do \
- tgt=`basename $$f` ; \
-diff --git a/src/locking/virtlockd.service.in 
b/src/locking/virtlockd.service.in
-index 3c9d587032..2449b201d9 100644
 a/src/locking/virtlockd.service.in
-+++ b/src/locking/virtlockd.service.in
-@@ -7,8 +7,7 @@ Documentation=man:virtlockd(8)
- Documentation=https://libvirt.org
- 
- [Service]
--EnvironmentFile=-/etc/sysconfig/virtlockd
--ExecStart=@sbindir@/virtlockd $VIRTLOCKD_ARGS
-+ExecStart=@sbindir@/virtlockd
- ExecReload=/bin/kill -USR1 $MAINPID
- # Loosing the locks is a really bad thing that will
- # cause the machine to be fenced (rebooted), so make
-diff --git a/src/logging/virtlogd.service.in b/src/logging/virtlogd.service.in
-index 3d9ae36150..43736191d5 100644
 

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

2019-06-17 Thread Zac Medico
commit: a346673b851481eb42ae3b857820b663439dacae
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jun 18 00:29:35 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun 18 00:29:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a346673b

dev-python/vine: Bump to version 1.3.0

Bug: https://bugs.gentoo.org/688034
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/vine/Manifest  |  1 +
 dev-python/vine/vine-1.3.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/vine/Manifest b/dev-python/vine/Manifest
index 8d3200fb1e0..39d388ee5f6 100644
--- a/dev-python/vine/Manifest
+++ b/dev-python/vine/Manifest
@@ -1 +1,2 @@
 DIST vine-1.1.3.tar.gz 52520 BLAKE2B 
751fdc358aac52403ffd9c6f9f112f68b363fe0ded465ebda732744bc2dfd6e10d8bb57cef357e65fa16c1954ec2657bd8a4f80ae81f9432dd03aaafe79a2535
 SHA512 
7652b1527021b2f45f3a372c65a6f196c22edad60ab1e8adbafe7174b7dae912f24eaf34788672c762ea9145ebf3d48265fa4ad99f3084d85769242f4e8bd87f
+DIST vine-1.3.0.tar.gz 51953 BLAKE2B 
e58d750dd7a84f4a3abb24156de6ec7ab84a911692587643cabcb0df750d3768e70b14ea134da4a39978782ecc530f4fa08ba0ecb780a7a32fb2d9b506633ef5
 SHA512 
f7242378ebc9b591b6e0a7b6263514f32cee4b996bc6461313221b9a391dd0dd1d833591d6e9ca72ae003f6ce5c4204856d49bb5e57c69a125072cac25758688

diff --git a/dev-python/vine/vine-1.3.0.ebuild 
b/dev-python/vine/vine-1.3.0.ebuild
new file mode 100644
index 000..5123b36f226
--- /dev/null
+++ b/dev-python/vine/vine-1.3.0.ebuild
@@ -0,0 +1,27 @@
+# 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
+
+DESCRIPTION="Python Promises"
+HOMEPAGE="https://pypi.org/project/vine/ https://github.com/celery/vine;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test
+}



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

2019-06-17 Thread Aaron Bauman
commit: ed8a0debf7ce145cb74a01daceafbc0951a1bee1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jun 17 23:29:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun 17 23:29:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8a0deb

net-firewall/fwbuilder: drop to maintainer-needed

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

 net-firewall/fwbuilder/metadata.xml | 15 ++-
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/net-firewall/fwbuilder/metadata.xml 
b/net-firewall/fwbuilder/metadata.xml
index 797459b851a..6f49eba8f49 100644
--- a/net-firewall/fwbuilder/metadata.xml
+++ b/net-firewall/fwbuilder/metadata.xml
@@ -1,16 +1,5 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   kevin.bauma...@gmail.com
-   Kevin Bauman
-   
-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   
-   
-   UNINETT/fwbuilder
-   fwbuilder
-   
+
 



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

2019-06-17 Thread Nick Sarnie
commit: bc62a3be276244cf85e5735b8ca1baacb42c7151
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Jun 17 22:39:05 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Jun 17 22:40:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc62a3be

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

Fix v4l useflag

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

 app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
index 70c9c99fce9..4d617da0c05 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
@@ -406,7 +406,7 @@ multilib_src_configure() {
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)
-   $(use_with v4l)
+   $(use_with v4l v4l2)
$(use_with vkd3d)
$(use_with vulkan)
$(use_with X x)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 70c9c99fce9..4d617da0c05 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -406,7 +406,7 @@ multilib_src_configure() {
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)
-   $(use_with v4l)
+   $(use_with v4l v4l2)
$(use_with vkd3d)
$(use_with vulkan)
$(use_with X x)



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

2019-06-17 Thread Nick Sarnie
commit: e8a3ea9fbd1ca541169cc6d94f07fd9ed6e2a4db
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Jun 17 22:39:57 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Jun 17 22:40:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a3ea9f

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

Fix v4l useflag

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

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

diff --git a/app-emulation/wine-staging/wine-staging-4.10.ebuild 
b/app-emulation/wine-staging/wine-staging-4.10.ebuild
index fa474a55dcf..060b82852b3 100644
--- a/app-emulation/wine-staging/wine-staging-4.10.ebuild
+++ b/app-emulation/wine-staging/wine-staging-4.10.ebuild
@@ -475,7 +475,7 @@ multilib_src_configure() {
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)
-   $(use_with v4l)
+   $(use_with v4l v4l2)
$(use_with vkd3d)
$(use_with vulkan)
$(use_with X x)

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index fa474a55dcf..060b82852b3 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -475,7 +475,7 @@ multilib_src_configure() {
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)
-   $(use_with v4l)
+   $(use_with v4l v4l2)
$(use_with vkd3d)
$(use_with vulkan)
$(use_with X x)



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

2019-06-17 Thread Nick Sarnie
commit: fc4ecad5ad8fc4471c081216e90ec138de5051c2
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Jun 17 22:28:28 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Jun 17 22:28:39 2019 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=fc4ecad5

app-emulation/wine-staging: Fix v4l useflag

Fixes: https://bugs.gentoo.org/688206
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

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

diff --git a/app-emulation/wine-staging/wine-staging-4.10.ebuild 
b/app-emulation/wine-staging/wine-staging-4.10.ebuild
index fa474a5..060b828 100644
--- a/app-emulation/wine-staging/wine-staging-4.10.ebuild
+++ b/app-emulation/wine-staging/wine-staging-4.10.ebuild
@@ -475,7 +475,7 @@ multilib_src_configure() {
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)
-   $(use_with v4l)
+   $(use_with v4l v4l2)
$(use_with vkd3d)
$(use_with vulkan)
$(use_with X x)

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index fa474a5..060b828 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -475,7 +475,7 @@ multilib_src_configure() {
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)
-   $(use_with v4l)
+   $(use_with v4l v4l2)
$(use_with vkd3d)
$(use_with vulkan)
$(use_with X x)



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

2019-06-17 Thread Nick Sarnie
commit: 95c0b8d1bd0086aa38e5abc2ee09709f15533f37
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Jun 17 22:36:32 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Jun 17 22:36:46 2019 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=95c0b8d1

app-emulation/wine-vanilla: Fix v4l useflag

Bug: https://bugs.gentoo.org/688206
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
index 70c9c99..4d617da 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild
@@ -406,7 +406,7 @@ multilib_src_configure() {
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)
-   $(use_with v4l)
+   $(use_with v4l v4l2)
$(use_with vkd3d)
$(use_with vulkan)
$(use_with X x)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 70c9c99..4d617da 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -406,7 +406,7 @@ multilib_src_configure() {
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)
-   $(use_with v4l)
+   $(use_with v4l v4l2)
$(use_with vkd3d)
$(use_with vulkan)
$(use_with X x)



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

2019-06-17 Thread Mike Pagano
commit: a69e6ee5589e9a9b664f6c66bac36f0a23f2d4cc
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 20:58:56 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:59:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69e6ee5

sys-kernel/gentoo-sources: Linux patch 5.1.11

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.1.11.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 55c991ae57c..f3e3666f587 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -112,6 +112,9 @@ DIST genpatches-5.1-10.extras.tar.xz 1724 BLAKE2B 
726bc82ef32b9242102063a2b149f1
 DIST genpatches-5.1-11.base.tar.xz 344288 BLAKE2B 
d3e585f08e14863cd2c53289ef511c148685da947850be743eaa2e2c754be7aeb0f50b8ced21bb1b4cb0ac0915c5b7da85d97c45c88e5c4c966f48d691e53464
 SHA512 
6f524535c2c95daac43dc5a5171195d76686fb2c0074905c131e50496f71b92cbc311fdae46898969e16e6ba62959639b7995a0682c49dd7878487f315d5c894
 DIST genpatches-5.1-11.experimental.tar.xz 5800 BLAKE2B 
0d1d3987c9d8f364eb7ac271430b95d6c10b5ccce6f6f61b0832d18f2f959a37127800f627629bca64fa03905d0ab86edca894c4dfa563d2014289481e01dc1e
 SHA512 
a2e42f0362d8bf330f6d97fb05f7b03823d2fa70b099c7629eb8205224defcbb4532684631e888fe718ef732d61dea0012b9ffda39532f4c39c212195e8b30f7
 DIST genpatches-5.1-11.extras.tar.xz 1724 BLAKE2B 
47cfc5c3433db0fd00c4802cb753178384057498bd90bb63cde2234859268314367f2484a7eceb93d28be7809cbf6fe3c9cf9af51c62a01147cf0bf7d5cc2356
 SHA512 
62042b3115660bae0c7441b2de6532737e44d06d10c0fe54c64ac4502ea5c9a6f6776cc231fdf921b0adb4a306c7c387b4948667a462ef57d8413e03bfc09fbc
+DIST genpatches-5.1-12.base.tar.xz 346632 BLAKE2B 
e98e237fd86fc295dfa4af4803c7dbfbe54228d1ecce1e64c89e849ef583e600bc6dda139903b399eedc9f989ecb5c5137420bc5deeced42fabdf27896df527e
 SHA512 
468678f73f2b7298bda053e713985fd948981d9a3d150f7c453e53205d9e94b863a5d92f35fa6789f5fca0a32fa9d25974dde0623c7c2ac36b04c7f922e7b823
+DIST genpatches-5.1-12.experimental.tar.xz 5804 BLAKE2B 
a2a12a7eaa91c872b15aadc71455013dc1d1255951bb9951390c1fcf085a2eeb4aa179201c231745f3951b75befac39541e1c1f759fe0f6ce37fbc9cf316fd57
 SHA512 
52106e7787a05426ba32203646939ddfd63a0fb1fc4451a99b3c70096874b3b23342af5d368fa62c6f5f6ab2e4e783dadc0928646971c598820f9149eba2eca4
+DIST genpatches-5.1-12.extras.tar.xz 1724 BLAKE2B 
3947c6ce1d86642b64662e684b871c720e0f8ed8bd6237088ddd668da717c4eb3dbb242e981297d2cb4ad54a3927b3d37534697297105ca64f00827cc2f7d836
 SHA512 
5258fe4e3bb0ee6cbbaa660235d893a58d528d58954fe48981522745017eeac2bef2fbeb5b9300cb0d189640ef08733ce429177b0c54e3fe5bc736a175b3fcd3
 DIST genpatches-5.1-9.base.tar.xz 290688 BLAKE2B 
d80006a49b94d559600495ec34cdf9797f8165daecdf80c9eb1a9a3e3a0e38dcc5025f7f63aa53dffdad50393e586eaa7b0792bfddd318fda575e76478070382
 SHA512 
82414a30ffa600f521554995a987779ddeb844348ed305ba9f23b5a4d6394713d1805b2dda2d5760a0019d8067a01b22a6176eac4fc5c1c39084d08b6da66fa8
 DIST genpatches-5.1-9.experimental.tar.xz 5808 BLAKE2B 
ec879987dfc66ba3e5f53f1b5318ddca483f22e0c238d339033aac6eacedcbb8944f06e9e8dd358399e79cf31441c737348d646744dd7e080c2c69b37f6b9d19
 SHA512 
f2bd59c25a44e6a5659789f2b4e1e6c38af5c4ffe850a11c65107229ed0a4407ecbbf43120643c0953ef41248e87bef61b59d5535b2456f9d1f48e82965cdf02
 DIST genpatches-5.1-9.extras.tar.xz 1724 BLAKE2B 
49a3d963191e89038cdbe6a4bbf9f56e2642b671cf526fbb346a114c44b2b6829c62008b07ac33e12b4a7723b415e20e657a0cf21fe2ef71c3d3f2606187ef7e
 SHA512 
6a021a2da1a7b7f3bc4415f32121b5ce0c862ca8928ffe2a45f478ae6016190ed39c32ca0cb1bd8659d86567bccdfc30b4ad9f6b0c9755f1b37a423e2753c3d1

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.1.11.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.1.11.ebuild
new file mode 100644
index 000..15f3a08
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.1.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="12"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2019-06-17 Thread Mike Pagano
commit: 3bdbedd15fe3cba1a5ef457d44af32dd00187fcf
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 20:56:38 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:56:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdbedd1

sys-kernel/gentoo-sources: Linux patch 4.19.52

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.19.52.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 99a21fab3bf..55c991ae57c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -58,6 +58,9 @@ DIST genpatches-4.19-51.extras.tar.xz 17480 BLAKE2B 
a15ec1677ca2f0c6d52b5a3e7815
 DIST genpatches-4.19-52.base.tar.xz 1471868 BLAKE2B 
94b9438ab15682daae2317183916e3a737fdea1eea0e13fea9311e3343a7a88d1924e9f0bcc1f589f111eed7cffc37cb188603b46bd24ad577bd7cd911009453
 SHA512 
9b1276a061792d4293870452804d949b510eff2ee1526036aa5c06a1467f1cd26149e06c1e9c6971515da13ab5461aef75c877dd1e289de212e83223075c9367
 DIST genpatches-4.19-52.experimental.tar.xz 5804 BLAKE2B 
37c7ebf71de674c10cd1b8b2c6b578899bac4dcbc37b23ba8f9f5ec451000e4d43c1cd12180c0f871fe200b3dca051454a801f4c2412361b18bdf2c965d5313d
 SHA512 
8bd4029545709a0321ba8630ef83c7165ac6a4dade777a27cac15ac2a4ae83557a256aea3290c857974cf6852167e91239293a873be7c27c80a0a3fdf5cb8c1d
 DIST genpatches-4.19-52.extras.tar.xz 17472 BLAKE2B 
b275f69caa3816d336d1234190304717cb38a9e3842c8a3ee6ad7e8ec9bf796a875f29ab6fa5231bd0ed6d73350daa065fcec7e511e19242b6f0c3004269dea2
 SHA512 
3e2f91b5a04a136a4f4a6090995db3ec3af9836c604bbcfa2c4913f95c7519cbc06f0d20f202a845f1843a3ce3dc30b0b14ef60e9ab6b770ce1a150761c50009
+DIST genpatches-4.19-53.base.tar.xz 1473952 BLAKE2B 
95f4ac12d9544bdd33194a69455011ca49628520d0952ec61349c55178b272b6126251d087d70dc7cac497ed8707884088462ec922ca92be08ed90c79a086391
 SHA512 
f9f7809f7963c348d391abac921dc4b23505d0f413765dbb76037b0ba951c16221e0a23558b61f5010938fa01071ffc810680ff499ac846663a8e8013e825da8
+DIST genpatches-4.19-53.experimental.tar.xz 5808 BLAKE2B 
a42f44481f000f5c643be3498b2cbf2b17ba2be59b7ad504e6223ded7f09d26a8a3b009beeb61e26a7173566ab16ed532c3cc0e327f163e9bc21c36d3547e0e1
 SHA512 
aa7163e7c84a8c3f0e2c9057408fd61367f8f632313a22081c8589a6d8abd9b845138887d10cc45a34e660e7456d72ec4c516e41c185b3652b7271cfd69272e4
+DIST genpatches-4.19-53.extras.tar.xz 17476 BLAKE2B 
7c3f4ef0b921afa325bb0afc8ff6a398c782ff5eced83825d508be623502769f72ae35fbb81f97b9ef3e8c599f6454c09e6bb1b59f15f89f525e985033df434f
 SHA512 
38b5aa7c2c433f1453e29ca841eea27c0699a415025fb28cf731059a7c33c6bf2b4e7e173fa04508c6fdebfd53d6e10da3ba5ac3519cea49acc2a8a5057a13fc
 DIST genpatches-4.4-177.base.tar.xz 2683240 BLAKE2B 
663016d9fc9bc7be441364e929d0bf6c2e78872c809174ddc08149f04d484a8abaaacb5abb58fb46bfac9704bd480ca446cb6bbfb2a12aab2e43dfc1313b12bc
 SHA512 
1e3371429f322c76c619c89c8d99c15ee9c3413f7fc54e71a021732f6941ee1e385634e45877c834ed3cb3d7a1d1971c5a89de7fce5c456ec14fad0276bf9cb8
 DIST genpatches-4.4-177.experimental.tar.xz 83316 BLAKE2B 
2ea31e71b0838d9ff82d195fc8f1412fd2224ed6863ce0bb8b44785f9c66905132a53acb6cf7ac4b612d85239cb719eb6cb790f79064eebf46e2977411219098
 SHA512 
498d59dafeb326cbf072c3b65ad1d44ad88a576a66d85131d979185787bfbcbf084cf193530f6df6eb0d4ff5b93135ce083c4c66abfee9991dff71ff2522c870
 DIST genpatches-4.4-177.extras.tar.xz 16464 BLAKE2B 
a46eddeea412631293ee0c3a4a4fa9fcc35967c4fc26986363b74f5182b495fad1cf66f2c4247eac128ba826d1a3bb36862929d1aa63a9a13e64f0700d8fa0f4
 SHA512 
250a2f2ddb8464fe245a41ace354b04047c9850b4073ce7764a24ebaee52d3dcf726771b222a976a806f08f6aa95e3ce4a226c5c6896484c029d08a9fe600480

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild
new file mode 100644
index 000..60135baebe6
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="53"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2019-06-17 Thread Mike Pagano
commit: da3c7b6feb2e892b704028a08bfbc2625280093d
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 20:54:39 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:54:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3c7b6f

sys-kernel/gentoo-sources: Linux patch 4.14.127

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.127.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index cc4d32bd76e..99a21fab3bf 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -25,6 +25,9 @@ DIST genpatches-4.14-133.extras.tar.xz 17496 BLAKE2B 
6d41b58ab4f184e64c75efd7b9b
 DIST genpatches-4.14-134.base.tar.xz 2949872 BLAKE2B 
7ff8cb5df23d6d092d6d8fd8e10c2b1576a0c7dc9829d5397c056b1c939cf04f29f7df3d3d944cb8f03c3e6e138c35cc143ce6cf1d51d0b19dfa0fb291af4fd6
 SHA512 
07927f686b4c2d65128749dbfcb3781fd41f4ded260608e508c8c0c7ee1fe1f2c2c863c0030c7d783b2a401a38bbcd0267411a3b6fb86b6c206f96f1d4f2be8a
 DIST genpatches-4.14-134.experimental.tar.xz 5220 BLAKE2B 
8d075905f2296584d92b74ded7b26495b48c1503a033ff584a84898bb649573d302d004f55430f6c317be6b8cd3262e478722966289146153c716328fd335a0e
 SHA512 
39349e048350a4ebf86e1210a714ec50bef299e0e9e1208ddf1c49110c1c2c7f443efec81b94eaef4e3948dffc8104ed6c5fdcf4b978023f1b771d13a572f1f1
 DIST genpatches-4.14-134.extras.tar.xz 17492 BLAKE2B 
e9d516b88fde9b86e4c915f2bb7849d26feba8d38f975d335ff861a6ca2cac0a5b9692b8705c2ca1b6bd8ce7497470baa4d88ddc8569f83a7d6d2d3a55da1096
 SHA512 
32624b2228fc797711b2f4ef62ce1973826c38ab06e6196e68870e8dc989f2ad2489042ea09dbf652d80d006665bd858da0b38f57e02a61df8400580679e86e5
+DIST genpatches-4.14-135.base.tar.xz 2952192 BLAKE2B 
2d9c29c44d085bcbe720ee921fe53312852b39b464b263b2d18303040aca6e8249067f6857e85de73c7153a4f5c5d4e3196ac60d452d9d28df28b7de8ec2344b
 SHA512 
ee9c2e61e82b7cbc74bed241d34edfbacaa50eb6366ed29e79d7aebe1af655a4de261d85beff12caf6d4beaee662b3ffe3adba45ced01d7a2f67b20544b71c42
+DIST genpatches-4.14-135.experimental.tar.xz 5216 BLAKE2B 
896b5c2449ae787bfbe4b5f88edc5d0d71eca6c1ac9e84a627f67d16ace2b08464c551d9189fec125cc06c6ad4404e881d3246873b7cc4968988f44ea17f0a58
 SHA512 
018971a50712c3f2698cc406336d138f127a63df6b9889346fef26e32d0c6e5bbd5416cfff69acd6cf8289ee04f671ba9511b8cadedf352df9a5e746eb244324
+DIST genpatches-4.14-135.extras.tar.xz 17496 BLAKE2B 
0d0c59438f8789ab4f35d5d19ead261be2ee4299a33089eb6df417c2b5e1515c39a08f3f991231de88793262e0b6c3ca3ab92102c16e07908190ec60a6ce7f7f
 SHA512 
6150554352bb4a32afee854bbd4783d0c99ade064a25753a4dd0b33e0f3df4ca4a955fd88fde3593bc944093c84cf78f8580c0e16e5fcf7e7b6ae8b7f821e4fe
 DIST genpatches-4.19-28.base.tar.xz 809620 BLAKE2B 
2bf07264d3d65e7908b27727bbfb295c53a0cb2c8a9358bb41fa75a04b3094b0a9ca68721a440f6ffcbee3420b5cd31211f5e1673f8fe8043fdb5d913efe312a
 SHA512 
00c9225dd966e02cba66b039e6bead431162d13b64c3a1680fd5c8b2f1f12af86bcb3c0bb553e88bdc12b4675d99be5944f280a5fad7fbf59e8bc6ab6d041ec8
 DIST genpatches-4.19-28.experimental.tar.xz 5804 BLAKE2B 
6c4a52ce04f35a0c971ef438f32acec66395b763f725176312d4ea7e7467e9b2bab953afb64df744acc0827bb96cb13f2537427a56cee10dc95227300bfb6b02
 SHA512 
e04c94dd53325e89f25343999da5b66f4624605d66859884f2768c073b203126f7aad5fb5a1012fc56a4e2906fb2f3a3f8fda48d8e300a1a0bb8dc7c1719fa82
 DIST genpatches-4.19-28.extras.tar.xz 17480 BLAKE2B 
599e85a011c87a7a9bcec44579fd4e54ff9ab78a4b8ee727f6b741acea29902c0531988d5abc6ff9512a205601363837639b5ba31190a044009bac13cb44067b
 SHA512 
e201383a2fd00d063bd3d9817fbc40052db19e46db105ddb15dfd1dd90001a11de12495372f2225adcc80b620252ea20d49e73da46b8b3c88e62baa71a71a8c5

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild
new file mode 100644
index 000..6af612523c4
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="135"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2019-06-17 Thread Mike Pagano
commit: cb5019364fcada03102625ad10c46b4dde5dcc42
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 20:52:35 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:52:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb501936

sys-kernel/gentoo-sources: Linux patch 4.9.182

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.182.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index feb3b59ab6f..cc4d32bd76e 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -97,6 +97,9 @@ DIST genpatches-4.9-185.extras.tar.xz 17364 BLAKE2B 
6431c99d5edf0eee6013473439bc
 DIST genpatches-4.9-186.base.tar.xz 3162984 BLAKE2B 
ac2469e75f326ff09a85facd2ac317e2180ad791d409f606e07cdfac7be4732ff4d4d8f4d994f01a8eb6eb4965b0aeb82d8a57b114beb6de84d051c15904
 SHA512 
d59e64170c03a94dbc8a43af0df895439cd21e21a724f5bd6825c69a251139dddbc266673992c882b78430defdf909fef3fe38eae634b84d3c1a95f8d4538502
 DIST genpatches-4.9-186.experimental.tar.xz 106404 BLAKE2B 
0e23c7c9122bf6db0125aadaa92d26eb04ce4052e002b5dcbc9dfcdf2f84c24899b6678f44b766a6d5e2a9845b2d068c1f2f584735a86a499ccf74b7ee80263e
 SHA512 
f855bac0d5b70ee0388bc18f295c5147d963192ff20eed95b4c7558c9f2c9512d45e0c7f3c0029085dd0d03bddebe4e86453f2e8e8755f2096d9b6476a38f6b3
 DIST genpatches-4.9-186.extras.tar.xz 17364 BLAKE2B 
b9877bdf6731f474e0149a65a91fe2818e2ed06bfe56d6542471527178dd346960357eb9d3db708a0165fbeb015610e5e9b52a14c4522cf157ac113119ac16aa
 SHA512 
4407f4a09f7bee465906bf465cfd84edbe27038ca6375908d0d3bb9ea764f827c4189b06723f952e8607fa7cd80c59f91d23db8042ec29ebce8b8d49de744412
+DIST genpatches-4.9-187.base.tar.xz 3165440 BLAKE2B 
d13472b1dd50a1ff4c464c92bbc411c7bb565ac56cd4c3ed8ec4afac64528fdc9a0607cda753fb737746807864142081fad19cd222e2baf89e65b4eca150e1ed
 SHA512 
a6d46eeed6114557ab46ad724c3b803b7073ccf159bd7ce09c7fb656d4bbf9c975779515630eebd564ee72586e396cf86ff17bdeaeaa9d8b24c0fc419d588190
+DIST genpatches-4.9-187.experimental.tar.xz 106348 BLAKE2B 
7e7f64d03db7f504c6138125888fbb1f153b36ab268a50cdeca5fdcc19ca85c29d9b5402c34f1edf84932d474797e40237c12dc486263724ccf8b5f938fbb21e
 SHA512 
86f53c4f0df2bf5cd21cabd5cf7b5ad02aaa0f6983bcaa3887567cb84f36e9c3b94ef0ebf55f71f10e64724fc0c2d91f51c9a575d6a3e05ba9a2d3cdc7e12773
+DIST genpatches-4.9-187.extras.tar.xz 17364 BLAKE2B 
dfc21fbecb4c2d8a2241265b1d2cf24bffdc2c65ef7f891182d0d797eeaa1c5abf3102bd5fc8f1edb8c9bb6d8da77a819df2477f5a115514a78e95fea9c834cc
 SHA512 
8fbb15af6b0d748fde5d3bf7d8ca23bdd2441020a870395f872994b1eb19170f47c3ed8835f5b8e7da808b0e6178235d5825c85b2596700c5226089b47262e81
 DIST genpatches-5.1-10.base.tar.xz 310972 BLAKE2B 
ed289cc302062b29082271db1466f2162409bec8204456470d485605dbe43f9c10c5235add9c38b8f3d2df6baf63943df1a94cb1c3b15ab7141ee8ec9a2e9f4b
 SHA512 
b38b5e51692390d614756249e1fa665320fafba3826f52f0b5f40e105b3e86f593a764ae3d5bf36a0b237b318f7d270a86ba86371f1f375b793da1397816c99c
 DIST genpatches-5.1-10.experimental.tar.xz 5800 BLAKE2B 
7d020eddcfd684234c66628df2c830d2645f68c75db4ade62c1a2e5fc88a279407875dc8a7d4aa7a10ed13b374494922d35e48b6a66f924253128b5e321f7489
 SHA512 
0f0999cc08e2f8f9dc42ea8204033e47a25862fe01f50570d8b565746c1ea6fe679e8d350a36a19cb1d8b2da5f15fe627620656bd503019e58f8abd607fcd7e2
 DIST genpatches-5.1-10.extras.tar.xz 1724 BLAKE2B 
726bc82ef32b9242102063a2b149f1e44bb99dae3c0699dfb279c52f6e67a7dead3c6152ab0367b5fcd362b72d781726029c9f8e8e77c6837e8d698eaf78461c
 SHA512 
774da04f18f2c24949a5d2fec95d0b7a2e22d5ef65937cc4699732506eceb55204f53bc373410bd1af06c8aba2921b7f0ae41e2bcb30140796deb504081de2e8

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild
new file mode 100644
index 000..4e6a6301275
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="187"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2019-06-17 Thread Mike Pagano
commit: 3c7dc3884bd958293796e1642249268e88ddf331
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 20:50:32 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:50:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7dc388

sys-kernel/gentoo-sources: Linux patch 4.4.182

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.182.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 60763b1cb9e..feb3b59ab6f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -73,6 +73,9 @@ DIST genpatches-4.4-181.extras.tar.xz 16464 BLAKE2B 
0ed2b2833e2bf6dee26ee75055aa
 DIST genpatches-4.4-182.base.tar.xz 2903380 BLAKE2B 
8c6690f7fc6230ba815139489c2b9a22da50a9b42b24ba76f6a96aaa26d086dce144651f1a7a8726bda8b249f3b04b820458e267a9b02868be14628562c65056
 SHA512 
e3df4cbc9847e21c31735a1bc3f5daf3c71eff1c31121edc1a35589994ef966426127ed8e2c9928da0dd5ea05176086a9da8e1dcd1f964918021ecdf3504be15
 DIST genpatches-4.4-182.experimental.tar.xz 83276 BLAKE2B 
c4b2faf90504d611d1086e47485d497daf178ccee0d94f762e7dfcedd65545a9a8ad8b2520351e2fdef2ce7bd88a634db0109eaf43e03a86248932df7e886f8b
 SHA512 
25714a52915033a78938f084e34d7af2be8ab98bbfdb6d0df1ec3cda09d9acc5fbba71fd97cbd6ca4b369401189f0ea33cf9685a77b05dc12713bc2d672de8ba
 DIST genpatches-4.4-182.extras.tar.xz 16468 BLAKE2B 
83f02850ca1b0eefa6313424df54dd896bb73cd615e626fd59bcaf5f807e5ed8f43031e7591481637ff550ff2b562ca75893739d015dd94930a29de3795ed385
 SHA512 
339bd7003839098e8ce09b9a6f374662d9c899cb631a710ec2612ef3af5b8cd4fed54ba147d6b0f9488ad7fdaa1ea3acb6ebf7cb460e89ab89c1ec4718059416
+DIST genpatches-4.4-183.base.tar.xz 2905708 BLAKE2B 
be63ea72522072bb06d074b644d5c46889961a95ca3eedf68b721425b47fdb126d6342b95c5aae80597ebe387984ad9095f33b0275bbe27161cfbb43a5707448
 SHA512 
9f77e702919ef74343a1e0f29f85ce614e10f305ff39646d5af4ad322618001fd5fb5f16126d0036ba41b5b8a78159909a00dfae540780c1c4a5edd7f2d2fb65
+DIST genpatches-4.4-183.experimental.tar.xz 83284 BLAKE2B 
b2766dc3f2df67847448bdd3c207f3ba7945e82f34d0c6503647eb024666a7da85cbf8a45ec1de5ab7d9c8328228df10515b36475dc14f1967e47dba6e023276
 SHA512 
67f7c0e7168955f0d5e903beba2cbc7f08cde444c71f8e9afefd473aa3adb3082481026818d38c3492da654b79ab212ea8d8f6524649ee5ff7a810303222e334
+DIST genpatches-4.4-183.extras.tar.xz 16464 BLAKE2B 
5de33b56ec1e7b32f511af3b964534e50e277f27ce64d0b04a750d0141f7f5b0aaf672e0b34a38b88903d7dbaac5272925b988f82464afbb2e794e84cee25ee4
 SHA512 
3ec250661246e30925e7b22f1a39721b4afbc1450dd1c3521d6b54c597c9086bf66685385f1e130961aa7128d39697e8abca03504cc9aee3a9dae1754d51f44f
 DIST genpatches-4.9-165.base.tar.xz 2888744 BLAKE2B 
160e88ffcf9493dcb0904df037964860a0b4cb711476ec27ed4655fd53af086f4f4a964d625f31fb178ea87e2d04ce1a24c67146051ef08104f546622e17e0a0
 SHA512 
9be468cc40c98c90d577f8bafb034e0fb5a55db050b1fab8f20256587b586f6e96ee884762521befcea64a0701be5c032b84a64809401fe4583785451e6ca676
 DIST genpatches-4.9-165.experimental.tar.xz 106416 BLAKE2B 
e7999f76d53f734e62872570c8a876fc81bf804b5929de5a4b7120c576a44775a2e52dfb0def54ff59ada1e15d759940f78c036c06c9414e1493068a1cc40a68
 SHA512 
90f52a2240ceaf5036e70f7bedce1e918ddabb598dd463d680dab238581985cda6c39b17fd437e5917ba1395bdb6af5d5a4546f6161684e6de61ca89dbd4e9ad
 DIST genpatches-4.9-165.extras.tar.xz 17364 BLAKE2B 
6ef1de46794e1736197c39cc428954278945273230f812431ff3c58b90f2fed0a9660a73ee09b5b71087c5a296c311c1a56c5b929311e6b2b66ef63a97f41208
 SHA512 
8036b93cb510a25ad9b4226949dbdad2cb566fe1d15064cb9112453dab69b6ca3f5e465f97efd94c425f9cbc177c3cf251c7220b8468f8ee1d6141d48047fd84

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild
new file mode 100644
index 000..750f00e6739
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="183"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2019-06-17 Thread Jeroen Roovers
commit: 21f67186646115e9aa1ccdf536cd31a173af2f21
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 17 20:31:29 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 17 20:31:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f67186

net-misc/youtube-dl: Old

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

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2019.05.20.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 6f08643d716..9b06ef573d2 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,2 +1 @@
-DIST youtube-dl-2019.05.20.tar.gz 3167834 BLAKE2B 
fe5501380b5134665b3c5c31a7b703832d7c7d9675c1e7c20bfa2b4ebc175e37521b423b68d3701a3637e047e3d4f12e54786f7d6f23e896f0a9da93c39be6f5
 SHA512 
c50661585f987a6c2abc7b9940749a2ba8e9a534d66f0846dddb265be3fe5a58ba8009fbad44c2551c7574b73bc21aa35f7d633729c0090c46e5818199dccb1d
 DIST youtube-dl-2019.06.08.tar.gz 3169571 BLAKE2B 
4603e19e80921b12526575bd13a0b43ff98d871e7a40415dd5b09bb2a0b720ffd60f4d54eecbf44b7144146a6f64d9692a1aaa42c06e4944f5a5a00667c411c3
 SHA512 
6758d629ff0b56ed6589d024f29761cbe4678154316a370090d6eca62611791b79b8662a70c54e62db0495131935d47bcbfcb40ae6dcf1cc0c8808790799

diff --git a/net-misc/youtube-dl/youtube-dl-2019.05.20.ebuild 
b/net-misc/youtube-dl/youtube-dl-2019.05.20.ebuild
deleted file mode 100644
index 4d80cb2b49e..000
--- a/net-misc/youtube-dl/youtube-dl-2019.05.20.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
-inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-LICENSE="public-domain"
-
-KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-RESTRICT="test"
-SLOT="0"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${DEPEND}
-   || (
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   dev-python/pycrypto[${PYTHON_USEDEP}]
-   )
-"
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-   distutils-r1_src_compile
-}
-
-python_install_all() {
-   dodoc README.txt
-   doman ${PN}.1
-
-   newbashcomp ${PN}.bash-completion ${PN}
-
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-
-   insinto /usr/share/fish/vendor_completions.d
-   doins ${PN}.fish
-
-   distutils-r1_python_install_all
-
-   rm -r "${ED}"/usr/etc || die
-   rm -r "${ED}"/usr/share/doc/youtube_dl || die
-}
-
-pkg_postinst() {
-   elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
-   elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
-   elog
-   elog "${PN} works fine on its own on most sites. However, if you want"
-   elog "to convert video/audio, you'll need avconf (media-video/libav) or"
-   elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube 
-"
-   elog "videos can be retrieved in a higher quality format without sound."
-   elog "${PN} will detect whether avconv/ffmpeg is present and"
-   elog "automatically pick the best option."
-   elog
-   elog "Videos or video formats streamed via RTMP protocol can only be"
-   elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
-   elog
-   elog "Downloading MMS and RTSP videos requires either mplayer"
-   elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
-   elog
-   elog "If you want ${PN} to embed thumbnails from the metadata into the"
-   elog "resulting MP4 files, consider installing 
media-video/atomicparsley"
-}



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

2019-06-17 Thread Jeroen Roovers
commit: a6afbc187246af62ef64d3615848cee81ca0ebd7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 17 20:30:20 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 17 20:30:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6afbc18

www-client/vivaldi-snapshot: Old

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

 www-client/vivaldi-snapshot/Manifest   |   4 -
 .../vivaldi-snapshot-2.6.1566.26_p1.ebuild | 116 -
 2 files changed, 120 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index bbf48760b3d..232faee6541 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,7 +1,3 @@
-DIST vivaldi-snapshot-2.6.1566.26_p1-amd64.deb 62572272 BLAKE2B 
2ea565bcb024df8aab1327bf3852508644eb62b71da9fc88908006ecfc3a187c24325f4269b7a2938c8d4fe66be1c413064d088f6b766e654872693e90a526af
 SHA512 
0857b3db7d853b01787a122f0aaf10c1a85ea4cbc44421fb0ca581f542a03c6567eef249ad350313766f7d5adc15b059888b390e87e3dcb275e59ffe26af9a0d
-DIST vivaldi-snapshot-2.6.1566.26_p1-arm64.deb 56446676 BLAKE2B 
a44e6b78c3f28580394f038a1c7870cc6ac4f5f8620ddf585ba82c9e87f49fcda3e85aa70d97ce742e5c9d217d20dba1b3a57a464dd1552b17a49a3ed1b0cd48
 SHA512 
ded30e3512375d97e7315b9c51527b986ce5243b4a87e8ef12ccb180fc7e1d9c58d2267166abdbe0089ab8d6fb41b4741de7929d0748f07395ecad7250ee90d8
-DIST vivaldi-snapshot-2.6.1566.26_p1-armhf.deb 55608288 BLAKE2B 
4af91d86a687105755980c60325e81c7dfdd6ab9e53446b24ef6ecb2129636f40bd2e412ac1741f50e9a320bdb2b6b8784d81216644a98346fe9748a06abc017
 SHA512 
ad24923c6aeacc171c75087d75a1be151abb60da63c4e69f9c32525a8327d3003e19226ed4acdbbea45e18418025bc64c6c4b5b066cdf57d40061b9805b45bdf
-DIST vivaldi-snapshot-2.6.1566.26_p1-i386.deb 61016912 BLAKE2B 
0d57838d51726dfa7ac873b44952b2e171c4a6102c6b0a3874d9f6e6b0644e2fdbf3edb75bde9aa9712137f06d81565beb960f56ab828729b28ebddf6e578a3e
 SHA512 
8e1bed8acf1ab88d30a6a7ee82138ca43a03607ed087e05ed462bbcd1f9c7c924e5617a995f8d6eaddcfab3d682ee8217f59b45f525c6995da91808f9d687c21
 DIST vivaldi-snapshot-2.6.1566.31_p1-amd64.deb 62554464 BLAKE2B 
03ff603a383b9ca9f7357dae222b9012630178a218ae3e878a727e8918b579be769142ac8d71e3f8d65c374331fa3edeacff71c4e6eca6b438f6fcfc68b146b5
 SHA512 
04325d627a53a61385dbf02d0498de6a3936745c3aca9c0d403f727e802e2c6ed69c464e2783cd11e50efcb00a0856a3a88e7e9327170928f710cd08fdf17507
 DIST vivaldi-snapshot-2.6.1566.31_p1-arm64.deb 56442912 BLAKE2B 
75519ba36623c17983e83e595cc78174e4f75a00cf46827f924595fd4d5d2ffa7f5369568e7918c015b99ca4f8fda7fc7973fec5865ad68053eaced4fd718a80
 SHA512 
5e14c1f18551bfecf89f7b011208b866629519278116b55cc7800f8006dd767f3e154e04175344da9deeed1cc0bed302be5b02fe478d3407d2100dc97e3121e9
 DIST vivaldi-snapshot-2.6.1566.31_p1-armhf.deb 55607420 BLAKE2B 
fe9b77be12692a21a4a13ada8eebb1d702e74a42a674b5d8dbab5e223bdff7ed7a63949c1c16128e5e5f97c0a39f3d42919ebf736619dd6d4e6b9d0b8f0b971f
 SHA512 
90ad2600f49047c83c0c82e4eab493bd1930685e253bd15a6876aff0e8a3fb811d44ee3d360ea0dd67f8e08416ff1a18bb66f9f15624ac97603a0fe962b32f71

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.6.1566.26_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.6.1566.26_p1.ebuild
deleted file mode 100644
index 76ff637ebaa..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.6.1566.26_p1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi
-   fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk 
ml
-   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
- 

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

2019-06-17 Thread Jeroen Roovers
commit: 9c282dc43bd46899edddee0d244b689d479862b2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 17 20:29:59 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 17 20:30:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c282dc4

net-misc/youtube-dl: Stable

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

 net-misc/youtube-dl/youtube-dl-2019.06.08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2019.06.08.ebuild 
b/net-misc/youtube-dl/youtube-dl-2019.06.08.ebuild
index a8b1afbfc11..4d80cb2b49e 100644
--- a/net-misc/youtube-dl/youtube-dl-2019.06.08.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2019.06.08.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://rg3.github.com/youtube-dl/;
 SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
 LICENSE="public-domain"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 RESTRICT="test"
 SLOT="0"
 DEPEND="



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

2019-06-17 Thread Jeroen Roovers
commit: 98de8f8369579bbe40fcc7f6a1623b354081246c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 17 20:28:12 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 17 20:30:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98de8f83

www-client/vivaldi-snapshot: Version 2.6.1566.35_p1

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

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-2.6.1566.35_p1.ebuild | 116 +
 2 files changed, 120 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 192d889bab0..bbf48760b3d 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -6,3 +6,7 @@ DIST vivaldi-snapshot-2.6.1566.31_p1-amd64.deb 62554464 BLAKE2B 
03ff603a383b9ca9
 DIST vivaldi-snapshot-2.6.1566.31_p1-arm64.deb 56442912 BLAKE2B 
75519ba36623c17983e83e595cc78174e4f75a00cf46827f924595fd4d5d2ffa7f5369568e7918c015b99ca4f8fda7fc7973fec5865ad68053eaced4fd718a80
 SHA512 
5e14c1f18551bfecf89f7b011208b866629519278116b55cc7800f8006dd767f3e154e04175344da9deeed1cc0bed302be5b02fe478d3407d2100dc97e3121e9
 DIST vivaldi-snapshot-2.6.1566.31_p1-armhf.deb 55607420 BLAKE2B 
fe9b77be12692a21a4a13ada8eebb1d702e74a42a674b5d8dbab5e223bdff7ed7a63949c1c16128e5e5f97c0a39f3d42919ebf736619dd6d4e6b9d0b8f0b971f
 SHA512 
90ad2600f49047c83c0c82e4eab493bd1930685e253bd15a6876aff0e8a3fb811d44ee3d360ea0dd67f8e08416ff1a18bb66f9f15624ac97603a0fe962b32f71
 DIST vivaldi-snapshot-2.6.1566.31_p1-i386.deb 61007376 BLAKE2B 
a3821f9e1c572d106ef47f82a42c28946275eb9086d42fa1649338e2433849a8576bbdcfe84e3ff14e1c0f8149ccee46e074cc3913c30b5a358d6063e6c66489
 SHA512 
65136f60eecb94f996587e5371dfe493ae16fdaa2a064ff337da870476413e0ce461653f4900348222e68820432a35132ed5ddf2a70f4157857749d107369a0f
+DIST vivaldi-snapshot-2.6.1566.35_p1-amd64.deb 62569804 BLAKE2B 
e7efcbff50ffa524cca692344c6e086659bca28b60fbac122c2432db664f9af4d6668f8853bcfbab2dca9098e6cc1a2ff6ebbecbb82042adf2fe70aefc81c98e
 SHA512 
962064e3636f3c0027fcda3f1bd55d66ce8497eb9a3be908d0a70fb8ee469b159aa34893724fe1ecc08e0f17111ff873343811ca9c89a271ead6d65a9a412b11
+DIST vivaldi-snapshot-2.6.1566.35_p1-arm64.deb 56451932 BLAKE2B 
8ad12ea3837a49b1fcd991acfa65a889a7ae9f53017fb2b4983056de3b20c4e9e34bd3e653146c90f03240cfc809a8795d568ad8f9686daf6d158e83454fceb9
 SHA512 
79cead4644033d1569e123d38ed23ae5eacb85919b1be4c054ee1dc3fafd049e01243148c5ae118df75e945edcf52994099e1b14b641e153d2dec58166b40426
+DIST vivaldi-snapshot-2.6.1566.35_p1-armhf.deb 55616072 BLAKE2B 
6888c027b551235fc9fe203158b088fda29b5b57963da5abfb0d181a03b308812fee150facc23ffa72ca95cfd5b17cd78ecc6360429e4693567142562ef1260f
 SHA512 
16900708f1de876751a46427f05f71d1bac8ec57804d694001dcd8e8ffad52e952a59f45997adbb314a7756d560c24cfa4db19a20d37511a687b4ce216e3e8f2
+DIST vivaldi-snapshot-2.6.1566.35_p1-i386.deb 61023760 BLAKE2B 
5f05868279b01af6a3a0d1e1243e1e2292044e598dd45a1104bc2bbcd936a891ccc39a7cec6cbb072ebd22c90f0a958a2d44d1bd98c9b0f6ff9e09faa97025c1
 SHA512 
b982c1f0b2d780398630a8b71f61da2eba2620af78562bd90e44fdaeb244cbb4c7a283625ac4d545366d74d8b08cd2b807cc0cf2fe2e9eba1afc186039c5505c

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.6.1566.35_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.6.1566.35_p1.ebuild
new file mode 100644
index 000..76ff637ebaa
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.6.1566.35_p1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi
+   fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk 
ml
+   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   

[gentoo-commits] data/glep:master commit in: /

2019-06-17 Thread Ulrich Müller
commit: e397ecc06ccd9df8bf741d8981ea10bb0c38db8d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jun 17 20:12:56 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun 17 20:12:56 2019 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=e397ecc0

glep-0073: Deferred due to inactivity.

Bug: https://bugs.gentoo.org/609338
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0073.rst | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/glep-0073.rst b/glep-0073.rst
index 9dcc188..a35591f 100644
--- a/glep-0073.rst
+++ b/glep-0073.rst
@@ -3,14 +3,21 @@ GLEP: 73
 Title: Automated enforcing of REQUIRED_USE constraints
 Author: Michał Górny 
 Type: Standards Track
-Status: Draft
+Status: Deferred
 Version: 1
 Created: 2017-06-11
-Last-Modified: 2017-07-15
+Last-Modified: 2019-06-17
 Post-History: 2017-07-08
 Content-Type: text/x-rst
 ---
 
+Status
+==
+
+Marked as deferred by GLEP editor Ulrich Müller on 2019-06-17, due to
+inactivity.
+
+
 Abstract
 
 



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

2019-06-17 Thread Patrick McLean
commit: 700b973aa54039ebeea92b70e09ecce2df151dea
Author: Patrick McLean  sony  com>
AuthorDate: Mon Jun 17 20:14:18 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Jun 17 20:14:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700b973a

net-misc/openssh: Drop old 8.0_p1-r1

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Patrick McLean  gentoo.org>

 net-misc/openssh/Manifest  |   1 -
 ...enssh-8.0_p1-X509-dont-make-piddir-12.0.1.patch |  16 -
 .../files/openssh-8.0_p1-X509-glue-12.0.1.patch|  19 -
 net-misc/openssh/openssh-8.0_p1-r1.ebuild  | 461 -
 4 files changed, 497 deletions(-)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 07293b9d455..748766fdb61 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -13,7 +13,6 @@ DIST openssh-7.9p1-sctp-1.2.patch.xz 7360 BLAKE2B 
60e209371ecac24d0b60e48459d4d4
 DIST openssh-7.9p1.tar.gz 1565384 BLAKE2B 
de15795e03d33d4f9fe4792f6b14500123230b6c00c1e5bd7207bb6d6bf6df0b2e057c1b1de0fee709f58dd159203fdd69fe1473118a6baedebaa0c1c4c55b59
 SHA512 
0412c9c429c9287f0794023951469c8e6ec833cdb55821bfa0300dd90d0879ff60484f620cffd93372641ab69bf0b032c2d700ccc680950892725fb631b7708e
 DIST openssh-7_8_P1-hpn-AES-CTR-14.16.diff 29231 BLAKE2B 
e25877c5e22f674e6db5a0bc107e5daa2509fe762fb14ce7bb2ce9a115e8177a93340c1d19247b6c2c854b7e1f9ae9af9fd932e5fa9c0a6b2ba438cd11a42991
 SHA512 
1867fb94c29a51294a71a3ec6a299757565a7cda5696118b0b346ed9c78f2c81bb1b888cff5e3418776b2fa277a8f070c5eb9327bb005453e2ffd72d35cdafa7
 DIST openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 43356 BLAKE2B 
776fa140d64a16c339b46a7c773258d2f4fe44e48b16abccad1a8757a51cb6362722fc5f42c39159af12849f5c88cf574de64815085c97157e16653f18d4909b
 SHA512 
53f2752b7aa02719c8dfe0fe0ef16e874101ba2ba87924aa1122cd445ece218ca09c22abaa3377307f25d459579bc28d3854e2402c71b794db65d58cdd1ebc08
-DIST openssh-8.0p1+x509-12.0.1.diff.gz 629849 BLAKE2B 
9366244434c525ddf8f19a476b8b49d13f8c54374986bda8585db1288e7b61c60e26e2a315bec71b52f5e0f5bf4131f0f325039909b91874baab401272418fab
 SHA512 
c6ea243f49674bba64ee372e0532eb9fe6f109d0d5e70f10995d97b5ad5e340275b1b84c3c3bfc7eda1865619dea1370e06e34bbcc3d76af6aa7a00feccaea06
 DIST openssh-8.0p1+x509-12.0.diff.gz 623765 BLAKE2B 
b1c0d533a58c55b0f8451ce5aa8ee9b462afdc1eee44018f30962d3427c73b12a57c2c88bc8656c09c2b39a2ac72755539eeb29e7060ced5d3e8470647f88c0a
 SHA512 
5f678fd303e39df7a2fb23af682c5a02b33f7fdcafe6171b9db2067098a2048677c415c3bee75225eb9fbaf308cfac7f37b0865951cdb6dda0577908499a8295
 DIST openssh-8.0p1+x509-12.1.diff.gz 680389 BLAKE2B 
b1e353c496dd6dbd104c32bc5e9a3f055673a7876944d39c80f185cdb589d09b8d509754f04f2e051ceef2b39a3d810ba00b8894a4b67c7a6a0170a4ed0518a5
 SHA512 
831988d636a19e89a881616e07e38bc6ca44e90443b2bbf290fab3f120877e2eef60f21ad6e0c64098d07e09379f9f73f0ce2e5df975aa1bd43944582f8b8b3e
 DIST openssh-8.0p1-sctp-1.2.patch.xz 7348 BLAKE2B 
bc3d3815f1ef5dbab605b93182a00c2fec258f49d56684defb6564d2b60886429c615a7ab076cc071a590f9df0908b1862ceb0961b7e6f6d1090237fec9035d3
 SHA512 
2f9f774286db75d0240e6fb01655a8a193fb2a5dc4596ad68ed22d64f97c9c46dad61a06478f2e972fd37cbad4d9aca5829bb91097cc56638601ff94a972b24f

diff --git 
a/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.0.1.patch 
b/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.0.1.patch
deleted file mode 100644
index e4aca305e00..000
--- a/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.0.1.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/openssh-8.0p1+x509-12.0.1.diff   2019-04-29 14:11:55.210175168 -0700
-+++ b/openssh-8.0p1+x509-12.0.1.diff   2019-04-29 14:12:55.603761971 -0700
-@@ -34176,12 +34176,11 @@
-  
-  install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf 
host-key check-config
-  install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files 
install-sysconf
--@@ -334,6 +352,8 @@
-+@@ -334,6 +352,7 @@
-   $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5
-   $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
-   $(MKDIR_P) $(DESTDIR)$(libexecdir)
- + $(MKDIR_P) $(DESTDIR)$(sshcadir)
--+ $(MKDIR_P) $(DESTDIR)$(piddir)
-   $(MKDIR_P) -m 0755 $(DESTDIR)$(PRIVSEP_PATH)
-   $(INSTALL) -m 0755 $(STRIP_OPT) ssh$(EXEEXT) 
$(DESTDIR)$(bindir)/ssh$(EXEEXT)
-   $(INSTALL) -m 0755 $(STRIP_OPT) scp$(EXEEXT) 
$(DESTDIR)$(bindir)/scp$(EXEEXT)

diff --git a/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.0.1.patch 
b/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.0.1.patch
deleted file mode 100644
index 244aef4c399..000
--- a/net-misc/openssh/files/openssh-8.0_p1-X509-glue-12.0.1.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 a/openssh-8.0p1+x509-12.0.1.diff   2019-04-29 14:07:39.687923384 -0700
-+++ b/openssh-8.0p1+x509-12.0.1.diff   2019-04-29 14:08:11.330706892 -0700
-@@ -76610,16 +76610,6 @@
- + return mbtowc(NULL, s, 

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

2019-06-17 Thread Patrick McLean
commit: b2572e672b543f24f706a4604a5115e6311d3f85
Author: Patrick McLean  sony  com>
AuthorDate: Mon Jun 17 20:12:43 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Jun 17 20:12:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2572e67

net-misc/openssh: Version bump to 8.0_p1-r2 for 12.1 X509 patch

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Patrick McLean  gentoo.org>

 net-misc/openssh/Manifest  |   1 +
 .../files/openssh-8.0_p1-X509-12.1-tests.patch |  11 +
 ...openssh-8.0_p1-X509-dont-make-piddir-12.1.patch |  16 +
 .../files/openssh-8.0_p1-X509-glue-12.1.patch  |  19 +
 net-misc/openssh/openssh-8.0_p1-r2.ebuild  | 461 +
 5 files changed, 508 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 8e4d889a09e..07293b9d455 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -15,6 +15,7 @@ DIST openssh-7_8_P1-hpn-AES-CTR-14.16.diff 29231 BLAKE2B 
e25877c5e22f674e6db5a0b
 DIST openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 43356 BLAKE2B 
776fa140d64a16c339b46a7c773258d2f4fe44e48b16abccad1a8757a51cb6362722fc5f42c39159af12849f5c88cf574de64815085c97157e16653f18d4909b
 SHA512 
53f2752b7aa02719c8dfe0fe0ef16e874101ba2ba87924aa1122cd445ece218ca09c22abaa3377307f25d459579bc28d3854e2402c71b794db65d58cdd1ebc08
 DIST openssh-8.0p1+x509-12.0.1.diff.gz 629849 BLAKE2B 
9366244434c525ddf8f19a476b8b49d13f8c54374986bda8585db1288e7b61c60e26e2a315bec71b52f5e0f5bf4131f0f325039909b91874baab401272418fab
 SHA512 
c6ea243f49674bba64ee372e0532eb9fe6f109d0d5e70f10995d97b5ad5e340275b1b84c3c3bfc7eda1865619dea1370e06e34bbcc3d76af6aa7a00feccaea06
 DIST openssh-8.0p1+x509-12.0.diff.gz 623765 BLAKE2B 
b1c0d533a58c55b0f8451ce5aa8ee9b462afdc1eee44018f30962d3427c73b12a57c2c88bc8656c09c2b39a2ac72755539eeb29e7060ced5d3e8470647f88c0a
 SHA512 
5f678fd303e39df7a2fb23af682c5a02b33f7fdcafe6171b9db2067098a2048677c415c3bee75225eb9fbaf308cfac7f37b0865951cdb6dda0577908499a8295
+DIST openssh-8.0p1+x509-12.1.diff.gz 680389 BLAKE2B 
b1e353c496dd6dbd104c32bc5e9a3f055673a7876944d39c80f185cdb589d09b8d509754f04f2e051ceef2b39a3d810ba00b8894a4b67c7a6a0170a4ed0518a5
 SHA512 
831988d636a19e89a881616e07e38bc6ca44e90443b2bbf290fab3f120877e2eef60f21ad6e0c64098d07e09379f9f73f0ce2e5df975aa1bd43944582f8b8b3e
 DIST openssh-8.0p1-sctp-1.2.patch.xz 7348 BLAKE2B 
bc3d3815f1ef5dbab605b93182a00c2fec258f49d56684defb6564d2b60886429c615a7ab076cc071a590f9df0908b1862ceb0961b7e6f6d1090237fec9035d3
 SHA512 
2f9f774286db75d0240e6fb01655a8a193fb2a5dc4596ad68ed22d64f97c9c46dad61a06478f2e972fd37cbad4d9aca5829bb91097cc56638601ff94a972b24f
 DIST openssh-8.0p1.tar.gz 1597697 BLAKE2B 
5ba79872eabb3b3964d95a8cdd690bfe0323f018d7f944d4e1acb52576c9f6d7a1ddac15e88dc42eac6ecbfabfad1c228e303a2262588769e307c38107a4cd54
 SHA512 
e280fa2d56f550efd37c5d2477670326261aa8b94d991f9eb17aad90e0c6c9c939efa90fe87d33260d0f709485cb05c379f0fd1bd44fc0d5190298b6398c9982
 DIST openssh-lpk-7.5p1-0.3.14.patch.xz 17040 BLAKE2B 
5b2204316dd244bb8dd11db50d5bc3a194e2cc4b64964a2d3df68bbe54c53588f15fc5176dbc3811e929573fa3e41cf91f412aa2513bb9a4b6ed02c2523c1e24
 SHA512 
9ce5d7e5d831c972f0f866b686bf93a048a03979ab38627973f5491eeeaa45f9faab0520b3a7ed90a13a67213fdc9cd4cf11e423acad441ea91b71037c8b435b

diff --git a/net-misc/openssh/files/openssh-8.0_p1-X509-12.1-tests.patch 
b/net-misc/openssh/files/openssh-8.0_p1-X509-12.1-tests.patch
new file mode 100644
index 000..67a93fe2a0b
--- /dev/null
+++ b/net-misc/openssh/files/openssh-8.0_p1-X509-12.1-tests.patch
@@ -0,0 +1,11 @@
+--- a/openbsd-compat/regress/Makefile.in   2019-06-17 10:59:01.210601434 
-0700
 b/openbsd-compat/regress/Makefile.in   2019-06-17 10:59:18.753485852 
-0700
+@@ -7,7 +7,7 @@
+ CC=@CC@
+ LD=@LD@
+ CFLAGS=@CFLAGS@
+-CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
++CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
+ EXEEXT=@EXEEXT@
+ LIBCOMPAT=../libopenbsd-compat.a
+ LIBS=@LIBS@

diff --git 
a/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.1.patch 
b/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.1.patch
new file mode 100644
index 000..9bb081a5091
--- /dev/null
+++ b/net-misc/openssh/files/openssh-8.0_p1-X509-dont-make-piddir-12.1.patch
@@ -0,0 +1,16 @@
+--- a/openssh-8.0p1+x509-12.1.diff 2019-04-29 14:11:55.210175168 -0700
 b/openssh-8.0p1+x509-12.1.diff 2019-04-29 14:12:55.603761971 -0700
+@@ -34176,12 +34176,11 @@
+
+  install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf 
host-key check-config
+  install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files 
install-sysconf
+-@@ -334,6 +352,8 @@
++@@ -334,6 +352,7 @@
+   $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5
+   $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
+   $(MKDIR_P) $(DESTDIR)$(libexecdir)
+ + $(MKDIR_P) 

[gentoo-commits] proj/linux-patches: New tag: 5.1-12

2019-06-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:12:22 2019 +

New tag: 5.1-12




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

2019-06-17 Thread Ulrich Müller
commit: a786c821d962fb985444add36def40029e7faffb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jun 17 20:06:05 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun 17 20:07:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a786c821

dev-lang/erlang: Init script relicensed to Apache-2.0.

Acked-by: Steve Arnold  gentoo.org>
Closes: https://bugs.gentoo.org/425928
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-lang/erlang/files/epmd.init | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/erlang/files/epmd.init b/dev-lang/erlang/files/epmd.init
index f0ef7c22416..4b58bd74682 100644
--- a/dev-lang/erlang/files/epmd.init
+++ b/dev-lang/erlang/files/epmd.init
@@ -1,6 +1,6 @@
 #!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the Erlang Public License 1.1
+# Copyright 2010-2018 Gentoo Authors
+# Distributed under the terms of the Apache License, Version 2.0
 
 ZT_ADDRESS=""
 pidfile="/var/run/epmd.pid"



[gentoo-commits] proj/linux-patches: New tag: 4.19-53

2019-06-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:08:40 2019 +

New tag: 4.19-53




[gentoo-commits] proj/linux-patches: New tag: 4.14-135

2019-06-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:07:06 2019 +

New tag: 4.14-135




[gentoo-commits] proj/linux-patches: New tag: 4.9-187

2019-06-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 20:02:29 2019 +

New tag: 4.9-187




[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/, ebuild-maintenance/maintenance-tasks/

2019-06-17 Thread Ulrich Müller
commit: 07452705c2b149c0510d64c72dc9e474bd0f8363
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jun 17 19:51:59 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun 17 19:51:59 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=07452705

Avoid absolute (and outdated) /usr/portage path.

Signed-off-by: Ulrich Müller  gentoo.org>

 ebuild-maintenance/maintenance-tasks/text.xml | 9 -
 ebuild-writing/common-mistakes/text.xml   | 4 ++--
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/ebuild-maintenance/maintenance-tasks/text.xml 
b/ebuild-maintenance/maintenance-tasks/text.xml
index a434fb5..06634b8 100644
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -34,11 +34,10 @@ select all possible fields, then submit the query. For you 
lazy people, click
 In general, the Gentoo repository should only be used for storing
 .ebuild files, as well as any relatively small companion
 files, such as patches or sample configuration files. These types of
-files should be placed in the
-/usr/portage/mycat/mypkg/files directory to keep the main
-mycat/mypkg directory uncluttered. Exceptions to this
-rule are for larger patch files (we recommend this for patches above
-20KB) which should be distributed as tarballs via the
+files should be placed in the mycat/mypkg/files directory
+to keep the main mycat/mypkg directory uncluttered.
+Exceptions to this rule are for larger patch files (we recommend this
+for patches above 20KB) which should be distributed as tarballs via the
 Gentoo
 mirror system so that people do not waste excessive amounts of
 bandwidth and hard drive space. Also, you should not add binary

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index 2842531..869676e 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -300,14 +300,14 @@ Another common mistake users make when submitting ebuilds 
is supplying an
 invalid license. For example, GPL is not a valid license. You need to
 specify GPL-1 or GPL-2. Same with LGPL. Make sure the
 license you use in the LICENSE field is something that exists in
-/usr/portage/licenses. As a tip, check the COPYING
+the licenses directory. As a tip, check the COPYING
 in a source tarball for the license. If a package does not specify it
 uses GPL-1 or GPL-2, it is very likely it uses GPL-2.
 
 
 
 If the license for the package you submit is unique and not in
-/usr/portage/licenses/, then you must submit the new license in a
+licenses/, then you must submit the new license in a
 separate file.
 
 



[gentoo-commits] proj/linux-patches: New tag: 4.4-183

2019-06-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 19:45:21 2019 +

New tag: 4.4-183




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

2019-06-17 Thread Zac Medico
commit: bd66f06b5bc5e0b650dd0844cfed1ddeed4c20c1
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun 17 19:17:42 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun 17 19:43:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd66f06b

dev-util/bazel: Bump to version 0.27.0

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

 dev-util/bazel/Manifest|   1 +
 dev-util/bazel/bazel-0.27.0.ebuild | 121 +
 2 files changed, 122 insertions(+)

diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
index d97e520cf9c..928675d7143 100644
--- a/dev-util/bazel/Manifest
+++ b/dev-util/bazel/Manifest
@@ -2,3 +2,4 @@ DIST bazel-0.20.0-dist.zip 87602213 BLAKE2B 
0d10fc89a8bc2bf91a67317d42302b894abb
 DIST bazel-0.22.0-dist.zip 88633015 BLAKE2B 
7cb7ef53c9acb4089b92d82679ad82739fd3c1fd3af7147e13b1474353fdf4cba1f58deed6d1880ec85fe5a07940b8df14af2701361d86e638b5c0e6924300c1
 SHA512 
b93cd21f0f164c118b90efba761a9492eb9894e24f13ff468defd12b86c7e67f16e51060ac2fc4c2f8dbf51b1c833d41b255fdd8107988e5babf093cfc5b3254
 DIST bazel-0.24.1-dist.zip 174691842 BLAKE2B 
56d42421ac6f5513f019f3b71ca0c5e7b499c199dd8d9f22ca4fdca832527a1974afffccd6bff6b1d29dc3156ee28ba7f91a9a37f2f8524da5c5f30645be97aa
 SHA512 
a78c871eb517ec53a0d1d9592887288fa54e5e9f44b0b7dba44792a74a1ba0c98e38ff2f6094ab6e8b3add3ec4a0188de3b2489d94d419373e210d16db641774
 DIST bazel-0.26.1-dist.zip 244633948 BLAKE2B 
667078bda6e52f696127b7a4914ec52ab67a84f89ac957304a281268615158cc813d7d7cdac58b336dd8ef1d3cd117f1474f64f741e0a3119034dc43ca3b58b0
 SHA512 
f43f156947c2e9effb1f3ab79235d47d00254103b5a5aac62001008403216b2330c9062ce85d42be4fa582ad52d14ba52a47875df40c58a7e18c391684407574
+DIST bazel-0.27.0-dist.zip 247946763 BLAKE2B 
f061793de89144c77bd42de56c495e8b3399ac1892bdd2b0e210102ea1c2835a848432b2964ddcc6ebe77aa580efa378d46afad1faa6dec0831666f201a6dd74
 SHA512 
f5c6a0c789eb55790479ff839f7f959e7d0e46e5f14b5cdcd720e4dc2c36122345c9dcd6bfa803f88fb5264553a3d63ae0c8e4c7b9779bfc65183e2aaee5a666

diff --git a/dev-util/bazel/bazel-0.27.0.ebuild 
b/dev-util/bazel/bazel-0.27.0.ebuild
new file mode 100644
index 000..3011c92b93f
--- /dev/null
+++ b/dev-util/bazel/bazel-0.27.0.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 java-pkg-2 multiprocessing
+
+DESCRIPTION="Fast and correct automated build system"
+HOMEPAGE="https://bazel.build/;
+
+SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.zip;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples test tools"
+# strip corrupts the bazel binary
+RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
+RDEPEND=">=virtual/jdk-1.8:*"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   app-arch/zip"
+
+S="${WORKDIR}"
+QA_FLAGS_IGNORED="usr/bin/bazel"
+
+bazel-get-flags() {
+   local i fs=()
+   for i in ${CFLAGS}; do
+   fs+=( "--copt=${i}" "--host_copt=${i}" )
+   done
+   for i in ${CXXFLAGS}; do
+   fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
+   done
+   for i in ${CPPFLAGS}; do
+   fs+=( "--copt=${i}" "--host_copt=${i}" )
+   fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
+   done
+   for i in ${LDFLAGS}; do
+   fs+=( "--linkopt=${i}" "--host_linkopt=${i}" )
+   done
+   echo "${fs[*]}"
+}
+
+pkg_setup() {
+   echo ${PATH} | grep -q ccache && \
+   ewarn "${PN} usually fails to compile with ccache, you have 
been warned"
+   java-pkg-2_pkg_setup
+}
+
+src_unpack() {
+   # Only unpack the main distfile
+   unpack ${P}-dist.zip
+}
+
+src_prepare() {
+   default
+
+   # F: fopen_wr
+   # S: deny
+   # P: /proc/self/setgroups
+   # A: /proc/self/setgroups
+   # R: /proc/24939/setgroups
+   # C: /usr/lib/systemd/systemd
+   addpredict /proc
+
+   # Use standalone strategy to deactivate the bazel sandbox, since it
+   # conflicts with FEATURES=sandbox.
+   cat > "${T}/bazelrc" <<-EOF || die
+   build --verbose_failures
+   build --spawn_strategy=standalone --genrule_strategy=standalone
+
+   build --distdir="${S}/derived/distdir/"
+   build --jobs=$(makeopts_jobs) $(bazel-get-flags)
+
+   test --verbose_failures --verbose_test_summary
+   test --spawn_strategy=standalone --genrule_strategy=standalone
+   EOF
+}
+
+src_compile() {
+   export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs) 
--host_javabase=@local_jdk//:jdk"
+   VERBOSE=yes ./compile.sh || die
+
+   ./scripts/generate_bash_completion.sh \
+   --bazel=output/bazel \
+   --output=bazel-complete.bash \
+   --prepend=scripts/bazel-complete-header.bash \
+   

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

2019-06-17 Thread Sergei Trofimovich
commit: 82429e73a98381e76882220abc59bb6175d6622b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:38:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82429e73

dev-python/pyatspi: stable 2.30.0 for sparc, bug #685254

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

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

diff --git a/dev-python/pyatspi/pyatspi-2.30.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
index a092e8ba085..a7cd3471d98 100644
--- a/dev-python/pyatspi/pyatspi-2.30.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-06-17 Thread Sergei Trofimovich
commit: 48744a4e4728f755362f663ab98f3ecb98176d06
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:42:28 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48744a4e

gnome-extra/yelp-xsl: stable 3.30.1 for sparc, bug #685254

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

 gnome-extra/yelp-xsl/yelp-xsl-3.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.30.1.ebuild 
b/gnome-extra/yelp-xsl/yelp-xsl-3.30.1.ebuild
index eb4a16fd5b2..5c13e399ad9 100644
--- a/gnome-extra/yelp-xsl/yelp-xsl-3.30.1.ebuild
+++ b/gnome-extra/yelp-xsl/yelp-xsl-3.30.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/yelp-xsl;
 LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/libxml2-2.6.12:=



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

2019-06-17 Thread Sergei Trofimovich
commit: 81bd23fbd8df33a61f0ccfea3317a90a7fe1d3d2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:44:04 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bd23fb

media-libs/libgphoto2: stable 2.5.22 for sparc, bug #685254

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

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

diff --git a/media-libs/libgphoto2/libgphoto2-2.5.22.ebuild 
b/media-libs/libgphoto2/libgphoto2-2.5.22.ebuild
index 8a43bc01fe1..a572c41305f 100644
--- a/media-libs/libgphoto2/libgphoto2-2.5.22.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.5.22.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 # FIXME: should we also bump for libgphoto2_port.so soname version?
 SLOT="0/6" # libgphoto2.so soname version
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc examples exif gd jpeg nls serial"
 
 # By default, drivers for all supported cameras will be compiled.



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

2019-06-17 Thread Sergei Trofimovich
commit: 6d1970eec82aef61117504037ba3a085d84833b7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 18:44:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1970ee

dev-lang/vala: stable 0.40.15 for sparc, bug #685254

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

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

diff --git a/dev-lang/vala/vala-0.40.15.ebuild 
b/dev-lang/vala/vala-0.40.15.ebuild
index 6f2f3ee1d01..80bb8aab25f 100644
--- a/dev-lang/vala/vala-0.40.15.ebuild
+++ b/dev-lang/vala/vala-0.40.15.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1"
 SLOT="0.40"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="test valadoc"
 
 RDEPEND="



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

2019-06-17 Thread Sergei Trofimovich
commit: 0df372f25574ca7a294b53852b3ee8b08287c75b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:44:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df372f2

net-libs/libpsl: stable 0.21.0 for sparc, bug #685254

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

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

diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild 
b/net-libs/libpsl/libpsl-0.21.0.ebuild
index 5e4cc06f3e5..ff49d7e9592 100644
--- a/net-libs/libpsl/libpsl-0.21.0.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/rockdaboot/${PN}/releases/download/${P}/${P}.tar.gz;
 LICENSE="MIT"
 SLOT="0"
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv s390 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv s390 sparc x86"
 IUSE="icu +idn +man"
 
 RDEPEND="



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

2019-06-17 Thread Sergei Trofimovich
commit: 6c23af5e906693cdc0d09b98c9f92b12a18c6506
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:43:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c23af5e

media-fonts/cantarell: stable 0.111 for sparc, bug #685254

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

 media-fonts/cantarell/cantarell-0.111.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cantarell/cantarell-0.111.ebuild 
b/media-fonts/cantarell/cantarell-0.111.ebuild
index a8a2508f37e..81504de2593 100644
--- a/media-fonts/cantarell/cantarell-0.111.ebuild
+++ b/media-fonts/cantarell/cantarell-0.111.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="media-libs/fontconfig"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-06-17 Thread Sergei Trofimovich
commit: 2fe3fa5aabe0906e5ce5ac6a54e8652b07bc6f99
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:52:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe3fa5a

app-i18n/unicode-data: stable 11.0.0 for sparc, bug #685254

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

 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
index f5456d661ad..cc06bb34c34 100644
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2019-06-17 Thread Sergei Trofimovich
commit: b664656593a09abe5f0c4309a666026431304b57
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:50:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6646565

x11-themes/gnome-themes-standard: stable 3.28 for sparc, bug #685254

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

 x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild 
b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild
index 57d1e01a45a..a7f3ae153dd 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-themes-extra;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~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 ~x64-solaris ~x86-solaris"
 
 # Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
 # their default background image



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

2019-06-17 Thread Sergei Trofimovich
commit: 6e02c8804cf9e2542d3ff8ced436dbf59f49a3e4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:40:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e02c880

gnome-base/libgtop: stable 2.38.0 for sparc, bug #685254

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

 gnome-base/libgtop/libgtop-2.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/libgtop/libgtop-2.38.0.ebuild 
b/gnome-base/libgtop/libgtop-2.38.0.ebuild
index 739b6e5e327..d887d8e3229 100644
--- a/gnome-base/libgtop/libgtop-2.38.0.ebuild
+++ b/gnome-base/libgtop/libgtop-2.38.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/libgtop;
 
 LICENSE="GPL-2+"
 SLOT="2/11" # libgtop soname version
-KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



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

2019-06-17 Thread Sergei Trofimovich
commit: 99068441891c60be0fe5895a8d2954b9d27477d6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:35:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99068441

dev-libs/atk: stable 2.30.0 for sparc, bug #685254

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

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

diff --git a/dev-libs/atk/atk-2.30.0.ebuild b/dev-libs/atk/atk-2.30.0.ebuild
index f7197b24f5f..52725aa54f1 100644
--- a/dev-libs/atk/atk-2.30.0.ebuild
+++ b/dev-libs/atk/atk-2.30.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="gtk-doc +introspection"
 
 RDEPEND="



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

2019-06-17 Thread Sergei Trofimovich
commit: 60b79d90fefc05d5dace9590b435c0f2d617724e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 18:43:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b79d90

dev-lang/vala: stable 0.42.7 for sparc, bug #685254

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

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

diff --git a/dev-lang/vala/vala-0.42.7.ebuild b/dev-lang/vala/vala-0.42.7.ebuild
index 733e927c5b3..8a6cc2cf061 100644
--- a/dev-lang/vala/vala-0.42.7.ebuild
+++ b/dev-lang/vala/vala-0.42.7.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1"
 SLOT="0.42"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="test valadoc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/

2019-06-17 Thread Sergei Trofimovich
commit: 11a74d39075180b9b53bae82380bb3b07561517e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:40:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a74d39

gnome-base/gsettings-desktop-schemas: mark 3.28.1 sparc, bug #685254

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

 .../gsettings-desktop-schemas/gsettings-desktop-schemas-3.28.1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.28.1.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.28.1.ebuild
index 3adb292d0ec..097a3354cd0 100644
--- 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.28.1.ebuild
+++ 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.28.1.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+introspection"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.31:2



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2019-06-17 Thread Sergei Trofimovich
commit: ef01c14d4ba71a3ddad066ca1753e2dc76b736cd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:50:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef01c14d

x11-themes/adwaita-icon-theme: stable 3.30.1 for sparc, bug #685254

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

 x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.30.1.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.30.1.ebuild
index 1dcc093c4f9..a38cf562bb0 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.30.1.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.30.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="
 "
 SLOT="0"
 IUSE="branding"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
 
 # gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
 # librsvg is needed for gtk-encode-symbolic-svg to be able to read the source 
SVG via its pixbuf loader and at runtime for rendering scalable icons shipped 
by the theme



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

2019-06-17 Thread Sergei Trofimovich
commit: 9cce15d9264944ad669db54feae99a1154985413
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:36:24 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cce15d9

dev-libs/libcroco: stable 0.6.13 for sparc, bug #685254

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

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

diff --git a/dev-libs/libcroco/libcroco-0.6.13.ebuild 
b/dev-libs/libcroco/libcroco-0.6.13.ebuild
index f327906f952..0738af4ef3f 100644
--- a/dev-libs/libcroco/libcroco-0.6.13.ebuild
+++ b/dev-libs/libcroco/libcroco-0.6.13.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://git.gnome.org/browse/libcroco/;
 
 LICENSE="LGPL-2"
 SLOT="0.6"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/

2019-06-17 Thread Sergei Trofimovich
commit: d8e6c756fe2529ffd2b2aeb8be8927ddc6260a9d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:39:36 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e6c756

dev-util/gtk-update-icon-cache: stable 3.24.8 for sparc, bug #685254

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

 dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.8.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.8.ebuild
index d650d6e465f..722761255a6 100644
--- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.8.ebuild
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.8.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~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 ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # man page was previously installed by gtk+:3 ebuild
 RDEPEND="



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

2019-06-17 Thread Sergei Trofimovich
commit: 6054966de16a0aa7e250ca8e0bf10eb478f55c4b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:41:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6054966d

gnome-base/librsvg: stable 2.40.20 for sparc, bug #685254

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

 gnome-base/librsvg/librsvg-2.40.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.20.ebuild 
b/gnome-base/librsvg/librsvg-2.40.20.ebuild
index ac8283c26fe..7808e083880 100644
--- a/gnome-base/librsvg/librsvg-2.40.20.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.20.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="+introspection tools +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2019-06-17 Thread Sergei Trofimovich
commit: c35296175be764f09fe1e764049bd77e45eab681
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:48:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3529617

x11-libs/pango: stable 1.42.4-r1 for sparc, bug #685254

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

 x11-libs/pango/pango-1.42.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pango/pango-1.42.4-r1.ebuild 
b/x11-libs/pango/pango-1.42.4-r1.ebuild
index 61a83afc3c8..4a21c37fcff 100644
--- a/x11-libs/pango/pango-1.42.4-r1.ebuild
+++ b/x11-libs/pango/pango-1.42.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 
 LICENSE="LGPL-2+ FTL"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~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="X +introspection test"
 



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

2019-06-17 Thread Sergei Trofimovich
commit: 8d3a701619e176ee48be5384c0e75ec919061608
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:37:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3a7016

dev-libs/vala-common: stable 0.42.7 for sparc, bug #685254

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

 dev-libs/vala-common/vala-common-0.42.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/vala-common/vala-common-0.42.7.ebuild 
b/dev-libs/vala-common/vala-common-0.42.7.ebuild
index c6490f39dca..521dd9bf7b4 100644
--- a/dev-libs/vala-common/vala-common-0.42.7.ebuild
+++ b/dev-libs/vala-common/vala-common-0.42.7.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 # Previously ${PN} was part of dev-lang/vala



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

2019-06-17 Thread Sergei Trofimovich
commit: 724738f1cf2c00f04aa0ad0b2589a75078e00075
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:37:10 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724738f1

dev-libs/libxml2: stable 2.9.9-r1 for sparc, bug #685254

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

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

diff --git a/dev-libs/libxml2/libxml2-2.9.9-r1.ebuild 
b/dev-libs/libxml2/libxml2-2.9.9-r1.ebuild
index b5c94232419..12a1400b8c9 100644
--- a/dev-libs/libxml2/libxml2-2.9.9-r1.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.9-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.xmlsoft.org/;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug examples icu ipv6 lzma python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-adwaita/

2019-06-17 Thread Sergei Trofimovich
commit: 42573b980dc929034cd39fdc3fa65edce3ad1ade
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:51:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42573b98

x11-themes/gtk-engines-adwaita: stable 3.28 for sparc, bug #685254

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

 x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild 
b/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild
index e2ad0df234e..b94acdec2e9 100644
--- a/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild
+++ b/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-themes-extra/;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~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 ~x64-solaris ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]



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

2019-06-17 Thread Sergei Trofimovich
commit: df2a4436fa3515251b811a4fa529a686fe4dfc55
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:53:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2a4436

gnome-extra/gucharmap: stable 11.0.3 for sparc, bug #685254

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

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

diff --git a/gnome-extra/gucharmap/gucharmap-11.0.3.ebuild 
b/gnome-extra/gucharmap/gucharmap-11.0.3.ebuild
index a72ce72a2a2..2aadd58bfaf 100644
--- a/gnome-extra/gucharmap/gucharmap-11.0.3.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-11.0.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap;
 
 LICENSE="GPL-3+"
 SLOT="2.90"
-KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
 
 IUSE="debug +introspection test vala"
 REQUIRED_USE="vala? ( introspection )"



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

2019-06-17 Thread Sergei Trofimovich
commit: 648dfdb256e1272f53face4057ea9d82451cf9ad
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:34:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648dfdb2

dev-libs/appstream-glib: stable 0.7.15 for sparc, bug #685254

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

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

diff --git a/dev-libs/appstream-glib/appstream-glib-0.7.15.ebuild 
b/dev-libs/appstream-glib/appstream-glib-0.7.15.ebuild
index ce87ac79108..ba3b417a145 100644
--- a/dev-libs/appstream-glib/appstream-glib-0.7.15.ebuild
+++ b/dev-libs/appstream-glib/appstream-glib-0.7.15.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/8" # soname version
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="gtk-doc fonts +introspection stemmer"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/

2019-06-17 Thread Sergei Trofimovich
commit: 42f90c07dbb31f9662be5781116572959bb71001
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:45:24 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f90c07

net-misc/mobile-broadband-provider-info: mark 20190116 sparc, bug #685254

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

 .../mobile-broadband-provider-info-20190116.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20190116.ebuild
 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20190116.ebuild
index 39f55e1b148..595cc35b8ca 100644
--- 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20190116.ebuild
+++ 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20190116.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband;
 
 LICENSE="CC-PD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 
 DEPEND="



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

2019-06-17 Thread Sergei Trofimovich
commit: 7d6791c45d456f201fef14d1d5e24d76072ef084
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:49:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6791c4

x11-libs/vte: stable 0.54.4 for sparc, bug #685254

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

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

diff --git a/x11-libs/vte/vte-0.54.4.ebuild b/x11-libs/vte/vte-0.54.4.ebuild
index 5bee016e763..90e3898e9d5 100644
--- a/x11-libs/vte/vte-0.54.4.ebuild
+++ b/x11-libs/vte/vte-0.54.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE;
 LICENSE="LGPL-2+"
 SLOT="2.91"
 IUSE="+crypt debug glade +introspection vala vanilla"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-0.54.1-command-notify.patch.xz )"



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

2019-06-17 Thread Sergei Trofimovich
commit: 37d9a5b760b29948b6b12b8ee3b8728aa1b86853
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:47:42 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d9a5b7

x11-libs/gtk+: stable 3.24.8 for sparc, bug #685254

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

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

diff --git a/x11-libs/gtk+/gtk+-3.24.8.ebuild b/x11-libs/gtk+/gtk+-3.24.8.ebuild
index 6ff61afe7be..def9ea10025 100644
--- a/x11-libs/gtk+/gtk+-3.24.8.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.8.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~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 ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



[gentoo-commits] proj/linux-patches:5.1 commit in: /

2019-06-17 Thread Mike Pagano
commit: c64234fb787336f6395f2c3d420b37daa5ace651
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 19:22:46 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 19:22:46 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=c64234fb

Linux patch 5.1.11

Signed-off-by: Mike Pagano  gentoo.org>

 _README |   4 +
 1010_linux-5.1.11.patch | 253 
 2 files changed, 257 insertions(+)

diff --git a/_README b/_README
index 6a502ad..33e1406 100644
--- a/_README
+++ b/_README
@@ -83,6 +83,10 @@ Patch:  1009_linux-5.1.10.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.1.10
 
+Patch:  1010_linux-5.1.11.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.1.11
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1010_linux-5.1.11.patch b/1010_linux-5.1.11.patch
new file mode 100644
index 000..3515914
--- /dev/null
+++ b/1010_linux-5.1.11.patch
@@ -0,0 +1,253 @@
+diff --git a/Documentation/networking/ip-sysctl.txt 
b/Documentation/networking/ip-sysctl.txt
+index c4ac35234f05..f0d09162c7a3 100644
+--- a/Documentation/networking/ip-sysctl.txt
 b/Documentation/networking/ip-sysctl.txt
+@@ -250,6 +250,14 @@ tcp_base_mss - INTEGER
+   Path MTU discovery (MTU probing).  If MTU probing is enabled,
+   this is the initial MSS used by the connection.
+ 
++tcp_min_snd_mss - INTEGER
++  TCP SYN and SYNACK messages usually advertise an ADVMSS option,
++  as described in RFC 1122 and RFC 6691.
++  If this ADVMSS option is smaller than tcp_min_snd_mss,
++  it is silently capped to tcp_min_snd_mss.
++
++  Default : 48 (at least 8 bytes of payload per segment)
++
+ tcp_congestion_control - STRING
+   Set the congestion control algorithm to be used for new
+   connections. The algorithm "reno" is always available, but
+diff --git a/Makefile b/Makefile
+index e7d1973d9c26..5171900e5c93 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 1
+-SUBLEVEL = 10
++SUBLEVEL = 11
+ EXTRAVERSION =
+ NAME = Shy Crocodile
+ 
+diff --git a/include/linux/tcp.h b/include/linux/tcp.h
+index a9b0280687d5..2ba676469f98 100644
+--- a/include/linux/tcp.h
 b/include/linux/tcp.h
+@@ -488,4 +488,8 @@ static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, 
u16 mss)
+ 
+   return (user_mss && user_mss < mss) ? user_mss : mss;
+ }
++
++int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
++int shiftlen);
++
+ #endif/* _LINUX_TCP_H */
+diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
+index 7698460a3dd1..623cfbb7b8dc 100644
+--- a/include/net/netns/ipv4.h
 b/include/net/netns/ipv4.h
+@@ -117,6 +117,7 @@ struct netns_ipv4 {
+ #endif
+   int sysctl_tcp_mtu_probing;
+   int sysctl_tcp_base_mss;
++  int sysctl_tcp_min_snd_mss;
+   int sysctl_tcp_probe_threshold;
+   u32 sysctl_tcp_probe_interval;
+ 
+diff --git a/include/net/tcp.h b/include/net/tcp.h
+index 68ee02523b87..36fcd0ad0515 100644
+--- a/include/net/tcp.h
 b/include/net/tcp.h
+@@ -55,6 +55,8 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
+ 
+ #define MAX_TCP_HEADER(128 + MAX_HEADER)
+ #define MAX_TCP_OPTION_SPACE 40
++#define TCP_MIN_SND_MSS   48
++#define TCP_MIN_GSO_SIZE  (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
+ 
+ /*
+  * Never offer a window over 32767 without using window scaling. Some
+diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h
+index 86dc24a96c90..fd42c1316d3d 100644
+--- a/include/uapi/linux/snmp.h
 b/include/uapi/linux/snmp.h
+@@ -283,6 +283,7 @@ enum
+   LINUX_MIB_TCPACKCOMPRESSED, /* TCPAckCompressed */
+   LINUX_MIB_TCPZEROWINDOWDROP,/* TCPZeroWindowDrop */
+   LINUX_MIB_TCPRCVQDROP,  /* TCPRcvQDrop */
++  LINUX_MIB_TCPWQUEUETOOBIG,  /* TCPWqueueTooBig */
+   __LINUX_MIB_MAX
+ };
+ 
+diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c
+index c3610b37bb4c..dff6755dc1a7 100644
+--- a/net/ipv4/proc.c
 b/net/ipv4/proc.c
+@@ -291,6 +291,7 @@ static const struct snmp_mib snmp4_net_list[] = {
+   SNMP_MIB_ITEM("TCPAckCompressed", LINUX_MIB_TCPACKCOMPRESSED),
+   SNMP_MIB_ITEM("TCPZeroWindowDrop", LINUX_MIB_TCPZEROWINDOWDROP),
+   SNMP_MIB_ITEM("TCPRcvQDrop", LINUX_MIB_TCPRCVQDROP),
++  SNMP_MIB_ITEM("TCPWqueueTooBig", LINUX_MIB_TCPWQUEUETOOBIG),
+   SNMP_MIB_SENTINEL
+ };
+ 
+diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
+index eeb4041fa5f9..4f1fa744d3c8 100644
+--- a/net/ipv4/sysctl_net_ipv4.c
 b/net/ipv4/sysctl_net_ipv4.c
+@@ -39,6 +39,8 @@ static int ip_local_port_range_min[] = { 1, 1 };
+ static int ip_local_port_range_max[] = { 65535, 65535 };
+ static 

[gentoo-commits] proj/linux-patches:4.19 commit in: /

2019-06-17 Thread Mike Pagano
commit: 9db3a118db892aac5c24e1f13dbc2b74eaa998bb
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 19:21:58 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 19:21:58 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=9db3a118

Linux patch 4.19.52

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |   4 +
 1051_linux-4.19.52.patch | 253 +++
 2 files changed, 257 insertions(+)

diff --git a/_README b/_README
index 5b58ca2..9c779f7 100644
--- a/_README
+++ b/_README
@@ -247,6 +247,10 @@ Patch:  1050_linux-4.19.51.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.19.51
 
+Patch:  1051_linux-4.19.52.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.19.52
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1051_linux-4.19.52.patch b/1051_linux-4.19.52.patch
new file mode 100644
index 000..06d34b6
--- /dev/null
+++ b/1051_linux-4.19.52.patch
@@ -0,0 +1,253 @@
+diff --git a/Documentation/networking/ip-sysctl.txt 
b/Documentation/networking/ip-sysctl.txt
+index 2c31208528d5..7eb9366422f5 100644
+--- a/Documentation/networking/ip-sysctl.txt
 b/Documentation/networking/ip-sysctl.txt
+@@ -250,6 +250,14 @@ tcp_base_mss - INTEGER
+   Path MTU discovery (MTU probing).  If MTU probing is enabled,
+   this is the initial MSS used by the connection.
+ 
++tcp_min_snd_mss - INTEGER
++  TCP SYN and SYNACK messages usually advertise an ADVMSS option,
++  as described in RFC 1122 and RFC 6691.
++  If this ADVMSS option is smaller than tcp_min_snd_mss,
++  it is silently capped to tcp_min_snd_mss.
++
++  Default : 48 (at least 8 bytes of payload per segment)
++
+ tcp_congestion_control - STRING
+   Set the congestion control algorithm to be used for new
+   connections. The algorithm "reno" is always available, but
+diff --git a/Makefile b/Makefile
+index dd4be2f32b88..c82ee02ad9be 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 51
++SUBLEVEL = 52
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/include/linux/tcp.h b/include/linux/tcp.h
+index d2c8f280e48f..4374196b98ea 100644
+--- a/include/linux/tcp.h
 b/include/linux/tcp.h
+@@ -485,4 +485,8 @@ static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, 
u16 mss)
+ 
+   return (user_mss && user_mss < mss) ? user_mss : mss;
+ }
++
++int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
++int shiftlen);
++
+ #endif/* _LINUX_TCP_H */
+diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
+index 622db6bc2f02..366e2a60010e 100644
+--- a/include/net/netns/ipv4.h
 b/include/net/netns/ipv4.h
+@@ -114,6 +114,7 @@ struct netns_ipv4 {
+ #endif
+   int sysctl_tcp_mtu_probing;
+   int sysctl_tcp_base_mss;
++  int sysctl_tcp_min_snd_mss;
+   int sysctl_tcp_probe_threshold;
+   u32 sysctl_tcp_probe_interval;
+ 
+diff --git a/include/net/tcp.h b/include/net/tcp.h
+index 770917d0caa7..e75661f92daa 100644
+--- a/include/net/tcp.h
 b/include/net/tcp.h
+@@ -55,6 +55,8 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
+ 
+ #define MAX_TCP_HEADER(128 + MAX_HEADER)
+ #define MAX_TCP_OPTION_SPACE 40
++#define TCP_MIN_SND_MSS   48
++#define TCP_MIN_GSO_SIZE  (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
+ 
+ /*
+  * Never offer a window over 32767 without using window scaling. Some
+diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h
+index f80135e5feaa..abae27c3001c 100644
+--- a/include/uapi/linux/snmp.h
 b/include/uapi/linux/snmp.h
+@@ -282,6 +282,7 @@ enum
+   LINUX_MIB_TCPACKCOMPRESSED, /* TCPAckCompressed */
+   LINUX_MIB_TCPZEROWINDOWDROP,/* TCPZeroWindowDrop */
+   LINUX_MIB_TCPRCVQDROP,  /* TCPRcvQDrop */
++  LINUX_MIB_TCPWQUEUETOOBIG,  /* TCPWqueueTooBig */
+   __LINUX_MIB_MAX
+ };
+ 
+diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c
+index 70289682a670..eab5c02da8ae 100644
+--- a/net/ipv4/proc.c
 b/net/ipv4/proc.c
+@@ -290,6 +290,7 @@ static const struct snmp_mib snmp4_net_list[] = {
+   SNMP_MIB_ITEM("TCPAckCompressed", LINUX_MIB_TCPACKCOMPRESSED),
+   SNMP_MIB_ITEM("TCPZeroWindowDrop", LINUX_MIB_TCPZEROWINDOWDROP),
+   SNMP_MIB_ITEM("TCPRcvQDrop", LINUX_MIB_TCPRCVQDROP),
++  SNMP_MIB_ITEM("TCPWqueueTooBig", LINUX_MIB_TCPWQUEUETOOBIG),
+   SNMP_MIB_SENTINEL
+ };
+ 
+diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
+index ce64453d337d..ad132b6e8cfa 100644
+--- a/net/ipv4/sysctl_net_ipv4.c
 b/net/ipv4/sysctl_net_ipv4.c
+@@ -39,6 +39,8 @@ static int ip_local_port_range_min[] = { 1, 1 };
+ static int ip_local_port_range_max[] = { 65535, 

[gentoo-commits] proj/linux-patches:4.14 commit in: /

2019-06-17 Thread Mike Pagano
commit: 16bba54b20f6d84b93642bdbf5fe73c8bfc918d5
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 19:20:27 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 19:20:27 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=16bba54b

Linux patch 4.14.127

Signed-off-by: Mike Pagano  gentoo.org>

 _README   |   4 +
 1126_linux-4.14.127.patch | 274 ++
 2 files changed, 278 insertions(+)

diff --git a/_README b/_README
index f9fbb2a..5124a74 100644
--- a/_README
+++ b/_README
@@ -547,6 +547,10 @@ Patch:  1125_4.14.126.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.14.126
 
+Patch:  1126_4.14.127.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.14.127
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1126_linux-4.14.127.patch b/1126_linux-4.14.127.patch
new file mode 100644
index 000..99ce413
--- /dev/null
+++ b/1126_linux-4.14.127.patch
@@ -0,0 +1,274 @@
+diff --git a/Documentation/networking/ip-sysctl.txt 
b/Documentation/networking/ip-sysctl.txt
+index 828fcd6711b3..3bbe6fb2b086 100644
+--- a/Documentation/networking/ip-sysctl.txt
 b/Documentation/networking/ip-sysctl.txt
+@@ -241,6 +241,14 @@ tcp_base_mss - INTEGER
+   Path MTU discovery (MTU probing).  If MTU probing is enabled,
+   this is the initial MSS used by the connection.
+ 
++tcp_min_snd_mss - INTEGER
++  TCP SYN and SYNACK messages usually advertise an ADVMSS option,
++  as described in RFC 1122 and RFC 6691.
++  If this ADVMSS option is smaller than tcp_min_snd_mss,
++  it is silently capped to tcp_min_snd_mss.
++
++  Default : 48 (at least 8 bytes of payload per segment)
++
+ tcp_congestion_control - STRING
+   Set the congestion control algorithm to be used for new
+   connections. The algorithm "reno" is always available, but
+diff --git a/Makefile b/Makefile
+index 631f8a8e28e0..330f23238005 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 126
++SUBLEVEL = 127
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+diff --git a/include/linux/tcp.h b/include/linux/tcp.h
+index fe322fa611e6..60aea230dc6a 100644
+--- a/include/linux/tcp.h
 b/include/linux/tcp.h
+@@ -450,4 +450,8 @@ static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, 
u16 mss)
+ 
+   return (user_mss && user_mss < mss) ? user_mss : mss;
+ }
++
++int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
++int shiftlen);
++
+ #endif/* _LINUX_TCP_H */
+diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
+index a2e4adafd34d..e268c970ec54 100644
+--- a/include/net/netns/ipv4.h
 b/include/net/netns/ipv4.h
+@@ -107,6 +107,7 @@ struct netns_ipv4 {
+ #endif
+   int sysctl_tcp_mtu_probing;
+   int sysctl_tcp_base_mss;
++  int sysctl_tcp_min_snd_mss;
+   int sysctl_tcp_probe_threshold;
+   u32 sysctl_tcp_probe_interval;
+ 
+diff --git a/include/net/tcp.h b/include/net/tcp.h
+index d0c2dbe94e21..1179ef4f0768 100644
+--- a/include/net/tcp.h
 b/include/net/tcp.h
+@@ -57,6 +57,8 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
+ 
+ #define MAX_TCP_HEADER(128 + MAX_HEADER)
+ #define MAX_TCP_OPTION_SPACE 40
++#define TCP_MIN_SND_MSS   48
++#define TCP_MIN_GSO_SIZE  (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
+ 
+ /*
+  * Never offer a window over 32767 without using window scaling. Some
+diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h
+index f5d753e60836..bf31965355c6 100644
+--- a/include/uapi/linux/snmp.h
 b/include/uapi/linux/snmp.h
+@@ -278,6 +278,7 @@ enum
+   LINUX_MIB_TCPKEEPALIVE, /* TCPKeepAlive */
+   LINUX_MIB_TCPMTUPFAIL,  /* TCPMTUPFail */
+   LINUX_MIB_TCPMTUPSUCCESS,   /* TCPMTUPSuccess */
++  LINUX_MIB_TCPWQUEUETOOBIG,  /* TCPWqueueTooBig */
+   __LINUX_MIB_MAX
+ };
+ 
+diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c
+index 3fbf688a1943..88aaf14983e8 100644
+--- a/net/ipv4/proc.c
 b/net/ipv4/proc.c
+@@ -299,6 +299,7 @@ static const struct snmp_mib snmp4_net_list[] = {
+   SNMP_MIB_ITEM("TCPKeepAlive", LINUX_MIB_TCPKEEPALIVE),
+   SNMP_MIB_ITEM("TCPMTUPFail", LINUX_MIB_TCPMTUPFAIL),
+   SNMP_MIB_ITEM("TCPMTUPSuccess", LINUX_MIB_TCPMTUPSUCCESS),
++  SNMP_MIB_ITEM("TCPWqueueTooBig", LINUX_MIB_TCPWQUEUETOOBIG),
+   SNMP_MIB_SENTINEL
+ };
+ 
+diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
+index e8caab8e2f5c..78771272f613 100644
+--- a/net/ipv4/sysctl_net_ipv4.c
 b/net/ipv4/sysctl_net_ipv4.c
+@@ -37,6 +37,8 @@ static int ip_local_port_range_min[] = { 1, 1 };
+ static int ip_local_port_range_max[] = { 65535, 65535 };
+ static int 

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

2019-06-17 Thread Agostino Sarubbo
commit: aa07b27103a2b97cef79116225c7715a69d534a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 17 19:19:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 17 19:19:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa07b271

sys-kernel/vanilla-sources: Automated version bump to 
{4.4.182,4.9.182,4.14.127,4.19.52,5.1.11} - remove old.

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

 sys-kernel/vanilla-sources/Manifest| 10 +-
 ...sources-4.14.126.ebuild => vanilla-sources-4.14.127.ebuild} |  0
 ...a-sources-4.19.51.ebuild => vanilla-sources-4.19.52.ebuild} |  0
 ...a-sources-4.4.181.ebuild => vanilla-sources-4.4.182.ebuild} |  0
 ...a-sources-4.9.181.ebuild => vanilla-sources-4.9.182.ebuild} |  0
 ...lla-sources-5.1.10.ebuild => vanilla-sources-5.1.11.ebuild} |  0
 6 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index dd397411ae1..4fb9652f1cd 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,8 +5,8 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.1.tar.xz 106244476 BLAKE2B 
ae3c63ced819737e34f8ec3a78138f87704a2f2956454411e3a4830ec8c0aaf2c288af6ca080f1892540e50f4a422482360010be8641afdeeeaf7231e7d8da97
 SHA512 
ae96f347badc95f1f3acf506c52b6cc23c0bd09ce8f4ce6705d4b4058b62593059bba1bc603c8d8b00a2f19131e7e56c31ac62b45883a346fa61d655e178f236
 DIST patch-3.16.68.xz 2429924 BLAKE2B 
854e6359597b6b22002482606f71784de21fe8e62b1029b9e9c5fb44b2aedefa603f10b1b1630c319293066c5b4a65e92fadcf99117a0958310696fc7fa82a65
 SHA512 
837b1a12a48e6a79bc5eaca857479f0543cebf7797bd6f1e22a64e6200ed7151c7ca3217d8f5b8384fd1afc32f884b7de8c1df58079e2d7de8f9178b72adaf20
-DIST patch-4.14.126.xz 2639556 BLAKE2B 
44ade9a5dbad5f367b27acf67cbdbbe7f4287fc3c7c8a77e5443c65c0bdb5fb218ed3cd53585999678f661763fcdc8f00d5c2cab65be34bd2d56697f69a58511
 SHA512 
2e01f6c7ae597f84131ac8c129efab317d4cb8607076b1f8afe0b338716b6143f8694c8d5c8f73b1cb76df6faa26efb3b6e3b4ee7718663518139c0533d9683c
-DIST patch-4.19.51.xz 1385284 BLAKE2B 
6a1c4ccab7dd8e58c2c34222c9afeb3e1c2ddfcfc24c5c884d29bca2b896a227b6ea689dc946651b352426c688f39cd3f9f25a73bc655e7696fc43cd90e0eaad
 SHA512 
0d4962442c1abe9a50f48ff249c4fa63cbc247f73e1a97cf5148b5b97464810f6e70a1b4651a85f4ca8b4aa7afddae84bd7417621ac4a2a8c9981930893744ef
-DIST patch-4.4.181.xz 2589384 BLAKE2B 
8173c534a7063aa6ce5eca6820ad3a35183e195001439236176ea232fe0c892c63704630c1867cc18c14e83a3c29b9ebff523e76fb77d2efcb82b951d10c7fa6
 SHA512 
b65700d38b695a92896bfe287a0dd9d681c3ba935a19948770cd2da933f5e0d19ba1933ab1b4720fe7d5e5011ef5ae93914131bbcc05eb58ce48b1ee7987f425
-DIST patch-4.9.181.xz 2815320 BLAKE2B 
0b63c54aa171ca5f9f32928e5effb2c82920a5c5a59517610ce5b73e96ac5f644b7fde71e0aeb9ee613f1afc5a8cdbe215f628f59f98fab0aecd7b9a96d73350
 SHA512 
a9914ba60541cbc3a96cc5ac4cddae4ecc15494a4e32c31f0298db752c52ae395368fa138d248b34a952ad42a1bd9b3742a461eab0cd863dcd53c821feeffa3e
-DIST patch-5.1.10.xz 333064 BLAKE2B 
4ae99c26cacca7ab155852ff7067f1188f6cdd05341a5f22045baa47fb8442c94e8aced3c0afa0a08f199279b6ef151de9f58ec53f097eb0c3ecd1c4fce79690
 SHA512 
6823419cadcfcea33b1454cfad71c43f94a896398d07f538ffbe14f6f49d018a8fb6adc80c3e5f572a9b5bcb8bd41f0c9cc9110056f6b4c17996f9d2503336cf
+DIST patch-4.14.127.xz 2641208 BLAKE2B 
d3a0987f6cfb3e895b85a855732fc674989d41c6ad0350024744599befc6adab653c30a27e98ff75e4881c0fce301f9d5ccd9388afc282341cb4d45f731f25f8
 SHA512 
14090172f4377b908f02ac0a2b788282faccdaf72d97174805d0eca67b26006fb9dbfe98cd6dd2ad25c885243c980a5c64fde2332da1c694da9cee13e327865c
+DIST patch-4.19.52.xz 1387068 BLAKE2B 
9d2a92121dffd8b46761c332395516542b8083b4d5acbdf9f16cbd3ea7d1d46e78c54cc01780e61b90a55314b9597921557efcf542f31a21da64c98d107d940a
 SHA512 
b4908d348f18bfa694e8458639e94c85390fc60f9137b0721af59b1044815df156ea2ee76135911019db6ab2fdbd99e7b5107db57780d41a4bc97ba2a52a5525
+DIST patch-4.4.182.xz 2590840 BLAKE2B 
ab20189b2d57d93f03e17f73f4f94d1dfafdf993b1b197092f1b52141d816fbd5dca285d4ea7a9ec2590313875f18cb12116a260d45f790b1af78d48be8ebe7d
 SHA512 
b82fb7cf26790cdfd6d01317fe896ea4197e69b8b77011fcd347d6c7ab67ed8d7071b84535a2fe97a73c7fbe16c79e0d6d74389b5e2f9bf7f895d882c4dd9f11
+DIST patch-4.9.182.xz 2816880 BLAKE2B 
33d014a6498aaf4ff266b54fe2a3b364cbfea7f843a199ad76249c1f53c62b43d30bd04a10956734b6634e278d5517a86d262d4af77acd9d607da22b5fa20843
 SHA512 
7c4d5e2305e3ff46596cefedf2bbef00f0c1e6b1e883c54924f8390e58cdb372b842986452b77a433e849d6f15026349441cce32bedc5617810ae54c36cd
+DIST patch-5.1.11.xz 

[gentoo-commits] proj/linux-patches:4.9 commit in: /

2019-06-17 Thread Mike Pagano
commit: c7d921b383ac9230e3e99c708c2ef219dada95c6
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 19:19:18 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 19:19:18 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=c7d921b3

Linux patch 4.9.182

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |   4 +
 1181_linux-4.9.182.patch | 263 +++
 2 files changed, 267 insertions(+)

diff --git a/_README b/_README
index 3b05ec6..af9dbef 100644
--- a/_README
+++ b/_README
@@ -767,6 +767,10 @@ Patch:  1180_linux-4.9.181.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.181
 
+Patch:  1181_linux-4.9.182.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.182
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1181_linux-4.9.182.patch b/1181_linux-4.9.182.patch
new file mode 100644
index 000..ebab16a
--- /dev/null
+++ b/1181_linux-4.9.182.patch
@@ -0,0 +1,263 @@
+diff --git a/Documentation/networking/ip-sysctl.txt 
b/Documentation/networking/ip-sysctl.txt
+index 0335285f3918..49935d5bb5c6 100644
+--- a/Documentation/networking/ip-sysctl.txt
 b/Documentation/networking/ip-sysctl.txt
+@@ -230,6 +230,14 @@ tcp_base_mss - INTEGER
+   Path MTU discovery (MTU probing).  If MTU probing is enabled,
+   this is the initial MSS used by the connection.
+ 
++tcp_min_snd_mss - INTEGER
++  TCP SYN and SYNACK messages usually advertise an ADVMSS option,
++  as described in RFC 1122 and RFC 6691.
++  If this ADVMSS option is smaller than tcp_min_snd_mss,
++  it is silently capped to tcp_min_snd_mss.
++
++  Default : 48 (at least 8 bytes of payload per segment)
++
+ tcp_congestion_control - STRING
+   Set the congestion control algorithm to be used for new
+   connections. The algorithm "reno" is always available, but
+diff --git a/Makefile b/Makefile
+index 584af2e57735..f34cb9225255 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 181
++SUBLEVEL = 182
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/include/linux/tcp.h b/include/linux/tcp.h
+index d0c3615f9050..7f517458c64f 100644
+--- a/include/linux/tcp.h
 b/include/linux/tcp.h
+@@ -433,4 +433,7 @@ static inline void tcp_saved_syn_free(struct tcp_sock *tp)
+   tp->saved_syn = NULL;
+ }
+ 
++int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
++int shiftlen);
++
+ #endif/* _LINUX_TCP_H */
+diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
+index 7adf4386ac8f..bf619a67ec03 100644
+--- a/include/net/netns/ipv4.h
 b/include/net/netns/ipv4.h
+@@ -94,6 +94,7 @@ struct netns_ipv4 {
+ #endif
+   int sysctl_tcp_mtu_probing;
+   int sysctl_tcp_base_mss;
++  int sysctl_tcp_min_snd_mss;
+   int sysctl_tcp_probe_threshold;
+   u32 sysctl_tcp_probe_interval;
+ 
+diff --git a/include/net/tcp.h b/include/net/tcp.h
+index fed2a78fb8cb..d7047de952f0 100644
+--- a/include/net/tcp.h
 b/include/net/tcp.h
+@@ -53,6 +53,8 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
+ 
+ #define MAX_TCP_HEADER(128 + MAX_HEADER)
+ #define MAX_TCP_OPTION_SPACE 40
++#define TCP_MIN_SND_MSS   48
++#define TCP_MIN_GSO_SIZE  (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
+ 
+ /*
+  * Never offer a window over 32767 without using window scaling. Some
+diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h
+index 3442a26d36d9..56e3460d1f9f 100644
+--- a/include/uapi/linux/snmp.h
 b/include/uapi/linux/snmp.h
+@@ -282,6 +282,7 @@ enum
+   LINUX_MIB_TCPKEEPALIVE, /* TCPKeepAlive */
+   LINUX_MIB_TCPMTUPFAIL,  /* TCPMTUPFail */
+   LINUX_MIB_TCPMTUPSUCCESS,   /* TCPMTUPSuccess */
++  LINUX_MIB_TCPWQUEUETOOBIG,  /* TCPWqueueTooBig */
+   __LINUX_MIB_MAX
+ };
+ 
+diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c
+index ec48d8eafc7e..8b221398534b 100644
+--- a/net/ipv4/proc.c
 b/net/ipv4/proc.c
+@@ -306,6 +306,7 @@ static const struct snmp_mib snmp4_net_list[] = {
+   SNMP_MIB_ITEM("TCPKeepAlive", LINUX_MIB_TCPKEEPALIVE),
+   SNMP_MIB_ITEM("TCPMTUPFail", LINUX_MIB_TCPMTUPFAIL),
+   SNMP_MIB_ITEM("TCPMTUPSuccess", LINUX_MIB_TCPMTUPSUCCESS),
++  SNMP_MIB_ITEM("TCPWqueueTooBig", LINUX_MIB_TCPWQUEUETOOBIG),
+   SNMP_MIB_SENTINEL
+ };
+ 
+diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
+index 85713adf2770..e202babb14d6 100644
+--- a/net/ipv4/sysctl_net_ipv4.c
 b/net/ipv4/sysctl_net_ipv4.c
+@@ -35,6 +35,8 @@ static int ip_local_port_range_min[] = { 1, 1 };
+ static int ip_local_port_range_max[] = { 65535, 65535 };
+ static int tcp_adv_win_scale_min = -31;
+ static int tcp_adv_win_scale_max = 31;
++static int 

[gentoo-commits] proj/linux-patches:4.4 commit in: /

2019-06-17 Thread Mike Pagano
commit: b63a2404c0f5da8ece01064c445753782863371d
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 17 19:17:50 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 17 19:17:50 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b63a2404

Linux patch 4.4.182

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |   4 +
 1181_linux-4.4.182.patch | 251 +++
 2 files changed, 255 insertions(+)

diff --git a/_README b/_README
index 4d7c158..4539ced 100644
--- a/_README
+++ b/_README
@@ -767,6 +767,10 @@ Patch:  1180_linux-4.4.181.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.181
 
+Patch:  1181_linux-4.4.182.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.182
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1181_linux-4.4.182.patch b/1181_linux-4.4.182.patch
new file mode 100644
index 000..71d7fee
--- /dev/null
+++ b/1181_linux-4.4.182.patch
@@ -0,0 +1,251 @@
+diff --git a/Documentation/networking/ip-sysctl.txt 
b/Documentation/networking/ip-sysctl.txt
+index 709d24b4b533..21ad4f3cece8 100644
+--- a/Documentation/networking/ip-sysctl.txt
 b/Documentation/networking/ip-sysctl.txt
+@@ -220,6 +220,14 @@ tcp_base_mss - INTEGER
+   Path MTU discovery (MTU probing).  If MTU probing is enabled,
+   this is the initial MSS used by the connection.
+ 
++tcp_min_snd_mss - INTEGER
++  TCP SYN and SYNACK messages usually advertise an ADVMSS option,
++  as described in RFC 1122 and RFC 6691.
++  If this ADVMSS option is smaller than tcp_min_snd_mss,
++  it is silently capped to tcp_min_snd_mss.
++
++  Default : 48 (at least 8 bytes of payload per segment)
++
+ tcp_congestion_control - STRING
+   Set the congestion control algorithm to be used for new
+   connections. The algorithm "reno" is always available, but
+diff --git a/Makefile b/Makefile
+index b33f3ecf84fc..fcfede5e39de 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 181
++SUBLEVEL = 182
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/include/linux/tcp.h b/include/linux/tcp.h
+index 747404dbe506..085da1707cea 100644
+--- a/include/linux/tcp.h
 b/include/linux/tcp.h
+@@ -419,4 +419,7 @@ static inline void tcp_saved_syn_free(struct tcp_sock *tp)
+   tp->saved_syn = NULL;
+ }
+ 
++int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
++int shiftlen);
++
+ #endif/* _LINUX_TCP_H */
+diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
+index c68926b4899c..61c38f87ea07 100644
+--- a/include/net/netns/ipv4.h
 b/include/net/netns/ipv4.h
+@@ -88,6 +88,7 @@ struct netns_ipv4 {
+   int sysctl_tcp_fwmark_accept;
+   int sysctl_tcp_mtu_probing;
+   int sysctl_tcp_base_mss;
++  int sysctl_tcp_min_snd_mss;
+   int sysctl_tcp_probe_threshold;
+   u32 sysctl_tcp_probe_interval;
+ 
+diff --git a/include/net/tcp.h b/include/net/tcp.h
+index 14ec97309581..bf8a0dae977a 100644
+--- a/include/net/tcp.h
 b/include/net/tcp.h
+@@ -54,6 +54,8 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
+ 
+ #define MAX_TCP_HEADER(128 + MAX_HEADER)
+ #define MAX_TCP_OPTION_SPACE 40
++#define TCP_MIN_SND_MSS   48
++#define TCP_MIN_GSO_SIZE  (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
+ 
+ /*
+  * Never offer a window over 32767 without using window scaling. Some
+diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h
+index 9de808ebce05..422183f396d5 100644
+--- a/include/uapi/linux/snmp.h
 b/include/uapi/linux/snmp.h
+@@ -281,6 +281,7 @@ enum
+   LINUX_MIB_TCPKEEPALIVE, /* TCPKeepAlive */
+   LINUX_MIB_TCPMTUPFAIL,  /* TCPMTUPFail */
+   LINUX_MIB_TCPMTUPSUCCESS,   /* TCPMTUPSuccess */
++  LINUX_MIB_TCPWQUEUETOOBIG,  /* TCPWqueueTooBig */
+   __LINUX_MIB_MAX
+ };
+ 
+diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c
+index b001ad668108..86fc7840 100644
+--- a/net/ipv4/proc.c
 b/net/ipv4/proc.c
+@@ -303,6 +303,7 @@ static const struct snmp_mib snmp4_net_list[] = {
+   SNMP_MIB_ITEM("TCPKeepAlive", LINUX_MIB_TCPKEEPALIVE),
+   SNMP_MIB_ITEM("TCPMTUPFail", LINUX_MIB_TCPMTUPFAIL),
+   SNMP_MIB_ITEM("TCPMTUPSuccess", LINUX_MIB_TCPMTUPSUCCESS),
++  SNMP_MIB_ITEM("TCPWqueueTooBig", LINUX_MIB_TCPWQUEUETOOBIG),
+   SNMP_MIB_SENTINEL
+ };
+ 
+diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
+index 167ca0fddf9e..6413e36d639d 100644
+--- a/net/ipv4/sysctl_net_ipv4.c
 b/net/ipv4/sysctl_net_ipv4.c
+@@ -36,6 +36,8 @@ static int ip_local_port_range_min[] = { 1, 1 };
+ static int ip_local_port_range_max[] = { 65535, 65535 };
+ static int tcp_adv_win_scale_min = -31;
+ static int 

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

2019-06-17 Thread Jory Pratt
commit: f4d3ade41499098fd33422bf436d75b2f75912a7
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Jun 17 18:54:06 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jun 17 18:54:06 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f4d3ade4

www-client/firefox: use default /usr/lib{64}/mozilla directory

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

 www-client/firefox/firefox-68.0_beta10.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/www-client/firefox/firefox-68.0_beta10.ebuild 
b/www-client/firefox/firefox-68.0_beta10.ebuild
index 99108fa..7a0d52a 100644
--- a/www-client/firefox/firefox-68.0_beta10.ebuild
+++ b/www-client/firefox/firefox-68.0_beta10.ebuild
@@ -276,12 +276,6 @@ src_prepare() {
|| die "sed failed to drop --as-needed for ia64"
fi
 
-   # Ensure that our plugins dir is enabled as default
-   sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \
-   "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed 
failed to replace plugin path for 32bit!"
-   sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \
-   "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed 
failed to replace plugin path for 64bit!"
-
# Fix sandbox violations during make clean, bug 372817
sed -e "s:\(/no-such-file\):${T}\1:g" \
-i "${S}"/config/rules.mk \



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

2019-06-17 Thread Göktürk Yüksek
commit: 92be8a7ad9bac7dce88e5e65f0eed9f593f2aa5e
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Jun 17 18:03:47 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jun 17 18:49:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92be8a7a

sys-fs/sysfsutils: keyword for ~riscv

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

 sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild 
b/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild
index 91ee388ee99..b4194627134 100644
--- a/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild
+++ b/sys-fs/sysfsutils/sysfsutils-2.1.0.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=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, sys-apps/rng-tools/

2019-06-17 Thread Göktürk Yüksek
commit: 003fe022c0c4310ba84a56d6999e4e8c4ac85d26
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Jun 17 18:47:51 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jun 17 18:50:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003fe022

sys-apps/rng-tools: keyword for ~riscv

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

 profiles/arch/riscv/package.use.mask   | 1 +
 sys-apps/rng-tools/rng-tools-6.7-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index adead94500e..94b7abf9bce 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -43,6 +43,7 @@ net-misc/curl brotli curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss http2 rtmp
 net-nds/openldap cxx kerberos sasl
 sys-apps/kmod doc
 sys-apps/portage epydoc
+sys-apps/rng-tools jitterentropy nistbeacon pkcs11
 sys-auth/pambase pam_krb5 pam_ssh passwdqc mktemp
 sys-devel/automake test
 sys-devel/gdb source-highlight

diff --git a/sys-apps/rng-tools/rng-tools-6.7-r1.ebuild 
b/sys-apps/rng-tools/rng-tools-6.7-r1.ebuild
index c112d9e0d3f..5dae56a3f5b 100644
--- a/sys-apps/rng-tools/rng-tools-6.7-r1.ebuild
+++ b/sys-apps/rng-tools/rng-tools-6.7-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nhorman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~riscv ~x86"
 IUSE="jitterentropy nistbeacon pkcs11 selinux"
 
 DEPEND="dev-libs/libgcrypt:0



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

2019-06-17 Thread Fabian Groffen
commit: e9b0308821cc27dba266f192bf17af3b3c550361
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat May 18 16:26:41 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jun 17 18:45:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b03088

app-misc/getopt: fix LICENSE, update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Fabian Groffen  gentoo.org>

 app-misc/getopt/getopt-1.1.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/getopt/getopt-1.1.6.ebuild 
b/app-misc/getopt/getopt-1.1.6.ebuild
index 0c611893fde..c8484dcabab 100644
--- a/app-misc/getopt/getopt-1.1.6.ebuild
+++ b/app-misc/getopt/getopt-1.1.6.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=4
@@ -6,10 +6,10 @@ EAPI=4
 inherit toolchain-funcs eutils
 
 DESCRIPTION="getopt(1) replacement supporting GNU-style long options"
-HOMEPAGE="http://software.frodo.looijaard.name/getopt/;
+HOMEPAGE="http://frodo.looijaard.name/project/getopt/;
 SRC_URI="http://frodo.looijaard.name/system/files/software/getopt/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"



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

2019-06-17 Thread Fabian Groffen
commit: 6f08eef5b16ac1157305f07540fc59484a409d65
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat May 18 16:40:40 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jun 17 18:48:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f08eef5

app-misc/getopt: EAPI=7 bump

Closes: https://bugs.gentoo.org/686236
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Fabian Groffen  gentoo.org>

 app-misc/getopt/files/getopt-1.1.4-irix.patch|  4 +-
 app-misc/getopt/files/getopt-1.1.5-libintl.patch |  4 +-
 app-misc/getopt/getopt-1.1.6-r1.ebuild   | 62 
 3 files changed, 66 insertions(+), 4 deletions(-)

diff --git a/app-misc/getopt/files/getopt-1.1.4-irix.patch 
b/app-misc/getopt/files/getopt-1.1.4-irix.patch
index 0c344a80131..1fd38c3b0a2 100644
--- a/app-misc/getopt/files/getopt-1.1.4-irix.patch
+++ b/app-misc/getopt/files/getopt-1.1.4-irix.patch
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/show_bug.cgi?id=211499
 
 gnu/getopt.c.dist
-+++ gnu/getopt.c
+--- a/gnu/getopt.c
 b/gnu/getopt.c
 @@ -69,12 +69,7 @@
  #include 
  #endif/* GNU C library.  */

diff --git a/app-misc/getopt/files/getopt-1.1.5-libintl.patch 
b/app-misc/getopt/files/getopt-1.1.5-libintl.patch
index b40367105ed..0b39b4ecbdc 100644
--- a/app-misc/getopt/files/getopt-1.1.5-libintl.patch
+++ b/app-misc/getopt/files/getopt-1.1.5-libintl.patch
@@ -1,5 +1,5 @@
 Makefile.orig  2012-12-28 11:40:09.524686698 +0100
-+++ Makefile   2012-12-28 11:41:20.646157275 +0100
+--- a/Makefile 2012-12-28 11:40:09.524686698 +0100
 b/Makefile 2012-12-28 11:41:20.646157275 +0100
 @@ -61,7 +61,7 @@
-$(RM) $(objects) $(binaries) 
  

diff --git a/app-misc/getopt/getopt-1.1.6-r1.ebuild 
b/app-misc/getopt/getopt-1.1.6-r1.ebuild
new file mode 100644
index 000..0acad8e5540
--- /dev/null
+++ b/app-misc/getopt/getopt-1.1.6-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs eutils
+
+DESCRIPTION="getopt(1) replacement supporting GNU-style long options"
+HOMEPAGE="http://frodo.looijaard.name/project/getopt/;
+SRC_URI="http://frodo.looijaard.name/system/files/software/getopt/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64-fbsd ~m68k-mint ~ppc-aix ~ppc-macos ~sparc-solaris 
~sparc64-solaris ~x64-cygwin ~x64-macos ~x64-solaris ~x86-fbsd ~x86-macos 
~x86-solaris"
+IUSE="nls"
+
+RDEPEND="nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.5-libintl.patch
+   "${FILESDIR}"/${PN}-1.1.5-setlocale.patch
+   "${FILESDIR}"/${PN}-1.1.6-longrename.patch
+   "${FILESDIR}"/${PN}-1.1.4-irix.patch
+)
+
+src_compile() {
+   local nogettext="1"
+   local libintl=""
+   local libcgetopt=1
+
+   if use nls; then
+   nogettext=0
+   has_version sys-libs/glibc || libintl="-lintl"
+   fi
+
+   [[ ${CHOST} == *-aix* ]] && libcgetopt=0
+   [[ ${CHOST} == *-irix* ]] && libcgetopt=0
+   [[ ${CHOST} == *-interix* ]] && libcgetopt=0
+
+   emake CC="$(tc-getCC)" prefix="${EPREFIX}/usr" \
+   LIBCGETOPT=${libcgetopt} \
+   WITHOUT_GETTEXT=${nogettext} LIBINTL=${libintl} \
+   CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   use nls && emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install_po
+
+   newbin getopt getopt-long
+
+   # at least on interix, the system getopt is ... broken...
+   # util-linux, which would provide the getopt binary, does not build &
+   # install on interix/prefix, so, this has to provide it.
+   [[ ${CHOST} == *-interix* || ${CHOST} == *-mint* ]] && \
+   dosym getopt-long /usr/bin/getopt
+
+   newman getopt.1 getopt-long.1
+
+   dodoc getopt-*sh
+}



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

2019-06-17 Thread Fabian Groffen
commit: b18f34b68c3e2e99a3b4472564c519873099f894
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jun 17 18:35:27 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jun 17 18:37:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18f34b6

app-admin/chrpath: add fix for Solaris

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

 app-admin/chrpath/chrpath-0.16.ebuild  |  1 +
 app-admin/chrpath/files/chrpath-0.16-solaris.patch | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/app-admin/chrpath/chrpath-0.16.ebuild 
b/app-admin/chrpath/chrpath-0.16.ebuild
index 51137b39303..323e49a75d9 100644
--- a/app-admin/chrpath/chrpath-0.16.ebuild
+++ b/app-admin/chrpath/chrpath-0.16.ebuild
@@ -17,6 +17,7 @@ IUSE="static-libs"
 PATCHES=(
"${FILESDIR}"/${P}-multilib.patch
"${FILESDIR}"/${P}-testsuite-1.patch
+   "${FILESDIR}"/${P}-solaris.patch
 )
 
 src_prepare() {

diff --git a/app-admin/chrpath/files/chrpath-0.16-solaris.patch 
b/app-admin/chrpath/files/chrpath-0.16-solaris.patch
new file mode 100644
index 000..5e1dd1957e8
--- /dev/null
+++ b/app-admin/chrpath/files/chrpath-0.16-solaris.patch
@@ -0,0 +1,19 @@
+protos: add bswap macros for Solaris
+
+--- a/protos.h
 b/protos.h
+@@ -1,7 +1,14 @@
+ #ifndef PROTOS_H
+ #define PROTOS_H
+ 
++#if defined(__sun)
++#include 
++#define bswap_16(x) BSWAP_16(x)
++#define bswap_32(x) BSWAP_32(x)
++#define bswap_64(x) BSWAP_64(x)
++#else
+ #include 
++#endif
+ #include 
+ #include "config.h"
+ 



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

2019-06-17 Thread Fabian Groffen
commit: dbcd94e77e7f82e73cd21ebf6bbbab57719f29ab
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun May 19 08:56:31 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jun 17 18:37:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcd94e7

app-admin/chrpath: use HTTPS, fix SRC_URI and LICENSE

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Fabian Groffen  gentoo.org>

 app-admin/chrpath/chrpath-0.13-r2.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild 
b/app-admin/chrpath/chrpath-0.13-r2.ebuild
index ae32d8001b8..0aeb65d4f64 100644
--- a/app-admin/chrpath/chrpath-0.13-r2.ebuild
+++ b/app-admin/chrpath/chrpath-0.13-r2.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit autotools
 
-DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables"
-HOMEPAGE="http://directory.fsf.org/project/chrpath/;
+DESCRIPTION="Chrpath can modify the rpath and runpath of ELF executables"
+HOMEPAGE="https://directory.fsf.org/wiki/Chrpath;
 # original upstream no longer exists (ftp://ftp.hungry.com/pub/hungry)
-SRC_URI="http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/${P}.tar.gz;
+SRC_URI="https://alioth-archive.debian.org/releases/${PN}/${PN}/${PV}/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 arm ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"



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

2019-06-17 Thread Fabian Groffen
commit: 624185ebb5dae086cf83da16c6430f8442be9627
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun May 19 09:51:39 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jun 17 18:37:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624185eb

app-admin/chrpath: EAPI=7, version bump (0.16)

Closes: https://bugs.gentoo.org/686298
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Fabian Groffen  gentoo.org>

 app-admin/chrpath/Manifest |   1 +
 app-admin/chrpath/chrpath-0.16.ebuild  |  40 ++
 .../chrpath/files/chrpath-0.16-multilib.patch  | 155 +
 .../chrpath/files/chrpath-0.16-testsuite-1.patch   |  19 +++
 4 files changed, 215 insertions(+)

diff --git a/app-admin/chrpath/Manifest b/app-admin/chrpath/Manifest
index cccd27b5895..4532e0e4579 100644
--- a/app-admin/chrpath/Manifest
+++ b/app-admin/chrpath/Manifest
@@ -1 +1,2 @@
 DIST chrpath-0.13.tar.gz 125129 BLAKE2B 
004db7e3567ceeb700d018e7e32036843413605466c218bf40252927b169775c5a86f81f8ea355f0d141821313d114ec24654ed62d75443e31739118e31bc497
 SHA512 
9ec2ab2731fb553497996939b421130ae221d478dab8887c184ae91f7d3ae697688e7a30e3bea30cc0cf765f1dc8c7f47d2a1f4369b36079b4033e8d0303d75e
+DIST chrpath-0.16.tar.gz 134506 BLAKE2B 
7003cc1cb2332ffbe6fe0873c6d30cbc3ea696e041be33b39c3d36ae34a2497b8dd40bb373773c546b8d63cfd8534e796fd7d7cbc99d37fb8751fc960907070f
 SHA512 
aa04d490f78bff20a56fe20539cec10218c0772a668909eda8324ca825f51e8ef92001e95d9c316e79a145a043c9c327ec94d1a82e104ab408ca1021832745aa

diff --git a/app-admin/chrpath/chrpath-0.16.ebuild 
b/app-admin/chrpath/chrpath-0.16.ebuild
new file mode 100644
index 000..51137b39303
--- /dev/null
+++ b/app-admin/chrpath/chrpath-0.16.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Chrpath can modify the rpath and runpath of ELF executables"
+HOMEPAGE="https://directory.fsf.org/wiki/Chrpath;
+SRC_URI="https://alioth-archive.debian.org/releases/${PN}/${PN}/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="static-libs"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-multilib.patch
+   "${FILESDIR}"/${P}-testsuite-1.patch
+)
+
+src_prepare() {
+   default
+   # disable installing redundant docs in the wrong dir
+   sed -i -e '/doc_DATA/d' Makefile.am || die
+   # fix for automake-1.13, #467538
+   sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   if ! use static-libs; then
+   find "${D}" -name "*.la" -delete || die
+   fi
+}

diff --git a/app-admin/chrpath/files/chrpath-0.16-multilib.patch 
b/app-admin/chrpath/files/chrpath-0.16-multilib.patch
new file mode 100644
index 000..075266d5cd9
--- /dev/null
+++ b/app-admin/chrpath/files/chrpath-0.16-multilib.patch
@@ -0,0 +1,155 @@
+--- chrpath-0.16/Makefile.am   2014-01-12 08:52:21.0 +0100
 chrpath-0.16-ng/Makefile.am2019-05-19 11:23:48.352936406 +0200
+@@ -12,11 +12,18 @@
+   fakeroot debian/rules binary
+ 
+ chrpath_SOURCES = \
+-  chrpath.c   \
+-  killrpath.c \
+   main.c  \
+-  elf.c   \
+   protos.h
++  
++chrpath_LDADD = $(LDLIBS)
++
++lib_LTLIBRARIES = libchrpath32.la libchrpath64.la
++libchrpath32_la_SOURCES = chrpath.c killrpath.c elf.c protos.h
++libchrpath32_la_CFLAGS = -DSIZEOF_VOID_P=4
++libchrpath32_la_LDFLAGS = -avoid-version
++libchrpath64_la_SOURCES = chrpath.c killrpath.c elf.c protos.h
++libchrpath64_la_CFLAGS = -DSIZEOF_VOID_P=8
++libchrpath64_la_LDFLAGS = -avoid-version
+ 
+ EXTRA_DIST = $(man_MANS)
+ 
+--- chrpath-0.16/configure.ac  2014-01-12 09:01:52.0 +0100
 chrpath-0.16-ng/configure.ac   2019-05-19 11:25:07.158665075 +0200
+@@ -16,6 +16,7 @@
+ dnl Checks for programs.
+ AC_PROG_CC
+ AC_PROG_INSTALL
++AC_PROG_LIBTOOL
+ 
+ dnl Checks for libraries.
+ 
+@@ -26,11 +27,19 @@
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST
+ AC_C_BIGENDIAN
+-AC_CHECK_SIZEOF(void *)
+ 
+ dnl Checks for library functions.
+ AC_CHECK_FUNCS(getopt_long)
+ 
++dnl See if we need -ldl on this platform for dlopen
++LDLIBS=
++save_LIBS="$LIBS"
++LIBS=
++AC_SEARCH_LIBS([dlopen], [dl])
++LDLIBS=${LIBS}
++LIBS="${save_LIBS}"
++AC_SUBST([LDLIBS])
++
+ if eval "test x$GCC = xyes"; then
+   for flag in \
+   -W \
+--- chrpath-0.16/main.c2014-01-14 10:15:59.0 +0100
 chrpath-0.16-ng/main.c 2019-05-19 11:29:34.648390032 +0200
+@@ -12,13 +12,19 @@
+ #  include "config.h"
+ #endif
+ 
++#include 
++#include 
++#include 
+ #include 

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

2019-06-17 Thread Thomas Deutschmann
commit: d99a9714612d36d2b5fb5b79f723453156eec557
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun 17 18:10:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun 17 18:11:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99a9714

net-dns/unbound: bump to v1.9.2

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

 net-dns/unbound/Manifest |   1 +
 net-dns/unbound/unbound-1.9.2.ebuild | 182 +++
 2 files changed, 183 insertions(+)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index f4bcc6fc73c..e92ceae8032 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -1,2 +1,3 @@
 DIST unbound-1.9.0.tar.gz 5662176 BLAKE2B 
dff42ca4155df1c364bcfeb37c0f9516e7f167cc59bebd1fcf264db6471ad99804323c59e485662e03ab095932f1ca3fe25693a9ba840e9c0ecad69cf31b1a2d
 SHA512 
7dfa8e078507fc24a2d0938eea590389453bacfcac023f1a41af19350ea1f7b87d0c82d7eead121a11068921292a96865e177274ff27ed8b8868445f80f7baf6
 DIST unbound-1.9.1.tar.gz 5665254 BLAKE2B 
68a643cd17139b34e3651e0e72053b0faacf83ae975fff97493c78742ffa7f0d3dbc0028e96e581e125a3591467ec78ae245a718424c2fb32ea7db23ae945f44
 SHA512 
5dfac7ce3892f73109fdfe0f81863643b1f4c10cee2d4e2d1a28132f1b9ea4d4f89242e4e6348fdadf998f1c75d53577cbf4f719e98faa1342fc3c5de2e8903d
+DIST unbound-1.9.2.tar.gz 5676395 BLAKE2B 
fa42e6afaf7e7fc98dba35fb6ec4513f7f392194e9124f7a4625c9a51f4b2b58bb63ca40a083b9f3583af3636399df02f92ef7cb0ae10404b7258cddfce82adc
 SHA512 
118f0e53ee2d5cfb53ce1f792ca680cc01b5825bf81575e36bd3b24f3bdbe14e6631401bf1bf85eb2ac2a3fa0ee2ee3eb6a28b245d06d48d9975ce4cc260f764

diff --git a/net-dns/unbound/unbound-1.9.2.ebuild 
b/net-dns/unbound/unbound-1.9.2.ebuild
new file mode 100644
index 000..e4d1ceae7af
--- /dev/null
+++ b/net-dns/unbound/unbound-1.9.2.ebuild
@@ -0,0 +1,182 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit autotools flag-o-matic multilib-minimal python-single-r1 systemd user
+
+MY_P=${PN}-${PV/_/}
+DESCRIPTION="A validating, recursive and caching DNS resolver"
+HOMEPAGE="https://unbound.net/ https://nlnetlabs.nl/projects/unbound/about/;
+SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0/8" # ABI version of libunbound.so
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug dnscrypt dnstap +ecdsa ecs gost libressl python redis selinux 
static-libs systemd test threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# Note: expat is needed by executable only but the Makefile is custom
+# and doesn't make it possible to easily install the library without
+# the executables. MULTILIB_USEDEP may be dropped once build system
+# is fixed.
+
+CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}]
+   libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] )
+   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
+   dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] )
+   dnstap? (
+   dev-libs/fstrm[${MULTILIB_USEDEP}]
+   >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]
+   )
+   ecdsa? (
+   !libressl? ( dev-libs/openssl:0[-bindist] )
+   )
+   python? ( ${PYTHON_DEPS} )
+   redis? ( dev-libs/hiredis:= )"
+
+BDEPEND="virtual/pkgconfig"
+
+DEPEND="${CDEPEND}
+   python? ( dev-lang/swig )
+   test? (
+   net-dns/ldns-utils[examples]
+   dev-util/splint
+   app-text/wdiff
+   )
+   systemd? ( sys-apps/systemd )"
+
+RDEPEND="${CDEPEND}
+   net-dns/dnssec-root
+   selinux? ( sec-policy/selinux-bind )"
+
+# bug #347415
+RDEPEND="${RDEPEND}
+   net-dns/dnssec-root"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.5.7-trust-anchor-file.patch
+   "${FILESDIR}"/${PN}-1.6.3-pkg-config.patch
+)
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewgroup unbound
+   enewuser unbound -1 -1 /etc/unbound unbound
+   # improve security on existing installs (bug #641042)
+   # as well as new installs where unbound homedir has just been created
+   if [[ -d "${ROOT}/etc/unbound" ]]; then
+   chown --no-dereference --from=unbound root "${ROOT}/etc/unbound"
+   fi
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   # required for the python part
+   multilib_copy_sources
+}
+
+src_configure() {
+   [[ ${CHOST} == *-darwin* ]] || append-ldflags -Wl,-z,noexecstack
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable gost) \
+   $(use_enable dnscrypt) \
+   

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

2019-06-17 Thread Matt Turner
commit: f63afe9ec4120f88614a9dff14168744ab88f6fa
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 17 16:31:14 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun 17 17:13:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63afe9e

xorg-2.eclass: Rewrite font code as a case statement

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

 eclass/xorg-2.eclass | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index b5563616bbd..95345042a99 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -28,13 +28,16 @@ fi
 
 # If we're a font package, but not the font.alias one
 FONT_ECLASS=""
-if [[ ${PN} == font* \
-   && ${CATEGORY} = media-fonts \
-   && ${PN} != font-alias \
-   && ${PN} != font-util ]]; then
-   # Activate font code in the rest of the eclass
-   FONT="yes"
-   FONT_ECLASS="font"
+if [[ ${CATEGORY} = media-fonts ]]; then
+   case ${PN} in
+   font-alias|font-util)
+   ;;
+   font*)
+   # Activate font code in the rest of the eclass
+   FONT="yes"
+   FONT_ECLASS="font"
+   ;;
+   esac
 fi
 
 # @ECLASS-VARIABLE: XORG_MULTILIB



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

2019-06-17 Thread Matt Turner
commit: 983b6aa3d9ea6b265442cd149801a4f8959b4cc7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 17 16:20:49 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun 17 17:13:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983b6aa3

font.eclass: Don't set IUSE=X for media-fonts/encodings

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

 eclass/font.eclass | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/eclass/font.eclass b/eclass/font.eclass
index 58ec9e3ea31..6c4450b943b 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -52,13 +52,14 @@ FONT_CONF=( "" )
 # COPYRIGHT README{,.txt} NEWS AUTHORS BUGS ChangeLog FONTLOG.txt
 DOCS=${DOCS:-}
 
-IUSE="X"
-
-DEPEND="X? (
-   || ( >=x11-apps/mkfontscale-1.2.0 x11-apps/mkfontdir )
-   media-fonts/encodings
+if [[ ${CATEGORY}/${PN} != media-fonts/encodings ]]; then
+   IUSE="X"
+   DEPEND="X? (
+   || ( >=x11-apps/mkfontscale-1.2.0 x11-apps/mkfontdir )
+   media-fonts/encodings
)"
-RDEPEND=""
+   RDEPEND=""
+fi
 
 # @FUNCTION: font_xfont_config
 # @DESCRIPTION:



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

2019-06-17 Thread Matt Turner
commit: 900bcefdeb8b9b875bb361513c114da7e95d908c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 17 16:22:23 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun 17 17:13:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900bcefd

font.eclass: Drop x11-apps/mkfontdir

Now that x11-apps/mkfontscale 1.2.0 is stable everywhere, we can drop
this.

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

 eclass/font.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/font.eclass b/eclass/font.eclass
index 6c4450b943b..b559b3ace37 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -55,7 +55,7 @@ DOCS=${DOCS:-}
 if [[ ${CATEGORY}/${PN} != media-fonts/encodings ]]; then
IUSE="X"
DEPEND="X? (
-   || ( >=x11-apps/mkfontscale-1.2.0 x11-apps/mkfontdir )
+   >=x11-apps/mkfontscale-1.2.0
media-fonts/encodings
)"
RDEPEND=""



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

2019-06-17 Thread Matt Turner
commit: 6dfc96afff1ee6cc45e732ea3c04df8336014199
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 17 17:00:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun 17 17:14:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfc96af

media-fonts/encodings: Version bump to 1.0.5

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

 media-fonts/encodings/Manifest   |  1 +
 media-fonts/encodings/encodings-1.0.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/media-fonts/encodings/Manifest b/media-fonts/encodings/Manifest
index 0142e95c9b1..8afc49aa643 100644
--- a/media-fonts/encodings/Manifest
+++ b/media-fonts/encodings/Manifest
@@ -1 +1,2 @@
 DIST encodings-1.0.4.tar.bz2 665087 BLAKE2B 
867da2247836ed829af8e6c465eeeb40e84d98bd114939843be619f2915f61c5ffc56a48adf9414e39c7a3ddd0fc86572fb85d2bc486cf68886d48d78e369761
 SHA512 
838d1c9489e9880bf1982dc14d34a48b624b7bc2c0fffbf28e2c24e1546b0602357ca31afef100053481d6a18e357085ef74ac7a82261daa1ac1398bc1e05d17
+DIST encodings-1.0.5.tar.bz2 713817 BLAKE2B 
43e466c27fdf485e9704debb89c69a3c3eaecf84453362d86b53aa9c33d10b8f97f348ef35f8b430be101e8281ecce5d5f49a052929fc7cd37d94a7590645193
 SHA512 
920e49f0b3545f181a1574ca3280ac9adef1e68fe27566c195dd7013f728d355c0d759132789357fcf8fa7391fcbe1e17edf2bd85aa5611df5a4d99740011008

diff --git a/media-fonts/encodings/encodings-1.0.5.ebuild 
b/media-fonts/encodings/encodings-1.0.5.ebuild
new file mode 100644
index 000..5bb3b277033
--- /dev/null
+++ b/media-fonts/encodings/encodings-1.0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# font eclass is inherited directly, since this package is a special case that
+# would greatly complicate the fonts logic of xorg-2
+inherit font xorg-2
+
+DESCRIPTION="X.Org font encodings"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="x11-apps/mkfontscale
+   >=media-fonts/font-util-1.1.1-r1"
+
+pkg_postinst() {
+   xorg-2_pkg_postinst
+   font_pkg_postinst
+}
+
+pkg_postrm() {
+   xorg-2_pkg_postrm
+   font_pkg_postrm
+}



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

2019-06-17 Thread Matt Turner
commit: d61e1c4d44ff0401accf9aa4b596ba0a6c11c0c2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 17 16:23:47 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun 17 17:13:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61e1c4d

xorg-2.eclass: Drop x11-apps/mkfontdir

Now that x11-apps/mkfontscale 1.2.0 is stable everywhere, we can drop
this.

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

 eclass/xorg-2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 6034da49bc3..b5563616bbd 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -137,10 +137,10 @@ unset EAUTORECONF_DEPEND
 
 if [[ ${FONT} == yes ]]; then
RDEPEND+=" media-fonts/encodings
-   || ( >=x11-apps/mkfontscale-1.2.0 ( x11-apps/mkfontscale 
x11-apps/mkfontdir ) )"
+   >=x11-apps/mkfontscale-1.2.0"
PDEPEND+=" media-fonts/font-alias"
DEPEND+=" >=media-fonts/font-util-1.2.0
-   || ( >=x11-apps/mkfontscale-1.2.0 ( x11-apps/mkfontscale 
x11-apps/mkfontdir ) )"
+   >=x11-apps/mkfontscale-1.2.0"
 
# @ECLASS-VARIABLE: FONT_DIR
# @DESCRIPTION:



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

2019-06-17 Thread Fabian Groffen
commit: a3d095a20db517967389cc7a126528cf345ae613
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jun 17 17:12:52 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jun 17 17:13:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d095a2

mail-client/mutt: version bump 1.12.1

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

 mail-client/mutt/Manifest   |   2 +
 mail-client/mutt/mutt-1.12.1.ebuild | 288 
 2 files changed, 290 insertions(+)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 1528eb41dbb..bdd92c71b56 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -2,7 +2,9 @@ DIST mutt-1.10.1.tar.gz 4255890 BLAKE2B 
2a0e7629c42ba11ec5c3686d9c17e283ed9cb1f9
 DIST mutt-1.11.3.tar.gz 4581196 BLAKE2B 
12f7a067bdfab72628e3fd25e9391d252c8665db845963df5c4a8f66f7d68ce1385e94fd35527718fdbedc9759910e2ee7253430ecddb8ea92f6368078be9a03
 SHA512 
381079254f01cdd85b9e556a10bb1ddf0b49d96b54fe21d70dd735199dcbbfd46956ad85201fe8a4e8cdf7bdb121664c7b4edc0659da6b14dc8eaf6adf9827df
 DIST mutt-1.11.4.tar.gz 4582417 BLAKE2B 
750385cc90df0d34d35103883a9918f205830ea93e5ec9f33cd579d5c121d630b3074f1918fa0e8e5aa91edd503c7ba38c34785a8a96803d7af30d08a0966c4d
 SHA512 
18c5bfa5c45ef70b3307afccf28f613a36de035f1b5c493f84f0571f7ba297cd0b25e01be9102a028c51c28c459c4bc62281da88926e16ce58c3c1407609e0eb
 DIST mutt-1.12.0.tar.gz 4668896 BLAKE2B 
0c3d9bdc55ef836ff5951a897be58fef2d0dda11432df96ddab7b5267302dd7669f6c17bcfbbf706efcc8628dd46a209efa51fa8f4539cc3662534a1e820d6ac
 SHA512 
b9482af3bfeb39ab8be7244deda49b56a77cfa15b3dfc7dd2b0ec2d7eba8e32b742b7a254ff64e6827a6f74f563830276bf950e8b2b192d27a1fd6b1df70443c
+DIST mutt-1.12.1.tar.gz 4675166 BLAKE2B 
f1c073e05d60f41a8057d90074b7cbc2a882243b0c4b495b1b147356c83daad136d5574dd6a567c0180823e73d8fb79a38d316ab0b2c56731baed24fe9ad9890
 SHA512 
0101120ad2acab89552be210725bae1a903f0b2c48be7207750589d141236537823f27c39e8d700eee16eb6b978058d056180b3d51e45e0242546f176b971538
 DIST mutt-gentoo-1.10.1-patches-r0.tar.xz 108396 BLAKE2B 
86edca04154f96efce27543326f8610dffba0085c7d69e82a7ac5f48ae9cd6662bcf6afa0e55b3d83ec054ee2eb86dff70b0c15a5170f41cc57887e17a661406
 SHA512 
1e0675803abc2bc116ef6e726f5009c43b0fb7bbf9bd3141a7cbbded51033695ddcc5228612f228cd19dae4181719e756a85e3fa2c8c9a9a4a9aefb4170bd5f5
 DIST mutt-gentoo-1.11.3-patches-r0.tar.xz 107172 BLAKE2B 
bb82a95baf3fe5af191d5da7bd56d0f51d43a390be08442c945515330fd11d5d3a0c2893a5a595ea8a23421ec5ea79aa36a05e46ce71d449c28193b819154c9b
 SHA512 
2d1579f03876398eb793548b31fe8bfc15d226651334dfe07a65eff45ab777eebaae66d85dd0a59e05649ae0924fdb45cfced438eb0dff9742bc13b1fb1ae671
 DIST mutt-gentoo-1.11.4-patches-r0.tar.xz 107064 BLAKE2B 
f8ad915fd0ceea729fdc14719e69c43751e75fd4afc9f19460d15493fd97baee9606703d7d6a8239a34b2c0d6f2458fc007277933bbc724b6a8588bb7514decd
 SHA512 
57714259f802efe54e21cd23560bb158777b50320604db0a8ff8a47c25166a873d13d64b03eba4cb1c5067a586e7c64d9d0ba84ddbe0e179745e92d704a55cd1
 DIST mutt-gentoo-1.12.0-patches-r0.tar.xz 106152 BLAKE2B 
675bae3f7bf6e9792bf90c891d03f58fb849bc3744a2453a52b0a3cd992f53ebc30e363eb9490e8511f7a956424b686651139e54c329ad47363c01e0fd3e4fe0
 SHA512 
1ad062551f3033ef30e5cc5ce2fc4df151614cf9277227f6d9153e37069ecff0b9ee5bad7e4402f35b8cc04c0e942640d326f0636cc7c6b1d968494972ee7b3a
+DIST mutt-gentoo-1.12.1-patches-r0.tar.xz 106064 BLAKE2B 
60b73bcfd9713261c7b88fe74d70a630954511a38331c3e8e958ef7f6459b3bf8548211ee920fe238085c6481c03633cec21e7ae70c1473c89914ce720bd7c21
 SHA512 
feffbd49ad8156e226e7d4dc56b1c976f3f2a0f8dc3551c11696d5653342b91b4406a494d6081b969fe8267bf09a441a4f3c5a0014d108000e55c985aaafa596

diff --git a/mail-client/mutt/mutt-1.12.1.ebuild 
b/mail-client/mutt/mutt-1.12.1.ebuild
new file mode 100644
index 000..e7a091241ec
--- /dev/null
+++ b/mail-client/mutt/mutt-1.12.1.ebuild
@@ -0,0 +1,288 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/;
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+   https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+   https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES};
+IUSE="berkdb crypt debug doc gdbm gnutls gpg gpgme +hcache idn +imap kerberos 
libressl +lmdb mbox nls nntp notmuch pgp_classic pop qdbm +sasl selinux slang 
smime smime_classic +smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+   hcache?   ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+   imap? ( ssl )
+   pop?  ( ssl )
+   nntp? ( ssl )
+   smime?( ssl !gnutls )
+   

[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-06-17 Thread Ben Kohler
commit: b98d516c078d04f3ffa786c38d3e5b5c39d5cd3b
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jun 17 16:56:13 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jun 17 16:57:02 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=b98d516c

kernel-generic-config: add req'd options for iwd & luks2

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

Signed-off-by: Ben Kohler  gentoo.org>

 defaults/kernel-generic-config | 5 +
 1 file changed, 5 insertions(+)

diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config
index bb9e043..3a7992e 100644
--- a/defaults/kernel-generic-config
+++ b/defaults/kernel-generic-config
@@ -3831,7 +3831,12 @@ CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y
 
 CONFIG_EXPERT=y
 CONFIG_CHECKPOINT_RESTORE=y
+
+CONFIG_KEY_DH_OPERATIONS=y
 CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_CRYPTO_USER_API_SKCIPHER=m
+CONFIG_PKCS8_PRIVATE_KEY_PARSER=m
+
 CONFIG_DMIID=y
 CONFIG_SECCOMP_FILTER=y
 CONFIG_SIGNALFD=y



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

2019-06-17 Thread Mikle Kolyada
commit: 7b1f6e32d20580f1c885896ba08016578a796e73
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 17 16:22:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 17 16:25:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1f6e32

app-editror/texworks: initial import

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

 app-editors/texworks/Manifest  |  1 +
 app-editors/texworks/metadata.xml  |  8 
 app-editors/texworks/texworks-0.6.3.ebuild | 61 ++
 3 files changed, 70 insertions(+)

diff --git a/app-editors/texworks/Manifest b/app-editors/texworks/Manifest
new file mode 100644
index 000..ff1a9953be4
--- /dev/null
+++ b/app-editors/texworks/Manifest
@@ -0,0 +1 @@
+DIST texworks-0.6.3.tar.gz 12082640 BLAKE2B 
db5b98f9226e0e7e109dc06d8e0a88b0e8f0dd237676ebec3be55308c720eb6dada25be061d8d5dc27949b9673e93fd65c8fbe03aee4f8170471c52b37fd
 SHA512 
389cf54441e74164fc842f2f293cdee45c6ff9fe202f262d32f3fb076de9a29813a62cd75052969293f2f784e0722215bbbf2206e75bc836a13d495bf5aed653

diff --git a/app-editors/texworks/metadata.xml 
b/app-editors/texworks/metadata.xml
new file mode 100644
index 000..203fa55c746
--- /dev/null
+++ b/app-editors/texworks/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   zlog...@gentoo.org
+   Mikle Kolyada
+
+

diff --git a/app-editors/texworks/texworks-0.6.3.ebuild 
b/app-editors/texworks/texworks-0.6.3.ebuild
new file mode 100644
index 000..49986398a31
--- /dev/null
+++ b/app-editors/texworks/texworks-0.6.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+
+inherit python-single-r1 cmake-utils xdg-utils
+
+DESCRIPTION="A simple interface for working with TeX documents"
+HOMEPAGE="http://tug.org/texworks/;
+SRC_URI="https://github.com/TeXworks/texworks/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="lua python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="app-text/hunspell:=
+   app-text/poppler[qt5]
+   dev-qt/designer:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtscript:5[scripttools]
+   lua? ( dev-lang/lua:0 )
+   python? ( ${PYTHON_DEPS} ) "
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-release-${PV}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -Wno-dev
+   -DPREFER_BUNDLED_SYNCTEX=OFF
+   -DWITH_LUA=$(usex lua ON OFF)
+   -DWITH_PYTHON=$(usex python ON OFF)
+   -DTeXworks_PLUGIN_DIR="/usr/$(get_libdir)/texworks"
+   -DTeXworks_DOCS_DIR="/share/doc/${PF}"
+   -DQTPDF_VIEWER=ON
+   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_SHARED_PLUGINS=ON
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2019-06-17 Thread Mike Gilbert
commit: ff8eb9b0e29b1949fc45e890e06767c8f656a4e0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun 17 16:19:04 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun 17 16:19:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8eb9b0

sys-apps/systemd: avoid error setting fs.file-max on linux-5.2

Package-Manager: Portage-2.3.67_p9, Repoman-2.3.14_p4
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/files/242-file-max.patch  | 31 ++
 ...systemd-241-r1.ebuild => systemd-241-r2.ebuild} |  1 +
 ...systemd-242-r2.ebuild => systemd-242-r3.ebuild} |  1 +
 3 files changed, 33 insertions(+)

diff --git a/sys-apps/systemd/files/242-file-max.patch 
b/sys-apps/systemd/files/242-file-max.patch
new file mode 100644
index 000..0a1fe950e29
--- /dev/null
+++ b/sys-apps/systemd/files/242-file-max.patch
@@ -0,0 +1,31 @@
+From 6e2f78948403a4cce45b9e34311c9577c624f066 Mon Sep 17 00:00:00 2001
+From: Lennart Poettering 
+Date: Mon, 17 Jun 2019 10:51:25 +0200
+Subject: [PATCH] core: set fs.file-max sysctl to LONG_MAX rather than
+ ULONG_MAX
+
+Since kernel 5.2 the kernel thankfully returns proper errors when we
+write a value out of range to the sysctl. Which however breaks writing
+ULONG_MAX to request the maximum value. Hence let's write the new
+maximum value instead, LONG_MAX.
+---
+ src/core/main.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/core/main.c b/src/core/main.c
+index b33ea1b5b52..e7f51815f07 100644
+--- a/src/core/main.c
 b/src/core/main.c
+@@ -1245,9 +1245,9 @@ static void bump_file_max_and_nr_open(void) {
+ #endif
+ 
+ #if BUMP_PROC_SYS_FS_FILE_MAX
+-/* I so wanted to use STRINGIFY(ULONG_MAX) here, but alas we can't as 
glibc/gcc define that as
+- * "(0x7fffL * 2UL + 1UL)". Seriously.  */
+-if (asprintf(, "%lu\n", ULONG_MAX) < 0) {
++/* The maximum the kernel allows for this since 5.2 is LONG_MAX, use 
that. (Previously thing where
++ * different but the operation would fail silently.) */
++if (asprintf(, "%li\n", LONG_MAX) < 0) {
+ log_oom();
+ return;
+ }

diff --git a/sys-apps/systemd/systemd-241-r1.ebuild 
b/sys-apps/systemd/systemd-241-r2.ebuild
similarity index 99%
rename from sys-apps/systemd/systemd-241-r1.ebuild
rename to sys-apps/systemd/systemd-241-r2.ebuild
index a6ba1136fd7..f1d8b6296e6 100644
--- a/sys-apps/systemd/systemd-241-r1.ebuild
+++ b/sys-apps/systemd/systemd-241-r2.ebuild
@@ -170,6 +170,7 @@ src_prepare() {

"${FILESDIR}"/CVE-2019-6454/0002-Allocate-temporary-strings-to-hold-dbus-paths-on-the.patch
"${FILESDIR}"/241-version-dep.patch
"${FILESDIR}"/242-gcc-9.patch
+   "${FILESDIR}"/242-file-max.patch
)
 
if ! use vanilla; then

diff --git a/sys-apps/systemd/systemd-242-r2.ebuild 
b/sys-apps/systemd/systemd-242-r3.ebuild
similarity index 99%
rename from sys-apps/systemd/systemd-242-r2.ebuild
rename to sys-apps/systemd/systemd-242-r3.ebuild
index c2b6ac9fb90..4af6fc44b6e 100644
--- a/sys-apps/systemd/systemd-242-r2.ebuild
+++ b/sys-apps/systemd/systemd-242-r3.ebuild
@@ -173,6 +173,7 @@ src_prepare() {
"${FILESDIR}"/242-gcc-9.patch
"${FILESDIR}"/242-socket-util-flush-accept.patch
"${FILESDIR}"/242-wireguard-listenport.patch
+   "${FILESDIR}"/242-file-max.patch
)
 
if ! use vanilla; then



[gentoo-commits] data/gentoo-news:master commit in: 2019-06-05-amd64-17-1-profiles-are-now-stable/

2019-06-17 Thread Michał Górny
commit: b10930198adfdeaea38009c62af206c02c4a274b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 17 16:11:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 17 16:11:22 2019 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=b1093019

17.1 profiles: use --deep for */lib32 rebuild

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

 .../2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/2019-06-05-amd64-17-1-profiles-are-now-stable/2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt
 
b/2019-06-05-amd64-17-1-profiles-are-now-stable/2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt
index 8684e63..7dba0c2 100644
--- 
a/2019-06-05-amd64-17-1-profiles-are-now-stable/2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt
+++ 
b/2019-06-05-amd64-17-1-profiles-are-now-stable/2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt
@@ -1,7 +1,7 @@
 Title: amd64 17.1 profiles are now stable
 Author: Michał Górny 
 Posted: 2019-06-05
-Revision: 1
+Revision: 2
 News-Item-Format: 2.0
 Display-If-Profile: default/linux/amd64/13.0
 Display-If-Profile: default/linux/amd64/13.0/selinux
@@ -104,7 +104,7 @@ The following steps can be used to upgrade your system:
 11. If you are using a multilib profile, rebuild all 32-bit packages.
 This can be done using:
 
-  # emerge -1v /lib32 /usr/lib32
+  # emerge -1v --deep /lib32 /usr/lib32
 
 Alternatively, if you are switching from one of the 13.0 profiles
 you can rebuild all packages as detailed in the 17.0 news item:



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

2019-06-17 Thread Anthony G. Basile
commit: 047128ae4992af6b0dcd92fa301043f3443ee501
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun 17 16:05:05 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 17 16:05:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047128ae

net-firewall/xtables-addons: remove older versions

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

 net-firewall/xtables-addons/Manifest   |   4 -
 .../xtables-addons/xtables-addons-2.14.ebuild  | 188 -
 .../xtables-addons/xtables-addons-3.0.ebuild   | 188 -
 .../xtables-addons/xtables-addons-3.1.ebuild   | 188 -
 .../xtables-addons/xtables-addons-3.2.ebuild   | 188 -
 5 files changed, 756 deletions(-)

diff --git a/net-firewall/xtables-addons/Manifest 
b/net-firewall/xtables-addons/Manifest
index 83e86b46d78..2c68e11c255 100644
--- a/net-firewall/xtables-addons/Manifest
+++ b/net-firewall/xtables-addons/Manifest
@@ -1,6 +1,2 @@
 DIST xtables-addons-2.13.tar.xz 322116 BLAKE2B 
31d12adcfdf2043b44b5789f3ba3215197ff48d378b20fd6406f6afd22739e04069f08f32214a2230ec797469b236788dbebef079855539994db69be358ec421
 SHA512 
51cfa963d6f2f931b0361746e0b48f5ecf43a14e9e8d5297ef55faf0e9f8d1deb4641e88e3fea2afdbb3e39dd06d414de6057fb4a21e5184d4ea3d21b8028497
-DIST xtables-addons-2.14.tar.xz 322296 BLAKE2B 
f739951ff535f73be8c96b271f929821fd708cb4615a3e6c2528d9bd2574c8d801c6ac6b59f23f5054b29c31a94f90c7d3f7628b09fb78dc2e7f7da87e5af0a1
 SHA512 
f3d49c53aa01fadc334906e580f16605849fe7be83637fa73d51b48ded0e77c368c544ad69fa97b53a6688eaa3ba63bab489c150a9e02205e8044cdd521f4752
-DIST xtables-addons-3.0.tar.xz 321960 BLAKE2B 
ce6e034ab42fda319217b464a2c3c639787a696d58739cc7ba8e1c699894c46590c34490c8ccc41c29b8dbfb4ad01859050bdeccbac08d09f297a49cdc920c6e
 SHA512 
164b43ff23f33187b5f557bedf765fbad21721b236ac5f5e982c5fdf88cdcbf8ca106810d2df31d9ab79e9c518f7fec3d7dae297540d0b00326a0dfffd04cfec
-DIST xtables-addons-3.1.tar.xz 323684 BLAKE2B 
eb75bf41c7ca2f1b1dc41bb7c602de8856e86db244a4e247e3089037e176d5f84e472719e7fc31836e898b615f8b6630ddeacf0754807e6684a22aa593550b1a
 SHA512 
d9cbd3278ac156b3edb024bad98dab2bb1f83546aacf038b85b9203064e301de17c638dae4e05ea907b00b4038377e9aefebb65367ffc335b149f7e17596d931
-DIST xtables-addons-3.2.tar.xz 323608 BLAKE2B 
a23ae7d779d7cb2f77f2c0cceae54c1b73fa9dcb9dab22a83c2af22562d2c1b1d0a6df7eef7809961d1cb0484793a65a57259af4934b3e7fe624c20c397ce215
 SHA512 
57b02aec83765ad407a813cc8bb5ba471739da09ee8177094592833d1eaa54300ce06b326e9897cb80f563bdaec24b33d42c2cdb72f8a0ec8f86b085fcc6494d
 DIST xtables-addons-3.3.tar.xz 322676 BLAKE2B 
caea009b76e813d72a0490ac961be8e97340b6afda078062104ad8a320d7e6e673450232a0f670829b616e07596397e72c51c8d21f905c664749de6301dec12e
 SHA512 
76e76f8cb385d1f471b01c60be1561910123a4a083374a3976fae98943197c3e77fad62363addba8d14d0aaf23713df9a10a22b1906bbdbb702a61c297d3cb3c

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

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

2019-06-17 Thread Anthony G. Basile
commit: 8eecb0d63c47f54aa68c5c23b3ea296aa1edf7ec
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun 17 16:03:56 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 17 16:03:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eecb0d6

net-firewall/xtables-addons: fix bug #679728

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

 net-firewall/xtables-addons/xtables-addons-3.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-firewall/xtables-addons/xtables-addons-3.3.ebuild 
b/net-firewall/xtables-addons/xtables-addons-3.3.ebuild
index f5b31b42fdc..a19790d7af1 100644
--- a/net-firewall/xtables-addons/xtables-addons-3.3.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-3.3.ebuild
@@ -26,6 +26,7 @@ DEPEND=">=net-firewall/iptables-1.6.0"
 RDEPEND="${DEPEND}
xtables_addons_geoip? (
app-arch/unzip
+   dev-perl/Net-CIDR-Lite
dev-perl/Text-CSV_XS
virtual/perl-Getopt-Long
)



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

2019-06-17 Thread Matt Turner
commit: 43dafe5bc3206ad6336d7d68c18eb79ecf5a0710
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 17 15:40:52 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun 17 15:42:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dafe5b

x11-libs/pixman: Use tc-has-openmp

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

 x11-libs/pixman/pixman-0.38.4.ebuild | 7 +--
 x11-libs/pixman/pixman-.ebuild   | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/x11-libs/pixman/pixman-0.38.4.ebuild 
b/x11-libs/pixman/pixman-0.38.4.ebuild
index 3fbd5e9c832..b5fcceac957 100644
--- a/x11-libs/pixman/pixman-0.38.4.ebuild
+++ b/x11-libs/pixman/pixman-0.38.4.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
 fi
 
-inherit ${GIT_ECLASS} meson multilib-minimal
+inherit ${GIT_ECLASS} meson multilib-minimal toolchain-funcs
 
 DESCRIPTION="Low-level pixel manipulation routines"
 HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/;
@@ -30,6 +30,9 @@ src_unpack() {
 }
 
 multilib_src_configure() {
+   local openmp=disabled
+   tc-has-openmp && openmp=enabled
+
local emesonargs=(
$(meson_feature cpu_flags_arm_iwmmxt iwmmxt)
$(meson_use cpu_flags_arm_iwmmxt2 iwmmxt2)
@@ -41,7 +44,7 @@ multilib_src_configure() {
$(meson_feature loongson2f loongson-mmi)
-Dgtk=disabled
-Dlibpng=disabled
-   -Dopenmp=auto # only used in unit tests
+   -Dopenmp=$openmp # only used in unit tests
)
meson_src_configure
 }

diff --git a/x11-libs/pixman/pixman-.ebuild 
b/x11-libs/pixman/pixman-.ebuild
index 58862e4166b..0e6923456a8 100644
--- a/x11-libs/pixman/pixman-.ebuild
+++ b/x11-libs/pixman/pixman-.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
 fi
 
-inherit ${GIT_ECLASS} meson multilib-minimal
+inherit ${GIT_ECLASS} meson multilib-minimal toolchain-funcs
 
 DESCRIPTION="Low-level pixel manipulation routines"
 HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/;
@@ -30,6 +30,9 @@ src_unpack() {
 }
 
 multilib_src_configure() {
+   local openmp=disabled
+   tc-has-openmp && openmp=enabled
+
local emesonargs=(
$(meson_feature cpu_flags_arm_iwmmxt iwmmxt)
$(meson_use cpu_flags_arm_iwmmxt2 iwmmxt2)
@@ -41,7 +44,7 @@ multilib_src_configure() {
$(meson_feature loongson2f loongson-mmi)
-Dgtk=disabled
-Dlibpng=disabled
-   -Dopenmp=auto # only used in unit tests
+   -Dopenmp=$openmp # only used in unit tests
)
meson_src_configure
 }



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

2019-06-17 Thread Matt Turner
commit: 6e63e33be6eb1f152b27c00a81494e85b3152709
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 17 14:54:52 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun 17 15:18:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e63e33b

x11-libs/libX11: Version bump to 1.6.8

Closes: https://bugs.gentoo.org/299654
Closes: https://bugs.gentoo.org/550502
Closes: https://bugs.gentoo.org/616140
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libX11/Manifest|  1 +
 x11-libs/libX11/libX11-1.6.8.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest
index 3c1bb4f9036..7f0eaa3b42c 100644
--- a/x11-libs/libX11/Manifest
+++ b/x11-libs/libX11/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.6.7.tar.bz2 2290260 BLAKE2B 
d149d3eacdb1cd80de378076dd96bbaa2cf0cf24d4431ed1afbc00f6ff43cb5dbbea01345230e8b06cd05900d77d4771a72e3b8c5ddda69cb25c95f02a58d9ce
 SHA512 
edd2273b9dadbbf90ad8d7b5715db29eb120a5a22ad2595f697e56532cc24b84e358580c00548fa6be8e9d26601a2b2cdab32272c59266709534317abbd05cd5
+DIST libX11-1.6.8.tar.bz2 2395911 BLAKE2B 
50f8871d7ff2aee14767085a6cf78e9f6e2b01c5143227089590c86db8006836432cb051d6259893850d78d2daea3332a26885a34f07989b869c14b8ddeefa28
 SHA512 
1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76

diff --git a/x11-libs/libX11/libX11-1.6.8.ebuild 
b/x11-libs/libX11/libX11-1.6.8.ebuild
new file mode 100644
index 000..6cd68250158
--- /dev/null
+++ b/x11-libs/libX11/libX11-1.6.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="X.Org X11 library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="ipv6 test"
+
+RDEPEND=">=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+   x11-libs/xtrans"
+BDEPEND="test? ( dev-lang/perl )"
+
+pkg_setup() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_with doc xmlto)
+   $(use_enable doc specs)
+   $(use_enable ipv6)
+   --without-fop
+   )
+}



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

2019-06-17 Thread Lars Wendler
commit: 6e87617f23a8b2bd9f0b3bc3203ef79b400cc081
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun 17 14:35:50 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun 17 14:35:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e87617f

sys-libs/libblockdev: Added "introspection" USE flag to live ebuild

Thanks-to: Gino McCarty  protonmail.com>
Bug: https://bugs.gentoo.org/685020
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/libblockdev/libblockdev-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libblockdev/libblockdev-.ebuild 
b/sys-libs/libblockdev/libblockdev-.ebuild
index fe1a9b0b4e7..fb0c5edf218 100644
--- a/sys-libs/libblockdev/libblockdev-.ebuild
+++ b/sys-libs/libblockdev/libblockdev-.ebuild
@@ -25,7 +25,7 @@ else
 fi
 LICENSE="LGPL-2+"
 SLOT="0"
-IUSE="bcache +cryptsetup device-mapper dmraid escrow gtk-doc lvm kbd test 
+tools vdo"
+IUSE="bcache +cryptsetup device-mapper dmraid escrow gtk-doc introspection lvm 
kbd test +tools vdo"
 
 RDEPEND="
>=dev-libs/glib-2.42.2
@@ -58,8 +58,8 @@ DEPEND="
 "
 
 BDEPEND+="
-   >=dev-libs/gobject-introspection-1.3.0
dev-util/gtk-doc-am
+   introspection? ( >=dev-libs/gobject-introspection-1.3.0 )
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -82,6 +82,7 @@ src_configure() {
--with-part
--without-mpath
--without-nvdimm
+   $(use_enable introspection)
$(use_enable test tests)
$(use_with bcache)
$(use_with cryptsetup crypto)



  1   2   >