[gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/

2018-04-11 Thread Kent Fredric
commit: 91a0a3cb743d8de2e762f2c006dfee88e0ebb5a8
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 12 05:58:33 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 12 05:59:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a0a3cb

dev-perl/Number-Bytes-Human: Added w/ version 0.110.0

Previously maintained in ::perl-experimental by myself,
  Torsten Veller, and Michele Beltrame, since Jan 2008

By request on #gentoo-perl

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Number-Bytes-Human/Manifest   |  1 +
 .../Number-Bytes-Human-0.110.0.ebuild  | 24 ++
 dev-perl/Number-Bytes-Human/metadata.xml   | 12 +++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Number-Bytes-Human/Manifest 
b/dev-perl/Number-Bytes-Human/Manifest
new file mode 100644
index 000..92b0386a598
--- /dev/null
+++ b/dev-perl/Number-Bytes-Human/Manifest
@@ -0,0 +1 @@
+DIST Number-Bytes-Human-0.11.tar.gz 11571 BLAKE2B 
370718d87e0466fdb5efe367765baf290192dce1dcda2fd08624658a2bafea55152e9f108a7b1dee6b1a2d0dfddcce995365d586d730346e89f04c3afaf917ba
 SHA512 
045bfe3d26b3460cb45ef69aeb1398c897605e621f559c43cf199829b1715e12781ad0330d80bed8b7c15b332ca6c9e620e580c71a0f1cf68c7d2fcf4b023936

diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild 
b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
new file mode 100644
index 000..5d70eec70bb
--- /dev/null
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FERREIRA
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Convert byte count to human readable format"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+PERL_RM_FILES=( "t/90pod.t" "t/98pod-coverage.t" )

diff --git a/dev-perl/Number-Bytes-Human/metadata.xml 
b/dev-perl/Number-Bytes-Human/metadata.xml
new file mode 100644
index 000..7b3ba29e787
--- /dev/null
+++ b/dev-perl/Number-Bytes-Human/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Number-Bytes-Human
+Number::Bytes::Human
+  
+



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

2018-04-11 Thread Hans de Graaff
commit: b5ce4c34421c4379d05ea0984de4b8d6d5852ec9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 05:46:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 05:49:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ce4c34

dev-ruby/sdoc: add 1.0.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/sdoc/Manifest  |  1 +
 dev-ruby/sdoc/sdoc-1.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/sdoc/Manifest b/dev-ruby/sdoc/Manifest
index c8675d3fcb1..b00ab9849be 100644
--- a/dev-ruby/sdoc/Manifest
+++ b/dev-ruby/sdoc/Manifest
@@ -1 +1,2 @@
 DIST sdoc-0.4.2.gem 282112 BLAKE2B 
d3ea14735e35d9da6562e19f6b1b5bb3fad915ec235f64bce460d02d574d0da50d81d1e09a3b3753bbf199da5cde80f7817a66f9a42f9b7925b9b1bc38f2
 SHA512 
2c3aef526b22fbcae1fc4911daca6499df677b4a22364f9ec5598ff3feb74242d0e00d93a16df741d2e383c297835a89ab4fa8122faef00492d7a97ae7e77b1b
+DIST sdoc-1.0.0.gem 268800 BLAKE2B 
238b36af9909e7329f6b54e297b4e03f27e8850bee2cb65483c9b912b92c16933639fba5f085ae8c30f808cbd6a94d1b34b5bb45af3f1d9a7fc37a4ea45f32f8
 SHA512 
cee8be23a2bc53dc3e052e183405ae17546594e2b1b87b7d83c8dc527b2c4bd71a5f642f52ae489f4990ba5d3571c23b590b6a562d677b32597cdeeb08c63a38

diff --git a/dev-ruby/sdoc/sdoc-1.0.0.ebuild b/dev-ruby/sdoc/sdoc-1.0.0.ebuild
new file mode 100644
index 000..abcf559a475
--- /dev/null
+++ b/dev-ruby/sdoc/sdoc-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+inherit ruby-fakegem
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+DESCRIPTION="rdoc generator html with javascript search index"
+HOMEPAGE="https://rubygems.org/gems/sdoc;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/rdoc-5.0"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/ s:^:#:' sdoc.gemspec || die
+
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}



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

2018-04-11 Thread Hans de Graaff
commit: ef319c6d58e8d6fe0d8f16790197aaf9c70529e4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 05:48:42 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 05:49:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef319c6d

dev-ruby/windows_error: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/windows_error/windows_error-0.1.2.ebuild 
b/dev-ruby/windows_error/windows_error-0.1.2.ebuild
index 13b8f6e246f..88a54a29d02 100644
--- a/dev-ruby/windows_error/windows_error-0.1.2.ebuild
+++ b/dev-ruby/windows_error/windows_error-0.1.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2018-04-11 Thread Hans de Graaff
commit: 721cf8dd2efe40a217b74b732a4474990f337761
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 05:42:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 05:49:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721cf8dd

dev-ruby/sdoc: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/sdoc/Manifest  |  1 -
 dev-ruby/sdoc/sdoc-0.4.1.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/sdoc/Manifest b/dev-ruby/sdoc/Manifest
index 7cb12d9109a..c8675d3fcb1 100644
--- a/dev-ruby/sdoc/Manifest
+++ b/dev-ruby/sdoc/Manifest
@@ -1,2 +1 @@
-DIST sdoc-0.4.1.gem 281088 BLAKE2B 
3a744a2f3209044c5b60e5bea3412e0fbbe3fd059fbc77c9cae576ea20b3fc091b09395e7ca274596ddfdf690ebc9da009592a3f1d587c2da15cf07dcc690768
 SHA512 
2c68b5d49ac29d453440447869b4567554d5fb722ea17b06935184d6df7e972d73a5323c1d8777461c196fa3cceb9380f8c50f824bad9a665b36ab6cc4cc3a71
 DIST sdoc-0.4.2.gem 282112 BLAKE2B 
d3ea14735e35d9da6562e19f6b1b5bb3fad915ec235f64bce460d02d574d0da50d81d1e09a3b3753bbf199da5cde80f7817a66f9a42f9b7925b9b1bc38f2
 SHA512 
2c3aef526b22fbcae1fc4911daca6499df677b4a22364f9ec5598ff3feb74242d0e00d93a16df741d2e383c297835a89ab4fa8122faef00492d7a97ae7e77b1b

diff --git a/dev-ruby/sdoc/sdoc-0.4.1.ebuild b/dev-ruby/sdoc/sdoc-0.4.1.ebuild
deleted file mode 100644
index 162047e3096..000
--- a/dev-ruby/sdoc/sdoc-0.4.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-DESCRIPTION="rdoc generator html with javascript search index"
-HOMEPAGE="https://rubygems.org/gems/sdoc;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/json-1.7:0
-   =dev-ruby/rdoc-4*"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:0 )"
-
-all_ruby_prepare() {
-   sed -i -e '/git ls-files/ s:^:#:' sdoc.gemspec || die
-}



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

2018-04-11 Thread Hans de Graaff
commit: f8873d3517c1697ba7ef290040561412f5dd7659
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 05:49:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 05:49:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8873d35

dev-ruby/windows_error: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/windows_error/Manifest   |  1 -
 dev-ruby/windows_error/windows_error-0.1.1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-ruby/windows_error/Manifest b/dev-ruby/windows_error/Manifest
index 0671b4168c9..fee231d4344 100644
--- a/dev-ruby/windows_error/Manifest
+++ b/dev-ruby/windows_error/Manifest
@@ -1,2 +1 @@
-DIST windows_error-0.1.1.gem 227328 BLAKE2B 
10b106ca59e036b229ee36c092eb91e6e9438d6bcaecab8c905a404afdbe61b098a0d439a2bc72e4f28216a7b9a6221e52a5e37e24a9739acc351bcb1fae
 SHA512 
b0c6614a821311604e64821f5a1d31a4c7200d6cb390113d8175a797a5c239a74ebe882869cef5bade5e71709de847417f4e0728d71714998f60371109a3f37e
 DIST windows_error-0.1.2.gem 227328 BLAKE2B 
99cd75d66f3e3322d62daea39a8e217dfeda89141ec3d78c61a29306b78206a40c4bd7867d59a783752da20007b43c45577ec3afe53b7037b850d4983f482e4b
 SHA512 
32e94e561f53f77c5efff5457068e31e66b1d3c73531870b52af00297f69341e390b6d8419a0c0b78ec05f6b65be6456128b9055c143e7b65663520baeac90ad

diff --git a/dev-ruby/windows_error/windows_error-0.1.1.ebuild 
b/dev-ruby/windows_error/windows_error-0.1.1.ebuild
deleted file mode 100644
index 240fbfd14dc..000
--- a/dev-ruby/windows_error/windows_error-0.1.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="reference for standard Windows API Error Codes"
-HOMEPAGE="https://github.com/rapid7/windows_error;
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
-RESTRICT=test
-IUSE=""



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

2018-04-11 Thread Tim Harder
commit: 4479e366a1cb19fb779342a931ed9eee7374339d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 12 05:28:39 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 12 05:45:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4479e366

app-editors/vim: version bump to 8.0.1699

Move to using ruby-single eclass for ruby deps.

 app-editors/vim/Manifest | 1 +
 app-editors/vim/{vim-.ebuild => vim-8.0.1699.ebuild} | 8 +---
 app-editors/vim/vim-.ebuild  | 8 +---
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index e389e37e215..1625bab72a6 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -2,3 +2,4 @@ DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 BLAKE2B 
05a87f32fc5cc65e7f5e4e5a87
 DIST vim-8.0.1298.tar.gz 13395459 BLAKE2B 
4b6e3c4443cd675dc3727e8609b89c422f66c7d32908b5136ee312d48427568a8236214c85135242269b6575e0e1336b0973395a6372664435f8bae4d7bee843
 SHA512 
7704c493359c1a922f876e4d6f3b4ad265d8ce974a59d51a39e5a4424251105250ffc803bcf6c6750daeb5e6376cbbfd24557b075eacf2b0274d7c432db2f681
 DIST vim-8.0.1428.tar.gz 13415243 BLAKE2B 
88f86c371d0a644212b9e4dc1a15d61244847037f36262a225c361bfc2799b741c128de21ac92bb3fb4a4955894e46d34dc01baa7cbf58f1371d772b36887103
 SHA512 
f635c53c7e2ca808dc1cb424e6e4b16d8c41c66a86c3c758dab3d2482904795fea7c071d65862ae6ac6b2b66b7ad5ac832e1e30f4624d46f220c6f41e2e9
 DIST vim-8.0.1645.tar.gz 13535252 BLAKE2B 
a5c7463e85eed12825bdf46d15eb7e7513d62831eba76cbb90af875010b33662b7a6ef2c4c5cecddface415d75e97caf0a670e69835ecd3b4a89704f3b18b905
 SHA512 
367b9e205e776f84fcfbb92725afd5e7aa66898110d46dbea1a33f7b74c239559e829b5104c45360539c8f2b23c375ed59ccea7ee35a5dd10770400d9a7be085
+DIST vim-8.0.1699.tar.gz 13546105 BLAKE2B 
cabf29d5a89c55e2fe3bc5e39eb499412f5907ddf856f8644b466f1e0fbffefff3cd801b6bc5e49e62ffdf8805b0556058b9a913015a9f9fbe1a4f580132fd49
 SHA512 
b0fe8e1dc05fdc3758896caf4746da40988ca7604d77dbe78c47525cbf8f0d7e6c05f690687268eda581009050d4e02e93fb4d30734cbbab4cfd6a8a1488c1e7

diff --git a/app-editors/vim/vim-.ebuild 
b/app-editors/vim/vim-8.0.1699.ebuild
similarity index 98%
copy from app-editors/vim/vim-.ebuild
copy to app-editors/vim/vim-8.0.1699.ebuild
index 01f04731da4..1fdeedc42c8 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-8.0.1699.ebuild
@@ -4,8 +4,10 @@
 EAPI=6
 VIM_VERSION="8.0"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE=threads
-inherit vim-doc flag-o-matic versionator bash-completion-r1 python-single-r1
+PYTHON_REQ_USE="threads"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+inherit vim-doc flag-o-matic versionator bash-completion-r1 python-single-r1 
ruby-single
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
@@ -45,7 +47,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
-   ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 
dev-lang/ruby:2.2 ) )
+   ruby? ( ${RUBY_DEPS} )
selinux? ( sys-libs/libselinux )
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )

diff --git a/app-editors/vim/vim-.ebuild b/app-editors/vim/vim-.ebuild
index 01f04731da4..1fdeedc42c8 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-.ebuild
@@ -4,8 +4,10 @@
 EAPI=6
 VIM_VERSION="8.0"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE=threads
-inherit vim-doc flag-o-matic versionator bash-completion-r1 python-single-r1
+PYTHON_REQ_USE="threads"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+inherit vim-doc flag-o-matic versionator bash-completion-r1 python-single-r1 
ruby-single
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
@@ -45,7 +47,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
-   ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 
dev-lang/ruby:2.2 ) )
+   ruby? ( ${RUBY_DEPS} )
selinux? ( sys-libs/libselinux )
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )



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

2018-04-11 Thread Tim Harder
commit: 73d564dc7d28cadbb37467be0098c3adf063ec0b
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 12 05:27:25 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 12 05:45:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d564dc

app-editors/vim-core: version bump to 8.0.1699

 app-editors/vim-core/Manifest |   1 +
 app-editors/vim-core/vim-core-8.0.1699.ebuild | 214 ++
 2 files changed, 215 insertions(+)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index b15b79a97f8..29642bb1fbc 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -5,3 +5,4 @@ DIST vim-8.0.1188.tar.gz 13363260 BLAKE2B 
545b2d6e8322b27967c974bb960f4e5ea2c681
 DIST vim-8.0.1298.tar.gz 13395459 BLAKE2B 
4b6e3c4443cd675dc3727e8609b89c422f66c7d32908b5136ee312d48427568a8236214c85135242269b6575e0e1336b0973395a6372664435f8bae4d7bee843
 SHA512 
7704c493359c1a922f876e4d6f3b4ad265d8ce974a59d51a39e5a4424251105250ffc803bcf6c6750daeb5e6376cbbfd24557b075eacf2b0274d7c432db2f681
 DIST vim-8.0.1428.tar.gz 13415243 BLAKE2B 
88f86c371d0a644212b9e4dc1a15d61244847037f36262a225c361bfc2799b741c128de21ac92bb3fb4a4955894e46d34dc01baa7cbf58f1371d772b36887103
 SHA512 
f635c53c7e2ca808dc1cb424e6e4b16d8c41c66a86c3c758dab3d2482904795fea7c071d65862ae6ac6b2b66b7ad5ac832e1e30f4624d46f220c6f41e2e9
 DIST vim-8.0.1645.tar.gz 13535252 BLAKE2B 
a5c7463e85eed12825bdf46d15eb7e7513d62831eba76cbb90af875010b33662b7a6ef2c4c5cecddface415d75e97caf0a670e69835ecd3b4a89704f3b18b905
 SHA512 
367b9e205e776f84fcfbb92725afd5e7aa66898110d46dbea1a33f7b74c239559e829b5104c45360539c8f2b23c375ed59ccea7ee35a5dd10770400d9a7be085
+DIST vim-8.0.1699.tar.gz 13546105 BLAKE2B 
cabf29d5a89c55e2fe3bc5e39eb499412f5907ddf856f8644b466f1e0fbffefff3cd801b6bc5e49e62ffdf8805b0556058b9a913015a9f9fbe1a4f580132fd49
 SHA512 
b0fe8e1dc05fdc3758896caf4746da40988ca7604d77dbe78c47525cbf8f0d7e6c05f690687268eda581009050d4e02e93fb4d30734cbbab4cfd6a8a1488c1e7

diff --git a/app-editors/vim-core/vim-core-8.0.1699.ebuild 
b/app-editors/vim-core/vim-core-8.0.1699.ebuild
new file mode 100644
index 000..004a0a1c69e
--- /dev/null
+++ b/app-editors/vim-core/vim-core-8.0.1699.ebuild
@@ -0,0 +1,214 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VIM_VERSION="8.0"
+inherit estack vim-doc flag-o-matic versionator bash-completion-r1 prefix
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vim/vim.git;
+   EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
+else
+   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
+   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="vim and gvim shared files"
+HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim;
+
+SLOT="0"
+LICENSE="vim"
+IUSE="nls acl minimal"
+
+DEPEND="sys-devel/autoconf"
+PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
+
+S=${WORKDIR}/vim-${PV}
+
+pkg_setup() {
+   # people with broken alphabets run into trouble. bug 82186.
+   unset LANG LC_ALL
+   export LC_COLLATE="C"
+
+   # Gnome sandbox silliness. bug #114475.
+   mkdir -p "${T}"/home || die "mkdir -p failed"
+   export HOME="${T}"/home
+}
+
+src_prepare() {
+   if [[ ${PV} != * ]] ; then
+   # Gentoo patches to fix runtime issues, cross-compile errors, 
etc
+   eapply "${WORKDIR}"/patches
+   fi
+
+   # Fixup a script to use awk instead of nawk
+   sed -i \
+   -e '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' \
+   "${S}"/runtime/tools/mve.awk || die "sed failed"
+
+   # See #77841. We remove this file after the tarball extraction.
+   rm -v "${S}"/runtime/tools/vimspell.sh || die "rm failed"
+
+   # Read vimrc and gvimrc from /etc/vim
+   echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> 
"${S}"/src/feature.h
+   echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> 
"${S}"/src/feature.h
+
+   # Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
+   # Hopefully this pattern won't break for a while at least.
+   # This fixes bug 29398 (27 Sep 2003 agriffis)
+   sed -i 's/\

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

2018-04-11 Thread Tim Harder
commit: db8c3f9b628a0c5126570d65b899fc577b13be6f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 12 05:33:17 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 12 05:45:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8c3f9b

app-editors/vim-core: remove old

 app-editors/vim-core/Manifest |   3 -
 app-editors/vim-core/vim-core-8.0.0386.ebuild | 217 --
 app-editors/vim-core/vim-core-8.0.1188.ebuild | 214 -
 3 files changed, 434 deletions(-)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 29642bb1fbc..1625bab72a6 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,7 +1,4 @@
-DIST vim-8.0.0106-gentoo-patches.tar.bz2 2281 BLAKE2B 
8e10c0c56ad97cbae0677ec91b0b35359f6e08b5eb542b00028fd0e243a075551adab4e140a90930cbce4549c3c4bc79a40c0e1a6c13aae18f67d6fc55a80e0e
 SHA512 
39edd9f518c230d2b0486b18aa155572a9eada4a5e21108573d6e66e2eef1276f23b77d766648f018c9cf973a7d03712d8861be6ea13255d7b389912d554a47a
-DIST vim-8.0.0386.tar.gz 13000882 BLAKE2B 
c38c1b75334cae916f76562ec5a06d59c4f2df6123d4b27a0a854dd8ecd9ae6f5d008a94137abe6217fc28d233077d636d30f2c26a5a139ff35f50cb52204f79
 SHA512 
3169ea4dbc836c724f63d99cd345227f870a3a922beba84a6b42011685c0dd209f6bba8c69af0650c9a57bb47fc541e1150ca8cefb21fcada022259bf4c94a66
 DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 BLAKE2B 
05a87f32fc5cc65e7f5e4e5a87c654b2040ad39f1555ddde7e0e6f473dc8b520916a795406bb6bbeaf5e7ae8748aacebe7a9679461e48802e69417e945eea827
 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
-DIST vim-8.0.1188.tar.gz 13363260 BLAKE2B 
545b2d6e8322b27967c974bb960f4e5ea2c6811d2649ac4c008eb8e6af78fe555a035657704af40026f96f12f83e3cebe435e90d21d7da87980446710424f79f
 SHA512 
9c3733aa894c276de593d6144ee0aaf251092a11f4d0ac603d3d49a282ac6176aa4e88eccfd2527ff53b386bdd0177a85c0942367d68a652b5ca4040390ba49b
 DIST vim-8.0.1298.tar.gz 13395459 BLAKE2B 
4b6e3c4443cd675dc3727e8609b89c422f66c7d32908b5136ee312d48427568a8236214c85135242269b6575e0e1336b0973395a6372664435f8bae4d7bee843
 SHA512 
7704c493359c1a922f876e4d6f3b4ad265d8ce974a59d51a39e5a4424251105250ffc803bcf6c6750daeb5e6376cbbfd24557b075eacf2b0274d7c432db2f681
 DIST vim-8.0.1428.tar.gz 13415243 BLAKE2B 
88f86c371d0a644212b9e4dc1a15d61244847037f36262a225c361bfc2799b741c128de21ac92bb3fb4a4955894e46d34dc01baa7cbf58f1371d772b36887103
 SHA512 
f635c53c7e2ca808dc1cb424e6e4b16d8c41c66a86c3c758dab3d2482904795fea7c071d65862ae6ac6b2b66b7ad5ac832e1e30f4624d46f220c6f41e2e9
 DIST vim-8.0.1645.tar.gz 13535252 BLAKE2B 
a5c7463e85eed12825bdf46d15eb7e7513d62831eba76cbb90af875010b33662b7a6ef2c4c5cecddface415d75e97caf0a670e69835ecd3b4a89704f3b18b905
 SHA512 
367b9e205e776f84fcfbb92725afd5e7aa66898110d46dbea1a33f7b74c239559e829b5104c45360539c8f2b23c375ed59ccea7ee35a5dd10770400d9a7be085

diff --git a/app-editors/vim-core/vim-core-8.0.0386.ebuild 
b/app-editors/vim-core/vim-core-8.0.0386.ebuild
deleted file mode 100644
index f7d16fcf134..000
--- a/app-editors/vim-core/vim-core-8.0.0386.ebuild
+++ /dev/null
@@ -1,217 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VIM_VERSION="8.0"
-inherit eutils vim-doc flag-o-matic versionator bash-completion-r1 prefix
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/vim/vim.git;
-   EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
-else
-   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
-   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="vim and gvim shared files"
-HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim;
-
-SLOT="0"
-LICENSE="vim"
-IUSE="nls acl minimal"
-
-DEPEND="sys-devel/autoconf"
-PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
-
-S=${WORKDIR}/vim-${PV}
-
-pkg_setup() {
-   # people with broken alphabets run into trouble. bug 82186.
-   unset LANG LC_ALL
-   export LC_COLLATE="C"
-
-   # Gnome sandbox silliness. bug #114475.
-   mkdir -p "${T}"/home
-   export HOME="${T}"/home
-}
-
-src_prepare() {
-   if [[ ${PV} != * ]] ; then
-   # Gentoo patches to fix runtime issues, cross-compile errors, 
etc
-   eapply "${WORKDIR}"/patches
-   fi
-
-   # Fixup a script to use awk instead of nawk
-   sed -i '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' 
"${S}"/runtime/tools/mve.awk \
-   || die "mve.awk sed failed"
-
-   # Read vimrc and gvimrc from /etc/vim
-   

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

2018-04-11 Thread Tim Harder
commit: 3db3f3e8d7ca2677ebe879fd0cec502ac0127816
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 12 05:31:44 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 12 05:45:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db3f3e8

app-editors/gvim: version bump to 8.0.1699

Move to using ruby-single eclass for ruby deps.

 app-editors/gvim/Manifest   |  1 +
 app-editors/gvim/{gvim-.ebuild => gvim-8.0.1699.ebuild} | 12 +++-
 app-editors/gvim/gvim-.ebuild   | 12 +++-
 3 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index e389e37e215..1625bab72a6 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -2,3 +2,4 @@ DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 BLAKE2B 
05a87f32fc5cc65e7f5e4e5a87
 DIST vim-8.0.1298.tar.gz 13395459 BLAKE2B 
4b6e3c4443cd675dc3727e8609b89c422f66c7d32908b5136ee312d48427568a8236214c85135242269b6575e0e1336b0973395a6372664435f8bae4d7bee843
 SHA512 
7704c493359c1a922f876e4d6f3b4ad265d8ce974a59d51a39e5a4424251105250ffc803bcf6c6750daeb5e6376cbbfd24557b075eacf2b0274d7c432db2f681
 DIST vim-8.0.1428.tar.gz 13415243 BLAKE2B 
88f86c371d0a644212b9e4dc1a15d61244847037f36262a225c361bfc2799b741c128de21ac92bb3fb4a4955894e46d34dc01baa7cbf58f1371d772b36887103
 SHA512 
f635c53c7e2ca808dc1cb424e6e4b16d8c41c66a86c3c758dab3d2482904795fea7c071d65862ae6ac6b2b66b7ad5ac832e1e30f4624d46f220c6f41e2e9
 DIST vim-8.0.1645.tar.gz 13535252 BLAKE2B 
a5c7463e85eed12825bdf46d15eb7e7513d62831eba76cbb90af875010b33662b7a6ef2c4c5cecddface415d75e97caf0a670e69835ecd3b4a89704f3b18b905
 SHA512 
367b9e205e776f84fcfbb92725afd5e7aa66898110d46dbea1a33f7b74c239559e829b5104c45360539c8f2b23c375ed59ccea7ee35a5dd10770400d9a7be085
+DIST vim-8.0.1699.tar.gz 13546105 BLAKE2B 
cabf29d5a89c55e2fe3bc5e39eb499412f5907ddf856f8644b466f1e0fbffefff3cd801b6bc5e49e62ffdf8805b0556058b9a913015a9f9fbe1a4f580132fd49
 SHA512 
b0fe8e1dc05fdc3758896caf4746da40988ca7604d77dbe78c47525cbf8f0d7e6c05f690687268eda581009050d4e02e93fb4d30734cbbab4cfd6a8a1488c1e7

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-8.0.1699.ebuild
similarity index 96%
copy from app-editors/gvim/gvim-.ebuild
copy to app-editors/gvim/gvim-8.0.1699.ebuild
index 1de46facaa9..bb0c86ef868 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-8.0.1699.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 VIM_VERSION="8.0"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE=threads
-inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
+PYTHON_REQ_USE="threads"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1 ruby-single
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -14,7 +16,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"
@@ -66,7 +68,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
-   ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 
dev-lang/ruby:2.2 ) )
+   ruby? ( ${RUBY_DEPS} )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
tcl? ( dev-lang/tcl:0= )

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-.ebuild
index 1de46facaa9..bb0c86ef868 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 VIM_VERSION="8.0"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE=threads
-inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
+PYTHON_REQ_USE="threads"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1 ruby-single
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -14,7 +16,7 @@ if [[ ${PV} == * ]]; then
 else

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

2018-04-11 Thread Hans de Graaff
commit: 5bd562e1b9fc438fc776b0b8090cd417f5abb673
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 05:27:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 05:27:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd562e1

dev-ruby/dalli: add 2.7.8

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/dalli/Manifest   |  1 +
 dev-ruby/dalli/dalli-2.7.8.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 0c4486e992f..a865141bc2c 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1,3 @@
 DIST dalli-2.7.6.tar.gz 48481 BLAKE2B 
9f83523b75d1c6fa109aba7e288e13924d8c7677c6fa38ffe5ce21dfb22f858f8a3ab8593afceed97e980e5f0172c1f8c58cc96b42f4bde31013f5ffcbb26f8b
 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
 DIST dalli-2.7.7.tar.gz 51532 BLAKE2B 
a625e333130f2c9ec47a9e3aec892a8e0d5f7248b71f6c666461104e2b29d4a384dd415b00dbe70d24fdd44a3b6835fdebdeb75297d4cd6d48506d146f892d4e
 SHA512 
ed2a3f0b41451ae703060fe6197675ed6096531b91e5210a2fbded7a40a9a5717d47f5611081a488931318fd89888f00a539c67bab3dc600cea12676cab289cc
+DIST dalli-2.7.8.tar.gz 51599 BLAKE2B 
935fc1b0ffb2c93c0ef8ab6a82e63b4e272c51ae6c2cbd0c670953c0943942c25b4c795ca7953ad4e53284f6b6e35b44be386ec4dba0c96345256e3b3173152d
 SHA512 
5fa48a01db15fdafa179663b71867dd6a9c2ab7b4b94434f650c1ce37bd71caa2bb22efe032a4eed777538cdc341f22a251d14772aaba62f4a6d9d8c33b6a346

diff --git a/dev-ruby/dalli/dalli-2.7.8.ebuild 
b/dev-ruby/dalli/dalli-2.7.8.ebuild
new file mode 100644
index 000..89dc2a15617
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli;
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-4.2  5.0"; gem "activesupport", "< 5.2"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+}



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

