[gentoo-commits] repo/gentoo:master commit in: dev-perl/Template-DBI/

2018-04-03 Thread Kent Fredric
commit: 229f80d5aee9d8ed8d478fded8ff77cd8f1c25cd
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Apr  3 06:59:15 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Apr  3 06:59:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229f80d5

dev-perl/Template-DBI: Cleanup old re bug #623120

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

 .../Template-DBI/Template-DBI-2.650.0-r1.ebuild| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-perl/Template-DBI/Template-DBI-2.650.0-r1.ebuild 
b/dev-perl/Template-DBI/Template-DBI-2.650.0-r1.ebuild
deleted file mode 100644
index 7bdb728d175..000
--- a/dev-perl/Template-DBI/Template-DBI-2.650.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=REHSACK
-MODULE_VERSION=2.65
-inherit perl-module
-
-DESCRIPTION="DBI plugin for the Template Toolkit"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-perl/DBI-1.612
-   >=dev-perl/Template-Toolkit-2.22"
-DEPEND="${RDEPEND}
-   test? (
-   dev-perl/MLDBM
-   >=dev-perl/SQL-Statement-1.28
-   )"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/, dev-perl/Text-VimColor/files/

2018-04-03 Thread Kent Fredric
commit: 2a0c5ab3449af4514a49cd3cecb94548eceac73b
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Apr  3 07:42:49 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Apr  3 07:42:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0c5ab3

dev-perl/Text-VimColor: Cleanup old re bug #627292

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

 dev-perl/Text-VimColor/Manifest|  1 -
 .../Text-VimColor/Text-VimColor-0.260-r1.ebuild| 36 --
 .../files/Text-VimColor-0.260-perl526.patch| 12 
 3 files changed, 49 deletions(-)

diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest
index b8f8659c044..40a551eae69 100644
--- a/dev-perl/Text-VimColor/Manifest
+++ b/dev-perl/Text-VimColor/Manifest
@@ -1,2 +1 @@
-DIST Text-VimColor-0.26.tar.gz 137189 BLAKE2B 
2d3f62034dd48665e74a83bf1aa9d37dd3b63facb927b96d8f079d59a70f8c35299a4a8e159c522119ff37d9befcbe2dea7914a0a708c071b656ece61f838f2a
 SHA512 
33fc7c1da08e499199d7e7cecb53fae3d6dcd4f8207ed9cd250349e6f21691eac6335a19657cb69a22ec46f09b74171c4f6886438f5d5a85afe2f8680a09e82e
 DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B 
b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239
 SHA512 
aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe

diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild 
b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
deleted file mode 100644
index aa7290a59f4..000
--- a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_VERSION=0.26
-DIST_AUTHOR="RWSTAUNER"
-
-inherit perl-module
-
-DESCRIPTION="Syntax highlighting using vim"
-HOMEPAGE="https://github.com/rwstauner/Text-VimColor";
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="app-editors/vim[-minimal]"
-DEPEND="${RDEPEND}
-   dev-perl/File-ShareDir-Install
-   dev-perl/Test-File-ShareDir
-   dev-perl/File-ShareDir
-   dev-perl/Class-Tiny
-   dev-perl/Path-Tiny
-   test? (
-   dev-perl/Test-Pod-Coverage
-   dev-perl/Pod-Coverage
-   dev-perl/Path-Class
-   dev-perl/XML-Parser
-   dev-perl/Test-Pod
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-perl526.patch"
-)

diff --git a/dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch 
b/dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch
deleted file mode 100644
index 7d7159ea324..000
--- a/dev-perl/Text-VimColor/files/Text-VimColor-0.260-perl526.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN Text-VimColor-0.26.orig/Makefile.PL Text-VimColor-0.26/Makefile.PL
 Text-VimColor-0.26.orig/Makefile.PL2015-03-21 04:14:35.0 
-
-+++ Text-VimColor-0.26/Makefile.PL 2017-08-04 09:46:55.760799972 -
-@@ -12,6 +12,8 @@
- 
- use 5.006;
- 
-+use lib q[.];
-+
- use inc::VimCommand;
- use ExtUtils::MakeMaker;
- 



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

2018-04-03 Thread Jason Zaman
commit: c1a586d0d9502becf1cea824dfc70c24afed2b32
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 07:42:42 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 08:50:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a586d0

dev-libs/libdaemon: amd64 stable

Gentoo-bug: 652220
Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild 
b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
index a7919b78883..83408d99857 100644
--- a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
+++ b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-xmpp-receipts/

2018-04-03 Thread Jason Zaman
commit: db26daa9b897e554680bff36df0192e768f3b0f7
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 08:14:40 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 08:50:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db26daa9

x11-plugins/pidgin-xmpp-receipts: amd64 stable

Gentoo-bug: 651706
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild 
b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
index ecb5f4ae29f..601b7d04adf 100644
--- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.ebuild
+++ b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8.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="https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${PV}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND="net-im/pidgin[gtk]"



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

2018-04-03 Thread Lars Wendler
commit: ccc041f18f6c03ba323a243c56dfdb3ebc59bb6f
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  3 10:08:47 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  3 10:24:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc041f1

dev-vcs/git: Bump to version 2.17.0. Removed old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-vcs/git/Manifest | 6 +++---
 dev-vcs/git/{git-2.17.0_rc2.ebuild => git-2.17.0.ebuild} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 1a5a4588d90..364b29b18f6 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,12 +1,12 @@
 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-2.16.3.tar.xz 4966248 BLAKE2B 
cd4d2573afd02a23766c4dd0da8397ac36193f68e18c162fc85d60d7595a50da7707f592ccc3a9f00a22fdcb8a8cada82139fe30f97af193fb367a4e392cbaa8
 SHA512 
73520cf3500b2d13b77eb1e5ec0d60263aad07732d25631732f0d986abd023f97b8a6db4abff64d342cb053018289b5f7a3e32f10b86bd9092a37ee0585adc8a
-DIST git-2.17.0.rc2.tar.xz 4998440 BLAKE2B 
4a36500736c481c394dc501896543f9e3d7ecd8adade646e514278d19262fded308fa4008e2df8621ca7b2159b07c2a9fbe42da1d159e83971bb14294495683e
 SHA512 
59896d52b4df7f88a85ff896a0c875419827ae4e1650b9a4beeae0674d859b11ec259638854f9a2efd14f9adec5271e461ae941184468cd1c1d92afb292c7964
+DIST git-2.17.0.tar.xz 5011556 BLAKE2B 
73b3ad74d85759704c034b7ab2f604150c08aec45f4b86f5fcfa826801da49f4922599de210d8056b25781f77ff826610ef4a47309dc9e9e3ce18ef97a8e34da
 SHA512 
dab1c1d5d384b36720abc049a66ba60631e17958b214cfbec467be7adc02e82190e5282554da71797892c16bfe52d65b6244a281f504385083125bcb98ec7ee9
 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-htmldocs-2.16.3.tar.xz 1164252 BLAKE2B 
43d5b0317d3cb181c24347933b6ee3ce586f7be7e38ae30555bc732b369287f080879ff0408601db125a4104b665956f6bcef3f243496008d3ec1601110b06df
 SHA512 
6271ff7780053347ceba47754db00fa8a0a39ff622c490e273ed286faa6ade3f7d6580fa396c913b4485a942b2ad0cdd898de467fde497de1d850fb6d3debd1e
-DIST git-htmldocs-2.17.0.rc2.tar.xz 1172852 BLAKE2B 
4f2a89a6a1f2455b47ebac5afb9218abb7a3d733362b4d371a9e8e44a0afa0e041d2a44bad4221e0bcee0c87e410ca1e4cfb61658b50e6af8924e6b56429dc5d
 SHA512 
e646613e1cd99f1ed92c6977b0e2b620c6b2ccbabf02d6994586be35030b6ede7421740e8276d6154ad162392f95ce8ecda4834c2d622a646d3400840f402a7c
+DIST git-htmldocs-2.17.0.tar.xz 1172652 BLAKE2B 
9e6ccc120aa45ee98a21ac862a130a964e6cd04cd85d51ddf40cbb34197f699fd8f5046f53265a0685191a96ef5aa0cb398367679b719cb3a2bba0156732d45b
 SHA512 
441d485d42a8b3ba8ef5617e47480be0b587f0f5d35c4288a6cfe8f2b8a84fffcd13a414dcce44855cf580af817b411654999e80502073782c7da38aa40209ba
 DIST git-manpages-2.16.1.tar.xz 417188 BLAKE2B 
239fb33967d17c8b10efb2e0d1963f7be3404b7f262b49f89b3f4a538135d80268fbe7fe0e561c9cb2d86840eb46b61653ed363d8da27d1169c435d8e1d5e851
 SHA512 
20c7646b5f1e3c633ce6aae5ee5fcbe4ca1e59fc9253ec9a9e45c7cd8a8ac7a5e71e36258eb747e3bd6d51b3b7971137315dcdbdff493e0f8774ecd3e309735a
 DIST git-manpages-2.16.2.tar.xz 416500 BLAKE2B 
af9ccf18280c23e54e11cf76f891d5613db8c8f9ef84394266ad9c614ddb2181acab4cbb3998b4d5d01aa7b0d8f8cfbe090e77bb5b0297e4a7ed341a8d1fb3de
 SHA512 
38d560955a025761f256e598f87c6b1122b474cc7bf8fffb48b353ab3d8d969f6cd55da326daa61a4079dfd68f931b2e0eae11d6e8d5549e69de17c7f537
 DIST git-manpages-2.16.3.tar.xz 417152 BLAKE2B 
2719a9a603dc49db1a61a2cec42427bdcdc96fab9d21d16c5a8c70d7dba271a1e5b29f4f83f32c525c4866e3497352017af3777a769893c9543e65d625972375
 SHA512 
b34a3658412a144fed6f818acc05c0b4be2453ae63f9430dcd53cda750f737bd3da50390bd3f4266e69befa521eddd222985fd531acca1ebd4ca62c6c5b2a85c
-DIST git-manpages-2.17.0.rc2.tar.xz 419372 BLAKE2B 
42bba54b75718737715882aa5d9cfcd4845ca561199232d2de7b81e6719ba0e983acba9d434e0d2e04281c70dccbe57e6e6fc0423ef6e5f8552b95be00

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

2018-04-03 Thread Lars Wendler
commit: a828c0687225ce4a3a310986c41160fd63576412
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  3 10:23:26 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  3 10:24:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a828c068

sys-apps/iproute2: Bump to version 4.16.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-apps/iproute2/Manifest |   1 +
 .../files/iproute2-4.16.0-configure-nomagic.patch  | 191 +
 sys-apps/iproute2/iproute2-4.16.0.ebuild   | 152 
 3 files changed, 344 insertions(+)

diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index ad319ef1cd9..eedf9e981d9 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -4,6 +4,7 @@ DIST iproute2-4.12.0.tar.xz 662424 BLAKE2B 
6c6608d4a157e46932834c09e91d6a786a04c
 DIST iproute2-4.13.0.tar.xz 670340 BLAKE2B 
379072c0865e8960b46065454e9bdf3a9cb7af45b32a2fff8e89bef8d60e837419bea60df1343b4bb15db624feb3ce4acbe621b4c44405c43fa729e770bb04a3
 SHA512 
f96d2839aec1f439bfac504c8e3881c063dacbf4c67b15f0e3da9882d2fa013cba33c23602de3eab624e0eecbb911a13967d60bddcdf097f47a580a5a77b5e3a
 DIST iproute2-4.14.1.tar.xz 636876 BLAKE2B 
232dbe29b9af516d8345c86c044359d3b0cfe73fb88a2ba1dcd05534b52dea37c9155d2b273a4a0d40b55fba8b5503a0fbe5bc71f37864c0a2ba9d6f08b6bf41
 SHA512 
e593b68c46ef5f98bd6911ee7beb38388a14935a29fefabdeccc96aa012593b6f3a49b3bb1baed7d77e54f1f4a857172e058b73407f4070f158b8713f44f5d2c
 DIST iproute2-4.15.0.tar.xz 648836 BLAKE2B 
e7f3a027ec88de7c6ac82c5529b37fdf22311bc9290e71662bc3b1e32d4cb6a1845e2badb961a21b50b5ed1b9d23130e512a011767183f7df1b33eb05101044b
 SHA512 
bcc54b8dc83d7b0e759a2de77eb38fed483d7f7f82698f482e0259000f2f55ba79c556b721730eb999e85c865ad136fd7549304ebe936545e02e848ba7f698bc
+DIST iproute2-4.16.0.tar.xz 661336 BLAKE2B 
4efb08c88a60b1bbbeef807c0731e610032bfb11d022562c1df052d324eb43cb25b9523f49730d22a3f92eb06bd5037c70d8ed0b58276a0cf0854a0f82800b64
 SHA512 
a8fbc92665a8d4ca6ee1e894bfb27373cf6b16dac9e2ab3831e418fcc9b895acc7d6fc64efa0b0e37b3affd4ef8eacf4dae5715536138d6a05c65ad49a2becad
 DIST iproute2-4.4.0.tar.xz 528552 BLAKE2B 
cad90d2734647a5a5e90b0a8b1337656c6480471caa06beee54fb3abd9c3bc64fc21da349d9b8aa0decf6208de325dd37a9e02fd9e994b024f9142dcd229b87c
 SHA512 
48236fc6103a55d977efa4f93ad7fdfc0944df975ce771d57fd3dcfb13b761b0c05dbe749978ac86c7a471d023bee62a2f1648a6ca75f50da9252acfde174b69
 DIST iproute2-4.5.0.tar.xz 554500 BLAKE2B 
b64933bd0bf572796705ce2559b1c6cf7faf2f9ac11e1a94a09a428b0039216df8b2ce72a9783e84825a12baaa08526f724d385c6c7e5f6a0d86c3d1662ab822
 SHA512 
d12be24cf7a1102be8e449d1e95fa67b784d505e98fcf2f18caedf0136fb378dc439f74a75bc0d6ef5b2893e5ca1968e122054404c1f4d1a212aeb0fba1c5860
 DIST iproute2-4.6.0.tar.xz 570960 BLAKE2B 
e49dc56615490aa7d7cec20830b2866c3e00b08a25ab92bf94d30cc1d7e60e5f10982aa379502a0e5279748c9504e67603f0b947376b6d2991838516b55ef4c9
 SHA512 
1e3868ced65012da6724744eb15e6bb8e2c5bf8d7a46cf2b655526de1a9e1224c7b7e9bd4a88e40516b5648955987eb9001600ca5afbd507bc664f92b51ede9f

diff --git a/sys-apps/iproute2/files/iproute2-4.16.0-configure-nomagic.patch 
b/sys-apps/iproute2/files/iproute2-4.16.0-configure-nomagic.patch
new file mode 100644
index 000..01a1fe2d812
--- /dev/null
+++ b/sys-apps/iproute2/files/iproute2-4.16.0-configure-nomagic.patch
@@ -0,0 +1,191 @@
+The hand-rolled configure script, for multiple options (selinux,mnl,elf), sets
+a variable as well as modifying CFLAGS & LDLIBS.
+
+If config.mk is later amended to disable a feature, the CFLAGS/LDLIBS tweaks
+are still in place.
+
+Push the CFLAGS/LDLIBS changes into new conditional Makefile code, so that they
+are only passed when correctly needed.
+
+Prior Gentoo testcase for reproduction:
+USE=minimal ebuild ... compile.
+- Linking with libelf & libmnl based only on presence.
+- Links based on libselinux based only on presence.
+
+Closes: https://bugs.gentoo.org/643722
+Signed-off-by: Robin H. Johnson 
+
+Forward-ported from v4.14.1 to v4.16.0 by Lars Wendler 

+
+--- iproute2-4.16.0/bridge/Makefile
 iproute2-4.16.0/bridge/Makefile
+@@ -2,6 +2,7 @@
+ BROBJ = bridge.o fdb.o monitor.o link.o mdb.o vlan.o
+ 
+ include ../config.mk
++include ../config.include
+ 
+ all: bridge
+ 
+--- iproute2-4.16.0/config.include
 iproute2-4.16.0/config.include
+@@ -0,0 +1,22 @@
++# We can only modify CFLAGS/LDLIBS after all the config options are known.
++ifeq ($(IP_CONFIG_SETNS),y)
++  CFLAGS += $(IP_CONFIG_SETNS_CFLAGS)
++endif
++ifeq ($(HAVE_ELF),y)
++  CFLAGS += $(HAVE_ELF_CFLAGS)
++  LDLIBS += $(HAVE_ELF_LDLIBS)
++endif
++ifeq ($(HAVE_SELINUX),y)
++  CFLAGS += $(HAVE_SELINUX_CFLAGS)
++  LDLIBS += $(HAVE_SELINUX_LDLIBS)
++endif
++ifeq ($(HAVE_MNL),y)
++  CFLAGS += $(HAVE_MNL_CFLAGS)
++  LDLIBS += $(HAVE_MNL_LDLIBS)
++endif
++
++# Rules can only be declared after all variables in them are known.
++%.o: %.c
++  $(QUIET_CC)$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o

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

2018-04-03 Thread Lars Wendler
commit: dc2cc49a52910485a2cbd6864525e581b07e3fad
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  3 10:34:12 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  3 10:34:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2cc49a

dev-vcs/git: Removed old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-vcs/git/Manifest  |   3 -
 dev-vcs/git/git-2.16.2.ebuild | 696 --
 2 files changed, 699 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 364b29b18f6..ba377ad15aa 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,12 +1,9 @@
 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-2.16.3.tar.xz 4966248 BLAKE2B 
cd4d2573afd02a23766c4dd0da8397ac36193f68e18c162fc85d60d7595a50da7707f592ccc3a9f00a22fdcb8a8cada82139fe30f97af193fb367a4e392cbaa8
 SHA512 
73520cf3500b2d13b77eb1e5ec0d60263aad07732d25631732f0d986abd023f97b8a6db4abff64d342cb053018289b5f7a3e32f10b86bd9092a37ee0585adc8a
 DIST git-2.17.0.tar.xz 5011556 BLAKE2B 
73b3ad74d85759704c034b7ab2f604150c08aec45f4b86f5fcfa826801da49f4922599de210d8056b25781f77ff826610ef4a47309dc9e9e3ce18ef97a8e34da
 SHA512 
dab1c1d5d384b36720abc049a66ba60631e17958b214cfbec467be7adc02e82190e5282554da71797892c16bfe52d65b6244a281f504385083125bcb98ec7ee9
 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-htmldocs-2.16.3.tar.xz 1164252 BLAKE2B 
43d5b0317d3cb181c24347933b6ee3ce586f7be7e38ae30555bc732b369287f080879ff0408601db125a4104b665956f6bcef3f243496008d3ec1601110b06df
 SHA512 
6271ff7780053347ceba47754db00fa8a0a39ff622c490e273ed286faa6ade3f7d6580fa396c913b4485a942b2ad0cdd898de467fde497de1d850fb6d3debd1e
 DIST git-htmldocs-2.17.0.tar.xz 1172652 BLAKE2B 
9e6ccc120aa45ee98a21ac862a130a964e6cd04cd85d51ddf40cbb34197f699fd8f5046f53265a0685191a96ef5aa0cb398367679b719cb3a2bba0156732d45b
 SHA512 
441d485d42a8b3ba8ef5617e47480be0b587f0f5d35c4288a6cfe8f2b8a84fffcd13a414dcce44855cf580af817b411654999e80502073782c7da38aa40209ba
 DIST git-manpages-2.16.1.tar.xz 417188 BLAKE2B 
239fb33967d17c8b10efb2e0d1963f7be3404b7f262b49f89b3f4a538135d80268fbe7fe0e561c9cb2d86840eb46b61653ed363d8da27d1169c435d8e1d5e851
 SHA512 
20c7646b5f1e3c633ce6aae5ee5fcbe4ca1e59fc9253ec9a9e45c7cd8a8ac7a5e71e36258eb747e3bd6d51b3b7971137315dcdbdff493e0f8774ecd3e309735a
-DIST git-manpages-2.16.2.tar.xz 416500 BLAKE2B 
af9ccf18280c23e54e11cf76f891d5613db8c8f9ef84394266ad9c614ddb2181acab4cbb3998b4d5d01aa7b0d8f8cfbe090e77bb5b0297e4a7ed341a8d1fb3de
 SHA512 
38d560955a025761f256e598f87c6b1122b474cc7bf8fffb48b353ab3d8d969f6cd55da326daa61a4079dfd68f931b2e0eae11d6e8d5549e69de17c7f537
 DIST git-manpages-2.16.3.tar.xz 417152 BLAKE2B 
2719a9a603dc49db1a61a2cec42427bdcdc96fab9d21d16c5a8c70d7dba271a1e5b29f4f83f32c525c4866e3497352017af3777a769893c9543e65d625972375
 SHA512 
b34a3658412a144fed6f818acc05c0b4be2453ae63f9430dcd53cda750f737bd3da50390bd3f4266e69befa521eddd222985fd531acca1ebd4ca62c6c5b2a85c
 DIST git-manpages-2.17.0.tar.xz 419316 BLAKE2B 
f8c4e586d376c31e7728e1fb78032249cc8b20d356e2d7c8d42f1c4a6025dc89d5de81548ea2fb1af5c95276bd3b3f9e650379357f30edd773000b98371fcceb
 SHA512 
b2f7734416f5c336cea272baa87efd10b175a357f5f722f20bb5d287b1886bdb213c4fc2f0c6a3b83fa34423e83139bab5eac70dc9669a72c75c2392dbd517f1

diff --git a/dev-vcs/git/git-2.16.2.ebuild b/dev-vcs/git/git-2.16.2.ebuild
deleted file mode 100644
index e9f0c242bcf..000
--- a/dev-vcs/git/git-2.16.2.ebuild
+++ /dev/null
@@ -1,696 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=no
-
-# bug #329479: git-remote-testgit is not multiple-version aware
-PYTHON_COMPAT=( python2_7 )
-PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN"
-if [[ ${PV} == * ]]; then
-   SCM="git

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

2018-04-03 Thread Fabian Groffen
commit: d1527fc8b95eada908c8c04f8796f1dc7a3455ac
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 10:42:59 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 10:42:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1527fc8

dev-python/pyyaml: marked ~x64-solaris

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/pyyaml/pyyaml-3.12.ebuild 
b/dev-python/pyyaml/pyyaml-3.12.ebuild
index 5ba03197eff..5db7005c4a2 100644
--- a/dev-python/pyyaml/pyyaml-3.12.ebuild
+++ b/dev-python/pyyaml/pyyaml-3.12.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
@@ -15,7 +15,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="examples libyaml"
 
 RDEPEND="libyaml? ( dev-libs/libyaml )"



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

2018-04-03 Thread Fabian Groffen
commit: 28e759f3839cc20b20a53b49c97b20b6a4a846a1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 10:55:12 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 10:55:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e759f3

dev-lang/tcl: marked ~x64-solaris

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-lang/tcl/tcl-8.6.7.ebuild b/dev-lang/tcl/tcl-8.6.7.ebuild
index 714a452ad86..5195bafb235 100644
--- a/dev-lang/tcl/tcl-8.6.7.ebuild
+++ b/dev-lang/tcl/tcl-8.6.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz"
 
 LICENSE="tcltk"
 SLOT="0/8.6"
-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 ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
+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 ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug +threads"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"



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

2018-04-03 Thread Fabian Groffen
commit: c93e536d3937db942ff2b34d173805e497700354
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 10:58:52 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 10:58:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93e536d

dev-tcltk/expect: marked ~x64-solaris

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-tcltk/expect/expect-5.45.ebuild 
b/dev-tcltk/expect/expect-5.45.ebuild
index 80db87b8a3b..932c79a2e04 100644
--- a/dev-tcltk/expect/expect-5.45.ebuild
+++ b/dev-tcltk/expect/expect-5.45.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~m68k-mint ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~m68k-mint ~x64-solaris ~x86-solaris"
 IUSE="debug doc threads"
 
 # We need dejagnu for src_test, but dejagnu needs expect



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

2018-04-03 Thread Fabian Groffen
commit: df5384506ce6cd960f3439ab1cd15a5017966bf8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 11:00:42 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 11:00:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df538450

dev-util/dejagnu: marked ~x64-solaris

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-util/dejagnu/dejagnu-1.6.ebuild 
b/dev-util/dejagnu/dejagnu-1.6.ebuild
index 2daa6c53f7f..e27ffef09c2 100644
--- a/dev-util/dejagnu/dejagnu-1.6.ebuild
+++ b/dev-util/dejagnu/dejagnu-1.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-lang/tcl



[gentoo-commits] proj/portage-utils:master commit in: man/, man/include/, /

2018-04-03 Thread Fabian Groffen
commit: 1def9d468742c0d6d6b24aa1f1d76243be6e24cd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 11:49:41 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 11:49:41 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=1def9d46

qlist: improve documentation

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

 man/include/qlist.desc |  6 +
 man/include/qlist.optdesc.yaml | 24 ++
 man/qlist.1| 56 +++---
 qlist.c|  2 +-
 4 files changed, 67 insertions(+), 21 deletions(-)

