[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Glob/

2018-03-12 Thread Kent Fredric
commit: d3b6cefdc2f8aa53ef66aa10c1b10c689635bdd1
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 13 05:10:58 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 13 05:10:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b6cefd

dev-perl/Text-Glob: Bump to version 0.110.0

- EAPI6
- Parallel tests

Upstream:
- Move packaging to EUMM
- Add ability to alter regex separator

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Text-Glob/Manifest |  1 +
 dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-perl/Text-Glob/Manifest b/dev-perl/Text-Glob/Manifest
index b3c4d9b59d7..2887da84a44 100644
--- a/dev-perl/Text-Glob/Manifest
+++ b/dev-perl/Text-Glob/Manifest
@@ -1 +1,2 @@
 DIST Text-Glob-0.09.tar.gz 4171 BLAKE2B 
770e5f54fa7ce8ecbdf884e6823b2928b1826602657905be998dac9642e372dc809673a2fc5e4ab16ca08c9908f17ffca42fd44c71ec11de12ac157984986e44
 SHA512 
9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47
+DIST Text-Glob-0.11.tar.gz 4862 BLAKE2B 
d57c2f2cde24b8fedfe0e0bc17c4008c1107b07bb91fa62d95428100c80bc8dfebdcae2e16dd0768a88130d43a0461b6c5227bcd00607afcdb09606cdbb8db61
 SHA512 
20322fee3f56ee7e65f0f8e5371d9dbbe89895d8b9c9207486e7934e29bd883fb557c9765e406f85f56b67019293d82a0318ded83a9387b164cb5e8f58bef0cb

diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild 
b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
new file mode 100644
index 000..c8d47ebd82b
--- /dev/null
+++ b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RCLAMP
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Match globbing patterns against text"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+IUSE="test"
+
+RDEPEND="virtual/perl-Exporter"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Format/

2018-03-12 Thread Kent Fredric
commit: d90f0a43eabf3dd6a2af473bd26d9b3400b5
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 13 05:04:57 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 13 05:05:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90f0a43

dev-perl/Text-Format: Bump to version 0.600.0

- EAPI6
- Purge unwanted author tests

Upstream:
- Doc fixes

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Text-Format/Manifest   |  1 +
 dev-perl/Text-Format/Text-Format-0.600.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Text-Format/Manifest b/dev-perl/Text-Format/Manifest
index e79834b9d71..2430bc1e158 100644
--- a/dev-perl/Text-Format/Manifest
+++ b/dev-perl/Text-Format/Manifest
@@ -1 +1,2 @@
 DIST Text-Format-0.59.tar.gz 25850 BLAKE2B 
dd72bd14bead0c8294372060d9e72dc6dce5b321711ad7ca5f0cff5721ae28ede79d8a860ad3fa95289c4541319fc95541aad51ec7108cf2da1c8060301e4c41
 SHA512 
030fc38853f96d64f359af1ad9f776e7c797f564f11207de32477b3b716da665dbce3b91d988241ba1fbd2b884aa85b0ce0b7b473aaf0efd23839f8422a52fcd
+DIST Text-Format-0.60.tar.gz 25913 BLAKE2B 
27e885dacfd0a1019633cd2c805f7d26ffdd62da2e281366fa87e331e47e5ef3e12c2d6a20b47ecaf0ea1e591aedfb7d92829ad21a80a8a3481d8688fd2516a5
 SHA512 
04330567c62854d7d6758e15e0a4ef3799ed15a0e66782f1080d20e62df33eaf2b44c3c126e64a6855ff2cbe28d86cbbaee2a845a287b21da0b81869edd1219f

diff --git a/dev-perl/Text-Format/Text-Format-0.600.0.ebuild 
b/dev-perl/Text-Format/Text-Format-0.600.0.ebuild
new file mode 100644
index 000..47895f0b11c
--- /dev/null
+++ b/dev-perl/Text-Format/Text-Format-0.600.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.60
+
+inherit perl-module
+
+DESCRIPTION="Various subroutines to format text"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+
+RDEPEND="virtual/perl-Carp"
+DEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   test? ( virtual/perl-Test-Simple )
+"
+PERL_RM_FILES=( "t/pod-coverage.t" "t/cpan-changes.t" "t/pod.t" 
"t/style-trailing-space.t" )



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

2018-03-12 Thread Yixun Lan
commit: 51d24d3da58f1fa83e5f3d106f4679b45970ad26
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Feb 23 06:03:28 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Mar 13 04:02:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d24d3d

app-emulation/xen: bump to 4.10.0

Gentoo-Bug: 641004

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen/Manifest  |   2 +
 app-emulation/xen/xen-4.10.0.ebuild | 172 
 2 files changed, 174 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 10ca50d0d4a..bb016bd2a4c 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,3 +1,5 @@
+DIST xen-4.10.0-upstream-patches-0.tar.xz 70884 BLAKE2B 
9a27e7989486ba3ba59548de356384527cc5b78e63b6ed042506e6534e488272369f021cd2daa516820313c3fe18625a5864794ae0806e7018b8ad28b0a294b1
 SHA512 
e64bf1d30d24e922c60c3b518a4de7874b43cc695134b4cdd65f6d95ae9ae579c521fab13ca82409fde55e43815d072c3194997e2bda106204cbf329e93a0a00
+DIST xen-4.10.0.tar.gz 24618123 BLAKE2B 
009faa980f9734525c137d525e626bfa3443c285aeb6b4af91bb2c32a2e98376ded0b1114b541d11e2d4353f4f588d58e8add5b1e0d7de2fe3399d4687c5bfae
 SHA512 
5a37935c382f9cfe3641a35c3be0ba11689bca10c7d3c2401963513e3a834ee8d0c8a0ddcf3716dbf0a795aea1bab78caf19acf1272e5e054bf012cfa06a4690
 DIST xen-4.8.2-upstream-patches-2.tar.xz 38852 BLAKE2B 
cbc7bad4703fabd05b703c66268df0670e2ae97b77007895dceaf6465b12a2f9fbe3773c7735b307427ad18c61711b20beb7f3ae6b1f1b8b5efda2a847fec0ec
 SHA512 
536823eabf03e92585a8c5cde90ce502672dd1ec080b28b39411d6a778b899436a57bfb633f11c94d48d2f963848b7771e469f5ea53e84b580976f631f69cc5d
 DIST xen-4.8.2-upstream-patches-3.tar.xz 49836 BLAKE2B 
c0f79727afdeb172a45c9bc0553bfbac865998e6b36364d38899201aa649dc338b77a899758516823112970163f9c9596b5e3940aee132561c62f2a245f4ba3f
 SHA512 
d87702ba64c85fed2617912582979a96c708c610c38adfa57a6e5085bead06907c3917f3e344afa91c7b72a6c044a1711f5ba2ba2360737c774d5f9bec92d786
 DIST xen-4.8.2.tar.gz 22522336 BLAKE2B 
2c9da971622b4e52fe78fa029107bb1c5f945a63605406493df607c410c6f2a8c2cdb38b1eb30c1bc1c8bc6e5620efad977c3ba55e04c579c01d51f0104afcce
 SHA512 
7805531f73d23ecfff3439770e62d387f4254a444875670d53a0a739323e5d4d8f8fcc478f8936ee1ae8aff3e0229549e47c01c606365a8ce060dd5c503e87da

diff --git a/app-emulation/xen/xen-4.10.0.ebuild 
b/app-emulation/xen/xen-4.10.0.ebuild
new file mode 100644
index 000..8027e789237
--- /dev/null
+++ b/app-emulation/xen/xen-4.10.0.ebuild
@@ -0,0 +1,172 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm -x86"
+   UPSTREAM_VER=0
+   SECURITY_VER=
+   GENTOO_VER=
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
+   ${UPSTREAM_PATCHSET_URI}
+   ${SECURITY_PATCHSET_URI}
+   ${GENTOO_PATCHSET_URI}"
+fi
+
+DESCRIPTION="The Xen virtual machine monitor"
+HOMEPAGE="https://www.xenproject.org;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="custom-cflags debug efi flask"
+
+DEPEND="${PYTHON_DEPS}
+   efi? ( >=sys-devel/binutils-2.22[multitarget] )
+   !efi? ( >=sys-devel/binutils-2.22 )"
+RDEPEND=""
+PDEPEND="~app-emulation/xen-tools-${PV}"
+
+# no tests are available for the hypervisor
+# prevent the silliness of /usr/lib/debug/usr/lib/debug files
+# prevent stripping of the debug info from the /usr/lib/debug/xen-syms
+RESTRICT="test splitdebug strip"
+
+# Approved by QA team in bug #144032
+QA_WX_LOAD="boot/xen-syms-${PV}"
+
+REQUIRED_USE="arm? ( debug )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   if [[ -z ${XEN_TARGET_ARCH} ]]; then
+   if use amd64; then
+   export XEN_TARGET_ARCH="x86_64"
+   elif use arm; then
+   export XEN_TARGET_ARCH="arm32"
+   elif use arm64; then
+   export XEN_TARGET_ARCH="arm64"
+   else
+ 

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

2018-03-12 Thread Yixun Lan
commit: 6c4b580ddfc2544a1d25917005ab7c71fd3e9e21
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Feb 23 05:58:00 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Mar 13 04:02:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4b580d

app-emulation/xen-tools: add upstream patches

Gentoo-Bug: 643208, 648182

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-tools/Manifest  |   2 +
 app-emulation/xen-tools/files/gentoo-patches.conf |  16 +
 app-emulation/xen-tools/xen-tools-4.9.1-r2.ebuild | 455 ++
 3 files changed, 473 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 227c9881981..67da9e0134e 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -6,7 +6,9 @@ DIST xen-4.8.2.tar.gz 22522336 BLAKE2B 
2c9da971622b4e52fe78fa029107bb1c5f945a636
 DIST xen-4.9.0-upstream-patches-0.tar.xz 58780 BLAKE2B 
6d12a5a5bb7d2be7ca6bb8636648ee219c9526dd34086c929d8cd32d096d2454d6cb499d459b436f228fa49f42ef3a1f5fbe9b5c84557e4054565a9edc0daad6
 SHA512 
98c601d791661a306e3dce5befb37b80de8a71cdd1759f3da00b199d48e3b9468efd1332e26ae044ad616b41a02771ad07a1c96972103b7e0aa39b93fb556999
 DIST xen-4.9.0.tar.gz 23361741 BLAKE2B 
1cfebb791ca5e51eda9b86a5d98e0883fab1554f5ac805fc065916fbbd3695e6b0f11ca75935a8f973735cc8dd83e38fe4a670d8489010be865be49d8fc1a341
 SHA512 
97f8075c49ef9ec0adbe95106c0cff4f9379578fd568777697565476c3fd948335d72ddcacf8be65fd9db219c0a35dcdc007f355f7e5874dd950fd4c0a0f966f
 DIST xen-4.9.1-upstream-patches-1.tar.xz 24592 BLAKE2B 
774c5219d6c14d729358e790d880a1a31fb4cda741e54e71879bff164e79bafbd8492eb8bccb7becdf7a2f9605e71266bb4fc15848deff8f9028ed7f8844f915
 SHA512 
edbc7cad2f6f8a5c7e8aac8efd5454428aa25e0e13018438f78c7f401cfb9173345267e16c7a5dfa78066a952980b172976409a0c63162094b7f507058e712ed
+DIST xen-4.9.1-upstream-patches-2.tar.xz 84228 BLAKE2B 
3b98cdb1202d4c9817dd1919b9dc5d4c06510d3be2c077b2e41334928bca07c65a9d8a421fc2a1ae3b806e69f7b61334f7c54d48952c98192ece4b5826539df8
 SHA512 
673520bff88fa401e1d1c7accc8d3650d4d74a9e52bc7195cfcb5335226c69ef0230e7db719fd97ce6df2f5198646ae0fbccc6f812d7e9ccd38a6eef359d287c
 DIST xen-4.9.1.tar.gz 23368303 BLAKE2B 
4cfddb351c9a4aa08227138dc1afa921f3d1880048f897428226da38eff9470cd81ae9896f174583048dad0ba8d5c1426df58b029115ba1623366d1980630c0d
 SHA512 
9d22f0aa5dcd01a1c105d17c14bce570cc597e884ddb9b4a46b80a72f647625b76ae5213cede423d0458c14e1906983595a9269bb6e6ff2e9e7e4dea840f4274
 DIST xen-gentoo-patches-10.tar.xz 27876 BLAKE2B 
8efece8548a046b47c04e5b9354ca8bdff55affd6c6bc67315ac7536778fbaa183d346e0ff83e365030df2433bddf845188a1c3fb8feaea2e93d5ba0dd1c779a
 SHA512 
2033f4cb671971c73841cfaa7eb46623c37778c5746b47302eee252c4af287ccbeb8d1884ffdf32cd97a38cd7785257d56f13ef20d4c03dc0fb1cb196dc04ece
+DIST xen-gentoo-patches-11.tar.xz 30216 BLAKE2B 
adae89fc9e819ff0271c9bc728af7221f60e1e9f9f649d6e6c717233642a9f3482fb338bc9e3698e2f1f36247403f7154eb64c975ae8857c3117ce6fb4a79a93
 SHA512 
23a4e89894cd3e01e4f64ea97734e5780d8c60ef2156c01d222e7552aa5a63ce93c775c31b70cd41f383d9e6b5834333a1c9baaf64e9eb5b488ee97676584453
 DIST xen-ovmf-patches-2.tar.xz 4344 BLAKE2B 
1514c89dcba05c84281e9d46ec5c3e9e946ea777dcbe64d1d7689298e187aac2c9a5febf407d79bdb3ebe47563972ea66e0f5204590c5abc98df9cf24549b92d
 SHA512 
0bdc83029a01b613f5c1ca029bd45aebe211c332f09db91a0cc7d6b6f85a81dbbfdc20c62f0d20e973ee41b155a6551a4fad518cb792e1d508bf070e23d6a1d3
 DIST xen-ovmf-patches-3.tar.xz 4208 BLAKE2B 
0df8f85667a33c91cbfd86c59aec2ae65eca892b45d66eed76f793a52e2748989bc2785861f8bfdf94235ef7a6c0be6572c6e6cce9695469e40f0facd0ce3947
 SHA512 
abe001053ca702138bbcdd6bea14e2daae5c785f862d6a15001ca894c8ed8617f0c5dc439c6f54a41433b988acf57c71911af1db074aa76732c39d98622a3b5b

diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf 
b/app-emulation/xen-tools/files/gentoo-patches.conf
index 1d98a23ac5d..ed8f95511b0 100644
--- a/app-emulation/xen-tools/files/gentoo-patches.conf
+++ b/app-emulation/xen-tools/files/gentoo-patches.conf
@@ -64,6 +64,7 @@ _gx023=" qemu-bridge.patch"
 _gx025=" xen-4.4-qemu-bridge.patch"
 _gx031=" xen-4.5-qemu-bridge.patch"
 _gx039=" xen-4.8-qemu-bridge.patch"
+_gx043=" xen-4.10-qemu-bridge.patch"
 #mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || 
die
 
 _gx026=" xen-tools-4.4-api-fix.patch"
@@ -101,6 +102,9 @@ _gx041=" 
0002-tools-libxc-Tolerate-zero-length-records-in-migratio.patch"
 #Fix missing makedev(), major(), minor()
 _gx042=" xen-tools-4.8.2-makedev.patch"
 
+# Fix building with glibc 2.27, bug #648182
+_gx044=" xen-tools-4.9-glibc-memfd.patch"
+
 # xen-tools-4.8.2 patches set
 _gpv_xen_tools_482_0="
 ${_gx008}
@@ -118,6 +122,7 @@ ${_gx027}
 ${_gx028} ${_gx029}
 ${_gx037} ${_gx042}
 "
+
 # xen-tools-4.9.1 patches set
 _gpv_xen_tools_491_0="
 ${_gx008}
@@ -125,4 +130,15 @@ ${_gx038} ${_gx017} ${_gx039}
 ${_gx027}
 ${_gx028} ${_gx029}
 ${_gx037} ${_gx042}

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

2018-03-12 Thread Yixun Lan
commit: 2fe19b776e42d0128d89f5e31349bf49dad6f39e
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Feb 23 05:54:36 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Mar 13 04:01:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe19b77

app-emulation/xen: add new upstream patches

Gentoo-Bug: 643350

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen/Manifest|   1 +
 app-emulation/xen/xen-4.9.1-r2.ebuild | 171 ++
 2 files changed, 172 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 04bb8fc006c..10ca50d0d4a 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -5,4 +5,5 @@ DIST xen-4.9.0-upstream-patches-0.tar.xz 58780 BLAKE2B 
6d12a5a5bb7d2be7ca6bb8636
 DIST xen-4.9.0.tar.gz 23361741 BLAKE2B 
1cfebb791ca5e51eda9b86a5d98e0883fab1554f5ac805fc065916fbbd3695e6b0f11ca75935a8f973735cc8dd83e38fe4a670d8489010be865be49d8fc1a341
 SHA512 
97f8075c49ef9ec0adbe95106c0cff4f9379578fd568777697565476c3fd948335d72ddcacf8be65fd9db219c0a35dcdc007f355f7e5874dd950fd4c0a0f966f
 DIST xen-4.9.1-upstream-patches-0.tar.xz 6856 BLAKE2B 
52a7e3b456d330444166c36ce68b008150831b7bb5b64b4a3dbebfbbe8cd024311f3d7aadd1313b194bd5ce7a20cd2ca5a424754e59589b986490eda97bf5d06
 SHA512 
9af8861443a708c60df52c21512099a55a6018238350ece962a715b07ade9141cab2d46540b5d5e8e20347980f786f7d28ec130f7e8e03c46ff4808d3b36a913
 DIST xen-4.9.1-upstream-patches-1.tar.xz 24592 BLAKE2B 
774c5219d6c14d729358e790d880a1a31fb4cda741e54e71879bff164e79bafbd8492eb8bccb7becdf7a2f9605e71266bb4fc15848deff8f9028ed7f8844f915
 SHA512 
edbc7cad2f6f8a5c7e8aac8efd5454428aa25e0e13018438f78c7f401cfb9173345267e16c7a5dfa78066a952980b172976409a0c63162094b7f507058e712ed
+DIST xen-4.9.1-upstream-patches-2.tar.xz 84228 BLAKE2B 
3b98cdb1202d4c9817dd1919b9dc5d4c06510d3be2c077b2e41334928bca07c65a9d8a421fc2a1ae3b806e69f7b61334f7c54d48952c98192ece4b5826539df8
 SHA512 
673520bff88fa401e1d1c7accc8d3650d4d74a9e52bc7195cfcb5335226c69ef0230e7db719fd97ce6df2f5198646ae0fbccc6f812d7e9ccd38a6eef359d287c
 DIST xen-4.9.1.tar.gz 23368303 BLAKE2B 
4cfddb351c9a4aa08227138dc1afa921f3d1880048f897428226da38eff9470cd81ae9896f174583048dad0ba8d5c1426df58b029115ba1623366d1980630c0d
 SHA512 
9d22f0aa5dcd01a1c105d17c14bce570cc597e884ddb9b4a46b80a72f647625b76ae5213cede423d0458c14e1906983595a9269bb6e6ff2e9e7e4dea840f4274

diff --git a/app-emulation/xen/xen-4.9.1-r2.ebuild 
b/app-emulation/xen/xen-4.9.1-r2.ebuild
new file mode 100644
index 000..42dbb4d4642
--- /dev/null
+++ b/app-emulation/xen/xen-4.9.1-r2.ebuild
@@ -0,0 +1,171 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm -x86"
+   UPSTREAM_VER=2
+   SECURITY_VER=
+   GENTOO_VER=
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
+   ${UPSTREAM_PATCHSET_URI}
+   ${SECURITY_PATCHSET_URI}
+   ${GENTOO_PATCHSET_URI}"
+fi
+
+DESCRIPTION="The Xen virtual machine monitor"
+HOMEPAGE="https://www.xenproject.org;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="custom-cflags debug efi flask"
+
+DEPEND="${PYTHON_DEPS}
+   efi? ( >=sys-devel/binutils-2.22[multitarget] )
+   !efi? ( >=sys-devel/binutils-2.22 )"
+RDEPEND=""
+PDEPEND="~app-emulation/xen-tools-${PV}"
+
+# no tests are available for the hypervisor
+# prevent the silliness of /usr/lib/debug/usr/lib/debug files
+# prevent stripping of the debug info from the /usr/lib/debug/xen-syms
+RESTRICT="test splitdebug strip"
+
+# Approved by QA team in bug #144032
+QA_WX_LOAD="boot/xen-syms-${PV}"
+
+REQUIRED_USE="arm? ( debug )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   if [[ -z ${XEN_TARGET_ARCH} ]]; then
+   if use amd64; then
+   export XEN_TARGET_ARCH="x86_64"
+   elif use arm; then
+   export XEN_TARGET_ARCH="arm32"
+   elif use arm64; then
+   export XEN_TARGET_ARCH="arm64"
+   else
+   

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

2018-03-12 Thread Yixun Lan
commit: 2988a702c6d1e77935480bf19a9b894cf8819c47
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Feb 23 06:01:36 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Mar 13 04:02:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2988a702

app-emulation/xen-tools: bump to 4.10.0

Gentoo-Bug: 641004

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-tools/Manifest  | 4 +++-
 app-emulation/xen-tools/files/gentoo-patches.conf | 8 
 .../{xen-tools-4.9.1-r2.ebuild => xen-tools-4.10.0.ebuild}| 7 ---
 app-emulation/xen-tools/xen-tools-4.9.1-r2.ebuild | 4 ++--
 4 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 67da9e0134e..06078d1f435 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -1,6 +1,8 @@
 DIST ovmf-20151110.tar.bz2 27518370 BLAKE2B 
c4ba51e59ca3f597d75639a792b1f307a70dc6127917306e6ce182a76646435bec8006f7db9ac5c580e0ad79465a2b2902cffa90139d367c89d16e28280a978b
 SHA512 
dda185af2fc0b9a8d5fc7e1e96db6aa31807782fe77d38491896164d125c30d2277db3d71a7dce7bbd569723b344b97dfebbc78ca0a095721f6b1ae3a1d3
 DIST ovmf-20170321.tar.xz 22141096 BLAKE2B 
79e991c8f9deb297865c319e88b6e6d46b1d08067d3fd639c83f2a379670779ecc60c74c2671ea4eb4a6659fe08ac2d7d4ff337b010b42a908a50829a2d18eeb
 SHA512 
f65dabde3df967224e2072817211786ee4fc3994ee31f8f9d6f67fd74e3479e1da459c720169dd81020cdc1777e4600e531bb124b4625c2ded42c6005bdc802a
 DIST seabios-1.10.0.tar.gz 588213 BLAKE2B 
254eb4572a1dac06020a545820efb53a130a027aaab035cd916009b424475f89bd151f82f1bc5103c01c4657d09da3219d2fbcc7728add473011dcfc7bff7410
 SHA512 
f1b83ce37b59070b488e19f98c95ca9f413cf4969663331b631c3ccb884c90b2db793d32a779ef05cead538c2fd123be4b73391ad2fa20c900a1f14237178d8c
+DIST xen-4.10.0-upstream-patches-0.tar.xz 70884 BLAKE2B 
9a27e7989486ba3ba59548de356384527cc5b78e63b6ed042506e6534e488272369f021cd2daa516820313c3fe18625a5864794ae0806e7018b8ad28b0a294b1
 SHA512 
e64bf1d30d24e922c60c3b518a4de7874b43cc695134b4cdd65f6d95ae9ae579c521fab13ca82409fde55e43815d072c3194997e2bda106204cbf329e93a0a00
+DIST xen-4.10.0.tar.gz 24618123 BLAKE2B 
009faa980f9734525c137d525e626bfa3443c285aeb6b4af91bb2c32a2e98376ded0b1114b541d11e2d4353f4f588d58e8add5b1e0d7de2fe3399d4687c5bfae
 SHA512 
5a37935c382f9cfe3641a35c3be0ba11689bca10c7d3c2401963513e3a834ee8d0c8a0ddcf3716dbf0a795aea1bab78caf19acf1272e5e054bf012cfa06a4690
 DIST xen-4.8.2-upstream-patches-2.tar.xz 38852 BLAKE2B 
cbc7bad4703fabd05b703c66268df0670e2ae97b77007895dceaf6465b12a2f9fbe3773c7735b307427ad18c61711b20beb7f3ae6b1f1b8b5efda2a847fec0ec
 SHA512 
536823eabf03e92585a8c5cde90ce502672dd1ec080b28b39411d6a778b899436a57bfb633f11c94d48d2f963848b7771e469f5ea53e84b580976f631f69cc5d
 DIST xen-4.8.2.tar.gz 22522336 BLAKE2B 
2c9da971622b4e52fe78fa029107bb1c5f945a63605406493df607c410c6f2a8c2cdb38b1eb30c1bc1c8bc6e5620efad977c3ba55e04c579c01d51f0104afcce
 SHA512 
7805531f73d23ecfff3439770e62d387f4254a444875670d53a0a739323e5d4d8f8fcc478f8936ee1ae8aff3e0229549e47c01c606365a8ce060dd5c503e87da
 DIST xen-4.9.0-upstream-patches-0.tar.xz 58780 BLAKE2B 
6d12a5a5bb7d2be7ca6bb8636648ee219c9526dd34086c929d8cd32d096d2454d6cb499d459b436f228fa49f42ef3a1f5fbe9b5c84557e4054565a9edc0daad6
 SHA512 
98c601d791661a306e3dce5befb37b80de8a71cdd1759f3da00b199d48e3b9468efd1332e26ae044ad616b41a02771ad07a1c96972103b7e0aa39b93fb556999
@@ -9,6 +11,6 @@ DIST xen-4.9.1-upstream-patches-1.tar.xz 24592 BLAKE2B 
774c5219d6c14d729358e790d
 DIST xen-4.9.1-upstream-patches-2.tar.xz 84228 BLAKE2B 
3b98cdb1202d4c9817dd1919b9dc5d4c06510d3be2c077b2e41334928bca07c65a9d8a421fc2a1ae3b806e69f7b61334f7c54d48952c98192ece4b5826539df8
 SHA512 
673520bff88fa401e1d1c7accc8d3650d4d74a9e52bc7195cfcb5335226c69ef0230e7db719fd97ce6df2f5198646ae0fbccc6f812d7e9ccd38a6eef359d287c
 DIST xen-4.9.1.tar.gz 23368303 BLAKE2B 
4cfddb351c9a4aa08227138dc1afa921f3d1880048f897428226da38eff9470cd81ae9896f174583048dad0ba8d5c1426df58b029115ba1623366d1980630c0d
 SHA512 
9d22f0aa5dcd01a1c105d17c14bce570cc597e884ddb9b4a46b80a72f647625b76ae5213cede423d0458c14e1906983595a9269bb6e6ff2e9e7e4dea840f4274
 DIST xen-gentoo-patches-10.tar.xz 27876 BLAKE2B 
8efece8548a046b47c04e5b9354ca8bdff55affd6c6bc67315ac7536778fbaa183d346e0ff83e365030df2433bddf845188a1c3fb8feaea2e93d5ba0dd1c779a
 SHA512 
2033f4cb671971c73841cfaa7eb46623c37778c5746b47302eee252c4af287ccbeb8d1884ffdf32cd97a38cd7785257d56f13ef20d4c03dc0fb1cb196dc04ece
-DIST xen-gentoo-patches-11.tar.xz 30216 BLAKE2B 
adae89fc9e819ff0271c9bc728af7221f60e1e9f9f649d6e6c717233642a9f3482fb338bc9e3698e2f1f36247403f7154eb64c975ae8857c3117ce6fb4a79a93
 SHA512 
23a4e89894cd3e01e4f64ea97734e5780d8c60ef2156c01d222e7552aa5a63ce93c775c31b70cd41f383d9e6b5834333a1c9baaf64e9eb5b488ee97676584453
+DIST xen-gentoo-patches-12.tar.xz 28188 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Diff/

2018-03-12 Thread Kent Fredric
commit: df3b65195f9335ff284a7e4a5d79069d9b64855b
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 13 03:58:17 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 13 03:58:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3b6519

dev-perl/Text-Diff: Bump to version 1.450.0

Upstream:
- Documentation fixes

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Text-Diff/Manifest |  1 +
 dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Text-Diff/Manifest b/dev-perl/Text-Diff/Manifest
index 43b2b678056..1fb7c546815 100644
--- a/dev-perl/Text-Diff/Manifest
+++ b/dev-perl/Text-Diff/Manifest
@@ -1,3 +1,4 @@
 DIST Text-Diff-1.41.tar.gz 27813 BLAKE2B 
e1131e560c33f9207e6bbb1b63bea01408a1062b4154fbb1cecf75aac6f55aa0e4b91cfd5221b6d512fd2f54afc1ac007e88495c8d682c3b1f5fbab9b1297d17
 SHA512 
77ebd2fff53e5a347d75f50134332b1bb9843f44ecf82872919bc407abacc25446a98346f38425807a9cb8bf2d380d31f12aa9f3c6b2049d4383099920ee9a34
 DIST Text-Diff-1.43.tar.gz 29330 BLAKE2B 
2747cdf71b3943637eac10531ab7eb1dacaeed0dd07c73d7849ad8842ab3a0c213b844b3e8813c6846a04c7ee7a39987b8bd92f5a522dd50e465250204f40a05
 SHA512 
c76eee797d6b198016af69008186af906f3d6c83b7c9e29c95bcf38c2539588f991cc2eb44b34b3701ceee879ae37c73a8fba0240f6e9a462b9be581942e5842
 DIST Text-Diff-1.44.tar.gz 29535 BLAKE2B 
f496cdc63ae8c355ef1158b2cba8e9a08b577f5c2245006ee506bcfaaf519ad2d8d5c0293fe6c036f562a40d2bf0021001a2a99da54e98eb6d71735926aeeae5
 SHA512 
6174135a07c880cb92577ad07107a4d4606f91a2602f65d9c0fd032d11de86d91367feb6e2da71f9b9293331460ab42439623c5c03e2ee4807846709c3e964aa
+DIST Text-Diff-1.45.tar.gz 29599 BLAKE2B 
361bc0a8fd7bcbd67df75d59e4c360f9982ce89807080150bfff535218ea9be814d41120710a4880bf777a639bf1b8ca0bd2d9f9182a1a2bec17401955fb1a36
 SHA512 
569370707bf30d60d12df6389594bcdba050805005916ac3a485c2226e528891b0af9ecfcc13d20e4f377d2c36a7ff67e51de5ca409c647aa8a36b7a87eab367

diff --git a/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild 
b/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild
new file mode 100644
index 000..c587bb63a16
--- /dev/null
+++ b/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.45
+inherit perl-module
+
+DESCRIPTION="Perform diffs on files and record sets"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND="
+   >=dev-perl/Algorithm-Diff-1.190.0
+   virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+PERL_RM_FILES=( "t/97_meta.t" "t/98_pod.t" "t/99_pmv.t" )



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

2018-03-12 Thread William Hubbs
commit: fa3c60c0d8fd2267be5c1b156530b136a2503088
Author: William Hubbs  gmail  com>
AuthorDate: Mon Mar 12 23:15:06 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar 12 23:15:06 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=fa3c60c0

man: document default retry sppecification for start-stop-daemon

 man/start-stop-daemon.8 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index 1506a1a5..706a12ed 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -151,6 +151,7 @@ These options are only used for stopping daemons:
 .It Fl R , -retry Ar timeout | Ar signal Ns / Ns Ar timeout
 The retry specification can be either a timeout in seconds or multiple
 signal/timeout pairs (like SIGTERM/5).
+If this option is not given, the default is SIGTERM/5.
 .El
 .Sh ENVIRONMENT
 .Va SSD_IONICELEVEL



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

2018-03-12 Thread William Hubbs
commit: 122768d339175c925a1a228792f4725b7c802f46
Author: William Hubbs  gmail  com>
AuthorDate: Mon Mar 12 23:22:05 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar 12 23:22:40 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=122768d3

man: document default retry specification for supervise-daemon

 man/supervise-daemon.8 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8
index 0d34a249..af06ee31 100644
--- a/man/supervise-daemon.8
+++ b/man/supervise-daemon.8
@@ -120,6 +120,7 @@ description of --respawn-max for more information.
 .It Fl R , -retry Ar timeout | Ar signal Ns / Ns Ar timeout
 The retry specification can be either a timeout in seconds or multiple
 signal/timeout pairs (like SIGTERM/5).
+If this option is not given, the default is SIGTERM/5.
 .It Fl r , -chroot Ar path
 chroot to this directory before starting the daemon. All other paths, such
 as the path to the daemon, chdir and pidfile, should be relative to the chroot.



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/

2018-03-12 Thread Sebastian Pipping
commit: 9fd81109e050c62e9acd348037a18ba70c2a71f3
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Mar 12 22:31:36 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Mar 12 23:14:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd81109

x11-drivers/xf86-video-intel: Disable DRI1 support

Apply --disable-dri1 from 0d5cb248168c1dea0a2829446af9f66895956f24
to 2.99.917_p20171018 as well, same issue

Bug: https://bugs.gentoo.org/649302
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild
index f364cc49df8..d9799aba96c 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.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
@@ -61,6 +61,7 @@ DEPEND="${RDEPEND}
 src_configure() {
replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
+   --disable-dri1
$(use_enable debug)
$(use_enable dri)
$(use_enable dri dri3)



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/prometheus-snmp_exporter/files/

2018-03-12 Thread Austin English
commit: c11f7dc739f73ee9efe622a742d5f2c128a39a4a
Author: Austin English  gentoo  org>
AuthorDate: Mon Mar 12 23:07:21 2018 +
Commit: Austin English  gentoo  org>
CommitDate: Mon Mar 12 23:07:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11f7dc7

net-analyzer/prometheus-snmp_exporter: fix typo in confd

austin  austin1 ~ $ touch snmp.yml

austin  austin1 ~ $ /usr/bin/snmp_exporter --config-file=snmp.yml
snmp_exporter: error: unknown long flag '--config-file', try --help

austin  austin1 ~ $ /usr/bin/snmp_exporter --config.file=snmp.yml
INFO[] Starting snmp exporter (version=0.8.0, branch=non-git, 
revision=17cefca)  source="main.go:125"
INFO[] Build context (go=go1.9.4, user=portage  releng3, 
date=20180222-23:34:24)  source="main.go:126"
INFO[] Listening on :9116source="main.go:205"

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../prometheus-snmp_exporter/files/prometheus-snmp_exporter.confd   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-analyzer/prometheus-snmp_exporter/files/prometheus-snmp_exporter.confd 
b/net-analyzer/prometheus-snmp_exporter/files/prometheus-snmp_exporter.confd
index e80d6a1a850..c5e56a67e15 100644
--- a/net-analyzer/prometheus-snmp_exporter/files/prometheus-snmp_exporter.confd
+++ b/net-analyzer/prometheus-snmp_exporter/files/prometheus-snmp_exporter.confd
@@ -1,2 +1,2 @@
 # arguments for prometheus snmp exporter
-command_args="--config-file=/etc/snmp_exporter/snmp.yml"
+command_args="--config.file=/etc/snmp_exporter/snmp.yml"



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

2018-03-12 Thread Patrice Clement
commit: 2f1760d40ee9c4f69be0cf6aaf941b28ce6a37fd
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Mar 12 08:21:31 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 12 22:59:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1760d4

app-admin/logstash-bin: drop old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/logstash-bin/Manifest  |  1 -
 app-admin/logstash-bin/logstash-bin-5.6.5.ebuild | 77 
 2 files changed, 78 deletions(-)

diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest
index 51c35ee4d3b..9ce0b69c47d 100644
--- a/app-admin/logstash-bin/Manifest
+++ b/app-admin/logstash-bin/Manifest
@@ -1,4 +1,3 @@
-DIST logstash-5.6.5.zip 109135563 BLAKE2B 
6846231439807dd4fc77ae86af849aaefcc9084482f2f88de6148da3d31ef583164da6749ebe0c4def83217e95729a933acbb3e04777db58639eaab91de06831
 SHA512 
f1dcbb8f67d2f2868e38646b56376428e0996cbf302837300939b8c7ff6d764417fccea40f90559c48441f939e6940e84501ee3ad1e29ad2538969f2cc12b2b8
 DIST logstash-5.6.8.zip 109269226 BLAKE2B 
7537b1a9687cc1f45f2573ed0ac9d4065bfc7e6d94e5a9d861a4227ace47346f1320e2fe9139a6bb82b8a75d5b4766e9a1e844dcc43c6b89990f1c1eb88f1262
 SHA512 
31dfc2792d54813d1361f117bcd4a489a5e37e1a3ad1c6f811fc0e15b4bbfeb84f5d842dea2b8fcb08e503a51ad58ccc298da9bf86536abcfb5541e71b999806
 DIST logstash-6.0.1.zip 116215793 BLAKE2B 
676810b9cd62f578e31e1d63d4aae8c920590905a7344434d5e14607bab0e3ce59e2740e6839491f44ce769b24330a7a060174dcb5e6cb9cf51a31d165ba990b
 SHA512 
395e4e2ff199d9ffc5156901d6ba6ab17771ab8f8859acede74567b2294e2d7ee2a6693e79f7b3e82c8d5c1959ad259bfb22e7992670cdcd3b73c7b72a635a31
 DIST logstash-6.1.1.zip 116335093 BLAKE2B 
e7a990c2ea0eb3ec7de714f038765817c76eaf9e6cef0e55106f1f1aca406ec95d6be779f24c1fa28e096b51feeef968cb31f416f99c85c2f45d798bb74aadf7
 SHA512 
a2a420169dff31f3d5d65628a9d1eaad930a8e544fc4e986e3671ffeea3a1d03c8f77f8b51568a0da082588a843568fb7aefe29c1c90365882f429f9536f9240

diff --git a/app-admin/logstash-bin/logstash-bin-5.6.5.ebuild 
b/app-admin/logstash-bin/logstash-bin-5.6.5.ebuild
deleted file mode 100644
index f5c2a9c0a25..000
--- a/app-admin/logstash-bin/logstash-bin-5.6.5.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit java-pkg-2 user
-
-MY_PN="${PN%-bin}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Tool for managing events and logs"
-HOMEPAGE="https://www.elastic.co/products/logstash;
-SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.zip;
-
-# source: LICENSE.txt and NOTICE.txt
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="strip"
-QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so"
-
-RDEPEND="virtual/jre:1.8"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   enewgroup ${MY_PN}
-   enewuser ${MY_PN} -1 -1 /var/lib/${MY_PN} ${MY_PN}
-}
-
-src_install() {
-   keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins}
-   keepdir "/var/lib/${MY_PN}"
-   keepdir "/var/log/${MY_PN}"
-
-   insinto "/usr/share/${MY_PN}"
-   newins "${FILESDIR}/agent.conf.sample" agent.conf
-
-   rm -v config/startup.options || die
-   insinto /etc/${MY_PN}
-   doins config/*
-   rm -rv config data || die
-
-   insinto "/opt/${MY_PN}"
-   doins -r .
-   fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" 
"/opt/${MY_PN}/vendor/jruby/bin/jruby" "/opt/${MY_PN}/bin/logstash-plugin"
-
-   newconfd "${FILESDIR}/${MY_PN}.confd-r1" "${MY_PN}"
-   newinitd "${FILESDIR}/${MY_PN}.initd-r1" "${MY_PN}"
-
-   insinto /usr/share/eselect/modules
-   doins "${FILESDIR}"/logstash-plugin.eselect
-}
-
-pkg_postinst() {
-   ewarn "The default pidfile directory has been changed from 
/run/logstash to /run."
-   ewarn "Please ensure any running logstash processes are shut down 
cleanly."
-   ewarn
-   ewarn "The default data directory has been moved from 
/opt/logstash/data to"
-   ewarn "/var/lib/logstash/data. Please check and move its contents as 
necessary."
-   ewarn
-   ewarn "Self installed plugins are removed during Logstash upgrades (Bug 
#622602)"
-   ewarn "Install the plugins via eselect module that will automatically 
re-install"
-   ewarn "all self installed plugins after Logstash upgrades."
-   einfo
-   einfo "Installing plugins:"
-   einfo "eselect logstash-plugin install logstash-output-gelf"
-   einfo
-
-   einfo "Reinstalling self installed plugins (installed via eselect 
module):"
-   eselect logstash-plugin reinstall
-
-   einfo
-   einfo "Sample configuration:"
-   einfo "${EROOT%/}/usr/share/${MY_PN}"
-}



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

2018-03-12 Thread Patrice Clement
commit: c729888d599e0ab0d74bead25089f8bcd94185b0
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Mar 12 08:20:17 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 12 22:59:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c729888d

app-admin/logstash-bin: bump to 5.6.8/6.2.2.

Closes: https://bugs.gentoo.org/647828
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7431

 app-admin/logstash-bin/Manifest  |  2 +
 app-admin/logstash-bin/logstash-bin-5.6.8.ebuild | 77 
 app-admin/logstash-bin/logstash-bin-6.2.2.ebuild | 77 
 3 files changed, 156 insertions(+)

diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest
index d115ba5e88c..51c35ee4d3b 100644
--- a/app-admin/logstash-bin/Manifest
+++ b/app-admin/logstash-bin/Manifest
@@ -1,3 +1,5 @@
 DIST logstash-5.6.5.zip 109135563 BLAKE2B 
6846231439807dd4fc77ae86af849aaefcc9084482f2f88de6148da3d31ef583164da6749ebe0c4def83217e95729a933acbb3e04777db58639eaab91de06831
 SHA512 
f1dcbb8f67d2f2868e38646b56376428e0996cbf302837300939b8c7ff6d764417fccea40f90559c48441f939e6940e84501ee3ad1e29ad2538969f2cc12b2b8
+DIST logstash-5.6.8.zip 109269226 BLAKE2B 
7537b1a9687cc1f45f2573ed0ac9d4065bfc7e6d94e5a9d861a4227ace47346f1320e2fe9139a6bb82b8a75d5b4766e9a1e844dcc43c6b89990f1c1eb88f1262
 SHA512 
31dfc2792d54813d1361f117bcd4a489a5e37e1a3ad1c6f811fc0e15b4bbfeb84f5d842dea2b8fcb08e503a51ad58ccc298da9bf86536abcfb5541e71b999806
 DIST logstash-6.0.1.zip 116215793 BLAKE2B 
676810b9cd62f578e31e1d63d4aae8c920590905a7344434d5e14607bab0e3ce59e2740e6839491f44ce769b24330a7a060174dcb5e6cb9cf51a31d165ba990b
 SHA512 
395e4e2ff199d9ffc5156901d6ba6ab17771ab8f8859acede74567b2294e2d7ee2a6693e79f7b3e82c8d5c1959ad259bfb22e7992670cdcd3b73c7b72a635a31
 DIST logstash-6.1.1.zip 116335093 BLAKE2B 
e7a990c2ea0eb3ec7de714f038765817c76eaf9e6cef0e55106f1f1aca406ec95d6be779f24c1fa28e096b51feeef968cb31f416f99c85c2f45d798bb74aadf7
 SHA512 
a2a420169dff31f3d5d65628a9d1eaad930a8e544fc4e986e3671ffeea3a1d03c8f77f8b51568a0da082588a843568fb7aefe29c1c90365882f429f9536f9240
+DIST logstash-6.2.2.zip 146093122 BLAKE2B 
0bd01673bb030593a944ecdd859ff0f44d8732f3ffef2b45b38798124c9caa547f625ae9c85300500683bac149b6ca4b9976bd0769fa0684989d40aa452a3584
 SHA512 
eb67b1fbe2530e4b24252a03aca572a41188e119cbf4a88267795782b347155f2e20405add6626585688fa6ed9d38fa463a0818fccd12612285950904dbd0cad

diff --git a/app-admin/logstash-bin/logstash-bin-5.6.8.ebuild 
b/app-admin/logstash-bin/logstash-bin-5.6.8.ebuild
new file mode 100644
index 000..b14f892c284
--- /dev/null
+++ b/app-admin/logstash-bin/logstash-bin-5.6.8.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2 user
+
+MY_PN="${PN%-bin}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Tool for managing events and logs"
+HOMEPAGE="https://www.elastic.co/products/logstash;
+SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.zip;
+
+# source: LICENSE.txt and NOTICE.txt
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="strip"
+QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so"
+
+RDEPEND="virtual/jre:1.8"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   enewgroup ${MY_PN}
+   enewuser ${MY_PN} -1 -1 /var/lib/${MY_PN} ${MY_PN}
+}
+
+src_install() {
+   keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins}
+   keepdir "/var/lib/${MY_PN}"
+   keepdir "/var/log/${MY_PN}"
+
+   insinto "/usr/share/${MY_PN}"
+   newins "${FILESDIR}/agent.conf.sample" agent.conf
+
+   rm -v config/startup.options || die
+   insinto /etc/${MY_PN}
+   doins config/*
+   rm -rv config data || die
+
+   insinto "/opt/${MY_PN}"
+   doins -r .
+   fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" 
"/opt/${MY_PN}/vendor/jruby/bin/jruby" "/opt/${MY_PN}/bin/logstash-plugin"
+
+   newconfd "${FILESDIR}/${MY_PN}.confd-r1" "${MY_PN}"
+   newinitd "${FILESDIR}/${MY_PN}.initd-r1" "${MY_PN}"
+
+   insinto /usr/share/eselect/modules
+   doins "${FILESDIR}"/logstash-plugin.eselect
+}
+
+pkg_postinst() {
+   ewarn "The default pidfile directory has been changed from 
/run/logstash to /run."
+   ewarn "Please ensure any running logstash processes are shut down 
cleanly."
+   ewarn
+   ewarn "The default data directory has been moved from 
/opt/logstash/data to"
+   ewarn "/var/lib/logstash/data. Please check and move its contents as 
necessary."
+   ewarn
+   ewarn "Self installed plugins are removed during Logstash upgrades (Bug 
#622602)"
+   ewarn "Install the plugins via eselect module that will automatically 
re-install"
+   ewarn "all self installed plugins after Logstash upgrades."
+   einfo
+   einfo "Installing plugins:"
+   einfo "eselect logstash-plugin install 

[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/

2018-03-12 Thread Patrice Clement
commit: 593aca98e2ea268c973390673281f1c853c97e53
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Mar 12 08:15:11 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 12 22:59:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593aca98

www-apps/kibana-bin: bump to 5.6.8/6.2.2.

Closes: https://bugs.gentoo.org/647830
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7430

 www-apps/kibana-bin/Manifest|  2 +
 www-apps/kibana-bin/kibana-bin-5.6.8.ebuild | 62 +
 www-apps/kibana-bin/kibana-bin-6.2.2.ebuild | 62 +
 3 files changed, 126 insertions(+)

diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest
index 0885f5675fc..3e3900c071e 100644
--- a/www-apps/kibana-bin/Manifest
+++ b/www-apps/kibana-bin/Manifest
@@ -1,3 +1,5 @@
 DIST kibana-5.6.6-linux-x86_64.tar.gz 52322049 BLAKE2B 
7c1b36b2231fe6b48977459475aa40badd255391b57dfe32294096514a08335267b7276c17744010dd66ad1497ba80358cc45e0862811c28c0229e0eacfa82e8
 SHA512 
75803ff81cb73a48e2071f6249ec90b863246ce04b668919f811e43b27614ccb571f220e4667fc0b505ed45f531d8487aed615752752889d498a2f77e06b2f28
+DIST kibana-5.6.8-linux-x86_64.tar.gz 51974963 BLAKE2B 
d90b3e56e9d19c3846b7fae294d8bf27b89ffe462d8554e465bb5235741915ee65c1c6e58b94453ffbb80eaac17ede190300d614b25cf033d84231d87a46c6e9
 SHA512 
a819fc1166994364e94a47fa6f55f06e0672a6c5fc9bc8d594ad5ba48092033faafcc8fc70aae3c4b04300f96a9221683711bc2e2b5d343fd85d7dc22b173513
 DIST kibana-6.0.1-linux-x86_64.tar.gz 62720465 BLAKE2B 
81c3cb130067483cc6138c5274555c01102e365d873bf753a534cbcd96487516af41fbb91878cea4f80ffc02c5d18c82d322b0530cf1d3a55adffeefe60d9574
 SHA512 
3761f8abff5d949631f365c228af2f205597e1f05137d0140917b35128d2dcb79e32db355873864c1f01bce06121af71f1bfcb1679ae25903e1121bc76f68ecc
 DIST kibana-6.1.2-linux-x86_64.tar.gz 65093343 BLAKE2B 
08254af4fcc261a49f5f6e4e1c734acca799708394d95d3203d6355d1e9dc3fa6bfa3eb85b1cb40e5d52a4558b6ea202d54e87ff6274823767f8332a7b01b9c7
 SHA512 
eefe3ae73e08c0cd14c5c7d7f962dc78cdfff1096895a1ab539f172b84dfa0d8c197d99573ac7dea6c60adb89b5e3fd5be10749c060c540b30c34426c8a1
+DIST kibana-6.2.2-linux-x86_64.tar.gz 83415765 BLAKE2B 
86f7511c82b6954a8769673b856eb46f2b633490535a013d4e30138e8abee470776493de43284f2e68b2cac6b74ba2b76245fd35803b8b5834f79ea5f488dd6b
 SHA512 
8d26eb8293028aa0c35942a7b5025401f9b717d5c548d6cdbcf2761c0d8cc1189fdbf12c6f39468d4c809a3975f5f3c817e0f02424b296ce36183e118b0c72c6

diff --git a/www-apps/kibana-bin/kibana-bin-5.6.8.ebuild 
b/www-apps/kibana-bin/kibana-bin-5.6.8.ebuild
new file mode 100644
index 000..8471d3d0b36
--- /dev/null
+++ b/www-apps/kibana-bin/kibana-bin-5.6.8.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user eapi7-ver
+
+MY_PN="${PN%-bin}"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Analytics and search dashboard for Elasticsearch"
+HOMEPAGE="https://www.elastic.co/products/kibana;
+SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz;
+
+# source: LICENSE.txt and NOTICE.txt
+LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT 
MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="net-libs/nodejs"
+
+S="${WORKDIR}/${MY_P}-linux-x86_64"
+
+pkg_setup() {
+   enewgroup ${MY_PN}
+   enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN}
+}
+
+src_prepare() {
+   default
+
+   # remove bundled nodejs
+   rm -rv node || die
+}
+
+src_install() {
+   keepdir /var/log/${MY_PN}
+
+   insinto /etc/${MY_PN}
+   doins -r config/.
+   rm -rv config || die
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN}
+
+   newconfd "${FILESDIR}"/${MY_PN}.confd ${MY_PN}
+   newinitd "${FILESDIR}"/${MY_PN}.initd ${MY_PN}
+
+   insinto /opt/${MY_PN}
+   doins -r .
+
+   chmod +x "${ED%/}"/opt/${MY_PN}/bin/* || die
+}
+
+pkg_postinst() {
+   elog "This version of Kibana is compatible with Elasticsearch $(ver_cut 
1-2)"
+   elog
+   elog "Be sure to point ES_INSTANCE to your Elasticsearch instance"
+   elog "in /etc/conf.d/${MY_PN}."
+   elog
+   elog "Elasticsearch can run local or remote."
+}

diff --git a/www-apps/kibana-bin/kibana-bin-6.2.2.ebuild 
b/www-apps/kibana-bin/kibana-bin-6.2.2.ebuild
new file mode 100644
index 000..8471d3d0b36
--- /dev/null
+++ b/www-apps/kibana-bin/kibana-bin-6.2.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user eapi7-ver
+
+MY_PN="${PN%-bin}"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Analytics and search dashboard for Elasticsearch"
+HOMEPAGE="https://www.elastic.co/products/kibana;

[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/

2018-03-12 Thread Patrice Clement
commit: a8953d793b6bab25f3097479b0bf31ad1e26871f
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Mar 12 08:15:37 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 12 22:59:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8953d79

www-apps/kibana-bin: drop old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-apps/kibana-bin/Manifest|  1 -
 www-apps/kibana-bin/kibana-bin-5.6.6.ebuild | 62 -
 2 files changed, 63 deletions(-)

diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest
index 3e3900c071e..3012b7eae9f 100644
--- a/www-apps/kibana-bin/Manifest
+++ b/www-apps/kibana-bin/Manifest
@@ -1,4 +1,3 @@
-DIST kibana-5.6.6-linux-x86_64.tar.gz 52322049 BLAKE2B 
7c1b36b2231fe6b48977459475aa40badd255391b57dfe32294096514a08335267b7276c17744010dd66ad1497ba80358cc45e0862811c28c0229e0eacfa82e8
 SHA512 
75803ff81cb73a48e2071f6249ec90b863246ce04b668919f811e43b27614ccb571f220e4667fc0b505ed45f531d8487aed615752752889d498a2f77e06b2f28
 DIST kibana-5.6.8-linux-x86_64.tar.gz 51974963 BLAKE2B 
d90b3e56e9d19c3846b7fae294d8bf27b89ffe462d8554e465bb5235741915ee65c1c6e58b94453ffbb80eaac17ede190300d614b25cf033d84231d87a46c6e9
 SHA512 
a819fc1166994364e94a47fa6f55f06e0672a6c5fc9bc8d594ad5ba48092033faafcc8fc70aae3c4b04300f96a9221683711bc2e2b5d343fd85d7dc22b173513
 DIST kibana-6.0.1-linux-x86_64.tar.gz 62720465 BLAKE2B 
81c3cb130067483cc6138c5274555c01102e365d873bf753a534cbcd96487516af41fbb91878cea4f80ffc02c5d18c82d322b0530cf1d3a55adffeefe60d9574
 SHA512 
3761f8abff5d949631f365c228af2f205597e1f05137d0140917b35128d2dcb79e32db355873864c1f01bce06121af71f1bfcb1679ae25903e1121bc76f68ecc
 DIST kibana-6.1.2-linux-x86_64.tar.gz 65093343 BLAKE2B 
08254af4fcc261a49f5f6e4e1c734acca799708394d95d3203d6355d1e9dc3fa6bfa3eb85b1cb40e5d52a4558b6ea202d54e87ff6274823767f8332a7b01b9c7
 SHA512 
eefe3ae73e08c0cd14c5c7d7f962dc78cdfff1096895a1ab539f172b84dfa0d8c197d99573ac7dea6c60adb89b5e3fd5be10749c060c540b30c34426c8a1

diff --git a/www-apps/kibana-bin/kibana-bin-5.6.6.ebuild 
b/www-apps/kibana-bin/kibana-bin-5.6.6.ebuild
deleted file mode 100644
index 8471d3d0b36..000
--- a/www-apps/kibana-bin/kibana-bin-5.6.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user eapi7-ver
-
-MY_PN="${PN%-bin}"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Analytics and search dashboard for Elasticsearch"
-HOMEPAGE="https://www.elastic.co/products/kibana;
-SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz;
-
-# source: LICENSE.txt and NOTICE.txt
-LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT 
MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="net-libs/nodejs"
-
-S="${WORKDIR}/${MY_P}-linux-x86_64"
-
-pkg_setup() {
-   enewgroup ${MY_PN}
-   enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN}
-}
-
-src_prepare() {
-   default
-
-   # remove bundled nodejs
-   rm -rv node || die
-}
-
-src_install() {
-   keepdir /var/log/${MY_PN}
-
-   insinto /etc/${MY_PN}
-   doins -r config/.
-   rm -rv config || die
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN}
-
-   newconfd "${FILESDIR}"/${MY_PN}.confd ${MY_PN}
-   newinitd "${FILESDIR}"/${MY_PN}.initd ${MY_PN}
-
-   insinto /opt/${MY_PN}
-   doins -r .
-
-   chmod +x "${ED%/}"/opt/${MY_PN}/bin/* || die
-}
-
-pkg_postinst() {
-   elog "This version of Kibana is compatible with Elasticsearch $(ver_cut 
1-2)"
-   elog
-   elog "Be sure to point ES_INSTANCE to your Elasticsearch instance"
-   elog "in /etc/conf.d/${MY_PN}."
-   elog
-   elog "Elasticsearch can run local or remote."
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/prometheus-snmp_exporter/files/

2018-03-12 Thread Austin English
commit: 4a4f25e70b1b67c211d75a3292d61074911433c4
Author: Austin English  gentoo  org>
AuthorDate: Mon Mar 12 22:48:16 2018 +
Commit: Austin English  gentoo  org>
CommitDate: Mon Mar 12 22:48:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4f25e7

net-analyzer/prometheus-snmp_exporter: fix typo in initd

austin  austin1 ~ $ touch snmp.yml

austin  austin1 ~ $ /usr/bin/snmp_exporter --config-file=snmp.yml
snmp_exporter: error: unknown long flag '--config-file', try --help

austin  austin1 ~ $ /usr/bin/snmp_exporter --config.file=snmp.yml
INFO[] Starting snmp exporter (version=0.8.0, branch=non-git, 
revision=17cefca)  source="main.go:125"
INFO[] Build context (go=go1.9.4, user=portage  releng3, 
date=20180222-23:34:24)  source="main.go:126"
INFO[] Listening on :9116source="main.go:205"

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../prometheus-snmp_exporter/files/prometheus-snmp_exporter.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/net-analyzer/prometheus-snmp_exporter/files/prometheus-snmp_exporter.initd 
b/net-analyzer/prometheus-snmp_exporter/files/prometheus-snmp_exporter.initd
index 4d620b54b17..b214422704e 100644
--- a/net-analyzer/prometheus-snmp_exporter/files/prometheus-snmp_exporter.initd
+++ b/net-analyzer/prometheus-snmp_exporter/files/prometheus-snmp_exporter.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 2016-2017 Gentoo Foundation
+# Copyright 2016-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 description="Prometheus snmp exporter"
@@ -8,7 +8,7 @@ user=${user:-${RC_SVCNAME}}
 group=${group:-${RC_SVCNAME}}
 
 command="/usr/bin/snmp_exporter"
-command_args="${command_args:---config-file=/etc/snmp_exporter/snmp.yml}"
+command_args="${command_args:---config.file=/etc/snmp_exporter/snmp.yml}"
 command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
--stdout /var/log/snmp_exporter/${RC_SVCNAME}.log \



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

2018-03-12 Thread Amadeusz Piotr Żołnowski
commit: dd6c8a085115cfffb147a81b10ec36efa81d1766
Author: Azamat Khudaygulov  hudaygulov  ru>
AuthorDate: Mon Mar 12 07:57:39 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar 12 21:29:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6c8a08

app-misc/timew: Bump version to 1.1.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/timew/Manifest   |  1 +
 app-misc/timew/timew-1.1.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-misc/timew/Manifest b/app-misc/timew/Manifest
index 0e679c6e27c..c27519ec95f 100644
--- a/app-misc/timew/Manifest
+++ b/app-misc/timew/Manifest
@@ -1 +1,2 @@
 DIST timew-1.0.0.tar.gz 140539 BLAKE2B 
486c1e99a587597a040e3fb45c15602e56798b5a13ce3f47fb8d73b3995ee270ef2601e49dc4efe3023d1179a111b55c50c92a3feece87d9bad6a26123dc9008
 SHA512 
0539ff93b2375c154d126c39aa84f21b57b62f51c220c80b2e323a4d6aefd2eda6f87c04112e096222102b019ee3683a78b9ee9d6fbf6736d4a34c529f6152f5
+DIST timew-1.1.1.tar.gz 166484 BLAKE2B 
64b8560220550299c76207873184252b1100d146ac745e46f38790a90294c59e5da95852836433f1d5213a2f1272063a534c20b2963a88fbaa1bcb888e40b70b
 SHA512 
d262227d6dc4599252c9fc55d32e4caac9d5ff1f223b8637005ed9f4f7fa238bd5cb7392c8e42a468f6246a7afad9b6fdb02af636e53d3bd813cfc3ee110

diff --git a/app-misc/timew/timew-1.1.1.ebuild 
b/app-misc/timew/timew-1.1.1.ebuild
new file mode 100644
index 000..751d9bdd68d
--- /dev/null
+++ b/app-misc/timew/timew-1.1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Tracks your time from the command line, and generates reports"
+HOMEPAGE="https://taskwarrior.org/news/news.20160821.html;
+SRC_URI="https://taskwarrior.org/download/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   mycmakeargs=(
+   -DTIMEW_DOCDIR=share/doc/${PF}
+   )
+   cmake-utils_src_configure
+}



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

2018-03-12 Thread Brian Evans
commit: 6aa58d08691f8939311823ab8521982b32be0a2b
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 20:47:26 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 20:47:26 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=6aa58d08

dev-db/mysql: Remove virtual/mysql as a test

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql/mysql-5.7.21.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-db/mysql/mysql-5.7.21.ebuild b/dev-db/mysql/mysql-5.7.21.ebuild
index a7c32dc..6eede53 100644
--- a/dev-db/mysql/mysql-5.7.21.ebuild
+++ b/dev-db/mysql/mysql-5.7.21.ebuild
@@ -103,15 +103,12 @@ RDEPEND="selinux? ( sec-policy/selinux-mysql )
client-libs? ( !dev-db/mariadb-connector-c[mysqlcompat] 
!dev-db/mysql-connector-c )
!dev-db/mariadb !dev-db/mariadb-galera !dev-db/percona-server 
!dev-db/mysql-cluster
server? ( !prefix? ( dev-db/mysql-init-scripts ) )
-   !

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

2018-03-12 Thread Brian Evans
commit: 5bd4c57f0780fa62d757a2f8fb8342742fd8ca89
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 20:31:46 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 20:31:46 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=5bd4c57f

profiles: Revert last package.mask entry

 profiles/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2d9ef5a..f36d300 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,7 +1,3 @@
-# Brian Evans< grkni...@gentoo.org (12 Mar 2018)
-# Do not use this version, it is broken just yet.
-~dev-db/mysql-5.7.21
-
 # Brian Evans  (10 Oct 2015)
 # Latest versions are masked for testing
 >=dev-db/mysql-5.7



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

2018-03-12 Thread Brian Evans
commit: b92ea8a25d8773d1d197f9ba5f846146d6fab341
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 20:31:00 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 20:31:00 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=b92ea8a2

dev-db/mysql: Drop references to mariadb

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql/files/my.cnf-5.7   |  2 +-
 dev-db/mysql/files/my.cnf.distro-client |  6 +++---
 dev-db/mysql/files/my.cnf.distro-server |  4 ++--
 dev-db/mysql/mysql-5.7.21.ebuild| 10 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-db/mysql/files/my.cnf-5.7 b/dev-db/mysql/files/my.cnf-5.7
index 80b4771..571ebf0 100644
--- a/dev-db/mysql/files/my.cnf-5.7
+++ b/dev-db/mysql/files/my.cnf-5.7
@@ -1,3 +1,3 @@
 # @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration 
file.
 
-!includedir @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mariadb.d
+!includedir @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mysql.d

diff --git a/dev-db/mysql/files/my.cnf.distro-client 
b/dev-db/mysql/files/my.cnf.distro-client
index 4bbe0f9..8bf1836 100644
--- a/dev-db/mysql/files/my.cnf.distro-client
+++ b/dev-db/mysql/files/my.cnf.distro-client
@@ -3,7 +3,7 @@
 # The following options will be passed to all MySQL clients
 [client]
 socket = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
-character-sets-dir = 
@GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb/charsets
+character-sets-dir = 
@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
 default-character-set=utf8
 
 [mysql]
@@ -15,7 +15,7 @@ quick
 max_allowed_packet = 16M
 
 [myisamchk]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb/charsets
+character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
 
 [myisampack]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb/charsets
+character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets

diff --git a/dev-db/mysql/files/my.cnf.distro-server 
b/dev-db/mysql/files/my.cnf.distro-server
index eaf80be..d4ed30c 100644
--- a/dev-db/mysql/files/my.cnf.distro-server
+++ b/dev-db/mysql/files/my.cnf.distro-server
@@ -6,12 +6,12 @@ character-set-server  = utf8
 user   = mysql
 port   = 3306
 socket = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
-pid-file   = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mariadb.pid
+pid-file   = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysql.pid
 log-error  = 
@GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
 basedir= 
@GENTOO_PORTAGE_EPREFIX@/usr
 datadir= @DATADIR@
 skip-external-locking
-lc_messages_dir= 
@GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb
+lc_messages_dir= 
@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql
 #Set this to your desired error message language
 lc_messages= en_US
 

diff --git a/dev-db/mysql/mysql-5.7.21.ebuild b/dev-db/mysql/mysql-5.7.21.ebuild
index b82d76e..a7c32dc 100644
--- a/dev-db/mysql/mysql-5.7.21.ebuild
+++ b/dev-db/mysql/mysql-5.7.21.ebuild
@@ -278,7 +278,7 @@ multilib_src_configure() {
-DWITH_CURL=system
)
if use test ; then
-   mycmakeargs+=( -DINSTALL_MYSQLTESTDIR=share/mariadb/mysql-test )
+   mycmakeargs+=( -DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test )
else
mycmakeargs+=( -DINSTALL_MYSQLTESTDIR='' )
fi
@@ -445,7 +445,7 @@ multilib_src_install_all() {
cp "${FILESDIR}/my.cnf-5.7" "${TMPDIR}/my.cnf" || die
eprefixify "${TMPDIR}/my.cnf"
doins "${TMPDIR}/my.cnf"
-   insinto "${MY_SYSCONFDIR#${EPREFIX}}/mariadb.d"
+   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"
@@ -539,7 +539,7 @@ src_test() {
pushd "${TESTDIR}" > /dev/null || die
 
touch "${T}/disabled.def"
-   # These are failing in MariaDB 10.0 for now and are believed to be
+   # These are failing in MySQL 5.7 for now and are believed to be
# false positives:
#
# main.mysql_client_test, main.mysql_client_test_nonblock
@@ -579,7 +579,7 @@ src_test() {
 }
 
 mysql_init_vars() {
-   MY_SHAREDSTATEDIR=${MY_SHAREDSTATEDIR="${EPREFIX}/usr/share/mariadb"}
+   

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

2018-03-12 Thread Brian Evans
commit: 59aa47dce06b28cc4a7cb7eb2ba1b389d910f51f
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 20:26:16 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 20:26:16 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=59aa47dc

dev-db/mysql: Final version of 5.7.21

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql/Manifest| 28 ++--
 dev-db/mysql/metadata.xml|  3 --
 dev-db/mysql/mysql-5.7.21.ebuild | 94 ++--
 3 files changed, 37 insertions(+), 88 deletions(-)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 35a9450..33b27be 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -13,25 +13,25 @@ DIST mysql-extras-20090228-2228Z.tar.bz2 254048 SHA256 
03a986a5c5ae57f1436553565
 DIST mysql-extras-20120401-2131Z.tar.bz2 1835097 SHA256 
95e531799ed267c566da8b0759da78d0351d6004c7c8a45018054e287a989495 SHA512 
0625e1f06e04c7841256955950dd7766a5f03d4ade2aee3c13335f08acff374933ed1fd7ddea214eaaa3531d7373ef094734f5c00530555347f058f5ec4d9d36
 WHIRLPOOL 
f2c6e9387b38b609d3bfea83c6983c456d30a9dcf95c256a44402d4c63fa22543d55d6afa9b8dbf4238dcadf32fac3daec5031d50c8a4acf7a074d04fbede213
 DIST mysql-extras-20140514-0124Z.tar.bz2 1493742 SHA256 
0cdda9f8587532375274510a8a1f8fe5e80f10cfdf851a01074109803f7ee4cf SHA512 
7a798809809b35a515a3475be5f1a96547d495592c83c4cf5c79fb07ceb45a04000da8922d051004c0f2d944f92ca47b75ad08d06a8dccca2ae9f94778d31a7e
 WHIRLPOOL 
371446d80cd9fa22a28eeecde8d18c9c3ca76db9bc57a4ab2073ed0fc1d19a70a06a33cb92257a671849e4bad8bfb9f235272ee1221c7c21ce5f45bc900a59cc
 DIST mysql-extras-20160212-0233Z.tar.bz2 297332 SHA256 
01a52587ef1335b2795197d2e547c0b3a1e4b705db09f96cdfb45d2152b6536b SHA512 
956dbdcb987556c0625944848f97a36d096cd1f1712a2e051dd027f2856d3c6e94a18d23faca71882260c4b12ee329e3a5f569443b877a3c3e5e88146bfac916
 WHIRLPOOL 
e3837d329ddd137be60fe9d0b37f35ed2e0e7fe1383f38ee45617be288ae318a444e6befdfbaf64b07d4a88ec47fec5cd88d733ecd5bb32ce40f3ba8d09573cd
-DIST mysql-extras-20180308-1938Z.tar.bz2 318238 SHA256 
d4545caff9bf9efb9578cacbb0435a68fe5d84a9f35b642f0c589aa088c67c27 SHA512 
12e39c97ebb23e8ae3db5f4a344779fe47f59e32d7e39258f1d8f527ef5ab7470cd6dda0b2980f67472ae4a10a21249aed87eeac18e7fea58c22aebd7f838d2c
 WHIRLPOOL 
a8e5d0d390d642114ff63ae0ef1f4ff896d151186066a67cb918e0923d87a69ea2fd7ecbe22d5c9824c44d92c612a3165cffd6f2ca1fb5fccfd66d3c3f46ac07
+DIST mysql-extras-20180312-2011Z.tar.bz2 319047 SHA256 
5d83747593b2276ecaf253b193814df2bfe170de57ceb7565e3d9f215df92254 SHA512 
b0aa9fc8fbc050451ef147cee99b00cf10d34a71641837821e78655241f7d79a94fe2efb4cef9a23fe9741e08ada2fc0b58ef3b3663752bc567babfbcaa547c8
 WHIRLPOOL 
29085d38c285e62fa5925e70e01fda98ce5582e660b84fa09992049b5c222d1c14e73b94c63cb754bd94df00ce154b24ea5d4ee472de1766b6941cb05503c493
 DIST pbxt-1.0.11-6-pre-ga.tar.gz 3156307 SHA256 
71ff3d86e9e5691f3efe541bf31f55a7ec2a88af27df6ad853b65902e00e6d12 SHA512 
fa238303f06e0a9adfb10bd5a2e1d2e4850d2c17a350af3874cbff099d6e47b7c555d750c584d06a3ca87c1eb1e9301a9619d8d9a4cffb7fd0169b2b3a63c80c
 WHIRLPOOL 
05cdd39f6f5dafff2def0062a00a24eff6cf6d8754f622b133365cef47cd6b828df5500ac407359d0793a75dd239ec1e49a13d2400a01ddf8b4cef7466e86962
 DIST percona-xtradb-1.0.6-10.tar.gz 1676716 SHA256 
e3aa818f13cf669412e59ad194eae8eada7a857bf7a4260e4bb41cab4d7ae39c SHA512 
72e4b656b22a0420e6f5935dc28060e5c50fbeb48c6d1ae430579d9ccef8042fdd4dde128cc977b903de6221f7021e8c87ea29fe6a8a8c74edb84bf54ab889f3
 WHIRLPOOL 
a916879be315498da27c60992efa4d19e91305b81242925e161547f3fb97a820256e1d07863e9e007ef843af54cd087ce5ac47d5ed1b70862da6cd5a9d81eccf
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlqmfLJfFIAALgAo
+iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlqm4mdfFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY2
 QzJFNDRFRDkwRTMyNzU4RTdENTVDMEQxRjc4MUVGRjlGNEEzQjYACgkQ0feB7/n0
-o7aiQQ//cdhAxZAmpHf6hGttdAJNFJeVRBW6RssniKDmf6iShXQJxs9Q7zcJOPge
-rw+RwOzIitT6NhKiYKGRRbTVjBWGceaex3TL0F1Hs0umH0si2I55c6VbrivkzIn+
-nzYdqTy9k/92CISHIAUamI4AZN4y2xQ39PeyVytHTMFCjBOakK4o4amDvWoEUsB7
-cs99cIY7p7mgyJohyjV9nqDiK9B1Dx9PKTSIBPH9WE6OUFEhAEmnRLEcP6hkNWoK
-RajNhVTl4/ja/ElYG3QqhmylP21rXnGP0ph1E6ROp03EK1GEn2EPMYUCR26fKYtx
-6G5E6uwtfcfN2eoZ8GYZhL+bf1YettIQCgYPTVmtYnMa5/I+DUWpx46SvXYVYg3d
-npWfC83FIq3GDO+h4gvZF2iz98evyOwzalXweemq2ofps1tbnJshPoHTmreBKtMx
-c4W3VVBk3+g3Uq/MzB3Poe4qZ5eqSjN1crSrFB0QGgR8hEf7jTYSTxaIT2ufY18L
-J4wyofyVblJJiNd6MiBolgibsxmr4nrCRwqe+49oKZZXuAQ7BCxKoB1huuISnf8I
-z5G2chfOi7aaiBFtuGiss2vUHIRTnVtLYD1N4VbjlDnx5KTiAmlwPVyeDp44VvC7
-9HkjiceozloXBOhAS0oVSyhVZLiHqY99ICBSGLNJ2+JKQwNe9Sk=
-=qsUI
+o7ad7Q//RtIMkOS207JdXNF9CIwO7CneIsjI/Vft1P6eucBHVGJsd35bD4i4Q6om
+VNqhfStQAY1c8dnsCEsJIUE65jR03YXQKgowsxCZYYgo+QnIL7FUM4ISAKVtWzrJ
+dOYmpSu/qpdMjP8nowkju4+uGGhLNMFIKwyxBJHxigRabn1ZF/f/OskRzKqFOWnY
+ULeFcCR6NByphZ9G9Qmj59AwLs85ND3Vd9meoRW07pkqjlQBCr36DY4/6S

[gentoo-commits] proj/portage:master commit in: pym/portage/, pym/portage/package/ebuild/

2018-03-12 Thread Michał Górny
commit: 6cb70f9ef0e790050b1d85b2f41d5c1988e5d57d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 08:55:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 12 20:12:18 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6cb70f9e

Strip trailing slash from D, ED, ROOT, EROOT in EAPI 7

Bug: https://bugs.gentoo.org/465772
Reviewed-by: Zac Medico  gentoo.org>

 pym/portage/eapi.py  | 7 +++
 pym/portage/package/ebuild/config.py | 5 +
 2 files changed, 12 insertions(+)

diff --git a/pym/portage/eapi.py b/pym/portage/eapi.py
index 5613fb5d2..d1ca299f5 100644
--- a/pym/portage/eapi.py
+++ b/pym/portage/eapi.py
@@ -111,11 +111,16 @@ def eapi_empty_groups_always_true(eapi):
return eapi in ("0", "1", "2", "3", "4", "4-python", "4-slot-abi",
"5", "5-progress", "6")
 
+def eapi_path_variables_end_with_trailing_slash(eapi):
+   return eapi in ("0", "1", "2", "3", "4", "4-python", "4-slot-abi",
+   "5", "5-progress", "6")
+
 _eapi_attrs = collections.namedtuple('_eapi_attrs',
'dots_in_PN dots_in_use_flags exports_EBUILD_PHASE_FUNC '
'exports_PORTDIR exports_ECLASSDIR '
'feature_flag_test feature_flag_targetroot '
'hdepend iuse_defaults iuse_effective posixish_locale '
+   'path_variables_end_with_trailing_slash '
'repo_deps required_use required_use_at_most_one_of slot_operator 
slot_deps '
'src_uri_arrows strong_blocks use_deps use_dep_defaults '
'empty_groups_always_true')
@@ -150,6 +155,8 @@ def _get_eapi_attrs(eapi):
hdepend = (eapi is not None and eapi_has_hdepend(eapi)),
iuse_defaults = (eapi is None or eapi_has_iuse_defaults(eapi)),
iuse_effective = (eapi is not None and 
eapi_has_iuse_effective(eapi)),
+   path_variables_end_with_trailing_slash = (eapi is not None and
+   eapi_path_variables_end_with_trailing_slash(eapi)),
posixish_locale = (eapi is not None and 
eapi_requires_posixish_locale(eapi)),
repo_deps = (eapi is None or eapi_has_repo_deps(eapi)),
required_use = (eapi is None or eapi_has_required_use(eapi)),

diff --git a/pym/portage/package/ebuild/config.py 
b/pym/portage/package/ebuild/config.py
index 10250cf46..898626ecc 100644
--- a/pym/portage/package/ebuild/config.py
+++ b/pym/portage/package/ebuild/config.py
@@ -2804,6 +2804,11 @@ class config(object):
if not eapi_attrs.exports_ECLASSDIR:
mydict.pop("ECLASSDIR", None)
 
+   if not eapi_attrs.path_variables_end_with_trailing_slash:
+   for v in ("D", "ED", "ROOT", "EROOT"):
+   if v in mydict:
+   mydict[v] = 
mydict[v].rstrip(os.path.sep)
+
try:
builddir = mydict["PORTAGE_BUILDDIR"]
distdir = mydict["DISTDIR"]



[gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/, bin/install-qa-check.d/, bin/

2018-03-12 Thread Michał Górny
commit: 244a62a4f275e4282dc040be3c049e593c36c0ce
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  7 15:00:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 12 20:11:44 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=244a62a4

Fix uses of D/ED to account for no trailing slash

Fix all uses of D/ED to account for trailing slash not being present
in EAPI 7. While at it, also remove some duplicate slashes.

Reviewed-by: Zac Medico  gentoo.org>

 bin/ebuild-helpers/dobin   |  6 +++---
 bin/ebuild-helpers/dodir   |  4 ++--
 bin/ebuild-helpers/dodoc   |  2 +-
 bin/ebuild-helpers/doexe   |  8 
 bin/ebuild-helpers/dohard  |  6 +++---
 bin/ebuild-helpers/doinfo  |  8 
 bin/ebuild-helpers/doins   |  2 +-
 bin/ebuild-helpers/dolib   |  2 +-
 bin/ebuild-helpers/doman   |  8 
 bin/ebuild-helpers/domo|  6 +++---
 bin/ebuild-helpers/dosbin  |  6 +++---
 bin/ebuild-helpers/dosed   |  4 ++--
 bin/ebuild-helpers/dosym   |  8 
 bin/ebuild-helpers/ecompressdir| 25 ---
 bin/ebuild-helpers/fowners |  4 ++--
 bin/ebuild-helpers/fperms  |  4 ++--
 bin/ebuild-helpers/keepdir |  6 +++---
 bin/ebuild-helpers/prepalldocs |  4 ++--
 bin/ebuild-helpers/prepallinfo |  4 ++--
 bin/ebuild-helpers/prepinfo| 12 +--
 bin/ebuild-helpers/prepman | 10 -
 bin/ebuild-helpers/prepstrip   | 17 +++
 bin/install-qa-check.d/60udev  |  6 +++---
 bin/install-qa-check.d/80libraries | 22 ++--
 bin/misc-functions.sh  | 24 +++---
 bin/phase-helpers.sh   | 42 +++---
 26 files changed, 126 insertions(+), 124 deletions(-)

diff --git a/bin/ebuild-helpers/dobin b/bin/ebuild-helpers/dobin
index f43871f49..975067fb1 100755
--- a/bin/ebuild-helpers/dobin
+++ b/bin/ebuild-helpers/dobin
@@ -21,15 +21,15 @@ else
_E_DESTTREE_=${DESTTREE}
 fi
 
-if [[ ! -d ${ED}${_E_DESTTREE_}/bin ]] ; then
-   install -d "${ED}${_E_DESTTREE_}/bin" || { __helpers_die "${0##*/}: 
failed to install ${ED}${_E_DESTTREE_}/bin"; exit 2; }
+if [[ ! -d ${ED%/}/${_E_DESTTREE_#/}/bin ]] ; then
+   install -d "${ED%/}/${_E_DESTTREE_#/}/bin" || { __helpers_die 
"${0##*/}: failed to install ${ED%/}/${_E_DESTTREE_#/}/bin"; exit 2; }
 fi
 
 ret=0
 
 for x in "$@" ; do
if [[ -e ${x} ]] ; then
-   install -m0755 -o ${PORTAGE_INST_UID:-0} -g 
${PORTAGE_INST_GID:-0} "${x}" "${ED}${_E_DESTTREE_}/bin"
+   install -m0755 -o ${PORTAGE_INST_UID:-0} -g 
${PORTAGE_INST_GID:-0} "${x}" "${ED%/}/${_E_DESTTREE_#/}/bin"
else
echo "!!! ${0##*/}: $x does not exist" 1>&2
false

diff --git a/bin/ebuild-helpers/dodir b/bin/ebuild-helpers/dodir
index eed2c8b8f..9b376c73f 100755
--- a/bin/ebuild-helpers/dodir
+++ b/bin/ebuild-helpers/dodir
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
@@ -8,7 +8,7 @@ if ! ___eapi_has_prefix_variables; then
ED=${D}
 fi
 
-install -d ${DIROPTIONS} "${@/#/${ED}/}"
+install -d ${DIROPTIONS} "${@/#/${ED%/}/}"
 ret=$?
 [[ $ret -ne 0 ]] && __helpers_die "${0##*/} failed"
 exit $ret

diff --git a/bin/ebuild-helpers/dodoc b/bin/ebuild-helpers/dodoc
index 75029eb20..84936e400 100755
--- a/bin/ebuild-helpers/dodoc
+++ b/bin/ebuild-helpers/dodoc
@@ -17,7 +17,7 @@ if ! ___eapi_has_prefix_variables; then
ED=${D}
 fi
 
-dir="${ED}usr/share/doc/${PF}/${_E_DOCDESTTREE_}"
+dir="${ED%/}/usr/share/doc/${PF}/${_E_DOCDESTTREE_#/}"
 if [ ! -d "${dir}" ] ; then
install -d "${dir}"
 fi

diff --git a/bin/ebuild-helpers/doexe b/bin/ebuild-helpers/doexe
index 8c4b9e97c..152c13bf6 100755
--- a/bin/ebuild-helpers/doexe
+++ b/bin/ebuild-helpers/doexe
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
@@ -13,8 +13,8 @@ if ! ___eapi_has_prefix_variables; then
ED=${D}
 fi
 
-if [[ ! -d ${ED}${_E_EXEDESTTREE_} ]] ; then
-   install -d "${ED}${_E_EXEDESTTREE_}"
+if [[ ! -d ${ED%/}/${_E_EXEDESTTREE_#/} ]] ; then
+   install -d "${ED%/}/${_E_EXEDESTTREE_#/}"
 fi
 
 TMP=$(mktemp -d "${T}/.doexe_tmp_XX")
@@ -32,7 +32,7 @@ for x in "$@" ; do
mysrc="${x}"
fi
if [ -e "$mysrc" ] ; then
-   install $EXEOPTIONS "$mysrc" "$ED$_E_EXEDESTTREE_"
+   install ${EXEOPTIONS} "$mysrc" "${ED%/}/${_E_EXEDESTTREE_#/}"
else
echo "!!! ${0##*/}: $mysrc does not 

[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20180312-2011Z

2018-03-12 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 20:11:38 2018 +

New tag: mysql-extras-20180312-2011Z




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

2018-03-12 Thread Brian Evans
commit: a3ff8cc5f82d562d12e70e33a9a4e0875dc4bcb7
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 19:42:10 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 19:42:10 2018 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=a3ff8cc5

client-libs: Dont install pkgconfig file

 20018_all_mysql-5.7.21-without-clientlibs-tools.patch | 9 +
 1 file changed, 9 insertions(+)

diff --git a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch 
b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
index 267af79..05f5328 100644
--- a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
+++ b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
@@ -103,6 +103,15 @@ diff -aurN a/scripts/CMakeLists.txt 
b/scripts/CMakeLists.txt
STRING(REGEX REPLACE "/mysql$" "" PKGCONFIG_DIR "${INSTALL_LIBDIR}")
SET(PKGCONFIG_DIR "${PKGCONFIG_DIR}/pkgconfig")
 
+@@ -448,7 +448,7 @@
+ ${CMAKE_CURRENT_BINARY_DIR}/${PKGCONFIG_FILE}
+ ESCAPE_QUOTES @ONLY)
+ 
+-  IF(INSTALL_PKGCONFIGDIR)
++  IF(INSTALL_PKGCONFIGDIR AND NOT WITHOUT_CLIENTLIBS)
+ MESSAGE(STATUS "INSTALL ${PKGCONFIG_FILE} ${INSTALL_PKGCONFIGDIR}")
+ INSTALL(FILES
+   ${CMAKE_CURRENT_BINARY_DIR}/${PKGCONFIG_FILE}
 diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
 --- a/libmysql/CMakeLists.txt  2018-03-12 12:40:52.937143630 -0400
 +++ b/libmysql/CMakeLists.txt  2018-03-12 14:07:13.513114687 -0400



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

2018-03-12 Thread Brian Evans
commit: 3e8cb1fb6e9b2aa83bee3c0eacfd957d144c8982
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 19:54:00 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 19:54:00 2018 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=3e8cb1fb

client-libs: Dont install m4 when not needed

 20018_all_mysql-5.7.21-without-clientlibs-tools.patch | 13 +
 1 file changed, 13 insertions(+)

diff --git a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch 
b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
index 05f5328..0ca8f48 100644
--- a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
+++ b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
@@ -154,3 +154,16 @@ diff -aurN a/libmysql/CMakeLists.txt 
b/libmysql/CMakeLists.txt
IF(UNIX)
  # libtool compatability
  IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE)
+--- a/support-files/CMakeLists.txt 2018-03-12 14:11:44.931656906 -0400
 b/support-files/CMakeLists.txt 2018-03-12 15:44:53.381846650 -0400
+@@ -59,8 +59,9 @@
+   IF(INSTALL_SUPPORTFILESDIR)
+ INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles)
+   ENDIF()
+-
++IF(NOT WITHOUT_CLIENTLIBS)
+   INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT 
Development)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+   
+   SET(bindir ${prefix}/${INSTALL_BINDIR})
+   SET(sbindir ${prefix}/${INSTALL_SBINDIR})



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2018-03-12 Thread Mike Gilbert
commit: eff0f9c122847deafb2db0fc61f832bfdc6f8b45
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 12 19:51:28 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 12 19:51:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff0f9c1

www-client/google-chrome-unstable: automated update (66.0.3359.26)

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-66.0.3359.22.ebuild => google-chrome-unstable-66.0.3359.26.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index b2e76282118..83fe931da4a 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_66.0.3359.22-1_amd64.deb 53240502 BLAKE2B 
3abc0a3d0b717effe3af983852ef898c79afecb833e7b1b813363f9aae4d6d0690e46a28f1248f86a4f201a43933d434e1fb2f1b8bb33c25965dad3eca10e759
 SHA512 
e9c9686c8c2b984d5f419fec10b165a8cf324f4ec773291027f233a678945ac0e3756c46a956ed821c31e4a51bf578559e613a49e8753799b45a20924a199914
+DIST google-chrome-unstable_66.0.3359.26-1_amd64.deb 53206848 BLAKE2B 
bbec089ff647b50886fbe0fb0693fb169ecc4f6129e765a14a34c4013272396521f399448b675af3d5436c0179766ed4629630f2d3df272d7ee1f8e932230d15
 SHA512 
fad3a2cf5215d1c84bc4ad403903463afcf4072fd63aaeaa63ea0f2cf28347e827697c1ebe74b75759e3b72e1389a94443ab81424acfd542aca33caa8932ca66

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-66.0.3359.22.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-66.0.3359.26.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-66.0.3359.22.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-66.0.3359.26.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2018-03-12 Thread Mike Gilbert
commit: fcc41db7568078c5aaea3a15f616235f59296c50
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 12 19:51:37 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 12 19:51:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc41db7

www-plugins/chrome-binary-plugins: automated update (66.0.3359.26)

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 22_alpha.ebuild => chrome-binary-plugins-66.0.3359.26_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index a64fe5e26b5..874dbfb76b2 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_65.0.3325.124-1_amd64.deb 53259128 BLAKE2B 
ccfcb42533fa01d84eaa1feb24ce9ef7e867f2a317c78cfa6c33ea3f5689a94ec23142e41ae84db9535c4b45d09bea485adca8a29373076d8cf1892f7980649b
 SHA512 
5aaee0742ebf1c1e44862ad532879491091bcd54e9d2a8545e812682d4919cd21f5287edbff9c3114da2ff670cbe5b66a5bdb535b1e9869cebda24c819aadf6a
 DIST google-chrome-stable_65.0.3325.146-1_amd64.deb 52124836 BLAKE2B 
0ab436d670464fa7e644262ca03fb2a24fcd0d9c080d725c6df87a5c1bdb55287e7dfc3baf903e07ad556b4a1c5237fb3b7283df68a12f4ec4ea996c40e033e3
 SHA512 
1ddcbc1d98ab810e7efda676c1c2158a1a8cbe4827bfaa57377290181da8a7bf73588f56eea17cceab2fcdcc606c915c89ceeb5103d6ad869c05699ac5067799
-DIST google-chrome-unstable_66.0.3359.22-1_amd64.deb 53240502 BLAKE2B 
3abc0a3d0b717effe3af983852ef898c79afecb833e7b1b813363f9aae4d6d0690e46a28f1248f86a4f201a43933d434e1fb2f1b8bb33c25965dad3eca10e759
 SHA512 
e9c9686c8c2b984d5f419fec10b165a8cf324f4ec773291027f233a678945ac0e3756c46a956ed821c31e4a51bf578559e613a49e8753799b45a20924a199914
+DIST google-chrome-unstable_66.0.3359.26-1_amd64.deb 53206848 BLAKE2B 
bbec089ff647b50886fbe0fb0693fb169ecc4f6129e765a14a34c4013272396521f399448b675af3d5436c0179766ed4629630f2d3df272d7ee1f8e932230d15
 SHA512 
fad3a2cf5215d1c84bc4ad403903463afcf4072fd63aaeaa63ea0f2cf28347e827697c1ebe74b75759e3b72e1389a94443ab81424acfd542aca33caa8932ca66

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.22_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.26_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.22_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.26_alpha.ebuild



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

2018-03-12 Thread Sebastian Pipping
commit: 1c9872272d4d22685772fa73a45bf5b4b35d01a6
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Mar 12 19:38:44 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Mar 12 19:41:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c987227

x11-libs/libxcb: Fix 1.12-r2 dependencies

Closes: https://bugs.gentoo.org/650226
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-libs/libxcb/libxcb-1.12-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-1.12-r2.ebuild 
b/x11-libs/libxcb/libxcb-1.12-r2.ebuild
index 5310bf7c71f..5ec2a2ba345 100644
--- a/x11-libs/libxcb/libxcb-1.12-r2.ebuild
+++ b/x11-libs/libxcb/libxcb-1.12-r2.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
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
dev-libs/libxslt
${PYTHON_DEPS}
$(python_gen_any_dep \
-   
">=x11-proto/xcb-proto-1.12-r1[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+   
"~x11-proto/xcb-proto-1.12[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
 
 python_check_deps() {
has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]"



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

2018-03-12 Thread Zac Medico
commit: 4a76c1fab2aa6f03511bc614aa7da52124d3e317
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Mar 12 19:33:22 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 12 19:33:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a76c1fa

dev-python/tenacity: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/tenacity/tenacity-4.8.0.ebuild 
b/dev-python/tenacity/tenacity-4.8.0.ebuild
index 4b673d61ace..c75e8a9b733 100644
--- a/dev-python/tenacity/tenacity-4.8.0.ebuild
+++ b/dev-python/tenacity/tenacity-4.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2018-03-12 Thread Lars Wendler
commit: 10695ef636e1cfd7cc146a76ed8fab7f9ef38422
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 12 18:54:58 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 18:54:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10695ef6

dev-vcs/git: Security cleanup.

Bug: https://bugs.gentoo.org/647446
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-vcs/git/Manifest  |  12 -
 dev-vcs/git/git-2.13.6.ebuild | 678 
 dev-vcs/git/git-2.14.3.ebuild | 696 --
 dev-vcs/git/git-2.15.1.ebuild | 696 --
 dev-vcs/git/git-2.16.0.ebuild | 696 --
 5 files changed, 2778 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 9c7d64b792c..bcfe6fc4420 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,18 +1,6 @@
-DIST git-2.13.6.tar.xz 4756820 BLAKE2B 
5fdb7aae5ceb1e1d0bd9be2541e8d39f28503ebeda5ef30eee306348afb290171cba7f8d6e0002775288bfba699ca12e388a4007008509d91a9ac92e90fb5d5c
 SHA512 
ed39784205e1077f886eebdfb34a205fb0433071de29f673a79ea32bca31a2ba9bdabba208c9679ea2f6f295bafad52a7e7852b5bd2ccb1e6c99a1d2e76e8ada
-DIST git-2.14.3.tar.xz 4802252 BLAKE2B 
9b5a13e337ba1f4609875897a3ee92dd5a433fa5e7f8bbac1436dcd8275514378fe99dd8cfcf6212e27825e43f000100850ad6f3a0b3fd53bbf9ee820a3973d8
 SHA512 
e32e9ff904cbc2a77d78ca08953e3b69ac527c333a898dd053806e3d7e684ad4ae153ae7663b7ff9c16e2414c3189878a2e6c95fe9320b4af6cb1e7fa5102643
-DIST git-2.15.1.tar.xz 4894768 BLAKE2B 
89258e58ff06b50759364c79bebc9a70a267eca7bd25c1feb73ca49cb2b9cf5f6b890729aee4c9bda9025cbacfd8ed29d1a251ee0add9cd84c277e2bb29dbad5
 SHA512 
dcf300b28e41f7757d866e768d641137718b43eb6d12a2cfff99fb429775e0cab87bbff48147b8588bc0f69e92eb5ca2ad1f75c8cf5205e41853d8e8652f900b
-DIST git-2.16.0.tar.xz 4961856 BLAKE2B 
5e7e3476de93f718c85750a39ab0923b41ca573708c4bd82af37577c2cb6067c4a989b50262f04c34d2594ec51a47b3c80394ab7910b9a47bb1aa1ca09cdd1d3
 SHA512 
11f8f3b5e015cbf7aa768ae66c8a4a81417d78736c10e6e24a2b83b7c3ade3afaa6934ca156c5bb9c3da80cf445549601d494bab86611d7eec7865dbfdcbd812
 DIST git-2.16.1.tar.xz 4961656 BLAKE2B 
d94328da5d027cb82f1f23804a12dfc5df1577bf2c28cc376d4bb5c9e34d317886437f7eee2ac4503b8e2639d2e24c35660ab82a50207f500b7ed6fb104d3624
 SHA512 
09e30ada7bcf41f78f15784908062c10162d58d2fd7a68ad27e42fd49dc37eb0e82c19ad21db31034a189a8cdd009013a29f943e1ae5d5ab5688c913d2a4d42a
 DIST git-2.16.2.tar.xz 4963204 BLAKE2B 
346405b765bb542f0e51e539163c18c47dbd2ce1d4ccd98cdc4ddd226ec14a4895f7b82168fdca90e1828813421d24d5436fb01e9e9a57eb98a80984bab13bda
 SHA512 
ff1bf4b94c09de26acf85b97003582002c232e5861a896d8c2d8dc011cb3d4966b1eb0e74ef94f80426d50bb465bf6c9b6edda13b1e4143f0eb38ee01f4890e4
-DIST git-htmldocs-2.13.6.tar.xz 1110668 BLAKE2B 
7cfbd453c72c3e300244f9a8c4d13efd60d22219dee48f6a06e6f23fb3a0bd5bc66e624829d685b3ae8b47b81bba39e605f0dd6fd3459364c83b2d922be94a64
 SHA512 
9eb26f04836620bf4486d3bb2a170ab2b0af319f7f53e2677f4c1445767f5c3521cfdbb274dcc4df2bfd2fc5bf0ca18c6a4a9ca0b9f957c53f66e530684af6cc
-DIST git-htmldocs-2.14.3.tar.xz 1116824 BLAKE2B 
ca7068a4983e2f7c3694222f6a932d8db132b0a20a50a10415f58a77100a95d8e0fd2e8cf980ece8ef55be0f0ca652cc1a75af62a22b9d60ff19ad4801383416
 SHA512 
a73160724f944832f915ff29c557e2a968d6c5ae5c4e9759d96444af8841e52a1193d50a74f01deb1ec5ef03b3301897bd85c5ebb82ac22d8188d528629d74d4
-DIST git-htmldocs-2.15.1.tar.xz 1134848 BLAKE2B 
1efb6d4ca16779c39be69fed57fccb023ddac6bb9c9727ebd7050eb40035c1d56dbce0191224e8d3370d433d8e1cf210df9bc9bde2effb6fbb2d62bfd5e9e440
 SHA512 
50e53b506c17b046c42a8d9f888741b1f408fb7bb566d981ad6dcda3383f1d310008732a849b4755e7233dc83477f354e9c6d5d4e1fcf0e81af54d49153e8c34
-DIST git-htmldocs-2.16.0.tar.xz 1159956 BLAKE2B 
eb38d27ce2de42b18971afbabfef8f6527e3c330cbe841dd0c6f35e821974cc6c6c432e8a55cec19413224b597cd3e37e56ddd039161811cb90809d72a170c99
 SHA512 
bfc501adb325b8111e327359fe1b7f788f6c6fa459ec2895c2bfc7ab9d794c59eac314504b2336da9d69b6ae6121764e693e8417a26ab5f12cdd485770f88707
 DIST git-htmldocs-2.16.1.tar.xz 1160372 BLAKE2B 
d426fbc85772e5f04550071dea50a75e6d581fd040e8b37b3b342a8d6569d0dcf456445bab1dec3d84e254e82468c900afff7c6be1ebd6771e7fad5884b92515
 SHA512 
f2bb8b88ab5aa3d6204874aae583249d5137193c5fe3925df7ae1bcdaec0564b496df9a648c180bebb0c8ff4573f27e330802020d3c9207c2738ddd5c52d99c9
 DIST git-htmldocs-2.16.2.tar.xz 1162556 BLAKE2B 
71b71b914b438cb3eee417c5bbcb30faa10b0a154efa378e8e3b5521a4902f26a038ab884ffdac1756d07e3afcaeafe915d6c64f9503ff65f1fa58bbbd7fffde
 SHA512 
adc7a95fc7a7a46c92c8735ad5b89f236905b770fa66682e0234addc2107f46de65724c577c8fc512e13cd8d306fff992ad7c6c495100cb645674604836e0768
-DIST git-manpages-2.13.6.tar.xz 407660 BLAKE2B 
76bae6c11cf21f39adf121b4580fe10021e354374e37de6ca5eee6e60e1c7ef3b2dafb086c6b8d88f35216204269945cf45fcd6868f9940d2f00b72a87bad8e2
 SHA512 

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

2018-03-12 Thread Ulrich Müller
commit: 299f446a3868b273e8c35422b9827aec39c8778b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 12 18:23:29 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 12 18:23:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299f446a

dev-util/rustfmt: [QA] Fix header, DEPEND, remove mirror restriction.

Bug: https://bugs.gentoo.org/611542
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/rustfmt/rustfmt-0.8.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/rustfmt/rustfmt-0.8.6.ebuild 
b/dev-util/rustfmt/rustfmt-0.8.6.ebuild
index 2e70d3c5b0a..34cfca3fcc5 100644
--- a/dev-util/rustfmt/rustfmt-0.8.6.ebuild
+++ b/dev-util/rustfmt/rustfmt-0.8.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Auto-Generated by cargo-ebuild 0.1.5
@@ -56,11 +56,11 @@ inherit cargo
 DESCRIPTION="Tool to find and fix Rust formatting issues"
 HOMEPAGE="https://github.com/rust-lang-nursery/rustfmt;
 SRC_URI="$(cargo_crate_uris ${CRATES})"
-RESTRICT="mirror"
+
 LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND=">=dev-lang/rust-1.8.0"
 RDEPEND=""



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

2018-03-12 Thread Brian Evans
commit: fae6321070c88cdb61d2094ffb71f050b76c50c5
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 18:10:08 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 18:10:08 2018 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=fae63210

client-libs: don't install for 5.7.21

 ...all_mysql-5.7.21-without-clientlibs-tools.patch | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch 
b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
index b9e8f09..267af79 100644
--- a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
+++ b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
@@ -103,3 +103,45 @@ diff -aurN a/scripts/CMakeLists.txt 
b/scripts/CMakeLists.txt
STRING(REGEX REPLACE "/mysql$" "" PKGCONFIG_DIR "${INSTALL_LIBDIR}")
SET(PKGCONFIG_DIR "${PKGCONFIG_DIR}/pkgconfig")
 
+diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
+--- a/libmysql/CMakeLists.txt  2018-03-12 12:40:52.937143630 -0400
 b/libmysql/CMakeLists.txt  2018-03-12 14:07:13.513114687 -0400
+@@ -232,12 +232,16 @@
+   LIST(APPEND LIBS auth_win_client)
+ ENDIF()
+ 
+-# LDAP authentication SASL client plugin
+-MESSAGE(STATUS "Creating LDAP authentication SASL client library.")
+-ADD_SUBDIRECTORY(authentication_ldap)
+-  
+-# Merge several convenience libraries into one big mysqlclient
+-MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS} COMPONENT Development)
++IF(WITHOUT_CLIENTLIBS)
++  # Merge several convenience libraries into one big mysqlclient
++  MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS} COMPONENT Development 
SKIP_INSTALL)
++ELSE(WITHOUT_CLIENTLIBS)
++  # LDAP authentication SASL client plugin
++  MESSAGE(STATUS "Creating LDAP authentication SASL client library.")
++  ADD_SUBDIRECTORY(authentication_ldap)
++  # Merge several convenience libraries into one big mysqlclient
++  MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS} COMPONENT Development)
++ENDIF(WITHOUT_CLIENTLIBS)
+ 
+ # Visual Studio users need debug  static library for debug projects
+ IF(MSVC)
+@@ -271,9 +276,15 @@
+ IF(NOT DISABLE_SHARED)
+   # Merge several convenience libraries into one big mysqlclient
+   # and link them together into shared library.
++IF(WITHOUT_CLIENTLIBS)
++  MERGE_LIBRARIES_SHARED(libmysql ${LIBS}
++EXPORTS ${CLIENT_API_FUNCTIONS} ${CLIENT_API_FUNCTIONS_UNDOCUMENTED}
++COMPONENT SharedLibraries SKIP_INSTALL)
++ELSE(WITHOUT_CLIENTLIBS)
+   MERGE_LIBRARIES_SHARED(libmysql ${LIBS}
+ EXPORTS ${CLIENT_API_FUNCTIONS} ${CLIENT_API_FUNCTIONS_UNDOCUMENTED}
+ COMPONENT SharedLibraries)
++ENDIF(WITHOUT_CLIENTLIBS)
+   IF(UNIX)
+ # libtool compatability
+ IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE)



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/

