[gentoo-commits] proj/portage:master commit in: pym/portage/tests/util/futures/, pym/portage/dbapi/, pym/portage/util/futures/, ...

2018-04-30 Thread Zac Medico
commit: 90d78484d6be481a9caf22c017c62ea43f8ffe33
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May  1 06:22:10 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May  1 06:46:27 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=90d78484

_PortageEventLoop: add _asyncio_* properties for internal use

It's better to avoid accessing the _PortageEventLoop._loop
attribute which exposes *all* EventLoop methods, therefore expose
_asyncio_child_watcher and _asyncio_wrapper attributes for use by
portage internals, providing minimal compatibility between
_PortageEventloop and EventLoop.

 pym/portage/dbapi/porttree.py  |  2 +-
 .../util/futures/asyncio/test_subprocess_exec.py   |  2 +-
 .../tests/util/futures/test_iter_completed.py  |  2 +-
 pym/portage/util/futures/executor/fork.py  |  2 +-
 pym/portage/util/futures/iter_completed.py |  2 +-
 pym/portage/util/futures/unix_events.py| 22 ++
 6 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 3ce214cd7..6c38232bb 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -667,7 +667,7 @@ class portdbapi(dbapi):
 
proc = EbuildMetadataPhase(cpv=mycpv,
ebuild_hash=ebuild_hash, portdb=self,
-   repo_path=mylocation, scheduler=loop._loop,
+   repo_path=mylocation, scheduler=loop,
settings=self.doebuild_settings)
 
proc.addExitListener(functools.partial(self._aux_get_return,

diff --git a/pym/portage/tests/util/futures/asyncio/test_subprocess_exec.py 
b/pym/portage/tests/util/futures/asyncio/test_subprocess_exec.py
index 8c8c395ca..be103a9e0 100644
--- a/pym/portage/tests/util/futures/asyncio/test_subprocess_exec.py
+++ b/pym/portage/tests/util/futures/asyncio/test_subprocess_exec.py
@@ -34,7 +34,7 @@ class _Reader(object):
def __init__(self, future, input_file, loop):
self._future = future
self._pipe_reader = PipeReader(
-   input_files={'input_file':input_file}, 
scheduler=loop._loop)
+   input_files={'input_file':input_file}, scheduler=loop)
 
self._future.add_done_callback(self._cancel_callback)
self._pipe_reader.addExitListener(self._eof)

diff --git a/pym/portage/tests/util/futures/test_iter_completed.py 
b/pym/portage/tests/util/futures/test_iter_completed.py
index 71343c22d..90668eb02 100644
--- a/pym/portage/tests/util/futures/test_iter_completed.py
+++ b/pym/portage/tests/util/futures/test_iter_completed.py
@@ -46,7 +46,7 @@ class IterCompletedTestCase(TestCase):
def future_generator():
for task in tasks:
task.future = loop.create_future()
-   task.scheduler = loop._loop
+   task.scheduler = loop
task.start()
yield task.future
 

diff --git a/pym/portage/util/futures/executor/fork.py 
b/pym/portage/util/futures/executor/fork.py
index 51367f934..81c292e2c 100644
--- a/pym/portage/util/futures/executor/fork.py
+++ b/pym/portage/util/futures/executor/fork.py
@@ -54,7 +54,7 @@ class ForkExecutor(object):
future, proc = self._submit_queue.popleft()

future.add_done_callback(functools.partial(self._cancel_cb, proc))
proc.addExitListener(functools.partial(self._proc_exit, 
future))
-   proc.scheduler = self._loop._loop
+   proc.scheduler = self._loop
proc.start()
self._running_tasks[id(proc)] = proc
 

diff --git a/pym/portage/util/futures/iter_completed.py 
b/pym/portage/util/futures/iter_completed.py
index 1d6a9a4bd..8b0f417d9 100644
--- a/pym/portage/util/futures/iter_completed.py
+++ b/pym/portage/util/futures/iter_completed.py
@@ -77,7 +77,7 @@ def async_iter_completed(futures, max_jobs=None, 
max_load=None, loop=None):
task_generator(),
max_jobs=max_jobs,
max_load=max_load,
-   event_loop=loop._loop)
+   event_loop=loop)
 
def done_callback(future_done_set, wait_result):
"""Propagate results from wait_result to future_done_set."""

diff --git a/pym/portage/util/futures/unix_events.py 
b/pym/portage/util/futures/unix_events.py
index 1a86ed439..00f522b61 100644
--- a/pym/portage/util/futures/unix_events.py
+++ b/pym/portage/util/futures/unix_events.py
@@ -72,6 +72,28 @@ class _PortageEventLoop(events.AbstractEventLoop):
self.set_debug = loop.set_debug
self.get_debug = loop.get_debug
 
+   @property
+   def _asyncio_child_watcher(self):
+

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

2018-04-30 Thread Martin Mokrejs
commit: 35f7bda074493d740f250c2b434f66636082272d
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Tue May  1 05:55:21 2018 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue May  1 05:55:21 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=35f7bda0

sci-biology/bamql: add live ebuild

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sci-biology/bamql/bamql-.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/sci-biology/bamql/bamql-.ebuild 
b/sci-biology/bamql/bamql-.ebuild
new file mode 100644
index 0..44a7d85f5
--- /dev/null
+++ b/sci-biology/bamql/bamql-.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools git-r3
+
+DESCRIPTION="Extract reads from BAM files"
+HOMEPAGE="https://github.com/BoutrosLaboratory/bamql
+   
https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-016-1162-y";
+EGIT_REPO_URI="https://github.com/BoutrosLaboratory/bamql.git";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   sys-devel/llvm:=
+   sys-apps/util-linux
+   sci-libs/htslib
+   dev-libs/libpcre"
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+   eautoreconf
+   default
+}



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

2018-04-30 Thread Hans de Graaff
commit: 753a630d086c7f8b68b6f43b8409741aa5f0343c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  1 05:14:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  1 05:14:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753a630d

dev-ruby/timers: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/timers/timers-4.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/timers/timers-4.1.2.ebuild 
b/dev-ruby/timers/timers-4.1.2.ebuild
index 9b9725e955a..1b548c4cbbe 100644
--- a/dev-ruby/timers/timers-4.1.2.ebuild
+++ b/dev-ruby/timers/timers-4.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-04-30 Thread Hans de Graaff
commit: b204474e43f74c0a47c161af6fc7e2e53e8d05a3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  1 05:18:18 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  1 05:18:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b204474e

dev-ruby/nenv: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/nenv/nenv-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/nenv/nenv-0.3.0.ebuild b/dev-ruby/nenv/nenv-0.3.0.ebuild
index 160e4630c45..cd33a9945bb 100644
--- a/dev-ruby/nenv/nenv-0.3.0.ebuild
+++ b/dev-ruby/nenv/nenv-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-04-30 Thread Hans de Graaff
commit: 7c00eef79213a2275ea57ee1e3faba95f24df349
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  1 04:43:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  1 04:43:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c00eef7

dev-ruby/pdf-core: add 0.8.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/pdf-core/Manifest  |  1 +
 dev-ruby/pdf-core/pdf-core-0.8.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/pdf-core/Manifest b/dev-ruby/pdf-core/Manifest
index 7c45450450d..ef1ff37254b 100644
--- a/dev-ruby/pdf-core/Manifest
+++ b/dev-ruby/pdf-core/Manifest
@@ -1 +1,2 @@
 DIST pdf-core-0.7.0.tar.gz 43382 BLAKE2B 
55116d0d997d5e76d94fab0be9bbea273bcd677fee951a71e3209bd764560c4f14fcd55ccb11748041582a12d4a06819a6203453f0e440718533a92287dfcad7
 SHA512 
c99409284e9f7f929902d88ff7943b3dc6b37c32d67ceaa15ad79e1f9a02b561af59889dae4344a1a7749edbb6705e06f6ca356f08ca38742a2623168d53d29d
+DIST pdf-core-0.8.1.tar.gz 44159 BLAKE2B 
9f199a76434ba1813a9d23f1d489a7aa9eea2bb76dcaccbf35323b1d36beb88ee2a2d642eeab872c3ae4911ff461cb3335d8a5d7a90b880c3b5bf52fa40a15ed
 SHA512 
83d5adfb77938caa1458c262ea466377bc5185ff35e18eb365ce8e20f4f317fe17cc50043c2eb76d863bbadcf13f91cd792b2bbb4828d5383fa0e8b8c20cc8d0

diff --git a/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild
new file mode 100644
index 000..50cf1a76a97
--- /dev/null
+++ b/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements low level PDF features for Prawn"
+HOMEPAGE="https://github.com/prawnpdf/pdf-core/";
+SRC_URI="https://github.com/prawnpdf/pdf-core/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( Ruby GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*
+   >=dev-ruby/pdf-reader-1.2 =dev-ruby/pdf-reader-1* )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die
+}



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

2018-04-30 Thread Hans de Graaff
commit: 0d34aa1da0acbbea215f606fb6a41fac33977faa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  1 04:40:38 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  1 04:40:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d34aa1d

dev-ruby/patron: add 0.13.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/patron/Manifest |  1 +
 dev-ruby/patron/patron-0.13.1.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/patron/Manifest b/dev-ruby/patron/Manifest
index 4609b195a86..181e2fd339c 100644
--- a/dev-ruby/patron/Manifest
+++ b/dev-ruby/patron/Manifest
@@ -2,3 +2,4 @@ DIST patron-0.10.0.gem 59904 BLAKE2B 
f4ec8c81e4c0c13f3d3b5e0696955c01c8ff962980a
 DIST patron-0.11.1.gem 62976 BLAKE2B 
fc41865146876129eb824ccdd2351af8f0bb3bf099459becb87d0034291f864d576dda0c0ff017f0147eba88d7592dd5ce8ad3bb926db0d612e522a375a2c31a
 SHA512 
75a5705493f5496928279c751d396f9815bc47b4126ea8f9bcf9cabf7a40219b6f9cc2b12179d79848f616357552edcfe6b2b4312276bece432ed66a94ee8d63
 DIST patron-0.12.0.gem 64000 BLAKE2B 
1cdf258f4c49d5da6724a4ccb53ca81dd61f824727b5835a945799722db8aa9dd6878b903ea0cdebb2035a9f20f280539f624b9bf44e9a9da708687b163f8af0
 SHA512 
1826da20fe4aab21792d189466d4c6385d21388538c46e831f1852e0ea8f4007ddd0221e9c5a04eda67de9212d276bd494a98456f5befef42368925367d58798
 DIST patron-0.12.1.gem 64000 BLAKE2B 
d30990f79213929494d88e812e9c396474c326e87010a50416400ff5267acd9236fb5aedea8a110338356c3b0debc463752b23a595a04f44d9319a54d1c14cda
 SHA512 
ee551e221ea7c965055ddb72cdd063e5ed476ccaf032bc4b2a7f8344af38a4dbd5942d8eb5710bb2d23ca854b1676ff512eba4bfae7a33deef5238664bc7d00b
+DIST patron-0.13.1.gem 64512 BLAKE2B 
14f691cb0fd1c863a1ef634ba8aee94751095138e940f13bf09860e9e0061872fe14fa33416f59f82d4adc53963721d653936a3f058b27654ea7593d6068d0b7
 SHA512 
7b082ff7442c2635c38b37132cd61f6cd18d4792d41cbf3bed1201fb7371b75bb628a295f4e3dd173c23e086d3c1f54f0217df3f7d1a30c1031fcca86269e1e7

diff --git a/dev-ruby/patron/patron-0.13.1.ebuild 
b/dev-ruby/patron/patron-0.13.1.ebuild
new file mode 100644
index 000..9e7b6892856
--- /dev/null
+++ b/dev-ruby/patron/patron-0.13.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
+HOMEPAGE="https://toland.github.com/patron/";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND+=" net-misc/curl"
+RDEPEND+=" net-misc/curl"
+
+all_ruby_prepare() {
+   # Fix Rakefile
+   sed -i -e 's:rake/rdoctask:rdoc/task:' \
+   -e 's/README.txt/README.md/' \
+   -e '/bundler/I s:^:#:' \
+   -e '/extensiontask/ s:^:#:' \
+   -e '/ExtensionTask/,/^end/ s:^:#:' \
+   Rakefile || die
+
+   # Avoid specs with failures. We were not running any specs before.
+   rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb 
|| die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/patron extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/patron V=1
+   cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to 
cp shared object file"
+}



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

2018-04-30 Thread Hans de Graaff
commit: bd72d07e00823a977cfe6d53feb1683852e8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  1 04:37:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  1 04:37:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd72d07e

dev-ruby/pkg-config: add 1.3.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/pkg-config/Manifest|  1 +
 dev-ruby/pkg-config/pkg-config-1.3.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index 7fe0ff3dfba..1c5ada961d9 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,3 +1,4 @@
 DIST pkg-config-1.1.7.gem 19456 BLAKE2B 
ae6f3641181a60aa46a2da63a5343f23c4a41a9499ff5e00b1115ddfb328a4db33db2890d234f5cbc9a45af28aa537e886c776f0a8f24e54e307f637e5a2c8ae
 SHA512 
9f515874d3edabdfff5f4c8d624bbc91e9c5032e79c241412cd073f0a049e35a2e2a660d5503eaae9640286d74cb9851034f757c702e220f728fba1c2337
 DIST pkg-config-1.2.8.gem 20480 BLAKE2B 
cc11b5eff30f0f5e1a91e64902931ed540da108fd326fe731b71527c9c4310f55e9002617e1baae4f71a4b705b20cf10f6fa112f8ef56971e82868145d372a47
 SHA512 
d83a599a48c7d404946054c6846b6cfd9fce2a264c288519a6eccd9787f05d45397dd46300bf97c80700921456318154ea6d44ba32cd159803471073c2a2b065
 DIST pkg-config-1.2.9.gem 20480 BLAKE2B 
8a77d1b00082635ff622940cf313e18e9639e22d7cc0cc170ef62b65c69a3f2d98409339de3d8de2c765699734c6177dfa77ca8357090c4f8d805b9cff453f40
 SHA512 
6b16b741f8efce51623a98a1979b3bc8af18ce6d74bd35f46baafa9eb19bdab50372921f8548a958bc4428f5e9ff0015ca9ec1700065d70bb9fb9d2a98c311c7
+DIST pkg-config-1.3.1.gem 20480 BLAKE2B 
016290cf7eecabc592b2fc1e124a369f9a267e7157fcbc842e19b8fe0f3ceccfef77bb4c3b9b0300b72bf503d1ea823b8c2743c3d56da06d75e5a81768c0
 SHA512 
801dbe70ad1ef075d74f260a124d4b3a78a237abc133bd3da8ac93f0ae51b8d6e94efc1064ffea64138bae26efce52ef5bb23553625d808cafa477af50ca55ec

diff --git a/dev-ruby/pkg-config/pkg-config-1.3.1.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.3.1.ebuild
new file mode 100644
index 000..70973286632
--- /dev/null
+++ b/dev-ruby/pkg-config/pkg-config-1.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pkg-config implementation by Ruby"
+HOMEPAGE="https://github.com/rcairo/pkg-config";
+LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+# this is used for testing
+DEPEND+=" test? ( x11-libs/cairo )"
+
+all_ruby_prepare() {
+   # drop failing tests
+   sed -i -e "/test_cflags/,/end/d"\
+   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
+}



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

2018-04-30 Thread Hans de Graaff
commit: 3d9954d658090652828580b7fd4ce0361670fc8b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  1 04:44:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  1 04:44:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9954d6

dev-ruby/pdf-reader: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild 
b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild
index efb81a2149d..8e48b16387a 100644
--- a/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild
+++ b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 GITHUB_USER=yob
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2018-04-30 Thread Nick Sarnie
commit: 9b2ffe67e3e133ba44f6dcdada2b7457840af636
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:48:03 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:57:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2ffe67

profiles/arch/base: Add USE mask for app-emulation/wine-any[vulkan]

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

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index d93676d360b..cfe165ba910 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -3,6 +3,7 @@
 
 # Nick Sarnie  (29 Apr 2018)
 # media-libs/vulkan-loader is not available everywhere
+app-emulation/wine-any vulkan
 app-emulation/wine-staging vulkan
 app-emulation/wine-vanilla vulkan
 



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

2018-04-30 Thread Nick Sarnie
commit: 5b6d5e998837617a84e019fb4c940d6bd0824d1e
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:48:51 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:57:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6d5e99

profiles/arch/amd64: Unmask app-emulation/wine-any[vulkan] on amd64

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

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 9bb8626fe8f..81b17adc866 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -19,6 +19,7 @@
 
 # Nick Sarnie  (29 Apr 2018)
 # media-libs/vulkan-loader is keyworded on amd64
+app-emulation/wine-any -vulkan
 app-emulation/wine-staging -vulkan
 app-emulation/wine-vanilla -vulkan
 



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

2018-04-30 Thread Nick Sarnie
commit: bd2239e3213d12064691735a7e74884c95010898
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:53:18 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:57:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2239e3

app-emulation/wine-any: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/Manifest |   9 -
 app-emulation/wine-any/wine-any-2.19.ebuild | 632 ---
 app-emulation/wine-any/wine-any-2.20.ebuild | 634 
 app-emulation/wine-any/wine-any-2.21.ebuild | 634 
 4 files changed, 1909 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 0ac9bb36bdc..2c1ccbf6cbd 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,22 +1,13 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
-DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
-DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
-DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-3.5.tar.xz 19963436 BLAKE2B 
83d7c0719a088f8c705f7a9d8a6df6b9ee5e0a5ffa57c0a921875097be29298bebb9025222039432c65da32359e187a93413e04a5bb73171f0033911595baf9f
 SHA512 
c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f
 DIST wine-3.6.tar.xz 20005240 BLAKE2B 
6dd48180b9aed8a3b69c40b3ed7b2ff5adbebfb591860dda6603d2219f9059bc069df000cd2614c80d34911c451388f0124af3dd8a11b806b227ca8e16659d71
 SHA512 
31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22
 DIST wine-3.7.tar.xz 20454036 BLAKE2B 
04ac94d5679377c5d0bb37a6d3e8e3ec7c09faa300f8422a09a22b14ef4244d2bb14c80a47cfca5e11526506a8064f0cfa4e28868d7f04669f85ab743dbbb36d
 SHA512 
a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
-DIST wine-d3d9-2.19.tar.gz 48818 BLAKE2B 
b053ee0ad798a7d8ad53b3daff1757caaa52f095435f2fb89893c7313d490a2359217a5638529e918a1446f13533a746836c1c22218cba875a1420816618408a
 SHA512 
be43435cd53f367ca57080c08218db302a90bf85ec6e917e89375904c456b585b61fb6053f9b4366b7e844f8246cabe83460a9866f614dbb5df3edfb43b2f54a
-DIST wine-d3d9-2.20.tar.gz 48822 BLAKE2B 
b9ae137e05f672990707aa3ae88aa569a517e644579ff545b35393074ca03ac0c6aaea7494a90a4f6c4278f7397e1e5078e90383f5debeb4edfe46c8834446ff
 SHA512 
f1fa4882514d0bbb77a728a9153cddd5029fca49c5221783fafc13f30888b606c6be4417ecdf85bd80a659ecf54c57ea5aedd49acb87cdc9b42d98f68dc0
-DIST wine-d3d9-2.21.tar.gz 48813 BLAKE2B 
a83b558682f19a44f62c33c8782f4415250c537373654b36c4b1aa6e078ed09594ec1f0e5b76093d88b835786dac96047a1584aa94953256d6ca2804e08ec3df
 SHA512 
64edab41be95adb1dc81c040b13901fbc7fd54467e1306639e3d459c41521d61ebf09e7028688166af8fd0f238063e125d8985a4fc66b185fade996ed596bb2a
 DIST wine-d3d9-3.5.tar.gz 50711 BLAKE2B 
701f9bcef8f9849c66b567d72b8055522d5a96e4a6581a0da9085df441e9a8907527059e250dfb5630bd605cf451c1f7c60b120f5ce333ff10730f301f7ba70d
 SHA512 
4bde2b510f8726b002dd33af75884eb165b1050338ab553fee071653af343a08d27d338ee42b68600038171d6c645386cde8513fa80c805f8118eb0d9f6c5f4b
 DIST wine-d3d9-3.6.tar.gz 50706 BLAKE2B 
6d7af8e428de4d0b3d7e

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

2018-04-30 Thread Nick Sarnie
commit: a56530253f7591085159e05cd3769f6550e7d747
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:51:31 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:57:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5653025

app-emulation/wine-any: Sync with ::wine

- Added sdl USE flag
- Fixed staging SRC_URI to point to the active fork
- Removed unneeded patch exclusion as the patch was dropped upstream
- Bumped to 3.5, 3.6 and 3.7

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/Manifest  | 9 +
 app-emulation/wine-any/metadata.xml  | 1 +
 .../wine-any/{wine-any-.ebuild => wine-any-3.5.ebuild}   | 9 +
 .../wine-any/{wine-any-.ebuild => wine-any-3.6.ebuild}   | 9 +
 .../wine-any/{wine-any-.ebuild => wine-any-3.7.ebuild}   | 9 +
 app-emulation/wine-any/wine-any-.ebuild  | 9 +
 6 files changed, 30 insertions(+), 16 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 4cefebde19a..0ac9bb36bdc 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -3,11 +3,20 @@ DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b8
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
+DIST wine-3.5.tar.xz 19963436 BLAKE2B 
83d7c0719a088f8c705f7a9d8a6df6b9ee5e0a5ffa57c0a921875097be29298bebb9025222039432c65da32359e187a93413e04a5bb73171f0033911595baf9f
 SHA512 
c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f
+DIST wine-3.6.tar.xz 20005240 BLAKE2B 
6dd48180b9aed8a3b69c40b3ed7b2ff5adbebfb591860dda6603d2219f9059bc069df000cd2614c80d34911c451388f0124af3dd8a11b806b227ca8e16659d71
 SHA512 
31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22
+DIST wine-3.7.tar.xz 20454036 BLAKE2B 
04ac94d5679377c5d0bb37a6d3e8e3ec7c09faa300f8422a09a22b14ef4244d2bb14c80a47cfca5e11526506a8064f0cfa4e28868d7f04669f85ab743dbbb36d
 SHA512 
a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 DIST wine-d3d9-2.19.tar.gz 48818 BLAKE2B 
b053ee0ad798a7d8ad53b3daff1757caaa52f095435f2fb89893c7313d490a2359217a5638529e918a1446f13533a746836c1c22218cba875a1420816618408a
 SHA512 
be43435cd53f367ca57080c08218db302a90bf85ec6e917e89375904c456b585b61fb6053f9b4366b7e844f8246cabe83460a9866f614dbb5df3edfb43b2f54a
 DIST wine-d3d9-2.20.tar.gz 48822 BLAKE2B 
b9ae137e05f672990707aa3ae88aa569a517e644579ff545b35393074ca03ac0c6aaea7494a90a4f6c4278f7397e1e5078e90383f5debeb4edfe46c8834446ff
 SHA512 
f1fa4882514d0bbb77a728a9153cddd5029fca49c5221783fafc13f30888b606c6be4417ecdf85bd80a659ecf54c57ea5aedd49acb87cdc9b42d98f68dc0
 DIST wine-d3d9-2.21.tar.gz 48813 BLAKE2B 
a83b558682f19a44f62c33c8782f4415250c537373654b36c4b1aa6e078ed09594ec1f0e5b76093d88b835786dac96047a1584aa94953256d6ca2804e08ec3df
 SHA512 
64edab41be95adb1dc81c040b13901fbc7fd54467e1306639e3d459c41521d61ebf09e7028688166af8fd0f238063e125d8985a4fc66b185fade996ed596bb2a
+DIST wine-d3d9-3.5.tar.gz 50711 BLAKE2B 
701f9bcef8f9849c66b567d72b8055522d5a96e4a6581a0da9085df441e9a8907527059e250dfb5630bd605cf451c1f7c60b120f5ce333ff10730f301f7ba70d
 SHA512 
4bde2b510f8726b002dd33af75884eb165b1050338ab553fee071653af343a08d27d338ee42b68600038171d6c645386cde8513fa80c805f8118eb0d9f6c5f4b
+DIST wine-d3d9-3.6.tar.gz 50706 BLAKE2B 
6d7af8e428de4d0b3d7ec5fc5d157801d3e807cbf63603d8334a564e34b411f2eabba49744670840b12c54a341a9350d1a87f0260b963c9c9392bd81526350e5
 SHA512 
67ce67e99c0e1c53f9a81074520465e4c59b6c4bb9a9921ce477d65f

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-04-30 Thread Nick Sarnie
commit: dacb141213255e703985b61eb5ee9463286a22f7
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:39:59 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:40:04 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=dacb1412

app-emulation/wine-any: Bump to 3.3

There were no staging releases from 2.21 to 3.3 exclusive,
so let's start from 3.3

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/Manifest|   3 +
 app-emulation/wine-any/wine-any-3.3.ebuild | 637 +
 2 files changed, 640 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index e7ce3ba..f43c998 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -21,6 +21,7 @@ DIST wine-2.6.tar.xz 19023352 BLAKE2B 
f74e2b9588eba76cd90ea62842725ddbb8d3233160
 DIST wine-2.7.tar.xz 19101108 BLAKE2B 
cf5ff292ada8b65498098269b5961dc8f5c412cab4fa781ce356df869eea9f5af641bd98957977a16b14dc00af4fadf57bba9320cdf5824aab3d3bbb0c87e8ab
 SHA512 
1e61b9a4aa1f5f42fb27d11d5254a9ba90f348ad9c4d1ddd4b5da47cd7de638290a20accf7447db9c0e4ced4c2144497cdf5fc906a5eac60e923dabb61f65d3a
 DIST wine-2.8.tar.xz 19120740 BLAKE2B 
6d6a7eb0a30a654337ede94d358bb9d477ce5162d9b50efc8ca75e6b143b638eca916f77e120cd35e632fbdfc7cf036f67132d19db86d8d5c6340b9ac18afee5
 SHA512 
4d0b167b1e5add31ed0ed05b328d16fc13cd268285c03a9100e7ddc53864aa07f6b216a555ef0c2e51dee550e3f4abf0c7c20db2cbca177bb38e8c3e11f05b97
 DIST wine-2.9.tar.xz 19154668 BLAKE2B 
45961ad031404a4cba8733bbbfe34ac1db361a508deca45e81938b25be0ed1b59e7fa9c9619bcfecce540b0c96e57cee75c6a98a144fbff6e91fa72af55ece94
 SHA512 
6d06e511d8f338297ed0ddb7bf2ffb501f528209eaecbbee3d4e5d53db649dd5ea0aeb78bba661a9bcfda5f97e170ca10eb8fab355e229bfe7db6a5feb7ec4e8
+DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d07e2fc67e29d5f9553b03ae8cef12fcb8dee917d84bb5a1c66af16d3140b17b195f2db58464ffe86ff7d9e
 SHA512 
c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 DIST wine-d3d9-2.1.tar.gz 48385 BLAKE2B 
f9541edca520251500b63793468f802395e605baa19051355dbeaa90e0837f2c764cfacf6c651fe3e291d07bed825b72e75b8c47785d9d3eaa5312f28bd82048
 SHA512 
9234d8227412d940a6befcf79433f1d5ab0634d5e829f3771ffeea235af05be29ffc40438818b1976c77d1e2e79da8a67c4dab2b7d2e822b502fb6e4a1a7f8b7
 DIST wine-d3d9-2.10.tar.gz 48713 BLAKE2B 
e2032b1754043b5c342d213a78b5341249ead043fcaf7870b7419d415c4740d09f2a28a2b53e3125a5d88b24a03dcac91ab82e79b65d776c250e0207afdfd702
 SHA512 
808241f545e60c0546ff3918cac28e2abb6fe8496e8ade3cfa8bf81612724e827d31787d1d320cbac80b71a5d6180bcc8e51249c12c099e44637e0bb9f4875cd
@@ -43,6 +44,7 @@ DIST wine-d3d9-2.6.tar.gz 48702 BLAKE2B 
62159c3a93ffdc7a80de044b93448272c44f9c42
 DIST wine-d3d9-2.7.tar.gz 48708 BLAKE2B 
58706a3bfea6460bb684c4a1f56df1a3bf136073e4694aa8147561843532a602da8214ae1ff1684e9f52bf1d46a640a80febde40e983ee15e08e0b7159457ccc
 SHA512 
d258e81a942f905255a637aa80dd647878691caa79adc52fd79f66ce1320d42d7d36ea776876d6a26a2c711a168da4c64f27fa8744ca6d8318c5526f8a8af75a
 DIST wine-d3d9-2.8.tar.gz 48700 BLAKE2B 
6a8b4aea57ffb3ceec5e0841fd47dc644e32645689cbf33546d1f889f4326d4630365314221f858a5d9f4cbf4eca8479cae9dc81c951b2eb2ec19efe19d5e466
 SHA512 
bb933b51d0022ce616331f2550faedeff3058007525b4519833b925c57999ab08b08380b8967d48ad7c56458e812342428388a5eac2ed8fcdd8cfbfee74a8e8c
 DIST wine-d3d9-2.9.tar.gz 48693 BLAKE2B 
b2434f6f31d44f7300f09cbba27c9ca9e43da85e03429bd2593d232bbe2ea2afc3eab64662039c22c6e3db444218f3045376e215148da68b6631ffdc2dffb334
 SHA512 
89d06587481f7702b6884c83627a27c7b38a078e2b333bea2612a58840695211c19ab4ca02669c983580f95ae42ef114020f6b6bbb1a17d72449c0ed2212dc49
+DIST wine-d3d9-3.3.tar.gz 50729 BLAKE2B 
3f4149fcd9abd40004342547428ec3c7a7f1d15b1bd65fc12be56a15b63016adfb39a7e1f50552bc158c2af467486852d0bc8e879a8a2b171d5641580c89a12d
 SHA512 
4d112c2ae9f452d864b94230e54bbac53aff2d599de86bd479f79fe1049785294f3207fc2308c9030279217235a620f31141b0c8ea8333c75be817f6e39a809f
 DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
 DIST wine-staging-2.1.tar.gz 10101781 BLAKE2B 
6cbbc4bf2eec6416e7a9a128994dc53fbde6dd62fabdd94df6f675a395c9c7c5d22b2971d254bfb900b3f4cf727c9057c0cd912f1c256bc3b74a295386d420d5
 SHA512 
c64c48b265f0779c621a643ddbd2d12aaa548e4bff3b2b728280cdb9613214989911ee8ba5e46c7770f5f64300

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-04-30 Thread Nick Sarnie
commit: c4d9ac590cb07131406e61f556349fabf62da5ee
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:45:21 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:45:21 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=c4d9ac59

app-emulation/wine-any: Bump to 3.7

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/Manifest|   3 +
 app-emulation/wine-any/wine-any-3.7.ebuild | 637 +
 2 files changed, 640 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 87f8f2e..059195f 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -25,6 +25,7 @@ DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d
 DIST wine-3.4.tar.xz 19932472 BLAKE2B 
8cac5d2c8b3cfb7377f8c3b0aaac6326afd1bda5a9203c9705ea473c43483475d80b23a53e40f2c17af256f523ad759525701b20ac8d600b662b34845ea9414b
 SHA512 
5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c
 DIST wine-3.5.tar.xz 19963436 BLAKE2B 
83d7c0719a088f8c705f7a9d8a6df6b9ee5e0a5ffa57c0a921875097be29298bebb9025222039432c65da32359e187a93413e04a5bb73171f0033911595baf9f
 SHA512 
c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f
 DIST wine-3.6.tar.xz 20005240 BLAKE2B 
6dd48180b9aed8a3b69c40b3ed7b2ff5adbebfb591860dda6603d2219f9059bc069df000cd2614c80d34911c451388f0124af3dd8a11b806b227ca8e16659d71
 SHA512 
31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22
+DIST wine-3.7.tar.xz 20454036 BLAKE2B 
04ac94d5679377c5d0bb37a6d3e8e3ec7c09faa300f8422a09a22b14ef4244d2bb14c80a47cfca5e11526506a8064f0cfa4e28868d7f04669f85ab743dbbb36d
 SHA512 
a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 DIST wine-d3d9-2.1.tar.gz 48385 BLAKE2B 
f9541edca520251500b63793468f802395e605baa19051355dbeaa90e0837f2c764cfacf6c651fe3e291d07bed825b72e75b8c47785d9d3eaa5312f28bd82048
 SHA512 
9234d8227412d940a6befcf79433f1d5ab0634d5e829f3771ffeea235af05be29ffc40438818b1976c77d1e2e79da8a67c4dab2b7d2e822b502fb6e4a1a7f8b7
 DIST wine-d3d9-2.10.tar.gz 48713 BLAKE2B 
