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

2018-11-12 Thread Mikle Kolyada
commit: 6c00b108bfd2ed3fdce118b8412364c628051bde
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Nov 13 07:38:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Nov 13 07:38:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c00b108

media-sound/mpd: Version bump (v0.21.2)

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

 media-sound/mpd/Manifest  |   1 +
 media-sound/mpd/mpd-0.21.2.ebuild | 298 ++
 2 files changed, 299 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index fd7be4b27a1..b84c463d156 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,3 +1,4 @@
 DIST mpd-0.20.10.tar.xz 778828 BLAKE2B 
c16b955ace770cf3d5da2ccad81fd3089cf2e60bf47774745d75babcff38fa344646b26dd32617fa2fe86ee0c785b9c8272ea6c90f77266b1a0cba2d48145236
 SHA512 
bac6a71e5b85600c590eae6b785474574cf0d7b03d9add537161b968a2997a975a597639a9fece119a01a7e27b5207523e4ae30b2f4f35791eff8c3ff26d107c
 DIST mpd-0.20.21.tar.xz 800476 BLAKE2B 
0c807ae8d79abd9400aa417b516c709073b23390aeed2b385c716e20f8c4f93376a235b54fe5f5cfcd451b04c76e105b41acbd180d294281432d4d1b6a427a15
 SHA512 
d44fb326ea6213ecf46721ca81efdfffaec4faa5a66e627185fd5ab7c4f0c5a380f4d04aed5c2909746a37b33987cb61f62dc2d747365da06629fbb78bf7c7d6
 DIST mpd-0.21.1.tar.xz 662308 BLAKE2B 
59da1cf186d5a171d447bde8e17386b49e3b4e821b4afc429b5e70a7633fe23f9ef671debda4bdf46632a12f008dbfe68966c52e4d298aca0a063dda6ca615da
 SHA512 
9af720f7bb7120a6c6006ad21cd80a61c0f1976ced7b2e6815d5e33d8b1e9caf4e8a0047754db3eb37875176754fbf03bfd77b26232ef4aec9da48667694ba92
+DIST mpd-0.21.2.tar.xz 664408 BLAKE2B 
da1cde9b5f87c3e52c90d9a743ec8bf7acbcf52f3bf28969414bcc0f3f29151fd47157dc153a094844c94f6eb50e5a3564baf66a2e87d840b7b34efc8d0f760b
 SHA512 
a98ff2636a22f7f0e377f814d0312b03344624317a68fcd89a7c5f33a40629908cd19f8bfff5dde1eef96cebd93e92cef63153bf60b02791803532357a38e020

diff --git a/media-sound/mpd/mpd-0.21.2.ebuild 
b/media-sound/mpd/mpd-0.21.2.ebuild
new file mode 100644
index 000..1b27c1b94a1
--- /dev/null
+++ b/media-sound/mpd/mpd-0.21.2.ebuild
@@ -0,0 +1,298 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic linux-info meson systemd user
+
+MESON_AUTO_DEPEND="no"
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+   +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
+   +ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms
+   modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio 
qobuz
+   recorder samba selinux sid signalfd sndfile soundcloud sqlite systemd 
tcpd
+   test tidal twolame udisks unicode vorbis wavpack webdav wildmidi upnp
+   zeroconf zip zlib"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="
+   || ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   network? ( || ( ${ENCODER_PLUGINS} ) )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   upnp? ( expat )
+   webdav? ( curl expat )
+   "
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   adplug? ( media-libs/adplug:= )
+   alsa? (
+   media-libs/alsa-lib
+   media-sound/alsa-utils
+   )
+
+   ao? ( media-libs/libao[alsa?,pulseaudio?] )
+   audiofile? ( media-libs/audiofile:= )
+
+   cdio? (
+   dev-libs/libcdio:=
+   dev-libs/libcdio-paranoia
+   )
+
+   chromaprint? ( media-libs/chromaprint )
+   curl? ( net-misc/curl )
+   dbus? ( sys-apps/dbus )
+   expat? ( dev-libs/expat )
+   faad? ( media-libs/faad2 )
+
+   ffmpeg? (
+   libav? ( media-video/libav:0= )
+   !libav? ( media-video/ffmpeg:0= )
+   )
+
+   flac? ( media-libs/flac )
+   fluidsynth? ( media-sound/fluidsynth )
+   gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? (  dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( virtual/jack )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   libsoxr? ( media-libs/soxr )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod )
+   mms? ( media-libs/libmms )
+ 

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

2018-11-12 Thread Hans de Graaff
commit: 3da797b4bef57b9d2bd94fd8d1734eb089617f79
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 13 05:38:24 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 13 05:38:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da797b4

dev-ruby/zentest: cleanup

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

 dev-ruby/zentest/Manifest  |  1 -
 dev-ruby/zentest/zentest-4.11.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-ruby/zentest/Manifest b/dev-ruby/zentest/Manifest
index 5b8e9ab41cd..61861630623 100644
--- a/dev-ruby/zentest/Manifest
+++ b/dev-ruby/zentest/Manifest
@@ -1,2 +1 @@
-DIST ZenTest-4.11.0.gem 71680 BLAKE2B 
ae2d72ce5ff899dab0905eb7ed1bca0cf2158ec5044254cd7ebb86c59feb746bf18e6a0242f91c49803a062c5d94f5b1b0be4338cadef2a5afd116753259f51b
 SHA512 
cb835ea2e937b7ea56084c138948acb1c2a96500e5b8bd54dd9d195e4005ebdce67b189cdf31a010135f55adb02f3bcf21ff663a26022eb759dd2126558c5c21
 DIST ZenTest-4.11.1.gem 71680 BLAKE2B 
27bd94ca98a6739829526c06689ee5a890aa254bef3cb7b7b02d79d82a4fa96faa1853d36069aa801983b4927d44b2af2c852c111ece3b64459c99d63a7a072d
 SHA512 
6f3b5dfb8cc8154856e94f20134e9a6bd2d54e052d05d3e7a250f831ee0a3d3196b497cf118322c51201fb8dd30a05b8a0a0462c58a8852354c4dee2a10d867b

diff --git a/dev-ruby/zentest/zentest-4.11.0.ebuild 
b/dev-ruby/zentest/zentest-4.11.0.ebuild
deleted file mode 100644
index 279b4174880..000
--- a/dev-ruby/zentest/zentest-4.11.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_NAME=ZenTest
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb 
example2.rb example_dot_autotest.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and 
Test::Rails"
-HOMEPAGE="https://github.com/seattlerb/zentest;
-LICENSE="Ruby"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/hoe-2.10
-   dev-ruby/hoe-seattlerb
-   dev-ruby/minitest:5
-   )"
-
-each_ruby_prepare() {
-   case ${RUBY} in
-   *ruby23)
-   sed -i -e '/test_testcase9/a skip "ruby 2.3 defines 
more methods"' test/test_zentest.rb || die
-   ;;
-   *)
-   ;;
-   esac
-}



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

2018-11-12 Thread Hans de Graaff
commit: 87ecf1e16d56bf7e85abbbeca9419f5274d03eb3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 13 05:40:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 13 05:40:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ecf1e1

dev-ruby/multi_xml: cleanup

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

 dev-ruby/multi_xml/Manifest   |  1 -
 dev-ruby/multi_xml/multi_xml-0.5.5.ebuild | 34 
 dev-ruby/multi_xml/multi_xml-0.6.0.ebuild | 37 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index 4d8c3194fa1..783212feca5 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1,2 +1 @@
-DIST multi_xml-0.5.5.gem 20992 BLAKE2B 
8dbd35ca1cf2209850e2c694c435e7bddfc204a15663091d005c6f45faf85c91e8331b2b1fc37ead4f28732a5f73d878c50f13ec7d4681c3ac598a230d4f34b2
 SHA512 
692f55908ec5e9ee27bec858325ff9a0b15037a6563d5a21bd742ec3c959f3dbc04f1a232782f20827c9af49f3dd14fd725a0c19dbacb3708067c19dedf427ba
 DIST multi_xml-0.6.0.tar.gz 16571 BLAKE2B 
1492eab7782823915167ebdb529b6d4699b31f3b66c48eee5acf7857dc25caae62b63a0da10a0bd862ade22865432bc6c4290a3f6ff8e99a889fcf09b56f6b7f
 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
deleted file mode 100644
index 306f842813c..000
--- a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="http://rdoc.info/gems/multi_xml;
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/ox )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-   CI=true each_fakegem_test
-}

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
deleted file mode 100644
index f99474a2df5..000
--- a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="http://rdoc.info/gems/multi_xml;
-SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/ox )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
-   sed -i -e '/bundler/I s:^:#:' -e '/yardstick/,/end/ s:^:#:' Rakefile || 
die
-}
-
-each_ruby_test() {
-   CI=true each_fakegem_test
-}



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

2018-11-12 Thread Hans de Graaff
commit: d3803abbc47c910b0158cf1c5712f157f570d3ff
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 13 05:42:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 13 05:42:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3803abb

dev-ruby/execjs: cleanup

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

 dev-ruby/execjs/Manifest|  1 -
 dev-ruby/execjs/execjs-2.6.0.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/execjs/Manifest b/dev-ruby/execjs/Manifest
index 3db38d0f43f..148e05ab80b 100644
--- a/dev-ruby/execjs/Manifest
+++ b/dev-ruby/execjs/Manifest
@@ -1,2 +1 @@
-DIST execjs-2.6.0.tar.gz 423437 BLAKE2B 
9b7594a47cc463e28c959bb4f21819be64083ea174c2dc61e656f3cc882ee4abceb4199fa47ee9b410035326327ca2a4636be054b7321d9aba6dd2929d490636
 SHA512 
9740feceb3f9eae59aaa3697bd8f2fa1bb606cac4868b107bea4b3e9a7fe7fcdcfa387d852f0c267635163fc70eaba60a0ba241421434b26e1f94421b80ad468
 DIST execjs-2.7.0.tar.gz 425361 BLAKE2B 
8dd3bb5557a6993667abfa6c424cbea6377c1ea7b3928b9b60a6ba084f1df8a109d10d1a616c9d302e1b98a2031ece9e710d7dd933791cbfb3eaa48e45b9a595
 SHA512 
9627f466e8a363404c940b29227d08a8ad067b53383989a3d8f4f902e8c050c0e81facdbdafbb660c41f7c8dc2fbdd3bd357ca708e612af4d223b5412c6c1fb7

diff --git a/dev-ruby/execjs/execjs-2.6.0.ebuild 
b/dev-ruby/execjs/execjs-2.6.0.ebuild
deleted file mode 100644
index 50b6d43eeff..000
--- a/dev-ruby/execjs/execjs-2.6.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-inherit ruby-fakegem
-
-DESCRIPTION="ExecJS lets you run JavaScript code from Ruby"
-HOMEPAGE="https://github.com/rails/execjs;
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x64-macos"
-
-IUSE="test"
-
-# execjs supports various javascript runtimes. They are listed in order
-# as per the documentation. For now only include the ones already in the
-# tree.
-
-# therubyracer, therubyrhino, node.js, spidermonkey (deprecated)
-
-# spidermonkey doesn't pass the test suite:
-# https://github.com/sstephenson/execjs/issues/62
-
-RDEPEND+=" || ( net-libs/nodejs )"
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/d" Rakefile || die
-   # Avoid test requiring network connectivity. We could potentially
-   # substitute dev-ruby/coffee-script-source for this.
-   sed -i -e '/test_coffeescript/,/end/ s:^:#:' test/test_execjs.rb || die
-}



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

2018-11-12 Thread Hans de Graaff
commit: 6e5071f98c2a46d2c95f8f33059c104fb8703f52
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 13 06:09:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 13 06:09:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5071f9

dev-ruby/fakeweb: cleanup

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

 dev-ruby/fakeweb/Manifest |  1 -
 dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/dev-ruby/fakeweb/Manifest b/dev-ruby/fakeweb/Manifest
index a2fd4256c69..f8497592ebe 100644
--- a/dev-ruby/fakeweb/Manifest
+++ b/dev-ruby/fakeweb/Manifest
@@ -1,2 +1 @@
-DIST fakeweb-1.3.0.20131201.tar.gz 60162 BLAKE2B 
856c499041b122d84fde595343e0917a9ac47e81e50560be79a53def2099ea0ad05532bf3a7e3cd5e8dc668235c1ee75989b15465f397f56b7c0edd028bf980c
 SHA512 
f3bd40680b7eefe90d3fee67f5282dbe4c67d46a1f1040d0d0d62c978b69d08987581a53495bb56e32ebcc6679c84f03c2e26c51d2bd98daa80554d3424c6603
 DIST fakeweb-1.3.0.20170806.tar.gz 61449 BLAKE2B 
f015f95897383e0b65ada5a7833f7bd3fd61ae77f4ab38bf6bb47f2eecef0c778928090302e46157ae4e2fc6c3df4559e9f5c8004a6474ad8852d157aa3af6da
 SHA512 
1871b7c9f2e4f12cd1c434ef4f760828187078a951517fe3f7a6ca5c5d6f08e3056cae2bb012eca1ba556c2f4d369cb2716c637fefee67eb723428195c482edf

diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild 
b/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild
deleted file mode 100644
index 02e0bb4aa9b..000
--- a/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ruby24 -> not compatible with Net::HTTP implementation
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-COMMIT=48208f9bf053577befe5723746b6ff35b99b45d0
-
-inherit ruby-fakegem
-
-DESCRIPTION="Helper for faking web requests in Ruby"
-HOMEPAGE="https://github.com/chrisk/fakeweb;
-SRC_URI="https://github.com/chrisk/fakeweb/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="${PN}-${COMMIT}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_PATCHES=( fakeweb-ruby22.patch
-   fakeweb-ruby23.patch )
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha:0.14
-   dev-ruby/test-unit
-   )"
-
-all_ruby_prepare() {
-   # The package bundles samuel and right_http_connection, remove
-   # them
-   rm -r test/vendor || die "failed to remove bundled gems"
-
-   # We don't package sdoc and we don't have the direct template.
-   sed -i -e 's/sdoc/rdoc/' -e '/template/d' Rakefile || die
-
-   # Require an old enough version of mocha
-   sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die
-
-   # Use the test-unit gem to make jruby compatible with newer mocha.
-   sed -i -e '1igem "test-unit"' \
-   -e '/bundler/I s:^:#:' \
-   -e '/simplecov/ s:^:#:' test/test_helper.rb || die
-
-   # Avoid test dependencies on unmaintained packages that no longer work
-   rm test/test_other_net_http_libraries.rb || die
-
-   sed -i -e '/test:preflight/ s:^:#:' Rakefile || die
-}



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

2018-11-12 Thread Hans de Graaff
commit: 97813c9f247f5b92cfb40d28950d8e75c78e8b3a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 13 05:33:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 13 05:33:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97813c9f

dev-ruby/typhoeus: add 1.3.1

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

 dev-ruby/typhoeus/Manifest  |  1 +
 dev-ruby/typhoeus/typhoeus-1.3.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/typhoeus/Manifest b/dev-ruby/typhoeus/Manifest
index f92c34e3f25..2e47027db39 100644
--- a/dev-ruby/typhoeus/Manifest
+++ b/dev-ruby/typhoeus/Manifest
@@ -1,2 +1,3 @@
 DIST typhoeus-0.6.9.gem 49152 BLAKE2B 
0c80c76c6ed8e9e564d6fc48b259b6c1d9c5c4422d29ef356fb092dc722e96afba319e682f5548603f1bebce96aa3e616161a5e036a7c23264b98835c41955e0
 SHA512 
5063d3217f35db29d216327b6eed10d6613d018c496935e78aa8e2b10ec21f3372df11fe48155b45387767d5572efa93e74afb0bb9b10782d28e87dead0294a4
 DIST typhoeus-1.3.0.gem 55296 BLAKE2B 
0e95dea7156713756cd7fbeddff3d1cc2530c220352e84c790886f4cf473a6b1b49565aeda6136ba2c5d40a506050438b5066f6a9c6fd5b3156f794b0c6df04b
 SHA512 
c51458c27ff07cbde095d22e0d98c1602b2b2cb67f7e0f8f27ab931d8b3c62cd7a256f3baaefa88852f96769508e61290eb7eefceaff5f28912aef292eb56269
+DIST typhoeus-1.3.1.gem 55808 BLAKE2B 
e3153870bfe2d5187aa433d81a287c2f9e9e6cf3caaf52b0f542fd35e4ac812786abc389c47ab56dd4267adb5206a5ce25c5ab6cc8559fa8dfbbd6b78e53fc16
 SHA512 
f826cdb7e48577226b12fc2715123e13519148f67d036470e385f80f8f3112d1ad24bf580c2ed0d213242c9afc1bdf868084266d430858b2cf6de73e50a11422

diff --git a/dev-ruby/typhoeus/typhoeus-1.3.1.ebuild 
b/dev-ruby/typhoeus/typhoeus-1.3.1.ebuild
new file mode 100644
index 000..93bf4dcea13
--- /dev/null
+++ b/dev-ruby/typhoeus/typhoeus-1.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating 
handling logic"
+HOMEPAGE="https://rubygems.org/gems/typhoeus/
+   https://github.com/typhoeus/typhoeus;
+
+LICENSE="Ruby"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ethon-0.9.0"
+
+ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 
>=dev-ruby/sinatra-1.3 >=dev-ruby/redis-3.0 )"
+
+all_ruby_prepare() {
+   sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die
+}



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

2018-11-12 Thread Hans de Graaff
commit: 26b60723a17014e1426192591b4a3937327bd964
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 13 05:29:38 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 13 05:29:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b60723

dev-ruby/method_source: add 0.9.2

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

 dev-ruby/method_source/Manifest   |  1 +
 dev-ruby/method_source/method_source-0.9.2.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/method_source/Manifest b/dev-ruby/method_source/Manifest
index a6e60e3dd2a..d29d07627cd 100644
--- a/dev-ruby/method_source/Manifest
+++ b/dev-ruby/method_source/Manifest
@@ -1,2 +1,3 @@
 DIST method_source-0.9.0.gem 13312 BLAKE2B 
c3d3cd541b782a3e4e2aa2b1576d9206338988330a17e9770e82ff9fc3156f6feff9be970f5f5f0cef90ee160a3dfbbd20c1bac34593906a47daa7404895b08c
 SHA512 
4ef6cdf3f4427a7910f9da8e569d9cc2711de449498fe88ea8782379330a5725a4800168b06fcc593c18faa52294836881852768306303ebc658f97c1bec8830
 DIST method_source-0.9.1.gem 13824 BLAKE2B 
cf56840a311f628e43888e7907f497ecca726a9211960d097d8a82f4220b2b825cd521a0da16ce9fb2aacdba04f129576fa1e9f77c15828c8d3fa60d8882b332
 SHA512 
950fe3ca8f4f2087133e23ab13d7a82ebacfcf873cde32d30f7601d48b37527570572012ed3bd06a04cdaa4e603444eab91f9b6287025460bead64105b913313
+DIST method_source-0.9.2.gem 13824 BLAKE2B 
842277a0a38331430c3c6a9f45c01d965de1997d8e9aa291d1948103c9812a23c5e67f3e7b7a2e6ec982de2a5eb841a78f6b8d1633ed17c5b7fa916698737ffb
 SHA512 
87bac1d9ef2f1b09a26358d6d2e7e1035703d1bee9b6689567e8967baa544a456b63b2a1271305979ba077ebae32062708666588500e5810dd9f8e282d444b8c

diff --git a/dev-ruby/method_source/method_source-0.9.2.ebuild 
b/dev-ruby/method_source/method_source-0.9.2.ebuild
new file mode 100644
index 000..c09563e2b27
--- /dev/null
+++ b/dev-ruby/method_source/method_source-0.9.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retrieve the source code for a method"
+HOMEPAGE="https://github.com/banister/method_source;
+IUSE=""
+SLOT="0"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: games-board/pychess/

2018-11-12 Thread Matthias Maier
commit: b41add228f56cbe66dc3ff4d1a6230ecd48331ef
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Nov 13 04:28:20 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Nov 13 04:30:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41add22

games-board/pychess: version bump to 0.99.3

Following fixes on the way:

 - update copyright header
 - use xdg-utils instead of fdo-mime eclass
 - update to python 3

The gnome2-utils eclass currently does not support EAPI 7.

Closes: https://bugs.gentoo.org/664594
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 games-board/pychess/Manifest  |  1 +
 games-board/pychess/pychess-0.99.3.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest
index 0fb5267d4a3..364b5e6bcad 100644
--- a/games-board/pychess/Manifest
+++ b/games-board/pychess/Manifest
@@ -1 +1,2 @@
 DIST pychess-0.12.4.tar.gz 4728410 BLAKE2B 
4fd95e85983ce9e7d588e98a27a1695d116f102290942e2c747046ee9e4289b53734dbd949af4f88fc4186fc3e52b9ff41b1e18e2763c5f48b2d371ae22f44fe
 SHA512 
bf2a6cffca50742fbdfba04bc33807b53e4b7485cb6c9b6bb84816e176fd99f3929dbc8e504b46053cdcd30f691d6df948f5153508b2b6d3504f85a31eaccf62
+DIST pychess-0.99.3.tar.gz 12325822 BLAKE2B 
603615283a1415b9f06062fc7e1ea0c97be4b9a6c28d959081f3b0fc5f0a4572fb73133e791614a8eb05ac40877ec63d7a6bcb743a9ac4a03de2170b7cf4daa9
 SHA512 
45f82fecdd9931129d14d8fcfef1de2df2c501f009c4f9cda3c8b699e2b4f35b615eafbd8ccf1cd2554869bfe3ba5aa2eb66d0408f1cb4076a11d43b0401e7c7

diff --git a/games-board/pychess/pychess-0.99.3.ebuild 
b/games-board/pychess/pychess-0.99.3.ebuild
new file mode 100644
index 000..cda42d08100
--- /dev/null
+++ b/games-board/pychess/pychess-0.99.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE="sqlite"
+
+inherit gnome2-utils distutils-r1 xdg-utils
+
+DESCRIPTION="A chess client for Gnome"
+HOMEPAGE="http://pychess.org/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gstreamer"
+
+DEPEND="
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2
+   x11-libs/gtksourceview:3.0
+   x11-libs/pango
+   x11-themes/adwaita-icon-theme
+   gstreamer? (
+   dev-python/gst-python:1.0
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0 )
+"
+RDEPEND=${DEPEND}
+
+python_install() {
+   distutils-r1_python_install
+
+   # bug 487706
+   sed -i \
+   -e "s/@PYTHON@/${EPYTHON}/" \
+   "${ED%/}/$(python_get_sitedir)"/${PN}/Players/engineNest.py || 
die
+}
+
+python_install_all() {
+   DOCS="AUTHORS README.md" \
+   distutils-r1_python_install_all
+}
+
+src_prepare() {
+   distutils-r1_src_prepare
+}
+
+src_compile() {
+   distutils-r1_src_compile
+}
+
+src_install() {
+   distutils-r1_src_install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_mimeinfo_database_update
+}



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

2018-11-12 Thread Craig Andrews
commit: 165be96144ceb34e25c63a869a6c959a009c341f
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Nov 13 02:54:48 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Nov 13 02:54:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165be961

media-tv/kodi: Fix noto symlink in estuary

Closes: https://bugs.gentoo.org/669204
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-tv/kodi/kodi-17.6-r9.ebuild | 301 ++
 1 file changed, 301 insertions(+)

diff --git a/media-tv/kodi/kodi-17.6-r9.ebuild 
b/media-tv/kodi/kodi-17.6-r9.ebuild
new file mode 100644
index 000..0df46272fb8
--- /dev/null
+++ b/media-tv/kodi/kodi-17.6-r9.ebuild
@@ -0,0 +1,301 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Does not work with py3 here
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit autotools cmake-utils eutils linux-info pax-utils python-single-r1 
versionator
+
+LIBDVDCSS_COMMIT="2f12236bc1c92f73c21e973363f79eb300de603f"
+LIBDVDREAD_COMMIT="17d99db97e7b8f23077b342369d3c22a6250affd"
+LIBDVDNAV_COMMIT="43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac"
+FFMPEG_VERSION="3.1.11"
+FFMPEG_KODI_VERSION="17.5"
+CODENAME="Krypton"
+PATCHES=(
+   "${FILESDIR}/${P}-nmblookup.patch"
+)
+SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_COMMIT}.tar.gz 
-> libdvdcss-${LIBDVDCSS_COMMIT}.tar.gz
+   https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_COMMIT}.tar.gz 
-> libdvdread-${LIBDVDREAD_COMMIT}.tar.gz
+   https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_COMMIT}.tar.gz -> 
libdvdnav-${LIBDVDNAV_COMMIT}.tar.gz
+   !system-ffmpeg? ( 
https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz
 -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )"
