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

2017-04-24 Thread Michael Palimaka
commit: 77ed8b0fbb8b9fa1d17766f167474eb21ddfb314
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Apr 25 05:15:33 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Apr 25 05:15:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ed8b0f

net-misc/cmst: update icon cache

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/cmst/cmst-2017.03.18.ebuild | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/net-misc/cmst/cmst-2017.03.18.ebuild 
b/net-misc/cmst/cmst-2017.03.18.ebuild
index 36d6de0f600..9eea2f71f8f 100644
--- a/net-misc/cmst/cmst-2017.03.18.ebuild
+++ b/net-misc/cmst/cmst-2017.03.18.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit qmake-utils
+inherit gnome2-utils qmake-utils
 
 DESCRIPTION="Qt GUI for Connman with system tray icon"
 HOMEPAGE="https://github.com/andrew-bibb/cmst;
@@ -34,3 +34,15 @@ src_install() {
emake INSTALL_ROOT="${D}" install
rm -r "${D}"/usr/share/licenses || die
 }
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2017-04-24 Thread Michael Palimaka
commit: 297c95fde07599a8e7f985d9e71bfa33a79bcea2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Apr 25 05:12:24 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Apr 25 05:15:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297c95fd

net-misc/cmst: remove 2016.04.03

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/cmst/Manifest   |  1 -
 net-misc/cmst/cmst-2016.04.03.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest
index 264abda4723..d79f1fcaf16 100644
--- a/net-misc/cmst/Manifest
+++ b/net-misc/cmst/Manifest
@@ -1,3 +1,2 @@
-DIST cmst-2016.04.03.tar.gz 2551685 SHA256 
c3d7ba9b3d06a3bdf8476224b7e30b4ea41005d719ae4f01897c188d56c716a1 SHA512 
22f1cb2c3a8b06b3c92bf446ea6c5511c4589445747e4f615aa5a4a1c4c9933a320447077060c317e446f312e645ce887e98c80c27fdbf16f76513bd18d487f1
 WHIRLPOOL 
ae405ae6e99d2588fae005411976b0c7ce1b72db896a905ee1c91e7cf3aed5d2ee09609241191dfe00d1ab20c81a7d8e77a06c3166951f66383a417c25df1823
 DIST cmst-2016.10.03.tar.gz 2553113 SHA256 
6292c126e19992d22e193e99d814fec55c463babe1a1b0dc31fcd117e4bd619c SHA512 
98097f456e17a00cec88f26e6916f2757ed2de5d1ec54a30a593973891c53651d2009f66f0731d9074872dbdb5bea27aa26267bf23a68c89d76396f1f2a1f847
 WHIRLPOOL 
7826d1b24801563342689d310e02e9a9196ca957dbf5265e61c4b2c1e6fcc982d50e45bf07c87b2208b9c18e790b47242d46d81c5040ba99a2630c5fb2e8e913
 DIST cmst-2017.03.18.tar.gz 2554106 SHA256 
6b0071d464c33406a9ad6938b04a038ddf677a0a80a9dc82a05c04afd937fec7 SHA512 
af89ec2044ede191f204281279f07cf4ca7bde5d5b7409bccb150fa1ac4d1efe1dda41f6e57bff57e50ac11be25fbd1d5613acec17d198814e52b43a56dd1ea9
 WHIRLPOOL 
b2bcdce9ae67bf4fae8297c02750c604f35a8f7f58a142a15cb471771f704010f042e3156fb38d747e928d8f777efcf7da5b80b5018dc360ebac2050ecad6fb7

diff --git a/net-misc/cmst/cmst-2016.04.03.ebuild 
b/net-misc/cmst/cmst-2016.04.03.ebuild
deleted file mode 100644
index 5dcb0236142..000
--- a/net-misc/cmst/cmst-2016.04.03.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qmake-utils
-
-DESCRIPTION="Qt GUI for Connman with system tray icon"
-HOMEPAGE="https://github.com/andrew-bibb/cmst;
-SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}
-   net-misc/connman
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_configure() {
-   export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
-   eqmake5
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   rm -r "${D}"/usr/share/licenses || die
-}



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

2017-04-24 Thread Michael Palimaka
commit: 90a154656d6e2f7496bf88d17774bf03fa6667bd
Author: Impyy  impy  me>
AuthorDate: Sun Apr 23 16:11:54 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Apr 25 05:11:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a15465

net-misc/cmst: version bump to 2017.03.18

 net-misc/cmst/Manifest   |  1 +
 net-misc/cmst/cmst-2017.03.18.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest
index 3b6ff132f37..264abda4723 100644
--- a/net-misc/cmst/Manifest
+++ b/net-misc/cmst/Manifest
@@ -1,2 +1,3 @@
 DIST cmst-2016.04.03.tar.gz 2551685 SHA256 
c3d7ba9b3d06a3bdf8476224b7e30b4ea41005d719ae4f01897c188d56c716a1 SHA512 
22f1cb2c3a8b06b3c92bf446ea6c5511c4589445747e4f615aa5a4a1c4c9933a320447077060c317e446f312e645ce887e98c80c27fdbf16f76513bd18d487f1
 WHIRLPOOL 
ae405ae6e99d2588fae005411976b0c7ce1b72db896a905ee1c91e7cf3aed5d2ee09609241191dfe00d1ab20c81a7d8e77a06c3166951f66383a417c25df1823
 DIST cmst-2016.10.03.tar.gz 2553113 SHA256 
6292c126e19992d22e193e99d814fec55c463babe1a1b0dc31fcd117e4bd619c SHA512 
98097f456e17a00cec88f26e6916f2757ed2de5d1ec54a30a593973891c53651d2009f66f0731d9074872dbdb5bea27aa26267bf23a68c89d76396f1f2a1f847
 WHIRLPOOL 
7826d1b24801563342689d310e02e9a9196ca957dbf5265e61c4b2c1e6fcc982d50e45bf07c87b2208b9c18e790b47242d46d81c5040ba99a2630c5fb2e8e913
+DIST cmst-2017.03.18.tar.gz 2554106 SHA256 
6b0071d464c33406a9ad6938b04a038ddf677a0a80a9dc82a05c04afd937fec7 SHA512 
af89ec2044ede191f204281279f07cf4ca7bde5d5b7409bccb150fa1ac4d1efe1dda41f6e57bff57e50ac11be25fbd1d5613acec17d198814e52b43a56dd1ea9
 WHIRLPOOL 
b2bcdce9ae67bf4fae8297c02750c604f35a8f7f58a142a15cb471771f704010f042e3156fb38d747e928d8f777efcf7da5b80b5018dc360ebac2050ecad6fb7

diff --git a/net-misc/cmst/cmst-2017.03.18.ebuild 
b/net-misc/cmst/cmst-2017.03.18.ebuild
new file mode 100644
index 000..36d6de0f600
--- /dev/null
+++ b/net-misc/cmst/cmst-2017.03.18.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qmake-utils
+
+DESCRIPTION="Qt GUI for Connman with system tray icon"
+HOMEPAGE="https://github.com/andrew-bibb/cmst;
+SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+   net-misc/connman
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+   export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
+   eqmake5 DISTRO=gentoo
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   rm -r "${D}"/usr/share/licenses || die
+}



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

2017-04-24 Thread Zac Medico
commit: 24255d98ec70a36d7d0eaccfad6f735da0c2414d
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Apr 25 04:58:34 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Apr 25 05:01:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24255d98

dev-python/aiohttp: drop version 1.3.5 (buggy)

With aiohttp-1.3.5, I've observed CancelledError raised
unexpectedly from the aiohttp.ClientSession.get method, and
downgrading to 1.3.3 made the problem go away. The traceback
with aiohttp-1.3.5 and python-3.5.2 was as follows:

  File "fetcher.py", line 223, in fetch
await await client_session.get(url, timeout=timeout, params=params)
  File "/usr/lib64/python3.5/asyncio/futures.py", line 361, in __iter__
yield self  # This tells Task to wait for completion.
  File "/usr/lib64/python3.5/asyncio/tasks.py", line 296, in _wakeup
future.result()
  File "/usr/lib64/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
  File "/home/zmedico/repos/adswatch/src/adswatch/rest_client.py", line 124, in 
_get
url, timeout=self._timeout, params=params)
  File "/usr/lib64/python3.5/site-packages/aiohttp/client.py", line 590, in 
__await__
resp = yield from self._coro
  File "/usr/lib64/python3.5/site-packages/aiohttp/client.py", line 217, in 
_request
conn = yield from self._connector.connect(req)
  File "/usr/lib64/python3.5/site-packages/aiohttp/connector.py", line 370, in 
connect
yield from self._create_connection(req)
  File "/usr/lib64/python3.5/site-packages/aiohttp/connector.py", line 663, in 
_create_connection
transport, proto = yield from self._create_direct_connection(req)
  File "/usr/lib64/python3.5/site-packages/aiohttp/connector.py", line 686, in 
_create_direct_connection
local_addr=self._local_addr)
  File "/usr/lib64/python3.5/asyncio/base_events.py", line 649, in 
create_connection
yield from tasks.wait(fs, loop=self)
  File "/usr/lib64/python3.5/asyncio/tasks.py", line 347, in wait
return (yield from _wait(fs, timeout, return_when, loop))
  File "/usr/lib64/python3.5/asyncio/tasks.py", line 430, in _wait
yield from waiter
  File "/usr/lib64/python3.5/asyncio/futures.py", line 361, in __iter__
yield self  # This tells Task to wait for completion.
  File "/usr/lib64/python3.5/asyncio/tasks.py", line 296, in _wakeup
future.result()
  File "/usr/lib64/python3.5/asyncio/futures.py", line 266, in result
raise CancelledError
concurrent.futures._base.CancelledError

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/aiohttp/Manifest |  1 -
 dev-python/aiohttp/aiohttp-1.3.5.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 254dcd880c2..fd6db4e7e4a 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -7,4 +7,3 @@ DIST aiohttp-1.1.2.tar.gz 576160 SHA256 
8be33ad39522d5fbc06ce527da4615bf93e6c5d4
 DIST aiohttp-1.1.5.tar.gz 577346 SHA256 
8f4c31a10b0a96667ac8a13e3756a3505e040c423c3c4075b99745056b3537d8 SHA512 
44b1474a64ce150164045f30734da119a1848a3677d885493f99f2d724d20884dac9a24adce4b90017e203fc67b295443f91d14f1af9eb20d657a3cd4b69d747
 WHIRLPOOL 
036265681123f902aaa2000fd6ddd83980c3b1a48d67b583b5e1da7e7079d381a9c92669c12040c1494ba3890c2a849cd1f190003a1ec611df7a72843242bcec
 DIST aiohttp-1.2.0.tar.gz 589818 SHA256 
b2fa11df067207ff15813be84b78910f6f9d897f02e9c345993b9962802a6bea SHA512 
4101f0aad0d6bb8caf931dbd7f9e07bfdaa445796af92c84ea999538c2767f3cd62740ea9c7e07f255eb57b52e967e5343461809a5d5f4e8b12cd4383753bd77
 WHIRLPOOL 
239f802ce1dde24b3e1c6fba39357822564256f1aae167b44164d9bab3e67113400534df0835ca6b5245b8229dcab752149774c7adde1e1aef2a0f549d2d33ad
 DIST aiohttp-1.3.3.tar.gz 526273 SHA256 
103433f594442b98ed4af9db02331e548a0ef2d4cfd02207ea24ed9eb85862e4 SHA512 
39342270f615f7e5e01889ad50ccb60335151e94631007b105acda9930038d2fb66128469ca44043280c9f737130e2361129e2fa1c857a7654a1151b98a19a69
 WHIRLPOOL 
c6689d990f31ce45e012ca26a459993505d264fdb36f87481588eb747e5cd5c5aa38dd2e08c10f2d9b7bfd16622a7b312e08c7fb7c33929e0bdf872fac2e92bf
-DIST aiohttp-1.3.5.tar.gz 527432 SHA256 
cd14a45da385b5e860849ffaff3ecee56f9b37bf9e7f3f7bc5ce3f17556cf842 SHA512 
b99630fa9006163d61e0e010972aee8daad021c5ad0152b04fb6f8b661f18ea03fcfa8d35603ecfcdaef4ecbaff0159b49e2f40164241bb5def48b2847e2d966
 WHIRLPOOL 
b39e5a5081cadb497aa982b8bee1a24615a2e382071755586c52855529c7984c9140c04239fe9ef81e51f3e11a1ea7b1c021f6b8a4dd58c4d826f934394b5576

diff --git a/dev-python/aiohttp/aiohttp-1.3.5.ebuild 
b/dev-python/aiohttp/aiohttp-1.3.5.ebuild
deleted file mode 100644
index 0070d6eeb7f..000
--- a/dev-python/aiohttp/aiohttp-1.3.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="http 

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

2017-04-24 Thread Zac Medico
commit: 55dca3026202c32723ca2e8152aff4201838b1b4
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Apr 25 04:37:20 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Apr 25 05:01:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55dca302

dev-python/aiohttp: version bump to 1.3.3

With aiohttp-1.3.5, I've observed a CancelledError raised
unexpectedly from the aiohttp.ClientSession.get method, and
downgrading to 1.3.3 made the problem go away.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/aiohttp/Manifest |  1 +
 dev-python/aiohttp/aiohttp-1.3.3.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 731d4a7093f..254dcd880c2 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -6,4 +6,5 @@ DIST aiohttp-1.1.1.tar.gz 575872 SHA256 
6f624d2b340a2c622949e5585540373a86349d31
 DIST aiohttp-1.1.2.tar.gz 576160 SHA256 
8be33ad39522d5fbc06ce527da4615bf93e6c5d4f933173072bc51fa27ea0cf4 SHA512 
ccba7a8e9a2cebaa0afadcfa927fbe9113577b2c69165cd64d8f1169d6cdb4efca252a228ad8d4780b20fcc94fffb9fa8217cbd0d49cbe9c5560a81e4423be41
 WHIRLPOOL 
ea3f9d74f7c4a0d266b56a2cd5a8655734fd8c9043a7b8f5423f960ff90cbaec1b1d6f3965b089d1cb4db7e1abb39a58dd7d5f627e6f88fb292c822ae75ab77a
 DIST aiohttp-1.1.5.tar.gz 577346 SHA256 
8f4c31a10b0a96667ac8a13e3756a3505e040c423c3c4075b99745056b3537d8 SHA512 
44b1474a64ce150164045f30734da119a1848a3677d885493f99f2d724d20884dac9a24adce4b90017e203fc67b295443f91d14f1af9eb20d657a3cd4b69d747
 WHIRLPOOL 
036265681123f902aaa2000fd6ddd83980c3b1a48d67b583b5e1da7e7079d381a9c92669c12040c1494ba3890c2a849cd1f190003a1ec611df7a72843242bcec
 DIST aiohttp-1.2.0.tar.gz 589818 SHA256 
b2fa11df067207ff15813be84b78910f6f9d897f02e9c345993b9962802a6bea SHA512 
4101f0aad0d6bb8caf931dbd7f9e07bfdaa445796af92c84ea999538c2767f3cd62740ea9c7e07f255eb57b52e967e5343461809a5d5f4e8b12cd4383753bd77
 WHIRLPOOL 
239f802ce1dde24b3e1c6fba39357822564256f1aae167b44164d9bab3e67113400534df0835ca6b5245b8229dcab752149774c7adde1e1aef2a0f549d2d33ad
+DIST aiohttp-1.3.3.tar.gz 526273 SHA256 
103433f594442b98ed4af9db02331e548a0ef2d4cfd02207ea24ed9eb85862e4 SHA512 
39342270f615f7e5e01889ad50ccb60335151e94631007b105acda9930038d2fb66128469ca44043280c9f737130e2361129e2fa1c857a7654a1151b98a19a69
 WHIRLPOOL 
c6689d990f31ce45e012ca26a459993505d264fdb36f87481588eb747e5cd5c5aa38dd2e08c10f2d9b7bfd16622a7b312e08c7fb7c33929e0bdf872fac2e92bf
 DIST aiohttp-1.3.5.tar.gz 527432 SHA256 
cd14a45da385b5e860849ffaff3ecee56f9b37bf9e7f3f7bc5ce3f17556cf842 SHA512 
b99630fa9006163d61e0e010972aee8daad021c5ad0152b04fb6f8b661f18ea03fcfa8d35603ecfcdaef4ecbaff0159b49e2f40164241bb5def48b2847e2d966
 WHIRLPOOL 
b39e5a5081cadb497aa982b8bee1a24615a2e382071755586c52855529c7984c9140c04239fe9ef81e51f3e11a1ea7b1c021f6b8a4dd58c4d826f934394b5576

