[gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfuse/

2018-12-23 Thread Zac Medico
commit: 2bbaaea200e1c9c9dc04e9b9f5aee1da619474c2
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Dec 24 07:53:09 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Dec 24 07:54:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbaaea2

sys-fs/squashfuse: remove old version 0.1_p20130530

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 sys-fs/squashfuse/Manifest|  1 -
 sys-fs/squashfuse/squashfuse-0.1_p20130530.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/sys-fs/squashfuse/Manifest b/sys-fs/squashfuse/Manifest
index 75a4da10eca..e1cff1dc417 100644
--- a/sys-fs/squashfuse/Manifest
+++ b/sys-fs/squashfuse/Manifest
@@ -1,2 +1 @@
 DIST squashfuse-0.1.100.tar.gz 393548 BLAKE2B 
642f0b00023f1914e6f4efd0e03c77d61c549eed0bff8f3128f415ece7c52d3f917e8856a1dccc3d1be06147ad0b80bdde79397c4f307bc316adb2224260b402
 SHA512 
e6a56354e71991ccbcbd2f9e6967f1f5a1056edbee286e6a6d6c35f777ed6e6494243633d070da700cf43a8bf7b56269087a0db1d4b2d45ed49f4830caad7927
-DIST squashfuse-0.1_p20130530.zip 70224 BLAKE2B 
88fd88ced569793b82767b4cfb6d71c7039b262957362287648be47b86f5803abbef862595ec1dcf1bc7bb154dd4b1a65d49aa5c29eacfe9ade545d7a88da600
 SHA512 
1e2ba5a61cdc5eac3fcf13d5d2a55d0656ac247b057f7cff9ef5365eb59f52fa6159cd2ea73475627e62f53fab72c5d12819161e794c683d53059f7667a774f0

diff --git a/sys-fs/squashfuse/squashfuse-0.1_p20130530.ebuild 
b/sys-fs/squashfuse/squashfuse-0.1_p20130530.ebuild
deleted file mode 100644
index 4c8d7fac476..000
--- a/sys-fs/squashfuse/squashfuse-0.1_p20130530.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools
-
-DESCRIPTION="FUSE filesystem to mount squashfs archives"
-HOMEPAGE="https://github.com/vasi/squashfuse;
-EGIT_COMMIT="f03158f49cb4adbb6459cb2a1898e586b488cb10"
-SRC_URI="https://github.com/vasi/squashfuse/archive/${EGIT_COMMIT}.zip -> 
${P}.zip"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="lzma lzo +zlib"
-REQUIRED_USE="|| ( lzma zlib lzo )"
-
-COMMON_DEPEND="
-   >=sys-fs/fuse-2.8.6:=
-   lzma? ( >=app-arch/xz-utils-5.0.4:= )
-   zlib? ( >=sys-libs/zlib-1.2.5-r2:= )
-   lzo? ( >=dev-libs/lzo-2.06:= )
-"
-DEPEND="app-arch/unzip
-   ${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-S=${WORKDIR}
-
-src_unpack() {
-   default
-   mv ${PN}-${EGIT_COMMIT}/* ./ || die
-}
-
-src_prepare() {
-   sed -i -e "1s:\\[0\\.1\\]:[${PV}]:" configure.ac || die
-   AT_M4DIR=${S}/m4 eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use lzma || echo  --without-xz) \
-   $(use lzo || echo --without-lzo) \
-   $(use zlib || echo --without-zlib)
-}



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

2018-12-23 Thread Hans de Graaff
commit: d0edd1ffd3353d8995b88e6f1293a355570613fa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 24 07:08:37 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 24 07:08:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0edd1ff

app-admin/fluentd: fix USE=doc

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-admin/fluentd/fluentd-1.3.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-admin/fluentd/fluentd-1.3.2.ebuild 
b/app-admin/fluentd/fluentd-1.3.2.ebuild
index 5e514923596..03f9259d8a0 100644
--- a/app-admin/fluentd/fluentd-1.3.2.ebuild
+++ b/app-admin/fluentd/fluentd-1.3.2.ebuild
@@ -4,6 +4,8 @@
 EAPI=6
 USE_RUBY="ruby23 ruby24 ruby25"
 
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
 inherit ruby-fakegem user
 
 DESCRIPTION="data collector and unified logging layer (project under CNCF)"



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

2018-12-23 Thread Hans de Graaff
commit: 740fa543d21b27d5f8c85391f51e6619329d955d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 24 06:57:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 24 06:57:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740fa543

dev-ruby/rack-protection: add 2.0.5

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.5.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index ec4d7f0853a..41cc46782bc 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -2,3 +2,4 @@ DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f
 DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235
 DIST rack-protection-2.0.3.gem 16896 BLAKE2B 
e33cfc8290cf108f986bd625623411f63812aa79bc5354041e3d541a244bdc6f2ba30ebfab77cb2fe15c8a53e21e11adc6a54ab90a687147759d1b14b5e0be73
 SHA512 
396d1b45783e0b6782b479b6ba77c2eb23c2a6a2b695a631b7a4b9ace661471325d4d321a40ba7c8090964e68b5dd8f9c92c4843464e6d6ff178aecf9996f338
 DIST rack-protection-2.0.4.gem 16896 BLAKE2B 
d20bd67bfcbb8ba34689cdc909c1f89305bc6a08c44b9cdde8a7d1615c86400572a24a060a9100c699791cd910e5bbf17106b8c921e1e6a21f814457a93dc2c1
 SHA512 
e934873e7e8e45c1fa0450b568f33e28db29b9c4bacb0a747218ca929e73706518c09ce131f749e89dc7af894dcfbd6fcabdf12324edbfbcfa532eb227f977a4
+DIST rack-protection-2.0.5.gem 16896 BLAKE2B 
144888ca499739017ffec494785ca5cba0d1cbfabdf08b11aad4fc88737408d1801412f05919830c65fd11b2f344f0f758a0334b109174805d5089352521
 SHA512 
9c4c80a8f70042bea81a67260e26aa25c0a33c73835e4e49cd44c83930f97d8c4d63004d3e39ed631f016e44d66fba238f9c509b0e44eddb2f484d174adea9b4

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
new file mode 100644
index 000..7128d3fd8e4
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



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

2018-12-23 Thread Hans de Graaff
commit: 2731777664369db3d8b17c908f20b8c47b39d69f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 24 07:03:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 24 07:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27317776

dev-ruby/rake-compiler: add 1.0.6

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.0.6.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 1a279de78b2..28ac5905790 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,3 +1,4 @@
 DIST rake-compiler-1.0.2.tar.gz 32823 BLAKE2B 
0751435c46a881b0501bcb6c4e1e29abe8a156f02aca79ccd4a6cf472ff696f8be89c4e8f860dc74e27a093a586b10c9a59e1df7b496ef3f530ab07dd84e8dcd
 SHA512 
ef7132eff3afb29e98ce21facfd663cfe495053ca98d54b26275ee8e186c91f81f0450e52bf282bfad64e1443f6e065aefa62a30692895648a89966a8a0f0ebe
 DIST rake-compiler-1.0.4.tar.gz 33590 BLAKE2B 
932e87a4d1405df4ce65b905f5d5d2b090ac17bf8cfde4a767952ad4debb83064ef368ecec33c9f3569d317b4e0fb24016f33777a03f0c88e3aedd689cdd4151
 SHA512 
fc015d8f6dcc2ba380dbc3eb2959b068f3582e0efcdc765570f5b2c97737db2ba38fb324b9b5bb63d3af822843139561a36758408db637e7716afb3a6074251c
 DIST rake-compiler-1.0.5.tar.gz 33910 BLAKE2B 
887cce374f25c82c2904b98ccce321054dc994eb0067dace1eb2a4212ac9abe9b5409caa7df13217c32e8f76b4b29b86cff538f0293da2e1a23a885091cc7e05
 SHA512 
e1d7016600d2acf0203891c52d836b85b835ddd5eff58b4b6679440d467a100f2d9ea35dc58bde0bcd03852790d439d3c8e44111a66640e85b11ae95c896e6b9
+DIST rake-compiler-1.0.6.tar.gz 33158 BLAKE2B 
c8a73cade0f73c3823632cc24dd7f8afeb1b739dd1ae231f1b1cca4eeb749c01ca0833b7b88ee4be879cc0cfdacf260c02cd5dfb1ccf955c753616961a63017a
 SHA512 
cdbc335e40018caa0eb082c30044eb7fbb67ee4e7bab656035730c81761bd2badda7f77514385c1c1d0a6be14450b0bd78ce98113e62ec3a9068d66e2f0b309d

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.0.6.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.0.6.ebuild
new file mode 100644
index 000..cee9dba34d8
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.0.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby23 ruby24 ruby25" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet)
+   case ${RUBY} in
+   *ruby23|*ruby24|*ruby25)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2018-12-23 Thread Hans de Graaff
commit: 7a7b35a31650aabe122bb7c0f7dfc1aa4413456f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 24 07:03:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 24 07:03:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7b35a3

dev-ruby/rake-compiler: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rake-compiler/Manifest   |  1 -
 dev-ruby/rake-compiler/rake-compiler-1.0.4.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 28ac5905790..ecd34d67699 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,4 +1,3 @@
 DIST rake-compiler-1.0.2.tar.gz 32823 BLAKE2B 
0751435c46a881b0501bcb6c4e1e29abe8a156f02aca79ccd4a6cf472ff696f8be89c4e8f860dc74e27a093a586b10c9a59e1df7b496ef3f530ab07dd84e8dcd
 SHA512 
ef7132eff3afb29e98ce21facfd663cfe495053ca98d54b26275ee8e186c91f81f0450e52bf282bfad64e1443f6e065aefa62a30692895648a89966a8a0f0ebe
-DIST rake-compiler-1.0.4.tar.gz 33590 BLAKE2B 
932e87a4d1405df4ce65b905f5d5d2b090ac17bf8cfde4a767952ad4debb83064ef368ecec33c9f3569d317b4e0fb24016f33777a03f0c88e3aedd689cdd4151
 SHA512 
fc015d8f6dcc2ba380dbc3eb2959b068f3582e0efcdc765570f5b2c97737db2ba38fb324b9b5bb63d3af822843139561a36758408db637e7716afb3a6074251c
 DIST rake-compiler-1.0.5.tar.gz 33910 BLAKE2B 
887cce374f25c82c2904b98ccce321054dc994eb0067dace1eb2a4212ac9abe9b5409caa7df13217c32e8f76b4b29b86cff538f0293da2e1a23a885091cc7e05
 SHA512 
e1d7016600d2acf0203891c52d836b85b835ddd5eff58b4b6679440d467a100f2d9ea35dc58bde0bcd03852790d439d3c8e44111a66640e85b11ae95c896e6b9
 DIST rake-compiler-1.0.6.tar.gz 33158 BLAKE2B 
c8a73cade0f73c3823632cc24dd7f8afeb1b739dd1ae231f1b1cca4eeb749c01ca0833b7b88ee4be879cc0cfdacf260c02cd5dfb1ccf955c753616961a63017a
 SHA512 
cdbc335e40018caa0eb082c30044eb7fbb67ee4e7bab656035730c81761bd2badda7f77514385c1c1d0a6be14450b0bd78ce98113e62ec3a9068d66e2f0b309d

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.0.4.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.0.4.ebuild
deleted file mode 100644
index ca9406aace3..000
--- a/dev-ruby/rake-compiler/rake-compiler-1.0.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rake"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
-
-USE_RUBY="ruby22 ruby23 ruby24" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
-
-all_ruby_prepare() {
-   # Make sure the right rspec version is used in cucumber.
-   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
-
-   # Avoid failing features for native gems, this also fails with rubygems
-   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
-}
-
-each_ruby_test() {
-   # Skip cucumber for new ruby versions (not ready yet)
-   case ${RUBY} in
-   *ruby22|*ruby23|*ruby24)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ruby-ng_cucumber
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ;;
-   esac
-}



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

2018-12-23 Thread Hans de Graaff
commit: c0ee8d89b5fe88b45491e4abc74c5495983575c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 24 06:54:24 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 24 06:54:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ee8d89

dev-ruby/cmdparse: add 3.0.4

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/cmdparse/Manifest  |  1 +
 dev-ruby/cmdparse/cmdparse-3.0.4.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/cmdparse/Manifest b/dev-ruby/cmdparse/Manifest
index 0268168e094..9bf28de9f22 100644
--- a/dev-ruby/cmdparse/Manifest
+++ b/dev-ruby/cmdparse/Manifest
@@ -1,2 +1,3 @@
 DIST cmdparse-2.0.6.gem 53760 BLAKE2B 
eda157aa8f8d4fce31df8944524dbf7f8c9d8f8764bf5fc85de044d50e20be0ba408e45815916389e77b6a42787d4ae00577c66ff0fb46e4526f8209ba56
 SHA512 
c4120b049e7d42d65be80649cdd097d17f8a732f090382759351617225f6235438f4338466e5e8c7b5c35675ca43d4930dc39b357263062ba7ae9c61c85f472e
 DIST cmdparse-3.0.3.gem 53760 BLAKE2B 
d801f17745d253294a1fbac720a138f267af171ff04734d3de1e51427bd96174e3afe99f0a8e97479604f64bebf078806b26b5825db9febb29adf31d9bd32a82
 SHA512 
decea4449653ed459dab25eae2681cb1bcfdd15c3f5c32ee19506d2ab33e7ab89a0ee46dbcc72c16a72eaf3833c847b5b86a0a74a528f520256cf9a8e54af81d
+DIST cmdparse-3.0.4.gem 54272 BLAKE2B 
cd5c91f810937192a3c6d8895fa4d4e323b51b76e2641e2a93a9dcf7df04a93f86dfe88b1df0e9bd6ca2e1088d02304789eef8fecf8d7e7764266306cef8126b
 SHA512 
f1a36d42de42c7bf06f160d31f44323ab588736e7e5b0ffafe05253ec1d9fe0990e8e1a004b47f82b1316154ac1459a6145a52da5a1e2e32e1c548bb5f37401a

diff --git a/dev-ruby/cmdparse/cmdparse-3.0.4.ebuild 
b/dev-ruby/cmdparse/cmdparse-3.0.4.ebuild
new file mode 100644
index 000..0cdb3238f97
--- /dev/null
+++ b/dev-ruby/cmdparse/cmdparse-3.0.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+IUSE=""
+
+DESCRIPTION="Advanced command line parser supporting commands"
+HOMEPAGE="https://cmdparse.gettalong.org/;
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+LICENSE="MIT"
+SLOT="3"



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

2018-12-23 Thread Davide Pesavento
commit: 0e54d903b2acb714017d1ee2b6ed2f59d2125f17
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Dec 24 06:34:41 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Dec 24 06:35:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e54d903

dev-qt/qt-creator: several test fixes

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qt-creator/qt-creator-4.8.0.ebuild | 17 +
 dev-qt/qt-creator/qt-creator-.ebuild  | 17 +
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/dev-qt/qt-creator/qt-creator-4.8.0.ebuild 
b/dev-qt/qt-creator/qt-creator-4.8.0.ebuild
index e08af8921a1..207b4b6cbf8 100644
--- a/dev-qt/qt-creator/qt-creator-4.8.0.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.8.0.ebuild
@@ -116,11 +116,15 @@ src_prepare() {
sed -i -e '/glsl/d' src/libs/libs.pro || die
fi
if ! use lsp; then
-   sed -i -e '/languageserverprotocol/d' src/libs/libs.pro || die
+   sed -i -e '/languageserverprotocol/d' src/libs/libs.pro 
tests/auto/auto.pro || die
fi
if ! use modeling; then
sed -i -e '/modelinglib/d' src/libs/libs.pro || die
fi
+   if ! use valgrind; then
+   sed -i -e '/valgrindfake/d' src/tools/tools.pro || die
+   sed -i -e '/valgrind/d' tests/auto/auto.pro || die
+   fi
 
# automagic dep on qtwebengine
if ! use webengine; then
@@ -129,21 +133,18 @@ src_prepare() {
 
# disable broken or unreliable tests
sed -i -e 's/\(manual\|tools\|unit\)//g' tests/tests.pro || die
-   sed -i -e '/sdktool/ d' tests/auto/auto.pro || die
-   sed -i -e '/\(dumpers\|offsets\)\.pro/ d' 
tests/auto/debugger/debugger.pro || die
-   sed -i -e '/CONFIG -=/ s/$/ testcase/' 
tests/auto/extensionsystem/pluginmanager/correctplugins1/plugin?/plugin?.pro || 
die
-   sed -i -e '/timeline\(items\|notes\|selection\)renderpass/ d' 
tests/auto/tracing/tracing.pro || die
-   sed -i -e 's/\//' tests/auto/valgrind/valgrind.pro || die
+   sed -i -e '/\(dumpers\|namedemangler\)\.pro/d' 
tests/auto/debugger/debugger.pro || die
+   sed -i -e '/CONFIG -=/s/$/ testcase/' 
tests/auto/extensionsystem/pluginmanager/correctplugins1/plugin?/plugin?.pro || 
die
 
# fix path to some clang headers
-   sed -i -e "/^CLANG_RESOURCE_DIR\s*=/ 
s:\$\${LLVM_LIBDIR}:${EPREFIX}/usr/lib:" src/shared/clang/clang_defines.pri || 
die
+   sed -i -e 
"/^CLANG_RESOURCE_DIR\s*=/s:\$\${LLVM_LIBDIR}:${EPREFIX}/usr/lib:" 
src/shared/clang/clang_defines.pri || die
 
# fix translations
local lang languages=
for lang in ${PLOCALES}; do
use l10n_${lang} && languages+=" ${lang/-/_}"
done
-   sed -i -e "/^LANGUAGES\s*=/ s:=.*:=${languages}:" 
share/qtcreator/translations/translations.pro || die
+   sed -i -e "/^LANGUAGES\s*=/s:=.*:=${languages}:" 
share/qtcreator/translations/translations.pro || die
 
# remove bundled botan
rm -rf src/libs/3rdparty/botan || die

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
index e08af8921a1..207b4b6cbf8 100644
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ b/dev-qt/qt-creator/qt-creator-.ebuild
@@ -116,11 +116,15 @@ src_prepare() {
sed -i -e '/glsl/d' src/libs/libs.pro || die
fi
if ! use lsp; then
-   sed -i -e '/languageserverprotocol/d' src/libs/libs.pro || die
+   sed -i -e '/languageserverprotocol/d' src/libs/libs.pro 
tests/auto/auto.pro || die
fi
if ! use modeling; then
sed -i -e '/modelinglib/d' src/libs/libs.pro || die
fi
+   if ! use valgrind; then
+   sed -i -e '/valgrindfake/d' src/tools/tools.pro || die
+   sed -i -e '/valgrind/d' tests/auto/auto.pro || die
+   fi
 
# automagic dep on qtwebengine
if ! use webengine; then
@@ -129,21 +133,18 @@ src_prepare() {
 
# disable broken or unreliable tests
sed -i -e 's/\(manual\|tools\|unit\)//g' tests/tests.pro || die
-   sed -i -e '/sdktool/ d' tests/auto/auto.pro || die
-   sed -i -e '/\(dumpers\|offsets\)\.pro/ d' 
tests/auto/debugger/debugger.pro || die
-   sed -i -e '/CONFIG -=/ s/$/ testcase/' 
tests/auto/extensionsystem/pluginmanager/correctplugins1/plugin?/plugin?.pro || 
die
-   sed -i -e '/timeline\(items\|notes\|selection\)renderpass/ d' 
tests/auto/tracing/tracing.pro || die
-   sed -i -e 's/\//' tests/auto/valgrind/valgrind.pro || die
+   sed -i -e '/\(dumpers\|namedemangler\)\.pro/d' 
tests/auto/debugger/debugger.pro || die
+   sed -i -e '/CONFIG -=/s/$/ testcase/' 
tests/auto/extensionsystem/pluginmanager/correctplugins1/plugin?/plugin?.pro || 
die
 
# fix path to some clang headers
-   sed -i -e 

[gentoo-commits] repo/gentoo:master commit in: sys-fs/clamfs/

2018-12-23 Thread Tim Harder
commit: a1b3435fde0c3eb5471b3f9cb2e1d53d90175a7b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Dec 24 02:18:45 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Dec 24 02:19:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b3435f

sys-fs/clamfs: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/clamfs/clamfs-1.0.1-r2.ebuild | 42 
 1 file changed, 42 deletions(-)

diff --git a/sys-fs/clamfs/clamfs-1.0.1-r2.ebuild 
b/sys-fs/clamfs/clamfs-1.0.1-r2.ebuild
deleted file mode 100644
index 0fbd8b5055a..000
--- a/sys-fs/clamfs/clamfs-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit eutils linux-info
-
-DESCRIPTION="A FUSE-based user-space file system with on-access anti-virus 
file scanning"
-HOMEPAGE="http://clamfs.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/boost-1.33
-   sys-fs/fuse
-   dev-cpp/commoncpp2
-   dev-libs/rlog
-   dev-libs/poco"
-RDEPEND="${DEPEND}
-   app-antivirus/clamav"
-
-CONFIG_CHECK="~FUSE_FS"
-
-src_prepare() {
-   eapply "${FILESDIR}/${P}-gentoo.patch"
-   eapply -p0 "${FILESDIR}/${P}-gcc45.patch"
-   eapply_user
-}
-
-src_install() {
-   emake install DESTDIR="${D}"
-
-   insinto /etc/clamfs
-   doins doc/clamfs.xml
-
-   newinitd "${FILESDIR}/${PN}.initd" ${PN}
-   newconfd "${FILESDIR}/${PN}.confd" ${PN}
-
-   dodoc AUTHORS ChangeLog NEWS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/clamfs/

2018-12-23 Thread Tim Harder
commit: 528e791dd8af2e5c84f0e34398334c0c0770b07c
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Dec 24 02:18:13 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Dec 24 02:19:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528e791d

sys-fs/clamfs: use slotted sys-fs/fuse dep

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/clamfs/clamfs-1.0.1-r3.ebuild | 42 
 1 file changed, 42 insertions(+)

diff --git a/sys-fs/clamfs/clamfs-1.0.1-r3.ebuild 
b/sys-fs/clamfs/clamfs-1.0.1-r3.ebuild
new file mode 100644
index 000..8a8bf827a5b
--- /dev/null
+++ b/sys-fs/clamfs/clamfs-1.0.1-r3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit eutils linux-info
+
+DESCRIPTION="A FUSE-based user-space file system with on-access anti-virus 
file scanning"
+HOMEPAGE="http://clamfs.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/boost-1.33
+   sys-fs/fuse:0
+   dev-cpp/commoncpp2
+   dev-libs/rlog
+   dev-libs/poco"
+RDEPEND="${DEPEND}
+   app-antivirus/clamav"
+
+CONFIG_CHECK="~FUSE_FS"
+
+src_prepare() {
+   eapply "${FILESDIR}/${P}-gentoo.patch"
+   eapply -p0 "${FILESDIR}/${P}-gcc45.patch"
+   eapply_user
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+
+   insinto /etc/clamfs
+   doins doc/clamfs.xml
+
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+
+   dodoc AUTHORS ChangeLog NEWS README TODO
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/files/, media-sound/musescore/

2018-12-23 Thread Andreas Sturmlechner
commit: c06a62f24c1a4edffc64833984a41ce6596345bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 24 00:50:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 24 00:50:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06a62f2

media-sound/musescore: Fix build with Qt 5.12

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../musescore/files/musescore-2.1.0-pch.patch  |  2 +-
 .../musescore/files/musescore-2.1.0-qt-5.12.patch  | 48 ++
 media-sound/musescore/musescore-2.1.0-r1.ebuild|  3 +-
 3 files changed, 51 insertions(+), 2 deletions(-)

diff --git a/media-sound/musescore/files/musescore-2.1.0-pch.patch 
b/media-sound/musescore/files/musescore-2.1.0-pch.patch
index d69d1cd2f65..6cce1bd81cf 100644
--- a/media-sound/musescore/files/musescore-2.1.0-pch.patch
+++ b/media-sound/musescore/files/musescore-2.1.0-pch.patch
@@ -28,4 +28,4 @@ index 66b0ddfce8..7fdfffcc9b 100644
 +COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/all.h 
${PROJECT_BINARY_DIR}/all.h
  WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
  )
- 
\ No newline at end of file
+ 

diff --git a/media-sound/musescore/files/musescore-2.1.0-qt-5.12.patch 
b/media-sound/musescore/files/musescore-2.1.0-qt-5.12.patch
new file mode 100644
index 000..9d9a1cca7ef
--- /dev/null
+++ b/media-sound/musescore/files/musescore-2.1.0-qt-5.12.patch
@@ -0,0 +1,48 @@
+From ff014657939f30c0052a1d2d66d87d13833c5255 Mon Sep 17 00:00:00 2001
+From: Joachim Schmitz 
+Date: Tue, 18 Sep 2018 14:42:43 +0200
+Subject: [PATCH] changes needed for MuseScore to build with Qt 5.12 (Alpha)
+
+One needed for MSVC only (and only since Alpha, not with the previous
+preview), the other needed for MSVC and MinGW.
+Neither seems to cause issues with Qt 5.9 (like AppVeyor and Travis CI
+prove)
+---
+ mscore/editstringdata.cpp | 4 ++--
+ mscore/prefsdialog.ui | 1 -
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/mscore/editstringdata.cpp b/mscore/editstringdata.cpp
+index 21a621bac0..a86207e5db 100644
+--- a/mscore/editstringdata.cpp
 b/mscore/editstringdata.cpp
+@@ -52,7 +52,7 @@ EditStringData::EditStringData(QWidget *parent, 
QList * strings, in
+   strg = (*_strings)[numOfStrings - i - 1];
+   _stringsLoc.append(strg);
+   QTableWidgetItem *newCheck = new QTableWidgetItem();
+-  newCheck->setFlags(Qt::ItemFlag(Qt::ItemIsUserCheckable | 
Qt::ItemIsEnabled));
++  newCheck->setFlags(Qt::ItemFlags(Qt::ItemIsUserCheckable | 
Qt::ItemIsEnabled));
+   newCheck->setCheckState(strg.open ? Qt::Checked : 
Qt::Unchecked);
+   stringList->setItem(i, 0, newCheck);
+   QTableWidgetItem *newPitch = new 
QTableWidgetItem(midiCodeToStr(strg.pitch));
+@@ -168,7 +168,7 @@ void EditStringData::newStringClicked()
+ _stringsLoc.insert(i, strg);
+ stringList->insertRow(i);
+ QTableWidgetItem *newCheck = new QTableWidgetItem();
+-newCheck->setFlags(Qt::ItemFlag(Qt::ItemIsUserCheckable | 
Qt::ItemIsEnabled));
++newCheck->setFlags(Qt::ItemFlags(Qt::ItemIsUserCheckable | 
Qt::ItemIsEnabled));
+ newCheck->setCheckState(strg.open ? Qt::Checked : Qt::Unchecked);
+ stringList->setItem(i, 0, newCheck);
+ QTableWidgetItem *newPitch = new 
QTableWidgetItem(midiCodeToStr(strg.pitch));
+diff --git a/mscore/prefsdialog.ui b/mscore/prefsdialog.ui
+index 5dd493fdc7..21af750846 100644
+--- a/mscore/prefsdialog.ui
 b/mscore/prefsdialog.ui
+@@ -4276,7 +4276,6 @@ Adjusting latency can help synchronize your MIDI 
hardware with MuseScore's inter
+
+   
+  
+- getPixmap
+  
+   
+Awl::ColorLabel

diff --git a/media-sound/musescore/musescore-2.1.0-r1.ebuild 
b/media-sound/musescore/musescore-2.1.0-r1.ebuild
index 56805b5d007..d2c6bf1f093 100644
--- a/media-sound/musescore/musescore-2.1.0-r1.ebuild
+++ b/media-sound/musescore/musescore-2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -51,6 +51,7 @@ PATCHES=(
"${FILESDIR}/${P}-qt-5.11.patch"
"${FILESDIR}/${P}-qtsingleapplication.patch"
"${FILESDIR}/${P}-pch.patch"
+   "${FILESDIR}/${P}-qt-5.12.patch"
 )
 
 S="${WORKDIR}/MuseScore-${PV}"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/unionfs-fuse/

2018-12-23 Thread Sebastian Pipping
commit: 2b15d68fa58a59be7f26c70470e88396b686a62d
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Dec 23 23:00:54 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Dec 23 23:00:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b15d68f

sys-fs/unionfs-fuse: Use slotted sys-fs/fuse dep

Closes: https://bugs.gentoo.org/673634
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild  | 4 ++--
 sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild  | 4 ++--
 sys-fs/unionfs-fuse/unionfs-fuse-.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild 
b/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild
index 4403163fc00..e9658f33fb1 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-linux"
 IUSE=""
 
-DEPEND="sys-fs/fuse"
+DEPEND="sys-fs/fuse:0"
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild 
b/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild
index 16259309343..fe5a7ef6d17 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-linux"
 IUSE=""
 
-DEPEND="sys-fs/fuse"
+DEPEND="sys-fs/fuse:0"
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild 
b/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild
index 24a0355898f..bf42f96d407 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="sys-fs/fuse"
+DEPEND="sys-fs/fuse:0"
 RDEPEND="${DEPEND}"
 
 src_install() {



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

2018-12-23 Thread Andreas Sturmlechner
commit: 83658aaeb707d7ddbc0f5375b4b575cbc3c40b58
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 22:49:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 22:49:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83658aae

media-sound/linuxsampler: Re-add KEYWORDS

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild 
b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
index 258fedcbf95..b277175098e 100644
--- a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
+++ b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="alsa doc jack lv2 sf2 sqlite"
 REQUIRED_USE="|| ( alsa jack )"
 



[gentoo-commits] repo/gentoo:master commit in: games-engines/openmw/files/, games-engines/openmw/

2018-12-23 Thread Andreas Sturmlechner
commit: 0bdb6a2953739b67f8b4360efe8ea95462684183
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 21:58:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 22:47:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdb6a29

games-engines/openmw: Drop 0.43.0-r2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-engines/openmw/Manifest  |   1 -
 .../openmw/files/openmw-0.43.0-qt-5.11b3.patch |  81 -
 games-engines/openmw/openmw-0.43.0-r2.ebuild   | 127 -
 3 files changed, 209 deletions(-)

diff --git a/games-engines/openmw/Manifest b/games-engines/openmw/Manifest
index 6db67c29ed0..664a8f7a5c7 100644
--- a/games-engines/openmw/Manifest
+++ b/games-engines/openmw/Manifest
@@ -1,2 +1 @@
-DIST openmw-0.43.0.tar.gz 5023421 BLAKE2B 
c99e3a23b22b642dea9e8f2d9414e00aa6a05c4331a9715882465781caca60cd857675d87079bafc3596783e257213bec9d6f1f4e78a3d795e973fb1d895811e
 SHA512 
e902dd2274c05838bb1171f07d7a673fc7b85d1290a9e01c8ab89f1c279bd236332ecdc0f2b7944ec7209a0e6022ff472639b5724bf26904e3a2d338c7be401a
 DIST openmw-0.44.0.tar.gz 4976422 BLAKE2B 
9dec8412aa68ac35ba51926c7e5c5a64ce717ea6677162e0b35439a59c482375b7729bd462fa6e8da2e9b463c1121cdca0a5b42f553095da82a83cefb11986ce
 SHA512 
1b178891274361b7821ac1d3d66976ed5d443545531499d98f7ed30823f3891172cc5dcb3f7382ba0f561774a92b9ad8805e0c9582b78d2f010e4ed661219017

diff --git a/games-engines/openmw/files/openmw-0.43.0-qt-5.11b3.patch 
b/games-engines/openmw/files/openmw-0.43.0-qt-5.11b3.patch
deleted file mode 100644
index 85b290e660b..000
--- a/games-engines/openmw/files/openmw-0.43.0-qt-5.11b3.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-From 2c9d46a60bd8d35f132cb106e5255d590b13640b Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Tue, 17 Apr 2018 23:03:56 +0200
-Subject: [PATCH] Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)
-

- apps/launcher/CMakeLists.txt | 2 +-
- apps/opencs/CMakeLists.txt   | 2 +-
- apps/wizard/CMakeLists.txt   | 2 +-
- components/CMakeLists.txt| 2 +-
- extern/osgQt/CMakeLists.txt  | 2 +-
- 5 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/apps/launcher/CMakeLists.txt b/apps/launcher/CMakeLists.txt
-index aec8c2533..99e7b4daa 100644
 a/apps/launcher/CMakeLists.txt
-+++ b/apps/launcher/CMakeLists.txt
-@@ -106,7 +106,7 @@ if (DESIRED_QT_VERSION MATCHES 4)
- target_link_libraries(openmw-launcher ${QT_QTMAIN_LIBRARY})
- endif(WIN32)
- else()
--qt5_use_modules(openmw-launcher Widgets Core)
-+target_link_libraries(openmw-launcher Qt5::Widgets Qt5::Core)
- endif()
- 
- if (BUILD_WITH_CODE_COVERAGE)
-diff --git a/apps/opencs/CMakeLists.txt b/apps/opencs/CMakeLists.txt
-index b9279bf91..f07b518a9 100644
 a/apps/opencs/CMakeLists.txt
-+++ b/apps/opencs/CMakeLists.txt
-@@ -246,7 +246,7 @@ if (DESIRED_QT_VERSION MATCHES 4)
- target_link_libraries(openmw-cs ${QT_QTMAIN_LIBRARY})
- endif()
- else()
--qt5_use_modules(openmw-cs Widgets Core Network OpenGL)
-+target_link_libraries(openmw-cs Qt5::Widgets Qt5::Core Qt5::Network 
Qt5::OpenGL)
- endif()
- 
- if (WIN32)
-diff --git a/apps/wizard/CMakeLists.txt b/apps/wizard/CMakeLists.txt
-index 5f7338e52..8d97bbcbf 100644
 a/apps/wizard/CMakeLists.txt
-+++ b/apps/wizard/CMakeLists.txt
-@@ -118,7 +118,7 @@ if (DESIRED_QT_VERSION MATCHES 4)
- target_link_libraries(openmw-wizard ${QT_QTMAIN_LIBRARY})
- endif()
- else()
--qt5_use_modules(openmw-wizard Widgets Core)
-+target_link_libraries(openmw-wizard Qt5::Widgets Qt5::Core)
- endif()
- 
- if (OPENMW_USE_UNSHIELD)
-diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt
-index 8256f1443..ecb844a9b 100644
 a/components/CMakeLists.txt
-+++ b/components/CMakeLists.txt
-@@ -216,7 +216,7 @@ if (USE_QT)
- ${QT_QTCORE_LIBRARY}
- ${QT_QTGUI_LIBRARY})
- else()
--qt5_use_modules(components Widgets Core)
-+target_link_libraries(components Qt5::Widgets Qt5::Core)
- endif()
- endif()
- 
-diff --git a/extern/osgQt/CMakeLists.txt b/extern/osgQt/CMakeLists.txt
-index 3bd08a390..78a4e6034 100644
 a/extern/osgQt/CMakeLists.txt
-+++ b/extern/osgQt/CMakeLists.txt
-@@ -12,7 +12,7 @@ if (DESIRED_QT_VERSION MATCHES 4)
- include(${QT_USE_FILE})
- target_link_libraries(${OSGQT_LIBRARY} ${QT_QTCORE_LIBRARY} 
${QT_QTOPENGL_LIBRARY})
- else()
--qt5_use_modules(${OSGQT_LIBRARY} Core OpenGL)
-+target_link_libraries(${OSGQT_LIBRARY} Qt5::Core Qt5::OpenGL)
- endif()
- 
- link_directories(${CMAKE_CURRENT_BINARY_DIR})
--- 
-2.17.0
-

diff --git a/games-engines/openmw/openmw-0.43.0-r2.ebuild 
b/games-engines/openmw/openmw-0.43.0-r2.ebuild
deleted file mode 100644
index 38c7e010246..000
--- a/games-engines/openmw/openmw-0.43.0-r2.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 

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

2018-12-23 Thread Andreas Sturmlechner
commit: 6b21d067eabef6c2220f40d2e75cf8ea554aa0db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 22:03:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 22:47:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b21d067

app-text/goldendict: EAPI-7 bump, eutils -> desktop, fix USE-dep

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild 
b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
index 866b4e88ea6..cbbb665fe20 100644
--- a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
+++ b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_PV=${PV^^}
 MY_PV=${MY_PV/_/-}
-inherit eutils qmake-utils
+inherit desktop qmake-utils
 
 DESCRIPTION="Feature-rich dictionary lookup program"
 HOMEPAGE="http://goldendict.org/;
@@ -26,7 +26,7 @@ RDEPEND="
dev-qt/qthelp:5
dev-qt/qtnetwork:5
dev-qt/qtprintsupport:5
-   dev-qt/qtsingleapplication[qt5(+)]
+   dev-qt/qtsingleapplication[qt5(+),X]
dev-qt/qtsvg:5
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
@@ -43,7 +43,8 @@ RDEPEND="
!libav? ( media-video/ffmpeg:0= )
)
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-qt/linguist-tools:5
virtual/pkgconfig
 "
@@ -75,10 +76,7 @@ src_prepare() {
 
 src_configure() {
local myconf=()
-
-   if ! use ffmpeg ; then
-   myconf+=( DISABLE_INTERNAL_PLAYER=1 )
-   fi
+   use ffmpeg || myconf+=( DISABLE_INTERNAL_PLAYER=1 )
 
eqmake5 "${myconf[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: games-engines/openmw/

2018-12-23 Thread Andreas Sturmlechner
commit: 89fa1fa38865f70e1adae45482534f3c7215ec8f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 22:08:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 22:47:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fa1fa3

games-engines/openmw: Add missing OSG slot op, drop pkg_preinst

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-engines/openmw/openmw-0.44.0.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/games-engines/openmw/openmw-0.44.0.ebuild 
b/games-engines/openmw/openmw-0.44.0.ebuild
index fa31e8de46d..70c4a527b85 100644
--- a/games-engines/openmw/openmw-0.44.0.ebuild
+++ b/games-engines/openmw/openmw-0.44.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ IUSE="doc devtools +qt5"
 
 RDEPEND="
dev-games/mygui
-   >=dev-games/openscenegraph-3.5.5[ffmpeg,jpeg,png,sdl,svg,truetype,zlib]
+   
>=dev-games/openscenegraph-3.5.5:=[ffmpeg,jpeg,png,sdl,svg,truetype,zlib]
dev-games/openscenegraph-qt
dev-libs/boost:=[threads]
dev-libs/tinyxml[stl]
@@ -28,6 +28,7 @@ RDEPEND="
qt5? (
app-arch/unshield
dev-qt/qtcore:5
+   dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtopengl:5
dev-qt/qtwidgets:5
@@ -35,7 +36,11 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   doc? ( app-doc/doxygen[doc] dev-python/sphinx )"
+   doc? (
+   app-doc/doxygen[doc]
+   dev-python/sphinx
+   )
+"
 
 S="${WORKDIR}/${PN}-${P}"
 
@@ -111,10 +116,6 @@ src_install() {
readme.gentoo_create_doc
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
readme.gentoo_print_elog



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

2018-12-23 Thread Andreas Sturmlechner
commit: 518a5241c6bd17b5a664df32d9f235aa4ae39632
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 17 01:02:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 22:47:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518a5241

media-sound/linuxsampler: 2.1.0 version bump

Bug: https://bugs.gentoo.org/635052
Closes: https://bugs.gentoo.org/556330
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/linuxsampler/Manifest  |  1 +
 media-sound/linuxsampler/linuxsampler-2.1.0.ebuild | 76 ++
 media-sound/linuxsampler/metadata.xml  | 15 +++--
 3 files changed, 85 insertions(+), 7 deletions(-)

diff --git a/media-sound/linuxsampler/Manifest 
b/media-sound/linuxsampler/Manifest
index a9e4ee8fc1e..a686bf85835 100644
--- a/media-sound/linuxsampler/Manifest
+++ b/media-sound/linuxsampler/Manifest
@@ -1 +1,2 @@
 DIST linuxsampler-2.0.0.tar.bz2 1318939 BLAKE2B 
75454863e0c56518f2a423ee11567758e1605c450389e6c723d76913319d6bd7ad25c4853d9f1982551c256848fd671f257004f1fc77fb6928b252007830c0f3
 SHA512 
f4a57117dbec3eeb9d6d670fec76e928ef9d9e49a1a8c6bd654d6114efdc203861e7865005f06265c172e29b5e0a948eac160377dcdabc5244caed5e5ca7e441
+DIST linuxsampler-2.1.0.tar.bz2 1154834 BLAKE2B 
1be8a14bb6c13d90f4068cc2e25211dccc8253a114234ba560136d9da9a806d101db49116698fe53353a649c77513d244700d7bb65be04d0eb4d10ef057898d6
 SHA512 
503db074437b07e3e8dc8d1cb0aa3a510a62d183148157c1a4757681a4319e531bd6a1486a83c0ab9721dde82e27306150f3be87476c9298b2335438670e19a7

diff --git a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild 
b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
new file mode 100644
index 000..258fedcbf95
--- /dev/null
+++ b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Software audio sampler engine with professional grade features"
+HOMEPAGE="https://www.linuxsampler.org/;
+SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="alsa doc jack lv2 sf2 sqlite"
+REQUIRED_USE="|| ( alsa jack )"
+
+RDEPEND="
+   >=media-libs/libgig-4.1.0
+   media-libs/libsndfile[-minimal]
+   alsa? ( media-libs/alsa-lib )
+   jack? ( virtual/jack )
+   lv2? ( media-libs/lv2 )
+   sqlite? ( >=dev-db/sqlite-3.3 )
+"
+DEPEND="${RDEPEND}
+   media-libs/dssi
+   media-libs/ladspa-sdk
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.0.0-nptl-hardened.patch"
+   "${FILESDIR}/${PN}-2.0.0-lv2-automagic.patch"
+)
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_prepare() {
+   default
+   # Force regeneration of the file to let it build with all bison
+   # versions, bug #556204
+   rm src/network/lscpparser.cpp || die
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-arts-driver
+   --disable-static
+   $(use_enable alsa alsa-driver)
+   $(use_enable jack jack-driver)
+   $(use_enable lv2)
+   $(use_enable sqlite instruments-db)
+   $(use_enable sf2 sf2-engine)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+   use doc && emake docs
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   default
+   find "${D}" -name '*.la' -delete || die
+
+   # lscp files conflict with nilfs-utils, bug #556330
+   mv "${D}/usr/bin/lscp" "${D}/usr/bin/lscp-${PN}" || die
+   mv "${D}/usr/share/man/man1/lscp.1" 
"${D}/usr/share/man/man1/lscp-${PN}.1" || die
+}

diff --git a/media-sound/linuxsampler/metadata.xml 
b/media-sound/linuxsampler/metadata.xml
index 188b388f69c..f1a8718cd39 100644
--- a/media-sound/linuxsampler/metadata.xml
+++ b/media-sound/linuxsampler/metadata.xml
@@ -1,11 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  so...@gentoo.org
-  Gentoo Sound project
-  
-  
-Add support for Ladspa V2
-  
+   
+   so...@gentoo.org
+   Gentoo Sound project
+   
+   
+   Add support for Ladspa V2
+   Add support for SoundFont 2 sound bank 
files
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/

2018-12-23 Thread Andreas K. Hüttel
commit: 078e2e819a0cad0ac86399c2767e82c86748351c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 23 22:25:04 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 23 22:31:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078e2e81

sci-visualization/spyview: Add live ebuild

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-visualization/spyview/spyview-.ebuild | 75 +++
 1 file changed, 75 insertions(+)

diff --git a/sci-visualization/spyview/spyview-.ebuild 
b/sci-visualization/spyview/spyview-.ebuild
new file mode 100644
index 000..8250f9599d4
--- /dev/null
+++ b/sci-visualization/spyview/spyview-.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="2D and 3D data visualization and analysis program"
+HOMEPAGE="https://github.com/gsteele13/spyview;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/gsteele13/spyview.git;
+else
+   
SRC_URI="https://github.com/gsteele13/spyview/archive/966012afae2fbb77262bd96a7e530e81b0ed3b90.tar.gz
 -> $P.tgz
+   https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/boost-1.62.0:=
+   media-libs/netpbm
+   x11-libs/fltk:1[opengl]
+   app-text/ghostscript-gpl
+   virtual/glu
+"
+
+DEPEND="${COMMON_DEPEND}
+   sys-apps/groff"
+
+RDEPEND="${COMMON_DEPEND}
+   sci-visualization/gnuplot"
+
+PATCHES=(
+   "${WORKDIR}/${P}-patchset/${P}"-gnuplot_interface_fix.patch
+   "${WORKDIR}/${P}-patchset/${P}"-gcc6cxx14-9.patch
+)
+
+src_unpack() {
+   if [[ ${PV} == ** ]] ; then
+   git-r3_src_unpack
+   S="${WORKDIR}/${P}/source"
+   else
+   default
+   mv -v "${WORKDIR}"/spyview-*/source "${S}" || die
+   fi
+}
+
+src_prepare() {
+   append-cflags $(fltk-config --cflags)
+   append-cxxflags $(fltk-config --cxxflags)
+
+   append-cxxflags -std=c++14
+
+   append-cppflags -I"${EPREFIX}"/usr/include/netpbm
+
+   # append-ldflags $(fltk-config --ldflags)
+   # this one leads to an insane amount of warnings
+   append-ldflags -L$(dirname $(fltk-config --libs))
+
+   while IFS="" read -d $'\0' -r file; do
+   sed -i -e 's:-mwindows -mconsole::g' "$file" || die
+   done < <(find "${S}" -name Makefile.am -print0)
+
+   if [[ ${PV} == ** ]] ; then
+   eapply_user
+   else
+   default
+   fi
+   eautoreconf
+}



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

2018-12-23 Thread Patrice Clement
commit: ce0b2113e527cfdf163da09efd1c9bfe1ed2b294
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 19 19:41:03 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0b2113

dev-util/dwdiff: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/dwdiff/Manifest   |  1 -
 dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild | 47 --
 dev-util/dwdiff/dwdiff-2.1.0.ebuild| 40 -
 3 files changed, 88 deletions(-)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 25ebc3de4a8..f8b513e7590 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,3 +1,2 @@
-DIST dwdiff-2.1.0.tar.bz2 79224 BLAKE2B 
a201c300532757d293bbcdc61f91d81e3a2dcbc4847540bae278be561535b7ef2b6a191e2946b8af941f6550168893a17365e3020771a4468387567c4b3452f3
 SHA512 
63e5ea3ae510c84fa2353da55bbc3cfac3a3753e1cebfb42c387218289a5e19d8e68af663181720a55eca05e49ef075db7d5dafda9dc4d57b9af503553ae9021
 DIST dwdiff-2.1.1.tar.bz2 79628 BLAKE2B 
eb024d9c0eff18de9eee4a0fcf2d6a9ef6b049286ebb7f9715ddf18d920cacaab2738f04607b358be784f9d3e1c25f279ede620d412fad026f3280b9f8ee471f
 SHA512 
b3392ef01c0701ea7738f1b539dab81727735e5de8ea77b56feae4e2f64dbda0155b479d7be0eedb65fc56ebc8d1a22c1ca67075abdec54205ad9c305b3751b7
 DIST dwdiff-2.1.2.tar.bz2 79282 BLAKE2B 
c938c9684d6ee1abacd77c1570b88157548e217e1837758f6c45266e29abc3857c6d4275d72126c29cc361e484722fe1d8c85a3714ac909b35a06d8390fb6506
 SHA512 
e4897ec3990261ddadf1fd4287902dd74c8350d11448714be8ea4b7808fc7d419ca2fd7fe65f347f46fdb1090d2d116c180a53fde3ff095027765f40acaa1c91

diff --git a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
deleted file mode 100644
index b549a993aca..000
--- a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
-SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="nls"
-
-CDEPEND="dev-libs/icu:="
-
-RDEPEND="
-   ${CDEPEND}
-   sys-apps/diffutils"
-
-DEPEND="
-   ${CDEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext)
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}

diff --git a/dev-util/dwdiff/dwdiff-2.1.0.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
deleted file mode 100644
index acd2c98c734..000
--- a/dev-util/dwdiff/dwdiff-2.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
-SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-COMMON_DEPEND="dev-libs/icu:="
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/diffutils"
-DEPEND="${COMMON_DEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext) || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}



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

2018-12-23 Thread Patrice Clement
commit: 8fa8f22fff8510047f9e09382f8259d1ff304c0c
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 20 20:23:46 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa8f22f

app-vim/merginal: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/merginal/Manifest  |  1 -
 app-vim/merginal/merginal-2.0.2.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-vim/merginal/Manifest b/app-vim/merginal/Manifest
index 748f694aa0b..137e14b70a3 100644
--- a/app-vim/merginal/Manifest
+++ b/app-vim/merginal/Manifest
@@ -1,2 +1 @@
-DIST merginal-2.0.2.tar.gz 15048 BLAKE2B 
0c69f383ccb076e49b1ffcd7e74944c30b0d5e61054d636873a6391b39e4da6f1613f0f0a43d79b986a4681e4e7bd27a37f872e21a0e3df4520355a646a0adcf
 SHA512 
fd2162491e04afdcf9c81770a3082c035b32ecfd8808be035db64ba6ed4ed4076c692d067f261c093fe12b467e020bb7c6770deabecf72e6631e1248d569b721
 DIST merginal-2.1.0.tar.gz 13510 BLAKE2B 
c44f3873f36ee540e69f1cd87558e2601f944f430d15ae0e863adbba5383637ddbae2bee01cf1f7788f677a159da7870a83b909562813f8817d610e85f9d4a96
 SHA512 
3514c210a016d3446e73b7acc8a8a4cc2427e0133df81d7c644aaa1465e9c5945d3f46b7cac697f70cac990563e595305360991cdaa8244032167aea5f88eaed

diff --git a/app-vim/merginal/merginal-2.0.2.ebuild 
b/app-vim/merginal/merginal-2.0.2.ebuild
deleted file mode 100644
index d74ee03f7bc..000
--- a/app-vim/merginal/merginal-2.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-MY_PN=vim-${PN}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim script: fugitive extension to manage and merge git branches"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/;
-SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-vim/fugitive"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   rm README.md || die
-   default
-}



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