+
+DESCRIPTION="A free and open source media-player and entertainment hub"
+HOMEPAGE="https://kodi.tv/ https://kodi.wiki/;
+
+LICENSE="GPL-2"
+SLOT="0"
+# use flag is called libusb so that it doesn't fool people in thinking that
+# it is _required_ for USB support. Otherwise they'll disable udev and
+# that's going to be worse.
+IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles lcms 
libressl libusb lirc mariadb mysql nfs nonfree +opengl pulseaudio samba sftp 
systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver 
+xslt zeroconf"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   || ( gles opengl )
+   ?? ( mariadb mysql )
+   udev? ( !libusb )
+   udisks? ( dbus )
+   upower? ( dbus )
+"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   airplay? (
+   app-pda/libplist
+   net-libs/shairplay
+   )
+   alsa? ( media-libs/alsa-lib )
+   bluetooth? ( net-wireless/bluez )
+   bluray? ( >=media-libs/libbluray-0.7.0 )
+   caps? ( sys-libs/libcap )
+   dbus? ( sys-apps/dbus )
+   dev-db/sqlite
+   dev-libs/expat
+   dev-libs/fribidi
+   cec? ( >=dev-libs/libcec-4.0 )
+   dev-libs/libpcre[cxx]
+   dev-libs/libxml2
+   >=dev-libs/lzo-2.04
+   dev-libs/tinyxml[stl]
+   >=dev-libs/yajl-2
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-libs/libcdio
+   gles? ( media-libs/mesa[gles2] )
+   lcms? ( media-libs/lcms:2 )
+   libusb? ( virtual/libusb:1 )
+   virtual/ttf-fonts
+   >=media-fonts/noto-20180905
+   media-fonts/roboto
+   media-libs/fontconfig
+   media-libs/freetype
+   >=media-libs/libass-0.13.4
+   media-libs/mesa[egl]
+   >=media-libs/taglib-1.11.1
+   system-ffmpeg? (
+   
>=media-video/ffmpeg-${FFMPEG_VERSION}:=[encode,openssl,postproc]
+   =net-misc/curl-7.51.0
+   nfs? ( net-fs/libnfs:= )
+   opengl? ( media-libs/glu )
+   !libressl? ( >=dev-libs/openssl-1.0.2j:0= )
+   libressl? ( dev-libs/libressl:0= )
+   pulseaudio? ( media-sound/pulseaudio )
+   samba? ( >=net-fs/samba-3.4.6[smbclient(+)] )
+   sftp? ( net-libs/libssh[sftp] )
+   sys-libs/zlib
+   udev? ( virtual/udev )
+   vaapi? ( x11-libs/libva:=[opengl] )
+   vdpau? (
+   || ( >=x11-libs/libvdpau-1.1 
>=x11-drivers/nvidia-drivers-180.51 )
+   system-ffmpeg? ( media-video/ffmpeg[vdpau] )
+   )
+   webserver? ( >=net-libs/libmicrohttpd-0.9.50[messages] )
+   xslt? ( dev-libs/libxslt )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+RDEPEND="${COMMON_DEPEND}
+   lirc? (
+   || ( app-misc/lirc app-misc/inputlircd )
+   )
+   !media-tv/xbmc
+   udisks? ( sys-fs/udisks:0 )
+   upower? (
+   systemd? ( sys-power/upower )
+   !systemd? (
+   || ( sys-power/upower-pm-utils sys-power/upower )
+   )
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vdr-vnsi/

2018-11-12 Thread Craig Andrews
commit: 10205eb100aa2fbe400b803b7c414a1e0a687075
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Nov 13 01:18:31 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Nov 13 01:18:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10205eb1

media-plugins/kodi-pvr-vdr-vnsi: 3.6.2 version bump

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-vdr-vnsi/Manifest| 1 +
 ...kodi-pvr-vdr-vnsi-.ebuild => kodi-pvr-vdr-vnsi-3.6.2.ebuild} | 6 +++---
 media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-.ebuild   | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-plugins/kodi-pvr-vdr-vnsi/Manifest 
b/media-plugins/kodi-pvr-vdr-vnsi/Manifest
index 69413a388e8..cb5933b915a 100644
--- a/media-plugins/kodi-pvr-vdr-vnsi/Manifest
+++ b/media-plugins/kodi-pvr-vdr-vnsi/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-vdr-vnsi-2.6.17.tar.gz 145541 BLAKE2B 
3682369144e75de78728c2b4c04f0edc4af470c696a96ab2204817173c507900de26810fa02a25111efa86a57090bbf8cdb1466e8ec375e69fb86ccc120e398d
 SHA512 
43b9196d9cc08dc115638145ed06359cb78616534535b266f96c320ce8f7c808820654ae313a735a0a41a0ec71d5bceb50ed53bb869829c6bc79e434bb1dd653
+DIST kodi-pvr-vdr-vnsi-3.6.2.tar.gz 145275 BLAKE2B 
40f1f21b80411c772b093a4a117522b31d93d3bc87d876154f46cfa58781e56e10d92e0dc67ca40be07a8e3e2b7c1c0a9716bd7a9b81ff21601b921b5a21f343
 SHA512 
ed76ba60188f513a6c43b21985522cb5e8eb8da3ffdf35ee88e95cec94c078cfc322c2e267a8837626c60242082bd61214c9ec26bff844967ce9f28f1cf885f8

diff --git a/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-.ebuild 
b/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-3.6.2.ebuild
similarity index 86%
copy from media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-.ebuild
copy to media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-3.6.2.ebuild
index a377794836a..d8a1ed02d60 100644
--- a/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-.ebuild
+++ b/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-3.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,8 +27,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   =media-tv/kodi-
-   =media-libs/kodi-platform-
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
virtual/opengl
"
 

diff --git a/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-.ebuild 
b/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-.ebuild
index a377794836a..62e0e7857b7 100644
--- a/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-.ebuild
+++ b/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,8 +27,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   =media-tv/kodi-
-   =media-libs/kodi-platform-
+   ~media-tv/kodi-
+   ~media-libs/kodi-platform-
virtual/opengl
"
 



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

2018-11-12 Thread William Hubbs
commit: 8c247d1763da41001cb273ac44bcf927ed26034a
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Nov 13 00:46:45 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Nov 13 00:48:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c247d17

app-admin/fluentd: 1.2.6-r1 bump to add retry schedule

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

 app-admin/fluentd/files/fluentd-1.2.6.initd | 15 
 app-admin/fluentd/fluentd-1.2.6-r1.ebuild   | 56 +
 2 files changed, 71 insertions(+)

diff --git a/app-admin/fluentd/files/fluentd-1.2.6.initd 
b/app-admin/fluentd/files/fluentd-1.2.6.initd
new file mode 100644
index 000..f2019e3e116
--- /dev/null
+++ b/app-admin/fluentd/files/fluentd-1.2.6.initd
@@ -0,0 +1,15 @@
+#!/sbin/openrc-run
+# Copyright 2018 Sony Interactive Entertainment
+# Distributed under the terms of the GNU General Public License v2
+
+command=/usr/bin/fluentd
+logfile=/var/log/fluentd/fluent.log
+pidfile=/var/run/fluentd.pid
+command_args="--daemon ${pidfile} --no-supervisor -o ${logfile} 
${fluentd_opts}"
+command_background=yes
+command_user=fluentd:fluentd
+retry="TERM/10/KILL/30"
+
+start_pre() {
+   fluentd -q --dry-run
+}

diff --git a/app-admin/fluentd/fluentd-1.2.6-r1.ebuild 
b/app-admin/fluentd/fluentd-1.2.6-r1.ebuild
new file mode 100644
index 000..2f672eb9476
--- /dev/null
+++ b/app-admin/fluentd/fluentd-1.2.6-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2018 Sony Interactive Entertainment Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+inherit ruby-fakegem user
+
+DESCRIPTION="data collector and unified logging layer (project under CNCF)"
+HOMEPAGE="https://www.fluentd.org;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+ruby_add_rdepend "
+   >=dev-ruby/msgpack-0.7.0
+   >=dev-ruby/yajl-ruby-1.0
+   >=dev-ruby/coolio-1.4.5
+   >=dev-ruby/serverengine-2.0.4
+   >=dev-ruby/http_parser_rb-0.5.1
+   >=dev-ruby/sigdump-0.2.2
+   >=dev-ruby/tzinfo-1.0
+   >=dev-ruby/strptime-0.2.2"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/tzinfo-data/d' \
+   -e '/dig_rb/d' \
+   "${PN}".gemspec || die "'sed failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+   keepdir /var/log/fluentd
+   fowners fluentd:adm /var/log/fluentd
+   insinto /etc/fluent
+   doins "${FILESDIR}"/fluent.conf
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   newinitd "${FILESDIR}"/${P}.initd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotate ${PN}
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "A default configuration file has been installed in"
+   elog "${EROOT}etc/fluent/fluent.conf. You will need to edit"
+   elog "this file to match your configuration."
+   fi
+}



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

2018-11-12 Thread Andreas Sturmlechner
commit: ddbfa787104b8565ec2ee3050ca2dbe972c626d9
Author: Josiah Mullins  protonmail  com>
AuthorDate: Sat Nov 10 02:12:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 12 23:00:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbfa787

net-im/toxic: bump to version 0.8.3

In addition to the version bump, the file
metadata.xml has a new maintainer listed.

Signed-off-by: Josiah Mullins  protonmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10354
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/toxic/Manifest   |  1 +
 net-im/toxic/metadata.xml   |  9 -
 net-im/toxic/toxic-0.8.3.ebuild | 84 +
 3 files changed, 93 insertions(+), 1 deletion(-)

diff --git a/net-im/toxic/Manifest b/net-im/toxic/Manifest
index f309599e15a..8a0a28cd3b7 100644
--- a/net-im/toxic/Manifest
+++ b/net-im/toxic/Manifest
@@ -1,3 +1,4 @@
 DIST toxic-0.8.0.tar.gz 1145799 BLAKE2B 
01dd14d28feac0aadd1e87d8538910601b532e8cb02219091a863502eb80f812a034eecf06f131ff878509dfc1eb40e5f9baf7547180346eeb03bdb7dea4a6ed
 SHA512 
3c59edb61b1bcdbfa3a8391a1a1ceccc6c9c38b49c1709813d60480b180fb39607806116b9dcd1de35ebb02e23e95d78c8191f04a4875e06e27fa43bc9800b33
 DIST toxic-0.8.2.tar.gz 1146526 BLAKE2B 
0a1c80313963287e88aa489ecf4614365a3d94c770cdfb3b1f3afd0bf2b70639c35b9c5ce52408647abdaac9822c9529b603ec1883779f5486ff63001d98ff5e
 SHA512 
258e873404315c9a1f59d67f524089afebad88d800116bd9e53c8bc35bd9dd6b66cfcd90db06181f01330ba0a302456510fac5c01fdbfde7d475aa5d6b1070aa
+DIST toxic-0.8.3.tar.gz 1147100 BLAKE2B 
d73a861112aca65e54773c98473c2858bb81e63fef11212633e34dac9e87101956e3ab0d9d56757767bc5d48d1d5a406e550f8fc55ae34860dbc4977c94ee347
 SHA512 
c8d746efcc055592dd990dfa57415cc1eacaaa3b66303d7583d9f9e7e98b8829c8f1ae849f36a243c8896e99787dd2e493c92367de719b20a4a160bc7daea76e
 DIST toxic_patches-0.8.2.tar.gz 3859 BLAKE2B 
4a19226cea6c7ce60f599fbd4f74171f26b3812259f0f8997997526bde7beb6fe64b922f25fe77e0ac8f9b185db116d2e626cb889631a1508786b92f9bbc8927
 SHA512 
737cc53e814567e10ad8b7431be63ab8f99b76bb150490c31e03309c4e51ee34a798d141cbde446cbbc4b5c0145ca468f3456a2af4b966c80792cdccc6562b46

diff --git a/net-im/toxic/metadata.xml b/net-im/toxic/metadata.xml
index d4103ec575a..0ba52a98e62 100644
--- a/net-im/toxic/metadata.xml
+++ b/net-im/toxic/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   jomul...@protonmail.com
+   Josiah Mullins
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   


jfreeg...@tox.chat

diff --git a/net-im/toxic/toxic-0.8.3.ebuild b/net-im/toxic/toxic-0.8.3.ebuild
new file mode 100644
index 000..016ea8247e8
--- /dev/null
+++ b/net-im/toxic/toxic-0.8.3.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
+
+inherit python-single-r1 xdg
+
+DESCRIPTION="A curses-based client for Tox"
+HOMEPAGE="https://github.com/JFreegman/toxic;
+SRC_URI="https://github.com/JFreegman/toxic/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="notification python qrcode +sound +video +X"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   dev-libs/libconfig
+   >=net-libs/tox-0.2.8:*
+   net-misc/curl
+   sys-libs/ncurses:*
+   notification? ( x11-libs/libnotify )
+   python? ( ${PYTHON_DEPS} )
+   qrcode? ( media-gfx/qrencode )
+   sound? (
+   media-libs/freealut
+   media-libs/openal
+   net-libs/tox[av]
+   )
+   video? (
+   media-libs/libvpx
+   net-libs/tox[av]
+   x11-libs/libX11 )"
+
+DEPEND="
+   virtual/pkgconfig
+   ${RDEPEND}"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   #prevent man files from being compressed.
+   sed -i -e "/gzip/d" cfg/targets/install.mk || die "Unable to prevent 
compression of man pages."
+}
+
+src_configure() {
+   export USER_CFLAGS="${CFLAGS}"
+   export USER_LDFLAGS="${LDFLAGS}"
+   if ! use sound; then
+   export DISABLE_AV=1
+   export DISABLE_SOUND_NOTIFY=1
+   fi
+   if ! use video; then
+   export DISABLE_VI=1
+   fi
+   if ! use X; then
+   export DISABLE_X11=1
+   fi
+   if ! use notification; then
+   export DISABLE_DESKTOP_NOTIFY=1
+   fi
+   if ! use qrcode; then
+   export DISABLE_QRCODE=1
+   export DISABLE_QRPNG=1
+   fi
+   if use python; then
+   export ENABLE_PYTHON=1
+   fi
+   #set install directory to /usr.
+   

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

2018-11-12 Thread Andreas Sturmlechner
commit: d98bb3a1271beddc2e923838e6b1dba0696d6141
Author: Alexey Sokolov  google  com>
AuthorDate: Thu Nov  8 23:51:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 12 23:00:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98bb3a1

sci-astronomy/stellarium: version 0.18.2

The changes from 0.16.0-r1:
* URL update
* stars filenames update
* patch, upstreaming at https://github.com/Stellarium/stellarium/pull/545

Closes: https://bugs.gentoo.org/618158
Signed-off-by: Alexey Sokolov  google.com>
Closes: https://github.com/gentoo/gentoo/pull/10368
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-astronomy/stellarium/Manifest  |   2 +
 .../stellarium/files/stellarium-0.18.2.patch   |  47 +
 sci-astronomy/stellarium/stellarium-0.18.2.ebuild  | 111 +
 3 files changed, 160 insertions(+)

diff --git a/sci-astronomy/stellarium/Manifest 
b/sci-astronomy/stellarium/Manifest
index 913abbbf52b..f2dc414ff2e 100644
--- a/sci-astronomy/stellarium/Manifest
+++ b/sci-astronomy/stellarium/Manifest
@@ -1,6 +1,8 @@
 DIST stars_4_1v0_1.cat 17040932 BLAKE2B 
6715c129b27bb82b4b9b432bd56ed56dcbb1fbe9b9b608154656431119e75ab27e3c8afa66bce0fed1b2f7d080df49e770ddf63241f253e9f6f139be8238349d
 SHA512 
adf2241d0a8b58eb6b8ad5f885dd8a3a66610a63ae949f17f26e81f1ac8d1094d77879e361a0de3929e0d447b0de77142e0c7de0f1f123bd145e130fbfbe0f9a
+DIST stars_4_1v0_2.cat 16948302 BLAKE2B 
6efe02c6343fa3cd1218793017dbd42a7c8965481b1ab79a258cedc4adc85df25240003b95c325eb35a8ed9686c38b2590f78aff9cd400ecac675583232d
 SHA512 
80e5b2d0bc78c09658e84e7ee57309be290ba66a131ff38aa471235ff513d7824b28f6852ba1fdb485f86ede1fb2388cfb6327b2f1fe60bb097ce0cdbe48d2cb
 DIST stars_5_2v0_1.cat 42580300 BLAKE2B 
eb6528c0577b3f2001a8b03cc5a4e08fa4e75723f677d0dda98d27c50791d9825c0e0feca7b00f0cb82ce362bc83f3e8dc2260d14e81e4a070cbbfa44f2107ba
 SHA512 
6fc0f7352d1165a0744cc932b6d379741e4614d5a95edd136522c789eaa8d1bcf05d7445f7dfd6896e8183aa64bf37b3610d87902b54542f62f2418b285892e0
 DIST stars_6_2v0_1.cat 148352404 BLAKE2B 
c605b284b3d768cb1619ada3f58d406fa7737f09949e8926d6c14b82a85927d124d7fcb50c6d6c357d21b003938cc0b28937f2adb28ae268bb5c85d575f5e0ff
 SHA512 
794279407595f44bbc1e492086063d98068bf332202a5448cd83dd7afbdcf7c6c3ff2878f3016369ebb5a98552874eb4eddb38e2c40e9a163c6231b640e02977
 DIST stars_7_2v0_1.cat 305710678 BLAKE2B 
1cc9b4a6bc35a9339e495f7e0da4f7e90a0e92b05b5de8599be1bbdd2a8053cbcec44b0e58bc9248364666db9cdf23449edf236e3f21fdc0e8f1a4a706afc919
 SHA512 
43b866eb793e8812c9d5502101a6c985d2055fb88bdbda274726bcd51e1527ecf342b22acd673318c9c8e88cac68eace18de8f27d29ffe64933fd32a5b84c5e3
 DIST stars_8_2v0_1.cat 559068934 BLAKE2B 
c040a369cdf6885759998e1315b554d21a5e2b9b149a67967a8af45606aebf57bec407fab5ce1904978af0dc529aa6bddd267331ca45f58617bbf56d5ca99dee
 SHA512 
06d4fa298b9dff8452f550377df99fcaa5e7107cfc7b75c9a4769b3cb6d97a822a54213c706102c1d7ef2dabc16df32a85f46b2f6d6c6f76a4e919353b739de4
 DIST stellarium-0.16.0.tar.gz 204675673 BLAKE2B 
fe34ab611569e23277ae9f273d1ae72139d5b860d0ae1b5650a9744960ce8bac6953d7de98b60bd224374aa77db33c00081ed90d1683b2007ef1b5068af158ff
 SHA512 
0f75441435ff1d0fa149264116e9ae6ec3b3553f7c66e78832bdb0ffd55cbef656b820680134d95f89c73e80ef283372660ea7545db7fff205da66cf4cf8e9d6
+DIST stellarium-0.18.2.tar.gz 265334731 BLAKE2B 
d8527f93f2ea856466f98e7ab326a34e4265c4937c4d399755878cc6bbb1202580c825a6253e090986ebc80119fb33881b120a1ed6873278dacef75a1e69c517
 SHA512 
f658b19524b78739a5125ac7c89f5d2b48284d8696da54e39d2390bbbe5eeb8da70837c4e9055a650a492f3f71ebbc966c4c1341729982ba37d93b26fcb91912

diff --git a/sci-astronomy/stellarium/files/stellarium-0.18.2.patch 
b/sci-astronomy/stellarium/files/stellarium-0.18.2.patch
new file mode 100644
index 000..71fc8ccf2d7
--- /dev/null
+++ b/sci-astronomy/stellarium/files/stellarium-0.18.2.patch
@@ -0,0 +1,47 @@
+From e1bd46e11fead134ee9d8ec4d72f2592c3e18c72 Mon Sep 17 00:00:00 2001
+From: Alexey Sokolov 
+Date: Thu, 8 Nov 2018 23:30:02 +
+Subject: [PATCH] Fix build with --as-needed
+
+Fixes the following error:
+
+/usr/bin/x86_64-pc-linux-gnu-g++  -O2 -pipe -march=bdver2 -ggdb3 -Wall -Wextra 
-Wno-unused-parameter -Wno-unused-result  -Wl,-O1 -Wl,--as-needed -rdynamic 
CMakeFiles/stellarium.dir/main.cpp.o 
CMakeFiles/stellarium.dir/stellarium_autogen/mocs_compilation.cpp.o  -o 
stellarium -lz external/libqtcompress_stel.a external/libglues_stel.a 
external/libqcustomplot_stel.a ../plugins/AngleMeasure/src/libAngleMeasure.a 
../plugins/ArchaeoLines/src/libArchaeoLines.a 
../plugins/CompassMarks/src/libCompassMarks.a 
../plugins/Exoplanets/src/libExoplanets.a 
../plugins/EquationOfTime/src/libEquationOfTime.a ../plugins/FOV/src/libFOV.a 
../plugins/MeteorShowers/src/libMeteorShowers.a 
../plugins/NavStars/src/libNavStars.a ../plugins/Novae/src/libNovae.a 
../plugins/Observability/src/libObservability.a 
../plugins/Oculars/src/libOculars.a 

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

2018-11-12 Thread Andreas Sturmlechner
commit: c4f0ac180ab68aacd7b0e20e2802bacce1e72c6e
Author: Alexey Sokolov  google  com>
AuthorDate: Fri Nov  9 00:32:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 12 23:00:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f0ac18

sci-astronomy/stellarium: enable test

Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-astronomy/stellarium/stellarium-0.18.2.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.18.2.ebuild 
b/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
index 5e6e6cc48c8..25ffaeb162c 100644
--- a/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils desktop flag-o-matic gnome2-utils
+inherit cmake-utils desktop flag-o-matic gnome2-utils virtualx
 
 DESCRIPTION="3D photo-realistic skies in real time"
 HOMEPAGE="http://www.stellarium.org/;
@@ -22,9 +22,7 @@ PATCHES=( "${FILESDIR}"/${P}.patch )
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug gps media nls stars"
-
-RESTRICT="test" # There are no tests
+IUSE="debug gps media nls stars test"
 
 RDEPEND="
dev-qt/qtcore:5
@@ -43,8 +41,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-qt/qtconcurrent:5
-   dev-qt/qttest:5
-   nls? ( dev-qt/linguist-tools:5 )"
+   nls? ( dev-qt/linguist-tools:5 )
+   test? ( dev-qt/qttest:5 )
+"
 
 LANGS=(
af am ar as ast az be bg bn bo br bs ca cs
@@ -82,10 +81,15 @@ src_configure() {
-DENABLE_GPS="$(usex gps)"
-DENABLE_NLS="$(usex nls)"
-DENABLE_MEDIA="$(usex media)"
+   -DENABLE_TESTING="$(usex test)"
)
cmake-utils_src_configure
 }
 
+src_test() {
+   virtx cmake-utils_src_test
+}
+
 src_install() {
cmake-utils_src_install
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/

2018-11-12 Thread Andreas Sturmlechner
commit: 7e4a3d791a06fe4af3dce2ad83697207291be13f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 12 18:55:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 12 23:00:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4a3d79

kde-misc/tellico: Drop 3.1.2

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

 kde-misc/tellico/Manifest |  1 -
 kde-misc/tellico/tellico-3.1.2.ebuild | 86 ---
 2 files changed, 87 deletions(-)

diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest
index 94dc3e9391d..599b5f7d931 100644
--- a/kde-misc/tellico/Manifest
+++ b/kde-misc/tellico/Manifest
@@ -1,2 +1 @@
-DIST tellico-3.1.2.tar.xz 4591752 BLAKE2B 
9601fa35c068d7c961bef1235cb65609b8c148b64a72771817ac16e3662ebdc35ed9b53944fe1d30c62732f2861e5a668907cc3ea9dc9f682c9e2336b12bea22
 SHA512 
e86966636123db813f33ad90197950e1afb38d4096e15c785a9d9f2b846872d254cbdaeec7528a13627bf8edc63d409a42fbb35172949b9b45d6a4b5c40ac28f
 DIST tellico-3.1.3.tar.xz 4607668 BLAKE2B 
4c4fb678b16611c448e0fc77f0b5c9e03f344c76d20e6006c03ee12140b647fefa7a3aba2f5312ea8c36f3722418981fb469a6c199f1e115542c784003854d28
 SHA512 
9024f423f0685e834ed46e7038c5b95fab5b684aaac00d6298e23493fb4290daeda994faf36a0f04973093a477be5506591e6b0e7f57ef5591fb10953ad8ec5e

diff --git a/kde-misc/tellico/tellico-3.1.2.ebuild 
b/kde-misc/tellico/tellico-3.1.2.ebuild
deleted file mode 100644
index 11e601eda11..000
--- a/kde-misc/tellico/tellico-3.1.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="A collection manager based on KDE Frameworks"
-HOMEPAGE="http://tellico-project.org/;
-SRC_URI="http://tellico-project.org/files/${P}.tar.xz;
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="amd64 x86"
-IUSE="cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
-
-RDEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep khtml)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=dev-perl/Text-BibTeX-0.780.0-r1
-   dev-libs/libxml2
-   dev-libs/libxslt
-   cddb? ( $(add_kdeapps_dep libkcddb) )
-   discid? ( dev-libs/libcdio:= )
-   pdf? ( app-text/poppler[qt5] )
-   scanner? ( $(add_kdeapps_dep libksane) )
-   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
-   taglib? ( >=media-libs/taglib-1.5 )
-   v4l? ( >=media-libs/libv4l-0.8.3 )
-   xmp? ( >=media-libs/exempi-2 )
-   yaz? ( >=dev-libs/yaz-2:0 )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-# tests need network access
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_Csv=ON
-   $(cmake-utils_use_find_package cddb KF5Cddb)
-   $(cmake-utils_use_find_package discid CDIO)
-   $(cmake-utils_use_find_package pdf Poppler)
-   $(cmake-utils_use_find_package scanner KF5Sane)
-   $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
-   $(cmake-utils_use_find_package taglib Taglib)
-   -DENABLE_WEBCAM=$(usex v4l)
-   $(cmake-utils_use_find_package xmp Exempi)
-   $(cmake-utils_use_find_package yaz Yaz)
-   )
-
-   kde5_src_configure
-}



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

