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

2018-04-13 Thread Hans de Graaff
commit: 94b6194bd46748d9c55058c2c1956d88e3142feb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 14 06:34:57 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 14 06:48:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b6194b

dev-ruby/rubytest-cli: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild 
b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild
index 7a99e10f68b..1547e07d4a3 100644
--- a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild
+++ b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="yard"



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

2018-04-13 Thread Hans de Graaff
commit: 5cd8c7f185c935ec74ec1682ec63bc94881cd0ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 14 06:23:34 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 14 06:48:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd8c7f1

dev-ruby/dotenv: add 2.2.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/dotenv/Manifest|  1 +
 dev-ruby/dotenv/dotenv-2.2.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/dotenv/Manifest b/dev-ruby/dotenv/Manifest
index 8fc01f7507e..4fa8cf6dbe9 100644
--- a/dev-ruby/dotenv/Manifest
+++ b/dev-ruby/dotenv/Manifest
@@ -1 +1,2 @@
 DIST dotenv-2.2.1.tar.gz 15855 BLAKE2B 
c970fbd30e3c616b9426f4f758e47c81cf54887de0a11560f4ed3aabda6b1b83f49849775d129658d3a2eb6ecdfe4fbea670d0a63443954ac1d53177125a895b
 SHA512 
67e9cc5323d505f0b5a5a1278d0ce6c72a577fc096508b5a6de7b73f3c0fa2ca8144475783ab2b9ef04cf44d6e57ddb8e09f849c44729f7bb7c4bb7156baa443
+DIST dotenv-2.2.2.tar.gz 15856 BLAKE2B 
e27a2650c79aadb31545c3a02d698f5cc3c9e27ddf07aa853a1f776b467f3cb707dda4ee3a0c107fbeb4a5609ded993ab74c81721cab088239858c28bd8e3ded
 SHA512 
6af4039cec9c4c85240dc01eee5e24cac6b762e2fcb0d371bbde4cf03743e1917436664d2ea2e59fa619fddce96c9d3848354d42c3a621556cb120ed1cd0cf2b

diff --git a/dev-ruby/dotenv/dotenv-2.2.2.ebuild 
b/dev-ruby/dotenv/dotenv-2.2.2.ebuild
new file mode 100644
index 000..f7b383c5017
--- /dev/null
+++ b/dev-ruby/dotenv/dotenv-2.2.2.ebuild
@@ -0,0 +1,35 @@
+# 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_EXTRADOC="README.md Changelog.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Loads environment variables from .env into ENV"
+HOMEPAGE="https://github.com/bkeepers/dotenv";
+SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="2"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )"
+
+all_ruby_prepare() {
+   sed -i -e '/:guard/,/end/ s:^:#:' \
+   -e '5igem "rspec", "~> 3.0"' Gemfile || die
+
+   sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec 
|| die
+}
+
+each_ruby_prepare() {
+   sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die
+}



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

2018-04-13 Thread Hans de Graaff
commit: f41169410dcb56f26b869ae2f0b7faade83e2f93
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 14 06:46:14 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 14 06:48:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4116941

dev-ruby/prawn: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/prawn/prawn-2.2.0.ebuild 
b/dev-ruby/prawn/prawn-2.2.0.ebuild
index e898bbb6be5..7b2c30eb9c3 100644
--- a/dev-ruby/prawn/prawn-2.2.0.ebuild
+++ b/dev-ruby/prawn/prawn-2.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2018-04-13 Thread Hans de Graaff
commit: 154464ec75fb19aa05c24aadfef0a11dcf4270e3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 14 06:46:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 14 06:48:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154464ec

dev-ruby/lemon: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/lemon/lemon-0.9.1.ebuild 
b/dev-ruby/lemon/lemon-0.9.1.ebuild
index 7f9e53cb5e7..33f42733244 100644
--- a/dev-ruby/lemon/lemon-0.9.1.ebuild
+++ b/dev-ruby/lemon/lemon-0.9.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="yard"



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

2018-04-13 Thread Hans de Graaff
commit: 931affec92ab398a26de83f69109ae71e458470d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 14 06:32:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 14 06:48:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931affec

www-servers/puma: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/www-servers/puma/puma-3.11.3.ebuild 
b/www-servers/puma/puma-3.11.3.ebuild
index b12e2ecfc13..745ad159b3e 100644
--- a/www-servers/puma/puma-3.11.3.ebuild
+++ b/www-servers/puma/puma-3.11.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2018-04-13 Thread Matt Thode
commit: 2fedfe58546d29a796d6ad71054b3d1e6cf9d988
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Apr 14 06:45:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Apr 14 06:45:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fedfe58

media-sound/spotify: remove the dep on threads for curl

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 media-sound/spotify/{spotify-1.0.77.ebuild => spotify-1.0.77-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/spotify/spotify-1.0.77.ebuild 
b/media-sound/spotify/spotify-1.0.77-r1.ebuild
similarity index 99%
rename from media-sound/spotify/spotify-1.0.77.ebuild
rename to media-sound/spotify/spotify-1.0.77-r1.ebuild
index fa087524e94..45262d923a5 100644
--- a/media-sound/spotify/spotify-1.0.77.ebuild
+++ b/media-sound/spotify/spotify-1.0.77-r1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
media-libs/harfbuzz
media-libs/fontconfig
media-libs/mesa
-   net-misc/curl[ssl,threads]
+   net-misc/curl[ssl]
net-print/cups[ssl]
x11-libs/gtk+:2
x11-libs/libXScrnSaver



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

2018-04-13 Thread Michał Górny
commit: 25717719a67c6d24a5f27b7f0d8698bc409cf967
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 14 06:44:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 14 06:44:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25717719

profiles/arch/arm64: Mask net-fs/samba[cluster]

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 44b092af009..4b9a9e3e4eb 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -21,7 +21,7 @@ dev-libs/libgit2 libressl
 
 # Michał Górny  (03 Mar 2018)
 # Requires masked dependent flags.
-net-fs/samba ads
+net-fs/samba ads cluster
 
 # Michał Górny  (03 Mar 2018)
 # Some more unkeyworded dependencies.



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

2018-04-13 Thread Michał Górny
commit: 08bfbf2023e202d365eae092eaa5277146251969
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 14 06:42:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 14 06:42:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08bfbf20

profiles/arch/arm64: Mask app-admin/rsyslog[kubernetes]

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index af9528f4f86..44b092af009 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -262,7 +262,7 @@ app-portage/g-sorcery bson
 
 # Thomas Deutschmann  (01 Mar 2017)
 # Unkeyworded depedencies
-app-admin/rsyslog grok kafka mongodb normalize rabbitmq
+app-admin/rsyslog grok kafka kubernetes mongodb normalize rabbitmq
 
 # Michael Weber  (01 Mar 2017)
 # untested dependencies



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

2018-04-13 Thread Michał Górny
commit: bda3dffb39440515521e831d97965a51e32871bf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 14 06:43:59 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 14 06:43:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda3dffb

profiles/base: Extend media-libs/freeverb3[jack] mask

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index eefe86cb32c..0a8dd471109 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -143,7 +143,7 @@ dev-java/oracle-jre-bin:9 gentoo-vm
 
 # Andreas K. Hüttel  (04 Nov 2017)
 # Requires audacious, which is masked. Bug 632513
-=media-libs/freeverb3-3.1.2_pre20151102-r1 jack
+media-libs/freeverb3 jack
 
 # Andreas Sturmlechner  (16 Oct 2017)
 # USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754



[gentoo-commits] proj/devmanual:master commit in: tasks-reference/completion/

2018-04-13 Thread Göktürk Yüksek
commit: c2c2914e49e0c7543d38fed5a609fbcbc7f18d20
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sat Apr 14 05:55:00 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat Apr 14 05:55:00 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c2c2914e

tasks-reference/completion: migrate to bash-completion-r1 #652084

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

 tasks-reference/completion/text.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tasks-reference/completion/text.xml 
b/tasks-reference/completion/text.xml
index fd36099..ee2ce35 100644
--- a/tasks-reference/completion/text.xml
+++ b/tasks-reference/completion/text.xml
@@ -7,7 +7,9 @@
 
 Since v2.05a, bash has offered intelligent programmable completion.  
Writing
 such completions for your own programs/things you maintain is relatively easy
-provided you know bash already. See bash-completion.eclass
+provided you know bash already. See
+
+bash-completion-r1.eclass
 for how to install completion files.
 
 



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/

2018-04-13 Thread Aaron Bauman
commit: 4f0c7c5b53d25515ea6003cdd554e799cafc7569
Author: Christian Tietz  mailbox  org>
AuthorDate: Mon Apr  9 14:18:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 14 01:47:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0c7c5b

xfce-extra/xfce4-whiskermenu-plugin: Bump to 2.1.6.

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

 xfce-extra/xfce4-whiskermenu-plugin/Manifest   |  1 +
 .../xfce4-whiskermenu-plugin-2.1.6.ebuild  | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest 
b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
index d7c910c9e3d..0d05af01956 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-whiskermenu-plugin-1.7.5.tar.bz2 164129 BLAKE2B 
904cc32ec73ff8984773256e1efe5cf1dc02eba0b6dd76e15ebecd5507ef4c1fff506888ed2cc3d01674a8773ef7a250da6baee26746b6d34d61b8034071e7f5
 SHA512 
28c0684642577af656ec95b6977f1dc88d81f690125ad42d0022ebde456dc6da02081028f8f80950f40c3e6bea0f6b8e0fefe153e2de6fa9b77d1de4e89c
 DIST xfce4-whiskermenu-plugin-2.1.5.tar.bz2 166227 BLAKE2B 
c7e1a460692495a19a76f789ab69c3ce9bff91a4fd6507202cf4e78950b8f29ab2585b5142ecab9d009b3e08fe8161d82c51a442c055f63b7012fd73fa972136
 SHA512 
54e308b516ef1694f9649578cb8297f830132e456e1f498183074386956873f7f9f6ea8a0167d506086a87ae17acfbfd8a2b34eb6f0acb97f896872f8799b1f1
+DIST xfce4-whiskermenu-plugin-2.1.6.tar.bz2 166910 BLAKE2B 
344bf87bca119fe52da48a62be5d762db1498ea0e248bf394e657f5aa08f48c721806d17acedd52edf34b4775b80d054d95a8d482a8c3c3c0fb1c64b72981bec
 SHA512 
20888a8d16edfccc8da0ec958af39041c423683ed3f56f60b1d520bb54bbc4cfd58841582d24813a4eea364030d2a16fce7f7eb3beeb386ccfa2b43cb1471ef4

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.6.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.6.ebuild
new file mode 100644
index 000..0cdcb3cdeaf
--- /dev/null
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Alternate application launcher for Xfce"
+HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   virtual/libintl:=
+   x11-libs/gtk+:3=
+   >=xfce-base/exo-0.11.0:=
+   xfce-base/garcon:=
+   xfce-base/libxfce4ui:=
+   xfce-base/libxfce4util:=
+   xfce-base/xfce4-panel:="
+
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_AS_NEEDED=OFF
+   -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
+   -DENABLE_DEVELOPER_MODE=OFF
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-04-13 Thread Aaron Bauman
commit: d1b5e55eaa32113ec234a900989715964ca2b549
Author: Karl Linden  gmail  com>
AuthorDate: Sat Apr  7 14:03:39 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 14 01:45:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b5e55e

sys-kernel/rt-sources: remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-kernel/rt-sources/Manifest |  4 --
 .../rt-sources/rt-sources-4.14.18_p15.ebuild   | 54 
 sys-kernel/rt-sources/rt-sources-4.9.76_p61.ebuild | 58 --
 3 files changed, 116 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 84914625840..ea3363149a1 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -17,8 +17,6 @@ DIST patch-3.18.91-rt98.patch.xz 175116 BLAKE2B 
3045e7e370e28830a6eee3816ddb96e7
 DIST patch-3.18.91.xz 1407536 BLAKE2B 
45797565f03f53d22dad76051517719f5aa25c924b9b800f94f20789514ed34f4c06182a51cdac4b87d7dc4e32e239f3a347160cfb43b70871cec19c71454a10
 SHA512 
7fc3276ab236e2b88fc59b239e541c028b20e2b8105fd5082b1b9a1e4015c313c314aa2eb770f2059e3c6f92d68793888549cf8943d0f41a9214ffefd0d51655
 DIST patch-4.1.46-rt52.patch.xz 190088 BLAKE2B 
2468002852ead5b171d043486b912bb710f4689b5b549f90890de572069f430f4de709cb54c4cde723bd8e888c0027cf13ecb7708f116575fc6801ab1a97cecc
 SHA512 
2c6813cc0f0efe990e9599f3e38048142fafb6fbfd7d3f9670d118cec0ada6fc69fb897509759cbb0c54798316ac30d137cd2721fb9a88a98024ddcd7ee90e7b
 DIST patch-4.1.46.xz 1236640 BLAKE2B 
0c4305e3a3d2da4dfb8f23e0837d27d7916830170a0f10e9108d7517c69fca89bfccf35455a12f6e944f4c0527041172b072ea93978b19410daa2e9ec0b9f43d
 SHA512 
c6b50ddd848c949119dfe1ebe45542a53c8116718e09345e8b47b300f057d4396f0991de51a6ce0ae1ea88502e53339573c8873126bfe202c742a09455b00519
-DIST patch-4.14.18-rt15.patch.xz 226196 BLAKE2B 
6624270d140cde5534bfb05bc21a1c2e4c89a10cc0d56d6aac57bfcfaa4b53c9ad53302740a024c8e55cb68c0dc477b93ada050364866b4f4aff84a325aa007d
 SHA512 
656c16f09611ff33cae7bd5cdddf33179bd707f6892c3349d7ee9b90976a347f0d90bb766c85d457e7766ed3a45b0636533fd67552c1502ce98ffb3af76f4256
-DIST patch-4.14.18.xz 540160 BLAKE2B 
0514edaa8cdc0abdc84ee629ccc4c6a8f27ff5a5486008555a2628b29d38b0583bdad4a44dcc9fb23618606b76b6c7e52a4d1bb3422e34112d5d2f3ce4402376
 SHA512 
3582494199ecb65e5c7a908a87e69c97005640f857c54487ff4a0cbd749c505d8d114fb9d4a01e081ab6e7982fc39b8c7077e6b4cc7e52bcdb904cffea637e62
 DIST patch-4.14.24-rt19.patch.xz 226472 BLAKE2B 
a8cb8875e080b0373f666d51a06accf7470c1dfc9dec1f782c6f634e64e93cfe5d41485c31e33597bb3cc96a44eb44a2c3944dc56ed08af0964ac2a82ed60b75
 SHA512 
8b5c5cbd8f207f391ee0fdd676d8744410faecc546518f7ac367349143db856e3ddc8142540556ad5c46cea1d23b91508643cd01115dd6630b6975c3dbe8c747
 DIST patch-4.14.24.xz 750320 BLAKE2B 
48bb32db9a73c8b42f6b376f8823e0873777682dad0bd47f5fdca3ac57ee0fc80d91fb3d36b5647988b51372a5f0b849a16f01bd727b648ad2fcac6fa09abfd1
 SHA512 
e1979dc36fcad133980a438685bbb0f02f369fba37b1c8d4e47c3ca3274f4bf9eba0af795a7625f04d5f1e1279c28f27882b80aa7ac7f1a82bd244c2b8db1600
 DIST patch-4.14.27-rt21.patch.xz 226204 BLAKE2B 
d902929932fb3590c568faedec59c22f9cf9990fd53c08c3afe17d1435b1e686c3ae3db65a8988555c8fca9a70d777e534460e95cb2670e5808abd88093945f4
 SHA512 
e3a147a41d34782b48209f37709e9d6bb547dfc8a85890d937393393b47b408699716b3b808cf591a2e69c79529d00added737474260d9be538f967edc6dfa4b
@@ -31,7 +29,5 @@ DIST patch-4.4.120-rt135.patch.xz 194592 BLAKE2B 
abaac0132b0b35d02e107af1bc412c2
 DIST patch-4.4.120.xz 1718956 BLAKE2B 
06df2a0f9ce7ec7d813e6101a5fe5704adf6303c516193d8f53f5f3486a4f9b16c3842797ffa99d9e8daa5f3c1b20366ef2971c8f22aed1de443f4958946de6c
 SHA512 
dd879f449840f380287bda06fe27453768b65493edee8f162cf17d3268f838acbbea375633412f1c0f8bc24b41fe153d610cbbca205cd7c8891bfe8f398f3ec2
 DIST patch-4.4.126-rt141.patch.xz 194488 BLAKE2B 
8af6171724d92813c6edaa6be86ae460469964d395e9bc83360d423132a14394950d579b7e3eeacb4fecb284e3550c84297d4cbe4c44389baa8bccdf7fbb2615
 SHA512 
ca473fff80bfd1f9c10ac6d3d92c661418b4b01ac2def910ac454b14dd2deb3bc9f341f7b9a2ad4f66f31331423686d7f28349ff46845d6f55de454853fecc80
 DIST patch-4.4.126.xz 1784496 BLAKE2B 
e2a72fdb84d8c88bdcd3d47719712df7eaa9ab37e1f4a4feef8ebb3dd9b14b67c447a5bd260e4fb4c40a72c4b1527922175caa5648250f8486f8a2a74783e87a
 SHA512 
7f53db4c7d34ec19732d0b9f1b994ee5817096a59daf8116efa64fe3776edba74060915af2765e641edce6a40acda7cc6b7cce131aa8ac6a7f643f0f4e0a177e
-DIST patch-4.9.76-rt61.patch.xz 173748 BLAKE2B 
6f6adb72b4e906a4c2f3e3898c3b588bbaf9675a79978716695a88d6eae3ac3e66929c2b46a566e912972d5587f85f23d177bbba4c1ba89f2692fbe026feb2af
 SHA512 
cc28f677ef1a92f4a4547f3858c324f3f57fad263101f3c3f45f52fe865212cf48fc8a1386266536f19645771e67a130ff417cd5ef8d8599c93648ca0840bd1f
-DIST patch-4.9.76.xz 1344536 BLAKE2B 
29aeb93bb0db62b95a0b2e974869032e5622ce7ed7e0c54cc8ed69cca171e6882a5547beca839a355829cdf6ef21bb3f8a4bd35662ab930638fe37d0d29ebcd1
 SHA512 
57d98aa04f01a7ff550885b42cbd115b81234994005378bace5d984dfec2320399

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

2018-04-13 Thread Aaron Bauman
commit: cebf16d210a8096e060a1a5996596062aa03053f
Author: Karl Linden  gmail  com>
AuthorDate: Sat Apr  7 13:01:25 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 14 01:45:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebf16d2

sys-kernel/rt-sources: version bump to 4.14.29_p25

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-4.14.29_p25.ebuild   | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 9cef0a3905b..84914625840 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -23,6 +23,8 @@ DIST patch-4.14.24-rt19.patch.xz 226472 BLAKE2B 
a8cb8875e080b0373f666d51a06accf7
 DIST patch-4.14.24.xz 750320 BLAKE2B 
48bb32db9a73c8b42f6b376f8823e0873777682dad0bd47f5fdca3ac57ee0fc80d91fb3d36b5647988b51372a5f0b849a16f01bd727b648ad2fcac6fa09abfd1
 SHA512 
e1979dc36fcad133980a438685bbb0f02f369fba37b1c8d4e47c3ca3274f4bf9eba0af795a7625f04d5f1e1279c28f27882b80aa7ac7f1a82bd244c2b8db1600
 DIST patch-4.14.27-rt21.patch.xz 226204 BLAKE2B 
d902929932fb3590c568faedec59c22f9cf9990fd53c08c3afe17d1435b1e686c3ae3db65a8988555c8fca9a70d777e534460e95cb2670e5808abd88093945f4
 SHA512 
e3a147a41d34782b48209f37709e9d6bb547dfc8a85890d937393393b47b408699716b3b808cf591a2e69c79529d00added737474260d9be538f967edc6dfa4b
 DIST patch-4.14.27.xz 812636 BLAKE2B 
d8ca3c7c6c2bb7842e5683afc9516341d9a30cecf173dc04898d4462c062a2206afa0257736bcfd60cc8af331899986c3761778e6c27d17929c23ca0f6055f07
 SHA512 
678df0bca8701b26f5f3df6069798a2ab75925a63c2ba77410e671cad18320b00652133afcb957a12f3caa84f14f8c7dcdbac9c9731a557e6e28834a79cff883
+DIST patch-4.14.29-rt25.patch.xz 226432 BLAKE2B 
a3022401b464eb89a4bbbfb96071e1ef90c1bc55d054d7f11cc9e043eab3d10de94ba933d2043112552313b988f48a21c28b1fca7cfd96335aea1dc3512bc806
 SHA512 
bd2fb72ad0da50a2590c47eff7f6087014b0f068488975bdecae7e5b0f99523beffe1dd16b8d0a7f877cd03b1bc86516ea00153679e2e913daa10f742d02608d
+DIST patch-4.14.29.xz 842604 BLAKE2B 
368ac0197568441621a54a212544d0bfd40e23bcc71a9ce3feda8ea9669c5487f4e5661f0678bb3c9436bc8f98e3a42523d061a0ca7ab916a09593f5bb55eee2
 SHA512 
f2e87f9205924097b5aaa39ca6967449fa78a9a13d27fd4edac829cbb411f28881b2dc4fc5f8c270ec8673118bf260f7411646f0900c00f8511283fe0eb3c7e7
 DIST patch-4.4.115-rt130.patch.xz 194620 BLAKE2B 
75dfb4b21cd57b3f15cd094c2dcd4d31e952488b9d2ca7de29e2b6fd016c30393864b96461ffbea9ed25938ccdccf2719675c3f133c984eed7523d08fae8cb9e
 SHA512 
86e438be47ef85745e8125bccede9d1d553adab03551fc55d7b0e8a3f47b247db67793bf80a51809740e705b3aa4d554b634f265dbeb5bdb6c6c6a4eea49cfb0
 DIST patch-4.4.115.xz 1624128 BLAKE2B 
329ddfb7572b4fc34fcd46670f54cbcadc43ed83aec3c5a86874309ad73807cd3f9ea89f276347a496b47b8a31ccd02b98fac39d580f30015044dbda20a4f53b
 SHA512 
1cc57e9078559a0def347eae38a02a63f09876c2c4c7453c2bfcc9ec509d54d92242e13e0933319bceea287f5031326acd966ba97b239fe90faa90f0ef6ce886
 DIST patch-4.4.120-rt135.patch.xz 194592 BLAKE2B 
abaac0132b0b35d02e107af1bc412c239fd27d20513f7dda0af9cfc6a9661a5d3cff4ede0309ee41cefcd4671e6c0bb8b3833c6bb30752cc02b963238fe6e9dd
 SHA512 
61dcbe07ab2fe307cae1ac59822afce50999fd817f503f8a1cf8a7686ea0bfefbd99fb2d660e557f94af8523923faba2e00a68e973792b633a7cc7be1c0df6a4

diff --git a/sys-kernel/rt-sources/rt-sources-4.14.29_p25.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.14.29_p25.ebuild
new file mode 100644
index 000..ad4f19f2289
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.14.29_p25.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
+
+inherit versionator
+
+CKV="$(get_version_component_range 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 
directly."
+   ewarn "Do *no

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

2018-04-13 Thread Aaron Bauman
commit: 1d5fc5f5d333478bef4de7dba6c70c9d521023d5
Author: Karl Linden  gmail  com>
AuthorDate: Sat Apr  7 12:52:08 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 14 01:45:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5fc5f5

sys-kernel/rt-sources: version bump to 4.4.126_p141

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

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-4.4.126_p141.ebuild  | 58 ++
 2 files changed, 60 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 3c577e0d918..9cef0a3905b 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -27,6 +27,8 @@ DIST patch-4.4.115-rt130.patch.xz 194620 BLAKE2B 
75dfb4b21cd57b3f15cd094c2dcd4d3
 DIST patch-4.4.115.xz 1624128 BLAKE2B 
329ddfb7572b4fc34fcd46670f54cbcadc43ed83aec3c5a86874309ad73807cd3f9ea89f276347a496b47b8a31ccd02b98fac39d580f30015044dbda20a4f53b
 SHA512 
1cc57e9078559a0def347eae38a02a63f09876c2c4c7453c2bfcc9ec509d54d92242e13e0933319bceea287f5031326acd966ba97b239fe90faa90f0ef6ce886
 DIST patch-4.4.120-rt135.patch.xz 194592 BLAKE2B 
abaac0132b0b35d02e107af1bc412c239fd27d20513f7dda0af9cfc6a9661a5d3cff4ede0309ee41cefcd4671e6c0bb8b3833c6bb30752cc02b963238fe6e9dd
 SHA512 
61dcbe07ab2fe307cae1ac59822afce50999fd817f503f8a1cf8a7686ea0bfefbd99fb2d660e557f94af8523923faba2e00a68e973792b633a7cc7be1c0df6a4
 DIST patch-4.4.120.xz 1718956 BLAKE2B 
06df2a0f9ce7ec7d813e6101a5fe5704adf6303c516193d8f53f5f3486a4f9b16c3842797ffa99d9e8daa5f3c1b20366ef2971c8f22aed1de443f4958946de6c
 SHA512 
dd879f449840f380287bda06fe27453768b65493edee8f162cf17d3268f838acbbea375633412f1c0f8bc24b41fe153d610cbbca205cd7c8891bfe8f398f3ec2
+DIST patch-4.4.126-rt141.patch.xz 194488 BLAKE2B 
8af6171724d92813c6edaa6be86ae460469964d395e9bc83360d423132a14394950d579b7e3eeacb4fecb284e3550c84297d4cbe4c44389baa8bccdf7fbb2615
 SHA512 
ca473fff80bfd1f9c10ac6d3d92c661418b4b01ac2def910ac454b14dd2deb3bc9f341f7b9a2ad4f66f31331423686d7f28349ff46845d6f55de454853fecc80
+DIST patch-4.4.126.xz 1784496 BLAKE2B 
e2a72fdb84d8c88bdcd3d47719712df7eaa9ab37e1f4a4feef8ebb3dd9b14b67c447a5bd260e4fb4c40a72c4b1527922175caa5648250f8486f8a2a74783e87a
 SHA512 
7f53db4c7d34ec19732d0b9f1b994ee5817096a59daf8116efa64fe3776edba74060915af2765e641edce6a40acda7cc6b7cce131aa8ac6a7f643f0f4e0a177e
 DIST patch-4.9.76-rt61.patch.xz 173748 BLAKE2B 
6f6adb72b4e906a4c2f3e3898c3b588bbaf9675a79978716695a88d6eae3ac3e66929c2b46a566e912972d5587f85f23d177bbba4c1ba89f2692fbe026feb2af
 SHA512 
cc28f677ef1a92f4a4547f3858c324f3f57fad263101f3c3f45f52fe865212cf48fc8a1386266536f19645771e67a130ff417cd5ef8d8599c93648ca0840bd1f
 DIST patch-4.9.76.xz 1344536 BLAKE2B 
29aeb93bb0db62b95a0b2e974869032e5622ce7ed7e0c54cc8ed69cca171e6882a5547beca839a355829cdf6ef21bb3f8a4bd35662ab930638fe37d0d29ebcd1
 SHA512 
57d98aa04f01a7ff550885b42cbd115b81234994005378bace5d984dfec232039934c64bff14fd88a5ba962c6dacf5b408173cccf551eb1195f0be980bb41090
 DIST patch-4.9.84-rt62.patch.xz 173640 BLAKE2B 
e79032ab9137270e8144d5a1a9faa2897c1013a6380394e1a379d8f6aaccb69b4c2f107c793d70fa540c1f43c610076bd2ecd37b274f4c3701b2081ab55a6012
 SHA512 
e273d384d845478e7b3ce55be56bddf74e1b18c0b70aaad92dcc73bdf949337a10ee41c6c3ebca7057988cfb88b762ebd5657a29ea47e684c6d10d83c0c03f7c

diff --git a/sys-kernel/rt-sources/rt-sources-4.4.126_p141.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.4.126_p141.ebuild
new file mode 100644
index 000..1ca2170247a
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.4.126_p141.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
+
+inherit versionator
+
+CKV="$(get_version_component_range 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+PATCHES=(
+   "${FILESDIR}"/rt-sources-posix-printf.patch # 627068
+)
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel 

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