2018-12-23 Thread Patrice Clement
commit: 78971e049b03e5913042a4869a00673f18075941
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 20 20:20:33 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78971e04

app-vim/merginal: stable for amd64+x86.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/merginal/merginal-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/merginal/merginal-2.1.0.ebuild 
b/app-vim/merginal/merginal-2.1.0.ebuild
index fbe6b96d461..747a5ef9967 100644
--- a/app-vim/merginal/merginal-2.1.0.ebuild
+++ b/app-vim/merginal/merginal-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2018-12-23 Thread Patrice Clement
commit: 9e7f0135fff36ae3c3ff8f24724557b19b14f07c
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Dec 21 18:23:18 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7f0135

app-vim/slimv: stable for amd64+x86.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/slimv/slimv-0.9.13_p20170910.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/slimv/slimv-0.9.13_p20170910.ebuild 
b/app-vim/slimv/slimv-0.9.13_p20170910.ebuild
index 9f4e50a10ec..ab6f8f4b3d3 100644
--- a/app-vim/slimv/slimv-0.9.13_p20170910.ebuild
+++ b/app-vim/slimv/slimv-0.9.13_p20170910.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ DESCRIPTION="vim plugin: aid Lisp development by providing a 
SLIME-like Lisp and
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2531 
https://github.com/kovisoft/slimv;
 SRC_URI="https://github.com/kovisoft/slimv/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
|| (



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

2018-12-23 Thread Patrice Clement
commit: 72444aa1160c966ad74733af41b8d60e9cf3bcc4
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 19 19:36:48 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72444aa1

dev-util/dwdiff: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/dwdiff/Manifest|  1 +
 dev-util/dwdiff/dwdiff-2.1.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 1fca8ab9765..25ebc3de4a8 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,2 +1,3 @@
 DIST dwdiff-2.1.0.tar.bz2 79224 BLAKE2B 
a201c300532757d293bbcdc61f91d81e3a2dcbc4847540bae278be561535b7ef2b6a191e2946b8af941f6550168893a17365e3020771a4468387567c4b3452f3
 SHA512 
63e5ea3ae510c84fa2353da55bbc3cfac3a3753e1cebfb42c387218289a5e19d8e68af663181720a55eca05e49ef075db7d5dafda9dc4d57b9af503553ae9021
 DIST dwdiff-2.1.1.tar.bz2 79628 BLAKE2B 
eb024d9c0eff18de9eee4a0fcf2d6a9ef6b049286ebb7f9715ddf18d920cacaab2738f04607b358be784f9d3e1c25f279ede620d412fad026f3280b9f8ee471f
 SHA512 
b3392ef01c0701ea7738f1b539dab81727735e5de8ea77b56feae4e2f64dbda0155b479d7be0eedb65fc56ebc8d1a22c1ca67075abdec54205ad9c305b3751b7
+DIST dwdiff-2.1.2.tar.bz2 79282 BLAKE2B 
c938c9684d6ee1abacd77c1570b88157548e217e1837758f6c45266e29abc3857c6d4275d72126c29cc361e484722fe1d8c85a3714ac909b35a06d8390fb6506
 SHA512 
e4897ec3990261ddadf1fd4287902dd74c8350d11448714be8ea4b7808fc7d419ca2fd7fe65f347f46fdb1090d2d116c180a53fde3ff095027765f40acaa1c91

diff --git a/dev-util/dwdiff/dwdiff-2.1.2.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
new file mode 100644
index 000..0ed5a821f25
--- /dev/null
+++ b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="diff-like program operating at word level instead of line level"
+HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
+SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="nls"
+
+CDEPEND="dev-libs/icu:="
+
+RDEPEND="
+   ${CDEPEND}
+   sys-apps/diffutils"
+
+DEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/INSTALL/s:COPYING::' \
+   Makefile.in || die
+}
+
+src_configure() {
+   ./configure \
+   --prefix=/usr \
+   $(use_with nls gettext)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
+}



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

2018-12-23 Thread Patrice Clement
commit: 0a256d6fad5d8e24bf58ff7b8a0e890fcb487276
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Dec 21 18:28:37 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a256d6f

app-vim/slimv: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/slimv/Manifest   |  1 -
 app-vim/slimv/slimv-0.9.12-r1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-vim/slimv/Manifest b/app-vim/slimv/Manifest
index a89a4e8879d..4bf789366c1 100644
--- a/app-vim/slimv/Manifest
+++ b/app-vim/slimv/Manifest
@@ -1,2 +1 @@
-DIST slimv-0.9.12.tar.bz2 614025 BLAKE2B 
8740e905a12b28715f953fecfdde3c7d6b4eeb74fc190c433bdb7120b3a6af5d5c9c2ced3f57a43ab8b9bd1402cb15462892343bb621f8b56453d98a909ff882
 SHA512 
