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

2019-08-05 Thread Pacho Ramos
commit: 66a14764225d7ea3cbc907bb0c54f579cc60a8cd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Aug  5 18:54:22 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Aug  5 18:54:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a14764

media-fonts/noto-emoji: Stabilize

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

 media-fonts/noto-emoji/noto-emoji-20190328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/noto-emoji/noto-emoji-20190328.ebuild 
b/media-fonts/noto-emoji/noto-emoji-20190328.ebuild
index 0c67590eebb..994ee91ee97 100644
--- a/media-fonts/noto-emoji/noto-emoji-20190328.ebuild
+++ b/media-fonts/noto-emoji/noto-emoji-20190328.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/googlei18n/noto-emoji/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}



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

2019-08-05 Thread Pacho Ramos
commit: 988e25ba8c6e540050fbaa3b27fe8a4ebbc5a51f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Aug  5 18:58:34 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Aug  5 18:58:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988e25ba

dev-libs/libgee: Bump to 0.20.2

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

 dev-libs/libgee/Manifest |  1 +
 dev-libs/libgee/libgee-0.20.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-libs/libgee/Manifest b/dev-libs/libgee/Manifest
index 3e9eb8e310f..5afe1c02a5a 100644
--- a/dev-libs/libgee/Manifest
+++ b/dev-libs/libgee/Manifest
@@ -1,2 +1,3 @@
 DIST libgee-0.20.1.tar.xz 681464 BLAKE2B 
5e7d6d9fb9c2833bd7334f5fb38dd1ff151ee4e5ebc3414d904b9c0dc57d3c3fe56ea2194828f9bc1eec57413058cb6866156a5e3da76381cf71fe98102d9c52
 SHA512 
b991acfea965e0afa007adac0df1763c3b97b31bf2832c0408128d02f4bb237a03c583b4dd107de1ed877ef042614352c845b6ba5f8b6fb535f43e2400746d7f
+DIST libgee-0.20.2.tar.xz 675684 BLAKE2B 
197eea5f1c4babf203e58c65a3419407c7657f4fb92e4e921afa2408cbe3dcba3f8e554a898766c83d3318a4a7fddc47b17f21daf04d79b5635e3363749cb035
 SHA512 
4ea312f73046fee5d0ad1d5d1942c9f4aecbec22509ce7f00b51352039b9643d65d2f37d4c0de550f0165ff7f6058cf88ecb55d7c5963706a1b63d5ec14c7d7d
 DIST libgee-0.6.8.tar.xz 443060 BLAKE2B 
b11275dd27492c0ae80fc354f1167e96def9b7c126089509f83b6d291eb48155224f5449e1b22a2549c6e3f2cb5d5daf5daa3ccc425723b7a203762e09ada091
 SHA512 
b26d36ee9fc0c5c214521ad97bc20f11f1191a3dab72a5f1af2f6435f51ff2f28e81ccb26fac399939c1a7eaad519db98032d3bc593a4052463acd91bb12902a

diff --git a/dev-libs/libgee/libgee-0.20.2.ebuild 
b/dev-libs/libgee/libgee-0.20.2.ebuild
new file mode 100644
index 000..0f4023e5f8e
--- /dev/null
+++ b/dev-libs/libgee/libgee-0.20.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="GObject-based interfaces and classes for commonly used data 
structures"
+HOMEPAGE="https://wiki.gnome.org/Projects/Libgee";
+
+LICENSE="LGPL-2.1+"
+SLOT="0.8/2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-linux"
+IUSE="+introspection"
+
+# FIXME: add doc support, requires valadoc
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   VALAC="$(type -P false)"
+}



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

2019-08-05 Thread Dennis Lamm
commit: c24972258d3a3d31bb960d79be1b14928e98b7dd
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Aug  5 19:22:04 2019 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Aug  5 19:22:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2497225

sys-apps/firejail: [QA] fix compressed man pages

Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16

 .../files/firejail-compressed-manpages.patch   | 17 ++
 sys-apps/firejail/firejail-0.9.60-r1.ebuild| 65 ++
 2 files changed, 82 insertions(+)

diff --git a/sys-apps/firejail/files/firejail-compressed-manpages.patch 
b/sys-apps/firejail/files/firejail-compressed-manpages.patch
new file mode 100644
index 000..8a43bcac261
--- /dev/null
+++ b/sys-apps/firejail/files/firejail-compressed-manpages.patch
@@ -0,0 +1,17 @@
+diff --git a/Makefile b/Makefile
+index 9c9b93d..2eb8ab2 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -141,10 +141,9 @@ endif
+   install -m 0755 -d $(DESTDIR)/$(mandir)/man5
+   for man in $(MANPAGES); do \
+   rm -f $$man.gz; \
+-  gzip -9n $$man; \
+   case "$$man" in \
+-  *.1) install -c -m 0644 $$man.gz 
$(DESTDIR)/$(mandir)/man1/; ;; \
+-  *.5) install -c -m 0644 $$man.gz 
$(DESTDIR)/$(mandir)/man5/; ;; \
++  *.1) install -c -m 0644 $$man 
$(DESTDIR)/$(mandir)/man1/; ;; \
++  *.5) install -c -m 0644 $$man 
$(DESTDIR)/$(mandir)/man5/; ;; \
+   esac; \
+   done
+   rm -f $(MANPAGES) $(MANPAGES:%=%.gz)

diff --git a/sys-apps/firejail/firejail-0.9.60-r1.ebuild 
b/sys-apps/firejail/firejail-0.9.60-r1.ebuild
new file mode 100644
index 000..c8262c74d0d
--- /dev/null
+++ b/sys-apps/firejail/firejail-0.9.60-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Security sandbox for any type of processes"
+HOMEPAGE="https://firejail.wordpress.com/";
+
+SRC_URI="https://github.com/netblue30/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="apparmor +chroot contrib debug +file-transfer +globalcfg +network 
+overlayfs +private-home +seccomp +suid test +userns vim-syntax +whitelist x11"
+
+DEPEND="!sys-apps/firejail-lts
+   apparmor? ( sys-libs/libapparmor )
+   test? ( dev-tcltk/expect )"
+
+RDEPEND="apparmor? ( sys-libs/libapparmor )"
+
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${PN}-compressed-manpages.patch" )
+
+src_prepare() {
+   default
+
+   find ./contrib -type f -name '*.py' | xargs sed --in-place 
's-#!/usr/bin/python3-#!/usr/bin/env python3-g' || die
+
+   find -type f -name Makefile.in | xargs sed --in-place --regexp-extended 
\
+   --expression='/^\tinstall .*COPYING /d' \
+   --expression='/CFLAGS/s: (-O2|-ggdb) : :g' || die
+
+   sed --in-place --regexp-extended '/CFLAGS/s: (-O2|-ggdb) : :g' 
./src/common.mk.in || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable apparmor) \
+   $(use_enable chroot) \
+   $(use_enable contrib contrib-install) \
+   $(use_enable file-transfer) \
+   $(use_enable globalcfg) \
+   $(use_enable network) \
+   $(use_enable overlayfs) \
+   $(use_enable private-home) \
+   $(use_enable seccomp) \
+   $(use_enable suid) \
+   $(use_enable userns) \
+   $(use_enable whitelist) \
+   $(use_enable x11)
+}
+
+src_install() {
+   default
+
+   if use vim-syntax; then
+   insinto /usr/share/vim/vimfiles/ftdetect
+   doins contrib/vim/ftdetect/firejail.vim
+
+   insinto /usr/share/vim/vimfiles/syntax
+   doins contrib/vim/syntax/firejail.vim
+   fi
+}



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

2019-08-05 Thread Maxim Koltsov
commit: c01c2d2e17fabb61fdc0595996f08043aab2003e
Author: Konstantin Podshumok  gmail  com>
AuthorDate: Sun Jul 21 15:01:09 2019 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Mon Aug  5 19:25:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01c2d2e

sys-cluster/kube-router new ebuild

Signed-off-by: Konstantin Podshumok  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12494
Signed-off-by: Maxim Koltsov  gentoo.org>

 sys-cluster/kube-router/Manifest   |  1 +
 sys-cluster/kube-router/files/kube-router.confd| 11 +
 sys-cluster/kube-router/files/kube-router.initd| 22 ++
 .../kube-router/files/kube-router.logrotated   |  7 
 sys-cluster/kube-router/kube-router-0.3.1.ebuild   | 48 ++
 sys-cluster/kube-router/metadata.xml   | 23 +++
 6 files changed, 112 insertions(+)

diff --git a/sys-cluster/kube-router/Manifest b/sys-cluster/kube-router/Manifest
new file mode 100644
index 000..16a8309e7f3
--- /dev/null
+++ b/sys-cluster/kube-router/Manifest
@@ -0,0 +1 @@
+DIST kube-router-0.3.1.tar.gz 8468463 BLAKE2B 
23ee608e6415b3627f5024c8778ae1f33c5db3c1c564d0eb1e0fcb45dd90ff4a148c39e7fd0a4888d6b4cf13b129c5249c2db868efa584f15e31c7ff539829d5
 SHA512 
185e3a58dc6112e33ed7dc5702795dd7be0a37b63c7c882a1c092060a57a755ea4ea5c2cc96c93210bee632a4a4c4b19f3506ceb44b96d4727cf62cb2f28818f

diff --git a/sys-cluster/kube-router/files/kube-router.confd 
b/sys-cluster/kube-router/files/kube-router.confd
new file mode 100644
index 000..4b4b600ade8
--- /dev/null
+++ b/sys-cluster/kube-router/files/kube-router.confd
@@ -0,0 +1,11 @@
+# K8S_APISERVER='https://127.0.0.1:6443'
+# KUBECONFIG=/etc/kubernetes/kube-router.kubeconfig
+
+# Leave empty to autodetect:
+# HOSTNAME=
+
+# RUN_PROXY=true
+# RUN_FIREWALL=true
+# RUN_ROUTER=false
+
+EXTRA_ARGS=''

diff --git a/sys-cluster/kube-router/files/kube-router.initd 
b/sys-cluster/kube-router/files/kube-router.initd
new file mode 100644
index 000..844b951bd83
--- /dev/null
+++ b/sys-cluster/kube-router/files/kube-router.initd
@@ -0,0 +1,22 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="Kubernetes routing engine"
+supervisor=supervise-daemon
+command="/usr/bin/kube-router"
+error_log='/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log'
+pidfile="${pidfile:-/run/${RC_SVCNAME}.pid}"
+
+command_args="--master=${K8S_APISERVER} --kubeconfig=${KUBECONFIG} \
+  --run-service-proxy=${RUN_PROXY:-false} \
+  --run-firewall=${RUN_FIREWALL:-false} \
+  --run-router=${RUN_ROUTER:-false} \
+  ${HOSTNAME:+--hostname-override=}${HOSTNAME} \
+  ${EXTRA_ARGS}"
+
+extra_commands="clear"
+
+clear() {
+"${command}" --cleanup-config
+}

diff --git a/sys-cluster/kube-router/files/kube-router.logrotated 
b/sys-cluster/kube-router/files/kube-router.logrotated
new file mode 100644
index 000..9b08d671520
--- /dev/null
+++ b/sys-cluster/kube-router/files/kube-router.logrotated
@@ -0,0 +1,7 @@
+/var/log/kube-router/*.log {
+   missingok
+   size 5M
+   rotate 3
+   compress
+   copytruncate
+}

diff --git a/sys-cluster/kube-router/kube-router-0.3.1.ebuild 
b/sys-cluster/kube-router/kube-router-0.3.1.ebuild
new file mode 100644
index 000..2d4a756b407
--- /dev/null
+++ b/sys-cluster/kube-router/kube-router-0.3.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN="github.com/cloudnativelabs/${PN}"
+
+inherit golang-build golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="A turnkey solution for Kubernetes networking"
+HOMEPAGE="https://kube-router.io";
+SRC_URI="https://github.com/cloudnativelabs/kube-router/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   net-firewall/iptables[conntrack]
+   net-firewall/ipset
+   sys-cluster/ipvsadm
+"
+
+src_compile() {
+   pushd src/${EGO_PN} || die
+   GOPATH="${S}" go build -x -work -v \
+   -ldflags "-X 
'github.com/cloudnativelabs/kube-router/pkg/cmd.version=${PV}' "\
+"-X 'github.com/cloudnativelabs/kube-router/pkg/cmd.buildDate=$(date -u 
+%FT%T%z)'" \
+   -o kube-router cmd/kube-router/kube-router.go || die
+   popd || die
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin ${PN}
+   dodoc *.md docs/*.md docs/*/*
+   popd || die
+
+   newinitd "${FILESDIR}"/kube-router.initd kube-router
+   newconfd "${FILESDIR}"/kube-router.confd kube-router
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/kube-router.logrotated kube-router
+}

diff --git a/sys-cluster/kube-router/metadata.xml 
b/sys-cluster/kube-router/metadata.xml
new file mode 100644
index 000..468a7ec1342
--- /dev/nul

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

2019-08-05 Thread Alexey Shvetsov
commit: 034038bca58c367719c8c8f3004dcbb9c4be2a0e
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Aug  5 20:13:00 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Aug  5 20:13:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034038bc

net-libs/libaccounts-glib: add py3.7

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

 net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild 
b/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
index ebe37a242e5..65cf22ba172 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit meson python-r1 vala vcs-snapshot
 
 DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib 
applications"



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

2019-08-05 Thread Alexey Shvetsov
commit: 79ef40b8f581b46134d26ee563d52afab560b3df
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Aug  5 20:12:22 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Aug  5 20:12:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ef40b8

net-libs/libaccounts-glib: Add missing bdep dev-libs/check

Closes: https://bugs.gentoo.org/691484
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov  gentoo.org>

 net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild 
b/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
index 303f69ecb19..ebe37a242e5 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
@@ -29,6 +29,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="
dev-util/gdbus-codegen
dev-util/glib-utils
+   dev-libs/check
doc? ( dev-util/gtk-doc )
 "
 



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

2019-08-05 Thread Lars Wendler
commit: 7486b43c77a1a7e48a129ea530ab188f56528847
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug  5 20:33:30 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug  5 20:33:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7486b43c

sys-apps/man-db: Bump to version 2.8.6.1. Removed old.

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

 sys-apps/man-db/Manifest   | 2 +-
 sys-apps/man-db/{man-db-2.8.6.ebuild => man-db-2.8.6.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man-db/Manifest b/sys-apps/man-db/Manifest
index da0a1bd8217..3e3eb2319b4 100644
--- a/sys-apps/man-db/Manifest
+++ b/sys-apps/man-db/Manifest
@@ -1,3 +1,3 @@
 DIST man-db-2.7.6.1.tar.xz 1541316 BLAKE2B 
ea3aa7e90ea8af4882bd99d99374cc37d9c0c7f70bb970973eb3f2178aa4323bcdebc7f39f142ec0144dbe55a9f86aba15d9fe281d2662d280b8e6dca9452f24
 SHA512 
623c5e7f8b7c289908b2c926f8777293b8d39aeceef0d2509d701a8b0bfa81408650f655c8608318221786c751a79ee91124b07993de5298cd7fa6d8bb737301
 DIST man-db-2.8.5.tar.xz 1787244 BLAKE2B 
b908a6fb0187d42f8d1f842063e0afdf1e052244ea727f0aaaf4d658bb8954a216c0555df5511b27246fd12c2a388c44dcfccf243449d25d6e741c5c3466d3be
 SHA512 
8d1524c3b6459c9ac02d969149c18c198cb171bcd6acc493e863a466c01309958ee9f5ac52df4d7d27da29d35cb7c64132732f5b969181ab336500df2e6dad69
-DIST man-db-2.8.6.tar.xz 1829188 BLAKE2B 
d6bc48515e81084562577f86312235f8c7c2805ca8a645373c3f157c218aaa69bd491e6d111282e3d17112cf4b9869bad1516cfee29034f50bda71e38a2cd9d6
 SHA512 
95ceda7aee43030bb7928294414d89535740b4146af887642343096df242e231f99850cd460fa9bb336644b147bcb8c81715619bcee0368b57a22e1de411fc1b
+DIST man-db-2.8.6.1.tar.xz 1829328 BLAKE2B 
5dce50a4d5003a370595b3db0b1d7f01c54b53d26f011307bd91447cdeed410ea20a6720b12eae301d21c0b9674ed84b055f38f44e09d5543ce1647dff8b5bca
 SHA512 
0c43cdddf2e07cd4a2225e098ea4cbfb2842a9bbf08bfb073058be0d66efac3a77ca0f8725564677c8f61e671f471c76f1dbba77a7601d7a63bb81350ef51bb5

diff --git a/sys-apps/man-db/man-db-2.8.6.ebuild 
b/sys-apps/man-db/man-db-2.8.6.1.ebuild
similarity index 100%
rename from sys-apps/man-db/man-db-2.8.6.ebuild
rename to sys-apps/man-db/man-db-2.8.6.1.ebuild



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

2019-08-05 Thread Zac Medico
commit: 5c92ab3ce076c9fb710c6cdcba71bae224215f20
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul 29 06:57:22 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Aug  5 20:39:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c92ab3c

metadata/layout.conf: Allow specific PROPERTIES and RESTRICT values

Bug: https://bugs.gentoo.org/690786
Signed-off-by: Zac Medico  gentoo.org>

 metadata/layout.conf | 4 
 1 file changed, 4 insertions(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 7ffc0ce6b72..0bbcd62745b 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -4,6 +4,10 @@
 # For details on this file, see the layout.conf section of the
 # portage(5) man page.
 
+# Allow specific PROPERTIES and RESTRICT values in ebuilds.
+properties-allowed = interactive live
+restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs 
primaryuri splitdebug strip test userpriv
+
 # manifest-hashes specify hashes used for new/updated entries
 # the current set went live on 2017-11-21, per 2017-11-12 Council meeting
 # 
https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856



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

2019-08-05 Thread Matt Turner
commit: ed84e4c2cae2d697a0f49e684d95fa549f4eda9b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug  5 21:51:53 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug  5 21:53:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed84e4c2

net-fs/autofs: Add myself as a maintainer

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

 net-fs/autofs/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-fs/autofs/metadata.xml b/net-fs/autofs/metadata.xml
index f36813693b7..98c1695a788 100644
--- a/net-fs/autofs/metadata.xml
+++ b/net-fs/autofs/metadata.xml
@@ -5,6 +5,10 @@
d...@gentoo.org
Yixun Lan

+   
+   matts...@gentoo.org
+   Matt Turner
+   

Enable debugging with the dmalloc 
library
Install LDAP module



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

2019-08-05 Thread Matt Turner
commit: ab6a10a0dd6b0acc9dcadf4c7c2071d8310c932b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug  5 21:56:32 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug  5 22:02:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6a10a0

dev-libs/wayland-protocols: Port to EAPI=7

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

 .../wayland-protocols-.ebuild  | 24 --
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index 0b33125e7a0..837f825ff1b 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,21 +1,15 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git";
-   EXPERIMENTAL="true"
-
-   inherit git-r3 autotools
-else
-   inherit autotools
-fi
+EAPI=7
 
 DESCRIPTION="Wayland protocol files"
 HOMEPAGE="https://wayland.freedesktop.org/";
 
-if [[ $PV != * ]]; then
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/";
+   inherit git-r3 autotools
+else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
 fi
@@ -24,9 +18,9 @@ LICENSE="MIT"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
default



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

2019-08-05 Thread Matt Turner
commit: 2101a0010a020cab79c45d1bae7c9e4f1f42ca71
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug  5 21:54:22 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug  5 22:02:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2101a001

dev-libs/wayland-protocols: Version bump to 1.18

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

 dev-libs/wayland-protocols/Manifest|  1 +
 .../wayland-protocols-1.18.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 2fb7fe41b51..a0950b10bf3 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B 
cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726
 SHA512 
5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643
+DIST wayland-protocols-1.18.tar.xz 108344 BLAKE2B 
7e770bafa364ff96441354246801d1c6cbe561eefe864673610dc2d47e3aa5ac7cd22a2fc2925aa1060a261ed6df8b6b5ef81c33adbeb374170821feeecd651f
 SHA512 
166be44f370a99281da442e7e2c2fc2f3169b61eeaa69263611b4e33847e93d1071f3cc89537597e1252d48d03993ce39c7d65f43b66a23c9b1551f47959e483

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
new file mode 100644
index 000..837f825ff1b
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wayland protocol files"
+HOMEPAGE="https://wayland.freedesktop.org/";
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/";
+   inherit git-r3 autotools
+else
+   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_test() {
+   export XDG_RUNTIME_DIR="${T}/runtime-dir"
+   mkdir "${XDG_RUNTIME_DIR}" || die
+   chmod 0700 "${XDG_RUNTIME_DIR}" || die
+
+   default
+}



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

2019-08-05 Thread Sergei Trofimovich
commit: 72bd205a774d469090cb781c223a41fb654b329d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug  5 17:09:40 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug  5 22:03:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72bd205a

media-sound/fluidsynth: stable 2.0.4 for sparc, bug #687822

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

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

diff --git a/media-sound/fluidsynth/fluidsynth-2.0.4.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.0.4.ebuild
index 5f002995294..696ccdebd45 100644
--- a/media-sound/fluidsynth/fluidsynth-2.0.4.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/FluidSynth/fluidsynth/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="LGPL-2.1+"
 SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash oss portaudio pulseaudio 
+readline +sndfile"
 
 BDEPEND="



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

2019-08-05 Thread Sergei Trofimovich
commit: b7395b748b5af5795745532578c842030d48fe48
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug  5 17:10:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug  5 22:04:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7395b74

app-admin/sudo: stable 1.8.27-r1 for sparc, bug #691410

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

 app-admin/sudo/sudo-1.8.27-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/sudo-1.8.27-r1.ebuild 
b/app-admin/sudo/sudo-1.8.27-r1.ebuild
index d343079172f..4a59c2b040c 100644
--- a/app-admin/sudo/sudo-1.8.27-r1.ebuild
+++ b/app-admin/sudo/sudo-1.8.27-r1.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} != "" ]] ; then
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
fi
 fi
 



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

2019-08-05 Thread Sergei Trofimovich
commit: 2740b599461d87a9dbaebcf1cb59f1873549b91f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug  5 17:11:43 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug  5 22:04:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2740b599

media-libs/tiff: stable 4.0.10-r1 for sparc, bug #690732

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

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

diff --git a/media-libs/tiff/tiff-4.0.10-r1.ebuild 
b/media-libs/tiff/tiff-4.0.10-r1.ebuild
index cbafff643fa..dac2db26c21 100644
--- a/media-libs/tiff/tiff-4.0.10-r1.ebuild
+++ b/media-libs/tiff/tiff-4.0.10-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz";
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



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

2019-08-05 Thread Aaron Bauman
commit: 039d36bed200d859043be0f2accad91203145adc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:57:39 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:57:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039d36be

gnome-extra/gnome-weather: arm64 keyworded

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

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

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
index 2721a6d2043..a7ca1ec3787 100644
--- a/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
+++ b/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather";
 
 LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 RDEPEND="



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

2019-08-05 Thread Aaron Bauman
commit: 80cfbbe0dbe9f8db0441454f0ad8b884dc769e16
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:00:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:00:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80cfbbe0

gnome-base/gnome-extra-apps: arm64 keyworded

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

 gnome-base/gnome-extra-apps/gnome-extra-apps-3.30.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.30.2.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.30.2.ebuild
index f9b0d8b854c..6c78e1ebc64 100644
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.30.2.ebuild
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.30.2.ebuild
@@ -9,7 +9,7 @@ LICENSE="metapackage"
 SLOT="3.0"
 IUSE="+games share +shotwell +tracker"
 
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 # Note to developers:
 # This is a wrapper for the extra apps integrated with GNOME 3



[gentoo-commits] repo/gentoo:master commit in: games-board/four-in-a-row/

2019-08-05 Thread Aaron Bauman
commit: 643b62237c00612d616146c9d846a1492d0b33e5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:00:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:00:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643b6223

games-board/four-in-a-row: arm64 keyworded

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

 games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild 
b/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild
index 665a3ca84fe..5da5cd26831 100644
--- a/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild
+++ b/games-board/four-in-a-row/four-in-a-row-3.28.0.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
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row";
 # Code is GPL-2+ but most themes are GPL-3+ and we install them 
unconditionally, CC-BY-SA-3.0 is user help license in v3.22.1
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/swell-foop/

2019-08-05 Thread Aaron Bauman
commit: 59becc49eed80df03c3a61cb287754dfc4b03086
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:09:28 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:09:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59becc49

games-puzzle/swell-foop: arm64 keyworded

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

 games-puzzle/swell-foop/swell-foop-3.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild 
b/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild
index 23bf96d7424..3e9411eb7bc 100644
--- a/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild
+++ b/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop";
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2019-08-05 Thread Aaron Bauman
commit: 92103afe1880cbb1ea1d59ac4111faae79fa56d7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:59:55 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:59:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92103afe

gnome-extra/gnome-characters: arm64 keyworded

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

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

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild
index dc78279ad18..8569891bf15 100644
--- a/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild
+++ b/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap";
 
 LICENSE="GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2019-08-05 Thread Aaron Bauman
commit: 6d8167fe768b96793d9f25944549c6b900376916
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:59:04 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:59:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8167fe

x11-themes/gnome-backgrounds: arm64 keyworded

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

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

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild
index 520947a5fa9..eaf373900a6 100644
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds";
 
 LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!

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

2019-08-05 Thread Aaron Bauman
commit: a2d46faa0c933954e7283615cfc4d35c43033ac0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:57:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:57:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d46faa

dev-util/dogtail: arm64 keyworded

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

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

diff --git a/dev-util/dogtail/dogtail-0.9.10.ebuild 
b/dev-util/dogtail/dogtail-0.9.10.ebuild
index dee95fd8941..982905cafca 100644
--- a/dev-util/dogtail/dogtail-0.9.10.ebuild
+++ b/dev-util/dogtail/dogtail-0.9.10.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitlab.com/${PN}/${PN}/raw/released/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/five-or-more/

2019-08-05 Thread Aaron Bauman
commit: d355c41635ff27dfdc557ff6aaa81b33ec4fb84b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:58:22 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:58:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d355c416

games-puzzle/five-or-more: arm64 keyworded

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

 games-puzzle/five-or-more/five-or-more-3.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/five-or-more/five-or-more-3.30.0.ebuild 