2018-11-12 Thread Andreas Sturmlechner
commit: 680a9d438027e85c23f26ecc4934709dd65f6fe6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 12 18:57:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 12 23:00:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680a9d43

media-libs/libopenshot: Drop 0.1.8

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

 media-libs/libopenshot/Manifest|  1 -
 .../files/libopenshot-0.1.8-fix-tests.patch| 26 ---
 media-libs/libopenshot/libopenshot-0.1.8.ebuild| 88 --
 3 files changed, 115 deletions(-)

diff --git a/media-libs/libopenshot/Manifest b/media-libs/libopenshot/Manifest
index d1299bd05fb..b8d00e78321 100644
--- a/media-libs/libopenshot/Manifest
+++ b/media-libs/libopenshot/Manifest
@@ -1,2 +1 @@
-DIST libopenshot-0.1.8.tar.gz 11019495 BLAKE2B 
a86994a09328e24705fe06ec3c47cbedb89815e6ec1440237dc58babfc066655f1c7dacc19257b02b645a9415c63cd4e0c1191fa452b7632cf531d98a1b073c3
 SHA512 
02630d7ce9fd378ad648d034622d4f971728a2074691d7facc8a36dcd52b87c1372dd5a9588c0ba852589105bdbf78941083fd6b1eb1bcc0a33d4ca49634162c
 DIST libopenshot-0.2.2.tar.gz 11037768 BLAKE2B 
c307e41bf17d40ae421a541bbdf4cd53c6ef4d97041a476c6910bd156c10815aa5a5811813b24fdc472401516f29cf8cb68fbda17a0b434767c3f3aa63d6f222
 SHA512 
b89189e57e82da68a063417bba9c94704c04b0546c0aed227daa23a794eee56341a05988d8e28dbd339edfcdeeaed48103b347060eccf94f32fe1a4bf23d6553

diff --git a/media-libs/libopenshot/files/libopenshot-0.1.8-fix-tests.patch 
b/media-libs/libopenshot/files/libopenshot-0.1.8-fix-tests.patch
deleted file mode 100644
index bad8bcb9b4f..000
--- a/media-libs/libopenshot/files/libopenshot-0.1.8-fix-tests.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 431987b..2c45550 100644
 a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -24,16 +24,19 @@
- # along with OpenShot Library. If not, see .
- 

