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

2018-06-28 Thread Matt Thode
commit: 43e835a8dadc67301a3f054d9f8c6dd23d236670
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun 29 05:45:45 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun 29 05:46:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e835a8

app-admin/ansible: 2.6.0 bup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-2.6.0.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index df06efc0e44..7182bdd4e64 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -2,3 +2,4 @@ DIST ansible-2.4.3.0.tar.gz 655 BLAKE2B 
d43679c651f6aa5fd86c797a204645a8ee98
 DIST ansible-2.4.4.0.tar.gz 6512938 BLAKE2B 
51e397d2242209271a8aef211c3bdeb34a15e2061a202415749ecb4232e0521aff304d5585d536b1805f14ff476b0733d559eeabe6e44de7b273b8606b11b805
 SHA512 
f0dcf92f2c69931fa06e6dd3845c11592d5a7e44f19a99c4d6c361022708560170f2b74ad20eded61fa5812c90eed281b78396aa92e0b33717970afb5966dd72
 DIST ansible-2.4.5.0.tar.gz 6515523 BLAKE2B 
b6d2eeae93ec8b61ca426682d702179d60674cdb95b2cc9fe413f32d429cdbcab804f34a6d0bcd51a6151dcc29297c6aef6025df52b859130b5ef4c552e85d68
 SHA512 
44d0e05730a9d7b5ee256c8c19a08c007d19d6523319e3c45b65206781d7384386bbde1a0f5b452b29c9b95a236140bf1c011b46f1c15592c47a15deccf8748e
 DIST ansible-2.5.5.tar.gz 10150862 BLAKE2B 
51184d11418c0a534c0176fcc6fde6da3c962e00502b354317b311d20122b28bbafbb8dfdfb7700a0153116c70396a882b538524395af590af16eeac043d0655
 SHA512 
a3d50539d2a109dc0bbcdb440e0800b917f63141dce935e6426cb6bdc51e3a93e02f05c23714c24ab00b19842a86677b8d2f2455d20ca15410fa8d3c8ba379ca
+DIST ansible-2.6.0.tar.gz 10721104 BLAKE2B 
894700762139339e43cde35d74bfcfda218a1325b45749d8ea94c1a19e210f98e2f0717ff39c54da97f9795380268da040158271f2e26986b5d2fe177e3dfe2e
 SHA512 
0c7353eeb4a65b21439489ef8a101bb0455d24d88904011460548bfba218688b4a1fdc1d61d60d611c2bcce7f1c301c0d6bcb9f3e9db12eaf9c9ef2f96994af9

