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

2017-05-10 Thread Jeroen Roovers
commit: 0d0b5bf3e4360e8eaa3c9495c3bf8b0e635202fb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 11 06:27:20 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 11 06:53:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0b5bf3

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 2b6a2119399..09fe49c7a58 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.3.tar.gz 801076 SHA256 
85f94959ca8eb59d2c64ee212db43181f322e999d85ed4d237db82b6c8d6cb54 SHA512 
221fa225e04727b635ff1aef2d1306875fe11aca1804720b3fb001e1b65b0bcf659fb87100f3ea3f0b3f1b6594778ad3cb72af1bbc5c765a7cbd1e9113d0441e
 WHIRLPOOL 
97e2e5bc3f3c659601f7fb0daecde56cff630c98bfe63dd06a62bd204e8a22251490a4deb01d48fa5bbc91481d35a4bdaa6eb6d3afd20ade01e7f11306997771
 DIST cacti-spine-1.1.5.tar.gz 801169 SHA256 
7a5a98e86ea7f986bbb9e6125294e245ff66a87a71c43962824b837afce261e1 SHA512 
88bc70dab431bd73ef9c437958a949721e10c01754b5ed4cdb02a4460fe2045993cbd087494ab815158c30912846bc317fce26a8a01ef793d204a7ea2a9d9e52
 WHIRLPOOL 
5999cf2d48c876ee3de230d05c9ab05a0c677d5a64b42347d56457c633bf5719c2c945d451ad938b1547694e630ae7012e2bfd5d15e3ef73fce993ab89fedbc0
+DIST cacti-spine-1.1.6.tar.gz 801356 SHA256 
5a1abae340ba359b5838fb0869d255719619f14194bf6f0a4b1293307eaf0ecf SHA512 
05cf2d79832c50d42af127b891b8e739725d1a9f510390853614b340de1a52e923044f5930a8d9d3f20ed4bdfdbc5510c65011db36e7a61136e333720da2c7da
 WHIRLPOOL 
3e740b7a489d9e10ec3f529ab055683780911628a094f66303ea15b47d1d61181b63efcecdbe570fa7af97cfff770c0287e1298ee7341dd942b8215308d2c4b8

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php";
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



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

2017-05-10 Thread Jeroen Roovers
commit: df5f7269dd20a503c43e5dad4c48965771bbd501
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 11 06:27:54 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 11 06:53:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5f7269

net-analyzer/cacti: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/cacti/Manifest   |  1 +
 net-analyzer/cacti/cacti-1.1.6.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index 82fbd20de4a..9087aa80853 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-0.8.8h.tar.gz 2585226 SHA256 
0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600 SHA512 
11bb0682a7220af5581f42579cf9c38d94aae202425ce15b824849684b1a6778d6f14e6a62ec94c608b7ba06562a825be7fd6d812d0800daa5eb56e640ac1c5f
 WHIRLPOOL 
250ee38d969c9a7d9a71b15a25e48c2b9b22412c6c2394798d178172d9a1be056b009b328594559524adbd47ad05032992b13cb5a632af1a23f947fb55342402
 DIST cacti-1.1.3.tar.gz 7784592 SHA256 
0302d963129a69fb2444360e450c8ec77e25fb777f1ecfe6011090d284f68094 SHA512 
edb0abbde8c7af213ee9af511b63cc76b1699fd09b93fb3a4926ae4697589fdebeaab52340bfad301cef5ae8133644025102c326e5e5a43bb5e9fb24cbd40910
 WHIRLPOOL 
09241b3b5003c7b499d733b0eb5462eada3b045f44635f0463aea9f321ad452d13673224864460b669dad742265925902c2bc9a7c5f13be32b67cc5dcaf1c4a4
 DIST cacti-1.1.5.tar.gz 7845954 SHA256 
47d47ec7fa64615dae15d292a9879535e74a9a684718dc65dbe0c755d4e2cc4d SHA512 
8005839cd6c7ff388f671b64dba07373fe8ebf7664fe76c84320d77f1f5697c34a6fea0fb865d26ecf4d913bbcf2443d0bbc245455e6162d5ec73ac5345ec5d2
 WHIRLPOOL 
8ab00f27e4912394d0630029f3c71c8da0490ea42023f2f85cf917e502f6eaf4eb157f0c4b0a9798387a7146002b0034a1a5dbc4474475bf05b6ff5dedc50eed
+DIST cacti-1.1.6.tar.gz 8548365 SHA256 
af7e569a7234b1bf12c124262eacecde3fb3ebd68af4318de19c6d0aaf2ef7e1 SHA512 
e8fd1fefb9060e9a246b04148593ad0b11cc0fba8ebc09e0e11d62586bf051df3a6ed8bca80d4eab4ead2b8a7cbc9de5bc8bfa404dfc9f5eac581b18365061b3
 WHIRLPOOL 
b9309692c358140fef7f9f538d0493c520e8647743543c56c0598a70f174a6ba2a8566babb11ec0226652cde55879ba924e11ef38f145c8860d996da81eb455f

diff --git a/net-analyzer/cacti/cacti-1.1.6.ebuild 
b/net-analyzer/cacti/cacti-1.1.6.ebuild
new file mode 100644
index 000..8bd16023447
--- /dev/null
+++ b/net-analyzer/cacti/cacti-1.1.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils webapp
+
+# Support for _p* in version.
+MY_P=${P/_p*/}
+
+DESCRIPTION="Cacti is a complete frontend to rrdtool"
+HOMEPAGE="http://www.cacti.net/";
+SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="snmp doc"
+
+need_httpd
+
+RDEPEND="
+   dev-lang/php[cli,mysql,session,sockets,xml]
+   dev-php/adodb
+   net-analyzer/rrdtool[graph]
+   virtual/cron
+   virtual/mysql
+   snmp? ( >=net-analyzer/net-snmp-5.2.0 )
+"
+
+src_prepare() {
+   default
+   sed -i -e \
+   's:$config\["library_path"\] . 
"/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
+   "${S}"/include/global.php || die
+
+   rm -rf lib/adodb || die # don't use bundled adodb
+}
+
+src_compile() { :; }
+
+src_install() {
+   dodoc docs/{CHANGELOG,txt/manual.txt}
+   dodoc -r docs/html/
+   rm -rf docs
+
+   webapp_src_preinst
+
+   edos2unix `find -type f -name '*.php'`
+
+   dodir ${MY_HTDOCSDIR}
+   cp -r . "${D}"${MY_HTDOCSDIR}
+
+   webapp_serverowned ${MY_HTDOCSDIR}/rra
+   webapp_serverowned ${MY_HTDOCSDIR}/log
+   webapp_configfile ${MY_HTDOCSDIR}/include/config.php
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}



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

2017-05-10 Thread Jeroen Roovers
commit: a926174c373f8be8c392648709184c287c6e5fd6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 11 06:52:39 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 11 06:53:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a926174c

x11-drivers/nvidia-drivers: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-drivers/nvidia-drivers/Manifest|   6 +
 .../nvidia-drivers/nvidia-drivers-381.22.ebuild| 562 +
 2 files changed, 568 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index b65d8778385..f703faeee22 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -5,6 +5,7 @@ DIST NVIDIA-FreeBSD-x86-375.39.tar.gz 59111267 SHA256 
ca39ab55716516bbca62fc888e
 DIST NVIDIA-FreeBSD-x86-375.66.tar.gz 59154988 SHA256 
b664c4796626213e7bee4cace75bf576ffa2943ca26a0414bcf598c8e6ff5614 SHA512 
b034d8bb569d7b4f277aabef9d82c7928c345c27fd25b77d5d843f0e587c9e3f641e1860f4459a06ab3e1e68460743d04553ce919b4c8ecd2a3b624875c78c52
 WHIRLPOOL 
9385aca80b3cf3d00a1b7686a43edcc5c9d7fb20a7223c0642676cb1d084a1cfc19b1e32babfb72b397e651cf3a0ef1adf71f45fc4a8f826476b68407c00497d
 DIST NVIDIA-FreeBSD-x86-378.13.tar.gz 59610253 SHA256 
aca461f050950f1a3a81137ec8adf2057deaa20ad166bdd4ce8f3e34616e7a98 SHA512 
a0101201089df2bbf5bdc4ded2228dd989da6a47da31c3ec8d55916b1ff3457924555f82c7381934745fdc1b1f8f78e3fc10e5089279eb13423628dbfe560c6b
 WHIRLPOOL 
ac67d07d3ffb0959f685b7d59de152ba8fc97e11c30ed3f1a200511bcaf3de1cd1879147f37fde66a1c8d13dd327aac8a9ac78d42cc9656ef79e3180897aaef1
 DIST NVIDIA-FreeBSD-x86-381.09.tar.gz 60127992 SHA256 
054930012cd51657dda3d4d12acbd33c5861d2abdc25d6a3b90bd3358b13b89a SHA512 
222844b74eca79457e0814a6409b5ce8bdc50c26d44c4442d2afc0803fb9d079ce1d4aa84675a570550ce215f828fa474deb7e884a8dc41dab947de97d67b802
 WHIRLPOOL 
4ed9a366d4f8a608ad524a0441d436a327120d5ae8294ba37d75f20f1ea50c2fa1fc4e9449e325ae56ddfc62fe2846126cc7685284bd758ec62a9c065fd16b41
+DIST NVIDIA-FreeBSD-x86-381.22.tar.gz 60112159 SHA256 
f309408941c7d393fe51b2356bd424791558b70f8f17f8856fbbefb1bcf74138 SHA512 
ffe5882051fad081854e7b7fefe86a4da55b263b2ca217664991a7e0d84ff2f22d62a37c89afd578f3c99c12be897e5db7a3d1c71c747df655af8e220eb983fa
 WHIRLPOOL 
42bd9205e28d067b1f7417607da21cd66411cefbd1cec74807bbdcee2255e758df2eb15f79a0c3fe1dde7d9f010cfcf648bb6a5890b4637ea7f799cc0810340d
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2785c
 WHIRLPOOL 
f8e59ce521990cd9edee441e73f973f074db492952807a0931e362102874cddbb47604ff5c5eb20a0cbde27f9b6d4e440dd12cc2e5a20c9cb65bf3c0b3e62511
 DIST NVIDIA-FreeBSD-x86_64-304.135.tar.gz 36144428 SHA256 
0e415045b96bb272150d35d72c4a17c3d8e7b593dc7ffc577f6f25cc04f9de95 SHA512 
8939f0153e7dc98ed147c79a042731461f87582ef46c4762afadf6a5e1cd0ca32ca99415a3819f7e5abefb2df5c59731454e80873d3d622b73f27e75518c8793
 WHIRLPOOL 
e8689e07f12e169f9abad243111bcddee7796826f0028d29bb5eb340649696a3688a74068f07f52d6764fba9924ddd1dba18e8ae442654fffa9b902ccbde2c7f
 DIST NVIDIA-FreeBSD-x86_64-340.102.tar.gz 60862932 SHA256 
6d1108c2e8d1b25eb16cd8dc4eb221f2a20d2e4c39a515c0b5809fb407991f94 SHA512 
fddef644937093550f9e5dfc25dc5cb81280785735c2d11f644b5eece8144b23bc88a353534ca95e925f54da9131ed5dd7460b72e554b6625df33e243476588f
 WHIRLPOOL 
0b19ef96124768b8cafb0211a79f8ba6e3d04d9289d5194a59fdaa4eb15ab898c103346892007d9fd6eac75d6d503cd9724ab8f60bd7cf28fee2f9307b03d70b
@@ -12,10 +13,12 @@ DIST NVIDIA-FreeBSD-x86_64-375.39.tar.gz 58308585 SHA256 
0d58c450b3391cf28655f15
 DIST NVIDIA-FreeBSD-x86_64-375.66.tar.gz 58343065 SHA256 
f6977d58d57818c27989d0c87dff0bdcb348a57ac18e0607ba03fa7489caa089 SHA512 
7a222192c04c6cc3fb7818caebb45b4f4e3c9f702bcc14400cc9a7d3d83daae40ff254b70b3845a44fa120b702734b4619f5d4c5a8d25300becfc5f73710f3e9
 WHIRLPOOL 
c77b5457bf4c053baefe1cf676baf47b318cfbfb8c323a8f6d270a36d8119d7843d5e28313c0b011feb9f19aea430d3f37e5b7798304ec174b996871876445e1
 DIST NVIDIA-FreeBSD-x86_64-378.13.tar.gz 58779963 SHA256 
451b9e4b2da86609c760a9a133efa8d37d844ad036299689f007c90463a7ca39 SHA512 
34cfc383ba196ecec2cd27fc12bf30dd58f8782b73414e7b4c182e832ae0dce1f8c017afbb2101d7525d4e321f80cac49d3b578a8fc0cf88be9310f4deb77057
 WHIRLPOOL 
23929abd50467f267cf6b7d58a49fc6f667036b7e92363cc05b021790d0d5ebc61e181c3b2e7c32a6338328cfcc05311d74112b005d638c0295b2c6189dfa3b8
 DIST NVIDIA-FreeBSD-x86_64-381.09.tar.gz 59304654 SHA256 
f15f8bb7029813d1cc550b61be5d92103bec7aa3528f976b84a2abe56e84f334 SHA512 
16f3140ac89f072c0b2ece66e8a87cc60725fdc789b1fc11cd55add1a38e7ba310aaea69030d9b9e6451915a83355b4fab7090cec133d8deb5dc4317e3b13390
 WHIRLPOOL 
bdd2f52010975fe4b41e48f8f2141ee80a99129e02970f4031faacb4f780905be56293de47b32f8f4d045cc07d4a11a9e3d280b51540cfd9aad4b6d98d5fb0aa
+DIST NVIDIA-Free

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

2017-05-10 Thread Alexis Ballier
commit: f4f409787a122354a1669e9cdbb8016483a869d9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu May 11 06:31:13 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu May 11 06:31:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f40978

media-sound/qtractor: bump to 0.8.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/qtractor/Manifest  |  1 +
 media-sound/qtractor/qtractor-0.8.2.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index 647df27de30..27860f6f26e 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1,2 +1,3 @@
 DIST qtractor-0.8.0.tar.gz 1727292 SHA256 
4710f1c9f377b0e2c678517c6c094921b504aec3c16702048d9b611fe930659f SHA512 
b73232bbd2d967afe336b504d58f113ed2de36ab125dcda3585f607c4eabc6c88d898713a960af12155725d2074f7357b7dc3ffb30627d5efc15948f8c302572
 WHIRLPOOL 
3c5a825b296df964d6e61e4946bcea693e7f00dc36d1136cacf32bf50788ba1ebe232d9fb96b650c7d6a0e194eca7da44b6ceb7975e785c17a599ca6baa4f66a
 DIST qtractor-0.8.1.tar.gz 1734108 SHA256 
baf14db40d0ea5b6356482b2c5b9e53aeb5e58177f820b408a4cb9e94b4e7adf SHA512 
d408e52af3e9882d33de2f7736ab6fae32a47e71865c3fa7a50e433729eecef0ec8da75c50ec331306a7d78fa1f615afabbdc7450b4b900c6786f1270d70bfe9
 WHIRLPOOL 
fc307527240bd2166586c972193bc28e74ea27b78ec78841d1f0becf824c3391d56134554fade4ac759e90d6a0f2219b6cbc82ab17e17eae95613251ab46c570
+DIST qtractor-0.8.2.tar.gz 1740580 SHA256 
030707a881861b8d8313761e0b08095fa252f8fe9dd082846def19916ccae76a SHA512 
43e12ca785bf28fa994204c69dc9422909f817da6fae0082bf0ab042b2e1e3254c2b90aa8966f903dffa21fe3bf800d119ecfa3e7528787375a313134dcc8985
 WHIRLPOOL 
193d7b3a7158b62c3872a9fb39b9f90d0f06a1dd5297f99e4183b174f3d746a63b9d7e2f20b26d5b3e9bcdb24737dec348ffb6cc3fb2e80b5252067b08a15e5b

diff --git a/media-sound/qtractor/qtractor-0.8.2.ebuild 
b/media-sound/qtractor/qtractor-0.8.2.ebuild
new file mode 100644
index 000..bca3d93e3aa
--- /dev/null
+++ b/media-sound/qtractor/qtractor-0.8.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit qmake-utils flag-o-matic eutils
+
+DESCRIPTION="Qtractor is an Audio/MIDI multi-track sequencer"
+HOMEPAGE="http://qtractor.sourceforge.net/";
+SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="debug dssi libsamplerate mad osc +qt5 rubberband vorbis 
cpu_flags_x86_sse zlib"
+
+RDEPEND="
+   !qt5? (
+   >=dev-qt/qtcore-4.2:4
+   >=dev-qt/qtgui-4.7:4
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtx11extras:5
+   )
+   media-libs/alsa-lib
+   media-libs/libsndfile
+   media-sound/jack-audio-connection-kit
+   media-libs/ladspa-sdk
+   >=media-libs/lilv-0.16.0
+   media-libs/lv2
+   media-libs/suil
+   dssi? ( media-libs/dssi )
+   mad? ( media-libs/libmad )
+   libsamplerate? ( media-libs/libsamplerate )
+   osc? ( media-libs/liblo )
+   rubberband? ( media-libs/rubberband )
+   vorbis? ( media-libs/libvorbis )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   qt5? ( dev-qt/linguist-tools:5 )"
+
+DOCS="README ChangeLog TODO AUTHORS"
+
+src_configure() {
+   append-cxxflags '-std=c++11'
+   econf \
+   $(use_enable mad libmad) \
+   $(use_enable libsamplerate) \
+   $(use_enable vorbis libvorbis) \
+   $(use_enable osc liblo) \
+   --enable-ladspa \
+   $(use_enable dssi) \
+   --enable-lilv \
+   $(use_enable !qt5 qt4) \
+   $(use_with qt5 qt5 "$(qt5_get_libdir)/qt5") \
+   $(use_enable rubberband librubberband) \
+   $(use_enable cpu_flags_x86_sse sse) \
+   $(use_enable zlib libz) \
+   $(use_enable debug)
+
+   if use qt5 ; then
+   eqmake5 ${PN}.pro -o ${PN}.mak
+   else
+   eqmake4 ${PN}.pro -o ${PN}.mak
+   fi
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/mtime/

2017-05-10 Thread Alexis Ballier
commit: 91649a91f8bd26a2a254f9703c24f350a62524c2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed May 10 21:54:00 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu May 11 06:21:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91649a91

dev-ml/mtime: bump to 1.0.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/mtime/Manifest   |  1 +
 dev-ml/mtime/mtime-1.0.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ml/mtime/Manifest b/dev-ml/mtime/Manifest
index d4cd096f59e..08b14c1e208 100644
--- a/dev-ml/mtime/Manifest
+++ b/dev-ml/mtime/Manifest
@@ -1 +1,2 @@
 DIST mtime-0.8.4.tbz 11705 SHA256 
b0a1eb1fb2d30e413ab24f5261e099881cadbac5af440f53f2544e3a9846b5a9 SHA512 
fc08df2abc3500d18db3c4bb9a67336b902483da24056fac2c9f0b4c93ac8860c29a59b47c1ade62f6f5b51ac32c7d16e31d5c9f8cb51900accf73ddeaf6d307
 WHIRLPOOL 
543168a929e4eaf158cd05420f9139664a4289c5ae1e69bf9081f842d97b08182c99dc3ac82b242afca4067f69b1efc53fb11c116056162871f59b988be2a8d5
+DIST mtime-1.0.0.tbz 15191 SHA256 
dd9e2eaaa2e275e832d9acf3c84654eb02e74d449705f7d46739e2bac77657ac SHA512 
8fb7c125e65f2edcfef937794138e3fa468805f7c728eb2dc8e071a9080dcb72952493b71f99ad8f04de52b491c9b84fd37924b9ec36c70ebe717e6e99b29c2b
 WHIRLPOOL 
648dc5a833493dbd71756eaa4211255bc4f7617ead78047cfdb41990b9d21dd1d33dc1c46cabf5d51c40b7959f35647a9a8e737d3fe6669476d1303131b89d73

diff --git a/dev-ml/mtime/mtime-1.0.0.ebuild b/dev-ml/mtime/mtime-1.0.0.ebuild
new file mode 100644
index 000..02c8e3c2155
--- /dev/null
+++ b/dev-ml/mtime/mtime-1.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils
+
+DESCRIPTION="OCaml module to access monotonic wall-clock time"
+HOMEPAGE="http://erratique.ch/software/mtime https://github.com/dbuenzli/mtime";
+SRC_URI="http://erratique.ch/software/mtime/releases/${P}.tbz";
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="javascript test"
+
+RDEPEND="dev-lang/ocaml:=[ocamlopt]
+   javascript? ( dev-ml/js_of_ocaml:= )
+"
+DEPEND="${RDEPEND}
+   dev-ml/opam
+   dev-ml/topkg
+   dev-ml/ocamlbuild
+   dev-ml/findlib"
+
+src_compile() {
+   ocaml pkg/pkg.ml build \
+   --with-js_of_ocaml $(usex javascript true false) \
+   --tests $(usex test true false) \
+   || die
+}
+
+src_test() {
+   ocaml pkg/pkg.ml test || die
+}
+
+src_install() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   ${PN}.install || die
+   dodoc CHANGES.md README.md
+}



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

2017-05-10 Thread Matthias Maier
commit: f43fddb87c5c508fcdb768dbcbfae7766268f0de
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 05:37:53 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu May 11 05:37:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43fddb8

net-misc/spice-gtk: Clean up xdg environment, bug #586642

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
index 26dba5b782f..b9d9211f268 100644
--- a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
@@ -6,7 +6,7 @@ GCONF_DEBUG="no"
 VALA_MIN_API_VERSION="0.14"
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools eutils vala readme.gentoo-r1
+inherit autotools eutils xdg-utils vala readme.gentoo-r1
 
 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers 
and a client GUI"
 HOMEPAGE="http://spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/";
@@ -91,6 +91,9 @@ src_configure() {
# https://bugzilla.gnome.org/show_bug.cgi?id=744135
addpredict /dev
 
+   # Clean up environment, bug #586642
+   xdg_environment_reset
+
local myconf
 
if use vala ; then



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

2017-05-10 Thread Matthias Maier
commit: 0b09124316096720964fdd0b837a7b59141c29b9
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 05:41:50 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu May 11 05:41:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b091243

net-misc/spice-gtk: update live ebuild

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/spice-gtk/spice-gtk-.ebuild | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-.ebuild 
b/net-misc/spice-gtk/spice-gtk-.ebuild
index a2535503f36..15990fa7afd 100644
--- a/net-misc/spice-gtk/spice-gtk-.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 GCONF_DEBUG="no"
-WANT_AUTOMAKE="1.12"
 VALA_MIN_API_VERSION="0.14"
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools eutils vala git-r3 readme.gentoo-r1
+inherit autotools eutils xdg-utils vala readme.gentoo-r1
 
 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers 
and a client GUI"
 HOMEPAGE="http://spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/";
@@ -19,6 +18,7 @@ KEYWORDS=""
 IUSE="dbus gstaudio gstvideo gtk3 +introspection lz4 mjpeg policykit 
pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
 
 REQUIRED_USE="?? ( pulseaudio gstaudio )"
+
 # TODO:
 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
 # * use external pnp.ids as soon as that means not pulling in gnome-desktop
@@ -73,12 +73,8 @@ DEPEND="${RDEPEND}
vala? ( $(vala_depend) )
 "
 
-# Hard-deps while building from git:
-# dev-lang/vala:0.14
-# dev-lang/perl
-
 src_prepare() {
-   epatch_user
+   default
 
eautoreconf
 
@@ -91,6 +87,9 @@ src_configure() {
# https://bugzilla.gnome.org/show_bug.cgi?id=744135
addpredict /dev
 
+   # Clean up environment, bug #586642
+   xdg_environment_reset
+
local myconf
 
if use vala ; then



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

2017-05-10 Thread Matthias Maier
commit: eb1f8065a3f28dcf9d2f6da50f4912eea447
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 05:24:35 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu May 11 05:24:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1f8065

net-misc/spice-gtk: remove WANT_AUTOMAKE, bug #613600

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/spice-gtk/Manifest |   1 -
 net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild | 147 
 net-misc/spice-gtk/spice-gtk-0.33-r1.ebuild |   3 +-
 3 files changed, 1 insertion(+), 150 deletions(-)

diff --git a/net-misc/spice-gtk/Manifest b/net-misc/spice-gtk/Manifest
index d12971bcce5..73d71669a6a 100644
--- a/net-misc/spice-gtk/Manifest
+++ b/net-misc/spice-gtk/Manifest
@@ -1,3 +1,2 @@
 DIST spice-gtk-0.31.tar.bz2 1340962 SHA256 
c72b4d202b1c0b71d6e24ce5caf914d6dddbcf4010d10db9c2d8e73af728c1ca SHA512 
f4aeaa8571829235c9f70b31676998d5c2c691619e63c26d374c62c3be9c2b4a0598f0fa7c5cce1db13fa60fd3b4d6053ce263fbd714add1f2791519a5c5038a
 WHIRLPOOL 
b0a2684288890c3dd7c07e56abd037eba1aa337b8bf8ec8c3dc9ceddd80772ab2eee36b4e021a5a08a86180c50625a495aa0b23f9da28508b5dafb165537c8ee
-DIST spice-gtk-0.32.tar.bz2 1342742 SHA256 
4c48f4099335e0cd100854162a44070d34ed73dfcad2115e80c075013b49ee02 SHA512 
6c677c814b9256404effdab177695e186342f81aa11cfe8ff49df8d0ee19b7c7ed51468b75b32318a763c826a46832c9dfe93ba8dc4d1ef7d5943b7db2160f45
 WHIRLPOOL 
9ba5793f8f8a08307b149d4ff3286ce885bee8b2203e634f64519443ac7d55a83d2e1dc2e351d1c862833fcf5056b6cf0e5de61a18062ca513d0c71e8bcb3856
 DIST spice-gtk-0.33.tar.bz2 1383927 SHA256 
7daf33b786ab8ebc9fe6e7b11745100ee1ab66e61a5811d1d5aabe4d66eaaf39 SHA512 
ee5750194057a7f568641f6382d6969b67dc7271b4d13037570b79cdecd70a7eeb457ad349d3ed8e576f1fbd9701fac7d24607d5cbde8af0e030433b347abc80
 WHIRLPOOL 
efe5f1684ac1ff569b744309ab18dfd0369411f1963e001060646ca7db5724bf2e306178963e104dba08c02c89782a08e2f8ce0db346efe28eeb495f9d5db4d8

diff --git a/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild
deleted file mode 100644
index 6269940b4bd..000
--- a/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-WANT_AUTOMAKE="1.12"
-VALA_MIN_API_VERSION="0.14"
-VALA_USE_DEPEND="vapigen"
-
-inherit autotools eutils vala readme.gentoo-r1
-
-DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers 
and a client GUI"
-HOMEPAGE="http://spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2";
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="dbus gstaudio gstvideo gtk3 +introspection lz4 mjpeg policykit 
pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
-
-REQUIRED_USE="?? ( pulseaudio gstaudio )"
-
-# TODO:
-# * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
-# * use external pnp.ids as soon as that means not pulling in gnome-desktop
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   pulseaudio? ( media-sound/pulseaudio[glib] )
-   gstvideo? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   )
-   gstaudio? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   )
-   >=x11-libs/pixman-0.17.7
-   >=media-libs/celt-0.5.1.1:0.5.1
-   media-libs/opus
-   gtk3? ( x11-libs/gtk+:3[introspection?] )
-   >=dev-libs/glib-2.36:2
-   >=x11-libs/cairo-1.2
-   virtual/jpeg:0=
-   sys-libs/zlib
-   introspection? ( dev-libs/gobject-introspection )
-   lz4? ( app-arch/lz4 )
-   sasl? ( dev-libs/cyrus-sasl )
-   smartcard? ( app-emulation/qemu[smartcard] )
-   usbredir? (
-   sys-apps/hwids
-   >=sys-apps/usbredir-0.4.2
-   virtual/libusb:1
-   virtual/libgudev:=
-   policykit? (
-   sys-apps/acl
-   >=sys-auth/polkit-0.110-r1
-   !~sys-auth/polkit-0.111 )
-   )
-   webdav? (
-   net-libs/phodav:2.0
-   >=dev-libs/glib-2.43.90:2
-   >=net-libs/libsoup-2.49.91 )
-"
-DEPEND="${RDEPEND}
-   >=app-emulation/spice-protocol-0.12.11
-   dev-perl/Text-CSV
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.40.0
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# Hard-deps while building from git:
-# dev-lang/vala:0.14
-# dev-lang/perl
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}

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

2017-05-10 Thread Matthias Maier
commit: 6c57d091a0e723d3182b0de13a7f1df7d54a9d6f
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 05:33:45 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu May 11 05:33:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c57d091

net-misc/spice-gtk: fix compile error, bug #604828

Fix a compilation issue
./.../libspice-client-glib-2.0.so: undefined reference to `minor'

by applying the corresponding upstream patch.

Thanks to Erik and Alexander for the patches.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../files/spice-gtk-0.33-sys-sysmacros.h.patch | 44 ++
 ...gtk-0.33-r1.ebuild => spice-gtk-0.33-r2.ebuild} | 12 +++---
 2 files changed, 50 insertions(+), 6 deletions(-)

diff --git a/net-misc/spice-gtk/files/spice-gtk-0.33-sys-sysmacros.h.patch 
b/net-misc/spice-gtk/files/spice-gtk-0.33-sys-sysmacros.h.patch
new file mode 100644
index 000..902ee9dd029
--- /dev/null
+++ b/net-misc/spice-gtk/files/spice-gtk-0.33-sys-sysmacros.h.patch
@@ -0,0 +1,44 @@
+From a27a83da30d58511b2a5f2cdb13ebd4fca7a3d0a Mon Sep 17 00:00:00 2001
+From: Pavel Grunt 
+Date: Tue, 1 Nov 2016 17:08:01 +0100
+Subject: [PATCH] Adjust include header to new location of macros
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+minor & major macros were moved to sysmacros.h
+
+usbutil.c: In function ‘spice_usbutil_get_sysfs_attribute’:
+usbutil.c:110:14: warning: ‘__major_from_sys_types’ is deprecated:
+  In the GNU C Library, `major' is defined by .
+  For historical compatibility, it is currently defined by
+   as well, but we plan to remove this soon.
+  To use `major', include  directly.
+  If you did not intend to use a system-defined macro `major',
+  you should #undef it after including .
+  [-Wdeprecated-declarations]
+  major(stat_buf.st_rdev), minor(stat_buf.st_rdev), attribute);
+
+Acked-by: Victor Toso 
+---
+ src/usbutil.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/usbutil.c b/src/usbutil.c
+index 7bfbe44..b68a2e1 100644
+--- a/src/usbutil.c
 b/src/usbutil.c
