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

2017-04-23 Thread Hans de Graaff
commit: c2dd262f4898a45b4c146993a5624777003cf7d4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 24 05:06:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 24 05:06:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2dd262f

dev-ruby/ox: add 2.4.13

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ox/Manifest |  1 +
 dev-ruby/ox/ox-2.4.13.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 437a0370762..a18407cc9c5 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,3 +1,4 @@
 DIST ox-2.4.11.tar.gz 191015 SHA256 
fbd6f64dc1b38099b5a1e4cbc4726f1cf1f1541f4202f9565d4a59e3bf11fe45 SHA512 
504820125127e2076d275d885d16e92f508b0e02728ecaec390a56dc57d5ab655bb76bf0e809c99a17c68e3eb1e38f217aca809ca76c3fe67152a544387e1a07
 WHIRLPOOL 
74dc44b8e85ac778aa8b0301d892ac021259ba4155447ce8b81f1385d9a76615770a1fea52743853c142ab6d2aed5c3d8cf3b273a8697be28d4cc7392c38
+DIST ox-2.4.13.tar.gz 191174 SHA256 
a5918f804bc33a887c5f4663b665d96ab7fd2fc11c902baa572841b092767e79 SHA512 
98ed5549ba58461ee02945c3862dce27b3c6330ee3669f207cf3d58f27767ff5c5ac9f9f8d640720bb5ed3380f0f37d45a850e25c43f72acc8f7f3ab069ec771
 WHIRLPOOL 
45602639bc137b0bd5e1fb887977d9d31dc448f10c8410c143770c68dd6468a78db4464c3bb981b62b9a3881b9a643e0d7bee09faf7dae2cd26d2e985efe69d6
 DIST ox-2.4.8.tar.gz 190593 SHA256 
82e097857070369fe7b846a00ce5cb717e48b9ca5ed6acf03f823785290e1002 SHA512 
9fc648551471eeda82e7c3a8eacd0522d6fad66e93ad8a60cab4956c8f70e3ca83c4a8afbe9374f6d97d99c8dc5144c332d27d6ae112525d3250e10530b18dcc
 WHIRLPOOL 
2bf5d7ac87c0d6dd47851d262800dfd7fccc13146262747217d634a19a68fe3fd284686be3b07b19d7eeed49f5732e61a6695a39308064052cbf49300266fff3
 DIST ox-2.4.9.tar.gz 190749 SHA256 
224352960b3238d08b7ff65f8067ede3c3415e63a12ba8be5377c2cb3b8481e2 SHA512 
3f8ce25aa469940ece367e1c719638f74d70d8b6a809819c27cfcde4d3d047e3d571e883702c3c38008d739aee121e3412cf52d74f25d7b6ccd2cb616bd905f7
 WHIRLPOOL 
0588d20d1a5617053d1ca444d6d2fd58b7510ea2b7bd92497f65eebabf60623073f7fa9815ed968e3cf157d82ec12b57cd5742c24a7001c55d0e9f9ae67d8ce7

diff --git a/dev-ruby/ox/ox-2.4.13.ebuild b/dev-ruby/ox/ox-2.4.13.ebuild
new file mode 100644
index 000..eee48251f7b
--- /dev/null
+++ b/dev-ruby/ox/ox-2.4.13.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast XML parser and Object marshaller"
+HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox;
+SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ox extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/ox
+   cp ext/ox/ox$(get_modname) lib/ox/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/tests.rb || die
+}



[gentoo-commits] proj/musl:master commit in: dev-qt/qtcore/files/, dev-qt/qtcore/

2017-04-23 Thread Aric Belsito
commit: d9e34eb40544eba511b2cf9da866edf8cb4c27d5
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Apr 24 03:01:42 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Apr 24 03:01:42 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=d9e34eb4

dev-qt/qtcore: version bump to 5.7.1-r3

 dev-qt/qtcore/Manifest |   4 +
 dev-qt/qtcore/files/qtcore-5.7.1-qipm.patch| 152 +++
 dev-qt/qtcore/files/qtcore-5.7.1-qsfpm-1.patch | 252 +
 dev-qt/qtcore/files/qtcore-5.7.1-qsfpm-2.patch | 195 +++
 dev-qt/qtcore/qtcore-5.7.1-r3.ebuild   |  49 +
 5 files changed, 652 insertions(+)

diff --git a/dev-qt/qtcore/Manifest b/dev-qt/qtcore/Manifest
index 060c8e8..91e7a19 100644
--- a/dev-qt/qtcore/Manifest
+++ b/dev-qt/qtcore/Manifest
@@ -5,6 +5,9 @@ AUX qtcore-4.8.6-moc-boost-1.60.patch 884 SHA256 
cf7417eb14641c0e4f65148f67cab2a
 AUX qtcore-4.8.7-fix-socklent-for-musl.patch 3982 SHA256 
2d3065b3a372ae03a58ee76a4a24e676abc36a16f5c564b4b25c537d2520700d SHA512 
d578fa49270ae8d18ff4de3a15b6f4c485503c1de61e9732e6e55d0bd3db5a0c2e68d37327e500b71a85efe05b187f435d2e4c62f23481c73a9d593803ca345c
 WHIRLPOOL 
e95016f372dc7cfff32609b838774a339320073fde9c90aa92b0ee8003bbf740a545cb500518bdd611553016bc8d9f21ea060b97742478105474561d6f3ae3d4
 AUX qtcore-5.5.1-musl-iconv.patch 672 SHA256 
fcf5db5f11197079725bbd2ce3ef2b6e53db0ed0b73514a11c831605f7ae0226 SHA512 
ee32f08044f0f247e901209ef8e72868bf856cf7b4a490ae05d621eba931b9b37d088dd90700cc83929b5331a7452e5daa046b145076a9e7499180919560e4ed
 WHIRLPOOL 
e1d6496703ede9db343df8afdef1276cbbd4eabf9cc5929c26cb267b01fd801bdac8847de8040a57fc3cb9533f8ab308f0176bb5389640ac9b73ad0677c5c107
 AUX qtcore-5.6.2-plugins.patch 3264 SHA256 
2e0e863830f457d597e608815e92c25e4e0924a7c13c80649547e8a9be6bb420 SHA512 
0d50ba6cd94fc29158931e2e09ec21c48780ecfaa75443efd842cce05cc3030f81a02385714b42d5cede3b0cbf8efc24d3c660ac4438cdd428a24bf8a624bb2d
 WHIRLPOOL 
9ea062360162c636f43d7b490a3ee3931496b05001f9f0c99d588494d344f0a7a9d0e989b5695e468ec754e7bc789b2c2961db221701d8adf984efd691ee2a92
+AUX qtcore-5.7.1-qipm.patch 5915 SHA256 
a5fb3bee98d797ac5e34bec02bcc1b5b0834fa1092fa6d1e1ea3d490975ae42f SHA512 
807c030c2059cddcd159cb537ba2e4be68d6f612f45e1e7b844fc045f661739aea7bc35743735cee364d692d51774e17edced1aac8d444abaa4e4435117a5b3d
 WHIRLPOOL 
e13e1a24b750fe7729b1d86214491358937344b7a39c6c2941d372f5ce9077ecc1c320a0be2e5a9c772e1b01d786e55176cdad252c317bc62215c9c7acfe0d6b
+AUX qtcore-5.7.1-qsfpm-1.patch 8922 SHA256 
3376b4564d793e0bf3770a8ebcc474a03e7aa49a8a578c136bbcb1fa6e9e136a SHA512 
3854fffa1181cebe4683c54d5e774301a8710bf784dcc18367d04d193a7ce76fc6f634096b6986af41c3f5e4432b702873181a8900fd18e7617ea472d23d6d92
 WHIRLPOOL 
0ae27f2596e8601a4717bf76d06a2c452f4a0f087355766e7ca9483c8959ddd2c0765a6154ee1dde612347fb69ddc28581121c64cfa6f97a3067b1112bdb86c3
+AUX qtcore-5.7.1-qsfpm-2.patch 7812 SHA256 
a2bb1a42df644906cacb084e579166e8229c774e2f678b8b523215d4bbffe1e7 SHA512 
38b141aa7d30011d71ed9044c69f79b56698320600a64ed3cc37e8dd9d22bb9ec2f33f8348d074552a5046c2855e948e325d5421384cb4c66c0bbd566500174d
 WHIRLPOOL 
3e65f1413ce3b3800d694b731d74026ac5d5f08f9af20b257c2b7424ec954cb1fa28067496b028c3e66680ae88e59d8ccf8c080b049fa05f31162705db1a0898
 DIST qt-everywhere-opensource-src-4.8.6.tar.gz 241623667 SHA256 
8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c SHA512 
c2d07c3cf9d687cb9b93e337c89df3f0055bd02bc8aa5ecd55d3ffb238b31a4308aeabc3c51a4f94ac76a1b00796f047513d02e427ed93ae8dd99f836fff7692
 WHIRLPOOL 
473566814a77237dbdd37a47980c1085f6cf39599c4d6b0120959fe80dadf65c4eaafd5f528dd86cea8815562faa204bedfe3b766c2ca4f2d2c99efc21dbca84
 DIST qt-everywhere-opensource-src-4.8.7.tar.gz 241075567 SHA256 
e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 SHA512 
f9f81a2e7205e1fd05c8d923dc73244f29aa33f951fa6b7c5c8193449328b37084796b9b71ad0c317e4e6fd00017c10ea5d67b1b2032551cde00548522218125
 WHIRLPOOL 
ad8f01172f5bdb3a3a69fe7b03862c4c411bc8d95211053ad66ed1d60a3c0577d073d1075a1e0a80b25d9b2721addda55a2967e6ccf5e194cec8d08770ac5fc2
 DIST qtbase-opensource-src-5.6.1-1.tar.xz 46788436 SHA256 
329678347ec5ebb404225345300a8deb1e7c991322a4c50584be550c69be7c39 SHA512 
e9660bee2e0acd91c3232831e4f1a99ad30b82b8ff26850494efec89a525499b721adfb63f7ede586408489d3ebf727b842cd12eab665c58769001454e7f661d
 WHIRLPOOL 
e26cf72d9644dbcb08d1269bdaa633be2e24de813deb62a1c77e448b6578f6761769664fc95c4131c342f077c092a777af8fed62ea35e5fdb0f2576d82b3c499
@@ -15,4 +18,5 @@ EBUILD qtcore-4.8.7-r2.ebuild 2873 SHA256 
31208511c2f5a6ca50e242f6c5ecd690dce27b
 EBUILD qtcore-5.6.1.ebuild 794 SHA256 
1da435d29fa89f6638503bf2049697b39bbfb6e20e8243c2b84604aa51a6a450 SHA512 
d36f7ca356e52cf78bdcb9f9e466a4369a6f9a09dc1daa889efe4df2d0c97c80c3aa6571bad6c002a45f9a1ada7ec0147b81967e661695423e68c75314809d5e
 WHIRLPOOL 
8a0be06d6d1205cfad442278637cd9feaff92169a955b6d5d490f29753bdee28dc2d036b7b9955db16d502324a16956d89287b6d7f8f883cc84fb4231c0f2c3e
 

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

2017-04-23 Thread Zac Medico
commit: 289418fab1a93a03a18851cfed83f0c77e80ad72
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 24 01:59:45 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 01:59:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289418fa