7ccf617780c5d6b8d25738546cb9df6986b4409748a5938e8d9112b057d34626a6b8525fb8622db06d0f300d6ec38f7513ef2c0e49df3bcd8961487ca057
 DIST slimv-0.9.13_p20170910.tar.gz 634493 BLAKE2B 
af7963e1d1b60b20294c935ecd076220777eec333b4e91bac82a111b727ce71c312c347b865f9e0c9072c0f94b40dc920b15feaf10f8683e1bba7590a177e62e
 SHA512 
562e08866d62a6af5c20064a4533da7f0577ceb43391fac59acc0bb9c76319e3520c951c325277edbb2d0461fa227b91456c54ec5d9d1e3bca18d344f3e9a5e2

diff --git a/app-vim/slimv/slimv-0.9.12-r1.ebuild 
b/app-vim/slimv/slimv-0.9.12-r1.ebuild
deleted file mode 100644
index 1d601bfbaee..000
--- a/app-vim/slimv/slimv-0.9.12-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp 
and Clojure REPL"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2531 
https://github.com/kovisoft/slimv;
-SRC_URI="https://bitbucket.org/kovisoft/${PN}/get/${PV}.tar.bz2 -> 
${P}.tar.bz2"
-LICENSE="public-domain"
-KEYWORDS="amd64 x86"
-
-RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] 
app-editors/gvim[python,${PYTHON_USEDEP}] )
-   ${PYTHON_DEPS}
-   || (
-   dev-lisp/clisp
-   dev-lang/clojure
-   dev-lisp/abcl
-   dev-lisp/clozurecl
-   dev-lisp/ecls
-   dev-lisp/sbcl
-   )"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-   # remove emacs related files
-   rm -r slime swank-clojure || die
-}



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

2018-12-23 Thread Patrice Clement
commit: 815e1054d381272960cffd84bd30477680ba28db
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec 15 20:43:45 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815e1054

app-vim/frawor: mark stable for amd64+x86.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/frawor/frawor-0.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/frawor/frawor-0.2.3.ebuild 
b/app-vim/frawor/frawor-0.2.3.ebuild
index 6a80c16a595..1f54b221723 100644
--- a/app-vim/frawor/frawor-0.2.3.ebuild
+++ b/app-vim/frawor/frawor-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/ZyX_I/frawor;
 SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz;
 
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # Tests rely on zsh. No.
 RESTRICT="test"



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

2018-12-23 Thread Patrice Clement
commit: 84276e9da731340e3dacbde43528c1dba75d0f8f
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 23 21:11:12 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84276e9d

app-vim/tasklist: inherit vcs-snapshot.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/tasklist/tasklist-1.0.1.ebuild | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/app-vim/tasklist/tasklist-1.0.1.ebuild 
b/app-vim/tasklist/tasklist-1.0.1.ebuild
index b855acd9718..87c74326cb3 100644
--- a/app-vim/tasklist/tasklist-1.0.1.ebuild
+++ b/app-vim/tasklist/tasklist-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit vim-plugin
+inherit vim-plugin vcs-snapshot
 
 DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607;
@@ -11,9 +11,3 @@ 
SRC_URI="https://github.com/vim-scripts/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_unpack() {
-   default
-   mv vim-* "${P}" || die
-}



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

2018-12-23 Thread Patrice Clement
commit: e2c09dd3cd539afad6199f07321e95f1b703e72c
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 23 21:11:51 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c09dd3

app-vim/tasklist: stable for amd64+x86.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/tasklist/tasklist-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/tasklist/tasklist-1.0.1.ebuild 
b/app-vim/tasklist/tasklist-1.0.1.ebuild
index 87c74326cb3..a8060181dc4 100644
--- a/app-vim/tasklist/tasklist-1.0.1.ebuild
+++ b/app-vim/tasklist/tasklist-1.0.1.ebuild
@@ -10,4 +10,4 @@ 
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607;
 SRC_URI="https://github.com/vim-scripts/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"



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

2018-12-23 Thread Patrice Clement
commit: 562b19093631fbe7f1a414ef9a2ea0a390dca099
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 19 19:39:21 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562b1909

dev-util/dwdiff: stable for amd64+x86+ppc.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-util/dwdiff/dwdiff-2.1.1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
index b549a993aca..87a39fe8de0 100644
--- a/dev-util/dwdiff/dwdiff-2.1.1.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="nls"
 
 CDEPEND="dev-libs/icu:="



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/, dev-games/openscenegraph/files/

2018-12-23 Thread Andreas Sturmlechner
commit: 0ec5d47a8dd8656ace81f69e8eef7069e2735909
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 21:38:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 21:41:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec5d47a

dev-games/openscenegraph: 3.6.3 version bump

Closes: https://bugs.gentoo.org/601772
Closes: https://bugs.gentoo.org/659254
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-games/openscenegraph/Manifest  |   1 +
 .../files/openscenegraph-3.6.3-cmake.patch |  12 ++
 .../files/openscenegraph-3.6.3-docdir.patch|  73 ++
 dev-games/openscenegraph/metadata.xml  |   1 +
 .../openscenegraph/openscenegraph-3.6.3.ebuild | 150 +
 5 files changed, 237 insertions(+)

diff --git a/dev-games/openscenegraph/Manifest 
b/dev-games/openscenegraph/Manifest
index bb69360afc5..f002f9143fe 100644
--- a/dev-games/openscenegraph/Manifest
+++ b/dev-games/openscenegraph/Manifest
@@ -1 +1,2 @@
 DIST OpenSceneGraph-3.5.5.tar.gz 5666085 BLAKE2B 
f474f7e62476c816cc9b036995f2571e65d33ed426a95eb2727994fd2c46e95457bf5392e488556e53c13c30bd46250f0c3d871678a4de234eae8953c03560a6
 SHA512 
f4a890bfbabab0ed8d50ad50e8f9ae5aa6edd4a73eda30d6c53ad478889608f7c980306a79549ca1e472cdd3df8061af03537c8139fa6446b00aebf47ec26827
+DIST OpenSceneGraph-3.6.3.tar.gz 5784660 BLAKE2B 
b117a10d7be8fa456d739eb04f218cf9565ea4bd5a91642ada3bde5cc194a71809482ca2e6f2b4ff977fd26f3a855e27392ac60921e4217b72ebd828efa4df0e
 SHA512 
5d66002cffa935ce670a119ffaebd8e4709acdf79ae2b34b37ad9df284ec8a1a74fee5a7a4109fbf3da6b8bd857960f2b7ae68c4c2e26036edbf484fccf08322

diff --git a/dev-games/openscenegraph/files/openscenegraph-3.6.3-cmake.patch 
b/dev-games/openscenegraph/files/openscenegraph-3.6.3-cmake.patch
new file mode 100644
index 000..708c6865968
--- /dev/null
+++ b/dev-games/openscenegraph/files/openscenegraph-3.6.3-cmake.patch
@@ -0,0 +1,12 @@
+--- a/CMakeModules/OsgMacroUtils.cmake
 b/CMakeModules/OsgMacroUtils.cmake
+@@ -463,7 +463,7 @@ MACRO(SETUP_EXAMPLE EXAMPLE_NAME)
+ IF(APPLE)
+ INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION 
share/OpenSceneGraph/bin BUNDLE DESTINATION share/OpenSceneGraph/bin )
+ ELSE(APPLE)
+-INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION 
share/OpenSceneGraph/bin COMPONENT openscenegraph-examples )
++INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION bin 
COMPONENT openscenegraph-examples )
+ IF(MSVC)
+ INSTALL(FILES 
${CMAKE_CURRENT_BINARY_DIR}/${TARGET_TARGETNAME}${CMAKE_RELWITHDEBINFO_POSTFIX}.pdb
 DESTINATION share/OpenSceneGraph/bin COMPONENT openscenegraph-examples 
CONFIGURATIONS RelWithDebInfo)
+ INSTALL(FILES 
${CMAKE_CURRENT_BINARY_DIR}/${TARGET_TARGETNAME}${CMAKE_DEBUG_POSTFIX}.pdb 
DESTINATION share/OpenSceneGraph/bin COMPONENT openscenegraph-examples 
CONFIGURATIONS Debug)
+

diff --git a/dev-games/openscenegraph/files/openscenegraph-3.6.3-docdir.patch 
b/dev-games/openscenegraph/files/openscenegraph-3.6.3-docdir.patch
new file mode 100644
index 000..75dd48b3068
--- /dev/null
+++ b/dev-games/openscenegraph/files/openscenegraph-3.6.3-docdir.patch
@@ -0,0 +1,73 @@
+From 1dfc0e3218e15b94f7b145c8f5b2bf61974b9573 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 23 Dec 2018 22:10:49 +0100
+Subject: [PATCH 1/2] Add GNUInstallDirs for standard installation directories
+
+Distributions are given standard variables for already existing hooks.
+Multiarch libdirs is taken care of automagically.
+Raises minimum cmake version by a little (2.8.5 is enough).
+---
+ CMakeLists.txt | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 064d4e289..777265e0e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -13,7 +13,7 @@ SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 0)
+ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
+ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+ 
+-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR)
++CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5 FATAL_ERROR)
+ 
+ if(COMMAND cmake_policy)
+ # Works around warnings libraries linked against that don't
+@@ -767,6 +767,7 @@ ELSE()
+ # FIND_PACKAGE(PythonLibs)
+ ENDIF()
+ 
++INCLUDE(GNUInstallDirs)
+ # Include macro utilities here
+ INCLUDE(OsgMacroUtils)
+ 
+-- 
+2.20.1
+
+
+From d2be900de7b5fb4e23d9429c02269f671962c670 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 23 Dec 2018 22:12:33 +0100
+Subject: [PATCH 2/2] Replace OPENJPEG_INSTALL_DOC_DIR with
+ CMAKE_INSTALL_DOCDIR
+
+This changes the default doc installdir to DATAROOTDIR/doc/PROJECT_NAME
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 777265e0e..e1ed1bd51 100644
+--- a/CMakeLists.txt
 

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

2018-12-23 Thread Andreas Sturmlechner
commit: 7d3c4949d5523c270366ec441fbd4297e31f44be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 20:04:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 21:42:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3c4949

dev-games/openscenegraph-qt: 3.5.7 version bump, add USE webkit

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

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-games/openscenegraph-qt/Manifest   |  1 +
 .../openscenegraph-qt-3.5.7.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-games/openscenegraph-qt/Manifest 
b/dev-games/openscenegraph-qt/Manifest
index 3accf1d3ebe..0b3cb012b19 100644
--- a/dev-games/openscenegraph-qt/Manifest
+++ b/dev-games/openscenegraph-qt/Manifest
@@ -1 +1,2 @@
 DIST osgQt-3.5.5.tar.gz 1003973 BLAKE2B 
4646fc0d01a5fc3023acb4be9d8b9e9982faf3849b9c7dbe775ff06642b9540559ef67189f31ebcf6a2fe49d24066d744ce9cfd409e76c9143ac16867648a620
 SHA512 
50faee9a1539c1e29bb1c244fa32194b22cbe43f43980b7c270aa45cd225ac5e3fe9445d63b1efb767c8a2ce8e5ffa417783d1a446ed965b23a06100a241d498
+DIST osgQt-3.5.7.tar.gz 1000217 BLAKE2B 
f0279b122fc9492d29ea0c55afa81376d2ad4a35c42b301312137ca6d375fd2ef519efacfaf2f77b9dc3a7a26313b3d3213fc0589359c89695835f12488e6efb
 SHA512 
5698b824f6e747eaf19b970784dce6e38fbe50176e6c5d0cab86dab417c8831036c0f050fc52f1ab2a79925f8356dd43559aa123aab4b70a4df28273125e4d03