diff --git a/man/include/qlist.desc b/man/include/qlist.desc
new file mode 100644
index 000..e02d971
--- /dev/null
+++ b/man/include/qlist.desc
@@ -0,0 +1,6 @@
+\fIqlist\fR shows the contents, or a subset thereof, of an installed
+package.  Alternatively, lists whether a package is installed,
+optionally with version, USE-flag, SLOT or REPO information.  The
+\fIpkgname\fR to query for does not have to be an exact match, it may be
+part of it, e.g.\ an entire category, or any package with some string in
+its name.

diff --git a/man/include/qlist.optdesc.yaml b/man/include/qlist.optdesc.yaml
new file mode 100644
index 000..a60ef0d
--- /dev/null
+++ b/man/include/qlist.optdesc.yaml
@@ -0,0 +1,24 @@
+installed: |
+Instead of listing the contents of a package, just print the package
+name if the package is currently installed.
+umap: |
+List USE-flags enabled when the package was installed.  This flag
+implies \fB\-I\fR.
+slot: |
+Display installed packages with slots (use twice for subslots).
+This flag implies \fB\-I\fR.
+repo: |
+Display installed packages with repository the ebuild originated from.
+This flag implies \fB\-I\fR.
+columns: |
+Like \fB\-Iv\fR, but package name and version are separated by a
+space for easy consumption by e.g.\ shell scripts which can read
+space-separated columns.
+verbose: |
+When used with \fB\-I\fR, print the package version next to name.
+When listing the package contents, a single \fB\-v\fR displays
+symlinks with an arrow (\->) to their target.  Two or more \fB\-v\fR
+adds colour to the entries and prints like \fB\-I\fR before the
+listing.
+quiet: |
+Suppresses the parenthesis around the USE-flags when used with \fB\-U\fR.

diff --git a/man/qlist.1 b/man/qlist.1
index 05e9326..f7dd847 100644
--- a/man/qlist.1
+++ b/man/qlist.1
@@ -1,68 +1,84 @@
-.TH qlist "1" "Mar 2016" "Gentoo Foundation" "qlist"
+.\" generated by mkman.py, please do NOT edit!
+.TH qlist "1" "Apr 2018" "Gentoo Foundation" "qlist"
 .SH NAME
 qlist \- list files owned by pkgname
 .SH SYNOPSIS
 .B qlist
 \fI[opts] \fR
 .SH DESCRIPTION
-
+\fIqlist\fR shows the contents, or a subset thereof, of an installed
+package.  Alternatively, lists whether a package is installed,
+optionally with version, USE-flag, SLOT or REPO information.  The
+\fIpkgname\fR to query for does not have to be an exact match, it may be
+part of it, e.g.\ an entire category, or any package with some string in
+its name.
 .SH OPTIONS
 .TP
 \fB\-I\fR, \fB\-\-installed\fR
-Just show installed packages
+Instead of listing the contents of a package, just print the package
+name if the package is currently installed.
 .TP
 \fB\-S\fR, \fB\-\-slots\fR
-Display installed packages with slots (use twice for subslots)
+Display installed packages with slots (use twice for subslots).
 .TP
 \fB\-R\fR, \fB\-\-repo\fR
-Display installed packages with repository
+Display installed packages with repository the ebuild originated from.
+This flag implies \fB\-I\fR.
 .TP
 \fB\-U\fR, \fB\-\-umap\fR
-Display installed packages with flags used
+List USE-flags enabled when the package was installed.  This flag
+implies \fB\-I\fR.
 .TP
 \fB\-c\fR, \fB\-\-columns\fR
-Display column view
+Like \fB\-Iv\fR, but package name and version are separated by a
+space for easy consumption by e.g.\ shell scripts which can read
+space-separated columns.
 .TP
 \fB\-\-showdebug\fR
-Show /usr/lib/debug files
+Show /usr/lib/debug and /usr/src/debug files.
 .TP
 \fB\-e\fR, \fB\-\-exact\fR
-Exact match (only CAT/PN or PN without PV)
+Exact match (only CAT/PN or PN without PV).
 .TP
 \fB\-a\fR, \fB\-\-all\fR
-Show every installed package
+Show every installed package.
 .TP
 \fB\-d\fR, \fB\-\-dir\fR
-Only show directories
+Only show directories.
 .TP
 \fB\-o\fR, \fB\-\-obj\fR
-Only show objects
+Only show objects.
 .TP
 \fB\-s\fR, \fB\-\-sym\fR
-Only show symlinks
+Only show symlinks.
 .TP
 \fB\-\-root\fR \fI\fR
-Set the ROOT env var
+Set the ROOT env var.
 .TP
 \fB\-v\fR, \fB\-\-verbose\fR
-Make a lot of noise
+When used with \fB\-I\fR, print the package version next to name.
+When listing the package contents, a single \fB\-v\fR displays
+symlinks with an arrow (\->) to their target.  Two or more \fB\-v\fR
+adds colour to the entries and prints like \fB\-I\fR before the
+list

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

2018-04-03 Thread Jason Zaman
commit: b7073db198f748a9ef37886caa99a23342b641e8
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:41:09 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:51:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7073db1

dev-perl/TheSchwartz: amd64 stable

Gentoo-bug: 652284
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
index 30391190d60..4296da53afa 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"



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

2018-04-03 Thread Jason Zaman
commit: 02a5e34a70b1a221c077270078a526c800f69f24
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:36:14 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a5e34a

dev-perl/AnyEvent: amd64 stable

Gentoo-bug: 652288
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/AnyEvent/AnyEvent-7.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/AnyEvent/AnyEvent-7.140.0.ebuild 
b/dev-perl/AnyEvent/AnyEvent-7.140.0.ebuild
index c301785eb42..0692a1bea80 100644
--- a/dev-perl/AnyEvent/AnyEvent-7.140.0.ebuild
+++ b/dev-perl/AnyEvent/AnyEvent-7.140.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
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Provides a uniform interface to various event loops"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache2-AuthenNTLM/

2018-04-03 Thread Jason Zaman
commit: bb06c879c363b8332e4ad04be0315a8e47736c02
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:38:42 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb06c879

dev-perl/Apache2-AuthenNTLM: amd64 stable

Gentoo-bug: 652294
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild 
b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
index 3f376ef51fd..cba20505633 100644
--- a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
+++ b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perform Microsoft NTLM and Basic User Authentication"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/AnyEvent-HTTP/

2018-04-03 Thread Jason Zaman
commit: a2fcd67c845454827799d349e2e5b4fa56719d4d
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:36:31 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fcd67c

dev-perl/AnyEvent-HTTP: amd64 stable

Gentoo-bug: 652290
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.230.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.230.0.ebuild 
b/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.230.0.ebuild
index d337e854b0e..0a867519aa3 100644
--- a/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.230.0.ebuild
+++ b/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.230.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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 perl-module
 DESCRIPTION="Simple but non-blocking HTTP/HTTPS client"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Acme-Damn/

2018-04-03 Thread Jason Zaman
commit: 19a6e2939311fb25b0efd472162056d7fb952e3b
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:35:12 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a6e293

dev-perl/Acme-Damn: amd64 stable

Gentoo-bug: 652286
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild 
b/dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild
index eb28c86b281..748f1e6d617 100644
--- a/dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild
+++ b/dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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 perl-module
 DESCRIPTION="Module, that 'unblesses' Perl objects"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/

2018-04-03 Thread Jason Zaman
commit: 7694456049669cf27a943ea487632dae7df69872
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:40:25 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:51:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76944560

dev-perl/CPAN-Perl-Releases: amd64 stable

Gentoo-bug: 652308
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.380.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.380.0.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.380.0.ebuild
index 4ecfc2b5be1..603c87428e6 100644
--- a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.380.0.ebuild
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.380.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
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/App-perlbrew/

2018-04-03 Thread Jason Zaman
commit: 468a57f85855023efc725b2f9cea43bdc625e2d8
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:40:42 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:51:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468a57f8

dev-perl/App-perlbrew: amd64 stable

Gentoo-bug: 652308
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/App-perlbrew/App-perlbrew-0.820.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.820.0.ebuild 
b/dev-perl/App-perlbrew/App-perlbrew-0.820.0.ebuild
index f329b674403..9ad6d1db276 100644
--- a/dev-perl/App-perlbrew/App-perlbrew-0.820.0.ebuild
+++ b/dev-perl/App-perlbrew/App-perlbrew-0.820.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION='Manage perl installations in your $HOME'
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/App-cpanminus/

2018-04-03 Thread Jason Zaman
commit: 8640e76ac4ec34fb3c711d06eebf67a65432f9c0
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:38:58 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8640e76a

dev-perl/App-cpanminus: amd64 stable

Gentoo-bug: 652306
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/App-cpanminus/App-cpanminus-1.704.300.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/App-cpanminus/App-cpanminus-1.704.300.ebuild 
b/dev-perl/App-cpanminus/App-cpanminus-1.704.300.ebuild
index 5a70fcdb313..2fb462293ce 100644
--- a/dev-perl/App-cpanminus/App-cpanminus-1.704.300.ebuild
+++ b/dev-perl/App-cpanminus/App-cpanminus-1.704.300.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
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION='Get, unpack, build and install modules from CPAN'
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/App-pwhich/

2018-04-03 Thread Jason Zaman
commit: 45d012c1a2f73609e2e9f5b6baeeb5bdcad6b55e
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:39:32 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d012c1

dev-perl/App-pwhich: amd64 stable

Gentoo-bug: 652308
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild 
b/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild
index f74718a61ec..ba3d3b74bf1 100644
--- a/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild
+++ b/dev-perl/App-pwhich/App-pwhich-1.140.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
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Perl-only 'which'"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-DBI/

2018-04-03 Thread Jason Zaman
commit: 29995852c7da8d1b244cac8e2a3d5ef0f1070b03
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:37:18 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29995852

dev-perl/Apache-DBI: amd64 stable

Gentoo-bug: 652298
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild 
b/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild
index 1540bd97087..d0ac0f81efd 100644
--- a/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild
+++ b/dev-perl/Apache-DBI/Apache-DBI-1.120.0-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=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Authentication and Authorization via Perl's DBI"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/Digest-SHA1-2.10.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Which/

2018-04-03 Thread Jason Zaman
commit: 8a893b95d2a5292037a7061a27269f449b7e57e2
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:40:08 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:51:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a893b95

dev-perl/File-Which: amd64 stable

Gentoo-bug: 652308
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/File-Which/File-Which-1.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Which/File-Which-1.220.0.ebuild 
b/dev-perl/File-Which/File-Which-1.220.0.ebuild
index 8548ba08bd0..096fec3448f 100644
--- a/dev-perl/File-Which/File-Which-1.220.0.ebuild
+++ b/dev-perl/File-Which/File-Which-1.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module implementing 'which' internally"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test +pwhich"
 
 # Was part of File::Which, but depends on File::Which



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-Test/

2018-04-03 Thread Jason Zaman
commit: 6b886565e599b99f8f4a9a45a8a993a1eb5a9f2e
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:38:25 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b886565

dev-perl/Apache-Test: amd64 stable

Gentoo-bug: 652304
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Apache-Test/Apache-Test-1.400.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Apache-Test/Apache-Test-1.400.0-r2.ebuild 
b/dev-perl/Apache-Test/Apache-Test-1.400.0-r2.ebuild
index 652bbb3377f..11080509a0e 100644
--- a/dev-perl/Apache-Test/Apache-Test-1.400.0-r2.ebuild
+++ b/dev-perl/Apache-Test/Apache-Test-1.400.0-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=6
@@ -11,7 +11,7 @@ DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Any-Moose/

2018-04-03 Thread Jason Zaman
commit: d34b10a709e67fdfc070303efb5593c8d5fb3bfc
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:35:38 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34b10a7

dev-perl/Any-Moose: amd64 stable

Gentoo-bug: 652292
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild 
b/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
index 68189a9128a..ed76788af9f 100644
--- a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
+++ b/dev-perl/Any-Moose/Any-Moose-0.270.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE="test"
 PERL_RM_FILES=(
"t/001-basic-mouse.t"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-AuthCookie/

2018-04-03 Thread Jason Zaman
commit: d72e1f62bd34b352491e899492f0a3305d7f12e4
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:36:49 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72e1f62

dev-perl/Apache-AuthCookie: amd64 stable

Gentoo-bug: 652296
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.0.ebuild 
b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.0.ebuild
index e318c9457b2..ca4b050f626 100644
--- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.0.ebuild
+++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl Authentication and Authorization via cookies"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-Reload/

2018-04-03 Thread Jason Zaman
commit: 550d0c9d876716ed8ae30a9edb756ff05e8c00e0
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:37:50 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:50:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550d0c9d

dev-perl/Apache-Reload: amd64 stable

Gentoo-bug: 652302
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild 
b/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild
index 4d26ce84020..1fd95bd7375 100644
--- a/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild
+++ b/dev-perl/Apache-Reload/Apache-Reload-0.130.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=6
@@ -11,7 +11,7 @@ DESCRIPTION="Automatically reload changed modules without 
restarting Apache"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="www-apache/mod_perl"



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

2018-04-03 Thread Manuel Rüger
commit: dca92e169738076761044381c489b1d17c10b30a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr  3 12:20:00 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr  3 12:20:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca92e16

dev-python/prometheus_client: Version bump to 0.2.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-python/prometheus_client/Manifest 
b/dev-python/prometheus_client/Manifest
index f85b662129c..33d188f27f1 100644
--- a/dev-python/prometheus_client/Manifest
+++ b/dev-python/prometheus_client/Manifest
@@ -1,2 +1,3 @@
 DIST prometheus_client-0.0.21.tar.gz 40859 BLAKE2B 
58e7a49e12e4f9c865624de24e51e30d4cee75f2f3afd446aa53d425a9aa9ac20829c043ab29036e4e24ef90e06f5950616745ee8f8d89de20e8b1b01d63579f
 SHA512 
e948ecc9044bd6a59fdc58bb3dd638c89d210a5856a360b4270eff206b2280ef7a68c1e94aea64f5cfb68a218499e61627e34c71363ff222b1a3d27403396a31
 DIST prometheus_client-0.1.1.tar.gz 41513 BLAKE2B 
3816b34a809c8e40da6fab221bf020bd3d4169c6d1e96a4c48631133cff4fc2839bf1ee01df67711ed4d8c4a38b6ad53c612cddbbb9a7fe45a9b3887cce900e2
 SHA512 
ac343f416dc4f9907e4da0de19d2005375102fb552491025d76466dee1fb1be753a8e20380c83276116a1606a32a9373db53e8a2952669d511255438d74ba217
+DIST prometheus_client-0.2.0.tar.gz 41574 BLAKE2B 
c8e0288f37d1d3e6548283105dd6ba1e4cae5a6f1846c776538de1a68a2eebe6387f8212631c07f2c37839204262d0f555f1a5edb624c0d7418753123c296ca4
 SHA512 
7336d8294ef91dfebe91f325a882105cdaf947de212bff651d1c3ebfc139d9045b7f637ea44b18e921a9f2ad9af554aee28587e57b1202b5a30c49b1a765ba4c

diff --git a/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild
new file mode 100644
index 000..3f109c2efec
--- /dev/null
+++ b/dev-python/prometheus_client/prometheus_client-0.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Python client for the Prometheus monitoring system"
+HOMEPAGE="https://pypi.python.org/pypi/prometheus_client";
+SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+S=${WORKDIR}/client_python-${PV}
+
+RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] 
dev-python/twisted-web[${PYTHON_USEDEP}] )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   pytest || die
+}



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

2018-04-03 Thread Manuel Rüger
commit: 886d5803d835f9847c5ab05915c8170b8e1fec64
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr  3 12:33:13 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr  3 12:33:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886d5803

dev-python/prometheus_client: Stable on amd64

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild
index 3f109c2efec..375445ac92d 100644
--- a/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 
 S=${WORKDIR}/client_python-${PV}



[gentoo-commits] proj/portage-utils:master commit in: man/, man/include/

2018-04-03 Thread Fabian Groffen
commit: 86085691d6a42e497c1a8902cf7c24212a2dd67d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 12:56:17 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 12:56:17 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=86085691

qpkg: improve documentation

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

 man/include/qpkg.desc |  4 
 man/include/qpkg.optdesc.yaml |  2 ++
 man/qpkg.1| 31 ++-
 3 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/man/include/qpkg.desc b/man/include/qpkg.desc
new file mode 100644
index 000..2bba24b
--- /dev/null
+++ b/man/include/qpkg.desc
@@ -0,0 +1,4 @@
+\fIqpkg\fR creates or cleans up Gentoo binary packages.  The default
+action is to create a new binpkg for the given package names and store
+them in pkgdir, which can be set explicitly using the \fB\-\-pkgdir\fR
+option.

diff --git a/man/include/qpkg.optdesc.yaml b/man/include/qpkg.optdesc.yaml
new file mode 100644
index 000..2da2810
--- /dev/null
+++ b/man/include/qpkg.optdesc.yaml
@@ -0,0 +1,2 @@
+verbose: Check and report MD5 hash mismatches during install.
+quiet: Ignored for compatability with other qapplets.

diff --git a/man/qpkg.1 b/man/qpkg.1
index 8bb098a..930d15c 100644
--- a/man/qpkg.1
+++ b/man/qpkg.1
@@ -1,47 +1,52 @@
-.TH qpkg "1" "Mar 2016" "Gentoo Foundation" "qpkg"
+.\" generated by mkman.py, please do NOT edit!
+.TH qpkg "1" "Apr 2018" "Gentoo Foundation" "qpkg"
 .SH NAME
 qpkg \- manipulate Gentoo binpkgs
 .SH SYNOPSIS
 .B qpkg
 \fI[opts] \fR
 .SH DESCRIPTION
-
+\fIqpkg\fR creates or cleans up Gentoo binary packages.  The default
+action is to create a new binpkg for the given package names and store
+them in pkgdir, which can be set explicitly using the \fB\-\-pkgdir\fR
+option.
 .SH OPTIONS
 .TP
 \fB\-c\fR, \fB\-\-clean\fR
-clean pkgdir of unused binary files
+clean pkgdir of unused binary files.
 .TP
 \fB\-E\fR, \fB\-\-eclean\fR
-clean pkgdir of files not in the tree anymore (slow)
+clean pkgdir of files not in the tree anymore (slow).
 .TP
 \fB\-p\fR, \fB\-\-pretend\fR
-pretend only
+pretend only.
 .TP
 \fB\-P\fR \fI\fR, \fB\-\-pkgdir\fR \fI\fR
-alternate package directory
+alternate package directory.
 .TP
 \fB\-\-root\fR \fI\fR
-Set the ROOT env var
+Set the ROOT env var.
 .TP
 \fB\-v\fR, \fB\-\-verbose\fR
-Make a lot of noise
+Check and report MD5 hash mismatches during install.
 .TP
 \fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings
+Ignored for compatability with other qapplets.
 .TP
 \fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color
+Don't output color.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-Print this help and exit
+Print this help and exit.
 .TP
 \fB\-V\fR, \fB\-\-version\fR
-Print version and exit
+Print version and exit.
 
 .SH "REPORTING BUGS"
 Please report bugs via http://bugs.gentoo.org/
 .br
-Product: Portage Development; Component: Tools
+Product: Portage Development; Component: Tools, Assignee:
+portage-ut...@gentoo.org
 .SH AUTHORS
 .nf
 Ned Ludd 



[gentoo-commits] proj/portage-utils:master commit in: man/, man/include/

2018-04-03 Thread Fabian Groffen
commit: f24b626027dceb5890b134837c6683f4593f6ce0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 12:15:35 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 12:15:35 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f24b6260

qmerge: improve documentation

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

 man/include/qmerge.desc |  6 ++
 man/qmerge.1| 43 +--
 2 files changed, 31 insertions(+), 18 deletions(-)

diff --git a/man/include/qmerge.desc b/man/include/qmerge.desc
new file mode 100644
index 000..08589ec
--- /dev/null
+++ b/man/include/qmerge.desc
@@ -0,0 +1,6 @@
+\fIqmerge\fR retrieves and installs Gentoo binary packages.  Simple
+dependency checking is performed, after which \fIqmerge\fR just unpacks
+the binpkg onto the filesystem and registers the package in the VDB.
+
+Retrieval of packages from a remote binhost is currently performed using
+\fBwget\fR(1).  More specifically, \fIFETCHCOMMAND\fR is ignored.

diff --git a/man/qmerge.1 b/man/qmerge.1
index f3d80db..f66908e 100644
--- a/man/qmerge.1
+++ b/man/qmerge.1
@@ -1,65 +1,72 @@
-.TH qmerge "1" "Mar 2016" "Gentoo Foundation" "qmerge"
+.\" generated by mkman.py, please do NOT edit!
+.TH qmerge "1" "Apr 2018" "Gentoo Foundation" "qmerge"
 .SH NAME
 qmerge \- fetch and merge binary package
 .SH SYNOPSIS
 .B qmerge
 \fI[opts] \fR
 .SH DESCRIPTION
+\fIqmerge\fR retrieves and installs Gentoo binary packages.  Simple
+dependency checking is performed, after which \fIqmerge\fR just unpacks
+the binpkg onto the filesystem and registers the package in the VDB.
 
+Retrieval of packages from a remote binhost is currently performed using
+\fBwget\fR(1).  More specifically, \fIFETCHCOMMAND\fR is ignored.
 .SH OPTIONS
 .TP
 \fB\-f\fR, \fB\-\-fetch\fR
-Fetch package and newest Packages metadata
+Fetch package and newest Packages metadata.
 .TP
 \fB\-F\fR, \fB\-\-force\fR
-Fetch package (skipping Packages)
+Fetch package (skipping Packages).
 .TP
 \fB\-s\fR, \fB\-\-search\fR
-Search available packages
+Search available packages.
 .TP
 \fB\-K\fR, \fB\-\-install\fR
-Install package
+Install package.
 .TP
 \fB\-U\fR, \fB\-\-unmerge\fR
-Uninstall package
+Uninstall package.
 .TP
 \fB\-p\fR, \fB\-\-pretend\fR
-Pretend only
+Pretend only.
 .TP
 \fB\-u\fR, \fB\-\-update\fR
-Update only
+Update only.
 .TP
 \fB\-y\fR, \fB\-\-yes\fR
-Don't prompt before overwriting
+Don't prompt before overwriting.
 .TP
 \fB\-O\fR, \fB\-\-nodeps\fR
-Don't merge dependencies
+Don't merge dependencies.
 .TP
 \fB\-\-debug\fR
-Run shell funcs with `set -x`
+Run shell funcs with `set -x`.
 .TP
 \fB\-\-root\fR \fI\fR
-Set the ROOT env var
+Set the ROOT env var.
 .TP
 \fB\-v\fR, \fB\-\-verbose\fR
-Make a lot of noise
+Make a lot of noise.
 .TP
 \fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings
+Tighter output; suppress warnings.
 .TP
 \fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color
+Don't output color.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-Print this help and exit
+Print this help and exit.
 .TP
 \fB\-V\fR, \fB\-\-version\fR
-Print version and exit
+Print version and exit.
 
 .SH "REPORTING BUGS"
 Please report bugs via http://bugs.gentoo.org/
 .br
-Product: Portage Development; Component: Tools
+Product: Portage Development; Component: Tools, Assignee:
+portage-ut...@gentoo.org
 .SH AUTHORS
 .nf
 Ned Ludd 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xprop/

2018-04-03 Thread Mart Raudsepp
commit: c0be1752de6fc29506f240657842deb986543696
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  3 12:59:06 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  3 12:59:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0be1752

x11-apps/xprop: Fix xproto minimum dep (inconsequential)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-apps/xprop/xprop-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xprop/xprop-1.2.3.ebuild 
b/x11-apps/xprop/xprop-1.2.3.ebuild
index 1e7cac5299b..eaa51ead5c3 100644
--- a/x11-apps/xprop/xprop-1.2.3.ebuild
+++ b/x11-apps/xprop/xprop-1.2.3.ebuild
@@ -11,5 +11,5 @@ IUSE=""
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}
-   >=x11-proto/xproto-7.0.17
+   >=x11-proto/xproto-7.0.25
 "



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

2018-04-03 Thread Tobias Klausmann
commit: d5d2477c0fcf923fcc270273576a428995b2c079
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Apr  3 13:00:30 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Apr  3 13:00:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d2477c