2018-04-11 Thread Hans de Graaff
commit: 0792dcc01681a54f8c78c163b37abf79f6e5bb1b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 05:28:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 05:28:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0792dcc0

dev-ruby/loofah: remove vulnerable versions, bug 650966

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/loofah/Manifest|  2 --
 dev-ruby/loofah/loofah-2.0.3.ebuild | 30 --
 dev-ruby/loofah/loofah-2.1.1.ebuild | 33 -
 3 files changed, 65 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 2c870fcb427..4c9e478a4f5 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,2 @@
-DIST loofah-2.0.3.gem 60416 BLAKE2B 
04e37464ac9e2b61fcc838763b6360fe80a8aeec26cc365803e6121bb4a628f17e79bc2426d0b351935dffc18829ab9d37239786fb3192c328f5a8026365cc41
 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
-DIST loofah-2.1.1.gem 61440 BLAKE2B 
adefeb040e0ad6302de3cfdd169cf33c22eb409be519f2acd610d210254295a935a8fc122323c27275756c8a3c604fb3c5589e3abc7c5207b457dcc6c349
 SHA512 
16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58
 DIST loofah-2.2.1.gem 65024 BLAKE2B 
dfa45264e9dc0cb4c9fd8eaff8831b5098ae9c1e7fd46d3e965362e46851d5b19102fb23dc96393091ca8e2f8bd9a12f5098ace3c2d6e25236a33fa5f2579c69
 SHA512 
df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a
 DIST loofah-2.2.2.gem 65024 BLAKE2B 
4ddb20943b4258c4be621439d38b094dfc79947f092ffa2ff9af56db40538e9672f50762562ffbe5b7c5788fe12ab07ff7601383cfe7e6fc0f4209dad9edceee
 SHA512 
3c64182f8fdb7d79a5be65969728c4c51a4535f53fdae7c8e5f4d487d43af3efac9d2f3746d8e02564d0979e94a0e63dc5974701c151e31c502cb8ff97f1295e

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
deleted file mode 100644
index 971d0fa4976..000
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-
-   # Fix test for new libxml2 results (fixed upstream)
-   sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
-}

diff --git a/dev-ruby/loofah/loofah-2.1.1.ebuild 
b/dev-ruby/loofah/loofah-2.1.1.ebuild
deleted file mode 100644
index 5beac09e3b3..000
--- a/dev-ruby/loofah/loofah-2.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-
-   # Fix test for new libxml2 results (fixed upstream)
-   #sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
-}



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

2018-04-11 Thread Jason Zaman
commit: 445c8b3800adf2613d51f2bb595b8bab7ec7d966
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Apr 12 05:04:17 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Apr 12 05:04:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445c8b38

sys-apps/restorecond: add missing dbus-glib dep

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

 sys-apps/restorecond/restorecond-2.7.ebuild  | 3 ++-
 sys-apps/restorecond/restorecond-.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/restorecond/restorecond-2.7.ebuild 
b/sys-apps/restorecond/restorecond-2.7.ebuild
index a63282f7029..d55b72f66e5 100644
--- a/sys-apps/restorecond/restorecond-2.7.ebuild
+++ b/sys-apps/restorecond/restorecond-2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -28,6 +28,7 @@ SLOT="0"
 
 DEPEND=">=sys-libs/libsepol-${PV}:=
>=sys-libs/libselinux-${PV}:=
+   dev-libs/dbus-glib
dev-libs/libpcre:=
>=sys-libs/libcap-1.10-r10:="
 

diff --git a/sys-apps/restorecond/restorecond-.ebuild 
b/sys-apps/restorecond/restorecond-.ebuild
index 3d679bcf4c7..f638bbc5aee 100644
--- a/sys-apps/restorecond/restorecond-.ebuild
+++ b/sys-apps/restorecond/restorecond-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -28,6 +28,7 @@ SLOT="0"
 
 DEPEND=">=sys-libs/libsepol-${PV}:=
>=sys-libs/libselinux-${PV}:=
+   dev-libs/dbus-glib
dev-libs/libpcre:=
>=sys-libs/libcap-1.10-r10:="
 



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

2018-04-11 Thread Matt Thode
commit: cf57257aa84186dbe55983aeb3237feb18af47a3
Author: Piotr Staroszczyk  get24  org>
AuthorDate: Wed Apr 11 07:20:33 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:25:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf57257a

dev-python/websocket-client: bump version to 0.47.0 (unstable for now)

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client-0.47.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index e9f21b6449d..2ff147c5166 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-0.37.0.tar.gz 194246 BLAKE2B 
805482524b603fbfeb1039bcd99d761d125504a0f8d1a69766d4f586da241efd9d07ade030152fc51228a7333c97313fb98483de95808f81cfa23e7c3b0ff1d4
 SHA512 
b72f18c91d9a51a1943fc798601bcd9eac8b1ce807a2abb72b7cf897da30de808160645d9c7f3eaf2430e739cd0c6c01046c452f43c61af63afe7d31d801f9f7
 DIST websocket-client-0.40.0.tar.gz 196203 BLAKE2B 
303aeed5bfc84139adfbef3f3198512172220d2670e38683d660def19dcd82015bf85edd26a5aa029ba021c1f9496dca33e5ee8afc790b87eb1fa7b7b17c9aed
 SHA512 
b57593e14087ff36ab2133fb8077aa207bcdcc04fa82d00eb8fa3b86bdf7fa949c8ca25317a7fe035ef0f36d2c996e036d2b715399813604d5593584d409a5eb
+DIST websocket-client-0.47.0.tar.gz 202611 BLAKE2B 
8258ac3186eedcf7e3a791768ddadbe32aa506f27889214a6a275d6710bb7adf8d0ba8354165a0d07b7a084fe5937fc65ee85e6d84fc8ad21a7d2ece4ae8d91d
 SHA512 
0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54

diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
new file mode 100644
index 000..4868f2b4be3
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PN=${PN//-/_}
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="examples"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
+"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}



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

2018-04-11 Thread Matt Thode
commit: e7abad3eacab4b30ce6e594676b87866bf017d3a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr 12 04:27:18 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:27:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7abad3e

dev-python/websocket-client: make eapi6

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-python/websocket-client/websocket-client-0.47.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
index 4868f2b4be3..ba1268c7cdf 100644
--- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 



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

2018-04-11 Thread Matt Thode
commit: 1475931e0a63236e90202bfa2a7b17dba64617b1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:14:33 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:24:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1475931e

dev-python/rfc3986: use HTTPS

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/rfc3986/rfc3986-0.3.1.ebuild | 6 --
 dev-python/rfc3986/rfc3986-0.4.1.ebuild | 6 --
 dev-python/rfc3986/rfc3986-1.1.0.ebuild | 6 --
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-python/rfc3986/rfc3986-0.3.1.ebuild 
b/dev-python/rfc3986/rfc3986-0.3.1.ebuild
index 20ab7bcecba..878d5d60823 100644
--- a/dev-python/rfc3986/rfc3986-0.3.1.ebuild
+++ b/dev-python/rfc3986/rfc3986-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3)
 inherit distutils-r1
 
 DESCRIPTION="Validating URI References per RFC 3986"
-HOMEPAGE="http://tools.ietf.org/html/rfc3986 
https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org;
+HOMEPAGE="https://tools.ietf.org/html/rfc3986
+   https://github.com/sigmavirus24/rfc3986
+   https://rfc3986.rtfd.org;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/rfc3986/rfc3986-0.4.1.ebuild 
b/dev-python/rfc3986/rfc3986-0.4.1.ebuild
index 66dfa30d57f..0b0b08a2442 100644
--- a/dev-python/rfc3986/rfc3986-0.4.1.ebuild
+++ b/dev-python/rfc3986/rfc3986-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3)
 inherit distutils-r1
 
 DESCRIPTION="Validating URI References per RFC 3986"
-HOMEPAGE="http://tools.ietf.org/html/rfc3986 
https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org;
+HOMEPAGE="https://tools.ietf.org/html/rfc3986
+   https://github.com/sigmavirus24/rfc3986
+   https://rfc3986.rtfd.org;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/rfc3986/rfc3986-1.1.0.ebuild 
b/dev-python/rfc3986/rfc3986-1.1.0.ebuild
index c87afb023b4..636645481ad 100644
--- a/dev-python/rfc3986/rfc3986-1.1.0.ebuild
+++ b/dev-python/rfc3986/rfc3986-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3)
 inherit distutils-r1
 
 DESCRIPTION="Validating URI References per RFC 3986"
-HOMEPAGE="http://tools.ietf.org/html/rfc3986 
https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org;
+HOMEPAGE="https://tools.ietf.org/html/rfc3986
+   https://github.com/sigmavirus24/rfc3986
+   https://rfc3986.rtfd.org;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/

2018-04-11 Thread Matt Thode
commit: d3ee6df9b08fd0b2d221fc9fe7f235cc8d23aac2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:16:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:24:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ee6df9

sys-auth/nss-pam-ldapd: use HTTPS

Signed-off-by: Matthew Thode  gentoo.org>

 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild | 6 +++---
 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild | 6 +++---
 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.9.ebuild | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild
index e25cca2ef61..4fc22ea3385 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit multilib-minimal user
 
 DESCRIPTION="NSS module for name lookups using LDAP"
-HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/;
-SRC_URI="http://arthurdejong.org/nss-pam-ldapd/${P}.tar.gz;
+HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/;
+SRC_URI="https://arthurdejong.org/nss-pam-ldapd/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild
index edce3791910..c57719dcc88 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,8 @@ PYTHON_COMPAT=(python2_7)
 inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
 
 DESCRIPTION="NSS module for name lookups using LDAP"
-HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/;
-SRC_URI="http://arthurdejong.org/${PN}/${P}.tar.gz;
+HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/;
+SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.9.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.9.ebuild
index bdec7ea6e24..2ebd0f700a5 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.9.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.9.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=(python2_7)
 inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
 
 DESCRIPTION="NSS module for name lookups using LDAP"
-HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/;
-SRC_URI="http://arthurdejong.org/${PN}/${P}.tar.gz;
+HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/;
+SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"



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

2018-04-11 Thread Matt Thode
commit: 203862a906e1209028ffd35f5baa6a62a0c9b430
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:08:06 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:24:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203862a9

app-admin/ansible: use HTTPS

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-2.4.2.0-r1.ebuild | 4 ++--
 app-admin/ansible/ansible-2.4.2.0.ebuild| 6 +++---
 app-admin/ansible/ansible-2.4.3.0.ebuild| 4 ++--
 app-admin/ansible/ansible-2.4.4.0.ebuild| 4 ++--
 app-admin/ansible/ansible-2.5.0.ebuild  | 4 ++--
 app-admin/ansible/ansible-.ebuild   | 2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/app-admin/ansible/ansible-2.4.2.0-r1.ebuild 
b/app-admin/ansible/ansible-2.4.2.0-r1.ebuild
index 346b2f5aea9..573d04b3580 100644
--- a/app-admin/ansible/ansible-2.4.2.0-r1.ebuild
+++ b/app-admin/ansible/ansible-2.4.2.0-r1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1 eutils versionator
 
 DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="http://ansible.com/;
-SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-admin/ansible/ansible-2.4.2.0.ebuild 
b/app-admin/ansible/ansible-2.4.2.0.ebuild
index bbe7fb86b29..096299da9d6 100644
--- a/app-admin/ansible/ansible-2.4.2.0.ebuild
+++ b/app-admin/ansible/ansible-2.4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1 eutils versionator
 
 DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="http://ansible.com/;
-SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-admin/ansible/ansible-2.4.3.0.ebuild 
b/app-admin/ansible/ansible-2.4.3.0.ebuild
index 04013883c1a..eeb696f6cfd 100644
--- a/app-admin/ansible/ansible-2.4.3.0.ebuild
+++ b/app-admin/ansible/ansible-2.4.3.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1 eutils versionator
 
 DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="http://ansible.com/;
-SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-admin/ansible/ansible-2.4.4.0.ebuild 
b/app-admin/ansible/ansible-2.4.4.0.ebuild
index 346b2f5aea9..573d04b3580 100644
--- a/app-admin/ansible/ansible-2.4.4.0.ebuild
+++ b/app-admin/ansible/ansible-2.4.4.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1 eutils versionator
 
 DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="http://ansible.com/;
-SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-admin/ansible/ansible-2.5.0.ebuild 
b/app-admin/ansible/ansible-2.5.0.ebuild
index 346b2f5aea9..573d04b3580 100644
--- a/app-admin/ansible/ansible-2.5.0.ebuild
+++ b/app-admin/ansible/ansible-2.5.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1 eutils versionator
 
 DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="http://ansible.com/;
-SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-admin/ansible/ansible-.ebuild 
b/app-admin/ansible/ansible-.ebuild
index 9e8e5bb04c6..cbb8b376728 100644
--- a/app-admin/ansible/ansible-.ebuild
+++ b/app-admin/ansible/ansible-.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1 git-r3 eutils
 
 DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="http://ansible.com/;
+HOMEPAGE="https://ansible.com/;
 EGIT_REPO_URI="https://github.com/ansible/ansible.git;
 EGIT_BRANCH="devel"
 



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

2018-04-11 Thread Matt Thode
commit: c7ea17d73265e9b4f17dd797f82af7b2163510fd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:11:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:24:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ea17d7

dev-python/debtcollector: use HTTPS

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/debtcollector/debtcollector-1.11.0.ebuild | 4 ++--
 dev-python/debtcollector/debtcollector-1.17.1.ebuild | 4 ++--
 dev-python/debtcollector/debtcollector-1.19.0.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
index 5eb92d9dd8a..155cd3b4f6b 100644
--- a/dev-python/debtcollector/debtcollector-1.11.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="http://www.openstack.org/;
+HOMEPAGE="https://www.openstack.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild 
b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
index 406437c2b8b..8490a275bd6 100644
--- a/dev-python/debtcollector/debtcollector-1.17.1.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="http://www.openstack.org/;
+HOMEPAGE="https://www.openstack.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/debtcollector/debtcollector-1.19.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
index 2b35a185964..77677acbe94 100644
--- a/dev-python/debtcollector/debtcollector-1.19.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="http://www.openstack.org/;
+HOMEPAGE="https://www.openstack.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



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

2018-04-11 Thread Matt Thode
commit: a31dcb1b562c275b1b7df0ffb81d291c29e46ecc
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:12:24 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:24:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31dcb1b

dev-python/python-pam: use HTTPS

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/python-pam/python-pam-0.1.4.ebuild 
b/dev-python/python-pam/python-pam-0.1.4.ebuild
index 99bc3fe4b05..fae6c1f9214 100644
--- a/dev-python/python-pam/python-pam-0.1.4.ebuild
+++ b/dev-python/python-pam/python-pam-0.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit distutils-r1
 MY_PN=${PN#python-}
 S="${WORKDIR}/${MY_PN}-${PV}"
 DESCRIPTION="A python interface to the PAM library on linux using ctypes"
-HOMEPAGE="http://atlee.ca/software/pam;
+HOMEPAGE="https://atlee.ca/software/pam;
 SRC_URI="mirror://pypi/p/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"



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

2018-04-11 Thread Matt Thode
commit: 62d5b25bc8b55ce4af5f8534a457accc387fa333
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:10:23 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:24:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d5b25b

dev-python/WSME: use HTTPS

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/WSME/WSME-0.8.0.ebuild | 4 ++--
 dev-python/WSME/WSME-0.9.1.ebuild | 4 ++--
 dev-python/WSME/WSME-0.9.2.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/WSME/WSME-0.8.0.ebuild 
b/dev-python/WSME/WSME-0.8.0.ebuild
index a554239a35b..f619a21f353 100644
--- a/dev-python/WSME/WSME-0.8.0.ebuild
+++ b/dev-python/WSME/WSME-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 inherit distutils-r1
 
 DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="http://pythonhosted.org//WSME;
+HOMEPAGE="https://pythonhosted.org/WSME;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/WSME/WSME-0.9.1.ebuild 
b/dev-python/WSME/WSME-0.9.1.ebuild
index 12bed14e2b9..dd2ca03acd6 100644
--- a/dev-python/WSME/WSME-0.9.1.ebuild
+++ b/dev-python/WSME/WSME-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 inherit distutils-r1
 
 DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="http://pythonhosted.org//WSME;
+HOMEPAGE="https://pythonhosted.org/WSME;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/WSME/WSME-0.9.2.ebuild 
b/dev-python/WSME/WSME-0.9.2.ebuild
index 5adb6177660..cd3f3aadaf4 100644
--- a/dev-python/WSME/WSME-0.9.2.ebuild
+++ b/dev-python/WSME/WSME-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="http://pythonhosted.org//WSME;
+HOMEPAGE="https://pythonhosted.org/WSME;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2018-04-11 Thread Matt Thode
commit: 7c4da61db6092f761fd4d9953bac02ef91793d47
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr 12 04:07:43 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:08:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4da61d

app-emulation/diskimage-builder: 2.13.0 bup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-2.13.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 2d4d624caff..1b22196fbee 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,3 +1,4 @@
 DIST diskimage-builder-2.10.1.tar.gz 338370 BLAKE2B 
d2417af55924971ac6c8ee803c7c9bf788ecd9a16affe90077eff51a58924c81e82728eef344749b5687cc26ff9e355a7611f4e2a0a5501217344eb9bca2bb00
 SHA512 
4c9ff1b7182b3c207d769bdcd142f23a6d9e2a8f040694ab75d41284bb96ad07305ae78e486343f22d13d8c8cbef5c66eaaf4638f0fd8f7158cf3520da587e88
 DIST diskimage-builder-2.11.0.tar.gz 334400 BLAKE2B 
0bb15b83b8fe1d5217197e491c83010b098f00ff13a8abf5da2890cdcb1b2a7cc81c8a5befea9b1c184ce10a35a73068ecc336594f813831584ca0b94b822ddb
 SHA512 
3caa7809552c472e28906587889f1e310855ef4686d1da1adcb1dadb4cf3550ded30f7ec7483d4889f96a9e1d11b19dcb53b0458c75a801a378ac01e8b0d26e5
 DIST diskimage-builder-2.12.1.tar.gz 345503 BLAKE2B 
6a953144ebbb8333fc39bd5d5769d07b01f7b4a07a4712a15678740245286381a49c23e4e7e61cdb63b456cbd802bde2eb0c18e147b7f550f05f84d04c1419b9
 SHA512 
5eb2ca42acc2d661d64bb6a5f90c5ec390176fe80a9e6932b576421ff6ab0cb454d13e99abdfabb2bc023a4f1f6ed85c7b306b108ba7ca38b5e959c28d005b1a
+DIST diskimage-builder-2.13.0.tar.gz 347967 BLAKE2B 
c79c10276b9d82af6f0fc9863cfff3f0307f871ffde059b3a449f1b12dea7875624a62b932317d5209a7f01bd87a6d4d923a16115dde84e9fb224d33f1be9123
 SHA512 
78bfb384964a8a8d3c2db9dc606c0432611620fd38ac78984892366b58938865029d2a611ab736b9f98a610156ea0f9a065028a1f92b4b11fc0fa76f51a97862

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.13.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.13.0.ebuild
new file mode 100644
index 000..1495264437f
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.13.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2018-04-11 Thread Zac Medico
commit: 600b329949f8770fe2962987ee97567b65393c7e
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Apr 10 21:29:44 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 12 02:43:47 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=600b3299

_slot_operator.._reinstalls: probe binpkg rebuild (bug 652938)

If the parent is not installed, check if it needs to be rebuilt against
an installed instance, since otherwise it could trigger downgrade of
an installed instance.

Bug: https://bugs.gentoo.org/652938
Reviewed-by: Manuel Rüger  gentoo.org>

 pym/_emerge/depgraph.py| 10 -
 .../tests/resolver/test_slot_operator_rebuild.py   | 45 +-
 2 files changed, 51 insertions(+), 4 deletions(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 160ea5e94..67f912f5e 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -2571,17 +2571,23 @@ class depgraph(object):
isinstance(dep.parent, Package) and 
dep.parent.built):
continue
 
+   # If the parent is not installed, check if it 
needs to be
+   # rebuilt against an installed instance, since 
otherwise
+   # it could trigger downgrade of an installed 
instance as
+   # in bug #652938.
+   want_update_probe = dep.want_update or not 
dep.parent.installed
+
# Check for slot update first, since we don't 
want to
# trigger reinstall of the child package when a 
newer
# slot will be used instead.
-   if rebuild_if_new_slot and dep.want_update:
+   if rebuild_if_new_slot and want_update_probe:
new_dep = 
self._slot_operator_update_probe(dep,
new_child_slot=True)
if new_dep is not None:

self._slot_operator_update_backtrack(dep,

new_child_slot=new_dep.child)
 
-   if dep.want_update:
+   if want_update_probe:
if 
self._slot_operator_update_probe(dep):

self._slot_operator_update_backtrack(dep)
 

diff --git a/pym/portage/tests/resolver/test_slot_operator_rebuild.py 
b/pym/portage/tests/resolver/test_slot_operator_rebuild.py
index 42512aad8..381683331 100644
--- a/pym/portage/tests/resolver/test_slot_operator_rebuild.py
+++ b/pym/portage/tests/resolver/test_slot_operator_rebuild.py
@@ -1,4 +1,4 @@
-# Copyright 2014 Gentoo Foundation
+# Copyright 2014-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from portage.tests import TestCase
@@ -31,6 +31,32 @@ class SlotOperatorRebuildTestCase(TestCase):
"RDEPEND": "|| ( app-misc/X app-misc/A:= )"
},
 
+   "app-misc/D-1" : {
+   "EAPI": "6",
+   "RDEPEND": "app-misc/E",
+   },
+
+   "app-misc/E-1" : {
+   "EAPI": "6",
+   "RDEPEND": "app-misc/F:=",
+   },
+
+   "app-misc/F-1" : {
+   "EAPI": "6",
+   "SLOT": "0/1"
+   },
+
+   "app-misc/F-2" : {
+   "EAPI": "6",
+   "SLOT": "0/2"
+   },
+   }
+
+   binpkgs = {
+   "app-misc/E-1" : {
+   "EAPI": "6",
+   "RDEPEND": "app-misc/F:0/1=",
+   },
}
 
installed = {
@@ -50,6 +76,10 @@ class SlotOperatorRebuildTestCase(TestCase):
"RDEPEND": "|| ( app-misc/X app-misc/A:0/1= )"
},
 
+   "app-misc/F-2" : {
+   "EAPI": "6",
+   "SLOT": "0/2"
+   },
}
 
world = ["app-misc/B", "app-misc/C"]
@@ -68,9 +98,20 @@ class SlotOperatorRebuildTestCase(TestCase):
mergelist = ['app-misc/A-2', ('app-misc/B-0', 
'app-misc/C-0')]
),
 
+   # Test bug #652938, where a binary package built 
against an
+   # older subslot triggered downgrade of an installed 

[gentoo-commits] proj/eselect-php:master commit in: src/

2018-04-11 Thread Michael Orlitzky
commit: 6a99c6752efc2fb6180c3a453ae5b641b67f662e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Apr 12 02:15:03 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Apr 12 02:22:46 2018 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=6a99c675

src/php.eselect.in.in: use "-f" option to "ln" for POSIX compatibility.

On FreeBSD, we're getting an error:

  ln: illegal option -- -
  usage: ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file [target_file]
  ...
  !!! Error: failed to create active php symlink

This is due to our use of the "--force" flag, which is not POSIX. In
the latest standard (IEEE Std 1003.1-2017), only the short "-f" flag
is guaranteed to exist, and FreeBSD's "ln" seems to mostly support the
flag as specified there. So, I've changed "--force" to "-f", and left
a warning to future generations in a nearby comment.

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

 src/php.eselect.in.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/php.eselect.in.in b/src/php.eselect.in.in
index 8e25f96..889f541 100644
--- a/src/php.eselect.in.in
+++ b/src/php.eselect.in.in
@@ -457,7 +457,8 @@ set_sapi() {
for link_name in $(sapi_active_link_names "${sapi}"); do
local link_target=$(sapi_link_name_target "${sapi}" 
"${target_name}" "${link_name}")
 
-   @LN_S@ --force "${link_tgt_dir}/${link_target}" \
+   # Use the short "-f" option for POSIX compatibility.
+   @LN_S@ -f "${link_tgt_dir}/${link_target}" \
"${link_dir}/${link_name}" || \
die -q "failed to create active ${link_name} symlink"
done



[gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/, app-text/mupdf/files/

2018-04-11 Thread Thomas Deutschmann
commit: 705f826fcfadb81b301ad61589ea585bc58c8849
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 01:03:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 01:03:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705f826f

app-text/mupdf: Fix typo in mupdf-1.11-openssl-curl-x11.patch

Reported-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --force

 .../files/mupdf-1.11-openssl-curl-x11-r1.patch | 37 ++
 ...pdf-1.12.0-r1.ebuild => mupdf-1.12.0-r2.ebuild} |  2 +-
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/app-text/mupdf/files/mupdf-1.11-openssl-curl-x11-r1.patch 
b/app-text/mupdf/files/mupdf-1.11-openssl-curl-x11-r1.patch
new file mode 100644
index 000..92845a0eef2
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-1.11-openssl-curl-x11-r1.patch
@@ -0,0 +1,37 @@
+--- mupdf-1.11-source/Makerules
 mupdf-1.11-source/Makerules
+@@ -116,12 +116,17 @@
+ SYS_PTHREAD_CFLAGS :=
+ SYS_PTHREAD_LIBS := -lpthread
+ 
++WANT_OPENSSL ?= yes
++ifeq "$(WANT_OPENSSL)" "yes"
+ ifeq "$(shell pkg-config --exists 'libcrypto <= 1.0.1t' && echo yes)" "yes"
+ HAVE_LIBCRYPTO := yes
+ SYS_LIBCRYPTO_CFLAGS := -DHAVE_LIBCRYPTO $(shell pkg-config --cflags 
libcrypto)
+ SYS_LIBCRYPTO_LIBS := $(shell pkg-config --libs libcrypto)
+ endif
++endif
+ 
++WANT_CURL ?= yes
++ifeq "$(WANT_CURL)" "yes"
+ ifeq "$(shell pkg-config --exists libcurl && echo yes)" "yes"
+ HAVE_CURL := yes
+ SYS_CURL_CFLAGS := $(shell pkg-config --cflags libcurl)
+@@ -133,12 +138,16 @@
+ endif
+ endif
+ SYS_CURL_DEPS += -lpthread -lrt
++endif
+ 
++WANT_X11 ?= yes
++ifeq "$(WANT_X11)" "yes"
+ ifeq "$(shell pkg-config --exists x11 xext && echo yes)" "yes"
+ HAVE_X11 := yes
+ SYS_X11_CFLAGS := $(shell pkg-config --cflags x11 xext)
+ SYS_X11_LIBS := $(shell pkg-config --libs x11 xext)
+ endif
++endif
+ 
+ ifeq "$(shell pkg-config --exists harfbuzz && echo yes)" "yes"
+ SYS_HARFBUZZ_CFLAGS := $(shell pkg-config --cflags harfbuzz)

diff --git a/app-text/mupdf/mupdf-1.12.0-r1.ebuild 
b/app-text/mupdf/mupdf-1.12.0-r2.ebuild
similarity index 98%
rename from app-text/mupdf/mupdf-1.12.0-r1.ebuild
rename to app-text/mupdf/mupdf-1.12.0-r2.ebuild
index 0511828741f..24fbe8ee0af 100644
--- a/app-text/mupdf/mupdf-1.12.0-r1.ebuild
+++ b/app-text/mupdf/mupdf-1.12.0-r2.ebuild
@@ -46,7 +46,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.12-CFLAGS.patch
"${FILESDIR}"/${PN}-1.9a-debug-build.patch
"${FILESDIR}"/${PN}-1.10a-add-desktop-pc-xpm-files.patch
-   "${FILESDIR}"/${PN}-1.11-openssl-curl-x11.patch
+   "${FILESDIR}"/${PN}-1.11-openssl-curl-x11-r1.patch
"${FILESDIR}"/${PN}-1.11-drop-libmupdfthird.patch
 )
 



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

2018-04-11 Thread Thomas Deutschmann
commit: 9fca07bd07bf39517d39db9f9ffef6f1bf563cb7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:52:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fca07bd