dev-util/android-tools: re-apply fix for bug 580686

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/android-tools/android-tools-6.0.1_p79.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild 
b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
index 61a84f5ea64..f5e1750c542 100644
--- a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
+++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
@@ -52,6 +52,10 @@ src_prepare() {
mv core/*/* core/ || die
epatch arch/*/trunk/fix_build.patch
cp arch/*/trunk/generate_build.rb ./ || die
+   sed -e 's|^#include $|/*\0*/|' \
+   -e 's|^__BEGIN_DECLS$|#ifdef __cplusplus\nextern "C" 
{\n#endif|' \
+   -e 's|^__END_DECLS$|#ifdef __cplusplus\n}\n#endif|' \
+   -i extras/ext4_utils/sha1.{c,h} || die #580686
default
 }
 



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

2017-04-23 Thread Zac Medico
commit: a1a86075c03dea6e4cd39cbdc785412bd777c5c6
Author: John J. Aylward  johnanddalene  net>
AuthorDate: Mon Apr 24 01:47:46 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 01:52:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a86075

app-text/calibre: update 2.83.0 deps

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/calibre/calibre-2.83.0.ebuild | 27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/app-text/calibre/calibre-2.83.0.ebuild 
b/app-text/calibre/calibre-2.83.0.ebuild
index edd2bf35f9d..19f98667e32 100644
--- a/app-text/calibre/calibre-2.83.0.ebuild
+++ b/app-text/calibre/calibre-2.83.0.ebuild
@@ -43,20 +43,22 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=app-text/poppler-0.26.5[qt5]
>=dev-libs/chmlib-0.40:=
dev-libs/glib:2
-   >=dev-libs/icu-4.4:=
-   >=dev-python/apsw-3.7.17[${PYTHON_USEDEP}]
+   >=dev-libs/icu-57.1:=
+   >=dev-python/apsw-3.13.0[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
>=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/cssutils-0.9.9[${PYTHON_USEDEP}]
-   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
+   >=dev-libs/dbus-glib-0.106
+   >=sys-apps/dbus-1.10.8
>=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
-   >=dev-python/mechanize-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.2.5[${PYTHON_USEDEP}]
dev-python/netifaces[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0.1[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-1.4.1[${PYTHON_USEDEP}]
-   
>=dev-python/PyQt5-5.3.1[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.8[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
@@ -64,8 +66,11 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=media-gfx/imagemagick-6.5.9[jpeg,png]
media-libs/fontconfig
>=media-libs/freetype-2:=
-   >=media-libs/libmtp-1.1.5:=
+   >=media-libs/libmtp-1.1.11:=
>=media-libs/libwmf-0.2.8
+   >=media-gfx/optipng-0.7.6
+   >=app-pda/usbmuxd-1.0.8
+   >=app-pda/libimobiledevice-1.2.0
sys-libs/zlib
virtual/libusb:1=
virtual/python-dnspython[${PYTHON_USEDEP}]
@@ -77,8 +82,8 @@ COMMON_DEPEND="${PYTHON_DEPS}
 RDEPEND="${COMMON_DEPEND}
udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
 DEPEND="${COMMON_DEPEND}
-   >=dev-python/setuptools-0.6_rc5[${PYTHON_USEDEP}]
-   >=virtual/podofo-build-0.8.2
+   >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}]
+   >=virtual/podofo-build-0.9.4
virtual/pkgconfig"
 
 src_prepare() {



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

2017-04-23 Thread Michael Orlitzky
commit: 3dd9f4f0d1d30ed1e47ac185ecd5267b6088ad28
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Apr 24 01:25:30 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Apr 24 01:37:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd9f4f0

mail-filter/spamassassin: new revision fixing bugs 590338 and 615856.

The first fix in this revision adds a slot-operator dependency on
dev-lang/perl. This should force SpamAssassin to rebuild in response
to future major upgrades of perl (bug 615856).

The second fix includes a backported patch to support newer versions
of dev-perl/Net-DNS. This should avoid the problems experienced with
the URIDNSBL plugin (bug 590338).

Gentoo-Bug: 590338
Gentoo-Bug: 615856

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/spamassassin-3.4.1-bug_7231-extra.patch  | 140 +
 1-r10.ebuild => spamassassin-3.4.1-r11.ebuild} |   3 +-
 2 files changed, 142 insertions(+), 1 deletion(-)

diff --git 
a/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7231-extra.patch 
b/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7231-extra.patch
new file mode 100644
index 000..81c73866858
--- /dev/null
+++ b/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7231-extra.patch
@@ -0,0 +1,140 @@
+This should fix bug 7338, but the related commits were backported to
+the 3.4 branch as part of SpamAssassin bug 7231 (comment 13).
+
+--- a/lib/Mail/SpamAssassin/Dns.pm 2017/04/16 06:19:30 1791572
 b/lib/Mail/SpamAssassin/Dns.pm 2017/04/16 07:28:59 1791573
+@@ -171,7 +171,7 @@
+   if (substr($rule, 0, 2) eq "__") {
+ # don't bother with meta rules
+   } elsif ($answer->type eq 'TXT') {
+-# txtdata returns a non- zone-file-format encoded result, unlike rdatastr;
++# txtdata returns a non- zone-file-format encoded result, unlike rdstring;
+ # avoid space-separated RDATA  fields if possible,
+ # txtdata provides a list of strings in a list context since Net::DNS 0.69
+ $log = join('',$answer->txtdata);
+@@ -215,11 +215,13 @@
+ 
+   my $qname = $question->qname;
+ 
+-  # txtdata returns a non- zone-file-format encoded result, unlike rdatastr;
++  # txtdata returns a non- zone-file-format encoded result, unlike rdstring;
+   # avoid space-separated RDATA  fields if possible,
+   # txtdata provides a list of strings in a list context since Net::DNS 0.69
+   #
++  # rdatastr() is historical/undocumented, use rdstring() since Net::DNS 0.69
+   my $rdatastr = $answer->UNIVERSAL::can('txtdata') ? 
join('',$answer->txtdata)
++   : $answer->UNIVERSAL::can('rdstring') ? $answer->rdstring
+ : $answer->rdatastr;
+   if (defined $qname && defined $rdatastr) {
+ my $qclass = $question->qclass;
+@@ -267,8 +269,13 @@
+ my $answ_type = $answer->type;
+ # TODO: there are some CNAME returns that might be useful
+ next if ($answ_type ne 'A' && $answ_type ne 'TXT');
+-# skip any A record that isn't on 127/8
+-next if ($answ_type eq 'A' && $answer->rdatastr !~ /^127\./);
++if ($answ_type eq 'A') {
++  # Net::DNS::RR::A::address() is available since Net::DNS 0.69
++  my $ip_address = $answer->UNIVERSAL::can('address') ? $answer->address
++  : $answer->rdatastr;
++  # skip any A record that isn't on 127.0.0.0/8
++  next if $ip_address !~ /^127\./;
++}
+ for my $rule (@{$rules}) {
+   $self->dnsbl_hit($rule, $question, $answer);
+ }
+@@ -284,11 +291,13 @@
+ sub process_dnsbl_set {
+   my ($self, $set, $question, $answer) = @_;
+ 
+-  # txtdata returns a non- zone-file-format encoded result, unlike rdatastr;
++  # txtdata returns a non- zone-file-format encoded result, unlike rdstring;
+   # avoid space-separated RDATA  fields if possible,
+   # txtdata provides a list of strings in a list context since Net::DNS 0.69
+   #
+-  my $rdatastr = $answer->UNIVERSAL::can('txtdata') ? 
join('',$answer->txtdata)
++  # rdatastr() is historical/undocumented, use rdstring() since Net::DNS 0.69
++  my $rdatastr = $answer->UNIVERSAL::can('txtdata')  ? 
join('',$answer->txtdata)
++   : $answer->UNIVERSAL::can('rdstring') ? $answer->rdstring
+ : $answer->rdatastr;
+ 
+   while (my ($subtest, $rule) = each %{ $self->{dnspost}->{$set} }) {
+--- a/lib/Mail/SpamAssassin/Plugin/AskDNS.pm   2017/04/16 06:19:30 1791572
 b/lib/Mail/SpamAssassin/Plugin/AskDNS.pm   2017/04/16 07:28:59 1791573
+@@ -140,7 +140,7 @@
+ multiple character-strings (as defined in Section 3.3 of [RFC1035]), these
+ strings are concatenated with no delimiters before comparing the result
+ to the filtering string. This follows requirements of several documents,
+-such as RFC 5518, RFC 4408, RFC 4871, RFC 5617.  Examples of a plain text
++such as RFC 5518, RFC 7208, RFC 4871, RFC 5617.  

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

2017-04-23 Thread Zac Medico
commit: a15118e530db51aa438f0c605eba297c5adda83b
Author: cryptogopher  michalczyk  pro>
AuthorDate: Sun Apr 23 15:52:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 01:22:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15118e5

dev-util/android-tools: version bump 6.0.1_p79

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/android-tools/Manifest|  5 ++
 .../android-tools/android-tools-6.0.1_p79.ebuild   | 72 ++
 2 files changed, 77 insertions(+)

diff --git a/dev-util/android-tools/Manifest b/dev-util/android-tools/Manifest
index a0210d8aeda..12f70f3fcab 100644
--- a/dev-util/android-tools/Manifest
+++ b/dev-util/android-tools/Manifest
@@ -3,3 +3,8 @@ DIST android-tools-5.1.1_r13-core.tar.gz 1210720 SHA256 
f62ad7eb61650bc69cafd081
 DIST android-tools-5.1.1_r13-extras.tar.gz 282690 SHA256 
35440226e2dd41e91b96f4791fd389d38e98aedd596c09bdb80b9d27bb8fdf82 SHA512 
322d45be02d3d5a5bf677e3a38a44085258ee7b9a8c0a7bc08ddb4104168170d5969699ee54e19009a2bd0d7e0ac6ad7971ccc67e2a0311c6f1ba7fb76cfce83
 WHIRLPOOL 
3b8e0cc2d00a88f9e00a6de8a88fbe6c5374e82929859045602fbd96d5f4cf5e06f257b27b0a8ba1aebde981c6d4fe090c1a75fe737ca514d93f78cb51964752
 DIST android-tools-5.1.1_r13-f2fs-tools.tar.gz 65931 SHA256 
46aed56344b6661e1e638994ce57a7010c391356396b28cb207fc77f082c60cd SHA512 
66f4be04164df8bb5138105db4e9d5b79c09cd8c28a0d30a6d1e6dead77961614172c96fa680953bf445b934f14b4dbbc21ce89a909d9f278f2eca1ca2e1e656
 WHIRLPOOL 
5aa59b453c6fa31bb76a5568553ab25376d72a35cb96b97a1e7d956b2901f8467f4c7d56b73046c559fc3714e73acace31649f0929899f4e043ccb998de12fdc
 DIST android-tools-5.1.1_r13-libselinux.tar.gz 49085 SHA256 
0950aaa63e22c3d4399142f9795adaee9c0a866b7f037f6b7306642d46327bc2 SHA512 
b1a8960b98206118a07f11e7e67429c0d4b8f89c4f65919bcd02a6ba1c7f30e5b73a9431ce8d10fc6ffa6e487b79061b84a969490bf22a49188dc5cd9dd46a2f
 WHIRLPOOL 
da4d532bf033aa8bd1f423b596b95e6768b963d65c6fb23f856a07c636882b9584354fd147b04f1393219cc2a45281e440ed6a4f8f5472bd5a39119f81ce9209
+DIST android-tools-6.0.1_r79-arch.tar.gz 13466 SHA256 
8e20e1c28f80e6d52070883e35cd333d3bb1dbd2f18ab2625bf64f74829b4f34 SHA512 
90b8638d247897da33f6e861492c58df0e9877738650083c3307bd787d234d728e6c9097ac1401c254eb3daf4c6b18da4ee84dd16749acf6359fcb42781862fc
 WHIRLPOOL 
ce0ade8bf372bc01c20357f2bb7dfa1bebc4b7a3d08c9987a786b2d1563d12be47c51c8ca286c065165d3b66a03db3324fc8b7f11f58b2d7a76e92ed2ad2178b
+DIST android-tools-6.0.1_r79-core.tar.gz 1186562 SHA256 
2de9f6327c2b00d6b1eca7f97ceccc5b4f3302bb8c2abcc0d51e855e5e6dd3af SHA512 
a48f8c562305cbc951e008979920d9efe02e232c41997423457ff1e2f115e526b295c260a501d4050ce280ca7155793b95f7a60bad5cbc165ba80d6a225152f0
 WHIRLPOOL 
636921ad316590109a1fe8d97b4da257c7d14ac0379591341828c10de8934786fb1bb355f6aa6dc99d6cae2878bda5d3947cb978ea80ca99a74d02ba4db2f048
+DIST android-tools-6.0.1_r79-extras.tar.gz 648657 SHA256 
4c39fca97a419ec2b3c1edc6c558cac2777b64213df4a24fe281a343632d4a75 SHA512 
e10694737c518f591eff4e808bb826c83bf45dc44c5c1ee8a4082a6e0653350ffe2986e299348cb4a1219203192d01546a05e9354ce05e29897f856c147de8c3
 WHIRLPOOL 
212cd122f87bcaf7a3b9cf550653faa4eccd869113dfb2e11a38bc396fb748c339c717b2ac2075979a8bc69baceb0272e44e610ee96490e37004baf7b141b6e5
+DIST android-tools-6.0.1_r79-f2fs-tools.tar.gz 70255 SHA256 
a69b7653b1886d58fb8e7104437b3751c440e9367051d8ec1b859db2202555ae SHA512 
0871f99f78006028889b42668ec627b6515bb812ad3ec4a489f62187a79f64d2a74f66556698a5f05fc99932f75fefd8810dedceeab744b212beb764e97b82c8
 WHIRLPOOL 
23c2f6d95a92bb97290690534082810ff50817640e19e9567056194e4a01d28516433396bc0aa42c545b47738e739d21823007ffaa171e972789b7cb1c71be94
+DIST android-tools-6.0.1_r79-libselinux.tar.gz 50814 SHA256 
f93426fa21aa4d57f95ed832d61edce3363b3c0e80c666b6fc98367fbc95003e SHA512 
686557271271c4d59fb968c5aa76b433955009733f3151c4c86faa996ce846088d6632b0969b23699822b7a6f09eae60abedba6abb0edc9d444159bbdb5c6f91
 WHIRLPOOL 
d82d53133a54044e92db534b3c546b92ba7775cc2890b202673d68120a42d8cda169d1298a5bb36e466e65c9c5191d01bc29fdf53d8e621b30a2ccafcd75

diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild 
b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
new file mode 100644
index 000..61a84f5ea64
--- /dev/null
+++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit bash-completion-r1 eutils toolchain-funcs
+
+MY_PV="${PV/_p/_r}"
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Android platform tools (adb, fastboot, and mkbootimg)"
+HOMEPAGE="https://android.googlesource.com/platform/system/core.git/;
+# Downloading git tarballs generated by android.googlesource.com
+# Archlinux package contains patches and build script generation mechanism.
+SRC_URI="https://git.archlinux.org/svntogit/community.git/snapshot/community-6a03c4736c9734f5ac3d6b5b912605690a6eaa5f.tar.gz
 -> ${MY_P}-arch.tar.gz

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

2017-04-23 Thread Davide Pesavento
commit: 65a3a886f9bb48643053af1c4ce282d154f159ae
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Apr 24 01:01:09 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 01:01:09 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=65a3a886

Merge pull request #146 from BinaryKhaos

 dev-qt/qtdbus/qtdbus-5.8.0.ebuild| 30 --
 dev-qt/qtdbus/qtdbus-5.8..ebuild | 30 --
 dev-qt/qtdbus/qtdbus-5.9..ebuild | 30 --
 dev-qt/qtdbus/qtdbus-5..ebuild   | 30 --
 eclass/qt5-build.eclass  |  7 ++-
 5 files changed, 6 insertions(+), 121 deletions(-)



[gentoo-commits] proj/qt:master commit in: dev-qt/qtdbus/

2017-04-23 Thread Davide Pesavento
commit: 5c41b675d30045c54dd9a66dc99352c5362a8b91
Author: Matthias Dahl  binary-island  eu>
AuthorDate: Thu Apr 20 08:06:20 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 00:59:18 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=5c41b675

dev-qt/qtdbus: revert awful hack

With the changes to qt5-build.eclass to pass 'dbus-runtime' instead
of 'no-dbus' to avoid a general QT_NO_DBUS macro in QtCore/qconfig.h,
this hack is no longer needed and qtdbus compiles just fine.

 dev-qt/qtdbus/qtdbus-5.8.0.ebuild| 30 --
 dev-qt/qtdbus/qtdbus-5.8..ebuild | 30 --
 dev-qt/qtdbus/qtdbus-5.9..ebuild | 30 --
 dev-qt/qtdbus/qtdbus-5..ebuild   | 30 --
 4 files changed, 120 deletions(-)

diff --git a/dev-qt/qtdbus/qtdbus-5.8.0.ebuild 
b/dev-qt/qtdbus/qtdbus-5.8.0.ebuild
index 2c260c29..d7d8945c 100644
--- a/dev-qt/qtdbus/qtdbus-5.8.0.ebuild
+++ b/dev-qt/qtdbus/qtdbus-5.8.0.ebuild
@@ -20,7 +20,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
-   src/corelib
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
@@ -31,38 +30,9 @@ QT5_GENTOO_CONFIG=(
:dbus-linked:
 )
 
-src_prepare() {
-   qt5-build_src_prepare
-
-   cat > "${S}/src/corelib/corelib.pro" <<-_EOF_ || die
-   QT =
-   TARGET = QtCore
-   load(qt_module)
-   _EOF_
-}
-
 src_configure() {
local myconf=(
-dbus-linked
)
qt5-build_src_configure
 }
-
-src_compile() {
-   hack() {
-   emake
-   if [[ ${subdir} = "src/corelib" ]]; then
-   rm "${S}"/lib/libQt5Core* || die
-   fi
-   }
-   qt5_foreach_target_subdir hack
-}
-
-src_install() {
-   QT5_TARGET_SUBDIRS=(
-   src/dbus
-   src/tools/qdbusxml2cpp
-   src/tools/qdbuscpp2xml
-   )
-   qt5-build_src_install
-}

diff --git a/dev-qt/qtdbus/qtdbus-5.8..ebuild 
b/dev-qt/qtdbus/qtdbus-5.8..ebuild
index a8861216..d7d8945c 100644
--- a/dev-qt/qtdbus/qtdbus-5.8..ebuild
+++ b/dev-qt/qtdbus/qtdbus-5.8..ebuild
@@ -20,7 +20,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
-   src/corelib
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
@@ -31,38 +30,9 @@ QT5_GENTOO_CONFIG=(
:dbus-linked:
 )
 
-src_prepare() {
-   qt5-build_src_prepare
-
-   cat > "${S}/src/corelib/corelib.pro" <<-_EOF_ || die
-   QT =
-   TARGET = QtCore
-   load(qt_module)
-   _EOF_
-}
-
 src_configure() {
local myconf=(
-dbus-linked
)
qt5-build_src_configure
 }
-
-src_compile() {
-   hack() {
-   emake
-   if [[ ${subdir} = "src/corelib" ]]; then
-   rm "${QT5_BUILD_DIR}"/lib/libQt5Core* || die
-   fi
-   }
-   qt5_foreach_target_subdir hack
-}
-
-src_install() {
-   QT5_TARGET_SUBDIRS=(
-   src/dbus
-   src/tools/qdbusxml2cpp
-   src/tools/qdbuscpp2xml
-   )
-   qt5-build_src_install
-}

diff --git a/dev-qt/qtdbus/qtdbus-5.9..ebuild 
b/dev-qt/qtdbus/qtdbus-5.9..ebuild
index a8861216..d7d8945c 100644
--- a/dev-qt/qtdbus/qtdbus-5.9..ebuild
+++ b/dev-qt/qtdbus/qtdbus-5.9..ebuild
@@ -20,7 +20,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
-   src/corelib
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
@@ -31,38 +30,9 @@ QT5_GENTOO_CONFIG=(
:dbus-linked:
 )
 
-src_prepare() {
-   qt5-build_src_prepare
-
-   cat > "${S}/src/corelib/corelib.pro" <<-_EOF_ || die
-   QT =
-   TARGET = QtCore
-   load(qt_module)
-   _EOF_
-}
-
 src_configure() {
local myconf=(
-dbus-linked
)
qt5-build_src_configure
 }
-
-src_compile() {
-   hack() {
-   emake
-   if [[ ${subdir} = "src/corelib" ]]; then
-   rm "${QT5_BUILD_DIR}"/lib/libQt5Core* || die
-   fi
-   }
-   qt5_foreach_target_subdir hack
-}
-
-src_install() {
-   QT5_TARGET_SUBDIRS=(
-   src/dbus
-   src/tools/qdbusxml2cpp
-   src/tools/qdbuscpp2xml
-   )
-   qt5-build_src_install
-}

diff --git a/dev-qt/qtdbus/qtdbus-5..ebuild 
b/dev-qt/qtdbus/qtdbus-5..ebuild
index a8861216..d7d8945c 100644
--- a/dev-qt/qtdbus/qtdbus-5..ebuild
+++ b/dev-qt/qtdbus/qtdbus-5..ebuild
@@ -20,7 +20,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
-   src/corelib
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
@@ -31,38 +30,9 @@ QT5_GENTOO_CONFIG=(
:dbus-linked:
 )
 

[gentoo-commits] proj/qt:master commit in: eclass/

2017-04-23 Thread Davide Pesavento
commit: 53e51ab097bd73ec05d56c389bc68da17eaf22d5
Author: Matthias Dahl  binary-island  eu>
AuthorDate: Thu Apr 20 07:55:36 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 00:51:37 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=53e51ab0

qt5-build.eclass: workaround global disabling of dbus for qtbase >= 5.8

Passing a 'no-dbus' to configure will result in a QT_NO_DBUS macro in
QtCore/qconfig.h when qtcore is compiled -- causing all sorts of havoc
naturally while compiling packages that require QtDBus.

If we use 'dbus-runtime' instead, there will be no hard dependencies
on DBus, while avoiding that macro altogether.

I recompiled Qt 5.8. with it, as well as kde-frameworks/*,
and everything turned out fine. I did not find any side-effects.

Gentoo-Bug: 599636

 eclass/qt5-build.eclass | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index d679da40..0c92a306 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -630,7 +630,12 @@ qt5_base_configure() {
$([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -iconv)
 
# disable everything to prevent automagic deps (part 3)
-   -no-cups -no-evdev -no-tslib -no-icu -no-fontconfig -no-dbus
+   -no-cups -no-evdev -no-tslib -no-icu -no-fontconfig
+
+   # FIXME
+   # since 5.8, disabling dbus generates a QT_NO_DBUS in 
QtCore/qconfig.h,
+   # thus specify runtime loading of libdbus to avoid the #define
+   $([[ ${QT5_MINOR_VERSION} -ge 8 ]] && echo -dbus-runtime || 
echo -no-dbus)
 
# let portage handle stripping
-no-strip



[gentoo-commits] proj/qt:master commit in: dev-qt/qtscript/, dev-qt/qtcharts/, dev-qt/assistant/, dev-qt/qtprintsupport/, ...

2017-04-23 Thread Davide Pesavento
commit: 97708267cddd2c93fa37785c994431ac68f8cdc6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Apr 24 00:37:17 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 00:37:17 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=97708267

dev-qt: update copyright year

 dev-qt/assistant/assistant-5.6..ebuild   | 2 +-
 dev-qt/assistant/assistant-5.7..ebuild   | 2 +-
 dev-qt/assistant/assistant-5.8..ebuild   | 2 +-
 dev-qt/assistant/assistant-5..ebuild | 2 +-
 dev-qt/designer/designer-5.6..ebuild | 2 +-
 dev-qt/designer/designer-5.7..ebuild | 2 +-
 dev-qt/designer/designer-5.8..ebuild | 2 +-
 dev-qt/designer/designer-5..ebuild   | 2 +-
 dev-qt/linguist-tools/linguist-tools-5.6..ebuild | 2 +-
 dev-qt/linguist-tools/linguist-tools-5.7..ebuild | 2 +-
 dev-qt/linguist-tools/linguist-tools-5.8..ebuild | 2 +-
 dev-qt/linguist-tools/linguist-tools-5..ebuild   | 2 +-
 dev-qt/linguist/linguist-5.6..ebuild | 2 +-
 dev-qt/linguist/linguist-5.7..ebuild | 2 +-
 dev-qt/linguist/linguist-5.8..ebuild | 2 +-
 dev-qt/linguist/linguist-5..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5.6..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5.7..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5.8..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5..ebuild | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.6..ebuild   | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.7..ebuild   | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.8..ebuild   | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5..ebuild | 2 +-
 dev-qt/qt3d/qt3d-5.7..ebuild | 2 +-
 dev-qt/qtcharts/qtcharts-5.7..ebuild | 2 +-
 dev-qt/qtcharts/qtcharts-5.8..ebuild | 2 +-
 dev-qt/qtcharts/qtcharts-5..ebuild   | 2 +-
 dev-qt/qtchooser/qtchooser-.ebuild   | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.6..ebuild | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.7..ebuild | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.8..ebuild | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5..ebuild   | 2 +-
 dev-qt/qtcore/qtcore-5.6..ebuild | 2 +-
 dev-qt/qtdatavis3d/qtdatavis3d-5.7..ebuild   | 2 +-
 dev-qt/qtdatavis3d/qtdatavis3d-5.8..ebuild   | 2 +-
 dev-qt/qtdatavis3d/qtdatavis3d-5..ebuild | 2 +-
 dev-qt/qtdbus/qtdbus-5.6..ebuild | 2 +-
 dev-qt/qtdbus/qtdbus-5.7..ebuild | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild   | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5.7..ebuild   | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5.8..ebuild   | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5.6..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5.7..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5.8..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5..ebuild   | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6..ebuild | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.7..ebuild | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.8..ebuild | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5..ebuild   | 2 +-
 dev-qt/qtgui/qtgui-5.6..ebuild   | 2 +-
 dev-qt/qtgui/qtgui-5.7..ebuild   | 2 +-
 dev-qt/qthelp/qthelp-5.6..ebuild | 2 +-
 dev-qt/qthelp/qthelp-5.7..ebuild | 2 +-
 dev-qt/qthelp/qthelp-5.8..ebuild | 2 +-
 dev-qt/qthelp/qthelp-5..ebuild   | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.6..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.7..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.8..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5..ebuild   | 2 +-
 dev-qt/qtlocation/qtlocation-5.6..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5.7..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5.8..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5..ebuild   | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.6..ebuild | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.7..ebuild | 2 +-
 

[gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/, dev-qt/qtgraphicaleffects/, dev-qt/qtwebkit/, ...

2017-04-23 Thread Davide Pesavento
commit: 42be17c927f52fd0f4b7c2455e67059e7164e17d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue Apr 18 16:46:19 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Apr 18 16:46:19 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=42be17c9

dev-qt: Add live ebuilds for the 5.9 branch.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-qt/assistant/assistant-5.9..ebuild |  37 +
 dev-qt/designer/designer-5.9..ebuild   |  40 +
 .../linguist-tools/linguist-tools-5.9..ebuild  |  35 +
 dev-qt/linguist/linguist-5.9..ebuild   |  28 
 dev-qt/pixeltool/pixeltool-5.9..ebuild |  25 
 dev-qt/qdbus/qdbus-5.9..ebuild |  25 
 dev-qt/qdbusviewer/qdbusviewer-5.9..ebuild |  27 
 dev-qt/qdoc/qdoc-5.9..ebuild   |  31 
 dev-qt/qt3d/qt3d-5.9..ebuild   |  30 
 dev-qt/qtbluetooth/qtbluetooth-5.9..ebuild |  33 +
 dev-qt/qtcharts/qtcharts-5.9..ebuild   |  29 
 dev-qt/qtconcurrent/qtconcurrent-5.9..ebuild   |  23 +++
 dev-qt/qtcore/qtcore-5.9..ebuild   |  44 ++
 dev-qt/qtdatavis3d/qtdatavis3d-5.9..ebuild |  31 
 dev-qt/qtdbus/qtdbus-5.9..ebuild   |  68 +
 dev-qt/qtdeclarative/qtdeclarative-5.9..ebuild |  56 +++
 dev-qt/qtdiag/qtdiag-5.9..ebuild   |  25 
 .../qtgraphicaleffects-5.9..ebuild |  21 +++
 dev-qt/qtgui/qtgui-5.9..ebuild | 164 +
 dev-qt/qthelp/qthelp-5.9..ebuild   |  31 
 .../qtimageformats/qtimageformats-5.9..ebuild  |  23 +++
 dev-qt/qtlocation/qtlocation-5.9..ebuild   |  29 
 dev-qt/qtmultimedia/qtmultimedia-5.9..ebuild   |  76 ++
 dev-qt/qtnetwork/qtnetwork-5.9..ebuild |  53 +++
 dev-qt/qtopengl/qtopengl-5.9..ebuild   |  34 +
 dev-qt/qtpaths/qtpaths-5.9..ebuild |  23 +++
 dev-qt/qtplugininfo/qtplugininfo-5.9..ebuild   |  23 +++
 dev-qt/qtpositioning/qtpositioning-5.9..ebuild |  34 +
 .../qtprintsupport/qtprintsupport-5.9..ebuild  |  42 ++
 .../qtquickcontrols-5.9..ebuild|  32 
 .../qtquickcontrols2-5.9..ebuild   |  21 +++
 dev-qt/qtscript/qtscript-5.9..ebuild   |  36 +
 dev-qt/qtscxml/qtscxml-5.9..ebuild |  19 +++
 dev-qt/qtsensors/qtsensors-5.9..ebuild |  26 
 dev-qt/qtserialport/qtserialport-5.9..ebuild   |  27 
 dev-qt/qtsql/qtsql-5.9..ebuild |  53 +++
 dev-qt/qtsvg/qtsvg-5.9..ebuild |  23 +++
 dev-qt/qttest/qttest-5.9..ebuild   |  29 
 .../qttranslations/qttranslations-5.9..ebuild  |  19 +++
 dev-qt/qtwayland/qtwayland-5.9..ebuild |  33 +
 dev-qt/qtwebchannel/qtwebchannel-5.9..ebuild   |  26 
 dev-qt/qtwebengine/qtwebengine-5.9..ebuild | 111 ++
 dev-qt/qtwebkit/qtwebkit-5.9..ebuild   | 107 ++
 dev-qt/qtwebsockets/qtwebsockets-5.9..ebuild   |  27 
 dev-qt/qtwidgets/qtwidgets-5.9..ebuild |  49 ++
 dev-qt/qtx11extras/qtx11extras-5.9..ebuild |  21 +++
 dev-qt/qtxml/qtxml-5.9..ebuild |  25 
 dev-qt/qtxmlpatterns/qtxmlpatterns-5.9..ebuild |  19 +++
 48 files changed, 1843 insertions(+)

diff --git a/dev-qt/assistant/assistant-5.9..ebuild 
b/dev-qt/assistant/assistant-5.9..ebuild
new file mode 100644
index ..44fa4993
--- /dev/null
+++ b/dev-qt/assistant/assistant-5.9..ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+QT5_MODULE="qttools"
+inherit qt5-build
+
+DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+fi
+
+IUSE="webkit"
+
+DEPEND="
+   ~dev-qt/qtcore-${PV}
+   ~dev-qt/qtgui-${PV}
+   ~dev-qt/qthelp-${PV}
+   ~dev-qt/qtnetwork-${PV}
+   ~dev-qt/qtprintsupport-${PV}
+   ~dev-qt/qtsql-${PV}[sqlite]
+   ~dev-qt/qtwidgets-${PV}
+   webkit? ( ~dev-qt/qtwebkit-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+   src/assistant/assistant
+)
+
+src_prepare() {
+   qt_use_disable_mod webkit webkitwidgets \
+   src/assistant/assistant/assistant.pro
+
+   qt5-build_src_prepare
+}

diff --git a/dev-qt/designer/designer-5.9..ebuild 
b/dev-qt/designer/designer-5.9..ebuild
new file mode 100644
index ..881db449
--- /dev/null
+++ b/dev-qt/designer/designer-5.9..ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+QT5_MODULE="qttools"
+inherit qt5-build
+

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

2017-04-23 Thread Davide Pesavento
commit: ba28f6814a223c7804b5f28e72cae91982377520
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Apr 24 00:28:37 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 00:28:37 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ba28f681

Merge pull request #144 from Chiitoo

 dev-qt/assistant/{assistant-5.8.0.ebuild => assistant-5.9..ebuild}  | 0
 dev-qt/designer/{designer-5.8.0.ebuild => designer-5.9..ebuild} | 0
 .../{linguist-tools-5.8.0.ebuild => linguist-tools-5.9..ebuild} | 0
 dev-qt/linguist/{linguist-5.8.0.ebuild => linguist-5.9..ebuild} | 0
 .../pixeltool/{pixeltool-5.6..ebuild => pixeltool-5.9..ebuild}  | 0
 dev-qt/qdbus/{qdbus-5.8.0.ebuild => qdbus-5.9..ebuild}  | 0
 .../{qdbusviewer-5.8.0.ebuild => qdbusviewer-5.9..ebuild}   | 0
 dev-qt/qdoc/{qdoc-5.8.0.ebuild => qdoc-5.9..ebuild} | 0
 dev-qt/qt3d/{qt3d-5.8.0.ebuild => qt3d-5.9..ebuild} | 0
 .../{qtbluetooth-5.6..ebuild => qtbluetooth-5.9..ebuild}| 0
 dev-qt/qtcharts/{qtcharts-5.8.0.ebuild => qtcharts-5.9..ebuild} | 0
 .../{qtconcurrent-5.8.0.ebuild => qtconcurrent-5.9..ebuild} | 0
 dev-qt/qtcore/{qtcore-5..ebuild => qtcore-5.9..ebuild}  | 0
 .../{qtdatavis3d-5.8.0.ebuild => qtdatavis3d-5.9..ebuild}   | 0
 dev-qt/qtdbus/{qtdbus-5.8..ebuild => qtdbus-5.9..ebuild}| 0
 .../{qtdeclarative-5.8.0.ebuild => qtdeclarative-5.9..ebuild}   | 0
 dev-qt/qtdiag/{qtdiag-5.8.0.ebuild => qtdiag-5.9..ebuild}   | 0
 ...graphicaleffects-5.8.0.ebuild => qtgraphicaleffects-5.9..ebuild} | 0
 dev-qt/qtgui/{qtgui-5.8..ebuild => qtgui-5.9..ebuild}   | 0
 dev-qt/qthelp/{qthelp-5.8.0.ebuild => qthelp-5.9..ebuild}   | 0
 .../{qtimageformats-5.8.0.ebuild => qtimageformats-5.9..ebuild} | 0
 .../qtlocation/{qtlocation-5.8.0.ebuild => qtlocation-5.9..ebuild}  | 0
 .../{qtmultimedia-5.8.0.ebuild => qtmultimedia-5.9..ebuild} | 0
 dev-qt/qtnetwork/{qtnetwork-5.8.0.ebuild => qtnetwork-5.9..ebuild}  | 0
 dev-qt/qtopengl/{qtopengl-5.8.0.ebuild => qtopengl-5.9..ebuild} | 0
 dev-qt/qtpaths/{qtpaths-5.8.0.ebuild => qtpaths-5.9..ebuild}| 0
 .../{qtplugininfo-5.8.0.ebuild => qtplugininfo-5.9..ebuild} | 0
 .../{qtpositioning-5.8.0.ebuild => qtpositioning-5.9..ebuild}   | 0
 .../{qtprintsupport-5.8.0.ebuild => qtprintsupport-5.9..ebuild} | 0
 .../{qtquickcontrols-5.8.0.ebuild => qtquickcontrols-5.9..ebuild}   | 0
 ...tquickcontrols2-5.7..ebuild => qtquickcontrols2-5.9..ebuild} | 0
 dev-qt/qtscript/{qtscript-5.8.0.ebuild => qtscript-5.9..ebuild} | 0
 dev-qt/qtscxml/{qtscxml-5.8.0.ebuild => qtscxml-5.9..ebuild}| 0
 dev-qt/qtsensors/{qtsensors-5.8.0.ebuild => qtsensors-5.9..ebuild}  | 0
 .../{qtserialport-5.8.0.ebuild => qtserialport-5.9..ebuild} | 0
 dev-qt/qtsql/{qtsql-5.8.0.ebuild => qtsql-5.9..ebuild}  | 0
 dev-qt/qtsvg/{qtsvg-5.8.0.ebuild => qtsvg-5.9..ebuild}  | 0
 dev-qt/qttest/{qttest-5.8.0.ebuild => qttest-5.9..ebuild}   | 0
 .../{qttranslations-5.8.0.ebuild => qttranslations-5.9..ebuild} | 0
 dev-qt/qtwayland/{qtwayland-5.8.0.ebuild => qtwayland-5.9..ebuild}  | 0
 .../{qtwebchannel-5.8.0.ebuild => qtwebchannel-5.9..ebuild} | 0
 .../{qtwebengine-5.8.0.ebuild => qtwebengine-5.9..ebuild}   | 0
 dev-qt/qtwebkit/{qtwebkit-5..ebuild => qtwebkit-5.9..ebuild}| 2 +-
 .../{qtwebsockets-5.8.0.ebuild => qtwebsockets-5.9..ebuild} | 0
 .../qtwidgets/{qtwidgets-5.8..ebuild => qtwidgets-5.9..ebuild}  | 0
 .../{qtx11extras-5.8.0.ebuild => qtx11extras-5.9..ebuild}   | 0
 dev-qt/qtxml/{qtxml-5.8.0.ebuild => qtxml-5.9..ebuild}  | 0
 .../{qtxmlpatterns-5.8.0.ebuild => qtxmlpatterns-5.9..ebuild}   | 0
 48 files changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] repo/gentoo:master commit in: app-text/calibre/files/, app-text/calibre/

2017-04-23 Thread Zac Medico
commit: ad7760cb092e53a642eae2952ad277b01ddaab66
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 23 23:58:11 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 00:05:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7760cb

app-text/calibre: version bump to 2.83.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-2.83.0.ebuild | 251 +
 ...libre-2.83.0-lzxd-bounds-error-bug-540596.patch |  37 +++
 3 files changed, 289 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index cc4db3db000..9d0294abe41 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,2 +1,3 @@
 DIST calibre-2.78.0.tar.xz 38739404 SHA256 
d2b0b0c5451d3ac05ce9de0b801ddf8de7664fee45f273d7ee8445a1ec2f898b SHA512 
0779ac385dde45ac4baee7cecb0916e245f3e1cf20662bad9d9a4278265390b1aa89c2b478601b57113e7de08a69343288488ee299e8b43332f0129e650aa0ca
 WHIRLPOOL 
325fc35078ef0df0a29b4cd8e32445a881ede89e3db87606166ff0c8b7db10b7cc34432e63c2bb49382537a5107686339b987f1be807d59a1786ddfd4a75
 DIST calibre-2.80.0.tar.xz 38781996 SHA256 
33a6dbc578c7a2f3d1c97253769506a1afc10f688c062f027d64d7081618f2b1 SHA512 
9dc874cd7bfcc883514e354a494a83c63d19b88980df8f28fc03b57d3ebaafb45dad36f0d61e8ef08d363ed18a7bd953e8d624c69f0c3d7f7d66308fceac8982
 WHIRLPOOL 
b40701e810d9a9fab333f420bb1f14a89ac55dd7397407d4f31837efc97d323f74b94181436b8038004e404aff6e9c5696deee89daf1cd949e5659dbe43207c4
+DIST calibre-2.83.0.tar.xz 38875672 SHA256 
96166e8c74047cfbae9289c38ab5e2f661168048e568cd187f908242d98426ab SHA512 
a28aa52379bc317e648087b28859a8e2c50dd4e2ccb3352e135f896ad95ab9c85c1fba162fe3acd5056be80e7c4e9481ea1396cb638661cfdb27795051124821
 WHIRLPOOL 
bcce15cbfdcf78a56a24f931ae4eed688c7409af0455e9f1ca7aaf00751fa0b4a55e570501bc1b10d02a8e8397df979a18a999b4ddbbb645a7a376cded76cbec

diff --git a/app-text/calibre/calibre-2.83.0.ebuild 
b/app-text/calibre/calibre-2.83.0.ebuild
new file mode 100644
index 000..edd2bf35f9d
--- /dev/null
+++ b/app-text/calibre/calibre-2.83.0.ebuild
@@ -0,0 +1,251 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs 
python-single-r1
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="http://calibre-ebook.com/;
+SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz;
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+   unRAR
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="+udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/podofo-0.8.2:=
+   >=app-text/poppler-0.26.5[qt5]
+   >=dev-libs/chmlib-0.40:=
+   dev-libs/glib:2
+   >=dev-libs/icu-4.4:=
+   >=dev-python/apsw-3.7.17[${PYTHON_USEDEP}]
+   >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/cssutils-0.9.9[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.1.11[${PYTHON_USEDEP}]
+   dev-python/netifaces[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-1.4.1[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.3.1[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-fonts/liberation-fonts
+   >=media-gfx/imagemagick-6.5.9[jpeg,png]
+   media-libs/fontconfig
+   >=media-libs/freetype-2:=
+   >=media-libs/libmtp-1.1.5:=
+   >=media-libs/libwmf-0.2.8
+   sys-libs/zlib
+   virtual/libusb:1=
+   virtual/python-dnspython[${PYTHON_USEDEP}]
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   >=x11-misc/xdg-utils-1.0.2-r2
+   udisks? ( virtual/libudev )"
+RDEPEND="${COMMON_DEPEND}
+   udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
+DEPEND="${COMMON_DEPEND}
+   >=dev-python/setuptools-0.6_rc5[${PYTHON_USEDEP}]
+   >=virtual/podofo-build-0.8.2
+   virtual/pkgconfig"
+
+src_prepare() {
+   # no_updates: do not annoy user with "new version is availible all the 
time
+   # disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
+   eapply \
+   "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
+ 

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

2017-04-23 Thread Zac Medico
commit: d84849dbf70b9a050b996dbf0137fa633d8e1306
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 24 00:03:15 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 00:05:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84849db

app-text/calibre: patch older versions for bug 540596

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/calibre/calibre-2.78.0.ebuild | 3 ++-
 app-text/calibre/calibre-2.80.0.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/calibre/calibre-2.78.0.ebuild 
b/app-text/calibre/calibre-2.78.0.ebuild
index 94d804a8118..b2d45db79e7 100644
--- a/app-text/calibre/calibre-2.78.0.ebuild
+++ b/app-text/calibre/calibre-2.78.0.ebuild
@@ -86,7 +86,8 @@ src_prepare() {
# disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
eapply \
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
-   "${FILESDIR}/${PN}-disable_plugins.patch"
+   "${FILESDIR}/${PN}-disable_plugins.patch" \
+   "${FILESDIR}/${PN}-2.83.0-lzxd-bounds-error-bug-540596.patch"
 
eapply_user
 

diff --git a/app-text/calibre/calibre-2.80.0.ebuild 
b/app-text/calibre/calibre-2.80.0.ebuild
index f41f4e7f5e7..edd2bf35f9d 100644
--- a/app-text/calibre/calibre-2.80.0.ebuild
+++ b/app-text/calibre/calibre-2.80.0.ebuild
@@ -86,7 +86,8 @@ src_prepare() {
# disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
eapply \
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
-   "${FILESDIR}/${PN}-disable_plugins.patch"
+   "${FILESDIR}/${PN}-disable_plugins.patch" \
+   "${FILESDIR}/${PN}-2.83.0-lzxd-bounds-error-bug-540596.patch"
 
eapply_user
 



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

2017-04-23 Thread Davide Pesavento
commit: 8be994b1f3693dbd80c081d4d4cddacca4615c2d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 23 23:36:44 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 23 23:37:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be994b1

x11-libs/qscintilla: rename "nested" functions to prevent name clashes

In particular, install() vs. /usr/bin/install

Gentoo-Bug: 616246
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/qscintilla/qscintilla-2.10.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/x11-libs/qscintilla/qscintilla-2.10.ebuild 
b/x11-libs/qscintilla/qscintilla-2.10.ebuild
index 95c0fb66750..eb99746332b 100644
--- a/x11-libs/qscintilla/qscintilla-2.10.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.10.ebuild
@@ -65,33 +65,34 @@ qsci_run_in() {
 
 src_configure() {
use qt4 && append-cxxflags -std=gnu++0x
+
if use designer; then
# prevent building against system version (bug 466120)
append-cxxflags -I../Qt4Qt5
append-ldflags -L../Qt4Qt5
fi
 
-   configure() {
+   qsci_configure() {
qsci_run_in Qt4Qt5 eqmake${MULTIBUILD_VARIANT#qt}
use designer && qsci_run_in designer-Qt4Qt5 
eqmake${MULTIBUILD_VARIANT#qt}
}
-   multibuild_foreach_variant run_in_build_dir configure
+   multibuild_foreach_variant run_in_build_dir qsci_configure
 }
 
 src_compile() {
-   compile() {
+   qsci_compile() {
qsci_run_in Qt4Qt5 emake
use designer && qsci_run_in designer-Qt4Qt5 emake
}
-   multibuild_foreach_variant run_in_build_dir compile
+   multibuild_foreach_variant run_in_build_dir qsci_compile
 }
 
 src_install() {
-   install() {
+   qsci_install() {
qsci_run_in Qt4Qt5 emake INSTALL_ROOT="${D}" install
use designer && qsci_run_in designer-Qt4Qt5 emake 
INSTALL_ROOT="${D}" install
}
-   multibuild_foreach_variant run_in_build_dir install
+   multibuild_foreach_variant run_in_build_dir qsci_install
 
DOCS=( ChangeLog NEWS )
use doc && HTML_DOCS=( doc/html-Qt4Qt5/. )



[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/

2017-04-23 Thread Sam Jorna
commit: 6a2d104b5d08cb9c25f94db1dbf8af44455acfdc
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Apr 23 23:29:25 2017 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Apr 23 23:29:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2d104b

sys-boot/refind: bump to 0.10.7

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-boot/refind/Manifest |   1 +
 sys-boot/refind/refind-0.10.7.ebuild | 197 +++
 2 files changed, 198 insertions(+)

diff --git a/sys-boot/refind/Manifest b/sys-boot/refind/Manifest
index 50441a1fb85..77b0cb5dfa7 100644
--- a/sys-boot/refind/Manifest
+++ b/sys-boot/refind/Manifest
@@ -1 +1,2 @@
 DIST refind-src-0.10.4.tar.gz 3970380 SHA256 
c3e428b27a0d4c61ee052603aedea7118bf04a7917216b10bfde2a3d2a2442a5 SHA512 
a75a6210ee51427c474e69c2de8c719545b2599c19f1c7541048b77ab1996a0e4b4b5fd4840f6240cd6704e5f5338cbaff432d7dc5ec4042854e26d6df18bed5
 WHIRLPOOL 
a5d84831ea3c6282560fcc7491e7aabeb4a0598c34843a09b7baadf9398092a9495290180d05fbd935ad09207814a3fa4f72cfa3bf798f2422fecf07dc27037d
+DIST refind-src-0.10.7.tar.gz 4045026 SHA256 
32e9a1cb11a910a26f555792d287f1b26d677c6d15666c19814d2b67b78b4201 SHA512 
42830ac8c06221e2244426059add134afc6b63e5120c78fc6fed54eb3a6a1aee1b07da4833f53b3e5ed85689ab818d9bccdd7d1eb7e8fd326ea118ad0d3a542f
 WHIRLPOOL 
a8ac31f0fe3ee5726ecca56f339a1a63835ee608c947a0d86ed6995ad3fa09d66cce7bb4a5d878a6e20755d18b784822c6032ec7f67ea99a14ff3c9f44c49d88

diff --git a/sys-boot/refind/refind-0.10.7.ebuild 
b/sys-boot/refind/refind-0.10.7.ebuild
new file mode 100644
index 000..044b7ed7c12
--- /dev/null
+++ b/sys-boot/refind/refind-0.10.7.ebuild
@@ -0,0 +1,197 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic versionator
+
+DESCRIPTION="The rEFInd UEFI Boot Manager by Rod Smith"
+HOMEPAGE="http://www.rodsbooks.com/refind/;
+
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz"
+
+LICENSE="BSD GPL-2 GPL-3 FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs"
+IUSE="${FS_USE} -gnuefi doc -custom-cflags"
+
+DEPEND="gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
+   !gnuefi? ( >=sys-boot/udk-2015 )"
+
+DOCS="NEWS.txt README.txt docs/refind docs/Styles"
+
+pkg_pretend() {
+   if use custom-cflags; then
+   ewarn
+   ewarn "You have enabled building with USE=custom-cflags. Be 
aware that"
+   ewarn "using this can result in EFI binaries that fail to run 
and may"
+   ewarn "fail to build at all. This is strongly advised against 
by upstream."
+   ewarn
+   ewarn "See https://bugs.gentoo.org/598587#c3 for more 
information"
+   ewarn
+   fi
+}
+
+pkg_setup() {
+   if use x86 ; then
+   export EFIARCH=ia32
+   export BUILDARCH=ia32
+   elif use amd64; then
+   export EFIARCH=x64
+   export BUILDARCH=x86_64
+   else
+   # Try to support anyway
+   export BUILDARCH=$( uname -m | sed s,i[3456789]86,ia32, )
+   if [[ ${BUILDARCH} == "x86_64" ]] ; then
+   export EFIARCH=x64
+   else
+   export EFIARCH=${ARCH}
+   fi
+   fi
+}
+
+src_prepare() {
+   default
+
+   # bug 598647 - PIE not supported
+   sed -e 's:CFLAGS  =:& -fno-PIE:' -i "${S}/Make.common" || die
+
+   local f
+   for f in "${S}"/*/Make.tiano "${S}"/Make.common; do
+   sed -i -e 's/^\(include .*target.txt.*\)$/#\1/' \
+   -e 
's@^\(TIANO_INCLUDE_DIRS\s*=\s*-I\s*\).*$@\1/usr/include/udk \\@' \
+   -e '/^\s*-I \$(EDK2BASE).*$/d' \
+   "${f}" || die "Failed to patch Tianocore make file in" \
+   $(basename $(dirname ${f}))
+   done
+   for f in "${S}"/*/Make.tiano; do
+   sed -i -e 's@^\(EFILIB\s*=\s*\).*$@\1/usr/lib@' \
+   -e 's@\$(EFILIB).*/\([^/]*\).lib@-l\1@' \
+   -e 's/\(--start-group\s*\$(ALL_EFILIBS)\)/-L \$(EFILIB) 
\1/' \
+   "${f}" || die "Failed to patch Tianocore make file in" \
+   $(basename $(dirname ${f}))
+   done
+   sed -i -e '/Guids/i#include "AutoGen.h"\n' "${S}/filesystems/AutoGen.c" 
\
+   || die "Failed to patch AutoGen.c"
+   for f in "${S}"/*/AutoGen.c; do
+   cat >>"${f}" <<-EOF || die "Failed to patch AutoGen.c"
+
+   #define _PCD_TOKEN_PcdFixedDebugPrintErrorLevel  11U
+   #define _PCD_SIZE_PcdFixedDebugPrintErrorLevel 4
+   #define _PCD_GET_MODE_SIZE_PcdFixedDebugPrintErrorLevel 
 _PCD_SIZE_PcdFixedDebugPrintErrorLevel
+   #define 

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

2017-04-23 Thread Luca Barbato
commit: e2b5b1731f4fc6c51f7ae0705427c33c2f9cee16
Author: Luca Barbato  gentoo  org>
AuthorDate: Sun Apr 23 22:56:09 2017 +
Commit: Luca Barbato  gentoo  org>
CommitDate: Sun Apr 23 22:56:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b5b173

dev-vcs/tig: Mark as ~arm64

Tested and works as intended

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-vcs/tig/tig-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.2.1-r1.ebuild b/dev-vcs/tig/tig-2.2.1-r1.ebuild
index afd79191620..464741fb2ae 100644
--- a/dev-vcs/tig/tig-2.2.1-r1.ebuild
+++ b/dev-vcs/tig/tig-2.2.1-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



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

2017-04-23 Thread Mart Raudsepp
commit: 8b4daa847ce11e97d47363a68cc9759e1dc37346
Author: Timo Tambet  gmail  com>
AuthorDate: Sat Apr 22 16:31:30 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 23 22:38:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4daa84

dev-util/gdbus-codegen: bump to 2.52.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/gdbus-codegen/Manifest|  1 +
 dev-util/gdbus-codegen/gdbus-codegen-2.52.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
index dab4e9de806..e991cb3471e 100644
--- a/dev-util/gdbus-codegen/Manifest
+++ b/dev-util/gdbus-codegen/Manifest
@@ -1,2 +1,3 @@
 DIST glib-2.48.2.tar.xz 6408644 SHA256 
f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4 SHA512 
2eac104eb2207d0a6488992e48069a34b417f51e141364f281ab7b0953a6de88be177b1c694dd9464a856c9a5d8021e3cf0193a8d9c5aaf6ea11f1f9ff743c43
 WHIRLPOOL 
cba211000d5597e93d01113e5f2b6736e47f4daa00935a53af182b3304fef9a1ac25f78995c7a53cc1234261433a1bbd1ec751c87b556845a15da720af5b971b
 DIST glib-2.50.3.tar.xz 7589284 SHA256 
82ee94bf4c01459b6b00cb9db0545c2237921e3060c0b74cff13fbc020cfd999 SHA512 
ef35806c15170b6608445f255136c0bebd2d433adf903c2af2865f6a57b4f2fcfc1e4a7cea1a0dac48ff5fe26248fbf7886dba4a8d209506f0a94160df8fb7af
 WHIRLPOOL 
fc8effb457005a234ccb164d74026cec4af7f9a70eef0a8d58efebfacdcf0d7f7713042a9476e6a89e4effbdf4b0d59377811790557cc991cf6b397e5e984f93
+DIST glib-2.52.1.tar.xz 7676312 SHA256 
948c26b817f2d77e2a6cdd5082c60a51bf5dea854890286a1d5d4ccde5ce586f SHA512 
6f0475b4ee1078867671a79b1751674926ba1caa872cec3896e2830c61c3cde67972afa9f2d606a2b6705e9846222462b003c6e966a9b63982f3fc3fb58c4d37
 WHIRLPOOL 
95552f8f8adcbd20f2491cf34cbb60b507716a5be22a6331b23847814a6a4d335ca7f0ed71347c516233fe3814e1021869c391f6bbaadad2cc73690737764e90

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



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

2017-04-23 Thread Mart Raudsepp
commit: ecb3c408ecbbb14b44d72977c9347fe5d531db8d
Author: Timo Tambet  gmail  com>
AuthorDate: Sat Apr 22 17:43:58 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 23 22:38:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb3c408

profiles: Add gobject-introspection-common to GNOME 3.24 package mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c249a017a04..0f9faa0dbdb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -226,6 +226,7 @@ dev-perl/File-DirWalk
 >=gnome-extra/gnome-system-monitor-3.23
 >=x11-terms/gnome-terminal-3.23
 >=dev-libs/gobject-introspection-1.51
+>=dev-libs/gobject-introspection-common-1.51
 >=gnome-base/gsettings-desktop-schemas-3.23
 >=app-text/gspell-1.3
 >=net-libs/gtk-vnc-0.7



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

2017-04-23 Thread Mart Raudsepp
commit: 185dff987bd5e5d7d06c235d86dda6295b62f7b4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 23 20:44:26 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 23 22:38:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185dff98

profiles: Add phodav-2.2 to GNOME 3.24 mask

For symbol clash reasons we ensure phodav-2.2 is built against glib-2.52, thus
needs to be masked until glib-2.52 is

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f9c2924aa78..25108226d20 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,6 +205,7 @@ dev-perl/File-DirWalk
 >=sci-geosciences/geocode-glib-3.23
 >=dev-libs/gjs-1.47
 >=dev-libs/glib-2.51
+>=net-libs/phodav-2.2
 >=dev-util/gdbus-codegen-2.51
 >=dev-cpp/glibmm-2.51
 >=x11-themes/gnome-backgrounds-3.23



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

2017-04-23 Thread Mart Raudsepp
commit: 3a293a35094c8c681f5b5da662bcb91dad31ccca
Author: Timo Tambet  gmail  com>
AuthorDate: Sat Apr 22 17:46:45 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 23 22:38:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a293a35

dev-libs/gobject-introspection-common: bump to 1.52.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/gobject-introspection-common/Manifest |  1 +
 .../gobject-introspection-common-1.52.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/gobject-introspection-common/Manifest 
b/dev-libs/gobject-introspection-common/Manifest
index b3c1b02160c..f7526e0435e 100644
--- a/dev-libs/gobject-introspection-common/Manifest
+++ b/dev-libs/gobject-introspection-common/Manifest
@@ -1,2 +1,3 @@
 DIST gobject-introspection-1.48.0.tar.xz 1371308 SHA256 
fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877 SHA512 
62b23fd94e19fd7f1557c8bdd045b4ec19b9a39c55ec4b4a75b817fc97f936c6fdbf89fa3ad09ffa707afb542b1c644b718ccaaefe194f681ad40c08d5c53975
 WHIRLPOOL 
c284623cf5b0f6edc4d543fbbbc6b31b2e5ceb119b2fb4da1dbb052673ba79eeadba997f34fcd191f42e320cbd697733986d96ef3c4d8655765d7e586f7dbd54
 DIST gobject-introspection-1.50.0.tar.xz 1415700 SHA256 
1c6597c666f543c70ef3d7c893ab052968afae620efdc080c36657f4226337c5 SHA512 
cb108cf3d49743e1686fe4ae99f2360799bc8825ad97bf0b97e097b3f89e2771079593de0f497a9e5b9cff892f6fbf870834a6c4d13f11bcde99162e9388ecfa
 WHIRLPOOL 
6147c2608c911020800471c30e6c754385efd61fe9f875bb7fad7d161e73cb857fa37c810e66bf0cf16a43aca1ecf6d2e46a6cde90800970f303c7721fdc5edb
+DIST gobject-introspection-1.52.1.tar.xz 1384292 SHA256 
2ed0c38d52fe1aa6fc4def0c868fe481cb87b532fc694756b26d6cfab29faff4 SHA512 
878653ffa80c064c73453ea2878a977e52f0d6a0b2123bee8c3429379366f9da3e9fd991fad0dda170d74e4241314ea6c5120f5988e68fad4bfe9c333d11389f
 WHIRLPOOL 
7489998d8ee9bcfbd576cf7d2e84e9bf9f531ef43bad5685c21433189dc93d815e0faff5ad8c01bc0475618eae92732ad8aadaca7f997f75b2144cb966dd1cc5

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.52.1.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.52.1.ebuild
new file mode 100644
index 000..54ee9ab692e
--- /dev/null
+++ 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.52.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME_ORG_MODULE="gobject-introspection"
+
+inherit gnome.org
+
+DESCRIPTION="Build infrastructure for GObject Introspection"
+HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
+# Use !<${PV} because mixing gobject-introspection with different version of 
-common can cause issues like:
+# https://forums.gentoo.org/viewtopic-p-7421930.html
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+   dodir /usr/share/aclocal
+   insinto /usr/share/aclocal
+   doins m4/introspection.m4
+
+   dodir /usr/share/gobject-introspection-1.0
+   insinto /usr/share/gobject-introspection-1.0
+   doins Makefile.introspection
+}



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

2017-04-23 Thread Mart Raudsepp
commit: 543c5fc2a360dcf0d92265c6bfa8d6d619b9a92d
Author: Timo Tambet  gmail  com>
AuthorDate: Sat Apr 22 17:54:57 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 23 22:38:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543c5fc2

dev-libs/gobject-introspection: bump to 1.52.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/gobject-introspection/Manifest|  1 +
 .../gobject-introspection-1.52.1.ebuild| 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-libs/gobject-introspection/Manifest 
b/dev-libs/gobject-introspection/Manifest
index b3c1b02160c..f7526e0435e 100644
--- a/dev-libs/gobject-introspection/Manifest
+++ b/dev-libs/gobject-introspection/Manifest
@@ -1,2 +1,3 @@
 DIST gobject-introspection-1.48.0.tar.xz 1371308 SHA256 
fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877 SHA512 
62b23fd94e19fd7f1557c8bdd045b4ec19b9a39c55ec4b4a75b817fc97f936c6fdbf89fa3ad09ffa707afb542b1c644b718ccaaefe194f681ad40c08d5c53975
 WHIRLPOOL 
c284623cf5b0f6edc4d543fbbbc6b31b2e5ceb119b2fb4da1dbb052673ba79eeadba997f34fcd191f42e320cbd697733986d96ef3c4d8655765d7e586f7dbd54
 DIST gobject-introspection-1.50.0.tar.xz 1415700 SHA256 
1c6597c666f543c70ef3d7c893ab052968afae620efdc080c36657f4226337c5 SHA512 
cb108cf3d49743e1686fe4ae99f2360799bc8825ad97bf0b97e097b3f89e2771079593de0f497a9e5b9cff892f6fbf870834a6c4d13f11bcde99162e9388ecfa
 WHIRLPOOL 
6147c2608c911020800471c30e6c754385efd61fe9f875bb7fad7d161e73cb857fa37c810e66bf0cf16a43aca1ecf6d2e46a6cde90800970f303c7721fdc5edb
+DIST gobject-introspection-1.52.1.tar.xz 1384292 SHA256 
2ed0c38d52fe1aa6fc4def0c868fe481cb87b532fc694756b26d6cfab29faff4 SHA512 
878653ffa80c064c73453ea2878a977e52f0d6a0b2123bee8c3429379366f9da3e9fd991fad0dda170d74e4241314ea6c5120f5988e68fad4bfe9c333d11389f
 WHIRLPOOL 
7489998d8ee9bcfbd576cf7d2e84e9bf9f531ef43bad5685c21433189dc93d815e0faff5ad8c01bc0475618eae92732ad8aadaca7f997f75b2144cb966dd1cc5

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild
new file mode 100644
index 000..dafc138ed42
--- /dev/null
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild
@@ -0,0 +1,70 @@
+# 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} )
+PYTHON_REQ_USE="xml"
+
+inherit gnome2 python-single-r1 toolchain-funcs versionator
+
+DESCRIPTION="Introspection system for GObject-based libraries"
+HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0"
+IUSE="cairo doctool test"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   test? ( cairo )
+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# virtual/pkgconfig needed at runtime, bug #505408
+# We force glib and g-i to be in sync by this way as explained in bug #518424
+RDEPEND="
+   >=dev-libs/gobject-introspection-common-${PV}
+   >=dev-libs/glib-2.$(get_version_component_range 2):2
+   doctool? ( dev-python/mako )
+   virtual/libffi:=
+   virtual/pkgconfig
+   !

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

2017-04-23 Thread Mart Raudsepp
commit: 268327764eac740079c59a5dfe864f34fbe45990
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 23 20:45:46 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 23 22:38:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26832776

net-libs/phodav: bump to 2.2 for glib-2.52 compatibility

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/phodav/Manifest  |  1 +
 net-libs/phodav/phodav-2.2.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/net-libs/phodav/Manifest b/net-libs/phodav/Manifest
index 4ed4e95a238..9bfd5a12dcf 100644
--- a/net-libs/phodav/Manifest
+++ b/net-libs/phodav/Manifest
@@ -1 +1,2 @@
 DIST phodav-2.1.tar.xz 293128 SHA256 
da6073440b4cfd63f4d65b17e1a2a35ff501c7c940591da4533a03c2233ab898 SHA512 
e43bd4c9ed97b7454e8452246c37211905b4cff430e91f3d2d36182736e1b8924d6ad477f58f110c98b85f02c085cd12c099020a0bea8abb19e65a9d52e1f4a8
 WHIRLPOOL 
4091fb0ac23b6a57c385054afa66a61eb038a37593167d888755dad38894898b45d7fcab6fa6d7582e4e2c5f0879e1ac782df2efc03e7e4372ac0a3341a4b10d
+DIST phodav-2.2.tar.xz 294216 SHA256 
080305dc9e804562f200ffc8c7d345c76754fce9cb01489dddb1b2c52c0557c1 SHA512 
1d16716c1bda674a6695b651e9b1bcb4b7cfefd9b60291ed3f5691f4f6f45f68a970d99fc4820bed0484cf0a43c1bf32e4d208fcc239ac0c0b7a75bf779e8913
 WHIRLPOOL 
6f5dd0ab04a48d307254f8aa0e0e02440b3f2e39a750f7da3fee24cd463a76dfe06e07779c789c7f2ca30093511ee774740b4ab19662fca27c5aff8af556d885

diff --git a/net-libs/phodav/phodav-2.2.ebuild 
b/net-libs/phodav/phodav-2.2.ebuild
new file mode 100644
index 000..cb299868916
--- /dev/null
+++ b/net-libs/phodav/phodav-2.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 systemd udev
+
+DESCRIPTION="WebDav server implementation using libsoup"
+HOMEPAGE="https://wiki.gnome.org/phodav;
+
+LICENSE="LGPL-2.1+"
+SLOT="2.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="spice systemd zeroconf"
+
+# It included g_uuid_* symbols of its own from an unapplied patch to glib; now 
that they
+# were merged, it conflicts and crashes. Ensure glib versions from >2.51 are 
used, so it
+# doesn't break badly when phodav-2.2 is upgraded to before glib to 2.52
+RDEPEND="
+   >=dev-libs/glib-2.51:2
+   >=net-libs/libsoup-2.48:2.4
+   dev-libs/libxml2
+   zeroconf? ( net-dns/avahi )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.10
+   >=dev-util/intltool-0.40.0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --program-suffix=-${SLOT} \
+   $(use_with zeroconf avahi) \
+   --with-udevdir=$(get_udevdir) \
+   --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
+
+   if ! use zeroconf ; then
+   sed -i -e 's|avahi-daemon.service||' data/spice-webdavd.service 
|| die
+   fi
+}
+
+src_install() {
+   gnome2_src_install
+
+   if use spice ; then
+   if ! use systemd ; then
+   newinitd "${FILESDIR}/spice-webdavd.initd" spice-webdavd
+   udev_dorules "${FILESDIR}/70-spice-webdavd.rules"
+   rm -r "${D}$(systemd_get_systemunitdir)" || die
+   fi
+   else
+   rm -r 
"${D}"{/usr/sbin,$(get_udevdir),$(systemd_get_systemunitdir)} || die
+   fi
+}



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

2017-04-23 Thread Mart Raudsepp
commit: 8e71d7e5831de717427764c4d61b6911f4c181cf
Author: Timo Tambet  gmail  com>
AuthorDate: Sat Apr 22 15:32:20 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 23 22:38:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e71d7e5

dev-libs/glib: bump to 2.52.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/glib/Manifest   |   1 +
 dev-libs/glib/glib-2.52.1.ebuild | 300 +++
 2 files changed, 301 insertions(+)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index 6a1abc9d729..41f3eecbb23 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,3 +1,4 @@
 DIST glib-2.48.2.tar.xz 6408644 SHA256 
f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4 SHA512 
2eac104eb2207d0a6488992e48069a34b417f51e141364f281ab7b0953a6de88be177b1c694dd9464a856c9a5d8021e3cf0193a8d9c5aaf6ea11f1f9ff743c43
 WHIRLPOOL 
cba211000d5597e93d01113e5f2b6736e47f4daa00935a53af182b3304fef9a1ac25f78995c7a53cc1234261433a1bbd1ec751c87b556845a15da720af5b971b
 DIST glib-2.50.3.tar.xz 7589284 SHA256 
82ee94bf4c01459b6b00cb9db0545c2237921e3060c0b74cff13fbc020cfd999 SHA512 
ef35806c15170b6608445f255136c0bebd2d433adf903c2af2865f6a57b4f2fcfc1e4a7cea1a0dac48ff5fe26248fbf7886dba4a8d209506f0a94160df8fb7af
 WHIRLPOOL 
fc8effb457005a234ccb164d74026cec4af7f9a70eef0a8d58efebfacdcf0d7f7713042a9476e6a89e4effbdf4b0d59377811790557cc991cf6b397e5e984f93
+DIST glib-2.52.1.tar.xz 7676312 SHA256 
948c26b817f2d77e2a6cdd5082c60a51bf5dea854890286a1d5d4ccde5ce586f SHA512 
6f0475b4ee1078867671a79b1751674926ba1caa872cec3896e2830c61c3cde67972afa9f2d606a2b6705e9846222462b003c6e966a9b63982f3fc3fb58c4d37
 WHIRLPOOL 
95552f8f8adcbd20f2491cf34cbb60b507716a5be22a6331b23847814a6a4d335ca7f0ed71347c516233fe3814e1021869c391f6bbaadad2cc73690737764e90
 DIST pkg-config-0.28.tar.gz 1931203 SHA256 
6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320
 WHIRLPOOL 
db4ddb4ce61724e629931c5ffccb4d7a551b4dc0f4efed5a966822307e4b5a786adee5705dd80ec0a9aa32cb1af9ad9615e307360e131fc34688207216161486

diff --git a/dev-libs/glib/glib-2.52.1.ebuild b/dev-libs/glib/glib-2.52.1.ebuild
new file mode 100644
index 000..a91240ec186
--- /dev/null
+++ b/dev-libs/glib/glib-2.52.1.ebuild
@@ -0,0 +1,300 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Until bug #537330 glib is a reverse dependency of pkgconfig and, then
+# adding new dependencies end up making stage3 to grow. Every addition needs
+# then to be think very closely.
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+# Completely useless with or without USE static-libs, people need to use
+# pkg-config
+GNOME2_LA_PUNT="yes"
+
+inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool 
linux-info \
+   multilib multilib-minimal pax-utils python-r1 toolchain-funcs 
versionator virtualx
+
+DESCRIPTION="The GLib library of C routines"
+HOMEPAGE="http://www.gtk.org/;
+SRC_URI="${SRC_URI}
+   https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz; # 
pkg.m4 for eautoreconf
+
+LICENSE="LGPL-2+"
+SLOT="2"
+IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test 
utils xattr"
+REQUIRED_USE="
+   utils? ( ${PYTHON_REQUIRED_USE} )
+   test? ( ${PYTHON_REQUIRED_USE} )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+
+# Added util-linux multilib dependency to have libmount support (which
+# is always turned on on linux systems, unless explicitly disabled, but
+# this ebuild does not do that anyway) (bug #599586)
+
+RDEPEND="
+   !=dev-libs/libpcre-8.13:3[${MULTILIB_USEDEP},static-libs?]
+   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]
+   >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   kernel_linux? ( sys-apps/util-linux[${MULTILIB_USEDEP}] )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
+   xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] )
+   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
+   utils? (
+   ${PYTHON_DEPS}
+   >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
+   virtual/libelf:0=
+   )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-libs/libxslt-1.0
+   >=sys-devel/gettext-0.11
+   >=dev-util/gtk-doc-am-1.20
+   systemtap? ( >=dev-util/systemtap-1.3 )
+   test? (
+   sys-devel/gdb
+   ${PYTHON_DEPS}
+   >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
+   >=sys-apps/dbus-1.2.14 )
+   

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

2017-04-23 Thread Mart Raudsepp
commit: 09982d8f86d7c5ceb45cdc91b341df405ba46a5e
Author: Timo Tambet  gmail  com>
AuthorDate: Sat Apr 22 16:09:58 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 23 22:38:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09982d8f

profiles: Add gdbus-codegen to GNOME 3.24 package mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0f9faa0dbdb..f9c2924aa78 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,6 +205,7 @@ dev-perl/File-DirWalk
 >=sci-geosciences/geocode-glib-3.23
 >=dev-libs/gjs-1.47
 >=dev-libs/glib-2.51
+>=dev-util/gdbus-codegen-2.51
 >=dev-cpp/glibmm-2.51
 >=x11-themes/gnome-backgrounds-3.23
 >=gnome-extra/gnome-boxes-3.23



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

2017-04-23 Thread Sergei Trofimovich
commit: 3cf9beab238c015964bb1c8193d9a4394fce3a21
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 23 21:39:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 23 21:39:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf9beab

dev-lang/crystal: Workaround tty corruption in crystal, bug #616256

Patch restores blocking mode of file desriptors in exchange
of potential runtime deadlocks when dealing with stdio.

As it's a potentially invasive patch it's not enabled by default
and is available only under USE=blocking-stdio-hack

Reported-by: Renich Bon Ciric
Bug: https://github.com/crystal-lang/crystal/issues/2065
Bug: https://bugs.gentoo.org/616256
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-lang/crystal/crystal-0.22.0.ebuild   |  8 +++-
 .../files/crystal-0.22.0-blocking-stdio-hack.patch   | 20 
 dev-lang/crystal/metadata.xml|  3 +++
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/dev-lang/crystal/crystal-0.22.0.ebuild 
b/dev-lang/crystal/crystal-0.22.0.ebuild
index 91cd89b0f5a..219789c6b1c 100644
--- a/dev-lang/crystal/crystal-0.22.0.ebuild
+++ b/dev-lang/crystal/crystal-0.22.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> ${P}.ta
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="doc debug examples +xml +yaml"
+IUSE="doc debug examples blocking-stdio-hack +xml +yaml"
 
 # dev-libs/boehm-gc[static-libs] dependency problem,  check the issue: 
https://github.com/manastech/crystal/issues/1382
 DEPEND="
@@ -41,6 +41,12 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.20.5-LDFLAGS.patch
 )
 
+src_prepare() {
+   default
+
+   use blocking-stdio-hack && eapply 
"${FILESDIR}"/"${PN}"-0.22.0-blocking-stdio-hack.patch
+}
+
 src_compile() {
emake \
$(usex debug "" release=1) \

diff --git a/dev-lang/crystal/files/crystal-0.22.0-blocking-stdio-hack.patch 
b/dev-lang/crystal/files/crystal-0.22.0-blocking-stdio-hack.patch
new file mode 100644
index 000..07b7dba7be6
--- /dev/null
+++ b/dev-lang/crystal/files/crystal-0.22.0-blocking-stdio-hack.patch
@@ -0,0 +1,20 @@
+Workaround tty corruption in crystal.
+
+Patch restores blocking mode of file desriptors
+in exchange of potential runtime deadlocks
+when dealing with stdio.
+
+Reported-by: Renich Bon Ciric
+Bug: https://github.com/crystal-lang/crystal/issues/2065
+Bug: https://bugs.gentoo.org/616256
+diff --git a/src/compiler/crystal/stdio.cr b/src/compiler/crystal/stdio.cr
+new file mode 100644
+index 0..e65f65089
+--- /dev/null
 b/src/compiler/crystal/stdio.cr
+@@ -0,0 +1,5 @@
++module Crystal
++  STDIN.blocking = true
++  STDOUT.blocking=true
++  STDERR.blocking = true
++end

diff --git a/dev-lang/crystal/metadata.xml b/dev-lang/crystal/metadata.xml
index 80b55be2293..8c0dacece65 100644
--- a/dev-lang/crystal/metadata.xml
+++ b/dev-lang/crystal/metadata.xml
@@ -22,6 +22,9 @@

Build each module as a separate object file. Speeds 
build up.

+   
+   Keep STDIO file descriptors in blocking mode.
+   

Use the dev-libs/libyaml library to enable 
Crystal yaml
module



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

2017-04-23 Thread Kent Fredric
commit: cf49c915e6085e29281a486bd30298c9712af31a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr 23 21:38:12 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr 23 21:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf49c915

dev-perl/File-Next: 1.160.0 ALLARCHES stable re bug #615692

Bug: https://bugs.gentoo.org/615692
Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
index 7136ff06476..3e6fbc956c1 100644
--- a/dev-perl/File-Next/File-Next-1.160.0.ebuild
+++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File::Next is an iterator-based module for 
finding files"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



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

2017-04-23 Thread Kent Fredric
commit: 367877e37c0d781123f8398c0af3059dc9f48d35
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr 23 21:34:38 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr 23 21:34:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367877e3

dev-perl/PAR: 1.14.0-r1 ALLARCHES stable re bug #615802

Bug: https://bugs.gentoo.org/615802
Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-perl/PAR/PAR-1.14.0-r1.ebuild 
b/dev-perl/PAR/PAR-1.14.0-r1.ebuild
index 0d562be6d58..b0c815b6faa 100644
--- a/dev-perl/PAR/PAR-1.14.0-r1.ebuild
+++ b/dev-perl/PAR/PAR-1.14.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl Archive Toolkit"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 x86 ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



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

2017-04-23 Thread Kent Fredric
commit: 873ee02a6ffc1d26245c30a9e2630d9e81d1c6d1
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr 23 21:30:22 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr 23 21:30:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873ee02a

dev-perl/Config-Any: 0.290.0 ALLARCHES stable re bug #616134

Bug: https://bugs.gentoo.org/616134
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Config-Any/Config-Any-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-Any/Config-Any-0.290.0.ebuild 
b/dev-perl/Config-Any/Config-Any-0.290.0.ebuild
index 11911814b37..d74648decb5 100644
--- a/dev-perl/Config-Any/Config-Any-0.290.0.ebuild
+++ b/dev-perl/Config-Any/Config-Any-0.290.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Load configuration from different file formats, transparently"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-aix"
+KEYWORDS="amd64 arm ppc x86 ~ppc-aix"
 IUSE="test minimal +json"
 
 # json should pull Cpanel-JSON-XS



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

2017-04-23 Thread Kent Fredric
commit: e2374e19d9317d1f479ff54903870438e9674b12
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr 23 21:28:39 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr 23 21:28:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2374e19

dev-perl/Config-General: 2.630.0 ALLARCHES stable re bug #616134

Bug: https://bugs.gentoo.org/616134
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Config-General/Config-General-2.630.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-General/Config-General-2.630.0.ebuild 
b/dev-perl/Config-General/Config-General-2.630.0.ebuild
index 1acdf5f6ae8..82cddeefad3 100644
--- a/dev-perl/Config-General/Config-General-2.630.0.ebuild
+++ b/dev-perl/Config-General/Config-General-2.630.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Config file parser module"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-PerlMod-Version/

2017-04-23 Thread Kent Fredric
commit: d54d9ec4136a119a5f30e3f947a1eac4cd0b1733
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr 23 21:24:17 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr 23 21:24:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54d9ec4

dev-perl/Gentoo-PerlMod-Version: ALLARCHES stable re bug #616346

Bug: https://bugs.gentoo.org/616346
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild 
b/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild
index 06c20911a21..5ae64d1c5e3 100644
--- a/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild
+++ b/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert arbitrary Perl Modules' versions into normalised Gentoo 
versions"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 425cc6908a4ef89370ebdef921bb99cf6744ae92
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:21:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:21:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425cc690

media-video/totem: amd64 stable wrt bug #615406

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

 media-video/totem/totem-3.22.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/totem/totem-3.22.1-r1.ebuild 
b/media-video/totem/totem-3.22.1-r1.ebuild
index ec544e37d0a..c9c1ac32458 100644
--- a/media-video/totem/totem-3.22.1-r1.ebuild
+++ b/media-video/totem/totem-3.22.1-r1.ebuild
@@ -20,7 +20,7 @@ REQUIRED_USE="
zeitgeist? ( introspection )
 "
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
 
 # FIXME:
 # Runtime dependency on gnome-session-2.91



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

2017-04-23 Thread Agostino Sarubbo
commit: fc97753d72363cb7e487a62fdcebb2ea77b9b39d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:18 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc97753d

sys-libs/libosinfo: amd64 stable wrt bug #615406

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

 sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild 
b/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
index c131e5afbcd..542e760eeb4 100644
--- a/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
+++ b/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE="+introspection +vala test"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64"
 
 # Unsure about osinfo-db-tools rdep, but at least fedora does it too
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: e0cda6153ee76debd0dd0502736de824da8831ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:20:59 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:20:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cda615

gnome-extra/gnome-calendar: amd64 stable wrt bug #615406

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

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

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.22.4.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-3.22.4.ebuild
index 633b5ffa8ff..a527aa4bf5d 100644
--- a/gnome-extra/gnome-calendar/gnome-calendar-3.22.4.ebuild
+++ b/gnome-extra/gnome-calendar/gnome-calendar-3.22.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244



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

2017-04-23 Thread Agostino Sarubbo
commit: 6d510746115852f0111e8d45273b7259cc40da5c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:24 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d510746

x11-libs/gdk-pixbuf: amd64 stable wrt bug #615406

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

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild
index cc6e2f5e76c..afea150cfc8 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://git.gnome.org/browse/gdk-pixbuf;
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="X debug +introspection jpeg jpeg2k tiff test"
 
 # Remove SRC_URI when gnome bug #780667 is fixed



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

2017-04-23 Thread Agostino Sarubbo
commit: de5a36735a71c056ffb57f9c060ff7a4a92858a5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:21:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:21:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5a3673

media-gfx/shotwell: amd64 stable wrt bug #615406

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

 media-gfx/shotwell/shotwell-0.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.24.6.ebuild 
b/media-gfx/shotwell/shotwell-0.24.6.ebuild
index a85efadc853..0ac8bba9d99 100644
--- a/media-gfx/shotwell/shotwell-0.24.6.ebuild
+++ b/media-gfx/shotwell/shotwell-0.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: ebf5fd77297fe0e0f06c5f4fb4fcbc41ff8d46b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf5fd77

x11-libs/pango: amd64 stable wrt bug #615406

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

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

diff --git a/x11-libs/pango/pango-1.40.5.ebuild 
b/x11-libs/pango/pango-1.40.5.ebuild
index 77b23c60c4c..ef7c84882cc 100644
--- a/x11-libs/pango/pango-1.40.5.ebuild
+++ b/x11-libs/pango/pango-1.40.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.pango.org/;
 
 LICENSE="LGPL-2+ FTL"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="X +introspection test"
 



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

2017-04-23 Thread Agostino Sarubbo
commit: 059c62ad1da06a3d26f436a3eecb69bb1666025f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059c62ad

x11-libs/gtk+: amd64 stable wrt bug #615406

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

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

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



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

2017-04-23 Thread Agostino Sarubbo
commit: 383334b4f6862d9c3bb430f01496e63f29d80439
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:21:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:21:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383334b4

net-misc/mobile-broadband-provider-info: amd64 stable wrt bug #615406

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

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

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



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

2017-04-23 Thread Agostino Sarubbo
commit: fa0c717d7344e928cd141c6bf252f545ff90adac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:21:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:21:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0c717d

media-sound/rhythmbox: amd64 stable wrt bug #615406

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

 media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild 
b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
index 2395988b72c..88b283e5fbc 100644
--- a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.36:2



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

2017-04-23 Thread Agostino Sarubbo
commit: 8d24bcfbf4ca966f6c32bcf1bf8864b53878bba5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:20:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:20:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d24bcfb

dev-libs/libgdata: amd64 stable wrt bug #615406

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

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

diff --git a/dev-libs/libgdata/libgdata-0.17.8.ebuild 
b/dev-libs/libgdata/libgdata-0.17.8.ebuild
index 9db42abf9db..9e72554694e 100644
--- a/dev-libs/libgdata/libgdata-0.17.8.ebuild
+++ b/dev-libs/libgdata/libgdata-0.17.8.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # configure checks for gtk:3, but only uses it for demos which are not 
installed
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: da84b1a65a5657181f8173a8527d957e05ba3d92
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:13 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da84b1a6

sys-apps/osinfo-db-tools: amd64 stable wrt bug #615406

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

 sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild 
b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
index a6e5099dd15..89f2318a794 100644
--- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
+++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz;
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64"
 
 # Blocker on old libosinfo as osinfo-db-validate was part of it before
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-news/liferea/

2017-04-23 Thread Agostino Sarubbo
commit: 333bcc57b8e46cb2df74a0a18afaeafa546f0cce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:03 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333bcc57

net-news/liferea: amd64 stable wrt bug #615406

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

 net-news/liferea/liferea-1.12_rc3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/liferea/liferea-1.12_rc3.ebuild 
b/net-news/liferea/liferea-1.12_rc3.ebuild
index 509df3fdb1e..30c0e0e7d4c 100644
--- a/net-news/liferea/liferea-1.12_rc3.ebuild
+++ b/net-news/liferea/liferea-1.12_rc3.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${MY_PV}/${MY_P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2017-04-23 Thread Agostino Sarubbo
commit: a35ae9f0109497c9fe5b0176a5b1dee5b6680ac0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:49 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35ae9f0

x11-themes/arc-icon-theme: amd64 stable wrt bug #615406

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

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

diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild 
b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
index 35794ca1a06..67e795d894c 100644
--- a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
+++ b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 # Require adwaita until moka is packaged
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 2f82d15b77ec19280f3901874bff46a8423d888a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f82d15b

x11-themes/light-themes: amd64 stable wrt bug #615406

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

 x11-themes/light-themes/light-themes-17.04_p20161205-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/light-themes/light-themes-17.04_p20161205-r1.ebuild 
b/x11-themes/light-themes/light-themes-17.04_p20161205-r1.ebuild
index 4be3fec873b..f00047a8e3b 100644
--- a/x11-themes/light-themes/light-themes-17.04_p20161205-r1.ebuild
+++ b/x11-themes/light-themes/light-themes-17.04_p20161205-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gtk3"
 
 DEPEND="app-arch/xz-utils"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/

2017-04-23 Thread Agostino Sarubbo
commit: f15e09f41524d9993715383761acf98b77fe66e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:23:03 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:23:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15e09f4

x11-wm/mutter: amd64 stable wrt bug #615406

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

 x11-wm/mutter/mutter-3.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/mutter/mutter-3.22.4.ebuild 
b/x11-wm/mutter/mutter-3.22.4.ebuild
index dc9be17c086..66a1a8e3f96 100644
--- a/x11-wm/mutter/mutter-3.22.4.ebuild
+++ b/x11-wm/mutter/mutter-3.22.4.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 
 IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # libXi-1.7.4 or newer needed per:
 # https://bugzilla.gnome.org/show_bug.cgi?id=738944



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

2017-04-23 Thread Agostino Sarubbo
commit: 8eccc07246d880ab5070cbfb6290ac04c52f0d2c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:21:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:21:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eccc072

media-gfx/eog-plugins: amd64 stable wrt bug #615406

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

 media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
index 0cd2daf8663..2f157813aca 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="+exif flickr map picasa +python"
 REQUIRED_USE="



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

2017-04-23 Thread Agostino Sarubbo
commit: c395ab75d2605ae3ea86f19b03f3cbdb8087b301
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:20:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:20:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c395ab75

gnome-extra/evolution-ews: amd64 stable wrt bug #615406

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

 gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild
index f56e9787190..f4c131d9001 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.22.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: f83e6ee5bb0c452d36e03a1367094493fb0c6808
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:21:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:21:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83e6ee5

gnome-extra/gnome-documents: amd64 stable wrt bug #615406

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

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

diff --git a/gnome-extra/gnome-documents/gnome-documents-3.22.3.ebuild 
b/gnome-extra/gnome-documents/gnome-documents-3.22.3.ebuild
index 25b1a4b7bec..505c2bcfcff 100644
--- a/gnome-extra/gnome-documents/gnome-documents-3.22.3.ebuild
+++ b/gnome-extra/gnome-documents/gnome-documents-3.22.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Documents;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 # Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
 COMMON_DEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 8b079c87461e99cbe469f917258c48c551bc86ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:20:48 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:20:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b079c87

gnome-base/librsvg: amd64 stable wrt bug #615406

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

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

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



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

2017-04-23 Thread Agostino Sarubbo
commit: 77b44d7e77d4e4276a53a34f2abb8d9536bfb308
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:21:30 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:21:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b44d7e

media-libs/clutter-gst: amd64 stable wrt bug #615406

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

 media-libs/clutter-gst/clutter-gst-3.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.24.ebuild 
b/media-libs/clutter-gst/clutter-gst-3.0.24.ebuild
index 5ffa9a8c9e0..7ddaac874d1 100644
--- a/media-libs/clutter-gst/clutter-gst-3.0.24.ebuild
+++ b/media-libs/clutter-gst/clutter-gst-3.0.24.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GStreamer integration library for Clutter"
 
 LICENSE="LGPL-2.1+"
 SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="X debug examples +introspection udev"
 
 # >=cogl-1.18 provides cogl-2.0-experimental



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

2017-04-23 Thread Agostino Sarubbo
commit: a57b52a0fd23d9f06351733ce3eb83285a56a487
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:22:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:22:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57b52a0

sys-apps/osinfo-db: amd64 stable wrt bug #615406

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

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

diff --git a/sys-apps/osinfo-db/osinfo-db-20170326.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20170326.ebuild
index edb5295d60a..83be2aebb37 100644
--- a/sys-apps/osinfo-db/osinfo-db-20170326.ebuild
+++ b/sys-apps/osinfo-db/osinfo-db-20170326.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2017-04-23 Thread Agostino Sarubbo
commit: cccea262263c95e52fe87ae0421ae45ca228224a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:20:30 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:20:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccea262

dev-libs/libpeas: amd64 stable wrt bug #615406

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

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

diff --git a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild 
b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
index 1a9c767f431..6e2adf3d0eb 100644
--- a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://developer.gnome.org/libpeas/stable/;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 
 IUSE="+gtk glade jit lua +python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2017-04-23 Thread Agostino Sarubbo
commit: dd9952dbf0cca5d59032d8ac7dfb07f57dafae11
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:20:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:20:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9952db

dev-libs/libmspack: amd64 stable wrt bug #615406

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

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

diff --git a/dev-libs/libmspack/libmspack-0.5_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.5_alpha.ebuild
index b8c96e78ed0..c562bc7cbbd 100644
--- a/dev-libs/libmspack/libmspack-0.5_alpha.ebuild
+++ b/dev-libs/libmspack/libmspack-0.5_alpha.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug doc static-libs"
 
 DEPEND=""



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

2017-04-23 Thread Agostino Sarubbo
commit: b87adb0498434cb3bc3732abb3a535a987d8fdc3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:20:42 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:20:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87adb04

gnome-base/gvfs: amd64 stable wrt bug #615406

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

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

diff --git a/gnome-base/gvfs/gvfs-1.30.4.ebuild 
b/gnome-base/gvfs/gvfs-1.30.4.ebuild
index 65f95de20f9..c91e6a02d28 100644
--- a/gnome-base/gvfs/gvfs-1.30.4.ebuild
+++ b/gnome-base/gvfs/gvfs-1.30.4.ebuild
@@ -20,7 +20,7 @@ REQUIRED_USE="
udisks? ( udev )
systemd? ( udisks )
 "
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
 
 RDEPEND="
app-crypt/gcr:=



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

2017-04-23 Thread Agostino Sarubbo
commit: af2ccf176ef4ce2b285364ed81a060ac084d3bfc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 21:20:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 21:20:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2ccf17

dev-libs/libcroco: amd64 stable wrt bug #615406

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

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

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



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

2017-04-23 Thread Steve Arnold
commit: 4745be710b8d137e8a8994dbc41db1d7747caf75
Author: Stephen L Arnold  gentoo  org>
AuthorDate: Sun Apr 23 21:02:37 2017 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sun Apr 23 21:03:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4745be71

app-misc/vit: update upstream SRC_URIs

Revbump to -r1 due to change to release tag tarball

Reported-by: Andrey Utkin  fastmail.com>

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/vit/Manifest  | 2 +-
 app-misc/vit/{vit-1.2.ebuild => vit-1.2-r1.ebuild} | 7 ---
 app-misc/vit/vit-.ebuild   | 5 +++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-misc/vit/Manifest b/app-misc/vit/Manifest
index e7d9387df70..ea7dad40aff 100644
--- a/app-misc/vit/Manifest
+++ b/app-misc/vit/Manifest
@@ -1 +1 @@
-DIST vit-1.2.tar.gz 49258 SHA256 
1591a57904ccd9b3a2a3c73ddb1266e3256ebcc98b60b7ae27b831f1a8dfda82 SHA512 
bac6924fe7b844891c86dfa17193c00eefbecc437548e6768a9a2f11c5ce1c845e987beef2f0456fbc52c222821c59fdd1303bcc289460a77f0d6dafe7e94011
 WHIRLPOOL 
6426f460cbc4e2e6fca9f2d83e1096dac04c9877354c12e93a62cb876308823fa07b46b575374d2c81b2b0f15dd0a3369b012c3f97859bd4398d988278abc733
+DIST vit-1.2.tar.gz 49346 SHA256 
2c3a146914c2d572884f2d9cc745d3422cea1db2d8a2e9a13a633449844df637 SHA512 
dc0e09fbec7d77817b044f437e42108a9282e387698dfe23bfbe50a083b708d5d3b432ce9b1fdb93f3fef495af2a5f16107351557a4bb9184c7c762b264f0ed3
 WHIRLPOOL 
13fbd501e84eae4ea91805b10acf205e2f9d62caeb82e5e33cd6cd782383e62623d38ed90d836e8cb048c4887fece4f3ba7682fdce381df6882a7c3111af9880

diff --git a/app-misc/vit/vit-1.2.ebuild b/app-misc/vit/vit-1.2-r1.ebuild
similarity index 76%
rename from app-misc/vit/vit-1.2.ebuild
rename to app-misc/vit/vit-1.2-r1.ebuild
index 61dfb393c8a..0b006e73c34 100644
--- a/app-misc/vit/vit-1.2.ebuild
+++ b/app-misc/vit/vit-1.2-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Id$
 
 EAPI=5
 
@@ -7,7 +8,7 @@ inherit eutils
 
 DESCRIPTION="Perl/Curses front-end for Taskwarrior (app-misc/task)"
 HOMEPAGE="http://tasktools.org/projects/vit.html;
-SRC_URI="https://git.tasktools.org/plugins/servlet/archive/projects/EX/repos/vit?at=refs%2Ftags%2Fv1.2=tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://git.tasktools.org/EX/vit/archive/v1.2.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -20,7 +21,7 @@ DEPEND="
dev-perl/Curses"
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}
+S="${WORKDIR}/${PN}"
 
 src_prepare() {
epatch "${FILESDIR}"/${PN}-allow-nonsudo-install.patch \

diff --git a/app-misc/vit/vit-.ebuild b/app-misc/vit/vit-.ebuild
index 57684893a32..7ca1f3b01ca 100644
--- a/app-misc/vit/vit-.ebuild
+++ b/app-misc/vit/vit-.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Id$
 
 EAPI=5
 
@@ -8,7 +9,7 @@ inherit eutils git-r3
 DESCRIPTION="Perl/Curses front-end for Taskwarrior (app-misc/task)"
 HOMEPAGE="http://tasktools.org/projects/vit.html;
 
-EGIT_REPO_URI="https://git.tasktools.org/scm/ex/vit.git;
+EGIT_REPO_URI="https://git.tasktools.org/EX/vit.git;
 if [[ ${PV} = * ]]; then
KEYWORDS=""
 else



[gentoo-commits] repo/gentoo:master commit in: app-office/auto-multiple-choice/

2017-04-23 Thread Andreas Hüttel
commit: aceb136163c6ec8874fc0bd62ca0e45e2cc7eba9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr 23 21:02:21 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Apr 23 21:02:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aceb1361

app-office/auto-multiple-choice: Fix bugs and restore keywords

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild  | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild 
b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild
index 5660b1edcba..925afe07ad3 100644
--- a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild
+++ b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://home.gna.org/auto-qcm/;
 SRC_URI="http://download.gna.org/auto-qcm/${PN}_${PV}_sources.tar.gz;
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 LANGS="ar es fr ja"
@@ -62,12 +62,13 @@ src_prepare() {
default
 
local la
-   for la in ${L10N} ; do
+   for la in ${LANGS} ; do
if ! use l10n_${la} ; then
-   # remove languages that we dont want to install
+   # remove languages that we dont want to install. no 
error on nonexisting files.
rm -vf "I18N/lang/${la}.po"
rm -vf "doc/auto-multiple-choice.${la}.in.xml" 
"doc/doc-xhtml-site.${la}.xsl.in"
rm -rvf "doc/html/auto-multiple-choice.${la}" 
"doc/modeles/${la}"
+   sed -e "s: doc/doc-xhtml-site\\.${la}\\.xsl: :g" -i 
Makefile || die
fi
done
 }



[gentoo-commits] repo/gentoo:master commit in: net-nntp/inn/

2017-04-23 Thread David Seifert
commit: f1f9d135c7535d9a4fb6a55b6d2ba40bcbafa950
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:28:14 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f9d135

net-nntp/inn: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-nntp/inn/inn-2.5.3-r1.ebuild | 8 +---
 net-nntp/inn/inn-2.5.3-r3.ebuild | 8 
 net-nntp/inn/inn-2.5.4-r1.ebuild | 8 
 net-nntp/inn/inn-2.5.5-r1.ebuild | 8 
 4 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/net-nntp/inn/inn-2.5.3-r1.ebuild b/net-nntp/inn/inn-2.5.3-r1.ebuild
index fde86c2c99f..48edc30bd81 100644
--- a/net-nntp/inn/inn-2.5.3-r1.ebuild
+++ b/net-nntp/inn/inn-2.5.3-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib python-single-r1 ssl-cert
@@ -15,6 +16,7 @@ LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT 
GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
virtual/mta
@@ -23,9 +25,9 @@ DEPEND="
sys-libs/zlib
kerberos? ( virtual/krb5 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
python? ( ${PYTHON_DEPS} )
-   berkdb? ( sys-libs/db )
+   berkdb? ( sys-libs/db:* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/net-nntp/inn/inn-2.5.3-r3.ebuild b/net-nntp/inn/inn-2.5.3-r3.ebuild
index c4801fe896c..e356b6892f4 100644
--- a/net-nntp/inn/inn-2.5.3-r3.ebuild
+++ b/net-nntp/inn/inn-2.5.3-r3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib python-single-r1 ssl-cert toolchain-funcs
@@ -15,7 +16,6 @@ LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT 
GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
@@ -25,9 +25,9 @@ DEPEND="
sys-libs/zlib
kerberos? ( virtual/krb5 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
python? ( ${PYTHON_DEPS} )
-   berkdb? ( sys-libs/db )
+   berkdb? ( sys-libs/db:* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/net-nntp/inn/inn-2.5.4-r1.ebuild b/net-nntp/inn/inn-2.5.4-r1.ebuild
index 72f69f22954..19a769d0a7c 100644
--- a/net-nntp/inn/inn-2.5.4-r1.ebuild
+++ b/net-nntp/inn/inn-2.5.4-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib python-single-r1 ssl-cert toolchain-funcs
@@ -15,7 +16,6 @@ LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT 
GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
@@ -25,9 +25,9 @@ DEPEND="
sys-libs/zlib
kerberos? ( virtual/krb5 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
python? ( ${PYTHON_DEPS} )
-   berkdb? ( sys-libs/db )
+   berkdb? ( sys-libs/db:* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/net-nntp/inn/inn-2.5.5-r1.ebuild b/net-nntp/inn/inn-2.5.5-r1.ebuild
index 72f69f22954..19a769d0a7c 100644
--- a/net-nntp/inn/inn-2.5.5-r1.ebuild
+++ b/net-nntp/inn/inn-2.5.5-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib python-single-r1 ssl-cert toolchain-funcs
@@ -15,7 +16,6 @@ LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT 
GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
@@ -25,9 +25,9 @@ DEPEND="
sys-libs/zlib
kerberos? ( virtual/krb5 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
python? ( ${PYTHON_DEPS} )
-   berkdb? ( sys-libs/db )
+   berkdb? ( sys-libs/db:* )
 "
 RDEPEND="${DEPEND}"
 



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

2017-04-23 Thread David Seifert
commit: 6a11020954a0614531881b4e260de3354986a1de
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:47:26 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a110209

net-wireless/uhd: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-wireless/uhd/uhd-3.8.5.ebuild | 14 ++
 net-wireless/uhd/uhd-3.9.6.ebuild | 12 +---
 2 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/net-wireless/uhd/uhd-3.8.5.ebuild 
b/net-wireless/uhd/uhd-3.8.5.ebuild
index 5fd1110f2b5..abd8eb48026 100644
--- a/net-wireless/uhd/uhd-3.8.5.ebuild
+++ b/net-wireless/uhd/uhd-3.8.5.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit versionator python-single-r1 gnome2-utils cmake-utils multilib
 
 DESCRIPTION="Universal Software Radio Peripheral (USRP) Hardware Driver"
@@ -13,13 +15,15 @@ 
SRC_URI="https://github.com/EttusResearch/uhd/archive/release_00$(get_version_co
http://files.ettus.com/binaries/images/${image_version}.zip;
 #https://github.com/EttusResearch/UHD-Mirror/tags
 #http://files.ettus.com/binaries/images/
-KEYWORDS="~amd64 ~arm ~x86"
-S="${WORKDIR}"/uhd-release_00$(get_version_component_range 
1)_00$(get_version_component_range 2)_00$(get_version_component_range 3)/host
 
 LICENSE="GPL-3"
 SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
-RDEPEND="virtual/libusb:1
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   virtual/libusb:1
dev-lang/orc
dev-libs/boost:=
sys-libs/ncurses:0
@@ -28,6 +32,8 @@ DEPEND="${RDEPEND}
dev-python/cheetah
app-arch/unzip"
 
+S="${WORKDIR}"/uhd-release_00$(get_version_component_range 
1)_00$(get_version_component_range 2)_00$(get_version_component_range 3)/host
+
 src_prepare() {
gnome2_environment_reset #534582
 

diff --git a/net-wireless/uhd/uhd-3.9.6.ebuild 
b/net-wireless/uhd/uhd-3.9.6.ebuild
index 7ad7928d4f2..e1278ff8082 100644
--- a/net-wireless/uhd/uhd-3.9.6.ebuild
+++ b/net-wireless/uhd/uhd-3.9.6.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit versionator python-single-r1 gnome2-utils cmake-utils multilib
 
 DESCRIPTION="Universal Software Radio Peripheral (USRP) Hardware Driver"
@@ -13,13 +15,15 @@ 
SRC_URI="https://github.com/EttusResearch/uhd/archive/release_00$(get_version_co
http://files.ettus.com/binaries/images/${image_version}.zip;
 #https://github.com/EttusResearch/UHD-Mirror/tags
 #http://files.ettus.com/binaries/images/
-KEYWORDS="~amd64 ~arm ~x86"
-S="${WORKDIR}"/uhd-release_00$(get_version_component_range 
1)_00$(get_version_component_range 2)_00$(get_version_component_range 3)/host
 
 LICENSE="GPL-3"
 SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
-RDEPEND="virtual/libusb:1
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   virtual/libusb:1
dev-lang/orc
dev-libs/boost:=
sys-libs/ncurses:0
@@ -29,6 +33,8 @@ DEPEND="${RDEPEND}
dev-python/cheetah
app-arch/unzip"
 
+S="${WORKDIR}"/uhd-release_00$(get_version_component_range 
1)_00$(get_version_component_range 2)_00$(get_version_component_range 3)/host
+
 src_prepare() {
gnome2_environment_reset #534582
 



[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-haze/

2017-04-23 Thread David Seifert
commit: a7e7141334390ce95e6318556529863d585622cc
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:32:53 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e71413

net-voip/telepathy-haze: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild | 4 +++-
 net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild| 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild 
b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild
index a2fa71931ca..f1129cbc885 100644
--- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild
+++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit eutils python-single-r1
@@ -15,6 +16,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 #IUSE="test"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Tests failing, see upstream: https://bugs.freedesktop.org/34577
 RESTRICT="test"

diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild 
b/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild
index edd9822e2a0..88570dc6ca7 100644
--- a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild
+++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1
@@ -15,6 +16,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 #IUSE="test"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Tests failing, see upstream: https://bugs.freedesktop.org/34577
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: net-news/liferea/

2017-04-23 Thread David Seifert
commit: f65105bc1128752991b3284a264120afbb9d332c
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:25:34 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65105bc

net-news/liferea: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-news/liferea/liferea-1.10.19-r1.ebuild | 8 
 net-news/liferea/liferea-1.12_rc3.ebuild   | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-news/liferea/liferea-1.10.19-r1.ebuild 
b/net-news/liferea/liferea-1.10.19-r1.ebuild
index ecad95d275d..d23d7d3a1e2 100644
--- a/net-news/liferea/liferea-1.10.19-r1.ebuild
+++ b/net-news/liferea/liferea-1.10.19-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools gnome2 pax-utils python-r1
@@ -17,11 +18,11 @@ 
SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${PV}/${MY_P}.tar.
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc x86"
-
 IUSE="ayatana libnotify"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND=">=dev-db/sqlite-3.7.0:3
+RDEPEND="${PYTHON_DEPS}
+   >=dev-db/sqlite-3.7.0:3
>=dev-libs/glib-2.28.0:2
dev-libs/gobject-introspection
dev-libs/json-glib
@@ -35,7 +36,6 @@ RDEPEND=">=dev-db/sqlite-3.7.0:3
>=x11-libs/pango-1.4.0
ayatana? ( dev-libs/libindicate )
libnotify? ( >=x11-libs/libnotify-0.3.2 )"
-
 DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"

diff --git a/net-news/liferea/liferea-1.12_rc3.ebuild 
b/net-news/liferea/liferea-1.12_rc3.ebuild
index e1ffa64b021..509df3fdb1e 100644
--- a/net-news/liferea/liferea-1.12_rc3.ebuild
+++ b/net-news/liferea/liferea-1.12_rc3.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
+
 PYTHON_COMPAT=( python3_{4,5} )
 
 inherit autotools gnome2 pax-utils python-single-r1
@@ -18,11 +19,11 @@ 
SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${MY_PV}/${MY_P}.t
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
-
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND=">=dev-db/sqlite-3.7.0:3
+RDEPEND="${PYTHON_DEPS}
+   >=dev-db/sqlite-3.7.0:3
>=dev-libs/glib-2.28.0:2
dev-libs/gobject-introspection
dev-libs/json-glib
@@ -34,7 +35,6 @@ RDEPEND=">=dev-db/sqlite-3.7.0:3
net-libs/webkit-gtk:4
x11-libs/gtk+:3
>=x11-libs/pango-1.4.0"
-
 DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wifi-radar/

2017-04-23 Thread David Seifert
commit: ae3b86c100066eb3457c6e8c1dc6a6e725a470ca
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:48:54 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3b86c1

net-wireless/wifi-radar: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-wireless/wifi-radar/wifi-radar-2.0.8-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-wireless/wifi-radar/wifi-radar-2.0.8-r2.ebuild 
b/net-wireless/wifi-radar/wifi-radar-2.0.8-r2.ebuild
index 22e667d7ce2..186495aa75b 100644
--- a/net-wireless/wifi-radar/wifi-radar-2.0.8-r2.ebuild
+++ b/net-wireless/wifi-radar/wifi-radar-2.0.8-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit eutils versionator python-single-r1 readme.gentoo
@@ -22,8 +23,9 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
app-admin/sudo
-   >=dev-python/pygtk-2.16.0-r1
+   >=dev-python/pygtk-2.16.0-r1[${PYTHON_USEDEP}]
>=net-wireless/wireless-tools-29
|| ( net-misc/dhcpcd net-misc/dhcp net-misc/pump )
 "



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

2017-04-23 Thread David Seifert
commit: 98728d1ba9d2ee8d5cace60796ffd2b93c6c8e12
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:45:05 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98728d1b

net-wireless/multimode: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-wireless/multimode/multimode-1.00-r2.ebuild  | 8 +---
 net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild | 9 ++---
 net-wireless/multimode/multimode-.ebuild | 9 ++---
 3 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/net-wireless/multimode/multimode-1.00-r2.ebuild 
b/net-wireless/multimode/multimode-1.00-r2.ebuild
index 2427560f389..aaa5a053442 100644
--- a/net-wireless/multimode/multimode-1.00-r2.ebuild
+++ b/net-wireless/multimode/multimode-1.00-r2.ebuild
@@ -1,28 +1,30 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1
 
 DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio"
 HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk;
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 if [[ ${PV} == "" ]] ; then
ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk;
inherit subversion
-   KEYWORDS=""
 else
SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz;
KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}"
 fi
 
-DEPEND=""
+DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
>=net-wireless/gr-osmosdr-0.0.1
https://www.cgran.org/browser/projects/multimode/trunk;
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 if [[ ${PV} == "" ]] ; then
ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk;
inherit subversion
-   KEYWORDS=""
 else
#SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz;
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz;
KEYWORDS="~amd64 ~arm ~x86"
 fi
 
-DEPEND=">=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_USEDEP}]
+DEPEND="${PYTHON_DEPS}
+   >=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_USEDEP}]
>=net-wireless/gr-osmosdr-0.1.0:="
 RDEPEND="${DEPEND}"
 

diff --git a/net-wireless/multimode/multimode-.ebuild 
b/net-wireless/multimode/multimode-.ebuild
index f9a9e9eb6e3..b6713c20413 100644
--- a/net-wireless/multimode/multimode-.ebuild
+++ b/net-wireless/multimode/multimode-.ebuild
@@ -1,28 +1,31 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1
 
 DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio"
 HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk;
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 if [[ ${PV} == "" ]] ; then
ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk;
inherit subversion
-   KEYWORDS=""
 else
#SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz;
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz;
KEYWORDS="~amd64 ~arm ~x86"
 fi
 
-DEPEND="=net-wireless/gnuradio-:=[grc,utils,${PYTHON_USEDEP}]
+DEPEND="${PYTHON_DEPS}
+   =net-wireless/gnuradio-:=[grc,utils,${PYTHON_USEDEP}]
=net-wireless/gr-osmosdr-:="
 RDEPEND="${DEPEND}"
 



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

2017-04-23 Thread David Seifert
commit: e432f1dba89cc7cfecf7bfcfd5aaf948ba1bf9f6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:23:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e432f1db

net-misc/vde: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/vde/vde-2.3.2-r2.ebuild | 5 +++--
 net-misc/vde/vde-2.3.2-r3.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-misc/vde/vde-2.3.2-r2.ebuild b/net-misc/vde/vde-2.3.2-r2.ebuild
index bd9e4ea321f..762afa688bb 100644
--- a/net-misc/vde/vde-2.3.2-r2.ebuild
+++ b/net-misc/vde/vde-2.3.2-r2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
+
 inherit eutils python-single-r1 user
 
 MY_P="${PN}2-${PV}"
@@ -15,8 +16,8 @@ HOMEPAGE="http://vde.sourceforge.net/;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ~ppc64 x86"
-
 IUSE="pcap python selinux ssl static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 COMMON_DEPS="pcap? ( net-libs/libpcap )
python? ( ${PYTHON_DEPS} )

diff --git a/net-misc/vde/vde-2.3.2-r3.ebuild b/net-misc/vde/vde-2.3.2-r3.ebuild
index f2ebc5ecea5..ad94a85abaf 100644
--- a/net-misc/vde/vde-2.3.2-r3.ebuild
+++ b/net-misc/vde/vde-2.3.2-r3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
+
 inherit eutils python-single-r1 user
 
 MY_P="${PN}2-${PV}"
@@ -15,8 +16,8 @@ HOMEPAGE="http://vde.sourceforge.net/;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
 IUSE="pcap python selinux ssl libressl static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 COMMON_DEPS="pcap? ( net-libs/libpcap )
python? ( ${PYTHON_DEPS} )



[gentoo-commits] repo/gentoo:master commit in: net-proxy/http-replicator/

2017-04-23 Thread David Seifert
commit: 0cca1dbe3d74aa1f453b8779feb6d4a62d6f256e
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:31:43 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cca1dbe

net-proxy/http-replicator: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-proxy/http-replicator/http-replicator-3.0-r7.ebuild | 13 +++--
 .../http-replicator/http-replicator-4.0_alpha2-r5.ebuild| 10 +++---
 2 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/net-proxy/http-replicator/http-replicator-3.0-r7.ebuild 
b/net-proxy/http-replicator/http-replicator-3.0-r7.ebuild
index 5b29f048344..68405a1f8c1 100644
--- a/net-proxy/http-replicator/http-replicator-3.0-r7.ebuild
+++ b/net-proxy/http-replicator/http-replicator-3.0-r7.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 ) # not 2.6 bug #33907, not 3.0 bug #411083
+
 inherit eutils python-single-r1 systemd
 
 MY_P="${PN}_${PV}"
@@ -10,11 +12,16 @@ MY_P="${PN}_${PV}"
 DESCRIPTION="Proxy cache for Gentoo packages"
 HOMEPAGE="https://sourceforge.net/projects/http-replicator;
 SRC_URI="mirror://sourceforge/http-replicator/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 hppa ppc ~sparc x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
"${FILESDIR}/http-replicator-3.0-sighup.patch"
@@ -22,9 +29,11 @@ PATCHES=(
"${FILESDIR}/http-replicator-3-missing-directory.patch"
 )
 
-src_install(){
+pkg_setup() {
python-single-r1_pkg_setup
+}
 
+src_install() {
# Daemon and repcacheman into /usr/bin
python_scriptinto /usr/bin
python_doscript http-replicator

diff --git a/net-proxy/http-replicator/http-replicator-4.0_alpha2-r5.ebuild 
b/net-proxy/http-replicator/http-replicator-4.0_alpha2-r5.ebuild
index 0eea7f1f1e7..6810108b67b 100644
--- a/net-proxy/http-replicator/http-replicator-4.0_alpha2-r5.ebuild
+++ b/net-proxy/http-replicator/http-replicator-4.0_alpha2-r5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -16,6 +16,10 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -30,7 +34,7 @@ src_test() {
./unit-test && die
 }
 
-src_install(){
+src_install() {
python_foreach_impl python_doscript http-replicator
 
newbin "${FILESDIR}"/${PN}-3.0-callrepcacheman-0.1 repcacheman



[gentoo-commits] repo/gentoo:master commit in: net-irc/irker/

2017-04-23 Thread David Seifert
commit: 3c0c3f4fe6d814ee81bc95899c70e26171ce4358
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:02:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:58:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0c3f4f

net-irc/irker: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-irc/irker/irker-2.11.ebuild | 7 +--
 net-irc/irker/irker-2.12.ebuild | 7 +--
 net-irc/irker/irker-2.13.ebuild | 7 +--
 net-irc/irker/irker-2.15.ebuild | 7 +--
 net-irc/irker/irker-2.16.ebuild | 7 +--
 net-irc/irker/irker-2.17.ebuild | 7 +--
 net-irc/irker/irker-2.18.ebuild | 5 -
 net-irc/irker/irker-2.9.ebuild  | 7 +--
 8 files changed, 39 insertions(+), 15 deletions(-)

diff --git a/net-irc/irker/irker-2.11.ebuild b/net-irc/irker/irker-2.11.ebuild
index 49fe02862db..9b6fdbbae2e 100644
--- a/net-irc/irker/irker-2.11.ebuild
+++ b/net-irc/irker/irker-2.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="app-text/docbook-xml-dtd:4.1.2
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
app-text/xmlto"
 
 src_prepare() {

diff --git a/net-irc/irker/irker-2.12.ebuild b/net-irc/irker/irker-2.12.ebuild
index 49fe02862db..9b6fdbbae2e 100644
--- a/net-irc/irker/irker-2.12.ebuild
+++ b/net-irc/irker/irker-2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="app-text/docbook-xml-dtd:4.1.2
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
app-text/xmlto"
 
 src_prepare() {

diff --git a/net-irc/irker/irker-2.13.ebuild b/net-irc/irker/irker-2.13.ebuild
index 49fe02862db..9b6fdbbae2e 100644
--- a/net-irc/irker/irker-2.13.ebuild
+++ b/net-irc/irker/irker-2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="app-text/docbook-xml-dtd:4.1.2
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
app-text/xmlto"
 
 src_prepare() {

diff --git a/net-irc/irker/irker-2.15.ebuild b/net-irc/irker/irker-2.15.ebuild
index 759aa24a69f..6965033dce3 100644
--- a/net-irc/irker/irker-2.15.ebuild
+++ b/net-irc/irker/irker-2.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="app-text/docbook-xml-dtd:4.1.2
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
app-text/xmlto"
 
 src_prepare() {

diff --git a/net-irc/irker/irker-2.16.ebuild b/net-irc/irker/irker-2.16.ebuild
index 75b3984d901..9171b100f45 100644
--- a/net-irc/irker/irker-2.16.ebuild
+++ b/net-irc/irker/irker-2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="app-text/docbook-xml-dtd:4.1.2
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
app-text/xmlto"
 
 src_prepare() {

diff --git a/net-irc/irker/irker-2.17.ebuild b/net-irc/irker/irker-2.17.ebuild
index 88bf9305352..1762dd6 100644
--- a/net-irc/irker/irker-2.17.ebuild
+++ b/net-irc/irker/irker-2.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="socks5"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="app-text/docbook-xml-dtd:4.1.2
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
app-text/xmlto
socks5? ( dev-python/PySocks[${PYTHON_USEDEP}] )"
 

diff --git a/net-irc/irker/irker-2.18.ebuild b/net-irc/irker/irker-2.18.ebuild
index dc6764392fb..2dae81311ef 100644
--- a/net-irc/irker/irker-2.18.ebuild
+++ b/net-irc/irker/irker-2.18.ebuild
@@ -15,8 

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

2017-04-23 Thread David Seifert
commit: 80fb6cccb6f8011986afc37d42640f1e341cded8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:42:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fb6ccc

net-wireless/blueberry: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-wireless/blueberry/blueberry-1.1.8.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-wireless/blueberry/blueberry-1.1.8.ebuild 
b/net-wireless/blueberry/blueberry-1.1.8.ebuild
index c18f34668b8..036859a11bd 100644
--- a/net-wireless/blueberry/blueberry-1.1.8.ebuild
+++ b/net-wireless/blueberry/blueberry-1.1.8.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit eutils gnome2-utils python-single-r1
@@ -14,6 +15,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}]



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

2017-04-23 Thread David Seifert
commit: b3dbba523ae324c4638c09880c019f3eb3a4df76
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:10:34 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3dbba52

net-libs/telepathy-glib: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild 
b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild
index 2ce4e2909c0..6f6a9e4d6a4 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -28,6 +28,7 @@ REQUIRED_USE="
 RESTRICT="test"
 
 RDEPEND="
+   ${PYTHON_DEPS}
>=dev-libs/glib-2.36:2
>=dev-libs/dbus-glib-0.90
introspection? ( >=dev-libs/gobject-introspection-1.30 )
@@ -37,7 +38,6 @@ DEPEND="${RDEPEND}
dev-util/gtk-doc-am
virtual/pkgconfig
vala? ( $(vala_depend) )
-   ${PYTHON_DEPS}
 "
 # See bug 504744 for reference
 PDEPEND="



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

2017-04-23 Thread David Seifert
commit: 591f2dd5b860a454ba2528adbd47318a8788110d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:22:17 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591f2dd5

net-misc/openvswitch: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/openvswitch/openvswitch-1.11.0.ebuild   | 5 +++--
 net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild | 5 +++--
 net-misc/openvswitch/openvswitch-2.1.3.ebuild| 5 +++--
 net-misc/openvswitch/openvswitch-2.5.0.ebuild| 5 +++--
 net-misc/openvswitch/openvswitch-2.6.1.ebuild| 1 +
 net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild | 1 +
 net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild | 1 +
 net-misc/openvswitch/openvswitch-2.7.0.ebuild| 1 +
 8 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/net-misc/openvswitch/openvswitch-1.11.0.ebuild 
b/net-misc/openvswitch/openvswitch-1.11.0.ebuild
index 29082d3a317..64519609414 100644
--- a/net-misc/openvswitch/openvswitch-1.11.0.ebuild
+++ b/net-misc/openvswitch/openvswitch-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,9 +15,10 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug modules monitor +pyside +ssl"
+REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND=">=sys-apps/openrc-0.10.5
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
monitor? (
${PYTHON_DEPS}
dev-python/twisted-core[${PYTHON_USEDEP}]

diff --git a/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild 
b/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild
index 87d8e4179e8..518b284b1d3 100644
--- a/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,9 +15,10 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug modules monitor +ssl"
+REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND=">=sys-apps/openrc-0.10.5
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
monitor? (
${PYTHON_DEPS}
dev-python/twisted-core

diff --git a/net-misc/openvswitch/openvswitch-2.1.3.ebuild 
b/net-misc/openvswitch/openvswitch-2.1.3.ebuild
index 201b5639997..2b86eb940e4 100644
--- a/net-misc/openvswitch/openvswitch-2.1.3.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,9 +15,10 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug modules monitor +ssl"
+REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND=">=sys-apps/openrc-0.10.5
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
monitor? (
${PYTHON_DEPS}
dev-python/twisted-core

diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild 
b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
index a426daff267..7515af50a0e 100644
--- a/net-misc/openvswitch/openvswitch-2.5.0.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,13 +15,14 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="debug modules monitor +ssl"
+REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
|| (
>=sys-apps/openrc-0.10.5
sys-apps/systemd
)
-   ssl? ( dev-libs/openssl:= )
+   ssl? ( dev-libs/openssl:0= )
monitor? (
${PYTHON_DEPS}
dev-python/twisted-core

diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild 
b/net-misc/openvswitch/openvswitch-2.6.1.ebuild
index cca17c75d62..633eafb830f 100644
--- a/net-misc/openvswitch/openvswitch-2.6.1.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.6.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE="debug modules monitor +ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (

diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild 
b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
index c98f3a1a510..b31520aeff5 100644
--- a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 

[gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/

2017-04-23 Thread David Seifert
commit: abac9c7e5700eef0c7854fddcbbfec44694ad739
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:16:36 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abac9c7e

net-misc/chrome-remote-desktop: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../chrome-remote-desktop/chrome-remote-desktop-49.0.2623.40.ebuild| 3 ++-
 .../chrome-remote-desktop/chrome-remote-desktop-55.0.2883.50.ebuild| 3 ++-
 .../chrome-remote-desktop/chrome-remote-desktop-56.0.2924.51.ebuild| 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-49.0.2623.40.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-49.0.2623.40.ebuild
index 26ed1828233..36683aa535d 100644
--- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-49.0.2623.40.ebuild
+++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-49.0.2623.40.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/
@@ -30,6 +30,7 @@ LICENSE="google-chrome"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # All the libs this package links against.
 RDEPEND="app-admin/sudo

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-55.0.2883.50.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-55.0.2883.50.ebuild
index 341ba606971..3c0165a981a 100644
--- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-55.0.2883.50.ebuild
+++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-55.0.2883.50.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/
@@ -29,6 +29,7 @@ LICENSE="google-chrome"
 SLOT="0"
 KEYWORDS="-* amd64"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # All the libs this package links against.
 RDEPEND="app-admin/sudo

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-56.0.2924.51.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-56.0.2924.51.ebuild
index fef07b1c57a..a2172a6f3a1 100644
--- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-56.0.2924.51.ebuild
+++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-56.0.2924.51.ebuild
@@ -29,6 +29,7 @@ LICENSE="google-chrome"
 SLOT="0"
 KEYWORDS="-* ~amd64"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # All the libs this package links against.
 RDEPEND="app-admin/sudo



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

2017-04-23 Thread David Seifert
commit: 801eebdc376cf3109849f573e588d43db98a30c4
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:38:20 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801eebdc

net-vpn/tinc: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-vpn/tinc/tinc-1.1_pre14-r3.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-vpn/tinc/tinc-1.1_pre14-r3.ebuild 
b/net-vpn/tinc/tinc-1.1_pre14-r3.ebuild
index ccc843d8305..5403ce866a1 100644
--- a/net-vpn/tinc/tinc-1.1_pre14-r3.ebuild
+++ b/net-vpn/tinc/tinc-1.1_pre14-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -7,7 +7,8 @@ MY_PV=${PV/_/}
 MY_P=${PN}-${MY_PV}
 
 PYTHON_COMPAT=( python2_7 )
-inherit eutils multilib python-any-r1
+
+inherit eutils multilib python-single-r1
 
 DESCRIPTION="tinc is an easy to configure VPN implementation"
 HOMEPAGE="http://www.tinc-vpn.org/;
@@ -24,8 +25,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+lzo +ncurses gui libressl +readline +ssl uml vde upnp +zlib"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
+   ${PYTHON_DEPS}
+   gui? ( dev-python/wxpython:3.0[${PYTHON_USEDEP}] )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -36,11 +40,7 @@ DEPEND="
upnp? ( net-libs/miniupnpc )
zlib? ( sys-libs/zlib )"
 RDEPEND="${DEPEND}
-   vde? ( net-misc/vde )
-   ${PYTHON_DEPS}
-   gui? ( $(python_gen_any_dep '
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   ') )"
+   vde? ( net-misc/vde )"
 
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-rakia/

2017-04-23 Thread David Seifert
commit: b9b788158e09b94b914937a6a3045b610d68fc10
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:35:15 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b78815

net-voip/telepathy-rakia: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild 
b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild
index 1010e7ea91c..47387a51f19 100644
--- a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild
+++ b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1
@@ -14,8 +15,10 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPEND="
+   ${PYTHON_DEPS}
>=dev-libs/dbus-glib-0.60
>=dev-libs/glib-2.30:2
>=net-libs/sofia-sip-1.12.11



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/

2017-04-23 Thread David Seifert
commit: 2b420bf7d749084b349c132b6c6be544259af32c
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:12:37 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b420bf7

net-mail/mailman: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-mail/mailman/mailman-2.1.23.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-mail/mailman/mailman-2.1.23.ebuild 
b/net-mail/mailman/mailman-2.1.23.ebuild
index 93ca858b5dc..8c9de0c0203 100644
--- a/net-mail/mailman/mailman-2.1.23.ebuild
+++ b/net-mail/mailman/mailman-2.1.23.ebuild
@@ -10,14 +10,15 @@ inherit eutils python-single-r1 multilib systemd user
 DESCRIPTION="A python-based mailing list server with an extensive web 
interface"
 SRC_URI="mirror://sourceforge/${PN}/${P/_p/-}.tgz"
 HOMEPAGE="http://www.list.org/;
-S="${WORKDIR}/${P/_p/-}"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="selinux"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
+   ${PYTHON_DEPS}
virtual/mta
virtual/cron
virtual/httpd-cgi
@@ -26,6 +27,8 @@ RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-mailman )
 "
 
+S="${WORKDIR}/${P/_p/-}"
+
 pkg_setup() {
python-single-r1_pkg_setup
INSTALLDIR=${MAILMAN_PREFIX:-"/usr/$(get_libdir)/mailman"}



[gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/

2017-04-23 Thread David Seifert
commit: 774967a9aca3f7d7fb69f9894459383d2d7d2d0b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 19:58:43 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:58:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774967a9

net-im/pyicq-t: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 32 
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild 
b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index cfc57b7105e..39f7edef308 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -1,35 +1,43 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit eutils python-single-r1 systemd
 
 MY_P="${P/pyicq-t/pyicqt}"
+
 DESCRIPTION="Python based jabber transport for ICQ"
 HOMEPAGE="https://code.google.com/p/pyicqt/;
 SRC_URI="https://pyicqt.googlecode.com/files/${MY_P}.tar.gz;
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="webinterface"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="net-im/jabber-base"
+DEPEND="${PYTHON_DEPS}
+   net-im/jabber-base"
 RDEPEND="${DEPEND}
-   ( || ( ( dev-python/twisted-core[${PYTHON_USEDEP}]
+   || (
+   (
+   dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-words[${PYTHON_USEDEP}]
-   dev-python/twisted-web[${PYTHON_USEDEP}] )
-   dev-python/twisted[${PYTHON_USEDEP}] ) )
+   dev-python/twisted-web[${PYTHON_USEDEP}]
+   )
+   dev-python/twisted[${PYTHON_USEDEP}]
+   )
webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
dev-python/pillow[${PYTHON_USEDEP}]"
 
-src_prepare() {
-   eapply "${FILESDIR}/${P}-python26-warnings.diff"
-   eapply "${FILESDIR}/${P}-pillow-imaging.patch"
-   eapply_user
-}
+S="${WORKDIR}/${MY_P}"
+PATCHES=(
+   "${FILESDIR}/${P}-python26-warnings.diff"
+   "${FILESDIR}/${P}-pillow-imaging.patch"
+)
 
 src_install() {
python_moduleinto ${PN}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/udk/

2017-04-23 Thread David Seifert
commit: b0db4186ca9a9921ddad8d1c60bb349e7106a531
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:51:03 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0db4186

sys-boot/udk: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-boot/udk/udk-2015.ebuild | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/sys-boot/udk/udk-2015.ebuild b/sys-boot/udk/udk-2015.ebuild
index 8061f63ed8c..0d0ea384e54 100644
--- a/sys-boot/udk/udk-2015.ebuild
+++ b/sys-boot/udk/udk-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,21 +8,23 @@ PYTHON_REQ_USE="sqlite"
 
 inherit flag-o-matic multiprocessing python-single-r1 toolchain-funcs 
versionator
 
+MY_V="${PN^^}$(get_version_component_range 1)"
+
 DESCRIPTION="Tianocore UEFI Development kit"
 HOMEPAGE="http://www.tianocore.org/edk2/;
-MY_V="${PN^^}$(get_version_component_range 1)"
 
SRC_URI="https://github.com/tianocore/${PN}/releases/download/${MY_V}/${MY_V}.Complete.MyWorkSpace.zip;
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples"
-
-DEPEND="app-arch/unzip
-   dev-lang/nasm
-   ${PYTHON_DEPS}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   dev-lang/nasm"
+
 S="${WORKDIR}/MyWorkSpace"
 
 pkg_setup() {



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

2017-04-23 Thread David Seifert
commit: d2c692cd7f6acdc95988f48a17e9271fc6bc4e54
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:18:05 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c692cd

net-misc/omniORB: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/omniORB/omniORB-4.1.4-r2.ebuild | 6 --
 net-misc/omniORB/omniORB-4.2.1_p2.ebuild | 5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-misc/omniORB/omniORB-4.1.4-r2.ebuild 
b/net-misc/omniORB/omniORB-4.1.4-r2.ebuild
index 2bfee4a92db..183a5713a85 100644
--- a/net-misc/omniORB/omniORB-4.1.4-r2.ebuild
+++ b/net-misc/omniORB/omniORB-4.1.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,10 @@ LICENSE="LGPL-2 GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE="doc ssl static-libs"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b:0= )"
+RDEPEND="${PYTHON_DEPS}
+   ssl? ( >=dev-libs/openssl-0.9.6b:0= )"
 DEPEND="${RDEPEND}"
 
 src_prepare() {

diff --git a/net-misc/omniORB/omniORB-4.2.1_p2.ebuild 
b/net-misc/omniORB/omniORB-4.2.1_p2.ebuild
index 58eac9fcd83..46b2de01bec 100644
--- a/net-misc/omniORB/omniORB-4.2.1_p2.ebuild
+++ b/net-misc/omniORB/omniORB-4.2.1_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,8 +9,8 @@ EAPI=6
 # highest version the configure script will accept is python-3.3, but
 # that's on it's way out, so we prefer to stick with python-2.7 for now.
 PYTHON_COMPAT=( python2_7 )
+
 inherit python-single-r1
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 MY_P="${P/_p/-}"
 DESCRIPTION="A robust, high-performance CORBA 2 ORB"
@@ -21,6 +21,7 @@ LICENSE="LGPL-2 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc ipv6 ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
ssl? ( dev-libs/openssl:0= )"



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

2017-04-23 Thread David Seifert
commit: ef50a8b9159484de6941c0af921734c4a42e519d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:09:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef50a8b9

net-libs/nfqueue-bindings: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild | 12 
 net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild | 12 
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild 
b/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild
index ee81ba0f637..9b53a58b9d8 100644
--- a/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild
+++ b/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit cmake-utils perl-module linux-info python-single-r1
 
 DESCRIPTION="High-level language bindings for libnetfilter_queue"
@@ -13,12 +15,14 @@ KEYWORDS="~x86 ~amd64"
 SLOT="0"
 LICENSE="GPL-3"
 IUSE="perl python examples"
-REQUIRED_USE="|| ( perl python )"
+REQUIRED_USE="|| ( perl python ) python? ( ${PYTHON_REQUIRED_USE} )"
 
-DEPEND="python? (
+RDEPEND="
+   python? (
dev-python/dpkt[${PYTHON_USEDEP}]
${PYTHON_DEPS}
-   )
+   )"
+DEPEND="${RDEPEND}
perl? ( dev-lang/perl )
net-libs/libnetfilter_queue
dev-lang/swig"

diff --git a/net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild 
b/net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild
index 0d4a5800b41..2282bae8496 100644
--- a/net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild
+++ b/net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit cmake-utils perl-module linux-info python-single-r1
 
 DESCRIPTION="High-level language bindings for libnetfilter_queue"
@@ -13,12 +15,14 @@ KEYWORDS="~x86 ~amd64"
 SLOT="0"
 LICENSE="GPL-3"
 IUSE="perl python examples"
-REQUIRED_USE="|| ( perl python )"
+REQUIRED_USE="|| ( perl python ) python? ( ${PYTHON_REQUIRED_USE} )"
 
-DEPEND="python? (
+RDEPEND="
+   python? (
dev-python/dpkt[${PYTHON_USEDEP}]
${PYTHON_DEPS}
-   )
+   )"
+DEPEND="${RDEPEND}
perl? ( dev-lang/perl )
net-libs/libnetfilter_queue
dev-lang/swig"



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

2017-04-23 Thread David Seifert
commit: 493ba5488b264499f92f127a6fb64b70b773a170
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:06:41 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493ba548

net-libs/gupnp-igd: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild | 6 --
 net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild | 4 +++-
 net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild| 4 +++-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
index 93288169366..f1c343c3cbf 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,6 +15,7 @@ LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
net-libs/gssdp
@@ -22,9 +23,10 @@ RDEPEND="
>=dev-libs/glib-2.16:2
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+   ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
-   )"
+   )"
 DEPEND="${RDEPEND}
dev-util/gtk-doc-am
sys-devel/gettext

diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
index 34d9fa0669c..2286f628e1b 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,6 +15,7 @@ LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
@@ -22,6 +23,7 @@ RDEPEND="
>=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+   ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
)"

diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
index 45798612f6a..7bbcda8a922 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,6 +15,7 @@ LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="+introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
@@ -22,6 +23,7 @@ RDEPEND="
>=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.10 )
python? (
+   ${PYTHON_DEPS}
>=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
)"



[gentoo-commits] repo/gentoo:master commit in: net-mail/rss2email/

2017-04-23 Thread David Seifert
commit: e9509b506622a43b4778dd15c0f880cd4f312c2f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:15:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:59:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9509b50

net-mail/rss2email: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-mail/rss2email/rss2email-2.71-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-mail/rss2email/rss2email-2.71-r1.ebuild 
b/net-mail/rss2email/rss2email-2.71-r1.ebuild
index 7c477764c71..b8476f50487 100644
--- a/net-mail/rss2email/rss2email-2.71-r1.ebuild
+++ b/net-mail/rss2email/rss2email-2.71-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,9 +18,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="dev-util/patchutils"
-RDEPEND=">=dev-python/feedparser-5.0.1
+RDEPEND="${PYTHON_DEPS}
+   >=dev-python/feedparser-5.0.1
>=dev-python/html2text-3.01"
 
 src_unpack() {



[gentoo-commits] repo/gentoo:master commit in: net-im/pyaim-t/

2017-04-23 Thread David Seifert
commit: 5dcf6f8daa6bd458f4f5f17aee0490aac3b51e84
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 19:55:16 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:58:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcf6f8d

net-im/pyaim-t: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild 
b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild
index dc3fd39f456..fb672c1c678 100644
--- a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild
+++ b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild
@@ -1,24 +1,28 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit eutils python-single-r1
 
 MY_PN="pyaimt"
 MY_P="${MY_PN}-${PV}"
+
 DESCRIPTION="Python based jabber transport for AIM"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI="mirror://debian/pool/main/p/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz -> 
${P}.tar.gz

https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN}_${PV}.orig.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="webinterface"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="net-im/jabber-base"
+DEPEND="${PYTHON_DEPS}
+   net-im/jabber-base"
 RDEPEND="${DEPEND}
dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-words[${PYTHON_USEDEP}]
@@ -26,6 +30,8 @@ RDEPEND="${DEPEND}
webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
dev-python/pillow[${PYTHON_USEDEP}]"
 
+S="${WORKDIR}/${MY_P}"
+
 src_prepare() {
epatch "${FILESDIR}/${P}-python26-warnings.patch"
epatch "${FILESDIR}/${P}-pillow-imaging.patch"



[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/

2017-04-23 Thread David Seifert
commit: 070bc1de11f7330a16de69106ee333dcf301db2a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:05:09 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 20:58:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070bc1de

net-irc/weechat: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-irc/weechat/weechat-1.4-r1.ebuild | 1 +
 net-irc/weechat/weechat-1.7-r1.ebuild | 1 +
 net-irc/weechat/weechat-.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-irc/weechat/weechat-1.4-r1.ebuild 
b/net-irc/weechat/weechat-1.4-r1.ebuild
index 5cce60e1fde..93fc0cd42d8 100644
--- a/net-irc/weechat/weechat-1.4-r1.ebuild
+++ b/net-irc/weechat/weechat-1.4-r1.ebuild
@@ -28,6 +28,7 @@ SCRIPT_LANGS="guile lua +perl +python ruby tcl"
 LANGS=" cs de es fr hu it ja pl pt_BR ru tr"
 IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} 
${INTERFACES} ${NETWORKS}"
 #REQUIRED_USE=" || ( ncurses gtk )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
dev-libs/libgcrypt:0=

diff --git a/net-irc/weechat/weechat-1.7-r1.ebuild 
b/net-irc/weechat/weechat-1.7-r1.ebuild
index 94fa5f17a24..176f7f88d8c 100644
--- a/net-irc/weechat/weechat-1.7-r1.ebuild
+++ b/net-irc/weechat/weechat-1.7-r1.ebuild
@@ -26,6 +26,7 @@ PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts 
+spell +trigger +xf
 SCRIPT_LANGS="guile lua +perl +python ruby tcl"
 LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr"
 IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} 
${INTERFACES} ${NETWORKS}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
dev-libs/libgcrypt:0=

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index cb29d75b25c..74643de24b6 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -26,6 +26,7 @@ PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts 
+spell +trigger +xf
 SCRIPT_LANGS="guile lua +perl +python ruby tcl"
 LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr"
 IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} 
${INTERFACES} ${NETWORKS}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
dev-libs/libgcrypt:0=



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

2017-04-23 Thread Michał Górny
commit: 3456ddb3650c82d92ce27517295e2589fbafd5ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:56:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:56:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3456ddb3

media-sound/frescobaldi: Remove accidental maint-needed comment

 media-sound/frescobaldi/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/frescobaldi/metadata.xml 
b/media-sound/frescobaldi/metadata.xml
index e027bc27b05..bb0cc4ccb3c 100644
--- a/media-sound/frescobaldi/metadata.xml
+++ b/media-sound/frescobaldi/metadata.xml
@@ -1,7 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
   
 so...@gentoo.org
 Gentoo Sound project



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/, dev-perl/Gtk2-Notify/files/

2017-04-23 Thread Andreas Hüttel
commit: 99e9f122f37df36f4303679a589cef397e63332c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr 23 20:52:24 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Apr 23 20:52:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e9f122

dev-perl/Gtk2-Notify: EAPI bump, disable broken test

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild | 36 ++
 .../files/Gtk2-Notify-0.05-libnotify.patch |  8 ++---
 2 files changed, 40 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild 
b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
new file mode 100644
index 000..bf2c5607992
--- /dev/null
+++ b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FLORA
+DIST_VERSION=0.05
+inherit perl-module virtualx
+
+DESCRIPTION="A perl interface to the notification library"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/glib-perl
+   dev-perl/Gtk2
+   >=x11-libs/libnotify-0.7
+"
+DEPEND="${RDEPEND}
+   dev-perl/ExtUtils-Depends
+   dev-perl/ExtUtils-PkgConfig
+   test? ( dev-perl/Test-Exception )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.05-libnotify.patch )
+
+PERL_RM_FILES=( t/notification.t )
+# the test dies if no notification daemon is present...
+
+src_test() {
+   # bug 416729
+   virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk2-Notify/files/Gtk2-Notify-0.05-libnotify.patch 
b/dev-perl/Gtk2-Notify/files/Gtk2-Notify-0.05-libnotify.patch
index 1e1ce9c094d..8865c1f3f1f 100644
--- a/dev-perl/Gtk2-Notify/files/Gtk2-Notify-0.05-libnotify.patch
+++ b/dev-perl/Gtk2-Notify/files/Gtk2-Notify-0.05-libnotify.patch
@@ -2,8 +2,8 @@ http://bugs.gentoo.org/398699
 http://rt.cpan.org/Public/Bug/Display.html?id=67297
 
http://pkgs.fedoraproject.org/gitweb/?p=perl-Gtk2-Notify.git;a=blob_plain;f=libnotify.patch;hb=HEAD
 
 t/notification.t
-+++ t/notification.t
+--- a/t/notification.t
 b/t/notification.t
 @@ -2,20 +2,18 @@
  
  use strict;
@@ -53,8 +53,8 @@ 
http://pkgs.fedoraproject.org/gitweb/?p=perl-Gtk2-Notify.git;a=blob_plain;f=libn
  lives_ok(sub {
  $n->show;
  }, 'show');
 xs/Notify.xs
-+++ xs/Notify.xs
+--- a/xs/Notify.xs
 b/xs/Notify.xs
 @@ -86,26 +86,12 @@ notify_get_server_info (class, OUTLIST c
  MODULE = Gtk2::Notify PACKAGE = Gtk2::Notify  PREFIX = notify_notification_
  



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

2017-04-23 Thread Michał Górny
commit: 57fba09a4818d37f423fcbfcdef5c0d9e6a0a6d2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:48:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fba09a

media-sound/lyvi: Remove python@ from maintainers

 media-sound/lyvi/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-sound/lyvi/metadata.xml b/media-sound/lyvi/metadata.xml
index 042195362e8..af22d20349e 100644
--- a/media-sound/lyvi/metadata.xml
+++ b/media-sound/lyvi/metadata.xml
@@ -7,10 +7,6 @@
Proxy maintainer


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




[gentoo-commits] repo/gentoo:master commit in: dev-python/rax-scheduled-images-python-novaclient-ext/

2017-04-23 Thread Michał Górny
commit: 35656015fbc37490dae8f7e8e3a759fb66fed8ba
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:05 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35656015

dev-python/rax-scheduled-images-python-novaclient-ext: Remove python@ from 
maintainers

 dev-python/rax-scheduled-images-python-novaclient-ext/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/rax-scheduled-images-python-novaclient-ext/metadata.xml 
b/dev-python/rax-scheduled-images-python-novaclient-ext/metadata.xml
index 089e0516e1a..f168b8098aa 100644
--- a/dev-python/rax-scheduled-images-python-novaclient-ext/metadata.xml
+++ b/dev-python/rax-scheduled-images-python-novaclient-ext/metadata.xml
@@ -5,10 +5,6 @@
 prometheanf...@gentoo.org
 Matthew Thode
   
-  
-pyt...@gentoo.org
-Python
-  
   
 Adds backup-schedule extension support to python-novaclient.
   



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spambayes/

2017-04-23 Thread Michał Górny
commit: 6c50c1765107d0756b7b4246889f240cede40fa7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c50c176

mail-filter/spambayes: Remove python@ from maintainers

 mail-filter/spambayes/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/mail-filter/spambayes/metadata.xml 
b/mail-filter/spambayes/metadata.xml
index 9f86da03d57..291a9031aa7 100644
--- a/mail-filter/spambayes/metadata.xml
+++ b/mail-filter/spambayes/metadata.xml
@@ -4,10 +4,6 @@
   
 lord...@gentoo.org
   
-  
-pyt...@gentoo.org
-Python
-  
   
 spambayes
 spambayes



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

2017-04-23 Thread Michał Górny
commit: fe85c7b3dccd02d4a5d55b9b450fad116b9dc6f5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:14 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe85c7b3

dev-python/starcluster: Remove python@ from maintainers

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

diff --git a/dev-python/starcluster/metadata.xml 
b/dev-python/starcluster/metadata.xml
index 7690957fecd..7c2b58b443a 100644
--- a/dev-python/starcluster/metadata.xml
+++ b/dev-python/starcluster/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
+  
   
 Enable build of apidocs in html using epydoc
   



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

2017-04-23 Thread Michał Górny
commit: 7b9f31e1e322a606a626deb7da5c4a8b16889b05
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9f31e1

dev-util/cdiff: Remove python@ from maintainers

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

diff --git a/dev-util/cdiff/metadata.xml b/dev-util/cdiff/metadata.xml
index 504cec773f6..8298304ad28 100644
--- a/dev-util/cdiff/metadata.xml
+++ b/dev-util/cdiff/metadata.xml
@@ -1,6 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
   
 Colored, side-by-side diff terminal viewer.
   
@@ -8,8 +9,4 @@
 cdiff
 ymattw/cdiff
   
-  
- pyt...@gentoo.org
- Python
-  
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rax-default-network-flags-python-novaclient-ext/

2017-04-23 Thread Michał Górny
commit: e2383d0949e5b568d01b150dc231c4f80eaffd2d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2383d09

dev-python/rax-default-network-flags-python-novaclient-ext: Remove python@ from 
maintainers

 .../rax-default-network-flags-python-novaclient-ext/metadata.xml  | 4 
 1 file changed, 4 deletions(-)

diff --git 
a/dev-python/rax-default-network-flags-python-novaclient-ext/metadata.xml 
b/dev-python/rax-default-network-flags-python-novaclient-ext/metadata.xml
index d9265b71f07..c060c965c51 100644
--- a/dev-python/rax-default-network-flags-python-novaclient-ext/metadata.xml
+++ b/dev-python/rax-default-network-flags-python-novaclient-ext/metadata.xml
@@ -5,10 +5,6 @@
 prometheanf...@gentoo.org
 Matthew Thode
   
-  
-pyt...@gentoo.org
-Python
-  
   
 Adds instance default networks extension support to python-novaclient
   



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

2017-04-23 Thread Michał Górny
commit: 4a802496f6540e4a5b1b231a403dd04cd06e573d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a802496

dev-python/xonsh: Remove python@ from maintainers

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

diff --git a/dev-python/xonsh/metadata.xml b/dev-python/xonsh/metadata.xml
index 926b515b991..a3f8a4d9815 100644
--- a/dev-python/xonsh/metadata.xml
+++ b/dev-python/xonsh/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
+  
   
 xonsh
 



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

2017-04-23 Thread Michał Górny
commit: 4788c0ef1c76be1966e4ad7d0858a3ce9b726c0f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:48:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4788c0ef

net-misc/polly: Remove python@ from maintainers

 net-misc/polly/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-misc/polly/metadata.xml b/net-misc/polly/metadata.xml
index 874483cc937..305b87389af 100644
--- a/net-misc/polly/metadata.xml
+++ b/net-misc/polly/metadata.xml
@@ -5,10 +5,6 @@
x...@gentoo.org
Michael Weber

-   
-   pyt...@gentoo.org
-   Python
-   

polly




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

2017-04-23 Thread Michał Górny
commit: 106bef5e5d0404494586310619ba2c7f6459b65f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106bef5e

media-gfx/cura: Remove python@ from maintainers

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

diff --git a/media-gfx/cura/metadata.xml b/media-gfx/cura/metadata.xml
index aafd66fb97d..f06d3016b3d 100644
--- a/media-gfx/cura/metadata.xml
+++ b/media-gfx/cura/metadata.xml
@@ -13,10 +13,6 @@
 proxy-ma...@gentoo.org
 Gentoo Proxy Maintainers Project
 
-
-pyt...@gentoo.org
-Gentoo Python Project
-

Access 3D printers via USB




[gentoo-commits] repo/gentoo:master commit in: dev-python/rackspace-monitoring-cli/

2017-04-23 Thread Michał Górny
commit: 9501f7f1e6eacf6bb750a685f9a5824bd2e48cf4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:33:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9501f7f1

dev-python/rackspace-monitoring-cli: Remove python@ from maintainers

 dev-python/rackspace-monitoring-cli/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/rackspace-monitoring-cli/metadata.xml 
b/dev-python/rackspace-monitoring-cli/metadata.xml
index 8dfb2709e18..385c4b243b7 100644
--- a/dev-python/rackspace-monitoring-cli/metadata.xml
+++ b/dev-python/rackspace-monitoring-cli/metadata.xml
@@ -5,10 +5,6 @@
 prometheanf...@gentoo.org
 Matthew Thode
   
-  
-pyt...@gentoo.org
-Python
-  
   
 Command Line Utility for Rackspace Cloud Monitoring (MaaS)
   



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

2017-04-23 Thread Michał Górny
commit: 172e58e4f5891dd6bd023a4d65d65a98880de785
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:11 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172e58e4

dev-python/rtslib: Remove python@ from maintainers

 dev-python/rtslib/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/rtslib/metadata.xml b/dev-python/rtslib/metadata.xml
index 157114acb9c..8bf4b5f3695 100644
--- a/dev-python/rtslib/metadata.xml
+++ b/dev-python/rtslib/metadata.xml
@@ -1,11 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   pyt...@gentoo.org
-   Python
-   
-
+   
clus...@gentoo.org
Gentoo Cluster Project




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

2017-04-23 Thread Michał Górny
commit: bdec5b4c1106edb30d607968aae3dbc1796496cd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:48:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdec5b4c

media-video/gaupol: Remove python@ from maintainers

 media-video/gaupol/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-video/gaupol/metadata.xml b/media-video/gaupol/metadata.xml
index 615879d1f8d..75a264b3ad6 100644
--- a/media-video/gaupol/metadata.xml
+++ b/media-video/gaupol/metadata.xml
@@ -5,10 +5,6 @@
media-vi...@gentoo.org
Gentoo Video project

-   
-   pyt...@gentoo.org
-   Python
-   

otsaloma/gaupol
https://github.com/otsaloma/gaupol/issues



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

2017-04-23 Thread Michał Górny
commit: c9fe30ac376a0e270e8ae9fd0033991b75be5444
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fe30ac

dev-util/scons: Remove python@ from maintainers

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

diff --git a/dev-util/scons/metadata.xml b/dev-util/scons/metadata.xml
index 45af9c30fc2..979bab55bc3 100644
--- a/dev-util/scons/metadata.xml
+++ b/dev-util/scons/metadata.xml
@@ -5,10 +5,6 @@
 mgo...@gentoo.org
 Michał Górny
   
-  
-pyt...@gentoo.org
-Python
-  
   
 SCons is a make replacement providing a range of enhanced
 features such as automated dependency generation and built in



[gentoo-commits] repo/gentoo:master commit in: dev-python/rackspace-auth-openstack/

2017-04-23 Thread Michał Górny
commit: aea28ab627933d898f98e47dba65c9fd3abd0af6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:33:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea28ab6

dev-python/rackspace-auth-openstack: Remove python@ from maintainers

 dev-python/rackspace-auth-openstack/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/rackspace-auth-openstack/metadata.xml 
b/dev-python/rackspace-auth-openstack/metadata.xml
index 9a63a0554c7..248818aef1a 100644
--- a/dev-python/rackspace-auth-openstack/metadata.xml
+++ b/dev-python/rackspace-auth-openstack/metadata.xml
@@ -5,10 +5,6 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   pyt...@gentoo.org
-   Python
-   

 This is a plugin for OpenStack Clients which provides client support for
Rackspace authentication extensions to OpenStack.



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

2017-04-23 Thread Michał Górny
commit: b87c84bc8adfedbb391cc5e3c5d84ca34d1e83fd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:30 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87c84bc

dev-util/setconf: Remove python@ from maintainers

 dev-util/setconf/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-util/setconf/metadata.xml b/dev-util/setconf/metadata.xml
index 53e868d500c..3cf14bf7463 100644
--- a/dev-util/setconf/metadata.xml
+++ b/dev-util/setconf/metadata.xml
@@ -1,11 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   pyt...@gentoo.org
-   Python
-   
-
+   
shell-to...@gentoo.org
Gentoo Shell Tools Project




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

2017-04-23 Thread Michał Górny
commit: 1b7e16aa93a206eb6421ac3f21fddf076e76de84
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7e16aa

dev-util/gertty: Remove python@ from maintainers

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

diff --git a/dev-util/gertty/metadata.xml b/dev-util/gertty/metadata.xml
index 88cc84dbb48..fa43bcc48af 100644
--- a/dev-util/gertty/metadata.xml
+++ b/dev-util/gertty/metadata.xml
@@ -5,10 +5,6 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   pyt...@gentoo.org
-   Python
-   

Gertty is a console-based interface to the Gerrit Code Review 
system.




  1   2   3   >