www-apps/grafana-bin: Bump to 5.0.4

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 www-apps/grafana-bin/Manifest   | 2 +-
 .../grafana-bin/{grafana-bin-5.0.3.ebuild => grafana-bin-5.0.4.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/grafana-bin/Manifest b/www-apps/grafana-bin/Manifest
index f0bce45539b..fdb48d2ae04 100644
--- a/www-apps/grafana-bin/Manifest
+++ b/www-apps/grafana-bin/Manifest
@@ -1,2 +1,2 @@
 DIST grafana-bin-4.6.3.tar.gz 47187988 BLAKE2B 
8d09f6569c8cc7b880fe852e0696b5d8b811d91a8aed360dffb40dc033e8ca756f7b37c6f2fd16d9925c33f2b7fcc4d279e31611fdb5aa7e4b24eee88cea0d38
 SHA512 
dad2c26b998910519cc462aa3dc91bd6d7ab6b7fdea9e1aa3c54ed5eb86830e9b8484434a5fd307f7ff490549509df97486249b301ccd84a7bd5b2de11ffe929
-DIST grafana-bin-5.0.3.tar.gz 51600363 BLAKE2B 
725252ecadba25b8513860949339188cf81854cf315dbe6965e7cf3c06c0de806805dc4cfe5e1876b7dcb38a435fb79d2f01535e0a58cd5f088c7a2f4e2887c9
 SHA512 
a47a4b8275f93ae2a784ca28195d332ee3dba4bb889261c9db520fbe48d242654779f2eeffc7c78bf05b7db2e712bd012445e1bab720e3f05b1908f9b5034b6e
+DIST grafana-bin-5.0.4.tar.gz 51600575 BLAKE2B 
13fc3943fc55424674ae173c9c16ae3f1de0d1c331dbee807e69cef9d9743c83d348185edc33af541ae77766849e74a5cb0c742a316677ac9582db40ae051d08
 SHA512 
c0a05e6661af615676f3bee99c7865bda599a47de464d4bb322232224305191879cdb6ac4149a8963b2a7102d6a34349059cdb3b0e069cf830d341889df1c745

diff --git a/www-apps/grafana-bin/grafana-bin-5.0.3.ebuild 
b/www-apps/grafana-bin/grafana-bin-5.0.4.ebuild
similarity index 100%
rename from www-apps/grafana-bin/grafana-bin-5.0.3.ebuild
rename to www-apps/grafana-bin/grafana-bin-5.0.4.ebuild



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

2018-04-03 Thread Akinori Hattori
commit: 97d6e3e6839898829e8cce211b97a7fa77f5d06e
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:23:54 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d6e3e6

www-client/w3m: fix dependency for w3m-img

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

 www-client/w3m/files/w3m-img-fb.patch | 10 ++
 www-client/w3m/metadata.xml   |  1 +
 www-client/w3m/w3m-0.5.3-r9.ebuild| 32 ++--
 3 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/www-client/w3m/files/w3m-img-fb.patch 
b/www-client/w3m/files/w3m-img-fb.patch
new file mode 100644
index 000..677d89d3bcd
--- /dev/null
+++ b/www-client/w3m/files/w3m-img-fb.patch
@@ -0,0 +1,10 @@
+--- a/w3mimg/fb/fb_imlib2.c
 b/w3mimg/fb/fb_imlib2.c
+@@ -3,7 +3,6 @@
+ fb_imlib2.c 0.3 Copyright (C) 2002, hito
+  **/
+ 
+-#include 
+ #include 
+ #include "fb.h"
+ #include "fb_img.h"

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index dd01429b95e..3a35f0fcc04 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -6,6 +6,7 @@
Cjk


+   Enable support for 
x11-libs/gdk-pixbuf
If you prefer Lynx-like key 
binding



diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 811e11b5efd..61d0335e916 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -15,22 +15,20 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib l10n_de l10n_ja libressl lynxkeymap nls nntp ssl 
unicode xface"
+IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
-# We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
-# allow us to build w/o X, so we have to give up framebuffer w3mimg
-RDEPEND=">=dev-libs/boehm-gc-6.2:=
-   >=sys-libs/ncurses-5.2-r3:0=
-   >=sys-libs/zlib-1.1.3-r2
+RDEPEND="dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
X? (
x11-libs/libXdmcp
x11-libs/libXext
)
-   gtk? ( x11-libs/gdk-pixbuf )
-   !gtk? (
-   imlib? ( >=media-libs/imlib2-1.1.0[X] )
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
)
-   gpm? ( >=sys-libs/gpm-1.19.3-r5 )
+   gpm? ( sys-libs/gpm )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -40,7 +38,13 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=( "${FILESDIR}/${PN}-time.patch" )
+REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-img-fb.patch"
+   "${FILESDIR}/${PN}-time.patch"
+)
 
 src_prepare() {
default
@@ -53,14 +57,14 @@ src_configure() {
local myconf=()
local image imagelib
 
-   if use gtk; then
+   if use gdk-pixbuf; then
imagelib="gtk2"
elif use imlib; then
imagelib="imlib2"
fi
if [[ -n "${imagelib}" ]]; then
-   use X  && image="${image}${image:+,}x11"
-   use X && use fbcon && image="${image}${image:+,}fb"
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
fi
# emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
# so we better enable or disable both. Default to enable



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

2018-04-03 Thread Akinori Hattori
commit: 460ed17a4e7caf7368bbef9ca0b6fde8f9544dbc
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:04:45 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460ed17a

www-client/w3m: add l10n_de USE flag

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3m/w3m-0.5.3-r9.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index b308ff9c0ff..a4a9eb180c8 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib l10n_ja libressl lynxkeymap nls nntp ssl unicode 
xface"
+IUSE="X fbcon gpm gtk imlib l10n_de l10n_ja libressl lynxkeymap nls nntp ssl 
unicode xface"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg
@@ -111,6 +111,14 @@ src_install() {
newdoc Bonus/README.eng README.Bonus
docinto html/en
dodoc doc/*.html
+   if use l10n_de; then
+   docinto de
+   dodoc doc-de/README*
+   docinto html/de
+   dodoc doc-de/*.html
+   else
+   rm -rf "${ED}"/usr/share/man/de
+   fi
if use l10n_ja; then
docinto ja
dodoc doc-jp/{HISTORY,README,keymap,menu}*



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

2018-04-03 Thread Akinori Hattori
commit: 68f5765e420800dce4336c637d7043a95f4c2d99
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:28:58 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f5765e

www-client/w3m: new upstream release

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

 www-client/w3m/Manifest   |   1 +
 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 129 ++
 2 files changed, 130 insertions(+)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 6e390148ee0..8f7f3f3e054 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1 +1,2 @@
+DIST w3m-0.5.3+git20180125.tar.gz 2181743 BLAKE2B 
d0766fa215be971ba280e4933ee9521ac4b7806f77ced5be4de58a5e28fa478e29a9102d101174f8d216cb982827b347c0fbcbfc494068d1cb8e443e73df7228
 SHA512 
61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14
 DIST w3m-0.5.3.git20161120.tar.gz 2177917 BLAKE2B 
48e7d9fee00431d65e4ae486d1cf5a376542fb0655215d95455d6f0e3ba63a6dfb243a858e0bb5e745ac75713091b17fa5c5a63c91a3e837c911ef1f576ce497
 SHA512 
81ecf9e5d9067a82efa5464e5f9396327a6333f9e414458a972b2b7bff138bd17c490b5258e34cb1e338c7a6c0dd6105a1bfd1e0d02edfadead79caa39106a5c

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
new file mode 100644
index 000..55fe127f01e
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools prefix vcs-snapshot
+
+MY_P="${P/_p/+git}"
+MY_PV="${PV/_p/+git}"
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m";
+SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
+
+RDEPEND="dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   X? (
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
+   )
+   gpm? ( sys-libs/gpm )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   xface? ( media-libs/compface )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
+
+PATCHES=( "${FILESDIR}/${PN}-img-fb.patch" )
+
+src_prepare() {
+   default
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in
+   hprefixify acinclude.m4
+   eautoconf
+}
+
+src_configure() {
+   local myconf=()
+   local image imagelib
+
+   if use gdk-pixbuf; then
+   imagelib="gtk2"
+   elif use imlib; then
+   imagelib="imlib2"
+   fi
+   if [[ -n "${imagelib}" ]]; then
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
+   fi
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and unicode, see bug #47046.
+   if use l10n_ja; then
+   myconf+=( --enable-japanese=$(usex unicode U E) )
+   else
+   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
+   fi
+   # lynxkeymap IUSE flag. bug #49397
+   myconf+=( --enable-keymap=$(usex lynxkeymap lynx ${PN}) )
+
+   econf \
+   $(use_enable gpm mouse) \
+   $(use_enable nls) \
+   $(use_enable nntp) \
+   $(use_enable ssl digest-auth) \
+   $(use_enable xface) \
+   $(use_with ssl) \
+   --enable-image=${image:-no} \
+   --enable-m17n \
+   --enable-unicode \
+   --with-browser="${EPREFIX}/usr/bin/xdg-open" \
+   --with-editor="${EPREFIX}/usr/bin/vi" \
+   --with-imagelib="${imagelib:-no}" \
+   --with-mailer="${EPREFIX}/bin/mail" \
+   --without-migemo \
+   --with-termlib=yes \
+   "${myconf[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   einstalldocs
+
+   # 
http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/200307.month/3944.html
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}.mailcap mailcap
+
+   i

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

2018-04-03 Thread Akinori Hattori
commit: 75c91c730b02f8f85ca27c1017c241927e34f650
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:18:04 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c91c73

www-client/w3m: update patches

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3m/files/w3m-0.5.3-underlinking.patch | 15 ---
 .../{w3m-0.5.3-fix-missing-time.patch => w3m-time.patch}  |  2 --
 www-client/w3m/w3m-0.5.3-r9.ebuild|  5 +
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/www-client/w3m/files/w3m-0.5.3-underlinking.patch 
b/www-client/w3m/files/w3m-0.5.3-underlinking.patch
deleted file mode 100644
index 1b034b46cb1..000
--- a/www-client/w3m/files/w3m-0.5.3-underlinking.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5
-Author: Martin Pitt 
-Bug: 
https://sourceforge.net/tracker/?func=detail&aid=3126430&group_id=39518&atid=425441
-
 w3m-0.5.3.orig/Makefile.in 2011-01-04 18:22:18.0 +0900
-+++ w3m-0.5.3/Makefile.in  2011-02-06 12:05:40.0 +0900
-@@ -199,7 +199,7 @@
-   $(CC) $(CFLAGS) -DDUMMY -c -o $@ $?
- 
- $(IMGDISPLAY): w3mimgdisplay.o $(ALIB) w3mimg/w3mimg.a
--  $(IMGLINK) $(CFLAGS) -o $(IMGDISPLAY) w3mimgdisplay.o w3mimg/w3mimg.a 
$(LDFLAGS) $(LIBS) $(IMGLDFLAGS)
-+  $(IMGLINK) $(CFLAGS) -o $(IMGDISPLAY) w3mimgdisplay.o w3mimg/w3mimg.a 
$(LDFLAGS) $(LIBS) -lX11 $(IMGLDFLAGS)
- 
- w3mimgdisplay.o: w3mimgdisplay.c w3mimg/w3mimg.h
-   $(CC) $(CFLAGS) $(IMGCFLAGS) -o $@ -c $(srcdir)/w3mimgdisplay.c

diff --git a/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch 
b/www-client/w3m/files/w3m-time.patch
similarity index 80%
rename from www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch
rename to www-client/w3m/files/w3m-time.patch
index 03efd85d653..8489eee3fae 100644
--- a/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch
+++ b/www-client/w3m/files/w3m-time.patch
@@ -1,5 +1,3 @@
-diff --git a/html.h b/html.h
-index c490655..2a9a431 100644
 --- a/html.h
 +++ b/html.h
 @@ -8,6 +8,8 @@

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index a4a9eb180c8..811e11b5efd 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -40,10 +40,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=(
-   "${FILESDIR}/${P}-underlinking.patch"
-   "${FILESDIR}/${P}-fix-missing-time.patch"
-)
+PATCHES=( "${FILESDIR}/${PN}-time.patch" )
 
 src_prepare() {
default



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

2018-04-03 Thread Akinori Hattori
commit: 9e62b0c4688b2fe3fe0858c7348fb083c1678ad9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:00:25 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e62b0c4

www-client/w3m: tidy

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3m/metadata.xml|   2 +-
 www-client/w3m/w3m-0.5.3-r9.ebuild | 115 +++--
 2 files changed, 59 insertions(+), 58 deletions(-)

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index 329c6eb709a..dd01429b95e 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 


diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 9fef12101d5..b308ff9c0ff 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -1,122 +1,123 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools eutils prefix vcs-snapshot
+EAPI="6"
+
+inherit autotools prefix vcs-snapshot
 
 MY_REL="git20161120"
 MY_P="${P}.${MY_REL}"
 
 DESCRIPTION="Text based WWW browser, supports tables and frames"
 HOMEPAGE="https://github.com/tats/w3m";
-SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> 
${MY_P}.tar.gz"
+SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> 
${MY_P}.tar.gz"
 
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
+IUSE="X fbcon gpm gtk imlib l10n_ja libressl lynxkeymap nls nntp ssl unicode 
xface"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg
-RDEPEND=">=sys-libs/ncurses-5.2-r3:0=
+RDEPEND=">=dev-libs/boehm-gc-6.2:=
+   >=sys-libs/ncurses-5.2-r3:0=
>=sys-libs/zlib-1.1.3-r2
-   >=dev-libs/boehm-gc-6.2:=
-   X? ( x11-libs/libXext x11-libs/libXdmcp )
+   X? (
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
gtk? ( x11-libs/gdk-pixbuf )
-   !gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) )
-   xface? ( media-libs/compface )
+   !gtk? (
+   imlib? ( >=media-libs/imlib2-1.1.0[X] )
+   )
gpm? ( >=sys-libs/gpm-1.19.3-r5 )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   )"
+   )
+   xface? ( media-libs/compface )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
"${FILESDIR}/${P}-underlinking.patch"
"${FILESDIR}/${P}-fix-missing-time.patch"
 )
 
-S="${WORKDIR}"/${MY_P}
 src_prepare() {
default
-   ecvs_clean
-   sed -i -e "/^AR=/s:ar:$(tc-getAR):" {.,w3mimg,libwc}/Makefile.in || die
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in
hprefixify acinclude.m4
eautoconf
 }
 
 src_configure() {
-   local myconf imagelibval imageval
+   local myconf=()
+   local image imagelib
 
-   if use gtk ; then
-   imagelibval="gtk2"
-   elif use imlib ; then
-   imagelibval="imlib2"
+   if use gtk; then
+   imagelib="gtk2"
+   elif use imlib; then
+   imagelib="imlib2"
fi
-
-   if [ ! -z "${imagelibval}" ] ; then
-   use X && imageval="${imageval}${imageval:+,}x11"
-   use X && use fbcon && imageval="${imageval}${imageval:+,}fb"
+   if [[ -n "${imagelib}" ]]; then
+   use X  && image="${image}${image:+,}x11"
+   use X && use fbcon && image="${image}${image:+,}fb"
fi
-
# emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
# so we better enable or disable both. Default to enable
# m17n and unicode, see bug #47046.
-   if use l10n_ja ; then
-   if use unicode ; then
-   myconf="${myconf} --enable-japanese=U"
-   else
-   myconf="${myconf} --enable-japanese=E"
-   fi
-   elif use unicode ; then
-   myconf="${myconf} --with-charset=UTF-8"
+   if use l10n_ja; then
+   myconf+=( --enable-japanese=$(usex unicode U E) )
else
-   myconf="${myconf} --with-charset=US-ASCII"
+   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
fi
-
# lynxkeymap IUSE flag. bug #49397
-   if use lynxkeymap ; then
-   myconf="${myconf} --enable-keymap=lynx"
-   else
-   myconf="${myconf} --enable-keymap=w3m"
- 

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

2018-04-03 Thread Akinori Hattori
commit: a7015c5a8e789b127a96149cf261810023d7c2b3
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:35:04 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:35:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7015c5a

www-client/w3mmee: tidy

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild 
b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
index d820c40cf56..68def2049ac 100644
--- a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
+++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
@@ -56,7 +56,7 @@ src_prepare() {
 
 src_configure() {
local myconf=(
-   -locale_dir=$(usex nls "${EPREFIX}/usr/share/locale" '(NONE)' )
+   -locale_dir=$(usex nls "${EPREFIX}/usr/share/locale" '(NONE)')
)
local myuse=(
display_code=E



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

2018-04-03 Thread Nicolas Bock
commit: 3444edbc3659ad58974e96d932efc6a83e5f2883
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Apr  3 13:38:27 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Apr  3 13:39:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3444edbc

mail-client/neomutt: Version bump neomutt-20180323

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

 mail-client/neomutt/Manifest|   1 +
 mail-client/neomutt/neomutt-20180323.ebuild | 140 
 2 files changed, 141 insertions(+)

diff --git a/mail-client/neomutt/Manifest b/mail-client/neomutt/Manifest
index 477a606c217..baa000cbc29 100644
--- a/mail-client/neomutt/Manifest
+++ b/mail-client/neomutt/Manifest
@@ -1,3 +1,4 @@
 DIST neomutt-20171208.tar.gz 2703917 BLAKE2B 
709cdb7b00e887f01bf6b1e805b25938ceca1a25d77c8674150e32ae4ac28aad10479ab54f172e2b07cab98b903973190faa138de1061ebbf4fcbe09d544ecf9
 SHA512 
e4f8a5f01d96d6f82959fe583634585deee28cf146c768e5049281b273c5b76b91ee01c9d9382a26f72a092c14341905129e73bf5c6ba19baae7823bc6680671
 DIST neomutt-20171215.tar.gz 2680191 BLAKE2B 
9826537ed985cf56e4a52e0938967645ca607fcd57f455e1a521a67875bacc397e1706099291fe5a7a350542d0bc07b7835a908c64d84067fb12e39f973af545
 SHA512 
8098f537e8ef7d3f7aa87fc875c0dc079b996285b786fe6fc6bdf18154c1282b03a4e19dd6902a110616443ca2b23008c8c1f5c4a615c53b620b537c50dfb658
 DIST neomutt-20180223.tar.gz 2695087 BLAKE2B 
ebe19022dd23914dd3c529b49fac1b58cb965e8974b8cf2f7fd1f417cb9a3f0fcded951d5506092f90ad03b8fd209392143240b1d48560f9772242652a347817
 SHA512 
6fbbea9e182d087d8fe90094dfcbadaaca2878fa71e024e504999d1a54d853dcd346ea7aa32f421ed9dfdf90c42307f2796518dc43748805c4e36fd5755d4adc
+DIST neomutt-20180323.tar.gz 2650465 BLAKE2B 
59f11208320e514119e60f6c85a876fed2693b9eae3127fc3fa5a35722a80dfd99b0c6b5a5074711d42b35d459e70f4dda3d29e7358e1d95d5d0d350438290d5
 SHA512 
997c697300768809823b8d8588c93003c6cd7fcc6cbe7ce524096033e91c618119f78c697ccd15b4c93751b3156d50e611974e8f8b332efb467c031385e9f819

diff --git a/mail-client/neomutt/neomutt-20180323.ebuild 
b/mail-client/neomutt/neomutt-20180323.ebuild
new file mode 100644
index 000..f90289f77c0
--- /dev/null
+++ b/mail-client/neomutt/neomutt-20180323.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic
+
+if [[ ${PV} =~ $ ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/neomutt/neomutt.git";
+   EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}"
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz";
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="https://www.neomutt.org/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="berkdb crypt doc gdbm gnutls gpg gpgme idn kerberos kyotocabinet
+   libressl lmdb nls notmuch pgp_classic qdbm sasl selinux slang smime
+   smime_classic ssl tokyocabinet"
+
+CDEPEND="
+   app-misc/mime-types
+   berkdb? (
+   || (
+   sys-libs/db:6.2
+   sys-libs/db:5.3
+   sys-libs/db:4.8
+   )
+   =net-libs/gnutls-1.0.17 )
+   gpg? ( >=app-crypt/gpgme-0.9.0 )
+   gpgme? ( >=app-crypt/gpgme-0.9.0 )
+   idn? ( net-dns/libidn )
+   kerberos? ( virtual/krb5 )
+   notmuch? ( net-mail/notmuch )
+   sasl? ( >=dev-libs/cyrus-sasl-2 )
+   !slang? ( sys-libs/ncurses:0 )
+   slang? ( sys-libs/slang )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6:0 )
+   libressl? ( dev-libs/libressl )
+   )
+"
+DEPEND="${CDEPEND}
+   dev-lang/tcl
+   net-mail/mailbase
+   doc? (
+   dev-libs/libxml2
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   || ( www-client/lynx www-client/w3m www-client/elinks )
+   )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-mutt )
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+   local myconf=(
+   "$(use_enable doc)"
+   "$(use_enable nls)"
+   "$(use_enable notmuch)"
+
+   # During the transition of the crypto USE flags we need to 
support
+   # both sets of flags. We do not want to emit a configuration 
setting
+   # twice, since the second flag overrides the first, potentially
+   # leading to unwanted settings. See 
https://bugs.gentoo.org/640824 for
+   # details.
+   "$(if use gpg || use gpgme; then echo "--enable"; else echo 
"--disable"; fi)-gpgme"
+   "$(if use crypt || use pgp_classic; then echo "--enable"; else 
echo "--disable"; fi)-pgp"
+   "$(if use smime || use smime_classic; then echo "--enable"; 
else echo "--disable"; fi)-smime"
+
+   # Database backe

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

2018-04-03 Thread Fabian Groffen
commit: d01affcd8541a539a7e5b329efef1cc49f31569f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 13:25:30 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 13:25:30 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d01affcd

qsize: use make_human_readable_str to format sizes by default

This way, sizes are by default converted to the unit that matches the
quantity of the value.  This behaviour can be overridden by the -b, -k
and -m options for constant values.  Simplifies code, and makes it
easier to grasp for humans.

 qsize.c | 27 ---
 1 file changed, 8 insertions(+), 19 deletions(-)

diff --git a/qsize.c b/qsize.c
index 9cd66cf..c485aa6 100644
--- a/qsize.c
+++ b/qsize.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2014 Gentoo Foundation
+ * Copyright 2005-2018 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  *
  * Copyright 2005-2010 Ned Ludd- 
@@ -120,15 +120,9 @@ qsize_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv)
   num_files, num_nonfiles);
if (num_ignored)
printf("%'zu names-ignored, ", num_ignored);
-   if (state->disp_units)
-   printf("%s %s\n",
-  make_human_readable_str(num_bytes, 1, 
state->disp_units),
-  state->str_disp_units);
-   else
-   printf("%'"PRIu64"%s%"PRIu64" KiB\n",
-  num_bytes / KILOBYTE,
-  decimal_point,
-  ((num_bytes % KILOBYTE) * 1000) / KILOBYTE);
+   printf("%s %s\n",
+  make_human_readable_str(num_bytes, 1, 
state->disp_units),
+  state->disp_units ? state->str_disp_units : "");
}
 
return EXIT_SUCCESS;
@@ -194,15 +188,10 @@ int qsize_main(int argc, char **argv)
   state.num_all_files, state.num_all_nonfiles);
if (state.num_all_ignored)
printf("%'zu names-ignored, ", state.num_all_ignored);
-   if (state.disp_units)
-   printf("%s %s\n",
-  make_human_readable_str(state.num_all_bytes, 1, 
state.disp_units),
-  state.str_disp_units);
-   else
-   printf("%'"PRIu64"%s%"PRIu64" MiB\n",
-  state.num_all_bytes / MEGABYTE,
-  decimal_point,
-  ((state.num_all_bytes % MEGABYTE) * 1000) / 
MEGABYTE);
+   printf("%s %s\n",
+  make_human_readable_str(
+  state.num_all_bytes, 1, state.disp_units),
+  state.disp_units ? state.str_disp_units : "");
}
 
array_for_each(state.atoms, i, atom)



[gentoo-commits] proj/portage-utils:master commit in: man/include/, man/, /

2018-04-03 Thread Fabian Groffen
commit: 81df4a8cfbd2998e43842440bb2d57d620b6ff7d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 13:13:21 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 13:13:21 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=81df4a8c

qsearch: improve documentation

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

 man/include/qsearch.desc |  3 +++
 man/include/qsearch.optdesc.yaml |  2 ++
 man/qsearch.1| 36 
 qsearch.c|  6 +++---
 4 files changed, 28 insertions(+), 19 deletions(-)

diff --git a/man/include/qsearch.desc b/man/include/qsearch.desc
new file mode 100644
index 000..281c5a3
--- /dev/null
+++ b/man/include/qsearch.desc
@@ -0,0 +1,3 @@
+\fIqsearch\fR performs a search over the name and/or description of
+packages.  By default, a search over all package names is performed over
+all ebuilds in the tree.

diff --git a/man/include/qsearch.optdesc.yaml b/man/include/qsearch.optdesc.yaml
new file mode 100644
index 000..9bbaeaa
--- /dev/null
+++ b/man/include/qsearch.optdesc.yaml
@@ -0,0 +1,2 @@
+verbose: Ignored for compatibility with other qapplets.
+quiet: Ignored for compatibility with other qapplets.

diff --git a/man/qsearch.1 b/man/qsearch.1
index 5f888ba..3c6032d 100644
--- a/man/qsearch.1
+++ b/man/qsearch.1
@@ -1,56 +1,60 @@
-.TH qsearch "1" "Mar 2016" "Gentoo Foundation" "qsearch"
+.\" generated by mkman.py, please do NOT edit!
+.TH qsearch "1" "Apr 2018" "Gentoo Foundation" "qsearch"
 .SH NAME
 qsearch \- search pkgname/desc
 .SH SYNOPSIS
 .B qsearch
 \fI[opts] \fR
 .SH DESCRIPTION
-
+\fIqsearch\fR performs a search over the name and/or description of
+packages.  By default, a search over all package names is performed over
+all ebuilds in the tree.
 .SH OPTIONS
 .TP
 \fB\-a\fR, \fB\-\-all\fR
-List the descriptions of every package in the cache
+List the descriptions of every package in the cache.
 .TP
 \fB\-c\fR, \fB\-\-cache\fR
-Use the portage cache (default)
+Use the portage cache.
 .TP
 \fB\-e\fR, \fB\-\-ebuilds\fR
-Use the portage ebuild tree
+Use the portage ebuild tree (default).
 .TP
 \fB\-s\fR, \fB\-\-search\fR
-Regex search package basenames
+Regex search package basenames.
 .TP
 \fB\-S\fR \fI\fR, \fB\-\-desc\fR \fI\fR
-Regex search package descriptions
+Regex search package descriptions.
 .TP
 \fB\-N\fR, \fB\-\-name\-only\fR
-Only show package name
+Only show package name.
 .TP
 \fB\-H\fR, \fB\-\-homepage\fR
-Show homepage info
+Show homepage info.
 .TP
 \fB\-\-root\fR \fI\fR
-Set the ROOT env var
+Set the ROOT env var.
 .TP
 \fB\-v\fR, \fB\-\-verbose\fR
-Make a lot of noise
+Ignored for compatibility with other qapplets.
 .TP
 \fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings
+Ignored for compatibility with other qapplets.
 .TP
 \fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color
+Don't output color.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-Print this help and exit
+Print this help and exit.
 .TP
 \fB\-V\fR, \fB\-\-version\fR
-Print version and exit
+Print version and exit.
 
 .SH "REPORTING BUGS"
 Please report bugs via http://bugs.gentoo.org/
 .br
-Product: Portage Development; Component: Tools
+Product: Portage Development; Component: Tools, Assignee:
+portage-ut...@gentoo.org
 .SH AUTHORS
 .nf
 Ned Ludd 

diff --git a/qsearch.c b/qsearch.c
index a620f95..4fce4de 100644
--- a/qsearch.c
+++ b/qsearch.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2014 Gentoo Foundation
+ * Copyright 2005-2018 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  *
  * Copyright 2005-2010 Ned Ludd- 
@@ -21,8 +21,8 @@ static struct option const qsearch_long_opts[] = {
 };
 static const char * const qsearch_opts_help[] = {
"List the descriptions of every package in the cache",
-   "Use the portage cache (default)",
-   "Use the portage ebuild tree",
+   "Use the portage cache",
+   "Use the portage ebuild tree (default)",
"Regex search package basenames",
"Regex search package descriptions",
"Only show package name",



[gentoo-commits] proj/portage-utils:master commit in: man/include/, man/, /

2018-04-03 Thread Fabian Groffen
commit: ea69f8fc6eb1e1ee71eea57b938eac631dedb4de
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 13:39:15 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 13:39:15 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=ea69f8fc

qsize: improve documentation

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

 man/include/qpkg.optdesc.yaml |  2 +-
 man/qsize.1   | 37 +
 qsize.c   |  6 +++---
 3 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/man/include/qpkg.optdesc.yaml b/man/include/qpkg.optdesc.yaml
index 2da2810..62c0b52 100644
--- a/man/include/qpkg.optdesc.yaml
+++ b/man/include/qpkg.optdesc.yaml
@@ -1,2 +1,2 @@
 verbose: Check and report MD5 hash mismatches during install.
-quiet: Ignored for compatability with other qapplets.
+quiet: Ignored for compatibility with other qapplets.

diff --git a/man/qsize.1 b/man/qsize.1
index aa613f8..a734afd 100644
--- a/man/qsize.1
+++ b/man/qsize.1
@@ -1,56 +1,61 @@
-.TH qsize "1" "Mar 2016" "Gentoo Foundation" "qsize"
+.\" generated by mkman.py, please do NOT edit!
+.TH qsize "1" "Apr 2018" "Gentoo Foundation" "qsize"
 .SH NAME
 qsize \- calculate size usage
 .SH SYNOPSIS
 .B qsize
 \fI[opts] \fR
 .SH DESCRIPTION
-
+\fIqsize\fR calculates the storage size taken by an installed package.
+The reported sizes can be the recorded exact sizes of all files, or the
+storage space they consume given the underlying filesystem.
 .SH OPTIONS
 .TP
 \fB\-f\fR, \fB\-\-filesystem\fR
-Show size used on disk
+Show size used on disk.
 .TP
 \fB\-s\fR, \fB\-\-sum\fR
-Include a summary
+Include a summary.
 .TP
 \fB\-S\fR, \fB\-\-sum\-only\fR
-Show just the summary
+Show just the summary.
 .TP
 \fB\-m\fR, \fB\-\-megabytes\fR
-Display size in megabytes
+Display all sizes in megabytes.
 .TP
 \fB\-k\fR, \fB\-\-kilobytes\fR
-Display size in kilobytes
+Display all sizes in kilobytes.
 .TP
 \fB\-b\fR, \fB\-\-bytes\fR
-Display size in bytes
+Display all sizes in bytes.
 .TP
 \fB\-i\fR \fI\fR, \fB\-\-ignore\fR \fI\fR
-Ignore regexp string
+Filter out entries matching \fI\fR, which is a regular
+expression, before calculating size.
 .TP
 \fB\-\-root\fR \fI\fR
-Set the ROOT env var
+Set the ROOT env var.
 .TP
 \fB\-v\fR, \fB\-\-verbose\fR
-Make a lot of noise
+Ignored for compatibility with other qapplets.
 .TP
 \fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings
+Ignored for compatibility with other qapplets.
 .TP
 \fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color
+Don't output color.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-Print this help and exit
+Print this help and exit.
 .TP
 \fB\-V\fR, \fB\-\-version\fR
-Print version and exit
+Print version and exit.
 
 .SH "REPORTING BUGS"
 Please report bugs via http://bugs.gentoo.org/
 .br
-Product: Portage Development; Component: Tools
+Product: Portage Development; Component: Tools, Assignee:
+portage-ut...@gentoo.org
 .SH AUTHORS
 .nf
 Ned Ludd 

diff --git a/qsize.c b/qsize.c
index c485aa6..78b8f88 100644
--- a/qsize.c
+++ b/qsize.c
@@ -23,9 +23,9 @@ static const char * const qsize_opts_help[] = {
"Show size used on disk",
"Include a summary",
"Show just the summary",
-   "Display size in megabytes",
-   "Display size in kilobytes",
-   "Display size in bytes",
+   "Display all sizes in megabytes",
+   "Display all sizes in kilobytes",
+   "Display all sizes in bytes",
"Ignore regexp string",
COMMON_OPTS_HELP
 };



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

2018-04-03 Thread Manuel Rüger
commit: 6c9f80be35740a0ce88405abdf96e97bc8c1e06a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr  3 13:50:48 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr  3 13:50:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9f80be

app-misc/go-jira: Version bump to 1.0.16

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/go-jira/Manifest  |  1 +
 app-misc/go-jira/go-jira-1.0.16.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-misc/go-jira/Manifest b/app-misc/go-jira/Manifest
index bdd0e8705cd..a3cfab9b04a 100644
--- a/app-misc/go-jira/Manifest
+++ b/app-misc/go-jira/Manifest
@@ -1,2 +1,3 @@
 DIST go-jira-1.0.14.tar.gz 1378174 BLAKE2B 
119c40878eac9c6af2b7f17a914821110f40af3d5cb9b3f3783ba2c5c781314d0c76e5a0573c74e69e298f086d876b97ca7538828cbbf845f42e5874550beb7b
 SHA512 
f9fc43adfb8c09f80307a39d2d169c4e4b537f64fbca5b7d355178125aa315cd6de9147b00b03a80218cb685ce02a0e0156cd902277367122aaa00c395c6f880
 DIST go-jira-1.0.15.tar.gz 1381623 BLAKE2B 
430451fc6f86c72421619433427694f4a7a756c24cbd239c38ddcfb8b35a83215377bb239af43ceff90da1a9122d312190b8185dc5e04032a50491c8f61d9c2f
 SHA512 
e4ceae1577ad8f512a9375775308687e78a50131faa298ba1cddc8397a8a04feca55f132c022d942458e8cab68f28e5610bf4b3334fe2c16f71e924e290ee955
+DIST go-jira-1.0.16.tar.gz 1381917 BLAKE2B 
0f46b97b3146c5e04921827278bdcf67736ff015731dac7a2481e0243b7fac081fe368eed5bc696e9ff8973291502c2087655ca518c5dc2f23e96fa63a288f46
 SHA512 
c5fd28fa33f11a9dca030ee28141e5b09e59cf8777011bc8c02ed4c7604efef1dcd9ac1215351a4d292a4b524998f9b1dcc61df457a05462ca78a8dffa9ad608

diff --git a/app-misc/go-jira/go-jira-1.0.16.ebuild 
b/app-misc/go-jira/go-jira-1.0.16.ebuild
new file mode 100644
index 000..80c476f47f7
--- /dev/null
+++ b/app-misc/go-jira/go-jira-1.0.16.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
+
+inherit golang-build golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="A simple JIRA commandline client in Go"
+HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira";
+SRC_URI="https://github.com/Netflix-Skunkworks/go-jira/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
+   ${EGO_VENDOR_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+src_compile() {
+   pushd src/${EGO_PN} || die
+   GOPATH="${WORKDIR}/${P}" go build -v -o jira  cmd/jira/main.go || die
+   popd || die
+}
+
+src_install() {
+   dobin src/${EGO_PN}/jira
+   dodoc src/${EGO_PN}/{CHANGELOG,README}.md
+}



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

2018-04-03 Thread Manuel Rüger
commit: f92ced40e25aafbc5f590589b76dae36b477a449
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr  3 13:51:57 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr  3 13:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92ced40

app-misc/go-jira: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/go-jira/Manifest  |  1 -
 app-misc/go-jira/go-jira-1.0.14.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-misc/go-jira/Manifest b/app-misc/go-jira/Manifest
index a3cfab9b04a..747db742cd5 100644
--- a/app-misc/go-jira/Manifest
+++ b/app-misc/go-jira/Manifest
@@ -1,3 +1,2 @@
-DIST go-jira-1.0.14.tar.gz 1378174 BLAKE2B 
119c40878eac9c6af2b7f17a914821110f40af3d5cb9b3f3783ba2c5c781314d0c76e5a0573c74e69e298f086d876b97ca7538828cbbf845f42e5874550beb7b
 SHA512 
f9fc43adfb8c09f80307a39d2d169c4e4b537f64fbca5b7d355178125aa315cd6de9147b00b03a80218cb685ce02a0e0156cd902277367122aaa00c395c6f880
 DIST go-jira-1.0.15.tar.gz 1381623 BLAKE2B 
430451fc6f86c72421619433427694f4a7a756c24cbd239c38ddcfb8b35a83215377bb239af43ceff90da1a9122d312190b8185dc5e04032a50491c8f61d9c2f
 SHA512 
e4ceae1577ad8f512a9375775308687e78a50131faa298ba1cddc8397a8a04feca55f132c022d942458e8cab68f28e5610bf4b3334fe2c16f71e924e290ee955
 DIST go-jira-1.0.16.tar.gz 1381917 BLAKE2B 
0f46b97b3146c5e04921827278bdcf67736ff015731dac7a2481e0243b7fac081fe368eed5bc696e9ff8973291502c2087655ca518c5dc2f23e96fa63a288f46
 SHA512 
c5fd28fa33f11a9dca030ee28141e5b09e59cf8777011bc8c02ed4c7604efef1dcd9ac1215351a4d292a4b524998f9b1dcc61df457a05462ca78a8dffa9ad608

diff --git a/app-misc/go-jira/go-jira-1.0.14.ebuild 
b/app-misc/go-jira/go-jira-1.0.14.ebuild
deleted file mode 100644
index 6092975389c..000
--- a/app-misc/go-jira/go-jira-1.0.14.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
-
-inherit golang-build golang-vcs-snapshot
-
-KEYWORDS="amd64"
-
-DESCRIPTION="A simple JIRA commandline client in Go"
-HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira";
-SRC_URI="https://github.com/Netflix-Skunkworks/go-jira/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
-   ${EGO_VENDOR_URI}"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-src_compile() {
-   pushd src/${EGO_PN} || die
-   GOPATH="${WORKDIR}/${P}" go build -v -o jira  cmd/jira/main.go || die
-   popd || die
-}
-
-src_install() {
-   dobin src/${EGO_PN}/jira
-   dodoc src/${EGO_PN}/{CHANGELOG,README}.md
-}



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

2018-04-03 Thread Manuel Rüger
commit: ad45139911d41ca4d6f0e7e464356392d0f95823
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr  3 13:51:37 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr  3 13:51:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad451399

app-misc/go-jira: Stabilize 1.0.15 on amd64

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/go-jira/go-jira-1.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/go-jira/go-jira-1.0.15.ebuild 
b/app-misc/go-jira/go-jira-1.0.15.ebuild
index 80c476f47f7..6092975389c 100644
--- a/app-misc/go-jira/go-jira-1.0.15.ebuild
+++ b/app-misc/go-jira/go-jira-1.0.15.ebuild
@@ -7,7 +7,7 @@ EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
 
 inherit golang-build golang-vcs-snapshot
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DESCRIPTION="A simple JIRA commandline client in Go"
 HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira";



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

2018-04-03 Thread Manuel Rüger
commit: 3f3de2628cf0fa9562b93234c96853dd9483bcc3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr  3 13:53:12 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr  3 13:53:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3de262

dev-python/prometheus_client: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/prometheus_client/Manifest  |  1 -
 .../prometheus_client-0.0.21.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/prometheus_client/Manifest 
b/dev-python/prometheus_client/Manifest
index 33d188f27f1..e7b95219291 100644
--- a/dev-python/prometheus_client/Manifest
+++ b/dev-python/prometheus_client/Manifest
@@ -1,3 +1,2 @@
-DIST prometheus_client-0.0.21.tar.gz 40859 BLAKE2B 
58e7a49e12e4f9c865624de24e51e30d4cee75f2f3afd446aa53d425a9aa9ac20829c043ab29036e4e24ef90e06f5950616745ee8f8d89de20e8b1b01d63579f
 SHA512 
e948ecc9044bd6a59fdc58bb3dd638c89d210a5856a360b4270eff206b2280ef7a68c1e94aea64f5cfb68a218499e61627e34c71363ff222b1a3d27403396a31
 DIST prometheus_client-0.1.1.tar.gz 41513 BLAKE2B 
3816b34a809c8e40da6fab221bf020bd3d4169c6d1e96a4c48631133cff4fc2839bf1ee01df67711ed4d8c4a38b6ad53c612cddbbb9a7fe45a9b3887cce900e2
 SHA512 
ac343f416dc4f9907e4da0de19d2005375102fb552491025d76466dee1fb1be753a8e20380c83276116a1606a32a9373db53e8a2952669d511255438d74ba217
 DIST prometheus_client-0.2.0.tar.gz 41574 BLAKE2B 
c8e0288f37d1d3e6548283105dd6ba1e4cae5a6f1846c776538de1a68a2eebe6387f8212631c07f2c37839204262d0f555f1a5edb624c0d7418753123c296ca4
 SHA512 
7336d8294ef91dfebe91f325a882105cdaf947de212bff651d1c3ebfc139d9045b7f637ea44b18e921a9f2ad9af554aee28587e57b1202b5a30c49b1a765ba4c

diff --git a/dev-python/prometheus_client/prometheus_client-0.0.21.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.0.21.ebuild
deleted file mode 100644
index 545c44e416c..000
--- a/dev-python/prometheus_client/prometheus_client-0.0.21.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.python.org/pypi/prometheus_client";
-SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-
-S=${WORKDIR}/client_python-${PV}
-
-RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] 
dev-python/twisted-web[${PYTHON_USEDEP}] )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   pytest || die
-}



[gentoo-commits] proj/portage-utils:master commit in: man/, man/include/

2018-04-03 Thread Fabian Groffen
commit: 23b810c84c02a29f3b2766cf0fd005c53e668816
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 13:51:42 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 13:51:42 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=23b810c8

qtbz2: improve documentation

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

 man/include/qsize.desc |  3 +++
 man/include/qsize.optdesc.yaml |  5 +
 man/include/qtbz2.desc |  2 ++
 man/include/qtbz2.optdesc.yaml |  2 ++
 man/qtbz2.1| 33 ++---
 5 files changed, 30 insertions(+), 15 deletions(-)

diff --git a/man/include/qsize.desc b/man/include/qsize.desc
new file mode 100644
index 000..e4edce0
--- /dev/null
+++ b/man/include/qsize.desc
@@ -0,0 +1,3 @@
+\fIqsize\fR calculates the storage size taken by an installed package.
+The reported sizes can be the recorded exact sizes of all files, or the
+storage space they consume given the underlying filesystem.

diff --git a/man/include/qsize.optdesc.yaml b/man/include/qsize.optdesc.yaml
new file mode 100644
index 000..8dd58e4
--- /dev/null
+++ b/man/include/qsize.optdesc.yaml
@@ -0,0 +1,5 @@
+ignore: |
+Filter out entries matching \fI\fR, which is a regular
+expression, before calculating size.
+verbose: Ignored for compatibility with other qapplets.
+quiet: Ignored for compatibility with other qapplets.

diff --git a/man/include/qtbz2.desc b/man/include/qtbz2.desc
new file mode 100644
index 000..2ba37db
--- /dev/null
+++ b/man/include/qtbz2.desc
@@ -0,0 +1,2 @@
+\fIqtbz2\fR joins and splits combined xpak+tarbz2 files.  Gentoo binary
+packages are such combined files.

diff --git a/man/include/qtbz2.optdesc.yaml b/man/include/qtbz2.optdesc.yaml
new file mode 100644
index 000..c1ebcd1
--- /dev/null
+++ b/man/include/qtbz2.optdesc.yaml
@@ -0,0 +1,2 @@
+verbose: Print some files and sizes while joining and splitting.
+quiet: Ignored for compatibility with other qapplets.

diff --git a/man/qtbz2.1 b/man/qtbz2.1
index b22c70c..94db0d8 100644
--- a/man/qtbz2.1
+++ b/man/qtbz2.1
@@ -1,53 +1,56 @@
-.TH qtbz2 "1" "Mar 2016" "Gentoo Foundation" "qtbz2"
+.\" generated by mkman.py, please do NOT edit!
+.TH qtbz2 "1" "Apr 2018" "Gentoo Foundation" "qtbz2"
 .SH NAME
 qtbz2 \- manipulate tbz2 packages
 .SH SYNOPSIS
 .B qtbz2
 \fI[opts] \fR
 .SH DESCRIPTION
-
+\fIqtbz2\fR joins and splits combined xpak+tarbz2 files.  Gentoo binary
+packages are such combined files.
 .SH OPTIONS
 .TP
 \fB\-d\fR \fI\fR, \fB\-\-dir\fR \fI\fR
-Change to specified directory
+Change to specified directory.
 .TP
 \fB\-j\fR, \fB\-\-join\fR
-Join:   
+Join:   .
 .TP
 \fB\-s\fR, \fB\-\-split\fR
-Split a tbz2 into a tar.bz2 + xpak
+Split a tbz2 into a tar.bz2 + xpak.
 .TP
 \fB\-t\fR, \fB\-\-tarbz2\fR
-Just split the tar.bz2
+Just split the tar.bz2.
 .TP
 \fB\-x\fR, \fB\-\-xpak\fR
-Just split the xpak
+Just split the xpak.
 .TP
 \fB\-O\fR, \fB\-\-stdout\fR
-Write files to stdout
+Write files to stdout.
 .TP
 \fB\-\-root\fR \fI\fR
-Set the ROOT env var
+Set the ROOT env var.
 .TP
 \fB\-v\fR, \fB\-\-verbose\fR
-Make a lot of noise
+Print some files and sizes while joining and splitting.
 .TP
 \fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings
+Ignored for compatibility with other qapplets.
 .TP
 \fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color
+Don't output color.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-Print this help and exit
+Print this help and exit.
 .TP
 \fB\-V\fR, \fB\-\-version\fR
-Print version and exit
+Print version and exit.
 
 .SH "REPORTING BUGS"
 Please report bugs via http://bugs.gentoo.org/
 .br
-Product: Portage Development; Component: Tools
+Product: Portage Development; Component: Tools, Assignee:
+portage-ut...@gentoo.org
 .SH AUTHORS
 .nf
 Ned Ludd 



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

2018-04-03 Thread Lars Wendler
commit: 44db319b6021c2ce2bed97fb386601a1c2471572
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  3 14:09:31 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  3 14:09:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44db319b

sys-apps/fwupd: Removed old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-apps/fwupd/Manifest   |  1 -
 sys-apps/fwupd/fwupd-1.0.4.ebuild | 97 ---
 2 files changed, 98 deletions(-)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index 250d6a0529b..bc8a5f9c0c5 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,3 +1,2 @@
-DIST fwupd-1.0.4.tar.gz 1555679 BLAKE2B 
75282437169cbb5a0da8d4c296ddd4fe62e32f4bd4d4b6d386b57708869a1dfc591a991c4c17dba5dac80f84e7238181b0beed654da453f72cc8e92f9513d3df
 SHA512 
20f24253c4ee5c90d6d262ebe5c515bea78c6cc3720e78bdcff04c1b02500a79de583886ce0ae6c48d24b9c3d9638c4c5896d57d2efc0b77346317ba53924d2a
 DIST fwupd-1.0.5.tar.gz 1564037 BLAKE2B 
1b97cf35e2531fc11b901f061dc30ac0c6b745f32f0b2f756e428509121ac3269d8d51c273566290cba2b840c890ce1274a268d46c35bd6486a932454c2d2cfa
 SHA512 
dbbd0ae574c493de5d89f58e0050e44fd3cd1353807131d7e821ae02cffd4da594855df0ed35e9ceb72bdfc9c4b670e022d184c24897bf2ed370ce545c578621
 DIST fwupd-1.0.6.tar.gz 1569675 BLAKE2B 
1e6b4acc52696cc08086647ce69d4901e78201817423a53f1a6af5f9c5b7be658a5f343c88aa358788aa9d51859b29d8ea7269ec855841652a37a88ba577e01e
 SHA512 
8daaf5d5cb91260c443448a874f92d948bf878dc44c586dbd4a75323dd834ba3b106fe570e30c7a0aefe4c4a7008b6db1ec2948a948b3fb94906ef1fe3f2e35a

diff --git a/sys-apps/fwupd/fwupd-1.0.4.ebuild 
b/sys-apps/fwupd/fwupd-1.0.4.ebuild
deleted file mode 100644
index c5747fe2cd8..000
--- a/sys-apps/fwupd/fwupd-1.0.4.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
-
-inherit meson python-single-r1 xdg-utils
-
-DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
-HOMEPAGE="https://fwupd.org";
-SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="colorhug dell doc gpg +man systemd test uefi uefi_labels"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   app-crypt/gpgme
-   dev-db/sqlite
-   >=dev-libs/appstream-glib-0.6.13[introspection]
-   >=dev-libs/glib-2.45.8:2
-   dev-libs/libgpg-error
-   dev-libs/libgudev
-   >=dev-libs/libgusb-0.2.9[introspection]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
-   >=net-libs/libsoup-2.51.92:2.4
-   >=sys-auth/polkit-0.103
-   virtual/libelf:0=
-   colorhug? ( >=x11-misc/colord-1.2.12:0= )
-   dell? (
-   sys-libs/efivar
-   >=sys-libs/libsmbios-2.3.3
-   )
-   gpg? (
-   app-crypt/gpgme
-   dev-libs/libgpg-error
-   )
-   systemd? ( >=sys-apps/systemd-231 )
-   !systemd? ( >=sys-auth/consolekit-1.0.0 )
-   uefi? ( >=sys-apps/fwupdate-5 )
-   uefi_labels? (
-   x11-libs/pango
-   x11-libs/cairo
-   media-libs/freetype
-   media-libs/fontconfig
-   media-fonts/dejavu
-   media-fonts/source-han-sans
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   app-arch/gcab
-   app-arch/libarchive
-   virtual/pkgconfig
-   doc? ( dev-util/gtk-doc )
-   man? ( app-text/docbook-sgml-utils )
-   test? ( net-libs/gnutls[tools] )
-"
-
-# tests require some ominous "certtool" which has not been packages for Gentoo 
yet
-RESTRICT="test"
-
-REQUIRED_USE="dell? ( uefi )"
-
-src_prepare() {
-   default
-   sed -i -e "s/'--create'/'--absolute-name', '--create'/" 
data/tests/builder/meson.build || die
-}
-
-src_configure() {
-   xdg_environment_reset
-   local emesonargs=(
-   -Dconsolekit="$(usex systemd false true)"
-   -Dgpg="$(usex gpg true false)"
-   -Dgtkdoc="$(usex doc true false)"
-   -Dman="$(usex man true false)"
-   -Dplugin_colorhug="$(usex colorhug true false)"
-   -Dplugin_dell="$(usex dell true false)"
-   -Dplugin_synaptics="$(usex dell true false)"
-   # requires libtbtfwu which is not packaged yet
-   -Dplugin_thunderbolt=false
-   -Dplugin_uefi="$(usex uefi true false)"
-   -Dplugin_uefi-labels="$(usex uefi_labels true false)"
-   -Dsystemd="$(usex systemd true false)"
-   -Dtests="$(usex test true false)"
-   )
-   meson_src_configure
-}



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

2018-04-03 Thread Lars Wendler
commit: 308368eafaad864400e5dfc8bc0f89ef69f58a56
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  3 14:08:57 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  3 14:09:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308368ea

sys-apps/fwupd: Bump to version 1.0.6

Fixed dependency on net-libs/libsoup[introspection]

Closes: https://bugs.gentoo.org/651994
Closes: https://bugs.gentoo.org/652154
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-apps/fwupd/Manifest   |  1 +
 sys-apps/fwupd/fwupd-1.0.6.ebuild | 98 +++
 sys-apps/fwupd/metadata.xml   |  1 +
 3 files changed, 100 insertions(+)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index 65da7036e86..250d6a0529b 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,2 +1,3 @@
 DIST fwupd-1.0.4.tar.gz 1555679 BLAKE2B 
75282437169cbb5a0da8d4c296ddd4fe62e32f4bd4d4b6d386b57708869a1dfc591a991c4c17dba5dac80f84e7238181b0beed654da453f72cc8e92f9513d3df
 SHA512 
20f24253c4ee5c90d6d262ebe5c515bea78c6cc3720e78bdcff04c1b02500a79de583886ce0ae6c48d24b9c3d9638c4c5896d57d2efc0b77346317ba53924d2a
 DIST fwupd-1.0.5.tar.gz 1564037 BLAKE2B 
1b97cf35e2531fc11b901f061dc30ac0c6b745f32f0b2f756e428509121ac3269d8d51c273566290cba2b840c890ce1274a268d46c35bd6486a932454c2d2cfa
 SHA512 
dbbd0ae574c493de5d89f58e0050e44fd3cd1353807131d7e821ae02cffd4da594855df0ed35e9ceb72bdfc9c4b670e022d184c24897bf2ed370ce545c578621
+DIST fwupd-1.0.6.tar.gz 1569675 BLAKE2B 
1e6b4acc52696cc08086647ce69d4901e78201817423a53f1a6af5f9c5b7be658a5f343c88aa358788aa9d51859b29d8ea7269ec855841652a37a88ba577e01e
 SHA512 
8daaf5d5cb91260c443448a874f92d948bf878dc44c586dbd4a75323dd834ba3b106fe570e30c7a0aefe4c4a7008b6db1ec2948a948b3fb94906ef1fe3f2e35a

diff --git a/sys-apps/fwupd/fwupd-1.0.6.ebuild 
b/sys-apps/fwupd/fwupd-1.0.6.ebuild
new file mode 100644
index 000..bf796201827
--- /dev/null
+++ b/sys-apps/fwupd/fwupd-1.0.6.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
+
+inherit meson python-single-r1 vala xdg-utils
+
+DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
+HOMEPAGE="https://fwupd.org";
+SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="colorhug dell doc gpg +man pkcs7 systemd test uefi uefi_labels"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-arch/libarchive:=
+   dev-db/sqlite
+   >=dev-libs/appstream-glib-0.6.13:=[introspection]
+   >=dev-libs/glib-2.45.8:2
+   dev-libs/libgpg-error
+   dev-libs/libgudev:=
+   >=dev-libs/libgusb-0.2.9[introspection]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   >=net-libs/libsoup-2.51.92:2.4[introspection]
+   >=sys-auth/polkit-0.103
+   virtual/libelf:0=
+   colorhug? ( >=x11-misc/colord-1.2.12:0= )
+   dell? (
+   sys-libs/efivar
+   >=sys-libs/libsmbios-2.3.3
+   )
+   gpg? (
+   app-crypt/gpgme
+   dev-libs/libgpg-error
+   )
+   pkcs7? ( net-libs/gnutls:= )
+   systemd? ( >=sys-apps/systemd-231 )
+   !systemd? ( >=sys-auth/consolekit-1.0.0 )
+   uefi? ( >=sys-apps/fwupdate-5 )
+   uefi_labels? (
+   x11-libs/pango
+   x11-libs/cairo
+   media-libs/freetype
+   media-libs/fontconfig
+   media-fonts/dejavu
+   media-fonts/source-han-sans
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   app-arch/gcab
+   app-arch/libarchive
+   virtual/pkgconfig
+   $(vala_depend)
+   doc? ( dev-util/gtk-doc )
+   man? ( app-text/docbook-sgml-utils )
+   test? ( net-libs/gnutls[tools] )
+"
+
+REQUIRED_USE="dell? ( uefi )"
+
+src_prepare() {
+   default
+   sed -i -e "s/'--create'/'--absolute-name', '--create'/" 
data/tests/builder/meson.build || die
+   vala_src_prepare
+}
+
+src_configure() {
+   xdg_environment_reset
+   local emesonargs=(
+   -Dconsolekit="$(usex systemd false true)"
+   -Dgpg="$(usex gpg true false)"
+   -Dgtkdoc="$(usex doc true false)"
+   -Dman="$(usex man true false)"
+   -Dpkcs7="$(usex pkcs7 true false)"
+   -Dplugin_colorhug="$(usex colorhug true false)"
+   -Dplugin_dell="$(usex dell true false)"
+   -Dplugin_synaptics="$(usex dell true false)"
+   # requires libtbtfwu which is not packaged (yet?)
+   -Dplugin_thunderbolt=false
+   -Dplugin_uefi="$(usex uefi true false)"
+   -Dplugin_uefi-labels="$(usex u

[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/

2018-04-03 Thread Lars Wendler
commit: 3edff1c871f7d019f5b43d03315e483774bf1c22
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  3 14:19:22 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  3 14:19:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edff1c8

games-strategy/freeciv: Removed old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-strategy/freeciv/Manifest |   1 -
 games-strategy/freeciv/freeciv-2.5.9.ebuild | 177 
 2 files changed, 178 deletions(-)

diff --git a/games-strategy/freeciv/Manifest b/games-strategy/freeciv/Manifest
index 98389d908fc..85f6bc2183f 100644
--- a/games-strategy/freeciv/Manifest
+++ b/games-strategy/freeciv/Manifest
@@ -1,4 +1,3 @@
 DIST freeciv-2.5.10.tar.bz2 40920632 BLAKE2B 
1fb6d3d8130088c818ffe95c68a4061732278da8b7e477347cc67e7cc770526a65006844db0d3ecdb462a903fb5589d18666ffe6c9262956bf30fbc0c79742e5
 SHA512 
198ea42af083ebbfc4d79cbcbc9fc2dd548c92581301d77fd9cff0e2addc7b7255090471dc52aceb966320958b3a4c542615d5ec91a114dfc805fe993864a6f5
 DIST freeciv-2.5.11.tar.bz2 40940090 BLAKE2B 
dfc1e714e1a3122335f555c2e57352726bda60dc0d1700b0d8ae937c85cba6beb0b2a6ffa6266b77437934ed85f1740f319c379a10c217161ee147f2339a50d3
 SHA512 
f5eac2fc2b7e09b9fd3b8b45145a5359f8216aef49050c692893d30584000c7db2f2a6e66ac19e67186e2653efaa0aa7656abefe2d2de25d123e9a52ce604456
-DIST freeciv-2.5.9.tar.bz2 41176249 BLAKE2B 
d590318e8f03c726fd36714751ed666574951bf988a37b1ee6527a07dcdf4e637cfa525c2ecdf83d537fefdc4c3fd4a3db2c0e037424825af6d1c38f009293c9
 SHA512 
e8002dc2d0c313ec34d6245f69bf8cc9ed4f98a826d9f564e21cbca379529f6060b8efb3453ec38cb2c7efd222a4aea04033c3ff84b191271ba0af5b770c7677
 DIST freeciv-2.6.0-beta2.tar.bz2 51503051 BLAKE2B 
45bf863a530d726261670cbdcd16daefeecaa72e3f090d98d274baa0cd52f3cd0dd1807d660863c822a2dafd170ad51a6b45d756c43aaf6e95e70c74460ce90b
 SHA512 
e92411f43192dc28bcd492f7e78f455cbc18264c7720dd8d35eb86fcc6da5e3927d79751bd1cd6f88d2904283c0844910415df5d7e36d0b9b76ab5fe3c872976

diff --git a/games-strategy/freeciv/freeciv-2.5.9.ebuild 
b/games-strategy/freeciv/freeciv-2.5.9.ebuild
deleted file mode 100644
index 50f294a240b..000
--- a/games-strategy/freeciv/freeciv-2.5.9.ebuild
+++ /dev/null
@@ -1,177 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic gnome2-utils
-
-DESCRIPTION="multiplayer strategy game (Civilization Clone)"
-HOMEPAGE="http://www.freeciv.org/";
-SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline 
sdl +server +sound sqlite system-lua"
-
-# postgres isn't yet really supported by upstream
-RDEPEND="app-arch/bzip2
-   app-arch/xz-utils
-   net-misc/curl
-   sys-libs/zlib
-   auth? (
-   mysql? ( virtual/mysql )
-   sqlite? ( dev-db/sqlite:3 )
-   !mysql? ( ( !sqlite? ( virtual/mysql ) ) )
-   )
-   readline? ( sys-libs/readline:0= )
-   dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
-   !dedicated? (
-   media-libs/libpng:0
-   gtk? ( x11-libs/gtk+:2 )
-   mapimg? ( media-gfx/imagemagick:= )
-   modpack? ( x11-libs/gtk+:2 )
-   nls? ( virtual/libintl )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   sdl? (
-   media-libs/libsdl[video]
-   media-libs/sdl-gfx
-   media-libs/sdl-image[png]
-   media-libs/sdl-ttf
-   )
-   server? ( aimodules? ( sys-devel/libtool:2 ) )
-   sound? (
-   media-libs/libsdl[sound]
-   media-libs/sdl-mixer[vorbis]
-   )
-   !sdl? ( !gtk? ( x11-libs/gtk+:2 ) )
-   )
-   system-lua? ( >=dev-lang/lua-5.2 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   !dedicated? (
-   x11-proto/xextproto
-   nls? ( sys-devel/gettext )
-   )"
-
-pkg_setup() {
-   if use !dedicated && use !server ; then
-   ewarn "Disabling server USE flag will make it impossible"
-   ewarn "to start local games, but you will still be able to"
-   ewarn "join multiplayer games."
-   fi
-}
-
-src_prepare() {
-   default
-
-   # install the .desktop in /usr/share/applications
-   # install the icons in /usr/share/pixmaps
-   sed -i \
-   -e 's:^.*\(desktopfiledir = \).*:\1/usr/share/applications:' \
-   -e 's:^\(icon[0-9]*dir = \)$(prefix)\(.*\):\1/usr\2:' \
-   -e 's:^\(icon[0-9]*dir = \)$(datadir)\(.*\):\1/usr/share\2:' \
-   client/Makefile.in \
-   server/

[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/

2018-04-03 Thread Lars Wendler
commit: 6dfcb5f136b411c139fd8a39f99d2e6a9430b0ce
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  3 14:18:49 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  3 14:18:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfcb5f1

games-strategy/freeciv: Bump to version 2.5.11

Closes: https://bugs.gentoo.org/652332
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-strategy/freeciv/Manifest  |   1 +
 games-strategy/freeciv/freeciv-2.5.11.ebuild | 177 +++
 2 files changed, 178 insertions(+)

diff --git a/games-strategy/freeciv/Manifest b/games-strategy/freeciv/Manifest
index 1abf5589715..98389d908fc 100644
--- a/games-strategy/freeciv/Manifest
+++ b/games-strategy/freeciv/Manifest
@@ -1,3 +1,4 @@
 DIST freeciv-2.5.10.tar.bz2 40920632 BLAKE2B 
1fb6d3d8130088c818ffe95c68a4061732278da8b7e477347cc67e7cc770526a65006844db0d3ecdb462a903fb5589d18666ffe6c9262956bf30fbc0c79742e5
 SHA512 
198ea42af083ebbfc4d79cbcbc9fc2dd548c92581301d77fd9cff0e2addc7b7255090471dc52aceb966320958b3a4c542615d5ec91a114dfc805fe993864a6f5
+DIST freeciv-2.5.11.tar.bz2 40940090 BLAKE2B 
dfc1e714e1a3122335f555c2e57352726bda60dc0d1700b0d8ae937c85cba6beb0b2a6ffa6266b77437934ed85f1740f319c379a10c217161ee147f2339a50d3
 SHA512 
f5eac2fc2b7e09b9fd3b8b45145a5359f8216aef49050c692893d30584000c7db2f2a6e66ac19e67186e2653efaa0aa7656abefe2d2de25d123e9a52ce604456
 DIST freeciv-2.5.9.tar.bz2 41176249 BLAKE2B 
d590318e8f03c726fd36714751ed666574951bf988a37b1ee6527a07dcdf4e637cfa525c2ecdf83d537fefdc4c3fd4a3db2c0e037424825af6d1c38f009293c9
 SHA512 
e8002dc2d0c313ec34d6245f69bf8cc9ed4f98a826d9f564e21cbca379529f6060b8efb3453ec38cb2c7efd222a4aea04033c3ff84b191271ba0af5b770c7677
 DIST freeciv-2.6.0-beta2.tar.bz2 51503051 BLAKE2B 
45bf863a530d726261670cbdcd16daefeecaa72e3f090d98d274baa0cd52f3cd0dd1807d660863c822a2dafd170ad51a6b45d756c43aaf6e95e70c74460ce90b
 SHA512 
e92411f43192dc28bcd492f7e78f455cbc18264c7720dd8d35eb86fcc6da5e3927d79751bd1cd6f88d2904283c0844910415df5d7e36d0b9b76ab5fe3c872976

diff --git a/games-strategy/freeciv/freeciv-2.5.11.ebuild 
b/games-strategy/freeciv/freeciv-2.5.11.ebuild
new file mode 100644
index 000..b235bb640ff
--- /dev/null
+++ b/games-strategy/freeciv/freeciv-2.5.11.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils flag-o-matic gnome2-utils
+
+DESCRIPTION="multiplayer strategy game (Civilization Clone)"
+HOMEPAGE="http://www.freeciv.org/";
+SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline 
sdl +server +sound sqlite system-lua"
+
+# postgres isn't yet really supported by upstream
+RDEPEND="app-arch/bzip2
+   app-arch/xz-utils
+   net-misc/curl
+   sys-libs/zlib
+   auth? (
+   mysql? ( virtual/mysql )
+   sqlite? ( dev-db/sqlite:3 )
+   !mysql? ( ( !sqlite? ( virtual/mysql ) ) )
+   )
+   readline? ( sys-libs/readline:0= )
+   dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
+   !dedicated? (
+   media-libs/libpng:0
+   gtk? ( x11-libs/gtk+:2 )
+   mapimg? ( media-gfx/imagemagick:= )
+   modpack? ( x11-libs/gtk+:2 )
+   nls? ( virtual/libintl )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   sdl? (
+   media-libs/libsdl[video]
+   media-libs/sdl-gfx
+   media-libs/sdl-image[png]
+   media-libs/sdl-ttf
+   )
+   server? ( aimodules? ( sys-devel/libtool:2 ) )
+   sound? (
+   media-libs/libsdl[sound]
+   media-libs/sdl-mixer[vorbis]
+   )
+   !sdl? ( !gtk? ( x11-libs/gtk+:2 ) )
+   )
+   system-lua? ( >=dev-lang/lua-5.2 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   !dedicated? (
+   x11-proto/xextproto
+   nls? ( sys-devel/gettext )
+   )"
+
+pkg_setup() {
+   if use !dedicated && use !server ; then
+   ewarn "Disabling server USE flag will make it impossible"
+   ewarn "to start local games, but you will still be able to"
+   ewarn "join multiplayer games."
+   fi
+}
+
+src_prepare() {
+   default
+
+   # install the .desktop in /usr/share/applications
+   # install the icons in /usr/share/pixmaps
+   sed -i \
+   -e 's:^.*\(desktopfiledir = \).*:\1/usr/share/applications:' \
+   -e 's:^\(icon[0-9]*dir = \)$(prefix)\(.*\):\1/usr\2:' \
+   -e 's:^\(icon[0-9]*dir = \)$(datadir)\(.*\):\1/usr/share\2:' \
+ 

[gentoo-commits] repo/gentoo:master commit in: mail-filter/amavisd-milter/, mail-filter/amavisd-milter/files/

2018-04-03 Thread Marc Schiffbauer
commit: 098b15f499ccd6a622802005c8d37a7a600f2f23
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Apr  3 14:31:15 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Apr  3 14:31:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098b15f4

mail-filter/amavisd-milter: fix amavisd dep in init script

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../amavisd-milter/amavisd-milter-1.6.0-r1.ebuild  |  4 +--
 .../amavisd-milter/amavisd-milter-1.6.0.ebuild |  4 +--
 .../amavisd-milter/files/amavisd-milter.initd-r1   | 29 ++
 3 files changed, 33 insertions(+), 4 deletions(-)

diff --git a/mail-filter/amavisd-milter/amavisd-milter-1.6.0-r1.ebuild 
b/mail-filter/amavisd-milter/amavisd-milter-1.6.0-r1.ebuild
index 157ccb62930..74a12efd464 100644
--- a/mail-filter/amavisd-milter/amavisd-milter-1.6.0-r1.ebuild
+++ b/mail-filter/amavisd-milter/amavisd-milter-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -28,6 +28,6 @@ src_install() {
 
dodoc AUTHORS CHANGES INSTALL README TODO
 
-   newinitd "${FILESDIR}/amavisd-milter.initd" amavisd-milter
+   newinitd "${FILESDIR}/amavisd-milter.initd-r1" amavisd-milter
newconfd "${FILESDIR}/amavisd-milter.confd" amavisd-milter
 }

diff --git a/mail-filter/amavisd-milter/amavisd-milter-1.6.0.ebuild 
b/mail-filter/amavisd-milter/amavisd-milter-1.6.0.ebuild
index d0ad1d5fa9f..2ea91b4704b 100644
--- a/mail-filter/amavisd-milter/amavisd-milter-1.6.0.ebuild
+++ b/mail-filter/amavisd-milter/amavisd-milter-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -27,6 +27,6 @@ src_install() {
 
dodoc AUTHORS CHANGES INSTALL README TODO
 
-   newinitd "${FILESDIR}/amavisd-milter.initd" amavisd-milter
+   newinitd "${FILESDIR}/amavisd-milter.initd-r1" amavisd-milter
newconfd "${FILESDIR}/amavisd-milter.confd" amavisd-milter
 }

diff --git a/mail-filter/amavisd-milter/files/amavisd-milter.initd-r1 
b/mail-filter/amavisd-milter/files/amavisd-milter.initd-r1
new file mode 100644
index 000..61ae169e9bb
--- /dev/null
+++ b/mail-filter/amavisd-milter/files/amavisd-milter.initd-r1
@@ -0,0 +1,29 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+NAME="amavisd-milter"
+DAEMON="/usr/sbin/${NAME}"
+
+depend() {
+use logger dns amavisd sendmail
+}
+
+start() {
+ebegin "Starting ${NAME}"
+start-stop-daemon --start --quiet --exec "${DAEMON}" -p "${PIDFILE}" 
--user amavis -- ${DOPTIONS}
+eend $? "Failed to start ${NAME}"
+}
+
+stop() {
+ebegin "Stopping ${NAME}"
+start-stop-daemon --stop --name "${NAME}"
+eend $? "Failed to stop ${NAME}"
+}
+
+restart() {
+svc_stop
+# needed to avoid potential mi_stop errors
+sleep 4
+svc_start
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/wacomtablet/

2018-04-03 Thread Andreas Sturmlechner
commit: 337cf4eb4007d4c3e6c5488f5d61aa19ff79af99
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 14:32:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 15:17:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337cf4eb

kde-misc/wacomtablet: 3.0.0 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-misc/wacomtablet/Manifest |  1 +
 kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/kde-misc/wacomtablet/Manifest b/kde-misc/wacomtablet/Manifest
index 239f0878439..5024e1267b4 100644
--- a/kde-misc/wacomtablet/Manifest
+++ b/kde-misc/wacomtablet/Manifest
@@ -1 +1,2 @@
 DIST wacomtablet-2.9.82.tar.xz 708508 BLAKE2B 
f9f10354f5db42e9acc43b05d00c168bd6f5200ea7d7f7fb4c7f0f3042ab2327d78145f6388e1c607528e14c6e6bd6a33929f952943dba330e02d761634ca37c
 SHA512 
ba1b8d15ed4ce52c14ca0ac494cfb9200b9c891c6ac19ee5a306496e1c04f6abc8b83290bc31199a634ed8b4b4469dc185a967be183f1ed6b53956bc19038904
+DIST wacomtablet-3.0.0.tar.xz 707852 BLAKE2B 
76dd473a1dbb2b47395b5321df2dd307065d8dc7399748f70f69ea6b3d2dffe8a981ab8e24ee77d72579e00e86769b9d68822d551855432a2c0dc471cf81be6c
 SHA512 
c953ea010fe672706506d15c594d1437e1f42c59abcdd0b5bed32b4cdccafbb612584057a641c66029261088a4b968976a7bcdd03952daa9f05a955ee83c721d

diff --git a/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild 
b/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild
new file mode 100644
index 000..859c6790e54
--- /dev/null
+++ b/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KControl module for Wacom tablets"
+HOMEPAGE="https://www.linux-apps.com/content/show.php?action=content&content=114856";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   >=x11-drivers/xf86-input-wacom-0.20.0
+   x11-libs/libXi
+   x11-libs/libxcb
+"
+DEPEND="${CDEPEND}
+   sys-devel/gettext
+   x11-libs/libX11
+   x11-proto/xproto
+"
+RDEPEND="${CDEPEND}
+   !kde-misc/wacomtablet:4
+"



[gentoo-commits] repo/gentoo:master commit in: app-office/kraft/

2018-04-03 Thread Andreas Sturmlechner
commit: 05d4b327f7c2ba7a83101a2ba85803a4fb18b09e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 15:17:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 15:17:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d4b327

app-office/kraft: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-office/kraft/Manifest |  1 -
 app-office/kraft/kraft-0.80_beta11.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index 804a135af33..5e301d9d378 100644
--- a/app-office/kraft/Manifest
+++ b/app-office/kraft/Manifest
@@ -1,2 +1 @@
 DIST kraft-0.80.tar.gz 673818 BLAKE2B 
80d9608c458b793e7f1fe2f568243c72512ff9bd7a4e3b4ba8232d7b47b890e60b6e93cd0fcf2204027abc942198f6f2f5d10248e77b2f4729d3345631883dbc
 SHA512 
a8a1496db434f899e293c765a9733bfb2d5ec6d461da3a3d805f52befa4e71526a3b5f21a7edf214d4946b8d409133dac77050452db97fb46256377960649fe9
-DIST kraft-0.80_beta11.tar.gz 674372 BLAKE2B 
f9b59640bc5c875c7cd2cc56dd02d6f66b4932533f7548dce66c305fca111653ce3ae6f7128107e926c9a2d14c79f5c105f0986c72130a4eb099af0b0fd4b25a
 SHA512 
bdb521d9213df5f191824cfff00b91b755eb67a0ce596b2ce10bc16ef134b6d10887fde355169f88aa1b11303e23af06e6c938d76e09519d676bbd49131a99f0

diff --git a/app-office/kraft/kraft-0.80_beta11.ebuild 
b/app-office/kraft/kraft-0.80_beta11.ebuild
deleted file mode 100644
index 2c55249930b..000
--- a/app-office/kraft/kraft-0.80_beta11.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Software to manage quotes and invoices in small enterprises"
-HOMEPAGE="http://www.volle-kraft-voraus.de/";
-SRC_URI="https://github.com/dragotin/${PN}/archive/${PV/_/}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="pim"
-
-DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep kcontacts)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   dev-cpp/ctemplate
-   pim? (
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep akonadi-contacts)
-   )
-"
-RDEPEND="${DEPEND}
-   !app-office/kraft:4
-"
-
-DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
-
-S="${WORKDIR}/${PN}-${PV/_/}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package pim KF5Akonadi)
-   $(cmake-utils_use_find_package pim KF5AkonadiContact)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/

2018-04-03 Thread Andreas Sturmlechner
commit: d54e587308b0180bb1c9b9b8caee7d2421d1416f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 14:34:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 15:17:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54e5873

kde-misc/kmarkdownwebview: Drop 0.4.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-misc/kmarkdownwebview/Manifest |  1 -
 .../kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/kde-misc/kmarkdownwebview/Manifest 
b/kde-misc/kmarkdownwebview/Manifest
index 8768793868a..95f3bfe34b5 100644
--- a/kde-misc/kmarkdownwebview/Manifest
+++ b/kde-misc/kmarkdownwebview/Manifest
@@ -1,3 +1,2 @@
-DIST kmarkdownwebview-0.4.0.tar.xz 57728 BLAKE2B 
7149f13987d1e204071ad6a030a40371065c016b94a56e7d4688b7d806ea1eee6cd543498d38ae540fc48fadd7fcbdd55842546a5f9ad337599d5edfec728a34
 SHA512 
3ea108441e6f35d04156b567b0aed25ce6a6f96311b69e6a6f3cfc71a4eb9b9613d36a127da19fc71dfe5118f14064f725a994dd667560699b33830482c2d380
 DIST kmarkdownwebview-0.5.1.tar.xz 58876 BLAKE2B 
d5bcf612844050f0877dbfea9140379315c63ee882327b40196bbf2d4071c0cdc4c14d911c94e6e01ae7928268e8909efc792f99f0fc51b49943d282e9c84b59
 SHA512 
4ce47765265f15e623aeb2f9a76dba284510dadd5fc31d238387fc0c2104c8ac8613b25eee982f3dba1672128557e5b54fae7aa7c3b16583eb1a94264a10f5d7
 DIST kmarkdownwebview-0.5.2.tar.xz 60468 BLAKE2B 
f484d7c9efe370fb56243ce1ffaf04b37f3f45c9a5922045efcf1c6441278256335c98022fee1f78afa4877f5563be764dcbfd2e19f13cf9bbc205384147cc6c
 SHA512 
0e0ff8880ea372c2ee406ebd54a7fd8e19e68bbed7a03096ff39e773d80728220ccc90a5791728d467fe10d8174c5bda46f25577c081cede2690648fe9964b9c

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild
deleted file mode 100644
index 48060d54cb7..000
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KPart for rendering Markdown content"
-HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="!webkit? ( BSD ) LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="webkit"
-
-DEPEND="
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   webkit? ( $(add_qt_dep qtwebkit) )
-   !webkit? (
-   $(add_qt_dep qtwebchannel)
-   $(add_qt_dep qtwebengine 'widgets')
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QTWEBKIT=$(usex webkit)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kraft/files/, app-office/kraft/

2018-04-03 Thread Andreas Sturmlechner
commit: 0807a4346d31bdf070e6140bb9e580401ac387c6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 14:58:34 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 15:17:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0807a434

app-office/kraft: 0.80 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-office/kraft/Manifest   |  1 +
 app-office/kraft/files/kraft-0.80-qt-5.11.patch | 63 +
 app-office/kraft/kraft-0.80.ebuild  | 51 
 3 files changed, 115 insertions(+)

diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index d510cc3feb6..804a135af33 100644
--- a/app-office/kraft/Manifest
+++ b/app-office/kraft/Manifest
@@ -1 +1,2 @@
+DIST kraft-0.80.tar.gz 673818 BLAKE2B 
80d9608c458b793e7f1fe2f568243c72512ff9bd7a4e3b4ba8232d7b47b890e60b6e93cd0fcf2204027abc942198f6f2f5d10248e77b2f4729d3345631883dbc
 SHA512 
a8a1496db434f899e293c765a9733bfb2d5ec6d461da3a3d805f52befa4e71526a3b5f21a7edf214d4946b8d409133dac77050452db97fb46256377960649fe9
 DIST kraft-0.80_beta11.tar.gz 674372 BLAKE2B 
f9b59640bc5c875c7cd2cc56dd02d6f66b4932533f7548dce66c305fca111653ce3ae6f7128107e926c9a2d14c79f5c105f0986c72130a4eb099af0b0fd4b25a
 SHA512 
bdb521d9213df5f191824cfff00b91b755eb67a0ce596b2ce10bc16ef134b6d10887fde355169f88aa1b11303e23af06e6c938d76e09519d676bbd49131a99f0

diff --git a/app-office/kraft/files/kraft-0.80-qt-5.11.patch 
b/app-office/kraft/files/kraft-0.80-qt-5.11.patch
new file mode 100644
index 000..33a6a769bd5
--- /dev/null
+++ b/app-office/kraft/files/kraft-0.80-qt-5.11.patch
@@ -0,0 +1,63 @@
+From 29cd92c31705fbe63dfb324b5beb3758967dc900 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Tue, 3 Apr 2018 17:05:06 +0200
+Subject: [PATCH] Fix build with Qt 5.11
+
+---
+ src/flostempldialog.cpp | 1 +
+ src/importitemdialog.cpp| 1 +
+ src/materialkatalogview.cpp | 1 +
+ src/setupassistant.cpp  | 1 +
+ 4 files changed, 4 insertions(+)
+
+diff --git a/src/flostempldialog.cpp b/src/flostempldialog.cpp
+index 420b10e..e705ec7 100644
+--- a/src/flostempldialog.cpp
 b/src/flostempldialog.cpp
+@@ -16,6 +16,7 @@
+  ***/
+ 
+ // include files for Qt
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/importitemdialog.cpp b/src/importitemdialog.cpp
+index a02c7d4..70d524e 100644
+--- a/src/importitemdialog.cpp
 b/src/importitemdialog.cpp
+@@ -19,6 +19,7 @@
+ 
+ // include files for Qt
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/materialkatalogview.cpp b/src/materialkatalogview.cpp
+index 76c0b2b..fd0f277 100644
+--- a/src/materialkatalogview.cpp
 b/src/materialkatalogview.cpp
+@@ -15,6 +15,7 @@
+  * *
+  ***/
+ 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/setupassistant.cpp b/src/setupassistant.cpp
+index 1ea1d5b..4dd0ef3 100644
+--- a/src/setupassistant.cpp
 b/src/setupassistant.cpp
+@@ -17,6 +17,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+-- 
+2.17.0
+

diff --git a/app-office/kraft/kraft-0.80.ebuild 
b/app-office/kraft/kraft-0.80.ebuild
new file mode 100644
index 000..ea0cd15a44f
--- /dev/null
+++ b/app-office/kraft/kraft-0.80.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Software to manage quotes and invoices in small enterprises"
+HOMEPAGE="http://www.volle-kraft-voraus.de/";
+SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="pim"
+
+DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep kcontacts)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-cpp/ctemplate
+   pim? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep akonadi-contacts)
+   )
+"
+RDEPEND="${DEPEND}
+   !app-office/kraft:4
+"
+
+DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
+S="${WORKDIR}/${PN}-${PV/_/}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package pim KF5Akonadi)
+   $(cmake-utils_use_find_package pim KF5AkonadiContact)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/