dev-libs/girara: x86 stable (bug #645974)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-libs/girara/girara-0.2.8.ebuild 
b/dev-libs/girara/girara-0.2.8.ebuild
index 6b885251d86..f15f04d30d1 100644
--- a/dev-libs/girara/girara-0.2.8.ebuild
+++ b/dev-libs/girara/girara-0.2.8.ebuild
@@ -17,7 +17,7 @@ EGIT_BRANCH="develop"
 LICENSE="ZLIB"
 SLOT="3"
 if ! [[ ${PV} == * ]]; then
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
 fi
 IUSE="libnotify static-libs test"
 



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

2018-04-11 Thread Thomas Deutschmann
commit: a50f40c84eb6b3566ffac5418349ff9d56a71363
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:52:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50f40c8

app-text/zathura-ps: x86 stable (bug #645974)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/zathura-ps/zathura-ps-0.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-ps/zathura-ps-0.2.5.ebuild 
b/app-text/zathura-ps/zathura-ps-0.2.5.ebuild
index 62562632f28..f2ad6c0c7ee 100644
--- a/app-text/zathura-ps/zathura-ps-0.2.5.ebuild
+++ b/app-text/zathura-ps/zathura-ps-0.2.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-ps.git;
EGIT_BRANCH="develop"
 else
-   KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz;
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/

2018-04-11 Thread Thomas Deutschmann
commit: c7ab86daeeae5f9a50b72f838dd9358008fdc175
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:51:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ab86da

app-text/zathura-pdf-mupdf: x86 stable (bug #645974)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild 
b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild
index 6ff77ca5cd9..1b7fde23fa8 100644
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git;
EGIT_BRANCH="develop"
 else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm x86"
SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz;
 fi
 



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

2018-04-11 Thread Thomas Deutschmann
commit: 9954b237b68136d49c5acd5d664df07d97407577
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:53:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9954b237

app-text/llpp: x86 stable (bug #645974)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/llpp/llpp-26b_p20180114.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/llpp/llpp-26b_p20180114.ebuild 
b/app-text/llpp/llpp-26b_p20180114.ebuild
index 296e6579cdb..4c39269b6b5 100644
--- a/app-text/llpp/llpp-26b_p20180114.ebuild
+++ b/app-text/llpp/llpp-26b_p20180114.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://distfiles.gentoo.org/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="+ocamlopt static"
 
 LIB_DEPEND=">=app-text/mupdf-1.12.0:0=[static-libs]



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

2018-04-11 Thread Thomas Deutschmann
commit: e4735bbeb6f6a18d4f34538b905f8b0a67a4bf1b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:51:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4735bbe

app-text/zathura-djvu: x86 stable (bug #645974)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild 
b/app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild
index 06d973da811..9d88eeddb79 100644
--- a/app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild
+++ b/app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git;
EGIT_BRANCH="develop"
 else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm x86"
SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz;
 fi
 



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

2018-04-11 Thread Thomas Deutschmann
commit: 1ccbe7f9b5f47b77cf68cbbe120ad50b2020b543
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:48:37 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccbe7f9

app-text/mupdf: x86 stable (bug #634678)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/mupdf/mupdf-1.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/mupdf/mupdf-1.12.0-r1.ebuild 
b/app-text/mupdf/mupdf-1.12.0-r1.ebuild
index 4aa5e0b3133..0511828741f 100644
--- a/app-text/mupdf/mupdf-1.12.0-r1.ebuild
+++ b/app-text/mupdf/mupdf-1.12.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz;
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="X +curl javascript lcms libressl opengl +openssl static static-libs 
vanilla"
 
 LIB_DEPEND="



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

2018-04-11 Thread Thomas Deutschmann
commit: 80091a6feae110868b1586af6772c8a22571fe00
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:51:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80091a6f

app-text/zathura-cb: x86 stable (bug #645974)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/zathura-cb/zathura-cb-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-cb/zathura-cb-0.1.7.ebuild 
b/app-text/zathura-cb/zathura-cb-0.1.7.ebuild
index 4c3f58bbc0c..b9024c4ed2d 100644
--- a/app-text/zathura-cb/zathura-cb-0.1.7.ebuild
+++ b/app-text/zathura-cb/zathura-cb-0.1.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-cb.git;
EGIT_BRANCH="develop"
 else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm x86"
SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz;
 fi
 



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

2018-04-11 Thread Thomas Deutschmann
commit: 2d33a3f622983122e0f76be47d2ad18b751d1be6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:53:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d33a3f6

app-text/zathura: x86 stable (bug #645974)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/zathura/zathura-0.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura/zathura-0.3.8.ebuild 
b/app-text/zathura/zathura-0.3.8.ebuild
index 46c2f872783..3f8b8b3761a 100644
--- a/app-text/zathura/zathura-0.3.8.ebuild
+++ b/app-text/zathura/zathura-0.3.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura.git;
EGIT_BRANCH="develop"
 else
-   KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz;
 fi
 



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

2018-04-11 Thread Thomas Deutschmann
commit: df246a4cdb0ffc59a974f1e977cd70428e7da9de
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 00:52:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 00:54:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df246a4c

app-text/zathura-pdf-poppler: x86 stable (bug #645974)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild 
b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild
index ca0b8305c13..dc47bab8a3d 100644
--- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild
+++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-poppler.git;
EGIT_BRANCH="develop"
 else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm x86"
SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz;
 fi
 



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

2018-04-11 Thread Zac Medico
commit: 26b0b115c78bfcae316c466a6a5a0f5ecc08112f
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Apr 11 23:32:02 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 12 00:19:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b0b115

dev-python/marshmallow: new package

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/marshmallow/Manifest|  1 +
 .../marshmallow/marshmallow-3.0.0_beta8.ebuild | 35 ++
 dev-python/marshmallow/metadata.xml| 11 +++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
new file mode 100644
index 000..f860974f7fa
--- /dev/null
+++ b/dev-python/marshmallow/Manifest
@@ -0,0 +1 @@
+DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B 
a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07
 SHA512 
34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
new file mode 100644
index 000..630eff899b7
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_P=${P/_beta/b}
+DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   rm tests/test_py3/test_utils.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}

diff --git a/dev-python/marshmallow/metadata.xml 
b/dev-python/marshmallow/metadata.xml
new file mode 100644
index 000..36de1202668
--- /dev/null
+++ b/dev-python/marshmallow/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   
+   
+   marshmallow
+   marshmallow-code/marshmallow
+   
+



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

2018-04-11 Thread Zac Medico
commit: 0d0c267ec1e93c8fefd000b357e9cb4fee1ab911
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Apr 12 00:08:51 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 12 00:19:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0c267e

dev-python/apispec: new package

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/apispec/Manifest  |  1 +
 dev-python/apispec/apispec-0.35.0.ebuild | 36 
 dev-python/apispec/metadata.xml  | 11 ++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
new file mode 100644
index 000..c5f2a6a964b
--- /dev/null
+++ b/dev-python/apispec/Manifest
@@ -0,0 +1 @@
+DIST apispec-0.35.0.tar.gz 47684 BLAKE2B 
3067a0d50a6f53378f46a9a07596da53679f399732619f5bd3d1bedd85d088c6901560dc46be22b42d77537c437d9d97840a55f0b1513e39c87760e9e6c8ea0c
 SHA512 
45a3034c49169ca7998480a8b8e0ac6415d49b6235885fba31eaaccb1c008b4ea845a6743f10cc3492215affe20b690d73a9a06e0e0c3942e0327f381415fa57

diff --git a/dev-python/apispec/apispec-0.35.0.ebuild 
b/dev-python/apispec/apispec-0.35.0.ebuild
new file mode 100644
index 000..30197f93095
--- /dev/null
+++ b/dev-python/apispec/apispec-0.35.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pluggable API specification generator."
+HOMEPAGE="https://github.com/marshmallow-code/apispec/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/bottle[${PYTHON_USEDEP}]
+   dev-python/marshmallow[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+src_prepare() {
+   rm tests/test_swagger.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}

diff --git a/dev-python/apispec/metadata.xml b/dev-python/apispec/metadata.xml
new file mode 100644
index 000..aa45742ccc8
--- /dev/null
+++ b/dev-python/apispec/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   
+   
+   apispec
+   marshmallow-code/apispec
+   
+



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

2018-04-11 Thread Thomas Deutschmann
commit: a9911ca75fca79e9f8e36d3c25f7e5f504b2c32b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 23:53:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 23:53:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9911ca7

net-misc/openssh: Fix X.509 support

The X.509 part in sshd only accepts specific PACKAGE VERSION values or will
reject a X.509 ssh client. Because we cannot fix all X.509 sshd servers
we patched the exposed PACKAGE VERSION to pass the "requirement".

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../{openssh-7.7_p1.ebuild => openssh-7.7_p1-r1.ebuild}| 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/net-misc/openssh/openssh-7.7_p1.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r1.ebuild
similarity index 96%
rename from net-misc/openssh/openssh-7.7_p1.ebuild
rename to net-misc/openssh/openssh-7.7_p1-r1.ebuild
index ba76b889200..cfcfc30327f 100644
--- a/net-misc/openssh/openssh-7.7_p1.ebuild
+++ b/net-misc/openssh/openssh-7.7_p1-r1.ebuild
@@ -20,7 +20,7 @@ X509_VER="11.3.1" 
X509_PATCH="${PARCH}-x509-${X509_VER}.patch.xz"
 DESCRIPTION="Port of OpenBSD's free SSH release"
 HOMEPAGE="https://www.openssh.com/;
 SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
-   ${SCTP_PATCH:+https://dev.gentoo.org/~whissi/dist/openssh/${SCTP_PATCH}}
+   ${SCTP_PATCH:+sctp? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${SCTP_PATCH} )}
${HPN_PATCH:+hpn? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${HPN_PATCH} )}
${LDAP_PATCH:+ldap? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${LDAP_PATCH} )}
${X509_PATCH:+X509? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${X509_PATCH} )}
@@ -115,6 +115,14 @@ src_prepare() {
if use X509 ; then
eapply "${WORKDIR}"/${X509_PATCH%.*}
 
+   # We need to patch package version or any X.509 sshd will 
reject our ssh client
+   # with "userauth_pubkey: could not parse key: string is too 
large [preauth]"
+   # error
+   einfo "Patching package version for X.509 patch set ..."
+   sed -i \
+   -e "s/^AC_INIT(\[OpenSSH\], 
\[Portable\]/AC_INIT([OpenSSH], [${X509_VER}]/" \
+   "${S}"/configure.ac || die "Failed to patch package 
version for X.509 patch"
+
einfo "Patching version.h to expose X.509 patch set ..."
sed -i \
-e "/^#define SSH_PORTABLE.*/a #define SSH_X509 
  \"-PKIXSSH-${X509_VER}\"" \
@@ -209,6 +217,8 @@ src_prepare() {
"${S}"/version.h || die "Failed to patch SSH_RELEASE 
(version.h)"
fi
 
+   eapply_user #473004
+
tc-export PKG_CONFIG
local sed_args=(
-e "s:-lcrypto:$(${PKG_CONFIG} --libs openssl):"
@@ -229,8 +239,6 @@ src_prepare() {
)
sed -i "${sed_args[@]}" configure{.ac,} || die
 
-   eapply_user #473004
-
eautoreconf
 }
 



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

2018-04-11 Thread Andreas Sturmlechner
commit: d45cadde99e4bbea0b8d5b45e0533927e6dad46e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 20:51:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 23:25:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45cadde

dev-libs/qcustomplot: Drop 1.3.2

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/qcustomplot/Manifest |  2 --
 dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild | 46 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/qcustomplot/Manifest b/dev-libs/qcustomplot/Manifest
index a38c6473345..847e533f7be 100644
--- a/dev-libs/qcustomplot/Manifest
+++ b/dev-libs/qcustomplot/Manifest
@@ -1,4 +1,2 @@
-DIST qcustomplot-sharedlib-1.3.2.tar.gz 1924 BLAKE2B 
60ded44752b407cf072bd32b16e687369378fc7c1e6f5b271b56d5a2d84665426ad2dc7464850752a42b8850e9dab853dc282589c63bf5e120ee8947f10b4631
 SHA512 
645d71c9d63ccd324f341778556f0b9ddceb3fee87b037c66f7ea7624973e24e292da7539861ffa1c8545cc0691a1041110b25d688f0b3d8787a44798a5e190e
 DIST qcustomplot-sharedlib-2.0.0.tar.gz 1949 BLAKE2B 
6d2d1b7da0dbdb83485ce1a1b69b5d4270fa73af25240decd1764d0872065a7457252aac3b81ccc9d5cbcfe24f8ed67ff843f092b344065b8b0f26aa2c6bef14
 SHA512 
f4ba719287067c2bb999a6e4ffb3694b32b1d72867c396fee1834ba2916f2931eda07bbe25c4d2ea6f6af18bd78917660dc6eabd98f72c9da987ae288ed4e611
-DIST qcustomplot-source-1.3.2.tar.gz 225912 BLAKE2B 
9bdcb9ace79c0bc657838d6c0fc5660a61a0ba64893192f263c0e30473c176322b3f9da87341a762032ef1879a46dd89dd7e42ba0127dd22c969d72b0269d9c0
 SHA512 
0e9fefd3f6e4428009428d3155b1a26e1d4b2a62567ca7812cefa67c06fa53f301229d8bd2c3abbe0fb7ddacb9a07515522ded56c0745cd31b1f85323d4499fb
 DIST qcustomplot-source-2.0.0.tar.gz 317398 BLAKE2B 
c2d587e06026789a164f16ffdd00d324172654b6953ace637815b022dc14cc96362cf4022512ec3feea3725a651c1af0f50f09d0ca1c5e86ebcfbe3f50aa3ff2
 SHA512 
66c648877ed0a14cf527ac8526788065f494119cc61993d20268a0046c8e6c5a1c73a61f50a73e6a39ec55435bc5f74c613ee21254293ddab34ba7c2484c4f5a

diff --git a/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild 
b/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild
deleted file mode 100644
index ffbacff9a8b..000
--- a/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Qt C++ widget for plotting and data visualization"
-HOMEPAGE="http://www.qcustomplot.com/;
-SRC_URI="
-   http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz 
-> ${PN}-sharedlib-${PV}.tar.gz
-   http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> 
${PN}-source-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-source
-
-src_prepare() {
-   default
-
-   sed \
-   -e 's:../../::g' \
-   -e '/CONFIG/s:shared.*:shared:g' \
-   
"${WORKDIR}"/${PN}-sharedlib/sharedlib-compilation/sharedlib-compilation.pro > 
${PN}.pro || die
-}
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   dolib.so lib${PN}*
-   doheader ${PN}.h
-   dodoc changelog.txt
-}



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

2018-04-11 Thread Andreas Sturmlechner
commit: e5df1e660b5916ad424f7363c033c9f0da584915
Author: Herb Miller Jr  hlmjr  com>
AuthorDate: Wed Apr 11 16:27:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 23:25:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5df1e66

media-gfx/sane-frontends: Repoint SRC_URI.

The ftp location went down.

Bug: https://bugs.gentoo.org/652314
Package-Manager: Portage[mgorny]-2.3.24.1
Closes: https://github.com/gentoo/gentoo/pull/7941

 media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild 
b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
index c0ce393bb43..7af78ea1b98 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
@@ -5,8 +5,7 @@ EAPI=6
 
 DESCRIPTION="Scanner Access Now Easy"
 HOMEPAGE="http://www.sane-project.org;
-SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
-   ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz;
+SRC_URI="https://alioth.debian.org/frs/download.php/file/1140/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2018-04-11 Thread Andreas Sturmlechner
commit: df8482fecd5efc06dd4b2afe799865edd41a21c0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 20:21:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 20:22:03 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=df8482fe

app-crypt/qca: Sync with Gentoo ebuild repo, drop USE=qt4,qt5

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-crypt/qca/qca-.ebuild | 95 +++
 1 file changed, 33 insertions(+), 62 deletions(-)

diff --git a/app-crypt/qca/qca-.ebuild b/app-crypt/qca/qca-.ebuild
index e54b7947..d479c851 100644
--- a/app-crypt/qca/qca-.ebuild
+++ b/app-crypt/qca/qca-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils multibuild qmake-utils git-r3
+inherit cmake-utils qmake-utils git-r3
 
 DESCRIPTION="Qt Cryptographic Architecture (QCA)"
 HOMEPAGE="https://userbase.kde.org/QCA;
@@ -13,15 +13,10 @@ LICENSE="LGPL-2.1"
 SLOT="2"
 KEYWORDS=""
 
-IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 +qt4 qt5 
sasl softstore +ssl test"
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl 
softstore +ssl test"
 
-RDEPEND="
-   !app-crypt/qca-cyrus-sasl
-   !app-crypt/qca-gnupg
-   !app-crypt/qca-logger
-   !app-crypt/qca-ossl
-   !app-crypt/qca-pkcs11
+COMMON_DEPEND="
+   dev-qt/qtcore:5
botan? ( dev-libs/botan:0 )
gcrypt? ( dev-libs/libgcrypt:= )
gpg? ( app-crypt/gnupg )
@@ -31,27 +26,24 @@ RDEPEND="
libressl? ( dev-libs/libressl )
dev-libs/pkcs11-helper
)
-   qt4? ( dev-qt/qtcore:4 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtconcurrent:5
-   dev-qt/qtnetwork:5
-   )
sasl? ( dev-libs/cyrus-sasl:2 )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.1:0= )
libressl? ( dev-libs/libressl:= )
)
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
+   dev-qt/qtnetwork:5
doc? ( app-doc/doxygen )
-   test? (
-   qt4? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
-   )
+   test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-crypt/qca-cyrus-sasl
+   !app-crypt/qca-gnupg
+   !app-crypt/qca-logger
+   !app-crypt/qca-ossl
+   !app-crypt/qca-pkcs11
 "
-
-DOCS=( README TODO )
 
 PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )
 
@@ -59,52 +51,31 @@ qca_plugin_use() {
echo -DWITH_${2:-$1}_PLUGIN=$(usex "$1")
 }
 
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
 src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}$(${MULTIBUILD_VARIANT}_get_mkspecsdir)/features"
-   
-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}$(${MULTIBUILD_VARIANT}_get_plugindir)"
-   $(qca_plugin_use botan)
-   $(qca_plugin_use gcrypt)
-   $(qca_plugin_use gpg gnupg)
-   $(qca_plugin_use logger)
-   $(qca_plugin_use nss)
-   $(qca_plugin_use pkcs11)
-   $(qca_plugin_use sasl cyrus-sasl)
-   $(qca_plugin_use softstore)
-   $(qca_plugin_use ssl ossl)
-   -DBUILD_TESTS=$(usex test)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} == qt4 ]]; then
-   mycmakeargs+=(-DQT4_BUILD=ON)
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
+   local mycmakeargs=(
+   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}$(qt5_get_mkspecsdir)/features"
+   -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}$(qt5_get_plugindir)"
+   $(qca_plugin_use botan)
+   $(qca_plugin_use gcrypt)
+   $(qca_plugin_use gpg gnupg)
+   $(qca_plugin_use logger)
+   $(qca_plugin_use nss)
+   $(qca_plugin_use pkcs11)
+   $(qca_plugin_use sasl cyrus-sasl)
+   $(qca_plugin_use softstore)
+   $(qca_plugin_use ssl ossl)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake-utils_src_configure
 }
 
 src_test() {
-   mytest() {
-   local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca"
-   cmake-utils_src_test
-   }
-
-   multibuild_foreach_variant mytest
+   local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca"
+   cmake-utils_src_test
 }
 
 src_install() {
-   multibuild_foreach_variant 

[gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/files/, x11-libs/libqxt/

2018-04-11 Thread Andreas Sturmlechner
commit: 1772b77e716f2fd872278d2fa7cd5d24f78288a0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 20:34:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 20:35:20 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=1772b77e

x11-libs/libqxt: No more development

Bug: https://bugs.gentoo.org/644478
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../libqxt/files/libqxt-use-system-qdoc3.patch | 24 ---
 x11-libs/libqxt/libqxt-.ebuild | 82 --
 x11-libs/libqxt/metadata.xml   | 14 
 3 files changed, 120 deletions(-)

diff --git a/x11-libs/libqxt/files/libqxt-use-system-qdoc3.patch 
b/x11-libs/libqxt/files/libqxt-use-system-qdoc3.patch
deleted file mode 100644
index 99f76509..
--- a/x11-libs/libqxt/files/libqxt-use-system-qdoc3.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 libqxt~orig/doc/doc.pri2010-08-19 17:06:12.0 +0200
-+++ libqxt/doc/doc.pri 2010-08-19 17:08:16.0 +0200
-@@ -1,5 +1,3 @@
--SUBDIRS += tools/3rdparty/qdoc3
--
- win32 {
- QXT_WINCONFIG = release/
- !CONFIG(release, debug|release) {
-@@ -16,14 +14,13 @@
- }
- 
- $$unixstyle {
--QDOC = QXT_SOURCE_TREE=$$QXT_SOURCE_TREE QXT_BUILD_TREE=$$QXT_BUILD_TREE 
$$QXT_BUILD_TREE/tools/3rdparty/qdoc3/$${QXT_WINCONFIG}qdoc3
-+QDOC = QXT_SOURCE_TREE=$$QXT_SOURCE_TREE QXT_BUILD_TREE=$$QXT_BUILD_TREE 
$$[QT_INSTALL_BINS]/qdoc3
- } else {
- QDOC = set QXT_SOURCE_TREE=$$QXT_SOURCE_TREE&& set 
QXT_BUILD_TREE=$$QXT_BUILD_TREE&& 
$$QXT_BUILD_TREE/tools/3rdparty/qdoc3/$${QXT_WINCONFIG}qdoc3.exe
- QDOC = $$replace(QDOC, "/", "")
- }
- 
- adp_docs.commands = ($$QDOC -DQXT_DOXYGEN_RUN 
$$QXT_SOURCE_TREE/doc/src/qxt.qdocconf)
--adp_docs.depends += sub-tools-3rdparty-qdoc3
- docs.depends = adp_docs
- QMAKE_EXTRA_TARGETS += adp_docs docs
- 

diff --git a/x11-libs/libqxt/libqxt-.ebuild 
b/x11-libs/libqxt/libqxt-.ebuild
deleted file mode 100644
index 3a21bc63..
--- a/x11-libs/libqxt/libqxt-.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils git-r3
-
-DESCRIPTION="Extension library providing cross-platform utility classes for 
the Qt toolkit"
-HOMEPAGE="https://bitbucket.org/libqxt/libqxt/wiki/Home;
-EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}.git;
-
-LICENSE="|| ( CPL-1.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS=""
-IUSE="berkdb debug doc sql web xscreensaver zeroconf"
-
-COMMON_DEPEND="
-   dev-qt/designer:4
-   dev-qt/qtcore:4[ssl]
-   dev-qt/qtgui:4
-   x11-libs/libXrandr
-   berkdb? ( >=sys-libs/db-4.6:= )
-   sql? ( dev-qt/qtsql:4 )
-   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
-"
-DEPEND="${COMMON_DEPEND}
-   doc? ( dev-qt/qthelp:4 )
-"
-RDEPEND="${COMMON_DEPEND}
-   xscreensaver? ( x11-libs/libXScrnSaver )
-"
-
-DOCS=( AUTHORS CHANGES README )
-PATCHES=(
-   "${FILESDIR}/${PN}-use-system-qdoc3.patch"
-)
-
-src_prepare() {
-   default
-
-   # remove insecure runpath
-   sed -i -e '/^QMAKE_RPATHDIR /d' src/qxtlibs.pri || die
-}
-
-src_configure() {
-   # custom configure script
-   local myconf=(
-   ./configure -verbose
-   -prefix "${EPREFIX}/usr"
-   -libdir "${EPREFIX}/usr/$(get_libdir)"
-   -docdir "${EPREFIX}/usr/share/doc/${PF}"
-   -qmake-bin "$(qt4_get_bindir)/qmake"
-   $(use debug && echo -debug || echo -release)
-   $(use berkdb || echo -no-db -nomake berkeley)
-   $(use doc || echo -nomake docs)
-   $(use sql || echo -nomake sql)
-   $(use web || echo -nomake web)
-   $(use zeroconf || echo -no-zeroconf -nomake zeroconf)
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die "./configure failed"
-
-   eqmake4 -recursive
-}
-
-src_compile() {
-   default
-
-   use doc && emake docs
-}
-
-pkg_postinst() {
-   if use doc; then
-   einfo
-   einfo "In case you want to browse ${PN} documentation using"
-   einfo "Qt Assistant, perform the following steps:"
-   einfo "  1. Open the Assistant"
-   einfo "  2. Edit -> Preferences -> Documentation -> Add"
-   einfo "  3. Add this path: 
${EPREFIX}/usr/share/doc/${PF}/qxt.qch"
-   einfo
-   fi
-}

diff --git a/x11-libs/libqxt/metadata.xml b/x11-libs/libqxt/metadata.xml
deleted file mode 100644
index deeb1de7..
--- a/x11-libs/libqxt/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-   
-   Build the QxtBerkeley module
-   Build the QxtSql module
-   Build the QxtWeb module
-   Build 

[gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/

2018-04-11 Thread Andreas Sturmlechner
commit: b449bb7f7d76ead55fc6a98a53c0e1317a5a09a2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 21:00:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 21:00:58 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b449bb7f

dev-libs/libsystemd-qt: Add missing DEPEND

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/libsystemd-qt/libsystemd-qt-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild 
b/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
index a9d391e6..e3e97a63 100644
--- a/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
+++ b/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
@@ -25,6 +25,7 @@ IUSE="debug test"
 RDEPEND="
${SYSTEMD_VERSION}
dev-qt/qtcore:5
+   dev-qt/qtdbus:5
 "
 DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )



[gentoo-commits] proj/qt:master commit in: dev-libs/qjson/

2018-04-11 Thread Andreas Sturmlechner
commit: 32313ac303e979184cc50d2235e89196d9820626
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 21:23:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 21:23:14 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=32313ac3

dev-libs/qjson: No more consumers

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/qjson/metadata.xml  |  8 ---
 dev-libs/qjson/qjson-.ebuild | 48 
 2 files changed, 56 deletions(-)

diff --git a/dev-libs/qjson/metadata.xml b/dev-libs/qjson/metadata.xml
deleted file mode 100644
index 17237689..
--- a/dev-libs/qjson/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-

diff --git a/dev-libs/qjson/qjson-.ebuild b/dev-libs/qjson/qjson-.ebuild
deleted file mode 100644
index 85920217..
--- a/dev-libs/qjson/qjson-.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="A library for mapping JSON data to QVariant objects"
-HOMEPAGE="http://qjson.sourceforge.net;
-EGIT_REPO_URI="git://github.com/flavio/${PN}.git"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug doc +qt4 qt5 test"
-
-RDEPEND="
-   qt4? ( dev-qt/qtcore:4 )
-   qt5? ( dev-qt/qtcore:5 )"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? (
-   qt4? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
-   )"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-DOCS=( ChangeLog README.md )
-
-src_configure() {
-   local mycmakeargs=(
-   -DQT4_BUILD=$(usex qt4)
-   -DQJSON_BUILD_TESTS=$(usex test)
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   if use doc; then
-   cd doc
-   doxygen Doxyfile || die "Generating documentation failed"
-   HTML_DOCS=( doc/html/ )
-   fi
-
-   cmake-utils_src_install
-}



[gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/

2018-04-11 Thread Andreas Sturmlechner
commit: 98c2b49729fe4cc9bb8b47fe91831c7ea5808f24
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 20:42:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 20:42:24 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=98c2b497

dev-libs/libsystemd-qt: Drop USE=qt4,qt5

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/libsystemd-qt/libsystemd-qt-.ebuild | 25 ++--
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild 
b/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
index 4274d4ae..c6d5a34d 100644
--- a/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
+++ b/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,6 @@ inherit cmake-utils
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git;
inherit git-r3
-   KEYWORDS=""
SYSTEMD_VERSION=">=sys-apps/systemd-207"
 else
SRC_URI="https://github.com/scarpin0/libsystemd-qt/archive/${PV}.zip -> 
${P}.zip"
@@ -21,32 +20,20 @@ HOMEPAGE="https://github.com/scarpin0/libsystemd-qt;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="debug qml qt4 +qt5 test"
+IUSE="debug qml test"
 
 RDEPEND="
${SYSTEMD_VERSION}
-   qt4? ( dev-qt/qtcore:4 )
-   qt5? (
-   dev-qt/qtcore:5
-   qml? ( dev-qt/qtdeclarative:5 )
-   )
+   dev-qt/qtcore:5
+   qml? ( dev-qt/qtdeclarative:5 )
 "
 DEPEND="${RDEPEND}
-   test? (
-   qt4? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
-   )
+   test? ( dev-qt/qttest:5 )
 "
-REQUIRED_USE="
-   ^^ ( qt4 qt5 )
-   qml? ( qt5 )
-"
-
-DOCS=( README.md )
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_WITH_QT4=$(usex qt4)
+   -DBUILD_WITH_QT4=OFF
-DBUILD_QTSYSTEMD_TESTS=$(usex test)
-DBUILD_QTSYSTEMD_QMLPLUGIN=$(usex qml)
)



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

2018-04-11 Thread Andreas Sturmlechner
commit: 3b54ba56fa9fb4b8b169e6353d02e04d256f95b0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 23:09:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 23:09:35 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3b54ba56

app-crypt/qca: Switch EGIT_REPO_URI to https

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/app-crypt/qca/qca-.ebuild b/app-crypt/qca/qca-.ebuild
index 1dede5f2..6bf24ba2 100644
--- a/app-crypt/qca/qca-.ebuild
+++ b/app-crypt/qca/qca-.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils qmake-utils git-r3
 
 DESCRIPTION="Qt Cryptographic Architecture (QCA)"
 HOMEPAGE="https://userbase.kde.org/QCA;
-EGIT_REPO_URI=("git://anongit.kde.org/${PN}.git")
+EGIT_REPO_URI="https://anongit.kde.org/${PN}.git;
 
 LICENSE="LGPL-2.1"
 SLOT="2"



[gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/

2018-04-11 Thread Andreas Sturmlechner
commit: 4f2e4833b7cd301ff269103eb783f1d421495f5a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 20:59:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 20:59:14 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4f2e4833

dev-libs/libsystemd-qt: Drop USE=qml

Dropped in 2013.
Upstream commit a2b8806b64ce05b92fa9aa23769cc8360241a841

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/libsystemd-qt/libsystemd-qt-.ebuild | 4 +---
 dev-libs/libsystemd-qt/metadata.xml  | 3 ---
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild 
b/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
index c6d5a34d..a9d391e6 100644
--- a/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
+++ b/dev-libs/libsystemd-qt/libsystemd-qt-.ebuild
@@ -20,12 +20,11 @@ HOMEPAGE="https://github.com/scarpin0/libsystemd-qt;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="debug qml test"
+IUSE="debug test"
 
 RDEPEND="
${SYSTEMD_VERSION}
dev-qt/qtcore:5
-   qml? ( dev-qt/qtdeclarative:5 )
 "
 DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )
@@ -35,7 +34,6 @@ src_configure() {
local mycmakeargs=(
-DBUILD_WITH_QT4=OFF
-DBUILD_QTSYSTEMD_TESTS=$(usex test)
-   -DBUILD_QTSYSTEMD_QMLPLUGIN=$(usex qml)
)
 
cmake-utils_src_configure

diff --git a/dev-libs/libsystemd-qt/metadata.xml 
b/dev-libs/libsystemd-qt/metadata.xml
index a568b56c..17237689 100644
--- a/dev-libs/libsystemd-qt/metadata.xml
+++ b/dev-libs/libsystemd-qt/metadata.xml
@@ -5,7 +5,4 @@
q...@gentoo.org
Gentoo Qt Project

-   
-   Build the QML plugin
-   
 



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

2018-04-11 Thread Andreas Sturmlechner
commit: 0253a6b0bc2510ba261695ac2366d6b427197327
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 20:31:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 20:31:46 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0253a6b0

app-crypt/qca: Support botan2

Upstream commit 47163784d74232e3a844fc42897bffc7eff817b4

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-crypt/qca/qca-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/qca/qca-.ebuild b/app-crypt/qca/qca-.ebuild
index d479c851..1dede5f2 100644
--- a/app-crypt/qca/qca-.ebuild
+++ b/app-crypt/qca/qca-.ebuild
@@ -17,7 +17,7 @@ IUSE="botan debug doc examples gcrypt gpg libressl logger nss 
pkcs11 sasl softst
 
 COMMON_DEPEND="
dev-qt/qtcore:5
-   botan? ( dev-libs/botan:0 )
+   botan? ( dev-libs/botan:= )
gcrypt? ( dev-libs/libgcrypt:= )
gpg? ( app-crypt/gnupg )
nss? ( dev-libs/nss )
@@ -34,6 +34,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-qt/qtnetwork:5
+   virtual/pkgconfig
doc? ( app-doc/doxygen )
test? ( dev-qt/qttest:5 )
 "



[gentoo-commits] repo/gentoo:master commit in: media-fonts/glass-tty-vt220/

2018-04-11 Thread Patrice Clement
commit: 0bd820db8d562ce297e0779bb9132794b8619a6e
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Mon Mar 26 13:31:52 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 23:07:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd820db

media-fonts/glass-tty-vt220: new package.

Closes: https://bugs.gentoo.org/649510
Closes: https://github.com/gentoo/gentoo/pull/7347

 media-fonts/glass-tty-vt220/Manifest   |  1 +
 .../glass-tty-vt220/glass-tty-vt220-001.3.ebuild   | 29 ++
 media-fonts/glass-tty-vt220/metadata.xml   | 12 +
 3 files changed, 42 insertions(+)

diff --git a/media-fonts/glass-tty-vt220/Manifest 
b/media-fonts/glass-tty-vt220/Manifest
new file mode 100644
index 000..5281cb2d3b8
--- /dev/null
+++ b/media-fonts/glass-tty-vt220/Manifest
@@ -0,0 +1 @@
+DIST Glass_TTY_VT220-001.3.ttf 88228 BLAKE2B 
0ea3b0f47f280f4b58f3a0ab844ec69c3870c9cf12d7f1cf1124ffbdcd451988aafcf9aa714d42610d3bba44c352b93791a7a2457f1ad3cd2e690a3f058cfb61
 SHA512 
0b3b598bbdcc8f1177b48a7cedd2ad035a8a95d17d162d868e7c988a9d918f2756a8fe674bef3f30357225a87ea4e3adde01889502540d6920210161edc37023

diff --git a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild 
b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
new file mode 100644
index 000..68717348865
--- /dev/null
+++ b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="Hacking with Style: TrueType VT220 Font"
+HOMEPAGE="http://sensi.org/~svo/glasstty/;
+SRC_URI="http://sensi.org/~svo/glasstty/Glass_TTY_VT220.ttf -> 
Glass_TTY_VT220-${PV}.ttf"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="freedist"
+SLOT="0"
+
+RESTRICT="mirror"
+
+S="${DISTDIR}"
+
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+
+src_unpack() {
+   return
+}
+
+pkg_postinst() {
+   einfo "When using the GlassTTY VT220 font, you must set the font size 
to 15."
+}

diff --git a/media-fonts/glass-tty-vt220/metadata.xml 
b/media-fonts/glass-tty-vt220/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/media-fonts/glass-tty-vt220/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



[gentoo-commits] repo/gentoo:master commit in: media-fonts/inconsolata-lgc/

2018-04-11 Thread Patrice Clement
commit: eb397356050fa44e1b33a3e0658df8692b98ada4
Author: Rob Levitsky  protonmail  ch>
AuthorDate: Sat Feb  3 20:01:21 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 23:03:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb397356

media-fonts/inconsolata-lgc: new package.

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

 media-fonts/inconsolata-lgc/Manifest|  1 +
 .../inconsolata-lgc-1.1.0_p20140917.ebuild  | 21 +
 media-fonts/inconsolata-lgc/metadata.xml| 16 
 3 files changed, 38 insertions(+)

diff --git a/media-fonts/inconsolata-lgc/Manifest 
b/media-fonts/inconsolata-lgc/Manifest
new file mode 100644
index 000..03c905f0b19
--- /dev/null
+++ b/media-fonts/inconsolata-lgc/Manifest
@@ -0,0 +1 @@
+DIST inconsolata-lgc-1.1.0_p20140917.tar.gz 388904 BLAKE2B 
2f3a1c5272886b5b4f293193165db03d886e770d78c1c0b94b98fdeb0ae1096a7a2f8d7ee4dafba5db7e77ce78c524e67bd056f75863d9a16053ec52b8b94b48
 SHA512 
ab48fe4f54b84924ddd895dd78d38b2cb8869b3502efdc9a05c782737cccb34d234cd9dee8b9ab648b832fa251fba32960319a3e242dbdb160eeb110f676c42e

diff --git a/media-fonts/inconsolata-lgc/inconsolata-lgc-1.1.0_p20140917.ebuild 
b/media-fonts/inconsolata-lgc/inconsolata-lgc-1.1.0_p20140917.ebuild
new file mode 100644
index 000..947b8f76952
--- /dev/null
+++ b/media-fonts/inconsolata-lgc/inconsolata-lgc-1.1.0_p20140917.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit font
+
+EGIT_COMMIT="d086a618248121d61e3f3de64b4301230d1c860c"
+DESCRIPTION="Modified version of Inconsolata Hellenic adding the Cyrillic 
alphabet"
+HOMEPAGE="https://github.com/DeLaGuardo/Inconsolata-LGC;
+SRC_URI="https://github.com/DeLaGuardo/Inconsolata-LGC/tarball/${EGIT_COMMIT} 
-> ${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+
+S="${WORKDIR}/DeLaGuardo-Inconsolata-LGC-${EGIT_COMMIT::7}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"

diff --git a/media-fonts/inconsolata-lgc/metadata.xml 
b/media-fonts/inconsolata-lgc/metadata.xml
new file mode 100644
index 000..6614cda1761
--- /dev/null
+++ b/media-fonts/inconsolata-lgc/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   kitsunenoke...@protonmail.ch
+   Rob Levitsky
+   
+   
+   fo...@gentoo.org
+   Fonts
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



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

2018-04-11 Thread Patrice Clement
commit: 4ba7e7b97b267038daa1c0935b1879d1eb081436
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb  1 17:10:55 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 22:56:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba7e7b9

net-fs/autofs: remove unused patches.

Closes: https://bugs.gentoo.org/650196
Closes: https://github.com/gentoo/gentoo/pull/7018

 net-fs/autofs/files/autofs-5.0.3-heimdal.patch |  35 -
 .../files/autofs-5.0.5-fix-install-deadlink.patch  |  12 --
 net-fs/autofs/files/autofs-5.0.6-revert-ldap.patch |  18 ---
 ...-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch |  45 ---
 .../autofs/files/autofs-5.0.7-libtirpc-link.patch  |  10 --
 .../autofs/files/autofs-5.0.7-parallel-make.patch  |  48 ---
 7-respect-user-flags-and-fix-asneeded-r3.patch | 144 -
 net-fs/autofs/files/autofs-5.0.7-sasl-def.patch|  43 --
 .../autofs/files/autofs-5.0.7-sloppy-mount.patch   |  99 --
 9 files changed, 454 deletions(-)

diff --git a/net-fs/autofs/files/autofs-5.0.3-heimdal.patch 
b/net-fs/autofs/files/autofs-5.0.3-heimdal.patch
deleted file mode 100644
index 707364df2f9..000
--- a/net-fs/autofs/files/autofs-5.0.3-heimdal.patch
+++ /dev/null
@@ -1,35 +0,0 @@
 autofs-5.0.3.orig/modules/cyrus-sasl.c 2008-04-28 16:17:03.0 
+0200
-+++ autofs-5.0.3/modules/cyrus-sasl.c  2008-04-28 16:41:58.0 +0200
-@@ -66,6 +66,15 @@
- #endif
- #endif
- 
-+/**
-+ * The type of a principal is different for MIT Krb5 and Heimdal.
-+ * These macros are provided by Heimdal, and introduced here for MIT.
-+ */
-+#ifndef krb5_realm_length
-+#define krb5_realm_length(r) ((r).length)
-+#define krb5_realm_data(r) ((r).data)
-+#endif
-+
- /*
-  *  Once a krb5 credentials cache is setup, we need to set the KRB5CCNAME
-  *  environment variable so that the library knows where to find it.
-@@ -452,11 +461,11 @@
- 
-   /* setup a principal for the ticket granting service */
-   ret = krb5_build_principal_ext(ctxt->krb5ctxt, _princ,
--  krb5_princ_realm(ctxt->krb5ctxt, krb5_client_princ)->length,
--  krb5_princ_realm(ctxt->krb5ctxt, krb5_client_princ)->data,
-+  krb5_realm_length(*krb5_princ_realm(ctxt->krb5ctxt, 
krb5_client_princ)),
-+  krb5_realm_data(*krb5_princ_realm(ctxt->krb5ctxt, 
krb5_client_princ)),
-   strlen(KRB5_TGS_NAME), KRB5_TGS_NAME,
--  krb5_princ_realm(ctxt->krb5ctxt, krb5_client_princ)->length,
--  krb5_princ_realm(ctxt->krb5ctxt, krb5_client_princ)->data,
-+  krb5_realm_length(*krb5_princ_realm(ctxt->krb5ctxt, 
krb5_client_princ)),
-+  krb5_realm_data(*krb5_princ_realm(ctxt->krb5ctxt, 
krb5_client_princ)),
-   0);
-   if (ret) {
-   error(logopt,
-

diff --git a/net-fs/autofs/files/autofs-5.0.5-fix-install-deadlink.patch 
b/net-fs/autofs/files/autofs-5.0.5-fix-install-deadlink.patch
deleted file mode 100644
index 8ab10fcf747..000
--- a/net-fs/autofs/files/autofs-5.0.5-fix-install-deadlink.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 modules/Makefile.old   2010-06-19 20:43:45.373371321 +0200
-+++ modules/Makefile   2010-06-19 20:45:26.062417092 +0200
-@@ -63,7 +63,9 @@ install: all
-   -rm -f $(INSTALLROOT)$(autofslibdir)/mount_smbfs.so
-   ln -fs lookup_file.so $(INSTALLROOT)$(autofslibdir)/lookup_files.so
-   ln -fs lookup_yp.so $(INSTALLROOT)$(autofslibdir)/lookup_nis.so
-+ifeq ($(SASL), 1)
-   ln -fs lookup_ldap.so $(INSTALLROOT)$(autofslibdir)/lookup_ldaps.so
-+endif
-   ln -fs mount_nfs.so $(INSTALLROOT)$(autofslibdir)/mount_nfs4.so
- ifeq ($(EXT2FS), 1)
-  ifeq ($(EXT3FS), 1)

diff --git a/net-fs/autofs/files/autofs-5.0.6-revert-ldap.patch 
b/net-fs/autofs/files/autofs-5.0.6-revert-ldap.patch
deleted file mode 100644
index 49901ddfc69..000
--- a/net-fs/autofs/files/autofs-5.0.6-revert-ldap.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 modules/lookup_ldap.c
-+++ modules/lookup_ldap.c  
-@@ -1488,6 +1488,7 @@ int lookup_init(const char *mapfmt, int
-   }
-   }
- 
-+#ifdef WITH_SASL
-   /*
-*  First, check to see if a preferred authentication method was
-*  specified by the user.  parse_ldap_config will return error
-@@ -1500,7 +1501,6 @@ int lookup_init(const char *mapfmt, int
-   return 1;
-   }
- 
--#ifdef WITH_SASL
-   /* Init the sasl callbacks */
-   if (!autofs_sasl_client_init(LOGOPT_NONE)) {
-   error(LOGOPT_ANY, "failed to init sasl client");

diff --git 
a/net-fs/autofs/files/autofs-5.0.7-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch
 
b/net-fs/autofs/files/autofs-5.0.7-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch
deleted file mode 100644
index 366b1eaaba3..000
--- 
a/net-fs/autofs/files/autofs-5.0.7-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch
+++ 

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

2018-04-11 Thread Patrice Clement
commit: 4f821592be82351822f886ff395e624f9fc3e782
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Feb 11 15:12:14 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 22:54:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f821592

dev-util/cmake-fedora: fix HOMEPAGE and SRC_URI.

Closes: https://bugs.gentoo.org/651326
Closes: https://github.com/gentoo/gentoo/pull/7156

 dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild 
b/dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild
index bce26ebcb7d..b06aff27275 100644
--- a/dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild
+++ b/dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,8 +7,8 @@ MY_P="${P}-Source"
 inherit cmake-utils
 
 DESCRIPTION="Provides cmake helper macros and targets for linux, especially 
fedora developers"
-HOMEPAGE="https://fedorahosted.org/cmake-fedora/#Getcmake-fedora;
-SRC_URI="https://fedorahosted.org/releases/c/m/cmake-fedora/${MY_P}.tar.gz;
+HOMEPAGE="https://pagure.io/cmake-fedora;
+SRC_URI="https://releases.pagure.org/cmake-fedora/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"



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

2018-04-11 Thread Patrice Clement
commit: e5940ff991028cfdb04a615d43ee622e956899ce
Author: automorphism88  gmail  com>
AuthorDate: Tue Mar 27 17:35:21 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 22:47:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5940ff9

sys-fs/cryfs: version bump to 0.9.9.

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

 sys-fs/cryfs/Manifest  |  1 +
 .../{cryfs-.ebuild => cryfs-0.9.9.ebuild}  | 32 --
 sys-fs/cryfs/cryfs-.ebuild | 32 --
 sys-fs/cryfs/metadata.xml  |  1 +
 4 files changed, 48 insertions(+), 18 deletions(-)

diff --git a/sys-fs/cryfs/Manifest b/sys-fs/cryfs/Manifest
index 0dd4c3b50f0..3889148971d 100644
--- a/sys-fs/cryfs/Manifest
+++ b/sys-fs/cryfs/Manifest
@@ -1,2 +1,3 @@
 DIST cryfs-0.9.7-spdlog.patch.xz 28204 BLAKE2B 
0905971713b2d709aa34bfd11333a0aaea21ba08bbed12eee20e668fae4c19b17fe25d2fecf17dfff67abadd896b5e3eda2344655e2fb32ea1f28961d850d158
 SHA512 
a09adf3d9ce47bd38bfc9e3b35f23df8ce971e6d115d7e6eaa907c7eab71e73d495bda9d1ab96e25b4a9a9d551fa07a71f37d17c9779679b3a95dfff1d311a86
 DIST cryfs-0.9.7.tar.xz 970588 BLAKE2B 
b3d79ed44c2280ef34bafa5613f51918093686da9a4637987745bd9601817033049115754e235b9a9a0f2045401182bc9cb48291173df6571887e9dec3f73636
 SHA512 
962c7e5e7ea153ed41cb47094b71bc41457e26203b94cc5e349c4d21e86630e32113c0193a248eee8ead41bede1c712d4c006150f84a6e1c2a0a0a7c02a1911b
+DIST cryfs-0.9.9.tar.xz 977928 BLAKE2B 
927d5f61be99a6400cfd53de6291e14ae32f446d281485901e758341f138a2efdfb7385b6c205db6f865dc83f6fbd9ede8fd1bb5a7957fb242624d78d2523eaf
 SHA512 
18f0ce954dc9958b52a77aac85d4d30d03409e4f88c27ec3e904a6014f5257e12fe47a4f3bb628f6ebf3b5aa8cb9d3a59e0aee76d83a3f6bdd4ef864b66898aa

diff --git a/sys-fs/cryfs/cryfs-.ebuild b/sys-fs/cryfs/cryfs-0.9.9.ebuild
similarity index 71%
copy from sys-fs/cryfs/cryfs-.ebuild
copy to sys-fs/cryfs/cryfs-0.9.9.ebuild
index 3689ed8b7db..3e5dfe1b37b 100644
--- a/sys-fs/cryfs/cryfs-.ebuild
+++ b/sys-fs/cryfs/cryfs-0.9.9.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
-inherit cmake-utils python-any-r1
+inherit cmake-utils python-any-r1 flag-o-matic
 
 DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"
 HOMEPAGE="https://www.cryfs.org/;
 
 SLOT=0
-IUSE="libressl test update-check"
+IUSE="custom-optimization libressl test update-check"
 
 LICENSE="LGPL-3 BSD-2 MIT"
 # cryfs - LGPL-3
@@ -22,7 +22,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://github.com/cryfs/cryfs;
 else

SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}"
 fi
 
@@ -48,21 +48,26 @@ src_prepare() {
 src_configure() {
# upstream restricts installing files to Release configuration
# (CMAKE_BUILD_TYPE does not affect anything else)
-   local CMAKE_BUILD_TYPE=Release
-   local mycmakeargs=(
+   local CMAKE_BUILD_TYPE
+   local -a mycmakeargs
+   CMAKE_BUILD_TYPE=Release
+   mycmakeargs=(
"-DBoost_USE_STATIC_LIBS=off"
"-DCRYFS_UPDATE_CHECKS=$(usex update-check)"
"-DBUILD_TESTING=$(usex test)"
)
+   use custom-optimization || append-flags -O3
 
cmake-utils_src_configure
 }
 
 src_test() {
-   local TMPDIR="${T}"
+   local TMPDIR
+   TMPDIR="${T}"
addread /dev/fuse
addwrite /dev/fuse
-   local tests_failed=()
+   local -a tests_failed
+   tests_failed=()
 
for i in gitversion cpp-utils parallelaccessstore blockstore blobstore 
fspp cryfs cryfs-cli ; do
"${BUILD_DIR}"/test/${i}/${i}-test || tests_failed+=( "${i}" )
@@ -72,7 +77,16 @@ src_test() {
 
if [[ -n ${tests_failed[@]} ]] ; then
eerror "The following tests failed:"
-   eerror "$tests_failed[@]"
+   eerror "${tests_failed[@]}"
die "At least one test failed"
fi
 }
+
+src_install() {
+   # work around upstream issue with cmake not creating install target
+   # in Makefile if we enable BUILD_TESTING
+   dobin "${BUILD_DIR}/src/cryfs-cli/cryfs"
+   gzip -cd "${BUILD_DIR}/doc/cryfs.1.gz" > "${T}/cryfs.1" || die
+   doman "${T}/cryfs.1"
+   einstalldocs
+}

diff --git a/sys-fs/cryfs/cryfs-.ebuild b/sys-fs/cryfs/cryfs-.ebuild
index 3689ed8b7db..3e5dfe1b37b 100644
--- a/sys-fs/cryfs/cryfs-.ebuild
+++ b/sys-fs/cryfs/cryfs-.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 

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

2018-04-11 Thread Patrice Clement
commit: 0821fda75de8ca5548e1b9f5f055c96047f14e6f
Author: Yuta Satoh  gmail  com>
AuthorDate: Sun Apr  1 12:32:33 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 22:47:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0821fda7

profiles/arch/amd64-fbsd/clang/package.use.force: add dev-libs/libgcrypt.

If CC=clang, it requires the o-flag-munging flag to pass a compile phase.

Bug: https://bugs.gentoo.org/629410
Closes: https://github.com/gentoo/gentoo/pull/7766

 profiles/arch/amd64-fbsd/clang/package.use.force | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64-fbsd/clang/package.use.force 
b/profiles/arch/amd64-fbsd/clang/package.use.force
index 73d655ca3cd..4706847d448 100644
--- a/profiles/arch/amd64-fbsd/clang/package.use.force
+++ b/profiles/arch/amd64-fbsd/clang/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Force building libc++ over libcxxrt.
@@ -14,3 +14,7 @@ net-misc/curl ssl curl_ssl_openssl
 
 # We obviously need clang
 sys-devel/llvm clang static-analyzer default-compiler-rt default-libcxx
+
+# o-flag-munging is required to compile dev-libs/libgcrypt with clang.
+# https://bugs.gentoo.org/629410
+dev-libs/libgcrypt o-flag-munging



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

2018-04-11 Thread Patrice Clement
commit: 3df6746ecda43cd3f9d869339236481e44633c57
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Sun Apr  8 20:01:39 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 22:47:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df6746e

net-im/corebird: version bump to 1.7.4.

Patch out a specific test that would perform a download.

Closes: https://bugs.gentoo.org/636994
Closes: https://bugs.gentoo.org/529598
Closes: https://github.com/gentoo/gentoo/pull/7889

 net-im/corebird/Manifest  |  1 +
 net-im/corebird/corebird-1.7.4.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index 05330ade3ca..12abdb47c85 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -6,3 +6,4 @@ DIST corebird-1.5.tar.gz 492120 BLAKE2B 
4e6e1c28a04087d8635abd0914897d5fce197da5
 DIST corebird-1.6.tar.gz 524906 BLAKE2B 
bb0337e48d99b886426f1f11b801d4b8fb4e273cd43dc6d8a4a1f9c9a295ebb1d46b079bf54fd271f6db0b02b94940248d12b20278da07d14710e9aa06b02f0f
 SHA512 
4ece734591ce4fdf3f2b7eb343365f436764389f86a872b57c95a5aea99b9c5f827d01417c996e7243dd6675ac5e4456aafa9468601d6d39f2b9efb7402d88dc
 DIST corebird-1.7.2.tar.gz 548347 BLAKE2B 
608ab020ea0b126afc83d508cc364cdfafe9cf3ed6478666f6de50ecab6ae5a8bf5fba5aecead2f41eebe0f8f2d2b562d7291b0bda1fbf99b3ef70ac93b01802
 SHA512 
26ac9215130975011ec83fb6e379888b52f7d5027943627788dd4aaa9cb8085de0f7f7e78e45ff97a8f1cd5b00bf28ce42865897056297e9a02c8d6c6e76b5ad
 DIST corebird-1.7.3.tar.gz 549097 BLAKE2B 
8cd885205aab29f725ce8d400adde1782e597a7843de75139012f349d1c704de2efe718ae6ba443a2035d88199cbe374215b62d8548f93dc530941c2959c47c7
 SHA512 
f4909f6d58ab881c77a7daffcc90243f089f58bc0198efcfafa37a419b7c6f04a1deaba4c6174270110b8ca7dbc589edc28d4e1f6efd76adfa83e96e6ec330b2
+DIST corebird-1.7.4.tar.gz 555650 BLAKE2B 
1c9ef4d81084a291726876a76b700fe556c0c8c803921c2df215db7e0c268029fcefa95ea6aabd8f4934ecbf70e70ee57988b6c7aefebfd0851d3cb73d16b3fc
 SHA512 
7e88f73ef1fc36379172d30251065e7ee3df54eabfaf954015ed4e739c5ad2b1821b43a07e66bb9363b7daa59b5e981d459a4aef87be8a3dd80a7ed41e37e582

diff --git a/net-im/corebird/corebird-1.7.4.ebuild 
b/net-im/corebird/corebird-1.7.4.ebuild
new file mode 100644
index 000..70c586a41f6
--- /dev/null
+++ b/net-im/corebird/corebird-1.7.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION=0.34
+
+inherit autotools gnome2 vala virtualx xdg-utils
+
+DESCRIPTION="Native GTK+3 Twitter client"
+HOMEPAGE="https://corebird.baedert.org/;
+SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug gstreamer spellcheck"
+
+RDEPEND="dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/json-glib
+   gstreamer? ( media-libs/gst-plugins-bad:1.0[X,gtk]
+   media-libs/gst-plugins-base:1.0[X]
+   media-libs/gst-plugins-good:1.0
+   media-plugins/gst-plugins-hls:1.0
+   media-plugins/gst-plugins-libav:1.0
+   media-plugins/gst-plugins-meta:1.0[X]
+   media-plugins/gst-plugins-soup:1.0 )
+   spellcheck? ( app-text/gspell[vala] )
+   net-libs/libsoup
+   x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/intltool
+   sys-apps/sed
+   virtual/pkgconfig"
+
+src_prepare() {
+   # Disable that specific test because it would perform a download
+   sed -i -e "/inlinemediadownloader/d" tests/Makefile.am || die
+   eautoreconf
+   gnome2_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable gstreamer video)
+   --disable-gst-check
+   $(use_enable spellcheck)
+   )
+   gnome2_src_configure "${myeconfargs[@]}"
+}
+
+src_test() {
+   # Need to have $HOME/.config and friends for the tests to work
+   xdg_environment_reset
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio-paranoia/, dev-libs/libcdio-paranoia/files/

2018-04-11 Thread Patrice Clement
commit: ff29e090446ea61eb4e960f31f61df189be37e4a
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Mar 28 04:39:04 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 22:47:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff29e090

dev-libs/libcdio-paranoia: removed emul-linux-x86 references.

Also removed eutils, changed autotools-multilib to autotools+multilib-minimal,
replaced epatch with PATCHES=() array and default, alphabetized eclass
inheritance, and standardized some of the quoting and indentation.

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

 .../files/libcdio-paranoia-0.90-mkdir_p.patch  |  8 +++
 .../libcdio-paranoia-0.90_p1-r1.ebuild | 26 +-
 .../libcdio-paranoia-0.93_p1-r1.ebuild | 13 ++-
 .../libcdio-paranoia-0.93_p1.ebuild| 25 -
 .../libcdio-paranoia-0.94_p1-r1.ebuild |  7 +++---
 .../libcdio-paranoia-0.94_p2.ebuild| 15 -
 6 files changed, 53 insertions(+), 41 deletions(-)

diff --git 
a/dev-libs/libcdio-paranoia/files/libcdio-paranoia-0.90-mkdir_p.patch 
b/dev-libs/libcdio-paranoia/files/libcdio-paranoia-0.90-mkdir_p.patch
index 0ff4f5a6a21..98681d0a08f 100644
--- a/dev-libs/libcdio-paranoia/files/libcdio-paranoia-0.90-mkdir_p.patch
+++ b/dev-libs/libcdio-paranoia/files/libcdio-paranoia-0.90-mkdir_p.patch
@@ -2,8 +2,8 @@ http://bugs.gentoo.org/455374
 http://github.com/rocky/libcdio-paranoia/issues/1
 https://savannah.gnu.org/bugs/index.php?38273
 
 configure.ac
-+++ configure.ac
+--- a/configure.ac
 b/configure.ac
 @@ -74,6 +74,8 @@
  dnl Checks for programs.
  AC_AIX
@@ -13,8 +13,8 @@ https://savannah.gnu.org/bugs/index.php?38273
  if test "x$GCC" != "xyes" 
  then
AC_MSG_WARN([
 doc/ja/Makefile.am
-+++ doc/ja/Makefile.am
+--- a/doc/ja/Makefile.am
 b/doc/ja/Makefile.am
 @@ -25,7 +25,7 @@
  
  install-man1: $(man_MANS)

diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.90_p1-r1.ebuild 
b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.90_p1-r1.ebuild
index 2b1cbc19471..ed391732a87 100644
--- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.90_p1-r1.ebuild
+++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.90_p1-r1.ebuild
@@ -1,12 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-MY_P=${PN}-10.2+${PV/_p/+}
+EAPI=6
 
-AUTOTOOLS_AUTORECONF=yes
+MY_P=${PN}-10.2+${PV/_p/+}
 
-inherit eutils autotools-multilib
+inherit autotools multilib-minimal
 
 DESCRIPTION="an advanced CDDA reader with error correction"
 HOMEPAGE="https://www.gnu.org/software/libcdio/;
@@ -23,24 +22,28 @@ IUSE="+cxx static-libs test"
 RDEPEND="app-eselect/eselect-cdparanoia
>=dev-libs/libcdio-0.90-r1[${MULTILIB_USEDEP}]
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10
-   !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
+"
+
 DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
test? ( dev-lang/perl )"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.90-mkdir_p.patch
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.90-mkdir_p.patch
+   default
sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die 
#466410
-   autotools-multilib_src_prepare
+   eautoreconf
 }
 
-src_configure() {
+multilib_src_configure() {
local myeconfargs=(
--disable-maintainer-mode
--disable-example-progs
@@ -48,7 +51,8 @@ src_configure() {
--disable-cpp-progs
--with-cd-paranoia-name=libcdio-paranoia
)
-   autotools-multilib_src_configure
+   ECONF_SOURCE="${S}" \
+   econf "${myeconfargs[@]}"
 }
 
 pkg_postinst() {

diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1-r1.ebuild 
b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1-r1.ebuild
index 9aaba499157..4e154159b78 100644
--- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1-r1.ebuild
+++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1-r1.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 MY_P=${PN}-10.2+${PV/_p/+}
 
-inherit eutils autotools multilib-minimal flag-o-matic
+inherit autotools multilib-minimal flag-o-matic
 
 DESCRIPTION="an advanced CDDA reader with error correction"
 HOMEPAGE="https://www.gnu.org/software/libcdio/;
@@ -21,22 +22,22 @@ IUSE="+cxx static-libs test"
 RDEPEND="app-eselect/eselect-cdparanoia
>=dev-libs/libcdio-0.93:0=[${MULTILIB_USEDEP}]
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10
-

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio/files/, dev-libs/libcdio/

2018-04-11 Thread Patrice Clement
commit: 465ccfbc65cb84e0a131262f79e1443a8cb7c881
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Mar 28 04:48:52 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 22:47:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465ccfbc

dev-libs/libcdio: remove emul-linux-x86 references.

Also removed eutils/ltprune and bumped EAPI to 6, replaced prune_libtool_files
with a find -delete

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/libcdio/files/libcdio-1.0.0-version.patch |  4 ++--
 dev-libs/libcdio/libcdio-0.93.ebuild   | 17 +++--
 dev-libs/libcdio/libcdio-0.94-r1.ebuild| 14 +-
 dev-libs/libcdio/libcdio-1.0.0-r1.ebuild   |  4 ++--
 dev-libs/libcdio/libcdio-1.1.0.ebuild  |  5 +++--
 dev-libs/libcdio/libcdio-2.0.0.ebuild  |  4 ++--
 6 files changed, 29 insertions(+), 19 deletions(-)

diff --git a/dev-libs/libcdio/files/libcdio-1.0.0-version.patch 
b/dev-libs/libcdio/files/libcdio-1.0.0-version.patch
index 3c812a9407a..bdde131ffc8 100644
--- a/dev-libs/libcdio/files/libcdio-1.0.0-version.patch
+++ b/dev-libs/libcdio/files/libcdio-1.0.0-version.patch
@@ -1,5 +1,5 @@
 libcdio-1.0.0/configure.ac
-+++ libcdio-1.0.0/configure.ac
+--- a/configure.ac
 b/configure.ac
 @@ -32,7 +32,12 @@
  m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
   [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])

diff --git a/dev-libs/libcdio/libcdio-0.93.ebuild 
b/dev-libs/libcdio/libcdio-0.93.ebuild
index 7272a7dbdef..cf8534c7750 100644
--- a/dev-libs/libcdio/libcdio-0.93.ebuild
+++ b/dev-libs/libcdio/libcdio-0.93.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils libtool multilib-minimal
+EAPI=6
+
+inherit libtool multilib-minimal
 
 DESCRIPTION="A library to encapsulate CD-ROM reading and control"
 HOMEPAGE="https://www.gnu.org/software/libcdio/;
@@ -19,13 +20,15 @@ RDEPEND="
cddb? ( >=media-libs/libcddb-1.3.2 )
)
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10
-   !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
+"
+
 DEPEND="${RDEPEND}
sys-apps/sed
sys-devel/gettext
virtual/pkgconfig
-   test? ( dev-lang/perl )"
+   test? ( dev-lang/perl )
+"
+
 DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"
 
 MULTILIB_WRAPPED_HEADERS=(
@@ -34,6 +37,8 @@ MULTILIB_WRAPPED_HEADERS=(
 )
 
 src_prepare() {
+   default
+
sed \
-e "s:-lncurses:$($(tc-getPKG_CONFIG) --libs ncurses):g" \
-i configure || die
@@ -63,5 +68,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
einstalldocs
-   prune_libtool_files
+   find "${ED}" -name '*.la' -delete || die
 }

diff --git a/dev-libs/libcdio/libcdio-0.94-r1.ebuild 
b/dev-libs/libcdio/libcdio-0.94-r1.ebuild
index 7f63c92ba24..1a21ff3a2f4 100644
--- a/dev-libs/libcdio/libcdio-0.94-r1.ebuild
+++ b/dev-libs/libcdio/libcdio-0.94-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils libtool multilib-minimal
+
+inherit libtool multilib-minimal
 
 DESCRIPTION="A library to encapsulate CD-ROM reading and control"
 HOMEPAGE="https://www.gnu.org/software/libcdio/;
@@ -19,13 +20,15 @@ RDEPEND="
cddb? ( >=media-libs/libcddb-1.3.2 )
)
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10
-   !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
+"
+
 DEPEND="${RDEPEND}
sys-apps/sed
sys-devel/gettext
virtual/pkgconfig
-   test? ( dev-lang/perl )"
+   test? ( dev-lang/perl )
+"
+
 DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"
 
 MULTILIB_WRAPPED_HEADERS=(
@@ -35,6 +38,7 @@ MULTILIB_WRAPPED_HEADERS=(
 
 src_prepare() {
default
+
sed \
-e "s:-lncurses:$($(tc-getPKG_CONFIG) --libs ncurses):g" \
-i configure || die
@@ -64,5 +68,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
einstalldocs
-   prune_libtool_files
+   find "${ED}" -name '*.la' -delete || die
 }

diff --git a/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild 
b/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild
index c4bdf2c7bd9..039608e47da 100644
--- a/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild
+++ b/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools libtool ltprune multilib-minimal
+inherit autotools libtool multilib-minimal
 
 DESCRIPTION="A library to encapsulate CD-ROM reading and control"
 HOMEPAGE="https://www.gnu.org/software/libcdio/;
@@ -74,5 +74,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
einstalldocs
-   

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

2018-04-11 Thread Patrice Clement
commit: fdcbd81f5fda5880a7d4cee7b85cf4368134c9ba
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Mar 29 12:55:55 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 22:47:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdcbd81f

dev-python/elasticsearch-py: version bump to 6.2.0.

Package-Manager: Portage-2.3.26, Repoman-2.3.7
Closes: https://github.com/gentoo/gentoo/pull/7694

 dev-python/elasticsearch-py/Manifest   |   2 +
 .../elasticsearch-py/elasticsearch-py-6.2.0.ebuild | 102 +
 2 files changed, 104 insertions(+)

diff --git a/dev-python/elasticsearch-py/Manifest 
b/dev-python/elasticsearch-py/Manifest
index cf283ae9f72..e88917d2268 100644
--- a/dev-python/elasticsearch-py/Manifest
+++ b/dev-python/elasticsearch-py/Manifest
@@ -2,7 +2,9 @@ DIST elasticsearch-5.3.2.tar.gz 33704368 BLAKE2B 
861ca6b37ee71b2a7d3b988287df886
 DIST elasticsearch-5.6.7.tar.gz 33789994 BLAKE2B 
4e5f4e55cb3875adee7528e26187659b5bac7b2def9d22d438f888fb33ce116654b54859d8430b203c14939bd3821240f8ed209ce120388256e9389ab9acd11c
 SHA512 
2c9fbe8d3ccdced6242b5d876cb9a25a3ef1b94f9de0720aa438458b0235082220621afffe7976664bf08b13b4aee157c28a5d519b5594e6d9d7855c24e93056
 DIST elasticsearch-6.0.1.tar.gz 28026460 BLAKE2B 
a70cd36affaf1ea552167e585a35cc748de1137cf4b23387798ae31b851104ccc19f8be83ecc645bcebfba344b5e55a397a9cbb0b380c4a118f1f0ffecf2
 SHA512 
b86a04acd194e7e96e3a32de6ab4983d6569ffb1714f2af9e2b49623004987e13e57c5db055153a188f5d2d7eea63d649fa87769f7625f3fc4923e0cd5b8f3ee
 DIST elasticsearch-6.1.3.tar.gz 28454781 BLAKE2B 
80c42a64fb533a5b2f0a2c6ea154b129e327acc0d2addc6f1dd5fd949573459ec87118e12b98791642fdfa8e92927d749dd60119adcb398fca56e6e00b0811e2
 SHA512 
af10cc571ab55f52ab73a86373fa8359214a7866fbb6d2910669e6be897bae30c41c007c3be5803a7f07736041f32cf36425c182a18fab39499321ed9eb4b349
+DIST elasticsearch-6.2.3.tar.gz 29050159 BLAKE2B 
32a722e3861abf024a4b82ffe97877896cf3ffc76aac34fd942eeb9ca490ac41f3bf530b6313104fdf2c4900ea377d57837c465c6de6f983afac99802586b1c7
 SHA512 
8103c2b817cd5e14057c28372f379bb9c2b7833698818882c649d349904163d0c69d147836d03428619535652902532f7e5abc1e23214ad735c54b1d914acabf
 DIST elasticsearch-py-5.4.0.tar.gz 81286 BLAKE2B 
d15ef79ee9720b4ed67c5538c66301aba2c7a4baf9a48faef0153b76dbf780749975d664c8e9d52599077738e543d6c5113bde3748e86f239f1b92a272ea934f
 SHA512 
9d30ffa810f495662769e6d2f2627f9ef6aa3849bc2eecd09df28c05a036b8fb15ae465914c38eeb3d854683bc150a3c56425388312bcd112bd5cc7b33ad41ae
 DIST elasticsearch-py-5.5.2.tar.gz 83415 BLAKE2B 
6adf9d5e05c2d097590bc78df9c9a7a948194a4106d718464c04e705380984b51d8f7e04fe9d0eaa6518d6d8767aa064c99512cf827a31e993178ee3c28a8815
 SHA512 
c5c9583179e87b13c7edf14baeb5a360369f37a953049c3c7e101c379cf895c8fe743d5edaaee6aa0fa4ee6cdab9364c0177097ad780ed3d85ede754088520a3
 DIST elasticsearch-py-6.0.0.tar.gz 83197 BLAKE2B 
5ca16c9b881fe6f8c4944e8eec69be0532fe472564b12dbaa40225b29b8a2b88974e35ed2ab733722023da3ed877a2934bb545387ffdcf307d519950a8971880
 SHA512 
1d6c27654f9470837e9cb9866cb6f5305d63cac9dc6bddc06309e378a5e7b7fe3d21cae5ffd115685fe8ddcfd8cbbe1457d74799dde0fc7427f90fc870f1c444
 DIST elasticsearch-py-6.1.1.tar.gz 83575 BLAKE2B 
fc7cd690208a401b83fd1b86957dc49b2bd686248f2d78901551c26e67e06f4c7f6175346fd0374ff509477f571a8074ac30aa0e2cca1c73b11b6cdce67bfe33
 SHA512 
f593865de8879ac42cbbd35dd6bcc1da9513124556dcd3f1d8240e9d2818682136bfac09387c50797f4daada33699a7f5c1591172a7d89c3bd865595a5706c18
+DIST elasticsearch-py-6.2.0.tar.gz 89784 BLAKE2B 
150668b378d50ea2d62f75a71127b524d44e5d69bc96905f70b38162598a11ab77aa34814788e4177f668a1109191bdbb4c28698da608a35c70a45026ad9c22b
 SHA512 
f7205db8b8608ce52657a114a38f59b95ed0ea5acb0a5f18197be6baebde80fd88210a5f88fb5d2770f82f1dc7212d038d801f96c7d18cfe1e77c16ee0fa5208

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-6.2.0.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-6.2.0.ebuild
new file mode 100644
index 000..9d825bd56aa
--- /dev/null
+++ b/dev-python/elasticsearch-py/elasticsearch-py-6.2.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+ES_VERSION="6.2.3"
+
+inherit distutils-r1
+
+MY_PN=${PN/-py/}
+DESCRIPTION="official Python low-level client for Elasticsearch"
+HOMEPAGE="https://github.com/elastic/elasticsearch-py;
+SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   test? ( 
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples doc test"
+
+# tests fail in chroot
+# https://github.com/elastic/elasticsearch/issues/12018
+RESTRICT="test"
+
+RDEPEND=">=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
+/dev/null
+   if [[ $? -eq 0 ]]; then
+   einfo "Elasticsearch started"
+  

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

2018-04-11 Thread Sergei Trofimovich
commit: 84c484871d9b2b9fb704de0202a1cd369a5e3e8a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Apr 11 22:04:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 11 22:04:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c48487

app-shells/dash: stable 0.5.9.1-r3 for hppa, bug #631572

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 app-shells/dash/dash-0.5.9.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/dash/dash-0.5.9.1-r3.ebuild 
b/app-shells/dash/dash-0.5.9.1-r3.ebuild
index fb0b070b5f1..fb1c4d4a5fe 100644
--- a/app-shells/dash/dash-0.5.9.1-r3.ebuild
+++ b/app-shells/dash/dash-0.5.9.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="libedit static vanilla"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



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

2018-04-11 Thread Patrice Clement
commit: 48ddbe4610671a1d427fa476245ad824b98db40b
Author: Robert Siebeck  r123  de>
AuthorDate: Wed Apr 11 20:40:12 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ddbe46

net-im/signal-desktop-bin: clean up old.

 net-im/signal-desktop-bin/Manifest |  1 -
 .../signal-desktop-bin-1.6.1.ebuild| 55 --
 2 files changed, 56 deletions(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 5467a038865..15ef44a93db 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_1.6.1_amd64.deb 65897816 BLAKE2B 
b297884e5586c0af0ffba29440733d66f139c08f5c12b7601d61a56528862f8b39652f946bfe6d4f32ca254fd89bd61eaeddc36f3425fd5686750fa9304c8673
 SHA512 
c7289f3c716a62d6c166a6cc4e314c49bc3c042d949354cbcc527356f28b1943abfe71e7ee4e6ac755dd4ee9a0027d9aaf6c0310e21dab8755a58c0beeec494b
 DIST signal-desktop_1.7.0_amd64.deb 64127368 BLAKE2B 
53fd7fb78856fa2e87ffc772cfa97086f21948385661e5e43ffbcbc39fdfe2de5b7032053b3f7c5a5a40e92b4aee8eb2f23f3c1c3be129477587b7b000d0b0f5
 SHA512 
f4b6e2abc7f90911a1e22bf8be603121f64df4d230347aaec85867ed2c809fc5bd2a6dbc1c9c9dd17e8ca2219eb117b7105c516bbe15b4b703c01c79acd01b78

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.6.1.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.6.1.ebuild
deleted file mode 100644
index 92008eb4f0e..000
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.6.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/-bin/}"
-
-inherit gnome2-utils pax-utils unpacker xdg-utils
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
-HOMEPAGE="https://signal.org/ https://github.com/WhisperSystems/Signal-Desktop;
-SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="ayatana"
-
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   gnome-base/gconf:2
-   dev-libs/nss
-   x11-libs/libXtst
-   net-print/cups
-   ayatana? ( dev-libs/libappindicator:3 )
-   "
-
-QA_PREBUILT="opt/Signal/signal-desktop
-   opt/Signal/libnode.so
-   opt/Signal/libffmpeg.so"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /
-   dodoc -r usr/share/doc/signal-desktop/.
-   doins -r opt
-   insinto /usr/share
-   doins -r usr/share/applications
-   doins -r usr/share/icons
-   fperms +x /opt/Signal/signal-desktop
-   pax-mark m opt/Signal/signal-desktop
-
-   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}



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

2018-04-11 Thread Patrice Clement
commit: 40a32eb39d4ba4d2e986dff139cf1be9b115b247
Author: Robert Siebeck  r123  de>
AuthorDate: Wed Apr 11 20:39:25 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a32eb3

net-im/signal-desktop-bin: version bump to 1.7.0.

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

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-1.7.0.ebuild| 55 ++
 2 files changed, 56 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 76d9e5640e4..5467a038865 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST signal-desktop_1.6.1_amd64.deb 65897816 BLAKE2B 
b297884e5586c0af0ffba29440733d66f139c08f5c12b7601d61a56528862f8b39652f946bfe6d4f32ca254fd89bd61eaeddc36f3425fd5686750fa9304c8673
 SHA512 
c7289f3c716a62d6c166a6cc4e314c49bc3c042d949354cbcc527356f28b1943abfe71e7ee4e6ac755dd4ee9a0027d9aaf6c0310e21dab8755a58c0beeec494b
+DIST signal-desktop_1.7.0_amd64.deb 64127368 BLAKE2B 
53fd7fb78856fa2e87ffc772cfa97086f21948385661e5e43ffbcbc39fdfe2de5b7032053b3f7c5a5a40e92b4aee8eb2f23f3c1c3be129477587b7b000d0b0f5
 SHA512 
f4b6e2abc7f90911a1e22bf8be603121f64df4d230347aaec85867ed2c809fc5bd2a6dbc1c9c9dd17e8ca2219eb117b7105c516bbe15b4b703c01c79acd01b78

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.7.0.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.7.0.ebuild
new file mode 100644
index 000..92008eb4f0e
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.7.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="${PN/-bin/}"
+
+inherit gnome2-utils pax-utils unpacker xdg-utils
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/ https://github.com/WhisperSystems/Signal-Desktop;
+SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="ayatana"
+
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   gnome-base/gconf:2
+   dev-libs/nss
+   x11-libs/libXtst
+   net-print/cups
+   ayatana? ( dev-libs/libappindicator:3 )
+   "
+
+QA_PREBUILT="opt/Signal/signal-desktop
+   opt/Signal/libnode.so
+   opt/Signal/libffmpeg.so"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /
+   dodoc -r usr/share/doc/signal-desktop/.
+   doins -r opt
+   insinto /usr/share
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop
+   pax-mark m opt/Signal/signal-desktop
+
+   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/

2018-04-11 Thread Patrice Clement
commit: 49d6041d75085f03d5a09a0df5da170aef44fdeb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 14:14:41 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d6041d

net-mail/grepmail: fix HOMEPAGE, use HTTPS.

Closes: https://bugs.gentoo.org/634532
Closes: https://github.com/gentoo/gentoo/pull/7929

 net-mail/grepmail/grepmail-5.30.33-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild 
b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
index b029483a224..78f9e267c1b 100644
--- a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
+++ b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ MY_P="${PN}-$(delete_version_separator 2)"
 S="${WORKDIR}/${MY_P}"
 
 DESCRIPTION="Search normal or compressed mailbox using a regular expression or 
dates"
-HOMEPAGE="http://grepmail.sourceforge.net/;
+HOMEPAGE="https://github.com/coppit/grepmail;
 SRC_URI="mirror://sourceforge/grepmail/${MY_P}.tar.gz"
 
 SLOT="0"



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

2018-04-11 Thread Patrice Clement
commit: 547b426dc4c4f660a9262ad4a2fa21a2f55f247f
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Mon Apr  9 23:06:54 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547b426d

games-fps/yamagi-quake2: version bump to 7.20.

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

 games-fps/yamagi-quake2/Manifest   |   1 +
 .../yamagi-quake2/files/yamagi-quake2-zlib.patch   |  17 +++
 games-fps/yamagi-quake2/yamagi-quake2-7.20.ebuild  | 146 +
 3 files changed, 164 insertions(+)

diff --git a/games-fps/yamagi-quake2/Manifest b/games-fps/yamagi-quake2/Manifest
index d608a375340..cb700cafbe4 100644
--- a/games-fps/yamagi-quake2/Manifest
+++ b/games-fps/yamagi-quake2/Manifest
@@ -1,4 +1,5 @@
 DIST quake2-7.10.tar.xz 1792748 BLAKE2B 
853d6db1eec46ce40952fd413a259653275081599a940941fc883921b310f436be62b80a1d911a0d8f95a33e540e60bd6db2377370cc443cbaa9c3eec6ae055f
 SHA512 
46247c3e2c8e6dcb056dfc7785dd63bf4f896719894a1c5467f2eb313cc3d8a892fda9bafc2ca760a9ac96f6b8e23485a8740b03e118cf9a524f68657183fbb9
+DIST quake2-7.20.tar.xz 1852212 BLAKE2B 
87a19be70680866b8b697ea4632239d33fe196dc648553d4a113025d9dc7996a27db2ec0178b28c04ad77854400d9f159bd800681a2bdf5a0121ef764e163ecb
 SHA512 
466c21777e07da6aaec29cf9d3c9246a23d2157398a7e5ff1ad006f0fa7fd89e379b109936780361f03722f896ac34a188d12fc0a51cb543079e07aa6c9240df
 DIST quake2-ctf-1.05.tar.xz 134872 BLAKE2B 
eb987004b1c1b1743ec532b6bea96a257957377cbdb0571d6c6e7b2dae6c1b7abc154233d4f9d3af6fb546d7810e5c041b8e9293de2e409a7cace88aa455f526
 SHA512 
9eb951f4a9d7abc5f9a2ca53d886f68b745c1efdf3fea14db2e071b8d1592d33579c5fa56326aa583269a4810e16a7eda8dcd8930e36782cb4fcb8578c44951b
 DIST quake2-rogue-2.04.tar.xz 240436 BLAKE2B 
e7c3660378fe40b3f514b6e1de8714e3d3550baa244897b98bb81f362fa2b0aa57e3abceb5a38ea77cfec7621e2fcfab342a45bf9b66ccd0e44cc70292888fc2
 SHA512 
546deb74175c60ed7e5600a3d4b1c983fc0b1fae5922ebdb8fc3cdc5584931a0a5e34914ec2cd4ef9815323ba82cb56d427986d5c91dc040d6b68baff68ca5a8
 DIST quake2-xatrix-2.05.tar.xz 189888 BLAKE2B 
9d884af6033d529ce8cca7a70a36608e45db47dab74ab0d88c04f4d928425cf22901b1299a69330bfa83810034c9f1eff2d9618b222db68564d81d569f0596cd
 SHA512 
f7e14bb870eaf4515405f5f1162057669351a334993410101973b75e52d6d576c35c91112911f961ad122ebe664b294649e94e88a2f62b79f51e28d02f50487a

diff --git a/games-fps/yamagi-quake2/files/yamagi-quake2-zlib.patch 
b/games-fps/yamagi-quake2/files/yamagi-quake2-zlib.patch
new file mode 100644
index 000..1de79c98690
--- /dev/null
+++ b/games-fps/yamagi-quake2/files/yamagi-quake2-zlib.patch
@@ -0,0 +1,17 @@
+https://bugs.gentoo.org/383179
+
+Upstream removed OF macro definition:
+https://github.com/yquake2/yquake2/commit/716d72a295c9247b3c88ccd180bb7a517ed99e13
+
+--- a/src/common/unzip/ioapi.h 2018-03-10 20:24:21.0 +0300
 b/src/common/unzip/ioapi.h 2018-04-10 00:34:08.688675097 +0300
+@@ -120,6 +120,9 @@
+ #define ZLIB_FILEFUNC_MODE_EXISTING (4)
+ #define ZLIB_FILEFUNC_MODE_CREATE   (8)
+ 
++#ifdef _Z_OF
++#define OF _Z_OF
++#endif
+ 
+ #ifndef ZCALLBACK
+  #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined 
(_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)

diff --git a/games-fps/yamagi-quake2/yamagi-quake2-7.20.ebuild 
b/games-fps/yamagi-quake2/yamagi-quake2-7.20.ebuild
new file mode 100644
index 000..779346e191f
--- /dev/null
+++ b/games-fps/yamagi-quake2/yamagi-quake2-7.20.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop eutils
+
+CTF_V=1.05
+ROGUE_V=2.04
+XATRIX_V=2.05
+
+DESCRIPTION="Quake 2 engine focused on single player"
+HOMEPAGE="https://www.yamagi.org/quake2/;
+SRC_URI="https://deponie.yamagi.org/quake2/quake2-${PV}.tar.xz
+   ctf? ( https://deponie.yamagi.org/quake2/quake2-ctf-${CTF_V}.tar.xz )
+   rogue? ( 
https://deponie.yamagi.org/quake2/quake2-rogue-${ROGUE_V}.tar.xz )
+   xatrix? ( 
https://deponie.yamagi.org/quake2/quake2-xatrix-${XATRIX_V}.tar.xz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+client ctf dedicated ogg openal rogue xatrix"
+REQUIRED_USE="|| ( client dedicated )"
+
+RDEPEND="sys-libs/zlib:0=
+   client? (
+   media-libs/libsdl2[opengl,video]
+   virtual/opengl
+   ogg? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+   openal? ( media-libs/openal )
+   !openal? ( media-libs/libsdl2[sound] )
+   )
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/quake2-${PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-respect-flags.patch
+   "${FILESDIR}"/${PN}-zlib.patch
+)
+DOCS=( CHANGELOG CONTRIBUTE README.md )
+
+mymake() {
+   emake \
+   VERBOSE=1 \
+   DLOPEN_OPENAL=no \
+   WITH_CDA=no \
+  

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

2018-04-11 Thread Patrice Clement
commit: 3cc353e6bf9508adb27e28139018af924b484223
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Tue Apr 10 09:06:37 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc353e6

net-libs/ccnet: clean old versions.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-libs/ccnet/Manifest   |  4 
 net-libs/ccnet/ccnet-6.0.7.ebuild | 33 -
 net-libs/ccnet/ccnet-6.1.0.ebuild | 33 -
 net-libs/ccnet/ccnet-6.1.3.ebuild | 39 ---
 net-libs/ccnet/ccnet-6.1.4.ebuild | 39 ---
 5 files changed, 148 deletions(-)

diff --git a/net-libs/ccnet/Manifest b/net-libs/ccnet/Manifest
index 86f2e6e3ca5..3422d48f2f3 100644
--- a/net-libs/ccnet/Manifest
+++ b/net-libs/ccnet/Manifest
@@ -1,5 +1 @@
-DIST ccnet-6.0.7.tar.gz 179356 BLAKE2B 
cc7a3fb70013e575845c8fd638847f1fd9670b0ea1997d208fd89f917f1c4c60ed86064c31db118bf5969dda27bc055d5e3abf0bb1ad63bc00ad49ba5819dda6
 SHA512 
66df998bb544ad614479d853820e3ee3119c2b08087d82a2a0633202c860447a7ac79f3639e587d531c2443def3cd58bf9ccdb2fed350c8bd7005737fb3d85fd
-DIST ccnet-6.1.0.tar.gz 179362 BLAKE2B 
a7c10433a3af69456f15df75c02d92e203628f7f4d64a9f57849cc80e8d0913fccc7767b58e161551a2105cbffd79074144237fbacba5663972eadea661131d1
 SHA512 
0053d342cf9256a37ca2ebf774794c791cb08caa7d608035c1b307a271e11719da1d4c272870ab51ad1cd8d8c0a84d22959b513865ddf98b4691cba35bc93018
-DIST ccnet-6.1.3.tar.gz 179321 BLAKE2B 
23f6877ee9e3d80d4413e7b059688d83f99e21f3b665abaf41389366cf99fcb841e730535808e6874f4c1ba09818f637bbf222858ebb1ec3473cd40b6b03d0b0
 SHA512 
1700237749dd250798b6bd3ea2d74bd09f72e3f5502520d413671c247eeeae05f92947a4a4429035f8ab6414c9c67353939025de046b00941956b6854f4cfcc3
-DIST ccnet-6.1.4.tar.gz 179357 BLAKE2B 
5f0a83ef15f43394655c68d2b2a13ca91e0df93fb661f598814d8f0c4a31eddb26d0b8a0f0679d9c3babf7200f8ce1bb75818e0a6d445f41527358b4c6102d2c
 SHA512 
99ec3f41ad1e6c06455ca1622b6e5219d76ce85014523db6bfd15cbbd9b54fd4027f87906fc47bd7bafcbabc9febdbccb6839c5b8fa10133ddb461dca4f46ce0
 DIST ccnet-6.1.7.tar.gz 179364 BLAKE2B 
214284a5b04ee2c8a51f8479bee5bcc3d5b044ed0cd622b56ae5caf4fb2757bf28191ffedca9f76fce80b5c6da5a489207e1bdef3436e44dbe1841a69a82c448
 SHA512 
bac93c9987f434915f9d5b5f0cfc44d88471ae27896e89059f3c924182255d938fb6c87dec31354f256807d5e4274b6af2e3325e753d06cd8a5ea91caba9490d

diff --git a/net-libs/ccnet/ccnet-6.0.7.ebuild 
b/net-libs/ccnet/ccnet-6.0.7.ebuild
deleted file mode 100644
index e78f3357f6e..000
--- a/net-libs/ccnet/ccnet-6.0.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-single-r1 vala
-
-DESCRIPTION="Ccnet is a framework for writing networked applications in C"
-HOMEPAGE="https://github.com/haiwen/ccnet http://seafile.com/;
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   net-libs/libsearpc[${PYTHON_USEDEP}]
-   >=dev-libs/glib-2.16.0:2
-   >=dev-libs/libevent-2.0
-   dev-libs/openssl:0=
-   dev-db/sqlite:3"
-DEPEND="${RDEPEND}
-   $(vala_depend)"
-
-src_prepare() {
-   default
-   sed -i -e "s/(DESTDIR)//" libccnet.pc.in || die
-   sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
-   eautoreconf
-   vala_src_prepare
-}

diff --git a/net-libs/ccnet/ccnet-6.1.0.ebuild 
b/net-libs/ccnet/ccnet-6.1.0.ebuild
deleted file mode 100644
index e78f3357f6e..000
--- a/net-libs/ccnet/ccnet-6.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-single-r1 vala
-
-DESCRIPTION="Ccnet is a framework for writing networked applications in C"
-HOMEPAGE="https://github.com/haiwen/ccnet http://seafile.com/;
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   net-libs/libsearpc[${PYTHON_USEDEP}]
-   >=dev-libs/glib-2.16.0:2
-   >=dev-libs/libevent-2.0
-   dev-libs/openssl:0=
-   dev-db/sqlite:3"
-DEPEND="${RDEPEND}
-   $(vala_depend)"
-
-src_prepare() {
-   default
-   sed -i -e "s/(DESTDIR)//" libccnet.pc.in || die
-   sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
-   eautoreconf
-   vala_src_prepare
-}

diff --git a/net-libs/ccnet/ccnet-6.1.3.ebuild 
b/net-libs/ccnet/ccnet-6.1.3.ebuild
deleted file mode 100644
index 111ba410838..000

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

2018-04-11 Thread Patrice Clement
commit: 30ba14bc7ec36f4d238355102c6fff2e23459f7c
Author: Diogo Pereira  gmail  com>
AuthorDate: Tue Apr 10 15:33:14 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ba14bc

net-misc/remmina: version bump to 1.2.0_rc29.

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

 net-misc/remmina/Manifest  |  1 +
 net-misc/remmina/metadata.xml  |  3 +-
 net-misc/remmina/remmina-1.2.0_rc29.ebuild | 85 ++
 3 files changed, 88 insertions(+), 1 deletion(-)

diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index 6181149d99b..4d3e3dc3842 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -1 +1,2 @@
 DIST remmina-1.2.0_rc24.tar.gz 1052140 BLAKE2B 
57b3d2ed8a765f98f1ffd3c79df076d07e00329bf95dfddb9094d8bc62838b0f6742b404b4deef0a037bd88259751799e1842fb97313337e11b8f0faed8ad302
 SHA512 
aab421c580e434ca673be063f3662f1d9128cc83aaee6f9bc6acf6996af0379af6fb99cc63273941c40c6b989653b972de6c43b575ca06bf56ec7c266590c17e
+DIST remmina-1.2.0_rc29.tar.gz 1194267 BLAKE2B 
c4059ed56f3903f248009eacc20201fc533d47c2ad5d4e053c2ce225e8bc3fe50fc4c01cf912eb77dde220418589d5a85808b7c5e4b6083f6919dc5695aa049d
 SHA512 
ae1190762588857ac59c86c43c66ba0aa3f584820a6e87ea7b7bb81a63f71acc7407d544d9f25edf9be4f45a536d3a2bb8de34e2448de6cd5d0f130de05ff52c

diff --git a/net-misc/remmina/metadata.xml b/net-misc/remmina/metadata.xml
index 08dfa5575c9..49d6116aa5e 100644
--- a/net-misc/remmina/metadata.xml
+++ b/net-misc/remmina/metadata.xml
@@ -19,10 +19,11 @@


Support connecting to SPICE-enabled virtual 
machines
-   Enable support for SSH/SFTP protocol; see also 
'vte'
+   Enable support for SSH/SFTP protocol
Enable telepathy support


FreeRDP/Remmina
+   https://github.com/FreeRDP/Remmina/issues

 

diff --git a/net-misc/remmina/remmina-1.2.0_rc29.ebuild 
b/net-misc/remmina/remmina-1.2.0_rc29.ebuild
new file mode 100644
index 000..15b7089b74a
--- /dev/null
+++ b/net-misc/remmina/remmina-1.2.0_rc29.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eutils gnome2-utils
+
+MY_PV="${PV//_rc/-rcgit.}"
+
+DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client"
+HOMEPAGE="https://remmina.org/;
+SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy vnc zeroconf"
+
+CDEPEND="
+   dev-libs/glib:2
+   dev-libs/openssl:0
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   ayatana? ( dev-libs/libappindicator:3 )
+   crypt? ( dev-libs/libgcrypt:0= )
+   rdp? ( >=net-misc/freerdp-2.0.0_rc0 )
+   gnome-keyring? ( app-crypt/libsecret )
+   spice? ( net-misc/spice-gtk[gtk3] )
+   ssh? ( net-libs/libssh[sftp]
+   x11-libs/vte:2.91 )
+   telepathy? ( net-libs/telepathy-glib )
+   vnc? ( net-libs/libvncserver )
+   zeroconf? ( net-dns/avahi[gtk3] )
+"
+DEPEND="${CDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="${CDEPEND}
+   virtual/freedesktop-icon-theme
+"
+
+DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
+
+S="${WORKDIR}/Remmina-${MY_PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_APPINDICATOR=$(usex ayatana)
+   -DWITH_GCRYPT=$(usex crypt)
+   -DWITH_LIBSECRET=$(usex gnome-keyring)
+   -DWITH_GETTEXT=$(usex nls)
+   -DWITH_TRANSLATIONS=$(usex nls)
+   -DWITH_FREERDP=$(usex rdp)
+   -DWITH_SPICE=$(usex spice)
+   -DWITH_LIBSSH=$(usex ssh)
+   -DWITH_VTE=$(usex ssh)
+   -DWITH_TELEPATHY=$(usex telepathy)
+   -DWITH_LIBVNCSERVER=$(usex vnc)
+   -DWITH_AVAHI=$(usex zeroconf)
+   -DGTK_VERSION=3
+   )
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+
+   elog "To get additional features, some optional runtime dependencies"
+   elog "may be installed:"
+   elog ""
+   optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt]
+   optfeature "XDMCP support" x11-base/xorg-server[xephyr]
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-04-11 Thread Patrice Clement
commit: c00eacf471457060bfd247ccfd82183fc90c22a0
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Tue Apr 10 08:50:23 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00eacf4

net-misc/seafile-client: version bump to 6.1.7.

 net-misc/seafile-client/Manifest   |  1 +
 .../seafile-client/seafile-client-6.1.7.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index 22217eef1c9..b64e5dede2a 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -2,3 +2,4 @@ DIST seafile-client-6.0.7.tar.gz 2192384 BLAKE2B 
89bd8821b2b5a10ddb94d48ea43f796
 DIST seafile-client-6.1.0.tar.gz 2246388 BLAKE2B 
f57e89e9ae9364e8712e2f3a464cf2204b72a3ed141a7562a54c5c6f678497053b37ba64ca3de84e114a596a76fd1391ee8f98574627536abf8aee5271c7c154
 SHA512 
c6e3191afcaa833876c24690566be36ccc94e7a333c94f78df9201f23a3eed37397641e237e63b70cdc413ed6dc5683737d2eefa5c2c628b5e207bef1176b0d5
 DIST seafile-client-6.1.3.tar.gz 2358459 BLAKE2B 
75bd2a98de25c135060e5c14ac984a98dc0d6da903b675cc456b1bb52475c5a60a2c2b78be5665aa80a4c05d3fc8f2cf5e016e28ba25feb8e957a1d8d9d93ad1
 SHA512 
be5426ef472ac7e788e164f601c4c2b2ca91e305b15dac7eddf9874af5639141bf845e36c5385c4af1d2f6df4c7af6554497bd107cbccb35f8c904694705497d
 DIST seafile-client-6.1.4.tar.gz 2210086 BLAKE2B 
35b118c28ab8cc011e6ebf6ff7532f7078d4acb7251e7cfadf3e1b4e7d4507b09f5beefca1fdb2ba9daafcb118981af743b80698662cf4ed73b15781c0282c87
 SHA512 
582b630d6da28c06ef8c3841268d3e8cbfd7dbd8fc8f78fb77e20d86f6fb97ee72f5a1cac722cd1cb5874d9ad6e687e4d03097971230f92c90ce6b02da90c243
+DIST seafile-client-6.1.7.tar.gz 2260217 BLAKE2B 
96d032d5d9332cd40fabc135a132ad96e74520e677ab3071c3bb5765d17fb2ec0f7e243a8110e482137ce599672b5513b3e83d1d2ebb0cf4be66149a2891e068
 SHA512 
545f47a93c16fff9c000add19f55784c08878cf3b1448a8307fc0d25f7f5c35d671dd20940842c4f9e97df3ae3754fbbf170d0669097d67484226aad60ba09da

diff --git a/net-misc/seafile-client/seafile-client-6.1.7.ebuild 
b/net-misc/seafile-client/seafile-client-6.1.7.ebuild
new file mode 100644
index 000..08b04cd8efc
--- /dev/null
+++ b/net-misc/seafile-client/seafile-client-6.1.7.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Seafile desktop client"
+HOMEPAGE="https://github.com/haiwen/seafile-client/ http://www.seafile.com/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="shibboleth test"
+
+RDEPEND="net-libs/libsearpc
+   =net-libs/ccnet-${PV}
+   =net-misc/seafile-${PV}
+   dev-libs/libevent
+   dev-libs/jansson
+   dev-libs/openssl:0
+   dev-db/sqlite:3
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtdbus:5
+   shibboleth? ( || ( dev-qt/qtwebengine:5[widgets] dev-qt/qtwebkit:5 ) )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   test? ( dev-qt/qttest:5 )"
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-select-qt5.patch"
+   cmake-utils_src_prepare
+   if use shibboleth ; then
+   if ! has_version "dev-qt/qtwebengine:5[widgets]" ; then
+   sed -i -e 's/IF(WIN32 OR DETECTED_QT_VERSION 
VERSION_LESS 5.6.0)/IF(TRUE)/' CMakeLists.txt || die
+   fi
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)"
+   -DBUILD_TESTING="$(usex test)"
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-04-11 Thread Patrice Clement
commit: 4fb03b9e3f07e759bbd03944af96ae123678103e
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Tue Apr 10 09:05:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb03b9e

net-misc/seafile-client: clean old versions.

 net-misc/seafile-client/Manifest   |  4 --
 .../seafile-client/seafile-client-6.0.7.ebuild | 50 --
 .../seafile-client/seafile-client-6.1.0.ebuild | 50 --
 .../seafile-client/seafile-client-6.1.3.ebuild | 50 --
 .../seafile-client/seafile-client-6.1.4.ebuild | 50 --
 5 files changed, 204 deletions(-)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index b64e5dede2a..e9d07faad90 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -1,5 +1 @@
-DIST seafile-client-6.0.7.tar.gz 2192384 BLAKE2B 
89bd8821b2b5a10ddb94d48ea43f796622acab24db7982ae7006c32117f4dd4fe63839643c308e3e1dc97c47be813248ae3164caded4c1551fed3f86aa6dd83f
 SHA512 
4baa15d454a9c937c9ae944b2bcc6b549fc41a1558e40578a273497ccb120a9131580f2b5db047ce6d7e0503105bd0fa5312e823ab475241fb07f5ba0021224f
-DIST seafile-client-6.1.0.tar.gz 2246388 BLAKE2B 
f57e89e9ae9364e8712e2f3a464cf2204b72a3ed141a7562a54c5c6f678497053b37ba64ca3de84e114a596a76fd1391ee8f98574627536abf8aee5271c7c154
 SHA512 
c6e3191afcaa833876c24690566be36ccc94e7a333c94f78df9201f23a3eed37397641e237e63b70cdc413ed6dc5683737d2eefa5c2c628b5e207bef1176b0d5
-DIST seafile-client-6.1.3.tar.gz 2358459 BLAKE2B 
75bd2a98de25c135060e5c14ac984a98dc0d6da903b675cc456b1bb52475c5a60a2c2b78be5665aa80a4c05d3fc8f2cf5e016e28ba25feb8e957a1d8d9d93ad1
 SHA512 
be5426ef472ac7e788e164f601c4c2b2ca91e305b15dac7eddf9874af5639141bf845e36c5385c4af1d2f6df4c7af6554497bd107cbccb35f8c904694705497d
-DIST seafile-client-6.1.4.tar.gz 2210086 BLAKE2B 
35b118c28ab8cc011e6ebf6ff7532f7078d4acb7251e7cfadf3e1b4e7d4507b09f5beefca1fdb2ba9daafcb118981af743b80698662cf4ed73b15781c0282c87
 SHA512 
582b630d6da28c06ef8c3841268d3e8cbfd7dbd8fc8f78fb77e20d86f6fb97ee72f5a1cac722cd1cb5874d9ad6e687e4d03097971230f92c90ce6b02da90c243
 DIST seafile-client-6.1.7.tar.gz 2260217 BLAKE2B 
96d032d5d9332cd40fabc135a132ad96e74520e677ab3071c3bb5765d17fb2ec0f7e243a8110e482137ce599672b5513b3e83d1d2ebb0cf4be66149a2891e068
 SHA512 
545f47a93c16fff9c000add19f55784c08878cf3b1448a8307fc0d25f7f5c35d671dd20940842c4f9e97df3ae3754fbbf170d0669097d67484226aad60ba09da

diff --git a/net-misc/seafile-client/seafile-client-6.0.7.ebuild 
b/net-misc/seafile-client/seafile-client-6.0.7.ebuild
deleted file mode 100644
index 69b7bcb82bb..000
--- a/net-misc/seafile-client/seafile-client-6.0.7.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
-inherit cmake-utils
-
-DESCRIPTION="Seafile desktop client"
-HOMEPAGE="https://github.com/haiwen/seafile-client/ http://www.seafile.com/;
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="shibboleth test"
-
-RDEPEND="net-libs/libsearpc
-   =net-libs/ccnet-${PV}
-   =net-misc/seafile-${PV}
-   >=dev-libs/libevent-2.0
-   >=dev-libs/jansson-2.0
-   dev-libs/openssl:0=
-   dev-db/sqlite:3
-
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtdbus:5
-   shibboleth? ( || ( dev-qt/qtwebengine:5[widgets] dev-qt/qtwebkit:5 ) )"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   test? ( dev-qt/qttest:5 )"
-
-src_prepare() {
-   eapply "${FILESDIR}/${PN}-select-qt5.patch"
-   cmake-utils_src_prepare
-   if use shibboleth ; then
-   if ! has_version "dev-qt/qtwebengine:5[widgets]" ; then
-   sed -i -e 's/IF(WIN32 OR DETECTED_QT_VERSION 
VERSION_LESS 5.6.0)/IF(TRUE)/' CMakeLists.txt || die
-   fi
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)"
-   -DBUILD_TESTING="$(usex test)"
-   )
-   cmake-utils_src_configure
-}

diff --git a/net-misc/seafile-client/seafile-client-6.1.0.ebuild 
b/net-misc/seafile-client/seafile-client-6.1.0.ebuild
deleted file mode 100644
index 69b7bcb82bb..000
--- a/net-misc/seafile-client/seafile-client-6.1.0.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
-inherit cmake-utils
-
-DESCRIPTION="Seafile desktop client"
-HOMEPAGE="https://github.com/haiwen/seafile-client/ http://www.seafile.com/;
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"

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

2018-04-11 Thread Patrice Clement
commit: b83241d8d71a520929a814099ecee23258653d64
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Tue Apr 10 08:49:06 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83241d8

net-misc/seafile: version bump to 6.1.7.

 net-misc/seafile/Manifest |  1 +
 net-misc/seafile/seafile-6.1.7.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index 816e9f64351..ac1ee94f1d7 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -2,3 +2,4 @@ DIST seafile-6.0.7.tar.gz 823384 BLAKE2B 
eedb4e4333d01bc6e5a7d18bc0035aa921a00d2
 DIST seafile-6.1.0.tar.gz 823289 BLAKE2B 
446606192eac43b5c0b56a322452e0573b1f9f80d66167fa67a99dc236f0e7f2d8d167129a01f70d138208afca467779ffab6f911f7f0bc99a4c730c0181c3ba
 SHA512 
ccf2c66288093da7a00c24d019a1d765c6072485584d045b0d7acec4faee3448f52448113976eaf63950b1feda2c08d8ebda274f3178ca8ca6c643a822dde3fa
 DIST seafile-6.1.3.tar.gz 823078 BLAKE2B 
320f237db2d4c6f1bc7928627c404a1fcdc55a381d62a572e31a086e06abc35cae6ae848d28771e0882911a51477322436c8da58fc7948af201f731ea88b27c7
 SHA512 
c8c046952d5c8910f0ba444cdcaa2659260d328ba6449099777850e7d04f494186c56a2fd00e43fd20372c817d977e1a2fe36be040521ca92742c48d83d0b777
 DIST seafile-6.1.4.tar.gz 824276 BLAKE2B 
c21d01640128d52a9ee0ff05454107d84535942d5f5117de507e1898367fb9cd6adcaa15054a86ca3abbf9f5e69810cf26ac75d9f12b1439811d88aa5b87603f
 SHA512 
5efcb3122877f9091f76b0946ba66104baf626bc1be9bc0eb980e26aa07ffdbe5ee74ea6780043796603d0f2bfe7ea2800718085acdae6f07268275a8f54269f
+DIST seafile-6.1.7.tar.gz 825734 BLAKE2B 
204ede4870f15cbfa9da7e51f565078290b4d03d36a0f8f7a35d54ca1f26c414c350ac05628054d290723b067dfda45aeec1777a2d32e1b376654323106083a4
 SHA512 
5ae27b2f8e84d57ecd9d81a42fab9611d56a260adb027fba427a700d0d17cd215b3c5b5b37df7e14181bb9ae7df611df9895181de135425ec42da44511d2545e

diff --git a/net-misc/seafile/seafile-6.1.7.ebuild 
b/net-misc/seafile/seafile-6.1.7.ebuild
new file mode 100644
index 000..5e871abceb5
--- /dev/null
+++ b/net-misc/seafile/seafile-6.1.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit autotools python-single-r1 vala
+
+DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
+HOMEPAGE="https://github.com/haiwen/seafile/ http://www.seafile.com/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   net-libs/libsearpc[${PYTHON_USEDEP}]
+   =net-libs/ccnet-${PV}[${PYTHON_USEDEP}]
+   dev-libs/glib:2
+   dev-libs/libevent:0
+   dev-libs/jansson
+   sys-libs/zlib:0
+   net-misc/curl
+   dev-libs/openssl:0
+   dev-db/sqlite:3"
+DEPEND="${RDEPEND}
+   $(vala_depend)"
+
+src_prepare() {
+   default
+   sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
+   eautoreconf
+   vala_src_prepare
+}
+
+src_install() {
+   default
+   # Remove unnecessary .la files, as recommended by ltprune.eclass
+   find "${ED}" -name '*.la' -delete || die
+   python_fix_shebang "${ED}"usr/bin
+}



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

2018-04-11 Thread Patrice Clement
commit: 978bba1e038d9b58979c2b27c75770f5d525e46c
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Tue Apr 10 09:05:51 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978bba1e

net-misc/seafile: clean old versions.

 net-misc/seafile/Manifest |  4 
 net-misc/seafile/seafile-6.0.7.ebuild | 36 -
 net-misc/seafile/seafile-6.1.0.ebuild | 36 -
 net-misc/seafile/seafile-6.1.3.ebuild | 43 ---
 net-misc/seafile/seafile-6.1.4.ebuild | 43 ---
 5 files changed, 162 deletions(-)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index ac1ee94f1d7..17234c2677e 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -1,5 +1 @@
-DIST seafile-6.0.7.tar.gz 823384 BLAKE2B 
eedb4e4333d01bc6e5a7d18bc0035aa921a00d2c2fadc151dc34971dbb0191c7220607e91422a5b75d957f037d90aa814faffdf3f7cd4dbc5bee5d17a49c1c92
 SHA512 
ec33fbb6b925d4be9b89140d75287115e09f570654946aff994eb50d2ca46e233005b8e0e917682822806d0b5fd70cb9b8a728bb0fd09d124adaadaf3efc849a
-DIST seafile-6.1.0.tar.gz 823289 BLAKE2B 
446606192eac43b5c0b56a322452e0573b1f9f80d66167fa67a99dc236f0e7f2d8d167129a01f70d138208afca467779ffab6f911f7f0bc99a4c730c0181c3ba
 SHA512 
ccf2c66288093da7a00c24d019a1d765c6072485584d045b0d7acec4faee3448f52448113976eaf63950b1feda2c08d8ebda274f3178ca8ca6c643a822dde3fa
-DIST seafile-6.1.3.tar.gz 823078 BLAKE2B 
320f237db2d4c6f1bc7928627c404a1fcdc55a381d62a572e31a086e06abc35cae6ae848d28771e0882911a51477322436c8da58fc7948af201f731ea88b27c7
 SHA512 
c8c046952d5c8910f0ba444cdcaa2659260d328ba6449099777850e7d04f494186c56a2fd00e43fd20372c817d977e1a2fe36be040521ca92742c48d83d0b777
-DIST seafile-6.1.4.tar.gz 824276 BLAKE2B 
c21d01640128d52a9ee0ff05454107d84535942d5f5117de507e1898367fb9cd6adcaa15054a86ca3abbf9f5e69810cf26ac75d9f12b1439811d88aa5b87603f
 SHA512 
5efcb3122877f9091f76b0946ba66104baf626bc1be9bc0eb980e26aa07ffdbe5ee74ea6780043796603d0f2bfe7ea2800718085acdae6f07268275a8f54269f
 DIST seafile-6.1.7.tar.gz 825734 BLAKE2B 
204ede4870f15cbfa9da7e51f565078290b4d03d36a0f8f7a35d54ca1f26c414c350ac05628054d290723b067dfda45aeec1777a2d32e1b376654323106083a4
 SHA512 
5ae27b2f8e84d57ecd9d81a42fab9611d56a260adb027fba427a700d0d17cd215b3c5b5b37df7e14181bb9ae7df611df9895181de135425ec42da44511d2545e

diff --git a/net-misc/seafile/seafile-6.0.7.ebuild 
b/net-misc/seafile/seafile-6.0.7.ebuild
deleted file mode 100644
index 1317706f5e4..000
--- a/net-misc/seafile/seafile-6.0.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-single-r1 vala
-
-DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
-HOMEPAGE="https://github.com/haiwen/seafile/ http://www.seafile.com/;
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   net-libs/libsearpc[${PYTHON_USEDEP}]
-   =net-libs/ccnet-${PV}[${PYTHON_USEDEP}]
-   >=dev-libs/glib-2.16.0:2
-   >=dev-libs/libevent-2.0
-   >=dev-libs/jansson-2.2.1
-   >=sys-libs/zlib-1.2.0
-   >=net-misc/curl-7.17
-   dev-libs/openssl:0=
-   dev-db/sqlite:3"
-DEPEND="${RDEPEND}
-   $(vala_depend)"
-
-src_prepare() {
-   default
-   sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
-   eautoreconf
-   vala_src_prepare
-}

diff --git a/net-misc/seafile/seafile-6.1.0.ebuild 
b/net-misc/seafile/seafile-6.1.0.ebuild
deleted file mode 100644
index 1317706f5e4..000
--- a/net-misc/seafile/seafile-6.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-single-r1 vala
-
-DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
-HOMEPAGE="https://github.com/haiwen/seafile/ http://www.seafile.com/;
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   net-libs/libsearpc[${PYTHON_USEDEP}]
-   =net-libs/ccnet-${PV}[${PYTHON_USEDEP}]
-   >=dev-libs/glib-2.16.0:2
-   >=dev-libs/libevent-2.0
-   >=dev-libs/jansson-2.2.1
-   >=sys-libs/zlib-1.2.0
-   >=net-misc/curl-7.17
-   dev-libs/openssl:0=
-   dev-db/sqlite:3"
-DEPEND="${RDEPEND}
-   $(vala_depend)"
-
-src_prepare() {
-   default
-   sed -i -e 's/valac /${VALAC} /' 

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

2018-04-11 Thread Patrice Clement
commit: acb674ad2363ee286743dfef9ff73e8c3cc0eceb
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Tue Apr 10 08:45:48 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb674ad

net-libs/ccnet: version bump to 6.1.7.

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

 net-libs/ccnet/Manifest   |  1 +
 net-libs/ccnet/ccnet-6.1.7.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/net-libs/ccnet/Manifest b/net-libs/ccnet/Manifest
index e2eee348d1d..86f2e6e3ca5 100644
--- a/net-libs/ccnet/Manifest
+++ b/net-libs/ccnet/Manifest
@@ -2,3 +2,4 @@ DIST ccnet-6.0.7.tar.gz 179356 BLAKE2B 
cc7a3fb70013e575845c8fd638847f1fd9670b0ea
 DIST ccnet-6.1.0.tar.gz 179362 BLAKE2B 
a7c10433a3af69456f15df75c02d92e203628f7f4d64a9f57849cc80e8d0913fccc7767b58e161551a2105cbffd79074144237fbacba5663972eadea661131d1
 SHA512 
0053d342cf9256a37ca2ebf774794c791cb08caa7d608035c1b307a271e11719da1d4c272870ab51ad1cd8d8c0a84d22959b513865ddf98b4691cba35bc93018
 DIST ccnet-6.1.3.tar.gz 179321 BLAKE2B 
23f6877ee9e3d80d4413e7b059688d83f99e21f3b665abaf41389366cf99fcb841e730535808e6874f4c1ba09818f637bbf222858ebb1ec3473cd40b6b03d0b0
 SHA512 
1700237749dd250798b6bd3ea2d74bd09f72e3f5502520d413671c247eeeae05f92947a4a4429035f8ab6414c9c67353939025de046b00941956b6854f4cfcc3
 DIST ccnet-6.1.4.tar.gz 179357 BLAKE2B 
5f0a83ef15f43394655c68d2b2a13ca91e0df93fb661f598814d8f0c4a31eddb26d0b8a0f0679d9c3babf7200f8ce1bb75818e0a6d445f41527358b4c6102d2c
 SHA512 
99ec3f41ad1e6c06455ca1622b6e5219d76ce85014523db6bfd15cbbd9b54fd4027f87906fc47bd7bafcbabc9febdbccb6839c5b8fa10133ddb461dca4f46ce0
+DIST ccnet-6.1.7.tar.gz 179364 BLAKE2B 
214284a5b04ee2c8a51f8479bee5bcc3d5b044ed0cd622b56ae5caf4fb2757bf28191ffedca9f76fce80b5c6da5a489207e1bdef3436e44dbe1841a69a82c448
 SHA512 
bac93c9987f434915f9d5b5f0cfc44d88471ae27896e89059f3c924182255d938fb6c87dec31354f256807d5e4274b6af2e3325e753d06cd8a5ea91caba9490d

diff --git a/net-libs/ccnet/ccnet-6.1.7.ebuild 
b/net-libs/ccnet/ccnet-6.1.7.ebuild
new file mode 100644
index 000..76149b4a86f
--- /dev/null
+++ b/net-libs/ccnet/ccnet-6.1.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit autotools python-single-r1 vala
+
+DESCRIPTION="Ccnet is a framework for writing networked applications in C"
+HOMEPAGE="https://github.com/haiwen/ccnet http://seafile.com/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   net-libs/libsearpc[${PYTHON_USEDEP}]
+   dev-libs/glib:2
+   dev-libs/libevent:0
+   dev-libs/openssl:0
+   dev-db/sqlite:3"
+DEPEND="${RDEPEND}
+   $(vala_depend)"
+
+src_prepare() {
+   default
+   sed -i -e "s/(DESTDIR)//" libccnet.pc.in || die
+   sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
+   eautoreconf
+   vala_src_prepare
+}
+
+src_install() {
+   default
+   # Remove unnecessary .la files, as recommended by ltprune.eclass
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/jscheme/

2018-04-11 Thread Amy Liffey
commit: 27a51907d9af185f716ec489652ace8ffd030763
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Apr 11 21:26:29 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Apr 11 21:28:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a51907

dev-scheme/jscheme: EAPI 6 bump

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

 dev-scheme/jscheme/{jscheme-7.2.ebuild => jscheme-7.2-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-scheme/jscheme/jscheme-7.2.ebuild 
b/dev-scheme/jscheme/jscheme-7.2-r1.ebuild
similarity index 88%
rename from dev-scheme/jscheme/jscheme-7.2.ebuild
rename to dev-scheme/jscheme/jscheme-7.2-r1.ebuild
index d78b804ae60..1d8a960fc68 100644
--- a/dev-scheme/jscheme/jscheme-7.2.ebuild
+++ b/dev-scheme/jscheme/jscheme-7.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI="6"
 
 inherit java-utils-2 java-pkg-2
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-DEPEND=">=virtual/jdk-1.6"
+DEPEND=">=virtual/jdk-1.6:*"
 RDEPEND=">=virtual/jre-1.6
${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/abcl/

2018-04-11 Thread José María Alonso
commit: 515e5f13c19df81d862bcad23f5ddeda8a3dc4d6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Apr 11 21:22:14 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Apr 11 21:22:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515e5f13

dev-lisp/abcl: Drops jad USE flag

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lisp/abcl/abcl-1.5.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/abcl/abcl-1.5.0.ebuild b/dev-lisp/abcl/abcl-1.5.0.ebuild
index 8b8a33704ff..6a476d2e6b0 100644
--- a/dev-lisp/abcl/abcl-1.5.0.ebuild
+++ b/dev-lisp/abcl/abcl-1.5.0.ebuild
@@ -15,11 +15,10 @@ RESTRICT="mirror"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="jad"
+IUSE=""
 
 DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5
-   jad? ( dev-java/jad-bin )"
+RDEPEND=">=virtual/jre-1.5"
 
 S="${WORKDIR}"/${MY_P}
 



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

2018-04-11 Thread Sergei Trofimovich
commit: a2d0cf7b2fa888bc582e90f670eda2f833a3d823
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr 11 21:11:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 11 21:21:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d0cf7b

app-admin/sudo: stable 1.8.22-r2 for sparc

Bug: https://bugs.gentoo.org/652898
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-admin/sudo/sudo-1.8.22-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/sudo-1.8.22-r2.ebuild 
b/app-admin/sudo/sudo-1.8.22-r2.ebuild
index d013936331b..c42447f0b81 100644
--- a/app-admin/sudo/sudo-1.8.22-r2.ebuild
+++ b/app-admin/sudo/sudo-1.8.22-r2.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
 LICENSE="ISC BSD"
 SLOT="0"
 if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
 fi
 IUSE="gcrypt ldap nls pam offensive openssl sasl selinux +sendmail skey"
 



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

2018-04-11 Thread Sergei Trofimovich
commit: de11a48ccc58edcc85ec60d95049595535957c2e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr 11 17:38:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 11 21:21:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de11a48c

net-misc/curl: stable 7.59.0 for sparc

Bug: https://bugs.gentoo.org/650056
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/net-misc/curl/curl-7.59.0.ebuild b/net-misc/curl/curl-7.59.0.ebuild
index 1f4f4101e6d..2240efbd3a8 100644
--- a/net-misc/curl/curl-7.59.0.ebuild
+++ b/net-misc/curl/curl-7.59.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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 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: app-shells/zsh/

2018-04-11 Thread Sergei Trofimovich
commit: bf003d922e7fab0ed4b5a032fc02ef97cab5e9f3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr 11 21:10:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 11 21:21:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf003d92

app-shells/zsh: stable 5.5 for sparc

Bug: https://bugs.gentoo.org/651860
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-shells/zsh/zsh-5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/zsh/zsh-5.5.ebuild b/app-shells/zsh/zsh-5.5.ebuild
index e6e8cec4708..0f3ea9e894a 100644
--- a/app-shells/zsh/zsh-5.5.ebuild
+++ b/app-shells/zsh/zsh-5.5.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3 autotools
EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
 else
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
 fi



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

2018-04-11 Thread Sergei Trofimovich
commit: bbd6dd4a97f36409b4e1faf3148995dc0b82d4c4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Apr 11 21:19:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 11 21:20:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd6dd4a

profiles/arch/powerpc/ppc64/64le/package.mask: mask dev-util/ltrace

dev-util/ltrace needs a port to new ELF v2 ABI.
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/powerpc/ppc64/64le/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask 
b/profiles/arch/powerpc/ppc64/64le/package.mask
index 6f458c0b70e..539351b0911 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergei Trofimovich  (11 Apr 2018)
+# ltrace is not ported to powerpc64le yet.
+dev-util/ltrace
+
 # Arfrever Frehtes Taifersar Arahesis  (21 Feb 2018)
 # Mozc supports only little-endian architectures.
 -app-i18n/mozc



[gentoo-commits] proj/lisp:master commit in: dev-lisp/abcl/

2018-04-11 Thread José María Alonso
commit: d144219d29f9a12b3601bf976243639869ca4e2e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Apr 11 21:19:09 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Apr 11 21:19:09 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d144219d

dev-lisp/asdf: Drops jad USE flag

 dev-lisp/abcl/abcl-1.5.0.ebuild | 5 ++---
 dev-lisp/abcl/metadata.xml  | 3 ---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/abcl/abcl-1.5.0.ebuild b/dev-lisp/abcl/abcl-1.5.0.ebuild
index 8b8a3370..6a476d2e 100644
--- a/dev-lisp/abcl/abcl-1.5.0.ebuild
+++ b/dev-lisp/abcl/abcl-1.5.0.ebuild
@@ -15,11 +15,10 @@ RESTRICT="mirror"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="jad"
+IUSE=""
 
 DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5
-   jad? ( dev-java/jad-bin )"
+RDEPEND=">=virtual/jre-1.5"
 
 S="${WORKDIR}"/${MY_P}
 

diff --git a/dev-lisp/abcl/metadata.xml b/dev-lisp/abcl/metadata.xml
index 144b5404..b556d4d3 100644
--- a/dev-lisp/abcl/metadata.xml
+++ b/dev-lisp/abcl/metadata.xml
@@ -13,7 +13,4 @@
Armed Bear Common Lisp (ABCL) is an implementation of ANSI 
Common
Lisp that runs in a Java virtual machine.

-   
-   Enable support for disassembling compiled code using 
JAD
-   
 



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

2018-04-11 Thread James Le Cuirot
commit: 39b3e2e8ecf04f96ea759292ecb20cf39b21fbde
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Apr 11 21:03:53 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Apr 11 21:03:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b3e2e8

media-tv/tvheadend: Take over as maintainer

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-tv/tvheadend/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-tv/tvheadend/metadata.xml b/media-tv/tvheadend/metadata.xml
index a84bb5eb047..38bdd61b7f9 100644
--- a/media-tv/tvheadend/metadata.xml
+++ b/media-tv/tvheadend/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   ch...@gentoo.org
+   James Le Cuirot
+   

Enable support for capmt (dvbapi) 
protocol
Enable support for the constcw 
protocol



[gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/files/, sys-libs/llvm-libunwind/

2018-04-11 Thread Michał Górny
commit: 06cdfeaa136fd7a39ebeadea120e688bcb54e3ae
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 11 20:48:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 11 20:59:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cdfeaa

sys-libs/llvm-libunwind: Remove 3.9.1 (old)

 sys-libs/llvm-libunwind/Manifest   |  1 -
 .../files/libunwind-3.9-cmake-static-lib.patch | 43 ---
 .../llvm-libunwind/llvm-libunwind-3.9.1.ebuild | 49 --
 3 files changed, 93 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index 08e4c0ddfd0..e0ea350f06d 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -1,6 +1,5 @@
 DIST libcxx-6.0.0.src.tar.xz 1549328 BLAKE2B 
93adb339b0e849fca1850d379c8e74b407b0db8220f3a05f888db70d83ad07c3200dbd2a7827f92c60a2ba91d3395e4d1b4434ba70479c29a95aceda6c213e02
 SHA512 
3d93910f85a778f36c5f7a4429639008acba5713a2c8ac79a9de09463af6f9a388af45d39af23423a7223660701697ba067f3391f25d5a970973691dd88635e3
 DIST libcxxabi-6.0.0.src.tar.xz 529212 BLAKE2B 
ae020e8831a6ae71d59d71e294bbb0aa6dbedf1b3036b2536d9456db8c51f21e57d082c5abf5e00921a14876328bdfafab3c04b4d761cb76d52e35ff97107510
 SHA512 
c5e4cc05105770b42b20595fdbda5e1483be4582bc94335da1a15531ba43a0ecf30e1e0a252f62d4d0e6c79cda9d44ff5fdbe69a0a295b2431fd6de158410e2e
-DIST libunwind-3.9.1.src.tar.xz 61788 BLAKE2B 
bab410d714e2dc012273997bb3fb3c366f64608b712eae15f8c08a2b049b6bdba0660a1f4942906e2e9cd7b11563c8a5b3007b92b1485c32036ac84f55fe7053
 SHA512 
a80f5d0660e209f5bf709316b5df2ca63b9f0db49f5f74dfe9c9e580c654f61a15acc071a739fdb84baf5ffa9420b92498f8560331173642d80f6b74e1e2afb7
 DIST libunwind-4.0.1.src.tar.xz 63388 BLAKE2B 
f49772beabaa8519a5f8dbbaef9c2d6554468a66b89a5f012946d59f772fe864809a5c95b726bcb4c059ca551a4eb023a88f4fa618756b34fef2058e272467e6
 SHA512 
8a0552a8ab830010d81420f4b778a3b831bff85b19bcce972958fc30e1ba5a2fa26a3deba499985a43dd7a103690775f6a20e7b3edda55f4eaff3541002d6b59
 DIST libunwind-5.0.1.src.tar.xz 72180 BLAKE2B 
da1fbb92e9953d018a3c30290ceda9a2a18c21b5c908d9ff65979158bd06b8866eb74f078d12832e2aed7d0332c996262e3b2a1341844eb933ba3de5fb41ff98
 SHA512 
6c0f7a286c1ffa46769685ee36604cd90ed40470e1c3d3ef03c46bcc9e5f9e36e68a0a1f67b9b300823170b48c9b8d2db4625afd885f1d024905db1dffd9fc49
 DIST libunwind-6.0.0.src.tar.xz 76600 BLAKE2B 
7767f3564ef72b6049c5247881e09e6c56ccd24acc1b7a1742476c4d01b2be792afdc73c8138ca5b1549be9b83267e6a7860aa085514d86eac90545219dae835
 SHA512 
a35e992223f094bdac5f1565806fe485a878f9baf4502e7f3777276f5c11aeff4beee155512b1c687f4471f34acbd50c834e98120093cf2582007422cec7fb2e

diff --git a/sys-libs/llvm-libunwind/files/libunwind-3.9-cmake-static-lib.patch 
b/sys-libs/llvm-libunwind/files/libunwind-3.9-cmake-static-lib.patch
deleted file mode 100644
index 82beb448141..000
--- a/sys-libs/llvm-libunwind/files/libunwind-3.9-cmake-static-lib.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 806b825..4b330f9 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -104,6 +104,7 @@ option(LIBUNWIND_ENABLE_ASSERTIONS "Enable assertions 
independent of build mode.
- option(LIBUNWIND_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
- option(LIBUNWIND_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
- option(LIBUNWIND_ENABLE_SHARED "Build libunwind as a shared library." ON)
-+option(LIBUNWIND_ENABLE_STATIC "Build libunwind as a static library." OFF)
- option(LIBUNWIND_ENABLE_CROSS_UNWINDING "Enable cross-platform unwinding 
support." OFF)
- option(LIBUNWIND_ENABLE_ARM_WMMX "Enable unwinding support for ARM WMMX 
registers." OFF)
- 
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index b7c2d63..7c453de 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -51,8 +51,10 @@ set(LIBUNWIND_SOURCES
- 
- if (LIBUNWIND_ENABLE_SHARED)
-   add_library(unwind SHARED ${LIBUNWIND_SOURCES} ${LIBUNWIND_HEADERS})
--else()
--  add_library(unwind STATIC ${LIBUNWIND_SOURCES} ${LIBUNWIND_HEADERS})
-+endif()
-+if (LIBUNWIND_ENABLE_STATIC)
-+  add_library(unwind_static STATIC ${LIBUNWIND_SOURCES} ${LIBUNWIND_HEADERS})
-+  set_target_properties(unwind_static PROPERTIES OUTPUT_NAME unwind)
- endif ()
- 
- # Generate library list.
-@@ -109,7 +111,9 @@ set_property(SOURCE ${LIBUNWIND_CXX_SOURCES}
- set_property(SOURCE ${LIBUNWIND_C_SOURCES}
-  APPEND_STRING PROPERTY COMPILE_FLAGS " ${CMAKE_C_FLAGS} 
${LIBUNWIND_C_FLAGS}")
- 
--install(TARGETS unwind
--LIBRARY DESTINATION lib${LLVM_LIBDIR_SUFFIX}
--ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX})
--
-+if (LIBUNWIND_ENABLE_SHARED)
-+  install(TARGETS unwind LIBRARY DESTINATION lib${LLVM_LIBDIR_SUFFIX})
-+endif ()
-+if (LIBUNWIND_ENABLE_STATIC)
-+  install(TARGETS unwind_static ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX})
-+endif ()

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/files/, sys-libs/libomp/

2018-04-11 Thread Michał Górny
commit: 1caff64b8500b507225cbf44edcc9b2ae7bf4fe1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 11 20:49:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 11 20:59:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1caff64b

sys-libs/libomp: Drop 3.9.1 (old)

 sys-libs/libomp/Manifest   |  1 -
 .../files/libomp-3.9.0-musl-strerror_r.patch   | 35 
 .../files/libomp-3.9.0-optional-aliases.patch  | 63 --
 sys-libs/libomp/libomp-3.9.1.ebuild| 49 -
 4 files changed, 148 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index f92ca551513..a956d3da7c5 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -1,4 +1,3 @@
-DIST openmp-3.9.1.src.tar.xz 2031588 BLAKE2B 
feafb94a832ec48a67d6e00720724dcecb533a4a09e0d69462af33e13454b20393aa21fabb062c362824cdfbee712db1030732271e4cd49085fa69cff9800835
 SHA512 
80924a6f9765f634d24d7b0aa036d92c912dbd8e067487a14bdd03b4c587fdfc92e83eb29926bfa637ef45be3f133a924f77ab12099ea3706c18e9c42774708b
 DIST openmp-4.0.1.src.tar.xz 2275240 BLAKE2B 
e63cf670c4cd2678afc4d7b96be85c3d157bf91a69510f980d9a0a07f61b449b22ff28d63753f32e63afedb4a7077c662a633f689a660b5047a83bcf1fb7f009
 SHA512 
0b737dde832c5907a0cac41fe1d594b61e85dd405eee42b39f09233db62b44543204ccc775e52e2981f9c9f0683b234526e288a3a7a04f712280fb3a575abcaf
 DIST openmp-5.0.1.src.tar.xz 2075472 BLAKE2B 
a4da4726a17dc0fd083e11fe1bebf446978137aa4453000e8fea950021fff091a818246f0817dd60ce67353d3f7d75ab8fec2b9e955389d9c94e195945efda50
 SHA512 
4493b918fd83ef26e2b3f3429d1b00d722328e4c9697ac7625a390834f6e88ada8e5b02ce0ecb4771129207b1b81a9d171f4599ab9388762a3c6db0afc499ff4
 DIST openmp-6.0.0.src.tar.xz 2272360 BLAKE2B 
2fbbdbbd0262ac3161446a4e7a3079131254f962a5397a94913abff024ba3f66affe419c58fb0f6ab602e338a277ab2befbc4386eaf6d4c11aa4a9713315d562
 SHA512 
9dfb070a3fae883985e3c8cd357c21a2144b433824139e288d4d3c774dd9cf3f7949978976012b08c644cd4a04be8c65a810c2f33d66eee05d3d980e61413a06

diff --git a/sys-libs/libomp/files/libomp-3.9.0-musl-strerror_r.patch 
b/sys-libs/libomp/files/libomp-3.9.0-musl-strerror_r.patch
deleted file mode 100644
index 4fbf9f691c0..000
--- a/sys-libs/libomp/files/libomp-3.9.0-musl-strerror_r.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 4fa7d5e207a4f7ef79b423b7d9658b7625795f5c Mon Sep 17 00:00:00 2001
-From: Michal Gorny 
-Date: Tue, 18 Oct 2016 16:38:44 +
-Subject: [PATCH] Fix a compile error on musl-libc due to strerror_r()
- prototype
-
-Function strerror_r() has different signatures in different
-implementations of libc: glibc's version returns a char*, while BSDs
-and musl return a int. libomp unconditionally assumes glibc on Linux
-and thus fails to compile against musl-libc. This patch addresses this
-issue.
-
-Differential Revision: https://reviews.llvm.org/D25071
-
-git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@284492 
91177308-0d34-0410-b5e6-96231b3b80d8

- runtime/src/kmp_i18n.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/runtime/src/kmp_i18n.c b/runtime/src/kmp_i18n.c
-index 546e693..e008d1f 100644
 a/runtime/src/kmp_i18n.c
-+++ b/runtime/src/kmp_i18n.c
-@@ -809,7 +809,7 @@ sys_error(
- intstrerror_r( int, char *, size_t );  // XSI version
- */
- 
--#if KMP_OS_LINUX
-+#if defined(__GLIBC__) && defined(_GNU_SOURCE)
- 
- // GNU version of strerror_r.
- 
--- 
-2.10.1
-

diff --git a/sys-libs/libomp/files/libomp-3.9.0-optional-aliases.patch 
b/sys-libs/libomp/files/libomp-3.9.0-optional-aliases.patch
deleted file mode 100644
index faf5bb51bca..000
--- a/sys-libs/libomp/files/libomp-3.9.0-optional-aliases.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From 89ab78e360b7b20ebe1bc89736880a8e4aaa9e6e Mon Sep 17 00:00:00 2001
-From: Michal Gorny 
-Date: Wed, 14 Sep 2016 17:46:27 +
-Subject: [PATCH] [cmake] Make libgomp & libiomp5 alias install optional
-
-Introduce a new LIBOMP_INSTALL_VARIABLES cache variable that can be used
-to disable creating libgomp and libiomp5 aliases on 'make install'.
-Those aliases are undesired e.g. on Gentoo systems where libomp is used
-purely by clang.
-
-Differential Revision: https://reviews.llvm.org/D24563
-
-git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@281512 
91177308-0d34-0410-b5e6-96231b3b80d8

- runtime/CMakeLists.txt |  4 
- runtime/src/CMakeLists.txt | 16 +---
- 2 files changed, 13 insertions(+), 7 deletions(-)
-
-diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
-index 9db058b..e8e9a74 100644
 a/runtime/CMakeLists.txt
-+++ b/runtime/CMakeLists.txt
-@@ -340,6 +340,10 @@ endif()
- 
- set(LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX})
- 
-+# Optional backwards compatibility aliases.
-+set(LIBOMP_INSTALL_ALIASES TRUE CACHE BOOL
-+  "Install libgomp and libiomp5 

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

2018-04-11 Thread Michał Górny
commit: 1e463cfb293c7472812b1afe767620a520d796c6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 11 20:50:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 11 20:59:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e463cfb

sys-devel/clang-runtime: Remove 3.9.0 (obsolete)

 sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild 
b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild
deleted file mode 100644
index d7041b6811b..000
--- a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="libcxx openmp"
-
-# compiler-rt is installed unconditionally
-RDEPEND="
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"



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

2018-04-11 Thread Sergei Trofimovich
commit: a504322f9e2def94413f2501729f0987bac44e9b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Apr 11 20:38:50 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 11 20:55:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a504322f

profiles/arch/powerpc/ppc64/64le/make.defaults: fix CHOST_ variables

Before the change:
CHOST="powerpc64le-unknown-linux-gnu"
CHOST_ppc64="powerpc64-unknown-linux-gnu"
CHOST_ppc="powerpc-unknown-linux-gnu"

After the change:
CHOST="powerpc64le-unknown-linux-gnu"
CHOST_ppc64="powerpc64le-unknown-linux-gnu"
CHOST_ppc="powerpcle-unknown-linux-gnu"

Reported-by: luke-jr
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/powerpc/ppc64/64le/make.defaults | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/64le/make.defaults 
b/profiles/arch/powerpc/ppc64/64le/make.defaults
index f02939cf2c6..7a7e3bdc53a 100644
--- a/profiles/arch/powerpc/ppc64/64le/make.defaults
+++ b/profiles/arch/powerpc/ppc64/64le/make.defaults
@@ -6,3 +6,6 @@ CFLAGS="-O2 -pipe"
 CXXFLAGS="${CFLAGS}"
 FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"
+
+CHOST_ppc64="powerpc64le-unknown-linux-gnu"
+CHOST_ppc="powerpcle-unknown-linux-gnu"



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

2018-04-11 Thread Thomas Deutschmann
commit: 2fd9a8c20f3bd2ec8ecf3bcdb18f0bee79cb6a92
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:30:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd9a8c2

app-portage/epkg: x86 stable (bug #651892)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-portage/epkg/epkg-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/epkg/epkg-0.4-r1.ebuild 
b/app-portage/epkg/epkg-0.4-r1.ebuild
index 49d83dce372..83026091ae9 100644
--- a/app-portage/epkg/epkg-0.4-r1.ebuild
+++ b/app-portage/epkg/epkg-0.4-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/jdhore/${PN}/archive/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${P}"



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

2018-04-11 Thread Thomas Deutschmann
commit: 418eab2efcdab17146a560b1164351d79f75eedc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:29:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418eab2e

sys-apps/dbus: x86 stable (bug #648306)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-apps/dbus/dbus-1.10.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.10.24.ebuild 
b/sys-apps/dbus/dbus-1.10.24.ebuild
index 7a299357cfe..1c816ecab1d 100644
--- a/sys-apps/dbus/dbus-1.10.24.ebuild
+++ b/sys-apps/dbus/dbus-1.10.24.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz;
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="debug doc elogind selinux static-libs systemd test user-session X"
 
 #RESTRICT="test"



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

2018-04-11 Thread Thomas Deutschmann
commit: 73fd671ba1347b67f7f020d57b8535f2f1c7d8dd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:36:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fd671b

app-shells/zsh: x86 stable (bug #651860)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-shells/zsh/zsh-5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/zsh/zsh-5.5.ebuild b/app-shells/zsh/zsh-5.5.ebuild
index 39220778f4b..e6e8cec4708 100644
--- a/app-shells/zsh/zsh-5.5.ebuild
+++ b/app-shells/zsh/zsh-5.5.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3 autotools
EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
 else
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
 fi



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

2018-04-11 Thread Thomas Deutschmann
commit: 4b37080ac41e790e6f63f94c76047313074821c1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:34:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b37080a

sys-apps/pcmciautils: x86 stable (bug #651716)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild 
b/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild
index 6513c3dfa77..6c637a19fba 100644
--- a/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild
+++ b/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${MY_PV}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sh ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~sh x86"
 IUSE="debug staticsocket"
 
 RDEPEND="virtual/modutils"



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

2018-04-11 Thread Thomas Deutschmann
commit: a388e158dbb87ec74408beeefc96a2009b1d0b3e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:31:59 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a388e158

app-admin/logrotate: x86 stable (bug #652804)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-admin/logrotate/logrotate-3.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logrotate/logrotate-3.14.0.ebuild 
b/app-admin/logrotate/logrotate-3.14.0.ebuild
index dee701d9073..bf1a09bbdb5 100644
--- a/app-admin/logrotate/logrotate-3.14.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-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"
 IUSE="acl +cron selinux"
 
 CDEPEND="



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

2018-04-11 Thread Thomas Deutschmann
commit: 6b1d82e8bad1686d84b65b28c532fbc28c849137
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:34:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1d82e8

dev-db/sqlitebrowser: x86 stable (bug #652646)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild 
b/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild
index 0bc58fa9e5c..fb9278c2822 100644
--- a/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild
+++ b/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3 MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-repository/

2018-04-11 Thread Thomas Deutschmann
commit: 45866c23096ed24e22765fec2310137b4861
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:30:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45866c23

app-eselect/eselect-repository: x86 stable (bug #651532)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-eselect/eselect-repository/eselect-repository-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-repository/eselect-repository-3.ebuild 
b/app-eselect/eselect-repository/eselect-repository-3.ebuild
index 74fd81626a3..ecaae93b672 100644
--- a/app-eselect/eselect-repository/eselect-repository-3.ebuild
+++ b/app-eselect/eselect-repository/eselect-repository-3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/eselect-repository/archive/v${PV}.tar.gz -> $
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}



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

2018-04-11 Thread Thomas Deutschmann
commit: 896ee688dadddf778dab8b61290dd27132ea1742
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:36:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896ee688

dev-ruby/yajl-ruby: x86 stable (bug #636474)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild 
b/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild
index adf0f437769..765b4a3eabb 100644
--- a/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild
+++ b/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/brianmario/yajl-ruby;
 
 LICENSE="MIT"
 SLOT="0"
-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"
+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"
 IUSE=""
 
 RDEPEND="${RDEPEND} dev-libs/yajl"



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

2018-04-11 Thread Thomas Deutschmann
commit: efe1db4dbc27d1ab5a8b19b1aa0ae9958701d03b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:35:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe1db4d

app-admin/sudo: x86 stable (bug #652898)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-admin/sudo/sudo-1.8.22-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/sudo-1.8.22-r2.ebuild 
b/app-admin/sudo/sudo-1.8.22-r2.ebuild
index 69f1266724a..d013936331b 100644
--- a/app-admin/sudo/sudo-1.8.22-r2.ebuild
+++ b/app-admin/sudo/sudo-1.8.22-r2.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
 LICENSE="ISC BSD"
 SLOT="0"
 if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
 fi
 IUSE="gcrypt ldap nls pam offensive openssl sasl selinux +sendmail skey"
 



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

2018-04-11 Thread Thomas Deutschmann
commit: 98a231578f259005c92d556d2591146b73f506cb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:31:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a23157

app-shells/fish: x86 stable (bug #651800)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-shells/fish/fish-2.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/fish/fish-2.7.1.ebuild 
b/app-shells/fish/fish-2.7.1.ebuild
index d33a4f6cf28..3c3119fb651 100644
--- a/app-shells/fish/fish-2.7.1.ebuild
+++ b/app-shells/fish/fish-2.7.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/$
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" = *_* ]] || \
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="nls test"
 
 RDEPEND="



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

2018-04-11 Thread Thomas Deutschmann
commit: d63b63aaf9fe58983849b05f24ba177961ad1cba
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:34:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63b63aa

dev-libs/qcustomplot: x86 stable (bug #652644)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild 
b/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild
index 4a331d4ce70..c5e360b617d 100644
--- a/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild
+++ b/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2018-04-11 Thread Thomas Deutschmann
commit: 5065ccb685a43429c2af59e7b55e92d85e5d928e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:33:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5065ccb6

dev-libs/openssl: x86 stable (bug #651730)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/openssl/openssl-1.0.2o.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2o.ebuild 
b/dev-libs/openssl/openssl-1.0.2o.ebuild
index 25a4951caf1..c10c5ab0a25 100644
--- a/dev-libs/openssl/openssl-1.0.2o.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2o.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2018-04-11 Thread Thomas Deutschmann
commit: 9e30a8dfc1abf1742a1f2e3bfc643c301ecd7871
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:29:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e30a8df

sys-fs/btrfsmaintenance: x86 stable (bug #651506)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.ebuild 
b/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.ebuild
index 8c4208008be..c42980ed74b 100644
--- a/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.ebuild
+++ b/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/kdave/btrfsmaintenance/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="systemd"
 
 RDEPEND="systemd? ( sys-apps/systemd )



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

2018-04-11 Thread Thomas Deutschmann
commit: 54f481081b12a6164dd1561910d7450c863b8905
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 11 20:32:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:43:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f48108

net-libs/mbedtls: x86 stable (bug #647800)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-libs/mbedtls/mbedtls-2.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/mbedtls/mbedtls-2.7.2.ebuild 
b/net-libs/mbedtls/mbedtls-2.7.2.ebuild
index a992986693d..ffc97128bb0 100644
--- a/net-libs/mbedtls/mbedtls-2.7.2.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.7.2.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/10" # slot for libmbedtls.so
-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"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs test threads zlib"
 
 RDEPEND="



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

2018-04-11 Thread Jeroen Roovers
commit: aefe3582c38f7672fe21c54cc8a1d1c488f102ae
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Apr 11 20:38:47 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Apr 11 20:39:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aefe3582

nvidia-driver.eclass: Add new long time support branch.

 eclass/nvidia-driver.eclass | 38 +-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass
index 438e23fdf31..c5dc0c89f25 100644
--- a/eclass/nvidia-driver.eclass
+++ b/eclass/nvidia-driver.eclass
@@ -34,7 +34,7 @@ output of nvidia-bug-report.sh included.
 "
 
 # the data below is derived from
-# 
http://us.download.nvidia.com/XFree86/Linux-x86_64/319.12/README/supportedchips.html
+# 
http://us.download.nvidia.com/XFree86/Linux-x86_64/390.48/README/supportedchips.html
 
 drv_71xx="
0020 0028 0029 002c 002d 00a0 0100 0101 0103 0150 0151 0152 0153
@@ -86,11 +86,40 @@ drv_340x="
0caf 0cb0 0cb1 0cbc 10c0 10c3 10c5 10d8
 "
 
+drv_390x="
+   06c0 06c4 06ca 06cd 06d1 06d2 06d8 06d9 06da 06dc 06dd 06de 06df 0dc0 
0dc4
+   0dc5 0dc6 0dcd 0dce 0dd1 0dd2 0dd3 0dd6 0dd8 0dda 0de0 0de1 0de2 0de3 
0de4
+   0de5 0de7 0de8 0de9 0dea 0deb 0dec 0ded 0dee 0def 0df0 0df1 0df2 0df3 
0df4
+   0df5 0df6 0df7 0df8 0df9 0dfa 0dfc 0e22 0e23 0e24 0e30 0e31 0e3a 0e3b 
0f00
+   0f01 0f02 0f03 0fc0 0fc1 0fc2 0fc6 0fc8 0fc9 0fcd 0fce 0fd1 0fd2 0fd3 
0fd4
+   0fd5 0fd8 0fd9 0fdf 0fe0 0fe1 0fe2 0fe3 0fe4 0fe9 0fea 0fec 0fed 0fee 
0ff3
+   0ff6 0ff8 0ff9 0ffa 0ffb 0ffc 0ffd 0ffe 0fff 1001 1004 1005 1007 1008 
100a
+   100c 1021 1022 1023 1024 1026 1027 1028 1029 102a 102d 103a 103c 1040 
1042
+   1048 1049 104a 104b 104c 1050 1051 1052 1054 1055 1056 1057 1058 1059 
105a
+   105b 107c 107d 1080 1081 1082 1084 1086 1087 1088 1089 108b 1091 1094 
1096
+   109a 109b 1140 1180 1183 1184 1185 1187 1188 1189 118a 118e 118f 1193 
1194
+   1195 1198 1199 119a 119d 119e 119f 11a0 11a1 11a2 11a3 11a7 11b4 11b6 
11b7
+   11b8 11ba 11bc 11bd 11be 11c0 11c2 11c3 11c4 11c5 11c6 11c8 11cb 11e0 
11e1
+   11e2 11e3 11fa 11fc 1200 1201 1203 1205 1206 1207 1208 1210 1211 1212 
1213
+   1241 1243 1244 1245 1246 1247 1248 1249 124b 124d 1251 1280 1281 1282 
1284
+   1286 1287 1288 1289 128b 1290 1291 1292 1293 1295 1296 1298 1299 129a 
12b9
+   12ba 1340 1341 1344 1346 1347 1348 1349 134b 134d 134e 134f 137a 137b 
137d
+   1380 1381 1382 1390 1391 1392 1393 1398 1399 139a 139b 139c 139d 13b0 
13b1
+   13b2 13b3 13b4 13b6 13b9 13ba 13bb 13bc 13c0 13c2 13d7 13d8 13d9 13da 
13f0
+   13f1 13f2 13f3 13f8 13f9 13fa 13fb 1401 1402 1406 1407 1427 1430 1431 
1436
+   15f0 15f7 15f8 15f9 1617 1618 1619 161a 1667 174d 174e 179c 17c2 17c8 
17f0
+   17f1 17fd 1b00 1b02 1b06 1b30 1b38 1b80 1b81 1b82 1b84 1b87 1ba0 1ba1 
1bb0
+   1bb1 1bb3 1bb4 1bb5 1bb6 1bb7 1bb8 1bc7 1be0 1be1 1c02 1c03 1c04 1c06 
1c07
+   1c09 1c20 1c21 1c22 1c30 1c60 1c61 1c62 1c81 1c82 1c8c 1c8d 1cb1 1cb2 
1cb3
+   1cb6 1d01 1d10 1d12 1d33 1d81 1db1 1db4 1db5 1db6 1db7 1dba
+"
+
 mask_71xx=">=x11-drivers/nvidia-drivers-72.0.0"
 mask_96xx=">=x11-drivers/nvidia-drivers-97.0.0"
 mask_173x=">=x11-drivers/nvidia-drivers-177.0.0"
 mask_304x=">=x11-drivers/nvidia-drivers-305.0.0"
 mask_340x=">=x11-drivers/nvidia-drivers-341.0.0"
+mask_390x=">=x11-drivers/nvidia-drivers-391.0.0"
 
 # @FUNCTION: nvidia-driver-get-card
 # @DESCRIPTION:
@@ -147,6 +176,13 @@ nvidia-driver-get-mask() {
return 0
fi
done
+
+   for drv in ${drv_390x}; do
+   if [ "x${card}" = "x${drv}" ]; then
+   echo "${mask_390x}"
+   return 0
+   fi
+   done
done
 
echo ''



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

2018-04-11 Thread David Seifert
commit: 3b436bf95936d7c7622021447235386f89b5fe30
Author: David Seifert  gentoo  org>
AuthorDate: Wed Apr 11 20:36:13 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Apr 11 20:37:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b436bf9

app-crypt/nitrokey-app: [QA] Fix missing deps and gnome2_icon_cache_update

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-crypt/nitrokey-app/nitrokey-app-1.3.ebuild  | 11 ++-
 app-crypt/nitrokey-app/nitrokey-app-.ebuild | 11 ++-
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/app-crypt/nitrokey-app/nitrokey-app-1.3.ebuild 
b/app-crypt/nitrokey-app/nitrokey-app-1.3.ebuild
index 3dc9b4162f3..42f38fdb6fd 100644
--- a/app-crypt/nitrokey-app/nitrokey-app-1.3.ebuild
+++ b/app-crypt/nitrokey-app/nitrokey-app-1.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-inherit cmake-utils
+inherit cmake-utils gnome2-utils
 
 DESCRIPTION="Cross platform personalization tool for the Nitrokey"
 HOMEPAGE="https://github.com/Nitrokey/nitrokey-app;
@@ -32,4 +32,13 @@ RDEPEND="
dev-qt/qtwidgets:5"
 DEPEND="
${RDEPEND}
+   dev-libs/cppcodec
virtual/pkgconfig"
+
+pkg_postinst(){
+   gnome2_icon_cache_update
+}
+
+pkg_postrm(){
+   gnome2_icon_cache_update
+}

diff --git a/app-crypt/nitrokey-app/nitrokey-app-.ebuild 
b/app-crypt/nitrokey-app/nitrokey-app-.ebuild
index 3dc9b4162f3..42f38fdb6fd 100644
--- a/app-crypt/nitrokey-app/nitrokey-app-.ebuild
+++ b/app-crypt/nitrokey-app/nitrokey-app-.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-inherit cmake-utils
+inherit cmake-utils gnome2-utils
 
 DESCRIPTION="Cross platform personalization tool for the Nitrokey"
 HOMEPAGE="https://github.com/Nitrokey/nitrokey-app;
@@ -32,4 +32,13 @@ RDEPEND="
dev-qt/qtwidgets:5"
 DEPEND="
${RDEPEND}
+   dev-libs/cppcodec
virtual/pkgconfig"
+
+pkg_postinst(){
+   gnome2_icon_cache_update
+}
+
+pkg_postrm(){
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-04-11 Thread Craig Andrews
commit: 38190a84291c55c669611ad1038521305e413c0a
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Apr 11 20:23:39 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Apr 11 20:25:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38190a84

net-p2p/cpuminer-opt: 3.8.7.2 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.2.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 4dea72b58d4..e202bffa263 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -3,4 +3,5 @@ DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B 
b42d52da56e141bac42b4e5159325f834
 DIST cpuminer-opt-3.8.6.1.tar.gz 1701432 BLAKE2B 
daef8f5f4d5734e80fba1f21dbf3954ccb521dd102dc50427f934b6dbb66d74db85cc2f778da47723783fb2ccca81c6e318da414bc1aa968f4e9966faf88ccea
 SHA512 
a88a0f9b0eb62b5ab74e97616c9c90220847fef232987409ec1ac6d47e1b85f0de186cbccdb317db001dec2f67cd6ea7d5c738abc6bbb42fbadbca53492441db
 DIST cpuminer-opt-3.8.6.tar.gz 1701535 BLAKE2B 
ed51168879e6ca6ada67f13b7325b36c8e58dd3d6d71c55993e84ff9363864fd503f70849fd29366607e57b23f1493539e0e17d1043295266ed4505fbd032cb7
 SHA512 
57ab3ff3f0a298a4c24d0d8cf4f145627435bbdc4577952995a8babbd7838ae36e56a0d1e2b4c8900af6beecae95af29fef58b74b9afb5268307b67043ef93c4
 DIST cpuminer-opt-3.8.7.1.tar.gz 1707776 BLAKE2B 
134c25fab106db6fad601010f8f91a82e42bc03b94e633ffd3db3ef3d4eb05f2561e1249c06f3505a03abbb95976ebfcbcbad225166bc2208a123df15859036a
 SHA512 
74cd569718cf8402cb25a4be4e9d94a897a697e02c7c9f6422313c3a3026f3d12a8eea9669b3a253fdfb471311bf49f8209f35efacb84fd3151e4ac8acda2ed7
+DIST cpuminer-opt-3.8.7.2.tar.gz 1707968 BLAKE2B 
2358286014b631fea94f49de5ccb61477c0b388c650a87734ee684781ddc0f0cbdbb539affce6c12da8a4ca91a132f8ca9a4ba923c971d0ddca8e712276899ec
 SHA512 
857a91a1061d9d4921af94743faee03031e8f2e92ba2e1d885dbd1060b19d6b93d28e9f54d10e59930eb0c8ebdb19db9888aca9ce0a05e7fbbb659d3ae3e25b5
 DIST cpuminer-opt-3.8.7.tar.gz 1707993 BLAKE2B 
c1a3156c02a3adf80b75fd6766c3bb7d20755813f90b2669ff6d462990ef2b80a97218b0a30fb559c8c2b3902bdc194e01f463351778f6fbd2a8a08c44da3e81
 SHA512 
c2aee02586712591d609748e5dbf90d5e28050fa4611915e216a6fef79fdb7ea2e0c31b844457fd505f2cc6892268dbcaebe3ed6b00f2efe9734c8d19ba8096a

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.2.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.2.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



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

2018-04-11 Thread Thomas Deutschmann
commit: 68602054995f198e5b0a4b591afa7fd1c2aa7799
Author: Holger Hoffstätte  applied-asynchrony  com>
AuthorDate: Wed Apr 11 20:21:33 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 11 20:23:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68602054

app-text/mupdf: Use freeglut instead of glfw

Closes: https://bugs.gentoo.org/645948
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/mupdf/mupdf-1.12.0-r1.ebuild | 166 ++
 1 file changed, 166 insertions(+)

diff --git a/app-text/mupdf/mupdf-1.12.0-r1.ebuild 
b/app-text/mupdf/mupdf-1.12.0-r1.ebuild
new file mode 100644
index 000..4aa5e0b3133
--- /dev/null
+++ b/app-text/mupdf/mupdf-1.12.0-r1.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs xdg
+
+DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
+HOMEPAGE="https://mupdf.com/;
+SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz;
+
+LICENSE="AGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="X +curl javascript lcms libressl opengl +openssl static static-libs 
vanilla"
+
+LIB_DEPEND="
+   !libressl? ( dev-libs/openssl:0=[static-libs?] )
+   libressl? ( dev-libs/libressl:0=[static-libs?] )
+   javascript? ( >=dev-lang/mujs-0_p20160504 )
+   media-libs/freetype:2=[static-libs?]
+   media-libs/harfbuzz:=[static-libs?]
+   media-libs/jbig2dec:=[static-libs?]
+   media-libs/libpng:0=[static-libs?]
+   >=media-libs/openjpeg-2.1:2=[static-libs?]
+   net-misc/curl[static-libs?]
+   virtual/jpeg[static-libs?]
+   X? ( x11-libs/libX11[static-libs?]
+   x11-libs/libXext[static-libs?] )
+   opengl? ( >=media-libs/freeglut-3.0.0:= )"
+RDEPEND="${LIB_DEPEND}"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   static-libs? ( ${LIB_DEPEND} )
+   static? ( ${LIB_DEPEND//?}
+   app-arch/bzip2[static-libs]
+   x11-libs/libXau[static-libs]
+   x11-libs/libXdmcp[static-libs]
+   x11-libs/libxcb[static-libs] )"
+
+REQUIRED_USE="opengl? ( !static !static-libs )"
+
+S=${WORKDIR}/${P}-source
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.12-CFLAGS.patch
+   "${FILESDIR}"/${PN}-1.9a-debug-build.patch
+   "${FILESDIR}"/${PN}-1.10a-add-desktop-pc-xpm-files.patch
+   "${FILESDIR}"/${PN}-1.11-openssl-curl-x11.patch
+   "${FILESDIR}"/${PN}-1.11-drop-libmupdfthird.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+   use hppa && append-cflags -ffunction-sections
+
+   # specialized lcms2, keep it if wanted inside lubmupdfthird
+   if ! use lcms ; then
+   rm -rf thirdparty/lcms2
+   fi
+
+   rm -rf 
thirdparty/{README,curl,freeglut,freetype,harfbuzz,jbig2dec,libjpeg,mujs,openjpeg,zlib}
 || die
+   for my_third in thirdparty/* ; do
+   ewarn "Bundled thirdparty lib: ${my_third}"
+   done
+
+   if has_version ">=media-libs/openjpeg-2.1:2" ; then
+   # Remove a switch, which prevents using shared libraries for 
openjpeg2.
+   # See 
http://www.linuxfromscratch.org/blfs/view/cvs/pst/mupdf.html
+   sed '/OPJ_STATIC$/d' -i source/fitz/load-jpx.c
+   fi
+
+   use javascript || \
+   sed -e '/* #define FZ_ENABLE_JS/ a\#define FZ_ENABLE_JS 0' \
+   -i include/mupdf/fitz/config.h
+
+   sed -e "/^libdir=/s:/lib:/$(get_libdir):" \
+   -e "/^prefix=/s:=.*:=${EROOT}/usr:" \
+   -i platform/debian/${PN}.pc || die
+
+   use vanilla || eapply \
+   "${FILESDIR}"/${PN}-1.3-zoom-2.patch
+
+   sed -e "1iOS = Linux" \
+   -e "1iCC = $(tc-getCC)" \
+   -e "1iLD = $(tc-getCC)" \
+   -e "1iAR = $(tc-getAR)" \
+   -e "1iverbose = yes" \
+   -e "1ibuild = debug" \
+   -e "1iprefix = ${ED}usr" \
+   -e "1ilibdir = ${ED}usr/$(get_libdir)" \
+   -e "1idocdir = ${ED}usr/share/doc/${PF}" \
+   -i Makerules || die
+
+   if use static-libs || use static ; then
+   cp -a "${S}" "${S}"-static || die
+   #add missing Libs.private for xcb and freetype
+   sed -e 's:\(pkg-config --libs\):\1 --static:' \
+   -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
+   -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
+   -i "${S}"-static/Makerules || die
+   fi
+
+   my_soname=libmupdf.so.${PV}
+   my_soname_js_none=libmupdf-js-none.so.${PV}
+   sed -e "\$a\$(MUPDF_LIB): \$(MUPDF_JS_NONE_LIB)" \
+   -e 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/, kde-plasma/plasma-workspace/files/

2018-04-11 Thread Andreas Sturmlechner
commit: f1b097e71432eeacb0d7b38a0e65c8f7da3b4227
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 19:57:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 20:04:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b097e7

kde-plasma/plasma-workspace: Fix bbc weather dataengine

See also:
https://mail.kde.org/pipermail/kde-distro-packagers/2018-March/000311.html

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../plasma-workspace-5.12.4-bbc-weather.patch  | 174 +
 .../plasma-workspace-5.12.4-r1.ebuild  | 174 +
 2 files changed, 348 insertions(+)

diff --git 
a/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.4-bbc-weather.patch 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.4-bbc-weather.patch
new file mode 100644
index 000..829a50477d8
--- /dev/null
+++ 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.4-bbc-weather.patch
@@ -0,0 +1,174 @@
+From 558a29efc4c9f055799d23ee6c75464e24489e5a Mon Sep 17 00:00:00 2001
+From: "Friedrich W. H. Kossebau" 
+Date: Fri, 30 Mar 2018 17:10:32 +0200
+Subject: [weather dataengine] Fix BBC provider to adapt to change RSS feed
+
+Summary:
+The urls of the BBC weather feeds seem to have changed, resulting in the
+dataengine to use no longer existing urls.
+
+I could not find the change documented somewhere and also do not know about
+a contact person with BBC, so done based on examples on website, trial &
+error.
+There are some data issues visible in the new data feeds, so chance is the
+feeds might see more rework and might break things again. But without any
+contract or formal agreement we can just play catch-up.
+
+BUG: 392510
+
+Test Plan:
+Existing configured weather applets using a location from a BBC weather
+service work again.
+Newly configured weather applets using a BBC weather service also work.
+
+Reviewers: #plasma, jriddell, cfeck
+
+Reviewed By: cfeck
+
+Subscribers: cfeck, plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D11808
+---
+ dataengines/weather/ions/bbcukmet/ion_bbcukmet.cpp | 47 +-
+ dataengines/weather/ions/bbcukmet/ion_bbcukmet.h   |  4 +-
+ 2 files changed, 31 insertions(+), 20 deletions(-)
+
+diff --git a/dataengines/weather/ions/bbcukmet/ion_bbcukmet.cpp 
b/dataengines/weather/ions/bbcukmet/ion_bbcukmet.cpp
+index 6acaa9b..fcf0bae 100644
+--- a/dataengines/weather/ions/bbcukmet/ion_bbcukmet.cpp
 b/dataengines/weather/ions/bbcukmet/ion_bbcukmet.cpp
+@@ -266,7 +266,19 @@ bool UKMETIon::updateIonSource(const QString& source)
+ setData(source, QStringLiteral("validate"), 
QStringLiteral("bbcukmet|malformed"));
+ return true;
+ }
+-m_place[QStringLiteral("bbcukmet|") +sourceAction[2]].XMLurl = 
sourceAction[3];
++
++XMLMapInfo& place = m_place[QStringLiteral("bbcukmet|") + 
sourceAction[2]];
++
++// backward compatibility after rss feed url change in 2018/03
++place.sourceExtraArg = sourceAction[3];
++if 
(place.sourceExtraArg.startsWith(QLatin1String("http://open.live.bbc.co.uk/;))) 
{
++// Old data source id stored the full (now outdated) 
observation feed url
++// 
http://open.live.bbc.co.uk/weather/feeds/en/STATIOID/observations.rss
++// as extra argument, so extract the id from that
++place.stationId = 
place.sourceExtraArg.section(QLatin1Char('/'), -2, -2);
++} else {
++place.stationId = place.sourceExtraArg;
++}
+ getXMLData(sourceAction[0] + QLatin1Char('|') + sourceAction[2]);
+ return true;
+ }
+@@ -288,7 +300,7 @@ void UKMETIon::getXMLData(const QString& source)
+ }
+ }
+ 
+-const QUrl url(m_place[source].XMLurl);
++const QUrl 
url(QStringLiteral("https://weather-broker-cdn.api.bbci.co.uk/en/observation/rss/;)
 + m_place[source].stationId);
+ 
+ KIO::TransferJob* getJob = KIO::get(url, KIO::Reload, 
KIO::HideProgressInfo);
+ getJob->addMetaData(QStringLiteral("cookies"), QStringLiteral("none")); 
// Disable displaying cookies
+@@ -328,13 +340,8 @@ void UKMETIon::findPlace(const QString& place, const 
QString& source)
+ void UKMETIon::getFiveDayForecast(const QString& source)
+ {
+ XMLMapInfo& place = m_place[source];
+-QUrl xmlMap(place.forecastHTMLUrl);
+-
+-const QString stationID = xmlMap.path().section(QLatin1Char('/'), -1);
+-
+-place.XMLforecastURL = 
QStringLiteral("http://open.live.bbc.co.uk/weather/feeds/en/;) + stationID + 
QStringLiteral("/3dayforecast.rss") + xmlMap.query();
+ 
+-const QUrl url(place.XMLforecastURL);
++const QUrl 
url(QStringLiteral("https://weather-broker-cdn.api.bbci.co.uk/en/forecast/rss/3day/;)
 + place.stationId);
+ 
+ KIO::TransferJob* getJob = KIO::get(url, 

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

2018-04-11 Thread Andreas Sturmlechner
commit: f1a32ef3235d9f6d14f0b90fa8270a07730693fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 11 20:03:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 11 20:04:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a32ef3

media-gfx/krita: 4.0.1 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-gfx/krita/Manifest   |   1 +
 media-gfx/krita/krita-4.0.1.ebuild | 111 +
 2 files changed, 112 insertions(+)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index f2d009c9907..35b0a6ac8e3 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,2 +1,3 @@
 DIST krita-3.3.3.tar.gz 207582956 BLAKE2B 
36fd2978956fbba870ff8d8c28c31db0731742385620d6b5fd0cc275d74bf6352635c4fd4a537a87b7994fa41d140ee05000593d5a95cd288fd07959e8ef1693
 SHA512 
b6dc30809e0d6c19fee4bbb240aa53c65e88361ebe273c73c2f24f43904c3cd51719dadb9c11fb7f691f17d75732374295ce904810d8893b7f95b45f859901e0
 DIST krita-4.0.0.tar.gz 237309220 BLAKE2B 
bbc4fe9b32359348ca1f9a83a6f66cd5972ece2ba6e17c79799e94ff2e8d3968ad0cf6a02c8466c37bd562dc1ee47ce4bacf790f44aa63e02f867cd266d919ce
 SHA512 
026f15c747eedf1335791a607984acbda049a63550b94fe19c99028499668ccbc723dcd66d8b4d3f981035a040121a5fd6a8f35ced911748578af5c88408eaab
+DIST krita-4.0.1.tar.gz 237493152 BLAKE2B 
4029ac08ec17a2f56524404c8d4d61bf73d52d0aae7e783d02899eab9a47750bf19ff201a58cbb3c9a062d55742676d829938b7c456bd7c4ab96988ae5c113f2
 SHA512 
51ec8bfa7936a081bd62ef7020b16f534042fc50abc1218a5d40721f6b6672791700cb09d006a4975491fddc23358d5ef64322231dd7e3284f943bbabc16a980

diff --git a/media-gfx/krita/krita-4.0.1.ebuild 
b/media-gfx/krita/krita-4.0.1.ebuild
new file mode 100644
index 000..432b5ebc269
--- /dev/null
+++ b/media-gfx/krita/krita-4.0.1.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional-recursive"
+VIRTUALX_REQUIRED="test"
+PYTHON_COMPAT=( python3_{4,5,6} )
+inherit kde5 python-single-r1
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
+HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/;
+LICENSE="GPL-3"
+IUSE="color-management fftw gif +gsl +jpeg openexr pdf python qtmedia +raw 
tiff vc"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui '-gles2')
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   dev-libs/boost:=
+   media-gfx/exiv2:=
+   media-libs/lcms
+   media-libs/libpng:0=
+   sys-libs/zlib
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXi
+   color-management? ( media-libs/opencolorio )
+   fftw? ( sci-libs/fftw:3.0= )
+   gif? ( media-libs/giflib )
+   gsl? ( sci-libs/gsl:= )
+   jpeg? ( virtual/jpeg:0 )
+   openexr? (
+   media-libs/ilmbase:=
+   media-libs/openexr
+   )
+   pdf? ( app-text/poppler[qt5] )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+   )
+   qtmedia? ( $(add_qt_dep qtmultimedia) )
+   raw? ( media-libs/libraw:= )
+   tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-cpp/eigen:3
+   dev-lang/perl
+   sys-devel/gettext
+   vc? ( >=dev-libs/vc-1.1.0 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/calligra:4[calligra_features_krita]
+   !app-office/calligra-l10n:4[calligra_features_krita(+)]
+"
+
+# bug 630508
+RESTRICT+=" test"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package color-management OCIO)
+   $(cmake-utils_use_find_package fftw FFTW3)
+   $(cmake-utils_use_find_package gif GIF)
+   

  1   2   3   >