e2032b1754043b5c342d213a78b5341249ead043fcaf7870b7419d415c4740d09f2a28a2b53e3125a5d88b24a03dcac91ab82e79b65d776c250e0207afdfd702
 SHA512 
808241f545e60c0546ff3918cac28e2abb6fe8496e8ade3cfa8bf81612724e827d31787d1d320cbac80b71a5d6180bcc8e51249c12c099e44637e0bb9f4875cd
@@ -51,6 +52,7 @@ DIST wine-d3d9-3.3.tar.gz 50729 BLAKE2B 
3f4149fcd9abd40004342547428ec3c7a7f1d15b
 DIST wine-d3d9-3.4.tar.gz 50715 BLAKE2B 
bf3bfb29bab0a4e5afbba8722532e3b3541608de0512b144711c85736d4ca13618759daba66fbbe36dcc8e32f3152ca5d41f344297b5f2163c98fe763d8b5cd7
 SHA512 
e38e5d1f5f1e980b896a0b0d2d51c59cac15c6e450d0ba5621ca7bca4df7b470857c0c2bf737273647ef44f9252a794c26b82b20b233a95277d97df93b40efd7
 DIST wine-d3d9-3.5.tar.gz 50711 BLAKE2B 
701f9bcef8f9849c66b567d72b8055522d5a96e4a6581a0da9085df441e9a8907527059e250dfb5630bd605cf451c1f7c60b120f5ce333ff10730f301f7ba70d
 SHA512 
4bde2b510f8726b002dd33af75884eb165b1050338ab553fee071653af343a08d27d338ee42b68600038171d6c645386cde8513fa80c805f8118eb0d9f6c5f4b
 DIST wine-d3d9-3.6.tar.gz 50706 BLAKE2B 
6d7af8e428de4d0b3d7ec5fc5d157801d3e807cbf63603d8334a564e34b411f2eabba49744670840b12c54a341a9350d1a87f0260b963c9c9392bd81526350e5
 SHA512 
67ce67e99c0e1c53f9a81074520465e4c59b6c4bb9a9921ce477d65f4e25b62ae85aa32314cf14a1d10a647da9efc72944e5b1ef9bab344e0aac500589f24106
+DIST wine-d3d9-3.7.tar.gz 50699 BLAKE2B 
1ab795a0636e7654cc1c96e2a0ba40ff7f89eaa2983d68c4a0eabf3a69355e68e833fee63fbbff67ba840a28d34724a841c1c3c6695ae2d8bcaf38f7fbf4fd16
 SHA512 
9a02e40bda9c26001857355ddfb1ba68afb518158260b0904c5aaef3991e19587dcc107cc34b01b9fbda7e710be488384b020bbf8d56632cce787ffb299bc3f3
 DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
 DIST wine-staging-2.1.tar.gz 10101781 BLAKE2B 
6cbbc4bf2eec6416e7a9a128994dc53fbde6dd62fabdd94df6f675a395c9c7c5d22b2971d254bfb900b3f4cf727c9057c0cd912f1c256bc3b74a295386d420d5
 SHA512 
c64c48b265f0779c621a643ddbd2d12aaa548e4bff3b2b728280cdb9613214989911ee8ba5e46c7770f5f6430014a5da1c98e95d5008c1174bd14bf9ce5250db
 DIST wine-staging-2.10.tar.gz 10091114 BLAKE

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-04-30 Thread Nick Sarnie
commit: afd13f5df4f715527e2fbbce652dca0aae80cd2b
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:44:23 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:44:23 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=afd13f5d

app-emulation/wine-any: Bump to 3.6

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/Manifest|   3 +
 app-emulation/wine-any/wine-any-3.6.ebuild | 637 +
 2 files changed, 640 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 7a34d72..87f8f2e 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -24,6 +24,7 @@ DIST wine-2.9.tar.xz 19154668 BLAKE2B 
45961ad031404a4cba8733bbbfe34ac1db361a508d
 DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d07e2fc67e29d5f9553b03ae8cef12fcb8dee917d84bb5a1c66af16d3140b17b195f2db58464ffe86ff7d9e
 SHA512 
c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
 DIST wine-3.4.tar.xz 19932472 BLAKE2B 
8cac5d2c8b3cfb7377f8c3b0aaac6326afd1bda5a9203c9705ea473c43483475d80b23a53e40f2c17af256f523ad759525701b20ac8d600b662b34845ea9414b
 SHA512 
5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c
 DIST wine-3.5.tar.xz 19963436 BLAKE2B 
83d7c0719a088f8c705f7a9d8a6df6b9ee5e0a5ffa57c0a921875097be29298bebb9025222039432c65da32359e187a93413e04a5bb73171f0033911595baf9f
 SHA512 
c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f
+DIST wine-3.6.tar.xz 20005240 BLAKE2B 
6dd48180b9aed8a3b69c40b3ed7b2ff5adbebfb591860dda6603d2219f9059bc069df000cd2614c80d34911c451388f0124af3dd8a11b806b227ca8e16659d71
 SHA512 
31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 DIST wine-d3d9-2.1.tar.gz 48385 BLAKE2B 
f9541edca520251500b63793468f802395e605baa19051355dbeaa90e0837f2c764cfacf6c651fe3e291d07bed825b72e75b8c47785d9d3eaa5312f28bd82048
 SHA512 
9234d8227412d940a6befcf79433f1d5ab0634d5e829f3771ffeea235af05be29ffc40438818b1976c77d1e2e79da8a67c4dab2b7d2e822b502fb6e4a1a7f8b7
 DIST wine-d3d9-2.10.tar.gz 48713 BLAKE2B 
e2032b1754043b5c342d213a78b5341249ead043fcaf7870b7419d415c4740d09f2a28a2b53e3125a5d88b24a03dcac91ab82e79b65d776c250e0207afdfd702
 SHA512 
808241f545e60c0546ff3918cac28e2abb6fe8496e8ade3cfa8bf81612724e827d31787d1d320cbac80b71a5d6180bcc8e51249c12c099e44637e0bb9f4875cd
@@ -49,6 +50,7 @@ DIST wine-d3d9-2.9.tar.gz 48693 BLAKE2B 
b2434f6f31d44f7300f09cbba27c9ca9e43da85e
 DIST wine-d3d9-3.3.tar.gz 50729 BLAKE2B 
3f4149fcd9abd40004342547428ec3c7a7f1d15b1bd65fc12be56a15b63016adfb39a7e1f50552bc158c2af467486852d0bc8e879a8a2b171d5641580c89a12d
 SHA512 
4d112c2ae9f452d864b94230e54bbac53aff2d599de86bd479f79fe1049785294f3207fc2308c9030279217235a620f31141b0c8ea8333c75be817f6e39a809f
 DIST wine-d3d9-3.4.tar.gz 50715 BLAKE2B 
bf3bfb29bab0a4e5afbba8722532e3b3541608de0512b144711c85736d4ca13618759daba66fbbe36dcc8e32f3152ca5d41f344297b5f2163c98fe763d8b5cd7
 SHA512 
e38e5d1f5f1e980b896a0b0d2d51c59cac15c6e450d0ba5621ca7bca4df7b470857c0c2bf737273647ef44f9252a794c26b82b20b233a95277d97df93b40efd7
 DIST wine-d3d9-3.5.tar.gz 50711 BLAKE2B 
701f9bcef8f9849c66b567d72b8055522d5a96e4a6581a0da9085df441e9a8907527059e250dfb5630bd605cf451c1f7c60b120f5ce333ff10730f301f7ba70d
 SHA512 
4bde2b510f8726b002dd33af75884eb165b1050338ab553fee071653af343a08d27d338ee42b68600038171d6c645386cde8513fa80c805f8118eb0d9f6c5f4b
+DIST wine-d3d9-3.6.tar.gz 50706 BLAKE2B 
6d7af8e428de4d0b3d7ec5fc5d157801d3e807cbf63603d8334a564e34b411f2eabba49744670840b12c54a341a9350d1a87f0260b963c9c9392bd81526350e5
 SHA512 
67ce67e99c0e1c53f9a81074520465e4c59b6c4bb9a9921ce477d65f4e25b62ae85aa32314cf14a1d10a647da9efc72944e5b1ef9bab344e0aac500589f24106
 DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
 DIST wine-staging-2.1.tar.gz 10101781 BLAKE2B 
6cbbc4bf2eec6416e7a9a128994dc53fbde6dd62fabdd94df6f675a395c9c7c5d22b2971d254bfb900b3f4cf727c9057c0cd912f1c256bc3b74a295386d420d5
 SHA512 
c64c48b265f0779c621a643ddbd2d12aaa548e4bff3b2b728280cdb9613214989911ee8ba5e46c7770f5f6430014a5da1c98e95d5008c1174bd14bf9ce5250db
 DIST wine-staging-2.10.tar.gz 10091114 BLAKE

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-04-30 Thread Nick Sarnie
commit: c6f9b5ac7d5bf0220fd08187cc85c101f5de9909
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 01:53:20 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 01:53:24 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=c6f9b5ac

app-emulation/wine-any: Updates to 

- Added sdl USE
- Updated upstream SRC_URI to point to the active fork
- Removed unneeded patch exclusion as the patch was dropped upstream

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/metadata.xml | 1 +
 app-emulation/wine-any/wine-any-.ebuild | 9 +
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-emulation/wine-any/metadata.xml 
b/app-emulation/wine-any/metadata.xml
index 35b3090..4f3128c 100644
--- a/app-emulation/wine-any/metadata.xml
+++ b/app-emulation/wine-any/metadata.xml
@@ -45,6 +45,7 @@ This variant of the wine packaging allows for the use of the 
Wine-Staging patchs
Add support for NTLM auth. see
http://wiki.winehq.org/NtlmAuthSetupGuide and
http://wiki.winehq.org/NtlmSigningAndSealing
+   Add support for gamepad detection using 
SDL
Apply Wine-Staging patches for advanced 
feature support that haven't made it into upstream Wine yet
Support GTK+:3 window theming through 
Wine-Staging
Use virtual/libudev to provide 
plug and play support

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index d868884..11a4e31 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -38,17 +38,17 @@ SRC_URI="${SRC_URI}
 "
 
 if [[ ${PV} == "" ]] ; then
-   
STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git";
+   STAGING_EGIT_REPO_URI="https://github.com/wine-staging/wine-staging.git";
D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git";
 else