2018-04-03 Thread Andreas Sturmlechner
commit: 329816711e220e18a1bd92391a78191173152e9b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 14:34:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 15:17:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32981671

kde-misc/kmarkdownwebview: 0.5.2 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-misc/kmarkdownwebview/Manifest |  1 +
 .../kmarkdownwebview/kmarkdownwebview-0.5.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/kde-misc/kmarkdownwebview/Manifest 
b/kde-misc/kmarkdownwebview/Manifest
index f8b0dc03239..8768793868a 100644
--- a/kde-misc/kmarkdownwebview/Manifest
+++ b/kde-misc/kmarkdownwebview/Manifest
@@ -1,2 +1,3 @@
 DIST kmarkdownwebview-0.4.0.tar.xz 57728 BLAKE2B 
7149f13987d1e204071ad6a030a40371065c016b94a56e7d4688b7d806ea1eee6cd543498d38ae540fc48fadd7fcbdd55842546a5f9ad337599d5edfec728a34
 SHA512 
3ea108441e6f35d04156b567b0aed25ce6a6f96311b69e6a6f3cfc71a4eb9b9613d36a127da19fc71dfe5118f14064f725a994dd667560699b33830482c2d380
 DIST kmarkdownwebview-0.5.1.tar.xz 58876 BLAKE2B 