+@@ -30,7 +30,10 @@
+ #ifdef __linux__
+ #include 
+ #include 
++#include 
++#ifndef major /* major and minor macros were moved to sys/sysmacros.h from 
sys/types.h */
+ #include 
++#endif
+ #include 
+ #endif
+ #include "usbutil.h"
+-- 
+2.10.2
+

diff --git a/net-misc/spice-gtk/spice-gtk-0.33-r1.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
similarity index 96%
rename from net-misc/spice-gtk/spice-gtk-0.33-r1.ebuild
rename to net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
index 2001af98eda..26dba5b782f 100644
--- a/net-misc/spice-gtk/spice-gtk-0.33-r1.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 GCONF_DEBUG="no"
 VALA_MIN_API_VERSION="0.14"
 VALA_USE_DEPEND="vapigen"
@@ -73,14 +73,14 @@ DEPEND="${RDEPEND}
vala? ( $(vala_depend) )
 "
 
-# Hard-deps while building from git:
-# dev-lang/vala:0.14
-# dev-lang/perl
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.33-sys-sysmacros.h.patch
+)
 
 src_prepare() {
-   epatch_user
+   default
 
-   AT_NO_RECURSIVE="yes" eautoreconf
+   eautoreconf
 
use vala && vala_src_prepare
 }



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

2017-05-10 Thread Matthias Maier
commit: 0727c4b8cad3983c84f9a2766ee0e41027c44862
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 05:18:35 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu May 11 05:18:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0727c4b8

app-emulation/spice-vdagent: ebuild maintenance, bug #605452

  - remove obsolete rm
  - remove runtime path

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild 
b/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild
index db875d2b9a4..066479d7080 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.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=6
@@ -54,7 +54,7 @@ src_configure() {
 src_install() {
default
 
-   rm -rf "${ED%/}"/etc/{rc,tmpfiles}.d || die
+   cd "${ED}" && rmdir -p var/run/spice-vdagentd || die
 
keepdir /var/log/spice-vdagentd
 



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

2017-05-10 Thread Matthias Maier
commit: 24492876545e0acf680e214f8547a2e739f89a9e
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 04:36:38 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu May 11 04:37:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24492876

app-emulation/spice: drop versions 0.12.8, 0.13.1, 0.13.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/spice/Manifest   |   3 -
 .../spice/files/0.12.8-upstream-fix.patch  |  36 ---
 .../spice/files/0.13.1-CVE-2016-0749-p1.patch  |  56 ---
 .../spice/files/0.13.1-CVE-2016-0749-p2.patch  |  50 --
 .../spice/files/0.13.1-CVE-2016-2150-p1.patch  | 109 -
 .../spice/files/0.13.1-CVE-2016-2150-p2.patch  |  50 --
 app-emulation/spice/spice-0.12.8.ebuild|  86 
 app-emulation/spice/spice-0.13.1-r2.ebuild |  91 -
 app-emulation/spice/spice-0.13.2.ebuild|  88 -
 9 files changed, 569 deletions(-)

diff --git a/app-emulation/spice/Manifest b/app-emulation/spice/Manifest
index 61803b6991c..8e228b69b86 100644
--- a/app-emulation/spice/Manifest
+++ b/app-emulation/spice/Manifest
@@ -1,5 +1,2 @@
 DIST spice-0.12.7.tar.bz2 1220405 SHA256 
1c8e96cb9e833e23372e2f461508135903b697fd8c6daff565e9e87f6d2f6aba SHA512 
a740d500d0ccad3edd1f2f71e51c5a120d6ae98e44125f33870c12f5d1eeb30b809e588d05b2d0cadb4216e889b38e57d2278916817538311b875ff22e3b31ae
 WHIRLPOOL 
61ffa3e280a346a2667ddd38dcfd63ffa6c1e6efd0f05da4fad43b00ca5e1a1587411a907b929b75e4d1e72ebcef29621ccdd76dfb313e8f3a5513a5a367132b
-DIST spice-0.12.8.tar.bz2 1223778 SHA256 
f901a5c5873d61acac84642f9eea5c4d6386fc3e525c2b68792322794e1c407d SHA512 
6485d3522af1cde93d2c0abad7f7ef9f2e4d3e5049314fb93b6dd4b86e33d67d353a3ff42a355c8fd991bad447bbde1e6320c083bbc6f02b576bd9cebe7269ed
 WHIRLPOOL 
9363254a4b072e8c06e7c0ea4d25dd4b068e4700cbb4fdaabc9f8fe9291e2f67afc321b0d56c2b6f46153b3f6bd7d6c96341437053b0410808fb95ddd01354fb
-DIST spice-0.13.1.tar.bz2 1245323 SHA256 
9ecb130424da02e90c235c1294f6e759d7c676c5e710587a5c98a1f20f991da2 SHA512 
a8e65cc02c802686f2e0c21615401e13b337e050c40938bebefa684abc1ce0e2d478136d0fec481a8ee30ed98f2e2fb909dfbf6cd65e9dfd7093d59f825b95d5
 WHIRLPOOL 
068d7d26f18435995546d84b0d8d81ced4973773303463e597cf05e1c5accd9ac8554f22032eb55827bebbe6c0fc14915455da24c58fc70b135d955fe3442db7
-DIST spice-0.13.2.tar.bz2 1284734 SHA256 
045a1f145d8207ecf33105c8a8917252c1201c45791fdc544733465a37974954 SHA512 
7220c6550446a8077522442bd518cff68439bb0b00ee199920b32a97c3655ccad75a0cdfc822a99be678e6098ad33698b26340caddae0400403490a89137d367
 WHIRLPOOL 
f2bd409e87203c2bbe481e6b6ba9ae3c6cfee0e67b0dd5073c97e9ff14d9c02a7cec0606700717ce9c25e478a38eefc925f9c797697981528f357464f388b65d
 DIST spice-0.13.3.tar.bz2 1322505 SHA256 
30f710c0e7594e05b6b9cc702be748a69f910a95192ab851d748c256157fb89e SHA512 
63496fbd3df0fd453052cef8e1fb00a3a28f0105610676fdc4a58043cbc6da571ae4407701af2b817e410d05ce727d60d5ee0c93c8897231e25229897c51d95a
 WHIRLPOOL 
16bb08301d66c1f21f612f5be87ba1ffef7132f3c18ac3ab7feec21e16de61461648311d04f6990254d4c47ee7a6d39f4c33f122e941e5a3fc0c2ed289dd928b

diff --git a/app-emulation/spice/files/0.12.8-upstream-fix.patch 
b/app-emulation/spice/files/0.12.8-upstream-fix.patch
deleted file mode 100644
index fcc1855ac77..000
--- a/app-emulation/spice/files/0.12.8-upstream-fix.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-commit 1d597f4b1a6bbeaf3dda998413a1e3cef2e40681
-Author: Marc-André Lureau 
-Date:   Wed Jul 20 17:16:31 2016 +0400
-
-Call migrate_end_complete() after falling back to switch-host
-
-Eventually, during a seamless migration, qemu may finish to migrate
-before the spice client even finished to connect all channels to
-destination and informed the server. In this case,
-main_channel_client_migrate_src_complete() will fall back to
-switch-host method, and reds_mig_fill_wait_disconnect() is called to
-complete the migration (disconnecting all channels).
-
-reds_mig_cleanup() is called when all channels are disconnected, but
-reds->mig_wait_connect is still TRUE, and it will call
-migrate_connect_complete() instead of the expected
-migrate_end_complete(). Setting reds->mig_wait_connect to FALSE when
-reds_mig_fill_wait_disconnect() solves the issue.
-
-Fixes:
-https://bugzilla.redhat.com/show_bug.cgi?id=1352836
-
-Signed-off-by: Marc-André Lureau 
-
-diff --git a/server/reds.c b/server/reds.c
-index 61bf735..f40b65c 100644
 a/server/reds.c
-+++ b/server/reds.c
-@@ -2816,6 +2816,7 @@ static void reds_mig_fill_wait_disconnect(void)
- wait_client->client = client;
- ring_add(&reds->mig_wait_disconnect_clients, &wait_client->link);
- }
-+reds->mig_wait_connect = FALSE;
- reds->mig_wait_disconnect = TRUE;
- core->timer_start(reds->mig_timer, MIGRATE_TIMEOUT);
- }

diff --git a/app-emulation/spice/file

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

2017-05-10 Thread Matthias Maier
commit: 434ade008ad3c7097abf2c9074b6953de53488cf
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 05:07:07 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu May 11 05:07:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434ade00

app-emulation/spice: compatibility fixes for app-arch/lz4-1.7.4, bug #617202

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../spice/files/spice-0.13.3-skip_faulty_lz4_check.patch   | 13 +
 app-emulation/spice/spice-0.13.3-r1.ebuild | 14 --
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/app-emulation/spice/files/spice-0.13.3-skip_faulty_lz4_check.patch 
b/app-emulation/spice/files/spice-0.13.3-skip_faulty_lz4_check.patch
new file mode 100644
index 000..6ae65ba6d13
--- /dev/null
+++ b/app-emulation/spice/files/spice-0.13.3-skip_faulty_lz4_check.patch
@@ -0,0 +1,13 @@
+diff --git a/spice-common/m4/spice-deps.m4 b/spice-common/m4/spice-deps.m4
+index adedec4..6cb8bde 100644
+--- a/spice-common/m4/spice-deps.m4
 b/spice-common/m4/spice-deps.m4