b/games-puzzle/five-or-more/five-or-more-3.30.0.ebuild
index 6b899c988c5..5da398c241c 100644
--- a/games-puzzle/five-or-more/five-or-more-3.30.0.ebuild
+++ b/games-puzzle/five-or-more/five-or-more-3.30.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Five%20or%20more";
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2019-08-05 Thread Aaron Bauman
commit: 0ad5fd26cb860d4e8e99f16d40add76863af9847
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:59:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad5fd26

gnome-extra/gnome-system-monitor: arm64 keyworded

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

 gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild
index 28a4c28f05d..cc38aae8854 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/stable/";
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="systemd X"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 RDEPEND="
>=dev-cpp/glibmm-2.46:2



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

2019-08-05 Thread Aaron Bauman
commit: 60ebb90189cbecfe9164556cb5fb42d9f0ae9dda
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:56:50 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:56:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ebb901

gnome-extra/gnome-tweaks: arm64 keyworded

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

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

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild
index d5ee4690102..7b1c7924d1f 100644
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



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

2019-08-05 Thread Aaron Bauman
commit: ef4c95b624a41f69bb3e01cbc6f8773fa15d494f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:01:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:01:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4c95b6

gnome-base/gnome: arm64 keyworded

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

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

diff --git a/gnome-base/gnome/gnome-3.30.2.ebuild 
b/gnome-base/gnome/gnome-3.30.2.ebuild
index 16cd681981b..5a3737a1d02 100644
--- a/gnome-base/gnome/gnome-3.30.2.ebuild
+++ b/gnome-base/gnome/gnome-3.30.2.ebuild
@@ -11,7 +11,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 
 IUSE="accessibility +bluetooth +classic cups +extras"
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-klotski/

2019-08-05 Thread Aaron Bauman
commit: a314e98ebf0f88657749bcc4faf711c149654a0f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:57:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:57:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a314e98e

games-puzzle/gnome-klotski: arm64 keyworded

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

 games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild 
b/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild
index 0e818bd67ad..14f34f774e1 100644
--- a/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild
+++ b/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Klotski";
 
 LICENSE="GPL-3+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-tetravex/

2019-08-05 Thread Aaron Bauman
commit: e7355b72f5cab433bd0814604d512242d6be446c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 22:58:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 22:58:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7355b72

games-puzzle/gnome-tetravex: arm64 keyworded

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

 games-puzzle/gnome-tetravex/gnome-tetravex-3.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.22.0.ebuild 
b/games-puzzle/gnome-tetravex/gnome-tetravex-3.22.0.ebuild
index a35cdaa9fbe..292f7923c60 100644
--- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.22.0.ebuild
+++ b/games-puzzle/gnome-tetravex/gnome-tetravex-3.22.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Tetravex";
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2019-08-05 Thread Aaron Bauman
commit: 52ea5aaded9e3546df30a947f72d510be2d9743e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:18:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:18:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ea5aad