diff --git a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild 
b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild
new file mode 100644
index 000..1a1be79e419
--- /dev/null
+++ b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="osgQt"
+MY_P=${MY_PN}-${PV}
+inherit cmake-utils
+
+DESCRIPTION="Qt support for OpenSceneGraph"
+HOMEPAGE="http://www.openscenegraph.org/;
+SRC_URI="https://github.com/openscenegraph/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="wxWinLL-3 LGPL-2.1"
+SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="examples webkit"
+
+RDEPEND="
+   >=dev-games/openscenegraph-3.6.3:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   webkit? ( dev-qt/qtwebkit:5 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5.5-cmake.patch
+   "${FILESDIR}"/${PN}-3.5.5-qt-5.11b3.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DDYNAMIC_OPENSCENEGRAPH=ON
+   -DDESIRED_QT_VERSION=5
+   -DBUILD_OSG_EXAMPLES=$(usex examples)
+   $(cmake-utils_use_find_package webkit Qt5WebKitWidgets)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/

2018-12-23 Thread Thomas Deutschmann
commit: 905a8a50f83c625bf64af231c472076106f79f3b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 23 21:21:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 23 21:21:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905a8a50

sys-devel/automake: x86 stable (bug #673592)

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

 sys-devel/automake/automake-1.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.16.1-r1.ebuild 
b/sys-devel/automake/automake-1.16.1-r1.ebuild
index 3fa34348bd9..8ebabc10001 100644
--- a/sys-devel/automake/automake-1.16.1-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.1-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P=${P}
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



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

2018-12-23 Thread Thomas Deutschmann
commit: 04a3888a4ca4869a2be24a54248dca71903cebf0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 23 21:23:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 23 21:23:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a3888a

mail-client/thunderbird: x86 stable (bug #673594)

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

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

diff --git a/mail-client/thunderbird/thunderbird-60.4.0.ebuild 
b/mail-client/thunderbird/thunderbird-60.4.0.ebuild
index c3d4b19cab2..5fb0367108a 100644
--- a/mail-client/thunderbird/thunderbird-60.4.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.4.0.ebuild
@@ -37,7 +37,7 @@ inherit check-reqs flag-o-matic toolchain-funcs gnome2-utils 
llvm mozcoreconf-v6
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="https://www.mozilla.org/thunderbird;
 
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="bindist clang dbus debug hardened jack lightning neon pulseaudio



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

2018-12-23 Thread Andreas K. Hüttel
commit: 8f9801b5427de30838519576475675fa712884ff
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 23 21:02:00 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 23 21:03:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9801b5

package.mask: Drop Unicode-Collate from 5.28 mask, now in perl-core

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 16440f98473..9c926d38e79 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -291,7 +291,6 @@ net-analyzer/mate-netspeed
 =virtual/perl-Test-1.310.0
 =virtual/perl-Time-HiRes-1.975.900
 =virtual/perl-Time-Piece-1.320.400
-=virtual/perl-Unicode-Collate-1.250.0
 =virtual/perl-Unicode-Normalize-1.260.0
 =virtual/perl-XSLoader-0.300.0
 =virtual/perl-bignum-0.490.0



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

2018-12-23 Thread Andreas K. Hüttel
commit: 3c811b83a43527a3b0db24afaa333d63f04f73ad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 23 21:00:20 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 23 21:03:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c811b83

perl-core/Unicode-Collate: Version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 perl-core/Unicode-Collate/Manifest |  1 +
 .../Unicode-Collate/Unicode-Collate-1.250.0.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/perl-core/Unicode-Collate/Manifest 
b/perl-core/Unicode-Collate/Manifest
index a1048d0b0e1..0a884af803f 100644
--- a/perl-core/Unicode-Collate/Manifest
+++ b/perl-core/Unicode-Collate/Manifest
@@ -1,3 +1,4 @@
 DIST Unicode-Collate-1.14.tar.gz 866047 BLAKE2B 
1cc61fb1401a7946abf03a86c246b8a1e60ba3bce65d444b86e25431f54cf21e849461e4b19ce40ad015b831156a739195404e64e2e3b449004e061cc23efd75
 SHA512 
a234c7ebb2f92886a68e39b681cb428bf99dd999f6a12ce137b132824072a07a60df3d26a4b147b2ec52c61df4f7c2fab5dad5cb40cce27fdff021cdf8208568
 DIST Unicode-Collate-1.19.tar.gz 886811 BLAKE2B 
44319a215f0a8f519dfff8d6c0ae6942ac712bc698266ea9e12d58c076a6c10e67640afc338d584c3cb69d2974a2c6cd29c7fdfd451b928f019177af9b46dc2a
 SHA512 
580bca6e96dd474b223ec9f971d6b8a4fc96d1bbffdc278dfa679d511455940e088f19069647715c2ae7c8e52972a59107cbc6d1bf3537de1c314feab2f4c21b
 DIST Unicode-Collate-1.21.tar.gz 893521 BLAKE2B 
2e8ee9f3a580578844eb393f1dd2b67a92b896cb52a83eb300e2fa68fc2e380dc69291295bdbbd926f2dac1997369b18377c85f5b670dc987cf4b153e0a07d1a
 SHA512 
a603d7affb60c4064325ee7a409570d40787e1fe9f50310fb6a1a1f6fe51d92a7ce398edfbb6fc708e48cb0eff1c5afc03695ea07d37a6c9bbb63e7eb104aa54
+DIST Unicode-Collate-1.25.tar.gz 894836 BLAKE2B 
e8c16c4e0a126abdaef6a0130371b1e13f41476f00ff3e4a73f9b9c3e845d5ae8a367dfd5f354e6aff0e0e7bcadfd990f558edd44c3e2ad66f255f3c601ea7a2
 SHA512 
f7c7147fbdbe0699a77874d3c5fd5c1810a9a79f1880682a6329a6b85b14f8cda294b0de0ae2cfdfed14b6f9c7000dbbe38f96dde1e23a88960b8702a1457993

diff --git a/perl-core/Unicode-Collate/Unicode-Collate-1.250.0.ebuild 
b/perl-core/Unicode-Collate/Unicode-Collate-1.250.0.ebuild
new file mode 100644
index 000..82557eab088
--- /dev/null
+++ b/perl-core/Unicode-Collate/Unicode-Collate-1.250.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SADAHIRO
+DIST_VERSION=1.25
+inherit perl-module
+
+DESCRIPTION="Unicode Collate Algorithm"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-File-Spec
+   virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-convmvfs/

2018-12-23 Thread Tim Harder
commit: 72aacea070b1e166bc26109ab59ecd6110e4ddcc
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 20:54:37 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:54:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72aacea0

sys-fs/fuse-convmvfs: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild 
b/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild
deleted file mode 100644
index 0d66eb3f3fd..000
--- a/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="FUSE file system to convert filename charset"
-HOMEPAGE="http://fuse-convmvfs.sourceforge.net/;
-SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-fs/fuse"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   default
-   exeinto /sbin
-   doexe "${FILESDIR}/mount.convmvfs"
-}



[gentoo-commits] proj/sci:master commit in: sci-biology/mouse-brain-atlases/

2018-12-23 Thread Horea Christian
commit: 657ca50e1e5b47dc1784fafa431a466b9b805aca
Author: Horea Christian  yandex  com>
AuthorDate: Sun Dec 23 20:54:47 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Dec 23 20:55:01 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=657ca50e

sci-biology/mouse-brain-atlases: version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 .../mouse-brain-atlases-0.5.ebuild | 44 ++
 1 file changed, 44 insertions(+)

diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.ebuild 
b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.ebuild
new file mode 100644
index 0..65963d55a
--- /dev/null
+++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
+HOMEPAGE="https://github.com/IBT-FMI/mouse-brain-atlases;
+SRC_URI="
+   http://chymera.eu/distfiles/${P}.tar.xz
+   hires? ( http://chymera.eu/distfiles/${PN}HD-${PV}.tar.xz )
+   "
+
+LICENSE="fairuse"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="hires"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+   if use hires; then
+   CHECKREQS_DISK_BUILD="4G"
+   CHECKREQS_DISK_USR="4G"
+   CHECKREQS_DISK_VAR="8G"
+   else
+   CHECKREQS_DISK_BUILD="500M"
+   fi
+   check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+   insinto "/usr/share/${PN}"
+   doins *
+   if use hires; then
+   cd "../${PN}HD-${PV}"
+   doins *
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-convmvfs/

2018-12-23 Thread Tim Harder
commit: 35b08fdc03d1c6ea78948bc918c92c3ee95531f0
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 20:53:58 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:53:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b08fdc

sys-fs/fuse-convmvfs: use slotted sys-fs/fuse dep

And add missing virtual/pkgconfig build dep.

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6-r1.ebuild | 23 ++
 1 file changed, 23 insertions(+)

diff --git a/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6-r1.ebuild 
b/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6-r1.ebuild
new file mode 100644
index 000..9c7794b8a8f
--- /dev/null
+++ b/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE file system to convert filename charset"
+HOMEPAGE="http://fuse-convmvfs.sourceforge.net/;
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/fuse:0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   exeinto /sbin
+   doexe "${FILESDIR}/mount.convmvfs"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/

2018-12-23 Thread Tim Harder
commit: 7243f63ef2da545bea62ae90eadff0e4bf4643c5
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 20:43:19 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:43:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7243f63e

sys-fs/ldapfuse: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild 
b/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
deleted file mode 100644
index c6a326959d2..000
--- a/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP 
tree"
-HOMEPAGE="https://sourceforge.net/projects/ldapfuse/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   net-nds/openldap
-   sys-fs/fuse
-   >=sys-libs/libhx-3.12"
-
-DEPEND="
-   ${RDEPEND}
-   app-arch/xz-utils
-   virtual/pkgconfig"
-
-DOCS=( doc/changelog.txt doc/rfcs.txt )



[gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/

2018-12-23 Thread Tim Harder
commit: 4831e51b3a8372cd583e725b6f89c3f349fb4f0a
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 20:43:01 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:43:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4831e51b

sys-fs/ldapfuse: add sys-fs/fuse slot dep

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild 
b/sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild
new file mode 100644
index 000..22f15a54b35
--- /dev/null
+++ b/sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP 
tree"
+HOMEPAGE="https://sourceforge.net/projects/ldapfuse/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   net-nds/openldap
+   sys-fs/fuse:0
+   >=sys-libs/libhx-3.12"
+
+DEPEND="
+   ${RDEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig"
+
+DOCS=( doc/changelog.txt doc/rfcs.txt )



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

2018-12-23 Thread Tim Harder
commit: 376b455d0d2eb779cd75ac2884ea59885d286292
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 19:19:01 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376b455d

app-misc/dateutils: version bump to 0.4.5

Signed-off-by: Tim Harder  gentoo.org>

 app-misc/dateutils/Manifest   |  1 +
 app-misc/dateutils/dateutils-0.4.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 52351e37d2f..1453fc6e6c7 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,3 +1,4 @@
 DIST dateutils-0.4.1.tar.xz 611460 BLAKE2B 
f6dc70388e1cd269e5b666dfb23d8eace3dd98408538e102e220344e71670084fb6591dd213d625b33a57adde929f7ee5aa064950742b38c29fa4bec1cd3b9f3
 SHA512 
c13461de6dad483b0014692a2319a7bf9ed1677415b8ee168131b397086f75725eb8b4e833d8b4a22f4aa726d6aca74be2597c2e07ef75a036cfea9bf67ccf1b
 DIST dateutils-0.4.2.tar.xz 620196 BLAKE2B 
b2aa265db45c92e68ed2fa51d824eb2c5bef2cf1d663fcb1033cde4e8a818ac8c024554dd42c030aa0e3bbba1c07717c3040b9573291edb3bc740e92113f9406
 SHA512 
0b6e98bd9402dc3629122c3d68ab54df547ce779806661cc01df3625ab7cedb429d943ef46e151653283c1ac6c557f4bf14b3b5adaafbcac1d0a86c6d12895fd
 DIST dateutils-0.4.3.tar.xz 631216 BLAKE2B 
1c9184e589eb01ff1da8be941afa5abb8095ef4b61a22d14e5c06f4faad175e2e9d8cf7077655f170033a125b7594d554e6996bbd0dd6f6508c16076d069e285
 SHA512 
0210ad1f47aec77b8b87a520da9155430b52068e53733ef7bb26dfa10e8651f2190171537d4317adf888733e9377f961d5ed070efacd8ca18139225fa8c185ca
+DIST dateutils-0.4.5.tar.xz 635908 BLAKE2B 
2766522f81ff94ec70772ff91d1a0a08f4b07c2d6f99fce85a0c3363c74e0caede4bedfcafbd610bf2a401ac2f027f9b2fcebe198e4bf94c7ffcb2048da4947e
 SHA512 
91d7b83dc70a0f46920c6bb5b1f456d6b3b5a8f9511218ac74888006501adef5c938f95e424ca8537e2a69bf632b2a08ef4a2536d89367089afb3da55cde70c7

diff --git a/app-misc/dateutils/dateutils-0.4.5.ebuild 
b/app-misc/dateutils/dateutils-0.4.5.ebuild
new file mode 100644
index 000..f9b6dad45b3
--- /dev/null
+++ b/app-misc/dateutils/dateutils-0.4.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="command line date and time utilities"
+HOMEPAGE="https://hroptatyr.github.com/dateutils/;
+SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/xz-utils
+   sys-libs/timezone-data"
+
+# bug 429810
+RDEPEND="!sys-fabric/dapl"
+
+src_configure() {
+   econf --docdir=/usr/share/doc/${PF}
+}
+
+src_compile() {
+   emake CFLAGS="${CFLAGS}"
+}
+
+src_test() {
+   # parallel tests failure
+   emake CFLAGS="${CFLAGS}" -j1 check
+}



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

2018-12-23 Thread Tim Harder
commit: b6cbe62ba2e9b31bb656c37c2320a9b948493ece
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 19:19:18 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6cbe62b

app-misc/dateutils: remove old

Signed-off-by: Tim Harder  gentoo.org>

 app-misc/dateutils/Manifest   |  2 --
 app-misc/dateutils/dateutils-0.4.1.ebuild | 32 ---
 app-misc/dateutils/dateutils-0.4.2.ebuild | 31 --
 3 files changed, 65 deletions(-)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 1453fc6e6c7..e308f7b03ad 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,4 +1,2 @@
-DIST dateutils-0.4.1.tar.xz 611460 BLAKE2B 
f6dc70388e1cd269e5b666dfb23d8eace3dd98408538e102e220344e71670084fb6591dd213d625b33a57adde929f7ee5aa064950742b38c29fa4bec1cd3b9f3
 SHA512 
c13461de6dad483b0014692a2319a7bf9ed1677415b8ee168131b397086f75725eb8b4e833d8b4a22f4aa726d6aca74be2597c2e07ef75a036cfea9bf67ccf1b
-DIST dateutils-0.4.2.tar.xz 620196 BLAKE2B 
b2aa265db45c92e68ed2fa51d824eb2c5bef2cf1d663fcb1033cde4e8a818ac8c024554dd42c030aa0e3bbba1c07717c3040b9573291edb3bc740e92113f9406
 SHA512 
0b6e98bd9402dc3629122c3d68ab54df547ce779806661cc01df3625ab7cedb429d943ef46e151653283c1ac6c557f4bf14b3b5adaafbcac1d0a86c6d12895fd
 DIST dateutils-0.4.3.tar.xz 631216 BLAKE2B 
1c9184e589eb01ff1da8be941afa5abb8095ef4b61a22d14e5c06f4faad175e2e9d8cf7077655f170033a125b7594d554e6996bbd0dd6f6508c16076d069e285
 SHA512 
0210ad1f47aec77b8b87a520da9155430b52068e53733ef7bb26dfa10e8651f2190171537d4317adf888733e9377f961d5ed070efacd8ca18139225fa8c185ca
 DIST dateutils-0.4.5.tar.xz 635908 BLAKE2B 
2766522f81ff94ec70772ff91d1a0a08f4b07c2d6f99fce85a0c3363c74e0caede4bedfcafbd610bf2a401ac2f027f9b2fcebe198e4bf94c7ffcb2048da4947e
 SHA512 
91d7b83dc70a0f46920c6bb5b1f456d6b3b5a8f9511218ac74888006501adef5c938f95e424ca8537e2a69bf632b2a08ef4a2536d89367089afb3da55cde70c7

diff --git a/app-misc/dateutils/dateutils-0.4.1.ebuild 
b/app-misc/dateutils/dateutils-0.4.1.ebuild
deleted file mode 100644
index f9a24de86d0..000
--- a/app-misc/dateutils/dateutils-0.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/dateutils/;
-SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/xz-utils
-   sys-libs/timezone-data"
-
-# bug 429810
-RDEPEND="!sys-fabric/dapl"
-
-src_configure() {
-   econf \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}
-
-src_test() {
-   # parallel tests failure
-   emake CFLAGS="${CFLAGS}" -j1 check
-}

diff --git a/app-misc/dateutils/dateutils-0.4.2.ebuild 
b/app-misc/dateutils/dateutils-0.4.2.ebuild
deleted file mode 100644
index 63d7c2a1243..000
--- a/app-misc/dateutils/dateutils-0.4.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/dateutils/;
-SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/xz-utils
-   sys-libs/timezone-data"
-
-# bug 429810
-RDEPEND="!sys-fabric/dapl"
-
-src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}
-
-src_test() {
-   # parallel tests failure
-   emake CFLAGS="${CFLAGS}" -j1 check
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/libfat/

2018-12-23 Thread Tim Harder
commit: 59f1d2e0818234632e819dab6b6f09b2ee856eab
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 20:36:38 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:36:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f1d2e0

sys-fs/libfat: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/libfat/libfat-0.3a.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/sys-fs/libfat/libfat-0.3a.ebuild b/sys-fs/libfat/libfat-0.3a.ebuild
deleted file mode 100644
index 7cbf73e6238..000
--- a/sys-fs/libfat/libfat-0.3a.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Support library to access and manipulate FAT12 / FAT16 / FAT32 
file systems"
-HOMEPAGE="http://libfat.sourceforge.net;
-SRC_URI="mirror://sourceforge/libfat/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
-   sys-fs/fuse"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/fuse-umfuse-fat-0.1



[gentoo-commits] repo/gentoo:master commit in: sys-fs/libfat/

2018-12-23 Thread Tim Harder
commit: 87c8f6b1f0682832edff8e19e5d8c34bd775bcac
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 20:36:16 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:36:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c8f6b1

sys-fs/libfat: use slotted sys-fs/fuse dep

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/libfat/libfat-0.3a-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/sys-fs/libfat/libfat-0.3a-r1.ebuild 
b/sys-fs/libfat/libfat-0.3a-r1.ebuild
new file mode 100644
index 000..f31b047fa7b
--- /dev/null
+++ b/sys-fs/libfat/libfat-0.3a-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Support library to access and manipulate FAT12 / FAT16 / FAT32 
file systems"
+HOMEPAGE="http://libfat.sourceforge.net;
+SRC_URI="mirror://sourceforge/libfat/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+   sys-fs/fuse:0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/fuse-umfuse-fat-0.1



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/

2018-12-23 Thread Tim Harder
commit: aa320ba6634030375b9c2e3becc003ec12a61ea7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 19:23:42 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:27:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa320ba6

sys-fs/fuse: version bump to 3.4.1

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse/Manifest  |  1 +
 sys-fs/fuse/fuse-3.4.1.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/sys-fs/fuse/Manifest b/sys-fs/fuse/Manifest
index ecfbaa9b683..f40ed277d85 100644
--- a/sys-fs/fuse/Manifest
+++ b/sys-fs/fuse/Manifest
@@ -2,3 +2,4 @@ DIST fuse-2.9.7.tar.gz 661138 BLAKE2B 
8e56cfa8634e919bfc4f9fa589074763bd8c272d51
 DIST fuse-2.9.8.tar.gz 4610904 BLAKE2B 
803eebea510834676379df8c9514050efcf47d83c06ba1f5b5756d27f5c32d3a0cc199d826b0c041118c5d2260ff023f58432a0d7b623807c0a4af4da7c34eff
 SHA512 
0a9b14d96c6f98f5c903baf00114bfff72f9aeb97224702bbed370516b2b582401d5b436fcef979918ffd85d69ba4a82c8f722c0b35ebd50f7aa5f4ddfdcf8ad
 DIST fuse-3.2.6.tar.xz 1456220 BLAKE2B 
9b09504ed04abd0134188c28f3908e69e3416c345a96aefbca0f64447f3c3a8907550874f5fec9cd8f65fbaa892be6cc0213a7f61d7ad51c955ce3acf955ee17
 SHA512 
3a1ef77ab4c79a24aad0b259e17f568a30a5faf53ac17eb25d05f30dc7423f0081583f5b3c284ca9196a01885843e97c323a84231272b7e2b55c8e73848a61b8
 DIST fuse-3.3.0.tar.xz 1010840 BLAKE2B 
56422879c7a87351deb731b3e5f950c1d7f584f730e5d595f5b3f1b5dea960cd26c875d8921ae6495c7fd99b3525b76a65b9c866c5f19e653c04f9ae4bd98b13
 SHA512 
fa6ee83c4ccdea797e37c9413d504ebe3cbc2bfef9526d485519144714f7b7163bbae9be26ec8a471aa76e98958779bd9d702083be272abaa3b6f1694816e913
+DIST fuse-3.4.1.tar.xz 1016436 BLAKE2B 
50a35039d7302741239736f2e62f4603c147d49947580fb92f7ac6b46aa8dbcd1cbb16ba35719e198dc3b693b11c215ee8123d02a0c96154d6c905541eb35936
 SHA512 
45e56346b6d4c90055168254cd8508339d5b428ec58f1d9e287439e3d48fce344498826f099de89051e6529e45a45e0990a0e07fc8a9acbae1f76f4d6c72dd0d

diff --git a/sys-fs/fuse/fuse-3.4.1.ebuild b/sys-fs/fuse/fuse-3.4.1.ebuild
new file mode 100644
index 000..9910cea42b1
--- /dev/null
+++ b/sys-fs/fuse/fuse-3.4.1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit meson multilib-minimal flag-o-matic udev python-any-r1
+
+DESCRIPTION="An interface for filesystems implemented in userspace"
+HOMEPAGE="https://github.com/libfuse/libfuse;
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="test"
+
+DEPEND="virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
+   )"
+RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
+
+DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
+
+python_check_deps() {
+   has_version "dev-python/pytest[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
+   filter-flags -flto*
+
+   # passthough_ll is broken on systems with 32-bit pointers
+   cat /dev/null > example/meson.build || die
+}
+
+multilib_src_configure() {
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   eninja
+}
+
+multilib_src_test() {
+   ${EPYTHON} -m pytest test || die
+}
+
+multilib_src_install() {
+   DESTDIR="${D}" eninja install
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # installed via fuse-common
+   rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
+
+   # handled by the device manager
+   rm -r "${ED%/}"/dev || die
+
+   # manually install man pages to respect compression
+   rm -r "${ED%/}"/usr/share/man || die
+   doman doc/{fusermount3.1,mount.fuse3.8}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/

2018-12-23 Thread Tim Harder
commit: ae53d785d0fe6de9fc90f8727e187e348321daf7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 19:24:52 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae53d785

sys-fs/fuse-common: version bump to 3.4.1

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse-common/Manifest |  1 +
 sys-fs/fuse-common/fuse-common-3.4.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest
index 63e48eb3302..4fafecebe2f 100644
--- a/sys-fs/fuse-common/Manifest
+++ b/sys-fs/fuse-common/Manifest
@@ -1,2 +1,3 @@
 DIST fuse-3.2.6.tar.xz 1456220 BLAKE2B 
9b09504ed04abd0134188c28f3908e69e3416c345a96aefbca0f64447f3c3a8907550874f5fec9cd8f65fbaa892be6cc0213a7f61d7ad51c955ce3acf955ee17
 SHA512 
3a1ef77ab4c79a24aad0b259e17f568a30a5faf53ac17eb25d05f30dc7423f0081583f5b3c284ca9196a01885843e97c323a84231272b7e2b55c8e73848a61b8
 DIST fuse-3.3.0.tar.xz 1010840 BLAKE2B 
56422879c7a87351deb731b3e5f950c1d7f584f730e5d595f5b3f1b5dea960cd26c875d8921ae6495c7fd99b3525b76a65b9c866c5f19e653c04f9ae4bd98b13
 SHA512 
fa6ee83c4ccdea797e37c9413d504ebe3cbc2bfef9526d485519144714f7b7163bbae9be26ec8a471aa76e98958779bd9d702083be272abaa3b6f1694816e913
+DIST fuse-3.4.1.tar.xz 1016436 BLAKE2B 
50a35039d7302741239736f2e62f4603c147d49947580fb92f7ac6b46aa8dbcd1cbb16ba35719e198dc3b693b11c215ee8123d02a0c96154d6c905541eb35936
 SHA512 
45e56346b6d4c90055168254cd8508339d5b428ec58f1d9e287439e3d48fce344498826f099de89051e6529e45a45e0990a0e07fc8a9acbae1f76f4d6c72dd0d

diff --git a/sys-fs/fuse-common/fuse-common-3.4.1.ebuild 
b/sys-fs/fuse-common/fuse-common-3.4.1.ebuild
new file mode 100644
index 000..1bee8df8257
--- /dev/null
+++ b/sys-fs/fuse-common/fuse-common-3.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit udev
+
+DESCRIPTION="Common files for multiple slots of sys-fs/fuse"
+HOMEPAGE="https://github.com/libfuse/libfuse;
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+
+DEPEND="virtual/pkgconfig"
+RDEPEND="!

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

2018-12-23 Thread Louis Sautier
commit: 76fd6931fbdabed662c6a8dad1326030b8bd1445
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Dec 23 19:59:34 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Dec 23 20:08:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fd6931

app-admin/supervisor: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Louis Sautier  gentoo.org>

 app-admin/supervisor/Manifest|  1 -
 app-admin/supervisor/supervisor-3.3.3.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest
index 7e1d24fae86..270d4e2c9c7 100644
--- a/app-admin/supervisor/Manifest
+++ b/app-admin/supervisor/Manifest
@@ -1,4 +1,3 @@
 DIST supervisor-3.1.4.tar.gz 392321 BLAKE2B 
316789fae200f02242a90d3a22a3c6486576f74dbab81b95efc72768a89c54999a370625f9589afe1edff08351840fbe27a7ef8674e6f1e3bbdd4237f3227df6
 SHA512 
7182db4169d37aa8f7a2a4e1d57ce40f6dea21759ed73fb49286dd5ffb2bdede0fccdc71344e93c8f8c067a2cbc4e3cb0a9a50b22bacdb1b8bc1378581ed5f07
-DIST supervisor-3.3.3.tar.gz 418354 BLAKE2B 
50ce29cdad6c4d8c1a041de74d970ef57031c8b3b77180f8b837e402773ac912d384397e650b94eaeaf1db2d9a6bbb21f19247454262e96ea0f1b733226701a2
 SHA512 
8285445da8a0ed790fbdf75d988304ab8fcefd9c36975ae6526ec58f511c73cd8707f22b7cff40c3aed5e63f3665d096ed4b5dbc2cc456fe0c5b4547149dbb4a
 DIST supervisor-3.3.4.tar.gz 419794 BLAKE2B 
b916c22f3ec1cc180d495f08dac1a66cfd5a93c060906c015a85b2bf64733b4ed298b67050db1332639902a1c6601118a5c05e01c54ed4fc32910d1c24431131
 SHA512 
fab141b52a548a3efd26f175798b1b8fbb46ce465aa48c3281cb80584b829ecef90ae1355e4106632d13c84363ae03f081d69fb4148303ff387ab7d4e778d21a
 DIST supervisor-3.3.5.tar.gz 421220 BLAKE2B 
63e9db005596921c4a4426de361fc20992a27b67b67ee1256cd64fe6d385909682a5055e4797512410f36f6855592f53c9c5720c54a2dae967578691d05ff3fc
 SHA512 
66c43d40c216e5c3120e083407c848295fa1e59d6d9da916a4bae5c37d4d13208c3bf7c0c8b8a5d570270eb44fac0b1bbcceddb2e84e4f3fc1b6241b43116af7

diff --git a/app-admin/supervisor/supervisor-3.3.3.ebuild 
b/app-admin/supervisor/supervisor-3.3.3.ebuild
deleted file mode 100644
index 7dba0e2b7cd..000
--- a/app-admin/supervisor/supervisor-3.3.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )# py2 only
-# xml.etree.ElementTree module required.
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-MY_PV="${PV/_beta/b}"
-
-DESCRIPTION="A system for controlling process state under UNIX"
-HOMEPAGE="http://supervisord.org/ https://pypi.org/project/supervisor/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="repoze ZPL BSD HPND GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/meld3[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   newinitd "${FILESDIR}/init.d-r1" supervisord
-   newconfd "${FILESDIR}/conf.d" supervisord
-   use doc && local HTML_DOCS=( docs/.build/html/. )
-   distutils-r1_python_install_all
-}



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

2018-12-23 Thread Louis Sautier
commit: 4683966ff88597d9cf7bf42134f33abb233066dc
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Dec 23 19:57:11 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Dec 23 20:08:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4683966f

app-admin/supervisor: bump to 3.3.5

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Louis Sautier  gentoo.org>

 app-admin/supervisor/Manifest|  1 +
 app-admin/supervisor/supervisor-3.3.5.ebuild | 81 
 2 files changed, 82 insertions(+)

diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest
index 67493ea63f8..7e1d24fae86 100644
--- a/app-admin/supervisor/Manifest
+++ b/app-admin/supervisor/Manifest
@@ -1,3 +1,4 @@
 DIST supervisor-3.1.4.tar.gz 392321 BLAKE2B 
316789fae200f02242a90d3a22a3c6486576f74dbab81b95efc72768a89c54999a370625f9589afe1edff08351840fbe27a7ef8674e6f1e3bbdd4237f3227df6
 SHA512 
7182db4169d37aa8f7a2a4e1d57ce40f6dea21759ed73fb49286dd5ffb2bdede0fccdc71344e93c8f8c067a2cbc4e3cb0a9a50b22bacdb1b8bc1378581ed5f07
 DIST supervisor-3.3.3.tar.gz 418354 BLAKE2B 
50ce29cdad6c4d8c1a041de74d970ef57031c8b3b77180f8b837e402773ac912d384397e650b94eaeaf1db2d9a6bbb21f19247454262e96ea0f1b733226701a2
 SHA512 
8285445da8a0ed790fbdf75d988304ab8fcefd9c36975ae6526ec58f511c73cd8707f22b7cff40c3aed5e63f3665d096ed4b5dbc2cc456fe0c5b4547149dbb4a
 DIST supervisor-3.3.4.tar.gz 419794 BLAKE2B 
b916c22f3ec1cc180d495f08dac1a66cfd5a93c060906c015a85b2bf64733b4ed298b67050db1332639902a1c6601118a5c05e01c54ed4fc32910d1c24431131
 SHA512 
fab141b52a548a3efd26f175798b1b8fbb46ce465aa48c3281cb80584b829ecef90ae1355e4106632d13c84363ae03f081d69fb4148303ff387ab7d4e778d21a
+DIST supervisor-3.3.5.tar.gz 421220 BLAKE2B 
63e9db005596921c4a4426de361fc20992a27b67b67ee1256cd64fe6d385909682a5055e4797512410f36f6855592f53c9c5720c54a2dae967578691d05ff3fc
 SHA512 
66c43d40c216e5c3120e083407c848295fa1e59d6d9da916a4bae5c37d4d13208c3bf7c0c8b8a5d570270eb44fac0b1bbcceddb2e84e4f3fc1b6241b43116af7

diff --git a/app-admin/supervisor/supervisor-3.3.5.ebuild 
b/app-admin/supervisor/supervisor-3.3.5.ebuild
new file mode 100644
index 000..4aa769a6380
--- /dev/null
+++ b/app-admin/supervisor/supervisor-3.3.5.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )# py2 only
+# xml.etree.ElementTree module required.
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1 systemd user
+
+MY_PV="${PV/_beta/b}"
+
+DESCRIPTION="A system for controlling process state under UNIX"
+HOMEPAGE="http://supervisord.org/ https://pypi.org/project/supervisor/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="repoze ZPL BSD HPND GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/meld3[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+python_prepare_all() {
+   # https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages
+   sed -i '/namespace_packages=/d' setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html
+   HTML_DOCS=( docs/.build/html/. )
+   fi
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   newinitd "${FILESDIR}/init.d-r2" supervisord
+   newconfd "${FILESDIR}/conf.d-r1" supervisord
+   dodoc supervisor/skel/sample.conf
+   keepdir /etc/supervisord.d
+   insinto /etc
+   doins "${FILESDIR}/supervisord.conf"
+   keepdir /var/log/supervisor
+   systemd_dounit "${FILESDIR}/supervisord.service"
+}
+
+pkg_preinst() {
+   enewgroup supervisor
+   fowners :supervisor /var/log/supervisor
+   fperms 750 /var/log/supervisor
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   # This is a new installation
+   elog "You may install your configuration files in 
${EROOT%/}/etc/supervisord.d"
+   elog "For config examples, see 
${EROOT%/}/usr/share/doc/${PF}/sample.conf.bz2"
+   elog ""
+   elog "By default, only members of the supervisor group can run 
supervisorctl."
+   fi
+}



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

2018-12-23 Thread Fabian Groffen
commit: de3b992cc02c1423320ce29bb1f9b99b8ea19123
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 23 20:04:21 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 23 20:04:21 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=de3b992c

sys-apps/portage: version bump

Package-Manager: Portage-2.3.52.2-prefix, Repoman-2.3.12
Signed-off-by: Fabian Groffen  gentoo.org>

 sys-apps/portage/Manifest|   1 +
 sys-apps/portage/portage-2.3.52.2.ebuild | 272 +++
 2 files changed, 273 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index f2ff336e7c..994147bd0f 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -3,3 +3,4 @@ DIST prefix-portage-2.3.13.tar.bz2 1205509 BLAKE2B 
851492dc1d3bd55721dfc1662af98
 DIST prefix-portage-2.3.18.tar.bz2 1230290 BLAKE2B 
9a7a290493293f166520931aab32a720519ebec15f4c74fe0b0dcd7cc930d591c24e3c87cae4722da119d57826b020b37092ec492bb4e12b774e51334eccf156
 SHA512 
508a5891fc28297e68baf031f4e99674a58c6268b16d50e094adc6676fb42f81bb81bd6f3dc70c24636be64ae015db51df86c49267c8c5a98129fe5e006310d7
 DIST prefix-portage-2.3.40.3.tar.bz2 1253190 BLAKE2B 
53e60b561e1f9b2a5367a1a23a74ba315358b8e7eb05eead2a46078198b92786745dbd07ab1bf69587866f462955a5dd6c0bc3eb51dbe507bfbff31d899c5f45
 SHA512 
67c2d7554c9236748b25a8b9f0f60736beda535298395ba2eb86dd5634b6520d645df193914f079d2c61cfa0d8f263f67c3476828319e2395dec2e45cf4b9b14
 DIST prefix-portage-2.3.45.tar.bz2 1255719 BLAKE2B 
2a53b526418747edc02ab4cc8127425b92e8ae0f7fdc27af730f991f7cb6074aac51cdfd0ca75f7e6376c8059df1e02817963a0386cf1b1986eb798f21b8cf8c
 SHA512 
dfea0774b5d801b3ca02fdd570c89c08b78f4e02e57c1b897a50af0056d4ed4522c6d236dcaf98ea3f1c446b0164abd1b45fd2cae12ed5ef6c34c83668894b5b
+DIST prefix-portage-2.3.52.2.tar.bz2 1258301 BLAKE2B 
1334532e50df0c35a4694242f091395721ff8c6c5cd525c32d0b26cf11b207b17f42198ded88a49d7f2599fa3ad34feef0de2ac4219efe806e24913cb061a236
 SHA512 
d5f199b6c7545f49a8faa3ccdfcdecdb4bc3723513dad2c683db9d3a89a662c474aea0c95fead521f7dc8db71dd38cc55ac0cac9973710364032d8fc7877fbc2

diff --git a/sys-apps/portage/portage-2.3.52.2.ebuild 
b/sys-apps/portage/portage-2.3.52.2.ebuild
new file mode 100644
index 00..9797e183cd
--- /dev/null
+++ b/sys-apps/portage/portage-2.3.52.2.ebuild
@@ -0,0 +1,272 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(
+   pypy
+   python3_4 python3_5 python3_6 python3_7
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit eutils distutils-r1 multilib
+
+DESCRIPTION="Portage package manager used in Gentoo Prefix"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+LICENSE="GPL-2"
+KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="build doc epydoc +ipc +native-extensions selinux xattr prefix-chaining"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \
+   python{2_7,3_4,3_5} pypy)
+   )
+   elibc_FreeBSD? ( !prefix? ( sys-freebsd/freebsd-bin ) )
+   elibc_glibc? ( !prefix? ( >=sys-apps/sandbox-2.2 ) )
+   elibc_uclibc? ( !prefix? ( >=sys-apps/sandbox-2.2 ) )
+   kernel_linux? ( >=app-misc/pax-utils-0.1.17 )
+   kernel_SunOS? ( >=app-misc/pax-utils-0.1.17 )
+   kernel_FreeBSD? ( >=app-misc/pax-utils-0.1.17 )
+   kernel_Darwin? ( >=app-misc/pax-utils-0.1.18 )
+   kernel_AIX? ( >=sys-apps/aix-miscutils-0.1.1634 )
+   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
+   xattr? ( kernel_linux? (
+   >=sys-apps/install-xattr-0.3
+   $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \
+   python2_7 pypy)
+   ) )
+   !https://dev.gentoo.org/~zmedico/portage/archives 

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

2018-12-23 Thread Fabian Groffen
commit: 6192f2c0efcbd3633321929a5d2863ec1a87610c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 23 19:54:27 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 23 19:54:27 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6192f2c0

bin/misc-functions.sh: restore canonicalize function

aa0a94198794f8ee8eedad26251b02f7b01dce17 removed this function without
really mentioning it.  In Prefix it's used for QA checks.

Signed-off-by: Fabian Groffen  gentoo.org>

 bin/misc-functions.sh | 36 
 1 file changed, 36 insertions(+)

diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 0590a2862..692becaf6 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -47,6 +47,42 @@ install_symlink_html_docs() {
fi
 }
 
+# PREFIX LOCAL: we need this on some platforms
+# replacement for "readlink -f" or "realpath"
+READLINK_F_WORKS=""
+canonicalize() {
+   if [[ -z ${READLINK_F_WORKS} ]] ; then
+   if [[ $(readlink -f -- /../ 2>/dev/null) == "/" ]] ; then
+   READLINK_F_WORKS=true
+   else
+   READLINK_F_WORKS=false
+   fi
+   fi
+   if ${READLINK_F_WORKS} ; then
+   readlink -f -- "$@"
+   return
+   fi
+
+   local f=$1 b n=10 wd=$(pwd)
+   while (( n-- > 0 )); do
+   while [[ ${f: -1} = / && ${#f} -gt 1 ]]; do
+   f=${f%/}
+   done
+   b=${f##*/}
+   cd "${f%"${b}"}" 2>/dev/null || break
+   if [[ ! -L ${b} ]]; then
+   f=$(pwd -P)
+   echo "${f%/}/${b}"
+   cd "${wd}"
+   return 0
+   fi
+   f=$(readlink "${b}")
+   done
+   cd "${wd}"
+   return 1
+}
+# END PREFIX LOCAL
+
 install_qa_check() {
local d f i qa_var x paths qa_checks=() checks_run=()
if ! ___eapi_has_prefix_variables; then



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/

2018-12-23 Thread Matt Turner
commit: 487d1ac19770c99240fdebdd4aaf12ff04add669
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 23 19:52:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 23 19:52:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487d1ac1

sys-devel/gcc-config-2.0: alpha stable, bug 673088

Signed-off-by: Matt Turner  gentoo.org>

 sys-devel/gcc-config/gcc-config-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.0.ebuild 
b/sys-devel/gcc-config/gcc-config-2.0.ebuild
index 36e7342b7b8..6bb3512ec39 100644
--- a/sys-devel/gcc-config/gcc-config-2.0.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
 else
SRC_URI="mirror://gentoo/${P}.tar.xz
https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2018-12-23 Thread Matt Turner
commit: fe90bd5fc3d25bbc97d999deff5b696e4629edb0
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 23 19:52:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 23 19:52:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe90bd5f

media-libs/libpng-1.6.35-r1: alpha stable, bug 672448

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/libpng/libpng-1.6.35-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpng/libpng-1.6.35-r1.ebuild 
b/media-libs/libpng/libpng-1.6.35-r1.ebuild
index 246f6d153ad..97270a95737 100644
--- a/media-libs/libpng/libpng-1.6.35-r1.ebuild
+++ b/media-libs/libpng/libpng-1.6.35-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="apng cpu_flags_x86_sse neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]"



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

2018-12-23 Thread Matt Turner
commit: 74ed4d092824982cb4775ff61845503dac1341b1
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 23 19:52:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 23 19:52:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ed4d09

net-misc/curl-7.62.0: alpha stable, bug 673000

Signed-off-by: Matt Turner  gentoo.org>

 net-misc/curl/curl-7.62.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.62.0.ebuild b/net-misc/curl/curl-7.62.0.ebuild
index d56e9cbd1a7..c41fa328fae 100644
--- a/net-misc/curl/curl-7.62.0.ebuild
+++ b/net-misc/curl/curl-7.62.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2018-12-23 Thread Matt Turner
commit: d1cbb1b8bb1e72b73322c9aa439d36b8b2714bb3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 23 19:52:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 23 19:52:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cbb1b8

net-misc/iputils-20180629: alpha stable, bug 673498

Signed-off-by: Matt Turner  gentoo.org>

 net-misc/iputils/iputils-20180629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/iputils/iputils-20180629.ebuild 
b/net-misc/iputils/iputils-20180629.ebuild
index 3e0eefd581b..78a20048e2c 100644
--- a/net-misc/iputils/iputils-20180629.ebuild
+++ b/net-misc/iputils/iputils-20180629.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/s${MY_PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${MY_PV}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2018-12-23 Thread Matt Turner
commit: b04f2b69d80450bdedfcfccd4175d657aed3b317
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 23 19:52:12 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 23 19:52:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04f2b69

dev-util/makepp-2.0.99.1: alpha stable, bug 671682

Signed-off-by: Matt Turner  gentoo.org>

 dev-util/makepp/makepp-2.0.99.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/makepp/makepp-2.0.99.1.ebuild 
b/dev-util/makepp/makepp-2.0.99.1.ebuild
index 673b76c61cd..1e24eea8bba 100644
--- a/dev-util/makepp/makepp-2.0.99.1.ebuild
+++ b/dev-util/makepp/makepp-2.0.99.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/2.1/${MY_P}.txz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND="dev-lang/perl:="



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

2018-12-23 Thread Matt Turner
commit: d0dc91c51ed5f55b24f3c5288f66e51ac25ca3bf
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 23 19:52:04 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 23 19:52:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0dc91c5

app-portage/eix-0.33.5: alpha stable, bug 672144

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/app-portage/eix/eix-0.33.5.ebuild 
b/app-portage/eix/eix-0.33.5.ebuild
index a2d8bd2a5a7..dcde5313962 100644
--- a/app-portage/eix/eix-0.33.5.ebuild
+++ b/app-portage/eix/eix-0.33.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



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

2018-12-23 Thread Matt Turner
commit: 5f7952c6d2114bdb82834ef0ba2d19bc96deb639
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 23 19:52:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 23 19:52:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7952c6

sys-apps/net-tools-1.60_p20180626073013: alpha stable, bug 672474

Signed-off-by: Matt Turner  gentoo.org>

 sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
index 5d2c5675cfc..025fcf9f9bc 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="mirror://gentoo/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Standard Linux networking tools"



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

2018-12-23 Thread Andreas Sturmlechner
commit: 612202a1f570c0dd6e63e1992285a2c870e2e44d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 19:19:00 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 19:30:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612202a1

dev-python/utidylib: Drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/utidylib/Manifest   |  1 -
 .../utidylib/files/utidylib-0.2-fix_tests.patch| 48 
 .../utidylib-0.2-no-docs-in-site-packages.patch| 11 -
 dev-python/utidylib/utidylib-0.2-r2.ebuild | 53 --
 dev-python/utidylib/utidylib-0.3-r1.ebuild | 47 ---
 dev-python/utidylib/utidylib-0.3.ebuild| 48 
 6 files changed, 208 deletions(-)

diff --git a/dev-python/utidylib/Manifest b/dev-python/utidylib/Manifest
index e589f45b2c8..f19926dc22b 100644
--- a/dev-python/utidylib/Manifest
+++ b/dev-python/utidylib/Manifest
@@ -1,2 +1 @@
-DIST uTidylib-0.2.zip 17575 BLAKE2B 
f13964dc452d05e01fcd4dca601f35b6aaa4675cd0c10086998570e0deb0b8a0f53a1e6c243db8466862feeb1746299895946e381205280c62c6cb741619bc68
 SHA512 
02f6611f1c7dd42db96012f7067ada8ccd841532744a569492a2f1c0524a3f1777b8f997a716b9bb18f69f31cb922dc89328d0bd284830620a930a038b303893
 DIST uTidylib-0.3.tar.bz2 13809 BLAKE2B 
c6b495933ecdc21543c79e3ff200cc06ec4ebc1682cf9172bd988a08afef8b69db17eec4b88665aff5dc6cef371f3c665f6de3ffcc1dc515f778b52c891b
 SHA512 
4503f2a6366e5110740b312df2300d62bb68e1e1032184e9b56dee75995309c76d4f8e5851c73e7c8e08cca7bba9c74436d8dfc0524f115f3abb2bdf5529cc35

diff --git a/dev-python/utidylib/files/utidylib-0.2-fix_tests.patch 
b/dev-python/utidylib/files/utidylib-0.2-fix_tests.patch
deleted file mode 100644
index b55a15119ba..000
--- a/dev-python/utidylib/files/utidylib-0.2-fix_tests.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -uNr uTidylib-0.2.orig/tidy/test_tidy.py uTidylib-0.2/tidy/test_tidy.py
 uTidylib-0.2.orig/tidy/test_tidy.py2004-02-24 08:53:52.0 
+
-+++ uTidylib-0.2/tidy/test_tidy.py 2009-07-25 15:50:56.0 +
-@@ -4,6 +4,10 @@
- 
- class TidyTestCase(unittest.TestCase):
- def __init__(self, *args, **kwargs):
-+super(unittest.TestCase, self).__init__(*args, **kwargs)
-+self._shared = False
-+self._parents = []
-+
- foo = u'''
- woot
- 
-@@ -13,13 +17,13 @@
-   
- 
- '''.encode('utf8')
--file('foo.htm', 'w').write(foo)
-+file('foo.htm', 'w').write(foo)
- self.input1 = "1>2"
- self.input2 = "\n" + "asdkfjhasldkfjhsldjas\n" * 100
- def defaultDocs(self):
- doc1 = tidy.parseString(self.input1)
- doc2 = tidy.parseString(self.input2)
--doc3 = tidy.parse("foo.htm")
-+doc3 = tidy.parse("../foo.htm")
- doc4 = tidy.parse("bar.htm") # doesn't exist
- return (doc1, doc2, doc3, doc4)
- def test_badOptions(self):
-@@ -33,7 +37,7 @@
- self.fail("Invalid option %s should have raised an error" %
-   repr(dct))
- def test_encodings(self):
--foo = file('foo.htm').read().decode('utf8').encode('ascii', 
-+foo = file('../foo.htm').read().decode('utf8').encode('ascii', 
-
'xmlcharrefreplace')
- doc1u = tidy.parseString(foo, input_encoding='ascii',
-  output_encoding='latin1')
-@@ -58,7 +62,7 @@
- ##self.failIf(len(doc2.errors)>1) # FIXME - tidylib doesn't
- ### support this?
- self.failUnless(str(doc2).find('\n')<0)
--doc3 = tidy.parse('foo.htm', char_encoding='utf8', 
-+doc3 = tidy.parse('../foo.htm', char_encoding='utf8', 
-   alt_text='foo')
- self.failUnless(str(doc3).find('alt="foo"')>=0)
- self.failUnless(str(doc3).find('\xc3\xa9')>=0)

diff --git 
a/dev-python/utidylib/files/utidylib-0.2-no-docs-in-site-packages.patch 
b/dev-python/utidylib/files/utidylib-0.2-no-docs-in-site-packages.patch
deleted file mode 100644
index 761c4947dfa..000
--- a/dev-python/utidylib/files/utidylib-0.2-no-docs-in-site-packages.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 uTidylib-0.2-orig/setup.py 2005-12-01 00:48:14.0 +0100
-+++ uTidylib-0.2/setup.py  2005-12-01 01:10:33.0 +0100
-@@ -54,7 +54,7 @@
- 
- 
- setup_data = dict(packages=['tidy', ],
--  data_files=data_files,
-+#  data_files=data_files,
-   cmdclass=dict(install_data=install_data_utidylib,
- bdist_wininst=bdist_wininst_utidylib,
- install=install_utidylib,

diff --git a/dev-python/utidylib/utidylib-0.2-r2.ebuild 
b/dev-python/utidylib/utidylib-0.2-r2.ebuild
deleted 

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

2018-12-23 Thread Hans de Graaff
commit: 39f3aeb2898b1f4abd0ece346f95f52ef1a289a7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 23 19:12:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 23 19:16:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f3aeb2

dev-util/cucumber: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/cucumber/Manifest |  1 -
 dev-util/cucumber/cucumber-3.1.0-r1.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/dev-util/cucumber/Manifest b/dev-util/cucumber/Manifest
index 15e5ab81d54..10ad4ba 100644
--- a/dev-util/cucumber/Manifest
+++ b/dev-util/cucumber/Manifest
@@ -1,5 +1,4 @@
 DIST cucumber-2.4.0.gem 250880 BLAKE2B 
2d0479695800639340332ab26b745a84cdbe7dfc575e652f6a94eca77b0c3397a48a2f3220a2a4eb164e9f0f747bf4866678b7927cd0ce47e5ce78ee057d273d
 SHA512 
b7f9720e3f9e1f30aba9590ff92209073bdc028b880ac7a378f6dfe2a7f093c0521387cfc9319d7ed994c5e9de7106ccff23ba1f10c1cc5888785c69262c723e
 DIST cucumber-3.0.2.tar.gz 267557 BLAKE2B 
0ce098d9c747a6291e53c647f0e6da7adbcf4cd6f85953023f5fa0e14dc7186a706c43b81cf77a55ad56f932e60146e7e0ca7d4107f85e9c6bd46cbc8b2d1f7a
 SHA512 
1506427fb6d9233231497f0e1396143cfb1495673113fbb26344b171413c1bc9d35fd8a8ca86aa14ffc279d1d9db05712618c3a0e96f2288056d76f39bbf2cf6
-DIST cucumber-3.1.0.tar.gz 267954 BLAKE2B 
e309c20a63621859375549d85cd85a89ec399821d7412932337b9d2d39c98204484297ce136b0023bdfb20b0a5844d27901663d5864007609657ca53c59f6572
 SHA512 
ace42faa4830740e09f484af65eac092cc5f5ac0607d3aaf6b6df1b2a27f16b9647d8759edf15c636f87177ce6b545a07bb22befff79b74234cb0c08c92ea9ca
 DIST cucumber-3.1.1.tar.gz 267901 BLAKE2B 
19e24da4022103de5a65140d19ed7c1626f46fd050e1917f19a912fd89818f29c530f14efe68b82cc853c4388eb212bb44ae3584aa6b5ec6e2065f094e718dd1
 SHA512 
3a1267119ba6cb2f7ee0961c7a78521fe10c00a0c4e5ddab8364d5213bd09c4d4f5875a2897df853bb981a101cd6bac77acad1e9377eed234c082cce9330112a
 DIST cucumber-3.1.2.tar.gz 267995 BLAKE2B 
a55d15d2c5746efd2e9f3518025b3b6d69e7712920b5731e1174ff429a9d6161d9aad7c0065c5ddf8b97fd87c9e658ff86b961b175db2c930bba52d1904d6b62
 SHA512 
abf0b562476653c393bc5a3c1f9669d91a2e312bcceb98bd20ac3771a61eeb696721cba76299d12871f7c61fdca176310e3a334b53d10c31ef3e201948c762d0

diff --git a/dev-util/cucumber/cucumber-3.1.0-r1.ebuild 
b/dev-util/cucumber/cucumber-3.1.0-r1.ebuild
deleted file mode 100644
index 7a2e85691f4..000
--- a/dev-util/cucumber/cucumber-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-# Documentation task depends on sdoc which we currently don't have.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
-SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="cucumber-ruby-${PV}"
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE="examples test"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/bundler
-   dev-ruby/rspec:3
-   >=dev-ruby/nokogiri-1.5.2
-   >=dev-ruby/syntax-1.0.0
-   >=dev-util/aruba-0.6.1 =dev-util/aruba-0.6*
-   >=dev-ruby/json-1.7
-   >=dev-util/cucumber-3
-   >=dev-ruby/mime-types-2.99:2
-   )"
-
-ruby_add_rdepend "
-   >=dev-ruby/builder-2.1.2:*
-   dev-util/cucumber-core:3.1
-   dev-util/cucumber-expressions:5.0
-   >=dev-util/cucumber-wire-0.0.1:0
-   >=dev-ruby/diff-lcs-1.3:0
-   dev-ruby/gherkin:5
-   >=dev-ruby/multi_json-1.7.5
-   >=dev-ruby/multi_test-0.1.2
-"
-
-all_ruby_prepare() {
-   # Remove development dependencies from the gemspec that we don't
-   # need or can't satisfy.
-   sed -i -e 
'/\(coveralls\|spork\|simplecov\|bcat\|kramdown\|yard\|capybara\|octokit\|rack-test\|ramaze\|rubocop\|sinatra\|webrat\|mime-types\|rubyzip\)/d'
 ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid dependency on unpackaged cucumber-pro
-   sed -i -e '/cucumber-pro/ s:^:#:' Gemfile || die
-
-   # Avoid harmless failing spec
-   sed -i -e '/converts the snapshot path to a relative path/,/end/ 
s:^:#:' \
-   spec/cucumber/formatter/html_spec.rb || die
-
-   # Avoid failing features on new delegate and forwardable behavior in 
ruby
-   rm -f features/docs/defining_steps/ambiguous_steps.feature 
features/docs/defining_steps/nested_steps.feature || die
-
-   # Avoid dependency on git
-   sed -i -e '/executables/ s/=.*/= ["cucumber"]/' \
-   -e '/git ls-files/d' cucumber.gemspec || die
-
-   sed -i -e '/pry/ 

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

2018-12-23 Thread Hans de Graaff
commit: f88aa107269df4d8e3332d193a4d63d1655bd90f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 23 19:13:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 23 19:16:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88aa107

dev-util/cucumber: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/cucumber/Manifest  |  1 -
 dev-util/cucumber/cucumber-3.1.1.ebuild | 89 -
 2 files changed, 90 deletions(-)

diff --git a/dev-util/cucumber/Manifest b/dev-util/cucumber/Manifest
index 10ad4ba..25f07d88bbe 100644
--- a/dev-util/cucumber/Manifest
+++ b/dev-util/cucumber/Manifest
@@ -1,4 +1,3 @@
 DIST cucumber-2.4.0.gem 250880 BLAKE2B 
2d0479695800639340332ab26b745a84cdbe7dfc575e652f6a94eca77b0c3397a48a2f3220a2a4eb164e9f0f747bf4866678b7927cd0ce47e5ce78ee057d273d
 SHA512 
b7f9720e3f9e1f30aba9590ff92209073bdc028b880ac7a378f6dfe2a7f093c0521387cfc9319d7ed994c5e9de7106ccff23ba1f10c1cc5888785c69262c723e
 DIST cucumber-3.0.2.tar.gz 267557 BLAKE2B 
0ce098d9c747a6291e53c647f0e6da7adbcf4cd6f85953023f5fa0e14dc7186a706c43b81cf77a55ad56f932e60146e7e0ca7d4107f85e9c6bd46cbc8b2d1f7a
 SHA512 
1506427fb6d9233231497f0e1396143cfb1495673113fbb26344b171413c1bc9d35fd8a8ca86aa14ffc279d1d9db05712618c3a0e96f2288056d76f39bbf2cf6
-DIST cucumber-3.1.1.tar.gz 267901 BLAKE2B 
19e24da4022103de5a65140d19ed7c1626f46fd050e1917f19a912fd89818f29c530f14efe68b82cc853c4388eb212bb44ae3584aa6b5ec6e2065f094e718dd1
 SHA512 
3a1267119ba6cb2f7ee0961c7a78521fe10c00a0c4e5ddab8364d5213bd09c4d4f5875a2897df853bb981a101cd6bac77acad1e9377eed234c082cce9330112a
 DIST cucumber-3.1.2.tar.gz 267995 BLAKE2B 
a55d15d2c5746efd2e9f3518025b3b6d69e7712920b5731e1174ff429a9d6161d9aad7c0065c5ddf8b97fd87c9e658ff86b961b175db2c930bba52d1904d6b62
 SHA512 
abf0b562476653c393bc5a3c1f9669d91a2e312bcceb98bd20ac3771a61eeb696721cba76299d12871f7c61fdca176310e3a334b53d10c31ef3e201948c762d0

diff --git a/dev-util/cucumber/cucumber-3.1.1.ebuild 
b/dev-util/cucumber/cucumber-3.1.1.ebuild
deleted file mode 100644
index af0611cfe73..000
--- a/dev-util/cucumber/cucumber-3.1.1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-# Documentation task depends on sdoc which we currently don't have.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
-SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="cucumber-ruby-${PV}"
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE="examples test"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/bundler
-   dev-ruby/rspec:3
-   >=dev-ruby/nokogiri-1.5.2
-   >=dev-ruby/syntax-1.0.0
-   >=dev-util/aruba-0.6.1 =dev-util/aruba-0.6*
-   >=dev-ruby/json-1.7
-   >=dev-util/cucumber-3
-   >=dev-ruby/mime-types-2.99:2
-   )"
-
-ruby_add_rdepend "
-   >=dev-ruby/builder-2.1.2:*
-   dev-util/cucumber-core:3.1
-   dev-util/cucumber-expressions:6.0
-   >=dev-util/cucumber-wire-0.0.1:0
-   >=dev-ruby/diff-lcs-1.3:0
-   >=dev-ruby/gherkin-5.1.0:5
-   >=dev-ruby/multi_json-1.7.5
-   >=dev-ruby/multi_test-0.1.2
-"
-
-all_ruby_prepare() {
-   # Remove development dependencies from the gemspec that we don't
-   # need or can't satisfy.
-   sed -i -e 
'/\(coveralls\|spork\|simplecov\|bcat\|kramdown\|yard\|capybara\|octokit\|rack-test\|ramaze\|rubocop\|sinatra\|webrat\|mime-types\|rubyzip\)/d'
 ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid dependency on unpackaged cucumber-pro
-   sed -i -e '/cucumber-pro/ s:^:#:' Gemfile || die
-
-   # Avoid harmless failing spec
-   sed -i -e '/converts the snapshot path to a relative path/,/end/ 
s:^:#:' \
-   spec/cucumber/formatter/html_spec.rb || die
-
-   # Avoid failing features on new delegate and forwardable behavior in 
ruby
-   rm -f features/docs/defining_steps/ambiguous_steps.feature 
features/docs/defining_steps/nested_steps.feature || die
-
-   # Avoid dependency on git
-   sed -i -e '/executables/ s/=.*/= ["cucumber"]/' \
-   -e '/git ls-files/d' cucumber.gemspec || die
-
-   sed -i -e '/pry/ s:^:#:' cucumber.gemspec spec/spec_helper.rb || die
-
-   rm -f Gemfile.lock || die
-}
-
-each_ruby_prepare() {
-   # Use the right interpreter
-   sed -i -e 's:ruby:'${RUBY}':' 
features/lib/step_definitions/ruby_steps.rb || die
-}
-
-each_ruby_test() {
-   RSPEC_VERSION=3 ruby-ng_rspec
-   

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

2018-12-23 Thread Hans de Graaff
commit: 7cbc61892b850f84fd63d0e29f343bc144c34395
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 23 19:16:18 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 23 19:16:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbc6189

dev-util/cucumber: fix json test dep

Limit the dev-ruby/json dependency to slot 0 to match the gemspec which
is used in the tests.

Fixes: https://bugs.gentoo.org/673082
Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/cucumber/cucumber-3.0.2-r1.ebuild | 2 +-
 dev-util/cucumber/cucumber-3.1.2.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cucumber/cucumber-3.0.2-r1.ebuild 
b/dev-util/cucumber/cucumber-3.0.2-r1.ebuild
index a35fb0f252b..ad857d32c3e 100644
--- a/dev-util/cucumber/cucumber-3.0.2-r1.ebuild
+++ b/dev-util/cucumber/cucumber-3.0.2-r1.ebuild
@@ -30,7 +30,7 @@ ruby_add_bdepend "
>=dev-ruby/nokogiri-1.5.2
>=dev-ruby/syntax-1.0.0
>=dev-util/aruba-0.6.1 =dev-util/aruba-0.6*
-   >=dev-ruby/json-1.7
+   >=dev-ruby/json-1.8.6:0
>=dev-util/cucumber-3
>=dev-ruby/mime-types-2.99:2
)"

diff --git a/dev-util/cucumber/cucumber-3.1.2.ebuild 
b/dev-util/cucumber/cucumber-3.1.2.ebuild
index e8ad26ddb0a..ba1a5c0bb15 100644
--- a/dev-util/cucumber/cucumber-3.1.2.ebuild
+++ b/dev-util/cucumber/cucumber-3.1.2.ebuild
@@ -30,7 +30,7 @@ ruby_add_bdepend "
>=dev-ruby/nokogiri-1.5.2
>=dev-ruby/syntax-1.0.0
>=dev-util/aruba-0.6.1 =dev-util/aruba-0.6*
-   >=dev-ruby/json-1.7
+   >=dev-ruby/json-1.8.6:0
>=dev-util/cucumber-3
>=dev-ruby/mime-types-2.99:2
)"



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

2018-12-23 Thread Davide Pesavento
commit: 493f70bf9958d7c9a285f81eff472d43e27cc97d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Dec 23 18:42:21 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Dec 23 18:42:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493f70bf

dev-util/qbs: remove 1.12.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-util/qbs/Manifest  |   1 -
 dev-util/qbs/qbs-1.12.0.ebuild | 114 -
 2 files changed, 115 deletions(-)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index 47dc67e0f8a..21adc7e9241 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,3 +1,2 @@
 DIST qbs-src-1.11.1.tar.gz 4299125 BLAKE2B 
a2b2670b47bb122ccc586fee0c61d941533dc2dbc5e59028a7ab765eb18fe4a71b85cbd7373f88231b9cd75178982a17dddab0ba965de84ca197c49b2c9eefdf
 SHA512 
90833792cb29b7b886df491263b620d2933c398ad8b2f495d0e5ae6acdde3f816ecd25638ae2e74d3efbf517a762644f751b7c01633aed3369bd7bf85c033ff5
-DIST qbs-src-1.12.0.tar.gz 4368992 BLAKE2B 
5fce4052f349ed787a0948541fbe1397ed8dde5bb6191e6ba37718e4d803b30b1f7a4ba3abb00d0d10078b1cfddeedb45a4c5dc86d800b5a8b941abffb0a5804
 SHA512 
2d9f23231e3824d67f63f290e4d22bd3d56f161c32b9002e23e615cb2793678eadde033d6e2b744e89ad69f4b6104c69e80095881601d498d9587d3db06c2103
 DIST qbs-src-1.12.2.tar.gz 4374830 BLAKE2B 
8ace5ac7fea9bcd944dd02280a36f0f275749512e44ab9e3221e154d80ccf8aa25e3452eb90b1396323b540ec97e4b72c29b3a1d4727a72791a0e267bd89df13
 SHA512 
eb8c5db94f6b4e2300951d9cb6e092b873381421a1bff31a9e8422859aee3c0b3d038b6a2927a4f5c8fd871a0a7d283f7b7c3be74834dd30d640a1ed9c87a147

diff --git a/dev-util/qbs/qbs-1.12.0.ebuild b/dev-util/qbs/qbs-1.12.0.ebuild
deleted file mode 100644
index 87c294f4160..000
--- a/dev-util/qbs/qbs-1.12.0.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-MY_P=${PN}-src-${PV}
-
-DESCRIPTION="Modern build tool for software projects"
-HOMEPAGE="https://wiki.qt.io/Qbs;
-SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples test"
-
-# see bug 581874 for the qttest dep in RDEPEND
-RDEPEND="
-   dev-qt/qtcore:5=
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   test? ( dev-qt/qttest:5 )
-"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-qt/qdoc:5
-   dev-qt/qthelp:5
-   )
-   test? ( dev-qt/qtdeclarative:5 )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-
-   if ! use examples; then
-   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
-   fi
-
-   # the qbsres target uses the newly built qbs binary, so we have to tell 
it where to find its libraries
-   sed -i -e '/qbsres\.commands =/ 
a\LD_LIBRARY_PATH=$$shell_quote($$shell_path($$QBS_LIBRARY_DIRNAME)) \\' \
-   static-res.pro || die
-
-   echo "SUBDIRS = $(usex test auto '')" >> tests/tests.pro
-
-   # skip several tests that fail and/or have additional deps
-   sed -i \
-   -e 's/findArchiver("7z")/""/'   `# requires p7zip, 
fails` \
-   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
-   -e 's/p\.value("nodejs\./true||&/'  `# requires nodejs, bug 
527652` \
-   -e 
's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires 
nodejs and typescript` \
-   tests/auto/blackbox/tst_blackbox.cpp || die
-
-   # requires jdk, fails, bug 585398
-   sed -i -e '/blackbox-java\.pro/ d' tests/auto/auto.pro || die
-}
-
-src_configure() {
-   local myqmakeargs=(
-   qbs.pro # bug 523218
-   -recursive
-   CONFIG+=qbs_disable_rpath
-   CONFIG+=qbs_enable_project_file_updates
-   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
-   QBS_INSTALL_PREFIX="${EPREFIX}/usr"
-   QBS_LIBRARY_DIRNAME="$(get_libdir)"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_test() {
-   einfo "Setting up test environment in ${T}"
-
-   export HOME=${T}
-   export LD_LIBRARY_PATH=${S}/$(get_libdir)
-   export QBS_AUTOTEST_PROFILE=autotests
-
-   "${S}"/bin/qbs-setup-toolchains --detect || die
-   "${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" autotests || die
-
-   einfo "Running autotests"
-
-   # simply exporting LD_LIBRARY_PATH doesn't work
-   # we have to use a custom testrunner script
-   local testrunner=${WORKDIR}/gentoo-testrunner
-   cat <<-EOF > "${testrunner}"
-   #!/bin/sh
-   export 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}"
-   exec 

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

2018-12-23 Thread Davide Pesavento
commit: 80f3fa82936c1d50b6242c1fb5c58e4da0d0fec7
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Dec 23 18:40:09 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Dec 23 18:40:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f3fa82

dev-qt/qt-creator: in 4.6.2, restrict qbs dep to ~1.11.1

Closes: https://bugs.gentoo.org/661644
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qt-creator/qt-creator-4.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qt-creator/qt-creator-4.6.2.ebuild 
b/dev-qt/qt-creator/qt-creator-4.6.2.ebuild
index 975beaf20cf..7e5bc26a04d 100644
--- a/dev-qt/qt-creator/qt-creator-4.6.2.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -53,7 +53,7 @@ CDEPEND="
>=dev-qt/qtxml-${QT_PV}
clangcodemodel? ( >=sys-devel/clang-5:= )
designer? ( >=dev-qt/designer-${QT_PV} )
-   qbs? ( >=dev-util/qbs-1.11.1 )
+   qbs? ( ~dev-util/qbs-1.11.1 )
systemd? ( sys-apps/systemd:= )
webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] )
 "



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfrog/files/, x11-plugins/wmfrog/

2018-12-23 Thread Mikle Kolyada
commit: 3bbe12d543637adc37c39faa6c53866db5222973
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 18:00:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 18:00:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbe12d5

x11-plugins/wmfrog: Drop old (EAPI=2)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-plugins/wmfrog/Manifest|  1 -
 .../wmfrog/files/01-fix-segfault-0.2.0.patch   | 54 ---
 .../wmfrog/files/02-buffer-overflow-0.2.0.patch| 60 --
 x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild  | 36 -
 4 files changed, 151 deletions(-)

diff --git a/x11-plugins/wmfrog/Manifest b/x11-plugins/wmfrog/Manifest
index 526a3f94c5e..e36da29c94e 100644
--- a/x11-plugins/wmfrog/Manifest
+++ b/x11-plugins/wmfrog/Manifest
@@ -1,2 +1 @@
-DIST wmfrog-0.2.0.tgz 59113 BLAKE2B 
39241240ee0477e8d587e634be74184c50b34078be329bab1786a0223395e76e6284693096fc0050ee6a32308dbe0b1f8540ead21c1c2509d158a1ff4b94b0c4
 SHA512 
e704600d2a3ce4ff64e4c5393ec4b977356ed18545b937102c2a120f6407f1b879f050a1a7f324c8ea40e2360dfb8147bf24e9910483aebb24a3f8e2692537f4
 DIST wmfrog-0.3.1.tgz 128499 BLAKE2B 
5bde4ccf41fda8e1a7e4fe9d40727e0d86d65830cc749955f5b1c97949c543f8f7253ddc6fffa48fc606e23c2ff6b4c66e07c66807a43e02f68961dfbb20d683
 SHA512 
35cd7da8ec0173f4799119191cd28befaed0fd5ea09c0dd2e9789ce37e9a1a4a83a9fb4562051a8da9c1449eafc8299c86914cb6f0e5bc35bd051560442af7ee

diff --git a/x11-plugins/wmfrog/files/01-fix-segfault-0.2.0.patch 
b/x11-plugins/wmfrog/files/01-fix-segfault-0.2.0.patch
deleted file mode 100644
index 7e88f49058f..000
--- a/x11-plugins/wmfrog/files/01-fix-segfault-0.2.0.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 7b9ead8d480eb2be07db646e9c6383f3397beaea Mon Sep 17 00:00:00 2001
-From: Jim Ramsay 
-Date: Thu, 6 Aug 2009 12:22:26 -0400
-Subject: [PATCH] Fixed segfault if Weather or Clouds not present
-
-Though the variables 'weatherFound' and 'cloudsFound' were being set properly 
by
-fscanf, their values were never actually checked.
-
-Furthermore, the strings (Weather, Clouds, tmp1 and tmp2) were not being
-initialized to NULL as the code seems to have been expecting.

- Src/wmFrog.c |   12 ++--
- 1 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/Src/wmFrog.c b/Src/wmFrog.c
-index e2d82af..af4101a 100644
 a/Src/wmFrog.c
-+++ b/Src/wmFrog.c
-@@ -68,10 +68,10 @@ intn, s, m, i, dt1, dt2, dt3;
- XEventevent;
- char  command[1024], Line[512], FileName[10];
- FILE  *fp;
-- char*  Weather;
-- char*  Clouds;
-- char* tmp1;
-- char* tmp2;
-+ char*  Weather = NULL;
-+ char*  Clouds = NULL;
-+ char* tmp1 = NULL;
-+ char* tmp2 = NULL;
-  int intensity=0;
-  char* precip;
-  char* desc;
-@@ -238,7 +238,7 @@ FILE   *fp;
- keepgoing=1;
-   {
- 
--  do{
-+  if (weatherFound) do{
- 
-   
-   tmp1=mystrsep(,";");
-@@ -289,7 +289,7 @@ FILE   *fp;
-   while(keepgoing);
-   }
- 
--  do{
-+  if (cloudsFound) do{
-   tmp1=mystrsep(,";");
-   if(tmp1)
- {
--- 
-1.6.3.3
-

diff --git a/x11-plugins/wmfrog/files/02-buffer-overflow-0.2.0.patch 
b/x11-plugins/wmfrog/files/02-buffer-overflow-0.2.0.patch
deleted file mode 100644
index c4267585836..000
--- a/x11-plugins/wmfrog/files/02-buffer-overflow-0.2.0.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From 5cc2198aebf090b399bd8aaea0e1c8b054bbda58 Mon Sep 17 00:00:00 2001
-From: Jim Ramsay 
-Date: Thu, 6 Aug 2009 12:51:56 -0400
-Subject: [PATCH] Remove buffer overflows
-
-Replaced all 'sprintf' calls with 'snprintf' and fixed all buffers to 
reasonable
-sizes.

- Src/wmFrog.c |   11 +--
- 1 files changed, 5 insertions(+), 6 deletions(-)
-
-diff --git a/Src/wmFrog.c b/Src/wmFrog.c
-index af4101a..74e8b56 100644
 a/Src/wmFrog.c
-+++ b/Src/wmFrog.c
-@@ -66,7 +66,7 @@ char* folder;
- int main(int argc, char *argv[]) {
- int   n, s, m, i, dt1, dt2, dt3;
- XEventevent;
--char  command[1024], Line[512], FileName[10];
-+char  command[1024], Line[512], FileName[128];
- FILE  *fp;
-  char*  Weather = NULL;
-  char*  Clouds = NULL;
-@@ -213,7 +213,7 @@ FILE   *fp;
-   
-   dt2 = 0;
- 
--  sprintf(FileName, "%s/%s", folder, StationID);
-+  snprintf(FileName, 128, "%s/%s", folder, StationID);
-   fprintf(stderr,"%s\n\n",FileName);
-   if ((fp = fopen(FileName, "r")) != NULL){
- fscanf(fp, "Hour:%d", );
-@@ -571,7 +571,7 @@ UpToDate = 0;
-   /*
-*  Execute Perl script to grab the Latest METAR Report
-*/
--   

[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: 2a21936a17e8db93ecf53e9c6a11be549afa967b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 17:22:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 17:27:23 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a21936a

media-gfx/digikam: 6.0.0_beta2 version bump

Closes: https://bugs.gentoo.org/667398
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/{digikam-.ebuild => digikam-6.0.0_beta2.ebuild} | 1 +
 media-gfx/digikam/digikam-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-6.0.0_beta2.ebuild
similarity index 99%
copy from media-gfx/digikam/digikam-.ebuild
copy to media-gfx/digikam/digikam-6.0.0_beta2.ebuild
index 12a3a7db4a..48c1135b4f 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-6.0.0_beta2.ebuild
@@ -22,6 +22,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_BRANCH=stable
[[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
+   S="${WORKDIR}/${MY_P}"
 fi
 
 COMMON_DEPEND="

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 12a3a7db4a..48c1135b4f 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -22,6 +22,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_BRANCH=stable
[[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
+   S="${WORKDIR}/${MY_P}"
 fi
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-devel/remake/files/, sys-devel/remake/

2018-12-23 Thread Andreas K. Hüttel
commit: f68e884496f6a534f2234bf154d6797b829e9d15
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 23 17:21:58 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 23 17:22:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68e8844

sys-devel/remake: Version bump

Fixes the Perl 5.26 test failure and the glob-related build failure

Bug: https://bugs.gentoo.org/636198
Closes: https://bugs.gentoo.org/649060
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/remake/Manifest   |  1 +
 sys-devel/remake/files/make-4.2.1-glob-v2.patch | 30 +
 sys-devel/remake/remake-4.2.1.1.4.ebuild| 36 +
 3 files changed, 67 insertions(+)

diff --git a/sys-devel/remake/Manifest b/sys-devel/remake/Manifest
index 79eaab381c1..1ca2f104cee 100644
--- a/sys-devel/remake/Manifest
+++ b/sys-devel/remake/Manifest
@@ -1,2 +1,3 @@
 DIST remake-3.82+dbg0.9.tar.bz2 1152677 BLAKE2B 
bb4c61b2bad39be1e50c919c2c4b2f069df31a6b6d6e51863257a20ecace2395a16349f8dcafcb4c5bf020d423d91d7d9c9a3098ff2f6d2891a5d3bdbf54b126
 SHA512 
94682e9d0317088456dac683d67be320fe10bb06a3384969fafefe091558b215105ba3c96a7c1d4e0d970ea2dc5c4f535a704256fe7a4eaa87bec11d78d074cf
 DIST remake-4.1+dbg1.1.tar.bz2 1254246 BLAKE2B 
be1b18329b36d6c34aaa3270ae2c69b042d467d19bc99ac13562df387a3f0cd0bf19c7e39aebfa983614355c2d0921620609894850e1eb66f24ed08aea36ead3
 SHA512 
e0dfb0f7a3f05968c3597e73f2fd486929893546a8f993e99ae73c6400050d1faa5baed1b0588d399bfc6e58e8504f857c8734e39a02efd875b522b26dfaa421
+DIST remake-4.2.1+dbg-1.4.tar.bz2 1508613 BLAKE2B 
f83bf8b1154d87d3c729b51797011511c6d9a249dffd212a551602a2af1c874d50d631d0f0e3f00d1b4484db758b7d167c416b0be185ad2a16897a077d04e9f4
 SHA512 
ffb7d641e0bc99794c17f634fe0aa5bf909c1e1c8eb14873dd27f2950d913db393c3532c34f417307eba351e8732c366131a23e661f5fec9529edc5d778da0d1

diff --git a/sys-devel/remake/files/make-4.2.1-glob-v2.patch 
b/sys-devel/remake/files/make-4.2.1-glob-v2.patch
new file mode 100644
index 000..e55a7790a3f
--- /dev/null
+++ b/sys-devel/remake/files/make-4.2.1-glob-v2.patch
@@ -0,0 +1,30 @@
+http://git.savannah.gnu.org/cgit/make.git/commit/?id=48c8a116a914a325a0497721f5d8b58d5bba34d4
+
+--- make-4.2.1/configure   2016-06-11 01:03:21.0 +0200
 make-4.2.1/configure   2016-06-11 01:03:21.0 +0200
+@@ -11481,10 +11481,9 @@
+ #include 
+ #include 
+ 
+-#define GLOB_INTERFACE_VERSION 1
+ #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
+ # include 
+-# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
++# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2
+gnu glob
+ # endif
+ #endif
+--- make-4.2.1/configure.ac2016-06-06 14:27:31.0 +0200
 make-4.2.1/configure.ac2016-06-06 14:27:31.0 +0200
+@@ -399,10 +399,9 @@
+ #include 
+ #include 
+ 
+-#define GLOB_INTERFACE_VERSION 1
+ #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
+ # include 
+-# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
++# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2
+gnu glob
+ # endif
+ #endif],

diff --git a/sys-devel/remake/remake-4.2.1.1.4.ebuild 
b/sys-devel/remake/remake-4.2.1.1.4.ebuild
new file mode 100644
index 000..acc2d411cb8
--- /dev/null
+++ b/sys-devel/remake/remake-4.2.1.1.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-${PV:0:5}+dbg-${PV:6}"
+
+DESCRIPTION="patched version of GNU make with improved error reporting, 
tracing and debugging"
+HOMEPAGE="http://bashdb.sourceforge.net/remake/;
+SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2"
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="guile readline"
+
+RDEPEND="readline? ( sys-libs/readline:0= )
+   guile? ( >=dev-scheme/guile-1.8:= )"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+   "${FILESDIR}/make-4.2.1-glob-v2.patch"
+)
+
+src_configure() {
+   use readline || export vl_cv_lib_readline=no
+   econf $(use_with guile)
+}
+
+src_install() {
+   default
+   # delete files GNU make owns and remake doesn't care about.
+   rm -r "${ED}"/usr/include || die
+}



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: 189648442afebe35dd0d155481a18fb04a0f0bfe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 15:56:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 15:56:54 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=18964844

media-gfx/digikam: Add missing DEPEND

Upstream commit f908def10a3029c6b9cca21fa459eb4eeb653ebf

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 911ff0b698..daba2c96d6 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -48,6 +48,7 @@ COMMON_DEPEND="
$(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+   $(add_qt_dep qtxmlpatterns)
dev-libs/expat
>=media-gfx/exiv2-0.26:=
media-libs/lcms:2



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: 4e961ccf114b39d9167fb6de16a9b9749a089dec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 16:06:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 17:11:27 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e961ccf

media-gfx/digikam: Add USE webkit

Upstream commit 101b1170ef8484df732ccbff235dc28fc91f1a26

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-.ebuild | 6 --
 media-gfx/digikam/metadata.xml| 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 72acbd4d92..9a6f6f4a29 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Digital photo management application"
 HOMEPAGE="https://www.digikam.org/;
 
 LICENSE="GPL-2"
-IUSE="addressbook calendar gphoto2 jpeg2k +lensfun libav marble mediaplayer 
semantic-desktop mysql opengl openmp +panorama scanner X"
+IUSE="addressbook calendar gphoto2 jpeg2k +lensfun libav marble mediaplayer 
mysql opengl openmp +panorama scanner semantic-desktop webkit X"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS="~amd64 ~x86"
@@ -45,7 +45,6 @@ COMMON_DEPEND="
$(add_qt_dep qtgui '-gles2')
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtsql 'mysql?')
-   $(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
$(add_qt_dep qtxmlpatterns)
@@ -83,6 +82,8 @@ COMMON_DEPEND="
panorama? ( $(add_frameworks_dep threadweaver) )
scanner? ( $(add_kdeapps_dep libksane) )
semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
+   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+   webkit? ( $(add_qt_dep qtwebkit) )
X? (
$(add_qt_dep qtx11extras)
x11-libs/libX11
@@ -160,6 +161,7 @@ src_configure() {
$(cmake-utils_use_find_package panorama KF5ThreadWeaver)
$(cmake-utils_use_find_package scanner KF5Sane)
$(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
+   -DENABLE_QWEBENGINE=$(usex !webkit)
$(cmake-utils_use_find_package X X11)
)
 

diff --git a/media-gfx/digikam/metadata.xml b/media-gfx/digikam/metadata.xml
index 5521adfea1..cfd72c2d6f 100644
--- a/media-gfx/digikam/metadata.xml
+++ b/media-gfx/digikam/metadata.xml
@@ -15,5 +15,6 @@
Enable support for media player using 
media-libs/qtav
Build the panorama plugin which requires 
media-gfx/hugin
Enable 
kde-frameworks/kfilemetadata support
+   Build with dev-qt/qtwebkit 
instead of dev-qt/qtwebengine

 



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: 7702f20547f672a24bac4a885c0b6464cb128356
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 15:56:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 15:56:13 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7702f205

media-gfx/digikam: Drop USE kipi

Upstream commit 51bc7582db1d3917eec1a113fdde5689167d

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-.ebuild | 5 +
 media-gfx/digikam/metadata.xml| 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 9ffef3e608..911ff0b698 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Digital photo management application"
 HOMEPAGE="https://www.digikam.org/;
 
 LICENSE="GPL-2"
-IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble mediaplayer 
semantic-desktop mysql opengl openmp +panorama scanner X"
+IUSE="addressbook calendar gphoto2 jpeg2k +lensfun marble mediaplayer 
semantic-desktop mysql opengl openmp +panorama scanner X"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS="~amd64 ~x86"
@@ -63,7 +63,6 @@ COMMON_DEPEND="
calendar? ( $(add_kdeapps_dep kcalcore) )
gphoto2? ( media-libs/libgphoto2:= )
jpeg2k? ( media-libs/jasper:= )
-   kipi? ( $(add_kdeapps_dep libkipi) )
lensfun? ( media-libs/lensfun )
marble? (
$(add_frameworks_dep kbookmarks)
@@ -94,7 +93,6 @@ DEPEND="${COMMON_DEPEND}
)
 "
 RDEPEND="${COMMON_DEPEND}
-   media-plugins/kipi-plugins:5
mysql? ( virtual/mysql[server] )
panorama? ( media-gfx/hugin )
!media-gfx/digikam:4
@@ -149,7 +147,6 @@ src_configure() {
$(cmake-utils_use_find_package calendar KF5CalendarCore)
$(cmake-utils_use_find_package gphoto2 Gphoto2)
$(cmake-utils_use_find_package jpeg2k Jasper)
-   $(cmake-utils_use_find_package kipi KF5Kipi)
$(cmake-utils_use_find_package lensfun LensFun)
$(cmake-utils_use_find_package marble Marble)
$(cmake-utils_use_find_package mediaplayer QtAV)

diff --git a/media-gfx/digikam/metadata.xml b/media-gfx/digikam/metadata.xml
index 59e835b018..5521adfea1 100644
--- a/media-gfx/digikam/metadata.xml
+++ b/media-gfx/digikam/metadata.xml
@@ -10,7 +10,6 @@


Enable akonadi contact 
integration
-   Enable support for 
media-plugins/kipi-plugins
Enable support for 
media-libs/lensfun
Enable support for geolocation using 
kde-apps/marble
Enable support for media player using 
media-libs/qtav



[gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/

2018-12-23 Thread Andreas Sturmlechner
commit: 8a0996554a4b45c0c0b080670a83369e8fc477f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 16:59:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 17:12:15 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a099655

media-plugins/kipi-plugins: Cleanup, no longer a 'digiKam' project

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kipi-plugins/kipi-plugins-.ebuild  | 40 --
 1 file changed, 7 insertions(+), 33 deletions(-)

diff --git a/media-plugins/kipi-plugins/kipi-plugins-.ebuild 
b/media-plugins/kipi-plugins/kipi-plugins-.ebuild
index 5a19db4293..3cf1afdd1a 100644
--- a/media-plugins/kipi-plugins/kipi-plugins-.ebuild
+++ b/media-plugins/kipi-plugins/kipi-plugins-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,24 +9,15 @@ inherit kde5
 DESCRIPTION="Plugins for the KDE Image Plugin Interface"
 HOMEPAGE="https://www.digikam.org/;
 
-LICENSE="GPL-2+"
-IUSE="flashexport mediawiki +remotestorage vkontakte"
-
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
KEYWORDS="~amd64 ~x86"
-   if [[ ${PV} =~ beta[0-9]$ ]]; then
-   SRC_BRANCH="unstable"
-   else
-   SRC_BRANCH="stable"
-   fi
-
-   MY_PV="${PV/_/-}"
-   MY_P="digikam-${MY_PV}"
-   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-   S="${WORKDIR}/${MY_P}/extra/${PN}"
+   SRC_URI="mirror://kde/stable/digikam/digikam-${PV}.tar.xz"
 fi
 
-COMMON_DEPEND="
+LICENSE="GPL-2+"
+IUSE="flashexport mediawiki +remotestorage vkontakte"
+
+RDEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -47,27 +38,10 @@ COMMON_DEPEND="
remotestorage? ( $(add_frameworks_dep kio) )
vkontakte? ( net-libs/libkvkontakte:5 )
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
$(add_qt_dep qtconcurrent)
sys-devel/gettext
 "
-RDEPEND="${COMMON_DEPEND}
-   !media-plugins/kipi-plugins:4
-"
-
-src_prepare() {
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   if [[ ${SRC_BRANCH} = stable ]]; then
-   # prepare the translations
-   mv "${WORKDIR}/${MY_P}/po" po || die
-   find po -name "*.po" -and -not -name "kipiplugin*.po" 
-delete || die
-   echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt 
|| die
-   echo "add_subdirectory( po )" >> CMakeLists.txt || die
-   fi
-   fi
-
-   kde5_src_prepare
-}
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: a7b7e118a3e302239500d3b8170912a64c69eb2a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 17:08:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 17:12:15 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7b7e118

media-gfx/digikam: libmediawiki was merged into digikam

Upstream commit e4bc0da59fc5321cc3b63655e1fa7f7b1aa4fe81

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-.ebuild | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 741d546613..12a3a7db4a 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -41,6 +41,7 @@ COMMON_DEPEND="
$(add_qt_dep qtconcurrent)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui '-gles2')
+   $(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtsql 'mysql?')
$(add_qt_dep qtwidgets)
@@ -66,7 +67,6 @@ COMMON_DEPEND="
$(add_frameworks_dep kbookmarks)
$(add_kdeapps_dep marble)
$(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtnetwork)
)
mediaplayer? (
media-libs/qtav[opengl]
@@ -116,14 +116,6 @@ pkg_setup() {
 }
 
 # FIXME: Unbundle libraw (libs/rawengine/libraw)
-src_prepare() {
-   if ! use marble; then
-   punt_bogus_dep Qt5 Network
-   fi
-
-   kde5_src_prepare
-}
-
 src_configure() {
local mycmakeargs=(
-DENABLE_APPSTYLES=ON



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: c383eee48a99094f3ef30375f78391843d7f5b16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 15:54:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 15:54:09 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c383eee4

media-gfx/digikam: OpenCV2 support was dropped

Upstream commit b7d55aae13753757bf256ef9bcd5beb1321970a4

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 04baabcaf5..9ffef3e608 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -53,8 +53,7 @@ COMMON_DEPEND="
media-libs/lcms:2
media-libs/liblqr
media-libs/libpng:0=
-   media-libs/opencv:=[-qt4(-)]
-   || ( =media-libs/opencv-3.1.0 )
+   >=media-libs/opencv-3.1.0:=
media-libs/tiff:0
virtual/jpeg:0
addressbook? (
@@ -64,7 +63,7 @@ COMMON_DEPEND="
calendar? ( $(add_kdeapps_dep kcalcore) )
gphoto2? ( media-libs/libgphoto2:= )
jpeg2k? ( media-libs/jasper:= )
-   kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )
+   kipi? ( $(add_kdeapps_dep libkipi) )
lensfun? ( media-libs/lensfun )
marble? (
$(add_frameworks_dep kbookmarks)
@@ -147,7 +146,6 @@ src_configure() {
-DENABLE_MEDIAPLAYER=$(usex mediaplayer)
-DENABLE_MYSQLSUPPORT=$(usex mysql)
-DENABLE_INTERNALMYSQL=$(usex mysql)
-   -DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo 
yes || echo no)
$(cmake-utils_use_find_package calendar KF5CalendarCore)
$(cmake-utils_use_find_package gphoto2 Gphoto2)
$(cmake-utils_use_find_package jpeg2k Jasper)



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: 2865837264b4f8ebc6623470430573653025f1b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 16:24:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 17:11:40 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=28658372

media-gfx/digikam: Cleanup and sort

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-.ebuild | 28 
 1 file changed, 4 insertions(+), 24 deletions(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 9a6f6f4a29..304b56e682 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -7,7 +7,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
KDE_HANDBOOK="true"
KDE_TEST="true"
 fi
-CMAKE_MAKEFILE_GENERATOR="emake"
 inherit kde5 toolchain-funcs
 
 DESCRIPTION="Digital photo management application"
@@ -23,7 +22,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_BRANCH=stable
[[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-   S="${WORKDIR}/${MY_P}/core"
 fi
 
 COMMON_DEPEND="
@@ -101,10 +99,9 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
mysql? ( virtual/mysql[server] )
panorama? ( media-gfx/hugin )
-   !media-gfx/digikam:4
 "
 
-RESTRICT=test
+RESTRICT+=" test"
 # bug 366505
 
 pkg_pretend() {
@@ -119,23 +116,6 @@ pkg_setup() {
 
 # FIXME: Unbundle libraw (libs/rawengine/libraw)
 src_prepare() {
-   if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   # prepare the translations
-   mv "${WORKDIR}/${MY_P}/po" po || die
-   find po -name "*.po" -and -not -name "digikam.po" -delete || die
-   echo "set_property(GLOBAL PROPERTY 
ALLOW_DUPLICATE_CUSTOM_TARGETS 1)" >> CMakeLists.txt || die
-   echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt || die
-   echo "add_subdirectory( po )" >> CMakeLists.txt || die
-
-   if use handbook; then
-   # subdirs need to be preserved b/c relative paths...
-   # doc-translated is, in fact, broken, and ignored
-   mv "${WORKDIR}/${MY_P}/doc/${PN}" doc-default || die
-   echo "find_package(KF5DocTools REQUIRED)" >> 
CMakeLists.txt || die
-   echo "add_subdirectory( doc-default )" >> 
CMakeLists.txt || die
-   fi
-   fi
-
if ! use marble; then
punt_bogus_dep Qt5 Network
fi
@@ -147,15 +127,15 @@ src_configure() {
local mycmakeargs=(
-DENABLE_APPSTYLES=ON
-DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook)
-   -DENABLE_MEDIAPLAYER=$(usex mediaplayer)
-   -DENABLE_MYSQLSUPPORT=$(usex mysql)
-   -DENABLE_INTERNALMYSQL=$(usex mysql)
$(cmake-utils_use_find_package calendar KF5CalendarCore)
$(cmake-utils_use_find_package gphoto2 Gphoto2)
$(cmake-utils_use_find_package jpeg2k Jasper)
$(cmake-utils_use_find_package lensfun LensFun)
$(cmake-utils_use_find_package marble Marble)
+   -DENABLE_MEDIAPLAYER=$(usex mediaplayer)
$(cmake-utils_use_find_package mediaplayer QtAV)
+   -DENABLE_MYSQLSUPPORT=$(usex mysql)
+   -DENABLE_INTERNALMYSQL=$(usex mysql)
$(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package openmp OpenMP)
$(cmake-utils_use_find_package panorama KF5ThreadWeaver)



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: f139263da9bf2ba6ef7655dea214ae91de7a0c3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 16:01:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 16:01:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f139263d

media-gfx/digikam: Add USE libav

Upstream commit 6df0a5f86202cd3ed1ded41079742305c8b04813

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index daba2c96d6..72acbd4d92 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Digital photo management application"
 HOMEPAGE="https://www.digikam.org/;
 
 LICENSE="GPL-2"
-IUSE="addressbook calendar gphoto2 jpeg2k +lensfun marble mediaplayer 
semantic-desktop mysql opengl openmp +panorama scanner X"
+IUSE="addressbook calendar gphoto2 jpeg2k +lensfun libav marble mediaplayer 
semantic-desktop mysql opengl openmp +panorama scanner X"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS="~amd64 ~x86"
@@ -71,7 +71,11 @@ COMMON_DEPEND="
$(add_qt_dep qtconcurrent)
$(add_qt_dep qtnetwork)
)
-   mediaplayer? ( media-libs/qtav[opengl] )
+   mediaplayer? (
+   media-libs/qtav[opengl]
+   !libav? ( media-video/ffmpeg:= )
+   libav? ( media-video/libav:= )
+   )
opengl? (
$(add_qt_dep qtopengl)
virtual/opengl



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2018-12-23 Thread Andreas Sturmlechner
commit: a3be36247186bf50758de6ad11429f1eeddd4d25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 16:48:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 17:11:41 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3be3624

media-gfx/digikam: Drop obsolete openmp build switch

Upstream commit 3725d055664212dd942d832a5a2c9fa49fc1a042

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 304b56e682..d9e82c721c 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -137,7 +137,6 @@ src_configure() {
-DENABLE_MYSQLSUPPORT=$(usex mysql)
-DENABLE_INTERNALMYSQL=$(usex mysql)
$(cmake-utils_use_find_package opengl OpenGL)
-   $(cmake-utils_use_find_package openmp OpenMP)
$(cmake-utils_use_find_package panorama KF5ThreadWeaver)
$(cmake-utils_use_find_package scanner KF5Sane)
$(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)



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

2018-12-23 Thread Mikle Kolyada
commit: e83cc26ddc038fd5431ad32d837956b647d16640
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 17:16:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 17:16:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83cc26d

x11-terms/terminology: amd64 stable wrt bug #673404

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-terms/terminology/terminology-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/terminology/terminology-1.3.2.ebuild 
b/x11-terms/terminology/terminology-1.3.2.ebuild
index 0e62a7434ad..813c81c47cd 100644
--- a/x11-terms/terminology/terminology-1.3.2.ebuild
+++ b/x11-terms/terminology/terminology-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://fau.re/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="nls"
 
 RDEPEND="



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

2018-12-23 Thread Mikle Kolyada
commit: 259c31071ef2c058ce29c44a52c05513db4851df
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 17:17:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 17:17:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259c3107

x11-terms/terminology: Security cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-terms/terminology/Manifest |  2 --
 x11-terms/terminology/terminology-1.1.1.ebuild | 28 -
 x11-terms/terminology/terminology-1.3.0.ebuild | 35 --
 3 files changed, 65 deletions(-)

diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index e550a348f8b..68fc495325c 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1,3 +1 @@
-DIST terminology-1.1.1.tar.xz 4989940 BLAKE2B 
946476fbe7b0f6c5e15e3d2cd6b90e1f77ace4f25541d2c433ccf45f674a4b498b1b289ff17ae079a38a4cc959075087c99d3230c96df43aaf1c36f427bcc446
 SHA512 
034f061374462bc4c596ed2fbcbf16b77071459595a86cbacb6f4fd613e93b412ce0c61a0b919f731a559632e897bc378a9bf6dbe2aaa41d1bca8c50215f
-DIST terminology-1.3.0.tar.xz 4849268 BLAKE2B 
6765838d54273cc726684b477effaedfd7ac1be5474b71609d5890ad87ef02edd662dab5d794572547cb130d1a95f1d16f9a7458a82da2f00a8d72646b416ad8
 SHA512 
ac8b9dee8167365c7127cb01a0511a1aacfd28926b950142052998f2d33e86a3c80024408d3053e4e7f7047455153f3c8fdf23b329faec0313c42005e6213f50
 DIST terminology-1.3.2.tar.xz 4849832 BLAKE2B 
db03ab8d40a432e42d645a53a02b96afa37a6d238cb26bea55de6153969164e53986d70091239235ba724556feaa32bc8de68aba5fb766543f1719791f0c5ab6
 SHA512 
e41e413348451e0df90634af06fb49ec830f9b1454eec2601977e6e35385bd1a62a385a9ab7fc02fc6c3750f5b73785e4f40f14bb36acd58d4c296074b5f32c8

diff --git a/x11-terms/terminology/terminology-1.1.1.ebuild 
b/x11-terms/terminology/terminology-1.1.1.ebuild
deleted file mode 100644
index bcf5de53d09..000
--- a/x11-terms/terminology/terminology-1.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
-HOMEPAGE="https://www.enlightenment.org/about-terminology;
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/efl-1.18.0[eet,X]"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable nls)
-   )
-
-   econf "${myconf[@]}"
-}

diff --git a/x11-terms/terminology/terminology-1.3.0.ebuild 
b/x11-terms/terminology/terminology-1.3.0.ebuild
deleted file mode 100644
index 4ff80a7dfb7..000
--- a/x11-terms/terminology/terminology-1.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
-HOMEPAGE="https://www.enlightenment.org/about-terminology;
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="nls"
-
-RDEPEND="
-   || ( dev-libs/efl[egl] dev-libs/efl[opengl] )
-   || ( dev-libs/efl[X] dev-libs/efl[wayland] )
-   app-arch/lz4
-   dev-libs/efl[eet,fontconfig]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use nls)
-   )
-
-   meson_src_configure
-}



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

2018-12-23 Thread Mikle Kolyada
commit: 92b28af42941d4544cd28f7407444924f0e15c3f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 17:14:33 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 17:14:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b28af4

net-misc/iputils: amd64 stable wrt bug #673498

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/iputils/iputils-20180629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/iputils/iputils-20180629.ebuild 
b/net-misc/iputils/iputils-20180629.ebuild
index 03cbfb7a6ae..3e0eefd581b 100644
--- a/net-misc/iputils/iputils-20180629.ebuild
+++ b/net-misc/iputils/iputils-20180629.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/s${MY_PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${MY_PV}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



[gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/

2018-12-23 Thread Mikle Kolyada
commit: 3c9bc7ecd4c81030510f3ab584ecd0956ee9db2e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 17:10:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 17:10:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9bc7ec

app-metrics/collectd: amd64 stable wrt bug #673444

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-metrics/collectd/collectd-5.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/collectd/collectd-5.8.1.ebuild 
b/app-metrics/collectd/collectd-5.8.1.ebuild
index 378b2612a50..e4a2fbf25d0 100644
--- a/app-metrics/collectd/collectd-5.8.1.ebuild
+++ b/app-metrics/collectd/collectd-5.8.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${HOMEPAGE%/}/files/${P}.tar.bz2"
 
 LICENSE="MIT GPL-2 GPL-2+ GPL-3 GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm x86"
+KEYWORDS="~alpha amd64 ~arm x86"
 IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
 
 # The plugin lists have to follow here since they extend IUSE



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

2018-12-23 Thread Mikle Kolyada
commit: d4db6ed0b1cd858a64cbf7516e65b3115033eb6f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 17:02:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 17:02:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4db6ed0

sys-apps/less: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/less/Manifest|  1 -
 sys-apps/less/less-530.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index 4e81acf371e..1fb99f8e06b 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,4 +1,3 @@
-DIST less-530.tar.gz 339723 BLAKE2B 
9321548b06330c0b1b5b5a36147f5b9348619ff15d907808744b89581edeb4d8c2118ba455d024a23850902cac4d2c34d1e7b9897e02769584315c0e67ef667e
 SHA512 
8d83a18b5648c4fe85921a563aa2c40bcf495aeb611098c83cd167b1e2f706649846cdf457c8506ae2683ab362ad970a0b261747349673020894bccdb9acbc10
 DIST less-531.tar.gz 340466 BLAKE2B 
6ac75b623fce478114d18cff429659499fedf4ef1a7bb067465ace91c28a7968efb224a4994a1e376a8cf40b110492f10ecda634628029107b38187044a0cd1e
 SHA512 
180b665f194d7cc40d4bbb37bd64b10be463c0705e81795bef84b20dbba1c61825bb3e3da8bcd79f9176bb3af7b1f4e4c3dfe0829a5a2195a11f5b42294daca1
 DIST less-547.tar.gz 346045 BLAKE2B 
c6f8dedd0f2f3e4383617ed0013c08b74416e4b804f1dfb5f8617c929d7f2b0d8cb0590d765e9cd98c224c98511532e8ce892948eacd6ada489566f0e038a31f
 SHA512 
4f85019a6617b90ac1dec4009f62e6ca223af326b08d1f39eaea39d96b5e975f4cc0072cdfa73cff8fa71fe7859cba36f0e58104cc5754fa5b262d8341743d51
 DIST less-548.tar.gz 346139 BLAKE2B 
0cdea7f3db069b8f4b4a070067f1956f0f2d86ff8061506c330fdcf4b3cfdbc56f22ffaba782190d799685129a446ef68bd3349fb50491ad6d84b6feee05fa65
 SHA512 
4e42ed3812d038634a12ae6f719869b228fe4ec270ceda560afb666543669f40c0c5746fc9b94c00584e78db356d900347ec5b7e3ca15249a9656dbd8b6b8dcb

diff --git a/sys-apps/less/less-530.ebuild b/sys-apps/less/less-530.ebuild
deleted file mode 100644
index 212cdd7590b..000
--- a/sys-apps/less/less-530.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/;
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-   >=sys-libs/ncurses-5.2:0=
-   pcre? ( dev-libs/libpcre )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-   econf \
-   --with-regex=$(usex pcre pcre posix) \
-   --with-editor="${EPREFIX}"/usr/libexec/editor
-}
-
-src_install() {
-   default
-
-   newbin "${FILESDIR}"/lesspipe.sh lesspipe
-   newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-   elog "Colorization support has been dropped.  If you want that, 
check out"
-   elog "the new app-text/lesspipe package."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-12-23 Thread Mikle Kolyada
commit: 5b5f8a1b7665b91183fef15dc33028b648bd1f3a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 16:20:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 16:21:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5f8a1b

net-im/telegram-desktop-bin: Version bump (v1.5.3)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-im/telegram-desktop-bin/Manifest   |  3 +
 .../telegram-desktop-bin-1.5.3.ebuild  | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index ee4790cadce..384e5bf9f24 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.5.1.tar.gz 14105322 BLAKE2B 
d78859771f891eb04223cc8a6992daf4d6e9f33f4fdf810629fd640bc3a504911994fb6f2c67c7ca9163dd3be9cfa7eb9f21e7f3a9ac244a78e7d21dc3b7ae70
 SHA512 
9e9f24d925c4aa36961abeec9b4ca1a08238ba716ed5e472ae7d9660af7d2660de4a7fa92eb34fb27b5a5a17bbe78a803cf2953c159c3ee84996d2fc7ff389d3
 DIST tdesktop-1.5.2.tar.gz 14107995 BLAKE2B 
b366e3891cecb0b35348c9a94281db6c1a59038dc5f10c15267f8109ee1ee0e88a4dfbc3494876cc835f29ab32c4303d6bd462985c731dbfc2c7736ad6e55273
 SHA512 
a81660b3b6ef58017e3ec3d4584bc7aa3db138450e4a30e6d7276b0bcffb5683866c8eb44d54554287ac1f3c6d149e1db63a4c68d5e3e90bb2d59c7ba3a9022d
+DIST tdesktop-1.5.3.tar.gz 1412 BLAKE2B 
88cf2fc4a8645ba13ad27451e0404d7e558feeefc547bb0e44036538c81f6de049d6c672d4323e3f969e37104e64cf4f032465d649e5f05608fefca07d37b463
 SHA512 
f41cea42faa59d76d4b7bfb7a72dde58c6bcb3189a85655274b5db12e2fa7c78564b7eaebbefc92173e0b47ea8183fe129a73c26cd2d85210353906fb0ff935f
 DIST tsetup.1.5.1.tar.xz 32080940 BLAKE2B 
3ecf42f88904d343d25f927b6f043a916b6ea90e1b1fbb60f34572cf71858d31fa68c240d82daef3c3343295b6defb5be019379d3b018ce7fcf961387290797b
 SHA512 
70a35d5af9a8d4a212f5c7b63989d02392e3d0da30e7baf0644a609899547393a019061e71905a708c14c12e09cf32ced6b42f5889c287b32f4395b3236686c5
 DIST tsetup.1.5.2.tar.xz 32020040 BLAKE2B 
d0ef2a568978fe3f9bc458648d0a6d084cefc4a8cc9c31955f96ce16a825847aa158b9e84a9f3388b6e9defb6205f8669f44a7c0d32c793479d7da209f09c45f
 SHA512 
2db0b8f6afa49870e4b2e6bbe9250f0312528c20f9b3d35254865019c61a01adc3a185d010b79a8af52b4fe9fb087c08b32d438c18065fb57656b48e40baed11
+DIST tsetup.1.5.3.tar.xz 32139064 BLAKE2B 
2fed73bcbc991c4cd531b0f04d0cf493df10d287c66820f2aa15c93b81077405506092b27013540b56d93ddb6e11172e78dfef91ed7b3bd1bd87d42d374aa38a
 SHA512 
12c6d148f27e9d98ecc56131a118010ba20cde5eed77d9438181ca13c26b9ac402edd351a05b251431f920405ae7df243c3b9d9a6e28359c4ec0a5045980ef37
 DIST tsetup32.1.5.1.tar.xz 34530452 BLAKE2B 
2c074baf733780afc35b64e70f6d4bf8dcd49c44d60e1020f5061bc48e6a71283c8a32f2f848a0fa235b822c4a47e3e771e10306cfa751b9a22d835f18842306
 SHA512 
f2767b5b0ac027ce341dac2616a18cc865e8e41524a24b17e91b7ad7b14d921fde837e4721da161685a1e7572c3dc3649e3c57f818848979232e23e9ee91d0b0
 DIST tsetup32.1.5.2.tar.xz 33702468 BLAKE2B 
259f24c53e4687828ad3313485f4cbdf2113d74f1b36a982c6f495f1e7c3cf03344754a49f115994894f4aee669170963ab494a7fd5adb588729596142335792
 SHA512 
d1f36dfd1f723237c0e0f0d65f66006d9958f61c01a6a6c80265c47f1d10f940811b3b2db7d786e098fefaf949c04f371cc324db9fb35ffba80ebb4188be4ce9
+DIST tsetup32.1.5.3.tar.xz 34630040 BLAKE2B 
76f1d46d06d06440a4b586a6338b2870f46a4be16e7906d795391784b11c15d8434c524f2adcb5be42d67bc8af82257011eeb621b3cda159c0bf0e4071002358
 SHA512 
09c0a6ac58d8fb57aa50092788731168bc4364b665edc2bef595b84214e1723f0a36439f46aff5e337296607fc74b7cc039a1d7a42a357629132750109bfea35

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.5.3.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.5.3.ebuild
new file mode 100644
index 000..d24c8adae29
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.5.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( 
https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/tsetup.${PV}.tar.xz
 )
+   x86? ( 
https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/tsetup32.${PV}.tar.xz
 )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+   >=media-libs/fontconfig-2.13
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   doexe "Telegram"
+   newbin "${FILESDIR}"/${PN} 

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

2018-12-23 Thread Hanno Boeck
commit: 4aad46ccc01e09efe8d6c20a50c9af3934d47f3b
Author: Hanno  gentoo  org>
AuthorDate: Sun Dec 23 16:07:07 2018 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sun Dec 23 16:07:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aad46cc

app-crypt/osslsigncode: Version bump.

This is a fork that only supports the new OpenSSL api.
Masked for now, should be unmasked together with
OpenSSL 1.1.1.

Closes: https://bugs.gentoo.org/672664
Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.12

 app-crypt/osslsigncode/Manifest|  1 +
 app-crypt/osslsigncode/osslsigncode-2.0.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/app-crypt/osslsigncode/Manifest b/app-crypt/osslsigncode/Manifest
index f2682eea0a8..4e6c832a8d5 100644
--- a/app-crypt/osslsigncode/Manifest
+++ b/app-crypt/osslsigncode/Manifest
@@ -1,2 +1,3 @@
 DIST osslsigncode-1.4.tar.gz 96512 BLAKE2B 
8325153d16b7ad5d0701daf3d5d446bef498aaf45b88a78d5472d86c0899a73bff2350c224f9f3e35475d5dd72792fe24328f4710d25984ae23c5f83c6fef967
 SHA512 
89f82b5cbab5952b7bb0b1a3ea230db0c38d171924e5150e9cd157158e52d312cc10093ac719265d03a097f995bd3a438fe874c50263659859c625482ef0239f
 DIST osslsigncode-1.7.1.tar.gz 127631 BLAKE2B 
f0ced06a33968f03558e189fc9ed2340dba2cdfe823422c760d62476446646f198aed1a95f99734f80e7ec71d23cd286a23e68953f7e432a9a6ff048c76cae63
 SHA512 
cc5a7e0c5baa2a98db93f1d2cc9d86e732e2a8a55fc20bf8e6aa67e2120af37c6be857dfe4b8eb8c82fd40604dbb3c845190b59c7e6b4147f06b710a256b877f
+DIST osslsigncode-2.0.tar.gz 57951 BLAKE2B 
67057c07bb667a546e3a8abc49e8a20a0ef42ae77edacd2e88486a4357e8e8e789307e1c2abd2e13d18401621ba5607bb42af46ed8451546a26bb6855a07e652
 SHA512 
aec7b101afd96925fbd70ac67a6752997f0dab3987151c0658e5f011d8a6be6f53518d7a4aba6dff696c722a1e669100143a87d07c3f59364cd62693e9f3e4e5

diff --git a/app-crypt/osslsigncode/osslsigncode-2.0.ebuild 
b/app-crypt/osslsigncode/osslsigncode-2.0.ebuild
new file mode 100644
index 000..f88975d1bc9
--- /dev/null
+++ b/app-crypt/osslsigncode/osslsigncode-2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+
+DESCRIPTION="Platform-independent tool for Authenticode signing of EXE/CAB 
files"
+HOMEPAGE="https://github.com/mtrojnar/osslsigncode;
+SRC_URI="https://github.com/mtrojnar/osslsigncode/archive/2.0.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl libressl"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   curl? ( net-misc/curl )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   eautoreconf
+   eapply_user
+}
+
+src_configure() {
+   econf $(use_with curl)
+}



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

2018-12-23 Thread Hanno Boeck
commit: a43666c0562349e75947845cd331394287a2fd3c
Author: Hanno  gentoo  org>
AuthorDate: Sun Dec 23 16:04:34 2018 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sun Dec 23 16:04:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43666c0

profiles: Add osslsigncode-2.0 (openssl 1.1 only) to package.mask

Signed-off-by: Hanno Boeck  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 66ce5eb2744..16440f98473 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Hanno Boeck =app-crypt/osslsigncode-2.0
+
 # Jeroen Roovers  (14 Dec 2018)
 # Deprecated short lived branches https://www.nvidia.com/object/unix.html
 # Unsupported legacy branch 304 https://bugs.gentoo.org/669588



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

2018-12-23 Thread Mikle Kolyada
commit: 734a02cb767ac226b902e5022640d265f4bdd245
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 15:56:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 15:57:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734a02cb

dev-vcs/git: alpha stable wrt bug #671988

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild
index 8b14c99c4e6..1041b17df45 100644
--- a/dev-vcs/git/git-2.19.2.ebuild
+++ b/dev-vcs/git/git-2.19.2.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-12-23 Thread Mikle Kolyada
commit: 738746ffa02c3b7a9bda6b1695c3d01221788522
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 15:57:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 15:57:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738746ff

dev-vcs/git: Security cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-vcs/git/Manifest  |   3 -
 dev-vcs/git/git-2.18.1.ebuild | 716 --
 2 files changed, 719 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 164d78d8050..ee5b73c3da6 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,12 +1,9 @@
-DIST git-2.18.1.tar.xz 5102812 BLAKE2B 
43ec86d9aebc73a582f2117ef1c26a6dc820f81ff389a6239ed6e3ea5fd2be0bac54766c3ab8ad1cc9730978e5b73997bb20b24b9f3f43d6eef06bea8a9174c3
 SHA512 
06bdc54c4ff78b77667b917f2aa46a803bd6561236f4177f41b8730785b5f90f8ca705f028131f9365fb0aae2e51cd92c97380141e97c026c96a020e00b992e1
 DIST git-2.19.2.tar.xz 5235608 BLAKE2B 
ece292b8cf41deafc63c00e6176b0de39936f7d840d776192f32c1e293abc06c39119d13ed947d3de6a212fa6973bedb288c06f8bfcfc8144e563d5af40e45da
 SHA512 
1d707c1a7a16fe9399592b0354e9023f701b019f36fe775997c46354d40617a80fa04aacc5330825c4f9301c2910ead8b26274a7f3b92e9d790b4705c0d7aa96
 DIST git-2.20.0.tar.xz 5359684 BLAKE2B 
38faefbfd9cea60074214847ae0aaaf98b8fc5535dc5e6feeebbd9f3bbe482313d305e6aab4a4a170cdebc0c0c3e63466ce7793cb189734b088da9fd9981d1e3
 SHA512 
b1d9244545564651f6ed23b3227145bc637f6b62bdcd8f9ff354e67662170e5ca7f92ab9d7e2a0e5c3b0a2644c695e42f0fb1a727ba6aae000afa022be807065
 DIST git-2.20.1.tar.xz 5359872 BLAKE2B 
f7eb640f179837687b2b343d8a3a03d7d0fa60ca17e28dc5637a75800752d0e02be4c535dc4c3be6f25020aa419f22aa6855c641b06c61ebf45e0c51de069262
 SHA512 
3f05ea3a645d4d74c7380b03e2de39f893ff77a05d8b595ce30300d1d4e032f11d84952366096f8effd5fba18dfa5ebb946bc07a984eb7cbbda113cb88202f6c
-DIST git-htmldocs-2.18.1.tar.xz 1201604 BLAKE2B 
ae33ac1ec8d2c95f95dbc5965d191f093628633c047c7d52371b7a3142807a4b878be5abcd13a934a453a5b35abb4a7e0ea49823e98c4a682040afc8d7c0817d
 SHA512 
5310a846091bfa66609ce896bdce163bd84f40c14400a53eab662f0c28037b98fef4a8766a716694a5bf9549793a85b57cb665194dff5612277c6603452ea512
 DIST git-htmldocs-2.19.2.tar.xz 1223848 BLAKE2B 
6f30192cb101988fdfcce3bb79c684c6d1ac08cdc929caa049102fba10277fa8cc908904fe7472e40d60707c1b23145d95c441c1401c8697c37a81456d79aab8
 SHA512 
830e780beea10bde750d09a335fd9986c5ffbf47a724cbbeed5a1a2c94bc81d9c9223e415c5888faf81ab6404e460565434988f6635312039b88282a46014634
 DIST git-htmldocs-2.20.0.tar.xz 1227512 BLAKE2B 
aa6cfdf4006efdb869cb054f3b3cc2325dec56d473d678ed4a2289afd92138f26aed736021cbc906274183150dac9035df6950495944fe8a70bc1654b1e041e8
 SHA512 
a23adf7ca804c77f4fdee25c80e47c66ee5cff00bfae747561144a68a94e4d02aa65223cc7770d0514c6a919054cd5d7419e6ee26712170c76d075ad156344c4
 DIST git-htmldocs-2.20.1.tar.xz 1227884 BLAKE2B 
2e3b5e888d187cc7563a36d9b0c43118fbc50ddf9ca65a98319f563ff226e1f9829d578f578619e04d9576eae95631188973484aa758a9706a7a08261e0a16ad
 SHA512 
aae04a8a42865a855d699d445d2fbed657aecce8d090a36e171c6cf260175102fe2314142f3b59d200460560b413698fb263e77cadae49171bff50b96edb6d63
-DIST git-manpages-2.18.1.tar.xz 425568 BLAKE2B 
fc0f8aee3d80cba0f84c4ff4cfa342ea3c1ae155f3434b6d1771e03bb14956d5ffd78a5cadfee378534f6cf85265c37eeb1be27eb7801ae798cede249640c478
 SHA512 
6e6e663d985ef267d556539a43c192138b31dbbc80ffaa4331b8494f6e3e74b5cd4d958c2ae963143946eaa99bfce485ee3726b510b10eaab3599b5284b5fbc1
 DIST git-manpages-2.19.2.tar.xz 432200 BLAKE2B 
92b4c87c40e20133c4b6d9b7f3d56952556470855543a329ea0fb7a91382396376755656ded029d68df8291b0ffecc3e6b2b4c6f71cb8694d44c5f02da7357f8
 SHA512 
329ea9a6de4a5352c57d2ea3df0cf6caf9dcf03728416a3bca5a5ebc5dc133abe1faffd5e5b5ae11cc91412baff93df83ff684f3626bbac0770ca94bc79d2cb1
 DIST git-manpages-2.20.0.tar.xz 439220 BLAKE2B 
6550113988e6a6c833aac6b19493d3692131a85a5aa499926e8afc89515cae5cef507609ff3a87a150a173d928a091c44abfa918a64b003fda9c23a393897ac5
 SHA512 
d49e1599f2d911843a33d1c6149ac7c8dfabcef0aebb15bd04988d692662eeac0dc918da58263a50621e436f74056a47a583526e0a74b3ee4e685d4ce11b
 DIST git-manpages-2.20.1.tar.xz 439172 BLAKE2B 
c1c7a3031d600e53451ff2c35b00a541dfc09554b47567c4bfa8410d891dbd98c2ff28cbff5deff21e74c1c92eaa70777013e23bae6a484ba1690bbefc1740fa
 SHA512 
43ab28063b896062727ced8aa64119daebef261c5b393cec112fe9872955a165abc3d91f75f6e273d60b15f3c49eba44dfc7591ede452cfee8362f7d5f39c5f7

diff --git a/dev-vcs/git/git-2.18.1.ebuild b/dev-vcs/git/git-2.18.1.ebuild
deleted file mode 100644
index c9ecd68128a..000
--- a/dev-vcs/git/git-2.18.1.ebuild
+++ /dev/null
@@ -1,716 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=no
-
-# bug #329479: git-remote-testgit is not multiple-version aware
-PYTHON_COMPAT=( python2_7 )
-PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN"

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

2018-12-23 Thread Virgil Dupras
commit: 5fc9d68d74987bb791230b7403b0eac791da7437
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Dec 23 15:52:21 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Dec 23 15:52:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc9d68d

app-emulation/lxc: bump to 3.1.0

Also, remove obsolete kernel flag check and python USE flag (it was kept
around to ease the transition to the dev-python/python3-lxc package).

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emulation/lxc/Manifest |   1 +
 app-emulation/lxc/lxc-3.1.0.ebuild | 161 +
 2 files changed, 162 insertions(+)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index 9389c82001b..dc17a9b8b4a 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -1,3 +1,4 @@
 DIST lxc-2.1.1.tar.gz 1378640 BLAKE2B 
5fca516540a886729434579ff99acf3baa06977fa0e0b6f24dbf15094626335fc073597d308276e3dd20e27ceabf1477cc8e99d1fd24cf50b9aed2720b887b69
 SHA512 
2989d57acddfe091adcf8031721c3c9a2f8eff5476bd6155366b76ea7511e0f6120e669276e056e3963863e0f0acf3b095d44c36fa6652e67c197671f28cbdd4
 DIST lxc-3.0.2.tar.gz 1236975 BLAKE2B 
68047f6374b9081fb308586726797ed94fa66b5e94eb3fc12ad1a0aedc15ac1ee518ca5a341db79a715015e34ad38659200ad6aaf21f74639ebb55e7e1360645
 SHA512 
d7f5e3f91e5c8800e3e092ab209158a4d3e3c2816623249aeaaf2e0950428484ac5d1432d71298787721e1419cd962c0798ba14979e62161299fa15a299efde8
 DIST lxc-3.0.3.tar.gz 1263371 BLAKE2B 
77d0f593119654f570ae748d305e86c27117fd4e9ec7bdab1110f5356afb4a00d81c105ae9757d9da5827f6883a4a5d8ddc43b5b6e56a2927ed990e757f7c7b6
 SHA512 
cdc411364153d7ed494bab604260f5cbdfd5bd7734a59af970b3198c7b3cb340b6736856a2189d5989e169945a817ac8b531bc3ab62217a4285dd63a851f9c8a
+DIST lxc-3.1.0.tar.gz 1277877 BLAKE2B 
e114855659c8199378d14bc23f667ce1927bb32c55d336fa9c222a60198da51e7ded6aeb6d1c89cbeb1e9edc101e424a847be1e4a2330d2a0bceda52d0df5e30
 SHA512 
706cee9bc8ac57300574b59d728437e41baa4eb16c68f8548142e53b4e13679ef6698df30a4fbf8617e4f07338f898464e9f818e80d32648fe9717370dcbbb20

diff --git a/app-emulation/lxc/lxc-3.1.0.ebuild 
b/app-emulation/lxc/lxc-3.1.0.ebuild
new file mode 100644
index 000..29c023f6527
--- /dev/null
+++ b/app-emulation/lxc/lxc-3.1.0.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 linux-info flag-o-matic systemd 
readme.gentoo-r1 pam
+
+DESCRIPTION="LinuX Containers userspace utilities"
+HOMEPAGE="https://linuxcontainers.org/;
+SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="apparmor examples pam seccomp selinux +templates"
+
+RDEPEND="
+   net-libs/gnutls
+   sys-libs/libcap
+   pam? ( virtual/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )"
+
+DEPEND="${RDEPEND}
+   >=app-text/docbook-sgml-utils-0.6.14-r2
+   >=sys-kernel/linux-headers-3.2"
+
+RDEPEND="${RDEPEND}
+   sys-apps/util-linux
+   app-misc/pax-utils
+   virtual/awk"
+
+PDEPEND="templates? ( app-emulation/lxc-templates )"
+
+CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
+   ~CPUSETS ~CGROUP_CPUACCT
+   ~CGROUP_SCHED
+
+   ~NAMESPACES
+   ~IPC_NS ~USER_NS ~PID_NS
+
+   ~CGROUP_FREEZER
+   ~UTS_NS ~NET_NS
+   ~VETH ~MACVLAN
+
+   ~POSIX_MQUEUE
+   ~!NETPRIO_CGROUP
+
+   ~!GRKERNSEC_CHROOT_MOUNT
+   ~!GRKERNSEC_CHROOT_DOUBLE
+   ~!GRKERNSEC_CHROOT_PIVOT
+   ~!GRKERNSEC_CHROOT_CHMOD
+   ~!GRKERNSEC_CHROOT_CAPS
+   ~!GRKERNSEC_PROC
+   ~!GRKERNSEC_SYSFS_RESTRICT
+   ~!GRKERNSEC_CHROOT_FINDTASK
+"
+
+ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES:  needed for 
pts inside container"
+
+ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER:  needed to freeze containers"
+
+ERROR_UTS_NS="CONFIG_UTS_NS:  needed to unshare hostnames and uname info"
+ERROR_NET_NS="CONFIG_NET_NS:  needed for unshared network"
+
+ERROR_VETH="CONFIG_VETH:  needed for internal (host-to-container) networking"
+ERROR_MACVLAN="CONFIG_MACVLAN:  needed for internal (inter-container) 
networking"
+
+ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE:  needed for lxc-execute command"
+
+ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP:  as of kernel 3.3 and lxc 
0.8.0_rc1 this causes LXCs to fail booting."
+
+ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT:  some GRSEC 
features make LXC unusable see postinst notes"
+ERROR_GRKERNSEC_CHROOT_DOUBLE="CONFIG_GRKERNSEC_CHROOT_DOUBLE:  some GRSEC 
features make LXC unusable see postinst notes"
+ERROR_GRKERNSEC_CHROOT_PIVOT="CONFIG_GRKERNSEC_CHROOT_PIVOT:  some GRSEC 
features make LXC unusable see postinst notes"
+ERROR_GRKERNSEC_CHROOT_CHMOD="CONFIG_GRKERNSEC_CHROOT_CHMOD:  some GRSEC 
features make LXC unusable see postinst 

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

2018-12-23 Thread Andreas Sturmlechner
commit: bbd51992919533f050cbc652fbe0f16b20860d5d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 15:25:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 15:26:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd51992

app-text/poppler: 0.72.0 version bump

Closes: https://bugs.gentoo.org/673306
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/poppler/Manifest  |   1 +
 app-text/poppler/poppler-0.72.0.ebuild | 127 +
 2 files changed, 128 insertions(+)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 33966583e41..4a7219105b9 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -2,3 +2,4 @@ DIST poppler-0.62.0.tar.xz 1423372 BLAKE2B 
01c8745d0c1fa5b412ec92295a8784f5c1def
 DIST poppler-0.67.0.tar.xz 1459412 BLAKE2B 
1c24908839fc9e3b3b2a1e0c014f7b6a1c6cc622157e161437ece91a86a20db0d5ae67b35783a5a4b712ab4ba0e43f141ca516fde10b5a549b9d36a98c5de25b
 SHA512 
36584c62970ae0ae7807687f9c0523560ae92ac323949be8916a0e8dc6e691633e55cdd76c6026253c337aed8a4b43a7759a3de74c9ec606654f65379fb0f206
 DIST poppler-0.68.0.tar.xz 1461052 BLAKE2B 
e95aa872230ff88f2caf9b8fef7da369b3115b1aabef2d57ebba3a13123ffe1cf1e200c6583a6da9e52bdb7708bec30e26f68e582bf99289abd572e42f712a5e
 SHA512 
98449ab96db1d17901ec44b1a71b0375ac83d0f13e059b83afb452939a3ae6375c4667ae029fa333fad3eed2d8315e5f1208f34d3548c5530f0ecc7a5841c27a
 DIST poppler-0.71.0.tar.xz 1480852 BLAKE2B 
be23100e44f73cd024d50727a632b749629b6e36ef41d2aee94f1998a8362dd0fa11e64bfb0f0f04f87265029abec32088ef2dad3b5aeb2733c7aaeb6817
 SHA512 
8e0ce95e7b58c37761c36a20f1282e63373a9557bf9f746ce2936562f12648506043d9559cf816944aa238814fc1b3f3a3c0a6cb002fd214b067e399bcc6ab1e
+DIST poppler-0.72.0.tar.xz 1492912 BLAKE2B 
6582b418031c52e5e9031e9f25b80841ba471c1308030bef2cdb13cd607ddd0ca51639d93c09f33e42d5f9378ee44b5ebe4dbac29254f952f7c2ec147799bc5e
 SHA512 
57dc98ff3e433cb8c7e3c31016c080e09586410622d70fb2fe1aa36c2a55017508dd5b5b253cfe987b86f9197bdd34345e038c89f542003cf021900c86614145

diff --git a/app-text/poppler/poppler-0.72.0.ebuild 
b/app-text/poppler/poppler-0.72.0.ebuild
new file mode 100644
index 000..8e7a2fcd30c
--- /dev/null
+++ b/app-text/poppler/poppler-0.72.0.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git;
+   SLOT="0/"
+else
+   SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   SLOT="0/83"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+fi
+
+DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
+HOMEPAGE="https://poppler.freedesktop.org/;
+
+LICENSE="GPL-2"
+IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png 
qt5 tiff +utils"
+
+# No test data provided
+RESTRICT="test"
+
+COMMON_DEPEND="
+   media-libs/fontconfig
+   media-libs/freetype
+   sys-libs/zlib
+   cairo? (
+   dev-libs/glib:2
+   x11-libs/cairo
+   introspection? ( dev-libs/gobject-introspection:= )
+   )
+   curl? ( net-misc/curl )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= )
+   lcms? ( media-libs/lcms:2 )
+   nss? ( >=dev-libs/nss-3.19:0 )
+   png? ( media-libs/libpng:0= )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtxml:5
+   )
+   tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-util/glib-utils
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   cjk? ( app-text/poppler-data )
+"
+
+DOCS=( AUTHORS NEWS README README-XPDF )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch"
+   "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
+   "${FILESDIR}/${PN}-0.71.0-respect-cflags.patch"
+   "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch"
+   "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch"
+)
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # Clang doesn't grok this flag, the configure nicely tests that, but
+   # cmake just uses it, so remove it if we use clang
+   if [[ ${CC} == clang ]] ; then
+   sed -i -e 's/-fno-check-new//' 
cmake/modules/PopplerMacros.cmake || die
+   fi
+
+   if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then
+   sed 

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

2018-12-23 Thread Andreas Sturmlechner
commit: 4bb471bacc1a3087f62d1142dc988ceeb8ba2021
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 15:24:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 15:26:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb471ba

app-text/poppler: Fix cmake option, bump subslot

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/poppler/poppler-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index a8ae481329a..a91d71770d6 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == "" ]] ; then
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   SLOT="0/82"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+   SLOT="0/83"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 
 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
@@ -93,7 +93,7 @@ src_configure() {
-DENABLE_SPLASH=ON
-DENABLE_ZLIB=ON
-DENABLE_ZLIB_UNCOMPRESS=OFF
-   -DENABLE_XPDF_HEADERS=ON
+   -DENABLE_UNSTABLE_API_ABI_HEADERS=ON
-DSPLASH_CMYK=OFF
-DUSE_FIXEDPOINT=OFF
-DUSE_FLOAT=OFF



[gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/

2018-12-23 Thread Andreas Sturmlechner
commit: 21469f32ddead39374d16d2936a09e117b9d31e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 23 13:48:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 23 13:48:42 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=21469f32

kde-plasma/xdg-desktop-portal-kde: Add new DEPEND

Upstream commit 9f0c704e96ea5b8427a8ec1bbc2742e1cfa6ba8a

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild
index a3c1db4fed..645329bd69 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild
@@ -19,6 +19,7 @@ IUSE=""
 COMMON_DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtdbus)



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/datamash/

2018-12-23 Thread Jeroen Roovers
commit: 58091b79c335334031dd177c04e6ffa65f2f1ec6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec 23 14:57:13 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec 23 14:57:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58091b79

sci-calculators/datamash: Version 1.4

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 sci-calculators/datamash/Manifest|  1 +
 sci-calculators/datamash/datamash-1.4.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/sci-calculators/datamash/Manifest 
b/sci-calculators/datamash/Manifest
index 9f49288ca73..c546bbb705c 100644
--- a/sci-calculators/datamash/Manifest
+++ b/sci-calculators/datamash/Manifest
@@ -1 +1,2 @@
 DIST datamash-1.3.tar.gz 1939375 BLAKE2B 
4fe08d14ffaca21ce78d5b2781fadc665dfbc87c628338ad63eba09779179e4bfa3f578c1a8018acfbf8b3c7aad0389ee068d1b21718b1f576b6e5e8ed8d03c2
 SHA512 
3c36dd01035dc114f2fbfcb8746354e496e6c1536f7b5908cf25632d9cbaddfcd06fc26f8883ef845a6ecd85ceb5708bb7edb3d1b1c6efa273ef5ec0b758366a
+DIST datamash-1.4.tar.gz 2013538 BLAKE2B 
7be0d146e24c9d5e4e739e4884dda30c52089410b39b77e80e2265f134aaf3fb4db097b2b138497ed117028191a8a1bd0b82d2754f96bb5473d79b7785e1e1af
 SHA512 
1c47d70c9d7fa5ab2fd2a8cb1d40817ca07e8501628997ae370884fd0a4e926c0718f49f54a5f91eb4db847296bc120db3dd19fc12a92bfe8d2e7d6f2ded5aec

diff --git a/sci-calculators/datamash/datamash-1.4.ebuild 
b/sci-calculators/datamash/datamash-1.4.ebuild
new file mode 100644
index 000..4e17c0dbba4
--- /dev/null
+++ b/sci-calculators/datamash/datamash-1.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="command-line program for basic numeric, textual and statistical 
operations"
+HOMEPAGE="https://www.gnu.org/software/datamash/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls openssl"
+
+CDEPEND="
+   openssl? ( dev-libs/openssl )
+"
+RDEPEND="
+   ${CDEPEND}
+   nls? ( virtual/libintl )
+"
+BDEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(usex openssl --with-openssl={yes,no})
+}



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

2018-12-23 Thread Mikle Kolyada
commit: 846260cab67af235a9c6903a41e982a4d009a45a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 14:28:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 14:28:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846260ca

dev-libs/libbson: amd64 stable wrt bug #668856

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-libs/libbson/libbson-1.13.0.ebuild 
b/dev-libs/libbson/libbson-1.13.0.ebuild
index 156feb232e2..2ea5452eeac 100644
--- a/dev-libs/libbson/libbson-1.13.0.ebuild
+++ b/dev-libs/libbson/libbson-1.13.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc x86"
+KEYWORDS="amd64 ~hppa ~ppc x86"
 IUSE="examples static-libs"
 
 DEPEND="dev-python/sphinx"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/

2018-12-23 Thread Mikle Kolyada
commit: 8b1e4301b36cb4f8e7949a5780788f3f94f22270
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 14:28:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 14:28:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1e4301

dev-libs/mongo-c-driver: amd64 stable wrt bug #668856

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild 
b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild
index 1fb6ab6edaf..5eeca7c911d 100644
--- a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild
+++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="debug examples libressl sasl ssl static-libs test"
 REQUIRED_USE="test? ( static-libs )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mongodb/

2018-12-23 Thread Mikle Kolyada
commit: 0b5f79b82ef22a6ba208c589b14445061d6c8c5e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 14:28:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 14:28:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5f79b8

dev-php/pecl-mongodb: amd64 stable wrt bug #668856

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild 
b/dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild
index cd06ee90421..353be18eae0 100644
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild
+++ b/dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="MongoDB database driver for PHP"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="libressl sasl"
 
 RDEPEND="



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

2018-12-23 Thread Mikle Kolyada
commit: f7c30444dc69bd635a064d7d12402cd757bd877f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 14:23:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 14:25:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c30444

net-fs/samba: Add ~arm keyword wrt bug #664314

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-fs/samba/samba-4.7.12.ebuild   | 2 +-
 net-fs/samba/samba-4.8.6-r2.ebuild | 2 +-
 net-fs/samba/samba-4.9.3.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-fs/samba/samba-4.7.12.ebuild b/net-fs/samba/samba-4.7.12.ebuild
index 4d0da786d55..25a31e5776a 100644
--- a/net-fs/samba/samba-4.7.12.ebuild
+++ b/net-fs/samba/samba-4.7.12.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;

diff --git a/net-fs/samba/samba-4.8.6-r2.ebuild 
b/net-fs/samba/samba-4.8.6-r2.ebuild
index c959bbd6d78..c4790c2400e 100644
--- a/net-fs/samba/samba-4.8.6-r2.ebuild
+++ b/net-fs/samba/samba-4.8.6-r2.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;

diff --git a/net-fs/samba/samba-4.9.3.ebuild b/net-fs/samba/samba-4.9.3.ebuild
index 6ce5625ef29..4a1864afed9 100644
--- a/net-fs/samba/samba-4.9.3.ebuild
+++ b/net-fs/samba/samba-4.9.3.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;



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

2018-12-23 Thread Sergei Trofimovich
commit: d913d22dc3c9b4fb2f13461be4fd26c76fbc7a76
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 23 14:23:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 23 14:23:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d913d22d

dev-lang/crystal: duisable more unix socket tests

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/crystal/crystal-0.27.0.ebuild  |  2 ++
 .../files/crystal-0.27.0-gentoo-tests-long-unix-2.patch | 13 +
 dev-lang/crystal/files/crystal-0.27.0-tcp-server-test.patch | 12 
 3 files changed, 27 insertions(+)

diff --git a/dev-lang/crystal/crystal-0.27.0.ebuild 
b/dev-lang/crystal/crystal-0.27.0.ebuild
index 763582835a2..cb040059d96 100644
--- a/dev-lang/crystal/crystal-0.27.0.ebuild
+++ b/dev-lang/crystal/crystal-0.27.0.ebuild
@@ -47,6 +47,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.27.0-max-age-0-test.patch
"${FILESDIR}"/${PN}-0.27.0-gentoo-tests-network-sandbox.patch
"${FILESDIR}"/${PN}-0.27.0-gentoo-tests-long-unix.patch
+   "${FILESDIR}"/${PN}-0.27.0-gentoo-tests-long-unix-2.patch
+   "${FILESDIR}"/${PN}-0.27.0-tcp-server-test.patch
 )
 
 src_prepare() {

diff --git 
a/dev-lang/crystal/files/crystal-0.27.0-gentoo-tests-long-unix-2.patch 
b/dev-lang/crystal/files/crystal-0.27.0-gentoo-tests-long-unix-2.patch
new file mode 100644
index 000..61cec14afcb
--- /dev/null
+++ b/dev-lang/crystal/files/crystal-0.27.0-gentoo-tests-long-unix-2.patch
@@ -0,0 +1,13 @@
+--- a/spec/std/socket/unix_socket_spec.cr
 b/spec/std/socket/unix_socket_spec.cr
+@@ -37,7 +37,9 @@ describe UNIXSocket do
+ end
+   end
+ 
+-  it "sync flag after accept" do
++  # On large non-standard temp paths the test fails as:
++  #Path size exceeds the maximum size of 107 bytes
++  pending "sync flag after accept" do
+ with_tempfile("unix_socket-accept.sock") do |path|
+   UNIXServer.open(path) do |server|
+ UNIXSocket.open(path) do |client|

diff --git a/dev-lang/crystal/files/crystal-0.27.0-tcp-server-test.patch 
b/dev-lang/crystal/files/crystal-0.27.0-tcp-server-test.patch
new file mode 100644
index 000..8f61c8aeef4
--- /dev/null
+++ b/dev-lang/crystal/files/crystal-0.27.0-tcp-server-test.patch
@@ -0,0 +1,12 @@
+--- a/spec/std/http/server/server_spec.cr
 b/spec/std/http/server/server_spec.cr
+@@ -524,7 +524,8 @@ module HTTP
+ end
+ 
+ describe "#close" do
+-  it "closes gracefully" do
++  # fails under gentoo's sandbox
++  pending "closes gracefully" do
+ server = Server.new do |context|
+   context.response.flush
+   context.response.puts "foo"



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

2018-12-23 Thread Mikle Kolyada
commit: c113f1624804cb9638ca9173c4cf17e0142009aa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 14:17:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 14:17:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c113f162

app-arch/dpkg: forward ~arm keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/app-arch/dpkg/dpkg-1.19.2.ebuild b/app-arch/dpkg/dpkg-1.19.2.ebuild
index c56f2a56df1..32aaeb80ad7 100644
--- a/app-arch/dpkg/dpkg-1.19.2.ebuild
+++ b/app-arch/dpkg/dpkg-1.19.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
 IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode 
+update-alternatives +zlib"
 
 RDEPEND="



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

2018-12-23 Thread Andreas K. Hüttel
commit: f80d58212383dbc4ccc5f2f18299e6b3d2964434
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 23 14:02:27 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 23 14:02:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80d5821

dev-perl/Sort-Key: amd64 stable (for biber)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild 
b/dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild
index 1b70ba246c5..a89694d3902 100644
--- a/dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild
+++ b/dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,4 +11,4 @@ inherit perl-module
 DESCRIPTION="sort objects by some (calculated) key"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Calendar-Julian/

2018-12-23 Thread Andreas K. Hüttel
commit: 41fecd7e8ace9afc427d3881f90dcdb82e6a5bf9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 23 14:00:19 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 23 14:01:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fecd7e

dev-perl/DateTime-Calendar-Julian: amd64 stable (for biber)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild 
b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
index 60f92b749c4..29801fcb34a 100644
--- a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
+++ b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Dates in the Julian calendar"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/DateTime-0.80.0"



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

2018-12-23 Thread Sergei Trofimovich
commit: ce14d2a533200d2917090e18b324d3bbf914ea18
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 23 13:25:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 23 13:26:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce14d2a5

dev-lang/crystal: disable broken tests

networking tests don't work with FEATURES=network-sandbox
unix tests don't work on paths more than 107 bytes (crystal limitation)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/crystal/crystal-0.27.0.ebuild |  3 +
 .../crystal-0.27.0-gentoo-tests-long-unix.patch| 90 ++
 ...ystal-0.27.0-gentoo-tests-network-sandbox.patch | 44 +++
 .../files/crystal-0.27.0-max-age-0-test.patch  | 14 
 4 files changed, 151 insertions(+)

diff --git a/dev-lang/crystal/crystal-0.27.0.ebuild 
b/dev-lang/crystal/crystal-0.27.0.ebuild
index b7dcd5f70cf..763582835a2 100644
--- a/dev-lang/crystal/crystal-0.27.0.ebuild
+++ b/dev-lang/crystal/crystal-0.27.0.ebuild
@@ -44,6 +44,9 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.26.1-gentoo-tests-sandbox.patch
"${FILESDIR}"/${PN}-0.26.1-gentoo-tests-network-sandbox-3.patch
"${FILESDIR}"/${PN}-0.27.0-extra-spec-flags.patch
+   "${FILESDIR}"/${PN}-0.27.0-max-age-0-test.patch
+   "${FILESDIR}"/${PN}-0.27.0-gentoo-tests-network-sandbox.patch
+   "${FILESDIR}"/${PN}-0.27.0-gentoo-tests-long-unix.patch
 )
 
 src_prepare() {

diff --git a/dev-lang/crystal/files/crystal-0.27.0-gentoo-tests-long-unix.patch 
b/dev-lang/crystal/files/crystal-0.27.0-gentoo-tests-long-unix.patch
new file mode 100644
index 000..51b049ee980
--- /dev/null
+++ b/dev-lang/crystal/files/crystal-0.27.0-gentoo-tests-long-unix.patch
@@ -0,0 +1,90 @@
+--- a/spec/std/socket/unix_server_spec.cr
 b/spec/std/socket/unix_server_spec.cr
+@@ -14,7 +14,9 @@ describe UNIXServer do
+   end
+ end
+ 
+-it "creates the socket file" do
++# On large non-standard temp paths the test fails as:
++#Path size exceeds the maximum size of 107 bytes
++pending "creates the socket file" do
+   with_tempfile("unix_server.sock") do |path|
+ UNIXServer.open(path) do
+   File.exists?(path).should be_true
+@@ -24,7 +26,9 @@ describe UNIXServer do
+   end
+ end
+ 
+-it "deletes socket file on close" do
++# On large non-standard temp paths the test fails as:
++#Path size exceeds the maximum size of 107 bytes
++pending "deletes socket file on close" do
+   with_tempfile("unix_server-close.sock") do |path|
+ server = UNIXServer.new(path)
+ server.close
+@@ -33,7 +37,9 @@ describe UNIXServer do
+   end
+ end
+ 
+-it "raises when socket file already exists" do
++# On large non-standard temp paths the test fails as:
++#Path size exceeds the maximum size of 107 bytes
++pending "raises when socket file already exists" do
+   with_tempfile("unix_server-twice.sock") do |path|
+ server = UNIXServer.new(path)
+ 
+@@ -45,7 +51,9 @@ describe UNIXServer do
+   end
+ end
+ 
+-it "won't delete existing file on bind failure" do
++# On large non-standard temp paths the test fails as:
++#Path size exceeds the maximum size of 107 bytes
++pending "won't delete existing file on bind failure" do
+   with_tempfile("unix_server-exist.sock") do |path|
+ File.write(path, "")
+ File.exists?(path).should be_true
+@@ -60,7 +68,9 @@ describe UNIXServer do
+   end
+ 
+   describe "accept" do
+-it "returns the client UNIXSocket" do
++# On large non-standard temp paths the test fails as:
++#Path size exceeds the maximum size of 107 bytes
++pending "returns the client UNIXSocket" do
+   with_tempfile("unix_server-accept.sock") do |path|
+ UNIXServer.open(path) do |server|
+   UNIXSocket.open(path) do |_|
+@@ -72,7 +82,9 @@ describe UNIXServer do
+   end
+ end
+ 
+-it "raises when server is closed" do
++# On large non-standard temp paths the test fails as:
++#Path size exceeds the maximum size of 107 bytes
++pending "raises when server is closed" do
+   with_tempfile("unix_server-closed.sock") do |path|
+ server = UNIXServer.new(path)
+ exception = nil
+@@ -97,7 +109,9 @@ describe UNIXServer do
+   end
+ 
+   describe "accept?" do
+-it "returns the client UNIXSocket" do
++# On large non-standard temp paths the test fails as:
++#Path size exceeds the maximum size of 107 bytes
++pending "returns the client UNIXSocket" do
+   with_tempfile("unix_server-accept_.sock") do |path|
+ UNIXServer.open(path) do |server|
+   UNIXSocket.open(path) do |_|
+@@ -109,7 +123,9 @@ describe UNIXServer do
+   end
+ end
+ 
+-it "returns nil when server is closed" do
++# On large non-standard temp paths the test 

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

2018-12-23 Thread Lars Wendler
commit: d9d822b5a8cb5c982247fb6871eef8b8467a05cb
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Dec 22 07:19:25 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 23 13:15:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d822b5

sys-kernel/linux-firmware: Fix building with USE="savedconfig".

Replace 'sort' + 'uniq -u' hack with BASH loops.

Fixes: https://bugs.gentoo.org/673494
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Lars Wendler  gentoo.org>

 .../linux-firmware/linux-firmware-20181218.ebuild  | 29 +---
 .../linux-firmware/linux-firmware-.ebuild  | 31 ++
 2 files changed, 51 insertions(+), 9 deletions(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20181218.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20181218.ebuild
index ae8305a2c90..d7eafdff4cd 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20181218.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20181218.ebuild
@@ -84,10 +84,31 @@ src_prepare() {
if use savedconfig; then
restore_config ${PN}.conf
ebegin "Removing all files not listed in config"
-   find * \( \! -type d -and \! -name ${PN}.conf \) \
-   | sort ${PN}.conf ${PN}.conf - \
-   | uniq -u | xargs -r rm
-   eend $? || die
+
+   local file delete_file preserved_file preserved_files=()
+
+   while IFS= read -r file; do
+   # Ignore comments.
+   if [[ ${file} != "#"* ]]; then
+   preserved_files+=("${file}")
+   fi
+   done < ${PN}.conf || die
+
+   while IFS= read -d "" -r file; do
+   delete_file=true
+   for preserved_file in "${preserved_files[@]}"; do
+   if [[ "${file}" == "${preserved_file}" ]]; then
+   delete_file=false
+   fi
+   done
+
+   if ${delete_file}; then
+   rm "${file}" || die
+   fi
+   done < <(find * \( \! -type d -and \! -name ${PN}.conf \) 
-print0 || die)
+
+   eend || die
+
# remove empty directories, bug #396073
find -type d -empty -delete || die
fi

diff --git a/sys-kernel/linux-firmware/linux-firmware-.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-.ebuild
index e7b169ebe51..c158759fb1d 100644
--- a/sys-kernel/linux-firmware/linux-firmware-.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -84,10 +84,31 @@ src_prepare() {
if use savedconfig; then
restore_config ${PN}.conf
ebegin "Removing all files not listed in config"
-   find * \( \! -type d -and \! -name ${PN}.conf \) \
-   | sort ${PN}.conf ${PN}.conf - \
-   | uniq -u | xargs -r rm
-   eend $? || die
+
+   local file delete_file preserved_file preserved_files=()
+
+   while IFS= read -r file; do
+   # Ignore comments.
+   if [[ ${file} != "#"* ]]; then
+   preserved_files+=("${file}")
+   fi
+   done < ${PN}.conf || die
+
+   while IFS= read -d "" -r file; do
+   delete_file=true
+   for preserved_file in "${preserved_files[@]}"; do
+   if [[ "${file}" == "${preserved_file}" ]]; then
+   delete_file=false
+   fi
+   done
+
+   if ${delete_file}; then
+   rm "${file}" || die
+   fi
+   done < <(find * \( \! -type d -and \! -name ${PN}.conf \) 
-print0 || die)
+
+   eend || die
+
# remove empty directories, bug #396073
find -type d -empty -delete || die
fi



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

2018-12-23 Thread Ulrich Müller
commit: e74d3ef07b41f9add650c0bb5162cc2cafcb7d4d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Dec 23 13:04:10 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Dec 23 13:09:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74d3ef0

sys-auth/pam_skey: Fix README.gentoo message.

Configuration belongs in system-login, not system-auth.

Bump EAPI to 7 and minor fixups.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 59 ++
 1 file changed, 59 insertions(+)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
new file mode 100644
index 000..c286358b4e1
--- /dev/null
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils pam autotools multilib readme.gentoo-r1
+
+DESCRIPTION="PAM interface for the S/Key authentication system"
+HOMEPAGE="http://freshmeat.net/projects/pam_skey/;
+SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
+   https://dev.gentoo.org/~ulm/distfiles/${P}-patches-6.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="net-libs/libnsl:0=
+   >=sys-libs/pam-0.78-r3
+   >=sys-auth/skey-1.1.5-r4"
+DEPEND="${RDEPEND}"
+
+PATCHES="${WORKDIR}/patch"
+DOCS="README INSTALL"
+
+src_prepare() {
+   default
+
+   cd autoconf || die
+   mv configure.{in,ac} || die
+   eautoconf
+   eautoheader
+   mv configure defs.h.in .. || die
+}
+
+src_configure() {
+   econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC"
+}
+
+src_install() {
+   default
+
+   DOC_CONTENTS="To use the pam_skey module, you need to configure PAM
+   by adding a line like:
+   \n\nauth [success=done ignore=ignore auth_err=die default=bad] 
pam_skey.so\n
+   \nto an appropriate place in the /etc/pam.d/system-login file.
+   Consult the README and INSTALL files in /usr/share/doc/${PF}
+   for detailed instructions.
+   \n\nPlease note that calling this module from unprivileged
+   applications, e.g. screensavers, is not supported.
+   \n\nError checking has become stricter in pam_skey-1.1.5-r4;
+   errors returned from the underlying skey library when accessing
+   the S/Key data base will no longer be ignored.
+   Make sure that your PAM configuration is correct."
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2018-12-23 Thread Mikle Kolyada
commit: 6a7c10d48bb6b5bd68aae16f0bab77ec05480436
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 23 12:55:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 23 12:55:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7c10d4

dev-lang/ruby: arm stable wrt bug #661262

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-lang/ruby/ruby-2.4.5.ebuild b/dev-lang/ruby/ruby-2.4.5.ebuild
index 08ddbd30bdb..20cb8ae1e07 100644
--- a/dev-lang/ruby/ruby-2.4.5.ebuild
+++ b/dev-lang/ruby/ruby-2.4.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/;
 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 +ssl static-libs tk xemacs"
 
 RDEPEND="



  1   2   >