- 
-+SET(TEST_MEDIA_PATH "${openshot_SOURCE_DIR}/src/examples/")
- 
-  WINDOWS ##
- # Set some compiler options for Windows
- # required for libopenshot-audio headers
- IF (WIN32)
--  STRING(REPLACE "/" "" TEST_MEDIA_PATH 
"${openshot_SOURCE_DIR}/src/examples/")
--  add_definitions( -DIGNORE_JUCE_HYPOT=1 
-DTEST_MEDIA_PATH="${TEST_MEDIA_PATH}" )
-+  STRING(REPLACE "/" "" TEST_MEDIA_PATH TEST_MEDIA_PATH)
-+  add_definitions( -DIGNORE_JUCE_HYPOT=1 )
-   SET(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -include cmath")
- ENDIF(WIN32)
- 
-+add_definitions( -DTEST_MEDIA_PATH="${TEST_MEDIA_PATH}" )
-+
- ### UNITTEST++ #
- # Find UnitTest++ libraries (used for unit testing)
- FIND_PACKAGE(UnitTest++ REQUIRED)

diff --git a/media-libs/libopenshot/libopenshot-0.1.8.ebuild 
b/media-libs/libopenshot/libopenshot-0.1.8.ebuild
deleted file mode 100644
index 91aa0166e29..000
--- a/media-libs/libopenshot/libopenshot-0.1.8.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit cmake-utils python-single-r1 toolchain-funcs versionator
-
-DESCRIPTION="Video editing library used by OpenShot"
-HOMEPAGE="http://www.openshotvideo.com/;
-SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+imagemagick libav +python test"
-# https://github.com/OpenShot/libopenshot/issues/43
-RESTRICT="test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   net-libs/cppzmq
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5[widgets]
-   media-libs/libopenshot-audio
-   imagemagick? ( https://github.com/OpenShot/libopenshot/pull/45
-PATCHES=( ${FILESDIR}/${PN}-0.1.8-fix-tests.patch )
-
-check_compiler() {
-   if [[ ${MERGE_TYPE} != binary ]] && ! tc-has-openmp; then
-   eerror "${P} requires a compiler with OpenMP support. Your 
current"
-   eerror "compiler does not support it. If you use gcc, you can"
-   eerror "re-emerge it with the 'openmp' use flag enabled."
-   die "The current compiler does not support OpenMP"
-   fi
-}
-
-pkg_pretend() {
-   check_compiler
-}
-
-pkg_setup() {
-   check_compiler
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-   # https://github.com/OpenShot/libopenshot/issues/17
-   use test || cmake_comment_add_subdirectory tests
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_RUBY=OFF # TODO: add ruby support
-   -DENABLE_PYTHON=$(usex python)
-   

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

2018-11-12 Thread Andreas Sturmlechner
commit: 9bf6bb5d54fdfeb8ab5e72c7fdd8ea8e0e3b9e7c
Author: Alexey Sokolov  google  com>
AuthorDate: Fri Nov  9 01:02:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 12 23:00:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf6bb5d

sci-astronomy/stellarium: drop langs, use https

Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-astronomy/stellarium/stellarium-0.18.2.ebuild | 30 ++-
 1 file changed, 2 insertions(+), 28 deletions(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.18.2.ebuild 
b/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
index 25ffaeb162c..b553ce1da43 100644
--- a/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils desktop flag-o-matic gnome2-utils virtualx
 
 DESCRIPTION="3D photo-realistic skies in real time"
-HOMEPAGE="http://www.stellarium.org/;
+HOMEPAGE="https://www.stellarium.org/;
 SRC_URI="

https://github.com/Stellarium/stellarium/releases/download/v${PV}/${P}.tar.gz
stars? (
@@ -17,8 +17,6 @@ SRC_URI="

https://github.com/Stellarium/stellarium-data/releases/download/stars-2.0/stars_8_2v0_1.cat
)"
 
-PATCHES=( "${FILESDIR}"/${P}.patch )
-
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
@@ -45,34 +43,10 @@ DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )
 "
 
-LANGS=(
-   af am ar as ast az be bg bn bo br bs ca cs
-   cy da de el en en-GB en-US eo es et eu fa fi fil fr
-   ga gd gl gu he hi hr hu hy ia id is it ja ka kk kn ko ky
-   la lb lo lt lv mk ml mn mr ms nb nl nn oc pa pl pt pt-BR ro
-   ru se si sk sl sq sr sv sw ta te tg th tl tr tt uk uz vi
-   zh-CN zh-HK zh-TW zu
-   )
-
-for X in "${LANGS[@]}" ; do
-   IUSE+=" l10n_${X}"
-done
-unset X
+PATCHES=( "${FILESDIR}"/${P}.patch )
 
 src_prepare() {
cmake-utils_src_prepare
-   if [[ -n ${L10N} ]] ; then
-   local d
-   for d in po/* ; do
-   [[ -e ${d}/CMakeLists.txt ]] || continue
-   local l loc=""
-   for l in ${L10N//-/_}; do
-   [[ -e ${d}/${l}.po ]] && loc="${loc} ${l}"
-   done
-   sed -e 's/STRING(REGEX REPLACE ".po" "" 
\([a-z]*\).*$/SET(\1 '"${loc})/" \
-   -i ${d}/CMakeLists.txt || die
-   done
-   fi
use debug || append-cppflags -DQT_NO_DEBUG #415769
 }
 



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

2018-11-12 Thread Andreas Sturmlechner
commit: 81e2e2be549b0211ad55075f6fa541942c24aa4a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 12 22:10:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 12 23:00:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e2e2be

sci-astronomy/stellarium: Sort DEPENDs properly

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

 sci-astronomy/stellarium/stellarium-0.18.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.18.2.ebuild 
b/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
index b553ce1da43..5b88d75bd45 100644
--- a/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
@@ -31,11 +31,11 @@ RDEPEND="
dev-qt/qtprintsupport:5
dev-qt/qtserialport:5
dev-qt/qtwidgets:5
-   gps? ( dev-qt/qtpositioning:5 )
-   media? ( dev-qt/qtmultimedia:5[widgets] )
media-fonts/dejavu
sys-libs/zlib
virtual/opengl
+   gps? ( dev-qt/qtpositioning:5 )
+   media? ( dev-qt/qtmultimedia:5[widgets] )
 "
 DEPEND="${RDEPEND}
dev-qt/qtconcurrent:5



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

2018-11-12 Thread Andreas Sturmlechner
commit: 12d78f8099c7e87660c384d5133f9be371308577
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 12 18:56:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 12 23:00:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d78f80

media-gfx/kphotoalbum: Drop 5.3

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

 media-gfx/kphotoalbum/Manifest |  1 -
 .../kphotoalbum/files/kphotoalbum-5.3-gcc8.patch   | 29 --
 media-gfx/kphotoalbum/kphotoalbum-5.3.ebuild   | 67 --
 3 files changed, 97 deletions(-)

diff --git a/media-gfx/kphotoalbum/Manifest b/media-gfx/kphotoalbum/Manifest
index 868408acaea..94b929ebd44 100644
--- a/media-gfx/kphotoalbum/Manifest
+++ b/media-gfx/kphotoalbum/Manifest
@@ -1,2 +1 @@
-DIST kphotoalbum-5.3.tar.xz 11378768 BLAKE2B 
d71a52fdd5b389bb6353596c50ca4c5e1318128a0158048534512528a9315b7974da2b6685dc26fa74edb5b7f0f399c7910ba2ea5c5bbf50f9b15a7a0a8ebed3
 SHA512 
8296e9db17d7cc5b34dd29fbe9aeb8f7ab05e286e5d4a692c05f00cd1438dfd32bc48e1c4fd740c5fb932c463ba92fdb0620b9af49d3419ffcfa1354336dd26f
 DIST kphotoalbum-5.4.tar.xz 11658792 BLAKE2B 
5f91dac910cc7022ca8a20f49f286a84586bf7adaed57448c1d811c370a9fb8661469d4e8e73809990e1e1800aaaff8f53c86446d93f99fd55cdddbece01eddc
 SHA512 
d528905f3af9d23c89c89f902abe8358f8e90c402e437bc7cdd67837649f5dcd7f7416c77cc824532f928f41e7590f6005f13c97be4d608e433aad285a6a8bba

diff --git a/media-gfx/kphotoalbum/files/kphotoalbum-5.3-gcc8.patch 
b/media-gfx/kphotoalbum/files/kphotoalbum-5.3-gcc8.patch
deleted file mode 100644
index ce52589b23c..000
--- a/media-gfx/kphotoalbum/files/kphotoalbum-5.3-gcc8.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 47f4c00adaa442cd03b02d44517b5503718f2813 Mon Sep 17 00:00:00 2001
-From: Christophe Giboudeaux 
-Date: Tue, 12 Jun 2018 22:52:06 +0200
-Subject: Fix build with Qt 5.11.
-
-Summary: 'id' is an int, it doesn't need qPrintable.
-
-Reviewers: johanneszarl
-
-Differential Revision: https://phabricator.kde.org/D13329

- RemoteControl/RemoteConnection.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/RemoteControl/RemoteConnection.cpp 
b/RemoteControl/RemoteConnection.cpp
-index 1dacb72..8bc18d0 100644
 a/RemoteControl/RemoteConnection.cpp
-+++ b/RemoteControl/RemoteConnection.cpp
-@@ -105,7 +105,7 @@ void RemoteConnection::dataReceived()
- std::unique_ptr command = 
RemoteCommand::create(static_cast(id));
- command->decode(stream);
- protocolDebug() << 
qPrintable(QTime::currentTime().toString(QString::fromUtf8("hh:mm:ss.zzz")))
--   << ": Received " << qPrintable(id);
-+   << ": Received " << id;
- 
- emit gotCommand(*command);
- }
--- 
-cgit v0.11.2

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.3.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-5.3.ebuild
deleted file mode 100644
index c5416d5f9a7..000
--- a/media-gfx/kphotoalbum/kphotoalbum-5.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit flag-o-matic kde5
-
-DESCRIPTION="Tool for indexing, searching, and viewing images"
-HOMEPAGE="https://www.kphotoalbum.org/;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+ FDL-1.2"
-KEYWORDS="amd64 x86"
-IUSE="+kipi +map +raw"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtsql 'sqlite')
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   media-gfx/exiv2:=
-   media-libs/phonon[qt5(+)]
-   virtual/jpeg:0
-   kipi? ( $(add_kdeapps_dep libkipi) )
-   map? ( $(add_kdeapps_dep libkgeomap) )
-   raw? ( $(add_kdeapps_dep libkdcraw) )
-"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   media-video/mplayer
-   kipi? ( media-plugins/kipi-plugins:5 )
-   !media-gfx/kphotoalbum:4
-"
-
-DOCS=( ChangeLog README )
-
-PATCHES=( "${FILESDIR}/${P}-gcc8.patch" )
-
-src_configure() {
-   append-ldflags -fuse-ld=gold #bug #623566
-
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package kipi KF5Kipi)
-   $(cmake-utils_use_find_package map 

[gentoo-commits] repo/gentoo:master commit in: games-server/ut2004-ded/

2018-11-12 Thread James Le Cuirot
commit: a4576aa020bd606e8a18a9dea0cdc3c80f7d776c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Nov 12 22:45:48 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Nov 12 22:45:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4576aa0

games-server/ut2004-ded: Update SRC_URI to working locations

I had to mirror one of the files that was supposed to be on Gentoo
mirrors already. Perhaps RESTRICT="mirror" prevented that?

Closes: https://bugs.gentoo.org/640582
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild | 15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild 
b/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild
index 218fe1616d9..1ab10793617 100644
--- a/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild
+++ b/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,14 +8,11 @@ BONUSPACK_P="dedicatedserver3339-bonuspack.zip"
 PATCH_P="ut2004-lnxpatch${PV%.*}-2.tar.bz2"
 DESCRIPTION="Unreal Tournament 2004 Linux Dedicated Server"
 HOMEPAGE="http://www.unrealtournament.com/;
-SRC_URI="mirror://3dgamers/unrealtourn2k4/${BONUSPACK_P}
-   http://files.chaoticdreams.org/UT2004/DedicatedServer3339-BonusPack.zip 
-> ${BONUSPACK_P}
-   http://downloads.unrealadmin.org/UT2004/Server/${BONUSPACK_P}
-   http://sonic-lux.net/data/mirror/ut2004/${BONUSPACK_P}
-   mirror://3dgamers/unrealtourn2k4/${PATCH_P}
-   http://downloads.unrealadmin.org/UT2004/Patches/Linux/${PATCH_P}
-   http://sonic-lux.net/data/mirror/ut2004/${PATCH_P}
-   mirror://gentoo/ut2004-v${PV/./-}-linux-dedicated.7z"
+SRC_URI="
+   
https://files.chaoticdreams.org/UT2004/DedicatedServer3339-BonusPack.zip -> 
${BONUSPACK_P}
+   http://ut2004.ut-files.com/index.php?dir=Patches/Linux/=${PATCH_P} 
-> ${PATCH_P}
+   
https://dev.gentoo.org/~chewi/distfiles/ut2004-v${PV/./-}-linux-dedicated.7z
+"
 
 LICENSE="ut2003"
 SLOT="0"



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-11-12 Thread Robin H. Johnson
commit: bd3d2f8b4ca4db18b5b54b5c280ca787366ba85b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Nov 12 22:31:15 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Nov 12 22:31:15 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=bd3d2f8b

create-dev-keyrings: service-keys not underscored

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

 create-dev-keyrings.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 2549817..309be45 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -76,7 +76,7 @@ RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${RETIRED_RULE}") )
 SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 
 grab_keys "${SYSTEM_KEYS[@]}"
-export_keys "${OUTPUT_DIR}"/service_keys.gpg \
+export_keys "${OUTPUT_DIR}"/service-keys.gpg \
"${SYSTEM_KEYS[@]}"
 
 grab_keys "${COMMITTING_DEVS[@]}"



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-11-12 Thread Robin H. Johnson
commit: 2d8dcda77b43ac8c2fda3086b411ce7b25a57330
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Nov 12 22:15:15 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Nov 12 22:15:15 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2d8dcda7

create-dev-keyrings: fix thinko in chmod target

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

 create-dev-keyrings.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 01f15b2..2549817 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -60,7 +60,7 @@ export_keys() {
# If there are no keys in the export set, then it ALSO does not write 
the destination file
# and prints 'gpg: WARNING: nothing exported' to stderr
if gpg --output "$TMP" --export "${@}" && test -s "${TMP}"; then
-   chmod a+r "${DST}"
+   chmod a+r "${TMP}"
mv "${TMP}" "${DST}"
else
echo "Unable to export keys to $DST"



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-11-12 Thread Robin H. Johnson
commit: f037307d91669bbc1221c27d7e6893ead8fce97a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Nov 12 22:09:03 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Nov 12 22:09:03 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=f037307d

create-dev-keyrings: export improvements

- Place new keyrings atomicly.
- Export system/committing/active/retired/all in seperate batches

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

 create-dev-keyrings.bash | 55 ++--
 1 file changed, 48 insertions(+), 7 deletions(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 9bc2fde..01f15b2 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -9,6 +9,11 @@ 
COMMIT_RULE='(&(gentooAccess=git.gentoo.org/repo/gentoo.git)(gentooStatus=active
 
NONCOMMIT_RULE='(&(!(gentooAccess=git.gentoo.org/repo/gentoo.git))(gentooStatus=active))'
 RETIRED_RULE='(!(gentooStatus=active))'
 
+GPG_TMPDIR=$(mktemp -d)
+clean_tmp() {
+   rm -rf "$GPG_TMPDIR"
+}
+
 # grab_ldap_fingerprints 
 grab_ldap_fingerprints() {
ldapsearch "${@}" -Z gpgfingerprint -LLL |
@@ -37,7 +42,7 @@ grab_keys() {
if [[ $(( retries++ )) -gt 3 ]]; then
echo "Unable to fetch the following keys:"
printf '%s\n' "${missing[@]}"
-   exit 0 # if we exit non-zero, the entire export 
will fail
+   break # if we hard-exit, the entire export will 
fail
fi
sleep 5
fi
@@ -46,17 +51,53 @@ grab_keys() {
done
 }
 
+export_keys() {
+   DST="$1"
+   TMP="${GPG_TMPDIR}"/$(basename "${DST}")
+   # Must not exist, otherwise GPG will give error
+   [[ -f "${TMP}" ]] && rm -f "${TMP}"
+   # 'gpg --export' returns zero if there was no error with the command 
itself
+   # If there are no keys in the export set, then it ALSO does not write 
the destination file
+   # and prints 'gpg: WARNING: nothing exported' to stderr
+   if gpg --output "$TMP" --export "${@}" && test -s "${TMP}"; then
+   chmod a+r "${DST}"
+   mv "${TMP}" "${DST}"
+   else
+   echo "Unable to export keys to $DST"
+   exit 1
+   fi
+}
+
 set -e
 
 COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" "${COMMIT_RULE}") )
 NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${NONCOMMIT_RULE}") )
-#RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" "${RETIRED_RULE}") )
+RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" "${RETIRED_RULE}") )
 SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 
-grab_keys "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}" 
"${SYSTEM_KEYS[@]}"
-gpg --export "${COMMITTING_DEVS[@]}" > "${OUTPUT_DIR}"/committing-devs.gpg
-gpg --export "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}" > 
"${OUTPUT_DIR}"/active-devs.gpg
-gpg --export "${SYSTEM_KEYS[@]}" > "${OUTPUT_DIR}"/service-keys.gpg
+grab_keys "${SYSTEM_KEYS[@]}"
+export_keys "${OUTPUT_DIR}"/service_keys.gpg \
+   "${SYSTEM_KEYS[@]}"
+
+grab_keys "${COMMITTING_DEVS[@]}"
+export_keys "${OUTPUT_DIR}"/committing-devs.gpg \
+   "${COMMITTING_DEVS[@]}"
+
+grab_keys "${NONCOMMITTING_DEVS[@]}"
+export_keys "${OUTPUT_DIR}"/active-devs.gpg \
+   "${COMMITTING_DEVS[@]}" \
+   "${NONCOMMITTING_DEVS[@]}"
+
 # -- not all are on keyservers
+# -- and are unlikely to turn up now
+# -- this needs to fetch from some archive instead
 #grab_keys "${RETIRED_DEVS[@]}"
-#gpg --export > "${OUTPUT_DIR}"/all-devs.gpg
+export_keys "${OUTPUT_DIR}"/retired-devs.gpg \
+   "${RETIRED_DEVS[@]}"
+
+# Everybody together now
+export_keys "${OUTPUT_DIR}"/all-devs.gpg \
+   "${SYSTEM_KEYS[@]}" \
+   "${COMMITTING_DEVS[@]}" \
+   "${NONCOMMITTING_DEVS[@]}" \
+   "${RETIRED_DEVS[@]}"



[gentoo-commits] repo/gentoo:master commit in: games-fps/unreal/

2018-11-12 Thread James Le Cuirot
commit: 15a63dce58f5985cbe66256cffef2768a94de27e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Nov 12 22:03:39 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Nov 12 22:09:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a63dce

games-fps/unreal: Remanifest unreali-install.run file

I'm unable to test this and it's a little strange given the age of the
old and the new file but it's a newer version of Makeself so I guess
it's legit.

Closes: https://bugs.gentoo.org/640550
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/unreal/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/unreal/Manifest b/games-fps/unreal/Manifest
index aa7d48b1d97..96ca800e4f9 100644
--- a/games-fps/unreal/Manifest
+++ b/games-fps/unreal/Manifest
@@ -1,3 +1,3 @@
 DIST IpDrv-436-Linux-08-20-02.zip 105435 BLAKE2B 
3b0c960513f3bfdaa5394148978f1258b54cedec0722890fd1d89a81b7c809a9d837f6da0e147f1566ee253ed6fd0c7692d043e50ddd383d99245f7aec3df759
 SHA512 
5f10152b87cf702225fe50d213f3fbd4865cb2f190e0c2c87c996420c115e5f84de7748af635705b8a2ea789bfeaaab4b927364563a4b83f973dcb5af866ccd7
-DIST unreali-install.run 4118594 BLAKE2B 
6c105e0901882b1a04cc7983eaeb60dbe50379579a177d3ccd78f1fafda9c1ed4ab603006f0dfc4faaad4f425ec3f242bd28c09bb91e4a1f07a2dd5ab702cf1a
 SHA512 
9b918fec89de0bb273a2c351dbaccfe32eaaaf9c5ba012ddaf38c1e8617d7c6b8a08c9ac04135105bea89f4127f7f64f52c8d2c00a00e9418f4807fc1f3aff7b
+DIST unreali-install.run 3800432 BLAKE2B 
eb359ed910b864cf2a5f73a96b888d621157a0e9dd3627cc6f0bbb02370a2362e5e417c5ca638642b883acf625b470dc3fcfbed95d640ab6598b630f9ba365e1
 SHA512 
3af4bc0a7f6f256899efe04b23a5c9944655130ef9868c9f0a73f71fe1bb492da71a6814a8d472c01c3fec13b9e978853a5c3f6960a8c1b4de53aa3020eda7f3
 DIST ut-install-436.run 6225010 BLAKE2B 
107a4991db59e1ff800bf2a1e002f0e56f5415b14a936ced149ace57c5359f10b75d0c2506e5fe40dfb2ca28b068cf225b35dda5fae0af84864df4edb560e05a
 SHA512 
cfdeb9f345daef4b81acadfa24d711477ba208dffd50716087d034df2dc1eb0ac5bb03570f4f1701b3c4d46b8f954e6d23dde36fc20dafdc114e68730a1fc932



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

2018-11-12 Thread Pacho Ramos
commit: f38add63c2812341736cc688b68d0c065d10f849
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov 12 21:46:22 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov 12 21:46:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38add63

package.mask: mail-filter/razor fixed

Signed-off-by: Pacho Ramos  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c02a0c3c0d2..369acb7466f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -142,10 +142,6 @@ dev-lang/gnu-smalltalk
 # in a month.
 dev-db/maatkit
 
-# Pacho Ramos  (11 Nov 2018)
-# Unmaintained and buggy (#648204). Removal in a month.
-mail-filter/razor
-
 # Pacho Ramos  (11 Nov 2018)
 # Merged into >=app-portage/gentoolkit-0.4 (#659412). Removal in a month.
 app-portage/gentoolkit-dev



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2018-11-12 Thread Pacho Ramos
commit: d441ab4d0a27656674cc32a10192b303db876a58
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov 12 21:46:00 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov 12 21:46:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d441ab4d

mail-filter/razor: Drop old

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

 mail-filter/razor/razor-2.85-r2.ebuild | 81 --
 1 file changed, 81 deletions(-)

diff --git a/mail-filter/razor/razor-2.85-r2.ebuild 
b/mail-filter/razor/razor-2.85-r2.ebuild
deleted file mode 100644
index 6a4adfd6319..000
--- a/mail-filter/razor/razor-2.85-r2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-MY_PN="razor-agents"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Distributed, collaborative spam detection and filtering network"
-HOMEPAGE="http://razor.sourceforge.net/;
-SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
-
-RDEPEND="
-   dev-perl/URI
-   dev-perl/Net-DNS
-   virtual/perl-Net-Ping
-   virtual/perl-Time-HiRes
-   dev-perl/Digest-Nilsimsa
-   || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
-   "${FILESDIR}/${PN}-2.85-cosmetic-pv-fix.patch"
-)
-
-S=${WORKDIR}/${MY_P}
-
-# Install docs/ content
-mydoc="docs/*"
-SRC_TEST="do parallel"
-
-src_compile() {
-   emake -j1
-}
-
-pkg_postinst() {
-   elog
-   elog "Run 'razor-admin -create' to create a default config file in your"
-   elog "home directory under /home/user/.razor. (Remember to change user 
to"
-   elog "your username from root before running razor-admin)"
-   elog
-   elog "Razor v2 requires reporters to be registered so their reputations 
can"
-   elog "be computed over time and they can participate in the revocation"
-   elog "mechanism. Registration is done with razor-admin -register. It 
has to be"
-   elog "manually invoked in either of the following ways:"
-   elog
-   elog "To register user foo with 's1kr3t' as password: "
-   elog
-   elog "razor-admin -register -user=foo -pass=s1kr3t"
-   elog
-   elog "To register with an email address and have the password assigned:"
-   elog
-   elog "razor-admin -register -user=f...@bar.com  "
-   elog
-   elog "To have both (random) username and password assgined: "
-   elog
-   elog "razor-admin -register "
-   elog
-   elog "razor-admin -register negotiates a registration with the 
Nomination Server"
-   elog "and writes the identity information in"
-   elog "/home/user/.razor/identity-username, or 
/etc/razor/identity-username"
-   elog "when invoked as root."
-   elog
-   elog "You can edit razor-agent.conf to change the defaults. Config 
options"
-   elog "and their values are defined in the razor-agent.conf(5) manpage."
-   elog
-   elog "The next step is to integrate razor-check, razor-report and"
-   elog "razor-revoke in your mail system. If you are running Razor v1, 
the"
-   elog "change will be transparent, new versions of razor agents will 
overwrite"
-   elog "the old ones. You would still need to plugin razor-revoke in your 
MUA,"
-   elog "since it's a new addition in Razor v2. If you are not running 
Razor v1,"
-   elog "refer to manpages of razor-check(1), razor-report(1), and"
-   elog "razor-revoke(1) for integration instructions."
-   elog
-}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/files/, mail-filter/razor/

2018-11-12 Thread Pacho Ramos
commit: 1e17619bfc9848e2cca451d3058605dcfcc63e8b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov 12 21:45:42 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov 12 21:45:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e17619b

mail-filter/razor: Fix manpages installation

Closes: https://bugs.gentoo.org/648204
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/razor-2.85-makefile-quoting-fix.patch| 15 
 mail-filter/razor/razor-2.85-r3.ebuild | 89 ++
 2 files changed, 104 insertions(+)

diff --git a/mail-filter/razor/files/razor-2.85-makefile-quoting-fix.patch 
b/mail-filter/razor/files/razor-2.85-makefile-quoting-fix.patch
new file mode 100644
index 000..677d5c7010d
--- /dev/null
+++ b/mail-filter/razor/files/razor-2.85-makefile-quoting-fix.patch
@@ -0,0 +1,15 @@
+diff -uprw razor-agents-2.85.orig/Makefile.PL razor-agents-2.85/Makefile.PL
+--- razor-agents-2.85.orig/Makefile.PL 2007-05-09 01:47:53.0 +0300
 razor-agents-2.85/Makefile.PL  2015-06-14 20:36:23.677213987 +0300
+@@ -140,9 +140,9 @@ sub MY::install {
+   my $inherited = $self->SUPER::install(@_);
+ 
+   my $man5 = q{ \\
+-  $(INST_MAN5DIR) $(INSTALLMAN5DIR)};
++  "$(INST_MAN5DIR)" "$(INSTALLMAN5DIR)"};
+ 
+-  $inherited =~ s/(\$\((?:DEST)?INSTALL\w*MAN1DIR\))/$1$man5/gm;
++  $inherited =~ s/("?\$\((?:DEST)?INSTALL\w*MAN1DIR\)"?)/$1$man5/gm;
+ 
+   return $inherited;
+ }

diff --git a/mail-filter/razor/razor-2.85-r3.ebuild 
b/mail-filter/razor/razor-2.85-r3.ebuild
new file mode 100644
index 000..19e5558ab55
--- /dev/null
+++ b/mail-filter/razor/razor-2.85-r3.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit perl-module readme.gentoo-r1
+
+MY_PN="razor-agents"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Distributed, collaborative spam detection and filtering network"
+HOMEPAGE="http://razor.sourceforge.net/;
+SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
+
+RDEPEND="
+   dev-perl/URI
+   dev-perl/Net-DNS
+   virtual/perl-Net-Ping
+   virtual/perl-Time-HiRes
+   dev-perl/Digest-Nilsimsa
+   || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
+"
+DEPEND=""
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
+   "${FILESDIR}/${PN}-2.85-cosmetic-pv-fix.patch"
+   "${FILESDIR}/${PN}-2.85-makefile-quoting-fix.patch"
+)
+
+S="${WORKDIR}/${MY_P}"
+
+SRC_TEST="do parallel"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+Run 'razor-admin -create' to create a default config file in your
+home directory under /home/user/.razor. (Remember to change user to
+your username from root before running razor-admin)
+
+Razor v2 requires reporters to be registered so their reputations can
+be computed over time and they can participate in the revocation
+mechanism. Registration is done with razor-admin -register. It has to be
+manually invoked in either of the following ways:
+
+To register user foo with 's1kr3t' as password:
+
+razor-admin -register -user=foo -pass=s1kr3t
+
+To register with an email address and have the password assigned:
+
+razor-admin -register -user=f...@bar.com
+
+To have both (random) username and password assigned:
+
+razor-admin -register
+
+razor-admin -register negotiates a registration with the Nomination Server
+and writes the identity information in
+/home/user/.razor/identity-username, or /etc/razor/identity-username
+when invoked as root.
+
+You can edit razor-agent.conf to change the defaults. Config options
+and their values are defined in the razor-agent.conf(5) manpage.
+
+The next step is to integrate razor-check, razor-report and
+razor-revoke in your mail system. If you are running Razor v1, the
+change will be transparent, new versions of razor agents will overwrite
+the old ones. You would still need to plugin razor-revoke in your MUA,
+since it's a new addition in Razor v2. If you are not running Razor v1,
+refer to manpages of razor-check(1), razor-report(1), and
+razor-revoke(1) for integration instructions.
+"
+
+src_compile() {
+   emake -j1
+}
+
+src_install() {
+   mydoc="docs/*" perl-module_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-11-12 Thread Robin H. Johnson
commit: 09709661f46c31d96506f419446ae6211eb5380f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Nov 12 21:25:50 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Nov 12 21:25:50 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=09709661

create-dev-keyrings: always export

If fetching any changes fails, then the export phase does not run. If
there are multiple unrelated key changes, any one of them can be held up
by missing on the keyserver.

Always run the export, so that we get at least some of the changes out.

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

 create-dev-keyrings.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 0afe352..9bc2fde 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -37,7 +37,7 @@ grab_keys() {
if [[ $(( retries++ )) -gt 3 ]]; then
echo "Unable to fetch the following keys:"
printf '%s\n' "${missing[@]}"
-   exit 1
+   exit 0 # if we exit non-zero, the entire export 
will fail
fi
sleep 5
fi



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

2018-11-12 Thread Mike Gilbert
commit: c9b3c6c0a2c71bad5d9777630c5b8b97f75b8b2c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Nov 12 16:03:27 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Nov 12 21:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b3c6c0

www-client/google-chrome: unify stable/beta/unstable ebuilds

Signed-off-by: Mike Gilbert  gentoo.org>

 .../google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild  | 10 +++---
 .../google-chrome-unstable-72.0.3602.2.ebuild  |  9 +++--
 www-client/google-chrome/google-chrome-70.0.3538.102.ebuild| 10 +++---
 3 files changed, 21 insertions(+), 8 deletions(-)

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild
index 3a03ee42c9b..88e80e216eb 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild
@@ -13,8 +13,10 @@ DESCRIPTION="The web browser from Google"
 HOMEPAGE="https://www.google.com/chrome;
 
 if [[ ${PN} == google-chrome ]]; then
+   KEYWORDS="-* amd64"
MY_PN=${PN}-stable
 else
+   KEYWORDS="-* ~amd64"
MY_PN=${PN}
 fi
 
@@ -24,7 +26,6 @@ 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd
 
 LICENSE="google-chrome"
 SLOT="0"
-KEYWORDS="-* ~amd64"
 IUSE="+plugins"
 RESTRICT="bindist mirror strip"
 
@@ -38,7 +39,6 @@ RDEPEND="
dev-libs/glib:2
dev-libs/nspr
>=dev-libs/nss-3.26
-   gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype:2
@@ -104,9 +104,13 @@ src_install() {
-i "${CHROME_HOME}/${PN}" || die
fi
 
+   local suffix=
+   [[ ${PN} == google-chrome-beta ]] && suffix=_beta
+   [[ ${PN} == google-chrome-unstable ]] && suffix=_dev
+
local size
for size in 16 22 24 32 48 64 128 256 ; do
-   newicon -s ${size} 
"${CHROME_HOME}/product_logo_${size}_beta.png" ${PN}.png
+   newicon -s ${size} 
"${CHROME_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
done
 
pax-mark m "${CHROME_HOME}/chrome"

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-72.0.3602.2.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-72.0.3602.2.ebuild
index 57fa25d49a6..88e80e216eb 100644
--- 
a/www-client/google-chrome-unstable/google-chrome-unstable-72.0.3602.2.ebuild
+++ 
b/www-client/google-chrome-unstable/google-chrome-unstable-72.0.3602.2.ebuild
@@ -13,8 +13,10 @@ DESCRIPTION="The web browser from Google"
 HOMEPAGE="https://www.google.com/chrome;
 
 if [[ ${PN} == google-chrome ]]; then
+   KEYWORDS="-* amd64"
MY_PN=${PN}-stable
 else
+   KEYWORDS="-* ~amd64"
MY_PN=${PN}
 fi
 
@@ -24,7 +26,6 @@ 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd
 
 LICENSE="google-chrome"
 SLOT="0"
-KEYWORDS="-* ~amd64"
 IUSE="+plugins"
 RESTRICT="bindist mirror strip"
 
@@ -103,9 +104,13 @@ src_install() {
-i "${CHROME_HOME}/${PN}" || die
fi
 
+   local suffix=
+   [[ ${PN} == google-chrome-beta ]] && suffix=_beta
+   [[ ${PN} == google-chrome-unstable ]] && suffix=_dev
+
local size
for size in 16 22 24 32 48 64 128 256 ; do
-   newicon -s ${size} 
"${CHROME_HOME}/product_logo_${size}_dev.png" ${PN}.png
+   newicon -s ${size} 
"${CHROME_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
done
 
pax-mark m "${CHROME_HOME}/chrome"

diff --git a/www-client/google-chrome/google-chrome-70.0.3538.102.ebuild 
b/www-client/google-chrome/google-chrome-70.0.3538.102.ebuild
index d7d8f612b2b..88e80e216eb 100644
--- a/www-client/google-chrome/google-chrome-70.0.3538.102.ebuild
+++ b/www-client/google-chrome/google-chrome-70.0.3538.102.ebuild
@@ -13,8 +13,10 @@ DESCRIPTION="The web browser from Google"
 HOMEPAGE="https://www.google.com/chrome;
 
 if [[ ${PN} == google-chrome ]]; then
+   KEYWORDS="-* amd64"
MY_PN=${PN}-stable
 else
+   KEYWORDS="-* ~amd64"
MY_PN=${PN}
 fi
 
@@ -24,7 +26,6 @@ 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd
 
 LICENSE="google-chrome"
 SLOT="0"
-KEYWORDS="-* amd64"
 IUSE="+plugins"
 RESTRICT="bindist mirror strip"
 
@@ -38,7 +39,6 @@ RDEPEND="
dev-libs/glib:2
dev-libs/nspr
>=dev-libs/nss-3.26
-   gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype:2
@@ -104,9 +104,13 @@ src_install() {
-i "${CHROME_HOME}/${PN}" || die
fi
 
+   local suffix=
+   [[ ${PN} == google-chrome-beta ]] && suffix=_beta
+   [[ ${PN} == google-chrome-unstable ]] && suffix=_dev
+
local size
for size in 16 22 24 32 48 64 

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

2018-11-12 Thread Mike Gilbert
commit: c8244a74291bd4df1e7bd7774e7627966a3b6918
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Nov 12 16:07:23 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Nov 12 21:18:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8244a74

www-client/google-chrome: decompress documentation

Signed-off-by: Mike Gilbert  gentoo.org>

 .../google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild  | 7 +++
 .../google-chrome-unstable-72.0.3602.2.ebuild  | 7 +++
 www-client/google-chrome/google-chrome-70.0.3538.102.ebuild| 7 +++
 3 files changed, 21 insertions(+)

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild
index 88e80e216eb..71049536032 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.44.ebuild
@@ -94,6 +94,13 @@ src_install() {
rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
 
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/google-chrome.1.gz ]]; then
+   rm usr/share/man/man1/google-chrome.1.gz || die
+   dosym ${MY_PN}.1 usr/share/man/man1/google-chrome.1
+   fi
+
pushd "${CHROME_HOME}/locales" > /dev/null || die
chromium_remove_language_paks
popd > /dev/null || die

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-72.0.3602.2.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-72.0.3602.2.ebuild
index 88e80e216eb..71049536032 100644
--- 
a/www-client/google-chrome-unstable/google-chrome-unstable-72.0.3602.2.ebuild
+++ 
b/www-client/google-chrome-unstable/google-chrome-unstable-72.0.3602.2.ebuild
@@ -94,6 +94,13 @@ src_install() {
rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
 
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/google-chrome.1.gz ]]; then
+   rm usr/share/man/man1/google-chrome.1.gz || die
+   dosym ${MY_PN}.1 usr/share/man/man1/google-chrome.1
+   fi
+
pushd "${CHROME_HOME}/locales" > /dev/null || die
chromium_remove_language_paks
popd > /dev/null || die

diff --git a/www-client/google-chrome/google-chrome-70.0.3538.102.ebuild 
b/www-client/google-chrome/google-chrome-70.0.3538.102.ebuild
index 88e80e216eb..71049536032 100644
--- a/www-client/google-chrome/google-chrome-70.0.3538.102.ebuild
+++ b/www-client/google-chrome/google-chrome-70.0.3538.102.ebuild
@@ -94,6 +94,13 @@ src_install() {
rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
 
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/google-chrome.1.gz ]]; then
+   rm usr/share/man/man1/google-chrome.1.gz || die
+   dosym ${MY_PN}.1 usr/share/man/man1/google-chrome.1
+   fi
+
pushd "${CHROME_HOME}/locales" > /dev/null || die
chromium_remove_language_paks
popd > /dev/null || die



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

2018-11-12 Thread James Le Cuirot
commit: 2c603701e6c909a5e90bb4eb58cd53a191908f75
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Mar 22 21:18:55 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Nov 12 21:14:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c603701

java-ant-2.eclass: Drop sys-apps/portage build dependency

This comes via java-utils-2.eclass. It originates from 2006 and should
arguably have never been added.

Signed-off-by: James Le Cuirot  gentoo.org>

 eclass/java-ant-2.eclass | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass
index 8da5971844a..1fd4feb3913 100644
--- a/eclass/java-ant-2.eclass
+++ b/eclass/java-ant-2.eclass
@@ -56,12 +56,10 @@ if [[ $? != 0 ]]; then
die "java-pkg_ant-tasks-depend() failed"
 fi
 
-# We need some tools from javatoolkit. We also need portage 2.1 for phase hooks
-# and ant dependencies constructed above. Python is there for
-# java-ant_remove-taskdefs
+# We need some tools from javatoolkit. We also need ant dependencies
+# constructed above.
 JAVA_ANT_E_DEPEND="${JAVA_ANT_E_DEPEND}
   ${ANT_TASKS_DEPEND}
-  ${JAVA_PKG_PORTAGE_DEP}
   >=dev-java/javatoolkit-0.3.0-r2"
 
 # this eclass must be inherited after java-pkg-2 or java-pkg-opt-2



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

2018-11-12 Thread James Le Cuirot
commit: 0babdca6bb61512272453a3740a9b31151a6ce98
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Mar 22 21:21:17 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Nov 12 21:14:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0babdca6

java-utils-2.eclass: Drop sys-apps/portage build dependency

It originates from 2006 and should arguably have never been added.

Signed-off-by: James Le Cuirot  gentoo.org>

 eclass/java-utils-2.eclass | 12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 1ba8bc5c5b5..473b177e539 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -1,4 +1,4 @@
-# Copyright 2004-2017 Gentoo Foundation
+# Copyright 2004-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: java-utils-2.eclass
@@ -25,21 +25,13 @@ export WANT_JAVA_CONFIG="2"
 # Prefix variables are only available for EAPI>=3
 has "${EAPI:-0}" 0 1 2 && ED="${D}" EPREFIX= EROOT="${ROOT}"
 
-# @VARIABLE: JAVA_PKG_PORTAGE_DEP
-# @INTERNAL
-# @DESCRIPTION:
-# The version of portage we need to function properly. Previously it was
-# portage with phase hooks support but now we use a version with proper env
-# saving. For EAPI 2 we have new enough stuff so let's have cleaner deps.
-has "${EAPI}" 0 1 && JAVA_PKG_PORTAGE_DEP=">=sys-apps/portage-2.1.2.7"
-
 # @VARIABLE: JAVA_PKG_E_DEPEND
 # @INTERNAL
 # @DESCRIPTION:
 # This is a convience variable to be used from the other java eclasses. This is
 # the version of java-config we want to use. Usually the latest stable version
 # so that ebuilds can use new features without depending on specific versions.
-JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.2.0-r3 ${JAVA_PKG_PORTAGE_DEP}"
+JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.2.0-r3"
 has source ${JAVA_PKG_IUSE} && JAVA_PKG_E_DEPEND="${JAVA_PKG_E_DEPEND} source? 
( app-arch/zip )"
 
 # @ECLASS-VARIABLE: JAVA_PKG_WANT_BOOTCLASSPATH



[gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/, sys-boot/plymouth-openrc-plugin/files/

2018-11-12 Thread Georgy Yakovlev
commit: 381c8330770d424a37f1f8800e5d0075c578e612
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Nov 12 19:59:48 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Nov 12 21:07:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381c8330

sys-boot/plymouth-openrc-plugin: EAPI revbump, fixes

Add patch fixing early exit which prevented showing splash on reboot.
EAPI 4->7
Fix license, it clearly says GPL-2 or later.
Touch up ebuild.

While this package is no longer developed it still works fine, and
especially useful at fixing weird plymouth behaviour on boot under
openrc.

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 ...outh-openrc-plugin-0.1.2-exit-at-mount-ro.patch | 25 
 .../plymouth-openrc-plugin-0.1.2-r1.ebuild | 34 ++
 2 files changed, 59 insertions(+)

diff --git 
a/sys-boot/plymouth-openrc-plugin/files/plymouth-openrc-plugin-0.1.2-exit-at-mount-ro.patch
 
b/sys-boot/plymouth-openrc-plugin/files/plymouth-openrc-plugin-0.1.2-exit-at-mount-ro.patch
new file mode 100644
index 000..7dc5feb2fc1
--- /dev/null
+++ 
b/sys-boot/plymouth-openrc-plugin/files/plymouth-openrc-plugin-0.1.2-exit-at-mount-ro.patch
@@ -0,0 +1,25 @@
+From 9d3485d73244eea61205c4c84b2c37d489d5bbcb Mon Sep 17 00:00:00 2001
+From: tlhonmey 
+Date: Wed, 31 Jan 2018 11:10:48 -0800
+Subject: [PATCH] Exit plymouth when we hit mount-ro rather than localmount.
+
+Newer versions of openrc appear to run localmount almost immediately upon 
shutdown, causing the plugin to send Plymouth the quit command before the 
splash is even displayed, resulting in no splash on shutdown.
+
+The job that cuts us off from writing to /var is now mount-ro, which runs near 
the end like it should and gives Plymouth time to show the splash.
+---
+ plymouth.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plymouth.c b/plymouth.c
+index e657e82..e9c925b 100644
+--- a/plymouth.c
 b/plymouth.c
+@@ -240,7 +240,7 @@ int rc_plugin_hook(RC_HOOK hook, const char *name)
+ 
+ case RC_HOOK_SERVICE_STOP_IN:
+ /* Quit Plymouth when we're going to lost write access to /var/... */
+-if(strcmp(name, "localmount") == 0 &&
++if(strcmp(name, "mount-ro") == 0 &&
+ strcmp(runlevel, RC_LEVEL_SHUTDOWN) == 0) {
+ DBG("ply_quit(PLY_MODE_SHUTDOWN)");
+ if(!ply_quit(PLY_MODE_SHUTDOWN))

diff --git 
a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2-r1.ebuild 
b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2-r1.ebuild
new file mode 100644
index 000..a073ee75df0
--- /dev/null
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Plymouth plugin for OpenRC"
+HOMEPAGE="https://github.com/aidecoe/plymouth-openrc-plugin;
+SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-apps/openrc:="
+RDEPEND="${DEPEND}
+   sys-boot/plymouth"
+
+PATCHES=( "${FILESDIR}/${P}-exit-at-mount-ro.patch" )
+
+src_install() {
+   insinto /$(get_libdir)/rc/plugins
+   doins plymouth.so
+}
+
+pkg_postinst() {
+   ewarn "You need to disable 'rc_interactive' feature in /etc/rc.conf to 
make"
+   ewarn "Plymouth work properly with OpenRC init system."
+
+   if has_version sys-apps/systemd; then
+   eerror "sys-apps/systemd is installed, please uninstall this 
package if you"
+   eerror "are booting with systemd"
+   fi
+}



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

2018-11-12 Thread Sergei Trofimovich
commit: ba11701e00e35e77f8ade01c0cbe81278a2970ec
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 12 06:37:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 12 20:26:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba11701e

dev-python/sqlalchemy-migrate: mark 0.11.0-r1 sparc, bug #670894

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild 
b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild
index b19bf8f..daaf70a34f9 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="doc"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"



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

2018-11-12 Thread Sergei Trofimovich
commit: a6072b2f116d4bfa50f2eb51002ae7b601d8831d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 12 19:13:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 12 20:26:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6072b2f

sys-apps/pcsc-lite: stable 1.8.23 for sparc, bug #663594

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
index 485d618a3a1..bb40a9aac46 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="https://pcsclite.apdu.fr/files/${P}.tar.bz2;
 # upstream.
 LICENSE="BSD ISC MIT GPL-3+ GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # This is called libusb so that it doesn't fool people in thinking that
 # it is _required_ for USB support. Otherwise they'll disable udev and



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

2018-11-12 Thread Sergei Trofimovich
commit: cb53ef585b367a03f3fcbcf39f99fe24316af147
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 12 19:18:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 12 20:26:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb53ef58

media-libs/fontconfig: stable 2.13.0-r4 for hppa, bug #664108

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild 
b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild
index 560514f741c..1f597094e17 100644
--- a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://fontconfig.org/release/${P}.tar.bz2;
 LICENSE="MIT"
 SLOT="1.0"
 [[ $(ver_cut 3) -ge 90 ]] || \
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc static-libs"
 
 # Purposefully dropped the xml USE flag and libxml2 support.  Expat is the



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

2018-11-12 Thread Hans de Graaff
commit: 3f8ab4c6aa28f7ec1e54c2a112d3c400119499af
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 12 20:03:11 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 12 20:03:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8ab4c6

net-vpn/libreswan: avoid interaction in pkg_postinst

Generate the NSS database with an emtpy password like other
distributions do and indicate how to change that. Also check
for the non-deprecated cert9.db file.

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

 net-vpn/libreswan/libreswan-3.27-r1.ebuild | 113 +
 1 file changed, 113 insertions(+)

diff --git a/net-vpn/libreswan/libreswan-3.27-r1.ebuild 
b/net-vpn/libreswan/libreswan-3.27-r1.ebuild
new file mode 100644
index 000..aa0e463073d
--- /dev/null
+++ b/net-vpn/libreswan/libreswan-3.27-r1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd toolchain-funcs
+
+SRC_URI="https://download.libreswan.org/${P}.tar.gz;
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
+HOMEPAGE="https://libreswan.org/;
+
+LICENSE="GPL-2 BSD-4 RSA DES"
+SLOT="0"
+IUSE="caps curl dnssec ldap pam seccomp selinux systemd test"
+
+COMMON_DEPEND="
+   dev-libs/gmp:0=
+   dev-libs/libevent:0=
+   dev-libs/nspr
+   caps? ( sys-libs/libcap-ng )
+   curl? ( net-misc/curl )
+   dnssec? ( net-dns/unbound:= net-libs/ldns )
+   ldap? ( net-nds/openldap )
+   pam? ( sys-libs/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )
+   systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/xmlto
+   dev-libs/nss
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+   test? ( dev-python/setproctitle )
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-libs/nss[utils(+)]
+   sys-apps/iproute2
+   !net-misc/openswan
+   !net-vpn/strongswan
+   selinux? ( sec-policy/selinux-ipsec )
+"
+
+usetf() {
+   usex "$1" true false
+}
+
+src_prepare() {
+   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
+   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
+   default
+}
+
+src_configure() {
+   tc-export AR CC
+   export INC_USRLOCAL=/usr
+   export INC_MANDIR=share/man
+   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
+   export FINALDOCDIR=/usr/share/doc/${PF}/html
+   export INITSYSTEM=openrc
+   export INC_RCDIRS=
+   export INC_RCDEFAULT=/etc/init.d
+   export USERCOMPILE=
+   export USERLINK=
+   export USE_DNSSEC=$(usetf dnssec)
+   export USE_LABELED_IPSEC=$(usetf selinux)
+   export USE_LIBCAP_NG=$(usetf caps)
+   export USE_LIBCURL=$(usetf curl)
+   export USE_LINUX_AUDIT=$(usetf selinux)
+   export USE_LDAP=$(usetf ldap)
+   export USE_SECCOMP=$(usetf seccomp)
+   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
+   export SD_WATCHDOGSEC=$(usex systemd 200 0)
+   export USE_XAUTHPAM=$(usetf pam)
+   export DEBUG_CFLAGS=
+   export OPTIMIZE_CFLAGS=
+   export WERROR_CFLAGS=
+}
+
+src_compile() {
+   emake all
+   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" all
+}
+
+src_test() {
+   : # integration tests only that require set of kvms to be set up
+}
+
+src_install() {
+   default
+   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" DESTDIR="${D}" install
+
+   echo "include /etc/ipsec.d/*.secrets" > "${D}"/etc/ipsec.secrets
+   fperms 0600 /etc/ipsec.secrets
+
+   dodoc -r docs
+
+   find "${D}" -type d -empty -delete || die
+}
+
+pkg_postinst() {
+   local IPSEC_CONFDIR=${ROOT%/}/etc/ipsec.d
+   if [[ ! -f ${IPSEC_CONFDIR}/cert8.db && ! -f ${IPSEC_CONFDIR}/cert9.db 
]] ; then
+   ebegin "Setting up NSS database in ${IPSEC_CONFDIR} with empty 
password"
+   certutil -N -d "${IPSEC_CONFDIR}" --empty-password
+   eend $?
+   einfo "To set a password: certutil -W -d sql:${IPSEC_CONFDIR}"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2018-11-12 Thread Jorge Manuel B. S. Vicetto
commit: f2ba9a020ff077a8d9abc6de7cacebc6db636181
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Nov 12 20:00:50 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Nov 12 20:01:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ba9a02

www-apps/drupal: Bump to 7.61 release.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.61.ebuild | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 6f0dc8faf57..4377b1f428e 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
 DIST drupal-7.60.tar.gz 3283058 BLAKE2B 
2c29c089e0e13ce52c5d7a0bbf72c79596fbdc1a370a60b33d617ab29f2aaec86e36545ced7620832f333de66bb775178f7eeeca80976d6e2616553b766c07b3
 SHA512 
fee59cf303a6c44e3fa3cbeda4912f7d61ffe8294282f9ad0416a6536cc6ea65cf114a6a801dd1f68572185c2b1e300f58f907f9bd61f96beaba3706c527d512
+DIST drupal-7.61.tar.gz 3287629 BLAKE2B 
635fca54063bf3030cd3699f2395c64a4949719b38ad51e1ae67de928a0177bb8c049f383245ecd1ebf1d8dfe4dc1be012c0d83bd50eada8b05a959fd160d4ac
 SHA512 
8f0bdd5b7ef33e62d09698b3889726fab1edb14df6263635bca65c9bbe0400df618dbf02ef298169d48ab554d3b58d867bd4ce0d429b4b9167979917db51
 DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 
122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2
 SHA512 
8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
 DIST drupal-8.6.3.tar.gz 16372220 BLAKE2B 
b9bbf18e25292bfa87f23e2aa2329f86dfe714a265188c35998059b0075f31ceb6d0d6a23ed576615b1a6a6aef6b935a495e70b22aed0e649b41b79994bc9123
 SHA512 
93284235c9620ed235bfe0100317846694095ca96b1da7ac402c415e9f5f0819887c4da516655dabb49b4bbdba58935d7f78712c525c803125ec27d6a5692cea

diff --git a/www-apps/drupal/drupal-7.61.ebuild 
b/www-apps/drupal/drupal-7.61.ebuild
new file mode 100644
index 000..6f40a8c2e6e
--- /dev/null
+++ b/www-apps/drupal/drupal-7.61.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



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

2018-11-12 Thread William Hubbs
commit: fc3568be09224dcc85954b1ad2aece662c827721
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Nov 12 19:53:33 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Nov 12 19:57:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3568be

sys-apps/util-linux: 2.33 Fix copyright for compliance with glep 76

Closes: https://bugs.gentoo.org/670702
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/util-linux/util-linux-2.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.33.ebuild 
b/sys-apps/util-linux/util-linux-2.33.ebuild
index e93eae675f8..c95e045cc20 100644
--- a/sys-apps/util-linux/util-linux-2.33.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2018 Gentoo Foundation and others
 # Copyright 2018 Sony Interactive Entertainment Inc.
 # Distributed under the terms of the GNU General Public License v2
 



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

2018-11-12 Thread Hans de Graaff
commit: 52f50cb18ecfe8429176e26484e1ce50224fc4c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 12 19:35:08 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 12 19:37:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f50cb1

net-vpn/libreswan: cleanup

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

 net-vpn/libreswan/Manifest  |   2 -
 net-vpn/libreswan/libreswan-3.22.ebuild | 112 ---
 net-vpn/libreswan/libreswan-3.26.ebuild | 115 
 3 files changed, 229 deletions(-)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index 22bc35506e4..a28107d3859 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,4 +1,2 @@
-DIST libreswan-3.22.tar.gz 6910418 BLAKE2B 
c06134fa2d1096231797f1ea93de8ed61121472b10ae30ee9a843250dce4ef9f21e7d3bf63f38daf53fbfd8d1e435cfdc704743d0fdcbde8ecac137d9becac48
 SHA512 
93868327394527750590e1297443d3eb1c9a528d680348098fd2913123dac52c9fecd73b855ee00586c2516b8aa00f7f0d158d8e9b19d7487b5fb26432b86aff
 DIST libreswan-3.25.tar.gz 3988630 BLAKE2B 
8479b5b0d7d49055b7dcefa6c3b2f469b0aa60005e05446d5c1c6f73a32c904835422248c6ead2a1c2dc83b63794fd50f7461fd22c4206414b5890c01b99b722
 SHA512 
246649cb5bef1d0690217d1080f3f6f175a0d7a5f27e5a7affdf291b2f418a11937e96b64716a33e6312530409a2c1b10b90e2fa5ec339a27c94c990d86ed517
-DIST libreswan-3.26.tar.gz 3706205 BLAKE2B 
e54e6d3a0163f0b6812c53400e7f57e01319d7cf64a5d9e84d5002bbab24d5de1b6461c6bba02d60630017a50c23ecb1a095f3da1a36a4e6fc64e90cf08fd798
 SHA512 
10965a23197ef5d21a66dc0838066ceb620b2653f64471553284e0043fbc993584e497742b498e0be410427aeed3d8ce5bfdc6dfab59b8a1a1ba9a363473c4a4
 DIST libreswan-3.27.tar.gz 3720103 BLAKE2B 
51ee792cd3fb8330a9cfee0b1a27e48c9a8c8fd3346e8c06fe0a911c813c400ef62d68b1d06bb849695aad5f4d5a496dc444b2543aa9ffbc59d373081c0b85e5
 SHA512 
b92ecfd08b9d19dc801032176eff3dd07f625223d4f0dd07ff10f639644573430a55f7aebfcc8b9d2424e194ca9d06b17ad5a13dad5dc6f659d19bc5d32520f5

diff --git a/net-vpn/libreswan/libreswan-3.22.ebuild 
b/net-vpn/libreswan/libreswan-3.22.ebuild
deleted file mode 100644
index 5b4e7f960e6..000
--- a/net-vpn/libreswan/libreswan-3.22.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd toolchain-funcs
-
-SRC_URI="https://download.libreswan.org/${P}.tar.gz;
-KEYWORDS="amd64 ~ppc x86"
-
-DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
-HOMEPAGE="https://libreswan.org/;
-
-LICENSE="GPL-2 BSD-4 RSA DES"
-SLOT="0"
-IUSE="caps curl dnssec ldap pam seccomp selinux systemd test"
-
-COMMON_DEPEND="
-   dev-libs/gmp:0=
-   dev-libs/libevent:0=
-   dev-libs/nspr
-   caps? ( sys-libs/libcap-ng )
-   curl? ( net-misc/curl )
-   dnssec? ( net-dns/unbound:= net-libs/ldns )
-   ldap? ( net-nds/openldap )
-   pam? ( sys-libs/pam )
-   seccomp? ( sys-libs/libseccomp )
-   selinux? ( sys-libs/libselinux )
-   systemd? ( sys-apps/systemd:0= )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/xmlto
-   dev-libs/nss
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   test? ( dev-python/setproctitle )
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-libs/nss[utils(+)]
-   sys-apps/iproute2
-   !net-misc/openswan
-   !net-vpn/strongswan
-   selinux? ( sec-policy/selinux-ipsec )
-"
-
-usetf() {
-   usex "$1" true false
-}
-
-src_prepare() {
-   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
-   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
-   default
-}
-
-src_configure() {
-   tc-export AR CC
-   export INC_USRLOCAL=/usr
-   export INC_MANDIR=share/man
-   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
-   export FINALDOCDIR=/usr/share/doc/${PF}/html
-   export INITSYSTEM=openrc
-   export INC_RCDIRS=
-   export INC_RCDEFAULT=/etc/init.d
-   export USERCOMPILE=
-   export USERLINK=
-   export USE_DNSSEC=$(usetf dnssec)
-   export USE_LABELED_IPSEC=$(usetf selinux)
-   export USE_LIBCAP_NG=$(usetf caps)
-   export USE_LIBCURL=$(usetf curl)
-   export USE_LINUX_AUDIT=$(usetf selinux)
-   export USE_LDAP=$(usetf ldap)
-   export USE_SECCOMP=$(usetf seccomp)
-   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
-   export SD_WATCHDOGSEC=$(usex systemd 200 0)
-   export USE_XAUTHPAM=$(usetf pam)
-   export DEBUG_CFLAGS=
-   export OPTIMIZE_CFLAGS=
-   export WERROR_CFLAGS=
-}
-
-src_compile() {
-   emake all
-   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" all
-}
-
-src_test() {
-   : # integration tests only 

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

2018-11-12 Thread Anthony G. Basile
commit: 425d85556dd38a38ba47c4f45dbd3e3c1ca5adc9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov 12 19:25:17 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov 12 19:25:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425d8555

net-libs/libmicrohttpd: version bump to 0.9.60

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/libmicrohttpd/Manifest|  1 +
 net-libs/libmicrohttpd/libmicrohttpd-0.9.60.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest
index 03e12113f97..ea7664278fe 100644
--- a/net-libs/libmicrohttpd/Manifest
+++ b/net-libs/libmicrohttpd/Manifest
@@ -3,3 +3,4 @@ DIST libmicrohttpd-0.9.55.tar.gz 1308328 BLAKE2B 
5189bcaf2f29fdff9fdd3d7dfddd1b5
 DIST libmicrohttpd-0.9.57.tar.gz 1332713 BLAKE2B 
52e46726b220229ae722b4b94478bcd657e5edf1a836fa412b3365d8a2ca651887e62badd095f42f4fe41ad92f07e4147c812aef1c03dd6fba72a4acc6b1581a
 SHA512 
996a59b1bc950320f21df095d3e24e1e6a6e4204095eb84e7dc5e5ed296b1dbe553459b227ba6cc93f60721f1975f778ece8c7c1c10e9168d030fba46675eed3
 DIST libmicrohttpd-0.9.58.tar.gz 1333687 BLAKE2B 
ef3dfb4684f2c387399d9044eb46de70c387b89bc4600529a9cdad7f2f31a25e0b0996b91d03cf42421979279781161b72d35eeb94d4bb101dd4d73bb6181bb7
 SHA512 
f68268bb0a0776ac0654a682fc598f4778561c2cc775e7315505c0e2f26f0633590d01f157984d348fdcedfb63d31d39add760a4ddb041694330015293d161b6
 DIST libmicrohttpd-0.9.59.tar.gz 1396234 BLAKE2B 
9cb2d52dd39bdc6c54267751e21a224ffa926f4200b392a28009c6f717b5059580884f4de1bb272f49f7c48bdae276df2832b413cc60db77222b7b1278ba6004
 SHA512 
2c9080ebd520631b5ab6eed42770c7911079365c7bc79ea74fc5502ebc370fdaea9a84a4d9db7cbd8ba1c4797c7531e127e3b73ad8d38601d700529f2bab84d5
+DIST libmicrohttpd-0.9.60.tar.gz 1818383 BLAKE2B 
693da0a02e289000bb657d843cd577311e97ca4d8cd698d659410e669295314d429eb9679eedac98398420f3386c1fa6800c33b883481120ea199585412f8e83
 SHA512 
418afc302e93ac93141c2457c2bf03c6a1da4a16ff19aa655312f9953e1d0b132b0dd983fc36ccc703688b0acd68fc0900f5927efcada354a10078ba5e577325

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.60.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.60.ebuild
new file mode 100644
index 000..2c54b305f52
--- /dev/null
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.60.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit multilib-minimal
+
+MY_P="${P/_/}"
+
+DESCRIPTION="Small C library to run an HTTP server as part of another 
application"
+HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/;
+SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/12"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="epoll messages ssl static-libs test"
+
+RDEPEND="ssl? (
+   dev-libs/libgcrypt:0=
+   net-libs/gnutls
+   )"
+
+# We disable tests below because they're broken,
+# but if enabled, we'll need this.
+DEPEND="${RDEPEND}
+   test?   (
+   ssl? ( net-misc/curl[ssl] )
+   )"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS="AUTHORS NEWS README ChangeLog"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   econf \
+   --enable-bauth \
+   --enable-dauth \
+   --disable-examples \
+   --enable-postprocessor \
+   --disable-thread-names \
+   $(use_enable epoll) \
+   $(use_enable test curl) \
+   $(use_enable messages) \
+   $(use_enable ssl https) \
+   $(use_with ssl gnutls) \
+   $(use_enable static-libs static)
+}
+
+# tests are broken in the portage environment.
+src_test() {
+   :
+}
+
+multilib_src_install_all() {
+   default
+
+   use static-libs || find "${ED}" -name '*.la' -delete
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/ia64/, profiles/arch/s390/, ...

2018-11-12 Thread Hans de Graaff
commit: bc014d3fefbfb979addf255df20d60e530658634
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 12 19:17:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 12 19:19:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc014d3f

profiles/arch: prepare for ruby24 stable bug

Mask ruby_targets_ruby24 in each arch with stable ruby and set
RUBY_TARGETS for each arch to ruby23, so that each arch can stable
ruby24 in their own time.

See bug 661262 for more details.

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/arch/alpha/make.defaults   | 6 +++---
 profiles/arch/alpha/use.stable.mask | 4 
 profiles/arch/amd64/make.defaults   | 4 
 profiles/arch/amd64/use.stable.mask | 4 
 profiles/arch/arm/make.defaults | 6 +++---
 profiles/arch/arm/use.stable.mask   | 4 
 profiles/arch/hppa/make.defaults| 6 +++---
 profiles/arch/hppa/use.stable.mask  | 4 
 profiles/arch/ia64/make.defaults| 4 
 profiles/arch/ia64/use.stable.mask  | 4 
 profiles/arch/powerpc/ppc32/make.defaults   | 4 
 profiles/arch/powerpc/ppc32/use.stable.mask | 4 
 profiles/arch/powerpc/ppc64/make.defaults   | 4 
 profiles/arch/powerpc/ppc64/use.stable.mask | 4 
 profiles/arch/s390/make.defaults| 4 
 profiles/arch/sparc/make.defaults   | 4 
 profiles/arch/sparc/use.stable.mask | 4 
 profiles/arch/x86/make.defaults | 6 +++---
 profiles/arch/x86/use.stable.mask   | 4 
 profiles/base/make.defaults | 6 +++---
 profiles/base/use.stable.mask   | 1 -
 21 files changed, 75 insertions(+), 16 deletions(-)

diff --git a/profiles/arch/alpha/make.defaults 
b/profiles/arch/alpha/make.defaults
index 184cd2140c8..efb7262f104 100644
--- a/profiles/arch/alpha/make.defaults
+++ b/profiles/arch/alpha/make.defaults
@@ -28,9 +28,9 @@ VIDEO_CARDS="fbdev glint mga nv r128 radeon tdfx voodoo"
 # Alpha supports the same busses.
 ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 
es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx ymfpci"
 
-# Hans de Graaff  (21 Jan 2018)
-# Temporary entry to support stable bug 639476
-RUBY_TARGETS="ruby22"
+# Hans de Graaff  (12 Nov 2018)
+# Temporary entry to support stable bug 661262
+RUBY_TARGETS="ruby23"
 
 # Tobias Klausmann  (25 Jun 2018)
 # Enable USE=libtirpc by default, to ease dependency resolution during

diff --git a/profiles/arch/alpha/use.stable.mask 
b/profiles/arch/alpha/use.stable.mask
index e1b9f434793..30ef89054df 100644
--- a/profiles/arch/alpha/use.stable.mask
+++ b/profiles/arch/alpha/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Hans de Graaff  (12 Nov 2018)
+# Temporary mask for ruby:2.4, bug 661262
+ruby_targets_ruby24
+
 # Mike Gilbert  (08 Jun 2017)
 # dev-lang/python:3.7 is not stable.
 python_targets_python3_7

diff --git a/profiles/arch/amd64/make.defaults 
b/profiles/arch/amd64/make.defaults
index 48ae66bb3eb..8f795c3eaf2 100644
--- a/profiles/arch/amd64/make.defaults
+++ b/profiles/arch/amd64/make.defaults
@@ -67,3 +67,7 @@ IUSE_IMPLICIT="abi_x86_64"
 # Enable USE=libtirpc by default, to ease dependency resolution during
 # the stabilization of glibc-2.26. Bug 657148
 USE="libtirpc"
+
+# Hans de Graaff  (12 Nov 2018)
+# Temporary entry to support stable bug 661262
+RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/amd64/use.stable.mask 
b/profiles/arch/amd64/use.stable.mask
index 1fc437119b7..ff72dc56e92 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Hans de Graaff  (12 Nov 2018)
+# Temporary mask for ruby:2.4, bug 661262
+ruby_targets_ruby24
+
 # Mike Gilbert  (08 Jun 2017)
 # dev-lang/python:3.7 is not stable.
 python_targets_python3_7

diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults
index 410843f5d63..d09bb4da35e 100644
--- a/profiles/arch/arm/make.defaults
+++ b/profiles/arch/arm/make.defaults
@@ -23,6 +23,6 @@ VIDEO_CARDS="exynos fbdev omap"
 # Unhide the ARM-specific USE_EXPANDs.
 USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
 
-# Hans de Graaff  (21 Jan 2018)
-# Temporary entry to support stable bug 639476
-RUBY_TARGETS="ruby22"
+# Hans de Graaff  (12 Nov 2018)
+# Temporary entry to support stable bug 661262
+RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/arm/use.stable.mask 
b/profiles/arch/arm/use.stable.mask
index 89f0809db8d..9f988949e33 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Hans de Graaff  (12 Nov 

[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2018-11-12 Thread Matt Turner
commit: 9bd988e1470d292e63def36d3c3798e85c7626b0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Nov 12 19:03:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Nov 12 19:04:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd988e1

x11-base/xorg-server: Drop --with-os-vendor=...

Removed from upstream in commit b8b64cd62723 (xorg: Don't log "Build
Operating System: Linux 4.9.0-5-amd64 x86_64 Debian")

Closes: https://bugs.gentoo.org/670978
Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xorg-server/xorg-server-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 28630273de8..d1cbe013ded 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -174,7 +174,6 @@ src_configure() {
--disable-linux-acpi
--without-dtrace
--without-fop
-   --with-os-vendor=Gentoo
--with-sha1=libcrypto
)
 



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

2018-11-12 Thread Mikle Kolyada
commit: c5ac8976f55bc61fc22e66922c4334547f94b302
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 19:02:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 19:03:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ac8976

app-admin/syslog-ng: amd64 stable wrt bug #670974

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

 app-admin/syslog-ng/syslog-ng-3.17.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
index 3e29c529e65..8b4985065ba 100644
--- a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python 
redis smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # unit tests require https://github.com/Snaipe/Criterion with additional deps



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

2018-11-12 Thread Mikle Kolyada
commit: f115ef4b0bfa7dd36768abf2acb484e77ca0a5b8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 19:02:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 19:03:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f115ef4b

dev-libs/ivykis: amd64 stable wrt bug #670974

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

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 7f38c8e61c2..b4fb0640314 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs"
 
 src_configure() {



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

2018-11-12 Thread Hans de Graaff
commit: 924b13204b3ba846c90ddca40e0bd3004e65ded3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 12 18:58:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 12 19:00:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924b1320

dev-lang/ruby: cleanup

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

 dev-lang/ruby/Manifest |   4 -
 dev-lang/ruby/ruby-2.4.4-r1.ebuild | 229 --
 dev-lang/ruby/ruby-2.4.4.ebuild| 243 -
 dev-lang/ruby/ruby-2.5.1-r1.ebuild | 224 --
 dev-lang/ruby/ruby-2.5.1.ebuild| 238 
 5 files changed, 938 deletions(-)

diff --git a/dev-lang/ruby/Manifest b/dev-lang/ruby/Manifest
index beed8838cfc..e2c77634dfe 100644
--- a/dev-lang/ruby/Manifest
+++ b/dev-lang/ruby/Manifest
@@ -1,10 +1,6 @@
 DIST ruby-2.3.7.tar.xz 11438124 BLAKE2B 
4f7e0422291794b254cb80edd2f0841bbc1e85cd62635024b6d43b23b1bcdc512d92b57d8885b253465cc8ef3c6cbcec97a6ef239dc11cc8b252e941d25e0487
 SHA512 
fd91c8db3d3aa4cc962a62f27b4d1a71f6b5567ab836e6dbfbbb1553eb269d11e12faf9e36af6c489c33b54fd89dab99bfe81a563158b704877f0628d6f5bc5a
 DIST ruby-2.3.8.tar.xz 11465792 BLAKE2B 
b9c8ef5c943872e3d1426c30cbd720acc66d17cc7bc926f3294e68f17fbc78edef42f6496295800c3d4efd3ae441730723bfcfbce46239359930622697d9
 SHA512 
06373050e6c1af9cb6a5863aef878b21c8a45fd0e68414e3d546cb73ec3028207d3acc0a9326428f172b9347a30bbe69a16f9dc0bdb739161d677adb2d888095
-DIST ruby-2.4.4.tar.xz 10049304 BLAKE2B 
76bb2c3f63cda8e6f3814c74dded23568b2f7f12036d745bf55fc4a68e281ef3ae0fe29bf8e194db71f72e724ffe750a31bec9246ad1c01eb05ed93512a6422e
 SHA512 
4dc112a149273d4221484ccbf1260c6c5fcad7e0a6e4bc91e4ef69cbc093d3191f7abd71420f80d680f8ea5d111e6803ba2af32166aa501913639e6d5696fde0
 DIST ruby-2.4.5.tar.xz 10064712 BLAKE2B 
0846125e617b43ea302b4c5309b20503577937865d445a6fee766323a188aa552d3a13740c3d38c7be812b19bffb2474021cb7b368cc144d51ea771552f62769
 SHA512 
658f676c623109f4c7499615e191c98c3dd72cfcaeeaf121337d0b8a33c5243145edd50ec5e2775f988e3cd19788984f105fa165e3049779066566f67172c1b4
-DIST ruby-2.5.1.tar.xz 11348108 BLAKE2B 
ea1019a81f96169ab8d435215362b36b098df373ac4f53ecda328686ec2c13204a38c66bb1bf9504d18e1762e7e6ae277bab3b16bb53b8e628962df715769f3b
 SHA512 
31bacf58469953282cd5d8b51862dcf4b84dedb927c1871bc3fca32fc157fe49187631575a70838705fe246f4555647577a7ecc26894445a7d64de5503dc11b4
 DIST ruby-2.5.3.tar.xz 11453336 BLAKE2B 
66c59448a23c22796b43f04a1f84359386b7bee7163da4255426ea75b1c7af0a7a7142991b870a75a72ded56ac49f47c51bc162ebf2be2af0d1b1608b60c02df
 SHA512 
6dcae0e8d0bacdb2cbde636e2030596308b5af53f2eb85d3adccb67b02e6f8f9751e8117d12f8484829fdd9d995f6e327f701d9b433bcf94f1f59d13a1fd7518
 DIST ruby-patches-2.3.7.tar.bz2 3030 BLAKE2B 
7c1e80ff0569a03672f53820c665933056b46bcf791c9132cb9f358f72df693749f02da65ca7469c3dd0f652d7dc7bfaa03dccd4eb900562361876023fb65b42
 SHA512 
54cc3f2bfd1967b8558736e5a5240b886a56b22defca5813f45b1f4dca9af169b4d59d60b327ec8411e824970ac6da1cec53cfc31833403742e9d6941e5a78f1
 DIST ruby-patches-2.3.8.tar.bz2 3030 BLAKE2B 
7c1e80ff0569a03672f53820c665933056b46bcf791c9132cb9f358f72df693749f02da65ca7469c3dd0f652d7dc7bfaa03dccd4eb900562361876023fb65b42
 SHA512 
54cc3f2bfd1967b8558736e5a5240b886a56b22defca5813f45b1f4dca9af169b4d59d60b327ec8411e824970ac6da1cec53cfc31833403742e9d6941e5a78f1
-DIST ruby-patches-2.4.4.tar.bz2 2898 BLAKE2B 
e46502dbb0aa25c3d71693a6c04b433bd4de60f194cdd283517c4b08da190356885d9bca4a6765402088185fa8ec681156e8e8eecf0703a2c1ea7bb81adc0bf9
 SHA512 
d767d43c7df737469247e42e1c4205b8c6850c8f335a2869c884f145c037e9bab10492cc7cd2903f5c33e232cdc5bbdabb3e8da837c7bf420b9d58d1d33149ed
-DIST ruby-patches-2.5.1.tar.bz2 2986 BLAKE2B 
64d64eda19bff94f205a6314c2af59896064fb64c118e0f3859d82aeb7e58478170b9160804ab8faf569054b65228abeecc5900e568e17133c21e9aed9bdf589
 SHA512 
c2bca3f98c7bb1de267b9f07eb1b0903c499c79e9c9d0166a6924e88e837434f27ddedd7aead7ebbe32f0530f751601ac5486a0db46ee28b94d7cea13e0e7924

diff --git a/dev-lang/ruby/ruby-2.4.4-r1.ebuild 
b/dev-lang/ruby/ruby-2.4.4-r1.ebuild
deleted file mode 100644
index f56853e06c9..000
--- a/dev-lang/ruby/ruby-2.4.4-r1.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic multilib
-
-MY_P="${PN}-$(ver_cut 1-3)"
-S=${WORKDIR}/${MY_P}
-
-SLOT=$(ver_cut 1-2)
-MY_SUFFIX=$(ver_rs 1 '' ${SLOT})
-RUBYVERSION=${SLOT}.0
-
-DESCRIPTION="An object-oriented scripting language"
-HOMEPAGE="https://www.ruby-lang.org/;
-SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl static-libs tk xemacs"

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

2018-11-12 Thread Mikle Kolyada
commit: e5478bc700138a9ffbd4d22cbfa03b53ea8f007a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 18:59:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 18:59:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5478bc7

net-misc/sslh: amd64 stable wrt bug #665160

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

 net-misc/sslh/sslh-1.19c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/sslh/sslh-1.19c.ebuild b/net-misc/sslh/sslh-1.19c.ebuild
index 45b5e0eea3c..c163c7b5f92 100644
--- a/net-misc/sslh/sslh-1.19c.ebuild
+++ b/net-misc/sslh/sslh-1.19c.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/yrutschle/sslh.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~sh x86"
+   KEYWORDS="amd64 ~arm ~m68k ~mips ~s390 ~sh x86"
MY_P="${PN}-v${PV}"
SRC_URI="https://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz;
S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2018-11-12 Thread Daniel Pielmeier
commit: 705d4c2663c87d1e80b8ec31842031d8b44e2aa8
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Nov 12 18:58:15 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Nov 12 18:58:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705d4c26

net-print/hplip: Version bump to hplip-3.18.10.

Fixes bug #667162. Thanks to Lars Wendler for the report.
Fixes bug #668170. Thanks to Byron Stanoszek for the patch.

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

 net-print/hplip/Manifest |   2 +
 net-print/hplip/hplip-3.18.10.ebuild | 274 +++
 2 files changed, 276 insertions(+)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index 7088251e2ec..b457a5cd7c0 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,3 +1,5 @@
+DIST hplip-3.18.10-patches-1.tar.xz 12344 BLAKE2B 
e557798ae4b9b23c85cf7084233bb403f1f5ec03e36ee91bcf44c4be4f810db7119d997857c1e1ac27ab2e39e62fd148b85e93bdf2379fe62218fb86c9fc21cf
 SHA512 
99a185ec87c8a75f302764a3f1e19dda601779bf002e08552a6fc8bb7a270e4348817c90b42ab7ae7d9e7a270dff1aa1596ca8051cbd831435ffc980b7fd3999
+DIST hplip-3.18.10.tar.gz 24572132 BLAKE2B 
a0bfd40c61f3d08c5ef30fbe88bcc78a73081f806cec1c3456f44cc80156cb2470f9b9d97cd9bd43674e6c0ff6756033fe9427c6e67a7a626ad3f00741a39ae5
 SHA512 
8e744608f1da0e24afbeea814973363d95bbff15a7430c8471d5a53c4a9e772b141e5cd7e69ea03826d1b2e4544e9aabaedc148f2b6577339ef9b2a6d4431c96
 DIST hplip-3.18.3-patches-2.tar.xz 8936 BLAKE2B 
58c17f3b6332de1edd88a3b458f1e9f856bc917842f62eee0808469ec14ff5793cd33c7a2ba30593eba624e58c12a6d426fa43a7d375d6ac50b985b895a85b4c
 SHA512 
cbafcd9616f9c86318007b703325d3429ed0698c3fc9d3eddd422e4cd7a16c77320ac168bfa01b5874213e1740cfaae1867d31c3cf96cd57573ad33651a674ed
 DIST hplip-3.18.6-patches-2.tar.xz 10632 BLAKE2B 
7f0732e082bf44bfd5818a86f35f95a61c5ec6d0218a2be448746a950081d6fb551aea8183763de20154ab40f77f430941d14fa537e367f59d05fc9f0f182f7c
 SHA512 
94be17d18075ea702a1fedec7ae9cc8ac55dfe5d0b2f8f4004412ae3bb84140aac11bb7f45d0ef8f06cbd560daa37859f14aedce87dc39b8368dbd07c7b85733
 DIST hplip-3.18.6.tar.gz 22590564 BLAKE2B 
edbc80120bb332de9848e528095839b8f3496404ae83482a17bb8bd196c30dd8d3fca4d3dbb60c048bfbeeddd4384b4d7844798dad993eaf52d5418a9391b4ad
 SHA512 
deb4e6e1c7e9ea7452967f7d7d7fd93e92eb59406b4978bb9b874db93bc5022b25aab012a7420ac3e991259032bc7cb749cd924c93a164544e29a4152962184f

diff --git a/net-print/hplip/hplip-3.18.10.ebuild 
b/net-print/hplip/hplip-3.18.10.ebuild
new file mode 100644
index 000..d71dd701853
--- /dev/null
+++ b/net-print/hplip/hplip-3.18.10.ebuild
@@ -0,0 +1,274 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads,xml"
+
+# 14 and 15 spit out a lot of warnings about subdirs
+WANT_AUTOMAKE="1.13"
+
+inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
+
+DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
+SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
+   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.18.10-patches-1.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport 
policykit qt5 scanner +snmp static-ppds X"
+
+COMMON_DEPEND="
+   net-print/cups
+   virtual/jpeg:0
+   hpijs? ( net-print/cups-filters[foomatic] )
+   !minimal? (
+   ${PYTHON_DEPS}
+   sys-apps/dbus
+   !libusb0? ( virtual/libusb:1 )
+   libusb0? ( virtual/libusb:0 )
+   scanner? ( media-gfx/sane-backends )
+   snmp? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   net-analyzer/net-snmp
+   )
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   ${COMMON_DEPEND}
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   app-text/ghostscript-gpl
+   !minimal? (
+   >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/pygobject:2[${PYTHON_USEDEP}]' 'python2*')
+   $(python_gen_cond_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*')
+   fax? ( dev-python/reportlab[${PYTHON_USEDEP}] )
+   kernel_linux? ( virtual/udev )
+   qt5? (
+   
>=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}]
+   libnotify? ( dev-python/notify2[${PYTHON_USEDEP}] )
+   )
+   scanner? (
+   >=dev-python/reportlab-3.2[${PYTHON_USEDEP}]
+   >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}]
+

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

2018-11-12 Thread Thomas Deutschmann
commit: 33dabd8d7d85b97477cf002a2aa715f0a9fbf224
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Nov 12 08:22:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 12 18:57:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dabd8d

dev-db/redis: bump to 5.0.1

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/redis/Manifest   |   1 +
 dev-db/redis/redis-5.0.1.ebuild | 138 
 2 files changed, 139 insertions(+)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index bb7d91b87b0..2bc8c73843a 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -8,3 +8,4 @@ DIST redis-4.0.7.tar.gz 1729488 BLAKE2B 
7a5337b868e4da4a7387b31bc9d6bd4c86abd701
 DIST redis-4.0.8.tar.gz 1729973 BLAKE2B 
32d82a07beba9ea8f0b08a8fc69da548a1974e5839f052a9803ffb0f52ef920df9b128092e061b5e693581a50efef4a1212c1f6310dc8492eff5ca841ff3b03a
 SHA512 
11c126ddef3bedbceb02ee7a80a61374e081da8087055d77970b0097066a6f1c5e0c4f0d246c9851f8c3beca22f185c184669a9dc4f1c7c229f8cd2c34196ab6
 DIST redis-4.0.9.tar.gz 1737022 BLAKE2B 
35a83d146062f5b14c023d7fd9f28d743ba6bec3e0e4bf9ce8e065a706bbd7508ffbcb8b1b4d18f6b6774589b5456540ba8717b9f449fcbd758c0f57dbd505a3
 SHA512 
a6cf63cb361f0a87da3955ba628190dc04cad342f7a664d18e44416ee67dd86ed6e3a46b9701e994f1417e56b819b3c6fc595f363c10bb4b83d5033919d29598
 DIST redis-5.0.0.tar.gz 1947721 BLAKE2B 
c776796a2efe3efd9f9b70dc9be06c10695a5f3cb40765b64f7adddbe5e77eb68650986d8c705e947d1aa46f0f909a2aa2743f43a12ba6c30615e5f9fc2ca55b
 SHA512 
818277cf8c14eb5f0b864e936f657c8021a3614a76dda8975d82b20ab4e3983731363b7b527fb504fd41292304de079f78702503fca867ac6f45a97a391eec07
+DIST redis-5.0.1.tar.gz 1951542 BLAKE2B 
6081acf2ed6af5a5790ad3164fa0008f934360c8b2b88794a60593dd954a0104b38b826f3de92add609b803c87c80266d1494c47e879c797525bb4a6f1a095fc
 SHA512 
eb0f10903a8e87c0ca33597060b611a11c42576c64dd6d648b59cd9007d4ee6fe7c3762daf428c2d19ab05576a4b44dc3663fe1267c60acca58eeb2bba709e58

diff --git a/dev-db/redis/redis-5.0.1.ebuild b/dev-db/redis/redis-5.0.1.ebuild
new file mode 100644
index 000..2b13aad0139
--- /dev/null
+++ b/dev-db/redis/redis-5.0.1.ebuild
@@ -0,0 +1,138 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eapi7-ver flag-o-matic systemd toolchain-funcs user
+
+DESCRIPTION="A persistent caching system, key-value and data structures 
database"
+HOMEPAGE="https://redis.io;
+SRC_URI="http://download.redis.io/releases/${P}.tar.gz;
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x86-macos ~x86-solaris"
+IUSE="+jemalloc tcmalloc luajit test"
+SLOT="0"
+
+# Redis does NOT build with Lua 5.2 or newer at this time.
+# This should link correctly with both unslotted & slotted Lua, without
+# changes.
+RDEPEND="
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( || ( dev-lang/lua:5.1 =dev-lang/lua-5.1*:0 ) )
+   tcmalloc? ( dev-util/google-perftools )
+   jemalloc? ( >=dev-libs/jemalloc-5.1:= )"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-lang/tcl:0= )"
+
+REQUIRED_USE="?? ( tcmalloc jemalloc )"
+
+pkg_setup() {
+   enewgroup redis 75
+   enewuser redis 75 -1 /var/lib/redis redis
+}
+
+src_prepare() {
+   eapply \
+   "${FILESDIR}"/${PN}-3.2.3-config.patch \
+   "${FILESDIR}"/${PN}-5.0-shared.patch \
+   "${FILESDIR}"/${PN}-5.0-sharedlua.patch \
+   "${FILESDIR}"/${PN}-sentinel-5.0-config.patch
+   eapply_user
+
+   # Copy lua modules into build dir
+   cp 
"${S}"/deps/lua/src/{fpconv,lua_bit,lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c 
"${S}"/src || die
+   cp "${S}"/deps/lua/src/{fpconv,strbuf}.h "${S}"/src || die
+   # Append cflag for lua_cjson
+   # 
https://github.com/antirez/redis/commit/4fdcd213#diff-3ba529ae517f6b57803af0502f52a40bL61
+   append-cflags "-DENABLE_CJSON_GLOBAL"
+
+   # now we will rewrite present Makefiles
+   local makefiles="" MKF
+   for MKF in $(find -name 'Makefile' | cut -b 3-); do
+   mv "${MKF}" "${MKF}.in"
+   sed -i  -e 's:$(CC):@CC@:g' \
+   -e 's:$(CFLAGS):@AM_CFLAGS@:g' \
+   -e 's: $(DEBUG)::g' \
+   -e 's:$(OBJARCH)::g' \
+   -e 's:ARCH:TARCH:g' \
+   -e '/^CCOPT=/s:$: $(LDFLAGS):g' \
+   "${MKF}.in" \
+   || die "Sed failed for ${MKF}"
+   makefiles+=" ${MKF}"
+   done
+   # autodetection of compiler and settings; generates the modified 
Makefiles
+   cp "${FILESDIR}"/configure.ac-3.2 configure.ac || die
+
+   # Use the correct pkgconfig name for Lua
+   has_version 'dev-lang/lua:5.1' \
+   && 

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

2018-11-12 Thread Thomas Deutschmann
commit: 3409b7f3bac2ab0923efe0e175d484eb83954b4f
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Nov 12 08:27:55 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 12 18:57:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3409b7f3

dev-db/redis: drop old

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10400
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/redis/Manifest  |   7 --
 dev-db/redis/redis-3.2.12.ebuild   | 131 --
 dev-db/redis/redis-3.2.8-r5.ebuild | 131 --
 dev-db/redis/redis-4.0.6.ebuild| 141 -
 dev-db/redis/redis-4.0.7.ebuild| 141 -
 dev-db/redis/redis-4.0.8.ebuild| 141 -
 dev-db/redis/redis-4.0.9.ebuild| 141 -
 dev-db/redis/redis-5.0.0.ebuild| 138 
 8 files changed, 971 deletions(-)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index 2bc8c73843a..af58c44c72f 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -1,11 +1,4 @@
-DIST redis-3.2.12.tar.gz 1551468 BLAKE2B 
85483de2588e4161521fe958225a53ab4357d0db83954c22f755d5d512e6e2126f9e7fdc1032353bd491353af3805c806b89546f886fe78fa5e5d2dc1446420b
 SHA512 
eec64a17e331ac220ba425a495127b3873048dc2597a6508962469c0c99763deffcec97254915e2b1f3867eb556b917e8861baa9609c727d0abb254a90d87cdc
-DIST redis-3.2.8.tar.gz 1547237 BLAKE2B 
fb03e263ad7b135dff38e018d9b830c4992cf331efc7c23c10b087c47e597abedb52f259d4dd9a9ee1d661685157fc29a2022d74bc21d406bb10c9b7dfab8b7e
 SHA512 
7334faf73af3644f7f9dcaddd322955d5df1e88a1640b509ae623f322615a20f6dc143eb57dd89ff3a278557df309ac4215c3fb458235682ce28e16c817068ba
 DIST redis-4.0.10.tar.gz 1738465 BLAKE2B 
572cbb3d2d5d7209f81ebd53ee68f40b404d0e4623bd1864845bf1f47135d4e097a6974d346ffd845d848c39ace6d3fb9f1a347e0c9d16d06d22aed7a8b3ae7b
 SHA512 
0978dabaf637e61889d492fd3629acd58ca8fb0c0088cdd7036ffd1a7ed3f018c107039d4c96bd61d0b7d35757df2366d051f57d77ffb5642aca0e5651b30603
 DIST redis-4.0.11.tar.gz 1739656 BLAKE2B 
d94f380ad1600e58942cc5b27b512984396cdbb06ea6e947c7d7ce5b8ecdb8a2a56c6356af2caa82a96887a610716c9575b78eb2f46da89efb940febc1c30f22
 SHA512 
f0054af9ca2143731a397b2b21285387707b7f40d9326ba15225feb1a2ff470fab5194308342f63bbe1081f84c7e9ef19543c5a8e3eae49e17bfc515c64201f0
 DIST redis-4.0.2.tar.gz 1713990 BLAKE2B 
307ab76b336f7520e14a23a1577c46e1b63cc5a5a5b6afb725cb87934fbcb62107085671fd1072d1142ce8e92f069e6b6064c9f4468335bc6997897c8f494471
 SHA512 
1458909c6fc16cff8ca5e6dddff23b988ee1e447f2d0bccf5941553b22bab6abb851732b3fe53dafb8a69d6c0939c3ce7e0686d51e03be720fb018c038d3b1b4
-DIST redis-4.0.6.tar.gz 1723533 BLAKE2B 
94c2a9b7eeaa676efaac75cd5c143b0f4b02440b5a21ecc9b2a68cc27ad4abc1fc4d7dbc903dea5d956ce737ca434ea5b5bdde4a35df3a3689da60c5fb0bddf1
 SHA512 
784aad612664df666c36f969cb6a9ab794f004abcf9aa761bd1f5f0f8fdb248d5b38f48a59b68c2de7d2a344755f1537efc9d5847de0d662302699ed94d40813
-DIST redis-4.0.7.tar.gz 1729488 BLAKE2B 
7a5337b868e4da4a7387b31bc9d6bd4c86abd701b9ba999f64296ed5188cbba7208ced466973a500730ca03e70a9a85fbab2fb4700fdc977e58defc0126487d1
 SHA512 
6f317d9e76224b2a2b047dc8f56b126ea85ee5c6112c4c6238cb5cdfa3a83756bff3a82b106b00d1124a93d210a900d836587b8d9563916f19274de0e84c4c6b
-DIST redis-4.0.8.tar.gz 1729973 BLAKE2B 
32d82a07beba9ea8f0b08a8fc69da548a1974e5839f052a9803ffb0f52ef920df9b128092e061b5e693581a50efef4a1212c1f6310dc8492eff5ca841ff3b03a
 SHA512 
11c126ddef3bedbceb02ee7a80a61374e081da8087055d77970b0097066a6f1c5e0c4f0d246c9851f8c3beca22f185c184669a9dc4f1c7c229f8cd2c34196ab6
-DIST redis-4.0.9.tar.gz 1737022 BLAKE2B 
35a83d146062f5b14c023d7fd9f28d743ba6bec3e0e4bf9ce8e065a706bbd7508ffbcb8b1b4d18f6b6774589b5456540ba8717b9f449fcbd758c0f57dbd505a3
 SHA512 
a6cf63cb361f0a87da3955ba628190dc04cad342f7a664d18e44416ee67dd86ed6e3a46b9701e994f1417e56b819b3c6fc595f363c10bb4b83d5033919d29598
-DIST redis-5.0.0.tar.gz 1947721 BLAKE2B 
c776796a2efe3efd9f9b70dc9be06c10695a5f3cb40765b64f7adddbe5e77eb68650986d8c705e947d1aa46f0f909a2aa2743f43a12ba6c30615e5f9fc2ca55b
 SHA512 
818277cf8c14eb5f0b864e936f657c8021a3614a76dda8975d82b20ab4e3983731363b7b527fb504fd41292304de079f78702503fca867ac6f45a97a391eec07
 DIST redis-5.0.1.tar.gz 1951542 BLAKE2B 
6081acf2ed6af5a5790ad3164fa0008f934360c8b2b88794a60593dd954a0104b38b826f3de92add609b803c87c80266d1494c47e879c797525bb4a6f1a095fc
 SHA512 
eb0f10903a8e87c0ca33597060b611a11c42576c64dd6d648b59cd9007d4ee6fe7c3762daf428c2d19ab05576a4b44dc3663fe1267c60acca58eeb2bba709e58

diff --git a/dev-db/redis/redis-3.2.12.ebuild b/dev-db/redis/redis-3.2.12.ebuild
deleted file mode 100644
index eea23ad5347..000
--- a/dev-db/redis/redis-3.2.12.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of 

[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/

2018-11-12 Thread Mikle Kolyada
commit: 1686a7a89b9cb1402e409db67df230077d854fb5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 18:54:33 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 18:54:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1686a7a8

net-print/cndrvcups-common-lb: amd64 stable wrt bug #670914

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

 net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.50-r1.ebuild 
b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.50-r1.ebuild
index 66f3bb5eccc..251dd60eae8 100644
--- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.50-r1.ebuild
+++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.50-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://gdlp01.c-wss.com/gds/0/019240/01/${SOURCES_NAME}.tar.gz;
 # GPL-2 License inside LICENSE-EN.txt files
 LICENSE="Canon-UFR-II GPL-2 MIT"
 SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2018-11-12 Thread Hans de Graaff
commit: f11d9c3c2192f6c3e1045ac3a46cb762ae7800c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 12 18:52:14 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 12 18:53:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11d9c3c

profiles/package.mask: mask ruby23-only packages

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1827dea5869..c02a0c3c0d2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,25 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff  (12 Nov 2018)
+# Mask ruby23-only packages for removal. These packages are not
+# compatible with ruby24+ or they are old slots that are ruby23-only
+# in Gentoo. Removal in 30 days. Bug #661262
+app-text/glark
+app-text/jist
+dev-ruby/activerecord-deprecated_finders
+dev-ruby/akismet:2
+dev-ruby/awesome_print
+dev-ruby/facets
+dev-ruby/http:1.0
+dev-ruby/http:2.0
+dev-ruby/jira-ruby
+dev-ruby/logging
+dev-ruby/public_suffix:2
+dev-ruby/ragol
+dev-ruby/webmock:0
+dev-ruby/wikicloth
+
 # Pacho Ramos  (11 Nov 2018)
 # Dead for years (#425156) with security issues (#534540). Removal in a
 # month.



[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-lb/

2018-11-12 Thread Mikle Kolyada
commit: 1f495c7ed9e9ec171362c8402673e58465546fdc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:33:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 18:52:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f495c7e

net-print/cndrvcups-lb: amd64 stable wrt bug #670914

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

 net-print/cndrvcups-lb/cndrvcups-lb-3.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cndrvcups-lb/cndrvcups-lb-3.50-r1.ebuild 
b/net-print/cndrvcups-lb/cndrvcups-lb-3.50-r1.ebuild
index 7d040c56c13..b0fc31e973c 100644
--- a/net-print/cndrvcups-lb/cndrvcups-lb-3.50-r1.ebuild
+++ b/net-print/cndrvcups-lb/cndrvcups-lb-3.50-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://gdlp01.c-wss.com/gds/0/019240/01/${SOURCES_NAME}.tar.gz;
 
 LICENSE="Canon-UFR-II"
 SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2018-11-12 Thread Mikle Kolyada
commit: a9ec6ddf61e51295ac7170da3d9a14d44eb85a05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 18:51:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 18:52:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ec6ddf

www-servers/varnish: amd64 stable wrt bug #670794

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

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

diff --git a/www-servers/varnish/varnish-6.0.1.ebuild 
b/www-servers/varnish/varnish-6.0.1.ebuild
index 6b346bc6036..85face76d49 100644
--- a/www-servers/varnish/varnish-6.0.1.ebuild
+++ b/www-servers/varnish/varnish-6.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz;
 
 LICENSE="BSD-2 GPL-2"
 SLOT="0/1"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86"
 IUSE="jemalloc jit static-libs"
 
 CDEPEND="



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

2018-11-12 Thread Matt Turner
commit: 3b043634639c7d81aa7de4805d6929a2ae5e25bd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Nov 12 18:36:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Nov 12 18:44:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b043634

media-libs/mesa: Version bump to 18.3.0_rc2

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.3.0_rc2.ebuild | 515 +
 2 files changed, 516 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 160aba0fc91..73f549503d1 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,2 +1,3 @@
 DIST mesa-18.1.9.tar.xz 11146188 BLAKE2B 
753f0fa3780502d56927f9b0e6124b4728cb5aa3600de78585487fb8e178c6987a72b79fb56e6c310757d157f9f85f12b73a6889bd361b51b62fb1dc1c20eecd
 SHA512 
22db2950d25a3d9393e7c622c783bd177c21695569c8a95683bf77e92318e1db85672a134d4bea30c1f49a24e52bc3a2c1a0ac15deafb3a8fcbfb6de6a18adc2
 DIST mesa-18.2.4.tar.xz 11377556 BLAKE2B 
b11c33ade744fb976862fecccbcc4c97196a005e40a00ef02bd8d409b66b3aa11f97baee13f2aa92f2d7c5461b2ef44beae3103687dea9ee29e92439a068f08a
 SHA512 
088d43b087f4005752e4db75eaa6897e0fcb6de7b9a1f2d2b2ce3b5557d1dff829022e0092e8b1038ff01182c863ca0f26c97b9adde34bca462d3fa24502bfde
+DIST mesa-18.3.0-rc2.tar.xz 11862200 BLAKE2B 
4776d1dbf9fdab9dffc36ce8cdd5531491251c9d6f8317ec962d0a0556201ecf72a8cbc9ef2870085041e12702bba2a8be011d21ed440eec08fe81b2f96e
 SHA512 
af12adafbeac33f1ee527a0c7f61c24251912b5ee0a9e55d46f0133e6897b0ca91486ae2b3236159e43addef4de474a7b71ec3932083e68b9e94e480ee91c9fa

diff --git a/media-libs/mesa/mesa-18.3.0_rc2.ebuild 
b/media-libs/mesa/mesa-18.3.0_rc2.ebuild
new file mode 100644
index 000..58c89ce78f0
--- /dev/null
+++ b/media-libs/mesa/mesa-18.3.0_rc2.ebuild
@@ -0,0 +1,515 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   EXPERIMENTAL="true"
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
+   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
+   vulkan wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 || ( video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.96"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
+   

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

2018-11-12 Thread Thomas Deutschmann
commit: 24a88b7aab48df287482caf912be7b69340a2f35
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 12 18:19:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 12 18:36:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a88b7a

dev-libs/openssl: add patch for CVE-2018-0734

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

 .../files/openssl-1.1.0i-CVE-2018-0734.patch   | 131 +
 ...l-1.1.0i-r1.ebuild => openssl-1.1.0i-r2.ebuild} |   1 +
 2 files changed, 132 insertions(+)

diff --git a/dev-libs/openssl/files/openssl-1.1.0i-CVE-2018-0734.patch 
b/dev-libs/openssl/files/openssl-1.1.0i-CVE-2018-0734.patch
new file mode 100644
index 000..47b082f4085
--- /dev/null
+++ b/dev-libs/openssl/files/openssl-1.1.0i-CVE-2018-0734.patch
@@ -0,0 +1,131 @@
+CVE-2018-0734
+https://github.com/openssl/openssl/commit/415c33563528667868c3c653a612e6fc8736fd79
+https://github.com/openssl/openssl/commit/ef11e19d1365eea2b1851e6f540a0bf365d303e7
+
+--- a/crypto/dsa/dsa_ossl.c
 b/crypto/dsa/dsa_ossl.c
+@@ -11,6 +11,7 @@
+ 
+ #include 
+ #include "internal/cryptlib.h"
++#include "internal/bn_int.h"
+ #include 
+ #include 
+ #include "dsa_locl.h"
+@@ -25,6 +26,8 @@ static int dsa_do_verify(const unsigned char *dgst, int 
dgst_len,
+  DSA_SIG *sig, DSA *dsa);
+ static int dsa_init(DSA *dsa);
+ static int dsa_finish(DSA *dsa);
++static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q,
++  BN_CTX *ctx);
+ 
+ static DSA_METHOD openssl_dsa_meth = {
+ "OpenSSL DSA method",
+@@ -180,9 +183,9 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ {
+ BN_CTX *ctx = NULL;
+ BIGNUM *k, *kinv = NULL, *r = *rp;
+-BIGNUM *l, *m;
++BIGNUM *l;
+ int ret = 0;
+-int q_bits;
++int q_bits, q_words;
+ 
+ if (!dsa->p || !dsa->q || !dsa->g) {
+ DSAerr(DSA_F_DSA_SIGN_SETUP, DSA_R_MISSING_PARAMETERS);
+@@ -191,8 +194,7 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ 
+ k = BN_new();
+ l = BN_new();
+-m = BN_new();
+-if (k == NULL || l == NULL || m == NULL)
++if (k == NULL || l == NULL)
+ goto err;
+ 
+ if (ctx_in == NULL) {
+@@ -203,9 +205,9 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ 
+ /* Preallocate space */
+ q_bits = BN_num_bits(dsa->q);
+-if (!BN_set_bit(k, q_bits)
+-|| !BN_set_bit(l, q_bits)
+-|| !BN_set_bit(m, q_bits))
++q_words = bn_get_top(dsa->q);
++if (!bn_wexpand(k, q_words + 2)
++|| !bn_wexpand(l, q_words + 2))
+ goto err;
+ 
+ /* Get random k */
+@@ -240,14 +242,17 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+  * small timing information leakage.  We then choose the sum that is
+  * one bit longer than the modulus.
+  *
+- * TODO: revisit the BN_copy aiming for a memory access agnostic
+- * conditional copy.
++ * There are some concerns about the efficacy of doing this.  More
++ * specificly refer to the discussion starting with:
++ * https://github.com/openssl/openssl/pull/7486#discussion_r228323705
++ * The fix is to rework BN so these gymnastics aren't required.
+  */
+ if (!BN_add(l, k, dsa->q)
+-|| !BN_add(m, l, dsa->q)
+-|| !BN_copy(k, BN_num_bits(l) > q_bits ? l : m))
++|| !BN_add(k, l, dsa->q))
+ goto err;
+ 
++BN_consttime_swap(BN_is_bit_set(l, q_bits), k, l, q_words + 2);
++
+ if ((dsa)->meth->bn_mod_exp != NULL) {
+ if (!dsa->meth->bn_mod_exp(dsa, r, dsa->g, k, dsa->p, ctx,
+dsa->method_mont_p))
+@@ -260,8 +265,8 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ if (!BN_mod(r, r, dsa->q, ctx))
+ goto err;
+ 
+-/* Compute  part of 's = inv(k) (m + xr) mod q' */
+-if ((kinv = BN_mod_inverse(NULL, k, dsa->q, ctx)) == NULL)
++/* Compute part of 's = inv(k) (m + xr) mod q' */
++if ((kinv = dsa_mod_inverse_fermat(k, dsa->q, ctx)) == NULL)
+ goto err;
+ 
+ BN_clear_free(*kinvp);
+@@ -275,7 +280,6 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ BN_CTX_free(ctx);
+ BN_clear_free(k);
+ BN_clear_free(l);
+-BN_clear_free(m);
+ return ret;
+ }
+ 
+@@ -395,3 +399,31 @@ static int dsa_finish(DSA *dsa)
+ BN_MONT_CTX_free(dsa->method_mont_p);
+ return (1);
+ }
++
++/*
++ * Compute the inverse of k modulo q.
++ * Since q is prime, Fermat's Little Theorem applies, which reduces this to
++ * mod-exp operation.  Both the exponent and modulus are public information
++ * so a mod-exp that doesn't leak the base is sufficient.  A newly allocated
++ * BIGNUM is returned which the caller must free.
++ */
++static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q,
++  BN_CTX *ctx)
++{
++

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

2018-11-12 Thread Thomas Deutschmann
commit: 596a07e9526a752f67478eeae44c7d31c4d40932
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 12 18:26:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 12 18:36:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596a07e9

dev-libs/openssl: add patch for CVE-2018-0734

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

 .../files/openssl-1.1.1-CVE-2018-0734.patch| 131 +
 ...ssl-1.1.1-r1.ebuild => openssl-1.1.1-r2.ebuild} |   1 +
 2 files changed, 132 insertions(+)

diff --git a/dev-libs/openssl/files/openssl-1.1.1-CVE-2018-0734.patch 
b/dev-libs/openssl/files/openssl-1.1.1-CVE-2018-0734.patch
new file mode 100644
index 000..dbc379c80d4
--- /dev/null
+++ b/dev-libs/openssl/files/openssl-1.1.1-CVE-2018-0734.patch
@@ -0,0 +1,131 @@
+CVE-2018-0734
+https://github.com/openssl/openssl/commit/f1b12b8713a739f27d74e6911580b2e70aea2fa4
+https://github.com/openssl/openssl/commit/8abfe72e8c1de1b95f50aa0d9134803b4d00070f
+
+--- a/crypto/dsa/dsa_ossl.c
 b/crypto/dsa/dsa_ossl.c
+@@ -9,6 +9,7 @@
+ 
+ #include 
+ #include "internal/cryptlib.h"
++#include "internal/bn_int.h"
+ #include 
+ #include 
+ #include "dsa_locl.h"
+@@ -23,6 +24,8 @@ static int dsa_do_verify(const unsigned char *dgst, int 
dgst_len,
+  DSA_SIG *sig, DSA *dsa);
+ static int dsa_init(DSA *dsa);
+ static int dsa_finish(DSA *dsa);
++static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q,
++  BN_CTX *ctx);
+ 
+ static DSA_METHOD openssl_dsa_meth = {
+ "OpenSSL DSA method",
+@@ -178,9 +181,9 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ {
+ BN_CTX *ctx = NULL;
+ BIGNUM *k, *kinv = NULL, *r = *rp;
+-BIGNUM *l, *m;
++BIGNUM *l;
+ int ret = 0;
+-int q_bits;
++int q_bits, q_words;
+ 
+ if (!dsa->p || !dsa->q || !dsa->g) {
+ DSAerr(DSA_F_DSA_SIGN_SETUP, DSA_R_MISSING_PARAMETERS);
+@@ -189,8 +192,7 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ 
+ k = BN_new();
+ l = BN_new();
+-m = BN_new();
+-if (k == NULL || l == NULL || m == NULL)
++if (k == NULL || l == NULL)
+ goto err;
+ 
+ if (ctx_in == NULL) {
+@@ -201,9 +203,9 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ 
+ /* Preallocate space */
+ q_bits = BN_num_bits(dsa->q);
+-if (!BN_set_bit(k, q_bits)
+-|| !BN_set_bit(l, q_bits)
+-|| !BN_set_bit(m, q_bits))
++q_words = bn_get_top(dsa->q);
++if (!bn_wexpand(k, q_words + 2)
++|| !bn_wexpand(l, q_words + 2))
+ goto err;
+ 
+ /* Get random k */
+@@ -238,14 +240,17 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+  * small timing information leakage.  We then choose the sum that is
+  * one bit longer than the modulus.
+  *
+- * TODO: revisit the BN_copy aiming for a memory access agnostic
+- * conditional copy.
++ * There are some concerns about the efficacy of doing this.  More
++ * specificly refer to the discussion starting with:
++ * https://github.com/openssl/openssl/pull/7486#discussion_r228323705
++ * The fix is to rework BN so these gymnastics aren't required.
+  */
+ if (!BN_add(l, k, dsa->q)
+-|| !BN_add(m, l, dsa->q)
+-|| !BN_copy(k, BN_num_bits(l) > q_bits ? l : m))
++|| !BN_add(k, l, dsa->q))
+ goto err;
+ 
++BN_consttime_swap(BN_is_bit_set(l, q_bits), k, l, q_words + 2);
++
+ if ((dsa)->meth->bn_mod_exp != NULL) {
+ if (!dsa->meth->bn_mod_exp(dsa, r, dsa->g, k, dsa->p, ctx,
+dsa->method_mont_p))
+@@ -258,8 +263,8 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ if (!BN_mod(r, r, dsa->q, ctx))
+ goto err;
+ 
+-/* Compute  part of 's = inv(k) (m + xr) mod q' */
+-if ((kinv = BN_mod_inverse(NULL, k, dsa->q, ctx)) == NULL)
++/* Compute part of 's = inv(k) (m + xr) mod q' */
++if ((kinv = dsa_mod_inverse_fermat(k, dsa->q, ctx)) == NULL)
+ goto err;
+ 
+ BN_clear_free(*kinvp);
+@@ -273,7 +278,6 @@ static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
+ BN_CTX_free(ctx);
+ BN_clear_free(k);
+ BN_clear_free(l);
+-BN_clear_free(m);
+ return ret;
+ }
+ 
+@@ -393,3 +397,31 @@ static int dsa_finish(DSA *dsa)
+ BN_MONT_CTX_free(dsa->method_mont_p);
+ return 1;
+ }
++
++/*
++ * Compute the inverse of k modulo q.
++ * Since q is prime, Fermat's Little Theorem applies, which reduces this to
++ * mod-exp operation.  Both the exponent and modulus are public information
++ * so a mod-exp that doesn't leak the base is sufficient.  A newly allocated
++ * BIGNUM is returned which the caller must free.
++ */
++static BIGNUM *dsa_mod_inverse_fermat(const BIGNUM *k, const BIGNUM *q,
++  BN_CTX *ctx)
++{
++BIGNUM *res 

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

2018-11-12 Thread Thomas Deutschmann
commit: 01535a37ba9fc101a01c5e3aee1128ef150c10a5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 12 18:03:16 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 12 18:36:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01535a37

dev-libs/openssl: add patch for CVE-2018-0734 & CVE-2018-5407

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

 dev-libs/openssl/Manifest| 2 +-
 dev-libs/openssl/{openssl-1.0.2p.ebuild => openssl-1.0.2p-r1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest
index a942f505233..2ecc6370eb7 100644
--- a/dev-libs/openssl/Manifest
+++ b/dev-libs/openssl/Manifest
@@ -1,5 +1,5 @@
 DIST openssl-0.9.8zh.tar.gz 3818524 BLAKE2B 
610bb4858900983cf4519fa8b63f1e03b3845e39e68884fd8bebd738cd5cd6c2c75513643af49bf9e2294adc446a6516480fe9b62de55d9b6379bf9e7c5cd364
 SHA512 
b97fa2468211f86c0719c68ad1781eff84f772c479ed5193d6da14bac086b4ca706e7d851209d9df3f0962943b5e5333ab0def00110fb2e517caa73c0c6674c6
-DIST openssl-1.0.2-patches-1.5.tar.xz 12404 BLAKE2B 
6c1b8c28f339f539b2ab8643379502a24cf62bffde00041dce54d5dd9e8d2620b181362ee5464b0ab32ba4948e209697bfabadbea2944a409a1009100d298f24
 SHA512 
5725e2d9d1ee8cc074bcef3bed61c71bdab2ff1c114362110c3fb8da11ad5bc8f2ff28e90a293f5f3a5cf96ecda54dffdb7ab3fb3f8b23ef6472250dc3037659
+DIST openssl-1.0.2-patches-1.6.tar.xz 16004 BLAKE2B 
28c7e9a8c8b09a34aa6ed21dec18b04c1d6140276e319cfa99b63db5ae188ca7837c444e8352748ffc86e6df7676534aef2f28788e825ee8207c0f876efb5b7b
 SHA512 
eac9bbbebd8d942707ef385ee466929045bb4698985f7a0fb16f529f2101a246735cc2e654bfbdaa8a178224bb5ac564478a7587e6156cfcbdfe62a719bfb0a3
 DIST openssl-1.0.2p.tar.gz 5338192 BLAKE2B 
fe4c0e2bf75d47a76e7377c7977be7bcaaa532061ab89ee989786eeb6495295711a29a88bf026c85d9ed55c97e71b0e9c8cf4c29b6e58a3dc56bcff518666823
 SHA512 
958c5a7c3324bbdc8f07dfb13e11329d9a1b4452c07cf41fbd2d42b5fe29c95679332a3476d24c2dc2b88be16e4a24744aba675a05a388c0905756c77a8a2f16
 DIST openssl-1.0.2p_ec_curve.c 17254 BLAKE2B 
d40d8d6e770443f07abe70e2c4ddda6aec1cc8e37dc1f226a3fdd9ed5d228f09c6d372e8956b1948b55ee1d57d1429493e7288d0f54d9466a37fec805c85aacb
 SHA512 
8e92fb100bcf4bd918c82b9a6cbd75a55abe1a2c08230a007e441c51577f974f8cc336e9ac8a672b32641480428ca8cead5380da1fe81bacb088145a1b754a15
 DIST openssl-1.0.2p_ectest.c 30735 BLAKE2B 
95333a27f1cf0a4305a3cee7f6d46b9d4673582ca9acfcf5ba2a0d9d317ab6219cd0d2ff0ba3a55a317c8f5819342f05cc17ba80ec2c92b2b4cab9a3552382e1
 SHA512 
f2e4d34327b490bc8371f0845c69df3f9fc51ea16f0ea0de0411a0c1fa9d49bb2b6fafc363eb3b3cd919dc7c24e4a0d075c6ff878c01d70dae918f2540874c19

diff --git a/dev-libs/openssl/openssl-1.0.2p.ebuild 
b/dev-libs/openssl/openssl-1.0.2p-r1.ebuild
similarity index 99%
rename from dev-libs/openssl/openssl-1.0.2p.ebuild
rename to dev-libs/openssl/openssl-1.0.2p-r1.ebuild
index b8c283fe917..d691659c26a 100644
--- a/dev-libs/openssl/openssl-1.0.2p.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2p-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal
 
-PATCH_SET="openssl-1.0.2-patches-1.5"
+PATCH_SET="openssl-1.0.2-patches-1.6"
 MY_P=${P/_/-}
 DESCRIPTION="full-strength general purpose cryptography library (including SSL 
and TLS)"
 HOMEPAGE="https://www.openssl.org/;



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2018-11-12 Thread Daniel Pielmeier
commit: d62feabf2a4e2b34ff68a646da7a8dcd505872ba
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Nov 12 18:02:01 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Nov 12 18:02:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62feabf

net-print/hplip: Remove old hplip-3.18.6-r1.

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

 net-print/hplip/Manifest   |   1 -
 net-print/hplip/hplip-3.18.6-r1.ebuild | 274 -
 2 files changed, 275 deletions(-)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index 92e4e8c3c8a..7088251e2ec 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,4 +1,3 @@
 DIST hplip-3.18.3-patches-2.tar.xz 8936 BLAKE2B 
58c17f3b6332de1edd88a3b458f1e9f856bc917842f62eee0808469ec14ff5793cd33c7a2ba30593eba624e58c12a6d426fa43a7d375d6ac50b985b895a85b4c
 SHA512 
cbafcd9616f9c86318007b703325d3429ed0698c3fc9d3eddd422e4cd7a16c77320ac168bfa01b5874213e1740cfaae1867d31c3cf96cd57573ad33651a674ed
-DIST hplip-3.18.6-patches-1.tar.xz 10612 BLAKE2B 
5fade89a54b5db9002ada0b1819b41cc177d1a709bdb74a32359927ddac35445275bdec4bcf64a8413fba94bde66c5f4eda2a8a460cc13afc187c59aa388
 SHA512 
ee1e4848ec7060aed688fb46263f87838a311a4d0161dd414ef6b4231c23a11090679d2525c65c2686838436735427a40de0ad80bca4cd5c48eff5207c59
 DIST hplip-3.18.6-patches-2.tar.xz 10632 BLAKE2B 
7f0732e082bf44bfd5818a86f35f95a61c5ec6d0218a2be448746a950081d6fb551aea8183763de20154ab40f77f430941d14fa537e367f59d05fc9f0f182f7c
 SHA512 
94be17d18075ea702a1fedec7ae9cc8ac55dfe5d0b2f8f4004412ae3bb84140aac11bb7f45d0ef8f06cbd560daa37859f14aedce87dc39b8368dbd07c7b85733
 DIST hplip-3.18.6.tar.gz 22590564 BLAKE2B 
edbc80120bb332de9848e528095839b8f3496404ae83482a17bb8bd196c30dd8d3fca4d3dbb60c048bfbeeddd4384b4d7844798dad993eaf52d5418a9391b4ad
 SHA512 
deb4e6e1c7e9ea7452967f7d7d7fd93e92eb59406b4978bb9b874db93bc5022b25aab012a7420ac3e991259032bc7cb749cd924c93a164544e29a4152962184f

diff --git a/net-print/hplip/hplip-3.18.6-r1.ebuild 
b/net-print/hplip/hplip-3.18.6-r1.ebuild
deleted file mode 100644
index 687d6294c01..000
--- a/net-print/hplip/hplip-3.18.6-r1.ebuild
+++ /dev/null
@@ -1,274 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads,xml"
-
-# 14 and 15 spit out a lot of warnings about subdirs
-WANT_AUTOMAKE="1.13"
-
-inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
-
-DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
-SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
-   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.18.6-patches-1.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport 
policykit qt5 scanner +snmp static-ppds X"
-
-COMMON_DEPEND="
-   net-print/cups
-   virtual/jpeg:0
-   hpijs? ( net-print/cups-filters[foomatic] )
-   !minimal? (
-   ${PYTHON_DEPS}
-   sys-apps/dbus
-   !libusb0? ( virtual/libusb:1 )
-   libusb0? ( virtual/libusb:0 )
-   scanner? ( media-gfx/sane-backends )
-   snmp? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   net-analyzer/net-snmp
-   )
-   )
-"
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   ${COMMON_DEPEND}
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   app-text/ghostscript-gpl
-   !minimal? (
-   >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/pygobject:2[${PYTHON_USEDEP}]' 'python2*')
-   $(python_gen_cond_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*')
-   fax? ( dev-python/reportlab[${PYTHON_USEDEP}] )
-   kernel_linux? ( virtual/udev )
-   qt5? (
-   
>=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}]
-   libnotify? ( dev-python/notify2[${PYTHON_USEDEP}] )
-   )
-   scanner? (
-   >=dev-python/reportlab-3.2[${PYTHON_USEDEP}]
-   >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}]
-   X? (
-   || (
-   kde? ( kde-misc/skanlite )
-   media-gfx/xsane
-   media-gfx/sane-frontends
-   )
-   )
-   )
-   )
-   policykit? ( sys-auth/polkit )
-"
-
-REQUIRED_USE="!minimal? ( ${PYTHON_REQUIRED_USE} 

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2018-11-12 Thread Alexey Shvetsov
commit: 9476c6092f42b86735e48bce06762cff70b14869
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Nov 12 15:54:13 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Nov 12 15:54:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9476c609

sci-chemistry/gromacs: Version bump

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/Manifest |   2 +
 sci-chemistry/gromacs/gromacs-2018.3-r1.ebuild | 270 +
 sci-chemistry/gromacs/gromacs-2018.4.ebuild| 270 +
 3 files changed, 542 insertions(+)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index eafd2138713..3a34577c4bd 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,12 +1,14 @@
 DIST gromacs-2016.2.tar.gz 27339623 BLAKE2B 
c3548f4abdc4c1b09a79a3da99d7ca8060daca7307e4c5b81bd97d54adfb9621fbccf1ea7fd96c3676d6b44c20f9f4cd2168ce131799792512fad3b8b1ac0522
 SHA512 
f5e74bb8c126823c90d205ac0f0835e61fdd13a4550bc15aa9c972ee9b187f6451cdc90877c17276d2f889d61abb5eaa5ea1b54f7cbf3da67074146c749c1aa6
 DIST gromacs-2016.5.tar.gz 27369491 BLAKE2B 
4a8bf1ae3e298ac2e26ec476130720dc3ef00db5d999e3a45fdbfd7fbfe7e94fbc86be6ff0f2f23552769c8bc851ce49c73f6fc1ab13f372523279b93e7794d7
 SHA512 
9cb8ff88871aa5df0967c60ba303c03296c6fa3c215cd01b26259df7753f0014f04222078ab4b84a66a1f709997837134d5c0f74da19b78322e410010c9d9e10
 DIST gromacs-2018.3.tar.gz 29915626 BLAKE2B 
6e6eeafecdd923a25b4a2a78a8e89f793639b57ffbd63f19d133d8474302f9a381041f138a509dadb42b36e25fe508729e860efb6b0c75cdbf01d924b0a8fd83
 SHA512 
3c4d6eb3942d7b54d01c94c6f6f5ae706e0f5d4f9901ea11a56fde4df97b1a9112007f2cb13feea0f19f30c89f57ae80ff53a8f5203b8cdff103aa903cd0dc8f
+DIST gromacs-2018.4.tar.gz 29918276 BLAKE2B 
daf3f91e47bab61befee4ecd91e4885835fc5ded408462c239c824567e64b5710fb252456c6be2bf0e4ce1a2119747fca9d8fb0532286bb93d6ccdd289fe57ab
 SHA512 
8ef0b90b2c266bb706c8fdba12e763de9c21aad197c1c71f48c06378644a734a3694172804db6c916a4974a9832b128512f2445d0b72783811e64edd22d27955
 DIST gromacs-2019-beta1.tar.gz 33549950 BLAKE2B 
667246f9a7cb136efca3fbda21aabe5ab0a759aa42896f8a9ddc86fafbfb1906e31fe46688c98477a5841e8fe5708b960c2a26abe754b8d793046734cd509377
 SHA512 
9f8bec3671f6f7421dc45cab1b5edb8ba8f2ebc34cd19ebd3d5d534be1f84135a112f49733a3f8c79e93ffc2b09c5053ae0dea31e95832a2b98acaee47f7d1af
 DIST gromacs-5.0.4.tar.gz 26342095 BLAKE2B 
27a2483e23533ad627114c0005fa0d49a311b359c31aed6378bdd768c9dda03c3b19f11d961f0bd3b82a1711737d4b7dce13cad5fc56d058dd0110fe21421ee3
 SHA512 
bc62b623bf71dcaa948aaf7563a3d3afa973da0702062848a20323db202e862dcee413197dacd1472866ccb40fce7709e283177b1c6c49514064f23e6c46b5ee
 DIST gromacs-5.1.3.tar.gz 27095702 BLAKE2B 
b7fd8fa10e8c4f4368ac551338c59374dc35f85c9fdae5d64eec62929b8f04ea724a084959b3618cd8a151bf3e0a0c84c8f75de953722effca82a4928941ce73
 SHA512 
9ab26e1b2268f8d567b89b2d99d0b75b937b28edceaec56d17ca3243c76faa31255ffc0c45d762c7c693fe500b00e36ad43b80572d1d7f92dc87f9d2d98c0ba6
 DIST regressiontests-2016.2.tar.gz 67095329 BLAKE2B 
fec8a663845ad67374c8a230d1590fa9e5079460198f41cee3b788aaa1c72e8ec9dcda48bc68a594f15003d11bf6617d46cc1a09c16b7a333587b43904a16ba6
 SHA512 
e0aceb56d1f38a7e6ab9fdaac5063fd20c5b3a162ffb6eddd0e6dc7dff9b724bfe31363493a9437e9f9d5421a534b375960fcb31e903a4901a0fa94ed8511294
 DIST regressiontests-2016.5.tar.gz 67641413 BLAKE2B 
4fcd30c198f3acbbabf1104c040d9a686de49536a97dbeb14732bfa0ed3cf37aa61b1b0f45393668985b993d1f1862a8985e416af819cf9793f5964f3e4f43cc
 SHA512 
31764fd99cc4185d61de5d4443ee482c27b13533451a24aa0e487ce275a63685424eafacae38b1a3ffd4ce0d5ebe02a90348953b04c104f91376f0edfdff
 DIST regressiontests-2018.3.tar.gz 67857855 BLAKE2B 
acd7a05ae79d1b4eb47d0c68a3fec9ee19f028a5019f39c37a033f48cf6da2a468375180ad6ceca9ac4f685a8bead38550663a47d6427b51f84c32a5c810e5f0
 SHA512 
57980d49efe6dcc3b3d14b5913a30c68fc1de5b679ef986fec1a149c76f67139b0299c3ee2825451461294fab5f345c7ad4f42e90f8991b81aafe9c369f3ff0b
+DIST regressiontests-2018.4.tar.gz 67860326 BLAKE2B 
0160f701a8fa14ba4f175f4fca9894104bc5cc6aa5f02ac57200fd5a8f74a29b595df609e704cb70fcd9a03529bcf758fb4547e35557a45c0546d819c2681983
 SHA512 
baaac0c918684216ada5254a7c3a1f5b3ea00b1a63d6085d569095139b2a0c9de4ed330d4694f7eaedab729ed5dcea547390781b3d2f7c2ffdf02e0541a90efe
 DIST regressiontests-2019-beta1.tar.gz 67604794 BLAKE2B 
163046e54206d3406d39e6bd9552dcce5a9a05a73e14249bf371d2432d902a3e336c0caa3e0c83353ac4566d91f4f805724f8eb996a831f8d3b712f65b1d1c42
 SHA512 
eef7eaacf56ba9358bfb0a3e34da4bc00d2a65564da81d144f57ee8a732081882b8e1c96f7006b966455105b834271715273e7590d3d4310209ee0324e7fa585
 DIST regressiontests-5.0.4.tar.gz 65193251 BLAKE2B 
c5e5f23adcc2639fe652bc252533307c7fda44453d506603242968bd8588c7394028b2c3c7a9252f807a050d40e8f78735e904dfe517d3db8ae962051f4826c1
 SHA512 

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

2018-11-12 Thread Alexey Shvetsov
commit: ee0c1189775ad6a1854fc90fa4a4b144a990c791
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Nov 12 15:38:27 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Nov 12 15:38:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0c1189

media-gfx/slic3r: Fix abi mismatch when built with gcc8

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Alexey Shvetsov  gentoo.org>

 media-gfx/slic3r/Manifest  |   1 -
 media-gfx/slic3r/slic3r-1.2.9-r2.ebuild| 103 -
 ...{slic3r-1.3.0.ebuild => slic3r-1.3.0-r1.ebuild} |  11 ++-
 3 files changed, 10 insertions(+), 105 deletions(-)

diff --git a/media-gfx/slic3r/Manifest b/media-gfx/slic3r/Manifest
index bc22f8bc00b..8cd8345ac18 100644
--- a/media-gfx/slic3r/Manifest
+++ b/media-gfx/slic3r/Manifest
@@ -1,3 +1,2 @@
 DIST slic3r-1.1.7.tar.gz 2079200 BLAKE2B 
b3aa45741bb92a75dd09be783cb9a8cd551c7736f04022905d11587d8b2a533db85c1f88a9d0185b2b6414ba56d44e0feb104bcfcaf52a0a35a1db912c6976db
 SHA512 
0c3a12890f57f422084b20152ede3467a8624db4ba8be774258df0af963c1f6f41fda7d96967f6355bd95727539e6aad51c30cf45284a7ee3fff294839acc650
-DIST slic3r-1.2.9.tar.gz 2165322 BLAKE2B 
49643284520e6c85ff0e32fada165c8d4c75c15e484555aac1004bc9527bacd552c6aa4916cbb56e304553a47ef6c2db703f6e9d705a585cfbac909c2e84bb79
 SHA512 
c0284f40de43c54e775baccdb2a67813a6ca4b69db78a788f2023b3f34127e780e6d0160144b9df1e17a2992b3255ef9a372b61a594f503b21efad7334387a51
 DIST slic3r-1.3.0.tar.gz 2104094 BLAKE2B 
74c58690cf196f89ecff5eec853215c87c648df5a504725fea9f14b0343bca105190de1d63e2e8e76d47fcaf8dbe7b6d26f61b304ce7336412effa1c9a3fba41
 SHA512 
ff0f7747e166826ff1c53220974ee9d3a217d0e19964dbe4a5fa3e81f262a6810a47632686b7f1b3128384ae05c6f98d8aab980524079bdf9811445fe23a0f0d

diff --git a/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild 
b/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
deleted file mode 100644
index 21f22728472..000
--- a/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils perl-module
-
-DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication 
(3D printers)"
-HOMEPAGE="http://slic3r.org;
-SRC_URI="https://github.com/alexrj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="AGPL-3 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gui test"
-
-RDEPEND="!=dev-lang/perl-5.16*
-   >=dev-libs/boost-1.55[threads]
-   dev-perl/Class-XSAccessor
-   >=dev-perl/Encode-Locale-1.50.0
-   dev-perl/IO-stringy
-   >=dev-perl/Math-PlanePath-53.0.0
-   >=dev-perl/Moo-1.3.1
-   dev-perl/XML-SAX-ExpatXS
-   virtual/perl-Carp
-   virtual/perl-Encode
-   virtual/perl-File-Spec
-   virtual/perl-Getopt-Long
-   virtual/perl-parent
-   virtual/perl-Scalar-List-Utils
-   virtual/perl-Test-Simple
-   virtual/perl-Thread-Semaphore
-   >=virtual/perl-threads-1.960.0
-   virtual/perl-Time-HiRes
-   virtual/perl-Unicode-Normalize
-   virtual/perl-XSLoader
-   gui? ( dev-perl/Class-Accessor
-   dev-perl/Growl-GNTP
-   dev-perl/libwww-perl
-   dev-perl/Module-Pluggable
-   dev-perl/Net-Bonjour
-   dev-perl/Net-DBus
-   dev-perl/OpenGL
-   >=dev-perl/Wx-0.991.800
-   dev-perl/Wx-GLCanvas
-   >=media-libs/freeglut-3
-   virtual/perl-Math-Complex
-   >=virtual/perl-Socket-2.16.0
-   x11-libs/libXmu
-   )"
-DEPEND="${RDEPEND}
-   >=dev-perl/ExtUtils-CppGuess-0.70.0
-   >=dev-perl/ExtUtils-Typemaps-Default-1.50.0
-   >=dev-perl/ExtUtils-XSpp-0.170.0
-   >=dev-perl/Module-Build-0.380.0
-   >=dev-perl/Module-Build-WithXSpp-0.140.0
-   >=virtual/perl-ExtUtils-MakeMaker-6.800.0
-   >=virtual/perl-ExtUtils-ParseXS-3.220.0
-   test? ( virtual/perl-Test-Harness
-   virtual/perl-Test-Simple )"
-
-S="${WORKDIR}/Slic3r-${PV}/xs"
-
-src_prepare() {
-   pushd "${WORKDIR}/Slic3r-${PV}" || die
-   eapply "${FILESDIR}/${P}-adjust_var_path.patch"
-   eapply "${FILESDIR}/${P}-c++11.patch"
-   eapply_user
-   popd || die
-}
-
-src_configure() {
-   SLIC3R_NO_AUTO=1 perl-module_src_configure
-}
-
-src_test() {
-   perl-module_src_test
-   pushd .. || die
-   prove -Ixs/blib/arch -Ixs/blib/lib/ t/ || die "Tests failed"
-   popd || die
-}
-
-src_install() {
-   perl-module_src_install
-
-   pushd .. || die
-   insinto "${VENDOR_LIB}"
-   doins -r lib/Slic3r.pm lib/Slic3r
-
-   insinto "${VENDOR_LIB}"/Slic3r
-   doins -r var
-
-   exeinto "${VENDOR_LIB}"/Slic3r
-   doexe slic3r.pl
-
-   dosym "${VENDOR_LIB}"/Slic3r/slic3r.pl /usr/bin/slic3r.pl
-
-   make_desktop_entry slic3r.pl \
-   Slic3r \
-   

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

2018-11-12 Thread Mikle Kolyada
commit: 436d972a1d118f4492c6be6babec4b3ab2898cfa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:30:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:30:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436d972a

media-libs/libopenshot: amd64 stable wrt bug #670718

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

 media-libs/libopenshot/libopenshot-0.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libopenshot/libopenshot-0.2.2.ebuild 
b/media-libs/libopenshot/libopenshot-0.2.2.ebuild
index 4e08c366f9a..cdbd9c41800 100644
--- a/media-libs/libopenshot/libopenshot-0.2.2.ebuild
+++ b/media-libs/libopenshot/libopenshot-0.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+imagemagick libav +python test"
 # https://github.com/OpenShot/libopenshot/issues/43
 RESTRICT="test"



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

2018-11-12 Thread Mikle Kolyada
commit: 8f68d9b21cd2b9f59b06322252684489e3570f26
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:07:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:07:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f68d9b2

xfce-extra/xfce4-sensors-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild 
b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
index bae1569ee83..7871cc135af 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="+acpi hddtemp libnotify lm_sensors video_cards_nvidia"
 
 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"



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

2018-11-12 Thread Mikle Kolyada
commit: 266c4c1b3bd5c207243fc4216afd750ae7f6ba8a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:06:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:06:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266c4c1b

xfce-extra/xfce4-pulseaudio-plugin: amd64 stable wrt bug #652774

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

 .../xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild
index 3e99070d0da..94bcb36c1c6 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild
+++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="debug keybinder libnotify wnck"
 
 RDEPEND=">=dev-libs/glib-2.42.0:=



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

2018-11-12 Thread Mikle Kolyada
commit: f54abc526397ec32e39b31b80bd066e192f90f05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:08:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:08:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54abc52

xfce-extra/xfce4-verve-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index bca38884468..9b2e20db05b 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



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

2018-11-12 Thread Mikle Kolyada
commit: cdac7f992cf17571161fb169e6b269a496692192
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:09:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:09:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdac7f99

xfce-extra/xfce4-whiskermenu-plugin: amd64 stable wrt bug #652774

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

 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
index 0a191020f9a..e2e53078aac 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="



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

2018-11-12 Thread Mikle Kolyada
commit: daf27ce546e47641cfc2d2ebfb570bd06086d031
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:08:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:08:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf27ce5

xfce-extra/xfce4-taskmanager: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild 
b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild
index 10e673b7ebd..cc47900564c 100644
--- a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild
+++ b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="+gtk3"
 
 RDEPEND="



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

2018-11-12 Thread Mikle Kolyada
commit: 92674a3738e52589de3c2ef51f574f9d010beb43
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:07:02 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92674a37

xfce-extra/xfce4-screenshooter: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild 
b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
index c3dbc8cab62..d9bda138682 100644
--- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.16:=



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

2018-11-12 Thread Mikle Kolyada
commit: 90fb3023b3278c9782b63c66df633000eea16eb5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:09:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:09:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fb3023

xfce-extra/xfce4-weather-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
index 07104d92080..e91f619721a 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42



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

2018-11-12 Thread Mikle Kolyada
commit: 272c8679ec05aa10119c25488b1b8636f78216b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:01:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:01:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272c8679

xfce-extra/xfce4-messenger-plugin: amd64 stable wrt bug #652774

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

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

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
index fc63b43f5ae..1aaef6acf61 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-libs/dbus-glib



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

2018-11-12 Thread Mikle Kolyada
commit: 3212e7647f4d5a08f82035dc55b1a2c68f373553
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:03:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:03:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3212e764

xfce-extra/xfce4-notifyd: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
index ad0cec050e9..d3547314b96 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



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

2018-11-12 Thread Mikle Kolyada
commit: af6f25754bf9eb59090b5eff6e09a29f5a28f4af
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:02:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:02:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6f2575

xfce-extra/xfce4-mount-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index 37504731c21..aba69b780d7 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2018-11-12 Thread Mikle Kolyada
commit: 82fe1ccbc2578376686261f973c3ea406477d7ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:01:52 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:01:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fe1ccb

xfce-extra/xfce4-modemlights-plugin: amd64 stable wrt bug #652774

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

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

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
index 4caac3e7981..b665eed99de 100644
--- 
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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2



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

2018-11-12 Thread Mikle Kolyada
commit: 5a17e65d92f2ce5150f3c5037624d649857bf29e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:58:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:58:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a17e65d

xfce-extra/xfce4-linelight-plugin: amd64 stable wrt bug #652774

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

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

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 718aa1c8291..e14d76fad69 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-libs/glib-2.18:2



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

2018-11-12 Thread Mikle Kolyada
commit: 63925f2a1e8428a08edf8e1e6571cd933b68f5f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:54:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:54:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63925f2a

xfce-extra/xfce4-embed-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild 
b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
index d4cb38cddfa..5ce186ac581 100644
--- a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
+++ b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.20:2



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

2018-11-12 Thread Mikle Kolyada
commit: 2baf9b93ba266f8d3fbda44a3143c1672b8db1e0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:57:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:57:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2baf9b93

xfce-extra/xfce4-eyes-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild 
b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild
index 1d7ccbd2092..e7c3dbdf784 100644
--- a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild
+++ b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.20



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

2018-11-12 Thread Mikle Kolyada
commit: adfb8cdb4e940b659aeda8df5580617ee993cc7a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:59:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:59:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfb8cdb

xfce-extra/xfce4-mailwatch-plugin: amd64 stable wrt bug #652774

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

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

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
index 03835ae547a..bab5acb3caa 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="ipv6 ssl"
 
 RDEPEND=">=dev-libs/glib-2:=



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

2018-11-12 Thread Mikle Kolyada
commit: 42a54192057aebf11dabbf9b81d6133f4f42aa4d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:57:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:57:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a54192

xfce-extra/xfce4-hdaps: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild 
b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
index 2c689321b56..756c4f3defd 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.20:2



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

2018-11-12 Thread Mikle Kolyada
commit: 3b62daaa403c81980e01483409cdd9409194f050
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:54:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:54:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b62daaa

xfce-extra/xfce4-dict: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild 
b/xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild
index 8dcf6adc4ba..0e27b6565dd 100644
--- a/xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild
+++ b/xfce-extra/xfce4-dict/xfce4-dict-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.24:=



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

2018-11-12 Thread Mikle Kolyada
commit: f4f01d8d4b14cc95b0cd756c6b7b9bb4e6e99728
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:58:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:58:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f01d8d

xfce-extra/xfce4-kbdleds-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild 
b/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild
index 6b6f67c940e..83f51ca7122 100644
--- a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild
+++ b/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://compas.com.ua/oco/file/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.8



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/

2018-11-12 Thread Mikle Kolyada
commit: 32803fb0b4bab6f09228257515de8cc0f8505e94
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:50:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:50:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32803fb0

xfce-extra/xfce4-composite-editor: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild 
b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
index 1e3d989c39b..c4d8f9c2c5f 100644
--- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
+++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="app-shells/bash:*



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

2018-11-12 Thread Mikle Kolyada
commit: 62f8b71526bd60c3c62b5923869df8e943d9af6c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:51:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:51:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f8b715

xfce-extra/xfce4-cpufreq-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild 
b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild
index bf501f18b49..956350e 100644
--- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild
+++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.20:=



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

2018-11-12 Thread Mikle Kolyada
commit: 6b7170e010d04480d4761e0d743674bfa4219ab5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:48:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:48:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7170e0

xfce-extra/xfce4-battery-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
index 70ccc435091..eb9feb835b5 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
 IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=



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

2018-11-12 Thread Mikle Kolyada
commit: c81459ab7ac15303ecbe4218f9888d821ac46c1c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:52:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:52:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81459ab

xfce-extra/xfce4-cpugraph-plugin: amd64 stable wrt bug #652774

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

 .../xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild 
b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild
index 376b56129b3..510f92f1e27 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild
+++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND=">=x11-libs/gtk+-2.12:2
>=xfce-base/libxfce4ui-4.8



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/

2018-11-12 Thread Mikle Kolyada
commit: 0908bf4b5be88d14a5c321239bdcac123c3f02e4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:48:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:48:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0908bf4b

xfce-extra/tumbler: amd64 stable wrt bug #652774

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

 xfce-extra/tumbler/tumbler-0.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/tumbler/tumbler-0.2.3.ebuild 
b/xfce-extra/tumbler/tumbler-0.2.3.ebuild
index df0d29a98bf..a3fb66d32cd 100644
--- a/xfce-extra/tumbler/tumbler-0.2.3.ebuild
+++ b/xfce-extra/tumbler/tumbler-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
 
 COMMON_DEPEND=">=dev-libs/glib-2.26:2=



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

2018-11-12 Thread Mikle Kolyada
commit: 49287695ce15a42baa60c42533ad3f0f4466eede
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:46:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:46:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49287695

xfce-base/xfwm4: amd64 stable wrt bug #652774

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

 xfce-base/xfwm4/xfwm4-4.12.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfwm4/xfwm4-4.12.5.ebuild 
b/xfce-base/xfwm4/xfwm4-4.12.5.ebuild
index b1ef18f4ba3..6fd1e34148b 100644
--- a/xfce-base/xfwm4/xfwm4-4.12.5.ebuild
+++ b/xfce-base/xfwm4/xfwm4-4.12.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="dri startup-notification +xcomposite"
 
 RDEPEND="dev-libs/dbus-glib:=



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

2018-11-12 Thread Mikle Kolyada
commit: 0fac27dd16cb933f7ec8c15108895cc311f1c415
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:49:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:49:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fac27dd

xfce-extra/xfce4-clipman-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
index 496bd2d27d5..2c0ff46ca86 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-11-12 Thread Mikle Kolyada
commit: 452ed6f663d4f817c3cd758b775feff1f9ef0b63
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:49:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:49:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452ed6f6

xfce-extra/xfce4-cellmodem-plugin: amd64 stable wrt bug #652774

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

 .../xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild 
b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild
index d9dddb35587..e5b9a593497 100644
--- a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild
+++ b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="sys-apps/pciutils
virtual/libusb:0



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/transd/

2018-11-12 Thread Mikle Kolyada
commit: 3a2ff73485d5bb1824c5938173e2da13e029c7c7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:47:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:47:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2ff734

xfce-extra/transd: amd64 stable wrt bug #652774

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

 xfce-extra/transd/transd-0_p20120503-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/transd/transd-0_p20120503-r1.ebuild 
b/xfce-extra/transd/transd-0_p20120503-r1.ebuild
index 4d4acfcda01..e24bd2f4861 100644
--- a/xfce-extra/transd/transd-0_p20120503-r1.ebuild
+++ b/xfce-extra/transd/transd-0_p20120503-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-shares-plugin/

2018-11-12 Thread Mikle Kolyada
commit: 887b262dd0115f423f2e450cde6fc290471ae27d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:47:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:47:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887b262d

xfce-extra/thunar-shares-plugin: amd64 stable wrt bug #652774

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

 .../thunar-shares-plugin-0.2.0_p20101105-r1.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild
 
b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild
index 0f3451795c3..b5bbe020517 100644
--- 
a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild
+++ 
b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.18



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

2018-11-12 Thread Mikle Kolyada
commit: c529fac3d13660d53cd4c5405859232e268dfe6c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:44:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:44:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c529fac3

xfce-base/xfconf: amd64 stable wrt bug #652774

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

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
index 0a9248e0894..09c3699d80b 100644
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-xfce/

2018-11-12 Thread Mikle Kolyada
commit: 98a27e7f7110bc68d23a35a1c83419eab3fbec3b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:40:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:40:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a27e7f

x11-themes/gtk-engines-xfce: amd64 stable wrt bug #652774

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

 x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r201.ebuild | 4 ++--
 x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r301.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r201.ebuild 
b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r201.ebuild
index b81e0cf61d5..b5b2631cc99 100644
--- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r201.ebuild
+++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}]

diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r301.ebuild 
b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r301.ebuild
index b0a29185767..42ca31f761e 100644
--- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r301.ebuild
+++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r301.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.24[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/

2018-11-12 Thread Mikle Kolyada
commit: b8d3fdf74b3373b338b74428ef27f6dd6f59141b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:43:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:43:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d3fdf7

xfce-base/xfce4-session: amd64 stable wrt bug #652774

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

 xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild
index bf59c0c7e88..59f8f5f2556 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="nls policykit systemd upower +xscreensaver"
 
 COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=



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

2018-11-12 Thread Mikle Kolyada
commit: 7ebcbac9ca846ac1797d45e9ec0503c3e540e9f5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:39:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebcbac9

x11-terms/xfce4-terminal: amd64 stable wrt bug #652774

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
index a17111ccbe3..4547a3dbdf4 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-11-12 Thread Mikle Kolyada
commit: 15368a353ec6a3e91157f69609e92269a37146ae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:42:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:42:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15368a35

xfce-base/libxfce4util: amd64 stable wrt bug #652774

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

 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
index 9073774a074..48c77418e1d 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2018-11-12 Thread Mikle Kolyada
commit: 6a819ff610c20e93569412329bf2e325cc689382
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:38:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:38:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a819ff6

dev-util/catfish: amd64 stable wrt bug #652774

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

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

diff --git a/dev-util/catfish/catfish-1.4.6.ebuild 
b/dev-util/catfish/catfish-1.4.6.ebuild
index 62bc7cee54e..df72b74bb7c 100644
--- a/dev-util/catfish/catfish-1.4.6.ebuild
+++ b/dev-util/catfish/catfish-1.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/catfish/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="
dev-python/pexpect[${PYTHON_USEDEP}]



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

2018-11-12 Thread Mikle Kolyada
commit: ceee27f69912b962db63bbc264ef04d4e5c15740
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:38:53 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:38:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceee27f6

media-video/parole: amd64 stable wrt bug #652774

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

 media-video/parole/parole-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/parole/parole-1.0.1.ebuild 
b/media-video/parole/parole-1.0.1.ebuild
index 36f2c8f0745..1299930da50 100644
--- a/media-video/parole/parole-1.0.1.ebuild
+++ b/media-video/parole/parole-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips ~x86"
 IUSE="libnotify taglib"
 
 COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=



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

2018-11-12 Thread Mikle Kolyada
commit: 5cbc4bfc03492dcf1852478aaf2c8af3b93a9e40
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:41:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:41:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbc4bfc

xfce-base/exo: amd64 stable wrt bug #652774

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

 xfce-base/exo/exo-0.12.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/exo/exo-0.12.3.ebuild b/xfce-base/exo/exo-0.12.3.ebuild
index 9a0d73773d1..122e120da50 100644
--- a/xfce-base/exo/exo-0.12.3.ebuild
+++ b/xfce-base/exo/exo-0.12.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.6



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-appfinder/

2018-11-12 Thread Mikle Kolyada
commit: f2595875ddf0a9de7765a8bc5e62d02d3ed9c4f4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:42:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:42:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2595875

xfce-base/xfce4-appfinder: amd64 stable wrt bug #652774

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

 xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild 
b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild
index 0257a3ab9b3..58756bd8954 100644
--- a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild
+++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30:=



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

2018-11-12 Thread Mikle Kolyada
commit: e99f245abc96008ba4c74aea50eddac7b8057e1c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:37:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:37:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99f245a

app-editors/mousepad: amd64 stable wrt bug #652774

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

 app-editors/mousepad/mousepad-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/mousepad/mousepad-0.4.1.ebuild 
b/app-editors/mousepad/mousepad-0.4.1.ebuild
index b9f379a428b..f45bfe27008 100644
--- a/app-editors/mousepad/mousepad-0.4.1.ebuild
+++ b/app-editors/mousepad/mousepad-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="dbus gtk3"
 
 RDEPEND=">=dev-libs/glib-2.30:2=



  1   2   >