d5bcf612844050f0877dbfea9140379315c63ee882327b40196bbf2d4071c0cdc4c14d911c94e6e01ae7928268e8909efc792f99f0fc51b49943d282e9c84b59
 SHA512 
4ce47765265f15e623aeb2f9a76dba284510dadd5fc31d238387fc0c2104c8ac8613b25eee982f3dba1672128557e5b54fae7aa7c3b16583eb1a94264a10f5d7
+DIST kmarkdownwebview-0.5.2.tar.xz 60468 BLAKE2B 
f484d7c9efe370fb56243ce1ffaf04b37f3f45c9a5922045efcf1c6441278256335c98022fee1f78afa4877f5563be764dcbfd2e19f13cf9bbc205384147cc6c
 SHA512 
0e0ff8880ea372c2ee406ebd54a7fd8e19e68bbed7a03096ff39e773d80728220ccc90a5791728d467fe10d8174c5bda46f25577c081cede2690648fe9964b9c

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.2.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.2.ebuild
new file mode 100644
index 000..4a3e6df449f
--- /dev/null
+++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="KPart for rendering Markdown content"
+HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="!webkit? ( BSD ) LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE="webkit"
+
+DEPEND="
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   webkit? ( $(add_qt_dep qtwebkit) )
+   !webkit? (
+   $(add_qt_dep qtwebchannel)
+   $(add_qt_dep qtwebengine 'widgets')
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QTWEBKIT=$(usex webkit)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/

2018-04-03 Thread Andreas Sturmlechner
commit: 05dc9e22b9deebf8ce6d1391022727400ac1758b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 14:35:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 15:17:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05dc9e22

kde-misc/kmarkdownwebview: Drop 0.5.1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-misc/kmarkdownwebview/Manifest |  1 -
 .../kmarkdownwebview/kmarkdownwebview-0.5.1.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/kde-misc/kmarkdownwebview/Manifest 
b/kde-misc/kmarkdownwebview/Manifest
index 95f3bfe34b5..1c1c124fbe1 100644
--- a/kde-misc/kmarkdownwebview/Manifest
+++ b/kde-misc/kmarkdownwebview/Manifest
@@ -1,2 +1 @@
-DIST kmarkdownwebview-0.5.1.tar.xz 58876 BLAKE2B 
d5bcf612844050f0877dbfea9140379315c63ee882327b40196bbf2d4071c0cdc4c14d911c94e6e01ae7928268e8909efc792f99f0fc51b49943d282e9c84b59
 SHA512 
4ce47765265f15e623aeb2f9a76dba284510dadd5fc31d238387fc0c2104c8ac8613b25eee982f3dba1672128557e5b54fae7aa7c3b16583eb1a94264a10f5d7
 DIST kmarkdownwebview-0.5.2.tar.xz 60468 BLAKE2B 
f484d7c9efe370fb56243ce1ffaf04b37f3f45c9a5922045efcf1c6441278256335c98022fee1f78afa4877f5563be764dcbfd2e19f13cf9bbc205384147cc6c
 SHA512 
0e0ff8880ea372c2ee406ebd54a7fd8e19e68bbed7a03096ff39e773d80728220ccc90a5791728d467fe10d8174c5bda46f25577c081cede2690648fe9964b9c

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.1.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.1.ebuild
deleted file mode 100644
index 4a3e6df449f..000
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KPart for rendering Markdown content"
-HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="!webkit? ( BSD ) LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="webkit"
-
-DEPEND="
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   webkit? ( $(add_qt_dep qtwebkit) )
-   !webkit? (
-   $(add_qt_dep qtwebchannel)
-   $(add_qt_dep qtwebengine 'widgets')
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QTWEBKIT=$(usex webkit)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] proj/portage-utils:master commit in: man/include/, /, man/

2018-04-03 Thread Fabian Groffen
commit: 454020200171d3d921b0f7e2229d4e527e1e6b2a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  3 15:19:43 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  3 15:19:43 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=45402020

quse: improve documentation

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

 man/include/quse.desc |  2 ++
 man/include/quse.optdesc.yaml | 11 +++
 man/quse.1| 40 
 quse.c|  4 ++--
 4 files changed, 39 insertions(+), 18 deletions(-)

diff --git a/man/include/quse.desc b/man/include/quse.desc
new file mode 100644
index 000..7492774
--- /dev/null
+++ b/man/include/quse.desc
@@ -0,0 +1,2 @@
+\fIquse\fR searches in ebuilds for a match in IUSE, KEYWORDS or LICENSE.
+It can also search for USE-flags and show their descriptions.

diff --git a/man/include/quse.optdesc.yaml b/man/include/quse.optdesc.yaml
new file mode 100644
index 000..2a3675d
--- /dev/null
+++ b/man/include/quse.optdesc.yaml
@@ -0,0 +1,11 @@
+exact: Search for exact string, e.g.\ do not use regular expression matching.
+format: |
+Advanced option to manually override the variable searched for in
+ebuilds.  By default, the search is \fIIUSE=\fR, the \fB\-K\fR and
+\fB\-L\fR override that to \fIKEYWORDS=\fR and \fILICENSE=\fR
+respectively.  This option, sets the search to any variable.  Note
+that the equals sign is part of the search, and needs to be set.
+verbose: |
+Show problems encountered during parsing.  These are mostly
+diagnostic and indicate possible incorrectness in the results.
+quiet: Ignored for compatibility with other qapplets.

diff --git a/man/quse.1 b/man/quse.1
index e1e6db9..9b632b7 100644
--- a/man/quse.1
+++ b/man/quse.1
@@ -1,56 +1,64 @@
-.TH quse "1" "Mar 2016" "Gentoo Foundation" "quse"
+.\" generated by mkman.py, please do NOT edit!
+.TH quse "1" "Apr 2018" "Gentoo Foundation" "quse"
 .SH NAME
 quse \- find pkgs using useflags
 .SH SYNOPSIS
 .B quse
 \fI[opts] \fR
 .SH DESCRIPTION
-
+\fIquse\fR searches in ebuilds for a match in IUSE, KEYWORDS or LICENSE.
+It can also search for USE-flags and show their descriptions.
 .SH OPTIONS
 .TP
 \fB\-e\fR, \fB\-\-exact\fR
-Show exact non regexp matching using strcmp
+Search for exact string, e.g.\ do not use regular expression matching.
 .TP
 \fB\-a\fR, \fB\-\-all\fR
-Show annoying things in IUSE
+List all ebuilds, don't match anything.
 .TP
 \fB\-K\fR, \fB\-\-keywords\fR
-Use the KEYWORDS vs IUSE
+Use the KEYWORDS vs IUSE.
 .TP
 \fB\-L\fR, \fB\-\-license\fR
-Use the LICENSE vs IUSE
+Use the LICENSE vs IUSE.
 .TP
 \fB\-D\fR, \fB\-\-describe\fR
-Describe the USE flag
+Describe the USE flag.
 .TP
 \fB\-F\fR \fI\fR, \fB\-\-format\fR \fI\fR
-Use your own variable formats. -F NAME=
+Advanced option to manually override the variable searched for in
+ebuilds.  By default, the search is \fIIUSE=\fR, the \fB\-K\fR and
+\fB\-L\fR override that to \fIKEYWORDS=\fR and \fILICENSE=\fR
+respectively.  This option, sets the search to any variable.  Note
+that the equals sign is part of the search, and needs to be set.
 .TP
 \fB\-N\fR, \fB\-\-name\-only\fR
-Only show package name
+Only show package name.
 .TP
 \fB\-\-root\fR \fI\fR
-Set the ROOT env var
+Set the ROOT env var.
 .TP
 \fB\-v\fR, \fB\-\-verbose\fR
-Make a lot of noise
+Show problems encountered during parsing.  These are mostly
+diagnostic and indicate possible incorrectness in the results.
 .TP
 \fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings
+Ignored for compatibility with other qapplets.
 .TP
 \fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color
+Don't output color.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-Print this help and exit
+Print this help and exit.
 .TP
 \fB\-V\fR, \fB\-\-version\fR
-Print version and exit
+Print version and exit.
 
 .SH "REPORTING BUGS"
 Please report bugs via http://bugs.gentoo.org/
 .br
-Product: Portage Development; Component: Tools
+Product: Portage Development; Component: Tools, Assignee:
+portage-ut...@gentoo.org
 .SH AUTHORS
 .nf
 Ned Ludd 

diff --git a/quse.c b/quse.c
index ea8a326..05ba2f4 100644
--- a/quse.c
+++ b/quse.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2014 Gentoo Foundation
+ * Copyright 2005-2018 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
  *
  * Copyright 2005-2010 Ned Ludd- 
@@ -26,7 +26,7 @@ static struct option const quse_long_opts[] = {
 };
 static const char * const quse_opts_help[] = {
"Show exact non regexp matching using strcmp",
-   "Show annoying things in IUSE",
+   "List all ebuilds, don't match anything",
"Use the KEYWORDS vs IUSE",
"Use the LICENSE vs IUSE",
"Describe the USE flag",



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

2018-04-03 Thread Alon Bar-Lev
commit: 44641a7419f721804111063700741ac7c5ca5c0e
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Apr  3 15:21:14 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Apr  3 15:21:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44641a74

dev-libs/botan: fix subslot

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-libs/botan/botan-2.5.0.ebuild 
b/dev-libs/botan/botan-2.5.0.ebuild
index d23a7ef344f..fa4198d5403 100644
--- a/dev-libs/botan/botan-2.5.0.ebuild
+++ b/dev-libs/botan/botan-2.5.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://botan.randombit.net/";
 SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz";
 
 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
-SLOT="2/3" # soname version
+SLOT="2/5" # soname version
 LICENSE="BSD"
 IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib"
 



[gentoo-commits] proj/kde:master commit in: www-client/falkon/

2018-04-03 Thread Andreas Sturmlechner
commit: fea5030a70b1a59b9f9399b5e143a26953223d58
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 15:21:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 15:23:01 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fea5030a

www-client/falkon: Fix maintainer

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 www-client/falkon/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/falkon/metadata.xml b/www-client/falkon/metadata.xml
index 17237689dc..2fdbf33d96 100644
--- a/www-client/falkon/metadata.xml
+++ b/www-client/falkon/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   q...@gentoo.org
-   Gentoo Qt Project
+   k...@gentoo.org
+   Gentoo KDE Project

 



[gentoo-commits] proj/kde:master commit in: kde-misc/wacomtablet/

2018-04-03 Thread Andreas Sturmlechner
commit: 8dcc1cd8c4f68f190e6c8d081a62dac65db1721a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 14:55:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 14:55:04 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8dcc1cd8

kde-misc/wacomtablet: Update DEPENDs

Upstream commit 5f42c2174935d7a0a35e7f8a39ed599f9e3ef8d6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-misc/wacomtablet/wacomtablet-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-misc/wacomtablet/wacomtablet-.ebuild 
b/kde-misc/wacomtablet/wacomtablet-.ebuild
index 4a7ba8201c..faabdb3f4d 100644
--- a/kde-misc/wacomtablet/wacomtablet-.ebuild
+++ b/kde-misc/wacomtablet/wacomtablet-.ebuild
@@ -32,13 +32,12 @@ CDEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtx11extras)
>=x11-drivers/xf86-input-wacom-0.20.0
-   x11-libs/libX11
x11-libs/libXi
-   x11-libs/libXrandr
x11-libs/libxcb
 "
 DEPEND="${CDEPEND}
sys-devel/gettext
+   x11-libs/libX11
x11-proto/xproto
 "
 RDEPEND="${CDEPEND}



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

2018-04-03 Thread Andreas Sturmlechner
commit: f4c3a8a4287744dc3c8f3bdd7617e1b537e3183e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 15:22:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 15:25:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c3a8a4

www-client/falkon: Fix maintainer

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 www-client/falkon/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/falkon/metadata.xml b/www-client/falkon/metadata.xml
index 007c58ff2ba..080de1ce90f 100644
--- a/www-client/falkon/metadata.xml
+++ b/www-client/falkon/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   q...@gentoo.org
-   Gentoo Qt Project
+   k...@gentoo.org
+   Gentoo KDE Project


Enable encrypted storage of passwords with 
kde-frameworks/kwallet



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

2018-04-03 Thread Craig Andrews
commit: f574ce36d3ba405fdf4a159f4313deb774b8f72f
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Apr  3 15:25:54 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Apr  3 15:26:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f574ce36

net-p2p/xmr-stak: 2.4.1 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-p2p/xmr-stak/Manifest  |  1 +
 net-p2p/xmr-stak/xmr-stak-2.4.1.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/net-p2p/xmr-stak/Manifest b/net-p2p/xmr-stak/Manifest
index cd7a943974e..8ab93cfbf20 100644
--- a/net-p2p/xmr-stak/Manifest
+++ b/net-p2p/xmr-stak/Manifest
@@ -1,2 +1,3 @@
 DIST xmr-stak-2.2.0.tar.gz 316309 BLAKE2B 
8a5042e91eff1d7a49dcf50d67430f21459509443117150f59f861edb0c145e0f336cb617ea4f2a7edfd923493efbc8f5ce9cd134a7f7af14b270c8cfdd3cc24
 SHA512 
1ec30b1f97043307461816e61cb7afaf9e77cfad895b13f5facf98f34da8d9b8751d9885930b0a38777017978fb4f25bb3a69a1c2a5db47b1a851bc88cd7d78d
 DIST xmr-stak-2.3.0.tar.gz 64 BLAKE2B 
f8824f545ea08267eb9f670f2aaba7cb2e98693e5603dee5fbe54bb3f3ebc21509f26bb0d10239b79675e3ce32a2f4b32b591fb3af51b4c716fbb84beeb7326e
 SHA512 
2828789ac63ab3cb13e36c6f86d9cf82f21f15f51df873a8a3e42757d16357653823d28103f2a076afa67ce7ca277ec92c5aee25fc823806e85c3a8c80b4ae5d
+DIST xmr-stak-2.4.1.tar.gz 333961 BLAKE2B 
0c58a705d601b6ff47329fad175580edf6a1d36704fa7d8f9d7464da65b8a69173c39caaaf9dccb031a514a8bcc29642ae531ae4f03c5d1c83f1c0e0177fd1aa
 SHA512 
83f2fad93367cf3bdcc7c127bdf5df2b0467c85049fefe25a3394e8a6d4ae3a2fdabde949106f29204d48e46fc367bbc9d1fed295ce4fb376d8c23007251f926

diff --git a/net-p2p/xmr-stak/xmr-stak-2.4.1.ebuild 
b/net-p2p/xmr-stak/xmr-stak-2.4.1.ebuild
new file mode 100644
index 000..4be0f9f7cac
--- /dev/null
+++ b/net-p2p/xmr-stak/xmr-stak-2.4.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils systemd
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git";
+   EGIT_BRANCH="dev"
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Unified all-in-one Monero miner"
+HOMEPAGE="https://github.com/fireice-uk/xmr-stak";
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="cuda devfee hwloc opencl ssl webserver"
+
+DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit )
+   hwloc? ( sys-apps/hwloc )
+   opencl? ( virtual/opencl )
+   ssl? ( dev-libs/openssl:0= )
+   webserver? ( net-libs/libmicrohttpd )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   if ! use devfee; then
+   sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' 
xmrstak/donate-level.hpp || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCUDA_ENABLE=$(usex cuda)
+   -DHWLOC_ENABLE=$(usex hwloc)
+   -DMICROHTTPD_ENABLE=$(usex webserver)
+   -DOpenCL_ENABLE=$(usex opencl)
+   -DOpenSSL_ENABLE=$(usex ssl)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service
+   dodir /etc/xmr-stak
+}
+
+pkg_postinst() {
+   if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
+   ewarn "To use xmr-stack:"
+   if use cuda || use opencl; then
+   ewarn "As root or as a user that is a member of the 
'video' group,"
+   fi
+   ewarn "run:"
+   ewarn "/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd 
/etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c 
/etc/xmr-stak/main.config"
+   ewarn "If the systemd will be used, xmr-stak can now be 
terminated and 'systemctl start xmr-stak' can be used."
+   fi
+}



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