2018-03-12 Thread Michał Górny
commit: 963bad27f235c5290a4de065f43793b131e54131
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 12 17:44:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 12 17:49:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963bad27

app-shells/bash-completion: Strip tests for removed vi completions

 app-shells/bash-completion/bash-completion-2.7-r3.ebuild | 1 +
 app-shells/bash-completion/bash-completion-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-shells/bash-completion/bash-completion-2.7-r3.ebuild 
b/app-shells/bash-completion/bash-completion-2.7-r3.ebuild
index 8b94a7a3122..b7746efc139 100644
--- a/app-shells/bash-completion/bash-completion-2.7-r3.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.7-r3.ebuild
@@ -64,6 +64,7 @@ src_prepare() {
# https://bugs.gentoo.org/649986
sed -i -e 's/vi vim gvim rvim view rview rgvim rgview gview//' \
bash_completion || die
+   rm test/completion/vi.exp || die
 }
 
 src_test() {

diff --git a/app-shells/bash-completion/bash-completion-.ebuild 
b/app-shells/bash-completion/bash-completion-.ebuild
index cec5bc36226..79657c0d217 100644
--- a/app-shells/bash-completion/bash-completion-.ebuild
+++ b/app-shells/bash-completion/bash-completion-.ebuild
@@ -65,6 +65,7 @@ src_prepare() {
# https://bugs.gentoo.org/649986
sed -i -e 's/vi vim gvim rvim view rview rgvim rgview gview//' \
bash_completion || die
+   rm test/completion/vi.exp || die
 
eautoreconf
 }



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

2018-03-12 Thread Matt Turner
commit: 8bf0ace101e40ed165cb86bd0d1998da966a62bf
Author: Nick Sarnie  gmail  com>
AuthorDate: Sat Nov 25 21:36:10 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 17:41:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf0ace1

media-libs/vulkan-loader: Add demos USE flag

USE=demos builds vulkaninfo and vulkan demos.

Bug: https://bugs.gentoo.org/619124
Closes: https://github.com/gentoo/gentoo/pull/6300
Signed-off-by: Nick Sarnie  gmail.com>

 .../vulkan-loader--no-external-sources.patch   | 33 ++
 media-libs/vulkan-loader/metadata.xml  |  3 ++
 media-libs/vulkan-loader/vulkan-loader-.ebuild |  7 +++--
 3 files changed, 41 insertions(+), 2 deletions(-)

diff --git 
a/media-libs/vulkan-loader/files/vulkan-loader--no-external-sources.patch 
b/media-libs/vulkan-loader/files/vulkan-loader--no-external-sources.patch
new file mode 100644
index 000..0100d1356c4
--- /dev/null
+++ 
b/media-libs/vulkan-loader/files/vulkan-loader--no-external-sources.patch
@@ -0,0 +1,33 @@
+From 641052deaaa6a570a6c284d5407ac1bbd60d3d53 Mon Sep 17 00:00:00 2001
+From: Nick Sarnie 
+Date: Sun, 11 Mar 2018 11:18:25 -0400
+Subject: [PATCH] Do not require external sources to build
+
+Signed-off-by: Nick Sarnie 
+---
+ CMakeLists.txt | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 34e10dc3..5fb97b7c 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -361,7 +361,6 @@ add_custom_target(generate_helper_files DEPENDS
+ vk_dispatch_table_helper.h
+ vk_extension_helper.h
+ vk_typemap_helper.h
+-spirv_tools_commit_id.h
+ )
+ set_target_properties(generate_helper_files PROPERTIES FOLDER 
${LVL_TARGET_FOLDER})
+ 
+@@ -376,7 +375,6 @@ run_vk_xml_generate(helper_file_generator.py 
vk_enum_string_helper.h)
+ run_vk_xml_generate(helper_file_generator.py vk_object_types.h)
+ run_vk_xml_generate(helper_file_generator.py vk_extension_helper.h)
+ run_vk_xml_generate(helper_file_generator.py vk_typemap_helper.h)
+-run_external_revision_generate(${EXTERNAL_SOURCE_ROOT}/glslang/External/spirv-tools
 SPIRV_TOOLS_COMMIT_ID spirv_tools_commit_id.h)
+ 
+ 
+ 
+-- 
+2.16.2
+

diff --git a/media-libs/vulkan-loader/metadata.xml 
b/media-libs/vulkan-loader/metadata.xml
index 1c806f32b43..9e5a300d863 100644
--- a/media-libs/vulkan-loader/metadata.xml
+++ b/media-libs/vulkan-loader/metadata.xml
@@ -8,4 +8,7 @@

KhronosGroup/Vulkan-LoaderAndValidationLayers

+   
+   Build vulkan demos and vulkaninfo
+   
 

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-.ebuild
index c4fe082f078..cc127324a6b 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-.ebuild
@@ -7,6 +7,8 @@ PYTHON_COMPAT=( python3_{4,5,6} )
 if [[ "${PV}" == "" ]]; then

EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git;
inherit git-r3
+
+   PATCHES=( "${FILESDIR}/${P}-no-external-sources.patch" )
 else
KEYWORDS="~amd64"

SRC_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
@@ -20,10 +22,11 @@ 
HOMEPAGE="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="wayland X"
+IUSE="demos wayland X"
 
 RDEPEND=""
 DEPEND="${PYTHON_DEPS}
+   demos? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? ( x11-libs/libX11:=[${MULTILIB_USEDEP}] )"
 
@@ -32,7 +35,7 @@ multilib_src_configure() {
-DCMAKE_SKIP_RPATH=True
-DBUILD_TESTS=False
-DBUILD_LAYERS=False
-   -DBUILD_DEMOS=False
+   -DBUILD_DEMOS=$(usex demos)
-DBUILD_VKJSON=False
-DBUILD_LOADER=True
-DBUILD_WSI_MIR_SUPPORT=False



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

2018-03-12 Thread Matt Turner
commit: ed461cbe0b479c7db99d8d2692f4b2ae9f71b02c
Author: Nick Sarnie  gmail  com>
AuthorDate: Sat Nov 25 21:35:29 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 17:41:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed461cbe

dev-util/glslang: Initial versions

Signed-off-by: Nick Sarnie  gmail.com>

 dev-util/glslang/Manifest|  1 +
 dev-util/glslang/glslang-6.2.2596.ebuild | 16 
 dev-util/glslang/glslang-.ebuild | 15 +++
 dev-util/glslang/metadata.xml| 16 
 4 files changed, 48 insertions(+)

diff --git a/dev-util/glslang/Manifest b/dev-util/glslang/Manifest
new file mode 100644
index 000..8aa15049c0a
--- /dev/null
+++ b/dev-util/glslang/Manifest
@@ -0,0 +1 @@
+DIST glslang-6.2.2596.tar.gz 2270084 BLAKE2B 
234d7d201c5ddd91fdaeac1a84104b2b635131fa910315b1d14ae169f6141840a1559114fa2e07775120f56f57d59decd689f44609923152a2e15ecdda66207a
 SHA512 
24c6e90c75767ffc2faf3f0868a7357d5f528cae8972c8b690cda0c573eac0f60f6b8795793534f39ccc2c649cb788101715e42cbdf7ca9d59c955f9b37a4f99

diff --git a/dev-util/glslang/glslang-6.2.2596.ebuild 
b/dev-util/glslang/glslang-6.2.2596.ebuild
new file mode 100644
index 000..6a9bfa1c48e
--- /dev/null
+++ b/dev-util/glslang/glslang-6.2.2596.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib cmake-utils vcs-snapshot
+
+SNAPSHOT_COMMIT="6.2.2596"
+SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V 
generator"
+HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/;
+
+LICENSE="BSD"
+SLOT="0"

diff --git a/dev-util/glslang/glslang-.ebuild 
b/dev-util/glslang/glslang-.ebuild
new file mode 100644
index 000..172fe8252ca
--- /dev/null
+++ b/dev-util/glslang/glslang-.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib cmake-utils git-r3
+
+EGIT_REPO_URI="https://github.com/KhronosGroup/glslang.git;
+SRC_URI=""
+
+DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V 
generator"
+HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/;
+
+LICENSE="BSD"
+SLOT="0"

diff --git a/dev-util/glslang/metadata.xml b/dev-util/glslang/metadata.xml
new file mode 100644
index 000..eb4425c3d32
--- /dev/null
+++ b/dev-util/glslang/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   X11
+   
+   
+   commendsar...@gmail.com
+   Nick Sarnie
+   
+   
+   KhronosGroup/glslang
+   
+
+



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

2018-03-12 Thread Matt Turner
commit: 94c586fe56ecaaacb1cf7399e6a5f19bb1c73813
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Fri Mar  2 16:49:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 17:41:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c586fe

media-libs/vulkan-loader: fix missing dep on libXrandr

Closes: https://bugs.gentoo.org/649334
Closes: https://github.com/gentoo/gentoo/pull/7335

 media-libs/vulkan-loader/vulkan-loader-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-.ebuild
index cc127324a6b..bb9cb32772d 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-.ebuild
@@ -28,7 +28,10 @@ RDEPEND=""
 DEPEND="${PYTHON_DEPS}
demos? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
-   X? ( x11-libs/libX11:=[${MULTILIB_USEDEP}] )"
+   X? (
+   x11-libs/libX11:=[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
+   )"
 
 multilib_src_configure() {
local mycmakeargs=(



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

2018-03-12 Thread Mike Gilbert
commit: 238eaeb1245f965ce01b4a9a7519bc135b7a410a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 12 17:27:46 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 12 17:28:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238eaeb1

profiles: systemd: enable warmstarts by default for net-nds/rpcbind

Bug: https://bugs.gentoo.org/650030#c7

 profiles/targets/systemd/package.use | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/targets/systemd/package.use 
b/profiles/targets/systemd/package.use
new file mode 100644
index 000..d0552f6cb8b
--- /dev/null
+++ b/profiles/targets/systemd/package.use
@@ -0,0 +1,6 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Mike Gilbert  (12 Mar 2018)
+# Satisfy REQUIRED_USE by default, bug 650030.
+net-nds/rpcbind warmstarts



[gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/

2018-03-12 Thread Mike Gilbert
commit: 0bffded2ba7ff5c3c5660c19c829a6ffeedea353
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 12 17:24:07 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 12 17:28:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bffded2

net-nds/rpcbind: require warmstarts for systemd

Bug: https://bugs.gentoo.org/650030#c7
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 net-nds/rpcbind/{rpcbind-0.2.4-r2.ebuild => rpcbind-0.2.4-r3.ebuild} | 1 +
 net-nds/rpcbind/rpcbind-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild 
b/net-nds/rpcbind/rpcbind-0.2.4-r3.ebuild
similarity index 97%
rename from net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild
rename to net-nds/rpcbind/rpcbind-0.2.4-r3.ebuild
index aa7c610e94f..8431b518c94 100644
--- a/net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild
+++ b/net-nds/rpcbind/rpcbind-0.2.4-r3.ebuild
@@ -19,6 +19,7 @@ HOMEPAGE="https://sourceforge.net/projects/rpcbind/;
 LICENSE="BSD"
 SLOT="0"
 IUSE="debug selinux systemd tcpd warmstarts"
+REQUIRED_USE="systemd? ( warmstarts )"
 
 CDEPEND=">=net-libs/libtirpc-1.0:=
systemd? ( sys-apps/systemd:= )

diff --git a/net-nds/rpcbind/rpcbind-.ebuild 
b/net-nds/rpcbind/rpcbind-.ebuild
index bd9f7853dc4..3a5262860d7 100644
--- a/net-nds/rpcbind/rpcbind-.ebuild
+++ b/net-nds/rpcbind/rpcbind-.ebuild
@@ -19,6 +19,7 @@ HOMEPAGE="https://sourceforge.net/projects/rpcbind/;
 LICENSE="BSD"
 SLOT="0"
 IUSE="debug selinux systemd tcpd warmstarts"
+REQUIRED_USE="systemd? ( warmstarts )"
 
 CDEPEND=">=net-libs/libtirpc-0.2.3:=
systemd? ( sys-apps/systemd:= )



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-session-manager/

2018-03-12 Thread Ettore Di Giacinto
commit: 94f5806a69568bfdc668e8eabda77c5726c21421
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Mon Mar 12 16:46:09 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Mar 12 17:07:33 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=94f5806a

mate-base/mate-session-manager: Revbump

- Fixes regression introduced by bad sync between mate overlay and ::gentoo
- Set IUSE="+xtrans", #621358
- Re-add ~arm64 keyword

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 .../mate-session-manager-1.18.2-r1.ebuild  | 85 ++
 1 file changed, 85 insertions(+)

diff --git 
a/mate-base/mate-session-manager/mate-session-manager-1.18.2-r1.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.18.2-r1.ebuild
new file mode 100644
index 000..3075243
--- /dev/null
+++ b/mate-base/mate-session-manager/mate-session-manager-1.18.2-r1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="MATE session manager"
+HOMEPAGE="http://mate-desktop.org/;
+
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+
+IUSE="debug elibc_FreeBSD gnome-keyring ipv6 systemd +xtrans"
+
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.76
+   >=dev-libs/glib-2.36:2
+   dev-libs/libxslt
+   sys-apps/dbus
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.14:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango
+   virtual/libintl
+   elibc_FreeBSD? ( || ( dev-libs/libexecinfo 
>=sys-freebsd/freebsd-lib-10.0 ) )
+   systemd? ( sys-apps/systemd )
+   !systemd? ( >=sys-auth/consolekit-0.9.2 )
+   xtrans? ( x11-libs/xtrans )"
+
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xdpyinfo
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+   gnome-keyring? ( gnome-base/gnome-keyring )"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40:*
+   >=dev-lang/perl-5
+   >=sys-devel/gettext-0.10.40:*
+   virtual/pkgconfig:*
+   !

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

2018-03-12 Thread Michał Górny
commit: 850b85177207092549f6729580caa0b5fcb0996c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 12 16:33:08 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 12 17:07:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850b8517

dev-libs/libgit2: Update sed for tests in -

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

diff --git a/dev-libs/libgit2/libgit2-.ebuild 
b/dev-libs/libgit2/libgit2-.ebuild
index 549b491f613..677c3a9a818 100644
--- a/dev-libs/libgit2/libgit2-.ebuild
+++ b/dev-libs/libgit2/libgit2-.ebuild
@@ -40,7 +40,7 @@ DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md )
 
 src_prepare() {
# skip online tests
-   sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die
+   sed -i '/libgit2_clar/s/-ionline/-xonline/' tests/CMakeLists.txt || die
 
cmake-utils_src_prepare
 }



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

2018-03-12 Thread Michał Górny
commit: 66e26409bfde3ed83954d3f6513045801bee6cf7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 12 16:32:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 12 17:07:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e26409

dev-libs/libgit2: Add missing flag+dependency on net-misc/curl

 dev-libs/libgit2/libgit2-.ebuild | 7 ++-
 dev-libs/libgit2/metadata.xml| 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libgit2/libgit2-.ebuild 
b/dev-libs/libgit2/libgit2-.ebuild
index 19fc4bd0b35..549b491f613 100644
--- a/dev-libs/libgit2/libgit2-.ebuild
+++ b/dev-libs/libgit2/libgit2-.ebuild
@@ -18,13 +18,17 @@ HOMEPAGE="https://libgit2.github.com/;
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0/26"
-IUSE="examples gssapi libressl +ssh test +threads trace"
+IUSE="+curl examples gssapi libressl +ssh test +threads trace"
 
 RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
sys-libs/zlib
net-libs/http-parser:=
+   curl? (
+   !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] )
+   libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] )
+   )
gssapi? ( virtual/krb5 )
ssh? ( net-libs/libssh2 )
 "
@@ -49,6 +53,7 @@ src_configure() {
-DUSE_GSSAPI=$(usex gssapi)
-DUSE_SSH=$(usex ssh)
-DTHREADSAFE=$(usex threads)
+   -DCURL=$(usex curl)
)
cmake-utils_src_configure
 }