SRC_URI="${SRC_URI}
-   staging? ( 
https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> 
${STAGING_P}.tar.gz )
+   staging? ( 
https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz -> 
${STAGING_P}.tar.gz )
d3d9? ( 
https://github.com/sarnex/wine-d3d9-patches/archive/${D3D9_P}.tar.gz )"
 fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi vulkan +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner sdl selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi vulkan +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -109,6 +109,7 @@ COMMON_DEPEND="
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
+   sdl? ( media-libs/libsdl2:=[haptic,joystick,${MULTILIB_USEDEP}] )
ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
staging? ( sys-apps/attr[${MULTILIB_USEDEP}] )
themes? (
@@ -363,7 +364,6 @@ src_prepare() {
ewarn "Wine bugzilla should explicitly state that staging was 
used."
 
local STAGING_EXCLUDE=""
-   STAGING_EXCLUDE="${STAGING_EXCLUDE} -W 
winhlp32-Flex_Workaround" # Avoid double patching 
https://bugs.winehq.org/show_bug.cgi?id=42132
use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W 
Pipelight"
 
# Launch wine-staging patcher in a subshell, using eapply as a 
backend, and gitapply.sh as a backend for binary patches
@@ -484,6 +484,7 @@ multilib_src_configure() {
$(use_with pulseaudio pulse)
$(use_with threads pthread)
$(use_with scanner sane)
+   $(use_with sdl)
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with udev)



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-04-30 Thread Nick Sarnie
commit: 5ea8d8df182ce677b643925f66ad1bcced8f13bd
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:43:12 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:43:12 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=5ea8d8df

app-emulation/wine-any: Bump to 3.5

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/Manifest|   3 +
 app-emulation/wine-any/wine-any-3.5.ebuild | 637 +
 2 files changed, 640 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 50815d2..7a34d72 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -23,6 +23,7 @@ DIST wine-2.8.tar.xz 19120740 BLAKE2B 
6d6a7eb0a30a654337ede94d358bb9d477ce5162d9
 DIST wine-2.9.tar.xz 19154668 BLAKE2B 
45961ad031404a4cba8733bbbfe34ac1db361a508deca45e81938b25be0ed1b59e7fa9c9619bcfecce540b0c96e57cee75c6a98a144fbff6e91fa72af55ece94
 SHA512 
6d06e511d8f338297ed0ddb7bf2ffb501f528209eaecbbee3d4e5d53db649dd5ea0aeb78bba661a9bcfda5f97e170ca10eb8fab355e229bfe7db6a5feb7ec4e8
 DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d07e2fc67e29d5f9553b03ae8cef12fcb8dee917d84bb5a1c66af16d3140b17b195f2db58464ffe86ff7d9e
 SHA512 
c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
 DIST wine-3.4.tar.xz 19932472 BLAKE2B 
8cac5d2c8b3cfb7377f8c3b0aaac6326afd1bda5a9203c9705ea473c43483475d80b23a53e40f2c17af256f523ad759525701b20ac8d600b662b34845ea9414b
 SHA512 
5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c
+DIST wine-3.5.tar.xz 19963436 BLAKE2B 
83d7c0719a088f8c705f7a9d8a6df6b9ee5e0a5ffa57c0a921875097be29298bebb9025222039432c65da32359e187a93413e04a5bb73171f0033911595baf9f
 SHA512 
c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 DIST wine-d3d9-2.1.tar.gz 48385 BLAKE2B 
f9541edca520251500b63793468f802395e605baa19051355dbeaa90e0837f2c764cfacf6c651fe3e291d07bed825b72e75b8c47785d9d3eaa5312f28bd82048
 SHA512 
9234d8227412d940a6befcf79433f1d5ab0634d5e829f3771ffeea235af05be29ffc40438818b1976c77d1e2e79da8a67c4dab2b7d2e822b502fb6e4a1a7f8b7
 DIST wine-d3d9-2.10.tar.gz 48713 BLAKE2B 
e2032b1754043b5c342d213a78b5341249ead043fcaf7870b7419d415c4740d09f2a28a2b53e3125a5d88b24a03dcac91ab82e79b65d776c250e0207afdfd702
 SHA512 
808241f545e60c0546ff3918cac28e2abb6fe8496e8ade3cfa8bf81612724e827d31787d1d320cbac80b71a5d6180bcc8e51249c12c099e44637e0bb9f4875cd
@@ -47,6 +48,7 @@ DIST wine-d3d9-2.8.tar.gz 48700 BLAKE2B 
6a8b4aea57ffb3ceec5e0841fd47dc644e326456
 DIST wine-d3d9-2.9.tar.gz 48693 BLAKE2B 
b2434f6f31d44f7300f09cbba27c9ca9e43da85e03429bd2593d232bbe2ea2afc3eab64662039c22c6e3db444218f3045376e215148da68b6631ffdc2dffb334
 SHA512 
89d06587481f7702b6884c83627a27c7b38a078e2b333bea2612a58840695211c19ab4ca02669c983580f95ae42ef114020f6b6bbb1a17d72449c0ed2212dc49
 DIST wine-d3d9-3.3.tar.gz 50729 BLAKE2B 
3f4149fcd9abd40004342547428ec3c7a7f1d15b1bd65fc12be56a15b63016adfb39a7e1f50552bc158c2af467486852d0bc8e879a8a2b171d5641580c89a12d
 SHA512 
4d112c2ae9f452d864b94230e54bbac53aff2d599de86bd479f79fe1049785294f3207fc2308c9030279217235a620f31141b0c8ea8333c75be817f6e39a809f
 DIST wine-d3d9-3.4.tar.gz 50715 BLAKE2B 
bf3bfb29bab0a4e5afbba8722532e3b3541608de0512b144711c85736d4ca13618759daba66fbbe36dcc8e32f3152ca5d41f344297b5f2163c98fe763d8b5cd7
 SHA512 
e38e5d1f5f1e980b896a0b0d2d51c59cac15c6e450d0ba5621ca7bca4df7b470857c0c2bf737273647ef44f9252a794c26b82b20b233a95277d97df93b40efd7
+DIST wine-d3d9-3.5.tar.gz 50711 BLAKE2B 
701f9bcef8f9849c66b567d72b8055522d5a96e4a6581a0da9085df441e9a8907527059e250dfb5630bd605cf451c1f7c60b120f5ce333ff10730f301f7ba70d
 SHA512 
4bde2b510f8726b002dd33af75884eb165b1050338ab553fee071653af343a08d27d338ee42b68600038171d6c645386cde8513fa80c805f8118eb0d9f6c5f4b
 DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
 DIST wine-staging-2.1.tar.gz 10101781 BLAKE2B 
6cbbc4bf2eec6416e7a9a128994dc53fbde6dd62fabdd94df6f675a395c9c7c5d22b2971d254bfb900b3f4cf727c9057c0cd912f1c256bc3b74a295386d420d5
 SHA512 
c64c48b265f0779c621a643ddbd2d12aaa548e4bff3b2b728280cdb9613214989911ee8ba5e46c7770f5f6430014a5da1c98e95d5008c1174bd14bf9ce5250db
 DIST wine-staging-2.10.tar.gz 10091114 BLAKE

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-04-30 Thread Nick Sarnie
commit: c38f991fc09f92a33a68405f00c3f2f1c54a6c1b
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 02:41:49 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 02:41:49 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=c38f991f

app-emulation/wine-any: Bump to 3.4

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/Manifest|   3 +
 app-emulation/wine-any/wine-any-3.4.ebuild | 637 +
 2 files changed, 640 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index f43c998..50815d2 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -22,6 +22,7 @@ DIST wine-2.7.tar.xz 19101108 BLAKE2B 
cf5ff292ada8b65498098269b5961dc8f5c412cab4
 DIST wine-2.8.tar.xz 19120740 BLAKE2B 
6d6a7eb0a30a654337ede94d358bb9d477ce5162d9b50efc8ca75e6b143b638eca916f77e120cd35e632fbdfc7cf036f67132d19db86d8d5c6340b9ac18afee5
 SHA512 
4d0b167b1e5add31ed0ed05b328d16fc13cd268285c03a9100e7ddc53864aa07f6b216a555ef0c2e51dee550e3f4abf0c7c20db2cbca177bb38e8c3e11f05b97
 DIST wine-2.9.tar.xz 19154668 BLAKE2B 
45961ad031404a4cba8733bbbfe34ac1db361a508deca45e81938b25be0ed1b59e7fa9c9619bcfecce540b0c96e57cee75c6a98a144fbff6e91fa72af55ece94
 SHA512 
6d06e511d8f338297ed0ddb7bf2ffb501f528209eaecbbee3d4e5d53db649dd5ea0aeb78bba661a9bcfda5f97e170ca10eb8fab355e229bfe7db6a5feb7ec4e8
 DIST wine-3.3.tar.xz 19891048 BLAKE2B 
be77224e7add585f6bba77f436faa8bc9da4f4416d07e2fc67e29d5f9553b03ae8cef12fcb8dee917d84bb5a1c66af16d3140b17b195f2db58464ffe86ff7d9e
 SHA512 
c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
+DIST wine-3.4.tar.xz 19932472 BLAKE2B 
8cac5d2c8b3cfb7377f8c3b0aaac6326afd1bda5a9203c9705ea473c43483475d80b23a53e40f2c17af256f523ad759525701b20ac8d600b662b34845ea9414b
 SHA512 
5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 DIST wine-d3d9-2.1.tar.gz 48385 BLAKE2B 
f9541edca520251500b63793468f802395e605baa19051355dbeaa90e0837f2c764cfacf6c651fe3e291d07bed825b72e75b8c47785d9d3eaa5312f28bd82048
 SHA512 
9234d8227412d940a6befcf79433f1d5ab0634d5e829f3771ffeea235af05be29ffc40438818b1976c77d1e2e79da8a67c4dab2b7d2e822b502fb6e4a1a7f8b7
 DIST wine-d3d9-2.10.tar.gz 48713 BLAKE2B 
e2032b1754043b5c342d213a78b5341249ead043fcaf7870b7419d415c4740d09f2a28a2b53e3125a5d88b24a03dcac91ab82e79b65d776c250e0207afdfd702
 SHA512 
808241f545e60c0546ff3918cac28e2abb6fe8496e8ade3cfa8bf81612724e827d31787d1d320cbac80b71a5d6180bcc8e51249c12c099e44637e0bb9f4875cd
@@ -45,6 +46,7 @@ DIST wine-d3d9-2.7.tar.gz 48708 BLAKE2B 
58706a3bfea6460bb684c4a1f56df1a3bf136073
 DIST wine-d3d9-2.8.tar.gz 48700 BLAKE2B 
6a8b4aea57ffb3ceec5e0841fd47dc644e32645689cbf33546d1f889f4326d4630365314221f858a5d9f4cbf4eca8479cae9dc81c951b2eb2ec19efe19d5e466
 SHA512 
bb933b51d0022ce616331f2550faedeff3058007525b4519833b925c57999ab08b08380b8967d48ad7c56458e812342428388a5eac2ed8fcdd8cfbfee74a8e8c
 DIST wine-d3d9-2.9.tar.gz 48693 BLAKE2B 
b2434f6f31d44f7300f09cbba27c9ca9e43da85e03429bd2593d232bbe2ea2afc3eab64662039c22c6e3db444218f3045376e215148da68b6631ffdc2dffb334
 SHA512 
89d06587481f7702b6884c83627a27c7b38a078e2b333bea2612a58840695211c19ab4ca02669c983580f95ae42ef114020f6b6bbb1a17d72449c0ed2212dc49
 DIST wine-d3d9-3.3.tar.gz 50729 BLAKE2B 
3f4149fcd9abd40004342547428ec3c7a7f1d15b1bd65fc12be56a15b63016adfb39a7e1f50552bc158c2af467486852d0bc8e879a8a2b171d5641580c89a12d
 SHA512 
4d112c2ae9f452d864b94230e54bbac53aff2d599de86bd479f79fe1049785294f3207fc2308c9030279217235a620f31141b0c8ea8333c75be817f6e39a809f
+DIST wine-d3d9-3.4.tar.gz 50715 BLAKE2B 
bf3bfb29bab0a4e5afbba8722532e3b3541608de0512b144711c85736d4ca13618759daba66fbbe36dcc8e32f3152ca5d41f344297b5f2163c98fe763d8b5cd7
 SHA512 
e38e5d1f5f1e980b896a0b0d2d51c59cac15c6e450d0ba5621ca7bca4df7b470857c0c2bf737273647ef44f9252a794c26b82b20b233a95277d97df93b40efd7
 DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
 DIST wine-staging-2.1.tar.gz 10101781 BLAKE2B 
6cbbc4bf2eec6416e7a9a128994dc53fbde6dd62fabdd94df6f675a395c9c7c5d22b2971d254bfb900b3f4cf727c9057c0cd912f1c256bc3b74a295386d420d5
 SHA512 
c64c48b265f0779c621a643ddbd2d12aaa548e4bff3b2b728280cdb9613214989911ee8ba5e46c7770f5f6430014a5da1c98e95d5008c1174bd14bf9ce5250db
 DIST wine-staging-2.10.tar.gz 10091114 BLAKE

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-04-30 Thread Nick Sarnie
commit: b3623c7de70bde5fc101acd5148598b09e7947e8
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue May  1 01:35:55 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue May  1 01:48:50 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b3623c7d

app-emulation/wine-any: Sync with ::gentoo

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/wine-any/metadata.xml|  2 +-
 app-emulation/wine-any/wine-any-2.0-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-2.1-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-2.10-r1.ebuild | 24 ++--
 app-emulation/wine-any/wine-any-2.11-r1.ebuild | 24 ++--
 app-emulation/wine-any/wine-any-2.12-r1.ebuild | 24 ++--
 app-emulation/wine-any/wine-any-2.13-r1.ebuild | 24 ++--
 app-emulation/wine-any/wine-any-2.14-r1.ebuild | 24 ++--
 app-emulation/wine-any/wine-any-2.15-r1.ebuild | 24 ++--
 app-emulation/wine-any/wine-any-2.16-r1.ebuild | 24 ++--
 app-emulation/wine-any/wine-any-2.17-r1.ebuild | 24 ++--
 app-emulation/wine-any/wine-any-2.18.ebuild| 24 ++--
 app-emulation/wine-any/wine-any-2.19.ebuild| 24 ++--
 app-emulation/wine-any/wine-any-2.20.ebuild| 24 ++--
 app-emulation/wine-any/wine-any-2.21.ebuild| 24 ++--
 app-emulation/wine-any/wine-any-2.3-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-2.4-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-2.5-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-2.6-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-2.7-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-2.8-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-2.9-r1.ebuild  | 24 ++--
 app-emulation/wine-any/wine-any-.ebuild| 24 ++--
 23 files changed, 45 insertions(+), 485 deletions(-)

diff --git a/app-emulation/wine-any/metadata.xml 
b/app-emulation/wine-any/metadata.xml
index 8786a15..35b3090 100644
--- a/app-emulation/wine-any/metadata.xml
+++ b/app-emulation/wine-any/metadata.xml
@@ -11,7 +11,7 @@


Only CC on bugs that involve 
USE="d3d9"
-   commendsar...@gmail.com
+   sar...@gentoo.org
Nick Sarnie



diff --git a/app-emulation/wine-any/wine-any-2.0-r1.ebuild 
b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
index bf410a0..52aa80d 100644
--- a/app-emulation/wine-any/wine-any-2.0-r1.ebuild
+++ b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
@@ -123,22 +123,6 @@ COMMON_DEPEND="
xml? (
dev-libs/libxml2[${MULTILIB_USEDEP}]
dev-libs/libxslt[${MULTILIB_USEDEP}]
-   )
-   abi_x86_32? (
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   !=sys-kernel/linux-headers-2.6
virtual/pkgconfig
virtual/yacc
-   X? (
-   x11-proto/inputproto
-   x11-proto/xextproto
-   x11-proto/xf86vidmodeproto
-   )
+   X? ( x11-base/xorg-proto )
prelink? ( sys-devel/prelink )
staging? (
dev-lang/perl
dev-perl/XML-Simple
)
-   xinerama? ( x11-proto/xineramaproto )"
+   xinerama? ( x11-base/xorg-proto )"
 
 # These use a non-standard "Wine" category, which is provided by
 # /etc/xdg/applications-merged/wine.menu

diff --git a/app-emulation/wine-any/wine-any-2.1-r1.ebuild 
b/app-emulation/wine-any/wine-any-2.1-r1.ebuild
index 761bde3..63197a4 100644
--- a/app-emulation/wine-any/wine-any-2.1-r1.ebuild
+++ b/app-emulation/wine-any/wine-any-2.1-r1.ebuild
@@ -123,22 +123,6 @@ COMMON_DEPEND="
xml? (
dev-libs/libxml2[${MULTILIB_USEDEP}]
dev-libs/libxslt[${MULTILIB_USEDEP}]
-   )
-   abi_x86_32? (
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   !=sys-kernel/linux-headers-2.6
virtual/pkgconfig
virtual/yacc
-   X? (
-   x11-proto/inputproto
-   x11-proto/xextproto
-   x11-proto/xf86vidmodeproto
-   )
+   X? ( x11-base/xorg-proto )
prelink? ( sys-devel/prelink )
staging? (
dev-lang/perl
dev-perl/XML-Simple
)
-   xinerama? ( x11-proto/xineramaproto )"
+   xinerama? ( x11-base/xorg-proto )"
 
 # These use a non-standard "Wine" category, which is provided by
 # /etc/xdg/applications-merged/wine.menu

diff --git a/app-emulation/wine-any/wine-any-2.10-r1.ebuild 
b/app-emulation/wine-any/wine-any-2.10-r1.ebuild
index 8a42d25..f27f48f 100644
--- a/app-emulation

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

2018-04-30 Thread Kent Fredric
commit: a604f4ccf4abe00a47233965f76c98d5dccead36
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue May  1 00:28:43 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue May  1 00:28:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a604f4cc

dev-perl/Math-Pari: Cleanup old re bug #613624

Closes: https://bugs.gentoo.org/613624
Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/Math-Pari/Manifest|  1 -
 dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/dev-perl/Math-Pari/Manifest b/dev-perl/Math-Pari/Manifest
index 2f15d1d520e..408e6c567e8 100644
--- a/dev-perl/Math-Pari/Manifest
+++ b/dev-perl/Math-Pari/Manifest
@@ -1,3 +1,2 @@
-DIST Math-Pari-2.01080605.tar.gz 122627 BLAKE2B 
867839722c578fc5731745975b3f9a3ba48f94d0d8364a6d6e4d62f9f87f25f782296a60778b628b771db9a01ef050c822b62fb57fbe7f5725aae597c7d18d55
 SHA512 
a92ff01afce8d52c5d7c4fec1a5759b5d7b786c8f359348ac8f4e7fc95be9338b990879d4d89598dc5333f79c53a92e54f6756d0e6c9a0e9e72a4dfd15b0b263
 DIST Math-Pari-2.01080900.zip 166396 BLAKE2B 
e4327d817cadc752e3471df873b1a4f2fe90efc18a9cbf195c6aa394f470fde9c1c32449b8e5237b5ee362ca0497e7295dc9c8dea7f41de8da17518a0573a768
 SHA512 
844324472632081e16d8c70e2f3b14a04cc125dc65ac1e4e75b495f7b83393cadc637c6b81d2e6657380b153a6d91eba4a437087481ffbd4c6c58c5da0e4d05b
 DIST pari-2.3.5.tar.gz 2018097 BLAKE2B 
b5f4f8bc83cd77aceab791263e1a2f0294d0663d354fea454bad8cac3cdbac9c4c8381cc83bc947d518522701c36e94ce1d6862125a9bfd3b17b1a31c9baabc8
 SHA512 
0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca

diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild 
b/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild
deleted file mode 100644
index 328bce2c350..000
--- a/dev-perl/Math-Pari/Math-Pari-2.10.806.50-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ILYAZ
-MODULE_SECTION=modules
-MODULE_VERSION=2.01080605
-inherit perl-module toolchain-funcs
-
-PARI_VER=2.3.5
-
-DESCRIPTION="Perl interface to PARI"
-SRC_URI="${SRC_URI}
-   http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz";
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
-IUSE=""
-
-# Math::Pari requires that a copy of the pari source in a parallel
-# directory to where you build it. It does not need to compile it, but
-# it does need to be the same version as is installed, hence the hard
-# DEPEND below
-
-S_PARI=${WORKDIR}/pari-${PARI_VER}
-SRC_TEST=do
-
-src_prepare() {
-   # On 64-bit hardware, these files are needed in both the 64/ and 32/
-   # directories for the testsuite to pass.
-   cd "${S_PARI}"/src/test/
-   for t in analyz compat ellglobalred elliptic galois graph intnum kernel 
\
-   linear nfields number objets ploth polyser program qfbsolve 
rfrac \
-   round4 stark sumiter trans ; do
-   i="in/${t}"
-   o32="32/${t}"
-   o64="64/${t}"
-   [ -f "$i" -a ! -f "$o32" ] && cp -al "$i" "$o32"
-   [ -f "$i" -a ! -f "$o64" ] && cp -al "$i" "$o64"
-   done
-   perl-module_src_prepare
-}
-
-src_configure() {
-   # Unfortunately the assembly routines math-pari has for SPARC do not 
appear
-   # to be working at current.  Perl cannot test math-pari or anything that
-   # pulls in the math-pari module as DynaLoader cannot load the resulting
-   # .so files math-pari generates.  As such, we have to use the generic
-   # non-machine specific assembly methods here.
-   use sparc && myconf="${myconf} machine=none"
-
-   perl-module_src_configure
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}



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

2018-04-30 Thread Kent Fredric
commit: d5bfd441b8171a2250db7a5d77eef5baec185d30
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue May  1 00:21:51 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue May  1 00:21:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bfd441

dev-perl/Net-Daemon: Cleanup old re bug #633722

Closes: https://bugs.gentoo.org/633722
Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
deleted file mode 100644
index 0973575e06d..000
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MNOONING
-MODULE_VERSION=0.48
-inherit perl-module
-
-DESCRIPTION="Abstract base class for portable servers"
-
-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-SRC_TEST="broken"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/files/, dev-perl/Net-SSLeay/

2018-04-30 Thread Kent Fredric
commit: e03a06c1bdc974e0a7cfff6cef74a05745f73395
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue May  1 00:15:36 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue May  1 00:17:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03a06c1

dev-perl/Net-SSLeay: Cleanup old re bug #614462

Closes: https://bugs.gentoo.org/614462
Closes: https://bugs.gentoo.org/630390
Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/Net-SSLeay/Manifest   |  1 -
 dev-perl/Net-SSLeay/Net-SSLeay-1.810.0.ebuild  | 56 --
 .../Net-SSLeay/files/1.72-config-nettest-no.patch  | 20 
 .../Net-SSLeay/files/1.72-config-nettest-yes.patch | 20 
 4 files changed, 97 deletions(-)

diff --git a/dev-perl/Net-SSLeay/Manifest b/dev-perl/Net-SSLeay/Manifest
index 76a6996f48c..45ff273e456 100644
--- a/dev-perl/Net-SSLeay/Manifest
+++ b/dev-perl/Net-SSLeay/Manifest
@@ -1,2 +1 @@
-DIST Net-SSLeay-1.81.tar.gz 396631 BLAKE2B 
dfd0f14bbeb3196009d7e597c0c933dbe9cb7f9d4591ae62adc94a94d1b67d6e108992c7053defcea9b0c6dad90be3b26c1d53cea9e87a09016964d09fe2c5bd
 SHA512 
8d4b72ede74ea22cf2ed681a8441f40965331cd5d4442c19677cf5bc7c1e61ed1e50d0f3a4f1b272428485bcc132ec99b0c75344ca43e8a34a9dd15539719f55
 DIST Net-SSLeay-1.82.tar.gz 399194 BLAKE2B 
0c8aeb3085b102b71284266904ee88a8558070644aaa6dd0c5f78db0bfccb0e7456c8ba62a549d7ab245a02ddc7e856bc326d503f63268ee0761290e41b97e4d
 SHA512 
758c41f4916a55b5085167e5c6a2732a5ee70dbeb8f42e791cd957957ba4a59f724c072d3fa50a6b42ae3b22cf3ecb8738c3f8963990a7030117b73c2dcc0716

diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.810.0.ebuild 
b/dev-perl/Net-SSLeay/Net-SSLeay-1.810.0.ebuild
deleted file mode 100644
index bb4652597fb..000
--- a/dev-perl/Net-SSLeay/Net-SSLeay-1.810.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MIKEM
-DIST_VERSION=1.81
-DIST_EXAMPLES=("examples/*")
-inherit multilib perl-module
-
-DESCRIPTION="Perl extension for using OpenSSL"
-
-LICENSE="openssl"
-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"
-IUSE="libressl test minimal examples"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   virtual/perl-MIME-Base64
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   !minimal? (
-   dev-perl/Test-Exception
-   dev-perl/Test-Warn
-   dev-perl/Test-NoWarnings
-   )
-   virtual/perl-Test-Simple
-   )
-"
-export OPTIMIZE="$CFLAGS"
-export OPENSSL_PREFIX=${EPREFIX}/usr
-
-src_prepare() {
-   sed -i \
-   -e "/\$opts->{optimize} = '-O2 -g';/d" \
-   -e "s,\"\$prefix/lib\",\"\$prefix/$(get_libdir)\"," \
-   inc/Module/Install/PRIVATE/Net/SSLeay.pm || die
-
-   local my_test_control
-   my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
-
-   if use test; then
-   perl_rm_files 't/local/01_pod.t' 't/local/02_pod_coverage.t' 
't/local/kwalitee.t'
-   fi
-   if use test && has network ${my_test_control} ; then
-   eapply "${FILESDIR}/1.72-config-nettest-yes.patch"
-   else
-   eapply "${FILESDIR}/1.72-config-nettest-no.patch"
-   fi
-
-   perl-module_src_prepare
-}

diff --git a/dev-perl/Net-SSLeay/files/1.72-config-nettest-no.patch 
b/dev-perl/Net-SSLeay/files/1.72-config-nettest-no.patch
deleted file mode 100644
index 0090bfd83a0..000
--- a/dev-perl/Net-SSLeay/files/1.72-config-nettest-no.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Naur Net-SSLeay-1.72/inc/Module/Install/PRIVATE/Net/SSLeay.pm 
Net-SSLeay-1.72b/inc/Module/Install/PRIVATE/Net/SSLeay.pm
 Net-SSLeay-1.72/inc/Module/Install/PRIVATE/Net/SSLeay.pm   2015-08-02 
05:54:14.0 +
-+++ Net-SSLeay-1.72b/inc/Module/Install/PRIVATE/Net/SSLeay.pm  2016-03-04 
23:29:36.997983312 +
-@@ -47,15 +47,7 @@
- LIBS => join(' ', (map {"-L$_"} @{$opts->{lib_paths}}), (map {"-l$_"} 
@{$opts->{lib_links}})),
- );
- 
--if ( $self->prompt(
--"Do you want to run external tests?\n".
--"These tests *will* *fail* if you do not have network 
connectivity.",
--'n',
--) =~ /^y/i ) {
--$self->tests('t/*/*.t t/*/*/*.t');
--} else {
--$self->tests('t/local/*.t t/handle/local/*.t');
--}
-+$self->tests('t/local/*.t t/handle/local/*.t');
- }
- 
- sub ssleay_get_build_opts {

diff --git a/dev-perl/Net-SSLeay/files/1.72-config-nettest-yes.patch 
b/dev-perl/Net-SSLeay/files/1.72-config-nettest-yes.patch
deleted file mod

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

2018-04-30 Thread Anthony G. Basile
commit: ae1fee04fdc4e0304ca42883b6f077556e69d633
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Apr 30 23:50:05 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Apr 30 23:50:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1fee04

dev-libs/libressl: stable on ppc/ppc64, bug #651564

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-libs/libressl/libressl-2.6.4.ebuild 
b/dev-libs/libressl/libressl-2.6.4.ebuild
index d8f2130d4b1..faa38895b6c 100644
--- a/dev-libs/libressl/libressl-2.6.4.ebuild
+++ b/dev-libs/libressl/libressl-2.6.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="ISC openssl"
 # we'll try to use the max of either.  However, if either change between
 # versions, we have to change the subslot to trigger rebuild of consumers.
 SLOT="0/44"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="+asm static-libs test"
 REQUIRED_USE="test? ( static-libs )"
 



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

2018-04-30 Thread Brian Evans
commit: 055e9a9f6e79f7a3f6fb79204c9b9fbcf3e9bd91
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 30 23:37:31 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 30 23:37:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055e9a9f

dev-db/mariadb: Remove test disable as it now passes 10.3.6

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-db/mariadb/mariadb-10.3.6_rc.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.3.6_rc.ebuild 
b/dev-db/mariadb/mariadb-10.3.6_rc.ebuild
index 69e85dea476..420372960c2 100644
--- a/dev-db/mariadb/mariadb-10.3.6_rc.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.6_rc.ebuild
@@ -712,8 +712,6 @@ src_test() {
_disable_test main.plugin_auth "Needs client libraries built"
fi
 
-   _disable_test main.mysql "Bogus error text mismatch failure"
-
# run mysql-test tests
perl mysql-test-run.pl --force --vardir="${T}/var-tests" --reorder 
--skip-test=tokudb --skip-test-list="${T}/disabled.def"
retstatus_tests=$?



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

2018-04-30 Thread Mike Gilbert
commit: ba6e7372f34d1760309b03615ad069fda5d916a7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Apr 30 23:26:26 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Apr 30 23:26:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6e7372

www-client/chromium: dev channel bump (68.0.3409.2)

Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116

 www-client/chromium/Manifest   |   1 +
 www-client/chromium/chromium-68.0.3409.2.ebuild| 697 +
 .../chromium/files/chromium-compiler-r1.patch  | 174 +
 .../chromium/files/chromium-gn-bootstrap-r23.patch |  56 ++
 4 files changed, 928 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 5e4c84f9ee3..8552eecaf51 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -3,3 +3,4 @@ DIST chromium-66.0.3359.117.tar.xz 583947452 BLAKE2B 
b9e860f0f966ec9aaa2ab5627bb
 DIST chromium-66.0.3359.139.tar.xz 583978636 BLAKE2B 
0727ba9f87a738b691b2120dee7f45f7b16b234e871988b1257f01589a6a5ec2cd2470e8d95fc3087be2ab140f71afce63c7fccc851e87a932f69326966c3303
 SHA512 
9fe78fb6970fc5a3455e6545a4869d3a73075329ccd26719f503fd9bbfbdd6aec4f3db4cc748e8f12abb81adb318b8f8b42c7ab5c289a1f698536e81b7d2f14f
 DIST chromium-67.0.3377.1.tar.xz 585310180 BLAKE2B 
9e543ad2796c617e9c6237a938600ddd4fd7f7245f78e7aec25e2160ed8ab128e70c97d5a7d70021fd7b79707ceaf1e5e0a836e25474ad5e2999bc1f6b7e43b1
 SHA512 
e0e5c092895d676551ad75cf18595a641676cde0a6a414180a7e23046cb47fe61256634ac50fa6b3f05153a75125e88417bada12f662ee3fa71aad3ba7cf7684
 DIST chromium-67.0.3396.18.tar.xz 589707412 BLAKE2B 
925d258b388b9c28c64db8a423139d52ff4bada2a3971c1c3735e8caf9c9f6991e44153ae57650285f76f5b185046259d6305abaa2bf6ed9ff00c87a91162da2
 SHA512 
38e19697d4386fc0497312f2dd408f0e950fabb58f78572509caa68cbdbc7f5c5e54bb945c1afe17c64ef5180711759735d5cacb61fb8847b4fe3ac1a4485066
+DIST chromium-68.0.3409.2.tar.xz 595647380 BLAKE2B 
3f3ebb7de759ae92b8feca74a931c10c4bdf4f75a0a7aeb2f56b59e635e1f03becccdf2b26d306e5753d9379eadede6ef50ec4e44338a3a6bdfb960b74003770
 SHA512 
2ce35251392570bcfe0cc02813bf6cee1761b2227888a135491828bfdfa9eafa4538e8fb981165503f901eecbf91cc8ce17cebab1681c63a43f0625dae7a2dd8

diff --git a/www-client/chromium/chromium-68.0.3409.2.ebuild 
b/www-client/chromium/chromium-68.0.3409.2.ebuild
new file mode 100644
index 000..58724a4a0e6
--- /dev/null
+++ b/www-client/chromium/chromium-68.0.3409.2.ebuild
@@ -0,0 +1,697 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB 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 check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/";
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+COMMON_DEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/atk
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-59:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.05.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-1.6.0:=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-3:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   !=net-fs/samba-4.5.12
+   media-libs/opus:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   x11-libs/l

[gentoo-commits] proj/pms: Tag deleted: eapi-7-approved-20180430

2018-04-30 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Apr 30 23:23:45 2018 +

Tag deleted: eapi-7-approved-20180430




[gentoo-commits] proj/pms: Tag deleted: eapi-7-approved-20180430

2018-04-30 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Apr 30 23:23:15 2018 +

Tag deleted: eapi-7-approved-20180430




[gentoo-commits] proj/pms: New tag: eapi-7-approved-2018-04-30

2018-04-30 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Apr 30 23:23:23 2018 +

New tag: eapi-7-approved-2018-04-30




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

2018-04-30 Thread Aaron Bauman
commit: d130de22d462c0d7f4faa6a5bd972d0322dfd799
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr 30 22:46:30 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr 30 22:46:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d130de22

mail-client/roundcube: stable ALLARCH

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 mail-client/roundcube/roundcube-1.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/roundcube/roundcube-1.3.6.ebuild 
b/mail-client/roundcube/roundcube-1.3.6.ebuild
index 58391a85615..1c2eadee9c8 100644
--- a/mail-client/roundcube/roundcube-1.3.6.ebuild
+++ b/mail-client/roundcube/roundcube-1.3.6.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl
 # roundcube is GPL-licensed, the rest of the licenses here are
 # for bundled PEAR components, googiespell and utf8.class.php
 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm ppc ppc64 ~sparc x86"
 
 IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
 REQUIRED_USE="|| ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: app-doc/pms/

2018-04-30 Thread Ulrich Müller
commit: 4207486999769860d1cfe63b85fa972360dc66c0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Apr 30 22:37:59 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Apr 30 22:38:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42074869

app-doc/pms: Version bump.

EAPI 7 has been approved by the Gentoo Council in bug 654262.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-doc/pms/Manifest   |  2 ++
 app-doc/pms/pms-7_p20180430.ebuild | 51 ++
 2 files changed, 53 insertions(+)

diff --git a/app-doc/pms/Manifest b/app-doc/pms/Manifest
index 6f325246152..e73a5d2e289 100644
--- a/app-doc/pms/Manifest
+++ b/app-doc/pms/Manifest
@@ -2,3 +2,5 @@ DIST pms-5-prebuilt.tar.xz 540244 BLAKE2B 
06fbfd4cbf9968fbe19d1960687f226c87b2a1
 DIST pms-5.tar.xz 50284 BLAKE2B 
ecf3c34d79aa1439e0f0f4bca540b673440db04a7f533f103f5956f6a27e994ee42836ae2871c11fadf9230e2b5973d3d1db9e17167f886a6c929e533ece4d45
 SHA512 
560bdda40d4d1628e97b65bb354c349e3ac52edd1e337427adb0db61e99b40d214459a5046f4b505edfabc3914e2d585ef0453b13057a25fe138b8a5ebd6292e
 DIST pms-6_p20170429-prebuilt.tar.xz 514544 BLAKE2B 
34f5dc9a65c9a0bcc8b6ea7c9c1e65e1fb9480b6b147f17880242aeb11e44641d4b5d59cd1ee179e3c51102af2075e28445dc8ea5cda1211d483c37007a60407
 SHA512 
92fd048c9e1fdf3d326d906c9d68e08bb9dae5b784117d112f24bb4131aef3f8e843cf096157e0c4eaed0d2d48e7e3bfc060ea205b04c9da0e8cbcc94b74619d
 DIST pms-6_p20170429.tar.xz 53584 BLAKE2B 
3c9b7445fdd7c0a0ed2b5b6f29dd645090f0fda63f864b536e88ed5d2e0cf27bfd621da1480a576d999b1ad0b80b19ac011a5a984e8b6d24c8f7db7f68aeaa75
 SHA512 
b4d5eb85d1823d2c80348aa82686fcbf0ba06b19de046b722d0318e846ba6d9bbd0c810b6fe06e7d4eafd8933a1b1d2d04b041fcc35fd2496feca9c987323a5b
+DIST pms-7_p20180430-prebuilt.tar.xz 593500 BLAKE2B 
e59882b215492424b351242f31b90cc3aa457f7e4630c5b15fe8bc18fd8722764371868f3a44bd7226f4d00c5a8d9c12829d934cda715e575b4c949631c4ad02
 SHA512 
e27527e4ea1fa16f7c069267bec136521e7be621bd49701920d11e79e4a5645ca8da06aa41c4adaa1813c0f4abce8248e4274d7ec0ae04f6a8479107b0578c4f
+DIST pms-7_p20180430.tar.xz 60072 BLAKE2B 
58afb1759c84ae86a1dd69aa04a6e8b799fd0cc1e1877cf1f6224f5b1bdbdfcdeaadcabbd9c37c263d62cb24b4164056a88d3524031d1704b059c376d5572101
 SHA512 
9bb64de842e0aa8f1a6488d12fffba76bfd190e53523e9261161467b30f001f20cddf593cd32e75ace4af309476eb7eb695d7ae9b54a5915237094110a47

diff --git a/app-doc/pms/pms-7_p20180430.ebuild 
b/app-doc/pms/pms-7_p20180430.ebuild
new file mode 100644
index 000..76f3caad5f5
--- /dev/null
+++ b/app-doc/pms/pms-7_p20180430.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Gentoo Package Manager Specification"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification";
+SRC_URI="!binary? ( https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz )
+   binary? ( https://dev.gentoo.org/~ulm/distfiles/${P}-prebuilt.tar.xz )"
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~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 ~x86-winnt"
+IUSE="binary html"
+
+# texlive-bibtexextra: plainurl.bst
+# texlive-latexextra: chngcntr, isodate, marginnote, paralist, tocbibind
+# texlive-mathscience: algorithm, algorithmic
+# leaflet used by eapi-cheatsheet
+DEPEND="!binary? (
+   dev-tex/leaflet
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsrecommended
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-latexrecommended
+   dev-texlive/texlive-mathscience
+   html? (
+   app-text/recode
+   >=dev-tex/tex4ht-20090611_p1038-r5
+   )
+   )"
+RDEPEND=""
+
+src_compile() {
+   if ! use binary; then
+   # just in case; we shouldn't be generating any fonts
+   export VARTEXFONTS="${T}/fonts"
+   emake
+   use html && emake html
+   fi
+}
+
+src_install() {
+   dodoc pms.pdf eapi-cheatsheet.pdf
+   if use html; then
+   docinto html
+   dodoc *.html pms.css
+   dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
+   fi
+}



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

2018-04-30 Thread Nick Sarnie
commit: 635b139252feb80a85cb08d044cfd56435a298b4
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Apr 30 22:29:27 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Apr 30 22:30:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635b1392

app-emulation/winetricks: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/winetricks/Manifest  |  1 -
 .../winetricks/winetricks-20171222.ebuild  | 96 --
 2 files changed, 97 deletions(-)

diff --git a/app-emulation/winetricks/Manifest 
b/app-emulation/winetricks/Manifest
index 72face19b4f..4d6213b747c 100644
--- a/app-emulation/winetricks/Manifest
+++ b/app-emulation/winetricks/Manifest
@@ -1,4 +1,3 @@
 DIST winetricks-20170823.tar.gz 639027 BLAKE2B 
ce0de22ff3363bd6fd675d07ea235ed5fb03ea7a84b3242329c094d6a9190c61813a1f360e74ece49d43d2dbf48dbbb1e94c4febc6e1a0d84cf1df895b0be6f9
 SHA512 
edc805be1a1c4fa64ae16b14fdd46786e259b88a0cde7afdf24bf934fa79f4acf3d9e599727fa589f155ec265569953b9e419cda79d54057157cbb1510261e3a
-DIST winetricks-20171222.tar.gz 645227 BLAKE2B 
b3d798071593851eb7293270ab40438f114576c58e9c4df2ec685192a1eb1b2f8fbbb9d71a7575472575d56941a6fdeb1b7b2c33e87e0e40885ba8489764c392
 SHA512 
fcee2dcac4c68a2c8f61995146d83a81ee85364e400ceadfed1ae1a6f49ea389a6d044fc9ae2324dbbaf93ec3eb616ab167ed880b1a583e89708cf66fb8c5965
 DIST winetricks-20180217.tar.gz 646726 BLAKE2B 
3cde3ca1cd7c74946732c530a49ca532975e037bc2907e88239b4697b3828dfcde3ce250d95e6c03ca36cc36b4e00cd545b0f6b63f984722a737674aff808e27
 SHA512 
3f90ef3381d89c0dac8c4b7acea04d71fe898207c534d4fe00c3db4e5c2e18db90602b78672e8ecf6f754206a999465ba5d8f1f5962e0291386badfc8202cd73
 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 BLAKE2B 
54a4502f6e8ef15d21b02c43e3ce599e32d476c2559246064de14cc4ce2243ff11dde681d24c8a7f4913c3d7a10b855bda47e8fb8ecad31e00d839705416be6f
 SHA512 
59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a

diff --git a/app-emulation/winetricks/winetricks-20171222.ebuild 
b/app-emulation/winetricks/winetricks-20171222.ebuild
deleted file mode 100644
index 58d2e71829b..000
--- a/app-emulation/winetricks/winetricks-20171222.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils eutils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git";
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-wtg=winetricks-gentoo-2012.11.24
-
-SRC_URI="${SRC_URI}
-   gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )
-   kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 
)"
-
-DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine"
-HOMEPAGE="https://github.com/Winetricks/winetricks 
https://wiki.winehq.org/Winetricks";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="gtk kde rar test"
-
-DEPEND="test? (
-   dev-python/bashate
-   dev-util/checkbashisms
-   dev-util/shellcheck
-   )"
-
-RDEPEND="app-arch/cabextract
-   app-arch/p7zip
-   app-arch/unzip
-   net-misc/wget
-   virtual/wine
-   x11-misc/xdg-utils
-   gtk? ( gnome-extra/zenity )
-   kde? ( kde-apps/kdialog )
-   rar? ( app-arch/unrar )"
-
-# Test targets include syntax checks only, not the "heavy duty" tests
-# that would require a lot of disk space, as well as network access.
-
-# This uses a non-standard "Wine" category, which is provided by
-# '/etc/xdg/menus/applications-merged/wine.menu' from the
-# 'app-emulation/wine-desktop-common' package.
-# https://bugs.gentoo.org/451552
-QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop"
-
-src_unpack() {
-   if [[ ${PV} == "" ]] ; then
-   git-r3_src_unpack
-   if use gtk || use kde; then
-   unpack ${wtg}.tar.bz2
-   fi
-   else
-   default
-   fi
-}
-
-src_test() {
-   ./tests/shell-checks || die "Test(s) failed."
-}
-
-src_install() {
-   default
-   if use gtk || use kde; then
-   cd "${WORKDIR}/${wtg}" || die
-   domenu winetricks.desktop
-   insinto /usr/share/icons/hicolor/scalable/apps
-   doins wine-winetricks.svg
-   fi
-}
-
-pkg_preinst() {
-   if use gtk || use kde; then
-   gnome2_icon_savelist
-   fi
-}
-
-pkg_postinst() {
-   if use gtk || use kde; then
-   gnome2_icon_cache_update
-   fi
-}
-
-pkg_postrm() {
-   if use gtk || use kde; then
-   gnome2_icon_cache_update
-   fi
-}



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

2018-04-30 Thread Nick Sarnie
commit: a8a3fb81506cbc9d7adbc47c72f36ca224436c9f
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Apr 30 22:28:27 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Apr 30 22:30:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a3fb81

app-emulation/winetricks: Sync with ::wine

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/winetricks/Manifest  |  1 +
 .../winetricks/winetricks-20180217.ebuild  | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/app-emulation/winetricks/Manifest 
b/app-emulation/winetricks/Manifest
index 2c9216f39b2..72face19b4f 100644
--- a/app-emulation/winetricks/Manifest
+++ b/app-emulation/winetricks/Manifest
@@ -1,3 +1,4 @@
 DIST winetricks-20170823.tar.gz 639027 BLAKE2B 
ce0de22ff3363bd6fd675d07ea235ed5fb03ea7a84b3242329c094d6a9190c61813a1f360e74ece49d43d2dbf48dbbb1e94c4febc6e1a0d84cf1df895b0be6f9
 SHA512 
edc805be1a1c4fa64ae16b14fdd46786e259b88a0cde7afdf24bf934fa79f4acf3d9e599727fa589f155ec265569953b9e419cda79d54057157cbb1510261e3a
 DIST winetricks-20171222.tar.gz 645227 BLAKE2B 
b3d798071593851eb7293270ab40438f114576c58e9c4df2ec685192a1eb1b2f8fbbb9d71a7575472575d56941a6fdeb1b7b2c33e87e0e40885ba8489764c392
 SHA512 
fcee2dcac4c68a2c8f61995146d83a81ee85364e400ceadfed1ae1a6f49ea389a6d044fc9ae2324dbbaf93ec3eb616ab167ed880b1a583e89708cf66fb8c5965
+DIST winetricks-20180217.tar.gz 646726 BLAKE2B 
3cde3ca1cd7c74946732c530a49ca532975e037bc2907e88239b4697b3828dfcde3ce250d95e6c03ca36cc36b4e00cd545b0f6b63f984722a737674aff808e27
 SHA512 
3f90ef3381d89c0dac8c4b7acea04d71fe898207c534d4fe00c3db4e5c2e18db90602b78672e8ecf6f754206a999465ba5d8f1f5962e0291386badfc8202cd73
 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 BLAKE2B 
54a4502f6e8ef15d21b02c43e3ce599e32d476c2559246064de14cc4ce2243ff11dde681d24c8a7f4913c3d7a10b855bda47e8fb8ecad31e00d839705416be6f
 SHA512 
59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a

diff --git a/app-emulation/winetricks/winetricks-20180217.ebuild 
b/app-emulation/winetricks/winetricks-20180217.ebuild
new file mode 100644
index 000..58d2e71829b
--- /dev/null
+++ b/app-emulation/winetricks/winetricks-20180217.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git";
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+wtg=winetricks-gentoo-2012.11.24
+
+SRC_URI="${SRC_URI}
+   gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )
+   kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 
)"
+
+DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine"
+HOMEPAGE="https://github.com/Winetricks/winetricks 
https://wiki.winehq.org/Winetricks";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="gtk kde rar test"
+
+DEPEND="test? (
+   dev-python/bashate
+   dev-util/checkbashisms
+   dev-util/shellcheck
+   )"
+
+RDEPEND="app-arch/cabextract
+   app-arch/p7zip
+   app-arch/unzip
+   net-misc/wget
+   virtual/wine
+   x11-misc/xdg-utils
+   gtk? ( gnome-extra/zenity )
+   kde? ( kde-apps/kdialog )
+   rar? ( app-arch/unrar )"
+
+# Test targets include syntax checks only, not the "heavy duty" tests
+# that would require a lot of disk space, as well as network access.
+
+# This uses a non-standard "Wine" category, which is provided by
+# '/etc/xdg/menus/applications-merged/wine.menu' from the
+# 'app-emulation/wine-desktop-common' package.
+# https://bugs.gentoo.org/451552
+QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop"
+
+src_unpack() {
+   if [[ ${PV} == "" ]] ; then
+   git-r3_src_unpack
+   if use gtk || use kde; then
+   unpack ${wtg}.tar.bz2
+   fi
+   else
+   default
+   fi
+}
+
+src_test() {
+   ./tests/shell-checks || die "Test(s) failed."
+}
+
+src_install() {
+   default
+   if use gtk || use kde; then
+   cd "${WORKDIR}/${wtg}" || die
+   domenu winetricks.desktop
+   insinto /usr/share/icons/hicolor/scalable/apps
+   doins wine-winetricks.svg
+   fi
+}
+
+pkg_preinst() {
+   if use gtk || use kde; then
+   gnome2_icon_savelist
+   fi
+}
+
+pkg_postinst() {
+   if use gtk || use kde; then
+   gnome2_icon_cache_update
+   fi
+}
+
+pkg_postrm() {
+   if use gtk || use kde; then
+   gnome2_icon_cache_update
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/, media-video/makemkv/files/

2018-04-30 Thread James Le Cuirot
commit: 97fd48ee1056584a50eecf2cd9e495f6e3c46e8b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Apr 30 22:29:29 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Apr 30 22:29:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fd48ee

media-video/makemkv: Bump to 1.12.2, remove old 1.12.0

The wget patch was merged upstream and the mmdtsdec binary has gone.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-video/makemkv/Manifest   |  4 +--
 media-video/makemkv/files/makemkv-wget.patch   | 29 --
 ...makemkv-1.12.0.ebuild => makemkv-1.12.2.ebuild} | 15 ---
 3 files changed, 7 insertions(+), 41 deletions(-)

diff --git a/media-video/makemkv/Manifest b/media-video/makemkv/Manifest
index b6bf42aa119..234d2b5ca36 100644
--- a/media-video/makemkv/Manifest
+++ b/media-video/makemkv/Manifest
@@ -1,2 +1,2 @@
-DIST makemkv-bin-1.12.0.tar.gz 9157789 BLAKE2B 
5534250c6d217824de4f0eac9b17f1e61e24a82e40d01b42c3df856be24b0d5f9421e52433840b50e9dc4134fab09bfb8fd2c0e3e45fac1afd2fa8026d299ce4
 SHA512 
039a60308b90434c9aa39a18c03078cd67c8f5594ea20578dcc2c2eb75fbf2bc1918f976cb35b97c977c3380cbef27c5cb819593276343b6357cd0b384ac6c22
-DIST makemkv-oss-1.12.0.tar.gz 4572233 BLAKE2B 
1eb14296180e4c2e13dab12414c5a7087069b43d19ef93a0ece0824d5187069fd78be750712f3fd76da2393d2717ced1fe5e26abfe3879bb6465a0bfeea275be
 SHA512 
36c6f1e447081e2bd003fb75e6b70eaac4c6ed5ea2b39615bf81599664c66631c3ae84dcb04448ac8877724fdc4112b351af8c16aa3d1463ce8a7ac871524469
+DIST makemkv-bin-1.12.2.tar.gz 9137254 BLAKE2B 
9dbb6ff446f76bd119fdad65a97b983badeee17f78b59d79a4cb55f22d1bff443493ddbc1be77686906e324c6dbd3c93b851b0944238e97fc29bc4503c85ef07
 SHA512 
25b6be8dcea8aa521f2cf4b4ebac1a7a29ed1de603c5c14ee50f94fbf6a2968bf94116ba2dc39129334fb62497966d01032da4b276563c2e819a5f62f93d4d94
+DIST makemkv-oss-1.12.2.tar.gz 4379033 BLAKE2B 
24da56b6b3c356dd41d7a6f0449258c0b45cfb8f4882f130fb934911c5c42c080294f4e6445e949f840c372079f143a9b4c920e7f79ed71e553b8486bcc778b4
 SHA512 
d418dbb14b55bc69937d2265220b3df9dd4baf7d083ba94ff51ed5d9eb2e65c0c4dd2527076dfdcc539ccde7da24dcba94e471bef47998921f0d154330dc2980

diff --git a/media-video/makemkv/files/makemkv-wget.patch 
b/media-video/makemkv/files/makemkv-wget.patch
deleted file mode 100644
index 01398469ae6..000
--- a/media-video/makemkv/files/makemkv-wget.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://www.makemkv.com/forum2/viewtopic.php?f=3&t=15885
-
-diff -Naur a/libabi/src/httplinux.cpp b/libabi/src/httplinux.cpp
 a/libabi/src/httplinux.cpp 2017-03-26 16:33:04.0 +0100