+@@ -185,7 +185,7 @@ AC_DEFUN([SPICE_CHECK_LZ4], [
+ 
+ have_lz4="no"
+ if test "x$enable_lz4" != "xno"; then
+-  PKG_CHECK_MODULES([LZ4], [liblz4 >= 129], [have_lz4="yes"], 
[have_lz4="no"])
++  PKG_CHECK_MODULES([LZ4], [liblz4], [have_lz4="yes"], [have_lz4="no"])
+ 
+   if test "x$have_lz4" = "xyes"; then
+ AC_DEFINE(USE_LZ4, [1], [Define to build with lz4 support])

diff --git a/app-emulation/spice/spice-0.13.3-r1.ebuild 
b/app-emulation/spice/spice-0.13.3-r1.ebuild
index 1ac1307cb87..ad83ef4e2ef 100644
--- a/app-emulation/spice/spice-0.13.3-r1.ebuild
+++ b/app-emulation/spice/spice-0.13.3-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit ltprune python-any-r1 readme.gentoo-r1 xdg-utils
+inherit autotools ltprune python-any-r1 readme.gentoo-r1 xdg-utils
 
 DESCRIPTION="SPICE server"
 HOMEPAGE="http://spice-space.org/";
@@ -25,7 +25,7 @@ RDEPEND="
>=x11-libs/pixman-0.17.7[static-libs(+)?]
!libressl? ( dev-libs/openssl:0=[static-libs(+)?] )
libressl? ( dev-libs/libressl:0=[static-libs(+)?] )
-   lz4? ( app-arch/lz4 )
+   lz4? ( app-arch/lz4:0=[static-libs(+)?] )
smartcard? ( >=app-emulation/libcacard-0.1.2 )
sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )
gstreamer? ( media-libs/gstreamer:1.0 )
@@ -41,6 +41,10 @@ DEPEND="${RDEPEND}
smartcard? ( app-emulation/qemu[smartcard] )
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.13.3-skip_faulty_lz4_check.patch
+)
+
 python_check_deps() {
has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
has_version "dev-python/six[${PYTHON_USEDEP}]"
@@ -50,6 +54,12 @@ pkg_setup() {
[[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup
 }
 
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
 # maintainer notes:
 # * opengl support is currently broken
 src_configure() {



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

2017-05-10 Thread Matthias Maier
commit: 86685cc9d06e35a84b8c49d29e27a0be963df9de
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 04:45:46 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu May 11 04:46:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86685cc9

app-emulation/spice: fix automagic dependency, bug #599844

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/spice/{spice-0.13.3.ebuild => spice-0.13.3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/spice/spice-0.13.3.ebuild 
b/app-emulation/spice/spice-0.13.3-r1.ebuild
similarity index 97%
rename from app-emulation/spice/spice-0.13.3.ebuild
rename to app-emulation/spice/spice-0.13.3-r1.ebuild
index cced4ea3259..1ac1307cb87 100644
--- a/app-emulation/spice/spice-0.13.3.ebuild
+++ b/app-emulation/spice/spice-0.13.3-r1.ebuild
@@ -65,7 +65,7 @@ src_configure() {
$(use_enable lz4)
$(use_with sasl)
$(use_enable smartcard)
-   $(usex gstreamer "1.0" "no")
+   --enable-gstreamer=$(usex gstreamer "1.0" "no")
--enable-celt051
--disable-gui
"



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

2017-05-10 Thread Ulrich Müller
commit: 9ba8db2d110e28ea85783c8061652ba27336d565
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May  8 18:39:41 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May  8 18:39:41 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=9ba8db2d

Makefile: Major rewrite.

Move pms.pdf and eapi-cheatsheet into one rule, since they cannot be
built independently. Saner lists of prerequisites. Loop over latex and
mk4ht until their output converges. Remove aux-clean target.

Add .DELETE_ON_ERROR in order to delete corrupted or incomplete target
files. Use all-caps for .PHONY target or it will have no effect.

 Makefile | 91 
 1 file changed, 52 insertions(+), 39 deletions(-)

diff --git a/Makefile b/Makefile
index bc1ee51..53ccaa7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,31 +1,37 @@
-all : pms.pdf
-html : pms.html
+LATEXFILES := $(filter-out vc.tex,$(wildcard *.tex)) pms.cls
+SOURCES = $(LATEXFILES) pms.bib vc vc-git.awk Makefile
 
-clean :
-   rm -f *~ *.pdf *.dvi *.log *.aux *.bbl *.blg *.toc *.lol *.loa *.lox \
-   *.lot *.out *.html *.css *.png *.4ct *.4tc *.idv *.lg *.tmp *.xref
+# latex chokes on aux files produced by tex4ht, so remove them
+aux-clean = if grep -q rEfLiNK pms.aux 2>/dev/null; then rm -f *.aux; fi
 
-maintainer-clean: clean
-   rm -f vc.tex
+all: pms.pdf
 
-aux-clean:
-   @# latex chokes on aux files produced by tex4ht, so remove them
-   if grep -q rEfLiNK pms.aux 2>/dev/null; then rm -f *.aux; fi
+html: pms.html
 
-LATEXFILES := $(filter-out vc.tex,$(wildcard *.tex)) pms.cls
+pms.pdf: $(LATEXFILES) pms.bbl vc.tex
+   $(aux-clean)
+   set -e; \
+   while true; do \
+ pdflatex eapi-cheatsheet; \
+ pdflatex pms; \
+ grep -q 'Warning.*Rerun' eapi-cheatsheet.log pms.log || break; \
+   done
 
-pms.pdf: $(LATEXFILES) pms.bbl vc.tex eapi-cheatsheet.pdf aux-clean
-   pdflatex pms
-   pdflatex pms
-   pdflatex eapi-cheatsheet
-   pdflatex pms
+pms.dvi: $(LATEXFILES) pms.bbl vc.tex
+   $(aux-clean)
+   set -e; \
+   while true; do \
+ latex pms; \
+ grep -q 'Warning.*Rerun' pms.log || break; \
+   done
 
 pms.html: $(LATEXFILES) pms.bbl vc.tex
-   @# need to do it twice to make the big env var table work ...
-   @# ... and a third time for the eapi features table
-   mk4ht xhlatex pms xhtml,fn-in
-   mk4ht xhlatex pms xhtml,fn-in
-   mk4ht xhlatex pms xhtml,fn-in
+   set -e; sum=''; \
+   while true; do \
+ mk4ht xhlatex pms xhtml,fn-in; \
+ oldsum=$${sum}; sum=$$(cksum $@); \
+ test "$${sum}" != "$${oldsum}" || break; \
+   done
@# some www servers ignore meta tags, resulting in a wrong charset.
@# therefore recode the very few non-ascii characters
recode -d l1..h3 $@
@@ -37,36 +43,43 @@ pms.html: $(LATEXFILES) pms.bbl vc.tex
@# remove redundant span elements
LC_ALL=C sed -i -e 
':x;/]*\)\?$$/{N;bx;};:y;s/\(]*>\)\([^<]*\)<\/span>\1/\1\2/;ty'
 $@
 
-pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf
+pms.bbl: $(LATEXFILES) pms.bib
+   $(aux-clean)
latex pms
bibtex pms
 
-eapi-cheatsheet.pdf: vc.tex aux-clean
-   pdflatex eapi-cheatsheet
-
-eapi-cheatsheet-nocombine.pdf: vc.tex aux-clean
-   @# cheat sheet with separate pages, for proofreading
-   pdflatex -jobname eapi-cheatsheet-nocombine \
- '\PassOptionsToClass{nocombine}{leaflet}\input{eapi-cheatsheet.tex}'
-
-vc.tex: $(LATEXFILES) vc vc-git.awk
+vc.tex: $(SOURCES)
/bin/sh ./vc
 
-pms.dvi: $(LATEXFILES) pms.bbl vc.tex aux-clean
-   latex pms
-   latex pms
-   latex pms
+eapi-cheatsheet.pdf: pms.pdf
+   @# nothing to do here, since this is also part of the main document
 
-dist: $(LATEXFILES) pms.bib vc vc-git.awk vc.tex Makefile
+eapi-cheatsheet-nocombine.pdf: pms.pdf
+   @# cheat sheet with separate pages, for proofreading
+   set -e; \
+   while true; do \
+ pdflatex -jobname eapi-cheatsheet-nocombine \
+   '\PassOptionsToClass{nocombine}{leaflet}\input{eapi-cheatsheet}'; \
+ grep -q 'Warning.*Rerun' eapi-cheatsheet-nocombine.log || break; \
+   done
+
+dist: $(SOURCES) vc.tex
@if test -z $(PV); then \
  echo "Usage: $(MAKE) $@ PV="; false; \
fi
tar -cJf pms-$(PV).tar.xz --transform='s%^%pms-$(PV)/%' $^
 
-upload:
+upload: pms.pdf pms.html
scp pms.pdf eapi-cheatsheet.pdf pms*.html pms.css \
  dev.gentoo.org:public_html/pms/head/
 
-.default: all
+clean:
+   rm -f *~ *.pdf *.dvi *.log *.aux *.bbl *.blg *.toc *.lol *.loa *.lox \
+ *.lot *.out *.html *.css *.png *.4ct *.4tc *.idv *.lg *.tmp *.xref
+
+maintainer-clean: clean
+   rm -f vc.tex
+
+.PHONY: all html dist upload clean maintainer-clean
 
-.phony: clean maintainer-clean aux-clean dist upload
+.DELETE_ON_ERROR

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

2017-05-10 Thread Ulrich Müller
commit: 3b1782b687e9ca4262365a5bd0d28fcf1aaf9128
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May  8 18:52:48 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May  8 18:52:48 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=3b1782b6

Makefile: Automatically determine version info for distfiles.

Also create a tarball with pre-built files for app-doc/pms[binary].

 Makefile | 19 ++-
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 53ccaa7..9bc131a 100644
--- a/Makefile
+++ b/Makefile
@@ -63,11 +63,20 @@ eapi-cheatsheet-nocombine.pdf: pms.pdf
  grep -q 'Warning.*Rerun' eapi-cheatsheet-nocombine.log || break; \
done
 
-dist: $(SOURCES) vc.tex
-   @if test -z $(PV); then \
- echo "Usage: $(MAKE) $@ PV="; false; \
-   fi
-   tar -cJf pms-$(PV).tar.xz --transform='s%^%pms-$(PV)/%' $^
+dist: $(SOURCES) vc.tex pms.pdf pms.html
+   PV='$(PV)'; \
+   if test -z "$${PV}"; then \
+ current_eapi=$$(sed -n 's/.*CurrentEAPIIs{\(.*\)}.*/\1/p' pms.tex); \
+ vc_date=$$(sed -n \
+   's/.*VCDateISO{\([0-9]*\)-\([0-9]*\)-\([0-9]*\)}.*/\1\2\3/p' \
+   vc.tex); \
+ PV=$${current_eapi}_p$${vc_date}; \
+   fi; \
+   echo "PV = $${PV}"; \
+   tar -cJf pms-"$${PV}".tar.xz --transform="s%^%pms-$${PV}/%" \
+ $(SOURCES) vc.tex && \
+   tar -cJf pms-"$${PV}"-prebuilt.tar.xz --transform="s%^%pms-$${PV}/%" \
+ pms.pdf eapi-cheatsheet.pdf pms*.html pms.css
 
 upload: pms.pdf pms.html
scp pms.pdf eapi-cheatsheet.pdf pms*.html pms.css \



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

2017-05-10 Thread Hans de Graaff
commit: 4bafdddaa69ae60b0a9720588b0577ae69f60bb2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 11 03:56:18 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 11 03:56:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bafddda

dev-ruby/amq-protocol: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/amq-protocol/Manifest |  1 -
 dev-ruby/amq-protocol/amq-protocol-2.0.1-r1.ebuild | 27 --
 dev-ruby/amq-protocol/amq-protocol-2.0.1.ebuild| 27 --
 3 files changed, 55 deletions(-)

diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest
index 6e709131e18..d230d278f35 100644
--- a/dev-ruby/amq-protocol/Manifest
+++ b/dev-ruby/amq-protocol/Manifest
@@ -1,3 +1,2 @@
 DIST amq-protocol-1.9.2.gem 43520 SHA256 
79e018cb1a3522967525973ae04d40884620e8d4adca02afeb710f00643a84be SHA512 
ea4553b337589589cc89b70e351722ec8af402bd560d73fd35ad41665424a6212e03e26ac86aace5d90f599c7fc2236686fbd83bd75c7023647d95163a2d8573
 WHIRLPOOL 
5fcfd806b8d84aa64b10bc160fe439dcdff2977b739e04ec23b8f86d94f7a5bee4b95d3688317096b0dcf9214a12921f4b0a4c93c9bd0f6ad3376a6199659189
-DIST amq-protocol-2.0.1.gem 43008 SHA256 
fd5c0ef0f01c040529a6ddbc12cbdde3e40f63d5045c08b13a03f803df4ef6e6 SHA512 
d723899902338562c9b4ad7fdd625e7efa27380b35e9986dfd31f8d334b7cdba4bea47a0f0306a4d24bd14376011287a98d5f31e2d92f89e9fdce7e267d37818
 WHIRLPOOL 
17657719885871532e1eb99ef4cf69dba84141c895f038c71f22fc054642a3b45cbbaf57bf0429aa4c239309b0c2c78d0ac1d9c6f3cb5a307672af4facce8f46
 DIST amq-protocol-2.1.0.gem 43520 SHA256 
d2404af88d5bee649ecf198e9d33d98fe9b9e69dc5f7441e3cdd77322266c395 SHA512 
3111c3233a3fdf830cb95d9161132b96035c3835bcf4acd74ec9a915a44096295f5e0cb6b444db7fc4eba84b218800f9c9d33d1cfa5b2d3dcd80dfc65c92c133
 WHIRLPOOL 
7fc88f56a2fd310dc2925628c9355209ac461ebb4293fc8ed43071c2f9f47ae10799b0084992c16d21ff0fa220e6e55956080682fca043e68ecc00e5a2a7ce41

diff --git a/dev-ruby/amq-protocol/amq-protocol-2.0.1-r1.ebuild 
b/dev-ruby/amq-protocol/amq-protocol-2.0.1-r1.ebuild
deleted file mode 100644
index 8871a988a79..000
--- a/dev-ruby/amq-protocol/amq-protocol-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby"
-HOMEPAGE="https://github.com/ruby-amqp/amq-protocol";
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/bundler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/amq-protocol/amq-protocol-2.0.1.ebuild 
b/dev-ruby/amq-protocol/amq-protocol-2.0.1.ebuild
deleted file mode 100644
index 1ca52384d2e..000
--- a/dev-ruby/amq-protocol/amq-protocol-2.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby"
-HOMEPAGE="https://github.com/ruby-amqp/amq-protocol";
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/bundler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
-}



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

2017-05-10 Thread Hans de Graaff
commit: 7737cdd7b93afd909b52e224c08a8e6153f2304b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 11 03:57:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 11 03:57:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7737cdd7

dev-ruby/amq-protocol: add 2.2.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/amq-protocol/Manifest  |  1 +
 dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest
index d230d278f35..a118b5f896a 100644
--- a/dev-ruby/amq-protocol/Manifest
+++ b/dev-ruby/amq-protocol/Manifest
@@ -1,2 +1,3 @@
 DIST amq-protocol-1.9.2.gem 43520 SHA256 
79e018cb1a3522967525973ae04d40884620e8d4adca02afeb710f00643a84be SHA512 
ea4553b337589589cc89b70e351722ec8af402bd560d73fd35ad41665424a6212e03e26ac86aace5d90f599c7fc2236686fbd83bd75c7023647d95163a2d8573
 WHIRLPOOL 
5fcfd806b8d84aa64b10bc160fe439dcdff2977b739e04ec23b8f86d94f7a5bee4b95d3688317096b0dcf9214a12921f4b0a4c93c9bd0f6ad3376a6199659189
 DIST amq-protocol-2.1.0.gem 43520 SHA256 
d2404af88d5bee649ecf198e9d33d98fe9b9e69dc5f7441e3cdd77322266c395 SHA512 
3111c3233a3fdf830cb95d9161132b96035c3835bcf4acd74ec9a915a44096295f5e0cb6b444db7fc4eba84b218800f9c9d33d1cfa5b2d3dcd80dfc65c92c133
 WHIRLPOOL 
7fc88f56a2fd310dc2925628c9355209ac461ebb4293fc8ed43071c2f9f47ae10799b0084992c16d21ff0fa220e6e55956080682fca043e68ecc00e5a2a7ce41
+DIST amq-protocol-2.2.0.gem 43520 SHA256 
c0fa3a96bd4af98934590b5f7a18bb87b5d38c6385d50600139901440bf4e7ee SHA512 
8637e7c1b2540edd57d9d06f5cf51430ff2ed4cd603e3b8a9f9c48dce2468452a4d365782ba949b7e007d773febe83c1a22bca2dafb21c24b3c8f655eb53e5b4
 WHIRLPOOL 
f3f9337a7821b2ce00dc0d1946858117a51324e28eee5f21e0a27c137c3862e821360619e595a9af6be727e9c0440e9635ceb9b6015de82157d36e26c92fc66c

diff --git a/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild 
b/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild
new file mode 100644
index 000..0d03e29cb04
--- /dev/null
+++ b/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild
@@ -0,0 +1,27 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby"
+HOMEPAGE="https://github.com/ruby-amqp/amq-protocol";
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/bundler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
+}



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

2017-05-10 Thread Hans de Graaff
commit: 191a26cbd06cfd71d6e8d4d5e93fafbc3050b9b6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 11 03:59:38 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 11 03:59:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191a26cb

dev-ruby/database_cleaner: add 1.6.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/database_cleaner/Manifest |  1 +
 .../database_cleaner/database_cleaner-1.6.1.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/database_cleaner/Manifest 
b/dev-ruby/database_cleaner/Manifest
index 70545960223..4122bc46c0d 100644
--- a/dev-ruby/database_cleaner/Manifest
+++ b/dev-ruby/database_cleaner/Manifest
@@ -1,2 +1,3 @@
 DIST database_cleaner-1.5.3.gem 56832 SHA256 
5272375116e84a510da22c0321707aa48540bd1ce13843e59a954efb71fda63b SHA512 
0f497dd852c5447f9f46586cd1d0c774dbc21813708c4e82777ef824b370d49a6508b721953d778d93ba3e5c71c0f0786e66db3be99b9426e0f41e57d4b09241
 WHIRLPOOL 
f4353c1794baf7588dc07e75cb0ff879241180147a91dfa1d51c363993118a1bfa748311c295983ec4202dd20070ee6dd4ffec2b4ed837d7114d777ca0572c1a
 DIST database_cleaner-1.6.0.gem 55296 SHA256 
76fa58c1bad63e5ab710e9cc57c082e24eb9b078053574d7a47149a9291f1a38 SHA512 
e9a711d85c76b66d632a82328f13282c4c3b2bd87ecedd81ac83198bdccdbf82c6b6e8ca1d3b9330183e12ae422280600f83ec299526a3cedbb93fa9e2e332f4
 WHIRLPOOL 
3b813c49eab65d8e027c55986b6ff276c9a664ac967673babe66b1eb235f89b62baf5b8c871cf1305a4e30544cdf580bda5e14fe87497cdd5f30d99b98aeba5f
+DIST database_cleaner-1.6.1.gem 55296 SHA256 
5b9c17a92e7f87eb980252ba0d377ef3a3554311e884e02cb66cb789216b785f SHA512 
fb6b2f271079e2c365b3ccc5d3f9cae2dd5ff6e9769889a2765ccf95c348bca7d33b22d6b167f8850c6483340105635e8593009c5a7a77acbf8c0fb3d9a7d548
 WHIRLPOOL 
e7683ba1e8df862068f24f7e9c04d89a96c7619895c34f5c6071b9e299b355285c6ad6f0b26c7b2a0eeadfe82423b2b6c251cec61be555cb756a58aa2caeceae

diff --git a/dev-ruby/database_cleaner/database_cleaner-1.6.1.ebuild 
b/dev-ruby/database_cleaner/database_cleaner-1.6.1.ebuild
new file mode 100644
index 000..27bec621953
--- /dev/null
+++ b/dev-ruby/database_cleaner/database_cleaner-1.6.1.ebuild
@@ -0,0 +1,24 @@
+# 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_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_DOC="examples"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.markdown TODO"
+
+# There are specs and features but they all require configured databases.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Strategies for cleaning databases"
+HOMEPAGE="https://github.com/bmabey/database_cleaner";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""



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

2017-05-10 Thread Hans de Graaff
commit: 30d5a4318ce4aefb5b9d5d018a00090b6d4fc9a8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 11 04:05:07 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 11 04:05:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d5a431

dev-ruby/nokogiri: add 1.7.2

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/nokogiri/Manifest  |  1 +
 dev-ruby/nokogiri/nokogiri-1.7.2.ebuild | 93 +
 2 files changed, 94 insertions(+)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index aa048343f41..993f7c60d10 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -2,3 +2,4 @@ DIST nokogiri-1.6.8.1-git.tgz 5708322 SHA256 
e1d5a3bb2a0d1ee2496c1c6c89bf3e56768
 DIST nokogiri-1.7.0-git.tgz 5708495 SHA256 
51f7816d372c5585710fe6c87181e5b33792641fe877e50512c35c82fe1f259b SHA512 
30f040a5cdb783993c729dd7667dad59620bec0c7d4f8ceb40a55eaafa17ad145cb29e6656affac69076897d642e4f7adc5e3f8eb3da98a5a640ddca6f058580
 WHIRLPOOL 
ba6468e1985dd18d03d7b3f1946b21c10cff447389987a5ae79a891dd525ce9f92abd4689411cc35182f4223e972f2bc3d456e5e45ea5bcd0be7d1db0e0df548
 DIST nokogiri-1.7.0.1-git.tgz 5708578 SHA256 
a85cd203842684aa69851bfa480ccdba0914879f13708520c4890ce66f631326 SHA512 
0944ad6fdd060c6b1e24340537e6001d6ed253edbfac18bdf5aa016d466e95e2bc113cde3c8cbee2c9009c0d4d11bc9d1a8e409f02fb48d064bf9cf3da987f8d
 WHIRLPOOL 
58febb74e78917481e5ee1ea9f5eb4e4b2453245c78a79f0e408483fe5d650540ceaf4412d1ffa698c1dbb3428830d71ee6082db3582d6aed4e8ae7c94c6b633
 DIST nokogiri-1.7.1-git.tgz 5712371 SHA256 
3706832f06443cc1b13969bd3fe1dcc0094dca56fe16203db5f0c7e410ae8583 SHA512 
82a10eff835d562a215f8a38e660f43f5d05f54fae6c6ec21cb5e4797b747be6a8eeb2e42f3c2b5710294073be8d1a987d881f7845526f0ea3ca52a0feb508d8
 WHIRLPOOL 
04a3124a603e1c25e61bd649dfa6b32c2e1b7e9efe0d55a3564730799926ad21c5f63ceb041fba44929a36027855cd96a4212d1b9877cd95a8c83de30c7d0ad9
+DIST nokogiri-1.7.2-git.tgz 5713798 SHA256 
af0a875a82abe297eb4ed020d19ee8e180bb00afa49a025cc572e0beb4323bf7 SHA512 
6ab6f051304133181e50ffdd87cd07e22188841e08e52048d2f9cfaf552f98f1e7c2b84fbee0f251721735d3e25cf3e0850977d25dd256f55dc65bd05f56d740
 WHIRLPOOL 
147681446f78609f045e149416403181b112f634f4a2f8c3dc77d552e28e91dd74580df15b0ea1ba107d51fa43241cfc8b9fe2d4db23ece3301fa3c41dec9be3

diff --git a/dev-ruby/nokogiri/nokogiri-1.7.2.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.7.2.ebuild
new file mode 100644
index 000..28c709e38d4
--- /dev/null
+++ b/dev-ruby/nokogiri/nokogiri-1.7.2.ebuild
@@ -0,0 +1,93 @@
+# 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_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="ext"
+
+inherit ruby-fakegem eutils multilib
+
+DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
+HOMEPAGE="http://nokogiri.org/";
+LICENSE="MIT"
+SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+   >=dev-libs/libxml2-2.9.2:=
+   dev-libs/libxslt
+   virtual/libiconv"
+DEPEND="${DEPEND}
+   >=dev-libs/libxml2-2.9.2
+   dev-libs/libxslt
+   virtual/libiconv"
+
+ruby_add_bdepend "
+   dev-ruby/hoe
+   >=dev-ruby/pkg-config-1.1.7
+   dev-ruby/rexical
+   dev-ruby/rdoc
+   dev-ruby/racc
+   test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/tasks\/cross_compile/s:^:#:' \
+   -e '/:test.*prerequisites/s:^:#:' \
+   -e '/license/ s:^:#:' \
+   Rakefile || die
+   # Remove the cross compilation options since they interfere with
+   # native building.
+   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
+   sed -i -e '/cross_config_options/d' Rakefile || die
+}
+
+each_ruby_configure() {
+   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
+   ${RUBY} -Cext/${PN} extconf.rb \
+   --with-zlib-include="${EPREFIX}"/usr/include \
+   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
+   --with-iconv-include="${EPREFIX}"/usr/include \
+   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
+   --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
+   --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
+   --with-xslt-dir="${EPREFIX}"/usr \
+   --with-iconvlib=iconv \
+   || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
+   ${RUBY} -S rake lib/nokogiri/css/t

[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2017-05-10 Thread Hans de Graaff
commit: 438ae8b7be01ccb3c267727a951c15ec9b20d974
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 11 04:13:22 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 11 04:13:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438ae8b7

www-apache/passenger: add 5.1.4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 www-apache/passenger/Manifest   |   1 +
 www-apache/passenger/passenger-5.1.4.ebuild | 118 
 2 files changed, 119 insertions(+)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index 7b9f358ea4c..87b5270d9ed 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1 +1,2 @@
 DIST passenger-5.1.2.tar.gz 5646103 SHA256 
7fb03a54650ef5e508895c9e45bc2d8151f6c4811ea6797e81f017fedddfdbab SHA512 
88a77c749857a8538ea268f793d2708fa29b8891d2c3197577155f81cb66aa04919c25e713d4f00692051ad385eebaa94729cd30baa68edcf3d17c23bae0acdd
 WHIRLPOOL 
8f115162e2a7c43af20cef1d689290c8a523cce10f617500eeb50ab6a226c203a404fc7ce53fd0e21e63276aa359c5d64b685318be36f79ce165ff598bac8766
+DIST passenger-5.1.4.tar.gz 5403636 SHA256 
6e8460143fff88c7ae833b43ff5389c0b0d2654ee38ab1ac62e24a3814416de0 SHA512 
c15df4ff59d21ec57361b5290106455a0e5b0aa1dc2b8442f06749426b81de0986e9826b9ca66f5e4f6536096c1ec201321e5d54200ead1fc2e67f3736ecb52c
 WHIRLPOOL 
9311d5cea73df891b151512e81adf27f1fb98411944b23adedc43c0fa2b4e9fa78a778113e1cfb398aeaea580492b2444bd1a7b9d5d2704e0be514a120bb3ea1

diff --git a/www-apache/passenger/passenger-5.1.4.ebuild 
b/www-apache/passenger/passenger-5.1.4.ebuild
new file mode 100644
index 000..c99492aca9c
--- /dev/null
+++ b/www-apache/passenger/passenger-5.1.4.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
+
+DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
+HOMEPAGE="https://www.phusionpassenger.com/";
+SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rake-0.8.1"
+
+# libev is bundled but with adapations that do not seem to be accepted
+# upstream, so we must use the bundled version :-(
+CDEPEND="
+   >=dev-libs/libuv-1.8.0
+   net-misc/curl[ssl]
+   www-servers/apache[apache2_modules_unixd(+)]"
+
+RDEPEND="${RDEPEND} ${CDEPEND}"
+DEPEND="${DEPEND} ${CDEPEND}"
+
+APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
+APACHE2_MOD_DEFINE="PASSENGER"
+
+need_apache2
+
+pkg_setup() {
+   use debug && append-flags -DPASSENGER_DEBUG
+}
+
+all_ruby_prepare() {
+   epatch "${FILESDIR}"/${PN}-5.0.20-gentoo.patch
+   epatch "${FILESDIR}"/${PN}-5.1.1-isnan.patch
+
+   # Change these with sed instead of a patch so that we can easily use
+   # the toolchain-funcs methods.
+   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
+   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
+   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
+
+   # Avoid fixed debugging CFLAGs.
+   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
+
+   # Use sed here so that we can dynamically set the documentation 
directory.
+   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
+   -e 
"s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:"
 \
+   -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
+   src/ruby_supportlib/phusion_passenger.rb || die
+   sed -i -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" 
src/cxx_supportlib/ResourceLocator.h || die
+
+   # Don't install a tool that won't work in our setup.
+   sed -i -e '/passenger-install-apache2-module/d' 
src/ruby_supportlib/phusion_passenger/packaging.rb || die
+   rm -f bin/passenger-install-apache2-module || die "Unable to remove 
unneeded install script."
+
+   # Make sure we use the system-provided version where possible
+   rm -rf src/cxx_supportlib/vendor-copy/libuv || die "Unable to remove 
vendored code."
+
+   # Avoid building documentation to avoid a dependency on mizuho.
+   #sed -i -e 's/, :doc//' build/packaging.rb || die
+   touch doc/*.html || die
+
+   # Fix hard-coded use of AR
+   sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || 
die
+}
+
+all_ruby_compile() {
+   V=1 EXTRA_LDFLAGS="${LDFLAGS}" \
+   APXS2="${APXS}" \
+   HTTPD="${APACHE_BIN}" \
+   FS_LIBDIR='/usr/'$(get_libdir) \
+   USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
+   

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

2017-05-10 Thread Zac Medico
commit: fd4e61e3e03a903f8f8a2faff02ec3dc5a3a1c11
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 11 03:22:18 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 11 03:22:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4e61e3

dev-python/doublex: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/doublex/doublex-1.8.1.ebuild 
b/dev-python/doublex/doublex-1.8.1.ebuild
index 3ee9b4026ec..9b04f90054f 100644
--- a/dev-python/doublex/doublex-1.8.1.ebuild
+++ b/dev-python/doublex/doublex-1.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 vcs-snapshot
 



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

2017-05-10 Thread Robin H. Johnson
commit: 1c182cba7efcde2720426a3289b49ee446c4b2ac
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu May 11 03:18:22 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu May 11 03:19:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c182cba

sys-apps/haveged: add selinux policy per withdrawn GitHub PR#4597.

Package-Manager: portage-2.3.3
Signed-off-by: Robin H. Johnson  gentoo.org>

 sys-apps/haveged/haveged-1.9.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-apps/haveged/haveged-1.9.1.ebuild 
b/sys-apps/haveged/haveged-1.9.1.ebuild
index 58ea8ddcac9..752b7a21e6b 100644
--- a/sys-apps/haveged/haveged-1.9.1.ebuild
+++ b/sys-apps/haveged/haveged-1.9.1.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
@@ -12,10 +12,11 @@ SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz";
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
-IUSE=""
+IUSE="selinux"
 
 DEPEND=""
-RDEPEND="!

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

2017-05-10 Thread Zac Medico
commit: dc3b3b7828397b06a5bfe7be0703d841c1ec08a3
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 11 03:16:52 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 11 03:16:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3b3b78

dev-python/pyhamcrest: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
index fdbe1eb1b69..b8007ad5a05 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-05-10 Thread Zac Medico
commit: 9d8026de1d4925b143e2a565eb98e119bcb1e05e
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 11 02:51:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 11 02:51:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8026de

net-fs/s3ql: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-fs/s3ql/s3ql-2.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/s3ql/s3ql-2.21.ebuild b/net-fs/s3ql/s3ql-2.21.ebuild
index 9c3d9019d5a..e0e4b6b4396 100644
--- a/net-fs/s3ql/s3ql-2.21.ebuild
+++ b/net-fs/s3ql/s3ql-2.21.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-05-10 Thread Zac Medico
commit: 1721223b34a915107fc2906e5d2b212c8b9d91a7
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 11 02:24:12 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 11 02:29:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1721223b

dev-python/dugong: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/dugong/dugong-3.7.ebuild|  6 ++-
 .../dugong/files/dugong-3.7-test-html-escape.patch | 46 ++
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/dev-python/dugong/dugong-3.7.ebuild 
b/dev-python/dugong/dugong-3.7.ebuild
index 105c42266bd..326f69c1fc6 100644
--- a/dev-python/dugong/dugong-3.7.ebuild
+++ b/dev-python/dugong/dugong-3.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 
@@ -21,6 +21,10 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest-catchlog[${PYTHON_USEDEP}]
)"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-test-html-escape.patch
+)
+
 python_test() {
py.test -v || die "Tests failed under ${EPYTHON}"
 }

diff --git a/dev-python/dugong/files/dugong-3.7-test-html-escape.patch 
b/dev-python/dugong/files/dugong-3.7-test-html-escape.patch
new file mode 100644
index 000..ba2ee587d0c
--- /dev/null
+++ b/dev-python/dugong/files/dugong-3.7-test-html-escape.patch
@@ -0,0 +1,46 @@
+# HG changeset patch
+# User Zac Medico 
+# Date 1494468556 25200
+# Branch test-quote-html
+# Node ID b8a28438442ec12cd4067fd3240d9afc8e6998da
+# Parent  a986296769f3fc4daa0f29fe28b857f43d05634d
+Use html.escape for python3.6 compat
+
+https://bitbucket.org/nikratio/python-dugong/pull-requests/3
+
+diff --git a/test/test_dugong.py b/test/test_dugong.py
+--- a/test/test_dugong.py
 b/test/test_dugong.py
+@@ -24,7 +24,7 @@
+ from dugong import (HTTPConnection, BodyFollowing, CaseInsensitiveDict, _join,
+ ConnectionClosed)
+ import dugong
+-from http.server import BaseHTTPRequestHandler, _quote_html
++from http.server import BaseHTTPRequestHandler
+ from io import TextIOWrapper
+ from base64 import b64encode
+ import http.client
+@@ -34,6 +34,7 @@
+ import ssl
+ import re
+ import os
++import html
+ import hashlib
+ import threading
+ import socketserver
+@@ -1163,9 +1164,12 @@
+ message = shortmsg
+ explain = longmsg
+ self.log_error("code %d, message %s", code, message)
+-# using _quote_html to prevent Cross Site Scripting attacks (see bug 
#1100201)
+-content = (self.error_message_format % {'code': code, 'message': 
_quote_html(message),
+-   'explain': 
explain}).encode('utf-8', 'replace')
++# HTML encode to prevent Cross Site Scripting attacks (see bug 
#1100201)
++content = (self.error_message_format % {
++'code': code,
++'message': html.escape(message, quote=False),
++'explain': explain
++}).encode('utf-8', 'replace')
+ self.send_response(code, message)
+ self.send_header("Content-Type", self.error_content_type)
+ self.send_header("Content-Length", str(len(content)))



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

2017-05-10 Thread Richard Farina
commit: 55c6765591c78f9ccd4ce477b27aad28cefc5ebd
Author: Zero_Chaos  gentoo  org>
AuthorDate: Thu May 11 02:06:04 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu May 11 02:06:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c67655

net-wireless/dump1090: updated live location, new snapshot probably after some 
polish

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-wireless/dump1090/dump1090-.ebuild | 36 +-
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/net-wireless/dump1090/dump1090-.ebuild 
b/net-wireless/dump1090/dump1090-.ebuild
index d338f3fbb03..1ae895c921e 100644
--- a/net-wireless/dump1090/dump1090-.ebuild
+++ b/net-wireless/dump1090/dump1090-.ebuild
@@ -1,16 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit toolchain-funcs eutils
 
 DESCRIPTION="simple Mode S decoder for RTLSDR devices"
-HOMEPAGE="https://github.com/antirez/dump1090";
+#Original repo
+#HOMEPAGE="https://github.com/antirez/dump1090";
+#Repo that has actually been touched recenly
+HOMEPAGE="https://github.com/mutability/dump1090";
 
 if [[ ${PV} == "" ]] ; then
inherit git-r3
-   EGIT_REPO_URI="git://github.com/antirez/dump1090.git"
+   EGIT_REPO_URI="git://github.com/mutability/dump1090.git"
KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"
@@ -22,25 +25,26 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-RDEPEND="net-wireless/rtl-sdr"
+RDEPEND="net-wireless/rtl-sdr
+   virtual/libusb:1"
 DEPEND="${RDEPEND}"
 
-src_prepare() {
-   epatch "${FILESDIR}"/gmap_usr_share_mv.patch
-}
-
 src_compile() {
emake CC="$(tc-getCC)" \
-   CFLAGS="$($(tc-getPKG_CONFIG) --cflags librtlsdr)" \
-   LIBS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs librtlsdr) -lm 
-lpthread" \
-   all
+   UNAME="Linux"
+   CFLAGS="$($(tc-getPKG_CONFIG) --cflags librtlsdr) ${CFLAGS}" \
+   EXTRACFLAGS="-DHTMLPATH='/usr/share/dump1090/html'" \
+   LIBS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs librtlsdr) -lm 
-lpthread"
 }
 
 src_install() {
dobin ${PN}
-   dodoc TODO README.md
+   dobin view1090
+   dodoc README.md
+
+   insinto /usr/share/${PN}/html
+   doins -r public_html/*
 
-   insinto /usr/share/${PN}
-   doins gmap.html
-   doins tools/debug.html
+   insinto /usr/share/${PN}/tools
+   doins -r tools/*
 }



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

2017-05-10 Thread Richard Farina
commit: 4e8716ac117b8ce9e6c1b3f3b9d8024507fdbbcf
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed May 10 20:11:12 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu May 11 02:06:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8716ac

app-misc/hivex: bump, cleanup, seems okay

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/hivex/Manifest|  1 +
 app-misc/hivex/hivex-1.3.11-r1.ebuild  |  2 +-
 ...{hivex-1.3.11-r1.ebuild => hivex-1.3.14.ebuild} | 64 +-
 3 files changed, 27 insertions(+), 40 deletions(-)

diff --git a/app-misc/hivex/Manifest b/app-misc/hivex/Manifest
index f027ce845d2..24881d0728e 100644
--- a/app-misc/hivex/Manifest
+++ b/app-misc/hivex/Manifest
@@ -1 +1,2 @@
 DIST hivex-1.3.11.tar.gz 1264487 SHA256 
c63adf6c7ef9140acf20775d35bef35ab563c0d2f59d3dfb8e0d15cfa7c77678 SHA512 
1ff9fbcfb976fea5bba41c5ff06e4dc68af0e507accc236ca0406644ee2c865619b3b3bf9550124778fcd782ddc257f1d89861b45f48c0c3ceed18dfa1e02ced
 WHIRLPOOL 
6d741ad14660390b2c171bff400645cbcd20a991a55b7fb4e349c864e2dd4e606f57f344d8b851acf87d12bf8a3b608a77c073c565d9aa55cd23094d7e09e8cd
+DIST hivex-1.3.14.tar.gz 1332257 SHA256 
eb5cb29f5eb41185688cc1be454895b53c1965578f036ebf31ac32992f121b2b SHA512 
dd7dd52dceda580179a815fc48a2a2c7e8f7234614beceb937fba7e317df17984e65453338160c4c467b70d7d4f9bd61b48aad3ca51e19bd5e4cfbca8ee3adb6
 WHIRLPOOL 
51395c0915d88e167e9909a856c975865751de9c37aeee5fde7c64875569b08ad70c9987b35d949dee9fc01b616827abeb276f2464982521a31199c478932366

diff --git a/app-misc/hivex/hivex-1.3.11-r1.ebuild 
b/app-misc/hivex/hivex-1.3.11-r1.ebuild
index 08501b96c9d..d06946aa4b4 100644
--- a/app-misc/hivex/hivex-1.3.11-r1.ebuild
+++ b/app-misc/hivex/hivex-1.3.11-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21"
 RUBY_OPTIONAL=yes
 
 PYTHON_COMPAT=(python2_7 python3_{4,5,6})

diff --git a/app-misc/hivex/hivex-1.3.11-r1.ebuild 
b/app-misc/hivex/hivex-1.3.14.ebuild
similarity index 63%
copy from app-misc/hivex/hivex-1.3.11-r1.ebuild
copy to app-misc/hivex/hivex-1.3.14.ebuild
index 08501b96c9d..dd48bcb9adf 100644
--- a/app-misc/hivex/hivex-1.3.11-r1.ebuild
+++ b/app-misc/hivex/hivex-1.3.14.ebuild
@@ -1,16 +1,14 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21 ruby22 ruby23"
 RUBY_OPTIONAL=yes
 
 PYTHON_COMPAT=(python2_7 python3_{4,5,6})
 
-inherit autotools-utils eutils perl-app ruby-ng python-single-r1
+inherit eutils perl-module ruby-ng python-single-r1
 
 DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary 
files"
 HOMEPAGE="http://libguestfs.org";
@@ -18,7 +16,7 @@ SRC_URI="http://libguestfs.org/download/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="ocaml readline +perl python test static-libs ruby"
 
 RDEPEND="
@@ -35,7 +33,6 @@ RDEPEND="
"
 
 DEPEND="${RDEPEND}
-   dev-lang/perl
perl? (
test? ( dev-perl/Pod-Coverage
dev-perl/Test-Pod-Coverage )
@@ -47,68 +44,57 @@ ruby_add_bdepend "ruby? ( dev-ruby/rake
dev-ruby/rdoc )"
 ruby_add_rdepend "ruby? ( virtual/rubygems )"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( || ( $(ruby_get_use_targets) ) )"
 
 DOCS=( README )
-S="${WORKDIR}/${P}"
 
-#We are aware of rather poor quality of this ebuild, but the bump is required 
to fix security bug. We will fix other matters later.
+S="${WORKDIR}/${P}"
 
 pkg_setup() {
if use python; then
python-single-r1_pkg_setup
fi
-   if use perl; then
-   perl_set_version
-   fi
 }
 
 src_unpack() {
default
-}
-
-src_prepare() {
-   epatch_user
+   cp -prlP "${WORKDIR}/${P}" "${WORKDIR}"/all
 }
 
 src_configure() {
+   ruby-ng_src_configure
+
+   if use perl; then
+   pushd perl
+   perl-module_src_configure
+   popd
+   fi
+
local myeconfargs=(
$(use_with readline)
$(use_enable ocaml)
$(use_enable perl)
--enable-nls
+   --disable-ruby
$(use_enable python)
-   $(use_enable ruby)
-   --disable-rpath )
-
-   autotools-utils_src_configure
+   --disable-rpath
+   )
 
-   if use perl; then
-   pushd perl
-   perl-app_src_configure
-   popd
-   fi
+   econf ${myeconfargs[@]}
 }
 
 src_compile() {
-   autotools-utils_src_compile
+   default
+   ruby-ng_src_compile
 }
 
-# Test binding's dont't wok properly in gentoo layout
-#src_test() {
-#  if use pe

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

2017-05-10 Thread Zac Medico
commit: 8b7c1a0a01666a86ecbc0cbda84b676ef85866a3
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 11 01:27:17 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 11 01:27:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7c1a0a

dev-python/dugong: add missing pytest-catchlog test dep

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/dugong/dugong-3.7.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/dugong/dugong-3.7.ebuild 
b/dev-python/dugong/dugong-3.7.ebuild
index cd5304b6b39..105c42266bd 100644
--- a/dev-python/dugong/dugong-3.7.ebuild
+++ b/dev-python/dugong/dugong-3.7.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
@@ -16,7 +16,10 @@ KEYWORDS="amd64 x86"
 IUSE="doc examples test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-catchlog[${PYTHON_USEDEP}]
+   )"
 
 python_test() {
py.test -v || die "Tests failed under ${EPYTHON}"



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

2017-05-10 Thread Zac Medico
commit: 3a0a7a5e3c29f789167ab435e0a0b12ca15b1f33
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 11 00:20:38 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 11 00:28:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0a7a5e

app-text/calibre: add ios USE flag

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/calibre/calibre-2.83.0.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/calibre/calibre-2.83.0.ebuild 
b/app-text/calibre/calibre-2.83.0.ebuild
index 19f98667e32..9def2170a12 100644
--- a/app-text/calibre/calibre-2.83.0.ebuild
+++ b/app-text/calibre/calibre-2.83.0.ebuild
@@ -34,7 +34,7 @@ LICENSE="
 "
 KEYWORDS="~amd64 ~arm ~x86"
 SLOT="0"
-IUSE="+udisks"
+IUSE="+ios +udisks"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
@@ -69,8 +69,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=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}]
@@ -78,6 +76,10 @@ COMMON_DEPEND="${PYTHON_DEPS}
x11-libs/libXext
x11-libs/libXrender
>=x11-misc/xdg-utils-1.0.2-r2
+   ios? (
+   >=app-pda/usbmuxd-1.0.8
+   >=app-pda/libimobiledevice-1.2.0
+   )
udisks? ( virtual/libudev )"
 RDEPEND="${COMMON_DEPEND}
udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"



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

2017-05-10 Thread Justin Bronder
commit: f1cd3db22adef7ab23e0da9d329d98f19f9be9ed
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed May 10 23:24:51 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed May 10 23:25:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cd3db2

sys-apps/hwloc: remove old

x11-drivers/ati-drivers is gone (#582406), so older versions may as well be
removed now.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/hwloc/Manifest|  7 --
 ...er-topology-fix-lstopo-path-after-install.patch | 26 
 sys-apps/hwloc/hwloc-1.10.0-r2.ebuild  | 76 --
 sys-apps/hwloc/hwloc-1.10.0.ebuild | 71 
 sys-apps/hwloc/hwloc-1.10.1-r1.ebuild  | 71 
 sys-apps/hwloc/hwloc-1.6.1.ebuild  | 51 ---
 sys-apps/hwloc/hwloc-1.6.2.ebuild  | 55 
 sys-apps/hwloc/hwloc-1.7.2.ebuild  | 71 
 sys-apps/hwloc/hwloc-1.8.1.ebuild  | 72 
 sys-apps/hwloc/hwloc-1.9.ebuild| 72 
 sys-apps/hwloc/metadata.xml|  1 -
 11 files changed, 573 deletions(-)

diff --git a/sys-apps/hwloc/Manifest b/sys-apps/hwloc/Manifest
index 0cd4cd3ca3d..2f05d766bc7 100644
--- a/sys-apps/hwloc/Manifest
+++ b/sys-apps/hwloc/Manifest
@@ -1,9 +1,2 @@
-DIST hwloc-1.10.0.tar.bz2 3765051 SHA256 
b765f72507cf1cc98b398e0ec85b8f30e640bf1cd0a886c286d0b70d648d7be3 SHA512 
0f1c011dbafbd4a78566b2ebc26b1c91a0e091e041f6e7996cea6812aeefd7fe4e8e7cb688634157c721dd9deea48ca32de823f8a9e0a1c341853b925a9c89c0
 WHIRLPOOL 
a3eb47450f9e3fc97cb484ad4cab93f4eab10c5039da113029a0e918f654a878f44a9460b4606616d43580ea56ba21fc54ab4fc671b290f480e2e19514e524d7
-DIST hwloc-1.10.1.tar.bz2 3771665 SHA256 
35ce13a9a0737d2de1c6facb5c3c0438f7c83b45d6ce652e05ba000f6f2e514a SHA512 
47cc1f084730021996ae0c18996e13dde5b991004fe9160bc1e118b6cb0288fe5d65d149450f05bd7b9e13bd6f16dfe82181d1e731dd1b0e46a43fd4435850cc
 WHIRLPOOL 
b7e089c1de3f967295768dc2dbc6acec80fa99f66d9340cedf3b02c1d2e869a339fa9fdd71a5f8ef77554ec8622a246abae6ca5f41354790bf09bf2d0d8236d7
 DIST hwloc-1.11.2.tar.bz2 4019136 SHA256 
8c029b6b1638245837707bfa6c865f448af4e49e7d352335e019d818b51fecf8 SHA512 
aa54b6389c303470a00dbbb3ae5f688244d0f1e0d84e661b739933ff9d86928869f2f3be04fe621cdf06c206defcd4ea1c9e8b72696f7cada9bb3243c3feba68
 WHIRLPOOL 
783752a449f907bca5dd0b42445f8291d8cdc3a09f4e1bdb677cf34c3bc56ef739def0c1684455979d36570a51bdc99cefccbd5052e0996226dfc832ade9664a
 DIST hwloc-1.11.7.tar.bz2 4187754 SHA256 
ab6910e248eed8c85d08b529917a6aae706b32b346e886ba830895e36a809729 SHA512 
f3afd123f917d07fe987b8a16dba9f1aa9a9112fc4bdc806417c942b5fbd3b7f31067550048258814b4ba08d4ac7bd45c1fd477457d817bf9453735e0b82f04e
 WHIRLPOOL 
4cbc3bb5639f01cd16f12e92a59daadb978c9c09126941e0cab6b69beb33a5e7ced1c91cf281c66175b0c3c13a4887ede556cbfe6e8823589a233ee409813584
-DIST hwloc-1.6.1.tar.bz2 3075453 SHA256 
8bb0a13d70852442cfce8883a99113e9238e187a91b3160279e260a10048057b SHA512 
9bf613c35e27d7e0e7e4aee39602e949dd035c84ceab37a716c48d9be25f319cd7888448c9771e8a8408dcf958370e9b54f7e1f764349fa5d39c2bd4358032ff
 WHIRLPOOL 
a319c94d306e18bd0f9a721eb637df667fc0831e2c84770255736205ba30abb9cc18e4b401cbbd3c419369b1c3aae638253bb826e973ff6c763a233c9c986742
-DIST hwloc-1.6.2.tar.bz2 3066020 SHA256 
fd4d47738afc9c5f60d2c35f0963f82feb78bb57f2bc239e84e93ad376169df1 SHA512 
3e1a0b28f6f867c82c8d61110afc07cb0019fb8d4284a171cef36346ea9746acab11250f7f382260f8f40d3c28c2517b24f2a222427cb2951149a58a30cb0990
 WHIRLPOOL 
7f2a9a58f4f7b1aae18f6d50338553eaa8c26e0cd54add29395e8366cfb076ec4e790b3411978c581da1b67342ad14443040e08a766e727a7cf9b27530e356f1
-DIST hwloc-1.7.2.tar.bz2 3165052 SHA256 
a0b40c01eead1d4c254ab87c2ec75b8eeb9877331763fbd1e1b81990ad566848 SHA512 
e6472fb0639a178683ea7bbef666255a73c1962c360d22490e4aee6642da1d30648d2f057e11b529d91bf76da05d47632331d84dd0a7771c5732cc7cc90e7d7c
 WHIRLPOOL 
6f39a871777e28cfb1f87f6a5c9c7ef02a31bf4a8178f7eeb43ec9eeef42132c8d432d803e66198129017f68228e3aa738a774665d0e8400f5617af81cc61f7c
-DIST hwloc-1.8.1.tar.bz2 3647451 SHA256 
976d1edb3ad141e3510c959fb47f415acc95a90170b361b390768512f30ca10d SHA512 
3ef7db6e41186b1a3dd2df717d599813401a31f696530ca4196689c85ff8a18ef6f5a11be7feb656e49e0047058beb759c995d9b8a422367d99c52ae5274ee77
 WHIRLPOOL 
471796a5c32b6582b6b89cff24889826e63a6ed5e75bb3084c749d73b649fa562aa8272889f2218af35cfc93012bd05504017ae7f25447270363c9c7b85638c8
-DIST hwloc-1.9.tar.bz2 3682256 SHA256 
24a81ff1c3810f16633bf5ad3fb80cbbaf882e466a788af4301b2911698c4f7e SHA512 
6697f02c954525ae6b24fb22e738b8b8383f33bbd941ab757829e7406a96f037edc2841fb50335ec26bc53573e00bf9295c2e8d574b7b3bb687c02189d87fd74
 WHIRLPOOL 
4eb9d0bfb5c615577f4b2debd49d5c042c4b844362aaac6d757b2ab10d845aeeb9c918e2153d32d51ecb88b9d1fc0818fe1a2a90eed3413d7de88c9ab568929e

diff --git 
a/sys-apps/hwloc/files/hwloc-gather-topolo

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

2017-05-10 Thread Justin Bronder
commit: d5779f491d0638e0688a8b1f89e0b648428046a5
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed May 10 23:06:59 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed May 10 23:25:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5779f49

sys-apps/hwloc: bump 1.11.7, drop opencl

- Bump thanks to Arfrever Frehtes Taifersar Arahesis (#609568).
- opencl support dropped with x11-drivers/ati-drivers being removed (#582406).
  Anyone with hardware is welcome to step up and help test to get it re-added.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/hwloc/Manifest|  1 +
 sys-apps/hwloc/hwloc-1.11.7.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/sys-apps/hwloc/Manifest b/sys-apps/hwloc/Manifest
index d623ffab030..0cd4cd3ca3d 100644
--- a/sys-apps/hwloc/Manifest
+++ b/sys-apps/hwloc/Manifest
@@ -1,6 +1,7 @@
 DIST hwloc-1.10.0.tar.bz2 3765051 SHA256 
b765f72507cf1cc98b398e0ec85b8f30e640bf1cd0a886c286d0b70d648d7be3 SHA512 
0f1c011dbafbd4a78566b2ebc26b1c91a0e091e041f6e7996cea6812aeefd7fe4e8e7cb688634157c721dd9deea48ca32de823f8a9e0a1c341853b925a9c89c0
 WHIRLPOOL 
a3eb47450f9e3fc97cb484ad4cab93f4eab10c5039da113029a0e918f654a878f44a9460b4606616d43580ea56ba21fc54ab4fc671b290f480e2e19514e524d7
 DIST hwloc-1.10.1.tar.bz2 3771665 SHA256 
35ce13a9a0737d2de1c6facb5c3c0438f7c83b45d6ce652e05ba000f6f2e514a SHA512 
47cc1f084730021996ae0c18996e13dde5b991004fe9160bc1e118b6cb0288fe5d65d149450f05bd7b9e13bd6f16dfe82181d1e731dd1b0e46a43fd4435850cc
 WHIRLPOOL 
b7e089c1de3f967295768dc2dbc6acec80fa99f66d9340cedf3b02c1d2e869a339fa9fdd71a5f8ef77554ec8622a246abae6ca5f41354790bf09bf2d0d8236d7
 DIST hwloc-1.11.2.tar.bz2 4019136 SHA256 
8c029b6b1638245837707bfa6c865f448af4e49e7d352335e019d818b51fecf8 SHA512 
aa54b6389c303470a00dbbb3ae5f688244d0f1e0d84e661b739933ff9d86928869f2f3be04fe621cdf06c206defcd4ea1c9e8b72696f7cada9bb3243c3feba68
 WHIRLPOOL 
783752a449f907bca5dd0b42445f8291d8cdc3a09f4e1bdb677cf34c3bc56ef739def0c1684455979d36570a51bdc99cefccbd5052e0996226dfc832ade9664a
+DIST hwloc-1.11.7.tar.bz2 4187754 SHA256 
ab6910e248eed8c85d08b529917a6aae706b32b346e886ba830895e36a809729 SHA512 
f3afd123f917d07fe987b8a16dba9f1aa9a9112fc4bdc806417c942b5fbd3b7f31067550048258814b4ba08d4ac7bd45c1fd477457d817bf9453735e0b82f04e
 WHIRLPOOL 
4cbc3bb5639f01cd16f12e92a59daadb978c9c09126941e0cab6b69beb33a5e7ced1c91cf281c66175b0c3c13a4887ede556cbfe6e8823589a233ee409813584
 DIST hwloc-1.6.1.tar.bz2 3075453 SHA256 
8bb0a13d70852442cfce8883a99113e9238e187a91b3160279e260a10048057b SHA512 
9bf613c35e27d7e0e7e4aee39602e949dd035c84ceab37a716c48d9be25f319cd7888448c9771e8a8408dcf958370e9b54f7e1f764349fa5d39c2bd4358032ff
 WHIRLPOOL 
a319c94d306e18bd0f9a721eb637df667fc0831e2c84770255736205ba30abb9cc18e4b401cbbd3c419369b1c3aae638253bb826e973ff6c763a233c9c986742
 DIST hwloc-1.6.2.tar.bz2 3066020 SHA256 
fd4d47738afc9c5f60d2c35f0963f82feb78bb57f2bc239e84e93ad376169df1 SHA512 
3e1a0b28f6f867c82c8d61110afc07cb0019fb8d4284a171cef36346ea9746acab11250f7f382260f8f40d3c28c2517b24f2a222427cb2951149a58a30cb0990
 WHIRLPOOL 
7f2a9a58f4f7b1aae18f6d50338553eaa8c26e0cd54add29395e8366cfb076ec4e790b3411978c581da1b67342ad14443040e08a766e727a7cf9b27530e356f1
 DIST hwloc-1.7.2.tar.bz2 3165052 SHA256 
a0b40c01eead1d4c254ab87c2ec75b8eeb9877331763fbd1e1b81990ad566848 SHA512 
e6472fb0639a178683ea7bbef666255a73c1962c360d22490e4aee6642da1d30648d2f057e11b529d91bf76da05d47632331d84dd0a7771c5732cc7cc90e7d7c
 WHIRLPOOL 
6f39a871777e28cfb1f87f6a5c9c7ef02a31bf4a8178f7eeb43ec9eeef42132c8d432d803e66198129017f68228e3aa738a774665d0e8400f5617af81cc61f7c

diff --git a/sys-apps/hwloc/hwloc-1.11.7.ebuild 
b/sys-apps/hwloc/hwloc-1.11.7.ebuild
new file mode 100644
index 000..fbff0ec3ca1
--- /dev/null
+++ b/sys-apps/hwloc/hwloc-1.11.7.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit flag-o-matic cuda autotools-multilib multilib versionator
+
+MY_PV=v$(get_version_component_range 1-2)
+
+DESCRIPTION="displays the hardware topology in convenient formats"
+HOMEPAGE="http://www.open-mpi.org/projects/hwloc/";
+SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2";
+
+LICENSE="BSD"
+SLOT="0/5"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X"
+
+# opencl support dropped with x11-drivers/ati-drivers being removed (#582406).
+# Anyone with hardware is welcome to step up and help test to get it re-added.
+
+# dev-util/nvidia-cuda-toolkit is always multilib
+
+RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}]
+   cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
+   gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools] 
media-video/nvidia-

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

2017-05-10 Thread Justin Bronder
commit: bd252a1866c34512a78db697d8314b85da29f442
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed May 10 23:11:50 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed May 10 23:25:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd252a18

sys-apps/hwloc: drop opencl support from stable 1.11.2

x11-drivers/ati-drivers is gone (#582406), so direct to stable commit to fix
the deptree.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 sys-apps/hwloc/{hwloc-1.11.2.ebuild => hwloc-1.11.2-r1.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/hwloc/hwloc-1.11.2.ebuild 
b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild
similarity index 89%
rename from sys-apps/hwloc/hwloc-1.11.2.ebuild
rename to sys-apps/hwloc/hwloc-1.11.2-r1.ebuild
index 2157445f2b1..2f6751aa3ce 100644
--- a/sys-apps/hwloc/hwloc-1.11.2.ebuild
+++ b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild
@@ -14,16 +14,17 @@ 
SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2";
 LICENSE="BSD"
 SLOT="0/5"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X"
+IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X"
+
+# opencl support dropped with x11-drivers/ati-drivers being removed (#582406).
+# Anyone with hardware is welcome to step up and help test to get it re-added.
 
-# TODO opencl only works with AMD so no virtual
 # dev-util/nvidia-cuda-toolkit is always multilib
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}]
cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] )
cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools] 
media-video/nvidia-settings ) )
-   opencl? ( x11-drivers/ati-drivers:* )
pci? (
>=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}]
>=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}]
@@ -59,7 +60,6 @@ multilib_src_configure() {
$(use_enable cuda)
$(use_enable debug)
$(multilib_native_use_enable gl)
-   $(multilib_native_use_enable opencl)
$(use_enable pci)
$(use_enable plugins)
$(use_enable numa libnuma)



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

2017-05-10 Thread William Hubbs
commit: 4c89e3f5fa1c65ccd0c843f98e4013c2085f243f
Author: William Hubbs  gmail  com>
AuthorDate: Wed May 10 23:01:10 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed May 10 23:13:23 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4c89e3f5

supervise-daemon:create multiple options from --respawn-limit

This creates --respawn-delay, --respawn-max and --respawn-period. It was
suggested that it would be easier to follow if the options were
separated.

This is for #126.

 man/openrc-run.8  | 16 +--
 man/supervise-daemon.8| 52 +++
 sh/supervise-daemon.sh|  4 +++-
 src/rc/supervise-daemon.c | 50 ++---
 4 files changed, 81 insertions(+), 41 deletions(-)

diff --git a/man/openrc-run.8 b/man/openrc-run.8
index c7ac2ac1..f627004d 100644
--- a/man/openrc-run.8
+++ b/man/openrc-run.8
@@ -167,8 +167,20 @@ Display name used for the above defined command.
 Process name to match when signaling the daemon.
 .It Ar stopsig
 Signal to send when stopping the daemon.
-.It Ar respawn_limit
-Respawn limit
+.It Ar respawn_delay
+Respawn delay
+.Xr supervise-daemon 8
+will use for this daemon.  See
+.Xr supervise-daemon 8
+for more information about this setting.
+.It Ar respawn_max
+Respawn max
+.Xr supervise-daemon 8
+will use for this daemon.  See
+.Xr supervise-daemon 8
+for more information about this setting.
+.It Ar respawn_period
+Respawn period
 .Xr supervise-daemon 8
 will use for this daemon.  See
 .Xr supervise-daemon 8

diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8
index 43e74ef7..19aa5d44 100644
--- a/man/supervise-daemon.8
+++ b/man/supervise-daemon.8
@@ -16,6 +16,8 @@
 .Nd starts a daemon and restarts it if it crashes
 .Sh SYNOPSIS
 .Nm
+.Fl D , -respawn-delay
+.Ar seconds
 .Fl d , -chdir
 .Ar path
 .Fl e , -env
@@ -26,16 +28,18 @@
 .Ar arg
 .Fl k , -umask
 .Ar value
+.Fl m , -respawn-max
+.Ar count
 .Fl N , -nicelevel
 .Ar level
 .Fl p , -pidfile
 .Ar pidfile
-.Fl u , -user
-.Ar user
+.Fl P , -respawn-period
+.Ar seconds
 .Fl r , -chroot
 .Ar chrootpath
-.Fl R , -respawn-limit
-.Ar limit
+.Fl u , -user
+.Ar user
 .Fl 1 , -stdout
 .Ar logfile
 .Fl 2 , -stderr
@@ -84,6 +88,9 @@ Print the action(s) that are taken just before doing them.
 .Pp
 The options are as follows:
 .Bl -tag -width indent
+.It Fl D , -respawn-delay Ar seconds
+wait this number of seconds before restarting a daemon after it crashes.
+The default is 0.
 .It Fl d , -chdir Ar path
 chdir to this directory before starting the daemon.
 .It Fl e , -env Ar VAR=VALUE
@@ -96,29 +103,21 @@ Class can be 0 for none, 1 for real time, 2 for best 
effort and 3 for idle.
 Data can be from 0 to 7 inclusive.
 .It Fl k , -umask Ar mode
 Set the umask of the daemon.
+.It Fl m , -respawn-max Ar count
+Sets the maximum number of times a daemon will be respawned during a
+respawn period. If a daemon dies more than this number of times during a
+respawn period,
+.Nm
+will give up trying to respawn it and exit. The default is 10, and 0
+means unlimited.
 .It Fl N , -nicelevel Ar level
 Modifies the scheduling priority of the daemon.
+.It Fl P , -respawn-period Ar seconds
+Sets the length of a respawn period. The default is 10 seconds. See the
+description of --respawn-max for more information.
 .It Fl r , -chroot Ar path
 chroot to this directory before starting the daemon. All other paths, such
 as the path to the daemon, chdir and pidfile, should be relative to the chroot.
-.It Fl R , -respawn-limit Ar limit
-Control how agressively
-.Nm
-will try to respawn a daemon when it fails to start. The limit argument
-can be a pair of integers separated bya colon or the string unlimited.
-.Pp
-If a pair of integers is given, the first is a maximum number of respawn
-attempts and the second is a time period. It should be interpreted as:
-If the daemon dies and has to be respawned more than 
-times in any time period of  seconds, exit and give up.
-.Pp
-For example, the default is 10:5.
-This means if the supervisor respawns a daemon more than ten times
-in any 5 second period, it gives up and exits.
-.Pp
-if unlimited is given as the limit, it means that the supervisor will
-not exit or give up, no matter how many times the daemon it is
-supervising needs to be respawned.
 .It Fl u , -user Ar user
 Start the daemon as the specified user.
 .It Fl 1 , -stdout Ar logfile
@@ -143,6 +142,15 @@ to parse its options, which allows it to accept the `--' 
option which will
 cause it to stop processing options at that point. Any subsequent arguments
 are passed as arguments to the daemon to start and used when finding a daemon
 to stop or signal.
+.Sh NOTE
+If respawn-delay, respawn-max and respawn-period are not set correctly,
+it is possible to trigger a situation in which the supervisor will
+infinitely try to respawn a daemon. To avoid this, if you change the
+values of --respawn-delay, --respawn-max or --res

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/

2017-05-10 Thread Manuel Rüger
commit: fd0d87ef35b420c2d637d870e475ce74c5cc4358
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May 10 22:50:16 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May 10 22:50:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0d87ef

sys-cluster/minikube: Fix install

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-cluster/minikube/minikube-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/minikube/minikube-0.19.0.ebuild 
b/sys-cluster/minikube/minikube-0.19.0.ebuild
index 0d1bc2504e6..460010e518e 100644
--- a/sys-cluster/minikube/minikube-0.19.0.ebuild
+++ b/sys-cluster/minikube/minikube-0.19.0.ebuild
@@ -38,6 +38,6 @@ src_compile() {
 src_install() {
pushd src/${EGO_PN%/*} || die
dobin out/minikube out/localkube
-   dodoc CHANGELOG.md DRIVERS.md README.md ROADMAP.md
+   dodoc -r docs CHANGELOG.md README.md
popd || die
 }



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

2017-05-10 Thread David Seifert
commit: 05eb2b2a092fbc693def470d7fc448aa784bc7e5
Author: David Seifert  gentoo  org>
AuthorDate: Wed May 10 20:24:45 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May 10 22:35:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05eb2b2a

dev-libs/libatomic_ops: Make multilib compatible

Bug: https://bugs.gentoo.org/show_bug.cgi?id=617788
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/libatomic_ops/libatomic_ops-7.4.4.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libatomic_ops/libatomic_ops-7.4.4.ebuild 
b/dev-libs/libatomic_ops/libatomic_ops-7.4.4.ebuild
index 8ce4b760dca..83c6e36d41a 100644
--- a/dev-libs/libatomic_ops/libatomic_ops-7.4.4.ebuild
+++ b/dev-libs/libatomic_ops/libatomic_ops-7.4.4.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools
+
+inherit autotools multilib-minimal
 
 MY_P=${PN}-${PV//./_}
 DESCRIPTION="Implementation for atomic memory update operations"
@@ -23,6 +24,6 @@ src_prepare() {
eautoreconf
 }
 
-src_configure() {
-   econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
+multilib_src_configure() {
+   ECONF_SOURCE=${S} econf
 }



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

2017-05-10 Thread David Seifert
commit: a0dc3491f9924262a600533744150277899fb521
Author: David Seifert  gentoo  org>
AuthorDate: Wed May 10 20:41:03 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May 10 22:35:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dc3491

dev-libs/boehm-gc: Make multilib compatible

Bug: https://bugs.gentoo.org/show_bug.cgi?id=617788
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild | 28 
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
index 1f62ca853c4..cab00ef0303 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit ltprune
+inherit multilib-minimal
 
 MY_P="gc-${PV}"
 
@@ -16,35 +16,39 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="cxx static-libs threads"
 
-DEPEND=">=dev-libs/libatomic_ops-7.4
+DEPEND="
+   >=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]
virtual/pkgconfig"
 
 S="${WORKDIR}/${MY_P}"
 
-src_configure() {
+multilib_src_configure() {
local config=(
--with-libatomic-ops
$(use_enable cxx cplusplus)
$(use_enable static-libs static)
$(use threads || echo --disable-threads)
)
-   econf "${config[@]}"
+
+   ECONF_SOURCE=${S} econf "${config[@]}"
 }
 
-src_compile() {
+multilib_src_compile() {
# Workaround build errors. #574566
use ia64 && emake src/ia64_save_regs_in_stack.lo
use sparc && emake src/sparc_mach_dep.lo
default
 }
 
-src_install() {
-   default
-   use static-libs || prune_libtool_files
+multilib_src_install_all() {
+   local HTML_DOCS=( doc/*.html )
+   einstalldocs
+   dodoc doc/README{.environment,.linux,.macros}
+
+   rm -r "${ED%/}"/usr/share/gc || die
+
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
 
-   rm -r "${ED}"/usr/share/gc || die
-   dodoc README.QUICK doc/README{.environment,.linux,.macros}
-   docinto html
-   dodoc doc/*.html
newman doc/gc.man GC_malloc.1
 }



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

2017-05-10 Thread Manuel Rüger
commit: 274e70db97918b3aa3408994fd1f0dd6e2143fdf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May 10 22:25:06 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May 10 22:26:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274e70db

dev-python/requests-toolbelt: Add missing PYTHON_USEDEP

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild 
b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
index 82d13e93f14..3a706e8ae55 100644
--- a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
+++ b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-RDEPEND="

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

2017-05-10 Thread Cédric Krier
commit: c2ce579164d98b22b096ce222dba3099eba6c4fd
Author: Cédric Krier  gentoo  org>
AuthorDate: Wed May 10 22:21:24 2017 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Wed May 10 22:22:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ce5791

dev-python/stripe: New ebuild

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/stripe/Manifest |  1 +
 dev-python/stripe/metadata.xml | 18 ++
 dev-python/stripe/stripe-1.55.1.ebuild | 22 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest
new file mode 100644
index 000..2271453e341
--- /dev/null
+++ b/dev-python/stripe/Manifest
@@ -0,0 +1 @@
+DIST stripe-1.55.1.tar.gz 189588 SHA256 
4fd5e60a7cd3311fbcc53ffc2cfa27501438ec96d58139ede1550d87b24fd7e2 SHA512 
067f1d998901b862b2d47e4597504f5b180872b62217deae19cc7a81799e4562db54e37b34d431a9d2171e8c7ce8b8a43a2e55ac1a60e1198f15eb63620f812e
 WHIRLPOOL 
dad2b7208a49824a1af1eab2efe61c344af40a3fca130f94b4f406582716b954f9d09ecabe0f77d0e955cdac7283cbc66ef6253aed1ecb685396f6b1ac7f502e

diff --git a/dev-python/stripe/metadata.xml b/dev-python/stripe/metadata.xml
new file mode 100644
index 000..00a5dbe
--- /dev/null
+++ b/dev-python/stripe/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   
+   
+   c...@gentoo.org
+   Cédric Krier
+   
+   
+   Official Stripe Bindings for Python
+   
+   
+   stripe
+   stripe/stripe-python
+   
+

diff --git a/dev-python/stripe/stripe-1.55.1.ebuild 
b/dev-python/stripe/stripe-1.55.1.ebuild
new file mode 100644
index 000..6a21a480282
--- /dev/null
+++ b/dev-python/stripe/stripe-1.55.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Stripe python bindings"
+HOMEPAGE="https://github.com/stripe/stripe-python";
+SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-python/requests"
+
+DOCS="LONG_DESCRIPTION.rst"



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

2017-05-10 Thread Mart Raudsepp
commit: 44a3869e45f94dcff5c8e5e428188378253269bd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed May 10 22:16:53 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed May 10 22:17:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a3869e

x11-libs/gtk+: remove old with clipboard handling regression

 x11-libs/gtk+/Manifest|   1 -
 x11-libs/gtk+/gtk+-3.22.13.ebuild | 229 --
 2 files changed, 230 deletions(-)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 8a30e9d4ed9..9dcccf5c1e0 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -2,5 +2,4 @@ DIST gtk+-2.24.31.tar.xz 12805344 SHA256 
68c1922732c7efc08df4656a5366dcc3afdc879
 DIST gtk+-3.20.9.tar.xz 17174872 SHA256 
83a609ba2f3424b5509e73967c49c67833af466d6f91081b24ee5c64fce6ac17 SHA512 
5848403959f76633511009231c80a814cfe24a7ba07c9429704f432191e51b54d3e6621ce5b578f7f21993920af3a45c8d03dad6ba03af5f9a342b32626e
 WHIRLPOOL 
7964b82dabf72b5d45a34565874ba02e0dda09b0f358f640ca0c602c3c7aa4618432829d047794f5f202424c34c837bbdc31ccb3c5457768e252f048afd30107
 DIST gtk+-3.22.11.tar.xz 18250068 SHA256 
db440670cb6f3c098b076df3735fbc4e69359bd605385e87c90ee48344a804ca SHA512 
0dd8c0b8cf01a687bd7b9548308a8719fda4a30e0b47139db049906333d23c1eee3867af130dc3ecd0fb4a1381c8065e9929ccd9cb4def376bbb0b136ec05a7e
 WHIRLPOOL 
4ab9e69f3d7987cfdc67555657e402ac181817d0a91ba61f8a238ee4190150766c36fff67765a6af56941a02383db0737812a39dae81ab432269586f4d711165
 DIST gtk+-3.22.12.tar.xz 18236348 SHA256 
84fae0cefb6a11ee2b4e86b8ac42fe46a3d30b4ad16661d5fc51e8ae03e2a98c SHA512 
a37121dd4737c68f72f3172830ac3f26faeb09b4040f2a341b04a87cab26876b43d512ed416a968d68d6a52e0401c045b78c2eac0f87b3b0bf8ef34e3ba9
 WHIRLPOOL 
075e48efa2a83d4bedef8b4f0ed5dd96fe41298e4b6c0cd9809d319ddc06e6522a667e72ca9a1218c7427449dd897f878e3bd575f527ded813e04b315e999b13
-DIST gtk+-3.22.13.tar.xz 18627908 SHA256 
575f45571fc7c0081ede9ba745b752514cd883c3b5f69cf5bee0a5ee11c6bee6 SHA512 
4b3918aa96edfbfc3c53ba38182e2f321257da105689ad579a993ea09fe14ed22cd47833a19bd229d11f6573dc3c4185c832422bd6a70bf14cad990a5ca6343d
 WHIRLPOOL 
7ca3193422adef6b14278db47ec1ef59dba672bbf065ae144e78abe82acd648718272514d30631b67026a11a6ac099ae0f60c1376b0d44caa0c2bcad43f8d772
 DIST gtk+-3.22.14.tar.xz 18624808 SHA256 
d6120e4fd64e432b74a61e8abd972b1948cf54e4dc4f0e081c05ab625f087131 SHA512 
f7b2cfc63f8c849c45dc4f80c8115dcf20d0da63718eedbe133f8ac86c17488a91fecb8a0e47bb6b48f81b06ce6897540d900ab8bfbe673426dacf4f7ef74e8b
 WHIRLPOOL 
d971780e6117bc4c7b66dd1ff1842f00fb677d3c1e12b45954b55c0c0978098a452c736ba8107584b3302926270a8483200814d9e76e07945483f5d978d97155

diff --git a/x11-libs/gtk+/gtk+-3.22.13.ebuild 
b/x11-libs/gtk+/gtk+-3.22.13.ebuild
deleted file mode 100644
index b48690742f5..000
--- a/x11-libs/gtk+/gtk+-3.22.13.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal
-
-DESCRIPTION="Gimp ToolKit +"
-HOMEPAGE="http://www.gtk.org/";
-
-LICENSE="LGPL-2+"
-SLOT="3"
-IUSE="aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland +X xinerama"
-REQUIRED_USE="
-   || ( aqua wayland X )
-   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"
-
-# Upstream wants us to do their job:
-# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
-RESTRICT="test"
-
-# FIXME: introspection data is built against system installation of gtk+:3,
-# bug #
-COMMON_DEPEND="
-   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}]
-   media-libs/fontconfig[${MULTILIB_USEDEP}]
-   >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}]
-   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
-   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
-   >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]
-   x11-misc/shared-mime-info
-
-   cloudprint? (
-   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
-   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
-   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
-   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
-   wayland? (
-   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
-   >=dev-libs/wayland-protocols-1.7
-   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
-   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
-   )
-   X? (
-   >=app-accessibility/at-spi2-atk-2.5.3[${MULTIL

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

2017-05-10 Thread Mart Raudsepp
commit: 9972461f969605e8ed61769170edeaddfb17c51a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed May 10 22:16:10 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed May 10 22:17:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9972461f

x11-libs/gtk+: bump to 3.22.14, fixing clipboard regression found in 3.22.13

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/gtk+/Manifest|   1 +
 x11-libs/gtk+/gtk+-3.22.14.ebuild | 229 ++
 2 files changed, 230 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 1c6e69a4c88..8a30e9d4ed9 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -3,3 +3,4 @@ DIST gtk+-3.20.9.tar.xz 17174872 SHA256 
83a609ba2f3424b5509e73967c49c67833af466d
 DIST gtk+-3.22.11.tar.xz 18250068 SHA256 
db440670cb6f3c098b076df3735fbc4e69359bd605385e87c90ee48344a804ca SHA512 
0dd8c0b8cf01a687bd7b9548308a8719fda4a30e0b47139db049906333d23c1eee3867af130dc3ecd0fb4a1381c8065e9929ccd9cb4def376bbb0b136ec05a7e
 WHIRLPOOL 
4ab9e69f3d7987cfdc67555657e402ac181817d0a91ba61f8a238ee4190150766c36fff67765a6af56941a02383db0737812a39dae81ab432269586f4d711165
 DIST gtk+-3.22.12.tar.xz 18236348 SHA256 
84fae0cefb6a11ee2b4e86b8ac42fe46a3d30b4ad16661d5fc51e8ae03e2a98c SHA512 
a37121dd4737c68f72f3172830ac3f26faeb09b4040f2a341b04a87cab26876b43d512ed416a968d68d6a52e0401c045b78c2eac0f87b3b0bf8ef34e3ba9
 WHIRLPOOL 
075e48efa2a83d4bedef8b4f0ed5dd96fe41298e4b6c0cd9809d319ddc06e6522a667e72ca9a1218c7427449dd897f878e3bd575f527ded813e04b315e999b13
 DIST gtk+-3.22.13.tar.xz 18627908 SHA256 
575f45571fc7c0081ede9ba745b752514cd883c3b5f69cf5bee0a5ee11c6bee6 SHA512 
4b3918aa96edfbfc3c53ba38182e2f321257da105689ad579a993ea09fe14ed22cd47833a19bd229d11f6573dc3c4185c832422bd6a70bf14cad990a5ca6343d
 WHIRLPOOL 
7ca3193422adef6b14278db47ec1ef59dba672bbf065ae144e78abe82acd648718272514d30631b67026a11a6ac099ae0f60c1376b0d44caa0c2bcad43f8d772
+DIST gtk+-3.22.14.tar.xz 18624808 SHA256 
d6120e4fd64e432b74a61e8abd972b1948cf54e4dc4f0e081c05ab625f087131 SHA512 
f7b2cfc63f8c849c45dc4f80c8115dcf20d0da63718eedbe133f8ac86c17488a91fecb8a0e47bb6b48f81b06ce6897540d900ab8bfbe673426dacf4f7ef74e8b
 WHIRLPOOL 
d971780e6117bc4c7b66dd1ff1842f00fb677d3c1e12b45954b55c0c0978098a452c736ba8107584b3302926270a8483200814d9e76e07945483f5d978d97155

diff --git a/x11-libs/gtk+/gtk+-3.22.14.ebuild 
b/x11-libs/gtk+/gtk+-3.22.14.ebuild
new file mode 100644
index 000..b48690742f5
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.22.14.ebuild
@@ -0,0 +1,229 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="http://www.gtk.org/";
+
+LICENSE="LGPL-2+"
+SLOT="3"
+IUSE="aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland +X xinerama"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   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"
+
+# Upstream wants us to do their job:
+# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
+RESTRICT="test"
+
+# FIXME: introspection data is built against system installation of gtk+:3,
+# bug #
+COMMON_DEPEND="
+   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]
+   x11-misc/shared-mime-info
+
+   cloudprint? (
+   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
+   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
+   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   wayland? (
+   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.7
+   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
+   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
+   )
+   X? (
+   >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes

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

2017-05-10 Thread Manuel Rüger
commit: 0ee1d5cb2fdbd941eca8c266bfde93cf1f3a7b2d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May 10 21:42:07 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May 10 21:42:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee1d5cb

app-emulation/kompose: Version bump to 0.6.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-emulation/kompose/Manifest |  1 +
 app-emulation/kompose/kompose-0.6.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/kompose/Manifest b/app-emulation/kompose/Manifest
index 655749a39b4..e02d34f7d5d 100644
--- a/app-emulation/kompose/Manifest
+++ b/app-emulation/kompose/Manifest
@@ -1 +1,2 @@
 DIST kompose-0.5.0.tar.gz 4960733 SHA256 
542828b5b5a231596bc50536322975fab3b49259052de4ad6115b099c01f2627 SHA512 
11f3f6a5624fb67ab8be099d220647e8447290311167875efa7ad5a5058bd1401fd5def667ebde3b78eec8404eec81239764d3722e27c60fb55291c4371d36af
 WHIRLPOOL 
50eb0cf5aee7aa2b3868af67d9e3de617ab8cd9ef6af6b1ec48bd772c9e01518e160f2a5b4994748fe474dddad143aac14c85c44a44f1aaf6638c181a6b54d30
+DIST kompose-0.6.0.tar.gz 4972911 SHA256 
4e42dd2d247ab88382cc29ca9e180cf29e809f8112f533b5a2520c0adb547cdb SHA512 
93c4e9864169cbc5f5aacf20db79063bdf97ae1d9ae5942928c36843f4837ddfe7adc4d9fab77ac2470fedfd8653e159f1f0a9a0721f2c2b1edd45dded8bf000
 WHIRLPOOL 
7360994fc717fe2613117cde7f9da07562b1895abbd49bafe95075a26891b951b484fea95433d0f295c173f4947a2006d3b22cd70c2b36eddba6306526635ee6

diff --git a/app-emulation/kompose/kompose-0.6.0.ebuild 
b/app-emulation/kompose/kompose-0.6.0.ebuild
new file mode 100644
index 000..e5c42b18aa1
--- /dev/null
+++ b/app-emulation/kompose/kompose-0.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/kubernetes-incubator/kompose/..."
+EGIT_COMMIT="v${PV}"
+COMPOSE_COMMIT="ae4ef9e"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Tool to move from docker-compose to Kubernetes"
+HOMEPAGE="https://github.com/kubernetes-incubator/kompose";
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+RESTRICT="test"
+
+src_compile() {
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
+   GOPATH="${S}" go build -ldflags="-X 
github.com/kubernetes-incubator/kompose/cmd.GITCOMMIT=${COMPOSE_COMMIT}" -o 
bin/kompose src/${EGO_PN%/*}/main.go || die
+}
+
+src_install() {
+   dobin bin/*
+   dodoc -r 
src/${EGO_PN%/*}/{docs,{README,RELEASE,ROADMAP,CHANGELOG,CONTRIBUTING}.md}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/

2017-05-10 Thread Manuel Rüger
commit: 461c5fae9e3986e0268b7ff66e4d37f51ce6dea6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May 10 21:23:57 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May 10 21:23:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461c5fae

sys-cluster/minikube: Update kubectl dependency

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-cluster/minikube/minikube-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/minikube/minikube-0.19.0.ebuild 
b/sys-cluster/minikube/minikube-0.19.0.ebuild
index 6221d6e9250..0d1bc2504e6 100644
--- a/sys-cluster/minikube/minikube-0.19.0.ebuild
+++ b/sys-cluster/minikube/minikube-0.19.0.ebuild
@@ -20,7 +20,7 @@ IUSE="hardened"
 
 DEPEND="dev-go/go-bindata
${PYTHON_DEPS}"
-RDEPEND=">=sys-cluster/kubectl-1.5.3"
+RDEPEND=">=sys-cluster/kubectl-1.6.0"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/

2017-05-10 Thread Manuel Rüger
commit: 2989e3a303b3f61cbc115c0db0086e4f492d63c9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May 10 21:23:17 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May 10 21:23:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2989e3a3

sys-cluster/minikube: Version bump to 0.19.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-cluster/minikube/Manifest   |  1 +
 sys-cluster/minikube/minikube-0.19.0.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index 833286bd4cc..cc7ce26394e 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -1,3 +1,4 @@
 DIST minikube-0.16.0.tar.gz 16133596 SHA256 
ea5034287eaccf6ae357a6679fb830fe28d14e2512f4008972e0404b248282ac SHA512 
0e3aea16cef775b29a22544d15e760eeb5cc3cf91e96104fe1b1682e6cbe5bdcf30b7ebefc9456b31f768ec26d3e16f290921974e147a730d144a104dc052548
 WHIRLPOOL 
370e8ade300f6c34bdb6d697ed3c1e21de3ffed89d78597bc97c8fbccf000308f600a9f5982897805ee3ac27a11e77625fb9e29fd0f752f29f2faef2e72af320
 DIST minikube-0.17.1.tar.gz 16303526 SHA256 
eebc101452f3d97c82979caca9a6d352e36fc2f605124fd5adb3dc96ee6c8ba5 SHA512 
670f4e24d48e24ff7815c2c1ee367d3b224f84b29de0a198aec0881f018b91f3f78ce5072cb160856b4b71071cc229e49e846d61ad9ceeb4f5e0e399f3f4a952
 WHIRLPOOL 
81726120c99f10298e41b2ecc7ace058804fdd36247f1e6e4f88c69a2e44ff195351f86aa2ba37eb92067fa1a264ec86e33f253928f0d184122e2a338045aa8a
 DIST minikube-0.18.0.tar.gz 16528540 SHA256 
9852627033582fcf6f23ae99604f26130e65cee0396a04bfe71c8439d645acf5 SHA512 
10eae27b29aa037009fa59efbe4970029b7007303dd3b3ef9f0a3fc0872dc4a01133706513094349e8df700c445a38f6008aa3167c6d51c38617c5d66a7f162d
 WHIRLPOOL 
6d7b1d77a13634795c19c0b95e3db7be11b90c81ff07bee73576bfcaa842bdf3f13fba1dfaa415c13db48410ed08f03bd7cbb16152ce7a6e3af7f957b7dc3f96
+DIST minikube-0.19.0.tar.gz 16564469 SHA256 
41501ffaff36a96fba3a91fb08755873712ffeadcd008254b702e18b5b45 SHA512 
af5cfa6fafc5ac16227bda88395924f1baaeebe1ced468e5033fd89ab23c87a59c81889c4fa7382ff900f3dec33205550899ac612b20d0a65df820bc37cc8c76
 WHIRLPOOL 
b3eec9f8d55da969a6a6d08d24cedc6d74875f4222032458a309042a33a046b1af22f0fb5f37f1e6d6200d53eb16abb51b7fbdbf578ff9b53a6f19a9876a589b

diff --git a/sys-cluster/minikube/minikube-0.19.0.ebuild 
b/sys-cluster/minikube/minikube-0.19.0.ebuild
new file mode 100644
index 000..6221d6e9250
--- /dev/null
+++ b/sys-cluster/minikube/minikube-0.19.0.ebuild
@@ -0,0 +1,43 @@
+# 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} )
+
+inherit python-any-r1 golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/minikube/..."
+ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Single Node Kubernetes Cluster"
+HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+DEPEND="dev-go/go-bindata
+   ${PYTHON_DEPS}"
+RDEPEND=">=sys-cluster/kubectl-1.5.3"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e 's/ -s -w/ -w/' -e 's#$(GOPATH)/bin/go-bindata#go-bindata#' 
-e 's#GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' 
src/${EGO_PN%/*}/Makefile || die
+   sed -i -e "s/get_rev(), get_version(), get_tree_state()/get_rev(), 
get_version(), 'gitTreeState=clean'/"  src/${EGO_PN%/*}/hack/get_k8s_version.py 
|| die
+}
+
+src_compile() {
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN%/*}
+}
+
+src_install() {
+   pushd src/${EGO_PN%/*} || die
+   dobin out/minikube out/localkube
+   dodoc CHANGELOG.md DRIVERS.md README.md ROADMAP.md
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/

2017-05-10 Thread Manuel Rüger
commit: 6b44b03b050d4035b7e8f420f986fe575ab3bc76
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May 10 21:24:21 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May 10 21:24:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b44b03b

sys-cluster/minikube: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-cluster/minikube/Manifest   |  2 --
 sys-cluster/minikube/minikube-0.16.0.ebuild | 42 -
 sys-cluster/minikube/minikube-0.17.1.ebuild | 42 -
 3 files changed, 86 deletions(-)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index cc7ce26394e..9651b69a04f 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -1,4 +1,2 @@
-DIST minikube-0.16.0.tar.gz 16133596 SHA256 
ea5034287eaccf6ae357a6679fb830fe28d14e2512f4008972e0404b248282ac SHA512 
0e3aea16cef775b29a22544d15e760eeb5cc3cf91e96104fe1b1682e6cbe5bdcf30b7ebefc9456b31f768ec26d3e16f290921974e147a730d144a104dc052548
 WHIRLPOOL 
370e8ade300f6c34bdb6d697ed3c1e21de3ffed89d78597bc97c8fbccf000308f600a9f5982897805ee3ac27a11e77625fb9e29fd0f752f29f2faef2e72af320
-DIST minikube-0.17.1.tar.gz 16303526 SHA256 
eebc101452f3d97c82979caca9a6d352e36fc2f605124fd5adb3dc96ee6c8ba5 SHA512 
670f4e24d48e24ff7815c2c1ee367d3b224f84b29de0a198aec0881f018b91f3f78ce5072cb160856b4b71071cc229e49e846d61ad9ceeb4f5e0e399f3f4a952
 WHIRLPOOL 
81726120c99f10298e41b2ecc7ace058804fdd36247f1e6e4f88c69a2e44ff195351f86aa2ba37eb92067fa1a264ec86e33f253928f0d184122e2a338045aa8a
 DIST minikube-0.18.0.tar.gz 16528540 SHA256 
9852627033582fcf6f23ae99604f26130e65cee0396a04bfe71c8439d645acf5 SHA512 
10eae27b29aa037009fa59efbe4970029b7007303dd3b3ef9f0a3fc0872dc4a01133706513094349e8df700c445a38f6008aa3167c6d51c38617c5d66a7f162d
 WHIRLPOOL 
6d7b1d77a13634795c19c0b95e3db7be11b90c81ff07bee73576bfcaa842bdf3f13fba1dfaa415c13db48410ed08f03bd7cbb16152ce7a6e3af7f957b7dc3f96
 DIST minikube-0.19.0.tar.gz 16564469 SHA256 
41501ffaff36a96fba3a91fb08755873712ffeadcd008254b702e18b5b45 SHA512 
af5cfa6fafc5ac16227bda88395924f1baaeebe1ced468e5033fd89ab23c87a59c81889c4fa7382ff900f3dec33205550899ac612b20d0a65df820bc37cc8c76
 WHIRLPOOL 
b3eec9f8d55da969a6a6d08d24cedc6d74875f4222032458a309042a33a046b1af22f0fb5f37f1e6d6200d53eb16abb51b7fbdbf578ff9b53a6f19a9876a589b

diff --git a/sys-cluster/minikube/minikube-0.16.0.ebuild 
b/sys-cluster/minikube/minikube-0.16.0.ebuild
deleted file mode 100644
index e562d538f0e..000
--- a/sys-cluster/minikube/minikube-0.16.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit python-any-r1 golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/minikube/..."
-ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Single Node Kubernetes Cluster"
-HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io";
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-go/go-bindata
-   ${PYTHON_DEPS}"
-RDEPEND=">=sys-cluster/kubectl-1.5.2"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e 's#$(GOPATH)/bin/go-bindata#go-bindata#' -e 
's#GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' 
src/${EGO_PN%/*}/Makefile || die
-   sed -i -e "s/get_rev(), get_version(), get_tree_state()/get_rev(), 
get_version(), 'gitTreeState=clean'/"  src/${EGO_PN%/*}/hack/get_k8s_version.py 
|| die
-}
-
-src_compile() {
-   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN%/*}
-}
-
-src_install() {
-   pushd src/${EGO_PN%/*} || die
-   dobin out/minikube out/localkube
-   dodoc CHANGELOG.md DRIVERS.md README.md ROADMAP.md
-   popd || die
-}

diff --git a/sys-cluster/minikube/minikube-0.17.1.ebuild 
b/sys-cluster/minikube/minikube-0.17.1.ebuild
deleted file mode 100644
index c9983be4b27..000
--- a/sys-cluster/minikube/minikube-0.17.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit python-any-r1 golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/minikube/..."
-ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Single Node Kubernetes Cluster"
-HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io";
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-go/go-bindata
-   ${PYTHON_DEPS}"
-RDEPEND=">=sys-cluster/kubectl-1.5.3"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e 's#$(GOPATH)/bin/go-bindata#go-bindata#' -e 
's#GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' 
src/${EGO_PN%/*

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

2017-05-10 Thread Andreas Sturmlechner
commit: 07b71bf00cd2f52a423c9f21df7422a06ed124f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 20:56:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 21:12:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b71bf0

kde5.eclass: 16.12.3 tarballs moved to Attic

 eclass/kde5.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 102a41545a6..f5636289894 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -294,6 +294,8 @@ _calculate_src_uri() {
case ${CATEGORY} in
kde-apps)
case ${PV} in
+   16.12.3)
+   
SRC_URI="mirror://kde/Attic/applications/16.12.3/src/${_kmname}-${PV}.tar.xz" ;;
??.?.[6-9]? | ??.??.[6-9]? )

SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz"
RESTRICT+=" mirror"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkcddb/

2017-05-10 Thread Andreas Sturmlechner
commit: 15ab2010501e3d9498ae535dc62ed6b496765c62
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 21:01:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 21:12:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ab2010

kde-apps/libkcddb: 16.08.3 tarballs moved to Attic

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/libkcddb/libkcddb-16.08.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-apps/libkcddb/libkcddb-16.08.3.ebuild 
b/kde-apps/libkcddb/libkcddb-16.08.3.ebuild
index 4b04de71c0b..5eb78b8cc3f 100644
--- a/kde-apps/libkcddb/libkcddb-16.08.3.ebuild
+++ b/kde-apps/libkcddb/libkcddb-16.08.3.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,6 +7,8 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE library for CDDB"
+SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
+
 KEYWORDS="amd64 ~arm x86"
 IUSE="debug musicbrainz"
 



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

2017-05-10 Thread Andreas Sturmlechner
commit: 683997829743a632e3869671828460a42c43321f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 21:10:54 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 21:12:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68399782

kde5.eclass: 5.29.0 tarballs moved to Attic

 eclass/kde5.eclass | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index f5636289894..1e020f11da2 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -305,7 +305,13 @@ _calculate_src_uri() {
esac
;;
kde-frameworks)
-   
SRC_URI="mirror://kde/stable/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+   case ${PV} in
+   5.29.?)
+   
SRC_URI="mirror://kde/Attic/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+   *)
+   
SRC_URI="mirror://kde/stable/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+   esac
+   ;;
kde-plasma)
local plasmapv=$(get_version_component_range 1-3)
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kgpg/

2017-05-10 Thread Andreas Sturmlechner
commit: ba7d311107a6888a3b49aba33dafefb1487e4c8f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 21:01:19 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 21:12:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7d3111

kde-apps/kgpg: 16.08.3 tarballs moved to Attic

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kgpg/kgpg-16.08.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kgpg/kgpg-16.08.3.ebuild 
b/kde-apps/kgpg/kgpg-16.08.3.ebuild
index da279ceb591..f9b688291bf 100644
--- a/kde-apps/kgpg/kgpg-16.08.3.ebuild
+++ b/kde-apps/kgpg/kgpg-16.08.3.ebuild
@@ -10,6 +10,8 @@ inherit kde4-base
 DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE"
 HOMEPAGE="https://www.kde.org/applications/utilities/kgpg
 https://utils.kde.org/projects/kgpg";
+SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
+
 KEYWORDS="amd64 ~arm x86"
 IUSE="debug"
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/audiocd-kio/

2017-05-10 Thread Andreas Sturmlechner
commit: 663fdcede89b75dd0d56acf67f9d95a08a28d058
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 21:00:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 21:12:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663fdced

kde-apps/audiocd-kio: 16.08.3 tarballs moved to Attic

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild 
b/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild
index fb685aaf91e..31805eba44b 100644
--- a/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild
+++ b/kde-apps/audiocd-kio/audiocd-kio-16.08.3.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,6 +7,8 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE kioslaves from the kdemultimedia package"
+SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
+
 KEYWORDS="amd64 ~arm x86"
 IUSE="debug flac vorbis"
 



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

2017-05-10 Thread Andreas Sturmlechner
commit: 42ab2acdf6ff9ac48b0eeb0c6b5a204c104a7c4d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 20:56:58 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 21:12:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ab2acd

kde4-base.eclass: 16.12.3 tarballs moved to Attic

 eclass/kde4-base.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 4dc4e0042a9..bbdcf8db20f 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -479,6 +479,8 @@ _calculate_src_uri() {
4.14.11*)
# KDEPIM 4.14 snapshot with Gentoo 
patches

SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${_kmname_pv}.tar.xz"; ;;
+   16.12.3)
+   
SRC_URI="mirror://kde/Attic/applications/16.12.3/src/${_kmname_pv}.tar.xz" ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases

SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" 
;;



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

2017-05-10 Thread Manuel Rüger
commit: ab82e72906614dca6400479287ed423f083752e3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May 10 20:45:44 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May 10 20:47:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab82e729

dev-python/python-ldap: Move to EAPI5

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-python/python-ldap/python-ldap-2.4.32.ebuild 
b/dev-python/python-ldap/python-ldap-2.4.32.ebuild
index a9f4153a34d..2a53470d7c0 100644
--- a/dev-python/python-ldap/python-ldap-2.4.32.ebuild
+++ b/dev-python/python-ldap/python-ldap-2.4.32.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=5
 
 PYTHON_COMPAT=( python2_7 pypy )
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/

2017-05-10 Thread Justin Bronder
commit: 96f0334905c227532449e0231825ec0b09d2e683
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed May 10 20:46:35 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed May 10 20:46:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f03349

sys-cluster/openmpi: bump 2.1.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/openmpi/Manifest  | 2 +-
 sys-cluster/openmpi/{openmpi-2.1.0-r1.ebuild => openmpi-2.1.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/Manifest b/sys-cluster/openmpi/Manifest
index 2cd2c0be9d6..08ab08d8c2f 100644
--- a/sys-cluster/openmpi/Manifest
+++ b/sys-cluster/openmpi/Manifest
@@ -7,4 +7,4 @@ DIST openmpi-1.8.4.tar.bz2 13488749 SHA256 
23158d916e92c80e2924016b746a93913ba7f
 DIST openmpi-1.8.7.tar.bz2 13228742 SHA256 
da629e9bd820a379cfafe15f842ee9b628d7451856085ccc23ee75ab3e1b48c7 SHA512 
953e007b00c9753bafc05d13e6f686c9aa47f76f55fcc4eda565174d410de059e07862b7e667d15df13afb80418661d9a8d5ee17fdcc211d3e044992cd9ceede
 WHIRLPOOL 
374edbca97262217dfe405414deff2f6a3cacc06daec56e3356ea76f27804ef3caa3f37050dc8a81f257b83c1ced49fd5f66647c2cba4892fbe4ec9746a6f84e
 DIST openmpi-1.8.8.tar.bz2 13231433 SHA256 
a28382d1e6a36f4073412dc00836ff2524e42b674da9caf6ca7377baad790b94 SHA512 
8ca2e3ebb9d9ba0f33faba9bef76fe95293721b73619cbc18176611074a56c277e9ab6cae7fa6c87ace11f16151c1bc495b2a8dbc8ad064d5a8f89f5d431a660
 WHIRLPOOL 
e36186452978ba7a368c83b84b8b089f6995450fa866b7b8300d32eec7e64a816abf5f301dc716bf25b3b45b987489952ffc4b7057f4407677f2a2df5ee67cdd
 DIST openmpi-2.0.2.tar.bz2 8311215 SHA256 
cae396e643f9f91f0a795f8d8694adf7bacfb16f967c22fb39e9e28d477730d3 SHA512 
87dc3c23db4b9cb92dbacc9b384b21ce8c4288fe4edc204fbf4a3bef70d8ac4329269e777ed190fa87933d78b73b9e5550ea3b925b2039599cfef3953567232a
 WHIRLPOOL 
9403135fbf1682597c211b1ca0d1e300bd6f49294e9a70bf21f030c48a54f85d2d7ce8de8693dccaf81e2b46fbfd9a43a817bf598dc1f96e122b3f6ea6ffc3c6
-DIST openmpi-2.1.0.tar.bz2 8300124 SHA256 
b169e15f5af81bf3572db764417670f508c0df37ce86ff50deb56bd3acb43957 SHA512 
60943c3ec656d49a5c988df33bcd7faeb7afa93f3e60b336fd59403790f697faba0f00ed482b0c8f12ab9dd754d30dfd33771662edddcbb3b1694bc633cd6a56
 WHIRLPOOL 
6e4e31c5c3309993a8f7b1b44895983aa277f97a6cea82c0045f2d01db5f699b485ee3a69691a8c8af41133391fe6baa878d8adb227c3ee61044cdc1705b243b
+DIST openmpi-2.1.1.tar.bz2 8242859 SHA256 
bd7badd4ff3afa448c0d7f3ca0ee6ce003b957e9954aa87d8e4435759b5e4d16 SHA512 
c11bba6ec815f9c8d32fce3578f8995f6cd694e02fb850d7e6cd3975989bb38fdbef348064264a1de418d0a21411c70ca74347ecff4f27eb5a2f6835019d6bca
 WHIRLPOOL 
a1bda50b6ea982333b79feb2883b0e5f04f19f973fe50c467ffd209b4ff3a693b1b8378c25bc5afa5ccf7304d460938a15edbd24bc6119c1bb0b36f94dff6ac4

diff --git a/sys-cluster/openmpi/openmpi-2.1.0-r1.ebuild 
b/sys-cluster/openmpi/openmpi-2.1.1.ebuild
similarity index 100%
rename from sys-cluster/openmpi/openmpi-2.1.0-r1.ebuild
rename to sys-cluster/openmpi/openmpi-2.1.1.ebuild



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

2017-05-10 Thread Zac Medico
commit: 469074e4b6df1c2853d096e41c2159b1c670738c
Author: Zac Medico  gentoo  org>
AuthorDate: Wed May 10 20:22:59 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed May 10 20:23:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469074e4

app-arch/tardelta: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/tardelta/tardelta-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/tardelta/tardelta-1.0.1.ebuild 
b/app-arch/tardelta/tardelta-1.0.1.ebuild
index 3f9002be41b..ea1d9e7cfc3 100644
--- a/app-arch/tardelta/tardelta-1.0.1.ebuild
+++ b/app-arch/tardelta/tardelta-1.0.1.ebuild
@@ -1,8 +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=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/

2017-05-10 Thread Justin Bronder
commit: df3ffa0273fc99d2abd4f26371e223b278ab9fd5
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed May 10 20:22:34 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed May 10 20:22:34 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=df3ffa02

sys-cluster/openmpi: bump 2.1.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/openmpi/{openmpi-2.1.0-r1.ebuild => openmpi-2.1.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-cluster/openmpi/openmpi-2.1.0-r1.ebuild 
b/sys-cluster/openmpi/openmpi-2.1.1.ebuild
similarity index 100%
rename from sys-cluster/openmpi/openmpi-2.1.0-r1.ebuild
rename to sys-cluster/openmpi/openmpi-2.1.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kjots/, kde-apps/korganizer/files/, kde-apps/knode/, ...

2017-05-10 Thread Andreas Sturmlechner
commit: 9794aac65db36b79cd49c6222e49461bdbdd3ad0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  7 15:17:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 20:19:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9794aac6

kde-apps: Drop KDE PIM 4.14.11_pre20160211

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/akonadiconsole/Manifest   |   1 -
 .../akonadiconsole-4.14.11_pre20160211.ebuild  |  28 -
 kde-apps/akregator/Manifest|   1 -
 .../akregator/akregator-4.14.11_pre20160211.ebuild |  25 
 kde-apps/blogilo/Manifest  |   1 -
 .../blogilo/blogilo-4.14.11_pre20160211.ebuild |  29 -
 kde-apps/calendarjanitor/Manifest  |   1 -
 .../calendarjanitor-4.14.11_pre20160211.ebuild |  30 -
 kde-apps/gpgmepp/Manifest  |   1 -
 .../files/kdepimlibs-4.14.11-boostincludes.patch   |  15 ---
 .../gpgmepp/gpgmepp-4.14.11_pre20160211.ebuild |  61 --
 kde-apps/kabcclient/Manifest   |   1 -
 .../kabcclient-4.14.11_pre20160211.ebuild  |  29 -
 kde-apps/kaddressbook/Manifest |   1 -
 .../kaddressbook-4.14.11_pre20160211.ebuild|  56 -
 kde-apps/kalarm/Manifest   |   1 -
 kde-apps/kalarm/kalarm-4.14.11_pre20160211.ebuild  |  30 -
 kde-apps/kdepim-common-libs/Manifest   |   1 -
 .../files/install-composereditorng.patch   |  15 ---
 .../files/kdepim-common-libs-install-headers.patch |  86 -
 ...depim-common-libs-4.14.11_pre20160211-r1.ebuild |  96 ---
 kde-apps/kdepim-kresources/Manifest|   1 -
 .../kdepim-kresources-4.14.11_pre20160211.ebuild   |  30 -
 .../kdepim-meta-4.14.11_pre20160211.ebuild |  40 --
 kde-apps/kdepimlibs/Manifest   |   1 -
 .../files/kdepimlibs-4.14.11-boostincludes.patch   |  15 ---
 .../files/kdepimlibs-4.14.11-gpgme-1.8.0.patch | 101 ---
 .../files/kdepimlibs-CVE-2016-7966-r1.patch| 135 -
 .../kdepimlibs-4.14.11_pre20160211-r3.ebuild   |  68 ---
 kde-apps/kjots/Manifest|   1 -
 kde-apps/kjots/kjots-4.14.11_pre20160211.ebuild|  29 -
 kde-apps/kleopatra/Manifest|   1 -
 .../files/kleopatra-install-headers.patch  |  48 
 .../kleopatra-4.14.11_pre20160211-r1.ebuild|  46 ---
 kde-apps/kmail/Manifest|   1 -
 kde-apps/kmail/files/kmail-4.4.9-nodbus.patch  |  83 -
 kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild | 111 -
 kde-apps/knode/Manifest|   1 -
 kde-apps/knode/knode-4.14.11_pre20160211.ebuild|  51 
 kde-apps/knotes/Manifest   |   1 -
 kde-apps/knotes/knotes-4.14.11_pre20160211.ebuild  |  34 --
 kde-apps/konsolekalendar/Manifest  |   1 -
 .../konsolekalendar-4.14.11_pre20160211.ebuild |  52 
 kde-apps/kontact/Manifest  |   1 -
 .../kontact/kontact-4.14.11_pre20160211.ebuild |  56 -
 kde-apps/korganizer/Manifest   |   1 -
 .../files/korganizer-4.14.10-handbook.patch|  16 ---
 .../korganizer-4.14.11_pre20160211.ebuild  |  94 --
 kde-apps/ktimetracker/Manifest |   1 -
 .../ktimetracker-4.14.11_pre20160211.ebuild|  41 ---
 kde-apps/ktnef/Manifest|   1 -
 kde-apps/ktnef/ktnef-4.14.11_pre20160211.ebuild|  27 -
 52 files changed, 1598 deletions(-)

diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
index 88f8a5bfdf9..0067953f51c 100644
--- a/kde-apps/akonadiconsole/Manifest
+++ b/kde-apps/akonadiconsole/Manifest
@@ -1,3 +1,2 @@
 DIST akonadiconsole-17.04.0.tar.xz 185444 SHA256 
6dccfa21b11149f9786a30800aec191c24c1c0a846e92b4474fe8bf4c3fe4d05 SHA512 
e59181f4e2b4f431c8ceba2ad4683815ffd067e6afec06a09ec2404ade719552d36dd11d3dbe78b004f88cd5da5f6895986b41083aaad0da91dca328a70a98fd
 WHIRLPOOL 
d67cd0e95488aac19698928aa8abf5c1811c6ebd139c31aafcf8017fb02c7769bf44369da81e82234f36541d7f5c23c705fa39c6ed4c2784a9ea18e0c138419a
-DIST kdepim-4.14.11_pre20160211.tar.gz 18551484 SHA256 
b970c0c04652519cc7e88d818b3a29e7b356a73f449f7f6e5767d60e5b2a17e3 SHA512 
e7fcf14353e457e9b3ec2d7eefa18ac0d9bc454ecaa682dcaf1585a6a36968bc8d7ea6ab61398a8d697d9343f0cd87472a906d444f814cd44956b6499826bb1d
 WHIRLPOOL 
f66fd74138ce871f88ce211c3b6af287cddaeda493e42c3b683938c274482d1f09a3ae659d380d4e19f5e5da70f5724ddd48723acf5846f6a1e9c01a79803e7e
 DIST kdepim-4.14.11_pre20160611.tar.xz 14805956 SHA256 
a9c3f5288efe0ccba3ffb88d4a63ac7b46a6b1ffe3c03b738ac6a53ef48e50b0 SHA512 
5ed0d2f814a7aac7f9977840bcda8ba98dc66c8ffe921d30430db07b06de2850d76140a5e5fa44db09e

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kopete/

2017-05-10 Thread Andreas Sturmlechner
commit: 4d4dd522e6e2152d6063168961395cb3f090ce1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  8 18:25:56 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 20:19:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4dd522

kde-apps/kopete: Drop 16.12.3-r1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kopete/kopete-16.12.3-r1.ebuild | 164 ---
 1 file changed, 164 deletions(-)

diff --git a/kde-apps/kopete/kopete-16.12.3-r1.ebuild 
b/kde-apps/kopete/kopete-16.12.3-r1.ebuild
deleted file mode 100644
index 6f4f0968881..000
--- a/kde-apps/kopete/kopete-16.12.3-r1.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE multi-protocol IM client"
-HOMEPAGE="https://kopete.kde.org 
https://www.kde.org/applications/internet/kopete";
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug ssl v4l"
-
-# tests hang, last checked for 4.2.96
-RESTRICT+=" test"
-
-# Available plugins
-#
-#  addbookmarks: NO DEPS
-#  alias: NO DEPS (disabled upstream)
-#  autoreplace: NO DEPS
-#  contactnotes: NO DEPS
-#  cryptography: kde-apps/kdepim-common-libs:4 or kde-apps/libkleo:4
-#  highlight: NO DEPS
-#  history: NO DEPS
-#  latex: virtual/latex as RDEPEND
-#  nowlistening: NO DEPS
-#  otr: libotr
-#  pipes: NO DEPS
-#  privacy: NO DEPS
-#  statistics: dev-db/sqlite:3
-#  texteffect: NO DEPS
-#  translator: NO DEPS
-#  urlpicpreview: NO DEPS
-#  webpresence: libxml2 libxslt
-# NOTE: By default we enable all plugins that don't have any dependencies
-PLUGINS="+addbookmarks +autoreplace +contactnotes cryptography +highlight
-+history latex +nowlistening otr +pipes +privacy +statistics +texteffect
-+translator +urlpicpreview webpresence"
-
-# Available protocols
-#
-#  gadu: net-libs/libgadu @since 4.3
-#  groupwise: app-crypt/qca:2
-#  irc: NO DEPS, probably will fail so inform user about it
-#  xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
-#  jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
-#  meanwhile: net-libs/meanwhile
-#  oscar: NO DEPS
-#  telepathy: net-libs/decibel
-#  testbed: NO DEPS
-#  winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
-#  yahoo: media-libs/jasper
-#  zeroconf (bonjour): NO DEPS
-PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-testbed winpopup +xmpp yahoo zeroconf"
-
-# disabled protocols
-#  telepathy: net-libs/decibel
-#  irc: NO DEPS
-#  msn: net-libs/libmsn
-#  qq: NO DEPS
-
-IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
-
-COMMONDEPEND="
-   $(add_kdeapps_dep kdepimlibs)
-   dev-libs/libpcre
-   >=dev-qt/qtgui-4.4.0:4[mng]
-   kde-frameworks/kdelibs:4[zeroconf?]
-   media-libs/phonon[qt4]
-   media-libs/qimageblitz[-qt5(-)]
-   !aqua? (
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   )
-   cryptography? (
-   || (
-   $(add_kdeapps_dep kdepim-common-libs)
-   $(add_kdeapps_dep libkleo '' 4.4.2016.01-r1)
-   )
-   )
-   gadu? ( >=net-libs/libgadu-1.8.0[threads] )
-   groupwise? ( app-crypt/qca:2[qt4(+)] )
-   jingle? (
-   dev-libs/expat
-   dev-libs/openssl:0
-   >=media-libs/mediastreamer-2.3.0
-   net-libs/libsrtp:=
-   net-libs/ortp:=
-   )
-   meanwhile? ( net-libs/meanwhile )
-   otr? ( >=net-libs/libotr-4.0.0 )
-   statistics? ( dev-db/sqlite:3 )
-   v4l? ( media-libs/libv4l )
-   webpresence? (
-   dev-libs/libxml2
-   dev-libs/libxslt
-   )
-   xmpp? (
-   app-crypt/qca:2[qt4(+)]
-   dev-libs/qjson
-   net-dns/libidn
-   sys-libs/zlib
-   )
-   yahoo? ( media-libs/jasper )
-"
-RDEPEND="${COMMONDEPEND}
-   !~kde-apps/kdepimlibs-4.14.10_p20160611
-   !>kde-apps/kdepimlibs-4.14.11_pre20160211-r3
-   jingle? ( media-libs/speex )
-   latex? (
-   virtual/imagemagick-tools
-   virtual/latex-base
-   )
-   ssl? ( app-crypt/qca:2[ssl] )
-   winpopup? ( net-fs/samba )
-"
-DEPEND="${COMMONDEPEND}
-   jingle? ( dev-libs/jsoncpp )
-   !aqua? ( x11-proto/scrnsaverproto )
-"
-
-src_configure() {
-   local x x2
-   # Handle common stuff
-   local mycmakeargs=(
-   -DWITH_LiboRTP=$(usex jingle)
-   -DWITH_Mediastreamer=$(usex jingle)
-   -DDISABLE_VIDEOSUPPORT=$(usex !v4l)
-   )
-   # enable protocols
-   for x in ${PROTOCOLS}; do
-   case ${x/+/} in
-   jingle) x2=libjingle ;;
-   

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

2017-05-10 Thread Andreas Sturmlechner
commit: bb67c627551b8fdc6b0e2bcd28f445d7c8082b64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  7 15:18:23 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 20:19:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb67c627

kde4-meta.eclass: Drop unneeded pre20160211 tarball special handling

 eclass/kde4-meta.eclass | 6 --
 1 file changed, 6 deletions(-)

diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index e07161d2160..3df6fe39dbb 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -184,9 +184,6 @@ kde4-meta_src_extract() {
if [[ ${PV} =~ 4.4.11 ]]; then
postfix="bz2"
KMTARPARAMS+=" --bzip2"
-   elif [[ ${PV} =~ _pre20160211 ]]; then
-   postfix="gz"
-   KMTARPARAMS+=" --gz"
else
postfix="xz"
KMTARPARAMS+=" --xz"
@@ -200,9 +197,6 @@ kde4-meta_src_extract() {
# Detect real toplevel dir from tarball name - it will be used 
upon extraction
# and in _list_needed_subdirectories
topdir="${tarball%.tar.*}/"
-   if [[ ${topdir} =~ _pre20160211 ]]; then
-   topdir="${topdir%-$PV*}/"
-   fi
 
ebegin "Unpacking parts of ${tarball} to ${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror/

2017-05-10 Thread Thomas Deutschmann
commit: f7889d977082170f967288f20b350f6e27a9557f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed May 10 20:13:40 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed May 10 20:14:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7889d97

games-fps/urbanterror: Restore pax_kernel USE flag in metadata.xml

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-fps/urbanterror/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-fps/urbanterror/metadata.xml 
b/games-fps/urbanterror/metadata.xml
index 062f62f8466..8dcffcaca29 100644
--- a/games-fps/urbanterror/metadata.xml
+++ b/games-fps/urbanterror/metadata.xml
@@ -18,6 +18,7 @@
Build binary for client (includes code for 
non-dedicated server)
Use opus as sound codec
Use Mumble for ingame VoIP 
(experimental)
+   Triggers a paxmarking of the 
binary
Use ioq3 ingame VoIP (experimental)
Build binary for dedicated server




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

2017-05-10 Thread Jeroen Roovers
commit: 17db9929d22f4196aa735d8d8bea35a9f55f1959
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 10 20:09:38 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 10 20:10:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17db9929

dev-python/bleach: Mark ~hppa (bug #617914).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
index c0734eec7c8..946ccd22f9c 100644
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE="test"
 
 RDEPEND="



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

2017-05-10 Thread Jeroen Roovers
commit: 3c140a1594fc50d60adf9ff344b72a18f54e7373
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 10 20:09:12 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 10 20:10:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c140a15

dev-python/html5lib: Mark ~hppa (bug #617914).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/html5lib/html5lib-0.9.ebuild 
b/dev-python/html5lib/html5lib-0.9.ebuild
index 6465ee9478e..cbbc2c79f41 100644
--- a/dev-python/html5lib/html5lib-0.9.ebuild
+++ b/dev-python/html5lib/html5lib-0.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE="test"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]



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

2017-05-10 Thread Jeroen Roovers
commit: 1f618953cf99e4d894d2c8f50c2be31318e9a19f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 10 20:08:53 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 10 20:10:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f618953

dev-python/pytest-expect: Mark ~hppa (bug #617914).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-python/pytest-expect/pytest-expect-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index c547dff331c..afb00591714 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-05-10 Thread Jeroen Roovers
commit: e3adc06f4b202371aacaea51e8a5cd444ce05b39
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 10 20:07:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 10 20:10:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3adc06f

dev-python/webencodings: Mark ~hppa (bug #617914).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/webencodings/webencodings-0.5.1.ebuild 
b/dev-python/webencodings/webencodings-0.5.1.ebuild
index 0cf7fc314c0..bcee08f4a83 100644
--- a/dev-python/webencodings/webencodings-0.5.1.ebuild
+++ b/dev-python/webencodings/webencodings-0.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



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

2017-05-10 Thread Jeroen Roovers
commit: 9300b27340badf44ec3ce604aab38b25a9a18b12
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 10 20:08:34 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 10 20:10:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9300b273

dev-python/u-msgpack: Mark ~hppa (bug #617914).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-python/u-msgpack/u-msgpack-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild 
b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
index bc3ea23eb45..048d8d714fd 100644
--- a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
+++ b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE="test"
 
 RDEPEND=""



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

2017-05-10 Thread Zac Medico
commit: 213746d55265ff9167fbf4aa616b840775c4258d
Author: Zac Medico  gentoo  org>
AuthorDate: Wed May 10 19:13:17 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed May 10 20:07:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213746d5

app-text/podofo: version bump to 0.9.6_pre20170508

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/podofo/Manifest|   1 +
 app-text/podofo/podofo-0.9.6_pre20170508.ebuild | 133 
 2 files changed, 134 insertions(+)

diff --git a/app-text/podofo/Manifest b/app-text/podofo/Manifest
index 34bdfb6859d..ab08f36555d 100644
--- a/app-text/podofo/Manifest
+++ b/app-text/podofo/Manifest
@@ -4,3 +4,4 @@ DIST podofo-0.9.3.tar.gz 1135095 SHA256 
ec261e31e89dce45b1a31be61e9c6bb250532e63
 DIST podofo-0.9.4.tar.gz 1147939 SHA256 
ccdf505fcb4904617e728b15729da8700ff38442c1dd2f24fbd52934287ff859 SHA512 
2f675757d76ccfe2472358b04dc4cd55e2cf00ae447731af75645c7091a338b6d91dcd4b16240b305cdbb02384ddcd38048c0e3f1700185347d4e1eb5df9ee39
 WHIRLPOOL 
9461b288fe515eff96333d73c670cd4f464e0c43121968f4fc76418c4f2d7a9dfd9600eb315c52995a30c99d90d7c4249bd64a4c9b300e60b509ddc8c1143679
 DIST podofo-0.9.5.tar.gz 1160799 SHA256 
854981cb897ebc14bac854ea0f25305372261a48a205363fe1c61659ba7b5304 SHA512 
d13b30bfebc89b809173cd2251eed1f15dfa90abb58371bfdce875797d40663923571824ad2b0b1d97aa1be212bdbb710c3a0439bc05bed7022b8eb75ca74705
 WHIRLPOOL 
41ad1a1a7992bc186bd2c8b77b38479b47094b00631ee8e5990745ae88e554a1b34557637e3c4b86959ec071019d33ab11bda394c8181ab21b6df2f7b09a44b7
 DIST podofo-0.9.6_pre20170428.tar.xz 919388 SHA256 
61d5045beb4db7f5de5c73e6f56fcbe421b3dcde1eddef6ddcfae487e7b19f2a SHA512 
1d1429be859c2e6ee25251236e253081ac217a0c078f7ed5e99bfd4cc089b074362b0ba93b1e3d96385e36bb6824df1ffbddbf1c714d420bb59256d52208a200
 WHIRLPOOL 
222a929ad2677976c1a08cff7c24a0fdc280e69f01e0a325a054c77b470b61bfc8d61a9f3568aee52ce0a514610d27852d9596a719db5715401594c101cb2a09
+DIST podofo-0.9.6_pre20170508.tar.xz 919876 SHA256 
6a35e08aa22105eeb6b00078b74791da2d4dc0d86189f795315808428efacd17 SHA512 
37d8e844ba5763d06d467e316871436e1a63795d66675677d9775cd1bd311f43b241d58e82213a0342ab69a0f5cd80261aad48c4af29c82f7bcc0c14bd242f10
 WHIRLPOOL 
c0ad8baca1f912929d1b2dd2e783340aeeb50965136dcf2699407cb70ca058e20748ee8024739b913a1e2ddb317c72f5aed6074862c4360d339365764ac9c67a

diff --git a/app-text/podofo/podofo-0.9.6_pre20170508.ebuild 
b/app-text/podofo/podofo-0.9.6_pre20170508.ebuild
new file mode 100644
index 000..f9f86443cb7
--- /dev/null
+++ b/app-text/podofo/podofo-0.9.6_pre20170508.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils flag-o-matic multilib toolchain-funcs
+
+DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format"
+HOMEPAGE="https://sourceforge.net/projects/podofo/";
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn libressl debug test"
+
+RDEPEND="dev-lang/lua:=
+   idn? ( net-dns/libidn:= )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   media-libs/fontconfig:=
+   media-libs/freetype:2=
+   virtual/jpeg:0=
+   media-libs/libpng:0=
+   media-libs/tiff:0=
+   sys-libs/zlib:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   boost? ( dev-util/boost-build )
+   test? ( dev-util/cppunit )"
+
+DOCS="AUTHORS ChangeLog TODO"
+
+src_prepare() {
+   local x sed_args
+
+   # bug 556962
+   sed -i -e 's|Decrypt( pEncryptedBuffer, nOutputLen, pDecryptedBuffer, 
m_lLen );|Decrypt( pEncryptedBuffer, (pdf_long)nOutputLen, pDecryptedBuffer, 
(pdf_long\&)m_lLen );|' \
+   test/unit/EncryptTest.cpp || die
+
+   sed -i \
+   -e "s:LIBDIRNAME \"lib\":LIBDIRNAME \"$(get_libdir)\":" \
+   -e "s:LIBIDN_FOUND:HAVE_LIBIDN:g" \
+   CMakeLists.txt || die
+
+   # Use pkg-config to find headers for bug #459404.
+   sed_args=
+   for x in $($(tc-getPKG_CONFIG) --cflags freetype2) ; do
+   [[ ${x} == -I* ]] || continue
+   x=${x#-I}
+   if [[ -f ${x}/ft2build.h ]] ; then
+   sed_args+=" -e s:/usr/include/\\r\$:${x}:"
+   elif [[ -f ${x}/freetype/config/ftheader.h ]] ; then
+   sed_args+=" -e s:/usr/include/freetype2\\r\$:${x}:"
+   fi
+   done
+   [[ -n ${sed_args} ]] && \
+   { sed -i ${sed_args} cmake/modules/FindFREETYPE.cmake || die; }
+
+   # Bug #439784: Add missing unistd include for close() and unlink().
+   sed -i 's:^#include $:#include \n\0:' -i \
+   test/unit/TestUtils.cpp || die
+
+   # TODO: fix these test cases
+   # ColorTest.cpp:62:Assertion
+   # Test name: ColorTest::testDefaultConstructo

[gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/

2017-05-10 Thread Zac Medico
commit: 6b08ad0adc6f9674321eae17125d646971e7acfe
Author: Zac Medico  gentoo  org>
AuthorDate: Wed May 10 19:18:00 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed May 10 20:07:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b08ad0a

virtual/podofo-build: version bump to 0.9.6_pre20170508

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../podofo-build/podofo-build-0.9.6_pre20170508.ebuild| 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild 
b/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild
new file mode 100644
index 000..f5fb557386b
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+   app-text/podofo:0/${PV}[boost=,idn=,debug=,test=]
+   boost? ( dev-libs/boost )
+"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/

2017-05-10 Thread Jeroen Roovers
commit: aa7e4411ab80728d323f674ca76178fe073fba0c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 10 20:01:59 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 10 20:01:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7e4411

sci-mathematics/octave: Stable for HPPA (bug #617694).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 sci-mathematics/octave/octave-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/octave/octave-4.2.1.ebuild 
b/sci-mathematics/octave/octave-4.2.1.ebuild
index a52aea882a3..9b3658d7822 100644
--- a/sci-mathematics/octave/octave-4.2.1.ebuild
+++ b/sci-mathematics/octave/octave-4.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 SLOT="0/${PV}"
 IUSE="curl doc fftw +glpk gnuplot graphicsmagick gui hdf5 +imagemagick java 
opengl openssl
portaudio postscript +qhull +qrupdate readline sndfile +sparse 
static-libs X zlib"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="
app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror/files/, games-fps/urbanterror/

2017-05-10 Thread Thomas Deutschmann
commit: fccde5cf308d9d08016e70873ca8ca041c94b7e7
Author: Nils Freydank  posteo  de>
AuthorDate: Wed May 10 19:55:21 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed May 10 19:55:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccde5cf

games-fps/urbanterror: Bump to v4.3.2_p20170426 (bug #596982)

EBuild changes:
===
  - Ebuild no longer uses bundled libs (bug #457014)

  - Contains fixes for / no longer affected by CVE-2011-1412,
CVE-2011-2764, CVE-2011-3012,CVE-2012-3345 due to
updated/changed engine (bug #606702)

  - Fixed some format-security problems (bug #545966)

Closes: https://github.com/gentoo/gentoo/pull/4172

Gentoo-Bug: https://bugs.gentoo.org/596982
Gentoo-Bug: https://bugs.gentoo.org/457014
Gentoo-Bug: https://bugs.gentoo.org/545966
Gentoo-Bug: https://bugs.gentoo.org/606702

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

 games-fps/urbanterror/Manifest |   1 +
 .../files/urbanterror-4.3-respect_CFLAGS.patch |  53 +++
 games-fps/urbanterror/metadata.xml |  17 ++-
 .../urbanterror/urbanterror-4.3.2_p20170426.ebuild | 152 +
 4 files changed, 220 insertions(+), 3 deletions(-)

diff --git a/games-fps/urbanterror/Manifest b/games-fps/urbanterror/Manifest
index 17d6aa25356..5ff4b23affe 100644
--- a/games-fps/urbanterror/Manifest
+++ b/games-fps/urbanterror/Manifest
@@ -1,4 +1,5 @@
 DIST UrbanTerror-4.2.022-to-4.2.023.zip 15296685 SHA256 
71d34f4245c264dd729d40cf76c1471c89606891f88fda28e007ebe6a052dde9 SHA512 
2b35a34cf478939b850fd6f9b2f4a46f55259f32574799968ec4595c8e7c8930910ac6958bf03c99d63516cc4a41dbd6faaad4207326e42a19981561d25aff0e
 WHIRLPOOL 
bc13ec862ad829a5b417b114d50cc3f3dc1701b3c6fd136bafa0e2a68f0bbe44d03ea33a832e4882ab7cf63f3202b1ff6f62660bc69273542165d8e7f1e36d2f
 DIST UrbanTerror42_full022.zip 1924134151 SHA256 
e8b0a2c3a7253c24cac4e5b24028a0c9841717ae867e74ae18a18fd9c7259fd6 SHA512 
6da90696c8e0f2b5315bc2564e45e8d4ee708f5f42dc1ae26846a030798c1614ef938e0ed2028ceb69b7f5a59aa1a2310d73a20530f52be29e7c4e5819f6b290
 WHIRLPOOL 
9e428099bdfdad94cb554821dfd9128cd909c9c51c50b2009b8778aea69bb4be10be0c6a9299de76e60c9d5a22eb0dc06a1987f4851d360c718ed6f019554a36
 DIST urbanterror-4.2.023.tar.gz 12637911 SHA256 
17c79f4ed1adc0859a20f0b19ab75f04e1e7ff518c882b5cd68199b44acff90f SHA512 
c0b3fb0d53889561124ea034bd2b579c3b56489e751adf9479b86c54855b4f0917589a41caa7c1a534afee59983f77394a1c76dc92534dc84116a5566c19e8e5
 WHIRLPOOL 
68fa26a7a0ea19a1b7b3ced968515e1b326a9f7acabc30096b15880a772c4ca4faa764fb1fd4ab07d616718c550284af88cd03deeb8b11b7003b96336413d3ee
+DIST urbanterror-4.3.2_p20170426.tar.gz 10058308 SHA256 
8009516332e1f77eae3681b436e099fdd42ffa55d2691694eedc0ca94b194878 SHA512 
e8107ab44fdb40bc14a548239185905a01120bbe960b8713e5959df18330fd845761350c5e8e5efd5fbfec10ad62ff9fef68420406cc4cfbe2af69ee66eff1f3
 WHIRLPOOL 
6aac15e44b0695501195ae172133f4b6788b9dffa5442af20d11626ad27ffd597c7f070c0fb95b0e0e8b8b3d6cf0e1bfc40b0a16abaa27c8f932ee90f19a1824
 DIST urbanterror.svg 1592 SHA256 
0d7eb12a8fe8380e0d89199621414dd56ecdfe8a8b99eec5b95d925294521de9 SHA512 
ff789b35d9b1a2282485495b0d1918c7169906aeac094e7a33c7d77cd51d4787733400e1b9851ce19b38e886508d5fdd09f6cfc96b37a5b41bd0cf403e456b98
 WHIRLPOOL 
281413cfeb881466c2d8b882d0aa4dcf19013630a462775345c69e78a0cb86c7efed14f5d22b453c89648da682ab5e98e3579a1c975994a8e90b9fb22c37892c

diff --git a/games-fps/urbanterror/files/urbanterror-4.3-respect_CFLAGS.patch 
b/games-fps/urbanterror/files/urbanterror-4.3-respect_CFLAGS.patch
new file mode 100644
index 000..5ce13342ab5
--- /dev/null
+++ b/games-fps/urbanterror/files/urbanterror-4.3-respect_CFLAGS.patch
@@ -0,0 +1,53 @@
+Author: holgersson 
+Date:   Fri Mar 31 12:13:00 2017 +0200
+
+Respect CFLAGS - inspired by hasufell’s patch
+
+--- a/Makefile 2017-03-31 11:08:58.419210817 +0200
 b/Makefile 2017-03-31 12:06:52.559412054 +0200
+@@ -290,34 +290,33 @@
+ CLIENT_EXTRA_FILES=
+
+ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu" 
"gnu"))
+-  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
+--pipe -DUSE_ICON -DARCH_STRING=\\\"$(ARCH)\\\"
++  BASE_CFLAGS = -DUSE_ICON -DARCH_STRING=\\\"$(ARCH)\\\"
+   CLIENT_CFLAGS += $(SDL_CFLAGS)
+
+-  OPTIMIZEVM = -O3
+-  OPTIMIZE = $(OPTIMIZEVM) -ffast-math
++  OPTIMIZEVM =
++  OPTIMIZE = $(OPTIMIZEVM)
+
+   ifeq ($(ARCH),x86_64)
+-OPTIMIZEVM = -O3
+-OPTIMIZE = $(OPTIMIZEVM) -ffast-math
++OPTIMIZEVM =
++OPTIMIZE = $(OPTIMIZEVM)
+ HAVE_VM_COMPILED = true
+   else
+   ifeq ($(ARCH),x86)
+-OPTIMIZEVM = -O3 -march=i586
+-OPTIMIZE = $(OPTIMIZEVM) -ffast-math
++OPTIMIZEVM =
++OPTIMIZE = $(OPTIMIZEVM)
+ HAVE_VM_COMPILED=true
+   else
+   ifeq ($(ARCH),ppc)
+-BASE_CFLAGS += -maltivec
++BASE_CFLAGS +=
+ HAVE_VM_COMPILED=true
+   endif
+   ifeq ($(ARCH),ppc64)
+-BASE_CFLAGS += -maltivec
++ 

[gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror-data/

2017-05-10 Thread Thomas Deutschmann
commit: 92bae7433a82f1a2905008b1d67d8e58d7eef0aa
Author: Nils Freydank  posteo  de>
AuthorDate: Wed May 10 19:40:39 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed May 10 19:41:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bae743

games-fps/urbanterror-data: initial import, split out of games-fps/urbanterror

Link: https://github.com/gentoo/gentoo/pull/4172

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

 games-fps/urbanterror-data/Manifest|  4 ++
 games-fps/urbanterror-data/metadata.xml| 16 ++
 .../urbanterror-data/urbanterror-data-4.3.2.ebuild | 64 ++
 3 files changed, 84 insertions(+)

diff --git a/games-fps/urbanterror-data/Manifest 
b/games-fps/urbanterror-data/Manifest
new file mode 100644
index 000..66c107a688c
--- /dev/null
+++ b/games-fps/urbanterror-data/Manifest
@@ -0,0 +1,4 @@
+DIST urbanterror-data-4.3.0-to-4.3.1.zip 7495315 SHA256 
943fbae28a32f8f7a15eba62eadad646f4640d8d1814e3fb14fac0c50bb513e0 SHA512 
f05564babadff73793778926411bc7914bfef4a5f7dfc1003c36e8a549c568ab520adcff8a38e7dd905238738d242aa865e7c6d7db36ed6d592b144e497ed823
 WHIRLPOOL 
b262f51ca35455c013ae5f61e87d5c13a1ac9c5f98eba588398f8ad1db02a9aa505531a08d680770822d57c9df244a532be3ee2cc2dfb224afa8119d5eb5ec45
+DIST urbanterror-data-4.3.1-to-4.3.2.zip 15305498 SHA256 
519d212c8766470c2970c75f19e99477a8c2546ca4de78bc28dedce8d2fcabb5 SHA512 
cb24939fffef9310c6ca8496d0d4f3be8656685e749ff1d6589fd193990be67ac70494b61ef6a12dd1f6995a78d451b9f09098e03970e82e1e3153ec3f89792c
 WHIRLPOOL 
d58d949075a9228d832a67507c30942133a2024c131c0127a263ab1b5a5550576f361565ab8df6ef8b8f3e5f898496fa84b0d845cc47d22f491a04bf88b2623d
+DIST urbanterror-data-4.3.2.zip 1491207564 SHA256 
60360806aea9bd383d8a95b8586fe8d8690626b130e907f8727845fd192531bc SHA512 
397aa5ba7f869049844d52a9dec234d020b856e16ba3ff295d97775e4e1d48730aecfba3992baf7d55c643c0073ceda32ada18d1473dadd55f561f27a8b9c4ed
 WHIRLPOOL 
52782d0d6668589c5353a7e73ae6dd4ec02a02361532c36889a4b5f3c53d740bece8d9f421c6faeb9c720e6b68dbbccf1758cb39f7b82239a6517c7b0451c4a2
+DIST urbanterror-data.svg 1592 SHA256 
0d7eb12a8fe8380e0d89199621414dd56ecdfe8a8b99eec5b95d925294521de9 SHA512 
ff789b35d9b1a2282485495b0d1918c7169906aeac094e7a33c7d77cd51d4787733400e1b9851ce19b38e886508d5fdd09f6cfc96b37a5b41bd0cf403e456b98
 WHIRLPOOL 
281413cfeb881466c2d8b882d0aa4dcf19013630a462775345c69e78a0cb86c7efed14f5d22b453c89648da682ab5e98e3579a1c975994a8e90b9fb22c37892c

diff --git a/games-fps/urbanterror-data/metadata.xml 
b/games-fps/urbanterror-data/metadata.xml
new file mode 100644
index 000..866bc44b982
--- /dev/null
+++ b/games-fps/urbanterror-data/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   holgers...@posteo.de
+   Nils Freydank
+   
+   
+   ga...@gentoo.org
+   Gentoo Games Project
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/games-fps/urbanterror-data/urbanterror-data-4.3.2.ebuild 
b/games-fps/urbanterror-data/urbanterror-data-4.3.2.ebuild
new file mode 100644
index 000..5f763018396
--- /dev/null
+++ b/games-fps/urbanterror-data/urbanterror-data-4.3.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit check-reqs eutils
+
+ENGINE_PV=${PV}
+
+MY_PN=UrbanTerror
+MY_PV=43_full
+
+DESCRIPTION="Data files for UrbanTerror"
+HOMEPAGE="http://www.urbanterror.info/home/";
+SRC_URI="https://up.barbatos.fr/urt/${MY_PN}${MY_PV}.zip -> ${P}.zip
+   https://upload.wikimedia.org/wikipedia/commons/5/56/Urbanterror.svg -> 
${PN}.svg"
+
+# fetch updates recursively for |4.3.x-4.3.0|
+if [[ "${PV}" != "4.3.0" ]]; then
+   MY_CTR=0
+   while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do
+   SRC_URI="${SRC_URI} 
https://up.barbatos.fr/urt/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 
)).zip -> ${PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 )).zip"
+   MY_CTR=$(( ${MY_CTR} + 1 ))
+   done
+fi
+unset MY_CTR
+
+LICENSE="Q3AEULA-2111 urbanterror-4.2-maps"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN}43"
+
+CHECKREQS_DISK_BUILD="3300M"
+CHECKREQS_DISK_USR="1400M"
+
+src_prepare() {
+   default
+
+   # apply updates we fetched before
+   # again recursively for |4.3.x - 4.3.0|
+   local MY_CTR
+   if [[ "${PV}" != "4.3.0" ]]; then
+   MY_CTR=0
+   while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do
+   cp -dfpr \
+   "${WORKDIR}"/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( 
${MY_CTR} + 1 ))/* "${S}"
+   MY_CTR=$(( ${MY_CTR} + 1 ))
+   done
+   fi
+}
+
+src_install() {
+   newicon -s scalable "${DISTDIR}"/${P

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

2017-05-10 Thread William Hubbs
commit: d09864c8993ede3b3f5ed46dbe6eed22926a0132
Author: William Hubbs  gentoo  org>
AuthorDate: Wed May 10 19:20:12 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed May 10 19:20:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09864c8

net-misc/dhcpcd: 7.0.0_rc1 version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/dhcpcd/Manifest|   1 +
 net-misc/dhcpcd/dhcpcd-7.0.0_rc1.ebuild | 148 
 2 files changed, 149 insertions(+)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index a720e3451b4..9f56dff0801 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -3,3 +3,4 @@ DIST dhcpcd-6.11.1.tar.xz 190956 SHA256 
5c823d607ed1d7513d16ec51c54e21657f132489
 DIST dhcpcd-6.11.3.tar.xz 194892 SHA256 
5abd12c4df2947d608f60a35227f9bf8ae8ab9de06ce975cdab1144d8f229b06 SHA512 
249185532cb239124f847c28e6bfb3e8a85e818e05a07eb0c6ac6843fbbab8afa8d6ebce4032b3537ccfb7fafb306dd0dc51c0e97f337f12f5071ba499686a70
 WHIRLPOOL 
66eebad0ceabf07324f41b7c5861b13f233d6cf3fb4f7c82804b6391594595cda8c981cec088aa75242a04614a7228be7400171d32c68ee6be354bf976a237d5
 DIST dhcpcd-6.11.5.tar.xz 198080 SHA256 
6f9674dc7e27e936cc787175404a6171618675ecfb6903ab9887b1b66a87d69e SHA512 
a23d5dde66567c4addbc86c8b3fbf2c5d4dba3b463659729778a310306ab0e949be8998154ef15401ac2d289bde2f090d44492bba6a1becd2f01890d4efe7051
 WHIRLPOOL 
1b4bdd56112db20a0c6b0c843549f7c9cd8c534a9353df026d2c63a4b4bfd624f7fbc68282e04fd4f4c7c257d996e5019d3aa624f01b532074311d63b151164f
 DIST dhcpcd-7.0.0-beta3.tar.xz 203440 SHA256 
ba8af748d0d1aa8daa8ba6813c1cf395f517bb51fe4274309170af9d2f1a89ef SHA512 
b71154fa2596826e23820df984992e8786a6b89588648db60e9340a383b67fdb555307e9a47b7c33097ed4191fdb911e443c6bf9fc76b0194770e66e2de64b95
 WHIRLPOOL 
211564a4c218853bf3c6f219ffa36ef3d14fe3cc355bb5931bb98d5461717d0145145511540ab93ad4dcf99640c48ddcb1d82fc56361c329764c0756c12881a6
+DIST dhcpcd-7.0.0-rc1.tar.xz 204496 SHA256 
8d4134596f1c8a647d94291fea0ed6f39dad648a4822472b481dfe48407b1cd3 SHA512 
536ed4c09638a7a0fb16ad6a4a16fd74242ffbe2fe53e183c6756d2c62c94ce02869c95e828fbf3aa49aca06a129ab710195bf3d1dc9c9b52ac550ec51f68a1e
 WHIRLPOOL 
ec6898bbba3f4f2f42f9b8f16dd60f8b4b64170e4ad6c7e1326a80afd32241ad6b3ea941bfeb4e7113bd26ecb597fa04aebd1e1626c214ee10e48011251b065f

diff --git a/net-misc/dhcpcd/dhcpcd-7.0.0_rc1.ebuild 
b/net-misc/dhcpcd/dhcpcd-7.0.0_rc1.ebuild
new file mode 100644
index 000..deffde72be0
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-7.0.0_rc1.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://roy.marples.name/dhcpcd"
+   inherit git-r3
+else
+   MY_P="${P/_alpha/-alpha}"
+   MY_P="${MY_P/_beta/-beta}"
+   MY_P="${MY_P/_rc/-rc}"
+   SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+inherit eutils systemd toolchain-funcs
+
+DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
+HOMEPAGE="http://roy.marples.name/projects/dhcpcd/";
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
+
+COMMON_DEPEND="udev? ( virtual/udev )"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+src_configure()
+{
+   local dev hooks rundir
+   use udev || dev="--without-dev --without-udev"
+   hooks="--with-hook=ntp.conf"
+   use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
+   use kernel_linux && rundir="--rundir=${EPREFIX}/run"
+   econf \
+   --prefix="${EPREFIX}" \
+   --libexecdir="${EPREFIX}/lib/dhcpcd" \
+   --dbdir="${EPREFIX}/var/lib/dhcpcd" \
+   --localstatedir="${EPREFIX}/var" \
+   ${rundir} \
+   $(use_enable embedded) \
+   $(use_enable ipv6) \
+   ${dev} \
+   CC="$(tc-getCC)" \
+   ${hooks}
+}
+
+src_install()
+{
+   default
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+}
+
+pkg_postinst()
+{
+   local dbdir="${EROOT%/}"/var/lib/dhcpcd old_files=
+
+   local old_old_duid="${EROOT%/}"/var/lib/dhcpcd/dhcpcd.duid
+   local old_duid="${EROOT%/}"/etc/dhcpcd.duid
+   local new_duid="${dbdir}"/duid
+   if [ -e "${old_old_duid}" ]; then
+   # Upgrade the duid file to the new format if needed
+   if ! grep -q '..:..:..:..:..:..' "${old_old_duid}"; then
+   sed -i -e 's/\(..\)/\1:/g; s/:$//g' "${old_old_duid}"
+   fi
+
+   # Move the duid to /etc, a more sensible location
+   if [ ! -e "${old_duid

[gentoo-commits] proj/musl:master commit in: net-libs/webkit-gtk/

2017-05-10 Thread Aric Belsito
commit: 0ffb7ab4feacf312ac43d5225339093982a25150
Author: Aric Belsito  gmail  com>
AuthorDate: Wed May 10 19:00:23 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed May 10 19:00:23 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0ffb7ab4

net-libs/webkit-gtk: version bump to 2.16.2

 net-libs/webkit-gtk/Manifest |   2 +
 net-libs/webkit-gtk/webkit-gtk-2.16.2.ebuild | 294 +++
 2 files changed, 296 insertions(+)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index 5a86b26..1420587 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -15,8 +15,10 @@ AUX webkit-gtk-2.4.9-remove-execinfo_h.patch 1374 SHA256 
9a6cea9456c7d38b280be1d
 AUX webkit-gtk-2.8.5-fix-alpha-build.patch 914 SHA256 
aa6617505fe9342153ba9442ea109d880ca6c3315777c57ab599f67515e2a9f7 SHA512 
c3599c21dbcc709cf1bbc56eafdff8f8d30d65732fff73e601a828b397523d9a0cec96a4e7940ad1b4b3d9b4711f6d5f2935dcd34cac9adec63b73401638fd5e
 WHIRLPOOL 
68a39ccf49e7719393f14cd5d53497148527bd697b010378bdec4cdefb21c5fc7ce5081ce10b412c61390a82e45fa44d9d34aa7f223c51ad15eb1d0288ccbe60
 AUX webkit-gtk-2.8.5-fix-ia64-build.patch 663 SHA256 
d076739707de117fbc9aebc684c4a43024e1673e4c30fdfa3be529331f0c1f78 SHA512 
ce8dbe7f2bacfc6d1ad70d39d80447ab90e6daf63bc1dc4a49c406255f76eff090f79e6076ebc349d69193b72a821fa6591692cf74a28e529f8db95cf86358fc
 WHIRLPOOL 
adf8e11ee3060bcba606cf17673d06d9c98034a71f6a7406832fabf461c4697abcd0c3d4cdb8d8298caf221c797e0732a9f865d761fcf05753a1dfd96dfd3d82
 DIST webkitgtk-2.16.1.tar.xz 14675996 SHA256 
eb92383232328ce655b703c64370ed3795662479719ad1b4a869ed46769d2945 SHA512 
4b8de15644d0d0f9814c674020cbbab8628347915b8010977dbe2365ce276ea05b3bf86171400ae8eb5bfdebbadcfabd1efce34a177b5c82aa765bd3351e7010
 WHIRLPOOL 
c9deacbd229804aaaba88f9fcabdcde1a460430bb60258dfc8d7393723401d7e74d645ba8bf2dcf60e87c30739e45558b747911a4671a8950efe271cb7b86586
+DIST webkitgtk-2.16.2.tar.xz 14650116 SHA256 
5ef689a202eb2b71141efbe8b7b53288adced90790f9f08df6e0a2ec1809f252 SHA512 
0bd16f663dffd41d713a53e2186576c4a7c42e7f872605a1688c80e8b55408b5f96f1274a1fe24624b4974240e901df5b11d1ff27a03fa2d9950575f1260abc8
 WHIRLPOOL 
7268820bdee088eb639e4453c683e8f6b13e7cc7093f8d4148b3911aa7ea7807291ca443b18c885de4a9a838cd80ba9247f728d1cd8106b373b4c568a918a16b
 DIST webkitgtk-2.4.11.tar.xz 9869100 SHA256 
588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7 SHA512 
2e2cf01a52b8593765a0a3c2d7f0ad306121660019eb402226bd2826c7d4666dab4e91ca6ccbd29abe0ad3993549f256ed1ab88de22e9c8516d5f40a4edd6bfb
 WHIRLPOOL 
de86c4abfb22aacbf62163d0398158931c9cf6ab628547d3b30e613f0505d67c85c3200f7db96500e7c2b35f640cdaa7f501346fc13f492c9439dff4056849a3
 EBUILD webkit-gtk-2.16.1.ebuild 8539 SHA256 
ee3f0eea5671726783ae0a13b48c3593d9294af8f2c2497bd56bc8ec617bcd17 SHA512 
b554abaf3032d8d48f7b9dcabd012a13d15a1437cf09a8d9498c6af1cb7902e4c1ec4589f23f8176f08d7b992b45a926f5da836c4242f0e03dae086273053989
 WHIRLPOOL 
f78b1ea261d7a605798c31d024e33fc0a1048d8f6521e038cec40c2e3150917528feccaae0c8afba0024a334c4415e1f7d5e093622c881b247537ee02681290f
+EBUILD webkit-gtk-2.16.2.ebuild 8626 SHA256 
6f8ef32a3f4f4aeaeb4a4ac03a9520d93ff8ac7374986e486ac15c03bb3ae036 SHA512 
b12a838e9a8679f38cf5ab5457829a94f31491ca7695ce2747b3608c447c49d492f77b930a8c10cb3fb45b5009ee2d9ec138cf0f316c5c40550c012427c487c8
 WHIRLPOOL 
df6ca22c33ad2cfbbf6093fce6c5148870f971467135a7fd1066188c7294b578352b15b42eb7d9c1ef9d221d4e24c0b0198e5616af3f9d7d0a6760bca65d9829
 EBUILD webkit-gtk-2.4.11-r1.ebuild 9116 SHA256 
cb634f504420a7b9c685f6e0b7def916e44c0671a31628ed5086da7b960013c9 SHA512 
e4796fa71dbfbe6bfc996e51a5d1a5eae8d6ad35736c55ca3d8a705f09833f19bf9d61d643ca8de3d14eb25264e2d1de1778c58ba904c7db044bbfbd6da7bd73
 WHIRLPOOL 
b62d76a261fc01f59cfaa9907585918b4ba9e5d059d5ac8e4a32fbb454ae41854e920c9e237236d775881fd097a6eca765e29e3551b2e4e87146ff666faf1f50
 EBUILD webkit-gtk-2.4.11-r200.ebuild 8523 SHA256 
0877a84ecd95a782324353b5f4d97de900826bdb68e92c5ffca780bed050948e SHA512 
faec9fa216387bcbb070f645a7ef1534880239c4ded5ce4a384c8e7b477e44f48905e5d0e87e2748d9296ce53c7770e72451cd142e7c09e2e908f570716d44db
 WHIRLPOOL 
30480cc629d706ce423ec5e709abb4075da678ba9445155ef8e960a3d4a823955914446c4259e49474c32c67d964dfb8ae12644557be3653bcf18a025aa39f9a
 MISC metadata.xml 697 SHA256 
4f096b51e01f6f74430bbca04ba292bcc015631d57417deb91a995fe943203a6 SHA512 
64bebe1fd72f81707b462bdf3630404e71a87d1807519c86ed5eff393a324e30a32c489f0c7d86d3b6dc2b3855758452e95ae98fb4d0c27555947b35b28907d9
 WHIRLPOOL 
17cce501d17ac9a29c142462737d223b087bf80b18284fb346de62e9c9f9f23e02efa6a30ec63780ee48d0b2c21a34af9fdc6fd7f72ac152fb272085214adea1

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.16.2.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.16.2.ebuild
new file mode 100644
index 000..d586560
--- /dev/null
+++ b/net-libs/webkit-gtk/webkit-gtk-2.16.2.ebuild
@@ -0,0 +1,294 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU 

[gentoo-commits] repo/gentoo:master commit in: dev-ada/gtkada/, dev-ada/gtkada/files/

2017-05-10 Thread Alfredo Tupone
commit: 16827c43a5da34dd66cd2975d9cd0c2518621916
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed May 10 18:57:49 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed May 10 18:57:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16827c43

dev-ada/gtkada: Add gtkada-

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ada/gtkada/Manifest   |  1 +
 dev-ada/gtkada/files/gtkada-17.0-gentoo.patch | 85 +++
 dev-ada/gtkada/files/gtkada--gentoo.patch | 76 
 dev-ada/gtkada/gtkada-17.0.ebuild | 64 
 dev-ada/gtkada/gtkada-.ebuild | 64 
 5 files changed, 290 insertions(+)

diff --git a/dev-ada/gtkada/Manifest b/dev-ada/gtkada/Manifest
index 2d8c1416388..afbfcbfb186 100644
--- a/dev-ada/gtkada/Manifest
+++ b/dev-ada/gtkada/Manifest
@@ -1 +1,2 @@
+DIST gtkada-17.0.tar.gz 5358097 SHA256 
65298b7ce604963ab389d5577a2c71c0f0276b176d7387ac55195dc644b87449 SHA512 
d2970d9cfb2c1a893e5fc146e41683583bcc70cfb744ba19e953fd00916488b39d96c59170c1d5272eb0b45deebcc906ec1be4a31d1141540a8feceb7b2cb034
 WHIRLPOOL 
fd30280050ca42570509660c5afda2fbd3c463f016a0d8bee62f8d3e88e553600801fae00c97dd3a57ae0dc955fe1e3804250cdaa553a94d5316bb35b3f4cab8
 DIST gtkada-gpl-2016-src.tgz 11944697 SHA256 
263cc8323e726ae22946508792dd719ff266a9e847a4f7c95e27bd13d3fb4d8f SHA512 
90912e15d9e22574a3d86e8bd052d4ce0a0d8018386f699dc1ce3c345978e9b3ddc7bdd3e4247a264496c5da7cff6ae68589a02f43193fc957c418e2a8ef63c7
 WHIRLPOOL 
fc12f151c65ccef5d23b520cfc0625606ece06e56ed2d5b28e39bd65e51850d9b5c40e7382207f1d9186f93ce9232f6024bec977af6973163eb6603178dc1a30

diff --git a/dev-ada/gtkada/files/gtkada-17.0-gentoo.patch 
b/dev-ada/gtkada/files/gtkada-17.0-gentoo.patch
new file mode 100644
index 000..fbc2cefac53
--- /dev/null
+++ b/dev-ada/gtkada/files/gtkada-17.0-gentoo.patch
@@ -0,0 +1,85 @@
+--- gtkada-gpl-2015-src/shared.gpr.in.old  2017-01-05 23:28:35.838073270 
+0100
 gtkada-gpl-2015-src/shared.gpr.in  2017-01-05 23:30:17.752255709 +0100
+@@ -44,6 +44,8 @@
+  for Switches ("C") use ("-O2");
+   end case;
+ 
++  for Driver ("C") use External ("CC", "gcc");
++  for PIC_Option ("C") use ("-fPIC");
+   for Switches ("C") use Compiler'Switches ("C") & Gtk_Include;
+   for Switches ("Objective-C") use Compiler'Switches ("Objective-C") & 
Gtk_Include;
+end Compiler;
+--- gtkada-gpl-2016-src/Makefile.in.old2017-01-21 22:42:18.319969095 
+0100
 gtkada-gpl-2016-src/Makefile.in2017-01-21 22:42:33.989700236 +0100
+@@ -39,7 +39,7 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+-datadir=@datadir@
++datadir=$(DESTDIR)@datadir@
+ datarootdir=@datarootdir@
+ exampledir=${datadir}/examples/gtkada/testgtk
+ 
+@@ -60,30 +60,33 @@
+ LIBRARY_TYPE_FOR_TOOLS=static
+ endif
+ 
+-all: tools tests
++all: tools
+ static: build_library_type/static
+ relocatable: build_library_type/relocatable
+ 
+ tools:
+   @echo "== Building tools ="
+-  ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) 
-Psrc/tools/tools.gpr
++  ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
++-Psrc/tools/tools.gpr -cargs:Ada $(ADAFLAGS)
+ 
+ build_library_type/%:  src/gtkada-intl.adb
+   @echo "== Building $(@F) libraries ="
+-  ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(@F) -Psrc/gtkada.gpr
++  ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(@F) -Psrc/gtkada.gpr \
++-cargs:Ada $(ADAFLAGS) -cargs:C $(CFLAGS)
+ ifeq (${HAVE_OPENGL}, True)
+   ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(@F) -Psrc/opengl/gtkada_gl.gpr
+ endif
+ 
+ src/gtkada-intl.adb: src/gtkada-intl.gpb Makefile
+-  gnatprep -DGETTEXT_INTL=$(GETTEXT_INTL) -DHAVE_GETTEXT=$(HAVE_GETTEXT) 
src/gtkada-intl.gpb $@
++  $(GNATPREP) -DGETTEXT_INTL=$(GETTEXT_INTL) 
-DHAVE_GETTEXT=$(HAVE_GETTEXT) src/gtkada-intl.gpb $@
+ 
+ testgtk/opengl/view_gl.adb: testgtk/opengl/view_gl.gpb Makefile
+-  gnatprep -r -c -DHAVE_GL=${HAVE_OPENGL} -DWIN32=False 
testgtk/opengl/view_gl.gpb $@
++  $(GNATPREP) -r -c -DHAVE_GL=${HAVE_OPENGL} -DWIN32=False 
testgtk/opengl/view_gl.gpb $@
+ 
+ tests: testgtk/opengl/view_gl.adb
+   @echo "== Building tests ="
+-  cd testgtk; ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) 
-Ptestgtk.gpr -aP ../src
++  cd testgtk; ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \
++-Ptestgtk.gpr -aP ../src -cargs:Ada $(ADAFLAGS)
+ 
+ install/%: force
+   ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(@F) --build-name=$(@F) \
+@@ -96,7 +96,7 @@
+ ifeq (${HAVE_OPENGL}, True)
+   ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(@F) --build-name=$(@F) \
+   --sources-subdir=include/gtkada/gtkada_gl.$(@F) \
+-  --lib-subdir=${libdir}/gtkada/gtkada_gl.$(@F) \
++  --lib-subdir=lib/gtkada/gtkada_gl.$(@F) \
+   -Psrc/opengl/gtkada_gl.gpr
+ endif
+ 
+

[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/, app-admin/puppet-agent/files/

2017-05-10 Thread Matt Thode
commit: 4b09fb0a48ec0347c4435375e81ef377c0639aaf
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 10 18:26:13 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 10 18:26:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b09fb0a

app-admin/puppet-agent: add experimental support for the better puppet portage 
package provider

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../43e2c935252b995134ce353e5e6312cf77aea480.patch | 329 +
 app-admin/puppet-agent/metadata.xml|   1 +
 ...1.10.0.ebuild => puppet-agent-1.10.0-r1.ebuild} |  10 +-
 app-admin/puppet-agent/puppet-agent-1.10.0.ebuild  |   2 +-
 4 files changed, 339 insertions(+), 3 deletions(-)

diff --git 
a/app-admin/puppet-agent/files/43e2c935252b995134ce353e5e6312cf77aea480.patch 
b/app-admin/puppet-agent/files/43e2c935252b995134ce353e5e6312cf77aea480.patch
new file mode 100644
index 000..619c5dd68cb
--- /dev/null
+++ 
b/app-admin/puppet-agent/files/43e2c935252b995134ce353e5e6312cf77aea480.patch
@@ -0,0 +1,329 @@
+diff --git a/lib/puppet/provider/package/portage.rb 
b/lib/puppet/provider/package/portage.rb
+index 374667c..12160c6 100644
+--- 
a/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/provider/package/portage.rb
 
b/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/provider/package/portage.rb
+@@ -2,14 +2,19 @@
+ require 'fileutils'
+ 
+ Puppet::Type.type(:package).provide :portage, :parent => 
Puppet::Provider::Package do
+-  desc "Provides packaging support for Gentoo's portage system."
++  desc "Provides packaging support for Gentoo's portage system.
+ 
+-  has_features :versionable, :reinstallable
++This provider supports the `install_options` and `uninstall_options` 
attributes, which allows command-line
++flags to be passed to emerge.  These options should be specified as a 
string (e.g. '--flag'), a hash
++(e.g. {'--flag' => 'value'}), or an array where each element is either a 
string or a hash."
++
++  has_features :install_options, :purgeable, :reinstallable, 
:uninstall_options, :versionable, :virtual_packages
+ 
+   {
+-:emerge => "/usr/bin/emerge",
+-:eix => "/usr/bin/eix",
+-:update_eix => "/usr/bin/eix-update",
++:emerge => '/usr/bin/emerge',
++:eix => '/usr/bin/eix',
++:qatom_bin => '/usr/bin/qatom',
++:update_eix => '/usr/bin/eix-update',
+   }.each_pair do |name, path|
+ has_command(name, path) do
+   environment :HOME => '/'
+@@ -24,15 +29,18 @@ def self.instances
+ result_format = self.eix_result_format
+ result_fields = self.eix_result_fields
+ 
++limit = self.eix_limit
+ version_format = self.eix_version_format
+ slot_versions_format = self.eix_slot_versions_format
++installed_versions_format = self.eix_installed_versions_format
++installable_versions_format = self.eix_install_versions_format
+ begin
+-  eix_file = File.directory?("/var/cache/eix") ? 
"/var/cache/eix/portage.eix" : "/var/cache/eix"
++  eix_file = File.directory?('/var/cache/eix') ? 
'/var/cache/eix/portage.eix' : '/var/cache/eix'
+   update_eix if !FileUtils.uptodate?(eix_file, %w{/usr/bin/eix 
/usr/portage/metadata/timestamp})
+ 
+   search_output = nil
+-  Puppet::Util.withenv :LASTVERSION => version_format, :LASTSLOTVERSIONS 
=> slot_versions_format do
+-search_output = eix *(self.eix_search_arguments + ["--installed"])
++  Puppet::Util.withenv :EIX_LIMIT => limit, :LASTVERSION => 
version_format, :LASTSLOTVERSIONS => slot_versions_format, :INSTALLEDVERSIONS 
=> installed_versions_format, :STABLEVERSIONS => installable_versions_format do
++search_output = eix *(self.eix_search_arguments + ['--installed'])
+   end
+ 
+   packages = []
+@@ -57,65 +65,123 @@ def self.instances
+ 
+   def install
+ should = @resource.should(:ensure)
+-name = package_name
+-unless should == :present or should == :latest
+-  # We must install a specific version
+-  name = package_atom_with_version(should)
++cmd = %w{}
++name = qatom[:category] ? "#{qatom[:category]}/#{qatom[:pn]}" : qatom[:pn]
++name = qatom[:pfx] + name if qatom[:pfx]
++name = name + '-' + qatom[:pv] if qatom[:pv]
++name = name + '-' + qatom[:pr] if qatom[:pr]
++name = name + qatom[:slot] if qatom[:slot]
++cmd << '--update' if [:latest].include?(should)
++cmd += install_options if @resource[:install_options]
++cmd << name
++emerge *cmd
++  end
++
++  def uninstall
++should = @resource.should(:ensure)
++cmd = %w{--rage-clean}
++name = qatom[:category] ? "#{qatom[:category]}/#{qatom[:pn]}" : qatom[:pn]
++name = qatom[:pfx] + name if qatom[:pfx]
++name = name + '-' + qatom[:pv] if qatom[:pv]
++name = name + '-' + qatom[:pr] if qatom[:pr]
++name = name + qatom[:slot] if qatom[:slot]
++cmd += uninstall_options if @resource[:uninstall_options]
++cmd << name
++if [:purged].include?(s

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/, kde-frameworks/kauth/files/

2017-05-10 Thread Andreas Sturmlechner
commit: 6a77cbf5300e8baa10ecb89882fd46b837a1b3d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 18:21:06 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 18:21:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a77cbf5

kde-frameworks/kauth: Security revbump

Fixes CVE-2017-8422
Gentoo-bug: 618108

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../kauth/files/kauth-5.33.0-CVE-2017-8422.patch   | 186 +
 kde-frameworks/kauth/kauth-5.33.0-r1.ebuild|  35 
 2 files changed, 221 insertions(+)

diff --git a/kde-frameworks/kauth/files/kauth-5.33.0-CVE-2017-8422.patch 
b/kde-frameworks/kauth/files/kauth-5.33.0-CVE-2017-8422.patch
new file mode 100644
index 000..b789d734f18
--- /dev/null
+++ b/kde-frameworks/kauth/files/kauth-5.33.0-CVE-2017-8422.patch
@@ -0,0 +1,186 @@
+commit df875f725293af53399f5146362eb158b4f9216a
+Author: Albert Astals Cid 
+Date:   Wed May 10 10:03:45 2017 +0200
+
+Verify that whoever is calling us is actually who he says he is
+
+CVE-2017-8422
+
+diff --git a/src/AuthBackend.cpp b/src/AuthBackend.cpp
+index a41d4f1..a847494 100644
+--- a/src/AuthBackend.cpp
 b/src/AuthBackend.cpp
+@@ -54,6 +54,11 @@ void AuthBackend::setCapabilities(AuthBackend::Capabilities 
capabilities)
+ d->capabilities = capabilities;
+ }
+ 
++AuthBackend::ExtraCallerIDVerificationMethod 
AuthBackend::extraCallerIDVerificationMethod() const
++{
++return NoExtraCallerIDVerificationMethod;
++}
++
+ bool AuthBackend::actionExists(const QString &action)
+ {
+ Q_UNUSED(action);
+diff --git a/src/AuthBackend.h b/src/AuthBackend.h
+index c67a706..09195ef 100644
+--- a/src/AuthBackend.h
 b/src/AuthBackend.h
+@@ -43,6 +43,12 @@ public:
+ };
+ Q_DECLARE_FLAGS(Capabilities, Capability)
+ 
++enum ExtraCallerIDVerificationMethod {
++NoExtraCallerIDVerificationMethod,
++VerifyAgainstDBusServiceName,
++VerifyAgainstDBusServicePid,
++};
++
+ AuthBackend();
+ virtual ~AuthBackend();
+ virtual void setupAction(const QString &action) = 0;
+@@ -50,6 +56,7 @@ public:
+ virtual Action::AuthStatus authorizeAction(const QString &action) = 0;
+ virtual Action::AuthStatus actionStatus(const QString &action) = 0;
+ virtual QByteArray callerID() const = 0;
++virtual ExtraCallerIDVerificationMethod extraCallerIDVerificationMethod() 
const;
+ virtual bool isCallerAuthorized(const QString &action, QByteArray 
callerID) = 0;
+ virtual bool actionExists(const QString &action);
+ 
+diff --git a/src/backends/dbus/DBusHelperProxy.cpp 
b/src/backends/dbus/DBusHelperProxy.cpp
+index 9c5cb96..3c1c108 100644
+--- a/src/backends/dbus/DBusHelperProxy.cpp
 b/src/backends/dbus/DBusHelperProxy.cpp
+@@ -235,6 +235,29 @@ bool DBusHelperProxy::hasToStopAction()
+ return m_stopRequest;
+ }
+ 
++bool DBusHelperProxy::isCallerAuthorized(const QString &action, const 
QByteArray &callerID)
++{
++// Check the caller is really who it says it is
++switch 
(BackendsManager::authBackend()->extraCallerIDVerificationMethod()) {
++case AuthBackend::NoExtraCallerIDVerificationMethod:
++break;
++
++case AuthBackend::VerifyAgainstDBusServiceName:
++if (message().service().toUtf8() != callerID) {
++return false;
++}
++break;
++
++case AuthBackend::VerifyAgainstDBusServicePid:
++if 
(connection().interface()->servicePid(message().service()).value() != 
callerID.toUInt()) {
++return false;
++}
++break;
++}
++
++return BackendsManager::authBackend()->isCallerAuthorized(action, 
callerID);
++}
++
+ QByteArray DBusHelperProxy::performAction(const QString &action, const 
QByteArray &callerID, QByteArray arguments)
+ {
+ if (!responder) {
+@@ -259,7 +282,7 @@ QByteArray DBusHelperProxy::performAction(const QString 
&action, const QByteArra
+ QTimer *timer = 
responder->property("__KAuth_Helper_Shutdown_Timer").value();
+ timer->stop();
+ 
+-if (BackendsManager::authBackend()->isCallerAuthorized(action, callerID)) 
{
++if (isCallerAuthorized(action, callerID)) {
+ QString slotname = action;
+ if (slotname.startsWith(m_name + QLatin1Char('.'))) {
+ slotname = slotname.right(slotname.length() - m_name.length() - 
1);
+@@ -301,7 +324,7 @@ uint DBusHelperProxy::authorizeAction(const QString 
&action, const QByteArray &c
+ QTimer *timer = 
responder->property("__KAuth_Helper_Shutdown_Timer").value();
+ timer->stop();
+ 
+-if (BackendsManager::authBackend()->isCallerAuthorized(action, callerID)) 
{
++if (isCallerAuthorized(action, callerID)) {
+ retVal = static_cast(Action::AuthorizedStatus);
+ } else {
+ retVal = static_cast(Action::DeniedStatus);
+diff --git a/src/backends/dbus/DBusHelperProxy.h 
b/src/backends/dbus/DBusHelperProxy

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/

2017-05-10 Thread Andreas Sturmlechner
commit: 06df103f56b08aa8cb0c718340008ca75cc6a9ed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 18:21:29 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 18:21:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06df103f

kde-frameworks/kauth: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-frameworks/kauth/kauth-5.33.0.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/kde-frameworks/kauth/kauth-5.33.0.ebuild 
b/kde-frameworks/kauth/kauth-5.33.0.ebuild
deleted file mode 100644
index fbd559a21c3..000
--- a/kde-frameworks/kauth/kauth-5.33.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework to let applications perform actions as a privileged 
user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="nls +policykit"
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-RDEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_qt_dep qtdbus '' '' '5=')
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   policykit? ( sys-auth/polkit-qt[qt5] )
-"
-DEPEND="${RDEPEND}
-   nls? ( $(add_qt_dep linguist-tools) )
-"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package policykit PolkitQt5-1)
-   )
-
-   kde5_src_configure
-}



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

2017-05-10 Thread Andreas Sturmlechner
commit: 6ee72b07afead9d2442ef41e75b300e85bd6ad18
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 18:02:32 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 18:06:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee72b07

net-misc/smb4k: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/smb4k/Manifest   |  1 -
 net-misc/smb4k/smb4k-1.2.2.ebuild | 27 --
 net-misc/smb4k/smb4k-1.2.3.ebuild | 27 --
 net-misc/smb4k/smb4k-2.0.0.ebuild | 47 ---
 4 files changed, 102 deletions(-)

diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest
index a28e2ce0330..f294197cd80 100644
--- a/net-misc/smb4k/Manifest
+++ b/net-misc/smb4k/Manifest
@@ -1,4 +1,3 @@
 DIST smb4k-1.2.1.tar.xz 3817104 SHA256 
6562ab12c783d47e246d9d0a43b2342288384a7a78e0207a14e1dd6c40ffe97b SHA512 
df5782de9b140dc6ec97f4b66e758dc62923a6d6e85843717a0a17b3f853d036bcd3e73cf289819c5b5caa6bc28e3943dea73a745197356a3351d5a643c21f37
 WHIRLPOOL 
6e89a20d4a7ce48278db2a27c7ce291c737f6a6485a02febedb4fc45dedadff2185867e87ad14d97cb1e56a593c80d7b09b2a1ee65c5a4dae0784700772f100b
-DIST smb4k-1.2.2.tar.xz 3938932 SHA256 
338b43e9be4e0d8263329f145331656ff7d134e0038c3e830fb8a7b57f3cb5f6 SHA512 
78cb5a3226d15d4b3f0eaa02cfe2969f18497f0ad3b6447338988f38540b3835fcea7acf05a50fd5d2b2c6a0873e341d099242e00c5660cbfd2e9795fcf3790e
 WHIRLPOOL 
b36ab80b8785c42dbff4593cbbad33d7be08a86c03be1d4349bf37da3b5cf15a3b9b041d7ea62eaf31ae5a03b054d72e745c448e35d1ae59ee53abad38807332
 DIST smb4k-1.2.3.tar.xz 3942852 SHA256 
e751ae0f6b86c532a7e3796ae9c4590f46009075938afecb5ddd0c7421cf08ef SHA512 
2066439ddda9abfb3649a1f53097637490b2187543a0cff32ad6b2ff6b250c9e3bb7b910f718a4c77761d064db8cbac7e0db2e9cf5f6ef5faf6a244fb070301b
 WHIRLPOOL 
f70b6ebb192888039844036b5798726f95c13ae5592220043c615e5378a04eb6073520ebb4b612248dd34096c17e7054db8ea11f1ed6fa6d6fad2dc6b73d410c
 DIST smb4k-2.0.0.tar.xz 3594964 SHA256 
8a9f9bbfc9876816393d9f269952ddfe896c540e2de26b634b8e709a13ceca95 SHA512 
2fb2123a6be888b2d75f3ebb155e021aa85fa6e9c3ec7c0092ef2c40f938e09a1b9e7c1608ecc457760ad37d9faf93c2ddba0b8e5afcf4b1ed1c61b2d9c702f2
 WHIRLPOOL 
07c2b289f4da54d01a9b6a87dfda7992ed056d1ef29819302391632898ce16aa307cdfdb1342168f4866f44974d788680017e1f763a6fa85b43fc5af68364174

diff --git a/net-misc/smb4k/smb4k-1.2.2.ebuild 
b/net-misc/smb4k/smb4k-1.2.2.ebuild
deleted file mode 100644
index f4766202ca5..000
--- a/net-misc/smb4k/smb4k-1.2.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DECLARATIVE_REQUIRED="always"
-KDE_LINGUAS="bg bs ca ca@valencia cs da de en_GB eo es et fi fr ga gl hu is it
-ja ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
-inherit kde4-base
-
-DESCRIPTION="The advanced network neighborhood browser by KDE"
-HOMEPAGE="https://sourceforge.net/projects/smb4k/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="net-fs/samba[cups]"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-DOCS=( AUTHORS BUGS ChangeLog README )

diff --git a/net-misc/smb4k/smb4k-1.2.3.ebuild 
b/net-misc/smb4k/smb4k-1.2.3.ebuild
deleted file mode 100644
index 39bc559b185..000
--- a/net-misc/smb4k/smb4k-1.2.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DECLARATIVE_REQUIRED="always"
-KDE_LINGUAS="bg bs ca ca@valencia cs da de en_GB eo es et fi fr ga gl hu is it
-ja ko lt mai mr nb nds nl nn pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
-inherit kde4-base
-
-DESCRIPTION="The advanced network neighborhood browser by KDE"
-HOMEPAGE="https://sourceforge.net/projects/smb4k/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="net-fs/samba[cups]"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-DOCS=( AUTHORS BUGS ChangeLog README )

diff --git a/net-misc/smb4k/smb4k-2.0.0.ebuild 
b/net-misc/smb4k/smb4k-2.0.0.ebuild
deleted file mode 100644
index 60481f46ca4..000
--- a/net-misc/smb4k/smb4k-2.0.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Advanced network neighborhood browser"
-HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/";
-[[ ${PV} !=  ]] && SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-[[ ${PV} !=  ]] && KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep

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

2017-05-10 Thread Andreas Sturmlechner
commit: d39d7aa14725bc031c1e1b588b7dafa9198111bd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 18:01:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 10 18:06:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39d7aa1

net-misc/smb4k: Security revbump

Fixes CVE-2017-8849
Gentoo-bug: 618106

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../smb4k/files/smb4k-1.2.3-CVE-2017-8849.patch| 365 +
 .../smb4k/files/smb4k-2.0.0-CVE-2017-8849.patch| 361 
 net-misc/smb4k/smb4k-1.2.3-r1.ebuild   |  29 ++
 net-misc/smb4k/smb4k-2.0.0-r1.ebuild   |  50 +++
 4 files changed, 805 insertions(+)

diff --git a/net-misc/smb4k/files/smb4k-1.2.3-CVE-2017-8849.patch 
b/net-misc/smb4k/files/smb4k-1.2.3-CVE-2017-8849.patch
new file mode 100644
index 000..b4f619ffb67
--- /dev/null
+++ b/net-misc/smb4k/files/smb4k-1.2.3-CVE-2017-8849.patch
@@ -0,0 +1,365 @@
+From 71554140bdaede27b95dbe4c9b5a028a83c83cce Mon Sep 17 00:00:00 2001
+From: Alexander Reinholdt 
+Date: Wed, 10 May 2017 10:23:34 +0200
+Subject: Find the mount/umount commands in the helper
+
+Instead of trusting what we get passed in
+CVE-2017-8849
+---
+ core/smb4kglobal.cpp | 65 +++-
+ core/smb4kglobal.h   | 16 -
+ core/smb4kmounter_p.cpp  | 78 
+ helpers/CMakeLists.txt   |  6 +++-
+ helpers/smb4kmounthelper.cpp | 51 +++--
+ 5 files changed, 139 insertions(+), 77 deletions(-)
+
+diff --git a/core/smb4kglobal.cpp b/core/smb4kglobal.cpp
+index 172016f..818a78a 100644
+--- a/core/smb4kglobal.cpp
 b/core/smb4kglobal.cpp
+@@ -2,7 +2,7 @@
+ smb4kglobal  -  This is the global namespace for Smb4K.
+  ---
+ begin: Sa Apr 2 2005
+-copyright: (C) 2005-2014 by Alexander Reinholdt
++copyright: (C) 2005-2017 by Alexander Reinholdt
+ email: alexander.reinho...@kdemail.net
+  ***/
+ 
+@@ -851,3 +851,66 @@ QStringList Smb4KGlobal::whitelistedMountArguments()
+ #endif
+ 
+ 
++const QString Smb4KGlobal::findMountExecutable()
++{
++  QString mount;
++  QStringList paths;
++  paths << "/bin";
++  paths << "/sbin";
++  paths << "/usr/bin";
++  paths << "/usr/sbin";
++  paths << "/usr/local/bin";
++  paths << "/usr/local/sbin";
++
++  for (int i = 0; i < paths.size(); ++i)
++  {
++#if defined(Q_OS_LINUX)
++mount = KGlobal::dirs()->findExe("mount.cifs", paths.at(i));
++#elif defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
++mount = KGlobal::dirs()->findExe("mount_smbfs", paths.at(i));
++#endif
++
++if (!mount.isEmpty())
++{
++  break;
++}
++else
++{
++  continue;
++}
++  }
++  
++  return mount;
++}
++
++
++const QString Smb4KGlobal::findUmountExecutable()
++{
++  // Find the umount program.
++  QString umount;
++  QStringList paths;
++  paths << "/bin";
++  paths << "/sbin";
++  paths << "/usr/bin";
++  paths << "/usr/sbin";
++  paths << "/usr/local/bin";
++  paths << "/usr/local/sbin";
++
++  for ( int i = 0; i < paths.size(); ++i )
++  {
++umount = KGlobal::dirs()->findExe("umount", paths.at(i));
++
++if (!umount.isEmpty())
++{
++  break;
++}
++else
++{
++  continue;
++}
++  }
++  
++  return umount;
++}
++
++
+diff --git a/core/smb4kglobal.h b/core/smb4kglobal.h
+index db1805b..0ef377d 100644
+--- a/core/smb4kglobal.h
 b/core/smb4kglobal.h
+@@ -2,7 +2,7 @@
+ smb4kglobal  -  This is the global namespace for Smb4K.
+  ---
+ begin: Sa Apr 2 2005
+-copyright: (C) 2005-2014 by Alexander Reinholdt
++copyright: (C) 2005-2017 by Alexander Reinholdt
+ email: alexander.reinho...@kdemail.net
+  ***/
+ 
+@@ -455,6 +455,20 @@ namespace Smb4KGlobal
+*/
+   KDE_EXPORT QStringList whitelistedMountArguments();
+ #endif
++  
++  /**
++   * Find the mount executable on the system.
++   * 
++   * @returns the path of the mount executable.
++   */
++  KDE_EXPORT const QString findMountExecutable();
++  
++  /**
++   * Find the umount executable on the system.
++   * 
++   * @returns the path of the umount executable.
++   */
++  KDE_EXPORT const QString findUmountExecutable();
+ };
+ 
+ #endif
+diff --git a/core/smb4kmounter_p.cpp b/core/smb4kmounter_p.cpp
+index 63a87ed..342052a 100644
+--- a/core/smb4kmounter_p.cpp
 b/core/smb4kmounter_p.cpp
+@@ -207,30 +207,7 @@ bool Smb4KMountJob::createMountAction(Smb4KShare *share, 
Action *action)
+ //
+ bool Smb4KMountJob::fillArgs(Smb4KShare *share, QMap& map)
+ {
+-  // Find the mount program.
+-  QString mou

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

2017-05-10 Thread Matt Thode
commit: ef479fc9908351860b07477b0eab11775dc5d276
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 10 16:29:21 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 10 16:40:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef479fc9

dev-python/gevent: add python3_6 support

very soon after 1.2.1 was released the specifier was added, we are safe adding
it before pypi defines it for 1.2.1.  The only commit that changed anything
was a 127.0.0.1 -> localhost change in testing.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/gevent/gevent-1.2.1.ebuild 
b/dev-python/gevent/gevent-1.2.1.ebuild
index ad2bcd596bc..6fe7f83bb2b 100644
--- a/dev-python/gevent/gevent-1.2.1.ebuild
+++ b/dev-python/gevent/gevent-1.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 # http://www.gevent.org/whatsnew_1_1.html#broader-platform-support
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 PYTHON_REQ_USE="ssl(+),threads(+)"
 
 inherit distutils-r1 flag-o-matic



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

2017-05-10 Thread Matt Thode
commit: dd55d639a379a5e115b7d13675f7e0e63742ca5e
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 10 16:40:12 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 10 16:40:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd55d639

dev-python/reno: 2.2.1 bup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 5a83e2805fb..b93e879cd82 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1,3 @@
 DIST reno-1.2.0.tar.gz 23725 SHA256 
8f2c4f9b8325e6de4a5a2a98169b2906bd2479cc2c66b97cd6899da455425fd3 SHA512 
61abf852504ab9ace324efc70bbe4bf5ce226175a4375f37466ebbe011cb65c7d306d69cd90a5e152f03d60f578be02d57a3805647a486e44dccf59b17595083
 WHIRLPOOL 
4a25f46b2a3c7693642104402db8bc024c82d19e3d8e3a11c899485aa7acd005a868a31665a0bb827f4922869c08297d63bdba5df76f0bf81cf8b95b2faa35db
 DIST reno-1.8.0.tar.gz 33367 SHA256 
fa8e478fe070b6f658fa4868941449cc6dca7b08f520756dcebed2c87e070fdf SHA512 
b8254cddd713d85dbbbedfaca864950093a2194e3a2e9754e5fb2490b2434d808dc3ae3659e901df0cf5ce7f33d6bf07d1c39fc086526a127643636199420d64
 WHIRLPOOL 
3c6e288af413ddf97be057278bec4ecbdda0fd1e80b29f52b20f3ccd6212090e16842e98a50e5dbe65260cb279112d87af3ee00aeb5371bc0dbb374a378e501c
+DIST reno-2.2.1.tar.gz 56013 SHA256 
2feebbeb0fa0cfd4cd19d7fba5bdd334a10a82515b1d8c3c5fc732c076c84ec7 SHA512 
278a7a43168f9467342f25c3eb8692e119cac285940b5d3f5a13f8f45acaffde962d2eeac720f2e5d824d085446fe5d660ef7082f95dd3c0360d594de5a65fb1
 WHIRLPOOL 
30203bbb1f1f8749e43b4c5a3cfe2dd3bfbd5ecf63b9fbcd6a47e8f148d58cd02c895311557919f4e2e27fafda326162edc9df77f71fb3c258b5dc1a6e7295ce

diff --git a/dev-python/reno/reno-2.2.1.ebuild 
b/dev-python/reno/reno-2.2.1.ebuild
new file mode 100644
index 000..2d71015bcdb
--- /dev/null
+++ b/dev-python/reno/reno-2.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="https://pypi.python.org/pypi/reno";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND="
+   >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
+   

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

2017-05-10 Thread Matt Thode
commit: d9591466ed07f3253167413607a18c6493f35f89
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 10 16:39:23 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 10 16:40:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9591466

dev-python/dulwich: adding arm64 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/dulwich/dulwich-0.17.3.ebuild 
b/dev-python/dulwich/dulwich-0.17.3.ebuild
index 739dfbb37b4..6cb73b4bee8 100644
--- a/dev-python/dulwich/dulwich-0.17.3.ebuild
+++ b/dev-python/dulwich/dulwich-0.17.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc examples test"
 
 DEPEND="



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

2017-05-10 Thread Matt Thode
commit: 42fe76907a3b5802e2d9d1dc3afdee787d01ab61
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 10 16:32:06 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 10 16:40:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fe7690

dev-python/dulwich: bup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/dulwich/Manifest  |  1 +
 dev-python/dulwich/dulwich-0.17.3.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest
index cb71ef5a8a7..adc0aa81792 100644
--- a/dev-python/dulwich/Manifest
+++ b/dev-python/dulwich/Manifest
@@ -1,3 +1,4 @@
 DIST dulwich-0.13.0.tar.gz 289213 SHA256 
8ed35334e22cf93e7dcfd5113d8e262041967fe4c3cead5e262c9102f3e63238 SHA512 
5d62f81f45701c4e543483c89db696295b8c6aff413fa595a704b27421d5e0a99132a5c19c9b5511f96261c6a2c7d96e269ce9da526dec001b9a2fbc41413812
 WHIRLPOOL 
abdc1877dbdc4499fbf888635287892376c58007515b32cd48d25662519e4708a79aa6f9b6b6b60b282b5f86646c0c6ca36c29516a0bf864bb998a2f4bd8216f
 DIST dulwich-0.14.1.tar.gz 292827 SHA256 
7c1f49e6e72fa8635328d32bfeb7103e86e175d87fa80a9cefdd63a360f7ba93 SHA512 
95c996c101fa591bb5f94f98ad3c3b2426e678a0d5ee663fb42a8b2e93bb220e9fd18d3e943d3dbc913098111e1dd090f0751a17e1b71431a2175dcd3b711ea2
 WHIRLPOOL 
495a33fa1fb34368008a9c73acb3185032805f4e11a180022c7236b05c421d4ba71d32958d6ea9a602fdf238b83a23feb2c50a30726bad504978705b426b7d4f
+DIST dulwich-0.17.3.tar.gz 311704 SHA256 
0c3eccac93823e172b05d57aaeab3d6f03c6c0f1867613606d1909a3ab4100ca SHA512 
1cc7950d53b8d8bb98f9206e1ced74857f756d4355813ddb2463cef855419ac57ae411e422e500b736c3e577f71da70d675d1f172140d4cc0645d3d5ab9e6e32
 WHIRLPOOL 
c094224fd8c8f135114a7a91f4bbf509f7c28c24d3cdf8e6af25f8ccbbab6fb1bbe39fae1594429844746f6e006f4a63b9536fa84ecd3d617c6c6f5a2a2d5fe2
 DIST dulwich-0.9.9.tar.gz 270127 SHA256 
084e762c8d4d0c0002823249db57b8e735c99c409dacc2849565dd3c0c288496 SHA512 
5039e8e80c51b8ee0df2ba0805fa63d9b476a05c86b6bd9eaf9348ac03a83f0f1208e259ae6bcf40fb2c94ffb57c9b45bff852e367b8bee95c10e672d3dc19d5
 WHIRLPOOL 
2a79d25f1233d9a6a242d064af179486810555eb3c9803c336ae152095318a32eb8588779cb07f84b073a05bf7f083ba3b3d4c8d2b4f8929b2aa3d01c29a0a01

diff --git a/dev-python/dulwich/dulwich-0.17.3.ebuild 
b/dev-python/dulwich/dulwich-0.17.3.ebuild
new file mode 100644
index 000..739dfbb37b4
--- /dev/null
+++ b/dev-python/dulwich/dulwich-0.17.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
+HOMEPAGE="https://github.com/jelmer/dulwich/ 
https://pypi.python.org/pypi/dulwich";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/gevent[${PYTHON_USEDEP}]
+   dev-python/geventhttpclient[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/python-fastimport[${PYTHON_USEDEP}]
+   )"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   emake check
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2017-05-10 Thread Matt Thode
commit: d6a5c391a4b2f84f531f6676f9fa32e0ec3953c9
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 10 16:39:01 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 10 16:40:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a5c391

dev-python/geventhttpclient: adding arm64 keyword

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild 
b/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
index c346987daba..12cd92969e9 100644
--- a/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-05-10 Thread Matt Thode
commit: 58add56f73422ab6c5b130b596a6cde1fd2b16fb
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 10 16:31:29 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 10 16:40:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58add56f

dev-python/geventhttpclient: adding python3_6 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild 
b/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
index bd9e0f02656..c346987daba 100644
--- a/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-05-10 Thread Matt Thode
commit: 7bf136f36b716160267c0f2f4b217fb8fd3ad755
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 10 16:38:21 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 10 16:40:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf136f3

dev-python/python-fastimport: adding arm64 keyword

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild 
b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
index ef000d06819..22eaf69c28b 100644
--- a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
+++ b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-05-10 Thread Mart Raudsepp
commit: e9f533c80898fcf67fa99009fe41a53599185fbd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed May 10 15:52:16 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed May 10 16:29:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f533c8

gnome-extra/gnome-builder: bump to 3.24.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-extra/gnome-builder/Manifest |   1 +
 .../gnome-builder/gnome-builder-3.24.2.ebuild  | 133 +
 2 files changed, 134 insertions(+)

diff --git a/gnome-extra/gnome-builder/Manifest 
b/gnome-extra/gnome-builder/Manifest
index 05fa794de78..ef7c20dd476 100644
--- a/gnome-extra/gnome-builder/Manifest
+++ b/gnome-extra/gnome-builder/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-builder-3.22.4.tar.xz 2480900 SHA256 
d569446a83ab88872c265f238f8f42b5928a6b3eebb22fd1db3dbc0dd9128795 SHA512 
69ee0d22f7e60f1bc236f2648662ece38f2a3c827d6877f8cbee82eadd499c19de8e4f6f94d7ad8832a93d26cddb5d34106ec6a9e878a7abea3350929d50711d
 WHIRLPOOL 
9dd3f91d6f66a30e9ff6b415683f9a024d38f4af53029bb9fb4e5b3bf73f06c303516b4958585d7743ffb62cbb468da76b2a9c996ee460539762fada4c11a4da
 DIST gnome-builder-3.24.1.tar.xz 4338232 SHA256 
d0630dceeaf09285640ecec79545baf811321636a441824a9243e7f3a4467583 SHA512 
8a235ca744cd8e79d8c45ccac14b1c89a825eccede52fcb9dfbe62b46a0948a6ba03cb64c9608328be991df4ff6be9b9f9032f335535aabe1673fd8ad5301f8a
 WHIRLPOOL 
3ee74710195038bef91afe86e79de14dd90fae531560ac60f8138b61d36120c69916f833958a130653a9a083b603a3a89c7609829caa9bb84aa96647eb301d04
+DIST gnome-builder-3.24.2.tar.xz 4342908 SHA256 
84843a9f4af2e1ee1ebfac1a2affa2d409df9066e7d11bf1d232ae0c535a SHA512 
dec133ad3c5ef96a036598ebbe684667dc44f73d8643e700f1e776cf8eb860b99c1d333f1fed5bc896cb7bdcf607eb51fedb7bb1f5b0cc662e4b2703d74140bf
 WHIRLPOOL 
1be12b2ab58286eb1273881700eccf5a0f759e1bd80f8799481c8444229fb1e9a98162ff837c8102879c7ea3ac04994747169af7446fa7514641aea9d1cf0fa0

diff --git a/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild 
b/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild
new file mode 100644
index 000..13a5b0fc43a
--- /dev/null
+++ b/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5} )
+VALA_MIN_API_VERSION="0.30"
+VALA_USE_DEPEND="vapigen"
+DISABLE_AUTOFORMATTING=1
+FORCE_PRINT_ELOG=1
+
+inherit gnome2 python-single-r1 vala virtualx readme.gentoo-r1
+
+DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Builder";
+
+# FIXME: Review licenses at some point
+LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="clang +git sysprof vala webkit"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# When bumping, pay attention to all the included plugins/*/configure.ac files 
and the requirements within.
+# Most have no extra requirements and default to enabled; we need to handle 
the ones with extra requirements, which tend to default to auto(magic).
+# Look at the last (fourth) argument given to AC_ARG_ENABLE to decide. We 
don't support any disabling of those that are default-enabled and have no extra 
deps beyond C/python/introspection.
+# FIXME: >=dev-util/devhelp-3.20.0 dependency is automagic for devhelp 
integration plugin
+# FIXME: vte could be optional via $(use_enable vte terminal-plugin) - but 
most/all people want this and have vte?
+# FIXME: flatpak-plugin needs flatpak.pc >=0.6.9, libgit2[threads] 
>=libgit2-glib-0.24.0[ssh] libsoup-2.4.pc
+# FIXME: --with-sanitizer configure option
+# FIXME: Enable rdtscp based high performance counter usage on suitable 
architectures for EGG_COUNTER?
+# Editorconfig needs pcre.h, with vte migrating away, might want it optional?
+# Python is always enabled - the core python plugin support checks are 
automagic and not worth crippling it by not supporting python plugins
+# Relatedly introspection is always required to not have broken python using 
plugins or have to enable/disable them based on it. This is a full IDE, not a 
place to be really minimal.
+# An introspection USE flag of a dep is required if any introspection based 
language plugin wants to use it. Last full check at 3.22.4
+RDEPEND="
+   >=x11-libs/gtk+-3.22.1:3[introspection]
+   >=dev-libs/glib-2.50.0:2[dbus]
+   >=x11-libs/gtksourceview-3.22.0:3.0[introspection]
+   >=dev-libs/gobject-introspection-1.48.0:=
+   >=dev-python/pygobject-3.22.0:3
+   >=dev-libs/libxml2-2.9.0
+   >=x11-libs/pango-1.38.0
+   >=dev-libs/libpeas-1.18.0[python,${PYTHON_USEDEP}]
+   >=dev-libs/json-glib-1.2.0
+   >=app-text/gspell-1.2.0
+   >=app-text/enchant-1.6.0
+   webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )
+   clang? ( sys-devel/clang:= )
+   git? (
+   dev-libs/libgit2[ssh,thr

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

2017-05-10 Thread Patrice Clement
commit: fa8d8a606af524192ada549eca627462ab1eb40b
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed May 10 16:22:09 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed May 10 16:22:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8d8a60

dev-java/leiningen-bin: fix RDEPEND/DEPEND.

RDEPEND => virtual/jre
DEPEND  => virtual/jdk

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/leiningen-bin/leiningen-bin-2.7.0.ebuild| 6 +++---
 dev-java/leiningen-bin/leiningen-bin-2.7.1-r1.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-java/leiningen-bin/leiningen-bin-2.7.0.ebuild 
b/dev-java/leiningen-bin/leiningen-bin-2.7.0.ebuild
index 807741b3194..4f07d80fc89 100644
--- a/dev-java/leiningen-bin/leiningen-bin-2.7.0.ebuild
+++ b/dev-java/leiningen-bin/leiningen-bin-2.7.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="6"
@@ -19,8 +19,8 @@ LICENSE="EPL-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND=">=virtual/jdk-1.6:*"
-DEPEND=">=virtual/jdk-1.6:*"
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6"
 
 RESTRICT="test"
 

diff --git a/dev-java/leiningen-bin/leiningen-bin-2.7.1-r1.ebuild 
b/dev-java/leiningen-bin/leiningen-bin-2.7.1-r1.ebuild
index a6a5f01087f..a6174af9f13 100644
--- a/dev-java/leiningen-bin/leiningen-bin-2.7.1-r1.ebuild
+++ b/dev-java/leiningen-bin/leiningen-bin-2.7.1-r1.ebuild
@@ -19,8 +19,8 @@ LICENSE="EPL-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x64-macos"
 
-RDEPEND=">=virtual/jdk-1.6:*"
-DEPEND=">=virtual/jdk-1.6:*"
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6"
 
 RESTRICT="test"
 



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

2017-05-10 Thread Matthias Maier
commit: 72ae18ea40249e57fabc4df86234c7207d9540be
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue May  9 17:21:23 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May 10 16:13:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae18ea

dev-libs/boehm-gc: add toolchain as maintainer

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/boehm-gc/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-libs/boehm-gc/metadata.xml b/dev-libs/boehm-gc/metadata.xml
index 43b420a338c..3c4cdfb0b59 100644
--- a/dev-libs/boehm-gc/metadata.xml
+++ b/dev-libs/boehm-gc/metadata.xml
@@ -5,4 +5,8 @@
patr...@gentoo.org
Patrick Lauer
 
+
+   toolch...@gentoo.org
+   Gentoo Toolchain Project
+
 



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

2017-05-10 Thread Matthias Maier
commit: 6f040a46b71eb17a7d7168c73825020b34fa691a
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue May  9 16:54:59 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May 10 16:13:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f040a46

toolchain.eclass: add DEPEND to dev-libs/boehm-gc, bug #617788

sys-devel/gcc-7.1.0 requires external dev-libs/boehm-gc, the internal
copy got removed [1].

[1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=242985

 eclass/toolchain.eclass | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index acdd4013141..db6e643148c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -178,6 +178,12 @@ fi
 
 tc_version_is_at_least 4.5 && RDEPEND+=" >=dev-libs/mpc-0.8.1:0"
 
+if in_iuse objc-gc ; then
+   if tc_version_is_at_least 7 ; then
+   RDEPEND+=" objc-gc? ( >=dev-libs/boehm-gc-7.4.2 )"
+   fi
+fi
+
 if in_iuse graphite ; then
if tc_version_is_at_least 5.0 ; then
RDEPEND+=" graphite? ( >=dev-libs/isl-0.14 )"



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

2017-05-10 Thread Agostino Sarubbo
commit: de9cec64b204eec1666f85225662cafa1f268733
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:44:24 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9cec64

media-libs/libsndfile: x86 stable wrt bug #618010

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

 media-libs/libsndfile/libsndfile-1.0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsndfile/libsndfile-1.0.28.ebuild 
b/media-libs/libsndfile/libsndfile-1.0.28.ebuild
index bcba7c46783..026ce578fce 100644
--- a/media-libs/libsndfile/libsndfile-1.0.28.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.0.28.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="alsa minimal sqlite static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/

2017-05-10 Thread Agostino Sarubbo
commit: e8021331706188ab47ec190072f8795211fbefa1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:42:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8021331

kde-apps/kmail: x86 stable wrt bug #617730

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

 kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild 
b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
index 1ebc8cf3db8..18b70a62022 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
@@ -12,7 +12,7 @@ inherit flag-o-matic kde4-meta
 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/";
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/ktimetracker/

2017-05-10 Thread Agostino Sarubbo
commit: d821c275a8c4b6d4138d67e1c7e87530dfdf0a5c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:43:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d821c275

kde-apps/ktimetracker: x86 stable wrt bug #617730

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

 kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild 
b/kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild
index c3c1481a477..a16ff88ff60 100644
--- a/kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild
+++ b/kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Tracks time spent on various tasks"
 HOEMPAGE="https://www.kde.org/applications/utilities/ktimetracker/";
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/ktnef/

2017-05-10 Thread Agostino Sarubbo
commit: e78eb511ae0daa75cab4cb596a9d032128a1df25
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:43:06 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78eb511

kde-apps/ktnef: x86 stable wrt bug #617730

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

 kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild 
b/kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild
index 6bca15be28a..a78956086e3 100644
--- a/kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild
+++ b/kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild
@@ -9,7 +9,7 @@ inherit kde4-meta
 
 DESCRIPTION="Viewer for TNEF attachments"
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-2.1"
 IUSE="debug"
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kopete/

2017-05-10 Thread Agostino Sarubbo
commit: e2676e8b45c193a688e29ffa28abce7ca45e49f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:42:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2676e8b

kde-apps/kopete: x86 stable wrt bug #617730

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

 kde-apps/kopete/kopete-16.12.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kopete/kopete-16.12.3-r2.ebuild 
b/kde-apps/kopete/kopete-16.12.3-r2.ebuild
index dcb8cd5ae56..5d25c598fa9 100644
--- a/kde-apps/kopete/kopete-16.12.3-r2.ebuild
+++ b/kde-apps/kopete/kopete-16.12.3-r2.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
 
 DESCRIPTION="KDE multi-protocol IM client"
 HOMEPAGE="https://kopete.kde.org 
https://www.kde.org/applications/internet/kopete";
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="debug ssl v4l"
 
 # tests hang, last checked for 4.2.96



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/

2017-05-10 Thread Agostino Sarubbo
commit: 20ddcc9e1443700a0fe1a156198918c98f6d17a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:42:43 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ddcc9e

kde-apps/kontact: x86 stable wrt bug #617730

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

 kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild 
b/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
index 6ff17b4928c..562991ad5f9 100644
--- a/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Container application to unify several major PIM applications 
within one"
 HOMEPAGE="https://www.kde.org/applications/office/kontact/";
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-10 Thread Agostino Sarubbo
commit: 9062e22717eec7d16bf78e3841dafd72b34af88f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:44:06 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9062e227

dev-vcs/mr: x86 stable wrt bug #618034

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

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

diff --git a/dev-vcs/mr/mr-1.20170129.ebuild b/dev-vcs/mr/mr-1.20170129.ebuild
index e2382ece5c3..3abb2b7eddb 100644
--- a/dev-vcs/mr/mr-1.20170129.ebuild
+++ b/dev-vcs/mr/mr-1.20170129.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kwalletd/

2017-05-10 Thread Agostino Sarubbo
commit: 07307603b898a128f1af70caa5ac455f0a040848
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:43:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07307603

kde-apps/kwalletd: x86 stable wrt bug #617730

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

 kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild 
b/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
index 7dc1cd3e643..887fb6627e3 100644
--- a/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
+++ b/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
@@ -7,7 +7,7 @@ KMNAME="kde-runtime"
 inherit kde4-meta flag-o-matic
 
 DESCRIPTION="KDE Password Server"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="debug gpg"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/

2017-05-10 Thread Agostino Sarubbo
commit: 7769448f31e11aa7f59f21c102d9fd811aeee653
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:43:16 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7769448f

kde-frameworks/kwallet: x86 stable wrt bug #617730

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

 kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild 
b/kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild
index 55b4dabef10..adb476ca603 100644
--- a/kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild
+++ b/kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework providing desktop-wide storage for passwords"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="gpg +man"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kjots/

2017-05-10 Thread Agostino Sarubbo
commit: 5e576cc880d1744a514ef9e5e647221e94319df6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:42:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e576cc8

kde-apps/kjots: x86 stable wrt bug #617730

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

 kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild 
b/kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild
index 86417191eb9..5255d9e7ecb 100644
--- a/kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Note taking utility by KDE"
 HOMEPAGE="https://www.kde.org/applications/utilities/kjots/";
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-10 Thread Agostino Sarubbo
commit: 43a6aec053c6f85bfed79052b5996516677963f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:43:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a6aec0

app-crypt/gnupg: x86 stable wrt bug #617960

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

 app-crypt/gnupg/gnupg-2.1.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.1.20-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.1.20-r1.ebuild
index aef32d1b2d2..bc6e1b2da54 100644
--- a/app-crypt/gnupg/gnupg-2.1.20-r1.ebuild
+++ b/app-crypt/gnupg/gnupg-2.1.20-r1.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-3"
 
 MY_P="${P/_/-}"
 SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT="0"
 IUSE="bzip2 doc +gnutls ldap nls readline selinux +smartcard tofu tools usb 
wks-server"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/

2017-05-10 Thread Agostino Sarubbo
commit: b60ed4ccd29247557e952db171bbd8f98dd29939
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:44:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60ed4cc

net-firewall/ferm: x86 stable wrt bug #618094

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

 net-firewall/ferm/ferm-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ferm/ferm-2.4.ebuild 
b/net-firewall/ferm/ferm-2.4.ebuild
index 876a4792d48..4aa1138ef7a 100644
--- a/net-firewall/ferm/ferm-2.4.ebuild
+++ b/net-firewall/ferm/ferm-2.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 # does not install any perl libs
 RDEPEND="dev-lang/perl:*



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

2017-05-10 Thread Agostino Sarubbo
commit: 5a18b6f3acee454ee65e615e9acbf49274365cf4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 10 15:43:37 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 10 15:44:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a18b6f3

app-emulation/xen: x86 stable wrt bug #615980

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

 app-emulation/xen/xen-4.7.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/xen/xen-4.7.2-r1.ebuild 
b/app-emulation/xen/xen-4.7.2-r1.ebuild
index 3644c08a077..ae2733f7496 100644
--- a/app-emulation/xen/xen-4.7.2-r1.ebuild
+++ b/app-emulation/xen/xen-4.7.2-r1.ebuild
@@ -12,11 +12,11 @@ MY_P=${PN}-${PV/_/-}
 
 if [[ $PV == * ]]; then
inherit git-r3
-   KEYWORDS="amd64"
+   KEYWORDS="amd64 x86"
EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm -x86"
+   KEYWORDS="amd64 ~arm x86"
UPSTREAM_VER=0
SECURITY_VER=26
GENTOO_VER=



  1   2   >