diff --git a/dev-python/aiohttp/aiohttp-1.3.3.ebuild 
b/dev-python/aiohttp/aiohttp-1.3.3.ebuild
new file mode 100644
index 000..739051416f1
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-1.3.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="http client/server for asyncio"
+HOMEPAGE="https://pypi.python.org/pypi/aiohttp;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/aio-libs/aiohttp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+CDEPEND="
+   dev-python/async_timeout[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-2.1.4[${PYTHON_USEDEP}]
+   >=dev-python/yarl-0.9.8[${PYTHON_USEDEP}]
+   

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

2017-04-24 Thread Jeroen Roovers
commit: 065cc021ec8235ae2ab9e1bc03fd7ddba9589025
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 05:01:29 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 05:01:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065cc021

app-text/code2html: Stable for HPPA (bug #615164).

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

 app-text/code2html/code2html-0.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild 
b/app-text/code2html/code2html-0.9.1-r2.ebuild
index 35a236d2cd2..88c585ed2d5 100644
--- a/app-text/code2html/code2html-0.9.1-r2.ebuild
+++ b/app-text/code2html/code2html-0.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2017-04-24 Thread Jeroen Roovers
commit: 0531303728b7540b4d371e23e623bb5394c19dce
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 05:00:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 05:00:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05313037

app-portage/gentoolkit: Stable for HPPA (bug #612538).

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

 app-portage/gentoolkit/gentoolkit-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
index a4ddf087686..69594c081d9 100644
--- a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}



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

2017-04-24 Thread Jeroen Roovers
commit: a177024ae5b4b516932befdcbdb0334f849b87d9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 04:56:55 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 04:56:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a177024a

sci-libs/cxsparse: Stable for HPPA (bug #611334).

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

 sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild 
b/sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild
index 2f66c4d7efd..5337d7a9584 100644
--- a/sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild
+++ b/sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="sci-libs/suitesparseconfig[${MULTILIB_USEDEP}]"



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

2017-04-24 Thread Jeroen Roovers
commit: a8607d892ab69f5f3b01c7fee9b916f17c4ac699
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 04:56:40 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 04:56:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8607d89

sci-libs/suitesparseconfig: Stable for HPPA (bug #611334).

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

 sci-libs/suitesparseconfig/suitesparseconfig-4.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1-r1.ebuild 
b/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1-r1.ebuild
index 9e8341e2502..232fd084c5b 100644
--- a/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1-r1.ebuild
+++ b/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="static-libs"
 
 multilib_src_configure() {



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

2017-04-24 Thread Jeroen Roovers
commit: 629b0c01b2d06349f7756181e922e92e503d9a10
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 04:34:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 04:35:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629b0c01

sys-kernel/gentoo-sources: Stable for HPPA (bug #613446).

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

 sys-kernel/gentoo-sources/gentoo-sources-4.9.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.16.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.16.ebuild
index 81b5034d7eb..e9a8ad4ca18 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.16.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.16.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-04-24 Thread Jeroen Roovers
commit: d16690a9caf7998ddac5880fcfe7d4ae4cb2ac1b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 04:34:53 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 04:35:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16690a9

sys-kernel/gentoo-sources: Stable for HPPA (bug #611824).

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

 sys-kernel/gentoo-sources/gentoo-sources-4.4.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.52.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.52.ebuild
index 49c43b93708..5fe0af88d80 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.52.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.52.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-04-24 Thread Hans de Graaff
commit: a68e96fcacb6ef0ee0164280f7e8716dab2c3859
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 25 04:28:36 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 25 04:30:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68e96fc

dev-ruby/rubyntlm: add 0.6.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/rubyntlm/Manifest b/dev-ruby/rubyntlm/Manifest
index b20d36969f6..068bd03fc03 100644
--- a/dev-ruby/rubyntlm/Manifest
+++ b/dev-ruby/rubyntlm/Manifest
@@ -1 +1,2 @@
 DIST rubyntlm-0.6.1.gem 31232 SHA256 
73ad912ad1274aa81e108bac9cc13d105da5a386751bfad6b8843d2a5619d4d9 SHA512 
a497c1a8ffe8499ba29f9bfe531f94a4179743c04fb1fd351f0382d78ea184cdc07ee31a04df904f7e71b8c2ee1f7c851595028f870ce167026ab81386ce0043
 WHIRLPOOL 
fc8c990d26ac12ac92cdc693a0b2f4b671ee0df7f628820260a35010c034781f84e1841db712f032755f01dd826cf14021662f6ffd6df9db4dc0e3b30589ac8e
+DIST rubyntlm-0.6.2.gem 32768 SHA256 
be81d7cbe7042c3a582299d89f0b07ef142b9854d260b648b498ad49a7eecbdc SHA512 
11c5a4affc47ac9c4207718856549e202946a0d75f40b508d9dbdde4f5792de0737e03342c653a0cb06f8ca91a260859cd386d6349c909c7ea99c31c77fd6bb3
 WHIRLPOOL 
79c3b9211b350f7bc9802076d6673645d3fbcdd4b1308d75ebc1203e03232dbb1620a6311806de8f77c5d82c4d9abf7f2f2fc9e6c898386f2de16e48f9068364

diff --git a/dev-ruby/rubyntlm/rubyntlm-0.6.2.ebuild 
b/dev-ruby/rubyntlm/rubyntlm-0.6.2.ebuild
new file mode 100644
index 000..4f5d9616848
--- /dev/null
+++ b/dev-ruby/rubyntlm/rubyntlm-0.6.2.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"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM 
authentication."
+HOMEPAGE="https://github.com/winrb/rubyntlm;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
+}



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

2017-04-24 Thread Hans de Graaff
commit: 1e8642fcaf0e378eaf9bed2bc927853c9f06a7c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 25 04:25:15 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 25 04:30:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8642fc

dev-ruby/contracts: add 0.16.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/contracts/Manifest|  1 +
 dev-ruby/contracts/contracts-0.16.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ruby/contracts/Manifest b/dev-ruby/contracts/Manifest
index df63880ad89..84d9f967de5 100644
--- a/dev-ruby/contracts/Manifest
+++ b/dev-ruby/contracts/Manifest
@@ -1,2 +1,3 @@
 DIST contracts-0.14.0.gem 54272 SHA256 
2200ee843282fc2d2b01197a22dc81aa457a4f49dca7b9cc6605d90a75e7bc99 SHA512 
a2a05293445b74f112ab6db3ead631987fd248a384731b008e2098d58da5ddc8a23336e1777bfe5fee678a71b5e4a4d18e9f5a9dc0fee263ed5fd83a12d5ba2f
 WHIRLPOOL 
9f7537f7055976696491ffd700dae428347120b8bfb6ec49eebf94a70050f36397350b439765aad7fed660b6480b53c187367af5d563eb0e805cbdcf35e408ca
 DIST contracts-0.15.0.gem 54272 SHA256 
4db4a970d3cf61837e5e93c894d3218801168206dac58a319243e9a384f6d000 SHA512 
ff478fef19298842f3632cb19b2c119052e271f41fd7e910da64dc061734b9fc6dd10f0a90e15b1d9150d8e26e982785b5a96aa9a093c10b16030235a37442e4
 WHIRLPOOL 
ac3aae5409adaee9c5c42d1c75d6490871bf763c379d4993d1634451b93c3d91ac416ef428de325e5faa816a8261b22d91b46f61b3126a50412fd44639317a31
+DIST contracts-0.16.0.gem 55296 SHA256 
6a50bf7be643c2641b6629ff1b629156e74d94513f0188fadaba6463c32d2e85 SHA512 
27d757c3a6d25920ada1b24842a5ed8521bc8902b1840b6060c94dc17e5eecb91501439eb764fa2fec97dedc6591d2c2978630f56d4b38e7b607e9fccfb60ad7
 WHIRLPOOL 
dc1d3029dacebe2d135221d209175111c154c4211e6bb8684fc805fdc6fe1e8276a8fcaa3482f21ce35691cd439f270729af7ac7751ca9d2d57b614a3a9b0afd

diff --git a/dev-ruby/contracts/contracts-0.16.0.ebuild 
b/dev-ruby/contracts/contracts-0.16.0.ebuild
new file mode 100644
index 000..850f8277680
--- /dev/null
+++ b/dev-ruby/contracts/contracts-0.16.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.md TODO.markdown TUTORIAL.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="provides contracts for Ruby"
+HOMEPAGE="https://github.com/egonSchiele/contracts.ruby;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""



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

2017-04-24 Thread Hans de Graaff
commit: 82239caffaa4f10b9588e6daa5542ce73c3d6528
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 25 04:27:12 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 25 04:30:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82239caf

dev-ruby/dnsruby: add 1.60.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/dnsruby/Manifest  |  1 +
 dev-ruby/dnsruby/dnsruby-1.60.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index 4c98234b482..fd96d7ac4ea 100644
--- a/dev-ruby/dnsruby/Manifest
+++ b/dev-ruby/dnsruby/Manifest
@@ -1,2 +1,3 @@
 DIST dnsruby-1.59.3.gem 233984 SHA256 
ec350a4d5c0994428098693ddda1c1d65e03547a90c28c022d93357887f6ae3a SHA512 
7cfd8c15b7691b86473f46c6e28c751f87d63459104c2b550312a717c654c5013751851497e3ab0242202a813c2cbfa2d78cc414aa80641d47ca4b622e3eee09
 WHIRLPOOL 
35d4ce0549c0a6c12738141980058d4a9c7e602ff2d18240a6948375d453810c87347f48f5eed5c2d0b454200401eab6db3b5cde243a48cfb32e04638ddb4c2f
 DIST dnsruby-1.60.0.gem 244736 SHA256 
bf9bd6d5e3610e51ac83da8bbad3ee7180b62cfe2f7e3f8df2e7ba355b93a56d SHA512 
696f2cd72c09bfe6b6eecb59979f872843e7ebea320130edb86eb662ad8b5ad657bea0709614093b5dcdf6c95ebfebdae500ae5622fe999a4cdc03e1ad4b5fc6
 WHIRLPOOL 
4a0278344bf9a8428c11699a8107181fac2720509df338834148d42c105e596895284a985f2b47b4055b34545f6050b1102598ddd8b87a5b9f8f57dd3276dde5
+DIST dnsruby-1.60.1.gem 254464 SHA256 
7cc4a46e980e183a436194dc7f3fc93711f7ffc597458abcb9462cbf35baed72 SHA512 
fb84a76224350b01925e5a5e413ec08c31988d7cc5fc5e403aabb1aaeee227f926b267628e8438da2fef5d14facf6efe98bceb100d8169117119ef115b6d2031
 WHIRLPOOL 
ce3a9aac75f596dede7e56fde69c32d6f1cd41fe56c896ad0711a83f99164145edd8f4654932e956a24c1624528d0925aea9179a0092d59bf90c651872b509d4

diff --git a/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild 
b/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild
new file mode 100644
index 000..9e6d41113b5
--- /dev/null
+++ b/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild
@@ -0,0 +1,33 @@
+# 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_TEST=""
+RUBY_FAKEGEM_DOCDIR="html"
+RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md"
+inherit ruby-fakegem
+
+DESCRIPTION="A pure Ruby DNS client library"
+HOMEPAGE="https://github.com/alexdalitz/dnsruby;
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4:5 )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Cc]overall/d" Rakefile || die
+   sed -i -e '/display/d' \
+   -e '/Display/,/^}/d' test/spec_helper.rb || die
+}
+
+each_ruby_test() {
+   # only run offline tests
+   #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed"
+   ${RUBY} -I .:lib test/ts_offline.rb || die "test failed"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-instance-debootstrap/

2017-04-24 Thread Jeroen Roovers
commit: e737d4a2836be6079b9130724af84e4059089837
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 04:23:27 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 04:23:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e737d4a2

app-emulation/ganeti-instance-debootstrap: Version bump (bug #598497).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/ganeti-instance-debootstrap/Manifest |  1 +
 .../ganeti-instance-debootstrap-0.16.ebuild| 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-emulation/ganeti-instance-debootstrap/Manifest 
b/app-emulation/ganeti-instance-debootstrap/Manifest
index 2ad664a1d26..a46ec4ae4f1 100644
--- a/app-emulation/ganeti-instance-debootstrap/Manifest
+++ b/app-emulation/ganeti-instance-debootstrap/Manifest
@@ -1,3 +1,4 @@
 DIST ganeti-instance-debootstrap-0.11.tar.gz 67946 SHA256 
a80dcffe530473d935a1b14de940c8d437d5bf83dd8a5670d8b7d349f2e91768 SHA512 
d39ae29b49e3e0e25e9052ee5201d5aeeedfa229cc0b8674ea01a26b1b615b262c1464ca16b5268884a0fa28981e5126eec084d7bb9298a4b405574925b85b4e
 WHIRLPOOL 
860cd9c757e6b25d7caab5a8706e7f0705ae6c0a01b69bc7513060ce77ea7ea3903c6e00981825f341a0ea40f770744b6c6b3ae5c5bd472df045ac40e28b66b8
 DIST ganeti-instance-debootstrap-0.12.tar.gz 69835 SHA256 
c9c516d72ad6581e06c40230ee2d811e8484c03b2542f7610c603a9460ef717e SHA512 
5f1813510071addca9bee5e36f7b34a5cbd06f53db8222f6345cb788af8d686aeb94d11ec098eb63b8e11ded18a03c233dd99237f2db9190894bab6189353ab5
 WHIRLPOOL 
ada2c9acb41c6d7a611a6dc9c574a83f7281e262c2cf4c73d70907c598dc209dc161e922d112b048728a118b2c19ffc8e3e12852f074eebf20ec5aec78b570fc
+DIST ganeti-instance-debootstrap-0.16.tar.gz 23020 SHA256 
4338cdcbebafbab8b4b20ff503fa890a040f15f1ac36219d38840359cf6bed16 SHA512 
43197d034d719b81ea8737ea60763d43bf71bc9b15b0fbee60bd42e5b0c0f3821805986d4f564db91207a83c2396e87fe081180eec3a5da77d18f2d510fbff1f
 WHIRLPOOL 
890002833b79b183005134f4c0bb31c1569917dccc5b0ad5deb6b1438118f66af44339d1440de382a382c0af6fff56de662dd28403ad37c3579b2b388fce8856
 DIST ganeti-instance-debootstrap-0.9.tar.gz 67353 SHA256 
2ee275e349f1949d6483e1675e9ef9c39dd0bd7b051ac199176671b82e99c9cb SHA512 
662ae950a7f7f34d2d1f00b49c1b45dd2fa422f922f230f5cc11f95a00eaccc1bf0c468346463dc66f11980262c8151933f8348676ea84ea4114afcc4600015b
 WHIRLPOOL 
a62e93a5293ed91917678db0be3c0c3f81b31550bdd1820a3701ed7236a972381a8371ff00f7db29eedffde6bbd47d4d623c3e018d820ed0c19679e292e41282

diff --git 
a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.16.ebuild
 
b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.16.ebuild
new file mode 100644
index 000..7bea16989fd
--- /dev/null
+++ 
b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.16.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="Scripts to build Ganeti VMs with debootstrap"
+HOMEPAGE="http://www.ganeti.org/;
+SRC_URI="http://downloads.ganeti.org/instance-debootstrap/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   ${DEPEND}
+   >=sys-apps/coreutils-6.10-r1
+   app-arch/dpkg
+   app-arch/dump
+   app-emulation/ganeti
+   dev-util/debootstrap
+   sys-apps/util-linux
+   sys-fs/e2fsprogs
+   sys-fs/multipath-tools
+"
+
+src_prepare() {
+   default
+
+   sed -i -e 's|AC_MSG_ERROR|AC_MSG_WARN|g' configure.ac || die
+   sed -i -e 's|COPYING||g' Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf --docdir=/usr/share/doc/${P}
+}
+
+src_install() {
+   default
+
+   insinto /etc/ganeti/instance-debootstrap/hooks
+   doins examples/hooks/*
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-instance-debootstrap/

2017-04-24 Thread Jeroen Roovers
commit: f319817a07979e0f56f7c36c98fe186209ed97c2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 04:23:53 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 04:23:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f319817a

app-emulation/ganeti-instance-debootstrap: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/ganeti-instance-debootstrap/Manifest |  1 -
 .../ganeti-instance-debootstrap-0.9.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-emulation/ganeti-instance-debootstrap/Manifest 
b/app-emulation/ganeti-instance-debootstrap/Manifest
index a46ec4ae4f1..c7a19d4f38d 100644
--- a/app-emulation/ganeti-instance-debootstrap/Manifest
+++ b/app-emulation/ganeti-instance-debootstrap/Manifest
@@ -1,4 +1,3 @@
 DIST ganeti-instance-debootstrap-0.11.tar.gz 67946 SHA256 
a80dcffe530473d935a1b14de940c8d437d5bf83dd8a5670d8b7d349f2e91768 SHA512 
d39ae29b49e3e0e25e9052ee5201d5aeeedfa229cc0b8674ea01a26b1b615b262c1464ca16b5268884a0fa28981e5126eec084d7bb9298a4b405574925b85b4e
 WHIRLPOOL 
860cd9c757e6b25d7caab5a8706e7f0705ae6c0a01b69bc7513060ce77ea7ea3903c6e00981825f341a0ea40f770744b6c6b3ae5c5bd472df045ac40e28b66b8
 DIST ganeti-instance-debootstrap-0.12.tar.gz 69835 SHA256 
c9c516d72ad6581e06c40230ee2d811e8484c03b2542f7610c603a9460ef717e SHA512 
5f1813510071addca9bee5e36f7b34a5cbd06f53db8222f6345cb788af8d686aeb94d11ec098eb63b8e11ded18a03c233dd99237f2db9190894bab6189353ab5
 WHIRLPOOL 
ada2c9acb41c6d7a611a6dc9c574a83f7281e262c2cf4c73d70907c598dc209dc161e922d112b048728a118b2c19ffc8e3e12852f074eebf20ec5aec78b570fc
 DIST ganeti-instance-debootstrap-0.16.tar.gz 23020 SHA256 
4338cdcbebafbab8b4b20ff503fa890a040f15f1ac36219d38840359cf6bed16 SHA512 
43197d034d719b81ea8737ea60763d43bf71bc9b15b0fbee60bd42e5b0c0f3821805986d4f564db91207a83c2396e87fe081180eec3a5da77d18f2d510fbff1f
 WHIRLPOOL 
890002833b79b183005134f4c0bb31c1569917dccc5b0ad5deb6b1438118f66af44339d1440de382a382c0af6fff56de662dd28403ad37c3579b2b388fce8856
-DIST ganeti-instance-debootstrap-0.9.tar.gz 67353 SHA256 
2ee275e349f1949d6483e1675e9ef9c39dd0bd7b051ac199176671b82e99c9cb SHA512 
662ae950a7f7f34d2d1f00b49c1b45dd2fa422f922f230f5cc11f95a00eaccc1bf0c468346463dc66f11980262c8151933f8348676ea84ea4114afcc4600015b
 WHIRLPOOL 
a62e93a5293ed91917678db0be3c0c3f81b31550bdd1820a3701ed7236a972381a8371ff00f7db29eedffde6bbd47d4d623c3e018d820ed0c19679e292e41282

diff --git 
a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild
 
b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild
deleted file mode 100644
index 83f7406cdae..000
--- 
a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Scripts to build Ganeti VMs with debootstrap"
-HOMEPAGE="http://www.ganeti.org/;
-SRC_URI="https://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-arch/dpkg
-   app-arch/dump
-   app-emulation/ganeti
-   dev-util/debootstrap
-   >=sys-apps/coreutils-6.10-r1
-   sys-apps/util-linux
-   sys-fs/e2fsprogs"
-
-src_configure() {
-   econf --docdir=/usr/share/doc/${P} || die "econf failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "install failed"
-   insinto /etc/ganeti/instance-debootstrap/hooks
-   doins examples/hooks/*
-}



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

2017-04-24 Thread Jeroen Roovers
commit: 177c9b7211da0de130ae2baa2d1980cdf5ce6e2e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 03:54:41 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 03:55:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177c9b72

dev-util/debootstrap: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/debootstrap/Manifest  |  1 +
 dev-util/debootstrap/debootstrap-1.0.90.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest
index 51edc4ab929..e6cd6cf48fe 100644
--- a/dev-util/debootstrap/Manifest
+++ b/dev-util/debootstrap/Manifest
@@ -1,4 +1,5 @@
 DIST debootstrap_1.0.87.tar.gz 65875 SHA256 
e48c931b8c0a4981c580db1a85418177bf62f18320a376aefbc7910e1f1fb3aa SHA512 
a36d566292f25093e0367a912f262e95036e355a3f4872a5b957cff53999f4491cc30d7d65a08c31e68f98d75c0a5229b88681895720ff9a610d5fffe4565060
 WHIRLPOOL 
b1fa7835051b69fc21bdbdadad81af3f5e9ba2218c0502c86a93118282e1ca0e901e81b5a6ab691bc6f154265d651ec7bb598d4df89387c04a3c87c5285e777e
 DIST debootstrap_1.0.88.tar.gz 65590 SHA256 
a08332bb288223a7afca125b5d5946dcfa36720f36138fee3fea299aad80d2f8 SHA512 
339b574a1a556a65d8f1091064e128d48b5d7954eb4c7ce94a34787a51b7de8ed82cb31ebd86de9c61c5569384dd22088d437090d7111d1720204c1bb3f4b8a7
 WHIRLPOOL 
adf0ebd60ab148251c259012ef7944308913ea416429a524c3184efdb464b893d731382374fb6eef0ef65a661b7117bcbd940e6541f1c5d483d260fec7a37e74
 DIST debootstrap_1.0.89.tar.gz 69020 SHA256 
3fde1e34eae8744d802ff4f4ba5464b8c8829c0afe9d394c8a536cfdaca23885 SHA512 
3f230ce3eff6359353d106c806ce395861fb47fc1416eb0b498af7ce12a45ce7572b18284633d6d4d07b73a4a203e03bc205df3eae0db6f637237d25d0a69b1a
 WHIRLPOOL 
3eb2b66794d0e49e52eb87761bf2dad8980c20d41c032b1ec06742945a0999ac18ff721907721c00a92d0f1597b1560d47e461fe78bd3081af6cb5ec4d3d1cb4
+DIST debootstrap_1.0.90.tar.gz 69936 SHA256 
4d1f434b093051a27fe9482063e2b09aa88cdcc51877228b04729e302ba9145e SHA512 
f8fc584d08b63f9f3fe1120b7b7ca41ef4acab4201ded08a45d7d5c1e4be67ff365840fbb65dad97c0798fd3d565148df2c465bc4cd3f62c0b31226dd1b2575d
 WHIRLPOOL 
3f43d8e35dcb2c9adceec27d71b4430ff69fa42c5ab4b319a5af1aa58d28f78cf012a5d3e898dfe9f2e5e6ebd25161511456ca09d8f1d68d618f242bea0cefcc
 DIST devices.tar.gz 47835 SHA256 
0d93f93c8b21160069d14e74f8f990a2e0e1e5a90dc828b29e6b3f5aa5829e48 SHA512 
994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432
 WHIRLPOOL 
222963bb920e1311bc2f481bba04e49f386b60cce6ce0576424896277e0c4fc6a339d4403d587744c32b0bfb1db6391f200fa8d66117e3f21e1c12f35365d732

diff --git a/dev-util/debootstrap/debootstrap-1.0.90.ebuild 
b/dev-util/debootstrap/debootstrap-1.0.90.ebuild
new file mode 100644
index 000..1a80d483d36
--- /dev/null
+++ b/dev-util/debootstrap/debootstrap-1.0.90.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Debian/Ubuntu bootstrap scripts"
+HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
+   mirror://gentoo/devices.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-arch/dpkg
+   net-misc/wget
+   sys-devel/binutils
+"
+
+DOCS=( TODO debian/changelog )
+
+src_unpack() {
+   unpack ${PN}_${PV}.tar.gz
+   cp "${DISTDIR}"/devices.tar.gz "${S}"
+}
+
+src_compile() {
+   return
+}
+
+src_install() {
+   default
+   doman debootstrap.8
+}
+
+pkg_postinst() {
+   if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; 
then
+   elog "To check Release files against a keyring (--keyring=K), 
please"
+   elog "install app-crypt/gnupg"
+   fi
+
+   if ! has_version app-crypt/debian-archive-keyring || ! has_version 
app-crypt/ubuntu-keyring; then
+   elog "To check Release files from Debian or Ubuntu, please 
install"
+   elog " app-crypt/debian-archive-keyring or"
+   elog " app-crypt/ubuntu-keyring as required"
+   fi
+}



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

2017-04-24 Thread Jonathan Vasquez
commit: 104defd9f31e572d095e60495cabcfaf45515bd3
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Tue Apr 25 03:05:29 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Tue Apr 25 03:05:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104defd9

media-tv/plex-media-server: fixing bug for #616328 for old plex versions

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ...ex-media-server-1.5.3.ebuild => plex-media-server-1.4.4-r1.ebuild} | 4 ++--
 ...ex-media-server-1.5.3.ebuild => plex-media-server-1.5.3-r1.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-tv/plex-media-server/plex-media-server-1.5.3.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.4.4-r1.ebuild
similarity index 96%
copy from media-tv/plex-media-server/plex-media-server-1.5.3.ebuild
copy to media-tv/plex-media-server/plex-media-server-1.4.4-r1.ebuild
index 530a3b6e406..a4c8a177b77 100644
--- a/media-tv/plex-media-server/plex-media-server-1.5.3.ebuild
+++ b/media-tv/plex-media-server/plex-media-server-1.4.4-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 inherit eutils user systemd unpacker pax-utils python-single-r1
 
-MINOR_VERSION="3580-4b377d295"
+MINOR_VERSION="3495-edef59192"
 
 _APPNAME="plexmediaserver"
 _USERNAME="plex"
@@ -62,7 +62,7 @@ src_install() {
dodir "${CONFIG_PATH}"
insinto "${CONFIG_PATH}"
doins "${CONFIG_VANILLA#/}"
-   sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}#g" -i 
"${S}"/usr/sbin/start_pms || die
+   sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}/${_APPNAME}#g" -i 
"${S}"/usr/sbin/start_pms || die
 
# Remove Debian specific files
rm -rf "usr/share/doc" || die

diff --git a/media-tv/plex-media-server/plex-media-server-1.5.3.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.5.3-r1.ebuild
similarity index 97%
rename from media-tv/plex-media-server/plex-media-server-1.5.3.ebuild
rename to media-tv/plex-media-server/plex-media-server-1.5.3-r1.ebuild
index 530a3b6e406..3b91d730871 100644
--- a/media-tv/plex-media-server/plex-media-server-1.5.3.ebuild
+++ b/media-tv/plex-media-server/plex-media-server-1.5.3-r1.ebuild
@@ -62,7 +62,7 @@ src_install() {
dodir "${CONFIG_PATH}"
insinto "${CONFIG_PATH}"
doins "${CONFIG_VANILLA#/}"
-   sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}#g" -i 
"${S}"/usr/sbin/start_pms || die
+   sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}/${_APPNAME}#g" -i 
"${S}"/usr/sbin/start_pms || die
 
# Remove Debian specific files
rm -rf "usr/share/doc" || die



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

2017-04-24 Thread Jonathan Vasquez
commit: aca88b815a7f5fb96f3a0a220e88db0d79e14a76
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Tue Apr 25 03:02:26 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Tue Apr 25 03:02:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca88b81

media-tv/plex-media-server: version bump to 1.5.5 (includes bug fix for #616328)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-tv/plex-media-server/Manifest|   1 +
 .../plex-media-server-1.5.5.ebuild | 135 +
 2 files changed, 136 insertions(+)

diff --git a/media-tv/plex-media-server/Manifest 
b/media-tv/plex-media-server/Manifest
index 10e4a1a8bd5..ea46fbdd25c 100644
--- a/media-tv/plex-media-server/Manifest
+++ b/media-tv/plex-media-server/Manifest
@@ -1,2 +1,3 @@
 DIST plexmediaserver_1.4.4.3495-edef59192_amd64.deb 103118966 SHA256 
ba05818febf0267c04151d9a243f2eff0823310a1c89b58d8be4608f4f7a7402 SHA512 
5a6caa5bc16f8d57177f86e079d6cad980dabc35e4ed355a7c44058593c11b65dd6a64349b110818b258bfeb679ead153ad2b316189cfdffc51938d70834f138
 WHIRLPOOL 
a95804173d2df36af04760a5c551f0114768d5f134e23cf2156b65ac426379f6aaa5a95bee54b63cb96451a93b2de19eab67f6a96c9dc62a7f677c27212be92b
 DIST plexmediaserver_1.5.3.3580-4b377d295_amd64.deb 105500574 SHA256 
983d48597179125c7de3c49f44af7d7cfca0a7bf645c26833c906cbe5e1accd8 SHA512 
92c64d2acaa37fa98c02ff95a07eb44078b4f7db519047f65647d7f09dcca6ca1fb67738119e2988a0b9b61e3260f4a2402f5710a17d35797c574c122e62c537
 WHIRLPOOL 
2606946d34d356161d22a2298589e18f4e710671bf41fd2f84d486186c7472f505b8a5a7131ed56ad7ef648b61e5f67d6e8cd25781a56520601a76317f6a6213
+DIST plexmediaserver_1.5.5.3634-995f1dead_amd64.deb 105497618 SHA256 
ea2270c5fe7f27f2dedb89a7a82301e40177db75d653de08d559d4b1a39a8feb SHA512 
e8ad69e1ea378148e0a5bf9f95a11df499d48a7073d71b843874896fa72284033de2d5bfaf8d70af5e4f9066b3a774f6d23f0d5f9e2a6291c23f33b00dde4924
 WHIRLPOOL 
cc9214948c3abb54594711fd66b0f14e47586fafd8ce1c3697c7f50f5a3c8e0eb6d627d64dd5ea450f7aa86e78fc1a92a44195bb5e9eea8a119c2dcbbe1ec18d

diff --git a/media-tv/plex-media-server/plex-media-server-1.5.5.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.5.5.ebuild
new file mode 100644
index 000..fef1ad8284e
--- /dev/null
+++ b/media-tv/plex-media-server/plex-media-server-1.5.5.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils user systemd unpacker pax-utils python-single-r1
+
+MINOR_VERSION="3634-995f1dead"
+
+_APPNAME="plexmediaserver"
+_USERNAME="plex"
+_SHORTNAME="${_USERNAME}"
+_FULL_VERSION="${PV}.${MINOR_VERSION}"
+
+URI="https://downloads.plex.tv/plex-media-server;
+
+DESCRIPTION="A free media library that is intended for use with a plex client."
+HOMEPAGE="http://www.plex.tv/;
+SRC_URI="amd64? ( 
${URI}/${_FULL_VERSION}/plexmediaserver_${_FULL_VERSION}_amd64.deb )"
+SLOT="0"
+LICENSE="Plex"
+RESTRICT="mirror bindist strip"
+KEYWORDS="-* ~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   sys-apps/fix-gnustack
+   dev-python/virtualenv[${PYTHON_USEDEP}]"
+
+RDEPEND="
+   net-dns/avahi
+   ${PYTHON_DEPS}"
+
+QA_DESKTOP_FILE="usr/share/applications/plexmediamanager.desktop"
+QA_PREBUILT="*"
+QA_MULTILIB_PATHS=(
+   "usr/lib/${_APPNAME}/.*"
+   "usr/lib/${_APPNAME}/Resources/Python/lib/python2.7/.*"
+)
+
+EXECSTACKED_BINS=( "${ED%/}/usr/lib/plexmediaserver/libgnsdk_dsp.so*" )
+BINS_TO_PAX_MARK=( "${ED%/}/usr/lib/plexmediaserver/Plex Script Host" )
+
+S="${WORKDIR}"
+PATCHES=( "${FILESDIR}/virtualenv_start_pms.patch" )
+
+pkg_setup() {
+   enewgroup ${_USERNAME}
+   enewuser ${_USERNAME} -1 /bin/bash /var/lib/${_APPNAME} 
"${_USERNAME},video"
+   python-single-r1_pkg_setup
+}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_install() {
+   # Move the config to the correct place
+   local CONFIG_VANILLA="/etc/default/plexmediaserver"
+   local CONFIG_PATH="/etc/${_SHORTNAME}"
+   dodir "${CONFIG_PATH}"
+   insinto "${CONFIG_PATH}"
+   doins "${CONFIG_VANILLA#/}"
+   sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}/${_APPNAME}#g" -i 
"${S}"/usr/sbin/start_pms || die
+
+   # Remove Debian specific files
+   rm -rf "usr/share/doc" || die
+
+   # Copy main files over to image and preserve permissions so it is 
portable
+   cp -rp usr/ "${ED}" || die
+
+   # Make sure the logging directory is created
+   local LOGGING_DIR="/var/log/pms"
+   dodir "${LOGGING_DIR}"
+   chown "${_USERNAME}":"${_USERNAME}" "${ED%/}/${LOGGING_DIR}" || die
+
+   # Create default library folder with correct permissions
+   local DEFAULT_LIBRARY_DIR="/var/lib/${_APPNAME}"
+   dodir "${DEFAULT_LIBRARY_DIR}"
+   chown "${_USERNAME}":"${_USERNAME}" "${ED%/}/${DEFAULT_LIBRARY_DIR}" || 
die
+
+   # Install the OpenRC init/conf files
+   doinitd 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/

2017-04-24 Thread Lars Wendler
commit: f0a75dd9a52b434176fbdeb934cd9158ab11d558
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 25 01:00:17 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 25 01:00:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a75dd9

net-ftp/pure-ftpd: Bump to version 1.0.46

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-ftp/pure-ftpd/Manifest|   1 +
 net-ftp/pure-ftpd/pure-ftpd-1.0.46.ebuild | 136 ++
 2 files changed, 137 insertions(+)

diff --git a/net-ftp/pure-ftpd/Manifest b/net-ftp/pure-ftpd/Manifest
index 7404fadde7d..02bce4498ea 100644
--- a/net-ftp/pure-ftpd/Manifest
+++ b/net-ftp/pure-ftpd/Manifest
@@ -1 +1,2 @@
 DIST pure-ftpd-1.0.45.tar.bz2 497695 SHA256 
9256db7e59abdba712f84581a3ec47cd5b039034c78825d9dc24ea4eecda7d20 SHA512 
bb22b6b88778e2586411318905aa165e590185f7a87ac30761d6250f4de22a1deec6be5441926eae28011d3a5a923bad2ac366e237cc96a4d7932e3dbc9a1f2a
 WHIRLPOOL 
4eebb19342d2580658cac7bb13cf6ecebf70ec5000336565aea6609204befe85a5a96aed1ad24ada6a3b187a4750194d7d4676ea4942f0aff3137b45c9cde139
+DIST pure-ftpd-1.0.46.tar.bz2 490337 SHA256 
9e733f366d8d64bb171cf2ec75dad0da4b922b7102ee4b3e18824966192d SHA512 
e44c1842e6f101f4d7dd42617392f3d54ff58d68608f6a3bc5e612fc89bfd1da6935215a7e87c0d2bbd9fc9f0fa31a40ceb764fd67428dfdd8c5454e0d64e0ab
 WHIRLPOOL 
b8b9ab6cab507dab9c529be651ef37126134932fb4d853e9ddbe012434e06dade27301523098db72ce8ed8287ef0ed4750284827266a8cdf9359313046780a40

diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.46.ebuild 
b/net-ftp/pure-ftpd/pure-ftpd-1.0.46.ebuild
new file mode 100644
index 000..0666f54ec76
--- /dev/null
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.46.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils flag-o-matic
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="Fast, production-quality, standard-conformant FTP server"
+HOMEPAGE="http://www.pureftpd.org/;
+SRC_URI="ftp://ftp.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2
+   http://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+
+IUSE="anondel anonperm anonren anonres caps charconv implicittls ldap libressl 
mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot 
xinetd"
+
+REQUIRED_USE="implicittls? ( ssl )"
+
+DEPEND="caps? ( sys-libs/libcap )
+   charconv? ( virtual/libiconv )
+   ldap? ( >=net-nds/openldap-2.0.25 )
+   mysql? ( virtual/mysql )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:= )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )
+   libressl? ( dev-libs/libressl:= )
+   )
+   sysquota? ( sys-fs/quota[-rpc] )
+   xinetd? ( virtual/inetd )"
+
+RDEPEND="${DEPEND}
+   dev-libs/libsodium:=
+   net-ftp/ftpbase
+   selinux? ( sec-policy/selinux-ftp )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.28-pam.patch
+)
+
+src_configure() {
+   # adjust max user length to something more appropriate
+   # for virtual hosts. See bug #62472 for details.
+   sed -e "s:# define MAX_USER_LENGTH 32U:# define MAX_USER_LENGTH 127U:" \
+   -i "${S}/src/ftpd.h" || die "sed failed"
+
+   # Those features are only configurable like this, see bug #179375.
+   use anondel && append-cppflags -DANON_CAN_DELETE
+   use anonperm && append-cppflags -DANON_CAN_CHANGE_PERMS
+   use anonren && append-cppflags -DANON_CAN_RENAME
+   use anonres && append-cppflags -DANON_CAN_RESUME
+   use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS
+
+   # Do not auto-use SSP -- let the user select this.
+   export ax_cv_check_cflags___fstack_protector_all=no
+
+   local myeconfargs=(
+   --enable-largefile
+   --with-altlog
+   --with-cookie
+   --with-diraliases
+   --with-extauth
+   --with-ftpwho
+   --with-language=${PUREFTPD_LANG:=english}
+   --with-peruserlimits
+   --with-privsep
+   --with-puredb
+   --with-quotas
+   --with-ratios
+   --with-throttling
+   --with-uploadscript
+   --with-virtualhosts
+   $(use_with charconv rfc2640)
+   $(use_with ldap)
+   $(use_with mysql)
+   $(use_with pam)
+   $(use_with paranoidmsg)
+   $(use_with postgres pgsql)
+   $(use_with ssl tls)
+   $(use_with implicittls)
+   $(use_with vchroot virtualchroot)
+   $(use_with sysquota sysquotas)
+   $(usex caps '' '--without-capabilities')
+   $(usex noiplog '--without-iplogging' '')
+   $(usex xinetd '' '--without-inetd')
+   )
+   econf 

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

2017-04-24 Thread Lars Wendler
commit: 3f0d6972c01f68ac16ffdcab30d6f362c7c23248
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 25 01:03:31 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 25 01:03:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0d6972

net-libs/nghttp2: Removed old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/nghttp2/Manifest  |  3 --
 net-libs/nghttp2/nghttp2-1.18.1.ebuild | 62 --
 net-libs/nghttp2/nghttp2-1.20.0.ebuild | 62 --
 net-libs/nghttp2/nghttp2-1.21.0.ebuild | 62 --
 4 files changed, 189 deletions(-)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index 9cedd7c8a1f..86b5a919a4c 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,7 +1,4 @@
 DIST nghttp2-1.10.0.tar.gz 2086580 SHA256 
192dc031e71e182240079befae9db7e64c9951da3a83c7a438f57cf76145b6a8 SHA512 
4341f76ead38ba30e0dfda492e2e0f4c842f453e235fa90ee55b1e556092828236f21c6b212d0099cea005f149e4be3e63ad007009dd5228999101e563009a6f
 WHIRLPOOL 
603391b0d15883cd9db734a0e4bb7d994c17ae4209d5251504e29cc59e0ccf67488b9340acefdb6d6603e9e7d3b0a0491ed18330edce4d20adb0ed19ffc5b975
-DIST nghttp2-1.18.1.tar.gz 2148468 SHA256 
131475e5dbfa1b497ec75637cf9d7b9149c51c83cbd6fc4e55bc6c9d12afa597 SHA512 
d5634ae754eee55877a68a8ce72d62cc342fac466550811787364622e3236c6eaba750f46a22e460bae247e14238bfb6876e5d8eba57b0148ab8d9a7a8156612
 WHIRLPOOL 
f422df813c06b73faec59ebb90a303d37c24e7a4f82f0431942472a6fdbb84ad871b2afc38f0b6eda39f1487280d88d975aafe6a513e36ae3e4d7effca9bfe8d
 DIST nghttp2-1.19.0.tar.gz 2159530 SHA256 
b67946ad211aa3f7c91f4d866f47b056e821da8e31ab4636130d59be87f53016 SHA512 
50f45082f725c237a0e1d25af57992b9cded6c9b68f0aa95c44c16eb4448e05b14e06c853032924d03034115286163de0ad684827cfa5d70896656868fdb4e01
 WHIRLPOOL 
d6178a31aadfcfc3547ab4b0f58ba8f5b34a95ebc1168b7f03b4bfba58a03737b061eea020c264a2da882f0f6541620cd001e62919b82f5b1ada552402c2fab0
-DIST nghttp2-1.20.0.tar.gz 2173657 SHA256 
bdbc4a9ca12fe34cb0360d5e6d2e3a8dfbe48ff9454252aaa44cfcab614bba33 SHA512 
62627c1a203ad805888c45985fcd54c0227378ea51649558aef1f02665b4d5f1ef40cb5cc7b3ba67675c883abf241f6072f06aca7fea7fea385b696e4528840e
 WHIRLPOOL 
114a700db023a7f4b413af2c16f67334cf107c0053e9e20121a8fe26ffa67f85c20a594aa67f0c477680174efac1a7acd04934ff7220451d0b5c893557fb6af7
-DIST nghttp2-1.21.0.tar.gz 2170365 SHA256 
0c4b66741b97b46dd37ffcf354d3e40128cca9033f6d60e66c5bd3b99e556ff6 SHA512 
1d4ab540588df2e241b5b807dcb695aaa5349a4d3d99475febb6db181ced9995092f37ff1e01e702b9921d64ad8bb11d5bf335f1c129443372c457272aa834f7
 WHIRLPOOL 
366a41e14e913eb901bdb2b91e8f01463faae70b2dd6835dc44f95e4002d12cb3a71c8a795fe1c5380b7b781f57fbcd9466a8709ff736e3d6c61b354c4e2fa36
 DIST nghttp2-1.21.1.tar.gz 2167306 SHA256 
4d575f872fe91bf45c424d93b5b566728d6250b5c7af4ffd7753c52cbac9e609 SHA512 
d5bee6c76aee337ecd48563ad1530f15da52496a13cce97b986632258f03173d0c2f1b181e8f90765c6810e41c08f672a8bc81125c2762d186d0da388fb54a92
 WHIRLPOOL 
1ac14456c0ee520257dc475e76182919fe2abd3bfae39adc60d05ecc5efb4d49abcb60dae92f9cc73eb401b715a794eb1b86be4082dbd1955c2c6d45ae2a4c8f
 DIST nghttp2-1.22.0.tar.gz 2176030 SHA256 
f4b5f3afdad69ea2b2542bc998128e2d02a33c40e53e60fd814788518b56b13f SHA512 
e439e4b2b06a8bfef80d1d963d70612b13eaf613e2be78537971e867fd82f222e5457533dee540c5239e00ee78ca8c1efbaccf8cdeacd1c46b58f89ee5ecf327
 WHIRLPOOL 
4d493e5ef129432ce17110279178dda9d0cf1aaa4df82a05084ae052d3fe21342aadcac46fb9c52434f6e3325c99d2750b57a47d7c11292eda2b09f15669d927

diff --git a/net-libs/nghttp2/nghttp2-1.18.1.ebuild 
b/net-libs/nghttp2/nghttp2-1.18.1.ebuild
deleted file mode 100644
index 3ec4b994bb7..000
--- a/net-libs/nghttp2/nghttp2-1.18.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# TODO: Add python support.
-
-EAPI=6
-
-inherit multilib-minimal
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-fi
-
-DESCRIPTION="HTTP/2 C Library"
-HOMEPAGE="https://nghttp2.org/;
-
-LICENSE="MIT"
-SLOT="0/1.14" # . SONAMEs
-IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
-
-RDEPEND="
-   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
-   hpack-tools? ( >=dev-libs/jansson-2.5 )
-   jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
-   utils? (
-   >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
-   !libressl? ( 
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
-   >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]

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

2017-04-24 Thread Lars Wendler
commit: 1fcd13fa536075ac1239a6662efc09dcd566b135
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 25 01:02:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 25 01:02:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcd13fa

net-libs/nghttp2: Bump to version 1.22.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/nghttp2/Manifest  |  1 +
 net-libs/nghttp2/nghttp2-1.22.0.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index 7cf59175d7f..9cedd7c8a1f 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -4,3 +4,4 @@ DIST nghttp2-1.19.0.tar.gz 2159530 SHA256 
b67946ad211aa3f7c91f4d866f47b056e821da
 DIST nghttp2-1.20.0.tar.gz 2173657 SHA256 
bdbc4a9ca12fe34cb0360d5e6d2e3a8dfbe48ff9454252aaa44cfcab614bba33 SHA512 
62627c1a203ad805888c45985fcd54c0227378ea51649558aef1f02665b4d5f1ef40cb5cc7b3ba67675c883abf241f6072f06aca7fea7fea385b696e4528840e
 WHIRLPOOL 
114a700db023a7f4b413af2c16f67334cf107c0053e9e20121a8fe26ffa67f85c20a594aa67f0c477680174efac1a7acd04934ff7220451d0b5c893557fb6af7
 DIST nghttp2-1.21.0.tar.gz 2170365 SHA256 
0c4b66741b97b46dd37ffcf354d3e40128cca9033f6d60e66c5bd3b99e556ff6 SHA512 
1d4ab540588df2e241b5b807dcb695aaa5349a4d3d99475febb6db181ced9995092f37ff1e01e702b9921d64ad8bb11d5bf335f1c129443372c457272aa834f7
 WHIRLPOOL 
366a41e14e913eb901bdb2b91e8f01463faae70b2dd6835dc44f95e4002d12cb3a71c8a795fe1c5380b7b781f57fbcd9466a8709ff736e3d6c61b354c4e2fa36
 DIST nghttp2-1.21.1.tar.gz 2167306 SHA256 
4d575f872fe91bf45c424d93b5b566728d6250b5c7af4ffd7753c52cbac9e609 SHA512 
d5bee6c76aee337ecd48563ad1530f15da52496a13cce97b986632258f03173d0c2f1b181e8f90765c6810e41c08f672a8bc81125c2762d186d0da388fb54a92
 WHIRLPOOL 
1ac14456c0ee520257dc475e76182919fe2abd3bfae39adc60d05ecc5efb4d49abcb60dae92f9cc73eb401b715a794eb1b86be4082dbd1955c2c6d45ae2a4c8f
+DIST nghttp2-1.22.0.tar.gz 2176030 SHA256 
f4b5f3afdad69ea2b2542bc998128e2d02a33c40e53e60fd814788518b56b13f SHA512 
e439e4b2b06a8bfef80d1d963d70612b13eaf613e2be78537971e867fd82f222e5457533dee540c5239e00ee78ca8c1efbaccf8cdeacd1c46b58f89ee5ecf327
 WHIRLPOOL 
4d493e5ef129432ce17110279178dda9d0cf1aaa4df82a05084ae052d3fe21342aadcac46fb9c52434f6e3325c99d2750b57a47d7c11292eda2b09f15669d927

diff --git a/net-libs/nghttp2/nghttp2-1.22.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.22.0.ebuild
new file mode 100644
index 000..3ec4b994bb7
--- /dev/null
+++ b/net-libs/nghttp2/nghttp2-1.22.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# TODO: Add python support.
+
+EAPI=6
+
+inherit multilib-minimal
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="HTTP/2 C Library"
+HOMEPAGE="https://nghttp2.org/;
+
+LICENSE="MIT"
+SLOT="0/1.14" # . SONAMEs
+IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+
+RDEPEND="
+   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
+   hpack-tools? ( >=dev-libs/jansson-2.5 )
+   jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
+   utils? (
+   >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+   !libressl? ( 
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+   >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
+   net-dns/c-ares:=[${MULTILIB_USEDEP}]
+   )
+   xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-examples \
+   --disable-failmalloc \
+   --disable-werror \
+   --without-cython \
+   --disable-python-bindings \
+   --without-spdylay \
+   $(use_enable cxx asio-lib) \
+   $(use_enable debug) \
+   $(multilib_native_use_enable hpack-tools) \
+   $(use_enable static-libs static) \
+   $(use_enable threads) \
+   $(multilib_native_use_enable utils app) \
+   $(multilib_native_use_with jemalloc) \
+   $(multilib_native_use_with xml libxml2)
+}
+
+multilib_src_install_all() {
+   use static-libs || find "${ED}"/usr -name '*.la' -delete
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/, dev-perl/Wx-Scintilla/files/

2017-04-24 Thread Andreas Hüttel
commit: dba986281a22a17cb3bda851f50a5757ab17c051
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 24 23:24:50 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Apr 24 23:24:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba98628

dev-perl/Wx-Scintilla: Fix build with gcc-6, bug 612446

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Wx-Scintilla/Manifest |  1 -
 .../Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild|  6 ++--
 .../files/Wx-Scintilla-0.34-flags.patch| 19 +
 .../files/Wx-Scintilla-0.39-gcc6.patch | 32 ++
 4 files changed, 54 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Wx-Scintilla/Manifest b/dev-perl/Wx-Scintilla/Manifest
index 9fcbda6e9d0..680eb9f3feb 100644
--- a/dev-perl/Wx-Scintilla/Manifest
+++ b/dev-perl/Wx-Scintilla/Manifest
@@ -1,2 +1 @@
-DIST Wx-Scintilla-0.34-patches.tar.gz 488 SHA256 
3ca51b083080d0e1943c24db04251b1a1a8961ded91d18935f850e0004152bd4 SHA512 
743468ea05f78f147664bc550ad6f2869db3876085d56f86b245ba568d58dfa50d957da22a29dbe322f10c5f25001d40927fdc19a83f616778e6b6c55e75d98f
 WHIRLPOOL 
22b241121fc202386e81eb774fcfd0e6c686bdcaf3a3af4b5056465c2d35b9c21bc849702b26e4d6e386c7ea424f827c92f41788140a6f75d4c91906f4495813
 DIST Wx-Scintilla-0.39.tar.gz 848565 SHA256 
d6d67528a2bb3fda2a1f22058c6c94a05eaf632dba5331afb3390defe0ea SHA512 
d9ecec347c1f1382788e5ed7708b0caf86f2ff87db0fdb2b8fa07460c96b1a7921a9402431105beee61f4627f3694a79db7515ceb76b1ae4fb3f95c807afb4d4
 WHIRLPOOL 
229c694683e939cc1110171945aa18cddcb989c63e33c032ae755ba878717792d88f9670f968bd989e58c62066d7e8d4035962ae58975970876a6741a8285560

diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild 
b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
index 58d38d6c224..b11bb08f189 100644
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,6 @@ MODULE_VERSION=0.39
 inherit wxwidgets perl-module
 
 DESCRIPTION="Scintilla source code editing component for wxWidgets"
-SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz;
 
 LICENSE+=" HPND"
 SLOT="0"
@@ -29,7 +28,8 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=(
-   "${WORKDIR}"/${PN}-patches/0.34-flags.patch
+   "${FILESDIR}"/${PN}-0.34-flags.patch
+   "${FILESDIR}"/${PN}-0.39-gcc6.patch
 )
 
 src_configure() {

diff --git a/dev-perl/Wx-Scintilla/files/Wx-Scintilla-0.34-flags.patch 
b/dev-perl/Wx-Scintilla/files/Wx-Scintilla-0.34-flags.patch
new file mode 100644
index 000..31b669dc684
--- /dev/null
+++ b/dev-perl/Wx-Scintilla/files/Wx-Scintilla-0.34-flags.patch
@@ -0,0 +1,19 @@
+--- a/inc/Module/Build/Scintilla/GTK.pm
 b/inc/Module/Build/Scintilla/GTK.pm
+@@ -48,7 +48,6 @@
+   $self->stc_defines,
+   '-c -fPIC',
+   '-o ' . $object_name,
+-  '-O2',
+   '-Wall',
+   $object_name !~ /((Plat|Scintilla)WX|scintilla)\.o/
+   ? '-Wno-missing-braces -Wno-char-subscripts'
+@@ -143,7 +142,7 @@
+   Alien::wxWidgets->link_flags,
+   $Config{lddlflags},
+   '-fPIC -L.',
+-  '-s -o ' . $dll,
++  '-o ' . $dll,
+   'Scintilla.o',
+   '-Lblib/arch/auto/Wx/Scintilla ' . $self->stc_scintilla_link,
+   Alien::wxWidgets->libraries(qw(core base)),

diff --git a/dev-perl/Wx-Scintilla/files/Wx-Scintilla-0.39-gcc6.patch 
b/dev-perl/Wx-Scintilla/files/Wx-Scintilla-0.39-gcc6.patch
new file mode 100644
index 000..269d1d483d3
--- /dev/null
+++ b/dev-perl/Wx-Scintilla/files/Wx-Scintilla-0.39-gcc6.patch
@@ -0,0 +1,32 @@
+diff -ruN Wx-Scintilla-0.39.orig/wx-scintilla/src/scintilla/src/Editor.cxx 
Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/Editor.cxx
+--- Wx-Scintilla-0.39.orig/wx-scintilla/src/scintilla/src/Editor.cxx   
2012-09-04 12:20:46.0 +0200
 Wx-Scintilla-0.39/wx-scintilla/src/scintilla/src/Editor.cxx
2017-04-25 01:20:51.586427196 +0200
+@@ -11,6 +11,7 @@
+ #include 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -989,7 +990,7 @@
+   // Try to optimise small scrolls
+ #ifndef UNDER_CE
+   int linesToMove = topLine - topLineNew;
+-  bool performBlit = (abs(linesToMove) <= 10) && (paintState == 
notPainting);
++  bool performBlit = (std::abs(linesToMove) <= 10) && (paintState 
== notPainting);
+   willRedrawAll = !performBlit;
+ #endif
+   SetTopLine(topLineNew);
+@@ -5868,9 +5869,9 @@
+ }
+ 
+ static bool Close(Point pt1, Point pt2) {
+-  if (abs(pt1.x - pt2.x) > 3)
++  if (std::abs(pt1.x - pt2.x) > 3)
+   return 

[gentoo-commits] proj/sci:master commit in: sci-biology/barrnap/

2017-04-24 Thread Martin Mokrejs
commit: ec86c3fe13488da9117b3195983a6dd8d1977b23
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Apr 24 23:06:52 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Apr 24 23:06:52 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec86c3fe

sci-biology/barrnap: respect EPREFIX

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-biology/barrnap/barrnap-0.3.ebuild | 4 ++--
 sci-biology/barrnap/barrnap-0.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/barrnap/barrnap-0.3.ebuild 
b/sci-biology/barrnap/barrnap-0.3.ebuild
index 021092d43..be281351f 100644
--- a/sci-biology/barrnap/barrnap-0.3.ebuild
+++ b/sci-biology/barrnap/barrnap-0.3.ebuild
@@ -26,10 +26,10 @@ src_install(){
# the below recreates the whole layout
insinto /usr/share/"${PN}"
doins barrnap
-   chmod a+rx "${D}"/usr/share/"${PN}"/barrnap
+   chmod a+rx "${ED}"/usr/share/"${PN}"/barrnap
insinto /usr/share/"${PN}"/binaries
doins binaries/nhmmer.linux
-   chmod a+rx "${D}"/usr/share/"${PN}"/binaries/nhmmer.linux
+   chmod a+rx "${ED}"/usr/share/"${PN}"/binaries/nhmmer.linux
insinto /usr/share/"${PN}"/db
doins db/*
insinto /usr/share/examples

diff --git a/sci-biology/barrnap/barrnap-0.4.ebuild 
b/sci-biology/barrnap/barrnap-0.4.ebuild
index e4839f3f4..f4559fddc 100644
--- a/sci-biology/barrnap/barrnap-0.4.ebuild
+++ b/sci-biology/barrnap/barrnap-0.4.ebuild
@@ -26,10 +26,10 @@ src_install(){
# the below recreates the whole layout
insinto /usr/share/"${PN}"/bin
doins bin/barrnap
-   chmod a+rx "${D}"/usr/share/"${PN}"/bin/barrnap || die
+   chmod a+rx "${ED}"/usr/share/"${PN}"/bin/barrnap || die
insinto /usr/share/"${PN}"/binaries/linux
doins binaries/linux/nhmmer
-   chmod a+rx "${D}"/usr/share/"${PN}"/binaries/linux/nhmmer || die
+   chmod a+rx "${ED}"/usr/share/"${PN}"/binaries/linux/nhmmer || die
insinto /usr/share/"${PN}"/db
doins db/*
insinto /usr/share/"${PN}"/examples



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

2017-04-24 Thread Andreas Hüttel
commit: a784d9ca035ed92b418c56a400fbc200a1891f48
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 24 23:00:07 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Apr 24 23:00:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a784d9ca

dev-perl/Lab-Zhinst: Version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../Lab-Zhinst/{Lab-Zhinst-.ebuild => Lab-Zhinst-0.30.0.ebuild} | 6 +++---
 dev-perl/Lab-Zhinst/Lab-Zhinst-.ebuild  | 4 ++--
 dev-perl/Lab-Zhinst/Manifest| 1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-.ebuild 
b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.30.0.ebuild
similarity index 74%
copy from dev-perl/Lab-Zhinst/Lab-Zhinst-.ebuild
copy to dev-perl/Lab-Zhinst/Lab-Zhinst-0.30.0.ebuild
index 5c30b4506a7..7b42502dd74 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-0.30.0.ebuild
@@ -4,18 +4,18 @@
 EAPI=6
 
 if [[ "${PV}" != "" ]]; then
-   DIST_VERSION=xx # change this when released
+   DIST_VERSION=0.03
DIST_AUTHOR=AMBA
inherit perl-module
KEYWORDS="~amd64"
 else
-   EGIT_REPO_URI="https://github.com/amba/Lab-Zhinst.git;
+   EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git;
EGIT_BRANCH="master"
inherit perl-module git-r3
 fi
 
 DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
-HOMEPAGE="https://github.com/amba/Lab-Zhinst/;
+HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/;
 
 SLOT="0"
 IUSE=""

diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-.ebuild 
b/dev-perl/Lab-Zhinst/Lab-Zhinst-.ebuild
index 5c30b4506a7..28b084b4d8c 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-.ebuild
@@ -9,13 +9,13 @@ if [[ "${PV}" != "" ]]; then
inherit perl-module
KEYWORDS="~amd64"
 else
-   EGIT_REPO_URI="https://github.com/amba/Lab-Zhinst.git;
+   EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git;
EGIT_BRANCH="master"
inherit perl-module git-r3
 fi
 
 DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"
-HOMEPAGE="https://github.com/amba/Lab-Zhinst/;
+HOMEPAGE="http://search.cpan.org/~amba/Lab-Zhinst/;
 
 SLOT="0"
 IUSE=""

diff --git a/dev-perl/Lab-Zhinst/Manifest b/dev-perl/Lab-Zhinst/Manifest
index cf85886de00..18bac208ba2 100644
--- a/dev-perl/Lab-Zhinst/Manifest
+++ b/dev-perl/Lab-Zhinst/Manifest
@@ -1 +1,2 @@
 DIST Lab-Zhinst-0.01.tar.gz 58194 SHA256 
324a1098040208aec095f590895c0374720e80e8b6c130dfef9fc96f91e05bea SHA512 
6086d1dba88669764178252d43a035e7a0dc56b4e84e2cb1b791f98953eabae91faffc70b8093c73cd648acbd580f9b204e4208172cc426c2e9874b419a3fa42
 WHIRLPOOL 
9a0b723fd3c72b199d37a3fbba0ed5cb79552bd986028d0a080f7b2814346d842ea9d2613abe77f2c5b56d91e4cb78715f5c2559b54ea01cda5e7e3b217e8e7e
+DIST Lab-Zhinst-0.03.tar.gz 65577 SHA256 
531cc266dfaaf614364c046505c2076151de9d59c01ddd9462479acca87d3396 SHA512 
24d6f18cd48dda5da11302d7458ae3616f7a1bc33b363ecc1f022df6b09ba68dd2c67a9323334d96c192a65cb96ffd868c9d24e96840b9b85248d55e7a732380
 WHIRLPOOL 
9f6ab29c787876db3d7f3eabcd2b56cb6c8aecf2c0c08060d0e1b919b564ad67013a2022628b42757ca8d1a62f515bac57beb3374adcfac87a56731181d369d0



[gentoo-commits] repo/gentoo:master commit in: dev-db/redis/, profiles/

2017-04-24 Thread Robin H. Johnson
commit: b82611614a532dde75901dd8e56cbfa710ddf221
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Apr 24 22:36:58 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Apr 24 22:37:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8261161

dev-db/redis: fix slotted vs unslotted revisions.

Package-Manager: portage-2.3.3

 dev-db/redis/{redis-3.2.5-r2.ebuild => redis-3.2.5-r4.ebuild} |  3 ++-
 dev-db/redis/{redis-3.2.5-r2.ebuild => redis-3.2.5-r5.ebuild} |  0
 dev-db/redis/{redis-3.2.5-r2.ebuild => redis-3.2.6-r4.ebuild} |  3 ++-
 dev-db/redis/{redis-3.2.6-r2.ebuild => redis-3.2.6-r5.ebuild} |  0
 profiles/package.mask | 11 ---
 5 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-db/redis/redis-3.2.5-r2.ebuild 
b/dev-db/redis/redis-3.2.5-r4.ebuild
similarity index 97%
copy from dev-db/redis/redis-3.2.5-r2.ebuild
copy to dev-db/redis/redis-3.2.5-r4.ebuild
index a637b9f2376..71744849145 100644
--- a/dev-db/redis/redis-3.2.5-r2.ebuild
+++ b/dev-db/redis/redis-3.2.5-r4.ebuild
@@ -15,7 +15,7 @@ IUSE="+jemalloc tcmalloc luajit test"
 SLOT="0"
 
 RDEPEND="luajit? ( dev-lang/luajit:2 )
-   !luajit? ( dev-lang/lua:5.1 )
+   !luajit? ( >=dev-lang/lua-5.1:* )
tcmalloc? ( dev-util/google-perftools )
jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND="virtual/pkgconfig
@@ -64,6 +64,7 @@ src_prepare() {
sed -i  \
-e "/^AC_INIT/s|, [0-9].+, |, $PV, |" \
-e 
"s:AC_CONFIG_FILES(\[Makefile\]):AC_CONFIG_FILES([${makefiles}]):g" \
+   -e "/PKG_CHECK_MODULES.*\/s,lua5.1,lua,g" \
configure.ac || die "Sed failed for configure.ac"
eautoreconf
 }

diff --git a/dev-db/redis/redis-3.2.5-r2.ebuild 
b/dev-db/redis/redis-3.2.5-r5.ebuild
similarity index 100%
copy from dev-db/redis/redis-3.2.5-r2.ebuild
copy to dev-db/redis/redis-3.2.5-r5.ebuild

diff --git a/dev-db/redis/redis-3.2.5-r2.ebuild 
b/dev-db/redis/redis-3.2.6-r4.ebuild
similarity index 97%
rename from dev-db/redis/redis-3.2.5-r2.ebuild
rename to dev-db/redis/redis-3.2.6-r4.ebuild
index a637b9f2376..71744849145 100644
--- a/dev-db/redis/redis-3.2.5-r2.ebuild
+++ b/dev-db/redis/redis-3.2.6-r4.ebuild
@@ -15,7 +15,7 @@ IUSE="+jemalloc tcmalloc luajit test"
 SLOT="0"
 
 RDEPEND="luajit? ( dev-lang/luajit:2 )
-   !luajit? ( dev-lang/lua:5.1 )
+   !luajit? ( >=dev-lang/lua-5.1:* )
tcmalloc? ( dev-util/google-perftools )
jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND="virtual/pkgconfig
@@ -64,6 +64,7 @@ src_prepare() {
sed -i  \
-e "/^AC_INIT/s|, [0-9].+, |, $PV, |" \
-e 
"s:AC_CONFIG_FILES(\[Makefile\]):AC_CONFIG_FILES([${makefiles}]):g" \
+   -e "/PKG_CHECK_MODULES.*\/s,lua5.1,lua,g" \
configure.ac || die "Sed failed for configure.ac"
eautoreconf
 }

diff --git a/dev-db/redis/redis-3.2.6-r2.ebuild 
b/dev-db/redis/redis-3.2.6-r5.ebuild
similarity index 100%
rename from dev-db/redis/redis-3.2.6-r2.ebuild
rename to dev-db/redis/redis-3.2.6-r5.ebuild

diff --git a/profiles/package.mask b/profiles/package.mask
index 25108226d20..512650efcb2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -366,11 +366,16 @@ x11-libs/gtk+:1
 >=dev-perl/Math-BigInt-GMP-1.600.0
 
 # Robin H. Johnson  (18 Nov 2016)
-# Depends on slotted lua
+# Depends on slotted lua, 
+# odd revisions are slotted lua, 
+# even revisions are unslotted lua
 =dev-db/redis-3.2.5-r1
-=dev-db/redis-3.2.5-r2
+=dev-db/redis-3.2.5-r2 # except somebody bumped it out of pattern
+=dev-db/redis-3.2.5-r5
 =dev-db/redis-3.2.6-r1
-=dev-db/redis-3.2.6-r2
+=dev-db/redis-3.2.6-r2 # except somebody bumped it out of pattern
+=dev-db/redis-3.2.6-r5
+
 
 # Ian Stakenvicius (17 Nov 2016)
 # Does not honour LD_LIBRARY_PATH set in the environment, causing



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-db/redis/

2017-04-24 Thread Robin H. Johnson
commit: 9281659964897d3d83ddefa91631f8551de0d33a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Apr 24 22:37:49 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Apr 24 22:37:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92816599

dev-db/redis: bump

Package-Manager: portage-2.3.3

 dev-db/redis/Manifest  |   1 +
 dev-db/redis/redis-3.2.8-r1.ebuild | 122 
 dev-db/redis/redis-3.2.8.ebuild| 123 +
 profiles/package.mask  |   1 +
 4 files changed, 247 insertions(+)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index 8ae7bceb231..b6d97a7ef1c 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -1,3 +1,4 @@
 DIST redis-3.0.7.tar.gz 1375200 SHA256 
b2a791c4ea3bb7268795c45c6321ea5abcc24457178373e6a6e3be6372737f23 SHA512 
6c8f4c88d911e1433fd28efff2f6d62763e08be89814ebf4aa4e68e2c8bd605eba24ca3410548b2f480ae094437ce96c0bafa7a5762b3b405d5d850886297ba3
 WHIRLPOOL 
53c2c967b999bbcb5b45117bbad74b46457158ad94e8c43566311dd3d58c63c2d0cc2dac5dc9e8806821c2532ee4beded17e039da4ddeae958e5a0092429ee3a
 DIST redis-3.2.5.tar.gz 1544040 SHA256 
8509ceb1efd849d6b2346a72a8e926b5a4f6ed3cc7c3cd8d9f36b2e9ba085315 SHA512 
4ecf6277c8fdf4411223b9f5a5c8308829da9bd756b45de5217d469e9def8faad8c05b6348c06aef99eca9245d45abfd52df056c3c819723da66a2ca20c381dd
 WHIRLPOOL 
db1eecac5e407734002d39cc16f708fcb1f506829df4dabda53bffc7012746a23ea2342cded4d90f39db72ba61eda349b80b4a3e4f1eba06dbaa6cad8c50264e
 DIST redis-3.2.6.tar.gz 1544806 SHA256 
2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa SHA512 
15f2e55a7cc56e7e652a3a8d344fceb6d0d33cf53caa81854e6b1977ec68f7e92ac06d0d66999bfc577f185eba19e0927a81014bdb5cd484eecb080b6a6e16bc
 WHIRLPOOL 
a3dd92e565cdfbc65bfccd452efde8fc4124ede1133ca74a30c69f68eb5021b5fb1bbc7dc30d3ea9993c42bc9c4ce2716564329bd5be142a5764a9ab807a9d14
+DIST redis-3.2.8.tar.gz 1547237 SHA256 
61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c SHA512 
7334faf73af3644f7f9dcaddd322955d5df1e88a1640b509ae623f322615a20f6dc143eb57dd89ff3a278557df309ac4215c3fb458235682ce28e16c817068ba
 WHIRLPOOL 
50ffecd1891051a3e28028065bfaf090b2eec42a757cdf61c6d22b051c8ba4fc78809b3198182d2333bedb4715d9a8d70bf04f605030abe6e33cc6b9b7161cf7

diff --git a/dev-db/redis/redis-3.2.8-r1.ebuild 
b/dev-db/redis/redis-3.2.8-r1.ebuild
new file mode 100644
index 000..a637b9f2376
--- /dev/null
+++ b/dev-db/redis/redis-3.2.8-r1.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic systemd toolchain-funcs user
+
+DESCRIPTION="A persistent caching system, key-value and data structures 
database"
+HOMEPAGE="http://redis.io/;
+SRC_URI="http://download.redis.io/releases/${P}.tar.gz;
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x86-macos ~x86-solaris"
+IUSE="+jemalloc tcmalloc luajit test"
+SLOT="0"
+
+RDEPEND="luajit? ( dev-lang/luajit:2 )
+   !luajit? ( dev-lang/lua:5.1 )
+   tcmalloc? ( dev-util/google-perftools )
+   jemalloc? ( >=dev-libs/jemalloc-3.2 )"
+DEPEND="virtual/pkgconfig
+   >=sys-devel/autoconf-2.63
+   test? ( dev-lang/tcl:0= )
+   ${RDEPEND}"
+REQUIRED_USE="?? ( tcmalloc jemalloc )"
+
+S="${WORKDIR}/${PN}-${PV/_/-}"
+
+pkg_setup() {
+   enewgroup redis 75
+   enewuser redis 75 -1 /var/lib/redis redis
+}
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-3.2.5-shared.patch \
+   "${FILESDIR}"/${PN}-3.2.3-config.patch \
+   "${FILESDIR}"/${PN}-3.2.3-sharedlua.patch
+   eapply_user
+
+   # Copy lua modules into build dir
+   cp 
"${S}"/deps/lua/src/{fpconv,lua_bit,lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c 
"${S}"/src || die
+   cp "${S}"/deps/lua/src/{fpconv,strbuf}.h "${S}"/src || die
+   # Append cflag for lua_cjson
+   # 
https://github.com/antirez/redis/commit/4fdcd213#diff-3ba529ae517f6b57803af0502f52a40bL61
+   append-cflags "-DENABLE_CJSON_GLOBAL"
+
+   # now we will rewrite present Makefiles
+   local makefiles=""
+   for MKF in $(find -name 'Makefile' | cut -b 3-); do
+   mv "${MKF}" "${MKF}.in"
+   sed -i  -e 's:$(CC):@CC@:g' \
+   -e 's:$(CFLAGS):@AM_CFLAGS@:g' \
+   -e 's: $(DEBUG)::g' \
+   -e 's:$(OBJARCH)::g' \
+   -e 's:ARCH:TARCH:g' \
+   -e '/^CCOPT=/s:$: $(LDFLAGS):g' \
+   "${MKF}.in" \
+   || die "Sed failed for ${MKF}"
+   makefiles+=" ${MKF}"
+   done
+   # autodetection of compiler and settings; generates the modified 
Makefiles
+   cp "${FILESDIR}"/configure.ac-3.2 configure.ac
+   sed -i  \
+   -e "/^AC_INIT/s|, [0-9].+, |, $PV, 

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

2017-04-24 Thread William Hubbs
commit: b33e3c990042cfc164560a2e6e79848f5cf38059
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Apr 24 22:05:00 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Apr 24 22:07:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33e3c99

dev-util/meson: 0.40.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/meson/Manifest|  1 +
 dev-util/meson/meson-0.40.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index f74b27f0b9f..47467714feb 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -2,3 +2,4 @@ DIST meson-0.36.0.tar.gz 459007 SHA256 
17e3fb4ac697c2bd2ba7f555e5830ac13257b2250
 DIST meson-0.37.1.tar.gz 487233 SHA256 
32515e2bdbd9c5774941f74f7c87513bcdc08a6b1e5307eac1e2ae5aa6966b91 SHA512 
6d112736bb485e6a0206143f38b83afae1e3e709e3a8f42415621b956cf313cc52a7a21dc52d099ccf746ebcc097f0ba3addc0141f0e90ee4df399f8745c95bf
 WHIRLPOOL 
87a2e7902aa0f5dc12266095275cd7f3d86da774a1a918050f43975e4ef40a8b88608ede2d0e525e8f2c865f5ca1c78e7d5a0e7f7474b6dad537563c52a0666a
 DIST meson-0.38.1.tar.gz 515277 SHA256 
631fa287c87909616e03a36c26e67b16fc5c7182ec7360972808d509125f06f6 SHA512 
e681aaf10f919dd4a3e7b7f0bae2a7d69b8f73b27231a7e2610b35bfee513472509454e45e88242397fcfaf6b271f423120213807c1e59ebdb5f2393e734c358
 WHIRLPOOL 
5f38685fae0cb139c4da407a54f578c3c562057912fee92685025d21da7eeadd226ab22d263db4c0fec7419da51c43eec9cdd40e73378a9b726c7a76adaf1e43
 DIST meson-0.39.1.tar.gz 558928 SHA256 
67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 SHA512 
97de0f361913272d75e96d7aa7385acb391dfaad4b62fe09201a0c34443ee65bc4cc46a13b42af8b598252dd2c34d0121edfacbf6cc4fef6696ae4808a3cab4e
 WHIRLPOOL 
081f8ab743157cf04416e4e60cacab2ce01cfe3841da60d599ce50499047ae2523cde92157d6ecbe808d6e693e30c661314bc68cb260b6275fc447cd68934b00
+DIST meson-0.40.0.tar.gz 584171 SHA256 
5cbe4031fa78ceb5ceaaa19480645ffaccef20e2e8fc4b331aa7b40f6ff166c1 SHA512 
faaea4f3aff52ec9e06c225ab9a5d28d53ad42c035c882e90066a032f496aa11f2fd268c72a1c730279b50f6c63521a3828e057d485ca5237b91f6cbfdb6b295
 WHIRLPOOL 
463a18823f9ddf50532f09c852fc106af9b1e61857a0064399d1d7392d80ebf9dc2ad201ed276653e8fb2a8827d347ad9e91a6690428a97d81c6b7e5f914d19c

diff --git a/dev-util/meson/meson-0.40.0.ebuild 
b/dev-util/meson/meson-0.40.0.ebuild
new file mode 100644
index 000..4d9862c55ad
--- /dev/null
+++ b/dev-util/meson/meson-0.40.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="http://mesonbuild.com/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+RESTRICT="test"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-util/ninja-1.6.0
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( authors.txt contributing.txt )
+
+python_test() {
+   ${EPYTHON} run_tests.py || die
+}



[gentoo-commits] proj/kde:master commit in: app-cdr/isoimagewriter/

2017-04-24 Thread Andreas Sturmlechner
commit: c01d370e583a109c21603db932b0609196733dc6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 24 21:39:03 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 24 21:40:09 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c01d370e

app-cdr/isoimagewriter: Drop KMNAME, upstream repo renamed

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-cdr/isoimagewriter/isoimagewriter-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-cdr/isoimagewriter/isoimagewriter-.ebuild 
b/app-cdr/isoimagewriter/isoimagewriter-.ebuild
index a9f33b319f..8af7d8d237 100644
--- a/app-cdr/isoimagewriter/isoimagewriter-.ebuild
+++ b/app-cdr/isoimagewriter/isoimagewriter-.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 
-KMNAME="imagewriter"
 inherit kde5
 
 DESCRIPTION="Write hybrid ISO files onto a USB disk"



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

2017-04-24 Thread Mike Gilbert
commit: a93ef274d825abff432c4d28a7e9eec9a5520f43
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Apr 23 16:18:06 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Apr 24 21:21:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93ef274

dev-python/python-daemon: add python 3.5, 3.6

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

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

diff --git a/dev-python/python-daemon/python-daemon-2.1.1.ebuild 
b/dev-python/python-daemon/python-daemon-2.1.1.ebuild
index 94453acd349..138f1abc2e5 100644
--- a/dev-python/python-daemon/python-daemon-2.1.1.ebuild
+++ b/dev-python/python-daemon/python-daemon-2.1.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=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-04-24 Thread Zac Medico
commit: 85ed4f680c625c5510e894841bdb54fcf2c5ceeb
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 24 21:06:00 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 21:06:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ed4f68

dev-util/android-tools: include sysmacros for bug 616508

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild 
b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
index f5e1750c542..8947945cab6 100644
--- a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
+++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
@@ -52,6 +52,7 @@ src_prepare() {
mv core/*/* core/ || die
epatch arch/*/trunk/fix_build.patch
cp arch/*/trunk/generate_build.rb ./ || die
+   sed -i '1i#include ' core/adb/usb_linux.cpp || die 
#616508
sed -e 's|^#include $|/*\0*/|' \
-e 's|^__BEGIN_DECLS$|#ifdef __cplusplus\nextern "C" 
{\n#endif|' \
-e 's|^__END_DECLS$|#ifdef __cplusplus\n}\n#endif|' \



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

2017-04-24 Thread Alfredo Tupone
commit: ce2804ebe6c5d757d481f31a9cd0cbca6bf20726
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Apr 24 21:04:05 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Apr 24 21:04:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2804eb

dev-ada/gnatcoll: Adding support to gtk, using python unconditionally

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch | 176 ++
 dev-ada/gnatcoll/gnatcoll-2016.ebuild |  46 --
 2 files changed, 210 insertions(+), 12 deletions(-)

diff --git a/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch 
b/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch
index e69b6e50a90..a54a7c12566 100644
--- a/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch
+++ b/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch
@@ -176,3 +176,179 @@
  [
  with Interfaces; use Interfaces;
  procedure Check is
+--- gnatcoll-gpl-2016-src/testsuite/json/__init__.py.old   2017-04-24 
17:52:34.158513249 +0200
 gnatcoll-gpl-2016-src/testsuite/json/__init__.py   2017-04-24 
17:52:52.636207017 +0200
+@@ -21,7 +21,7 @@
+ @requires_not_aix# Storage_Error on that machine
+ @chdir("MB28-001")
+ def test_MB28_001(self):
+-self.runexec(["python", "make_json.py"])
++self.runexec(["python2.7", "make_json.py"])
+ self.gprbuild()
+ self.runexec("json_stack_test", "test.out")
+ 
+--- gnatcoll-gpl-2016-src/testsuite/projects/aggregate_create/c1/c.gpr.old 
2017-04-24 18:00:21.652975475 +0200
 gnatcoll-gpl-2016-src/testsuite/projects/aggregate_create/c1/c.gpr 
2017-04-24 18:01:23.035983670 +0200
+@@ -15,6 +15,7 @@
+   for Default_Switches ("ada") use
+ ("-g", "-gnatQ", "-O1", "-gnatf", "-gnato", "-gnatwa.Xe", "-gnaty");
+   for Switches ("c") use ("-fdump-xref");
++  for Driver ("c") use External ("CC", "gcc");
+end Compiler;
+ 
+ end c;
+--- gnatcoll-gpl-2016-src/testsuite/projects/aggregate_create/c2/c.gpr.old 
2017-04-24 18:01:28.394896928 +0200
 gnatcoll-gpl-2016-src/testsuite/projects/aggregate_create/c2/c.gpr 
2017-04-24 18:01:44.343638682 +0200
+@@ -15,6 +15,7 @@
+   for Default_Switches ("ada") use
+ ("-g", "-gnatQ", "-O1", "-gnatf", "-gnato", "-gnatwa.Xe", "-gnaty");
+   for Switches ("C") use ("-fdump-xref");
++  for Driver ("C") use External ("CC", "gcc");
+end Compiler;
+ 
+ end c;
+--- gnatcoll-gpl-2016-src/testsuite/projects/__init__.py.old   2017-04-24 
19:10:30.465246199 +0200
 gnatcoll-gpl-2016-src/testsuite/projects/__init__.py   2017-04-24 
19:10:42.768035080 +0200
+@@ -105,25 +105,6 @@
+ self.gprbuild("default.gpr")
+ self.runexec("main", "")
+ 
+-@support.requires_not_windows
+-@chdir("N918-040")
+-def test_bareboard(self):
+-self.create_fake_bb_compiler('install', 'arm-eabi', '6.1.0w', '3.4.6')
+-
+-# Make sure auto.cgpr is not deleted on exit
+-try:
+-os.unlink('auto.cgpr')
+-except:
+-pass
+-self.gprbuild('main_prj', switches=['--autoconf=auto.cgpr'])
+-m = re.search('for Target use "(.*?)"', open('auto.cgpr').read())
+-target = m.group(1)
+-
+-def customFilter(actual):
+-return actual.replace(target, "")
+-
+-self.runexec(['sh', 'test.sh'], 'test.out', customFilter=customFilter)
+-
+ @chdir("NB12-045")
+ def test_NB12_045(self):
+ # Test registering attribute in unknown package
+--- gnatcoll-gpl-2016-src/testsuite/xref/tabs/default.gpr.old  2017-04-24 
20:01:55.535913959 +0200
 gnatcoll-gpl-2016-src/testsuite/xref/tabs/default.gpr  2017-04-24 
20:02:51.740950192 +0200
+@@ -1,3 +1,6 @@
+ project Default is
+for Languages use ("Ada", "C");
++   package Compiler is
++  for Driver ("C") use External ("CC", "gcc");
++   end Compiler;
+ end Default;
+--- gnatcoll-gpl-2016-src/testsuite/xref/doc1/dummy.gpr.old2017-04-24 
20:04:12.012574064 +0200
 gnatcoll-gpl-2016-src/testsuite/xref/doc1/dummy.gpr2017-04-24 
20:04:54.025853974 +0200
+@@ -6,4 +6,7 @@
+   for Body_Suffix ("c++") use ".cc";
+end Naming;
+ 
++   package Compiler is
++  for Driver ("C") use External ("CC", "gcc");
++   end Compiler;
+ end Dummy;
+--- gnatcoll-gpl-2016-src/testsuite/xref/cpp_ref3/default.gpr.old  
2017-04-24 20:08:06.018564544 +0200
 gnatcoll-gpl-2016-src/testsuite/xref/cpp_ref3/default.gpr  2017-04-24 
20:08:53.682748215 +0200
+@@ -1,3 +1,7 @@
+ project Default is
+for Languages use ("C");
++
++   package Compiler is
++  for Driver ("C") use External ("CC", "gcc");
++   end Compiler;
+ end Default;
+--- gnatcoll-gpl-2016-src/testsuite/xref/cpp_ref2/default.gpr.old  
2017-04-24 20:10:00.146610101 +0200
 gnatcoll-gpl-2016-src/testsuite/xref/cpp_ref2/default.gpr  2017-04-24 
20:10:40.512919251 +0200
+@@ -1,3 +1,7 @@
+ project Default is
+for Languages 

[gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/

2017-04-24 Thread Tim Harder
commit: 0f42dbda93d5f22dc100ee32d2c82d74346ec2e9
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 20:49:00 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 20:49:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f42dbda

net-dialup/picocom: stabilize 2.2

 net-dialup/picocom/picocom-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/picocom/picocom-2.2.ebuild 
b/net-dialup/picocom/picocom-2.2.ebuild
index 0e9387304c3..635ec1958d2 100644
--- a/net-dialup/picocom/picocom-2.2.ebuild
+++ b/net-dialup/picocom/picocom-2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/npat-efault/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/

2017-04-24 Thread Tim Harder
commit: 7c6ad909e3ef1a73d51bbfe65dda3d65790b2fd3
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 20:49:18 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 20:49:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6ad909

net-dialup/picocom: remove old

 net-dialup/picocom/Manifest   |  1 -
 net-dialup/picocom/picocom-2.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/net-dialup/picocom/Manifest b/net-dialup/picocom/Manifest
index dfd179c1749..4518963a8bb 100644
--- a/net-dialup/picocom/Manifest
+++ b/net-dialup/picocom/Manifest
@@ -1,2 +1 @@
-DIST picocom-2.1.tar.gz 89281 SHA256 
6b152fc5f816eaef6b86336a4cec7cf1496b7c712061e5aea5a36f143a0b09ed SHA512 
0df692118e3cfa27edd8ff9d5abbde8a9dc02fb015476ab1469337d616eb69411db125a967107276fb50bc58e7b9748429b9ded4943712a082a10827d595c03e
 WHIRLPOOL 
6c0a3e1080dd49ad2fd9863fd3c5cb21d9bbaca4b580145ffd20b76566109a4a18ee6b837bd192254848370206319e963cd07fe93955f85a2459297ad228c641
 DIST picocom-2.2.tar.gz 88670 SHA256 
3e3904158d675541f0fcfdcd1f671b38445338f536080f5de8d6674b5f33d4ce SHA512 
21495af30b81dfd1b3f4fea1ecf93c3a9252be1ae2ba94c7a2a07ceb75f562bc2ebc6ef6a8ae61f810ff5c121d4ab572a6f8ba75283e2cb28cf9886f834df0fa
 WHIRLPOOL 
0c5aa85cbb8255e90632d737566bf4349169cdfbdc83cb65be617a87c8837a0d4fd3646061d816fc5ae6fbad761f97eb587b3572e163c0e0d0c183fddc900c8d

diff --git a/net-dialup/picocom/picocom-2.1.ebuild 
b/net-dialup/picocom/picocom-2.1.ebuild
deleted file mode 100644
index 635ec1958d2..000
--- a/net-dialup/picocom/picocom-2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="minimal dumb-terminal emulation program"
-HOMEPAGE="https://github.com/npat-efault/picocom;
-SRC_URI="https://github.com/npat-efault/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-src_compile() {
-   # CPPFLAGS is shared between CFLAGS and CXXFLAGS, but there is no
-   # C++ file, and the pre-processor is never called directly, this
-   # is easier than patching it out.
-   emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \
-   CC="$(tc-getCC)"
-}
-
-src_install() {
-   dobin picocom pc{asc,xm,ym,zm}
-   doman picocom.1
-   dodoc CHANGES.old CONTRIBUTORS README.md
-}



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

2017-04-24 Thread Tim Harder
commit: d2476b7713625fdfa45cc3628502a05f67794fb4
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 20:32:22 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 20:47:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2476b77

media-libs/exiftool: remove old

 media-libs/exiftool/Manifest  |  1 -
 media-libs/exiftool/exiftool-10.43.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index aeb4985559a..6eb58118477 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,4 +1,3 @@
-DIST Image-ExifTool-10.43.tar.gz 4230953 SHA256 
561ae77b04223d7a96613c890033df406b7f317a546beac0ef91de6b87875b0d SHA512 
b3424516126ad606d8032573634f9b88e9bf8142d8292ded80684048ed7e4e7eee9d2c7ba2f0789a615e437cb188d53deceba20ca596ec37dc92853b70e87f67
 WHIRLPOOL 
9fb93f0b78b574c4d44ac982caaf0e93ca9cc28df5945f15a7d87c2b92834ffa42d13630c34ce53f082e0013d35bf292ddd8e8aed4bef59ad98f0f92c920bab5
 DIST Image-ExifTool-10.47.tar.gz 4242443 SHA256 
e3376f2c1ec4f256fe3810808bc7b16076c6e6364bc5719f3fa82abb6adf5608 SHA512 
6481c6555a9d615f4341c9616e7ac4388bcd80b1870c9177bb2c32a97be767f0e3438c4aa00a86d0a442e90b15be2240dea39abdcf7ad2b3480d4291dd37e3f1
 WHIRLPOOL 
eb9940addea1c3e35237febe1c303b4996e0123f738bd3b6839f167d812567447c3039227898ab44008118032a6697267312cf6405a972ab8ff85ea525ccaa73
 DIST Image-ExifTool-10.49.tar.gz 4246615 SHA256 
781dbf2f24a6b3170560cec11963ee7c354cf7f10f6fc33536fbaf605d20ae28 SHA512 
131308560667990804a9887891756ed53742c4277321b15ac35b48df4dee682463d1442b931c60c2cb593bc6f8e98048ae06204abece47080e73a6a83e4f8fa2
 WHIRLPOOL 
02f2ca7f8f7509b62cd2b5e580e2f0c45284464632f30274d8d29fd5c48c6be623978dec7628ff79f43fd6543cc5f2e3a8d631224f9c5033bad8be5cca911d34
 DIST Image-ExifTool-10.50.tar.gz 4247879 SHA256 
339dd8f771f673fd6c448f4a4b36cf50fe8e3bf884da95aef6cec1d182c0885b SHA512 
de24e2f702aacecfe55f7ee256b4465c830d5737d3173b8e488812c4e55e91cc031ffc8d654750364247e17c304bd8336985937f93c203905c4b55ab94e681fe
 WHIRLPOOL 
14f634d0f49df199f6045db4af0c6ede60c73c668c7bd05ab52cae41c9427d640e80e07ae426dc33622662f2b5ce44a080c4375c1ce4c01a958f321472929090

diff --git a/media-libs/exiftool/exiftool-10.43.ebuild 
b/media-libs/exiftool/exiftool-10.43.ebuild
deleted file mode 100644
index 952548b1fa1..000
--- a/media-libs/exiftool/exiftool-10.43.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-}



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

2017-04-24 Thread Tim Harder
commit: 649a5c423c678b9f61a986547a8b3b65c30783e4
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 20:31:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 20:47:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649a5c42

media-libs/exiftool: version bump to 10.50

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-10.50.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index ca334f14fb6..aeb4985559a 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,3 +1,4 @@
 DIST Image-ExifTool-10.43.tar.gz 4230953 SHA256 
561ae77b04223d7a96613c890033df406b7f317a546beac0ef91de6b87875b0d SHA512 
b3424516126ad606d8032573634f9b88e9bf8142d8292ded80684048ed7e4e7eee9d2c7ba2f0789a615e437cb188d53deceba20ca596ec37dc92853b70e87f67
 WHIRLPOOL 
9fb93f0b78b574c4d44ac982caaf0e93ca9cc28df5945f15a7d87c2b92834ffa42d13630c34ce53f082e0013d35bf292ddd8e8aed4bef59ad98f0f92c920bab5
 DIST Image-ExifTool-10.47.tar.gz 4242443 SHA256 
e3376f2c1ec4f256fe3810808bc7b16076c6e6364bc5719f3fa82abb6adf5608 SHA512 
6481c6555a9d615f4341c9616e7ac4388bcd80b1870c9177bb2c32a97be767f0e3438c4aa00a86d0a442e90b15be2240dea39abdcf7ad2b3480d4291dd37e3f1
 WHIRLPOOL 
eb9940addea1c3e35237febe1c303b4996e0123f738bd3b6839f167d812567447c3039227898ab44008118032a6697267312cf6405a972ab8ff85ea525ccaa73
 DIST Image-ExifTool-10.49.tar.gz 4246615 SHA256 
781dbf2f24a6b3170560cec11963ee7c354cf7f10f6fc33536fbaf605d20ae28 SHA512 
131308560667990804a9887891756ed53742c4277321b15ac35b48df4dee682463d1442b931c60c2cb593bc6f8e98048ae06204abece47080e73a6a83e4f8fa2
 WHIRLPOOL 
02f2ca7f8f7509b62cd2b5e580e2f0c45284464632f30274d8d29fd5c48c6be623978dec7628ff79f43fd6543cc5f2e3a8d631224f9c5033bad8be5cca911d34
+DIST Image-ExifTool-10.50.tar.gz 4247879 SHA256 
339dd8f771f673fd6c448f4a4b36cf50fe8e3bf884da95aef6cec1d182c0885b SHA512 
de24e2f702aacecfe55f7ee256b4465c830d5737d3173b8e488812c4e55e91cc031ffc8d654750364247e17c304bd8336985937f93c203905c4b55ab94e681fe
 WHIRLPOOL 
14f634d0f49df199f6045db4af0c6ede60c73c668c7bd05ab52cae41c9427d640e80e07ae426dc33622662f2b5ce44a080c4375c1ce4c01a958f321472929090

diff --git a/media-libs/exiftool/exiftool-10.50.ebuild 
b/media-libs/exiftool/exiftool-10.50.ebuild
new file mode 100644
index 000..88f3bab6f23
--- /dev/null
+++ b/media-libs/exiftool/exiftool-10.50.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+}



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

2017-04-24 Thread Tim Harder
commit: 4c6f29310f81707d9bdb9bf8a271676c4d9facae
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 20:29:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 20:47:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6f2931

dev-libs/libebml: remove old

 dev-libs/libebml/Manifest |  1 -
 dev-libs/libebml/libebml-1.3.3.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest
index 92492d2e60e..432f8a8cc7d 100644
--- a/dev-libs/libebml/Manifest
+++ b/dev-libs/libebml/Manifest
@@ -1,2 +1 @@
-DIST libebml-1.3.3.tar.bz2 588607 SHA256 
35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 SHA512 
3ae048b468272e5ff1dc813121c1addcbbe324cd466e4b43ccce5aca148095190c10196433db951529ff62c587cc2b9a3c0c713db7921825221babaf7d4e824d
 WHIRLPOOL 
85e973177ba1d437c0b461d81fd3b82432f22db5b1462fb6285cde7a0d6d8528ad7c9e24b0d64aa53eba78d44aec64d3842a96f00a0b6d72b255946967de1b81
 DIST libebml-1.3.4.tar.bz2 606205 SHA256 
c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387 SHA512 
ebf5b71afe725e40ee6415463e51ca14810eecc2fef186caacd0269077f5febeb62623fd48674b21ea732f43a620d0c91603fa48d3f8d163284d1cf204642194
 WHIRLPOOL 
9502f132fea7d7d10add1c42da33bc2eac1a13b3b02f5b4eb331b1ab5f14a41a255503fedb16b579bb8defa94786d0f6fc5324cd55c06b6d7b5319de74a75e84

diff --git a/dev-libs/libebml/libebml-1.3.3.ebuild 
b/dev-libs/libebml/libebml-1.3.3.ebuild
deleted file mode 100644
index 73017d6264d..000
--- a/dev-libs/libebml/libebml-1.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="Extensible binary format library (kinda like XML)"
-HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libebml/;
-SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0/4" # subslot = soname major version
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug static-libs"
-
-src_prepare() {
-   sed -i '/^AM_CXXFLAGS += -g/d' Makefile.am || die
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable debug)
-   )
-   autotools-utils_src_configure
-}



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

2017-04-24 Thread Tim Harder
commit: c915c4e6f8425e51f587d7258d686248fc5be39a
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 20:27:53 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 20:47:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c915c4e6

media-libs/libmatroska: version bump to 1.4.7

 media-libs/libmatroska/Manifest |  1 +
 media-libs/libmatroska/libmatroska-1.4.7.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest
index 4b21686d626..fce5087ff13 100644
--- a/media-libs/libmatroska/Manifest
+++ b/media-libs/libmatroska/Manifest
@@ -1 +1,2 @@
 DIST libmatroska-1.4.5.tar.bz2 612987 SHA256 
79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc SHA512 
94ce6fd920e5023b2846b629438a0bd42ff80f21b8f96e270d280311fba3619ab59f1cc6b73778c014ca2dbf060f3b119da052ea143f79aa1e83fac888799f3d
 WHIRLPOOL 
215636ed993bd4c93228204457b2c8989678929f6b78db4aec978eb79e084dd22b892a2a2551f8ce9c4933c0f483b071ddbed51d6c0d6e04f82ed9234e2b3e4d
+DIST libmatroska-1.4.7.tar.bz2 619463 SHA256 
46441eb3bae9f970f68affaa211dd74302a7072dcd2becfb1114da11b66525fa SHA512 
75371a94c68a472fa55e2277b90a2717dd777b506ac89fb115fa83c5093aee6609eb4b01aa65c1d5a9ce9fc597684baff2ffc330a756050b2fb746abffc2417e
 WHIRLPOOL 
3810e3ef7805b9e14d6cf215134e89e3a09722f956764190f71e4a5d006ddf119c5df3c2fee347265dc2cfb32c5009736b6993be01e437cee6adba4a9b48c373

diff --git a/media-libs/libmatroska/libmatroska-1.4.7.ebuild 
b/media-libs/libmatroska/libmatroska-1.4.7.ebuild
new file mode 100644
index 000..70d7d46b237
--- /dev/null
+++ b/media-libs/libmatroska/libmatroska-1.4.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Extensible multimedia container format based on EBML"
+HOMEPAGE="http://www.matroska.org/ 
https://github.com/Matroska-Org/libmatroska/;
+SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/6" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libebml-1.3.4:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



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

2017-04-24 Thread Tim Harder
commit: c02be5172668c669b6c486f8ff8ce66a029f9fc0
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 20:46:15 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 20:47:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02be517

media-video/mkvtoolnix: version bump to 11.0.0

 media-video/mkvtoolnix/Manifest |  1 +
 media-video/mkvtoolnix/mkvtoolnix-11.0.0.ebuild | 98 +
 2 files changed, 99 insertions(+)

diff --git a/media-video/mkvtoolnix/Manifest b/media-video/mkvtoolnix/Manifest
index 91b09da32eb..1adc8056a70 100644
--- a/media-video/mkvtoolnix/Manifest
+++ b/media-video/mkvtoolnix/Manifest
@@ -1,4 +1,5 @@
 DIST mkvtoolnix-10.0.0.tar.xz 3695108 SHA256 
12be72c373645b5bb9b9ea79ce8447958a1b806162868bb67803baa6d0032333 SHA512 
d78bd7d9d607a270f4370f6f4b04af36fc8004af93fbbe7e486544bc1604bd80b659a4cc97d7e69d2a3d0e33d0e98ad657e44053accc938b2f82c73b5272d5e8
 WHIRLPOOL 
a65be46f61e1d9917dbb6b0ed318ca5b34b823fcde9acce06256cdff499d0fc9615f9f6373ea9deaf77818d30d41470472da7a6e782ab672f558e9970f645f5b
+DIST mkvtoolnix-11.0.0.tar.xz 4471692 SHA256 
bb642e1eb2c402c4f93a962f41a1832c99ee5b782f1596dc20f996e9a4aa426d SHA512 
edd212d651b1c5ff527868a23cc258bf032291392a695858cf083fd10f793393ac2c8de31ddd0ead9d6fc1629dc04c301cbd62bd4afdf6f1c8419adf6217d616
 WHIRLPOOL 
0762dfbb4d86f0a2c0d6265bc31f0d4eb2a6b12d2adac35956e0b7c479b5cf33ad83e889f24bb0dd81e7183a8f79750867ad90e1f86f65a550e0c4a5c16036b8
 DIST mkvtoolnix-9.6.0.tar.xz 3810216 SHA256 
ebab8dcc59533d248b127d375286eb47880a222ef68ff7a10e1c87d49dbd86bb SHA512 
5f469215a10dc865e51f77c43961705d70b1b0e38d70b930e5065d8d89b8379734d9826a63e2cb7ae9cb6723ed8a1d16793df35bad6244cedaa19bc4df49b436
 WHIRLPOOL 
f90056b595402315651754bf4428762a99a665f8ce78d7eb8d6d5ad3bb8bc95e19b130c154c52c2d1281028ebf78c5834abedf068601382a3fcca9ea2c37aa2a
 DIST mkvtoolnix-9.7.1.tar.xz 3824684 SHA256 
b2b8821e2d74df0f765c97f93ddd1dbfb062f3c22b969cfa04d1bb5cb638a88e SHA512 
dec886e6a53abc76ae0f9ccff3e122b7a267afd3493f41eb006e1a29b22b0a7cca386271fb576e7b863d7ea23605da918a0ce8bb3ffc887e00b1bd07e04b73bc
 WHIRLPOOL 
f2347d8f5a4182f3cd0239c7fbf4cc8c13bea677cdcd10f53c258d85c2035e3d535974f91e5c567722990153ce50b3377f23545ce045fa695af357c2ca3a3552
 DIST mkvtoolnix-9.8.0.tar.xz 3790212 SHA256 
494b2fb9ff83a858d8849baecdd3320456717923bb7a854d31a02a49640228db SHA512 
214f378cec45bea606c516e5ca2472704bad3a50fcb337fc931d9ec789ba9367b25e0e97a506ac6b0d3802d97e6c22435e2c54c309a5a6f57402f1c54c888479
 WHIRLPOOL 
3ae3970d02eb43b4f06df83bfcbf32342438d0223c9fa1d2985f29e7853a69f9d21bfc4f1b1ecedfac944004480524e8554a207e29ac9daa9124c45d75fea1b4

diff --git a/media-video/mkvtoolnix/mkvtoolnix-11.0.0.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-11.0.0.ebuild
new file mode 100644
index 000..933654f6265
--- /dev/null
+++ b/media-video/mkvtoolnix/mkvtoolnix-11.0.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs versionator multiprocessing autotools
+
+DESCRIPTION="Tools to create, alter, and inspect Matroska files"
+HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix;
+SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug pch test qt5"
+
+RDEPEND="
+   >=dev-libs/boost-1.46.0:=
+   >=dev-libs/libebml-1.3.3:=
+   dev-libs/jsoncpp:=
+   dev-libs/pugixml
+   media-libs/flac
+   >=media-libs/libmatroska-1.4.4:=
+   media-libs/libogg
+   media-libs/libvorbis
+   sys-apps/file
+   sys-libs/zlib
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtconcurrent:5
+   )
+"
+DEPEND="${RDEPEND}
+   dev-ruby/rake
+   sys-devel/gettext
+   virtual/pkgconfig
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   app-text/po4a
+   test? ( dev-cpp/gtest )
+"
+
+pkg_pretend() {
+   # https://bugs.gentoo.org/419257
+   local ver=4.6
+   local msg="You need at least GCC ${ver}.x for C++11 range-based 'for' 
and nullptr support."
+   if ! version_is_at_least ${ver} $(gcc-version); then
+   eerror ${msg}
+   die ${msg}
+   fi
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+
+   if use qt5 ; then
+   # ac/qt5.m4 finds default Qt version set by qtchooser, bug 
#532600
+   myconf+=(
+   --with-moc=/usr/$(get_libdir)/qt5/bin/moc
+   --with-uic=/usr/$(get_libdir)/qt5/bin/uic
+   --with-rcc=/usr/$(get_libdir)/qt5/bin/rcc
+   --with-qmake=/usr/$(get_libdir)/qt5/bin/qmake
+   )
+   fi
+
+   

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

2017-04-24 Thread Tim Harder
commit: 0f7a2c97a47a33ecda9146b6b299fd9052b31756
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 20:32:02 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 20:47:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7a2c97

media-libs/exiftool: stabilize 10.47

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

diff --git a/media-libs/exiftool/exiftool-10.47.ebuild 
b/media-libs/exiftool/exiftool-10.47.ebuild
index 88f3bab6f23..eca5784e986 100644
--- a/media-libs/exiftool/exiftool-10.47.ebuild
+++ b/media-libs/exiftool/exiftool-10.47.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ 
${HOMEPAGE}"
 SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2017-04-24 Thread Andreas Sturmlechner
commit: 6860c534e91f6b4b2551c9434d194b6d20561898
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 24 19:26:49 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 24 19:27:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6860c534

sci-geosciences/qgis: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qgis/Manifest  |   2 -
 sci-geosciences/qgis/qgis-2.18.4.ebuild| 203 --
 sci-geosciences/qgis/qgis-2.18.6-r1.ebuild | 223 -
 3 files changed, 428 deletions(-)

diff --git a/sci-geosciences/qgis/Manifest b/sci-geosciences/qgis/Manifest
index 1126b17af51..30daa171447 100644
--- a/sci-geosciences/qgis/Manifest
+++ b/sci-geosciences/qgis/Manifest
@@ -1,5 +1,3 @@
 DIST qgis-2.18.3.tar.bz2 83508061 SHA256 
743f4f22f8a17b1fd0ae575ed4da1d20ab1fe06561564d097b75c21fddf9b394 SHA512 
6d2256cf85ebc1f1ddd3636f8a48284de95c42e3adb26e780b4847208c5ead80dd6a44c1a11d263bcc15bfbd7337d62d10b738ad8a7076382dbe4c4a011ff6fc
 WHIRLPOOL 
d342b3d0dd211c63f49e9b3292a585e6fd64d5837cd9bf4fe7bb53a9bd437220d7f5274b012d2732196bd5425388fa9a985fc5d342be5aee9e7fd0d008ca9c48
-DIST qgis-2.18.4.tar.bz2 85419060 SHA256 
737827fd4c63c859a0ea7badd36ebcba970ca7c0a8feda4b10c0de0ed52546e8 SHA512 
3938fbc1f87990a08411ba8f793d7900f10eaea1824a5a9d2217ca0dea1a8b0849ec91c41be50dc65f590713391bb613429bf48f9ea0ffaaba876dde35b98fc7
 WHIRLPOOL 
4dfb9a304c193de3f276871cafe3f0683764d5e7fdc5015e8f3d76c9f46072c01758e87097e0db69657b38da3f5908b41293319d909b5c69b5d23f98ba473b54
-DIST qgis-2.18.6.tar.bz2 84951747 SHA256 
8cce11c255f82b29ddf64a84895f7411159de0fe69e85bb6b0767a0c675b8648 SHA512 
0046a7b4b573e3ecef0ad006c8cf3d22cf3f6032b7a57c445d416f903d6aa063bd9f5459b22375fb99f5f7a027cda98b861300cb1399448aa2fd3567093ada76
 WHIRLPOOL 
f20c948e44f57f5060319d6b2e46f6b568d5ddccfa6ec18e82c21720893fb2914dd3fb45601f75c791118fa3ffe9cd138e44155e80d0169d2dd09cc47afa9b40
 DIST qgis-2.18.7.tar.bz2 84928689 SHA256 
ab05060e6b91909f61a21205ee12ddf79ebd85a7d7b81ab3b7dabfd032aa2e5b SHA512 
e7908ebe8049d0ca2e99980ba8ac6e9b6941811c96d6139db87072315404987da0ec7272f77abacaddf5fb4bd540a0be7f64e44662fa32d2d4eb11b85421744d
 WHIRLPOOL 
25320b1bacaeaf1486aa6a95b8df32e0a1b4713aedb5237f46e7aa538ef682b9cbd9eff70914727e426193fb0821df437e4732b118e71a4e12d90308cbbb066f
 DIST qgis_sample_data.tar.gz 13601736 SHA256 
a31c54056776e8476e1f959870830f850423645cfb80d88811f3b365c29f2b4a SHA512 
5847d7b32e5f75e771adf6b959847024f55b2360c307bd80e5628595fc53f5aaca18adf6cb00fa027a7e7b326c7f72bab58df16674daf20b77c676e163d93f78
 WHIRLPOOL 
fe7746f8a72807742427c6fb70f1453e195be75322d5784adc484ac14b0eae55569dbded7468ea2ba0c34781fe14918e07a5a187dca82bff551c6117f941d7f5

diff --git a/sci-geosciences/qgis/qgis-2.18.4.ebuild 
b/sci-geosciences/qgis/qgis-2.18.4.ebuild
deleted file mode 100644
index 4a1f1c1c736..000
--- a/sci-geosciences/qgis/qgis-2.18.4.ebuild
+++ /dev/null
@@ -1,203 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit cmake-utils eutils fdo-mime gnome2-utils python-single-r1
-
-DESCRIPTION="User friendly Geographic Information System"
-HOMEPAGE="http://www.qgis.org/;
-SRC_URI="
-   http://qgis.org/downloads/qgis-${PV}.tar.bz2
-   examples? ( http://download.osgeo.org/qgis/data/qgis_sample_data.tar.gz 
)"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples georeferencer grass mapserver oracle postgres python webkit"
-
-REQUIRED_USE="
-   grass? ( python )
-   mapserver? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-   app-crypt/qca:2[qt4,ssl]
-   >=dev-db/spatialite-4.1.0
-   dev-db/sqlite:3
-   dev-libs/expat
-   dev-libs/qjson
-   dev-qt/designer:4
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtscript:4
-   dev-qt/qtsql:4
-   dev-qt/qtsvg:4
-   sci-libs/gdal:=[geos,python?,${PYTHON_USEDEP}]
-   sci-libs/geos
-   sci-libs/libspatialindex:=
-   sci-libs/proj
-   x11-libs/qscintilla:=[qt4(-)]
-   >=x11-libs/qwt-6.1.2:6=[svg,qt4(-)]
-   >=x11-libs/qwtpolar-1[qt4(-)]
-   georeferencer? ( sci-libs/gsl:= )
-   grass? ( >=sci-geosciences/grass-7.0.0:= )
-   mapserver? ( dev-libs/fcgi )
-   oracle? (
-   dev-db/oracle-instantclient:=
-   sci-libs/gdal:=[oracle]
-   )
-   postgres? ( dev-db/postgresql:= )
-   python? ( ${PYTHON_DEPS}
-   dev-python/future[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/markupsafe[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/PyQt4[X,sql,svg,webkit?,${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2017-04-24 Thread Andreas Sturmlechner
commit: ea92d3a6c979b64422894c64cd57b74d7bb719a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 24 19:07:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 24 19:27:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea92d3a6

sci-geosciences/qgis: Add missing dependency

Reported-by: Luis Ressel  aixah.de>
Gentoo-bug: 616444

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qgis/qgis-2.18.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-geosciences/qgis/qgis-2.18.7.ebuild 
b/sci-geosciences/qgis/qgis-2.18.7.ebuild
index c49a2eb3b07..5db53eae7f3 100644
--- a/sci-geosciences/qgis/qgis-2.18.7.ebuild
+++ b/sci-geosciences/qgis/qgis-2.18.7.ebuild
@@ -80,6 +80,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-qt/qttest:5
+   dev-qt/qtxmlpatterns:5
sys-devel/bison
sys-devel/flex
 "



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2017-04-24 Thread Andreas Sturmlechner
commit: d8ddbd32ac5980a6c2ee4c9fd1075c01ea439982
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 24 19:19:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 24 19:27:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ddbd32

sci-geosciences/qgis: Qt5Webkit unconditional, segfaults without

Reported-by: Andreas Plesch  netscape.net>
Gentoo-bug: 612070

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qgis/qgis-2.18.7.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-2.18.7.ebuild 
b/sci-geosciences/qgis/qgis-2.18.7.ebuild
index 5db53eae7f3..72e00e7022a 100644
--- a/sci-geosciences/qgis/qgis-2.18.7.ebuild
+++ b/sci-geosciences/qgis/qgis-2.18.7.ebuild
@@ -22,7 +22,7 @@ HOMEPAGE="http://www.qgis.org/;
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-IUSE="designer examples georeferencer grass mapserver oracle postgres python 
touch webkit"
+IUSE="designer examples georeferencer grass mapserver oracle postgres python 
touch"
 
 REQUIRED_USE="
mapserver? ( python )
@@ -42,6 +42,7 @@ COMMON_DEPEND="
dev-qt/qtscript:5
dev-qt/qtsvg:5
dev-qt/qtsql:5
+   dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
sci-libs/gdal:=[geos,python?,${PYTHON_USEDEP}]
@@ -66,7 +67,7 @@ COMMON_DEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/markupsafe[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/PyQt5[sql,svg,webkit?,${PYTHON_USEDEP}]
+   dev-python/PyQt5[sql,svg,webkit,${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
@@ -76,7 +77,6 @@ COMMON_DEPEND="
dev-python/six[${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
)
-   webkit? ( dev-qt/qtwebkit:5 )
 "
 DEPEND="${COMMON_DEPEND}
dev-qt/qttest:5
@@ -129,8 +129,9 @@ src_configure() {
-DWITH_POSTGRESQL=$(usex postgres)
-DWITH_BINDINGS=$(usex python)
-DWITH_TOUCH="$(usex touch)"
-   -DWITH_QTWEBKIT=$(usex webkit)
)
+#  # FIXME: Re-add when segfaults were figured out upstream, bug #612070
+#  -DWITH_QTWEBKIT=$(usex webkit)
 
if has_version '

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2017-04-24 Thread Andreas Sturmlechner
commit: 93ad913dfbd073940d2e8e3d3c2b44701b0c345f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 24 18:47:02 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 24 19:27:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ad913d

sci-geosciences/qgis: 2.18.7 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qgis/Manifest   |   1 +
 sci-geosciences/qgis/qgis-2.18.7.ebuild | 219 
 2 files changed, 220 insertions(+)

diff --git a/sci-geosciences/qgis/Manifest b/sci-geosciences/qgis/Manifest
index ae7609f86d8..1126b17af51 100644
--- a/sci-geosciences/qgis/Manifest
+++ b/sci-geosciences/qgis/Manifest
@@ -1,4 +1,5 @@
 DIST qgis-2.18.3.tar.bz2 83508061 SHA256 
743f4f22f8a17b1fd0ae575ed4da1d20ab1fe06561564d097b75c21fddf9b394 SHA512 
6d2256cf85ebc1f1ddd3636f8a48284de95c42e3adb26e780b4847208c5ead80dd6a44c1a11d263bcc15bfbd7337d62d10b738ad8a7076382dbe4c4a011ff6fc
 WHIRLPOOL 
d342b3d0dd211c63f49e9b3292a585e6fd64d5837cd9bf4fe7bb53a9bd437220d7f5274b012d2732196bd5425388fa9a985fc5d342be5aee9e7fd0d008ca9c48
 DIST qgis-2.18.4.tar.bz2 85419060 SHA256 
737827fd4c63c859a0ea7badd36ebcba970ca7c0a8feda4b10c0de0ed52546e8 SHA512 
3938fbc1f87990a08411ba8f793d7900f10eaea1824a5a9d2217ca0dea1a8b0849ec91c41be50dc65f590713391bb613429bf48f9ea0ffaaba876dde35b98fc7
 WHIRLPOOL 
4dfb9a304c193de3f276871cafe3f0683764d5e7fdc5015e8f3d76c9f46072c01758e87097e0db69657b38da3f5908b41293319d909b5c69b5d23f98ba473b54
 DIST qgis-2.18.6.tar.bz2 84951747 SHA256 
8cce11c255f82b29ddf64a84895f7411159de0fe69e85bb6b0767a0c675b8648 SHA512 
0046a7b4b573e3ecef0ad006c8cf3d22cf3f6032b7a57c445d416f903d6aa063bd9f5459b22375fb99f5f7a027cda98b861300cb1399448aa2fd3567093ada76
 WHIRLPOOL 
f20c948e44f57f5060319d6b2e46f6b568d5ddccfa6ec18e82c21720893fb2914dd3fb45601f75c791118fa3ffe9cd138e44155e80d0169d2dd09cc47afa9b40
+DIST qgis-2.18.7.tar.bz2 84928689 SHA256 
ab05060e6b91909f61a21205ee12ddf79ebd85a7d7b81ab3b7dabfd032aa2e5b SHA512 
e7908ebe8049d0ca2e99980ba8ac6e9b6941811c96d6139db87072315404987da0ec7272f77abacaddf5fb4bd540a0be7f64e44662fa32d2d4eb11b85421744d
 WHIRLPOOL 
25320b1bacaeaf1486aa6a95b8df32e0a1b4713aedb5237f46e7aa538ef682b9cbd9eff70914727e426193fb0821df437e4732b118e71a4e12d90308cbbb066f
 DIST qgis_sample_data.tar.gz 13601736 SHA256 
a31c54056776e8476e1f959870830f850423645cfb80d88811f3b365c29f2b4a SHA512 
5847d7b32e5f75e771adf6b959847024f55b2360c307bd80e5628595fc53f5aaca18adf6cb00fa027a7e7b326c7f72bab58df16674daf20b77c676e163d93f78
 WHIRLPOOL 
fe7746f8a72807742427c6fb70f1453e195be75322d5784adc484ac14b0eae55569dbded7468ea2ba0c34781fe14918e07a5a187dca82bff551c6117f941d7f5

diff --git a/sci-geosciences/qgis/qgis-2.18.7.ebuild 
b/sci-geosciences/qgis/qgis-2.18.7.ebuild
new file mode 100644
index 000..c49a2eb3b07
--- /dev/null
+++ b/sci-geosciences/qgis/qgis-2.18.7.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+if [[ ${PV} != * ]]; then
+   SRC_URI="http://qgis.org/downloads/${P}.tar.bz2
+   examples? ( 
http://download.osgeo.org/qgis/data/qgis_sample_data.tar.gz )"
+   KEYWORDS="~amd64 ~x86"
+else
+   GIT_ECLASS="git-r3"
+   EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git;
+fi
+inherit cmake-utils eutils fdo-mime ${GIT_ECLASS} gnome2-utils python-single-r1
+unset GIT_ECLASS
+
+DESCRIPTION="User friendly Geographic Information System"
+HOMEPAGE="http://www.qgis.org/;
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+IUSE="designer examples georeferencer grass mapserver oracle postgres python 
touch webkit"
+
+REQUIRED_USE="
+   mapserver? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   app-crypt/qca:2[qt5,ssl]
+   >=dev-db/spatialite-4.1.0
+   dev-db/sqlite:3
+   dev-libs/expat
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtpositioning:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5
+   dev-qt/qtsvg:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sci-libs/gdal:=[geos,python?,${PYTHON_USEDEP}]
+   sci-libs/geos
+   sci-libs/libspatialindex:=
+   sci-libs/proj
+   x11-libs/qscintilla:=[qt5]
+   >=x11-libs/qwt-6.1.2:6=[qt5,svg]
+   >=x11-libs/qwtpolar-1.1.1-r1[qt5]
+   designer? ( dev-qt/designer:5 )
+   georeferencer? ( sci-libs/gsl:= )
+   grass? ( >=sci-geosciences/grass-7.0.0:= )
+   mapserver? ( dev-libs/fcgi )
+   oracle? (
+   dev-db/oracle-instantclient:=
+   sci-libs/gdal:=[oracle]
+   )
+   postgres? ( dev-db/postgresql:= )
+   python? ( ${PYTHON_DEPS}
+   dev-python/future[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   

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

2017-04-24 Thread Jeroen Roovers
commit: 60d58c06a0cc69976e3752af0880e1ad1b31ae00
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 24 19:21:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 24 19:22:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d58c06

www-client/opera-developer: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/opera-developer/Manifest|  2 +
 .../opera-developer-46.0.2573.0.ebuild | 90 ++
 2 files changed, 92 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index c994c5c62bb..86323c3120d 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -2,3 +2,5 @@ DIST opera-developer_46.0.2556.0_amd64.deb 55354096 SHA256 
c3981e5da781add7009da
 DIST opera-developer_46.0.2556.0_i386.deb 56670214 SHA256 
62eb26fda36973437aaee184eb724b1fed533ace2c35c65e1e9d2ca0c624918f SHA512 
1c83ca72364044a67958abd2e51c6a677872b5e1c22602a223f2e49219bf3cce45aba24991193c5f8b9d6e99f72e2850cbe15afc286df2f4237971f671c37231
 WHIRLPOOL 
15dcc65aefb97d1dede3d122195a580567ad11c0c72d2d8d68117a923f8ec380fce3eef734876e5223ce848733d405a5bd6356bafaa036eb9b00859ad3191e85
 DIST opera-developer_46.0.2567.0_amd64.deb 52458322 SHA256 
257f47fd80c9c7ba1b732a1bbec809d1b5dc3b6e4f660867b6f233aa6a3cc6b7 SHA512 
33c71da0ae36bb8231d362a232877940415aba5db1c4ed48b8c1f9e8742135b941f35a17d8d4de15095c08dd8ada0a00fb7a71e09ff8393cd45365f5ccfff39b
 WHIRLPOOL 
1a32875d3fb3718b721b651c377c1f53d0ad4c797447a922b32a031ad635355be60b84fe098e3695c4837afa767f446fe3361437ba9aa6288f9c14af5a660a15
 DIST opera-developer_46.0.2567.0_i386.deb 53720314 SHA256 
54f8f3beaa37843b6ca942f23c4ec39d864e457d4a10b07b3696f284994c2dc0 SHA512 
d912baf2b5799dcd4e1fe70633f1970f9c83a12c9ad9a040f8e183c78e8de45d2818f21adab57f2089abc3a9d7a75ab4ff1596e3e38735e569a0257aed528909
 WHIRLPOOL 
5233577bd1c16853a3a55bab627ef962e9b0fd5752b399b14b6a3a606e4c50bd6b1b3858ed59aee482c26fdce7b73c3cfed90eeb5e8d8bcc4787f8ab1ba0497d
+DIST opera-developer_46.0.2573.0_amd64.deb 51896654 SHA256 
5d3442850e2720588bf1403d668e3346daa093f33c2ee004fd97bb1457c48e81 SHA512 
23a21fc27646dbfb1f674fa77d9843b35bc64bca6b459151a9bc976597a551c7d1673db8fdb42511d5b17e482481e6916ef2cecf8d5c77cdff95d4120e7da703
 WHIRLPOOL 
5c35a9a9f21cd493500370ac486d81a77e5737bf1b4e99eae2424f08f58210fb09ca2fc767495a28f3d0edd6f4c74642d63431670771a4764edb99d8efc725b4
+DIST opera-developer_46.0.2573.0_i386.deb 52826204 SHA256 
d0b2d4d7ddcadbcf1e426ccf0e56d7f28d2455a63067354e0eadf02015f97941 SHA512 
0701a8e95c054f3b3024628cda91c30e0f66e17708451dc72f016da5eac15bda763987d576bdfc4e9f90c57ca8b307f920ed7fa0e13d6188baaf6eb11eee609e
 WHIRLPOOL 
0a988115d343c04b494175f1aab959286567757b89bb4463242f17e7d4fa4ed6096cefcb5c6954dfe819abefd29bb0539f28f15e8752b6d96464ab1f4ec65101

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

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

2017-04-24 Thread Jeroen Roovers
commit: 6b475c198e4bd6dbed0976b266cb316c0fcf1ef5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 24 19:21:55 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 24 19:22:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b475c19

www-client/opera-developer: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/opera-developer/Manifest|  2 -
 .../opera-developer-46.0.2556.0.ebuild | 90 --
 2 files changed, 92 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 86323c3120d..ab4e76b43bb 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,5 +1,3 @@
-DIST opera-developer_46.0.2556.0_amd64.deb 55354096 SHA256 
c3981e5da781add7009da0914d0b3f5cfc895b6d86f45abf2fa1dc98dc884236 SHA512 
6786a8ff28c7d3a90c1ab674137a396707b72495339edc80a29bf4b2216d0afaf457c79b12ec917629b5f8349cbebc4e38b8c1ec3387d54cbc06d978df800296
 WHIRLPOOL 
aea91226762317eaf3e7cabf8d08bbb087c9b892a5fec6fa495cde445d0710d94a01dd8460463af3cbfd1de0affd5cee6cf4c8d66c4fe079e17edbecdc11bf3c
-DIST opera-developer_46.0.2556.0_i386.deb 56670214 SHA256 
62eb26fda36973437aaee184eb724b1fed533ace2c35c65e1e9d2ca0c624918f SHA512 
1c83ca72364044a67958abd2e51c6a677872b5e1c22602a223f2e49219bf3cce45aba24991193c5f8b9d6e99f72e2850cbe15afc286df2f4237971f671c37231
 WHIRLPOOL 
15dcc65aefb97d1dede3d122195a580567ad11c0c72d2d8d68117a923f8ec380fce3eef734876e5223ce848733d405a5bd6356bafaa036eb9b00859ad3191e85
 DIST opera-developer_46.0.2567.0_amd64.deb 52458322 SHA256 
257f47fd80c9c7ba1b732a1bbec809d1b5dc3b6e4f660867b6f233aa6a3cc6b7 SHA512 
33c71da0ae36bb8231d362a232877940415aba5db1c4ed48b8c1f9e8742135b941f35a17d8d4de15095c08dd8ada0a00fb7a71e09ff8393cd45365f5ccfff39b
 WHIRLPOOL 
1a32875d3fb3718b721b651c377c1f53d0ad4c797447a922b32a031ad635355be60b84fe098e3695c4837afa767f446fe3361437ba9aa6288f9c14af5a660a15
 DIST opera-developer_46.0.2567.0_i386.deb 53720314 SHA256 
54f8f3beaa37843b6ca942f23c4ec39d864e457d4a10b07b3696f284994c2dc0 SHA512 
d912baf2b5799dcd4e1fe70633f1970f9c83a12c9ad9a040f8e183c78e8de45d2818f21adab57f2089abc3a9d7a75ab4ff1596e3e38735e569a0257aed528909
 WHIRLPOOL 
5233577bd1c16853a3a55bab627ef962e9b0fd5752b399b14b6a3a606e4c50bd6b1b3858ed59aee482c26fdce7b73c3cfed90eeb5e8d8bcc4787f8ab1ba0497d
 DIST opera-developer_46.0.2573.0_amd64.deb 51896654 SHA256 
5d3442850e2720588bf1403d668e3346daa093f33c2ee004fd97bb1457c48e81 SHA512 
23a21fc27646dbfb1f674fa77d9843b35bc64bca6b459151a9bc976597a551c7d1673db8fdb42511d5b17e482481e6916ef2cecf8d5c77cdff95d4120e7da703
 WHIRLPOOL 
5c35a9a9f21cd493500370ac486d81a77e5737bf1b4e99eae2424f08f58210fb09ca2fc767495a28f3d0edd6f4c74642d63431670771a4764edb99d8efc725b4

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

[gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/, net-im/openmittsu/files/

2017-04-24 Thread Ulrich Müller
commit: 53b929fa6e8cad9c94cd8c3e684eeb510f25a29c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Apr 24 19:00:03 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Apr 24 19:01:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b929fa

net-im/openmittsu: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-im/openmittsu/Manifest |  2 +-
 net-im/openmittsu/files/openmittsu-cxx14.patch | 36 ++
 9.2_p82.ebuild => openmittsu-0.9.2.106.ebuild} | 28 -
 3 files changed, 50 insertions(+), 16 deletions(-)

diff --git a/net-im/openmittsu/Manifest b/net-im/openmittsu/Manifest
index a9665a163c4..00610126317 100644
--- a/net-im/openmittsu/Manifest
+++ b/net-im/openmittsu/Manifest
@@ -1 +1 @@
-DIST openMittsu-0.9.2_p82.tar.xz 1313600 SHA256 
3fefd9c9a67cede57e9f310c39d7547cd622a859511d5e7af12261d2fd4b337b SHA512 
c50e5618a282833d472c1d176d928dc2902d2d0a5e65bf4524af48ae17ba45e002fac5d3bceefaf8a4007eee3749976c680fd168c865c4b5e2e2e2c532d5f600
 WHIRLPOOL 
f3290289aa0f8a59c391f127561418a0103c00a664fff27db67c73125ba772f675e71db17fa7a3fa8a25c127527f66339e2d0cd4fa095d2746a13b9b905a6908
+DIST openmittsu-0.9.2.106.tar.xz 1315056 SHA256 
759727ddeef09546015390c9fffbcbf71bb0f8b9039747d1fa537140ae6f40d5 SHA512 
7edd5ac21203f588de848aa712c3c8e588eb1122bb42a860ccc5a4f8c943ed2060b491913c64602f0be5ff3649c85bc6dd5c1c1b1837ad6872fe5f2cfc9bcaf8
 WHIRLPOOL 
acc38be4f13def1bb02c509d802ed8c06bae211c7e31a74c42e999af6d1977951c9d04af13a11c2c13a30c5412602539b025b0eafb5ce1a4162d91165df313a8

diff --git a/net-im/openmittsu/files/openmittsu-cxx14.patch 
b/net-im/openmittsu/files/openmittsu-cxx14.patch
new file mode 100644
index 000..e7de801e522
--- /dev/null
+++ b/net-im/openmittsu/files/openmittsu-cxx14.patch
@@ -0,0 +1,36 @@
+From 3b7ce3b82deeaa7500b25cccee26384d8729 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ulrich=20M=C3=BCller?= 
+Date: Mon, 24 Apr 2017 20:48:08 +0200
+Subject: [PATCH] Set C++ standard to 14.
+
+Needed for CMake 3.1.0 or later, which would otherwise fall back
+to -std=gnu++11 in flags.make.
+---
+ CMakeLists.txt | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index aef2b89..401f636 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -85,6 +85,8 @@ if(CMAKE_COMPILER_IS_GNUCC)
+ # Set standard flags for GCC
+ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -funroll-loops")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wall -pedantic")
++set(CMAKE_CXX_STANDARD 14)
++set(CMAKE_CXX_STANDARD_REQUIRED ON)
+ elseif(MSVC)
+ set(OPENMITTSU_COMPILED_BY "MSVC")
+   
+@@ -112,6 +114,8 @@ else(CLANG)
+   set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++")
+ endif()
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 
-stdlib=${CLANG_STDLIB} -Wall -pedantic -Wno-unused-variable 
-ftemplate-depth=1024")
++set(CMAKE_CXX_STANDARD 14)
++set(CMAKE_CXX_STANDARD_REQUIRED ON)
+ endif()
+ 
+ #
+-- 
+2.12.2
+

diff --git a/net-im/openmittsu/openmittsu-0.9.2_p82.ebuild 
b/net-im/openmittsu/openmittsu-0.9.2.106.ebuild
similarity index 61%
rename from net-im/openmittsu/openmittsu-0.9.2_p82.ebuild
rename to net-im/openmittsu/openmittsu-0.9.2.106.ebuild
index af8cbc18f3c..14478f6de9a 100644
--- a/net-im/openmittsu/openmittsu-0.9.2_p82.ebuild
+++ b/net-im/openmittsu/openmittsu-0.9.2.106.ebuild
@@ -5,11 +5,10 @@ EAPI=6
 
 inherit cmake-utils eutils
 
-MY_PN="openMittsu"
 DESCRIPTION="An open source chat client for Threema-style end-to-end encrypted 
chat networks"
 HOMEPAGE="https://www.openmittsu.de/;
-# git-archive-all.sh snapshot of https://github.com/blizzard4591/${MY_PN}.git
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${MY_PN}-${PV}.tar.xz;
+# git-archive-all.sh snapshot of https://github.com/blizzard4591/openMittsu.git
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
 
 LICENSE="GPL-2+ BitstreamVera OFL-1.1 Apache-2.0 CC0-1.0 MIT BSD-2 Boost-1.0"
 SLOT="0"
@@ -20,11 +19,12 @@ DEPEND=">=dev-libs/libsodium-1.0.11:=
>=dev-qt/qtgui-5.7.1:5=
>=dev-qt/qtmultimedia-5.7.1:5=
>=dev-qt/qtnetwork-5.7.1:5=
+   >=dev-qt/qtsql-5.7.1:5=[sqlite]
>=dev-qt/qtwidgets-5.7.1:5=
>=media-gfx/qrencode-3.4.4-r1"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_PN}-${PV}"
+PATCHES=("${FILESDIR}"/${PN}-cxx14.patch)
 
 DOCS=(
README.md
@@ -32,21 +32,19 @@ DOCS=(
Example-contacts-file.txt
 )
 
-src_prepare() {
-   # set version manually, since autodetection works only with git
-   sed -i "/git_describe_checkout/\
-   s/.*/set(OPENMITTSU_GIT_VERSION_STRING 
\"${PV/_p/-}-\")/" \
-   CMakeLists.txt || die
-   cmake-utils_src_prepare
-}
-
 src_configure() {
-   local mycmakeargs=("-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON")
+   local mycmakeargs=(
+   # set version 

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

2017-04-24 Thread Christoph Junghans
commit: bffe21a9a0e7bcfda004e9dea3b5351b5cbf4c6e
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Apr 24 18:57:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Apr 24 18:58:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffe21a9

sys-cluster/gasnet: don't build ibv backend (bug #616514)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/gasnet/gasnet-1.28.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/gasnet/gasnet-1.28.2.ebuild 
b/sys-cluster/gasnet/gasnet-1.28.2.ebuild
index 3f73fec6d81..52282995fdd 100644
--- a/sys-cluster/gasnet/gasnet-1.28.2.ebuild
+++ b/sys-cluster/gasnet/gasnet-1.28.2.ebuild
@@ -54,6 +54,7 @@ src_prepare() {
 
 src_configure() {
econf \
+   --disable-ibv \
$(use_enable mpi) \
$(use_enable threads pthreads) \
CC="$(tc-getCC) ${CFLAGS} -fPIC" \



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

2017-04-24 Thread Jeroen Roovers
commit: baac7ebc97dcaf1f3df4a7b9d44aba497f425be3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 24 18:47:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 24 18:58:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baac7ebc

media-libs/resid: Add multilib support.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/resid/resid-0.16_p2-r1.ebuild | 46 
 1 file changed, 46 insertions(+)

diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild 
b/media-libs/resid/resid-0.16_p2-r1.ebuild
new file mode 100644
index 000..aff86979f43
--- /dev/null
+++ b/media-libs/resid/resid-0.16_p2-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils multilib-minimal versionator
+
+MY_MAJ=$(get_version_component_range 1-2)
+
+DESCRIPTION="C++ library to emulate the C64 SID chip"
+HOMEPAGE="http://sidplay2.sourceforge.net;
+SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="static-libs"
+
+S=${WORKDIR}/${PN}-${MY_MAJ}
+
+DOCS=(
+   AUTHORS ChangeLog NEWS README THANKS TODO VC_CC_SUPPORT.txt
+)
+
+src_prepare() {
+   default
+
+   # This is required, otherwise the shared libraries get installed as
+   # libresid.0.0.0 instead of libresid.so.0.0.0.
+   eautoreconf
+
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   --disable-dependency-tracking \
+   --enable-resid-install \
+   --enable-shared
+}
+
+multilib_src_install() {
+   default
+
+   prune_libtool_files
+}



[gentoo-commits] proj/musl:master commit in: dev-util/android-tools/files/, dev-util/android-tools/

2017-04-24 Thread Aric Belsito
commit: 4ac5d70b954e7ce9cb7f8def9d81f3a565f30fd1
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Apr 24 18:48:44 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Apr 24 18:48:44 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4ac5d70b

dev-utils/android-tools: add 6.0.1_p79

The patch got more complicated.

 dev-util/android-tools/Manifest|  8 +++
 .../android-tools/android-tools-6.0.1_p79.ebuild   | 84 ++
 .../files/android-tools-deffilemode.patch  | 14 
 dev-util/android-tools/metadata.xml| 15 
 4 files changed, 121 insertions(+)

diff --git a/dev-util/android-tools/Manifest b/dev-util/android-tools/Manifest
new file mode 100644
index 000..8a2645c
--- /dev/null
+++ b/dev-util/android-tools/Manifest
@@ -0,0 +1,8 @@
+AUX android-tools-deffilemode.patch 481 SHA256 
efac75c80701c6f857b913bf8756b5d08c07c59d8bd3936d1f13c00b4efe62ed SHA512 
0cffa8e5730a6581fd0ec5d14d421d116fcbe8e594375d2a17981c69356e48446c2df987f4b592d43f4358c7309e1887e62813276607437d2bfb232f0748c5c7
 WHIRLPOOL 
094c84f7c33c0c4212fbcb2da1eade5f2827226bd0091144fcc63713aa7c5fe0d02fba91db8e0f15c3f7024b4925b51459c48e52a853131da908bb4b682e46ba
+DIST android-tools-6.0.1_r79-arch.tar.gz 13466 SHA256 
8e20e1c28f80e6d52070883e35cd333d3bb1dbd2f18ab2625bf64f74829b4f34 SHA512 
90b8638d247897da33f6e861492c58df0e9877738650083c3307bd787d234d728e6c9097ac1401c254eb3daf4c6b18da4ee84dd16749acf6359fcb42781862fc
 WHIRLPOOL 
ce0ade8bf372bc01c20357f2bb7dfa1bebc4b7a3d08c9987a786b2d1563d12be47c51c8ca286c065165d3b66a03db3324fc8b7f11f58b2d7a76e92ed2ad2178b
+DIST android-tools-6.0.1_r79-core.tar.gz 1186562 SHA256 
2de9f6327c2b00d6b1eca7f97ceccc5b4f3302bb8c2abcc0d51e855e5e6dd3af SHA512 
a48f8c562305cbc951e008979920d9efe02e232c41997423457ff1e2f115e526b295c260a501d4050ce280ca7155793b95f7a60bad5cbc165ba80d6a225152f0
 WHIRLPOOL 
636921ad316590109a1fe8d97b4da257c7d14ac0379591341828c10de8934786fb1bb355f6aa6dc99d6cae2878bda5d3947cb978ea80ca99a74d02ba4db2f048
+DIST android-tools-6.0.1_r79-extras.tar.gz 648657 SHA256 
4c39fca97a419ec2b3c1edc6c558cac2777b64213df4a24fe281a343632d4a75 SHA512 
e10694737c518f591eff4e808bb826c83bf45dc44c5c1ee8a4082a6e0653350ffe2986e299348cb4a1219203192d01546a05e9354ce05e29897f856c147de8c3
 WHIRLPOOL 
212cd122f87bcaf7a3b9cf550653faa4eccd869113dfb2e11a38bc396fb748c339c717b2ac2075979a8bc69baceb0272e44e610ee96490e37004baf7b141b6e5
+DIST android-tools-6.0.1_r79-f2fs-tools.tar.gz 70255 SHA256 
a69b7653b1886d58fb8e7104437b3751c440e9367051d8ec1b859db2202555ae SHA512 
0871f99f78006028889b42668ec627b6515bb812ad3ec4a489f62187a79f64d2a74f66556698a5f05fc99932f75fefd8810dedceeab744b212beb764e97b82c8
 WHIRLPOOL 
23c2f6d95a92bb97290690534082810ff50817640e19e9567056194e4a01d28516433396bc0aa42c545b47738e739d21823007ffaa171e972789b7cb1c71be94
+DIST android-tools-6.0.1_r79-libselinux.tar.gz 50814 SHA256 
f93426fa21aa4d57f95ed832d61edce3363b3c0e80c666b6fc98367fbc95003e SHA512 
686557271271c4d59fb968c5aa76b433955009733f3151c4c86faa996ce846088d6632b0969b23699822b7a6f09eae60abedba6abb0edc9d444159bbdb5c6f91
 WHIRLPOOL 
d82d53133a54044e92db534b3c546b92ba7775cc2890b202673d68120a42d8cda169d1298a5bb36e466e65c9c5191d01bc29fdf53d8e621b30a2ccafcd75
+EBUILD android-tools-6.0.1_p79.ebuild 2481 SHA256 
6b6b3f7c140c0b6806c24a83d8b7c1b9941d15104842be1ea8456f6893d8b3c2 SHA512 
f81e7d6dc64904967b26132c673c828f58d7fef64962e930b35441ccb433aaa53b4d035efa9649f4ed57d37051a21b0a5e5a9ac528d28d8d65b28728012c2a62
 WHIRLPOOL 
0b5928bf51451bda305b55a6577b1f8261bc0d4b02f83e728293c855951407d9a0219378a5966fa94f81bfa8766b39d5ea30ecf2fccf58a89f5e5a86852d6a32
+MISC metadata.xml 643 SHA256 
0f10169f0f70025ecabdc95c1cd83ebb7db16be7df670678fbf131c8b66f5882 SHA512 
51ee41cf77548eb1ce543b2c1f5f37e9634250c2fa42b36a8128b4a80a73a270b90b9e9e1c2c58d7aeb6dee85238ec73345f1a3a4ac398a4f7b2cd8e8c6e84ee
 WHIRLPOOL 
ebb5e0bd8f8205f31350d501a98adf0147e57d7a695999c61eb8a2e3c8f0a58015ea2762ee2394df0b9059c8be862dd2073e539e632ce94507c837745dcb9ff7

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

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

2017-04-24 Thread Göktürk Yüksek
commit: e893884480bc4708ddb9fa12824671692db26038
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Apr 24 18:44:40 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Apr 24 18:45:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8938844

dev-db/redis: remove proxy-maint from the metadata, no proxied maintainer

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/redis/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-db/redis/metadata.xml b/dev-db/redis/metadata.xml
index 09d7718c34c..872bd8ba741 100644
--- a/dev-db/redis/metadata.xml
+++ b/dev-db/redis/metadata.xml
@@ -7,10 +7,6 @@
   
 robb...@gentoo.org
   
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
   
 
   Use dev-libs/jemalloc for allocations.



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

2017-04-24 Thread Tim Harder
commit: 9943f8132614ae24c3c75aea8986e70dab72668d
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 24 18:40:38 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 24 18:41:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9943f813

net-irc/weechat: version bump to 1.7.1

 net-irc/weechat/Manifest  | 1 +
 net-irc/weechat/{weechat-.ebuild => weechat-1.7.1.ebuild} | 8 +---
 net-irc/weechat/weechat-.ebuild   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index d87056f7149..747bf0fc8ea 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1,2 +1,3 @@
 DIST weechat-1.4.tar.bz2 2464362 SHA256 
e06d9949ccececdd9692c95c41304c2f7fe9ec47b5eedd0d0a8529f6a3c1ddd4 SHA512 
4c4bf25da513c25a16b24d94c1a6971db12d5cf168c83aa9757053c634f7b25e92f1dbe54fefd09eeb69ece9ddc4be115bb6f6fc078ef7682dcb1df21f04
 WHIRLPOOL 
1db202131c1cd68e0f436f2e316ad73d0887d48533c417c1446a671bc620fdaaedb6198ac23876d62a51458ab55231d528635fc4e7fa2aa0067c60f656e3d6e5
+DIST weechat-1.7.1.tar.xz 1836844 SHA256 
3f7e04793ce21796369199573d84a04ea23313942af880d2c9600bdc73571c30 SHA512 
4aba380704ab5f611d923a461aa17cac076a18f92a6bb8129daf5f212536672267cadcc679befbcadb48d5044e4bf973f93982d9d3c500cd9d9e12dba4dbfbba
 WHIRLPOOL 
6c2e2d687be4600e8d875e4c305bf2a432948d24d7a009bcb01fa6b4f8ac8d7180f67da010c2baf46d9bbd97e33fbbb49f63a25586a3e1a7cbb7daee8897
 DIST weechat-1.7.tar.xz 1837004 SHA256 
599348337a4bff179bf50888dad135751fa401538ebaadc59831d2223be52db3 SHA512 
1de4af1e6b8189a96d830480f062bb1a92626f3ccf4ef0d73d081d72472e9a0840a4776403846032582e0387b6df8b8d7dbbce2ca309263554facd3bc6a5b050
 WHIRLPOOL 
9f62824e6dccf4e4d95422dd2ca6e2e135f4556fa697c11ad6004047375505612082ba4299ba1b4668a32cbffbad67f9d129c33f343287222dad34263ff32505

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-1.7.1.ebuild
similarity index 96%
copy from net-irc/weechat/weechat-.ebuild
copy to net-irc/weechat/weechat-1.7.1.ebuild
index 74643de24b6..6e8c0992405 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-1.7.1.ebuild
@@ -2,7 +2,7 @@
 # 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} )
 CMAKE_MAKEFILE_GENERATOR=emake
 inherit python-single-r1 cmake-utils
 
@@ -26,7 +26,6 @@ PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts 
+spell +trigger +xf
 SCRIPT_LANGS="guile lua +perl +python ruby tcl"
 LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr"
 IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} 
${INTERFACES} ${NETWORKS}"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
dev-libs/libgcrypt:0=
@@ -58,7 +57,10 @@ DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc 
ReleaseNotes.adoc README.ado
 # tests need to be fixed to not use system plugins if weechat is already 
installed
 RESTRICT="test"
 
-PATCHES=( "${FILESDIR}"/${PN}-1.2-tinfo.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.2-tinfo.patch
+   "${FILESDIR}"/${PN}-1.7-ruby24.patch
+)
 
 pkg_setup() {
use python && python-single-r1_pkg_setup

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index 74643de24b6..6a2b364909d 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -2,7 +2,7 @@
 # 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} )
 CMAKE_MAKEFILE_GENERATOR=emake
 inherit python-single-r1 cmake-utils
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/abi-compliance-checker/

2017-04-24 Thread Michał Górny
commit: 257ef1a7b11b8c81a995f2b02be543dc7b02ce6f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 24 17:52:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 24 18:28:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257ef1a7

dev-util/abi-compliance-checker: Bump to 2.0

 dev-util/abi-compliance-checker/Manifest   |  1 +
 .../abi-compliance-checker-2.0.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-util/abi-compliance-checker/Manifest 
b/dev-util/abi-compliance-checker/Manifest
index f0aacc45d4e..e05e3cdc4da 100644
--- a/dev-util/abi-compliance-checker/Manifest
+++ b/dev-util/abi-compliance-checker/Manifest
@@ -2,3 +2,4 @@ DIST abi-compliance-checker-1.99.21.tar.gz 230212 SHA256 
c9ca13a9a7a0285214f9a18
 DIST abi-compliance-checker-1.99.22.tar.gz 230584 SHA256 
da8d9c4f1d35d1ee355263b7f1b59c869e02fcb7cb764a695f8c730ce3dd5c2c SHA512 
19c4f1dc93d724c8de102696f80eff592f052b69b5de62fceeea84a2add8a2d1f405f2af62253d188838118d0dccdb5791e36b3c64c0302d10534e296fdc8518
 WHIRLPOOL 
f1ec4fe5553888bc95dc9bd3fe82cd8a4bf07fc3d4f9139520761701d1ca2962385d0d0d3eb7844337f39f9d719ceab6057182cbc55dc063245877a58151f28e
 DIST abi-compliance-checker-1.99.23.tar.gz 231478 SHA256 
5d1a66e12b654798a09bdc087bb523bb38dd52bc6a212d604c18b547eb1ca2b2 SHA512 
f09e0b5d9b04ab7ef20b19a1265d6dceb89c1c1aa4639f67b30ca60a66bbb748df6f95e2a540e650f96f296cc1b7bd972391a5fb9038e4834bd4860825db2b2e
 WHIRLPOOL 
33288a8a12815cd2d8b1d52460979523f7df503a6290f74570fb8abf48b7e5609d7f7b3009379d6b5f5b4276be5def6dc6ef4e55696aa7a1d6e4aadf8314d664
 DIST abi-compliance-checker-1.99.25.tar.gz 233928 SHA256 
b6d82df39c89be5c55ab13c4829223c0f17cf84c62d437350c06243f0a8b7380 SHA512 
2a01dac2c95069432951abbaf5cae2ba241370b6059663c835aad5a2dd8b6c853762861707d14fe386a2c4ba85d3a9ae1b4af346a1eb6fe5f28ea3173bad
 WHIRLPOOL 
fb349024cdb063156e6ee0a8405ef1dd61f809179062da3196ef18570f2c58b86448aa737bf143640187a053fbe77a420bfc695ed890428af9f0539fb8f77743
+DIST abi-compliance-checker-2.0.tar.gz 228921 SHA256 
73194c9c00853c761b8c7c0e6fc581ae92e586884a5a7dcce2c5b556b437b6e1 SHA512 
f1ee78113ac29814ecdf4130cd2ed2cbe24ffea65853cbdc8803a07b5d08dc8f7ffea9764c2ddf7a4a73eac1159fd13b3ce74cb0d7e412aacadacf6f59e7b663
 WHIRLPOOL 
f5c34d7ef7a1b72bf1f1466a1cb3c77336aff2241d7c1e514ab57cc974f8213f0d7ead1e811d656377204f422db5a3ef9d9e60a83880a745e590ec56cd09b105

diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild 
b/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild
new file mode 100644
index 000..7ad9918b7bc
--- /dev/null
+++ b/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A tool for checking backward compatibility of a C/C++ library"
+HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker;
+SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   dev-util/abi-dumper
+   dev-util/ctags"
+
+src_compile() {
+   :
+}
+
+src_install() {
+   dodir /usr
+   perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" 
|| die
+   einstalldocs
+}



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

2017-04-24 Thread Michał Górny
commit: 0b268022d974da0406bee30b4e9af6f0f5f6f9ba
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 24 17:59:08 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 24 18:28:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b268022

app-shells/bash-completion: Bump to 2.5

 app-shells/bash-completion/Manifest|  1 +
 .../bash-completion/bash-completion-2.5.ebuild | 98 ++
 2 files changed, 99 insertions(+)

diff --git a/app-shells/bash-completion/Manifest 
b/app-shells/bash-completion/Manifest
index c95f07d3979..9927439a1e0 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -1,5 +1,6 @@
 DIST bash-completion-2.1_p20141224.tar.xz 257964 SHA256 
a76ffdbc9f49f48e290f0e6f3d46060d51c770f91e25b35b014bc16fec76f517 SHA512 
94649aad8dbf0f170422605a5f36c5cab61e45ce402a92f89a6eba3bd5d2e976087b35cd0a9b6d4d29ba608cee3bb27b692088c884b766447ee9eafa99c2814a
 WHIRLPOOL 
0ea12dfc8f432ffed598aee65c7080de570ebe9783415c7ebe4bd5d152fc645a132fae3a28986c029d13a4b939e15053204d73ae9b207f4ad62b9c117bf59cba
 DIST bash-completion-2.3.tar.xz 272252 SHA256 
b2e081af317f3da4fff3a332bfdbebeb5514ebc6c2d2a9cf781180acab15e8e9 SHA512 
396c060fa39aa05866d26b573d6b9eebdb96e41a17ef723e95f8b01bbda32b0b83bf9e4d978a4f0a1c0590787ae797bb3b6417b95b877f8447037cb873ccf38a
 WHIRLPOOL 
fe5ebae1c77dfba504e8f79b130ba0bc80d882a045b980a23f4642e77dfb7bb79b529c1573b13fc0986f486c41696bb94fadef677e0cabfdffe7aeea6e8ff5c0
 DIST bash-completion-2.4.tar.xz 276148 SHA256 
c0f76b5202fec9ef8ffba82f5605025ca003f27cfd7a85115f838ba5136890f6 SHA512 
b852e0a38417dfc3754a91dae2d107f99a3c2970d835a4bbaa80f2a4db8d670bc3820ddc6ada26f68070f22fb4c1db7abe50ad489b1c0f8497b1e6e91be27627
 WHIRLPOOL 
f38f148dcbca1ee47ec6fa33637ea0673c03816b607bd638605832fb76ec7fb5f24cba35cb559e8a5b06636b1ec0f225e420615b6721074fc405cb79b505b07b
+DIST bash-completion-2.5.tar.xz 276732 SHA256 
b0b9540c65532825eca030f1241731383f89b2b65e80f3492c5dd2f0438c95cf SHA512 
44ca2cbf38190c2bfa1e98021c1de36dbef0e55f9fe7840e83bd7f91b4c9afc92afa9bb03d53dbc6d9f9b468ac63ff1021a60e456fc239010010d75687eff3da
 WHIRLPOOL 
b488571aca9d8b027214c2964ec789ef616659a098a2bd65a921075d94a8014b51a802040535e44c7831b159a5094b6879935f726ee97409b575c36cd01dbc13
 DIST bashcomp-2.0.1.tar.bz2 4078 SHA256 
142348b61b32fb3f1580ac90b684b1014d6d177f371baadb503340c507f9a992 SHA512 
8ac8982f418a2d71dffcf027ffe0b7eefa3ee49413a726a8ee9e758975d8f86c687a64b55cd94e09b7936d1c6990285ddc90a3c2b1989af44322937c5c4fb8d7
 WHIRLPOOL 
b6daa0a93282e9df73635cbe97c473fd22aa3baf035c3ffcb5966152e20b26d85979fe8a5ecf9128157422f3f60dc27c82c843b9a0e6e80b7de7da596250
 DIST bashcomp-2.0.2.tar.gz 3625 SHA256 
6ede58bfbe99f0dca1eb9236492aa20a6755e5731526de56e15d1e2b220165c9 SHA512 
46bc1bcc32263135f44be68569459a409250dd2c81c18190735f11e13a26508e9d3cb91d24a8fe7b21bdea678347873b7ac1b67d5e8c78c8444011f85dfdcdce
 WHIRLPOOL 
4b6cb989235d5fed8fd9986c1419ab337df38384fe2b307fd78f08f8696f4a2328845ed4f27913a36e9a544e973690bc0dd2af73816e272c3faf27ff2eafa585

diff --git a/app-shells/bash-completion/bash-completion-2.5.ebuild 
b/app-shells/bash-completion/bash-completion-2.5.ebuild
new file mode 100644
index 000..0585f5e0e97
--- /dev/null
+++ b/app-shells/bash-completion/bash-completion-2.5.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+BASHCOMP_P=bashcomp-2.0.2
+inherit versionator
+
+DESCRIPTION="Programmable Completion for bash"
+HOMEPAGE="https://github.com/scop/bash-completion;
+SRC_URI="https://github.com/scop/bash-completion/releases/download/${PV}/${P}.tar.xz
+   https://bitbucket.org/mgorny/bashcomp2/downloads/${BASHCOMP_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
+IUSE=""
+
+RDEPEND=">=app-shells/bash-4.3_p30-r1
+   sys-apps/miscfiles
+   !app-eselect/eselect-bashcomp"
+DEPEND="app-arch/xz-utils"
+PDEPEND=">=app-shells/gentoo-bashcomp-20140911"
+
+# Remove unwanted completions.
+STRIP_COMPLETIONS=(
+   # Slackware package stuff, quite generic names cause collisions
+   # (e.g. with sys-apps/pacman)
+   explodepkg installpkg makepkg pkgtool removepkg upgradepkg
+
+   # Debian/Red Hat network stuff
+   ifdown ifup ifstatus
+
+   # Installed in app-editors/vim-core
+   xxd
+
+   # Now-dead symlinks to deprecated completions
+   hd ncal
+
+   # Installed by sys-apps/util-linux-2.28
+   mount umount mount.linux umount.linux
+)
+
+src_prepare() {
+   eapply "${WORKDIR}/${BASHCOMP_P}/${PN}"-2.1_p*.patch
+   # Bug 543100, update bug 601194
+   eapply "${FILESDIR}/${PN}-2.1-escape-characters-r1.patch"
+   eapply_user
+}
+
+src_test() { :; } # Skip 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/

2017-04-24 Thread Michał Górny
commit: 352702e3cde9dc8134cf279eb0ef098c9c35af73
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 24 18:05:11 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 24 18:28:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352702e3

dev-cpp/catch: Bump to 1.9.1

 dev-cpp/catch/Manifest   |  1 +
 dev-cpp/catch/catch-1.9.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
index 7ed739f96f3..87db3f65f14 100644
--- a/dev-cpp/catch/Manifest
+++ b/dev-cpp/catch/Manifest
@@ -2,4 +2,5 @@ DIST Catch-1.5.6.tar.gz 312250 SHA256 
1749521eb5c4b6e81128f60d66b81b8328e7605059
 DIST Catch-1.5.7.tar.gz 312824 SHA256 
9acabf466e64ef2d477d4ce8d16610db3556a58b150440025fb1b25c3fd6a85b SHA512 
724e85fbcb1a5ff8e98ef04932f7c60f43c0deaf4e41e4790cb7c0d9ead7b2e9068c801b165c094d68373b906c9d2d09de269bd7065dbd0136ecbb18ced4ccff
 WHIRLPOOL 
b0ce83cc75bbe40f3531c898fc273101a9992f5b7b43b9a483bf694b7c2fb079808f4330795fa1ae8bb5052fd55feb656245fc503f43217b42cf6239b620b167
 DIST Catch-1.5.8.tar.gz 312892 SHA256 
08761b1930b37118b568838fd40eb6d113063c35ca8a37128298edd5559403a7 SHA512 
18553b877ea6cbb48255f48bf025efc02dbc26f7895bf8f68391bc3417ae737ffab55e6b05c9c91c3d501ff581276cfd7678510dbc5aff884d99bc38fb93
 WHIRLPOOL 
f3c030e2a5b4beefdd00eee75a55052a92f07948cd8ce29da46cd83cd0a61991ca6cbf0ccd2ff89beee701a136b082a043a4dab9c140fcd0095905f518d99b6d
 DIST Catch-1.6.0.tar.gz 290987 SHA256 
83532346983c43963cf89a69c1544be493e6b4cccaf20975e53f5cf2239b73a9 SHA512 
6a9fbffd76d1fe6e4a2523c87e6ec6efcae66fc9db6dc5876b2839cfdb7c9918e8dc21b9b5ac4a545677c333659107c45f788d9a251f9d3bdd7731fd404132fe
 WHIRLPOOL 
58257b3729f74f39034d9c9dccf178d0fe25c64f6b43ff606c52a0c2a8779b0ecd4b38b561e402bf4af70a52267d9499d5f22aab34755f02e20e04de4b9894f5
+DIST Catch-1.9.1.tar.gz 357082 SHA256 
34fb5f7b8892654b123830eb9aa22e911ac4fac3fa14a1ebf51d21625a8a6cfa SHA512 
40a212d5af2edf609909af6f420105508c15303e845af1f2b3a04ebafa24a0888dc51da94d0c3f0952410a408a2699870246a246f00fc0d835ee77e8ef8addac
 WHIRLPOOL 
ac26d7c17b8a86d00689d93b0379dd8260788cfb670a129936ddc336d5b450713873c39665693fc0de44ef4e61a34e692e736a710a2d5204d115bb26e388d161
 DIST catch-1.5.0.tar.gz 311787 SHA256 
f694634bc56422f28d61052eedc29d43ea20e60a1726eda3ff9acc8fdfca3c08 SHA512 
d7011cdfe6eca86aa081b5da371665be8687bcbb41f3702c3075bf01f73e1d2e00894a0917e6437a8735e730ff287a06e189ce94ea00e583ab7282065f25166d
 WHIRLPOOL 
90d7d6d2f4b06169224385e0f2ec0de1312c454a0c7a2a14155f68fe30424e527cde91e5fb4ff9bd441fa846a7caabca023e591ce5837f6c65f0bbe106166401

diff --git a/dev-cpp/catch/catch-1.9.1.ebuild b/dev-cpp/catch/catch-1.9.1.ebuild
new file mode 100644
index 000..394994c4022
--- /dev/null
+++ b/dev-cpp/catch/catch-1.9.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Modern C++ header-only framework for unit-tests"
+HOMEPAGE="https://github.com/philsquared/Catch;
+SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> 
${P^}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${P^}
+
+# CMake is only used to build & run tests, so override phases
+src_configure() { :; }
+src_compile() { :; }
+
+src_test() {
+   cmake-utils_src_configure
+   cmake-utils_src_compile
+   cmake-utils_src_test
+}
+
+src_install() {
+   # same location as used in fedora
+   insinto /usr/include/catch
+   doins -r include/.
+   dodoc -r docs/.
+}



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

2017-04-24 Thread Jeroen Roovers
commit: ce03a844f38f4481651e894878cb2f25bf431108
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 24 18:25:29 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 24 18:27:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce03a844

www-client/vivaldi: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/vivaldi/Manifest |   2 +
 www-client/vivaldi/vivaldi-1.9.818.25_p1.ebuild | 115 
 2 files changed, 117 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 834af3e77ba..94afebc5c12 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,5 +2,7 @@ DIST vivaldi-1.8.770.56_p1-amd64.deb 46975188 SHA256 
a205631571ff98b68e19e8474ed
 DIST vivaldi-1.8.770.56_p1-i386.deb 47522028 SHA256 
d69e5f1ae8566391fcaed30934ff0e592496bd36e6850dd6dc2b178bdfe08088 SHA512 
22739a6f9235ce4a6c5132ece5fb819f630511be1007fb6557f35cc1fce9dd6a6289870d626b23dd506bfc57b6d03d372f524e425ad4393f859a78c6903ab050
 WHIRLPOOL 
3b990b4cea75cc2f799b31ba92722f5b4e331d521b143fee923918a69cb3b343dfd0239a1f5ef309ce9cfcd8c3afe36ea00511e129dd5a2c40fdeb5cec6281d9
 DIST vivaldi-1.9.818.22_p1-amd64.deb 48860242 SHA256 
87804956270129ca05f61c206133189056918ca7b8903dfb1bf451cd45c0eb5a SHA512 
5c1062656703f124b33731069cd2237faff241da4ca4f76a5d1412c686e61d71474a677daeb81b83672cadbe425559974ffdab7f8505ab53954db12b2aa6e9ca
 WHIRLPOOL 
920429e335b24ba3a0f00e187d0b5f601686abfbace1202b11787b0492348abba01c903fc4a076b1be94f96ff24f7677e6773437758a3dc90735b6a4d55a8840
 DIST vivaldi-1.9.818.22_p1-i386.deb 49449230 SHA256 
b61e4a99666fd8e376095ce82fb55efed71ae4809d7f3d9540171eb9d1c42b4e SHA512 
de4fd44df468298db33264b36586194c43850a3d470a21b7e53fefbf371a7eb72861a25ccf3a4e9808ce5d3f997877f2941a68b8c2661e32b9a880db94c1b7f5
 WHIRLPOOL 
80b5e66b7441334054cae30a028ea77cbed4e37d2c596df8e3841c2e7f3071202eff6a932cecf50cda5982b0f258c6cbaefa0d5d1653512b1442fe35b816eb90
+DIST vivaldi-1.9.818.25_p1-amd64.deb 48831172 SHA256 
f1f67ff98b55db53bb56f292f03c41f9a553142b38d89cdc73bb5a68952d09af SHA512 
bddfcdde9d89640f36619fd8dd7c4b16f232066bf295692d971c6ff9c78004ba4bd1df5b6fd3a5deddd028f54a3864ea28d979c952b5cba7b7c3d2d43684aff0
 WHIRLPOOL 
df5f9f7e83fd35abd198717e0128bac86f48fff6e02ffcd45fb0091bc6c0c89ec66cb7f13c1666ffdb8da4b3613c749108efd67d2e4b8b0aa494f81b21415c85
+DIST vivaldi-1.9.818.25_p1-i386.deb 49462276 SHA256 
aa6c48711c3dfc9ce739a639d314c461619d5b453b7c52278c3e156b6be10822 SHA512 
435b560f4faebadfac653451b251ad5ac53f8bc4bda0565b08b9fe1325e614f6e79e08c3dc187b0309b4bd2e9450d7f9b0aa1d5a485159ba757d0527180f81cc
 WHIRLPOOL 
0e7dcaa95cb6e8c43952f925e1c08a28a5740101a540d93a5692452891bef86c3c744b14562cd6ef4b5f3addffec886caf9ca5a8d01eeb4035bc57429bec1dec
 DIST vivaldi-1.9.818.3_p1-amd64.deb 48847826 SHA256 
14e5ccaf714417ad59e7db85eb127df6794d2b83871730203a02aadf7c94 SHA512 
4b338d0754171303ea3c9cab519880b77a7ee47cbd053361bcbca4f046284867601fbb151fedb35aea05ad44665009b54986f594bdf4e2ae73d77f3da02fe99a
 WHIRLPOOL 
4627a2b10b0122d0c2fd5ec3e4b925abcde8ebe7578d89345c189d7dd81d379066a2a6395c6bbd86a59314f5ee53f78ab2ab0f019d8b8efa538bfe52fc0d4820
 DIST vivaldi-1.9.818.3_p1-i386.deb 49435816 SHA256 
702b4d794067350785daf1c6610eee6d1ae1b141f23ddf7fc84a35b89dce23fa SHA512 
1508c4e1fc56426c112bebf7c319dd90f93cc9b2f00e8d2b38fa95713c45931dadb38736a9796cd2189e87c434400f12d88166599d3af702ef3134de3bff08bf
 WHIRLPOOL 
5ee75b46334bf4bd805e990864269c6e0df0d40e9efaf2652d23033f893625e98cc101b3f6214e7bb332da02372a99ac6fdd7785f3e24885e6c18e87487b6208

diff --git a/www-client/vivaldi/vivaldi-1.9.818.25_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.9.818.25_p1.ebuild
new file mode 100644
index 000..5d07a6a24a7
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.9.818.25_p1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   

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

2017-04-24 Thread Jeroen Roovers
commit: 9d9ec075c62926ee4a929dd65a21c1745a84008f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 24 18:27:02 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 24 18:27:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9ec075

www-client/vivaldi: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/vivaldi/Manifest|   2 -
 www-client/vivaldi/vivaldi-1.9.818.3_p1.ebuild | 115 -
 2 files changed, 117 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 94afebc5c12..ded5e2525ff 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,5 +4,3 @@ DIST vivaldi-1.9.818.22_p1-amd64.deb 48860242 SHA256 
87804956270129ca05f61c20613
 DIST vivaldi-1.9.818.22_p1-i386.deb 49449230 SHA256 
b61e4a99666fd8e376095ce82fb55efed71ae4809d7f3d9540171eb9d1c42b4e SHA512 
de4fd44df468298db33264b36586194c43850a3d470a21b7e53fefbf371a7eb72861a25ccf3a4e9808ce5d3f997877f2941a68b8c2661e32b9a880db94c1b7f5
 WHIRLPOOL 
80b5e66b7441334054cae30a028ea77cbed4e37d2c596df8e3841c2e7f3071202eff6a932cecf50cda5982b0f258c6cbaefa0d5d1653512b1442fe35b816eb90
 DIST vivaldi-1.9.818.25_p1-amd64.deb 48831172 SHA256 
f1f67ff98b55db53bb56f292f03c41f9a553142b38d89cdc73bb5a68952d09af SHA512 
bddfcdde9d89640f36619fd8dd7c4b16f232066bf295692d971c6ff9c78004ba4bd1df5b6fd3a5deddd028f54a3864ea28d979c952b5cba7b7c3d2d43684aff0
 WHIRLPOOL 
df5f9f7e83fd35abd198717e0128bac86f48fff6e02ffcd45fb0091bc6c0c89ec66cb7f13c1666ffdb8da4b3613c749108efd67d2e4b8b0aa494f81b21415c85
 DIST vivaldi-1.9.818.25_p1-i386.deb 49462276 SHA256 
aa6c48711c3dfc9ce739a639d314c461619d5b453b7c52278c3e156b6be10822 SHA512 
435b560f4faebadfac653451b251ad5ac53f8bc4bda0565b08b9fe1325e614f6e79e08c3dc187b0309b4bd2e9450d7f9b0aa1d5a485159ba757d0527180f81cc
 WHIRLPOOL 
0e7dcaa95cb6e8c43952f925e1c08a28a5740101a540d93a5692452891bef86c3c744b14562cd6ef4b5f3addffec886caf9ca5a8d01eeb4035bc57429bec1dec
-DIST vivaldi-1.9.818.3_p1-amd64.deb 48847826 SHA256 
14e5ccaf714417ad59e7db85eb127df6794d2b83871730203a02aadf7c94 SHA512 
4b338d0754171303ea3c9cab519880b77a7ee47cbd053361bcbca4f046284867601fbb151fedb35aea05ad44665009b54986f594bdf4e2ae73d77f3da02fe99a
 WHIRLPOOL 
4627a2b10b0122d0c2fd5ec3e4b925abcde8ebe7578d89345c189d7dd81d379066a2a6395c6bbd86a59314f5ee53f78ab2ab0f019d8b8efa538bfe52fc0d4820
-DIST vivaldi-1.9.818.3_p1-i386.deb 49435816 SHA256 
702b4d794067350785daf1c6610eee6d1ae1b141f23ddf7fc84a35b89dce23fa SHA512 
1508c4e1fc56426c112bebf7c319dd90f93cc9b2f00e8d2b38fa95713c45931dadb38736a9796cd2189e87c434400f12d88166599d3af702ef3134de3bff08bf
 WHIRLPOOL 
5ee75b46334bf4bd805e990864269c6e0df0d40e9efaf2652d23033f893625e98cc101b3f6214e7bb332da02372a99ac6fdd7785f3e24885e6c18e87487b6208

diff --git a/www-client/vivaldi/vivaldi-1.9.818.3_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.9.818.3_p1.ebuild
deleted file mode 100644
index 5d07a6a24a7..000
--- a/www-client/vivaldi/vivaldi-1.9.818.3_p1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils multilib unpacker toolchain-funcs
-
-VIVALDI_BRANCH="snapshot"
-
-VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
-VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
-VIVALDI_HOME="opt/${VIVALDI_BIN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 

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

2017-04-24 Thread Pacho Ramos
commit: c20adc9c0a5cb174e3e0f746aff414e8213ef8bf
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 24 15:44:49 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 24 15:49:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20adc9c

dev-python/cbor: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/cbor/cbor-1.0.0.ebuild 
b/dev-python/cbor/cbor-1.0.0.ebuild
index e7fb62fac88..4091c746985 100644
--- a/dev-python/cbor/cbor-1.0.0.ebuild
+++ b/dev-python/cbor/cbor-1.0.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: dev-python/lz4/

2017-04-24 Thread Pacho Ramos
commit: 1cbfd1604de14f658124c3b326285839cb7f16a3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 24 15:46:06 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 24 15:49:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbfd160

dev-python/lz4: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/lz4/lz4-0.9.0.ebuild b/dev-python/lz4/lz4-0.9.0.ebuild
index 58e4c9445f8..3e2cd6e23b1 100644
--- a/dev-python/lz4/lz4-0.9.0.ebuild
+++ b/dev-python/lz4/lz4-0.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2017-04-24 Thread Pacho Ramos
commit: 4d662e0ce1e8668625d82518f26838b9b2fe68c7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 24 15:36:59 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 24 15:49:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d662e0c

dev-db/pgxnclient: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/pgxnclient/pgxnclient-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild 
b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
index f4bb28fabb6..1abdafe1a35 100644
--- a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
+++ b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-04-24 Thread Pacho Ramos
commit: d62c1d52841d5524f72720c586ae1f6127bd7116
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 24 15:39:51 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 24 15:49:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62c1d52

dev-python/authres: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/authres/authres-0.800.ebuild 
b/dev-python/authres/authres-0.800.ebuild
index 842efa83b56..12ce8847c30 100644
--- a/dev-python/authres/authres-0.800.ebuild
+++ b/dev-python/authres/authres-0.800.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-HTML_Javascript/

2017-04-24 Thread Brian Evans
commit: 960a11e0e7c13c106631c9b919ac6be508d0868f
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 15:12:59 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 15:12:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960a11e0

dev-php/PEAR-HTML_Javascript: Revbump 1.1.2 for EAPI change

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-HTML_Javascript-1.1.2-r1.ebuild  | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-php/PEAR-HTML_Javascript/PEAR-HTML_Javascript-1.1.2-r1.ebuild 
b/dev-php/PEAR-HTML_Javascript/PEAR-HTML_Javascript-1.1.2-r1.ebuild
new file mode 100644
index 000..cb0bc3427c0
--- /dev/null
+++ b/dev-php/PEAR-HTML_Javascript/PEAR-HTML_Javascript-1.1.2-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+IUSE=""
+DESCRIPTION="Provides an interface for creating simple JS scripts within PHP"
+LICENSE="PHP-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+src_install() {
+   insinto /usr/share/php/HTML
+   doins -r Javascript Javascript.php
+   php-pear-r2_install_packagexml
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-HTML_Template_Flexy/files/, dev-php/PEAR-HTML_Template_Flexy/

2017-04-24 Thread Brian Evans
commit: 48e2f44e2706e7328420fa8af5e4745c9b0e6a6f
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 14:57:08 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 14:57:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e2f44e

dev-php/PEAR-HTML_Template_Flexy: Version bump including PHP7 fixes

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-HTML_Template_Flexy/Manifest  |  1 +
 .../PEAR-HTML_Template_Flexy-1.3.13.ebuild | 19 
 .../files/1.3.13-postrelease-fixes.patch   | 55 ++
 3 files changed, 75 insertions(+)

diff --git a/dev-php/PEAR-HTML_Template_Flexy/Manifest 
b/dev-php/PEAR-HTML_Template_Flexy/Manifest
index f46b0f81ac1..b6b6e80848f 100644
--- a/dev-php/PEAR-HTML_Template_Flexy/Manifest
+++ b/dev-php/PEAR-HTML_Template_Flexy/Manifest
@@ -1 +1,2 @@
 DIST HTML_Template_Flexy-1.3.12.tgz 201627 SHA256 
72bc9f976fc161ede90fefd0d83ecc4551d7c339bcd0f95ebfdc663fe1c0bc75 SHA512 
ef3c957502f2874560affbc95fdbd8474f714ce1d5d0672189c7ec74b2daeca79621504f57dffd25a924a09e4e295a5975b7c3ce2b182a648081b3b1454f9b26
 WHIRLPOOL 
ca1fedc835518c9d8078fbf901e443fdeece2c7fc3d53a2a357722b60acc4d569339864537d92dc39566b9f8fb71fc544d3698971bc0a1bccf80275059d1be0d
+DIST HTML_Template_Flexy-1.3.13.tgz 213779 SHA256 
99cd9c5d02d3b51f239095c617a16daa96561f4ff1780879d4f7037aaeb52ba6 SHA512 
c99257c6f5451dbd2176251295f425950e359b2c0e76c1627718b4306ac12417eee697882250b4b5571397d8e47d6b3110770d66ebc91d021cb66064b86b5ad2
 WHIRLPOOL 
a1eb4d1af88c92ba449474c9d1cb61b59ae6c9d10875feeea564ff8acc15e3af9573223903e38ad3ec02971a06de91066718d6f1c1b244c96d691cde1f682270

diff --git 
a/dev-php/PEAR-HTML_Template_Flexy/PEAR-HTML_Template_Flexy-1.3.13.ebuild 
b/dev-php/PEAR-HTML_Template_Flexy/PEAR-HTML_Template_Flexy-1.3.13.ebuild
new file mode 100644
index 000..1f7f29795c2
--- /dev/null
+++ b/dev-php/PEAR-HTML_Template_Flexy/PEAR-HTML_Template_Flexy-1.3.13.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="An extremely powerful Tokenizer driven Template engine"
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="minimal"
+RDEPEND="!minimal? ( >=dev-php/PEAR-HTML_Javascript-1.1.0-r1
+   dev-php/PEAR-File_Gettext )"
+
+src_prepare() {
+   local PATCHES=( "${FILESDIR}/${PV}-postrelease-fixes.patch" )
+   default
+}

diff --git 
a/dev-php/PEAR-HTML_Template_Flexy/files/1.3.13-postrelease-fixes.patch 
b/dev-php/PEAR-HTML_Template_Flexy/files/1.3.13-postrelease-fixes.patch
new file mode 100644
index 000..d5079c1526b
--- /dev/null
+++ b/dev-php/PEAR-HTML_Template_Flexy/files/1.3.13-postrelease-fixes.patch
@@ -0,0 +1,55 @@
+--- a/HTML/Template/Flexy.php  2016/05/26 03:59:27 339237
 a/HTML/Template/Flexy.php  2016/05/26 04:01:15 339238
+@@ -241,7 +241,7 @@
+ *   @paramarray$options (Optional)
+ */
+   
+-function HTML_Template_Flexy( $options=array() )
++function __construct( $options=array() )
+ {
+ 
+ $baseoptions = array();
+@@ -288,6 +288,7 @@
+ $ret = false;
+ foreach ($dirs as $tmplDir) {
+ if (@!file_exists($tmplDir . DIRECTORY_SEPARATOR .$file)) {
++$this->debug("skip no file: $tmplDir/$file");
+ continue;
+ }
+ 
+@@ -296,10 +297,12 @@
+ "{$this->currentTemplate }{$tmplDir}" . 
DIRECTORY_SEPARATOR . $file,  
+ HTML_TEMPLATE_FLEXY_ERROR_INVALIDARGS , 
HTML_TEMPLATE_FLEXY_ERROR_DIE);
+ }
+-
++$this->debug("found file: $tmplDir/$file");
+ $ret = $tmplDir;
+ 
+ }
++$this->debug("using file: $ret/$file");
++
+ return $ret;
+ 
+ }
+--- a/HTML/Template/Flexy/Compiler.php 2015/03/02 22:50:57 336027
 a/HTML/Template/Flexy/Compiler.php 2016/05/26 04:01:15 339238
+@@ -90,7 +90,7 @@
+ * @return   string   to compile (if not using a file as the source)
+ * @access   public
+ */
+-function compile(&$flexy,$string = false) 
++function compile($flexy,$string = false) 
+ {
+ echo "No compiler implemented!";
+ }
+--- a/HTML/Template/Flexy/Element.php  2016/05/26 03:59:27 339237
 a/HTML/Template/Flexy/Element.php  2016/05/26 04:01:15 339238
+@@ -127,7 +127,7 @@
+  *   or HTML attributes name="value" pairs
+  * @access   public
+  */
+-function HTML_Template_Flexy_Element($tag='', $attributes=null)
++function __construct($tag='', $attributes=null)
+ {
+ 
+ $this->tag = strtolower($tag);



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

2017-04-24 Thread Amy Liffey
commit: 798fcf4b562821ec149b7b549dc0b72d9909974f
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Apr 24 06:33:48 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Apr 24 14:50:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798fcf4b

app-emulation/vagrant: bump to 1.9.3, drop old

Closes:#4460

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/vagrant/Manifest |  2 +-
 .../vagrant/files/{vagrant-1.9.1 => vagrant-1.9.3} |  2 +-
 .../files/vagrant-1.9.3-thread-deadlock.patch  | 98 ++
 ...agrant-1.9.1-r1.ebuild => vagrant-1.9.3.ebuild} |  3 +
 4 files changed, 103 insertions(+), 2 deletions(-)

diff --git a/app-emulation/vagrant/Manifest b/app-emulation/vagrant/Manifest
index 3efc9763881..1eca1c22ef8 100644
--- a/app-emulation/vagrant/Manifest
+++ b/app-emulation/vagrant/Manifest
@@ -1,2 +1,2 @@
-DIST vagrant-1.9.1.tar.gz 1762644 SHA256 
ed30e5a277b5614ee83d9417793ed2af870977368c2b0344855694040c4d6449 SHA512 
07ea6e2d881806ce61395a30abdaa7b4f7c2c39bb909d6c6e0aa14101945a9a26078ed18ebb8e238d97f05ee060564fb290615ac4868b80ee29b64b88a666452
 WHIRLPOOL 
16ece1985a78942c75774181c803e42ffe81cd0580314372932af6a3c5084b43f8d3db0d6137eaa3186a9cdbf33e8e9d59f27f95be6ebe2ed5d93a90577e7fb9
 DIST vagrant-1.9.2.tar.gz 1813028 SHA256 
53723eec1180ed0e89c1968e06626c6d45e42f6dc25ae9934ca8dfc240a82046 SHA512 
26e2a933571b076fae27ea13e0f86529e39ebc3eb7580781d9cfa81bff2383f4dee72b947b3d2cb4f4bd231769f27da27b95e10f43b5207b824cd22b1e2403b6
 WHIRLPOOL 
9401ba1d21d20cf4a0f1c74775e077d9fad27edfbcb21f96579ff6cf6d7e8ab734cd0832f20ff568f7346633b80dee2fbc897ca34f08bc6868add7d274330d76
+DIST vagrant-1.9.3.tar.gz 1819192 SHA256 
4b141f60e7e59e654b9a77eb137f208613349db331cdbfcd9a8354b8ebba5c00 SHA512 
9adfeddd75821fda0ccdbd327861844752fb2d626ff5643527bd5af12ac2399b5565c6cbe5ca4d98f79dbeffd4408b29f57eb3cb967d9e47dafe247c31ffe3a8
 WHIRLPOOL 
b34ca7e027ba2f209c41368c8191a1576b1cdd96a76e8e9f7cd91f0b1a2b0f23fa2e8c32b76a55a143c2fe4e15a7ae23faacd52bf14819d67f7ceeca3768f72d

diff --git a/app-emulation/vagrant/files/vagrant-1.9.1 
b/app-emulation/vagrant/files/vagrant-1.9.3
similarity index 98%
rename from app-emulation/vagrant/files/vagrant-1.9.1
rename to app-emulation/vagrant/files/vagrant-1.9.3
index 40a91d63e96..a8018a64446 100644
--- a/app-emulation/vagrant/files/vagrant-1.9.1
+++ b/app-emulation/vagrant/files/vagrant-1.9.3
@@ -4,7 +4,7 @@
 # Vagrant installation directory. This sets up proper environmental variables
 # so that everything loads and compiles to proper directories.
 
-VAGRANT_DIR="$( ruby -e 'print Gem::default_path[-1] + "/gems/vagrant-1.9.1"' 
)"
+VAGRANT_DIR="$( ruby -e 'print Gem::default_path[-1] + "/gems/vagrant-1.9.3"' 
)"
 
 # Export GEM_HOME based on VAGRANT_HOME
 #

diff --git a/app-emulation/vagrant/files/vagrant-1.9.3-thread-deadlock.patch 
b/app-emulation/vagrant/files/vagrant-1.9.3-thread-deadlock.patch
new file mode 100644
index 000..75cb63a2fb1
--- /dev/null
+++ b/app-emulation/vagrant/files/vagrant-1.9.3-thread-deadlock.patch
@@ -0,0 +1,98 @@
+From bfc2af4cf9c5e9280f0e7d74de226b7af7c18a2a Mon Sep 17 00:00:00 2001
+From: Chris Roberts 
+Date: Mon, 27 Mar 2017 12:55:15 -0700
+Subject: [PATCH] Always provide timeout on thread join to prevent deadlock
+ errors
+
+---
+ lib/vagrant/batch_action.rb   | 6 --
+ lib/vagrant/environment.rb| 2 +-
+ lib/vagrant/shared_helpers.rb | 6 ++
+ lib/vagrant/ui.rb | 6 +++---
+ 4 files changed, 14 insertions(+), 6 deletions(-)
+
+diff --git a/lib/vagrant/batch_action.rb b/lib/vagrant/batch_action.rb
+index 9b6900f..d27e87d 100644
+--- a/lib/vagrant/batch_action.rb
 b/lib/vagrant/batch_action.rb
+@@ -123,7 +123,9 @@ def run
+ # Set some attributes on the thread for later
+ thread[:machine] = machine
+ 
+-thread.join if !par
++if !par
++  thread.join(THREAD_MAX_JOIN_TIMEOUT) while thread.alive?
++end
+ threads << thread
+   end
+ 
+@@ -131,7 +133,7 @@ def run
+ 
+   threads.each do |thread|
+ # Wait for the thread to complete
+-thread.join
++thread.join(THREAD_MAX_JOIN_TIMEOUT) while thread.alive?
+ 
+ # If the thread had an error, then store the error to show later
+ if thread[:error]
+diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb
+index 8fad272..125070f 100644
+--- a/lib/vagrant/environment.rb
 b/lib/vagrant/environment.rb
+@@ -295,7 +295,7 @@ def batch(parallel=true)
+ #
+ # @return [Hash]
+ def checkpoint
+-  @checkpoint_thr.join
++  @checkpoint_thr.join(THREAD_MAX_JOIN_TIMEOUT)
+   return @checkpoint_thr[:result]
+ end
+ 
+diff --git a/lib/vagrant/shared_helpers.rb b/lib/vagrant/shared_helpers.rb
+index c5d6ea6..5522272 100644
+--- a/lib/vagrant/shared_helpers.rb
 b/lib/vagrant/shared_helpers.rb
+@@ -12,6 +12,12 @@ module Vagrant
+   # @return [String]
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/gnustep-back/

2017-04-24 Thread Bernard Cafarelli
commit: cdf51f64db883adddf8d8865e0d734b58f6d6e9b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Apr 24 13:56:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr 24 14:06:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf51f64

virtual/gnustep-back: 0.25.1 bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 virtual/gnustep-back/gnustep-back-0.25.1.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/virtual/gnustep-back/gnustep-back-0.25.1.ebuild 
b/virtual/gnustep-back/gnustep-back-0.25.1.ebuild
new file mode 100644
index 000..0c3def97666
--- /dev/null
+++ b/virtual/gnustep-back/gnustep-back-0.25.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
+
+RDEPEND="|| (
+   ~gnustep-base/gnustep-back-cairo-${PV}
+   ~gnustep-base/gnustep-back-art-${PV}
+   ~gnustep-base/gnustep-back-xlib-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-back-art/

2017-04-24 Thread Bernard Cafarelli
commit: 317afcf7b504e2d02e31dc8aa33789172008a5fc
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Apr 24 13:53:09 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr 24 14:06:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317afcf7

gnustep-base/gnustep-back-art: 0.25.1 bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnustep-base/gnustep-back-art/Manifest |  1 +
 .../gnustep-back-art-0.25.1.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/gnustep-base/gnustep-back-art/Manifest 
b/gnustep-base/gnustep-back-art/Manifest
index 06a9953fc9e..9c9248d855b 100644
--- a/gnustep-base/gnustep-back-art/Manifest
+++ b/gnustep-base/gnustep-back-art/Manifest
@@ -1 +1,2 @@
 DIST gnustep-back-0.25.0.tar.gz 974762 SHA256 
4276e30e157fb450cc5144501e680e8142b484e6595e5e4f83d14225c60afa91 SHA512 
38a098e7fe207c902428c05f01ebf0336b33fb9213368038c2513236255723b642fd9576524ad119ee9511c708be21c155eeaaf297e05c6ebdab8e59efe05770
 WHIRLPOOL 
2dc49763ecf30e695ae13f8197b140c7d4b9ce17b19364f04bbd0ed0beb626d50943210ad4f1a5baad8ae7957c6c32e5193eaf40d532aabd3f5f455b89776574
+DIST gnustep-back-0.25.1.tar.gz 974775 SHA256 
ea563b7d6e4bd8b13856306c94bfe06b0909b71e62ab70dccf1c208f4889e2bf SHA512 
0515672c38265499dc3f0be5127053bc7b2478130cac69cb70c29e5887832472dfdcf90b756ab0926ba5967c0be93e041a1f820dc58f973e41b648e08a569656
 WHIRLPOOL 
e4eabe3a6982f58672a17589fdf03db350eba7a0748ae617cf2fbbffa3a82f2daf7768141fdfee31abc5b102fd901be54545cd9dbc7d970c5b33a7e10c7c2f63

diff --git a/gnustep-base/gnustep-back-art/gnustep-back-art-0.25.1.ebuild 
b/gnustep-base/gnustep-back-art/gnustep-back-art-0.25.1.ebuild
new file mode 100644
index 000..7e99c2440f4
--- /dev/null
+++ b/gnustep-base/gnustep-back-art/gnustep-back-art-0.25.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-base
+
+DESCRIPTION="libart_lgpl back-end component for the GNUstep GUI Library"
+HOMEPAGE="http://www.gnustep.org;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="opengl xim"
+
+RDEPEND="${GNUSTEP_CORE_DEPEND}
+   =gnustep-base/gnustep-gui-${PV%.*}*
+   opengl? ( virtual/opengl virtual/glu )
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXft
+   x11-libs/libXrender
+   >=media-libs/freetype-2.1.9
+
+   >=media-libs/libart_lgpl-2.3
+   >=gnustep-base/mknfonts-0.5-r1
+   media-fonts/dejavu
+
+   !gnustep-base/gnustep-back-cairo
+   !gnustep-base/gnustep-back-xlib"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/gnustep-back-${PV}
+
+src_configure() {
+   egnustep_env
+
+   myconf="$(use_enable opengl glx)"
+   myconf="$myconf $(use_enable xim)"
+   myconf="$myconf --enable-server=x11"
+   myconf="$myconf --enable-graphics=art"
+
+   econf $myconf
+}
+
+src_compile() {
+   gnustep-base_src_compile
+
+   # Create font lists for DejaVu
+   einfo "Generating nfonts support files"
+   (
+   cd Fonts
+   export "${GS_ENV[@]}"
+   ${GNUSTEP_SYSTEM_TOOLS}/mknfonts \
+   $(fc-list : file|grep -v '\.gz'|cut -d: -f1) \
+   || die "nfonts support files creation failed"
+   # Trim whitepsaces
+   for fdir in *\ */; do
+   mv "$fdir" `echo $fdir | tr -d [:space:]`
+   done
+   )
+}
+
+src_install() {
+   gnustep-base_src_install
+
+   mkdir -p "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts"
+   cp -pPR Fonts/*.nfont "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts"
+}
+
+gnustep_config_script() {
+   echo "echo ' * setting normal font to DejaVuSans'"
+   echo "defaults write NSGlobalDomain NSFont DejaVuSans"
+   echo "echo ' * setting bold font to DejaVuSans-Bold'"
+   echo "defaults write NSGlobalDomain NSBoldFont DejaVuSans-Bold"
+   echo "echo ' * setting fixed font to DejaVuSansMono'"
+   echo "defaults write NSGlobalDomain NSUserFixedPitchFont DejaVuSansMono"
+}



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-make/

2017-04-24 Thread Bernard Cafarelli
commit: 351738ddd18d9f996127e5f8dac45deecc613ec6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Apr 24 13:19:19 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr 24 14:06:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351738dd

gnustep-base/gnustep-make: 2.7.0 bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnustep-base/gnustep-make/Manifest |   1 +
 .../gnustep-make/gnustep-make-2.7.0.ebuild | 134 +
 2 files changed, 135 insertions(+)

diff --git a/gnustep-base/gnustep-make/Manifest 
b/gnustep-base/gnustep-make/Manifest
index a0bb8cba552..9becc5f88b3 100644
--- a/gnustep-base/gnustep-make/Manifest
+++ b/gnustep-base/gnustep-make/Manifest
@@ -1 +1,2 @@
 DIST gnustep-make-2.6.8.tar.gz 592266 SHA256 
603ed2d1339b44d154ea25229330acdedb6784b9c802b3797b2fefe3d2200064 SHA512 
1df6757cd1e0dbca3eb6e4ad4346406799ebb2782f5853014cc3b1e8ae47056026e6c5cd43e5671c8802232444602fde164dde352c15b4e0d64bdfdea06bd8a0
 WHIRLPOOL 
d54b06a9082e0b19bdb779c2e3914c57a9ecbad2cbb18de8d6f5cbe07c68208c0e169ee6e8ff41e70d619b028d208ed4089afaa86250bcd7452ae8d90e40cfa8
+DIST gnustep-make-2.7.0.tar.gz 596399 SHA256 
90a01cbfb68aafe01c4cc4123121ebd2da0e1e2076795b5682f0833fddf311ce SHA512 
7a39c2c79f01c3a93607bba71ef8c482d0610541ebcb3d0ffce6c1a104a74646329d18255a8bd183ccf54f37018e4d6b4a9d8adf419e2cdea29b35c89e81d9a2
 WHIRLPOOL 
e9d21c981be7ccf63e85e618ad8ebb31dbfacf88ef3887906ca63815d7efe7ec21a7aabab738df6e3de2c1eb5620eb967956c27d67e93678b6d3a0582d74

diff --git a/gnustep-base/gnustep-make/gnustep-make-2.7.0.ebuild 
b/gnustep-base/gnustep-make/gnustep-make-2.7.0.ebuild
new file mode 100644
index 000..0ba4fc2bebf
--- /dev/null
+++ b/gnustep-base/gnustep-make/gnustep-make-2.7.0.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-base prefix toolchain-funcs
+
+DESCRIPTION="GNUstep Makefile Package"
+HOMEPAGE="http://www.gnustep.org;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE="libobjc2 native-exceptions"
+
+DEPEND="${GNUSTEP_CORE_DEPEND}
+   >=sys-devel/make-3.75
+   libobjc2? ( gnustep-base/libobjc2
+   sys-devel/clang )
+   !libobjc2? ( !!gnustep-base/libobjc2
+   || (
+   >=sys-devel/gcc-3.3[objc]
+   sys-devel/clang
+   ) )"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+   # Determine libobjc.so to use
+   if use libobjc2; then
+   libobjc_version=libobjc.so.4
+   else
+   # Find version in active gcc
+   for ver in {2..5};
+   do
+   if $(tc-getCC) -Werror -Wl,-l:libobjc.so.${ver} -x 
objective-c \
+   - <<<$'int main() {}' -o /dev/null 2> /dev/null;
+   then
+   libobjc_version=libobjc.so.${ver}
+   fi
+   done
+   fi
+
+   # Stop if we could not get libobjc.so
+   if [[ -z ${libobjc_version} ]]; then
+   eerror "${P} requires a working Objective-C runtime and a 
compiler with"
+   eerror "Objective-C support. Your current settings lack these 
requirements"
+   if ! use libobjc2;
+   then
+   eerror "Please switch your active compiler to gcc with 
USE=objc, or clang"
+   fi
+   die "Could not find Objective-C runtime"
+   fi
+
+   # For existing installations, determine if we will use another 
libobjc.so
+   if has_version gnustep-base/gnustep-make; then
+   local current_libobjc="$(awk -F: '/^OBJC_LIB_FLAG/ {print $2}' 
${EPREFIX}/usr/share/GNUstep/Makefiles/config.make)"
+   # Old installations did not set this explicitely
+   : ${current_libobjc:=libobjc.so.2}
+
+   if [[ ${current_libobjc} != ${libobjc_version} ]]; then
+   ewarn "Warning: changed libobjc.so version!!"
+   ewarn "The libobjc.so version used for gnustep-make has 
changed"
+   ewarn "(either by the libojbc2 use-flag or a GCC 
upgrade)"
+   ewarn "You must rebuild all gnustep packages installed."
+   ewarn ""
+   ewarn "To do so, please emerge 
gnustep-base/gnustep-updater and run:"
+   ewarn "# gnustep-updater -l"
+   fi
+   fi
+
+   if use libobjc2; then
+   export CC=clang
+   fi
+}
+
+src_prepare() {
+   # Multilib-strict
+   sed -e "s#/lib#/$(get_libdir)#" -i FilesystemLayouts/fhs-system || die 
"sed failed"
+   cp "${FILESDIR}"/gnustep-5.{csh,sh} "${T}"/

[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-back-cairo/

2017-04-24 Thread Bernard Cafarelli
commit: 47714ad0a82cc3a2d22dd532a10dca470d024beb
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Apr 24 13:31:14 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr 24 14:06:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47714ad0

gnustep-base/gnustep-back-cairo: 0.25.1 bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnustep-base/gnustep-back-cairo/Manifest   |  1 +
 .../gnustep-back-cairo-0.25.1.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/gnustep-base/gnustep-back-cairo/Manifest 
b/gnustep-base/gnustep-back-cairo/Manifest
index 06a9953fc9e..9c9248d855b 100644
--- a/gnustep-base/gnustep-back-cairo/Manifest
+++ b/gnustep-base/gnustep-back-cairo/Manifest
@@ -1 +1,2 @@
 DIST gnustep-back-0.25.0.tar.gz 974762 SHA256 
4276e30e157fb450cc5144501e680e8142b484e6595e5e4f83d14225c60afa91 SHA512 
38a098e7fe207c902428c05f01ebf0336b33fb9213368038c2513236255723b642fd9576524ad119ee9511c708be21c155eeaaf297e05c6ebdab8e59efe05770
 WHIRLPOOL 
2dc49763ecf30e695ae13f8197b140c7d4b9ce17b19364f04bbd0ed0beb626d50943210ad4f1a5baad8ae7957c6c32e5193eaf40d532aabd3f5f455b89776574
+DIST gnustep-back-0.25.1.tar.gz 974775 SHA256 
ea563b7d6e4bd8b13856306c94bfe06b0909b71e62ab70dccf1c208f4889e2bf SHA512 
0515672c38265499dc3f0be5127053bc7b2478130cac69cb70c29e5887832472dfdcf90b756ab0926ba5967c0be93e041a1f820dc58f973e41b648e08a569656
 WHIRLPOOL 
e4eabe3a6982f58672a17589fdf03db350eba7a0748ae617cf2fbbffa3a82f2daf7768141fdfee31abc5b102fd901be54545cd9dbc7d970c5b33a7e10c7c2f63

diff --git a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.25.1.ebuild 
b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.25.1.ebuild
new file mode 100644
index 000..3f1e6ec37e0
--- /dev/null
+++ b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.25.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils gnustep-base
+
+DESCRIPTION="Cairo back-end component for the GNUstep GUI Library"
+HOMEPAGE="http://www.gnustep.org;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="opengl xim"
+
+RDEPEND="${GNUSTEP_CORE_DEPEND}
+   =gnustep-base/gnustep-gui-${PV%.*}*
+   opengl? ( virtual/opengl virtual/glu )
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXft
+   x11-libs/libXrender
+   >=media-libs/freetype-2.1.9
+
+   >=x11-libs/cairo-1.2.0[X]
+
+   !gnustep-base/gnustep-back-art
+   !gnustep-base/gnustep-back-xlib"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/gnustep-back-${PV}
+
+src_configure() {
+   egnustep_env
+
+   myconf="$(use_enable opengl glx)"
+   myconf="$myconf $(use_enable xim)"
+   myconf="$myconf --enable-server=x11"
+   myconf="$myconf --enable-graphics=cairo"
+
+   econf $myconf
+}



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-back-xlib/

2017-04-24 Thread Bernard Cafarelli
commit: 9e8dea12f7796cdfd9002ad300aa884793c7d7f4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Apr 24 13:49:37 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr 24 14:06:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8dea12

gnustep-base/gnustep-back-xlib: 0.25.1 bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnustep-base/gnustep-back-xlib/Manifest|  1 +
 .../gnustep-back-xlib-0.25.1.ebuild| 45 ++
 2 files changed, 46 insertions(+)

diff --git a/gnustep-base/gnustep-back-xlib/Manifest 
b/gnustep-base/gnustep-back-xlib/Manifest
index 06a9953fc9e..9c9248d855b 100644
--- a/gnustep-base/gnustep-back-xlib/Manifest
+++ b/gnustep-base/gnustep-back-xlib/Manifest
@@ -1 +1,2 @@
 DIST gnustep-back-0.25.0.tar.gz 974762 SHA256 
4276e30e157fb450cc5144501e680e8142b484e6595e5e4f83d14225c60afa91 SHA512 
38a098e7fe207c902428c05f01ebf0336b33fb9213368038c2513236255723b642fd9576524ad119ee9511c708be21c155eeaaf297e05c6ebdab8e59efe05770
 WHIRLPOOL 
2dc49763ecf30e695ae13f8197b140c7d4b9ce17b19364f04bbd0ed0beb626d50943210ad4f1a5baad8ae7957c6c32e5193eaf40d532aabd3f5f455b89776574
+DIST gnustep-back-0.25.1.tar.gz 974775 SHA256 
ea563b7d6e4bd8b13856306c94bfe06b0909b71e62ab70dccf1c208f4889e2bf SHA512 
0515672c38265499dc3f0be5127053bc7b2478130cac69cb70c29e5887832472dfdcf90b756ab0926ba5967c0be93e041a1f820dc58f973e41b648e08a569656
 WHIRLPOOL 
e4eabe3a6982f58672a17589fdf03db350eba7a0748ae617cf2fbbffa3a82f2daf7768141fdfee31abc5b102fd901be54545cd9dbc7d970c5b33a7e10c7c2f63

diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.1.ebuild 
b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.1.ebuild
new file mode 100644
index 000..5d8cc7d42a4
--- /dev/null
+++ b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-base
+
+DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library"
+HOMEPAGE="http://www.gnustep.org;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
+IUSE="opengl xim"
+
+RDEPEND="${GNUSTEP_CORE_DEPEND}
+   =gnustep-base/gnustep-gui-${PV%.*}*
+   opengl? ( virtual/opengl virtual/glu )
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXft
+   x11-libs/libXrender
+   >=media-libs/freetype-2.1.9
+
+   !gnustep-base/gnustep-back-art
+   !gnustep-base/gnustep-back-cairo"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/gnustep-back-${PV}
+
+src_configure() {
+   egnustep_env
+
+   myconf="$(use_enable opengl glx)"
+   myconf="$myconf $(use_enable xim)"
+   myconf="$myconf --enable-server=x11"
+   myconf="$myconf --enable-graphics=xlib"
+
+   econf $myconf
+}



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-gui/

2017-04-24 Thread Bernard Cafarelli
commit: cf3d43252817a9078ed86fc1e524e500ca1db368
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Apr 24 13:21:01 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr 24 14:06:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3d4325

gnustep-base/gnustep-gui: 0.25.1 bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnustep-base/gnustep-gui/Manifest  |  1 +
 gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/gnustep-base/gnustep-gui/Manifest 
b/gnustep-base/gnustep-gui/Manifest
index d3ec5b5518c..5118f31584d 100644
--- a/gnustep-base/gnustep-gui/Manifest
+++ b/gnustep-base/gnustep-gui/Manifest
@@ -1 +1,2 @@
 DIST gnustep-gui-0.25.0.tar.gz 2882556 SHA256 
c5756026b339a838db5465b76af6aeda01c21b4f7a2f40215c1fa792631f4e82 SHA512 
568c0c9160febbd9bc563bfc7fbec024bc583a2d6ccfb54e527630f1e761a51f57f984a8b83f06cab97f85e3eec183386057fed2d551a383a16cecb60f102dc2
 WHIRLPOOL 
613dc1c492660a8ef6e335408b05a70ba4cd0d5c0f9468bad6abe107c6f38c15f4f313b79523e45d9e8f4db20b282bdbc5376694363c4dccb54b57e32b9709d1
+DIST gnustep-gui-0.25.1.tar.gz 2888779 SHA256 
3aacb277976014cfd4394084066187430100657dea234da91d9ae5015e747c66 SHA512 
d69416c471d4f2fc9971e4aaddc5471b13854d00be6e03b78c3e89f9e7f90285c9024fc6992811296434d5dadf8ac02bcb69a1ceaa1c651461f83778165328e8
 WHIRLPOOL 
ec044f37cd3b6c607ee584d791662633ff7d26d9438dae29e38283398c8fdba66d64fc9930589fc9a99e5e9a7d2eaf27e3b35f8afe3a2fe3e0c00b96ccb1081c

diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild 
b/gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild
new file mode 100644
index 000..6fc6b5e6daf
--- /dev/null
+++ b/gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-base multilib
+
+DESCRIPTION="Library of GUI classes written in Obj-C"
+HOMEPAGE="http://www.gnustep.org/;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
+IUSE="cups gif icu jpeg png speech"
+
+DEPEND="${GNUSTEP_CORE_DEPEND}
+   app-text/aspell
+   >=gnustep-base/gnustep-base-1.24.9[icu?]
+   media-libs/audiofile
+   >=media-libs/tiff-3:=
+   x11-libs/libXt
+   cups? ( >=net-print/cups-1.7.4:= )
+   gif? ( >=media-libs/giflib-4.1:= )
+   icu? ( dev-libs/icu:= )
+   jpeg? ( virtual/jpeg:= )
+   png? ( >=media-libs/libpng-1.2:= )
+   speech? ( app-accessibility/flite )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   gnustep-base_src_prepare
+
+   # remove hardcoded -g -Werror, bug #378179
+   sed -i -e 's/-g -Werror//' \
+   Tools/say/GNUmakefile \
+   Tools/speech/GNUmakefile \
+   || die
+}
+
+src_configure() {
+   egnustep_env
+
+   local myconf=
+   use gif && myconf="--disable-ungif --enable-libgif"
+
+   econf \
+   $(use_enable cups) \
+   $(use_enable icu) \
+   $(use_enable jpeg) \
+   $(use_enable png) \
+   $(use_enable speech) \
+   --with-tiff-include="${EPREFIX}"/usr/include \
+   --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \
+   ${myconf}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_mssql/

2017-04-24 Thread Brian Evans
commit: fd8063a19e8f3121cdd93c6bbba8a40de7a1e5af
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:42:21 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:42:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8063a1

dev-php/PEAR-MDB2_Driver_mssql: 1.5.0_beta4-r1 stable for ALLARCHES

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta4-r1.ebuild 
b/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta4-r1.ebuild
index d403ae547a8..6cb179844f1 100644
--- 
a/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta4-r1.ebuild
+++ 
b/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta4-r1.ebuild
@@ -10,7 +10,7 @@ inherit php-pear-r2
 DESCRIPTION="Database Abstraction Layer, mssql driver"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2/

2017-04-24 Thread Brian Evans
commit: 4a1a4f3699dd839e3fc1dca39ac7715b0d126d65
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:47:31 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:47:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1a4f36

dev-php/PEAR-MDB2: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-MDB2/Manifest |  1 -
 dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-php/PEAR-MDB2/Manifest b/dev-php/PEAR-MDB2/Manifest
index f6b32d9bf95..312b5827402 100644
--- a/dev-php/PEAR-MDB2/Manifest
+++ b/dev-php/PEAR-MDB2/Manifest
@@ -1,2 +1 @@
-DIST MDB2-2.5.0b3.tgz 130865 SHA256 
890356688565b76f0d756496409d04629950f32f4bdf01f0d5edb4a3e9a036fb SHA512 
5e0e9869db5326bcd5e8908dd23afd0f8518bfe69d6e5c274fbd6822728c8ce9084ca69ac329a687c3ea1275d5817a73a7e34fc6e36e587abe2a5fac6bdf2ffd
 WHIRLPOOL 
565c70e0d0b5f41e1db5cff2f8deb78ad4aa6e43ae60c4c0846d6216fc853ddd82789f8041e5919cd60421fc0e1ac0fd7afbdb45147c7ec45c110e45772f697e
 DIST MDB2-2.5.0b5.tgz 136834 SHA256 
c4ab3cf8cea4aacff02d729998b0ac80b4f92c2cc8055956079b323a406d985b SHA512 
76381594070d250f4428eebeaa4867e72b2be0723ec592ff4f0fba089823e97de057f93e630a5cb226ca2f67028bee57072a0af30677728d614d7a7242c6c6fc
 WHIRLPOOL 
b7d3bacae9d365a8e6e73e10812ce22b2695224a413bb887a14d6e8a4426c6082992c16d4c3b1d6c357b11068a96051f5f4bb76bf914c11e92861c2a5c27fe62

diff --git a/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta3.ebuild 
b/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta3.ebuild
deleted file mode 100644
index 93197dbd0bc..000
--- a/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit php-pear-r1
-
-DESCRIPTION="Database Abstraction Layer"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="firebird mssql mysql mysqli oci8 oci8-instant-client postgres sqlite"
-
-RDEPEND=">=dev-php/pear-1.9.1"
-DEPEND="${RDEPEND}"
-
-PDEPEND="firebird? ( >=dev-php/PEAR-MDB2_Driver_ibase-1.5.0_beta3 )
-   mssql? ( >=dev-php/PEAR-MDB2_Driver_mssql-1.3.0_beta3 )
-   mysql? ( >=dev-php/PEAR-MDB2_Driver_mysql-1.5.0_beta3 )
-   mysqli? ( >=dev-php/PEAR-MDB2_Driver_mysqli-1.5.0_beta3 )
-   oci8? ( >=dev-php/PEAR-MDB2_Driver_oci8-1.5.0_beta3 )
-   oci8-instant-client? ( >=dev-php/PEAR-MDB2_Driver_oci8-1.5.0_beta3 )
-   postgres? ( >=dev-php/PEAR-MDB2_Driver_pgsql-1.5.0_beta3 )"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2/

2017-04-24 Thread Brian Evans
commit: d4569dc5634006f60a9365724905cc3f82ad2174
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:45:48 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:45:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4569dc5

dev-php/PEAR-MDB2: Mark 2.5.0_beta5-r1 stable for ALLARCHES

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild 
b/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild
index 9fa85814f24..2e31770318b 100644
--- a/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild
+++ b/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild
@@ -10,7 +10,7 @@ inherit php-pear-r2
 DESCRIPTION="Database Abstraction Layer"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="mssql mysql mysqli oci8 oci8-instant-client postgres sqlite"
 
 RDEPEND=">=dev-php/PEAR-PEAR-1.9.1"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_pgsql/

2017-04-24 Thread Brian Evans
commit: 51af9ffec876c75320dfaac0ffefae8e3e58a7ed
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:41:05 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:41:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51af9ffe

dev-php/PEAR-MDB2_Driver_pgsql: Mark 1.5.0_beta4-r1 stable for ALLARCHES

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild 
b/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild
index 73a28d6fdf0..62d48e74bcd 100644
--- 
a/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild
+++ 
b/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild
@@ -10,7 +10,7 @@ inherit php-pear-r2
 DESCRIPTION="Database Abstraction Layer, pgsql driver"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_mysql/

2017-04-24 Thread Brian Evans
commit: ae66b32f7ba1c1a3bdd3ffe950cf0d5a1fb32e11
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:43:29 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:43:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae66b32f

dev-php/PEAR-MDB2_Driver_mysql: 1.5.0_beta4-r1 stable for ALLARCHES

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4-r1.ebuild 
b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4-r1.ebuild
index 567299eb970..528ea374c23 100644
--- 
a/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4-r1.ebuild
+++ 
b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4-r1.ebuild
@@ -10,7 +10,7 @@ inherit php-pear-r2
 DESCRIPTION="Database Abstraction Layer, mysql driver"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_mysqli/

2017-04-24 Thread Brian Evans
commit: 99c525e505c5456381058c9d93de33320959cc19
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:54:06 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:54:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c525e5

dev-php/PEAR-MDB2_Driver_mysqli: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-MDB2_Driver_mysqli/Manifest |  1 -
 .../PEAR-MDB2_Driver_mysqli-1.5.0_beta3.ebuild   | 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/Manifest 
b/dev-php/PEAR-MDB2_Driver_mysqli/Manifest
index 7ad3fcb060b..3bd216f907c 100644
--- a/dev-php/PEAR-MDB2_Driver_mysqli/Manifest
+++ b/dev-php/PEAR-MDB2_Driver_mysqli/Manifest
@@ -1,2 +1 @@
-DIST MDB2_Driver_mysqli-1.5.0b3.tgz 47380 SHA256 
1e74215f5c4c5617ef2445e126cd0866826d12d2e81048947a78203bcd5375aa SHA512 
03ce1066f5a2bba440dec0c4d84eca314f73553578b9881860bd04383d1b6685829bdca41b18e1437f236c5fa3c033ddca8c91d9a7b5fb3eb23ad5a06175f66a
 WHIRLPOOL 
be67fcc3c2e423ff2d7242a09c73d8c26ee0ca550fd9a9d4c052c70c70637b66b62ac7666163840e0f32ac2a0effcabf82568a7e1323c2079acb63c2e1ab506b
 DIST MDB2_Driver_mysqli-1.5.0b4.tgz 49450 SHA256 
d5d4d24a1b263f32686d257a5563797460e589311f3c571094b35f1c87fbbaf5 SHA512 
cb4ba5b34b241f1eb6da72e63f47a99c939ac895530b20d077cf94fa96a9b36826aa128386ffa10e51488f8f3e93da9015805f6f28ddb8729e2812ff240ea894
 WHIRLPOOL 
cb3ebe9d9b9818179cb3f7c6e9c7d9b2e3c83431871929929f25d801974fbe256058efa00830ff56cdc44c90251b18312bcb3cb6a5fa606d70965f8c8b45584d

diff --git 
a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta3.ebuild 
b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta3.ebuild
deleted file mode 100644
index 2a1b8268ffc..000
--- a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit php-pear-r1
-
-DESCRIPTION="Database Abstraction Layer, mysqli driver"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
-   dev-lang/php[mysqli]"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_mysql/

2017-04-24 Thread Brian Evans
commit: 9ea0ee22ababa12ddd3b54fc3ef42d8f2ce46763
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:50:46 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:50:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea0ee22

dev-php/PEAR-MDB2_Driver_mysql: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-MDB2_Driver_mysql/Manifest  |  1 -
 .../PEAR-MDB2_Driver_mysql-1.5.0_beta3.ebuild| 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-php/PEAR-MDB2_Driver_mysql/Manifest 
b/dev-php/PEAR-MDB2_Driver_mysql/Manifest
index 4dfe4d37e68..083656ac177 100644
--- a/dev-php/PEAR-MDB2_Driver_mysql/Manifest
+++ b/dev-php/PEAR-MDB2_Driver_mysql/Manifest
@@ -1,2 +1 @@
-DIST MDB2_Driver_mysql-1.5.0b3.tgz 45734 SHA256 
341f876e5acfc2e373746899fab6d538169aba67b323688d7c638561954b74ea SHA512 
e756b1ae75c74673fa6eea1a0e31f4fa38b7b490751bb7ccdaf331266dd4d3d4aeacf41a919d2a7641ec8364b5cd737bb5da5ee4bda976f3f50f4bbf2c20babb
 WHIRLPOOL 
b9ba0df4e6eef37e62ad11be38c529b6fd4b79e02987ee30e98a6573654db8e3fc94b85873006b6d0eb2386fb56706ff87d1853e34b900756966a3a1cfe3622f
 DIST MDB2_Driver_mysql-1.5.0b4.tgz 47418 SHA256 
df9345235a8e707d9c81fbd6d5efd12e20c563a54a40d48bc411148118b5199a SHA512 
a90cb358980b348747f33ac8047eddb151246ab55aae12d2af186c7e228397b12f7b90a881dc03e6a84e398147fb4501fc6d10175eca70cef5b962ef2665bdba
 WHIRLPOOL 
b0d4d0a0cf9edb0c8c348f4f27f69d0e350d31b1354ef868cd01400fc3e4e47046c7f485f67b11bc1d46de146184064df367dfdd3047c072a843cc4bccd79006

diff --git 
a/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta3.ebuild 
b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta3.ebuild
deleted file mode 100644
index 036c43ceaf8..000
--- a/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit php-pear-r1
-
-DESCRIPTION="Database Abstraction Layer, mysql driver"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
-   dev-lang/php[mysql]"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_pgsql/

2017-04-24 Thread Brian Evans
commit: 01541097e66c32eecc35618df7abd4a3387e9d81
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:57:35 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:57:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01541097

dev-php/PEAR-MDB2_Driver_pgsql: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-MDB2_Driver_pgsql/Manifest  |  1 -
 .../PEAR-MDB2_Driver_pgsql-1.5.0_beta3.ebuild| 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-php/PEAR-MDB2_Driver_pgsql/Manifest 
b/dev-php/PEAR-MDB2_Driver_pgsql/Manifest
index 36528d99102..ad4290bf48e 100644
--- a/dev-php/PEAR-MDB2_Driver_pgsql/Manifest
+++ b/dev-php/PEAR-MDB2_Driver_pgsql/Manifest
@@ -1,2 +1 @@
-DIST MDB2_Driver_pgsql-1.5.0b3.tgz 41214 SHA256 
b5bbe7dd75b21903f10be7783252c1d83d04ad0e9a201a1b7ee6b43d344e7938 SHA512 
19b1be01d6f27b858d6537e0732d02fa86fe3763b8fd5dd8937f679c0fde503b87ed4e3168474b936dc8e0846b4f8e9f094dbf46bf8094286f8f6a60ec2a13a0
 WHIRLPOOL 
c2969ad11847bc73f6dfc4b4cebceee0bd4a7606cd27e59cf9e95c4a425a329cb9d9f3090cd98418ab86dc746911cf07796619e3ed3fe7ef29f6a68705a6a626
 DIST MDB2_Driver_pgsql-1.5.0b4.tgz 42404 SHA256 
4d6a74464e3f5c76c834c940b6e5c1b17acc717a298fd1949db5a5f74fe4df33 SHA512 
3beda16ee937f3f3af9217f778ae21bb67abe21bf338efa7fc7df0d512bad41cea5b10d4be26bc8055a0107cb14a814ae5da3db2d4346d479082d31cd1cec091
 WHIRLPOOL 
9765370b8ba2f026ae3e745159e5b31314131b7044e0e585956aa1f2ab8bcda8e165a43eed398681a7621cda36d152c4b43f10d2835c6c55662c1e343095087d

diff --git 
a/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta3.ebuild 
b/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta3.ebuild
deleted file mode 100644
index ea671c3033b..000
--- a/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit php-pear-r1
-
-DESCRIPTION="Database Abstraction Layer, pgsql driver"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
-   dev-lang/php[postgres]"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_mssql/

2017-04-24 Thread Brian Evans
commit: fabf3e51c238d19e95b270f5d9adc5195120996f
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:49:16 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:49:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabf3e51

dev-php/PEAR-MDB2_Driver_mssql: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-MDB2_Driver_mssql/Manifest  |  1 -
 .../PEAR-MDB2_Driver_mssql-1.5.0_beta3.ebuild| 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-php/PEAR-MDB2_Driver_mssql/Manifest 
b/dev-php/PEAR-MDB2_Driver_mssql/Manifest
index 855d3be650f..5881db6b637 100644
--- a/dev-php/PEAR-MDB2_Driver_mssql/Manifest
+++ b/dev-php/PEAR-MDB2_Driver_mssql/Manifest
@@ -1,2 +1 @@
-DIST MDB2_Driver_mssql-1.5.0b3.tgz 36617 SHA256 
82b7005cce10b0c7ef15e3912fd51000ea018a4a3fd0530ecf21a9336f9e13c2 SHA512 
b2831086f0dcb74415f49e53e168739ccb6165cbba83bf5e15f4804ec19cd645284c576b67bad39d5dd70a6e1c30837eb487fff3da931a0092dee6be04783069
 WHIRLPOOL 
b142676ffdb672ff0c1175004031345c0afe0a7d0d1d88fb0b8b1c953b58260a2ef8c1d4b45149a56eed7a90a672a862ab778790aff192427aed8e2bde881de1
 DIST MDB2_Driver_mssql-1.5.0b4.tgz 37246 SHA256 
ba19c44d6c04ad9984e91969584371e7129927d70affb55f2549d6bd88f2276d SHA512 
9d8634508eaaed7ed35c4a2e61dcd31a20049f519dafeb6ac07541c4121ebe6efebf1db42d0352aea90971f3fd272085278fef0aabce4a527cf61bb7205321cd
 WHIRLPOOL 
3d0468c7be4532450d45d360bec65333efdd2bc08504d0e2464746d0a40d854b80b54375c1a1f5c229be465b1ade92bdbd1cd7cef0c692f32cf4d0bff4185206

diff --git 
a/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta3.ebuild 
b/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta3.ebuild
deleted file mode 100644
index bb7b99d1b6d..000
--- a/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit php-pear-r1
-
-DESCRIPTION="Database Abstraction Layer, mssql driver"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
-   dev-lang/php[mssql]"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_oci8/

2017-04-24 Thread Brian Evans
commit: 391ae41ee4fe52f7df73e2f65b6392406c4ca20a
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:55:38 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:55:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391ae41e

dev-php/PEAR-MDB2_Driver_oci8: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-MDB2_Driver_oci8/Manifest   |  1 -
 .../PEAR-MDB2_Driver_oci8-1.5.0_beta3.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-php/PEAR-MDB2_Driver_oci8/Manifest 
b/dev-php/PEAR-MDB2_Driver_oci8/Manifest
index 394e1ac3bd2..04c2eb1c6e0 100644
--- a/dev-php/PEAR-MDB2_Driver_oci8/Manifest
+++ b/dev-php/PEAR-MDB2_Driver_oci8/Manifest
@@ -1,2 +1 @@
-DIST MDB2_Driver_oci8-1.5.0b3.tgz 43707 SHA256 
def17cedeca82c7170ac091f6525313f4fce324dcf8f8f4af65a877263e1ea97 SHA512 
7e1a9196fffa5c1e5d70456e64efc472a816b67c11e6b72487e81fe13d6002b369659411dbd512730f3efc9503ad50f86153837e46c06ed7a177af638cf64768
 WHIRLPOOL 
3c56164e0ef35968db43a8f2c34338b5437d17c48ed41bfcf256e49b668805c8c7b6ad5767c04600180525b88795732b0eda362277bd9cd19d4763979285
 DIST MDB2_Driver_oci8-1.5.0b4.tgz 44672 SHA256 
84c64ef34e830f738c962ff86368ea91cc51924b926fca59ce7fa1777eb22ce7 SHA512 
2b4327a06c43cb28a16ead10855377a6501bddfe30397b5af9c7037ce67394e9a9815578b24bfafcf0c8c20ab87fff89f7803b5b99afa5e5d2a278c78588c3d2
 WHIRLPOOL 
3d086f29e0c8db7b5992239055dea2c41cab449bec2412534245848292a1bdec53066040c57c025bdcd1c2bcda8164fd5f9524f593f9c3c197a7360a72f2111f

diff --git 
a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta3.ebuild 
b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta3.ebuild
deleted file mode 100644
index 10be987eef5..000
--- a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit php-pear-r1
-
-DESCRIPTION="Database Abstraction Layer, oci8 driver"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
-   || ( dev-lang/php[oci8] dev-lang/php[oci8-instant-client] )"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_oci8/

2017-04-24 Thread Brian Evans
commit: e3f5b4df33d8fe665326ca0466a5032ab2dc3c2a
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:37:12 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:37:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f5b4df

dev-php/PEAR-MDB2_Driver_oci8: Mark 1.5.0_beta4-r1 stable

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4-r1.ebuild 
b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4-r1.ebuild
index 4c6f42bd15f..6ecd3a046e9 100644
--- a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4-r1.ebuild
+++ b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4-r1.ebuild
@@ -10,7 +10,7 @@ inherit php-pear-r2
 DESCRIPTION="Database Abstraction Layer, oci8 driver"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_mysqli/

2017-04-24 Thread Brian Evans
commit: 20f27e6b92b04b38436213e4bf4331f4249dfa6a
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 24 13:44:27 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 24 13:44:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f27e6b

dev-php/PEAR-MDB2_Driver_mysqli: 1.5.0_beta4-r1 stable for ALLARCHES

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild 
b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild
index acd1181df13..d0d63da9870 100644
--- 
a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild
+++ 
b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild
@@ -10,7 +10,7 @@ inherit php-pear-r2
 DESCRIPTION="Database Abstraction Layer, mysqli driver"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3



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

2017-04-24 Thread Agostino Sarubbo
commit: c3a3351563711c9089b0537aff1f5f34ab6b95db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 24 13:31:42 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 24 13:31:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a33515

sci-chemistry/procheck: amd64 stable wrt bug #615536

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

 sci-chemistry/procheck/procheck-3.5.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild 
b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
index 585c9b591d9..b6078e122b6 100644
--- a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
+++ b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="procheck"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="app-shells/tcsh"



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

2017-04-24 Thread Agostino Sarubbo
commit: 13c2ce3e9848951864ade612a431ccbaf4efd1be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 24 13:22:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 24 13:22:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c2ce3e

sys-kernel/git-sources: Automated version bump to 4.11_rc8.

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 685d62f851a..87e38bf9fed 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-4.11-rc4.xz 6365804 SHA256 
04789539b677a10dae8080e35267923b9dbe570bf8
 DIST patch-4.11-rc5.xz 6408648 SHA256 
6a73243ddc790655672d7b93a7bcf6d232f452903b68212c14e2b16f37119810 SHA512 
9b8b728eb8bb679d012c90f878739f02a3c9d13eb916248550fc61fad5a7ac5a0aee9c8166ff0c8b3180b96679f69ffbb5f79992f02a1693fd2c3616df1f6dd1
 WHIRLPOOL 
7a5be6360549fcdbf1bd4ffb8f77838ba6bcaa3dd7a3048bb0b12b05a246063389ef20a00352f3cd3d6db37cbab144c33bdd68e460276b56069d07c4b3132220
 DIST patch-4.11-rc6.xz 6378364 SHA256 
876a6db3ac42a274677741b135736faa71b4cfa039c2ba8ba3630e621dea0502 SHA512 
48bf58e9b6ce069a95eccf6086b3ed9531c7bb6993cfe90e04a86fa015bac21a7a8f0c77631fc29f05369fd5820a7e9712940ceb3d2250eefba99669cf69e770
 WHIRLPOOL 
535940093d26d775f77f2832f7cb1f4cdf7d13aaacc8580d85e4825f84498509f23ac14ca26acbd2c459228d4200f7fac29001b7fdbbfdeb551baf80b13c0179
 DIST patch-4.11-rc7.xz 6484760 SHA256 
71b805ab591e4916b2638f41a93e07075e31ae1a206e0027171c2b64fb6b4b9c SHA512 
01abe7a1d4cf5779479f4289734dd74ac202012e2b8058c2451cfa8b355a58ea2397c7f5c29bd5e3ba5a83cbc22bfc4738cd2b6f8caf4baa9e7495bc88340b6d
 WHIRLPOOL 
1cc3293d7702cf2e1937551ec0df242c5824e992242b3ad5a54f130b7635f5425434b29cfbc1c81d3c853d18c62e0e2b84aadfd694ea0eaec6a8265888a70c4f
+DIST patch-4.11-rc8.xz 6501628 SHA256 
423865d9781e9ab7b86f7b7694ea85600deb9565b552d6c589e907317dc72e07 SHA512 
07a3b08ad1ef9323df14f19995bdc261c303a150d58159791697389701f01ade2fdb55937c3c08f362772dd3e1337e466d653de81a9d49ff1015f4482d77c375
 WHIRLPOOL 
2ca2b99b147d7f4a7ffb170896894bfaaf6bfd1f2159f1cc926ddb2d9335cc6aa8a3dc61e4415f1907af70137944eb13af59b385b82e7c7f675711c2badd0666

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



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

2017-04-24 Thread Marek Szuba
commit: 6992997b1b5ebd4d151c94ea8125f030e3933998
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Apr 24 12:53:03 2017 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Apr 24 12:54:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6992997b

dev-python/pyicu-1.9.6: remove USE=doc

Starting with this release PyICU no longer provides auto-generated API
documentation.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pyicu/pyicu-1.9.6.ebuild | 32 +++-
 1 file changed, 3 insertions(+), 29 deletions(-)

diff --git a/dev-python/pyicu/pyicu-1.9.6.ebuild 
b/dev-python/pyicu/pyicu-1.9.6.ebuild
index ec85db2c9a4..7290317bba0 100644
--- a/dev-python/pyicu/pyicu-1.9.6.ebuild
+++ b/dev-python/pyicu/pyicu-1.9.6.ebuild
@@ -18,42 +18,16 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc"
 
 RDEPEND="${PYTHON_DEPS}
-   dev-libs/icu
-"
-# epydoc supports only python2*
-DEPEND="${RDEPEND}
-   doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   doc? ( || ( $(python_gen_useflags 'python2*') ) )"
+   dev-libs/icu"
+DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 S="${WORKDIR}/${MY_P}"
 
 DOCS=(CHANGES CREDITS README.md)
 
-# we need an exact version match for epydoc to work on a binary module
-pkg_setup() {
-   use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' )
-}
-
-python_compile_all() {
-   if use doc; then
-   mkdir -p doc/html || die
-   epydoc --html --verbose -o doc/html \
-   --url="${HOMEPAGE}" --name="${MY_P}" \
-   icu.py || die "Making the docs failed!"
-   fi
-}
-
 python_test() {
esetup.py test
 }
-
-python_install_all() {
-   if use doc; then
-   local HTML_DOCS=( doc/html/. )
-   fi
-   distutils-r1_python_install_all
-}



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

2017-04-24 Thread Tobias Klausmann
commit: 5fdf0f6bc2fd610b0c89a9d8a91e59c1d5a84df9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:43:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdf0f6b

dev-python/isort-4.2.5-r0: add alpha keyword

Gentoo-Bug: 606288

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

diff --git a/dev-python/isort/isort-4.2.5.ebuild 
b/dev-python/isort/isort-4.2.5.ebuild
index 8960d5ad2b2..447c97b20b8 100644
--- a/dev-python/isort/isort-4.2.5.ebuild
+++ b/dev-python/isort/isort-4.2.5.ebuild
@@ -12,5 +12,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-functools-lru-cache/

2017-04-24 Thread Tobias Klausmann
commit: 3a457087ba5ae692c6c1768790814b702a10ba67
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:43:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a457087

dev-python/backports-functools-lru-cache-1.3-r0: add alpha keyword

Gentoo-Bug: 606288

 .../backports-functools-lru-cache-1.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
index bb54ca0ab3e..f87eb022c3f 100644
--- 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
+++ 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~x86"
+KEYWORDS="alpha amd64 ~arm ~x86"
 IUSE="doc test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-version/

2017-04-24 Thread Tobias Klausmann
commit: 6a8dfec5e0f51be8aa501281c7004d0e8636c150
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:46 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:42:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8dfec5

virtual/perl-version-0.991.600-r1: add alpha keyword

Gentoo-Bug: 604602

 virtual/perl-version/perl-version-0.991.600-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-version/perl-version-0.991.600-r1.ebuild 
b/virtual/perl-version/perl-version-0.991.600-r1.ebuild
index 13686709b5f..ce6f5abc18a 100644
--- a/virtual/perl-version/perl-version-0.991.600-r1.ebuild
+++ b/virtual/perl-version/perl-version-0.991.600-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Normalize/

2017-04-24 Thread Tobias Klausmann
commit: 55f932a405ecdf484bb5982b2e35c706a1a53e8c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:46 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:42:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f932a4

virtual/perl-Unicode-Normalize-1.250.0-r2: add alpha keyword

Gentoo-Bug: 604602

 virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild 
b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild
index 0dec0d160fb..f75661921c1 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2_Driver_mysqli/

2017-04-24 Thread Tobias Klausmann
commit: a384b2c3eebc6746801ff5d85f0f8bf63c0003bc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:53 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:43:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a384b2c3

dev-php/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1: add alpha keyword

Gentoo-Bug: 612020

 .../PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild 
b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild
index 83fd42be6c2..acd1181df13 100644
--- 
a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild
+++ 
b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild
@@ -10,7 +10,7 @@ inherit php-pear-r2
 DESCRIPTION="Database Abstraction Layer, mysqli driver"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3



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

2017-04-24 Thread Tobias Klausmann
commit: c6179ca1836c3990fccf746f19330e54dbc130f0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:43:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6179ca1

dev-python/pylint-1.6.5-r1: add alpha keyword

Gentoo-Bug: 606288

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

diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild 
b/dev-python/pylint/pylint-1.6.5-r1.ebuild
index 17edd825268..78f759d0885 100644
--- a/dev-python/pylint/pylint-1.6.5-r1.ebuild
+++ b/dev-python/pylint/pylint-1.6.5-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~x86"
+KEYWORDS="alpha amd64 ~arm ~x86"
 IUSE="doc examples test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Collate/

2017-04-24 Thread Tobias Klausmann
commit: 242f19fe65ba217599e4eb2fc511f5e235d93b14
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:45 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:42:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242f19fe

virtual/perl-Unicode-Collate-1.140.0-r2: add alpha keyword

Gentoo-Bug: 604602

 virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.140.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.140.0-r2.ebuild 
b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.140.0-r2.ebuild
index e02e9d4ddd6..e8724fbb217 100644
--- a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.140.0-r2.ebuild
+++ b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.140.0-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



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

2017-04-24 Thread Tobias Klausmann
commit: 03e0dcd494a4c514e75e5c74f797bba7b40f42bf
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:43:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e0dcd4

dev-python/configparser-3.5.0-r0: add alpha keyword

Gentoo-Bug: 606288

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

diff --git a/dev-python/configparser/configparser-3.5.0.ebuild 
b/dev-python/configparser/configparser-3.5.0.ebuild
index 19b2828b1cc..72b49e56ba8 100644
--- a/dev-python/configparser/configparser-3.5.0.ebuild
+++ b/dev-python/configparser/configparser-3.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Harness/

2017-04-24 Thread Tobias Klausmann
commit: 4d42f6ff1e356d2c69dd00095e5f0290bd29bcaa
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:41 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:42:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d42f6ff

virtual/perl-Test-Harness-3.360.100_rc-r0: add alpha keyword

Gentoo-Bug: 604602

 virtual/perl-Test-Harness/perl-Test-Harness-3.360.100_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Harness/perl-Test-Harness-3.360.100_rc.ebuild 
b/virtual/perl-Test-Harness/perl-Test-Harness-3.360.100_rc.ebuild
index 7c807a55f93..a62818accce 100644
--- a/virtual/perl-Test-Harness/perl-Test-Harness-3.360.100_rc.ebuild
+++ b/virtual/perl-Test-Harness/perl-Test-Harness-3.360.100_rc.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Thread-Queue/

2017-04-24 Thread Tobias Klausmann
commit: a517a4b8cba82e6d1e5ea076453f1617e823a07c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:42 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:42:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a517a4b8

virtual/perl-Thread-Queue-3.90.0-r1: add alpha keyword

Gentoo-Bug: 604602

 virtual/perl-Thread-Queue/perl-Thread-Queue-3.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Thread-Queue/perl-Thread-Queue-3.90.0-r1.ebuild 
b/virtual/perl-Thread-Queue/perl-Thread-Queue-3.90.0-r1.ebuild
index 076e987d581..39258f97e22 100644
--- a/virtual/perl-Thread-Queue/perl-Thread-Queue-3.90.0-r1.ebuild
+++ b/virtual/perl-Thread-Queue/perl-Thread-Queue-3.90.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~sparc x86"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2/

2017-04-24 Thread Tobias Klausmann
commit: 102411e23a1e404827817043875434113f7bd97e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:51 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:43:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102411e2

dev-php/PEAR-MDB2-2.5.0_beta5-r1: add alpha keyword

Gentoo-Bug: 612020

 dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild 
b/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild
index eedefa234c7..9fa85814f24 100644
--- a/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild
+++ b/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r1.ebuild
@@ -10,7 +10,7 @@ inherit php-pear-r2
 DESCRIPTION="Database Abstraction Layer"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="mssql mysql mysqli oci8 oci8-instant-client postgres sqlite"
 
 RDEPEND=">=dev-php/PEAR-PEAR-1.9.1"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Term-ANSIColor/

2017-04-24 Thread Tobias Klausmann
commit: 17cf65c11e64a427ea75970e2772d6e9f1a2dfe4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:40 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:42:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cf65c1

virtual/perl-Term-ANSIColor-4.40.0-r1: add alpha keyword

Gentoo-Bug: 604602

 virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.40.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.40.0-r1.ebuild 
b/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.40.0-r1.ebuild
index 67ef7d72ee7..05ad4aacd94 100644
--- a/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.40.0-r1.ebuild
+++ b/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.40.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Storable/

2017-04-24 Thread Tobias Klausmann
commit: 7511d48cf1c8742259a493d17ad82d8568196988
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:39 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:42:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7511d48c

virtual/perl-Storable-2.560.100_rc-r0: add alpha keyword

Gentoo-Bug: 604602

 virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild 
b/virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild
index 7c807a55f93..a62818accce 100644
--- a/virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild
+++ b/virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} )



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

2017-04-24 Thread Tobias Klausmann
commit: e8df6b1376e0510513b42b2ab1d9ab2cc230ea93
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:50 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:43:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8df6b13

net-analyzer/nrpe-2.15-r3: add alpha keyword

Gentoo-Bug: 608596

 net-analyzer/nrpe/nrpe-2.15-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nrpe/nrpe-2.15-r3.ebuild 
b/net-analyzer/nrpe/nrpe-2.15-r3.ebuild
index 04bdbc578fc..cd4543a5da5 100644
--- a/net-analyzer/nrpe/nrpe-2.15-r3.ebuild
+++ b/net-analyzer/nrpe/nrpe-2.15-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nagios/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="command-args minimal selinux ssl tcpd"
 
 DEPEND="ssl? ( dev-libs/openssl:0 )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Piece/

2017-04-24 Thread Tobias Klausmann
commit: 98a744f155a498d9a53bb39c6e516245388deb88
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 24 08:59:44 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 24 12:42:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a744f1

virtual/perl-Time-Piece-1.310.0-r1: add alpha keyword

Gentoo-Bug: 604602

 virtual/perl-Time-Piece/perl-Time-Piece-1.310.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-Piece/perl-Time-Piece-1.310.0-r1.ebuild 
b/virtual/perl-Time-Piece/perl-Time-Piece-1.310.0-r1.ebuild
index 16d8d0f3d26..9d55584ea40 100644
--- a/virtual/perl-Time-Piece/perl-Time-Piece-1.310.0-r1.ebuild
+++ b/virtual/perl-Time-Piece/perl-Time-Piece-1.310.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



  1   2   >