-+++ b/libabi/src/httplinux.cpp 2017-03-26 20:31:04.630357491 +0100
-@@ -29,8 +29,8 @@
- int HTTP_Download(const char* Url,const char* Agent,void* Buffer,uint32_t* 
Size)
- {
- int pipe_fd[2],err;
--char*   argv[10];
--charargv0[16],argv1[4],argv2[4],argv3[4],argv4[4],argv5[4],argv6[4];
-+char*   argv[12];
-+char
argv0[16],argv1[4],argv2[4],argv3[4],argv4[4],argv5[4],argv6[4],argv8[4],argv9[16];
- char*lagent,*lurl;
- ssize_t rd;
- 
-@@ -53,8 +53,10 @@
- strcpy(argv5,"20"); argv[5]=argv5;
- strcpy(argv6,"-U"); argv[6]=argv6;
- argv[7]=lagent;
--argv[8]=lurl;
--argv[9]=NULL;
-+strcpy(argv8,"-o"); argv[8]=argv8;
-+strcpy(argv9,"/dev/null"); argv[9]=argv9;
-+argv[10]=lurl;
-+argv[11]=NULL;
- 
- err = SYS_posix_launch(argv,0,pipe_fd[1],0,SYS_posix_envp());
- 

diff --git a/media-video/makemkv/makemkv-1.12.0.ebuild 
b/media-video/makemkv/makemkv-1.12.2.ebuild
similarity index 90%
rename from media-video/makemkv/makemkv-1.12.0.ebuild
rename to media-video/makemkv/makemkv-1.12.2.ebuild
index 530e22a417b..bcc7cf5092e 100644
--- a/media-video/makemkv/makemkv-1.12.0.ebuild
+++ b/media-video/makemkv/makemkv-1.12.2.ebuild
@@ -16,12 +16,12 @@ SRC_URI="http://www.makemkv.com/download/${MY_P}.tar.gz
 LICENSE="LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE="+gui libav multilib"
+IUSE="+gui libav"
 
 QA_PREBUILT="usr/bin/makemkvcon usr/bin/mmdtsdec"
 
 DEPEND="
-   sys-libs/glibc[multilib?]
+   sys-libs/glibc
dev-libs/expat
dev-libs/openssl:0[-bindist(-)]
sys-libs/zlib
@@ -39,7 +39,7 @@ RDEPEND="${DEPEND}
 
 CONFIG_CHECK="~CHR_DEV_SG"
 S="${WORKDIR}/${MY_P}"
-PATCHES=( "${FILESDIR}"/${PN}-{wget,path}.patch )
+PATCHES=( "${FILESDIR}"/${PN}-path.patch )
 
 src_configure() {
# See bug #439380.
@@ -66,13 +66,8 @@ src_install() {
 
cd "${WORKDIR}"/${MY_PB} || die
 
-   # install prebuilt bins
-   if use x86; then
-   dobin bin/i386/{makemkvcon,mmdtsdec}
-   elif use amd64; then
-   dobin bin/amd64/makemkvcon
-   use multilib && dobin bin/i386/mmdtsdec
-   fi
+   # install prebuilt bin
+   dobin bin/$(usex x86 i386 ${ARCH})/makemkvcon
 
# install profiles and locales
insinto /usr/share/MakeMKV



[gentoo-commits] proj/pms: New tag: eapi-7-approved-20180430

2018-04-30 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Apr 30 22:18:36 2018 +

New tag: eapi-7-approved-20180430




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

2018-04-30 Thread Ulrich Müller
commit: 78bf8ab7f65b63c91515fd8e69c9de4a2979467e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Apr 30 22:13:12 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Apr 30 22:13:12 2018 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=78bf8ab7

Merge branch 'eapi-7'

 commands.tex  |  15 +-
 dependencies.tex  |  96 +---
 eapi-cheatsheet.tex   | 322 +++-
 eapi-differences.tex  | 239 ++
 eapis.tex |   7 +-
 ebuild-env-vars.tex   | 150 ++-
 ebuild-format.tex |   4 +-
 ebuild-functions.tex  |  36 ++---
 ebuild-vars.tex   |  19 +--
 eclasses.tex  |  10 +-
 introduction.tex  |   7 +-
 merge.tex |   4 +-
 metadata-cache.tex|   3 +-
 pkg-mgr-commands.tex  | 402 --
 pms.tex   |   4 +-
 profile-variables.tex |  27 +++-
 profiles.tex  |  66 +++--
 tree-layout.tex   |  20 +++
 18 files changed, 1033 insertions(+), 398 deletions(-)



[gentoo-commits] proj/pms:eapi-7 commit in: /

2018-04-30 Thread Ulrich Müller
commit: 5933101e2c7c388165608760febdb4fb442b7f71
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Apr 30 22:13:04 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Apr 30 22:13:04 2018 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=5933101e

EAPI 7 has been approved by the Council.

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

 eapi-cheatsheet.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index 7095705..2dc8fcd 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -402,7 +402,7 @@ differences between these previous EAPIs.
 See \featureref{banned-commands}.
 \end{description}
 
-\section{EAPI 7}
+\section{EAPI 7 (2018-04-30)}
 \label{sec:cs:eapi7}
 \subsection{Additions/Changes}
 \label{sec:cs:eapi7-additions}



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

2018-04-30 Thread Mikle Kolyada
commit: fa4be6f30368977c2e11f1eb10db16e1791a43d9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 22:12:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 22:12:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4be6f3

app-crypt/pinentry: fix whitespacing

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild 
b/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild
index 2e72ca45041..cf2bbd6858a 100644
--- a/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild
@@ -46,7 +46,7 @@ REQUIRED_USE="
 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
 
 PATCHES=(
-"${FILESDIR}/${PN}-1.0.0-make-icon-work-under-Plasma-Wayland.patch"
+   "${FILESDIR}/${PN}-1.0.0-make-icon-work-under-Plasma-Wayland.patch"
"${FILESDIR}/${PN}-0.8.2-ncurses.patch"
 )
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/fingerprint-gui/

2018-04-30 Thread Mikle Kolyada
commit: 7e4dfdd0ebb04e9bd386c3441f999c008270d1d9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 22:08:06 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 22:08:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4dfdd0

sys-auth/fingerprint-gui: fix whitespacing

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/fingerprint-gui/fingerprint-gui-1.09-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/fingerprint-gui/fingerprint-gui-1.09-r1.ebuild 
b/sys-auth/fingerprint-gui/fingerprint-gui-1.09-r1.ebuild
index 3fcbbc51892..755c638be78 100644
--- a/sys-auth/fingerprint-gui/fingerprint-gui-1.09-r1.ebuild
+++ b/sys-auth/fingerprint-gui/fingerprint-gui-1.09-r1.ebuild
@@ -106,7 +106,7 @@ DISABLE_AUTOFORMATTING=1
 DOC_CONTENTS="Please take a thorough look a the Step-by-step-manual.html
 in /usr/share/doc/${PF}/html for integration with pam/polkit/...
 Hint: You may want
-   authsufficient  pam_fingerprint-gui.so
+auth sufficient  pam_fingerprint-gui.so
 in /etc/pam.d/system-auth
 
 There are udev rules to enforce group fingerprint on the reader device



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

2018-04-30 Thread Mikle Kolyada
commit: e2899af3524419071689fcb31d61b5a418cbeca6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 21:15:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 21:15:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2899af3

app-text/enchant: [QA] drop removed dependency

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/enchant/enchant-1.6.1.ebuild | 16 ++--
 app-text/enchant/enchant-2.1.0.ebuild | 17 +++--
 app-text/enchant/enchant-2.1.1.ebuild | 17 +++--
 app-text/enchant/enchant-2.1.2.ebuild | 15 ++-
 app-text/enchant/metadata.xml |  1 -
 5 files changed, 26 insertions(+), 40 deletions(-)

diff --git a/app-text/enchant/enchant-1.6.1.ebuild 
b/app-text/enchant/enchant-1.6.1.ebuild
index 243c1947ec6..8a0c7ad3ef3 100644
--- a/app-text/enchant/enchant-1.6.1.ebuild
+++ b/app-text/enchant/enchant-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,19 +13,16 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 
-IUSE="aspell +hunspell static-libs test zemberek"
-REQUIRED_USE="|| ( hunspell aspell zemberek )"
+IUSE="aspell +hunspell static-libs test"
+REQUIRED_USE="|| ( hunspell aspell )"
 
 # FIXME: depends on unittest++ but through pkgconfig which is a Debian hack, 
bug #629742
 COMMON_DEPENDS="
>=dev-libs/glib-2.6:2
aspell? ( app-text/aspell )
-   hunspell? ( >=app-text/hunspell-1.2.1:0= )
-   zemberek? ( dev-libs/dbus-glib )
-"
-RDEPEND="${COMMON_DEPENDS}
-   zemberek? ( app-text/zemberek-server )
-"
+   hunspell? ( >=app-text/hunspell-1.2.1:0= )"
+RDEPEND="${COMMON_DEPENDS}"
+
 DEPEND="${COMMON_DEPENDS}
virtual/pkgconfig
 "
@@ -47,7 +44,6 @@ src_configure() {
$(use_enable aspell) \
$(use_enable hunspell myspell) \
$(use_enable static-libs static) \
-   $(use_enable zemberek) \
--disable-hspell \
--disable-ispell \
--disable-uspell \

diff --git a/app-text/enchant/enchant-2.1.0.ebuild 
b/app-text/enchant/enchant-2.1.0.ebuild
index e3768516143..03527fb9495 100644
--- a/app-text/enchant/enchant-2.1.0.ebuild
+++ b/app-text/enchant/enchant-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,19 +11,17 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 
-IUSE="aspell +hunspell static-libs test zemberek"
-REQUIRED_USE="|| ( hunspell aspell zemberek )"
+IUSE="aspell +hunspell static-libs test"
+REQUIRED_USE="|| ( hunspell aspell )"
 
 # FIXME: depends on unittest++ but through pkgconfig which is a Debian hack, 
bug #629742
 COMMON_DEPENDS="
>=dev-libs/glib-2.6:2
aspell? ( app-text/aspell )
-   hunspell? ( >=app-text/hunspell-1.2.1:0= )
-   zemberek? ( dev-libs/dbus-glib )
-"
-RDEPEND="${COMMON_DEPENDS}
-   zemberek? ( app-text/zemberek-server )
-"
+   hunspell? ( >=app-text/hunspell-1.2.1:0= )"
+
+RDEPEND="${COMMON_DEPENDS}"
+
 DEPEND="${COMMON_DEPENDS}
virtual/pkgconfig
 "
@@ -42,7 +40,6 @@ src_configure() {
$(use_with aspell) \
$(use_with hunspell) \
$(use_enable static-libs static) \
-   $(use_with zemberek) \
--without-hspell \
--without-voikko \
--with-hunspell-dir="${EPREFIX}"/usr/share/hunspell/

diff --git a/app-text/enchant/enchant-2.1.1.ebuild 
b/app-text/enchant/enchant-2.1.1.ebuild
index 4e9c52c25da..0780c2cc403 100644
--- a/app-text/enchant/enchant-2.1.1.ebuild
+++ b/app-text/enchant/enchant-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,19 +11,17 @@ LICENSE="LGPL-2.1"
 SLOT="0/2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 
-IUSE="aspell +hunspell static-libs test zemberek"
-REQUIRED_USE="|| ( hunspell aspell zemberek )"
+IUSE="aspell +hunspell static-libs test"
+REQUIRED_USE="|| ( hunspell aspell )"
 
 # FIXME: depends on unittest++ but through pkgconfig which is a Debian hack, 
bug #629742
 COMMON_DEPENDS="
>=dev-libs/glib-2.6:2
aspell? ( app-text/aspell )
-   hunspell? ( >=app-text/hunspell-1.2.1:0= )
-   zemberek? ( dev-

[gentoo-commits] repo/gentoo:master commit in: net-irc/epic5/files/, net-irc/epic5/

2018-04-30 Thread Andreas Hüttel
commit: 9294cc0d001280d748462a43eb38ffe2410988f7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 30 20:59:30 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Apr 30 20:59:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9294cc0d

net-irc/epic5: Fix build with glibc-2.26, bug 652738

Closes: https://bugs.gentoo.org/652738
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-irc/epic5/epic5-1.1.10-r1.ebuild   |  3 ++-
 net-irc/epic5/epic5-1.1.10-r2.ebuild   | 11 ++-
 net-irc/epic5/files/epic5-1.1.10-xlocale.patch | 11 +++
 3 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r1.ebuild 
b/net-irc/epic5/epic5-1.1.10-r1.ebuild
index 97036b79137..32634a46933 100644
--- a/net-irc/epic5/epic5-1.1.10-r1.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r1.ebuild
@@ -49,7 +49,8 @@ src_prepare() {
"${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
"${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
"${FILESDIR}"/${P}-without-localdir.patch \
-   "${FILESDIR}"/${P}-socks5-libsocks.patch
+   "${FILESDIR}"/${P}-socks5-libsocks.patch \
+   "${FILESDIR}"/${P}-xlocale.patch
eautoconf
 }
 

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
index 289bab3402a..b2c668fcd02 100644
--- a/net-irc/epic5/epic5-1.1.10-r2.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r2.ebuild
@@ -31,12 +31,13 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/${P}
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch \
-   "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch \
-   "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
-   "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
-   "${FILESDIR}"/${P}-without-localdir.patch \
+   "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch
+   "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch
+   "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch
+   "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch
+   "${FILESDIR}"/${P}-without-localdir.patch
"${FILESDIR}"/${P}-socks5-libsocks.patch
+   "${FILESDIR}"/${P}-xlocale.patch
 )
 
 src_prepare() {

diff --git a/net-irc/epic5/files/epic5-1.1.10-xlocale.patch 
b/net-irc/epic5/files/epic5-1.1.10-xlocale.patch
new file mode 100644
index 000..8c5c7e44bff
--- /dev/null
+++ b/net-irc/epic5/files/epic5-1.1.10-xlocale.patch
@@ -0,0 +1,11 @@
+diff -ruN epic5-1.1.10.orig/source/recode.c epic5-1.1.10/source/recode.c
+--- epic5-1.1.10.orig/source/recode.c  2014-04-11 17:12:26.0 +0200
 epic5-1.1.10/source/recode.c   2018-04-30 22:55:11.976293375 +0200
+@@ -41,7 +41,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+ 
+ /*
+  * Here's the plan...



[gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/, media-gfx/fontforge/, media-gfx/xli/, media-gfx/cellwriter/, ...

2018-04-30 Thread Matt Turner
commit: b8a089284c84a508eb59ccd64c8267156fcc7ab3
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Apr 30 19:58:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 20:50:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a08928

media-gfx/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 media-gfx/cellwriter/cellwriter-1.3.4.ebuild  | 4 ++--
 media-gfx/cellwriter/cellwriter-1.3.5.ebuild  | 4 ++--
 media-gfx/fbida/fbida-2.12.ebuild | 4 ++--
 media-gfx/fbida/fbida-2.13-r1.ebuild  | 4 ++--
 media-gfx/fbida/fbida-2.14.ebuild | 4 ++--
 media-gfx/fbida/fbida-.ebuild | 4 ++--
 media-gfx/feh/feh-2.18.3.ebuild   | 4 ++--
 media-gfx/feh/feh-2.24.ebuild | 2 +-
 media-gfx/feh/feh-2.25.1.ebuild   | 2 +-
 media-gfx/feh/feh-2.25.ebuild | 2 +-
 media-gfx/fontforge/fontforge-20170731-r3.ebuild  | 2 +-
 media-gfx/gifsicle/gifsicle-1.86.ebuild   | 4 ++--
 media-gfx/gifsicle/gifsicle-1.90.ebuild   | 2 +-
 media-gfx/gnome-screenshot/gnome-screenshot-3.22.0.ebuild | 4 ++--
 media-gfx/imagemagick/imagemagick-6.9.9.31.ebuild | 2 +-
 media-gfx/imagemagick/imagemagick-6.9.9.40.ebuild | 2 +-
 media-gfx/imagemagick/imagemagick-7.0.7.19.ebuild | 2 +-
 media-gfx/imagemagick/imagemagick-7.0.7.28.ebuild | 2 +-
 media-gfx/xfig/xfig-3.2.6a-r1.ebuild  | 3 +--
 media-gfx/xli/xli-1.17.0-r5.ebuild| 4 ++--
 20 files changed, 30 insertions(+), 31 deletions(-)

diff --git a/media-gfx/cellwriter/cellwriter-1.3.4.ebuild 
b/media-gfx/cellwriter/cellwriter-1.3.4.ebuild
index 517e2596d52..cb3737df914 100644
--- a/media-gfx/cellwriter/cellwriter-1.3.4.ebuild
+++ b/media-gfx/cellwriter/cellwriter-1.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2
@@ -17,7 +17,7 @@ RDEPEND="x11-libs/libXtst
gnome? ( gnome-base/libgnome )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   x11-proto/inputproto"
+   x11-base/xorg-proto"
 
 src_configure() {
econf $(use_with gnome)

diff --git a/media-gfx/cellwriter/cellwriter-1.3.5.ebuild 
b/media-gfx/cellwriter/cellwriter-1.3.5.ebuild
index 9f5a7bfdccd..83526f62589 100644
--- a/media-gfx/cellwriter/cellwriter-1.3.5.ebuild
+++ b/media-gfx/cellwriter/cellwriter-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ RDEPEND="x11-libs/gtk+:2
x11-libs/libXtst"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 DOCS="AUTHORS ChangeLog README TODO" # NEWS is no-op
 

diff --git a/media-gfx/fbida/fbida-2.12.ebuild 
b/media-gfx/fbida/fbida-2.12.ebuild
index a54e6b18ce0..21c9c5498dc 100644
--- a/media-gfx/fbida/fbida-2.12.ebuild
+++ b/media-gfx/fbida/fbida-2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -47,7 +47,7 @@ CDEPEND="
 
 DEPEND="
${CDEPEND}
-   X? ( x11-proto/xextproto x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
 "
 
 RDEPEND="

diff --git a/media-gfx/fbida/fbida-2.13-r1.ebuild 
b/media-gfx/fbida/fbida-2.13-r1.ebuild
index b3534f6df82..ca112ea82bf 100644
--- a/media-gfx/fbida/fbida-2.13-r1.ebuild
+++ b/media-gfx/fbida/fbida-2.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -47,7 +47,7 @@ CDEPEND="
 
 DEPEND="
${CDEPEND}
-   X? ( x11-proto/xextproto x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
 "
 
 RDEPEND="

diff --git a/media-gfx/fbida/fbida-2.14.ebuild 
b/media-gfx/fbida/fbida-2.14.ebuild
index 482c92a8d70..0df94d36142 100644
--- a/media-gfx/fbida/fbida-2.14.ebuild
+++ b/media-gfx/fbida/fbida-2.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -47,7 +47,7 @@ CDEPEND="
 
 DEPEND="
${CDEPEND}
-   X? ( x11-proto/xextproto x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
 "
 
 RDEPEND="

diff --git a/media-gfx/fbida/fbida-.ebuild 
b/media-gfx/fbida/fbida-.ebuild
index dc27ba67de8..ff4be7c5c7a 100644
--- a/media-gfx/fbida/fbida-.ebuild
+++ b/media-gfx/fbida/fbida-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyr

[gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/, dev-lang/tk/

2018-04-30 Thread Matt Turner
commit: a3b99281b768ae180e55f7b93d9002484ffd163b
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Apr 30 19:39:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 20:50:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b99281

dev-lang/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 dev-lang/swi-prolog/swi-prolog-6.6.6.ebuild| 4 ++--
 dev-lang/swi-prolog/swi-prolog-7.2.3-r1.ebuild | 4 ++--
 dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild| 2 +-
 dev-lang/swi-prolog/swi-prolog-7.6.3.ebuild| 4 ++--
 dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild| 2 +-
 dev-lang/swi-prolog/swi-prolog-7.7.10.ebuild   | 2 +-
 dev-lang/swi-prolog/swi-prolog-7.7.11.ebuild   | 2 +-
 dev-lang/tk/tk-8.5.17-r100.ebuild  | 4 ++--
 dev-lang/tk/tk-8.5.17.ebuild   | 4 ++--
 dev-lang/tk/tk-8.6.5-r1.ebuild | 4 ++--
 dev-lang/tk/tk-8.6.5.ebuild| 4 ++--
 dev-lang/tk/tk-8.6.6.ebuild| 4 ++--
 dev-lang/tk/tk-8.6.7.ebuild| 4 ++--
 13 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/dev-lang/swi-prolog/swi-prolog-6.6.6.ebuild 
b/dev-lang/swi-prolog/swi-prolog-6.6.6.ebuild
index 0969747fad2..e1429546e28 100644
--- a/dev-lang/swi-prolog/swi-prolog-6.6.6.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-6.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -35,7 +35,7 @@ RDEPEND="sys-libs/ncurses:=
x11-libs/libSM )"
 
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
java? ( test? ( =dev-java/junit-3.8* ) )"
 
 S="${WORKDIR}/pl-${PV}"

diff --git a/dev-lang/swi-prolog/swi-prolog-7.2.3-r1.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.2.3-r1.ebuild
index 5ff022070d0..6c67f53b805 100644
--- a/dev-lang/swi-prolog/swi-prolog-7.2.3-r1.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-7.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -39,7 +39,7 @@ RDEPEND="sys-libs/ncurses:=
x11-libs/libSM )"
 
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
java? ( test? ( =dev-java/junit-3.8* ) )"
 
 S="${WORKDIR}/swipl-${PV}"

diff --git a/dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild
index 848c0aa426c..9b30d3fd846 100644
--- a/dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild
@@ -41,7 +41,7 @@ RDEPEND="sys-libs/ncurses:=
x11-libs/libSM )"
 
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
java? ( test? ( =dev-java/junit-3.8* ) )"
 
 S="${WORKDIR}/swipl-${PV}"

diff --git a/dev-lang/swi-prolog/swi-prolog-7.6.3.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.6.3.ebuild
index ac17db45d19..f745720052e 100644
--- a/dev-lang/swi-prolog/swi-prolog-7.6.3.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-7.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -41,7 +41,7 @@ RDEPEND="sys-libs/ncurses:=
x11-libs/libSM )"
 
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
java? ( test? ( =dev-java/junit-3.8* ) )"
 
 S="${WORKDIR}/swipl-${PV}"

diff --git a/dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild
index c714e15e3b0..f745720052e 100644
--- a/dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild
@@ -41,7 +41,7 @@ RDEPEND="sys-libs/ncurses:=
x11-libs/libSM )"
 
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
java? ( test? ( =dev-java/junit-3.8* ) )"
 
 S="${WORKDIR}/swipl-${PV}"

diff --git a/dev-lang/swi-prolog/swi-prolog-7.7.10.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.7.10.ebuild
index b3c8e67bc2e..420bd6d9fb1 100644
--- a/dev-lang/swi-prolog/swi-prolog-7.7.10.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-7.7.10.ebuild
@@ -41,7 +41,7 @@ RDEPEND="sys-libs/ncurses:=
x11-libs/libSM )"
 
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
java? ( test? ( =dev-java/junit-3.8* ) )"
 
 S="${WORKDIR}/swipl-${PV}"

diff --git a/dev-lang/swi-prolog/swi-prolog-7.7.11.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.7.11.ebuild
index b3c8e67bc2e..420bd6d9fb1 100644
--- a/dev-lang/swi-prolog/swi-prolog-7.7.11.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-7.7.11.ebuild
@@ -41,7 +41,7 @@ RDEPEND="sys-libs/ncurses:=
x11-libs/libSM )"
 
 DEPEN

[gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/, dev-games/openscenegraph/, dev-games/clanlib/, ...

2018-04-30 Thread Matt Turner
commit: bc5f95c4b692be4f0f1584b3f0882154462a8546
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Apr 30 19:28:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 20:50:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f95c4

dev-games/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 dev-games/clanlib/clanlib-0.8.1.ebuild   | 4 ++--
 dev-games/irrlicht/irrlicht-1.8.4.ebuild | 5 ++---
 dev-games/ogre/ogre-1.9.0-r1.ebuild  | 2 +-
 dev-games/openscenegraph/openscenegraph-3.5.5.ebuild | 3 +--
 4 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild 
b/dev-games/clanlib/clanlib-0.8.1.ebuild
index dbd437a41db..32096e028f5 100644
--- a/dev-games/clanlib/clanlib-0.8.1.ebuild
+++ b/dev-games/clanlib/clanlib-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -30,7 +30,7 @@ RDEPEND="media-libs/libpng:0
mikmod? ( media-libs/libmikmod )
vorbis? ( media-libs/libvorbis )"
 DEPEND="${RDEPEND}
-   x11-proto/xf86vidmodeproto"
+   x11-base/xorg-proto"
 
 S=${WORKDIR}/ClanLib-${PV}
 

diff --git a/dev-games/irrlicht/irrlicht-1.8.4.ebuild 
b/dev-games/irrlicht/irrlicht-1.8.4.ebuild
index 185d6517ccc..e843c52e456 100644
--- a/dev-games/irrlicht/irrlicht-1.8.4.ebuild
+++ b/dev-games/irrlicht/irrlicht-1.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,8 +23,7 @@ RDEPEND="virtual/jpeg:0
x11-libs/libXxf86vm"
 DEPEND="${RDEPEND}
app-arch/unzip
-   x11-proto/xproto
-   x11-proto/xf86vidmodeproto"
+   x11-base/xorg-proto"
 
 S=${WORKDIR}/${P}/source/${PN^}
 

diff --git a/dev-games/ogre/ogre-1.9.0-r1.ebuild 
b/dev-games/ogre/ogre-1.9.0-r1.ebuild
index 5714d1a67a4..dd3d2ee065a 100644
--- a/dev-games/ogre/ogre-1.9.0-r1.ebuild
+++ b/dev-games/ogre/ogre-1.9.0-r1.ebuild
@@ -51,8 +51,8 @@ RDEPEND="
tools? ( dev-libs/tinyxml[stl] )
zip? ( sys-libs/zlib dev-libs/zziplib )"
 DEPEND="${RDEPEND}
-   x11-proto/xf86vidmodeproto
virtual/pkgconfig
+   x11-base/xorg-proto
doc? ( app-doc/doxygen )"
 
 PATCHES=(

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
index fa98c6bb2e3..7b066c0abf2 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
@@ -74,9 +74,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
app-arch/unzip
virtual/pkgconfig
-   x11-proto/xextproto
+   x11-base/xorg-proto
doc? ( app-doc/doxygen )
-   xrandr? ( x11-proto/randrproto )
 "
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-misc/oneko/, app-misc/sonypid/, app-misc/joymouse/, app-misc/joy2key/, ...

2018-04-30 Thread Matt Turner
commit: 0691ef073aa3f4181133cc862317976966b11519
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Apr 30 19:16:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 20:50:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0691ef07

app-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild| 5 ++---
 app-misc/joy2key/joy2key-1.6.3-r1.ebuild  | 4 ++--
 app-misc/joymouse/joymouse-0.5.ebuild | 6 +++---
 app-misc/oneko/oneko-1.2-r2.ebuild| 6 +++---
 app-misc/sonypid/sonypid-1.9.ebuild   | 4 ++--
 app-misc/workrave/workrave-1.10.20.ebuild | 4 +---
 6 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild 
b/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild
index 7cc98849f96..13ecc8900f6 100644
--- a/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild
+++ b/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,8 +23,7 @@ RDEPEND="
x11-libs/libXtst
 "
 DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
+   x11-base/xorg-proto"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-libmpd.patch

diff --git a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild 
b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
index 11f1f0f98d0..00ef6ed03b4 100644
--- a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
+++ b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ RDEPEND="
x11-apps/xwininfo )"
 DEPEND="
${RDEPEND}
-   X? ( x11-proto/xproto )"
+   X? ( x11-base/xorg-proto )"
 
 DOCS=( AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO )
 

diff --git a/app-misc/joymouse/joymouse-0.5.ebuild 
b/app-misc/joymouse/joymouse-0.5.ebuild
index 7a1886e92a4..a34fee3f186 100644
--- a/app-misc/joymouse/joymouse-0.5.ebuild
+++ b/app-misc/joymouse/joymouse-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,10 +11,10 @@ SLOT="0"
 KEYWORDS="amd64 ~mips ~ppc x86"
 IUSE=""
 
-DEPEND="x11-proto/xextproto
-   x11-proto/inputproto"
 RDEPEND="x11-libs/libX11
x11-libs/libXtst"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
 
 src_prepare() {
sed -i 's/printf(message/fputs(message, stdout/g' src/joymouse.c || die

diff --git a/app-misc/oneko/oneko-1.2-r2.ebuild 
b/app-misc/oneko/oneko-1.2-r2.ebuild
index f0847a294f5..9866e7ac296 100644
--- a/app-misc/oneko/oneko-1.2-r2.ebuild
+++ b/app-misc/oneko/oneko-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,10 +21,10 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   app-text/rman
+   x11-base/xorg-proto
x11-misc/gccmakedep
x11-misc/imake
-   app-text/rman
-   x11-proto/xextproto
 "
 
 S=${WORKDIR}/oneko-${PV}.sakura.5

diff --git a/app-misc/sonypid/sonypid-1.9.ebuild 
b/app-misc/sonypid/sonypid-1.9.ebuild
index 26e9537b63e..cb8e02458bd 100644
--- a/app-misc/sonypid/sonypid-1.9.ebuild
+++ b/app-misc/sonypid/sonypid-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ IUSE=""
 
 RDEPEND="x11-libs/libXtst"
 DEPEND="${RDEPEND}
-   x11-proto/inputproto"
+   x11-base/xorg-proto"
 
 src_compile() {
emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"

diff --git a/app-misc/workrave/workrave-1.10.20.ebuild 
b/app-misc/workrave/workrave-1.10.20.ebuild
index eb0accfb92a..84cbc53fece 100644
--- a/app-misc/workrave/workrave-1.10.20.ebuild
+++ b/app-misc/workrave/workrave-1.10.20.ebuild
@@ -55,9 +55,7 @@ DEPEND="${RDEPEND}
dev-python/cheetah
>=dev-util/intltool-0.40.0
sys-devel/autoconf-archive
-   x11-proto/xproto
-   x11-proto/inputproto
-   x11-proto/recordproto
+   x11-base/xorg-proto
virtual/pkgconfig
doc? (
app-text/docbook-sgml-utils



[gentoo-commits] repo/gentoo:master commit in: media-video/parole/, media-video/alevt/, media-video/xine-ui/, ...

2018-04-30 Thread Matt Turner
commit: 29d5a14368ab3434dbc1e0f61d951a5e3170a602
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Apr 30 20:27:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 20:50:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d5a143

media-video/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 media-video/alevt/alevt-1.6.2.ebuild |  4 ++--
 media-video/cheese/cheese-3.24.0.ebuild  |  2 +-
 media-video/mplayer/mplayer-1.3.0-r3.ebuild  | 12 
 media-video/mplayer/mplayer-1.3.0-r5.ebuild  | 12 
 media-video/mplayer/mplayer-.ebuild  | 12 
 media-video/nvidia-settings/nvidia-settings-340.58-r1.ebuild |  4 ++--
 media-video/nvidia-settings/nvidia-settings-340.58.ebuild|  4 ++--
 media-video/nvidia-settings/nvidia-settings-355.11.ebuild|  4 ++--
 media-video/nvidia-settings/nvidia-settings-358.16.ebuild|  4 ++--
 media-video/parole/parole-0.8.1.ebuild   |  4 ++--
 media-video/parole/parole-1.0.0.ebuild   |  2 +-
 media-video/parole/parole-1.0.1.ebuild   |  2 +-
 .../recordmydesktop/recordmydesktop-0.3.8.1-r4.ebuild| 12 +---
 .../recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild| 10 --
 media-video/totem/totem-3.24.0.ebuild|  3 +--
 media-video/vlc/vlc-2.2.8-r1.ebuild  |  2 +-
 media-video/vlc/vlc-3.0.1-r1.ebuild  |  2 +-
 media-video/vlc/vlc-3.0.2.ebuild |  2 +-
 media-video/vlc/vlc-3.0..ebuild  |  2 +-
 media-video/vlc/vlc-.ebuild  |  2 +-
 media-video/xanim-export/xanim-export-2.80.1-r5.ebuild   |  7 +++
 media-video/xine-ui/xine-ui-0.99.10.ebuild   |  4 +---
 media-video/xine-ui/xine-ui-0.99.9.ebuild|  6 ++
 23 files changed, 48 insertions(+), 70 deletions(-)

diff --git a/media-video/alevt/alevt-1.6.2.ebuild 
b/media-video/alevt/alevt-1.6.2.ebuild
index 5e65dbcd0b4..d93fd6f0ccb 100644
--- a/media-video/alevt/alevt-1.6.2.ebuild
+++ b/media-video/alevt/alevt-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -16,7 +16,7 @@ IUSE=""
 RDEPEND="x11-libs/libX11
>=media-libs/libpng-1.4"
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 RESTRICT="strip"
 

diff --git a/media-video/cheese/cheese-3.24.0.ebuild 
b/media-video/cheese/cheese-3.24.0.ebuild
index c4355c816aa..b9978f7735b 100644
--- a/media-video/cheese/cheese-3.24.0.ebuild
+++ b/media-video/cheese/cheese-3.24.0.ebuild
@@ -54,7 +54,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.50
dev-util/itstool
virtual/pkgconfig
-   x11-proto/xf86vidmodeproto
+   x11-base/xorg-proto
test? ( dev-libs/glib:2[utils] )
 "
 

diff --git a/media-video/mplayer/mplayer-1.3.0-r3.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
index db84aec79d5..c52e83c38b3 100644
--- a/media-video/mplayer/mplayer-1.3.0-r3.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
@@ -130,17 +130,13 @@ RDEPEND+="
xvmc? ( x11-libs/libXvMC )
 "
 
-X_DEPS="
-   x11-proto/videoproto
-   x11-proto/xf86vidmodeproto
-"
 ASM_DEP="dev-lang/yasm"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   dga? ( x11-proto/xf86dgaproto )
-   X? ( ${X_DEPS} )
-   xinerama? ( x11-proto/xineramaproto )
-   xscreensaver? ( x11-proto/scrnsaverproto )
+   dga? ( x11-base/xorg-proto )
+   X? ( x11-base/xorg-proto )
+   xinerama? ( x11-base/xorg-proto )
+   xscreensaver? ( x11-base/xorg-proto )
amd64? ( ${ASM_DEP} )
doc? (
dev-libs/libxslt app-text/docbook-xml-dtd

diff --git a/media-video/mplayer/mplayer-1.3.0-r5.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r5.ebuild
index 7f4d347dd71..1e14de1f1ea 100644
--- a/media-video/mplayer/mplayer-1.3.0-r5.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r5.ebuild
@@ -129,17 +129,13 @@ RDEPEND+="
xvmc? ( x11-libs/libXvMC )
 "
 
-X_DEPS="
-   x11-proto/videoproto
-   x11-proto/xf86vidmodeproto
-"
 ASM_DEP="dev-lang/yasm"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   dga? ( x11-proto/xf86dgaproto )
-   X? ( ${X_DEPS} )
-   xinerama? ( x11-proto/xineramaproto )
-   xscreensaver? ( x11-proto/scrnsaverproto )
+   dga? ( x11-base/xorg-proto )
+   X? ( x11-base/xorg-proto )
+   xinerama? ( x11-base/xorg-proto )
+   xscreensaver? ( x11-base/xorg-proto )
amd64? ( ${ASM_DEP} )
doc? (
dev-libs/libxslt app-text/docbook-xml-dtd

diff --git a/media-video/mplayer/mplayer-.ebuild 
b/media

[gentoo-commits] repo/gentoo:master commit in: app-text/gv/, app-text/pspresent/, app-text/active-dvi/

2018-04-30 Thread Matt Turner
commit: c04ad837d60ae77e24e03f22f02cea267f9794fd
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Apr 30 19:21:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 20:50:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04ad837

app-text/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 app-text/active-dvi/active-dvi-1.10.2-r1.ebuild | 4 ++--
 app-text/gv/gv-3.7.3-r1.ebuild  | 4 ++--
 app-text/gv/gv-3.7.3.90.ebuild  | 4 ++--
 app-text/pspresent/pspresent-1.3-r1.ebuild  | 5 ++---
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild 
b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
index da5ecbb0bf9..ab1bc39469f 100644
--- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
+++ b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
dev-texlive/texlive-pstricks
dev-texlive/texlive-pictures
dev-texlive/texlive-latexextra
-   x11-proto/xineramaproto
+   x11-base/xorg-proto
dev-ml/findlib
app-text/htmlc
dev-tex/hevea"

diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild
index 35a80d634e1..e93336e8063 100644
--- a/app-text/gv/gv-3.7.3-r1.ebuild
+++ b/app-text/gv/gv-3.7.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -25,7 +25,7 @@ RDEPEND="app-text/ghostscript-gpl
xinerama? ( x11-libs/libXinerama )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 DOCS="AUTHORS ChangeLog NEWS README"
 

diff --git a/app-text/gv/gv-3.7.3.90.ebuild b/app-text/gv/gv-3.7.3.90.ebuild
index db63c43154e..95b3ac253cc 100644
--- a/app-text/gv/gv-3.7.3.90.ebuild
+++ b/app-text/gv/gv-3.7.3.90.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ RDEPEND="app-text/ghostscript-gpl
xinerama? ( x11-libs/libXinerama )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 DOCS="AUTHORS ChangeLog NEWS README"
 

diff --git a/app-text/pspresent/pspresent-1.3-r1.ebuild 
b/app-text/pspresent/pspresent-1.3-r1.ebuild
index 128bda4cc35..c13ed4cddaf 100644
--- a/app-text/pspresent/pspresent-1.3-r1.ebuild
+++ b/app-text/pspresent/pspresent-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -18,8 +18,7 @@ RDEPEND="x11-libs/libX11
xinerama? ( x11-libs/libXinerama )
app-text/ghostscript-gpl"
 DEPEND="${RDEPEND}
-   x11-proto/xproto
-   xinerama? ( x11-proto/xineramaproto )
+   x11-base/xorg-proto
>=sys-apps/sed-4"
 
 src_prepare() {



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

2018-04-30 Thread Matt Turner
commit: c997aa3e78c8874efe33a32844459c0398268a8b
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Apr 30 20:34:12 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 20:50:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c997aa3e

kde-frameworks/kdelibs: Update dependencies (x11-proto/* -> 
x11-base/xorg-proto).

 kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild 
b/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
index 5144e27c5e5..ce48c2e3f5c 100644
--- a/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
+++ b/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
@@ -112,9 +112,9 @@ RDEPEND="${COMMONDEPEND}
 PDEPEND="
dev-util/automoc
virtual/pkgconfig
+   x11-base/xorg-proto
>=x11-libs/libXtst-1.1.0
x11-misc/xdg-utils
-   x11-proto/xf86vidmodeproto
handbook? ( kde-apps/khelpcenter:* )
policykit? ( kde-plasma/polkit-kde-agent )
 "



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

2018-04-30 Thread Andreas Hüttel
commit: b465b6b3348b19f4a67cfd7d77c8c54480cb3d75
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 30 20:37:21 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Apr 30 20:37:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b465b6b3

net-im/mcabber: Add missing libnsl dependency, bug 643862

Closes: https://bugs.gentoo.org/643862
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-im/mcabber/mcabber-1.0.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/mcabber/mcabber-1.0.5.ebuild 
b/net-im/mcabber/mcabber-1.0.5.ebuild
index b91ae75262f..b93fb2ad50f 100644
--- a/net-im/mcabber/mcabber-1.0.5.ebuild
+++ b/net-im/mcabber/mcabber-1.0.5.ebuild
@@ -32,6 +32,7 @@ RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
idn? ( net-dns/libidn  )
spell? ( app-text/enchant )
dev-libs/glib:2
+   net-libs/libnsl:0=
sys-libs/ncurses:0=
>=net-libs/loudmouth-1.4.3-r1[ssl?]"
 DEPEND="${RDEPEND}



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

2018-04-30 Thread Jonas Stein
commit: 5da356cb8562545de0f4f5cf81e9525ef714ccd0
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Apr 30 20:36:28 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Apr 30 20:36:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da356cb

media-gfx/swftools: Maintainer retired

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

 media-gfx/swftools/metadata.xml | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/media-gfx/swftools/metadata.xml b/media-gfx/swftools/metadata.xml
index 7e0acf82177..6f49eba8f49 100644
--- a/media-gfx/swftools/metadata.xml
+++ b/media-gfx/swftools/metadata.xml
@@ -1,11 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   dbl...@dblaci.hu
-
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
+
 



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

2018-04-30 Thread Mikle Kolyada
commit: 42c494ac64d3846d858cd2cf7de2e1f833c1099d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 20:24:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 20:24:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c494ac

www-client/chromium: amd64 stable writ bug #654384

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/chromium/chromium-66.0.3359.139.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-66.0.3359.139.ebuild 
b/www-client/chromium/chromium-66.0.3359.139.ebuild
index cf52ce6305d..87ff2308973 100644
--- a/www-client/chromium/chromium-66.0.3359.139.ebuild
+++ b/www-client/chromium/chromium-66.0.3359.139.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2018-04-30 Thread Hans de Graaff
commit: 0d00deedd364daa05172eeb1a18cc9ac1c935f84
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:36:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d00deed

dev-ruby/httparty: amd64 stable

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/httparty/httparty-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/httparty/httparty-0.16.0.ebuild 
b/dev-ruby/httparty/httparty-0.16.0.ebuild
index b65c830b1ec..472d30ad10f 100644
--- a/dev-ruby/httparty/httparty-0.16.0.ebuild
+++ b/dev-ruby/httparty/httparty-0.16.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://jnunemaker.github.com/httparty";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend '>=dev-ruby/multi_xml-0.5.2'



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

2018-04-30 Thread Hans de Graaff
commit: 4d182e278a8d0e5a4062817e1d1457c581e8ea43
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:30:41 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d182e27

dev-ruby/jeweler: add ruby24 and fix bug 646864

Always depend on yard since it is used unconditionally in the Rakefile.

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

 dev-ruby/jeweler/Manifest |  1 +
 dev-ruby/jeweler/jeweler-2.3.9.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/dev-ruby/jeweler/Manifest b/dev-ruby/jeweler/Manifest
index f7491da1d24..8d408576a83 100644
--- a/dev-ruby/jeweler/Manifest
+++ b/dev-ruby/jeweler/Manifest
@@ -1 +1,2 @@
 DIST jeweler-2.3.7.gem 61952 BLAKE2B 
fff72e299131b3080c36002e90d36e89db8fcef85cb5e8cbb0976e4b06f0555117d2b6e6375d298f03683565a8d2826471a2f847f481f215d1ccdc231346e1e9
 SHA512 
4ca397c75059a28d623afbb22fc5b2b5627e7c3f078b2b77eb623d0b70f518fa58fce54526e12b417ffbf40e1b635dfbd57ff1d91264ed3ca7bb6917bb4ca784
+DIST jeweler-2.3.9.gem 61952 BLAKE2B 
2c802f27db9a5018473792c184c56b1d2262ec4e30ba24da964bd8dfebecc7551ea50f4a4c0f823907a14afc5358036ff2efb0d9e8404befb2c451688f578b1e
 SHA512 
d8e91702cf046cd16b5b0f718966adecaaf2ce526e3fac3be97f8e91ffa32362a9a96d1c8b390b400f38d0d7a59860437487459cb0490366ef2d38fec6f2

diff --git a/dev-ruby/jeweler/jeweler-2.3.9.ebuild 
b/dev-ruby/jeweler/jeweler-2.3.9.ebuild
new file mode 100644
index 000..e953d1d6e96
--- /dev/null
+++ b/dev-ruby/jeweler/jeweler-2.3.9.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+# Tests and features also need the same set of dependencies present.
+RUBY_FAKEGEM_TASK_TEST="-Ilib test"
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown"
+
+RUBY_FAKEGEM_GEMSPEC="jeweler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rake tasks to manage gems, versioning and generate new projects"
+HOMEPAGE="https://wiki.github.com/technicalpickles/jeweler";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+   dev-ruby/yard
+   test? (
+ dev-ruby/shoulda
+ dev-ruby/rr
+ dev-ruby/test-unit-rr
+ dev-ruby/test_construct
+ dev-ruby/test-unit:2
+   )
+"
+
+ruby_add_rdepend "
+   dev-ruby/builder:*
+   >=dev-ruby/bundler-1.0
+   >=dev-ruby/git-1.2.5
+   >=dev-ruby/github_api-0.16.0
+   >=dev-ruby/highline-1.6.15
+   >=dev-ruby/nokogiri-1.5.10
+   dev-ruby/psych:0
+   dev-ruby/rake
+   dev-ruby/rdoc
+   dev-ruby/semver2
+"
+
+all_ruby_prepare() {
+   # Remove bundler support.
+   rm Gemfile || die
+   sed -i -e '/bundler/d' -e '/Bundler.setup/d' Rakefile 
test/test_helper.rb features/support/env.rb || die
+
+   sed -i -e '/coverall/I s:^:#:' \
+   -e '1i gem "test-unit"' test/test_helper.rb || die
+
+   # Avoid a test that only passes in the git repository.
+   sed -i -e '/find the base repo/,/^  end/ s:^:#:' test/test_jeweler.rb 
|| die
+
+   # Avoid dependency on cucumber, make sure semver2 gem is used (puppet 
also provides "semver")
+   sed -i -e '/cucumber/,$ s:^:#:' \
+   -e '1igem "semver2"' Rakefile || die
+
+   # Loosen github_api requirement
+   sed -i -e '/github_api/ s/0.16.0/0.16/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2018-04-30 Thread Hans de Graaff
commit: 445bbfc851a3edd5fa8f2c76a6948c8c6e94cddb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:55:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445bbfc8

dev-ruby/faraday: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/faraday/Manifest  |  1 -
 dev-ruby/faraday/faraday-0.11.0.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
index 59fe21801d8..8cfe60da133 100644
--- a/dev-ruby/faraday/Manifest
+++ b/dev-ruby/faraday/Manifest
@@ -1,4 +1,3 @@
-DIST faraday-0.11.0.tar.gz 59736 BLAKE2B 
a4224ec6bf415bd535695561714f247ea9005db622145d7f6f9e5fee19ffb9c5b5f14d6dfe62bc6ed8396d1171506a40cf38ad5c4d1a1d344aaf16bcad412fc7
 SHA512 
d7e66f7d634b5c517dd688e874557839dbd7f720283dbeb27fd118c8cbcc596898545d62548d3c7c94d7cf49bdcda0d2fa705a1d20fa4d7ce238b38688d5cc62
 DIST faraday-0.12.2.tar.gz 62809 BLAKE2B 
4dcd60192df36e1b9766eab3bcbacd729239b0e09d9e82a73d825c750fdbcfae8161cf803f078b841236a5e18b1849b4cdc34e6adebb9eaea0f0442cd65b2e74
 SHA512 
966fc419d529a8bba5caa6d3932ee94f7b248110edc880b532860c24abd70cb50182e40b94b4143e26575c6db7ce046fa71ac0d25010385d7f0c3dda87f39439
 DIST faraday-0.14.0.tar.gz 65105 BLAKE2B 
bf5101083bd828e2ea98dcd487c7c082f8b2d2eb4d03ac7ad04e1873666db9e2cec1e6eb9887364874ea5f32d0313019d1eada5e05e25e0415bdd5aa2bcfca97
 SHA512 
25bba07e76a2a8bf02b0c81c045329e72d5911a2aacae56611db33dc25c89bd48bb1b4de9b20c6edc1514d3ceae8b06fca6076c85580533047c222cb30ef8dc7
 DIST faraday-0.15.0.tar.gz 66086 BLAKE2B 
5018d8e92b2988b08f4e7a5b0876ca6cd4049c74199ee0356adc48867611fd6d30d884bd3cf3e7703a02c7a6e967f9c47cdc44deb75045b8cee46992977fb834
 SHA512 
46602d89b1bbf5a41143a9a71fab193642e7c41db39dc1edc0efb99f4a7a924c5a698460a0a4f921f7ce1f73ee8eb12e6d79a08dea02c7142856d0aa1b95b521

diff --git a/dev-ruby/faraday/faraday-0.11.0.ebuild 
b/dev-ruby/faraday/faraday-0.11.0.ebuild
deleted file mode 100644
index 8f6ce93b341..000
--- a/dev-ruby/faraday/faraday-0.11.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="HTTP/REST API client library with pluggable components"
-HOMEPAGE="https://github.com/lostisland/faraday";
-SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+=" test? ( sys-process/lsof )"
-
-ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 =dev-ruby/test-unit-2.4
-   dev-ruby/httpclient
-   dev-ruby/rack-test
-   dev-ruby/sinatra
-   dev-ruby/net-http-persistent
-   dev-ruby/patron
-   )"
-
-all_ruby_prepare() {
-   # Remove bundler support.
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile test/helper.rb || die
-   sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
-
-   # Remove simplecov and coveralls support, not needed to run tests.
-   sed -i -e '/simplecov/,/^end/ s:^:#:' \
-   -e '1igem "rack", "~>1.0"; require "yaml"' \
-   test/helper.rb || die
-
-   # Remove tests for adapters that are not packaged for Gentoo.
-   rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb 
test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
-
-   # The proxy server is already killed, may be OS X vs Linux issue.
-   sed -i -e '138 s/^/#/' script/test || die
-
-   sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_prepare() {
-   # Make sure the test scripts use the right ruby interpreter
-   sed -i -e 's:ruby:'${RUBY}':' script/* || die
-}
-
-each_ruby_test() {
-   each_fakegem_test
-
-   # Sleep some time to allow the sinatra test server to die
-   einfo "Waiting for test server to stop"
-   sleep 10
-}



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

2018-04-30 Thread Hans de Graaff
commit: f7671a002ab5228431e860daccc74f12eaefa911
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:53:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7671a00

dev-ruby/faraday_middleware-multi_json: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../faraday_middleware-multi_json-0.0.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
 
b/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
index 21b72b842fc..ca8addbae7d 100644
--- 
a/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
+++ 
b/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-04-30 Thread Hans de Graaff
commit: 309f88fe5d26582f87c36839cdfd98438bba1292
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:54:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309f88fe

dev-ruby/faraday_middleware: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/faraday_middleware/Manifest   |  3 --
 .../faraday_middleware-0.11.0.1.ebuild | 61 --
 .../faraday_middleware-0.11.0.ebuild   | 57 
 .../faraday_middleware-0.12.0.ebuild   | 61 --
 4 files changed, 182 deletions(-)

diff --git a/dev-ruby/faraday_middleware/Manifest 
b/dev-ruby/faraday_middleware/Manifest
index 7b7b5f72912..a56f834ff7c 100644
--- a/dev-ruby/faraday_middleware/Manifest
+++ b/dev-ruby/faraday_middleware/Manifest
@@ -1,4 +1 @@
-DIST faraday_middleware-0.11.0.1.tar.gz 24349 BLAKE2B 
f2ce9ece102baa86c9ee763c51da2d7a7318a72d8e6b6f102baaef51ad7b13da32c525b7a67992fcab83d0a145e8cb40d3c4bf31ea1bcb18bd73ee54e327e6d9
 SHA512 
0bda75432ffa406485e60e9f71dc850a13dc1dd89a8262c9a4101d982fec44b63c72452458d29c49b529ca3483b577ea760400b465bf4b30ae1623a42cb96051
-DIST faraday_middleware-0.11.0.tar.gz 24345 BLAKE2B 
43325e27d428a74b1b20eafbe99562442ed7d0f98d19cec3f96fea0ae63f810fab92eabb9a3deb586e4d5933db8d2e9bc1f8270bc99c76a4afd7035fa251f192
 SHA512 
555407c2daa220fe050a33a6572626bdd47b800f75a87cc0b4da7a311aa3a89c24873434fdb8c14ae92e34c253179697471c25a42d18034b8a1e1e8c332f0e13
-DIST faraday_middleware-0.12.0.tar.gz 24896 BLAKE2B 
2a371a55baeafb86196cda66b4d36d1aee3d96c50c1e2550edfe70fe0512c2462739b19c3001bb4569d70d98fda2b27fb59fb466051f331a0839420494f564fe
 SHA512 
e4867c122d69e3b8e8a405a85bc8be4c1489861f4acf42369f34ecda67ca0e821509ef522e742bc8b7a20fb0650a45866a04f4b4469829fbc50cd040cef374af
 DIST faraday_middleware-0.12.2.tar.gz 25041 BLAKE2B 
0ce9750f9ce8394d1d926345c50c6b565bc2f5bbc3991d8543424dacb243f2176a066cdb4c7dd4fa66f7f90beb477aa66513538d7a6c2f84de56075c304d3caa
 SHA512 
a93c6ad6a97da1c84e539ff5976f464e6126ea444b269be2f3bb3dab71ef6f46fd12cc0b4de7aa34842d4dcc274cca584ef879a8c1b80ca4557af4d4dafcd755

diff --git a/dev-ruby/faraday_middleware/faraday_middleware-0.11.0.1.ebuild 
b/dev-ruby/faraday_middleware/faraday_middleware-0.11.0.1.ebuild
deleted file mode 100644
index 635339e4da2..000
--- a/dev-ruby/faraday_middleware/faraday_middleware-0.11.0.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Various middleware for Faraday"
-HOMEPAGE="https://github.com/lostisland/faraday_middleware";
-SRC_URI="https://github.com/lostisland/faraday_middleware/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+parsexml +oauth +mashify +rashify"
-
-ruby_add_rdepend "
-   >=dev-ruby/faraday-0.7.4 =dev-ruby/multi_xml-0.5.3 )
-   oauth? ( >=dev-ruby/simple_oauth-0.1 )
-   mashify? ( >=dev-ruby/hashie-1.2:* )
-   rashify? ( >=dev-ruby/rash-0.3 )"
-
-# Bundler must be used because the optional dependencies have different
-# version requirements that must be resolved.
-ruby_add_bdepend "test? (
-   dev-ruby/bundler
-   dev-ruby/addressable
-   dev-ruby/rake
-   dev-ruby/webmock:0
-   dev-ruby/json:0
-   >=dev-ruby/multi_xml-0.5.3
-   >=dev-ruby/rack-cache-1.1
-   >=dev-ruby/simple_oauth-0.1
-   >=dev-ruby/hashie-1.2
-   >=dev-ruby/rash-0.3 )"
-
-all_ruby_prepare() {
-   sed -i -e '/\(cane\|parallel\|simplecov\)/ s:^:#:' \
-   -e '/rspec/ s/>=/~>/' \
-   -e "/addressable/ s/, '< 2.4'//" \
-   -e "/rake/ s/, '< 11'//" \
-   -e "/rack-cache/ s/, '< 1.3'//" \
-   -e "/simple_oauth/ s/, '< 0.3'//" Gemfile || die
-
-   # Avoid unneeded dependency on git
-   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rspec-3 spec || die
-}

diff --git a/dev-ruby/faraday_middleware/faraday_middleware-0.11.0.ebuild 
b/dev-ruby/faraday_middleware/faraday_middleware-0.11.0.ebuild
deleted file mode 100644
index b5796f7721b..000
--- a/dev-ruby/faraday_middleware/faraday_middleware-0.11.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eutils
-
-DESCRI

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

2018-04-30 Thread Hans de Graaff
commit: 3d44baa6455502ec546b49bfd2d64e49dd08a4cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 20:08:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d44baa6

dev-ruby/css_parser: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/css_parser/Manifest |  1 -
 dev-ruby/css_parser/css_parser-1.4.10.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/css_parser/Manifest b/dev-ruby/css_parser/Manifest
index 851295a4b60..9621ff52027 100644
--- a/dev-ruby/css_parser/Manifest
+++ b/dev-ruby/css_parser/Manifest
@@ -1,2 +1 @@
-DIST css_parser-1.4.10.tar.gz 26718 BLAKE2B 
fe83cba6f013548e924823f93a727e09d99063e3bc118b62e96e8cbccdc9347ba004ca19627a6c6f5963f24ce8bed0a7af6c3b5bfe3b0c3f73f9f8dbb55398a7
 SHA512 
ad48200cd9f6fd36d1b13e8699098380c7d74e5349ed1a6aa294615800689a2959f7a91acff9679a630f525d0141f40aaade498570de4f296333c9525b0f1c22
 DIST css_parser-1.6.0.tar.gz 33251 BLAKE2B 
1e28e6999675fadc1bc6a98417cc698fb2e5f16e8d8b27e186037112ac9c3cee82161c7530b962209d76d91359d68016210a371c9e8a7f7d631c7aec73bc5c81
 SHA512 
838baf3cc4249e890f7cf006370f148261b392549e6cc25b11246e15c8347a8877b4cc3bfe70dee18a822a9a8fc496705787262d79e177d62587f41ba6f4c4d6

diff --git a/dev-ruby/css_parser/css_parser-1.4.10.ebuild 
b/dev-ruby/css_parser/css_parser-1.4.10.ebuild
deleted file mode 100644
index 441acc96878..000
--- a/dev-ruby/css_parser/css_parser-1.4.10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOC_DIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md "
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="premailer"
-GITHUB_PROJECT="${PN}"
-inherit ruby-fakegem
-
-DESCRIPTION="Sass-based Stylesheet Framework"
-HOMEPAGE="http://compass-style.org/ https://github.com/premailer/css_parser/";
-LICENSE="MIT"
-
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend "dev-ruby/addressable
-   virtual/ruby-ssl"
-
-ruby_add_bdepend "test? ( dev-ruby/maxitest )"
-
-all_ruby_prepare() {
-   # get rid of bundler usage
-   rm Gemfile || die
-   sed -i -e '/bundler/d' -e '/bump/d' Rakefile || die
-   sed -i -e '/bundler/d' test/test_helper.rb || die
-   # Avoid tests using the network.
-   sed -i -e '/test_loading_a_remote_file_over_ssl/,/end/ s:^:#:' 
test/test_css_parser_loading.rb || die
-
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/*.rb || die
-}



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

2018-04-30 Thread Hans de Graaff
commit: 568568420916d517f83ba004640a2d78def93db2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:59:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56856842

dev-ruby/multipart-post: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild 
b/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild
index ff429b4380e..e2c7ae596b2 100644
--- a/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild
+++ b/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-04-30 Thread Hans de Graaff
commit: 56117875cd6fe1c89734d5f2c479cc0903ceeb8d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 17:23:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56117875

dev-ruby/loquacious: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild 
b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild
index 445d1b99a15..958838aaa2e 100644
--- a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild
+++ b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
@@ -22,11 +22,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-all_ruby_prepare() {
-   # Remove metadata because it confuses jruby.
-   rm -f ../metadata || die
-}
-
 all_ruby_compile() {
if use doc; then
rdoc lib || die "Documentation generation failed."



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

2018-04-30 Thread Hans de Graaff
commit: 6a439104beec4c9e71a803d08a051417a3f0b2f6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:42:01 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a439104

dev-ruby/hipchat: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/hipchat/hipchat-1.6.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/hipchat/hipchat-1.6.0.ebuild 
b/dev-ruby/hipchat/hipchat-1.6.0.ebuild
index 9cc20c1f227..e0c8e1822bb 100644
--- a/dev-ruby/hipchat/hipchat-1.6.0.ebuild
+++ b/dev-ruby/hipchat/hipchat-1.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -25,7 +25,7 @@ ruby_add_rdepend "dev-ruby/httparty dev-ruby/mimemagic"
 ruby_add_bdepend "test? (
dev-ruby/rr
dev-ruby/rake
-   >dev-ruby/webmock-1.22.6:0
+   dev-ruby/webmock
)"
 
 all_ruby_prepare() {



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

2018-04-30 Thread Hans de Graaff
commit: 59cdd2d1551a7b01b491c29b0ac26e4ae3f6b5ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:32:37 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cdd2d1

dev-ruby/httparty: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/httparty/Manifest   |  1 -
 dev-ruby/httparty/httparty-0.15.7.ebuild | 49 
 2 files changed, 50 deletions(-)

diff --git a/dev-ruby/httparty/Manifest b/dev-ruby/httparty/Manifest
index 94361812cf8..7a0be90aff2 100644
--- a/dev-ruby/httparty/Manifest
+++ b/dev-ruby/httparty/Manifest
@@ -1,4 +1,3 @@
 DIST httparty-0.14.0.gem 84992 BLAKE2B 
5fdb305a01c6c16bd8c9ea7bd11f0dddcb39a4bc3113b1e7ca83965f44b3462a41acaf1020e12e91b323d16ce27b65f2ea6f7d9e62722fbcecadc4d61dfd433c
 SHA512 
db04caaeff3277c071a2d3914f782f9151597d601a2f8817e704c977b95b149144c47df73284f83396ce1099f75f7fdc3caaa17385a515878366e2b3fcb84b04
-DIST httparty-0.15.7.gem 87552 BLAKE2B 
d7a0907d1c24113c129493a57ca900f45026e1ed7cc4407ac367d8ba5afa615af31496a2003755951d52672bdecd0646aaaf407b3c47d4856c9c492e7ec5cac7
 SHA512 
6bdf5946bc0f22afed346091078dd43dd62cb6190b3d01bc0de5c9732c611474e207c38b4c6eca5f3cc1e2139880c2eac19554d359dac861de33c5c5ceb28c5e
 DIST httparty-0.16.0.gem 89088 BLAKE2B 
27715c6760a9adeec289a005f89de219b32e6ad5c3f937478ad4187df895096f9375b0d20a4b33c1c62b96de6313017a713a036247756a96fe9366e7c1e77247
 SHA512 
c523ab3555d0a86e2df53e800be57b88f40bb680e7df31e754ddc3e76728eb2228e6ddbe9a3e580c4c604a126ebcd33be79dfde3758faf99aadbba4d30d9508d
 DIST httparty-0.16.2.gem 89600 BLAKE2B 
581b5fcadf59bb50864b2fa6d1aae220ff9881bba53363601c6e70c3291dc2cee351a8f42b1946ad516cdcab5a85b832e4260f04394e54255e0cd76bc6860d5e
 SHA512 
13efbacb9ee0325fbb185279ca9f7ffcc0131189ccf98d9889c6a1b6bcfa04fd7cbc6d1393bffe69a5a813a2f54f70b5926e176305fa70480dd0902968c894d0

diff --git a/dev-ruby/httparty/httparty-0.15.7.ebuild 
b/dev-ruby/httparty/httparty-0.15.7.ebuild
deleted file mode 100644
index b65c830b1ec..000
--- a/dev-ruby/httparty/httparty-0.15.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead 
easy"
-HOMEPAGE="https://jnunemaker.github.com/httparty";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend '>=dev-ruby/multi_xml-0.5.2'
-
-ruby_add_bdepend 'test? ( dev-ruby/webmock )'
-
-all_ruby_prepare() {
-   # Remove bundler
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
-
-   # Avoid test dependency on cucumber. We can't run the features since
-   # they depend on mongrel which is no longer packaged.
-   sed -i -e '/cucumber/I s:^:#:' Rakefile || die
-
-   # Avoid test dependency on simplecov
-   sed -i -e '/simplecov/I s:^:#:' \
-   -e '1i require "cgi"; require "delegate"' spec/spec_helper.rb 
|| die
-
-   # Avoid test that works standalone but fails in the suite
-   sed -i -e '/calls block given to perform with each redirect/,/^
end/ s:^:#:' spec/httparty/request_spec.rb
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   docinto examples
-   dodoc examples/*
-}



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

2018-04-30 Thread Hans de Graaff
commit: 21e2f5c284e9c84fce62cce7abe87db8599fa6ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 20:05:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e2f5c2

dev-ruby/dotenv: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/dotenv/Manifest|  1 -
 dev-ruby/dotenv/dotenv-2.2.1.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-ruby/dotenv/Manifest b/dev-ruby/dotenv/Manifest
index 5565b97d715..5cd2f68cf46 100644
--- a/dev-ruby/dotenv/Manifest
+++ b/dev-ruby/dotenv/Manifest
@@ -1,3 +1,2 @@
-DIST dotenv-2.2.1.tar.gz 15855 BLAKE2B 
c970fbd30e3c616b9426f4f758e47c81cf54887de0a11560f4ed3aabda6b1b83f49849775d129658d3a2eb6ecdfe4fbea670d0a63443954ac1d53177125a895b
 SHA512 
67e9cc5323d505f0b5a5a1278d0ce6c72a577fc096508b5a6de7b73f3c0fa2ca8144475783ab2b9ef04cf44d6e57ddb8e09f849c44729f7bb7c4bb7156baa443
 DIST dotenv-2.2.2.tar.gz 15856 BLAKE2B 
e27a2650c79aadb31545c3a02d698f5cc3c9e27ddf07aa853a1f776b467f3cb707dda4ee3a0c107fbeb4a5609ded993ab74c81721cab088239858c28bd8e3ded
 SHA512 
6af4039cec9c4c85240dc01eee5e24cac6b762e2fcb0d371bbde4cf03743e1917436664d2ea2e59fa619fddce96c9d3848354d42c3a621556cb120ed1cd0cf2b
 DIST dotenv-2.4.0.tar.gz 16613 BLAKE2B 
e9f6a3bd08f610f829c09a250916d2b3194f699aa3b19c05e13ac77a4fdcf8a830ff43ddd6203d08fc96b70fc6b5d35b518ee2a640dd5a2b49886fac8a67fdb9
 SHA512 
59ae851ef6444dafa673549e84e9476c9ffb78ac6aa078be0fbdc0a1011e4df1dbbc664c612759c0932051bbe954a62679b4d9304dea0191469bf3d792943955

diff --git a/dev-ruby/dotenv/dotenv-2.2.1.ebuild 
b/dev-ruby/dotenv/dotenv-2.2.1.ebuild
deleted file mode 100644
index 1f940776cc6..000
--- a/dev-ruby/dotenv/dotenv-2.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Loads environment variables from .env into ENV"
-HOMEPAGE="https://github.com/bkeepers/dotenv";
-SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="2"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )"
-
-all_ruby_prepare() {
-   sed -i -e '/:guard/,/end/ s:^:#:' \
-   -e '5igem "rspec", "~> 3.0"' Gemfile || die
-
-   sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec 
|| die
-}
-
-each_ruby_prepare() {
-   sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-persistent/

2018-04-30 Thread Hans de Graaff
commit: 40017ca3421afdb0cda6f1712cecbb70d7546288
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 20:03:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40017ca3

dev-ruby/net-http-persistent: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild 
b/dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild
index d4e49a903b0..e7b05c4ea0d 100644
--- a/dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild
+++ b/dev-ruby/net-http-persistent/net-http-persistent-3.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2018-04-30 Thread Hans de Graaff
commit: b9765ba518713dc74c19c271f35e6f5c5325c870
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:53:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9765ba5

dev-ruby/gh: fix gemspec and add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/gh/gh-0.15.1-r1.ebuild | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/dev-ruby/gh/gh-0.15.1-r1.ebuild b/dev-ruby/gh/gh-0.15.1-r1.ebuild
new file mode 100644
index 000..eb0b4e6120c
--- /dev/null
+++ b/dev-ruby/gh/gh-0.15.1-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="multi-layer client for the github api v3"
+HOMEPAGE="https://github.com/travis-ci/gh";
+SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "
+   dev-ruby/webmock
+"
+
+ruby_add_rdepend "
+   >=dev-ruby/addressable-2.4.0:0
+   dev-ruby/backports
+   >dev-ruby/faraday-0.8
+   >dev-ruby/multi_json-1.0
+   >=dev-ruby/net-http-persistent-2.9:0
+   dev-ruby/net-http-pipeline
+"
+
+all_ruby_prepare() {
+   sed -i -e '/addressable/ s/2.4.0/2.4/' \
+   -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2018-04-30 Thread Hans de Graaff
commit: fe0855fd1902b7eb82808574261cd5e6e25834d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 17:22:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0855fd

dev-ruby/little-plugger: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/little-plugger/little-plugger-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild 
b/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
index e0ca649c104..b0e5d7f961a 100644
--- a/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
+++ b/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2018-04-30 Thread Hans de Graaff
commit: d32aeffae14d90615328f723f2065606b32376da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:44:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32aeffa

dev-ruby/haml-rails: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/haml-rails/haml-rails-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/haml-rails/haml-rails-1.0.0.ebuild 
b/dev-ruby/haml-rails/haml-rails-1.0.0.ebuild
index dd47f90c37c..d99497999a3 100644
--- a/dev-ruby/haml-rails/haml-rails-1.0.0.ebuild
+++ b/dev-ruby/haml-rails/haml-rails-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby23 ruby24"
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 



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

2018-04-30 Thread Hans de Graaff
commit: 9a91c9a17d666c11167fd26a4842efb67dabd6ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 18:42:13 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a91c9a1

dev-ruby/kramdown: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/kramdown/Manifest  |  1 -
 dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest
index 2f5dcbd8201..2344005f8d7 100644
--- a/dev-ruby/kramdown/Manifest
+++ b/dev-ruby/kramdown/Manifest
@@ -1,2 +1 @@
-DIST kramdown-1.13.2.gem 249856 BLAKE2B 
33aacadc09a1f720cf9876690647d2005272c571e861f9f69852e7bbfaa2cbd36802def1f732e9762e9c5c417f85a4eaa63d72a70e37cd9a6b6dd6bed5a099e0
 SHA512 
dd2194184a7761bc490535a9d5631b78441b83f040e37dafc25b956dd680fe398d19ae75aff06dc2ec6a7573ac198169e175ef78a95743f0f7b4874bf28cebf8
 DIST kramdown-1.14.0.gem 250368 BLAKE2B 
78d3638ec58a5c237a9350cad1edabf2d4fa0307013a0ced18f6835c4a8cdd623e4825b06670d5c588147013b191912f93e51e74ab1fe007761c117334f378aa
 SHA512 
bd6295db2fe0d3a7dca936d47f0aaf7f939a86361dfdd3203a52683a9eb11a68075cad7d068cc56a315db3c14e73cf5aebb87531ba3086301a7521c5a86f9905

diff --git a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild 
b/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild
deleted file mode 100644
index fbc6f81f1a4..000
--- a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict 
syntax definition"
-HOMEPAGE="https://kramdown.gettalong.org/";
-
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE="latex"
-
-LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra 
)"
-RDEPEND+=" ${LATEX_DEPS}"
-DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
-
-ruby_add_rdepend "dev-ruby/prawn:2
-   >=dev-ruby/prawn-table-0.2.2 =dev-ruby/prawn-table-0.2*
-   >=dev-ruby/rouge-1.8:0
-   >=dev-ruby/itextomml-1.5
-   >=dev-ruby/coderay-1.0.0
-   >=dev-ruby/ritex-1.0
-   >=dev-ruby/stringex-1.5.1"
-
-ruby_add_bdepend "doc? ( dev-ruby/rdoc )
-   test? ( >=dev-ruby/minitest-5.0 )"
-
-all_ruby_prepare() {
-   if ! use latex; then
-   # Remove latex tests. They will fail gracefully when latex isn't
-   # present at all, but not when components are missing (most
-   # notable ucs.sty).
-   sed -i -e '/latex -v/,/^  end/ s:^:#:' test/test_files.rb || die
-   fi
-
-   # Avoid tests requiring node to be installed with mathjaxnode.
-   rm -f test/testcases/span/math/mathjaxnode* \
-  test/testcases/block/15_math/mathjaxnode* || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   doman man/man1/kramdown.1
-}



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

2018-04-30 Thread Hans de Graaff
commit: ddd67afbe80916bedf88666035520eb1302dcc32
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 20:10:18 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd67afb

dev-ruby/domain_name: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/domain_name/domain_name-0.5.20180417.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/domain_name/domain_name-0.5.20180417.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.20180417.ebuild
index 1f96ef6e4ef..e9da54dd9dd 100644
--- a/dev-ruby/domain_name/domain_name-0.5.20180417.ebuild
+++ b/dev-ruby/domain_name/domain_name-0.5.20180417.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-04-30 Thread Hans de Graaff
commit: 991fed471c5638508b7d4dc04c1b451038c670f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 18:14:49 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991fed47

dev-ruby/bones: loosen dependency on rdoc to include 6.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/bones/bones-3.8.4-r2.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-ruby/bones/bones-3.8.4-r2.ebuild 
b/dev-ruby/bones/bones-3.8.4-r2.ebuild
new file mode 100644
index 000..444e1d22f30
--- /dev/null
+++ b/dev-ruby/bones/bones-3.8.4-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="default version.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tool that creates new Ruby projects from a code skeleton"
+HOMEPAGE="https://github.com/TwP/bones";
+
+IUSE="test"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   dev-ruby/builder:*
+   >=dev-ruby/loquacious-1.9.1
+   >=dev-ruby/little-plugger-1.1.3
+   =dev-ruby/rake-12*"
+
+all_ruby_prepare() {
+   eapply "${FILESDIR}"/${PN}-3.8.1-builder.patch
+
+   sed -i -e '/rdoc/,/Gem::Dependency/ s:~>:>=:' ../metadata || die
+}



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

2018-04-30 Thread Hans de Graaff
commit: 71063e68637c4e92e3dfcc06d4a7f932a431c5f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 20:09:23 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71063e68

dev-ruby/childprocess: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/childprocess/Manifest  |  2 --
 dev-ruby/childprocess/childprocess-0.7.0.ebuild | 34 
 dev-ruby/childprocess/childprocess-0.7.1.ebuild | 41 -
 3 files changed, 77 deletions(-)

diff --git a/dev-ruby/childprocess/Manifest b/dev-ruby/childprocess/Manifest
index a77796d52ed..c3ab55ad4d9 100644
--- a/dev-ruby/childprocess/Manifest
+++ b/dev-ruby/childprocess/Manifest
@@ -1,5 +1,3 @@
 DIST childprocess-0.6.3.gem 31744 BLAKE2B 
18fedbe7fbfa1a3954e74206b1f6207351d430a2092dda1f230f54c790c5531cf2a4f302bb86a9adf044e16cfafb132ece45152defd0c4c18445f49d5466f2b1
 SHA512 
93d2dbd23dfbaa6eb7eaf1c5791802180aece373aa912e78b1c3652e4e96f0e73ef948e484715863eef95e6af6daa1292944ebe987c331ce0d59ba086c803db5
-DIST childprocess-0.7.0.gem 32256 BLAKE2B 
58654d088b2b45917ce279de5178b21694ddb32c2771eb04b2b9de2db5e1f4cfcd6250947a38f51332dbdde730118cd63cd5432f0d54138b795416bbc6589365
 SHA512 
f06203ffecc09f5ab2dd2fe003de0e1f96906b1c5966c2dd630cccae046fd4b4efc6f8c96d4c825af2b4ab2e0e8dd63f6dee97701627d0ad311f0d8395c89c8a
-DIST childprocess-0.7.1.gem 32256 BLAKE2B 
428eef33c465e8805c855a9389fb0f393e04c48f0f30de4cd2f407cbf403fcfd621283cc9aafcc8336c19415245b180d46036c0e50910fcd8543ad346e0faec3
 SHA512 
c8e22a3244b5f6315ea003b20feb3f5a576c73938d8eb730f3aea99dc63662497a954531139983ffce74ebc089609e9ecc665144cfa6f05c699804615ca68902
 DIST childprocess-0.8.0.gem 32768 BLAKE2B 
c473da69bd38bda1e28e6adbac7b11597b05eafa58315996435052683f2e3ed500f3c83b27b17859115e1113e0da726007d0ccac3fee171b5338a9026482ac6f
 SHA512 
7e10c15930012bf99ea28afa677a6f745d4e6ebfc21f21f710c5a2d35df4fb146bbddb4d1e7a6711324ee7604af50995960570e85ed3f8fe087c59fc02cf
 DIST childprocess-0.9.0.gem 32768 BLAKE2B 
cb836c2cc3f9d6bda1db88aec8692499dae2a325611dcdfae482fd6a7bbf065612f0efbe140c08447566b8759ce125968a153d6df38889403d98bc94fe397d7b
 SHA512 
5a788556e14491b0801b8a533d8d8eebba726af6417c8c6c7146738fcae2f92e9faa090312e77d974852003f5a4d155d5307b0c9d1ff1d18173ad653d21f63d8

diff --git a/dev-ruby/childprocess/childprocess-0.7.0.ebuild 
b/dev-ruby/childprocess/childprocess-0.7.0.ebuild
deleted file mode 100644
index e8c89651a6e..000
--- a/dev-ruby/childprocess/childprocess-0.7.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ruby24 -> fails tests
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Solution for controlling external programs running in the 
background"
-HOMEPAGE="https://github.com/jarib/childprocess";
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   rm Gemfile || die
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die
-   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/childprocess/childprocess-0.7.1.ebuild 
b/dev-ruby/childprocess/childprocess-0.7.1.ebuild
deleted file mode 100644
index 8401e895429..000
--- a/dev-ruby/childprocess/childprocess-0.7.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Solution for controlling external programs running in the 
background"
-HOMEPAGE="https://github.com/jarib/childprocess";
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   rm Gemfile || die
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die
-   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_prepare() {
-   sed -i -e "s:'ruby':'"${RUBY}"':" spec/childprocess_spec.rb || die
-}
-
-each_ruby_test() {
-   RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec
-}



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

2018-04-30 Thread Hans de Graaff
commit: 5b03257d0daf3d1bb9c85e5280b1f179c3c20581
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:45:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b03257d

dev-ruby/globalid: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/globalid/Manifest |  1 -
 dev-ruby/globalid/globalid-0.4.0-r1.ebuild | 26 --
 dev-ruby/globalid/globalid-0.4.0.ebuild| 26 --
 3 files changed, 53 deletions(-)

diff --git a/dev-ruby/globalid/Manifest b/dev-ruby/globalid/Manifest
index ac25dd0bd19..452fb1c0659 100644
--- a/dev-ruby/globalid/Manifest
+++ b/dev-ruby/globalid/Manifest
@@ -1,2 +1 @@
-DIST globalid-0.4.0.tar.gz 18087 BLAKE2B 
f720a5b760d5a82726155b67ea82977ffcacc109bc431f92afa33bf95b79420a006e9d87650f40ebe5d1b365b3364f645426486b697974072bfbd1e1c4660b88
 SHA512 
181ee39c12bffe16048b6ae77064f9a9f7babbc8fab43893c8eb89f98571ecd6cbe0032174a9ed6db04398e5f848d718a9ec2d587ac6cfdac4478c7e80284a61
 DIST globalid-0.4.1.tar.gz 17924 BLAKE2B 
6657c916049f841f472f6320868287451d061f96501f5a2b4df8fd71512f5752d5568185c8166344494fa3f6829ec0047f54235c8ea4e01b040653b8699d0484
 SHA512 
da484c6c7e8155416d008d650929c6b72981d2ae2d1654eb02e414838a065dad9b4ba3c6e275abb008a0d9cad1e2d4d5295d90807c7d7fc73e55b7071c0fd657

diff --git a/dev-ruby/globalid/globalid-0.4.0-r1.ebuild 
b/dev-ruby/globalid/globalid-0.4.0-r1.ebuild
deleted file mode 100644
index f1e1afc7128..000
--- a/dev-ruby/globalid/globalid-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Reference models by URI"
-HOMEPAGE="https://github.com/rails/globalid";
-SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.2.0 
>=dev-ruby/railties-4.2.0 )"
-ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"
-
-all_ruby_prepare() {
-   rm -f Gemfile.lock || die
-}

diff --git a/dev-ruby/globalid/globalid-0.4.0.ebuild 
b/dev-ruby/globalid/globalid-0.4.0.ebuild
deleted file mode 100644
index 1942f432f10..000
--- a/dev-ruby/globalid/globalid-0.4.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 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_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Reference models by URI"
-HOMEPAGE="https://github.com/rails/globalid";
-SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.2.0 
>=dev-ruby/railties-4.2.0 )"
-ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"
-
-all_ruby_prepare() {
-   rm -f Gemfile.lock || die
-}



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

2018-04-30 Thread Hans de Graaff
commit: f18f9617f559fc7fde841348c0090c6ec16828e4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 19:42:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:10:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18f9617

dev-ruby/hiera: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/hiera/Manifest   |  1 -
 dev-ruby/hiera/hiera-3.3.1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/hiera/Manifest b/dev-ruby/hiera/Manifest
index cadefcb8a11..21c76332c96 100644
--- a/dev-ruby/hiera/Manifest
+++ b/dev-ruby/hiera/Manifest
@@ -1,5 +1,4 @@
 DIST hiera-1.3.4.gem 30208 BLAKE2B 
c0f65db3807e645ec08d60447b3aa0ecd9e826afc730296743faf6cded31ac203fdbe369df0055dc68fbb90f453dad26e8f3679d0c707b14cdcb6ff67328229b
 SHA512 
be3b702f0e3c2e61d8d6a8c1ff1280f9a1be3dc4adc2a605b4ee3b5db82d513bd58fb6b22ef546a625cf4eefa43d597365187b776ee92c2dd9946eaa4b147128
 DIST hiera-3.2.2.gem 40448 BLAKE2B 
a94bebb0e3549a3bde83ef80db8c13af8bfb6dbf0f9f3efc244ddf211fed47c7f763e033c348d3a0fd20ad04c3de009b4d37fee0da080a77c4eac2a1439b8751
 SHA512 
5a341c47305592421945fee3ab3fbc2c39f3f847d1c45d9b6dc8cc90da8057c25b32abf127b667fc00071c1fa7809034a5dd1e640c49f4ba6c2ab3e5718753b1
-DIST hiera-3.3.1.gem 40960 BLAKE2B 
6bf380cd9a46c4b035578e576fc01af3e026a26c421c5d7745d5f1a62c143999faa466d8b15ed30621bba0ce13a5cf42a38e1f572993560019a73c717050cab7
 SHA512 
c9032fa0d01f43b22b5d59fa9e8f3b6353b2a91b4ddba9aa6f7c8debfbd2b1089f0b471be5cd0f864025aabeb3f117dabab0a342ae9f659d6dfc13480f27a7a5
 DIST hiera-3.4.2.gem 41472 BLAKE2B 
d4b1fd0432a4b8fffbf9e55118e93578226fd270ec11da4b999d1e1b7edc32fda70d7a7b84c016034d8028ae51d55d5076dc51780b10ff59af52077ddda6224d
 SHA512 
33045e395fa06467ae61f42eeab5b48b76a03274243db52dff7dbf8a08052b8cd2e0dd609d6a13317efab485408c7351cc2553ba2e5a767afa09a8a21735852f
 DIST hiera-3.4.3.gem 40960 BLAKE2B 
a4747c6096065c1272bd3099893d27c53b5e869be16643fbd59fa0eead692e3bd082fcbf82463614336d00c3068244bd632fd6c3a87ba520566a8643f674bfc4
 SHA512 
126e626b9c9020f2b8565aaff35f30b35c73785120425d186c97186c5bdfafc4831216250f78fd33ffd5e1dde49646b262887747c0d73442a252c391329959e2

diff --git a/dev-ruby/hiera/hiera-3.3.1.ebuild 
b/dev-ruby/hiera/hiera-3.3.1.ebuild
deleted file mode 100644
index 1d8ee8a87cd..000
--- a/dev-ruby/hiera/hiera-3.3.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple pluggable Hierarchical Database"
-HOMEPAGE="https://docs.puppet.com/hiera/latest/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-
-ruby_add_bdepend "test? ( dev-ruby/mocha )"
-
-ruby_add_rdepend "dev-ruby/deep_merge"



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

2018-04-30 Thread Hans de Graaff
commit: 5188a9c4ef7266baa9bbf6e9b16030f3c9120469
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 30 20:02:13 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 30 20:11:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5188a9c4

dev-ruby/patron: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/patron/patron-0.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/patron/patron-0.12.1.ebuild 
b/dev-ruby/patron/patron-0.12.1.ebuild
index 843a380dbda..9e7b6892856 100644
--- a/dev-ruby/patron/patron-0.12.1.ebuild
+++ b/dev-ruby/patron/patron-0.12.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-04-30 Thread Mikle Kolyada
commit: 16f13ef8931239fa6a11d3e0b4fbd05315fb5080
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 19:52:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 19:52:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f13ef8

profiles/updates: drop obsolete move in 2Q-2016

 profiles/updates/2Q-2016 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/updates/2Q-2016 b/profiles/updates/2Q-2016
index bf0953129a2..00df6107ebf 100644
--- a/profiles/updates/2Q-2016
+++ b/profiles/updates/2Q-2016
@@ -51,7 +51,6 @@ move sys-infiniband/libmthca sys-fabric/libmthca
 move sys-infiniband/libnes sys-fabric/libnes
 move sys-infiniband/libocrdma sys-fabric/libocrdma
 move sys-infiniband/librdmacm sys-fabric/librdmacm
-move sys-infiniband/mstflint sys-fabric/mstflint
 move sys-infiniband/ofed sys-fabric/ofed
 move sys-infiniband/opensm sys-fabric/opensm
 move sys-infiniband/perftest sys-fabric/perftest



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

2018-04-30 Thread Zac Medico
commit: 2bd3d97d18644f2dc348df808a0f32d4d36e7120
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 30 19:05:07 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 30 19:05:07 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2bd3d97d

AbstractPollTask: remove unused IO_* references

Fixes: c11a6ec05f02 ("AbstractPollTask: add_reader asyncio compat (bug 654382)")

 pym/_emerge/AbstractPollTask.py | 9 -
 1 file changed, 9 deletions(-)

diff --git a/pym/_emerge/AbstractPollTask.py b/pym/_emerge/AbstractPollTask.py
index 3a869cb46..f68cd3a15 100644
--- a/pym/_emerge/AbstractPollTask.py
+++ b/pym/_emerge/AbstractPollTask.py
@@ -16,15 +16,6 @@ class AbstractPollTask(AsynchronousTask):
 
_bufsize = 4096
 
-   @property
-   def _exceptional_events(self):
-   return self.scheduler.IO_ERR | self.scheduler.IO_NVAL
-
-   @property
-   def _registered_events(self):
-   return self.scheduler.IO_IN | self.scheduler.IO_HUP | \
-   self._exceptional_events
-
def isAlive(self):
return bool(self._registered)
 



[gentoo-commits] proj/portage:master commit in: bin/, pym/_emerge/

2018-04-30 Thread Zac Medico
commit: b313716f09b039957864fda3bd1e1f2b54c85586
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 30 19:15:59 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 30 19:25:37 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b313716f

AbstractPollTask: change timeout units to seconds

 bin/ebuild-ipc.py   | 6 +++---
 pym/_emerge/AbstractPollTask.py | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/ebuild-ipc.py b/bin/ebuild-ipc.py
index c2773cb6a..6d0cdbef9 100755
--- a/bin/ebuild-ipc.py
+++ b/bin/ebuild-ipc.py
@@ -104,7 +104,7 @@ class EbuildIpc(object):
 
# Timeout for each individual communication attempt (we retry
# as long as the daemon process appears to be alive).
-   _COMMUNICATE_RETRY_TIMEOUT_MS = 15000
+   _COMMUNICATE_RETRY_TIMEOUT = 15 # seconds
 
def __init__(self):
self.fifo_dir = os.environ['PORTAGE_BUILDDIR']
@@ -161,7 +161,7 @@ class EbuildIpc(object):
eof = fifo_writer.poll() is not None
 
while not eof:
-   
fifo_writer._wait_loop(timeout=self._COMMUNICATE_RETRY_TIMEOUT_MS)
+   
fifo_writer._wait_loop(timeout=self._COMMUNICATE_RETRY_TIMEOUT)
 
eof = fifo_writer.poll() is not None
if eof:
@@ -187,7 +187,7 @@ class EbuildIpc(object):
eof = pipe_reader.poll() is not None
 
while not eof:
-   
pipe_reader._wait_loop(timeout=self._COMMUNICATE_RETRY_TIMEOUT_MS)
+   
pipe_reader._wait_loop(timeout=self._COMMUNICATE_RETRY_TIMEOUT)
eof = pipe_reader.poll() is not None
if not eof:
if self._daemon_is_alive():

diff --git a/pym/_emerge/AbstractPollTask.py b/pym/_emerge/AbstractPollTask.py
index 6cccb27d9..dff4b3efd 100644
--- a/pym/_emerge/AbstractPollTask.py
+++ b/pym/_emerge/AbstractPollTask.py
@@ -113,7 +113,7 @@ class AbstractPollTask(AsynchronousTask):
tasks = [self.async_wait()]
if timeout is not None:
tasks.append(asyncio.ensure_future(
-   asyncio.sleep(timeout / 1000, loop=loop), 
loop=loop))
+   asyncio.sleep(timeout, loop=loop), loop=loop))
try:
loop.run_until_complete(asyncio.ensure_future(
asyncio.wait(tasks, 
return_when=asyncio.FIRST_COMPLETED,



[gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/, pym/_emerge/, pym/portage/util/_async/

2018-04-30 Thread Zac Medico
commit: 8b3dd3537a2c50035d6369946e65305d448d7f1b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 30 19:11:52 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 30 19:25:20 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8b3dd353

AbstractPollTask: remove deprecated _read_* event parameter

Fixes: c11a6ec05f02 ("AbstractPollTask: add_reader asyncio compat (bug 654382)")

 pym/_emerge/AbstractPollTask.py   | 6 ++
 pym/_emerge/AsynchronousLock.py   | 2 +-
 pym/_emerge/EbuildIpcDaemon.py| 2 +-
 pym/_emerge/EbuildMetadataPhase.py| 2 +-
 pym/_emerge/PipeReader.py | 4 ++--
 pym/portage/dbapi/_MergeProcess.py| 2 +-
 pym/portage/util/_async/PipeLogger.py | 2 +-
 7 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/pym/_emerge/AbstractPollTask.py b/pym/_emerge/AbstractPollTask.py
index f68cd3a15..6cccb27d9 100644
--- a/pym/_emerge/AbstractPollTask.py
+++ b/pym/_emerge/AbstractPollTask.py
@@ -19,7 +19,7 @@ class AbstractPollTask(AsynchronousTask):
def isAlive(self):
return bool(self._registered)
 
-   def _read_array(self, f, event):
+   def _read_array(self, f):
"""
NOTE: array.fromfile() is used here only for testing purposes,
because it has bugs in all known versions of Python (including
@@ -65,7 +65,7 @@ class AbstractPollTask(AsynchronousTask):
 
return buf
 
-   def _read_buf(self, fd, event):
+   def _read_buf(self, fd):
"""
Read self._bufsize into a string of bytes, handling EAGAIN and
EIO. This will only call os.read() once, so the caller should
@@ -78,8 +78,6 @@ class AbstractPollTask(AsynchronousTask):
 
@param fd: file descriptor (non-blocking mode required)
@type fd: int
-   @param event: poll event flags
-   @type event: int
@rtype: bytes or None
@return: A string of bytes, or None
"""

diff --git a/pym/_emerge/AsynchronousLock.py b/pym/_emerge/AsynchronousLock.py
index 6cf37369f..aed1bcb15 100644
--- a/pym/_emerge/AsynchronousLock.py
+++ b/pym/_emerge/AsynchronousLock.py
@@ -266,7 +266,7 @@ class _LockProcess(AbstractPollTask):
return self.returncode
 
def _output_handler(self):
-   buf = self._read_buf(self._files['pipe_in'], None)
+   buf = self._read_buf(self._files['pipe_in'])
if buf:
self._acquired = True
self._unregister()

diff --git a/pym/_emerge/EbuildIpcDaemon.py b/pym/_emerge/EbuildIpcDaemon.py
index c16049ee4..d0dbe18bd 100644
--- a/pym/_emerge/EbuildIpcDaemon.py
+++ b/pym/_emerge/EbuildIpcDaemon.py
@@ -34,7 +34,7 @@ class EbuildIpcDaemon(FifoIpcDaemon):
 
def _input_handler(self):
# Read the whole pickle in a single atomic read() call.
-   data = self._read_buf(self._files.pipe_in, None)
+   data = self._read_buf(self._files.pipe_in)
if data is None:
pass # EAGAIN
elif data:

diff --git a/pym/_emerge/EbuildMetadataPhase.py 
b/pym/_emerge/EbuildMetadataPhase.py
index 42bcd6739..4940d40b6 100644
--- a/pym/_emerge/EbuildMetadataPhase.py
+++ b/pym/_emerge/EbuildMetadataPhase.py
@@ -130,7 +130,7 @@ class EbuildMetadataPhase(SubProcess):
 
def _output_handler(self):
while True:
-   buf = self._read_buf(self._files.ebuild, None)
+   buf = self._read_buf(self._files.ebuild)
if buf is None:
break # EAGAIN
elif buf:

diff --git a/pym/_emerge/PipeReader.py b/pym/_emerge/PipeReader.py
index 6a3fc9ea6..151be94ea 100644
--- a/pym/_emerge/PipeReader.py
+++ b/pym/_emerge/PipeReader.py
@@ -61,7 +61,7 @@ class PipeReader(AbstractPollTask):
def _output_handler(self, fd):
 
while True:
-   data = self._read_buf(fd, None)
+   data = self._read_buf(fd)
if data is None:
break
if data:
@@ -79,7 +79,7 @@ class PipeReader(AbstractPollTask):
break
 
while True:
-   data = self._read_array(f, None)
+   data = self._read_array(f)
if data is None:
break
if data:

diff --git a/pym/portage/dbapi/_MergeProcess.py 
b/pym/portage/dbapi/_MergeProcess.py
index 42f2d84e5..fefdf8635 100644
--- a/pym/portage/dbapi/_MergeProcess.py
+++ b/pym/portage/dbapi/_MergeProcess.py
@@ -79,7 +79,7 @@ class MergeProcess(ForkProcess):
self._locked_vdb = False
 
def _elog_output_handler(self):

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

2018-04-30 Thread Jason Zaman
commit: b611b77bf34fe62440d3f2eb7815a2bed42f9d46
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Apr 30 18:54:56 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Apr 30 18:55:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b611b77b

dev-util/bazel: bump 0.13.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/bazel/Manifest|  1 +
 dev-util/bazel/bazel-0.13.0.ebuild | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
index bfd2fa34136..f54010da7c1 100644
--- a/dev-util/bazel/Manifest
+++ b/dev-util/bazel/Manifest
@@ -1,2 +1,3 @@
 DIST bazel-0.10.1-dist.zip 92973197 BLAKE2B 
a1d681407e2c72a57b3dcbb5e2afc49e59670be65da3d7d038dc3b8593bc0ab5b4a06c8dd8fc8a617a92eef2fc26a049b6de9a1eab0d05f31efb2fbeeb9ce711
 SHA512 
1894c951fd39a084011f89dd0d458e182525c2bfd6c80da071865e981e21a8c2b8363530ab53af18e6deae4a488744d6d2b7a5a4acf04715c2e26560a01df707
+DIST bazel-0.13.0-dist.zip 90105262 BLAKE2B 
cb065025524123babef187bac2e1f54f43645d08cb1282a5fe8f8c8b090e595570646072e2380836e2c43403f7953f97321becc24b743d7b9ab43ad208cf2c2d
 SHA512 
3c128e551cff1b685250a68892ca3e1ad6be8b152ee2b8eb527c94adbb8fd50c70e703a363bb938916275030ddb14d756c14e4dc238e7a7b40289c700c5d53c7
 DIST bazel-0.7.0-dist.zip 84669893 BLAKE2B 
2f8bbe3a48224a797bdebdaad8f7c403c8b0232ada5eee8c8619f241e9670dda311b9280f48b5e2013079f959891d94f55aee2af0dfae9fc4f6a486663fa245d
 SHA512 
039ab6a04fd4422bd14503187e6cc0d07301723b3ecae906606fa12ccea72190d82237899c103c1adfdf05dc8672887790780ddfb4cce87cd590adbde3d3f6d4

diff --git a/dev-util/bazel/bazel-0.13.0.ebuild 
b/dev-util/bazel/bazel-0.13.0.ebuild
new file mode 100644
index 000..5a238c7915f
--- /dev/null
+++ b/dev-util/bazel/bazel-0.13.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 java-pkg-2
+
+DESCRIPTION="Fast and correct automated build system"
+HOMEPAGE="http://bazel.io/";
+SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.zip";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples tools zsh-completion"
+# strip corrupts the bazel binary
+RESTRICT="strip"
+RDEPEND="virtual/jdk:1.8"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   app-arch/zip"
+
+S="${WORKDIR}"
+
+pkg_setup() {
+   echo ${PATH} | grep -q ccache && \
+   ewarn "${PN} usually fails to compile with ccache, you have 
been warned"
+   java-pkg-2_pkg_setup
+}
+
+src_compile() {
+   # F: fopen_wr
+   # S: deny
+   # P: /proc/self/setgroups
+   # A: /proc/self/setgroups
+   # R: /proc/24939/setgroups
+   # C: /usr/lib/systemd/systemd
+   addpredict /proc
+   VERBOSE=yes ./compile.sh || die
+   # Use standalone strategy to deactivate the bazel sandbox, since it
+   # conflicts with FEATURES=sandbox.
+   echo "build --verbose_failures --spawn_strategy=standalone 
--genrule_strategy=standalone" \
+   > "${T}/bazelrc" || die
+   output/bazel --bazelrc="${T}/bazelrc" build scripts:bazel-complete.bash 
|| die
+   mv bazel-bin/scripts/bazel-complete.bash output/ || die
+}
+
+src_test() {
+   output/bazel test \
+   --verbose_failures \
+   --spawn_strategy=standalone \
+   --genrule_strategy=standalone \
+   --verbose_test_summary \
+   examples/cpp:hello-success_test || die
+}
+
+src_install() {
+   output/bazel shutdown
+   dobin output/bazel
+   newbashcomp output/bazel-complete.bash ${PN}
+   bashcomp_alias ${PN} ibazel
+   if use zsh-completion ; then
+   insinto /usr/share/zsh/site-functions
+   doins scripts/zsh_completion/_bazel
+   fi
+   if use examples; then
+   docinto examples
+   dodoc -r examples/*
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   # could really build tools but I don't know which ones
+   # are actually used
+   if use tools; then
+   docinto tools
+   dodoc -r tools/*
+   docompress -x /usr/share/doc/${PF}/tools
+   fi
+}



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

2018-04-30 Thread Matt Turner
commit: 84cb13e54f0eb737db417d599ce74ca58ffeb6b0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 30 18:53:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 18:53:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84cb13e5

media-libs/mesa: Drop old versions

 media-libs/mesa/Manifest   |   6 -
 media-libs/mesa/mesa-17.1.10.ebuild| 505 
 media-libs/mesa/mesa-17.2.8.ebuild | 584 -
 media-libs/mesa/mesa-17.3.8.ebuild | 582 
 media-libs/mesa/mesa-18.0.0.ebuild | 583 
 media-libs/mesa/mesa-18.0.1.ebuild | 583 
 media-libs/mesa/mesa-18.1.0_rc1.ebuild | 584 -
 7 files changed, 3427 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index d8673e6d07b..d72581e4f46 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,9 +1,3 @@
-DIST mesa-17.1.10.tar.xz 9872168 BLAKE2B 
205ece7b016fcc1de5bb72711775cd8f4b90f5d6c26db77d1576752fcd4a99a36cbcd902bb6ad1041d476d1c3b32479baceb4087c902ce598ede3d57851c6b9d
 SHA512 
728dbd41f5d3a7a1c33fc18c08a8b8eb1f6d236c5f00781209f46b144dd66a27ecd723ab1635868b7ad77de3a18ad53f1a88c932f17c0be97605a2775e3b3a9b
-DIST mesa-17.2.8.tar.xz 10393304 BLAKE2B 
558321eefc6d599aaedfe468f03c2f1f99b5c96c253637db00b7da3265ec38e031d15f77623db1f4408f15912c93347e0f5769b01d92329be7f55e45f6f6bf75
 SHA512 
ce05ad2d3e1b55ffe9c8ef65023a840c04b29014c7876b23182a6a6dd0b768f248ec21bc5b738d21b846f59f4b73501a9fe834d6a87e7dba16c6f821008e0f01
-DIST mesa-17.3.8.tar.xz 10660896 BLAKE2B 
432deefad4b0a42914efc24c558d5c766443f55ff8324317980a4f91a5e560207c3c142d9547868c6cd480ad751c2b11a76da06dea891a044016868b3dcdaaa2
 SHA512 
4a63b760d5c64425e2d4dddf6ab8167c1845020f173bd56ec1d2e483e3bf2afb9ca483fcf329d37cc0bce82ab5134ee43ea82a2e3a4ee9463de16a9f75bc6e16
 DIST mesa-17.3.9.tar.xz 10660456 BLAKE2B 
54f4a75f9040e50e9eea8f5c52a276578379d25d2a01ac4767ab12bee85fe5dae1492d5bb1df06b6e8c6b0fe960bbd5ea38691c75d08a6b4302c64377ce58e54
 SHA512 
83deffbc6b9823b8e93cccf57d7952106f3d55fea881e3924f9f9586f0e9347a6e3a1a36cc19c24af819f2fde3af9496652a6ff56132511a5618d5774404f63f
-DIST mesa-18.0.0.tar.xz 11056544 BLAKE2B 
467c100bcbc0a60e3868e718331192255fd16394c21b08c128a054e066740cd071e0b272aba011873fe239821f53442e9a07ae860d94b425275bd68c3db3b7fc
 SHA512 
1494bb09357896a2505b3dcfec772268e28c765804f21e144948a314f1d79d99ff9f21062ef5860eb5a5a568b305a9c954585924a7ac8890fe1ebd8df3bcc396
-DIST mesa-18.0.1.tar.xz 10945308 BLAKE2B 
03dad0961aafeb954a50f1db305288682e6b0dc58631b66de2f331dc95756b881bf7f73b5e2fa4ec04640054c27aab236acdf6b89bd7cd89ca1dbe9134a6a2d0
 SHA512 
b0d610904b6f179a27b42aee5f479339e341926915cdc6adb08ac999a4a12539abc3776577e86af83e10381d9703ef1bca70bab81b43daf2c000622c9c3612d2
 DIST mesa-18.0.2.tar.xz 10949364 BLAKE2B 
8b0557db70f61ac39df96e923383e41008f483ae2f89b3723e94e644cb2ced81a7996d61009acaebaf7813843742a24351a573c80f1173615e6c0302552cf621
 SHA512 
77d24d01c4c22596d28421aeb74932ff232730a4f556ae1a2e8777ece2876e4e352679575385c065505df4a2a83d2c1cf30db92dcf88038417e36a2768332d7e
-DIST mesa-18.1.0-rc1.tar.xz 8324 BLAKE2B 
e5a89c8469b6716463c9efb0e7059022bc986da83d55a020156a3466cb44c283828bacb340ef4dceda9e14a82f737b6809f742b49a8b38d7e871ff1864e8bb3e
 SHA512 
5b179b4ece6fd0e04ef00744d975607b6678c4c333c47fdd7442768ac15b375c7faeb8472b0dba19c0b8755067effd6243803ce17739a50c17efc8e69e6ae401
 DIST mesa-18.1.0-rc2.tar.xz 7872 BLAKE2B 
a95096ed573031eed17b880f725d68af062e0f7d9513d391d83c51e996fa238add93e05ae98ad4ed77d731f7521736b73566687be798029293d88f8b4b75db1c
 SHA512 
43ddb27c436ab6ad08c4f5f764855e0681c10995e5279146c01e03e6e8af98dd23d96a20d3ac50107a6ca89cc3dd094bc472ddd70d290d0357cef3059ae34cfc

diff --git a/media-libs/mesa/mesa-17.1.10.ebuild 
b/media-libs/mesa/mesa-17.1.10.ebuild
deleted file mode 100644
index ed0e205a3b4..000
--- a/media-libs/mesa/mesa-17.1.10.ebuild
+++ /dev/null
@@ -1,505 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git";
-
-if [[ ${PV} =  ]]; then
-   GIT_ECLASS="git-r3"
-   EXPERIMENTAL="true"
-fi
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
-
-OPENGL_DIR="xorg-x11"
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="OpenGL-like graphic library for Linux"
-HOMEPAGE="https://www.mesa3d.org/";
-
-if [[ $PV ==  ]]; then
-   SRC_URI=""
-else
-   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
-   KEYWORDS="arm"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-RESTRICT="!bindist? ( bindist )"
-
-INTEL_CARDS="i915 i965 intel"
-RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
-VIDEO_CARDS="${INTEL_CARDS} ${RADEON_CARDS} freedreno imx nouveau vc4 vivante 
vmware"
-fo

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

2018-04-30 Thread Matt Turner
commit: c31601833d6a0778a6008229ace7d2f760e72e15
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 30 18:52:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 30 18:52:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3160183

media-libs/mesa: Propagate stable keywords to 17.3.9

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

diff --git a/media-libs/mesa/mesa-17.3.9.ebuild 
b/media-libs/mesa/mesa-17.3.9.ebuild
index f35082d0d6b..c1821f5ec1b 100644
--- a/media-libs/mesa/mesa-17.3.9.ebuild
+++ b/media-libs/mesa/mesa-17.3.9.ebuild
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-04-30 Thread Mikle Kolyada
commit: c153af80355510769d79b24078b6c1840aba1f86
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 18:50:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 18:50:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c153af80

media-libs/mesa: arm stable wrt bug #652350

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/media-libs/mesa/mesa-17.3.8.ebuild 
b/media-libs/mesa/mesa-17.3.8.ebuild
index dda783275c7..c1821f5ec1b 100644
--- a/media-libs/mesa/mesa-17.3.8.ebuild
+++ b/media-libs/mesa/mesa-17.3.8.ebuild
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-04-30 Thread Mikle Kolyada
commit: d15819bb3a7243293e060beaafb5a504bfc82b58
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 18:49:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 18:49:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15819bb

x11-libs/libdrm: arm stable wrt bug #652350

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/x11-libs/libdrm/libdrm-2.4.89.ebuild 
b/x11-libs/libdrm/libdrm-2.4.89.ebuild
index b798ebe33c4..5967bc7164e 100644
--- a/x11-libs/libdrm/libdrm-2.4.89.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.89.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



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

2018-04-30 Thread Mikle Kolyada
commit: fdece70aa433a470708516b81bc43beb68da4a08
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 18:39:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 18:39:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdece70a

dev-libs/oniguruma: arm stable wrt bug #652444

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-libs/oniguruma/oniguruma-6.7.1.ebuild 
b/dev-libs/oniguruma/oniguruma-6.7.1.ebuild
index 42608b7b302..0f4bfc4a135 100644
--- a/dev-libs/oniguruma/oniguruma-6.7.1.ebuild
+++ b/dev-libs/oniguruma/oniguruma-6.7.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0/4"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
 
 S="${WORKDIR}/${MY_P}"



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

2018-04-30 Thread Zac Medico
commit: 09fe2dbd14419f5619c5331f3525bf827269021c
Author: Tomáš Chvátal  gmail  com>
AuthorDate: Mon Apr 30 18:26:30 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 30 18:27:23 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=09fe2dbd

etc-update: fix rpm get_basename_find_opt for rpmnew

 bin/etc-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/etc-update b/bin/etc-update
index 720bd83d3..4f02876ef 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -73,7 +73,7 @@ elif [[ $OS_FAMILY == 'rpm' ]]; then
printf -- '%s\n' "${1}" |sed -e 's/\.rpmsave$//' -e 
's/\.rpmnew$//' -e 's/\.rpmorig$//'
}
get_basename_find_opt() {
-   printf -- '%s\n' "${1}.rpm"
+   printf -- '%s\n' "${1}.rpm???*"
}
get_scan_regexp() {
echo 
"s:\(^.*/\)\(.*\)\(\.\(rpmnew|rpmsave|rpmorig\)\):\1\2\3$b\1$b\3$b\2:"



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

2018-04-30 Thread Lars Wendler
commit: 00b0874f2e4c049987907625abafc122a569cc7d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 30 18:09:05 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 30 18:10:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b0874f

app-admin/sudo: Bump to version 1.8.23. Removed old.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-admin/sudo/Manifest   | 2 +-
 app-admin/sudo/{sudo-1.8.23_rc2.ebuild => sudo-1.8.23.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 0c072d6392b..80b1caa627a 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,4 +1,4 @@
 DIST sudo-1.8.20p2.tar.gz 2930769 BLAKE2B 
90338e7d436683f94a9e13e9f0da668f2bbbf2184530feb63166186309881b737b783d2be80f935e5d64fd2a4264928423d2b754121be5caf07acbacbe2a6d42
 SHA512 
8bf67e687f7a84605fdef8d547b5cd661141b6c8fd25820c33c7e37e97ca7f21f564c3bae691f8a8cd08df7d80338e36a8f06bb5086cc104509d71d6ab1bceda
 DIST sudo-1.8.21p2.tar.gz 2976081 BLAKE2B 
c0b555879ddb6832c6396b557793f5d4783481fca5d721901c7ef81c1856c1cf7630fddd09bbb42207c27d51892a79c2bf5c653b5b5091ebc84f2d59981207b7
 SHA512 
f04bbff54ad74ba73c078e15c75d2f41332d4912078ed66157ba7346b7fff914bd0747460cb4cd0c472af2d3b344fa72f5c62c95169df68a9cac74d7245c720c
 DIST sudo-1.8.22.tar.gz 3029051 BLAKE2B 
c77e05b6e9cee738902d6289327fb5d34d19833d96597f983d8af01434d224dd698f9257b0965a0e480e8d19eb38eef0c8216942ca5217c3fe7516cdf397f7b7
 SHA512 
5ce10a9302d25bb726e347499d26a0b3697446cfcdf0fd9094ee35198db7b023d5250a53fdcb4184d1a09f5fd2a78fc645bc8e80f265666b05a91f62f49b0695
-DIST sudo-1.8.23rc2.tar.gz 3149442 BLAKE2B 
dcf80e26f501cd1e22956e940a97ada7efb68158c995d9719d9c3cdf9f2979a99643e03717c316595875931c783e242bc8e1c809c65b028e93331efcecace0c7
 SHA512 
0ca1fb8cddb003304999b6e41c05678621e370eb25bc1cd7f3ca8d54f07c8c914b9f05da128208a9225b4e7c83ff6b736bc3a618fdee46fa8f81b70e3c3b0f31
+DIST sudo-1.8.23.tar.gz 3150674 BLAKE2B 
11b1c7bfa372005cda8baf651c4662f6fd15e94ca77f7705b23ca6573424796d5c1f8e47e2874c4b54017141d01a632885ac60c92346d932537048373cad0ede
 SHA512 
a9d61850a4857bfd075547a13efb13b054e4736e3ebe3c8a98a90a090b1d9b9688354ec9725fc99d1d256999b6f9c6ae6215ce9770fcdebd7f24731107b48342

diff --git a/app-admin/sudo/sudo-1.8.23_rc2.ebuild 
b/app-admin/sudo/sudo-1.8.23.ebuild
similarity index 100%
rename from app-admin/sudo/sudo-1.8.23_rc2.ebuild
rename to app-admin/sudo/sudo-1.8.23.ebuild



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

2018-04-30 Thread Lars Wendler
commit: 0685b411557ecd6e0356ebd74b018055931ea953
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 30 18:10:20 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 30 18:10:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0685b411

app-admin/sudo: Removed old.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-admin/sudo/Manifest  |   1 -
 app-admin/sudo/sudo-1.8.21_p2.ebuild | 218 ---
 2 files changed, 219 deletions(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 80b1caa627a..031d9469b86 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,4 +1,3 @@
 DIST sudo-1.8.20p2.tar.gz 2930769 BLAKE2B 
90338e7d436683f94a9e13e9f0da668f2bbbf2184530feb63166186309881b737b783d2be80f935e5d64fd2a4264928423d2b754121be5caf07acbacbe2a6d42
 SHA512 
8bf67e687f7a84605fdef8d547b5cd661141b6c8fd25820c33c7e37e97ca7f21f564c3bae691f8a8cd08df7d80338e36a8f06bb5086cc104509d71d6ab1bceda
-DIST sudo-1.8.21p2.tar.gz 2976081 BLAKE2B 
c0b555879ddb6832c6396b557793f5d4783481fca5d721901c7ef81c1856c1cf7630fddd09bbb42207c27d51892a79c2bf5c653b5b5091ebc84f2d59981207b7
 SHA512 
f04bbff54ad74ba73c078e15c75d2f41332d4912078ed66157ba7346b7fff914bd0747460cb4cd0c472af2d3b344fa72f5c62c95169df68a9cac74d7245c720c
 DIST sudo-1.8.22.tar.gz 3029051 BLAKE2B 
c77e05b6e9cee738902d6289327fb5d34d19833d96597f983d8af01434d224dd698f9257b0965a0e480e8d19eb38eef0c8216942ca5217c3fe7516cdf397f7b7
 SHA512 
5ce10a9302d25bb726e347499d26a0b3697446cfcdf0fd9094ee35198db7b023d5250a53fdcb4184d1a09f5fd2a78fc645bc8e80f265666b05a91f62f49b0695
 DIST sudo-1.8.23.tar.gz 3150674 BLAKE2B 
11b1c7bfa372005cda8baf651c4662f6fd15e94ca77f7705b23ca6573424796d5c1f8e47e2874c4b54017141d01a632885ac60c92346d932537048373cad0ede
 SHA512 
a9d61850a4857bfd075547a13efb13b054e4736e3ebe3c8a98a90a090b1d9b9688354ec9725fc99d1d256999b6f9c6ae6215ce9770fcdebd7f24731107b48342

diff --git a/app-admin/sudo/sudo-1.8.21_p2.ebuild 
b/app-admin/sudo/sudo-1.8.21_p2.ebuild
deleted file mode 100644
index 81a7dffe121..000
--- a/app-admin/sudo/sudo-1.8.21_p2.ebuild
+++ /dev/null
@@ -1,218 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils pam multilib libtool
-
-MY_P=${P/_/}
-MY_P=${MY_P/beta/b}
-
-uri_prefix=
-case ${P} in
-   *_beta*|*_rc*) uri_prefix=beta/ ;;
-esac
-
-DESCRIPTION="Allows users or groups to run commands as other users"
-HOMEPAGE="https://www.sudo.ws/";
-SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
-   ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";
-
-# Basic license is ISC-style as-is, some files are released under
-# 3-clause BSD license
-LICENSE="ISC BSD"
-SLOT="0"
-if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
-fi
-IUSE="gcrypt ldap nls pam offensive openssl sasl selinux +sendmail skey"
-
-CDEPEND="
-   gcrypt? ( dev-libs/libgcrypt:= )
-   openssl? ( dev-libs/openssl:0= )
-   pam? ( virtual/pam )
-   sasl? ( dev-libs/cyrus-sasl )
-   skey? ( >=sys-auth/skey-1.1.5-r1 )
-   ldap? (
-   >=net-nds/openldap-2.1.30-r1
-   dev-libs/cyrus-sasl
-   )
-   sys-libs/zlib
-"
-RDEPEND="
-   ${CDEPEND}
-   selinux? ( sec-policy/selinux-sudo )
-   ldap? ( dev-lang/perl )
-   pam? ( sys-auth/pambase )
-   >=app-misc/editor-wrapper-3
-   virtual/editor
-   sendmail? ( virtual/mta )
-"
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-"
-
-S="${WORKDIR}/${MY_P}"
-
-REQUIRED_USE="
-   pam? ( !skey )
-   skey? ( !pam )
-   ?? ( gcrypt openssl )
-"
-
-MAKEOPTS+=" SAMPLES="
-
-src_prepare() {
-   default
-   elibtoolize
-}
-
-set_rootpath() {
-   # FIXME: secure_path is a compile time setting. using ROOTPATH
-   # is not perfect, env-update may invalidate this, but until it
-   # is available as a sudoers setting this will have to do.
-   einfo "Setting secure_path ..."
-
-   # first extract the default ROOTPATH from build env
-   ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo 
"${ROOTPATH}")
-   if [[ -z ${ROOTPATH} ]] ; then
-   ewarn " Failed to find ROOTPATH, please report this"
-   fi
-
-   # then remove duplicate path entries
-   cleanpath() {
-   local newpath thisp IFS=:
-   for thisp in $1 ; do
-   if [[ :${newpath}: != *:${thisp}:* ]] ; then
-   newpath+=:$thisp
-   else
-   einfo "   Duplicate entry ${thisp} removed..."
-   fi
-   done
-   ROOTPATH=${newpath#:}
-   }
-   cleanpath 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/

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

2018-04-30 Thread Brian Evans
commit: 501e4ab8e7c69f267cb6b27dc22f581acd5e5cf9
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 30 17:56:36 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 30 18:07:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501e4ab8

dev-db/mariadb: Version bump for 10.3.6_rc

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-db/mariadb/Manifest |1 +
 dev-db/mariadb/mariadb-10.3.6_rc.ebuild | 1023 +++
 2 files changed, 1024 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index b87e6c83080..5b97bc2ddae 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -9,6 +9,7 @@ DIST mariadb-10.2.12.tar.gz 72818636 BLAKE2B 
50a72b8096ae8bd5dc635352fc35d22322a
 DIST mariadb-10.2.13.tar.gz 72591913 BLAKE2B 
5abc3fefc5b02f099254b8a3a832a20793989a316efdc22b146cf78b5b83fcb3e4e617fce1b9161194e3f54b7bb469de3bb656319048fb137915af24e21f6aa2
 SHA512 
4c6038f134a32f50daa3172b367588240ef20a6f6cfe36d830e427cf52d315284481f5300d3db32d9e81ddd352dbea01fd4230f4e4d79e175d97c0c49331a4ca
 DIST mariadb-10.2.14.tar.gz 72607526 BLAKE2B 
ca0c73e30e15265a7a1599d9bd4b64e030aaf92fcdbe18fda39eaf071c88c90b32a16ea5d9c63130e3853572a30a0c5870e6389e6dcb2a3eb690311cdb9bde3c
 SHA512 
12195cc8c7a97619024d6b8b37558a43f4f543efff257a7a3dbb10e8a6e064ec2f0740554cf50cc83576b74ba355cf00f3c99855bc2bcf68b90c1fa90c850026
 DIST mariadb-10.3.5.tar.gz 70945381 BLAKE2B 
10f5f08a64b3d046f8255a5ea9bb1661b7a88d130b0a89b41c8f98abbe3c04cc13154e1ad6c012ef97a396f055ca5d748998f1e7d6dc89ca73a3b61f70749457
 SHA512 
e7f2ffd38da4e4dbd214bc97e30216682b6f8ca368bcbd5717fb408a6110f26da4472cd7ac0d288c817eb9c6426a063cff8d582e03fe8a1219c0d70508e5a004
+DIST mariadb-10.3.6.tar.gz 71064269 BLAKE2B 
681150a26de95cc276276a9b8d0b2c6e4a842dac80f20c2e8b0caeec5823cb956feffb494d18b1f2832e220c392c437424813de7720fb83a5d5c1fca71a4aef9
 SHA512 
cf146752be5857e702a3c88f42c7b6be3117bd92ac304eb217f902c1ffe478dc3043d3cf6a9a9305b51babb3bafc2612a8e4f5dfa7731cfa53634014d86438d1
 DIST mariadb-5.5.60.tar.gz 45822878 BLAKE2B 
150a2d7108db2db18d66b56d961b05f8746f744e9453e341fde21f93bd846a3091a44c5df3baed6774d0ad12b8dc806b9bfdd177b4149f5be9d37af2a298f807
 SHA512 
eacf6ec57d46b00701b5038a67745174060d592b0e425466149c9a1b6dc1ac0659a36e57e82bf7e9f7865d8eac3dd50d0737630bd6220002d168b5b574437e4c
 DIST mysql-extras-20160721-1526Z.tar.bz2 301788 BLAKE2B 
23ef75d0122e9e18382f708a86c61624e0437fad593b7f02ccb2b3939d710404e18e3b70617ed400e5f6947d3a92d2867a5f7d98bf61597442e99989f60ca4f7
 SHA512 
c7450039780e4e2684c932ba7c291c1de25dd1a64e4c6e88aa13b790768b4100955f36ae4a3bf983569ea23b43be02da6dad3d5985c1163ec9e8aa91f0efd85d
 DIST mysql-extras-20170310-1426Z.tar.bz2 307052 BLAKE2B 
2c364678301c97ae5c88551a78caa633377f20dd45ce3e43516f8909f7bfa1b3ed5b115dd314540e7ea96f4232f7265d8fc50099da51934a0e38561bbeff84e4
 SHA512 
2dbb3e46f14fbd0be9ee0e3a8ff2e4d5325f9a9be332014ea556283c0bc5f53349952d267d6713fac5b54e3167a66ddd36f18b18b79ca6b68ede399399488157

diff --git a/dev-db/mariadb/mariadb-10.3.6_rc.ebuild 
b/dev-db/mariadb/mariadb-10.3.6_rc.ebuild
new file mode 100644
index 000..69e85dea476
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.3.6_rc.ebuild
@@ -0,0 +1,1023 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+MY_EXTRAS_VER="20180308-1938Z"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+# Keeping eutils in EAPI=6 for emktemp in pkg_config
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   java-pkg-opt-2 user cmake-utils multilib-minimal
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P/_rc/}/source/${P/_rc/}.tar.gz
 "
+
+# Gentoo patches to MySQL
+if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then
+   SRC_URI="${SRC_URI}
+   mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2";
+fi
+
+HOMEPAGE="http://mariadb.org/";
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0/${SUBSLOT:-0}"
+IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup sst-xtrabackup static static-libs systemd 
systemtap tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test )"
+
+REQUIRED_USE

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

2018-04-30 Thread Brian Evans
commit: af157a61f83689205e046afcc4344ae1b5c8aaf2
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 30 18:07:09 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 30 18:08:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af157a61

dev-db/mariadb: Restore arm64 keyword on 10.2.14

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-db/mariadb/mariadb-10.2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb/mariadb-10.2.14.ebuild 
b/dev-db/mariadb/mariadb-10.2.14.ebuild
index 3c62b609a1e..d866c8cf098 100644
--- a/dev-db/mariadb/mariadb-10.2.14.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.14.ebuild
@@ -43,7 +43,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2018-04-30 Thread Brian Evans
commit: 9f344aff9f95dd3c242ae2b9f6c8186eb9400fe2
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Apr 30 18:02:50 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Apr 30 18:07:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f344aff

dev-db/mariadb: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-db/mariadb/Manifest |3 -
 dev-db/mariadb/mariadb-10.2.12.ebuild   |  976 -
 dev-db/mariadb/mariadb-10.2.13.ebuild   | 1007 --
 dev-db/mariadb/mariadb-10.3.5_rc.ebuild | 1011 ---
 4 files changed, 2997 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 5b97bc2ddae..7fcf6544175 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -5,10 +5,7 @@ DIST mariadb-10.1.24.tar.gz 61780687 BLAKE2B 
38df67a1b26aab559e41f44b129f2e57388
 DIST mariadb-10.1.29.tar.gz 67885370 BLAKE2B 
40b94ed519522f16ee4687a9c569a0e52632d2aeccf65b87070de31118bf5e719cce78cf36afd4f1386166b14e418e0262ffbc3a61098c95e6ee101faf871ec5
 SHA512 
c169dfa2878f9fa9e0e9d12ca79fcbfa644e9b51bb0b78b8dd51d6c5679f3184d139fa96a1ddb25f3ae5d1c0489708c2c624f96a24020f77bf7e5247fac45ecd
 DIST mariadb-10.1.31.tar.gz 67982786 BLAKE2B 
1fabbea67345024157be4be34a50c4e9c73b1a60def452321b6e9209d9fb16aace92e7ab1c37c168e5c9f6c52b623245e9df3171ce3f84e8fd0e840948b3e57f
 SHA512 
db37ddb8ae5daf35b37d5132860c19c4a9b51c40005d05c5107f956ac5b4ecd447375b6f3a09bf59ea5aef2f4009314ed6e969ca2ac516722702b4da286dbd89
 DIST mariadb-10.1.32.tar.gz 68001321 BLAKE2B 
8ecdf12b10697576b3550d962c6090726f515e0f1f99f786e2b8882e1b81c053e9e43e423f83afd6955357ef85cd539db6fb1ff613d3c553f2f3801293c7ee07
 SHA512 
fcaeb8005b08b3ac5b7c070f07fe669593bd8a2eb8ea1bbdcb4d8e9ba4856420039f39542ecf920eec352ee4a26179899f9c6cb1f9f26040f557ae4b4b63660a
-DIST mariadb-10.2.12.tar.gz 72818636 BLAKE2B 
50a72b8096ae8bd5dc635352fc35d22322a0d7cf415e45883898307050ec547a79c66d51ab0ce311f1895eb178afeb49664fb434af77f9ff2b9aedef0aea85bc
 SHA512 
8d3d3c84d4a01d6047e4f2b6802eb802e1f6a7b0e10e981c7ef9fdd27a5a25baab0af47a21b8637f4cbb9d21ef3bcc85097c5fdb8745c2a79040ab87fecb5a7b
-DIST mariadb-10.2.13.tar.gz 72591913 BLAKE2B 
5abc3fefc5b02f099254b8a3a832a20793989a316efdc22b146cf78b5b83fcb3e4e617fce1b9161194e3f54b7bb469de3bb656319048fb137915af24e21f6aa2
 SHA512 
4c6038f134a32f50daa3172b367588240ef20a6f6cfe36d830e427cf52d315284481f5300d3db32d9e81ddd352dbea01fd4230f4e4d79e175d97c0c49331a4ca
 DIST mariadb-10.2.14.tar.gz 72607526 BLAKE2B 
ca0c73e30e15265a7a1599d9bd4b64e030aaf92fcdbe18fda39eaf071c88c90b32a16ea5d9c63130e3853572a30a0c5870e6389e6dcb2a3eb690311cdb9bde3c
 SHA512 
12195cc8c7a97619024d6b8b37558a43f4f543efff257a7a3dbb10e8a6e064ec2f0740554cf50cc83576b74ba355cf00f3c99855bc2bcf68b90c1fa90c850026
-DIST mariadb-10.3.5.tar.gz 70945381 BLAKE2B 
10f5f08a64b3d046f8255a5ea9bb1661b7a88d130b0a89b41c8f98abbe3c04cc13154e1ad6c012ef97a396f055ca5d748998f1e7d6dc89ca73a3b61f70749457
 SHA512 
e7f2ffd38da4e4dbd214bc97e30216682b6f8ca368bcbd5717fb408a6110f26da4472cd7ac0d288c817eb9c6426a063cff8d582e03fe8a1219c0d70508e5a004
 DIST mariadb-10.3.6.tar.gz 71064269 BLAKE2B 
681150a26de95cc276276a9b8d0b2c6e4a842dac80f20c2e8b0caeec5823cb956feffb494d18b1f2832e220c392c437424813de7720fb83a5d5c1fca71a4aef9
 SHA512 
cf146752be5857e702a3c88f42c7b6be3117bd92ac304eb217f902c1ffe478dc3043d3cf6a9a9305b51babb3bafc2612a8e4f5dfa7731cfa53634014d86438d1
 DIST mariadb-5.5.60.tar.gz 45822878 BLAKE2B 
150a2d7108db2db18d66b56d961b05f8746f744e9453e341fde21f93bd846a3091a44c5df3baed6774d0ad12b8dc806b9bfdd177b4149f5be9d37af2a298f807
 SHA512 
eacf6ec57d46b00701b5038a67745174060d592b0e425466149c9a1b6dc1ac0659a36e57e82bf7e9f7865d8eac3dd50d0737630bd6220002d168b5b574437e4c
 DIST mysql-extras-20160721-1526Z.tar.bz2 301788 BLAKE2B 
23ef75d0122e9e18382f708a86c61624e0437fad593b7f02ccb2b3939d710404e18e3b70617ed400e5f6947d3a92d2867a5f7d98bf61597442e99989f60ca4f7
 SHA512 
c7450039780e4e2684c932ba7c291c1de25dd1a64e4c6e88aa13b790768b4100955f36ae4a3bf983569ea23b43be02da6dad3d5985c1163ec9e8aa91f0efd85d

diff --git a/dev-db/mariadb/mariadb-10.2.12.ebuild 
b/dev-db/mariadb/mariadb-10.2.12.ebuild
deleted file mode 100644
index 73d4cd9e20e..000
--- a/dev-db/mariadb/mariadb-10.2.12.ebuild
+++ /dev/null
@@ -1,976 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-MY_EXTRAS_VER="20170926-1321Z"
-SUBSLOT="18"
-
-JAVA_PKG_OPT_USE="jdbc"
-
-# Keeping eutils in EAPI=6 for emktemp in pkg_config
-
-inherit eutils systemd flag-o-matic prefix toolchain-funcs \
-   java-pkg-opt-2 user cmake-utils multilib-minimal
-
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz "
-
-# Gentoo patches to MySQL
-if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then
-   SRC_URI="${SRC_URI}
-   mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https

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

2018-04-30 Thread Pacho Ramos
commit: df4af61b9c941b08174a238588639fd45eb5c9af
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Mon Apr 30 17:44:45 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 30 18:00:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4af61b

games-fps/darkplaces: fix typo

 games-fps/darkplaces/darkplaces-20140513-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild 
b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
index dc66236c626..303d09082be 100644
--- a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
+++ b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
@@ -186,7 +186,7 @@ pkg_postinst() {
elog "Place pak0.pak and pak1.pak in ${dir}/id1"
fi
 
-   if use sdl $$ ! use alsa ; then
+   if use sdl && ! use alsa ; then
ewarn "Select opengl with alsa, instead of sdl USE flag, for 
better audio latency."
fi
 }



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

2018-04-30 Thread Mikle Kolyada
commit: 6b2506132780e3a25a87256a85bcaadff584367f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 17:50:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 17:50:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b250613

net-wireless/hostapd: Fix whitespacing

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/hostapd/hostapd-2.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/hostapd/hostapd-2.6-r3.ebuild 
b/net-wireless/hostapd/hostapd-2.6-r3.ebuild
index da8ab633fed..feebb2eda45 100644
--- a/net-wireless/hostapd/hostapd-2.6-r3.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-r3.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
# Allow users to apply patches to src/drivers for example,
# i.e. anything outside ${S}/${PN}
pushd ../ >/dev/null || die
-   
+
# Add LibreSSL compatibility patch bug (#567262)
eapply "${FILESDIR}/${P}-libressl-compatibility.patch"
 



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

2018-04-30 Thread Mikle Kolyada
commit: 1d0b241796d313d874f3d8f27f91f3c86be5895e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 17:44:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 17:44:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0b2417

app-arch/libarchive: Fix whitespacing

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-arch/libarchive/libarchive-3.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.3.2.ebuild 
b/app-arch/libarchive/libarchive-3.3.2.ebuild
index d82a2179cc3..b9482078762 100644
--- a/app-arch/libarchive/libarchive-3.3.2.ebuild
+++ b/app-arch/libarchive/libarchive-3.3.2.ebuild
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
)"
 
 PATCHES=(
-"${FILESDIR}"/${PN}-3.3.2-libressl.patch
+   "${FILESDIR}"/${PN}-3.3.2-libressl.patch
 )
 
 # Various test problems, starting with the fact that sandbox



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

2018-04-30 Thread Mikle Kolyada
commit: e86aea9aeb7bea3d95dd2522bf8e6808543a39c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 30 17:34:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 30 17:35:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86aea9a

www-client/midori: Drop optional zeitgeist support

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/midori/metadata.xml| 1 -
 www-client/midori/midori-0.5.11-r2.ebuild | 6 ++
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/www-client/midori/metadata.xml b/www-client/midori/metadata.xml
index de077023012..eedc283b9c4 100644
--- a/www-client/midori/metadata.xml
+++ b/www-client/midori/metadata.xml
@@ -7,6 +7,5 @@
   
   
 Enable support for the elementary library 
dev-libs/granite
-Add support for Zeitgeist event tracking 
system
   
 

diff --git a/www-client/midori/midori-0.5.11-r2.ebuild 
b/www-client/midori/midori-0.5.11-r2.ebuild
index ae79ce8aacf..84149ddb07e 100644
--- a/www-client/midori/midori-0.5.11-r2.ebuild
+++ b/www-client/midori/midori-0.5.11-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~mips x86 ~x86-fbsd"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0"
-IUSE="doc granite xscreensaver +jit zeitgeist"
+IUSE="doc granite xscreensaver +jit"
 
 RDEPEND="
>=app-crypt/gcr-3:=[gtk]
@@ -29,7 +29,6 @@ RDEPEND="
>=x11-libs/gtk+-3.10.0:3
>=net-libs/webkit-gtk-2.3.91:4[jit=]
granite? ( >=dev-libs/granite-0.2 )
-   zeitgeist? ( >=dev-libs/libzeitgeist-0.3.14 )
 "
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
@@ -60,7 +59,6 @@ src_configure() {
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DUSE_APIDOCS="$(usex doc)"
-DUSE_GRANITE="$(usex granite)"
-   -DUSE_ZEITGEIST="$(usex zeitgeist)"
-DUSE_XSCREENSAVER="$(usex xscreensaver)"
-DVALA_EXECUTABLE="${VALAC}"
-DUSE_GTK3=ON



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/files/, gnome-extra/nm-applet/

2018-04-30 Thread Pacho Ramos
commit: 5bfcfc6b649b7919173ea465aa1b8576f812e36c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 30 17:28:41 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 30 17:29:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfcfc6b

gnome-extra/nm-applet: Enable gcr USE by default and fix crashes

- Enable gcr by default (#642730)
- Fix VPN crashes with openconnect (#654412)
- Fix crashes when editing certs
  (https://bugzilla.gnome.org/show_bug.cgi?id=785674)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../files/nm-applet-1.8.10-cert-chooser.patch  |  38 ++
 .../files/nm-applet-1.8.10-vpn-crash.patch | 137 +
 gnome-extra/nm-applet/nm-applet-1.8.10-r1.ebuild   |  72 +++
 3 files changed, 247 insertions(+)

diff --git a/gnome-extra/nm-applet/files/nm-applet-1.8.10-cert-chooser.patch 
b/gnome-extra/nm-applet/files/nm-applet-1.8.10-cert-chooser.patch
new file mode 100644
index 000..9aad2396953
--- /dev/null
+++ b/gnome-extra/nm-applet/files/nm-applet-1.8.10-cert-chooser.patch
@@ -0,0 +1,38 @@
+From 4d2523b482ab78134dafc02c9b99bd15f1a9174a Mon Sep 17 00:00:00 2001
+From: Ben Wiederhake 
+Date: Sun, 14 Jan 2018 23:28:15 +0100
+Subject: [PATCH 1/1] libnma/cert-chooser: handle case of no avalable modules
+
+Cause: Apparently it's perfectly okay if the list of modules is empty
+(e.g., NULL).  However, the code assume that this indicates an error,
+tries to print the NULL error, and crashes.
+
+[lkund...@v3.sk: cosmetic changes]
+
+https://bugzilla.gnome.org/show_bug.cgi?id=785674
+(cherry picked from commit a37483c1a364ef3cc1cfa29e7ad51ca108d75674)
+---
+ src/libnma/nma-cert-chooser-button.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/libnma/nma-cert-chooser-button.c 
b/src/libnma/nma-cert-chooser-button.c
+index c7089390..00651765 100644
+--- a/src/libnma/nma-cert-chooser-button.c
 b/src/libnma/nma-cert-chooser-button.c
+@@ -93,10 +93,10 @@ modules_initialized (GObject *object, GAsyncResult *res, 
gpointer user_data)
+   gchar *label;
+ 
+   modules = gck_modules_initialize_registered_finish (res, &error);
+-  if (!modules) {
++  if (error) {
+   /* The Front Fell Off. */
+-  g_critical ("Error getting registered modules: %s", 
error->message);
+-  g_error_free (error);
++  g_warning ("Error getting registered modules: %s", 
error->message);
++  g_clear_error (&error);
+   }
+ 
+   model = GTK_LIST_STORE (gtk_combo_box_get_model (GTK_COMBO_BOX (self)));
+-- 
+2.14.3
+

diff --git a/gnome-extra/nm-applet/files/nm-applet-1.8.10-vpn-crash.patch 
b/gnome-extra/nm-applet/files/nm-applet-1.8.10-vpn-crash.patch
new file mode 100644
index 000..8f217af2dac
--- /dev/null
+++ b/gnome-extra/nm-applet/files/nm-applet-1.8.10-vpn-crash.patch
@@ -0,0 +1,137 @@
+From 46f99b295e59f44dfde50ec90e7c09627d32431e Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 20 Dec 2017 13:23:12 +0100
+Subject: [PATCH 1/2] shared/compat: fix memory handling of
+ nm_setting_vpn_get_*_keys
+
+The compat implementations return a (transfer none) strv instead of a
+(transfer container) one. This has caused double frees in nm-applet:
+https://bugs.archlinux.org/task/56772
+
+Don't copy the keys and don't free the container later.
+
+[thal...@redhat.com: patch adjusted to avoid compiler warning]
+
+Patch imported from NetworkManager commit 
8ac8c01162235c2c198bfaf25fb7d1a57a595ce5.
+
+Fixes: e93ca7fc129ec0f29f5313a3aa12839914df8fa2
+(cherry picked from commit 0c90e08f77b71d2bda699cf032fceec0122bbf82)
+---
+ shared/nm-utils/nm-compat.c | 10 +-
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+diff --git a/shared/nm-utils/nm-compat.c b/shared/nm-utils/nm-compat.c
+index 22ab675d..47035e62 100644
+--- a/shared/nm-utils/nm-compat.c
 b/shared/nm-utils/nm-compat.c
+@@ -30,7 +30,7 @@ _get_keys_cb (const char *key, const char *val, gpointer 
user_data)
+ {
+   GPtrArray *a = user_data;
+ 
+-  g_ptr_array_add (a, g_strdup (key));
++  g_ptr_array_add (a, (gpointer) key);
+ }
+ 
+ static const char **
+@@ -55,14 +55,6 @@ _get_keys (NMSettingVpn *setting,
+   g_ptr_array_sort (a, nm_strcmp_p);
+   g_ptr_array_add (a, NULL);
+   keys = (const char **) g_ptr_array_free (g_steal_pointer (&a), 
FALSE);
+-
+-  /* we need to cache the keys *somewhere*. */
+-  g_object_set_qdata_full (G_OBJECT (setting),
+-   is_secrets
+-   ? NM_CACHED_QUARK 
("libnm._nm_setting_vpn_get_secret_keys")
+-   : NM_CACHED_QUARK 
("libnm._nm_setting_vpn_get_data_keys"),
+-   keys,
+-   (GDestroyNotify) g_strfreev);
+   }
+ 
+   NM_SET_OUT (out_length, len

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

2018-04-30 Thread Matt Thode
commit: e97f7fc16a6408b1ad77185a8d9aa33ea4a5862e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Apr 30 17:06:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Apr 30 17:06:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97f7fc1

app-admin/ansible: 2.5.2 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-2.5.1.ebuild | 56 --
 app-admin/ansible/ansible-2.5.2.ebuild |  2 +-
 3 files changed, 1 insertion(+), 58 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index a2013161b93..0b299ccb348 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-2.4.2.0.tar.gz 6503595 BLAKE2B 
df4ec4e24671f1488950f2d9eb7705fbad4e035d6ac67d5017417281455cc44cde1290976a9ed16675c0cc19a9190200b95b29890725c56df5f2699398accd6b
 SHA512 
32a075959dca01e184d9c3988fc9c491e904e7627a38e3527c37a8b26340f331bd294cacfe7353d339d15488857ba5ee1b36d9ae4ebeb8b5827934a73f4b42b0
 DIST ansible-2.4.3.0.tar.gz 655 BLAKE2B 
d43679c651f6aa5fd86c797a204645a8ee98efbcde9abaa25385aeb6f1d7c8b4ad74185434bfd159dbf673fe9339ef8f915f78238f8b8a5caf924b54cb9bdd52
 SHA512 
a7cda358c67c519c7e5ba248bf47070f21a27203fb29d70d9d75ecf027ba1275d71c0f96493e047281211d172a3be8273d7e0816284695fb0bc8b94daa82
 DIST ansible-2.4.4.0.tar.gz 6512938 BLAKE2B 
51e397d2242209271a8aef211c3bdeb34a15e2061a202415749ecb4232e0521aff304d5585d536b1805f14ff476b0733d559eeabe6e44de7b273b8606b11b805
 SHA512 
f0dcf92f2c69931fa06e6dd3845c11592d5a7e44f19a99c4d6c361022708560170f2b74ad20eded61fa5812c90eed281b78396aa92e0b33717970afb5966dd72
-DIST ansible-2.5.1.tar.gz 10100358 BLAKE2B 
39831c6ed49360e905ac8fb8d9ad7520c0bc16b5dbe19103c5349cb5d6fe30c2c3212f08f15a7877692b2a9a2ca3e1ab8e5580bc9919f7c2d96f7b07ae45f1e2
 SHA512 
d5ed9ba4bb514b79254a79a89d1572e80c5cfb1db2a67a980184aa3c26ff407f5c5c9bd0efa24f0e00af451d955f3b0d8d9ad3026be71ba7ad12487a1631ad9a
 DIST ansible-2.5.2.tar.gz 10105800 BLAKE2B 
0d9080b666164c96c2a237f9a5f4b271a2fe9933d1999df85cd973df0cf85d850343bc33b8afb18c1bf0a7eecb2ab193e91c7a02c3e56e8a5e41338ce7a90081
 SHA512 
25568665b96ee9d7ca0888dadd90de178a9cc1da7dba07acb682ca4455ef91622344958ec2000eafbb4cfda87aec325be77d3d5b395aa4bbc2d180fad1a90a34

diff --git a/app-admin/ansible/ansible-2.5.1.ebuild 
b/app-admin/ansible/ansible-2.5.1.ebuild
deleted file mode 100644
index eeb696f6cfd..000
--- a/app-admin/ansible/ansible-2.5.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1 eutils versionator
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/";
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   dev-python/passlib[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )"
-
-# not included in release tarball
-RESTRICT="test"
-
-python_test() {
-   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   doman docs/man/man1/*.1
-   dodoc -r examples
-}

diff --git a/app-admin/ansible/ansible-2.5.2.ebuild 
b/app-admin/ansible/ansible-2.5.2.ebuild
index 573d04b3580..eeb696f6cfd 100644
--- a/app-admin/ansible/ansible-2.5.2.ebuild
+++ b/app-admin/ansible/ansible-2.5.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-04-30 Thread Andreas Hüttel
commit: 5c30175570939acf4ec4d505175f328e491ee6e4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 30 16:21:23 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Apr 30 16:21:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c301755

net-fs/samba: More dependency fixes, bug 640416

Closes: https://bugs.gentoo.org/640416
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-fs/samba/samba-4.2.14.ebuild | 7 +--
 net-fs/samba/samba-4.5.16.ebuild | 7 +--
 net-fs/samba/samba-4.6.14.ebuild | 7 +--
 net-fs/samba/samba-4.6.15.ebuild | 7 +--
 net-fs/samba/samba-4.7.6.ebuild  | 7 +--
 net-fs/samba/samba-4.7.7.ebuild  | 7 +--
 net-fs/samba/samba-4.8.0.ebuild  | 7 +--
 net-fs/samba/samba-4.8.1.ebuild  | 7 +--
 8 files changed, 40 insertions(+), 16 deletions(-)

diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild
index cead0276a7c..5a6e0f9fd13 100644
--- a/net-fs/samba/samba-4.2.14.ebuild
+++ b/net-fs/samba/samba-4.2.14.ebuild
@@ -48,7 +48,7 @@ CDEPEND="${PYTHON_DEPS}
sys-libs/readline:=
virtual/libiconv
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
-   net-libs/libnsl[${MULTILIB_USEDEP}]
+   net-libs/libnsl:=[${MULTILIB_USEDEP}]
>=net-libs/socket_wrapper-1.1.2[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]
sys-libs/libcap
@@ -64,7 +64,10 @@ CDEPEND="${PYTHON_DEPS}
acl? ( virtual/acl )
addns? ( net-dns/bind-tools[gssapi] )
aio? ( dev-libs/libaio )
-   cluster? ( !dev-db/ctdb )
+   cluster? (
+   net-libs/rpcsvc-proto
+   !dev-db/ctdb
+   )
cups? ( net-print/cups )
dmapi? ( sys-apps/dmapi )
fam? ( virtual/fam )

diff --git a/net-fs/samba/samba-4.5.16.ebuild b/net-fs/samba/samba-4.5.16.ebuild
index da917ce3f17..7c80d9db44e 100644
--- a/net-fs/samba/samba-4.5.16.ebuild
+++ b/net-fs/samba/samba-4.5.16.ebuild
@@ -53,7 +53,7 @@ CDEPEND="${PYTHON_DEPS}
dev-libs/iniparser:0
dev-libs/popt[${MULTILIB_USEDEP}]
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
-   net-libs/libnsl[${MULTILIB_USEDEP}]
+   net-libs/libnsl:=[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]
>=sys-libs/ldb-1.1.27[ldap(+)?,python(+),${MULTILIB_USEDEP}]
=dev-util/cmocka-1.0.0[${MULTILIB_USEDEP}]
-   net-libs/libnsl[${MULTILIB_USEDEP}]
+   net-libs/libnsl:=[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]

~sys-libs/ldb-1.1.29[ldap(+)?,python(+),${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap
@@ -66,7 +66,10 @@ CDEPEND="
dev-python/dnspython:=[${PYTHON_USEDEP}]
)
ceph? ( sys-cluster/ceph )
-   cluster? ( !dev-db/ctdb )
+   cluster? (
+   net-libs/rpcsvc-proto
+   !dev-db/ctdb
+   )
cups? ( net-print/cups )
debug? ( dev-util/lttng-ust )
dmapi? ( sys-apps/dmapi )

diff --git a/net-fs/samba/samba-4.6.15.ebuild b/net-fs/samba/samba-4.6.15.ebuild
index 367a3693db5..5cb08f5d799 100644
--- a/net-fs/samba/samba-4.6.15.ebuild
+++ b/net-fs/samba/samba-4.6.15.ebuild
@@ -48,7 +48,7 @@ CDEPEND="
dev-libs/popt[${MULTILIB_USEDEP}]
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
>=dev-util/cmocka-1.0.0[${MULTILIB_USEDEP}]
-   net-libs/libnsl[${MULTILIB_USEDEP}]
+   net-libs/libnsl:=[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]

~sys-libs/ldb-1.1.29[ldap(+)?,python(+),${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap
@@ -66,7 +66,10 @@ CDEPEND="
dev-python/dnspython:=[${PYTHON_USEDEP}]
)
ceph? ( sys-cluster/ceph )
-   cluster? ( !dev-db/ctdb )
+   cluster? (
+   net-libs/rpcsvc-proto
+   !dev-db/ctdb
+   )
cups? ( net-print/cups )
debug? ( dev-util/lttng-ust )
dmapi? ( sys-apps/dmapi )

diff --git a/net-fs/samba/samba-4.7.6.ebuild b/net-fs/samba/samba-4.7.6.ebuild
index 89b560c2ee9..6a4a386e8ba 100644
--- a/net-fs/samba/samba-4.7.6.ebuild
+++ b/net-fs/samba/samba-4.7.6.ebuild
@@ -47,7 +47,7 @@ CDEPEND="
dev-libs/popt[${MULTILIB_USEDEP}]
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
>=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
-   net-libs/libnsl[${MULTILIB_USEDEP}]
+   net-libs/libnsl:=[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]

>=sys-libs/ldb-1.2.3[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap
@@ -65,7 +65,10 @@ CDEPEND="
dev-python/dnspython:=[${PYTHON_USEDEP}]
)
ceph? ( sys-cluster/ceph )
-   cluster? ( !dev-db/ctdb )
+   cluster? (
+   net-libs/rpcsvc-proto
+   !dev-db/ctdb
+   )
cups? ( net-print/cups )
debug? ( dev-util/lttng-ust )
dmapi? 

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

2018-04-30 Thread Andreas Hüttel
commit: 2b3d982fa117098def5d6cf7bab4daa12e09595a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 30 16:11:18 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Apr 30 16:11:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3d982f

net-fs/samba: Fix libnsl dependencies for all versions, bug 639676

Closes: https://bugs.gentoo.org/639676
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-fs/samba/samba-4.2.14.ebuild | 1 +
 net-fs/samba/samba-4.5.16.ebuild | 1 +
 net-fs/samba/samba-4.6.14.ebuild | 1 +
 net-fs/samba/samba-4.6.15.ebuild | 1 +
 net-fs/samba/samba-4.7.6.ebuild  | 5 +
 net-fs/samba/samba-4.7.7.ebuild  | 5 +
 net-fs/samba/samba-4.8.0.ebuild  | 5 +
 net-fs/samba/samba-4.8.1.ebuild  | 5 +
 8 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild
index 8fa65156a53..cead0276a7c 100644
--- a/net-fs/samba/samba-4.2.14.ebuild
+++ b/net-fs/samba/samba-4.2.14.ebuild
@@ -48,6 +48,7 @@ CDEPEND="${PYTHON_DEPS}
sys-libs/readline:=
virtual/libiconv
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   net-libs/libnsl[${MULTILIB_USEDEP}]
>=net-libs/socket_wrapper-1.1.2[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]
sys-libs/libcap

diff --git a/net-fs/samba/samba-4.5.16.ebuild b/net-fs/samba/samba-4.5.16.ebuild
index 775a8863623..da917ce3f17 100644
--- a/net-fs/samba/samba-4.5.16.ebuild
+++ b/net-fs/samba/samba-4.5.16.ebuild
@@ -53,6 +53,7 @@ CDEPEND="${PYTHON_DEPS}
dev-libs/iniparser:0
dev-libs/popt[${MULTILIB_USEDEP}]
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   net-libs/libnsl[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]
>=sys-libs/ldb-1.1.27[ldap(+)?,python(+),${MULTILIB_USEDEP}]
=dev-util/cmocka-1.0.0[${MULTILIB_USEDEP}]
+   net-libs/libnsl[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]

~sys-libs/ldb-1.1.29[ldap(+)?,python(+),${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap

diff --git a/net-fs/samba/samba-4.7.6.ebuild b/net-fs/samba/samba-4.7.6.ebuild
index 5b1399ed756..89b560c2ee9 100644
--- a/net-fs/samba/samba-4.7.6.ebuild
+++ b/net-fs/samba/samba-4.7.6.ebuild
@@ -47,6 +47,7 @@ CDEPEND="
dev-libs/popt[${MULTILIB_USEDEP}]
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
>=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
+   net-libs/libnsl[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]

>=sys-libs/ldb-1.2.3[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap
@@ -78,10 +79,6 @@ CDEPEND="
system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] )
systemd? ( sys-apps/systemd:0= )
-   || (
-   net-libs/libnsl
-   =dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
+   net-libs/libnsl[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]

>=sys-libs/ldb-1.2.3[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap
@@ -78,10 +79,6 @@ CDEPEND="
system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] )
systemd? ( sys-apps/systemd:0= )
-   || (
-   net-libs/libnsl
-   =dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
+   net-libs/libnsl[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]

>=sys-libs/ldb-1.3.2[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap
@@ -78,10 +79,6 @@ CDEPEND="
system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] )
systemd? ( sys-apps/systemd:0= )
-   || (
-   net-libs/libnsl
-   =dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
+   net-libs/libnsl[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]

>=sys-libs/ldb-1.3.2[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
sys-libs/libcap
@@ -78,10 +79,6 @@ CDEPEND="
system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] )
systemd? ( sys-apps/systemd:0= )
-   || (
-   net-libs/libnsl
-   

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

2018-04-30 Thread Jeroen Roovers
commit: 03e4e0e2d8803f159f6c6895a015b9559e07a14b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 30 16:04:48 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 30 16:09:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e4e0e2

media-libs/codec2: Mark ~hppa too.

Package-Manager: Portage-2.3.31, Repoman-2.3.9
RepoMan-Options: --ignore-arches

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

diff --git a/media-libs/codec2/codec2-0.7.ebuild 
b/media-libs/codec2/codec2-0.7.ebuild
index 7dd2b089b71..4407a9fb832 100644
--- a/media-libs/codec2/codec2-0.7.ebuild
+++ b/media-libs/codec2/codec2-0.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://freedv.com/wp-content/uploads/sites/8/2017/10/${P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE=""
 
 DEPEND=""



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

2018-04-30 Thread Jeroen Roovers
commit: ecdd0370328ac38b8779a68298196d35f3bf3ca9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 30 16:05:51 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 30 16:09:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdd0370

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-1.15.1147.32_p1.ebuild| 117 -
 2 files changed, 120 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index a136f883714..ecfc552086a 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot-1.15.1147.32_p1-amd64.deb 53956742 BLAKE2B 
68ca119d425be887744d0e642ca9d671a8b6b0ca7b752eeef22c58690238f960cad8e11d5530a82277091cbc933ba981774653664381cfc39da753ed42744bf3
 SHA512 
1802682d6a844903da7de7078a7e585707087ff7251cdfb0cde598a807fba93a54de1592c33bfcc885113b6009a5d22f6f1581a6782fcbfc24d6f8c27b757f79
-DIST vivaldi-snapshot-1.15.1147.32_p1-armhf.deb 47718932 BLAKE2B 
31050570e943fce4f3a7ace86634350d19ec4eaf654da2ed89ebda1d73502add8d9bd29a581b48a5a9f3d52fe336a8f19eba2a24fd05682768bf06fb8614954e
 SHA512 
54c545e1f847bd3e68331f28e1b991c579c70ad7aa0235398e8944d03f015152f4c9dc30ef103ade213e3f3911a5049903425f456d0334e4b600304b4b7b5144
-DIST vivaldi-snapshot-1.15.1147.32_p1-i386.deb 53516784 BLAKE2B 
719849ffd149f12f90ae905eac5d4f3b615c4b0012527eaab9bd16d1b788d1516f89c69c478986e7569512d4b7fbe98bd65dbc989509afde344b5df8cb3e720e
 SHA512 
3ce66e4d1a0a191f50669c023a651ad99af0400b9fd09204de595c3bbdc875e06dd8d7b83e37b5a071999743ecc17fd5a230774824f5218dd4c1b7d99e93a482
 DIST vivaldi-snapshot-1.16.1170.3_p1-amd64.deb 53985548 BLAKE2B 
08fec53970742cedbf7644aefcf3762c64c8fdfd2a9c7b129f21af4842986d3847af69f204d9dcc51464b3426193e2c5bf1bc6ebe5f2208e470e006fdd7a189a
 SHA512 
01f78969343d7bf4f27281514a16924b35cc4cbb2719d23655b2444993786957cfc1eda58ce03cca94f02d2436d5708c329bd29916acf19376ee36f2d990f396
 DIST vivaldi-snapshot-1.16.1170.3_p1-armhf.deb 47799872 BLAKE2B 
f163906e7671e32105300540078e792b0849b822d18594cb3a8ee1116efaa800af183f6dee151e1cb82f793e95e3e74b6488e9dcdaaf56ea9e49fa3def5257ce
 SHA512 
ad0ffde292e4001567278c1971dc5e593464cd2223bc2e74b3d88474bbcbfcdeb40daf883f4abb8ea92d3a5c93744c98b9ee603e66f6d56f16df3f9393b0e25d
 DIST vivaldi-snapshot-1.16.1170.3_p1-i386.deb 53635666 BLAKE2B 
1f7b05594a9fae45f8083637e7782da8cdf27d269c668065d58d75e7b66dc9b31504c7679c675ff8a84f8f19eba3f0d90a19f715a7bb475caddd16e5bfc288c8
 SHA512 
1c5963428d8f79ceb6c4f185d55c67f799f1d61337e40c4773e0f8536b61a2fca99d1a0b93ed8c450864771973784a34074af734e6596c4bd172e7366e8a5c30

diff --git 
a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.15.1147.32_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.15.1147.32_p1.ebuild
deleted file mode 100644
index b70af0fb4cf..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.15.1147.32_p1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2018 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 gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/";
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   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 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
-   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.desktop || die

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

2018-04-30 Thread Jeroen Roovers
commit: 9a9bc5d3e245108b4f721e300609bc6b5008d976
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 30 16:05:30 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 30 16:09:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9bc5d3

www-client/vivaldi-snapshot: Version 1.16.1170.3_p1.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-1.16.1170.3_p1.ebuild | 117 +
 2 files changed, 120 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 1e82bd9bd33..a136f883714 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,3 +1,6 @@
 DIST vivaldi-snapshot-1.15.1147.32_p1-amd64.deb 53956742 BLAKE2B 
68ca119d425be887744d0e642ca9d671a8b6b0ca7b752eeef22c58690238f960cad8e11d5530a82277091cbc933ba981774653664381cfc39da753ed42744bf3
 SHA512 
1802682d6a844903da7de7078a7e585707087ff7251cdfb0cde598a807fba93a54de1592c33bfcc885113b6009a5d22f6f1581a6782fcbfc24d6f8c27b757f79
 DIST vivaldi-snapshot-1.15.1147.32_p1-armhf.deb 47718932 BLAKE2B 
31050570e943fce4f3a7ace86634350d19ec4eaf654da2ed89ebda1d73502add8d9bd29a581b48a5a9f3d52fe336a8f19eba2a24fd05682768bf06fb8614954e
 SHA512 
54c545e1f847bd3e68331f28e1b991c579c70ad7aa0235398e8944d03f015152f4c9dc30ef103ade213e3f3911a5049903425f456d0334e4b600304b4b7b5144
 DIST vivaldi-snapshot-1.15.1147.32_p1-i386.deb 53516784 BLAKE2B 
719849ffd149f12f90ae905eac5d4f3b615c4b0012527eaab9bd16d1b788d1516f89c69c478986e7569512d4b7fbe98bd65dbc989509afde344b5df8cb3e720e
 SHA512 
3ce66e4d1a0a191f50669c023a651ad99af0400b9fd09204de595c3bbdc875e06dd8d7b83e37b5a071999743ecc17fd5a230774824f5218dd4c1b7d99e93a482
+DIST vivaldi-snapshot-1.16.1170.3_p1-amd64.deb 53985548 BLAKE2B 
08fec53970742cedbf7644aefcf3762c64c8fdfd2a9c7b129f21af4842986d3847af69f204d9dcc51464b3426193e2c5bf1bc6ebe5f2208e470e006fdd7a189a
 SHA512 
01f78969343d7bf4f27281514a16924b35cc4cbb2719d23655b2444993786957cfc1eda58ce03cca94f02d2436d5708c329bd29916acf19376ee36f2d990f396
+DIST vivaldi-snapshot-1.16.1170.3_p1-armhf.deb 47799872 BLAKE2B 
f163906e7671e32105300540078e792b0849b822d18594cb3a8ee1116efaa800af183f6dee151e1cb82f793e95e3e74b6488e9dcdaaf56ea9e49fa3def5257ce
 SHA512 
ad0ffde292e4001567278c1971dc5e593464cd2223bc2e74b3d88474bbcbfcdeb40daf883f4abb8ea92d3a5c93744c98b9ee603e66f6d56f16df3f9393b0e25d
+DIST vivaldi-snapshot-1.16.1170.3_p1-i386.deb 53635666 BLAKE2B 
1f7b05594a9fae45f8083637e7782da8cdf27d269c668065d58d75e7b66dc9b31504c7679c675ff8a84f8f19eba3f0d90a19f715a7bb475caddd16e5bfc288c8
 SHA512 
1c5963428d8f79ceb6c4f185d55c67f799f1d61337e40c4773e0f8536b61a2fca99d1a0b93ed8c450864771973784a34074af734e6596c4bd172e7366e8a5c30

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.16.1170.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.16.1170.3_p1.ebuild
new file mode 100644
index 000..b70af0fb4cf
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.16.1170.3_p1.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2018 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 gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   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 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
+   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.de

[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/

2018-04-30 Thread Patrice Clement
commit: a5bd29d5fb7ce0fcce654b327222e4de4115eec9
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Fri Apr 27 04:36:44 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Apr 30 16:08:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bd29d5

net-dns/dnscrypt-proxy: version bump to 2.0.11.

Package-Manager: Portage-2.3.31, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8156

 net-dns/dnscrypt-proxy/Manifest|  1 +
 .../dnscrypt-proxy/dnscrypt-proxy-2.0.11.ebuild| 98 ++
 2 files changed, 99 insertions(+)

diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest
index d412229c663..2ec4f312446 100644
--- a/net-dns/dnscrypt-proxy/Manifest
+++ b/net-dns/dnscrypt-proxy/Manifest
@@ -1,2 +1,3 @@
 DIST dnscrypt-proxy-1.9.5.tar.bz2 1290573 BLAKE2B 
8f16fdb58012e00a8b58d36364377c3bc25158b9484a8df2bd6bc98d1c9cbf5ac758997e31f95ecaeb9da2f6b7272316c5a4a1c069a39549fbc1c1b136857da0
 SHA512 
84c0f7587521b3a198292cf20dd71cb592ccf8a9e003abbc62c5ca112f6c5ed27c49b1642cf91f403d52b4147e25f24af540b65cecfcf93814338329097df836
 DIST dnscrypt-proxy-2.0.10.tar.gz 2773118 BLAKE2B 
331b62c84cf84f26757dd5e663d5ea8fa59b90a2b149cac5e795b6f7edad810b7dcd0fa2e6e9ce77d6d19d9d708a9ed7d30a7e8d43986545c6f38c3e623e3681
 SHA512 
b28bbce986bace9c4ee1acfe5b372b9f847d5a0a199b085ead31813ad697753b6a25cead72a90a1967bd473bb4bcb591a384765b2de9af817af0dde3d33dcb58
+DIST dnscrypt-proxy-2.0.11.tar.gz 2774458 BLAKE2B 
36c9109a682a0d70c32910a44a64f49ebf0a958660154c10bf3687da3fdaa405e8add43717267f30a79d96941160cda5994704060a78e2ee6bbeddc55ff87766
 SHA512 
5e306c3bff65d0375b650666e2191c6f54e72bb0d2d2f6f8f7b941ffc063eb7eb244a52eb69b0b008dc566e9a6ce8a8f75929edb6762fad4751d966aa2da98a0

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.11.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.11.ebuild
new file mode 100644
index 000..948f785d3d5
--- /dev/null
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.11.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/jedisct1/${PN}"
+
+inherit fcaps golang-build systemd user
+
+DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"
+HOMEPAGE="https://github.com/jedisct1/dnscrypt-proxy";
+SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="systemd"
+
+FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
+PATCHES=( "${FILESDIR}"/config-full-paths-r10.patch )
+
+pkg_setup() {
+   enewgroup dnscrypt
+   enewuser dnscrypt -1 -1 /var/empty dnscrypt
+}
+
+src_prepare() {
+   default
+   # Create directory structure suitable for building
+   mkdir -p "src/${EGO_PN%/*}" || die
+   mv "${PN}" "src/${EGO_PN}" || die
+   mv "vendor" "src/" || die
+
+   if use systemd; then
+   sed -i 's|\['\''127\.0\.0\.1:53'\'', 
'\''\[::1\]:53'\''\]|\[\]|' \
+   "src/${EGO_PN}"/example-dnscrypt-proxy.toml || die
+   fi
+}
+
+src_install() {
+   dobin dnscrypt-proxy
+
+   insinto /etc/dnscrypt-proxy
+   newins "src/${EGO_PN}"/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
+   doins "src/${EGO_PN}"/example-{blacklist.txt,whitelist.txt}
+   doins "src/${EGO_PN}"/example-{cloaking-rules.txt,forwarding-rules.txt}
+
+   insinto "/usr/share/dnscrypt-proxy"
+   doins -r "utils/generate-domains-blacklists/."
+
+   newinitd "${FILESDIR}"/dnscrypt-proxy.initd-r2 dnscrypt-proxy
+   newconfd "${FILESDIR}"/dnscrypt-proxy.confd-r2 dnscrypt-proxy
+   systemd_dounit systemd/dnscrypt-proxy.service
+   systemd_dounit systemd/dnscrypt-proxy.socket
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   fcaps_pkg_postinst
+
+   if ! use filecaps; then
+   ewarn "'filecaps' USE flag is disabled"
+   ewarn "${PN} will fail to listen on port 53 if started via 
OpenRC"
+   ewarn "please either change port to > 1024, configure to run 
${PN} as root"
+   ewarn "or re-enable 'filecaps'"
+   ewarn
+   fi
+
+   local v
+   for v in ${REPLACING_VERSIONS}; do
+   if [[ ${v} == 1.* ]] ; then
+   elog "Version 2.x.x is a complete rewrite of ${PN}"
+   elog "please clean up old config/log files"
+   elog
+   fi
+   done
+
+   if systemd_is_booted || has_version sys-apps/systemd; then
+   elog "Starting with version 2.0.9 ${PN} unit changed:"
+   elog "It now runs as an unprivileged user with dynamic UID/GID"
+   elog "and privately stores log and cache files"
+   elog
+   elog "See man:systemd.exec, man:nss-systemd"
+   elog
+   elog "Edit ${PN}.socket if you need to change

  1   2   >