2018-04-13 Thread Aaron Bauman
commit: 892a2940a80af938c141c1b46975978b5bc1218b
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr  3 23:04:08 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 14 00:49:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892a2940

app-editors/bluefish: fdo-mime->xdg-utils

Also added gnome2-utils.

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

 app-editors/bluefish/bluefish-2.2.10.ebuild | 18 --
 app-editors/bluefish/bluefish-2.2.6.ebuild  | 18 --
 app-editors/bluefish/bluefish-2.2.8.ebuild  | 18 --
 app-editors/bluefish/bluefish-2.2.9.ebuild  | 18 --
 4 files changed, 48 insertions(+), 24 deletions(-)

diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild 
b/app-editors/bluefish/bluefish-2.2.10.ebuild
index edf1fbd4866..83184d2f47e 100644
--- a/app-editors/bluefish/bluefish-2.2.10.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.10.ebuild
@@ -1,11 +1,11 @@
-# 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=( python2_7 )
 
-inherit autotools eutils fdo-mime python-single-r1
+inherit autotools eutils gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -80,9 +80,14 @@ src_install() {
prune_libtool_files
 }
 
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
 
einfo "Adding XML catalog entries..."
/usr/bin/xmlcatalog  --noout \
@@ -94,8 +99,9 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
einfo "Removing XML catalog entries..."
/usr/bin/xmlcatalog  --noout \
--del 'Bluefish/DTD/Bflang' \

diff --git a/app-editors/bluefish/bluefish-2.2.6.ebuild 
b/app-editors/bluefish/bluefish-2.2.6.ebuild
index 2c420dafef1..ff25f887a72 100644
--- a/app-editors/bluefish/bluefish-2.2.6.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils fdo-mime python-single-r1
+inherit eutils gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -63,9 +63,14 @@ src_install() {
find "${ED}" -name '*.la' -exec rm -f {} +
 }
 
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
 
einfo "Adding XML catalog entries..."
/usr/bin/xmlcatalog  --noout \
@@ -77,8 +82,9 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
einfo "Removing XML catalog entries..."
/usr/bin/xmlcatalog  --noout \
--del 'Bluefish/DTD/Bflang' \

diff --git a/app-editors/bluefish/bluefish-2.2.8.ebuild 
b/app-editors/bluefish/bluefish-2.2.8.ebuild
index bf84c0859b2..4e07508bb10 100644
--- a/app-editors/bluefish/bluefish-2.2.8.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.8.ebuild
@@ -1,11 +1,11 @@
-# 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=( python2_7 )
 
-inherit eutils fdo-mime python-single-r1
+inherit eutils gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -74,9 +74,14 @@ src_install() {
prune_libtool_files
 }
 
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
 
einfo "Adding XML catalog entries..."
/usr/bin/xmlcatalog  --noout \
@@ -88,8 +93,9 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
einfo "Removing XML catalog entries..."
/usr/bin/xmlcatalog  --noout \
--del 'Bluefish/DTD/Bflang' \

diff --git a/app-editors/bluefish/bluefish-2.2.9.ebuild 
b/app-editors/bluefish/bluefish-2.2.9.ebuild
inde

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

2018-04-13 Thread Aaron Bauman
commit: dc41341ec3b838c08f2b6bac4288ea5b6d226b4f
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr  8 11:10:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 14 00:49:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc41341e

app-editors/bluefish: removal of eutils/prune_libtool_files

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-editors/bluefish/bluefish-2.2.10.ebuild | 4 ++--
 app-editors/bluefish/bluefish-2.2.6.ebuild  | 6 +++---
 app-editors/bluefish/bluefish-2.2.8.ebuild  | 4 ++--
 app-editors/bluefish/bluefish-2.2.9.ebuild  | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild 
b/app-editors/bluefish/bluefish-2.2.10.ebuild
index 83184d2f47e..2e9a485511d 100644
--- a/app-editors/bluefish/bluefish-2.2.10.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.10.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools eutils gnome2-utils python-single-r1 xdg-utils
+inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -77,7 +77,7 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+   find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {

diff --git a/app-editors/bluefish/bluefish-2.2.6.ebuild 
b/app-editors/bluefish/bluefish-2.2.6.ebuild
index ff25f887a72..2e47961b2f0 100644
--- a/app-editors/bluefish/bluefish-2.2.6.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.6.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils gnome2-utils python-single-r1 xdg-utils
+inherit gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
dev-util/intltool
)"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
 # there actually is just some broken manpage checkup -> not bother
 RESTRICT="test"