net-dns/bind-tools: arm64 stable (bug #684706)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 net-dns/bind-tools/bind-tools-9.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.14.4.ebuild 
b/net-dns/bind-tools/bind-tools-9.14.4.ebuild
index b6ed8a6015b..db161fabb6a 100644
--- a/net-dns/bind-tools/bind-tools-9.14.4.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.14.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${MY_PN}-
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gssapi idn ipv6 libedit libressl readline ssl xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2019-08-05 Thread Aaron Bauman
commit: e03ef1262e35fad319ebf837ad80c61e12f11d96
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:24:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:24:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03ef126

dev-libs/fstrm: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-libs/fstrm/fstrm-0.3.0.ebuild 
b/dev-libs/fstrm/fstrm-0.3.0.ebuild
index 4950eecace4..3a1720c757b 100644
--- a/dev-libs/fstrm/fstrm-0.3.0.ebuild
+++ b/dev-libs/fstrm/fstrm-0.3.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/farsightsec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~s390 ~sparc x86"
 IUSE="static-libs utils"
 
 RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"



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

2019-08-05 Thread Aaron Bauman
commit: 97639af96965fecc41a36ff9b4d013ea13cc53c0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:18:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:18:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97639af9

net-dns/bind: arm64 stable (bug #684706)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

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

diff --git a/net-dns/bind/bind-9.14.4.ebuild b/net-dns/bind/bind-9.14.4.ebuild
index 13ac0afe565..62c6ec54a52 100644
--- a/net-dns/bind/bind-9.14.4.ebuild
+++ b/net-dns/bind/bind-9.14.4.ebuild
@@ -36,7 +36,7 @@ SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~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"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi
 json ldap libressl lmdb mysql odbc postgres python selinux ssl static-libs



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

2019-08-05 Thread Aaron Bauman
commit: 795a09f257d1106fb3d272f106beef94116840a7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:33:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:33:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795a09f2

arm64/p.u.m: jitterentropy is keyworded now

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

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 9d7a5a3bb63..c11545fa020 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Aaron Bauman  (2019-08-05)
+# jitterentropy is keyworded now
+sys-apps/rng-tools -jitterentropy
+
 # Patrick McLean  (2019-06-14)
 # test deps not keyworded
 dev-util/bcc test



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

2019-08-05 Thread Aaron Bauman
commit: f976db685cb545d5b4c2fb5f1179a355725c08f4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 23:31:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 23:31:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f976db68

app-crypt/jitterentropy: arm64 keyworded (bug #691526)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild 
b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
index 7b62868932e..0cd818fed6c 100644
--- a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
+++ b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
 IUSE="static-libs"
 
 S="${WORKDIR}/${PN}-library-${PV}"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, dev-util/ninja/

2019-08-05 Thread Göktürk Yüksek
commit: 42a118b36bdc86089ebe98f3825267df985ff76b
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Jul 26 01:58:27 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Aug  5 23:54:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a118b3

dev-util/ninja: 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>

 dev-util/ninja/ninja-1.9.0.ebuild| 2 +-
 profiles/arch/riscv/package.use.mask | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/ninja/ninja-1.9.0.ebuild 
b/dev-util/ninja/ninja-1.9.0.ebuild
index 0ebf722104f..ba9df78face 100644
--- a/dev-util/ninja/ninja-1.9.0.ebuild
+++ b/dev-util/ninja/ninja-1.9.0.ebuild
@@ -15,7 +15,7 @@ else
MY_P="ninja-${KITWARE_VERSION}"
S="${WORKDIR}/${MY_P}"

SRC_URI="https://github.com/Kitware/ninja/archive/v${KITWARE_VERSION}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 fi
 
 DESCRIPTION="A small build system similar to make"

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 734f52dc3a9..6565034d6d6 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -45,6 +45,7 @@ dev-python/setuptools test
 dev-python/snakeoil test
 dev-util/catalyst iso
 dev-util/meson test
+dev-util/ninja doc test
 dev-util/pkgconf test
 dev-vcs/git cvs highlight gnome-keyring subversion tk xinetd
 media-libs/freetype harfbuzz png



[gentoo-commits] repo/gentoo:master commit in: dev-util/desktop-file-utils/

2019-08-05 Thread Göktürk Yüksek
commit: 69ae42c85135b417d29340ddd5648a0370684dc1
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Jul 26 02:26:56 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Aug  5 23:54:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ae42c8

dev-util/desktop-file-utils: 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>

 dev-util/desktop-file-utils/desktop-file-utils-0.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/desktop-file-utils/desktop-file-utils-0.23.ebuild 
b/dev-util/desktop-file-utils/desktop-file-utils-0.23.ebuild
index 2135025ef09..e3606f62447 100644
--- a/dev-util/desktop-file-utils/desktop-file-utils-0.23.ebuild
+++ b/dev-util/desktop-file-utils/desktop-file-utils-0.23.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="emacs"
 
 RDEPEND=">=dev-libs/glib-2.12:2



[gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/, profiles/arch/riscv/

2019-08-05 Thread Göktürk Yüksek
commit: b79215b3d1dddf38a4b9875d57728bbe72de54f4
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Jul 26 01:46:58 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Aug  5 23:54:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79215b3

app-arch/libarchive: 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>

 app-arch/libarchive/libarchive-3.3.3.ebuild | 2 +-
 profiles/arch/riscv/package.use.mask| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.3.3.ebuild 
b/app-arch/libarchive/libarchive-3.3.3.ebuild
index 1755d083bbd..50cb45ba649 100644
--- a/app-arch/libarchive/libarchive-3.3.3.ebuild
+++ b/app-arch/libarchive/libarchive-3.3.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz";
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 +lzma lzo 
nettle static-libs +threads xattr +zlib zstd"
 
 RDEPEND="

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 6106b8006f2..734f52dc3a9 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -16,6 +16,7 @@ dev-vcs/git pcre-jit
 
 app-admin/syslog-ng amqp dbi geoip geoip2 json kafka mongodb python redis 
spoof-source smtp snmp
 app-admin/sysstat lm_sensors
+app-arch/libarchive lz4 lzo zstd
 app-arch/unzip natspec
 app-crypt/gnupg smartcard tofu wks-server
 app-crypt/mit-krb5 doc test xinetd



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

2019-08-05 Thread Göktürk Yüksek
commit: 093d665721ccfbf08324662e736475f3f5eb888b
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Jul 26 02:15:16 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Aug  5 23:54:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093d6657

net-misc/iputils: keyword for riscv #686122

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>

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

diff --git a/net-misc/iputils/iputils-20190515.ebuild 
b/net-misc/iputils/iputils-20190515.ebuild
index fab32c416ff..4e88cd74204 100644
--- a/net-misc/iputils/iputils-20190515.ebuild
+++ b/net-misc/iputils/iputils-20190515.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/s${PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2019-08-05 Thread Göktürk Yüksek
commit: 56c797771edc73357941619e4dbdd8d4d0132a21
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Jul 25 02:08:50 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Aug  5 23:54:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c79777

app-crypt/rhash: 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>

 app-crypt/rhash/rhash-1.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/rhash/rhash-1.3.8.ebuild 
b/app-crypt/rhash/rhash-1.3.8.ebuild
index d90710484a0..37f7ea0d0dd 100644
--- a/app-crypt/rhash/rhash-1.3.8.ebuild
+++ b/app-crypt/rhash/rhash-1.3.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="debug nls libressl ssl static-libs"
 
 RDEPEND="



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

2019-08-05 Thread Göktürk Yüksek
commit: 30a6220a94157546d564795a6b405277684e7bbe
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Aug  5 23:41:10 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Aug  5 23:55:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a6220a

app-crypt/jitterentropy: keyword for riscv #691526

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>

 app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild 
b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
index 0cd818fed6c..c9568cf0829 100644
--- a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
+++ b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv"
 IUSE="static-libs"
 
 S="${WORKDIR}/${PN}-library-${PV}"



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

2019-08-05 Thread Göktürk Yüksek
commit: 8e003c22915a16c65d94269505300d9a9e1a0667
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Jul 25 02:12:48 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Aug  5 23:54:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e003c22

dev-libs/libuv: 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>

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

diff --git a/dev-libs/libuv/libuv-1.30.1.ebuild 
b/dev-libs/libuv/libuv-1.30.1.ebuild
index 82a9f17f924..046df21f294 100644
--- a/dev-libs/libuv/libuv-1.30.1.ebuild
+++ b/dev-libs/libuv/libuv-1.30.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD BSD-2 ISC MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 RESTRICT="test"
 



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

2019-08-05 Thread Göktürk Yüksek
commit: 47b4031a9ed80280957968b2f885ded900dd4a08
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Aug  6 00:50:05 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Aug  6 00:51:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b4031a

profiles/arch/riscv/package.use.mask: unmask jitterentropy for rng-tools

Signed-off-by: Göktürk Yüksek  gentoo.org>

 profiles/arch/riscv/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 6565034d6d6..84bc53503c1 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -58,7 +58,7 @@ net-misc/ntp openntpd snmp vim-syntax zeroconf
 net-nds/openldap cxx kerberos sasl
 sys-apps/kmod doc
 sys-apps/portage epydoc
-sys-apps/rng-tools jitterentropy nistbeacon pkcs11
+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



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

2019-08-05 Thread Aaron Bauman
commit: 66cff690243f398a3185219ba20536279ed39177
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Aug  6 00:51:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Aug  6 00:52:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cff690

media-gfx/gnome-photos: arm64 keyworded

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

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

diff --git a/media-gfx/gnome-photos/gnome-photos-3.30.1-r1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.30.1-r1.ebuild
index fbe6be92bed..7d25df35897 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.30.1-r1.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.30.1-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Photos";
 
 LICENSE="GPL-3+ LGPL-2+ CC0-1.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="flickr test upnp-av"
 
 COMMON_DEPEND="



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

2019-08-05 Thread Andreas K. Hüttel
commit: fb2fe75af62ad29a44aeba1b8e9e41ce5acb3992
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Aug  6 00:58:57 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Aug  6 00:59:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2fe75a

sys-libs/glibc: Add 2.29 revision with compile-locales support

Bug: https://bugs.gentoo.org/146882
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/Manifest |1 +
 sys-libs/glibc/glibc-2.29-r4.ebuild | 1473 +++
 2 files changed, 1474 insertions(+)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index fa4ab1108bb..c4b7296b07b 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -16,6 +16,7 @@ DIST glibc-2.28-patches-9.tar.xz 98588 BLAKE2B 
4ab583be712994f949dee2512da6e12fd
 DIST glibc-2.28.tar.xz 16484344 BLAKE2B 
9aa8cbd5a145c2a6fde3a60b3d0a14b12b46ed79333ad1ca3e73464adcfe700277a17a9e7fd0ca36e355a0c5b0b27decfa091da320ba802741ad75cc955bbcc8
 SHA512 
521f820953ff07c69ece4c2186f59fc061a7f9747932cd70ef2995c2b2deee76eeb6de700d85071cdca5949179aa8ccee75eda7feca1394121ec7b821ad0a3f3
 DIST glibc-2.29-patches-3.tar.xz 35812 BLAKE2B 
90b8bc57b7a63f03617795c368b92e525eccfec462d638dbc25c581e5b7a2a72ffd5191842f5ac443a868cbc950838d7e5120e866d343a14b80c55dcbfa48f30
 SHA512 
4c9b78d9d1a8aa629418f2d758ef800857780b8a1fd8d3582b88348a513ca26ca7f6ac9110a8c6bae16949b360ba36840d184f42293cd4324760273592d1b438
 DIST glibc-2.29-patches-4.tar.xz 63576 BLAKE2B 
4a9005326e16f8c6b9e1a38e596d66c9f8063572324bfde69c01d2eda3cb026425bcb8dc16ebfc75779e0a66d595f672501cfdafbac18a8a613b84b1d8e670ba
 SHA512 
64b2756169444a865afb20c6fec2b4534f6ae36082cf517c882c8e5e6f7335636a8f0da1b8faf476558664da460db20f5d50f526044a4c203bd7874ecd62d945
+DIST glibc-2.29-patches-5.tar.xz 64032 BLAKE2B 
6c3104bd80aaba617201812a631b734ded4b02f8d4dadb5e353af48692f2a1509ddae1d34098de913ae5b3ac1a29111a44dfae71c3024fab4a805a22e9d66e33
 SHA512 
39add1388268ecf2029cb90b8312fb610b203f459a092dc1da8b46ce91ccfbbdff235592aa6174edf9efe71039d984ee121dc9adf7e18490cf92fe24561b1267
 DIST glibc-2.29.tar.xz 16515488 BLAKE2B 
b754e6825176538a2b8ca03fce014f0d87d333dc4d038bf0cda5ee8a2f484cd3ce93ad78ec126737e093ab64b55ceedf04cd08aecb4f8041daaa329e99717afa
 SHA512 
146bc0769fe853d9edbf93cea7f74c5b3d84d69cb7614c62588e7acdecd1ec789a9d8949f3e8b99f8f36f2ccac740a003bed94f32b07817baf780b06cfeb6ed0
 DIST glibc-2.30-patches-1.tar.xz 19364 BLAKE2B 
853ae651cf48a78796ac0a3c9c84098731d5a43b37644ee5029d2e2b06dab0d1d96b9dd7c3fd896c5513f5f712beca13845c1e24c698fe824ce0f529a2a827d4
 SHA512 
23065ec67b1a6302eece79da1ba731aa158a2abc0c65aed755cafea388c19aa1f545a6ea6d9db1fd128d06c6878b4c73aea07c6acc053b56bc416143e96e1c05
 DIST glibc-2.30.tar.xz 16576920 BLAKE2B 
bd5aae4c9854f40785b91f83c3b632de6d48d811027ddfe61651cb1bc617db8017d7914c23a770cdd3feed06fcc316da841eea916cdba54179e7eace4ea45484
 SHA512 
37483990cd653685873e96c45dd1651b32b441b6d7919a68ebe3bae31a0c3f7ce183fc9b110f0b268b353f80312f18370559a1e7aecea0e5aa755c8f2aef1d6b

diff --git a/sys-libs/glibc/glibc-2.29-r4.ebuild 
b/sys-libs/glibc/glibc-2.29-r4.ebuild
new file mode 100644
index 000..c49d8263726
--- /dev/null
+++ b/sys-libs/glibc/glibc-2.29-r4.ebuild
@@ -0,0 +1,1473 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit python-any-r1 prefix eutils eapi7-ver toolchain-funcs flag-o-matic 
gnuconfig usr-ldscript \
+   multilib systemd multiprocessing
+
+DESCRIPTION="GNU libc C library"
+HOMEPAGE="https://www.gnu.org/software/libc/";
+LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
+RESTRICT="strip" # Strip ourself #46186
+SLOT="2.2"
+
+EMULTILIB_PKG="true"
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://sourceware.org/git/glibc.git";
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
+   SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
+fi
+
+RELEASE_VER=${PV}
+
+GCC_BOOTSTRAP_VER=20180511
+
+# Gentoo patchset
+PATCH_VER=5
+
+SRC_URI+=" 
https://dev.gentoo.org/~dilfridge/distfiles/${P}-patches-${PATCH_VER}.tar.xz";
+SRC_URI+=" multilib? ( 
https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz
 )"
+
+IUSE="audit caps cet compile-locales doc gd headers-only +multiarch multilib 
nscd profile selinux +ssp suid systemtap test vanilla"
+
+# Minimum kernel version that glibc requires
+MIN_KERN_VER="3.2.0"
+
+# Here's how the cross-compile logic breaks down ...
+#  CTARGET - machine that will target the binaries
+#  CHOST   - machine that will host the binaries
+#  CBUILD  - machine that will build the binaries
+# If CTARGET != CHOST, it means you want a libc for cross-compiling.
+# If CHOST != CBUILD, it means you want to cross-compile the libc.
+#  CBUILD = CH

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

2019-08-05 Thread Andreas K. Hüttel
commit: 90ff3d4f5d3a9fb1c8486b2d5ee29ac67b2d620d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Aug  6 00:21:07 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Aug  6 00:59:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ff3d4f

package.use.mask: refine compile-locales mask, bug 146882

Bug: https://bugs.gentoo.org/146882
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/base/package.use.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fe62ae2b087..fe2cf44c50b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -248,8 +248,8 @@ dev-db/mysql client-libs
 dev-db/percona-server client-libs
 
 # Andreas K. Hüttel  (2018-02-02)
-# This feature is not ready yet pre-2.30, see bug 146882 comment 26
- (2018-01-10)
 # Failing tests, with extra deps that aren't keyworded due to that



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

2019-08-05 Thread Aaron Bauman
commit: dc5df5b9d0dff4d1c503c55a79e3cb75cda36cfd
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Aug  6 01:49:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Aug  6 01:49:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5df5b9

arm64/p.u.m: not keyworded yet

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

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index c11545fa020..245ae99a576 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Aaron Bauman  (2019-08-05)
+# dep not keyworded here
+media-gfx/gnome-photos upnp-av
+
 # Aaron Bauman  (2019-08-05)
 # jitterentropy is keyworded now
 sys-apps/rng-tools -jitterentropy



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

2019-08-05 Thread Mike Gilbert
commit: 3ee9f5c8a629c56571393fe36e987ae0aba677c4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug  6 01:53:42 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug  6 01:53:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee9f5c8

sys-apps/systemd: keepdir /etc/systemd/system

Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index ac715e3359e..c259ae220b7 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -343,7 +343,7 @@ multilib_src_install_all() {
# Preserve empty dirs in /etc & /var, bug #437008
keepdir /etc/{binfmt.d,modules-load.d,tmpfiles.d}
keepdir /etc/kernel/install.d
-   keepdir /etc/systemd/{network,user}
+   keepdir /etc/systemd/{network,system,user}
keepdir /etc/udev/{hwdb.d,rules.d}
keepdir "${rootprefix}"/lib/systemd/{system-sleep,system-shutdown}
keepdir /usr/lib/{binfmt.d,modules-load.d}



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

2019-08-05 Thread Mike Gilbert
commit: a0d6a64fcf884c4105cc954bd8e378607406ce58
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug  6 01:58:23 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug  6 01:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d6a64f

dev-util/ninja: sync keywords in live ebuild

Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/dev-util/ninja/ninja-.ebuild b/dev-util/ninja/ninja-.ebuild
index fa77efecc27..d2fd05a0b42 100644
--- a/dev-util/ninja/ninja-.ebuild
+++ b/dev-util/ninja/ninja-.ebuild
@@ -15,7 +15,7 @@ else
MY_P="ninja-${KITWARE_VERSION}"
S="${WORKDIR}/${MY_P}"

SRC_URI="https://github.com/Kitware/ninja/archive/v${KITWARE_VERSION}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 fi
 
 DESCRIPTION="A small build system similar to make"



[gentoo-commits] proj/portage:master commit in: lib/_emerge/

2019-08-05 Thread Zac Medico
commit: 8ffc88d4b6269ad6f6b7ee5480508556cc352878
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Aug  6 03:13:32 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Aug  6 03:14:00 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8ffc88d4

EbuildExecuter: remove unused _live_eclasses attribute

Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/EbuildExecuter.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/_emerge/EbuildExecuter.py b/lib/_emerge/EbuildExecuter.py
index ca9859437..acc57c1d0 100644
--- a/lib/_emerge/EbuildExecuter.py
+++ b/lib/_emerge/EbuildExecuter.py
@@ -15,8 +15,6 @@ class EbuildExecuter(CompositeTask):
 
_phases = ("prepare", "configure", "compile", "test", "install")
 
-   _live_eclasses = portage.const.LIVE_ECLASSES
-
def _start(self):
pkg = self.pkg
scheduler = self.scheduler



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

2019-08-05 Thread Kent Fredric
commit: a5d8df8e8ee30e9cb73cb1cb893a787b78b9956d
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug  6 03:16:52 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug  6 03:18:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d8df8e

dev-lang/moarvm: Bump to version 2019.07.1

- migrate to EAPI7
- Removes unused "jit" USE
- USE="optimize" should work again
- Configure patch seemingly no longer needed

Upstream:
- Fix various race conditions by bumping level after instrumentation
  instead of before
- Avoid various races in profile/coverage/debug
- Fix possible memory corruption in bindkey_*
- Fix pointer arithmetic in inlined CArrays in CStruct/CPPStruct REPRs
- Unbreak instrumentation in debug server
- Init debug socket for windows debug server
- Fix GC rooting in MVM_platform_uname
- Don't return null from filename() in profiler
- Add band_i, bor_i, bxor_i ops to profiler
- Fix dealloc profile logging in profiler by following any forwarder
- Put limits on local and inline counts for inlining (Spesh)
- Only use -fno-ret-protector with Clang on OpenBSD if Jit is enabled
- Fix Configure.pl failing when --prefix is "/usr"
- https://github.com/MoarVM/MoarVM/compare/2019.07...2019.07.1

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-lang/moarvm/Manifest|  1 +
 dev-lang/moarvm/moarvm-2019.07.1.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-lang/moarvm/Manifest b/dev-lang/moarvm/Manifest
index 9da7acfd83e..74cc82541cd 100644
--- a/dev-lang/moarvm/Manifest
+++ b/dev-lang/moarvm/Manifest
@@ -3,4 +3,5 @@ DIST MoarVM-2018.08.tar.gz 5047553 BLAKE2B 
bcb3350e4a063958eee508885784f3f8eda20
 DIST MoarVM-2018.09.tar.gz 5070458 BLAKE2B 
6c391907eb7bcda7eb6629d9f1aea16414fa9ee62d97ec3c72cea6c9b8f6323ef2869e560d8574d30b339889aff92ad73cfd174f9b23f4a98ef359873e053a94
 SHA512 
14d5ca1f6a8c77ee89fd05d66057b640b1e222391fded17631a4e11801de25e1fb3eb6b8b4dd977990e64952f7067482bf405a9ef5ebb6fdacdfa7c11bee21b1
 DIST MoarVM-2018.12.tar.gz 5238765 BLAKE2B 
ac0a7ba8107bcf79cfa58011c0968b5c960d9b2f2e59754b25a2f29e66f86e1d2524e16bce84323f2426f264476a4f3d307761c340ca6f09d3983eacde336704
 SHA512 
b55efc942a581e1d14a571b44a58a76e18f01ca1fabb4c68476003bb42fd4f3663fd532e75814cad6f7b1e1cf5562fe6b1aa68b956c1d8e6769e9dc1bce2b0a7
 DIST MoarVM-2019.03.tar.gz 5136086 BLAKE2B 
695e5528934002b17f547a281482dc0015b3901b2c9626ce6fcf8aaa2df07c293f501871311ee3be47d009b972ca22a268bb34c859fde6a13566e8d03d1d3f04
 SHA512 
aa50dcf1499e83247c4c490384f80896160d08fb72a5a6da1f91748c6dc343fa30dcf35adca3e9e8329a2919026a4bdb299129865abf611ce49d73d05cce4285
+DIST MoarVM-2019.07.1.tar.gz 5189731 BLAKE2B 
3dde716f6911fb8392346b34763439c37866da34361875e7bf1d9d15a4e2b1d9c1dbb668c42611172dcfd6c9060f9c95ec4bac0e5ac614af3038cc4752d9b6d9
 SHA512 
c8ffaf962191a60f643e6e1b765ec700664988ffc629765c273baf32d2748763480f9fd7a2d978b7f99d3ba4bf962775f4dca40053ace2ddd8cd0bffbd977d84
 DIST MoarVM-2019.07.tar.gz 5187102 BLAKE2B 
a9c56453edf5b5834d33187aea6eabacac9a721e7a27471a02b82585560ffbb5bb8807ae8c738f3138c5b0453217ad101aab23bef2c8b727cd2f8a56574abfd5
 SHA512 
ff5370cb2c7dc4357825f02387757e36a5e03b711021c896043ba5f68e573308146a0d94c7855ec9b4860906a3b0720d316d119ca5bbda908f17d3f4f14f4999

diff --git a/dev-lang/moarvm/moarvm-2019.07.1.ebuild 
b/dev-lang/moarvm/moarvm-2019.07.1.ebuild
new file mode 100644
index 000..575bf022807
--- /dev/null
+++ b/dev-lang/moarvm/moarvm-2019.07.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+MY_PN="MoarVM"
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git";
+   EGIT_SUBMODULES=( '*' '-3rdparty/libatomicops' '-3rdparty/libuv' )
+   inherit git-r3
+   KEYWORDS=""
+   S="${WORKDIR}/${P}"
+else
+   SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz";
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6"
+HOMEPAGE="http://moarvm.org";
+LICENSE="Artistic-2"
+SLOT="0"
+IUSE="asan clang debug doc static-libs optimize ubsan"
+
+RDEPEND="dev-libs/libatomic_ops
+   >=dev-libs/libuv-1.26
+   dev-lang/lua:=
+   virtual/libffi"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+   clang? ( >=sys-devel/clang-3.1 )
+   dev-lang/perl"
+
+DOCS=( CREDITS README.markdown )
+
+# Tests are conducted via nqp
+RESTRICT=test
+
+src_prepare() {
+   if [[ "${PV}" == "" ]]; then
+   # Stupid upstream try to auto-fetch this themselves
+   git rm -f 3rdparty/{libatomicops,libuv} ||
+   die "Can't strip unused submodules"
+   fi
+   default
+}
+
+src_configure() {
+   use doc && DOCS+=( docs/* )
+   local myconfigargs=(
+   

[gentoo-commits] proj/qa-scripts:master commit in: /

2019-08-05 Thread Michał Górny
commit: c2993f722045d793ee0aa51e430a46f26b00d0c4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  6 03:51:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  6 03:51:29 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=c2993f72

Update pkgcheck2html

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

 pkgcheck2html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgcheck2html b/pkgcheck2html
index 4c84490..1cacc58 16
--- a/pkgcheck2html
+++ b/pkgcheck2html
@@ -1 +1 @@
-Subproject commit 4c8449043d873ee65780e5e6b148f00de3d16689
+Subproject commit 1cacc58da2c66a0dd44cfa7985fc5c7147f6df1b



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

2019-08-05 Thread Markus Meier
commit: 9a878dfca055cbafa6c454667f7791e5a1dd725a
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Aug  6 04:30:02 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Aug  6 04:30:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a878dfc

gnome-base/gvfs: arm stable, bug #690144

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Markus Meier  gentoo.org>

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

diff --git a/gnome-base/gvfs/gvfs-1.38.3.ebuild 
b/gnome-base/gvfs/gvfs-1.38.3.ebuild
index 3af7859cf3d..268370f1918 100644
--- a/gnome-base/gvfs/gvfs-1.38.3.ebuild
+++ b/gnome-base/gvfs/gvfs-1.38.3.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
mtp? ( udev )
udisks? ( udev )
 "
-KEYWORDS="alpha amd64 ~arm arm64 ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.57.2:2



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

2019-08-05 Thread Matthias Maier
commit: b38b9f1cf22992381201b47ef247c3ec69122a24
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Aug  6 05:04:35 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Aug  6 05:06:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38b9f1c

sci-libs/trilinos: fix metadata.xml

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

 sci-libs/trilinos/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-libs/trilinos/metadata.xml b/sci-libs/trilinos/metadata.xml
index 6c8203582dc..8cbeddb082e 100644
--- a/sci-libs/trilinos/metadata.xml
+++ b/sci-libs/trilinos/metadata.xml
@@ -19,10 +19,9 @@ of large-scale, complex multi-physics engineering and 
scientific problems.
Add support for arprec 
(sci-libs/arprec)
Add support for boost 
(dev-libs/boost)
Add support for clp 
(sci-libs/coinor-clp)
-   Add support for (...)
Add support for cuda 
(dev-util/nvidia-cuda-toolkit)
Add support for eigen 
(dev-cpp/eigen)
-   Add support for (...)
+   Add support for glpk 
(sci-mathematics/glpk)
Add support for gtest 
(dev-cpp/gtest)
Add support for hwloc 
(sys-apps/hwloc)
Add support for hdf5 
(sci-libs/hdf5)



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

2019-08-05 Thread Matthias Maier
commit: afb3fc687bb20461723d630c44468760303616cf
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Aug  6 05:05:51 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Aug  6 05:06:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb3fc68

sci-libs/trilinos: fix automagic dependency

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

 sci-libs/trilinos/trilinos-12.14.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/trilinos/trilinos-12.14.1.ebuild 
b/sci-libs/trilinos/trilinos-12.14.1.ebuild
index abe168f010a..7f2d2492972 100644
--- a/sci-libs/trilinos/trilinos-12.14.1.ebuild
+++ b/sci-libs/trilinos/trilinos-12.14.1.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
clp? ( sci-libs/coinor-clp )
cuda? ( >=dev-util/nvidia-cuda-toolkit-3.2 )
eigen? ( dev-cpp/eigen:3 )
+   glpk? ( sci-mathematics/glpk )
gtest? ( dev-cpp/gtest )
hdf5? ( sci-libs/hdf5[mpi] )
hypre? ( sci-libs/hypre )



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

2019-08-05 Thread Mart Raudsepp
commit: 77f0fb426e0ecf0dec10242260effd65056015e1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug  6 05:02:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug  6 05:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f0fb42

gnome-base/gvfs: remove old

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

 gnome-base/gvfs/Manifest   |   1 -
 gnome-base/gvfs/gvfs-1.38.2.ebuild | 131 -
 2 files changed, 132 deletions(-)

diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest
index 7870697d8c3..564a0ea6549 100644
--- a/gnome-base/gvfs/Manifest
+++ b/gnome-base/gvfs/Manifest
@@ -1,5 +1,4 @@
 DIST gvfs-1.32.2-patchset.tar.xz 22152 BLAKE2B 
46371e4da9f3259ae1be6e7900aa9c3fa83913cf1f5ac80c485abc6a10bd77667e7fad29a09eb160af39212da31c00bc3e47b4ed79780e254ff78d4b7130
 SHA512 
d7a17a33b737d8ac679e259055b57f63ef18f783dd7887c726502f8c05cb9339addd8728ee180ed15dc7d067ff45cc1888bc42a8ca45f9734717cfcde53f3e45
 DIST gvfs-1.32.2.tar.xz 1820100 BLAKE2B 
a12209f8d1f1350edfc470bb8181d68172580909764899a20b248e5dca673e5904aef0562f3244336dd8eff66cbae926d4fb2eb30125328e15aeb622b481
 SHA512 
2fecb7103917f976528a75d317ddb6c9a71c2787cd1bd442c42a40177b74a026e37c9794117f802ebf608091d446ac58eb80d1a618df619180bb3920a98a9457
-DIST gvfs-1.38.2.tar.xz 1202808 BLAKE2B 
31150c10e042b262a55f4a072496138f47532ec55c2cae564d7c1a7a06b043bf131a91a633757fc02a0a31fc052a6ae64bd25d357cf60efa10b9490c6d1a9d84
 SHA512 
b6982f2c23cae057aebd00dab52b4f21f8bcef79fc5e97c098d54a9ebf997913f53146bd1760065454198c94a66f1bc1fc5325b08fea10e63a755fad87321488
 DIST gvfs-1.38.3.tar.xz 1202280 BLAKE2B 
fb4d4f6d0187f4f1bdfdff42f496402c64077958816d1a07d1689b8d477538c11ce26ef5caba1ff8ed16f1188ff5e59d92ce807f4adbf7d9749fe59da6a0e2dc
 SHA512 
4497d04942881e7e7fe6541fc5951bcc03c89305dc975ed1cd0368acf382ac66a532f3b7c781c4dec5662bf71dd6346a93378096c0cbec5f6331d75c85b96175
 DIST gvfs-1.40.2.tar.xz 1204824 BLAKE2B 
beaf9ba603d035a81ab21dc3fe438dfe77cc0cb1d38d0457d079be80b7ec93ab6adbe9992dd0030510fb816ce14da5ef03c3f865e32bdd69956bc0181da09af2
 SHA512 
aec525091553e793e10ad9747e29080c92401b9d2a0b8dff98994c071d67057796628dc2a53c0ede46c53f2b149abb55e57c3ddd75e11a93c2f168713e5fb61c

diff --git a/gnome-base/gvfs/gvfs-1.38.2.ebuild 
b/gnome-base/gvfs/gvfs-1.38.2.ebuild
deleted file mode 100644
index 03f0d89a9e1..000
--- a/gnome-base/gvfs/gvfs-1.38.2.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org gnome2-utils meson systemd xdg
-
-DESCRIPTION="Virtual filesystem implementation for GIO"
-HOMEPAGE="https://wiki.gnome.org/Projects/gvfs";
-
-LICENSE="LGPL-2+"
-SLOT="0"
-
-IUSE="afp archive bluray cdda elogind fuse google gnome-keyring 
gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test 
+udev udisks zeroconf"
-# elogind/systemd only relevant to udisks (in v1.38.1)
-REQUIRED_USE="
-   ?? ( elogind systemd )
-   cdda? ( udev )
-   google? ( gnome-online-accounts )
-   gphoto2? ( udev )
-   mtp? ( udev )
-   udisks? ( udev )
-"
-KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-
-RDEPEND="
-   >=dev-libs/glib-2.57.2:2
-   afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
-   sys-apps/dbus
-   app-crypt/gcr:=
-   policykit? (
-   >=sys-auth/polkit-0.114
-   sys-libs/libcap )
-   http? (
-   dev-libs/libxml2:2
-   >=net-libs/libsoup-2.42.0:2.4 )
-   zeroconf? ( >=net-dns/avahi-0.6 )
-   udev? ( >=virtual/libgudev-147:= )
-   fuse? ( >=sys-fs/fuse-2.8.0:0 )
-   udisks? ( >=sys-fs/udisks-1.97:2 )
-   systemd? ( >=sys-apps/systemd-206:0= )
-   elogind? ( >=sys-auth/elogind-229:0= )
-   ios? (
-   >=app-pda/libimobiledevice-1.2:=
-   >=app-pda/libplist-1:= )
-   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= )
-   gnome-keyring? ( app-crypt/libsecret )
-   bluray? ( media-libs/libbluray:= )
-   mtp? (
-   >=dev-libs/libusb-1.0.21
-   >=media-libs/libmtp-1.1.15 )
-   samba? ( >=net-fs/samba-4[client] )
-   archive? ( app-arch/libarchive:= )
-   cdda? (
-   dev-libs/libcdio:0=
-   >=dev-libs/libcdio-paranoia-0.78.2 )
-   google? ( >=dev-libs/libgdata-0.17.9:=[crypt,gnome-online-accounts] )
-   gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
-   nfs? ( >=net-fs/libnfs-1.9.8 )
-   net-misc/openssh
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   app-text/docbook-xsl-stylesheets
-   app-text/docbook-xml-dtd:4.2
-   dev-libs/libxslt
-   >=sys-devel/gettext-0.19.4
-   virtual/pkgconfig
-   dev-util/gdbus-codegen
-"
-
-sr

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

2019-08-05 Thread Mart Raudsepp
commit: e9b4191597d35a420345423353cd0c206b62ac1f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Aug  6 05:16:18 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Aug  6 05:17:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b41915

games-arcade/gnome-nibbles: bump to 3.32.0, drop unnecessary vala deps

gnome-nibbles still uses autotools, so the C from vala is preregenerated
and we don't need vala to build just yet (until meson port).

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

 games-arcade/gnome-nibbles/Manifest|  1 +
 .../gnome-nibbles/gnome-nibbles-3.32.0.ebuild  | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/games-arcade/gnome-nibbles/Manifest 
b/games-arcade/gnome-nibbles/Manifest
index 940c11ffda6..15911e7204d 100644
--- a/games-arcade/gnome-nibbles/Manifest
+++ b/games-arcade/gnome-nibbles/Manifest
@@ -1 +1,2 @@
 DIST gnome-nibbles-3.24.1.tar.xz 1651024 BLAKE2B 
99b3f4f2e0c3a2ec8b75cf137f6e73848461fb20cbed55e6aef216f357babd67dd449ec36fde87084acf3b8f014b813672a75e1dbe11d33ee8fcc3e52af2a903
 SHA512 
7f3d7240f64429398dae1cdee96d912a22a4f534752d656ab470bcaa8515e005c8b7015e93b162ba24c3b891a64f3b3b84639c2254c1c7e6c45aea229492cc02
+DIST gnome-nibbles-3.32.0.tar.xz 495180 BLAKE2B 
dd7c14a1ec3900e25b64f92519c51eadedf5eac6faa9f8a35612876cf2bb796049f278e904e796aba427f579c5bda093a15dd5310141b9dd7be179b0ecf5b629
 SHA512 
f151b66edcde40e971113cdff7f3b92d740b2f04d943a168cc5471a18fabf5649d31d68beb3ad3ce29f91b36d34ff49725ce0c67f87184f6af1cafd0aed92349

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.32.0.ebuild 
b/games-arcade/gnome-nibbles/gnome-nibbles-3.32.0.ebuild
new file mode 100644
index 000..f6cf5412435
--- /dev/null
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.32.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Nibbles clone for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   dev-libs/libgee:0.8=
+   dev-libs/libgnome-games-support:1=
+   >=media-libs/clutter-1.22.0:1.0
+   >=media-libs/clutter-gtk-1.4.0:1.0
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.18.0:3
+"
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50.2
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure VALAC="$(type -P true)"
+}



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

2019-08-05 Thread Kent Fredric
commit: c4c741dcc514649766450573e7ad6ee0d6594a56
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug  6 05:28:23 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug  6 05:29:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c741dc

dev-lang/moarvm: Fix minimum libuv re bug #652214

I figured that, seeing I've just -r1 bumped all versions for
bug #639538, that I may as well backport the min-version libuv fix
for all the versions while I'm there.

Closes: https://bugs.gentoo.org/652214
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-lang/moarvm/moarvm-2018.06-r1.ebuild | 2 +-
 dev-lang/moarvm/moarvm-2018.08-r1.ebuild | 2 +-
 dev-lang/moarvm/moarvm-2018.09-r1.ebuild | 2 +-
 dev-lang/moarvm/moarvm-2018.12-r1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/moarvm/moarvm-2018.06-r1.ebuild 
b/dev-lang/moarvm/moarvm-2018.06-r1.ebuild
index a6b22e70714..eb788374664 100644
--- a/dev-lang/moarvm/moarvm-2018.06-r1.ebuild
+++ b/dev-lang/moarvm/moarvm-2018.06-r1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE="asan clang debug doc +jit static-libs optimize ubsan"
 
 RDEPEND="dev-libs/libatomic_ops
-   dev-libs/libuv
+   >=dev-libs/libuv-1.26
dev-lang/lua:=
virtual/libffi"
 DEPEND="${RDEPEND}

diff --git a/dev-lang/moarvm/moarvm-2018.08-r1.ebuild 
b/dev-lang/moarvm/moarvm-2018.08-r1.ebuild
index a6b22e70714..eb788374664 100644
--- a/dev-lang/moarvm/moarvm-2018.08-r1.ebuild
+++ b/dev-lang/moarvm/moarvm-2018.08-r1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE="asan clang debug doc +jit static-libs optimize ubsan"
 
 RDEPEND="dev-libs/libatomic_ops
-   dev-libs/libuv
+   >=dev-libs/libuv-1.26
dev-lang/lua:=
virtual/libffi"
 DEPEND="${RDEPEND}

diff --git a/dev-lang/moarvm/moarvm-2018.09-r1.ebuild 
b/dev-lang/moarvm/moarvm-2018.09-r1.ebuild
index a6b22e70714..eb788374664 100644
--- a/dev-lang/moarvm/moarvm-2018.09-r1.ebuild
+++ b/dev-lang/moarvm/moarvm-2018.09-r1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE="asan clang debug doc +jit static-libs optimize ubsan"
 
 RDEPEND="dev-libs/libatomic_ops
-   dev-libs/libuv
+   >=dev-libs/libuv-1.26
dev-lang/lua:=
virtual/libffi"
 DEPEND="${RDEPEND}

diff --git a/dev-lang/moarvm/moarvm-2018.12-r1.ebuild 
b/dev-lang/moarvm/moarvm-2018.12-r1.ebuild
index a6b22e70714..eb788374664 100644
--- a/dev-lang/moarvm/moarvm-2018.12-r1.ebuild
+++ b/dev-lang/moarvm/moarvm-2018.12-r1.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE="asan clang debug doc +jit static-libs optimize ubsan"
 
 RDEPEND="dev-libs/libatomic_ops
-   dev-libs/libuv
+   >=dev-libs/libuv-1.26
dev-lang/lua:=
virtual/libffi"
 DEPEND="${RDEPEND}



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

2019-08-05 Thread Kent Fredric
commit: af79c1ba88221c2e88a0881ac162a0e0599611e2
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug  6 05:22:48 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug  6 05:29:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af79c1ba

dev-lang/moarvm: Fix installation to /lib re bug #639538

This fixes the installation of libmoar.so to use /usr/lib64 etc
instead of /lib64

This additionally fixes the issue where the installation to /lib64
under EAPI7, for some reason, results in no installation of the .so,
as mentioned in bug #504720

Closes: https://bugs.gentoo.org/639538
Bug: https://bugs.gentoo.org/504720
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 ...rvm-2018.12.ebuild => moarvm-2018.06-r1.ebuild} |  8 ++-
 dev-lang/moarvm/moarvm-2018.06.ebuild  | 57 --
 ...rvm-2018.08.ebuild => moarvm-2018.08-r1.ebuild} | 10 ++--
 ...rvm-2018.09.ebuild => moarvm-2018.09-r1.ebuild} | 10 ++--
 ...rvm-2018.12.ebuild => moarvm-2018.12-r1.ebuild} |  8 ++-
 ...rvm-2019.03.ebuild => moarvm-2019.03-r1.ebuild} |  8 ++-
 ...rvm-2019.07.ebuild => moarvm-2019.07-r1.ebuild} |  8 ++-
 ...2019.07.1.ebuild => moarvm-2019.07.1-r1.ebuild} |  8 ++-
 dev-lang/moarvm/moarvm-.ebuild |  8 ++-
 9 files changed, 50 insertions(+), 75 deletions(-)

diff --git a/dev-lang/moarvm/moarvm-2018.12.ebuild 
b/dev-lang/moarvm/moarvm-2018.06-r1.ebuild
similarity index 87%
copy from dev-lang/moarvm/moarvm-2018.12.ebuild
copy to dev-lang/moarvm/moarvm-2018.06-r1.ebuild
index de8b1e480a4..a6b22e70714 100644
--- a/dev-lang/moarvm/moarvm-2018.12.ebuild
+++ b/dev-lang/moarvm/moarvm-2018.06-r1.ebuild
@@ -38,12 +38,16 @@ RESTRICT=test
 
 src_configure() {
use doc && DOCS+=( docs/* )
+   local prefix="${EROOT%/}/usr"
+   local libdir="${EROOT%/}/usr/$(get_libdir)"
+   einfo "--prefix '${prefix}'"
+   einfo "--libdir '${libdir}'"
local myconfigargs=(
-   "--prefix=/usr"
+   "--prefix=${prefix}"
"--has-libuv"
"--has-libatomic_ops"
"--has-libffi"
-   "--libdir=$(get_libdir)"
+   "--libdir=${libdir}"
"--compiler=$(usex clang clang gcc)"
"$(usex asan--asan)"
"$(usex debug   --debug--no-debug)"

diff --git a/dev-lang/moarvm/moarvm-2018.06.ebuild 
b/dev-lang/moarvm/moarvm-2018.06.ebuild
deleted file mode 100644
index 1e5dbdd984e..000
--- a/dev-lang/moarvm/moarvm-2018.06.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-MY_PN="MoarVM"
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git";
-   inherit git-r3
-   KEYWORDS=""
-   S="${WORKDIR}/${P}"
-else
-   SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz";
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6"
-HOMEPAGE="http://moarvm.org";
-LICENSE="Artistic-2"
-SLOT="0"
-IUSE="asan clang debug doc +jit static-libs optimize ubsan"
-
-RDEPEND="dev-libs/libatomic_ops
-   dev-libs/libuv
-   dev-lang/lua:=
-   virtual/libffi"
-DEPEND="${RDEPEND}
-   clang? ( >=sys-devel/clang-3.1 )
-   dev-lang/perl"
-
-DOCS=( CREDITS README.markdown )
-
-# Tests are conducted via nqp
-RESTRICT=test
-
-src_configure() {
-   use doc && DOCS+=( docs/* )
-   local myconfigargs=(
-   "--prefix=/usr"
-   "--has-libuv"
-   "--has-libatomic_ops"
-   "--has-libffi"
-   "--libdir=$(get_libdir)"
-   "--compiler=$(usex clang clang gcc)"
-   "$(usex asan--asan)"
-   "$(usex debug   --debug--no-debug)"
-   "$(usex optimize--optimize=--no-optimize)"
-   "$(usex static-libs --static)"
-   "$(usex ubsan   --ubsan)"
-   )
-   use optimize && filter-flags '-O*'
-
-   perl Configure.pl "${myconfigargs[@]}" || die
-}

diff --git a/dev-lang/moarvm/moarvm-2018.08.ebuild 
b/dev-lang/moarvm/moarvm-2018.08-r1.ebuild
similarity index 85%
rename from dev-lang/moarvm/moarvm-2018.08.ebuild
rename to dev-lang/moarvm/moarvm-2018.08-r1.ebuild
index 1e5dbdd984e..a6b22e70714 100644
--- a/dev-lang/moarvm/moarvm-2018.08.ebuild
+++ b/dev-lang/moarvm/moarvm-2018.08-r1.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
@@ -38,12 +38,16 @@ RESTRICT=test
 
 src_configure() {
use doc && DOCS+=( docs/* )
+   local prefix="${EROOT%/}/usr"
+   local libdir="${EROOT%/}/usr/$(get_

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

2019-08-05 Thread Kent Fredric
commit: 50ca4579669dac5459ee428970e9f358ae41c498
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug  6 05:50:13 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug  6 05:50:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ca4579

dev-java/boot-bin: Add missing shebang re bug #682984

Add a shebang to the boot bootup script so it works for users who have a
native shell other than bash.

-r1 bump necessary as if you already had it installed, it was possibly
broken.

Closes: https://bugs.gentoo.org/682984
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-java/boot-bin/{boot-bin-2.7.1.ebuild => boot-bin-2.7.1-r1.ebuild} | 2 +-
 dev-java/boot-bin/files/boot  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-java/boot-bin/boot-bin-2.7.1.ebuild 
b/dev-java/boot-bin/boot-bin-2.7.1-r1.ebuild
similarity index 97%
rename from dev-java/boot-bin/boot-bin-2.7.1.ebuild
rename to dev-java/boot-bin/boot-bin-2.7.1-r1.ebuild
index 8e700cc2e66..53777ba1edb 100644
--- a/dev-java/boot-bin/boot-bin-2.7.1.ebuild
+++ b/dev-java/boot-bin/boot-bin-2.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"

diff --git a/dev-java/boot-bin/files/boot b/dev-java/boot-bin/files/boot
index acd8e404c28..8d53ebd338a 100644
--- a/dev-java/boot-bin/files/boot
+++ b/dev-java/boot-bin/files/boot
@@ -1,3 +1,4 @@
+#!/bin/bash
 source @@JAVA_PKG_SHAREPATH@@/package.env
 jarpath="@@JAVA_PKG_JARDEST@@/@@PN@@.jar"
 declare -a "options=($BOOT_JVM_OPTIONS)"



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

2019-08-05 Thread Jeroen Roovers
commit: f133f4cfa8e73355ce7c31894430ec4c4a5986d2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 05:52:44 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 05:53:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f133f4cf

dev-libs/libevent: Version 2.1.11

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

 dev-libs/libevent/Manifest |  1 +
 ...vent-2.1..ebuild => libevent-2.1.11.ebuild} | 37 ++
 dev-libs/libevent/libevent-2.1..ebuild |  2 +-
 3 files changed, 19 insertions(+), 21 deletions(-)

diff --git a/dev-libs/libevent/Manifest b/dev-libs/libevent/Manifest
index ee99d13b7a9..2cc947cd10b 100644
--- a/dev-libs/libevent/Manifest
+++ b/dev-libs/libevent/Manifest
@@ -1,2 +1,3 @@
 DIST libevent-2.1.10.tar.gz 1074897 BLAKE2B 
15c86f9d82a54912dc8ebde54192e77dc105a9b7fab215a3ba0b85de31e9caccef8aa02ace0172e22ee394cff0e7b5a4e8ff2a8c5c3e472378630f66b1c0d33b
 SHA512 
2a449b60c5bba0908f693d3169a2941f0952b462ea18cf3c7a7288cd902592f35a42c76096af502f04259ffce2567233fda3586578c2ac53fbfce6e00d35c086
+DIST libevent-2.1.11.tar.gz 1082234 BLAKE2B 
c6721589834bff027a8149ee0076e1877fba000d1712a405e20030192d9c81b892d0930bc1a4774650bef4cb08c60ac81b5928dc17346492ae7e4ded2125579a
 SHA512 
9d0517b117f128f4f196b19a810524814bab75fa967d533063aaa619d3cf2dca97b443edd5805b764da2993d8e37caa536dce39f68ffcc2a88d32a89204c2de3
 DIST libevent-2.1.8.tar.gz 1026485 BLAKE2B 
f1ceb740aa776a7c26f52916d771af7f4bb351cadf858ef991ab015e5897e34579c6af1f4ed3b516d5be2ac7cb3a7c27ac9d3020dbb04ac7670118616a264561
 SHA512 
a2fd3dd111e73634e4aeb1b29d06e420b15c024d7b47778883b5f8a4ff320b5057a8164c6d50b53bd196c79d572ce2639fe6265e03a93304b09c22b41e4c2a17

diff --git a/dev-libs/libevent/libevent-2.1..ebuild 
b/dev-libs/libevent/libevent-2.1.11.ebuild
similarity index 58%
copy from dev-libs/libevent/libevent-2.1..ebuild
copy to dev-libs/libevent/libevent-2.1.11.ebuild
index 0a40893390d..aab84dca42b 100644
--- a/dev-libs/libevent/libevent-2.1..ebuild
+++ b/dev-libs/libevent/libevent-2.1.11.ebuild
@@ -2,22 +2,18 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools git-r3 multilib-minimal
+inherit multilib-minimal
 
 DESCRIPTION="Library to execute a function when a specific event occurs on a 
file descriptor"
-EGIT_BRANCH="patches-$(ver_cut 1-2)"
-EGIT_REPO_URI="https://github.com/libevent/libevent";
-HOMEPAGE="
-   https://libevent.org/
-   ${EGIT_REPO_URI}
+HOMEPAGE="https://libevent.org/ https://github.com/libevent/libevent/";
+SRC_URI="
+   
https://github.com/${PN}/${PN}/releases/download/release-${PV/_/-}-stable/${P/_/-}-stable.tar.gz
 -> ${P}.tar.gz
 "
-
 LICENSE="BSD"
-# libevent-2.1.so.6
-SLOT="0/2.1-6"
-KEYWORDS=""
+
+SLOT="0/2.1-7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~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="debug libressl +ssl static-libs test +threads"
-RESTRICT="test"
 
 DEPEND="
ssl? (
@@ -29,18 +25,10 @@ RDEPEND="
${DEPEND}
!<=dev-libs/9libs-1.0
 "
-
 MULTILIB_WRAPPED_HEADERS=(
/usr/include/event2/event-config.h
 )
-DOCS=(
-   ChangeLog{,-1.4,-2.0}
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
+S=${WORKDIR}/${P/_/-}-stable
 
 multilib_src_configure() {
# fix out-of-source builds
@@ -57,6 +45,15 @@ multilib_src_configure() {
$(use_enable threads thread-support)
 }
 
+src_test() {
+   # The test suite doesn't quite work (see bug #406801 for the latest
+   # installment in a riveting series of reports).
+   :
+   # emake -C test check | tee "${T}"/tests
+}
+
+DOCS=( ChangeLog{,-1.4,-2.0} )
+
 multilib_src_install_all() {
einstalldocs
find "${ED}" -name '*.la' -delete || die

diff --git a/dev-libs/libevent/libevent-2.1..ebuild 
b/dev-libs/libevent/libevent-2.1..ebuild
index 0a40893390d..cf4e7dfeb38 100644
--- a/dev-libs/libevent/libevent-2.1..ebuild
+++ b/dev-libs/libevent/libevent-2.1..ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 # libevent-2.1.so.6
-SLOT="0/2.1-6"
+SLOT="0/2.1-7"
 KEYWORDS=""
 IUSE="debug libressl +ssl static-libs test +threads"
 RESTRICT="test"



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

2019-08-05 Thread Jeroen Roovers
commit: 6318fb1d2a4476d58446273b4a6a05c57736417c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 05:50:07 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 05:53:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6318fb1d

net-analyzer/mtr: Version 0.93

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

 net-analyzer/mtr/Manifest|  1 +
 net-analyzer/mtr/mtr-0.93.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/net-analyzer/mtr/Manifest b/net-analyzer/mtr/Manifest
index 78a312a2721..2ca59571abb 100644
--- a/net-analyzer/mtr/Manifest
+++ b/net-analyzer/mtr/Manifest
@@ -1,3 +1,4 @@
 DIST gtk-2.0-for-mtr.m4.bz2 2508 BLAKE2B 
86d1eb64e21084d1455783765b0be088893c260658913b9c522c35c88443e9876b39952ec33c5c69810425b7a309e382dcb32bba1443345daf81c9cfd2f84b63
 SHA512 
0f593b761d7a9399469f1f7bb3992133b391a2ce760ecfad96237561992802c192b810f4722763685d5f6e7a76bd2806abf08e1850bdce00e5cd3af4c810210f
 DIST mtr-0.87.tar.gz 184645 BLAKE2B 
e96535b0bd46ee63c5e6110ee465195a9ead6ff7c7ea3629b2668631f25e9181cf4236ba0e2cfc0517e7c70683bbb6347d9c26a2b09701d89e225c27aa2faae4
 SHA512 
172ba2f78a6ee4deb427ac2fb00dff16843215dbd23663fbe41fcc957ffe278b408a73a0c7e1c05788b235e2d03fb53f9971b8b82d4de2f95edcaa9f2cff3cf9
 DIST mtr-0.92.tar.gz 296430 BLAKE2B 
0f7dfcbd77d6f9cd0a9ba4c7e6829ce8f3fa0e1de4009632d10c3a1c2acc280db5830296695c27d89317d38d507af8f7e9bdd12b1c0e0d198872dc39f13032e7
 SHA512 
d362a418b6c17fd2d08da1ed9e033fa3330e4c0497e1bb0644f6193d23f4e20dd8ee181942c2a20ec0025a8b96c521394a21be5a1d9036f8a0a8c4cddfbe381f
+DIST mtr-0.93.tar.gz 291015 BLAKE2B 
6ac0e21f9e06fbfee9e9ada4cddb6cd9685ae669a05d1ed257a2c238ab78ac16e1a1e152ef1359ca530b0eced14c9333df2b691c27cbc29173c843ebc64eaaa9
 SHA512 
046e98a661bd6248ce819411ceb6e2b875b92877de38523594898df507836c113573cf40d7d4cc548370f515abe99e0aa4d8b3ba44ad54dd00f8e93c8a96c021

diff --git a/net-analyzer/mtr/mtr-0.93.ebuild b/net-analyzer/mtr/mtr-0.93.ebuild
new file mode 100644
index 000..3ad1b5acc2b
--- /dev/null
+++ b/net-analyzer/mtr/mtr-0.93.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils fcaps flag-o-matic
+
+DESCRIPTION="My TraceRoute, an Excellent network diagnostic tool"
+HOMEPAGE="http://www.bitwizard.nl/mtr/";
+SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="gtk ipv6 ncurses"
+
+RDEPEND="
+   gtk? (
+   dev-libs/glib:2
+   x11-libs/gtk+:2
+   )
+   ncurses? ( sys-libs/ncurses:0= )
+"
+DEPEND="
+   ${RDEPEND}
+   sys-devel/autoconf
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS NEWS SECURITY TODO )
+FILECAPS=( cap_net_raw usr/sbin/mtr-packet )
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.88-tinfo.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   # In the source's configure script -lresolv is commented out. 
Apparently it
+   # is needed for 64bit macos still.
+   [[ ${CHOST} == *-darwin* ]] && append-libs -lresolv
+   econf \
+   $(use_enable ipv6) \
+   $(use_with gtk) \
+   $(use_with ncurses)
+}
+
+src_test() {
+   [[ "$UID" = 0 ]] && default
+}
+
+pkg_postinst() {
+   fcaps_pkg_postinst
+
+   if use prefix && [[ ${CHOST} == *-darwin* ]] ; then
+   ewarn "mtr needs root privileges to run.  To grant them:"
+   ewarn " % sudo chown root ${EPREFIX}/usr/sbin/mtr"
+   ewarn " % sudo chmod u+s ${EPREFIX}/usr/sbin/mtr"
+   fi
+}



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

2019-08-05 Thread Jeroen Roovers
commit: da0b9f2a69c0dccaef58d066a9fa13216d6b12fa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 05:43:05 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 05:53:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0b9f2a

net-misc/youtube-dl: Version 2019.08.02

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

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 734d09ca30d..ee2a52f64b7 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,2 +1,3 @@
 DIST youtube-dl-2019.07.16.tar.gz 3168500 BLAKE2B 
b88eb21c246b021b036822461a55b4c0fe1b0b4cc462a32c55f022c67a586fbbb98d8a943558c3b08289ff3cfaebd12adf558ef8a31cbf47b6679da5ed771417
 SHA512 
7dc71913210669521684ac0484ef02d20d7ce500d8fb72581d4f8c2978b369582ee003ea4e908e262cf1f7cd734b4e989d667a1fa36d6cf19e9fc0723c55d411
 DIST youtube-dl-2019.07.27.tar.gz 3173039 BLAKE2B 
8dfab65d0f30f01905fb19cdbcccb61aca955ce11fe9751bcad38542b879b97b5707bdcd9efd23c6769c9c76a6f78d6c074ddbc4ff3fa6fb52941e07a014a4db
 SHA512 
f5d6d79097f5937d0ad0d491d922573d8fb288179d58475041783a7d245e9c200038856705e19cd74b156578594cff4cd09f9925c4fb915ff34ef4072be62ed5
+DIST youtube-dl-2019.08.02.tar.gz 3174224 BLAKE2B 
c5f3d0d210cc2dcc8e4d1170cfc44ade5095808fc1189b7e6dc5ce068ef421a70514d4e5af631d0d25e7ec68959d24ed988195b0f860c67f25898c177a9f8132
 SHA512 
9740fd8cb16ce73695ecc40017b8807d8a40d2df6bb7c1f89db00d0c490bd5a67718dffdf39b2b7d65071f01738c684a1deb520eef5efcf87f1e39ac8f3e103f

diff --git a/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild 
b/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild
new file mode 100644
index 000..a8b1afbfc11
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild
@@ -0,0 +1,69 @@
+# 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: net-analyzer/scapy/

2019-08-05 Thread Jeroen Roovers
commit: 5af683d2f87a3d75ca0158468f50c89c83977266
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 06:04:29 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 06:05:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af683d2

net-analyzer/scapy: Version 2.4.3_rc4

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

 net-analyzer/scapy/scapy-2.4.3_rc4.ebuild | 2 +-
 net-analyzer/scapy/scapy-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild 
b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
index 25877178edf..ccaf35b48e6 100644
--- a/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 55240a18ff0..955a856de14 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"



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

2019-08-05 Thread Jeroen Roovers
commit: 27147148b3ae372ae3a5382d0ea1128f3c5f974f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 05:55:07 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 06:05:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27147148

net-analyzer/scapy: Version 2.4.3_rc4

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

 net-analyzer/scapy/Manifest   |  1 +
 net-analyzer/scapy/scapy-2.4.3_rc4.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 230d16d7950..6410e72889c 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -2,3 +2,4 @@ DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B 
bce5f37bd833dc457089cdfebd2dc019c4f7bed6
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B 
a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c
 SHA512 
980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3_rc2.tar.gz 2785738 BLAKE2B 
f0318b90d02f2e54033d1d2c6c0d3eff63302a3df3e4b6f14913741c7f677b3cfa79abcfcfed38c81dfb893434009eb3f809dfccb8b493a0f42c8547d67f7a18
 SHA512 
0d7dac163028fcb596175c532b594fe8bf80f1382518e971259c9e92eafd8c7665e517d9bc7bf8f335b147fcc14d0225d7e24fd08adca0029fb5e4e6e5ae09c5
 DIST scapy-2.4.3_rc3.tar.gz 2947420 BLAKE2B 
43c9ffebfd87c6918c15dd403a58e85cb44f38c540fd28117a5586b2ad1f341ad793a5f6b2e5c1a8204e9c682c1ef6da3c20a313c0ba7f4ff3617ec674f5bb2d
 SHA512 
ef0c6ef97868a3489eaa30acbd7eb203a61f311e50ecd9ec375fb05ae78ba5f33f854928440aa84dbd35e4178469c93a4f6073a33082572b133df93ee18000bd
+DIST scapy-2.4.3_rc4.tar.gz 2968572 BLAKE2B 
31106a29541eec87e57614451edc792bf6d71c8fda3a31706ca0f5820b3e9d4c84ad1fab60fba8b4ee174ca887c9e5b060debee391a85387f1f5ff0077789089
 SHA512 
16cd9ececc56517941a1fb680574eac2823f1d72ba8eac861d3da991bcd74ba8a864da2a7336df6b825fadd68a21dc8a2c10fbc93c5cc646c9aef1b38f0fbb75

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild 
b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
new file mode 100644
index 000..25877178edf
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
@@ -0,0 +1,42 @@
+# 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,6,7}} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy";
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+   net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+   dev-python/cryptography
+   dev-python/gnuplot-py
+   dev-python/ipython
+   dev-python/pyx
+   media-gfx/graphviz
+   net-analyzer/tcpreplay
+   virtual/imagemagick-tools
+
+   See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+   echo ${PV/_/} > ${PN}/VERSION
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc -r doc/${PN}/*
+   DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}



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

2019-08-05 Thread Jeroen Roovers
commit: 4ced1ecaeaf592a6f9513313a0b02eb95da28413
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 05:56:05 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 06:05:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ced1eca

net-analyzer/scapy: Old

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

 net-analyzer/scapy/Manifest   |  1 -
 net-analyzer/scapy/scapy-2.4.3_rc2.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 6410e72889c..925fa7641d3 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,5 +1,4 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B 
bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e
 SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B 
a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c
 SHA512 
980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
-DIST scapy-2.4.3_rc2.tar.gz 2785738 BLAKE2B 
f0318b90d02f2e54033d1d2c6c0d3eff63302a3df3e4b6f14913741c7f677b3cfa79abcfcfed38c81dfb893434009eb3f809dfccb8b493a0f42c8547d67f7a18
 SHA512 
0d7dac163028fcb596175c532b594fe8bf80f1382518e971259c9e92eafd8c7665e517d9bc7bf8f335b147fcc14d0225d7e24fd08adca0029fb5e4e6e5ae09c5
 DIST scapy-2.4.3_rc3.tar.gz 2947420 BLAKE2B 
43c9ffebfd87c6918c15dd403a58e85cb44f38c540fd28117a5586b2ad1f341ad793a5f6b2e5c1a8204e9c682c1ef6da3c20a313c0ba7f4ff3617ec674f5bb2d
 SHA512 
ef0c6ef97868a3489eaa30acbd7eb203a61f311e50ecd9ec375fb05ae78ba5f33f854928440aa84dbd35e4178469c93a4f6073a33082572b133df93ee18000bd
 DIST scapy-2.4.3_rc4.tar.gz 2968572 BLAKE2B 
31106a29541eec87e57614451edc792bf6d71c8fda3a31706ca0f5820b3e9d4c84ad1fab60fba8b4ee174ca887c9e5b060debee391a85387f1f5ff0077789089
 SHA512 
16cd9ececc56517941a1fb680574eac2823f1d72ba8eac861d3da991bcd74ba8a864da2a7336df6b825fadd68a21dc8a2c10fbc93c5cc646c9aef1b38f0fbb75

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild 
b/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild
deleted file mode 100644
index 25877178edf..000
--- a/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild
+++ /dev/null
@@ -1,42 +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,6,7}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy";
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-   net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-   dev-python/cryptography
-   dev-python/gnuplot-py
-   dev-python/ipython
-   dev-python/pyx
-   media-gfx/graphviz
-   net-analyzer/tcpreplay
-   virtual/imagemagick-tools
-
-   See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-   echo ${PV/_/} > ${PN}/VERSION
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   distutils-r1_src_install
-   dodoc -r doc/${PN}/*
-   DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}



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

2019-08-05 Thread Jeroen Roovers
commit: 4af593e8ad9d0aa47bf588e282a7c3e7c43e2c46
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 06:20:51 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 06:21:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af593e8

x11-drivers/nvidia-drivers: Versions 390.129 418.88 430.40

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

 x11-drivers/nvidia-drivers/Manifest|  12 +
 .../nvidia-drivers/nvidia-drivers-390.129.ebuild   | 589 +
 .../nvidia-drivers/nvidia-drivers-418.88.ebuild| 585 
 .../nvidia-drivers/nvidia-drivers-430.40.ebuild| 585 
 4 files changed, 1771 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 47e99e9aabf..7487307d9f0 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -1,23 +1,35 @@
 DIST NVIDIA-FreeBSD-x86-340.107.tar.gz 60305952 BLAKE2B 
b634bfd610653f1c546b68e87d934c5d0e25a2e5be6df15e0cb6016793274b4cf08577669e61c35976f3482da2221b05797459b2814965bcfdbf519c8a6d2681
 SHA512 
fe09e1b3dd870a07b4edd163d302e2d98f00e139d05a8fa627c292182b61d2bd9b37eb746d639ba592dcf90fecedc57430cf1ef76b6522785ffcb3fd46fe9ba0
 DIST NVIDIA-FreeBSD-x86-390.116.tar.gz 64325348 BLAKE2B 
67312ba0f5b1e94a540a90e3787c339b023e36ef3da0deb6ddd2e0aaa22610b1a399be8ee5bdb35f6ca7cc5d1927b6f1e4d8c2e19353af863826f031cd0ab7bc
 SHA512 
8494efa8c2e2dbc2295bb0fd150e72ca851504172da2456c2ed6c311ed952f62e9b2352817e6afdb94012d0881728f9320b056da8876076490076e07c3f7f6a1
+DIST NVIDIA-FreeBSD-x86-390.129.tar.gz 64565178 BLAKE2B 
d21aed3fffec9c0ed8618021594f7719c98928e4d916e1e668c03089beb9dd1deeebd7cdc9a594fee3d3d7f3eff3f6ef2cab7b6f61b25448bccb6e7339e6c025
 SHA512 
757761386ea57adb3377a8c3aa6aa3f572935bf5fd2b1cd0c66739d3bcb4535d7ae5d55f9e3790dee43e7567c773a8933738aabaf5d912ef6b392c2e7206cfa4
 DIST NVIDIA-FreeBSD-x86_64-340.107.tar.gz 61179967 BLAKE2B 
c12c7c07c090fd7bca78a30082890d0b0330dde07ce9beacdb94fad97d40e9ff9e1413fc36fd94116821137e74076d99a82ab85ecd0a8e16d52b47abeb747802
 SHA512 
661a4cc79a0adc9a1abebfb3567c26e69628266794b5b539c112112a0989760ea1ea2d8c35a5fe7539b579d4e9cef2685e3e1d12fc7031cd6d1b743c23eadc52
 DIST NVIDIA-FreeBSD-x86_64-390.116.tar.gz 63651658 BLAKE2B 
ae1714b5b279dd6f552ed11b8dee0b4ac322903a7c9f4b7b7906dea8c5847e34950d9c4c6f616337408b42100b84c1aaaf66ee445db2d1795ccdb8762d2088fb
 SHA512 
022fa558cd2a8014bc67ba86deba603505000cca3f99d91a664db81cfe93ae88b667af74989b40b04cb8cd086c5dcb8bf0858170f92e464bbe13fc4c7fb307aa
+DIST NVIDIA-FreeBSD-x86_64-390.129.tar.gz 63905694 BLAKE2B 
7cde21e5b4a63dcf91b103c209222a9715de02e032501ace2bc9897230178a750d523eca4798041f4813b174ab3c7700818a09bdbafe62f217495ce6b4c465e5
 SHA512 
7485c9807e7d1684e3394a88f1129726fd1c97920e5a033b0c428f8f72daa87c6d210c17fdec0947f786ccaa633e14c8f6b2cc39083087e9989df8621b66918d
 DIST NVIDIA-FreeBSD-x86_64-410.104.tar.gz 61995820 BLAKE2B 
281b7567fcba6e7457bcaf5a91759670ca6f5f041efbd407237852a31dbd6d13f1df18d54cede17b0f8acd4a66fdded123de91691938dee03be077f1cf50e29d
 SHA512 
77097ec2bc446a18f98a8da93964033054cab2e79759d296f12d1392fd65aec51c279c2823e3bebf0ccb3bb1130c5f03998f71ea1d6b245af1daf890ec8f3304
 DIST NVIDIA-FreeBSD-x86_64-415.27.tar.gz 62389955 BLAKE2B 
39ac5970ef1a6ffbb03abe8b758a6f5d7eaca787231845fa4b4bff5f26aa770fb7c695bbd5585d919c934c65b9ed0cfe42f9674bcaabd796c9bd8b89cea87ee6
 SHA512 
857d1523bad2fca21c75b45c29066be0f530afa8ca124806bcaa36509ac5135df1c4037e6b09e5718c701f085b3608925e2b1fea45d0681e69a99ef709c307d0
 DIST NVIDIA-FreeBSD-x86_64-418.74.tar.gz 61802318 BLAKE2B 
97eedee0a47bc7d2173d40a02e076ea18b5d40b9593660b0fd0dce561377e66f676bd1071ea613c3eab9d587f557ec7be09c3ceec08d75ee5a816133cbde0082
 SHA512 
96ccb4c97819730310886292314382c3d2ff5cd19d77ceefa12e0de4975e1a95625df60d6d4676252991aa507e72971de9931bd70e4d5f5f3210e53f4bbe315f
+DIST NVIDIA-FreeBSD-x86_64-418.88.tar.gz 62076023 BLAKE2B 
10f9fc4073c926d170a57e165454171c31624824d44a67f78bad68843b87f965361db509a5b86989a1224a347ca0550015ffd8e137ad17974708e802604b397b
 SHA512 
d3a0f029f3d8c78a7419dbf7fd3af1b22ab01cf8d6d770572e44f2b61635e05f17d3262b611a7760b66bdc3ad4283a558c393f0f8c0e64d87eacbc929bb657bc
 DIST NVIDIA-FreeBSD-x86_64-430.34.tar.gz 62489085 BLAKE2B 
2d6107ed8e97cf0acd32316daf6da58ee8a2cd59b70ecbc74937a1b9305eba69e17cb1b4b28f8585bc249e3bff7aa8af55d032c3a69477af8b7c9dd73f352fb4
 SHA512 
8bd2244245f326f8391a8470307f79a9d0ea73dee61c882fe168838c0509d4e902abbf9004435c6f19e7494b7f9b1eb60dee903cb3e474355b7eb4edfd82f57a
+DIST NVIDIA-FreeBSD-x86_64-430.40.tar.gz 62712042 BLAKE2B 
6791f5931c715888dc76a0e4d2d28deecce24fc7ab989eba6def0369c3f30ccb680dbc792a0a9c3df9194c21286612c9a02f3130e0db53e06a2071f7b3662097
 SHA512 
a8fd481bafaff2a5aa68a4b1bc57bed80eb794c2d2a35d26546e113610276d0aec79116fb31bd34283da9fae559eef6357e5639baf8a5ced63eb8af6c26fc7bc
 DIST NVIDIA-Linux-armv7l-gnueabihf-390.116.run 28852021 BLAKE2B 

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

2019-08-05 Thread Jeroen Roovers
commit: 0759a7403b7e89856b55c83310d98160c2a4feb9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 06:15:33 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 06:21:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0759a740

dev-libs/libevent: Old

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

 dev-libs/libevent/Manifest   |  1 -
 dev-libs/libevent/libevent-2.1.10.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/dev-libs/libevent/Manifest b/dev-libs/libevent/Manifest
index 2cc947cd10b..4c9f0fea200 100644
--- a/dev-libs/libevent/Manifest
+++ b/dev-libs/libevent/Manifest
@@ -1,3 +1,2 @@
-DIST libevent-2.1.10.tar.gz 1074897 BLAKE2B 
15c86f9d82a54912dc8ebde54192e77dc105a9b7fab215a3ba0b85de31e9caccef8aa02ace0172e22ee394cff0e7b5a4e8ff2a8c5c3e472378630f66b1c0d33b
 SHA512 
2a449b60c5bba0908f693d3169a2941f0952b462ea18cf3c7a7288cd902592f35a42c76096af502f04259ffce2567233fda3586578c2ac53fbfce6e00d35c086
 DIST libevent-2.1.11.tar.gz 1082234 BLAKE2B 
c6721589834bff027a8149ee0076e1877fba000d1712a405e20030192d9c81b892d0930bc1a4774650bef4cb08c60ac81b5928dc17346492ae7e4ded2125579a
 SHA512 
9d0517b117f128f4f196b19a810524814bab75fa967d533063aaa619d3cf2dca97b443edd5805b764da2993d8e37caa536dce39f68ffcc2a88d32a89204c2de3
 DIST libevent-2.1.8.tar.gz 1026485 BLAKE2B 
f1ceb740aa776a7c26f52916d771af7f4bb351cadf858ef991ab015e5897e34579c6af1f4ed3b516d5be2ac7cb3a7c27ac9d3020dbb04ac7670118616a264561
 SHA512 
a2fd3dd111e73634e4aeb1b29d06e420b15c024d7b47778883b5f8a4ff320b5057a8164c6d50b53bd196c79d572ce2639fe6265e03a93304b09c22b41e4c2a17

diff --git a/dev-libs/libevent/libevent-2.1.10.ebuild 
b/dev-libs/libevent/libevent-2.1.10.ebuild
deleted file mode 100644
index 89ba6618998..000
--- a/dev-libs/libevent/libevent-2.1.10.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib-minimal
-
-DESCRIPTION="Library to execute a function when a specific event occurs on a 
file descriptor"
-HOMEPAGE="https://libevent.org/ https://github.com/libevent/libevent/";
-SRC_URI="
-   
https://github.com/${PN}/${PN}/releases/download/release-${PV/_/-}-stable/${P/_/-}-stable.tar.gz
 -> ${P}.tar.gz
-"
-LICENSE="BSD"
-
-SLOT="0/2.1-6"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~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="debug libressl +ssl static-libs test +threads"
-
-DEPEND="
-   ssl? (
-   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
-   )
-"
-RDEPEND="
-   ${DEPEND}
-   !<=dev-libs/9libs-1.0
-"
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/event2/event-config.h
-)
-S=${WORKDIR}/${P/_/-}-stable
-
-multilib_src_configure() {
-   # fix out-of-source builds
-   mkdir -p test || die
-
-   ECONF_SOURCE="${S}" \
-   econf \
-   --disable-samples \
-   $(use_enable debug debug-mode) \
-   $(use_enable debug malloc-replacement) \
-   $(use_enable ssl openssl) \
-   $(use_enable static-libs static) \
-   $(use_enable test libevent-regress) \
-   $(use_enable threads thread-support)
-}
-
-src_test() {
-   # The test suite doesn't quite work (see bug #406801 for the latest
-   # installment in a riveting series of reports).
-   :
-   # emake -C test check | tee "${T}"/tests
-}
-
-DOCS=( ChangeLog{,-1.4,-2.0} )
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}



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

2019-08-05 Thread Kent Fredric
commit: 89137c4fa16a0d89fff1e04d5b5cdeb9a9222421
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug  6 06:16:11 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug  6 06:26:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89137c4f

dev-java/boot-bin: Bump to version 2.8.3 re bug #682980

Upstream:
- https://github.com/boot-clj/boot/compare/2.7.1...2.8.3

Closes: https://bugs.gentoo.org/682980
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-java/boot-bin/Manifest  |  3 ++
 dev-java/boot-bin/boot-bin-2.8.3.ebuild | 75 +
 2 files changed, 78 insertions(+)

diff --git a/dev-java/boot-bin/Manifest b/dev-java/boot-bin/Manifest
index 3c81177a126..ef394a4f8ce 100644
--- a/dev-java/boot-bin/Manifest
+++ b/dev-java/boot-bin/Manifest
@@ -1,3 +1,6 @@
 DIST boot-2.7.1-CHANGES.md 20380 BLAKE2B 
84a57834b78b752b6be051aa9513ad3360cc81b1311248892b3f61760c181a2c53083da8c61eeae2930b2501b95b71dd74bfededa2325806a83abbb0ef0f35e3
 SHA512 
5f8b9866dcb5e784caee89c7a0569d6a2392cda19aa498d15eaa8d4ea054900bdc0dff950ca60f6c62f0cd262373a3cd0760c755b805d952bc96838de135aeb8
 DIST boot-2.7.1-README.md 16071 BLAKE2B 
de0f5168f1b4151ffc76bf02343a1d965ba418e90255d04ef8c6c0c30e32d1927042ed24d1e5e1e6dad3b9dc0e893bf7656a3cfc279f6e690a5c7587a3930897
 SHA512 
395b6fec79bd1299f4d84fda4ba3d0db0b54c9c591c7ffd2c3c0f239f5f1bade31bf6eb1b924d6e58775fb6d412417d251d77356698d54c93c3ee31b64c9652a
 DIST boot-2.7.1.jar 8388320 BLAKE2B 
a5af7ee5468cd6db1c955fd7a1726da6bc370ff8fb2b38312c42b9b6577c9605cfd472f86878c8706e50a1523f9e8789e7b92aa7244f2ce0450b7447cd8d5aa8
 SHA512 
d8101ba2c3a2bdec655f0fcea95a3cb33aee90c9471f6cd31f465c3716cb3f6d9027b7ec0c1c7cd277f8b43cbc0fd69d2e164fa33b112bba94d4d3245caafb3c
+DIST boot-2.8.3-CHANGES.md 28286 BLAKE2B 
56ce0ba83292d1b0a9b22b34e3ac89a4f203ff7b20b3a9a0ca092e4594cb8430574d04ff15ec50dc431f4a32ebbcbe2651010abc48c46a241fff5147d1449297
 SHA512 
cab01416dcbd642953fa32ae5d8255722f61860752a32e7a4a55f0d5730363e305c5549e63777e3e032f2d098864cfa16b62889c66fe9aa481778ad7a0249e80
+DIST boot-2.8.3-README.md 19164 BLAKE2B 
cb2d63e332d427cd235868f9b25aa5b7baaa41ebbf1447c029019e2d4aa872eed26e79c027f06b201e21e0a1522d42fed57bf5eae5de683baf4a62e2c10b739a
 SHA512 
2557f8ae6893ae6f3c576e8325f11edac5e4e91c45e3864957784092e8154aaa30f1a5de8acb52bb90e7c3ad034f2e9703e4b5aac2d621cbd885e8bbb102cc04
+DIST boot-2.8.3.jar 20940394 BLAKE2B 
398264e467dc14c7df49dd75e4197ebd755e1afdc6ae8877de30cd72d35c0bf56a83b64573ec3aa976ae63fcffe9c371b0789bc0f95e43bbb509ff19cc305ee9
 SHA512 
039c8ed3320871a1227240ad8d0aac07cbb41e65096d71b9547733c49f02febff6ac5ed15cda744c7fbc0ee4830908597f0c3c8288d4d059c603057db24bd1db

diff --git a/dev-java/boot-bin/boot-bin-2.8.3.ebuild 
b/dev-java/boot-bin/boot-bin-2.8.3.ebuild
new file mode 100644
index 000..03e79137c50
--- /dev/null
+++ b/dev-java/boot-bin/boot-bin-2.8.3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit java-pkg-2
+
+MY_PN="${PN%-bin}"
+MY_PNV="${MY_PN}-${PV}"
+GITHUB_USER="boot-clj"
+
+DESCRIPTION="Build tooling for Clojure"
+HOMEPAGE="https://boot-clj.com/";
+SRC_URI="
+   
https://github.com/${GITHUB_USER}/${MY_PN}/releases/download/${PV}/${MY_PN}.jar 
-> ${MY_PNV}.jar
+   
https://raw.githubusercontent.com/${GITHUB_USER}/${MY_PN}/${PV}/README.md -> 
${MY_PNV}-README.md
+   
https://raw.githubusercontent.com/${GITHUB_USER}/${MY_PN}/${PV}/CHANGES.md -> 
${MY_PNV}-CHANGES.md
+"
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.7"
+DEPEND=">=virtual/jdk-1.7"
+
+RESTRICT="test"
+
+src_unpack() {
+   mkdir -p "${S}" || die "Can't mkdir ${S}"
+   cd "${S}"   || die "Can't enter ${S}"
+   for file in ${A}; do
+   einfo "Copying ${file}"
+   cp "${DISTDIR}/${file}" "${S}/" || die "Can't copy ${file}"
+   done
+}
+
+src_prepare() {
+   einfo "Copying boot shell-script"
+   cp "${FILESDIR}/boot" "${S}/" || die "Can't copy boot"
+
+   for file in "README.md" "CHANGES.md"; do
+   einfo "Renaming ${MY_PNV}-${file} to ${file}"
+   mv "${S}/${MY_PNV}-${file}" "${S}/${file}" || die "Can't rename 
${MY_PNV}-${file} to ${file}"
+   done
+
+   java-pkg_init_paths_
+
+   sed -i "s|@@JAVA_PKG_SHAREPATH@@|${JAVA_PKG_SHAREPATH}|g" "${S}/boot" 
|| die "Can't patch JAVA_PKG_SHAREPATH path in boot"
+   sed -i "s|@@JAVA_PKG_JARDEST@@|${JAVA_PKG_JARDEST}|g" "${S}/boot" || 
die "Can't patch JAVA_PKG_JARDEST path in boot"
+   sed -i "s|@@PN@@|${PN}|g" "${S}/boot" || die "Can't patch PN in boot"
+
+   default
+}
+
+src_compile() { :; }
+
+src_install() {
+   dobin "${S}/boot"
+   dodoc "${S}/README.md"
+   dodoc "${S}/CHANGES.md"
+
+   java-pkg_newjar "${S}/${MY_PNV}.jar"
+}
+
+pkg_postinst() {
+   einfo "This package will st

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

2019-08-05 Thread Andreas Sturmlechner
commit: 4680c88928035910ea4feb98ee9b7f841413d976
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  6 06:27:04 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  6 06:27:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4680c889

app-portage/kuroo: EAPI-7 bump, fix ESVN_REPO_URI

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

 app-portage/kuroo/kuroo-.ebuild | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-portage/kuroo/kuroo-.ebuild 
b/app-portage/kuroo/kuroo-.ebuild
index 84f8ce00b3a..13bc05bbc7b 100644
--- a/app-portage/kuroo/kuroo-.ebuild
+++ b/app-portage/kuroo/kuroo-.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-ESVN_REPO_URI="http://kuroo.svn.sourceforge.net/svnroot/kuroo/kuroo4/trunk";
-ESVN_PROJECT="kuroo4"
-inherit cmake-utils subversion
+ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk";
+inherit cmake-utils subversion xdg-utils
 
 DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
 HOMEPAGE="https://sourceforge.net/projects/kuroo/";
@@ -15,11 +14,15 @@ KEYWORDS=""
 SLOT="0"
 IUSE=""
 
-COMMON_DEPEND="
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:5
+"
+DEPEND="
dev-db/sqlite:3
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+   kde-frameworks/kauth:5
kde-frameworks/kconfig:5
kde-frameworks/kconfigwidgets:5
kde-frameworks/kcoreaddons:5
@@ -33,14 +36,11 @@ COMMON_DEPEND="
kde-frameworks/kxmlgui:5
kde-frameworks/threadweaver:5
 "
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
app-portage/gentoolkit
kde-apps/kompare:5
kde-plasma/kde-cli-tools:5[kdesu]
 "
-DEPEND="${COMMON_DEPEND}
-   kde-frameworks/extra-cmake-modules:5
-"
 
 pkg_postinst() {
if ! has_version app-admin/logrotate ; then



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

2019-08-05 Thread Andreas Sturmlechner
commit: bca8aa6f68715afb000f63b8e6b681b74d128bb8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug  5 19:06:22 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  6 06:27:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca8aa6f

dev-libs/libindicate: maintainer-needed

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

 dev-libs/libindicate/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-libs/libindicate/metadata.xml 
b/dev-libs/libindicate/metadata.xml
index 857e4ae6dcf..b87c5beb58d 100644
--- a/dev-libs/libindicate/metadata.xml
+++ b/dev-libs/libindicate/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
+   

libindicate




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

2019-08-05 Thread Andreas Sturmlechner
commit: 98d3a63be18833568bf1b2e447d312965b56dd74
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug  5 19:05:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  6 06:27:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d3a63b

dev-libs/libdbusmenu: maintainer-needed

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

 dev-libs/libdbusmenu/metadata.xml | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libdbusmenu/metadata.xml 
b/dev-libs/libdbusmenu/metadata.xml
index f6c24ef12fe..7fcb01d9972 100644
--- a/dev-libs/libdbusmenu/metadata.xml
+++ b/dev-libs/libdbusmenu/metadata.xml
@@ -1,12 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
+   

-   Enable support for GTK+2
+   Enable support for GTK+2
Enable support for GTK+3





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

2019-08-05 Thread Agostino Sarubbo
commit: 6f610335f5dfb00c038239bb50a38c276a9ea75f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug  5 07:01:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug  5 07:01:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f610335

sys-kernel/vanilla-sources: Automated version bump to 
{4.4.187,4.9.187,4.14.136,4.19.64,5.2.6} - remove old.

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

 sys-kernel/vanilla-sources/Manifest| 10 +-
 ...sources-4.14.135.ebuild => vanilla-sources-4.14.136.ebuild} |  0
 ...a-sources-4.19.63.ebuild => vanilla-sources-4.19.64.ebuild} |  0
 ...a-sources-4.4.186.ebuild => vanilla-sources-4.4.187.ebuild} |  0
 ...a-sources-4.9.186.ebuild => vanilla-sources-4.9.187.ebuild} |  0
 ...nilla-sources-5.2.5.ebuild => vanilla-sources-5.2.6.ebuild} |  0
 6 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index fedfc752e81..a1e1c83db2d 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,9 +6,9 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.1.tar.xz 106244476 BLAKE2B 
ae3c63ced819737e34f8ec3a78138f87704a2f2956454411e3a4830ec8c0aaf2c288af6ca080f1892540e50f4a422482360010be8641afdeeeaf7231e7d8da97
 SHA512 
ae96f347badc95f1f3acf506c52b6cc23c0bd09ce8f4ce6705d4b4058b62593059bba1bc603c8d8b00a2f19131e7e56c31ac62b45883a346fa61d655e178f236
 DIST linux-5.2.tar.xz 107029708 BLAKE2B 
f0cf6e3a15a4bd019edbfa33cb4556d0672e807f7d139eff3ab053d0ad7649198b229475955a1f51eb90d0e9f8268cafb782f6312793fdf38472f3c6d7c2d7ee
 SHA512 
5a28f8a34c4e0470617f5638b7112e6252109b78f23b1eed484a228530970c7ef5c130d6e5a09cf25ea2f6a0329602dcc1ec66ce893182e15b27d99bd228789c
 DIST patch-3.16.71.xz 2457328 BLAKE2B 
bd9fe320dfebcc541c4bf24900a18bac764aa80e5a1acf425a4858e039584882b4a490b2c74ebf7e9bdd0c0dcb378f953d07caefbf922c3dd47d9a6e724c19f4
 SHA512 
6d53a45432b90e5c449ae299667252a6152bc554ea6a9e140de2545f2511915f1597401d31e9c98482e9e240ffe7babb6ba6b6933f981e1396a46f66a799c336
-DIST patch-4.14.135.xz 2774180 BLAKE2B 
3afa8750e0d93b06d56c521accdd3cd3173e652650829511ab885aad2ab0f7edb99b1f7cf74c332c6d2cae9018fbd8e7be167f5ff33d303ec5060081a6919298
 SHA512 
a49e93d5849a603899886fe9a2bf953fe0b84713fd1cbea17de9a595d351b2254f18509775a5b7dad4a591c10b67ba1165da4acd82cd9fcf11ced1f0a579fe7a
-DIST patch-4.19.63.xz 1617400 BLAKE2B 
6abdc79ed057bf276a65ef72e4602804077892b586d3a4821a58f74b279e485e904ce16f596dd511d23a3eab464f53f527e4494032d1b128cd43d3d06d9865ae
 SHA512 
3d33431d9a43220f3e7362389b6d5dfd9c01198222c1f5f383295a92ae536592a7d4563266f715f80bbe933f8f1ebde30e314181c47804ccf829a7acdceb29af
-DIST patch-4.4.186.xz 2623620 BLAKE2B 
0b1569f17c1dc2eac7b83d5a65381f219f594d62a38df3e6b3c011aa81627e38c0080231630f9a288dbf17e6ab0012a74554c16646fb61676e4420a966e4efd8
 SHA512 
e548d0986a679750446fbbbf86269bc01447a4cccd350890978d56d35b43eaf02c2aad22852fb99e9a04ac7474d873a9d1a931638e52c222a492360562b5bfc1
-DIST patch-4.9.186.xz 2852924 BLAKE2B 
4bb1fe840352a3e2ddbd0f6fff4b4c8bbf7b97dbed194b7ca80f6f73687188ac61c2e5a06d1bf3f8b702fb3ad8309a19a05b2c4969d00abeb9e5bc19ff8eda2c
 SHA512 
140d50ab6aa00f17bf4c7818c241fdd46665a82a5f1d50caed61b25d16a13606a3a7419e42a67ed2a8326fdd3f68fafe95330daf8b883e83903df56a5d1c088b
+DIST patch-4.14.136.xz 2784404 BLAKE2B 
12847a5e9a9537ac0375fab9a06581b7500725fe7f9c7181c2a8547368fb06faeb003776d620b01995bb268ec847fdab0c08520e9ce38cfa134ae8b3b2b628e7
 SHA512 
fed7f68be9c5528e6b28accca16ccd89c7583503136ae09a10865b75122ce10871bd0b7c0c99d7ef3f5eaa1d8fc76747c7843a637e02d7586a4399c600e59178
+DIST patch-4.19.64.xz 1631912 BLAKE2B 
512055d0f5a89c239700224697b84a992a204c3b2cf4641d9ab87d37f3349dc8f5075bc7331066d9fa305cb16963d27a1a13af38fc78b55713535eaf49eebd05
 SHA512 
d16a37f6a012782a44c6b54bec02f5b07c7d2a84f51a9b540567b6b6537745e5baa8351c40653468ba9f6527b7b98cc7c350c16b12d8b2c67743546000abe8d4
+DIST patch-4.4.187.xz 2662168 BLAKE2B 
b3abbd601a9b59a2390be4890d1da6218febcf53522bf0750dcb3388d72ea82ea727f62a6353a479c7e41b40db936576861cc1d61774c88194ba4b3681a87c1a
 SHA512 
d628f09aac74a2fc1f9b8cbb18e8017637983470c2f8da6d69ef7e1a1fe262296745ed041a72c3deedc326308c143fa90cff48b395221ab5d53b306da49e9457
+DIST patch-4.9.187.xz 2908164 BLAKE2B 
8e09ff42ab0ae0543db22eb1bd089dfd6779f1acf9701c5f35bd940a5f41a3a2518b87c57d00b072bd0a20f4aae11d605898a82c042f44a7aa52757954986db5
 SHA512 
59f2fe415b749cd683898b0c309ab878a734ecd354c91bd5d0f4639fefa117594babe8242209d6bfa46c66ee10d01163965ceda1e9ee2f503a5a3637eec4ccea
 DIST patch-5.1.21.xz 651764 BLAKE2B 
cf928fa0453a3460af3a2889596e49383f975d22c9e891be0096c5d37cde2bdf6391301855504f8c2522d3c8a8433f865f80c6937992be67e9bbe296afae8901
 SHA512 
124bded280ada37ab8af76c11aeb688fcc37f335e2318c5a28ab6bec351e516614540cea0bfa93dfec66c1a74500e39a031deaaf67047b1eca5cbc2cde5f7165
-DIST patch-5.2.5.xz 2

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

2019-08-05 Thread Agostino Sarubbo
commit: e4663ac9d8b4379ce5d80e580ef524af8d80c30d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug  5 07:02:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug  5 07:02:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4663ac9

sys-kernel/git-sources: Automated version bump to 5.3_rc3.

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

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-5.3_rc3.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 5fa506a00c5..ce307ef62a4 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,4 @@
 DIST linux-5.2.tar.xz 107029708 BLAKE2B 
f0cf6e3a15a4bd019edbfa33cb4556d0672e807f7d139eff3ab053d0ad7649198b229475955a1f51eb90d0e9f8268cafb782f6312793fdf38472f3c6d7c2d7ee
 SHA512 
5a28f8a34c4e0470617f5638b7112e6252109b78f23b1eed484a228530970c7ef5c130d6e5a09cf25ea2f6a0329602dcc1ec66ce893182e15b27d99bd228789c
 DIST patch-5.3-rc1.patch 92211979 BLAKE2B 
984990a073e8c2fed14078f10b97143d387af8e8ea678acb07251cfa9b05bb5801cc7abb43f342a0181d289fa7816b7b5ed1f13f9db2d3a28a19a003b531
 SHA512 
b48c31cb3c0a27d5bddea48bbb9805e74756d04c4f9dcf911ccb44d3e8ad128d74c52e68b510bef4997b52ddf4b69d4d359c37be6b9df478af51246d62dcff91
 DIST patch-5.3-rc2.patch 94028243 BLAKE2B 
872fbe722cdc38f2a7799ea56cfa7916095d921cec841df4420b1409c2e0447e44e00cd0613e695605fd56eae24cec901b526270cf1d2616c49b937a803110cd
 SHA512 
d3ec6cc0d4062a448a0e7470e86910d6d114b262d8dc8fa88d4e010e9a2ed6a4b1342afe49c5851121577a1b2ce83344f511157d09f339de8b3f96caaf7d2ec5
+DIST patch-5.3-rc3.patch 94324876 BLAKE2B 
e68fbf8b24b1c8b0a0b5c751ef1b13eedd338db0dcb1060a155e09888ec6f3a60a8a64259bfe6888dc09e818bd12e4559447f8b00d6d9d94681a05ea9bae9dff
 SHA512 
b9e3ac03827d9cc1b0c63ecf29c94f34494fae4f2a2cb6f77dfda04aa0798b2ee3b8d5251bdd95e7fa7665755dc3f7950f31009ddb4f085b4642cb8074c91c36

diff --git a/sys-kernel/git-sources/git-sources-5.3_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-5.3_rc3.ebuild
new file mode 100644
index 000..71a45a3201b
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.3_rc3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.2"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org";
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-xetex/files/

2019-08-05 Thread Mikle Kolyada
commit: ffb518b16595646319f74afec499530b6cf13506
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 08:25:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 08:26:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb518b1

dev-texlive/texlive-xetex: Drop type1 font from fontconfig

Closes: https://bugs.gentoo.org/652680
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-xetex/files/09-texlive.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-texlive/texlive-xetex/files/09-texlive.conf 
b/dev-texlive/texlive-xetex/files/09-texlive.conf
index f2f6ba2d1f8..937eb0130c8 100644
--- a/dev-texlive/texlive-xetex/files/09-texlive.conf
+++ b/dev-texlive/texlive-xetex/files/09-texlive.conf
@@ -3,5 +3,4 @@
 
   /usr/share/texmf-dist/fonts/opentype
   /usr/share/texmf-dist/fonts/truetype
-  /usr/share/texmf-dist/fonts/type1
 



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

2019-08-05 Thread Ulrich Müller
commit: 520be6b3d4b2909866ba164f73c53e40acc99ff1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Aug  5 08:30:28 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Aug  5 08:33:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520be6b3

licenses: Remove unused gwnum and ventrilo licenses.

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

 licenses/gwnum|  23 --
 licenses/ventrilo | 128 --
 2 files changed, 151 deletions(-)

diff --git a/licenses/gwnum b/licenses/gwnum
deleted file mode 100644
index be85136cd62..000
--- a/licenses/gwnum
+++ /dev/null
@@ -1,23 +0,0 @@
-Copyright (c) 1996-2009, Mersenne Research, Inc.  All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-(1) Redistributing source code must contain this copyright notice,
-limitations, and disclaimer.
-(2) If this software is used to find Mersenne Prime numbers, then
-GIMPS will be considered the discoverer of any prime numbers found
-and the prize rules at http://mersenne.org/prize.htm will apply.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

diff --git a/licenses/ventrilo b/licenses/ventrilo
deleted file mode 100644
index 4542671169e..000
--- a/licenses/ventrilo
+++ /dev/null
@@ -1,128 +0,0 @@
-   Computer Software License Agreement
-
-Flagship Industries, Inc.
-  P.O. Box 198
-Maryville, Illinois 62062
-
-This is a computer software license agreement entered into
-between Flagship Industries, Inc. ("Flagship") and
- ("User") for the use of Ventrilo
-2.0 Software, an internet-based communication software.  Flagship
-hereby grants to the User a non-exclusive license to use the
-software in accordance with the terms of this agreement.  As
-consideration for said license, the User agrees as follows:
-
-1.   Reservation of rights.  All rights not expressly granted to
-the User by this License Agreement are reserved by Flagship.
-
-2.   Disassembly.  The User understands and agrees that it shall
-not copy the program into any machine-readable or printed form,
-except for archival or for back-up purposed in accordance with
-the terms of this Agreement.  The User will not reverse engineer,
-decompile, disassemble, translate, merge into another computer
-program or otherwise modify the software.
-
-3.   Transfer of software.  The User will not sublicense, assign,
-or transfer the license, the software, or any rights under this
-Agreement without the prior written consent of Flagship.
-
-4.   Non-disclosure.  The User, its employees and agents will
-hold the software in trust and confidence and shall not disclose
-the source code or other confidential information received
-through use of the software.
-
-5.   Fees.  A corporation or home user may use the software to
-host its own server, without a fee, provided it does not charge
-for its use directly or indirectly.  Any home server, business,
-or corporation that charges for use of its server, directly or
-indirectly, shall be subject to licensing fees.  Inclusion of a
-Ventrilo server as part of any rental or membership package shall
-be subject to a licensing fee which is calculated for servers
-which are configured to handle a maximum number of clients at any
-one time ("Maxclients") as US$0.10 multiplied by the number of
-servers multiplied by the number of Maxclients per server
-utilizing the Ventrilo software.
-
-As of the date of signing this Agreement User has _ servers
-each configured for _ Maxclients, resulting in an
-initial licensing fee of US$__.  User shall
-immediately report to Flagship any change in the number of
-servers or Maxclients in its system and its MONTHLY fee shall be
-adjusted accordingly at the beginning of the next month.
-
-6.   Updates and new versions.  In the event that updates or new
-versions of the software are developed, Licensor may at its
-discretion, make updates and new versions available to the User
-up

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

2019-08-05 Thread Mikle Kolyada
commit: 45aa298ba8bc3d9012e010c492ad80fe8b3efa63
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 09:11:02 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 09:11:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45aa298b

profiles: masked packages for removal

Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/package.mask | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1d1bd786c30..ce79dc9b750 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Mikle Kolyada  (2019-08-05)
+# dead upstream, does not work and compile
+#(bug #688006, bug #686630)
+# masked for removal in 14 days
+app-text/winefish
+dev-tex/oesch
+
 # Aaron Bauman  (2019-08-04)
 # multiple open sec bugs. no response from upstream
 # Masked for removal in 30 days



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

2019-08-05 Thread Patrice Clement
commit: bb28089c978a7c461bbfde980e1e912e60f14a9b
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jun 11 20:46:43 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug  5 09:12:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb28089c

dev-python/zict: version bump.

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

 dev-python/zict/Manifest  |  1 +
 dev-python/zict/zict-0.1.4.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/zict/Manifest b/dev-python/zict/Manifest
index 7a0098a5ee1..5160f2f891d 100644
--- a/dev-python/zict/Manifest
+++ b/dev-python/zict/Manifest
@@ -1,2 +1,3 @@
 DIST zict-0.1.2.tar.gz 10839 BLAKE2B 
6256e6202f6cca1db025d21c42b98163ad897ceda6a1b878e75165b358ec0a4b9150f04ecdc05f5408dd74c97212b8301d1f45d91f92dad138789570ffcfa562
 SHA512 
13fc6647bc1506bc5e8f69d39a07851a06634949ce917f294762ff3143c8a539117f8731b103df2663708fa1e8c968359985d9c4273aa952f500a89019c176e3
 DIST zict-0.1.3.tar.gz 11199 BLAKE2B 
f91c5116b3b3693ee272379e36c58141afeba14cf25eff9e1416cd59900ca9ab146d7fe806a22939e97dfb3f1657e443eb1420f4d5170a3723df32c3d73b
 SHA512 
2051ff589f9dfc822ceb6a0adebb62e7b782bd426be5035163e78031814927dca221bfcc27ce47fb3d0287b1ec7e1ff120ccebf150e447df213aaa2136f744a4
+DIST zict-0.1.4.tar.gz 11335 BLAKE2B 
30a70f04328762687ea9e6805e540469c26a85898278f2d83e1004d2663cd728a03df68e4900cf22b9d3b3ec6efc44a0fae3e5e0ff631a8bb8cc1d8ac510b8ee
 SHA512 
3381c7fd64a99145f80800772dde381ae16225209aa9300f9d1a2c36b5ac1c4281d4068202e607985666ad44cce7d18317d4d8ca4d3ea4f9a227d4f4180e015c

diff --git a/dev-python/zict/zict-0.1.4.ebuild 
b/dev-python/zict/zict-0.1.4.ebuild
new file mode 100644
index 000..7c2c1e3d994
--- /dev/null
+++ b/dev-python/zict/zict-0.1.4.ebuild
@@ -0,0 +1,29 @@
+# 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 distutils-r1
+
+DESCRIPTION="Mutable mapping tools"
+HOMEPAGE="https://github.com/dask/zict/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/HeapDict[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/HeapDict[${PYTHON_USEDEP}]
+   dev-python/lmdb[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test || die
+}



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

2019-08-05 Thread Patrice Clement
commit: b88f50e3f0a22e4cf4110c257e6469f85b5c1c14
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jun 11 20:51:40 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug  5 09:12:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88f50e3

dev-python/httplib2: version bump.

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

 dev-python/httplib2/Manifest   |  1 +
 dev-python/httplib2/httplib2-0.13.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/httplib2/Manifest b/dev-python/httplib2/Manifest
index 77519fa0ebc..d23d4a10a18 100644
--- a/dev-python/httplib2/Manifest
+++ b/dev-python/httplib2/Manifest
@@ -1,3 +1,4 @@
 DIST httplib2-0.10.3.tar.gz 204500 BLAKE2B 
f71d679b42865bd8e56f708e71d475bfc6988267b07cf7af298ae7ba2c132a67fa04f54f36dfa0d222f86f421ade40724638fdc5840f340da0e8e1a717bb6cdd
 SHA512 
d024986ffd577858017d7a8cfcae98a6cd04b8c89634ea302df4c1443eb2381cecca6ffbb631c9d4260335a3462df6d5604ec485aa591a05cb0231a3f6745aaa
 DIST httplib2-0.11.3.tar.gz 215815 BLAKE2B 
912d7cf56b941cc5ecaac23e16e20c17a31dc81b1ecb755cd3be36f0aaaf62302a760ca82104abb9052ee5c7d0c91baf04425303d124165085a06a20a66e5ba1
 SHA512 
e74be0ba945aaf5836ef14f4b8262e2be4b7f2a1df52b60f8ae7109d9727e117a69a8b7e4f524fb91997781af031a8a7c2112a7ab2b5d9f5c94b04a56aa04659
 DIST httplib2-0.12.1.tar.gz 218582 BLAKE2B 
98c41a96b4e78897e803dbac3d6fedb25ad78f48d0b14ea29340f18da66be4622c7f0ae49acb2f4abca9542a174295d91aa21a6313b15501c4c1e590720a40bb
 SHA512 
b083f0f5e22b384fd61eac428c1c60209702cf595762eadf6734afcf3cef6c3df8c7f2bedc5d782a4a6120a1dec51f910298f678c634c6b5e5d31348d9e10d25
+DIST httplib2-0.13.0.tar.gz 219494 BLAKE2B 
5bb46582b9962266c9b431be7d323720f780075d6c60527e29c45415a001fc671b4bac95912f023e198250013a3b5a2442c02fa3284abba19bb3828bbc96ddb6
 SHA512 
b447531f18eb7d288cce9b1ab4b59c4302bd8db8eb095a102f9d730cb49644a1dc531ca007bb9c9a7321c9876ec0ce953317561fc94a51b02bcb749d2de1fa83

diff --git a/dev-python/httplib2/httplib2-0.13.0.ebuild 
b/dev-python/httplib2/httplib2-0.13.0.ebuild
new file mode 100644
index 000..ea68c21b0a1
--- /dev/null
+++ b/dev-python/httplib2/httplib2-0.13.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 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A comprehensive HTTP client library"
+HOMEPAGE="https://pypi.org/project/httplib2/ 
https://github.com/jcgregorio/httplib2";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-misc/ca-certificates"
+
+# tests connect to random remote sites
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.12.1-use-system-cacerts.patch )
+
+python_prepare_all() {
+   chmod o+r */*egg*/* || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   if [[ ${EPYTHON} =~ ^(python2.7|pypy)$ ]] ; then
+   cd python2 || die
+   else
+   cd python3 || die
+   fi
+
+   "${PYTHON}" httplib2test.py || die
+}



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

2019-08-05 Thread Patrice Clement
commit: e309c522533c40676f8646ef0665e2d503bb9eb9
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jun 11 21:21:28 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug  5 09:12:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e309c522

dev-python/future: version bump.

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

 dev-python/future/Manifest |  1 +
 dev-python/future/future-0.17.1.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/future/Manifest b/dev-python/future/Manifest
index 48c79e5ce1a..58eaf61d973 100644
--- a/dev-python/future/Manifest
+++ b/dev-python/future/Manifest
@@ -1 +1,2 @@
 DIST future-0.17.0.tar.gz 827812 BLAKE2B 
14bfce4927386b157da91e6bbad547e21bb622f7e81997bc4ac400842cec5f7a50d7a0f5a743c4c76a7b80be0dcb6f54c06901311fd27781d89a8d2df1cce7e9
 SHA512 
f2396379e8e36753aeafdf27225c2551a31b10036f21201f1c24d63c1bb318dbd491ec977af514a19a4d477b397df9eed9711be797a64e86fc00c4692729d876
+DIST future-0.17.1.tar.gz 829119 BLAKE2B 
95210b5128d25d6c189cd38bced873f096802690e8fab5f4591c08fa913c41dc255e24af1931cad91d872a286f690f47bf6e0aa365e2f6508b03b0d305779c26
 SHA512 
50094c44db81afbfd37ee25e1710ed11ecb2c2d64ad076fb62a2688dd36a9696ab26b0d7989bf1ecb10da251961a0ee6bb37c4dbd115f70384cd8c9a675d0b2d

diff --git a/dev-python/future/future-0.17.1.ebuild 
b/dev-python/future/future-0.17.1.ebuild
new file mode 100644
index 000..c70e5416eae
--- /dev/null
+++ b/dev-python/future/future-0.17.1.ebuild
@@ -0,0 +1,48 @@
+# 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,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Easy, clean, reliable Python 2/3 compatibility"
+HOMEPAGE="http://python-future.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+)
+
+python_prepare_all() {
+   sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs/ docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   pytest -vv || die "Tests failed under ${EPYTHON}"
+}



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

2019-08-05 Thread Patrice Clement
commit: fad50bed115ee51b84f50a1c9223e89200f73fe6
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jun 11 21:18:59 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug  5 09:12:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad50bed

dev-python/pcapy: version bump.

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

 dev-python/pcapy/Manifest|  1 +
 dev-python/pcapy/pcapy-0.11.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pcapy/Manifest b/dev-python/pcapy/Manifest
index 2a4bacc73eb..e829b9bddd7 100644
--- a/dev-python/pcapy/Manifest
+++ b/dev-python/pcapy/Manifest
@@ -1 +1,2 @@
 DIST pcapy-0.11.1.tar.gz 31439 BLAKE2B 
c41a9ead869aea65470ff5db368f9eb8a813ac5aec4cde23e2375d1d9d5f9d9885d2ae88a147eb21820e3c1875ffa490a1476b346bd0eaf5082bab9e239bfb16
 SHA512 
60eebbeae84da33d7bd2eb2398687007a305e8986fcc183d8061fa50bbc0cdf9a66c17461a32a652ca39952dd0935b164bd98a200f82ffef00ffaa55409522a3
+DIST pcapy-0.11.2.tar.gz 32040 BLAKE2B 
467d35dff94d2f32e66f9caae88bb43218f3391745230347c39e1db241543e4e9431cfe49185151025201d0913ca102d1f9567f4cf70a83d6fbbade76ec35ecf
 SHA512 
353a2240a9b8541f30f9df472b6977664f94966fbda327aa72f73f26257086caf1db13d55c57859abf2237f5867c11b6ab582742e04d5c16184ea42dc547301c

diff --git a/dev-python/pcapy/pcapy-0.11.2.ebuild 
b/dev-python/pcapy/pcapy-0.11.2.ebuild
new file mode 100644
index 000..78a8a1c5989
--- /dev/null
+++ b/dev-python/pcapy/pcapy-0.11.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python pcap extension"
+HOMEPAGE="https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy";
+SRC_URI="https://github.com/CoreSecurity/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="${DEPEND}
+net-libs/libpcap"
+
+python_test() {
+   cd "${S}/tests" || die "Unable to activate test suite"
+   "${EPYTHON}" pcapytests.py || die "Tests failed with ${EPYTHON}"
+}



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

2019-08-05 Thread Mikle Kolyada
commit: f4f65d45f22443126899e9da05a580c3efeac386
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 09:37:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 09:40:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f65d45

Revert "app-misc/pip3line: package removal"

package was removed without proper last riting procedure

This reverts commit 95d2003eee1eb4748f177b5732d78d5590253a3b.

Signed-off-by: Mikle Kolyada  gentoo.org>

 app-misc/pip3line/Manifest  |  1 +
 app-misc/pip3line/metadata.xml  | 17 +++
 app-misc/pip3line/pip3line-3.6.0.ebuild | 87 +
 app-misc/pip3line/pip3line-.ebuild  | 87 +
 4 files changed, 192 insertions(+)

diff --git a/app-misc/pip3line/Manifest b/app-misc/pip3line/Manifest
new file mode 100644
index 000..25f8349bf5a
--- /dev/null
+++ b/app-misc/pip3line/Manifest
@@ -0,0 +1 @@
+DIST pip3line-3.6.0.tar.gz 736294 BLAKE2B 
75bc3bcd3ad547a31a1fc97f525a8575136ba1bcb48e5e9d7292732c04d2a62cd03710a4e6d76a652d5259e5081cf8cc8c2dfc3265ecf1f3ea5cbc6870c02ab6
 SHA512 
4263d18749533f1137dc3546a6a5b5856f9c5dc09355c866c7e6a8fc59787c84ee979f648f563c465aab314ff9155bba6e34e7d4641438d96bdb786c93dfaec8

diff --git a/app-misc/pip3line/metadata.xml b/app-misc/pip3line/metadata.xml
new file mode 100644
index 000..9cc54c99226
--- /dev/null
+++ b/app-misc/pip3line/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gabriel.caudrel...@gmail.com
+   Gabriel Caudrelier
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Compile the Distorm plugin
+   Use QScintilla for more efficient text 
display
+   Compile the plugin adding miscellaneous hashes 
from OpenSSL
+   
+

diff --git a/app-misc/pip3line/pip3line-3.6.0.ebuild 
b/app-misc/pip3line/pip3line-3.6.0.ebuild
new file mode 100644
index 000..8506a3ba996
--- /dev/null
+++ b/app-misc/pip3line/pip3line-3.6.0.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit cmake-utils python-r1 python-utils-r1
+
+DESCRIPTION="Raw bytes manipulation, transformations (decoding and more) and 
interception"
+HOMEPAGE="https://github.com/metrodango/pip3line";
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/metrodango/pip3line.git";
+   EGIT_BRANCH="master"
+else
+   SRC_URI="https://github.com/metrodango/pip3line/archive/v${PV}.tar.gz  
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+# A few comments
+# the ssl flag is just there to enable the plugin for low level crypto 
algorithms. 
+# It has nothing to do with the SSL/TLS protocol itself.
+
+IUSE="distorm python qscintilla ssl"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxmlpatterns:5
+   qscintilla? ( x11-libs/qscintilla )
+   ssl? ( dev-libs/openssl:0= )"
+
+DEPEND="${RDEPEND}
+   distorm? ( dev-vcs/git )"
+
+src_configure() {
+
+   local mycmakeargs=(
+   -DBASIC=yes
+   -DWITH_DISTORM=$(usex distorm)
+   -DWITH_OPENSSL=$(usex ssl)
+   -DWITH_SCINTILLA=$(usex qscintilla)
+   )
+
+   # distorm is statically linked, due to insufficiencies
+   # in the current distorm64 package 
+
+   if use distorm; then
+   mycmakeargs+=(-DWITH_DISTORM_LINK_STATICALLY=ON)
+   fi
+
+   if use python; then
+   local targets=( ${PYTHON_TARGETS} )
+   for target in ${targets[@]}; do
+   if python_is_python3 ${target}; then
+   python_export ${target} PYTHON PYTHON_LIBPATH 
PYTHON_INCLUDEDIR
+   mycmakeargs+=(-DWITH_PYTHON3=ON
+   
-DPYTHON3_INCLUDE_DIRS=${PYTHON_INCLUDEDIR}
+   -DPYTHON3_LIBRARIES=${PYTHON_LIBPATH}
+   )
+   break
+   fi
+   done
+   for target in ${targets[@]}; do
+   if ! python_is_python3 ${target}; then
+   python_export ${target} PYTHON PYTHON_LIBPATH 
PYTHON_INCLUDEDIR
+   mycmakeargs+=(-DWITH_PYTHON27=ON
+   
-DPYTHON27_INCLUDE_DIRS=${PYTHON_INCLUDEDIR}
+   -DPYTHON27_LIBRARIES=${PYTHON_LIBPATH}
+   )
+   break
+ 

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

2019-08-05 Thread Aaron W. Swenson
commit: 15906ffa06950e98548993c0c5790446d8f982fb
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Mon Aug  5 09:49:30 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Mon Aug  5 09:49:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15906ffa

dev-libs/libpqxx: Remove 6.0.0

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-libs/libpqxx/Manifest |  1 -
 dev-libs/libpqxx/libpqxx-6.0.0.ebuild | 86 ---
 2 files changed, 87 deletions(-)

diff --git a/dev-libs/libpqxx/Manifest b/dev-libs/libpqxx/Manifest
index 53c788a6c84..5c138ba7ab3 100644
--- a/dev-libs/libpqxx/Manifest
+++ b/dev-libs/libpqxx/Manifest
@@ -1,2 +1 @@
-DIST libpqxx-6.0.0.tar.gz 676528 BLAKE2B 
a40095ba9851acde1296d93af7e4c4414f334a734b5062874b63a146836105fdde24672707caf623f2073dc1caf87b1053f25c80b10c3fa779fc91a52f9ec7ae
 SHA512 
f237cc03c01a8262eee44a9428206c1cc11b6034dddf540afef145f58eee5c32b880d84832563480d73d834c24311170e2ef6789e100793afbe0b6e393bd4169
 DIST libpqxx-6.4.5.tar.gz 715081 BLAKE2B 
4f1356dc5fc9baddd8fdea6095541f4d90657ef0211edec7796ddd3693933b8d37d5bb14e19249a2e4627b85aef11c582b0ffac0226c8e99a70af1d2b0396e5c
 SHA512 
b6f79c4af93876eaf859626c2deae3b23bd4fa1a438390bc01513ccc48b90565d59588f6977e7475bb7b8dbeb8b1c8ef2a4737d8eb4d15682531fbf78590ed5e

diff --git a/dev-libs/libpqxx/libpqxx-6.0.0.ebuild 
b/dev-libs/libpqxx/libpqxx-6.0.0.ebuild
deleted file mode 100644
index 6f10efcd346..000
--- a/dev-libs/libpqxx/libpqxx-6.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1
-
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-
-DESCRIPTION="Standard front-end for writing C++ programs that use PostgreSQL"
-SRC_URI="https://github.com/jtv/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://pqxx.org/development/libpqxx/";
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc static-libs"
-
-RDEPEND="dev-db/postgresql:="
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? (
-   app-doc/doxygen
-   app-text/xmlto
-   )
-"
-
-DOCS=( AUTHORS NEWS README{.md,-UPGRADE} )
-
-src_prepare() {
-   default
-
-   sed -e 's/python/python2/' \
-   -i tools/{splitconfig,template2mak.py} \
-   || die "Couldn't fix Python shebangs"
-}
-
-src_configure() {
-   econf \
-   --enable-shared \
-   $(use_enable doc documentation) \
-   $(use_enable static-libs static)
-}
-
-src_test() {
-   einfo "The tests need a running PostgreSQL server and an existing 
database."
-   einfo "Test requires PGDATABASE and PGUSER to be set at a minimum. 
Optionally,"
-   einfo "set PGPORT and PGHOST. Define them at the command line or in:"
-   einfo "${EROOT%/}/etc/libpqxx_test_env"
-
-   if [[ -z $PGDATABASE || -z $PGUSER ]] ; then
-   if [[ -f ${EROOT%/}/etc/libpqxx_test_env ]] ; then
-   source "${EROOT%/}/etc/libpqxx_test_env"
-   [[ -n $PGDATABASE ]] && export PGDATABASE
-   [[ -n $PGHOST ]] && export PGHOST
-   [[ -n $PGPORT ]] && export PGPORT
-   [[ -n $PGUSER ]] && export PGUSER
-   fi
-   fi
-
-   if [[ -n $PGDATABASE && -n $PGUSER ]] ; then
-   local server_version
-   server_version=$(psql -Aqtc 'SELECT version();' 2> /dev/null)
-   if [[ $? = 0 ]] ; then
-   cd "${S}/test" || die
-   emake check
-   else
-   eerror "Is the server running?"
-   eerror "Verify role and database exist, and are 
permitted in pg_hba.conf for:"
-   eerror "Role: ${PGUSER}"
-   eerror "Database: ${PGDATABASE}"
-   die "Couldn't connect to server."
-   fi
-   else
-   eerror "PGDATABASE and PGUSER must be set to perform tests."
-   eerror "Skipping tests."
-   fi
-}
-
-src_install () {
-   use doc && HTML_DOCS=( doc/html/. )
-   default
-
-   if ! use static-libs; then
-   find "${D}" -name '*.la' -delete || die
-   fi
-}



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

2019-08-05 Thread Mikhail Pukhlikov
commit: fa46df078983063293d0170fd83e25466bb8a131
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Mon Aug  5 06:27:56 2019 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Mon Aug  5 09:50:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa46df07

app-editors/atom: add missing python RDEPEND

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Mikhail Pukhlikov  gentoo.org>

 app-editors/atom/atom-1.32.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-editors/atom/atom-1.32.1.ebuild 
b/app-editors/atom/atom-1.32.1.ebuild
index cffe7192d2e..cb97004c983 100644
--- a/app-editors/atom/atom-1.32.1.ebuild
+++ b/app-editors/atom/atom-1.32.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
 
 # NOTE: this ebuild has been generated by atom-ebuild-gen.py from the
@@ -141,6 +141,7 @@ RDEPEND="
>=dev-util/electron-${ELECTRON_V}:${ELECTRON_SLOT}
dev-vcs/git
!sys-apps/apmd
+   ${PYTHON_DEPS}
 "
 
 S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/files/, dev-db/pgpool2/

2019-08-05 Thread Aaron W. Swenson
commit: e5f21c472de515b7778dca7bf7d2f780d7324f7f
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Mon Aug  5 09:55:09 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Mon Aug  5 09:55:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f21c47

dev-db/pgpool2: Cleanup 3.7.8, 4.0.3

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/pgpool2/Manifest   |   2 -
 dev-db/pgpool2/files/pgpool_run_paths-3.6.5.patch | 268 -
 dev-db/pgpool2/files/pgpool_run_paths-.patch  | 274 --
 dev-db/pgpool2/pgpool2-3.7.8.ebuild   | 104 
 dev-db/pgpool2/pgpool2-4.0.3.ebuild   | 104 
 5 files changed, 752 deletions(-)

diff --git a/dev-db/pgpool2/Manifest b/dev-db/pgpool2/Manifest
index 065666b9229..6ab46044a51 100644
--- a/dev-db/pgpool2/Manifest
+++ b/dev-db/pgpool2/Manifest
@@ -1,4 +1,2 @@
 DIST pgpool-II-3.7.10.tar.gz 3375419 BLAKE2B 
96d589e9a3eff631bd4bffdcf321b3b532e5f0985dd4a5948fabc3228400305dc98fbf17ba64e162ecbaecca400e1bb3cad6fc954b2d624292f6f22deb48a789
 SHA512 
a89c392e336f5dd608c6876011f996fa1e4d7cb4b0eef31c24b2338ac287b72b73948e82429715d38fd9a7a6598f56828192722a2a8ee0d473738b804c4a2a48
-DIST pgpool-II-3.7.8.tar.gz 3337039 BLAKE2B 
bce75be04d3c37dffecbc0a1f029d6e97f316cc2497de032ccd4862acc6e7ae64f12db42a99141e548a2cc616ed02d7eef6ca2f63e222fb400cbad72828c
 SHA512 
0f4e337c2307368cfd38f29c63b9267dd3171dc4b9cd2c59cff564295908e2f561230156a5b690e4d87ce4c8b3174d01b081147e7f5d8ff403d3adc8e7cea7e7
-DIST pgpool-II-4.0.3.tar.gz 3715976 BLAKE2B 
c5ecfebc44ee4d6ab8fda5ae0854bb51423252ba518b356a37d3b125bc8f4fac048f6f944fdf9b1ee785aae5ac3eca4c4196adf218bc071dd90b93da5c6e6c08
 SHA512 
76ffbc8df120d4ef68b761684a1805c0349665375f549cd3a194f7d09b9bbdf70d0824da0cbe975e6d15f850704c4fc7c1a2218f551f88f2ce56f542bdfee9b8
 DIST pgpool-II-4.0.5.tar.gz 3768842 BLAKE2B 
2756d23db950a037a9203aae41293535de25d11bf9860f509040bf5b483ae5fb9e651c8189ee5f0a9398a45d20d2c54566769945e38c52361c160a1162a8e3af
 SHA512 
897df553dba3a1800adae5d22ed4f4fe210a3013fb533730837591244877eeaf0e4090d1a0c65e189b71798b5c303ea22e2198f6317b54f74f10ba48fa2188c6

diff --git a/dev-db/pgpool2/files/pgpool_run_paths-3.6.5.patch 
b/dev-db/pgpool2/files/pgpool_run_paths-3.6.5.patch
deleted file mode 100644
index 06c1b3711bd..000
--- a/dev-db/pgpool2/files/pgpool_run_paths-3.6.5.patch
+++ /dev/null
@@ -1,268 +0,0 @@
-diff -ur a/src/include/parser/pg_config_manual.h 
b/src/include/parser/pg_config_manual.h
 a/src/include/parser/pg_config_manual.h2017-07-10 04:56:18.0 
-0400
-+++ b/src/include/parser/pg_config_manual.h2017-07-11 09:38:46.612907898 
-0400
-@@ -193,7 +193,7 @@
-  * here's where to twiddle it.  You can also override this at runtime
-  * with the postmaster's -k switch.
-  */
--#define DEFAULT_PGSOCKET_DIR  "/tmp"
-+#define DEFAULT_PGSOCKET_DIR  "/run/postgresql"
- 
- /*
-  * This is the default event source for Windows event log.
-Only in b/src/include/parser: pg_config_manual.h.orig
-diff -ur a/src/include/pcp/pcp_stream.h b/src/include/pcp/pcp_stream.h
 a/src/include/pcp/pcp_stream.h 2017-07-10 04:39:14.0 -0400
-+++ b/src/include/pcp/pcp_stream.h 2017-07-11 09:38:46.612907898 -0400
-@@ -48,6 +48,6 @@
- extern int pcp_write(PCP_CONNECTION *pc, void *buf, int len);
- extern int pcp_flush(PCP_CONNECTION *pc);
- 
--#define UNIX_DOMAIN_PATH "/tmp"
-+#define UNIX_DOMAIN_PATH "/run/pgpool"
- 
- #endif /* PCP_STREAM_H */
-diff -ur a/src/include/pool.h b/src/include/pool.h
 a/src/include/pool.h   2017-07-10 04:56:18.0 -0400
-+++ b/src/include/pool.h   2017-07-11 09:38:46.612907898 -0400
-@@ -73,16 +73,16 @@
- #define HBA_CONF_FILE_NAME "pool_hba.conf"
- 
- /* pid file directory */
--#define DEFAULT_LOGDIR "/tmp"
-+#define DEFAULT_LOGDIR "/run/pgpool"
- 
- /* Unix domain socket directory */
--#define DEFAULT_SOCKET_DIR "/tmp"
-+#define DEFAULT_SOCKET_DIR "/run/postgresql"
- 
- /* Unix domain socket directory for watchdog IPC */
--#define DEFAULT_WD_IPC_SOCKET_DIR "/tmp"
-+#define DEFAULT_WD_IPC_SOCKET_DIR "/run/pgpool"
- 
- /* pid file name */
--#define DEFAULT_PID_FILE_NAME "/var/run/pgpool/pgpool.pid"
-+#define DEFAULT_PID_FILE_NAME "/run/pgpool/pgpool.pid"
- 
- /* status file name */
- #define STATUS_FILE_NAME "pgpool_status"
-diff -ur a/src/sample/pgpool.conf.sample b/src/sample/pgpool.conf.sample
 a/src/sample/pgpool.conf.sample2017-07-10 04:56:18.0 -0400
-+++ b/src/sample/pgpool.conf.sample2017-07-11 11:05:00.174030914 -0400
-@@ -31,10 +31,8 @@
- port = 
-# Port number
-# (change requires restart)
--socket_dir = '/tmp'
-+socket_dir = '/run/postgresql'
-# Unix domain socket path
--   # The Debian package defaults to
--   

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

2019-08-05 Thread Manuel Rüger
commit: 6522e7d94f441274f07f72627f445e989f75813a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug  5 10:16:45 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug  5 10:16:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6522e7d9

dev-python/docker-py: Version bump to 3.7.3

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-3.7.3.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index d95c1f829b8..2867c927ee4 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -4,3 +4,4 @@ DIST docker-py-3.5.1.tar.gz 209381 BLAKE2B 
de0992aff9af240eeb79b66f0f7ca11aca413
 DIST docker-py-3.6.0.tar.gz 213435 BLAKE2B 
28301a508ef346373f8ac4033b697a71092c4162ba1be81bc69c513d1de700326a4e8ffcb1c015e20516aa1a09d31162d54182985eea3dc1dc23d6e79ef28fea
 SHA512 
b32acb2585995c3c5bdef95ea4bbb6bcadba3b9fca81a3e637dc294b5dbd3823ee6c98236c4bb197373a96feafcaae665b9c64b805abd52e1ae27aa42079278d
 DIST docker-py-3.7.0.tar.gz 220407 BLAKE2B 
3ba217957ff8746fb399ba23e4513810ffd96a758bfc5eba908ab3c66eb0a9711d94e5d9f517c301602961a21490659628d0a3deec3a4286155a4f5469304a3b
 SHA512 
444634a26d0ce7af4850f346286cdac7f2c597aa6ce349c6371dbaa670aa0bcc2fa192221783b2059750d682580e34fcc5e115aeda0884838bf966decf9d0070
 DIST docker-py-3.7.1.tar.gz 220882 BLAKE2B 
a7547d2989b3fc2dfc38dfffb909508b7a5b3f8ee6b0fc874a73d0cdfaa17fe28c971f5a226893a41d893e75b1b2e4c74da806996e85b097b3a85b2d8dadcfcb
 SHA512 
0a89c5fc05423d913b1029390318d9cd4ca54a3b4df1e9a9f459e27fa114fd7b03047ff95f3ea2ef6bb2cb48c5f6fe712da11c940249d3b253aa3fe74b8b1c98
+DIST docker-py-3.7.3.tar.gz 221311 BLAKE2B 
6bdfc5cd53fccec6e060d08ebde845d373f961a8a418e3bfbeac79e736f64aa07807a4f2074d243765d10c0e4cc87c672d039cdefe4223ec1b33b56cf4ea31a9
 SHA512 
d3217361617f12e841bfa443c7ab4b44ca5f7ead8b40834919aad9043220efa7611a8bd18cbec6adc4d98f2551bfb169535e1eec904b90425648093c0d6a1722

diff --git a/dev-python/docker-py/docker-py-3.7.3.ebuild 
b/dev-python/docker-py/docker-py-3.7.3.ebuild
new file mode 100644
index 000..2573b1681c6
--- /dev/null
+++ b/dev-python/docker-py/docker-py-3.7.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py";
+SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/docker-pycreds-0.4.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
+   )
+   doc? (
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs html || die "docs failed to build"
+   HTML_DOCS=( html/. )
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ || die "tests failed under ${EPYTHON}"
+}



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

2019-08-05 Thread Manuel Rüger
commit: 4a63e1e7550441eb2b9ea147b0ed943bd24b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug  5 10:18:03 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug  5 10:18:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a63e1e7

app-emulation/cri-tools: Remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 -
 app-emulation/cri-tools/cri-tools-1.12.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 89f53586f0e..d40d240f5ef 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,4 +1,3 @@
-DIST cri-tools-1.12.0.tar.gz 2608498 BLAKE2B 
242e689ec69081838afe36b86e3f802e4ff3bfd50461026a8637dd777b8996d9e153fbab103c98fc5ad8bd82c4da52413ab4698f95db8f1c0fa7e825e8dd80f7
 SHA512 
394269515ac80dd2b995b20220b03e03bad8bbfa25cea8979777ab75830a0523f0945553ba5d3f7a900eabe9ccf67ebf5789627b46640a2fc46193aff101ba20
 DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab834171b9cf1abd773cc8b05d70e47138dde7c1195ba6e99ad5e7d7632d7cebb4a8c67f7ec9c0ee3a750ac5e591a7f
 SHA512 
df5553913a9e8aa1e0fa896dd1da00184d059bf360080d5c4003ca20ab4b93770847e07887451a44668e588eec5ab0258e7f02ed485d9344701af0afa20d712f
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
 DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f

diff --git a/app-emulation/cri-tools/cri-tools-1.12.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.12.0.ebuild
deleted file mode 100644
index a298fcbf5cb..000
--- a/app-emulation/cri-tools/cri-tools-1.12.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2018 Sony Interactive Entertainment Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/kubernetes-sigs/cri-tools"
-MY_PV="v${PV/_beta/-beta.}"
-ARCHIVE_URI="https://${EGO_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)"
-HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools";
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-src_compile() {
-   GOPATH="${S}" go test -c -v -ldflags="-X 
${EGO_PN}/pkg/version.Version=${MY_PV}" -o bin/critest ${EGO_PN}/cmd/critest || 
die
-   GOPATH="${S}" go build -v -ldflags="-X 
${EGO_PN}/pkg/version.Version=${MY_PV}" -o bin/crictl ${EGO_PN}/cmd/crictl || 
die
-}
-
-src_install() {
-   dobin bin/*
-   dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,CHANGELOG,CONTRIBUTING}.md}
-}



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

2019-08-05 Thread Manuel Rüger
commit: 1b1286f6e2aa4473b3d3b9d9acfd898bf17e497b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug  5 10:17:20 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug  5 10:17:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1286f6

dev-python/docker-py: Remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 dev-python/docker-py/Manifest   |  3 --
 dev-python/docker-py/docker-py-2.4.2.ebuild | 56 -
 dev-python/docker-py/docker-py-3.5.1.ebuild | 50 --
 dev-python/docker-py/docker-py-3.7.0.ebuild | 51 --
 4 files changed, 160 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 2867c927ee4..8cf9cdec815 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,7 +1,4 @@
-DIST docker-py-2.4.2.tar.gz 180890 BLAKE2B 
57518a0c8481fde0198100354225cd8a2908af6d3ca2690d98ad80b386ca4c688c7ccd6a34634ce04fb5ab1553b6c0dfbc75d28333a10f28de7188fe2ee7ffde
 SHA512 
3367066b2acd96b85bef28aef00c91d752dc25b3055575b4f2f9c0b981eb4bca81a742bc6da5f97cf039cd9c7d818e3f80101997fe3a2e2c6f3a9c42fd3111c2
 DIST docker-py-2.7.0.tar.gz 196369 BLAKE2B 
dd181dbf32f5afda06e748cb49f15d5fc6ff4a579c64b505308ad0d96913ddc8065d165090ec2b20e1f17a4519988a5665dd7a8c7643ca53aaa4385ceecb1341
 SHA512 
15cf1d8949d71e472f7636ff975cbc4c5f3e18e2d193cb603ade1397a56d0c1ec239167b71be325af99105bc36590a0f0faa1ab010f36fe8baca7807ddfa191b
-DIST docker-py-3.5.1.tar.gz 209381 BLAKE2B 
de0992aff9af240eeb79b66f0f7ca11aca4132cbef0ca9796cfa778b0f44e2ebf83858d0e4df2b9dd813caa83e1c301829152362a6983e5ee96dd5806815ee6f
 SHA512 
8e927794cd308e17fc75f3c6569026c9b9c9f44eb2aa1c191dcfc6d1aabc36bdd341795ba9a2243ae2a27c428868c9f45e8bfabd7c1c798f3f4c85b7855eda6d
 DIST docker-py-3.6.0.tar.gz 213435 BLAKE2B 
28301a508ef346373f8ac4033b697a71092c4162ba1be81bc69c513d1de700326a4e8ffcb1c015e20516aa1a09d31162d54182985eea3dc1dc23d6e79ef28fea
 SHA512 
b32acb2585995c3c5bdef95ea4bbb6bcadba3b9fca81a3e637dc294b5dbd3823ee6c98236c4bb197373a96feafcaae665b9c64b805abd52e1ae27aa42079278d
-DIST docker-py-3.7.0.tar.gz 220407 BLAKE2B 
3ba217957ff8746fb399ba23e4513810ffd96a758bfc5eba908ab3c66eb0a9711d94e5d9f517c301602961a21490659628d0a3deec3a4286155a4f5469304a3b
 SHA512 
444634a26d0ce7af4850f346286cdac7f2c597aa6ce349c6371dbaa670aa0bcc2fa192221783b2059750d682580e34fcc5e115aeda0884838bf966decf9d0070
 DIST docker-py-3.7.1.tar.gz 220882 BLAKE2B 
a7547d2989b3fc2dfc38dfffb909508b7a5b3f8ee6b0fc874a73d0cdfaa17fe28c971f5a226893a41d893e75b1b2e4c74da806996e85b097b3a85b2d8dadcfcb
 SHA512 
0a89c5fc05423d913b1029390318d9cd4ca54a3b4df1e9a9f459e27fa114fd7b03047ff95f3ea2ef6bb2cb48c5f6fe712da11c940249d3b253aa3fe74b8b1c98
 DIST docker-py-3.7.3.tar.gz 221311 BLAKE2B 
6bdfc5cd53fccec6e060d08ebde845d373f961a8a418e3bfbeac79e736f64aa07807a4f2074d243765d10c0e4cc87c672d039cdefe4223ec1b33b56cf4ea31a9
 SHA512 
d3217361617f12e841bfa443c7ab4b44ca5f7ead8b40834919aad9043220efa7611a8bd18cbec6adc4d98f2551bfb169535e1eec904b90425648093c0d6a1722

diff --git a/dev-python/docker-py/docker-py-2.4.2.ebuild 
b/dev-python/docker-py/docker-py-2.4.2.ebuild
deleted file mode 100644
index 4b5d48530b5..000
--- a/dev-python/docker-py/docker-py-2.4.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py";
-SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-RDEPEND="
-   >=dev-python/docker-pycreds-0.2.1[${PYTHON_USEDEP}]
-   !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
-   !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.11.1[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )
-   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
-   )
-   doc? (
-   dev-python/recommonmark[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
-   )
-"
-
-python_prepare_all() {
-   sed -i -e "s/import pip//" -e "s/if 'docker-py'.*/if False:/" setup.py 
|| die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-  

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

2019-08-05 Thread Mikle Kolyada
commit: 9ba092a411a644f91c577c8590f672690c72ea56
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 11:17:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 11:20:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba092a4

net-dns/bind: Version bump (v9.15.2)

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

 net-dns/bind/Manifest   |   1 +
 net-dns/bind/bind-9.15.2.ebuild | 381 
 2 files changed, 382 insertions(+)

diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest
index ff74b85313a..eb8b6a33ce6 100644
--- a/net-dns/bind/Manifest
+++ b/net-dns/bind/Manifest
@@ -1,3 +1,4 @@
 DIST bind-9.12.3_p4.tar.gz 8627833 BLAKE2B 
f7f8b88d8179f2df92b3105a49f30f7de5ccfe78a4a51f6bfa08e732968bf8e4c35f298c4209d8d05bea4d71b8669fd360d4c17193574eda471ba4d7ad742092
 SHA512 
42c41f47a0282dc08ee875fe098ce84b26384dba5efbaf99b557d34c4271e0d6aac70126f280a3ee157e8604cce16901c8cd51fab791dec82f4a3d00c054f363
 DIST bind-9.14.4.tar.gz 6295768 BLAKE2B 
c433344d2b431ebb2e9920a6d0af1dc6cf65df1e347c2a77882a7dd2ea165f9a91324edbd7171e6bab7487e13049e38d23a514323f1b4cc74a6ce1f5377f1589
 SHA512 
f5f4dc9b6a1d60838b59ce57ad37dc1e51fa26719aa203405a73850780f06bdc6ecea71c762efd464f946bdcce5a7c324de98caea36d2fe2781cce116fcd4932
+DIST bind-9.15.2.tar.gz 6303402 BLAKE2B 
c8a16a80c9f690adb61284b27a619b4dbe120eadad7b38138da099a1d5a1171443da6e1c717e876e2739ee4d543cb00665c07fac460a256b178bace96510f4a3
 SHA512 
df7499bc3eeabf39eebfe346efe15631929cd7287e12fc6b04baea90c332a02fc4b9a8d40f043e308ebd61a82baafb5cf9e69654511dc9a2dcb7415597d5a646
 DIST dyndns-samples.tbz2 22866 BLAKE2B 
409890653c6536cb9c0e3ba809d2bfde0e0ae73a2a101b4f229b46c01568466bc022bbbc37712171adbd08c572733e93630feab95a0fcd1ac50a7d37da1d1108
 SHA512 
83b0bf99f8e9ff709e8e9336d8c5231b98a4b5f0c60c10792f34931e32cc638d261967dfa5a83151ec3740977d94ddd6e21e9ce91267b3e279b88affdbc18cac

diff --git a/net-dns/bind/bind-9.15.2.ebuild b/net-dns/bind/bind-9.15.2.ebuild
new file mode 100644
index 000..d1efa262a4a
--- /dev/null
+++ b/net-dns/bind/bind-9.15.2.ebuild
@@ -0,0 +1,381 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Re dlz/mysql and threads, needs to be verified..
+# MySQL uses thread local storage in its C api. Thus MySQL
+# requires that each thread of an application execute a MySQL
+# thread initialization to setup the thread local storage.
+# This is impossible to do safely while staying within the DLZ
+# driver API. This is a limitation caused by MySQL, and not the DLZ API.
+# Because of this BIND MUST only run with a single thread when
+# using the MySQL driver.
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib 
db-use user systemd
+
+MY_PV="${PV/_p/-P}"
+MY_PV="${MY_PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SDB_LDAP_VER="1.1.0-fc14"
+
+RRL_PV="${MY_PV}"
+
+# SDB-LDAP: http://bind9-ldap.bayour.com/
+
+DESCRIPTION="Berkeley Internet Name Domain - Name Server"
+HOMEPAGE="https://www.isc.org/software/bind";
+SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.gz
+   doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
+#  sdb-ldap? (
+#  
http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2
+#  )"
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
+SLOT="0"
+KEYWORDS=""
+# -berkdb by default re bug 602682
+IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi
+json ldap libressl lmdb mysql odbc postgres python selinux ssl static-libs
+urandom xml +zlib"
+# sdb-ldap - patch broken
+# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
+
+REQUIRED_USE="
+   postgres? ( dlz )
+   berkdb? ( dlz )
+   mysql? ( dlz )
+   odbc? ( dlz )
+   ldap? ( dlz )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+# sdb-ldap? ( dlz )
+
+DEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0[-bindist] )
+   libressl? ( dev-libs/libressl )
+   )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   odbc? ( >=dev-db/unixODBC-2.2.6 )
+   ldap? ( net-nds/openldap )
+   postgres? ( dev-db/postgresql:= )
+   caps? ( >=sys-libs/libcap-2.1.0 )
+   xml? ( dev-libs/libxml2 )
+   geoip? ( >=dev-libs/geoip-1.4.6 )
+   gssapi? ( virtual/krb5 )
+   json? ( dev-libs/json-c:= )
+   lmdb? ( dev-db/lmdb )
+   zlib? ( sys-libs/zlib )
+   dnstap? ( dev-libs/fstrm dev-libs/protobuf-c )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/ply[${PYTHON_USEDEP}]
+   )"
+#  sdb-ldap? ( net-nds/openldap )
+
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-bind )
+   || ( sys-process/psmisc >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd )"
+
+S="${WORKDIR}/${MY_P}"
+
+# bug 479092, requir

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

2019-08-05 Thread Mikle Kolyada
commit: 838b72b6dbbe33e3f584aceaba95cf63d08de95f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 11:16:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 11:20:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838b72b6

net-dns/bind: Version bump (v9.14.4)

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

 net-dns/bind/Manifest   |   1 +
 net-dns/bind/bind-9.14.4.ebuild | 381 
 2 files changed, 382 insertions(+)

diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest
index 944da4ad7b7..ff74b85313a 100644
--- a/net-dns/bind/Manifest
+++ b/net-dns/bind/Manifest
@@ -1,2 +1,3 @@
 DIST bind-9.12.3_p4.tar.gz 8627833 BLAKE2B 
f7f8b88d8179f2df92b3105a49f30f7de5ccfe78a4a51f6bfa08e732968bf8e4c35f298c4209d8d05bea4d71b8669fd360d4c17193574eda471ba4d7ad742092
 SHA512 
42c41f47a0282dc08ee875fe098ce84b26384dba5efbaf99b557d34c4271e0d6aac70126f280a3ee157e8604cce16901c8cd51fab791dec82f4a3d00c054f363
+DIST bind-9.14.4.tar.gz 6295768 BLAKE2B 
c433344d2b431ebb2e9920a6d0af1dc6cf65df1e347c2a77882a7dd2ea165f9a91324edbd7171e6bab7487e13049e38d23a514323f1b4cc74a6ce1f5377f1589
 SHA512 
f5f4dc9b6a1d60838b59ce57ad37dc1e51fa26719aa203405a73850780f06bdc6ecea71c762efd464f946bdcce5a7c324de98caea36d2fe2781cce116fcd4932
 DIST dyndns-samples.tbz2 22866 BLAKE2B 
409890653c6536cb9c0e3ba809d2bfde0e0ae73a2a101b4f229b46c01568466bc022bbbc37712171adbd08c572733e93630feab95a0fcd1ac50a7d37da1d1108
 SHA512 
83b0bf99f8e9ff709e8e9336d8c5231b98a4b5f0c60c10792f34931e32cc638d261967dfa5a83151ec3740977d94ddd6e21e9ce91267b3e279b88affdbc18cac

diff --git a/net-dns/bind/bind-9.14.4.ebuild b/net-dns/bind/bind-9.14.4.ebuild
new file mode 100644
index 000..13ac0afe565
--- /dev/null
+++ b/net-dns/bind/bind-9.14.4.ebuild
@@ -0,0 +1,381 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Re dlz/mysql and threads, needs to be verified..
+# MySQL uses thread local storage in its C api. Thus MySQL
+# requires that each thread of an application execute a MySQL
+# thread initialization to setup the thread local storage.
+# This is impossible to do safely while staying within the DLZ
+# driver API. This is a limitation caused by MySQL, and not the DLZ API.
+# Because of this BIND MUST only run with a single thread when
+# using the MySQL driver.
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib 
db-use user systemd
+
+MY_PV="${PV/_p/-P}"
+MY_PV="${MY_PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SDB_LDAP_VER="1.1.0-fc14"
+
+RRL_PV="${MY_PV}"
+
+# SDB-LDAP: http://bind9-ldap.bayour.com/
+
+DESCRIPTION="Berkeley Internet Name Domain - Name Server"
+HOMEPAGE="https://www.isc.org/software/bind";
+SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.gz
+   doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
+#  sdb-ldap? (
+#  
http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2
+#  )"
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~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"
+# -berkdb by default re bug 602682
+IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi
+json ldap libressl lmdb mysql odbc postgres python selinux ssl static-libs
+urandom xml +zlib"
+# sdb-ldap - patch broken
+# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
+
+REQUIRED_USE="
+   postgres? ( dlz )
+   berkdb? ( dlz )
+   mysql? ( dlz )
+   odbc? ( dlz )
+   ldap? ( dlz )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+# sdb-ldap? ( dlz )
+
+DEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0[-bindist] )
+   libressl? ( dev-libs/libressl )
+   )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   odbc? ( >=dev-db/unixODBC-2.2.6 )
+   ldap? ( net-nds/openldap )
+   postgres? ( dev-db/postgresql:= )
+   caps? ( >=sys-libs/libcap-2.1.0 )
+   xml? ( dev-libs/libxml2 )
+   geoip? ( >=dev-libs/geoip-1.4.6 )
+   gssapi? ( virtual/krb5 )
+   json? ( dev-libs/json-c:= )
+   lmdb? ( dev-db/lmdb )
+   zlib? ( sys-libs/zlib )
+   dnstap? ( dev-libs/fstrm dev-libs/protobuf-c )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/ply[${PYTHON_USEDEP}]
+   )"
+#  sdb-ldap? ( net-nds/openldap )
+
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-bind )
+   || ( sys-process/psmisc >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd )"
+
+S="${WORKDIR}/${MY_P}"
+
+# bug 479092, requires networking
+RESTRICT="test"
+
+pkg_setup() {
+   ebegin "Creating named group and user"
+   enewgroup

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

2019-08-05 Thread Mikle Kolyada
commit: e346c687c9b5c33585a8a54ba6a16ca285535521
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 11:20:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 11:20:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e346c687

net-dns/bind: Add myself as co-maintainer

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

 net-dns/bind/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-dns/bind/metadata.xml b/net-dns/bind/metadata.xml
index 258ec322368..c0702135991 100644
--- a/net-dns/bind/metadata.xml
+++ b/net-dns/bind/metadata.xml
@@ -5,6 +5,10 @@
id...@gentoo.org
Christian Ruppert

+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   
ISC's bind dns server, used the world 
'round.

Enables dnstap packet logging



[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2019-08-05 Thread Marek Szuba
commit: e11e315bd832436ab53d350376f56c15cf6b76f5
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug  5 10:40:10 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug  5 11:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11e315b

net-p2p/syncthing: remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Marek Szuba  gentoo.org>

 net-p2p/syncthing/Manifest  |   7 --
 net-p2p/syncthing/syncthing-1.0.1.ebuild|  95 
 net-p2p/syncthing/syncthing-1.1.0-r1.ebuild | 163 
 net-p2p/syncthing/syncthing-1.1.0.ebuild| 151 --
 net-p2p/syncthing/syncthing-1.1.3.ebuild| 163 
 5 files changed, 579 deletions(-)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index f02d4efc290..79b40638563 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -13,7 +13,6 @@ DIST 
github.com-go-check-check-788fd78401277ebd861206a03c884797c6ec5541.tar.gz 3
 DIST github.com-go-ldap-ldap-v2.5.1.tar.gz 36393 BLAKE2B 
5960961d019058f3cd5bdd53a6c178e03d1ce4f41eaf7f73e7fc5486b71c33bf88bd4b0d6569518933840a60358e2c8f7e7848a2a5b8fda40caabd34b8fbf61f
 SHA512 
a695e4efd9db43f2eb87e630581d4cfda3b110b8d7b6c5b607a63557ef2749a77b535393ad75f7172e6ce24f4b895037885bcb2e83fc4b0903ba8a87038e1e91
 DIST github.com-go-yaml-yaml-v2.0.0.tar.gz 64746 BLAKE2B 
5e73cb1c987eb40dbe3d3a1ba3bcaf866322f61fd08f1c240cd746128670229dd83c936e701e8c4ca10be3827f4280d8e0addbb102d3f38d9ef3c00e8f719da2
 SHA512 
29f3f33e53b7a1f2625c89c74818e3ad1f2c78b2461113fc43a8f3924adde5813d3b7a9495d864cd32fb4842a04dd9adfdb81f53cf65f5319e76f30d21b11217
 DIST github.com-gobwas-glob-51eb1ee00b6d931c66d229ceeb7c31b985563420.tar.gz 
25031 BLAKE2B 
6dd32175053b576e8d59e8de18841b7a1237274a9a8da25906c51f878cbef70ab3f756fc98689e414e596ff8a125a7da044f058c20bb7fbd4fa6363d2b8c8384
 SHA512 
b393292834ef91224a1179bb84a98733f2d99c34fa89208603554b6dcd2bf90b6f4f795366a551b764e5cf615f2b68381ddc6f7f58e9700bc7b1ec7e8a473b57
-DIST github.com-gogo-protobuf-v1.2.0.tar.gz 2011389 BLAKE2B 
4c3fcca9ae18854e490cb4ab89f1f4d4b894cef4fc9cbe0301153843bd6b5951354efb47f76996799c819b058bb8573a5bbafcb2b400c1ee624ca6b1584c3ba8
 SHA512 
562f4e0c10b364831479c2881a974693c224ddf6c6c724f226b7044fc9a87b8a12a17b1a533c13fd97423dfe7094692c79919cf8453f9e176fc556f4d3678d75
 DIST github.com-gogo-protobuf-v1.2.1.tar.gz 2017393 BLAKE2B 
d55fc545759add352512c2ef81d948c598f71131fdb1649ee526b59989457a324b03144e989a3c651b5614a2eee9e7b1652d3d259733cd3752c97fc2f6720705
 SHA512 
7cb48dc85e76cf6b116015441e29e86a25514667b409c0a1d335ce1c844a080fc9b37f48911959531aac8ece009b6d8401b1fb7bc463fc8e6fb5e133c9846e64
 DIST github.com-golang-crypto-0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8.tar.gz 
1444273 BLAKE2B 
f304c3984fc3239077dd2ad41972f37ecd4dff7d8dbaf5299811cdd15e2d74d1e98eba4fe7542daeb7961c362d9a4310c48379a3da748d8dde713c689a966765
 SHA512 
09ed21929d26480f6b9f760c655b8c3445daecd65acf71d084a7807253ee73dd0fec46ed058ecd2e3761b431761df6dff2a4e12586631b6ecf9dc1e12f66c584
 DIST 
github.com-golang-groupcache-84a468cf14b4376def5d68c722b139b881c450a4.tar.gz 
25841 BLAKE2B 
38026e1d9783d366af5996ed0c25f6fcd366a56e976c2665d7b815ac8aff371aa6b7c322176f1cd4c79e0dd1a29de2ec4f563a05ef8473876f74a0816cf628c7
 SHA512 
e56e2e7c604f485a188bc7be3c3e58cd129359d346ccfd30f55c0c768b7128390d7d0264f093387d75484aa687b9c2c811ce7b2a272942bf14854775270a0648
@@ -26,15 +25,12 @@ DIST 
github.com-golang-time-6dc17368e09b0e8634d71cac8168d853e869a0c7.tar.gz 9548
 DIST 
github.com-jackpal-gateway-5795ac81146e01d3fab7bcf21c043c3d6a32b006.tar.gz 4009 
BLAKE2B 
6825c0ca6ba94354f6d30d496ef5dc31cc1a1dd6e192f22bfb57d375b6ba2755f973ddc8cfc121ffbf46534e3c8d444002e95b0e6df307184b0bd1f22b8a49eb
 SHA512 
6e5929fe2000461abe2c2d26f7e092134c2de5ced57ffd8ebd42af68cb3d7a0d2e476044c6eebefd8f6e0ba263524c78db71a004c5408ec14e6ff675458004e8
 DIST 
github.com-kballard-go-shellquote-cd60e84ee657ff3dc51de0b4f55dd299a3e136f2.tar.gz
 4205 BLAKE2B 
c9df02705dff0d28cfdb4bd8cd4e5e74b490bd15c5b9d28138f7f4f4abc085f7dc59b34227adbe7d25874c8928a96b0f19cfebffbc79068d314eaf90d87cd4fa
 SHA512 
d738d2bce5abac7c3246f20f52ff069f43cd6b4e43e3e03c245688342d178f8bb2ae6923f9dca2d191458fd46356d17c3e065d09c1918541d27544ac2f046f8f
 DIST github.com-kr-pretty-v0.1.0.tar.gz 8550 BLAKE2B 
210bbedee436b225b678ccbc363a2feb09b6903bf459e34d0d6950333dc273db5713a828b003ad0b52da0718de38aa3665ff7be6c99b865a7766998e37e55fb9
 SHA512 
7a367c317043d40cfbf7fac631a286c0bbb8b45a716fe7388d6271431e354b3913505398b8ccf7ffbb01abf71f04216738936a4282c3c9645e26c51b7692e820
-DIST github.com-lib-pq-v1.0.0.tar.gz 91416 BLAKE2B 
c41cbef1509fbf940315649c74b68ac8148c0ae51d8fcd85f46673d0c856f5ee9b8c75fc44ac0f6617b5656c0848b0d019b0d196d5bfc428300cbe3ca41338f3
 SHA512 
7a7d015e97600d885f2ca0d21803919358a077c5ee60229e3cb0981b19d8ebb220a28da36ed310832186ad819f469d35e117d69dc21de4a05f439c9c0a28f096
 DIST github.com-lib-pq-v1.1.1.tar.gz 95

[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2019-08-05 Thread Marek Szuba
commit: 822899553cb60b0bfc493a8d676eebd980ddb90e
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug  5 11:19:57 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug  5 11:20:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82289955

net-p2p/syncthing: bump to 1.2.1

Closes: https://bugs.gentoo.org/691000
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Marek Szuba  gentoo.org>

 net-p2p/syncthing/Manifest   |  26 +
 net-p2p/syncthing/syncthing-1.2.1.ebuild | 157 +++
 2 files changed, 183 insertions(+)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 79b40638563..5fdf0ecad1a 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1,52 +1,78 @@
 DIST 
github.com-AudriusButkevicius-go-nat-pmp-452c97607362b2ab5a7839b8d1704f0396b640ca.tar.gz
 2639 BLAKE2B 
527284baa29efda4ccea7ebc284f361cb75d680ab8dbea4edeb4cc5dde9d85d509342b164fa4e1e0128ac2dcba468beadc7df4e54e3e0a7504eb7aeadbabfa9c
 SHA512 
c907f22b887808cf16f1ec2d4789465d2370a70c2e1b9ad2bb2170499713eea78b65f3ea2b5baad656e846f779d71b1b61e89b19ee5288b1584294bfe06a9743
+DIST github.com-AudriusButkevicius-pfilter-0.0.5.tar.gz 3241 BLAKE2B 
43d4c85e7dd71c75217338a1ad6d2ee1446f4e0ba91b6922b9efcff8fc451e07f8e6c2c12f2635551c015968c0177ea433e59400a82df93e78315b5975f4fc70
 SHA512 
6e820e5f8b498897ec6453fc24aeef672ded0c4cada59a174ad8b8533bcfe20caf3dbed44ce6770c76e9a03d645d40d9bec971183c008d0fe74799442cd13c90
 DIST github.com-AudriusButkevicius-recli-v0.0.5.tar.gz 12368 BLAKE2B 
7a84c0bcb604b555164b3452436b258ecc28495e1849c2f791d79f0fb10132ef9c7ef23e47946345c22095d3f6de203fca9398417f5d6d38c8489ba838994bcb
 SHA512 
f3716820f3e61d792998b1c391d2ef06b75f34d93cbd9f62f77202bf0393e85829a549800fae1aba916f0e1619100f163658ab214e3cc6f195883157d5ac667d
 DIST github.com-beorn7-perks-3a771d992973f24aa725d07868b467d1ddfceafb.tar.gz 
10800 BLAKE2B 
5487155a4d010af70b6ea2625d10ae03b6642507902d7dc168edb5d7cf0efa1777b248d0df34ed1a2564950b12613256c1c6ce1d8c9723cc34977ed883b21c8d
 SHA512 
c6aa5df262ab607c0a5f64372fc2fec1ddda9e5624e9d9a22cdd1bc11822c99736d88bdf5e3fc6050217b5084548417cb2926c3940e156da9397d828d59ce277
+DIST github.com-beorn7-perks-v1.0.0.tar.gz 10866 BLAKE2B 
bebb0b77adef45fd5c89302ba637e3b5e8e918276ff798dbeb11fbf9d490f3efa760cf4685b21c8a736469fbe7ebce3f20bbcc66092766e418a654d149caa401
 SHA512 
23a6660dd9e806efc841fe3acf702dc3471808770c86cbfa3353adfa9d9534eb6d20591bb60be2c798ebf8823907b2d5188339869f4b0f61bb2e9ecf74b4ea77
 DIST 
github.com-bkaradzic-go-lz4-7224d8d8f27ef618c0a95f1ae69dbb0488abc33a.tar.gz 
233008 BLAKE2B 
3d8ce6b5d27dc692fc583ad0955dc531b658a806bd13aa3da68a6b15133fc6f610dcbba7252aa25b5b974f375f434a3057aaa98db92cb5444e7b9bc784e0fed9
 SHA512 
8d37e7068d39f24ee8f3266ae4508f064e857dd741db4e5a5eec7f215e3a922fe50c58443e3cd79c474a44e16156cf480203aad3a2a0f98dbf910c82abc844da
 DIST github.com-calmh-du-v1.0.1.tar.gz 2344 BLAKE2B 
03207d407bbc1ffcf5d2fe100fa3c1d267ee2fc7429653063deeffc78777eecb2b299809963f812907d9861bb3e1366830cf5a650a7e40bfaa85548255e76b70
 SHA512 
05a5c3d5be4d06442368ad19c4743e32a6869f341a625230d0f6cfeb39b3bfe37318277a8dd2ff1573a6a7ef273a34be6082ae31348962ae1088ea719fe5d3c5
 DIST github.com-calmh-xdr-v1.1.0.tar.gz 10530 BLAKE2B 
758d92071934bf1636b8d3e9a61a88d83d1f3c7db67682c536dc3b00764fb8e2086b6c1f236a9d4638c2039ebaa37ceac04157ca4e7cc9939886ef86877d35ae
 SHA512 
3d439746cd1e6d0f503d58d901efddde31af12264c724dd7d1226d110a5641f799f70e3fdf97a64c274c78545756550b53b0fdb0cf2ed3a839e43ae44152f8e4
+DIST github.com-ccding-go-stun-be486d185f3d.tar.gz 14126 BLAKE2B 
75202fa40d2ac806a79494da945b09ead265a2e880abb4c84a99bc36d355cbe1677e42465932075907325e4b2cfece45a27bb40898dc953069b840d26a9d8cc7
 SHA512 
935edec5205da5637da1fb89c0233f0def5d265b33b5ed7a1d3c7ff7bb0f19163dfab681600ed595534018bfd0029725e703cd98824449458671fa2a2e60
+DIST github.com-certifi-gocertifi-d2eda7129713.tar.gz 155615 BLAKE2B 
71896fdf49a2e87a7009ff51978472733b182d078cd482b680f167a6f40b715b9a9dc96764dd7439606b4d94ad73854bac95a252289536b8a92a9a620ae58b48
 SHA512 
3cc5d734c4bf8f4a5350f2f12050a6f5ce7a310eda19913a467a0b190469f948b4bd3bd3f799f7d8f77ce86756eb483a3d3da6ba647fb9824555a829c414aef0
+DIST github.com-cheekybits-genny-v1.0.0.tar.gz 15585 BLAKE2B 
0b5d4e398b75ba2e413cd41d455bce346aadf8b31b9233b6287608b88264e0f698863bb151d44d75488caae011ce4e68fb574b301fcca77be53b32865b7db4ea
 SHA512 
a045ce3dbe5c54e1e04705b87d2e3a18bebd71382a68156f975e28c6426aa82861e68e6ff162d3765704d5538a0493693cb973781e35b9d1b9ef8c4541ec1e19
 DIST 
github.com-chmduquesne-rollinghash-a60f8e7142b536ea61bb5d84014171189eeaaa81.tar.gz
 22391 BLAKE2B 
fc58e00f0df0f24d87a907926f0a0a0f2a1317fb78d0919d6f925522c00514f393be8c434efc3e65d9b38334c56ee51aa134d486f559913ad18052a500498a5d
 SHA512 
a1fef7d7d9123cba6cfe688120be9931d0ea71597c271db30c96d068ab0658436f96391fb7ccb61e4872633a3f9a473baf2e722d91a5de0db7fdd3725d41e2f5
 DIST github.com-d4l3k-messagediff-v1.2.1.tar.gz 8059 BLAK

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

2019-08-05 Thread Mikle Kolyada
commit: 4bc64b313a1bf6daba32013b7c2f34e2217c7568
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 11:22:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 11:22:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc64b31

net-dns/bind-tools: Version bump (v9.15.2)

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

 net-dns/bind-tools/Manifest |   1 +
 net-dns/bind-tools/bind-tools-9.15.2.ebuild | 131 
 2 files changed, 132 insertions(+)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index a9e53cfe0bc..0be7904c8ad 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -1 +1,2 @@
 DIST bind-9.12.3_p4.tar.gz 8627833 BLAKE2B 
f7f8b88d8179f2df92b3105a49f30f7de5ccfe78a4a51f6bfa08e732968bf8e4c35f298c4209d8d05bea4d71b8669fd360d4c17193574eda471ba4d7ad742092
 SHA512 
42c41f47a0282dc08ee875fe098ce84b26384dba5efbaf99b557d34c4271e0d6aac70126f280a3ee157e8604cce16901c8cd51fab791dec82f4a3d00c054f363
+DIST bind-9.15.2.tar.gz 6303402 BLAKE2B 
c8a16a80c9f690adb61284b27a619b4dbe120eadad7b38138da099a1d5a1171443da6e1c717e876e2739ee4d543cb00665c07fac460a256b178bace96510f4a3
 SHA512 
df7499bc3eeabf39eebfe346efe15631929cd7287e12fc6b04baea90c332a02fc4b9a8d40f043e308ebd61a82baafb5cf9e69654511dc9a2dcb7415597d5a646

diff --git a/net-dns/bind-tools/bind-tools-9.15.2.ebuild 
b/net-dns/bind-tools/bind-tools-9.15.2.ebuild
new file mode 100644
index 000..74ca294d0ec
--- /dev/null
+++ b/net-dns/bind-tools/bind-tools-9.15.2.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic toolchain-funcs
+
+MY_PN=${PN//-tools}
+MY_PV=${PV/_p/-P}
+MY_PV=${MY_PV/_rc/rc}
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
+HOMEPAGE="http://www.isc.org/software/bind";
+SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> 
${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc gssapi idn ipv6 libedit libressl readline ssl xml"
+# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
+
+CDEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   xml? ( dev-libs/libxml2 )
+   idn? ( net-dns/libidn2:= )
+   gssapi? ( virtual/krb5 )
+   libedit? ( dev-libs/libedit )
+   !libedit? (
+   readline? ( sys-libs/readline:0= )
+   )"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   !> config.h
+}
+
+src_compile() {
+   local AR=$(tc-getAR)
+
+   emake AR="${AR}" -C lib/
+   emake AR="${AR}" -C bin/delv/
+   emake AR="${AR}" -C bin/dig/
+   emake AR="${AR}" -C bin/nsupdate/
+   emake AR="${AR}" -C bin/dnssec/
+}
+
+src_install() {
+   dodoc README CHANGES
+
+   cd "${S}"/bin/delv || die
+   dobin delv
+   doman delv.1
+
+   cd "${S}"/bin/dig || die
+   dobin dig host nslookup
+   doman {dig,host,nslookup}.1
+
+   cd "${S}"/bin/nsupdate || die
+   dobin nsupdate
+   doman nsupdate.1
+   if use doc; then
+   docinto html
+   dodoc nsupdate.html
+   fi
+
+   cd "${S}"/bin/dnssec || die
+   for tool in dsfromkey importkey keyfromlabel keygen \
+   revoke settime signzone verify; do
+   dobin dnssec-"${tool}"
+   doman dnssec-"${tool}".8
+   if use doc; then
+   docinto html
+   dodoc dnssec-"${tool}".html
+   fi
+   done
+}



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

2019-08-05 Thread Mikle Kolyada
commit: 81d18144fffba2c30751d23ac567b822ab36d591
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 11:23:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 11:23:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d18144

net-dns/bind-tools: Version bump (v9.14.4)

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

 net-dns/bind-tools/Manifest |   1 +
 net-dns/bind-tools/bind-tools-9.14.4.ebuild | 131 
 2 files changed, 132 insertions(+)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index 0be7904c8ad..8d853f35818 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -1,2 +1,3 @@
 DIST bind-9.12.3_p4.tar.gz 8627833 BLAKE2B 
f7f8b88d8179f2df92b3105a49f30f7de5ccfe78a4a51f6bfa08e732968bf8e4c35f298c4209d8d05bea4d71b8669fd360d4c17193574eda471ba4d7ad742092
 SHA512 
42c41f47a0282dc08ee875fe098ce84b26384dba5efbaf99b557d34c4271e0d6aac70126f280a3ee157e8604cce16901c8cd51fab791dec82f4a3d00c054f363
+DIST bind-9.14.4.tar.gz 6295768 BLAKE2B 
c433344d2b431ebb2e9920a6d0af1dc6cf65df1e347c2a77882a7dd2ea165f9a91324edbd7171e6bab7487e13049e38d23a514323f1b4cc74a6ce1f5377f1589
 SHA512 
f5f4dc9b6a1d60838b59ce57ad37dc1e51fa26719aa203405a73850780f06bdc6ecea71c762efd464f946bdcce5a7c324de98caea36d2fe2781cce116fcd4932
 DIST bind-9.15.2.tar.gz 6303402 BLAKE2B 
c8a16a80c9f690adb61284b27a619b4dbe120eadad7b38138da099a1d5a1171443da6e1c717e876e2739ee4d543cb00665c07fac460a256b178bace96510f4a3
 SHA512 
df7499bc3eeabf39eebfe346efe15631929cd7287e12fc6b04baea90c332a02fc4b9a8d40f043e308ebd61a82baafb5cf9e69654511dc9a2dcb7415597d5a646

diff --git a/net-dns/bind-tools/bind-tools-9.14.4.ebuild 
b/net-dns/bind-tools/bind-tools-9.14.4.ebuild
new file mode 100644
index 000..b6ed8a6015b
--- /dev/null
+++ b/net-dns/bind-tools/bind-tools-9.14.4.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic toolchain-funcs
+
+MY_PN=${PN//-tools}
+MY_PV=${PV/_p/-P}
+MY_PV=${MY_PV/_rc/rc}
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
+HOMEPAGE="http://www.isc.org/software/bind";
+SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> 
${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc gssapi idn ipv6 libedit libressl readline ssl xml"
+# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
+
+CDEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   xml? ( dev-libs/libxml2 )
+   idn? ( net-dns/libidn2:= )
+   gssapi? ( virtual/krb5 )
+   libedit? ( dev-libs/libedit )
+   !libedit? (
+   readline? ( sys-libs/readline:0= )
+   )"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   !> config.h
+}
+
+src_compile() {
+   local AR=$(tc-getAR)
+
+   emake AR="${AR}" -C lib/
+   emake AR="${AR}" -C bin/delv/
+   emake AR="${AR}" -C bin/dig/
+   emake AR="${AR}" -C bin/nsupdate/
+   emake AR="${AR}" -C bin/dnssec/
+}
+
+src_install() {
+   dodoc README CHANGES
+
+   cd "${S}"/bin/delv || die
+   dobin delv
+   doman delv.1
+
+   cd "${S}"/bin/dig || die
+   dobin dig host nslookup
+   doman {dig,host,nslookup}.1
+
+   cd "${S}"/bin/nsupdate || die
+   dobin nsupdate
+   doman nsupdate.1
+   if use doc; then
+   docinto html
+   dodoc nsupdate.html
+   fi
+
+   cd "${S}"/bin/dnssec || die
+   for tool in dsfromkey importkey keyfromlabel keygen \
+   revoke settime signzone verify; do
+   dobin dnssec-"${tool}"
+   doman dnssec-"${tool}".8
+   if use doc; then
+   docinto html
+   dodoc dnssec-"${tool}".html
+   fi
+   done
+}



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

2019-08-05 Thread Mikle Kolyada
commit: 850b558c73eea63b7b0e1847260e04e7aa1e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 11:25:38 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 11:25:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850b5000

net-dns/bind-tools: Add myself as co-maintainer

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

 net-dns/bind-tools/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-dns/bind-tools/metadata.xml b/net-dns/bind-tools/metadata.xml
index 89bc2188b1f..99ad40d33f8 100644
--- a/net-dns/bind-tools/metadata.xml
+++ b/net-dns/bind-tools/metadata.xml
@@ -5,6 +5,10 @@
id...@gentoo.org
Christian Ruppert

+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   

Enables IDN support using 
net-dns/libidn2 rather than using net-dns/idnkit
Use /dev/urandom instead of 
/dev/random



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

2019-08-05 Thread Michael Palimaka
commit: cea9cd055e11d7c66b5d595352275cb4486654f4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Aug  4 12:41:20 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Aug  5 11:30:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea9cd05

media-sound/bempc: add missing dependency

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Palimaka  gentoo.org>

 media-sound/bempc/bempc-0.11_p20160207.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/bempc/bempc-0.11_p20160207.ebuild 
b/media-sound/bempc/bempc-0.11_p20160207.ebuild
index d0cee23dcc8..e00f76310b7 100644
--- a/media-sound/bempc/bempc-0.11_p20160207.ebuild
+++ b/media-sound/bempc/bempc-0.11_p20160207.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
@@ -22,7 +22,9 @@ RDEPEND="
dev-qt/qtwidgets:5
media-libs/libmpdclient
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+"
 
 src_unpack() {
default



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

2019-08-05 Thread Mikle Kolyada
commit: 8718180d26b55dcbd09b1a4443a4b0a06467a76b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 11:42:08 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 11:42:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8718180d

app-admin/sudo: amd64 stable wrt bug #691410

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/sudo/sudo-1.8.27-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/sudo-1.8.27-r1.ebuild 
b/app-admin/sudo/sudo-1.8.27-r1.ebuild
index 1d208c2e9ee..d343079172f 100644
--- a/app-admin/sudo/sudo-1.8.27-r1.ebuild
+++ b/app-admin/sudo/sudo-1.8.27-r1.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} != "" ]] ; then
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
fi
 fi
 



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

2019-08-05 Thread Mikle Kolyada
commit: 5fa45c1c0bbd82aaa93f3cf569f018939e34ee2d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug  5 11:43:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug  5 11:43:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa45c1c

app-crypt/efitools: amd64 stable wrt bug #691420

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-crypt/efitools/efitools-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/efitools/efitools-1.9.2.ebuild 
b/app-crypt/efitools/efitools-1.9.2.ebuild
index d7fc14afab8..aaff36b5c9d 100644
--- a/app-crypt/efitools/efitools-1.9.2.ebuild
+++ b/app-crypt/efitools/efitools-1.9.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snaps
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="libressl static"
 
 LIB_DEPEND="!libressl? ( dev-libs/openssl:0=[static-libs(+)] )



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

2019-08-05 Thread Thomas Deutschmann
commit: c23b248d7e0ac65fd993fd36e912b5c709b71b1d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug  5 11:58:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug  5 11:58:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23b248d

sys-kernel/gentoo-sources: hppa stable (#689220)

Maintainer timeout. Applying kernel project policy.

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.132.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.57.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.184.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.184.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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

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

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

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



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

2019-08-05 Thread Andreas K. Hüttel
commit: ec6e4f507c0bedb3cbf2229ded7ab1a58a089868
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Mon Aug  5 12:30:07 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug  5 12:30:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6e4f50

sys-libs/glibc: silence pushd and popd

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-2.30.ebuild | 4 ++--
 sys-libs/glibc/glibc-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.30.ebuild b/sys-libs/glibc/glibc-2.30.ebuild
index 3132a44fa53..eafa9c84edb 100644
--- a/sys-libs/glibc/glibc-2.30.ebuild
+++ b/sys-libs/glibc/glibc-2.30.ebuild
@@ -1150,7 +1150,7 @@ run_locale_gen() {
 
local locale_list="${root}/etc/locale.gen"
 
-   pushd "${ED}"/$(get_libdir)
+   pushd "${ED}"/$(get_libdir) >/dev/null
 
if [[ -z $(locale-gen --list --config "${locale_list}") ]] ; then
[[ -z ${inplace} ]] && ewarn "Generating all locales; edit 
/etc/locale.gen to save time/space"
@@ -1160,7 +1160,7 @@ run_locale_gen() {
locale-gen ${inplace} --jobs $(makeopts_jobs) --config "${locale_list}" 
\
--destdir "${root}"
 
-   popd
+   popd >/dev/null
 }
 
 glibc_do_src_install() {

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 06154dba38f..191295bf288 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -1150,7 +1150,7 @@ run_locale_gen() {
 
local locale_list="${root}/etc/locale.gen"
 
-   pushd "${ED}"/$(get_libdir)
+   pushd "${ED}"/$(get_libdir) >/dev/null
 
if [[ -z $(locale-gen --list --config "${locale_list}") ]] ; then
[[ -z ${inplace} ]] && ewarn "Generating all locales; edit 
/etc/locale.gen to save time/space"
@@ -1160,7 +1160,7 @@ run_locale_gen() {
locale-gen ${inplace} --jobs $(makeopts_jobs) --config "${locale_list}" 
\
--destdir "${root}"
 
-   popd
+   popd >/dev/null
 }
 
 glibc_do_src_install() {



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

2019-08-05 Thread Guilherme Amadio
commit: 410be6c7772b8d3c5a71b71f4595d4824558c8f7
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Thu Aug  1 07:46:01 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Aug  5 12:39:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410be6c7

dev-libs/capstone: prefix support

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

 dev-libs/capstone/capstone-4.0.1.ebuild | 1 +
 dev-libs/capstone/capstone-4.0.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-libs/capstone/capstone-4.0.1.ebuild 
b/dev-libs/capstone/capstone-4.0.1.ebuild
index 10fabceeab0..e4931c690d0 100644
--- a/dev-libs/capstone/capstone-4.0.1.ebuild
+++ b/dev-libs/capstone/capstone-4.0.1.ebuild
@@ -59,6 +59,7 @@ src_configure() {
LDFLAGS = ${LDFLAGS}
#  libs
LIBDIRARCH = $(get_libdir)
+   PREFIX = ${EPREFIX}/usr
EOF
} >> config.mk || die
 

diff --git a/dev-libs/capstone/capstone-4.0.ebuild 
b/dev-libs/capstone/capstone-4.0.ebuild
index 2d3c1f9c454..2f0796ab51f 100644
--- a/dev-libs/capstone/capstone-4.0.ebuild
+++ b/dev-libs/capstone/capstone-4.0.ebuild
@@ -60,6 +60,7 @@ src_configure() {
LDFLAGS = ${LDFLAGS}
#  libs
LIBDIRARCH = $(get_libdir)
+   PREFIX = ${EPREFIX}/usr
EOF
} >> config.mk || die
 



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

2019-08-05 Thread Mart Raudsepp
commit: a21c2b664bf9f1468c2a666d4f3da09ed6b0648e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Aug  5 12:27:27 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Aug  5 12:41:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21c2b66

dev-lang/vala: bump p.masked dev version to 0.45.90

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

 dev-lang/vala/Manifest|  1 +
 dev-lang/vala/vala-0.45.90.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index 0a617343559..d963e83acea 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -6,3 +6,4 @@ DIST vala-0.42.7.tar.xz 3362192 BLAKE2B 
59f76d43f4bf80f75681c386cb30c4686bf93444
 DIST vala-0.44.6.tar.xz 3354452 BLAKE2B 
7fb8946b55a73a582e4bf7fc15ca129bbd8c766e665dab15671466fac62bb19481fdda5476263d6689e36a63f6fb2c095c10e2ce7cb8f8cf33b38f691d2f86aa
 SHA512 
7b0fa6da3b7ecfe5d6731e64a7803e3dde38e843c269e7bd0d9d92dbbba2823bd17689bceec3e2ee6cf8f7884a5e1e11e1699e98808a32fef2167221bdc7b8a2
 DIST vala-0.44.7.tar.xz 3355928 BLAKE2B 
172e9fee6edec63324b9babc125d2bdb53c2025b2cb86339b54a4c8017ccdf78a848076fdd6a8f5200c15c48864542d711896160f78790d36a29d30980177d34
 SHA512 
5a645e1b1929644ec6b53d06895afcf62d41d6fd63f82c3be3aa4e28847173071621ec857cb973df38d36e60eb960954c2fb48fb4189e1afcbb25a2376ff0d77
 DIST vala-0.45.3.tar.xz 3356112 BLAKE2B 
4632b476ea20d5a486e3094efec2a8bfc5b8f0edb25e600f14e5aa0ffbc1030e6966d54888b41f2af0083ebaeb0fbebd011e26da2153641e707d0b20d0e82fb7
 SHA512 
ba9eeacf45b2d1f8a87b0097e7b4ba15af7d35c9340957432b2b6acf3d8ede942ad6ee5820e64d9b3ac740653111b920c81f003647b61c569d43489894ddf4b1
+DIST vala-0.45.90.tar.xz 3357976 BLAKE2B 
8c7beb7f2e0fc88b2d789334d0986a6822448148fda2666bc34ff2d3a928e0256895025a88a86c5ca35a9969536157eb27226523c1bda0355bbd436e3c82337b
 SHA512 
3d8ca535f30ba73c2433f377f029b3f7edb92f4a5a71a54ddd95936314f881d5d0b6e31a8fc8747197ab458b3bd84b3e1f1b7a7a73d6bf99edb544e6b2b5339b

diff --git a/dev-lang/vala/vala-0.45.90.ebuild 
b/dev-lang/vala/vala-0.45.90.ebuild
new file mode 100644
index 000..26d79ce3530
--- /dev/null
+++ b/dev-lang/vala/vala-0.45.90.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Compiler for the GObject type system"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
+
+LICENSE="LGPL-2.1+"
+SLOT="0.46"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+IUSE="test valadoc"
+
+RDEPEND="
+   >=dev-libs/glib-2.48.0:2
+   >=dev-libs/vala-common-${PV}
+   valadoc? ( >=media-gfx/graphviz-2.16 )
+"
+DEPEND="${RDEPEND}
+   dev-libs/libxslt
+   sys-devel/flex
+   virtual/pkgconfig
+   virtual/yacc
+   test? (
+   dev-libs/dbus-glib
+   >=dev-libs/glib-2.26:2
+   dev-libs/gobject-introspection )
+"
+
+src_configure() {
+   # weasyprint enables generation of PDF from HTML
+   gnome2_src_configure \
+   --disable-unversioned \
+   $(use_enable valadoc) \
+   VALAC=: \
+   WEASYPRINT=:
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}



<    1   2   3   4   5   6   7   8   9   10   >