diff --git a/app-admin/ansible/ansible-2.6.0.ebuild 
b/app-admin/ansible/ansible-2.6.0.ebuild
new file mode 100644
index 000..8f63e854644
--- /dev/null
+++ b/app-admin/ansible/ansible-2.6.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 eutils versionator
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   net-misc/sshpass
+   virtual/ssh
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/passlib[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
+
+# not included in release tarball
+RESTRICT="test"
+
+python_compile_all() {
+   if use doc; then
+   cd docs/docsite || die
+   export CPUS=4
+   emake -f Makefile.sphinx html
+   fi
+}
+
+python_test() {
+   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
+   distutils-r1_python_install_all
+
+   doman docs/man/man1/*.1
+   dodoc -r examples
+}



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

2018-06-28 Thread Jeroen Roovers
commit: fbac8c974a7b0b0d017e3cc9a676a0f3ea88981d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 29 05:44:20 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 29 05:44:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbac8c97

net-analyzer/gnu-netcat: EAPI bump.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild 
b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild
new file mode 100644
index 000..f71fcffaaa0
--- /dev/null
+++ b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="the GNU network swiss army knife"
+HOMEPAGE="http://netcat.sourceforge.net/;
+SRC_URI="mirror://sourceforge/netcat/netcat-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="debug nls"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-LC_CTYPE.patch
+   "${FILESDIR}"/${PN}-close.patch
+   "${FILESDIR}"/${PN}-flagcount.patch
+)
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+S=${WORKDIR}/netcat-${PV}
+
+src_configure() {
+   use debug && append-flags -DDEBUG
+   econf $(use_enable nls)
+}
+
+src_install() {
+   default
+   rm "${ED}"usr/bin/nc || die
+}



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

2018-06-28 Thread Matthias Maier
commit: 4968b9aca32875f31e1f5c04748221ab1adb6b14
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 05:31:57 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 05:31:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4968b9ac

app-emulation/qemu-guest-agent: disable tools

We also have to disable tools configuration when compiling the guest
agent.

Bug: https://bugs.gentoo.org/659316
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild| 1 +
 app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
index 3f49bc33cf3..b34558adc4a 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
@@ -44,6 +44,7 @@ src_configure() {
--disable-linux-user
--disable-system
--disable-strip
+   --disable-tools
--disable-werror
--enable-guest-agent
--python="${PYTHON}"

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
index 57c3f91109a..ec4616852a8 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
@@ -43,6 +43,7 @@ src_configure() {
--disable-linux-user
--disable-system
--disable-strip
+   --disable-tools
--disable-werror
--enable-guest-agent
--python="${PYTHON}"



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

2018-06-28 Thread Matthias Maier
commit: 020d1af7d8cb8f5b6de4a4bae60526d4e3c0c938
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:29:22 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:29:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020d1af7

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

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/app-emulation/qemu-guest-agent/Manifest 
b/app-emulation/qemu-guest-agent/Manifest
index 6db50279e82..d2f19d63396 100644
--- a/app-emulation/qemu-guest-agent/Manifest
+++ b/app-emulation/qemu-guest-agent/Manifest
@@ -1,3 +1,2 @@
 DIST qemu-2.11.1.tar.bz2 32819412 BLAKE2B 
6b6d4e7b8dcf33aeedb0b33bad267da07ad17c2eeeb5fbd2c038d760bc03224e55ba0f03eb248c62bc0e8636c2c660ea76b367eaea96bee16388053f82c8b8a9
 SHA512 
1b692bbdfc3dc785738c7192aa2a3f9cf53d9f5bf3b3f49fa8692050dc50f7056c8a4d1b527d48ffb2a674a0fd3a46d87addd1eaaa758f35eec1ab5adfe32354
 DIST qemu-2.12.0.tar.bz2 41196232 BLAKE2B 
f258e570558249ea647c3571908f90b8bacdcef9a1814009b98571cf0e96406194d44aa041fd0a97c9b673f39a9eaae8d873824745509778a6784cd85f8398b0
 SHA512 
91d829f44c431e4c1cd335f3efea5afff9da62d832b0296a92417463ea0826d09ce226c2ea8ac167fe7b99b6bb976c7cb1357aaf17735ee57af6602161e46346
-DIST qemu-2.5.0.tar.bz2 25464996 BLAKE2B 
c2d36ed938644cb9e3a3541c16ceb09f1bc5f4897bc01d8974722fc167b4e5362e6674760ca7d22a8b157b20505d7643e2eea3810469e180c003857833f650aa
 SHA512 
12153f94cc7f834fd6a85f25690c36f2331d88d414426fb8b9ac20a34e6f9222b1eda30b727674af583580fae90dfd6d0614a905dce1567d94cd049d426b9dd3

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.5.0.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.5.0.ebuild
deleted file mode 100644
index 7373d4702c8..000
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.5.0.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils systemd udev python-any-r1
-
-MY_PN="qemu"
-MY_P="${MY_PN}-${PV}"
-
-SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.bz2;
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
-
-DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
-HOMEPAGE="http://wiki.qemu.org/Features/QAPI/GuestAgent;
-
-LICENSE="GPL-2 BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.22
-   !

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

2018-06-28 Thread Matthias Maier
commit: 9a464fb0578071ec51668d740eb283719e4c2547
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:27:34 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a464fb0

dev-python/libvirt-python: use https:// instead of git://

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild | 4 ++--
 dev-python/libvirt-python/libvirt-python-4.4.0.ebuild| 4 ++--
 dev-python/libvirt-python/libvirt-python-.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild 
b/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild
index bd6c920a34b..c8fd2656cf3 100644
--- a/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild
@@ -11,9 +11,9 @@ inherit distutils-r1
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git;
SRC_URI=""
-   KEYWORDS="amd64 x86"
+   KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;

diff --git a/dev-python/libvirt-python/libvirt-python-4.4.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-4.4.0.ebuild
index b249f13de90..4a7f9a83c92 100644
--- a/dev-python/libvirt-python/libvirt-python-4.4.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-4.4.0.ebuild
@@ -11,9 +11,9 @@ inherit distutils-r1
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git;
SRC_URI=""
-   KEYWORDS="amd64 x86"
+   KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;

diff --git a/dev-python/libvirt-python/libvirt-python-.ebuild 
b/dev-python/libvirt-python/libvirt-python-.ebuild
index 68144b5027c..42d117b59bc 100644
--- a/dev-python/libvirt-python/libvirt-python-.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git;
SRC_URI=""
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"



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

2018-06-28 Thread Matthias Maier
commit: be4417b793846de3ccc0290888d2666280547462
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:12:26 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:12:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4417b7

app-emulation/libvirt: drop old patches

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../files/libvirt-4.1.0-do_not_use_sysconf.patch   | 204 -
 .../files/libvirt-4.1.0-unbreak_my_bridge.patch|  78 
 2 files changed, 282 deletions(-)

diff --git a/app-emulation/libvirt/files/libvirt-4.1.0-do_not_use_sysconf.patch 
b/app-emulation/libvirt/files/libvirt-4.1.0-do_not_use_sysconf.patch
deleted file mode 100644
index 2c8339a8b51..000
--- a/app-emulation/libvirt/files/libvirt-4.1.0-do_not_use_sysconf.patch
+++ /dev/null
@@ -1,204 +0,0 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 3bf2da5..6b3f37a 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -2165,23 +2165,6 @@ EXTRA_DIST += \
-   $(SYSCONF_FILES) \
-   $(NULL)
- 
--install-sysconfig:
--  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
--  for f in $(SYSCONF_FILES:%.sysconf=%) ; \
--  do \
--tgt=`basename $$f`; \
--$(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf \
--$(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
--  done
--
--uninstall-sysconfig:
--  for f in $(SYSCONF_FILES:%.sysconf=%) ; \
--  do \
--tgt=`basename $$f`; \
--rm -f $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
--  done
--  rmdir $(DESTDIR)$(sysconfdir)/sysconfig || :
--
- SYSVINIT_FILES_IN = \
-   locking/virtlockd.init.in \
-   logging/virtlogd.init.in \
-@@ -2268,14 +2251,14 @@ uninstall-polkit::
- endif ! WITH_POLKIT
- 
- if LIBVIRT_INIT_SCRIPT_RED_HAT
--install-init:: $(SYSVINIT_FILES) install-sysconfig
-+install-init:: $(SYSVINIT_FILES)
-   $(MKDIR_P) $(DESTDIR)$(sysconfdir)/rc.d/init.d
-   for f in $(SYSVINIT_FILES:%.init=%) ; \
-   do \
- $(INSTALL_SCRIPT) $$f.init $(DESTDIR)$(sysconfdir)/rc.d/init.d/$$f; \
-   done
- 
--uninstall-init:: uninstall-sysconfig
-+uninstall-init::
-   rm -f $(SYSVINIT_FILES:%.init=$(DESTDIR)$(sysconfdir)/rc.d/init.d/%)
-   rmdir $(DESTDIR)$(sysconfdir)/rc.d/init.d || :
- 
-diff --git a/src/locking/virtlockd.service.in 
b/src/locking/virtlockd.service.in
-index 3c9d587..2449b20 100644
 a/src/locking/virtlockd.service.in
-+++ b/src/locking/virtlockd.service.in
-@@ -7,8 +7,7 @@ Documentation=man:virtlockd(8)
- Documentation=https://libvirt.org
- 
- [Service]
--EnvironmentFile=-/etc/sysconfig/virtlockd
--ExecStart=@sbindir@/virtlockd $VIRTLOCKD_ARGS
-+ExecStart=@sbindir@/virtlockd
- ExecReload=/bin/kill -USR1 $MAINPID
- # Loosing the locks is a really bad thing that will
- # cause the machine to be fenced (rebooted), so make
-diff --git a/src/logging/virtlogd.service.in b/src/logging/virtlogd.service.in
-index 3d9ae36..4373619 100644
 a/src/logging/virtlogd.service.in
-+++ b/src/logging/virtlogd.service.in
-@@ -7,8 +7,7 @@ Documentation=man:virtlogd(8)
- Documentation=https://libvirt.org
- 
- [Service]
--EnvironmentFile=-/etc/sysconfig/virtlogd
--ExecStart=@sbindir@/virtlogd $VIRTLOGD_ARGS
-+ExecStart=@sbindir@/virtlogd
- ExecReload=/bin/kill -USR1 $MAINPID
- # Loosing the logs is a really bad thing that will
- # cause the machine to be fenced (rebooted), so make
-diff --git a/src/remote/libvirtd.service.in b/src/remote/libvirtd.service.in
-index 769702e..1830c72 100644
 a/src/remote/libvirtd.service.in
-+++ b/src/remote/libvirtd.service.in
-@@ -21,8 +21,7 @@ Documentation=https://libvirt.org
- 
- [Service]
- Type=notify
--EnvironmentFile=-/etc/sysconfig/libvirtd
--ExecStart=@sbindir@/libvirtd $LIBVIRTD_ARGS
-+ExecStart=@sbindir@/libvirtd
- ExecReload=/bin/kill -HUP $MAINPID
- KillMode=process
- Restart=on-failure
-diff --git a/tools/Makefile.am b/tools/Makefile.am
-index 85e640b..99b9fa1 100644
 a/tools/Makefile.am
-+++ b/tools/Makefile.am
-@@ -336,15 +336,6 @@ install-data-local: install-init install-systemd 
install-nss \
- uninstall-local: uninstall-init uninstall-systemd uninstall-nss \
-   uninstall-bash-completion
- 
--install-sysconfig:
--  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
--  $(INSTALL_DATA) $(srcdir)/libvirt-guests.sysconf \
--$(DESTDIR)$(sysconfdir)/sysconfig/libvirt-guests
--
--uninstall-sysconfig:
--  rm -f $(DESTDIR)$(sysconfdir)/sysconfig/libvirt-guests
--  rmdir $(DESTDIR)$(sysconfdir)/sysconfig ||:
--
- EXTRA_DIST += libvirt-guests.sh.in libvirt-guests.init.in
- 
- install-initscript: libvirt-guests.init
-@@ -359,8 +350,8 @@ uninstall-initscript:
- 
- if LIBVIRT_INIT_SCRIPT_RED_HAT
- BUILT_SOURCES += libvirt-guests.init
--install-init: install-sysconfig install-initscript
--uninstall-init: uninstall-sysconfig uninstall-initscript
-+install-init: install-initscript
-+uninstall-init: uninstall-initscript
- else ! 

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

2018-06-28 Thread Matthias Maier
commit: 051ab2d0f0ab4d09848b9ace98a8ae10a9914d8f
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:30:52 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:30:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051ab2d0

app-emulation/qemu-guest-agent: do not depend on pixman

Closes: https://bugs.gentoo.org/659316
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 ...emu-guest-agent-2.12.0.ebuild => qemu-guest-agent-2.12.0-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
similarity index 97%
rename from app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0.ebuild
rename to app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
index 026b8592bbb..57c3f91109a 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
@@ -20,8 +20,7 @@ LICENSE="GPL-2 BSD-2"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-libs/glib
-   x11-libs/pixman"
+RDEPEND="dev-libs/glib"
 
 DEPEND="${RDEPEND}
${PYTHON_DEPS}"



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

2018-06-28 Thread Matthias Maier
commit: 0bf491bcef90eebd7d111056dd3daee32a4b00e8
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:15:49 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:16:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf491bc

app-emulation/libvirt: version bump to 4.4.0

Closes: https://bugs.gentoo.org/657666

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-emulation/libvirt/Manifest |   1 +
 .../files/libvirt-4.4.0-do_not_use_sysconf.patch   | 216 
 app-emulation/libvirt/libvirt-4.4.0.ebuild | 381 +
 3 files changed, 598 insertions(+)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index a62d33f2a7b..2733e11b04b 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1 +1,2 @@
 DIST libvirt-4.3.0.tar.xz 14667860 BLAKE2B 
bd4dfbcfba3b11036be979caf938ec7ca4fc04cc4bd6dfd5eec05c054ba4ebf953c0e86a080e65ab8a880f2bcc2f4d018283e870afcb64bd0b750247f3c96357
 SHA512 
cc61497121931019a8cc3fa8234d7cf95b0f0e1d77ab6fcd089db92759617b099eb83c57aa91768ae6ccf92c345cf72e1d9b202acb5132a159476fb86f1a6999
+DIST libvirt-4.4.0.tar.xz 14668912 BLAKE2B 
04f7a48618924bb8bbe1621572d260a01626687c66ed45d1a08d745210fc522fba63387a0433c0c55e41a5655267c094c16b7ff97f9e45b17419dfc83f465c79
 SHA512 
725b9b093a2aaeab6fdcb8df341a400ab363bcd50af8400dfd0593c41d8fbc8352f89147be9fbfde2e8418cc7298e090fe07ec7255b0aff1f0d001b93322f93f

diff --git a/app-emulation/libvirt/files/libvirt-4.4.0-do_not_use_sysconf.patch 
b/app-emulation/libvirt/files/libvirt-4.4.0-do_not_use_sysconf.patch
new file mode 100644
index 000..3e430cba1d2
--- /dev/null
+++ b/app-emulation/libvirt/files/libvirt-4.4.0-do_not_use_sysconf.patch
@@ -0,0 +1,216 @@
+From a365e2d5b4af1ab2be743773412fe265579a9a0b Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: Michal Privoznik 
+Date: Tue, 26 Jun 2018 06:51:06 +0200
+Subject: [PATCH] gentoo: do not use sysconf
+
+Signed-off-by: Michal Privoznik 
+---
+ src/Makefile.am  | 29 ++---
+ src/locking/virtlockd.service.in |  3 +--
+ src/logging/virtlogd.service.in  |  3 +--
+ src/remote/libvirtd.service.in   |  3 +--
+ tools/Makefile.am| 17 -
+ tools/libvirt-guests.service.in  |  2 +-
+ tools/libvirt-guests.sysconf |  7 +++
+ 7 files changed, 21 insertions(+), 43 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index db8c8ebd1a..63d7a9ca46 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -757,23 +757,6 @@ endif WITH_SETUID_RPC_CLIENT
+ 
+ EXTRA_DIST += $(SYSCONF_FILES)
+ 
+-install-sysconfig:
+-  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
+-  for f in $(SYSCONF_FILES:%.sysconf=%) ; \
+-  do \
+-tgt=`basename $$f`; \
+-$(INSTALL_DATA) $(srcdir)/$$f.sysconf \
+-$(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
+-  done
+-
+-uninstall-sysconfig:
+-  for f in $(SYSCONF_FILES:%.sysconf=%) ; \
+-  do \
+-tgt=`basename $$f`; \
+-rm -f $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
+-  done
+-  rmdir $(DESTDIR)$(sysconfdir)/sysconfig || :
+-
+ SYSVINIT_FILES_IN += \
+   locking/virtlockd.init.in \
+   $(NULL)
+@@ -814,14 +797,14 @@ uninstall-logrotate:
+ endif ! WITH_LIBVIRTD
+ 
+ if LIBVIRT_INIT_SCRIPT_RED_HAT
+-install-init:: $(SYSVINIT_FILES) install-sysconfig
++install-init:: $(SYSVINIT_FILES)
+   $(MKDIR_P) $(DESTDIR)$(sysconfdir)/rc.d/init.d
+   for f in $(SYSVINIT_FILES:%.init=%) ; \
+   do \
+ $(INSTALL_SCRIPT) $$f.init $(DESTDIR)$(sysconfdir)/rc.d/init.d/$$f; \
+   done
+ 
+-uninstall-init:: uninstall-sysconfig
++uninstall-init::
+   rm -f $(SYSVINIT_FILES:%.init=$(DESTDIR)$(sysconfdir)/rc.d/init.d/%)
+   rmdir $(DESTDIR)$(sysconfdir)/rc.d/init.d || :
+ 
+@@ -859,14 +842,14 @@ SYSTEMD_UNIT_FILES = $(notdir 
$(SYSTEMD_UNIT_FILES_IN:%.in=%))
+ BUILT_SOURCES += $(SYSTEMD_UNIT_FILES)
+ DISTCLEANFILES += $(SYSTEMD_UNIT_FILES)
+ 
+-install-systemd: $(SYSTEMD_UNIT_FILES) install-sysconfig
++install-systemd: $(SYSTEMD_UNIT_FILES)
+   $(MKDIR_P) $(DESTDIR)$(SYSTEMD_UNIT_DIR)
+   for f in $(SYSTEMD_UNIT_FILES); \
+   do \
+ $(INSTALL_DATA) $$f $(DESTDIR)$(SYSTEMD_UNIT_DIR)/ ; \
+   done
+ 
+-uninstall-systemd: uninstall-sysconfig
++uninstall-systemd:
+   rm -f $(SYSTEMD_UNIT_FILES:%=$(DESTDIR)$(SYSTEMD_UNIT_DIR)/%)
+   rmdir $(DESTDIR)$(SYSTEMD_UNIT_DIR) || :
+ else ! LIBVIRT_INIT_SCRIPT_SYSTEMD
+@@ -884,7 +867,7 @@ EXTRA_DIST += $(UPSTART_FILES)
+ if WITH_LIBVIRTD
+ if LIBVIRT_INIT_SCRIPT_UPSTART
+ 
+-install-upstart: install-sysconfig
++install-upstart:
+   $(MKDIR_P) $(DESTDIR)$(sysconfdir)/event.d
+   for f in $(UPSTART_FILES:%.upstart=%); \
+   do \
+@@ -893,7 +876,7 @@ install-upstart: install-sysconfig
+ $(DESTDIR)$(sysconfdir)/event.d/$$tgt ; \
+   done
+ 
+-uninstall-upstart: 

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

2018-06-28 Thread Matthias Maier
commit: d908013eafa6bc6963020e09a1a1ff97ac1cd705
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:19:26 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:19:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d908013e

app-emulation/libvirt: update live ebuild

Thanks to Michal Privoznik for the updated patch.

Closes: https://bugs.gentoo.org/659206
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 ...sconf.patch => libvirt-4.5.0-do_not_use_sysconf.patch} |  0
 app-emulation/libvirt/libvirt-.ebuild | 15 +++
 2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/app-emulation/libvirt/files/libvirt-4.4.0-do_not_use_sysconf.patch 
b/app-emulation/libvirt/files/libvirt-4.5.0-do_not_use_sysconf.patch
similarity index 100%
rename from app-emulation/libvirt/files/libvirt-4.4.0-do_not_use_sysconf.patch
rename to app-emulation/libvirt/files/libvirt-4.5.0-do_not_use_sysconf.patch

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 21cd6af1aa3..ba94138cba8 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -122,7 +122,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-4.2.0-do_not_use_sysconf.patch
+   "${FILESDIR}"/${PN}-4.5.0-do_not_use_sysconf.patch
"${FILESDIR}"/${PN}-1.2.16-fix_paths_in_libvirt-guests_sh.patch
"${FILESDIR}"/${PN}-3.10.0-r2-fix_paths_for_apparmor.patch
 )
@@ -237,12 +237,6 @@ src_prepare() {
 }
 
 src_configure() {
-   #
-   # With 4.1.0 we should always enable networking support - otherwise not
-   # even minimal networking is available. Yes, this degrades
-   # USE=virt-network to a mere runtime-dep USE flag. But let's keep it
-   # for compatibility and convenience.
-   #
local myeconfargs=(
$(use_with apparmor)
$(use_with apparmor apparmor-profiles)
@@ -276,6 +270,7 @@ src_configure() {
$(use_with udev)
$(use_with uml)
$(use_with vepa virtualport)
+   $(use_with virt-network network)
$(use_with wireshark-plugins wireshark-dissector)
$(use_with xen)
$(use_with xen xen-inotify)
@@ -283,8 +278,6 @@ src_configure() {
$(use_with zeroconf avahi)
$(use_with zfs storage-zfs)
 
-   --with-network
-
--without-hal
--without-netcf
--without-sanlock
@@ -343,9 +336,7 @@ src_install() {
# Remove bogus, empty directories. They are either not used, or
# libvirtd is able to create them on demand
rm -rf "${D}"/etc/sysconfig
-   rm -rf "${D}"/var/cache
-   rm -rf "${D}"/var/run
-   rm -rf "${D}"/var/log
+   rm -rf "${D}"/var
 
use libvirtd || return 0
# From here, only libvirtd-related instructions, be warned!



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

2018-06-28 Thread Matthias Maier
commit: ac19fa8f059e1fa8460e25038e739cc2488098a6
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:22:22 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac19fa8f

app-emulation/libvirt: use https:// instead of git://

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-emulation/libvirt/libvirt-4.3.0.ebuild | 4 ++--
 app-emulation/libvirt/libvirt-4.4.0.ebuild | 4 ++--
 app-emulation/libvirt/libvirt-.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-4.3.0.ebuild 
b/app-emulation/libvirt/libvirt-4.3.0.ebuild
index 7c7d4531c3e..354a95ce898 100644
--- a/app-emulation/libvirt/libvirt-4.3.0.ebuild
+++ b/app-emulation/libvirt/libvirt-4.3.0.ebuild
@@ -7,9 +7,9 @@ inherit autotools eutils user linux-info systemd 
readme.gentoo-r1 bash-completio
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
+   EGIT_REPO_URI="https://libvirt.org/git/libvirt.git;
SRC_URI=""
-   KEYWORDS="amd64 x86"
+   KEYWORDS=""
SLOT="0"
 else
# Versions with 4 numbers are stable updates:

diff --git a/app-emulation/libvirt/libvirt-4.4.0.ebuild 
b/app-emulation/libvirt/libvirt-4.4.0.ebuild
index 7a23fab..708c9658be8 100644
--- a/app-emulation/libvirt/libvirt-4.4.0.ebuild
+++ b/app-emulation/libvirt/libvirt-4.4.0.ebuild
@@ -7,9 +7,9 @@ inherit autotools eutils user linux-info systemd 
readme.gentoo-r1 bash-completio
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
+   EGIT_REPO_URI="https://libvirt.org/git/libvirt.git;
SRC_URI=""
-   KEYWORDS="amd64 x86"
+   KEYWORDS=""
SLOT="0"
 else
# Versions with 4 numbers are stable updates:

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index ba94138cba8..70f3603bfcb 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -7,7 +7,7 @@ inherit autotools eutils user linux-info systemd 
readme.gentoo-r1 bash-completio
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
+   EGIT_REPO_URI="https://libvirt.org/git/libvirt.git;
SRC_URI=""
KEYWORDS=""
SLOT="0"



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

2018-06-28 Thread Matthias Maier
commit: aff0da389a532727587b8435f92f4211a4626b32
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:24:44 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:24:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff0da38

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

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 0aa2ea09b40..cbb51923572 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1 +1,2 @@
 DIST libvirt-python-4.3.0.tar.gz 187111 BLAKE2B 
7266ca1b5836429e13a03dab0e2f5085521c72e2d6952d7a9de514eace286477ad7b237c5d70f86fac49ab2201c8724149af72d4c1f688ac8736257045babc6f
 SHA512 
4b2b4a2590e968ff4401d8429319c94b1b9c08a40b089f461af5a4912acf2c504f60652c80b161c253c00e41d22c100c2e180159e45d84c352c59dca69172cfc
+DIST libvirt-python-4.4.0.tar.gz 188431 BLAKE2B 
dc2dfc64139c3bb2a80516c345b1256311b1b2ceaa832de2ef60afe5422adabee626b25dffa96a1bd8428f4d0bd54ed5264d887522700a941aa646b4b43a7f8c
 SHA512 
b4e740895c22aca20d8fc1cfadc9276e91e0a74aa7bad75d15de14be6704be8386055b700ea65045acfaabf3bfe8fa51e5d814e625e46d01b3ac0221419d25da

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



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

2018-06-28 Thread Matthias Maier
commit: cb340501bf2b04d923bc1e58147274facdf62fcc
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:08:04 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:08:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb340501

dev-lang/mmix: set VARTEXFONTS to prevent sandbox violations

Closes: https://bugs.gentoo.org/652018
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lang/mmix/mmix-20131017.ebuild | 1 +
 dev-lang/mmix/mmix-20160804.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-lang/mmix/mmix-20131017.ebuild 
b/dev-lang/mmix/mmix-20131017.ebuild
index aa8ccecb430..0b8bf06064e 100644
--- a/dev-lang/mmix/mmix-20131017.ebuild
+++ b/dev-lang/mmix/mmix-20131017.ebuild
@@ -26,6 +26,7 @@ src_prepare() {
 }
 
 src_compile() {
+   export VARTEXFONTS=${T}/fonts
emake all \
CFLAGS="${CFLAGS}" \
CC="$(tc-getCC)"

diff --git a/dev-lang/mmix/mmix-20160804.ebuild 
b/dev-lang/mmix/mmix-20160804.ebuild
index b1cbaa53f45..b98e3aafec4 100644
--- a/dev-lang/mmix/mmix-20160804.ebuild
+++ b/dev-lang/mmix/mmix-20160804.ebuild
@@ -26,6 +26,7 @@ PATCHES=(
 )
 
 src_compile() {
+   export VARTEXFONTS=${T}/fonts
emake all \
CFLAGS="${CFLAGS}" \
CC="$(tc-getCC)"



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

2018-06-28 Thread Matthias Maier
commit: b020d282c47dde0b954824565fd92da72c793397
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:10:06 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:10:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b020d282

dev-python/libvirt-python: drop old versions

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/libvirt-python/Manifest |  2 -
 .../libvirt-python/libvirt-python-4.1.0.ebuild | 46 --
 .../libvirt-python/libvirt-python-4.2.0-r1.ebuild  | 46 --
 3 files changed, 94 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 2fa118d5fd5..0aa2ea09b40 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,3 +1 @@
-DIST libvirt-python-4.1.0.tar.gz 186312 BLAKE2B 
45ba81eb738e72e2561ab597c5cc395ae2260c7d93575391d2ce14622faf706052ea5d83adf6ca6a52c35cda4a9e80348f163f48ba318f5d0056b26a33961d25
 SHA512 
533c46c6827b0c3397713b39a7c6486e1bad40571907aa48da7818ad15569d4e01e33ffc787beb9486fc84b361985aa1d30ea474555d55494143f71dfea26947
-DIST libvirt-python-4.2.0.tar.gz 186496 BLAKE2B 
a4d556a0159c338f2a3a5fc8e6072b084aab427170b66f00dce5b8c4649bfd7d821e02846de906584a454acf2f1db34718a2f48110cf5c8faf6594a72b6e8f2b
 SHA512 
4c06d7de470ff22ee5983598e66d26a3e850998311c8061952f9f6b5be0a7a0f437e2b214d3d66bf465acec9afb925dfb6dd0cd756ed78e818d19e15e7cfdf6a
 DIST libvirt-python-4.3.0.tar.gz 187111 BLAKE2B 
7266ca1b5836429e13a03dab0e2f5085521c72e2d6952d7a9de514eace286477ad7b237c5d70f86fac49ab2201c8724149af72d4c1f688ac8736257045babc6f
 SHA512 
4b2b4a2590e968ff4401d8429319c94b1b9c08a40b089f461af5a4912acf2c504f60652c80b161c253c00e41d22c100c2e180159e45d84c352c59dca69172cfc

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

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



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

2018-06-28 Thread Matthias Maier
commit: 12680e5c04fa5d5bdb7a04ff9f0e6f9b040a7fc2
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 04:11:12 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12680e5c

app-emulation/libvirt: drop old versions

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-emulation/libvirt/Manifest|   2 -
 app-emulation/libvirt/libvirt-4.1.0-r3.ebuild | 383 --
 app-emulation/libvirt/libvirt-4.2.0.ebuild| 382 -
 3 files changed, 767 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 1b8bec44164..a62d33f2a7b 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,3 +1 @@
-DIST libvirt-4.1.0.tar.xz 15046956 BLAKE2B 
e5d4fb47d6308b2f74d464b8a4b236fcda96ca71357847ce7bc9c787e89111ed99538e9f7815287d14af24db1bc774012682843edc1e067cdf710e82d0b349c9
 SHA512 
62d1a228adf3270cc6defe3cbf92dac8c4ce2c434c4d97219571ccef799a4f6304cfd1ba9938338356641285f53ac71145d7b398523021c5ea1dc8e3d49cf894
-DIST libvirt-4.2.0.tar.xz 15180120 BLAKE2B 
0df6caef7f377e627a7ca1d169e1c8032d02fdfb5cc32a3036fbedd021063672114fcef09aa34e7218b56eef0fe64509024fbcd674a0c5f312a7afb9aa3e34a5
 SHA512 
ced3a7408e95f1663deec03b095780d0f805126506a064a11063d1f313f923eb0ff0ea95f99826514d8cb4e51c850f6f02904e06e5ef8106c38898a0cfe7f9ed
 DIST libvirt-4.3.0.tar.xz 14667860 BLAKE2B 
bd4dfbcfba3b11036be979caf938ec7ca4fc04cc4bd6dfd5eec05c054ba4ebf953c0e86a080e65ab8a880f2bcc2f4d018283e870afcb64bd0b750247f3c96357
 SHA512 
cc61497121931019a8cc3fa8234d7cf95b0f0e1d77ab6fcd089db92759617b099eb83c57aa91768ae6ccf92c345cf72e1d9b202acb5132a159476fb86f1a6999

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

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

2018-06-28 Thread Zac Medico
commit: ede0c6a09e48cc1a542f50462e873cb2f945a584
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jun 29 04:25:14 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jun 29 04:28:03 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ede0c6a0

depgraph._show_unsatisfied_blockers: AttributeError unevaluated_atom (bug 
659564)

Only attempt to access the unevaluated_atom attribute for
package atoms, since soname atoms do not have this attribute.

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

 pym/_emerge/depgraph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 429d8871c..42857c1a5 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -8422,7 +8422,7 @@ class depgraph(object):
else:
# Display the specific atom 
from SetArg or
# Package types.
-   if atom != 
atom.unevaluated_atom:
+   if atom.package and atom != 
atom.unevaluated_atom:
# Show the unevaluated 
atom, since it can reveal
# issues with 
conditional use-flags missing
# from IUSE.



[gentoo-commits] repo/gentoo:master commit in: app-crypt/sbsigntool/files/, app-crypt/sbsigntool/

2018-06-28 Thread Matthias Maier
commit: 871179913c778d4f66d9c4f5f5a70cb93b3c97b0
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jun 29 03:56:15 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jun 29 04:01:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87117991

app-crypt/sbsigntool: version bump to 0.9.1

 * version bump to 0.9.1
 * use new upstream repository
 * openssl-1.1.0 patches, thanks to Quentin Minster
 * multiple compilation fixes

Closes: https://bugs.gentoo.org/647914
Closes: https://bugs.gentoo.org/652094
Closes: https://bugs.gentoo.org/629992
Closes: https://bugs.gentoo.org/632068
Closes: https://bugs.gentoo.org/657648
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-crypt/sbsigntool/Manifest  |   1 +
 .../sbsigntool-0.9.1-openssl-1.1.0-compat.patch| 152 +
 app-crypt/sbsigntool/sbsigntool-0.8.ebuild |   2 +-
 ...signtool-0.8.ebuild => sbsigntool-0.9.1.ebuild} |  24 ++--
 4 files changed, 169 insertions(+), 10 deletions(-)

diff --git a/app-crypt/sbsigntool/Manifest b/app-crypt/sbsigntool/Manifest
index da74645d423..b6ff136f716 100644
--- a/app-crypt/sbsigntool/Manifest
+++ b/app-crypt/sbsigntool/Manifest
@@ -1,3 +1,4 @@
 DIST sbsigntool-0.8-ccan.tar.gz 113537 BLAKE2B 
8fbf27463d30c1895930628a145be2d521ae4f6adb7af3299bf2f5f4319fd643df0a07347ef6851bd41d233af4c3fc5f77002771af1c43aa0f20665aef2390b8
 SHA512 
6857096879f116f1802eb6b44789cbea7bb24440bc0f16503aeadf5f276fa45943f322f844dbb9abee717655205d82b830143be3a7f4424fd4146b9360674a09
 DIST sbsigntool-0.8.tar.gz 55537 BLAKE2B 
f81a530995b90f4030ae2bb36cdf4c5bab8fde5bbc4646029af008df9368968c1f1774317e8b0f94e6c75a33f0d79892f26d99c2987c92766f520a3b9a8e2e57
 SHA512 
ffc2661135dcdbdd218640f0a0657127c5519ade7ddaaa894898e382b4898829e5b877be51fce48bddd186667bf533f779cd5a323c79aad8b0e63b74f7a2c128
+DIST sbsigntool-0.9.1.tar.gz 56497 BLAKE2B 
22791bd4b490f36963a19e82da3ce7b93a56d948bf44d1ffdb62fa3291a3f815b2c19d68f9180b607c2b1438f656367ec1f9002f0b1225734d16a9aadc6d20ec
 SHA512 
ae16232327c098bbc60a9701185d856d851cb7fa8f62be64d3c8f75c8b274b8521fcc4212226189def05db980690878ee6ac9a9b418166c92442aaf35e790d29
 DIST sbsigntool_0.6.orig.tar.gz 212375 BLAKE2B 
fab9141c7fbfa01ec24f975503ac83be4ae0664251a1311afb3d95124fec3750ce20a5ffab35b6965d4ee4585ab4ee91f25ae49488214a983b6fc006071d0968
 SHA512 
ed314d1cb7278cf5f27d4c3cd17f2195678419a7f9e47770429b6f95df35f7df035331e60c45970183ddd9b150a9b752f876c777929598b0525872b3255af95c

diff --git 
a/app-crypt/sbsigntool/files/sbsigntool-0.9.1-openssl-1.1.0-compat.patch 
b/app-crypt/sbsigntool/files/sbsigntool-0.9.1-openssl-1.1.0-compat.patch
new file mode 100644
index 000..2f9364f246e
--- /dev/null
+++ b/app-crypt/sbsigntool/files/sbsigntool-0.9.1-openssl-1.1.0-compat.patch
@@ -0,0 +1,152 @@
+diff --git a/src/fileio.c b/src/fileio.c
+index 032eb1e..09bc3aa 100644
+--- a/src/fileio.c
 b/src/fileio.c
+@@ -40,6 +40,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+diff --git a/src/idc.c b/src/idc.c
+index 236cefd..6d87bd4 100644
+--- a/src/idc.c
 b/src/idc.c
+@@ -238,7 +238,11 @@ struct idc *IDC_get(PKCS7 *p7, BIO *bio)
+ 
+   /* extract the idc from the signed PKCS7 'other' data */
+   str = p7->d.sign->contents->d.other->value.asn1_string;
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+   idcbuf = buf = ASN1_STRING_data(str);
++#else
++  idcbuf = buf = ASN1_STRING_get0_data(str);
++#endif
+   idc = d2i_IDC(NULL, , ASN1_STRING_length(str));
+ 
+   /* If we were passed a BIO, write the idc data, minus type and length,
+@@ -289,7 +293,11 @@ int IDC_check_hash(struct idc *idc, struct image *image)
+   }
+ 
+   /* check hash against the one we calculated from the image */
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+   buf = ASN1_STRING_data(str);
++#else
++  buf = ASN1_STRING_get0_data(str);
++#endif
+   if (memcmp(buf, sha, sizeof(sha))) {
+   fprintf(stderr, "Hash doesn't match image\n");
+   fprintf(stderr, " got:   %s\n", sha256_str(buf));
+diff --git a/src/sbattach.c b/src/sbattach.c
+index a0c01b8..e89a23e 100644
+--- a/src/sbattach.c
 b/src/sbattach.c
+@@ -231,6 +231,7 @@ int main(int argc, char **argv)
+   return EXIT_FAILURE;
+   }
+ 
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+   ERR_load_crypto_strings();
+   OpenSSL_add_all_digests();
+   OPENSSL_config(NULL);
+@@ -239,6 +240,7 @@ int main(int argc, char **argv)
+* module isn't present).  In either case ignore the errors
+* (malloc will cause other failures out lower down */
+   ERR_clear_error();
++#endif
+ 
+   image = image_load(image_filename);
+   if (!image) {
+diff --git a/src/sbkeysync.c b/src/sbkeysync.c
+index 7b17f40..419b1e7 100644
+--- a/src/sbkeysync.c
 b/src/sbkeysync.c
+@@ -208,7 +208,11 @@ static int x509_key_parse(struct key *key, uint8_t *data, 
size_t len)
+   goto out;
+ 
+ 

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

2018-06-28 Thread Virgil Dupras
commit: 7dd0d64be1679025f5cc9c46da39b5b3ed2f8298
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Jun 29 02:54:27 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Jun 29 02:54:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd0d64b

dev-python/pillow: make all tests pass on 4.3.0

Closes: https://bugs.gentoo.org/593816
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../pillow/files/pillow-4.3.0-freetype2.9-test-metrics.patch | 12 
 dev-python/pillow/pillow-4.3.0-r1.ebuild | 12 +++-
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git 
a/dev-python/pillow/files/pillow-4.3.0-freetype2.9-test-metrics.patch 
b/dev-python/pillow/files/pillow-4.3.0-freetype2.9-test-metrics.patch
new file mode 100644
index 000..211ef7ac58d
--- /dev/null
+++ b/dev-python/pillow/files/pillow-4.3.0-freetype2.9-test-metrics.patch
@@ -0,0 +1,12 @@
+--- a/Tests/test_imagefont.py
 b/Tests/test_imagefont.py
+@@ -58,6 +58,9 @@ class TestImageFont(PillowTestCase):
+ ('2', '8'): {'multiline': 6.2,
+  'textsize': 2.5,
+  'getters': (12, 16)},
++('2', '9'): {'multiline': 6.2,
++ 'textsize': 2.5,
++ 'getters': (12, 16)},
+ 'Default': {'multiline': 0.5,
+ 'textsize': 0.5,
+ 'getters': (12, 16)},

diff --git a/dev-python/pillow/pillow-4.3.0-r1.ebuild 
b/dev-python/pillow/pillow-4.3.0-r1.ebuild
index 28006e3c411..9b35828ba01 100644
--- a/dev-python/pillow/pillow-4.3.0-r1.ebuild
+++ b/dev-python/pillow/pillow-4.3.0-r1.ebuild
@@ -45,6 +45,8 @@ S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
"${FILESDIR}"/pillow-4.3.0-no-scripts.patch
+   # can be removed at v5, patch already uptream. See bug 593816.
+   "${FILESDIR}"/pillow-4.3.0-freetype2.9-test-metrics.patch
 )
 
 python_compile() {
@@ -71,15 +73,7 @@ python_compile_all() {
 
 python_test() {
"${PYTHON}" selftest.py --installed || die "selftest failed with 
${EPYTHON}"
-   # These excluded tests below depend heavily on freetype being at the 
exact
-   # same as the one pinned upstream. However, pillow supports a wider 
range
-   # of freetype versions. These tests are more useful to upstream 
developer
-   # than to us. Disabling. See bug 593816.
-   virtx nosetests -vx \
-   -e "test_multiline_spacing" \
-   -e "test_render_multiline(_text)?" \
-   -e "test_textsize_equal" \
-   Tests/test_*.py
+   virtx nosetests -vx Tests/test_*.py
 }
 
 python_install() {



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

2018-06-28 Thread Virgil Dupras
commit: 7b67f3093ff12c9d291f0e93daf651824dc0cdde
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Jun 29 02:22:39 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Jun 29 02:22:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b67f309

dev-python/pillow: exclude flaky tests

Closes: https://bugs.gentoo.org/593816
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/pillow/pillow-4.3.0-r1.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/pillow/pillow-4.3.0-r1.ebuild 
b/dev-python/pillow/pillow-4.3.0-r1.ebuild
index 122241c3657..28006e3c411 100644
--- a/dev-python/pillow/pillow-4.3.0-r1.ebuild
+++ b/dev-python/pillow/pillow-4.3.0-r1.ebuild
@@ -71,7 +71,15 @@ python_compile_all() {
 
 python_test() {
"${PYTHON}" selftest.py --installed || die "selftest failed with 
${EPYTHON}"
-   virtx nosetests -vx Tests/test_*.py
+   # These excluded tests below depend heavily on freetype being at the 
exact
+   # same as the one pinned upstream. However, pillow supports a wider 
range
+   # of freetype versions. These tests are more useful to upstream 
developer
+   # than to us. Disabling. See bug 593816.
+   virtx nosetests -vx \
+   -e "test_multiline_spacing" \
+   -e "test_render_multiline(_text)?" \
+   -e "test_textsize_equal" \
+   Tests/test_*.py
 }
 
 python_install() {



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

2018-06-28 Thread Jory Pratt
commit: b91983e38004299f2fbd19ca43ad3ceef73c1003
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Fri Jun 29 00:31:16 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri Jun 29 00:31:16 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b91983e3

dev-util/cargo: Add cargo-0.28.0

 dev-util/cargo/Manifest|  11 ++
 dev-util/cargo/cargo-0.28.0.ebuild | 236 +
 2 files changed, 247 insertions(+)

diff --git a/dev-util/cargo/Manifest b/dev-util/cargo/Manifest
index b8c4fb3..da95e49 100644
--- a/dev-util/cargo/Manifest
+++ b/dev-util/cargo/Manifest
@@ -20,7 +20,18 @@ DIST cargo-0.26.0-i686-unknown-linux-musl.tar.xz 3951224 
BLAKE2B 2d2189e7c18bfdf
 DIST cargo-0.26.0-x86_64-unknown-linux-gnu.tar.xz 4134388 BLAKE2B 
961df201fa4f87308a28b217296c7927e6b67f513e7eaaf5cf12675ab4c01c50e60bf8756c2f8fafe1e4b2d7e3e5a8daa446fc1b72014828d0233209434f1dda
 SHA512 
476041cb12a49819250d96f246d900769ab83386e584b3264b4f47ef5a2182d410a8606054a330da653cf2b2a290193c7260af5c98a29d6969b6c7c5169876ee
 DIST cargo-0.26.0-x86_64-unknown-linux-musl.tar.xz 3869132 BLAKE2B 
9647b50bcfadce9b1b86e2ae79b05f9c371f49d5277f6bf2fc089c35deb4274156e134e479e78154005549356c420d27d2b73802a5f5bc44dd86452c78fb1a94
 SHA512 
01e401b8bbd9f9bc0df317032de4b019e8a3cbcd64d4b9b8d54174588d1b0c956b823916aaa2251f48b716c42167694bcef1599069c84c0bce16fa1eed548278
 DIST cargo-0.26.0.tar.gz 698823 BLAKE2B 
a16b69818c029d9e2f6a704d6c5875d2cd01d4c120b9df18c9e33df56009c58870e7f48a0a3709dabbcc88b535a0762fca3ab11069e4ba2506566f89e8773533
 SHA512 
0ceba204f6effb0b636b8a4cab38ae876e32d548a158cc2a67f3f80f144d4a05ce5ec44df74eb7e17a3dcd57105298dae1ac599b917c0dbb4b7386d3cf424070
+DIST cargo-0.27.0-aarch64-unknown-linux-gnu.tar.xz 3447968 BLAKE2B 
69ae05955214d37e05d62348cb006dadff258f600e3ba89c2d185c59c144486c7987eb154330dd203963c8d7761d8a74b8c41545eaed99761e7115ff5d19e345
 SHA512 
ba04d3c52ffbfc89bc92e17c6f850bd64335e15aedb4c884ea5a19fb6e2395d8054d3678b6e13d81903bc85a3ddd38bec3561266de783bc0f920f2d76c2834a5
+DIST cargo-0.27.0-aarch64-unknown-linux-musl.tar.xz 3457764 BLAKE2B 
7c05d4a44110edeee92d93ba42778a362a3f9dc032e8072fc614f3dd2a2815223c6ad9b4a5bf8a76ee55cb918e49598edb0be913f95ec45005eb0a9d5b5639b5
 SHA512 
de52796e3aaf2fb76ff602bb8ca6f57127712c8d9d92384b857b530ad29946691f810fdb254568bf0af2a79467e7e3cee60406e2aabc05f3505bb3a834f7a9c5
+DIST cargo-0.27.0-arm-unknown-linux-gnueabi.tar.xz 4026932 BLAKE2B 
4a7265f400675b671e94dd3e271621dddfaead6167ff659426afdcab18295286882105c548a31182b2753c91e0ae4c004c2952a6715883c2fc8893679e6785cc
 SHA512 
e40ea6bf901ab24df116c726298daa4d8cf734a39dc515ad3f0b93573b1200a4c8407dfc60365310ccb95b364c74f5b212f8840aae571d6766aca89f9cc8
+DIST cargo-0.27.0-arm-unknown-linux-musleabi.tar.xz 3496144 BLAKE2B 
c73a4d09a2b00fb66ff430ac5aab41aefc6a7fe6093823b900c73ec2541951b36a0c2db187892217c00f01ea0ef45a988bc3907748b578ce0908ee4d9a576736
 SHA512 
70888207b5e16bdc1804b6e1722a6405ddd0cab22060c018ebb1ba8234ed92312b789e4b7d75e2e3fcf4ba18e21c7967e1ced39a361735bf9a2323e6816fe98b
+DIST cargo-0.27.0-armv7-unknown-linux-gnueabihf.tar.xz 4059300 BLAKE2B 
2cc0aeca591b7dc16357d5210d18efcaff7e812ac72976dd1dfb0da97463b9ad3447080fa0fc81387023c6d74130a6cfe509f6a02b38532452a9834ff8219d3c
 SHA512 
689ebba97c27dff1a0e9fc41d24c4534f01cb98b29c5967dce365717daed406407ced7b7d85884c214d25f5a5ab9c0882c59709397b32afce0b6e66c1f9fdace
+DIST cargo-0.27.0-armv7-unknown-linux-musleabihf.tar.xz 3479432 BLAKE2B 
8a9c7b95c8e50deed8b6471f570082d6dcb06c6f0c8ca764056c7605bab8e02d6991d8ebf8992fc406f20cbb85f0c8ee6628f8901c2ff5df69d74c2859964362
 SHA512 
b0c5866d3a9c36c7cc3cdf3efc98e456191fa82edc3e2bad385566c5cc86c55432b9f0e2aa1485e6573119f845e1101d585fb9b329b8394716c553edc23e5f64
+DIST cargo-0.27.0-i686-unknown-linux-gnu.tar.xz 4570084 BLAKE2B 
9f62bcf03d8eefdc5681929fce4f7835ba5c4181324fcb43d2594cf61bd2e460496380abd8da37df0b2977a02e3c027a436297f06b6ca28da82e6b540df9f35a
 SHA512 
212d5634e369c913612a2023cd0d1b81f4f1d8f37e504a07ce855573a6dd0fb2084ec9a0e00a86b457adb7e08b46215f73ede9222ad01213e4c9e5a4ff99cca9
+DIST cargo-0.27.0-i686-unknown-linux-musl.tar.xz 4015296 BLAKE2B 
1ec166ba267546057da2431335026ca6349ab1823ee4250153d85ea412b70a480b0692330ad2a3bca320f2dc06973ea6a3a7559ae4c5d19c09e9ed853f40ded1
 SHA512 
146bc4793e34a478723ad1260c132ea8f6a8271b03e20d092e026b116d2aa32a075c3a1e1bf7c11106c3a72137bb9fb0c51a8ad70973702ae52d8b1239e2e849
+DIST cargo-0.27.0-x86_64-unknown-linux-gnu.tar.xz 4524080 BLAKE2B 
e2a65dafed7ce552f6fbf8b641409cd6fcd924c10e0779c7587fae5c3cba23626f7913cab3b8741d9bc9aac471c855e32b8647769a3750baee1d377031e9eb9b
 SHA512 
c0609edeaebd3e851c94933b3e5c56e8fd394c5b3a572bdacdf32dba5a2de9bdf6468879017f97002bea990c1ec1a970e017d1cf2fbcb22f6cf1ac39dbd1d947
+DIST cargo-0.27.0-x86_64-unknown-linux-musl.tar.xz 4045136 BLAKE2B 
58b168fbae0286daa0929b2dfeabb8914bacac82b24ded57a55e0dc40fcb2e11bac45bde824a92e4dc70e5d8f6c667e71cf04ff1ecbc14f732a7270ddf503298
 SHA512 

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

2018-06-28 Thread Hans de Graaff
commit: 069662c8b987b9a20db04269df8abbf3da02eb44
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 28 22:13:37 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 28 22:26:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069662c8

net-vpn/libreswan: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-vpn/libreswan/Manifest  |   1 -
 net-vpn/libreswan/libreswan-3.21.ebuild | 106 --
 net-vpn/libreswan/libreswan-3.23.ebuild | 112 
 3 files changed, 219 deletions(-)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index fe47c748c8a..4f9ecefd119 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,3 +1,2 @@
-DIST libreswan-3.21.tar.gz 8945666 BLAKE2B 
88a96310d54f44c28eb676689c76737a44bfaf17c02146297f1759f1019d8cbb6effc15175880c18bf08b265778a2aba9d055172ea710c259e14cbe2fd84c158
 SHA512 
f1ef002b3e0869920edfebfc8efd73d9a9f84f64a77ad4832f46b12dfdd3c31cdf48c1473522b63f155058592c46af05995756af5440ca3e9c0fa5207436e0fc
 DIST libreswan-3.22.tar.gz 6910418 BLAKE2B 
c06134fa2d1096231797f1ea93de8ed61121472b10ae30ee9a843250dce4ef9f21e7d3bf63f38daf53fbfd8d1e435cfdc704743d0fdcbde8ecac137d9becac48
 SHA512 
93868327394527750590e1297443d3eb1c9a528d680348098fd2913123dac52c9fecd73b855ee00586c2516b8aa00f7f0d158d8e9b19d7487b5fb26432b86aff
 DIST libreswan-3.23.tar.gz 3836073 BLAKE2B 
ffb27ed75618afcf39c36b7326bb1e4b70ea8337bb4b13951bef95dc13989613c226fe83e031eeba080f55f98262df432b776c3ac5b7b4fb740506f918172ed3
 SHA512 
3645af522ea9ac868c55bfadfd2cf27dc5acb247543f43290cbe677a90cd00316be6520ca2128b9aaecce2b0293710ae6a2bd710a7d93198b8cb81e32276ced8

diff --git a/net-vpn/libreswan/libreswan-3.21.ebuild 
b/net-vpn/libreswan/libreswan-3.21.ebuild
deleted file mode 100644
index 64faa1945d9..000
--- a/net-vpn/libreswan/libreswan-3.21.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd toolchain-funcs
-
-SRC_URI="https://download.libreswan.org/${P}.tar.gz;
-KEYWORDS="amd64 ~ppc x86"
-
-DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
-HOMEPAGE="https://libreswan.org/;
-
-LICENSE="GPL-2 BSD-4 RSA DES"
-SLOT="0"
-IUSE="caps curl dnssec ldap pam systemd test"
-
-COMMON_DEPEND="
-   dev-libs/gmp:0=
-   dev-libs/libevent:0=
-   dev-libs/nspr
-   caps? ( sys-libs/libcap-ng )
-   curl? ( net-misc/curl )
-   dnssec? ( net-dns/unbound net-libs/ldns )
-   ldap? ( net-nds/openldap )
-   pam? ( sys-libs/pam )
-   systemd? ( sys-apps/systemd:0= )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/xmlto
-   dev-libs/nss
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   test? ( dev-python/setproctitle )
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-libs/nss[utils(+)]
-   sys-apps/iproute2
-   !net-misc/openswan
-   !net-vpn/strongswan
-"
-
-usetf() {
-   usex "$1" true false
-}
-
-src_prepare() {
-   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
-   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
-   default
-}
-
-src_configure() {
-   tc-export AR CC
-   export INC_USRLOCAL=/usr
-   export INC_MANDIR=share/man
-   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
-   export FINALDOCDIR=/usr/share/doc/${PF}/html
-   export INITSYSTEM=openrc
-   export INC_RCDIRS=
-   export INC_RCDEFAULT=/etc/init.d
-   export USERCOMPILE=
-   export USERLINK=
-   export USE_DNSSEC=$(usetf dnssec)
-   export USE_LIBCAP_NG=$(usetf caps)
-   export USE_LIBCURL=$(usetf curl)
-   export USE_LDAP=$(usetf ldap)
-   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
-   export SD_WATCHDOGSEC=$(usex systemd 200 0)
-   export USE_XAUTHPAM=$(usetf pam)
-   export DEBUG_CFLAGS=
-   export OPTIMIZE_CFLAGS=
-   export WERROR_CFLAGS=
-}
-
-src_compile() {
-   emake all
-   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" all
-}
-
-src_test() {
-   : # integration tests only that require set of kvms to be set up
-}
-
-src_install() {
-   default
-   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" DESTDIR="${D}" install
-
-   echo "include /etc/ipsec.d/*.secrets" > "${D}"/etc/ipsec.secrets
-   fperms 0600 /etc/ipsec.secrets
-
-   dodoc -r docs
-
-   find "${D}" -type d -empty -delete || die
-}
-
-pkg_postinst() {
-   local IPSEC_CONFDIR=${ROOT%/}/etc/ipsec.d
-   if [[ ! -f ${IPSEC_CONFDIR}/cert8.db ]]; then
-   ebegin "Setting up NSS database in ${IPSEC_CONFDIR}"
-   certutil -N -d "${IPSEC_CONFDIR}" -f <(echo)
-

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

2018-06-28 Thread Hans de Graaff
commit: 4ebe485d3e10445f795c35bb86114c441839bf94
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 28 22:26:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 28 22:26:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebe485d

net-vpn/libreswan: add 3.25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-vpn/libreswan/Manifest  |   1 +
 net-vpn/libreswan/libreswan-3.25.ebuild | 112 
 2 files changed, 113 insertions(+)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index 4f9ecefd119..9f52f710686 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,2 +1,3 @@
 DIST libreswan-3.22.tar.gz 6910418 BLAKE2B 
c06134fa2d1096231797f1ea93de8ed61121472b10ae30ee9a843250dce4ef9f21e7d3bf63f38daf53fbfd8d1e435cfdc704743d0fdcbde8ecac137d9becac48
 SHA512 
93868327394527750590e1297443d3eb1c9a528d680348098fd2913123dac52c9fecd73b855ee00586c2516b8aa00f7f0d158d8e9b19d7487b5fb26432b86aff
 DIST libreswan-3.23.tar.gz 3836073 BLAKE2B 
ffb27ed75618afcf39c36b7326bb1e4b70ea8337bb4b13951bef95dc13989613c226fe83e031eeba080f55f98262df432b776c3ac5b7b4fb740506f918172ed3
 SHA512 
3645af522ea9ac868c55bfadfd2cf27dc5acb247543f43290cbe677a90cd00316be6520ca2128b9aaecce2b0293710ae6a2bd710a7d93198b8cb81e32276ced8
+DIST libreswan-3.25.tar.gz 3988630 BLAKE2B 
8479b5b0d7d49055b7dcefa6c3b2f469b0aa60005e05446d5c1c6f73a32c904835422248c6ead2a1c2dc83b63794fd50f7461fd22c4206414b5890c01b99b722
 SHA512 
246649cb5bef1d0690217d1080f3f6f175a0d7a5f27e5a7affdf291b2f418a11937e96b64716a33e6312530409a2c1b10b90e2fa5ec339a27c94c990d86ed517

diff --git a/net-vpn/libreswan/libreswan-3.25.ebuild 
b/net-vpn/libreswan/libreswan-3.25.ebuild
new file mode 100644
index 000..b71d536ae10
--- /dev/null
+++ b/net-vpn/libreswan/libreswan-3.25.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd toolchain-funcs
+
+SRC_URI="https://download.libreswan.org/${P}.tar.gz;
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
+HOMEPAGE="https://libreswan.org/;
+
+LICENSE="GPL-2 BSD-4 RSA DES"
+SLOT="0"
+IUSE="caps curl dnssec ldap pam seccomp selinux systemd test"
+
+COMMON_DEPEND="
+   dev-libs/gmp:0=
+   dev-libs/libevent:0=
+   dev-libs/nspr
+   caps? ( sys-libs/libcap-ng )
+   curl? ( net-misc/curl )
+   dnssec? ( net-dns/unbound net-libs/ldns )
+   ldap? ( net-nds/openldap )
+   pam? ( sys-libs/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )
+   systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/xmlto
+   dev-libs/nss
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+   test? ( dev-python/setproctitle )
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-libs/nss[utils(+)]
+   sys-apps/iproute2
+   !net-misc/openswan
+   !net-vpn/strongswan
+   selinux? ( sec-policy/selinux-ipsec )
+"
+
+usetf() {
+   usex "$1" true false
+}
+
+src_prepare() {
+   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
+   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
+   default
+}
+
+src_configure() {
+   tc-export AR CC
+   export INC_USRLOCAL=/usr
+   export INC_MANDIR=share/man
+   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
+   export FINALDOCDIR=/usr/share/doc/${PF}/html
+   export INITSYSTEM=openrc
+   export INC_RCDIRS=
+   export INC_RCDEFAULT=/etc/init.d
+   export USERCOMPILE=
+   export USERLINK=
+   export USE_DNSSEC=$(usetf dnssec)
+   export USE_LABELED_IPSEC=$(usetf selinux)
+   export USE_LIBCAP_NG=$(usetf caps)
+   export USE_LIBCURL=$(usetf curl)
+   export USE_LINUX_AUDIT=$(usetf selinux)
+   export USE_LDAP=$(usetf ldap)
+   export USE_SECCOMP=$(usetf seccomp)
+   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
+   export SD_WATCHDOGSEC=$(usex systemd 200 0)
+   export USE_XAUTHPAM=$(usetf pam)
+   export DEBUG_CFLAGS=
+   export OPTIMIZE_CFLAGS=
+   export WERROR_CFLAGS=
+}
+
+src_compile() {
+   emake all
+   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" all
+}
+
+src_test() {
+   : # integration tests only that require set of kvms to be set up
+}
+
+src_install() {
+   default
+   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" DESTDIR="${D}" install
+
+   echo "include /etc/ipsec.d/*.secrets" > "${D}"/etc/ipsec.secrets
+   fperms 0600 /etc/ipsec.secrets
+
+   dodoc -r docs
+
+   find "${D}" -type d -empty -delete || die
+}
+
+pkg_postinst() {
+   local 

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

2018-06-28 Thread Jeroen Roovers
commit: 1c3625b2d75f6f3c378a92b4685b9c56e2913bdf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 28 22:21:27 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 28 22:21:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3625b2

dev-util/debhelper: Version 11.3.4.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-util/debhelper/Manifest|  1 +
 dev-util/debhelper/debhelper-11.3.4.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index cce8be14093..7bf5d45e174 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,3 +1,4 @@
 DIST debhelper_11.2.1.tar.xz 456036 BLAKE2B 
31ed91d7546db6f81eb5c40ce8ea203e01281ce3b0ff0cc310a280338bb8138c01f78f0f74175c68dcc53e913aab4f8a2c808e5f4ecf3a8661a5b2d551758e2d
 SHA512 
9ce70ba6c89c77ef6be6a67ac30e9b904235850b2d8671be1a138c681b356e6c48cfceccd49942ed297ef944f4d35eefc8727e06fe72e44a99cc7b542f2a1211
 DIST debhelper_11.3.2.tar.xz 463864 BLAKE2B 
cdfce5b74d8af2cedec4f4cdd2bd5dcd21a941c420d6be32a145a5ab83ff9ae9bef7e2061ff011e7ecf941e4d6e017f9bc1413865280f0efac9ae0b00478f142
 SHA512 
b2172638023540593d8dbf525417c8c07e803919d7c0d481f896cff6d562492d22859deab0522aca91f69bd4b8c3350cbbf508cce6859d5bc04596cee9fd4733
+DIST debhelper_11.3.4.tar.xz 467684 BLAKE2B 
8c5bef040c231c91cef1958cf797b8ddcbb40cee5303c3d6ebe26945462abd6ccb09dc905c0034ec3c48c8c725a0bfe1ee567e96cc5495a08a630adad1863f32
 SHA512 
2d24948b05396767ce303f9ae73e0640e48510830f7113f494ee91825c6646b7420a65a195f9a68cd2ed21d47d4ab7bf122fee7d7ecf6d5d928e3c51b1b45d2f
 DIST debhelper_9.20160814.tar.xz 344328 BLAKE2B 
38791ab3dfb74d12e44226b79a377889911a08505cdb45cc0a6e653906edbafcac1038d1d9ff9f5fd9f714ed36681562ce7fb1c9c1109a8528523100128fced6
 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62

diff --git a/dev-util/debhelper/debhelper-11.3.4.ebuild 
b/dev-util/debhelper/debhelper-11.3.4.ebuild
new file mode 100644
index 000..eb7e5fa626c
--- /dev/null
+++ b/dev-util/debhelper/debhelper-11.3.4.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
+HOMEPAGE="https://tracker.debian.org/pkg/debhelper;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux"
+IUSE="test"
+DH_LANGS=( de es fr )
+IUSE+=" ${DH_LANGS[@]/#/l10n_}"
+
+NLS_DEPEND=$(
+   printf "l10n_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LANGS[@]}
+)
+
+RDEPEND="
+   >=dev-lang/perl-5.10:=
+   >=app-arch/dpkg-1.17
+   dev-perl/TimeDate
+   virtual/perl-Getopt-Long
+"
+DEPEND="
+   ${RDEPEND}
+   ${NLS_DEPEND}
+   test? (
+   dev-perl/Test-Pod
+   sys-apps/fakeroot
+   )
+"
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+   tc-export CC
+
+   local LANGS="" USE_NLS=no lang
+   for lang in ${DH_LANGS[@]}; do
+   if use l10n_${lang}; then
+   LANGS+=" ${lang}"
+   USE_NLS=yes
+   fi
+   done
+
+   emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   dodoc doc/* debian/changelog
+   docinto examples
+   dodoc examples/*
+   local lang
+   for manfile in *.1 *.7 ; do
+   for lang in ${DH_LANGS[@]}; do
+   case ${manfile} in
+   *.${lang}.?)
+   use l10n_${lang} \
+   && cp ${manfile} 
"${T}"/${manfile/.${lang}/} \
+   && doman -i18n=${lang} 
"${T}"/${manfile/.${lang}/}
+   ;;
+   *)
+   doman ${manfile}
+   ;;
+   esac
+   done
+   done
+}



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

2018-06-28 Thread Jeroen Roovers
commit: b73f5f5f7afcd11591735af343a69ed2c55c0736
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 28 22:22:13 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 28 22:22:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73f5f5f

dev-util/debhelper: Old.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-util/debhelper/Manifest|  1 -
 dev-util/debhelper/debhelper-11.2.1.ebuild | 73 --
 2 files changed, 74 deletions(-)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index 7bf5d45e174..48bce332f28 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,4 +1,3 @@
-DIST debhelper_11.2.1.tar.xz 456036 BLAKE2B 
31ed91d7546db6f81eb5c40ce8ea203e01281ce3b0ff0cc310a280338bb8138c01f78f0f74175c68dcc53e913aab4f8a2c808e5f4ecf3a8661a5b2d551758e2d
 SHA512 
9ce70ba6c89c77ef6be6a67ac30e9b904235850b2d8671be1a138c681b356e6c48cfceccd49942ed297ef944f4d35eefc8727e06fe72e44a99cc7b542f2a1211
 DIST debhelper_11.3.2.tar.xz 463864 BLAKE2B 
cdfce5b74d8af2cedec4f4cdd2bd5dcd21a941c420d6be32a145a5ab83ff9ae9bef7e2061ff011e7ecf941e4d6e017f9bc1413865280f0efac9ae0b00478f142
 SHA512 
b2172638023540593d8dbf525417c8c07e803919d7c0d481f896cff6d562492d22859deab0522aca91f69bd4b8c3350cbbf508cce6859d5bc04596cee9fd4733
 DIST debhelper_11.3.4.tar.xz 467684 BLAKE2B 
8c5bef040c231c91cef1958cf797b8ddcbb40cee5303c3d6ebe26945462abd6ccb09dc905c0034ec3c48c8c725a0bfe1ee567e96cc5495a08a630adad1863f32
 SHA512 
2d24948b05396767ce303f9ae73e0640e48510830f7113f494ee91825c6646b7420a65a195f9a68cd2ed21d47d4ab7bf122fee7d7ecf6d5d928e3c51b1b45d2f
 DIST debhelper_9.20160814.tar.xz 344328 BLAKE2B 
38791ab3dfb74d12e44226b79a377889911a08505cdb45cc0a6e653906edbafcac1038d1d9ff9f5fd9f714ed36681562ce7fb1c9c1109a8528523100128fced6
 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62

diff --git a/dev-util/debhelper/debhelper-11.2.1.ebuild 
b/dev-util/debhelper/debhelper-11.2.1.ebuild
deleted file mode 100644
index eb7e5fa626c..000
--- a/dev-util/debhelper/debhelper-11.2.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
-HOMEPAGE="https://tracker.debian.org/pkg/debhelper;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux"
-IUSE="test"
-DH_LANGS=( de es fr )
-IUSE+=" ${DH_LANGS[@]/#/l10n_}"
-
-NLS_DEPEND=$(
-   printf "l10n_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LANGS[@]}
-)
-
-RDEPEND="
-   >=dev-lang/perl-5.10:=
-   >=app-arch/dpkg-1.17
-   dev-perl/TimeDate
-   virtual/perl-Getopt-Long
-"
-DEPEND="
-   ${RDEPEND}
-   ${NLS_DEPEND}
-   test? (
-   dev-perl/Test-Pod
-   sys-apps/fakeroot
-   )
-"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
-   tc-export CC
-
-   local LANGS="" USE_NLS=no lang
-   for lang in ${DH_LANGS[@]}; do
-   if use l10n_${lang}; then
-   LANGS+=" ${lang}"
-   USE_NLS=yes
-   fi
-   done
-
-   emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   dodoc doc/* debian/changelog
-   docinto examples
-   dodoc examples/*
-   local lang
-   for manfile in *.1 *.7 ; do
-   for lang in ${DH_LANGS[@]}; do
-   case ${manfile} in
-   *.${lang}.?)
-   use l10n_${lang} \
-   && cp ${manfile} 
"${T}"/${manfile/.${lang}/} \
-   && doman -i18n=${lang} 
"${T}"/${manfile/.${lang}/}
-   ;;
-   *)
-   doman ${manfile}
-   ;;
-   esac
-   done
-   done
-}



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

2018-06-28 Thread James Le Cuirot
commit: 9d7a236e7ef784335d49acaba02ad4127df32377
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jun 28 22:13:20 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jun 28 22:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7a236e

dev-java/icedtea: Disable ccache unconditionally as it always breaks

Closes: https://bugs.gentoo.org/624230
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-java/icedtea/icedtea-3.8.0.ebuild | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-java/icedtea/icedtea-3.8.0.ebuild 
b/dev-java/icedtea/icedtea-3.8.0.ebuild
index b4fcc1e0a37..01b3cb08623 100644
--- a/dev-java/icedtea/icedtea-3.8.0.ebuild
+++ b/dev-java/icedtea/icedtea-3.8.0.ebuild
@@ -294,14 +294,6 @@ src_configure() {
zero_config="--enable-zero"
fi
 
-   # Warn about potential problems with ccache enabled
-   if has ccache ${FEATURES}; then
-   ewarn 'ccache has been known to break IcedTea. Disable it 
before filing bugs.'
-   config+=" --enable-ccache"
-   else
-   config+=" --disable-ccache"
-   fi
-
# PaX breaks pch, bug #601016
if use pch && ! host-is-pax; then
config+=" --enable-precompiled-headers"
@@ -329,6 +321,7 @@ src_configure() {
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
--with-pkgversion="Gentoo ${PF}" \
+   --disable-ccache \
--disable-downloading --disable-Werror --disable-tests \
--disable-systemtap-tests --enable-improved-font-rendering \
--enable-system-jpeg --enable-system-zlib \



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/meandmyshadow/files/, games-puzzle/meandmyshadow/

2018-06-28 Thread Andreas Sturmlechner
commit: ee0da788f5576e80c5718f1dfc5dc7cc685ca567
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 28 20:05:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 28 21:43:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0da788

games-puzzle/meandmyshadow: EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../files/meandmyshadow-0.4-cmake.patch|  6 ++---
 .../meandmyshadow/meandmyshadow-0.4-r1.ebuild  | 29 +-
 2 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch 
b/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch
index 0bd66d5d284..504f6c0987a 100644
--- a/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch
+++ b/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch
@@ -1,6 +1,6 @@
 meandmyshadow-0.4.orig/CMakeLists.txt
-+++ meandmyshadow-0.4/CMakeLists.txt
-@@ -15,13 +15,12 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -15,13 +15,12 @@
  Find_Package(CURL REQUIRED)
  Find_Package(LibArchive REQUIRED)
  Find_Package(OpenSSL REQUIRED)

diff --git a/games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild 
b/games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild
index c7d403f40c4..567f9a34f9b 100644
--- a/games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild
+++ b/games-puzzle/meandmyshadow/meandmyshadow-0.4-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
 inherit cmake-utils gnome2-utils
 
 DESCRIPTION="A puzzle/platform game with a player and its shadow"
@@ -13,19 +14,22 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="opengl"
 
-DEPEND="media-libs/libsdl[sound,video,X]
+DEPEND="
+   app-arch/libarchive
+   dev-libs/openssl:0=
+   media-libs/libsdl[sound,video,X]
media-libs/sdl-gfx
-   media-libs/sdl-ttf
-   media-libs/sdl-mixer[vorbis]
media-libs/sdl-image[png]
-   dev-libs/openssl:0=
+   media-libs/sdl-mixer[vorbis]
+   media-libs/sdl-ttf
net-misc/curl
-   app-arch/libarchive
x11-libs/libX11
opengl? ( virtual/opengl )
 "
 RDEPEND="${DEPEND}"
 
+DOCS=( AUTHORS ChangeLog README docs/{Controls,ThemeDescription}.txt )
+
 PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
 
 src_configure() {
@@ -36,20 +40,11 @@ src_configure() {
-DDATAROOTDIR="/usr/share"
-DICONDIR=/usr/share/icons
-DDESKTOPDIR=/usr/share/applications
-   $(cmake-utils_use opengl HARDWARE_ACCELERATION)
-   )
+   -DHARDWARE_ACCELERATION=$(usex opengl)
+   )
cmake-utils_src_configure
 }
 
-src_install() {
-   cmake-utils_src_install
-   dodoc AUTHORS ChangeLog README docs/{Controls,ThemeDescription}.txt
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
 }



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

2018-06-28 Thread Andreas Sturmlechner
commit: c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 28 20:10:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 28 21:43:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98d8ab9

games-arcade/blobby: EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 games-arcade/blobby/blobby-1.0.ebuild | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/games-arcade/blobby/blobby-1.0.ebuild 
b/games-arcade/blobby/blobby-1.0.ebuild
index 1165f262570..413ea74b102 100644
--- a/games-arcade/blobby/blobby-1.0.ebuild
+++ b/games-arcade/blobby/blobby-1.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils cmake-utils
+EAPI=6
 
-DESCRIPTION="A beach ball game with blobs of goo"
+inherit cmake-utils desktop
+
+DESCRIPTION="Beach ball game with blobs of goo"
 HOMEPAGE="https://sourceforge.net/projects/blobby/;
 SRC_URI="mirror://sourceforge/${PN}/${PN}2-linux-${PV}.tar.gz"
 
@@ -13,15 +14,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-games/physfs-2[zip]
+RDEPEND="
+   >=dev-games/physfs-2[zip]
media-libs/libsdl[sound,joystick,opengl,video,X]
virtual/opengl"
 DEPEND="${RDEPEND}
+   app-arch/zip
dev-libs/boost
virtual/pkgconfig
-   app-arch/zip" #406667
-
-DOCS=( AUTHORS ChangeLog README TODO )
+"
 
 PATCHES=(
"${FILESDIR}"/${P}-compile.patch



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

2018-06-28 Thread Andreas Sturmlechner
commit: 75f5df825368e301a69bf73b7575475896fdefde
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 28 19:41:25 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 28 21:43:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f5df82

sys-power/ncpufreqd: EAPI-6 bump and mini-overhaul

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-power/ncpufreqd/ncpufreqd-2.4.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild 
b/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
index 6d18c11cdc2..6976550604e 100644
--- a/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
+++ b/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
 inherit cmake-utils
 
@@ -15,13 +15,14 @@ KEYWORDS="amd64 x86"
 
 IUSE=""
 
-DEPEND="virtual/logger
-   app-arch/xz-utils"
+DEPEND="
+   app-arch/xz-utils
+   virtual/logger"
 RDEPEND="${DEPEND}"
 
 src_install() {
cmake-utils_src_install
 
doinitd gentoo-init.d/ncpufreqd
-   dodoc AUTHORS ChangeLog README
+   einstalldocs
 }



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

2018-06-28 Thread Jory Pratt
commit: fcb9929d3ef6dea97679b0468592155142d970c1
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Thu Jun 28 21:40:28 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jun 28 21:41:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb9929d

www-client/firefox: Fix bug #656182, remove ffmpeg4 patch already landed
on esr branch

 www-client/firefox/files/bug_1461221.patch | 36 ++
 www-client/firefox/firefox-60.1.0.ebuild   |  3 +++
 www-client/firefox/firefox-61.0.ebuild |  2 ++
 3 files changed, 41 insertions(+)

diff --git a/www-client/firefox/files/bug_1461221.patch 
b/www-client/firefox/files/bug_1461221.patch
new file mode 100644
index 000..8ffa42c3eaf
--- /dev/null
+++ b/www-client/firefox/files/bug_1461221.patch
@@ -0,0 +1,36 @@
+
+# HG changeset patch
+# User Gregory Szorc 
+# Date 1526410966 25200
+# Node ID e4ce7b97291627f2186dc23be0dadd3c56dfe938
+# Parent  f288a2c9c4390898a17ad9f964218b52b87d8028
+Bug 1461221 - Account for psutil.disk_io_counters() returning None; r=mshal
+
+Apparently it can do this.
+
+MozReview-Commit-ID: 6gMTGtcRAw6
+
+diff --git 
a/testing/mozbase/mozsystemmonitor/mozsystemmonitor/resourcemonitor.py 
b/testing/mozbase/mozsystemmonitor/mozsystemmonitor/resourcemonitor.py
+--- a/testing/mozbase/mozsystemmonitor/mozsystemmonitor/resourcemonitor.py
 b/testing/mozbase/mozsystemmonitor/mozsystemmonitor/resourcemonitor.py
+@@ -60,16 +60,19 @@ except Exception:
+ psutil = None
+ 
+ have_psutil = False
+ 
+ 
+ def get_disk_io_counters():
+ try:
+ io_counters = psutil.disk_io_counters()
++
++if io_counters is None:
++return PsutilStub().disk_io_counters()
+ except RuntimeError:
+ io_counters = PsutilStub().disk_io_counters()
+ 
+ return io_counters
+ 
+ 
+ def _collect(pipe, poll_interval):
+ """Collects system metrics.
+

diff --git a/www-client/firefox/firefox-60.1.0.ebuild 
b/www-client/firefox/firefox-60.1.0.ebuild
index e6ad0fecb10..92566c51b7d 100644
--- a/www-client/firefox/firefox-60.1.0.ebuild
+++ b/www-client/firefox/firefox-60.1.0.ebuild
@@ -122,8 +122,11 @@ src_unpack() {
 }
 
 src_prepare() {
+   rm "${WORKDIR}/firefox/2005_ffmpeg4.patch"
eapply "${WORKDIR}/firefox"
 
+   eapply "${FILESDIR}/bug_1461221.patch"
+
# Enable gnomebreakpad
if use debug ; then
sed -i -e 
"s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \

diff --git a/www-client/firefox/firefox-61.0.ebuild 
b/www-client/firefox/firefox-61.0.ebuild
index df0c369af98..e3945abf8ec 100644
--- a/www-client/firefox/firefox-61.0.ebuild
+++ b/www-client/firefox/firefox-61.0.ebuild
@@ -124,6 +124,8 @@ src_unpack() {
 src_prepare() {
eapply "${WORKDIR}/firefox"
 
+   eapply "${FILESDIR}/bug_1461221.patch"
+
# Enable gnomebreakpad
if use debug ; then
sed -i -e 
"s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \



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

2018-06-28 Thread Pacho Ramos
commit: aed4dde0b5b765ae7e6818ac7413a457d86bdf6b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 21:29:43 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 21:32:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed4dde0

dev-libs/efl: new maintainer

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/efl/metadata.xml | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-libs/efl/metadata.xml b/dev-libs/efl/metadata.xml
index 925b59046ee..f9365c81a7a 100644
--- a/dev-libs/efl/metadata.xml
+++ b/dev-libs/efl/metadata.xml
@@ -1,7 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+  
+juip...@gmail.com
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
 
Enable WBMP image loader
Enable DDS image loader



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

2018-06-28 Thread Pacho Ramos
commit: ca358eb76837dfe3217c64376a5e036925477ef2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 21:31:34 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 21:32:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca358eb7

media-libs/imlib2: new maintainer

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-libs/imlib2/metadata.xml | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/media-libs/imlib2/metadata.xml b/media-libs/imlib2/metadata.xml
index b1209376c6f..1a0d4be94cf 100644
--- a/media-libs/imlib2/metadata.xml
+++ b/media-libs/imlib2/metadata.xml
@@ -1,7 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+   juip...@gmail.com
+
+
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+
 
 Imlib 2 is the successor to Imlib. It is not just a newer version - it is a 
 completely new library. Imlib2 can be installed alongside Imlib 1.x without 
any 



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

2018-06-28 Thread Pacho Ramos
commit: 26a53ad8f9bc31b48a83306d3849529d4ebedb5a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 21:30:43 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 21:32:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a53ad8

dev-libs/efl: Make repoman more happy

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/efl/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-libs/efl/metadata.xml b/dev-libs/efl/metadata.xml
index f9365c81a7a..e5cc7ce78fe 100644
--- a/dev-libs/efl/metadata.xml
+++ b/dev-libs/efl/metadata.xml
@@ -1,13 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-juip...@gmail.com
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
+
+   juip...@gmail.com
+
+
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+
 
Enable WBMP image loader
Enable DDS image loader



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdtraj/

2018-06-28 Thread Alexey Shvetsov
commit: 37d77f4d6250277c494aa6353f3cebe49db2e900
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Thu Jun 28 21:28:09 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Thu Jun 28 21:28:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d77f4d

sci-chemistry/mdtraj: Initial import

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-chemistry/mdtraj/Manifest|  1 +
 sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild | 34 
 sci-chemistry/mdtraj/metadata.xml|  8 
 3 files changed, 43 insertions(+)

diff --git a/sci-chemistry/mdtraj/Manifest b/sci-chemistry/mdtraj/Manifest
new file mode 100644
index 000..982cdea3569
--- /dev/null
+++ b/sci-chemistry/mdtraj/Manifest
@@ -0,0 +1 @@
+DIST mdtraj-1.9.1.tar.gz 1985711 BLAKE2B 
625b7c1da998bd46732604dcc93c76f970f3c79f10e81aa9f4b3051ee45101efea8afd803d539ba1831dac3e7ed208d7c3773f74189a3887063cbff2b4d79df6
 SHA512 
015d9d1e258a7a207ac3b7e7a81b87c308e8684ee0a173ae9b722a90910e95e7f2ee18158c163212fae39d093b0cf397293d6e713538acb1fd20a7b70f2adc76

diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild 
b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
new file mode 100644
index 000..20033bd3da6
--- /dev/null
+++ b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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="Read, write and analyze MD trajectories with only a few lines of 
Python code"
+HOMEPAGE="http://mdtraj.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pytables[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_prepare() {
+   sed -e "s:re.match('build.*(mdtraj.*)', output_dir).group(1):'.':g" \
+   -i basesetup.py || die
+   distutils-r1_python_prepare_all
+}
\ No newline at end of file

diff --git a/sci-chemistry/mdtraj/metadata.xml 
b/sci-chemistry/mdtraj/metadata.xml
new file mode 100644
index 000..8425c0d53cb
--- /dev/null
+++ b/sci-chemistry/mdtraj/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+



[gentoo-commits] repo/gentoo:master commit in: app-pda/barry/

2018-06-28 Thread Pacho Ramos
commit: f54a644da95af0a74c230c8df81d6f7fdd37e103
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 21:18:23 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 21:18:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54a644d

app-pda/barry: libgcal will be removed (#659532)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-pda/barry/barry-0.18.3.ebuild | 18 --
 app-pda/barry/metadata.xml|  1 -
 2 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/app-pda/barry/barry-0.18.3.ebuild 
b/app-pda/barry/barry-0.18.3.ebuild
index 48454eed302..6a672094e52 100644
--- a/app-pda/barry/barry-0.18.3.ebuild
+++ b/app-pda/barry/barry-0.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,17 +11,16 @@ SRC_URI="mirror://sourceforge/barry/${P}.tar.bz2"
 LICENSE="CC-BY-SA-3.0 GPL-2" #See logo/README for CCPL
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="boost desktop doc gui nls static-libs"
+IUSE="boost doc gui nls static-libs"
 
 RDEPEND=">=dev-cpp/libxmlpp-2.6:2.6
-   >=dev-libs/glib-2
+   dev-libs/glib:2
>=dev-libs/libtar-1.2.11-r2
>=media-libs/libsdl-1.2
>=sys-fs/fuse-2.5:=
sys-libs/zlib
virtual/libusb:1
boost? ( >=dev-libs/boost-1.33 )
-   desktop? ( >=net-libs/libgcal-0.9.6 )
gui? (
dev-cpp/glibmm:2
dev-cpp/gtkmm:2.4
@@ -49,7 +48,7 @@ src_configure() {
$(use_enable static-libs static) \
$(use_enable boost) \
$(use_enable gui) \
-   $(use_enable desktop) \
+   --disable-desktop \
--disable-rpath
 }
 
@@ -86,7 +85,6 @@ src_install() {
dobashcomp "${S}"/bash/btool "${S}"/bash/bjavaloader
 
newicon -s scalable "${S}"/logo/${PN}_logo_icon.svg ${PN}.svg
-   use desktop && domenu "${S}"/menu/barrydesktop.desktop
use gui && domenu "${S}"/menu/barrybackup.desktop
 
prune_libtool_files
@@ -98,14 +96,6 @@ pkg_preinst() {
 
 pkg_postinst() {
gnome2_icon_cache_update
-
-   elog "Barry requires you to be a member of the \"usb\" group."
-   ewarn
-   ewarn "Barry and the in-kernel module 'BERRY_CHARGE' are incompatible."
-   ewarn
-   ewarn "Kernel-based USB suspending can discharge your blackberry."
-   ewarn "Use at least kernel 2.6.22 and/or disable CONFIG_USB_SUSPEND."
-   ewarn
 }
 
 pkg_postrm() {

diff --git a/app-pda/barry/metadata.xml b/app-pda/barry/metadata.xml
index dfc30d13b21..64b764c3d6c 100644
--- a/app-pda/barry/metadata.xml
+++ b/app-pda/barry/metadata.xml
@@ -7,7 +7,6 @@


Enable boost support
-   Install the GUI desktop control 
panel
Install the GUI backup tool





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

2018-06-28 Thread Pacho Ramos
commit: 6e45abc3a1ef597bfd69734b20d6a31291624394
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 21:08:53 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 21:08:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e45abc3

dev-python/bokeh: Drop old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/bokeh/bokeh-0.12.4.ebuild | 72 
 1 file changed, 72 deletions(-)

diff --git a/dev-python/bokeh/bokeh-0.12.4.ebuild 
b/dev-python/bokeh/bokeh-0.12.4.ebuild
deleted file mode 100644
index 13a916ab9c6..000
--- a/dev-python/bokeh/bokeh-0.12.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Statistical and interactive HTML plots for Python"
-HOMEPAGE="https://bokeh.pydata.org/en/latest/
-   https://github.com/bokeh/bokeh
-   https://pypi.org/project/bokeh/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=www-servers/tornado-4.3[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=net-libs/nodejs-4.1
-   >=www-servers/tornado-4.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/boto[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/flake8[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/flexx[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/selenium[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]
-   )
-"
-
-python_compile() {
-   esetup.py build --build-js
-}
-
-python_test() {
-   cd "${BUILD_DIR}"/lib || die
-   py.test -m 'not (js or examples or integration)' -vv || die
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/

2018-06-28 Thread Alfredo Tupone
commit: 73b724093b9c2a8756b8c35d3e09793342fa9ca9
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Jun 28 20:25:51 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun 28 20:25:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b72409

dev-ada/xmlada: xmlada-2018 does not work with gnat_2016

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/xmlada/xmlada-2018.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/xmlada/xmlada-2018.ebuild 
b/dev-ada/xmlada/xmlada-2018.ebuild
index 637199afa29..04866d734b8 100644
--- a/dev-ada/xmlada/xmlada-2018.ebuild
+++ b/dev-ada/xmlada/xmlada-2018.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018 +shared static-libs static-pic"
 REQUIRED_USE="|| ( shared static-libs static-pic )
-   ^^ ( gnat_2016 gnat_2017 gnat_2018 )"
+   !gnat_2016 ^^ ( gnat_2017 gnat_2018 )"
 
 RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )



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

2018-06-28 Thread Anthony G. Basile
commit: 60461ca1385809bacf6a114a7f1ecfe22f6da47f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jun 28 20:08:07 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun 28 20:08:07 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=60461ca1

net-misc/openssh: fix is now in the tree

 net-misc/openssh/Manifest  |   5 -
 .../openssh-6.7_p1-openssl-ignore-status.patch |  17 -
 ...penssh-7.5_p1-disable-conch-interop-tests.patch |  20 -
 .../openssh/files/openssh-7.7_p1-GSSAPI-dns.patch  | 351 
 net-misc/openssh/files/sshd-r1.confd   |  33 --
 net-misc/openssh/files/sshd.pam_include.2  |   4 -
 net-misc/openssh/files/sshd.rc6.5  |  89 
 net-misc/openssh/files/sshd.service|  11 -
 net-misc/openssh/files/sshd.socket |  10 -
 net-misc/openssh/files/sshd_at.service |   8 -
 net-misc/openssh/metadata.xml  |  39 --
 net-misc/openssh/openssh-7.7_p1-r5.ebuild  | 437 
 net-misc/openssh/openssh-7.7_p1-r6.ebuild  | 460 -
 13 files changed, 1484 deletions(-)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
deleted file mode 100644
index e720a87..000
--- a/net-misc/openssh/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST openssh-7.7p1-hpnssh14v15-gentoo2.patch.xz 22060 BLAKE2B 
9ee654f689d4b90bd0fe4f71d57b4a8d9d957012be3a23ff2baa6c45ae99e2f1e4daf5de24479a6a3eb761ee6847deb3c6c3021d4cbabc9089f605d8d7270efc
 SHA512 
856d28ac89c14d01c40c7d7e93cfaebd74b091188b5b469550eb62aa5445177aec1a5f47c1e2f7173013712e98e5f9f5e46bbb3dbd4ec7c5ee8256ef45cda0f8
-DIST openssh-7.7p1-patches-1.1.tar.xz 16476 BLAKE2B 
fca2885a9e29faec40700ece37a995ba83e40bd2a6875129a5327770d8ee43663a7c063de33b4653994ed7332adb03730f613c047550d874190b95c66e2e9efa
 SHA512 
aa5e33ce4bb4be16abf27ac1bade1dc85c51d82002be546402e0b8b0685de3ec7029f0f56bf1295ec346eb3960a6bed7cfc882722e57957a19a732f3174b3039
-DIST openssh-7.7p1-sctp-1.1.patch.xz 7548 BLAKE2B 
3b960c2377351955007005de560c2a3e8d0d059a0435e5beda14c63e444dad8b4357edaccd1cfe446c6268514f152b2bcfa7fa3612f1ae1324a31fecb0e85ac5
 SHA512 
093605865262a2b972db8c92990a49ed6178ed4567fb2626518c826c8472553d9be99a9e6052a6f5e545d81867b4118e9fd8a2c0c26a2739f1720b0f13282cba
-DIST openssh-7.7p1-x509-11.3.1.patch.xz 362672 BLAKE2B 
55b8b0ef00dc4d962a0db1115406b7b1e84110870c74198e9e4cb081b2ffde8daca67cb281c69d73b4c5cbffde361429d62634be194b57e888a0b434a0f42a37
 SHA512 
f84744f6d2e5a15017bce37bfa65ebb47dbafeac07ea9aab46bdc780b4062ff70687512d9d512cab81e3b9c701adb6ce17c5474f35cb4b49f57db2e2d45ac9ac
-DIST openssh-7.7p1.tar.gz 1536900 BLAKE2B 
7aee360f2cea5bfa3f8426fcbd66fde2568f05f9c8e623326b60f03b7c5f8abf223e178aa1d5958015b51627565bf5b1ace35b57f309638c908f5a7bf5500d21
 SHA512 
597252cb48209a0cb98ca1928a67e8d63e4275252f25bc37269204c108f034baade6ba0634e32ae63422fddd280f73096a6b31ad2f2e7a848dde75ca30e14261

diff --git a/net-misc/openssh/files/openssh-6.7_p1-openssl-ignore-status.patch 
b/net-misc/openssh/files/openssh-6.7_p1-openssl-ignore-status.patch
deleted file mode 100644
index fa33af3..000
--- a/net-misc/openssh/files/openssh-6.7_p1-openssl-ignore-status.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-the last nibble of the openssl version represents the status.  that is,
-whether it is a beta or release.  when it comes to version checks in
-openssh, this component does not matter, so ignore it.
-
-https://bugzilla.mindrot.org/show_bug.cgi?id=2212
-
 a/openbsd-compat/openssl-compat.c
-+++ b/openbsd-compat/openssl-compat.c
-@@ -58,7 +58,7 @@ ssh_compatible_openssl(long headerver, long libver)
-* For versions >= 1.0.0, major,minor,status must match and library
-* fix version must be equal to or newer than the header.
-*/
--  mask = 0xffffL; /* major,minor,status */
-+  mask = 0xfff0L; /* major,minor,status */
-   hfix = (headerver & 0x000ff000) >> 12;
-   lfix = (libver & 0x000ff000) >> 12;
-   if ( (headerver & mask) == (libver & mask) && lfix >= hfix)

diff --git 
a/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch 
b/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch
deleted file mode 100644
index a5647ce..000
--- a/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Disable conch interop tests which are failing when called
-via portage for yet unknown reason and because using conch
-seems to be flaky (test is failing when using Python2 but
-passing when using Python3).
-
-Bug: https://bugs.gentoo.org/605446
-
 a/regress/conch-ciphers.sh
-+++ b/regress/conch-ciphers.sh
-@@ -3,6 +3,10 @@
- 
- tid="conch ciphers"
- 
-+# https://bugs.gentoo.org/605446
-+echo "conch interop tests skipped due to Gentoo bug #605446"
-+exit 0
-+
- if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then
-   echo "conch interop tests 

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

2018-06-28 Thread Amy Liffey
commit: 5325276b91d66c0bfffc48330aae12033e5d8c38
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Jun 28 19:53:06 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jun 28 20:02:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5325276b

sci-libs/gdal: version bump 2.3.0

Closes: https://bugs.gentoo.org/654590
Closes: https://bugs.gentoo.org/644882
Closes: https://bugs.gentoo.org/654702
Closes: https://bugs.gentoo.org/656314
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/gdal/Manifest  |   1 +
 sci-libs/gdal/gdal-2.3.0.ebuild | 289 
 2 files changed, 290 insertions(+)

diff --git a/sci-libs/gdal/Manifest b/sci-libs/gdal/Manifest
index 17fbd88fc85..aac7d7c428b 100644
--- a/sci-libs/gdal/Manifest
+++ b/sci-libs/gdal/Manifest
@@ -1 +1,2 @@
 DIST gdal-2.2.3.tar.gz 13754766 BLAKE2B 
d9482e7ee40bb5558fbbb43b750dfb95344abe45142c19e1f767535d3fc127fa9d6ed4496d730a25cb4132980efbffb4685e8663798fa05515b8548edb689e42
 SHA512 
841e5ba3c1a442b678dcaabac719ea7707b817f3dc717a34430dc7ba1f2c27fa88e27b7a8645075fae6e16373b36e6c50f674bdd6b70d10059e6bc4be7a72046
+DIST gdal-2.3.0.tar.gz 14423820 BLAKE2B 
6c67c66b2f68699249ccd4df2cb1e3b7042e94003b730e64bd8b8eec726a32da9485cab29552bd34c23831686ec3e879edd1848a2339c8289580ce282a287992
 SHA512 
b37e433be0b7a587ea9f9e5e720295e4cd1406f6c8ca770f5fedcd7fdc797e01e576eb887034b38f93f04a4e76c0ce84792bc7d91a49fea4122231a37ace812f

diff --git a/sci-libs/gdal/gdal-2.3.0.ebuild b/sci-libs/gdal/gdal-2.3.0.ebuild
new file mode 100644
index 000..24f395f1b09
--- /dev/null
+++ b/sci-libs/gdal/gdal-2.3.0.ebuild
@@ -0,0 +1,289 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GENTOO_DEPEND_ON_PERL="no"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+DISTUTILS_OPTIONAL=1
+
+inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic 
java-pkg-opt-2
+
+DESCRIPTION="Translator library for raster geospatial data formats (includes 
OGR support)"
+HOMEPAGE="http://www.gdal.org/;
+SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz;
+
+SLOT="0/2.2"
+LICENSE="BSD Info-ZIP MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres python 
spatialite sqlite threads webp xls"
+
+COMMON_DEPEND="
+   dev-libs/expat
+   dev-libs/json-c:=
+   dev-libs/libpcre
+   dev-libs/libxml2:=
+   media-libs/tiff:0=
+   sci-libs/libgeotiff
+   sys-libs/zlib:=[minizip(+)]
+   armadillo? ( sci-libs/armadillo:=[lapack] )
+   curl? ( net-misc/curl )
+   fits? ( sci-libs/cfitsio:= )
+   geos? ( >=sci-libs/geos-2.2.1 )
+   gif? ( media-libs/giflib:= )
+   gml? ( >=dev-libs/xerces-c-3.1 )
+   hdf5? ( >=sci-libs/hdf5-1.6.4:=[szip] )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/openjpeg:2= )
+   mdb? ( dev-java/jackcess:1 )
+   mysql? ( virtual/mysql )
+   netcdf? ( sci-libs/netcdf:= )
+   odbc? ( dev-db/unixODBC )
+   ogdi? ( sci-libs/ogdi )
+   opencl? ( virtual/opencl )
+   oracle? ( dev-db/oracle-instantclient:= )
+   pdf? ( >=app-text/poppler-0.24.3:= )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   postgres? ( >=dev-db/postgresql-8.4:= )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+   spatialite? ( dev-db/spatialite )
+   sqlite? ( dev-db/sqlite:3 )
+   webp? ( media-libs/libwebp:= )
+   xls? ( dev-libs/freexl )"
+
+RDEPEND="${COMMON_DEPEND}
+   java? ( >=virtual/jre-1.7:* )"
+
+DEPEND="${COMMON_DEPEND}
+   doc? ( app-doc/doxygen )
+   java? ( >=virtual/jdk-1.7:* )
+   perl? ( dev-lang/swig:0 )
+   python? (
+   dev-lang/swig:0
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )"
+
+REQUIRED_USE="
+   mdb? ( java )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   spatialite? ( sqlite )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.2.3-soname.patch"
+   "${FILESDIR}/${PN}-2.2.3-bashcomp-path.patch" # bug 641866
+   "${FILESDIR}/${PN}-2.2.3-goocast.patch" # bug 656252
+)
+
+src_prepare() {
+   # fix datadir and docdir placement
+   sed -e "s:@datadir@:@datadir@/gdal:" \
+   -e "s:@exec_prefix@/doc:@exec_prefix@/share/doc/${PF}/html:g" \
+   -i "${S}"/GDALmake.opt.in || die
+
+   # the second sed expression should fix bug 371075
+   sed -e "s:setup.py install:setup.py install --root=\$(DESTDIR):" \
+   -e "s:--prefix=\$(DESTDIR):--prefix=:" \
+   -i "${S}"/swig/python/GNUmakefile || die
+
+   # Fix spatialite/sqlite include issue
+   sed -e 's:spatialite/sqlite3.h:sqlite3.h:g' \
+   

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

2018-06-28 Thread Amy Liffey
commit: 38281f4252f89e3ef9cbae54dfc1ad553d296979
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Jun 28 20:01:33 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jun 28 20:02:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38281f42

sci-libs/gdal: rm bash-completion from depend

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/gdal/gdal-2.2.3-r1.ebuild | 1 -
 sci-libs/gdal/gdal-2.2.3-r2.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sci-libs/gdal/gdal-2.2.3-r1.ebuild 
b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
index 7084e66a8f5..b4bd9eb1ac6 100644
--- a/sci-libs/gdal/gdal-2.2.3-r1.ebuild
+++ b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
@@ -59,7 +59,6 @@ RDEPEND="${COMMON_DEPEND}
java? ( >=virtual/jre-1.7:* )"
 
 DEPEND="${COMMON_DEPEND}
-   app-shells/bash-completion
doc? ( app-doc/doxygen )
java? ( >=virtual/jdk-1.7:* )
perl? ( dev-lang/swig:0 )

diff --git a/sci-libs/gdal/gdal-2.2.3-r2.ebuild 
b/sci-libs/gdal/gdal-2.2.3-r2.ebuild
index 9db81229486..723e7ffd8c5 100644
--- a/sci-libs/gdal/gdal-2.2.3-r2.ebuild
+++ b/sci-libs/gdal/gdal-2.2.3-r2.ebuild
@@ -59,7 +59,6 @@ RDEPEND="${COMMON_DEPEND}
java? ( >=virtual/jre-1.7:* )"
 
 DEPEND="${COMMON_DEPEND}
-   app-shells/bash-completion
doc? ( app-doc/doxygen )
java? ( >=virtual/jdk-1.7:* )
perl? ( dev-lang/swig:0 )



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

2018-06-28 Thread Anthony G. Basile
commit: b28378fc2358c24785f41fdf92c00d617998ea3d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jun 28 20:00:21 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun 28 20:00:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28378fc

net-misc/openssh: stackprotector is broken on musl x86

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/openssh/openssh-7.7_p1-r102.ebuild | 3 +++
 net-misc/openssh/openssh-7.7_p1-r6.ebuild   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/net-misc/openssh/openssh-7.7_p1-r102.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r102.ebuild
index c4747a2597e..83b9dd34711 100644
--- a/net-misc/openssh/openssh-7.7_p1-r102.ebuild
+++ b/net-misc/openssh/openssh-7.7_p1-r102.ebuild
@@ -293,6 +293,9 @@ src_configure() {
$(use_with ssl ssl-engine)
)
 
+   # stackprotect is broken on musl x86
+   use elibc_musl && use x86 && myconf+=( --without-stackprotect )
+
# The seccomp sandbox is broken on x32, so use the older method for 
now. #553748
use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit )
 

diff --git a/net-misc/openssh/openssh-7.7_p1-r6.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
index e84b7d126a3..2d068fd5c8e 100644
--- a/net-misc/openssh/openssh-7.7_p1-r6.ebuild
+++ b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
@@ -293,6 +293,9 @@ src_configure() {
$(use_with ssl ssl-engine)
)
 
+   # stackprotect is broken on musl x86
+   use elibc_musl && use x86 && myconf+=( --without-stackprotect )
+
# The seccomp sandbox is broken on x32, so use the older method for 
now. #553748
use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit )
 



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

2018-06-28 Thread Matt Thode
commit: 932ab6be62219c3e914434fd8564458f74f73fed
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun 28 19:09:04 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jun 28 19:51:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932ab6be

app-emulation/cloud-init: stable 17.2 amd64 and x86

Closes: https://bugs.gentoo.org/659524
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/cloud-init/cloud-init-17.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/cloud-init/cloud-init-17.2.ebuild 
b/app-emulation/cloud-init/cloud-init-17.2.ebuild
index d5d1c2d9d37..d041da0ca5d 100644
--- a/app-emulation/cloud-init/cloud-init-17.2.ebuild
+++ b/app-emulation/cloud-init/cloud-init-17.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="test"
 



[gentoo-commits] proj/mozilla:master commit in: dev-lang/spidermonkey/, dev-lang/spidermonkey/files/

2018-06-28 Thread Jory Pratt
commit: 9f6e23b7cd602f020235bdd7ef6303c4c0f342f1
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Thu Jun 28 19:49:47 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jun 28 19:49:47 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=9f6e23b7

dev-lang/spidermonkey: Add spidermonkey to overlay, start converting
urls to use archieve servers

 dev-lang/spidermonkey/Manifest |  12 ++
 .../files/moz38-dont-hardcode-libc-soname.patch|  15 ++
 .../files/spidermonkey-52-baseconfig.patch |  22 +++
 .../spidermonkey-perl-defined-array-check.patch|  11 ++
 dev-lang/spidermonkey/metadata.xml |  18 +++
 dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild | 150 
 .../spidermonkey/spidermonkey-17.0.0-r5.ebuild | 141 ++
 .../spidermonkey/spidermonkey-24.2.0-r4.ebuild | 157 +
 dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild   | 147 +++
 dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild   | 147 +++
 .../spidermonkey-52.4.0_pre20171003-r1.ebuild  | 145 +++
 11 files changed, 965 insertions(+)

diff --git a/dev-lang/spidermonkey/Manifest b/dev-lang/spidermonkey/Manifest
new file mode 100644
index 000..6e0cd77
--- /dev/null
+++ b/dev-lang/spidermonkey/Manifest
@@ -0,0 +1,12 @@
+DIST js185-1.0.0.tar.gz 6164605 BLAKE2B 
76a37f0ceae05d3475853875bd0ce4be6e525e4114816f8f281ea6fc6b60a71060975a0fa1cb843f57ad1e2f842dfb26b24244fa0fd6c20f6ae2ebbe430f70be
 SHA512 
2af7122a7c7007fd7b6668776fe1222515a810b3e43bbf0f76b8f94e1ef406ffd3fb5ccec393021b00274c05b38a77235bc8d6886994c56762fcaf0aa7cf6718
+DIST mozjs-24.2.0.tar.bz2 15624530 BLAKE2B 
633f3e42011a8395aa4e60842c2de1cb472692a0d9355c1e2c49e1ef943605cafaea0c836f9044adfceb38d7e04a0941b895474d08097f641bfca4494c5c5fe4
 SHA512 
49805e256f6fa797505c01b7596d5bb941ed7a2454862c52ed42ad48b5ae4540b777e77ed8da1b98c89f8622ed2c76052187983687008a4ff53594addb328df4
+DIST mozjs-38.3.0sfink2.tar.bz2 27232902 BLAKE2B 
42a039a41b7479a32e22f260cb58f098e1a1d4833f801f193bdd8b75403f94567b9ef2ebe85b2a811fe2f9b27cd934afe1054bd4e7d9aae0b8a80acdec8e42a4
 SHA512 
debad1fbd21e025c567b083677cfd0a2023ec2aff750241f495ac2977034a7299e068cb3b0b2351c97457119cc8aef563f00416092a70a3a269d20947b700206
+DIST mozjs-45.0.2.tar.bz2 97508152 BLAKE2B 
89600f7e2a3effe71ad140646110aaf3be91cc5313cf227f1d16e796e249e287cc8dbf2599aa4277f2652a83ec3570f58c1c51ef319632254b9ac5caec46bb9a
 SHA512 
84a3cf12e2603e00bcfe518a1a5000f53b21758c1c6b32a0410e63ab7db8d4452028195b0ba3e56144054b06e90f8e5195b4db94dba711f7c75d11da99c6c61d
+DIST mozjs-52.4.0_pre20171003.tar.bz2 30588541 BLAKE2B 
ca3dace6f22d510d6d9f087f236100cae4b913b8d194fdec77f2a32b82276613417344fc4d899fca0d908ecb981d59f7e5608e7cd62f6f134dbcdf87f89a3276
 SHA512 
80e006ed7550b64dad7cf78335dd9f2d34f50ad486439887f0088eb3817242d24cf7c1d9325e2dcd4a01fd5c5f54d710873113b97fd914ccd961fa46a71653fa
+DIST mozjs17.0.0.tar.gz 6778934 BLAKE2B 
a37debf5079fc4c27bb9edd3172c6e7914f6128fac6ffa97b49ac266c477d0916b180fb68ecd0916a52f935959a83d73254b0ba72b4898adc5e3b85927d17d2a
 SHA512 
39b68aeb9f712f146778d8b68ee795709a1372c8ab893a222af4eb34882427d6f5cf877e743d6cb2f1b4348c194d8f3774f00cb775b03515b34b49560b748be4
+DIST spidermonkey-52.0-patches-0.tar.xz 5172 BLAKE2B 
8bcf9477de47ef3b882cd3281efa7f77c16ce11fc93f6a620917adf629fde8290af1dd69f0930a889aacfee3603bf60eb9c1e718a1dfd3e218a1013b6192
 SHA512 
88ad640fb0efa4972f1b7782bd0abee1751b73914ee51faade93b25c4d8eec64e7693898842a406c49fc2ab43733404efeccb138afb64d2193b9a5eb612578e3
+DIST spidermonkey-slot0-patches-01.tar.xz 10488 BLAKE2B 
4a5195ac11d1076046424fc10d1416d097fb230cd8b0b28ac8b65d379e0c0518586ced0f48f833dea52b13fb5d300e02664657ab2479bfcc343bc358d394d5d7
 SHA512 
6c878ed0b50c052989a8b965fed845e9c672b691f4c4b1f98ee82e81a33880e1e6bf1dac8222d71322553282de602a88272dedebbcf50d27967fc172f0a8054a
+DIST spidermonkey-slot17-patches-01.tar.xz 2748 BLAKE2B 
a55504d726f925096de7e066a1d323154bc796018644f347bc1d012ea6ee8441cc19f30689e06fd26bab5a5d2e8376e90bf2c1930a588be8b48865f7bbc524ea
 SHA512 
21a90f85d156de3cca9811317507162a458f908bb447924fcfbf49b7bb70496b611ce7df90b90775316b8ceafda56692be3bf856b168b83ed40b8a5c668eed3f
+DIST spidermonkey-slot24-patches-01.tar.xz 3444 BLAKE2B 
f207577db223d51e315d473f0eefa8a2805fab49acd952fa5796eb4e967c82c76965afcdea1b55ac98c5e94f4321f40c1ea9079d5ebee99fdef950bddee91ab2
 SHA512 
712250983f726eb2fe7ae243e9ca510b6e5b8fa0f221fe5120c2e2f75334f7e4b10b8ab172869d7333a120529dbc2a513c170533d5ad5af27a2643ce1384bbdb
+DIST spidermonkey-slot38-patches-01.tar.xz 7472 BLAKE2B 
7585aa6f5a84d6ae21e41137fca8da093580182f798f63bfcf2e402e3bf58df4cb3f43cef3eb635044508800f6757247fa3a65ca53230243a455925f436a9510
 SHA512 
953acee985d192c6d0f18f14c70fdda33a7c8f784c6833ca8b75495044b40a8b3f29b281c40dbfcda0c8570c111a3dd1717c2ef0ffd651c1b50d1f2bff1f6d09
+DIST spidermonkey-slot45-patches-01.tar.xz 5092 BLAKE2B 

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

2018-06-28 Thread Anthony G. Basile
commit: f54dcf820790b6bb9afff6f250cac53dc407935a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jun 28 19:40:27 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun 28 19:40:27 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f54dcf82

net-misc/openssh: fix typo

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-misc/openssh/openssh-7.7_p1-r6.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
index 1422bf4..9eeea10 100644
--- a/net-misc/openssh/openssh-7.7_p1-r6.ebuild
+++ b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
@@ -294,7 +294,7 @@ src_configure() {
)
 
# stackprotect is broken on musl x86
-   use elibc_musl && use x86 && myconf+=( --without-stackprotect)
+   use elibc_musl && use x86 && myconf+=( --without-stackprotect )
 
# The seccomp sandbox is broken on x32, so use the older method for 
now. #553748
use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit )



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

2018-06-28 Thread Anthony G. Basile
commit: 0fbed25eb6f1b2bf46b7ea2e52d428656cff886b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jun 28 19:31:46 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun 28 19:31:46 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0fbed25e

net-misc/openssh: stable on musl arches

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-misc/openssh/openssh-7.7_p1-r6.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
index 707ecc3..1422bf4 100644
--- a/net-misc/openssh/openssh-7.7_p1-r6.ebuild
+++ b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
@@ -31,7 +31,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 arm ~mips ppc x86"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldap ldns 
libedit libressl livecd pam +pie sctp selinux skey +ssl static test X X509"
 REQUIRED_USE="ldns? ( ssl )



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

2018-06-28 Thread Anthony G. Basile
commit: bb83ac3e8f1ea44520489092a6191729a98112a2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jun 28 19:20:34 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun 28 19:20:34 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=bb83ac3e

net-misc/openssh: bump to 7.7_p1-r6, sync with upstream

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/openssh/openssh-7.7_p1-r6.ebuild | 460 ++
 1 file changed, 460 insertions(+)

diff --git a/net-misc/openssh/openssh-7.7_p1-r6.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
new file mode 100644
index 000..707ecc3
--- /dev/null
+++ b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
@@ -0,0 +1,460 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user flag-o-matic multilib autotools pam systemd versionator
+
+# Make it more portable between straight releases
+# and _p? releases.
+PARCH=${P/_}
+
+HPN_VER="14v15-gentoo2" HPN_PATCH="${PARCH}-hpnssh${HPN_VER}.patch.xz"
+SCTP_VER="1.1" SCTP_PATCH="${PARCH}-sctp-${SCTP_VER}.patch.xz"
+X509_VER="11.3.1" X509_PATCH="${PARCH}-x509-${X509_VER}.patch.xz"
+
+# Disable LDAP support until someone will rewrite the patch,
+# upstream removed auth_parse_options() via commit 
7c856857607112a3dfe6414696bf4c7ab7fb0cb3
+#LDAP_VER="0.3.14" LDAP_PATCH="${PN}-lpk-7.7p1-${LDAP_VER}.patch.xz"
+
+PATCH_SET="openssh-7.7p1-patches-1.1"
+
+DESCRIPTION="Port of OpenBSD's free SSH release"
+HOMEPAGE="https://www.openssh.com/;
+SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   https://dev.gentoo.org/~whissi/dist/${PN}/${PATCH_SET}.tar.xz
+   ${SCTP_PATCH:+sctp? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${SCTP_PATCH} )}
+   ${HPN_PATCH:+hpn? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${HPN_PATCH} )}
+   ${LDAP_PATCH:+ldap? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${LDAP_PATCH} )}
+   ${X509_PATCH:+X509? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${X509_PATCH} )}
+   "
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+# Probably want to drop ssl defaulting to on in a future version.
+IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldap ldns 
libedit libressl livecd pam +pie sctp selinux skey +ssl static test X X509"
+REQUIRED_USE="ldns? ( ssl )
+   pie? ( !static )
+   static? ( !kerberos !pam )
+   X509? ( !ldap !sctp ssl )
+   test? ( ssl )"
+
+LIB_DEPEND="
+   audit? ( sys-process/audit[static-libs(+)] )
+   ldns? (
+   net-libs/ldns[static-libs(+)]
+   !bindist? ( net-libs/ldns[ecdsa,ssl(+)] )
+   bindist? ( net-libs/ldns[-ecdsa,ssl(+)] )
+   )
+   libedit? ( dev-libs/libedit:=[static-libs(+)] )
+   sctp? ( net-misc/lksctp-tools[static-libs(+)] )
+   selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] )
+   skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] )
+   ssl? (
+   !libressl? (
+   >=dev-libs/openssl-1.0.1:0=[bindist=]
+   dev-libs/openssl:0=[static-libs(+)]
+   )
+   libressl? ( dev-libs/libressl:0=[static-libs(+)] )
+   )
+   >=sys-libs/zlib-1.2.3:=[static-libs(+)]"
+RDEPEND="
+   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   pam? ( virtual/pam )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )
+   virtual/pkgconfig
+   virtual/os-headers
+   sys-devel/autoconf"
+RDEPEND="${RDEPEND}
+   pam? ( >=sys-auth/pambase-20081028 )
+   userland_GNU? ( virtual/shadow )
+   X? ( x11-apps/xauth )"
+
+S="${WORKDIR}/${PARCH}"
+
+pkg_pretend() {
+   # this sucks, but i'd rather have people unable to `emerge -u openssh`
+   # than not be able to log in to their server any more
+   maybe_fail() { [[ -z ${!2} ]] && echo "$1" ; }
+   local fail="
+   $(use hpn && maybe_fail hpn HPN_PATCH)
+   $(use ldap && maybe_fail ldap LDAP_PATCH)
+   $(use sctp && maybe_fail sctp SCTP_PATCH)
+   $(use X509 && maybe_fail X509 X509_PATCH)
+   "
+   fail=$(echo ${fail})
+   if [[ -n ${fail} ]] ; then
+   eerror "Sorry, but this version does not yet support features"
+   eerror "that you requested:  ${fail}"
+   eerror "Please mask ${PF} for now and check back later:"
+   eerror " # echo '=${CATEGORY}/${PF}' >> 
/etc/portage/package.mask"
+   die "bo"
+   fi
+
+   # Make sure people who are using tcp wrappers are notified of its 
removal. #531156
+   if grep -qs '^ *sshd *:' "${EROOT%/}"/etc/hosts.{allow,deny} ; then
+   ewarn "Sorry, but openssh no longer supports tcp-wrappers, and 
it seems like"
+   ewarn "you're trying to use it.  Update your 

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

2018-06-28 Thread Craig Andrews
commit: dade3ddd0d07eaa9762aece5d09f16728f1e4d14
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Jun 28 19:26:36 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Jun 28 19:27:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dade3ddd

media-tv/kodi: Use ffmpeg 4.0.1

See https://github.com/xbmc/xbmc/commit/69472d01dca81ef23f28d5bd291c0fe4a49d5504

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-tv/kodi/Manifest | 2 +-
 media-tv/kodi/kodi-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest
index e041030f223..4dace99d447 100644
--- a/media-tv/kodi/Manifest
+++ b/media-tv/kodi/Manifest
@@ -1,6 +1,6 @@
 DIST ffmpeg-kodi-3.1.11-Krypton-17.5.tar.gz 11188798 BLAKE2B 
bb91a89a47f3ea6894f28834b477cc2c2db64590e0202b784182f724e89fb385385218463404076565bedcd41a81797c2f340ce579aee75e09f2c99ae494031d
 SHA512 
b28bb6970c6767213f34e5f4f3e48ad5219a6c668a5264ff7de0a42712cb7393f389ddd88f56785a2dc8089f8231ae5fd05adfa10dbf15ea3e0ad7bc2ccd4d73
 DIST ffmpeg-kodi-3.1.6-Krypton.tar.gz 11170735 BLAKE2B 
b78a1825ea9a85a91bd9244f93eee1ccd603d5150ee26f08e2de3d04d8a2bb945b1fc16a12d6da98deaaf1bdf5b5a78d75f8814a0cb3d7177980cf1f19440069
 SHA512 
060d06946ee71106196587b36eccf7fb7d0710d6ee72dae2e08f23e5bf7e223a3bac77f1730121f494ecf5f860a40635978023317a06f27a3b28752fa537f1a1
-DIST ffmpeg-kodi-4.0-Leia-Alpha-1.tar.gz 12414245 BLAKE2B 
fdb571eea02e08ecf372c0dbbf0352885d84929a6d276aad7dc75df9abef6d9ee3e53f7d2eb462bcbc66525bd229be6ee31074f065e2580130c449b12a33ce72
 SHA512 
026fbf0c18477432eda1e44bd0b9ffe3901bd0557de2205fe80725e4e813b53104825af749d65bc5673e8e23f0d53cd1eee8f79b1d5aab79f267dd92b263594d
+DIST ffmpeg-kodi-4.0.1-Leia-Alpha3-1.tar.gz 12417851 BLAKE2B 
5275ca29c926c42f0597d9cc4847d597aca0c1ca3efbf3f64d97bde8040386187fbeab5a482179af85977aa72bfd495aa4ea40a34264e2cf29ace3f281da85ca
 SHA512 
f22dd1bb177c218ed049697f3483bfa19a88d36e99d9bdb6ae423c7ea3b9e8fc6e21827c17109bf4b6e7edee1016c3a24168ac2282da19c91a0f07c6c0af9d55
 DIST kodi-17.3-generated-addons.tar.xz 57548 BLAKE2B 
794c20a2e494d02ee21260080ea4363953a44f424113ef92aaa2aa6e55a1ce51ce9fb84dee4acd10a3bf18af53c22e198a785ddcaf900f31f79b3a272bec08e9
 SHA512 
56d1912f5e24d3fcda3010783a5b32728ece9c81c718ac6f8db2cbbd096059fe97b8d1971b34bbde1216558a8e5db874f7b2179e1f18942774ae5486167bca9a
 DIST kodi-17.3.tar.gz 58466114 BLAKE2B 
5f72f264c139a618802a735f93ecf78ad56bc2b021a8b2e060c32f777fee7ef405544a46cde61951fbfbf886b7f6c93b8b0df53731ec044f23b871f1777cb561
 SHA512 
832071c3e9f332281a767f29168f6d6d003a86b42df849e81d907c2280f81f959ae42a850eddc889ae2280bba6106de3355e701ff2d71c88ee14cb20c84e7987
 DIST kodi-17.5-generated-addons.tar.xz 57556 BLAKE2B 
d162146b5888a5731d4aaf05d45a45fc10fd4e077dde4d18e6a11bf2d5cff64d8b8ba0871da9b15a854f4e1807b0c4db44c4a83976e9240d77d174778cb49ae4
 SHA512 
c0458c9086ae3df7eb6a17ac9bfe33f1d2b4d9897bdb5831af8bbb01d927263e99ab1dd0f7eb7795dac04d757d04a8ad2346c8b29bfe1faf95b84218792bcb8e

diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild
index b7c96d71f19..554523916ae 100644
--- a/media-tv/kodi/kodi-.ebuild
+++ b/media-tv/kodi/kodi-.ebuild
@@ -12,9 +12,9 @@ inherit autotools cmake-utils eutils linux-info pax-utils 
python-single-r1
 LIBDVDCSS_VERSION="1.4.1-Leia-Alpha-1"
 LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-1"
 LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-1"
-FFMPEG_VERSION="4.0"
+FFMPEG_VERSION="4.0.1"
 CODENAME="Leia"
-FFMPEG_KODI_VERSION="Alpha-1"
+FFMPEG_KODI_VERSION="Alpha3-1"
 SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz



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

2018-06-28 Thread Zac Medico
commit: ba82d90e279725f635fdab7524c18177fdc3cd1e
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jun 28 19:19:05 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jun 28 19:19:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba82d90e

app-emulation/buildah: remove version 1.0

Closes: https://bugs.gentoo.org/658338
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-emulation/buildah/Manifest   |  1 -
 app-emulation/buildah/buildah-1.0.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index 609d9b7c884..a7372b56026 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -1,2 +1 @@
-DIST buildah-1.0.tar.gz 2865669 BLAKE2B 
7749ed00637fff9c2bcee63ef9e8985b3e6e2abff1c1f4787dc0730b9765576fac9173dd05cbc289aed3c0d20ff374a78976beb86c73adb221184415e4906a41
 SHA512 
17779e5bbc20fff6da607898620a8193e11ef13ddc033e7868776aab53a710e09428dca0450f11368d750bf7179fd4850ac3a8a445bd9537d987bd837853f4e5
 DIST buildah-1.1.tar.gz 4253820 BLAKE2B 
ae30a677a2f569d87da0ab85732078912598cf25f7b22ad25540f5d89797983a8549eef1bc8d151d4e0be078b97e024df145bb882bdd8443becb07774bfb5875
 SHA512 
9957590d7413436195307746682496616fd2350b832242f33fb4cb07c1144addae445eeff062f403d26a68329f1153468489032bc9bbcf870839c760a720ef95

diff --git a/app-emulation/buildah/buildah-1.0.ebuild 
b/app-emulation/buildah/buildah-1.0.ebuild
deleted file mode 100644
index baf50ef426d..000
--- a/app-emulation/buildah/buildah-1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit bash-completion-r1 golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="A tool that facilitates building OCI images"
-HOMEPAGE="https://github.com/projectatomic/buildah;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-EGO_PN="${HOMEPAGE#*//}"
-EGIT_COMMIT="v${PV}"
-GIT_COMMIT="1ab80bc"
-SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-RDEPEND="app-crypt/gpgme:=
-   app-emulation/skopeo
-   dev-libs/libgpg-error:=
-   dev-libs/libassuan:=
-   sys-fs/lvm2:=
-   sys-libs/libseccomp:="
-DEPEND="${RDEPEND}"
-RESTRICT="test"
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-src_prepare() {
-   default
-   sed -e 's|^\(GIT_COMMIT := \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
-}
-
-src_compile() {
-   GOPATH="${WORKDIR}/${P}" emake all
-}
-
-src_install() {
-   dodoc README.md
-   doman docs/*.1
-   dodoc -r docs/tutorials
-   dobin ${PN} imgtype
-   dobashcomp contrib/completions/bash/buildah
-}
-
-src_test() {
-   GOPATH="${WORKDIR}/${P}" emake test-unit
-}



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

2018-06-28 Thread Pacho Ramos
commit: 74fe9102ca62fd1c083e36527bc2b37cb596e2c9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 18:38:35 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:15:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fe9102

media-video/gaupol: Drop old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-video/gaupol/Manifest|  1 -
 media-video/gaupol/gaupol-1.3.1.ebuild | 60 --
 2 files changed, 61 deletions(-)

diff --git a/media-video/gaupol/Manifest b/media-video/gaupol/Manifest
index d6bc3ff9b65..8b60f1a0111 100644
--- a/media-video/gaupol/Manifest
+++ b/media-video/gaupol/Manifest
@@ -1,3 +1,2 @@
 DIST gaupol-0.91.tar.gz 518493 BLAKE2B 
76a01579c12084e5b7b25f9582126c33070a1df1ce230adfdea66d698830888065c8ea160da70e39550f02dc28f61d8c529aa50c2e75768ed7a2ff3e6165919f
 SHA512 
92459ec0a7d77c8e4a34f44489ae8fc01feeb2d34f6fd152c8bfeaf72b8235c680155698c55e7f9d46ce82bee8274b14313b6a43167f65f784511e583d4858fb
-DIST gaupol-1.3.1.tar.gz 506676 BLAKE2B 
b45816211878cc00cfc32b8653120fe10f8d2b9f43468ea600527ad855744e0dce26df00f0715d78661510d322bd531836e14ebbe7a7ff673abb3be45e5eff1b
 SHA512 
942c019f8943c888cd20c01ce3aa26d6d54a05ddfe4b5be37e35d41e9e24a5bc2cb995a768663c42933eb889f2167dc4408101d31c117c58d6f49d76abca52af
 DIST gaupol-1.4.tar.gz 524369 BLAKE2B 
6f27ce3328339fc2f6248bb58d80965a5a26fed220ddf9c989a5029b4322ea790f768cb9e0472bb2c5eae4e4da3abd4b0f808e785273ff9fb787ff5b7df5d137
 SHA512 
da9256dd8dafeaff012226a8ff09807c7cb7609c293bde7d90b05b4f75c47751e65181f1bf47dff1c8e979f48186996253141ff18e849786bf2cff5ed148

diff --git a/media-video/gaupol/gaupol-1.3.1.ebuild 
b/media-video/gaupol/gaupol-1.3.1.ebuild
deleted file mode 100644
index 0330c5cb2ed..000
--- a/media-video/gaupol/gaupol-1.3.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1 gnome2-utils virtualx xdg-utils
-
-DESCRIPTION="A subtitle editor for text-based subtitles"
-HOMEPAGE="https://otsaloma.io/gaupol/;
-SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="spell test"
-
-RDEPEND="app-text/iso-codes
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   x11-libs/gtk+:3[introspection]
-   spell? (
-   app-text/gtkspell:3
-   >=dev-python/pyenchant-1.4[${PYTHON_USEDEP}]
-   )"
-DEPEND="
-   sys-devel/gettext
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md )
-
-python_test() {
-   virtx py.test
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Previewing support needs MPV, MPlayer or VLC."
-
-   if use spell; then
-   elog "Additionally, spell-checking requires a 
dictionary, any of"
-   elog "Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or 
AppleSpell."
-   fi
-   fi
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



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

2018-06-28 Thread Pacho Ramos
commit: bac4fe9bb322fcab679f26aedd761ef85e859115
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:05:06 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac4fe9b

app-emulation/cloud-init: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-emulation/cloud-init/cloud-init-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/cloud-init/cloud-init-.ebuild 
b/app-emulation/cloud-init/cloud-init-.ebuild
index 20a2e5936f9..4072bd36f06 100644
--- a/app-emulation/cloud-init/cloud-init-.ebuild
+++ b/app-emulation/cloud-init/cloud-init-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 eutils git-r3 multilib systemd
 



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

2018-06-28 Thread Pacho Ramos
commit: de7a1f5bbba310bf478d66fa75b3498b7cde1b3d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:15:57 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:16:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7a1f5b

dev-python/pyzor: Stable (ALLARCHES), bug #658546

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/pyzor/pyzor-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild 
b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild
index d7ed333015c..24232019452 100644
--- a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild
+++ b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="${HOMEPAGE}/archive/release-${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 IUSE="doc gdbm gevent mysql pyzord redis test"
 



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

2018-06-28 Thread Pacho Ramos
commit: af7dc54dcc97303de8f61d472ba8e434d95145b2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 18:42:15 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:15:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7dc54d

dev-python/python-magic: MacOS module needed for tests, bug #659102

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/python-magic/python-magic-0.4.15.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/python-magic/python-magic-0.4.15.ebuild 
b/dev-python/python-magic/python-magic-0.4.15.ebuild
index 273194ce5e4..ce7526237ac 100644
--- a/dev-python/python-magic/python-magic-0.4.15.ebuild
+++ b/dev-python/python-magic/python-magic-0.4.15.ebuild
@@ -20,6 +20,9 @@ RDEPEND="sys-apps/file[-python]"
 DEPEND="${DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
 
+# Needs MacOS python module, bug #659102
+RESTRICT="test"
+
 python_test() {
esetup.py test
 }



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

2018-06-28 Thread Pacho Ramos
commit: 35a9333ca678d3c90dc95aed09a9d2ec377d8d94
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:02:17 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a9333c

dev-python/bokeh: Make repoman more happy

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild 
b/dev-python/bokeh/bokeh-0.12.6.ebuild
index df90b6f1979..ad25ef0ae41 100644
--- a/dev-python/bokeh/bokeh-0.12.6.ebuild
+++ b/dev-python/bokeh/bokeh-0.12.6.ebuild
@@ -69,7 +69,7 @@ python_test() {
 python_install_all() {
if use examples; then
insinto "/usr/share/doc/${PF}/examples/"
-   doins examples/* 
+   doins examples/*
fi
distutils-r1_python_install_all
 }



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

2018-06-28 Thread Pacho Ramos
commit: 5677cf5377b20c0f417b1dc9367d8b9d22ac7d67
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 18:48:50 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:15:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5677cf53

dev-libs/xapian-bindings: Fix install (#625592) and deps (#634738)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
index e8660201f73..ae965e300f7 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
@@ -29,7 +29,7 @@ REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
python? ( ${PYTHON_REQUIRED_USE} )
ruby? ( || ( $(ruby_get_use_targets) ) )"
 
-COMMONDEPEND="dev-libs/xapian:0/30
+COMMONDEPEND=">=dev-libs/xapian-1.4.5:0/30
lua? ( dev-lang/lua:= )
perl? ( dev-lang/perl:= )
python? (
@@ -275,7 +275,7 @@ src_install() {
fi
 
if use java; then
-   java-pkg_dojar java/built/xapian_jni.jar
+   java-pkg_dojar java/built/xapian.jar
# TODO: make the build system not install this...
java-pkg_doso java/.libs/libxapian_jni.so
rm -rf "${D}var" || die "could not remove java cruft!"



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

2018-06-28 Thread Pacho Ramos
commit: 19b78a4dbe56b69f70faab6f46d122b37f8fa5e2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:14:28 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:18:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b78a4d

mask net-misc/whatportis for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2fa17fb1fde..cc64879e0de 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos  (28 Jun 2018)
+# Doesn't work at all (#645388). Removal in a month
+net-misc/whatportis
+
 # Pacho Ramos  (28 Jun 2018)
 # Doesn't work, dead since 2005, bug #658984. Removal in a month.
 dev-python/pyrtf



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

2018-06-28 Thread Pacho Ramos
commit: f349b63c770c264b3d20cb88c36a7f968a9da944
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:01:52 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f349b63c

dev-python/bokeh: Fix examples installation (#659438)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/bokeh/bokeh-0.12.6.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild 
b/dev-python/bokeh/bokeh-0.12.6.ebuild
index 4e2f6972548..df90b6f1979 100644
--- a/dev-python/bokeh/bokeh-0.12.6.ebuild
+++ b/dev-python/bokeh/bokeh-0.12.6.ebuild
@@ -67,6 +67,9 @@ python_test() {
 }
 
 python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}/examples/"
+   doins examples/* 
+   fi
distutils-r1_python_install_all
 }



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

2018-06-28 Thread Pacho Ramos
commit: 7d3fee9871ce7bd36f1ed63202637a13c77e3434
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:08:16 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3fee98

dev-python/id3-py: Doesn't work with python3 (#658954)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/dev-python/id3-py/id3-py-1.2-r1.ebuild 
b/dev-python/id3-py/id3-py-1.2-r1.ebuild
index b6ba3171d39..1266113af47 100644
--- a/dev-python/id3-py/id3-py-1.2-r1.ebuild
+++ b/dev-python/id3-py/id3-py-1.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



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

2018-06-28 Thread Pacho Ramos
commit: e7188656c6b7fa4674513f1fe441c16db8518d3e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 18:38:04 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:15:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7188656

media-video/gaupol: pyenchant needed for tests (#659172)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-video/gaupol/gaupol-1.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/gaupol/gaupol-1.4.ebuild 
b/media-video/gaupol/gaupol-1.4.ebuild
index ce0260f03d8..f1239186beb 100644
--- a/media-video/gaupol/gaupol-1.4.ebuild
+++ b/media-video/gaupol/gaupol-1.4.ebuild
@@ -28,6 +28,7 @@ DEPEND="
sys-devel/gettext
test? (
${RDEPEND}
+   dev-python/pyenchant[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)



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

2018-06-28 Thread Pacho Ramos
commit: e3535f57d6199cd75e561ebc2cef7680fd6ef5ec
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:11:31 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3535f57

mask dev-python/pyrtf for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 57494c45063..2fa17fb1fde 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos  (28 Jun 2018)
+# Doesn't work, dead since 2005, bug #658984. Removal in a month.
+dev-python/pyrtf
+
 # Pacho Ramos  (28 Jun 2018)
 # Cannot be imported, bug #659410. Removal in a month.
 app-misc/jira-cli



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

2018-06-28 Thread Pacho Ramos
commit: bc5f4570ffcc1ac6381a360a39043e4fd1344ad5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:03:39 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f4570

dev-python/bpython: Restrict tests (#659110)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/bpython/bpython-0.17.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/bpython/bpython-0.17.1.ebuild 
b/dev-python/bpython/bpython-0.17.1.ebuild
index 5c37145681c..23becd4d81d 100644
--- a/dev-python/bpython/bpython-0.17.1.ebuild
+++ b/dev-python/bpython/bpython-0.17.1.ebuild
@@ -36,6 +36,8 @@ DOCS=( AUTHORS CHANGELOG sample.theme light.theme )
 # Req'd for clean build by each impl
 DISTUTILS_IN_SOURCE_BUILD=1
 
+RESTRICT="test" #659110
+
 python_compile_all() {
if use doc; then
sphinx-build -b html -c doc/sphinx/source/ \



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

2018-06-28 Thread Pacho Ramos
commit: bf230e0f57401e00969d6d963fec6c284c194abc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:07:12 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf230e0f

dev-python/django-tables2: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/django-tables2/django-tables2-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-tables2/django-tables2-1.1.2.ebuild 
b/dev-python/django-tables2/django-tables2-1.1.2.ebuild
index a83ada72455..ccd9b282854 100644
--- a/dev-python/django-tables2/django-tables2-1.1.2.ebuild
+++ b/dev-python/django-tables2/django-tables2-1.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



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

2018-06-28 Thread Pacho Ramos
commit: 82fa72eee83c3fc3a264382e22730adb5e0cf32b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:13:16 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fa72ee

dev-python/sleekxmpp: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild 
b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild
index a0d4b80e6e2..192fe2a5145 100644
--- a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild
+++ b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit eutils distutils-r1
 



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

2018-06-28 Thread Pacho Ramos
commit: 4a94712a69fd8e6771135fe46b4b84555024fb88
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:09:17 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a94712a

dev-python/jpype: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/dev-python/jpype/jpype-0.6.3.ebuild 
b/dev-python/jpype/jpype-0.6.3.ebuild
index 4b7d9123cd1..1200d253b83 100644
--- a/dev-python/jpype/jpype-0.6.3.ebuild
+++ b/dev-python/jpype/jpype-0.6.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit java-pkg-2 distutils-r1
 



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

2018-06-28 Thread Pacho Ramos
commit: 6416feb8ff5e057dde682795319195b8320370e6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 19:17:37 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6416feb8

PP

 dev-python/bokeh/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/bokeh/Manifest b/dev-python/bokeh/Manifest
index a348e65e21e..864f7a9d706 100644
--- a/dev-python/bokeh/Manifest
+++ b/dev-python/bokeh/Manifest
@@ -1,3 +1,2 @@
 DIST bokeh-0.11.1.tar.gz 3383140 BLAKE2B 
68a368d7817e4066378018e6283177d5b8cc7e8328a9d2db0b678514016fd54c3d6c7d837e4df0ab0668539fe403a036cb660ea475aded6bbc685a138dffc087
 SHA512 
18cfee85698f1ba548c34fb223dc57e36584951064e65fac83cb8388b129914a8f67970a133ef2d1a67c06e50cbfb565a27d33dc9c90f5027a1739d400894706
-DIST bokeh-0.12.4.tar.gz 5584657 BLAKE2B 
21cd2aefcb4fa80a979fc6144ced679fe26f830769a5d8a3768ba9847ff247a1d8e4ec42ea84823211af04aafcd2672c083e64995fbba46f31cc0842e8cfe051
 SHA512 
bab043278cf580a7d6df9749d7ceca763fc77849de37a8ea7e5a674714a5e49c240ea41ec964fd00cb6d71901fd349f10ee732df5dc5a853e0a2ea8a9c97b1ef
 DIST bokeh-0.12.6.tar.gz 13720124 BLAKE2B 
e8fc1c42b530622bf6de8e13e81ae45e6d47985cef1ed81a2e32bfaef2a246a09c25210728cf434da6d4a0ef8f47ade1be5ee9e9318cc0a071bff36b317069a1
 SHA512 
7a293169521b690bb2cdcefe3667f869e75f2b718d6122af63201e2fb2e530eba931b3fa2ee3474a8ead758039cbb7d756acc0349e2f0820d72a4f754b9301b2



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

2018-06-28 Thread Pacho Ramos
commit: eaf5138fbc0f8a1cd9dae3ffa4d9caeab23de91b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 18:53:31 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:15:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf5138f

dev-python/paho-mqtt: Drop old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/paho-mqtt/Manifest   |  1 -
 dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest
index a5c201165cb..6897f7cabd5 100644
--- a/dev-python/paho-mqtt/Manifest
+++ b/dev-python/paho-mqtt/Manifest
@@ -1,3 +1,2 @@
 DIST paho-mqtt-1.1.zip 159529 BLAKE2B 
ca3a39628c9cab8c4f3606587a5c853e79535b37a92991ecc32903967952cc00f6a9b967af0d343c4619f3e46ace1330baebc7c2e9dc231673f51775e4e1de25
 SHA512 
ef6d1a29480671413dbb655bd8f668b99f8587c14589d2180a37142b368e0ce058f8ed967dbfaa82f239c86e295338bc35c9f28a3ea39d21a6034cd8787a63ce
-DIST paho-mqtt-1.2.3.tar.gz 91467 BLAKE2B 
d2f02d6a71498107d8f7c3ef95a9b15d011e16848aa6227c3d7301e4bc474857ea3824a5d1be80bfe0a0c919746e509eaf39ff755925a833ff27f7be24067f99
 SHA512 
3fb15dc856cbae8885a8a379cea8ceb583ef44954cb8743602fae3e9274d4d0222a87409f048f153180be930bb6e570329768297287a2f8e8c812af03a2c012e
 DIST paho-mqtt-1.3.1.tar.gz 102133 BLAKE2B 
905a51824d487cb125e06114bcba6b1ba862de4ab816db16aadb6ff761145fd4724dc6523a0c6837b8a16ced6730c5558612deb138bd95721f15054f5d6851a4
 SHA512 
95adeeaffbbd4b39d19fbd46feb39ec4a2ac923addd3c754a474b7a91d620bfca1678645c1a09c925e38a33995575944b873e3b2300d7bc2f3c5be3005c74d4c

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
deleted file mode 100644
index dde4d1c6b56..000
--- a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1"
-HOMEPAGE="https://www.eclipse.org/paho/clients/python/;
-SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/paho.mqtt.python-${PV}"
-
-python_prepare() {
-   sed -i -e "s/python/${EPYTHON}/" test/lib/Makefile || die
-}
-
-python_test() {
-   emake test
-}



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

2018-06-28 Thread Pacho Ramos
commit: 5056b0ee3a858eed736ef93ba16cc45dc2a8186c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 18:56:48 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:17:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5056b0ee

Mask app-misc/jira-cli for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index afd01439ee6..57494c45063 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos  (28 Jun 2018)
+# Cannot be imported, bug #659410. Removal in a month.
+app-misc/jira-cli
+
 # Andreas Sturmlechner  (26 Jun 2018)
 # Mask Qt4 for removal. Bug #631788
 =dev-qt/assistant-4.8.7



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

2018-06-28 Thread Pacho Ramos
commit: f2823d25e331cb1c775f68ab826d07d2202b84a0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 18:53:00 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 19:15:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2823d25

dev-python/paho-mqtt: Restrict tests (#659106)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
index 632d3eb126a..af2a6150bf5 100644
--- a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
+++ b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
@@ -25,6 +25,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 
 S="${WORKDIR}/paho.mqtt.python-${PV}"
 
+RESTRICT="test" #659106
+
 src_prepare() {
eapply "${FILESDIR}/${P}-strip-test-dependency.patch"
default



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/

2018-06-28 Thread Alfredo Tupone
commit: 536a1a486e0af135ec5c084250690e91d1674203
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Jun 28 19:06:20 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun 28 19:08:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536a1a48

dev-ada/gnatcoll-bindings: Remove ada manifests

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
index a51aea607b0..23c577d4818 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
@@ -18,20 +18,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018 gmp iconv python readline +shared
static-libs static-pic syslog"
-# gtk iconv postgres pygobject projects sqlite tools
 
 RDEPEND="python? ( ${PYTHON_DEPS} )
-   dev-ada/gnatcoll-core[gnat_2018,shared?,static-libs?,static-pic?]
-   dev-ada/libgpr[gnat_2018,shared?,static-libs?,static-pic?]
-   dev-ada/xmlada[gnat_2018,shared?,static-libs?,static-pic?]
-   dev-lang/gnat-gpl:7.3.1
+   dev-ada/gnatcoll-core[gnat_2016=,gnat_2017=,gnat_2018=]
+   dev-ada/gnatcoll-core[shared?,static-libs?,static-pic?]
gmp? ( dev-libs/gmp:* )"
-
 DEPEND="${RDEPEND}
-   dev-ada/gprbuild[gnat_2018]"
+   dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-   !gnat_2016 !gnat_2017 gnat_2018"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) !gnat_2016"
 
 S="${WORKDIR}"/${MYP}-src
 
@@ -74,5 +69,6 @@ src_install() {
done
fi
done
+   rm -r "${D}"/usr/share/gpr/manifests || die
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/

2018-06-28 Thread Alfredo Tupone
commit: daa58ae4a42d5209e63409be0da0439dcf50690a
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Jun 28 19:04:12 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun 28 19:08:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa58ae4

dev-ada/xmlada: Remove ada manifests

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/xmlada/xmlada-2018.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ada/xmlada/xmlada-2018.ebuild 
b/dev-ada/xmlada/xmlada-2018.ebuild
index a2e90457d20..637199afa29 100644
--- a/dev-ada/xmlada/xmlada-2018.ebuild
+++ b/dev-ada/xmlada/xmlada-2018.ebuild
@@ -76,4 +76,5 @@ src_install () {
einstalldocs
dodoc xmlada-roadmap.txt
rm "${D}"/usr/share/doc/${PN}/.buildinfo || die
+   rm -r "${D}"/usr/share/gpr/manifests || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/

2018-06-28 Thread Alfredo Tupone
commit: b479613011a9c82e0f4eb4e59d0a120ee12b8226
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Jun 28 19:05:48 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun 28 19:08:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4796130

dev-ada/gnatcoll-core: Remove ada manifests

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild 
b/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild
index ab64589fde3..3b34184becc 100644
--- a/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild
+++ b/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild
@@ -17,13 +17,13 @@ KEYWORDS="~amd64 ~x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018 +shared static-libs static-pic"
 
 RDEPEND="
-   dev-ada/libgpr[gnat_2017=,gnat_2017=,gnat_2018=]
+   dev-ada/libgpr[gnat_2016=,gnat_2017=,gnat_2018=]
dev-ada/libgpr[shared?,static-libs?,static-pic?]"
 DEPEND="${RDEPEND}
-   dev-ada/gprbuild[gnat_2017=,gnat_2017=,gnat_2018=]
+   dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]
!dev-ada/gnatcoll"
 
-REQUIRED_USE="!gnat_2016 || ( gnat_2017 gnat_2018 )"
+REQUIRED_USE="!gnat_2016"
 
 S="${WORKDIR}"/${MYP}-src
 
@@ -74,5 +74,6 @@ src_install() {
if use static-libs; then
emake install-static
fi
+   rm -r "${D}"/usr/share/gpr/manifests || die
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ada/libgpr/

2018-06-28 Thread Alfredo Tupone
commit: e02957a2751c923bfcba297042805d7ac7e6927c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Jun 28 19:04:53 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun 28 19:08:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02957a2

dev-ada/libgpr: Remove ada manifests

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/libgpr/libgpr-2018.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ada/libgpr/libgpr-2018.ebuild 
b/dev-ada/libgpr/libgpr-2018.ebuild
index a6da760541d..740fd1fbf76 100644
--- a/dev-ada/libgpr/libgpr-2018.ebuild
+++ b/dev-ada/libgpr/libgpr-2018.ebuild
@@ -63,5 +63,6 @@ src_install() {
emake DESTDIR="${D}" libgpr.install.${kind}
fi
done
+   rm -r "${D}"/usr/share/gpr/manifests || die
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-db/

2018-06-28 Thread Alfredo Tupone
commit: 9aec0ebe994e5c85774f4d3b192c0edc55ce41e1
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Jun 28 19:07:05 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun 28 19:08:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aec0ebe

dev-ada/gnatcoll-db: Remove ada manifests

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild 
b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
index 12f7b68cc79..d763ad185e2 100644
--- a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
+++ b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
@@ -18,19 +18,17 @@ KEYWORDS="~amd64 ~x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018 gnatcoll_db2ada gnatinspect postgres
+shared sql sqlite static-libs static-pic xref"
 
-RDEPEND="dev-lang/gnat-gpl:7.3.1
-   dev-ada/gnatcoll-core[gnat_2018,shared?,static-libs?,static-pic?]
-   dev-ada/libgpr[gnat_2018,shared?,static-libs?,static-pic?]
-   dev-ada/xmlada[gnat_2018,shared?,static-libs?,static-pic?]
+RDEPEND="dev-ada/gnatcoll-core[gnat_2016=,gnat_2017=,gnat_2018=]
+   dev-ada/gnatcoll-core[shared?,static-libs?,static-pic?]
sqlite? ( dev-db/sqlite:3 )
postgres? ( dev-db/postgresql:* )
xref? (

dev-ada/gnatcoll-bindings[iconv,shared?,static-libs?,static-pic?]
)"
 DEPEND="${RDEPEND}
-   dev-ada/gprbuild[gnat_2018]"
+   dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018]"
 
-REQUIRED_USE="!gnat_2016 !gnat_2017 gnat_2018
+REQUIRED_USE="!gnat_2016
sqlite? ( sql )
xref? ( sqlite )
gnatinspect? ( xref )
@@ -100,5 +98,6 @@ src_install() {
build $dir $lib ${dir}
fi
done
+   rm -r "${D}"/usr/share/gpr/manifests || die
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ada/aunit/

2018-06-28 Thread Alfredo Tupone
commit: 577dec7b7e0029a75cf4282a21d2dbecccb8d786
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Jun 28 19:07:34 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun 28 19:08:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577dec7b

dev-ada/aunit: Remove ada manifests

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/aunit/aunit-2018.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ada/aunit/aunit-2018.ebuild b/dev-ada/aunit/aunit-2018.ebuild
index 5b752cd212b..95e27b8d0b2 100644
--- a/dev-ada/aunit/aunit-2018.ebuild
+++ b/dev-ada/aunit/aunit-2018.ebuild
@@ -40,4 +40,5 @@ src_install() {
rmdir "${D}"usr/share/doc/${PN} || die
mv "${D}"usr/share/examples/${PN} "${D}"usr/share/doc/${PF}/examples || 
die
rmdir "${D}"usr/share/examples || die
+   rm -r "${D}"/usr/share/gpr/manifests || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/, app-arch/p7zip/files/

2018-06-28 Thread Matt Thode
commit: 2b160b9fd86e68ee72f39ce96db2e0c7de72e5f7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun 28 19:06:34 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jun 28 19:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b160b9f

app-arch/p7zip: add fix for CVE-2018-10115

Bug: https://bugs.gentoo.org/655270
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-arch/p7zip/files/CVE-2018-10115.patch | 311 ++
 app-arch/p7zip/p7zip-16.02-r4.ebuild  | 165 
 2 files changed, 476 insertions(+)

diff --git a/app-arch/p7zip/files/CVE-2018-10115.patch 
b/app-arch/p7zip/files/CVE-2018-10115.patch
new file mode 100644
index 000..7d9c4bf81f0
--- /dev/null
+++ b/app-arch/p7zip/files/CVE-2018-10115.patch
@@ -0,0 +1,311 @@
+From: Robert Luberda 
+Date: Tue, 29 May 2018 23:59:09 +0200
+Subject: Fix CVE-2018-10115
+
+Apply "patch" taken from https://landave.io/files/patch_7zip_CVE-2018-10115.txt
+
+
+Bugs-Debian: https://bugs.debian.org/897674
+---
+ CPP/7zip/Compress/Rar1Decoder.cpp | 16 +++-
+ CPP/7zip/Compress/Rar1Decoder.h   |  3 ++-
+ CPP/7zip/Compress/Rar2Decoder.cpp | 17 +
+ CPP/7zip/Compress/Rar2Decoder.h   |  3 ++-
+ CPP/7zip/Compress/Rar3Decoder.cpp | 19 +++
+ CPP/7zip/Compress/Rar3Decoder.h   |  3 ++-
+ CPP/7zip/Compress/Rar5Decoder.cpp |  8 
+ CPP/7zip/Compress/Rar5Decoder.h   |  1 +
+ 8 files changed, 54 insertions(+), 16 deletions(-)
+
+diff --git a/CPP/7zip/Compress/Rar1Decoder.cpp 
b/CPP/7zip/Compress/Rar1Decoder.cpp
+index 68030c7..8c890c8 100644
+--- a/CPP/7zip/Compress/Rar1Decoder.cpp
 b/CPP/7zip/Compress/Rar1Decoder.cpp
+@@ -29,7 +29,7 @@ public:
+ };
+ */
+ 
+-CDecoder::CDecoder(): m_IsSolid(false), _errorMode(false) { }
++CDecoder::CDecoder(): _isSolid(false), _solidAllowed(false), 
_errorMode(false) { }
+ 
+ void CDecoder::InitStructures()
+ {
+@@ -345,7 +345,7 @@ void CDecoder::GetFlagsBuf()
+ 
+ void CDecoder::InitData()
+ {
+-  if (!m_IsSolid)
++  if (!_isSolid)
+   {
+ AvrPlcB = AvrLn1 = AvrLn2 = AvrLn3 = NumHuf = Buf60 = 0;
+ AvrPlc = 0x3500;
+@@ -391,6 +391,11 @@ HRESULT CDecoder::CodeReal(ISequentialInStream *inStream, 
ISequentialOutStream *
+   if (inSize == NULL || outSize == NULL)
+ return E_INVALIDARG;
+ 
++  if (_isSolid && !_solidAllowed)
++return S_FALSE;
++
++  _solidAllowed = false;
++
+   if (!m_OutWindowStream.Create(kHistorySize))
+ return E_OUTOFMEMORY;
+   if (!m_InBitStream.Create(1 << 20))
+@@ -398,13 +403,13 @@ HRESULT CDecoder::CodeReal(ISequentialInStream 
*inStream, ISequentialOutStream *
+ 
+   m_UnpackSize = (Int64)*outSize;
+   m_OutWindowStream.SetStream(outStream);
+-  m_OutWindowStream.Init(m_IsSolid);
++  m_OutWindowStream.Init(_isSolid);
+   m_InBitStream.SetStream(inStream);
+   m_InBitStream.Init();
+ 
+   // CCoderReleaser coderReleaser(this);
+   InitData();
+-  if (!m_IsSolid)
++  if (!_isSolid)
+   {
+ _errorMode = false;
+ InitStructures();
+@@ -475,6 +480,7 @@ HRESULT CDecoder::CodeReal(ISequentialInStream *inStream, 
ISequentialOutStream *
+   }
+   if (m_UnpackSize < 0)
+ return S_FALSE;
++  _solidAllowed = true;
+   return m_OutWindowStream.Flush();
+ }
+ 
+@@ -491,7 +497,7 @@ STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte 
*data, UInt32 size)
+ {
+   if (size < 1)
+ return E_INVALIDARG;
+-  m_IsSolid = ((data[0] & 1) != 0);
++  _isSolid = ((data[0] & 1) != 0);
+   return S_OK;
+ }
+ 
+diff --git a/CPP/7zip/Compress/Rar1Decoder.h b/CPP/7zip/Compress/Rar1Decoder.h
+index 01b606b..8abb3a3 100644
+--- a/CPP/7zip/Compress/Rar1Decoder.h
 b/CPP/7zip/Compress/Rar1Decoder.h
+@@ -38,7 +38,8 @@ public:
+   UInt32 LastLength;
+ 
+   Int64 m_UnpackSize;
+-  bool m_IsSolid;
++  bool _isSolid;
++  bool _solidAllowed;
+   bool _errorMode;
+ 
+   UInt32 ReadBits(int numBits);
+diff --git a/CPP/7zip/Compress/Rar2Decoder.cpp 
b/CPP/7zip/Compress/Rar2Decoder.cpp
+index 0580c8d..be8d842 100644
+--- a/CPP/7zip/Compress/Rar2Decoder.cpp
 b/CPP/7zip/Compress/Rar2Decoder.cpp
+@@ -80,7 +80,8 @@ static const UInt32 kHistorySize = 1 << 20;
+ static const UInt32 kWindowReservSize = (1 << 22) + 256;
+ 
+ CDecoder::CDecoder():
+-  m_IsSolid(false),
++  _isSolid(false),
++  _solidAllowed(false),
+   m_TablesOK(false)
+ {
+ }
+@@ -320,6 +321,10 @@ HRESULT CDecoder::CodeReal(ISequentialInStream *inStream, 
ISequentialOutStream *
+   if (inSize == NULL || outSize == NULL)
+ return E_INVALIDARG;
+ 
++  if (_isSolid && !_solidAllowed)
++return S_FALSE;
++  _solidAllowed = false;
++
+   if (!m_OutWindowStream.Create(kHistorySize))
+ return E_OUTOFMEMORY;
+   if (!m_InBitStream.Create(1 << 20))
+@@ -330,12 +335,12 @@ HRESULT CDecoder::CodeReal(ISequentialInStream 
*inStream, ISequentialOutStream *
+   UInt64 pos = 0, unPackSize = *outSize;
+   
+   m_OutWindowStream.SetStream(outStream);
+-  m_OutWindowStream.Init(m_IsSolid);
++  

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

2018-06-28 Thread Andreas Sturmlechner
commit: bce85c76b133fa7985fd146130047d6d1079daf5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 28 19:05:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 28 19:05:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce85c76

net-libs/libproxy: Drop nonexistent kde-apps/kreadconfig:4

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-libs/libproxy/libproxy-0.4.13-r2.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-libs/libproxy/libproxy-0.4.13-r2.ebuild 
b/net-libs/libproxy/libproxy-0.4.13-r2.ebuild
index d5e475e1e5c..5fa2ed8c02f 100644
--- a/net-libs/libproxy/libproxy-0.4.13-r2.ebuild
+++ b/net-libs/libproxy/libproxy-0.4.13-r2.ebuild
@@ -32,10 +32,7 @@ DEPEND="${CDEPEND}
virtual/pkgconfig:0[${MULTILIB_USEDEP}]
 "
 RDEPEND="${CDEPEND}
-   kde? ( || (
-   kde-frameworks/kconfig:5
-   kde-apps/kreadconfig:4
-   ) )
+   kde? ( kde-frameworks/kconfig:5 )
 "
 # avoid dependency loop, bug #467696
 PDEPEND="networkmanager? ( net-misc/networkmanager )"



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

2018-06-28 Thread Sergei Trofimovich
commit: cc100e7c20dba2f61ed311068b9020b0f8c3e2e0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 28 16:15:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 28 18:53:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc100e7c

dev-python/pysendfile: keyworded 2.0.1 for sparc, bug #659248

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index 33e3ad6c105..96001055c20 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A python interface to sendfile(2) system call"
 HOMEPAGE="https://github.com/giampaolo/pysendfile;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ia64 x86"
+KEYWORDS="amd64 ~arm ia64 ~sparc x86"
 IUSE=""
 LICENSE="MIT"
 SLOT="0"



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

2018-06-28 Thread Sergei Trofimovich
commit: 2d8ebb5e10fca05c61ff6d5c5650da0af69eef0c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 28 16:16:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 28 18:53:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8ebb5e

sys-libs/zlib: stable 1.2.11-r2 for sparc

Bug: https://bugs.gentoo.org/659416
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 sys-libs/zlib/zlib-1.2.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.2.11-r2.ebuild 
b/sys-libs/zlib/zlib-1.2.11-r2.ebuild
index 830f9440207..58402b9ac93 100644
--- a/sys-libs/zlib/zlib-1.2.11-r2.ebuild
+++ b/sys-libs/zlib/zlib-1.2.11-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://zlib.net/${P}.tar.gz
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="minizip static-libs"
 
 DEPEND="minizip? ( ${AUTOTOOLS_DEPEND} )"



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

2018-06-28 Thread Sergei Trofimovich
commit: 08f2f662acb647657fb1bfc5cea81f3d266f4ddc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 28 16:14:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 28 18:53:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f2f662

net-analyzer/netperf: stable 2.7.0-r2 for sparc

Bug: https://bugs.gentoo.org/659286
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild 
b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index 3e069d145e2..5d78d14f20a 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
 
 DESCRIPTION="Network performance benchmark"
 SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2;
-KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
 
 HOMEPAGE="http://www.netperf.org/;
 LICENSE="netperf"



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

2018-06-28 Thread Sergei Trofimovich
commit: 20c7852bc1c01fc1a4ae0ff8c6ccd03cd71ca7f1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 28 16:15:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 28 18:53:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c7852b

dev-python/psutil: keyworded 5.4.3 for sparc, bug #659248

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

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



[gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/files/, x11-libs/qwt/, profiles/

2018-06-28 Thread Andreas Sturmlechner
commit: 34cbddba12337afd34a28890034439748c436444
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 28 18:41:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 28 18:46:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cbddba

x11-libs/qwt: Drop Qt4-based slot 5

Closes: https://bugs.gentoo.org/655382
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 profiles/package.mask |   1 -
 x11-libs/qwt/Manifest |   1 -
 x11-libs/qwt/files/qwt-5.2.3-install_qt.patch |  28 ---
 x11-libs/qwt/qwt-5.2.3-r2.ebuild  | 101 --
 4 files changed, 131 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9e72cce8fda..afd01439ee6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -60,7 +60,6 @@ app-eselect/eselect-qtgraphicssystem
  (26 Jun 2018)
 # Depends on dead Qt4. Masked for removal. Bugs #644364, #644368, #644362

diff --git a/x11-libs/qwt/Manifest b/x11-libs/qwt/Manifest
index e1795ac93e0..9486803efab 100644
--- a/x11-libs/qwt/Manifest
+++ b/x11-libs/qwt/Manifest
@@ -1,2 +1 @@
-DIST qwt-5.2.3.tar.bz2 1983725 BLAKE2B 
24c9d5c9b660ec082266a02da59b89ec0f8f4eea085fa83a3d773a18e452f0be6845d9584d9ddb0e51aa9a2e4f7fe0980a236d36b6930abbbfa7f6b0f9d8e1a9
 SHA512 
60545712790699b145a54baba4c40802d9a58bf5f68f997faed5027db6773a801097be8675e00b2af1de568e36e2e498db0a0310ac4877fd9f2b52871409dd49
 DIST qwt-6.1.3.tar.bz2 4245614 BLAKE2B 
5461602702eb159c5c9131eb554d6a619f40c459432c3f32f98b55e4b659d37848fbc0691baeaf691155bae83f68b9c91d3fee430935dd0c1b29e6fceac7a36f
 SHA512 
d4a73e9e7ddcb7c16c508920a298784935be2eddc8f7585993d9fffe1bb01e1787a0d5d7ea4f220398b94ea2b211a19009dccaeadce56a84410357124bcb051a

diff --git a/x11-libs/qwt/files/qwt-5.2.3-install_qt.patch 
b/x11-libs/qwt/files/qwt-5.2.3-install_qt.patch
deleted file mode 100644
index 48e9385811f..000
--- a/x11-libs/qwt/files/qwt-5.2.3-install_qt.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -up qwt-5.2.2/designer/designer.pro.install_qt 
qwt-5.2.2/designer/designer.pro
 qwt-5.2.2/designer/designer.pro.install_qt 2011-08-01 04:28:22.0 
-0500
-+++ qwt-5.2.2/designer/designer.pro2012-08-14 11:11:22.569229749 -0500
-@@ -36,6 +37,7 @@ contains(CONFIG, QwtDesigner) {
- else {
- SUFFIX_STR = $${RELEASE_SUFFIX}
- }
-+LIBNAME = qwt$${SUFFIX_STR}
- }
- 
- TEMPLATE= lib
-@@ -45,7 +47,6 @@ contains(CONFIG, QwtDesigner) {
- INCLUDEPATH+= $${QWT_ROOT}/src 
- DEPENDPATH += $${QWT_ROOT}/src 
- 
--LIBNAME = qwt$${SUFFIX_STR}
- contains(CONFIG, QwtDll) {
- win32 {
- DEFINES += QT_DLL QWT_DLL
-@@ -103,7 +104,7 @@ contains(CONFIG, QwtDesigner) {
- 
- # Qt 4
- 
--TARGET= qwt_designer_plugin$${SUFFIX_STR}
-+TARGET= qwt5_designer_plugin$${SUFFIX_STR}
- CONFIG+= qt designer plugin 
- 
- RCC_DIR   = resources

diff --git a/x11-libs/qwt/qwt-5.2.3-r2.ebuild b/x11-libs/qwt/qwt-5.2.3-r2.ebuild
deleted file mode 100644
index 73b753b76ec..000
--- a/x11-libs/qwt/qwt-5.2.3-r2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multibuild qt4-r2
-
-DESCRIPTION="2D plotting library for Qt4"
-HOMEPAGE="http://qwt.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="qwt"
-KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-macos"
-SLOT="5"
-IUSE="doc examples static-libs svg"
-
-DEPEND="
-   dev-qt/designer:4
-   dev-qt/qtgui:4
-   doc? ( ! qwtconfig.pri <<-EOF
-   target.path = "${EPREFIX}/usr/$(get_libdir)"
-   headers.path = "${EPREFIX}/usr/include/qwt5"
-   doc.path = "${EPREFIX}/usr/share/doc/${PF}"
-   CONFIG += qt warn_on thread release
-   CONFIG += QwtPlot QwtWidgets QwtDesigner
-   VERSION = ${PV}
-   QWT_VERSION = ${PV/_*}
-   QWT_INSTALL_PLUGINS   = 
"${EPREFIX}/usr/$(get_libdir)/qt4/plugins/designer"
-   QWT_INSTALL_FEATURES  = 
"${EPREFIX}/usr/share/qt4/mkspecs/features"
-   EOF
-   sed -i -e 's/headers doc/headers/' src/src.pro || die
-   use svg && echo >> qwtconfig.pri "CONFIG += QwtSVGItem"
-
-   MULTIBUILD_VARIANTS=( )
-   use static-libs && MULTIBUILD_VARIANTS+=( static )
-   MULTIBUILD_VARIANTS+=( shared )
-
-   qt4-r2_src_prepare
-
-   preparation() {
-   cp -rf "${S}" "${BUILD_DIR}" || die
-   [[ ${MULTIBUILD_VARIANT} == shared ]] && \
-   echo "CONFIG += QwtDll" >> "${BUILD_DIR}"/qwtconfig.pri
-   }
-
-   multibuild_foreach_variant preparation
-}
-
-src_configure() {
-   multibuild_parallel_foreach_variant run_in_build_dir eqmake4 ${PN}.pro
-}
-

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

2018-06-28 Thread Andreas Sturmlechner
commit: 173b46182ec71ef2a555875c806d46a822f41c40
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 28 18:42:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 28 18:46:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173b4618

x11-libs/qwt: Drop 6.1.3-r1

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-libs/qwt/qwt-6.1.3-r1.ebuild | 213 ---
 1 file changed, 213 deletions(-)

diff --git a/x11-libs/qwt/qwt-6.1.3-r1.ebuild b/x11-libs/qwt/qwt-6.1.3-r1.ebuild
deleted file mode 100644
index dc89fab7124..000
--- a/x11-libs/qwt/qwt-6.1.3-r1.ebuild
+++ /dev/null
@@ -1,213 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multibuild qmake-utils
-
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="2D plotting library for Qt4 and Qt5"
-HOMEPAGE="http://qwt.sourceforge.net/;
-SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2"
-
-LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )"
-KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-SLOT="6/1.3"
-IUSE="designer doc examples mathml opengl qt4 qt5 static-libs svg"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-DEPEND="
-   opengl? ( virtual/opengl )
-   qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   designer? ( dev-qt/designer:4 )
-   opengl? ( dev-qt/qtopengl:4 )
-   svg? ( dev-qt/qtsvg:4 )
-   )
-   qt5? (
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   designer? ( dev-qt/designer:5 )
-   opengl? ( dev-qt/qtopengl:5 )
-   svg? ( dev-qt/qtsvg:5 )
-   )
-"
-RDEPEND="${DEPEND}
-   ! qwtconfig.pri <<-EOF
-   QWT_INSTALL_LIBS = "${EPREFIX}/usr/$(get_libdir)"
-   QWT_INSTALL_HEADERS = "${EPREFIX}/usr/include/qwt6"
-   QWT_INSTALL_DOCS = "${EPREFIX}/usr/share/doc/${PF}"
-   QWT_CONFIG += QwtPlot QwtWidgets QwtPkgConfig
-   VERSION = ${PV/_*}
-   QWT_VERSION = ${PV/_*}
-   EOF
-
-   use designer && echo "QWT_CONFIG += QwtDesigner" >> qwtconfig.pri
-   use mathml && echo "QWT_CONFIG += QwtMathML" >> qwtconfig.pri
-   use opengl && echo "QWT_CONFIG += QwtOpenGL" >> qwtconfig.pri
-   use svg && echo "QWT_CONFIG += QwtSvg" >> qwtconfig.pri
-
-   cat > qwtbuild.pri <<-EOF
-   QWT_CONFIG += qt warn_on thread release no_keywords
-   EOF
-
-   MULTIBUILD_VARIANTS=( )
-
-   if use qt4; then
-   use static-libs && MULTIBUILD_VARIANTS+=( qt4-static )
-   MULTIBUILD_VARIANTS+=( qt4-shared )
-   fi
-
-   if use qt5; then
-   use static-libs && MULTIBUILD_VARIANTS+=( qt5-static )
-   MULTIBUILD_VARIANTS+=( qt5-shared )
-   fi
-
-   multibuild_copy_sources
-
-   preparation() {
-   if [[ ${MULTIBUILD_VARIANT} == *-shared ]]; then
-   echo "QWT_CONFIG += QwtDll" >> qwtconfig.pri
-   fi
-
-   case "${MULTIBUILD_VARIANT}" in
-   qt4-*)
-   cat >> qwtconfig.pri <<-EOF
-   QWT_INSTALL_PLUGINS   = 
"${EPREFIX}$(qt4_get_plugindir)/designer"
-   QWT_INSTALL_FEATURES  = 
"${EPREFIX}$(qt4_get_mkspecsdir)/features"
-   EOF
-   sed \
-   -e 's/target doc/target/' \
-   -e "/^TARGET/s:(qwt):(qwt6-qt4):g" \
-   -e "/^TARGET/s:qwt):qwt6-qt4):g" \
-   -i src/src.pro || die
-
-   sed \
-   -e 
'/qwtAddLibrary/s:(qwt):(qwt6-qt4):g' \
-   -e '/qwtAddLibrary/s:qwt):qwt6-qt4):g' \
-   -i qwt.prf designer/designer.pro 
examples/examples.pri \
-   textengines/mathml/qwtmathml.prf 
textengines/textengines.pri || die
-
-   ;;
-   qt5-*)
-   cat >> qwtconfig.pri <<-EOF
-   QWT_INSTALL_PLUGINS   = 
"${EPREFIX}$(qt5_get_plugindir)/designer"
-   QWT_INSTALL_FEATURES  = 
"${EPREFIX}$(qt5_get_mkspecsdir)/features"
-   EOF
-   sed \
-   -e 's/target doc/target/' \
-   -e "/^TARGET/s:(qwt):(qwt6-qt5):g" \
-  

[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/, app-mobilephone/obexftp/files/

2018-06-28 Thread Andreas Sturmlechner
commit: 42d72cf66a5e77cd619cd0b16b22fc178520f75a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 28 18:12:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 28 18:45:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d72cf6

app-mobilephone/obexftp: 0.24.2 version/EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-mobilephone/obexftp/Manifest   |  1 +
 .../files/obexftp-0.24.2-parallel-build.patch  | 53 +
 app-mobilephone/obexftp/obexftp-0.24.2.ebuild  | 69 ++
 3 files changed, 123 insertions(+)

diff --git a/app-mobilephone/obexftp/Manifest b/app-mobilephone/obexftp/Manifest
index 210ebe9869a..393c440c6ca 100644
--- a/app-mobilephone/obexftp/Manifest
+++ b/app-mobilephone/obexftp/Manifest
@@ -1 +1,2 @@
 DIST obexftp-0.24-Source.tar.gz 88154 BLAKE2B 
6124a59e8e8af555256fb910b1efd3ae630e97e71559fa3d5e488e911251d98f3f4ba543cb88723f0bc561b4753afc9b613410da51d7d8695182cdfb9cbaf7ab
 SHA512 
785449665f5e9269d7bfd15f379bd8fbad321780292e56341e2089d6894255b7301fc23bb27a80e4e6f6317a130b658dedd307b7ece0fd31ef8f1a109c6f21b9
+DIST obexftp-0.24.2-Source.tar.gz 110291 BLAKE2B 
7de93f5f5a367481b22b49c7812357ab5f704830c83770378de13f9c4ffb5f114d48beafca193b52670563b397656ec185519a8d004eb1f9785787e8cc5caaff
 SHA512 
91a5d7e52c00bbaf24837384ceadc987a89297e672b246df1370bbd669fae05459281bc46bb60ba562607bfbead321926cdf11422059cd918819d80321e190c2

diff --git a/app-mobilephone/obexftp/files/obexftp-0.24.2-parallel-build.patch 
b/app-mobilephone/obexftp/files/obexftp-0.24.2-parallel-build.patch
new file mode 100644
index 000..78a8a742632
--- /dev/null
+++ b/app-mobilephone/obexftp/files/obexftp-0.24.2-parallel-build.patch
@@ -0,0 +1,53 @@
+diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
+index b5c84e4..63af134 100644
+--- a/apps/CMakeLists.txt
 b/apps/CMakeLists.txt
+@@ -5,14 +5,23 @@ add_definitions( -DVERSION="${obexftp_VERSION}" )
+ add_definitions ( -DHAVE_USB )
+ 
+ add_executable ( obexftp_app obexftp.c )
+-target_link_libraries ( obexftp_app obexftp )
++target_link_libraries ( obexftp_app
++  PRIVATE multicobex
++  PRIVATE bfb
++  obexftp
++)
+ set_target_properties ( obexftp_app PROPERTIES
+   OUTPUT_NAME obexftp
+ )
+ 
+ 
+ add_executable ( obexftpd_app obexftpd.c )
+-target_link_libraries ( obexftpd_app obexftp openobex )
++target_link_libraries ( obexftpd_app
++  PRIVATE multicobex
++  PRIVATE bfb
++  obexftp
++  openobex
++)
+ set_target_properties ( obexftpd_app PROPERTIES
+   OUTPUT_NAME obexftpd
+ )
+diff --git a/fuse/CMakeLists.txt b/fuse/CMakeLists.txt
+index 0c80d3d..ff5e3cd 100644
+--- a/fuse/CMakeLists.txt
 b/fuse/CMakeLists.txt
+@@ -13,6 +13,8 @@ if ( Fuse_FOUND )
+   )
+ 
+   target_link_libraries ( obexfs
++PRIVATE multicobex
++PRIVATE bfb
+ obexftp
+ ${Fuse_LIBRARIES}
+ ${EXPAT_LIBRARIES}
+@@ -23,6 +25,8 @@ if ( Fuse_FOUND )
+   )
+ 
+   target_link_libraries ( obexautofs
++PRIVATE multicobex
++PRIVATE bfb
+ obexftp
+ ${Fuse_LIBRARIES}
+   )
+

diff --git a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild 
b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
new file mode 100644
index 000..3527d255209
--- /dev/null
+++ b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+USE_RUBY="ruby23 ruby24 ruby25"
+
+inherit cmake-utils python-single-r1 ruby-single
+
+DESCRIPTION="File transfer over OBEX for mobile phones"
+HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp;
+SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
+SLOT="0"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+
+# bluetooth support is not really optional, bug #529068
+IUSE="perl python ruby tcl"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   >=dev-libs/openobex-1.7
+   net-wireless/bluez
+   perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( ${RUBY_DEPS} )
+   tcl? ( dev-lang/tcl:0= )
+"
+DEPEND="${RDEPEND}
+   perl? ( dev-lang/swig )
+   python? ( dev-lang/swig )
+   ruby? ( dev-lang/swig )
+   tcl? ( dev-lang/swig )
+   virtual/pkgconfig
+"
+
+S=${WORKDIR}/${P}-Source
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.23-gentoo.patch
+   "${FILESDIR}"/${PN}-0.24-config.patch
+   "${FILESDIR}"/${PN}-0.24-enable_bluetooth.patch
+   "${FILESDIR}"/${PN}-0.24-python_sitedir.patch
+   "${FILESDIR}"/${PN}-0.24-norpath.patch
+   "${FILESDIR}"/${P}-parallel-build.patch
+)
+
+src_configure() {
+# -DENABLE_BLUETOOTH=$(usex bluetooth)
+   local mycmakeargs=(
+   -DCMAKE_BUILD_TYPE=Release
+   -DCMAKE_SKIP_RPATH=ON
+   -DENABLE_PERL=$(usex perl)
+   -DENABLE_BLUETOOTH=yes
+   

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

2018-06-28 Thread Andreas Sturmlechner
commit: a6a7512493aa73ae930892707e63cfd0a4e08d72
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 28 18:02:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 28 18:45:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a75124

dev-libs/openobex: 1.7.2 version/EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/openobex/Manifest  |  1 +
 dev-libs/openobex/openobex-1.7.2.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/openobex/Manifest b/dev-libs/openobex/Manifest
index 0fb5fccbdba..6c3522997a4 100644
--- a/dev-libs/openobex/Manifest
+++ b/dev-libs/openobex/Manifest
@@ -1 +1,2 @@
 DIST openobex-1.7.1-Source.tar.gz 131091 BLAKE2B 
a30e96a89edeb2f07ab78b1e7eaa341de62b9ad15b0251eaac93300cbf21b073034c672eb753e9dfd44c678a99e4bf0b10cf5c1e5841565ab727c2e082d66d92
 SHA512 
df38b363bd4c6eb6c0181fc7858fb03ac2bdfa85d8496faaa514d5cc4473b33c883956d4e1c94c3fefa5e44e5eed35a8dfcab889ce6ca8c29694f2b18334754e
+DIST openobex-1.7.2-Source.tar.gz 127248 BLAKE2B 
c0405aef2f15f16e31641f4a60ac01da26c2a61a5114b8f3990f0fcf64bd55c730ff7aa5f524b450c1e6b5653b9616c0861686102594818ba3bdf2314a3c51ff
 SHA512 
22f1b0d99e7186da9fa12b510ef9dbb6f7d76777d58b235ab2f627703d07b6f6b0488cdc9c6d8c0ab7bc86d6d19117c55fff9273fed02736c0210f9b1788bf4d

diff --git a/dev-libs/openobex/openobex-1.7.2.ebuild 
b/dev-libs/openobex/openobex-1.7.2.ebuild
new file mode 100644
index 000..51f4b0d3d0a
--- /dev/null
+++ b/dev-libs/openobex/openobex-1.7.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils udev
+
+DESCRIPTION="Implementation of the OBEX protocol used for transferring data to 
mobile devices"
+HOMEPAGE="https://sourceforge.net/projects/openobex/;
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="bluetooth irda usb"
+
+RDEPEND="
+   bluetooth? ( net-wireless/bluez:= )
+   usb? ( virtual/libusb:= )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${P}-Source
+
+src_configure() {
+   local mycmakeargs=(
+   -DOPENOBEX_BLUETOOTH=$(usex bluetooth)
+   -DOPENOBEX_IRDA=$(usex irda)
+   -DOPENOBEX_USB=$(usex usb)
+   # TODO: enable them. patch would be appreciated.
+   -DBUILD_DOCUMENTATION=OFF
+
+   -DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)/rules.d"
+   )
+
+   cmake-utils_src_configure
+}



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

2018-06-28 Thread Pacho Ramos
commit: 8d11ba0a0801f6c46662e19f2c91000fe3875dad
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 28 18:34:26 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 28 18:35:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d11ba0a

dev-python/Kivy: Version bump (#655512)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/Kivy/Kivy-1.10.1.ebuild | 71 ++
 dev-python/Kivy/Manifest   |  1 +
 2 files changed, 72 insertions(+)

diff --git a/dev-python/Kivy/Kivy-1.10.1.ebuild 
b/dev-python/Kivy/Kivy-1.10.1.ebuild
new file mode 100644
index 000..56c72416555
--- /dev/null
+++ b/dev-python/Kivy/Kivy-1.10.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+DESCRIPTION="Library for rapid development of hardware-accelerated multitouch 
applications"
+HOMEPAGE="https://kivy.org/;
+SRC_URI="https://github.com/kivy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cairo camera doc examples garden gstreamer +sdl spell test"
+
+RDEPEND="
+   dev-python/pillow[${PYTHON_USEDEP}]
+   cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] )
+   camera? ( media-libs/opencv:0/2.4[$(python_gen_usedep 'python2_7')] )
+   garden? ( dev-python/kivy-garden[${PYTHON_USEDEP}] )
+   gstreamer? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] )
+   sdl? ( media-libs/libsdl2
+   media-libs/sdl2-ttf
+   media-libs/sdl2-image
+   media-libs/sdl2-mixer )
+   !sdl? ( dev-python/pygame[${PYTHON_USEDEP}] )
+   spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${P,,}"
+
+python_prepare_all() {
+#  sed -e '/data_files=/d' -i "${S}/setup.py" || die
+#  sed -e 's/PYTHON = python/PYTHON ?= python/' -i Makefile || die
+
+   export USE_SDL2=$(usex sdl 1 0)
+   export USE_GSTREAMER=$(usex gstreamer 1 0)
+   export KIVY_USE_SETUPTOOLS=1
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   esetup.py build_ext --inplace
+   esetup.py build
+}
+
+python_compile_all() {
+   use doc && emake html
+}
+
+python_test() {
+   emake test PYTHON="${PYTHON}"
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}/examples/${f}/"
+   doins "${S}/examples"/* "${S}/examples"/*/*
+   fi
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/Kivy/Manifest b/dev-python/Kivy/Manifest
index 658e6e8744c..2956c4e2c16 100644
--- a/dev-python/Kivy/Manifest
+++ b/dev-python/Kivy/Manifest
@@ -1,2 +1,3 @@
 DIST Kivy-1.10.0.tar.gz 24266702 BLAKE2B 
3f1dab7c69e322d5856d1772d0902eaf5d4598957df1573e0c617ca872afa446797266f1ecd4a99da81bc7dcc40a051294d96c11e51a7fe2c505224bf0edaa42
 SHA512 
8049c92407e464558ecff913ff076c1b8f125b85a35b9eba64af49b35df545402ec2bac907ee545265a368b8cdbb33e02d74429dce13c53dd6feac735ace9cb4
+DIST Kivy-1.10.1.tar.gz 24318169 BLAKE2B 
3032034717ad580af437eb280ad8474f057e1ab9f797edf3358db1073eda6e65ee8765862e39e77818debdf0a2a972ce3701b305ddfba307d9a8bfe2ce8edbc5
 SHA512 
2208e1a148dd1a7c507336419e7388de87d2ab340db055e09fce99837d50639e2e38f275e383503e5bdfc4b9d3def8176d758a80bf3455467604a4219c19d642
 DIST kivy-1.9.1.tar.gz 16363833 BLAKE2B 
1f81ab0688e9ddc617da5e7d56523568e396f010587c971285996ca5544367a4f63bb6493f279ea66f6606b2808394614c25a96e97018ef0ae1e70d74eb9cd7e
 SHA512 
1ae3ff3979a89e41c0af6493b7523835c1d01ee36fcd524f15d329b8fa875c6ca9bd25db3a844597fbc5370ff86b55ce177d3e66cc169223b02eb114c88c9989



[gentoo-commits] proj/openrc:master commit in: /

2018-06-28 Thread William Hubbs
commit: 02af762e83640ec23bf64c5b814f0d3424d90e10
Author: William Hubbs  gmail  com>
AuthorDate: Thu Jun 28 18:32:19 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jun 28 18:32:19 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=02af762e

version 0.39

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index d6fa4760..b090cc43 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.38
+VERSION=   0.39
 PKG=   ${NAME}-${VERSION}



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

2018-06-28 Thread Mart Raudsepp
commit: 409700a1e4a57b5bd9b87bf52bbf4b432e8180ec
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 28 18:24:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 28 18:32:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409700a1

dev-libs/glib: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/glib/Manifest |   1 -
 .../files/glib-2.50.3-fix-gdatetime-tests.patch|  52 
 dev-libs/glib/glib-2.50.3-r1.ebuild| 303 -
 3 files changed, 356 deletions(-)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index b840e13b7cd..d4cc80bc6fe 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,4 +1,3 @@
-DIST glib-2.50.3.tar.xz 7589284 BLAKE2B 
8648e5d9e8f4c943ca3ec5a5ec01f380f55f76555bf4ec731e211b33d0e23c29ea2a9323e2e839f35f89f292863df76d4e8c622fc44c0e5905eb904576618dbd
 SHA512 
ef35806c15170b6608445f255136c0bebd2d433adf903c2af2865f6a57b4f2fcfc1e4a7cea1a0dac48ff5fe26248fbf7886dba4a8d209506f0a94160df8fb7af
 DIST glib-2.52.3.tar.xz 7679972 BLAKE2B 
8d9f6b714571bd04ab9717fbf9ded8556664e43dcdb7dd59436b8b7f1a8a5cdf98e9ce60ca1ead941af1d57688044fefb6c749fa735084622a3482b058864ff6
 SHA512 
a068f2519cfb82de8d4b7f004e7c1f15e841cad4046430a83b02b359d011e0c4077cdff447a1687ed7c68f1a11b4cf66b9ed9fc23ab5f0c7c6be84eb0ddc3017
 DIST glib-2.54.3-patchset.tar.xz 39488 BLAKE2B 
0bebd1f8eadd1796c355dbad20739ec2428a5b67e363e6ea61e2bab1e672506c438c80c602e87ec7d221ad92ad5c52adf7b57fb13441835e41f1e1208c26c6db
 SHA512 
3d880c2681893da9267c8b2ba9a695eddbb1cef63f4ea26e052ce2f69e1e9d78eccdb27b235cbf0693ecd262bd70d020b24f82fc72ab11a4dbc2c929cfb72942
 DIST glib-2.54.3.tar.xz 7836536 BLAKE2B 
140e7cf09a41b72a5b22e5b87e9674cbfdfe1b82f3cf5f0fd3ecb2ed6b1f62a90f8b4c0bc2f655e297f91394f771f6ecad210357e31f104ee49ca178be6b9d76
 SHA512 
23eb4458684624f80c17aa784eab42a38eec87bb5979fcfe56f0bc63b5c7bcf8251a0d4ea916fe2c8109ff5b14a4b60c6260755d079ff984c0d8e6a2871d307d

diff --git a/dev-libs/glib/files/glib-2.50.3-fix-gdatetime-tests.patch 
b/dev-libs/glib/files/glib-2.50.3-fix-gdatetime-tests.patch
deleted file mode 100644
index 6c41c5cf7e5..000
--- a/dev-libs/glib/files/glib-2.50.3-fix-gdatetime-tests.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From ec02a1875f29ecb8e46c0d8c1403cd00a0b3a9e4 Mon Sep 17 00:00:00 2001
-From: Iain Lane 
-Date: Mon, 13 Mar 2017 16:52:11 +
-Subject: [PATCH] tests/gdatetime: Use a real rather than invented timezone
-
-The tzdata maintainers had previously invented abbreviations for
-timezones. As of their 2017a release, the one we were testing ("BRT")
-has been dropped.
-
-Switch to testing PST, which is a real timezone abbreviation.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=779799

- glib/tests/gdatetime.c | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c
-index dcb8a8f..c54031d 100644
 a/glib/tests/gdatetime.c
-+++ b/glib/tests/gdatetime.c
-@@ -635,22 +635,22 @@ test_GDateTime_new_full (void)
-   g_date_time_unref (dt);
- 
- #ifdef G_OS_UNIX
--  tz = g_time_zone_new ("America/Recife");
-+  tz = g_time_zone_new ("America/Tijuana");
- #elif defined G_OS_WIN32
--  tz = g_time_zone_new ("E. South America Standard Time");
-+  tz = g_time_zone_new ("Pacific Standard Time");
- #endif
--  dt = g_date_time_new (tz, 2010, 5, 24, 8, 4, 0);
-+  dt = g_date_time_new (tz, 2010, 11, 24, 8, 4, 0);
-   g_time_zone_unref (tz);
-   g_assert_cmpint (2010, ==, g_date_time_get_year (dt));
--  g_assert_cmpint (5, ==, g_date_time_get_month (dt));
-+  g_assert_cmpint (11, ==, g_date_time_get_month (dt));
-   g_assert_cmpint (24, ==, g_date_time_get_day_of_month (dt));
-   g_assert_cmpint (8, ==, g_date_time_get_hour (dt));
-   g_assert_cmpint (4, ==, g_date_time_get_minute (dt));
-   g_assert_cmpint (0, ==, g_date_time_get_second (dt));
- #ifdef G_OS_UNIX
--  g_assert_cmpstr ("BRT", ==, g_date_time_get_timezone_abbreviation (dt));
-+  g_assert_cmpstr ("PST", ==, g_date_time_get_timezone_abbreviation (dt));
- #elif defined G_OS_WIN32
--  g_assert_cmpstr ("E. South America Standard Time", ==,
-+  g_assert_cmpstr ("Pacific Standard Time", ==,
- g_date_time_get_timezone_abbreviation (dt));
- #endif
-   g_assert (!g_date_time_is_daylight_savings (dt));
--- 
-2.10.1
-

diff --git a/dev-libs/glib/glib-2.50.3-r1.ebuild 
b/dev-libs/glib/glib-2.50.3-r1.ebuild
deleted file mode 100644
index b7ab8d4b96b..000
--- a/dev-libs/glib/glib-2.50.3-r1.ebuild
+++ /dev/null
@@ -1,303 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Until bug #537330 glib is a reverse dependency of pkgconfig and, then
-# adding new dependencies end up making stage3 to grow. Every addition needs
-# then to be think very closely.
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-# Completely useless with or without USE static-libs, 

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

2018-06-28 Thread Mart Raudsepp
commit: da62485986f662c14654722b590d9e3b66631372
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 28 18:32:02 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 28 18:32:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da624859

x11-libs/vte: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-libs/vte/Manifest  |  1 -
 x11-libs/vte/vte-0.46.2.ebuild | 80 --
 2 files changed, 81 deletions(-)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index ed2b79c219d..cffcf243ce9 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,5 +1,4 @@
 DIST vte-0.28.2.tar.xz 962340 BLAKE2B 
1e4b5977962265be77917ccfc9118ed93232c03d7a16b6c08a27e721fe71f8c1dd1783a439530d7b3d915111cb8cc78281f1e9e351d6a83edd31f224309ca1e9
 SHA512 
d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
 DIST vte-0.36.5.tar.xz 1017504 BLAKE2B 
a7a94b389660f9bbf7aa8033e4a5e2cc96c39458e43960ad2ce785f2fbe1597c7156d090aab220e909ae31f8731d0d961686dce08aef0f270581c01de4bf19b0
 SHA512 
43f9211381238ca6cb7f49c8a9dd8f48f702e9968e038fa26ee69228c1fc86061d5dbfabb2c27f677280e89ae9080f20594f3c27481246e3f91dd5f3ea0354f6
-DIST vte-0.46.2.tar.xz 989756 BLAKE2B 
5b62ca5425604301f748a214610e2e6e2431f9ad9d21b0867e8d8e34910f1b6c4b77029b57b8255dbd04c6e960aaa2583a2ec670f4683b2331290f22ea957454
 SHA512 
abcf94752094314b01eb14156e894bedb24f959d4faf84bb070b34eb2745f01d029859ef959ddf1475776605a1721e4d011ae7ad57fc4937d8bfcbecc8b0cf61
 DIST vte-0.48.4-command-notify.patch.xz 5500 BLAKE2B 
88b655403d2bef034604a283b173fece305af35f51b20f9d4811b33265b5a6eb83441e0b978539de501d118a8431c4a9a9a69a111a03c45adc87763b15b09fd2
 SHA512 
b8ba202aedb5d821962a7cdc89e6ef8ac8a3480dd7681bf8ce708ce511598f3335ba153750d40cb06e9a2c5bab5888b3daef9096458c2889d94028feaa394575
 DIST vte-0.48.4.tar.xz 1008296 BLAKE2B 
9f946d6909d38896ec80db2a02666d809155997b27109724fb318d28200220f1514fb23e4cdc90263a756914b5db442c947578c8854a535cb960a06f7bc03a77
 SHA512 
4b75bd881e58b5043bc44e391ef3a826a2c25d0f1bb5ffb890367e11a60b1bcbce091575ede6972a89ae043b39c51897f91fca1faf6872664d602e503d8020fc

diff --git a/x11-libs/vte/vte-0.46.2.ebuild b/x11-libs/vte/vte-0.46.2.ebuild
deleted file mode 100644
index a9cad9a2bd1..000
--- a/x11-libs/vte/vte-0.46.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.24"
-
-inherit eutils gnome2 vala
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE;
-
-LICENSE="LGPL-2+"
-SLOT="2.91"
-IUSE="+crypt debug glade +introspection vala"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=dev-libs/libpcre2-10.21
-   >=x11-libs/gtk+-3.8:3[introspection?]
-   >=x11-libs/pango-1.22.0
-
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-
-   crypt?  ( >=net-libs/gnutls-3.2.7 )
-   glade? ( >=dev-util/glade-3.9:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-
-   vala? ( $(vala_depend) )
-"
-RDEPEND="${RDEPEND}
-   !x11-libs/vte:2.90[glade]
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-
-   # build fails because of -Werror with gcc-5.x
-   sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf=""
-
-   if [[ ${CHOST} == *-interix* ]]; then
-   myconf="${myconf} --disable-Bsymbolic"
-
-   # interix stropts.h is empty...
-   export ac_cv_header_stropts_h=no
-   fi
-
-   # Python bindings are via gobject-introspection
-   # Ex: from gi.repository import Vte
-   gnome2_src_configure \
-   --disable-test-application \
-   --disable-static \
-   $(use_enable debug) \
-   $(use_enable glade glade-catalogue) \
-   $(use_with crypt gnutls) \
-   $(use_enable introspection) \
-   $(use_enable vala) \
-   ${myconf}
-}
-
-src_install() {
-   gnome2_src_install
-   mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
-}



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

2018-06-28 Thread Mart Raudsepp
commit: 8620aeae91df06ee10206e54e6ba9cc10dd73674
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 28 18:21:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 28 18:32:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8620aeae

x11-libs/pango: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-libs/pango/Manifest|  1 -
 x11-libs/pango/pango-1.40.12-r1.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index 556d4720d9f..50f96ba5502 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -1,3 +1,2 @@
-DIST pango-1.40.12.tar.xz 856228 BLAKE2B 
c6fe562f64ac7b641b5b8519f831b999418ab06c1686ac07aa08b587bfba761a834e698f033bdb79666ea6ddd6c1f672ce968897c7594e4467c5b6dee644877e
 SHA512 
772792edac9ab5b6f76617cd3512432ca6b9af1d5ee6bfb87d0b60293f560026d479df059da66f53ba567f916a275e82f1cdd17ca75bb0da7ae2a79d4a75ed6d
 DIST pango-1.40.14.tar.xz 858388 BLAKE2B 
1afcff08c38aa59ec57cdf43aa503e70a8c03b7d59c730060c9e3537f78ffe9a63e3aa1cb74ce9ce8d72541b5a5be8becb951f665f4663b108114686c41452c8
 SHA512 
35ba7bc8be3992f206ccc2cc5aca0b94e2a3832f887fc9c45b0e29fddcb9051ce05a74377de0ca4ff95a87983b15688fa5d379d592faf87aa8eaca25ac18b7ea
 DIST pango-1.42.0.tar.xz 824984 BLAKE2B 
2ea7b5d0d95c91b61ad8f841e75d7431f405ba1c1a01acef52364d3143c4e99f6ba66d03b52e7e94d4074edc7a116e4c9ffa16b7538851a82ec0b638c8f83f05
 SHA512 
32f621f7af65102ddf7f5ad949c1a9da9a559259255de42a6c0e7992b8692088f6701a4e11558c4243edc881cb8907defd6712f4c2bfca4bcadfe1cb5009b59f

diff --git a/x11-libs/pango/pango-1.40.12-r1.ebuild 
b/x11-libs/pango/pango-1.40.12-r1.ebuild
deleted file mode 100644
index fd8b2eb1f4a..000
--- a/x11-libs/pango/pango-1.40.12-r1.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
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 multilib-minimal toolchain-funcs
-
-DESCRIPTION="Internationalized text layout and rendering library"
-HOMEPAGE="http://www.pango.org/;
-
-LICENSE="LGPL-2+ FTL"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="X +introspection test"
-
-RDEPEND="
-   >=media-libs/harfbuzz-1.2.3:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   >=media-libs/fontconfig-2.11.91:1.0=[${MULTILIB_USEDEP}]
-   >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
-   >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-   X? (
-   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.20
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-   test? ( media-fonts/cantarell )
-   X? ( x11-base/xorg-proto )
-   !<=sys-devel/autoconf-2.63:2.5
-"
-
-multilib_src_configure() {
-   tc-export CXX
-
-   ECONF_SOURCE=${S} \
-   gnome2_src_configure \
-   --with-cairo \
-   $(multilib_native_use_enable introspection) \
-   $(use_with X xft) \
-   "$(usex X --x-includes="${EPREFIX}/usr/include" "")" \
-   "$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")"
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/html docs/html || die
-   fi
-}
-
-multilib_src_install() {
-   gnome2_src_install
-}



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

2018-06-28 Thread Mart Raudsepp
commit: 8fe6a770b64ebb37bdb9137d49cbdcc297199b67
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 28 18:29:26 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 28 18:32:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe6a770

dev-util/gdbus-codegen: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/gdbus-codegen/Manifest|  1 -
 dev-util/gdbus-codegen/gdbus-codegen-2.50.3.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
index 060b85d6531..a90fdd90071 100644
--- a/dev-util/gdbus-codegen/Manifest
+++ b/dev-util/gdbus-codegen/Manifest
@@ -1,3 +1,2 @@
-DIST glib-2.50.3.tar.xz 7589284 BLAKE2B 
8648e5d9e8f4c943ca3ec5a5ec01f380f55f76555bf4ec731e211b33d0e23c29ea2a9323e2e839f35f89f292863df76d4e8c622fc44c0e5905eb904576618dbd
 SHA512 
ef35806c15170b6608445f255136c0bebd2d433adf903c2af2865f6a57b4f2fcfc1e4a7cea1a0dac48ff5fe26248fbf7886dba4a8d209506f0a94160df8fb7af
 DIST glib-2.52.3.tar.xz 7679972 BLAKE2B 
8d9f6b714571bd04ab9717fbf9ded8556664e43dcdb7dd59436b8b7f1a8a5cdf98e9ce60ca1ead941af1d57688044fefb6c749fa735084622a3482b058864ff6
 SHA512 
a068f2519cfb82de8d4b7f004e7c1f15e841cad4046430a83b02b359d011e0c4077cdff447a1687ed7c68f1a11b4cf66b9ed9fc23ab5f0c7c6be84eb0ddc3017
 DIST glib-2.54.3.tar.xz 7836536 BLAKE2B 
140e7cf09a41b72a5b22e5b87e9674cbfdfe1b82f3cf5f0fd3ecb2ed6b1f62a90f8b4c0bc2f655e297f91394f771f6ecad210357e31f104ee49ca178be6b9d76
 SHA512 
23eb4458684624f80c17aa784eab42a38eec87bb5979fcfe56f0bc63b5c7bcf8251a0d4ea916fe2c8109ff5b14a4b60c6260755d079ff984c0d8e6a2871d307d

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.50.3.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.50.3.ebuild
deleted file mode 100644
index 6fd9a6b7577..000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.50.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-PYTHON_REQ_USE="xml"
-
-inherit gnome.org distutils-r1
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="https://www.gtk.org/;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-   PATCHES=(
-   "${FILESDIR}/${PN}-2.40.0-sitedir.patch"
-   )
-   distutils-r1_python_prepare_all
-
-   sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > 
gdbus-codegen || die
-   cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-   sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-src_test() {
-   einfo "Skipping tests. This package is tested by dev-libs/glib"
-   einfo "when merged with FEATURES=test"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all # no-op, but prevents QA warning
-   doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}



[gentoo-commits] proj/mysql:master commit in: dev-db/mysql/

2018-06-28 Thread Brian Evans
commit: 33b99abf2a667e3f9d1ed0b67a718862347ccc21
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jun 28 18:28:25 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jun 28 18:28:25 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=33b99abf

dev-db/mysql: Revert config change on 5.6.40-r1

Package-Manager: Portage-2.3.41, Repoman-2.3.9
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql/mysql-5.6.40-r1.ebuild | 47 ++---
 1 file changed, 13 insertions(+), 34 deletions(-)

diff --git a/dev-db/mysql/mysql-5.6.40-r1.ebuild 
b/dev-db/mysql/mysql-5.6.40-r1.ebuild
index f91b13d..3851573 100644
--- a/dev-db/mysql/mysql-5.6.40-r1.ebuild
+++ b/dev-db/mysql/mysql-5.6.40-r1.ebuild
@@ -164,16 +164,6 @@ pkg_postinst() {
einfo
fi
fi
-
-   # Note about configuration change
-   einfo
-   elog "This version of mysql reorganizes the configuration from a single 
my.cnf"
-   elog "to several files in /etc/mysql/${PN}.d."
-   elog "Please backup any changes you made to /etc/mysql/my.cnf"
-   elog "and add them as a new file under /etc/mysql/${PN}.d with a .cnf 
extension."
-   elog "You may have as many files as needed and they are read 
alphabetically."
-   elog "Be sure the options have the appropitate section headers, i.e. 
[mysqld]."
-   einfo
 }
 
 src_unpack() {
@@ -381,32 +371,21 @@ src_install() {
# Configuration stuff
einfo "Building default configuration ..."
insinto "${MY_SYSCONFDIR#${EPREFIX}}"
-   [[ -f "${S}/scripts/mysqlaccess.conf" ]] && doins 
"${S}"/scripts/mysqlaccess.conf
-   cp "${FILESDIR}/my.cnf-5.7" "${TMPDIR}/my.cnf" || die
-   eprefixify "${TMPDIR}/my.cnf"
-   doins "${TMPDIR}/my.cnf"
-   insinto "${MY_SYSCONFDIR#${EPREFIX}}/mysql.d"
-   cp "${FILESDIR}/my.cnf.distro-client" "${TMPDIR}/50-distro-client.cnf" 
|| die
-   eprefixify "${TMPDIR}/50-distro-client.cnf"
-   doins "${TMPDIR}/50-distro-client.cnf"
+   [[ -f "${S%/}/scripts/mysqlaccess.conf" ]] && doins 
"${S%/}"/scripts/mysqlaccess.conf
+   local mycnf_src="my.cnf-5.6"
+   sed -e "s!@DATADIR@!${MY_DATADIR}!g" \
+   "${FILESDIR%/}/${mycnf_src}" \
+   > "${TMPDIR%/}/my.cnf.ok" || die
+   use prefix && sed -i -r -e '/^user[[:space:]]*=[[:space:]]*mysql$/d' 
"${TMPDIR%/}/my.cnf.ok"
+   if use latin1 ; then
+   sed -i \
+   -e "/character-set/s|utf8|latin1|g" \
+   "${TMPDIR%/}/my.cnf.ok" || die
+   fi
+   eprefixify "${TMPDIR%/}/my.cnf.ok"
+   newins "${TMPDIR}/my.cnf.ok" my.cnf
 
if use server ; then
-   mycnf_src="my.cnf.distro-server"
-   sed -e "s!@DATADIR@!${MY_DATADIR}!g" \
-   "${FILESDIR}/${mycnf_src}" \
-   > "${TMPDIR}/my.cnf.ok" || die
-   if use prefix ; then
-   sed -i -r -e '/^user[[:space:]]*=[[:space:]]*mysql$/d' \
-   "${TMPDIR}/my.cnf.ok" || die
-   fi
-   if use latin1 ; then
-   sed -i \
-   -e "/character-set/s|utf8|latin1|g" \
-   "${TMPDIR}/my.cnf.ok" || die
-   fi
-   eprefixify "${TMPDIR}/my.cnf.ok"
-   newins "${TMPDIR}/my.cnf.ok" 50-distro-server.cnf
-
einfo "Including support files and sample configurations"
docinto "support-files"
local script



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

2018-06-28 Thread William Hubbs
commit: f12959e48cb787bee968a6a0a6463628f6c88c98
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jun 28 18:23:21 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jun 28 18:26:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12959e4

sys-apps/openrc: 0.38 bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/openrc/Manifest   |   1 +
 sys-apps/openrc/openrc-0.38.ebuild | 326 +
 2 files changed, 327 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 070573d7e90..3ac0546b907 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -2,3 +2,4 @@ DIST openrc-0.34.11.tar.gz 228054 BLAKE2B 
8d4fdd7de4b3c44df0ccec728b91bd2624582d
 DIST openrc-0.35.5.tar.gz 241784 BLAKE2B 
6f63dcf30c430949f25108b0ca808f2317b2e58440419fa5c2aac04ed614c5b22105bfa38d51d54ee0d293be8b11f15b756b00d805ab71f9a2e92f44b98ce6e1
 SHA512 
655a0a32650ed46998ae84473e8a82aadd9de09904c5173cd9b9e2500fc8935e96539672b513a883c077ae862ece12ab768d4f379dbeb4389a7067ce7121dc0d
 DIST openrc-0.36.tar.gz 240179 BLAKE2B 
1361d22782d6063e7fce61a98ef1e1f754d0208ec58de02ae60a0950531d248ac6e65e1ed45b412c89288103f6848b24aa51dd66232aa46e7900b339cac21a57
 SHA512 
f4730489e595a9ac4477c2b410e034b4eea2b8111c12c2695916aa04102020f8c84cb24220d3aa552709898035aa196e2fd48cba9b12a71dff1f5c2b03c3d424
 DIST openrc-0.37.tar.gz 240928 BLAKE2B 
b802260a3bd71e6d8e6d54b21007024481d42a4f179eff824a39fb91f5b1cd4f7a2fd52d9e7f23b1077965b57d319a99a5b39b8cd2d7f66dfe272b4497d53a22
 SHA512 
16235774ad28a66308dd1ea00238b4025a4d26c9c0bb6cdb032f28d00479520c4c5fdb349f82d33a535eee3d491d0349b5871b15cae30ef296ec476883965b83
+DIST openrc-0.38.tar.gz 241387 BLAKE2B 
1fdd1b4d771248c3b067afbc9cc707ddf1ca50de3ebdd81e9d240883604f9e7cdd2ad4450dae7229c2c0d63dd534136ad0e6a6e22774e68895c8c220e87e1164
 SHA512 
9a0b96a4536e6bf29c0343059146a6f1fac8d98da54fb302a278acd9248d72a5ad55eac0b111ded79f9d7edb8d064f6c5e3d0ee91af47a841f68d3e1ff95f6a7

diff --git a/sys-apps/openrc/openrc-0.38.ebuild 
b/sys-apps/openrc/openrc-0.38.ebuild
new file mode 100644
index 000..7babd0045d3
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.38.ebuild
@@ -0,0 +1,326 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !=sys-libs/libselinux-2.6
+   )
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /lib/rc/init.d
+   fi
+   keepdir /lib/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use 
amd64 ')'
+
+   # On HPPA, do not run consolefont by default (bug #222889)
+   if use hppa; then
+   rm -f "${ED}"/usr/share/openrc/runlevels/boot/consolefont
+   fi
+
+   # Support for logfile rotation
+   insinto /etc/logrotate.d
+   

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

2018-06-28 Thread Jeroen Roovers
commit: 67e20f53eda8d542c249185545ae75c1a9d0e8ae
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 28 18:25:54 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 28 18:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e20f53

www-client/opera: Old.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 www-client/opera/Manifest   |   1 -
 www-client/opera/opera-53.0.2907.106.ebuild | 109 
 2 files changed, 110 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 5371497ba68..7e1f177fe40 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,6 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 BLAKE2B 
2c4cd52a07999c5beabe
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 BLAKE2B 
35fef5a5d1784941ce11ff3fed440d9c8f83ce5f9a0a8aad3f68deb470a7d82accfe7c9c93be225b458c0fc8e738ca7841d3d14abcaa201801321f3280f2b58f
 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bce92543351c39288058455baf3fde19f9f8766c9acd72971216c8c340fd89e918f18e89320eb8d13c4be9ec71635e2073c94c90067
 SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
-DIST opera-stable_53.0.2907.106_amd64.deb 54160424 BLAKE2B 
393137128b05948712da111f30286c6b75928ae4511e42d05bae56156db1322bf393982f1fd50c13da0f1510c78796c0f97a90355e2bd21de192b5febcf339fe
 SHA512 
c724864a4c80776dd3b3aeef250409e86220da8925375081d97ffeb9fac5720554230e7eb435815683d7f8a79a5ec14a77bc8ba9112effb3cf2597d26c1a09f7
 DIST opera-stable_53.0.2907.110_amd64.deb 54978102 BLAKE2B 
ea7629597804d31e1e1decbef064f0a22ee083863fa35fe660af5ef83fa0b446b37dc56b821f4b0d14ead61e31d03ba4937a3e1c0f681c0cedbbc495670fe36b
 SHA512 
1d36518a96610788d60e358a8a03c667247a41637716bbd4be3712f11227552c07fb138da943358e1cb5134e1dcf3709d859945083e579efc9bb592b91fd32e7
 DIST opera-stable_54.0.2952.41_amd64.deb 55050838 BLAKE2B 
13bfd91148c909815c027a8f54d82763b05c7479fb23a941d58a83f6bcd5321bf5394d9dc65e53ceded9fc24281e2f70ba7d68a2254b74802bdbe31dedc71c2e
 SHA512 
36534d1658d9f96a0df01a7a514d6ed7fa41333a72ab44d8f39ec4bc7f09200e9c6d5dc6539936b84a030a8a49520f1214ea227910ebe10db45e7c0d34e5a6a0

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

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

2018-06-28 Thread Jeroen Roovers
commit: e73b3484b8c2d473ba737f667adcc1c2b5385630
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 28 18:25:28 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 28 18:25:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73b3484

www-client/opera: Version 54.0.2952.41.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index c596327798c..5371497ba68 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -4,3 +4,4 @@ DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 DIST opera-stable_53.0.2907.106_amd64.deb 54160424 BLAKE2B 
393137128b05948712da111f30286c6b75928ae4511e42d05bae56156db1322bf393982f1fd50c13da0f1510c78796c0f97a90355e2bd21de192b5febcf339fe
 SHA512 
c724864a4c80776dd3b3aeef250409e86220da8925375081d97ffeb9fac5720554230e7eb435815683d7f8a79a5ec14a77bc8ba9112effb3cf2597d26c1a09f7
 DIST opera-stable_53.0.2907.110_amd64.deb 54978102 BLAKE2B 
ea7629597804d31e1e1decbef064f0a22ee083863fa35fe660af5ef83fa0b446b37dc56b821f4b0d14ead61e31d03ba4937a3e1c0f681c0cedbbc495670fe36b
 SHA512 
1d36518a96610788d60e358a8a03c667247a41637716bbd4be3712f11227552c07fb138da943358e1cb5134e1dcf3709d859945083e579efc9bb592b91fd32e7
+DIST opera-stable_54.0.2952.41_amd64.deb 55050838 BLAKE2B 
13bfd91148c909815c027a8f54d82763b05c7479fb23a941d58a83f6bcd5321bf5394d9dc65e53ceded9fc24281e2f70ba7d68a2254b74802bdbe31dedc71c2e
 SHA512 
36534d1658d9f96a0df01a7a514d6ed7fa41333a72ab44d8f39ec4bc7f09200e9c6d5dc6539936b84a030a8a49520f1214ea227910ebe10db45e7c0d34e5a6a0

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

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

2018-06-28 Thread Jory Pratt
commit: ed258a3b2b15a178b2da0928ace5eae180077fb1
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Thu Jun 28 18:19:53 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jun 28 18:19:53 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=ed258a3b

www-client/firefox: 62.0_beta3 testing begins

 www-client/firefox/Manifest| 186 ++---
 ...refox-61.0.ebuild => firefox-62.0_beta3.ebuild} |   5 +-
 2 files changed, 96 insertions(+), 95 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 2a78c28..24e5d99 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -91,96 +91,96 @@ DIST firefox-60.1.0esr-xh.xpi 511079 BLAKE2B 
588b02a1a37addf5104bbae632094866075
 DIST firefox-60.1.0esr-zh-CN.xpi 542800 BLAKE2B 
057581e3094ae800bdcb7fc3213a9ec202c722dab947990ba4ab477ba5e6b28697603730d4b76e6a400e33c6fda815326d5ef731da59e76db94f5f86ccbd4f79
 SHA512 
a945211f9a5a6494ac8f86def8f48de2fcd067782fea31f7f98efac94b630e2e401a1b1d7a70875c126266d90d20e84864846554125e53dfec89cf853c9db938
 DIST firefox-60.1.0esr-zh-TW.xpi 541124 BLAKE2B 
cc5e64b8dcd4180a65be30225f047fae3fa43e5e450e8ed4563109c27fd49fbfbc167b8858b8e7a289edab540c937d5af59b18e69b5d3d4ad447b865ed27f231
 SHA512 
395334989f0280cc201fa368a03689e807d8dbf7643cffce71c1702c2e2763c71c6c2a56336a5c935941922a67a286bdb9171a3cec46d9c1cdda7c1383784888
 DIST firefox-60.1.0esr.source.tar.xz 268770652 BLAKE2B 
34667640da917a8b03b6af87182aacd1953d955bd18df9ca6850e7b3708ab4ab8fc7b190614db3444e031edc0970f370a78b718d1a3f1e98baed8adb1fc09652
 SHA512 
06c2d6d02086b77cc243eb4438d643cbc51fb766f1be8d5002bf77587d5c14145c6e26c1496c654b8ed1cc325cad29b049aac55a32f757d167d183bf73fff396
-DIST firefox-61.0-ach.xpi 468310 BLAKE2B 
7500c58c31f0874c471b6a67e0ebebe334d90ae29dd6895adfbf3492a07e9d3af21b44e75af97a6b2f01fb17c3bf538e65bbc1b5484a22a53530c982a0e67d81
 SHA512 
cb1337e7aae2796028dec09c6716baf4fb28445298f0bf72c18f6d1efcedd77feb979d36e900cb79cbfbab43e30f4b1c044be75aa4a4daac2715ab12a803d19a
-DIST firefox-61.0-af.xpi 458272 BLAKE2B 
7c8569775cb2b9e8eea2bd594aaa31993adb7e2bc93a0b25ff8635d9cb871c30644be3aa654ce1fbf5e5b1108107c53af9e37bc0b60475f3a79f33bf65502735
 SHA512 
b264a58e4a89b95f6efc46b96cbb9bc0f3195766557c2fab5bec2967f1c005578f3fa4b1db43be30994d594b7463903587d2400552c4507018f69948a1cabda9
-DIST firefox-61.0-an.xpi 492775 BLAKE2B 
d8c473ebff17fff328ac03163efaa1fbed51259eb0edcce4c8f3748926f111c3e16747498b41e0b5f4da65d06dd47bcabdfb69b0b248bc9c2b33bfe3325267a0
 SHA512 
1eb70fc4bb8ce26ad5b33f84893e219cccacc6f4177f52856ba721437dcc71362d3028ab71879df70a9c7245ff6db06fc039aa4d30204cab083697ecd2e90356
-DIST firefox-61.0-ar.xpi 514910 BLAKE2B 
f4dffb4d29d71aee31ef3c3a9cb739ae31ef6277b946aff4b9484375a06b8c5cc7d70284d7a8dd4286438a6b089cba95f1557af31076f5399e127edaf26fc7a3
 SHA512 
ba39f6ad371d2c1e99c8f74982a548f51811383fb6918708e616bf53a71e5aa8bcf26a78df03414c1717d1ef961250b315b5fe21911714e865132fd8d76bdae7
-DIST firefox-61.0-as.xpi 498320 BLAKE2B 
4e5acca649a64e929275d12b6712f0cd0c75f76dac26c15da7d46baa31dbba45dd2b9c64772c4a3fffa664733469fad2f7e8fd67b41255f58208af52e3d10292
 SHA512 
6d45c17ac60d12f57493ab492e9bdf012ce501b1650645d5a08804e93a7f8d8273648fe221fb4e082a4a792cd37252f768527e79c3204e6fe1ecc19925cce2ee
-DIST firefox-61.0-ast.xpi 478587 BLAKE2B 
1ec655772edbb45880c092258cb20cb37d7642105af9efc9bd43748880125dcea43972c18f0265a4c3ef183d6f394f0ba38f5a17f07d0a1f6696f592b99acc7b
 SHA512 
cb18a009728ea526d2331a697ac03d9b6cac82d201737d3ec82bf20624be5d8150fee3f584906fe5d0e6d3b7c399abf9652a9de1cfb7867af63e15b360e1a8be
-DIST firefox-61.0-az.xpi 494290 BLAKE2B 
d465642aebcc93ebe3cc31f247bd57d1a293d52eaf045b0ba0cf19a97250dcc1264b7fcdbe1305ec567d87008a72397f49468b7eadae5095abed865347ec4067
 SHA512 
44d76abd6159c3d6ecd7884d7b60abeeb56d21d641b24f58364a69fa3778931f3aafebe576edc0bad2084b7e68903a0544e050a1967961c1083f8ee39e10393c
-DIST firefox-61.0-bg.xpi 541823 BLAKE2B 
f82b130202dad7c3df86a3fbb63db001afa20c4167cccd9fa3d48bfcaf9611d9ff2aed695a34b863a66223cdfc237ec9be2cd4642352728e87e4be09944e8698
 SHA512 
ab5afa83edd5c77495b896ae67a7ea71b04c41b61385e94efccd99e4760bfd8e932a5361dfddc46ac8820383dedd24a108ed0148c3ae46adbe5f1eb091e03e72
-DIST firefox-61.0-bn-BD.xpi 556536 BLAKE2B 
400509fe2c1d544844808db625ad97095a148f7ee257b4e0f7773be6876f5ad786131261bb8f44fe10b9a45c93184924ad66e7cfe66e4b4db25b3d239219039f
 SHA512 
d108f3d4a5302a028c59b8fca5fe43623bfdac681c0c94ebb933286e4f6aace0e1ceffba6ede5e451102f36e0aececc9c5f0c8f484f51dd5c1f145da5b9f1e44
-DIST firefox-61.0-bn-IN.xpi 535412 BLAKE2B 
7922b416ce4e387d78dd2bc54163f750227b84c6f5d58724dc70930861a7d3866af1dfc809f7eda1c08e83beb68081db9af68f2f9ba1b860ed01664078eb17d1
 SHA512 
fa6b4d66a485063342bc34f454b79c44bb6a2fd917a5496914c5da2aac4f85e3392f9b40060ec22f23bc8612e31c792dbd6c19f3f1ac622bd7f1d7c6989a6931
-DIST firefox-61.0-br.xpi 486576 BLAKE2B 

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

2018-06-28 Thread Jeroen Roovers
commit: 432ee0e1c2fb79ea25e378c8c4b94991c55bb79e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 28 18:19:09 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 28 18:19:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432ee0e1

net-libs/libnet: Update HOMEPAGE.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-libs/libnet/libnet-1.2_rc3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnet/libnet-1.2_rc3-r1.ebuild 
b/net-libs/libnet/libnet-1.2_rc3-r1.ebuild
index ea59655bc92..6f678049447 100644
--- a/net-libs/libnet/libnet-1.2_rc3-r1.ebuild
+++ b/net-libs/libnet/libnet-1.2_rc3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools eutils
 
 DESCRIPTION="library providing an API for commonly used low-level network 
functions"
-HOMEPAGE="http://libnet-dev.sourceforge.net/;
+HOMEPAGE="http://libnet-dev.sourceforge.net/ 
https://github.com/sam-github/libnet;
 SRC_URI="mirror://sourceforge/project/${PN}-dev/${P/_/-}.tar.gz"
 
 LICENSE="BSD BSD-2 HPND"



[gentoo-commits] proj/mysql:master commit in: dev-db/mysql-cluster/

2018-06-28 Thread Brian Evans
commit: 4229f739d92db62d68143fd69deba1989b004daf
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jun 28 18:13:09 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jun 28 18:13:09 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=4229f739

dev-db/mysql-cluster: New 7.4.20 with client-libs  FIXME!

This currently has a build issue.  Find it and squash

Package-Manager: Portage-2.3.41, Repoman-2.3.9
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql-cluster/Manifest|  34 +-
 dev-db/mysql-cluster/metadata.xml|   8 +-
 dev-db/mysql-cluster/mysql-cluster-7.4.20.ebuild | 514 +++
 3 files changed, 535 insertions(+), 21 deletions(-)

diff --git a/dev-db/mysql-cluster/Manifest b/dev-db/mysql-cluster/Manifest
index e0d2a84..2eafe55 100644
--- a/dev-db/mysql-cluster/Manifest
+++ b/dev-db/mysql-cluster/Manifest
@@ -3,23 +3,25 @@ Hash: SHA256
 
 DIST mysql-cluster-gpl-7.2.22.tar.gz 26075142 SHA256 
404b80192c488791cedf6251e64bb01310b20f13fcdb28721e108e92985ae999 SHA512 
b3370725f17a5b6577c9822097b6c39e4375bdabca2a403bd45dfeb9fd5920c0e213c894eed33dadba69d9c066427ab5065c587869d82bf2e3438d3bdeb1aa8e
 WHIRLPOOL 
1275fc2a181011c5ea2ac392c94027f399a5ce4fd499ff23790bfad142b1c7d67bc421e7c6a4e64e6bb409f04016196417535d5704d21165c1120bf46ab68544
 DIST mysql-cluster-gpl-7.3.11.tar.gz 42806929 SHA256 
6c8cfc99ccbf47cd4304996559de6fb330e9cdf754bec37ff7347be72e50c646 SHA512 
89e5b6e845b71ed6945529b7f515d3af96ec6daf79c0085f1d0ea6e4426f61eb3626b688e5edda668be4615df1b8cec4e71acdf0d21150fa2775c79ea09563e5
 WHIRLPOOL 
f03d3b62da793becd6aab775293e5963697f9b4147bf6d662274f689b1a48692b1f4de0ad196e74cb02a07ce2a69b608a4d420ad5dc153b20888ba69dc361dc4
+DIST mysql-cluster-gpl-7.4.20.tar.gz 41675568 SHA256 
4a9efbf3a2506654605daac7ec51f06e18b316786d745b975896cfee395cc5b4 SHA512 
fb6b8d027f873423b64b0898386126e85881605357650821ed6cd30c0fabb8edf1765bf2c87e11533d944fd33b07aaf01c045da9e10f8e24e864e9c1a3d8c984
 WHIRLPOOL 
669471b83fe47550c0ad3dae58a37dfc62e1b71e0f3e0023e8b78f1b2693408eab7b02b7c0cd4ab113691d3f29e09568f2687cfddf7a2e9a8de6fec8c9f06e00
 DIST mysql-extras-20151117-2040Z.tar.bz2 294183 SHA256 
2ca16597e869fb0fac4f6e48b779892569698ce83c898df3afaee63131f71833 SHA512 
8edbc6a3812d17a2f1a827459867c0747387ff72be86b12fe0e790afca5e4b70e4f23c4098bdb61afa20ef292e2c3b154f16577d5c11999a3e2eec9e43b8d09a
 WHIRLPOOL 
f0df653216857527ffa3d31f07ab1c470614b53350f5dbd965ba3bdc398f36f37b506537f1070b03a54203a3847f6557a2ae6757327ce852833fa026de7b518d
+DIST mysql-extras-20180628-0201Z.tar.bz2 322141 SHA256 
8317028fa98cc4abd819d11191fb82026eb9c4d23490b7c1d42590731fbc834d SHA512 
71a3800ec091b41e41d25536199149eb714c0bbfc0f6fc478e8e4dcaf4cf87a7e4d49c513da3c9badc0de810d7d78c05ad91dd898e45005b42136346237de42a
 WHIRLPOOL 
71a5d8d09ede40a2d7adad6d57e1b546fabb34610c92ede6e0b472c0d84ad016e39ec7fcb038c708723535542dfd9caace22f2b8dd822951ba8c0ee2778c462b
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v2.1
+Version: GnuPG v2
 
-iQJ8BAEBCABmBQJWTIuvXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
-ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NkMyRTQ0RUQ5MEUzMjc1OEU3RDU1QzBE
-MUY3ODFFRkY5RjRBM0I2AAoJENH3ge/59KO2pREP/iDluPWnygK42a/B+2xy4Imc
-5xJ29aAPYW3dX0YXqsH2WXvwRjDX2Khj5dIIf4WhqGiVG/HiPr56ukrVGLVXJuAW
-EJE7XO/ksuqsyJLPlyjGR3CBiRo3zZZlDykmSu6Z1WvCG4dvppSVFkO6aHrIAunL
-ZG12Ht5W6NOKEE2V8YkkciGNPsalggikIycgujJtOixDBhiCVc4lXG5F9Mo6uSe3
-7Nv/VrQwpuhuj21DH/KxQfIN6vE91WY7ZZ1NHgLOcYqVBId/cDCsR536ji8L5uuC
-kMuAvoOEsqTnWV0UinW2Q/BdlnIAYChU1+7Av9FHE9hBSETGkceFpg3kYIiy8iiP
-gddiPVruZQCfw/jqzK8Wzip6Ce42VNq7f/RlnpBaqInvoO8Orf3sq2JUEN/Kp3Hf
-F6/H/1F1c3iglJ/NsHU1fB083edgvI07M4iCWRQyOJHEKSeiCH6x0vraXApWVDT5
-sRZwEcsUQojIWH7QoyP+0DGiuDybDDttcKliPaaUOlFcp9iqJaEmllQIo0t/88MO
-D9f1E5N9e+Cuh8DbuqS36FYTLYtVuorwhqEsfDC9sLepMzlyBd0KisDX36uKlWDD
-Z1A1J2CW89fiiWXZLCZ0BAut2gWKjWkkrmOfZPiDmApzM9yjzeftARWdbWGBLJIu
-MY9CE99Dy32sF3dAFwtB
-=DZXo
+iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAls1JTVfFIAALgAo
+aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY2
+QzJFNDRFRDkwRTMyNzU4RTdENTVDMEQxRjc4MUVGRjlGNEEzQjYACgkQ0feB7/n0
+o7bVWRAAvmeaQBrNqYDFN31LWTWNRhlydqsRyl/uqBJIx74JgGKfuT4M5OMEqzL6
+VUSX3bM/ecZyIbYvqwZtgGotZ7S+J2Ac/J3crAKnVeTDIpbyU4MQ+nvmKt/kATsy
+77m5UrxQXja7ARZ5nUwV3wV0t1VW1/ukips/8KM3yPEdaEXzygo/SSdQUB6QPFaI
+nphtETJ84tf9MOWo1HJrS147j9PeDefs3EJONnl7d8mhlzCWNHOI718K8zQhxwS2
+o1va2F+UM0fWHEJoa/trrCKquvv6wra/oaIAlRhthSmLtQYTckAlLNu5n8WtCbpQ
+jm1KFR9s3gOY2Lco/xwDkvt23vQk5934hG0wkgyHSTCRuFiJdJD+fXut/eGdTEuu
+kpGseCZUFQ/XcFF5FKqJwXYIXd6ILqkzs3YU2dUcdO0XCMgVIytAwEReIgMeryKV
+8qCFJY58lJIDsp5Gp/6gb/732WJ9Dmpwpav/M6yS6cBIyC5oKyRLHWeoM4/bnsQW
+XFhj6bT1TdHJp+fMpfjb8vWAyA88wutu3lSQ3R90+5bEz3eXssaVZS1CGNnNNCmg
+oXsgNAMgUN+z62na+qlQKAaFtMJ4exhepnnpwB1Bwx59/Vt7KJCJga34wanMwuFJ
+H/ooLxuNb8KUh5V1pGP/SUiNw29JedsJ1nEbe28gGo/iZv5kZqc=
+=skuK
 -END PGP SIGNATURE-

diff --git a/dev-db/mysql-cluster/metadata.xml 
b/dev-db/mysql-cluster/metadata.xml
index 4ac64b5..9836872 100644
--- a/dev-db/mysql-c

[gentoo-commits] proj/openrc: New tag: 0.38

2018-06-28 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jun 28 18:13:54 2018 +

New tag: 0.38




[gentoo-commits] proj/openrc:master commit in: src/librc/

2018-06-28 Thread William Hubbs
commit: 3a803b3135837665d51ef4dd7a8b913c78e71ff6
Author: William Hubbs  gmail  com>
AuthorDate: Wed Jun 27 17:06:19 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun 27 17:06:19 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3a803b31

librc-daemon.c: fix memory leaks

 src/librc/librc-daemon.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c
index 173fcb83..6f3b492f 100644
--- a/src/librc/librc-daemon.c
+++ b/src/librc/librc-daemon.c
@@ -422,6 +422,7 @@ rc_service_daemon_set(const char *service, const char *exec,
rename(file, oldfile);
strlcpy(oldfile, file, sizeof(oldfile));
}
+   free(file);
}
closedir(dp);
rc_stringlist_free(match);
@@ -446,10 +447,12 @@ rc_service_daemon_set(const char *service, const char 
*exec,
fclose(fp);
retval = true;
}
+   free(file);
}
} else
retval = true;
 
+   free(dirpath);
return retval;
 }
 librc_hidden_def(rc_service_daemon_set)



[gentoo-commits] proj/openrc:master commit in: /

2018-06-28 Thread William Hubbs
commit: 01c34c28e6d6d7bfecc0f88bdf1fb15e97ab8823
Author: William Hubbs  gmail  com>
AuthorDate: Thu Jun 28 18:02:42 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jun 28 18:02:42 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=01c34c28

Update ChangeLog

 ChangeLog | 96 +++
 1 file changed, 96 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 410d7451..ba89667b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,99 @@
+commit 56ddda54b5aa01474bf563d5a662075c35152858
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon.c: clean up memory leaks
+
+commit 3a803b3135837665d51ef4dd7a8b913c78e71ff6
+Author: William Hubbs 
+Commit: William Hubbs 
+
+librc-daemon.c: fix memory leaks
+
+commit 72df51e17ba0e1a0f94451b4bbfb338288c4625c
+Author: William Hubbs 
+Commit: William Hubbs 
+
+librc-daemon: convert most snprintf calls to xasprintf
+
+commit b2f5531194e33c229462e9f52fa1d9388463f7b7
+Author: William Hubbs 
+Commit: William Hubbs 
+
+librc-misc: convert snprintf calls to xasprintf
+
+commit 19bf49a710f27d4774ed4c6372d87d6ba15f189e
+Author: William Hubbs 
+Commit: William Hubbs 
+
+libeinfo: convert remaining snprintf calls to xasprintf
+
+commit 64354831da2adeba5cb2f91a81fa0f56e1ce4ed9
+Author: William Hubbs 
+Commit: William Hubbs 
+
+openrc: convert snprintf calls to xasprintf
+
+commit e14edd765fdc4ed43356d2eef35fa99228e5d461
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon: convert snprintf calls to xasprintf
+
+commit f9d41243d8499c5d7027177d5aa716d5b5859cd6
+Author: William Hubbs 
+Commit: William Hubbs 
+
+start-stop-daemon: convert snprintf calls to xasprintf
+
+commit be7ad06d4a0efce2a1144b2cf6f0cc361f2a81e4
+Author: William Hubbs 
+Commit: William Hubbs 
+
+rc-status: convert snprintf calls to xasprintf
+
+commit a6165168953b9c7a62c089ce946476b23b73fb12
+Author: William Hubbs 
+Commit: William Hubbs 
+
+rc-status: fix gcc 7 warnings
+
+commit 04721ece03b15503aa220f60e7c6159d01ee75e1
+Author: William Hubbs 
+Commit: William Hubbs 
+
+start-stop-daemon: fix gcc 7 warnings
+
+commit c7e8f1133a42152cc293e6b637985f81bcf8b310
+Author: William Hubbs 
+Commit: William Hubbs 
+
+checkpath: fix gcc 7 warnings
+
+commit 47e4bfae57402eedd017d6098b432c2c411cd374
+Author: William Hubbs 
+Commit: William Hubbs 
+
+fix gcc 7 warnings in pipe routines
+
+commit 8a945194afb106428bc700e751078ef9944ee617
+Author: William Hubbs 
+Commit: William Hubbs 
+
+libeinfo: clean up gcc 7 compiler warnings
+
+commit aa4a004c297ec7a1fb794ad2e53ef3ac8b3f4fd1
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.38
+
+commit 9ec5d36bdddf5bb0e96b0c561bc5d013a8a2da2a
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Update ChangeLog
+
 commit a097933edab9d7221df1831e098415d604437c98
 Author: William Hubbs 
 Commit: William Hubbs 



[gentoo-commits] proj/openrc:master commit in: src/rc/

2018-06-28 Thread William Hubbs
commit: 56ddda54b5aa01474bf563d5a662075c35152858
Author: William Hubbs  gmail  com>
AuthorDate: Wed Jun 27 22:37:11 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun 27 22:37:11 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=56ddda54

supervise-daemon.c: clean up memory leaks

 src/rc/supervise-daemon.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index 60bd1f20..8d56b8d4 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -860,10 +860,13 @@ int main(int argc, char **argv)
varbuf = NULL;
xasprintf(, "%i", respawn_delay);
rc_service_value_set(svcname, "respawn_delay", varbuf);
+   free(varbuf);
xasprintf(, "%i", respawn_max);
rc_service_value_set(svcname, "respawn_max", varbuf);
+   free(varbuf);
xasprintf(, "%i", respawn_period);
rc_service_value_set(svcname, "respawn_period", varbuf);
+   free(varbuf);
child_pid = fork();
if (child_pid == -1)
eerrorx("%s: fork: %s", applet, strerror(errno));
@@ -891,6 +894,7 @@ int main(int argc, char **argv)
}
xasprintf(, "%d", x);
rc_service_value_set(svcname, "argc", varbuf);
+   free(varbuf);
rc_service_value_set(svcname, "exec", exec);
supervisor(exec, argv);
} else



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

2018-06-28 Thread William Hubbs
commit: 3697951c52f8c2fa228b04ff87137e1c6535eeaf
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Sun Sep 17 02:11:19 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jun 28 17:24:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3697951c

sys-apps/openrc: Stop adding tmpfiles.* to boot runlevel

tmpfiles.setup and tmpfiles.dev are not part of OpenRC since version
0.23, resulting in symlinks pointing to non existing files.

See: 
https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e0ac661419042cb39c1ccf93df2981504d1e6339
Closes: https://github.com/openrc/openrc/pull/8982

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/openrc/openrc-0.34.11.ebuild | 2 --
 sys-apps/openrc/openrc-0.35.5.ebuild  | 2 --
 sys-apps/openrc/openrc-0.36.ebuild| 2 --
 sys-apps/openrc/openrc-0.37.ebuild| 2 --
 sys-apps/openrc/openrc-.ebuild| 2 --
 5 files changed, 10 deletions(-)

diff --git a/sys-apps/openrc/openrc-0.34.11.ebuild 
b/sys-apps/openrc/openrc-0.34.11.ebuild
index 83b1d927468..4e2ed59e45f 100644
--- a/sys-apps/openrc/openrc-0.34.11.ebuild
+++ b/sys-apps/openrc/openrc-0.34.11.ebuild
@@ -213,13 +213,11 @@ pkg_preinst() {
 
if ! has_version ">=sys-apps/openrc-0.11.3" ; then
migrate_udev_mount_script
-   add_boot_init tmpfiles.setup boot
fi
 
# these were added in 0.12.
if ! has_version ">=sys-apps/openrc-0.12"; then
add_boot_init loopback
-   add_boot_init tmpfiles.dev sysinit
 
# ensure existing /etc/conf.d/net is not removed
# undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 
and earlier

diff --git a/sys-apps/openrc/openrc-0.35.5.ebuild 
b/sys-apps/openrc/openrc-0.35.5.ebuild
index 820ec13085b..9247eced820 100644
--- a/sys-apps/openrc/openrc-0.35.5.ebuild
+++ b/sys-apps/openrc/openrc-0.35.5.ebuild
@@ -221,13 +221,11 @@ pkg_preinst() {
 
if ! has_version ">=sys-apps/openrc-0.11.3" ; then
migrate_udev_mount_script
-   add_boot_init tmpfiles.setup boot
fi
 
# these were added in 0.12.
if ! has_version ">=sys-apps/openrc-0.12"; then
add_boot_init loopback
-   add_boot_init tmpfiles.dev sysinit
 
# ensure existing /etc/conf.d/net is not removed
# undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 
and earlier

diff --git a/sys-apps/openrc/openrc-0.36.ebuild 
b/sys-apps/openrc/openrc-0.36.ebuild
index 18aa6cade20..7babd0045d3 100644
--- a/sys-apps/openrc/openrc-0.36.ebuild
+++ b/sys-apps/openrc/openrc-0.36.ebuild
@@ -214,13 +214,11 @@ pkg_preinst() {
 
if ! has_version ">=sys-apps/openrc-0.11.3" ; then
migrate_udev_mount_script
-   add_boot_init tmpfiles.setup boot
fi
 
# these were added in 0.12.
if ! has_version ">=sys-apps/openrc-0.12"; then
add_boot_init loopback
-   add_boot_init tmpfiles.dev sysinit
 
# ensure existing /etc/conf.d/net is not removed
# undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 
and earlier

diff --git a/sys-apps/openrc/openrc-0.37.ebuild 
b/sys-apps/openrc/openrc-0.37.ebuild
index 18aa6cade20..7babd0045d3 100644
--- a/sys-apps/openrc/openrc-0.37.ebuild
+++ b/sys-apps/openrc/openrc-0.37.ebuild
@@ -214,13 +214,11 @@ pkg_preinst() {
 
if ! has_version ">=sys-apps/openrc-0.11.3" ; then
migrate_udev_mount_script
-   add_boot_init tmpfiles.setup boot
fi
 
# these were added in 0.12.
if ! has_version ">=sys-apps/openrc-0.12"; then
add_boot_init loopback
-   add_boot_init tmpfiles.dev sysinit
 
# ensure existing /etc/conf.d/net is not removed
# undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 
and earlier

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index 18aa6cade20..7babd0045d3 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -214,13 +214,11 @@ pkg_preinst() {
 
if ! has_version ">=sys-apps/openrc-0.11.3" ; then
migrate_udev_mount_script
-   add_boot_init tmpfiles.setup boot
fi
 
# these were added in 0.12.
if ! has_version ">=sys-apps/openrc-0.12"; then
add_boot_init loopback
-   add_boot_init tmpfiles.dev sysinit
 
# ensure existing /etc/conf.d/net is not removed
# undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 
and earlier



[gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/, media-libs/libaom/files/

2018-06-28 Thread Alexis Ballier
commit: b8f01c6fb2a8d5a29eddde87cb2e09e1d66df333
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun 28 14:40:39 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun 28 17:23:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f01c6f

media-libs/libaom: update patches for live ebuild

Closes: https://bugs.gentoo.org/654430
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-libs/libaom/files/libdirpc2.patch| 48 ++
 media-libs/libaom/files/pthread_lib2.patch | 14 +
 media-libs/libaom/libaom-.ebuild   |  2 +-
 3 files changed, 63 insertions(+), 1 deletion(-)

diff --git a/media-libs/libaom/files/libdirpc2.patch 
b/media-libs/libaom/files/libdirpc2.patch
new file mode 100644
index 000..cbd1b901fb3
--- /dev/null
+++ b/media-libs/libaom/files/libdirpc2.patch
@@ -0,0 +1,48 @@
+Index: libaom-/CMakeLists.txt
+===
+--- libaom-.orig/CMakeLists.txt
 libaom-/CMakeLists.txt
+@@ -234,8 +234,9 @@ if(NOT MSVC)
+  -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
+  -DCMAKE_PROJECT_NAME=${CMAKE_PROJECT_NAME}
+  -DCONFIG_MULTITHREAD=${CONFIG_MULTITHREAD}
+- -DHAVE_PTHREAD_H=${HAVE_PTHREAD_H} -P
+- "${AOM_ROOT}/build/cmake/pkg_config.cmake"
++ -DHAVE_PTHREAD_H=${HAVE_PTHREAD_H}
++ -DLIB_SUFFIX=${LIB_SUFFIX}
++ -P "${AOM_ROOT}/build/cmake/pkg_config.cmake"
+  COMMENT "Writing aom.pc" VERBATIM)
+   add_dependencies(aom_pc aom_version)
+ endif()
+Index: libaom-/build/cmake/pkg_config.cmake
+===
+--- libaom-.orig/build/cmake/pkg_config.cmake
 libaom-/build/cmake/pkg_config.cmake
+@@ -34,12 +34,13 @@ endif()
+ 
+ # Write pkg-config info.
+ set(prefix "${CMAKE_INSTALL_PREFIX}")
++set(libdir "lib${LIB_SUFFIX}")
+ set(pkgconfig_file "${AOM_CONFIG_DIR}/aom.pc")
+ string(TOLOWER ${CMAKE_PROJECT_NAME} pkg_name)
+ file(WRITE "${pkgconfig_file}" "# libaom pkg-config.\n")
+ file(APPEND "${pkgconfig_file}" "prefix=${prefix}\n")
+ file(APPEND "${pkgconfig_file}" "exec_prefix=\${prefix}/bin\n")
+-file(APPEND "${pkgconfig_file}" "libdir=\${prefix}/lib\n")
++file(APPEND "${pkgconfig_file}" "libdir=\${prefix}/${libdir}\n")
+ file(APPEND "${pkgconfig_file}" "includedir=\${prefix}/include\n\n")
+ file(APPEND "${pkgconfig_file}" "Name: ${pkg_name}\n")
+ file(APPEND "${pkgconfig_file}"
+@@ -49,10 +50,10 @@ file(APPEND "${pkgconfig_file}" "Require
+ file(APPEND "${pkgconfig_file}" "Conflicts:\n")
+ if(CONFIG_MULTITHREAD AND HAVE_PTHREAD_H)
+   file(APPEND "${pkgconfig_file}"
+-  "Libs: -L\${prefix}/lib -l${pkg_name} -lm -lpthread\n")
++  "Libs: -L\${prefix}/${libdir} -l${pkg_name} -lm -lpthread\n")
+   file(APPEND "${pkgconfig_file}" "Libs.private: -lm -lpthread\n")
+ else()
+-  file(APPEND "${pkgconfig_file}" "Libs: -L\${prefix}/lib -l${pkg_name} 
-lm\n")
++  file(APPEND "${pkgconfig_file}" "Libs: -L\${prefix}/${libdir} -l${pkg_name} 
-lm\n")
+   file(APPEND "${pkgconfig_file}" "Libs.private: -lm\n")
+ endif()
+ file(APPEND "${pkgconfig_file}" "Cflags: -I\${prefix}/include\n")

diff --git a/media-libs/libaom/files/pthread_lib2.patch 
b/media-libs/libaom/files/pthread_lib2.patch
new file mode 100644
index 000..ec4b9107e99
--- /dev/null
+++ b/media-libs/libaom/files/pthread_lib2.patch
@@ -0,0 +1,14 @@
+Index: libaom-/CMakeLists.txt
+===
+--- libaom-.orig/CMakeLists.txt
 libaom-/CMakeLists.txt
+@@ -575,6 +575,9 @@
+   include("${AOM_ROOT}/build/cmake/exports.cmake")
+   setup_exports_target()
+   set_target_properties(aom PROPERTIES SOVERSION 0)
++  if(HAVE_PTHREAD_H AND CONFIG_MULTITHREAD)
++target_link_libraries(aom ${AOM_LIB_LINK_TYPE} Threads::Threads)
++  endif()
+ endif()
+ 
+ # Handle user supplied compile and link flags last to ensure they're obeyed.

diff --git a/media-libs/libaom/libaom-.ebuild 
b/media-libs/libaom/libaom-.ebuild
index 68a8ddfdb1a..29e0528f563 100644
--- a/media-libs/libaom/libaom-.ebuild
+++ b/media-libs/libaom/libaom-.ebuild
@@ -36,7 +36,7 @@ REQUIRED_USE="
cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 )
 "
 
-PATCHES=( "${FILESDIR}/libdirpc.patch" "${FILESDIR}/pthread_lib.patch" )
+PATCHES=( "${FILESDIR}/libdirpc2.patch" "${FILESDIR}/pthread_lib2.patch" )
 
 src_prepare() {
sed -e 's/lib"/lib${LIB_SUFFIX}"/' -i CMakeLists.txt || die



  1   2   3   >