2018-04-03 Thread Mike Pagano
commit: db3440a43922d3f6cd10d6b438cdd9253fbfe637
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Apr  3 15:26:16 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Apr  3 15:26:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3440a4

sys-kernel/vanilla-sources: Linux patch 4.16.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/vanilla-sources/Manifest  |  1 +
 sys-kernel/vanilla-sources/vanilla-sources-4.16.0.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 0a74d3338e8..6c4f87931f2 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -3,6 +3,7 @@ DIST linux-3.2.tar.xz 65065516 BLAKE2B 
ca7a8e7f7de9ac8ec811db330bc5dc830849c6745
 DIST linux-4.1.tar.xz 83017828 BLAKE2B 
d1dc4e458db191f16306b3d2d7eb60ef5e04307406c769cccdd88beb407f8de228ab1f095a44d6e992b06d01cd896fda31dec1cdf16667f4ca0b628da594aee3
 SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.15.tar.xz 102181404 BLAKE2B 
5fd831356c2174d2779ab31033caec6929b2f47857f0bb82ef43ad1140c639d0dc5553e64d062f67486eeff780d5df8d971051fd5a626b51bed170067fea11e0
 SHA512 
c00d92659df815a53dcac7dde145b742b1f20867d380c07cb09ddb3295d6ff10f8931b21ef0b09d7156923a3957b39d74d87c883300173b2e20690d2b4ec35ea
+DIST linux-4.16.tar.xz 103020152 BLAKE2B 
c7f7b36280b74b2112a098733680e1e93c4f99571099d471b2dde5f7a746d9b9fab5112fffe3b7978c40f15ecaa33203ea98c2158fab2d5857ece5d74f9f
 SHA512 
ab47849314b177d0eec9dbf261f33972b0d89fb92fb0650130ffa7abc2f36c0fab2d06317dc1683c51a472a9a631573a9b1e7258d6281a2ee189897827f14662
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST patch-3.16.56.xz 1956224 BLAKE2B 
27db858a51be5d57ff1f3d5409d511df5002f542584d80b64d2303f1569c0502d0d15783a3e36facc2ee9481ada4b8f08359a79972b4a3ca07ac180c2e607c01
 SHA512 
e1c1c004c2ac52fb6944718c82b6c70a9ee4175943fc8477b298dbbde42d16f1e1c9387f9d5ca05958b3efa0e851eb0105daf4a0d59ad836b31ec3919ee857b6

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.16.0.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.16.0.ebuild
new file mode 100644
index 000..9f9c2bf5ccf
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-4.16.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_SECURITY_UNSUPPORTED="1"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="Full sources for the Linux kernel"
+HOMEPAGE="https://www.kernel.org";
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Libm/

2018-04-03 Thread Jonas Stein
commit: ca909b6778be173fed76ccc23703625620e96755
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:06:03 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca909b67

