[gentoo-commits] proj/kde:master commit in: media-sound/amarok/

2018-05-26 Thread Andreas Sturmlechner
commit: ce35b3f34594f3f3dab792589cf042939dd3edf4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 27 05:44:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 27 05:44:22 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce35b3f3

media-sound/amarok: Fix postinst

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index 26e3b6cdb5..6de602d64b 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -116,7 +116,7 @@ pkg_postinst() {
elog "Please read https://community.kde.org/Amarok/Community/MySQL for 
details on how"
elog "to configure the external db and migrate your data from the 
embedded database."
 
-   if has_version "virtual/mysql[]"; then
+   if has_version "virtual/mysql[minimal]"; then
elog
elog "You built mysql with the minimal use flag, so it doesn't 
include the server."
elog "You won't be able to use the local mysql installation to 
store your amarok collection."



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

2018-05-26 Thread Hans de Graaff
commit: 7d36e4b09f1012beda9b30d4977bd6005c8f2afe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 27 05:08:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 27 05:08:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d36e4b0

dev-ruby/websocket: add 1.2.8

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/websocket/Manifest   |  1 +
 dev-ruby/websocket/websocket-1.2.8.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/websocket/Manifest b/dev-ruby/websocket/Manifest
index 6baedf30a16..382971a47c2 100644
--- a/dev-ruby/websocket/Manifest
+++ b/dev-ruby/websocket/Manifest
@@ -1,3 +1,4 @@
 DIST websocket-1.2.4.gem 27648 BLAKE2B 
b90391dfb836cd700f76da83ec85c8a3d9bfac008fbe798f2a78de7c72ae8390b4b193bd2a7302b636f9f84786fc073befc813111af7db819440ee86eb0dc3ab
 SHA512 
dd3a67adadaf45850d666dbb6a152aaeba581e751fe4bfa32a286946b71b7129e0f18d56ab458a489f0665347483c18d73c2fb232de7204ab3434a2574c685c9
 DIST websocket-1.2.5.gem 27648 BLAKE2B 
baeae7755ae9efb2e6b07196925501c67d3d0a41c1ee882a2a1309a9685830b5a5327a20d8716b27ff2c0d5dee34bbb66e1fa70666b89e4a3423c14465fdc7b4
 SHA512 
0cf0c2a049416faa66241cfeb40ff8771c6cc12f2653139b0dd8541450e4b705e747e025ec1aab0e3ff57e777b31ff99a2bec1f3a11a2afbfa69ad48d45b77e3
 DIST websocket-1.2.7.gem 28160 BLAKE2B 
11890ed86379a1d19dca142794ff2161c02566d46a00c77d534c708cd689662801cd3ee9ebae39c6622783873bfe00985c7ed303e0ed886d837f4f322ee5c3c3
 SHA512 
3200ee562a59e9ce064189cafabea8c8fe8bfd87ded452f1fd9b2498cb1a2108ccd685107b8848efa21f7bc9934942e366dce2ccb3783e974570682374553dbf
+DIST websocket-1.2.8.gem 28160 BLAKE2B 
25c7c055710f8d42d44417b3127de9a5ff8ef87dbf766cd468a88bfe116fcaa4f7d36b3caccb5780f2a1b4be05e5c4bcc74efffe6c2f4b65d0f1c8d12055b2a2
 SHA512 
42630e9d577a0fcbfa9f28ba487d12e4d96c59c615dddf91f810abc151a716aa9eaac3788999cb8eb2e729eff92fe8d262639b4b460029690994c710e78c138c

diff --git a/dev-ruby/websocket/websocket-1.2.8.ebuild 
b/dev-ruby/websocket/websocket-1.2.8.ebuild
new file mode 100644
index 000..e29d617a82e
--- /dev/null
+++ b/dev-ruby/websocket/websocket-1.2.8.ebuild
@@ -0,0 +1,21 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Universal Ruby library to handle WebSocket protocol"
+HOMEPAGE="https://github.com/imanel/websocket-ruby;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/rspec-its )"



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

2018-05-26 Thread Hans de Graaff
commit: 0a753425e886d03d790af8c20d0071cd84cf0459
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 27 05:07:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 27 05:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a753425

dev-ruby/xpath: add 3.1.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/xpath/Manifest   |  1 +
 dev-ruby/xpath/xpath-3.1.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index 35869a51dd0..2e481f94037 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1,2 +1,3 @@
 DIST xpath-2.1.0.gem 16896 BLAKE2B 
b8dc2b0e207c666446ba5948f6e37c71f410d8a5a02717d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3
 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
 DIST xpath-3.0.0.gem 13824 BLAKE2B 
19b41febf466a8bd72cab071fd8e68844c3bf1b2c06ce4aefe6c5a08e4f57ec8f1fd8478c60076a7e6967a85faf49680950f66ab9ebf1d2c47326da40e1f1847
 SHA512 
fd1e8cfff11e8c14efb1ad2cabb9a0a3bc3d79d40b61264c524ff4524c5e7b9ff86de0746f4530fe7501f5e5e1683cb87c4a479f5e67deb7d8f93ed552ec78d6
+DIST xpath-3.1.0.gem 13824 BLAKE2B 
68f8267fe5bd4d5761e24d7950bec321cfdfa82a836337d8f702796e4ff7fdf8dcc0d1d929d58a7595fafe3ca4a1c9e6853b9b4327362befca1b099162f0fa55
 SHA512 
e9bab0a7555369af412528f56d1fc561119523adcab6555d7b48e88f17166805fda7d73ee2a9ad01f4b87da9ffcafbbe25bc6ac5b87b608eff1b39d31d956b86

diff --git a/dev-ruby/xpath/xpath-3.1.0.ebuild 
b/dev-ruby/xpath/xpath-3.1.0.ebuild
new file mode 100644
index 000..14f25fc184b
--- /dev/null
+++ b/dev-ruby/xpath/xpath-3.1.0.ebuild
@@ -0,0 +1,26 @@
+# 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.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
+HOMEPAGE="https://github.com/jnicklas/xpath;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+SLOT="3"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
+}



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

2018-05-26 Thread Zac Medico
commit: b7f94fccf4163364ab7b4c4f0dcd42b8847f03e0
Author: Zac Medico  gentoo  org>
AuthorDate: Sun May 27 04:42:29 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May 27 04:42:29 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b7f94fcc

PiperReader._start: pass file to _array_output_handler

 pym/_emerge/PipeReader.py | 17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/pym/_emerge/PipeReader.py b/pym/_emerge/PipeReader.py
index fc3b7ca55..1aa5ee3bf 100644
--- a/pym/_emerge/PipeReader.py
+++ b/pym/_emerge/PipeReader.py
@@ -22,11 +22,6 @@ class PipeReader(AbstractPollTask):
def _start(self):
self._read_data = []
 