@@ -60,7 +60,7 @@ src_configure() {
 
 src_install() {
default
-   find "${ED}" -name '*.la' -exec rm -f {} +
+   find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {

diff --git a/app-editors/bluefish/bluefish-2.2.8.ebuild 
b/app-editors/bluefish/bluefish-2.2.8.ebuild
index 4e07508bb10..2ffd0fb8bb4 100644
--- a/app-editors/bluefish/bluefish-2.2.8.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.8.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils gnome2-utils python-single-r1 xdg-utils
+inherit gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -71,7 +71,7 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+   find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {

diff --git a/app-editors/bluefish/bluefish-2.2.9.ebuild 
b/app-editors/bluefish/bluefish-2.2.9.ebuild
index 83184d2f47e..2e9a485511d 100644
--- a/app-editors/bluefish/bluefish-2.2.9.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.9.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools eutils gnome2-utils python-single-r1 xdg-utils
+inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -77,7 +77,7 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+   find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {



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

2018-04-13 Thread Aaron Bauman
commit: d7d7832ad64a63db7fe1d2e015ca4bd7d8310501
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Apr 14 00:11:20 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 14 00:11:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d7832a

dev-libs/ucommon: fix openssl slot and subslot operator

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-libs/ucommon/ucommon-6.0.3.ebuild 
b/dev-libs/ucommon/ucommon-6.0.3.ebuild
index d2d255a9997..9c0884fe1ca 100644
--- a/dev-libs/ucommon/ucommon-6.0.3.ebuild
+++ b/dev-libs/ucommon/ucommon-6.0.3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux"
 IUSE="doc static-libs socks +cxx debug ssl gnutls"
 
 RDEPEND="ssl? (
-   !gnutls? ( dev-libs/openssl )
+   !gnutls? ( dev-libs/openssl:0= )
gnutls? (
net-libs/gnutls
dev-libs/libgcrypt:0



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

2018-04-13 Thread Aaron Bauman
commit: 4e548d33fb7ee416a87d971675e8e70dba7b0a44
Author: Marty E. Plummer  startmail  com>
AuthorDate: Mon Apr  9 01:22:56 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 14 00:11:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e548d33

dev-libs/ucommon: remove duplicate patch

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

 .../ucommon/files/6.1/install_gcrypt.m4_file.patch | 128 -
 ...ch => ucommon-6.0.3-disable_rtf_gen_doxy.patch} |   4 +-
 patch => ucommon-6.0.3-gcrypt_autotools.patch} |   3 -
 ... => ucommon-6.0.3-install_gcrypt.m4_file.patch} |   2 -
 ...h => ucommon-6.1.10-disable_rtf_gen_doxy.patch} |   4 +-
 ...patch => ucommon-6.1.10-gcrypt_autotools.patch} |   3 -
 .../files/ucommon-6.3.1-gcrypt_autotools.patch |   8 +-
 dev-libs/ucommon/ucommon-6.0.3.ebuild  |  10 +-
 dev-libs/ucommon/ucommon-6.1.10.ebuild |  10 +-
 dev-libs/ucommon/ucommon-6.3.1.ebuild  |   8 +-
 dev-libs/ucommon/ucommon-6.5.2.ebuild  |   4 +-
 dev-libs/ucommon/ucommon-6.5.7.ebuild  |   4 +-
 12 files changed, 29 insertions(+), 159 deletions(-)

diff --git a/dev-libs/ucommon/files/6.1/install_gcrypt.m4_file.patch 
b/dev-libs/ucommon/files/6.1/install_gcrypt.m4_file.patch
deleted file mode 100644
index 5fb0cc3b878..000
--- a/dev-libs/ucommon/files/6.1/install_gcrypt.m4_file.patch
+++ /dev/null
@@ -1,128 +0,0 @@
-diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4
-new file mode 100644
 /dev/null
-+++ m4/libgcrypt.m4
-@@ -0,0 +1,123 @@
-+dnl Autoconf macros for libgcrypt
-+dnl   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
-+dnl
-+dnl This file is free software; as a special exception the author gives
-+dnl unlimited permission to copy and/or distribute it, with or without
-+dnl modifications, as long as this notice is preserved.
-+dnl
-+dnl This file is distributed in the hope that it will be useful, but
-+dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
-+dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-+
-+
-+dnl AM_PATH_LIBGCRYPT([MINIMUM-VERSION,
-+dnl   [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
-+dnl Test for libgcrypt and define LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS.
-+dnl MINIMUN-VERSION is a string with the version number optionalliy prefixed
-+dnl with the API version to also check the API compatibility. Example:
-+dnl a MINIMUN-VERSION of 1:1.2.5 won't pass the test unless the installed
-+dnl version of libgcrypt is at least 1.2.5 *and* the API number is 1.  Using
-+dnl this features allows to prevent build against newer versions of libgcrypt
-+dnl with a changed API.
-+dnl
-+AC_DEFUN([AM_PATH_LIBGCRYPT],
-+[ AC_ARG_WITH(libgcrypt-prefix,
-+AC_HELP_STRING([--with-libgcrypt-prefix=PFX],
-+   [prefix where LIBGCRYPT is installed (optional)]),
-+ libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="")
-+  if test x$libgcrypt_config_prefix != x ; then
-+ if test x${LIBGCRYPT_CONFIG+set} != xset ; then
-+LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
-+ fi
-+  fi
-+
-+  AC_PATH_TOOL(LIBGCRYPT_CONFIG, libgcrypt-config, no)
-+  tmp=ifelse([$1], ,1:1.2.0,$1)
-+  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
-+ req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'`
-+ min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
-+  else
-+ req_libgcrypt_api=0
-+ min_libgcrypt_version="$tmp"
-+  fi
-+
-+  AC_MSG_CHECKING(for LIBGCRYPT - version >= $min_libgcrypt_version)
-+  ok=no
-+  if test "$LIBGCRYPT_CONFIG" != "no" ; then
-+req_major=`echo $min_libgcrypt_version | \
-+   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
-+req_minor=`echo $min_libgcrypt_version | \
-+   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
-+req_micro=`echo $min_libgcrypt_version | \
-+   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
-+libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
-+major=`echo $libgcrypt_config_version | \
-+   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
-+minor=`echo $libgcrypt_config_version | \
-+   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'`
-+micro=`echo $libgcrypt_config_version | \
-+   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'`
-+if test "$major" -gt "$req_major"; then
-+ok=yes
-+else
-+if test "$major" -eq "$req_major"; then
-+if test "$minor" -gt "$req_minor"; then
-+   ok=yes
-+else
-+   if test "$minor" -eq "$req_minor"; then
-+   if test "$micro" -ge "$req_micro"; then
-+ ok=yes
-+   fi
-+   fi
-+fi
-+  

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

2018-04-13 Thread Sebastian Pipping
commit: bc71e6419f90ed258d1c4e95448a9742e0f8b76d
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Apr 14 00:10:24 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Apr 14 00:10:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71e641

dev-python/ansi2html: 1.4.2

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-python/ansi2html/Manifest   |  1 +
 dev-python/ansi2html/ansi2html-1.4.2.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/ansi2html/Manifest b/dev-python/ansi2html/Manifest
index 8f8632f498a..4422a783d86 100644
--- a/dev-python/ansi2html/Manifest
+++ b/dev-python/ansi2html/Manifest
@@ -1,3 +1,4 @@
 DIST ansi2html-1.1.1.tar.gz 46591 BLAKE2B 
e2eb3d9b2665fd495ee8591a3cbfebcd1d565edec9f8ec6840bed8303bbc094e71b9371f496f5f479da9d61937fb2e4ac4deb485631c2576bed33bfee731fba5
 SHA512 
5f08e6e3e89797f23759da7aac8cbd17e86ffcac37af8db8c345423c69744d88a1517cb0f17dc9c366b509b972484d25877cce8c7466a7a463eea24af17133de
 DIST ansi2html-1.2.0.tar.gz 46748 BLAKE2B 
c5ea7d35640f93562f6098a46dbeff9248e25b6210bfa5e71265d529599eea7713581ef986faa5afefb445492fe09d2170d164a63b2a602c57a79f2c72cbe118
 SHA512 
3106488da19cd093d7ae2a7499a66baf77877f47da0e497791cea2a63079c184f1d36743e78116b3faf08ab145ca97b5774151114b9ca193020578c8a3bdc860
 DIST ansi2html-1.3.0.tar.gz 35989 BLAKE2B 
b2f949e2c559b2da91d3095b4d8ac2091bd15aad46b178a01aa59d4c900917e733f6ab3884d9c4c7c46bfa530936339d9b105a0471a09eb7a01693c43e8a87dd
 SHA512 
73d1b3431e22146c4fe18fef4b05413231d79d627c396d67528d0aa1ab07a7ef4bcfeff56829b85d9fe9ad508599b782318911f7b10d6b9a1bc98780e31389d7
+DIST ansi2html-1.4.2.tar.gz 25485 BLAKE2B 
93f3bbd307b916c9ca60379235600606dbe16f1b6e423d0d2615f7825e92a6d7a8469ae7d60cf5131b4c3431897b3161bfcd2a0327525a332bcd6a6980dad5c9
 SHA512 
29c569839788968ba5a1fed84cc92f40ca88b4135b597815012ea44a44e8b7a3c2259d2d5d5f3cc690400be882236b88c0764a649da5679431501aab0b1c

diff --git a/dev-python/ansi2html/ansi2html-1.4.2.ebuild 
b/dev-python/ansi2html/ansi2html-1.4.2.ebuild
new file mode 100644
index 000..e8c9113901f
--- /dev/null
+++ b/dev-python/ansi2html/ansi2html-1.4.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Convert text with ANSI color codes to HTML"
+HOMEPAGE="https://pypi.python.org/pypi/ansi2html 
https://github.com/ralphbean/ansi2html";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc test"
+
+# They miserably fail.
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
+DEPEND="
+   doc? ( app-text/asciidoc )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+
+src_compile() {
+   use doc && emake man/${PN}.1
+   distutils-r1_src_compile
+}
+
+python_test() {
+   chmod -x "${S}"/tests/* || die
+   esetup.py check
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && doman man/${PN}.1
+   DOCS=( README.rst man/${PN}.1.txt )
+   distutils-r1_python_install_all
+}



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

2018-04-13 Thread Sebastian Pipping
commit: 799b78bd6ae9b2bee1505ed16251ebb0ca619182
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Apr 14 00:03:32 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Apr 14 00:03:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799b78bd

media-libs/babl: 0.1.46

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.46.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 5ad410c3768..4e87d2d4820 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -9,3 +9,4 @@ DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6
 DIST babl-0.1.40.tar.bz2 653272 BLAKE2B 
4e5694db5a6d29c2faeada7046cacc511623bf54794386a47c6403abb2e86cfd5d0953cf9198e8a5cf20060366e770a344a8c8b503c0496d95ce9d92e149a4f6
 SHA512 
73812247bade66ce38cb4239974e94a6ced05e4d9f5feae7eb111ffdf2c364197c0a2d9883ba28f5ff839f9f9ffb9dd272209c4720046c12cf2446fedae34ce1
 DIST babl-0.1.42.tar.bz2 653385 BLAKE2B 
62b33ccafb8bff2e7bbe06ea38692e715defe545b3651988bb160e52283a7080f49ccabc2cf71c7f51160e9a5a12121e4a5953471535e91de08d6733993b84a7
 SHA512 
0c37944d273b3818a7bb316d3086d48966daa6b401b4e6c0cb9ff52c8d69a80d8b632fe236110f376ab107d349fa4383b20f22cac31889ba50e48ab25d5c42d6
 DIST babl-0.1.44.tar.bz2 653829 BLAKE2B 
8014d66886645c67291ffbe218b95bf492512cb80fe4337ffdf714723cc4221850e71c97b8208d4242bb90855e8121047d2c683560d0eba2d0077620acb8395f
 SHA512 
bb86d3676e12217c042464c74e22f9243d3a9c26bf4f78b0df991f40e341e02165e58284077c743489eda69274e3afd4d5b2c5312e28cc290eebaf4e8e86a9e9
+DIST babl-0.1.46.tar.bz2 653887 BLAKE2B 
dacfb2c4761a454012532dd74a31aa425a7aa989a98b9862c69c4f74fe6238a6b4d7af32358711f53c40094c3a0e4995c105a97282418eb30fc78b429c92a605
 SHA512 
a62d78d49565cfb5c3187353f31d7793156ae318e2a29b7430ca08272ea98b9101afb602d73c5cc87bc9f20a4469bc08bf8c6c197529260ae0e41d183f300648

diff --git a/media-libs/babl/babl-0.1.46.ebuild 
b/media-libs/babl/babl-0.1.46.ebuild
new file mode 100644
index 000..8c2968e647f
--- /dev/null
+++ b/media-libs/babl/babl-0.1.46.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+if [[ ${PV} == ** ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="git://git.gnome.org/babl"
+   SRC_URI=""
+else
+   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="A dynamic, any to any, pixel format conversion library"
+HOMEPAGE="http://www.gegl.org/babl/";
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 
cpu_flags_x86_mmx cpu_flags_x86_f16c"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/libtool-2.2
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   [[ ${PV} == ** ]] && eautoreconf
+}
+
+src_configure() {
+   # Automagic rsvg support is just for website generation we do not call,
+   # so we don't need to fix it
+   # w3m is used for dist target thus no issue for us that it is 
automagically
+   # detected
+   econf \
+   --disable-docs \
+   --disable-static \
+   --disable-maintainer-mode \
+   $(use_enable altivec) \
+   $(use_enable cpu_flags_x86_f16c f16c) \
+   $(use_enable cpu_flags_x86_mmx mmx) \
+   $(use_enable cpu_flags_x86_sse sse) \
+   $(use_enable cpu_flags_x86_sse2 sse2) \
+   $(use_enable cpu_flags_x86_sse4_1 sse4_1)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



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

2018-04-13 Thread Andreas Sturmlechner
commit: caa446e5e44d301b301fbcc650ac397db0cf314f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 21:32:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 23:01:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa446e5

media-libs/phonon-vlc: Fix build with Qt 5.11_beta3

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../files/phonon-vlc-0.10.1-qt-5.11.patch  | 32 ++
 media-libs/phonon-vlc/phonon-vlc-0.10.1.ebuild |  2 ++
 2 files changed, 34 insertions(+)

diff --git a/media-libs/phonon-vlc/files/phonon-vlc-0.10.1-qt-5.11.patch 
b/media-libs/phonon-vlc/files/phonon-vlc-0.10.1-qt-5.11.patch
new file mode 100644
index 000..b87a1e17577
--- /dev/null
+++ b/media-libs/phonon-vlc/files/phonon-vlc-0.10.1-qt-5.11.patch
@@ -0,0 +1,32 @@
+From d053719a405ceaea58bffc2f08580875322e4158 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 13 Apr 2018 23:16:52 +0200
+Subject: [PATCH] Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)
+
+Also replace automoc4_add_library with add_library.
+---
+ src/CMakeLists.txt | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 47427b2..f91975e 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -80,8 +80,12 @@ if(APPLE)
+ video/mac/vlcmacwidget.mm)
+ endif(APPLE)
+ 
+-automoc4_add_library(phonon_vlc MODULE ${phonon_vlc_SRCS})
+-qt5_use_modules(phonon_vlc Core Widgets)
++add_library(phonon_vlc MODULE ${phonon_vlc_SRCS})
++if(PHONON_BUILD_PHONON4QT5)
++target_link_libraries(phonon_vlc Qt5::Core Qt5::Widgets)
++else()
++target_link_libraries(phonon_vlc ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
++endif()
+ 
+ set_target_properties(phonon_vlc PROPERTIES
+ PREFIX ""
+-- 
+2.17.0
+

diff --git a/media-libs/phonon-vlc/phonon-vlc-0.10.1.ebuild 
b/media-libs/phonon-vlc/phonon-vlc-0.10.1.ebuild
index 18a2f10173c..9506df8aba4 100644
--- a/media-libs/phonon-vlc/phonon-vlc-0.10.1.ebuild
+++ b/media-libs/phonon-vlc/phonon-vlc-0.10.1.ebuild
@@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
 src_configure() {
local mycmakeargs=( -DPHONON_BUILD_PHONON4QT5=ON )
cmake-utils_src_configure



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

2018-04-13 Thread Andreas Sturmlechner
commit: 4b3032d2c6f882d416e153672660988aa626ce3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 21:02:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 23:01:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3032d2

media-libs/phonon: Fix build with Qt 5.11_beta3

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../phonon/files/phonon-4.10.0-qt-5.11.patch   | 190 +
 media-libs/phonon/phonon-4.10.0.ebuild |   2 +
 2 files changed, 192 insertions(+)

diff --git a/media-libs/phonon/files/phonon-4.10.0-qt-5.11.patch 
b/media-libs/phonon/files/phonon-4.10.0-qt-5.11.patch
new file mode 100644
index 000..f8444b343a4
--- /dev/null
+++ b/media-libs/phonon/files/phonon-4.10.0-qt-5.11.patch
@@ -0,0 +1,190 @@
+From 2670e33c418acdf6c08fd0cf5d238a4d93cc12e6 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 13 Apr 2018 22:35:30 +0200
+Subject: [PATCH] Fix cmake with Qt 5.11_beta3 (dropping qt5_use_modules)
+
+---
+ declarative/CMakeLists.txt  | 10 -
+ demos/metadatareader/CMakeLists.txt |  7 --
+ demos/phota/CMakeLists.txt  |  7 --
+ demos/simplecapture/CMakeLists.txt  |  7 --
+ demos/simpleplayer/CMakeLists.txt   |  7 --
+ designer/CMakeLists.txt | 10 -
+ phonon/CMakeLists.txt   | 33 +
+ phonon/experimental/CMakeLists.txt  |  9 ++--
+ 9 files changed, 57 insertions(+), 58 deletions(-)
+
+diff --git a/declarative/CMakeLists.txt b/declarative/CMakeLists.txt
+index da2d2eb9..cdc1b842 100644
+--- a/declarative/CMakeLists.txt
 b/declarative/CMakeLists.txt
+@@ -19,11 +19,11 @@ set(declarative_SRCS
+ 
+ phonon_add_declarative_plugin(phononqmlplugin ${declarative_SRCS})
+ 
+-target_link_libraries(phononqmlplugin
+-${PHONON_LIBS}
+-)
+-
+-qt5_use_modules(phononqmlplugin Core Gui Declarative)
++if(PHONON_BUILD_PHONON4QT5)
++target_link_libraries(phononqmlplugin Qt5::Core Qt5::Gui Qt5::Declarative 
${PHONON_LIBS})
++else()
++target_link_libraries(phononqmlplugin ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${PHONON_LIBS})
++endif()
+ 
+ install(TARGETS phononqmlplugin DESTINATION 
${PHONON_QT_IMPORTS_INSTALL_DIR}/Phonon)
+ install(FILES ${phonon_QMLS} DESTINATION 
${PHONON_QT_IMPORTS_INSTALL_DIR}/Phonon)
+diff --git a/demos/metadatareader/CMakeLists.txt 
b/demos/metadatareader/CMakeLists.txt
+index a307c071..69e2b3a6 100644
+--- a/demos/metadatareader/CMakeLists.txt
 b/demos/metadatareader/CMakeLists.txt
+@@ -13,5 +13,8 @@ set(metadatareader_SRCS
+ 
+ phonon_add_executable(metadatareader ${metadatareader_SRCS})
+ 
+-qt5_use_modules(metadatareader Core Widgets)
+-target_link_libraries(metadatareader ${PHONON_LIBRARY})
++if(PHONON_BUILD_PHONON4QT5)
++target_link_libraries(metadatareader Qt5::Core Qt5::Widgets 
${PHONON_LIBRARY})
++else()
++target_link_libraries(metadatareader ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY} ${PHONON_LIBRARY})
++endif()
+diff --git a/demos/phota/CMakeLists.txt b/demos/phota/CMakeLists.txt
+index e9a4ee34..aa70cf39 100644
+--- a/demos/phota/CMakeLists.txt
 b/demos/phota/CMakeLists.txt
+@@ -17,5 +17,8 @@ qt5_wrap_ui(phota_SRCS videoeffects.ui)
+ 
+ phonon_add_executable(phota ${phota_SRCS})
+ 
+-qt5_use_modules(phota Core Widgets)
+-target_link_libraries(phota ${PHONON_LIBRARY})
++if(PHONON_BUILD_PHONON4QT5)
++target_link_libraries(phota Qt5::Core Qt5::Widgets ${PHONON_LIBRARY})
++else()
++target_link_libraries(phota ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} 
${PHONON_LIBRARY})
++endif()
+diff --git a/demos/simplecapture/CMakeLists.txt 
b/demos/simplecapture/CMakeLists.txt
+index cd910707..811d29c6 100644
+--- a/demos/simplecapture/CMakeLists.txt
 b/demos/simplecapture/CMakeLists.txt
+@@ -13,5 +13,8 @@ set(simplecapture_SRCS
+ 
+ phonon_add_executable(simplecapture ${simplecapture_SRCS})
+ 
+-qt5_use_modules(simplecapture Core Widgets)
+-target_link_libraries(simplecapture ${PHONON_LIBRARY})
++if(PHONON_BUILD_PHONON4QT5)
++target_link_libraries(simplecapture Qt5::Core Qt5::Widgets 
${PHONON_LIBRARY})
++else()
++target_link_libraries(simplecapture ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY} ${PHONON_LIBRARY})
++endif()
+diff --git a/demos/simpleplayer/CMakeLists.txt 
b/demos/simpleplayer/CMakeLists.txt
+index 3d66c74e..f759224f 100644
+--- a/demos/simpleplayer/CMakeLists.txt
 b/demos/simpleplayer/CMakeLists.txt
+@@ -13,5 +13,8 @@ set(simpleplayer_SRCS
+ 
+ phonon_add_executable(simpleplayer ${simpleplayer_SRCS})
+ 
+-qt5_use_modules(simpleplayer Core Widgets)
+-target_link_libraries(simpleplayer ${PHONON_LIBRARY})
++if(PHONON_BUILD_PHONON4QT5)
++target_link_libraries(simpleplayer Qt5::Core Qt5::Widgets 
${PHONON_LIBRARY})
++else()
++target_link_libraries(simpleplayer ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY} ${PHONON_LIBRARY})
++endif()
+diff --git a/designer/CMakeLists.txt

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

2018-04-13 Thread Andreas Sturmlechner
commit: 55e92020241c75ab99daf2662062cc14709ddb36
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 21:53:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 23:01:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e92020

media-libs/phonon-gstreamer: Fix build with Qt 5.11_beta3

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../files/phonon-gstreamer-4.9.0-qt-5.11.patch | 62 ++
 .../phonon-gstreamer-4.9.0-r2.ebuild   |  2 +
 2 files changed, 64 insertions(+)

diff --git 
a/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-qt-5.11.patch 
b/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-qt-5.11.patch
new file mode 100644
index 000..1e500058cf3
--- /dev/null
+++ b/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.9.0-qt-5.11.patch
@@ -0,0 +1,62 @@
+From 38532b45ea32d5355cc19ff32ef69c2f462cad5d Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 13 Apr 2018 23:47:34 +0200
+Subject: [PATCH] Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)
+
+Also replace automoc4_add_library with add_library.
+---
+ gstreamer/CMakeLists.txt | 26 +++---
+ 1 file changed, 15 insertions(+), 11 deletions(-)
+
+diff --git a/gstreamer/CMakeLists.txt b/gstreamer/CMakeLists.txt
+index cb01285c..4536d042 100644
+--- a/gstreamer/CMakeLists.txt
 b/gstreamer/CMakeLists.txt
+@@ -104,18 +104,26 @@ if (BUILD_X11RENDERER)
+   add_definitions(-DBUILD_X11RENDERER)
+ endif()
+ 
+-automoc4_add_library(phonon_gstreamer MODULE ${phonon_gstreamer_SRCS})
++add_library(phonon_gstreamer MODULE ${phonon_gstreamer_SRCS})
+ set_target_properties(phonon_gstreamer PROPERTIES
+  PREFIX ""
+  AUTOMOC_MOC_OPTIONS ${AUTOMOC_MOC_OPTIONS}
+ )
+ 
+-qt5_use_modules(phonon_gstreamer Core Widgets)
+-
+-if(Qt5X11Extras_FOUND)
+-  qt5_use_modules(phonon_gstreamer X11Extras)
+-  target_link_libraries(phonon_gstreamer Qt5::X11Extras)
+-endif(Qt5X11Extras_FOUND)
++if(PHONON_BUILD_PHONON4QT5)
++target_link_libraries(phonon_gstreamer Qt5::Core Qt5::Widgets)
++if(Qt5X11Extras_FOUND)
++target_link_libraries(phonon_gstreamer Qt5::X11Extras)
++endif()
++if(OPENGL_FOUND)
++target_link_libraries(phonon_gstreamer Qt5::OpenGL 
${OPENGL_gl_LIBRARY})
++endif()
++else()
++target_link_libraries(phonon_gstreamer ${QT_QTCORE_LIBRARY} 
${QT_QTGUI_LIBRARY})
++if(OPENGL_FOUND)
++target_link_libraries(phonon_gstreamer ${QT_QTOPENGL_LIBRARY} 
${OPENGL_gl_LIBRARY})
++endif()
++endif()
+ 
+ target_link_libraries(phonon_gstreamer
+   ${PHONON_LIBRARY}
+@@ -126,10 +134,6 @@ target_link_libraries(phonon_gstreamer
+ if(USE_INSTALL_PLUGIN)
+target_link_libraries(phonon_gstreamer 
${GSTREAMER_PLUGIN_PBUTILS_LIBRARIES})
+ endif(USE_INSTALL_PLUGIN)
+-if(OPENGL_FOUND)
+-  qt5_use_modules(phonon_gstreamer OpenGL)
+-  target_link_libraries(phonon_gstreamer ${OPENGL_gl_LIBRARY})
+-endif(OPENGL_FOUND)
+ 
+ install(TARGETS phonon_gstreamer DESTINATION ${BACKEND_INSTALL_DIR})
+ 
+-- 
+2.17.0
+

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r2.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r2.ebuild
index cf14d133e9d..67c68221168 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r2.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r2.ebuild
@@ -42,6 +42,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
 src_configure() {
local mycmakeargs=( -DPHONON_BUILD_PHONON4QT5=ON )
cmake-utils_src_configure



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

2018-04-13 Thread Aaron Bauman
commit: 7ea0b87c1c7252ad028ca61c654ed55588a6a9b6
Author: Diogo Pereira  gmail  com>
AuthorDate: Fri Apr 13 17:26:37 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:49:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea0b87c

net-misc/remmina: libressl support

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild 
b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
index a22b139b953..de9c84cd0f3 100644
--- a/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
+++ b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
@@ -14,12 +14,11 @@ 
SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy vnc zeroconf"
+IUSE="ayatana crypt rdp gnome-keyring libressl nls spice ssh telepathy vnc 
zeroconf"
 
 CDEPEND="
dev-libs/glib:2
dev-libs/json-glib
-   dev-libs/openssl:0
x11-libs/gdk-pixbuf
x11-libs/gtk+:3
x11-libs/libX11
@@ -28,6 +27,8 @@ CDEPEND="
crypt? ( dev-libs/libgcrypt:0= )
rdp? ( >=net-misc/freerdp-2.0.0_rc0 )
gnome-keyring? ( app-crypt/libsecret )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
spice? ( net-misc/spice-gtk[gtk3] )
ssh? ( net-libs/libssh[sftp]
x11-libs/vte:2.91 )



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

2018-04-13 Thread Aaron Bauman
commit: 24b641d945e520bd9a8e31b19c70d5520aeda7f2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 13 23:48:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:49:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b641d9

net-misc/remmina: add net-libs/libsoup dependency

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild 
b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
index de9c84cd0f3..6a083c93c02 100644
--- a/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
+++ b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
@@ -38,6 +38,7 @@ CDEPEND="
 "
 DEPEND="${CDEPEND}
dev-util/intltool
+   net-libs/libsoup
virtual/pkgconfig
nls? ( sys-devel/gettext )
 "



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

2018-04-13 Thread Aaron Bauman
commit: 442c4e91fd8fb239ec29ede4f939fb6782b1ecce
Author: Diogo Pereira  gmail  com>
AuthorDate: Thu Apr 12 11:01:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:49:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442c4e91

net-misc/remmina: depend on dev-libs/json-glib

Closes: https://bugs.gentoo.org/652996
Reported-by: Sergey S. Starikoff  yandex.ru>
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7951

 .../remmina/{remmina-1.2.0_rc29.ebuild => remmina-1.2.0_rc29-r1.ebuild}  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/remmina/remmina-1.2.0_rc29.ebuild 
b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
similarity index 99%
rename from net-misc/remmina/remmina-1.2.0_rc29.ebuild
rename to net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
index 15b7089b74a..a22b139b953 100644
--- a/net-misc/remmina/remmina-1.2.0_rc29.ebuild
+++ b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild
@@ -18,6 +18,7 @@ IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy 
vnc zeroconf"
 
 CDEPEND="
dev-libs/glib:2
+   dev-libs/json-glib
dev-libs/openssl:0
x11-libs/gdk-pixbuf
x11-libs/gtk+:3



[gentoo-commits] proj/kde:master commit in: kde-apps/ksystemlog/, kde-apps/ksystemlog/files/

2018-04-13 Thread Andreas Sturmlechner
commit: 9ddde11f7b9b63ddebe1f5608077dcfe53e0d735
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 23:27:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 23:27:18 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ddde11f

kde-apps/ksystemlog: Fix build with Qt 5.11_beta3

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../files/ksystemlog-18.04.0-qt-5.11.patch | 32 ++
 kde-apps/ksystemlog/ksystemlog-18.04.0.ebuild  |  2 ++
 2 files changed, 34 insertions(+)

diff --git a/kde-apps/ksystemlog/files/ksystemlog-18.04.0-qt-5.11.patch 
b/kde-apps/ksystemlog/files/ksystemlog-18.04.0-qt-5.11.patch
new file mode 100644
index 00..efed562efe
--- /dev/null
+++ b/kde-apps/ksystemlog/files/ksystemlog-18.04.0-qt-5.11.patch
@@ -0,0 +1,32 @@
+From 3ab2bd7564bcb9518892704e47634053875fac14 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sat, 14 Apr 2018 01:18:05 +0200
+Subject: [PATCH] Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)
+
+---
+ src/lib/CMakeLists.txt | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
+index 5cabcba..30b97f0 100644
+--- a/src/lib/CMakeLists.txt
 b/src/lib/CMakeLists.txt
+@@ -49,7 +49,8 @@ add_dependencies(
+ 
+ target_link_libraries(ksystemlog_lib
+ ksystemlog_config
+-
++Qt5::Widgets
++Qt5::PrintSupport
+ KF5::I18n
+ KF5::Archive
+ KF5::ConfigWidgets
+@@ -58,5 +59,3 @@ target_link_libraries(ksystemlog_lib
+ KF5::KIOCore
+ KF5::Completion
+ )
+-
+-qt5_use_modules(ksystemlog_lib Widgets PrintSupport)
+-- 
+2.17.0
+

diff --git a/kde-apps/ksystemlog/ksystemlog-18.04.0.ebuild 
b/kde-apps/ksystemlog/ksystemlog-18.04.0.ebuild
index 613a2eccdf..0c60ccb040 100644
--- a/kde-apps/ksystemlog/ksystemlog-18.04.0.ebuild
+++ b/kde-apps/ksystemlog/ksystemlog-18.04.0.ebuild
@@ -37,6 +37,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
 src_prepare() {
kde5_src_prepare
 



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

2018-04-13 Thread Mike Pagano
commit: e56f20054ae3476eea4b1d29afa21d311990ab73
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 13 23:30:29 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 13 23:31:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56f2005

sys-kernel/gentoo-sources: Linux patch 4.9.94

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.94.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1ea668972df..c01d250f42d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -109,6 +109,9 @@ DIST genpatches-4.9-95.extras.tar.xz 17360 BLAKE2B 
67ce70cd81e6a09636e94cdab628d
 DIST genpatches-4.9-96.base.tar.xz 1813704 BLAKE2B 
43236fbdf22137a2f98c617919e3a21208cf7269a5d5e51d705734610e348f443b57677e3c00aa1d75a73c68314de537252eb24bd23cf83e8d7de05c2f111526
 SHA512 
c8275aad26fce06c6f8286d4341964031aaa5308ee4e0396fde48f3abbc97fc47db6bcc67764ba424dbed6d93fcc935f07831c20c5dada21acdd9e2d9575a5d8
 DIST genpatches-4.9-96.experimental.tar.xz 106408 BLAKE2B 
a959d2df5d348d1dac693e9e99169f7f87a0234cd45e4a7b8f77e5d446cb844ed210ae64e7d5f50239e5d4e1d55da67ab740cf803d428a683d23ac481731ce80
 SHA512 
aa23d0364460a82382f6554416019ae1bec6fb61e3dc18ed2c9366b25f47fac447c30ba5316b5b627e041710cfd33d8411c998bba1e5e9ace722aca304ce9816
 DIST genpatches-4.9-96.extras.tar.xz 17352 BLAKE2B 
ab1643d3b767b33a4f0cf1d5de5fd373d7de89f2eec1d0c626cab8155b057d18667f614bc1cf29926e5c55538ed4570ef9c25aef171f13d8c86fb3aa130174d7
 SHA512 
7a56e5b5108ed398696e220c25859ac1a5a9e02afac6659977f1c38b8d0731ee9b8455654d3e5d03e50f188ea0eaf2e8714435eb241a4bb7fdc6f2b273859661
+DIST genpatches-4.9-97.base.tar.xz 1878300 BLAKE2B 
99286c50eacd1a0617c2438128cba28f1021c8221dc1596269eaa3e3fe6659f269a81213f9b79dba049e9e89b1080f4757ea9aec34ccbff52d05be267f117463
 SHA512 
d4194da73ca074b8e084a29920c8c3d135782f9594a7c081246e45d527f256ddb9de373d5151b648738bd0cbffa4caa60b5ef3bd7a3713b67a0ffb8e85283c77
+DIST genpatches-4.9-97.experimental.tar.xz 106360 BLAKE2B 
c2652eec67bb1f75382fc56dc45adfe731a5dbbc07829da299c4cb5982c3736dbb9a87e442930d301a23b6963df832b88850994c3b583e612d96a244e40b11d3
 SHA512 
66525ae06578d347f795eabf044081569e69039f4a45feab65bfe16abe1fdfc818389386be8ffd2b44ab74f2800c3a7db51e02aed3f2fa15bca12d1fa0e0
+DIST genpatches-4.9-97.extras.tar.xz 17348 BLAKE2B 
fdd9d8ab8cc5093bae4bab3046c3e6d5d4e71445945c2ced46373edf2d93245a3adcb038fee747a07f8f496f6603bf53a0bb5d1ca616223cfd6e7982c89160a3
 SHA512 
e16e927946ed77fe3e91eac80f0abcf92a00293422b706e8cf674f47ab3096577934ee2e930a030c74e69d7908673c74aa60aba7d54b90b82cb51aef73fa53f2
 DIST linux-4.1.tar.xz 83017828 BLAKE2B 
d1dc4e458db191f16306b3d2d7eb60ef5e04307406c769cccdd88beb407f8de228ab1f095a44d6e992b06d01cd896fda31dec1cdf16667f4ca0b628da594aee3
 SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.15.tar.xz 102181404 BLAKE2B 
5fd831356c2174d2779ab31033caec6929b2f47857f0bb82ef43ad1140c639d0dc5553e64d062f67486eeff780d5df8d971051fd5a626b51bed170067fea11e0
 SHA512 
c00d92659df815a53dcac7dde145b742b1f20867d380c07cb09ddb3295d6ff10f8931b21ef0b09d7156923a3957b39d74d87c883300173b2e20690d2b4ec35ea

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.94.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.94.ebuild
new file mode 100644
index 000..c2a258bc6ae
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.94.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="97"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2018-04-13 Thread Aaron Bauman
commit: 6e652e16df48626ff61127c15e53e5844611e292
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr 10 23:58:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e652e16

mail-mta/postfix: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 mail-mta/postfix/postfix-3.2.5-r1.ebuild| 2 +-
 mail-mta/postfix/postfix-3.2.5.ebuild   | 2 +-
 mail-mta/postfix/postfix-3.3.0.ebuild   | 2 +-
 mail-mta/postfix/postfix-3.4_pre20180404.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-mta/postfix/postfix-3.2.5-r1.ebuild 
b/mail-mta/postfix/postfix-3.2.5-r1.ebuild
index b0281e5622f..20f11ae067a 100644
--- a/mail-mta/postfix/postfix-3.2.5-r1.ebuild
+++ b/mail-mta/postfix/postfix-3.2.5-r1.ebuild
@@ -284,7 +284,7 @@ pkg_postinst() {
ewarn
fi
 
-   # check and fix file permissions 
+   # check and fix file permissions
"${EROOT}"/usr/sbin/postfix set-permissions 2>/dev/null
 
# configure tls

diff --git a/mail-mta/postfix/postfix-3.2.5.ebuild 
b/mail-mta/postfix/postfix-3.2.5.ebuild
index 38d277108f7..b3f6887b50a 100644
--- a/mail-mta/postfix/postfix-3.2.5.ebuild
+++ b/mail-mta/postfix/postfix-3.2.5.ebuild
@@ -284,7 +284,7 @@ pkg_postinst() {
ewarn
fi
 
-   # check and fix file permissions 
+   # check and fix file permissions
"${EROOT}"/usr/sbin/postfix set-permissions 2>/dev/null
 
# configure tls

diff --git a/mail-mta/postfix/postfix-3.3.0.ebuild 
b/mail-mta/postfix/postfix-3.3.0.ebuild
index 713a09c4892..517cc59b64e 100644
--- a/mail-mta/postfix/postfix-3.3.0.ebuild
+++ b/mail-mta/postfix/postfix-3.3.0.ebuild
@@ -284,7 +284,7 @@ pkg_postinst() {
ewarn
fi
 
-   # check and fix file permissions 
+   # check and fix file permissions
"${EROOT}"/usr/sbin/postfix set-permissions 2>/dev/null
 
# configure tls

diff --git a/mail-mta/postfix/postfix-3.4_pre20180404.ebuild 
b/mail-mta/postfix/postfix-3.4_pre20180404.ebuild
index da614afc563..3d763629f82 100644
--- a/mail-mta/postfix/postfix-3.4_pre20180404.ebuild
+++ b/mail-mta/postfix/postfix-3.4_pre20180404.ebuild
@@ -284,7 +284,7 @@ pkg_postinst() {
ewarn
fi
 
-   # check and fix file permissions 
+   # check and fix file permissions
"${EROOT}"/usr/sbin/postfix set-permissions 2>/dev/null
 
# configure tls



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

2018-04-13 Thread Aaron Bauman
commit: a80d2a12819a18205faac750610c9be900817919
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr 11 00:01:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80d2a12

sys-apps/lm_sensors: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild | 8 
 sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild 
b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild
index f543e8be3a7..e6332a2325c 100644
--- a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild
+++ b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.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"
@@ -113,10 +113,10 @@ multilib_src_configure() {
if multilib_is_native_abi && use sensord; then
# sensord requires net-analyzer/rrdtool which doesn't have real 
multilib
# support. To prevent errors like
-   # 
-   #   skipping incompatible /usr/lib/librrd.so when searching for 
-lrrd 
+   #
+   #   skipping incompatible /usr/lib/librrd.so when searching for 
-lrrd
#   cannot find -lrrd
-   # 
+   #
# we only build sensord when we are building for profile's 
native ABI
# (it doesn't affect libsensors.so).
sed -i -e 's:^#\(PROG_EXTRA.*\):\1:' Makefile || \

diff --git a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild 
b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild
index bd41a3e2dda..80eebd78ae5 100644
--- a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild
+++ b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild
@@ -113,10 +113,10 @@ multilib_src_configure() {
if multilib_is_native_abi && use sensord; then
# sensord requires net-analyzer/rrdtool which doesn't have real 
multilib
# support. To prevent errors like
-   # 
-   #   skipping incompatible /usr/lib/librrd.so when searching for 
-lrrd 
+   #
+   #   skipping incompatible /usr/lib/librrd.so when searching for 
-lrrd
#   cannot find -lrrd
-   # 
+   #
# we only build sensord when we are building for profile's 
native ABI
# (it doesn't affect libsensors.so).
sed -i -e 's:^#\(PROG_EXTRA.*\):\1:' Makefile || \



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

2018-04-13 Thread Aaron Bauman
commit: 4a07323dc3a3d95b66e25e960d03cf2ead2fa0df
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr 10 23:53:48 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a07323d

net-fs/samba: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-fs/samba/samba-4.5.16.ebuild | 2 +-
 net-fs/samba/samba-4.6.14.ebuild | 2 +-
 net-fs/samba/samba-4.7.6.ebuild  | 2 +-
 net-fs/samba/samba-4.8.0.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-fs/samba/samba-4.5.16.ebuild b/net-fs/samba/samba-4.5.16.ebuild
index 373028cee2c..da3ffbe0ded 100644
--- a/net-fs/samba/samba-4.5.16.ebuild
+++ b/net-fs/samba/samba-4.5.16.ebuild
@@ -146,7 +146,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-   # when specifying libs for samba build you must append NONE to the end 
to 
+   # when specifying libs for samba build you must append NONE to the end 
to
# stop it automatically including things
local bundled_libs="NONE"
if ! use system-heimdal && ! use system-mitkrb5 ; then

diff --git a/net-fs/samba/samba-4.6.14.ebuild b/net-fs/samba/samba-4.6.14.ebuild
index 8f75ac18b7b..e12d8c119d6 100644
--- a/net-fs/samba/samba-4.6.14.ebuild
+++ b/net-fs/samba/samba-4.6.14.ebuild
@@ -164,7 +164,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-   # when specifying libs for samba build you must append NONE to the end 
to 
+   # when specifying libs for samba build you must append NONE to the end 
to
# stop it automatically including things
local bundled_libs="NONE"
if ! use system-heimdal && ! use system-mitkrb5 ; then

diff --git a/net-fs/samba/samba-4.7.6.ebuild b/net-fs/samba/samba-4.7.6.ebuild
index b9cff1dabea..48e53c45e32 100644
--- a/net-fs/samba/samba-4.7.6.ebuild
+++ b/net-fs/samba/samba-4.7.6.ebuild
@@ -172,7 +172,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-   # when specifying libs for samba build you must append NONE to the end 
to 
+   # when specifying libs for samba build you must append NONE to the end 
to
# stop it automatically including things
local bundled_libs="NONE"
if ! use system-heimdal && ! use system-mitkrb5 ; then

diff --git a/net-fs/samba/samba-4.8.0.ebuild b/net-fs/samba/samba-4.8.0.ebuild
index 8ffa5d8d74b..fe842587774 100644
--- a/net-fs/samba/samba-4.8.0.ebuild
+++ b/net-fs/samba/samba-4.8.0.ebuild
@@ -171,7 +171,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-   # when specifying libs for samba build you must append NONE to the end 
to 
+   # when specifying libs for samba build you must append NONE to the end 
to
# stop it automatically including things
local bundled_libs="NONE"
if ! use system-heimdal && ! use system-mitkrb5 ; then



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

2018-04-13 Thread Aaron Bauman
commit: 95c9dc165fc3e37ed5fccfda379884bc840aef2d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 12:59:07 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c9dc16

dev-libs/libedit: use HTTPS

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

 dev-libs/libedit/libedit-20130712.3.1.ebuild | 4 ++--
 dev-libs/libedit/libedit-20170329.3.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libedit/libedit-20130712.3.1.ebuild 
b/dev-libs/libedit/libedit-20130712.3.1.ebuild
index b7684094719..6bf68ac10f6 100644
--- a/dev-libs/libedit/libedit-20130712.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20130712.3.1.ebuild
@@ -9,8 +9,8 @@ MY_PV=$(get_major_version)-$(get_after_major_version)
 MY_P=${PN}-${MY_PV}
 
 DESCRIPTION="BSD replacement for libreadline"
-HOMEPAGE="http://www.thrysoee.dk/editline/";
-SRC_URI="http://www.thrysoee.dk/editline/${MY_P}.tar.gz";
+HOMEPAGE="https://thrysoee.dk/editline/";
+SRC_URI="https://thrysoee.dk/editline/${MY_P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"

diff --git a/dev-libs/libedit/libedit-20170329.3.1.ebuild 
b/dev-libs/libedit/libedit-20170329.3.1.ebuild
index 5cd63e9cf41..5b54982ca09 100644
--- a/dev-libs/libedit/libedit-20170329.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20170329.3.1.ebuild
@@ -8,8 +8,8 @@ MY_PV=${PV/./-}
 MY_P=${PN}-${MY_PV}
 
 DESCRIPTION="BSD replacement for libreadline"
-HOMEPAGE="http://thrysoee.dk/editline/";
-SRC_URI="http://thrysoee.dk/editline/${MY_P}.tar.gz";
+HOMEPAGE="https://thrysoee.dk/editline/";
+SRC_URI="https://thrysoee.dk/editline/${MY_P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"



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

2018-04-13 Thread Aaron Bauman
commit: ac8a1328960d08924debbe349ee653e53256a6f8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 08:19:14 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8a1328

net-dns/bind: remove unused patch

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

 .../bind/files/bind-9.11.0_p5-dyndb-dlopen.patch   | 97 --
 1 file changed, 97 deletions(-)

diff --git a/net-dns/bind/files/bind-9.11.0_p5-dyndb-dlopen.patch 
b/net-dns/bind/files/bind-9.11.0_p5-dyndb-dlopen.patch
deleted file mode 100644
index 5fc8f3c1889..000
--- a/net-dns/bind/files/bind-9.11.0_p5-dyndb-dlopen.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-From ae903759c205f8a5039458d780c0e0c4442b7291 Mon Sep 17 00:00:00 2001
-From: Mark Andrews 
-Date: Tue, 30 May 2017 11:31:34 +1000
-Subject: [PATCH] 4530.   [bug]   "dyndb" is dependent on dlopen
- existing / being enabled. [RT #45291]
-
-From aa3a8979bc7eb1596d044eff572b3c35310584fa Mon Sep 17 00:00:00 2001
-From: Mark Andrews 
-Date: Tue, 30 May 2017 11:34:37 +1000
-Subject: [PATCH] 4530.   [bug]   "dyndb" is dependent on dlopen
- existing / being enabled. [RT #45291]
-
-diff --git a/lib/dns/dyndb.c b/lib/dns/dyndb.c
-index a477508..dec68a7 100644
 a/lib/dns/dyndb.c
-+++ b/lib/dns/dyndb.c
-@@ -80,7 +80,7 @@ impfind(const char *name) {
-   return (NULL);
- }
- 
--#if HAVE_DLFCN_H
-+#if HAVE_DLFCN_H && HAVE_DLOPEN
- static isc_result_t
- load_symbol(void *handle, const char *filename,
-   const char *symbol_name, void **symbolp)
 a/bin/named/server.c
-+++ b/bin/named/server.c
-@@ -1496,6 +1496,7 @@ configure_peer(const cfg_obj_t *cpeer, isc_mem_t *mctx, 
dns_peer_t **peerp) {
-   return (result);
- }
- 
-+#ifdef HAVE_DLOPEN
- static isc_result_t
- configure_dyndb(const cfg_obj_t *dyndb, isc_mem_t *mctx,
-   const dns_dyndbctx_t *dctx)
-@@ -1521,6 +1522,7 @@ configure_dyndb(const cfg_obj_t *dyndb, isc_mem_t *mctx,
- name, isc_result_totext(result));
-   return (result);
- }
-+#endif
- 
- 
- static isc_result_t
-@@ -4669,6 +4671,7 @@ configure_view(dns_view_t *view, dns_viewlist_t 
*viewlist,
-   else
-   (void)cfg_map_get(config, "dyndb", &dyndb_list);
- 
-+#ifdef HAVE_DLOPEN
-   for (element = cfg_list_first(dyndb_list);
-element != NULL;
-element = cfg_list_next(element))
-@@ -4686,6 +4689,7 @@ configure_view(dns_view_t *view, dns_viewlist_t 
*viewlist,
- 
-   CHECK(configure_dyndb(dyndb, mctx, dctx));
-   }
-+#endif
- 
-   /*
-* Setup automatic empty zones.  If recursion is off then
-diff --git a/lib/bind9/check.c b/lib/bind9/check.c
-index 097dd96..99b995c 100644
 a/lib/bind9/check.c
-+++ b/lib/bind9/check.c
-@@ -2988,6 +2988,9 @@ check_viewconf(const cfg_obj_t *config, const cfg_obj_t 
*voptions,
- {
-   const cfg_obj_t *zones = NULL;
-   const cfg_obj_t *keys = NULL;
-+#ifndef HAVE_DLOPEN
-+  const cfg_obj_t *dyndb = NULL;
-+#endif
-   const cfg_listelt_t *element, *element2;
-   isc_symtab_t *symtab = NULL;
-   isc_result_t result = ISC_R_SUCCESS;
-@@ -3041,6 +3044,20 @@ check_viewconf(const cfg_obj_t *config, const cfg_obj_t 
*voptions,
-   result = ISC_R_FAILURE;
-   }
- 
-+#ifndef HAVE_DLOPEN
-+  if (voptions != NULL)
-+  (void)cfg_map_get(voptions, "dyndb", &dyndb);
-+  else
-+  (void)cfg_map_get(config, "dyndb", &dyndb);
-+
-+  if (dyndb != NULL) {
-+  cfg_obj_log(dyndb, logctx, ISC_LOG_ERROR,
-+  "dynamic loading of databases is not supported");
-+  if (tresult != ISC_R_SUCCESS)
-+  result = ISC_R_NOTIMPLEMENTED;
-+  }
-+#endif
-+
-   /*
-* Check that the response-policy and catalog-zones options
-* refer to zones that exist.
--- 
-2.9.0
-



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libxsd-frontend/

2018-04-13 Thread Aaron Bauman
commit: 4abe2dc8a1ebb3ba262d6b8aa47252c026e412b5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 11:29:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abe2dc8

dev-cpp/libxsd-frontend: use HTTPS

 dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild 
b/dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild
index c456de58e93..1152c229155 100644
--- a/dev-cpp/libxsd-frontend/libxsd-frontend-2.0.0.ebuild
+++ b/dev-cpp/libxsd-frontend/libxsd-frontend-2.0.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=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs versionator
 
 DESCRIPTION="A compiler frontend for the W3C XML Schema definition language"
-HOMEPAGE="http://www.codesynthesis.com/projects/libxsd-frontend/";
-SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
+HOMEPAGE="https://www.codesynthesis.com/projects/libxsd-frontend/";
+SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"



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

2018-04-13 Thread Aaron Bauman
commit: 06cb9e98a710b9f16ad357343d90534a87890df7
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr 11 00:02:06 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cb9e98

sys-apps/inxi: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/sys-apps/inxi/inxi-2.3.56.ebuild b/sys-apps/inxi/inxi-2.3.56.ebuild
index f07ed4edeaf..c94b899058f 100644
--- a/sys-apps/inxi/inxi-2.3.56.ebuild
+++ b/sys-apps/inxi/inxi-2.3.56.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 MY_COMMIT="803a4595658f28decd236c6f8660841abc336cea"
 # ^^ because upstream refuses to tag commits with version numbers
-# 2.3.56 is the last version with no tagged release. 
+# 2.3.56 is the last version with no tagged release.
 # It is also the last bash-based release.
 
 DESCRIPTION="The CLI inxi collects and prints hardware and system information"



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

2018-04-13 Thread Aaron Bauman
commit: 27751a7ece561ace4571c6f427d031134969b82f
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr 11 00:00:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27751a7e

dev-ruby/ruby-termios: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild 
b/dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild
index d4d72edadfa..f57424c9990 100644
--- a/dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild
+++ b/dev-ruby/ruby-termios/ruby-termios-1.0.2-r1.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md termios.rd"
 
-# There are no tests in the gem, and the upstream tests only work 
+# There are no tests in the gem, and the upstream tests only work
 # with a normal TTY, bug 340575.
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2018-04-13 Thread Aaron Bauman
commit: 4b00171b275c1ccfb51a65aca16cd0a59ebbe259
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr 10 23:52:22 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b00171b

sys-libs/glibc: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-libs/glibc/glibc-2.19-r2.ebuild | 4 ++--
 sys-libs/glibc/glibc-2.27-r1.ebuild | 4 ++--
 sys-libs/glibc/glibc-.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild 
b/sys-libs/glibc/glibc-2.19-r2.ebuild
index e4a5ff90de6..1b071fb4d3d 100644
--- a/sys-libs/glibc/glibc-2.19-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.19-r2.ebuild
@@ -116,8 +116,8 @@ alt_prefix() {
is_crosscompile && echo /usr/${CTARGET}
 }
 
-# We need to be able to set alternative headers for compiling for non-native 
-# platform. Will also become useful for testing kernel-headers without 
screwing 
+# We need to be able to set alternative headers for compiling for non-native
+# platform. Will also become useful for testing kernel-headers without screwing
 # up the whole system.
 alt_headers() {
echo ${ALT_HEADERS:=$(alt_prefix)/usr/include}

diff --git a/sys-libs/glibc/glibc-2.27-r1.ebuild 
b/sys-libs/glibc/glibc-2.27-r1.ebuild
index 017249c804f..fe60c1f83c3 100644
--- a/sys-libs/glibc/glibc-2.27-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.27-r1.ebuild
@@ -116,8 +116,8 @@ alt_prefix() {
is_crosscompile && echo /usr/${CTARGET}
 }
 
-# We need to be able to set alternative headers for compiling for non-native 
-# platform. Will also become useful for testing kernel-headers without 
screwing 
+# We need to be able to set alternative headers for compiling for non-native
+# platform. Will also become useful for testing kernel-headers without screwing
 # up the whole system.
 alt_headers() {
echo ${ALT_HEADERS:=$(alt_prefix)/usr/include}

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 100724cc841..2e5552b3dcc 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -116,8 +116,8 @@ alt_prefix() {
is_crosscompile && echo /usr/${CTARGET}
 }
 
-# We need to be able to set alternative headers for compiling for non-native 
-# platform. Will also become useful for testing kernel-headers without 
screwing 
+# We need to be able to set alternative headers for compiling for non-native
+# platform. Will also become useful for testing kernel-headers without screwing
 # up the whole system.
 alt_headers() {
echo ${ALT_HEADERS:=$(alt_prefix)/usr/include}



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

2018-04-13 Thread Aaron Bauman
commit: 8526ec241a7e2ab87547b4b789e9ad9e86e32b5b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 11:30:56 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8526ec24

dev-libs/boost: use HTTPS

 dev-libs/boost/boost-1.63.0.ebuild | 2 +-
 dev-libs/boost/boost-1.65.0.ebuild | 2 +-
 dev-libs/boost/boost-1.66.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/boost/boost-1.63.0.ebuild 
b/dev-libs/boost/boost-1.63.0.ebuild
index 391581e396a..4f43846220f 100644
--- a/dev-libs/boost/boost-1.63.0.ebuild
+++ b/dev-libs/boost/boost-1.63.0.ebuild
@@ -10,7 +10,7 @@ MY_P="${PN}_$(replace_all_version_separators _)"
 MAJOR_V="$(get_version_component_range 1-2)"
 
 DESCRIPTION="Boost Libraries for C++"
-HOMEPAGE="http://www.boost.org/";
+HOMEPAGE="https://www.boost.org/";
 
SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar.bz2";
 
 LICENSE="Boost-1.0"

diff --git a/dev-libs/boost/boost-1.65.0.ebuild 
b/dev-libs/boost/boost-1.65.0.ebuild
index ad8b7f49f34..837f83b5b20 100644
--- a/dev-libs/boost/boost-1.65.0.ebuild
+++ b/dev-libs/boost/boost-1.65.0.ebuild
@@ -10,7 +10,7 @@ MY_P="${PN}_$(replace_all_version_separators _)"
 MAJOR_V="$(get_version_component_range 1-2)"
 
 DESCRIPTION="Boost Libraries for C++"
-HOMEPAGE="http://www.boost.org/";
+HOMEPAGE="https://www.boost.org/";
 
SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar.bz2";
 
 LICENSE="Boost-1.0"

diff --git a/dev-libs/boost/boost-1.66.0.ebuild 
b/dev-libs/boost/boost-1.66.0.ebuild
index 4f28b76a848..7cec3890e28 100644
--- a/dev-libs/boost/boost-1.66.0.ebuild
+++ b/dev-libs/boost/boost-1.66.0.ebuild
@@ -10,7 +10,7 @@ MY_P="${PN}_$(replace_all_version_separators _)"
 MAJOR_V="$(get_version_component_range 1-2)"
 
 DESCRIPTION="Boost Libraries for C++"
-HOMEPAGE="http://www.boost.org/";
+HOMEPAGE="https://www.boost.org/";
 
SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar.bz2";
 
 LICENSE="Boost-1.0"



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

2018-04-13 Thread Aaron Bauman
commit: 722cf2e69dfac6b7657f7be9ee0ffe6a17f03b35
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr 10 23:59:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722cf2e6

dev-db/unixODBC: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild | 2 +-
 dev-db/unixODBC/unixODBC-2.3.5.ebuild| 2 +-
 dev-db/unixODBC/unixODBC-2.3.6.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild
index e8c514a225d..a4ba391c6e1 100644
--- a/dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild
@@ -53,7 +53,7 @@ multilib_src_install_all() {
einstalldocs
 
if use odbcmanual ; then
-   # We could simply run "make install-html" if we'd not had 
+   # We could simply run "make install-html" if we'd not had
# out-of-source builds here.
docinto html
dodoc -r doc/.

diff --git a/dev-db/unixODBC/unixODBC-2.3.5.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.5.ebuild
index de06a4496d0..ecd0f80dce2 100644
--- a/dev-db/unixODBC/unixODBC-2.3.5.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.5.ebuild
@@ -49,7 +49,7 @@ multilib_src_install_all() {
einstalldocs
 
if use odbcmanual ; then
-   # We could simply run "make install-html" if we'd not had 
+   # We could simply run "make install-html" if we'd not had
# out-of-source builds here.
docinto html
dodoc -r doc/.

diff --git a/dev-db/unixODBC/unixODBC-2.3.6.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.6.ebuild
index 82ba2e3ca83..50b7a38b638 100644
--- a/dev-db/unixODBC/unixODBC-2.3.6.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.6.ebuild
@@ -49,7 +49,7 @@ multilib_src_install_all() {
einstalldocs
 
if use odbcmanual ; then
-   # We could simply run "make install-html" if we'd not had 
+   # We could simply run "make install-html" if we'd not had
# out-of-source builds here.
docinto html
dodoc -r doc/.



[gentoo-commits] repo/gentoo:master commit in: sys-process/pidof-bsd/

2018-04-13 Thread Aaron Bauman
commit: a6df851445b76afcf71fb70bb9bd9dae78b50211
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:02:54 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6df8514

sys-process/pidof-bsd: use HTTPS

 sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild 
b/sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild
index b8b39ec69cc..5d50db9a391 100644
--- a/sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild
+++ b/sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit bsdmk
 
 DESCRIPTION="pidof(1) utility for *BSD"
-HOMEPAGE="http://people.freebsd.org/~novel/pidof.html";
+HOMEPAGE="https://people.freebsd.org/~novel/pidof.html";
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/xsd/

2018-04-13 Thread Aaron Bauman
commit: 71d25b644b052d81aa5821b319e8fbca958d0bb0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 11:30:08 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d25b64

dev-cpp/xsd: use HTTPS

 dev-cpp/xsd/xsd-4.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/xsd/xsd-4.0.0.ebuild b/dev-cpp/xsd/xsd-4.0.0.ebuild
index d8d0d919b86..612125e91bb 100644
--- a/dev-cpp/xsd/xsd-4.0.0.ebuild
+++ b/dev-cpp/xsd/xsd-4.0.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=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs versionator
 
 DESCRIPTION="An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler"
-HOMEPAGE="http://www.codesynthesis.com/products/xsd/";
-SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
+HOMEPAGE="https://www.codesynthesis.com/products/xsd/";
+SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/

2018-04-13 Thread Aaron Bauman
commit: 0139ffa34c71d833c473d73d8aac35460fc3290b
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr 10 23:56:38 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0139ffa3

x11-wm/enlightenment: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-wm/enlightenment/enlightenment-0.21.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/enlightenment/enlightenment-0.21.7.ebuild 
b/x11-wm/enlightenment/enlightenment-0.21.7.ebuild
index d84967f414f..16478dc2933 100644
--- a/x11-wm/enlightenment/enlightenment-0.21.7.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.21.7.ebuild
@@ -92,7 +92,7 @@ check_modules() {
 }
 
 src_configure() {
-   # sanity check fails after commit 
e25cf18ca19463a7d05519aa843cc76a189ab75c 
+   # sanity check fails after commit 
e25cf18ca19463a7d05519aa843cc76a189ab75c
# see #648896. Can be restored with future release
# check_modules
 



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

2018-04-13 Thread Aaron Bauman
commit: 1c2fb96dda4857c62ef460d21b8189ff6676066b
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr 10 23:59:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2fb96d

dev-ruby/curb: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-ruby/curb/curb-0.9.4.ebuild b/dev-ruby/curb/curb-0.9.4.ebuild
index 43b3caf607d..db408773e22 100644
--- a/dev-ruby/curb/curb-0.9.4.ebuild
+++ b/dev-ruby/curb/curb-0.9.4.ebuild
@@ -30,7 +30,7 @@ all_ruby_prepare() {
sed -e '/test_easy_http_verbs_must_respond_to_str/,/^  end/ s:^:#:' \
-i tests/tc_curl_easy.rb || die
 
-   # avoid failing tests where failure condition seems weird, no 
+   # avoid failing tests where failure condition seems weird, no
# upstream travis so not clear if the test is indeed broken.
sed -i -e '/test_multi_easy_http/,/^  end/ s:^:#:' 
tests/tc_curl_multi.rb || die
 }



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

2018-04-13 Thread Aaron Bauman
commit: a1be4d50219988aba5215e4689b46c771009d8fb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 11:33:44 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1be4d50

dev-libs/quantlib: use HTTPS

 dev-libs/quantlib/quantlib-1.6.ebuild   | 4 ++--
 dev-libs/quantlib/quantlib-1.7.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/quantlib/quantlib-1.6.ebuild 
b/dev-libs/quantlib/quantlib-1.6.ebuild
index 39d1b0acfe2..193731dc5a9 100644
--- a/dev-libs/quantlib/quantlib-1.6.ebuild
+++ b/dev-libs/quantlib/quantlib-1.6.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 elisp-common eutils toolchain-funcs
 MY_P="QuantLib-${PV}"
 
 DESCRIPTION="A comprehensive software framework for quantitative finance"
-HOMEPAGE="http://quantlib.org/";
+HOMEPAGE="https://quantlib.org/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-libs/quantlib/quantlib-1.7.1.ebuild 
b/dev-libs/quantlib/quantlib-1.7.1.ebuild
index d1725e7d5ca..763269d2f60 100644
--- a/dev-libs/quantlib/quantlib-1.7.1.ebuild
+++ b/dev-libs/quantlib/quantlib-1.7.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=6
@@ -8,7 +8,7 @@ inherit elisp-common eutils toolchain-funcs
 MY_P="QuantLib-${PV}"
 
 DESCRIPTION="A comprehensive software framework for quantitative finance"
-HOMEPAGE="http://quantlib.org/";
+HOMEPAGE="https://quantlib.org/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"



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

2018-04-13 Thread Aaron Bauman
commit: 149eb64cd75b9910625cdfa30ae8351159e4b1a4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 11:34:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149eb64c

dev-util/build: use HTTPS

 dev-util/build/build-0.3.10.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/build/build-0.3.10.ebuild 
b/dev-util/build/build-0.3.10.ebuild
index 059d3c00ac8..d5ebc1b8dfc 100644
--- a/dev-util/build/build-0.3.10.ebuild
+++ b/dev-util/build/build-0.3.10.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
@@ -6,9 +6,9 @@ EAPI=6
 inherit versionator
 
 DESCRIPTION="A massively-parallel software build system implemented on top of 
GNU make"
-HOMEPAGE="http://www.codesynthesis.com/projects/build/";
+HOMEPAGE="https://www.codesynthesis.com/projects/build/";
 SLOT="0"
-SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
+SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="examples"



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

2018-04-13 Thread Aaron Bauman
commit: 840f6eadc9dd864c60479feae48910bee4a908db
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 11:32:02 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840f6ead

dev-libs/poco: use HTTPS

 dev-libs/poco/poco-1.4.6_p4-r1.ebuild | 6 +++---
 dev-libs/poco/poco-1.4.6_p4.ebuild| 6 +++---
 dev-libs/poco/poco-1.7.6.ebuild   | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild 
b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
index 77806a18259..24c307774d5 100644
--- a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
+++ b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,8 +9,8 @@ MY_P="${P/_}"
 MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc"
 
 DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="http://pocoproject.org/";
-SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
+HOMEPAGE="https://pocoproject.org/";
+SRC_URI="https://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )"
 LICENSE="Boost-1.0"
 SLOT="0"

diff --git a/dev-libs/poco/poco-1.4.6_p4.ebuild 
b/dev-libs/poco/poco-1.4.6_p4.ebuild
index a84174e298b..1a4742f5ae5 100644
--- a/dev-libs/poco/poco-1.4.6_p4.ebuild
+++ b/dev-libs/poco/poco-1.4.6_p4.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,8 +9,8 @@ MY_P="${P/_}"
 MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc"
 
 DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="http://pocoproject.org/";
-SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
+HOMEPAGE="https://pocoproject.org/";
+SRC_URI="https://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )"
 LICENSE="Boost-1.0"
 SLOT="0"

diff --git a/dev-libs/poco/poco-1.7.6.ebuild b/dev-libs/poco/poco-1.7.6.ebuild
index cd5a524f279..127c9d0ac2c 100644
--- a/dev-libs/poco/poco-1.7.6.ebuild
+++ b/dev-libs/poco/poco-1.7.6.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 cmake-utils
 
 DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="http://pocoproject.org/";
+HOMEPAGE="https://pocoproject.org/";
 SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
 LICENSE="Boost-1.0"
 SLOT="0"



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

2018-04-13 Thread Aaron Bauman
commit: 07f032236d99ed09feacea2fd711bad8cc25f34e
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr 11 00:02:52 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f03223

media-gfx/meshlab: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-gfx/meshlab/meshlab-2016.12-r1.ebuild | 4 ++--
 media-gfx/meshlab/meshlab-2016.12.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/meshlab/meshlab-2016.12-r1.ebuild 
b/media-gfx/meshlab/meshlab-2016.12-r1.ebuild
index 824261918cd..92057cb311a 100644
--- a/media-gfx/meshlab/meshlab-2016.12-r1.ebuild
+++ b/media-gfx/meshlab/meshlab-2016.12-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
@@ -43,7 +43,7 @@ PATCHES=(
"${FILESDIR}/${PV}/0001-disable-filter-ssynth.patch"
#this has been fixed in the tree
"${FILESDIR}/${PV}/0001-disable-edit-quality.patch"
-   #this causes segfaults 
+   #this causes segfaults
"${FILESDIR}/${PV}/0001-disable-filter-layer.patch"
#for when we use minimal
"${FILESDIR}/${PV}/0001-compile-server.patch"

diff --git a/media-gfx/meshlab/meshlab-2016.12.ebuild 
b/media-gfx/meshlab/meshlab-2016.12.ebuild
index 38e9c08bf73..6d45ceecb02 100644
--- a/media-gfx/meshlab/meshlab-2016.12.ebuild
+++ b/media-gfx/meshlab/meshlab-2016.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -44,7 +44,7 @@ PATCHES=(
"${FILESDIR}/${PV}/0001-disable-filter-ssynth.patch"
#this has been fixed in the tree
"${FILESDIR}/${PV}/0001-disable-edit-quality.patch"
-   #this causes segfaults 
+   #this causes segfaults
"${FILESDIR}/${PV}/0001-disable-filter-layer.patch"
#for when we use minimal
"${FILESDIR}/${PV}/0001-compile-server.patch"



[gentoo-commits] proj/linux-patches: New tag: 4.9-97

2018-04-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 13 23:09:54 2018 +

New tag: 4.9-97




[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcutl/

2018-04-13 Thread Aaron Bauman
commit: 70181dcf1a04eb6b19873390baaf9a3be9e4d8c1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 11:28:18 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70181dcf

dev-cpp/libcutl: use HTTPS

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

 dev-cpp/libcutl/libcutl-1.10.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/libcutl/libcutl-1.10.0.ebuild 
b/dev-cpp/libcutl/libcutl-1.10.0.ebuild
index 652471ccb88..b88f5363b9e 100644
--- a/dev-cpp/libcutl/libcutl-1.10.0.ebuild
+++ b/dev-cpp/libcutl/libcutl-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools flag-o-matic versionator
 
 DESCRIPTION="A collection of C++ libraries (successor of libcult)"
-HOMEPAGE="http://www.codesynthesis.com/projects/libcutl/";
-SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
+HOMEPAGE="https://www.codesynthesis.com/projects/libcutl/";
+SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-04-13 Thread Aaron Bauman
commit: df1e5e22d87323cba6a56543856364b9f5046979
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr 10 23:54:45 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1e5e22

sys-firmware/intel-microcode: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild | 2 +-
 sys-firmware/intel-microcode/intel-microcode-20180108-r1.ebuild | 2 +-
 sys-firmware/intel-microcode/intel-microcode-20180312.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild
index 17e267c7816..368cbee79e5 100644
--- a/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild
+++ b/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild
@@ -24,7 +24,7 @@ RDEPEND="!

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

2018-04-13 Thread Aaron Bauman
commit: a445be1cf28f7fa3b6ccf72871c4d2ed64ce5541
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr 11 00:00:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a445be1c

dev-ruby/awesome_print: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
index 7caeb5ca5ec..17c44c42876 100644
--- a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
+++ b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,8 +32,8 @@ all_ruby_prepare() {
-e '/simplecov/I s:^:#:' \
spec/spec_helper.rb || die
 
-   # Avoid activerecord specs since they don't run 
-   # consistently accross rails versions and not all 
+   # Avoid activerecord specs since they don't run
+   # consistently accross rails versions and not all
# arches have rails
rm -f spec/ext/active_record_spec.rb || die
 }



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

2018-04-13 Thread Aaron Bauman
commit: db53b4f4286a22acfe509cecb652f1afbd5cd231
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Apr 10 23:55:49 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db53b4f4

dev-util/cucumber: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-util/cucumber/cucumber-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild 
b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
index 928b8d1415e..92751765ac1 100644
--- a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
+++ b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
@@ -55,7 +55,7 @@ all_ruby_prepare() {
sed -i -e '/converts the snapshot path to a relative path/,/end/ 
s:^:#:' \
spec/cucumber/formatter/html_spec.rb || die
 
-   # Avoid specs that fail due to changes in the ruby backtrace, 
+   # Avoid specs that fail due to changes in the ruby backtrace,
# introduced in newer versions of dev-lang/ruby, bug 628580
rm -f features/docs/defining_steps/nested_steps.feature
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/files/

2018-04-13 Thread Aaron Bauman
commit: f3e249ee73f2ef6a0ad994ccc5f00fde05161661
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 08:19:46 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e249ee

net-dns/bind-tools: remove unused patch

 .../files/bind-tools-9.11.0_p5-dyndb-dlopen.patch  | 97 --
 1 file changed, 97 deletions(-)

diff --git a/net-dns/bind-tools/files/bind-tools-9.11.0_p5-dyndb-dlopen.patch 
b/net-dns/bind-tools/files/bind-tools-9.11.0_p5-dyndb-dlopen.patch
deleted file mode 100644
index 5fc8f3c1889..000
--- a/net-dns/bind-tools/files/bind-tools-9.11.0_p5-dyndb-dlopen.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-From ae903759c205f8a5039458d780c0e0c4442b7291 Mon Sep 17 00:00:00 2001
-From: Mark Andrews 
-Date: Tue, 30 May 2017 11:31:34 +1000
-Subject: [PATCH] 4530.   [bug]   "dyndb" is dependent on dlopen
- existing / being enabled. [RT #45291]
-
-From aa3a8979bc7eb1596d044eff572b3c35310584fa Mon Sep 17 00:00:00 2001
-From: Mark Andrews 
-Date: Tue, 30 May 2017 11:34:37 +1000
-Subject: [PATCH] 4530.   [bug]   "dyndb" is dependent on dlopen
- existing / being enabled. [RT #45291]
-
-diff --git a/lib/dns/dyndb.c b/lib/dns/dyndb.c
-index a477508..dec68a7 100644
 a/lib/dns/dyndb.c
-+++ b/lib/dns/dyndb.c
-@@ -80,7 +80,7 @@ impfind(const char *name) {
-   return (NULL);
- }
- 
--#if HAVE_DLFCN_H
-+#if HAVE_DLFCN_H && HAVE_DLOPEN
- static isc_result_t
- load_symbol(void *handle, const char *filename,
-   const char *symbol_name, void **symbolp)
 a/bin/named/server.c
-+++ b/bin/named/server.c
-@@ -1496,6 +1496,7 @@ configure_peer(const cfg_obj_t *cpeer, isc_mem_t *mctx, 
dns_peer_t **peerp) {
-   return (result);
- }
- 
-+#ifdef HAVE_DLOPEN
- static isc_result_t
- configure_dyndb(const cfg_obj_t *dyndb, isc_mem_t *mctx,
-   const dns_dyndbctx_t *dctx)
-@@ -1521,6 +1522,7 @@ configure_dyndb(const cfg_obj_t *dyndb, isc_mem_t *mctx,
- name, isc_result_totext(result));
-   return (result);
- }
-+#endif
- 
- 
- static isc_result_t
-@@ -4669,6 +4671,7 @@ configure_view(dns_view_t *view, dns_viewlist_t 
*viewlist,
-   else
-   (void)cfg_map_get(config, "dyndb", &dyndb_list);
- 
-+#ifdef HAVE_DLOPEN
-   for (element = cfg_list_first(dyndb_list);
-element != NULL;
-element = cfg_list_next(element))
-@@ -4686,6 +4689,7 @@ configure_view(dns_view_t *view, dns_viewlist_t 
*viewlist,
- 
-   CHECK(configure_dyndb(dyndb, mctx, dctx));
-   }
-+#endif
- 
-   /*
-* Setup automatic empty zones.  If recursion is off then
-diff --git a/lib/bind9/check.c b/lib/bind9/check.c
-index 097dd96..99b995c 100644
 a/lib/bind9/check.c
-+++ b/lib/bind9/check.c
-@@ -2988,6 +2988,9 @@ check_viewconf(const cfg_obj_t *config, const cfg_obj_t 
*voptions,
- {
-   const cfg_obj_t *zones = NULL;
-   const cfg_obj_t *keys = NULL;
-+#ifndef HAVE_DLOPEN
-+  const cfg_obj_t *dyndb = NULL;
-+#endif
-   const cfg_listelt_t *element, *element2;
-   isc_symtab_t *symtab = NULL;
-   isc_result_t result = ISC_R_SUCCESS;
-@@ -3041,6 +3044,20 @@ check_viewconf(const cfg_obj_t *config, const cfg_obj_t 
*voptions,
-   result = ISC_R_FAILURE;
-   }
- 
-+#ifndef HAVE_DLOPEN
-+  if (voptions != NULL)
-+  (void)cfg_map_get(voptions, "dyndb", &dyndb);
-+  else
-+  (void)cfg_map_get(config, "dyndb", &dyndb);
-+
-+  if (dyndb != NULL) {
-+  cfg_obj_log(dyndb, logctx, ISC_LOG_ERROR,
-+  "dynamic loading of databases is not supported");
-+  if (tresult != ISC_R_SUCCESS)
-+  result = ISC_R_NOTIMPLEMENTED;
-+  }
-+#endif
-+
-   /*
-* Check that the response-policy and catalog-zones options
-* refer to zones that exist.
--- 
-2.9.0
-



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

2018-04-13 Thread Aaron Bauman
commit: 976feb471266f130a2793f25b06cb3a34410626f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:01:35 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976feb47

sys-auth/openpam: use HTTPS

 sys-auth/openpam/openpam-20140912-r1.ebuild | 2 +-
 sys-auth/openpam/openpam-20140912-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild 
b/sys-auth/openpam/openpam-20140912-r1.ebuild
index 35d3e7c9ef8..702e30b3184 100644
--- a/sys-auth/openpam/openpam-20140912-r1.ebuild
+++ b/sys-auth/openpam/openpam-20140912-r1.ebuild
@@ -9,7 +9,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
 inherit multilib autotools-multilib
 
 DESCRIPTION="Open source PAM library"
-HOMEPAGE="http://www.openpam.org/";
+HOMEPAGE="https://www.openpam.org/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/sys-auth/openpam/openpam-20140912-r2.ebuild 
b/sys-auth/openpam/openpam-20140912-r2.ebuild
index 50de35c46fe..7fd346fa9d6 100644
--- a/sys-auth/openpam/openpam-20140912-r2.ebuild
+++ b/sys-auth/openpam/openpam-20140912-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools multilib-minimal
 
 DESCRIPTION="Open source PAM library"
-HOMEPAGE="http://www.openpam.org/";
+HOMEPAGE="https://www.openpam.org/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2018-04-13 Thread Sergei Trofimovich
commit: 599e4bb20b3718ba7d18260ee7891701034e2ee2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 13 23:23:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 13 23:25:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599e4bb2

toolchain.eclass: don't install libcp1plugin.la

Don't install plugin's .la file. Plugins are meant
to be loaded at runtime (they all export the same sympols, etc.).
Plugins don't have static library equivalent.

Drop 'libcp1plugin.la'.

Reported-by: Paolo Pedroni
Closes: https://bugs.gentoo.org/638216
Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/toolchain.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index b07a27f96bf..2da455ad4e3 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1808,6 +1808,7 @@ toolchain_src_install() {
# libsupc++.la: This has no dependencies.
# libcc1.la: There is no static library, only dynamic.
# libcc1plugin.la: Same as above, and it's loaded via dlopen.
+   # libcp1plugin.la: Same as above, and it's loaded via dlopen.
# libgomp.la: gcc itself handles linkage (libgomp.spec).
# libgomp-plugin-*.la: Same as above, and it's an internal plugin only
# loaded via dlopen.
@@ -1827,6 +1828,7 @@ toolchain_src_install() {
-name libsupc++.la -o \
-name libcc1.la -o \
-name libcc1plugin.la -o \
+   -name libcp1plugin.la -o \
-name 'libgomp.la' -o \
-name 'libgomp-plugin-*.la' -o \
-name libgfortran.la -o \



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

2018-04-13 Thread Mike Pagano
commit: e0f8fea1bcb4a729a192d01b254f43444be59d6c
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 13 22:57:54 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 13 22:58:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f8fea1

sys-kernel/gentoo-sources: Linux patch 4.4.128

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.128.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index be24086ad9e..1ea668972df 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -79,6 +79,9 @@ DIST genpatches-4.4-128.extras.tar.xz 16464 BLAKE2B 
64106cdfad6d2e4d99005605501a
 DIST genpatches-4.4-129.base.tar.xz 1962120 BLAKE2B 
4fadecb54b2f7b406f8c76b9bc9ea41ccd65bd6d9d5f369ad5e9820fd2db5d59a8333177397358a8d8cf7e41a90d833af7d43de61bd9261d64e90dc9d61173c3
 SHA512 
def92258340b3612efd008f1728490159078d76e064fcdbd292730b54d66500c90132aed98fa605244bafe1ed9208368e6b1c115f320dc77f304ea7c45fadcdd
 DIST genpatches-4.4-129.experimental.tar.xz 87780 BLAKE2B 
2052b1ad212e2d232842108ff18d850e91d664d287233a2faf6d895ca8db1216f1ca622405e72a700f551ab02b268469e5a188f4bf59d7c9268f077fec00e29d
 SHA512 
ee80fba0512153260908c4c2c12bf380fd8b5ddd42204bf002ce67d3962e41990919d0c427e712e06cb9ae95dab8803df154dcf143de87d4f3d4711d21c05961
 DIST genpatches-4.4-129.extras.tar.xz 16464 BLAKE2B 
64106cdfad6d2e4d99005605501a9be8f6f67f642d59338abd9b0ef1e49f6977dcb8e06240c6a58410e11335a6322ca3f59ca1361a99c513a6e48e69a9a009bc
 SHA512 
eb470da7ce0b1023d7d7b6ccfab2f7f2459d0683ce3bb5614f36b69daedbea30c202108e4991cee5ec9b5a2b5b7de468f60f0ab13d478876ef593fec244536e1
+DIST genpatches-4.4-130.base.tar.xz 1999668 BLAKE2B 
836af798adf3fc1e67543096595655b633c9f7d3736b00527bab7423b488e6c4ba7bfbd63d9443a06d32de3726ef64bc963134e97a1eeba5aad8d23022b352d6
 SHA512 
fd514523b3f54ca67f665f5feb9340713f6af00e73e7b9948f5909bab21c8c5b3f90a044ff04d59d4032c34c8e4c1a0805657bfd549156d2ed0e9f646d57dd27
+DIST genpatches-4.4-130.experimental.tar.xz 87772 BLAKE2B 
23cb4e28fa407f4eae82987f02c4fbecd8239dcc12e8259e21d3738db8950b05d1c602461cd0be0e64eb777dfb7edee3950baf56e9069f5b1db5df01d53fb4ac
 SHA512 
0fb0c082e25459a0168aaa49c99bf3373f337b0f993d73d8c40d0c8d1c6d2c0d281a3231113204eef5c7535dd231d0765227c96bd3d07609dca2274e93e4a690
+DIST genpatches-4.4-130.extras.tar.xz 16456 BLAKE2B 
4b2fdd50e47225cb6a8776bbf47a1007cdf442ea6df2dc854241bef5ff75377a9e79a9bd43d2d2a2c511482f69ea09fc9340ba4af8adb1c027e64bd6dd33
 SHA512 
89beb61226a4495a4880f1900eb43e61514f20fcc9db34522b89bc0f6ae1c978ca631f8b7b19a65cc5e7209d28273f4b67abd1734330567056b4da76c76db25d
 DIST genpatches-4.4-91.base.tar.xz 1428436 BLAKE2B 
4b706e9682e883dd1954632efe5ec161347432a6260c353e160b8591f8377e6d1e1768acd2e3e72237e3ea6b7104137e3504e3f290fb12b0dabf662b0fb034c1
 SHA512 
c25be04b33558f7ebcee66df992aae38f29181474ebed82958d4d50639097b4a82eaf256d7b3576bfcd0cd3fe7682956e1d2cdbdb912d47fe86205d9b554
 DIST genpatches-4.4-91.experimental.tar.xz 87760 BLAKE2B 
d8a165fb3708192a12e826a713e896ca83785da084c9a9aeaae909473c598669867fa303636d762facd2d7bc1a857da3ba0d994ee62d008dc17955dd84181942
 SHA512 
0bbc83e076d45da1d0258bfd7f6acf6170e99891a9a857b2552f3a0fcefff4f318a8c5c8779591b0bb654760f905530de18723f2ba960618eae59a1b7219c28f
 DIST genpatches-4.4-91.extras.tar.xz 16468 BLAKE2B 
b99298cd9e57a2b8a0619495df0450373c9f5c14ff2398d76534c7167f3a563c05e67f9aff80ff97a474ae7a8cb298a4ffbc5eab25d79075aac5cc01964c3e9d
 SHA512 
229922945fcb882a0cb7dcba8bac9de51683690462a8df59e181a03d702fcb1c9b54078c5434624b4a197c481f0bb9b73dca58456ef5a5884a30bfd3644dfd6d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild
new file mode 100644
index 000..e16051780dc
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="130"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/kdenlive/, kde-apps/kdenlive/files/

2018-04-13 Thread Andreas Sturmlechner
commit: ee25b360533cc9adfb31bce37bddd9e8dc6cbc4b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 22:15:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 22:15:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee25b360

kde-apps/kdenlive: Fix build with Qt 5.11_beta3

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../kdenlive/files/kdenlive-18.04.0-qt-5.11.patch  | 41 ++
 kde-apps/kdenlive/kdenlive-18.04.0.ebuild  |  2 ++
 2 files changed, 43 insertions(+)

diff --git a/kde-apps/kdenlive/files/kdenlive-18.04.0-qt-5.11.patch 
b/kde-apps/kdenlive/files/kdenlive-18.04.0-qt-5.11.patch
new file mode 100644
index 00..143745737c
--- /dev/null
+++ b/kde-apps/kdenlive/files/kdenlive-18.04.0-qt-5.11.patch
@@ -0,0 +1,41 @@
+From c205adc1f55e2864180b3b0e1fe133c9056e9130 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 13 Apr 2018 23:56:26 +0200
+Subject: [PATCH] Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)
+
+---
+ renderer/CMakeLists.txt | 3 +--
+ src/CMakeLists.txt  | 2 +-
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/renderer/CMakeLists.txt b/renderer/CMakeLists.txt
+index 27f5f4367..693478abb 100644
+--- a/renderer/CMakeLists.txt
 b/renderer/CMakeLists.txt
+@@ -9,9 +9,8 @@ set(kdenlive_render_SRCS
+ add_executable(kdenlive_render ${kdenlive_render_SRCS})
+ ecm_mark_nongui_executable(kdenlive_render)
+ 
+-qt5_use_modules(kdenlive_render Widgets Concurrent DBus)
+-
+ target_link_libraries(kdenlive_render
++  Qt5::Widgets Qt5::Concurrent Qt5::DBus
+   ${QT_LIBRARIES}
+   ${Qt5_LIBRARIES}
+ )
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 1b3cbdea9..2ba81bb48 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -299,7 +299,7 @@ if (KF5Crash_FOUND)
+ target_link_libraries(kdenlive KF5::Crash)
+ endif()
+ 
+-qt5_use_modules( kdenlive Script Widgets Concurrent Qml Quick)
++target_link_libraries(kdenlive Qt5::Script Qt5::Widgets Qt5::Concurrent 
Qt5::Qml Qt5::Quick)
+ 
+ if (Qt5WebKitWidgets_FOUND)
+ message(STATUS "Found Qt5 WebKitWidgets. You can use your Freesound.org 
credentials to download files")
+-- 
+2.17.0
+

diff --git a/kde-apps/kdenlive/kdenlive-18.04.0.ebuild 
b/kde-apps/kdenlive/kdenlive-18.04.0.ebuild
index ba7f9f054d..01dbc29295 100644
--- a/kde-apps/kdenlive/kdenlive-18.04.0.ebuild
+++ b/kde-apps/kdenlive/kdenlive-18.04.0.ebuild
@@ -56,6 +56,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext
 "
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package freesound Qt5WebKitWidgets)



[gentoo-commits] proj/linux-patches: New tag: 4.4-130

2018-04-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 13 22:39:20 2018 +

New tag: 4.4-130




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

2018-04-13 Thread Zac Medico
commit: 2ce54f65e6cb1f0f8109db3de40c282388c86316
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Apr 13 21:11:52 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Apr 13 21:13:08 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2ce54f65

man/portage.5: fix manual section in header

Fixes: Fixes: 8aa1a070921d ("GitSync: Support setting environment variables for 
git")

 man/portage.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/portage.5 b/man/portage.5
index 2c3a75ccd..82a50a8f4 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1,4 +1,4 @@
-.TH "PORTAGE" "31" "Apr 2018" "Portage VERSION" "Portage"
+.TH "PORTAGE" "5" "Apr 2018" "Portage VERSION" "Portage"
 .SH NAME
 portage \- the heart of Gentoo
 .SH "DESCRIPTION"



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

2018-04-13 Thread Andreas Sturmlechner
commit: f55027382e90496757b90f896c295e7ce6f63ebf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 20:38:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 20:38:31 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5502738

kde-apps/okular: Drop patch, picked for 18.04 branch upstream

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-apps/okular/okular-18.04.0.ebuild   | 5 +
 kde-apps/okular/okular-18.04.49..ebuild | 5 +
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/kde-apps/okular/okular-18.04.0.ebuild 
b/kde-apps/okular/okular-18.04.0.ebuild
index 31372c0243..94de9fbb35 100644
--- a/kde-apps/okular/okular-18.04.0.ebuild
+++ b/kde-apps/okular/okular-18.04.0.ebuild
@@ -64,10 +64,7 @@ RDEPEND="${DEPEND}
)
 "
 
-PATCHES=(
-   "${FILESDIR}/${PN}-tests.patch"
-   "${FILESDIR}/${PN}-18.03.90-kcrash.patch"
-)
+PATCHES=( "${FILESDIR}/${PN}-tests.patch" )
 
 src_prepare() {
kde5_src_prepare

diff --git a/kde-apps/okular/okular-18.04.49..ebuild 
b/kde-apps/okular/okular-18.04.49..ebuild
index 80d688c222..0596092ab1 100644
--- a/kde-apps/okular/okular-18.04.49..ebuild
+++ b/kde-apps/okular/okular-18.04.49..ebuild
@@ -64,10 +64,7 @@ RDEPEND="${DEPEND}
)
 "
 
-PATCHES=(
-   "${FILESDIR}/${PN}-tests.patch"
-   "${FILESDIR}/${PN}-18.03.90-kcrash.patch"
-)
+PATCHES=( "${FILESDIR}/${PN}-tests.patch" )
 
 src_prepare() {
kde5_src_prepare



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

2018-04-13 Thread Sebastian Pipping
commit: fa2fc23c657e6e545d288ab58b886d97f40b08ff
Author: Simon van der Veldt  gmail  com>
AuthorDate: Wed Apr 11 21:23:14 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Apr 13 20:23:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2fc23c

x11-misc/redshift: Migrate to ayatana USE flag

And make sure the dependency on dev-libs/libappindicator is on the correct 
version/slot

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

 x11-misc/redshift/metadata.xml| 1 -
 x11-misc/redshift/redshift-1.11-r1.ebuild | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-misc/redshift/metadata.xml b/x11-misc/redshift/metadata.xml
index 53984fc30ef..fbfb697dea5 100644
--- a/x11-misc/redshift/metadata.xml
+++ b/x11-misc/redshift/metadata.xml
@@ -9,7 +9,6 @@
 Gentoo Desktop Miscellaneous Project
   
   
-Enable usage of 
dev-libs/libappindicator to export menu options in to unity and KDE 
5
 Control dependency on 
app-misc/geoclue
   
   

diff --git a/x11-misc/redshift/redshift-1.11-r1.ebuild 
b/x11-misc/redshift/redshift-1.11-r1.ebuild
index 03db78ec91a..02ab5175ab2 100644
--- a/x11-misc/redshift/redshift-1.11-r1.ebuild
+++ b/x11-misc/redshift/redshift-1.11-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE="appindicator geoclue gtk nls"
+IUSE="ayatana geoclue gtk nls"
 
 COMMON_DEPEND=">=x11-libs/libX11-1.4
x11-libs/libXxf86vm
@@ -28,7 +28,7 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.50
nls? ( sys-devel/gettext )
-   appindicator? ( dev-libs/libappindicator )
+   ayatana? ( dev-libs/libappindicator:3 )
 "
 REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )"
 



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

2018-04-13 Thread Sergei Trofimovich
commit: d75dc07b2077a4d73f731b8cf5290a326bb5ecce
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr 13 19:56:05 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 13 20:07:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75dc07b

sys-libs/glibc: stable 2.25-r11 for hppa

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

 sys-libs/glibc/glibc-2.25-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.25-r11.ebuild 
b/sys-libs/glibc/glibc-2.25-r11.ebuild
index 4595e6f1306..6e74ceffe23 100644
--- a/sys-libs/glibc/glibc-2.25-r11.ebuild
+++ b/sys-libs/glibc/glibc-2.25-r11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html";
 
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



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

2018-04-13 Thread Sergei Trofimovich
commit: 9bd6daf026ab5608fa5da75e2da0e75fa4174735
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr 13 19:57:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 13 20:07:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd6daf0

net-libs/nghttp2: stable 1.31.1 for sparc

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

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

diff --git a/net-libs/nghttp2/nghttp2-1.31.1.ebuild 
b/net-libs/nghttp2/nghttp2-1.31.1.ebuild
index ffeb54eded2..e5a132d27e3 100644
--- a/net-libs/nghttp2/nghttp2-1.31.1.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.31.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/pglinux/

2018-04-13 Thread Andreas Sturmlechner
commit: 1330c6e86cb313ee831761be05bef3112a44d900
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 19:46:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 19:59:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1330c6e8

net-firewall/pglinux: Drop old Qt4-based

Closes: https://bugs.gentoo.org/645432
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-firewall/pglinux/Manifest |  1 -
 net-firewall/pglinux/pglinux-2.3.1.ebuild | 99 ---
 2 files changed, 100 deletions(-)

diff --git a/net-firewall/pglinux/Manifest b/net-firewall/pglinux/Manifest
index fa229c952e0..5f9ce458f22 100644
--- a/net-firewall/pglinux/Manifest
+++ b/net-firewall/pglinux/Manifest
@@ -1,2 +1 @@
-DIST pgl-2.3.1.tar.gz 605656 BLAKE2B 
1fbce4b3c7d116915b303093ef18f434c8bb9dd23e1065d42dc573face9274c68321477529b536868eca9c03f23f3aad67f371960d7e547ae8c07fdee09f6d10
 SHA512 
f23d44ad6448814ba0a2c90292ff4a933d31fed942886d63c50bb62fb56e1af70df72e09070ad3cd27c878f322576326040c330fbdbda63128ad304375b02a1e
 DIST pglinux-2.3.1_p20171006.zip 340253 BLAKE2B 
a39ecad1290dd31b126ed58c22f2de1162a4081e07f576509b5d77adffeb4a74b5aeb489f8f63134b0fc37d174e61b6631bdb350c3277729456092ba0ae3c600
 SHA512 
ea30076d7a21fa71d5e352c479cb1a463c9f244d675f5c7f9d5d25a33b27f4c7f1a39d173f2fd156e3f2cb0652da0a06c078fc38972275073f38d48f207e42f3

diff --git a/net-firewall/pglinux/pglinux-2.3.1.ebuild 
b/net-firewall/pglinux/pglinux-2.3.1.ebuild
deleted file mode 100644
index 30e9caebcca..000
--- a/net-firewall/pglinux/pglinux-2.3.1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="pgl-${PV}"
-inherit eutils gnome2-utils linux-info systemd
-
-DESCRIPTION="Privacy oriented firewall application"
-HOMEPAGE="https://sourceforge.net/projects/peerguardian/";
-SRC_URI="mirror://sourceforge/peerguardian/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE="cron dbus logrotate networkmanager qt4 zlib"
-REQUIRED_USE="qt4? ( dbus )"
-
-COMMON_DEPEND="
-   net-libs/libnetfilter_queue
-   net-libs/libnfnetlink
-   dbus? ( sys-apps/dbus )
-   zlib? ( sys-libs/zlib )
-   qt4? ( sys-auth/polkit-qt[qt4]
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   || ( kde-plasma/kde-cli-tools[kdesu] x11-misc/ktsuss )
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   sys-devel/libtool:2
-"
-RDEPEND="${COMMON_DEPEND}
-   net-firewall/iptables
-   sys-apps/sysvinit
-   cron? ( virtual/cron )
-   logrotate? ( app-admin/logrotate )
-   networkmanager? ( net-misc/networkmanager:= )
-"
-
-CONFIG_CHECK="~NETFILTER_NETLINK
-   ~NETFILTER_NETLINK_QUEUE
-   ~NETFILTER_XTABLES
-   ~NETFILTER_XT_TARGET_NFQUEUE
-   ~NETFILTER_XT_MATCH_IPRANGE
-   ~NETFILTER_XT_MARK
-   ~NETFILTER_XT_MATCH_MULTIPORT
-   ~NETFILTER_XT_MATCH_STATE
-   ~NF_CONNTRACK
-   ~NF_CONNTRACK_IPV4
-   ~NF_DEFRAG_IPV4
-   ~IP_NF_FILTER
-   ~IP_NF_IPTABLES
-   ~IP_NF_TARGET_REJECT"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
pglcmd/init/pgl.gentoo.in || die
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   $(use_enable logrotate) \
-   $(use_enable cron) \
-   $(use_enable networkmanager) \
-   $(use_enable zlib) \
-   $(use_enable dbus) \
-   --disable-lowmem \
-   --with-iconsdir=/usr/share/icons/hicolor/128x128/apps \
-   --with-gentoo-init \
-   $(use_with qt4) \
-   --with-systemd="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-   default
-   keepdir /var/{lib,log,spool}/pgl
-   rm -rf "${ED%/}"/tmp || die
-   prune_libtool_files --modules
-}
-
-pkg_postinst() {
-   elog "optional dependencies:"
-   elog "  app-arch/p7zip (needed for blocklists packed as .7z)"
-   elog "  app-arch/unzip (needed for blocklists packed as .zip)"
-   elog "  virtual/mta (needed to send informational (blocklist updates) 
and"
-   elog "warning mails (if pglcmd.wd detects a problem.))"
-
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/nomacs/files/, media-gfx/nomacs/

2018-04-13 Thread Andreas Sturmlechner
commit: 562d2464e9c757a3005865796b10ad7bc2a960e7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 19:05:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 19:59:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562d2464

media-gfx/nomacs: Fix cmake with Qt 5.11

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-gfx/nomacs/files/nomacs-3.8.1-qt-5.11.patch | 103 ++
 media-gfx/nomacs/nomacs-3.8.1.ebuild  |   2 +
 2 files changed, 105 insertions(+)

diff --git a/media-gfx/nomacs/files/nomacs-3.8.1-qt-5.11.patch 
b/media-gfx/nomacs/files/nomacs-3.8.1-qt-5.11.patch
new file mode 100644
index 000..e9e68af826f
--- /dev/null
+++ b/media-gfx/nomacs/files/nomacs-3.8.1-qt-5.11.patch
@@ -0,0 +1,103 @@
+From 8480a1c62aa99b6a73a76c9af80392568e0dae5e Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 13 Apr 2018 21:09:17 +0200
+Subject: [PATCH 1/2] Fix cmake with Qt 5.11_beta3
+
+---
+ cmake/MacBuildTarget.cmake  | 4 ++--
+ cmake/UnixBuildTarget.cmake | 4 ++--
+ cmake/WinBuildTarget.cmake  | 4 ++--
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/cmake/MacBuildTarget.cmake b/cmake/MacBuildTarget.cmake
+index eae9a76b..54633ca1 100644
+--- a/cmake/MacBuildTarget.cmake
 b/cmake/MacBuildTarget.cmake
+@@ -66,8 +66,8 @@ add_dependencies(
+   ${QUAZIP_DEPENDENCY} 
+   ${LIBQPSD_LIBRARY}) 
+ 
+-qt5_use_modules(${BINARY_NAME}Widgets Gui Network 
LinguistTools PrintSupport Concurrent Svg)
+-qt5_use_modules(${DLL_CORE_NAME}  Widgets Gui Network LinguistTools 
PrintSupport Concurrent Svg)
++qt5_use_modules(${BINARY_NAME} Qt5::Widgets Qt5::Gui Qt5::Network 
Qt5::PrintSupport Qt5::Concurrent Qt5::Svg)
++qt5_use_modules(${DLL_CORE_NAME} Qt5::Widgets Qt5::Gui Qt5::Network 
Qt5::PrintSupport Qt5::Concurrent Qt5::Svg)
+ 
+ # core flags
+ set_target_properties(${DLL_CORE_NAME} PROPERTIES 
ARCHIVE_OUTPUT_DIRECTORY_DEBUG ${CMAKE_CURRENT_BINARY_DIR}/libs)
+diff --git a/cmake/UnixBuildTarget.cmake b/cmake/UnixBuildTarget.cmake
+index 4eb3108e..3f592764 100644
+--- a/cmake/UnixBuildTarget.cmake
 b/cmake/UnixBuildTarget.cmake
+@@ -58,8 +58,8 @@ add_dependencies(
+   ${QUAZIP_DEPENDENCY}
+   ${LIBQPSD_LIBRARY})
+ 
+-qt5_use_modules(${BINARY_NAME}Widgets Gui Network 
LinguistTools PrintSupport Concurrent Svg)
+-qt5_use_modules(${DLL_CORE_NAME}  Widgets Gui Network LinguistTools 
PrintSupport Concurrent Svg)
++target_link_libraries(${BINARY_NAME} Qt5::Widgets Qt5::Gui Qt5::Network 
Qt5::PrintSupport Qt5::Concurrent Qt5::Svg)
++target_link_libraries(${DLL_CORE_NAME} Qt5::Widgets Qt5::Gui Qt5::Network 
Qt5::PrintSupport Qt5::Concurrent Qt5::Svg)
+ 
+ # core flags
+ set_target_properties(${DLL_CORE_NAME} PROPERTIES 
ARCHIVE_OUTPUT_DIRECTORY_DEBUG ${CMAKE_CURRENT_BINARY_DIR}/libs)
+diff --git a/cmake/WinBuildTarget.cmake b/cmake/WinBuildTarget.cmake
+index 9a71d508..63a4b27d 100644
+--- a/cmake/WinBuildTarget.cmake
 b/cmake/WinBuildTarget.cmake
+@@ -62,8 +62,8 @@ add_dependencies(
+ target_include_directories(${BINARY_NAME} PRIVATE 
${OpenCV_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS})
+ target_include_directories(${DLL_CORE_NAME}   PRIVATE ${OpenCV_INCLUDE_DIRS} 
${ZLIB_INCLUDE_DIRS})
+ 
+-qt5_use_modules(${BINARY_NAME}Widgets Gui Network 
LinguistTools PrintSupport Concurrent Svg WinExtras)
+-qt5_use_modules(${DLL_CORE_NAME}  Widgets Gui Network LinguistTools 
PrintSupport Concurrent Svg WinExtras)
++target_link_libraries(${BINARY_NAME} Qt5::Widgets Qt5::Gui Qt5::Network 
Qt5::PrintSupport Qt5::Concurrent Qt5::Svg Qt5::WinExtras)
++target_link_libraries(${DLL_CORE_NAME} Qt5::Widgets Qt5::Gui Qt5::Network 
Qt5::PrintSupport Qt5::Concurrent Qt5::Svg Qt5::WinExtras)
+ 
+ # set(_moc ${CMAKE_CURRENT_BINARY_DIR}/GeneratedFiles)
+ file(GLOB NOMACS_AUTOMOC "${CMAKE_BINARY_DIR}/*_automoc.cpp 
${CMAKE_BINARY_DIR}/moc_.cpp")
+-- 
+2.17.0
+
+
+From 6c400cb6341e4c15413b0406d575779a6f3ce6c5 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 13 Apr 2018 21:36:15 +0200
+Subject: [PATCH 2/2] Require minimum Qt5 version as documented in README.md
+
+---
+ CMakeLists.txt| 2 ++
+ cmake/Utils.cmake | 4 ++--
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5869c2c6..5b9abe67 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -36,6 +36,8 @@ set(NOMACS_BUILD_DIRECTORY ${CMAKE_BINARY_DIR})
+ # include macros needed
+ include("cmake/Utils.cmake")
+ 
++set(QT5_MIN_VERSION 5.2.1)
++
+ # different compile options
+ option(ENABLE_OPENCV "Compile with Opencv (needed for RAW and TIFF)" ON)
+ option(ENABLE_RAW "Compile with raw images support (libraw)" ON)
+diff --git a/cmake/Utils.cmake b/cmake/Utils.cmake
+index 5ea88a69..bdd547cb 100644
+--- a/cmake/Utils.cmake
 b/cmake/Utils.cmake
+@@ -17,10 +17,10 @@ macro(NMC_FINDQT)
+set(QT_ROOT ${QT_

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

2018-04-13 Thread Andreas Sturmlechner
commit: 1f7014c49612c1e20fe67a1b2e53630c20f6e9e1
Author: Stefan Strogin  gmail  com>
AuthorDate: Fri Apr 13 17:55:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 19:59:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7014c4

media-gfx/nomacs: version bump to 3.8.1

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

 media-gfx/nomacs/Manifest|  1 +
 media-gfx/nomacs/nomacs-3.8.1.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/media-gfx/nomacs/Manifest b/media-gfx/nomacs/Manifest
index 0695a722bb2..306f606ce44 100644
--- a/media-gfx/nomacs/Manifest
+++ b/media-gfx/nomacs/Manifest
@@ -1,2 +1,3 @@
 DIST nomacs-3.6.1.tar.gz 28604636 BLAKE2B 
74045163d5dabf9858de4e11a2300a298c15d691b3991a56dc802e6b16ee484637de05674aa13ba1d31848bce2df4724c3e083c5d35f82dba926b16aeaf81327
 SHA512 
cfbda2be5ed015a5ea39cc3c3c9273e3164bb67f0c5fd4fac0e3c607075cf67cfea2311b21420585363a841d65a53c03e100af57c209786243c2c3dcaba11f8e
 DIST nomacs-3.8.0.tar.gz 32240476 BLAKE2B 
b0bf2832cda09c01b98c5ef540a0d3d61046ca652c2c0b8b382ba69b7623327f6bcaf030cce2b87719a4bda1141b2118cb184700bfbff83fc86b496622178a16
 SHA512 
90ffd1ea7f6d8e2f07b2b093ebc7cfec682f11b874d95e249f3d35a2ceb8b75e7a0c55f19c978231c3c8342abe5cb251359771fd90aa39b50ee0a6d1514e88e1
+DIST nomacs-3.8.1.tar.gz 32184536 BLAKE2B 
3ba4e0b0220797991c5999164e27fb3c57218d87d17858f5cf6098d8b91ddd0b3330836642999ce953f3ce9b538dcb35ecb48400f94f11805cd8eedeed05b110
 SHA512 
ff27570bc15096d0e331ad2c871b2f504a414927b8e6418dedbbbc41f8cd031d9fb142c89c22cff76bf79156f93decf1038e30eecfc3de3e328a325f0134

diff --git a/media-gfx/nomacs/nomacs-3.8.1.ebuild 
b/media-gfx/nomacs/nomacs-3.8.1.ebuild
new file mode 100644
index 000..819f349f01c
--- /dev/null
+++ b/media-gfx/nomacs/nomacs-3.8.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils
+
+DESCRIPTION="Qt-based image viewer"
+HOMEPAGE="https://nomacs.org/";
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="+jpeg +opencv raw tiff zip"
+
+REQUIRED_USE="
+   raw? ( opencv )
+   tiff? ( opencv )
+"
+
+RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[jpeg?]
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   >=media-gfx/exiv2-0.25:=
+   opencv? ( media-libs/opencv:=[-qt4(-)] )
+   raw? ( >=media-libs/libraw-0.14:= )
+   tiff? (
+   dev-qt/qtimageformats:5
+   media-libs/tiff:0
+   )
+   zip? ( >=dev-libs/quazip-0.7.2[qt5(+)] )
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${P}/ImageLounge"
+
+DOCS=( src/changelog.txt )
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # fix build with quazip-0.7.2 - bug 598354
+   sed -i -e "s/find_package(QuaZIP/find_package(QuaZip5/" 
cmake/Unix.cmake || die
+   sed -e "s/include 

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

2018-04-13 Thread Andreas Sturmlechner
commit: 0bf9215079bb317425b8b910e9b338553b2c2f43
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 19:40:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 19:59:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf92150

media-gfx/nomacs: Add ENABLE_TRANSLATIONS (fix missing translations)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/media-gfx/nomacs/nomacs-3.8.1.ebuild 
b/media-gfx/nomacs/nomacs-3.8.1.ebuild
index c3951a6a70e..782838abb00 100644
--- a/media-gfx/nomacs/nomacs-3.8.1.ebuild
+++ b/media-gfx/nomacs/nomacs-3.8.1.ebuild
@@ -69,6 +69,7 @@ src_configure() {
-DENABLE_TIFF=$(usex tiff)
-DENABLE_QUAZIP=$(usex zip)
-DUSE_SYSTEM_QUAZIP=ON
+   -DENABLE_TRANSLATIONS=ON
)
cmake-utils_src_configure
 }



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

2018-04-13 Thread Robin H. Johnson
commit: 8c24a87a02e43d0015b796ab0d56e1f3bf5af416
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Apr 13 19:38:47 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Apr 13 19:39:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c24a87a

sys-kernel/genkernel: drop 3.5.3.0 from Manifest.

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-kernel/genkernel/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index 17bf82eaffb..0e74e24b40e 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -14,7 +14,6 @@ DIST genkernel-3.5.2.2.tar.xz 316632 BLAKE2B 
31c0b8cb50049c227ddc2c631d70b8a90df
 DIST genkernel-3.5.2.3.tar.xz 317280 BLAKE2B 
0dcc85dc67fde24bff7d6e86fef5967ae81a45b301e6306fb6d147b7dd5bb72127f364165daefc22e6a340ca31caeaacd94f3618d0d8230ca44e8106e87f3cfd
 SHA512 
78e4464b19d825221527a2c60eecd4a1a625dc66c2d0cc33d69883ad0687e37f974c755301710f582bd4264dc328871d1327314eb098e09c7e6e393b1978f100
 DIST genkernel-3.5.2.4.tar.xz 318152 BLAKE2B 
101bd8011b73699a3d8410fcb93adca2417254f05dc4657e583b17a449ba68aa08a3969c93cf558faab751efdcffc1dc8181003a0be0a2c3c8edcd03f09fe943
 SHA512 
2490ad2c6bacda87c848f8e216318e41f76cc25459c1960d0a10c5ad5768736a527cb954ed2c41ad1f52f53a37ca8c049a56793e97a3cb598b3cc4e436156a74
 DIST genkernel-3.5.2.5.tar.xz 318652 BLAKE2B 
9b0e1b07f61b54edc1d263cc679b36d7e9062fd1e7cf11fc9442cf60b217274bc73425150ca963b6a91cd504d7817a852fa5bf4ad7634ff8d1ec3b43748ded41
 SHA512 
096aa77f4a52afefcef81ff6c7eb281e539af304854572389e38bbdd735ca723c7a5f2f7163fa9f387e3a2a78a2ba117260f1c8396ed4e51e12a91ad0fb0ff90
-DIST genkernel-3.5.3.0.tar.xz 320240 BLAKE2B 
5be565cf2c7aac44911c843b6e408f54ca481a31d2c056b519ba159c8112193227b7974ba108b954012dd15d4ab4ac8a2b2bd8b930b01ea78cbf72d9c78dde60
 SHA512 
83fa7b0fb4455cf96f25415d6d6b21f43eefb7b6fb6cbf579dfd9a2811128a2f8a8716b93c9e852db1a26ae1589157aec3548e7b70d516da9fb47293c0032e36
 DIST genkernel-3.5.3.2.tar.xz 320644 BLAKE2B 
14eaf05aab02287c3dbb98f1a596e73bcbea39ceb2c8e44c5bdbb77b656958cee666f4353a2401bad531c2a7a98ee11b2531b251c19edc86db517cf3cc2869ec
 SHA512 
1bee8ebdb8c2c30e90e0a1c573ad09b0eb79da54f0829859305eb50ffab95e69aa219ce82d4969140dea3d8788d66d3490fc03d38e190b533666e9278c7f96a6
 DIST gnupg-1.4.11.tar.bz2 3407075 BLAKE2B 
85d35d2e4da65d54add1010ea0486b943b328785e28c4efcaa2b65daafd53410a355d1df79ae45c5f7767d2eb7ff1f0b9637f417e65b084d2c760a281abd317a
 SHA512 
97e7b8b0f972cc2f7cabdb0e013cbee1c33e7d48407d040cca5c2037e32abe1c2100194be7d3b569d4f05eb16b24c205a5b83f06718f0241f8d4ee174f1c37ae
 DIST gnupg-1.4.22.tar.bz2 3746546 BLAKE2B 
9a2d37eeab10f2a7353804098e865ad45db846696a00a47f5bebf47145f79e0d2bf9c01c0195e2fe79af07946a3feac0d4589656c3e698a3a548ff1dd74ce759
 SHA512 
c03acac0fa55761470bb085d78a44e2b99ebb187e8396cbb031a184b1e40bef2a40c91da07755d1a20610a3daa6aa1eefea2d12a0dbd5a79a45466166419c708



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

2018-04-13 Thread Aaron Bauman
commit: f2a1e08538c931af0ff6252fa6051340bef3e5a2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 13 17:34:44 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 19:33:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a1e085

dev-lang/python: compatibility patch for libressl

This patch fixes building with >=dev-libs/libressl-2.7. Additionally,
the slot and subslot modifier have been updated to ensure rebuilds are
properly triggered. Patch is from upstream commit
4ca0739c9d97ac7cd45499e0d31be68dc659d0e1.

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

 .../files/python-2.7-libressl-compatibility.patch  | 92 ++
 dev-lang/python/python-2.7.14-r1.ebuild|  3 +-
 2 files changed, 94 insertions(+), 1 deletion(-)

diff --git a/dev-lang/python/files/python-2.7-libressl-compatibility.patch 
b/dev-lang/python/files/python-2.7-libressl-compatibility.patch
new file mode 100644
index 000..c9e7a8458e3
--- /dev/null
+++ b/dev-lang/python/files/python-2.7-libressl-compatibility.patch
@@ -0,0 +1,92 @@
+# From https://github.com/python/cpython/pull/6215
+
+# LibreSSL 2.7 introduced OpenSSL 1.1.0 API. The ssl module now detects
+# LibreSSL 2.7 and only provides API shims for OpenSSL < 1.1.0 and
+# LibreSSL < 2.7.
+
+# Documentation updates and fixes for failing tests will be provided in
+# another patch set.
+
+# Signed-off-by: Christian Heimes christ...@python.org.
+# (cherry picked from commit 4ca0739)
+
+#Co-authored-by: Christian Heimes christ...@python.org
+
+--- a/Modules/_ssl.c   2017-09-16 17:38:35.0 +
 b/Modules/_ssl.c   2018-04-13 15:55:10.919424126 +
+@@ -97,6 +102,12 @@
+ 
+ #if (OPENSSL_VERSION_NUMBER >= 0x1010L) && 
!defined(LIBRESSL_VERSION_NUMBER)
+ #  define OPENSSL_VERSION_1_1 1
++#  define PY_OPENSSL_1_1_API 1
++#endif
++
++/* LibreSSL 2.7.0 provides necessary OpenSSL 1.1.0 APIs */
++#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x207fL
++#  define PY_OPENSSL_1_1_API 1
+ #endif
+ 
+ /* Openssl comes with TLSv1.1 and TLSv1.2 between 1.0.0h and 1.0.1
+@@ -118,24 +129,44 @@
+ #endif
+ 
+ /* ALPN added in OpenSSL 1.0.2 */
+-#if !defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 
0x1000200fL && !defined(OPENSSL_NO_TLSEXT)
+-# define HAVE_ALPN
++#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
++# define HAVE_ALPN 1
++#else
++# define HAVE_ALPN 0
++#endif
++
++/* We cannot rely on OPENSSL_NO_NEXTPROTONEG because LibreSSL 2.6.1 dropped
++ * NPN support but did not set OPENSSL_NO_NEXTPROTONEG for compatibility
++ * reasons. The check for TLSEXT_TYPE_next_proto_neg works with
++ * OpenSSL 1.0.1+ and LibreSSL.
++ * OpenSSL 1.1.1-pre1 dropped NPN but still has TLSEXT_TYPE_next_proto_neg.
++ */
++#ifdef OPENSSL_NO_NEXTPROTONEG
++# define HAVE_NPN 0
++#elif (OPENSSL_VERSION_NUMBER >= 0x10101000L) && 
!defined(LIBRESSL_VERSION_NUMBER)
++# define HAVE_NPN 0
++#elif defined(TLSEXT_TYPE_next_proto_neg)
++# define HAVE_NPN 1
++#else
++# define HAVE_NPN 0
+ #endif
+ 
+ #ifndef INVALID_SOCKET /* MS defines this */
+ #define INVALID_SOCKET (-1)
+ #endif
+ 
+-#ifdef OPENSSL_VERSION_1_1
+-/* OpenSSL 1.1.0+ */
+-#ifndef OPENSSL_NO_SSL2
+-#define OPENSSL_NO_SSL2
+-#endif
+-#else /* OpenSSL < 1.1.0 */
+-#if defined(WITH_THREAD)
++/* OpenSSL 1.0.2 and LibreSSL needs extra code for locking */
++#if !defined(OPENSSL_VERSION_1_1) && defined(WITH_THREAD)
+ #define HAVE_OPENSSL_CRYPTO_LOCK
+ #endif
+ 
++#if defined(OPENSSL_VERSION_1_1) && !defined(OPENSSL_NO_SSL2)
++#define OPENSSL_NO_SSL2
++#endif
++
++#ifndef PY_OPENSSL_1_1_API
++/* OpenSSL 1.1 API shims for OpenSSL < 1.1.0 and LibreSSL < 2.7.0 */
++
+ #define TLS_method SSLv23_method
+ 
+ static int X509_NAME_ENTRY_set(const X509_NAME_ENTRY *ne)
+@@ -178,7 +209,7 @@
+ {
+ return store->param;
+ }
+-#endif /* OpenSSL < 1.1.0 or LibreSSL */
++#endif /* OpenSSL < 1.1.0 or LibreSSL < 2.7.0 */
+ 
+ 
+ enum py_ssl_error {

diff --git a/dev-lang/python/python-2.7.14-r1.ebuild 
b/dev-lang/python/python-2.7.14-r1.ebuild
index 7a006eb67d7..f5e6506189e 100644
--- a/dev-lang/python/python-2.7.14-r1.ebuild
+++ b/dev-lang/python/python-2.7.14-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="app-arch/bzip2:0=
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
ssl? (
!libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
+   libressl? ( dev-libs/libressl:0= )
)
tk? (
>=dev-lang/tcl-8.0:0=
@@ -102,6 +102,7 @@ src_prepare() {
epatch "${FILESDIR}/python-2.7.10-cross-compile-warn-test.patch"
epatch "${FILESDIR}/python-2.7.10-system-libffi.patch"
epatch "${FILESDIR}/2.7-disable-nis.patch"
+   epatch "${FILESDIR}/python-2.7-libressl-compatibility.patch"
 
epatch_user
 



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

2018-04-13 Thread Pacho Ramos
commit: ee4cb90f27ba190f3be9faae6f4620aed4313b20
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:38:56 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:32:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4cb90f

dev-db/sqldeveloper: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-db/sqldeveloper/Manifest   |  3 -
 .../sqldeveloper/sqldeveloper-4.0.2.15.21.ebuild   | 88 
 .../sqldeveloper-4.1.3.20.78-r1.ebuild | 97 --
 .../sqldeveloper/sqldeveloper-4.1.5.21.78.ebuild   | 97 --
 4 files changed, 285 deletions(-)

diff --git a/dev-db/sqldeveloper/Manifest b/dev-db/sqldeveloper/Manifest
index a1c39be1ad4..2630f4059ab 100644
--- a/dev-db/sqldeveloper/Manifest
+++ b/dev-db/sqldeveloper/Manifest
@@ -1,4 +1 @@
-DIST sqldeveloper-4.0.2.15.21-no-jre.zip 235443867 BLAKE2B 
41982f06998653c6dc67ea368fc244646b93ba83f7b02e58a4f172b5b2fd613873f1eb4a5f9f01f0a6b2c412f558fc9cb1e4efb2de75bfc3b7a43816a247d1f8
 SHA512 
e67b0f3d127adbc6cb77b3eb822834a6c41be7039c54eceb85e8c882704684a02dd036f078408192ad2cbcb963dfb0ba583e99a9f7b7db36b1e9a1f96e555880
-DIST sqldeveloper-4.1.3.20.78-no-jre.zip 331401110 BLAKE2B 
e4bd3e660bcc0a131d9c2cc0bc4b49c8b4e6051b7162e38e86105d30931d2207767ec1ea38eaa61dad31804802c2a010f70f752700f9eb52a5e9bbf936b957f6
 SHA512 
828a751bc9df7bdc59f9b89b317189826e328671d081df24d39a102aeefaf5a0a56e01e066802da1ee92617bf1fdb77ad598b448043dd7f4239f2103efb4427b
-DIST sqldeveloper-4.1.5.21.78-no-jre.zip 349775471 BLAKE2B 
87a4288b493306971f9aee490223843d76ed2c19c5353a3021295ddf13de6b552e3a8c03f4fd48d8150583982942f205ae261c0f4b41ba146de3c785560d039a
 SHA512 
06535a2d60ce140fa08cf937e9bb38d0a8ecefcb1b68675b547d4682c2e514ba62121e4363cf655c10de149e39a5e7d1d4a61c8cf79d7388b2998bf9b0098601
 DIST sqldeveloper-4.2.0.17.089.1709-no-jre.zip 348604841 BLAKE2B 
0c3adff04f148102e6460c7550f787329c7e5a69aca0b81c2de4725b9c9ea27c03bb2f588671a95371aa3612839805f2042855b443bb5635c70d0e0b2140295b
 SHA512 
4d1e270376ae125a60146228e35fcb2cb615d593c0e9f2ca98e4deef4d8fd1ddff59cf15064d63e33e77125f49e8da9fe317ed1fd96a9b00a699bf6c5e739874

diff --git a/dev-db/sqldeveloper/sqldeveloper-4.0.2.15.21.ebuild 
b/dev-db/sqldeveloper/sqldeveloper-4.0.2.15.21.ebuild
deleted file mode 100644
index 57a691f893a..000
--- a/dev-db/sqldeveloper/sqldeveloper-4.0.2.15.21.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils java-pkg-2
-
-DESCRIPTION="Oracle SQL Developer is a graphical tool for database development"
-HOMEPAGE="http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html";
-SRC_URI="${P}-no-jre.zip"
-RESTRICT="fetch"
-
-LICENSE="OTN"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="mssql mysql sybase"
-
-DEPEND="mssql? ( dev-java/jtds:1.2 )
-   mysql? ( dev-java/jdbc-mysql:0 )
-   sybase? ( dev-java/jtds:1.2 )"
-RDEPEND=">=virtual/jdk-1.7.0
-   dev-java/java-config:2
-   ${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-pkg_nofetch() {
-   eerror "Please go to"
-   eerror "${HOMEPAGE}"
-   eerror "and download"
-   eerror "Oracle SQL Developer for other platforms"
-   eerror "${SRC_URI}"
-   eerror "and move it to ${DISTDIR}"
-}
-
-src_prepare() {
-   # we don't need these, do we?
-   find ./ \( -iname "*.exe" -or -iname "*.dll" -or -iname "*.bat" \) 
-exec rm {} +
-
-   # they both use jtds, enabling one of them also enables the other one
-   if use mssql && ! use sybase; then
-   einfo "You requested MSSQL support, this also enables Sybase 
support."
-   fi
-   if use sybase && ! use mssql; then
-   einfo "You requested Sybase support, this also enables MSSQL 
support."
-   fi
-
-   if use mssql || use sybase; then
-   echo "AddJavaLibFile $(java-pkg_getjars jtds-1.2)" >> 
sqldeveloper/bin/sqldeveloper.conf
-   fi
-
-   if use mysql; then
-   echo "AddJavaLibFile $(java-pkg_getjars jdbc-mysql)" >> 
sqldeveloper/bin/sqldeveloper.conf
-   fi
-}
-
-src_install() {
-   dodir /opt/${PN}
-   # NOTE For future version to get that line (what to copy) go to the 
unpacked sources dir
-   # using `bash` and press Meta+_ (i.e. Meta+Shift+-) -- that is a 
builtin bash feature ;-)
-   cp -r 
{configuration,d{ataminer,ropins,vt},e{quinox,xternal},ide,j{avavm,d{bc,ev},lib,views},modules,netbeans,r{dbms,eadme.html},s{leepycat,ql{cli,developer,j},vnkit}}
 \
-   "${D}"/opt/${PN}/ || die "Install failed"
-
-   dobin "${FILESDIR}"/${PN} || die "Install failed"
-
-   mv icon.png ${PN}-32x32.png || die
-   doicon ${PN}-32x32.png || die
-   make_desktop_entry ${PN} "Oracle SQL Developer" ${PN}-32x32 || die
-}
-
-pkg_postinst() {
-   # this temporary fixe

[gentoo-commits] repo/gentoo:master commit in: dev-java/backport-util-concurrent/

2018-04-13 Thread Pacho Ramos
commit: cc47c7c1d3c4eb8a3d402f4aea6be729c9adea3f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:34:37 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:31:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc47c7c1

dev-java/backport-util-concurrent: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../backport-util-concurrent-3.1.ebuild| 54 --
 1 file changed, 54 deletions(-)

diff --git 
a/dev-java/backport-util-concurrent/backport-util-concurrent-3.1.ebuild 
b/dev-java/backport-util-concurrent/backport-util-concurrent-3.1.ebuild
deleted file mode 100644
index 2a1de217e8c..000
--- a/dev-java/backport-util-concurrent/backport-util-concurrent-3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-JAVA_PKG_IUSE="doc source test"
-inherit java-pkg-2 java-ant-2
-
-SF_PN="backport-jsr166"
-MY_P="${PN}-Java60-${PV}"
-
-DESCRIPTION="A portability wrapper for java.util.concurrent API (jsr166) 6.0"
-HOMEPAGE="http://${SF_PN}.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${SF_PN}/${PV}/${MY_P}-src.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.6
-   test? ( =dev-java/junit-3* )
-   app-arch/unzip"
-RDEPEND=">=virtual/jre-1.6"
-
-S="${WORKDIR}/${MY_P}-src"
-
-java_prepare() {
-   if use test; then
-   # make test not depend on make
-   epatch "${FILESDIR}/${PN}-3.0-test.patch"
-   else
-   # don't compile test classes
-   epatch "${FILESDIR}/${PN}-3.0-notest.patch"
-   fi
-
-   cd "${S}/external"
-   rm -v *.jar || die
-
-   use test && java-pkg_jar-from --build-only junit
-}
-
-EANT_BUILD_TARGET="javacompile archive"
-
-src_test() {
-   eant test
-}
-
-src_install() {
-   java-pkg_dojar ${PN}.jar
-   dohtml README.html || die
-
-   use doc && java-pkg_dojavadoc doc/api
-   use source && java-pkg_dosrc src/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jung/

2018-04-13 Thread Pacho Ramos
commit: 9edf404822fbce9f84316f1c02b5739fe1c9994a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:36:35 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:31:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edf4048

dev-java/jung: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-java/jung/jung-1.7.6.ebuild | 51 -
 1 file changed, 51 deletions(-)

diff --git a/dev-java/jung/jung-1.7.6.ebuild b/dev-java/jung/jung-1.7.6.ebuild
deleted file mode 100644
index bbe81f6a745..000
--- a/dev-java/jung/jung-1.7.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="The Java Universal Network/Graph Framework"
-HOMEPAGE="http://jung.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-COMMON_DEP="dev-java/colt:0
-   dev-java/commons-collections"
-
-RDEPEND=">=virtual/jre-1.4
-   ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.4
-   dev-java/junit:0
-   app-arch/unzip
-   ${COMMON_DEP}"
-
-PATCHES=( "${FILESDIR}/${P}-build.xml.patch" )
-
-S="${WORKDIR}/src"
-
-java_prepare() {
-   epatch "${PATCHES[@]}"
-   rm -R doc/*
-   find "${WORKDIR}" -iname '*.jar' -delete
-   find "${WORKDIR}" -iname '*.class' -delete
-   java-pkg_jar-from --into ../lib colt
-   java-pkg_jar-from --into ../lib commons-collections
-   java-pkg_jar-from --build-only --into ../lib junit
-}
-
-src_compile() {
-   eant -Djardir="../lib" jar $(use_doc)
-}
-
-src_install() {
-   java-pkg_newjar "${P}.jar"
-   use doc && java-pkg_dojavadoc doc
-   use source && java-pkg_dosrc edu
-}



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

2018-04-13 Thread Pacho Ramos
commit: 8ee5d0657fc8fe076f89bfb836adce43214a7677
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:35:56 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:31:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee5d065

dev-db/henplus: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-db/henplus/henplus-0.9.8.ebuild | 43 -
 1 file changed, 43 deletions(-)

diff --git a/dev-db/henplus/henplus-0.9.8.ebuild 
b/dev-db/henplus/henplus-0.9.8.ebuild
deleted file mode 100644
index 97a42b47f1f..000
--- a/dev-db/henplus/henplus-0.9.8.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 eutils java-ant-2
-
-DESCRIPTION="Java-based multisession SQL shell for databases with JDBC support"
-HOMEPAGE="http://henplus.sf.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="dev-java/commons-cli:1
-   dev-java/libreadline-java:0"
-RDEPEND=">=virtual/jre-1.4
-   ${COMMON_DEPEND}"
-DEPEND=">=virtual/jdk-1.4
-   ${COMMON_DEPEND}"
-
-java_prepare() {
-   epatch "${FILESDIR}/0.9.8-build.xml.patch"
-   rm -v lib/*.jar lib/*/*.jar || die
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="commons-cli-1,libreadline-java"
-
-src_install () {
-   java-pkg_dojar "build/${PN}.jar"
-
-   java-pkg_dolauncher ${PN} -pre "${FILESDIR}/${PN}.pre" \
-   --main henplus.HenPlus
-
-   dodoc README || die
-   dohtml doc/HenPlus.html || die
-   use doc && java-pkg_dojavadoc javadoc/api
-
-   use source && java-pkg_dosrc "src/${PN}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/resin-servlet-api/

2018-04-13 Thread Pacho Ramos
commit: eabb70b2c8d9ce0b65e0127ad529f75c85e7edf1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:38:23 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:32:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabb70b2

dev-java/resin-servlet-api: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-java/resin-servlet-api/Manifest|  2 -
 .../resin-servlet-api-4.0.26.ebuild| 49 --
 .../resin-servlet-api-4.0.44.ebuild| 47 -
 3 files changed, 98 deletions(-)

diff --git a/dev-java/resin-servlet-api/Manifest 
b/dev-java/resin-servlet-api/Manifest
index 3315739a32e..61f97d90124 100644
--- a/dev-java/resin-servlet-api/Manifest
+++ b/dev-java/resin-servlet-api/Manifest
@@ -1,8 +1,6 @@
 DIST resin-3.0.25-src.zip 10690692 BLAKE2B 
dde17819f958053bfe2e1ac0068db0a56c068185d676dce047769ffcd219036318e0f1adc0fee1757136aa4d5f8c75e112e286cb66d445bd30a283afe2c6ebba
 SHA512 
f80f109b120cfbb484614c733cd10e0e057b7a704a7a00d2a6b83d95876558e4800ecc6d9fe3a3b8ddc32f9d556a51145edc3d08a8625937b8c06f413a335057
 DIST resin-3.1.12-src.zip 13579367 BLAKE2B 
4c5205296f4fd35bbcfd2c0b9a665d83308def83d31df9e919d1823a2bf256f4668fd8b75c05681277e6f3d87a3a5a76c9761ebbd1aad9489b88245a3d0e39b5
 SHA512 
5d348482175962e4e0401437fa69ce3c7569e514ab7b02ef236937686cfb5185b5cef2deef831d510cf458a41d786457041f579d551c9f1f1aab49829015ff6f
-DIST resin-4.0.26-src.zip 17879008 BLAKE2B 
3c8a510fbcbeb1576033841a90ec3e1ffdcae63f4e5b64196e078ce8d1fa6a29aa436ff48f38bb030be8c6d8cd4ca2528b140b10d902d1b8513d6f55a059d63a
 SHA512 
aae0304664c67667b9abf304ccc3dbaf073be42fcd1dd6aa380d841a34a2a44f0187fa91abe6bf92bf66f394b4b2d4eda7c4c9a55b5cb8a76436446cca3d5512
 DIST resin-4.0.27-src.zip 17990178 BLAKE2B 
2da8c4bae7328f0a39fc7cc84c2d7a25408a8242150a9b324cc34a15e0342ed709b9e1db8773873d804d59b47f0c62945433d211fe06ded03db1aad39c46a6d6
 SHA512 
ce1d7eb19ab722c2942d82b6ce80ddd193907d6062df361501d28adbbe57e6b7a2effc734e7820bc73d7743b2546799bc6badbcc2187c7da75cab0b9294b8a53
-DIST resin-4.0.44-src.zip 40342346 BLAKE2B 
3ad80e84bcc18a44d6af3441f042b43d74a98318d4d906883ac6074f33420c7bb02dfd6b264e918865f10e48f36dfeb8e8d9ec18b995cedb6ea2010c13912fab
 SHA512 
bef7cc8e42522396b6041e6b38858f8f2ef92f0a753b7a86e191f62f6060810930765cb834eeb53404e08f8b9b3f2e4c4d3b632cb9b80edf929b4a41bbb3d5f8
 DIST resin-4.0.46-src.zip 40400255 BLAKE2B 
e31505ba82a8e87ea0b28634b3055c3a01d6629483c2d5ab6af4b428c9cb5d7803b7ed7de58181222bae669412c239458c43be35f23922f3414ce7ac0173ee56
 SHA512 
49f468706a3269f851a6b359d6020b01dadb312890c97208b1a66353fb82b2d95625947a472d8d3e535d0c52ec6ad3e110eb4d227014fe7a89f313ae1df6970f
 DIST resin-gentoo-patches-3.0.25.tar.bz2 4781 BLAKE2B 
df087e05a80442c44969ccd20099ad5ff5d1e6ab92886255cfa262bcce73043f07b01109e84e224dd991c43730d6c0795bf63bde3b8aaa5fa6dbf749dfbb78f5
 SHA512 
23ce290e97f18248e08e0b3b7ccf37f60a4b0bf2c3aa28d856384295a286b3eeb9636e299e0620c2c858f8e523806707fe1d4531070ee7ffb4037ad483e6d035
 DIST resin-gentoo-patches-3.1.12.tar.bz2 1618 BLAKE2B 
672ff977f307d0abe225bdc57bed8778d0855c175532a39f8984dae39aaecb4a708f569179e76d5dbdd47df25f9ca7ae75f7880c8adc85f74a3ab52dc3ecc8fb
 SHA512 
12dfd508765c46a9c9ca782e1b63def2989a3d2e025b3e8a7b15e5b389976aeba898e1659044a737156d953c0eaca9a4a461a9c71dc601aaaeddac8cd5da03ea

diff --git a/dev-java/resin-servlet-api/resin-servlet-api-4.0.26.ebuild 
b/dev-java/resin-servlet-api/resin-servlet-api-4.0.26.ebuild
deleted file mode 100644
index e73b7d1f7ec..000
--- a/dev-java/resin-servlet-api/resin-servlet-api-4.0.26.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Resin Servlet API 3.0/JSP API 2.1 implementation"
-HOMEPAGE="http://www.caucho.com/";
-SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip";
-
-LICENSE="GPL-2"
-SLOT="3.0"
-KEYWORDS="amd64 ppc64 x86"
-
-IUSE=""
-
-COMMON_DEP=""
-
-RDEPEND=">=virtual/jre-1.6
-   ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip
-   ${COMMON_DEP}"
-
-S="${WORKDIR}/resin-${PV}"
-
-src_unpack() {
-   unpack ${A}
-
-   cd "${S}"
-   rm -f modules/ext/*.jar project-jars/*.jar webapp-jars/*.jar
-   java-ant_bsfix_files build-common.xml || die
-}
-
-EANT_BUILD_TARGET="servlet16"
-EANT_DOC_TARGET=""
-
-src_install() {
-   java-pkg_newjar "modules/servlet16/dist/servlet-16.jar"
-   use source && java-pkg_dosrc "${S}"/modules/servlet16/src/*
-
-   dosym "${PN}.jar" "/usr/share/${PN}-${SLOT}/lib/servlet-api.jar"
-   java-pkg_regjar "${D}/usr/share/${PN}-${SLOT}/lib/servlet-api.jar"
-   dosym "${PN}.jar" "/usr/share/${PN}-${SLOT}/lib/jsp-api.jar"
-   java-pkg_regjar "${D}/usr/share/${PN}-${SLOT}/lib/jsp-api.jar"
-}

diff --git a/dev-java/resin-servlet-api/resin-servlet-api-4.0.44.ebuil

[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxdm/, lxde-base/lxdm/files/

2018-04-13 Thread Pacho Ramos
commit: 2b0a858a59cd7e0cb063d9383b4b3598f3efc2a3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:37:45 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:32:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0a858a

lxde-base/lxdm: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 lxde-base/lxdm/Manifest|  1 -
 .../lxdm/files/lxdm-0.4.1-configure-add-pam.patch  | 45 ---
 lxde-base/lxdm/files/lxdm-0.4.1-event-check.patch  | 25 --
 .../lxdm/files/lxdm-0.4.1-fix-optional-pam.patch   | 31 
 .../lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch| 16 
 .../lxdm-0.4.1-git-fix-null-pointer-deref.patch| 51 -
 .../files/lxdm-0.4.1-missing-pam-defines.patch | 29 ---
 .../files/lxdm-0.4.1-optional-consolekit.patch | 43 ---
 .../files/lxdm-0.4.1-pam_console-disable.patch |  9 ---
 .../lxdm/files/lxdm-0.4.1-selinux-support.patch|  7 --
 lxde-base/lxdm/lxdm-0.4.1-r9.ebuild| 89 --
 lxde-base/lxdm/lxdm-0.5.3.ebuild   | 66 
 12 files changed, 412 deletions(-)

diff --git a/lxde-base/lxdm/Manifest b/lxde-base/lxdm/Manifest
index d1857d297fc..c32620da1a4 100644
--- a/lxde-base/lxdm/Manifest
+++ b/lxde-base/lxdm/Manifest
@@ -1,2 +1 @@
-DIST lxdm-0.4.1.tar.gz 296714 BLAKE2B 
bcc2122a5a9bd59e3d29b8e7932ebc5f399cf3bb6ae2bda02329f7b82ff54dfd4c2b7cf5675d917e9db1df354cfad43a39febefe3ef29284fa09c33a76bbb2d6
 SHA512 
8ed4a955a910def4db66958d1cb24976db178b8763199a024b6c2119894745e3646566c42d01472dffbbcbb7fd21784b01e74dc88038e01caebaa3b6d720ff27
 DIST lxdm-0.5.3.tar.xz 239132 BLAKE2B 
9d27feb60452af49127972ce0ecdc25122f5f86961f65512fd6c185c5d6ca03e637fab703fa2df156dba8a3d0ef4e7cf9f55e20762ba49bb14dc4ee8a82b1fa3
 SHA512 
0e3539c595a71cb850c1756dd075b8d477a4e111a4167714057cac06650e9587f338f797f14122e7b2a2f4ad35b38cd7172b83e996758abeeaf0146d65bbc26f

diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-configure-add-pam.patch 
b/lxde-base/lxdm/files/lxdm-0.4.1-configure-add-pam.patch
deleted file mode 100644
index d91bf75a67b..000
--- a/lxde-base/lxdm/files/lxdm-0.4.1-configure-add-pam.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 949ee91acb55baeb4b8761957eabd2e5a345d2ae Mon Sep 17 00:00:00 2001
-From: Mitch Harder 
-Date: Thu, 8 Dec 2011 11:02:28 -0600
-Subject: Fix configure.ac test for pam libs.
-
-A bug report on Gentoo noted that the configure test for pam
-wasn't working correctly.
-https://bugs.gentoo.org/show_bug.cgi?id=384615
-
-This corrections borrows the configure.ac pam testing method used in xdm.

- configure.ac |   13 +++--
- 1 files changed, 11 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index e952473..eaa883a 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -14,12 +14,21 @@ AC_PROG_INSTALL
- AM_PROG_CC_C_O
- 
- # Checks for libraries.
- AC_CHECK_LIB([crypt], [crypt])
- 
--AC_ARG_WITH(pam,AC_HELP_STRING([--without-pam],[build without pam]),
--[],[AC_CHECK_LIB([pam], [pam_open_session])])
-+# Check for PAM support
-+AC_ARG_WITH(pam, AC_HELP_STRING([--with-pam],[Use PAM for authentication]),
-+  [USE_PAM=$withval], [USE_PAM=$use_pam_default])
-+if test "x$USE_PAM" != "xno" ; then
-+  AC_SEARCH_LIBS(pam_open_session,[pam])
-+  AC_CHECK_FUNC(pam_open_session, 
-+  [AC_DEFINE(USE_PAM,1,[Use PAM for authentication])],
-+  [if test "x$USE_PAM" != "xtry" ; then
-+  AC_MSG_ERROR(["PAM support requested, but 
pam_open_session not found."])
-+   fi])
-+fi
- 
- AC_CHECK_LIB([ck-connector],[ck_connector_open_session])
- 
- # Checks for header files.
- AC_PATH_X
--- 
-1.7.3.4
-

diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-event-check.patch 
b/lxde-base/lxdm/files/lxdm-0.4.1-event-check.patch
deleted file mode 100644
index 4c2d5b35235..000
--- a/lxde-base/lxdm/files/lxdm-0.4.1-event-check.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From d4e41ecb36a1ea29482b75674d804bb0f05540b2 Mon Sep 17 00:00:00 2001
-From: dgod 
-Date: Sun, 25 Dec 2011 15:23:19 +0800
-Subject: [PATCH 1/1] fix event check bug caused cpu 100%
-

- src/lxcom.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/lxcom.c b/src/lxcom.c
-index 02763eb..18ee12e 100644
 a/src/lxcom.c
-+++ b/src/lxcom.c
-@@ -89,7 +89,7 @@ static gboolean lxcom_prepare (GSource *source,gint *timeout)
- 
- static gboolean lxcom_check(GSource *source)
- {
--  return TRUE;
-+  return (((LXComSource*)source)->poll.revents&G_IO_IN)?TRUE:FALSE;
- }
- 
- static gboolean lxcom_dispatch (GSource *source,GSourceFunc callback,gpointer 
user_data)
--- 
-1.7.4.1
-

diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch 
b/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch
deleted file mode 100644
index 0aecc08593d..000
--- a/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch
+++ /dev/nul

[gentoo-commits] repo/gentoo:master commit in: dev-java/jupidator/

2018-04-13 Thread Pacho Ramos
commit: d8d463bda2d3f8baf68afeb81ae8259c7fc2a02a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:36:52 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:31:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d463bd

dev-java/jupidator: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-java/jupidator/Manifest   |  1 -
 dev-java/jupidator/jupidator-0.6.0.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-java/jupidator/Manifest b/dev-java/jupidator/Manifest
index a3c88d96c94..b33d40b0e2e 100644
--- a/dev-java/jupidator/Manifest
+++ b/dev-java/jupidator/Manifest
@@ -1,2 +1 @@
 DIST jupidator-0.6.0.tar.bz2 253170 BLAKE2B 
0a32df25c2885115ba914ecbcad8d8c426893eace2f8067a3f6c858ae15f3573e9106693694acc9179fe6841e5f3a664a0b1038cbda001dbbee08b475914d29b
 SHA512 
5e96831ca41b6871eb5f6c883c21eae17474844a74fc5e103b534d6e225d0a16ef98149da1d52728e737607eb7ece586f05aafa0a0ada29c4c28ff3e078a2415
-DIST jupidator.0.6.0.tar.bz2 253170 BLAKE2B 
0a32df25c2885115ba914ecbcad8d8c426893eace2f8067a3f6c858ae15f3573e9106693694acc9179fe6841e5f3a664a0b1038cbda001dbbee08b475914d29b
 SHA512 
5e96831ca41b6871eb5f6c883c21eae17474844a74fc5e103b534d6e225d0a16ef98149da1d52728e737607eb7ece586f05aafa0a0ada29c4c28ff3e078a2415

diff --git a/dev-java/jupidator/jupidator-0.6.0.ebuild 
b/dev-java/jupidator/jupidator-0.6.0.ebuild
deleted file mode 100644
index 690f152de27..000
--- a/dev-java/jupidator/jupidator-0.6.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source"
-WANT_ANT_TASKS="ant-nodeps"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-MY_P="${PN}.${PV}"
-
-DESCRIPTION="Jupidator is a library/tool in Java for automatic updating of 
applications"
-HOMEPAGE="http://www.sourceforge.net/projects/jupidator";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5
-   dev-java/ant-core"
-DEPEND=">=virtual/jdk-1.5
-   dev-java/ant-core
-   doc? ( app-text/xmlto )
-   sys-devel/gettext"
-
-S="${WORKDIR}/${PN}"
-
-java_prepare() {
-   rm -v dist/*.jar || die
-   rm -rv src/java/org/apache/tools/bzip2 || die
-   #Bundled ant classes
-   java-ant_rewrite-classpath nbproject/build-impl.xml
-   chmod +x i18n/make.sh || die
-}
-
-src_compile() {
-   ANT_TASKS="ant-nodeps" eant -Dgentoo.classpath="$(java-pkg_getjars 
ant-core)" compile jar
-}
-
-src_install() {
-   java-pkg_dojar dist/${PN}.jar
-   use doc && java-pkg_dohtml -r dist/doc
-   use source && java-pkg_dosrc src/java/com
-}



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

2018-04-13 Thread Pacho Ramos
commit: 6f3d0006d7647960fddfe32c6b373be69f8dfa4c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:35:35 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:31:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3d0006

dev-java/commons-lang: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-java/commons-lang/commons-lang-2.0-r2.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/dev-java/commons-lang/commons-lang-2.0-r2.ebuild 
b/dev-java/commons-lang/commons-lang-2.0-r2.ebuild
deleted file mode 100644
index 4df1c77e13c..000
--- a/dev-java/commons-lang/commons-lang-2.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Jakarta components to manipulate core java classes"
-HOMEPAGE="http://commons.apache.org/lang/";
-SRC_URI="mirror://apache/jakarta/commons/lang/source/${P}-src.tar.gz"
-DEPEND=">=virtual/jdk-1.4
-   test? ( dev-java/ant-junit )"
-RDEPEND=">=virtual/jre-1.4"
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-S="${WORKDIR}/${P}-src"
-
-java_prepare() {
-   rm -v *.jar || die
-}
-
-src_install() {
-   java-pkg_newjar dist/${P}.jar ${PN}.jar
-
-   dodoc RELEASE-NOTES.txt || die
-   java-pkg_dohtml DEVELOPERS-GUIDE.html PROPOSAL.html STATUS.html
-   use doc && java-pkg_dojavadoc dist/docs/api
-   use source && java-pkg_dosrc src/java/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jcifs/

2018-04-13 Thread Pacho Ramos
commit: 7a8bdeea4dea0ceb8ca339ea7c15e1728ea01e0f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 13 18:36:16 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 13 19:31:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8bdeea

dev-java/jcifs: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-java/jcifs/jcifs-1.3.17-r1.ebuild | 40 ---
 1 file changed, 40 deletions(-)

diff --git a/dev-java/jcifs/jcifs-1.3.17-r1.ebuild 
b/dev-java/jcifs/jcifs-1.3.17-r1.ebuild
deleted file mode 100644
index f5a1b1ecc8d..000
--- a/dev-java/jcifs/jcifs-1.3.17-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc examples source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
-SRC_URI="https://jcifs.samba.org/src/${P}.tgz";
-HOMEPAGE="https://jcifs.samba.org/";
-LICENSE="LGPL-2.1"
-SLOT="1.1"
-KEYWORDS="amd64 ppc64 x86"
-RDEPEND=">=virtual/jre-1.4
-   java-virtuals/servlet-api:2.4"
-DEPEND=">=virtual/jdk-1.4
-   ${RDEPEND}"
-IUSE=""
-
-S=${WORKDIR}/${P/-/_}
-
-java_prepare() {
-   rm -v *.jar || die
-   epatch "${FILESDIR}/${PV}-build.xml.patch"
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_EXTRA_ARGS="-DhasServlet=true"
-EANT_GENTOO_CLASSPATH="servlet-api-2.4"
-
-src_install() {
-   java-pkg_newjar ${P}.jar
-
-   dodoc README.txt || die
-   # other stuff besides javadocs
-   use doc && java-pkg_dohtml -r docs/*
-   use source && java-pkg_dosrc src/*
-   use examples && java-pkg_doexamples examples
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-modemlights-plugin/

2018-04-13 Thread Denis Dupeyron
commit: 5df82772ff26ea98d5eec020b43b1fd021b4976c
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Fri Apr 13 19:29:32 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Fri Apr 13 19:31:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df82772

xfce-extra/xfce4-modemlights-plugin: remove obsolete xfconf.eclass, migrate to 
EAPI6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-modemlights-plugin-0.1.3.99-r1.ebuild| 35 ++
 1 file changed, 35 insertions(+)

diff --git 
a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
 
b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
new file mode 100644
index 000..02d23ae0b33
--- /dev/null
+++ 
b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit multilib gnome2-utils
+
+DESCRIPTION="A panel plug-in intended to simplify establishing a ppp 
connection"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-modemlights-plugin";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2
+   x11-libs/gtk+:2
+   >=xfce-base/libxfce4util-4.8
+   >=xfce-base/libxfcegui4-4.8
+   >=xfce-base/xfce4-panel-4.8"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-04-13 Thread Lars Wendler
commit: 89d5cc010cdf7bc7642dff4c2c4dd9632e3f6cc5
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Apr 13 19:18:09 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Apr 13 19:21:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d5cc01

app-misc/tmux: Bump to version 2.7

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/tmux/Manifest|  1 +
 app-misc/tmux/tmux-2.7.ebuild | 89 +++
 2 files changed, 90 insertions(+)

diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
index 71f046111ef..077cc9d2edd 100644
--- a/app-misc/tmux/Manifest
+++ b/app-misc/tmux/Manifest
@@ -2,5 +2,6 @@ DIST tmux-2.2.tar.gz 466852 BLAKE2B 
78bc503955686a1b8aa80c0686aa2b05c32bb54078c0
 DIST tmux-2.3.tar.gz 473944 BLAKE2B 
348bb0492332d2c52d11be2aa128552ca374feb8ac2cf91d395fe5896d1fd791e62c3a526df7c744ef888eaaa1aa91ffa110dcc5626b72169aac7dc7f7293dd2
 SHA512 
521e3734104be43837cba95d8b3d050d033708fa7469f7e7db66ae6993b002c4d9f6bafec41f3c9446eda91a4499e571019534dfa2e5a0563085b2d16e1b94af
 DIST tmux-2.5.tar.gz 475717 BLAKE2B 
c702949c7490b637ca99dc6b98d92af917e437374159153c6b955821d056fcbe676441974f42cb271db4dc69746765bb83e5a86a7d51e35d900a1a4f77e60ead
 SHA512 
c0e8365a553d034e347f2f7a0d64f04e2be4307a75a9f72c8218fc56b72e531f3f37fe4a8f0e8d70801f5f62ee250ab7e9978abd6d101d273f76b4a1a92b08e0
 DIST tmux-2.6.tar.gz 481000 BLAKE2B 
adbd276261f3f4be9d67c6c0fbad28a90eabbecfa68ebbc104fe56acaa9b7bd005060b854ce0a0e669fdf41dd058bfa8450a85a78f71f7248a44d25458f7d3bc
 SHA512 
20a1ae8b8494c5b42757902322f3877731c2cc330c9c00f097a317785d25252b7ebaa8bbab9fc17843299e80cb2914aaac0a664715a85c50f7ea489d23753832
+DIST tmux-2.7.tar.gz 487585 BLAKE2B 
9c56da03bd12b358fcbed82def9680c34e1e485f906cf9b90a501e53b109c43d1ee843972d26e677de2c34830e599edee022dc1c17e1e5c935ed232caacb2b01
 SHA512 
7839ef748ea55df8c02c727047f65bd235b5e3b8ab23157246071e1b9954fa269594da9fbd0fabf6a850e3b5dfda962a0a067c1507411c92a84d1db2666ecf37
 DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 
04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496
 SHA512 
fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979
 DIST tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca 5626 BLAKE2B 
dd22713fee56e3dadd573c888ab17561879f756df369cdbe552e052842f527c5310c6cd46342ccd3e3e01835d0f616f4ecb202567674dc4809bc08253ad66bea
 SHA512 
956b2c1ca08e3c92aa39c9df54fbe1c661d0e076c91628c4b88f81f97104241b6505412fa0e21a681adc231eb2e6e7feee850474d4277812d186548bbb05f6d1

diff --git a/app-misc/tmux/tmux-2.7.ebuild b/app-misc/tmux/tmux-2.7.ebuild
new file mode 100644
index 000..33446641593
--- /dev/null
+++ b/app-misc/tmux/tmux-2.7.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic versionator
+
+DESCRIPTION="Terminal multiplexer"
+HOMEPAGE="http://tmux.github.io/";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_*}/${P/_/-}.tar.gz";
+
+LICENSE="ISC"
+SLOT="0"
+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"
+IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
+
+CDEPEND="
+   dev-libs/libevent:0=
+   sys-libs/ncurses:0=
+   utempter? (
+   kernel_linux? ( sys-libs/libutempter )
+   kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
+   )
+"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-screen )
+   vim-syntax? (
+   || (
+   app-editors/vim
+   app-editors/gvim
+   )
+   )"
+
+DOCS=( CHANGES README TODO )
+
+S="${WORKDIR}/${P/_/-}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.4-flags.patch
+
+   # usptream fixes (can be removed with next version bump)
+)
+
+src_prepare() {
+   # bug 438558
+   # 1.7 segfaults when entering copy mode if compiled with -Os
+   replace-flags -Os -O2
+
+   # regenerate aclocal.m4 to support earlier automake versions
+   rm aclocal.m4 || die
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --sysconfdir="${EPREFIX}"/etc
+   $(use_enable debug)
+   $(use_enable utempter)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   einstalldocs
+
+   dodoc example_tmux.conf
+   docompress -x /usr/share/doc/${PF}/example_tmux.conf
+}
+
+pkg_postinst() {
+   if ! version_is_at_least 1.9a ${REPLACING_VERSIONS:-1.9a}; then
+   echo
+   ewarn "Some configuration opti

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

2018-04-13 Thread Lars Wendler
commit: eadbf99e1da48ae7ec3b1a6fb4f6e1b24b8bdb28
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Apr 13 19:21:33 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Apr 13 19:21:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadbf99e

app-misc/tmux: Removed old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/tmux/Manifest |  3 -
 app-misc/tmux/files/tmux-2.0-flags.patch   | 18 -
 app-misc/tmux/files/tmux-2.3-flags.patch   | 15 
 app-misc/tmux/files/tmux-2.3-pipe_pane-fix.patch   |  9 ---
 .../files/tmux-2.3-screen_write_copy-fix.patch | 63 ---
 app-misc/tmux/files/tmux.vim   |  1 -
 app-misc/tmux/tmux-2.2.ebuild  | 85 
 app-misc/tmux/tmux-2.3-r1.ebuild   | 90 -
 app-misc/tmux/tmux-2.3-r2.ebuild   | 91 -
 app-misc/tmux/tmux-2.5-r2.ebuild   | 83 ---
 app-misc/tmux/tmux-2.5.ebuild  | 93 --
 11 files changed, 551 deletions(-)

diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
index 077cc9d2edd..2871890799a 100644
--- a/app-misc/tmux/Manifest
+++ b/app-misc/tmux/Manifest
@@ -1,6 +1,3 @@
-DIST tmux-2.2.tar.gz 466852 BLAKE2B 
78bc503955686a1b8aa80c0686aa2b05c32bb54078c0dd5c3bcf0c3e2ac8ff0383ceb63218974b2da688506bd44e8ebfd48a05a66ba9322b446cc44c11952932
 SHA512 
4d4fc316c78aab0d13f7f15098d952f01d7da7d74d46251ae2dd90440522f07c785afe984d82de2b4518fb67ea441f5a5a46c357c87ddc6ddbfba4b7f08be7bf
-DIST tmux-2.3.tar.gz 473944 BLAKE2B 
348bb0492332d2c52d11be2aa128552ca374feb8ac2cf91d395fe5896d1fd791e62c3a526df7c744ef888eaaa1aa91ffa110dcc5626b72169aac7dc7f7293dd2
 SHA512 
521e3734104be43837cba95d8b3d050d033708fa7469f7e7db66ae6993b002c4d9f6bafec41f3c9446eda91a4499e571019534dfa2e5a0563085b2d16e1b94af
-DIST tmux-2.5.tar.gz 475717 BLAKE2B 
c702949c7490b637ca99dc6b98d92af917e437374159153c6b955821d056fcbe676441974f42cb271db4dc69746765bb83e5a86a7d51e35d900a1a4f77e60ead
 SHA512 
c0e8365a553d034e347f2f7a0d64f04e2be4307a75a9f72c8218fc56b72e531f3f37fe4a8f0e8d70801f5f62ee250ab7e9978abd6d101d273f76b4a1a92b08e0
 DIST tmux-2.6.tar.gz 481000 BLAKE2B 
adbd276261f3f4be9d67c6c0fbad28a90eabbecfa68ebbc104fe56acaa9b7bd005060b854ce0a0e669fdf41dd058bfa8450a85a78f71f7248a44d25458f7d3bc
 SHA512 
20a1ae8b8494c5b42757902322f3877731c2cc330c9c00f097a317785d25252b7ebaa8bbab9fc17843299e80cb2914aaac0a664715a85c50f7ea489d23753832
 DIST tmux-2.7.tar.gz 487585 BLAKE2B 
9c56da03bd12b358fcbed82def9680c34e1e485f906cf9b90a501e53b109c43d1ee843972d26e677de2c34830e599edee022dc1c17e1e5c935ed232caacb2b01
 SHA512 
7839ef748ea55df8c02c727047f65bd235b5e3b8ab23157246071e1b9954fa269594da9fbd0fabf6a850e3b5dfda962a0a067c1507411c92a84d1db2666ecf37
 DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 
04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496
 SHA512 
fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979

diff --git a/app-misc/tmux/files/tmux-2.0-flags.patch 
b/app-misc/tmux/files/tmux-2.0-flags.patch
deleted file mode 100644
index d2c40e04b78..000
--- a/app-misc/tmux/files/tmux-2.0-flags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
- Makefile.am | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 63e20b1..a2fec1e 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -25,9 +25,8 @@ endif
- # Set flags for gcc. gcc4 whines abouts silly stuff so it needs slightly
- # different flags.
- if IS_GCC
--CFLAGS += -std=gnu99 -O2
-+CFLAGS += -std=gnu99
- if IS_DEBUG
--CFLAGS += -g
- CFLAGS += -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
- CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
- CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare

diff --git a/app-misc/tmux/files/tmux-2.3-flags.patch 
b/app-misc/tmux/files/tmux-2.3-flags.patch
deleted file mode 100644
index 6fa66b50833..000
--- a/app-misc/tmux/files/tmux-2.3-flags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- Makefile.am |3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
 tmux-2.3/Makefile.am
-+++ tmux-2.3/Makefile.am
-@@ -23,9 +23,8 @@
- 
- # Set flags for gcc.
- if IS_GCC
--CFLAGS += -std=gnu99 -O2
-+CFLAGS += -std=gnu99
- if IS_DEBUG
--CFLAGS += -g
- CFLAGS += -Wno-long-long -Wall -W -Wformat=2
- CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
- CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare

diff --git a/app-misc/tmux/files/tmux-2.3-pipe_pane-fix.patch 
b/app-misc/tmux/files/tmux-2.3-pipe_pane-fix.patch
deleted file mode 100644
index 65dd2f3c1bc..000
--- a/app-misc/tmux/files/tmux-2.3-pipe_pane-fix.patch
+++ /dev/null
@@ -1,9 +0,0 @@

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

2018-04-13 Thread Robin H. Johnson
commit: fd42025d92ab4095bd93aa1be7ab06fc99a43ed1
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Apr 13 18:14:54 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Apr 13 18:44:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd42025d

sys-kernel/genkernel: bump;

Genkernel 3.5.3.[01] had bug that lead to the initramfs linuxrc being
badly buggy.

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-kernel/genkernel/Manifest| 1 +
 .../genkernel/{genkernel-3.5.3.0.ebuild => genkernel-3.5.3.2.ebuild} | 0
 2 files changed, 1 insertion(+)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index 2129f84dbe4..17bf82eaffb 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -15,6 +15,7 @@ DIST genkernel-3.5.2.3.tar.xz 317280 BLAKE2B 
0dcc85dc67fde24bff7d6e86fef5967ae81
 DIST genkernel-3.5.2.4.tar.xz 318152 BLAKE2B 
101bd8011b73699a3d8410fcb93adca2417254f05dc4657e583b17a449ba68aa08a3969c93cf558faab751efdcffc1dc8181003a0be0a2c3c8edcd03f09fe943
 SHA512 
2490ad2c6bacda87c848f8e216318e41f76cc25459c1960d0a10c5ad5768736a527cb954ed2c41ad1f52f53a37ca8c049a56793e97a3cb598b3cc4e436156a74
 DIST genkernel-3.5.2.5.tar.xz 318652 BLAKE2B 
9b0e1b07f61b54edc1d263cc679b36d7e9062fd1e7cf11fc9442cf60b217274bc73425150ca963b6a91cd504d7817a852fa5bf4ad7634ff8d1ec3b43748ded41
 SHA512 
096aa77f4a52afefcef81ff6c7eb281e539af304854572389e38bbdd735ca723c7a5f2f7163fa9f387e3a2a78a2ba117260f1c8396ed4e51e12a91ad0fb0ff90
 DIST genkernel-3.5.3.0.tar.xz 320240 BLAKE2B 
5be565cf2c7aac44911c843b6e408f54ca481a31d2c056b519ba159c8112193227b7974ba108b954012dd15d4ab4ac8a2b2bd8b930b01ea78cbf72d9c78dde60
 SHA512 
83fa7b0fb4455cf96f25415d6d6b21f43eefb7b6fb6cbf579dfd9a2811128a2f8a8716b93c9e852db1a26ae1589157aec3548e7b70d516da9fb47293c0032e36
+DIST genkernel-3.5.3.2.tar.xz 320644 BLAKE2B 
14eaf05aab02287c3dbb98f1a596e73bcbea39ceb2c8e44c5bdbb77b656958cee666f4353a2401bad531c2a7a98ee11b2531b251c19edc86db517cf3cc2869ec
 SHA512 
1bee8ebdb8c2c30e90e0a1c573ad09b0eb79da54f0829859305eb50ffab95e69aa219ce82d4969140dea3d8788d66d3490fc03d38e190b533666e9278c7f96a6
 DIST gnupg-1.4.11.tar.bz2 3407075 BLAKE2B 
85d35d2e4da65d54add1010ea0486b943b328785e28c4efcaa2b65daafd53410a355d1df79ae45c5f7767d2eb7ff1f0b9637f417e65b084d2c760a281abd317a
 SHA512 
97e7b8b0f972cc2f7cabdb0e013cbee1c33e7d48407d040cca5c2037e32abe1c2100194be7d3b569d4f05eb16b24c205a5b83f06718f0241f8d4ee174f1c37ae
 DIST gnupg-1.4.22.tar.bz2 3746546 BLAKE2B 
9a2d37eeab10f2a7353804098e865ad45db846696a00a47f5bebf47145f79e0d2bf9c01c0195e2fe79af07946a3feac0d4589656c3e698a3a548ff1dd74ce759
 SHA512 
c03acac0fa55761470bb085d78a44e2b99ebb187e8396cbb031a184b1e40bef2a40c91da07755d1a20610a3daa6aa1eefea2d12a0dbd5a79a45466166419c708
 DIST mdadm-3.1.5.tar.bz2 292709 BLAKE2B 
a21fb41c6fd9f332e358339537cffd520788140976bf37fece072ee15eb512b1455e3a927abca0a4315e59659d3d114e407bb98a0ca8e6e559e1d1b83be4abbf
 SHA512 
6fcf426d63ede01f99ebeee9be686857a04f9b601b37f76722c091ae2999b3ff66fdba52d47323f27900553125a897fc1815fe7be850aa9cc991dd5fa91a5d5d

diff --git a/sys-kernel/genkernel/genkernel-3.5.3.0.ebuild 
b/sys-kernel/genkernel/genkernel-3.5.3.2.ebuild
similarity index 100%
rename from sys-kernel/genkernel/genkernel-3.5.3.0.ebuild
rename to sys-kernel/genkernel/genkernel-3.5.3.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/

2018-04-13 Thread Denis Dupeyron
commit: 5a1bde1e1bbe5fa334191194ee619162a138a362
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Fri Apr 13 18:50:32 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Fri Apr 13 18:52:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1bde1e

xfce-extra/xfce4-linelight-plugin: fix QA warning

 .../xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild 
b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
index a6a273c7bb2..718aa1c8291 100644
--- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
@@ -26,10 +26,10 @@ DEPEND="${COMMON_DEPEND}
 
 src_prepare() {
eapply -p0 "${FILESDIR}"/${P}-port-to-xfcerc.patch
+   AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
default
 }
 
 src_configure() {
-   AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/

2018-04-13 Thread Denis Dupeyron
commit: cf46cbf54b30c56f2e34a5d99ecbdd8adc4f22e1
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Fri Apr 13 18:46:27 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Fri Apr 13 18:52:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf46cbf5

xfce-extra/xfce4-messenger-plugin: remove obsolete xfconf.eclass, migrate to 
EAPI6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-messenger-plugin-0.1.0-r1.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git 
a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild 
b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
new file mode 100644
index 000..fc63b43f5ae
--- /dev/null
+++ b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools multilib
+
+DESCRIPTION="A plugin that listens DBus messages and displays received 
messages"
+HOMEPAGE="https://packages.qa.debian.org/x/xfce4-messenger-plugin.html";
+SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
+   mirror://debian/pool/main/x/${PN}/${PN}_${PV}-5.debian.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/dbus-glib
+   >=dev-libs/glib-2
+   sys-apps/dbus
+   x11-libs/gtk+:2
+   >=xfce-base/libxfce4util-4.8
+   >=xfce-base/libxfcegui4-4.8
+   >=xfce-base/xfce4-panel-4.8"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_prepare() {
+   eapply "${WORKDIR}"/debian/patches
+   AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
+   default
+}
+
+src_configure() {
+   econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+}
+
+src_install() {
+   default
+   exeinto /usr/share/doc/${PF}/scripts
+   doexe scripts/xfce-messenger-logtail
+}



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

2018-04-13 Thread Michał Górny
commit: 160214c6008e6fcc0a15c6a4688c5358b8a2e213
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Sun Apr  8 19:26:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 13 18:25:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160214c6

net-libs/libsearpc: Fix SRC_URI

Upstream has an insane usage of git tags, so the tag is called
v3.1-latest, but it is actually the library version 3.0.8.
On the next version bump, we at least need to change the SRC_URI to use
the snapshot tarball, but right now this would lead to mirrors serving
the wrong tarball, which is probably not the best thing to do.

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

 net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild 
b/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild
new file mode 100644
index 000..23605ce8803
--- /dev/null
+++ b/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit autotools python-single-r1 vcs-snapshot
+
+DESCRIPTION="A simple C language RPC framework"
+HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/";
+#TODO: Use commit hash tarball on next version bump.
+SRC_URI="https://github.com/haiwen/${PN}/archive/v3.1-latest.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.26.0
+   >=dev-libs/jansson-2.2.1"
+RDEPEND="${DEPEND}
+   dev-python/simplejson[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   default
+   sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die
+   eautoreconf
+}
+
+src_install() {
+   default
+   # Remove unnecessary .la files, as recommended by ltprune.eclass
+   find "${ED}" -name '*.la' -delete || die
+   python_fix_shebang "${ED}"usr/bin
+}



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

2018-04-13 Thread Michał Górny
commit: c556e0f9c041ac5b98706c5404d336c055c5c5d5
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Sun Apr  8 19:30:50 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 13 18:26:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c556e0f9

net-libs/libsearpc: Cleanup old ebuild revisions

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

 net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild | 28 --
 net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild | 35 
 2 files changed, 63 deletions(-)

diff --git a/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild 
b/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild
deleted file mode 100644
index 70f1c5fd0f9..000
--- a/net-libs/libsearpc/libsearpc-3.0.8-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-single-r1 vcs-snapshot
-
-DESCRIPTION="A simple C language RPC framework"
-HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/";
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.26.0
-   >=dev-libs/jansson-2.2.1"
-RDEPEND="${DEPEND}
-   dev-python/simplejson[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   default
-   sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die
-   eautoreconf
-}

diff --git a/net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild 
b/net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild
deleted file mode 100644
index 2b27645bfc8..000
--- a/net-libs/libsearpc/libsearpc-3.0.8-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-single-r1 vcs-snapshot
-
-DESCRIPTION="A simple C language RPC framework"
-HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/";
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.26.0
-   >=dev-libs/jansson-2.2.1"
-RDEPEND="${DEPEND}
-   dev-python/simplejson[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   default
-   sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die
-   eautoreconf
-}
-
-src_install() {
-   default
-   # Remove unnecessary .la files, as recommended by ltprune.eclass
-   find "${ED}" -name '*.la' -delete || die
-   python_fix_shebang "${ED}"usr/bin
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mailwatch-plugin/

2018-04-13 Thread Denis Dupeyron
commit: 4f1b92892813861c1ec21381725873a6cdd0b647
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Fri Apr 13 18:12:47 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Fri Apr 13 18:16:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1b9289

xfce-extra/xfce4-mailwatch-plugin: remove obsolete xfconf.eclass, migrate to 
EAPI6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-mailwatch-plugin-1.2.0-r1.ebuild | 48 ++
 1 file changed, 48 insertions(+)

diff --git 
a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r1.ebuild 
b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r1.ebuild
new file mode 100644
index 000..0c70bc8952d
--- /dev/null
+++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An mail notification panel plug-in for the Xfce desktop 
environment"
+HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="ipv6 ssl"
+
+RDEPEND=">=dev-libs/glib-2:=
+   >=x11-libs/gtk+-2.18:2=
+   x11-libs/libX11:=
+   >=xfce-base/exo-0.7.2
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10
+   ssl? (
+   dev-libs/libgcrypt:0=
+   >=net-libs/gnutls-2:=
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   econf $(use_enable ssl) $(use_enable ipv6)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_ldap_userdir/

2018-04-13 Thread Michał Górny
commit: ed42bccda967637b70c1d4befff1acc939da9e95
Author: juippis  gmail  com>
AuthorDate: Thu Apr  5 15:32:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 13 18:20:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed42bccd

www-apache/mod_ldap_userdir: use https in SRC_URI

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

 www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild 
b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild
index 5a4f534d425..69d4627e46f 100644
--- a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild
+++ b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild
@@ -7,7 +7,7 @@ inherit apache-module depend.apache
 
 DESCRIPTION="Look up Apache ~user directories in an LDAP directory"
 HOMEPAGE="https://www.horde.net/~jwm/software/mod_ldap_userdir/";
-SRC_URI="http://horde.net/~jwm/software/${PN}/${P}.tar.gz";
+SRC_URI="https://horde.net/~jwm/software/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_ldap_userdir/

2018-04-13 Thread Michał Górny
commit: f7acfaffb548de485ab0c819b1ee645418f0db18
Author: juippis  gmail  com>
AuthorDate: Thu Apr  5 06:53:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 13 18:20:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7acfaff

www-apache/mod_ldap_userdir: fix HOMEPAGE

 www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild 
b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild
index 11e4d4c075f..5a4f534d425 100644
--- a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild
+++ b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.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,7 +6,7 @@ EAPI=5
 inherit apache-module depend.apache
 
 DESCRIPTION="Look up Apache ~user directories in an LDAP directory"
-HOMEPAGE="http://horde.net/~jwm/software/${PN}/";
+HOMEPAGE="https://www.horde.net/~jwm/software/mod_ldap_userdir/";
 SRC_URI="http://horde.net/~jwm/software/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-1"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtpositioning/, dev-qt/qtwayland/, dev-qt/qtnetworkauth/, dev-qt/qtscxml/, ...

2018-04-13 Thread Andreas Sturmlechner
commit: 5ecb8e6a436e4c574f0ceef868c7369275f82b18
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 13 18:02:39 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 13 18:08:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecb8e6a

dev-qt: 5.9.5 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-qt/assistant/Manifest  |   1 +
 dev-qt/assistant/assistant-5.9.5.ebuild|  55 +++
 dev-qt/designer/Manifest   |   1 +
 dev-qt/designer/designer-5.9.5.ebuild  |  57 +++
 dev-qt/linguist-tools/Manifest |   1 +
 dev-qt/linguist-tools/linguist-tools-5.9.5.ebuild  |  35 +
 dev-qt/linguist/Manifest   |   1 +
 dev-qt/linguist/linguist-5.9.5.ebuild  |  48 ++
 dev-qt/pixeltool/Manifest  |   1 +
 dev-qt/pixeltool/pixeltool-5.9.5.ebuild|  25 +++
 dev-qt/qdbus/Manifest  |   1 +
 dev-qt/qdbus/qdbus-5.9.5.ebuild|  25 +++
 dev-qt/qdbusviewer/Manifest|   1 +
 dev-qt/qdbusviewer/qdbusviewer-5.9.5.ebuild|  45 ++
 dev-qt/qdoc/Manifest   |   1 +
 dev-qt/qdoc/qdoc-5.9.5.ebuild  |  31 
 dev-qt/qt3d/Manifest   |   1 +
 dev-qt/qt3d/qt3d-5.9.5.ebuild  |  32 
 dev-qt/qtbluetooth/Manifest|   1 +
 dev-qt/qtbluetooth/qtbluetooth-5.9.5.ebuild|  33 
 dev-qt/qtcharts/Manifest   |   1 +
 dev-qt/qtcharts/qtcharts-5.9.5.ebuild  |  29 
 dev-qt/qtconcurrent/Manifest   |   1 +
 dev-qt/qtconcurrent/qtconcurrent-5.9.5.ebuild  |  23 +++
 dev-qt/qtcore/Manifest |   1 +
 dev-qt/qtcore/qtcore-5.9.5.ebuild  |  75 +
 dev-qt/qtdatavis3d/Manifest|   1 +
 dev-qt/qtdatavis3d/qtdatavis3d-5.9.5.ebuild|  31 
 dev-qt/qtdbus/Manifest |   1 +
 dev-qt/qtdbus/qtdbus-5.9.5.ebuild  |  43 ++
 dev-qt/qtdeclarative/Manifest  |   1 +
 dev-qt/qtdeclarative/qtdeclarative-5.9.5.ebuild|  56 +++
 dev-qt/qtdiag/Manifest |   1 +
 dev-qt/qtdiag/qtdiag-5.9.5.ebuild  |  36 +
 dev-qt/qtgraphicaleffects/Manifest |   1 +
 .../qtgraphicaleffects-5.9.5.ebuild|  21 +++
 dev-qt/qtgui/Manifest  |   1 +
 dev-qt/qtgui/qtgui-5.9.5.ebuild| 169 +
 dev-qt/qthelp/Manifest |   1 +
 dev-qt/qthelp/qthelp-5.9.5.ebuild  |  30 
 dev-qt/qtimageformats/Manifest |   1 +
 dev-qt/qtimageformats/qtimageformats-5.9.5.ebuild  |  29 
 dev-qt/qtlocation/Manifest |   1 +
 dev-qt/qtlocation/qtlocation-5.9.5.ebuild  |  44 ++
 dev-qt/qtmultimedia/Manifest   |   1 +
 dev-qt/qtmultimedia/qtmultimedia-5.9.5.ebuild  |  68 +
 dev-qt/qtnetwork/Manifest  |   1 +
 dev-qt/qtnetwork/qtnetwork-5.9.5.ebuild|  60 
 dev-qt/qtnetworkauth/Manifest  |   1 +
 dev-qt/qtnetworkauth/qtnetworkauth-5.9.5.ebuild|  20 +++
 dev-qt/qtopengl/Manifest   |   1 +
 dev-qt/qtopengl/qtopengl-5.9.5.ebuild  |  34 +
 dev-qt/qtpaths/Manifest|   1 +
 dev-qt/qtpaths/qtpaths-5.9.5.ebuild|  23 +++
 dev-qt/qtplugininfo/Manifest   |   1 +
 dev-qt/qtplugininfo/qtplugininfo-5.9.5.ebuild  |  23 +++
 dev-qt/qtpositioning/Manifest  |   1 +
 dev-qt/qtpositioning/qtpositioning-5.9.5.ebuild|  37 +
 dev-qt/qtprintsupport/Manifest |   1 +
 dev-qt/qtprintsupport/qtprintsupport-5.9.5.ebuild  |  42 +
 dev-qt/qtquickcontrols/Manifest|   1 +
 .../qtquickcontrols/qtquickcontrols-5.9.5.ebuild   |  32 
 dev-qt/qtquickcontrols2/Manifest   |   1 +
 .../qtquickcontrols2/qtquickcontrols2-5.9.5.ebuild |  30 
 dev-qt/qtscript/Manifest   |   1 +
 dev-qt/qtscript/qtscript-5.9.5.ebuild  |  36 +
 dev-qt/qtscxml/Manifest|   1 +
 dev-qt/qtscxml/qtscxml-5.9.5.ebuild|  19 +++
 dev-qt/qtsensors/Manifest  |   1 +
 dev-qt/qtsensors/qtsensors-5.9.5.ebuild|  28 
 dev-qt/qtserialbus/Manifest|   1 +
 dev-qt/qtserialbus/qtserialbus-5.9.5.ebuild|  20 +++
 dev-qt/qtserialport/Manifest   |   1 +
 dev-qt/qtserialport/qtserialport-5.9.5.ebuild  |  27 
 dev-qt/qtspeech/Ma

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

2018-04-13 Thread Michał Górny
commit: 964cc9d2375ee11c69e3159b4550c6d007fadc3c
Author: lramage94  openmailbox  org>
AuthorDate: Fri Feb  9 16:26:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 13 18:00:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964cc9d2

dev-python/paho-mqtt: add myself to maintainers via proxy-maint

Bug: https://bugs.gentoo.org/647132
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/paho-mqtt/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/paho-mqtt/metadata.xml 
b/dev-python/paho-mqtt/metadata.xml
index 62dd1dd9c8a..c1efb3bd1df 100644
--- a/dev-python/paho-mqtt/metadata.xml
+++ b/dev-python/paho-mqtt/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   ramage.lu...@openmailbox.org
+   Lucas Ramage
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

eclipse/paho.mqtt.python




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

2018-04-13 Thread Michał Górny
commit: a617926bcac2c78a0909657c295763d14692676e
Author: lramage94  openmailbox  org>
AuthorDate: Wed Apr  4 19:03:08 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 13 18:00:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a617926b

dev-python/paho-mqtt: bump version to 1.3.1

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

 dev-python/paho-mqtt/Manifest  |  1 +
 .../paho-mqtt-1.3.1-strip-test-dependency.patch| 29 ++
 dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild| 35 ++
 3 files changed, 65 insertions(+)

diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest
index b253c3a00e2..a5c201165cb 100644
--- a/dev-python/paho-mqtt/Manifest
+++ b/dev-python/paho-mqtt/Manifest
@@ -1,2 +1,3 @@
 DIST paho-mqtt-1.1.zip 159529 BLAKE2B 
ca3a39628c9cab8c4f3606587a5c853e79535b37a92991ecc32903967952cc00f6a9b967af0d343c4619f3e46ace1330baebc7c2e9dc231673f51775e4e1de25
 SHA512 
ef6d1a29480671413dbb655bd8f668b99f8587c14589d2180a37142b368e0ce058f8ed967dbfaa82f239c86e295338bc35c9f28a3ea39d21a6034cd8787a63ce
 DIST paho-mqtt-1.2.3.tar.gz 91467 BLAKE2B 
d2f02d6a71498107d8f7c3ef95a9b15d011e16848aa6227c3d7301e4bc474857ea3824a5d1be80bfe0a0c919746e509eaf39ff755925a833ff27f7be24067f99
 SHA512 
3fb15dc856cbae8885a8a379cea8ceb583ef44954cb8743602fae3e9274d4d0222a87409f048f153180be930bb6e570329768297287a2f8e8c812af03a2c012e
+DIST paho-mqtt-1.3.1.tar.gz 102133 BLAKE2B 
905a51824d487cb125e06114bcba6b1ba862de4ab816db16aadb6ff761145fd4724dc6523a0c6837b8a16ced6730c5558612deb138bd95721f15054f5d6851a4
 SHA512 
95adeeaffbbd4b39d19fbd46feb39ec4a2ac923addd3c754a474b7a91d620bfca1678645c1a09c925e38a33995575944b873e3b2300d7bc2f3c5be3005c74d4c

diff --git 
a/dev-python/paho-mqtt/files/paho-mqtt-1.3.1-strip-test-dependency.patch 
b/dev-python/paho-mqtt/files/paho-mqtt-1.3.1-strip-test-dependency.patch
new file mode 100644
index 000..0cb9750a6f5
--- /dev/null
+++ b/dev-python/paho-mqtt/files/paho-mqtt-1.3.1-strip-test-dependency.patch
@@ -0,0 +1,29 @@
+# Remove Pylama from test dependencies.
+
+diff --git a/setup.cfg b/setup.cfg
+--- a/setup.cfg
 b/setup.cfg
+@@ -1,9 +1,6 @@
+ [aliases]
+ test=pytest
+ [tool:pytest]
+-addopts=-r xs --pylama
++addopts=-r xs
+ strict=True
+ testpaths=tests src
+-[pylama]
+-linters=pyflakes
+-skip=tests/*
+
+diff --git a/setup.py b/setup.py
+--- a/setup.py
 b/setup.py
+@@ -11,7 +11,7 @@ with open('README.rst', 'rb') as readme_file:
+ readme = readme_file.read().decode('utf-8')
+ 
+ requirements = []
+-test_requirements = ['pytest', 'pylama']
++test_requirements = ['pytest']
+ needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
+ setup_requirements = ['pytest-runner'] if needs_pytest else []
+ 

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
new file mode 100644
index 000..63403cdcae4
--- /dev/null
+++ b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1"
+HOMEPAGE="https://www.eclipse.org/paho/clients/python/";
+SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   ) "
+
+S="${WORKDIR}/paho.mqtt.python-${PV}"
+
+src_prepare() {
+   eapply "${FILESDIR}/${P}-strip-test-dependency.patch"
+   default
+}
+
+python_test() {
+   esetup.py test
+}



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

2018-04-13 Thread Michael Orlitzky
commit: 4b35e4a72aac0194fc5ef7fd07f9c84933fd2641
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Apr 13 17:53:38 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Apr 13 17:56:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b35e4a7

app-eselect/eselect-php: new version 0.9.5.

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

 app-eselect/eselect-php/Manifest |  1 +
 app-eselect/eselect-php/eselect-php-0.9.5.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/app-eselect/eselect-php/Manifest b/app-eselect/eselect-php/Manifest
index 14647d6cf88..9df9b294af3 100644
--- a/app-eselect/eselect-php/Manifest
+++ b/app-eselect/eselect-php/Manifest
@@ -1,2 +1,3 @@
 DIST eselect-php-0.9.2.tar.xz 48356 BLAKE2B 
9ad886b78c0a0ca71c1082d9265f28b1f9ea46dddfd52ad1a1ebb1a4d008954a59baf4cf69705e9b527fff64e8dfa3b25a2d522e2455e2e9ce550e917112ee58
 SHA512 
ebf4c9039aaa3ffad79dee181b5cd77f144a4b1b49d80291b290377b7ca5a9618d8b18922f0624e646c4d80266c58199bb936a7b8dd5d2e2bdc296099f583edf
 DIST eselect-php-0.9.4.tar.xz 49576 BLAKE2B 
417956b355ffec7d7cda03dffa94e4d749a2b33a64a216c2ed8492181a5385f5219078efe6cc4d0d2d81b0fac40901c0cf07914a826484b83833542a12b47359
 SHA512 
2ba1dd75d4bb9611c6687ed4449f715728263538f772652aa1ac013103cf9ddf328c854326cf6da4f9b3ff2279bf99d973325520fe8b4e3ba7a76a9c3264e78e
+DIST eselect-php-0.9.5.tar.xz 49732 BLAKE2B 
78c2010abcb1c9efd4d5f2f3f934365b338901a98bc8528131f2b9f564c1c3f740ab2dc2a28a0a58912e750062e61f75a7c6611c2f37019ca6525d729ffb5fd2
 SHA512 
55e401cb0c3ed19fed90485d62ba3deed3355503542898ff0d1b5404bd5fafb2f887df433609d4d4b28f32c0034100ea32c9e58547ef6417ea0b0f60d061d119

diff --git a/app-eselect/eselect-php/eselect-php-0.9.5.ebuild 
b/app-eselect/eselect-php/eselect-php-0.9.5.ebuild
new file mode 100644
index 000..7e467246c7d
--- /dev/null
+++ b/app-eselect/eselect-php/eselect-php-0.9.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd
+
+DESCRIPTION="PHP eselect module"
+HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-php.git/";
+SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+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"
+IUSE="fpm apache2"
+
+# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.
+RDEPEND="app-admin/eselect
+   apache2? ( www-servers/apache[apache2_modules_dir] )"
+
+src_configure(){
+   # We expect localstatedir to be "var"ish, not "var/lib"ish, because
+   # that's what PHP upstream expects. See for example the FPM
+   # configuration where they put logs in @localstatedir@/log.
+   #
+   # The libdir is passed explicitly in case the /usr/lib symlink
+   # is not present (bug 624528).
+   econf --libdir="${EPREFIX}/usr/$(get_libdir)" \
+ --localstatedir="${EPREFIX}/var" \
+ --with-piddir="${EPREFIX}/run" \
+ $(use_enable apache2) \
+ $(use_enable fpm)
+}
+
+src_install() {
+   default
+
+   if use fpm ; then
+   systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
+   sed -e "s,@libdir@,$(get_libdir),g" 
"${FILESDIR}/php-fpm-launcher-r3" > "${T}"/php-fpm-launcher || die
+   exeinto /usr/libexec
+   doexe "${T}"/php-fpm-launcher
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/

2018-04-13 Thread Denis Dupeyron
commit: da435ad7c031bed8810a77859e05bb14b0db12f4
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Fri Apr 13 17:54:58 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Fri Apr 13 17:54:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da435ad7

xfce4-linelight-plugin: remove obsolete xfconf.eclass, migrate to EAPI6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-linelight-plugin-0.1.7-r1.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git 
a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild 
b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
new file mode 100644
index 000..a6a273c7bb2
--- /dev/null
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools multilib
+
+DESCRIPTION="A simple locate based search plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin";
+SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2"
+#SRC_URI="http://svn.ganymede.ch/private/trunk/${PN}/releases/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=dev-libs/glib-2.18:2
+   >=x11-libs/gtk+-2.12:2
+   >=xfce-base/xfce4-panel-4.8
+   >=xfce-base/libxfcegui4-4.8"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/mlocate"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext"
+
+src_prepare() {
+   eapply -p0 "${FILESDIR}"/${P}-port-to-xfcerc.patch
+   default
+}
+
+src_configure() {
+   AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
+   econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+}



[gentoo-commits] proj/eselect-php: New tag: 0.9.5

2018-04-13 Thread Michael Orlitzky
commit: 
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Apr 13 17:46:50 2018 +

New tag: 0.9.5




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

2018-04-13 Thread Michael Orlitzky
commit: c2053ec0f5ae468da0f80076dc81bed88346c7f0
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Apr 13 17:43:59 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Apr 13 17:43:59 2018 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=c2053ec0

configure.ac: update to version 0.9.5.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9197432..5c27275 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eselect-php], [0.9.4])
+AC_INIT([eselect-php], [0.9.5])
 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
 
 AC_PROG_LN_S



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

2018-04-13 Thread Robin H. Johnson
commit: 40bfb5a0208db57a339dfc8e55a222fa67b63d5f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Apr 13 15:28:26 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Apr 13 17:26:20 2018 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=40bfb5a0

Bump version to 3.5.3.1

Signed-off-by: Robin H. Johnson  gentoo.org>

 genkernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genkernel b/genkernel
index f8cf11f..5fb87f7 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.5.3.0'
+GK_V='3.5.3.1'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.



[gentoo-commits] proj/genkernel: New tag: v3.5.3.2

2018-04-13 Thread Robin H. Johnson
commit: 
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Apr 13 17:29:43 2018 +

New tag: v3.5.3.2




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

2018-04-13 Thread Robin H. Johnson
commit: 6051e248cff250e67b583d9d2c08e852e7d19195
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Apr 13 17:27:22 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Apr 13 17:27:22 2018 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6051e248

Bump version to 3.5.3.2

Signed-off-by: Robin H. Johnson  gentoo.org>

 genkernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genkernel b/genkernel
index 5fb87f7..dc304a0 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.5.3.1'
+GK_V='3.5.3.2'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.



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

2018-04-13 Thread Robin H. Johnson
commit: 67adad0510221685c62a29c7b544474a01cd7a73
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Apr 13 15:24:50 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Apr 13 17:26:19 2018 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=67adad05

Revert "gen_compile: modules should respect --no-install"

This reverts commit 5cab38a2aec2d6886eb8525240c83b3ee70b3d5d.

Modules are also used by kerncache, minkernpackage, modulespackage and
possibly more.

See-Also: https://bugs.gentoo.org/505810#c3
Signed-off-by: Robin H. Johnson  gentoo.org>

 gen_compile.sh | 4 
 1 file changed, 4 deletions(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index 0036338..c287054 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -308,10 +308,6 @@ compile_modules() {
print_info 1 ">> Compiling ${KV} modules..."
cd ${KERNEL_DIR}
compile_generic modules kernel
-
-   # If we are not installing modules, just shortcut this now.
-   isTrue "${CMD_INSTALL}" || return 0
-
export UNAME_MACHINE="${ARCH}"
[ "${INSTALL_MOD_PATH}" != '' ] && export INSTALL_MOD_PATH
if [ "${CMD_STRIP_TYPE}" == "all" -o "${CMD_STRIP_TYPE}" == "modules" ]



  1   2   >