[gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/files/, app-misc/geneweb/

2018-03-26 Thread Alfredo Tupone
commit: d18d52d52f980fef6f5927a219367b975cf49408
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Mar 27 05:54:50 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Mar 27 05:54:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18d52d5

app-misc/geneweb: Remove STRIP_MASK. Stable 6.08. Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/geneweb/Manifest  |  2 -
 app-misc/geneweb/files/geneweb-6.07-gentoo.patch   | 30 
 .../files/geneweb-6.07-parallellbuild.patch| 68 --
 app-misc/geneweb/geneweb-6.07.ebuild   | 84 --
 app-misc/geneweb/geneweb-6.08-r1.ebuild|  6 +-
 5 files changed, 3 insertions(+), 187 deletions(-)

diff --git a/app-misc/geneweb/Manifest b/app-misc/geneweb/Manifest
index 5e15f834958..ce02b368b59 100644
--- a/app-misc/geneweb/Manifest
+++ b/app-misc/geneweb/Manifest
@@ -1,4 +1,2 @@
-DIST geneweb-6.07-reduce-utf8.ml.patch.gz 185409 BLAKE2B 
38cebdd34860cb92e9b7320c8b0fba4631c2ab6d6f30d7649f6eabc345cc4604426c37baa94fe614988facd97fed7b2e07360175fec6ce0b86b5ff79d4874750
 SHA512 
d6b71fc6d3a1488f6e96e65ab0c942c08b9e0307b2d06c9bb97fde0c2e35af2fb4b52011024e67550e608603eacfaf5ee312c99c9228edfedc2dbe82745de227
 DIST geneweb-6.08-ocaml-4.patch.gz 22259 BLAKE2B 
c3471b44bae06db04f51f4fbfacaf5d93388f79673686d0fdd988df482f836bd49f853c5acb3b94c39f890b7d9bd8d118b4042100c466a06a2e57227da9eee3b
 SHA512 
333a9ca899bf454e1c534f6c890b5cbe842821573b39e9d0e432cfbdf30dbe3a495a5ecb5a9b4a00882ee51bbb3ec1ca4b417e34050a7f84e434d0424c126def
 DIST geneweb-6.08.tar.gz 1791450 BLAKE2B 
35fcd0a4087892b992b87dd4fb54b458be0e300042a237458fdeea9a4a9b8649f93261d896d6b7ad19b681b95b343013d99d99027d86b1796f74cab916178d32
 SHA512 
7f1d552342e8a5b05961be75c1afb768853f22cc7eb4477fa63d6a3af29ea852862ce043ae89cd1589ede20fe561ad7d77ab757cc1ecb26ce1473f0e3621b835
-DIST gw-6.07-src.tgz 1855016 BLAKE2B 
9ba23961607b399a1d731e163605744f79136af40a51a61cd80f2af04a3c3d388fdc3444c33c740e0c6b4137df0cbfd6145759c50c7c8a7d04b472a5d4505a17
 SHA512 
719884af80809b25946175731ae20b280e13f6e18471903d928c11838a2a92a43f03dd8152b7b01dfcaf45fbd942035f4b54f049899ea134cd161cfc971d

diff --git a/app-misc/geneweb/files/geneweb-6.07-gentoo.patch 
b/app-misc/geneweb/files/geneweb-6.07-gentoo.patch
deleted file mode 100644
index a7cdff7a44c..000
--- a/app-misc/geneweb/files/geneweb-6.07-gentoo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 setup/setup.ml.old 2007-08-07 19:25:13.0 +0200
-+++ setup/setup.ml 2007-08-07 19:24:59.0 +0200
-@@ -5,8 +5,8 @@
- 
- value port = ref 2316;
- value default_lang = ref "en";
--value setup_dir = ref ".";
--value bin_dir = ref "";
-+value setup_dir = ref "/usr/share/geneweb";
-+value bin_dir = ref "/usr/bin";
- value lang_param = ref "";
- value only_file = ref "";
- 
 tools/Makefile.inc.unix.old2008-04-23 15:22:50.0 +0200
-+++ tools/Makefile.inc.unix2008-04-23 15:23:04.0 +0200
-@@ -5,11 +5,11 @@
- CAMLP5F=-DUNIX
- CAMLP5D=+camlp5
- LIBUNIX=-cclib -lunix
--OCAMLC=ocamlc.opt -warn-error A
--OCAMLOPT=ocamlopt.opt -warn-error A
-+OCAMLC=ocamlc.opt
-+OCAMLOPT=ocamlopt.opt
- OCAMLI=
- OCAMLD=
--STRIP=strip
-+STRIP=true
- RM=/bin/rm -f
- EXE=
- STATIC=-ccopt -static

diff --git a/app-misc/geneweb/files/geneweb-6.07-parallellbuild.patch 
b/app-misc/geneweb/files/geneweb-6.07-parallellbuild.patch
deleted file mode 100644
index cb1a5b0125e..000
--- a/app-misc/geneweb/files/geneweb-6.07-parallellbuild.patch
+++ /dev/null
@@ -1,68 +0,0 @@
 wserver/Makefile.old   2011-03-11 13:47:04.0 +0100
-+++ wserver/Makefile   2011-03-11 13:47:20.0 +0100
-@@ -4,8 +4,10 @@
- 
- OBJS=wserver.cmo
- 
--all:: pa_macro5.cmo $(OBJS)
-+all:: pa_macro5.cmo
-+  $(MAKE) $(OBJS)
--opt:: pa_macro5.cmo $(OBJS:.cmo=.cmx)
-+opt:: pa_macro5.cmo
-+  $(MAKE) $(OBJS:.cmo=.cmx)
- 
- pa_macro5.cmo: pa_macro5.ml
-   camlp5r pa_extend.cmo q_MLast.cmo -o pa_macro5.ppo pa_macro5.ml
 src/Makefile.old   2013-04-18 21:29:52.727049806 +0200
-+++ src/Makefile   2013-04-18 21:30:58.838414496 +0200
-@@ -153,6 +153,8 @@
-   ) | \
-   sort | uniq | grep -v '^$$' > i18n
- 
-+config.cmi: gwdb.cmi
-+
- always:
- 
- depend:
 src/.depend.old2014-07-17 09:18:26.882149121 +0200
-+++ src/.depend2014-07-17 09:19:07.981770328 +0200
-@@ -162,7 +162,7 @@
- mutil.cmx notesLinks.cmx progrBar.cmx secure.cmx select.cmx 
- history.cmo: adef.cmi buff.cmo config.cmi date.cmi def.cmi gutil.cmi \
- gwdb.cmi hutil.cmi mutil.cmi secure.cmi templ.cmi templAst.cmi util.cmi \
--history_diff.cmi ../wserver/wserver.cmi history.cmi 
-+history_diff.cmo ../wserver/wserver.cmi history.cmi 
- history.cmx: adef.cmx buff.cmx config.cmi date.cmx def.cmi gutil.cmx \
- gwdb.cmx hutil.cmx mutil.cmx secure.cmx templ.cmx templAst.cmi util.cmx \
- history_diff.cmx ../wserver/wserver.cmx history.cmi 

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

2018-03-26 Thread Hans de Graaff
commit: b002c5c00f02bfb4ce2c814e9c16357fa6beac94
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 05:22:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b002c5c0

dev-ruby/childlabor: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild 
b/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild
index b6da8fb7797..43443b66195 100644
--- a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild
+++ b/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



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

2018-03-26 Thread Hans de Graaff
commit: 6a2fed0c556938427a01081300ca124219e0a0e1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 04:49:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2fed0c

cleanup version removed upstream, bug 651634

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

 app-admin/puppet-lint/Manifest |  1 -
 app-admin/puppet-lint/puppet-lint-2.3.4.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 3f0a730bfa6..1430ba0f968 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,2 @@
 DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 
57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996
 SHA512 
9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68
-DIST puppet-lint-2.3.4.gem 86016 BLAKE2B 
4e7c0da6bb77558312b389be68ee17a75a2dffa795eb0a985101177f45ac362d0a4bf70804198b82f981bcc2023768503f7362799a2853ea2e159071853c5dfc
 SHA512 
27ef230b337eae8395efa2329ad150b7f0a21bfff1b2e5ee4807dd088705723d9887ae3c166eeb8daa61337d2efd5907fcb5c86c6cfb0a42c0fc30dfd7ba
 DIST puppet-lint-2.3.5.gem 86528 BLAKE2B 
7455c729cb0512cb26838439c854c70d2581f2102594ac60d76a34f9839b0bb7dbab65beb87369419dc0e66583bfac1ad9f22d65ee3ee9bf35aa3c37e8f0d1b9
 SHA512 
5e1978c5438869c12c2151e76fe6cea12c447d9f59f1fbbc90fb80e61c7ff9c220be85f70cf95dec2380cd35205ffec0473cc7eda0db21b94a30b533d4214707

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild
deleted file mode 100644
index e672004b0fd..000
--- a/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit eutils ruby-fakegem
-
-DESCRIPTION="A linter for puppet DSL"
-HOMEPAGE="http://puppet-lint.com/;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_bdepend "test? (
-   dev-ruby/rspec-its:1
-   dev-ruby/rspec-collection_matchers:1
-   dev-ruby/rspec-json_expectations )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-}



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

2018-03-26 Thread Hans de Graaff
commit: a6b661e31a9d262b5377a3088f993191e51f3d86
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 04:48:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b661e3

app-admin/puppet-lint: add 2.3.5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.5.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 491c3200805..3f0a730bfa6 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 
57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996
 SHA512 
9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68
 DIST puppet-lint-2.3.4.gem 86016 BLAKE2B 
4e7c0da6bb77558312b389be68ee17a75a2dffa795eb0a985101177f45ac362d0a4bf70804198b82f981bcc2023768503f7362799a2853ea2e159071853c5dfc
 SHA512 
27ef230b337eae8395efa2329ad150b7f0a21bfff1b2e5ee4807dd088705723d9887ae3c166eeb8daa61337d2efd5907fcb5c86c6cfb0a42c0fc30dfd7ba
+DIST puppet-lint-2.3.5.gem 86528 BLAKE2B 
7455c729cb0512cb26838439c854c70d2581f2102594ac60d76a34f9839b0bb7dbab65beb87369419dc0e66583bfac1ad9f22d65ee3ee9bf35aa3c37e8f0d1b9
 SHA512 
5e1978c5438869c12c2151e76fe6cea12c447d9f59f1fbbc90fb80e61c7ff9c220be85f70cf95dec2380cd35205ffec0473cc7eda0db21b94a30b533d4214707

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
new file mode 100644
index 000..e672004b0fd
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit eutils ruby-fakegem
+
+DESCRIPTION="A linter for puppet DSL"
+HOMEPAGE="http://puppet-lint.com/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec-its:1
+   dev-ruby/rspec-collection_matchers:1
+   dev-ruby/rspec-json_expectations )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
+}



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

2018-03-26 Thread Hans de Graaff
commit: 1cd45769ce441b1e6e0d09a6a63f728d3eae4206
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 04:53:37 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd45769

dev-ruby/slop: add 4.6.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
index 85a42e3836b..fd5600b27af 100644
--- a/dev-ruby/slop/Manifest
+++ b/dev-ruby/slop/Manifest
@@ -2,3 +2,4 @@ DIST slop-3.6.0.tgz 19570 BLAKE2B 
a65b4bf689d48f7a97d00a9a06a926d5cd10a62053e9ff
 DIST slop-4.4.1.tgz 14506 BLAKE2B 
2750bba5b58e56e333cfdb5397bda025e6d55cc08411ad2c50f2def00c2dd9830cf9e3078ac0fc34d36e0d940e7985bce19539ba47ac7748cc10a392238cde70
 SHA512 
fc0675ee82664195823e5fe465d0812324722b1ecf8d998e13cdcd2cafa7f5ddab3b10b2912ecaf6213f44edfb8baa09e6437596bd4a9a3d7d329efa52bcfc1e
 DIST slop-4.4.3.tgz 14763 BLAKE2B 
e0bfbf296b5c17fe9b8a96c3b8c579444084882cfa5cdca6a9aee8dac6e1290959b00e12078a79c64c1dd1fd2ca5282b9efae57751a1a2a1435bb3dce617724e
 SHA512 
ef34bde9a11734b833270a7a2e5e41996c448d02ab4af37950abfd053c817d1075f0ec2fb8068642d784e2e285b9cba9d6e002f97a1a84cc7dba84a319624544
 DIST slop-4.6.1.tgz 15670 BLAKE2B 
688c01b03489902fae3e5528b3d33618e28f9d26432834a5c92bd7aa9fc1065688d980e2beb0c92bf81a27e5a372bfdd7739e1311954272571a17e7902be709e
 SHA512 
c32714dd54f65fc5f0da680a94a74c0acb573e3fe5bf36770d849180b921e9794bb0a5dadfe340f7177cc91b433c895cf5d22ff078a9b13d872a24a153cf7236
+DIST slop-4.6.2.tgz 15750 BLAKE2B 
a31c8ec895e534be7fe77eb09909c2210d298c1a89099080af816b9e06a5ee2358aef223b1ce0669f9d40cc91c04ce55e8ebb6d506a4bec35fb1fd9b93c0017d
 SHA512 
352d7e5bbbe9ae4c324d1561f953fe28c1c99078bdef27f1be45453e60b34e0191e94d8952ec0a8cee7d689c6ba910616c9515747e81a8378fa825cb2139bfc7

diff --git a/dev-ruby/slop/slop-4.6.2.ebuild b/dev-ruby/slop/slop-4.6.2.ebuild
new file mode 100644
index 000..b1b5e9148f2
--- /dev/null
+++ b/dev-ruby/slop/slop-4.6.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple option parser with an easy to remember syntax and 
friendly API"
+HOMEPAGE="https://github.com/injekt/slop;
+SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' slop.gemspec || die
+}



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

2018-03-26 Thread Hans de Graaff
commit: 72227e458966bcc88310ecbca958d7880b47f08d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 05:39:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72227e45

dev-ruby/thread_safe: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 3969b007335..2ab4ebb5475 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 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/mocha/

2018-03-26 Thread Hans de Graaff
commit: 5834cc59ae1abf49f16e0afa8c2c3f3be2c1f81b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 04:58:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5834cc59

dev-ruby/mocha: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/mocha/mocha-1.4.0.ebuild 
b/dev-ruby/mocha/mocha-1.4.0.ebuild
index 1c0498c648b..b70f4f07791 100644
--- a/dev-ruby/mocha/mocha-1.4.0.ebuild
+++ b/dev-ruby/mocha/mocha-1.4.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST="test:units"
 



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

2018-03-26 Thread Johannes Huber
commit: 9b57ca9da8057a775596dbfa48b2c7d78f4b860f
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Mar 27 05:12:28 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Mar 27 05:12:28 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b57ca9d

media-gfx/digikam: Sync w/ tree

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 7d2aec96b9..2bb7eeecc9 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -8,6 +8,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
KDE_TEST="true"
 fi
 CMAKE_MAKEFILE_GENERATOR="emake"
+KDE_APPS_MINIMAL="17.12.0"
 inherit kde5 toolchain-funcs
 
 DESCRIPTION="Digital photo management application"
@@ -26,8 +27,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
S="${WORKDIR}/${MY_P}/core"
 fi
 
-# TODO: Package QtAV http://www.qtav.org/
-# video? ( media-video/qtav )
 COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)



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

2018-03-26 Thread Johannes Huber
commit: 4452cd097129ed83f97de7cc7075556b7001f337
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Mar 27 05:10:27 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Mar 27 05:10:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4452cd09

media-gfx/digikam: Version bump 5.9.0

Closes: https://bugs.gentoo.org/650546
Reported-by: Vit Pelcak  gmail.com>
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/digikam/Manifest |   1 +
 media-gfx/digikam/digikam-5.9.0.ebuild | 169 +
 2 files changed, 170 insertions(+)

diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest
index 76ae0410132..d23807cfbbd 100644
--- a/media-gfx/digikam/Manifest
+++ b/media-gfx/digikam/Manifest
@@ -1 +1,2 @@
 DIST digikam-5.7.0.tar.xz 123315064 BLAKE2B 
0879b25e674e39d204038ab629dec36757ae034e3dd7e9a0a3700f9703272c4a972a21c1db5a42c6c294247a1226b1cb9a8b980bb90cdcc12e0cd752459273ef
 SHA512 
626c9854311c637b994325237f171adce3dba39159fb336dfe95f1de287e2d08a3aaddd611eea87e8018047d331aff252b555c382cfbe1d8e14413c51a3849f4
+DIST digikam-5.9.0.tar.xz 132931184 BLAKE2B 
cfbcbae8471c9c00bdf846d13bbc1ce3fbbd2ee4cc86500d011f9e15c1a21d7799638f94708794e8bc36a200df455667f9df8fcefdc38aaa00060630807d11cb
 SHA512 
f6134a957dcd11343e34f0bc90f5560a28ed205c47d2ffd76a5418a4c63f76706045e9179c47f1448304b59081051b524f7a6847c3c1dcee4673047ce5d90e63

diff --git a/media-gfx/digikam/digikam-5.9.0.ebuild 
b/media-gfx/digikam/digikam-5.9.0.ebuild
new file mode 100644
index 000..aa345e91db4
--- /dev/null
+++ b/media-gfx/digikam/digikam-5.9.0.ebuild
@@ -0,0 +1,169 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   KDE_HANDBOOK="true"
+   KDE_TEST="true"
+fi
+CMAKE_MAKEFILE_GENERATOR="emake"
+KDE_APPS_MINIMAL="17.12.0"
+inherit kde5 toolchain-funcs
+
+DESCRIPTION="Digital photo management application"
+HOMEPAGE="https://www.digikam.org/;
+
+LICENSE="GPL-2"
+IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble mediaplayer 
semantic-desktop mysql opengl openmp +panorama scanner X"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   KEYWORDS="~amd64 ~x86"
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   SRC_BRANCH=stable
+   [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
+   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
+   S="${WORKDIR}/${MY_P}/core"
+fi
+
+# TODO: Package QtAV http://www.qtav.org/
+# video? ( media-video/qtav )
+COMMON_DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui '-gles2')
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql 'mysql?')
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-libs/expat
+   >=media-gfx/exiv2-0.26:=
+   media-libs/lcms:2
+   media-libs/liblqr
+   media-libs/libpng:0=
+   media-libs/opencv:=[-qt4(-)]
+   || ( =media-libs/opencv-3.1.0 )
+   media-libs/tiff:0
+   virtual/jpeg:0
+   addressbook? (
+   $(add_kdeapps_dep akonadi-contacts)
+   $(add_kdeapps_dep kcontacts)
+   )
+   calendar? ( $(add_kdeapps_dep kcalcore) )
+   gphoto2? ( media-libs/libgphoto2:= )
+   jpeg2k? ( media-libs/jasper:= )
+   kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )
+   lensfun? ( media-libs/lensfun )
+   marble? (
+   $(add_frameworks_dep kbookmarks)
+   $(add_kdeapps_dep marble)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtnetwork)
+   )
+   mediaplayer? ( media-libs/qtav[opengl] )
+   mysql? ( virtual/mysql[server] )
+   opengl? (
+   $(add_qt_dep qtopengl)
+   virtual/opengl
+   )
+   panorama? ( $(add_frameworks_dep threadweaver) )
+   scanner? ( $(add_kdeapps_dep libksane) )
+   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
+   X? (
+   $(add_qt_dep qtx11extras)
+   x11-libs/libX11
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-cpp/eigen:3
+   dev-libs/boost[threads]
+   sys-devel/gettext
+   panorama? (
+   sys-devel/bison
+   sys-devel/flex
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   media-plugins/kipi-plugins:5
+   panorama? ( 

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

2018-03-26 Thread Johannes Huber
commit: d75dd4397b22606aa13c45bc8293dd6d03dd31fd
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Mar 27 05:10:36 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Mar 27 05:10:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75dd439

media-gfx/digikam: Remove obsolete comment

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/digikam/digikam-5.7.0-r1.ebuild | 4 +---
 media-gfx/digikam/digikam-5.7.0-r3.ebuild | 4 +---
 media-gfx/digikam/digikam-5.9.0.ebuild| 2 --
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/media-gfx/digikam/digikam-5.7.0-r1.ebuild 
b/media-gfx/digikam/digikam-5.7.0-r1.ebuild
index 71d112cc5d8..745baaf753b 100644
--- a/media-gfx/digikam/digikam-5.7.0-r1.ebuild
+++ b/media-gfx/digikam/digikam-5.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,8 +26,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
S="${WORKDIR}/${MY_P}/core"
 fi
 
-# TODO: Package QtAV http://www.qtav.org/
-# video? ( media-video/qtav )
 COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)

diff --git a/media-gfx/digikam/digikam-5.7.0-r3.ebuild 
b/media-gfx/digikam/digikam-5.7.0-r3.ebuild
index 0ed4fee5e5e..b9dcb0e7512 100644
--- a/media-gfx/digikam/digikam-5.7.0-r3.ebuild
+++ b/media-gfx/digikam/digikam-5.7.0-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
@@ -27,8 +27,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
S="${WORKDIR}/${MY_P}/core"
 fi
 
-# TODO: Package QtAV http://www.qtav.org/
-# video? ( media-video/qtav )
 COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)

diff --git a/media-gfx/digikam/digikam-5.9.0.ebuild 
b/media-gfx/digikam/digikam-5.9.0.ebuild
index aa345e91db4..2bb7eeecc97 100644
--- a/media-gfx/digikam/digikam-5.9.0.ebuild
+++ b/media-gfx/digikam/digikam-5.9.0.ebuild
@@ -27,8 +27,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
S="${WORKDIR}/${MY_P}/core"
 fi
 
-# TODO: Package QtAV http://www.qtav.org/
-# video? ( media-video/qtav )
 COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)



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

2018-03-26 Thread Johannes Huber
commit: 0b98e23e7594d12d19b88e48ddd9b37d1f5a5c18
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Mar 27 05:10:14 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Mar 27 05:10:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b98e23e

media-plugins/kipi-plugins: Version bump 5.9.0

Bug: https://bugs.gentoo.org/650546
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-plugins/kipi-plugins/Manifest|  1 +
 .../kipi-plugins/kipi-plugins-5.9.0.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/media-plugins/kipi-plugins/Manifest 
b/media-plugins/kipi-plugins/Manifest
index 76ae0410132..d23807cfbbd 100644
--- a/media-plugins/kipi-plugins/Manifest
+++ b/media-plugins/kipi-plugins/Manifest
@@ -1 +1,2 @@
 DIST digikam-5.7.0.tar.xz 123315064 BLAKE2B 
0879b25e674e39d204038ab629dec36757ae034e3dd7e9a0a3700f9703272c4a972a21c1db5a42c6c294247a1226b1cb9a8b980bb90cdcc12e0cd752459273ef
 SHA512 
626c9854311c637b994325237f171adce3dba39159fb336dfe95f1de287e2d08a3aaddd611eea87e8018047d331aff252b555c382cfbe1d8e14413c51a3849f4
+DIST digikam-5.9.0.tar.xz 132931184 BLAKE2B 
cfbcbae8471c9c00bdf846d13bbc1ce3fbbd2ee4cc86500d011f9e15c1a21d7799638f94708794e8bc36a200df455667f9df8fcefdc38aaa00060630807d11cb
 SHA512 
f6134a957dcd11343e34f0bc90f5560a28ed205c47d2ffd76a5418a4c63f76706045e9179c47f1448304b59081051b524f7a6847c3c1dcee4673047ce5d90e63

diff --git a/media-plugins/kipi-plugins/kipi-plugins-5.9.0.ebuild 
b/media-plugins/kipi-plugins/kipi-plugins-5.9.0.ebuild
new file mode 100644
index 000..5a19db42937
--- /dev/null
+++ b/media-plugins/kipi-plugins/kipi-plugins-5.9.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Plugins for the KDE Image Plugin Interface"
+HOMEPAGE="https://www.digikam.org/;
+
+LICENSE="GPL-2+"
+IUSE="flashexport mediawiki +remotestorage vkontakte"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64 ~x86"
+   if [[ ${PV} =~ beta[0-9]$ ]]; then
+   SRC_BRANCH="unstable"
+   else
+   SRC_BRANCH="stable"
+   fi
+
+   MY_PV="${PV/_/-}"
+   MY_P="digikam-${MY_PV}"
+   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
+   S="${WORKDIR}/${MY_P}/extra/${PN}"
+fi
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkipi '' '' '5=')
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   $(add_qt_dep qtxmlpatterns)
+   flashexport? ( $(add_frameworks_dep karchive) )
+   mediawiki? ( net-libs/libmediawiki:5 )
+   remotestorage? ( $(add_frameworks_dep kio) )
+   vkontakte? ( net-libs/libkvkontakte:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtconcurrent)
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !media-plugins/kipi-plugins:4
+"
+
+src_prepare() {
+   if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   if [[ ${SRC_BRANCH} = stable ]]; then
+   # prepare the translations
+   mv "${WORKDIR}/${MY_P}/po" po || die
+   find po -name "*.po" -and -not -name "kipiplugin*.po" 
-delete || die
+   echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt 
|| die
+   echo "add_subdirectory( po )" >> CMakeLists.txt || die
+   fi
+   fi
+
+   kde5_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package flashexport KF5Archive)
+   $(cmake-utils_use_find_package mediawiki KF5MediaWiki)
+   -DENABLE_KIO=$(usex remotestorage)
+   $(cmake-utils_use_find_package vkontakte KF5Vkontakte)
+   )
+
+   kde5_src_configure
+}



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

2018-03-26 Thread NP Hardass
commit: efe7650d3ba8b835648176a223213a40dbd1e7ca
Author: Jan Vesely  gmail  com>
AuthorDate: Sun Mar 25 03:26:36 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe7650d

net-im/telegram-desktop-bin: Drop old 1.2.1

Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.2.1.ebuild  | 58 --
 2 files changed, 61 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index fcfb151a503..240053a66b5 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
-DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
 DIST tdesktop-1.2.14.tar.gz 16914390 BLAKE2B 
b687fef01123d7bb7ee0f6e7fab7a4900a217da1aafa2fd35c15950a90c9bd7c0927b395db1238c9cdde676432c7222c8f22ad336a26546704e1a85a7c403a51
 SHA512 
57f4c6ff4edffc24f2a7e5054c799ffe7bbabaa9dc90b0906452ba884555e10f5cea34d204534f3c249903a2d619cef20e7d0ea5d85d60d1fc95cd0bbb8b96b5
 DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
-DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
 DIST tsetup.1.2.14.tar.xz 33389376 BLAKE2B 
efb41707a47facd5f330677f638920ef9e262159ee3e1358ecf90da2c558b66322b27a6fa9a7137520efd501610145758d4f0e16debf992feff206849e7f5f57
 SHA512 
b187cdf74fb41f0e3d0e96248b0f2552c728f414f556d999fe3734970ddc653f9adac54ec6dd221a3464154feae9c294d73b7fe2e34c181637021c70e8173f9d
 DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
-DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0
 DIST tsetup32.1.2.14.tar.xz 35557656 BLAKE2B 
15bb265377fcac2b53d03bfa486ae43a1033ed3771922e202a48b8d566b3dfb59abfcd6fbd5f7910daf95d72806edc6c745e85c86635346df1cd700a085b36b0
 SHA512 
bfa1de5341b166c365e7806b2283df11244d0445618e62c3abedc1d16db6b002cb5a5cb4cdfa2111073cb29424255628de3f64815044f42b920f5ef489d2a702
 DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild
deleted file mode 100644
index 2de83b92ec6..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
-"
-
-LICENSE="telegram"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-QA_PREBUILT="usr/bin/telegram-desktop"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=sys-apps/dbus-1.4.20
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-DEPEND=""
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   newbin "${S}/Telegram" telegram-desktop
-
-   local icon_size
-   for icon_size in 16 32 48 64 128 256 512; do
-   newicon -s "${icon_size}" \
-   

[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/files/, app-crypt/acme-tiny/

2018-03-26 Thread NP Hardass
commit: 95c694bf1aaaf36a73aa92a9b56e96764f6cdb86
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Mar 20 15:46:04 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c694bf

app-crypt/acme-tiny: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/Manifest   |   2 -
 app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild   |  50 ---
 app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild |  43 --
 .../files/acme-tiny-4.0.0-PR101-contactinfo.patch  |  34 -
 .../files/acme-tiny-PR101-contactinfo.patch|  97 -
 .../acme-tiny/files/acme-tiny-PR50-setup.py.patch  | 150 -
 .../acme-tiny/files/acme-tiny-PR87-readmefix.patch |  23 
 7 files changed, 399 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index 3f8a4895242..4bc5473e28c 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1,3 +1 @@
-DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B 
e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883c8c2327fca6be0240a17f
 SHA512 
0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700
-DIST acme-tiny-4.0.0.tar.gz 11934 BLAKE2B 
2303fcd4e14d75cb7b36426f9ffe7e5f989d886be16b322aea2f8b40937e8c1a850704869570911ff7365a9545f5e41006f4e655ba207db9a7105ec3d59c8c32
 SHA512 
45f3469fbfa8b57c5755595823a6d08fd977c29d948b618ab6bd9c4feba4910bdcc1540757ba78bcdcd7e01c6f7451f4e8aec951a0ae118ab6597a1714f30691
 DIST acme-tiny-4.0.3.tar.gz 12662 BLAKE2B 
6a17d0597731a5c8c1b260fa47396cb5bf8a223f44c8e498532b6e90a2ded35c5fcae058a8682e59ab060c1eeb27e09c8db8588e1d72cfd75b65f867d3e94f9a
 SHA512 
bd37d4f878f2851c8e88acb78699b855cfd306928e2d70ef1d35dc9883d44dae3c7622e2114b1d5c4e0c5865b61ad3958a776467ab45eaedb0cf612530ca5dc7

diff --git a/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild 
b/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
deleted file mode 100644
index 5dc8c71c35e..000
--- a/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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,3_5,3_6} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/diafygi/${PN}.git;
-   KEYWORDS=""
-elif [[ ${PV} =~ 0_p* ]]; then
-   HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32"
-   SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${HASH}"
-else
-   SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny;
-
-LICENSE="MIT"
-SLOT="0"
-
-IUSE="minimal"
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
-
-pkg_setup() {
-   if [[ ${PV} !=  ]]; then
-   export 
SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
-   fi
-}
-
-src_prepare() {
-   if ! use minimal; then
-   PATCHES+=(
-   "${FILESDIR}/${PN}-PR87-readmefix.patch"
-   "${FILESDIR}/${PN}-PR101-contactinfo.patch"
-   )
-   fi
-   distutils-r1_src_prepare
-}

diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild 
b/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild
deleted file mode 100644
index c36ebd5cd3c..000
--- a/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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,3_5,3_6} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/diafygi/${PN}.git;
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny;
-
-LICENSE="MIT"
-SLOT="0"
-
-IUSE="minimal"
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-pkg_setup() {
-   if [[ ${PV} !=  ]]; then
-   export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
-   fi
-}
-
-src_prepare() {
-   if ! use minimal; then
-   local PATCHES=(
-   "${FILESDIR}/${PN}-PR87-readmefix.patch"
-   

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

2018-03-26 Thread NP Hardass
commit: e6d319c8a9c404ad24fdeee6ac2f576927edf187
Author: Jan Vesely  gmail  com>
AuthorDate: Mon Mar 26 13:10:34 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d319c8

net-im/telegram-desktop-bin: bump version to 1.2.15

Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.2.15.ebuild | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 240053a66b5..72af6bafeae 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.2.14.tar.gz 16914390 BLAKE2B 
b687fef01123d7bb7ee0f6e7fab7a4900a217da1aafa2fd35c15950a90c9bd7c0927b395db1238c9cdde676432c7222c8f22ad336a26546704e1a85a7c403a51
 SHA512 
57f4c6ff4edffc24f2a7e5054c799ffe7bbabaa9dc90b0906452ba884555e10f5cea34d204534f3c249903a2d619cef20e7d0ea5d85d60d1fc95cd0bbb8b96b5
+DIST tdesktop-1.2.15.tar.gz 16916025 BLAKE2B 
c78c42875cdc159762ba95f6debdf10a0e2693ed5706f9b7274f284a77dd43bf3a07d8685032c8d07913ce3d85514561db3d88fcd52b2c92c967ec86af23274f
 SHA512 
9b73a7029790feaed2b044df81251bf3c09e7ce3485669cbb9dd304b7adca29c29991e1d3f8e40873e0e6200ed47b27a4cacaee2c4f6bad407d86650ed642f77
 DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
 DIST tsetup.1.2.14.tar.xz 33389376 BLAKE2B 
efb41707a47facd5f330677f638920ef9e262159ee3e1358ecf90da2c558b66322b27a6fa9a7137520efd501610145758d4f0e16debf992feff206849e7f5f57
 SHA512 
b187cdf74fb41f0e3d0e96248b0f2552c728f414f556d999fe3734970ddc653f9adac54ec6dd221a3464154feae9c294d73b7fe2e34c181637021c70e8173f9d
+DIST tsetup.1.2.15.tar.xz 33391864 BLAKE2B 
8631022e27d11fa1003d3a0d7f6359e67c2a504f0362fefa380471189fcc6d2c736e530b1f5044e0d30fc6a5290e206ce534f1e0843c1778cdc4740148333b0a
 SHA512 
d13649cf52702f2abcfb62bdb2ea8000f6087f26dd8ecb2f4663cb609b50095c9f36bdf0aac2ddef39824a9d4c7ca637448ea4749cc709c40d5af736f18d20cb
 DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
 DIST tsetup32.1.2.14.tar.xz 35557656 BLAKE2B 
15bb265377fcac2b53d03bfa486ae43a1033ed3771922e202a48b8d566b3dfb59abfcd6fbd5f7910daf95d72806edc6c745e85c86635346df1cd700a085b36b0
 SHA512 
bfa1de5341b166c365e7806b2283df11244d0445618e62c3abedc1d16db6b002cb5a5cb4cdfa2111073cb29424255628de3f64815044f42b920f5ef489d2a702
+DIST tsetup32.1.2.15.tar.xz 35562536 BLAKE2B 
3d5977bb64a3f62b2442563fbcc430c7603288e75d1e63fb594e14b034bc06ba3c85529215e2ed03f276f7776f2d9ac8139e0f4ae5d4feb8e6a7805aa5f6b215
 SHA512 
7000489a8ccef45b226858af707cb167dff346e10e33f0ecf745c0b26eae8cb7df9d5bf1604eda5865611aae324b5da6f7b1975371257dec34065cd2e3399833
 DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.15.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.15.ebuild
new file mode 100644
index 000..6522d0b976f
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.15.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+QA_PREBUILT="usr/bin/telegram-desktop"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+DEPEND=""
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   newbin "${S}/Telegram" telegram-desktop
+
+   local icon_size
+   for icon_size in 16 32 48 64 128 256 512; do
+   newicon -s "${icon_size}" \
+   

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

2018-03-26 Thread NP Hardass
commit: 905e3a5096f7b73eefa737f725591fa1711b9971
Author: Jan Vesely  gmail  com>
AuthorDate: Thu Mar 22 04:52:25 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905e3a50

net-im/telegram-desktop-bin: bump version to 1.2.14

Uses desktop eclass instead of eutils

Signed-off-by: Jan Vesely  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/7547
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.2.14.ebuild | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 3ecccb3d779..fcfb151a503 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
+DIST tdesktop-1.2.14.tar.gz 16914390 BLAKE2B 
b687fef01123d7bb7ee0f6e7fab7a4900a217da1aafa2fd35c15950a90c9bd7c0927b395db1238c9cdde676432c7222c8f22ad336a26546704e1a85a7c403a51
 SHA512 
57f4c6ff4edffc24f2a7e5054c799ffe7bbabaa9dc90b0906452ba884555e10f5cea34d204534f3c249903a2d619cef20e7d0ea5d85d60d1fc95cd0bbb8b96b5
 DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
 DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
+DIST tsetup.1.2.14.tar.xz 33389376 BLAKE2B 
efb41707a47facd5f330677f638920ef9e262159ee3e1358ecf90da2c558b66322b27a6fa9a7137520efd501610145758d4f0e16debf992feff206849e7f5f57
 SHA512 
b187cdf74fb41f0e3d0e96248b0f2552c728f414f556d999fe3734970ddc653f9adac54ec6dd221a3464154feae9c294d73b7fe2e34c181637021c70e8173f9d
 DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
 DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0
+DIST tsetup32.1.2.14.tar.xz 35557656 BLAKE2B 
15bb265377fcac2b53d03bfa486ae43a1033ed3771922e202a48b8d566b3dfb59abfcd6fbd5f7910daf95d72806edc6c745e85c86635346df1cd700a085b36b0
 SHA512 
bfa1de5341b166c365e7806b2283df11244d0445618e62c3abedc1d16db6b002cb5a5cb4cdfa2111073cb29424255628de3f64815044f42b920f5ef489d2a702
 DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.14.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.14.ebuild
new file mode 100644
index 000..6522d0b976f
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.14.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+QA_PREBUILT="usr/bin/telegram-desktop"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+DEPEND=""
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   newbin "${S}/Telegram" telegram-desktop
+
+   local icon_size
+   for icon_size in 16 32 48 64 128 

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

2018-03-26 Thread NP Hardass
commit: 12481497f6548ed3d7c25baac894add49c47228a
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Mar 20 15:45:19 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12481497

app-crypt/acme-tiny: Bump to 4.0.3

--account-email flag changed to --contact, requires new syntax, so
make sure to update scripts accordingly

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/Manifest   |  1 +
 ...cme-tiny-.ebuild => acme-tiny-4.0.3.ebuild} | 23 +-
 app-crypt/acme-tiny/acme-tiny-.ebuild  | 23 +-
 3 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index b176bea3185..3f8a4895242 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1,2 +1,3 @@
 DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B 
e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883c8c2327fca6be0240a17f
 SHA512 
0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700
 DIST acme-tiny-4.0.0.tar.gz 11934 BLAKE2B 
2303fcd4e14d75cb7b36426f9ffe7e5f989d886be16b322aea2f8b40937e8c1a850704869570911ff7365a9545f5e41006f4e655ba207db9a7105ec3d59c8c32
 SHA512 
45f3469fbfa8b57c5755595823a6d08fd977c29d948b618ab6bd9c4feba4910bdcc1540757ba78bcdcd7e01c6f7451f4e8aec951a0ae118ab6597a1714f30691
+DIST acme-tiny-4.0.3.tar.gz 12662 BLAKE2B 
6a17d0597731a5c8c1b260fa47396cb5bf8a223f44c8e498532b6e90a2ded35c5fcae058a8682e59ab060c1eeb27e09c8db8588e1d72cfd75b65f867d3e94f9a
 SHA512 
bd37d4f878f2851c8e88acb78699b855cfd306928e2d70ef1d35dc9883d44dae3c7622e2114b1d5c4e0c5865b61ad3958a776467ab45eaedb0cf612530ca5dc7

diff --git a/app-crypt/acme-tiny/acme-tiny-.ebuild 
b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
similarity index 66%
copy from app-crypt/acme-tiny/acme-tiny-.ebuild
copy to app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
index c36ebd5cd3c..b9815c34809 100644
--- a/app-crypt/acme-tiny/acme-tiny-.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
+inherit distutils-r1 eapi7-ver
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -20,8 +20,7 @@ HOMEPAGE="https://github.com/diafygi/acme-tiny;
 
 LICENSE="MIT"
 SLOT="0"
-
-IUSE="minimal"
+IUSE=""
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
@@ -33,11 +32,17 @@ pkg_setup() {
 }
 
 src_prepare() {
-   if ! use minimal; then
-   local PATCHES=(
-   "${FILESDIR}/${PN}-PR87-readmefix.patch"
-   "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
-   )
-   fi
+   sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
+
distutils-r1_src_prepare
 }
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" ""; 
then
+   einfo "The --account-email flag has been changed to 
--contact and"
+   einfo "has different syntax."
+   einfo "Please update your scripts accordingly"
+   fi
+   done
+}

diff --git a/app-crypt/acme-tiny/acme-tiny-.ebuild 
b/app-crypt/acme-tiny/acme-tiny-.ebuild
index c36ebd5cd3c..b9815c34809 100644
--- a/app-crypt/acme-tiny/acme-tiny-.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
+inherit distutils-r1 eapi7-ver
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -20,8 +20,7 @@ HOMEPAGE="https://github.com/diafygi/acme-tiny;
 
 LICENSE="MIT"
 SLOT="0"
-
-IUSE="minimal"
+IUSE=""
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
@@ -33,11 +32,17 @@ pkg_setup() {
 }
 
 src_prepare() {
-   if ! use minimal; then
-   local PATCHES=(
-   "${FILESDIR}/${PN}-PR87-readmefix.patch"
-   "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
-   )
-   fi
+   sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
+
distutils-r1_src_prepare
 }
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" ""; 
then
+   einfo "The --account-email flag has been changed to 
--contact and"
+   einfo "has different syntax."
+   einfo "Please update your scripts accordingly"
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/

2018-03-26 Thread NP Hardass
commit: d0553488ce262d106023d7e6fe513d3fb240b58c
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Mar 20 15:25:01 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0553488

games-strategy/freeorion: Add subslot rebuild for glew

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../{freeorion-0.4.7.1-r2.ebuild => freeorion-0.4.7.1-r3.ebuild}  | 4 ++--
 games-strategy/freeorion/freeorion-.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild 
b/games-strategy/freeorion/freeorion-0.4.7.1-r3.ebuild
similarity index 96%
rename from games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild
rename to games-strategy/freeorion/freeorion-0.4.7.1-r3.ebuild
index 59dd595f13e..8d750687b35 100644
--- a/games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild
+++ b/games-strategy/freeorion/freeorion-0.4.7.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
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
media-libs/freealut
media-libs/freetype
-   media-libs/glew:*
+   media-libs/glew:=
media-libs/libsdl2
>=media-libs/libogg-1.1.3
media-libs/libpng:0

diff --git a/games-strategy/freeorion/freeorion-.ebuild 
b/games-strategy/freeorion/freeorion-.ebuild
index 59dd595f13e..8d750687b35 100644
--- a/games-strategy/freeorion/freeorion-.ebuild
+++ b/games-strategy/freeorion/freeorion-.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
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
media-libs/freealut
media-libs/freetype
-   media-libs/glew:*
+   media-libs/glew:=
media-libs/libsdl2
>=media-libs/libogg-1.1.3
media-libs/libpng:0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXSLT/, dev-perl/XML-LibXSLT/files/

2018-03-26 Thread Kent Fredric
commit: f9c71bf8b9b3823a4d7500092412bc5831bf664b
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 27 03:41:54 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 27 03:42:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c71bf8

dev-perl/XML-LibXSLT: Bump to version 1.960.0

- Properly fix expanded entities test ( #623192 )
- Cleanup author tests

Upstream:
- Cease using $Config{libs}

Bug: https://bugs.gentoo.org/623192
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/XML-LibXSLT/Manifest  |  1 +
 dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild| 31 ++
 .../files/XML-LibXSLT-1.96-entityexpandtest.patch  | 29 
 3 files changed, 61 insertions(+)

diff --git a/dev-perl/XML-LibXSLT/Manifest b/dev-perl/XML-LibXSLT/Manifest
index 6783923529d..2523ea74bbc 100644
--- a/dev-perl/XML-LibXSLT/Manifest
+++ b/dev-perl/XML-LibXSLT/Manifest
@@ -1,2 +1,3 @@
 DIST XML-LibXSLT-1.94.tar.gz 114015 BLAKE2B 
e16cebbfc5e126dc56482845af4f21b70c62ef08eb14bc79f678fca35d418858b33d69adc411836f4d81cdb7dde8fb535b9f4855a947deab60ec1d77a4edd9d5
 SHA512 
52b3ec6ef0556d9dde8320acbea01fe36e219bc62ed2d9e0cbe2f8f402bfc3f42ca1e28a6e047e69f501982fe4ba40d23fcfbce9399388c9f28a0d8804fc5f73
 DIST XML-LibXSLT-1.95.tar.gz 114231 BLAKE2B 
792ceab8dd2e185c8c3c9a4a6981817ccb667006de588b9a8047eca8c27c63ed73e2aa5629314b723585fa2ca37f468bbacd2ff1d7596e9ca446aca56b412197
 SHA512 
06a1c9896a391be2588995f25520da05f086b3fa79109884131525a0d76a7b375e0c5a2febf8a79a888f3a9bd25b5eb39064de1baeffafcfe18f5576c9c54e19
+DIST XML-LibXSLT-1.96.tar.gz 114068 BLAKE2B 
2225e387e9e877578be51a9a6c8c3612490e79c2cec366dd2fdc64710ce67200f5ab7109742197abcdc311f9a1bf16b42a40c7e7df4d669b638de4ee49782866
 SHA512 
7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6

diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild 
b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild
new file mode 100644
index 000..245d3796b38
--- /dev/null
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=1.96
+inherit perl-module
+
+DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's 
libXSLT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="
+   virtual/perl-Encode
+   >=dev-perl/XML-LibXML-1.700.0
+   >=dev-libs/libxslt-1.1.28
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/pkgconfig
+"
+PERL_RM_FILES=(
+   "t/cpan-changes.t" "t/pod.t"
+   "t/style-trailing-space.t"
+)
+PATCHES=(
+   "${FILESDIR}/${PN}-1.96-entityexpandtest.patch"
+)

diff --git a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch 
b/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch
new file mode 100644
index 000..3826ba5dc5d
--- /dev/null
+++ b/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch
@@ -0,0 +1,29 @@
+From a70778f1e263bce11b8749353a7a6a99e3f721fb Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Tue, 27 Mar 2018 16:00:45 +1300
+Subject: Force entity expansion
+
+Gentoo's XML::LibXML does not expand entities on its own by default
+and has to be configured to do so.
+
+Bug: https://bugs.gentoo.org/623192
+---
+ t/06entities.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/06entities.t b/t/06entities.t
+index 32bc395..3d5e791 100644
+--- a/t/06entities.t
 b/t/06entities.t
+@@ -9,7 +9,7 @@ use XML::LibXSLT;
+ my $parser = XML::LibXML->new();
+ my $xslt = XML::LibXSLT->new();
+ 
+-# $parser->expand_entities(1);
++$parser->expand_entities(1);
+ 
+ my $source = $parser->parse_string(qq{
+ foo});
+-- 
+2.16.2
+



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

2018-03-26 Thread Craig Andrews
commit: cee1a944332dc31322c22fa474e2c15206165352
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Mar 27 01:49:53 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Mar 27 01:51:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee1a944

dev-util/clinfo: Cleanup old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/clinfo/Manifest   |  3 ---
 dev-util/clinfo/clinfo-2.2.17.10.25.ebuild | 25 -
 dev-util/clinfo/clinfo-2.2.18.03.15.ebuild | 25 -
 dev-util/clinfo/clinfo-2.2.18.03.22.ebuild | 25 -
 4 files changed, 78 deletions(-)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 8e32958ec6f..ac5723aade4 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,4 +1 @@
-DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B 
aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76
 SHA512 
9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
-DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B 
f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd
 SHA512 
fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885
-DIST clinfo-2.2.18.03.22.tar.gz 37210 BLAKE2B 
394ffa3f5fbd0704c412053fbe7591fa629bae749b8235ba53baadccab244d09500bc648e91ee97b7fe5dec2472a209a5c788a17d8a1e7f908829eb628b9b699
 SHA512 
c31f700be8d1860301b7c1b6ed76964e9e0252f055ff5c1abd1875bd553591bed2c81e6a2be6fa0ac82d49609e9651944cdfedf584beef2384679975221f0f8c
 DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 
736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef
 SHA512 
dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb

diff --git a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild 
b/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
deleted file mode 100644
index a3dd2fa351b..000
--- a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo;
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND="virtual/opencl"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild 
b/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild
deleted file mode 100644
index 7a1b5ce68d4..000
--- a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo;
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND="virtual/opencl"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild 
b/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
deleted file mode 100644
index 7a1b5ce68d4..000
--- a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo;
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND="virtual/opencl"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}



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

2018-03-26 Thread Craig Andrews
commit: 8f03586a73a35d48799d53d255f64df028586eeb
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Mar 27 01:49:24 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Mar 27 01:51:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f03586a

dev-util/clinfo: 2.2.18.03.26 version bump

Add dependency on >=app-eselect/eselect-opencl-1.1.0-r4 to ensure the required 
opencl 2.0 headers are present.

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

 dev-util/clinfo/Manifest   | 1 +
 dev-util/clinfo/{clinfo-.ebuild => clinfo-2.2.18.03.26.ebuild} | 5 +++--
 dev-util/clinfo/clinfo-.ebuild | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 6e9bb1adb20..8e32958ec6f 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,3 +1,4 @@
 DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B 
aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76
 SHA512 
9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
 DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B 
f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd
 SHA512 
fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885
 DIST clinfo-2.2.18.03.22.tar.gz 37210 BLAKE2B 
394ffa3f5fbd0704c412053fbe7591fa629bae749b8235ba53baadccab244d09500bc648e91ee97b7fe5dec2472a209a5c788a17d8a1e7f908829eb628b9b699
 SHA512 
c31f700be8d1860301b7c1b6ed76964e9e0252f055ff5c1abd1875bd553591bed2c81e6a2be6fa0ac82d49609e9651944cdfedf584beef2384679975221f0f8c
+DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 
736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef
 SHA512 
dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb

diff --git a/dev-util/clinfo/clinfo-.ebuild 
b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
similarity index 84%
copy from dev-util/clinfo/clinfo-.ebuild
copy to dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
index a3dd2fa351b..3d01e885bda 100644
--- a/dev-util/clinfo/clinfo-.ebuild
+++ b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,8 @@ HOMEPAGE="https://github.com/Oblomov/clinfo;
 LICENSE="CC0-1.0"
 SLOT="0"
 
-DEPEND="virtual/opencl"
+DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4
+   virtual/opencl"
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/dev-util/clinfo/clinfo-.ebuild 
b/dev-util/clinfo/clinfo-.ebuild
index a3dd2fa351b..3d01e885bda 100644
--- a/dev-util/clinfo/clinfo-.ebuild
+++ b/dev-util/clinfo/clinfo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,8 @@ HOMEPAGE="https://github.com/Oblomov/clinfo;
 LICENSE="CC0-1.0"
 SLOT="0"
 
-DEPEND="virtual/opencl"
+DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4
+   virtual/opencl"
 RDEPEND="${DEPEND}"
 
 src_install() {



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

2018-03-26 Thread Aaron Bauman
commit: ab2079189ff72033d46d55349add649ffb2db6de
Author: charIes17  arcor  de>
AuthorDate: Mon Jan 15 06:43:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:57:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab207918

lxde-base/lxpanel: RDEPEND x11-libs/gdk-pixbuf[X]

Closes: https://bugs.gentoo.org/614086
Also adds locale handling to 0.9.3-r1
Closes: https://github.com/gentoo/gentoo/pull/6864

 ...xpanel-0.9.3.ebuild => lxpanel-0.9.3-r1.ebuild} | 23 +-
 lxde-base/lxpanel/lxpanel-0.9.3.ebuild |  2 +-
 2 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild 
b/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild
similarity index 70%
copy from lxde-base/lxpanel/lxpanel-0.9.3.ebuild
copy to lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild
index 2c22a239d32..246d9549e28 100644
--- a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild
@@ -1,17 +1,23 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
-inherit readme.gentoo-r1
+PLOCALES="af ar be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo fr frp
+gl he hr hu id is it ja kk km ko lg lt lv ml ms nb nl nn pa pl ps pt_BR pt ro
+ru sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_HK zh_TW"
+
+PLOCALE_BACKUP="en_GB"
+
+inherit l10n readme.gentoo-r1
 
 DESCRIPTION="Lightweight X11 desktop panel for LXDE"
 HOMEPAGE="https://wiki.lxde.org/en/LXPanel;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="+alsa wifi"
 
 RDEPEND="dev-libs/keybinder:0=
@@ -21,7 +27,7 @@ RDEPEND="dev-libs/keybinder:0=
x11-libs/libXmu
x11-libs/libXpm
x11-libs/cairo
-   x11-libs/gdk-pixbuf
+   x11-libs/gdk-pixbuf[X]
x11-libs/libX11
lxde-base/lxmenu-data
lxde-base/menu-cache
@@ -35,6 +41,13 @@ DOC_CONTENTS="If you have problems with broken icons shown 
in the main panel,
 you will have to configure panel settings via its menu.
 This will not be an issue with first time installations."
 