diff --git a/dev-libs/libgit2/metadata.xml b/dev-libs/libgit2/metadata.xml
index 341b4d4cf6d..e090ecb97fe 100644
--- a/dev-libs/libgit2/metadata.xml
+++ b/dev-libs/libgit2/metadata.xml
@@ -15,6 +15,8 @@
speed custom Git applications in any language which supports C 
bindings.


+   Use net-misc/curl for HTTP support
+   (otherwise, limited built-in implementation will be 
used)
Enable GSSAPI support for SPNEGO auth
Enable SSH transport support
Enable tracing support



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

2018-03-12 Thread Michał Górny
commit: b0b200c760f3de118621be62ecf7b673fca2c583
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 12 16:26:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 12 17:07:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b200c7

dev-libs/libgit2: Bump to EAPI=6, modernize

 dev-libs/libgit2/libgit2-.ebuild | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-libs/libgit2/libgit2-.ebuild 
b/dev-libs/libgit2/libgit2-.ebuild
index 899540f73af..19fc4bd0b35 100644
--- a/dev-libs/libgit2/libgit2-.ebuild
+++ b/dev-libs/libgit2/libgit2-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 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 multilib
+inherit cmake-utils
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
@@ -21,8 +21,8 @@ SLOT="0/26"
 IUSE="examples gssapi libressl +ssh test +threads trace"
 
 RDEPEND="
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
sys-libs/zlib
net-libs/http-parser:=
gssapi? ( virtual/krb5 )
@@ -44,11 +44,11 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-   $(cmake-utils_use_build test CLAR)
-   $(cmake-utils_use_enable trace TRACE)
-   $(cmake-utils_use_use gssapi GSSAPI)
-   $(cmake-utils_use_use ssh SSH)
-   $(cmake-utils_use threads THREADSAFE)
+   -DBUILD_CLAR=$(usex test)
+   -DENABLE_TRACE=$(usex trace)
+   -DUSE_GSSAPI=$(usex gssapi)
+   -DUSE_SSH=$(usex ssh)
+   -DTHREADSAFE=$(usex threads)
)
cmake-utils_src_configure
 }