-   if self._use_array:
-   output_handler = self._array_output_handler
-   else:
-   output_handler = self._output_handler
-
for f in self.input_files.values():
fd = f if isinstance(f, int) else f.fileno()
fcntl.fcntl(fd, fcntl.F_SETFL,
@@ -42,7 +37,11 @@ class PipeReader(AbstractPollTask):
fcntl.fcntl(fd, fcntl.F_SETFD,
fcntl.fcntl(fd, fcntl.F_GETFD) 
| fcntl.FD_CLOEXEC)
 
-   self.scheduler.add_reader(fd, output_handler, fd)
+   if self._use_array:
+   self.scheduler.add_reader(fd, 
self._array_output_handler, f)
+   else:
+   self.scheduler.add_reader(fd, 
self._output_handler, fd)
+
self._registered = True
 
def _cancel(self):
@@ -72,11 +71,7 @@ class PipeReader(AbstractPollTask):
self._async_wait()
break
 
-   def _array_output_handler(self, fd):
-
-   for f in self.input_files.values():
-   if f.fileno() == fd:
-   break
+   def _array_output_handler(self, f):
 
while True:
data = self._read_array(f)



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

2018-05-26 Thread Zac Medico
commit: d329d1142df1662db452642ac719595d15a0d5bd
Author: Zac Medico  gentoo  org>
AuthorDate: Sun May 27 04:24:06 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May 27 04:25:40 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d329d114

PiperReader._start: handle case where fd is 0

 pym/_emerge/PipeReader.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/_emerge/PipeReader.py b/pym/_emerge/PipeReader.py
index 151be94ea..fc3b7ca55 100644
--- a/pym/_emerge/PipeReader.py
+++ b/pym/_emerge/PipeReader.py
@@ -28,7 +28,7 @@ class PipeReader(AbstractPollTask):
output_handler = self._output_handler
 
for f in self.input_files.values():
-   fd = isinstance(f, int) and f or f.fileno()
+   fd = f if isinstance(f, int) else f.fileno()
fcntl.fcntl(fd, fcntl.F_SETFL,
fcntl.fcntl(fd, fcntl.F_GETFL) | os.O_NONBLOCK)
 



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

2018-05-26 Thread Zac Medico
commit: a629f11a0fa140bfd85baeefaf99c5896f972acc
Author: Zac Medico  gentoo  org>
AuthorDate: Sun May 27 04:05:27 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May 27 04:08:50 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=a629f11a

AbstractPollTask._read_array: document performance

A benchmark that copies bytes from /dev/zero to /dev/null shows
that arrays give a 15% performance improvement for Python 2.7.14.
However, arrays significantly *decrease* performance for Python 3.

Also, remove obsolete documentation about the POLLIN bit.

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

diff --git a/pym/_emerge/AbstractPollTask.py b/pym/_emerge/AbstractPollTask.py
index f898aa708..4157794c6 100644
--- a/pym/_emerge/AbstractPollTask.py
+++ b/pym/_emerge/AbstractPollTask.py
@@ -25,15 +25,9 @@ class AbstractPollTask(AsynchronousTask):
because it has bugs in all known versions of Python (including
Python 2.7 and Python 3.2). See PipeReaderArrayTestCase.
 
-   | POLLIN | RETURN
-   | BIT| VALUE
-   | ---
-   | 1  | Read self._bufsize into an instance of
-   || array.array('B') and return it, handling
-   || EOFError and IOError. An empty array
-   || indicates EOF.
-   | ---
-   | 0  | None
+   A benchmark that copies bytes from /dev/zero to /dev/null shows
+   that arrays give a 15% performance improvement for Python 
2.7.14.
+   However, arrays significantly *decrease* performance for Python 
3.
"""
buf = array.array('B')
try:



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

2018-05-26 Thread Zac Medico
commit: c161971120a3dd91584b430d176fa1ef35dac4fe
Author: Zac Medico  gentoo  org>
AuthorDate: Sun May 27 02:13:44 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May 27 02:33:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1619711

dev-db/rqlite: version bump to 4.3.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/rqlite/Manifest| 12 ++
 dev-db/rqlite/rqlite-4.3.0.ebuild | 50 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index 36005ced14c..4fc57cbcfe4 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -1,17 +1,29 @@
 DIST github.com-Bowery-prompt-753711fea478fa77bb2c83f6ec244b814d4a8bad.tar.gz 
11327 BLAKE2B 
c0cc0b21d1b554a603c5f1621569984768ee63e8adc10ba947e114e0e33f24fd4356bbb4e6635ba68d5609750fa225e75a8d6b3e1e7e58b1fd18be03cacc2d6f
 SHA512 
a365bc6542080e6d6ddf3736923e58552684cd0d204e78fc59993f39eef46a073e4c30d980052c2b6bf5175985b59ac7b4f762f8aa1a15db39481466696b8a28
+DIST github.com-Bowery-prompt-94b504f42fdd503acc3b3c79ec2b517d90e0de8a.tar.gz 
11343 BLAKE2B 
cc2666f68db87466e66f30840b173ff7fc8cb3b55b7fb0ee01fb0c0e1f90cbe582ab04e40b2484d115e765d2123da5c01b2a83800dc568bc8567f0f3e1e8f7f9
 SHA512 
51013116829fd7287535effed3f808351dc1a664429fb4a8c87a17e637b77654013a65022c5254ab2df3d8a1f2421dd98ef4e03263e84ee7a79d8f7070a471d0
 DIST 
github.com-armon-go-metrics-0a12dc6f6b9da6da644031a1b9b5a85478c5ee27.tar.gz 
21391 BLAKE2B 
104cea2e49b19686aa8acfd7b1d487502a4df91aec8cf2789114d20ec157a4deca4ba6f2e809ed51dd9c8567aed13b43d1c93db90732b8619a739260ec1dca2a
 SHA512 
d93d2ed9068ba0e65a8477f8edbd02b39be99b015adb881558ff878e04a0c7730c0758ba91e6fe76009bb9e41ece3c8ded2cbdfcf194df8058a6c46489079b2d
+DIST 
github.com-armon-go-metrics-783273d703149aaeb9897cf58613d5af48861c25.tar.gz 
22373 BLAKE2B 
dd4daca721ac0643f6ba4300966217ec57cb5d21c495029fb356badacfb4032a275807d7498a8fd1bd97315e70ee0c2d3501ae7e3bb072feea94787c5ca8f608
 SHA512 
a1a245cd9ccc07af7fc30bff358819389a18d1be21179626a2e79f0ccb82d71f7a4ad009d8919bbdfb547176346716c3f0b1f764f0e75171381a56aeb066685e
 DIST github.com-boltdb-bolt-fa5367d20c994db73282594be0146ab221657943.tar.gz 
83957 BLAKE2B 
14c29a394454944dde249bc4a135395f4382500557aeae3d2ad63500acb0271c7cf41fcdbc2463fc73918f7cfc7cd8fdcbc573bef9a4ae17b150d8064a1b6da3
 SHA512 
d877c68da702a5bd0cbec5d7f7c2d2f6d58e1fe1dd0071b095d1ba1d12e5a9844e53dbef7d4855e56852e4669c976dc0705358ad8ee5466e49cc4a2a5ca5202a
+DIST github.com-boltdb-bolt-fd01fc79c553a8e99d512a07e8e0c63d4a3ccfc5.tar.gz 
83950 BLAKE2B 
04b9aa5632ccf231f319e8d25309f024a2a60c84e8eafac8b4bc16152fb7581d1a563903034e47668d7e9c61fdd6828294342c5b84d843e70367e578864ba4dd
 SHA512 
5effccc7dadb214ef5ce53092db48c04ae25a388962c58732190c34f4537b579ef645ae579df5d0de30645574ff753486a6f743bf4fd58ec1d2aff76ba537694
+DIST github.com-golang-crypto-a3beeb748656e13e54256fd2cde19e058f41f60f.tar.gz 
1611181 BLAKE2B 
2d2d8d25d30e1e517b2e4e79bc5e6b2121d5420739cf7eaf1838b2cde7bf01e122d272dc125f739fc87cb0a898175ec57a783187f6500aff19b4886e42d2b746
 SHA512 
a0255fdb06727d660e7c3f6f7c23cb3a14b6341c2f1745f78fb967864ecac980d9ec6619b22da4309078ab95643955e1f896ef645c40247fb931dd21da4c410d
 DIST github.com-golang-net-859d1a86bb617c0c20d154590c3c5d3fcb670b07.tar.gz 
920336 BLAKE2B 
4a80a4cbf866ff64c699860bef3a971b6ba6bc002e85106e2268b494f40b8a87c61f923c70818e4dc59bf898986393a8c8e972c50152a3abc48545d780ee5474
 SHA512 
49ccb64c9b675460d12ea6d0456bb1124a92d56e70b04398d14b33dd5879c4e188dcc3e6c79c1aa6f491507f854911a9298fbc61aed60cbdab0205b6995bb4a3
 DIST github.com-golang-sys-062cd7e4e68206d8bab9b18396626e855c992658.tar.gz 
769037 BLAKE2B 
5b49fd85030ec5f4ee28a8a354f614797a1203ef98e039fd4c70f9dd228c528e6c71c763ad7cd65aefc83c4ec235ad2a0911e6915aca63ca4431e28aee6a93a8
 SHA512 
fd7ce44eef01931b5017d9054858d9f3197b03e5e824ec1e4377b2e1cc11beceb5e3fa2fcf5222e7d8624f054608be4e9edfe47261ecdb60ebd3156124ccd6e8
+DIST github.com-golang-sys-c11f84a56e43e20a78cee75a7c034031ecf57d1f.tar.gz 
971425 BLAKE2B 
2b052ad1211863234b767d77b3757b93a755d5f533e677247b2c63bb16a9c1f9caa85d3c507f86f30c568bf2bc17f6bd7766a389364d3c684c3c0f508efa4047
 SHA512 
40937a901f32b6e1ddf0350a804bdc93b2a17c1c2bb42c09f6522c87c465b8ac4dd3e68057ef7a99b21894ee4b31583a51b49c484cdcd77ff4e195e0fcc8bcc5
+DIST 
github.com-hashicorp-go-immutable-radix-7f3cd4390caab3250a57f30efdb2a65dd7649ecf.tar.gz
 18972 BLAKE2B 
b66c34ca0286353bd19154c735a8a2cc3d6469c68cb4a0a58a7709c29d472d37506366e56c2a6de2e1a6685bb312aa79c63100704668063c4297e9e70df980ad
 SHA512 
3b237511fca5c8bf17f718cc8e71479e839be8db3b71a1abb418bd25fe0ed05d80e954a231093cc7f13bacbcf2a98b2d8d82b2586cbc3a7d6ab5aca75c817a1f
 DIST 
github.com-hashicorp-go-immutable-radix-8aac2701530899b64bdea735a1de8da899815220.tar.gz
 18806 BLAKE2B 
4936583140ea8b13bbcde70a09cd23f8b8f47eb6baf12f945efa3d0d15383bc6d9cf4854948545f119504b6379c580153f071f9f2fa47e76182657ea77e9be53
 SHA512 

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

2018-05-26 Thread Akinori Hattori
commit: c409c4faf8be4a3538e70bd47186c6f74b14956c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun May 27 02:25:04 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 02:25:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c409c4fa

profiles: mask app-i18n/ibus-tutcode for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0ab611cfedf..44703ff3e6b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Akinori Hattori  (27 May 2018)
+# Dead upstream, for old versions of iBus
+# Masked for removal in 30 days.
+app-i18n/ibus-tutcode
+
 # Matt Turner  (25 May 2018)
 # New package. Needs to interact with media-libs/mesa and
 # x11-drivers/nvidia-drivers. Work in progress.



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

2018-05-26 Thread Akinori Hattori
commit: e95d7a1e8c286053bb85e298aea26f0bdeed3d4b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun May 27 02:10:19 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 02:12:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95d7a1e

app-i18n/ibus-anthy: amd64/x86 stable

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index c644c89b3c7..d8786563733 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2018-05-26 Thread Akinori Hattori
commit: 3daf83fa2442953b42a4bb790a1e86880a546b0b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun May 27 02:11:51 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 02:12:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3daf83fa

app-i18n/ibus-anthy: drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/ibus-anthy/Manifest|  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 62 -
 2 files changed, 63 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 3212bf688c4..6c20199d807 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,3 +1,2 @@
 DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 
39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847
 SHA512 
963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
-DIST ibus-anthy-1.5.4.tar.gz 592595 BLAKE2B 
d483079c72ee8a500f79dfa6a1fe28b6dc13b8a7671c4ef6aba8df5994d6f2e3cddc9c8ebafe173a9f4799f1073745c8b23ea2aa7438e93d8e84c4b2c1ec129c
 SHA512 
8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d
 DIST ibus-anthy-1.5.9.tar.gz 765672 BLAKE2B 
88a2b935bfe1007bdcbd70af358509da77533a67df4b6d0be218b5f9d5e1c0ca093e62618765f1e2d7c06c2127458319bbf482ce8598398b9562ecec8a258301
 SHA512 
2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
deleted file mode 100644
index ab9be57eaba..000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2-utils python-single-r1
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2018-05-26 Thread Akinori Hattori
commit: 642d02b301a0ee6af2692bd9af7321d9723304ad
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun May 27 02:06:21 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 02:12:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642d02b3

app-i18n/ibus-typing-booster: new upstream release

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

 app-i18n/ibus-typing-booster/Manifest  |  1 +
 .../ibus-typing-booster-1.5.38.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/app-i18n/ibus-typing-booster/Manifest 
b/app-i18n/ibus-typing-booster/Manifest
index eda2285af58..3f16c18adee 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-typing-booster-1.5.32.tar.gz 5114796 BLAKE2B 
bc9d95b9f2da1cbb7eeb6fa07a528e29eae55a2283248bb0b94c09136571f9f29e4ad0af724f3fc621e2357c28efe97005b9d77365d6a349fbf5c17d6ee75a55
 SHA512 
0027d5b569577e3508a2af98c45929f63fea95369e6d502a42b3e3f61d28fb2c575ac42f5ae69c388d13a5740d35cbcda78ef01144679dc201bcbf384639290e
 DIST ibus-typing-booster-1.5.36.tar.gz 6413145 BLAKE2B 
e0948e81cc7002ee4eae8cb94da765dfba701e6b0872db85c5f847895be640292f78840ef19b9daf452c73a0b7d5c8385d6095f244d060d2cd0b8e1a7edd796a
 SHA512 
f9aa7b226b31732e1bdb78172a60ac8de3b86a86669a6aea017469001cb509bc8c1c3799764ed265befdc058f920bf7022c70d431503ad4ef27cc20eb9fa0537
+DIST ibus-typing-booster-1.5.38.tar.gz 6408096 BLAKE2B 
a4559044a4cd06c5dcf69d77d5ec3d8163d564702ff88d3ed11b8c073f5272e2cfab446de548a29887b74767f4318db98fb898dc4d15488fd4c9963cea151009
 SHA512 
67b81a47501ae4e885d2a79b122799b78dcdd044ad8e36a140d4c6587a23072d08e3e025f755c191cee82c3ab81ea1a974a5a0f6438e7203ba2d63d7e1cd4eff

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.38.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.38.ebuild
new file mode 100644
index 000..b4bb8048b30
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.38.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+PYTHON_REQ_USE="sqlite(+)"
+
+inherit python-single-r1
+
+DESCRIPTION="Completion input method for IBus"
+HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster;
+SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+CDEPEND="${PYTHON_DEPS}
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-libs/m17n-lib
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-db/m17n-db-1.7"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"



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

2018-05-26 Thread Akinori Hattori
commit: f4d749bc8f3bbdef3109ca4e5e0d78841900bc8a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun May 27 02:07:27 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 02:12:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d749bc

app-i18n/ibus-typing-booster: drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/ibus-typing-booster/Manifest  |  1 -
 .../ibus-typing-booster-1.5.32.ebuild  | 32 --
 2 files changed, 33 deletions(-)

diff --git a/app-i18n/ibus-typing-booster/Manifest 
b/app-i18n/ibus-typing-booster/Manifest
index 3f16c18adee..6066c42423e 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1,2 @@
-DIST ibus-typing-booster-1.5.32.tar.gz 5114796 BLAKE2B 
bc9d95b9f2da1cbb7eeb6fa07a528e29eae55a2283248bb0b94c09136571f9f29e4ad0af724f3fc621e2357c28efe97005b9d77365d6a349fbf5c17d6ee75a55
 SHA512 
0027d5b569577e3508a2af98c45929f63fea95369e6d502a42b3e3f61d28fb2c575ac42f5ae69c388d13a5740d35cbcda78ef01144679dc201bcbf384639290e
 DIST ibus-typing-booster-1.5.36.tar.gz 6413145 BLAKE2B 
e0948e81cc7002ee4eae8cb94da765dfba701e6b0872db85c5f847895be640292f78840ef19b9daf452c73a0b7d5c8385d6095f244d060d2cd0b8e1a7edd796a
 SHA512 
f9aa7b226b31732e1bdb78172a60ac8de3b86a86669a6aea017469001cb509bc8c1c3799764ed265befdc058f920bf7022c70d431503ad4ef27cc20eb9fa0537
 DIST ibus-typing-booster-1.5.38.tar.gz 6408096 BLAKE2B 
a4559044a4cd06c5dcf69d77d5ec3d8163d564702ff88d3ed11b8c073f5272e2cfab446de548a29887b74767f4318db98fb898dc4d15488fd4c9963cea151009
 SHA512 
67b81a47501ae4e885d2a79b122799b78dcdd044ad8e36a140d4c6587a23072d08e3e025f755c191cee82c3ab81ea1a974a5a0f6438e7203ba2d63d7e1cd4eff

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild
deleted file mode 100644
index b4bb8048b30..000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit python-single-r1
-
-DESCRIPTION="Completion input method for IBus"
-HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster;
-SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="${PYTHON_DEPS}
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-libs/m17n-lib
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pyenchant[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-   >=dev-db/m17n-db-1.7"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"



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

2018-05-26 Thread Nick Sarnie
commit: 6d9abbc186bebdc5c2a00edc01082840bf740ce7
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun May 27 01:57:59 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun May 27 02:01:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9abbc1

media-libs/vulkan-tools: Block against old vulkan-loader packaging

Reported-by: [Arfrever] on IRC

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild | 3 ++-
 media-libs/vulkan-tools/vulkan-tools-.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild 
b/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild
index 97eb0ccd27b..143583c65a5 100644
--- a/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild
+++ b/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild
@@ -24,7 +24,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="X wayland"
 
-RDEPEND=""
+# Old packaging will cause file collisions
+RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]
dev-util/vulkan-headers

diff --git a/media-libs/vulkan-tools/vulkan-tools-.ebuild 
b/media-libs/vulkan-tools/vulkan-tools-.ebuild
index 97eb0ccd27b..143583c65a5 100644
--- a/media-libs/vulkan-tools/vulkan-tools-.ebuild
+++ b/media-libs/vulkan-tools/vulkan-tools-.ebuild
@@ -24,7 +24,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="X wayland"
 
-RDEPEND=""
+# Old packaging will cause file collisions
+RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]
dev-util/vulkan-headers



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

2018-05-26 Thread Nick Sarnie
commit: d88c0e6f257aae9a66f3bb7c0a243f82d43599bd
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun May 27 01:56:00 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun May 27 02:01:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88c0e6f

media-libs/vulkan-layers: Block against old vulkan-loader packaging

Reported-by: [Arfrever] on IRC

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/vulkan-layers/vulkan-layers-0_pre20180526.ebuild | 3 ++-
 media-libs/vulkan-layers/vulkan-layers-.ebuild  | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-0_pre20180526.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-0_pre20180526.ebuild
index 3bc4cc8e175..ca8180bed03 100644
--- a/media-libs/vulkan-layers/vulkan-layers-0_pre20180526.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-0_pre20180526.ebuild
@@ -24,7 +24,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="X wayland"
 
-RDEPEND=""
+# Old packaging will cause file collisions
+RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]
>=dev-util/spirv-tools-2018.2-r1:=[${MULTILIB_USEDEP}]

diff --git a/media-libs/vulkan-layers/vulkan-layers-.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-.ebuild
index 22742bd2161..ca8180bed03 100644
--- a/media-libs/vulkan-layers/vulkan-layers-.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_SUBMODULES=()
inherit git-r3
 else
-   EGIT_COMMIT="0759b0fd2cd4d1db9b3968cb2684872c1fb11628"
+   EGIT_COMMIT="6a354a5200df761a7a7fabc338e9c1b81961919b"
KEYWORDS="~amd64"

SRC_URI="https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/Vulkan-ValidationLayers-${EGIT_COMMIT}"
@@ -24,7 +24,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="X wayland"
 
-RDEPEND=""
+# Old packaging will cause file collisions
+RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]
>=dev-util/spirv-tools-2018.2-r1:=[${MULTILIB_USEDEP}]



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

2018-05-26 Thread Nick Sarnie
commit: 7e6676a6b59fa281f7e2ddf4d16f67b33250f92b
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun May 27 01:53:00 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun May 27 02:01:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6676a6

dev-util/vulkan-headers: Block against old vulkan-loader packaging

Reported-by: [Arfrever] on IRC

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/vulkan-headers/vulkan-headers-0_p20180526.ebuild | 3 +++
 dev-util/vulkan-headers/vulkan-headers-.ebuild| 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-util/vulkan-headers/vulkan-headers-0_p20180526.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-0_p20180526.ebuild
index 6ee6d098e65..531392083df 100644
--- a/dev-util/vulkan-headers/vulkan-headers-0_p20180526.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-0_p20180526.ebuild
@@ -19,6 +19,9 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers;
 LICENSE="Apache-2.0"
 SLOT="0"
 
+# Old packaging will cause file collisions
+RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
+
 src_install() {
mkdir "include/vulkan/registry" || die
mv "registry/" "include/vulkan/" || die

diff --git a/dev-util/vulkan-headers/vulkan-headers-.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-.ebuild
index 6ee6d098e65..531392083df 100644
--- a/dev-util/vulkan-headers/vulkan-headers-.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-.ebuild
@@ -19,6 +19,9 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers;
 LICENSE="Apache-2.0"
 SLOT="0"
 
+# Old packaging will cause file collisions
+RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
+
 src_install() {
mkdir "include/vulkan/registry" || die
mv "registry/" "include/vulkan/" || die



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

2018-05-26 Thread Nick Sarnie
commit: 75a03dbb2860cbf9de25e0a8f54d4d7561b5677a
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun May 27 01:38:35 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun May 27 02:01:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a03dbb

media-libs/vulkan-loader: Update HOMEPAGE and add vulkan-layers to PDEPEND

Reported-by: [Arfrever] on IRC

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/vulkan-loader/vulkan-loader-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-.ebuild
index ddfe098eb54..33afbd7d834 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-.ebuild
@@ -17,16 +17,15 @@ fi
 inherit python-any-r1 cmake-multilib
 
 DESCRIPTION="Vulkan Installable Client Driver (ICD) Loader"
-HOMEPAGE="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers;
+HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Loader;
 
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="layers wayland X"
 
-RDEPEND=""
+PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
 DEPEND="${PYTHON_DEPS}
dev-util/vulkan-headers
-   layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-editors/jasspa-microemacs/

2018-05-26 Thread Thomas Deutschmann
commit: beaf7243fd71554c0340e16d8aa7604f5cdad461
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun May 27 01:57:20 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun May 27 01:57:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beaf7243

app-editors/jasspa-microemacs: x86 stable (bug #656566)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild 
b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild
index 770b292dd3e..28f6d091d5f 100644
--- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild
+++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.jasspa.com/release_20090909/jasspa-mesrc-${PV}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
 IUSE="nanoemacs X xpm"
 
 RDEPEND="sys-libs/ncurses:0=



[gentoo-commits] repo/gentoo:master commit in: app-editors/emact/

2018-05-26 Thread Thomas Deutschmann
commit: a6b59d665d85f011188eecdae9ef04298f3cdf5e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun May 27 01:56:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun May 27 01:57:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b59d66

app-editors/emact: x86 stable (bug #656564)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-editors/emact/emact-2.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/emact/emact-2.58.0.ebuild 
b/app-editors/emact/emact-2.58.0.ebuild
index b2f3b4a4d8f..49958c76d7c 100644
--- a/app-editors/emact/emact-2.58.0.ebuild
+++ b/app-editors/emact/emact-2.58.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="X"
 
 RDEPEND="sys-libs/ncurses:0=



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

2018-05-26 Thread Akinori Hattori
commit: 6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun May 27 01:36:42 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 01:36:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd2f0d1

app-shells/yash: initial import

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-shells/yash/Manifest |  1 +
 app-shells/yash/metadata.xml | 26 ++
 app-shells/yash/yash-2.47.ebuild | 33 +
 3 files changed, 60 insertions(+)

diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
new file mode 100644
index 000..44c70eccdb1
--- /dev/null
+++ b/app-shells/yash/Manifest
@@ -0,0 +1 @@
+DIST yash-2.47.tar.gz 1161675 BLAKE2B 
8491d5f977b9e23071098016443e8384bc584b8b1160e84b725a2965d032d8b8f5a7ac8b16b1a1e62d808b0543650e0bc42ddc52806c5475a7ca9e26640e84aa
 SHA512 
c9607990a1cf947f9cf294f818d9c6de314dca92a9f106dc65e8d0fdeb6ac91b21a394c711c4b8aabae33b60fc70b72dc9483b6ac48d4e3be3019501ebc26332

diff --git a/app-shells/yash/metadata.xml b/app-shells/yash/metadata.xml
new file mode 100644
index 000..106f4c845b2
--- /dev/null
+++ b/app-shells/yash/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hat...@gentoo.org
+   
+   
+   Yash, yet another shell, is a POSIX-compliant command line shell
+   written in C99 (ISO/IEC 9899:1999). Yash is intended to be the 
most
+   POSIX-compliant shell in the world while supporting features 
for daily
+   interactive and scripting use. Notable features are:
+
+   * Global aliases
+   * Arrays
+   * Socket redirection, pipeline redirection, and process 
redirection
+   * Brace expansion and extended globbing
+   * Fractional numbers in arithmetic expansion
+   * Prompt command and command-not-found handler
+   * Command line completion with predefined completion scripts 
for more than 100 commands
+   * Command line prediction based on command history
+   
+   
+   magicant/yash
+   yash
+   
+

diff --git a/app-shells/yash/yash-2.47.ebuild b/app-shells/yash/yash-2.47.ebuild
new file mode 100644
index 000..475398b4442
--- /dev/null
+++ b/app-shells/yash/yash-2.47.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PLOCALES="en ja"
+
+inherit flag-o-matic l10n toolchain-funcs
+
+DESCRIPTION="Yash is a POSIX-compliant command line shell"
+HOMEPAGE="https://yash.osnd.jp/;
+SRC_URI="mirror://sourceforge.jp/${PN}/69353/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls test"
+
+RDEPEND="sys-libs/ncurses:=
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   test? ( sys-apps/ed )"
+
+src_configure() {
+   append-cflags -std=c99
+
+   sh ./configure \
+   --prefix="${EPREFIX}"/usr \
+   $(use_enable nls) \
+   CC=$(tc-getCC) \
+   LINGUAS="$(l10n_get_locales | sed "s/en/en@quot en@boldquot/")" 
\
+   || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kterm/

2018-05-26 Thread Akinori Hattori
commit: 06bda2e208c8a29e60c48ec6e1e8427a17771f71
Author: SÅ‚awomir Nizio  sabayon  org>
AuthorDate: Thu Apr 26 20:01:04 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 01:49:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bda2e2

x11-terms/kterm: fix build with sys-libs/ncurses[tinfo]

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

 x11-terms/kterm/kterm-6.2.0-r6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-terms/kterm/kterm-6.2.0-r6.ebuild 
b/x11-terms/kterm/kterm-6.2.0-r6.ebuild
index f13a939ad24..a4867bab0a4 100644
--- a/x11-terms/kterm/kterm-6.2.0-r6.ebuild
+++ b/x11-terms/kterm/kterm-6.2.0-r6.ebuild
@@ -50,7 +50,8 @@ src_compile(){
emake \
CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
-   LOCAL_LDFLAGS="${LDFLAGS} $("$(tc-getPKG_CONFIG)" --libs 
ncurses)" \
+   LOCAL_LDFLAGS="${LDFLAGS}" \
+   TERMCAPLIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)" \
XAPPLOADDIR="${EPREFIX}/usr/share/X11/app-defaults"
 }
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/, profiles/

2018-05-26 Thread Matt Turner
commit: 79c3c3652df8a25c05d94f9acaaf303a5ddca270
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 26 22:54:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 27 00:41:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c3c365

media-libs/libglvnd: Add package

package.mask'd for now.

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

 media-libs/libglvnd/Manifest   |  1 +
 media-libs/libglvnd/libglvnd-1.0.0.20180524.ebuild | 54 ++
 media-libs/libglvnd/libglvnd-.ebuild   | 54 ++
 media-libs/libglvnd/metadata.xml   | 11 +
 profiles/package.mask  |  5 ++
 5 files changed, 125 insertions(+)

diff --git a/media-libs/libglvnd/Manifest b/media-libs/libglvnd/Manifest
new file mode 100644
index 000..c47bf92a2f1
--- /dev/null
+++ b/media-libs/libglvnd/Manifest
@@ -0,0 +1 @@
+DIST libglvnd-1.0.0.20180524.tar.gz 796997 BLAKE2B 
75c50d2eb864b84e97af5b5f0c9bfde2651436acbad323312ca8b88df8cfa4dd170a743748e8c2269f39d9cb492d6ffaabd66a76ffca3062be2462adca4c79cd
 SHA512 
3e49e4647b50f04dd534282b2f7ae76d84ea3dcd071771492a6560ae327d6167fcd071d32c447af097e68d84e6560d6b2c2b00d1409664e8b6a628b49ccdbdad

diff --git a/media-libs/libglvnd/libglvnd-1.0.0.20180524.ebuild 
b/media-libs/libglvnd/libglvnd-1.0.0.20180524.ebuild
new file mode 100644
index 000..b1d53c3d68e
--- /dev/null
+++ b/media-libs/libglvnd/libglvnd-1.0.0.20180524.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git;
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
+
+DESCRIPTION="The GL Vendor-Neutral Dispatch library"
+HOMEPAGE="https://github.com/NVIDIA/libglvnd;
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~amd64"
+   COMMIT="8709003ffdc905d144855c3117a31da220149d4c"
+   SRC_URI="https://github.com/NVIDIA/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S=${WORKDIR}/${PN}-${COMMIT}
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   !media-libs/mesa[-libglvnd(-)]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   "
+DEPEND="${PYTHON_DEPS}
+   ${RDEPEND}"
+
+src_unpack() {
+   default
+   [[ $PV = * ]] && git-r3_src_unpack
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} econf
+}
+
+multilib_src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}

diff --git a/media-libs/libglvnd/libglvnd-.ebuild 
b/media-libs/libglvnd/libglvnd-.ebuild
new file mode 100644
index 000..9f9f724cecc
--- /dev/null
+++ b/media-libs/libglvnd/libglvnd-.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git;
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
+
+DESCRIPTION="The GL Vendor-Neutral Dispatch library"
+HOMEPAGE="https://github.com/NVIDIA/libglvnd;
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~amd64"
+   COMMIT=""
+   SRC_URI="https://github.com/NVIDIA/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S=${WORKDIR}/${PN}-${COMMIT}
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   !media-libs/mesa[-libglvnd(-)]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   "
+DEPEND="${PYTHON_DEPS}
+   ${RDEPEND}"
+
+src_unpack() {
+   default
+   [[ $PV = * ]] && git-r3_src_unpack
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} econf
+}
+
+multilib_src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}

diff --git a/media-libs/libglvnd/metadata.xml b/media-libs/libglvnd/metadata.xml
new file mode 100644
index 000..7a349da8f2d
--- /dev/null
+++ b/media-libs/libglvnd/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   X11
+   
+   
+   NVIDIA/libglvnd
+   
+

diff --git a/profiles/package.mask b/profiles/package.mask
index bfdbb981c43..0ab611cfedf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (25 May 2018)
+# New package. Needs to interact with media-libs/mesa and
+# x11-drivers/nvidia-drivers. Work in progress.
+media-libs/libglvnd
+
 # Andreas Sturmlechner  (24 May 2018)
 # Depends on dead Qt4. Masked for removal in 30 days. Bug #629018
 

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

2018-05-26 Thread Zac Medico
commit: 2f9c213dc708eacc7bff2f9f1a0afff40a74295d
Author: Zac Medico  gentoo  org>
AuthorDate: Sun May 27 00:32:03 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May 27 00:34:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9c213d

dev-db/rqlite: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/rqlite/Manifest|  9 
 dev-db/rqlite/rqlite-4.0.2.ebuild | 48 ---
 2 files changed, 57 deletions(-)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index e2a1ef6d36b..36005ced14c 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -1,26 +1,17 @@
 DIST github.com-Bowery-prompt-753711fea478fa77bb2c83f6ec244b814d4a8bad.tar.gz 
11327 BLAKE2B 
c0cc0b21d1b554a603c5f1621569984768ee63e8adc10ba947e114e0e33f24fd4356bbb4e6635ba68d5609750fa225e75a8d6b3e1e7e58b1fd18be03cacc2d6f
 SHA512 
a365bc6542080e6d6ddf3736923e58552684cd0d204e78fc59993f39eef46a073e4c30d980052c2b6bf5175985b59ac7b4f762f8aa1a15db39481466696b8a28
-DIST github.com-Bowery-prompt-eb8f7a6a197ce971ed0e9d4a739c628381d5f124.tar.gz 
11317 BLAKE2B 
fa75f267f715a33d7018d9af5ff85501b6a35e2eb72936e9e2b8237284ac76289d4e830bca6fbd346ccdb6b97393634d9d469ee6aad3fefeb7b1f9f0086c765f
 SHA512 
593710fe395d5f9b9cb1b794f597a6abd8ba3e1259148a5c7addf423cda330bcf3515ebcda807d859a26a62762a988ee09172723563a9265efa6770c0aa53946
-DIST 
github.com-armon-go-metrics-023a4bbe4bb9bfb23ee7e1afc8d0abad217641f3.tar.gz 
21391 BLAKE2B 
601ba13a271793efd64909c120d681301d9eb940b048019043dce148ef699b48e8d7de3ece4903692a262be33289f62fefd6e2802df24374c8394e43282935ed
 SHA512 
f5d6ac8eb3710c7dddac79d4d2434c818b6b09f975472979c58ba266e635c0f37d70e6b4d364ea32c82eb0fb953ee8392fb1743328f88ceab414862eceb510db
 DIST 
github.com-armon-go-metrics-0a12dc6f6b9da6da644031a1b9b5a85478c5ee27.tar.gz 
21391 BLAKE2B 
104cea2e49b19686aa8acfd7b1d487502a4df91aec8cf2789114d20ec157a4deca4ba6f2e809ed51dd9c8567aed13b43d1c93db90732b8619a739260ec1dca2a
 SHA512 
d93d2ed9068ba0e65a8477f8edbd02b39be99b015adb881558ff878e04a0c7730c0758ba91e6fe76009bb9e41ece3c8ded2cbdfcf194df8058a6c46489079b2d
-DIST github.com-boltdb-bolt-2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8.tar.gz 
83582 BLAKE2B 
5df52a8cfd27aaad2fbd7c442e270f4f65988a19393c012467aba12d215f27184937eb9063e78839c0dc3b5872a67d8472d6e3a1c9d14ddf718a675d47187765
 SHA512 
c87c880a24718598d72618cd6ff1240e113570783e3be0335d0e37f0673f61740962dd0bac2ea62ab3f81d108b1360d93f828390272d2789f758560c44df
 DIST github.com-boltdb-bolt-fa5367d20c994db73282594be0146ab221657943.tar.gz 
83957 BLAKE2B 
14c29a394454944dde249bc4a135395f4382500557aeae3d2ad63500acb0271c7cf41fcdbc2463fc73918f7cfc7cd8fdcbc573bef9a4ae17b150d8064a1b6da3
 SHA512 
d877c68da702a5bd0cbec5d7f7c2d2f6d58e1fe1dd0071b095d1ba1d12e5a9844e53dbef7d4855e56852e4669c976dc0705358ad8ee5466e49cc4a2a5ca5202a
-DIST github.com-golang-net-1c05540f6879653db88113bc4a2b70aec4bd491f.tar.gz 
916090 BLAKE2B 
d6e9cd2d0a0cdb59fc38f3ecbefddd289b3d78cc88c4b558c90ac27f75db7e59004d277e4194e5c9a0d56b5daa98e6e85d291f59ac79df314a53d803aa5a296b
 SHA512 
40c070ab27ba31bbf0f0555e2b90b12100246caef36d7bf48d543e432272b0eca6e0deaf49e1e31ff6974b06d6476924818862a9243a8646d0f38b344a09633c
 DIST github.com-golang-net-859d1a86bb617c0c20d154590c3c5d3fcb670b07.tar.gz 
920336 BLAKE2B 
4a80a4cbf866ff64c699860bef3a971b6ba6bc002e85106e2268b494f40b8a87c61f923c70818e4dc59bf898986393a8c8e972c50152a3abc48545d780ee5474
 SHA512 
49ccb64c9b675460d12ea6d0456bb1124a92d56e70b04398d14b33dd5879c4e188dcc3e6c79c1aa6f491507f854911a9298fbc61aed60cbdab0205b6995bb4a3
 DIST github.com-golang-sys-062cd7e4e68206d8bab9b18396626e855c992658.tar.gz 
769037 BLAKE2B 
5b49fd85030ec5f4ee28a8a354f614797a1203ef98e039fd4c70f9dd228c528e6c71c763ad7cd65aefc83c4ec235ad2a0911e6915aca63ca4431e28aee6a93a8
 SHA512 
fd7ce44eef01931b5017d9054858d9f3197b03e5e824ec1e4377b2e1cc11beceb5e3fa2fcf5222e7d8624f054608be4e9edfe47261ecdb60ebd3156124ccd6e8
-DIST github.com-golang-sys-b0e0dd72976dc482b6cb37c5640440f876ac1907.tar.gz 
749422 BLAKE2B 
92472c605242a23998112a1d9b081cd4b597a901a661d7d75487c9ac139270a6af23301f4dfe030dabccc1539bb9352a99734b38b9f13f6b7f8487f707d232fa
 SHA512 
1269418c156429487388e868041d10b1fec5de1551cc773a0a1b9a032ca50a328c023bf84f1d6959ab8ae3b57765a92f51263d70b729e20d825c31742d4e666a
 DIST 
github.com-hashicorp-go-immutable-radix-8aac2701530899b64bdea735a1de8da899815220.tar.gz
 18806 BLAKE2B 
4936583140ea8b13bbcde70a09cd23f8b8f47eb6baf12f945efa3d0d15383bc6d9cf4854948545f119504b6379c580153f071f9f2fa47e76182657ea77e9be53
 SHA512 
6b748a06d21972f9011cd85e9128cc27ac67539f8a1be021733b25055d8c6c731a393078ee0418a1929e35cd701bba128a96053cd77fc0a01af51ee58baa5c36
 DIST 
github.com-hashicorp-go-msgpack-fa3f63826f7c23912c15263591e65d54d080b458.tar.gz 
49488 BLAKE2B 
03d54419cc6fde9b6d51935d49ba2828471a06615e556355352837cc962608144afc505fa31375c0a1907c68752a633bd13618ae849141f853c0d83f4824ae38
 SHA512 

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

2018-05-26 Thread Aaron Bauman
commit: f22c81540c5a50d664e9f0c35680ed1181705f94
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 23:49:44 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 00:15:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22c8154

media-sound/xineadump: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/xineadump/xineadump-0.1-r1.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild 
b/media-sound/xineadump/xineadump-0.1-r1.ebuild
index 44abf590ccd..be2a6091556 100644
--- a/media-sound/xineadump/xineadump-0.1-r1.ebuild
+++ b/media-sound/xineadump/xineadump-0.1-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Utility for Xine decoding support in transKode"
 HOMEPAGE="https://sourceforge.net/projects/transkode;
@@ -19,12 +18,12 @@ DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${PN}
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gcc-4.3.patch \
-   "${FILESDIR}"/${P}-gcc-4.4.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}-gcc-4.3.patch"
+   "${FILESDIR}/${P}-gcc-4.4.patch"
+)
 
 src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS
+   default
 }



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

2018-05-26 Thread Aaron Bauman
commit: 49ec4ad7c8d14ccace7e7afcd8e2f2facc8ed8ae
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 21:50:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 00:14:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ec4ad7

media-sound/aseqview: bump EAPI

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

 media-sound/aseqview/aseqview-0.2.8.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-sound/aseqview/aseqview-0.2.8.ebuild 
b/media-sound/aseqview/aseqview-0.2.8.ebuild
index 0d5c975b9ec..722f6f53e69 100644
--- a/media-sound/aseqview/aseqview-0.2.8.ebuild
+++ b/media-sound/aseqview/aseqview-0.2.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="ALSA sequencer event viewer/filter"
-HOMEPAGE="http://www.alsa-project.org/~iwai/alsa.html;
-SRC_URI="http://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.gz;
+HOMEPAGE="https://www.alsa-project.org/~iwai/alsa.html;
+SRC_URI="https://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -24,5 +24,5 @@ src_configure() {
 
 src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
-   dodoc AUTHORS ChangeLog README
+   default
 }



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

2018-05-26 Thread Aaron Bauman
commit: b28abb670c1c3382fac1507f56fb1facd4b40b5f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 23:37:19 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 00:15:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28abb67

media-sound/sidplay: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/sidplay/sidplay-2.0.9.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild 
b/media-sound/sidplay/sidplay-2.0.9.ebuild
index 4f38551f8eb..982b4bfc55c 100644
--- a/media-sound/sidplay/sidplay-2.0.9.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=6
 
 DESCRIPTION="C64 SID player"
 HOMEPAGE="http://sidplay2.sourceforge.net/;
@@ -17,12 +16,12 @@ RDEPEND=">=media-libs/libsidplay-2.1"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gcc43.patch \
-   "${FILESDIR}"/${P}-gcc44.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}-gcc43.patch"
+   "${FILESDIR}/${P}-gcc44.patch"
+)
 
 src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc TODO AUTHORS ChangeLog
+   default
 }



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

2018-05-26 Thread Aaron Bauman
commit: e1f6777bdee99e99037cfc01dea2c094c9146358
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 22:18:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 00:14:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f6777b

media-sound/dvda-author: drop EAPI=2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/dvda-author/dvda-author-10.06.ebuild | 44 
 1 file changed, 44 deletions(-)

diff --git a/media-sound/dvda-author/dvda-author-10.06.ebuild 
b/media-sound/dvda-author/dvda-author-10.06.ebuild
deleted file mode 100644
index 34c331c5bd7..000
--- a/media-sound/dvda-author/dvda-author-10.06.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Author a DVD-Audio DVD"
-HOMEPAGE="http://dvd-audio.sourceforge.net;
-SRC_URI="mirror://sourceforge/dvd-audio/${P}-300.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=media-sound/sox-14.1[png]
-   >=media-libs/flac-1.2.1[ogg]"
-DEPEND="${RDEPEND}
-   >=sys-devel/libtool-2"
-
-src_prepare() {
-   # Fix parallel make
-   sed -i -e 's:^\(\tcd ${MAYBE_CDRTOOLS}\):@HAVE_CDRTOOLS_BUILD_TRUE@\1:' 
\
-   Makefile.in || die "sed failed"
-
-   # Don't pre-strip binaries
-   sed -i -e 's:$LIBS -s:$LIBS:' configure || die "sed failed"
-}
-
-src_configure() {
-   econf \
-   --disable-dependency-tracking \
-   --with-config=/etc \
-   $(use_with debug debug full)
-}
-
-src_install() {
-   newbin src/dvda ${PN} || die "newbin failed"
-   insinto /etc
-   doins ${PN}.conf || die "doins failed"
-   dodoc AUTHORS BUGS ChangeLog EXAMPLES HOWTO.conf LIMITATIONS NEWS TODO \
-   || die "dodoc failed"
-}



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

2018-05-26 Thread Aaron Bauman
commit: 797f04453350417ed3e86517c7f28feb9698ff6a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 23:38:51 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 00:15:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f0445

media-sound/synaesthesia: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/synaesthesia/synaesthesia-2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild 
b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
index ade33b06d5b..f29bbe7232c 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="a nice graphical accompaniment to music"
 HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia;
@@ -27,5 +27,5 @@ src_prepare() {
 
 src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc README
+   default
 }



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

2018-05-26 Thread Aaron Bauman
commit: 8d182064618ae0c4d77274818c791c472bb18a59
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 22:29:25 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 00:15:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d182064

media-sound/modplugtools: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/modplugtools/modplugtools-0.5.1.ebuild | 6 +++---
 media-sound/modplugtools/modplugtools-0.5.3.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/modplugtools/modplugtools-0.5.1.ebuild 
b/media-sound/modplugtools/modplugtools-0.5.1.ebuild
index df70b05c35e..9a23e39efd4 100644
--- a/media-sound/modplugtools/modplugtools-0.5.1.ebuild
+++ b/media-sound/modplugtools/modplugtools-0.5.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="libmodplug based module players modplug123 and modplugplay"
 HOMEPAGE="http://modplug-xmms.sourceforge.net/;
@@ -20,5 +20,5 @@ DEPEND="${RDEPEND}
 
 src_install() {
emake DESTDIR="${D}" install || die
-   dodoc AUTHORS ChangeLog NEWS README TODO
+   default
 }

diff --git a/media-sound/modplugtools/modplugtools-0.5.3.ebuild 
b/media-sound/modplugtools/modplugtools-0.5.3.ebuild
index ec6a84193ef..ccedcc19c07 100644
--- a/media-sound/modplugtools/modplugtools-0.5.3.ebuild
+++ b/media-sound/modplugtools/modplugtools-0.5.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=7
 
 DESCRIPTION="libmodplug based module players modplug123 and modplugplay"
 HOMEPAGE="http://modplug-xmms.sourceforge.net/;
@@ -20,5 +20,5 @@ DEPEND="${RDEPEND}
 
 src_install() {
emake DESTDIR="${D}" install || die
-   dodoc AUTHORS ChangeLog NEWS README TODO
+   default
 }



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

2018-05-26 Thread Aaron Bauman
commit: ba033ea82276709866cfa58a301f524ad9955f72
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 23:36:13 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 00:15:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba033ea8

media-sound/pwavecat: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/pwavecat/pwavecat-0.4.5.ebuild | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/media-sound/pwavecat/pwavecat-0.4.5.ebuild 
b/media-sound/pwavecat/pwavecat-0.4.5.ebuild
index 4f9f719b74a..91a5792d8a0 100644
--- a/media-sound/pwavecat/pwavecat-0.4.5.ebuild
+++ b/media-sound/pwavecat/pwavecat-0.4.5.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit eutils toolchain-funcs flag-o-matic
-
-IUSE=""
+inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="concatenates any number of audio files to stdout"
 HOMEPAGE="http://panteltje.com/panteltje/dvd/;
@@ -14,11 +12,12 @@ SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE=""
 
-src_prepare() {
-   epatch "${FILESDIR}/${P}.diff" \
-   "${FILESDIR}"/${P}-overflow.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}.diff"
+   "${FILESDIR}/${P}-overflow.patch"
+)
 
 src_compile() {
append-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE
@@ -27,5 +26,5 @@ src_compile() {
 
 src_install() {
dobin pwavecat || die
-   dodoc CHANGES README
+   default
 }



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

2018-05-26 Thread Aaron Bauman
commit: 147c350e2ecf7e0b07569ede8205649694d23570
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 21:58:46 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 00:14:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147c350e

media-sound/bladeenc: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/bladeenc/bladeenc-0.94.2-r1.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/media-sound/bladeenc/bladeenc-0.94.2-r1.ebuild 
b/media-sound/bladeenc/bladeenc-0.94.2-r1.ebuild
index 2f80c891829..6dd053d1e75 100644
--- a/media-sound/bladeenc/bladeenc-0.94.2-r1.ebuild
+++ b/media-sound/bladeenc/bladeenc-0.94.2-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=6
 
 DESCRIPTION="An mp3 encoder"
 SRC_URI="http://bladeenc.mp3.no/source/${P}-src-stable.tar.gz;
@@ -13,11 +12,9 @@ SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE=""
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-secfix.diff
-}
+PATCHES=( "${FILESDIR}/${P}-secfix.diff" )
 
 src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS ChangeLog README TODO
+   default
 }



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

2018-05-26 Thread Gilles Dartiguelongue
commit: 29f2f831335d4480037006bfb57b92e74a859d75
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 23:57:53 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:58:08 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=29f2f831

Add .mailmap

 .mailmap | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/.mailmap b/.mailmap
new file mode 100644
index ..0bdd8a63
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,11 @@
+ 
+Alexandre Rostovtsev  
+Arun Raghavan  
+Arun Raghavan  
+Daniel Gryniewicz  
+Lorenzo Porta  Vindex17 
+Romain Perier  
+Rémi Cardona  
+Steev Klimaszewski  
+Sobhan Mohammadpour  
+Michał Górny  



[gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/

2018-05-26 Thread Gilles Dartiguelongue
commit: 2d9de0ed4ef56d08890fba570f4f153a4f6b8ab9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 21:58:14 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2d9de0ed

games-puzzle/swell-foop: 3.24.0 → 3.26.0

Translation updates.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 games-puzzle/swell-foop/metadata.xml |  8 ++
 games-puzzle/swell-foop/swell-foop-3.26.0.ebuild | 33 
 2 files changed, 41 insertions(+)

diff --git a/games-puzzle/swell-foop/metadata.xml 
b/games-puzzle/swell-foop/metadata.xml
new file mode 100644
index ..39980802
--- /dev/null
+++ b/games-puzzle/swell-foop/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+

diff --git a/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild 
b/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild
new file mode 100644
index ..a56bce3d
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 vala
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=media-libs/clutter-1.14:1.0
+   >=media-libs/clutter-gtk-1.5:1.0
+   >=x11-libs/gtk+-3.12:3
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/

2018-05-26 Thread Gilles Dartiguelongue
commit: 45d55d2a675a30c2f0037a106c3d22927821eb7f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 23:21:13 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=45d55d2a

app-dicts/gnome-dictionary: 3.24.1 → 3.26.1

Switch build system to meson. libgdict is now private, droping subslot,
gtk-doc and introspection. Debug would only switch between options that
are not considered adequate in Gentoo right now.

 .../gnome-dictionary-3.26.1.ebuild | 40 
 .../gnome-dictionary/gnome-dictionary-.ebuild  | 44 --
 2 files changed, 56 insertions(+), 28 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild 
b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
new file mode 100644
index ..6eea5908
--- /dev/null
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome-meson
+
+DESCRIPTION="Dictionary utility for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="0"
+IUSE="ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.42:2[dbus]
+   x11-libs/cairo:=
+   >=x11-libs/gtk+-3.21.1:3
+   x11-libs/pango
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gsettings-desktop-schemas
+   !https://wiki.gnome.org/Apps/Dictionary;
+SRC_URI=""
+EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-dictionary.git;
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/10" # subslot = suffix of libgdict-1.0.so
-IUSE="debug +introspection ipv6"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
+SLOT="0"
+IUSE="ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
-   >=dev-libs/glib-2.39:2[dbus]
+   >=dev-libs/glib-2.42:2[dbus]
x11-libs/cairo:=
-   >=x11-libs/gtk+-3.20:3
+   >=x11-libs/gtk+-3.21.1:3
x11-libs/pango
-   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
 "
 RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
@@ -33,22 +26,17 @@ RDEPEND="${COMMON_DEPEND}
 "
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-   >=dev-util/gtk-doc-am-1.15
-   >=dev-util/intltool-0.40
+   app-text/docbook-xsl-stylesheets
+   dev-libs/appstream-glib
+   dev-libs/libxslt
dev-util/itstool
+   >=dev-util/meson-0.42.0
>=sys-devel/gettext-0.17
virtual/pkgconfig
 "
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   app-text/yelp-tools
-   doc? ( >=dev-util/gtk-doc-1.15 )"
-fi
-
 src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable introspection) \
-   $(use_enable ipv6)
+   gnome-meson_src_configure \
+   -Dbuild_man=true \
+   $(meson_use ipv6 use_ipv6)
 }



[gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/

2018-05-26 Thread Gilles Dartiguelongue
commit: 27aea9404919e449d84c8e3f1f24746aac44de45
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 22:19:35 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=27aea940

app-arch/file-roller: sync live ebuild and metadata.xml

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 app-arch/file-roller/file-roller-.ebuild | 39 
 app-arch/file-roller/metadata.xml|  6 ++---
 2 files changed, 19 insertions(+), 26 deletions(-)

diff --git a/app-arch/file-roller/file-roller-.ebuild 
b/app-arch/file-roller/file-roller-.ebuild
index 9b688a8d..a6ec9188 100644
--- a/app-arch/file-roller/file-roller-.ebuild
+++ b/app-arch/file-roller/file-roller-.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2 readme.gentoo
+inherit gnome2 readme.gentoo-r1
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
 
 DESCRIPTION="Archive manager for GNOME"
-HOMEPAGE="http://fileroller.sourceforge.net/ 
https://wiki.gnome.org/Apps/FileRoller;
+HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-IUSE="nautilus packagekit"
+IUSE="libnotify nautilus packagekit"
 if [[ ${PV} =  ]]; then
KEYWORDS=""
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
 # gdk-pixbuf used extensively in the source
@@ -31,17 +29,19 @@ RDEPEND="
>=dev-libs/glib-2.36:2
>=dev-libs/json-glib-0.14
>=x11-libs/gtk+-3.13.2:3
-   >=x11-libs/libnotify-0.4.3:=
sys-apps/file
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/pango
-   nautilus? ( >=gnome-base/nautilus-3 )
+   libnotify? ( >=x11-libs/libnotify-0.4.3:= )
+   nautilus? ( >=gnome-base/nautilus-2.22.2 )
packagekit? ( app-admin/packagekit-base )
 "
+# libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${RDEPEND}
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.40.0
+   dev-libs/libxml2
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 "
@@ -67,26 +67,19 @@ iso - app-cdr/cdrtools
 jar,zip - app-arch/zip and app-arch/unzip
 lha - app-arch/lha
 lzop- app-arch/lzop
+lz4 - app-arch/lz4
 rar - app-arch/unrar or app-arch/unar
 rpm - app-arch/rpm
 unstuff - app-arch/stuffit
 zoo - app-arch/zoo"
 
 src_prepare() {
-   # Use absolute path to GNU tar since star doesn't have the same
-   # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
-   epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch
-
# File providing Gentoo package names for various archivers
-   cp -f "${FILESDIR}/3.6.0-packages.match" data/packages.match || die
-
+   cp -f "${FILESDIR}"/3.22-packages.match data/packages.match || die
gnome2_src_prepare
 }
 
 src_configure() {
-   local myconf=""
-   [[ ${PV} !=  ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
-   DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO"
# --disable-debug because enabling it adds -O0 to CFLAGS
gnome2_src_configure \
--disable-run-in-place \
@@ -94,9 +87,9 @@ src_configure() {
--disable-debug \
--enable-magic \
--enable-libarchive \
+   $(use_enable libnotify notification) \
$(use_enable nautilus nautilus-actions) \
-   $(use_enable packagekit) \
-   ${myconf}
+   $(use_enable packagekit)
 }
 
 src_install() {

diff --git a/app-arch/file-roller/metadata.xml 
b/app-arch/file-roller/metadata.xml
index a1511def..fee03a0b 100644
--- a/app-arch/file-roller/metadata.xml
+++ b/app-arch/file-roller/metadata.xml
@@ -6,13 +6,13 @@
Gentoo GNOME Desktop


-   Enable file-roller to integrate with
-   gnome-base/nautilus by providing entries in 
its context
-   menu
+   Build contextual menu extension for
+   gnome-base/nautilus.
Enable support for the distro-neutral 
package
manager GUI app-admin/packagekit


fileroller
+   cpe:/a:paolo_bacchilega:file_roller

 



[gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/

2018-05-26 Thread Gilles Dartiguelongue
commit: d82f18f5e9e21173a8818178e7c9ab154e849da2
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 22:09:54 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d82f18f5

app-arch/file-roller: add glib-compile-resource dependencies

Drop unused eutils eclass. Add keyword from gentoo repository.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 app-arch/file-roller/file-roller-3.26.2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-arch/file-roller/file-roller-3.26.2.ebuild 
b/app-arch/file-roller/file-roller-3.26.2.ebuild
index df7b3862..d06306b4 100644
--- a/app-arch/file-roller/file-roller-3.26.2.ebuild
+++ b/app-arch/file-roller/file-roller-3.26.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2 readme.gentoo-r1
+inherit gnome2 readme.gentoo-r1
 
 DESCRIPTION="Archive manager for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
 IUSE="libnotify nautilus packagekit"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 
 # gdk-pixbuf used extensively in the source
 # cairo used in eggtreemultidnd.c
@@ -30,7 +30,9 @@ RDEPEND="
nautilus? ( >=gnome-base/nautilus-2.22.2 )
packagekit? ( app-admin/packagekit-base )
 "
+# libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${RDEPEND}
+   dev-libs/libxml2
>=dev-util/intltool-0.50.1
dev-util/itstool
sys-devel/gettext



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2018-05-26 Thread Gilles Dartiguelongue
commit: 38d913951bad84e36a13a2f79aed46b94cfe4fce
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 22:29:19 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=38d91395

app-misc/gnote: 3.24.1 → 3.26.0

Formatting and actions menus redesigned. Translation updates.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 app-misc/gnote/gnote-3.26.0.ebuild | 71 ++
 1 file changed, 71 insertions(+)

diff --git a/app-misc/gnote/gnote-3.26.0.ebuild 
b/app-misc/gnote/gnote-3.26.0.ebuild
new file mode 100644
index ..45ad245e
--- /dev/null
+++ b/app-misc/gnote/gnote-3.26.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="Desktop note-taking application"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
+
+LICENSE="GPL-3+ FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+# Automagic:
+# glib-2.32 dep
+# >=dev-libs/unittest++-1.5.1 (but not detected due to missing .pc)
+COMMON_DEPEND="
+   >=app-crypt/libsecret-0.8
+   >=app-text/gtkspell-3.0:3
+   >=dev-cpp/glibmm-2.32:2
+   >=dev-cpp/gtkmm-3.18:3.0
+   >=dev-libs/glib-2.32:2[dbus]
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16:=
+   >=x11-libs/gtk+-3.20:3
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+DEPEND="${DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Do not alter CFLAGS
+   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
+
+   gnome2_src_prepare
+
+   if has_version net-fs/wdfs; then
+   DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
+   synchronize notes."
+   else
+   DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
+   If you want to use that functionality just emerge net-fs/wdfs.
+   Gnote will automatically detect that you did and let you use 
it."
+   fi
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable debug)
+}
+
+src_install() {
+   gnome2_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2018-05-26 Thread Gilles Dartiguelongue
commit: 755ad7168ebe1cb8af983cb7a15837d201a7f456
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 22:31:29 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=755ad716

app-misc/gnote: sync live ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 app-misc/gnote/gnote-.ebuild | 27 ++-
 1 file changed, 10 insertions(+), 17 deletions(-)

diff --git a/app-misc/gnote/gnote-.ebuild b/app-misc/gnote/gnote-.ebuild
index ea84eb1f..a28d1674 100644
--- a/app-misc/gnote/gnote-.ebuild
+++ b/app-misc/gnote/gnote-.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2 readme.gentoo
+inherit gnome2 readme.gentoo-r1
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
@@ -21,29 +19,27 @@ if [[ ${PV} =  ]]; then
 else
KEYWORDS="~amd64 ~x86"
 fi
-IUSE="debug X"
+IUSE="debug"
 
 # Automagic glib-2.32 dep
 COMMON_DEPEND="
>=app-crypt/libsecret-0.8
>=app-text/gtkspell-3.0:3
>=dev-cpp/glibmm-2.32:2
-   >=dev-cpp/gtkmm-3.10:3.0
-   >=dev-libs/boost-1.34
-   >=dev-libs/glib-2.32:2
+   >=dev-cpp/gtkmm-3.18:3.0
+   >=dev-libs/glib-2.32:2[dbus]
>=dev-libs/libxml2-2:2
dev-libs/libxslt
>=sys-apps/util-linux-2.16:=
-   >=x11-libs/gtk+-3.10:3
-   X? ( x11-libs/libX11 )
+   >=x11-libs/gtk+-3.20:3
 "
 RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
 "
 DEPEND="${DEPEND}
app-text/docbook-xml-dtd:4.1.2
-   dev-util/desktop-file-utils
>=dev-util/intltool-0.35.0
+   dev-util/itstool
virtual/pkgconfig
 "
 if [[ ${PV} =  ]]; then
@@ -54,6 +50,7 @@ fi
 src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
+
gnome2_src_prepare
 
if has_version net-fs/wdfs; then
@@ -67,13 +64,9 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf=""
-   [[ ${PV} !=  ]] && myconf="ITSTOOL=$(type -P true)"
gnome2_src_configure \
--disable-static \
-   $(use_enable debug) \
-   $(use_with X x11-support) \
-   ${myconf}
+   $(use_enable debug)
 }
 
 src_install() {



[gentoo-commits] proj/gnome:master commit in: app-editors/latexila/

2018-05-26 Thread Gilles Dartiguelongue
commit: f5c6ad086d49d64ab49c35ace899616e5eade6dc
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 23:37:50 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f5c6ad08

app-editors/latexila: 3.24.3 → 3.26.1

Switch renamed gtef to tepl. Translation updates.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 app-editors/latexila/latexila-3.26.1.ebuild | 56 +
 app-editors/latexila/metadata.xml   | 14 
 2 files changed, 70 insertions(+)

diff --git a/app-editors/latexila/latexila-3.26.1.ebuild 
b/app-editors/latexila/latexila-3.26.1.ebuild
new file mode 100644
index ..f3718cb3
--- /dev/null
+++ b/app-editors/latexila/latexila-3.26.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_MIN_API_VERSION="0.34"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Integrated LaTeX environment for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection +latexmk rubber"
+
+COMMON_DEPEND="
+   $(vala_depend)
+   app-text/enchant
+   >=app-text/gspell-1.0:0=
+   >=dev-libs/glib-2.50:2[dbus]
+   >=dev-libs/libgee-0.10:0.8=
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/gtksourceview-3.24:3.0=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango
+   x11-libs/tepl:3
+   introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   virtual/latex-base
+   x11-themes/hicolor-icon-theme
+   latexmk? ( dev-tex/latexmk )
+   rubber? ( dev-tex/rubber )
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-libs/libxml2
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50.1
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection)
+}

diff --git a/app-editors/latexila/metadata.xml 
b/app-editors/latexila/metadata.xml
new file mode 100644
index ..d886385e
--- /dev/null
+++ b/app-editors/latexila/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+
+   Install dev-tex/latexmk (used by default
+   for the build tools)
+   Install dev-tex/rubber (can be used for 
the
+   build tools)
+
+



[gentoo-commits] proj/gnome:master commit in: x11-libs/tepl/

2018-05-26 Thread Gilles Dartiguelongue
commit: e11d3cf2f7e9f3706c7b7f8bf5f5dac295adddc8
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 23:33:38 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e11d3cf2

x11-libs/tepl: initial ebuild needed for latexila

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 x11-libs/tepl/metadata.xml  |  8 +++
 x11-libs/tepl/tepl-3.0.0.ebuild | 50 +
 2 files changed, 58 insertions(+)

diff --git a/x11-libs/tepl/metadata.xml b/x11-libs/tepl/metadata.xml
new file mode 100644
index ..996e7cac
--- /dev/null
+++ b/x11-libs/tepl/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+

diff --git a/x11-libs/tepl/tepl-3.0.0.ebuild b/x11-libs/tepl/tepl-3.0.0.ebuild
new file mode 100644
index ..12a0b25f
--- /dev/null
+++ b/x11-libs/tepl/tepl-3.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 virtualx
+
+DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gtef;
+
+LICENSE="LGPL-2.1+"
+SLOT="3"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection test"
+
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=x11-libs/gtk+-3.20
+   >=x11-libs/gtksourceview-3.22
+   >=dev-libs/libxml2-2.5
+   app-i18n/uchardet
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${DEPEND}
+   test? ( dev-util/valgrind )
+   >=sys-devel/gettext-0.19.4
+   >=dev-util/gtk-doc-am-1.25
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # requires running gvfs-metadata
+   sed -e 's:\(g_test_add_func.*/file/load_save_metadata_sync.*\):/*\1*/:' 
\
+   -e 
's:\(g_test_add_func.*/file/load_save_metadata_async.*\):/*\1*/:' \
+   -e 's:\(g_test_add_func.*/file/set_without_load.*\):/*\1*/:' \
+   -i testsuite/test-file-metadata.c || die
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --enable-gvfs-metadata \
+   $(use_enable introspection) \
+   $(use_enable test valgrind)
+}
+
+src_test() {
+   virtx emake check
+}



[gentoo-commits] proj/gnome:master commit in: games-puzzle/lightsoff/

2018-05-26 Thread Gilles Dartiguelongue
commit: 8b6a58d3d340d9ad9d79b6b92dfe38927d499311
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 21:56:15 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8b6a58d3

games-puzzle/lightsoff: 3.24.0 → 3.26.0

Translation updates.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 games-puzzle/lightsoff/lightsoff-3.26.0.ebuild | 37 ++
 games-puzzle/lightsoff/metadata.xml|  8 ++
 2 files changed, 45 insertions(+)

diff --git a/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild
new file mode 100644
index ..aa290a99
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 vala
+
+DESCRIPTION="Turn off all the lights"
+HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=gnome-base/librsvg-2.32:2
+   >=media-libs/clutter-1.14:1.0
+   >=media-libs/clutter-gtk-1.5.5:1.0
+   >=x11-libs/gtk+-3.13.4:3
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   dev-libs/libxml2
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}

diff --git a/games-puzzle/lightsoff/metadata.xml 
b/games-puzzle/lightsoff/metadata.xml
new file mode 100644
index ..39980802
--- /dev/null
+++ b/games-puzzle/lightsoff/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+



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

2018-05-26 Thread Nick Sarnie
commit: 5042169104a5e650053b8d7798be88fc3d17c6a9
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 26 23:24:08 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 26 23:26:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50421691

media-libs/vulkan-tools: Depend on media-libs/vulkan-loader

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild | 1 +
 media-libs/vulkan-tools/vulkan-tools-.ebuild| 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild 
b/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild
index 2e4086150cd..97eb0ccd27b 100644
--- a/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild
+++ b/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild
@@ -28,6 +28,7 @@ RDEPEND=""
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]
dev-util/vulkan-headers
+   media-libs/vulkan-loader:=[${MULTILIB_USEDEP}]
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]

diff --git a/media-libs/vulkan-tools/vulkan-tools-.ebuild 
b/media-libs/vulkan-tools/vulkan-tools-.ebuild
index d009fa4f314..97eb0ccd27b 100644
--- a/media-libs/vulkan-tools/vulkan-tools-.ebuild
+++ b/media-libs/vulkan-tools/vulkan-tools-.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_SUBMODULES=()
inherit git-r3
 else
-   EGIT_COMMIT="51dfb7b8a19820d6716190dd7e45cd6e861e1f1a"
+   EGIT_COMMIT="5e1623ca6860f3e393b1dabbdd19ba216871fa61"
KEYWORDS="~amd64"

SRC_URI="https://github.com/KhronosGroup/Vulkan-Tools/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/Vulkan-Tools-${EGIT_COMMIT}"
@@ -28,6 +28,7 @@ RDEPEND=""
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]
dev-util/vulkan-headers
+   media-libs/vulkan-loader:=[${MULTILIB_USEDEP}]
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]



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

2018-05-26 Thread Aaron Bauman
commit: 610dc66277c41ce8ed855c99fcdd5dbd0c2544df
Author: kuzetsa  gmail  com>
AuthorDate: Sat May 26 23:09:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 23:20:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610dc662

sys-kernel/ck-sources: genpatches-4.14-49

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.14.44.ebuild | 67 +
 2 files changed, 70 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 64bc1e3599b..5cf85052af5 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -26,6 +26,9 @@ DIST genpatches-4.14-47.extras.tar.xz 17504 BLAKE2B 
5f364e68c663c7ef6d5bf5cded7f
 DIST genpatches-4.14-48.base.tar.xz 1222408 BLAKE2B 
8870bd2081a385e3243c18e96a9a89c768c196bcc54e188f1793bfd48f29e8994beb0b787f38b14db2ed459aa53845074fb5ddaf3bed4d6e39f32b479b0651ba
 SHA512 
e4c4a84feecf0fbd8392fa3981d7276aee2f40aad3a2568598146e935973432670a7f3c32fda09f4bfc17ee5273fd0a7e0b6fd2f4531a10336169586da085640
 DIST genpatches-4.14-48.experimental.tar.xz 5184 BLAKE2B 
e0fe9fcdb7c1f5e648791a3e686871f2c2951786092a8ebf97b84bb79e80521e3baabbe4a0537b72c2bf5641b2cc292da0853b46124c46bc69b106e61bed1e3b
 SHA512 
d845805a394c93ae5d0ecf22a4c9902fd2d3b1382fd791b0431b5ebead9d3e580759c76a1c95b63f444b8246437dec300a79341049d2573ecd4af060e7fc1f4d
 DIST genpatches-4.14-48.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0daac855515544d54a286dc90791e8318ef172771665ce132872351da9e26a0231f0b3e356cf9380c59ea52358ece117a23157e
 SHA512 
eba699a9b0615b096358e967c1ee68989f1374ba9a4f281f232aca8ea459b30446551346a081b4a61067a4e94fedfbe2e470708801a4e9bc3049b69f6558fa14
+DIST genpatches-4.14-49.base.tar.xz 1263704 BLAKE2B 
ee928e64ea2fc44b7d7a4e9ae91cc133b53c6976a3861f9a92fc4edfbded92737967f1f7f6c4d292b41228a67479ff4260f7366387a7e4a7892fc4b930b3ed7d
 SHA512 
59cd1e3c873a78b088fb64baf92f84f6cfc1d3590e7b367ea881cfb41bf0264127f0056553a84bbb62fd69eca3d58ae29620ff9c52aec2ebab34ca370e371889
+DIST genpatches-4.14-49.experimental.tar.xz 5180 BLAKE2B 
fdcca0bdd975b24542eec8a67c3693ce8c27f889231025711d0a221a6e23a20256444f3b9320cdd58646c345e10dcb1817bb6e98528e5cc421d00b63a2b8a65d
 SHA512 
f2ef797aec3c6c0376e7e9a1a974db7d8f439988f82ee4af07984bc71ae88eee03d49f2e450f49120255d38f8087497c7fa92da16064992692d0460629af9c72
+DIST genpatches-4.14-49.extras.tar.xz 17500 BLAKE2B 
f4c4d640834c03b2d0543b12fc6b227ac994201f9b31872342c63d930d4280bd1f93625c148eefb126f9269fc1fea1872ac4920ba679938c6aec7d916449
 SHA512 
a32823c41c47b26110da59d63bd6104d8b38ae9ecac43e87ec03ecef726349475e40fe88354a1680bf816a12f6edd0dbfb1a2b2865be0a0716047b12d2cfbded
 DIST genpatches-4.15-20.base.tar.xz 464468 BLAKE2B 
b3c30e02819663b31b4ed83794d57c4521fe13015a4419088664f017f4753117bbc88a5600e310092d8eaf8b132b0757d59fb7b503abef046db0249ed7ae96e6
 SHA512 
cf79c85b65f3a68d3d721d2425fb6e498df808097bd8b1c610023d0c36c0378ec0f92d33ee0dc39592730d87f4a1df52931ea9608be2d56d5543a201f9d1d658
 DIST genpatches-4.15-20.experimental.tar.xz 5184 BLAKE2B 
96ab38624869b7ca2caddceea1be6701c6a9df489dda0be4736765a6546909d522f5b32a44506875270485606797357bf44e044ed61ee40f6171670a5956bdbb
 SHA512 
673083672ca1758f0b3dcc4507bd18c3ea1c024c86f1f8e0bcafe6117f33e226ad981fa123f1b3317858b93f5a17b5f56924e5e5eefb6c0980fc8572626010da
 DIST genpatches-4.15-20.extras.tar.xz 17492 BLAKE2B 
a610729f55d64e3ef6dee6129879f5ae27f31bb2738b0d8d3270f3502eaa19024323a741f0ac3325ba72342ae9e3c7fc9b4dbd56f8763a4be29e825d98a17b18
 SHA512 
304fa9e1f83f5b8e2fe10905799badc8bd8e9ac981fd59b3568f9d9d208dc671ec4dc1b88163351322d047596db4d2c8f9a261dbefa3351cf25f321b84beca9e

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.44.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.44.ebuild
new file mode 100644
index 000..3b8c0249717
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.14.44.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="49"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# Fix for: https://github.com/gentoo/gentoo/pull/6942

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

2018-05-26 Thread Aaron Bauman
commit: 63202803369d15bf720b2914769791d02fe62bf0
Author: kuzetsa  gmail  com>
AuthorDate: Sat May 26 23:10:30 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 23:20:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63202803

sys-kernel/ck-sources: genpatches-4.16-13

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.16.12.ebuild | 62 +
 2 files changed, 65 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 5cf85052af5..642e5ef765c 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -44,6 +44,9 @@ DIST genpatches-4.16-11.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0da
 DIST genpatches-4.16-12.base.tar.xz 262212 BLAKE2B 
95d70087d1e17fa59498be09fb5f73b26843627e0f858979914123d5ed38c48c3d0b6cc8fdcddb0d0a145342f5664032784793a9076692fe0c260b40299c0fc6
 SHA512 
3d029c80a1b00dc90f4781c778815bbacae1713f0b5e2af3c9351ee6d56996efc1e048ef2509c8e002fc8c633158886c5abc24a8663eb7daa97bbe2cf0f9363c
 DIST genpatches-4.16-12.experimental.tar.xz 5168 BLAKE2B 
a65e3d51f96010dc20c5937bdc2d1984c519af9633a2e460a161b2640293ddbec38f2581e0ba6278397d06d9cd9154c8880eb6f31a02ce2f25123ad6b1ff12bd
 SHA512 
1691f82a02d153d5d6f98c53e03db5692693f6e01487b17d025193f973904f488bbe48a73a8e7c9e35ef5f9dfe37e4f3c1087713b891791fad714f18a6a82c49
 DIST genpatches-4.16-12.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0daac855515544d54a286dc90791e8318ef172771665ce132872351da9e26a0231f0b3e356cf9380c59ea52358ece117a23157e
 SHA512 
eba699a9b0615b096358e967c1ee68989f1374ba9a4f281f232aca8ea459b30446551346a081b4a61067a4e94fedfbe2e470708801a4e9bc3049b69f6558fa14
+DIST genpatches-4.16-13.base.tar.xz 310996 BLAKE2B 
6d87d807dbb17b2c132279849798c16ffe844e7f9f46e5adfcb5ecf1356ae60ed95d94469db8016d91d1a396aa4ae806fa8ae30a7cf17a9a8229c9546fdd5022
 SHA512 
450ec9c39cd88e995324b70cd58092f8f588f359cbada6d3c097cfc98c05d15a705c41ed4d9b48d9c2b4b15c79188c172a68a094c2e76b4aa44d83631fe8a486
+DIST genpatches-4.16-13.experimental.tar.xz 5168 BLAKE2B 
3c137d43673f5a2eb0169d521c029c160f8f85bbcca212b2b7a0cfdcec48a93ed31c4c0fc0393581d106565db1b65d4e656c3a0b315c98ad7cddd06ac83a64be
 SHA512 
bb5dd9dcee179c3384002f2b6abb3ffb937f8ea19dfe804acc9e248dd056535b03e2fc2655a11d1b0bbd1e3cfcc6d154ad1bb73a73dfd7ca4e517b476d0b1346
+DIST genpatches-4.16-13.extras.tar.xz 17476 BLAKE2B 
72ebf7259d9157612350f0e7565cf15c9ca20d993413a81891ad09e4eaad4f8d2cf94cd35ba1439717820cb812a30b964bcb7b6346dbefd138ddcfb568f378c5
 SHA512 
aab9b7ccc1cde0374ae5c6f364ef89ab2ceb15484307db8cf8157da3066147835d0a0cff06392b4440c59762527065f933586b43b1fe53fe5510ed9514436987
 DIST genpatches-4.16-9.base.tar.xz 196768 BLAKE2B 
25c4b6a22a9a07af643ddc73fea2cf6e997f5cca89f86cf8386286d1b63e0c0dd393f138f66f87773d9eba382bcaec3a2562d2a4c22140a61358cd2612e11d4f
 SHA512 
aab3c760270e8d72c892d58a88fac3db792150a8f7157a2fb656d52ecfb29c9f6a049783ec9583b98b9cfd09ae6f77f672ef375d6a260cb2cb4df8157e5398a7
 DIST genpatches-4.16-9.experimental.tar.xz 5164 BLAKE2B 
0e8c1ce1a65404faafe4c0c7163cf87ce4ba4195edec6caab0dcb5351c6b211b233b6b659a7521e48e11e0fcf726e23341728591e9dbf305a4cac4500175
 SHA512 
9b4003d7902152183e4a76c54e0d4d09da33c9956aadafef4b11cdde81f7539a0d7931f4ae7d4d7e02928bbd7c128eba5fda00319723c1f7c2a7abb34ecddc9c
 DIST genpatches-4.16-9.extras.tar.xz 17492 BLAKE2B 
2e9bb4e33e33f0b5ba923bc0036a3697abefcf7c439dfba68beb0c4d0a558dffde1c9224f56da6bbea560bec3664cb1025c0ce1c961037598523d1af0d0513fb
 SHA512 
e1ed8a1532488aa849969a90bf299eaf39233695eb9bda7b070a87906b8891e2332a06234d4b2c98338b04380020387b8fb212dc95072ae79cc58274e8118656

diff --git a/sys-kernel/ck-sources/ck-sources-4.16.12.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.16.12.ebuild
new file mode 100644
index 000..017164bf3b4
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.16.12.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="13"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} 

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

2018-05-26 Thread Aaron Bauman
commit: 43a55415252c9ee3ab1f6a0dc517201457c0d0fe
Author: kuzetsa  gmail  com>
AuthorDate: Sat May 26 23:08:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 23:20:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a55415

sys-kernel/ck-sources: genpatches-4.9-106

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8603

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.103.ebuild | 65 +
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 326a9b6af0c..64bc1e3599b 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -56,6 +56,9 @@ DIST genpatches-4.9-104.extras.tar.xz 17356 BLAKE2B 
e84df76263c11d9ae1fe5bbbad0d
 DIST genpatches-4.9-105.base.tar.xz 2008496 BLAKE2B 
228c1495c583ca33adee5c13476363b516b6705d1818458ee03d600b00e3e4e57952f8f55a7ffc5c6ced2b2bd9951a3ba2bc34be12981e147e64f8354b5fe3e9
 SHA512 
86b70fa9f98e6e4e855a5949ebe11d9a9ab15a7f84529173487538e59227f3a75b834aa419397a835b510e99d7b6f91b4c462ec3dfd0cac8e50b1f161a422728
 DIST genpatches-4.9-105.experimental.tar.xz 106388 BLAKE2B 
8458f5d7cea973d2085a67d6b715ba20d745ec9bcb7b66c27a8f955a4df1d2badac5fba93b35f0d79eaa0042950e77972ecd9a8396460f0c8dabdb5967f3da0a
 SHA512 
56d1cd213f4084d3976ceb150f2f38baf14794fb4ba3bf2faa730db5a15278e7f2274ebaa0cf6f5d770448bbd683e82981bc9924990e18ad6bb1068b5d523363
 DIST genpatches-4.9-105.extras.tar.xz 17356 BLAKE2B 
ee7a0b4ac672a9cadaf17899a102859f1df6e91a5974dd993cf157cc4929a5bee4424b0d264b8a0ca760cab30f43c072117a3d043c9bbb0770b762c4c87b4bb8
 SHA512 
96f5fa4fa4617f291ef59160f575a54ecd9f1134c8f6b5162ee1fb8335ba4cc2b60467e6cd389f8b0df43cef0e10b7b12db1418b315301f8f044a1459017c895
+DIST genpatches-4.9-106.base.tar.xz 2030108 BLAKE2B 
05d2d255aaf66c38c5784dca14f290ec00dae931be0842ed68b0cac08e120fcc527d73ae16ab477d73ef0ea5500429db9faf5492d1d9760bdc0e56b932672155
 SHA512 
ed04925b252878d5c5b5ad91b2cdca3271be6977e9c4de88246848d4ee487bc6ee131c15bf13657f721968f29b9198a579e4b303a8cb0240ea833a85aa77aea5
+DIST genpatches-4.9-106.experimental.tar.xz 106404 BLAKE2B 
898ccdfb8fc8aedbc7633cb3239ab449e9467ab42c5a539e51853800eb11d11cc2d0a0ea5c80f1336f468e2fca4906f9eb0e36faf790f6e1aba9ce6fb907894a
 SHA512 
61e3b6d58ab3cbccaec586db1d7f5490214ad4ab4e85bcf48a732a4329bad182cae8bac69e873f03bc309646ebd575fec729aa87da0f7655e817b89099cc1570
+DIST genpatches-4.9-106.extras.tar.xz 17348 BLAKE2B 
9375cb4cc0ccd3a31ef41b7a5d9e4298459f8904fb440f6ab72fbed0339ea6127671a389e089d322ee1b296517631d884ee5102cde4b5ea393a5210f3c7eb144
 SHA512 
2b85991d0a949e5cab489851d836805f363f9a3ed6fa354592a307e97ab6f43a75860787c1be9fec22e4c31b82aebeeea19e6d803319dddb0e9a6d3ed0805a18
 DIST genpatches-4.9-96.base.tar.xz 1813704 BLAKE2B 
43236fbdf22137a2f98c617919e3a21208cf7269a5d5e51d705734610e348f443b57677e3c00aa1d75a73c68314de537252eb24bd23cf83e8d7de05c2f111526
 SHA512 
c8275aad26fce06c6f8286d4341964031aaa5308ee4e0396fde48f3abbc97fc47db6bcc67764ba424dbed6d93fcc935f07831c20c5dada21acdd9e2d9575a5d8
 DIST genpatches-4.9-96.experimental.tar.xz 106408 BLAKE2B 
a959d2df5d348d1dac693e9e99169f7f87a0234cd45e4a7b8f77e5d446cb844ed210ae64e7d5f50239e5d4e1d55da67ab740cf803d428a683d23ac481731ce80
 SHA512 
aa23d0364460a82382f6554416019ae1bec6fb61e3dc18ed2c9366b25f47fac447c30ba5316b5b627e041710cfd33d8411c998bba1e5e9ace722aca304ce9816
 DIST genpatches-4.9-96.extras.tar.xz 17352 BLAKE2B 
ab1643d3b767b33a4f0cf1d5de5fd373d7de89f2eec1d0c626cab8155b057d18667f614bc1cf29926e5c55538ed4570ef9c25aef171f13d8c86fb3aa130174d7
 SHA512 
7a56e5b5108ed398696e220c25859ac1a5a9e02afac6659977f1c38b8d0731ee9b8455654d3e5d03e50f188ea0eaf2e8714435eb241a4bb7fdc6f2b273859661

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.103.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.103.ebuild
new file mode 100644
index 000..a578a8e5060
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.103.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCHES_PULL="1"
+K_EXP_GENPATCHES_NOUSE="1"
+K_GENPATCHES_VER="106"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# 

[gentoo-commits] proj/kde:master commit in: media-sound/amarok/

2018-05-26 Thread Andreas Sturmlechner
commit: 9741687bf8fa3b49b58bfb5744c2a9dfe26a0ef2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 23:19:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 23:19:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9741687b

media-sound/amarok: Embedded MySQL is gone

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-sound/amarok/amarok-.ebuild | 26 ++
 media-sound/amarok/metadata.xml   |  3 ---
 2 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index 223a0ded30..26e3b6cdb5 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Advanced audio player based on KDE frameworks"
 HOMEPAGE="https://amarok.kde.org/;
 
 LICENSE="GPL-2"
-IUSE="+embedded ffmpeg ipod lastfm mtp ofa podcast wikipedia"
+IUSE="ffmpeg ipod lastfm mtp ofa podcast wikipedia"
 
 # ipod requires gdk enabled and also gtk compiled in libgpod
 COMMONDEPEND="
@@ -56,7 +56,7 @@ COMMONDEPEND="
>=media-libs/taglib-extras-1.0.1
sci-libs/fftw:3.0
sys-libs/zlib
-   >=virtual/mysql-5.1[embedded?]
+   >=virtual/mysql-5.1
virtual/opengl
ffmpeg? (
virtual/ffmpeg
@@ -87,7 +87,7 @@ src_configure() {
-DWITH_PLAYER=ON
-DWITH_UTILITIES=ON
-DCMAKE_DISABLE_FIND_PACKAGE_Googlemock=ON
-   -DWITH_MYSQL_EMBEDDED=$(usex embedded)
+   -DWITH_MYSQL_EMBEDDED=OFF
$(cmake-utils_use_find_package ffmpeg FFmpeg)
-DWITH_IPOD=$(usex ipod)
$(cmake-utils_use_find_package lastfm LibLastFm)
@@ -99,9 +99,6 @@ src_configure() {
 
use ipod && mycmakeargs+=( DWITH_GDKPixBuf=ON )
 
-   # bug 581554: add libmysqld location for rpath patch
-   use embedded && mycmakeargs+=( 
-DMYSQLD_DIR="${EPREFIX}/usr/$(get_libdir)/mysql" )
-
kde5_src_configure
 }
 
@@ -115,16 +112,13 @@ src_install() {
 pkg_postinst() {
kde5_pkg_postinst
 
-   if ! use embedded; then
-   elog "You've disabled the amarok support for embedded mysql 
DBs."
-   elog "You'll have to configure amarok to use an external db 
server."
-   elog "Please read 
https://community.kde.org/Amarok/Community/MySQL for details on how"
-   elog "to configure the external db and migrate your data from 
the embedded database."
+   elog "You'll have to configure amarok to use an external db server."
+   elog "Please read https://community.kde.org/Amarok/Community/MySQL for 
details on how"
+   elog "to configure the external db and migrate your data from the 
embedded database."
 
-   if has_version "virtual/mysql[minimal]"; then
-   elog
-   elog "You built mysql with the minimal use flag, so it 
doesn't include the server."
-   elog "You won't be able to use the local mysql 
installation to store your amarok collection."
-   fi
+   if has_version "virtual/mysql[]"; then
+   elog
+   elog "You built mysql with the minimal use flag, so it doesn't 
include the server."
+   elog "You won't be able to use the local mysql installation to 
store your amarok collection."
fi
 }

diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml
index 19fd686064..98843fda4c 100644
--- a/media-sound/amarok/metadata.xml
+++ b/media-sound/amarok/metadata.xml
@@ -14,9 +14,6 @@
Gentoo Sound project


-   Use libmysqld, MySQL embedded server 
library.
-   Try disabling this if you encounter -PIC related in amarok,
-   it will make amarok rely only on standalone MySQL server.
Enable Last.fm streaming services support 
through
media-libs/liblastfm
Enable support for libMTP (Plays4Sure) devices 
access through libmtp



[gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-gstreamer/, media-libs/phonon-vlc/, media-libs/phonon/

2018-05-26 Thread Andreas Sturmlechner
commit: e2e7bb1e12da114a42d60048efa39b519ece
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 23 21:17:25 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 23:07:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e7bb1e

media-libs/phonon*: Drop old versions with Qt4 support

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

 .../phonon-gstreamer-4.9.0-r1.ebuild   |  88 --
 media-libs/phonon-vlc/Manifest |   1 -
 media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild   |  81 -
 media-libs/phonon/Manifest |   1 -
 media-libs/phonon/phonon-4.9.1-r1.ebuild   | 132 -
 5 files changed, 303 deletions(-)

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild
deleted file mode 100644
index c24ca2f0c16..000
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="phonon-backend-gstreamer"
-MY_P=${MY_PN}-${PV}
-
-if [[ ${PV} != ** ]]; then
-   SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz"
-   KEYWORDS="alpha amd64 arm ~arm64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
-else
-   EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
-   inherit git-r3
-fi
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="Phonon GStreamer backend"
-HOMEPAGE="https://phonon.kde.org/;
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="alsa debug +network qt4 +qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/libxml2:2
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/phonon-4.9.0[qt4?,qt5?]
-   media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis]
-   virtual/opengl
-   network? ( media-plugins/gst-plugins-soup:1.0 )
-   qt4? (
-   >=dev-qt/qtcore-4.8.7-r2:4[glib]
-   >=dev-qt/qtgui-4.8.7:4[glib]
-   >=dev-qt/qtopengl-4.8.7:4
-   !https://phonon.kde.org/;
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug qt4 +qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-   >=media-libs/phonon-4.9.0[qt4=,qt5=]
-   >=media-video/vlc-2.0.1:=[dbus,ogg,vorbis]
-   qt4? (
-   >=dev-qt/qtcore-4.8.7-r2:4
-   >=dev-qt/qtgui-4.8.7:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS )
-
-pkg_setup() {
-   if use qt4 && [[ $(gcc-major-version) -lt 5 ]] ; then
-   ewarn "A GCC version older than 5 was detected. There may be 
trouble. See also Gentoo bug #595618"
-   fi
-
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=()
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   mycmakeargs+=( -DPHONON_BUILD_PHONON4QT5=OFF )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   mycmakeargs+=( -DPHONON_BUILD_PHONON4QT5=ON )
-   fi
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}

diff --git a/media-libs/phonon/Manifest b/media-libs/phonon/Manifest
index af16bdd2024..ebea9733b40 100644
--- a/media-libs/phonon/Manifest
+++ b/media-libs/phonon/Manifest
@@ -1,2 +1 @@
 DIST phonon-4.10.1.tar.xz 322100 BLAKE2B 
0040bcc82e68a52cb8056c29b5008daddfd8b985f95113e17f1c18d1b5bf1f81222a34ae45b2ee5bd3bc0f104614551638642a85e1770fc218cbe7e2209b5a0e
 SHA512 
a1cc0960c587d09a2fb0f43ae82147df133c34cba7bf01f5720b4b27aca4dda1d83444e89e40fb2f25828d152f89ccfff56d2d4649007c57b7df9eca8c64c007
-DIST phonon-4.9.1.tar.xz 321872 BLAKE2B 
a315189f578ad71e241ebfbea1bc6c81f06cf041b2eb2914d66f82f35c69c3811d16dbf4303551aafdd1a63d6ff6da619b06a6f03274a9867393f6d032348673
 SHA512 
a1741765071a625d9b9073d9ad1571b91cf5bfce2223bd1b034828d02dc52624587a6ec5352f3702df79f6e4201007596843fbcb9f15c9b489a858200787d728

diff --git a/media-libs/phonon/phonon-4.9.1-r1.ebuild 
b/media-libs/phonon/phonon-4.9.1-r1.ebuild
deleted file mode 100644
index 7f91cb3281f..000
--- a/media-libs/phonon/phonon-4.9.1-r1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} != ** ]]; then

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-meta/

2018-05-26 Thread Andreas Sturmlechner
commit: 0d64baf7dadd37154b654d6a76ec84d989e5c44e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 23:00:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 23:07:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d64baf7

dev-qt/qt-meta: Drop media-libs/phonon from RDEPEND

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-qt/qt-meta/{qt-meta-4.8.6.ebuild => qt-meta-4.8.6-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-qt/qt-meta/qt-meta-4.8.6.ebuild 
b/dev-qt/qt-meta/qt-meta-4.8.6-r1.ebuild
similarity index 93%
rename from dev-qt/qt-meta/qt-meta-4.8.6.ebuild
rename to dev-qt/qt-meta/qt-meta-4.8.6-r1.ebuild
index 2e381a85404..f3d4853b85f 100644
--- a/dev-qt/qt-meta/qt-meta-4.8.6.ebuild
+++ b/dev-qt/qt-meta/qt-meta-4.8.6-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
@@ -34,5 +34,4 @@ RDEPEND="
>=dev-qt/qttest-${PV}:4
webkit? ( >=dev-qt/qtwebkit-${PV}:4 )
>=dev-qt/qtxmlpatterns-${PV}:4
-   media-libs/phonon[qt4]
 "



[gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-tools/, media-libs/vulkan-tools/files/

2018-05-26 Thread Nick Sarnie
commit: 3c713645a0c679996bd74717f99ff9f08ef129b1
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 26 22:42:25 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 26 22:58:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c713645

media-libs/vulkan-tools: Initial version

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/vulkan-tools/Manifest   |  1 +
 .../vulkan-tools-Use-usr-for-vulkan-headers.patch  | 35 
 media-libs/vulkan-tools/metadata.xml   | 16 +++
 .../vulkan-tools/vulkan-tools-0_p20180526.ebuild   | 49 ++
 media-libs/vulkan-tools/vulkan-tools-.ebuild   | 49 ++
 5 files changed, 150 insertions(+)

diff --git a/media-libs/vulkan-tools/Manifest b/media-libs/vulkan-tools/Manifest
new file mode 100644
index 000..c0732f87ba3
--- /dev/null
+++ b/media-libs/vulkan-tools/Manifest
@@ -0,0 +1 @@
+DIST vulkan-tools-0_p20180526.tar.gz 437094 BLAKE2B 
95e738567ee041730ce94aaf02e543cbb3d1e838af2de41cd0bd56069703f5b8250ca4e45c2bd3d9c4314b388b7aa6379b4778c52c01f3de43789d3b84a8fe8d
 SHA512 
b9319f1baaa8e9ae42579608dabaeee3c0503192e3469d82cbad2a550f9fa78b3a19b37426e0391d2ce308a44e63b6a2deff32917995edc07c5cd65f87465222

diff --git 
a/media-libs/vulkan-tools/files/vulkan-tools-Use-usr-for-vulkan-headers.patch 
b/media-libs/vulkan-tools/files/vulkan-tools-Use-usr-for-vulkan-headers.patch
new file mode 100644
index 000..b9797e19ad2
--- /dev/null
+++ 
b/media-libs/vulkan-tools/files/vulkan-tools-Use-usr-for-vulkan-headers.patch
@@ -0,0 +1,35 @@
+From 9498942c820525dc531f643696b7938d3f5fa482 Mon Sep 17 00:00:00 2001
+From: Nick Sarnie 
+Date: Tue, 22 May 2018 19:55:59 -0400
+Subject: [PATCH] Use usr for vulkan headers
+
+Signed-off-by: Nick Sarnie 
+---
+ CMakeLists.txt | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index fa9a3d3b..2998edfa 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -29,13 +29,15 @@ endif()
+ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+ set(TOOLS_TARGET_FOLDER lvl_cmake_targets)
+ 
++set(HEADERS_DIR "/usr")
++
+ # Output warning if vulkan headers submodule contents are not present
+-if (NOT EXISTS 
"${PROJECT_SOURCE_DIR}/Vulkan-Headers/include/vulkan/vulkan_core.h")
++if (NOT EXISTS "${HEADERS_DIR}/include/vulkan/vulkan_core.h")
+ message(FATAL_ERROR "Please run 'git submodule update --init' before 
running cmake")
+ endif()
+ 
+ # Header file for CMake settings
+-include_directories("${PROJECT_SOURCE_DIR}/Vulkan-Headers/include")
++include_directories("${HEADERS_DIR}/include")
+ 
+ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
+ set(COMMON_COMPILE_FLAGS "-Wall -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers")
+-- 
+2.17.0
+

diff --git a/media-libs/vulkan-tools/metadata.xml 
b/media-libs/vulkan-tools/metadata.xml
new file mode 100644
index 000..a670686d9eb
--- /dev/null
+++ b/media-libs/vulkan-tools/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   X11
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   KhronosGroup/Vulkan-Tools
+   
+
+

diff --git a/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild 
b/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild
new file mode 100644
index 000..2e4086150cd
--- /dev/null
+++ b/media-libs/vulkan-tools/vulkan-tools-0_p20180526.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Tools.git;
+   EGIT_SUBMODULES=()
+   inherit git-r3
+else
+   EGIT_COMMIT="5e1623ca6860f3e393b1dabbdd19ba216871fa61"
+   KEYWORDS="~amd64"
+   
SRC_URI="https://github.com/KhronosGroup/Vulkan-Tools/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/Vulkan-Tools-${EGIT_COMMIT}"
+fi
+
+inherit python-any-r1 cmake-multilib
+
+DESCRIPTION="Official Vulkan Tools and Utilities for Windows, Linux, Android, 
and MacOS"
+HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="X wayland"
+
+RDEPEND=""
+DEPEND="${PYTHON_DEPS}
+   dev-util/glslang:=[${MULTILIB_USEDEP}]
+   dev-util/vulkan-headers
+   wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
+   X? (
+   x11-libs/libX11:=[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
+  )"
+
+PATCHES=( "${FILESDIR}/${PN}-Use-usr-for-vulkan-headers.patch" )
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_SKIP_RPATH=True
+   

[gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/, media-libs/vulkan-loader/files/

2018-05-26 Thread Nick Sarnie
commit: 38d17659cf946552a99a071c7cb2fdffc0c5c681
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 26 22:43:30 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 26 22:58:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d17659

media-libs/vulkan-loader: Adapt  to new packaging

Change EGIT_REPO_URI
Drop demos USE
Depend on media-libs/vulkan-layers for layers USE

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...loader--Do-not-install-vulkan-headers.patch | 24 ++
 ...an-loader--Use-usr-for-vulkan-headers.patch | 51 ++
 media-libs/vulkan-loader/vulkan-loader-.ebuild | 30 +++--
 3 files changed, 91 insertions(+), 14 deletions(-)

diff --git 
a/media-libs/vulkan-loader/files/vulkan-loader--Do-not-install-vulkan-headers.patch
 
b/media-libs/vulkan-loader/files/vulkan-loader--Do-not-install-vulkan-headers.patch
new file mode 100644
index 000..b0cc73c4486
--- /dev/null
+++ 
b/media-libs/vulkan-loader/files/vulkan-loader--Do-not-install-vulkan-headers.patch
@@ -0,0 +1,24 @@
+From d3d9f1b73732d4f9d4d33bc7fa782cadbc10d80f Mon Sep 17 00:00:00 2001
+From: Nick Sarnie 
+Date: Mon, 21 May 2018 22:34:25 -0400
+Subject: [PATCH] Do not install vulkan headers
+
+Signed-off-by: Nick Sarnie 
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 627de6f70..65f5ea0d7 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -170,7 +170,6 @@ if(NOT WIN32)
+ endif()
+ endif()
+ 
+-install(DIRECTORY "${HEADERS_DIR}/include/vulkan" DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR})
+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/vk_layer_dispatch_table.h" 
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/vulkan")
+ 
+ # uninstall target
+-- 
+2.17.0

diff --git 
a/media-libs/vulkan-loader/files/vulkan-loader--Use-usr-for-vulkan-headers.patch
 
b/media-libs/vulkan-loader/files/vulkan-loader--Use-usr-for-vulkan-headers.patch
new file mode 100644
index 000..49dd54c83c8
--- /dev/null
+++ 
b/media-libs/vulkan-loader/files/vulkan-loader--Use-usr-for-vulkan-headers.patch
@@ -0,0 +1,51 @@
+From d9b3835e1ad455853e3a58ec0d2a0653e5952a21 Mon Sep 17 00:00:00 2001
+From: Nick Sarnie 
+Date: Mon, 26 May 2018 16:57:33 -0400
+Subject: [PATCH] Use /usr for vulkan-headers
+
+Signed-off-by: Nick Sarnie 
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e0b744a87..14034d33c 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -68,7 +68,7 @@ if(WIN32)
+ endif()
+ 
+ set(SCRIPTS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/scripts")
+-set(HEADERS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Vulkan-Headers")
++set(HEADERS_DIR "/usr")
+ 
+ # Output warning if vulkan headers submodule contents are not present
+ if (NOT EXISTS "${HEADERS_DIR}/include/vulkan/vulkan_core.h")
+@@ -131,8 +131,9 @@ set (PYTHON_CMD ${PYTHON_EXECUTABLE})
+ # Define macro used for building vkxml generated files
+ macro(run_vk_xml_generate dependency output)
+ add_custom_command(OUTPUT ${output}
+-COMMAND ${PYTHON_CMD} ${SCRIPTS_DIR}/lvl_genvk.py -registry 
${HEADERS_DIR}/registry/vk.xml ${output}
+-DEPENDS ${HEADERS_DIR}/registry/vk.xml 
${HEADERS_DIR}/registry/generator.py ${SCRIPTS_DIR}/${dependency} 
${SCRIPTS_DIR}/lvl_genvk.py ${HEADERS_DIR}/registry/reg.py
++COMMAND ${PYTHON_CMD} ${SCRIPTS_DIR}/lvl_genvk.py -registry 
${HEADERS_DIR}/include/vulkan/registry/vk.xml ${output}
++DEPENDS ${HEADERS_DIR}/include/vulkan/registry/vk.xml 
${HEADERS_DIR}/include/vulkan/registry/generator.py
++${SCRIPTS_DIR}/${dependency}  ${SCRIPTS_DIR}/lvl_genvk.py 
${HEADERS_DIR}/include/vulkan/registry/reg.py
+ )
+ endmacro()
+ 
+diff --git a/scripts/lvl_genvk.py b/scripts/lvl_genvk.py
+index 0de555fae..dab543ed3 100644
+--- a/scripts/lvl_genvk.py
 b/scripts/lvl_genvk.py
+@@ -17,7 +17,7 @@
+ import argparse, cProfile, pdb, string, sys, time, os
+ 
+ scripts_dir = os.path.dirname(os.path.abspath(__file__))
+-registry_dir = os.path.join(scripts_dir, '../Vulkan-Headers/registry')
++registry_dir = os.path.join(scripts_dir, '/usr/include/vulkan/registry')
+ sys.path.insert(0, registry_dir)
+ 
+ from reg import *
+-- 
+2.17.0
+

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-.ebuild
index b83dbcb76bc..ddfe098eb54 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-.ebuild
@@ -5,12 +5,13 @@ EAPI=6
 PYTHON_COMPAT=( python3_{4,5,6} )
 
 if [[ "${PV}" == "" ]]; then
-   
EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git;
+   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Loader.git;
+   EGIT_SUBMODULES=()
inherit git-r3
 else
KEYWORDS="~amd64"
-   

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

2018-05-26 Thread Nick Sarnie
commit: 04df882488ca386d0928759ab1878d15e4d12d46
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 26 22:40:21 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 26 22:58:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04df8824

dev-util/vulkan-headers: Initial version

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/vulkan-headers/Manifest   |  1 +
 dev-util/vulkan-headers/metadata.xml   | 16 +
 .../vulkan-headers-0_p20180526.ebuild  | 27 ++
 dev-util/vulkan-headers/vulkan-headers-.ebuild | 27 ++
 4 files changed, 71 insertions(+)

diff --git a/dev-util/vulkan-headers/Manifest b/dev-util/vulkan-headers/Manifest
new file mode 100644
index 000..15c4e47500f
--- /dev/null
+++ b/dev-util/vulkan-headers/Manifest
@@ -0,0 +1 @@
+DIST vulkan-headers-0_p20180526.tar.gz 451276 BLAKE2B 
7090189d4620c32f80ee9ca2e515f3e563c5ab32d695d8a6f34396071fa54989e6048f42de54c32f28fe0a2ba5d18c2028be35793153acadaaa1377b8172787c
 SHA512 
a6af6dbfcc5512b7a303dad3e9e31a0eb09559da94b71dfb0dc21494e66ac973f5349abdfde1e6ed5d02445f32e5d251070ce45bc73964bec51cb0ffc3930d55

diff --git a/dev-util/vulkan-headers/metadata.xml 
b/dev-util/vulkan-headers/metadata.xml
new file mode 100644
index 000..830c7881289
--- /dev/null
+++ b/dev-util/vulkan-headers/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   X11
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   KhronosGroup/Vulkan-Headers
+   
+
+

diff --git a/dev-util/vulkan-headers/vulkan-headers-0_p20180526.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-0_p20180526.ebuild
new file mode 100644
index 000..6ee6d098e65
--- /dev/null
+++ b/dev-util/vulkan-headers/vulkan-headers-0_p20180526.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Headers.git;
+   inherit git-r3
+else
+   EGIT_COMMIT="a901a3edf256c1a1441433e77feac919fb8e5ed6"
+   KEYWORDS="~amd64"
+   
SRC_URI="https://github.com/KhronosGroup/Vulkan-Headers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/Vulkan-Headers-${EGIT_COMMIT}"
+fi
+
+DESCRIPTION="Vulkan Header files and API registry"
+HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+src_install() {
+   mkdir "include/vulkan/registry" || die
+   mv "registry/" "include/vulkan/" || die
+   insinto /usr/include/vulkan
+   doins -r include/vulkan/*
+}

diff --git a/dev-util/vulkan-headers/vulkan-headers-.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-.ebuild
new file mode 100644
index 000..6ee6d098e65
--- /dev/null
+++ b/dev-util/vulkan-headers/vulkan-headers-.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Headers.git;
+   inherit git-r3
+else
+   EGIT_COMMIT="a901a3edf256c1a1441433e77feac919fb8e5ed6"
+   KEYWORDS="~amd64"
+   
SRC_URI="https://github.com/KhronosGroup/Vulkan-Headers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/Vulkan-Headers-${EGIT_COMMIT}"
+fi
+
+DESCRIPTION="Vulkan Header files and API registry"
+HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+src_install() {
+   mkdir "include/vulkan/registry" || die
+   mv "registry/" "include/vulkan/" || die
+   insinto /usr/include/vulkan
+   doins -r include/vulkan/*
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-layers/, media-libs/vulkan-layers/files/

2018-05-26 Thread Nick Sarnie
commit: bdc8be970a889558893c0ffaf5044bd947a99c52
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 26 22:41:38 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 26 22:58:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc8be97

media-libs/vulkan-layers: Initial version

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/vulkan-layers/Manifest  |  1 +
 ...e-a-file-to-get-the-spirv-tools-commit-ID.patch | 40 +++
 .../vulkan-layers-Use-usr-for-vulkan-headers.patch | 57 ++
 media-libs/vulkan-layers/metadata.xml  | 16 ++
 .../vulkan-layers-0_pre20180526.ebuild | 54 
 media-libs/vulkan-layers/vulkan-layers-.ebuild | 54 
 6 files changed, 222 insertions(+)

diff --git a/media-libs/vulkan-layers/Manifest 
b/media-libs/vulkan-layers/Manifest
new file mode 100644
index 000..a3c8264d50b
--- /dev/null
+++ b/media-libs/vulkan-layers/Manifest
@@ -0,0 +1 @@
+DIST vulkan-layers-0_pre20180526.tar.gz 1138198 BLAKE2B 
33788256d82c1bc3dd071d15ecd0e3bb024fc35693b6b988e12990d0af7a6d209b02a01893b288e3ae3b1a499803e23118429de1efe3189c9a8369c0ec9ab02f
 SHA512 
412c9cf95415d93191529fd4c9712e93e1939d74dece028d42f7f9199f0b686a7aa15554249590a0777cb9c6fd4cbb85cfd87b9eea11bc02400976cbd81a52f1

diff --git 
a/media-libs/vulkan-layers/files/vulkan-layers-Use-a-file-to-get-the-spirv-tools-commit-ID.patch
 
b/media-libs/vulkan-layers/files/vulkan-layers-Use-a-file-to-get-the-spirv-tools-commit-ID.patch
new file mode 100644
index 000..7688eb8d5cf
--- /dev/null
+++ 
b/media-libs/vulkan-layers/files/vulkan-layers-Use-a-file-to-get-the-spirv-tools-commit-ID.patch
@@ -0,0 +1,40 @@
+From 2bcf0e5097070532ebfb0bf0ee0b28e1065be1e8 Mon Sep 17 00:00:00 2001
+From: Nick Sarnie 
+Date: Tue, 22 May 2018 20:11:17 -0400
+Subject: [PATCH] Use a file to get the spirv-tools commit ID
+
+Signed-off-by: Nick Sarnie 
+---
+ layers/CMakeLists.txt | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt
+index 5b3758d1..2a9c2f32 100644
+--- a/layers/CMakeLists.txt
 b/layers/CMakeLists.txt
+@@ -51,6 +51,13 @@ macro(run_external_revision_generate symbol_name output)
+ )
+ endmacro()
+ 
++macro(run_external_revision_generate_spirv_tools source_dir symbol_name 
output)
++add_custom_command(OUTPUT ${output}
++COMMAND ${PYTHON_CMD} ${SCRIPTS_DIR}/external_revision_generator.py 
--rev_file ${source_dir}/spirv-tools-commit.h -s ${symbol_name} -o ${output}
++DEPENDS ${SCRIPTS_DIR}/external_revision_generator.py 
${source_dir}/spirv-tools-commit.h
++)
++endmacro()
++
+ # Custom targets for generated validation layer helper file dependencies
+ add_custom_target(spirv_tools_revision_file DEPENDS
+ spirv_tools_commit_id.h
+@@ -78,7 +85,7 @@ run_vk_xml_generate(helper_file_generator.py 
vk_object_types.h)
+ run_vk_xml_generate(helper_file_generator.py vk_extension_helper.h)
+ run_vk_xml_generate(helper_file_generator.py vk_typemap_helper.h)
+ if(BUILD_LAYERS)
+-run_external_revision_generate(SPIRV_TOOLS_COMMIT_ID 
spirv_tools_commit_id.h)
++run_external_revision_generate_spirv_tools(/usr/include/spirv-tools 
SPIRV_TOOLS_COMMIT_ID spirv_tools_commit_id.h)
+ endif()
+ 
+ # Layer Utils Library
+-- 
+2.17.0
+

diff --git 
a/media-libs/vulkan-layers/files/vulkan-layers-Use-usr-for-vulkan-headers.patch 
b/media-libs/vulkan-layers/files/vulkan-layers-Use-usr-for-vulkan-headers.patch
new file mode 100644
index 000..a4829d9997a
--- /dev/null
+++ 
b/media-libs/vulkan-layers/files/vulkan-layers-Use-usr-for-vulkan-headers.patch
@@ -0,0 +1,57 @@
+From 42fb7b4c73b0cae196a2eb6d97bfa6cc635f23fb Mon Sep 17 00:00:00 2001
+From: Nick Sarnie 
+Date: Sat, 26 May 2018 17:39:08 -0400
+Subject: [PATCH] Use usr for vulkan headers
+
+Signed-off-by: Nick Sarnie 
+---
+ CMakeLists.txt| 2 +-
+ layers/CMakeLists.txt | 5 +++--
+ scripts/lvl_genvk.py  | 2 +-
+ 3 files changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 178debdd..dc742304 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -21,7 +21,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
"${CMAKE_CURRENT_SOURCE_DIR}/cmake")
+ find_package(PythonInterp 3 REQUIRED)
+ 
+ # TODO: Add option to override this with env var, or even to use SDK
+-set(VULKAN_HEADERS_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/Vulkan-Headers")
++set(VULKAN_HEADERS_LOCATION "/usr")
+ 
+ # Output warning if vulkan headers submodule contents are not present
+ if (NOT EXISTS "${VULKAN_HEADERS_LOCATION}/include/vulkan/vulkan_core.h")
+diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt
+index 962c4be6..26e5abaf 100644
+--- a/layers/CMakeLists.txt
 b/layers/CMakeLists.txt
+@@ -38,8 +38,9 @@ set(SCRIPTS_DIR 

[gentoo-commits] proj/baselayout:master commit in: etc/

2018-05-26 Thread William Hubbs
commit: 6e06295fd89f6e0605406dabbd7684171c034d4e
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 26 22:50:24 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 26 22:50:24 2018 +
URL:https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=6e06295f

etc/profile: typo fix

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

diff --git a/etc/profile b/etc/profile
index 8e92e824..05584351 100644
--- a/etc/profile
+++ b/etc/profile
@@ -28,7 +28,7 @@ fi
 export PATH
 unset ROOTPATH
 
-# process *.sh files in /etc/profiled.d
+# process *.sh files in /etc/profile.d
 for sh in /etc/profile.d/*.sh ; do
[ -r "$sh" ] && . "$sh"
 done



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

2018-05-26 Thread Johannes Huber
commit: 31becc0e7149c4cb5da347ed64698482c669a46a
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 26 22:41:26 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat May 26 22:41:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31becc0e

net-vpn/openfortivpn: Version bump 1.7.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-vpn/openfortivpn/Manifest  |  1 +
 net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest
index f5b9246e362..5dec0ccaf0d 100644
--- a/net-vpn/openfortivpn/Manifest
+++ b/net-vpn/openfortivpn/Manifest
@@ -1 +1,2 @@
 DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 
649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc
 SHA512 
547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69
+DIST openfortivpn-1.7.0.tar.gz 60073 BLAKE2B 
422e21daa4ee340009f9e1d660f12b4cc392e2c9694dc24cd2912c89996959907c2ea08fa3bfd11ea82c3984575f1cd1f59d671a7b4188e50ba1a9bbf77f9977
 SHA512 
60bf57a78e228f3f2f497f5b537abe25eb98a6fb8c41b521acf2e2182ac2c0ca12202a8c4e8d87cd230b0e35d31f4ae97f7137247b53e0c574bec195de0f4275

diff --git a/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild
new file mode 100644
index 000..bfc317510e6
--- /dev/null
+++ b/net-vpn/openfortivpn/openfortivpn-1.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools linux-info
+
+DESCRIPTION="A Fortinet compatible VPN client"
+HOMEPAGE="https://github.com/adrienverge/openfortivpn;
+SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3-with-openssl-exception openssl"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libressl"
+
+DEPEND="
+   net-dialup/ppp
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="~PPP ~PPP_ASYNC"
+
+src_prepare() {
+   default
+
+   sed -i 's/-Werror//g' Makefile.am || die "Failed to remove -Werror from 
Makefile.am"
+
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   keepdir /etc/openfortivpn
+}



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

2018-05-26 Thread Zac Medico
commit: ac5b48b253add3007034f9fdad02779cd3972281
Author: Zac Medico  gentoo  org>
AuthorDate: Sat May 26 22:38:58 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat May 26 22:38:58 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ac5b48b2

PipeReaderTestCase: wait for consumer

 pym/portage/tests/process/test_poll.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/portage/tests/process/test_poll.py 
b/pym/portage/tests/process/test_poll.py
index d71c9b59c..f700a5585 100644
--- a/pym/portage/tests/process/test_poll.py
+++ b/pym/portage/tests/process/test_poll.py
@@ -78,6 +78,7 @@ class PipeReaderTestCase(TestCase):
producer.start()
os.close(slave_fd)
producer.wait()
+   consumer.wait()
 
self.assertEqual(producer.returncode, os.EX_OK)
self.assertEqual(consumer.returncode, os.EX_OK)



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

2018-05-26 Thread David Seifert
commit: f3480096f38cc0c74e549855794a80faa0997a5b
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 22:28:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:35:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3480096

net-vpn/badvpn: [QA] Add call to cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/651002
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-vpn/badvpn/badvpn-1.999.126.ebuild | 7 +--
 net-vpn/badvpn/badvpn-1.999.127.ebuild | 7 +--
 net-vpn/badvpn/badvpn-1.999.128.ebuild | 7 +--
 net-vpn/badvpn/badvpn-1.999.129.ebuild | 7 +--
 4 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/net-vpn/badvpn/badvpn-1.999.126.ebuild 
b/net-vpn/badvpn/badvpn-1.999.126.ebuild
index 56e19578c56..b13baaaebb5 100644
--- a/net-vpn/badvpn/badvpn-1.999.126.ebuild
+++ b/net-vpn/badvpn/badvpn-1.999.126.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
@@ -47,11 +47,6 @@ pkg_setup() {
enewuser ${PN}
 }
 
-src_prepare() {
-   # allow user to easily apply patches
-   epatch_user
-}
-
 src_configure() {
local mycmakeargs=(
-DBUILD_NOTHING_BY_DEFAULT=1

diff --git a/net-vpn/badvpn/badvpn-1.999.127.ebuild 
b/net-vpn/badvpn/badvpn-1.999.127.ebuild
index f8b68ce7210..62d76e2a296 100644
--- a/net-vpn/badvpn/badvpn-1.999.127.ebuild
+++ b/net-vpn/badvpn/badvpn-1.999.127.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -47,11 +47,6 @@ pkg_setup() {
enewuser ${PN}
 }
 
-src_prepare() {
-   # allow user to easily apply patches
-   epatch_user
-}
-
 src_configure() {
local mycmakeargs=(
-DBUILD_NOTHING_BY_DEFAULT=1

diff --git a/net-vpn/badvpn/badvpn-1.999.128.ebuild 
b/net-vpn/badvpn/badvpn-1.999.128.ebuild
index 879722ef31b..7f18a1c6cad 100644
--- a/net-vpn/badvpn/badvpn-1.999.128.ebuild
+++ b/net-vpn/badvpn/badvpn-1.999.128.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -47,11 +47,6 @@ pkg_setup() {
enewuser ${PN}
 }
 
-src_prepare() {
-   # allow user to easily apply patches
-   epatch_user
-}
-
 src_configure() {
local mycmakeargs=(
-DBUILD_NOTHING_BY_DEFAULT=1

diff --git a/net-vpn/badvpn/badvpn-1.999.129.ebuild 
b/net-vpn/badvpn/badvpn-1.999.129.ebuild
index 6183228f2ab..07ce92beede 100644
--- a/net-vpn/badvpn/badvpn-1.999.129.ebuild
+++ b/net-vpn/badvpn/badvpn-1.999.129.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
@@ -47,11 +47,6 @@ pkg_setup() {
enewuser ${PN}
 }
 
-src_prepare() {
-   # allow user to easily apply patches
-   epatch_user
-}
-
 src_configure() {
local mycmakeargs=(
-DBUILD_NOTHING_BY_DEFAULT=1



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

2018-05-26 Thread David Seifert
commit: 1628a725a94dc69221254658fe17624c96b39e12
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 22:35:07 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:36:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1628a725

net-wireless/gnuradio: [QA] Add call to cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/655350
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild | 1 +
 net-wireless/gnuradio/gnuradio-3.7.11-r3.ebuild  | 1 -
 net-wireless/gnuradio/gnuradio-3.7..ebuild   | 1 -
 net-wireless/gnuradio/gnuradio-3.8..ebuild   | 1 -
 net-wireless/gnuradio/gnuradio-.ebuild   | 1 -
 5 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild 
b/net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild
index 43d13099383..2147baf1dab 100644
--- a/net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.6.5.1-r2.ebuild
@@ -86,6 +86,7 @@ src_prepare() {
# Useless UI element would require qt3support, bug #365019
sed -i '/qPixmapFromMimeSource/d' 
"${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die
epatch "${FILESDIR}"/${PN}-3.6.1-automagic-audio.patch
+   cmake-utils_src_prepare
 }
 
 src_configure() {

diff --git a/net-wireless/gnuradio/gnuradio-3.7.11-r3.ebuild 
b/net-wireless/gnuradio/gnuradio-3.7.11-r3.ebuild
index 92d9cdd94c3..4eaaf0dca19 100644
--- a/net-wireless/gnuradio/gnuradio-3.7.11-r3.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.7.11-r3.ebuild
@@ -110,7 +110,6 @@ src_prepare() {
epatch "${FILESDIR}"/gnuradio-wxpy3.0-compat.patch
# Useless UI element would require qt3support, bug #365019
sed -i '/qPixmapFromMimeSource/d' 
"${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die
-   default
cmake-utils_src_prepare
 }
 

diff --git a/net-wireless/gnuradio/gnuradio-3.7..ebuild 
b/net-wireless/gnuradio/gnuradio-3.7..ebuild
index a9059f4080f..9c0cb3a6104 100644
--- a/net-wireless/gnuradio/gnuradio-3.7..ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.7..ebuild
@@ -117,7 +117,6 @@ src_prepare() {
fi
# Useless UI element would require qt3support, bug #365019
sed -i '/qPixmapFromMimeSource/d' 
"${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die
-   default
cmake-utils_src_prepare
 }
 

diff --git a/net-wireless/gnuradio/gnuradio-3.8..ebuild 
b/net-wireless/gnuradio/gnuradio-3.8..ebuild
index 88c80d892d3..08671c06752 100644
--- a/net-wireless/gnuradio/gnuradio-3.8..ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8..ebuild
@@ -111,7 +111,6 @@ src_prepare() {
fi
# Useless UI element would require qt3support, bug #365019
sed -i '/qPixmapFromMimeSource/d' 
"${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die
-   default
cmake-utils_src_prepare
 }
 

diff --git a/net-wireless/gnuradio/gnuradio-.ebuild 
b/net-wireless/gnuradio/gnuradio-.ebuild
index a9059f4080f..9c0cb3a6104 100644
--- a/net-wireless/gnuradio/gnuradio-.ebuild
+++ b/net-wireless/gnuradio/gnuradio-.ebuild
@@ -117,7 +117,6 @@ src_prepare() {
fi
# Useless UI element would require qt3support, bug #365019
sed -i '/qPixmapFromMimeSource/d' 
"${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die
-   default
cmake-utils_src_prepare
 }
 



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

2018-05-26 Thread David Seifert
commit: d1a5da79af5244432db343bfcb3193979c87d68c
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 22:30:44 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:35:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a5da79

net-misc/nextcloud-client: [QA] Add call to cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/651746
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/nextcloud-client/nextcloud-client-2.3.2-r1.ebuild | 4 ++--
 net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.2-r1.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.3.2-r1.ebuild
index cdb6c39811b..94a0c984007 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.3.2-r1.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.3.2-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
@@ -79,7 +79,7 @@ src_prepare() {
popd > /dev/null || die
fi
 
-   default
+   cmake-utils_src_prepare
 }
 
 src_configure() {

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild
index 78061d676ba..1129d0b1692 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild
@@ -79,7 +79,7 @@ src_prepare() {
popd > /dev/null || die
fi
 
-   default
+   cmake-utils_src_prepare
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2018-05-26 Thread David Seifert
commit: 7273c4eac21e9e1034e2c89f807d7db2919ee7eb
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 22:32:22 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:36:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7273c4ea

sci-astronomy/stellarium: [QA] Add call to cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/652922
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-astronomy/stellarium/stellarium-0.14.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild 
b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
index 2733c84fafb..bb76024588d 100644
--- a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
@@ -40,6 +40,7 @@ DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )"
 
 src_prepare() {
+   cmake-utils_src_prepare
if [[ -n ${LINGUAS} ]] ; then
sed -i \
-e '/aa ab ae/d' \



[gentoo-commits] repo/gentoo:master commit in: sci-physics/bullet/

2018-05-26 Thread David Seifert
commit: 130d9ae77b65b294a16dc841647b17109191c547
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 22:26:00 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:35:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130d9ae7

sci-physics/bullet: [QA] Add call to cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/647980
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-physics/bullet/bullet-2.83.4.ebuild | 4 +++-
 sci-physics/bullet/bullet-2.83.5.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-physics/bullet/bullet-2.83.4.ebuild 
b/sci-physics/bullet/bullet-2.83.4.ebuild
index 0349165b5aa..9eefee74682 100644
--- a/sci-physics/bullet/bullet-2.83.4.ebuild
+++ b/sci-physics/bullet/bullet-2.83.4.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
@@ -25,6 +25,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch )
 S="${WORKDIR}/${PN}3-${PV}"
 
 src_prepare() {
+   cmake-utils_src_prepare
+
# allow to generate docs
sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die
 }

diff --git a/sci-physics/bullet/bullet-2.83.5.ebuild 
b/sci-physics/bullet/bullet-2.83.5.ebuild
index dea774e6092..4f4153fd1cc 100644
--- a/sci-physics/bullet/bullet-2.83.5.ebuild
+++ b/sci-physics/bullet/bullet-2.83.5.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
@@ -25,6 +25,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch )
 S="${WORKDIR}/${PN}3-${PV}"
 
 src_prepare() {
+   cmake-utils_src_prepare
+
# allow to generate docs
sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die
 }



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, Documentation/package.unmask/, ...

2018-05-26 Thread Andreas Sturmlechner
commit: 56d5a2aca5e1fe0049c55b51c1ab5cd527c5265f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 22:35:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 22:35:18 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=56d5a2ac

Documentation: Drop KDE Plasma 5.11

 Documentation/maintainers/regenerate-files |  4 +-
 .../.kde-plasma-5.11/_HEADER_  |  2 -
 .../.kde-plasma-5.11/kde-plasma-5.11   |  1 -
 .../.kde-plasma-5.11/more-deps |  4 --
 .../kde-plasma-5.11.keywords   | 49 --
 Documentation/package.mask/kde-plasma-5.11 | 45 
 .../package.unmask/.kde-plasma-5.11/_HEADER_   |  2 -
 .../.kde-plasma-5.11/kde-plasma-5.11   |  1 -
 Documentation/package.unmask/kde-plasma-5.11   | 45 
 9 files changed, 2 insertions(+), 151 deletions(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 0afcb2aff4..16602335fa 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -12,8 +12,8 @@ HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 KF_RELEASES="5.43 5.46"
 KF_RELEASE=${KF_RELEASE:-5.43}
 
-PLASMA_RELEASES="5.11 5.12 5.13"
-PLASMA_RELEASE=${PLASMA_RELEASE:-5.11}
+PLASMA_RELEASES="5.12 5.13"
+PLASMA_RELEASE=${PLASMA_RELEASE:-5.12}
 
 APPS_RELEASES="17.12 18.04"
 APPS_RELEASE=${APPS_RELEASE:-17.12}

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.11/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-plasma-5.11/_HEADER_
deleted file mode 100644
index ce5771dfae..00
--- a/Documentation/package.accept_keywords/.kde-plasma-5.11/_HEADER_
+++ /dev/null
@@ -1,2 +0,0 @@
-# You can use this file to keyword/unkeyword KDE Plasma 5.11.
-# Edit Documentation/package.keywords/.kde-plasma-5.11/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-plasma-5.11/kde-plasma-5.11 
b/Documentation/package.accept_keywords/.kde-plasma-5.11/kde-plasma-5.11
deleted file mode 12
index 726f519b4c..00
--- a/Documentation/package.accept_keywords/.kde-plasma-5.11/kde-plasma-5.11
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-plasma-5.11
\ No newline at end of file

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.11/more-deps 
b/Documentation/package.accept_keywords/.kde-plasma-5.11/more-deps
deleted file mode 100644
index 1264bd77d3..00
--- a/Documentation/package.accept_keywords/.kde-plasma-5.11/more-deps
+++ /dev/null
@@ -1,4 +0,0 @@
-~dev-libs/tinyxml2-3.0.0
-~dev-qt/qtvirtualkeyboard-5.7.1
-~kde-frameworks/networkmanager-qt-5.40.0
-~sys-fs/encfs-1.9.2

diff --git a/Documentation/package.accept_keywords/kde-plasma-5.11.keywords 
b/Documentation/package.accept_keywords/kde-plasma-5.11.keywords
deleted file mode 100644
index 0dcb8dd051..00
--- a/Documentation/package.accept_keywords/kde-plasma-5.11.keywords
+++ /dev/null
@@ -1,49 +0,0 @@
-# Autogenerated by regenerate-files, DO NOT EDIT.
-# You can use this file to keyword/unkeyword KDE Plasma 5.11.
-# Edit Documentation/package.keywords/.kde-plasma-5.11/ files instead.
-

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

2018-05-26 Thread Andreas Sturmlechner
commit: 1285fc837736058449cf3396c88fe194fa883b2b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 22:25:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 22:25:27 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1285fc83

sets: Drop obsolete kde-plasma-5.11

 sets/kde-plasma-5.11 | 42 --
 1 file changed, 42 deletions(-)

diff --git a/sets/kde-plasma-5.11 b/sets/kde-plasma-5.11
deleted file mode 100644
index 28aefce72e..00
--- a/sets/kde-plasma-5.11
+++ /dev/null
@@ -1,42 +0,0 @@
-

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

2018-05-26 Thread Andreas Sturmlechner
commit: b4e1a2728f39b3948b8f34436d26893bf48d368a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 22:30:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 22:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e1a272

app-text/kbibtex: Relax app-crypt/qca[qt5] use-dep

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 ...ibtex-0.8_pre20171110.ebuild => kbibtex-0.8_pre20171110-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild 
b/app-text/kbibtex/kbibtex-0.8_pre20171110-r1.ebuild
similarity index 96%
rename from app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild
rename to app-text/kbibtex/kbibtex-0.8_pre20171110-r1.ebuild
index bbe15b44b12..80b33afdabd 100644
--- a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild
+++ b/app-text/kbibtex/kbibtex-0.8_pre20171110-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
@@ -50,7 +50,7 @@ DEPEND="
webengine? ( $(add_qt_dep qtwebengine 'widgets') )
webkit? ( $(add_qt_dep qtwebkit) )
zotero? (
-   app-crypt/qca[qt5]
+   app-crypt/qca[qt5(+)]
dev-libs/qoauth:5
)
 "



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

2018-05-26 Thread Andreas Sturmlechner
commit: 9a3cbd45daa413ec23d75d1ea023d18980ac4914
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 22:28:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 22:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3cbd45

net-im/kadu: Relax app-crypt/qca[qt5] use-dep

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-im/kadu/{kadu-2.1-r1.ebuild => kadu-2.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/kadu/kadu-2.1-r1.ebuild b/net-im/kadu/kadu-2.1-r2.ebuild
similarity index 98%
rename from net-im/kadu/kadu-2.1-r1.ebuild
rename to net-im/kadu/kadu-2.1-r2.ebuild
index a1626c60b44..ad5ee9102d6 100644
--- a/net-im/kadu/kadu-2.1-r1.ebuild
+++ b/net-im/kadu/kadu-2.1-r2.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
)
 "
 COMMON_DEPEND="
-   app-crypt/qca:2[qt5,ssl]
+   app-crypt/qca:2[qt5(+),ssl]
>=dev-libs/injeqt-1.0.0
>=dev-qt/qtcore-5.2.0:5
>=dev-qt/qtdbus-5.2.0:5



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

2018-05-26 Thread Matt Turner
commit: ae71e1fd75e21e28e85aed85ec2a0e597f1d7e25
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 15 06:07:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 26 22:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae71e1fd

profiles/arch/hppa: Unmask USE=systemd

 profiles/arch/hppa/use.mask | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 157329615fb..bde622940a0 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -3,6 +3,11 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Matt Turner  (26 May 2018)
+# Unmask systemd since it is keyworded here.
+-systemd
+
+#
 # Jeroen Roovers  (22 Mar 2018)
 # sys-cluster/ceph is not supported
 ceph
@@ -93,10 +98,6 @@ fdk
 # bootloader (bug #412801).
 gptfdisk
 
-# Jeroen Roovers  (25 Apr 2012)
-# sys-apps/systemd is not tested
-systemd
-
 # Jeroen Roovers  (4 Apr 2012)
 # media-video/vlc is not tested
 vlc



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

2018-05-26 Thread Matt Turner
commit: e818183b85a28235b276ead24fd3186a803ea890
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 15 06:09:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 26 22:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e818183b

sys-apps/gentoo-systemd-integration: Add ~hppa

 .../gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild| 2 +-
 .../gentoo-systemd-integration/gentoo-systemd-integration-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild
index 8d77981d297..775bca89b9b 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 inherit systemd

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
index 1813ffb135f..74179967eb4 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 inherit systemd



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

2018-05-26 Thread Matt Turner
commit: d44aef7a549fedca013406281a1bb344a057647a
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 15 06:15:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 26 22:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44aef7a

sys-apps/systemd: Add ~hppa

 sys-apps/systemd/systemd-238-r7.ebuild | 2 +-
 sys-apps/systemd/systemd-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd/systemd-238-r7.ebuild 
b/sys-apps/systemd/systemd-238-r7.ebuild
index e65ddd901dd..52bfc26bf58 100644
--- a/sys-apps/systemd/systemd-238-r7.ebuild
+++ b/sys-apps/systemd/systemd-238-r7.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
https://dev.gentoo.org/~floppym/dist/${P}-patches-1.tar.gz;
-   KEYWORDS="alpha amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc x86"
+   KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
 fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6} )

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 8112fd15fef..779db468b79 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6} )



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

2018-05-26 Thread David Seifert
commit: a3fb11b6bb348d9b15000f5f10907ffb76b4e64e
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 13:13:54 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fb11b6

dev-libs/librevenge: Force C++11

Closes: https://bugs.gentoo.org/651264
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/librevenge/librevenge-0.0.4-r1.ebuild |  9 ++---
 dev-libs/librevenge/librevenge-.ebuild | 11 +++
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild 
b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
index 46b91347dad..41207196a52 100644
--- a/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
+++ b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
@@ -3,15 +3,15 @@
 
 EAPI=6
 
-inherit multilib-minimal
+inherit flag-o-matic multilib-minimal
 
 DESCRIPTION="A helper library for REVerse ENGineered formats filters"
-HOMEPAGE="http://sf.net/p/libwpd/librevenge;
+HOMEPAGE="https://sf.net/p/libwpd/librevenge;
 if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/librevenge"
inherit git-r3 autotools
 else
-   SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz;
+   SRC_URI="https://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz;
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 x86 
~x86-fbsd"
 fi
 
@@ -31,6 +31,9 @@ DEPEND="${RDEPEND}
 src_prepare() {
default
[[ ${PV} = * ]] && eautoreconf
+
+   # bug 651264
+   append-cxxflags -std=c++11
 }
 
 multilib_src_configure() {

diff --git a/dev-libs/librevenge/librevenge-.ebuild 
b/dev-libs/librevenge/librevenge-.ebuild
index b9e35af3318..c40659225a0 100644
--- a/dev-libs/librevenge/librevenge-.ebuild
+++ b/dev-libs/librevenge/librevenge-.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit multilib-minimal
+inherit flag-o-matic multilib-minimal
 
 DESCRIPTION="A helper library for REVerse ENGineered formats filters"
-HOMEPAGE="http://sf.net/p/libwpd/librevenge;
+HOMEPAGE="https://sf.net/p/libwpd/librevenge;
 if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/librevenge"
inherit git-r3 autotools
 else
-   SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz;
+   SRC_URI="https://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
 fi
 
@@ -31,6 +31,9 @@ DEPEND="${RDEPEND}
 src_prepare() {
default
[[ ${PV} = * ]] && eautoreconf
+
+   # bug 651264
+   append-cxxflags -std=c++11
 }
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: games-sports/xmoto/

2018-05-26 Thread David Seifert
commit: d674583057bc3eebb449626411eb2e42e95a49d2
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 22:17:29 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:18:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6745830

games-sports/xmoto: Force C++11

Closes: https://bugs.gentoo.org/653404
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 games-sports/xmoto/xmoto-0.5.11-r2.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/games-sports/xmoto/xmoto-0.5.11-r2.ebuild 
b/games-sports/xmoto/xmoto-0.5.11-r2.ebuild
index 4a48f02abbc..4b906f8726a 100644
--- a/games-sports/xmoto/xmoto-0.5.11-r2.ebuild
+++ b/games-sports/xmoto/xmoto-0.5.11-r2.ebuild
@@ -58,6 +58,10 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 653404
+   # due to ICU 59 requiring C++11 now
+   append-cxxflags -std=c++11
+
econf \
--enable-threads=posix \
$(use_enable nls) \



[gentoo-commits] repo/gentoo:master commit in: media-libs/skstream/, media-libs/skstream/files/

2018-05-26 Thread David Seifert
commit: 56b2e29cf87e35cf3f5b9c26b26f75a6cc2cfe1c
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 13:01:19 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:18:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b2e29c

media-libs/skstream: Force C++11

Closes: https://bugs.gentoo.org/651840
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/skstream/files/skstream-0.3.9-test.patch |  4 ++--
 media-libs/skstream/skstream-0.3.9.ebuild   | 15 +++
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/media-libs/skstream/files/skstream-0.3.9-test.patch 
b/media-libs/skstream/files/skstream-0.3.9-test.patch
index 162d29d1fb5..b89aa3c0644 100644
--- a/media-libs/skstream/files/skstream-0.3.9-test.patch
+++ b/media-libs/skstream/files/skstream-0.3.9-test.patch
@@ -1,5 +1,5 @@
 test/childskstreamtest.h.old   2011-09-26 16:14:47.733708252 +0200
-+++ test/childskstreamtest.h   2011-09-26 16:16:32.021385992 +0200
+--- a/test/childskstreamtest.h
 b/test/childskstreamtest.h
 @@ -109,9 +109,6 @@
  //some macros for building the suite() method
  CPPUNIT_TEST_SUITE(tcpskstreamtest);

diff --git a/media-libs/skstream/skstream-0.3.9.ebuild 
b/media-libs/skstream/skstream-0.3.9.ebuild
index 5a64f6452b8..0acc8b73db9 100644
--- a/media-libs/skstream/skstream-0.3.9.ebuild
+++ b/media-libs/skstream/skstream-0.3.9.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit base eutils
+EAPI=6
+
+inherit flag-o-matic
 
 DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
 HOMEPAGE="http://www.worldforge.org/;
@@ -17,4 +18,10 @@ DEPEND="test? ( dev-util/cppunit )"
 RDEPEND=""
 
 PATCHES=( "${FILESDIR}"/${P}-test.patch )
-DOCS=( AUTHORS ChangeLog NEWS README README.FreeSockets TODO )
+
+src_configure() {
+   # bug 651840
+   append-cxxflags -std=c++11
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-graphite/files/, www-apps/icingaweb2-module-graphite/

2018-05-26 Thread Aaron Bauman
commit: 10d8c1f67b3bd910fd7f9d1beb52da9d8322e76a
Author: Louis Sautier  gmail  com>
AuthorDate: Sat May 26 20:50:51 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 21:46:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d8c1f6

www-apps/icingaweb2-module-graphite: fix SRC_URI for 1.0.1, EAPI=7

Also update HOMEPAGE and fix DESCRIPTION, remove deprecated patch from
live ebuild and add upstream info to metadata.xml.

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

 www-apps/icingaweb2-module-graphite/Manifest   |  2 +-
 .../files/patch-unquote-service.patch  | 54 --
 ... => icingaweb2-module-graphite-1.0.1-r1.ebuild} | 12 ++---
 .../icingaweb2-module-graphite-.ebuild | 18 +++-
 www-apps/icingaweb2-module-graphite/metadata.xml   |  4 ++
 5 files changed, 16 insertions(+), 74 deletions(-)

diff --git a/www-apps/icingaweb2-module-graphite/Manifest 
b/www-apps/icingaweb2-module-graphite/Manifest
index 2713871762c..72dd4c96786 100644
--- a/www-apps/icingaweb2-module-graphite/Manifest
+++ b/www-apps/icingaweb2-module-graphite/Manifest
@@ -1 +1 @@
-DIST icingaweb2-module-graphite-1.0.1.tar.gz 5988 BLAKE2B 
43f98d853643377cc8088e60845c603563ec5f3bee8d1e9f48e884677c7bfbc82da5603e1aae05634616a52bd387c1685bf2605d1abcae0a96cc88dad303dd1c
 SHA512 
594a8d2a141bdf682fa37dc7b677a78f255dfa3d05071878a416b7426ed6355abc2a2864394e333a00c08aba8fd4f898e42c5a49ffeaf689a16de175f6ddb333
+DIST icingaweb2-module-graphite-1.0.1.tar.gz 329327 BLAKE2B 
e53f9ea0e3ca061fdec80da71b6624f97eeda04d78975ac198a6e75ae5300eabf50db3e95802e6d0108ee0314ad9af6108daa24d5b99228c7d9c2fcecfc80cac
 SHA512 
1270d2e7768d3f9181950f08c703236042a9c99d337bd2964396890cdb645b72afabe387d35d232fb123d9f635cc27fc09ac374ec2c5707fa83706b0ba67ac2a

diff --git 
a/www-apps/icingaweb2-module-graphite/files/patch-unquote-service.patch 
b/www-apps/icingaweb2-module-graphite/files/patch-unquote-service.patch
deleted file mode 100644
index 3dde1f45a96..000
--- a/www-apps/icingaweb2-module-graphite/files/patch-unquote-service.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 3e5921b96b17ea4d0a5f32a39940a9b762e5c3a4 Mon Sep 17 00:00:00 2001
-From: Matthew Thode 
-Date: Tue, 12 Apr 2016 03:14:16 +
-Subject: [PATCH] remove quotes around $service variable
-
-This fixes https://dev.icinga.org/issues/11572
-
-This still leaves $hostname being quoted, I don't know if that needs to go as 
well.

- application/controllers/ShowController.php | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/application/controllers/ShowController.php 
b/application/controllers/ShowController.php
-index f029b81..0457ce9 100644
 a/application/controllers/ShowController.php
-+++ b/application/controllers/ShowController.php
-@@ -168,7 +168,7 @@ public function hostAction()
- if (! array_key_exists('icingaHost', $patterns)) continue;
- 
- foreach ($set->loadTemplates() as $key => $template) {
--if (strpos($template->getFilterString(), '$service') !== 
false) continue;
-+if (strpos($template->getFilterString(), $service) !== false) 
continue;
- 
- $imgParams = array(
- 'template' => $key,
-@@ -228,7 +228,7 @@ public function serviceAction()
- if (! array_key_exists('icingaHost', $patterns)) continue;
- 
- foreach ($set->loadTemplates() as $key => $template) {
--if (strpos($template->getFilterString(), '$service') === 
false) continue;
-+if (strpos($template->getFilterString(), $service) === false) 
continue;
- 
- $imgParams = array(
- 'template' => $key,
-@@ -289,7 +289,7 @@ public function XXXserviceAction()
- 
- foreach ($set->loadTemplates() as $key => $template) {
- 
--if (strpos($template->getFilterString(), '$service') === 
false) continue;
-+if (strpos($template->getFilterString(), $service) === false) 
continue;
- 
- $this->view->templates[$key] = $template;
- 
-diff -Naur a/library/Graphite/ProvidedHook/Monitoring/ServiceActions.php 
b/library/Graphite/ProvidedHook/Monitoring/ServiceActions.php
 a/library/Graphite/ProvidedHook/Monitoring/ServiceActions.php  2016-10-16 
19:10:49.794640399 -0500
-+++ b/library/Graphite/ProvidedHook/Monitoring/ServiceActions.php  2016-10-16 
19:11:17.136401235 -0500
-@@ -16,6 +16,7 @@
- array(
- 'host'=> $service->host_name,
- 'service' => $service->service_description,
-+'check_command' => $service->service_check_command,
- ))
- );
- }

diff --git 
a/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-1.0.1.ebuild 

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

2018-05-26 Thread Andreas Sturmlechner
commit: 733cdb192906d1c2d40ce77ff15ec6d97e735afe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 21:45:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 21:46:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733cdb19

media-libs/libdvbpsi: Drop 1.3.0-r1

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/libdvbpsi/Manifest  |  1 -
 media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/media-libs/libdvbpsi/Manifest b/media-libs/libdvbpsi/Manifest
index 4b83429bceb..f8eb1255bac 100644
--- a/media-libs/libdvbpsi/Manifest
+++ b/media-libs/libdvbpsi/Manifest
@@ -1,3 +1,2 @@
-DIST libdvbpsi-1.3.0.tar.bz2 459083 BLAKE2B 
50e8e1780ddaf9a07bd8121d1e179464a6105eaad3d0aa162f9b217863cfc63168a84f60be9de071cf5ee8389a671fcd1375629d452ed77727bb3eaed19a7b19
 SHA512 
59f097a1032e8cf461210128c7468da4204f077a61f68f2be3310e60004774157335cd7cba82271fcc89b7b6b17a12a06b6214357227ec9976281d9b50565c54
 DIST libdvbpsi-1.3.1.tar.bz2 479964 BLAKE2B 
a29522d39544d90b34915e2ca9fc9ca455a556097c63639d7604679275b57378822adfb4c022478884c897cdde2c0e5f84355fdecf35fd6bb305d1fc275eed8b
 SHA512 
015d586d1ef1fd35fc4b6a5b79d1ce4570e07070840d7070938c38be64853fb987172ad225f000156166559709061de6f901237bfc0f7f26f219b5950b57c27a
 DIST libdvbpsi-1.3.2.tar.bz2 487807 BLAKE2B 
ea8d1e121e47d2257d8537beac792e3a420ac957dbf3ec6d89f0c4d063e249616bbc8f3e14ed37769b676ed18d5d4c3c6a33e2a706217854eb2ded91e7c503db
 SHA512 
cb59c2e66a214cad7bb96aa1f80a178399fcd80da9fc05b22c72763f2cd818bfab3724d36eee4c6467fb8bc8bae18b1d8afec64c02e8e47cd7a6e887f0230309

diff --git a/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild 
b/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild
deleted file mode 100644
index bfe3dc8a5cb..000
--- a/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="library for MPEG TS/DVB PSI tables decoding and generation"
-HOMEPAGE="https://www.videolan.org/libdvbpsi;
-SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-# Sublot == libdvbpsi.so major
-SLOT="0/10"
-KEYWORDS="alpha amd64 arm ~arm64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="
-   doc? (
-   app-doc/doxygen
-   >=media-gfx/graphviz-2.26
-   )" # Require recent enough graphviz wrt #181147
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-   sed -e '/CFLAGS/s:-O2::' -e '/CFLAGS/s:-O6::' -e '/CFLAGS/s:-Werror::' 
-i configure || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --enable-release
-}
-
-src_compile() {
-   emake
-   use doc && emake doc
-}
-
-src_install() {
-   default
-   use doc && dohtml doc/doxygen/html/*
-   rm -f "${ED}"usr/lib*/${PN}.la
-}



[gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/files/, dev-libs/libpeas/

2018-05-26 Thread Sobhan Mohammadpour
commit: ff3acaa2f4221c7b32d010b368c8e8fd10be16c9
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Sat May 26 21:39:01 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Sat May 26 21:39:01 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ff3acaa2

dev-libs/libpeas: bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 dev-libs/libpeas/files/libpeas-1.14.0-lua.pc.patch | 18 +
 dev-libs/libpeas/libpeas-1.22.0.ebuild | 84 ++
 2 files changed, 102 insertions(+)

diff --git a/dev-libs/libpeas/files/libpeas-1.14.0-lua.pc.patch 
b/dev-libs/libpeas/files/libpeas-1.14.0-lua.pc.patch
new file mode 100644
index ..c46cbee2
--- /dev/null
+++ b/dev-libs/libpeas/files/libpeas-1.14.0-lua.pc.patch
@@ -0,0 +1,18 @@
+Gentoo currently uses unversioned lua:0 - lua.pc instad of lua5.1.pc, 
/usr/bin/lua instead of /usr/bin/lua5.1
+
+diff --git a/configure.ac b/configure.ac
+index 810a288..51ca607 100644
+--- a/configure.ac
 b/configure.ac
+@@ -305,9 +305,9 @@ else
+ fi
+ 
+ if test "x$found_lua51" != "xyes"; then
+-PKG_CHECK_EXISTS([lua5.1 >= $LUA51_REQUIRED], [
++PKG_CHECK_EXISTS([lua >= $LUA51_REQUIRED], [
+ found_lua51=yes
+-with_lua51=lua5.1
++with_lua51=lua
+ ], [
+ found_lua51=no
+ ])

diff --git a/dev-libs/libpeas/libpeas-1.22.0.ebuild 
b/dev-libs/libpeas/libpeas-1.22.0.ebuild
new file mode 100644
index ..021c7d5e
--- /dev/null
+++ b/dev-libs/libpeas/libpeas-1.22.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit autotools eutils gnome2 multilib python-single-r1 virtualx
+
+DESCRIPTION="A GObject plugins library"
+HOMEPAGE="https://developer.gnome.org/libpeas/stable/;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+
+IUSE="+gtk glade lua luajit +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/gobject-introspection-1.39:=
+   glade? ( >=dev-util/glade-3.9.1:3.10 )
+   gtk? ( >=x11-libs/gtk+-3:3[introspection] )
+   lua? (
+   >=dev-lua/lgi-0.9.0
+   luajit? ( >=dev-lang/luajit-2:2 )
+   !luajit? ( =dev-lang/lua-5.1*:0 ) )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.11
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
+"
+# eautoreconf needs gobject-introspection-common, gnome-common
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Gentoo uses unversioned lua - lua.pc instad of lua5.1.pc, 
/usr/bin/lua instead of /usr/bin/lua5.1
+   eapply "${FILESDIR}"/${PN}-1.14.0-lua.pc.patch
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
+   # What do we do about gdb, valgrind, gcov, etc?
+   local myconf=(
+   $(use_enable glade glade-catalog)
+   $(use_enable gtk)
+   --disable-static
+
+   # py2 not supported anymore
+   --disable-python2
+   $(use_enable python python3)
+
+   # lua
+   $(use_enable lua lua5.1)
+   $(use_enable $(usex luajit lua luajit) luajit)
+   )
+
+   gnome2_src_configure "${myconf[@]}"
+}
+
+src_test() {
+   # This looks fixed since 1.18.0:
+   #
+   # FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
+   # DO NOT REPORT UPSTREAM, this is not a libpeas bug.
+   # To reproduce:
+   # >>> from gi.repository import Gtk
+   # >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
+   # This should return True, it returns False for Xvfb
+   virtx emake check
+}



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

2018-05-26 Thread James Le Cuirot
commit: bcfae53a77e610e3138fc19eb775afc6d6bc3b36
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat May 26 21:31:51 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat May 26 21:37:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfae53a

profiles: Mask media-libs/libsdl2[kms] on bsd

This depends on media-libs/mesa[gbm], which is Linux-only.

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

diff --git a/profiles/default/bsd/package.use.mask 
b/profiles/default/bsd/package.use.mask
index f1326439248..d256ea2e706 100644
--- a/profiles/default/bsd/package.use.mask
+++ b/profiles/default/bsd/package.use.mask
@@ -71,6 +71,7 @@ www-client/links livecd
 
 # needs udev
 kde-frameworks/kdelibs udisks upower
+media-libs/libsdl2 kms
 media-libs/mesa gbm dri3 d3d9
 x11-base/xorg-drivers video_cards_radeonsi
 x11-drivers/xf86-video-ati glamor



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

2018-05-26 Thread James Le Cuirot
commit: 3daa5f701d44ee4d8a05a87084cbb29f2acc3936
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat May 26 21:31:08 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat May 26 21:37:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3daa5f70

profiles: Remove useless fbsd media-libs/mesa[gbm] mask

It's already masked in the parent bsd profile.

 profiles/default/bsd/fbsd/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/bsd/fbsd/package.use.mask 
b/profiles/default/bsd/fbsd/package.use.mask
index 28e9c5cc126..f8738cd8f8a 100644
--- a/profiles/default/bsd/fbsd/package.use.mask
+++ b/profiles/default/bsd/fbsd/package.use.mask
@@ -97,10 +97,6 @@ net-dns/bind gssapi
 www-client/firefox wifi
 www-client/seamonkey wifi
 
-# Naohiro Aota  (03 Oct 2012)
-# Mask gbm, udev is not supported on FreeBSD.
-media-libs/mesa gbm
-
 # Naohiro Aota  (06 Oct 2012)
 # Mask rpm, app-arch/rpm needs elfutils
 net-analyzer/net-snmp rpm



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

2018-05-26 Thread James Le Cuirot
commit: d4ac42c0809428ada79ce54d2dae32860d73af50
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat May 26 21:36:28 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat May 26 21:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ac42c0

media-libs/libsdl2: Add kms and video_cards_vc4 USE flags

I haven't managed to get this to work but this is probably an upstream
issue so I'm adding the flag anyway. It may even work on slightly
older Mesa verions. See our bug report for details. No revbump as few
people will want this.

Closes: https://bugs.gentoo.org/656000
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild | 12 ++--
 media-libs/libsdl2/metadata.xml|  1 +
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
index 4708e54718b..53817491c9c 100644
--- a/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
@@ -13,7 +13,7 @@ LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
-IUSE="cpu_flags_x86_3dnow alsa altivec aqua custom-cflags dbus gles haptic 
libsamplerate +joystick cpu_flags_x86_mmx nas opengl oss pulseaudio +sound 
cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video 
wayland X xinerama xscreensaver"
+IUSE="cpu_flags_x86_3dnow alsa altivec aqua custom-cflags dbus gles haptic 
libsamplerate +joystick kms cpu_flags_x86_mmx nas opengl oss pulseaudio +sound 
cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video 
video_cards_vc4 wayland X xinerama xscreensaver"
 REQUIRED_USE="
alsa? ( sound )
gles? ( video )
@@ -28,10 +28,15 @@ RDEPEND="
alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
gles? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] )
+   kms? (
+   >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
+   >=media-libs/mesa-9.0.0[${MULTILIB_USEDEP},gbm]
+   )
libsamplerate? ( media-libs/libsamplerate[${MULTILIB_USEDEP}] )
nas? (
>=media-libs/nas-1.9.4[${MULTILIB_USEDEP}]
-   >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
+   >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
+   )
opengl? (
>=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
>=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
@@ -125,6 +130,7 @@ multilib_src_configure() {
$(use_enable wayland video-wayland)
--disable-wayland-shared
--disable-video-mir
+   $(use_enable video_cards_vc4 video-rpi)
$(use_enable X video-x11)
--disable-x11-shared
$(use_enable X video-x11-xcursor)
@@ -139,6 +145,8 @@ multilib_src_configure() {
--disable-video-directfb
--disable-fusionsound
--disable-fusionsound-shared
+   $(use_enable kms video-kmsdrm)
+   --disable-kmsdrm-shared
$(use_enable video video-dummy)
$(use_enable opengl video-opengl)
--disable-video-opengles1

diff --git a/media-libs/libsdl2/metadata.xml b/media-libs/libsdl2/metadata.xml
index d72b5fdb4d5..f10ebbd6297 100644
--- a/media-libs/libsdl2/metadata.xml
+++ b/media-libs/libsdl2/metadata.xml
@@ -28,6 +28,7 @@
include OpenGL ES support
Enable the haptic (force feedback) 
subsystem
Control joystick support (disable at your 
own risk)
+   Build the KMSDRM video driver
Control audio support (disable at your own 
risk)
Build with tslib support for touchscreen 
devices
Control video support (disable at your own 
risk)



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

2018-05-26 Thread Andreas Sturmlechner
commit: 44595d7adb135f5452723088f20b52fe7f5e052c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 21:34:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 21:34:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44595d7a

profiles: powerpc: Drop obsolete dev-python/ipython[qt4] mask

 profiles/arch/powerpc/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 4a742b4a3fc..9b4563a8e28 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -204,7 +204,7 @@ dev-ruby/haml test
 
 # Anthony G. Basile  (14 Aug 2014)
 # Mask these flags since mongodb is broken on ppc/ppc64
-dev-python/ipython doc matplotlib mongodb nbconvert notebook qt4 test
+dev-python/ipython doc matplotlib mongodb nbconvert notebook test
 
 # Anthony G. Basile  (12 Aug 2014)
 # Ultimately pulls in nodejs which is broken.



[gentoo-commits] proj/gnome:master commit in: app-text/libgepub/

2018-05-26 Thread Sobhan Mohammadpour
commit: 7eb81d1dc9d6dec0f28026bc2b45c17623102f51
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Sat May 26 21:33:59 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Sat May 26 21:33:59 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7eb81d1d

app-text/libgepub: bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 app-text/libgepub/libgepub-0.5.3.ebuild | 32 
 app-text/libgepub/metadata.xml  |  8 
 2 files changed, 40 insertions(+)

diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild 
b/app-text/libgepub/libgepub-0.5.3.ebuild
new file mode 100644
index ..b9c6936a
--- /dev/null
+++ b/app-text/libgepub/libgepub-0.5.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org meson
+
+DESCRIPTION="GObject based library for handling and rendering epub documents"
+HOMEPAGE="https://git.gnome.org/browse/libgepub;
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection"
+
+RDEPEND="
+   app-arch/libarchive
+   dev-libs/glib:2
+   dev-libs/libxml2
+   net-libs/libsoup:2.4
+   net-libs/webkit-gtk:4
+   x11-libs/gtk+:3
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   meson_src_configure \
+   $(meson_use introspection)
+}

diff --git a/app-text/libgepub/metadata.xml b/app-text/libgepub/metadata.xml
new file mode 100644
index ..4cbddcaa
--- /dev/null
+++ b/app-text/libgepub/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+



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

2018-05-26 Thread Anthony G. Basile
commit: 1b4a99913beba2fb4edccb58481a92e8ab6a7d9f
Author: Rahul Chaudhry  chromium  org>
AuthorDate: Thu May 24 23:05:04 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat May 26 21:32:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4a9991

toolchain-funcs.eclass: fix tc-ld-disable-gold when using clang

tc-ld-disable-gold checks gcc version to see if we have gcc-4.8+
The version check fails if clang is set as the compiler.
  $ clang -E -P - <<<"__GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__"
  4 2 1
i.e. clang returns a gcc version of 4.2.1
This results in incorrectly adding -B ... to LDFLAGS, when clang
supports "-fuse-ld" just fine.

Support for "-fuse-ld" first appeared in clang-3.5, so check clang
version and use the flag if supported.

 eclass/toolchain-funcs.eclass | 30 ++
 1 file changed, 22 insertions(+), 8 deletions(-)

diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
index 1c8090cf75c..cea8949b45d 100644
--- a/eclass/toolchain-funcs.eclass
+++ b/eclass/toolchain-funcs.eclass
@@ -391,11 +391,28 @@ tc-ld-disable-gold() {
local path_ld=$(which "${bfd_ld}" 2>/dev/null)
[[ -e ${path_ld} ]] && export LD=${bfd_ld}
 
-   # Set up LDFLAGS to select gold based on the gcc version.
-   local major=$(gcc-major-version "$@")
-   local minor=$(gcc-minor-version "$@")
-   if [[ ${major} -lt 4 ]] || [[ ${major} -eq 4 && ${minor} -lt 8 ]] ; then
-   # <=gcc-4.7 requires some coercion.  Only works if bfd exists.
+   # Set up LDFLAGS to select gold based on the gcc / clang version.
+   local fallback="true"
+   if tc-is-gcc; then
+   local major=$(gcc-major-version "$@")
+   local minor=$(gcc-minor-version "$@")
+   if [[ ${major} -gt 4 ]] || [[ ${major} -eq 4 && ${minor} -ge 8 
]]; then
+   # gcc-4.8+ supports -fuse-ld directly.
+   export LDFLAGS="${LDFLAGS} -fuse-ld=bfd"
+   fallback="false"
+   fi
+   elif tc-is-clang; then
+   local major=$(clang-major-version "$@")
+   local minor=$(clang-minor-version "$@")
+   if [[ ${major} -gt 3 ]] || [[ ${major} -eq 3 && ${minor} -ge 5 
]]; then
+   # clang-3.5+ supports -fuse-ld directly.
+   export LDFLAGS="${LDFLAGS} -fuse-ld=bfd"
+   fallback="false"
+   fi
+   fi
+   if [[ ${fallback} == "true" ]] ; then
+   # <=gcc-4.7 and <=clang-3.4 require some coercion.
+   # Only works if bfd exists.
if [[ -e ${path_ld} ]] ; then
local d="${T}/bfd-linker"
mkdir -p "${d}"
@@ -404,9 +421,6 @@ tc-ld-disable-gold() {
else
die "unable to locate a BFD linker to bypass gold"
fi
-   else
-   # gcc-4.8+ supports -fuse-ld directly.
-   export LDFLAGS="${LDFLAGS} -fuse-ld=bfd"
fi
 }
 



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

2018-05-26 Thread Andreas Sturmlechner
commit: 5c991b4036bda4d39f489868677fd590de41673a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 21:30:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 21:31:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c991b40

profiles: Drop obsolete Qt4 package.use.mask

 profiles/base/package.use.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 518a65f3f35..0c8ef45efd9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -13,12 +13,6 @@
  (24 May 2018)
-# Qt4 is dead and going away.
-kde-plasma/plasma-desktop qt4
-kde-plasma/breeze qt4
-kde-plasma/oxygen qt4
-
 # Michał Górny  (16 May 2018)
 # Depends on last-rited sci-libs/coinhsl.
 sci-libs/ipopt hsl



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-mtrack/

2018-05-26 Thread Matt Turner
commit: b5de3002ffd4b951e1af215420e678f23337
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 26 20:58:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 26 21:24:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5de

x11-drivers/xf86-input-mtrack: Version bump 0.5.0

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

 x11-drivers/xf86-input-mtrack/Manifest |  1 +
 .../xf86-input-mtrack-0.5.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/x11-drivers/xf86-input-mtrack/Manifest 
b/x11-drivers/xf86-input-mtrack/Manifest
index e22341a0c29..341d1bd2746 100644
--- a/x11-drivers/xf86-input-mtrack/Manifest
+++ b/x11-drivers/xf86-input-mtrack/Manifest
@@ -1 +1,2 @@
 DIST xf86-input-mtrack-0.4.1.tar.gz 386733 BLAKE2B 
6d7a49bd34894df6e88a900a86eb249a69a396d046776dd801b41a4ee505d07145f7ce66c2a83a21fa209cb78c6d709fb697145a30cf5cb5f78badd589844bd7
 SHA512 
2c517b27f4915978a01ed1d6d63f156b84c4eb1006a5e972183616a01c6d672fd7bc1c248ae22dcb09024be670afce1130c8fd8325b015811d58d020f244f010
+DIST xf86-input-mtrack-0.5.0.tar.gz 392992 BLAKE2B 
7b0697dde374d558eec304a5b26b50d62fe85c8a0bbde916096ae0296b6bae372c499138a4ca8500e4b6bfeaf7782a18512813c60013476decd2ae6a4a838aa6
 SHA512 
d30551e0b8be47af336fa3d5207537eb115586f0bb078b2eb6d823fed695a2157e2e63bf145757f04b09359b94206211df817dc2d1182813a3f6370a2a126846

diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.5.0.ebuild 
b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.5.0.ebuild
new file mode 100644
index 000..3cac497bb4f
--- /dev/null
+++ b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot
+
+DESCRIPTION="Xorg Driver for Multitouch Trackpads"
+HOMEPAGE="https://github.com/p2rkw/xf86-input-mtrack;
+SRC_URI="https://github.com/p2rkw/xf86-input-mtrack/tarball/v${PV/_/-} -> 
${P}.tar.gz"
+IUSE="debug"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND=">=sys-libs/mtdev-1.0
+   x11-base/xorg-server:="
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+DOCS=( "README.md" )
+
+src_configure() {
+   econf \
+   $(use_enable debug)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog
+   elog "To enable multitouch support add the following lines"
+   elog "to your xorg.conf:"
+   elog ""
+   elog "Section \"InputClass\""
+   elog "  MatchIsTouchpad \"true\""
+   elog "  Identifier  \"Touchpads\""
+   elog "  Driver  \"mtrack\""
+   elog "EndSection"
+   elog
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-tslib/

2018-05-26 Thread Matt Turner
commit: e73846f26ab957395ab3c8aa05bb5c1f92951fe6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 26 21:13:21 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 26 21:24:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73846f2

x11-drivers/xf86-input-tslib: Version bump 1.2.0_rc1

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

 x11-drivers/xf86-input-tslib/Manifest  |  1 +
 .../xf86-input-tslib-1.2.0_rc1.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/x11-drivers/xf86-input-tslib/Manifest 
b/x11-drivers/xf86-input-tslib/Manifest
index f9bbc465d05..44584aa3db9 100644
--- a/x11-drivers/xf86-input-tslib/Manifest
+++ b/x11-drivers/xf86-input-tslib/Manifest
@@ -1 +1,2 @@
+DIST xf86-input-tslib-1.2.0_rc1.tar.gz 12029 BLAKE2B 
28841961882af8285d12830c5774eb86b0c4a3ed515394d493d384933209020e6593680a087c9d70a6e7b351e6556bf73246e3deff4eee7ab52d57f89ecc8f7c
 SHA512 
6ab358470b01c5c29e8004624c5a0ac9e9737bf7ccc946a08606a2d5fe36657af7c062cf8a8fe98f692f9f352a3bc7aa90592faa43647fc133ac22ecb52d4805
 DIST xf86-input-tslib_0.0.6-3.tar.gz 307751 BLAKE2B 
05037c2ca9339245b0987ce7e0121f4825a840dab24e60ce901d290b13841a3843d6c93ef9910db92d47418d649189d78e18e26ec248c4ff9ad1131e54b81240
 SHA512 
abc6060ba595790dab02a191861ee128a729916a6ea2df2a818a0b3388839dac933a0d7ee5530735f376f917f33bf8db40d42a7dce90b20a7682344370bc7b48

diff --git a/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild 
b/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild
new file mode 100644
index 000..8054b93e5ad
--- /dev/null
+++ b/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools vcs-snapshot
+
+DESCRIPTION="X.org tslib input driver"
+HOMEPAGE="https://github.com/merge/xf86-input-tslib;
+SRC_URI="https://github.com/merge/${PN}/archive/${PV/_rc/-rc}.tar.gz -> 
${P}.tar.gz"
+IUSE=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+
+RDEPEND="x11-libs/tslib
+   x11-base/xorg-server:="
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+DOCS=( "README.md" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-mtrack/

2018-05-26 Thread Matt Turner
commit: a55901b26a3a4ecacbf6809fd3af13a3d789a549
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 26 20:56:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 26 21:24:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55901b2

x11-drivers/xf86-input-mtrack: Drop naota as primary maintainer

 naota: are you still interested in maintaining 
x11-drivers/xf86-input-mtrack?
 (wrt bug 655928 -- asking because you haven't committed to it since 
the git transition)
<   naota> mattst88: I don't have suitable hardware anymore, so I'd like to 
find someone to grab it

 x11-drivers/xf86-input-mtrack/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11-drivers/xf86-input-mtrack/metadata.xml 
b/x11-drivers/xf86-input-mtrack/metadata.xml
index c95a98f366b..4fdd8ac4d37 100644
--- a/x11-drivers/xf86-input-mtrack/metadata.xml
+++ b/x11-drivers/xf86-input-mtrack/metadata.xml
@@ -1,9 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-na...@gentoo.org
-  
   
 x...@gentoo.org
 X11



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

2018-05-26 Thread Andreas Sturmlechner
commit: 30a464fb324f9e5ca170720a222bc0d7959d5bcc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 21:10:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 21:15:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a464fb

dev-libs/libdbusmenu-qt: Drop old Qt4-based

Dropping arches without remaining revdeps.

Bug: https://bugs.gentoo.org/627178
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 .../libdbusmenu-qt-0.9.3_pre20160218-r1.ebuild | 124 -
 1 file changed, 124 deletions(-)

diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20160218-r1.ebuild 
b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20160218-r1.ebuild
deleted file mode 100644
index c3d493104e5..000
--- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20160218-r1.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EBZR_REPO_URI="lp:libdbusmenu-qt"
-
-[[ ${PV} == * ]] && inherit bzr
-inherit cmake-multilib multibuild virtualx
-
-DESCRIPTION="Library providing Qt implementation of DBusMenu specification"
-HOMEPAGE="https://launchpad.net/libdbusmenu-qt/;
-if [[ ${PV} != * ]] ; then
-   MY_PV=${PV/_pre/+16.04.}
-   
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="debug qt4"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   qt4? (
-   >=dev-qt/qtcore-4.8.6:4[${MULTILIB_USEDEP}]
-   >=dev-qt/qtdbus-4.8.6:4[${MULTILIB_USEDEP}]
-   >=dev-qt/qtgui-4.8.6:4[${MULTILIB_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-qt/qttest:5
-   qt4? ( >=dev-qt/qttest-4.8.6:4[${MULTILIB_USEDEP}] )
-   )
-"
-
-[[ ${PV} == * ]] || S=${WORKDIR}/${PN}-${MY_PV}
-
-DOCS=( NEWS README )
-
-# tests fail due to missing connection to dbus
-RESTRICT="test"
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usex qt4 4) 5 )
-}
-
-src_prepare() {
-   [[ ${PV} == * ]] && bzr_src_prepare
-   cmake-utils_src_prepare
-
-   cmake_comment_add_subdirectory tools
-   use test || cmake_comment_add_subdirectory tests
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DWITH_DOC=OFF
-   -DUSE_QT${QT_MULTIBUILD_VARIANT}=ON
-   
-DQT_QMAKE_EXECUTABLE="/usr/$(get_libdir)/qt${QT_MULTIBUILD_VARIANT}/bin/qmake"
-   )
-   cmake-utils_src_configure
-}
-
-src_configure() {
-   myconfigure() {
-   local QT_MULTIBUILD_VARIANT=${MULTIBUILD_VARIANT}
-   if [[ ${MULTIBUILD_VARIANT} = 4 ]] ; then
-   cmake-multilib_src_configure
-   elif [[ ${MULTIBUILD_VARIANT} = 5 ]] ; then
-   multilib_src_configure
-   fi
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   mycompile() {
-   if [[ ${MULTIBUILD_VARIANT} = 4 ]] ; then
-   cmake-multilib_src_compile
-   elif [[ ${MULTIBUILD_VARIANT} = 5 ]] ; then
-   cmake-utils_src_compile
-   fi
-   }
-
-   multibuild_foreach_variant mycompile
-}
-
-src_install() {
-   myinstall() {
-   if [[ ${MULTIBUILD_VARIANT} = 4 ]] ; then
-   cmake-multilib_src_install
-   elif [[ ${MULTIBUILD_VARIANT} = 5 ]] ; then
-   cmake-utils_src_install
-   fi
-   }
-
-   multibuild_foreach_variant myinstall
-}
-
-src_test() {
-   mytest() {
-   if [[ ${MULTIBUILD_VARIANT} = 4 ]] ; then
-   cmake-multilib_src_test
-   elif [[ ${MULTIBUILD_VARIANT} = 5 ]] ; then
-   multilib_src_test
-   fi
-   }
-
-   multibuild_foreach_variant mytest
-}
-
-multilib_src_test() {
-   local builddir=${BUILD_DIR}
-
-   BUILD_DIR=${BUILD_DIR}/tests virtx cmake-utils_src_test
-
-   BUILD_DIR=${builddir}
-}



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

2018-05-26 Thread Andreas Sturmlechner
commit: c9e35a606a1e8e7514e18f7c478a4e098f8d8b64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 21:07:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 21:15:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e35a60

app-crypt/qca: Drop old Qt4-based

Dropping arches without remaining revdeps.

Bug: https://bugs.gentoo.org/627178
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-crypt/qca/qca-2.1.3-r1.ebuild | 122 --
 1 file changed, 122 deletions(-)

diff --git a/app-crypt/qca/qca-2.1.3-r1.ebuild 
b/app-crypt/qca/qca-2.1.3-r1.ebuild
deleted file mode 100644
index f70ee907f5f..000
--- a/app-crypt/qca/qca-2.1.3-r1.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils multibuild qmake-utils
-
-DESCRIPTION="Qt Cryptographic Architecture (QCA)"
-HOMEPAGE="https://userbase.kde.org/QCA;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-
-IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 qt4 +qt5 
sasl softstore +ssl test"
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-   !app-crypt/qca-cyrus-sasl
-   !app-crypt/qca-gnupg
-   !app-crypt/qca-logger
-   !app-crypt/qca-ossl
-   !app-crypt/qca-pkcs11
-   botan? ( dev-libs/botan:0 )
-   gcrypt? ( dev-libs/libgcrypt:= )
-   gpg? ( app-crypt/gnupg )
-   nss? ( dev-libs/nss )
-   pkcs11? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   dev-libs/pkcs11-helper
-   )
-   qt4? ( >=dev-qt/qtcore-4.8.7-r2:4 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtconcurrent:5
-   dev-qt/qtnetwork:5
-   )
-   sasl? ( dev-libs/cyrus-sasl:2 )
-   ssl? (
-   !libressl? ( >=dev-libs/openssl-1.0.1:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? (
-   qt4? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
-   )
-"
-
-DOCS=( README TODO )
-
-PATCHES=(
-   "${FILESDIR}/${PN}-disable-pgp-test.patch"
-   "${FILESDIR}/${P}-c++11.patch"
-)
-
-qca_plugin_use() {
-   echo -DWITH_${2:-$1}_PLUGIN=$(usex "$1")
-}
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}$(${MULTIBUILD_VARIANT}_get_mkspecsdir)/features"
-   
-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}$(${MULTIBUILD_VARIANT}_get_plugindir)"
-   $(qca_plugin_use botan)
-   $(qca_plugin_use gcrypt)
-   $(qca_plugin_use gpg gnupg)
-   $(qca_plugin_use logger)
-   $(qca_plugin_use nss)
-   $(qca_plugin_use pkcs11)
-   $(qca_plugin_use sasl cyrus-sasl)
-   $(qca_plugin_use softstore)
-   $(qca_plugin_use ssl ossl)
-   -DBUILD_TESTS=$(usex test)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} == qt4 ]]; then
-   mycmakeargs+=(-DQT4_BUILD=ON)
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   mytest() {
-   local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca"
-   cmake-utils_src_test
-   }
-
-   multibuild_foreach_variant mytest
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-
-   if use doc; then
-   pushd "${BUILD_DIR}" >/dev/null || die
-   doxygen Doxyfile.in || die
-   dodoc -r apidocs/html
-   popd >/dev/null || die
-   fi
-
-   if use examples; then
-   dodoc -r "${S}"/examples
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2018-05-26 Thread Andreas Sturmlechner
commit: 03846570dd1297de8fdee549b57a9cf4ecb07aa1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 21:11:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 21:15:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03846570

sys-auth/polkit-qt: Drop old Qt4-based

Dropping arches without remaining revdeps.

Closes: https://bugs.gentoo.org/627178
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 .../polkit-qt-0.112.0_p20160416-r1.ebuild  | 73 --
 1 file changed, 73 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
deleted file mode 100644
index 8939baaf3bd..000
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/qt/qt-1}"
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="PolicyKit Qt API wrapper library"
-HOMEPAGE="https://www.kde.org/;
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="debug examples qt4"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=sys-auth/polkit-0.103
-   examples? ( dev-qt/qtxml:5 )
-   qt4? (
-   dev-qt/qtcore:4[glib]
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4[glib]
-   )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) qt5 )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DBUILD_EXAMPLES=$(usex examples)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-   mycmakeargs+=( -DUSE_QT4=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-   mycmakeargs+=( -DUSE_QT5=ON )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}



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

2018-05-26 Thread Andreas Sturmlechner
commit: 831252e2d65b570e13d82e317428dece135e1832
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 21:12:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 21:15:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831252e2

profiles: desktop: Remove Qt4 integration defaults

 profiles/targets/desktop/package.use | 14 --
 1 file changed, 14 deletions(-)

diff --git a/profiles/targets/desktop/package.use 
b/profiles/targets/desktop/package.use
index 9cf1b517d79..6e4d872f1dc 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -1,20 +1,6 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Andreas Sturmlechner  (03 Dec 2017)
-# Integration for Qt4-based applications
- (03 Dec 2017)
-# Required by kde-frameworks/kdelibs
-app-crypt/qca qt4
-dev-libs/libdbusmenu-qt qt4
-media-libs/phonon qt4
-media-libs/phonon-vlc qt4
-sys-auth/polkit-qt qt4
-
 # Andreas Sturmlechner  (30 Nov 2017)
 # Not required, but makes life easier with Qt; bug #457934
 app-arch/unzip natspec



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2018-05-26 Thread Mike Gilbert
commit: f76a1ac65eb810096a1769c0b04aed9890bf0fb6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 26 21:10:06 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 26 21:10:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76a1ac6

www-plugins/chrome-binary-plugins: automated update (68.0.3438.3)

Package-Manager: Portage-2.3.40_p4, Repoman-2.3.9_p236

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...32.3_alpha.ebuild => chrome-binary-plugins-68.0.3438.3_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 72ad9c0b54b..6334a0f7edd 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_67.0.3396.56-1_amd64.deb 53717138 BLAKE2B 
2298fda12ae312089552429afa5ba5800947d4a76e2c859224fb424e96a9a25a930ef89995adb1b0c2377a33f6c56dfecf6033f663d89bd9f932539505269268
 SHA512 
8d28a562a21251fffdfef6aa6e2e5eb69be4e24a722d312aac6baf5c1246fee1f092b4765ddc2def20e598e39b8ebfc8cbcbf470fd546a54a06d09917eb87ddb
 DIST google-chrome-stable_66.0.3359.181-1_amd64.deb 52336026 BLAKE2B 
ff6d8646970c11734c0bb692e5174ecad70094356d0929e24763b23bf4cd03fbe7cbb7a64b8188b55395708e4d505782b8e3879bdfa7b0e2f8a66e76fe27d276
 SHA512 
95c0d47e8017072f8bfbfd7a46d46677e8729791bdc48fddb3d966574702a167dcde7557e317048bfa93d9216e613385244353f7fa94b8b793d384fb09427c93
-DIST google-chrome-unstable_68.0.3432.3-1_amd64.deb 55602134 BLAKE2B 
5e890e93970400d5c2f4e8bd75774439a2db6148a84b916b5da67d487cfda93a8a18516080e2a657ac717e64eda102fadd4ac979155127517fd3dcd8f404e355
 SHA512 
8ce67236db5120f562c0399a23c6bd72118f78027a66f7629aba802b6cc3e00f50cde304235d502a6b88f03717ce58fcf5a05e14daa964fc9191edf6385a6daf
+DIST google-chrome-unstable_68.0.3438.3-1_amd64.deb 55563070 BLAKE2B 
c3376710747d52d24b1f9c9ad37c292479a52a78a9149958615069074b8e067ea5e8c6facc3e3bee84ad3b3191f98aeaae91a9f431adfcfdeebdf6aca6b75c84
 SHA512 
c68cdff1a34098418b65302c190e775c999f592bec10b996361f887d38fc54afad026e1055204f1acb453ab479d51f93c8acbfb50e1497eca7c524fdde6ccdd8

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3432.3_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3438.3_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3432.3_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3438.3_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2018-05-26 Thread Mike Gilbert
commit: dda4d1a9b3ee70ab800f2b8e6e9242456106031c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 26 21:09:55 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 26 21:09:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda4d1a9

www-client/google-chrome-unstable: automated update (68.0.3438.3)

Package-Manager: Portage-2.3.40_p4, Repoman-2.3.9_p236

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-68.0.3432.3.ebuild => google-chrome-unstable-68.0.3438.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index f0ed52bfdc1..9efd03ad2af 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_68.0.3432.3-1_amd64.deb 55602134 BLAKE2B 
5e890e93970400d5c2f4e8bd75774439a2db6148a84b916b5da67d487cfda93a8a18516080e2a657ac717e64eda102fadd4ac979155127517fd3dcd8f404e355
 SHA512 
8ce67236db5120f562c0399a23c6bd72118f78027a66f7629aba802b6cc3e00f50cde304235d502a6b88f03717ce58fcf5a05e14daa964fc9191edf6385a6daf
+DIST google-chrome-unstable_68.0.3438.3-1_amd64.deb 55563070 BLAKE2B 
c3376710747d52d24b1f9c9ad37c292479a52a78a9149958615069074b8e067ea5e8c6facc3e3bee84ad3b3191f98aeaae91a9f431adfcfdeebdf6aca6b75c84
 SHA512 
c68cdff1a34098418b65302c190e775c999f592bec10b996361f887d38fc54afad026e1055204f1acb453ab479d51f93c8acbfb50e1497eca7c524fdde6ccdd8

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-68.0.3432.3.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-68.0.3438.3.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-68.0.3432.3.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-68.0.3438.3.ebuild



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

2018-05-26 Thread Andreas Sturmlechner
commit: 2a924bb735a5af816b5819dc4ac91bc001673e51
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 20:56:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 20:56:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a924bb7

app-text/libepubgen: Add missing test dependencies

Closes: https://bugs.gentoo.org/656536
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-text/libepubgen/libepubgen-0.1.0.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-text/libepubgen/libepubgen-0.1.0.ebuild 
b/app-text/libepubgen/libepubgen-0.1.0.ebuild
index 5b922895aa5..d6ff7af29ca 100644
--- a/app-text/libepubgen/libepubgen-0.1.0.ebuild
+++ b/app-text/libepubgen/libepubgen-0.1.0.ebuild
@@ -19,6 +19,10 @@ DEPEND="${RDEPEND}
dev-libs/boost
virtual/pkgconfig
doc? ( app-doc/doxygen )
+   test? (
+   dev-util/cppunit
+   dev-libs/libxml2:2
+   )
 "
 
 src_configure() {



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

2018-05-26 Thread Matt Turner
commit: 9b760f36bc60ff752afa8394fae3290b5d01ea9b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 26 20:51:56 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 26 20:52:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b760f36

xorg-2.eclass: Put https://cgit.freedesktop.org/ in HOMEPAGE

Closes: https://bugs.gentoo.org/624498
Closes: https://bugs.gentoo.org/623782

 eclass/xorg-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 08051fe1fa7..75167988eed 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -60,7 +60,7 @@ esac
 EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
 
 IUSE=""
-HOMEPAGE="https://www.x.org/wiki/;
+HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/;
 
 # @ECLASS-VARIABLE: XORG_EAUTORECONF
 # @DESCRIPTION:



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

2018-05-26 Thread Andreas Sturmlechner
commit: 5cb41e23350467a12e04fc98f4f1aa669ea289ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 20:49:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 20:51:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb41e23

dev-libs/libdbusmenu-qt: 0.9.3_pre20160218-r2 amd64 stable

Bug #654060

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20160218-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20160218-r2.ebuild 
b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20160218-r2.ebuild
index 78b684330cd..32db4c0a919 100644
--- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20160218-r2.ebuild
+++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20160218-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://launchpad.net/libdbusmenu-qt/;
 if [[ ${PV} != * ]] ; then
MY_PV=${PV/_pre/+16.04.}

SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="LGPL-2"



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

2018-05-26 Thread Andreas Sturmlechner
commit: 5efe9d78181a24c28712d8c478b12060c2a1457e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 20:47:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 20:51:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efe9d78

app-crypt/qca: 2.1.3-r2 amd64 stable

Bug #654060

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-crypt/qca/qca-2.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/qca/qca-2.1.3-r2.ebuild 
b/app-crypt/qca/qca-2.1.3-r2.ebuild
index 14ad2014729..fc3445a32dd 100644
--- a/app-crypt/qca/qca-2.1.3-r2.ebuild
+++ b/app-crypt/qca/qca-2.1.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl 
softstore +ssl test"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2018-05-26 Thread Andreas Sturmlechner
commit: 89c5d6e276bd6344f02d5d231a142eea652fe0db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 20:50:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 20:51:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c5d6e2

sys-auth/polkit-qt: 0.112.0_p20160416-r2 amd64 stable

Bug #654060

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
index 3e7c64731dc..cfd05deaabc 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="debug examples"
 
 RDEPEND="



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

2018-05-26 Thread Zac Medico
commit: 4ba3bcfcfb90e683e504881d24b6bed496ad65b1
Author: Zac Medico  gentoo  org>
AuthorDate: Sat May 26 20:42:25 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat May 26 20:45:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba3bcfc

sys-apps/portage: fix 'AttributeError: close' for python2 without epoll

See: 
https://gitweb.gentoo.org/proj/portage.git/commit/?id=4fb5ef2ce2cb27ae155a25bfa5a4666597afb6ac
Reported-by: Brian Evans  gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/portage/portage-2.3.40.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/portage/portage-2.3.40.ebuild 
b/sys-apps/portage/portage-2.3.40.ebuild
index 677674ee4de..440914f19f7 100644
--- a/sys-apps/portage/portage-2.3.40.ebuild
+++ b/sys-apps/portage/portage-2.3.40.ebuild
@@ -94,6 +94,10 @@ pkg_setup() {
 python_prepare_all() {
distutils-r1_python_prepare_all
 
+   # apply 4fb5ef2ce2cb
+   sed -i "s:\\((self._poll_obj, 'close'\\)):\\1, None):" \
+   pym/portage/util/_eventloop/EventLoop.py || die
+
if use gentoo-dev; then
einfo "Disabling --dynamic-deps by default for gentoo-dev..."
sed -e 's:\("--dynamic-deps", \)\("y"\):\1"n":' \



[gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/

2018-05-26 Thread Aaron Bauman
commit: df5d831a7657423323565fe7d3b67900ae6c2d1d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 19:47:47 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 20:31:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5d831a

app-vim/omnicppcomplete: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild 
b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
index c87e6be5a06..31f04ffd523 100644
--- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 VIM_PLUGIN_VIM_VERSION="7.0"
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: C/C++ omni-completion with ctags database"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1520;
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=7722 -> 
${P}.zip"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520;
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> 
${P}.zip"
 
 LICENSE="vim.org"
 KEYWORDS="amd64 x86"



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

2018-05-26 Thread Aaron Bauman
commit: 80bdc3c593f7e3a4f881993ce5f329c4ef10bf7a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 18:52:21 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 20:31:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bdc3c5

app-shells/pdsh: drop EAPI=2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-shells/pdsh/pdsh-2.26.ebuild | 51 
 1 file changed, 51 deletions(-)

diff --git a/app-shells/pdsh/pdsh-2.26.ebuild b/app-shells/pdsh/pdsh-2.26.ebuild
deleted file mode 100644
index e67fe3b5f24..000
--- a/app-shells/pdsh/pdsh-2.26.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="A high-performance, parallel remote shell utility"
-HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="crypt readline rsh static-libs test"
-
-RDEPEND="crypt? ( net-misc/openssh )
-   rsh? ( net-misc/netkit-rsh )
-   readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
-   test? ( dev-util/dejagnu )"
-
-pkg_setup() {
-   local m
-   local 
valid_modules=":xcpu:ssh:exec:qshell:genders:nodeupdown:mrsh:mqshell:dshgroups:netgroup:"
-
-   PDSH_MODULE_LIST="${PDSH_MODULE_LIST:-netgroup}"
-   MODULE_CONFIG=""
-   for m in ${PDSH_MODULE_LIST}; do
-   if [[ "${valid_modules}" == *:${m}:* ]]; then
-   MODULE_CONFIG="${MODULE_CONFIG} --with-${m}"
-   fi
-   done
-
-   elog "Building ${PF} with the following modules:"
-   elog "  ${PDSH_MODULE_LIST}"
-   elog "This list can be changed in /etc/portage/make.conf by setting"
-   elog "PDSH_MODULE_LIST=\"module1 module2...\""
-}
-
-src_configure() {
-   econf ${MODULE_CONFIG} \
-   --with-machines \
-   --enable-shared \
-   $(use_with crypt ssh) \
-   $(use_with rsh) \
-   $(use_with readline) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/acovea/

2018-05-26 Thread Aaron Bauman
commit: 8427aede87073631d70ea6acb6a207966c8a7c9c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 18:28:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 20:31:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8427aede

app-benchmarks/acovea: drop EAPI=2

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

 app-benchmarks/acovea/acovea-5.1.1-r1.ebuild | 48 
 1 file changed, 48 deletions(-)

diff --git a/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild 
b/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild
deleted file mode 100644
index 5e0202450e7..000
--- a/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-WANT_AUTOMAKE=1.9
-inherit autotools eutils
-
-DESCRIPTION="Analysis of Compiler Options via Evolutionary Algorithm"
-HOMEPAGE="http://www.coyotegulch.com/products/acovea/;
-SRC_URI="http://www.coyotegulch.com/distfiles/lib${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libcoyotl-3.1.0
-   >=dev-libs/libevocosm-3.1.0
-   dev-libs/expat"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/lib${P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-asneeded.patch \
-   "${FILESDIR}"/${P}-free-fix.patch \
-   "${FILESDIR}"/${P}-gcc44.patch \
-   "${FILESDIR}"/${P}-glibc-212.patch \
-   "${FILESDIR}"/${P}-underlinking.patch
-
-   if has_version ">=dev-libs/libevocosm-3.3.0"; then
-   epatch "${FILESDIR}"/${P}-libevocosm.patch
-   fi
-
-   eautomake
-}
-
-src_configure() {
-   econf \
-   --disable-dependency-tracking \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc ChangeLog NEWS README
-   find "${D}" -name '*.la' -exec rm -f '{}' +
-}



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

2018-05-26 Thread Aaron Bauman
commit: 48462978f96b6a32a1faee1bc5f6a4beaeb46d56
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 19:51:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 20:31:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48462978

app-emulation/phpvirtualbox: drop EAPI=2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/phpvirtualbox/Manifest   |  1 -
 .../phpvirtualbox/phpvirtualbox-4.1.11.ebuild  | 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-emulation/phpvirtualbox/Manifest 
b/app-emulation/phpvirtualbox/Manifest
index 8b33c572184..ede7ee5154a 100644
--- a/app-emulation/phpvirtualbox/Manifest
+++ b/app-emulation/phpvirtualbox/Manifest
@@ -1,4 +1,3 @@
-DIST phpvirtualbox-4.1-11.zip 2763347 BLAKE2B 
3132373e012089663cbb6d2142e12e50660b80368beca007394914cf769c6ce58d7412fe449695c3081f26bd552b04b73e3a369d74a525188561908dda108122
 SHA512 
c5eb1b9fd0bba20e3dda9cbe6985c60d953a340d77b9427f344e8b595a06a5d9805209cf73704fb93de5ee2f412e02cb1434ed0e983b0622cf8a8172d7dff9a5
 DIST phpvirtualbox-4.2-7.zip 3425805 BLAKE2B 
c5e9bb629b346af378ee585b940c2f41cef4025caef66809212bab2f5cfd6621e3980fc2c7e5a9140fb3d16545df81af452d6733f2a3ba8f6f23d1a914472b6f
 SHA512 
a066f127115a83c6061e8c0ff6447464818511f3ab7805c119f75ddc88459efd144d45fb358ce52959301f2f1a4f2609f7f42c2bb24213a5be98f2036085a81b
 DIST phpvirtualbox-4.3-0.zip 4231805 BLAKE2B 
8f9c995c3c7112b6ec73a49b322f210ae2befcd711ac9459ea0eea9a7216c2e3322489ada69a91940af76a276a8c053384e0632b209250c7b3ca37291a574e57
 SHA512 
fd49a6a4c79d75f37fd40d74743f295a148548373ab046cf1f31ef7b982008ea6b9d2838cdad2dc37a1d266ed630cd2ddb7f7423ea62af1e0f8f9f76a12c0e9d
 DIST phpvirtualbox-5.0-3.zip 4092132 BLAKE2B 
c781b9d49ed20fb2748a7aa7d8685d5f2c10ba72268e6bbdb53a041873c6390605376a09bc4a7cfd5cca3de9d3045c60a2e515668ba1d5f49b623aee9e5cf568
 SHA512 
b632ff3be2028bd011ce27b580996638dfc89e09350c459f16bd1c8c5c3eefbab93f42d7facfb99279eb2ee1c6a38854ea999654ca2090a39c7bfa0afa7fe2d5

diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild 
b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
deleted file mode 100644
index de7e19448c9..000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit versionator eutils webapp
-
-MY_PV="$(replace_version_separator 2 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Web-based administration for VirtualBox in PHP"
-HOMEPAGE="https://sourceforge.net/projects/phpvirtualbox/;
-SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.zip;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-lang/php[session,unicode,soap,gd]
-   virtual/httpd-php
-"
-DEPEND="app-arch/unzip"
-
-src_install() {
-   webapp_src_preinst
-
-   cd ${MY_P}
-
-   dodoc CHANGELOG.txt LICENSE.txt README.txt || die
-   rm -f CHANGELOG.txt LICENSE.txt README.txt
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_configfile "${MY_HTDOCSDIR}"/config.php-example
-   webapp_serverowned "${MY_HTDOCSDIR}"/config.php-example
-
-   webapp_src_install
-   if has_version app-emulation/virtualbox[vboxwebsrv] || \
-   has_version app-emulation/virtualbox-bin[vboxwebsrv]
-   then
-   newinitd "${FILESDIR}"/vboxinit-initd vboxinit
-   fi
-}
-
-pkg_postinst() {
-   webapp_pkg_postinst
-   elog "Local or remote virtualbox hosts must be compiled with"
-   elog "'vboxwebsrv' useflag and the respective init script"
-   elog "must be running to use this interface"
-   elog " /etc/init.d/vboxwebsrv start"
-   elog
-   elog "To enable the automatic startup mode feature uncomment the"
-   elog "following line in the config.php file:"
-   elog " var \$startStopConfig = true;"
-   elog
-   elog "You should also add the /etc/init.d/vboxinit script to the"
-   elog "default runlevel on the virtualbox host:"
-   elog "\`rc-update add vboxinit default\`"
-   elog "If the server is on a remote host, than the script must be"
-   elog "copied manually from"
-   elog "${FILESDIR}/vboxinit-initd to /etc/init.d/vboxinit"
-   elog "on the remote host."
-}



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-usbin/

2018-05-26 Thread Aaron Bauman
commit: 3217839e6d74dc1fbddf9601a0937933d7fdc790
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 19:27:50 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 20:31:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3217839e

sys-freebsd/freebsd-usbin: drop EAPI=2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-freebsd/freebsd-usbin/Manifest |  10 --
 .../freebsd-usbin/freebsd-usbin-9.1-r1.ebuild  | 170 -
 2 files changed, 180 deletions(-)

diff --git a/sys-freebsd/freebsd-usbin/Manifest 
b/sys-freebsd/freebsd-usbin/Manifest
index f9c678f284c..f3dcd89d595 100644
--- a/sys-freebsd/freebsd-usbin/Manifest
+++ b/sys-freebsd/freebsd-usbin/Manifest
@@ -1,11 +1 @@
-DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
-DIST freebsd-etc-9.1.tar.bz2 207776 BLAKE2B 
61fbfa11dfcd24c007c20940a4b7cc802dfb9a991e41433840c57f113eaaa9e2b833a15f48d60c706e55d941b0a999baabd0c33197cffd522b67c57eaa9460f1
 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
-DIST freebsd-gnu-9.1.tar.bz2 795778 BLAKE2B 
a922a8bd2c8a7ddbac757e7db900109918bf214a34988adb45bdb11e5c829445cac9b13b0ed27ec62603aeae1e3230af362682182494db0ec95ff47cbfd7d927
 SHA512 
b05f2a5a10bdaeef19dfd0e962bc09f1571288a831e9345f404b920037f47db5c0ca3d620d1cbdd138b18bca1c3feab5b211b57e3041727341e5238cb9feb4fd
-DIST freebsd-include-9.1.tar.bz2 146881 BLAKE2B 
3db8570a8c841ec1c9ceff479bd0ef9b146b2a343d6596892c9d8a9f9193404f6c62712cb96d7416c6e5cc4c46e7fb942421c47e1bc2c707dde534e2050be442
 SHA512 
779c8315ce2b10b343bb62e331525d510b0d68ce5d665a1672bd6f4d1eff6445bc6b7a0f178b319828aa203c4e4c04c561ce793052703f4f936ce9711280a0c9
-DIST freebsd-lib-9.1.tar.bz2 3206685 BLAKE2B 
67f93b7951fc03e877ee525d53b81ba49c8c1a70041c30aac97665d5dab7b3f2817fdb3bbb1475be66c33a7f996309e9020f1a3d1154fab8e2f6789f5ae0bb18
 SHA512 
40d0c36b6b889c404fa0e0afa38ba4e84a55bc88ffa2f98a70afbd7a32c4f32c158617ba770567d082a986d62c09b3ec8db3dc5ab853ee1c9bbe0b90bb82396e
-DIST freebsd-libexec-9.1.tar.bz2 304592 BLAKE2B 
994543ac910e4703d36682f6c0550596e340605754b9386770660f0ed0e70f8d437185f2010e6be795a8cc508aa7d69c90cc0a0df968c5dd8de4c5c4bb38e8c2
 SHA512 
7baa4160dda2610250dd52f445e24478e0f1ea10bce21fcd0e5d1b856f399b896adc334114de0c7f61a5637e4349bb1688fdbe5c72798d8568ae791114710b92
-DIST freebsd-sbin-9.1.tar.bz2 1273913 BLAKE2B 
c00fea446a19311020ae081ba00d6c7d0b3b0365ab2046ec24252c2b02d4b4079fb7bbbf0d17432e2a1efb0788b552d684b1b9105d2c1712a93380a89b49
 SHA512 
9f186602b7de96f268c352ca386986652fddf5570e7eca1afa8c0d2bdc83b57df1198efe47f36dd5c7a6abf4f9c935f1c8207a4a12a6b2153bd6c3c6292719dc
 DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca
-DIST freebsd-sys-9.1.tar.bz2 32588103 BLAKE2B 
7f94a4735c6a17b39a86fa0fda0682924b18e4b466dc6319a5df889522aaeaffaa87e1b76582c48ae034df8c20169c8cea93bbd3d6e7abd0526716686f88dfe8
 SHA512 
7dc9d9e00dde8f592bb171f4386d02b655b73cb4f153fe5ec063d010a148ef0639eae0dcdb3eeb09ecd1e3653c69e49a2d261329fa6d0381d2ddabe258ddde6d
-DIST freebsd-ubin-9.1.tar.bz2 1910472 BLAKE2B 
4bab770072543d9eb25ce7ce450084e0eb9ca603deb58886a26495a92a05373f4f8f5821c65dc76365bf325a7291e6b630b00af5ba895784093d450163637504
 SHA512 
74ae0aceec8597aa66c3f1ab313f0685a3c63d7273c36ae7baf8794275ad9bca241c60c3f6281cccf6d531d250d7611099977d3b1a27279cef3586401b6af05e
-DIST freebsd-usbin-9.1.tar.bz2 2670916 BLAKE2B 
353c7e641c0cccf25b99cb454368bd3001cd6b85a15956b1ee2de1ab240c420602e04bf6d0389aca0bdd4f7d1206a6848516e58a17eda4881d849f078b71a139
 SHA512 
21c234312f70eb35cd2926519efc1f61592892f5d0940786dbeb959c3c5ec7819a51ae95c6e8a1a06aa01f669350fe0fd3dd7c4ec8a84dd6b90f24cb192356ca

diff --git a/sys-freebsd/freebsd-usbin/freebsd-usbin-9.1-r1.ebuild 
b/sys-freebsd/freebsd-usbin/freebsd-usbin-9.1-r1.ebuild
deleted file mode 100644
index 2627caf7733..000
--- a/sys-freebsd/freebsd-usbin/freebsd-usbin-9.1-r1.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit bsdmk freebsd flag-o-matic eutils
-
-DESCRIPTION="FreeBSD /usr/sbin tools"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   mirror://gentoo/${CONTRIB}.tar.bz2
-   mirror://gentoo/${UBIN}.tar.bz2
-   mirror://gentoo/${LIB}.tar.bz2
-   

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/boot0/, sys-freebsd/boot0/files/

2018-05-26 Thread Aaron Bauman
commit: aa36894b8102eaa0ec5c7ae219cb614176bc5c58
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 19:35:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 20:31:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa36894b

sys-freebsd/boot0: drop EAPI=2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-freebsd/boot0/Manifest|  3 --
 sys-freebsd/boot0/boot0-9.1.ebuild| 63 -
 sys-freebsd/boot0/files/boot0-9.2-gcc46.patch | 66 ---
 3 files changed, 132 deletions(-)

diff --git a/sys-freebsd/boot0/Manifest b/sys-freebsd/boot0/Manifest
index d3666577ec1..f3dcd89d595 100644
--- a/sys-freebsd/boot0/Manifest
+++ b/sys-freebsd/boot0/Manifest
@@ -1,4 +1 @@
-DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
-DIST freebsd-lib-9.1.tar.bz2 3206685 BLAKE2B 
67f93b7951fc03e877ee525d53b81ba49c8c1a70041c30aac97665d5dab7b3f2817fdb3bbb1475be66c33a7f996309e9020f1a3d1154fab8e2f6789f5ae0bb18
 SHA512 
40d0c36b6b889c404fa0e0afa38ba4e84a55bc88ffa2f98a70afbd7a32c4f32c158617ba770567d082a986d62c09b3ec8db3dc5ab853ee1c9bbe0b90bb82396e
 DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca
-DIST freebsd-sys-9.1.tar.bz2 32588103 BLAKE2B 
7f94a4735c6a17b39a86fa0fda0682924b18e4b466dc6319a5df889522aaeaffaa87e1b76582c48ae034df8c20169c8cea93bbd3d6e7abd0526716686f88dfe8
 SHA512 
7dc9d9e00dde8f592bb171f4386d02b655b73cb4f153fe5ec063d010a148ef0639eae0dcdb3eeb09ecd1e3653c69e49a2d261329fa6d0381d2ddabe258ddde6d

diff --git a/sys-freebsd/boot0/boot0-9.1.ebuild 
b/sys-freebsd/boot0/boot0-9.1.ebuild
deleted file mode 100644
index 54793cef68a..000
--- a/sys-freebsd/boot0/boot0-9.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit bsdmk freebsd flag-o-matic
-
-DESCRIPTION="FreeBSD's bootloader"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-
-IUSE="bzip2 ieee1394 tftp zfs"
-
-SRC_URI="mirror://gentoo/${SYS}.tar.bz2
-   mirror://gentoo/${LIB}.tar.bz2
-   mirror://gentoo/${CONTRIB}.tar.bz2"
-
-RDEPEND=""
-DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}*
-   =sys-freebsd/freebsd-lib-${RV}*"
-
-S="${WORKDIR}/sys/boot"
-
-PATCHES=( "${FILESDIR}/${PN}-9.2-gcc46.patch"
-   "${FILESDIR}/${PN}-add-nossp-cflags.patch" )
-
-boot0_use_enable() {
-   use ${1} && mymakeopts="${mymakeopts} LOADER_${2}_SUPPORT=\"yes\""
-}
-
-pkg_setup() {
-   boot0_use_enable ieee1394 FIREWIRE
-   boot0_use_enable zfs ZFS
-   boot0_use_enable tftp TFTP
-   boot0_use_enable bzip2 BZIP2
-}
-
-src_prepare() {
-   sed -e '/-fomit-frame-pointer/d' -e '/-mno-align-long-strings/d' \
-   -i "${S}"/i386/boot2/Makefile \
-   -i "${S}"/i386/gptboot/Makefile \
-   -i "${S}"/i386/gptzfsboot/Makefile \
-   -i "${S}"/i386/zfsboot/Makefile || die
-}
-
-src_compile() {
-   strip-flags
-   append-flags "-fno-strict-aliasing"
-
-   cd "${WORKDIR}/lib/libstand" || die
-   freebsd_src_compile
-
-   cd "${S}"
-   CFLAGS="${CFLAGS} -I${WORKDIR}/lib/libstand"
-   LDFLAGS="${LDFLAGS} -L${WORKDIR}/lib/libstand"
-   export LIBSTAND="${WORKDIR}/lib/libstand/libstand.a"
-   NOFLAGSTRIP="yes" freebsd_src_compile
-}
-
-src_install() {
-   dodir /boot/defaults
-   mkinstall FILESDIR=/boot || die "mkinstall failed"
-}

diff --git a/sys-freebsd/boot0/files/boot0-9.2-gcc46.patch 
b/sys-freebsd/boot0/files/boot0-9.2-gcc46.patch
deleted file mode 100644
index ffd9f4351d1..000
--- a/sys-freebsd/boot0/files/boot0-9.2-gcc46.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc
-index f5faec7..a9cf593 100644
 a/sys/boot/i386/Makefile.inc
-+++ b/sys/boot/i386/Makefile.inc
-@@ -12,7 +12,6 @@ LDFLAGS+=-nostdlib
- .if ${MACHINE_CPUARCH} == "amd64"
- CFLAGS+=  -m32
- ACFLAGS+= -m32
--LDFLAGS+= -m elf_i386_fbsd
- AFLAGS+=  --32
- .endif
- 
-diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
-index 65815a5..61840dd 100644
 a/sys/boot/i386/boot2/Makefile
-+++ b/sys/boot/i386/boot2/Makefile
-@@ -109,3 +109,10 @@ machine:
- # XXX: clang integrated-as doesn't grok .codeNN directives yet
- CFLAGS.boot1.S=   ${CLANG_NO_IAS}
- CFLAGS+=  ${CFLAGS.${.IMPSRC:T}}
-+
-+# gcc 4.6 or later version, 

  1   2   3   4   >