+src_prepare() {
+   default
+
+   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
+   l10n_get_locales > po/LINGUAS || die
+}
+
 src_configure() {
local plugins="netstatus,volume,cpu,deskno,batt, \
kbled,xkb,thermal,cpufreq,monitors"

diff --git a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild 
b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
index 2c22a239d32..0f628687d4d 100644
--- a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/menu-cache/

2018-03-26 Thread Aaron Bauman
commit: 35e833b901aa7e26c30151a680b2e3d08ffd81b2
Author: charIes17  arcor  de>
AuthorDate: Mon Jan 29 18:27:31 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:43:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e833b9

lxde-base/menu-cache: Remove old

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

 lxde-base/menu-cache/Manifest|  2 --
 lxde-base/menu-cache/menu-cache-0.3.3.ebuild | 18 --
 lxde-base/menu-cache/menu-cache-0.5.1.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/lxde-base/menu-cache/Manifest b/lxde-base/menu-cache/Manifest
index 3e7332747dd..5cd65b6f652 100644
--- a/lxde-base/menu-cache/Manifest
+++ b/lxde-base/menu-cache/Manifest
@@ -1,5 +1,3 @@
-DIST menu-cache-0.3.3.tar.gz 392291 BLAKE2B 
baf9eb9013a1a208ca69d388cdf902ccb8303a3c44fd92ba475acd6ebf36a1fd802b50e74889c618ea37074f4834ce4167e497ff3fcfab6e146f3d8a3e6e
 SHA512 
1966b94989cdae0a1a3a48f19d337471a28acadecf7f03dac8c27d515324b8eb4d15102e2aa293c251e020f521f6e586aa13c8eca7ae7909b9ce5e67ef3ebafe
-DIST menu-cache-0.5.1.tar.gz 406329 BLAKE2B 
14851fb55b15d2e5262e8ca6de55a4fb14bdc56741ad00979dcb5f8b4e57d9db71543700658ab8aeecd0a40d4eef91f18c9a854352c7c10816ec35cd0d34f9bb
 SHA512 
44d55a01f5452804e77518c4a2ba400a5b65edbf4061e346a6c02356195867eaa0bb9eaa057fbf603ddf79759acb16632bf3b7ae543eebc1544e28517cd23066
 DIST menu-cache-1.0.0.tar.xz 261988 BLAKE2B 
126aca354efff42ea51336b4cb0c8cb42240b1c95ba3de0862fb2a2ee31da04c85c5b4c0b442bf00c7a96311b8b6c5cf45a6299bad4c638559b8d8e69ac53a48
 SHA512 
b336cddb9c3d993aa605e6adf9ac3c40fe631eccfa06d1835897f6cb5ae82bed93bc323c12b7dff44b8785dfb646058d77cb697f3c275998a5483b2582926e22
 DIST menu-cache-1.0.1.tar.xz 262508 BLAKE2B 
82019f7a6b596cb0f4da641cdd70c5b96fd75d2e63192391b556c6f1d40fdfb90047a7febef44f10fe9357c0682d8c0fa931b0ff45462ba1b6578e5c9c44656f
 SHA512 
5de4bf99ab5a511da6781d54b03349cc0232b379a73f9f9c328fb9aed6ec03558a9adda85be1fbbe53d94669d07a5196929ab67cd3291de7aae59f587afda3a3
 DIST menu-cache-1.0.2.tar.xz 264540 BLAKE2B 
500dd761cf2c5771a89fd0f1ed58f5f736be816a75af5209041dcabab0fe5d3cd04b14749ff1cde88bf0a536a6c13f3a32ecf1a55663c52ab379c65951dce3e1
 SHA512 
4a74d464778160052ca7c2abda8c899ce4a3bdf8ddf5fe9ca4cd7297a62340ad1b065162fc5ecb55c0af206175e50dacd4ad0c01a8ffac5690012e534dc3b4b7

diff --git a/lxde-base/menu-cache/menu-cache-0.3.3.ebuild 
b/lxde-base/menu-cache/menu-cache-0.3.3.ebuild
deleted file mode 100644
index d1b3e425efe..000
--- a/lxde-base/menu-cache/menu-cache-0.3.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Library to create and utilize caches to speed up freedesktop 
application menus"
-HOMEPAGE="http://lxde.sourceforge.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"

diff --git a/lxde-base/menu-cache/menu-cache-0.5.1.ebuild 
b/lxde-base/menu-cache/menu-cache-0.5.1.ebuild
deleted file mode 100644
index 86dc2619939..000
--- a/lxde-base/menu-cache/menu-cache-0.5.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Library to create and utilize caches to speed up freedesktop 
application menus"
-HOMEPAGE="http://lxde.sourceforge.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-# ABI is v2. See Makefile.am
-SLOT="0/2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"



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

2018-03-26 Thread Aaron Bauman
commit: cf9dca4ad3baa59c18916ec2eb65b5924974f09f
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 21 18:10:49 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:42:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9dca4a

lxde-base/lxinput: Remove old

  repo.eapi.deprecated  1
   lxde-base/lxinput/lxinput-0.3.2.ebuild: 4

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 lxde-base/lxinput/Manifest |  1 -
 lxde-base/lxinput/lxinput-0.3.2.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/lxde-base/lxinput/Manifest b/lxde-base/lxinput/Manifest
index 2e26457e069..e009690ad7f 100644
--- a/lxde-base/lxinput/Manifest
+++ b/lxde-base/lxinput/Manifest
@@ -1,2 +1 @@
-DIST lxinput-0.3.2.tar.gz 259203 BLAKE2B 
a6de344e5324cf745ee05e39c9211fb10a4fd1395bc295f08945192c9d833c2ddaa6007242e17db69cfcef1140ef6a932da8970c0e7cf39a2f6e0ac27fd2316e
 SHA512 
50921151d3050fae1e4640aade2b0bf88d94445f95e18c21c3d67a012ec7d33b6b9dada8574898d915a350c37fcd568f376bafff1b804e222543a5cadf87431a
 DIST lxinput-0.3.5.tar.xz 145356 BLAKE2B 
e3c96a1232329afa5030adffc17af4adf9afc3eb1049f860fe6ed115eb35d580c24a69a21a9a858790b9213b7d4dc716ab9e30becf42b4f9645f2ec642de538c
 SHA512 
d5233f03c4314ac16fb548db56ae2d17651b29d8a59bfef3e6e6805f6b9bc8100b0711bbc72e31a6bc458eccc6fe1b4a38cf097dbf6a1b04f600bba58ff03f35

diff --git a/lxde-base/lxinput/lxinput-0.3.2.ebuild 
b/lxde-base/lxinput/lxinput-0.3.2.ebuild
deleted file mode 100644
index 3d840aebb50..000
--- a/lxde-base/lxinput/lxinput-0.3.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="LXDE keyboard and mouse configuration tool"
-HOMEPAGE="http://lxde.sourceforge.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
-   x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig
-   >=dev-util/intltool-0.40.0"



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

2018-03-26 Thread Aaron Bauman
commit: 943d4ab4e41925dd8b1c76ff543ad6e07cc12866
Author: charIes17  arcor  de>
AuthorDate: Sat Jan 20 21:34:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:42:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943d4ab4

lxde-base/lxinput: Add locale handling

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

 lxde-base/lxinput/lxinput-0.3.5-r1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/lxde-base/lxinput/lxinput-0.3.5-r1.ebuild 
b/lxde-base/lxinput/lxinput-0.3.5-r1.ebuild
new file mode 100644
index 000..3b5faf9e9c5
--- /dev/null
+++ b/lxde-base/lxinput/lxinput-0.3.5-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af ar ast be bg bn_IN bn ca cs da de el en_GB eo es et eu fa fi fo 
fr frp
+gl he hr hu id is it ja kk ko lg lt ml ms nb nl nn pa pl ps pt_BR pt ro
+ru si sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_TW"
+
+PLOCALE_BACKUP="en_GB"
+
+inherit l10n
+
+DESCRIPTION="LXDE keyboard and mouse configuration tool"
+HOMEPAGE="http://lxde.org/;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+   x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+   >=dev-util/intltool-0.40.0"
+
+src_prepare() {
+   default
+
+   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
+   l10n_get_locales > po/LINGUAS || die
+}



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

2018-03-26 Thread Aaron Bauman
commit: 6e1cbbcb7f0a6519abee5907397e1a0b9c69847e
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 28 12:15:56 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:42:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1cbbcb

lxde-base/lxtask: Add locale handling

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

 lxde-base/lxtask/lxtask-0.1.8-r1.ebuild | 39 +
 1 file changed, 39 insertions(+)

diff --git a/lxde-base/lxtask/lxtask-0.1.8-r1.ebuild 
b/lxde-base/lxtask/lxtask-0.1.8-r1.ebuild
new file mode 100644
index 000..f1ff7f5f7f0
--- /dev/null
+++ b/lxde-base/lxtask/lxtask-0.1.8-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af ar ast be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo fr
+frp gl he hr hu id is it ja kk ko lg lt lv ml ms nb nl nn pa pl ps pt_BR pt
+ro ru sk sl sq sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_TW"
+
+PLOCALE_BACKUP="en_GB"
+
+inherit l10n
+
+DESCRIPTION="LXDE Task manager"
+HOMEPAGE="https://wiki.lxde.org/en/LXTask;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+   dev-libs/glib:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext
+   >=dev-util/intltool-0.40.0"
+
+# Upstream report:
+# https://sourceforge.net/p/lxde/patches/535/
+PATCHES=( "${FILESDIR}/lxtask-0.1.7-fix-no-common.patch" )
+
+src_prepare() {
+   default
+
+   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
+   l10n_get_locales > po/LINGUAS || die
+}



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

2018-03-26 Thread Aaron Bauman
commit: abc828f434b1f7b3aaf9df927d5d66dacf0b5b9e
Author: charIes17  arcor  de>
AuthorDate: Tue Dec 12 10:48:24 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:39:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc828f4

lxde-base/lxde-common: Version bump to 0.99.2

Closes: https://bugs.gentoo.org/636514
Closes: https://github.com/gentoo/gentoo/pull/6529

 lxde-base/lxde-common/Manifest  |  1 +
 lxde-base/lxde-common/lxde-common-0.99.2.ebuild | 28 +
 2 files changed, 29 insertions(+)

diff --git a/lxde-base/lxde-common/Manifest b/lxde-base/lxde-common/Manifest
index 7dbae191578..154981a0479 100644
--- a/lxde-base/lxde-common/Manifest
+++ b/lxde-base/lxde-common/Manifest
@@ -1,2 +1,3 @@
 DIST lxde-common-0.5.5.tar.gz 899075 BLAKE2B 
425de7d65ff7ef100c1c5d6cf6758b44121374ea27823e1ba565b43b32e35aeea9ff62cf0f5d7ad114f0c4d04fdbdff60f04dcd18542469b3aa9f6107619d78d
 SHA512 
44848286ccf3aa269df1680e14a8d3c41be1c2af956bd5121fc05d97a892fdc13d1e74191a2a11a40e96a8f31f8be37b1cfb9afeac4474fcab88d07508647c7f
 DIST lxde-common-0.99.1.tar.xz 889656 BLAKE2B 
21c0ca21adb6c37d27bf39ee474a0e1d80c62d2ffb7ddadea3abb839163a307c81b8a6fa6ea6def00a0e8bf22ca9953bf145840371de65195e7036ee891bb0b5
 SHA512 
f5a14c44d827ba2355efd10c78732157f5645392ebbeb8e2a8126340a36eeba2842eff0c5338bb36623e5fe2da894c89d60a45c0b177704e2260413d63232b05
+DIST lxde-common-0.99.2.tar.xz 889948 BLAKE2B 
c01b3af5499ed4efe3004c922563c75221cadab36a7fd5fec56762334c93d22ca7a28e9a8e8ce3462e128bea493740d5aa9931c4bf26cdf8a8dcd1bfb9e6
 SHA512 
9eb939ad411ed15c6bae880541b5c021ce5f3dd66df8662865e2f7219159110d8bf6059a707e55863d04617b17a15ea517317c44f88982344369aa85b7128b6e

diff --git a/lxde-base/lxde-common/lxde-common-0.99.2.ebuild 
b/lxde-base/lxde-common/lxde-common-0.99.2.ebuild
new file mode 100644
index 000..9051f161f0b
--- /dev/null
+++ b/lxde-base/lxde-common/lxde-common-0.99.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
+HOMEPAGE="https://wiki.lxde.org/en/LXDE_Common;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext"
+PDEPEND="lxde-base/lxde-icon-theme"
+
+src_install () {
+   emake DESTDIR="${D}" install
+   # install session file
+   insinto /etc/X11/Sessions/
+   doins "${FILESDIR}/lxde"
+   fperms 755 /etc/X11/Sessions/lxde
+   dodoc AUTHORS ChangeLog README
+}



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

2018-03-26 Thread Aaron Bauman
commit: c042c34a51c0ca551c55d8c428c419e2e3685021
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 28 10:59:39 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:30:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c042c34a

lxde-base/lxappearance: Add locale handling

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

 .../lxappearance/lxappearance-0.6.3-r1.ebuild  | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
new file mode 100644
index 000..f2133695a5f
--- /dev/null
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar be bg ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id is
+it ja kk ko lg lt nl pa pl pt_BR pt ro ru sl sr@latin sr sv te tr tt_RU ug uk
+ur_PK ur vi zh_CN zh_TW"
+
+PLOCALE_BACKUP="en_GB"
+
+inherit l10n
+
+DESCRIPTION="LXDE GTK+ theme switcher"
+HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
+IUSE="dbus"
+
+RDEPEND="x11-libs/gtk+:2
+   dbus? ( dev-libs/dbus-glib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/intltool
+   sys-devel/gettext"
+
+src_prepare() {
+   default
+
+   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
+   l10n_get_locales > po/LINGUAS || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable dbus)
+}



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

2018-03-26 Thread Aaron Bauman
commit: 2e117442be44d8296e153b2cc9cb0de49c266e3d
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 21 15:01:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:27:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e117442

lxde-base/lxrandr: Remove old

repo.eapi.deprecated  1
   lxde-base/lxrandr/lxrandr-0.1.2.ebuild: 4

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 lxde-base/lxrandr/Manifest |  1 -
 lxde-base/lxrandr/lxrandr-0.1.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/lxde-base/lxrandr/Manifest b/lxde-base/lxrandr/Manifest
index a3c2eee605a..a401e281578 100644
--- a/lxde-base/lxrandr/Manifest
+++ b/lxde-base/lxrandr/Manifest
@@ -1,2 +1 @@
-DIST lxrandr-0.1.2.tar.gz 230394 BLAKE2B 
b2886c38539bbd170205a6538fb37f7cc830f87f2bbf89acc8b9e8f6c542b8565d17eaead2b29715e43d44db18bce90ec7a249703fcb0cca8f2d3ea02fe256f2
 SHA512 
a2131706b1f6febea3cb12758403650700a29ad1fe036caf5ecf962264f6f8180fdef392f88a77071b3d218ea2f08b0a1f66e4d58db6c2c55125d475bdee256a
 DIST lxrandr-0.3.1.tar.xz 132468 BLAKE2B 
04ea378eaa550a1610f4083524c48dab6e261301dc30262fc34049d89d3b29b02d8ad2c521fc3beab1be416b54560dcb87bb2fc27261e35cb27771fbc7bbe9ee
 SHA512 
525cb8800045f26cb1ecae994e1663db4ce41fbfcf1eabd6c50de38988324cd50f51167fa0caa6872867955c0d18af115bed1d4ae896cb15871efd477eb01196

diff --git a/lxde-base/lxrandr/lxrandr-0.1.2.ebuild 
b/lxde-base/lxrandr/lxrandr-0.1.2.ebuild
deleted file mode 100644
index 9554f13e96e..000
--- a/lxde-base/lxrandr/lxrandr-0.1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="LXDE GUI interface to RandR extention"
-HOMEPAGE="http://lxde.sf.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux"
-SLOT="0"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   x11-libs/libXrandr
-   x11-apps/xrandr"
-DEPEND="${RDEPEND}
-   x11-proto/randrproto
-   virtual/pkgconfig
-   sys-devel/gettext
-   >=dev-util/intltool-0.40.0"
-
-src_install () {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS
-}



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

2018-03-26 Thread Aaron Bauman
commit: 2a3133513247eacd8e28d558adc5def4d38e8a1b
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 21 15:00:15 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:27:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a313351

lxde-base/lxrandr: Add locale handling

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

 lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild | 36 +++
 1 file changed, 36 insertions(+)

diff --git a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild 
b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
new file mode 100644
index 000..8ade7e9fef0
--- /dev/null
+++ b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af ar ast be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo
+fr frp gl he hr hu id is ja kk ko lg lt ml ms nb nl nn pa pl ps pt_BR pt
+ro ru sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_TW"
+
+PLOCALE_BACKUP="en_GB"
+
+inherit l10n
+
+DESCRIPTION="LXDE GUI interface to RandR extention"
+HOMEPAGE="http://lxde.org/;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+   x11-libs/libXrandr
+   x11-apps/xrandr"
+DEPEND="${RDEPEND}
+   x11-proto/randrproto
+   virtual/pkgconfig
+   sys-devel/gettext
+   >=dev-util/intltool-0.40.0"
+
+src_prepare() {
+   default
+   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
+   l10n_get_locales > po/LINGUAS || die
+}



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

2018-03-26 Thread Aaron Bauman
commit: 87f0d2bcf2a76c256943c94e1f48ee39b4d6d4ca
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 28 11:18:56 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f0d2bc

lxde-base/lxappearance: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 lxde-base/lxappearance/Manifest  |  2 --
 lxde-base/lxappearance/lxappearance-0.5.5.ebuild | 25 
 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 25 
 3 files changed, 52 deletions(-)

diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest
index 5e5b53663d9..4c558853bc9 100644
--- a/lxde-base/lxappearance/Manifest
+++ b/lxde-base/lxappearance/Manifest
@@ -1,3 +1 @@
-DIST lxappearance-0.5.5.tar.xz 295756 BLAKE2B 
b4b2c21e338a148731125d25817e2c5a1ff5aec51cc0f28941d412a33d2ebc50a15cd7649f775097a1d528afb65bc06dd744659b24c51de47bd8be075edc92f8
 SHA512 
7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d
-DIST lxappearance-0.6.2.tar.xz 165788 BLAKE2B 
9d95af35367c12dfed4994b9122a87df70d6e0e55ae8e4449428a59abeffcd30b6dcb8532d1362521cd081965e47d55be085fd6badbb82157e140e67469fae2b
 SHA512 
ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7
 DIST lxappearance-0.6.3.tar.xz 165656 BLAKE2B 
d76d3d9b270e18e46cad44d204d1d5e4faf20bd6c292bf8dd17c2d570fa0276f183489c39f115c189b525643dbd03d0a1b1681f7fa0f61171bc822d8250ef513
 SHA512 
035cc952a33ac25408a4158cb4e745b17af3f29b5ceedfbe6b37235d16c801658403e862cd35ad7c8ca20fe6186fab1dce74a6e8d3b2eec12a30d532fc21662c

diff --git a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild 
b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
deleted file mode 100644
index ed7200c4ead..000
--- a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
-IUSE="dbus"
-
-RDEPEND="x11-libs/gtk+:2
-   dbus? ( dev-libs/dbus-glib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool
-   sys-devel/gettext"
-
-src_configure() {
-   econf \
-   $(use_enable dbus)
-}

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
deleted file mode 100644
index 96d571b4061..000
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
-IUSE="dbus"
-
-RDEPEND="x11-libs/gtk+:2
-   dbus? ( dev-libs/dbus-glib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool
-   sys-devel/gettext"
-
-src_configure() {
-   econf \
-   $(use_enable dbus)
-}



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

2018-03-26 Thread Aaron Bauman
commit: 26eeff21a7fce27f9b246b0631a7fac09da87b97
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 28 11:15:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26eeff21

lxde-base/lxappearance: Adjust HOMEPAGE

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

 lxde-base/lxappearance/lxappearance-0.5.5.ebuild | 4 ++--
 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 4 ++--
 lxde-base/lxappearance/lxappearance-0.6.3.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild 
b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
index 9011a71b1fe..ed7200c4ead 100644
--- a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="http://lxde.sourceforge.net;
+HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
index 41f644ac83e..96d571b4061 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="http://lxde.sourceforge.net;
+HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
index 41f644ac83e..96d571b4061 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="http://lxde.sourceforge.net;
+HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus-mysqld_exporter/files/

2018-03-26 Thread Thomas Deutschmann
commit: 87c68809cee10bff305f03654f345fa9f31e4a40
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 26 22:41:26 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 26 22:41:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c68809

app-metrics/prometheus-mysqld_exporter: Fix comment in confd file

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd 
b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd
index f55143b944e..811a48f31af 100644
--- 
a/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd
+++ 
b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd
@@ -1,8 +1,6 @@
 # /etc/conf.d/prometheus-mysqld_exporter
 
 # PID file
-# If you should ever change this, remember to update
-# "/etc/logrotate.d/rsyslog", too.
 #EXPORTER_PIDFILE="/run/${RC_SVCNAME}.pid"
 
 # The termination timeout (start-stop-daemon parameter "retry") ensures



[gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus-mysqld_exporter/files/, ...

2018-03-26 Thread Thomas Deutschmann
commit: 101f87f123cbab566f5986c4f056a1c39f41e273
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 26 22:38:59 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 26 22:39:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101f87f1

app-metrics/prometheus-mysqld_exporter: Initial version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-metrics/prometheus-mysqld_exporter/Manifest|  1 +
 .../files/prometheus-mysqld_exporter.confd | 28 +
 .../files/prometheus-mysqld_exporter.initd | 68 ++
 .../files/prometheus-mysqld_exporter.logrotate |  5 ++
 .../prometheus-mysqld_exporter/metadata.xml| 11 
 .../prometheus-mysqld_exporter-0.10.0.ebuild   | 61 +++
 6 files changed, 174 insertions(+)

diff --git a/app-metrics/prometheus-mysqld_exporter/Manifest 
b/app-metrics/prometheus-mysqld_exporter/Manifest
new file mode 100644
index 000..fe49b6e44fd
--- /dev/null
+++ b/app-metrics/prometheus-mysqld_exporter/Manifest
@@ -0,0 +1 @@
+DIST prometheus-mysqld_exporter-0.10.0.tar.gz 971604 BLAKE2B 
ec077b7b6a15f6173e5cc04e741c51c4d26a214601da8eb1aede49ee325f52bea2140b8e5b3bdbc2a1e527e40c95099dca2a57501d44a26e787cdc330f4aa8b8
 SHA512 
0a7b0ff537ad59a9b64aa18dfe1d1eb9253b12ae566d5c151555fbd4457b7e65890b6569632b452ae317b3acbfa94c12d96f6fb6e4f982b9b2161fc4747330f5

diff --git 
a/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd 
b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd
new file mode 100644
index 000..f55143b944e
--- /dev/null
+++ 
b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd
@@ -0,0 +1,28 @@
+# /etc/conf.d/prometheus-mysqld_exporter
+
+# PID file
+# If you should ever change this, remember to update
+# "/etc/logrotate.d/rsyslog", too.
+#EXPORTER_PIDFILE="/run/${RC_SVCNAME}.pid"
+
+# The termination timeout (start-stop-daemon parameter "retry") ensures
+# that the service will be terminated within a given time (60 + 5 seconds
+# per default) when you are stopping the service.
+#EXPORTER_TERMTIMEOUT="TERM/60/KILL/5"
+
+# User to run exporter as
+#EXPORTER_USER="prometheus-mysqld_exporter"
+
+# User group to run exporter as
+#EXPORTER_GROUP="prometheus-mysqld_exporter"
+
+# You can use this configuration option to pass additional options to the
+# start-stop-daemon, see start-stop-daemon(8) for more details.
+# Per default we wait 1000ms after we have started the service to ensure
+# that the daemon is really up and running.
+#EXPORTER_SSDARGS="--wait 1000"
+
+# Exporter flags
+# See `prometheus-mysqld-exporter --help` for more details
+EXPORTER_FLAGS="-log.level=info"
+#EXPORTER_FLAGS="${EXPORTER_FLAGS} -yourAdditionalFlag"

diff --git 
a/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.initd 
b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.initd
new file mode 100644
index 000..10a7ac1f1ab
--- /dev/null
+++ 
b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.initd
@@ -0,0 +1,68 @@
+#!/sbin/openrc-run
+# Copyright 2016-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+description="Prometheus exporter for MySQL server metrics"
+
+EXPORTER_FLAGS=${EXPORTER_FLAGS:-""}
+EXPORTER_USER=${EXPORTER_USER:-"prometheus-mysqld_exporter"}
+EXPORTER_GROUP=${EXPORTER_GROUP:-prometheus-mysqld_exporter}
+EXPORTER_PIDFILE=${EXPORTER_PIDFILE:-"/run/${RC_SVCNAME}.pid"}
+EXPORTER_SSDARGS=${EXPORTER_SSDARGS:-"--wait 1000"}
+EXPORTER_TERMTIMEOUT=${EXPORTER_TERMTIMEOUT:-"TERM/60/KILL/5"}
+
+command="/usr/bin/mysqld_exporter"
+command_args="${EXPORTER_FLAGS}"
+command_background="true"
+start_stop_daemon_args="${EXPORTER_SSDARGS}"
+start_stop_daemon_args="${start_stop_daemon_args} --user ${EXPORTER_USER}"
+start_stop_daemon_args="${start_stop_daemon_args} --group ${EXPORTER_GROUP}"
+
+# We are forcing log files because upstream is going to remove syslog support 
:/
+start_stop_daemon_args="${start_stop_daemon_args} --stdout 
/var/log/mysqld_exporter/${RC_SVCNAME}.log"
+start_stop_daemon_args="${start_stop_daemon_args} --stderr 
/var/log/mysqld_exporter/${RC_SVCNAME}.log"
+
+getconfig() {
+   local key="$1"
+   local value_default="$2"
+   local value=
+
+   if service_started; then
+   value="$(service_get_value "${key}")"
+   fi
+
+   if [ -z "${value}" ]; then
+   # Value not explicitly set
+   echo "${value_default}"
+   else
+   echo "${value}"
+   fi
+
+   return 0
+}
+
+pidfile="$(getconfig pidfile ${EXPORTER_PIDFILE})"
+retry="$(getconfig retry ${EXPORTER_TERMTIMEOUT})"
+
+configtest() {
+   if test "${command_args#*config\.my-cnf}" = "${command_args}"; then
+   local _default_config_file="/var/lib/mysqld_exporter/.my.cnf"
+   if [ ! -s 

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

2018-03-26 Thread Patrice Clement
commit: 4125c74d8bacbcef268f8c1551f550f09bec6766
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar 26 21:37:37 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 26 21:37:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4125c74d

dev-python/brython: version bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/brython/Manifest |  1 +
 dev-python/brython/brython-3.5.0.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
index 599ef0fcb21..ea2a6d340ca 100644
--- a/dev-python/brython/Manifest
+++ b/dev-python/brython/Manifest
@@ -2,3 +2,4 @@ DIST brython-3.3.3.zip 10040987 BLAKE2B 
a6a238ac6189e9170653c1987db46f2e0735f25d
 DIST brython-3.3.4.zip 10047374 BLAKE2B 
ba4719476206fd71f412d646deb6a7eea3a0aef930814d7fa3589a3e736818f2bc7edf7f642998ae1471da87e3ad05ce89fd9dd32d569267ba45174543e4e520
 SHA512 
818181e040eefaeffd1e8866af471626ff5874fd99c3ee9fcc09c46a4b4b836619045a2712a8e16121a1132c86407b0676a8125e707eff4c7e867851cf20cecd
 DIST brython-3.3.5.tar.gz 9215864 BLAKE2B 
985671d9d60396101b01813b151798d57ca8b7e6450c9a0eae2f14e65cf06cd12e416715219128ac17ff8fa66f1aa3e736dcbfb17537140b7373598d4c873eb1
 SHA512 
5226d01e4d0f824885329403e2d9b80dd0bec3ed456102f54fcb3900ff08508e3268111b51b892687db21f2936d4feb4bfd328775812206790bcccb4d9e366a8
 DIST brython-3.4.0.tar.gz 9303732 BLAKE2B 
18ef80ce4390f052b6743a545236f57339378ebb3df5e51cf56385fc6c25e43a8e40fe4887d86d8390475c3e02e148188c9be1622fbda4938031559a3fb72bf1
 SHA512 
4533dd07293efd96b8e6d8f690decb65bbe6c511654f2872b4751e549e4fae0bd48ac80f80983d1b5c7ec029b8df455dec83ba544286dd84c64124d55fdd68e1
+DIST brython-3.5.0.tar.gz 9232597 BLAKE2B 
a01c01cf0e67589bd58312e05eb56b11b7905c19e2ac62b895d3352ff9aa0eba141a52437ab12a1aec43e63d07714b56822db2aa82bec89b46c2c9f8b0980c45
 SHA512 
a0ba2e66712fdf41d64fee4f832d1e620a965099cb506660268d43c9ff00c808d853ac7b7373bad9bfc16f3ec7b60066ed6ba28c33d7df151624169b272951cc

diff --git a/dev-python/brython/brython-3.5.0.ebuild 
b/dev-python/brython/brython-3.5.0.ebuild
new file mode 100644
index 000..50f67db8982
--- /dev/null
+++ b/dev-python/brython/brython-3.5.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=( python{2_7,3_4,3_5,3_6} )
+
+inherit webapp python-single-r1
+
+DESCRIPTION="A Python 3 implementation for client-side web programming"
+HOMEPAGE="http://www.brython.info;
+SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+need_httpd_cgi
+
+pkg_setup() {
+   webapp_pkg_setup
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   dodoc LICENCE.txt README.md
+   rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
+
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_src_install
+}



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

2018-03-26 Thread Pacho Ramos
commit: 82e28a221180a706ee27eefc2ecd25276775060a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Mar 26 21:26:14 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Mar 26 21:27:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e28a22

sys-apps/systemd: Apply libmount include fix to latest revision too

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/systemd/systemd-238-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/systemd/systemd-238-r2.ebuild 
b/sys-apps/systemd/systemd-238-r2.ebuild
index 36cd5bf7222..a6d00af1933 100644
--- a/sys-apps/systemd/systemd-238-r2.ebuild
+++ b/sys-apps/systemd/systemd-238-r2.ebuild
@@ -150,6 +150,7 @@ src_prepare() {
local PATCHES=(

"${FILESDIR}/238-0001-sd-bus-do-not-try-to-close-already-closed-fd-8392.patch"

"${FILESDIR}/238-0002-core-do-not-free-heap-allocated-strings-8391.patch"
+   "${FILESDIR}/238-libmount-include.patch"

"${FILESDIR}/238-0003-udev-net-id-Fix-check-for-address-to-keep-interface-8458.patch"
)
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/maxr/

2018-03-26 Thread James Le Cuirot
commit: 88b69511505b96a18155ff7652ab5f22f6380167
Author: OursDesCavernes  yahoo  fr>
AuthorDate: Sun Mar 18 23:40:19 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 26 21:25:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b69511

games-strategy/maxr: Bump verion 0.2.9

Closes: https://bugs.gentoo.org/614498
Closes: https://bugs.gentoo.org/599386

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

 games-strategy/maxr/Manifest  |  1 +
 games-strategy/maxr/maxr-0.2.9.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/games-strategy/maxr/Manifest b/games-strategy/maxr/Manifest
index 4c8ff43408e..19b5872fa68 100644
--- a/games-strategy/maxr/Manifest
+++ b/games-strategy/maxr/Manifest
@@ -1 +1,2 @@
 DIST maxr-0.2.8.tar.gz 14738324 BLAKE2B 
1e0e224cf823e3f9632a28124e9a78c46d6d417894c2df8137a3876b0143c35fb5cf63d2668f947da3e65d3317863fa686c3c7b28a31f38d8bd39ae7739124fb
 SHA512 
22fec9ca773ea68f2639f3cb034ed271a926f99b9b17547bbbdf12a3b47ee445ab311b0766b0656c71b88a258165590431e189e695ef1a86e0fb3b799d1eaa80
+DIST maxr-0.2.9.tar.gz 14847180 BLAKE2B 
eac99b06f84a2559a6ba601396a43b98014ccea2339bd5f7b8327d000d5a5ddf032c2a1fd1c0bec9e3be16e95e170acf93bc99438400d92eb637c2fa68ebcfed
 SHA512 
8c92d85edf152b1730a8b9e1047d41687cfac816ea854e1ec0b5068a650d399cd3cfc4c47593a2eb83604fd649a05ba649763251104fd70d49bb1cb33d4f58fc

diff --git a/games-strategy/maxr/maxr-0.2.9.ebuild 
b/games-strategy/maxr/maxr-0.2.9.ebuild
new file mode 100644
index 000..1835decca36
--- /dev/null
+++ b/games-strategy/maxr/maxr-0.2.9.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils desktop
+
+DESCRIPTION="Mechanized Assault and Exploration Reloaded"
+HOMEPAGE="http://www.maxr.org/;
+SRC_URI="http://www.maxr.org/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2 FDL-1.2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dedicated"
+
+RDEPEND="media-libs/libsdl2[video]
+   media-libs/sdl2-mixer[vorbis]
+   media-libs/sdl2-net"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   mycmakeargs=(
+   -DMAXR_BUILD_DEDICATED_SERVER="$(usex dedicated)"
+   "-DCMAKE_BUILD_TYPE=Release")
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   doicon data/maxr.png
+   make_desktop_entry maxr "Mechanized Assault and Exploration Reloaded"
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/maxr/

2018-03-26 Thread James Le Cuirot
commit: 8aab4b0b10ac04dab682de38becbba7b54b24878
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 26 21:23:24 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 26 21:25:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aab4b0b

games-strategy/maxr: Update icon cache

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-strategy/maxr/maxr-0.2.9.ebuild | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/games-strategy/maxr/maxr-0.2.9.ebuild 
b/games-strategy/maxr/maxr-0.2.9.ebuild
index 1835decca36..624345a06b3 100644
--- a/games-strategy/maxr/maxr-0.2.9.ebuild
+++ b/games-strategy/maxr/maxr-0.2.9.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit cmake-utils desktop
+
+inherit cmake-utils desktop gnome2-utils
 
 DESCRIPTION="Mechanized Assault and Exploration Reloaded"
 HOMEPAGE="http://www.maxr.org/;
@@ -20,14 +21,19 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
mycmakeargs=(
-   -DMAXR_BUILD_DEDICATED_SERVER="$(usex dedicated)"
-   "-DCMAKE_BUILD_TYPE=Release")
+   -DMAXR_BUILD_DEDICATED_SERVER=$(usex dedicated)
+   -DCMAKE_BUILD_TYPE=Release
+   )
 
cmake-utils_src_configure
 }
 
 src_install() {
-   doicon data/maxr.png
-   make_desktop_entry maxr "Mechanized Assault and Exploration Reloaded"
cmake-utils_src_install
+   doicon -s 128 data/${PN}.png
+   make_desktop_entry ${PN} "Mechanized Assault and Exploration Reloaded"
 }
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



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

2018-03-26 Thread James Le Cuirot
commit: db4508db0e73b34a0dcec4efd1100ed1015dbcba
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 26 21:24:09 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 26 21:25:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4508db

profiles: Cancel last-rite of games-strategy/maxr

It's been bumped and fixed.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index bfe0a48d2e7..780c31d5054 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -387,10 +387,6 @@ dev-util/bluej
 # use python eclasses (#615946). Removal in a month.
 media-gfx/k3d
 
-# Pacho Ramos  (17 Mar 2018)
-# Not buildable for a long time (#614498). Removal in a month.
-games-strategy/maxr
-
 # Pacho Ramos  (17 Mar 2018)
 # Not compatible with current NetworkManager versions, use 
net-misc/networkmanager-libreswan
 # instead (#615142). Removal in a month.



[gentoo-commits] repo/gentoo:master commit in: games-strategy/maxr/

2018-03-26 Thread James Le Cuirot
commit: 4611aae3bf39ad8470371c9ef3dda919e36bb169
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 26 21:23:52 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 26 21:25:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4611aae3

games-strategy/maxr: Drop old and broken 0.2.8

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-strategy/maxr/Manifest  |  1 -
 games-strategy/maxr/maxr-0.2.8.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/games-strategy/maxr/Manifest b/games-strategy/maxr/Manifest
index 19b5872fa68..e5cdde8f8a6 100644
--- a/games-strategy/maxr/Manifest
+++ b/games-strategy/maxr/Manifest
@@ -1,2 +1 @@
-DIST maxr-0.2.8.tar.gz 14738324 BLAKE2B 
1e0e224cf823e3f9632a28124e9a78c46d6d417894c2df8137a3876b0143c35fb5cf63d2668f947da3e65d3317863fa686c3c7b28a31f38d8bd39ae7739124fb
 SHA512 
22fec9ca773ea68f2639f3cb034ed271a926f99b9b17547bbbdf12a3b47ee445ab311b0766b0656c71b88a258165590431e189e695ef1a86e0fb3b799d1eaa80
 DIST maxr-0.2.9.tar.gz 14847180 BLAKE2B 
eac99b06f84a2559a6ba601396a43b98014ccea2339bd5f7b8327d000d5a5ddf032c2a1fd1c0bec9e3be16e95e170acf93bc99438400d92eb637c2fa68ebcfed
 SHA512 
8c92d85edf152b1730a8b9e1047d41687cfac816ea854e1ec0b5068a650d399cd3cfc4c47593a2eb83604fd649a05ba649763251104fd70d49bb1cb33d4f58fc

diff --git a/games-strategy/maxr/maxr-0.2.8.ebuild 
b/games-strategy/maxr/maxr-0.2.8.ebuild
deleted file mode 100644
index b183ec9420f..000
--- a/games-strategy/maxr/maxr-0.2.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Mechanized Assault and Exploration Reloaded"
-HOMEPAGE="http://www.maxr.org/;
-SRC_URI="http://www.maxr.org/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2 FDL-1.2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[video]
-   media-libs/sdl-mixer[vorbis]
-   media-libs/sdl-net"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   dogamesbin src/${PN}
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r data/*
-   dodoc ABOUT CHANGELOG
-   doicon data/maxr.png
-   make_desktop_entry maxr "Mechanized Assault and Exploration Reloaded"
-   prepgamesdirs
-}



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

2018-03-26 Thread Maxim Koltsov
commit: 929b5678dcf404a2fb3bf175ee69c4b1222098db
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Mon Mar 26 21:20:02 2018 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Mon Mar 26 21:20:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929b5678

sys-auth/fingerprint-gui: bump to 1.09 with Qt5

This is forked release sanctioned by upstream.

Bug: https://bugs.gentoo.org/638826
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/fingerprint-gui/Manifest  |   1 +
 .../fingerprint-gui/fingerprint-gui-1.09.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-auth/fingerprint-gui/Manifest 
b/sys-auth/fingerprint-gui/Manifest
index c0379a9e586..263764a7c3b 100644
--- a/sys-auth/fingerprint-gui/Manifest
+++ b/sys-auth/fingerprint-gui/Manifest
@@ -1 +1,2 @@
 DIST fingerprint-gui-1.07.tar.gz 7042051 BLAKE2B 
c9b371e6344fd2a838a4c99a2962362a8aece8c3bce995926ff935453cf2d0d6b6b5f189e359638eb717bdba167b67d4ac336d7035646c7e68b62d5140e15c1d
 SHA512 
b63bc86cbff29587a7fe164dd9344178006079f2520265ecd3d96e57bf584694246e17db780051dcacfe39dc6bd4da437b16e33d2f7cb6b474ae61dfbced6a3b
+DIST fingerprint-gui-1.09.tar.gz 7037943 BLAKE2B 
b35b8a1c5f53752709da44903961527c01db20773298e4636d8c316946cd7d23022c9407081c55ba5f6ec55d9ed53b7f8ef858c44a623873834fa1cbd6aa941f
 SHA512 
c4fb22368d82d72586f80009b5adb9db0a8e8777c3d1c1f23cf58a21f718a3e3d05bbc90fff295be969cf7f744f037fb886e975e626cf6d599f8f6b5f8323724

diff --git a/sys-auth/fingerprint-gui/fingerprint-gui-1.09.ebuild 
b/sys-auth/fingerprint-gui/fingerprint-gui-1.09.ebuild
new file mode 100644
index 000..2d7b9377d7c
--- /dev/null
+++ b/sys-auth/fingerprint-gui/fingerprint-gui-1.09.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils readme.gentoo-r1 udev user gnome2-utils
+
+DESCRIPTION="Use Fingerprint Devices with Linux"
+HOMEPAGE="http://www.ullrich-online.cc/fingerprint/ 
https://github.com/maksbotan/fingerprint-gui;
+SRC_URI="https://github.com/maksbotan/fingerprint-gui/archive/v${PV}-qt5.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+upekbsapi"
+
+DEPEND="
+   app-crypt/qca[qt5(+)]
+   dev-qt/qtcore:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtx11extras:5
+   sys-auth/libfprint
+   sys-auth/polkit-qt[qt5(+)]
+   sys-libs/pam
+   x11-libs/libX11
+   x11-proto/xproto
+   x11-libs/libfakekey
+   dev-libs/libusb
+   !sys-auth/thinkfinger
+"
+RDEPEND="${DEPEND}"
+
+QA_SONAME="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*"
+QA_PRESTRIPPED="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*"
+QA_FLAGS_IGNORED="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*"
+
+S="${WORKDIR}/${P}-qt5"
+
+HTML_DOCS=( doc/Hacking.html doc/Step-by-step-manual.html )
+
+src_prepare() {
+   eapply_user
+
+   sed -e '/Icon=/s:=.*:=Fingerprint:' \
+   -i bin/${PN}/${PN}.desktop || die
+   sed -e "s:/etc/udev/rules.d:\"$(get_udevdir)\"/rules.d:g" \
+   -i bin/${PN%-gui}-helper/${PN%-gui}-helper.pro || die
+   sed -e 's:GROUP="plugdev":GROUP="fingerprint":' \
+   -i bin/fingerprint-helper/92-fingerprint-gui-uinput.rules \
+   -i upek/91-fingerprint-gui-upek.rules || die
+   sed -e '/DOCDIR\s\+=/s:'${PN}':'${PF}/html':' \
+   -i bin/fingerprint-gui/fingerprint-gui.pro || die
+   sed -e '/#define DOCDIR/s:'${PN}':'${PF}/html':' \
+   -i include/Globals.h || die
+}
+
+src_configure() {
+   eqmake5 \
+   PREFIX="${EROOT}"usr \
+   LIB="$(get_libdir)" \
+   LIBEXEC=libexec \
+   LIBPOLKIT_QT=LIBPOLKIT_QT_1_1
+}
+
+src_install() {
+   export INSTALL_ROOT="${D}" #submakes need it as well, re-install fails 
otherwise.
+   emake -j1 install
+   if use upekbsapi ; then
+   use amd64 && dolib.so upek/lib64/libbsapi.so*
+   use x86 && dolib.so upek/lib/libbsapi.so*
+   udev_dorules upek/91-fingerprint-gui-upek.rules
+   insinto /etc
+   doins upek/upek.cfg
+   #dodir /var/upek_data
+   #fowners root:plugdev /var/upek_data
+   #fperms 0775 /var/upek_data
+   fi
+   doicon src/res/Fingerprint.png
+
+   einstalldocs
+
+   keepdir /var/lib/fingerprint-gui
+
+   readme.gentoo_create_doc
+}
+
+pkg_preinst() {
+   enewgroup fingerprint
+
+   gnome2_icon_cache_update
+}
+
+pkg_postinst() {
+   einfo "Fixing permisisons of fingerprints..."
+   find "${EROOT}"/var/lib/fingerprint-gui -exec chown root:root {} + || 
die "chown root:root failed"
+   find "${EROOR}"/var/lib/fingerprint-gui -type d -exec chmod 755 {} + || 
die "chmod 755 failed"
+   find "${EROOT}"/var/lib/fingerprint-gui -type f -exec chmod 600 {} + 

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

2018-03-26 Thread Mike Gilbert
commit: 9463c487ae1bf6a960ea83fafcda88b17c90ef06
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 26 21:17:04 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 26 21:17:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9463c487

sys-apps/systemd: fix build with util-linux-2.32

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

 sys-apps/systemd/files/238-libmount-include.patch | 72 +++
 sys-apps/systemd/systemd-236-r5.ebuild|  1 +
 sys-apps/systemd/systemd-237-r3.ebuild|  1 +
 sys-apps/systemd/systemd-238-r1.ebuild|  1 +
 4 files changed, 75 insertions(+)

diff --git a/sys-apps/systemd/files/238-libmount-include.patch 
b/sys-apps/systemd/files/238-libmount-include.patch
new file mode 100644
index 000..6a02dff65e4
--- /dev/null
+++ b/sys-apps/systemd/files/238-libmount-include.patch
@@ -0,0 +1,72 @@
+From 227b8a762fea1458547be2cdf0e6e4aac0079730 Mon Sep 17 00:00:00 2001
+From: Michael Olbrich 
+Date: Mon, 26 Mar 2018 17:34:53 +0200
+Subject: [PATCH] core: don't include libmount.h in a header file (#8580)
+
+linux/fs.h sys/mount.h, libmount.h and missing.h all include MS_*
+definitions.
+
+To avoid problems, only one of linux/fs.h, sys/mount.h and libmount.h
+should be included. And missing.h must be included last.
+
+Without this, building systemd may fail with:
+
+In file included from [...]/libmount/libmount.h:31:0,
+ from ../systemd-238/src/core/manager.h:23,
+ from ../systemd-238/src/core/emergency-action.h:37,
+ from ../systemd-238/src/core/unit.h:34,
+ from ../systemd-238/src/core/dbus-timer.h:25,
+ from ../systemd-238/src/core/timer.c:26:
+[...]/sys/mount.h:57:2: error: expected identifier before numeric constant
+---
+ src/core/dbus-execute.c | 1 +
+ src/core/manager.h  | 3 ++-
+ src/core/mount.c| 2 ++
+ 3 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c
+index 7344623ebf6..c342093bca4 100644
+--- a/src/core/dbus-execute.c
 b/src/core/dbus-execute.c
+@@ -18,6 +18,7 @@
+   along with systemd; If not, see .
+ ***/
+ 
++#include 
+ #include 
+ #include 
+ 
+diff --git a/src/core/manager.h b/src/core/manager.h
+index 28c5da225b1..e09e0cdf5e9 100644
+--- a/src/core/manager.h
 b/src/core/manager.h
+@@ -20,7 +20,6 @@
+   along with systemd; If not, see .
+ ***/
+ 
+-#include 
+ #include 
+ #include 
+ 
+@@ -34,6 +33,8 @@
+ #include "list.h"
+ #include "ratelimit.h"
+ 
++struct libmnt_monitor;
++
+ /* Enforce upper limit how many names we allow */
+ #define MANAGER_MAX_NAMES 131072 /* 128K */
+ 
+diff --git a/src/core/mount.c b/src/core/mount.c
+index 0e755da5c02..0154ebda5d6 100644
+--- a/src/core/mount.c
 b/src/core/mount.c
+@@ -23,6 +23,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ #include "sd-messages.h"
+ 
+ #include "alloc-util.h"

diff --git a/sys-apps/systemd/systemd-236-r5.ebuild 
b/sys-apps/systemd/systemd-236-r5.ebuild
index ed62d0a6f44..aed2113e91a 100644
--- a/sys-apps/systemd/systemd-236-r5.ebuild
+++ b/sys-apps/systemd/systemd-236-r5.ebuild
@@ -148,6 +148,7 @@ src_unpack() {
 
 src_prepare() {
local PATCHES=(
+   "${FILESDIR}/238-libmount-include.patch"
)
 
[[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )

diff --git a/sys-apps/systemd/systemd-237-r3.ebuild 
b/sys-apps/systemd/systemd-237-r3.ebuild
index 466126ca683..d0254ee71db 100644
--- a/sys-apps/systemd/systemd-237-r3.ebuild
+++ b/sys-apps/systemd/systemd-237-r3.ebuild
@@ -150,6 +150,7 @@ src_unpack() {
 src_prepare() {
local PATCHES=(
"${FILESDIR}/237-0001-networkctl-display-type.patch"
+   "${FILESDIR}/238-libmount-include.patch"
)
 
[[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )

diff --git a/sys-apps/systemd/systemd-238-r1.ebuild 
b/sys-apps/systemd/systemd-238-r1.ebuild
index 2898aa322ed..2903bb82e51 100644
--- a/sys-apps/systemd/systemd-238-r1.ebuild
+++ b/sys-apps/systemd/systemd-238-r1.ebuild
@@ -150,6 +150,7 @@ src_prepare() {
local PATCHES=(

"${FILESDIR}/238-0001-sd-bus-do-not-try-to-close-already-closed-fd-8392.patch"

"${FILESDIR}/238-0002-core-do-not-free-heap-allocated-strings-8391.patch"
+   "${FILESDIR}/238-libmount-include.patch"
)
 
[[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )



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

2018-03-26 Thread Pacho Ramos
commit: 21bf005cd5ebd9245ee07c183a93b0deae574a66
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Mar 26 21:12:29 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Mar 26 21:12:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bf005c

sys-apps/systemd: Apply upstream patch to fix check for address to keep 
interface names stable (also fixing bug #651414 affecting NM failing to 
reconnect properly after suspend).

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...-check-for-address-to-keep-interface-8458.patch |  37 ++
 sys-apps/systemd/systemd-238-r2.ebuild | 437 +
 2 files changed, 474 insertions(+)

diff --git 
a/sys-apps/systemd/files/238-0003-udev-net-id-Fix-check-for-address-to-keep-interface-8458.patch
 
b/sys-apps/systemd/files/238-0003-udev-net-id-Fix-check-for-address-to-keep-interface-8458.patch
new file mode 100644
index 000..693d67152ea
--- /dev/null
+++ 
b/sys-apps/systemd/files/238-0003-udev-net-id-Fix-check-for-address-to-keep-interface-8458.patch
@@ -0,0 +1,37 @@
+From 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 Mon Sep 17 00:00:00 2001
+From: Filipe Brandenburger 
+Date: Thu, 15 Mar 2018 10:42:38 -0700
+Subject: [PATCH] udev/net-id: Fix check for address to keep interface names
+ stable (#8458)
+
+This was a bug inadvertently added by commit 73fc96c8ac0aa9.
+
+The intent of the check is to "match slot address with device by
+stripping the function" (as the comment above states it), for example
+match network device PCI address :05:00.0 (including a .0 for
+function) to PCI slot address :05:00, but changing that to a streq()
+call prevented the match.
+
+Change that to startswith(), which should both fix the bug and make the
+intent of the check more clear and prevent unintentional bugs from being
+introduced by future refactorings.
+---
+ src/udev/udev-builtin-net_id.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c
+index 36994360c7..6efa712930 100644
+--- a/src/udev/udev-builtin-net_id.c
 b/src/udev/udev-builtin-net_id.c
+@@ -297,7 +297,7 @@ static int dev_pci_slot(struct udev_device *dev, struct 
netnames *names) {
+ if (snprintf_ok(str, sizeof str, "%s/%s/address", slots, 
dent->d_name) &&
+ read_one_line_file(str, ) >= 0)
+ /* match slot address with device by stripping the 
function */
+-if (streq(address, 
udev_device_get_sysname(names->pcidev)))
++if 
(startswith(udev_device_get_sysname(names->pcidev), address))
+ hotplug_slot = i;
+ 
+ if (hotplug_slot > 0)
+-- 
+2.16.2
+

diff --git a/sys-apps/systemd/systemd-238-r2.ebuild 
b/sys-apps/systemd/systemd-238-r2.ebuild
new file mode 100644
index 000..c4951b63a00
--- /dev/null
+++ b/sys-apps/systemd/systemd-238-r2.ebuild
@@ -0,0 +1,437 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
+fi
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam 
python-any-r1 systemd toolchain-funcs udev user
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="acl apparmor audit build cryptsetup curl elfutils +gcrypt gnuefi http 
idn importd +kmod libidn2 +lz4 lzma nat pam pcre policykit qrcode +seccomp 
selinux ssl +sysv-utils test usrmerge vanilla xkb"
+
+REQUIRED_USE="importd? ( curl gcrypt lzma )"
+RESTRICT="!test? ( test )"
+
+MINKV="3.11"
+
+COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   !=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
+   curl? ( net-misc/curl:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   http? (
+   >=net-libs/libmicrohttpd-0.9.33:0=
+   ssl? ( >=net-libs/gnutls-3.1.4:0= )
+   )
+   idn? (
+   libidn2? ( net-dns/libidn2 )
+   !libidn2? ( net-dns/libidn )
+   )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
+   nat? ( net-firewall/iptables:0= )
+   

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

2018-03-26 Thread Pacho Ramos
commit: 2b11fca1004a8c15fdcbae27f514040835b11f5c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Mar 26 21:13:46 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Mar 26 21:13:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b11fca1

sys-apps/systemd: Recover keyword dropped by mistake

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/systemd/systemd-238-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2018-03-26 Thread Mike Gilbert
commit: 71810d1341eeeb69d457c443f9aaa2c0616e7396
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 26 21:03:07 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 26 21:03:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71810d13

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

This drops widevine support due to changes in the build system. If you
want this restored, please write a patch and test it!

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 www-client/chromium/Manifest|   1 +
 www-client/chromium/chromium-67.0.3377.1.ebuild | 690 
 2 files changed, 691 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 2213c132dcf..6926bd55f4e 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,3 +2,4 @@ DIST chromium-65.0.3325.146.tar.xz 570305180 BLAKE2B 
b4ac28ea267a673e0c8d22abb41
 DIST chromium-65.0.3325.181.tar.xz 570386836 BLAKE2B 
e170c80dc59ccf84c08430d9685f2d491f609d6217cfea4e0618622dbf53722e9803a41df4e922446be90d8ae70229b3b8bb9a86e9a5fd21a7986aee4665866c
 SHA512 
52472127b46da48699f401ab9c64f80975398bc3e97d032c517736babc327bfa0a0ce6415831ff3f585cd309e2e05e48d5252b15d0873fee118adf70f54d1a05
 DIST chromium-66.0.3359.22.tar.xz 583532916 BLAKE2B 
94a09d7aa687697ec572a933fdf032ad27a77bed24a31c7a497222da86bbc44f0a25846c7a925c527d3f8ee601110eaf8cd8f4691a19170ca68098acbfd885be
 SHA512 
7143e6e048d5b370032ab24f231b63fda0044f08c6f2c3f8722a33d43387629d7462434b7c3fea8bab8a4a1e25622d9576cd3eba80d23b8c937b85e61c6bc55f
 DIST chromium-66.0.3359.45.tar.xz 583703472 BLAKE2B 
6ebbc83c870889319b99ba33f0416e2ce5988955890c579b1df38da3bd6938aa0d158c65a574ea48d3a34a2f87f7982f35a9280b017f8471c6ac837e2689303a
 SHA512 
be32c4ab8db1e8d1e2581f015fdbe12ee4c734b77611511c53a5279114ba4d5d4d1dfe9fb1385bea587b530d6551491db70b275615a96fe86e5a525512fc6d73
+DIST chromium-67.0.3377.1.tar.xz 585310180 BLAKE2B 
9e543ad2796c617e9c6237a938600ddd4fd7f7245f78e7aec25e2160ed8ab128e70c97d5a7d70021fd7b79707ceaf1e5e0a836e25474ad5e2999bc1f6b7e43b1
 SHA512 
e0e5c092895d676551ad75cf18595a641676cde0a6a414180a7e23046cb47fe61256634ac50fa6b3f05153a75125e88417bada12f662ee3fa71aad3ba7cf7684

diff --git a/www-client/chromium/chromium-67.0.3377.1.ebuild 
b/www-client/chromium/chromium-67.0.3377.1.ebuild
new file mode 100644
index 000..c19a7e1b1e6
--- /dev/null
+++ b/www-client/chromium/chromium-67.0.3377.1.ebuild
@@ -0,0 +1,690 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+COMMON_DEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/atk
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-59:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.05.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-1.6.0:=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-3:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   !=net-fs/samba-4.5.12
+   media-libs/opus:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   

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

2018-03-26 Thread James Le Cuirot
commit: f10514362218c557f2cb0aff2c1790094c8ae655
Author: Nikos Chantziaras  gmail  com>
AuthorDate: Mon Mar 26 15:36:23 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 26 20:59:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1051436

dev-util/patchelf: git snapshot version bump to 0.9_p20180129

Current (0.9) version of patchelf fails to update the .gnu.version_r section of
binary executables when patching them, resulting in the executable being unable
to run:

$ patchelf --replace-needed "libcurl-gnutls.so.4" "libcurl.so.4" my_binary
$ ./my_binary
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions:
Assertion `needed != ((void *)0)' failed!

This has been fixed by upstream a couple years ago, but patchelf has not done a
new release since then. This version bump grabs a Git snapshot.

Closes: https://bugs.gentoo.org/651600
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7625

 dev-util/patchelf/Manifest  |  1 +
 dev-util/patchelf/patchelf-0.9_p20180129.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest
index 9c4a653bc3e..c05694b07e2 100644
--- a/dev-util/patchelf/Manifest
+++ b/dev-util/patchelf/Manifest
@@ -1,2 +1,3 @@
 DIST patchelf-0.8.tar.bz2 119369 BLAKE2B 
bfe7dceea9a79845c61bc7490faad5cd4d5e83bc0be4ec7e3b19fbed91ecb7d15e0a0688d4914731b94f0522c80ea9f940b6a8ad5595931df8826ef43f2fd209
 SHA512 
819ace0ee032612e8bef56f230ea470be9d44bc03ef561f98ffac84f2555e419f87309280df6d265a8ae56452e54d46fc90be13a449847e93e4e7b413dc8605a
 DIST patchelf-0.9.tar.bz2 159956 BLAKE2B 
7e8543a98aa683eeafacfb836a02ad7cf2fb52409b0780edb614e30edc66f8f356a9bd19e133b185861fe9c6ae0e4868b0b307c174610eef80e3446610f76bcb
 SHA512 
5bd3a1268b809f173debde5d34c3f736f38d7afb69decf609a422884c51eb1d5ccf62f2d454d4ef8b2c20e263ece49e3c2f801347ef1dfcceecd89c78a214790
+DIST patchelf-0.9_p20180129.tar.gz 99490 BLAKE2B 
a5372942f7f400085a1d5e15701a25f916012ae6afc90cc3065aebf6fd0fc7cae3a626496cae4a7ce7320e5c954b0b11a14defae0bacf3350bf6b201db952eb5
 SHA512 
eabeb34dbef68dc6e79374f46bdbe473ca3c21515962c684f3368fdf7a1dbea75ec152fdb7796f9d22c2f40da25e3f9c181cd1a29e52fbe5843a8cd02acb2c75

diff --git a/dev-util/patchelf/patchelf-0.9_p20180129.ebuild 
b/dev-util/patchelf/patchelf-0.9_p20180129.ebuild
new file mode 100644
index 000..0efbab73c0a
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.9_p20180129.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools vcs-snapshot
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF 
executables"
+HOMEPAGE="http://nixos.org/patchelf.html;
+COMMIT=1fa4d36fead44333528cbee4b5c04c207ce77ca4
+SRC_URI="https://github.com/NixOS/${PN^}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+
+src_prepare() {
+   default
+   rm src/elf.h || die
+
+   sed -i \
+   -e 's:-Werror::g' \
+   -e 's:parallel-tests:serial-tests:g' \
+   configure.ac || die
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/files/, app-accessibility/brltty/

2018-03-26 Thread Aaron Bauman
commit: 6326de87e9f6e14fe2cd72839e21a4cb45534b18
Author: Marty E. Plummer  startmail  com>
AuthorDate: Thu Mar 22 11:54:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 20:19:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6326de87

app-accessibility/brltty: bump to EAPI 6

Also readjusted the epatch call to an eapply call, added
HTML_DOCS/einstalldocs as dohtml is deprecated on EAPI=6,
and adjusted the keepdir call to point at the correct directory.

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

 app-accessibility/brltty/brltty-5.2-r1.ebuild  | 43 --
 .../brltty/files/brltty-5.2-respect-AR.patch   |  5 +--
 .../brltty/files/brltty-5.2-udev.patch |  5 +--
 3 files changed, 28 insertions(+), 25 deletions(-)

diff --git a/app-accessibility/brltty/brltty-5.2-r1.ebuild 
b/app-accessibility/brltty/brltty-5.2-r1.ebuild
index 8b9f34c0e4f..3622819ef62 100644
--- a/app-accessibility/brltty/brltty-5.2-r1.ebuild
+++ b/app-accessibility/brltty/brltty-5.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# 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} )
 FINDLIB_USE="ocaml"
@@ -42,11 +42,17 @@ DEPEND="virtual/pkgconfig
 RDEPEND="java? ( >=virtual/jre-1.4 )
${COMMON_DEP}"
 
+HTML_DOCS=( "${S}"/Documents/Manual-BrlAPI/. )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.2-fix-ldflags.patch
+   "${FILESDIR}"/${PN}-5.2-udev.patch
+   "${FILESDIR}"/${PN}-5.2-respect-AR.patch
+   "${FILESDIR}"/${PN}-5.2-sysmacros.patch
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-fix-ldflags.patch \
-   "${FILESDIR}"/${P}-udev.patch \
-   "${FILESDIR}"/${P}-respect-AR.patch \
-   "${FILESDIR}"/${P}-sysmacros.patch
+   default
 
java-pkg-opt-2_src_prepare
 
@@ -163,30 +169,29 @@ src_install() {
 
libdir="$(get_libdir)"
mkdir -p "${D}"/usr/${libdir}/
-   mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/
+   mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/ || die
gen_usr_ldscript libbrlapi.so
 
-   cd Documents
-   mv Manual-BRLTTY/English/BRLTTY.txt BRLTTY-en.txt
-   mv Manual-BRLTTY/French/BRLTTY.txt BRLTTY-fr.txt
-   mv Manual-BrlAPI/English/BrlAPI.txt BrlAPI-en.txt
+   cd Documents || die
+   mv Manual-BRLTTY/English/BRLTTY.txt BRLTTY-en.txt || die
+   mv Manual-BRLTTY/French/BRLTTY.txt BRLTTY-fr.txt || die
+   mv Manual-BrlAPI/English/BrlAPI.txt BrlAPI-en.txt || die
dodoc CONTRIBUTORS ChangeLog HISTORY README* TODO BRLTTY-*.txt
-   dohtml -r Manual-BRLTTY
if use doc; then
-   dohtml -r Manual-BrlAPI
dodoc BrlAPI-*.txt
+   HTML_DOCS="Manual-BRLTTY" einstalldocs
fi
 
-   keepdir /var/lib/brlapi
-   rmdir "${D}/run/brltty"
-   rmdir "${D}/run"
+   keepdir /var/lib/BrlAPI
+   rmdir "${D}/run/brltty" || die
+   rmdir "${D}/run" || die
 }
 
 pkg_postinst() {
elog
-   elog please be sure "${ROOT}"etc/brltty.conf is correct for your system.
+   elog "please be sure ${ROOT}etc/brltty.conf is correct for your system."
elog
-   elog To make brltty start on boot, type this command as root:
+   elog "To make brltty start on boot, type this command as root:"
elog
-   elog rc-update add brltty boot
+   elog "rc-update add brltty boot"
 }

diff --git a/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch 
b/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch
index 95451dc98b7..c5698a2b939 100644
--- a/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch
+++ b/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch
@@ -1,6 +1,5 @@
-diff -Naur brltty-5.2/Programs/Makefile.in brltty-5.2-new/Programs/Makefile.in
 brltty-5.2/Programs/Makefile.in2014-11-06 07:28:41.0 -0800
-+++ brltty-5.2-new/Programs/Makefile.in2014-11-20 05:41:57.144219093 
-0800
+--- a/Programs/Makefile.in
 b/Programs/Makefile.in
 @@ -434,7 +434,7 @@
[ ! -f lib.def ] || mv lib.def $(API_DEF)
  

diff --git a/app-accessibility/brltty/files/brltty-5.2-udev.patch 
b/app-accessibility/brltty/files/brltty-5.2-udev.patch
index dbbc2989766..e6d56603b01 100644
--- a/app-accessibility/brltty/files/brltty-5.2-udev.patch
+++ b/app-accessibility/brltty/files/brltty-5.2-udev.patch
@@ -1,6 +1,5 @@
-diff -Naur brltty-5.2/Autostart/Udev/udev.rules 
brltty-5.2-new/Autostart/Udev/udev.rules
 brltty-5.2/Autostart/Udev/udev.rules   2014-11-06 07:28:41.0 
-0800
-+++ brltty-5.2-new/Autostart/Udev/udev.rules   2014-11-20 05:28:44.404885312 
-0800
+--- a/Autostart/Udev/udev.rules
 b/Autostart/Udev/udev.rules
 @@ -182,20 +182,22 @@
  # FreedomScientific [Focus Blue]
  

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/powiedz/, app-accessibility/powiedz/files/

2018-03-26 Thread Aaron Bauman
commit: 1140df46c2c02089d5ea4776d97847a466e7972a
Author: Marty E. Plummer  startmail  com>
AuthorDate: Thu Mar 22 13:39:08 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 20:19:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1140df46

app-accessibility/powiedz: EAPI bump and patch cleanup

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

 ...dsp-handle-fix.patch => powiedz-1.0-dsp-handle-fix.patch} |  5 ++---
 app-accessibility/powiedz/powiedz-1.0-r2.ebuild  | 12 ++--
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch 
b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch
similarity index 61%
rename from app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch
rename to app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch
index f18761aff89..fb2852b61c0 100644
--- a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch
+++ b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch
@@ -1,6 +1,5 @@
-diff -urN aaa/powiedz/aufile.c powiedz/aufile.c
 aaa/powiedz/aufile.c   2003-08-30 20:57:37.0 +0200
-+++ powiedz/aufile.c   2003-08-31 14:02:42.0 +0200
+--- a/aufile.c
 b/aufile.c
 @@ -217,8 +217,7 @@
  audio_open(int samp_rate,int disp)
  {

diff --git a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild 
b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
index 1a1157f50c2..fc5fe347bd9 100644
--- a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
+++ b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Polish speech synthesizer based on rsynth"
 HOMEPAGE="http://kadu.net/index.php?page=download=en;
@@ -16,9 +16,9 @@ IUSE=""
 
 S=${WORKDIR}/${PN}
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-dsp-handle-fix.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch
+)
 
 src_compile() {
emake -f Makefile_plain LDLIBS="-lm" CFLAGS="${CFLAGS}" DEFS="" 
CC=$(tc-getCC)



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/, app-accessibility/epos/files/

2018-03-26 Thread Aaron Bauman
commit: 3bd634703eb43f018ddfe0db5723ce58a92515a3
Author: Marty E. Plummer  startmail  com>
AuthorDate: Thu Mar 22 12:48:19 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 20:19:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd63470

app-accessibility/epos: EAPI bump and patch updates

Bump EAPI to 6, and cleanup the patches a bit

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

 app-accessibility/epos/epos-2.5.37-r2.ebuild| 21 -
 .../epos/files/epos-2.5.37-disable-tests.patch  |  5 ++---
 .../epos/files/epos-2.5.37-gcc43.patch  |  8 
 .../epos/files/epos-2.5.37-gcc45.patch  |  4 ++--
 4 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/app-accessibility/epos/epos-2.5.37-r2.ebuild 
b/app-accessibility/epos/epos-2.5.37-r2.ebuild
index 6f6c90eff6b..65a83ff55fe 100644
--- a/app-accessibility/epos/epos-2.5.37-r2.ebuild
+++ b/app-accessibility/epos/epos-2.5.37-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit eutils autotools
+inherit autotools
 
 DESCRIPTION="language independent text-to-speech system"
-HOMEPAGE="http://epos.ure.cas.cz/;
+HOMEPAGE="http://epos.ufe.cz/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -18,12 +18,15 @@ DEPEND=">=app-text/sgmltools-lite-3.0.3-r9
dev-util/byacc"
 RDEPEND=""
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gcc43.patch \
-   "${FILESDIR}"/${P}-gcc45.patch \
-   "${FILESDIR}"/${P}-gcc47.patch \
-   "${FILESDIR}"/${P}-disable-tests.patch
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.5.37-gcc43.patch
+   "${FILESDIR}"/${PN}-2.5.37-gcc45.patch
+   "${FILESDIR}"/${PN}-2.5.37-gcc47.patch
+   "${FILESDIR}"/${PN}-2.5.37-disable-tests.patch
+)
 
+src_prepare() {
+   default
sed -i -e "s/CCC/#CCC/" configure.ac || die
 
eautoreconf

diff --git a/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch 
b/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch
index a877ca68486..7556e7995a1 100644
--- a/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch
+++ b/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch
@@ -1,6 +1,5 @@
-diff -uNr epos-2.5.37.org/src/tests/Makefile.am 
epos-2.5.37/src/tests/Makefile.am
 epos-2.5.37.org/src/tests/Makefile.am  2012-04-14 00:38:56.0 
-0400
-+++ epos-2.5.37/src/tests/Makefile.am  2012-04-14 00:39:10.0 -0400
+--- a/src/tests/Makefile.am
 b/src/tests/Makefile.am
 @@ -1,11 +1,9 @@
  ##Process this file with automake run in the top directory to yield 
Makefile.in
  

diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch 
b/app-accessibility/epos/files/epos-2.5.37-gcc43.patch
index 4a61b5ffd04..c8b1dee857a 100644
--- a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch
+++ b/app-accessibility/epos/files/epos-2.5.37-gcc43.patch
@@ -1,5 +1,5 @@
 epos-2.5.37.orig/src/nnet/neural.cc
-+++ epos-2.5.37/src/nnet/neural.cc
+--- a/src/nnet/neural.cc
 b/src/nnet/neural.cc
 @@ -38,7 +38,7 @@
  #include 
  #include 
@@ -9,8 +9,8 @@
  #include 
  
  /*
 epos-2.5.37.orig/arch/win/service/install.cpp
-+++ epos-2.5.37/arch/win/service/install.cpp
+--- a/arch/win/service/install.cpp
 b/arch/win/service/install.cpp
 @@ -23,7 +23,7 @@
  #include 
  #include "service.h"

diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc45.patch 
b/app-accessibility/epos/files/epos-2.5.37-gcc45.patch
index 70af1db9440..cbc056dded9 100644
--- a/app-accessibility/epos/files/epos-2.5.37-gcc45.patch
+++ b/app-accessibility/epos/files/epos-2.5.37-gcc45.patch
@@ -2,8 +2,8 @@ Fixing build with gcc 4.5
 
 http://bugs.gentoo.org/show_bug.cgi?id=318585
 
 src/nnet/neural_parse.yy
-+++ src/nnet/neural_parse.yy
+--- a/src/nnet/neural_parse.yy
 b/src/nnet/neural_parse.yy
 @@ -255,7 +255,7 @@
  
  int yyerror (char *s)



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/flite/, app-accessibility/flite/files/

2018-03-26 Thread Aaron Bauman
commit: 4ca5affe87d9c4fca33efefc00f14bedfe3e29b1
Author: Marty E. Plummer  startmail  com>
AuthorDate: Thu Mar 22 13:14:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 20:19:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca5affe

app-accessibility/flite: EAPI bump and patch updates

Bump EAPI to 6 and cleanup the patches a bit

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

 .../flite/files/flite-1.4-audio-interface.patch|  4 ++--
 .../flite/files/flite-1.4-ldflags.patch|  9 -
 app-accessibility/flite/flite-1.4-r4.ebuild| 23 +-
 3 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/app-accessibility/flite/files/flite-1.4-audio-interface.patch 
b/app-accessibility/flite/files/flite-1.4-audio-interface.patch
index bc8d25b89bc..d50428edd5a 100644
--- a/app-accessibility/flite/files/flite-1.4-audio-interface.patch
+++ b/app-accessibility/flite/files/flite-1.4-audio-interface.patch
@@ -1,5 +1,5 @@
 configure.in   2009-08-15 06:46:38.0 +1000
-+++ configure.in   2011-08-30 00:53:26.0 +1000
+--- a/configure.in
 b/configure.in
 @@ -304,7 +304,6 @@
[  --with-audio  with specific audio support (none linux 
freebsd etc) ],
  AUDIODRIVER=$with_audio )

diff --git a/app-accessibility/flite/files/flite-1.4-ldflags.patch 
b/app-accessibility/flite/files/flite-1.4-ldflags.patch
index f9295fb853b..fd8f49059e7 100644
--- a/app-accessibility/flite/files/flite-1.4-ldflags.patch
+++ b/app-accessibility/flite/files/flite-1.4-ldflags.patch
@@ -1,6 +1,5 @@
-diff -Naur flite-1.4-release/config/common_make_rules 
flite-1.4-release.new/config/common_make_rules
 flite-1.4-release/config/common_make_rules 2009-07-30 14:52:56.0 
+
-+++ flite-1.4-release.new/config/common_make_rules 2011-03-26 
20:22:59.0 +
+--- a/config/common_make_rules
 b/config/common_make_rules
 @@ -68,7 +68,7 @@
  
  FLITELIBS = $(BUILDDIR)/lib/libflite.a
@@ -19,8 +18,8 @@ diff -Naur flite-1.4-release/config/common_make_rules 
flite-1.4-release.new/conf
@ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_VERSION}` `basename 
$@.${PROJECT_SHLIB_VERSION}` )
@ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_SHLIB_VERSION}` 
`basename $@` )
@ rm -rf shared_os
 flite-1.4-release/tools/Makefile~  2009-08-22 20:19:01.0 +0100
-+++ flite-1.4-release.new/tools/Makefile   2013-01-20 20:06:34.259527220 
+
+--- a/tools/Makefile
 b/tools/Makefile
 @@ -62,9 +62,9 @@
  LOCAL_CLEAN = $(BINDIR)/find_sts $(BINDIR)/flite_sort
  

diff --git a/app-accessibility/flite/flite-1.4-r4.ebuild 
b/app-accessibility/flite/flite-1.4-r4.ebuild
index 536b8f83eea..54ce1000b6a 100644
--- a/app-accessibility/flite/flite-1.4-r4.ebuild
+++ b/app-accessibility/flite/flite-1.4-r4.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=5
-inherit autotools eutils multilib-minimal
+EAPI=6
+inherit autotools multilib-minimal
 
 DESCRIPTION="Flite text to speech engine"
 HOMEPAGE="http://www.speech.cs.cmu.edu/flite/index.html;
@@ -18,6 +18,14 @@ RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${P}-release
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4-tempfile.patch
+   "${FILESDIR}"/${PN}-1.4-fix-parallel-builds.patch
+   "${FILESDIR}"/${PN}-1.4-respect-destdir.patch
+   "${FILESDIR}"/${PN}-1.4-ldflags.patch
+   "${FILESDIR}"/${PN}-1.4-audio-interface.patch
+)
+
 get_audio() {
if use alsa; then
echo alsa
@@ -29,11 +37,8 @@ get_audio() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-tempfile.patch
-   epatch "${FILESDIR}"/${P}-fix-parallel-builds.patch
-   epatch "${FILESDIR}"/${P}-respect-destdir.patch
-   epatch "${FILESDIR}"/${P}-ldflags.patch
-   epatch "${FILESDIR}"/${P}-audio-interface.patch
+   default
+
sed -i main/Makefile \
-e '/-rpath/s|$(LIBDIR)|$(INSTALLLIBDIR)|g' \
|| die
@@ -61,7 +66,7 @@ multilib_src_install_all() {
dodoc ACKNOWLEDGEMENTS README
 
if ! use static-libs; then
-   rm -rf "${D}"/usr/lib*/*.a
+   find "${ED}" -name '*.a' ! -name '*.dll.a' -delete || die
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/julius/files/, app-accessibility/julius/

2018-03-26 Thread Aaron Bauman
commit: d6ba21c23c6d5fd742a9962919e5af62aa643ee7
Author: Marty E. Plummer  startmail  com>
AuthorDate: Thu Mar 22 13:27:15 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 20:19:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ba21c2

app-accessibility/julius: EAPI bump and patch updates

Bump EAPI to 6 and clean up the patches a bit. turn the LINGUAS check
into a proper l10n_ja USE check.

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

 .../julius/files/julius-4.2.2-install.patch| 88 +++---
 .../julius/files/julius-4.2.2-ldflags.patch|  4 +-
 app-accessibility/julius/julius-4.2.2.ebuild   | 20 ++---
 3 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/app-accessibility/julius/files/julius-4.2.2-install.patch 
b/app-accessibility/julius/files/julius-4.2.2-install.patch
index d40b6c69fdc..e8260d9ef0c 100644
--- a/app-accessibility/julius/files/julius-4.2.2-install.patch
+++ b/app-accessibility/julius/files/julius-4.2.2-install.patch
@@ -2,8 +2,8 @@ From: Julian Ospald 
 Date: Sun Mar 31 20:38:49 UTC 2013
 Subject: respect DESTDIR
 
 julius-4.2.2/libsent/Makefile.in
-+++ julius-4.2.2/libsent/Makefile.in
+--- a/libsent/Makefile.in
 b/libsent/Makefile.in
 @@ -144,16 +144,16 @@
  install: install.lib install.include install.bin
  
@@ -27,8 +27,8 @@ Subject: respect DESTDIR
  
  clean:
$(RM) *~ src/*/*~ src/*/*.o src/*/*/*.o src/*/*/*/*.o src/*/*/*/*/*.o 
include/sent/*~ 
 julius-4.2.2/libjulius/Makefile.in
-+++ julius-4.2.2/libjulius/Makefile.in
+--- a/libjulius/Makefile.in
 b/libjulius/Makefile.in
 @@ -90,16 +90,16 @@
  install: install.lib install.include install.bin
  
@@ -52,8 +52,8 @@ Subject: respect DESTDIR
  
  depend:
makedepend -- $(CFLAGS) -- $(OBJSENT)
 julius-4.2.2/julius/Makefile.in
-+++ julius-4.2.2/julius/Makefile.in
+--- a/julius/Makefile.in
 b/julius/Makefile.in
 @@ -61,8 +61,8 @@
  install: install.bin
  
@@ -65,8 +65,8 @@ Subject: respect DESTDIR
  
  depend:
makedepend -- $(CFLAGS) -- $(OBJSENT)
 julius-4.2.2/mkbingram/Makefile.in
-+++ julius-4.2.2/mkbingram/Makefile.in
+--- a/mkbingram/Makefile.in
 b/mkbingram/Makefile.in
 @@ -32,8 +32,8 @@
  install: install.bin
  
@@ -78,8 +78,8 @@ Subject: respect DESTDIR
  
  clean:
$(RM) $(OBJ)
 julius-4.2.2/mkbinhmm/Makefile.in
-+++ julius-4.2.2/mkbinhmm/Makefile.in
+--- a/mkbinhmm/Makefile.in
 b/mkbinhmm/Makefile.in
 @@ -32,8 +32,8 @@
  install: install.bin
  
@@ -91,8 +91,8 @@ Subject: respect DESTDIR
  
  clean:
$(RM) mkbinhmm.o mkbinhmmlist.o
 julius-4.2.2/adinrec/Makefile.in
-+++ julius-4.2.2/adinrec/Makefile.in
+--- a/adinrec/Makefile.in
 b/adinrec/Makefile.in
 @@ -36,8 +36,8 @@
  install: install.bin
  
@@ -104,8 +104,8 @@ Subject: respect DESTDIR
  
  
  
 julius-4.2.2/adintool/Makefile.in
-+++ julius-4.2.2/adintool/Makefile.in
+--- a/adintool/Makefile.in
 b/adintool/Makefile.in
 @@ -36,8 +36,8 @@
  install: install.bin
  
@@ -117,8 +117,8 @@ Subject: respect DESTDIR
  
  
  
 julius-4.2.2/mkgshmm/Makefile.in
-+++ julius-4.2.2/mkgshmm/Makefile.in
+--- a/mkgshmm/Makefile.in
 b/mkgshmm/Makefile.in
 @@ -23,8 +23,8 @@
  install: install.bin
  
@@ -130,8 +130,8 @@ Subject: respect DESTDIR
  
  
  
 julius-4.2.2/mkss/Makefile.in
-+++ julius-4.2.2/mkss/Makefile.in
+--- a/mkss/Makefile.in
 b/mkss/Makefile.in
 @@ -36,8 +36,8 @@
  install: install.bin
  
@@ -143,8 +143,8 @@ Subject: respect DESTDIR
  
  
  
 julius-4.2.2/jcontrol/Makefile.in
-+++ julius-4.2.2/jcontrol/Makefile.in
+--- a/jcontrol/Makefile.in
 b/jcontrol/Makefile.in
 @@ -31,19 +31,19 @@
  install: install.bin
  
@@ -169,8 +169,8 @@ Subject: respect DESTDIR
 +  $(RM) $(TARGET) $(TARGET).exe jucontrol
$(RM) config.status
$(RM) Makefile
 julius-4.2.2/gramtools/accept_check/Makefile.in
-+++ julius-4.2.2/gramtools/accept_check/Makefile.in
+--- a/gramtools/accept_check/Makefile.in
 b/gramtools/accept_check/Makefile.in
 @@ -36,8 +36,8 @@
  install: install.bin
  
@@ -182,8 +182,8 @@ Subject: respect DESTDIR
  
  
  
 julius-4.2.2/gramtools/dfa_determinize/Makefile.in
-+++ julius-4.2.2/gramtools/dfa_determinize/Makefile.in
+--- a/gramtools/dfa_determinize/Makefile.in
 b/gramtools/dfa_determinize/Makefile.in
 @@ -35,8 +35,8 @@
  install: install.bin
  
@@ -195,8 +195,8 @@ Subject: respect DESTDIR
  
  
  
 julius-4.2.2/gramtools/dfa_minimize/Makefile.in
-+++ 

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

2018-03-26 Thread Maxim Koltsov
commit: 8abee16e1ebb1e19328dcd0c5105b9bc4320da45
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Mon Mar 26 20:03:36 2018 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Mon Mar 26 20:03:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abee16e

net-misc/teamviewer: drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/teamviewer/Manifest   |   2 -
 net-misc/teamviewer/teamviewer-13.0.5693-r2.ebuild | 129 -
 2 files changed, 131 deletions(-)

diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest
index 4c903bce11f..78534e2c083 100644
--- a/net-misc/teamviewer/Manifest
+++ b/net-misc/teamviewer/Manifest
@@ -1,5 +1,3 @@
 DIST teamviewer-9.0.32150.deb 22898922 BLAKE2B 
799aa6f48b69247a2695ca745e85d02ffa73df1375203dfc9da339673e6c18d861c4146ddbdc509bdc1114d5a2a7e5fdd4acf3c6e5da61fbba5aaa02fa4e3cfd
 SHA512 
3e72ed5cab7a754a0aa75e533da92292ad004f66c55ac4c386b6f4a65cc41b14a8d9d7a5410dccdb90c1172cd33e52383289339ab44f0847a061655498ab8e4d
-DIST teamviewer_13.0.5693_amd64.tar.xz 9694952 BLAKE2B 
650814c3c63897e1024836528c6eaa4cc81064ffa16bece7f8d2fe633457e2795e2cef847175a88dbb389ba61d2597a02292e6bf610da25c92f97152560ea355
 SHA512 
75886b6d00991968ae0b0d3c55b4c07c6f1b1b24488b2d5ae866e35c26ee6e673e500c87845ba6850ffdc80e4612feff0fc5bbe9e39f2d0a94582e1800471dcc
-DIST teamviewer_13.0.5693_i386.tar.xz 9583892 BLAKE2B 
8e477978825431a01b37b61c28b903b36cd81365c7ec5df4ca8d4aec1ce8d24b49af60ed6c99c863acd26405254ae78c4ae4dfef1f8b7a5fb882e281c3c4f125
 SHA512 
be5e8e00755a38f2c70ceba88d9fb87c2cc8e9e284c86e22f95dddf919a37ee1f24ef1e02f042a339eaf863dbf255c873e3edcb038c04202b4ab0460e50b2503
 DIST teamviewer_13.0.9865_amd64.tar.xz 11562916 BLAKE2B 
93d3a31f43c530e96202c1ce9fba7bcb24553068662d8d61869ddd38b447ae859bae8fc9a9228985c6c858fcf9714e523a0649ca8dd487dd3dbe6e4ba4fc
 SHA512 
08983ed34a6fe227bd7be5b03fb74c2b64c16a973034db2645d71e641c1855a9186fbddf6bbdae2db5e1258df0de8e252d49b4f1b0bb6aad8d357aced7a01984
 DIST teamviewer_13.0.9865_i386.tar.xz 11540784 BLAKE2B 
b8fa47ec7572ed1b7eceb29f48af286ad565165498ea6f82c22f3d55181bcd70c1f380e719998a4c351ec3106216d7bde2461c23b9f84608152ae72c2f16d44c
 SHA512 
24b70e1d728f09fc4dec4e669409b8f979011842f022b75d718459f732668689c53470e3bd4b9f21bd1a9919feda2e452de0daeb242cbef4ae49ad2483213ec2

diff --git a/net-misc/teamviewer/teamviewer-13.0.5693-r2.ebuild 
b/net-misc/teamviewer/teamviewer-13.0.5693-r2.ebuild
deleted file mode 100644
index c8eeedebcf6..000
--- a/net-misc/teamviewer/teamviewer-13.0.5693-r2.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=${PN}${PV/\.*}
-inherit eutils gnome2-utils systemd
-
-DESCRIPTION="All-In-One Solution for Remote Access and Support over the 
Internet"
-HOMEPAGE="https://www.teamviewer.com;
-SRC_URI="amd64? ( 
https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_amd64.tar.xz )
-   x86? ( 
https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_i386.tar.xz )"
-
-LICENSE="TeamViewer MIT"
-SLOT="${PV/\.*}"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-apps/sed"
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols:5
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   sys-apps/dbus
-"
-
-RESTRICT="bindist mirror"
-
-# Silence QA messages
-QA_PREBUILT="opt/${MY_PN}/*"
-
-S="${WORKDIR}"/teamviewer
-
-src_prepare() {
-   default
-
-   # Switch operation mode from 'portable' to 'installed'
-   sed -e "s/TAR_NI/TAR_IN/g" -i tv_bin/script/tvw_config || die
-
-   sed -e "/^ExecStart/s/${PN}/${MY_PN}/" \
-   -i tv_bin/script/teamviewerd.service || die
-}
-
-src_install() {
-   local dst="/opt/${MY_PN}" # install destination
-
-   # Quirk:
-   # Remove Intel 80386 32-bit ELF binary 'libdepend' present in all
-   # archives. It will trip the 'emerge @preserved-libs' logic on amd64
-   # when changing the ABI of one of its dependencies. According to the
-   # TeamViewer devs, this binary is an unused remnant of previous Wine-
-   # based builds and will be removed in future releases anyway
-   rm tv_bin/script/libdepend
-
-   insinto ${dst}
-   doins -r tv_bin
-
-   # Set permissions for executables and libraries
-   for exe in $(find tv_bin -type f -executable -or -name '*.so'); do
-   fperms 755 ${dst}/${exe}
-   done
-
-   # No slotting here, binary expects this service path
-   newinitd "${FILESDIR}"/teamviewerd13.init teamviewerd
-   systemd_dounit tv_bin/script/teamviewerd.service
-
-   insinto /usr/share/dbus-1/services
-   doins tv_bin/script/com.teamviewer.TeamViewer.service
-   doins 

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

2018-03-26 Thread Maxim Koltsov
commit: 207918284e4228bde971caf76b5cdfa4dd7479b7
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Mon Mar 26 20:08:42 2018 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Mon Mar 26 20:08:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20791828

net-misc/teamviewer: Bump to 13.1.3026

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/teamviewer/Manifest|   2 +
 net-misc/teamviewer/teamviewer-13.1.3026.ebuild | 129 
 2 files changed, 131 insertions(+)

diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest
index 78534e2c083..c3885d2a130 100644
--- a/net-misc/teamviewer/Manifest
+++ b/net-misc/teamviewer/Manifest
@@ -1,3 +1,5 @@
 DIST teamviewer-9.0.32150.deb 22898922 BLAKE2B 
799aa6f48b69247a2695ca745e85d02ffa73df1375203dfc9da339673e6c18d861c4146ddbdc509bdc1114d5a2a7e5fdd4acf3c6e5da61fbba5aaa02fa4e3cfd
 SHA512 
3e72ed5cab7a754a0aa75e533da92292ad004f66c55ac4c386b6f4a65cc41b14a8d9d7a5410dccdb90c1172cd33e52383289339ab44f0847a061655498ab8e4d
 DIST teamviewer_13.0.9865_amd64.tar.xz 11562916 BLAKE2B 
93d3a31f43c530e96202c1ce9fba7bcb24553068662d8d61869ddd38b447ae859bae8fc9a9228985c6c858fcf9714e523a0649ca8dd487dd3dbe6e4ba4fc
 SHA512 
08983ed34a6fe227bd7be5b03fb74c2b64c16a973034db2645d71e641c1855a9186fbddf6bbdae2db5e1258df0de8e252d49b4f1b0bb6aad8d357aced7a01984
 DIST teamviewer_13.0.9865_i386.tar.xz 11540784 BLAKE2B 
b8fa47ec7572ed1b7eceb29f48af286ad565165498ea6f82c22f3d55181bcd70c1f380e719998a4c351ec3106216d7bde2461c23b9f84608152ae72c2f16d44c
 SHA512 
24b70e1d728f09fc4dec4e669409b8f979011842f022b75d718459f732668689c53470e3bd4b9f21bd1a9919feda2e452de0daeb242cbef4ae49ad2483213ec2
+DIST teamviewer_13.1.3026_amd64.tar.xz 11500188 BLAKE2B 
98dab12224ea65cdb7c45f01a835cb50fd052e044cb2908a27e0324d5647c1bcc38565eca0c1e70e86fd96a9f70ddd4b6250f13cde1fd3c381be9af8ecb1805c
 SHA512 
30914b761833dd2720458eb3a3076f59e521bdf4fd50489e1cb7c0c80a05ef73c2fd5a9a59a33644e73b96d8db1616665a130e2781c39f35f6c5bfb64c7c7b9a
+DIST teamviewer_13.1.3026_i386.tar.xz 11343300 BLAKE2B 
c0170acf9c67f34755800a0200016dacb6f93f3f3805932fbf467dc19bb0213fce74363a0bc703af1c62b4c1bafda2257bd0cc2c52aad4dd1f22ae5a9fb2d486
 SHA512 
f7dac040de4a0ac3489ee5e911c3c278723cee2372bd42a4a929d3cb268f735eb73514a8d72cc49c82277869533289e3195936218be6db323e732c9c380e

diff --git a/net-misc/teamviewer/teamviewer-13.1.3026.ebuild 
b/net-misc/teamviewer/teamviewer-13.1.3026.ebuild
new file mode 100644
index 000..6c3cc7311e7
--- /dev/null
+++ b/net-misc/teamviewer/teamviewer-13.1.3026.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=${PN}${PV/\.*}
+inherit eutils gnome2-utils systemd
+
+DESCRIPTION="All-In-One Solution for Remote Access and Support over the 
Internet"
+HOMEPAGE="https://www.teamviewer.com;
+SRC_URI="amd64? ( 
https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_amd64.tar.xz )
+   x86? ( 
https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_i386.tar.xz )"
+
+LICENSE="TeamViewer MIT"
+SLOT="${PV/\.*}"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/sed"
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   sys-apps/dbus
+"
+
+RESTRICT="bindist mirror"
+
+# Silence QA messages
+QA_PREBUILT="opt/${MY_PN}/*"
+
+S="${WORKDIR}"/teamviewer
+
+src_prepare() {
+   default
+
+   # Switch operation mode from 'portable' to 'installed'
+   sed -e "s/TAR_NI/TAR_IN/g" -i tv_bin/script/tvw_config || die
+
+   sed -e "/^ExecStart/s/${PN}/${MY_PN}/" \
+   -i tv_bin/script/teamviewerd.service || die
+}
+
+src_install() {
+   local dst="/opt/${MY_PN}" # install destination
+
+   # Quirk:
+   # Remove Intel 80386 32-bit ELF binary 'libdepend' present in all
+   # archives. It will trip the 'emerge @preserved-libs' logic on amd64
+   # when changing the ABI of one of its dependencies. According to the
+   # TeamViewer devs, this binary is an unused remnant of previous Wine-
+   # based builds and will be removed in future releases anyway
+   rm tv_bin/script/libdepend
+
+   insinto ${dst}
+   doins -r tv_bin
+
+   # Set permissions for executables and libraries
+   for exe in $(find tv_bin -type f -executable -or -name '*.so'); do
+   fperms 755 ${dst}/${exe}
+   done
+
+   # No slotting here, binary expects this service path
+   newinitd "${FILESDIR}"/teamviewerd13.init teamviewerd
+   systemd_dounit tv_bin/script/teamviewerd.service
+
+   insinto /usr/share/dbus-1/services
+   doins tv_bin/script/com.teamviewer.TeamViewer.service
+   doins 

[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/

2018-03-26 Thread Mikle Kolyada
commit: aebba0001e31aa9aab6b7cdb581abce12a196c0d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 26 19:58:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 26 19:58:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebba000

www-servers/uwsgi: amd64 stable wrt bug #649618

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-servers/uwsgi/uwsgi-2.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
index 85b336d9b68..2e05bfc22ad 100644
--- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
@@ -24,7 +24,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux"
 
 UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
http ugreen signal syslog rsyslog



[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/

2018-03-26 Thread Mikle Kolyada
commit: 1c381afae6b5c2903d629868a969df26aa4d22b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 26 19:55:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 26 19:55:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c381afa

app-backup/bacula: amd64 stable wrt bug #651078

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-backup/bacula/bacula-9.0.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/bacula/bacula-9.0.6-r2.ebuild 
b/app-backup/bacula/bacula-9.0.6-r2.ebuild
index ee84ae457c0..114a9ebd4b4 100644
--- a/app-backup/bacula/bacula-9.0.6-r2.ebuild
+++ b/app-backup/bacula/bacula-9.0.6-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 libressl 
logwatch mysql postgres qt5 readline +sqlite ssl static tcpd vim-syntax X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-rpg/eternal-lands-data/

2018-03-26 Thread Aaron Bauman
commit: 9129d0c03be21ff0fed2cf3156dbef95394e8ef3
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Mar 25 15:10:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:52:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9129d0c0

games-rpg/eternal-lands-data: EAPI bump

Removed games.eclass and bumped to EAPI=6.
Should not present a problem, since its just flat
data.

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

 .../eternal-lands-data-1.9.3-r1.ebuild | 28 ++
 1 file changed, 12 insertions(+), 16 deletions(-)

diff --git a/games-rpg/eternal-lands-data/eternal-lands-data-1.9.3-r1.ebuild 
b/games-rpg/eternal-lands-data/eternal-lands-data-1.9.3-r1.ebuild
index 5a4e5d454bc..cdcd0ac6284 100644
--- a/games-rpg/eternal-lands-data/eternal-lands-data-1.9.3-r1.ebuild
+++ b/games-rpg/eternal-lands-data/eternal-lands-data-1.9.3-r1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-
-inherit games
+EAPI=6
 
 MUSIC_DATE="20060803"
 
@@ -24,10 +22,10 @@ SRC_URI="http://www.eternal-lands.com/el_linux_193.zip
 LICENSE="eternal_lands"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="music sound bloodsuckermaps"
+IUSE="bloodsuckermaps music sound"
 
 DEPEND="app-arch/unzip
-   !bloodsuckermaps? ( !games-rpg/eternal-lands-bloodsucker )"
+   !bloodsuckermaps? ( !games-rpg/eternal-lands-bloodsucker )"
 
 PDEPEND="bloodsuckermaps? ( 
>=games-rpg/eternal-lands-bloodsucker-3.0_p20110618 )"
 
@@ -37,13 +35,14 @@ S="${WORKDIR}/el_linux"
 src_prepare() {
# Move our music files to the correct directory
if use music ; then
-   mkdir music
+   mkdir music || die
mv ../*.ogg ../*.pll music || die
fi
 
# Fix assertion error with >=libxml2-2.9 (see bug #449352)
xmllint --noent actor_defs/actor_defs.xml > actor_defs.xml || die 
"Failed parsing actor_defs.xml"
-   mv actor_defs.xml actor_defs
+   mv actor_defs.xml actor_defs || die
+   eapply_user
 }
 
 src_install() {
@@ -72,32 +71,29 @@ src_install() {
fi
 
insopts -m 0660
-   insinto "${GAMES_DATADIR}/${MY_PN}"
+   insinto /usr/share/games/eternal-lands
doins -r 2dobjects 3dobjects actor_defs animations maps meshes \
particles skeletons shaders textures languages shaders skybox \
*.lst 3dobjects.txt *.xml \
|| die "doins failed"
 
if use music ; then
-   doins -r music || die "doins music failed"
+   doins -r music
fi
 
# Removed sound from above - need to handle sound support
 
cd "${WORKDIR}"
if use sound ; then
-  doins -r sound || die "doins sound failed"
+  doins -r sound
fi
-
-   prepgamesdirs
 }
 
 pkg_postinst() {
-   games_pkg_postinst
# Ensure that the files are writable by the game group for auto
# updating.
-   chmod -R g+rw "${ROOT}/${GAMES_DATADIR}/${MY_PN}"
+   chmod -R g+rw "${EROOT}"usr/share/games/eternal-lands || die
 
# Make sure new files stay in games group
-   find "${ROOT}/${GAMES_DATADIR}/${MY_PN}" -type d -exec chmod g+sx {} \;
+   find "${EROOT}"usr/share/games/eternal-lands -type d -exec chmod g+sx 
{} \; || die
 }



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

2018-03-26 Thread Mikle Kolyada
commit: e55153ea4eaf91d1751359c32f874116352a31e0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 26 19:51:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 26 19:51:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55153ea

app-arch/lzop: amd64 stable wrt bug #651510

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-arch/lzop/lzop-1.04.ebuild b/app-arch/lzop/lzop-1.04.ebuild
index 76216b04f65..b86e82a2a5d 100644
--- a/app-arch/lzop/lzop-1.04.ebuild
+++ b/app-arch/lzop/lzop-1.04.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.lzop.org/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/lzo-2"



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

2018-03-26 Thread Mikle Kolyada
commit: 9fe925a1cde6ae123f0c34b04ee5184e3b8e6370
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 26 19:48:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 26 19:48:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe925a1

dev-libs/libtasn1: amd64 stable wrt bug #647012

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-libs/libtasn1/libtasn1-4.13.ebuild 
b/dev-libs/libtasn1/libtasn1-4.13.ebuild
index 0edf27643cc..78d4c86457d 100644
--- a/dev-libs/libtasn1/libtasn1-4.13.ebuild
+++ b/dev-libs/libtasn1/libtasn1-4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/6" # subslot = libtasn1 soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc static-libs valgrind"
 
 DEPEND=">=dev-lang/perl-5.6



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

2018-03-26 Thread Mikle Kolyada
commit: e63874c7e1f7347b7245d5b01d0f5aceda432b28
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 26 19:44:51 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 26 19:45:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63874c7

app-eselect/eselect-repository: amd64 stable wrt bug #651532

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 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 ac259369298..74fd81626a3 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: net-analyzer/suricata/

2018-03-26 Thread Michał Górny
commit: d4e40e0eb9740bbeec133addc8ccfff64cde699b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 22:17:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 26 19:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e40e0e

net-analyzer/suricata: [QA] Use standard meaning of USE=luajit

Fix the package to use standard meaning for USE=luajit instead of making
it exclusive with USE=lua.

 net-analyzer/suricata/metadata.xml  |  1 -
 net-analyzer/suricata/suricata-4.0.3.ebuild | 21 +
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/net-analyzer/suricata/metadata.xml 
b/net-analyzer/suricata/metadata.xml
index 58878c64f05..0afee5625d1 100644
--- a/net-analyzer/suricata/metadata.xml
+++ b/net-analyzer/suricata/metadata.xml
@@ -9,7 +9,6 @@
 Enable unix socket
 Enable NVIDIA Cuda computations support
 Enable detection modules
-Enable Luajit support
 Enable libnetfilter_log support
 Enable NFQUEUE support for inline IDP
 Enable Redis support

diff --git a/net-analyzer/suricata/suricata-4.0.3.ebuild 
b/net-analyzer/suricata/suricata-4.0.3.ebuild
index 604eae665be..e501c9c775b 100644
--- a/net-analyzer/suricata/suricata-4.0.3.ebuild
+++ b/net-analyzer/suricata/suricata-4.0.3.ebuild
@@ -14,8 +14,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+af-packet control-socket cuda debug +detection geoip hardened logrotate 
lua luajit nflog +nfqueue redis +rules test"
 
-REQUIRED_USE="lua? ( !luajit )"
-
 DEPEND="
>=dev-libs/jansson-2.2
dev-libs/libpcre
@@ -29,8 +27,10 @@ DEPEND="
sys-apps/file
cuda?   ( dev-util/nvidia-cuda-toolkit )
geoip?  ( dev-libs/geoip )
-   lua?( dev-lang/lua:* )
-   luajit? ( dev-lang/luajit:* )
+   lua? (
+   !luajit? ( dev-lang/lua:* )
+   luajit? ( dev-lang/luajit:* )
+   )
nflog?  ( net-libs/libnetfilter_log )
nfqueue?( net-libs/libnetfilter_queue )
redis?  ( dev-libs/hiredis )
@@ -87,10 +87,15 @@ src_configure() {
 #  myeconfargs+=( $(use_enable prelude) )
 #  fi
if use lua ; then
-   myeconfargs+=( $(use_enable lua) )
-   fi
-   if use luajit ; then
-   myeconfargs+=( $(use_enable luajit) )
+   myeconfargs+=(
+   $(use_enable !luajit lua)
+   $(use_enable luajit)
+   )
+   else
+   myeconfargs+=(
+   --disable-lua
+   --disable-luajit
+   )
fi
 
 # this should be used when pf_ring use flag support will be added



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

2018-03-26 Thread Michał Górny
commit: e678108fac0e0acd501f8f5d051755001761033f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 21:00:12 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 26 19:33:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e678108f

use.desc: Introduce 'luajit' as a global flag

'luajit' is used consistently in 25+ packages. Make it a global flag.

 profiles/use.desc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/use.desc b/profiles/use.desc
index 5cdf9808d2b..5bf9a1d7f69 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -186,6 +186,7 @@ lirc - Add support for lirc (Linux's Infra-Red Remote 
Control)
 livecd - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during 
livecd building
 lm_sensors - Add linux lm_sensors (hardware sensors) support
 lua - Enable Lua scripting support
+luajit - Use dev-lang/luajit instead of dev-lang/lua (ineffective with 
USE=-lua)
 lzma - Support for LZMA (de)compression algorithm
 lzo - Enable support for lzo compression
 m17n-lib - Enable m17n-lib support



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

2018-03-26 Thread Michał Górny
commit: 6288f83818f97d5b20988476ff0c00446a321f2c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 22:22:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 26 19:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6288f838

dev-libs/libpeas: USE=jit -> USE=luajit

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

 dev-libs/libpeas/libpeas-1.20.0-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild 
b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
index 71803c6cb7f..ead15aa6969 100644
--- a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 
-IUSE="+gtk glade jit lua +python"
+IUSE="+gtk glade lua luajit +python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
@@ -24,8 +24,8 @@ RDEPEND="
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
lua? (
>=dev-lua/lgi-0.9.0
-   jit? ( >=dev-lang/luajit-2:2 )
-   !jit? ( =dev-lang/lua-5.1*:0 ) )
+   luajit? ( >=dev-lang/luajit-2:2 )
+   !luajit? ( =dev-lang/lua-5.1*:0 ) )
python? (
${PYTHON_DEPS}
>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
@@ -65,7 +65,7 @@ src_configure() {
 
# lua
$(use_enable lua lua5.1)
-   $(use_enable $(usex jit lua jit) luajit)
+   $(use_enable $(usex luajit lua luajit) luajit)
)
 
gnome2_src_configure "${myconf[@]}"



[gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/, dev-lua/lpeg/, dev-lua/say/, ...

2018-03-26 Thread Michał Górny
commit: 20006de7a85af85a79d39212bd0b8994d116b2de
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 22:13:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 26 19:33:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20006de7

*/*: Remove redundant local descriptions for USE=luajit

 app-editors/gvim/metadata.xml   | 1 -
 app-editors/neovim/metadata.xml | 2 --
 app-editors/vim/metadata.xml| 1 -
 app-shells/mpv-bash-completion/metadata.xml | 3 ---
 dev-db/redis/metadata.xml   | 1 -
 dev-lua/lpeg/metadata.xml   | 4 
 dev-lua/lua-openssl/metadata.xml| 4 
 dev-lua/luacheck/metadata.xml   | 4 
 dev-lua/luafilesystem/metadata.xml  | 3 ---
 dev-lua/luaossl/metadata.xml| 4 
 dev-lua/luassert/metadata.xml   | 4 
 dev-lua/messagepack/metadata.xml| 7 +--
 dev-lua/mpack/metadata.xml  | 4 
 dev-lua/say/metadata.xml| 4 
 games-action/minetest/metadata.xml  | 4 
 games-engines/solarus/metadata.xml  | 1 -
 games-roguelike/stone-soup/metadata.xml | 2 --
 mail-filter/opensmtpd-extras/metadata.xml   | 1 -
 media-sound/csound/metadata.xml | 1 -
 media-video/mpv/metadata.xml| 1 -
 net-dns/dnsdist/metadata.xml| 1 -
 net-dns/pdns-recursor/metadata.xml  | 1 -
 www-client/luakit/metadata.xml  | 4 
 x11-wm/awesome/metadata.xml | 3 ---
 24 files changed, 1 insertion(+), 64 deletions(-)

diff --git a/app-editors/gvim/metadata.xml b/app-editors/gvim/metadata.xml
index bd2205f57da..aa4ea747bcc 100644
--- a/app-editors/gvim/metadata.xml
+++ b/app-editors/gvim/metadata.xml
@@ -7,7 +7,6 @@
   
   
 Enable GTK+3 interface
-Use dev-lang/luajit instead of 
dev-lang/lua
 Include netbeans external editor integration 
support
 Enable support for Scheme using 
dev-scheme/racket
   

diff --git a/app-editors/neovim/metadata.xml b/app-editors/neovim/metadata.xml
index 158212f33e0..57f11481bec 100644
--- a/app-editors/neovim/metadata.xml
+++ b/app-editors/neovim/metadata.xml
@@ -11,8 +11,6 @@
 Use dev-libs/jemalloc for 
allocations
 Enable support for remote options using nvr
 Build the neovim unix tui
-Use dev-lang/luajit instead of
-  dev-lang/lua
   
   
 neovim/neovim

diff --git a/app-editors/vim/metadata.xml b/app-editors/vim/metadata.xml
index fb8e0f11fb3..f65afcd7454 100644
--- a/app-editors/vim/metadata.xml
+++ b/app-editors/vim/metadata.xml
@@ -6,7 +6,6 @@
 Gentoo Vim Project
   
   
-Use dev-lang/luajit instead of 
dev-lang/lua
 Enable support for Scheme using 
dev-scheme/racket
 Enable terminal emulation support
 Install vimpager and vimmanpager links

diff --git a/app-shells/mpv-bash-completion/metadata.xml 
b/app-shells/mpv-bash-completion/metadata.xml
index 9c81b8770e4..1d75e0fd49a 100644
--- a/app-shells/mpv-bash-completion/metadata.xml
+++ b/app-shells/mpv-bash-completion/metadata.xml
@@ -9,9 +9,6 @@
proxy-ma...@gentoo.org
Proxy Maintainers

-   
-   Use dev-lang/luajit instead of 
dev-lang/lua
-   


https://github.com/2ion/mpv-bash-completion/releases
2ion/mpv-bash-completion

diff --git a/dev-db/redis/metadata.xml b/dev-db/redis/metadata.xml
index 872bd8ba741..19c095efc2a 100644
--- a/dev-db/redis/metadata.xml
+++ b/dev-db/redis/metadata.xml
@@ -14,6 +14,5 @@
 
   Use tcmalloc from dev-util/google-perftools for allocations.
 
-Use dev-lang/luajit instead of 
dev-lang/lua
   
 

diff --git a/dev-lua/lpeg/metadata.xml b/dev-lua/lpeg/metadata.xml
index 8bc501c65d7..fb7b91969e1 100644
--- a/dev-lua/lpeg/metadata.xml
+++ b/dev-lua/lpeg/metadata.xml
@@ -13,8 +13,4 @@
 llui...@gmail.com
 Aric Belsito
   
-  
-Use dev-lang/luajit instead of
-  dev-lang/lua
-  
 

diff --git a/dev-lua/lua-openssl/metadata.xml b/dev-lua/lua-openssl/metadata.xml
index 8d55d018568..f4da03ad0c5 100644
--- a/dev-lua/lua-openssl/metadata.xml
+++ b/dev-lua/lua-openssl/metadata.xml
@@ -9,10 +9,6 @@
proxy-ma...@gentoo.org
Proxy Maintainers

-   
-   Use dev-lang/luajit instead of
-   dev-lang/lua
-   

zhaozg/lua-openssl


diff --git a/dev-lua/luacheck/metadata.xml b/dev-lua/luacheck/metadata.xml
index b79aded448b..76ed9960fb5 100644
--- a/dev-lua/luacheck/metadata.xml
+++ b/dev-lua/luacheck/metadata.xml
@@ -9,8 +9,4 @@
proxy-ma...@gentoo.org
Proxy Maintainers

-   
-   Use dev-lang/luajit instead of
-   dev-lang/lua
-   
 

diff --git a/dev-lua/luafilesystem/metadata.xml 

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

2018-03-26 Thread Michał Górny
commit: 11122d424ed9dbb56a81dbc339cbb8d8be445e9a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 22:21:07 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 26 19:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11122d42

net-dns/pdns: [QA] Use standard meaning of USE=luajit

Fix the package to use standard meaning for USE=luajit instead of making
it exclusive with USE=lua.

 net-dns/pdns/metadata.xml  |  1 -
 net-dns/pdns/pdns-4.0.5.ebuild | 12 +++-
 net-dns/pdns/pdns-4.1.0.ebuild | 12 +++-
 net-dns/pdns/pdns-4.1.1.ebuild | 12 +++-
 4 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/net-dns/pdns/metadata.xml b/net-dns/pdns/metadata.xml
index 36c754fdabc..57e0d147b33 100644
--- a/net-dns/pdns/metadata.xml
+++ b/net-dns/pdns/metadata.xml
@@ -12,7 +12,6 @@ standards documents. Furthermore, PowerDNS interfaces with 
almost any database.
 
 
Make it possible to use the 
dev-libs/botan library for crypto-related stuff (like DNSSec) which 
can be significantly faster than PolarSSL.
-   Enable support for dev-lang/luajit
Making it possible to use a MyDNS MySQL database 
with PowerDNS (not recommended for new deployments).
Use a database supported by 
dev-db/opendbx as backend.
Enable support for 
dev-libs/protobuf.

diff --git a/net-dns/pdns/pdns-4.0.5.ebuild b/net-dns/pdns/pdns-4.0.5.ebuild
index 90ac1b5b330..bd6f0e93330 100644
--- a/net-dns/pdns/pdns-4.0.5.ebuild
+++ b/net-dns/pdns/pdns-4.0.5.ebuild
@@ -20,15 +20,17 @@ KEYWORDS="amd64 x86"
 
 IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx 
postgres protobuf remote sqlite systemd tools tinydns test"
 
-REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )"
+REQUIRED_USE="mydns? ( mysql )"
 
 RDEPEND="
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:=
botan? ( dev-libs/botan:2= )
-   lua? ( dev-lang/lua:= )
-   luajit? ( dev-lang/luajit:= )
+   lua? (
+   !luajit? ( dev-lang/lua:= )
+   luajit? ( dev-lang/luajit:= )
+   )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 )
@@ -74,8 +76,8 @@ src_configure() {
$(use_enable test unit-tests) \
$(use_enable tools) \
$(use_enable systemd) \
-   $(use_with lua) \
-   $(use_with luajit) \
+   $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \
+   '--without-lua --without-luajit') \
$(use_with protobuf) \
${myconf}
 }

diff --git a/net-dns/pdns/pdns-4.1.0.ebuild b/net-dns/pdns/pdns-4.1.0.ebuild
index 476a969f8a9..60d5320f505 100644
--- a/net-dns/pdns/pdns-4.1.0.ebuild
+++ b/net-dns/pdns/pdns-4.1.0.ebuild
@@ -20,15 +20,17 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx 
postgres protobuf remote sodium sqlite systemd tools tinydns test"
 
-REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )"
+REQUIRED_USE="mydns? ( mysql )"
 
 RDEPEND="
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:=
botan? ( dev-libs/botan:2= )
-   lua? ( dev-lang/lua:= )
-   luajit? ( dev-lang/luajit:= )
+   lua? (
+   !luajit? ( dev-lang/lua:= )
+   luajit? ( dev-lang/luajit:= )
+   )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
@@ -74,8 +76,8 @@ src_configure() {
$(use_enable tools) \
$(use_enable systemd) \
$(use_enable sodium libsodium) \
-   $(use_with lua) \
-   $(use_with luajit) \
+   $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \
+   '--without-lua --without-luajit') \
$(use_with protobuf) \
${myconf}
 }

diff --git a/net-dns/pdns/pdns-4.1.1.ebuild b/net-dns/pdns/pdns-4.1.1.ebuild
index 7ec5508cb26..1dd30fc1895 100644
--- a/net-dns/pdns/pdns-4.1.1.ebuild
+++ b/net-dns/pdns/pdns-4.1.1.ebuild
@@ -20,15 +20,17 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx 
postgres protobuf remote sodium sqlite systemd tools tinydns test"
 
-REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )"
+REQUIRED_USE="mydns? ( mysql )"
 
 RDEPEND="
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:=
botan? ( dev-libs/botan:2= )
-   lua? ( dev-lang/lua:= )
-   luajit? ( dev-lang/luajit:= )
+   lua? (
+   !luajit? ( dev-lang/lua:= )
+   luajit? ( dev-lang/luajit:= )
+   )
mysql? ( virtual/mysql )
postgres? ( 

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

2018-03-26 Thread Aaron Bauman
commit: 2dc67948272d39763cb9e63612bf690e1623ef69
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Mon Mar 26 18:54:38 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:22:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc67948

app-editors/vis: Bump to version 0.5

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

 app-editors/vis/Manifest   |  2 ++
 app-editors/vis/vis-0.5.ebuild | 63 ++
 2 files changed, 65 insertions(+)

diff --git a/app-editors/vis/Manifest b/app-editors/vis/Manifest
index 3432526a0ce..8b01ce71592 100644
--- a/app-editors/vis/Manifest
+++ b/app-editors/vis/Manifest
@@ -1,2 +1,4 @@
 DIST vis-0.4.tar.gz 381046 BLAKE2B 
612d9f17c5ffb00be9e5c14da0d52257e55e53250cb9ba80750feaf5d90caa53aed0f02e32413a10f161e121019cf758902158ddeac09c2516d18779f4264cda
 SHA512 
d8fcf667ecad7b32752d6c5dbd004544e1a9283775d54d93c24ce8f314b98154aed5c6014cc03223d8427c2b1e3fd0d4b348dfa12ce30236fddd93b34521ee5f
+DIST vis-0.5.tar.gz 390461 BLAKE2B 
e628891c48dbbd11ed706768a3c625ffe9edf4fea3cd77452b4b41ae0d50194a31647e4cc945b69fb3af8fe7fd76ebf5f7afd8c2baa356f5f9fd3cc04be129ca
 SHA512 
fe6b0394006562177efdf06713d7b95cd12fabf90b171c262eb2620d2b0944e73d3d8bb61f4f0d43d32154f0490c338bbc161a89455b14bb8a9d22cd75097780
 DIST vis-test-0.2.tar.gz 97770 BLAKE2B 
9f8e31eb70ab8f9ce089f66ef29520e8250e02de375f9f8f0e33722c6a392bc6e04e7122728826708b305fb439c2b39f7fe3e233d7be162930aa46bf31bdb005
 SHA512 
892effa08c80c75e78eeb993ba8a0ddc110cc6f654fa1bf970454c35c839e9467b0ab41578f49af1fba0514c61f887fa044b9d01ab58f4dd749582a9550a2c29
+DIST vis-test-0.3.tar.gz 97814 BLAKE2B 
f62b216df3d846bb8bfdb14f6092309b55f6571cbc980e7a9aed46b1672fbaa65c007ac4617266dff3d5ad0293e3f5e7bd8390252817ebcdd6f64edb350f82ee
 SHA512 
5f68a70cf6f1fb64f9b50c1a56940c966f205e51240c7dd1175bc15f3e42b475fb6842a53e36547113955c2efa359de0cc71e0800305b0e45881c319a14564e5

diff --git a/app-editors/vis/vis-0.5.ebuild b/app-editors/vis/vis-0.5.ebuild
new file mode 100644
index 000..33e87890b26
--- /dev/null
+++ b/app-editors/vis/vis-0.5.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PTV=0.3
+
+DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
+HOMEPAGE="https://github.com/martanne/vis;
+SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/vis-v${PV}.tar.gz
 -> ${P}.tar.gz
+   test? ( 
https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz
 -> vis-test-${MY_PTV}.tar.gz )"
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ncurses selinux test tre"
+
+#Note: vis is reported to also work with NetBSD curses
+#TODO: >=dev-lang/lua-5.2 (needed for syntax highlighting and settings)
+DEPEND="dev-libs/libtermkey
+   ncurses? ( sys-libs/ncurses:0= )
+   tre? ( dev-libs/tre:= )"
+RDEPEND="${DEPEND}
+   app-eselect/eselect-vi"
+
+S="${WORKDIR}/vis-v${PV}"
+
+src_prepare() {
+   if use test; then
+   rm -r test || die
+   mv "${WORKDIR}/vis-test-${MY_PTV}" test || die
+   if ! type -P vim &>/dev/null; then
+   sed -i 's/.*vim.*//' test/Makefile || die
+   fi
+   fi
+
+   sed -i 's|STRIP?=.*|STRIP=true|' Makefile || die
+   sed -i 's|${DOCPREFIX}/vis|${DOCPREFIX}|' Makefile || die
+   sed -i 's|DOCUMENTATION = LICENSE|DOCUMENTATION =|' Makefile || die
+
+   default
+}
+
+src_configure() {
+   ./configure \
+   --prefix="${EROOT}usr" \
+   --docdir="${EROOT}usr/share/doc/${PF}" \
+   $(use_enable ncurses curses) \
+   $(use_enable selinux) \
+   $(use_enable tre) || die
+}
+
+update_symlinks() {
+   einfo "Calling eselect vi update --if-unset…"
+   eselect vi update --if-unset
+}
+
+pkg_postrm() {
+   update_symlinks
+}
+
+pkg_postinst() {
+   update_symlinks
+}



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

2018-03-26 Thread Aaron Bauman
commit: cc2939c326300ae512830608a1bfe4e30b4a946b
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Mon Mar 26 19:07:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:22:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2939c3

app-editors/vis: remove version 0.4

 app-editors/vis/Manifest   |  2 --
 app-editors/vis/vis-0.4.ebuild | 61 --
 2 files changed, 63 deletions(-)

diff --git a/app-editors/vis/Manifest b/app-editors/vis/Manifest
index 8b01ce71592..54cce819aac 100644
--- a/app-editors/vis/Manifest
+++ b/app-editors/vis/Manifest
@@ -1,4 +1,2 @@
-DIST vis-0.4.tar.gz 381046 BLAKE2B 
612d9f17c5ffb00be9e5c14da0d52257e55e53250cb9ba80750feaf5d90caa53aed0f02e32413a10f161e121019cf758902158ddeac09c2516d18779f4264cda
 SHA512 
d8fcf667ecad7b32752d6c5dbd004544e1a9283775d54d93c24ce8f314b98154aed5c6014cc03223d8427c2b1e3fd0d4b348dfa12ce30236fddd93b34521ee5f
 DIST vis-0.5.tar.gz 390461 BLAKE2B 
e628891c48dbbd11ed706768a3c625ffe9edf4fea3cd77452b4b41ae0d50194a31647e4cc945b69fb3af8fe7fd76ebf5f7afd8c2baa356f5f9fd3cc04be129ca
 SHA512 
fe6b0394006562177efdf06713d7b95cd12fabf90b171c262eb2620d2b0944e73d3d8bb61f4f0d43d32154f0490c338bbc161a89455b14bb8a9d22cd75097780
-DIST vis-test-0.2.tar.gz 97770 BLAKE2B 
9f8e31eb70ab8f9ce089f66ef29520e8250e02de375f9f8f0e33722c6a392bc6e04e7122728826708b305fb439c2b39f7fe3e233d7be162930aa46bf31bdb005
 SHA512 
892effa08c80c75e78eeb993ba8a0ddc110cc6f654fa1bf970454c35c839e9467b0ab41578f49af1fba0514c61f887fa044b9d01ab58f4dd749582a9550a2c29
 DIST vis-test-0.3.tar.gz 97814 BLAKE2B 
f62b216df3d846bb8bfdb14f6092309b55f6571cbc980e7a9aed46b1672fbaa65c007ac4617266dff3d5ad0293e3f5e7bd8390252817ebcdd6f64edb350f82ee
 SHA512 
5f68a70cf6f1fb64f9b50c1a56940c966f205e51240c7dd1175bc15f3e42b475fb6842a53e36547113955c2efa359de0cc71e0800305b0e45881c319a14564e5

diff --git a/app-editors/vis/vis-0.4.ebuild b/app-editors/vis/vis-0.4.ebuild
deleted file mode 100644
index 7d45b495cee..000
--- a/app-editors/vis/vis-0.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PTV=0.2
-
-DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
-HOMEPAGE="https://github.com/martanne/vis;
-SRC_URI="https://github.com/martanne/vis/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   test? ( https://github.com/martanne/vis-test/archive/v${MY_PTV}.tar.gz 
-> vis-test-${MY_PTV}.tar.gz )"
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ncurses selinux test tre"
-
-#Note: vis is reported to also work with NetBSD curses
-#TODO: >=dev-lang/lua-5.2 (needed for syntax highlighting and settings)
-DEPEND="dev-libs/libtermkey
-   ncurses? ( sys-libs/ncurses:0= )
-   tre? ( dev-libs/tre:= )"
-RDEPEND="${DEPEND}
-   app-eselect/eselect-vi"
-
-src_prepare() {
-   if use test; then
-   rm -r test || die
-   mv "${WORKDIR}/vis-test-${MY_PTV}" test || die
-   if ! type -P vim &>/dev/null; then
-   sed -i 's/.*vim.*//' test/Makefile || die
-   fi
-   fi
-
-   sed -i 's|STRIP?=.*|STRIP=true|' Makefile || die
-   sed -i 's|${DOCPREFIX}/vis|${DOCPREFIX}|' Makefile || die
-   sed -i 's|DOCUMENTATION = LICENSE|DOCUMENTATION =|' Makefile || die
-
-   default
-}
-
-src_configure() {
-   ./configure \
-   --prefix="${EROOT}usr" \
-   --docdir="${EROOT}usr/share/doc/${PF}" \
-   $(use_enable ncurses curses) \
-   $(use_enable selinux) \
-   $(use_enable tre) || die
-}
-
-update_symlinks() {
-   einfo "Calling eselect vi update --if-unset…"
-   eselect vi update --if-unset
-}
-
-pkg_postrm() {
-   update_symlinks
-}
-
-pkg_postinst() {
-   update_symlinks
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-vodcatcher/

2018-03-26 Thread Aaron Bauman
commit: 8b390244d0bffad3c3a91487eeaee0c084cb82f0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:29:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b390244

media-plugins/vdr-vodcatcher: use HTTPS

 media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild 
b/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild
index 6366879da29..c62a37bdc41 100644
--- a/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild
+++ b/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit vdr-plugin-2
 
 DESCRIPTION="VDR plugin: Downloads rss-feeds and passes video enclosures to 
the mplayer plugin"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-vodcatcher;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-vodcatcher;
 SRC_URI="mirror://vdr-developerorg/154/${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-cdplayer/

2018-03-26 Thread Aaron Bauman
commit: 2173ca7f41451d92924a6c4584893d483ef031af
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:11:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2173ca7f

media-plugins/vdr-cdplayer: use HTTPS

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

 media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild | 6 +++---
 media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild | 6 +++---
 media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild 
b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild
index b7a1b7d4423..c58ebecd313 100644
--- a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild
+++ b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,8 +6,8 @@ EAPI="5"
 inherit vdr-plugin-2
 
 DESCRIPTION="VDR Plugin: CD-PLAYER"
-HOMEPAGE="http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml;
-SRC_URI="http://www.uli-eckhardt.de/vdr/download/${P}.tgz;
+HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml;
+SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz;
 
 KEYWORDS="~amd64 ~x86"
 SLOT="0"

diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild 
b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild
index c1bcfa55b7b..6607e51d967 100644
--- a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild
+++ b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,8 +6,8 @@ EAPI="5"
 inherit vdr-plugin-2
 
 DESCRIPTION="VDR Plugin: CD-PLAYER"
-HOMEPAGE="http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml;
-SRC_URI="http://www.uli-eckhardt.de/vdr/download/${P}.tgz;
+HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml;
+SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz;
 
 KEYWORDS="~amd64 ~x86"
 SLOT="0"

diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild 
b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild
index 07f704f58a7..c06b3a81b57 100644
--- a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild
+++ b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.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 vdr-plugin-2
 
 DESCRIPTION="VDR Plugin: CD-PLAYER"
-HOMEPAGE="http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml;
-SRC_URI="http://www.uli-eckhardt.de/vdr/download/${P}.tgz;
+HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml;
+SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz;
 
 KEYWORDS="~amd64 ~x86"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-menuorg/

2018-03-26 Thread Aaron Bauman
commit: f8096eaf1c0eddac3a1ebc13e6df6aa169504495
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:17:49 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8096eaf

media-plugins/vdr-menuorg: use HTTPS

 media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild 
b/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild
index ff92e34c6b1..53359ac10d9 100644
--- a/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild
+++ b/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit flag-o-matic vdr-plugin-2
 VERSION="1312" # every bump, new version
 
 DESCRIPTION="VDR plugin: make osd menu configurable via config-file"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-menuorg;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-menuorg;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-zaphistory/

2018-03-26 Thread Aaron Bauman
commit: 335e92d8ea9e69c3dbfa25f9e048f20d5ae1cd13
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:29:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335e92d8

media-plugins/vdr-zaphistory: use HTTPS

 media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild 
b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild
index f2ba053ff6f..52542a46d85 100644
--- a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild
+++ b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1437" # every bump, new Version
 
 DESCRIPTION="VDR Plugin: Shows the least recently used channels"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-zaphistory;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-zaphistory;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/zaphistory-${PV}.tar.gz"
 
 KEYWORDS="amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-markad/

2018-03-26 Thread Aaron Bauman
commit: c2689e2bf6334d019b71af5eafd0042783e595b4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:17:12 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2689e2b

media-plugins/vdr-markad: use HTTPS

 media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild | 4 ++--
 media-plugins/vdr-markad/vdr-markad-0.1.4-r2.ebuild | 4 ++--
 media-plugins/vdr-markad/vdr-markad-0.1.4.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild 
b/media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild
index fe03db19423..263e2ce1abb 100644
--- a/media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild
+++ b/media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1041" # every bump, new version
 
 DESCRIPTION="VDR Plugin: marks advertisements in VDR recordings"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-markad/;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-markad/;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="amd64 x86"

diff --git a/media-plugins/vdr-markad/vdr-markad-0.1.4-r2.ebuild 
b/media-plugins/vdr-markad/vdr-markad-0.1.4-r2.ebuild
index 863359cf467..3d18884c2cc 100644
--- a/media-plugins/vdr-markad/vdr-markad-0.1.4-r2.ebuild
+++ b/media-plugins/vdr-markad/vdr-markad-0.1.4-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=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1041" # every bump, new version
 
 DESCRIPTION="VDR Plugin: marks advertisements in VDR recordings"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-markad/;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-markad/;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~amd64 ~arm ~x86"

diff --git a/media-plugins/vdr-markad/vdr-markad-0.1.4.ebuild 
b/media-plugins/vdr-markad/vdr-markad-0.1.4.ebuild
index c093a955b1d..2b5962e457c 100644
--- a/media-plugins/vdr-markad/vdr-markad-0.1.4.ebuild
+++ b/media-plugins/vdr-markad/vdr-markad-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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1041" # every bump, new version
 
 DESCRIPTION="VDR Plugin: marks advertisements in VDR recordings"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-markad/;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-markad/;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-undelete/

2018-03-26 Thread Aaron Bauman
commit: 14248093be307223511a2a63d7c4b5561b7b3133
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:27:45 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14248093

media-plugins/vdr-undelete: use HTTPS

 media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild | 4 ++--
 media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild 
b/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild
index 4dbee14933c..a2672294519 100644
--- a/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild
+++ b/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1060" # every bump, new version!
 
 DESCRIPTION="VDR Plugin: Recover deleted recordings of VDR"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-undelete;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-undelete;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 SLOT="0"

diff --git a/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild 
b/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild
index d2f6287eb2d..73a6ed7a0a8 100644
--- a/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild
+++ b/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1060" # every bump, new version!
 
 DESCRIPTION="VDR Plugin: Recover deleted recordings of VDR"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-undelete;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-undelete;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/i3status/

2018-03-26 Thread Aaron Bauman
commit: 3b2ff752f4739b1c7b7a79ca6c695fcf6ef8f2a8
Author: Francesco Turco  fastmail  fm>
AuthorDate: Fri Jan 26 18:50:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:16:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2ff752

x11-misc/i3status: use HTTPS instead of HTTP

 x11-misc/i3status/i3status-2.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/i3status/i3status-2.11.ebuild 
b/x11-misc/i3status/i3status-2.11.ebuild
index bfb1f64d60a..2524307c016 100644
--- a/x11-misc/i3status/i3status-2.11.ebuild
+++ b/x11-misc/i3status/i3status-2.11.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils toolchain-funcs fcaps
 
 DESCRIPTION="generates a status bar for dzen2, xmobar or similar"
-HOMEPAGE="http://i3wm.org/i3status/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+HOMEPAGE="https://i3wm.org/i3status/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/

2018-03-26 Thread Aaron Bauman
commit: ac2c14d9117ecf32681bae7827bbdb15ea3598fd
Author: Francesco Turco  fastmail  fm>
AuthorDate: Fri Jan 26 18:49:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:16:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2c14d9

x11-misc/i3lock: use HTTPS instead of HTTP

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

 x11-misc/i3lock/i3lock-2.10.ebuild  | 4 ++--
 x11-misc/i3lock/i3lock-2.8.ebuild   | 6 +++---
 x11-misc/i3lock/i3lock-2.9.1.ebuild | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10.ebuild
index 7101cc230c3..0b51ebc8e52 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild 
b/x11-misc/i3lock/i3lock-2.8.ebuild
index 206ce7020ee..1b0619ea015 100644
--- a/x11-misc/i3lock/i3lock-2.8.ebuild
+++ b/x11-misc/i3lock/i3lock-2.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
@@ -6,8 +6,8 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/i3lock/i3lock-2.9.1.ebuild 
b/x11-misc/i3lock/i3lock-2.9.1.ebuild
index f99aa982024..ee3f80478d4 100644
--- a/x11-misc/i3lock/i3lock-2.9.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.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
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/;
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+HOMEPAGE="https://i3wm.org/i3lock/;
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/

2018-03-26 Thread Aaron Bauman
commit: 93914aff9fc4dc8392eee5d75d15d40c9cb9286b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:25:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93914aff

media-plugins/vdr-rpihddevice: use HTTPS

 media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild | 4 ++--
 media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild | 4 ++--
 media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild  | 4 ++--
 media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild 
b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild
index c753e1cc887..f176a8d4ba8 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1817" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~arm"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild 
b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild
index abd41d590f3..f5677cadb31 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1861" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~arm"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild 
b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
index 8d8b6680857..bf3e1a6323c 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1966" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~arm"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild 
b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
index 4360c224c82..40fe4c478d0 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="2045" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~arm"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-image/

2018-03-26 Thread Aaron Bauman
commit: c72d3768bd544b2e6638dc650c0ce1460ce4bdaf
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:15:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72d3768

media-plugins/vdr-image: use HTTPS

 media-plugins/vdr-image/vdr-image-0.3.1.ebuild | 4 ++--
 media-plugins/vdr-image/vdr-image-0.4.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-image/vdr-image-0.3.1.ebuild 
b/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
index 1d7e5b4d052..8343d9a7fa9 100644
--- a/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
+++ b/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2 flag-o-matic
 VERSION="679" #every bump, new version
 
 DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-image;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
 
 KEYWORDS="amd64 x86"

diff --git a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild 
b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
index 7c767a04efe..d00933099ff 100644
--- a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
+++ b/media-plugins/vdr-image/vdr-image-0.4.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1325" #every bump, new version
 
 DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-image;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvdswitch/

2018-03-26 Thread Aaron Bauman
commit: d15f87ac8b8a5dccb94242d117baca9add8ce376
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:13:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15f87ac

media-plugins/vdr-dvdswitch: use HTTPS

 media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild | 4 ++--
 media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild | 4 ++--
 media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild 
b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild
index 5b8da775b44..198597775c1 100644
--- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild
+++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="534" # every bump, new version
 
 DESCRIPTION="VDR Plugin: to play dvds and dvd file structures"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 LICENSE="GPL-2"

diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild 
b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild
index b35b73b8315..f11b681c080 100644
--- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild
+++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1059" # every bump, new version
 
 DESCRIPTION="VDR Plugin: to play dvds and dvd file structures"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 LICENSE="GPL-2"

diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild 
b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild
index 6ae75080008..a662a750af9 100644
--- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild
+++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1323" # every bump, new version
 
 DESCRIPTION="VDR Plugin: to play dvds and dvd file structures"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 LICENSE="GPL-2"



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

2018-03-26 Thread Aaron Bauman
commit: b06626677ad315e5cb2c9aa1cdb572bd13924e61
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar 21 20:20:13 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0662667

media-video/rtmpdump: use HTTPS, improve ebuild readability

 media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild | 9 ++---
 media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild| 9 ++---
 media-video/rtmpdump/rtmpdump-.ebuild | 9 ++---
 3 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild 
b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild
index 5ab69865de6..ba1b98b2b9e 100644
--- a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild
+++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,7 +6,7 @@ EAPI="6"
 inherit multilib toolchain-funcs multilib-minimal flag-o-matic
 
 DESCRIPTION="RTMP client intended to stream audio or video flash content"
-HOMEPAGE="http://rtmpdump.mplayerhq.hu/;
+HOMEPAGE="https://rtmpdump.mplayerhq.hu/;
 SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz;
 
 # the library is LGPL-2.1, the command is GPL-2
@@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl"
 
 DEPEND="ssl? (
gnutls? ( 
>=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] )
-   !gnutls? ( !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( 
dev-libs/libressl ) )
+   !gnutls? (
+   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl )
+   )
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
)"
 RDEPEND="${DEPEND}"

diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild 
b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild
index eec4bbc9a07..bb95a41dd31 100644
--- a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild
+++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210.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"
@@ -6,7 +6,7 @@ EAPI="6"
 inherit multilib toolchain-funcs multilib-minimal flag-o-matic
 
 DESCRIPTION="RTMP client intended to stream audio or video flash content"
-HOMEPAGE="http://rtmpdump.mplayerhq.hu/;
+HOMEPAGE="https://rtmpdump.mplayerhq.hu/;
 SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz;
 
 # the library is LGPL-2.1, the command is GPL-2
@@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl"
 
 DEPEND="ssl? (
gnutls? ( 
>=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] )
-   !gnutls? ( !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( 
dev-libs/libressl ) )
+   !gnutls? (
+   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl )
+   )
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
)"
 RDEPEND="${DEPEND}"

diff --git a/media-video/rtmpdump/rtmpdump-.ebuild 
b/media-video/rtmpdump/rtmpdump-.ebuild
index ccd765a7d62..83fe157d7a3 100644
--- a/media-video/rtmpdump/rtmpdump-.ebuild
+++ b/media-video/rtmpdump/rtmpdump-.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"
@@ -6,7 +6,7 @@ EAPI="6"
 inherit git-r3 multilib toolchain-funcs multilib-minimal flag-o-matic
 
 DESCRIPTION="RTMP client intended to stream audio or video flash content"
-HOMEPAGE="http://rtmpdump.mplayerhq.hu/;
+HOMEPAGE="https://rtmpdump.mplayerhq.hu/;
 EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git;
 
 # the library is LGPL-2.1, the command is GPL-2
@@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl"
 
 DEPEND="ssl? (
gnutls? ( 
>=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] )
-   !gnutls? ( !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( 
dev-libs/libressl ) )
+   !gnutls? (
+   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl )
+   )
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
)"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-osdpip/

2018-03-26 Thread Aaron Bauman
commit: c088ca3d64c5cb4aa70a498217eb515fffb80572
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:18:38 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c088ca3d

media-plugins/vdr-osdpip: use HTTPS

 media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild 
b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild
index 5fbc6c92610..ed230cc4089 100644
--- a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild
+++ b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.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
@@ -8,7 +8,7 @@ VERSION="961" # every bump, new version
 inherit vdr-plugin-2 flag-o-matic
 
 DESCRIPTION="VDR plugin: Show another channel in the OSD"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-osdpip;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-osdpip;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="amd64 x86"



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

2018-03-26 Thread Aaron Bauman
commit: 235e096ba28183239b1fc3a77eb2019f8180c077
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar 21 20:17:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235e096b

media-video/rtmpdump: remove use flag description which exists already globally

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

 media-video/rtmpdump/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/media-video/rtmpdump/metadata.xml 
b/media-video/rtmpdump/metadata.xml
index 724b1cb49d6..2028cee3c38 100644
--- a/media-video/rtmpdump/metadata.xml
+++ b/media-video/rtmpdump/metadata.xml
@@ -5,7 +5,4 @@
 hwoar...@gentoo.org
 Markos Chandras
 
-
-   Use GnuTLS library instead of the default 
OpenSSL
-
 



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

2018-03-26 Thread Aaron Bauman
commit: 33f1e03e07defe68cfd23d2bca7a1921368ecbc6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 24 18:35:39 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f1e03e

net-misc/openvswitch: use HTTPS

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

 net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild | 4 ++--
 net-misc/openvswitch/openvswitch-2.7.2.ebuild| 4 ++--
 net-misc/openvswitch/openvswitch-2.8.1.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild 
b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
index 34a1a0d9f98..6f091c8361d 100644
--- a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit autotools eutils linux-info linux-mod python-r1 systemd
 
 DESCRIPTION="Production quality, multilayer virtual switch"
-HOMEPAGE="http://openvswitch.org;
-SRC_URI="http://openvswitch.org/releases/${P}.tar.gz;
+HOMEPAGE="https://www.openvswitch.org;
+SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"

diff --git a/net-misc/openvswitch/openvswitch-2.7.2.ebuild 
b/net-misc/openvswitch/openvswitch-2.7.2.ebuild
index bfba9734edf..4269aaab796 100644
--- a/net-misc/openvswitch/openvswitch-2.7.2.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.7.2.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit autotools eutils linux-info linux-mod python-r1 systemd
 
 DESCRIPTION="Production quality, multilayer virtual switch"
-HOMEPAGE="http://openvswitch.org;
-SRC_URI="http://openvswitch.org/releases/${P}.tar.gz;
+HOMEPAGE="https://www.openvswitch.org;
+SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"

diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild 
b/net-misc/openvswitch/openvswitch-2.8.1.ebuild
index 55df1bd4c28..f118e96631a 100644
--- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit autotools eutils linux-info linux-mod python-r1 systemd
 
 DESCRIPTION="Production quality, multilayer virtual switch"
-HOMEPAGE="http://openvswitch.org;
-SRC_URI="http://openvswitch.org/releases/${P}.tar.gz;
+HOMEPAGE="https://www.openvswitch.org;
+SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-streamdev/

2018-03-26 Thread Aaron Bauman
commit: 7044d1cb686a5ae80410bcabf7eecfcd56af1831
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:26:52 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7044d1cb

media-plugins/vdr-streamdev: use HTTPS

 media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild   | 4 ++--
 media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild 
b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
index 9239b49b8bd..bdacdc2493d 100644
--- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
+++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1580" # every bump, new version !
 
 DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 LICENSE="GPL-2"

diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild 
b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild
index 404cde672e9..8e69d583132 100644
--- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild
+++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.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,8 +8,8 @@ inherit vdr-plugin-2
 GIT_VERSION="674bb5b331240de3ba2a8beb63a1276003e64e3e"
 
 DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev;
-SRC_URI="http://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev;
+SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xe-guest-utilities/

2018-03-26 Thread Aaron Bauman
commit: 7c5fb63c2030d40c925b820cc62b434b1990c7d8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 24 18:32:52 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5fb63c

app-emulation/xe-guest-utilities: use HTTPS

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

 app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild | 4 ++--
 .../xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild  | 4 ++--
 .../xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild 
b/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild
index b6ff8ddbe87..9a057370c6b 100644
--- a/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild
+++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils rpm linux-info
 DESCRIPTION="XenServer Virtual Machine Tools"
-HOMEPAGE="http://www.citrix.com/;
+HOMEPAGE="https://www.citrix.com/;
 PV_BASE=${PV/_*}
 PV_FULL=${PV/_p/-}
 
SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm;

diff --git 
a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild 
b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild
index b1b54c8ccde..c8993996dc9 100644
--- a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild
+++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils rpm linux-info
 DESCRIPTION="XenServer Virtual Machine Tools"
-HOMEPAGE="http://www.citrix.com/;
+HOMEPAGE="https://www.citrix.com/;
 PV_BASE=${PV/_*}
 PV_FULL=${PV/_p/-}
 
SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm;

diff --git 
a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild 
b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild
index 1d5f3d03a17..d3211b5fdcf 100644
--- a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild
+++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils rpm linux-info
 DESCRIPTION="XenServer Virtual Machine Tools"
-HOMEPAGE="http://www.citrix.com/;
+HOMEPAGE="https://www.citrix.com/;
 PV_BASE=${PV/_*}
 PV_FULL=${PV/_p/-}
 
SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm;



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-pin/

2018-03-26 Thread Aaron Bauman
commit: 1d7554df702c0f2d111b9e14ec331f75aebe9334
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:21:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7554df

media-plugins/vdr-pin: use HTTPS, remove Variable in HOMEPAGE

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

 media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild 
b/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild
index d59e2524cb8..43e89dac7ec 100644
--- a/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild
+++ b/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1379" # every bump, new version
 
 DESCRIPTION="VDR plugin: enable/disable parentalrating in records"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-${VDRPLUGIN};
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-pin;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 KEYWORDS="~amd64 ~x86"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-graphlcd/

2018-03-26 Thread Aaron Bauman
commit: 2d90a0d2cd2b225708638b0739c89378f8d735e3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:14:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d90a0d2

media-plugins/vdr-graphlcd: use HTTPS

 media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild 
b/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild
index eb34af3937f..e45cfd4a78b 100644
--- a/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild
+++ b/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.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
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="502" # every bump, new version
 
 DESCRIPTION="VDR Plugin: support output on Graphical LCD "
-HOMEPAGE="http://projects.vdr-developer.org/projects/graphlcd;
+HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~x86 ~amd64"



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

2018-03-26 Thread Aaron Bauman
commit: 8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar 21 19:45:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8606abd5

app-text/openlp: use HTTPS

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

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

diff --git a/app-text/openlp/openlp-2.4.2.ebuild 
b/app-text/openlp/openlp-2.4.2.ebuild
index eb72deb54d7..bc37f2d34a1 100644
--- a/app-text/openlp/openlp-2.4.2.ebuild
+++ b/app-text/openlp/openlp-2.4.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=5
@@ -9,7 +9,7 @@ PYTHON_REQ_USE='sqlite'
 inherit distutils-r1
 
 DESCRIPTION="Free church presentation software"
-HOMEPAGE="http://openlp.org/;
+HOMEPAGE="https://openlp.org/;
 SRC_URI="https://get.openlp.org/${PV}/OpenLP-${PV}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/, sys-auth/oath-toolkit/files/

2018-03-26 Thread Robin H. Johnson
commit: c5757e21c174721dad7cedcf5a7a6642da4e1446
Author: Peter Levine  gmail  com>
AuthorDate: Mon Mar 26 02:52:17 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Mar 26 19:14:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5757e21

sys-auth/oath-toolkit: Fix building with GCC-7

Bug: https://bugs.gentoo.org/618100
Closes: https://github.com/gentoo/gentoo/pull/7618
Package-Manager: Portage-2.3.16, Repoman-2.3.6
(cherry picked from commit 99a631bb82f619d2553354ca5a0cdf535d4d018b)
Signed-off-by: Robin H. Johnson  gentoo.org>

 .../files/oath-toolkit-2.6.2-gcc7.patch| 80 ++
 sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild|  5 +-
 2 files changed, 84 insertions(+), 1 deletion(-)

diff --git a/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch 
b/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch
new file mode 100644
index 000..18a0a277940
--- /dev/null
+++ b/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch
@@ -0,0 +1,80 @@
+Bug: https://bugs.gentoo.org/618100
+Cherry-picked from upstream commits: 
https://github.com/coreutils/gnulib/commit/175b4e22f99e00996b72f822f5ae54dca8243d19
+ 
https://github.com/coreutils/gnulib/commit/abae112b34572cd3869ce4fc81dddb5c2a7394c4
+
+--- a/oathtool/gl/intprops.h
 b/oathtool/gl/intprops.h
+@@ -23,6 +23,10 @@
+ #include 
+ #include 
+ 
++#ifndef __has_builtin
++# define __has_builtin(x) 0
++#endif
++
+ /* Return a value with the common real type of E and V and the value of V.  */
+ #define _GL_INT_CONVERT(e, v) (0 * (e) + (v))
+ 
+@@ -222,20 +226,24 @@
+? (a) < (min) >> (b) \
+: (max) >> (b) < (a))
+ 
+-/* True if __builtin_add_overflow (A, B, P) works when P is null.  */
+-#define _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL (7 <= __GNUC__)
++/* True if __builtin_add_overflow (A, B, P) works when P is non-null.  */
++#define _GL_HAS_BUILTIN_OVERFLOW \
++  (5 <= __GNUC__ || __has_builtin (__builtin_add_overflow))
++
++#define _GL_HAS_BUILTIN_OVERFLOW_P \
++  (7 <= __GNUC__ || __has_builtin (__builtin_add_overflow_p))
+ 
+ /* The _GL*_OVERFLOW macros have the same restrictions as the
+*_RANGE_OVERFLOW macros, except that they do not assume that operands
+(e.g., A and B) have the same type as MIN and MAX.  Instead, they assume
+that the result (e.g., A + B) has that type.  */
+-#if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL
+-# define _GL_ADD_OVERFLOW(a, b, min, max)
+-   __builtin_add_overflow (a, b, (__typeof__ ((a) + (b)) *) 0)
+-# define _GL_SUBTRACT_OVERFLOW(a, b, min, max)
+-   __builtin_sub_overflow (a, b, (__typeof__ ((a) - (b)) *) 0)
+-# define _GL_MULTIPLY_OVERFLOW(a, b, min, max)
+-   __builtin_mul_overflow (a, b, (__typeof__ ((a) * (b)) *) 0)
++#if _GL_HAS_BUILTIN_OVERFLOW_P
++# define _GL_ADD_OVERFLOW(a, b, min, max)   \
++   __builtin_add_overflow_p (a, b, (a) + (b))
++# define _GL_SUBTRACT_OVERFLOW(a, b, min, max)  \
++   __builtin_sub_overflow_p (a, b, (a) - (b))
++# define _GL_MULTIPLY_OVERFLOW(a, b, min, max)  \
++   __builtin_mul_overflow_p (a, b, (a) * (b))
+ #else
+ # define _GL_ADD_OVERFLOW(a, b, min, max)\
+((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)  \
+@@ -315,7 +323,7 @@
+   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
+ #define INT_SUBTRACT_OVERFLOW(a, b) \
+   _GL_BINARY_OP_OVERFLOW (a, b, _GL_SUBTRACT_OVERFLOW)
+-#if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL
++#if _GL_HAS_BUILTIN_OVERFLOW || _GL_HAS_BUILTIN_OVERFLOW_P
+ # define INT_NEGATE_OVERFLOW(a) INT_SUBTRACT_OVERFLOW (0, a)
+ #else
+ # define INT_NEGATE_OVERFLOW(a) \
+@@ -349,10 +357,6 @@
+ #define INT_MULTIPLY_WRAPV(a, b, r) \
+   _GL_INT_OP_WRAPV (a, b, r, *, __builtin_mul_overflow, INT_MULTIPLY_OVERFLOW)
+ 
+-#ifndef __has_builtin
+-# define __has_builtin(x) 0
+-#endif
+-
+ /* Nonzero if this compiler has GCC bug 68193 or Clang bug 25390.  See:
+https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68193
+https://llvm.org/bugs/show_bug.cgi?id=25390
+@@ -369,7 +373,7 @@
+the operation.  BUILTIN is the builtin operation, and OVERFLOW the
+overflow predicate.  Return 1 if the result overflows.  See above
+for restrictions.  */
+-#if 5 <= __GNUC__ || __has_builtin (__builtin_add_overflow)
++#if _GL_HAS_BUILTIN_OVERFLOW
+ # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r)
+ #elif 201112 <= __STDC_VERSION__ && !_GL__GENERIC_BOGUS
+ # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \

diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild 
b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
index 394a6ea3c5f..f3d38999c1e 100644
--- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
+++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
@@ -20,7 +20,11 @@ DEPEND="${RDEPEND}
test? ( dev-libs/libxml2 )

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

2018-03-26 Thread Fabian Groffen
commit: e8c0e327e7e1ec83a63c2c7a6b44567773ec7d94
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar 26 19:06:19 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar 26 19:06:19 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e8c0e327

qlist_cb: exclude /usr/src/debug by default too

This is an somewhat alternative take to the patch by
Niklas Haas  nand.wakku.to>.

Also exclude /usr/src/debug by default, because it contains a lot of
clutter.

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

 qlist.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/qlist.c b/qlist.c
index cda4ca7..1f8757c 100644
--- a/qlist.c
+++ b/qlist.c
@@ -335,8 +335,9 @@ qlist_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv)
continue;
 
if (!state->show_dbg) {
-   if (!strncmp(e->name, "/usr/lib/debug", 14) &&
-   (e->name[14] == '/' || e->name[14] == '\0'))
+   if ((strncmp(e->name, "/usr/lib/debug", 14) == 0
+   || strncmp(e->name, 
"/usr/src/debug", 14) == 0)
+   && (e->name[14] == '/' || e->name[14] 
== '\0'))
continue;
}
 



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

2018-03-26 Thread Thomas Deutschmann
commit: 7c2ec6dedb9a29cc48092722f331bf651d0614a5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 26 19:00:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 26 19:01:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2ec6de

app-crypt/dehydrated: Bump to v0.6.1

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

 app-crypt/dehydrated/Manifest|  1 +
 app-crypt/dehydrated/dehydrated-0.6.1.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/app-crypt/dehydrated/Manifest b/app-crypt/dehydrated/Manifest
index 6906aa69809..13596883642 100644
--- a/app-crypt/dehydrated/Manifest
+++ b/app-crypt/dehydrated/Manifest
@@ -1,2 +1,3 @@
 DIST dehydrated-0.3.1.tar.gz 71375 BLAKE2B 
9ab014d0a4cc744081bd8aa134c460408da7f9936f1c41ef890bcebc70282fa61828620be3850cbb02f5b59b4e4fd32bdc41395340aa3673f906f154ca0877b9
 SHA512 
34b57edc6ab950c2c0163795ef45d6fa104dcf02978bbfa325da63f7d844176ecf20cb8d7604cfedc6b2f47d8c12ce1db5b37f532eda7fffa194b4603e4ee3b9
 DIST dehydrated-0.4.0.tar.gz 74005 BLAKE2B 
ad55b7c53be0bc0c08ff372171638e9739a6213062b45c36e6ca5bce205b35d097bcffb6d1db6cd9c01f46a6ea31143cd2713bffb5e19f91041969e96a3cc337
 SHA512 
3c8c0f2fab57a432b69451f8372c02666dd953985679d12a2af9f6b917335b5b10a1196699106e317660039178ce1139a4d5455d4825a152b6911596fba16738
+DIST dehydrated-0.6.1.tar.gz 76693 BLAKE2B 
5ecca2942aedc024e87e7b5aac05d836adbbc8bb1dfb38bfcd396a63e9d3e8637d625e279c4e5a47514c0b4f27006226dad7257a620da49c426c256e5267a33d
 SHA512 
c3ef92da4e0e12100d267422eb2667607842f6fb0fe10cbc4d10aee9b5137d292db2348eca34b1f492e21c6c325dcbb595a9ab4de634e4d4a43346be1e2ce0ad

diff --git a/app-crypt/dehydrated/dehydrated-0.6.1.ebuild 
b/app-crypt/dehydrated/dehydrated-0.6.1.ebuild
new file mode 100644
index 000..a04c83040fd
--- /dev/null
+++ b/app-crypt/dehydrated/dehydrated-0.6.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user
+
+DESCRIPTION="a client for signing certificates with an ACME-server"
+HOMEPAGE="https://github.com/lukas2511/dehydrated;
+SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="virtual/cron"
+RDEPEND="
+   ${DEPEND}
+   app-shells/bash
+   net-misc/curl
+"
+
+src_configure() {
+   default
+   sed -i  's,^#CONFIG_D=.*,CONFIG_D="/etc/dehydrated/config.d",' 
docs/examples/config || die "could not set config (CONFIG_D)"
+}
+
+src_install() {
+   dobin "${PN}"
+   insinto "/etc/${PN}"
+   doins docs/examples/{config,domains.txt,hook.sh}
+   dodoc docs/*.md
+
+   insinto /etc/"${PN}"/config.d
+   doins "${FILESDIR}"/00_gentoo.sh
+
+   insinto "/etc/cron.d"
+   newins "${FILESDIR}"/cron "${PN}"
+
+   dodir /etc/"${PN}"/config.d
+   keepdir /etc/"${PN}"/config.d
+
+   default
+}
+
+pkg_preinst() {
+   enewgroup "${PN}"
+   enewuser "${PN}" -1 -1 /var/lib/"${PN}" "${PN}"
+}
+
+pkg_postinst() {
+   if [[ "${REPLACING_VERSIONS}" =~ (0\.3\.1|0\.4\.0) ]]; then
+   ewarn ""
+   ewarn "The new default BASEDIR is now '/var/lib/dehydrated'"
+   ewarn "Please consider migrating your data with a command like"
+   ewarn ""
+   ewarn "  'mv -v /etc/dehydrated/{accounts,archive,certs,lock} 
/var/lib/dehydrated'"
+   ewarn ""
+   ewarn "and make sure BASEDIR is set to '/var/lib/dehydrated'"
+   ewarn ""
+   fi
+   einfo "See /etc/dehydrated/config for configuration."
+   einfo "After finishing setup you should enable the cronjob in 
/etc/cron.d/dehydrated."
+}



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

2018-03-26 Thread Thomas Deutschmann
commit: 861928ef0c0fb32c421a57a47292ee81840f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 26 19:01:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 26 19:01:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861928ef

app-crypt/dehydrated: Add myself as maintainer

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/dehydrated/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-crypt/dehydrated/metadata.xml 
b/app-crypt/dehydrated/metadata.xml
index 87c8df609c9..146b3f01d68 100644
--- a/app-crypt/dehydrated/metadata.xml
+++ b/app-crypt/dehydrated/metadata.xml
@@ -4,6 +4,10 @@

msch...@gentoo.org

+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   

lukas2511/dehydrated




[gentoo-commits] repo/gentoo:master commit in: sys-libs/slang/

2018-03-26 Thread Sergei Trofimovich
commit: 64eab58fc0cff1613e43b22b725ced9f0f8c77ca
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 26 16:36:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 26 18:55:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64eab58f

sys-libs/slang: stable 2.3.2 for sparc, bug #651302

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 sys-libs/slang/slang-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/slang/slang-2.3.2.ebuild 
b/sys-libs/slang/slang-2.3.2.ebuild
index eaaae5bdea9..1f17cd96ee7 100644
--- a/sys-libs/slang/slang-2.3.2.ebuild
+++ b/sys-libs/slang/slang-2.3.2.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" = *_pre* ]] ; then
 else
SRC_URI="http://www.jedsoft.org/releases/${PN}/${P}.tar.bz2
http://www.jedsoft.org/releases/${PN}/old/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 fi
 LICENSE="GPL-2"
 SLOT="0"



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

2018-03-26 Thread Sergei Trofimovich
commit: 3d22de397b740a67f8176192aa6db75c4f22e47b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 26 16:37:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 26 18:55:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d22de39

dev-libs/jsoncpp: stable 1.8.4 for sparc, bug #651538

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild
index 7f4ed846b3f..618e11c41dd 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${
 
 LICENSE="|| ( public-domain MIT )"
 SLOT="0/19"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE="doc test"
 
 DEPEND="



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

2018-03-26 Thread Sergei Trofimovich
commit: 55a02fff770c1fd45d479bbd2473437ebb095612
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 26 16:38:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 26 18:55:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a02fff

app-i18n/uchardet: stable 0.0.6-r2 for sparc, bug #639636

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-i18n/uchardet/uchardet-0.0.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild 
b/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild
index b3af5b6c6a2..74dc6719ee3 100644
--- a/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild
+++ b/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz;
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86"
 IUSE="cpu_flags_x86_sse2 static-libs test"
 
 PATCHES=( "${FILESDIR}/${P}-enforce-IEEE-float-precision-r1.patch" )



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

2018-03-26 Thread Sergei Trofimovich
commit: 20d8f42c2a866e7992eba06e6d29c5fd40e2a5f9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 26 16:37:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 26 18:55:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d8f42c

net-misc/dropbear: stable 2017.75 for sparc, bug #619002

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/net-misc/dropbear/dropbear-2017.75.ebuild 
b/net-misc/dropbear/dropbear-2017.75.ebuild
index 4cbf082a717..36f4a765a94 100644
--- a/net-misc/dropbear/dropbear-2017.75.ebuild
+++ b/net-misc/dropbear/dropbear-2017.75.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



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

2018-03-26 Thread Aaron Bauman
commit: 93700e028913dc1594b0f768a01e0064e3cf5125
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Mar 26 08:18:19 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 18:45:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93700e02

dev-python/guessit: add Python 3.6 support

Tests pass.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/guessit/guessit-2.1.4.ebuild | 4 ++--
 dev-python/guessit/guessit-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/guessit/guessit-2.1.4.ebuild 
b/dev-python/guessit/guessit-2.1.4.ebuild
index 98774b23712..b991bcb90ea 100644
--- a/dev-python/guessit/guessit-2.1.4.ebuild
+++ b/dev-python/guessit/guessit-2.1.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/guessit/guessit-.ebuild 
b/dev-python/guessit/guessit-.ebuild
index 8c6ead3c27e..7cc74ef41be 100644
--- a/dev-python/guessit/guessit-.ebuild
+++ b/dev-python/guessit/guessit-.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
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 git-r3
 



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

2018-03-26 Thread Aaron Bauman
commit: 96751bcaa6d617ff04046e54cda52603669aff1d
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Mar 25 11:10:05 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 18:45:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96751bca

dev-python/enzyme: add Python 3.6 support

Tests pass.

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

 dev-python/enzyme/enzyme-0.4.1-r2.ebuild | 4 ++--
 dev-python/enzyme/enzyme-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild 
b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
index 23e0d26b393..69c23ce3873 100644
--- a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
+++ b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE='xml(+)'
 
 inherit distutils-r1

diff --git a/dev-python/enzyme/enzyme-.ebuild 
b/dev-python/enzyme/enzyme-.ebuild
index c9d243a749c..3c717ab3550 100644
--- a/dev-python/enzyme/enzyme-.ebuild
+++ b/dev-python/enzyme/enzyme-.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
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE='xml(+)'
 
 inherit distutils-r1 git-r3



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

2018-03-26 Thread Aaron Bauman
commit: 88516b320e9b34f41acc7c2ee7739c96db181a1f
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Mon Mar 26 16:50:39 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 18:42:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88516b32

sys-apps/fd: drop 6.3.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/fd/Manifest| 28 --
 sys-apps/fd/fd-6.3.0.ebuild | 93 -
 2 files changed, 121 deletions(-)

diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest
index 21fd42258f7..2dc2893a2c1 100644
--- a/sys-apps/fd/Manifest
+++ b/sys-apps/fd/Manifest
@@ -1,59 +1,35 @@
 DIST aho-corasick-0.6.4.crate 25443 BLAKE2B 
b866fec3f2d7bf39152b30d4c95c921c3912c832cb5d7016c771bf19cb8bf02851ee942c891cc95f339b35c0545f9b45e26ce893486660b26227129aa7792b84
 SHA512 
0191f627896469bdb271f1b9d2f3d3b0f7952579cd07c2659996ad66a961dbe605c6a4a929100d6b9c246e65199c0e180b1e8349943f06a6f08250e003e62b65
-DIST ansi_term-0.10.2.crate 16642 BLAKE2B 
69c001a07e02f48eeea8d63b1a242fc1eeb2ab9cb874e6c0e6cf40efbb6a1d585572330f9b69abb4d8df3012edc6e861854f816571b35aa55ee759fce79f1203
 SHA512 
ad4572845913cb21fdd9d8c0bffc5fce1571ef62c32fe83fd41262f7955e918400a446077494038299c4c0dfb0bd030d089336b3f169e726a5e15ee5c78ea3b5
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
-DIST ansi_term-0.9.0.crate 11718 BLAKE2B 
c3a29c8efe994822aa37854cc804ce2ea7f03ea622cfe05dd063f2e07f3d666ab7a8fc21f0f5a7f7f6c2a520b5cf6409ceb8b2438b3a416a44e70de4c094fa20
 SHA512 
4b5297d80f2a7fa840aeb1c31e7b893b33abcc7ce7f6f54371f6d7fc8e2915b43b5e3be3baab32b0821e174d8f7b58961029569a4f9e59b8a46c05f24ecaf04b
-DIST atty-0.2.6.crate 5617 BLAKE2B 
52274b58d4ae19cdd57a85a46449be32ac4662da6ce746382eff30c75729dbb5e50a9e9ad59f11b11f6d40b7ec2bc261e290f33127de62636c7f249c174bc4d3
 SHA512 
ae0aa91616571391eb4a2cc46b4765784dcd96b514fc7c3b64f756d1a180f95c83b9d14086f872fb7466be0e623f44a1a3170e786d7fbff5bdd949ef0cd88997
 DIST atty-0.2.8.crate 5708 BLAKE2B 
e88f1155f51dd36eb38364994eeffc84683b43b8010909e058d9fd80fa492092ed49d6d05b5b7d10fd2585191dd1b6efdccf30be298f53dcb832027fd6187508
 SHA512 
d6aac03499b5e8187ecacd6060d34d3ad8747eb680c9f59ba13e00253d422b2d7d092236fc8eced93358f251d46672013463e3bfdc0aaa9e9e7c5c8e08a22195
-DIST bitflags-0.7.0.crate 10851 BLAKE2B 
00a4e2b66275d6fc8a7374aeec275b5fdf0e2c197e7e90e56afe89ac45554d14ba2063aa26a486dd88d822939b6ea5a5b40936d45d8717e2a98e95ba1d3f501f
 SHA512 
fdfe472c26e5486d1a3f1bfe5a27d26678781235c6e14b49bdb75388359cb78841f38d794fc4557548581a80a10b715d8840182c9ca3316049984a6b9f35b3c0
 DIST bitflags-0.9.1.crate 12406 BLAKE2B 
e89527c5411150c09bc16072e0e4e5b2dde4b50fb2ed76984c1b58db225912db580f96c7954cbbf597036e9d743658364977ba24d0d7660312c3b8d38306d879
 SHA512 
3c106186aa8b5b8d0fba377818618e6428af38f60e4f707873142b44cb6f64d1d7f347840c8bfba084ff569ac8c57d87f2288c4a1d79e282bc02544d69f976c0
 DIST bitflags-1.0.1.crate 13451 BLAKE2B 
ee1cdfad0af901176ae435f4a7096cde698de4a6ab6a49330870ddfe5a9f9836a91c9866dba9889163e31a68a009fa14c9cbc355a011bf45468a9773022c33fc
 SHA512 
6ca3a06645534769fb5c5ad91958e9e802db5a4b49a2a11b0be5243d7e92e32e552183a7ba8d7052f8543f642bc0e4799ef0f36013f64e5c60f4e98bbb26e465
 DIST cfg-if-0.1.2.crate 6668 BLAKE2B 
fd1960dfd30b3514bdb9943dba6418957068aaad3548667216d6dd4e4921a0df07d96cc4131f7b5121cacfb91aa59a802a47663a7b04ff401fa5b25ee1d321ea
 SHA512 
ed6732d8ef2c99d99861f5dcfec3bcd2d1b62dcf6e8e4e88ca25148b5566f86418270dbbe9a7d2fae62a8320d432c5e0474059fa25a11c0f66787084e36f36aa
-DIST clap-2.29.0.crate 187393 BLAKE2B 
752f86a65114da23cf04c52d452266c5fc5d4e6d45a13852a664b813601b3b8c44760b5799b7129e7ef65de824682922c0b38827119ad3c52d1eb29d57366729
 SHA512 
d7dcb54d10d536af5121e9347157e2b11c605570158428c953fdc333ec887a6f10350ebb8daa871cd3e3e171c607a4e1f1c8018cb2f2dac67f83094c78be1980
 DIST clap-2.31.1.crate 194772 BLAKE2B 
14b639f98f6ce494af4a315a7ab7190d9edc95bf2cf41a914b414df1e486156c9ea1e54fd59542fc0279d49cdb5a519d62f89c0b3a725c92bf606b48c473835d
 SHA512 
a6219abb260ce941ebed6511c282ea38b6e0a18d3e8a88758cc2783e53ecc6dccb7da69a328d8b48b026693c19e0b39edbda5ec7ad1d57dfe8a3af26d404bd18
-DIST crossbeam-0.2.10.crate 32993 BLAKE2B 
10bc4519c091251798a838a9ed3404f84b6af950e88209b6ce7607f5ee1105fdd1ea4c81f788321455b3bf5c6169e7296757a73619ee837ee4ac799fa1c64b7d
 SHA512 
cdefcda7626c08ca59bdf5581e0e8d3e6367081089cc32dad6e84b5f643c7cbc5b08ce47034dd925fe2f5e2dfcfd18afb51fba511265ee3598fc1844838948f2
 DIST crossbeam-0.3.2.crate 33440 BLAKE2B 
a5fe9d77b3fcb4ac890b3ccf4e2548cf82c99571961d3960326210ce63dbe8b04e4a5917b57dbb65288942dec1689387b73e41175b86e013307e057e7257
 SHA512 

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

2018-03-26 Thread Aaron Bauman
commit: 18e87da4b1e9787ced9211a426a7ba1f0780527c
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Mon Mar 26 16:49:44 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 18:42:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e87da4

sys-apps/fd: version bump to 7.0.0

Closes: https://bugs.gentoo.org/651572
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7626

 sys-apps/fd/Manifest| 27 +
 sys-apps/fd/fd-7.0.0.ebuild | 92 +
 2 files changed, 119 insertions(+)

diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest
index 9846058f974..21fd42258f7 100644
--- a/sys-apps/fd/Manifest
+++ b/sys-apps/fd/Manifest
@@ -1,42 +1,65 @@
 DIST aho-corasick-0.6.4.crate 25443 BLAKE2B 
b866fec3f2d7bf39152b30d4c95c921c3912c832cb5d7016c771bf19cb8bf02851ee942c891cc95f339b35c0545f9b45e26ce893486660b26227129aa7792b84
 SHA512 
0191f627896469bdb271f1b9d2f3d3b0f7952579cd07c2659996ad66a961dbe605c6a4a929100d6b9c246e65199c0e180b1e8349943f06a6f08250e003e62b65
 DIST ansi_term-0.10.2.crate 16642 BLAKE2B 
69c001a07e02f48eeea8d63b1a242fc1eeb2ab9cb874e6c0e6cf40efbb6a1d585572330f9b69abb4d8df3012edc6e861854f816571b35aa55ee759fce79f1203
 SHA512 
ad4572845913cb21fdd9d8c0bffc5fce1571ef62c32fe83fd41262f7955e918400a446077494038299c4c0dfb0bd030d089336b3f169e726a5e15ee5c78ea3b5
+DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.9.0.crate 11718 BLAKE2B 
c3a29c8efe994822aa37854cc804ce2ea7f03ea622cfe05dd063f2e07f3d666ab7a8fc21f0f5a7f7f6c2a520b5cf6409ceb8b2438b3a416a44e70de4c094fa20
 SHA512 
4b5297d80f2a7fa840aeb1c31e7b893b33abcc7ce7f6f54371f6d7fc8e2915b43b5e3be3baab32b0821e174d8f7b58961029569a4f9e59b8a46c05f24ecaf04b
 DIST atty-0.2.6.crate 5617 BLAKE2B 
52274b58d4ae19cdd57a85a46449be32ac4662da6ce746382eff30c75729dbb5e50a9e9ad59f11b11f6d40b7ec2bc261e290f33127de62636c7f249c174bc4d3
 SHA512 
ae0aa91616571391eb4a2cc46b4765784dcd96b514fc7c3b64f756d1a180f95c83b9d14086f872fb7466be0e623f44a1a3170e786d7fbff5bdd949ef0cd88997
+DIST atty-0.2.8.crate 5708 BLAKE2B 
e88f1155f51dd36eb38364994eeffc84683b43b8010909e058d9fd80fa492092ed49d6d05b5b7d10fd2585191dd1b6efdccf30be298f53dcb832027fd6187508
 SHA512 
d6aac03499b5e8187ecacd6060d34d3ad8747eb680c9f59ba13e00253d422b2d7d092236fc8eced93358f251d46672013463e3bfdc0aaa9e9e7c5c8e08a22195
 DIST bitflags-0.7.0.crate 10851 BLAKE2B 
00a4e2b66275d6fc8a7374aeec275b5fdf0e2c197e7e90e56afe89ac45554d14ba2063aa26a486dd88d822939b6ea5a5b40936d45d8717e2a98e95ba1d3f501f
 SHA512 
fdfe472c26e5486d1a3f1bfe5a27d26678781235c6e14b49bdb75388359cb78841f38d794fc4557548581a80a10b715d8840182c9ca3316049984a6b9f35b3c0
+DIST bitflags-0.9.1.crate 12406 BLAKE2B 
e89527c5411150c09bc16072e0e4e5b2dde4b50fb2ed76984c1b58db225912db580f96c7954cbbf597036e9d743658364977ba24d0d7660312c3b8d38306d879
 SHA512 
3c106186aa8b5b8d0fba377818618e6428af38f60e4f707873142b44cb6f64d1d7f347840c8bfba084ff569ac8c57d87f2288c4a1d79e282bc02544d69f976c0
 DIST bitflags-1.0.1.crate 13451 BLAKE2B 
ee1cdfad0af901176ae435f4a7096cde698de4a6ab6a49330870ddfe5a9f9836a91c9866dba9889163e31a68a009fa14c9cbc355a011bf45468a9773022c33fc
 SHA512 
6ca3a06645534769fb5c5ad91958e9e802db5a4b49a2a11b0be5243d7e92e32e552183a7ba8d7052f8543f642bc0e4799ef0f36013f64e5c60f4e98bbb26e465
 DIST cfg-if-0.1.2.crate 6668 BLAKE2B 
fd1960dfd30b3514bdb9943dba6418957068aaad3548667216d6dd4e4921a0df07d96cc4131f7b5121cacfb91aa59a802a47663a7b04ff401fa5b25ee1d321ea
 SHA512 
ed6732d8ef2c99d99861f5dcfec3bcd2d1b62dcf6e8e4e88ca25148b5566f86418270dbbe9a7d2fae62a8320d432c5e0474059fa25a11c0f66787084e36f36aa
 DIST clap-2.29.0.crate 187393 BLAKE2B 
752f86a65114da23cf04c52d452266c5fc5d4e6d45a13852a664b813601b3b8c44760b5799b7129e7ef65de824682922c0b38827119ad3c52d1eb29d57366729
 SHA512 
d7dcb54d10d536af5121e9347157e2b11c605570158428c953fdc333ec887a6f10350ebb8daa871cd3e3e171c607a4e1f1c8018cb2f2dac67f83094c78be1980
+DIST clap-2.31.1.crate 194772 BLAKE2B 
14b639f98f6ce494af4a315a7ab7190d9edc95bf2cf41a914b414df1e486156c9ea1e54fd59542fc0279d49cdb5a519d62f89c0b3a725c92bf606b48c473835d
 SHA512 
a6219abb260ce941ebed6511c282ea38b6e0a18d3e8a88758cc2783e53ecc6dccb7da69a328d8b48b026693c19e0b39edbda5ec7ad1d57dfe8a3af26d404bd18
 DIST crossbeam-0.2.10.crate 32993 BLAKE2B 
10bc4519c091251798a838a9ed3404f84b6af950e88209b6ce7607f5ee1105fdd1ea4c81f788321455b3bf5c6169e7296757a73619ee837ee4ac799fa1c64b7d
 SHA512 
cdefcda7626c08ca59bdf5581e0e8d3e6367081089cc32dad6e84b5f643c7cbc5b08ce47034dd925fe2f5e2dfcfd18afb51fba511265ee3598fc1844838948f2
+DIST crossbeam-0.3.2.crate 33440 BLAKE2B 
a5fe9d77b3fcb4ac890b3ccf4e2548cf82c99571961d3960326210ce63dbe8b04e4a5917b57dbb65288942dec1689387b73e41175b86e013307e057e7257
 SHA512 

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

2018-03-26 Thread Aaron Bauman
commit: 181687b5fd8243a1692eb063bd55eb29b2dd90ce
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 26 18:12:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 18:40:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181687b5

net-im/ejabberd: use HTTPS, update docs Homepage

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

 net-im/ejabberd/ejabberd-16.09.ebuild| 8 
 net-im/ejabberd/ejabberd-17.01-r2.ebuild | 8 
 net-im/ejabberd/ejabberd-17.04-r1.ebuild | 8 
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-im/ejabberd/ejabberd-16.09.ebuild 
b/net-im/ejabberd/ejabberd-16.09.ebuild
index f313dbb0deb..8c86270fcf8 100644
--- a/net-im/ejabberd/ejabberd-16.09.ebuild
+++ b/net-im/ejabberd/ejabberd-16.09.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 @@ SSL_CERT_MANDATORY=1
 inherit eutils pam rebar ssl-cert systemd
 
 DESCRIPTION="Robust, scalable and extensible XMPP server"
-HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/;
-SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
+HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/;
+SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -264,7 +264,7 @@ pkg_postinst() {
if [[ ! ${REPLACING_VERSIONS} ]]; then
echo
elog "For configuration instructions, please see"
-   elog "  http://www.process-one.net/en/ejabberd/docs/;
+   elog "  https://docs.ejabberd.im/;
echo
if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then
ewarn "If you have used pubsub in ejabberd-2.* you may 
encounter issues after"

diff --git a/net-im/ejabberd/ejabberd-17.01-r2.ebuild 
b/net-im/ejabberd/ejabberd-17.01-r2.ebuild
index ec624d2c533..2d05543a571 100644
--- a/net-im/ejabberd/ejabberd-17.01-r2.ebuild
+++ b/net-im/ejabberd/ejabberd-17.01-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
@@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1
 inherit eutils pam rebar ssl-cert systemd
 
 DESCRIPTION="Robust, scalable and extensible XMPP server"
-HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/;
-SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
+HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/;
+SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -278,7 +278,7 @@ pkg_postinst() {
if [[ ! ${REPLACING_VERSIONS} ]]; then
echo
elog "For configuration instructions, please see"
-   elog "  http://www.process-one.net/en/ejabberd/docs/;
+   elog "  https://docs.ejabberd.im/;
echo
if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then
ewarn "If you have used pubsub in ejabberd-2.* you may 
encounter issues after"

diff --git a/net-im/ejabberd/ejabberd-17.04-r1.ebuild 
b/net-im/ejabberd/ejabberd-17.04-r1.ebuild
index 5ca27008f2c..49ecf5359e3 100644
--- a/net-im/ejabberd/ejabberd-17.04-r1.ebuild
+++ b/net-im/ejabberd/ejabberd-17.04-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1
 inherit eutils pam rebar ssl-cert systemd
 
 DESCRIPTION="Robust, scalable and extensible XMPP server"
-HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/;
-SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
+HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/;
+SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -279,7 +279,7 @@ pkg_postinst() {
if [[ ! ${REPLACING_VERSIONS} ]]; then
echo
elog "For configuration instructions, please see"
-   elog "  http://www.process-one.net/en/ejabberd/docs/;
+   elog "  https://docs.ejabberd.im/;
echo
if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then
ewarn "If you have used pubsub in ejabberd-2.* you may 
encounter issues after"



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

2018-03-26 Thread Fabian Groffen
commit: 09dad6bdeb1e750ce0bbb25c6123f3ad23ca3d3a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar 26 18:40:43 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar 26 18:40:43 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=09dad6bd

colors: add support for color=color mappings

This patch is based on the work by Pavel Balaev  unixdev.ru>.

Add support for color=color mappings.  While at it, make color remapping
independent of the order in which they are defined in color.map.

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

 libq/colors.c | 65 ---
 1 file changed, 44 insertions(+), 21 deletions(-)

diff --git a/libq/colors.c b/libq/colors.c
index 33f6d89..5f252b6 100644
--- a/libq/colors.c
+++ b/libq/colors.c
@@ -21,29 +21,34 @@ static const char *WHITE = _MAKE_COLOR("01", "38");
 static const char *COLOR_MAP = CONFIG_EPREFIX "etc/portage/color.map";
 
 #define COLOR _MAKE_COLOR
+#define CPAIR_VALUE_LEN 16
 
 typedef struct {
const char *name;
-   char value[16];
+   char value[CPAIR_VALUE_LEN];
+   char origval[CPAIR_VALUE_LEN];
 } cpairtype;
 
+#define X2(X) X, X
 static cpairtype color_pairs[] = {
-   {"blue",  COLOR("34", "01") },
-   {"brown", COLOR("00", "33") },
-   {"darkblue",  COLOR("00", "34") },
-   {"darkgreen", COLOR("00", "32") },
-   {"darkred",   COLOR("00", "31") },
-   {"faint", COLOR("00", "02") },
-   {"fuchsia",   COLOR("35", "01") },
-   {"green", COLOR("32", "01") },
-   {"purple",COLOR("00", "35") },
-   {"red",   COLOR("31", "01") },
-   {"teal",  COLOR("00", "36") },
-   {"turquoise", COLOR("36", "01") },
-   {"yellow",COLOR("01", "33") },
-   {"white", COLOR("01", "38") },
-   {"eol",   COLOR("00", "00") },
+   {"blue",  X2(COLOR("34", "01")) },
+   {"brown", X2(COLOR("00", "33")) },
+   {"darkblue",  X2(COLOR("00", "34")) },
+   {"darkgreen", X2(COLOR("00", "32")) },
+   {"darkred",   X2(COLOR("00", "31")) },
+   {"faint", X2(COLOR("00", "02")) },
+   {"fuchsia",   X2(COLOR("35", "01")) },
+   {"green", X2(COLOR("32", "01")) },
+   {"purple",X2(COLOR("00", "35")) },
+   {"red",   X2(COLOR("31", "01")) },
+   {"teal",  X2(COLOR("00", "36")) },
+   {"turquoise", X2(COLOR("36", "01")) },
+   {"yellow",X2(COLOR("01", "33")) },
+   {"white", X2(COLOR("01", "38")) },
+   {"lightgray", X2(COLOR("00", "37")) },
+   {"eol",   X2(COLOR("00", "00")) },
 };
+#undef X2
 
 static void
 color_remap(void)
@@ -73,13 +78,31 @@ color_remap(void)
continue;
 
*p++ = 0; /* split the pair */
-   for (i = 0; i < ARRAY_SIZE(color_pairs); ++i)
+   for (i = 0; i < ARRAY_SIZE(color_pairs); ++i) {
if (strcmp(buf, color_pairs[i].name) == 0) {
-   if (strncmp(p, "0x", 2) == 0)
-   warn("[%s=%s] RGB values in color map 
are not supported on line %d of %s", buf, p, lineno, COLOR_MAP);
-   else
-   snprintf(color_pairs[i].value, 
sizeof(color_pairs[i].value), "\e[%s", p);
+   if (strncmp(p, "0x", 2) == 0) {
+   warn("[%s=%s] RGB values in color map 
are not "
+   "supported on line %d 
of %s",
+   buf, p, lineno, 
COLOR_MAP);
+   } else {
+   /* color=color format support */
+   size_t n;
+   int found = 0;
+   for (n = 0; n < 
ARRAY_SIZE(color_pairs); n++) {
+   if (strcmp(color_pairs[n].name, 
p) == 0) {
+   
strncpy(color_pairs[i].value,
+   
color_pairs[n].origval, CPAIR_VALUE_LEN);
+   found = 1;
+   break;
+   }
+   }
+
+   if (!found)
+   snprintf(color_pairs[i].value,
+   
sizeof(color_pairs[i].origval), "\e[%s", p);
+   }
}
+   }
}
 
free(buf);



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

2018-03-26 Thread Aaron Bauman
commit: beb37ceafc9812a6a0ce54b9c0db5eae429bf4b3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 26 18:14:12 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 18:40:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb37cea

net-mail/notmuch: use HTTPS

 net-mail/notmuch/notmuch-0.23.7.ebuild | 4 ++--
 net-mail/notmuch/notmuch-0.24.2.ebuild | 4 ++--
 net-mail/notmuch/notmuch-0.25.1.ebuild | 4 ++--
 net-mail/notmuch/notmuch-0.25.2.ebuild | 4 ++--
 net-mail/notmuch/notmuch-0.25.3.ebuild | 4 ++--
 net-mail/notmuch/notmuch-0.25.ebuild   | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-mail/notmuch/notmuch-0.23.7.ebuild 
b/net-mail/notmuch/notmuch-0.23.7.ebuild
index 4f46e03f46a..3e83fd65e55 100644
--- a/net-mail/notmuch/notmuch-0.23.7.ebuild
+++ b/net-mail/notmuch/notmuch-0.23.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
@@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic 
pax-utils \
distutils-r1 toolchain-funcs
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
-HOMEPAGE="http://notmuchmail.org/;
+HOMEPAGE="https://notmuchmail.org/;
 SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz
test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"
 

diff --git a/net-mail/notmuch/notmuch-0.24.2.ebuild 
b/net-mail/notmuch/notmuch-0.24.2.ebuild
index a16042a37e0..170d21be5c9 100644
--- a/net-mail/notmuch/notmuch-0.24.2.ebuild
+++ b/net-mail/notmuch/notmuch-0.24.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
@@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic 
pax-utils \
distutils-r1 toolchain-funcs
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
-HOMEPAGE="http://notmuchmail.org/;
+HOMEPAGE="https://notmuchmail.org/;
 SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz
test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"
 

diff --git a/net-mail/notmuch/notmuch-0.25.1.ebuild 
b/net-mail/notmuch/notmuch-0.25.1.ebuild
index a40a43dd00f..9561513c251 100644
--- a/net-mail/notmuch/notmuch-0.25.1.ebuild
+++ b/net-mail/notmuch/notmuch-0.25.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
@@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic 
pax-utils \
distutils-r1 toolchain-funcs
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
-HOMEPAGE="http://notmuchmail.org/;
+HOMEPAGE="https://notmuchmail.org/;
 SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz
test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"
 

diff --git a/net-mail/notmuch/notmuch-0.25.2.ebuild 
b/net-mail/notmuch/notmuch-0.25.2.ebuild
index 5c7f9d0860e..13c9eda4da8 100644
--- a/net-mail/notmuch/notmuch-0.25.2.ebuild
+++ b/net-mail/notmuch/notmuch-0.25.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
@@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic 
pax-utils \
distutils-r1 toolchain-funcs
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
-HOMEPAGE="http://notmuchmail.org/;
+HOMEPAGE="https://notmuchmail.org/;
 SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz
test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"
 

diff --git a/net-mail/notmuch/notmuch-0.25.3.ebuild 
b/net-mail/notmuch/notmuch-0.25.3.ebuild
index 5c7f9d0860e..13c9eda4da8 100644
--- a/net-mail/notmuch/notmuch-0.25.3.ebuild
+++ b/net-mail/notmuch/notmuch-0.25.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic 
pax-utils \
distutils-r1 toolchain-funcs
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
-HOMEPAGE="http://notmuchmail.org/;
+HOMEPAGE="https://notmuchmail.org/;
 SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz
test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"
 

diff --git a/net-mail/notmuch/notmuch-0.25.ebuild 
b/net-mail/notmuch/notmuch-0.25.ebuild
index 5c7f9d0860e..13c9eda4da8 100644
--- a/net-mail/notmuch/notmuch-0.25.ebuild
+++ b/net-mail/notmuch/notmuch-0.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 

  1   2   3   >