@@ -68,7 +68,7 @@ src_install() {
cmake-utils_src_install
 
if use examples ; then
-   egit_clean examples
+   find examples -name '.gitignore' -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi



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

2018-03-12 Thread Michał Górny
commit: 98b5ba745da736d56982ac8731c308481bdbeabf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 12 17:04:45 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 12 17:07:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b5ba74

dev-libs/libgit2: Bump to 0.26.3 (bugfix)

 dev-libs/libgit2/Manifest  |  1 +
 dev-libs/libgit2/libgit2-0.26.3.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index b65ec03c4bc..4506225bcf1 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,2 +1,3 @@
 DIST libgit2-0.26.0.tar.gz 4697149 BLAKE2B 
468e679bd7093004fb19a7947102d09bb90c653f3957615ce5468fe4c602f61804877072445a90447d83c70277529d02762cd3f35d0879708ea8355c44fe3456
 SHA512 
988c616c99637f2c1f80c498de34820296b78c0601669475eba9d194490cfd2047131987e63a799599277893e5741f9bcc226ffa594327356047ed563f07d346
 DIST libgit2-0.26.2.tar.gz 4706513 BLAKE2B 
e11a7043d3f1b0a13d04129b7052d60beb401bc87f583f63dc514251dda001b622d8a7b5c7b65b8d6364244e4b15e09bd4ef789b120ef13214cd0430af8c76c1
 SHA512 
4601b4a09f2c70b41361eab5549d3f758ab5a62742e4ae0b07df0cf4f8d7b66a2eae09a1db410afcce0f6436162dbc4f8cbe97b08de1807960ddfce02e5d695b
+DIST libgit2-0.26.3.tar.gz 4728289 BLAKE2B 
b437732cb30d85487a7a1a16efd41d19fe7677635ae07393094cd2931a0fb6673f41b14122793a31dd317e27936df9844fcb2444ba916469e4673f42e9db04f6
 SHA512 
abcd3a904bed05c1f200be2ffbc2c44cebd1b548459ee834d5635c5eaf7bcd551a4993bcc1cb9fbeae9ea990c5ebc07655007ff4e623fa7c697f326c0ce12c3e

diff --git a/dev-libs/libgit2/libgit2-0.26.3.ebuild 
b/dev-libs/libgit2/libgit2-0.26.3.ebuild
new file mode 100644
index 000..549b491f613
--- /dev/null
+++ b/dev-libs/libgit2/libgit2-0.26.3.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~ppc-macos"
+fi
+
+DESCRIPTION="A linkable library for Git"
+HOMEPAGE="https://libgit2.github.com/;
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="0/26"
+IUSE="+curl examples gssapi libressl +ssh test +threads trace"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   sys-libs/zlib
+   net-libs/http-parser:=
+   curl? (
+   !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] )
+   libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] )
+   )
+   gssapi? ( virtual/krb5 )
+   ssh? ( net-libs/libssh2 )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md )
+
+src_prepare() {
+   # skip online tests
+   sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+   -DBUILD_CLAR=$(usex test)
+   -DENABLE_TRACE=$(usex trace)
+   -DUSE_GSSAPI=$(usex gssapi)
+   -DUSE_SSH=$(usex ssh)
+   -DTHREADSAFE=$(usex threads)
+   -DCURL=$(usex curl)
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   if [[ ${EUID} -eq 0 ]] ; then
+   # repo::iterator::fs_preserves_error fails if run as root
+   # since root can still access dirs with  perms
+   ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
+   else
+   local TEST_VERBOSE=1
+   cmake-utils_src_test
+   fi
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   if use examples ; then
+   find examples -name '.gitignore' -delete || die
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2018-03-12 Thread Michał Górny
commit: f9b665bdcb0a48fd3099351a1c23f0a9c7714af0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 12 16:58:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 12 17:07:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b665bd

profiles/arch/arm64: Mask dev-libs/libgit2[libressl] for curl

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index c304dcf8237..29c4e3c459f 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (12 Mar 2018)
+# Requires masked net-misc/curl with libressl.
+dev-libs/libgit2 libressl
+
 # Michał Górny  (03 Mar 2018)
 # Requires masked dependent flags.
 net-fs/samba ads



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

2018-03-12 Thread Ettore Di Giacinto
commit: 4343eee983680d22a40fc8016ac6b0c1dd3dbd9e
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Mon Mar 12 16:38:43 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Mar 12 16:50:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4343eee9

dev-util/rr: Bump to 5.1.0

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-util/rr/Manifest|  1 +
 dev-util/rr/rr-5.1.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-util/rr/Manifest b/dev-util/rr/Manifest
index 1092025e0ae..365895efb43 100644
--- a/dev-util/rr/Manifest
+++ b/dev-util/rr/Manifest
@@ -1,2 +1,3 @@
 DIST mozilla-rr-4.5.0.tar.gz 683371 BLAKE2B 
1654de3811be4eac40ed751b910aed0ddca2100147e47e2e068f625c607964f98d33033c38cdf3a2146284bc477b08299e3432389342e7b058e331f0b924686f
 SHA512 
8e9b7c6eaa9908e75853b5e19f61954b57e6e5afa7a8b6fe55f31aee36bab6ff315b5c3511d14c93dca5da19055a7879b6f3b9f51c349b1bb9acea130187a5e6
 DIST mozilla-rr-5.0.0.tar.gz 1143119 BLAKE2B 
b08f8ade8856b03fa94057a8c85cfacc0722090ac3f7d1c147a3c4e7c2bbfe58a740711495e88476d90eb02c6e9a5b85078dcb4fcf3ed107ad281dd3dcf8
 SHA512 
aaec0869e68290d5f7b752d02e89fc4f83dd2fce4abf91b36c006eeec97555b7adc69da311eadd48c9891599245305b585ed1a53580f7c616dba401f1592c5f2
+DIST mozilla-rr-5.1.0.tar.gz 1158274 BLAKE2B 
f150e9d05b0a6a32c818f968879d0a394beb6524469cad905a21024e0d79e229f261c766f17aecbacdb81cf8e7408e62d1fdf8677569de8ed4d882b91f93b83d
 SHA512 
8cb7da20ddb2bfbeaf57d9bca76a3b5495d4bd74a00092c40c948570a2cda3dca6cb1e73ed65af099fe405a4d29ff1a852496baf0fcb6119258443649a65766a

diff --git a/dev-util/rr/rr-5.1.0.ebuild b/dev-util/rr/rr-5.1.0.ebuild
new file mode 100644
index 000..09b7822c977
--- /dev/null
+++ b/dev-util/rr/rr-5.1.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+CMAKE_BUILD_TYPE=Release
+
+inherit cmake-utils linux-info python-single-r1
+
+DESCRIPTION="Record and Replay Framework"
+HOMEPAGE="http://rr-project.org/;
+SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> 
mozilla-${P}.tar.gz"
+
+LICENSE="MIT BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   sys-libs/zlib
+   dev-libs/capnproto
+   ${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   sys-devel/gdb[xml]"
+# Add all the deps needed only at build/test time.
+DEPEND+="
+   test? (
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   sys-devel/gdb[xml]
+   )"
+
+#PATCHES=(
+#  "${FILESDIR}"/${P}-sysmacros.patch
+#)
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="SECCOMP"
+   linux-info_pkg_setup
+   fi
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   sed -i 's:-Werror::' CMakeLists.txt || die #609192
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-session-manager/

2018-03-12 Thread Ettore Di Giacinto
commit: 5d74ddd39d29f8fa2bf1fdee463e99ca28edb820
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Mon Mar 12 16:46:09 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Mar 12 16:50:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d74ddd3

mate-base/mate-session-manager: Revbump

- Fixes regression introduced by bad sync between mate overlay and ::gentoo
- Set IUSE="+xtrans", #621358
- Re-add ~arm64 keyword

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 .../mate-session-manager-1.18.2-r1.ebuild  | 85 ++
 1 file changed, 85 insertions(+)

diff --git 
a/mate-base/mate-session-manager/mate-session-manager-1.18.2-r1.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.18.2-r1.ebuild
new file mode 100644
index 000..30752431738
--- /dev/null
+++ b/mate-base/mate-session-manager/mate-session-manager-1.18.2-r1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="MATE session manager"
+HOMEPAGE="http://mate-desktop.org/;
+
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+
+IUSE="debug elibc_FreeBSD gnome-keyring ipv6 systemd +xtrans"
+
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.76
+   >=dev-libs/glib-2.36:2
+   dev-libs/libxslt
+   sys-apps/dbus
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.14:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango
+   virtual/libintl
+   elibc_FreeBSD? ( || ( dev-libs/libexecinfo 
>=sys-freebsd/freebsd-lib-10.0 ) )
+   systemd? ( sys-apps/systemd )
+   !systemd? ( >=sys-auth/consolekit-0.9.2 )
+   xtrans? ( x11-libs/xtrans )"
+
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xdpyinfo
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+   gnome-keyring? ( gnome-base/gnome-keyring )"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40:*
+   >=dev-lang/perl-5
+   >=sys-devel/gettext-0.10.40:*
+   virtual/pkgconfig:*
+   !

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

2018-03-12 Thread Brian Evans
commit: da9ce51a55c888d57aab055b16bcdd77937ef833
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 16:39:15 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 16:39:15 2018 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=da9ce51a

client-libs: 5.7.21 patch goes too far for libmysql

 20018_all_mysql-5.7.21-without-clientlibs-tools.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch 
b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
index e0f5369..b9e8f09 100644
--- a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
+++ b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
@@ -74,17 +74,6 @@ diff -aurN a/extra/CMakeLists.txt b/extra/CMakeLists.txt
  ADD_DEPENDENCIES(perror GenError)
  TARGET_LINK_LIBRARIES(perror mysys mysys_ssl)
  SET_TARGET_PROPERTIES(perror PROPERTIES LINKER_LANGUAGE CXX)
-diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
 a/libmysql/CMakeLists.txt  2015-07-09 09:04:01.217091000 -0400
-+++ b/libmysql/CMakeLists.txt  2015-07-09 09:22:47.903091000 -0400
-@@ -217,6 +217,6 @@
- ENDIF()
- 
--IF(NOT DISABLE_SHARED)
-+IF(NOT DISABLE_SHARED AND NOT WITHOUT_CLIENTLIBS)
-   # Merge several convenience libraries into one big mysqlclient
-   # and link them together into shared library.
-   MERGE_LIBRARIES(libmysql SHARED ${LIBS}
 diff -aurN a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
 --- a/scripts/CMakeLists.txt   2015-07-09 09:04:00.401091000 -0400
 +++ b/scripts/CMakeLists.txt   2015-07-09 09:20:25.723091000 -0400



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

2018-03-12 Thread Bernard Cafarelli
commit: de905817c9e5bb7d623207b3f36fba28461ead21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar 12 16:38:07 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Mar 12 16:38:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de905817

profiles: remove mask on new nx/x2goserver

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 42a91c8f46f..70eee1e8aa4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -66,11 +66,6 @@ media-gfx/qosmic
 # Bug 649764 Removal in 30 days.
 dev-db/maxscale
 
-# Lars Wendler  (06 Mar 2018)
-# Masked as it breaks x2go
-=net-misc/nx-3.5.99.15
-=net-misc/x2goserver-4.1.0.0-r1
-
 # Andreas Sturmlechner  (06 Mar 2018)
 # Maintainer not responding, depends on deprecated Qt4.
 # Masked for removal in 30 days. Bug 598651, 635192, 644396



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

2018-03-12 Thread Brian Evans
commit: 05773b8c4f253449faf5e776257653fcc8d5d6d0
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 16:23:16 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 16:23:16 2018 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=05773b8c

respin client-libs patch for 5.7.21

 ...all_mysql-5.7.21-without-clientlibs-tools.patch | 116 +
 1 file changed, 116 insertions(+)

diff --git a/20018_all_mysql-5.7.21-without-clientlibs-tools.patch 
b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
new file mode 100644
index 000..e0f5369
--- /dev/null
+++ b/20018_all_mysql-5.7.21-without-clientlibs-tools.patch
@@ -0,0 +1,116 @@
+diff -aurN a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2015-07-09 09:04:00.118091000 -0400
 b/CMakeLists.txt   2015-07-09 09:17:06.291091000 -0400
+@@ -405,8 +405,6 @@
+ MYSQL_CHECK_ZLIB_WITH_COMPRESS()
+ # Add bundled yassl/taocrypt or system openssl.
+ MYSQL_CHECK_SSL()
+-# Add system/bundled editline.
+-MYSQL_CHECK_EDITLINE()
+ # Add libevent
+ MYSQL_CHECK_LIBEVENT()
+ 
+@@ -436,7 +434,10 @@
+   ADD_SUBDIRECTORY(storage/ndb)
+ ENDIF()
+ 
+-ADD_SUBDIRECTORY(include)
++IF(NOT WITHOUT_CLIENTLIBS)
++  ADD_SUBDIRECTORY(include)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
++
+ ADD_SUBDIRECTORY(dbug)
+ ADD_SUBDIRECTORY(strings)
+ ADD_SUBDIRECTORY(vio)
+@@ -462,7 +463,6 @@
+ ENDIF()
+ 
+ ADD_SUBDIRECTORY(extra)
+-ADD_SUBDIRECTORY(client)
+ ADD_SUBDIRECTORY(sql/share)
+ ADD_SUBDIRECTORY(libservices)
+ 
+@@ -470,11 +470,20 @@
+   ADD_SUBDIRECTORY(man)
+ ENDIF()
+ 
++IF(NOT WITHOUT_TOOLS)
++  # Add system/bundled editline
++  MYSQL_CHECK_EDITLINE()
++  ADD_SUBDIRECTORY(client)
++ENDIF(NOT WITHOUT_TOOLS)
++
+ IF(NOT WITHOUT_SERVER)
+   ADD_SUBDIRECTORY(testclients)
+   ADD_SUBDIRECTORY(sql)
+   OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF)
+   IF(WITH_EMBEDDED_SERVER) 
++   IF(WITHOUT_TOOLS)
++ MYSQL_CHECK_EDITLINE()
++   ENDIF(WITHOUT_TOOLS)
+ADD_SUBDIRECTORY(libmysqld)
+ADD_SUBDIRECTORY(libmysqld/examples)
+   ENDIF(WITH_EMBEDDED_SERVER)
+diff -aurN a/extra/CMakeLists.txt b/extra/CMakeLists.txt
+--- a/extra/CMakeLists.txt 2015-05-05 07:05:53.0 -0400
 b/extra/CMakeLists.txt 2015-07-09 09:18:16.982091000 -0400
+@@ -72,12 +72,16 @@
+   ADD_DEPENDENCIES(GenError copy_openssl_extra)
+ ENDIF()
+ 
+-
+-MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++IF(NOT WITHOUT_CLIENTLIBS)
++  MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++  MYSQL_ADD_EXECUTABLE(perror perror.c)
++ELSE(NOT WITHOUT_CLIENTLIBS)
++  ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++  ADD_EXECUTABLE(perror perror.c)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ TARGET_LINK_LIBRARIES(my_print_defaults  mysys mysys_ssl)
+ SET_TARGET_PROPERTIES(my_print_defaults PROPERTIES LINKER_LANGUAGE CXX)
+ 
+-MYSQL_ADD_EXECUTABLE(perror perror.c)
+ ADD_DEPENDENCIES(perror GenError)
+ TARGET_LINK_LIBRARIES(perror mysys mysys_ssl)
+ SET_TARGET_PROPERTIES(perror PROPERTIES LINKER_LANGUAGE CXX)
+diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
+--- a/libmysql/CMakeLists.txt  2015-07-09 09:04:01.217091000 -0400
 b/libmysql/CMakeLists.txt  2015-07-09 09:22:47.903091000 -0400
+@@ -217,6 +217,6 @@
+ ENDIF()
+ 
+-IF(NOT DISABLE_SHARED)
++IF(NOT DISABLE_SHARED AND NOT WITHOUT_CLIENTLIBS)
+   # Merge several convenience libraries into one big mysqlclient
+   # and link them together into shared library.
+   MERGE_LIBRARIES(libmysql SHARED ${LIBS}
+diff -aurN a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+--- a/scripts/CMakeLists.txt   2015-07-09 09:04:00.401091000 -0400
 b/scripts/CMakeLists.txt   2015-07-09 09:20:25.723091000 -0400
+@@ -433,18 +433,21 @@
+
+   IF(WITH_SYSTEMD)
+ SET(BIN_SCRIPTS
+-  mysql_config
+   mysqldumpslow
+   )
+   ELSE()
+ SET(BIN_SCRIPTS
+-  mysql_config
+   mysqldumpslow
+   mysqld_multi
+   mysqld_safe
+   )
+   ENDIF()
+-
++  IF(NOT WITHOUT_CLIENTLIBS)
++SET(BIN_SCRIPTS
++  ${BIN_SCRIPTS}
++  mysql_config
++)
++  ENDIF(NOT WITHOUT_CLIENTLIBS)
+   SET(PKGCONFIG_FILE ${LIBMYSQL_OS_OUTPUT_NAME}.pc)
+   STRING(REGEX REPLACE "/mysql$" "" PKGCONFIG_DIR "${INSTALL_LIBDIR}")
+   SET(PKGCONFIG_DIR "${PKGCONFIG_DIR}/pkgconfig")
+



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

2018-03-12 Thread Lars Wendler
commit: 5708895e5642db959606727c10376da3660df5fa
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 12 15:51:47 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 15:51:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5708895e

net-misc/openssh: Removed old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/openssh/Manifest |   3 -
 net-misc/openssh/openssh-7.6_p1-r2.ebuild | 336 --
 net-misc/openssh/openssh-7.6_p1-r3.ebuild | 336 --
 net-misc/openssh/openssh-7.6_p1.ebuild| 336 --
 4 files changed, 1011 deletions(-)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index e1e0dbe4f79..299ae83a14c 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -3,11 +3,8 @@ DIST openssh-7.5p1+x509-10.2.diff.gz 467040 BLAKE2B 
4048b0f016bf7d43276f88117fc2
 DIST openssh-7.5p1-hpnssh14v12.tar.xz 23068 BLAKE2B 
15702338877e50c2143b33b93bfc87d0aa0fa55915db1f0cab9c22e55f8aa0c6eeb5a56f438d849544d1650bdc574384b851292d621b79f673b78bc37617aa0b
 SHA512 
45c42090a212b9ce898fbaa8284ddf0f0d17236af13c4a780e00bf265b0c7a4286027e90a7ce9ad70066309db722709dd2f0a7914f57e5364ffbaf7c4859cdf9
 DIST openssh-7.5p1.tar.gz 1510857 BLAKE2B 
505764a210018136456c0f5dd40ad9f1383551c3ae037593d4296305df189e0a6f1383adc89b1970d58b8dcfff391878b7a29b848cc244a99705a164bec5d734
 SHA512 
58c542e8a110fb4316a68db94abb663fa1c810becd0638d45281df8aeca62c1f705090437a80e788e6c29121769b72a505feced537d3118c933fde01b5285c81
 DIST openssh-7.6_p1-sctp.patch.xz 6996 BLAKE2B 
4a857afdc8fa5cb2bfb9dd1805ac6343e774ac7423e2f4439f2adf585aae18fcf55d63f7f5421e716d76e2dd0205b186b6fea1f53132453ea82f0821cea3124c
 SHA512 
8445a9a8ae8e8baa67c8f386117877ba3f39f33c9cdaff341c8d5fb4ce9dfe22f26d5aedc2b0d4aab67864994ec5a6a487d18b728bd5d5c6efe14175eb9c8151
-DIST openssh-7.6p1+x509-11.0.diff.gz 440219 BLAKE2B 
9329a7cf8575c21c31ec73f8ca1084708de34a5b530699d8be2a2a75e1ce0d37210a897c894ab75ee8e2ad0f0802d483d041b1bf3cf3ea46a4a423f1350f42d2
 SHA512 
add86ecdaa696d997f869e6878aaaef285590cc5eddf301be651944bbc6c80af6a891bad6f6aaa4b6e9919ad865a27dc6f45a6e0b923ca52c04f06523fa3197a
-DIST openssh-7.6p1+x509-11.1.diff.gz 451725 BLAKE2B 
1397c05539ce7532f5e6bf33fc16d5661c32365e127ab1134c0a12c70f0645b05eb05d3ebd9bf64ed59cb94a63cbe8466ac87c9831605230d1ccd578a736904b
 SHA512 
8d445911d8b28fb922a2a0ddb4b7783f81bc258af708148541d30cb79012789cc319bc2031b4584c4c5504480b70077e675be01070fd3065dc4f5ddee89ad8f1
 DIST openssh-7.6p1+x509-11.2.diff.gz 466657 BLAKE2B 
3f4f108e2d97eb292c215bc3a6e2c64ae6b9e49704f46f46a21496a71d5ebd051ab648446bf71ef141e2114f4a03363d8cd043f5813f957c2c5f2e2eb193931d
 SHA512 
1c0fea91037bfcaed7aa3f0cb01d262410a99d3e1b98a25a012db5d683f3275ab52f78f1e446bd7e543c78f9d406b1dce2bb3997214534ae94e11c254658080f
 DIST openssh-7.6p1-hpnssh14v12-r1.tar.xz 15440 BLAKE2B 
e140852a3ce63e4f744ed4b18b474cf88d09ca55509e5a16d26eef5cf8574466b472073eef56e19467932959d9ba7e941ab561d9ea0704dfee3fd08a6ba7ba8c
 SHA512 
9d0450ec99fe550d790e471cb7815d0863788cf9c41dfef653d102f02be3d38a09e5103e537658279216a5815c1a075ded9f011e05ce216beee2c7daeea8c75a
-DIST openssh-7.6p1-hpnssh14v12.tar.xz 15392 BLAKE2B 
6888ea4054a470116b2ab3d115f54e3ee54e0d05a24d3331613c241e684a43354b6100ee2be76e5b2dcc8f0444fbae5d146830d634e53a85124d5e553759a552
 SHA512 
0e2c62cdec360090b359edfd5bbe894fb25d22e387677e8a5d6cf6a0807b0572fda30b90c30390d5b68e359e9958cb1c65abae4afd9af5892c3f64f6f8001956
 DIST openssh-7.6p1.tar.gz 1489788 BLAKE2B 
938bfeeff0a0aaa2fc7e4c345f04561c6c071c526e354a7d344a08742cb70ab1f4a41d325b31720f2fba5c4afa4db11f3fc87055c8c9c8bea37b29cc11dc8f39
 SHA512 
de17fdcb8239401f76740c8d689a8761802f6df94e68d953f3c70b9f4f8bdb403617c48c1d01cc8c368d88e9d50aee540bf03d5a36687dfb39dfd28d73029d72
 DIST openssh-lpk-7.5p1-0.3.14.patch.xz 17040 BLAKE2B 
5b2204316dd244bb8dd11db50d5bc3a194e2cc4b64964a2d3df68bbe54c53588f15fc5176dbc3811e929573fa3e41cf91f412aa2513bb9a4b6ed02c2523c1e24
 SHA512 
9ce5d7e5d831c972f0f866b686bf93a048a03979ab38627973f5491eeeaa45f9faab0520b3a7ed90a13a67213fdc9cd4cf11e423acad441ea91b71037c8b435b
 DIST openssh-lpk-7.6p1-0.3.14.patch.xz 17044 BLAKE2B 
a31dcb15848d3a22306108a4e181b1d52b195e6adcd2a78d5c7bf57f33c8ed62c3affa434c8d31c07eae84b59f1a3968a3f2a92e702f9225b121127616cb9d61
 SHA512 
e9a2b18fd6a58354198b6e48199059d055451a5f09c99bf7293d0d54137a59c581a9cb3bd906f31589e03d8450fb017b9015e18c67b7b6ae840e336039436974

diff --git a/net-misc/openssh/openssh-7.6_p1-r2.ebuild 
b/net-misc/openssh/openssh-7.6_p1-r2.ebuild
deleted file mode 100644
index ce99373986b..000
--- a/net-misc/openssh/openssh-7.6_p1-r2.ebuild
+++ /dev/null
@@ -1,336 +0,0 @@
-# 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/_}
-

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

2018-03-12 Thread Lars Wendler
commit: a3ac5d6f365556d7373a62cc4cfcfbd4a84de7b7
Author: Petr Vaněk  excello  cz>
AuthorDate: Tue Mar  6 13:08:21 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 15:50:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ac5d6f

net-misc/openssh: apply patch to fix PermitOpen issue

PermitOpen directive ignores arguments beyond the second one.

https://www.spinics.net/lists/openssh-unix-dev/msg04433.html

Patch was applied to upstream and only 7.6_p1 has this issue.
Closes: https://github.com/gentoo/gentoo/pull/7376

 .../openssh/files/openssh-7.6_p1-permitopen.patch  |  49 +++
 net-misc/openssh/openssh-7.6_p1-r5.ebuild  | 336 +
 2 files changed, 385 insertions(+)

diff --git a/net-misc/openssh/files/openssh-7.6_p1-permitopen.patch 
b/net-misc/openssh/files/openssh-7.6_p1-permitopen.patch
new file mode 100644
index 000..5dc96d4d0a3
--- /dev/null
+++ b/net-misc/openssh/files/openssh-7.6_p1-permitopen.patch
@@ -0,0 +1,49 @@
+From 69bda0228861f3dacd4fb3d28b60ce9d103d254b Mon Sep 17 00:00:00 2001
+From: "d...@openbsd.org" 
+Date: Wed, 4 Oct 2017 18:49:30 +
+Subject: [PATCH] upstream commit
+
+fix (another) problem in PermitOpen introduced during the
+channels.c refactor: the third and subsequent arguments to PermitOpen were
+being silently ignored; ok markus@
+
+Upstream-ID: 067c89f1f53cbc381628012ba776d6861e6782fd
+---
+ servconf.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/servconf.c b/servconf.c
+index 2c321a4a..95686295 100644
+--- a/servconf.c
 b/servconf.c
+@@ -1,5 +1,5 @@
+ 
+-/* $OpenBSD: servconf.c,v 1.312 2017/10/02 19:33:20 djm Exp $ */
++/* $OpenBSD: servconf.c,v 1.313 2017/10/04 18:49:30 djm Exp $ */
+ /*
+  * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
+  *All rights reserved
+@@ -1663,9 +1663,9 @@ process_server_config_line(ServerOptions *options, char 
*line,
+   if (!arg || *arg == '\0')
+   fatal("%s line %d: missing PermitOpen specification",
+   filename, linenum);
+-  i = options->num_permitted_opens;   /* modified later */
++  value = options->num_permitted_opens;   /* modified later */
+   if (strcmp(arg, "any") == 0 || strcmp(arg, "none") == 0) {
+-  if (*activep && i == 0) {
++  if (*activep && value == 0) {
+   options->num_permitted_opens = 1;
+   options->permitted_opens = xcalloc(1,
+   sizeof(*options->permitted_opens));
+@@ -1683,7 +1683,7 @@ process_server_config_line(ServerOptions *options, char 
*line,
+   if (arg == NULL || ((port = permitopen_port(arg)) < 0))
+   fatal("%s line %d: bad port number in "
+   "PermitOpen", filename, linenum);
+-  if (*activep && i == 0) {
++  if (*activep && value == 0) {
+   options->permitted_opens = xrecallocarray(
+   options->permitted_opens,
+   options->num_permitted_opens,
+-- 
+2.16.1
+

diff --git a/net-misc/openssh/openssh-7.6_p1-r5.ebuild 
b/net-misc/openssh/openssh-7.6_p1-r5.ebuild
new file mode 100644
index 000..e19d5f0f30b
--- /dev/null
+++ b/net-misc/openssh/openssh-7.6_p1-r5.ebuild
@@ -0,0 +1,336 @@
+# 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_PATCH="${PARCH}-hpnssh14v12-r1.tar.xz"
+SCTP_PATCH="${PN}-7.6_p1-sctp.patch.xz"
+LDAP_PATCH="${PN}-lpk-7.6p1-0.3.14.patch.xz"
+X509_VER="11.2" X509_PATCH="${PN}-${PV/_}+x509-${X509_VER}.diff.gz"
+
+DESCRIPTION="Port of OpenBSD's free SSH release"
+HOMEPAGE="http://www.openssh.org/;
+SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   ${SCTP_PATCH:+https://dev.gentoo.org/~polynomial-c/${SCTP_PATCH}}
+   ${HPN_PATCH:+hpn? ( https://dev.gentoo.org/~chutzpah/${HPN_PATCH} )}
+   ${LDAP_PATCH:+ldap? ( 
https://dev.gentoo.org/~polynomial-c/${LDAP_PATCH} )}
+   ${X509_PATCH:+X509? ( https://dev.gentoo.org/~chutzpah/${X509_PATCH} )}
+   "
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+# 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 

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

2018-03-12 Thread Lars Wendler
commit: e92084cc3d3ce917eee875e3e16da54cc6f329a5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Mar  9 20:05:35 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 15:32:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92084cc

dev-util/cmake: simplify FindBLAS patch

Most of the previous Gentoo patch has been upstreamed.
Closes: https://github.com/gentoo/gentoo/pull/7409

 dev-util/cmake/cmake-3.11.0_rc3.ebuild |  2 +-
 .../cmake/files/cmake-3.11.0_rc2-FindBLAS.patch| 23 ++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.11.0_rc3.ebuild 
b/dev-util/cmake/cmake-3.11.0_rc3.ebuild
index ebda7cc29dd..61e5d006511 100644
--- a/dev-util/cmake/cmake-3.11.0_rc3.ebuild
+++ b/dev-util/cmake/cmake-3.11.0_rc3.ebuild
@@ -51,7 +51,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.1.0-darwin-isysroot.patch
 
# handle gentoo packaging in find modules
-   "${FILESDIR}"/${PN}-3.0.0-FindBLAS.patch
+   "${FILESDIR}"/${PN}-3.11.0_rc2-FindBLAS.patch
"${FILESDIR}"/${PN}-3.8.0_rc2-FindBoost-python.patch
"${FILESDIR}"/${PN}-3.0.2-FindLAPACK.patch
"${FILESDIR}"/${PN}-3.5.2-FindQt4.patch

diff --git a/dev-util/cmake/files/cmake-3.11.0_rc2-FindBLAS.patch 
b/dev-util/cmake/files/cmake-3.11.0_rc2-FindBLAS.patch
new file mode 100644
index 000..6bad45b2087
--- /dev/null
+++ b/dev-util/cmake/files/cmake-3.11.0_rc2-FindBLAS.patch
@@ -0,0 +1,23 @@
+--- a/Modules/FindBLAS.cmake
 b/Modules/FindBLAS.cmake
+@@ -4,6 +4,10 @@
+ #
+ # Find BLAS library
+ #
++# Version modified for Gentoo Linux.
++# If a valid PkgConfig configuration is found, this overrides and cancels
++# all further checks.
++#
+ # This module finds an installed fortran library that implements the
+ # BLAS linear-algebra interface (see http://www.netlib.org/blas/).  The
+ # list of libraries searched for is taken from the autoconf macro file,
+@@ -50,6 +54,9 @@
+ # (To distribute this file outside of CMake, substitute the full
+ #  License text for the above reference.)
+ 
++# first, try PkgConfig
++set(BLA_PREFER_PKGCONFIG On)
++
+ include(${CMAKE_CURRENT_LIST_DIR}/CheckFunctionExists.cmake)
+ include(${CMAKE_CURRENT_LIST_DIR}/CheckFortranFunctionExists.cmake)
+ 



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

2018-03-12 Thread Justin Bronder
commit: ee91221f6eb63407221c42f155707a1e37f6cd0d
Author: Justin Bronder  gentoo  org>
AuthorDate: Mon Mar 12 14:29:14 2018 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Mon Mar 12 14:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee91221f

www-client/qutebrowser: bump 1.2.0

remove old as well

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-client/qutebrowser/Manifest | 2 +-
 .../qutebrowser/{qutebrowser-1.0.4.ebuild => qutebrowser-1.2.0.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
index d1372defe7c..a814e1a75c7 100644
--- a/www-client/qutebrowser/Manifest
+++ b/www-client/qutebrowser/Manifest
@@ -1,2 +1,2 @@
-DIST qutebrowser-1.0.4.tar.gz 3354132 BLAKE2B 
272372eee5e59f4f53ab53b535bdc504176e9ae91181ea96063bac3be827bf681539bab52af0be5bc55da4663c4f5b83edc7aa99d54dccd848c3c7bd38b48759
 SHA512 
197188e1145dcd59089efe4162e471c4d947e84aff2b0dd30582e19d0045a442e81d388e154335e5cce62dd132d379353db932825dbd2cd041372cca795f3e77
 DIST qutebrowser-1.1.1.tar.gz 3472250 BLAKE2B 
148450e694f220468916aa45cd7528b393ab1b06ceb516af8a560a160317af584282860652e4ce84ea660c9936075d51755f170cb20e61c0c5e3fb79c6ef0e52
 SHA512 
30c3aa9883a1d291dba1298c29ff1a47bb90b2db8bda440f1d24983f7b93e7b77b0061e3fdca59f1e725ae639bb47b9f34fc5884b2afd506d2acafb6a6ee271d
+DIST qutebrowser-1.2.0.tar.gz 3625921 BLAKE2B 
15fe2a049d0ef1ed7396c89fd4a308230c204ce236489abed5f3921a9d290eaece8300661d2420d6f80b0e95236ff80111f1833b070edeb1b4e76a71667f64cb
 SHA512 
1ddceb00dbf9a623b303a0c3ebcc8eca5e86a519e21fcffda88ab3f7cfe97a8d0d9443e21b04ff0668187274ccd8089a09b41e8da7c423e4668dc554f14e27d3

diff --git a/www-client/qutebrowser/qutebrowser-1.0.4.ebuild 
b/www-client/qutebrowser/qutebrowser-1.2.0.ebuild
similarity index 98%
rename from www-client/qutebrowser/qutebrowser-1.0.4.ebuild
rename to www-client/qutebrowser/qutebrowser-1.2.0.ebuild
index cf674525e31..e7535337c44 100644
--- a/www-client/qutebrowser/qutebrowser-1.0.4.ebuild
+++ b/www-client/qutebrowser/qutebrowser-1.2.0.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=6



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

2018-03-12 Thread Doug Goldstein
commit: ea22b8b440220abdda41826bba40cef46d0e4c2f
Author: Doug Goldstein  gentoo  org>
AuthorDate: Mon Mar 12 13:57:32 2018 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Mon Mar 12 13:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea22b8b4

dev-util/rustfmt: readd keyword and fix LICENSE

Signed-off-by: Doug Goldstein  gentoo.org>

 dev-util/rustfmt/rustfmt-0.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/rustfmt/rustfmt-0.8.6.ebuild 
b/dev-util/rustfmt/rustfmt-0.8.6.ebuild
index edb0b372858..2e70d3c5b0a 100644
--- a/dev-util/rustfmt/rustfmt-0.8.6.ebuild
+++ b/dev-util/rustfmt/rustfmt-0.8.6.ebuild
@@ -57,9 +57,9 @@ DESCRIPTION="Tool to find and fix Rust formatting issues"
 HOMEPAGE="https://github.com/rust-lang-nursery/rustfmt;
 SRC_URI="$(cargo_crate_uris ${CRATES})"
 RESTRICT="mirror"
-LICENSE="Apache-2.0/MIT" # Update to proper Gentoo format
+LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""



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

2018-03-12 Thread Brian Evans
commit: 0049cc7268c936ea143517d63b47eba61fab8a7e
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:46:01 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:46:01 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=0049cc72

dev-db/mysql-utilities: Fix metadata URL

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql-utilities/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-utilities/metadata.xml 
b/dev-db/mysql-utilities/metadata.xml
index 8adaf32..41ea3d1 100644
--- a/dev-db/mysql-utilities/metadata.xml
+++ b/dev-db/mysql-utilities/metadata.xml
@@ -1,5 +1,5 @@
 
-https://www.gentoo.org/dtd/metadata.dtd;>
+http://www.gentoo.org/dtd/metadata.dtd;>
 
 
grkni...@gentoo.org



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

2018-03-12 Thread Brian Evans
commit: ae78a09bfa97833e6b091e67d45e2b1987a6411d
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:32:18 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:32:18 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=ae78a09b

dev-db/mariadb: Remove sparc-fbsd

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mariadb/mariadb-10.2.6.ebuild | 4 ++--
 dev-db/mariadb/mariadb-10.2.7.ebuild | 4 ++--
 dev-db/mariadb/mariadb-5.1.67.ebuild | 4 ++--
 dev-db/mariadb/mariadb-5.2.14.ebuild | 4 ++--
 dev-db/mariadb/mariadb-5.3.12.ebuild | 4 ++--
 dev-db/mariadb/mariadb-5.5.49.ebuild | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.2.6.ebuild 
b/dev-db/mariadb/mariadb-10.2.6.ebuild
index e805996..bcb6b90 100644
--- a/dev-db/mariadb/mariadb-10.2.6.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.6.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="6"
@@ -23,7 +23,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( tokudb? ( 
jemalloc !tcmalloc ) ) static? ( !pam )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 if [[ "${MY_EXTRAS_VER}" == "live" ]] ; then
MY_PATCH_DIR="${WORKDIR}/mysql-extras"

diff --git a/dev-db/mariadb/mariadb-10.2.7.ebuild 
b/dev-db/mariadb/mariadb-10.2.7.ebuild
index 2c2b865..6886518 100644
--- a/dev-db/mariadb/mariadb-10.2.7.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.7.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="6"
@@ -23,7 +23,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( tokudb? ( 
jemalloc !tcmalloc ) ) static? ( !pam )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 if [[ "${MY_EXTRAS_VER}" == "live" ]] ; then
MY_PATCH_DIR="${WORKDIR}/mysql-extras"

diff --git a/dev-db/mariadb/mariadb-5.1.67.ebuild 
b/dev-db/mariadb/mariadb-5.1.67.ebuild
index a3ef7aa..a09e192 100644
--- a/dev-db/mariadb/mariadb-5.1.67.ebuild
+++ b/dev-db/mariadb/mariadb-5.1.67.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="4"
@@ -12,7 +12,7 @@ inherit toolchain-funcs mysql-v2
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''

diff --git a/dev-db/mariadb/mariadb-5.2.14.ebuild 
b/dev-db/mariadb/mariadb-5.2.14.ebuild
index a3ef7aa..a09e192 100644
--- a/dev-db/mariadb/mariadb-5.2.14.ebuild
+++ b/dev-db/mariadb/mariadb-5.2.14.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="4"
@@ -12,7 +12,7 @@ inherit toolchain-funcs mysql-v2
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''

diff --git a/dev-db/mariadb/mariadb-5.3.12.ebuild 
b/dev-db/mariadb/mariadb-5.3.12.ebuild
index a3ef7aa..a09e192 100644
--- 

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

2018-03-12 Thread Brian Evans
commit: 1bde194e76ba8ea4b97c4b9435e2869c84d8dacd
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:26:16 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:26:16 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=1bde194e

virtual/mysql: Remove sparc-fbsd

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 virtual/mysql/mysql-5.0.ebuild| 4 ++--
 virtual/mysql/mysql-5.1.ebuild| 4 ++--
 virtual/mysql/mysql-5.2.ebuild| 4 ++--
 virtual/mysql/mysql-5.3.ebuild| 4 ++--
 virtual/mysql/mysql-5.5-r1.ebuild | 4 ++--
 virtual/mysql/mysql-5.7-r1.ebuild | 4 ++--
 virtual/mysql/mysql-5.7-r2.ebuild | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/virtual/mysql/mysql-5.0.ebuild b/virtual/mysql/mysql-5.0.ebuild
index 56233b1..1cc67eb 100644
--- a/virtual/mysql/mysql-5.0.ebuild
+++ b/virtual/mysql/mysql-5.0.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
 
 DESCRIPTION="Virtual for MySQL client or database"
@@ -7,7 +7,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=""

diff --git a/virtual/mysql/mysql-5.1.ebuild b/virtual/mysql/mysql-5.1.ebuild
index 91b4f29..f136ffd 100644
--- a/virtual/mysql/mysql-5.1.ebuild
+++ b/virtual/mysql/mysql-5.1.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="2"
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE="embedded minimal static"
 
 DEPEND=""

diff --git a/virtual/mysql/mysql-5.2.ebuild b/virtual/mysql/mysql-5.2.ebuild
index 61bd6d5..f0bbd6e 100644
--- a/virtual/mysql/mysql-5.2.ebuild
+++ b/virtual/mysql/mysql-5.2.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="2"
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE="embedded minimal static"
 
 DEPEND=""

diff --git a/virtual/mysql/mysql-5.3.ebuild b/virtual/mysql/mysql-5.3.ebuild
index 61bd6d5..f0bbd6e 100644
--- a/virtual/mysql/mysql-5.3.ebuild
+++ b/virtual/mysql/mysql-5.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="2"
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE="embedded minimal static"
 
 DEPEND=""

diff --git a/virtual/mysql/mysql-5.5-r1.ebuild 
b/virtual/mysql/mysql-5.5-r1.ebuild
index 57be40a..8d6711d 100644
--- a/virtual/mysql/mysql-5.5-r1.ebuild
+++ b/virtual/mysql/mysql-5.5-r1.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"
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE="embedded minimal static static-libs"
 
 DEPEND=""

diff --git a/virtual/mysql/mysql-5.7-r1.ebuild 
b/virtual/mysql/mysql-5.7-r1.ebuild
index f280eb7..e4cb285 100644
--- 

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

2018-03-12 Thread Brian Evans
commit: 2d9be5f6a89c764deea935e857d530fcee1b7a61
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:47:31 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:47:31 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=2d9be5f6

dev-db/mysql-cluster: Fix metadata

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql-cluster/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-cluster/metadata.xml 
b/dev-db/mysql-cluster/metadata.xml
index 8824b8b..4ac64b5 100644
--- a/dev-db/mysql-cluster/metadata.xml
+++ b/dev-db/mysql-cluster/metadata.xml
@@ -21,7 +21,7 @@
   Raise the max index per table limit from 64 to 
128
   Install client programs only, no server
   Add support for statement profiling (requires 
USE=community).
-  Install server daemon
+
   Build support for profiling and tracing using 
dev-util/systemtap
   Install upstream testsuites for end use.
   Enable SSL connections and crypto functions using the 
bundled yaSSL



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

2018-03-12 Thread Brian Evans
commit: 80bba4bfa5100a1ef585bfeff138f73fcb750b20
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:44:22 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:44:22 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=80bba4bf

dev-db/mysql-init-scripts: Drop sparc-fbsd

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql-init-scripts/mysql-init-scripts-1.2.ebuild| 6 +++---
 dev-db/mysql-init-scripts/mysql-init-scripts-2.0.ebuild| 6 +++---
 dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1.ebuild   | 6 +++---
 dev-db/mysql-init-scripts/mysql-init-scripts-2.1_alpha4.ebuild | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-1.2.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-1.2.ebuild
index 5bed240..16d06a4 100644
--- a/dev-db/mysql-init-scripts/mysql-init-scripts-1.2.ebuild
+++ b/dev-db/mysql-init-scripts/mysql-init-scripts-1.2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 DESCRIPTION="Gentoo MySQL init scripts."
-HOMEPAGE="http://www.gentoo.org/;
+HOMEPAGE="https://www.gentoo.org/;
 SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
 IUSE=""
 
 DEPEND=""

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.0.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-2.0.ebuild
index 9c6be00..b00c4a2 100644
--- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.0.ebuild
+++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.0.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
@@ -6,12 +6,12 @@ EAPI=5
 inherit systemd
 
 DESCRIPTION="Gentoo MySQL init scripts."
-HOMEPAGE="http://www.gentoo.org/;
+HOMEPAGE="https://www.gentoo.org/;
 SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1.ebuild
index 8be6bb3..6cb7d8f 100644
--- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1.ebuild
+++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 DESCRIPTION="Gentoo MySQL init scripts."
-HOMEPAGE="http://www.gentoo.org/;
+HOMEPAGE="https://www.gentoo.org/;
 SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_alpha4.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_alpha4.ebuild
index 16badd9..e2761b1 100644
--- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_alpha4.ebuild
+++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_alpha4.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
@@ -6,12 +6,12 @@ EAPI=5
 inherit systemd s6
 
 DESCRIPTION="Gentoo MySQL init scripts."
-HOMEPAGE="http://www.gentoo.org/;
+HOMEPAGE="https://www.gentoo.org/;
 SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



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

2018-03-12 Thread Brian Evans
commit: 9518eae60730186429efc7c35ea4d9141ec9efa4
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:40:23 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:40:23 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=9518eae6

dev-db/percona-server: Drop sparc-fbsd

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/percona-server/percona-server-5.6.26.74.0.ebuild| 4 ++--
 dev-db/percona-server/percona-server-5.6.27.75.0-r1.ebuild | 4 ++--
 dev-db/percona-server/percona-server-5.6.27.76.0.ebuild| 4 ++--
 dev-db/percona-server/percona-server-5.6.29.76.2.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-db/percona-server/percona-server-5.6.26.74.0.ebuild 
b/dev-db/percona-server/percona-server-5.6.26.74.0.ebuild
index a6f3f1e..3869d4d 100644
--- a/dev-db/percona-server/percona-server-5.6.26.74.0.ebuild
+++ b/dev-db/percona-server/percona-server-5.6.26.74.0.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,7 +11,7 @@ inherit toolchain-funcs python-any-r1 mysql-multilib
 IUSE="$IUSE tokudb tokudb-backup-plugin"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-linux"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''

diff --git a/dev-db/percona-server/percona-server-5.6.27.75.0-r1.ebuild 
b/dev-db/percona-server/percona-server-5.6.27.75.0-r1.ebuild
index 20dab3a..63ca6a5 100644
--- a/dev-db/percona-server/percona-server-5.6.27.75.0-r1.ebuild
+++ b/dev-db/percona-server/percona-server-5.6.27.75.0-r1.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"
@@ -10,7 +10,7 @@ inherit python-any-r1 mysql-multilib-r1
 IUSE="pam tokudb tokudb-backup-plugin"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-linux"
 HOMEPAGE="http://www.percona.com/software/percona-server;
 DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
 

diff --git a/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild 
b/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild
index 3eede74..aed49c8 100644
--- a/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild
+++ b/dev-db/percona-server/percona-server-5.6.27.76.0.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"
@@ -10,7 +10,7 @@ inherit python-any-r1 mysql-multilib-r1
 IUSE="pam tokudb tokudb-backup-plugin"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-linux"
 HOMEPAGE="http://www.percona.com/software/percona-server;
 DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
 

diff --git a/dev-db/percona-server/percona-server-5.6.29.76.2.ebuild 
b/dev-db/percona-server/percona-server-5.6.29.76.2.ebuild
index 07aa51b..8588a40 100644
--- a/dev-db/percona-server/percona-server-5.6.29.76.2.ebuild
+++ b/dev-db/percona-server/percona-server-5.6.29.76.2.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="6"
@@ -10,7 +10,7 @@ inherit python-any-r1 mysql-multilib-r1
 IUSE="pam tokudb tokudb-backup-plugin"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-linux"
 HOMEPAGE="http://www.percona.com/software/percona-server;
 DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
 



[gentoo-commits] proj/mysql:master commit in: virtual/libmysqlclient/

2018-03-12 Thread Brian Evans
commit: 41a87449bc0b4b025e579fd0e02cc4759c6bf08c
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:28:46 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:28:46 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=41a87449

virtual/libmysqlclient: Remove sparc-fbsd

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 virtual/libmysqlclient/libmysqlclient-18.ebuild | 4 ++--
 virtual/libmysqlclient/libmysqlclient-20.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/virtual/libmysqlclient/libmysqlclient-18.ebuild 
b/virtual/libmysqlclient/libmysqlclient-18.ebuild
index 3d99048..27ae121 100644
--- a/virtual/libmysqlclient/libmysqlclient-18.ebuild
+++ b/virtual/libmysqlclient/libmysqlclient-18.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,7 +11,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/18"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 DEPEND=""

diff --git a/virtual/libmysqlclient/libmysqlclient-20.ebuild 
b/virtual/libmysqlclient/libmysqlclient-20.ebuild
index 76bb765..eb8330a 100644
--- a/virtual/libmysqlclient/libmysqlclient-20.ebuild
+++ b/virtual/libmysqlclient/libmysqlclient-20.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="6"
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND=""



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

2018-03-12 Thread Alfredo Tupone
commit: 1771e09821fe6b63c7cd68cb9a52cc5614d43e87
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Mar 12 13:44:25 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar 12 13:44:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1771e098

dev-ada/libadalang: Add ~x86

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ada/libadalang/libadalang-2017.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/libadalang/libadalang-2017.ebuild 
b/dev-ada/libadalang/libadalang-2017.ebuild
index 30ee5504531..39c4eae6b6f 100644
--- a/dev-ada/libadalang/libadalang-2017.ebuild
+++ b/dev-ada/libadalang/libadalang-2017.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=6
@@ -14,7 +14,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed042
 
 LICENSE="GPL-3 gcc-runtime-library-exception-3.1"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="gnat_2016 +gnat_2017"
 
 RDEPEND="dev-python/pyyaml



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

2018-03-12 Thread Matt Turner
commit: 89f8da906d79b177490717c5864fb5aa8d502f16
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 13:41:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 13:42:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f8da90

dev-vcs/mercurial-4.5.2: ppc64 stable, bug 649872

 dev-vcs/mercurial/mercurial-4.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/mercurial/mercurial-4.5.2.ebuild 
b/dev-vcs/mercurial/mercurial-4.5.2.ebuild
index 438c1cc1fda..6f7dff306ae 100644
--- a/dev-vcs/mercurial/mercurial-4.5.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"
 
 RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )



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

2018-03-12 Thread Matt Turner
commit: e93ba17effbe00530e8b3681195403561a39aad0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 13:41:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 13:42:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93ba17e

dev-vcs/mercurial-4.5.2: ppc stable, bug 649872

 dev-vcs/mercurial/mercurial-4.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/mercurial/mercurial-4.5.2.ebuild 
b/dev-vcs/mercurial/mercurial-4.5.2.ebuild
index f0ff526df6e..438c1cc1fda 100644
--- a/dev-vcs/mercurial/mercurial-4.5.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"
 
 RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )



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

2018-03-12 Thread Andrey Utkin
commit: c01aa3166051b84b62778d1560202b613f6482d3
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Mar 12 13:38:11 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Mar 12 13:38:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01aa316

sys-power/acpid: add myself as maintainer

Per "up for grabs" announcement from Mar 10, 2018.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-power/acpid/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-power/acpid/metadata.xml b/sys-power/acpid/metadata.xml
index 9f5b0250f67..ab0b82310d0 100644
--- a/sys-power/acpid/metadata.xml
+++ b/sys-power/acpid/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   andrey_ut...@gentoo.org
+   Andrey Utkin
+   

acpid2




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

2018-03-12 Thread Brian Evans
commit: 53213d6d4eba484d1bcc8d9a11040eb9012cb480
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:20:16 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:20:16 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=53213d6d

dev-db/mysql: Remove sparc-fbsd

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql/mysql-5.0.96.ebuild| 4 ++--
 dev-db/mysql/mysql-5.1.73-r1.ebuild | 4 ++--
 dev-db/mysql/mysql-5.6.30.ebuild| 4 ++--
 dev-db/mysql/mysql-5.7.17.ebuild| 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-db/mysql/mysql-5.0.96.ebuild b/dev-db/mysql/mysql-5.0.96.ebuild
index f388576..744c13d 100644
--- a/dev-db/mysql/mysql-5.0.96.ebuild
+++ b/dev-db/mysql/mysql-5.0.96.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="4"
@@ -9,7 +9,7 @@ inherit toolchain-funcs mysql
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~sparc-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''

diff --git a/dev-db/mysql/mysql-5.1.73-r1.ebuild 
b/dev-db/mysql/mysql-5.1.73-r1.ebuild
index dbcfcc5..22b72ba 100644
--- a/dev-db/mysql/mysql-5.1.73-r1.ebuild
+++ b/dev-db/mysql/mysql-5.1.73-r1.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="4"
@@ -18,7 +18,7 @@ inherit toolchain-funcs mysql-v2
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 # This is often broken still

diff --git a/dev-db/mysql/mysql-5.6.30.ebuild b/dev-db/mysql/mysql-5.6.30.ebuild
index 835e176..5979eb8 100644
--- a/dev-db/mysql/mysql-5.6.30.ebuild
+++ b/dev-db/mysql/mysql-5.6.30.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"
@@ -14,7 +14,7 @@ inherit mysql-multilib-r1
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''

diff --git a/dev-db/mysql/mysql-5.7.17.ebuild b/dev-db/mysql/mysql-5.7.17.ebuild
index d3f3efb..ef830b3 100644
--- a/dev-db/mysql/mysql-5.7.17.ebuild
+++ b/dev-db/mysql/mysql-5.7.17.ebuild
@@ -14,7 +14,7 @@ inherit mysql-multilib-r1
 IUSE="cjk"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



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

2018-03-12 Thread Brian Evans
commit: 224938cdb0cf026b9af0f9110950fb5e2aec7988
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 12 13:12:26 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 12 13:12:26 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=224938cd

dev-db/mysql: Fix Manifest, metadata; drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --force
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql/Manifest|  32 ---
 dev-db/mysql/metadata.xml|  14 ++-
 dev-db/mysql/mysql-5.7.10.ebuild | 171 
 dev-db/mysql/mysql-5.7.11.ebuild | 171 
 dev-db/mysql/mysql-5.7.12.ebuild | 184 ---
 dev-db/mysql/mysql-5.7.17.ebuild |   5 +-
 6 files changed, 22 insertions(+), 555 deletions(-)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 39fbe3e..35a9450 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -1,39 +1,37 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-DIST boost_1_59_0.tar.bz2 70389425 SHA256 
727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca SHA512 
8139e1ae997a86974071c5714ad3307e3d8fd15ef702b81a953410dd4d424b932135f53a0ef4891d9b9b747a38e539e66d6a803388fe0cc98e5166be872d682a
 WHIRLPOOL 
ab26f6b770c32320e71806d7f7856b3841917dcc59e0c5ee588fc77d77f11855dda66bfb808dbe0f3f89859b958211439c271401a5b1ad2ea98aa5d377934510
 DIST mysql-4.0.27.tar.gz 11152643 SHA256 
c79f83bed7c1ea98e018b8829375b55c1de838d21a526d7f679becc75de00d0f SHA512 
188283133e99e1c0b52ac8650aff325d7c9762fbad526c2c67b26dd614f2a86afb247a3f55ff071be1d44cd13060b9d7cca08ba1d758a04d2369381fa104454e
 WHIRLPOOL 
d3964468635eae0caf7fc8fb7b3576da12d49264bd9b797bb2191da8c6b91ca46321fb090e994df2b93b43f50686dcc4f735bdff03b49a3176fa746d5c4a60ab
 DIST mysql-4.1.22.tar.gz 17761101 SHA256 
6bd2436fd0f233bb1518e15975cb4e9fa4434acb53c3c3cd7d4648219abf58e9 SHA512 
9de1c2b27cf428a10f67a6217fc2783b638beb6345e2127a4163ceb286073886d223de861c40be0ab36ea78ec5f33ccd5ee457d1e35e67b081d629118b68d390
 WHIRLPOOL 
b40ca2e0d07fc0bd504e57b7eb005d36cf842bb668e93722c723bcc5a797dc9b456ee8971ea99bfc2b9119a2e19ee599f8441eb4601709eb4238196a27319257
 DIST mysql-5.0.96.tar.gz 22686667 SHA256 
43853814775158aa1650f483530a7dde153957579e3349e3ec780b89d741fc84 SHA512 
2e3b4ac221c1c1c11618dc79067a7feff680380fcea435813287b02cb0dff45fb5a32a4393c53cf13165f6efc99dbf347a9388ad364cfdf2e392760a310aa5a9
 WHIRLPOOL 
3e167e4ff4c56095fbdee55b7e619c9b7ad2120eb72c9a58fe77a023ab6e7498c74e2053876e61687d7812f9ff7022303728ddda49732e7569035684263d2517
 DIST mysql-5.1.73.tar.gz 24023347 SHA256 
05ebe21305408b24407d14b77607a3e5ffa3c300e03f1359d3066f301989dcb5 SHA512 
2e3651ebc1370dad7e01158cdd99133ed3f90c985114766b6282d58b743ae7bce16db797e82819fa5bbc2fa53d89811fd76b278c7459338288e7957634a8c3ff
 WHIRLPOOL 
f47c3fe1cd98b8ca2163646c760bd9763c65eab0591b31fe30a8c55c72c8b10d7b549b394493695cf98f50999364409ef8158661141277e6d99b011835aef942
 DIST mysql-5.6.30.tar.gz 32223818 SHA256 
48464df00aad9b9dfc26c903529ddad944a7562aa28e66e98e4f3f0c35179deb SHA512 
b9f5b22a0557fbdd765fd3c379395584dd35bbec2d7504eb132f734129c0d95d24dc538c9b64524870bbecb92fa2f1e95b49ccfe22531ed17ec1e754f08d491b
 WHIRLPOOL 
f56d4e9d2ac801605bb941d1a8ba4b876d838a5e3bdac2e644477e87f2e5d439594c28d0e1c1d0c45ebb38fbf4183c429dc8c53bd7aa76aeea95acd1774ca71e
-DIST mysql-5.7.10.tar.gz 48919371 SHA256 
1ea1644884d086a23eafd8ccb04d517fbd43da3a6a06036f23c5c3a111e25c74 SHA512 
4434cf651b9607ed2fffbfc8e190bcc2109c8e4b3f8d4e504199721e69332b137b37eab3ab1e91dc08420641a342e99f8d8ae8dfdea60f37f89d94a15bdbd75c
 WHIRLPOOL 
323a41d5b9996145c9769076d636cf293ae5073e3ea3c582752d72727c1538e0cc08076b69f481b921cd06bd6505e84fb6c28ba4ffa2190e4e8204aca96c7b9f
-DIST mysql-5.7.11.tar.gz 49195786 SHA256 
54f8c7af87d3d8084419bde2b9f0d8970b3dada0757b015981b02f35a3681f0e SHA512 
b07587ff4fae6cc0e6d2511235c8e2052e50f1d8e819475f1b9fc377ad3166ff0274a683728adead61329c3213d1cd29b911808ca819e15ec4019b9747fbeae7
 WHIRLPOOL 
5b3abbbc25b490f345cb9fe292e784cd1f37d3da728c889c2d150c9f631de0f1c0d373fb2e22afeaa8bfa82b7b3c069e02ef81c9b1d869f69379bf2e40e5af53
-DIST mysql-5.7.12.tar.gz 50571897 SHA256 
32843cb6d22ab22cd2340262b53c0d6009b5bd41b1fa4102beda19635a5c1c87 SHA512 
a36013f3af9a15f8e9abec7673485ca1dd5532afcc0e2570659f510da1a1763af8de478231c5723d2395f635a6956d1500652999fedf344f7d8970265860eea5
 WHIRLPOOL 
9d0486ae3b8ab404f5e03829d12a477f8a990a959e32286d4920fd8bdf18689e693249be3a9f0e93e61c6a6e953846e1546620ecdeb834c4e69c45bf676a2670
 DIST mysql-boost-5.7.17.tar.gz 61480982 SHA256 
b75bba87199ef6a6ccc5dfbcaf70949009dc12089eafad8c5254afc9002aa903 SHA512 
a1512abeba307fd21687677d2ee4bf20ced373312824de034e9b340d97e67eb4fcc5caa4ad7d9f58d6c0ddf57f6f6c0b0978e7b01c46f397ac661da843e3dfa6
 WHIRLPOOL 
c9c078afdb1f8eb4405593611c179552493265c50b1eb1bac8cecadbac07103a11a05daf8c26d3d751526d5a69f14a8b6fce40b1c7b9b4680679bf61bc4f
+DIST mysql-boost-5.7.21.tar.gz 48931457 SHA256 

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

2018-03-12 Thread Thomas Deutschmann
commit: d6c48b7d3cb41148f8d0472248b8ca147b45026a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 23:09:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 12 12:16:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c48b7d

sys-devel/automake: Bump to v1.16.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/automake/automake-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-devel/automake/automake-.ebuild 
b/sys-devel/automake/automake-.ebuild
index fe0a51c196a..4ef29d02f84 100644
--- a/sys-devel/automake/automake-.ebuild
+++ b/sys-devel/automake/automake-.ebuild
@@ -42,8 +42,6 @@ DEPEND="${RDEPEND}
sys-apps/help2man
test? ( ${PYTHON_DEPS} )"
 
-PATCHES=( "${FILESDIR}"/${PN}-1.15-install-sh-avoid-low-risk-race-in-tmp.patch 
)
-
 pkg_setup() {
use test && python-any-r1_pkg_setup
 }



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

2018-03-12 Thread Lars Wendler
commit: ba4d46417428070b3eddcc998d1fc82e18ac71d4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 12 12:03:33 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 12:03:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4d4641

net-misc/nx: Disable polling for nx libs.

Once again, big thanks to Ionic!

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/nx/nx-3.5.99.15.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-misc/nx/nx-3.5.99.15.ebuild b/net-misc/nx/nx-3.5.99.15.ebuild
index bbb4663dc60..75aa788486f 100644
--- a/net-misc/nx/nx-3.5.99.15.ebuild
+++ b/net-misc/nx/nx-3.5.99.15.ebuild
@@ -36,7 +36,7 @@ src_prepare() {
# have quilt installed.
sed 's@which quilt@false@' -i mesa-quilt || die
 
-   # run autoreconf in all neeed folders
+   # run autoreconf in all needed folders
for i in nxcomp nx-X11/lib nxcompshad nxproxy ; do
pushd ${i} || die
eautoreconf
@@ -57,11 +57,15 @@ src_prepare() {
 }
 
 src_configure() {
-   for i in nxcomp nx-X11/lib nxcompshad nxproxy ; do
+   for i in nxcomp nxcompshad nxproxy ; do
pushd ${i} || die
econf
popd || die
done
+
+   pushd "nx-X11/lib" || die
+   econf --disable-poll
+   popd || die
 }
 
 src_compile() {



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

2018-03-12 Thread Agostino Sarubbo
commit: 57be13c3d5c68519968f9eb575a8d8e9d4a91e28
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 12 10:51:02 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 12 10:51:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57be13c3

net-libs/pjproject: amd64 stable wrt bug #650008

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

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

diff --git a/net-libs/pjproject/pjproject-2.7.1.ebuild 
b/net-libs/pjproject/pjproject-2.7.1.ebuild
index e4d25565824..ce4a363c501 100644
--- a/net-libs/pjproject/pjproject-2.7.1.ebuild
+++ b/net-libs/pjproject/pjproject-2.7.1.ebuild
@@ -8,7 +8,7 @@ inherit autotools flag-o-matic
 DESCRIPTION="Open source SIP, Media, and NAT Traversal Library"
 HOMEPAGE="http://www.pjsip.org/;
 SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2;
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2018-03-12 Thread Agostino Sarubbo
commit: 3d2521c359638fecd6b8baf81fcddc1542157c07
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 12 10:51:21 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 12 10:51:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2521c3

net-misc/asterisk: amd64 stable wrt bug #650008

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

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

diff --git a/net-misc/asterisk/asterisk-13.19.0-r1.ebuild 
b/net-misc/asterisk/asterisk-13.19.0-r1.ebuild
index e0b88a37696..ac2f2b5f6ec 100644
--- a/net-misc/asterisk/asterisk-13.19.0-r1.ebuild
+++ b/net-misc/asterisk/asterisk-13.19.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.t
 mirror://gentoo/gentoo-asterisk-patchset-4.07.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file



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

2018-03-12 Thread Lars Wendler
commit: beaf751907d5bcab2ba35bcdd10a99aeeb82e462
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 12 10:44:42 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 10:44:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beaf7519

net-misc/x2goserver: Added virtual/perl-ExtUtils-MakeMaker to DEPEND.

Thanks again, Ionic!

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild | 2 +-
 net-misc/x2goserver/x2goserver-4.0.1.22.ebuild| 2 +-
 net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild  | 2 +-
 net-misc/x2goserver/x2goserver-4.1.0.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild 
b/net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild
index c26513f9be7..3aeb90b0e70 100644
--- a/net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="+fuse postgres +sqlite"
 
 REQUIRED_USE="|| ( postgres sqlite )"
 
-DEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
 RDEPEND="dev-perl/Capture-Tiny
dev-perl/Config-Simple
dev-perl/File-BaseDir

diff --git a/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild 
b/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild
index dca2bd1923a..b875b6ca9da 100644
--- a/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild
@@ -15,7 +15,7 @@ IUSE="+fuse postgres +sqlite"
 
 REQUIRED_USE="|| ( postgres sqlite )"
 
-DEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
 RDEPEND="dev-perl/Capture-Tiny
dev-perl/Config-Simple
dev-perl/File-BaseDir

diff --git a/net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild 
b/net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild
index 1d363c16db1..36e6bdd7c3d 100644
--- a/net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="+fuse postgres +sqlite"
 
 REQUIRED_USE="|| ( postgres sqlite )"
 
-DEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
 RDEPEND="dev-perl/Capture-Tiny
dev-perl/Config-Simple
dev-perl/File-BaseDir

diff --git a/net-misc/x2goserver/x2goserver-4.1.0.0.ebuild 
b/net-misc/x2goserver/x2goserver-4.1.0.0.ebuild
index 11cabd2a271..c281ef09ff5 100644
--- a/net-misc/x2goserver/x2goserver-4.1.0.0.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.1.0.0.ebuild
@@ -15,7 +15,7 @@ IUSE="+fuse postgres +sqlite"
 
 REQUIRED_USE="|| ( postgres sqlite )"
 
-DEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
 RDEPEND="dev-perl/Capture-Tiny
dev-perl/Config-Simple
dev-perl/File-BaseDir



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

2018-03-12 Thread Mike Pagano
commit: 59448e05e2396f652ac4c5debbabf0593b693469
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 12 10:42:10 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 12 10:42:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59448e05

dev-util/quilt: Removal of suse project as maintainer

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/quilt/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-util/quilt/metadata.xml b/dev-util/quilt/metadata.xml
index 85ac25a4033..8c8d3c0814e 100644
--- a/dev-util/quilt/metadata.xml
+++ b/dev-util/quilt/metadata.xml
@@ -4,8 +4,4 @@

mpag...@gentoo.org

-   
-   s...@gentoo.org
-   SUSE
-   
 



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

2018-03-12 Thread Lars Wendler
commit: 1a810781ceac80b222419451a54daf7abf4ac263
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 12 10:39:05 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 10:39:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a810781

net-misc/x2goserver: Added dev-perl/Try-Tiny to RDEPEND.

Thanks Ionic!

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild | 1 +
 net-misc/x2goserver/x2goserver-4.0.1.22.ebuild| 1 +
 net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild  | 1 +
 net-misc/x2goserver/x2goserver-4.1.0.0.ebuild | 1 +
 4 files changed, 4 insertions(+)

diff --git a/net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild 
b/net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild
index 6f481fc8cff..c26513f9be7 100644
--- a/net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.0.1.22-r1.ebuild
@@ -21,6 +21,7 @@ RDEPEND="dev-perl/Capture-Tiny
dev-perl/File-BaseDir
dev-perl/File-ReadBackwards
dev-perl/File-Which
+   dev-perl/Try-Tiny
media-fonts/font-cursor-misc
media-fonts/font-misc-misc[nls]
>=net-misc/nx-3.5.0.25

diff --git a/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild 
b/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild
index 7c027d7422a..dca2bd1923a 100644
--- a/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild
@@ -21,6 +21,7 @@ RDEPEND="dev-perl/Capture-Tiny
dev-perl/File-BaseDir
dev-perl/File-ReadBackwards
dev-perl/File-Which
+   dev-perl/Try-Tiny
media-fonts/font-cursor-misc
media-fonts/font-misc-misc[nls]
>=net-misc/nx-3.5.0.25

diff --git a/net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild 
b/net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild
index 4604560af49..1d363c16db1 100644
--- a/net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.1.0.0-r1.ebuild
@@ -22,6 +22,7 @@ RDEPEND="dev-perl/Capture-Tiny
dev-perl/File-ReadBackwards
dev-perl/File-Which
dev-perl/Switch
+   dev-perl/Try-Tiny
media-fonts/font-cursor-misc
media-fonts/font-misc-misc[nls]
>=net-misc/nx-3.5.99.14

diff --git a/net-misc/x2goserver/x2goserver-4.1.0.0.ebuild 
b/net-misc/x2goserver/x2goserver-4.1.0.0.ebuild
index 5f3be402895..11cabd2a271 100644
--- a/net-misc/x2goserver/x2goserver-4.1.0.0.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.1.0.0.ebuild
@@ -22,6 +22,7 @@ RDEPEND="dev-perl/Capture-Tiny
dev-perl/File-ReadBackwards
dev-perl/File-Which
dev-perl/Switch
+   dev-perl/Try-Tiny
media-fonts/font-cursor-misc
media-fonts/font-misc-misc[nls]
>=net-misc/nx-3.5.0.25



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

2018-03-12 Thread Agostino Sarubbo
commit: 870d46318147724d55d7a8bde5e5f1c1039017fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 12 10:18:50 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 12 10:18:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870d4631

sys-kernel/git-sources: Automated version bump to 4.16_rc5.

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index a5dacdc2739..5d1f50d356d 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -3,3 +3,4 @@ DIST patch-4.16-rc1.patch 165143143 BLAKE2B 
9c373b51ffb514eca21c01dad33d2b236ca0
 DIST patch-4.16-rc2.patch 165456194 BLAKE2B 
c62bd783fda3305d455d8b40d27dee82bee3d6cc6ec4eb58c82e78094c3813bc37677fe69c6843464d939a21502abbc42d5f370b68b9c5ea22d09a37eedb498a
 SHA512 
36af7d64f4ab716b8ab1d21e77e0f4d78d2fb06d3792dac62d998b3889c9d25231182919142be2309fca96963631a815da748ff24e21faf706c37429a2acb7a4
 DIST patch-4.16-rc3.patch 165801482 BLAKE2B 
2c4c113a45b08ca742feea938e0ff90e473a94475808e9a51a281650c059bb60caa8666bae24aa97f6aff8573cc663912c2e29f9b0ad3fc0fcf508b8a29f9536
 SHA512 
b5b4bc53a245725806d7f46d53e5715e8b8505536c96465cd8ea9dc506ed7b1c02a518114c3025786d10ab72c1454c03e85380bddd753f48946ca71bc0ed6f17
 DIST patch-4.16-rc4.patch 166128228 BLAKE2B 
739531176f5f171bfde598076de48645f53ad7d7cadef65a0193b45bb0967f7435c71de7a1ebdac97172dae4e992ee90dee90f84c945a2e2eccbbcbaeed6f0cb
 SHA512 
94e0f940a9d75c80f1ebd99dacc5ebf4774d341f3ed2819ffc8f9019505af695d8e516a16124af27be005d02c12b0f8c622b159c2726d4f10a8ebd114e33c447
+DIST patch-4.16-rc5.patch 166483601 BLAKE2B 
666b3a7faa31ca471f1a23806f09ed4076bb3d5e2c006a5c599d0f3c2577daf05b025afec57e35d8f09498d31befbb7d8267f3d8e154427e47ff0c0f65130921
 SHA512 
6cc28aed7abfbe91faba7981b9b93718b684954f394aba8ccc9cdde0c097fb4f5acf2bcf4bbf7eae102e5abdd4d0d1c154580344e1b015f794db564396a86e2a

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



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

2018-03-12 Thread Agostino Sarubbo
commit: 5b1df9b03abf473c31707016af10122a29d39a6a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 12 10:17:26 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 12 10:17:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1df9b0

sys-kernel/vanilla-sources: Automated version bump to 
{4.4.121,4.9.87,4.14.26,4.15.9} - remove old.

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

 sys-kernel/vanilla-sources/Manifest   | 8 
 ...illa-sources-4.14.25.ebuild => vanilla-sources-4.14.26.ebuild} | 0
 ...anilla-sources-4.15.8.ebuild => vanilla-sources-4.15.9.ebuild} | 0
 ...illa-sources-4.4.120.ebuild => vanilla-sources-4.4.121.ebuild} | 0
 ...anilla-sources-4.9.86.ebuild => vanilla-sources-4.9.87.ebuild} | 0
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 80b1f5d6b1e..b6418560a2f 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -8,7 +8,7 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST patch-3.16.55.xz 1935212 BLAKE2B 
0f954866032b5486e2b0cb1d043323b2604638538bb15e56293244473ac15fcd5a65d0c0bc96a78aab2dc5ee3e79e9043fe16519b096595c3156cb677082372f
 SHA512 
a80745b271cbb2dbcee3f696a73238fcef3fefc8bcb4b49f4c1de234cbd78f6b75995b48c13b2687e8bbffad3c14114a036bdafdd68c535d5691fbe45a4c899f
 DIST patch-3.2.100.xz 1910332 BLAKE2B 
16ff861ced5a622e424798bb2df220636c3f930913a7d6af28042be68ec50010b615a9779b6ecc9216c5b866a8e05e33dc1af2f872504f485add430abcbe2d26
 SHA512 
cb78568ce2da2322b90033a9ac6ad55ddb5c8b72031f2f1b4d178a5f3c2b82c915faf35b9a99669f5e794a07e639a9b838b14550cfec4679b88d979d99caba0d
 DIST patch-4.1.50.xz 1442376 BLAKE2B 
ed2f792b8cfa815d75725d115c48734107ba5bad749f10e916caaacd208e16224dfc3c538f91856397ec4edb66a8f75a80e8f4c9f3df03b2c86ddf9038810df0
 SHA512 
bdb52743f06aae307f1d475c42f8c75f483f246b8f2f4edb406dadee43920aa21576fca400a42d35c677a54837217578fd807e970f84e6d4cfb481fb11ab
-DIST patch-4.14.25.xz 776144 BLAKE2B 
cfb697e473b2ed245fc6a0b23f2e828ce5ea9219e6114843882ca3599b5e420c16c17b1da94580b728dc37d18d443bcba11c177e0771c0c5993758b03d31a224
 SHA512 
d15875cd3063c6bac5f8e94ba8dd7349b138241c67912ed0723b728a5f302ac9213729171b98664871d14b38670c7868ff64b8f45d0488fe26528935a641b678
-DIST patch-4.15.8.xz 236596 BLAKE2B 
4bf6c3d576b8eec30133a2ba90115329ed9b5d5f9da9cf4589084681080d60637c725e48c3ff99a00a1c3aaffb800a7c7b5b3e69a40a72f9a24dcd5522a0b0d0
 SHA512 
0e070a05b2caccfa8dc41ae0c826b50cf6e9e02894213972745f609e5cda9aeb04c6ebf480d34c12bb649ad0f4b8a07b3c67e562ce1cae7a086d1e30da280458
-DIST patch-4.4.120.xz 1718956 BLAKE2B 
06df2a0f9ce7ec7d813e6101a5fe5704adf6303c516193d8f53f5f3486a4f9b16c3842797ffa99d9e8daa5f3c1b20366ef2971c8f22aed1de443f4958946de6c
 SHA512 
dd879f449840f380287bda06fe27453768b65493edee8f162cf17d3268f838acbbea375633412f1c0f8bc24b41fe153d610cbbca205cd7c8891bfe8f398f3ec2
-DIST patch-4.9.86.xz 1530748 BLAKE2B 
f23d5321758057fd0d2e08f8326c83392dac2714f87b917c4a56ca12619da2fe5c963e8802f0886aa4db337a79e4003313861f95ad4f77538406870182e8325e
 SHA512 
64db94862faa4217ce0d815f6cb7274c9ee0c45703cec1374eea08e657bd8a3d7db88ea9435939c49f22a2d4fd9a773b052401f97d5ebb55e116f99f7520476f
+DIST patch-4.14.26.xz 779840 BLAKE2B 
82a19d0e24b02b8aacec7162e0067a714a4be2c6652774ea104be7bb7624a9cf1ab60d7611078cc1a1244d1d2522246987be0f423274a275dad788eba1e3d1eb
 SHA512 
9659875861cf2fbc04e8f21343d7a29ddbabdaf230f6061fce816677d7ffbb297ab57eba5a47b8415c2c110260b8085b9b168aacd7741addb3ebdb1db2f9e44e
+DIST patch-4.15.9.xz 241684 BLAKE2B 
a27767d3d735795b705d243eacb73304bf08e9d66360f9f93f255b321f0a253d232e3189cc439d522b5ab92fb446f47104bfd24da7f483bce9fa796c3cfd
 SHA512 
60d24d79c19ab44520e4b583c74ca30045dc72bebd426a802c84d62c369fbda5bd7016aee1f5fa3931937cd31f17d6c0867080eb26949dedbd2d9522ee13143d
+DIST patch-4.4.121.xz 1724108 BLAKE2B 
5e608b1f1959360edc84251be9c5145c6261cb8345cccdd73bd0a1f7424546864ddf03a486435fc3567f28a3661686738706dceb5a633734511e4ecda3fd5b42
 SHA512 
05d73331f8f0f2046a86dcd5b752e7ac3c76fcba375a1356cfa0d0bda6dd0c12d94bbc02a79d67557c188f5850d4bae5d716ecff33b5aaf0ccac0510de03413d
+DIST patch-4.9.87.xz 1541476 BLAKE2B 
4b0efdee81b5bd6768ff694681a6265904a6b915c337bbd2f7794c9d14995c81e9d3099812a89d7f89f1c47a749e8b9906537c598e92c8ca9135eaf1452af603
 SHA512 
d8f06a39716b675398074acea0b577035443e4cc50cbe3a89caf79793770ead2919bfce38ce38284e5ca0b451dd7524c492e3e7d125bf914367978e4cff60d38

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.25.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.26.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.25.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.26.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.15.8.ebuild 

[gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/

2018-03-12 Thread Fabian Groffen
commit: 6e4d403adaa5efd03ee731a05c016d7c6affe6c8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar 12 10:06:14 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar 12 10:06:14 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6e4d403a

scripts/rsync-generation/hashgen: report no garbage when key is missing

 scripts/rsync-generation/hashgen.c | 41 ++
 1 file changed, 24 insertions(+), 17 deletions(-)

diff --git a/scripts/rsync-generation/hashgen.c 
b/scripts/rsync-generation/hashgen.c
index c4955f65c7..60121978da 100644
--- a/scripts/rsync-generation/hashgen.c
+++ b/scripts/rsync-generation/hashgen.c
@@ -829,24 +829,31 @@ verify_gpg_sig(const char *path)
vres = gpgme_op_verify_result(g_ctx);
fclose(f);
 
+   if (vres == NULL || vres->signatures == NULL) {
+   fprintf(stderr, "verification failed due to a missing gpg 
keyring\n");
+   return ret;
+   }
+
for (sig = vres->signatures; sig != NULL; sig = sig->next) {
-   ctime = gmtime((time_t *)>timestamp);
-   strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S UTC", ctime);
-   printf("%s key fingerprint "
-   "%.4s %.4s %.4s %.4s %.4s  %.4s %.4s %.4s %.4s 
%.4s\n"
-   "%s signature made %s by\n",
-   gpgme_pubkey_algo_name(sig->pubkey_algo),
-   sig->fpr +  0, sig->fpr +  4, sig->fpr +  8, 
sig->fpr + 12,
-   sig->fpr + 16, sig->fpr + 20, sig->fpr + 24, 
sig->fpr + 28,
-   sig->fpr + 32, sig->fpr + 36,
-   sig->status == GPG_ERR_NO_ERROR ? "good" : 
"BAD",
-   buf);
-
-   if (gpgme_get_key(g_ctx, sig->fpr, , 0) == 
GPG_ERR_NO_ERROR) {
-   ret = 0;  /* valid */
-   if (key->uids != NULL)
-   printf("%s\n", key->uids->uid);
-   gpgme_key_release(key);
+   if (sig->status != GPG_ERR_NO_PUBKEY) {
+   ctime = gmtime((time_t *)>timestamp);
+   strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S UTC", 
ctime);
+   printf("%s key fingerprint "
+   "%.4s %.4s %.4s %.4s %.4s  %.4s %.4s 
%.4s %.4s %.4s\n"
+   "%s signature made %s by\n",
+   
gpgme_pubkey_algo_name(sig->pubkey_algo),
+   sig->fpr +  0, sig->fpr +  4, sig->fpr 
+  8, sig->fpr + 12,
+   sig->fpr + 16, sig->fpr + 20, sig->fpr 
+ 24, sig->fpr + 28,
+   sig->fpr + 32, sig->fpr + 36,
+   sig->status == GPG_ERR_NO_ERROR ? 
"good" : "BAD",
+   buf);
+
+   if (gpgme_get_key(g_ctx, sig->fpr, , 0) == 
GPG_ERR_NO_ERROR) {
+   ret = 0;  /* valid */
+   if (key->uids != NULL)
+   printf("%s\n", key->uids->uid);
+   gpgme_key_release(key);
+   }
}
 
switch (sig->status) {



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

2018-03-12 Thread Lars Wendler
commit: 58e7c0032b41d49993d5c3cc8b53ae7a3cc50276
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 12 09:37:45 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 09:37:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e7c003

app-arch/unrar: Bump to version 5.6.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-arch/unrar/Manifest   |  1 +
 app-arch/unrar/unrar-5.6.1.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/app-arch/unrar/Manifest b/app-arch/unrar/Manifest
index c72a0d2b8f2..8a2c2e9cca3 100644
--- a/app-arch/unrar/Manifest
+++ b/app-arch/unrar/Manifest
@@ -1 +1,2 @@
 DIST unrar-5.5.8.tar.gz 85 BLAKE2B 
ec6317fc95674a3f282f92762ee89d2fd21d162a96b7b1ea29de9f4ab0ebf0bdb9c3e7141c7146d4bd2e570620db7d7850bc9a8c45a42ef745af1d75d4df5a71
 SHA512 
9eac83707fa47a03925e5f3e8adf47889064d748304b732d12a2d379ab525b441f1aa33216377d4ef445f45c4e8ad73d2cd0b560601ceac344c60571b77fd6aa
+DIST unrar-5.6.1.tar.gz 225408 BLAKE2B 
1b4cef7b55dec0658d4eca09e9dc933ed1ad10d87dabe3626a01974bddb51dabf89c39f2db200cbe4388a682c0a756c720d116b9654e4539bfca1658396d0768
 SHA512 
62f37f9e3deb86651c92832190fa27a8e4490084c6a95f42e8a5f5668fbc7aafd9c273a2c60683c3534b614e0ca44b20d18598296f67edb0812850a50b807e77

diff --git a/app-arch/unrar/unrar-5.6.1.ebuild 
b/app-arch/unrar/unrar-5.6.1.ebuild
new file mode 100644
index 000..a5e2977fed6
--- /dev/null
+++ b/app-arch/unrar/unrar-5.6.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+MY_PN=${PN}src
+
+DESCRIPTION="Uncompress rar files"
+HOMEPAGE="http://www.rarlab.com/rar_add.htm;
+SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="unRAR"
+# subslot = soname version
+SLOT="0/5"
+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 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
+
+S=${WORKDIR}/unrar
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.5.5-build.patch
+   "${FILESDIR}"/${PN}-5.5.5-honor-flags.patch
+)
+
+src_prepare() {
+   default
+
+   local sed_args=( -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" )
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed_args+=( -e "s:-shared:-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/libunrar$(get_libname ${PV%.*.*}):" )
+   else
+   sed_args+=( -e "s:-shared:& -Wl,-soname 
-Wl,libunrar$(get_libname ${PV%.*.*}):" )
+   fi
+   sed -i "${sed_args[@]}" makefile || die
+}
+
+src_configure() {
+   mkdir -p build-{lib,bin}
+   printf 'VPATH = ..\ninclude ../makefile' > build-lib/Makefile || die
+   cp build-{lib,bin}/Makefile || die
+}
+
+src_compile() {
+   unrar_make() {
+   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
+   }
+
+   unrar_make CXXFLAGS+=" -fPIC" -C build-lib lib
+   ln -s libunrar$(get_libname ${PV%.*.*}) 
build-lib/libunrar$(get_libname) || die
+   ln -s libunrar$(get_libname ${PV%.*.*}) build-lib/libunrar$(get_libname 
${PV}) || die
+
+   unrar_make -C build-bin
+}
+
+src_install() {
+   dobin build-bin/unrar
+   dodoc readme.txt
+
+   dolib.so build-lib/libunrar*
+
+   insinto /usr/include/libunrar${PV%.*.*}
+   doins *.hpp
+   dosym libunrar${PV%.*.*} /usr/include/libunrar
+}



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

2018-03-12 Thread Lars Wendler
commit: 0810fc3a24b8e295fc063755bc6cb21c9baa37c9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 12 09:32:31 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 12 09:32:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0810fc3a

sys-devel/automake: Bump to version 1.16.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/automake/Manifest   |   1 +
 sys-devel/automake/automake-1.16.1.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/sys-devel/automake/Manifest b/sys-devel/automake/Manifest
index f151e74c330..c924b38b281 100644
--- a/sys-devel/automake/Manifest
+++ b/sys-devel/automake/Manifest
@@ -4,6 +4,7 @@ DIST automake-1.12.6.tar.xz 1400336 BLAKE2B 
b1d9befdda70f9caab881c1159921ea883a7
 DIST automake-1.13.4.tar.xz 1449608 BLAKE2B 
03dee42d65362a6f36e81c83d516c85faba1aac59bdc0d941077fde9be7742da0f57b48d678169e7a0e8b652c3ef46c314cdd3efb0fc489c389852fed1c39a02
 SHA512 
c9b145c1b822a4d83f2899f4280a76ccae932301b273f4c9718dc7f53161aa03dc1be2c1fb1a61083c54186e1908ae2c8284250aa1d8f6dea484767aca1344d3
 DIST automake-1.14.1.tar.xz 1488984 BLAKE2B 
a4c9b1f2c5ca35fba62e57423be2b6c060c63df8198d06a904a236745053072cb14ca4b333fb6cf370ef73378ee8771f4c10bcc111dcbd69e40f75abc16475fa
 SHA512 
5de971159dfca2ec74c3c9a2f1368331efc437b146d675740c8735fcb0d32a30d0560fd29df64c3279efdf9278152c82a9ff09040b3e64d84743aaf25b26ce69
 DIST automake-1.15.1.tar.xz 1509496 BLAKE2B 
e6ade31089f969140472004cd9854318470228c64e4f8e829d48c5379f62d2c5f8ef9509131c577653e81868d94544ecf6520f86b5d582ebb6ed65c832039f30
 SHA512 
02f661b2676f1d44334ce1c7188f9913a6874bf46ba487708ad8090ad57905f14aead80fefed815e21effacfbb925e23b944ea7dd32563dca39c1a4174eda688
+DIST automake-1.16.1.tar.xz 1534936 BLAKE2B 
0a3b42375361ff3c07e861eb2974fa094f8e76e4c6fcad02d6413402d201506b1cd660a187ffa1d2b29d8955ef60088f7b07d96405d803895b593b35b78f443a
 SHA512 
4013bd31f4903b10875caa7d6ac16a14623a4eb91aa758924dee5b990e234fb50848d131e2dbdbbbc32f89c41a14f9c52a0064c37aa6760c524d607b354b13c3
 DIST automake-1.16.tar.xz 1534632 BLAKE2B 
e107c71c7c9675a85642396e8905331776193ecba6b92cff01ea83decb822cdafe6be515faf736f32be1264230845a46a2113d590e712b2d82d10728394c6fd8
 SHA512 
5ed8bed7cf823b1a1ea9090c81d2ec8affa516697ba109929ffca8724d25f13228fcaa3b5490f275c34fb4b523df423e32f900795bd6c51964703c91d1fe1ac9
 DIST automake-1.4-p6.tar.gz 375060 BLAKE2B 
681c70a2932ae1697d0b9907c8a8d12ed0d506be4a2812dff93af7c3b659ee1ed24a97f0a653f9a49c0d4a78a70965482b39f1297e9f6d6099d3857a2d451f69
 SHA512 
3f3235e68ab6703668deac015926124c7a6925e830c6820cb156f15f8ee3febd0fd0cc2ab4f4b5c405b528e4ce12b2459347f62ed6a1a862bc9969163d9e
 DIST automake-1.5.tar.gz 526934 BLAKE2B 
4b613c81f933d550cc9e5e40dd9ce1160f49c388f4e9292b1a8843b0f4cfc57d72a3dc10bce03260cffa61ab8d67a5b27d781bd7a4c2d842764135158dc2b54f
 SHA512 
b9dbece18935b6c08f7d17c456b0359a17362dc030692629cf5d66db675e46a5f24d60dfd20a50780e4096163454f1922d4281c4bb7af336d61e527b579e3bfc

diff --git a/sys-devel/automake/automake-1.16.1.ebuild 
b/sys-devel/automake/automake-1.16.1.ebuild
new file mode 100644
index 000..4ef29d02f84
--- /dev/null
+++ b/sys-devel/automake/automake-1.16.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-any-r1 versionator
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://git.savannah.gnu.org/r/${PN}.git;
+
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   if [[ ${PV/_beta} == ${PV} ]]; then
+   MY_P=${P}
+   SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
+   https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz;
+   else
+   MY_PV="$(get_major_version).$(($(get_version_component_range 
2)-1))b"
+   MY_P="${PN}-${MY_PV}"
+
+   # Alpha/beta releases are not distributed on the usual mirrors.
+   SRC_URI="https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz;
+   fi
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="Used to generate Makefile.in from Makefile.am"
+HOMEPAGE="https://www.gnu.org/software/automake/;
+
+LICENSE="GPL-2"
+# Use Gentoo versioning for slotting.
+SLOT="${PV:0:4}"
+IUSE="test"
+
+RDEPEND="dev-lang/perl
+   >=sys-devel/automake-wrapper-10
+   >=sys-devel/autoconf-2.69:*
+   sys-devel/gnuconfig"
+DEPEND="${RDEPEND}
+   sys-apps/help2man
+   test? ( ${PYTHON_DEPS} )"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   export WANT_AUTOCONF=2.5
+   # Don't try wrapping the autotools this thing runs as it tends
+ 

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

2018-03-12 Thread Benda XU
commit: 91da98ffd189a16e302e615b9c6228e89433e952
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Mar 12 07:22:11 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Mar 12 07:49:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91da98ff

dev-python/root_numpy: bump to 4.7.3 and remove old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/root_numpy/Manifest |  4 +--
 dev-python/root_numpy/root_numpy-3.3.0.ebuild  | 35 --
 dev-python/root_numpy/root_numpy-3.3.1.ebuild  | 35 --
 ..._numpy-3.2.0.ebuild => root_numpy-4.7.3.ebuild} |  6 ++--
 4 files changed, 4 insertions(+), 76 deletions(-)

diff --git a/dev-python/root_numpy/Manifest b/dev-python/root_numpy/Manifest
index 858b007f216..8f35909f970 100644
--- a/dev-python/root_numpy/Manifest
+++ b/dev-python/root_numpy/Manifest
@@ -1,4 +1,2 @@
-DIST root_numpy-3.2.0.tar.gz 316240 BLAKE2B 
a8e4b26fefe6ba312e9d8cf9f93ee269d11018a5d7b74dbe2be2b1f5e98a100203292454c893b1a0f63cce6b56cdf965fdc400ca4ef48b7eb9ea3c416814b245
 SHA512 
da08a33eeb225a57053eafc6247e55fec8c56e231455c255d71d3adfb6119d35d0b41fcf54d5d99690743a525e9d5ecfcde7efe53fb0551e38affa10e336485f
-DIST root_numpy-3.3.0.tar.gz 359688 BLAKE2B 
62e0b8ce43863ec5dbbd6a1fbee5cec3dd22cff3c4f3822999ab2a8306a830e61cad5cb07bd2a27937b332a7b7bbd998b8fd61d822173ba8649ceaab52aaf567
 SHA512 
97a75ed46cdb25ff6f7c680c359cc84cf1a9b0f6204d5ee9e7cf0d1bd0847910be7d0599e9a38df42593c56842d7cf6ecd982c2f3620db5c9162442af59c1acb
-DIST root_numpy-3.3.1.tar.gz 361107 BLAKE2B 
ec1e38a6342e9ca7de9ff257f2b9442c8e6bca84a6a92abe749833ccd02d837294f9c3feddc9b4d5471f2a5b6ff51e56f10d26939b779293cfe6da09fbc55c1f
 SHA512 
5fe0340c8e0550492b97bde0a75bef4c3b5a302d61090f79e2858b9adf93e0b522dba341a3fb60ca6557d033c429f6c93c1330caf38568a6060ad41e664063e9
 DIST root_numpy-4.4.0.tar.gz 441522 BLAKE2B 
af3b0b08e80e7cba57730cdb32719ad56be914b5329d953693b898f2bb30c19b3bfa7bb4594e7fed819b08a3ba6894580e38d03f9520ecffab7a67daa17898be
 SHA512 
24afa043e4bdaa74412c36ff90ee8c1fc411801d9dc394ab5036035924910a7f4f304c5c90f4c5f389aaee9dda07b0b7e25566e68c4da424f1b4d59e6184f5b2
+DIST root_numpy-4.7.3.tar.gz 522432 BLAKE2B 
9aab3090c894d8917218a68d83269c0f426ee4e7f81628081e9e710c4239bba5e8f88dcb1d91156cf02c7c36b1ee5d03cdd0c3931ca6e2f3eee6c78201386705
 SHA512 
7c2684ac0e4e68676304e2a72c7169e0299cfea5b4b63f2525a422974ca83f9c9b4f9f11d992acef7d8565cda7f7a85bd13621513cd7c47f1887aaa0cc46d6e7

diff --git a/dev-python/root_numpy/root_numpy-3.3.0.ebuild 
b/dev-python/root_numpy/root_numpy-3.3.0.ebuild
deleted file mode 100644
index c472f85d822..000
--- a/dev-python/root_numpy/root_numpy-3.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Interface between ROOT and numpy"
-HOMEPAGE="https://github.com/rootpy/root_numpy;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-physics/root[python,${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-   cd "${BUILD_DIR}" || die
-   nosetests -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( tutorial/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/root_numpy/root_numpy-3.3.1.ebuild 
b/dev-python/root_numpy/root_numpy-3.3.1.ebuild
deleted file mode 100644
index c472f85d822..000
--- a/dev-python/root_numpy/root_numpy-3.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Interface between ROOT and numpy"
-HOMEPAGE="https://github.com/rootpy/root_numpy;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-physics/root[python,${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-   cd "${BUILD_DIR}" || die
-   nosetests -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( tutorial/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/root_numpy/root_numpy-3.2.0.ebuild 
b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
similarity index 87%
rename from dev-python/root_numpy/root_numpy-3.2.0.ebuild
rename to dev-python/root_numpy/root_numpy-4.7.3.ebuild
index 

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

2018-03-12 Thread Matt Turner
commit: 6a7a7ac9f9c631bacb8ba0481d9c962bdc0c846b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 07:47:12 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:47:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7a7ac9

media-video/ffmpeg-3.3.6: ppc stable, bug 639698

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

diff --git a/media-video/ffmpeg/ffmpeg-3.3.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
index 87eac94f303..e5bfbb09f89 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
@@ -54,7 +54,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2018-03-12 Thread Matt Turner
commit: 14db8b0a6238a27bd7fbbf6f3325f09c648798f3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 07:47:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14db8b0a

media-video/ffmpeg-3.3.6: ppc64 stable, bug 639698

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

diff --git a/media-video/ffmpeg/ffmpeg-3.3.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
index e5bfbb09f89..ad5b411cc74 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
@@ -54,7 +54,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2018-03-12 Thread Matt Turner
commit: 4f7f99e84dcddc438d547ec8d1ac39555eff4dd9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:23 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7f99e8

dev-texlive/texlive-langenglish-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild 
b/dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild
index 88582b7c98d..49436afacb1 100644
--- a/dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild
+++ b/dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive US and UK English"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX 
TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-documentation-english



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

2018-03-12 Thread Matt Turner
commit: 256e5b3c6b5fd47b033ecd0ec9b237afbef65092
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256e5b3c

dev-texlive/texlive-metapost-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-metapost/texlive-metapost-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-metapost/texlive-metapost-2017.ebuild 
b/dev-texlive/texlive-metapost/texlive-metapost-2017.ebuild
index 00f4f29cda0..20849bcb4a2 100644
--- a/dev-texlive/texlive-metapost/texlive-metapost-2017.ebuild
+++ b/dev-texlive/texlive-metapost/texlive-metapost-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive MetaPost and Metafont packages"
 
 LICENSE=" BSD GPL-1 GPL-2 LGPL-2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 "



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

2018-03-12 Thread Matt Turner
commit: f4fb862688d74bc22a7bf081c07cb3ba766c1f1d
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fb8626

dev-texlive/texlive-langjapanese-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild 
b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild
index ef7199c71b7..0a2266bfdf0 100644
--- a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild
+++ b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Japanese"
 
 LICENSE=" BSD BSD-2 GPL-1 GPL-2 GPL-3 LPPL-1.3 MIT public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2017
 !

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

2018-03-12 Thread Matt Turner
commit: eef04745fa48948e5c679c901237f712a55ebb24
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:22 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef04745

dev-texlive/texlive-langczechslovak-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild 
b/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild
index d0888962077..194d0ff7ace 100644
--- a/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild
+++ b/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Czech/Slovak"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 >=dev-texlive/texlive-latex-2017



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

2018-03-12 Thread Matt Turner
commit: fe427c88915f0339bb8c01f43b1d59cf9c2dc0fe
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:35 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe427c88

dev-texlive/texlive-latex-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-latex/texlive-latex-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latex/texlive-latex-2017.ebuild 
b/dev-texlive/texlive-latex/texlive-latex-2017.ebuild
index fb3bb6d9c5a..8009a69a722 100644
--- a/dev-texlive/texlive-latex/texlive-latex-2017.ebuild
+++ b/dev-texlive/texlive-latex/texlive-latex-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX fundamental packages"
 
 LICENSE=" GPL-2 LPPL-1.3 public-domain "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !!

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

2018-03-12 Thread Matt Turner
commit: 6024e265a0f705b272c6030c1885f277ddb8dac1
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6024e265

dev-texlive/texlive-luatex-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-luatex/texlive-luatex-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2017.ebuild 
b/dev-texlive/texlive-luatex/texlive-luatex-2017.ebuild
index d4b3744aaf6..c87c3c1bff5 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2017.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LuaTeX packages"
 
 LICENSE=" BSD FDL-1.1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 "



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

2018-03-12 Thread Matt Turner
commit: a5f111c98eaa58447496d219783292b5e290cf10
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:27 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f111c9

dev-texlive/texlive-langgreek-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild 
b/dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild
index 147dfe5c4ba..48ebb1ff58f 100644
--- a/dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild
+++ b/dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Greek"
 
 LICENSE=" GPL-1 GPL-2 LGPL-3 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !

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

2018-03-12 Thread Matt Turner
commit: 2a234866fec91967cc8443ed173261ff5f0245fe
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a234866

dev-texlive/texlive-pstricks-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
index 7f065405133..6fe98815f80 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 >=dev-texlive/texlive-plaingeneric-2017



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

2018-03-12 Thread Matt Turner
commit: 7535d9e4e5844c163cd265652b29d57140b68023
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7535d9e4

dev-texlive/texlive-xetex-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-xetex/texlive-xetex-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2017.ebuild 
b/dev-texlive/texlive-xetex/texlive-xetex-2017.ebuild
index c89408fe967..31d42b212c2 100644
--- a/dev-texlive/texlive-xetex/texlive-xetex-2017.ebuild
+++ b/dev-texlive/texlive-xetex/texlive-xetex-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive XeTeX and packages"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c OFL public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !=app-text/texlive-core-2007*



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

2018-03-12 Thread Matt Turner
commit: f39f2e2fb85996361627c7f2ac9837af28cdb83b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39f2e2f

dev-texlive/texlive-langpolish-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild 
b/dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild
index 610b4b24f60..2fa59225b7f 100644
--- a/dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild
+++ b/dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Polish"
 
 LICENSE=" GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2017
 >=dev-texlive/texlive-basic-2017



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

2018-03-12 Thread Matt Turner
commit: 9b2f11045b64d51f160f17443634d91bf54d4167
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:28 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2f1104

dev-texlive/texlive-langitalian-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild 
b/dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild
index 3533698a8de..0e6d255f448 100644
--- a/dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild
+++ b/dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Italian"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-documentation-italian



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

2018-03-12 Thread Matt Turner
commit: 01f3b74f57fd2fc9689b124a5602bf8f20624a1f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:26 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f3b74f

dev-texlive/texlive-langgerman-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild 
b/dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild
index fef363d0b48..ac5b8839831 100644
--- a/dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild
+++ b/dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive German"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LPPL-1.3 MIT OPL TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !

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

2018-03-12 Thread Matt Turner
commit: 60a184863aac6bda34dbe693b0bdeaf383d0fd7c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a18486

dev-texlive/texlive-langportuguese-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild 
b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild
index 95a249c85eb..725b841e3d3 100644
--- a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild
+++ b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Portuguese"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 public-domain "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-documentation-portuguese



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

2018-03-12 Thread Matt Turner
commit: eceadfe1610aedd23f9d92a8b80ebe005e37f1b2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eceadfe1

dev-texlive/texlive-music-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-music/texlive-music-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-music/texlive-music-2017.ebuild 
b/dev-texlive/texlive-music/texlive-music-2017.ebuild
index 63bea7ad8ce..090a0ebfa27 100644
--- a/dev-texlive/texlive-music/texlive-music-2017.ebuild
+++ b/dev-texlive/texlive-music/texlive-music-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Music packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3 LGPL-2.1 LPPL-1.2 LPPL-1.3 MIT "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2017
 !

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

2018-03-12 Thread Matt Turner
commit: 06956b3ca1c38a6e900bee66259db7c8bd8087e7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06956b3c

dev-texlive/texlive-publishers-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild 
b/dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild
index 8bed2efe473..18d082be41d 100644
--- a/dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild
+++ b/dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Publisher styles, theses, etc."
 
 LICENSE=" Apache-2.0 BSD GPL-1 GPL-2 GPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c OFL 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2017
 !

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

2018-03-12 Thread Matt Turner
commit: d7fcb6c946833bbecb37edf8a560039b82de09ba
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fcb6c9

dev-texlive/texlive-langfrench-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild 
b/dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild
index 928275372c4..f0d98e221ee 100644
--- a/dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild
+++ b/dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive French"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-documentation-french



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

2018-03-12 Thread Matt Turner
commit: 80e6914ec6aa20d778b343c9d419bda7cb7042c9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e6914e

dev-texlive/texlive-langother-2017: ppc64 stable, bug 646638

 dev-texlive/texlive-langother/texlive-langother-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langother/texlive-langother-2017.ebuild 
b/dev-texlive/texlive-langother/texlive-langother-2017.ebuild
index 9ac0ec8b3f2..4ebc1da2f65 100644
--- a/dev-texlive/texlive-langother/texlive-langother-2017.ebuild
+++ b/dev-texlive/texlive-langother/texlive-langother-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Other languages"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 OFL public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !

  1   2   >