dev-perl/Math-Libm: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-Libm/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-Libm/metadata.xml b/dev-perl/Math-Libm/metadata.xml
index c0ad84dd1a5..22711e8ca9a 100644
--- a/dev-perl/Math-Libm/metadata.xml
+++ b/dev-perl/Math-Libm/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Math-Libm
Math::Libm



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-CppGuess/

2018-04-03 Thread Jonas Stein
commit: 6b55e8ef94b182fc81eb01ee87f888f7503ed145
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:02:14 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b55e8ef

dev-perl/ExtUtils-CppGuess: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/ExtUtils-CppGuess/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/ExtUtils-CppGuess/metadata.xml 
b/dev-perl/ExtUtils-CppGuess/metadata.xml
index 5f6a374c440..297b581c133 100644
--- a/dev-perl/ExtUtils-CppGuess/metadata.xml
+++ b/dev-perl/ExtUtils-CppGuess/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

ExtUtils-CppGuess
ExtUtils::CppGuess



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/

2018-04-03 Thread Jonas Stein
commit: 3d5c1435826dbd985f274b8e9c1620071e76c2e0
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:04:44 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5c1435

dev-perl/Math-BigInt-Lite: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-BigInt-Lite/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-BigInt-Lite/metadata.xml 
b/dev-perl/Math-BigInt-Lite/metadata.xml
index 8b0de0126c0..170ab1fe752 100644
--- a/dev-perl/Math-BigInt-Lite/metadata.xml
+++ b/dev-perl/Math-BigInt-Lite/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Math-BigInt-Lite
Math::BigInt::Lite



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Prime-XS/

2018-04-03 Thread Jonas Stein
commit: 52aa9a9090d28fb61fac7d9505ee938d685c0ec8
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:08:42 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52aa9a90

dev-perl/Math-Prime-XS: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-Prime-XS/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-Prime-XS/metadata.xml 
b/dev-perl/Math-Prime-XS/metadata.xml
index e8fba464af4..9087f0242db 100644
--- a/dev-perl/Math-Prime-XS/metadata.xml
+++ b/dev-perl/Math-Prime-XS/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Math-Prime-XS
Math::Prime::XS



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/

2018-04-03 Thread Jonas Stein
commit: 928d61912e52a455a516741b48d311ad6f13f599
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:06:53 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928d6191

dev-perl/Math-NumSeq: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-NumSeq/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-NumSeq/metadata.xml 
b/dev-perl/Math-NumSeq/metadata.xml
index 18b97708911..9868a5926d3 100644
--- a/dev-perl/Math-NumSeq/metadata.xml
+++ b/dev-perl/Math-NumSeq/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Math-NumSeq
Math::NumSeq



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Growl-GNTP/

2018-04-03 Thread Jonas Stein
commit: 76e8810b8fbff2052d0ceb7e8298c36b23fba92f
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:03:58 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e8810b

dev-perl/Growl-GNTP: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Growl-GNTP/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Growl-GNTP/metadata.xml b/dev-perl/Growl-GNTP/metadata.xml
index d9889d9f509..87b7c813286 100644
--- a/dev-perl/Growl-GNTP/metadata.xml
+++ b/dev-perl/Growl-GNTP/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Growl-GNTP
Growl::GNTP



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Bonjour/

2018-04-03 Thread Jonas Stein
commit: 380a7374723cce5066a86f427562b0057b9aecdc
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:10:02 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380a7374

dev-perl/Net-Bonjour: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Net-Bonjour/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Net-Bonjour/metadata.xml 
b/dev-perl/Net-Bonjour/metadata.xml
index 500a6ebe4f5..f906d7abb3b 100644
--- a/dev-perl/Net-Bonjour/metadata.xml
+++ b/dev-perl/Net-Bonjour/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Net-Bonjour
Net::Bonjour



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-GLCanvas/

2018-04-03 Thread Jonas Stein
commit: 794a80da9547bdd67c3ac700c01486cf9cad7f98
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:12:30 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794a80da

dev-perl/Wx-GLCanvas: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Wx-GLCanvas/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Wx-GLCanvas/metadata.xml 
b/dev-perl/Wx-GLCanvas/metadata.xml
index 55c3136dace..198fa253057 100644
--- a/dev-perl/Wx-GLCanvas/metadata.xml
+++ b/dev-perl/Wx-GLCanvas/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Wx-GLCanvas
Wx::GLCanvas



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

2018-04-03 Thread Jonas Stein
commit: c41cf402e30d0cf8e5737f5ed0f96f1d2395f7d0
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:24:39 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41cf402

net-vpn/i2p: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-vpn/i2p/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-vpn/i2p/metadata.xml b/net-vpn/i2p/metadata.xml
index 24d53a221ce..f7a6c323e6c 100644
--- a/net-vpn/i2p/metadata.xml
+++ b/net-vpn/i2p/metadata.xml
@@ -5,10 +5,6 @@
thar...@gmail.com
Tharvik
 
-
-   tombo...@sina.cn
-   M.B.
-
 
j...@gentoo.org
Java



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Fraction/

2018-04-03 Thread Jonas Stein
commit: f0700b07d75bcd3be143190c36b84a3cc2162ec4
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:11:26 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0700b07

dev-perl/Number-Fraction: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Number-Fraction/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Number-Fraction/metadata.xml 
b/dev-perl/Number-Fraction/metadata.xml
index 74b2147dd31..d3d4fc257b3 100644
--- a/dev-perl/Number-Fraction/metadata.xml
+++ b/dev-perl/Number-Fraction/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Number-Fraction
Number::Fraction



[gentoo-commits] repo/gentoo:master commit in: net-wireless/broadcom-sta/

2018-04-03 Thread Jonas Stein
commit: 78f189523224b1cf1aaf259487ef3474749c9c5c
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:26:44 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f18952

net-wireless/broadcom-sta: Maintainer retired

Proxied maintainer was retired due to inactivity.
Closes: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-wireless/broadcom-sta/metadata.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/net-wireless/broadcom-sta/metadata.xml 
b/net-wireless/broadcom-sta/metadata.xml
index ded3ea02120..cd159c0bf30 100644
--- a/net-wireless/broadcom-sta/metadata.xml
+++ b/net-wireless/broadcom-sta/metadata.xml
@@ -1,14 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   M.B.
-   

commendsar...@gmail.com
Nick Sarnie
-   Proxy co-maintainer


e...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-Typemaps-Default/

2018-04-03 Thread Jonas Stein
commit: 14f1d22403d67c1e22fa1b9da9c0543a1a6ca612
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:03:08 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f1d224

dev-perl/ExtUtils-Typemaps-Default: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/ExtUtils-Typemaps-Default/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/ExtUtils-Typemaps-Default/metadata.xml 
b/dev-perl/ExtUtils-Typemaps-Default/metadata.xml
index 9f4fd86a990..68d1f194cb9 100644
--- a/dev-perl/ExtUtils-Typemaps-Default/metadata.xml
+++ b/dev-perl/ExtUtils-Typemaps-Default/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

ExtUtils-Typemaps-Default
ExtUtils::Typemaps::Basic



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

2018-04-03 Thread Jonas Stein
commit: 99bc0ced54a69eb7a103db93934d441dff03ace4
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:21:58 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bc0ced

net-analyzer/ipsumdump: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-analyzer/ipsumdump/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-analyzer/ipsumdump/metadata.xml 
b/net-analyzer/ipsumdump/metadata.xml
index e440233dc9b..b26c707b249 100644
--- a/net-analyzer/ipsumdump/metadata.xml
+++ b/net-analyzer/ipsumdump/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-M.B.
-
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
+
 
 Enable timestamps with nano-second 
resolution
 



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

2018-04-03 Thread Jonas Stein
commit: ba956921fc587f017085735eec41ab68f621181d
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:18:42 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba956921

media-gfx/cura: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-gfx/cura/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-gfx/cura/metadata.xml b/media-gfx/cura/metadata.xml
index e0588ff0d2e..e3e65a7508d 100644
--- a/media-gfx/cura/metadata.xml
+++ b/media-gfx/cura/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Matthew Brewer
-   

3dpr...@gentoo.org
Gentoo 3D Printer Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Access 3D printers via USB




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

2018-04-03 Thread Jonas Stein
commit: c20ad97885a7a622e9095ce6986c0bb8664cdf91
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:23:15 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20ad978

net-vpn/i2pd: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-vpn/i2pd/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-vpn/i2pd/metadata.xml b/net-vpn/i2pd/metadata.xml
index 3c324dceacc..e99300273d5 100644
--- a/net-vpn/i2pd/metadata.xml
+++ b/net-vpn/i2pd/metadata.xml
@@ -13,10 +13,6 @@
bluen...@gentoo.org
Anthony G. Basile

-   
-   tombo...@sina.cn
-   Proxy maintainer. Please subscribe to bugs.
-   


Compile with hardening on vanilla compilers/linkers



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

2018-04-03 Thread Jonas Stein
commit: 2e55ba0cdb364bbbdf0210a32426138fa021585a
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:18:06 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e55ba0c

media-gfx/curaengine: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-gfx/curaengine/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-gfx/curaengine/metadata.xml 
b/media-gfx/curaengine/metadata.xml
index befd642b942..2b689686f81 100644
--- a/media-gfx/curaengine/metadata.xml
+++ b/media-gfx/curaengine/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Matthew Brewer
-   

3dpr...@gentoo.org
Gentoo 3D Printer Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Ultimaker/CuraEngine




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

2018-04-03 Thread Jonas Stein
commit: a6ce873e68532651afdf370c304579b6180d8314
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:16:04 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ce873e

dev-python/uranium: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/uranium/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-python/uranium/metadata.xml b/dev-python/uranium/metadata.xml
index 405a9b0ee35..ecd46ad1856 100644
--- a/dev-python/uranium/metadata.xml
+++ b/dev-python/uranium/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Matthew Brewer
-   

3dpr...@gentoo.org
Gentoo 3D Printer Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

pyt...@gentoo.org
Gentoo Python Project



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/

2018-04-03 Thread Jonas Stein
commit: 95b78cbbac275dbf2ab4cc9d1827d147dcd57f7f
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:07:38 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b78cbb

dev-perl/Math-PlanePath: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-PlanePath/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-PlanePath/metadata.xml 
b/dev-perl/Math-PlanePath/metadata.xml
index 484d4748152..b55d0013d79 100644
--- a/dev-perl/Math-PlanePath/metadata.xml
+++ b/dev-perl/Math-PlanePath/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Math-PlanePath
Math::NumSeq::OEIS::Catalogue::Plugin::PlanePath



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

2018-04-03 Thread Jonas Stein
commit: 3ab711adb8087c53ad6379bb90e102e6fe232fb2
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:19:31 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab711ad

media-gfx/slic3r: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-gfx/slic3r/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-gfx/slic3r/metadata.xml b/media-gfx/slic3r/metadata.xml
index c0f39d3c042..a21a04deb38 100644
--- a/media-gfx/slic3r/metadata.xml
+++ b/media-gfx/slic3r/metadata.xml
@@ -1,14 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-Proxy-Maintainer; please assign him to bugs.
-
-
-proxy-ma...@gentoo.org
-Gentoo Proxy Maintainers Project
-
 
 3dpr...@gentoo.org
 Gentoo 3D Printer Project



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Factor-XS/

2018-04-03 Thread Jonas Stein
commit: 693ab55908be000500a8cb8693173c506db50f30
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:05:26 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693ab559

dev-perl/Math-Factor-XS: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-Factor-XS/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-Factor-XS/metadata.xml 
b/dev-perl/Math-Factor-XS/metadata.xml
index 4f8ad7eb3cb..bac2ee4a765 100644
--- a/dev-perl/Math-Factor-XS/metadata.xml
+++ b/dev-perl/Math-Factor-XS/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Math-Factor-XS
Math::Factor::XS



[gentoo-commits] repo/gentoo:master commit in: games-strategy/endless-sky/

2018-04-03 Thread Jonas Stein
commit: f22b238e20d3f9d5f132adbe24779b09365b367e
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:16:56 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22b238e

games-strategy/endless-sky: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-strategy/endless-sky/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/games-strategy/endless-sky/metadata.xml 
b/games-strategy/endless-sky/metadata.xml
index 165e0a243ef..5754bfb7b19 100644
--- a/games-strategy/endless-sky/metadata.xml
+++ b/games-strategy/endless-sky/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Tommy Boy
-   

ga...@gentoo.org
Gentoo Games

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

Explore other star systems. Earn money by trading, carrying 
passengers, or completing missions. Use your earnings to buy a better ship or 
to upgrade the weapons and engines on your current one. Blow up pirates. Take 
sides in a civil war. Or leave human space behind and hope to find some 
friendly aliens whose culture is more civilized than your own...




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

2018-04-03 Thread Jonas Stein
commit: 2f3f919b3a123028cfb3d620dd6e1616e2e9572a
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:21:00 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3f919b

net-analyzer/bro: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-analyzer/bro/metadata.xml | 12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/net-analyzer/bro/metadata.xml b/net-analyzer/bro/metadata.xml
index 8370fd7db45..90d38c4236c 100644
--- a/net-analyzer/bro/metadata.xml
+++ b/net-analyzer/bro/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-M.B.
-
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
+
 
 Enable the Bro Client Communication 
Library
 An interactive shell for managing Bro 
installations
@@ -21,7 +14,6 @@
 Enable Google's Performance Analysis Tools
 Small auxiliary tools for Bro
 
-
-Bro is a powerful network analysis framework that is much different 
from the typical IDS you may know.
+Bro is a powerful network analysis framework 
that is much different from the typical IDS you may know.
 
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-WithXSpp/

2018-04-03 Thread Jonas Stein
commit: 3c40f0effcd0ddb7266983a604d069dc44041eac
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:09:24 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c40f0ef

dev-perl/Module-Build-WithXSpp: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Module-Build-WithXSpp/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Module-Build-WithXSpp/metadata.xml 
b/dev-perl/Module-Build-WithXSpp/metadata.xml
index bf76f999779..5f6402ca0ec 100644
--- a/dev-perl/Module-Build-WithXSpp/metadata.xml
+++ b/dev-perl/Module-Build-WithXSpp/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Module-Build-WithXSpp
Module::Build::WithXSpp



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

2018-04-03 Thread Jonas Stein
commit: e74425a13f9129e52db813d95bce0293cb934314
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:14:57 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74425a1

dev-python/protobuf-python: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/protobuf-python/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/protobuf-python/metadata.xml 
b/dev-python/protobuf-python/metadata.xml
index 8d8b67a02e1..51258826e2f 100644
--- a/dev-python/protobuf-python/metadata.xml
+++ b/dev-python/protobuf-python/metadata.xml
@@ -5,9 +5,6 @@
arfrever@gmail.com
Arfrever Frehtes Taifersar Arahesis

-   
-   tombo...@sina.cn
-   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Float/

2018-04-03 Thread Jonas Stein
commit: 0b3a2fc6a9679b67f316e6b6e1e27320ea4c8b9c
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Apr  3 15:01:08 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Apr  3 15:27:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3a2fc6

dev-perl/Data-Float: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Data-Float/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Data-Float/metadata.xml b/dev-perl/Data-Float/metadata.xml
index 452b18d15a1..17ef0a5b6d4 100644
--- a/dev-perl/Data-Float/metadata.xml
+++ b/dev-perl/Data-Float/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tombo...@sina.cn
-   Proxy-Maintainer; please assign him to bugs.
-   

p...@gentoo.org
Gentoo Perl Project

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Data-Float
Data::Float



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

2018-04-03 Thread Jeroen Roovers
commit: f9da282118a1cf8aa55d1b656ca39a6b157e2565
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr  3 15:38:34 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr  3 15:38:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9da2821

www-client/opera-developer: Version 54.0.2913.0.

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-54.0.2913.0.ebuild | 114 +
 2 files changed, 115 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 460ada7b6e6..9b6fa713e5d 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,3 @@
 DIST opera-developer_53.0.2903.0_amd64.deb 54722416 BLAKE2B 
f41c0c449850886826cc9216d865a4de0dc2a5d8794734b996c1c6b01e4e8a32c66841829f87e66b47c5f43eb8ef54c38355085896adf4031e25853fa7510fd7
 SHA512 
01c4fb070a3444dbba1ab28726aa68b823f41683d8fbf9f29c0c72c043c2e7f5c89722346652da4794773a72cb7984189b1bfaa6ba87632ad0a47e2e335269c6
 DIST opera-developer_53.0.2906.0_amd64.deb 54717986 BLAKE2B 
f7dddbbdae353ee6597f32d89051a2ea4e1f0426b6cc47a358ac7b054dc931bc4fd28947e2eb7f14f22282c79de93ee39324a74d80139f1f030bbe070468a2cb
 SHA512 
315552c5c59bcfde0a9692d84d7438b7f128d43fe39f935954571421137979305bd15b58dc152b24876ed9ee9425f55d50c85d8cdc3ff95243b7bf036b1aeb30
+DIST opera-developer_54.0.2913.0_amd64.deb 54606726 BLAKE2B 
23ca3f0066f934ce5699192a5b8c2ff226c5aa50e80235f2d8710141ecc0375dd766ce93b56e317663d5b64d87d0ff6753670879fcf593f44b783729682a9c57
 SHA512 
896c06f64a228378a73297995923a5c57b161d5ee13c25328eea81a76888e3fc6fb10add063d3d1da0f75f745910acc073712c70d2bc958745f078931177

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



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2018-04-03 Thread Thomas Deutschmann
commit: 649e666324f0c6de35e1e3afc7f6c202a70e946c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr  3 15:51:16 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr  3 15:52:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649e6663

www-servers/nginx: Bump to v1.13.11 mainline

Ebuild changes:
===
- brotli module updated to commit 6a1174446f5a866d3d13615dd2824177570f0a69.

- nginScript module bumped to v0.2.0.

- Support for EXTRA_ECONF added to allow those who know what they
  are doing to add additional modules for example. [Bug 651164]

Closes: https://bugs.gentoo.org/651164
Package-Manager: Portage-2.3.26, Repoman-2.3.7

 www-servers/nginx/Manifest |3 +
 www-servers/nginx/nginx-1.13.11.ebuild | 1064 
 2 files changed, 1067 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index f448681de48..9f16c9426ed 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,12 +1,14 @@
 DIST modsecurity-2.9.2.tar.gz 4298993 BLAKE2B 
32a92148f0e1a1166cf888b8172fc55340c5712c9b770583703c74db450e77226629640c9db03f32e9f28397e6488669d06a89e4d31cb5ab5fff26b30ad843e0
 SHA512 
69c87ef6f7b6411f4803eb25af32969a1da59722121257c2edf345a3f5a4ab9ae8a49c886cbbfc722c5bda91c6d6ea55232f968c0a0407d7d7b3af53dc862c21
 DIST nginx-1.12.2.tar.gz 981687 BLAKE2B 
cca2d2b2267fee6feac7e91a5aaec229251e829203b02c207a6a89644fd6b1f2003d75225fadde9fdfc8dda444dc53c7ff0033a1e15a0f25019c878fc716d83f
 SHA512 
3faa2043e237a7e1d15cc5661ac9d002a965220a78c25a863be9f19e01007347e53f776b61c229f6bd3d916cc1ccf92de260811f7b8092ec1b747fba7c0061f7
 DIST nginx-1.13.10.tar.gz 1014863 BLAKE2B 
63034dbcddabef7512aef64c9a0ac88a25d154194b122a48298d72dfb91f40dbbd49f96b9416baec0973fc5c6f7dff1b4b71e835b6ee72a8175da760caf3f69d
 SHA512 
33c894e00a13703db4195bc4a1f8fd512af165d8793ba00a7bf25e0e410136c8b4a94b14a81885be5fa2625626c810802282162c6d7a4f1f251a5ffccab218b3
+DIST nginx-1.13.11.tar.gz 1016189 BLAKE2B 
e6a42f5558a2cfdf15964a419b768a211436fe69c4f77bbce96ce279fe46ad481a69b35eb573907334b7b164dd9a9e43ce1f84a620a325b71d8901878075ea9f
 SHA512 
ae80317b143d3140eaf3b32c2ac1af4f491ec683b849a9565cd1c23d8d9769f23a2d4db346dea017a555da3e2bd7fa39d2710a287193abc5e2853cbb9dc21e63
 DIST nginx-1.13.8.tar.gz 992237 BLAKE2B 
268eebb98a1ae1acbc9fb3ae4e445b26cfff68d8833285527b86f73d5a076f43fb6840b2aad6ff0e8458b47abbe8a9883c43c8a6b40c65d040b3bff88c6910eb
 SHA512 
f2a4d41941ec223afcb57a6deb6523e0d4f54f96c7362835d366fa04a4b4578f6c4f27aa7774c1ecd40a42087df83e5c03d024e72caba83c558ec7e580c756a1
 DIST nginx-1.13.9.tar.gz 994802 BLAKE2B 
3a34cd87a7bcc51b44787a322569d3d475dc0b4892bf41af16d715c1fd2da544a2536a1e9bbbf37118747bb2d0dca13664fd8288499f9d728d70eb74eed885dc
 SHA512 
92c34c182b59e0597a6b0af996770673b08b075f47285e2fbb9d8df59bb9c38fcca8e77bc6e3ca8e019500d041f96437b6b4f80d5dfd914a6f843ca919dac07b
 DIST nginx-auth-ldap-42d195d7a7575ebab1c369ad3fc5d78dc2c2669c.tar.gz 18457 
BLAKE2B 
5ca9e5299b20ab5a93a001cac48e446bd86b3a24ac49e716bc975b128890bdb4b0dbbf5730fbaaeadfd958160093c7a6af798dd0e6de27062f149a760333
 SHA512 
ec59637fda5acac053e815cb1d04b545fc6b765e5ec63d8c2c9c301abad87afaa2698145acac08e9e14c91e1423ebff7aff0cca2b940b19bf4cf53973269
 DIST nginx-auth-ldap-49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz 17159 
BLAKE2B 
f2209c8b5eb5616a362f2b532245167a5940faad6d66d98a94b3bf2d1e33a73492d42c60a9ddad347a592362a002ff38273a5d1f61f663984a09e14a3fe35e0f
 SHA512 
323abd0ca8e90f5afcaf81a8ff1a8abe3dfcbff3d69f0dd4a1c005fe6436acbf3076c4c57a4df877b3d8e388cbea085d46301bb2df9c0752e2567817ff7cca92
 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 BLAKE2B 
d37ef9a15c91abe3c6258e420d1f99fa452f9d9966a0e13102174973314a3bac5413957a5fe632a9dcb1163b3be5df8116e05cc053ee061e19319ec25f341570
 SHA512 
6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529
 DIST ngx_brotli-482761e7c0cf3ea4d1540fc9e14c9dedd80d2f7c.tar.gz 10590 BLAKE2B 
a707353e7f98f06652b89dc00a7ea40f4e52c05f8adfe9dca0d602d52d48a472fee23f079dca73556a26575960e9079d54ab45e13997cdd949f992322200f01c
 SHA512 
480280c464e3cc3523e9b2bf210afd1bf62fa789d0acb7064c80919184bcbb975131f698a1e589b97ce1664f6cc44e6ac5e20a40188020b3558d38005d66287c
+DIST ngx_brotli-6a1174446f5a866d3d13615dd2824177570f0a69.tar.gz 12771 BLAKE2B 
84e8bad6d3006dd919778ebbdb85bfe58dd9546533f824697eb3a0a3c560e858aa91c7ab4adcb2fc851aa7cee974086400607d9f9ddea0596b1b19eb87618a39
 SHA512 
10ce5360cd7a1edd2623918d5b438ef400dc6c2c030c992f200491448e182aedd8ebebc647d333ef22a393bb172f52d9e01f2a1d8d780e849fc3c0971e4130fe
 DIST ngx_brotli-8cd9dd5fc232d3a01644584921e52dae99034779.tar.gz 10585 BLAKE2B 
d65f068300852b5dbd77184cbcdbd31b14cb30484c5eb8c0d2b757d1d59e97d291b4b06fc11bc861d8796579964c91da2cb359e8fdf75199c655488701619516
 SHA512 
fa97bea2041d08d3ba07ae1cf6d84c225673b49c9ac8930923997c3ce501358a8bec63e4f3c075e22041f7997b8371a

[gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/

2018-04-03 Thread Andreas Sturmlechner
commit: 5708bfa7320cb8652b72afa1ee7d786d0a6018d5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 16:18:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 16:22:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5708bfa7

app-backup/backintime: Add 1.2.0_pre20180221 Qt5-based snapshot

Drop unused eclass and fix description - it is not clear why this
should be targeted at specific desktop environments.

Bug: https://bugs.gentoo.org/641962
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-backup/backintime/Manifest|  1 +
 ...intime-.ebuild => backintime-1.2.0_pre20180221.ebuild} | 11 ++-
 app-backup/backintime/backintime-.ebuild  |  6 +++---
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index c4b266b68b8..40a96401478 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -1 +1,2 @@
 DIST backintime-1.1.24.tar.gz 658961 BLAKE2B 
88255ea138f31c4540f54d2053616d4c8ce35f7c969b15a9c46422bfed4f0fd2cabb01e0cd4d1505fb84eee31daacb9da36c6bf71225f5b9a1d47d6941e571b2
 SHA512 
d16b6d3a710154ca8bddf80a8f06835efe84dd2f2435102e06a732f7e6e291b1954864298542658bab2b7bc42d5a6bf1d9338a98c66fd3f888c450b9685cc011
+DIST backintime-1.2.0_pre20180221.tar.gz 712330 BLAKE2B 
9ba40c5f89b9fbdf0b1c381bf2e3edce13553b2c301792627fc037bd2de181804b2dc6cad6e78a02844f8835dcd6415a35590125e832d55187fa2ed1a5fa864b
 SHA512 
ad1bb11ea411904027952809c577de1a5317f40430af9b91b16a2c157d560c72b65c879bb880b557e9b5e333e76a44977a26486f4ed4f45281a5e8b0d4583c2a

diff --git a/app-backup/backintime/backintime-.ebuild 
b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
similarity index 83%
copy from app-backup/backintime/backintime-.ebuild
copy to app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
index 1bff0ab51ba..fbc9194ee8d 100644
--- a/app-backup/backintime/backintime-.ebuild
+++ b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 
-inherit eutils python-single-r1 gnome2-utils git-r3
+COMMIT=45ec81c185789b2dbafd7348d1af039b5183c9ff
+inherit python-single-r1 gnome2-utils vcs-snapshot
 
-DESCRIPTION="Backup system inspired by TimeVault and FlyBack, with a GUI for 
GNOME and KDE4"
+DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
 HOMEPAGE="https://backintime.readthedocs.io/ 
https://github.com/bit-team/backintime/";
-EGIT_REPO_URI="https://github.com/bit-team/backintime/";
+SRC_URI="https://github.com/bit-team/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="qt5"
 
 DEPEND="${PYTHON_DEPS}

diff --git a/app-backup/backintime/backintime-.ebuild 
b/app-backup/backintime/backintime-.ebuild
index 1bff0ab51ba..9fcb400d83e 100644
--- a/app-backup/backintime/backintime-.ebuild
+++ b/app-backup/backintime/backintime-.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
 
 EAPI=6
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 
-inherit eutils python-single-r1 gnome2-utils git-r3
+inherit python-single-r1 gnome2-utils git-r3
 
-DESCRIPTION="Backup system inspired by TimeVault and FlyBack, with a GUI for 
GNOME and KDE4"
+DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
 HOMEPAGE="https://backintime.readthedocs.io/ 
https://github.com/bit-team/backintime/";
 EGIT_REPO_URI="https://github.com/bit-team/backintime/";
 



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

2018-04-03 Thread Andreas Sturmlechner
commit: a9544171706ff5b01b3502b7df8c92c09c014f8b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 16:25:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 16:25:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9544171

net-analyzer/gr-fosphor: Drop USE=qt4

Closes: https://bugs.gentoo.org/641940
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-analyzer/gr-fosphor/gr-fosphor-.ebuild | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/gr-fosphor/gr-fosphor-.ebuild 
b/net-analyzer/gr-fosphor/gr-fosphor-.ebuild
index 80888f939b3..29c293990cc 100644
--- a/net-analyzer/gr-fosphor/gr-fosphor-.ebuild
+++ b/net-analyzer/gr-fosphor/gr-fosphor-.ebuild
@@ -24,14 +24,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="+glfw qt4 wxwidgets"
+IUSE="+glfw wxwidgets"
 
-RDEPEND="qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtopengl:4
-   )
-   >=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?,${PYTHON_USEDEP}]
+RDEPEND="
+   >=net-wireless/gnuradio-3.7_rc:0=[wxwidgets?,${PYTHON_USEDEP}]
media-libs/freetype
dev-libs/boost:=
glfw? ( >=media-libs/glfw-3 )
@@ -56,9 +52,10 @@ src_configure() {
local mycmakeargs=(
-DENABLE_DEFAULT=OFF
-DENABLE_GLFW="$(usex glfw)"
-   -DENABLE_QT="$(usex qt4)"
+   -DENABLE_QT=OFF
-DENABLE_WX="$(usex wxwidgets)"
-DENABLE_PYTHON=ON
)
+   # re-enable Qt if port to Qt5 is ever finished
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/PyMca/files/, sci-chemistry/PyMca/, profiles/

2018-04-03 Thread Andreas Sturmlechner
commit: cbeef3ae5f4eda2beb61d4f6fce3923c1a6f9163
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 16:29:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 16:29:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbeef3ae

sci-chemistry/PyMca: Remove last-rited package

Closes: https://bugs.gentoo.org/649094
Closes: https://bugs.gentoo.org/645218

 profiles/package.mask  |  6 
 sci-chemistry/PyMca/Manifest   |  1 -
 sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild  | 40 --
 sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch | 16 -
 sci-chemistry/PyMca/metadata.xml   | 22 
 5 files changed, 85 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 28299b12734..0ce1e75d18b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -582,12 +582,6 @@ sci-chemistry/massxpert
 # Masked for removal in 30 days. Bug 514438, 644522
 sci-chemistry/gsim
 
-# Andreas Sturmlechner  (04 Mar 2018)
-# Depends on deprecated dev-python/pyqwt, blocks Qt4 removal.
-# Masked for removal in 30 days unless someone bumps to 5.2.2.
-# Bug 645218, 649094
-sci-chemistry/PyMca
-
 # Andreas K. Hüttel  (03 Mar 2018)
 # Fails to build without rpc support in glibc (bug 631044);
 # no maintainer, requires obsolete hardware. Removal in

diff --git a/sci-chemistry/PyMca/Manifest b/sci-chemistry/PyMca/Manifest
deleted file mode 100644
index 747530c0e02..000
--- a/sci-chemistry/PyMca/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pymca4.6.2-src.tgz 15979581 BLAKE2B 
62b5ec700f9e55bf0153d8aa731c1139035676e6adec34b1a69da9cb2a48f2b7bedb41595e49deddd740002bf806ecfca2a0ed4132cb588762c62aabadcc3e97
 SHA512 
e33188b446c399e50cf65ebca4bfeef34e1b7d99c331f670dc41ca204284fbba996a1c83bd12a2410a9972927aa9c92b42b5374c58c924b3a8583d4f37be6528

diff --git a/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild 
b/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild
deleted file mode 100644
index 1f2caf4c70f..000
--- a/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PV="${PV/_}"
-
-DESCRIPTION="X-ray Fluorescence Toolkit"
-HOMEPAGE="http://pymca.sourceforge.net/";
-SRC_URI="mirror://sourceforge/project/pymca/pymca/${PN}${PV/_p1}/pymca${MY_PV}-src.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="X hdf5 matplotlib"
-
-DEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pyopengl[${PYTHON_USEDEP}]
-   dev-python/sip[${PYTHON_USEDEP}]
-   virtual/opengl
-   X? (
-dev-python/PyQt4[${PYTHON_USEDEP}]
-dev-python/pyqwt[${PYTHON_USEDEP}]
-  )
-   hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
-   matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${PN}${MY_PV}"
-
-python_prepare_all() {
-   local PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-   export SPECFILE_USE_GNU_SOURCE=1
-   distutils-r1_python_prepare_all
-}

diff --git a/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch 
b/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch
deleted file mode 100644
index 81dfaf038fa..000
--- a/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 0a77cdf..e7ba643 100644
 a/setup.py
-+++ b/setup.py
-@@ -55,7 +55,7 @@ packages = ['PyMca','PyMca.PyMcaPlugins', 'PyMca.tests']
- py_modules = []
- 
- # Specify all the required PyMca data
--data_files = [(PYMCA_DATA_DIR, ['LICENSE.GPL',
-+data_files = [(PYMCA_DATA_DIR, [
-  'PyMca/PyMcaData/Scofield1973.dict',
-  'changelog.txt',
-  'PyMca/PyMcaData/McaTheory.cfg',

diff --git a/sci-chemistry/PyMca/metadata.xml b/sci-chemistry/PyMca/metadata.xml
deleted file mode 100644
index 4067b2f8b26..000
--- a/sci-chemistry/PyMca/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-sci-chemis...@gentoo.org
-Gentoo Chemistry Project
-  
-  
-The PyMca Toolkit is a collection of Python tools for visualization and 
-analysis of energy-dispersive X-ray fluorescence data. It builds its graphic 
-interface and plotting routines on top of the C++ libraries Qt and Qwt 
-through their respective Python bindings PyQt and PyQwt. Nevertheless, 
-the data analysis routines can be used independently of any graphical 
-interface.
-
-  
-Support for plotting through matplotlib
-  
-  
-pymca
-  
-



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gsim/, sci-chemistry/gsim/files/, profiles/

2018-04-03 Thread Andreas Sturmlechner
commit: 72f97028e511cf2d4331aeda84edca27bb186888
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 16:31:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 16:31:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f97028

sci-chemistry/gsim: Remove last-rited package

Closes: https://bugs.gentoo.org/514438
Closes: https://bugs.gentoo.org/644522

 profiles/package.mask  |  5 --
 sci-chemistry/gsim/Manifest|  1 -
 .../gsim/files/gsim-21.3-build.conf.patch  | 49 --
 sci-chemistry/gsim/gsim-21.3-r1.ebuild | 79 --
 sci-chemistry/gsim/gsim-21.3.ebuild| 66 --
 sci-chemistry/gsim/metadata.xml| 14 
 6 files changed, 214 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0ce1e75d18b..84bad4535af 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -577,11 +577,6 @@ media-sound/qmpdclient
 # Masked for removal in 30 days. Bug 645436
 sci-chemistry/massxpert
 
-# Andreas Sturmlechner  (04 Mar 2018)
-# Dead upstream, depends on deprecated Qt4.
-# Masked for removal in 30 days. Bug 514438, 644522
-sci-chemistry/gsim
-
 # Andreas K. Hüttel  (03 Mar 2018)
 # Fails to build without rpc support in glibc (bug 631044);
 # no maintainer, requires obsolete hardware. Removal in

diff --git a/sci-chemistry/gsim/Manifest b/sci-chemistry/gsim/Manifest
deleted file mode 100644
index 934ae0db1a1..000
--- a/sci-chemistry/gsim/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gsim-21.3.tar.gz 4100589 BLAKE2B 
5469ea2f06eb4d19efc767d5a1a45031e6ef257f27a32e62bda9c67b2c05b79b7b394efc402b68e708b87519e673c8785e0b3aaa9590f03a04c5df088190a578
 SHA512 
0a65ec416a11893fe9f249126ed8e7b9f7991dc8f02d6b62b01962de6dfabda805acdc3d7fc6939b609ff018f16cefff616f37ee906776712209460374bb225d

diff --git a/sci-chemistry/gsim/files/gsim-21.3-build.conf.patch 
b/sci-chemistry/gsim/files/gsim-21.3-build.conf.patch
deleted file mode 100644
index da7d7b7b445..000
--- a/sci-chemistry/gsim/files/gsim-21.3-build.conf.patch
+++ /dev/null
@@ -1,49 +0,0 @@
- gsim.pro | 23 ++-
- 1 file changed, 14 insertions(+), 9 deletions(-)
-
-diff --git a/gsim.pro b/gsim.pro
-index f88dc8a..579a91c 100755
 a/gsim.pro
-+++ b/gsim.pro
-@@ -10,27 +10,32 @@
- 
- #Uncomment next line if you want to use EMF output
- #EMF output requires libEMF or Wine on X11 systems and MAC(?)
--CONFIG+=use_emf
-+#CONFIG+=use_emf
- 
- #DO NOT UNCOMMENT NEXT LINE. The scripting possibilty won't work at the moment
- #CONFIG+=use_script
- 
- # Change directories locations for libcmatrix, MinUIT and muParser libraries
--unix:INCLUDEPATH += /home/dch0ph/libcmatrixR3nosse/include \
--  /home/dch1vz/Minuit2/include \
--  /home/dch1vz/muparser/include
-+#unix:INCLUDEPATH += /home/dch0ph/libcmatrixR3nosse/include \
-+# /home/dch1vz/Minuit2/include \
-+# /home/dch1vz/muparser/include
- 
- win32:INCLUDEPATH += "C:\gsim\libcmatrixR3_qt4\include" 
"C:\gsim\Minuit2_qt4\include" "C:\gsim\muparser_qt4\include"
- 
--unix:LIBS += -lcmatrix -L/home/dch0ph/libcmatrixR3nosse/lib  -lMinuit2Base 
-L/home/dch1vz/Minuit2/lib -L/home/dch1vz/muparser/lib -lmuparser
-+#unix:LIBS += -lcmatrix -L/home/dch0ph/libcmatrixR3nosse/lib  -lMinuit2Base 
-L/home/dch1vz/Minuit2/lib -L/home/dch1vz/muparser/lib -lmuparser
- 
- win32:LIBS += -lcmatrix -L"C:\gsim\libcmatrixR3_qt4\lib" -lMinuit2 
-L"C:\gsim\Minuit2_qt4\lib" -L"C:\gsim\muparser_qt4\lib" -lmuparser
- 
- #Change directories location for libEMF (if used)
--use_emf {
--  DEFINES+=USE_EMF_OUTPUT
--  unix:LIBS +=-lEMF -L/usr/include/libEmf
--  win32:LIBS +=-lgdi32
-+#use_emf {
-+# DEFINES+=USE_EMF_OUTPUT
-+# unix:LIBS +=-lEMF -L/usr/include/libEmf
-+# win32:LIBS +=-lgdi32
-+#}
-+
-+GSIM_ROOT = .
-+!include( $$GSIM_ROOT/build.conf ) {
-+  message( "You need a build.conf file with local settings!" )
- }
- 
- 
#

diff --git a/sci-chemistry/gsim/gsim-21.3-r1.ebuild 
b/sci-chemistry/gsim/gsim-21.3-r1.ebuild
deleted file mode 100644
index ea74adc598c..000
--- a/sci-chemistry/gsim/gsim-21.3-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic qmake-utils toolchain-funcs
-
-DESCRIPTION="Visualisation and processing of experimental and simulated NMR 
spectra"
-HOMEPAGE="https://sourceforge.net/projects/gsim/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="cpu_flags_x86_sse3 emf opengl"
-REQUIRED_USE="cpu_flags_x86_sse3"
-
-RDEPEND="
-   dev-cpp/muParser
-   media-libs/free

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/massxpert/files/, profiles/, sci-chemistry/massxpert/

2018-04-03 Thread Andreas Sturmlechner
commit: 07aa50ed8bf7f76a3f109c58a4d196e027fe8ee8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 16:32:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 16:32:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07aa50ed

sci-chemistry/massxpert: Remove last-rited package

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

 profiles/package.mask  |  5 --
 sci-chemistry/massxpert/Manifest   |  1 -
 .../massxpert/files/massxpert-3.4.0-gentoo.patch   | 91 --
 sci-chemistry/massxpert/massxpert-3.4.0.ebuild | 52 -
 sci-chemistry/massxpert/metadata.xml   | 11 ---
 5 files changed, 160 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 84bad4535af..b697a5e6659 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -572,11 +572,6 @@ net-fs/smbtatools
 # Masked for removal in 30 days. Bug 644412
 media-sound/qmpdclient
 
-# Andreas Sturmlechner  (04 Mar 2018)
-# Dead upstream, depends on deprecated Qt4.
-# Masked for removal in 30 days. Bug 645436
-sci-chemistry/massxpert
-
 # Andreas K. Hüttel  (03 Mar 2018)
 # Fails to build without rpc support in glibc (bug 631044);
 # no maintainer, requires obsolete hardware. Removal in

diff --git a/sci-chemistry/massxpert/Manifest b/sci-chemistry/massxpert/Manifest
deleted file mode 100644
index 9e20357a565..000
--- a/sci-chemistry/massxpert/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST massxpert-3.4.0.tar.bz2 16544044 BLAKE2B 
3fd6c6d865632b585521c52bb79be7c929aa2b03b7b7863b42e71a010e6ea5b1f97d36584e5315408380af3f2968ae72d73bfa6163a0a80d484b8867d0a33c56
 SHA512 
50e8eaab145ab7fa225725b113d6840168b88db7d2ee194b176bc88eabf4f44c20f8dc0680986d659de1f94f2e0c6ae10d54e17e2d8b3b5aa6a9a9bf57a508de

diff --git a/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch 
b/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch
deleted file mode 100644
index fc0fc4f606c..000
--- a/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch
+++ /dev/null
@@ -1,91 +0,0 @@
- CMakeLists.txt   | 20 
- gui/configurationSettingsDlg.cpp | 10 --
- 2 files changed, 8 insertions(+), 22 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index fec954b..b87d157 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -24,10 +24,10 @@ SET (CMAKE_VERBOSE_MAKEFILE ON)
- #
- # Enable warnings and treat them as errors, on GNU/Linux only
- IF (UNIX)
--  SET (PEDANTIC TRUE CACHE BOOL "Should we compile with -Wall -Werror.")
-+  SET (PEDANTIC TRUE CACHE BOOL "Should we compile with -Wall.")
-   
-   IF (PEDANTIC)
--ADD_DEFINITIONS (-Wall -Werror)
-+ADD_DEFINITIONS (-Wall)
-   ENDIF (PEDANTIC)
- ENDIF (UNIX)
- 
-@@ -64,12 +64,12 @@ IF (UNIX AND NOT APPLE)
-   # Plugin-specific stuff, some distros set CMAKE_INSTALL_LIBDIR to
-   # /usr/lib64 (Fedora64, for example)
-   IF (NOT CMAKE_INSTALL_LIBDIR)
--SET (CMAKE_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib)
-+SET (CMAKE_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
-   ENDIF (NOT CMAKE_INSTALL_LIBDIR)
-   SET (MASSXPERT_PLUGIN_DIR ${CMAKE_INSTALL_LIBDIR}/massxpert/plugins)
- 
-   SET (MASSXPERT_LOCALE_DIR ${CMAKE_INSTALL_PREFIX}/share/massxpert/locales)
--  SET (MASSXPERT_DOC_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/massxpert)
-+  SET (MASSXPERT_DOC_DIR 
${CMAKE_INSTALL_PREFIX}/share/doc/massxpert-${VERSION})
-   SET (MASSXPERT_USERMAN_DIR ${MASSXPERT_DOC_DIR}/usermanual)
- ENDIF (UNIX AND NOT APPLE)
- 
-@@ -144,10 +144,6 @@ IF (${BUILD_PROGRAM})
-   ###
-   # install stuff
- 
--  # The license file
--  INSTALL (FILES COPYING
--DESTINATION ${MASSXPERT_DOC_DIR})
--
-   # The desktop file
-   IF (UNIX AND NOT APPLE)
- INSTALL (FILES massxpert.desktop
-@@ -185,10 +181,6 @@ IF (${BUILD_DATA})
-   ###
-   # install stuff
-   
--  # The license file
--  INSTALL (FILES COPYING
--DESTINATION ${MASSXPERT_DOC_DIR})
--  
-   # The manual pages (data)
-   IF (UNIX AND NOT APPLE)
- INSTALL (FILES massxpert-data.7
-@@ -219,10 +211,6 @@ IF (${BUILD_USERMANUAL})
-   ###
-   # install stuff
-   
--  # The license file
--  INSTALL (FILES COPYING
--DESTINATION ${MASSXPERT_DOC_DIR})
--  
-   # The manual pages (user manual)
-   IF (UNIX AND NOT APPLE)
- INSTALL (FILES massxpert-doc.7
-diff --git a/gui/configurationSettingsDlg.cpp 
b/gui/configurationSettingsDlg.cpp
-index bf595d5..82cad21 100644
 a/gui/configurationSettingsDlg.cpp
-+++ b/gui/configurationSettingsDlg.cpp
-@@ -309,13 +309,11 @@ namespace massXpert
-   bool 
-   ConfigurationSettingsDlg::checkLocalizationDir(const QDir &dir)
-   {
--// At the moment there is the french translation: massxpert_fr.qm
-+// Gentoo provides optional installing of translations.
-+// If you decide not to have trans

[gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/qmpdclient/, media-sound/qmpdclient/files/

2018-04-03 Thread Andreas Sturmlechner
commit: 444943f0a1d2a3add840c29b2ab0f2998a136ac0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  3 16:33:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  3 16:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444943f0

media-sound/qmpdclient: Remove last-rited package

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

 media-sound/qmpdclient/Manifest|  1 -
 .../qmpdclient/files/qmpdclient-1.2.2-qt48.patch   | 40 -
 media-sound/qmpdclient/metadata.xml| 11 --
 media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild  | 42 --
 profiles/package.mask  |  6 
 5 files changed, 100 deletions(-)

diff --git a/media-sound/qmpdclient/Manifest b/media-sound/qmpdclient/Manifest
deleted file mode 100644
index 8418abcbab6..000
--- a/media-sound/qmpdclient/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qmpdclient-1.2.2.tar.bz2 271565 BLAKE2B 
b916b008016de9e534b174aa3317c5f68449aba0f2d80e4ab7b2680ec114df4b7ebbd47259eca88f3423b8f57c7e214ef85fa1b7b5b30a39b9a9bea00d469ca8
 SHA512 
2ae8a2235640c0c644f32290a9d39bcef6f041bb7eca1d269b54433975578c31067f2e5a28d9d679c229075962523b6b20e779b1ed23af7c47129ff4b63e5735

diff --git a/media-sound/qmpdclient/files/qmpdclient-1.2.2-qt48.patch 
b/media-sound/qmpdclient/files/qmpdclient-1.2.2-qt48.patch
deleted file mode 100644
index 2eac669c092..000
--- a/media-sound/qmpdclient/files/qmpdclient-1.2.2-qt48.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 20edef54b109882632f58549d181123b9985d65b Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Fri, 1 Jun 2012 21:54:10 +1200
-Subject: [PATCH] First attempt at fixing lastfm scrobbling
-

- src/lastfmsubmitter.cpp |   10 --
- 1 file changed, 8 insertions(+), 2 deletions(-)
-
-diff --git a/src/lastfmsubmitter.cpp b/src/lastfmsubmitter.cpp
-index cff94bc..a9b6ea9 100644
 a/src/lastfmsubmitter.cpp
-+++ b/src/lastfmsubmitter.cpp
-@@ -112,7 +112,10 @@ void LastFmSubmitter::scrobbleNp(MPDSong & s) {
-   data += QString("l=%1&").arg(s.secs() >0 ? QString::number(s.secs()) : 
"100");
-   data += 
QString("n=%1").arg(QString(QUrl::toPercentEncoding(s.track(;
-   //qDebug() << data;
--  m_netAccess->post(QNetworkRequest(QUrl(m_npUrl)), data.toAscii());
-+  QUrl url(m_npUrl);
-+  QNetworkRequest request(url);
-+  request.setRawHeader("Content-Type", 
"application/x-www-form-urlencoded");
-+  m_netAccess->post(request, data.toAscii());
- }
- 
- void LastFmSubmitter::scrobbleCurrent() {
-@@ -152,7 +155,10 @@ void LastFmSubmitter::scrobbleQueued() {
-   if (i>0) {
-   //qDebug() << "sending scrobble to " << m_subUrl.toAscii();
-   //qDebug() << "data: " << data.toAscii();
--  m_netAccess->post(QNetworkRequest(QUrl(m_subUrl)), 
data.toAscii());
-+  QUrl url(m_subUrl);
-+  QNetworkRequest request(url);
-+  request.setRawHeader("Content-Type", 
"application/x-www-form-urlencoded");
-+  m_netAccess->post(request, data.toAscii());
-   m_awaitingScrob = true;
-   }
- }
--- 
-1.7.9.4
-

diff --git a/media-sound/qmpdclient/metadata.xml 
b/media-sound/qmpdclient/metadata.xml
deleted file mode 100644
index 28569ac4e91..000
--- a/media-sound/qmpdclient/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   so...@gentoo.org
-   Gentoo Sound project
-   
-   
-   QMPDClient is an easy to use Qt4 client for MPD
-   
-

diff --git a/media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild 
b/media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild
deleted file mode 100644
index 014cca271ad..000
--- a/media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fdo-mime cmake-utils
-
-DESCRIPTION="QMPDClient with NBL additions, such as lyrics' display"
-HOMEPAGE="http://bitcheese.net/wiki/QMPDClient";
-SRC_URI="http://dump.bitcheese.net/files/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-
-DEPEND="
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   dev-qt/qtxmlpatterns:4
-   x11-libs/libX11
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( AUTHORS README THANKSTO )
-
-PATCHES=( "${FILESDIR}"/${P}-qt48.patch )
-
-src_prepare() {
-   sed -i -e "/^Categories/s/Network/AudioVideo/" ${PN}.desktop || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=( "-DVERSION=${PV}" )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() { fdo-mime_desktop_database_update; }
-pkg_postrm() { fdo-mime_desktop_database_update; }

diff --git a/profiles/package.mask b/profiles/package.mask
index b697a5e6659..8770e6cb136 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/

2018-04-03 Thread Mike Gilbert
commit: c4d461a0887ab299b4267cea4242c3564ea823d1
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Apr  3 02:31:53 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Apr  3 16:38:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d461a0

app-i18n/ibus-typing-booster: Delete dev-db/m17n-contrib from dependencies.

 app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild
index 94e882bf44d..b4bb8048b30 100644
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.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"
@@ -26,10 +26,7 @@ CDEPEND="${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   || (
-   >=dev-db/m17n-db-1.7
-   dev-db/m17n-contrib
-   )"
+   >=dev-db/m17n-db-1.7"
 DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"



  1   2   3   >