[gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/

2018-07-07 Thread David Seifert
commit: c64372fc1691523a841a25fe2b9381a304f4b8a8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul  8 04:56:06 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul  8 04:56:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64372fc

games-emulation/dolphin: [QA] slot op on net-libs/mbedtls

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 games-emulation/dolphin/dolphin-5.0.ebuild  | 6 +++---
 games-emulation/dolphin/dolphin-.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild 
b/games-emulation/dolphin/dolphin-5.0.ebuild
index 56737af95d7..6110f03b0a0 100644
--- a/games-emulation/dolphin/dolphin-5.0.ebuild
+++ b/games-emulation/dolphin/dolphin-5.0.ebuild
@@ -22,11 +22,11 @@ IUSE="alsa ao bluetooth doc egl +evdev ffmpeg libav llvm 
log lto openal +pch por
 RDEPEND="
>=media-libs/libsfml-2.1
>net-libs/enet-1.3.7
-   >=net-libs/mbedtls-2.1.1
+   >=net-libs/mbedtls-2.1.1:=
dev-libs/lzo
media-libs/libpng:0=
sys-libs/readline:0=
-   sys-libs/zlib
+   sys-libs/zlib:=
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrandr
@@ -44,7 +44,7 @@ RDEPEND="
libav? ( media-video/libav:= )
!libav? ( media-video/ffmpeg:= )
)
-   llvm? ( sys-devel/llvm )
+   llvm? ( sys-devel/llvm:* )
openal? (
media-libs/openal
media-libs/libsoundtouch

diff --git a/games-emulation/dolphin/dolphin-.ebuild 
b/games-emulation/dolphin/dolphin-.ebuild
index 1df45aa1985..78c1cdbac9d 100644
--- a/games-emulation/dolphin/dolphin-.ebuild
+++ b/games-emulation/dolphin/dolphin-.ebuild
@@ -28,11 +28,11 @@ IUSE="alsa ao bluetooth doc egl +evdev ffmpeg libav llvm 
log lto openal +pch por
 RDEPEND="
>=media-libs/libsfml-2.1
>net-libs/enet-1.3.7
-   >=net-libs/mbedtls-2.1.1
+   >=net-libs/mbedtls-2.1.1:=
dev-libs/lzo
media-libs/libpng:0=
sys-libs/readline:0=
-   sys-libs/zlib
+   sys-libs/zlib:=
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrandr
@@ -50,7 +50,7 @@ RDEPEND="
libav? ( media-video/libav:= )
!libav? ( media-video/ffmpeg:= )
)
-   llvm? ( sys-devel/llvm )
+   llvm? ( sys-devel/llvm:* )
openal? (
media-libs/openal
media-libs/libsoundtouch



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

2018-07-07 Thread Hans de Graaff
commit: 99100e441c9ff07929a968f5c38a614c680c86c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 04:32:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 04:32:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99100e44

dev-ruby/i18n: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/i18n/i18n-0.7.0-r3.ebuild | 61 ++
 1 file changed, 61 insertions(+)

diff --git a/dev-ruby/i18n/i18n-0.7.0-r3.ebuild 
b/dev-ruby/i18n/i18n-0.7.0-r3.ebuild
new file mode 100644
index 000..2ae419ff109
--- /dev/null
+++ b/dev-ruby/i18n/i18n-0.7.0-r3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="test"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Add Internationalization support to your Ruby application"
+HOMEPAGE="http://rails-i18n.org/;
+SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RUBY_PATCHES=( ${P}-frozen-classes.patch )
+
+ruby_add_bdepend "test? (
+   dev-ruby/activesupport
+   dev-ruby/bundler
+   >=dev-ruby/mocha-0.13
+   dev-ruby/test_declarative )"
+
+all_ruby_prepare() {
+   # Remove bundler lock files since we cannot depend on specific
+   # versions in Gentoo.
+   rm gemfiles/*.lock || die
+
+   # Also test activesupport 5.2.
+   sed -e 's/4.2.0/5.2.0/' < gemfiles/Gemfile.rails-4.2.x > 
gemfiles/Gemfile.rails-5.2.x || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby25)
+   versions="5.2"
+   ;;
+   *ruby23|*ruby24)
+   versions="4.2 5.2"
+   ;;
+   *)
+   die "Unexpected ruby target"
+   ;;
+   esac
+
+   for version in ${versions} ; do
+   if has_version "dev-ruby/activesupport:${version}" ; then
+   einfo "Running tests with activesupport ${version}"
+   
BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle 
exec ${RUBY} -S rake test || die
+   fi
+   done
+}



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

2018-07-07 Thread Hans de Graaff
commit: 7fea07f9f980588c424a15fe4d475e4df9691b09
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 04:06:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 04:06:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fea07f9

dev-ruby/rgen: avoid need for bundler dependency

Closes: https://bugs.gentoo.org/660472
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rgen/rgen-0.8.3.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ruby/rgen/rgen-0.8.3.ebuild b/dev-ruby/rgen/rgen-0.8.3.ebuild
index a2986146efc..bacb8b5355b 100644
--- a/dev-ruby/rgen/rgen-0.8.3.ebuild
+++ b/dev-ruby/rgen/rgen-0.8.3.ebuild
@@ -23,6 +23,10 @@ ruby_add_bdepend "doc? ( >=dev-ruby/rdoc-4.2.0 )
test? ( >=dev-ruby/minitest-5.10:5 >=dev-ruby/nokogiri-1.6.8.1 )
 "
 
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}
+
 each_ruby_prepare() {
case ${RUBY} in
*ruby24|*ruby25)



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

2018-07-07 Thread Hans de Graaff
commit: 01467f2141b7dffa21de4b53e91c77d1c9cd8ada
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 04:02:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 04:02:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01467f21

dev-ruby/httpclient: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/httpclient/Manifest  |  1 -
 dev-ruby/httpclient/httpclient-2.8.2.4.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/dev-ruby/httpclient/Manifest b/dev-ruby/httpclient/Manifest
index 07cd4277d6a..80f53172771 100644
--- a/dev-ruby/httpclient/Manifest
+++ b/dev-ruby/httpclient/Manifest
@@ -1,2 +1 @@
-DIST httpclient-2.8.2.4.tgz 462907 BLAKE2B 
46886ff67c9d0d5b81189c975d4bbc732c8bcd328eef9a52b5b22b405e9b12c5a2bf45b876d97195044c699ca9389729acfc384932c7e6698d59770f92a3ee14
 SHA512 
c225f302e6bd1f08fc089c202d4d870999ae9ef4bf1df416fb7f06b1732f50b9a7c69a5b73f1ee2f963665d5d436c243830555f8d42c60ac536abbae72b693a5
 DIST httpclient-2.8.3.tgz 464624 BLAKE2B 
ce8ed523a24acce219027a4f1985caf2b4dae29bdba038ca2397e5f4d4b36c90b35cedfb62faa7faf426c3ce8589906df7832968c81b64bc9100eff6f4fe9745
 SHA512 
b65b5adb97af069d7ff6b6f4cccd6a42c6d9c88b797e9495768fe1f36a6bd93defe50190edc201de5e39c4e306ba0bd17a8ff2f8eba4d636dacafa06c172967d

diff --git a/dev-ruby/httpclient/httpclient-2.8.2.4.ebuild 
b/dev-ruby/httpclient/httpclient-2.8.2.4.ebuild
deleted file mode 100644
index d8a71390738..000
--- a/dev-ruby/httpclient/httpclient-2.8.2.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="-Ilib test"
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="httpclient.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="'httpclient' gives something like the functionality of 
libwww-perl (LWP) in Ruby"
-HOMEPAGE="https://github.com/nahi/httpclient;
-SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="Ruby"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${RDEPEND}
-   !dev-ruby/http-access2"
-
-ruby_add_rdepend "virtual/ruby-ssl"
-
-ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
-ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/http-cookie )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
-
-   # Fix documentation task
-   sed -i -e 's/README.txt/README.md/' Rakefile || die
-
-   # Remove mandatory CI reports since we don't need this for testing.
-   sed -i -e '/reporter/s:^:#:' Rakefile || die
-
-   # Remove mandatory simplecov dependency
-   sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.rb || die
-
-   # Comment out test requiring network access that makes assumptions
-   # about the environment, bug 395155
-   sed -i -e '/test_async_error/,/^  end/ s:^:#:' test/test_httpclient.rb 
|| die
-
-   # Skip tests using rack-ntlm which is not packaged. Weirdly these
-   # only fail on jruby.
-   rm test/test_auth.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'gem "test-unit"; 
Dir["test/test_*.rb"].each{|f| require f}' || die
-}



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

2018-07-07 Thread Hans de Graaff
commit: 759faf2581d9281b0ba12fd1efbeb16fa0496a58
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 03:55:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 03:55:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759faf25

dev-ruby/yard: add missing dependency on redcloth

Bug: https://bugs.gentoo.org/660558
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/yard/yard-0.9.11.ebuild | 2 +-
 dev-ruby/yard/yard-0.9.14.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/yard/yard-0.9.11.ebuild b/dev-ruby/yard/yard-0.9.11.ebuild
index e1ba3ed1502..b70b4dd17ad 100644
--- a/dev-ruby/yard/yard-0.9.11.ebuild
+++ b/dev-ruby/yard/yard-0.9.11.ebuild
@@ -28,7 +28,7 @@ IUSE=""
 
 ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
 
-ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )"
+ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack 
dev-ruby/redcloth )"
 
 all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die

diff --git a/dev-ruby/yard/yard-0.9.14.ebuild b/dev-ruby/yard/yard-0.9.14.ebuild
index 0443cc6cbfd..878b6265987 100644
--- a/dev-ruby/yard/yard-0.9.14.ebuild
+++ b/dev-ruby/yard/yard-0.9.14.ebuild
@@ -28,7 +28,7 @@ IUSE=""
 
 ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
 
-ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )"
+ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack 
dev-ruby/redcloth )"
 
 all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die



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

2018-07-07 Thread Hans de Graaff
commit: f58b14c5b0a0cb8153d162588fb44aa292f919dd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 03:52:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 03:52:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58b14c5

dev-ruby/yard: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/yard/Manifest   |  2 --
 dev-ruby/yard/yard-0.9.12.ebuild | 40 -
 dev-ruby/yard/yard-0.9.13.ebuild | 43 
 3 files changed, 85 deletions(-)

diff --git a/dev-ruby/yard/Manifest b/dev-ruby/yard/Manifest
index 4a10db41c82..dd9fc1cfa44 100644
--- a/dev-ruby/yard/Manifest
+++ b/dev-ruby/yard/Manifest
@@ -1,4 +1,2 @@
 DIST yard-0.9.11-git.tgz 916355 BLAKE2B 
e9f27fe129cf93c51dbf83f4a7d5745d385252ba63c90f85223f2e9436c22a55aaba296f263072069d39e4beaca3e0830775a8be121c64cdc2a15afd3539a73f
 SHA512 
375a4878e61888cf73aaa06e9300195ae48b9898d8cd639fa796a067e5fa0b89d6ef62d327a388ee83953e80177515f4d8c070042188e3a1e597f48b82b3a72e
-DIST yard-0.9.12-git.tgz 916462 BLAKE2B 
905f0e4408f7829ca599b578344d695e4c7b68d46b982f39277dcd69ee726a9ac283910e1031d635917b149f182fb302cae537ff8a8a81960fa27965fda82a0c
 SHA512 
f987da7e46bb3dafb9ba8c761b51345ee67102e21d05181c3090f31ff37179505134c93e83efdd39bb35cf6fe6dfa530d0017ce4680a08f858e78cbb073b239f
-DIST yard-0.9.13-git.tgz 917734 BLAKE2B 
ac248a91c581247647dcf78e58fd9b6b9c014bb972fbfbb09179ec489c89a31ec1156e13c99c7e862ece216b0451ac4ccb0441c1bdd45a8078c90f886d1a5135
 SHA512 
8ae886e1c981f017f740e12f07f90470ac9bf420a51f99692b642c212e26231d0a19e1b64084e3a70e09cad4e3a7175278fca66bd3b2420eac4ba197e20876ee
 DIST yard-0.9.14-git.tgz 917830 BLAKE2B 
dd0d1d6dbc5aa9b549bd4c110f1abd57edc76b85e7c936bca8f7d35761d705ba86cd169c3c2b2141095dda68a8ab350b46bcbeb978d655addff78b110fbd2b71
 SHA512 
7974d431b2c1ef4830f225fd2012592405e7fb63546aeb52b74f4ad8b498926be979f3010bd315877bb4f738f6aa6c31f54b71832b461ebd3fa54fe1a1fccf5f

diff --git a/dev-ruby/yard/yard-0.9.12.ebuild b/dev-ruby/yard/yard-0.9.12.ebuild
deleted file mode 100644
index bb7ba9c9023..000
--- a/dev-ruby/yard/yard-0.9.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_DOCDIR="doc docs"
-
-RUBY_FAKEGEM_EXTRAINSTALL="templates"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Documentation generation tool for the Ruby programming language"
-HOMEPAGE="https://yardoc.org/;
-
-# The gem lakes the gemspec file needed to pass tests.
-SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
-
-ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
-
-   # Avoid specs that make assumptions on load ordering that are not
-   # true for us. This may be related to how we install in Gentoo. This
-   # also drops a test requirement on dev-ruby/rack.
-   rm -f spec/cli/server_spec.rb || die
-}

diff --git a/dev-ruby/yard/yard-0.9.13.ebuild b/dev-ruby/yard/yard-0.9.13.ebuild
deleted file mode 100644
index 010fffba810..000
--- a/dev-ruby/yard/yard-0.9.13.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_DOCDIR="doc docs"
-
-RUBY_FAKEGEM_EXTRAINSTALL="templates"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Documentation generation tool for the Ruby programming language"
-HOMEPAGE="https://yardoc.org/;
-
-# The gem lakes the gemspec file needed to pass tests.
-SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
-
-ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
-
-   # Avoid specs that make assumptions on load ordering that are not
-   # true 

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

2018-07-07 Thread Hans de Graaff
commit: be4d436d19515c3f4b64825461ed067ba9d319c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 03:52:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 03:52:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4d436d

dev-ruby/yard: add missing rack test dependency

Bug: https://bugs.gentoo.org/660558
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/yard/yard-0.9.11.ebuild | 2 +-
 dev-ruby/yard/yard-0.9.14.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/yard/yard-0.9.11.ebuild b/dev-ruby/yard/yard-0.9.11.ebuild
index fd62f21f273..e1ba3ed1502 100644
--- a/dev-ruby/yard/yard-0.9.11.ebuild
+++ b/dev-ruby/yard/yard-0.9.11.ebuild
@@ -28,7 +28,7 @@ IUSE=""
 
 ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
 
-ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )"
+ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )"
 
 all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die

diff --git a/dev-ruby/yard/yard-0.9.14.ebuild b/dev-ruby/yard/yard-0.9.14.ebuild
index 010fffba810..0443cc6cbfd 100644
--- a/dev-ruby/yard/yard-0.9.14.ebuild
+++ b/dev-ruby/yard/yard-0.9.14.ebuild
@@ -28,7 +28,7 @@ IUSE=""
 
 ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
 
-ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )"
+ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )"
 
 all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die



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

2018-07-07 Thread Hans de Graaff
commit: 0072876d028ab15a8f14ad023aa8b981383ef80f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 03:44:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 03:44:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0072876d

dev-ruby/test_declarative: allow more rake versions for tests

Closes: https://bugs.gentoo.org/660574
Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild 
b/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild
index af226ce3f0c..eb7b4886f5a 100644
--- a/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild
+++ b/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""
@@ -22,10 +22,10 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
+ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/minitest-5.10:5 )"
 
 all_ruby_prepare() {
-   sed -i -e '/rake/ s/12.0.0/12/ ; /minitest/ s/5.10.1/5.10/' Gemfile || 
die
+   sed -i -e '/rake/ s/~> 12.0.0/>= 10/ ; /minitest/ s/5.10.1/5.10/' 
Gemfile || die
 }
 
 each_ruby_test() {



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

2018-07-07 Thread Hans de Graaff
commit: 0a697afb6526bbfb8514ac93dd2ab58307009001
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 03:35:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 03:35:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a697afb

dev-ruby/sshkit: add 1.17.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/sshkit/Manifest |  1 +
 dev-ruby/sshkit/sshkit-1.17.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index 1cf1bdedbbe..a48d4e11167 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1,3 +1,4 @@
 DIST sshkit-1.15.1.gem 147968 BLAKE2B 
52bde587de6a358174df6d79df8b8179960811d68ee933655f9df82e20e47481e9f32401276e613d97fc7327fce3891ccc70fe514ab8f5b2a30aff1f640ee139
 SHA512 
acac745b7ff1cfdd054b683219ca68233e1453430ec0bfc1efc96cb009ad257262c276857d9bc02854a6352a98feda845d728ae63e8b046a09210eebe8661665
 DIST sshkit-1.16.0.gem 147968 BLAKE2B 
0d8943cca05c04946fe33bfafb690fffbc7ac19805891d0b7fcc40dda67b8522208b1588947bc0080243fc6bd08e84b918135b4b52e7bdc4f58f23d32a697cdb
 SHA512 
87577469428e9332aa17eadb7d5fc8b5264f7d03db92f40f53e1b75431a1b8e4b381611ea86726272d130d6d2f6150c7cd37bfeaf7fe07e5f5eec7732349
 DIST sshkit-1.16.1.gem 148480 BLAKE2B 
4d33e5258a0a4fb9dd063bf914724d69bb838e6f5a461b1b6b355306e5a99f58021ddd9d8f5bc2074bbfdbab2a823132f491a4d3d76c86b2ee9c9156bef7223d
 SHA512 
3866381a4a4c34ac29199f9eb295fb642af624f7e96971f2c752688a24e36787698a4817943317b1e6735afe0bb035e7d7e3d8b81b49022caed2ef20ee57ec57
+DIST sshkit-1.17.0.gem 149504 BLAKE2B 
a44b00917eca7a4953f57821518b14b5a5ed4f8d70c9e2b728c22071c705e185da33b63845bffce6fcb2fc35ed8efa3bb3ba5202eb71edae52cfd99c26583874
 SHA512 
61f531651a76418e157c1affa55927e438ad3eda9dea2b3f0c26f566522df11d1d39eceef84f706aa7733b60c8428dbb3d7da863ada64a24c79567dc4a8c10ad

diff --git a/dev-ruby/sshkit/sshkit-1.17.0.ebuild 
b/dev-ruby/sshkit/sshkit-1.17.0.ebuild
new file mode 100644
index 000..3a0854292a5
--- /dev/null
+++ b/dev-ruby/sshkit/sshkit-1.17.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# There are functional tests that require vagrant boxes to be set up.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
+HOMEPAGE="https://github.com/capistrano/sshkit;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/net-ssh-2.8.0:*
+   >=dev-ruby/net-scp-1.1.2
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
+   sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
+   -e '1irequire "set"; require "pathname"' test/helper.rb || die
+
+   # Fix assumption about parent directory name
+   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
+}
+
+each_ruby_test() {
+   # Run tests directly to avoid dependencies in the Rakefile
+   ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require 
f}" || die
+}



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

2018-07-07 Thread Hans de Graaff
commit: f5476a153cb6a0d09b4f637c48a6e958809171c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  8 03:23:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  8 03:23:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5476a15

dev-ruby/mysql2: add 0.5.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/mysql2/Manifest|  1 +
 dev-ruby/mysql2/mysql2-0.5.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/mysql2/Manifest b/dev-ruby/mysql2/Manifest
index 0e8eab23831..354bec06ccc 100644
--- a/dev-ruby/mysql2/Manifest
+++ b/dev-ruby/mysql2/Manifest
@@ -2,3 +2,4 @@ DIST mysql2-0.3.21.gem 52736 BLAKE2B 
e0fe0d16c0816b7f849581d6ce0c657f64f2881ab28
 DIST mysql2-0.4.10.gem 97792 BLAKE2B 
4978a3fbc8e516e47907d73276b244e614248c031db7c0b7d76d20f1f845be11f7187795d3a989629ff849e2e1bd0454fd56bc7be6b692d9840838861bafdb4c
 SHA512 
1f9c8eb1b120cfc940b3aa26b2dff54735ccdf54fd6e6745e347179d29803b4a4d1f3b80a86f92dd534089f625ffcd6055458f27aaefebe58f8332890a842b43
 DIST mysql2-0.5.0.gem 98816 BLAKE2B 
df99ea39a1a6e080ccbae3f79a17234507f0396438519564f758a3ab75b50729d70ee5586c1945876818321aa4d529c3802264b56deff0a47382b7d8b23b798b
 SHA512 
d7026fd4e69558bb8150bb9f4053143cecf2af39c94db2d8b708b8ab936b20b3051844eb79e893c2c5880774b24c62d77444f258195887f4eb95ea558dd7e410
 DIST mysql2-0.5.1.gem 99328 BLAKE2B 
1ed8d9688a78ee30f3f7b7a71317cbe92b39e2a1b6f9db710a328a4b9542ffcff4be9051c5fa440bbb93c1af56742755e4b70bbff895695102c126293b7d7ad7
 SHA512 
dd1934e4f8aa8a97b70dbe0f1436496892a155fa188930321e776d57ec72ec34f95f2665ad5db671fdba99304e279aa8a045dbc6126ab50d8cc2d84838bc145b
+DIST mysql2-0.5.2.gem 99328 BLAKE2B 
0f1a0d4657e5933e14d445ceefc6ff605a8b07bc01686dd0a67e018c45857a92d25914e4f0aae1116ed1479583636cdbca2aaeb127b856b38052264d579991bf
 SHA512 
6013b0c862f24f0c20b22c50a17390a7a22390e661d0f1afb613177febfbf854f63aea9bc9aa8defc9521896144fbc035a8e16b135abb47384453a23dfd99566

diff --git a/dev-ruby/mysql2/mysql2-0.5.2.ebuild 
b/dev-ruby/mysql2/mysql2-0.5.2.ebuild
new file mode 100644
index 000..35a83a0d372
--- /dev/null
+++ b/dev-ruby/mysql2/mysql2-0.5.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# Tests require a live MySQL database but should all pass.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A modern, simple and very fast Mysql library for Ruby - binding 
to libmysql"
+HOMEPAGE="https://github.com/brianmario/mysql2;
+
+LICENSE="MIT"
+SLOT="0.5"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="${DEPEND} virtual/libmysqlclient"
+RDEPEND="${RDEPEND} virtual/libmysqlclient:="
+
+each_ruby_configure() {
+   ${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config 
"${EPREFIX}/usr/bin/mysqlconfig" || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/mysql2
+   cp ext/mysql2/mysql2$(get_modname) lib/mysql2/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/files/, sci-visualization/paraview/

2018-07-07 Thread Matthias Maier
commit: 01a37861b1cc39f1b86581e4cdf38d5be563df5e
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  8 02:55:45 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  8 02:56:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a37861

sci-visualization/paraview: drop old

Closes: https://bugs.gentoo.org/660654
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-visualization/paraview/Manifest|   1 -
 .../files/paraview-5.4.1-jsoncpp_1.8.4.patch   |  17 --
 sci-visualization/paraview/paraview-5.4.1.ebuild   | 282 -
 3 files changed, 300 deletions(-)

diff --git a/sci-visualization/paraview/Manifest 
b/sci-visualization/paraview/Manifest
index 7c9055385da..93c27c17c6e 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -1,2 +1 @@
-DIST ParaView-v5.4.1.tar.gz 43783720 BLAKE2B 
2197d7f390b7192eb58ad67b88c84119da35fc4229547a42ef12a600874304addb410d0a53684a785855f617011762bf6a819231821f0bff8ee226111df8e577
 SHA512 
6a720f9ed9e03b7b97f0e84bb6d67b2a28c4ffc5079427d544e9522ce313264eed273c9b7ae13b11e34ab4de903132a22bacc337452d1e9da9876416449520f5
 DIST ParaView-v5.5.2.tar.gz 51418473 BLAKE2B 
3300ccbd3fdb522889e9689bd3ad3b37602168658332438d1403f0fcd235722b1751e5acdf01536e4398d759ad26abc4d87f98902f09f64e067a1025e4dcd7a3
 SHA512 
3150d01cdeaf04aba449b7ffdc22d425d4bace8f17923b56aaf9393695e61fc96406ca49a9ca33ff57f1a2b94a3111b080d4fce5763cce5d082cfbc5c68ea94a

diff --git 
a/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch 
b/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch
deleted file mode 100644
index b4b64e94eef..000
--- a/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx 
b/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
-index b6e2b55..d27ad9d 100644
 a/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
-+++ b/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
-@@ -788,7 +788,10 @@ public:
-   this->GetSettingBelowPriority(propertySettingCString, 
highestPriority);
- if (lowerPriorityValue.isNull())
- {
--  if (!proxyValue.removeMember(property->GetXMLName()).isNull())
-+  // Allocated as done in Json::Value removeMember(const char* key).
-+  Json::Value removedValue;
-+  if (proxyValue.removeMember(property->GetXMLName(), ) 
&&
-+!removedValue.isNull())
-   {
- this->Modified();
-   }
-

diff --git a/sci-visualization/paraview/paraview-5.4.1.ebuild 
b/sci-visualization/paraview/paraview-5.4.1.ebuild
deleted file mode 100644
index f1b68b99b8a..000
--- a/sci-visualization/paraview/paraview-5.4.1.ebuild
+++ /dev/null
@@ -1,282 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils cmake-utils multilib python-single-r1 toolchain-funcs 
versionator
-
-MAIN_PV=$(get_major_version)
-MAJOR_PV=$(get_version_component_range 1-2)
-MY_P="ParaView-v${PV}"
-
-DESCRIPTION="ParaView is a powerful scientific data visualization application"
-HOMEPAGE="http://www.paraview.org;
-SRC_URI="http://www.paraview.org/files/v${MAJOR_PV}/${MY_P}.tar.gz;
-RESTRICT="mirror"
-
-LICENSE="paraview GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql 
nvcontrol openmp plugins python +qt5 sqlite tcl test tk"
-RESTRICT="test"
-
-REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
-   mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, 
needed by vtkIOMySQL"
-
-RDEPEND="
-   app-arch/lz4
-   dev-libs/expat
-   dev-libs/jsoncpp
-   dev-libs/libxml2:2
-   dev-libs/protobuf
-   dev-libs/pugixml
-   media-libs/freetype
-   media-libs/glew:0
-   media-libs/libpng:0
-   media-libs/libtheora
-   media-libs/tiff:0=
-   sci-libs/cgnslib
-   sci-libs/hdf5[mpi=]
-   >=sci-libs/netcdf-4.2[hdf5]
-   >=sci-libs/netcdf-cxx-4.2:3
-   sci-libs/xdmf2
-   sys-libs/zlib
-   virtual/glu
-   virtual/jpeg:0
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXt
-   coprocessing? (
-   plugins? (
-   dev-python/PyQt5
-   dev-qt/qtgui:5[-gles2]
-   )
-   )
-   ffmpeg? ( virtual/ffmpeg )
-   mpi? ( virtual/mpi[cxx,romio] )
-   mysql? ( virtual/mysql )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/constantly[${PYTHON_USEDEP}]
-   dev-python/incremental[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   

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

2018-07-07 Thread Matthias Maier
commit: 15eb4cf25a85decaa16162b1e328a42e59916874
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  8 02:24:09 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  8 02:24:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15eb4cf2

sci-visualization/paraview: version bump; update twisted dependency

Bug: https://bugs.gentoo.org/660654
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-visualization/paraview/Manifest   | 2 +-
 .../paraview/{paraview-5.5.0.ebuild => paraview-5.5.2.ebuild} | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/paraview/Manifest 
b/sci-visualization/paraview/Manifest
index d5bfb74ff34..7c9055385da 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -1,2 +1,2 @@
 DIST ParaView-v5.4.1.tar.gz 43783720 BLAKE2B 
2197d7f390b7192eb58ad67b88c84119da35fc4229547a42ef12a600874304addb410d0a53684a785855f617011762bf6a819231821f0bff8ee226111df8e577
 SHA512 
6a720f9ed9e03b7b97f0e84bb6d67b2a28c4ffc5079427d544e9522ce313264eed273c9b7ae13b11e34ab4de903132a22bacc337452d1e9da9876416449520f5
-DIST ParaView-v5.5.0.tar.gz 51414419 BLAKE2B 
832a01701d21f463c07186912501796756c2477063803fa3b2b67dbb9ac2c9db28a45a8b3d22077085255adf16eb429c3289093848b3712ebab46c0ae4c17956
 SHA512 
0915eac75a710736334fa9d436369a14546e2f90a1b55f9a0f7a96fedb94ced043d27576d2a179f275478be17e326cd3bee76f06266a776d586f6510722f3172
+DIST ParaView-v5.5.2.tar.gz 51418473 BLAKE2B 
3300ccbd3fdb522889e9689bd3ad3b37602168658332438d1403f0fcd235722b1751e5acdf01536e4398d759ad26abc4d87f98902f09f64e067a1025e4dcd7a3
 SHA512 
3150d01cdeaf04aba449b7ffdc22d425d4bace8f17923b56aaf9393695e61fc96406ca49a9ca33ff57f1a2b94a3111b080d4fce5763cce5d082cfbc5c68ea94a

diff --git a/sci-visualization/paraview/paraview-5.5.0.ebuild 
b/sci-visualization/paraview/paraview-5.5.2.ebuild
similarity index 98%
rename from sci-visualization/paraview/paraview-5.5.0.ebuild
rename to sci-visualization/paraview/paraview-5.5.2.ebuild
index 82c2a17ce24..b34d4ec9805 100644
--- a/sci-visualization/paraview/paraview-5.5.0.ebuild
+++ b/sci-visualization/paraview/paraview-5.5.2.ebuild
@@ -67,7 +67,9 @@ RDEPEND="
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/sip[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   dev-python/twisted-core[${PYTHON_USEDEP}]
+   || ( dev-python/twisted[${PYTHON_USEDEP}]
+   dev-python/twisted-core[${PYTHON_USEDEP}]
+   )
dev-python/zope-interface[${PYTHON_USEDEP}]
mpi? ( dev-python/mpi4py )
qt5? ( dev-python/PyQt5[opengl,webkit,${PYTHON_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Archive-Zip/, dev-perl/Archive-Zip/files/

2018-07-07 Thread Kent Fredric
commit: a6da83db771be2c2c31fb9b068f4e1b1fd86a658
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jul  8 02:16:42 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jul  8 02:17:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6da83db

dev-perl/Archive-Zip: Add fix for CVE-2018-10860 bug #660466

This includes upstreams fixes and tests including binary files
presented as textual diffs, which appears to work.

Upstream testing indicates there are potential issues with tests on
some systems, and so it may not be suitable as-is for stabilization

See Github PR mentioned below for additional details.

Bug: https://bugs.gentoo.org/660466
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1591449
Bug: https://github.com/redhotpenguin/perl-Archive-Zip/pull/33
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Archive-Zip/Archive-Zip-1.600.0-r1.ebuild |  35 ++
 .../files/Archive-Zip-1.60-CVE-2018-10860.patch| 395 +
 2 files changed, 430 insertions(+)

diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.600.0-r1.ebuild 
b/dev-perl/Archive-Zip/Archive-Zip-1.600.0-r1.ebuild
new file mode 100644
index 000..2b727f01eb3
--- /dev/null
+++ b/dev-perl/Archive-Zip/Archive-Zip-1.600.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PHRED
+DIST_VERSION=1.60
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A wrapper that lets you read Zip archive members as if they were 
files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-Compress-Raw-Zlib-2.17.0
+   virtual/perl-File-Path
+   >=virtual/perl-File-Spec-0.800.0
+   virtual/perl-File-Temp
+   virtual/perl-IO
+   virtual/perl-Time-Local
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Test-MockModule
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.60-CVE-2018-10860.patch"
+)

diff --git a/dev-perl/Archive-Zip/files/Archive-Zip-1.60-CVE-2018-10860.patch 
b/dev-perl/Archive-Zip/files/Archive-Zip-1.60-CVE-2018-10860.patch
new file mode 100644
index 000..94ade1abdfb
--- /dev/null
+++ b/dev-perl/Archive-Zip/files/Archive-Zip-1.60-CVE-2018-10860.patch
@@ -0,0 +1,395 @@
+From 4c200ada6595c0add0de2c450cc44cebd1dbb609 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Fri, 15 Jun 2018 14:49:47 +0200
+Subject: Prevent from traversing symlinks and parent directories when
+ extracting
+
+If an attacker-supplied archive contains symbolic links and files that
+referes to the symbolic links in their path components, the user can
+be tricked into overwriting any arbitrary file.
+
+The same issue is with archives whose members refer to a parent
+directory (..) in their path components.
+
+This patch fixes it by aborting an extraction (extractTree(),
+extractMember(), extractMemberWithoutPaths()) in those cases by not
+traversing the dangerous paths and returning AZ_ERORR instead.
+
+However, if a user supplies a local file name, the security checks are
+not performed. This is based on the assumption that a user knows
+what's on his local file system.
+
+CVE-2018-10860
+Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1591449
+Bug: https://bugs.gentoo.org/660466
+Bug: https://github.com/redhotpenguin/perl-Archive-Zip/pull/33
+---
+ MANIFEST   |   3 +
+ lib/Archive/Zip.pm |   8 ++
+ lib/Archive/Zip/Archive.pm |  37 +
+ t/25_traversal.t   | 189 +
+ t/data/dotdot-from-unexistant-path.zip | Bin 0 -> 245 bytes
+ t/data/link-dir.zip| Bin 0 -> 260 bytes
+ t/data/link-samename.zip   | Bin 0 -> 257 bytes
+ 7 files changed, 237 insertions(+)
+ create mode 100644 t/25_traversal.t
+ create mode 100644 t/data/dotdot-from-unexistant-path.zip
+ create mode 100644 t/data/link-dir.zip
+ create mode 100644 t/data/link-samename.zip
+
+diff --git a/MANIFEST b/MANIFEST
+index 37d8b8d..dd9675a 100644
+--- a/MANIFEST
 b/MANIFEST
+@@ -59,6 +59,7 @@ t/21_zip64.t
+ t/22_deflated_dir.t
+ t/23_closed_handle.t
+ t/24_unicode_win32.t
++t/25_traversal.t
+ t/badjpeg/expected.jpg
+ t/badjpeg/source.zip
+ t/common.pm
+@@ -68,6 +69,7 @@ t/data/crypcomp.zip
+ t/data/crypt.zip
+ t/data/def.zip
+ t/data/defstr.zip
++t/data/dotdot-from-unexistant-path.zip
+ t/data/empty.zip
+ t/data/emptydef.zip
+ t/data/emptydefstr.zip
+@@ -75,6 +77,7 @@ t/data/emptystore.zip
+ t/data/emptystorestr.zip
+ t/data/good_github11.zip
+ t/data/jar.zip
++t/data/link-dir.zip
+ t/data/linux.zip
+ t/data/mkzip.pl
+ t/data/perl.zip
+diff --git 

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/hardened/, releases/weekly/specs/amd64/

2018-07-07 Thread Jorge Manuel B. S. Vicetto
commit: e12c57ccbf58549f4187552502b3feb287e8d5bf
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Jul  8 02:03:21 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Jul  8 02:04:00 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e12c57cc

Use isos portage confdir for the stage 4 specs.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 releases/weekly/specs/amd64/hardened/stage4-minimal.spec| 2 +-
 releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec | 2 +-
 releases/weekly/specs/amd64/stage4-minimal.spec | 2 +-
 releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/releases/weekly/specs/amd64/hardened/stage4-minimal.spec 
b/releases/weekly/specs/amd64/hardened/stage4-minimal.spec
index ba0f14a8..c59a0cff 100644
--- a/releases/weekly/specs/amd64/hardened/stage4-minimal.spec
+++ b/releases/weekly/specs/amd64/hardened/stage4-minimal.spec
@@ -5,7 +5,7 @@ rel_type: hardened
 profile: default/linux/amd64/17.0/hardened
 snapshot: latest
 source_subpath: hardened/stage3-amd64-hardened-latest
-portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 stage4/use:
bindist

diff --git 
a/releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec 
b/releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec
index 3986cee8..384ee892 100644
--- a/releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec
+++ b/releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec
@@ -5,7 +5,7 @@ rel_type: hardened
 profile: default/linux/amd64/17.0/no-multilib/hardened
 snapshot: latest
 source_subpath: hardened/stage3-amd64-hardened+nomultilib-latest
-portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 stage4/use:
bindist

diff --git a/releases/weekly/specs/amd64/stage4-minimal.spec 
b/releases/weekly/specs/amd64/stage4-minimal.spec
index 312150ab..58f65773 100644
--- a/releases/weekly/specs/amd64/stage4-minimal.spec
+++ b/releases/weekly/specs/amd64/stage4-minimal.spec
@@ -5,7 +5,7 @@ rel_type: default
 profile: default/linux/amd64/17.0
 snapshot: latest
 source_subpath: default/stage3-amd64-latest
-portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 stage4/use:
bindist

diff --git a/releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec 
b/releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec
index 32f5629a..169e9508 100644
--- a/releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec
+++ b/releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec
@@ -5,7 +5,7 @@ rel_type: default
 profile: default/linux/amd64/17.0/no-multilib
 snapshot: latest
 source_subpath: default/stage3-amd64-nomultilib-latest
-portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
+portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 stage4/use:
bindist



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

2018-07-07 Thread Matt Thode
commit: 73c733445add4bd759515cd2e149017e515ba4a2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul  8 01:27:26 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jul  8 01:29:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c73344

dev-python/hacking: fix testtools dep

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/hacking/hacking-0.10.3.ebuild | 2 +-
 dev-python/hacking/hacking-0.13.0.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/hacking/hacking-0.10.3.ebuild 
b/dev-python/hacking/hacking-0.10.3.ebuild
index 9b3d093c88c..6cae6f552ad 100644
--- a/dev-python/hacking/hacking-0.10.3.ebuild
+++ b/dev-python/hacking/hacking-0.10.3.ebuild
@@ -27,7 +27,7 @@ DEPEND="
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
-   

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

2018-07-07 Thread Matt Thode
commit: 338e8fe2e7d95c145476ba06649fbc59089aac77
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul  8 01:29:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jul  8 01:29:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338e8fe2

dev-python/testtools: clean up old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/testtools/Manifest|  2 --
 dev-python/testtools/testtools-0.9.36.ebuild | 50 --
 dev-python/testtools/testtools-1.8.0.ebuild  | 52 
 3 files changed, 104 deletions(-)

diff --git a/dev-python/testtools/Manifest b/dev-python/testtools/Manifest
index c88d2072039..04cb4cdd6ce 100644
--- a/dev-python/testtools/Manifest
+++ b/dev-python/testtools/Manifest
@@ -1,3 +1 @@
-DIST testtools-0.9.36.tar.gz 201717 BLAKE2B 
3acfc2b3a821919728670868a44356e93536a1d9530b396d5964a44879246d825358f5abe03041679ab8a48b90670757895c32a5ea47bdc6752c20f1ce83e075
 SHA512 
1cb29deb2fb7cd0eebd9affb06e877487989163d0c4452db8051d75b936b0c4ac6443649d52f83cd3695421b361af7dc75507b037528ac0f7cfde9b4b201ad08
-DIST testtools-1.8.0.tar.gz 207976 BLAKE2B 
eaa651436f289710f84910ac8229f8635db4e7129f58495a2efeea4f944befaf93f05992f5d666108845db5d4079ee55e371be5c3f5b403ad56998053c601b5d
 SHA512 
b5f0201222d1e8c60fb7c2793bcd38e1c96c6f9fae99e9f3e784d17230c9abbf7325053d501c07e752bad2da36b49e2c79a25d0c20cb9a2f426057f839a77b3a
 DIST testtools-2.3.0.tar.gz 231559 BLAKE2B 
6ae098e368cabc0bfe45736324819687a6086eccf868de7eec312caf7c64b5d75a3168f3966d5cd0b05ad9295957a7aa1ee3c1589f076de1f5cb619b197ba08a
 SHA512 
558fe6a1bdce7215f9f6f178f469a2b76948dc7ff0ce27400482a16683474edb81d9bf90ae48b6fcb8df9eb70759341b694aa162ed3d9d4abd372981cdcd8a64

diff --git a/dev-python/testtools/testtools-0.9.36.ebuild 
b/dev-python/testtools/testtools-0.9.36.ebuild
deleted file mode 100644
index 3c816291c9e..000
--- a/dev-python/testtools/testtools-0.9.36.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 versionator
-
-#SERIES="$(get_version_component_range 1-2)"
-SERIES="trunk"
-
-DESCRIPTION="Extensions to the Python unittest library"
-HOMEPAGE="https://launchpad.net/testtools https://pypi.org/project/testtools/;
-SRC_URI="https://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-RDEPEND="dev-python/mimeparse[${PYTHON_USEDEP}]
-   dev-python/extras[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( $(python_gen_cond_dep 
'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) )"
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_prepare_all() {
-   # Take out failing tests
-   # https://bugs.launchpad.net/testtools/+bug/1380918
-   sed -e 's:test_test_module:_&:' -e 's:test_test_suite:_&:' \
-   -i testtools/tests/test_distutilscmd.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( doc/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/testtools/testtools-1.8.0.ebuild 
b/dev-python/testtools/testtools-1.8.0.ebuild
deleted file mode 100644
index 33c0a7d8f7e..000
--- a/dev-python/testtools/testtools-1.8.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Extensions to the Python standard library unit testing framework"
-HOMEPAGE="https://github.com/testing-cabal/testtools;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-CDEPEND="
-   dev-python/extras[${PYTHON_USEDEP}]
-   dev-python/mimeparse[${PYTHON_USEDEP}]
-   >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
-   >=dev-python/unittest2-1.0.0[${PYTHON_USEDEP}]
-   dev-python/traceback2[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-RDEPEND="${CDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-twisted-backport.patch
-   "${FILESDIR}"/${P}-twisted-backport1.patch
-   "${FILESDIR}"/${P}-twisted-backport2.patch
-)
-
-python_compile_all() {
-   use 

[gentoo-commits] repo/gentoo:master commit in: perl-core/Module-CoreList/

2018-07-07 Thread Kent Fredric
commit: 6a828d9496e1853404cd3ccb8c0aaa9dc5a188b6
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul  7 23:52:24 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jul  8 00:25:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a828d94

perl-core/Module-CoreList: Bump to version 5.201.806.260

Add indicies for 5.29.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 perl-core/Module-CoreList/Manifest   |  1 +
 .../Module-CoreList/Module-CoreList-5.201.806.260.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/perl-core/Module-CoreList/Manifest 
b/perl-core/Module-CoreList/Manifest
index 217e087ecbc..a84fbb47766 100644
--- a/perl-core/Module-CoreList/Manifest
+++ b/perl-core/Module-CoreList/Manifest
@@ -1,3 +1,4 @@
 DIST Module-CoreList-5.20170923.tar.gz 100356 BLAKE2B 
b28a9f9ed0571a3ade0491766d779146c1a5abfb053e306972267d27fa444c21eb757318366747d96ef52ce5f9306e3b9d8ab7a67e7dac7b75ab7ba688a14d3c
 SHA512 
9ed80b007234c25c30234d5519637601b088623dce0cb877f34357a37e95764b404fda1396d964ef3075efe5dc7d9ec267bfe3b0cf408db5be3c81f05f04ffc1
 DIST Module-CoreList-5.20180414.tar.gz 104823 BLAKE2B 
14c1d90b22019ebaf7e5cfa391c954799e1fd19c2b3d3f68fccecb3b4fe792ec26dcabd53a74c28adea20c78b9b74f85f54315ad0db1a1049dba81c4d88bf2c7
 SHA512 
1e0dcd7f14e50c2bfac48615c476a1012ae14f068221839e5ecc0a03d68b48f4afb8ba207285d8543268791526764437046a0ac2f2e1eb7843380948a38a4421
 DIST Module-CoreList-5.20180622.tar.gz 105173 BLAKE2B 
1fbac573fe0f613b1d4625ddb5752ddc73e3d4f49f1ce67379f4b3c7d3e0dbe41a114278573669033f92ef5a29f997a8d9dac07a4e6f2b3cdf562bcd7edb4f9e
 SHA512 
cc5e31f05a0c6fae716f3b58b52f918f0ecfadf7faa01a475200c28d8962daadd46535c26da43118b586e087159ae851a37e92ba7f6ec01ee6ed94423695b5f9
+DIST Module-CoreList-5.20180626.tar.gz 105236 BLAKE2B 
47d7ceaae99bd765f0aea08fb687cc246e97f3c299cd4c6e22e3658f77441e539966aa55f12ba8f729e4a1193baf0d59192aa66fb07c9896c3d2a4564cb0408d
 SHA512 
35a0602e47e0b113d031d135ac188f95ad81db1a4ca245379bb83c6315ed78a75b4084fa110652d4769b0e21e6d5d6c9e70908e38733ad8083fdb37d485651f5

diff --git a/perl-core/Module-CoreList/Module-CoreList-5.201.806.260.ebuild 
b/perl-core/Module-CoreList/Module-CoreList-5.201.806.260.ebuild
new file mode 100644
index 000..2589a6155ae
--- /dev/null
+++ b/perl-core/Module-CoreList/Module-CoreList-5.201.806.260.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=5.20180626
+inherit perl-module
+
+DESCRIPTION="what modules shipped with versions of perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+PERL_RM_FILES=("t/maintainer.t" "t/pod.t")



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2018-07-07 Thread Kent Fredric
commit: eea7bbb1ae27f855139e092ac6ca0ec2b5c79266
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jul  8 00:22:49 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jul  8 00:25:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea7bbb1

virtual/perl-Module-CoreList: Bump to version 5.201.806.220

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../perl-Module-CoreList-5.201.806.220.ebuild   | 17 +
 1 file changed, 17 insertions(+)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220.ebuild
new file mode 100644
index 000..94d9b89b5b4
--- /dev/null
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
+# When bumping this package.
+RDEPEND="
+   ~perl-core/${PN#perl-}-${PV}
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2018-07-07 Thread Kent Fredric
commit: b927bd7d20aa2b90bee6ee5692cb6d8db26ebe03
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jul  8 00:21:51 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jul  8 00:25:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b927bd7d

virtual/perl-Module-CoreList: Bump to version 5.201.806.260

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../perl-Module-CoreList-5.201.806.260.ebuild   | 17 +
 1 file changed, 17 insertions(+)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.260.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.260.ebuild
new file mode 100644
index 000..94d9b89b5b4
--- /dev/null
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.260.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
+# When bumping this package.
+RDEPEND="
+   ~perl-core/${PN#perl-}-${PV}
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Module-CoreList/

2018-07-07 Thread Kent Fredric
commit: 179293b355c1b5507a87f189b2c49d82344adc14
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul  7 23:53:45 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jul  8 00:25:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179293b3

perl-core/Module-CoreList: Bump to version 5.201.806.220

Upstream:
- Add indicies for 5.27.11 and 5.28.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 perl-core/Module-CoreList/Manifest   |  1 +
 .../Module-CoreList/Module-CoreList-5.201.806.220.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/perl-core/Module-CoreList/Manifest 
b/perl-core/Module-CoreList/Manifest
index 85a1dcbfcba..217e087ecbc 100644
--- a/perl-core/Module-CoreList/Manifest
+++ b/perl-core/Module-CoreList/Manifest
@@ -1,2 +1,3 @@
 DIST Module-CoreList-5.20170923.tar.gz 100356 BLAKE2B 
b28a9f9ed0571a3ade0491766d779146c1a5abfb053e306972267d27fa444c21eb757318366747d96ef52ce5f9306e3b9d8ab7a67e7dac7b75ab7ba688a14d3c
 SHA512 
9ed80b007234c25c30234d5519637601b088623dce0cb877f34357a37e95764b404fda1396d964ef3075efe5dc7d9ec267bfe3b0cf408db5be3c81f05f04ffc1
 DIST Module-CoreList-5.20180414.tar.gz 104823 BLAKE2B 
14c1d90b22019ebaf7e5cfa391c954799e1fd19c2b3d3f68fccecb3b4fe792ec26dcabd53a74c28adea20c78b9b74f85f54315ad0db1a1049dba81c4d88bf2c7
 SHA512 
1e0dcd7f14e50c2bfac48615c476a1012ae14f068221839e5ecc0a03d68b48f4afb8ba207285d8543268791526764437046a0ac2f2e1eb7843380948a38a4421
+DIST Module-CoreList-5.20180622.tar.gz 105173 BLAKE2B 
1fbac573fe0f613b1d4625ddb5752ddc73e3d4f49f1ce67379f4b3c7d3e0dbe41a114278573669033f92ef5a29f997a8d9dac07a4e6f2b3cdf562bcd7edb4f9e
 SHA512 
cc5e31f05a0c6fae716f3b58b52f918f0ecfadf7faa01a475200c28d8962daadd46535c26da43118b586e087159ae851a37e92ba7f6ec01ee6ed94423695b5f9

diff --git a/perl-core/Module-CoreList/Module-CoreList-5.201.806.220.ebuild 
b/perl-core/Module-CoreList/Module-CoreList-5.201.806.220.ebuild
new file mode 100644
index 000..8ba371dd94f
--- /dev/null
+++ b/perl-core/Module-CoreList/Module-CoreList-5.201.806.220.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=5.20180622
+inherit perl-module
+
+DESCRIPTION="what modules shipped with versions of perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+PERL_RM_FILES=("t/maintainer.t" "t/pod.t")



[gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons/, kde-frameworks/kparts/, kde-frameworks/kbookmarks/, ...

2018-07-07 Thread Andreas Sturmlechner
commit: 5faaf57d69d566fd76b88e82b99b7f711fd438cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  7 23:31:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 23:31:35 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5faaf57d

kde-frameworks: Add KDE Frameworks 5.48.0

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 kde-frameworks/attica/attica-5.48.0.ebuild | 16 +
 kde-frameworks/baloo/baloo-5.48.0.ebuild   | 34 +
 kde-frameworks/bluez-qt/bluez-qt-5.48.0.ebuild | 34 +
 .../breeze-icons-rcc-5.48.0.ebuild | 42 +++
 .../breeze-icons/breeze-icons-5.48.0.ebuild| 41 +++
 .../extra-cmake-modules-5.48.0.ebuild  | 61 
 .../frameworkintegration-5.48.0.ebuild | 53 ++
 .../kactivities-stats-5.48.0.ebuild| 21 ++
 .../kactivities/kactivities-5.48.0.ebuild  | 26 +++
 kde-frameworks/kapidox/kapidox-5.48.0.ebuild   | 28 
 kde-frameworks/karchive/karchive-5.48.0.ebuild | 27 +++
 kde-frameworks/kauth/kauth-5.48.0.ebuild   | 32 +
 kde-frameworks/kbookmarks/kbookmarks-5.48.0.ebuild | 29 
 kde-frameworks/kcmutils/kcmutils-5.48.0.ebuild | 31 
 kde-frameworks/kcodecs/kcodecs-5.48.0.ebuild   | 16 +
 .../kcompletion/kcompletion-5.48.0.ebuild  | 21 ++
 kde-frameworks/kconfig/kconfig-5.48.0.ebuild   | 26 +++
 .../kconfigwidgets/kconfigwidgets-5.48.0.ebuild| 36 ++
 .../kcoreaddons/kcoreaddons-5.48.0.ebuild  | 39 ++
 kde-frameworks/kcrash/kcrash-5.48.0.ebuild | 28 
 .../kdbusaddons/kdbusaddons-5.48.0.ebuild  | 28 
 .../kdeclarative/kdeclarative-5.48.0.ebuild| 32 +
 kde-frameworks/kded/kded-5.48.0.ebuild | 36 ++
 .../kdelibs4support/kdelibs4support-5.48.0.ebuild  | 84 ++
 .../kdesignerplugin/kdesignerplugin-5.48.0.ebuild  | 54 ++
 kde-frameworks/kdesu/kdesu-5.48.0.ebuild   | 32 +
 kde-frameworks/kdewebkit/kdewebkit-5.48.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.48.0.ebuild | 31 
 kde-frameworks/kdoctools/kdoctools-5.48.0.ebuild   | 25 +++
 kde-frameworks/kemoticons/kemoticons-5.48.0.ebuild | 26 +++
 .../kfilemetadata/kfilemetadata-5.48.0.ebuild  | 63 
 .../kglobalaccel/kglobalaccel-5.48.0.ebuild| 29 
 kde-frameworks/kguiaddons/kguiaddons-5.48.0.ebuild | 22 ++
 kde-frameworks/kholidays/kholidays-5.48.0.ebuild   | 30 
 kde-frameworks/khtml/khtml-5.48.0.ebuild   | 68 ++
 kde-frameworks/ki18n/ki18n-5.48.0.ebuild   | 38 ++
 .../kiconthemes/kiconthemes-5.48.0.ebuild  | 29 
 kde-frameworks/kidletime/kidletime-5.48.0.ebuild   | 46 
 .../kimageformats/kimageformats-5.48.0.ebuild  | 42 +++
 kde-frameworks/kinit/kinit-5.48.0.ebuild   | 45 
 kde-frameworks/kio/kio-5.48.0.ebuild   | 79 
 kde-frameworks/kirigami/kirigami-5.48.0.ebuild | 43 +++
 .../kitemmodels/kitemmodels-5.48.0.ebuild  | 14 
 kde-frameworks/kitemviews/kitemviews-5.48.0.ebuild | 20 ++
 .../kjobwidgets/kjobwidgets-5.48.0.ebuild  | 35 +
 kde-frameworks/kjs/kjs-5.48.0.ebuild   | 22 ++
 kde-frameworks/kjsembed/kjsembed-5.48.0.ebuild | 26 +++
 .../kmediaplayer/kmediaplayer-5.48.0.ebuild| 21 ++
 kde-frameworks/knewstuff/knewstuff-5.48.0.ebuild   | 36 ++
 .../knotifications/knotifications-5.48.0.ebuild| 44 
 .../knotifyconfig/knotifyconfig-5.48.0.ebuild  | 24 +++
 kde-frameworks/kpackage/kpackage-5.48.0.ebuild | 34 +
 kde-frameworks/kparts/kparts-5.48.0.ebuild | 30 
 kde-frameworks/kpeople/kpeople-5.48.0.ebuild   | 38 ++
 kde-frameworks/kplotting/kplotting-5.48.0.ebuild   | 18 +
 kde-frameworks/kpty/kpty-5.48.0.ebuild | 26 +++
 kde-frameworks/kross/kross-5.48.0.ebuild   | 32 +
 kde-frameworks/krunner/krunner-5.48.0.ebuild   | 36 ++
 kde-frameworks/kservice/kservice-5.48.0.ebuild | 46 
 .../ktexteditor/ktexteditor-5.48.0.ebuild  | 56 +++
 .../ktextwidgets/ktextwidgets-5.48.0.ebuild| 37 ++
 .../kunitconversion/kunitconversion-5.48.0.ebuild  | 26 +++
 kde-frameworks/kwallet/kwallet-5.48.0.ebuild   | 56 +++
 kde-frameworks/kwayland/kwayland-5.48.0.ebuild | 27 +++
 .../kwidgetsaddons/kwidgetsaddons-5.48.0.ebuild| 26 +++
 .../kwindowsystem/kwindowsystem-5.48.0.ebuild  | 40 +++
 kde-frameworks/kxmlgui/kxmlgui-5.48.0.ebuild   | 52 ++
 .../kxmlrpcclient/kxmlrpcclient-5.48.0.ebuild  | 20 ++
 

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

2018-07-07 Thread Andreas Sturmlechner
commit: 5e8c35d02851828333203cc7d4877ca6ad9d8e57
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  7 22:13:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 22:13:01 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e8c35d0

kde5.eclass: Mark KDE Frameworks 5.48.0 unreleased

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 6168c600c7..5aeadc5e44 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -159,7 +159,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( )
+KDE_UNRELEASED=( kde-frameworks-5.48.0 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;



[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.accept_keywords/, ...

2018-07-07 Thread Andreas Sturmlechner
commit: a61bea55d81beee609449f4a43ce6285ea8c8329
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  7 23:17:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 23:17:32 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a61bea55

Documentation: Add KDE Frameworks 5.48.0

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5.48/_HEADER_  |  2 +
 .../.kde-frameworks-5.48/kde-frameworks-5.48   |  1 +
 .../.kde-frameworks-5.48/more-deps |  0
 .../kde-frameworks-5.48.keywords   | 82 ++
 Documentation/package.mask/kde-frameworks-5.48 | 82 ++
 .../package.unmask/.kde-frameworks-5.48/_HEADER_   |  2 +
 .../.kde-frameworks-5.48/kde-frameworks-5.48   |  1 +
 Documentation/package.unmask/kde-frameworks-5.48   | 82 ++
 9 files changed, 253 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 517b2d7e08..6df857bb9e 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.46 5.47"
+KF_RELEASES="5.46 5.47 5.48"
 KF_RELEASE=${KF_RELEASE:-5.46}
 
 PLASMA_RELEASES="5.12 5.13"

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.48/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.48/_HEADER_
new file mode 100644
index 00..8ab2968854
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.48/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.48 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.48/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.48/kde-frameworks-5.48
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.48/kde-frameworks-5.48
new file mode 12
index 00..c336389116
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.48/kde-frameworks-5.48
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.48
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.48/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.48/more-deps
new file mode 100644
index 00..e69de29bb2

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.48.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.48.keywords
new file mode 100644
index 00..14e6414d31
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.48.keywords
@@ -0,0 +1,82 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.48 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.48/ files 
instead.
+

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2018-07-07 Thread Andreas Sturmlechner
commit: 2b3fff14be5ad5128e288f68a2b00bb354bd4ad4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  7 22:12:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 22:12:13 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b3fff14

profiles: Add kde-frameworks-5.48 package.mask

 profiles/package.mask/kde-frameworks-5.48 | 82 +++
 1 file changed, 82 insertions(+)

diff --git a/profiles/package.mask/kde-frameworks-5.48 
b/profiles/package.mask/kde-frameworks-5.48
new file mode 100644
index 00..fe08e223a5
--- /dev/null
+++ b/profiles/package.mask/kde-frameworks-5.48
@@ -0,0 +1,82 @@
+# Andreas Sturmlechner  (08 Jul 2018)
+# KDE Frameworks 5.48.0 mask
+# Not released yet.
+~kde-frameworks/attica-5.48.0:5
+~kde-frameworks/baloo-5.48.0:5
+~kde-frameworks/bluez-qt-5.48.0:5
+~kde-frameworks/breeze-icons-5.48.0:5
+~kde-frameworks/breeze-icons-rcc-5.48.0:5
+~kde-frameworks/extra-cmake-modules-5.48.0:5
+~kde-frameworks/frameworkintegration-5.48.0:5
+~kde-frameworks/kactivities-5.48.0:5
+~kde-frameworks/kactivities-stats-5.48.0:5
+~kde-frameworks/kapidox-5.48.0:5
+~kde-frameworks/karchive-5.48.0:5
+~kde-frameworks/kauth-5.48.0:5
+~kde-frameworks/kbookmarks-5.48.0:5
+~kde-frameworks/kcmutils-5.48.0:5
+~kde-frameworks/kcodecs-5.48.0:5
+~kde-frameworks/kcompletion-5.48.0:5
+~kde-frameworks/kconfig-5.48.0:5
+~kde-frameworks/kconfigwidgets-5.48.0:5
+~kde-frameworks/kcoreaddons-5.48.0:5
+~kde-frameworks/kcrash-5.48.0:5
+~kde-frameworks/kdbusaddons-5.48.0:5
+~kde-frameworks/kdeclarative-5.48.0:5
+~kde-frameworks/kded-5.48.0:5
+~kde-frameworks/kdelibs4support-5.48.0:5
+~kde-frameworks/kdesignerplugin-5.48.0:5
+~kde-frameworks/kdesu-5.48.0:5
+~kde-frameworks/kdewebkit-5.48.0:5
+~kde-frameworks/kdnssd-5.48.0:5
+~kde-frameworks/kdoctools-5.48.0:5
+~kde-frameworks/kemoticons-5.48.0:5
+~kde-frameworks/kfilemetadata-5.48.0:5
+~kde-frameworks/kglobalaccel-5.48.0:5
+~kde-frameworks/kguiaddons-5.48.0:5
+~kde-frameworks/kholidays-5.48.0:5
+~kde-frameworks/khtml-5.48.0:5
+~kde-frameworks/ki18n-5.48.0:5
+~kde-frameworks/kiconthemes-5.48.0:5
+~kde-frameworks/kidletime-5.48.0:5
+~kde-frameworks/kimageformats-5.48.0:5
+~kde-frameworks/kinit-5.48.0:5
+~kde-frameworks/kio-5.48.0:5
+~kde-frameworks/kirigami-5.48.0:5
+~kde-frameworks/kitemmodels-5.48.0:5
+~kde-frameworks/kitemviews-5.48.0:5
+~kde-frameworks/kjobwidgets-5.48.0:5
+~kde-frameworks/kjs-5.48.0:5
+~kde-frameworks/kjsembed-5.48.0:5
+~kde-frameworks/kmediaplayer-5.48.0:5
+~kde-frameworks/knewstuff-5.48.0:5
+~kde-frameworks/knotifications-5.48.0:5
+~kde-frameworks/knotifyconfig-5.48.0:5
+~kde-frameworks/kpackage-5.48.0:5
+~kde-frameworks/kparts-5.48.0:5
+~kde-frameworks/kpeople-5.48.0:5
+~kde-frameworks/kplotting-5.48.0:5
+~kde-frameworks/kpty-5.48.0:5
+~kde-frameworks/kross-5.48.0:5
+~kde-frameworks/krunner-5.48.0:5
+~kde-frameworks/kservice-5.48.0:5
+~kde-frameworks/ktexteditor-5.48.0:5
+~kde-frameworks/ktextwidgets-5.48.0:5
+~kde-frameworks/kunitconversion-5.48.0:5
+~kde-frameworks/kwallet-5.48.0:5
+~kde-frameworks/kwayland-5.48.0:5
+~kde-frameworks/kwidgetsaddons-5.48.0:5
+~kde-frameworks/kwindowsystem-5.48.0:5
+~kde-frameworks/kxmlgui-5.48.0:5
+~kde-frameworks/kxmlrpcclient-5.48.0:5
+~kde-frameworks/modemmanager-qt-5.48.0:5
+~kde-frameworks/networkmanager-qt-5.48.0:5
+~kde-frameworks/oxygen-icons-5.48.0:5
+~kde-frameworks/plasma-5.48.0:5
+~kde-frameworks/prison-5.48.0:5
+~kde-frameworks/purpose-5.48.0:5
+~kde-frameworks/qqc2-desktop-style-5.48.0:5
+~kde-frameworks/solid-5.48.0:5
+~kde-frameworks/sonnet-5.48.0:5
+~kde-frameworks/syntax-highlighting-5.48.0:5
+~kde-frameworks/threadweaver-5.48.0:5



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

2018-07-07 Thread Andreas Sturmlechner
commit: f112a20c3e51dd039d633ddf60abfe46e116a7ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  7 22:09:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 22:09:51 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f112a20c

sets: Add kde-frameworks-5.48

 sets/kde-frameworks-5.48 | 79 
 1 file changed, 79 insertions(+)

diff --git a/sets/kde-frameworks-5.48 b/sets/kde-frameworks-5.48
new file mode 100644
index 00..bd854d6b61
--- /dev/null
+++ b/sets/kde-frameworks-5.48
@@ -0,0 +1,79 @@
+

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/world-of-goo/

2018-07-07 Thread Ulrich Müller
commit: 88d8489cdf74c37c0fe6435486e6cbfcf65bbbdd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul  7 22:55:50 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul  7 22:56:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d8489c

games-puzzle/world-of-goo: Don't inherit games.eclass.

Bump EAPI to 6. Fix DISTDIR usage in pkg_nofetch.

Closes: https://bugs.gentoo.org/659334
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 ...-1.41-r1.ebuild => world-of-goo-1.41-r2.ebuild} | 27 +++---
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/games-puzzle/world-of-goo/world-of-goo-1.41-r1.ebuild 
b/games-puzzle/world-of-goo/world-of-goo-1.41-r2.ebuild
similarity index 72%
rename from games-puzzle/world-of-goo/world-of-goo-1.41-r1.ebuild
rename to games-puzzle/world-of-goo/world-of-goo-1.41-r2.ebuild
index b941fe96f8d..51f7f12ff56 100644
--- a/games-puzzle/world-of-goo/world-of-goo-1.41-r1.ebuild
+++ b/games-puzzle/world-of-goo/world-of-goo-1.41-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils games
+EAPI=6
+
+inherit desktop eutils # eutils for make_wrapper()
 
 DESCRIPTION="A puzzle game with a strong emphasis on physics"
 HOMEPAGE="http://2dboy.com/;
@@ -18,8 +19,7 @@ fi
 LICENSE="2dboy-EULA"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="fetch strip"
+RESTRICT="fetch bindist strip"
 
 RDEPEND="media-libs/libsdl[alsa,sound,opengl,video]
media-libs/sdl-mixer[vorbis]
@@ -27,10 +27,9 @@ RDEPEND="media-libs/libsdl[alsa,sound,opengl,video]
virtual/opengl
virtual/glu
>=sys-devel/gcc-3.4"
-DEPEND=""
 
-S=${WORKDIR}/${MY_PN}
-dir=${GAMES_PREFIX_OPT}/${PN}
+S="${WORKDIR}/${MY_PN}"
+dir="/opt/${PN}"
 
 QA_PREBUILT="${dir:1}/${MY_PN%Demo}.bin32
${dir:1}/${MY_PN%Demo}.bin64"
@@ -38,9 +37,10 @@ QA_PREBUILT="${dir:1}/${MY_PN%Demo}.bin32
 pkg_nofetch() {
if [[ ${PN} == *-demo ]] ; then
elog "To download the demo, visit 
http://worldofgoo.com/dl2.php?lk=demo;
-   elog "and download ${A} and place it in ${DISTDIR}"
+   elog "and download ${A} and place it in your DISTDIR directory."
else
-   elog "Download ${A} from ${HOMEPAGE} and place it in ${DISTDIR}"
+   elog "Download ${A} from ${HOMEPAGE}"
+   elog "and place it in your DISTDIR directory."
fi
 }
 
@@ -48,7 +48,7 @@ src_install() {
exeinto "${dir}"
doexe ${MY_PN%Demo}{,.$(usex amd64 bin64 bin32)}
 
-   games_make_wrapper ${PN} "${dir}"/${MY_PN%Demo}
+   make_wrapper ${PN} "${dir}"/${MY_PN%Demo}
 
insinto "${dir}"
doins -r icons properties res
@@ -61,7 +61,6 @@ src_install() {
fi
 
dodoc linux-issues.txt
-   dohtml readme.html
-
-   prepgamesdirs
+   docinto html
+   dodoc readme.html
 }



[gentoo-commits] repo/gentoo:master commit in: app-arch/innoextract/files/, app-arch/innoextract/

2018-07-07 Thread Andreas Sturmlechner
commit: 0051bf5a72a19e1f449cb79ca525014a81d8209b
Author: Daniel Scharrer  constexpr  org>
AuthorDate: Sat Jul  7 18:13:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 22:44:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0051bf5a

app-arch/innoextract: Drop old

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

 app-arch/innoextract/Manifest  |  2 -
 .../files/innoextract-1.4-cmake-3.5.patch  | 31 -
 .../innoextract/files/innoextract-1.4-cmake.patch  | 30 -
 app-arch/innoextract/innoextract-1.4.ebuild| 73 --
 app-arch/innoextract/innoextract-1.5.ebuild| 39 
 app-arch/innoextract/metadata.xml  |  1 -
 6 files changed, 176 deletions(-)

diff --git a/app-arch/innoextract/Manifest b/app-arch/innoextract/Manifest
index b2939907e54..20c9a908547 100644
--- a/app-arch/innoextract/Manifest
+++ b/app-arch/innoextract/Manifest
@@ -1,4 +1,2 @@
-DIST innoextract-1.4.tar.gz 151230 BLAKE2B 
94c229bf4e28ca6433f9bd8cdfe23132ad84c67812540eeb950921de7389f7b565b4bea1853feb7732a9704f412b93886098b7a1b023021f06f5b22a220fb81a
 SHA512 
60700ef05ff50e3409b92571ebfc7342c0eadc8add5d1262f7e7740e1a14cfd186a8a9ac0ecab85f01ae50f21edb48f49ba9428369131f7cd46c4b07214838ea
-DIST innoextract-1.5.tar.gz 179582 BLAKE2B 
41774ab38d9d774533ccb7d8a62757e91ff803e5f5e1ac115ba72081ebc31e6e8bf2e2dbf1b82ae20dd6adcca31f9d58d9ab1138fa7761a9cb877ae2c84249e0
 SHA512 
759c319c1f0737b9120ed4613bcab4bebcbb28749d9bbfa46ccb7b4f7640352b4ef01a03ed142c61f67188a83635d4e03e7b0708b913e1f47c09e5189bb56dd6
 DIST innoextract-1.6.tar.gz 183380 BLAKE2B 
581c0e28ececbabc8785f50472f312bc39c62d9174c1902645a961f06877c3e702ce0386aa611fe954c412997a1a69355e441cc33e243abd1828ff5e9d2ff8a2
 SHA512 
4c1b50a050d45e1a56d7236150a801cb85d15de8c80f5f1fd94750f3dd2392bdfb3f0e98c214e9504fe6132c7dce3a0dfbe0815ede438aa0f76a88380ceeef62
 DIST innoextract-1.7.tar.gz 195123 BLAKE2B 
5dffb49da7ec3f8e48a70d0809e059179e84610dd50397b8ca472b9f5a96a5edd0cf36898f0e513b3f70685829e2b8edbd7d7932c9f1b47706c2929f596867e5
 SHA512 
5e92625a411a4351dd4639d4b63e8664519c6697122a0679c010412e94a1e5da95324c33be16211f91c2b25b8cea40fe4ba4da5e19c12d0c27a4916159465ca4

diff --git a/app-arch/innoextract/files/innoextract-1.4-cmake-3.5.patch 
b/app-arch/innoextract/files/innoextract-1.4-cmake-3.5.patch
deleted file mode 100644
index 0b619ac3810..000
--- a/app-arch/innoextract/files/innoextract-1.4-cmake-3.5.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 01705758dd04d937160c99c8b87c6fa2057db894 Mon Sep 17 00:00:00 2001
-From: Daniel Scharrer 
-Date: Tue, 23 Feb 2016 05:45:50 +0100
-Subject: [PATCH] CMake: Disable variable expansion for quoted strings in if()
-
-This makes the build system more rubust against stray variables
-coming from included CMake scripts provided by the system.
-
-Fixes build with CMake 3.5 (tested with 3.5.0-rc3).
-
-Fixes: issue #50

- CMakeLists.txt | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 02e0308..8653b93 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,6 +2,11 @@ project(innoextract)
- 
- cmake_minimum_required(VERSION 2.8)
- 
-+if(POLICY CMP0054)
-+  # CMake 3.1+: Only interpret if() arguments as variables or keywords 
when unquoted.
-+  cmake_policy(SET CMP0054 NEW)
-+endif()
-+
- 
- # Define configuration options
- 

diff --git a/app-arch/innoextract/files/innoextract-1.4-cmake.patch 
b/app-arch/innoextract/files/innoextract-1.4-cmake.patch
deleted file mode 100644
index 199a10e14fa..000
--- a/app-arch/innoextract/files/innoextract-1.4-cmake.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 innoextract-1.4/CMakeLists.txt
-+++ innoextract-1.4/CMakeLists.txt
-@@ -6,6 +6,7 @@
- # Define configuration options
- 
- option(USE_LZMA "Build lzma decompression support." ON)
-+option(WITH_DEBUG "Debug build" OFF)
- option(DEBUG_EXTRA "Expensive debug options" OFF)
- option(SET_WARNING_FLAGS "Adjust compiler warning flags" ON)
- option(SET_OPTIMIZATION_FLAGS "Adjust compiler optimization flags" ON)
 innoextract-1.4/cmake/BuildType.cmake
-+++ innoextract-1.4/cmake/BuildType.cmake
-@@ -8,7 +8,7 @@
- if(CMAKE_BUILD_TYPE STREQUAL "")
-   set(CMAKE_BUILD_TYPE "Release")
- endif()
--if(CMAKE_BUILD_TYPE STREQUAL "Debug")
-+if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR WITH_DEBUG)
-   add_definitions(-DDEBUG)
-   set(DEBUG 1)
- endif()
-@@ -64,7 +64,7 @@
-   # Specifically, the need for libboost_system depends on the 
Boost version
-   add_ldflag("-Wl,--as-needed")
-   
--  if(CMAKE_BUILD_TYPE STREQUAL "Debug")
-+  if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR WITH_DEBUG)
-   
-   # set debug symbol level to -g3
-   check_compiler_flag(RESULT "-g3")

diff --git a/app-arch/innoextract/innoextract-1.4.ebuild 

[gentoo-commits] repo/gentoo:master commit in: app-doc/phrack-all/

2018-07-07 Thread Patrice Clement
commit: a2f93081e4ac677e9c6c84d1f6953a2a69caa9db
Author: Artur Juraszek  juraszek  xyz>
AuthorDate: Sat Jun 23 19:04:28 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul  7 22:02:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f93081

app-doc/phrack-all: add issue 69.

 app-doc/phrack-all/{phrack-all-68.ebuild => phrack-all-69.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/phrack-all/phrack-all-68.ebuild 
b/app-doc/phrack-all/phrack-all-69.ebuild
similarity index 87%
rename from app-doc/phrack-all/phrack-all-68.ebuild
rename to app-doc/phrack-all/phrack-all-69.ebuild
index da4b9a3af3d..7e0646ed3d0 100644
--- a/app-doc/phrack-all/phrack-all-68.ebuild
+++ b/app-doc/phrack-all/phrack-all-69.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 MY_P=${PN}${PV}
 DESCRIPTION="Hacker magazine by the community, for the community (all issues)"
@@ -13,4 +13,4 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
-RDEPEND=$(printf '=app-doc/phrack-%02i ' {1..68})
+RDEPEND=$(printf '=app-doc/phrack-%02i ' {1..69})



[gentoo-commits] repo/gentoo:master commit in: app-doc/phrack/

2018-07-07 Thread Patrice Clement
commit: 9663d70b415c329ec1f634f402af3e8f2e3cc67d
Author: Artur Juraszek  juraszek  xyz>
AuthorDate: Tue Jun 26 12:08:21 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul  7 22:02:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9663d70b

app-doc/phrack: EAPI 7 bump.

 app-doc/phrack/phrack-01.ebuild | 5 ++---
 app-doc/phrack/phrack-02.ebuild | 5 ++---
 app-doc/phrack/phrack-03.ebuild | 5 ++---
 app-doc/phrack/phrack-04.ebuild | 5 ++---
 app-doc/phrack/phrack-05.ebuild | 5 ++---
 app-doc/phrack/phrack-06.ebuild | 5 ++---
 app-doc/phrack/phrack-07.ebuild | 5 ++---
 app-doc/phrack/phrack-08.ebuild | 5 ++---
 app-doc/phrack/phrack-09.ebuild | 5 ++---
 app-doc/phrack/phrack-10.ebuild | 5 ++---
 app-doc/phrack/phrack-11.ebuild | 5 ++---
 app-doc/phrack/phrack-12.ebuild | 5 ++---
 app-doc/phrack/phrack-13.ebuild | 5 ++---
 app-doc/phrack/phrack-14.ebuild | 5 ++---
 app-doc/phrack/phrack-15.ebuild | 5 ++---
 app-doc/phrack/phrack-16.ebuild | 5 ++---
 app-doc/phrack/phrack-17.ebuild | 5 ++---
 app-doc/phrack/phrack-18.ebuild | 5 ++---
 app-doc/phrack/phrack-19.ebuild | 5 ++---
 app-doc/phrack/phrack-20.ebuild | 5 ++---
 app-doc/phrack/phrack-21.ebuild | 5 ++---
 app-doc/phrack/phrack-22.ebuild | 5 ++---
 app-doc/phrack/phrack-23.ebuild | 5 ++---
 app-doc/phrack/phrack-24.ebuild | 5 ++---
 app-doc/phrack/phrack-25.ebuild | 5 ++---
 app-doc/phrack/phrack-26.ebuild | 5 ++---
 app-doc/phrack/phrack-27.ebuild | 5 ++---
 app-doc/phrack/phrack-28.ebuild | 5 ++---
 app-doc/phrack/phrack-29.ebuild | 5 ++---
 app-doc/phrack/phrack-30.ebuild | 5 ++---
 app-doc/phrack/phrack-31.ebuild | 5 ++---
 app-doc/phrack/phrack-32.ebuild | 5 ++---
 app-doc/phrack/phrack-33.ebuild | 5 ++---
 app-doc/phrack/phrack-34.ebuild | 5 ++---
 app-doc/phrack/phrack-35.ebuild | 5 ++---
 app-doc/phrack/phrack-36.ebuild | 5 ++---
 app-doc/phrack/phrack-37.ebuild | 5 ++---
 app-doc/phrack/phrack-38.ebuild | 5 ++---
 app-doc/phrack/phrack-39.ebuild | 5 ++---
 app-doc/phrack/phrack-40.ebuild | 5 ++---
 app-doc/phrack/phrack-41.ebuild | 5 ++---
 app-doc/phrack/phrack-42.ebuild | 5 ++---
 app-doc/phrack/phrack-43.ebuild | 5 ++---
 app-doc/phrack/phrack-44.ebuild | 5 ++---
 app-doc/phrack/phrack-45.ebuild | 5 ++---
 app-doc/phrack/phrack-46.ebuild | 5 ++---
 app-doc/phrack/phrack-47.ebuild | 5 ++---
 app-doc/phrack/phrack-48.ebuild | 5 ++---
 app-doc/phrack/phrack-49.ebuild | 5 ++---
 app-doc/phrack/phrack-50.ebuild | 5 ++---
 app-doc/phrack/phrack-51.ebuild | 5 ++---
 app-doc/phrack/phrack-52.ebuild | 5 ++---
 app-doc/phrack/phrack-53.ebuild | 5 ++---
 app-doc/phrack/phrack-54.ebuild | 5 ++---
 app-doc/phrack/phrack-55.ebuild | 5 ++---
 app-doc/phrack/phrack-56.ebuild | 5 ++---
 app-doc/phrack/phrack-57.ebuild | 5 ++---
 app-doc/phrack/phrack-58.ebuild | 5 ++---
 app-doc/phrack/phrack-59.ebuild | 5 ++---
 app-doc/phrack/phrack-60.ebuild | 5 ++---
 app-doc/phrack/phrack-61.ebuild | 5 ++---
 app-doc/phrack/phrack-62.ebuild | 5 ++---
 app-doc/phrack/phrack-63.ebuild | 5 ++---
 app-doc/phrack/phrack-64.ebuild | 5 ++---
 app-doc/phrack/phrack-65.ebuild | 5 ++---
 app-doc/phrack/phrack-66.ebuild | 5 ++---
 app-doc/phrack/phrack-67.ebuild | 5 ++---
 app-doc/phrack/phrack-68.ebuild | 5 ++---
 68 files changed, 136 insertions(+), 204 deletions(-)

diff --git a/app-doc/phrack/phrack-01.ebuild b/app-doc/phrack/phrack-01.ebuild
index d3516502066..4d45e669d0c 100644
--- a/app-doc/phrack/phrack-01.ebuild
+++ b/app-doc/phrack/phrack-01.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_P=${PN}${PV:1:2}
 DESCRIPTION="A Hacker magazine by the community, for the community"
@@ -16,6 +16,5 @@ IUSE=""
 S=${WORKDIR}/${MY_P}
 
 src_install() {
-   insinto /usr/share/doc/${PN}
-   doins *
+   dodoc -r *
 }

diff --git a/app-doc/phrack/phrack-02.ebuild b/app-doc/phrack/phrack-02.ebuild
index d3516502066..4d45e669d0c 100644
--- a/app-doc/phrack/phrack-02.ebuild
+++ b/app-doc/phrack/phrack-02.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_P=${PN}${PV:1:2}
 DESCRIPTION="A Hacker magazine by the community, for the community"
@@ -16,6 +16,5 @@ IUSE=""
 S=${WORKDIR}/${MY_P}
 
 src_install() {
-   insinto /usr/share/doc/${PN}
-   doins *
+   dodoc -r *
 }

diff --git a/app-doc/phrack/phrack-03.ebuild b/app-doc/phrack/phrack-03.ebuild
index d3516502066..4d45e669d0c 100644
--- a/app-doc/phrack/phrack-03.ebuild
+++ b/app-doc/phrack/phrack-03.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_P=${PN}${PV:1:2}
 DESCRIPTION="A Hacker magazine by the community, for the community"
@@ -16,6 +16,5 @@ IUSE=""
 S=${WORKDIR}/${MY_P}
 
 src_install() {
-   insinto /usr/share/doc/${PN}
-   doins *

[gentoo-commits] repo/gentoo:master commit in: app-doc/phrack/

2018-07-07 Thread Patrice Clement
commit: 21329f7b60076bd11d584271709fb5acd34f2bf0
Author: Artur Juraszek  juraszek  xyz>
AuthorDate: Sat Jun 23 18:57:10 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul  7 22:02:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21329f7b

app-doc/phrack: add issue 69.

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

 app-doc/phrack/Manifest |  1 +
 app-doc/phrack/phrack-69.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-doc/phrack/Manifest b/app-doc/phrack/Manifest
index aa12ce844f6..6c7a34612a3 100644
--- a/app-doc/phrack/Manifest
+++ b/app-doc/phrack/Manifest
@@ -63,6 +63,7 @@ DIST phrack65.tar.gz 1253258 BLAKE2B 
37036bbf5cec34bcbdba0b36b66759102895e9b6847
 DIST phrack66.tar.gz 447757 BLAKE2B 
4722dfeb0ecaa37505b1780419127594dcf67b5b904f05551c442b897c383d272f6bb096557a2718aeb265f2ab65903b9f0d9124722514d7aa89ed00b8df1aa5
 SHA512 
c7400538d80953d6a8276efff8f0673060d7e6cf071ce4e82a0b388b2c9b8ca46910b4807d6ef273aacfdb37d3574ed2d9959256baead4e6f8e50deb442579e0
 DIST phrack67.tar.gz 1959219 BLAKE2B 
4a0936868895a77ea6d406a07d5ac0e217c793635b23406c2c01e0137e51c187544e31476baf06d60ff465f0f5b421933dbc78dcb05a26652d6b4a5c362eb75c
 SHA512 
9aac722f0be59ec96c3ac6aefbfdc67b2a3c21561633d2cf77dab39fc21e587ab0af653551e1e2f454fd8881d2e1c67355cf0fc3288c6cd671d916f3e892
 DIST phrack68.tar.gz 1895423 BLAKE2B 
a859f6be22e1c9df9142518b89f1f0ea573ceeda787637449fe31092d2b4ac230d7b48cf5444c935b2fb893f14bbe889bf3d8af2f3623e6614e5d089fc8d2981
 SHA512 
8f24b3572232c54c9725dd0998408343c47018e890f8a95ed827aeb19377134de516d42e83a94fc5a36b48fad22fc074d4e5ff2102ad64abd497817aa0618399
+DIST phrack69.tar.gz 1623078 BLAKE2B 
b18e84757f0cd0ae1ec312d584fc5f211c78ff39c7887ef3ab12f7cdc84c7fa3b97a835f8aae039f046e153258c3609b8ddd08b7421b93f71b637d899488c977
 SHA512 
87dd424ea6ae1d9c2e06fb6ab6188673cf0263d203d89e0c6d3f38de4edaa066a3534d9e55d2fef86c1f71488b71aad3c7c6b3a7771dd6d74a3a9eee621a39be
 DIST phrack7.tar.gz 35745 BLAKE2B 
ff68eee01896293dbcd09d88df9b3d8cab839f1890f0fb9fc46dfd1bb7e5b15bed5fa3f3b8f2dd7ace6277020296e1a2ac522704e1a91529ef6dd3ab4de6adff
 SHA512 
a87aa7fd989eb2e6dcff56a2022b63bc91737ec8b7d30235053a2446c275f83ba7d6e2aa09981d9b45deeb4d20e5076dbeeedd10c620bf5df508ad03b66f217a
 DIST phrack8.tar.gz 40211 BLAKE2B 
af0f5a526270efb8b3268d58c747cc9804609ec761e44ed5cc827b8ffd666227b125f0f481ada2f94d3d76f91d2e26b81e5689a907fbb56498e57a3f99bc0966
 SHA512 
0cda9f27de118b12db30c92996af58ef74838894fd1165f49001991c90513b7b5c036d9fdf15e58192e1b679655515bfa281c44aa20a776d440c9fab05dfbaf9
 DIST phrack9.tar.gz 35163 BLAKE2B 
36048dc53efa4fe5cd15c5802055c1e511a48594c42da7771ec37adb5a353498997db171f1bd50589b77df13529d06a2aa773b870431d45ac45a98c61652d7b5
 SHA512 
234d3855c92dbac4ceba46ba0bf275cd9674a78c2f1e4f98e52df77b95c91876feaaa4e16529c9913bf19eb4859977a54c5b32b13f43d3eceb4c1f2d16812759

diff --git a/app-doc/phrack/phrack-69.ebuild b/app-doc/phrack/phrack-69.ebuild
new file mode 100644
index 000..d7dab6e2ac9
--- /dev/null
+++ b/app-doc/phrack/phrack-69.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=${PN}${PV}
+DESCRIPTION="A Hacker magazine by the community, for the community"
+HOMEPAGE="http://www.phrack.org/;
+SRC_URI="http://www.phrack.org/archives/tgz/${MY_P}.tar.gz;
+
+LICENSE="phrack"
+SLOT="${PV}"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+S=${WORKDIR}
+
+src_install() {
+   dodoc -r *
+}



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

2018-07-07 Thread Andreas Sturmlechner
commit: 2e18700253683a13e3ec5b2baf8b0180fda974d2
Author: Martin Dummer  gmx  net>
AuthorDate: Tue Jun 26 20:11:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 21:57:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e187002

sys-fs/btrfsmaintenance: fix btrfs-defrag.sh

this ebuild fixes missing function is_btrfs in btrfs-defrag.sh

Closes: https://bugs.gentoo.org/657756
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9077

 .../btrfsmaintenance-0.4.1-r1.ebuild   | 66 ++
 .../btrfsmaintenance/files/fix-btrfs-defrag.patch  | 12 
 2 files changed, 78 insertions(+)

diff --git a/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.1-r1.ebuild 
b/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.1-r1.ebuild
new file mode 100644
index 000..3129b367eed
--- /dev/null
+++ b/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.1-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd
+
+DESCRIPTION="Scripts for btrfs maintenance tasks like periodic scrub, balance, 
trim or defrag"
+HOMEPAGE="https://github.com/kdave/btrfsmaintenance;
+SRC_URI="https://github.com/kdave/btrfsmaintenance/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="systemd"
+
+RDEPEND="
+   sys-fs/btrfs-progs
+   virtual/cron
+   systemd? ( sys-apps/systemd )
+"
+
+PATCHES=(
+   "${FILESDIR}/fix-btrfs-defrag.patch"
+   )
+
+src_prepare() {
+   # Fix config path into watching service
+   sed -i 
's%/etc/sysconfig/btrfsmaintenance%/etc/default/btrfsmaintenance%g' 
btrfsmaintenance-refresh.* || \
+   die "Unable to patch btrfsmaintenance-refresh.*"
+   default
+}
+
+src_install() {
+   dodoc README.md CONTRIBUTING.md CHANGES.md
+   insinto /etc/default
+   newins sysconfig.btrfsmaintenance btrfsmaintenance
+   insinto /usr/share/btrfsmaintenance
+   doins btrfsmaintenance-functions
+   exeinto /usr/share/btrfsmaintenance
+   doexe btrfs*.sh
+   systemd_dounit *.service *.timer *.path
+}
+
+pkg_postinst() {
+   elog "Installing default btrfsmaintenance scripts"
+   if use systemd; then
+   
"${EROOT%/}"/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh 
systemd-timer || die
+   else
+   
"${EROOT%/}"/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh || die
+   fi
+   elog "Now edit cron periods and mount points in 
/etc/default/btrfsmaintenance "
+   elog "then run 
/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh to"
+   elog "update cron symlinks or run"
+   elog "/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh 
systemd-timer"
+   elog "to update systemd timers."
+   elog "You can also enable btrfsmaintenance-refresh.path service in 
order to"
+   elog "monitor the config files changes and update systemd timers 
accordly."
+}
+
+pkg_prerm() {
+   if [[ -z ${REPLACED_BY_VERSION} ]] ; then
+   elog "Removing symlinks from btrfsmaintenance cron tasks"
+   
"${EROOT%/}"/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh 
uninstall || die
+   fi
+}

diff --git a/sys-fs/btrfsmaintenance/files/fix-btrfs-defrag.patch 
b/sys-fs/btrfsmaintenance/files/fix-btrfs-defrag.patch
new file mode 100644
index 000..4dc5fd6b1d9
--- /dev/null
+++ b/sys-fs/btrfsmaintenance/files/fix-btrfs-defrag.patch
@@ -0,0 +1,12 @@
+diff --git a/btrfs-defrag.sh b/btrfs-defrag.sh
+index 284abc8..5ced921 100755
+--- a/btrfs-defrag.sh
 b/btrfs-defrag.sh
+@@ -15,6 +15,7 @@ if [ -f /etc/default/btrfsmaintenance ] ; then
+ fi
+ 
+ LOGIDENTIFIER='btrfs-defrag'
++. $(dirname $(realpath "$0"))/btrfsmaintenance-functions
+ 
+ {
+ OIFS="$IFS"



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

2018-07-07 Thread Andreas Sturmlechner
commit: 89c5b44c926e71a2974d48fbe81c31b4c4a253f1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun 24 15:01:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 21:54:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c5b44c

dev-libs/syncdir: use HTTPs

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

 dev-libs/syncdir/syncdir-1.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/syncdir/syncdir-1.0-r1.ebuild 
b/dev-libs/syncdir/syncdir-1.0-r1.ebuild
index 493e2e498c0..7627f5ebe41 100644
--- a/dev-libs/syncdir/syncdir-1.0-r1.ebuild
+++ b/dev-libs/syncdir/syncdir-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,8 +6,8 @@ EAPI=4
 inherit multilib toolchain-funcs
 
 DESCRIPTION="Provides an alternate implementation for open, link, rename, and 
unlink"
-HOMEPAGE="http://untroubled.org/syncdir;
-SRC_URI="http://untroubled.org/syncdir/${P}.tar.gz;
+HOMEPAGE="https://untroubled.org/syncdir;
+SRC_URI="https://untroubled.org/syncdir/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: www-misc/multisort/

2018-07-07 Thread Andreas Sturmlechner
commit: 746dceaa12472b8f37edc241606f7ab5ab6b540e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Jun 28 18:44:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 21:53:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746dceaa

www-misc/multisort: use HTTPs

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

 www-misc/multisort/multisort-1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-misc/multisort/multisort-1.1-r1.ebuild 
b/www-misc/multisort/multisort-1.1-r1.ebuild
index b64e30c6c88..7a1f5d15fff 100644
--- a/www-misc/multisort/multisort-1.1-r1.ebuild
+++ b/www-misc/multisort/multisort-1.1-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=4
 inherit toolchain-funcs
 
 DESCRIPTION="Merges httpd logfiles in the Common Log Format"
-HOMEPAGE="http://www.xach.com/multisort/;
-SRC_URI="http://www.xach.com/${PN}/${PN}-${PV}.tar.gz;
+HOMEPAGE="https://www.xach.com/multisort/;
+SRC_URI="https://www.xach.com/${PN}/${PN}-${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2018-07-07 Thread Andreas Sturmlechner
commit: dfa84d450c4ebcbcd999b15e5a1ea6b136893ce2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun 24 15:02:37 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 21:54:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa84d45

dev-libs/syncdir: add EAPI7 ebuild

 dev-libs/syncdir/syncdir-1.0-r2.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/dev-libs/syncdir/syncdir-1.0-r2.ebuild 
b/dev-libs/syncdir/syncdir-1.0-r2.ebuild
new file mode 100644
index 000..ed06d5f7959
--- /dev/null
+++ b/dev-libs/syncdir/syncdir-1.0-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Provides an alternate implementation for open, link, rename, and 
unlink"
+HOMEPAGE="https://untroubled.org/syncdir;
+SRC_URI="https://untroubled.org/syncdir/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   if ! use static-libs; then
+   sed -i Makefile \
+   -e '/^all:/s|libsyncdir.a||' \
+   -e '/install -m 644 libsyncdir.a/d' \
+   || die "sed Makefile"
+   fi
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   libsyncdir.so \
+   $(use static-libs && echo libsyncdir.a)
+}
+
+src_install() {
+   dodir /usr/$(get_libdir)
+   emake libdir="${D}/usr/$(get_libdir)" install
+   dodoc testsync.c
+}



[gentoo-commits] repo/gentoo:master commit in: www-misc/multisort/

2018-07-07 Thread Andreas Sturmlechner
commit: feb0951935b74d3b375f7c57c0ebea2c1b953ffa
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Jun 28 18:45:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 21:54:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb09519

www-misc/multisort: add EAPI7 ebuild

 www-misc/multisort/multisort-1.1-r2.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/www-misc/multisort/multisort-1.1-r2.ebuild 
b/www-misc/multisort/multisort-1.1-r2.ebuild
new file mode 100644
index 000..2e91afe31e8
--- /dev/null
+++ b/www-misc/multisort/multisort-1.1-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Merges httpd logfiles in the Common Log Format"
+HOMEPAGE="https://www.xach.com/multisort/;
+SRC_URI="https://www.xach.com/${PN}/${PN}-${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_prepare() {
+   default
+   # respect LDFLAGS wrt bug #337359
+   sed -i -e 's/$(CFLAGS)/& \$(LDFLAGS)/' Makefile || die 'sed on Makefile 
failed'
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   dosbin multisort
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/

2018-07-07 Thread Alfredo Tupone
commit: a85826a8a5e0f6e364942456ae3625b8b04600e3
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sat Jul  7 20:35:02 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jul  7 20:35:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85826a8

dev-ada/gnatcoll-bindings: Allow selection of static via LIBRARY_TYPE

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
index 4cc7fcaf6a9..8c6d81608c0 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
@@ -74,6 +74,12 @@ src_install() {
done
fi
done
+   if use iconv; then
+   sed -i \
+   -e "s:GNATCOLL_ICONV_BUILD:LIBRARY_TYPE:" \
+   "${D}"/usr/share/gpr/gnatcoll_iconv.gpr \
+   || die
+   fi
rm -r "${D}"/usr/share/gpr/manifests || die
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/

2018-07-07 Thread Alfredo Tupone
commit: 3ea9779c9de7c7cea77aaff49dfd76957d2b1958
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sat Jul  7 20:33:06 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jul  7 20:33:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea9779c

dev-ada/gprbuild: Fix "-r and -pie may not be used together" error

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/gprbuild/gprbuild-2018.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ada/gprbuild/gprbuild-2018.ebuild 
b/dev-ada/gprbuild/gprbuild-2018.ebuild
index f071a9a8850..95d0bdafd85 100644
--- a/dev-ada/gprbuild/gprbuild-2018.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2018.ebuild
@@ -43,6 +43,10 @@ src_prepare() {
-e "s:@GNATBIND@:gnatbind-${GCC_PV}:g" \
src/gprlib.adb \
|| die
+   sed -i \
+   -e "s:\"-Wl,-r\":\"-r\":g" \
+   share/gprconfig/linker.xml \
+   || die
 }
 
 src_configure() {



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

2018-07-07 Thread Hans de Graaff
commit: 287cc93d3a4be387d014ec0eadf16b74161c99a4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  7 19:29:20 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  7 19:46:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287cc93d

dev-ruby/ruby-gobject-introspection: add 3.2.7

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-gobject-introspection/Manifest   |  1 +
 .../ruby-gobject-introspection-3.2.7.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/ruby-gobject-introspection/Manifest 
b/dev-ruby/ruby-gobject-introspection/Manifest
index 3e4b4adab6c..dd0f1a94614 100644
--- a/dev-ruby/ruby-gobject-introspection/Manifest
+++ b/dev-ruby/ruby-gobject-introspection/Manifest
@@ -1 +1,2 @@
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
+DIST ruby-gnome2-all-3.2.7.tar.gz 2290033 BLAKE2B 
48abafe9c108f3a42b5da05edb6aa7ea6b508e313f65954481d3ce1f1c4497adfce52d83d491314f352fd057ac31fad63d2c1ec4b13fb0f6de1f6f9ab12d35c6
 SHA512 
94c273941918e49f140cd5dcc413421406e4b15ad244f6a4c29255030162aaae13dacb701c3df20a64ac6945b7cc4a5de0fa8bed21b4f119183641d298bc2030

diff --git 
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.2.7.ebuild 
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.2.7.ebuild
new file mode 100644
index 000..9ab41783c3a
--- /dev/null
+++ 
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.2.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+inherit ruby-ng-gnome2
+
+RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
+
+DESCRIPTION="Ruby GObjectIntrospection bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND+=" dev-libs/gobject-introspection"
+RDEPEND+=" dev-libs/gobject-introspection"
+
+ruby_add_rdepend "~dev-ruby/ruby-glib2-${PV}"
+
+all_ruby_prepare() {
+   # Remove pregenerated Makefile since it will otherwise be shared by all 
targets.
+   rm -f Makefile Makefile.lib ext/gobject-introspection/Makefile || die
+
+   # Avoid native installer
+   sed -i -e '/native-package-installer/ s:^:#: ; 
/^\s*setup_homebrew_libffi/ s:^:#:' ../glib2/lib/mkmf-gnome2.rb || die
+
+   # Avoid unneeded dependency on test-unit-notify.
+   sed -i -e '/notify/ s:^:#:' test/gobject-introspection-test-utils.rb || 
die
+
+   # Avoid compilation of dependencies during test.
+   sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die
+}



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

2018-07-07 Thread Lars Wendler
commit: a44989ce5f8f8d92a61bc4c8fa5ffd6cb1d9dcb7
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jul  7 19:35:22 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jul  7 19:39:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44989ce

media-libs/sge: Use pkg-config instead of freetype-config.

Closes: https://bugs.gentoo.org/655798
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-libs/sge/files/sge-030809-build.patch|  8 +++---
 media-libs/sge/files/sge-030809-freetype.patch |  4 +--
 .../sge/files/sge-030809-freetype_pkgconfig.patch  | 25 +
 media-libs/sge/sge-030809.ebuild   | 32 ++
 4 files changed, 52 insertions(+), 17 deletions(-)

diff --git a/media-libs/sge/files/sge-030809-build.patch 
b/media-libs/sge/files/sge-030809-build.patch
index 5b277a0a6b0..4ded0888a7f 100644
--- a/media-libs/sge/files/sge-030809-build.patch
+++ b/media-libs/sge/files/sge-030809-build.patch
@@ -1,5 +1,5 @@
 Makefile.orig  2006-03-29 00:08:39.0 -0500
-+++ Makefile   2006-03-29 00:09:36.0 -0500
+--- a/Makefile
 b/Makefile
 @@ -2,7 +2,7 @@
  
  include Makefile.conf
@@ -95,8 +95,8 @@
ln -sf libSGE.so.$(API_VER).$(SGE_VER) libSGE.so.$(API_VER);\
ln -sf libSGE.so.$(API_VER) libSGE.so
@echo "** Headerfiles installed in $(PREFIX_H)"
 Makefile.conf.orig 2006-03-29 00:08:39.0 -0500
-+++ Makefile.conf  2006-03-29 00:08:39.0 -0500
+--- a/Makefile.conf
 b/Makefile.conf
 @@ -11,6 +11,7 @@
  # Compilers (C and C++)
  CC=gcc

diff --git a/media-libs/sge/files/sge-030809-freetype.patch 
b/media-libs/sge/files/sge-030809-freetype.patch
index 7b638e4100f..f07ce98256a 100644
--- a/media-libs/sge/files/sge-030809-freetype.patch
+++ b/media-libs/sge/files/sge-030809-freetype.patch
@@ -1,5 +1,5 @@
 sge_tt_text.cpp
-+++ sge_tt_text.cpp
+--- a/sge_tt_text.cpp
 b/sge_tt_text.cpp
 @@ -36,10 +36,9 @@
  #include "sge_textpp.h"
  

diff --git a/media-libs/sge/files/sge-030809-freetype_pkgconfig.patch 
b/media-libs/sge/files/sge-030809-freetype_pkgconfig.patch
new file mode 100644
index 000..ceb478f3d82
--- /dev/null
+++ b/media-libs/sge/files/sge-030809-freetype_pkgconfig.patch
@@ -0,0 +1,25 @@
+https://bugs.gentoo.org/655798
+
+--- sge030809/Makefile.conf
 sge030809/Makefile.conf
+@@ -35,16 +35,16 @@
+ SGE_LIBS =$(shell sdl-config --libs) -lstdc++
+ 
+ 
+-# Is freetype-config available?
+-HAVE_FT =$(shell if (freetype-config --version) < /dev/null > /dev/null 2>&1; 
then echo "y"; else echo "n"; fi;)
++# Is freetype available?
++HAVE_FT =$(shell if pkg-config --exists freetype2 ; then echo "y"; else echo 
"n"; fi;)
+ ifeq ($(HAVE_FT),n)
+   USE_FT = n
+ endif
+ 
+ ifneq ($(USE_FT),n)
+   USE_FT = y
+-  SGE_LIBS +=$(shell freetype-config --libs)
+-  FT_CFLAGS =$(shell freetype-config --cflags)
++  SGE_LIBS +=$(shell pkg-config --libs freetype2)
++  FT_CFLAGS =$(shell pkg-config --cflags freetype2)
+ endif
+ 
+ 

diff --git a/media-libs/sge/sge-030809.ebuild b/media-libs/sge/sge-030809.ebuild
index 6bff1d0d2ba..159379bb02f 100644
--- a/media-libs/sge/sge-030809.ebuild
+++ b/media-libs/sge/sge-030809.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils multilib toolchain-funcs
+EAPI=6
+inherit multilib toolchain-funcs
 
 MY_P="sge${PV}"
 DESCRIPTION="Graphics extensions library for SDL"
@@ -14,17 +14,24 @@ SLOT="0"
 KEYWORDS="amd64 ~ia64 ppc x86 ~x86-fbsd"
 IUSE="doc examples image truetype"
 
-DEPEND="media-libs/libsdl
+RDEPEND="media-libs/libsdl
image? ( media-libs/sdl-image )
truetype? ( >=media-libs/freetype-2 )"
 
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
 S="${WORKDIR}/${MY_P}"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-build.patch
+   "${FILESDIR}"/${P}-freetype.patch
+   "${FILESDIR}"/${P}-cmap.patch
+   "${FILESDIR}"/${P}-freetype_pkgconfig.patch
+)
+
 src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-build.patch \
-   "${FILESDIR}"/${P}-freetype.patch \
-   "${FILESDIR}"/${P}-cmap.patch
+   default
sed -i "s:\$(PREFIX)/lib:\$(PREFIX)/$(get_libdir):" Makefile || die
sed -i \
-e '/^CC=/d' \
@@ -43,10 +50,13 @@ src_compile() {
 }
 
 src_install() {
-   DOCS="README Todo WhatsNew" \
-   default
+   local DOCS=( README Todo WhatsNew )
+   default
 
-   use doc && dohtml docs/*
+   if use doc ; then
+   docinto html
+   dodoc docs/*
+   fi
 
if use examples ; then
insinto /usr/share/doc/${PF}



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

2018-07-07 Thread Sergei Trofimovich
commit: 5254e1f8f56e6dcaf361cf78fd31cc20e683a20b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  7 19:39:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  7 19:39:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5254e1f8

sys-kernel/gentoo-sources: stable 4.14.52 for ia64, bug #649198

Bug: https://bugs.gentoo.org/649198
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 sys-kernel/gentoo-sources/gentoo-sources-4.14.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.52.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.52.ebuild
index 84d4d300e52..7ef92029cf3 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.52.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.52.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2018-07-07 Thread Sergei Trofimovich
commit: bf35a67dbd8600cfa551e7f538f4f5e990e2cd78
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  7 19:28:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  7 19:28:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf35a67d

x11-libs/gtk+: stable 2.24.32 for ia64, bug #660314

Bug: https://bugs.gentoo.org/660314
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 x11-libs/gtk+/gtk+-2.24.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-2.24.32.ebuild 
b/x11-libs/gtk+/gtk+-2.24.32.ebuild
index c378616f951..59df9c9093a 100644
--- a/x11-libs/gtk+/gtk+-2.24.32.ebuild
+++ b/x11-libs/gtk+/gtk+-2.24.32.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
xinerama? ( !aqua )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768663#c1



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

2018-07-07 Thread Sergei Trofimovich
commit: 54de38257c98f770c374923332abb44073839229
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  7 19:27:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  7 19:28:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54de3825

dev-libs/gjs: stable 1.48.7 for ia64, bug #660314

Bug: https://bugs.gentoo.org/660314
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-libs/gjs/gjs-1.48.7.ebuild b/dev-libs/gjs/gjs-1.48.7.ebuild
index 419fb94e315..910ff1edc3e 100644
--- a/dev-libs/gjs/gjs-1.48.7.ebuild
+++ b/dev-libs/gjs/gjs-1.48.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk test"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.52.1



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

2018-07-07 Thread Ulrich Müller
commit: 5b916305da72c830f9ee97b7b63b3bde77b1175c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul  7 18:59:14 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul  7 19:21:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b916305

app-editors/emacs: Fix infinite bootstrap loop on alpha.

Closes: https://bugs.gentoo.org/660448
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-editors/emacs/Manifest |   1 +
 app-editors/emacs/emacs-26.1-r1.ebuild | 384 +
 2 files changed, 385 insertions(+)

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index 3930fa08353..ab5ba0a1174 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -8,4 +8,5 @@ DIST emacs-24.5-patches-4.tar.xz 13632 BLAKE2B 
99e70f4ee32c1ba3a66b934de692437aa
 DIST emacs-24.5.tar.xz 39759804 BLAKE2B 
aec253528038686822d1f8ed9a52dff276789ef7744053fc9b6176fceba4d4d8684fe979cf97e756b3feaf734d2377baef81f5efaa5450930a4e94d9f3bca355
 SHA512 
89dee4c3aadb6e505c523f84c65b5e40e5bf28a586cc8a4518a59581c22972f942bb6f3c772df0d5b2685c3e78247c545c6bb2576e981d1ef0f9298c18ad1677
 DIST emacs-25.3-patches-1.tar.xz 1252 BLAKE2B 
33c3c8e32b85f548201d4988d3aaf94e6440ab4727fced17aa26f00fd5665b755d3add254a764f579736bbfbc90716ff800e3ad5b8e7bd5d5c2370d31451e4b1
 SHA512 
09371a789a7c742b4e18f45a4c4e063a5392d0684899eb8be8c7415af9fe3c306083c62f18abc6a15c4fe76dd6ae3ac5c9b002c962971e59379cc187926a0c15
 DIST emacs-25.3.tar.xz 42854740 BLAKE2B 
4f4e2572bbef48b75c561497fc22046081e56099b6174725d79b15a5b16d5c886eaf8ff3f75cf561e989ebb092ab9e98ba7503e720a9db7560758b30d5116f23
 SHA512 
1cce656451b6ca8502ebb229e88bd3ef48b7f9444a10eeac4ea43bd5491b2efacd641dfa35227a33362c3866493d3449cf1df81606563eef44bba0ed668e457f
+DIST emacs-26.1-patches-1.tar.xz 1296 BLAKE2B 
5e3cef3130b35a362d67f853686625d207e9af29ffb27753b6aa00327e30cc06b3cd7ed339b214b12fb00137654521c21e2252ecd83a79258bb9636406ab032c
 SHA512 
6e4b0bdbf98d5130a6cd41fb0a8c3d641bf0b8d46f150d1f10f2d659e0418c14198d8990df13f3266437bb128f5fc7db8456458f5f547f2c12cc59da4fea3c8e
 DIST emacs-26.1.tar.xz 44258932 BLAKE2B 
5b5ea6a506228507af18417c3f94c2d6ea482c25d13ec5e0bee9ec6a65e80c52c870162b4671e80a82f8310784c802924609f2f87d504b1a97617c44d859566f
 SHA512 
537c2cfdd281151b360002419dde6280c313e07a937ed96405c67f754b3401ec5541091a3c0aa6690929bc33dd79e8e0d8844e7a6b014b7798c63cb15de210c2

diff --git a/app-editors/emacs/emacs-26.1-r1.ebuild 
b/app-editors/emacs/emacs-26.1-r1.ebuild
new file mode 100644
index 000..6b3b71a29f6
--- /dev/null
+++ b/app-editors/emacs/emacs-26.1-r1.ebuild
@@ -0,0 +1,384 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp-common flag-o-matic multilib readme.gentoo-r1
+
+DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
+HOMEPAGE="https://www.gnu.org/software/emacs/;
+SRC_URI="mirror://gnu/emacs/${P}.tar.xz
+   https://dev.gentoo.org/~ulm/emacs/${P}-patches-1.tar.xz;
+
+LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
+SLOT="26"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 
livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd 
+threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
+REQUIRED_USE="?? ( aqua X )"
+
+RDEPEND="sys-libs/ncurses:0=
+   >=app-eselect/eselect-emacs-1.16
+   >=app-emacs/emacs-common-gentoo-1.5[games?,X?]
+   acl? ( virtual/acl )
+   alsa? ( media-libs/alsa-lib )
+   dbus? ( sys-apps/dbus )
+   gpm? ( sys-libs/gpm )
+   !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
+   kerberos? ( virtual/krb5 )
+   lcms? ( media-libs/lcms:2 )
+   libxml2? ( >=dev-libs/libxml2-2.2.0 )
+   mailutils? ( net-mail/mailutils[clients] )
+   !mailutils? ( net-libs/liblockfile )
+   selinux? ( sys-libs/libselinux )
+   ssl? ( net-libs/gnutls:0= )
+   systemd? ( sys-apps/systemd )
+   zlib? ( sys-libs/zlib )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-misc/xbitmaps
+   gconf? ( >=gnome-base/gconf-2.26.2 )
+   gsettings? ( >=dev-libs/glib-2.28.6 )
+   gif? ( media-libs/giflib:0= )
+   jpeg? ( virtual/jpeg:0= )
+   png? ( >=media-libs/libpng-1.4:0= )
+   svg? ( >=gnome-base/librsvg-2.0 )
+   tiff? ( media-libs/tiff:0 )
+

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

2018-07-07 Thread Brian Dolbec
commit: dea4b4c84f77aa059cf903cd4d9a9bd1b6e9695c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul  7 19:01:15 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul  7 19:02:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea4b4c8

dev-python/twisted: Version and eapi bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/twisted/Manifest|   1 +
 ...ed-18.4.0-Disable-writing-of-plugin-cache.patch |  25 +++
 dev-python/twisted/twisted-18.4.0.ebuild   | 188 +
 3 files changed, 214 insertions(+)

diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest
index 2d7cf02be58..015a3c4b13e 100644
--- a/dev-python/twisted/Manifest
+++ b/dev-python/twisted/Manifest
@@ -1,4 +1,5 @@
 DIST Twisted-16.6.0.tar.bz2 2979747 BLAKE2B 
898e0a0fa3ae8547a801b09118423ec8ad80727dd6d034e3f8a151f084eff5a3fc560f2eb9e76c452a14ec90b36d93e14d3bbb388010c3c5c01fd1c4d5ca16bb
 SHA512 
0b8de0ec7f64457f76c396fced64b366b8e63c6e000a5edc6c6388cd917fb2f95711918cd8edda39e0aa77e2cd32b5d775d23630a5ad10fc013c18f8316300cf
 DIST Twisted-17.1.0.tar.bz2 2997334 BLAKE2B 
54bd9813fb265f3561be7bc42a3ca6fc36aa5f8553ff0f40fd4ba7939947015632ef91c011a088b511d9f3f262aa0a785467ad3e4fab00cc97cb85bdbd93a726
 SHA512 
e5eedc9a70b7e4d0ec18dddaa82aa9a784e96fd517db65c278d822d15e8bdc65a35307a5a0474eb68dcb73fcd5508086bec605580a9f2f767bcbe27d714b4966
 DIST Twisted-17.9.0.tar.bz2 3019243 BLAKE2B 
a79fade6c84a99303df803ad80f02c63562e7064d5b79db39c08bd0ac9a62d61f1388932b36348aa106aa409a51b2d49dc0eb5b1007ce10f196a34c2f963b8e5
 SHA512 
0fb854db1044bfdb208594a379a0f8df0193326a9974e193266e82113488d49220648d4a50b323fa144654e94976f5848e1d60efed13ab2668b02cc795720345
+DIST Twisted-18.4.0.tar.bz2 3037019 BLAKE2B 
6fc32f7591493ccc4fe03233307b566899b82cd035ba3329b3faaf950339a6653de697ba3873b37b22f9d7f8a66109694b80496917bf61e79c56eeb7e351ac87
 SHA512 
3733a6df0196ea580187da3576f5fd08f287437528a4e19813056d019cca213c61b62d879d80a12eef38661d3505ba33aac9a4fc956b19afa6da7d37a6465c83
 DIST twisted-regen-cache.gz 911 BLAKE2B 
ffd3fcda6c67ffe6fd3ef581c8d507548396b66ed0708e9a5c790095e579c0d5f0f71596acf05712989da2ddef2b8d437eca973bc4d80ef8a9fa852915f38305
 SHA512 
95a9b931c73017d16d1b5e6b41345dddffe62b6af1a8e93b5e40d06d3d15be17b0dd0181c767ffeeb791534d463764ef9e066fa6c2ee2ac4b53c86d1da8fce03

diff --git 
a/dev-python/twisted/files/twisted-18.4.0-Disable-writing-of-plugin-cache.patch 
b/dev-python/twisted/files/twisted-18.4.0-Disable-writing-of-plugin-cache.patch
new file mode 100644
index 000..318304e58df
--- /dev/null
+++ 
b/dev-python/twisted/files/twisted-18.4.0-Disable-writing-of-plugin-cache.patch
@@ -0,0 +1,25 @@
+From cac07e9ef273b065eeebbeeaa27155c8402a36e1 Mon Sep 17 00:00:00 2001
+From: Brian Dolbec 
+Date: Sat, 7 Jul 2018 11:37:23 -0700
+Subject: [PATCH] Disable writing of plugin cache
+
+---
+ src/twisted/plugin.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/twisted/plugin.py b/src/twisted/plugin.py
+index 82522ee..e5849d6 100644
+--- a/src/twisted/plugin.py
 b/src/twisted/plugin.py
+@@ -180,7 +180,7 @@ def getCache(module):
+ if pluginKey not in existingKeys:
+ del dropinDotCache[pluginKey]
+ needsWrite = True
+-if needsWrite:
++if needsWrite and 
os.environ.get("TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE") is None:
+ try:
+ dropinPath.setContent(pickle.dumps(dropinDotCache))
+ except OSError as e:
+--
+libgit2 0.26.4
+

diff --git a/dev-python/twisted/twisted-18.4.0.ebuild 
b/dev-python/twisted/twisted-18.4.0.ebuild
new file mode 100644
index 000..422d62baa9d
--- /dev/null
+++ b/dev-python/twisted/twisted-18.4.0.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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(+)"
+
+inherit distutils-r1
+
+TWISTED_PN="Twisted"
+TWISTED_P="${TWISTED_PN}-${PV}"
+TWISTED_RELEASE=$(ver_cut 1-2)
+
+DESCRIPTION="An asynchronous networking framework written in Python"
+HOMEPAGE="https://www.twistedmatrix.com/trac/;
+SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN};
+SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
+   https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz;
+
+# Dropped keywords due to new deps not keyworded
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="conch crypt http2 serial +soap test"
+
+# openssh-7.6_p1 test failures: bug https://twistedmatrix.com/trac/ticket/9311
+RDEPEND="
+   

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gdkpixbuf2/, dev-ruby/ruby-pango/, dev-ruby/ruby-glib2/, ...

2018-07-07 Thread Hans de Graaff
commit: dbe56bead7831c920dd384376d90fbee35cd79b9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  7 18:12:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  7 19:00:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe56bea

dev-ruby: remove partial ruby-gnome2 bump to 3.1.3

These ebuilds are not complete and unkeyworded. Newer versions are
already available upstream.

 dev-ruby/ruby-atk/ruby-atk-3.1.3.ebuild| 27 -
 .../ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.3.ebuild   | 35 --
 dev-ruby/ruby-glib2/ruby-glib2-3.1.3.ebuild| 28 -
 dev-ruby/ruby-gtk2/ruby-gtk2-3.1.3.ebuild  | 34 -
 dev-ruby/ruby-pango/ruby-pango-3.1.3.ebuild| 29 --
 5 files changed, 153 deletions(-)

diff --git a/dev-ruby/ruby-atk/ruby-atk-3.1.3.ebuild 
b/dev-ruby/ruby-atk/ruby-atk-3.1.3.ebuild
deleted file mode 100644
index a2df088dfb9..000
--- a/dev-ruby/ruby-atk/ruby-atk-3.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby Atk bindings"
-#KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND+=" dev-libs/atk"
-RDEPEND+=" dev-libs/atk"
-
-ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"
-
-all_ruby_prepare() {
-   # Avoid unneeded dependency on test-unit-notify.
-   sed -i -e '/notify/ s:^:#:' test/atk-test-utils.rb || die
-
-   # Avoid compilation of dependencies during test.
-   sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/run-test.rb || die
-}

diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.3.ebuild 
b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.3.ebuild
deleted file mode 100644
index 980f635e4dc..000
--- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_NAME="gdk_pixbuf2"
-
-inherit ruby-ng-gnome2
-
-RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME}
-
-DESCRIPTION="Ruby GdkPixbuf2 bindings"
-#KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" x11-libs/gtk+:2"
-
-ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"
-
-each_ruby_configure() {
-   :
-}
-
-each_ruby_compile() {
-   :
-}
-
-each_ruby_test() {
-   ${RUBY} test/run-test.rb || die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-}

diff --git a/dev-ruby/ruby-glib2/ruby-glib2-3.1.3.ebuild 
b/dev-ruby/ruby-glib2/ruby-glib2-3.1.3.ebuild
deleted file mode 100644
index f28c14664b6..000
--- a/dev-ruby/ruby-glib2/ruby-glib2-3.1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby Glib2 bindings"
-#KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-RDEPEND+=" >=dev-libs/glib-2"
-DEPEND+=" >=dev-libs/glib-2"
-
-ruby_add_bdepend "dev-ruby/pkg-config
-   test? ( >=dev-ruby/test-unit-2 )"
-
-all_ruby_prepare() {
-   # Skip spawn tests since our sandbox also provides items in the 
environment and this makes the test fragile.
-   rm -f test/test_spawn.rb || die
-
-   # Remove pregenerated Makefile since it will otherwise be shared by all 
targets.
-   rm -f Makefile Makefile.lib ext/glib2/Makefile || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/run-test.rb || die
-}

diff --git a/dev-ruby/ruby-gtk2/ruby-gtk2-3.1.3.ebuild 
b/dev-ruby/ruby-gtk2/ruby-gtk2-3.1.3.ebuild
deleted file mode 100644
index 811d0e88a53..000
--- a/dev-ruby/ruby-gtk2/ruby-gtk2-3.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-inherit virtualx ruby-ng-gnome2
-
-DESCRIPTION="Ruby Gtk2 bindings"
-#KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND+=" x11-libs/gtk+:2
-   x11-themes/hicolor-icon-theme"
-RDEPEND+=" x11-libs/gtk+:2"
-
-ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}
-   >=dev-ruby/ruby-pango-${PV}"
-ruby_add_rdepend ">=dev-ruby/ruby-gdkpixbuf2-${PV}
-   >=dev-ruby/ruby-atk-${PV}
-   >=dev-ruby/ruby-pango-${PV}"
-
-all_ruby_prepare() {
-   # Avoid compilation of dependencies during test.
-   sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
-
-   # Use standard icon
-   sed -i -e 's/"find"/"call-start"/' test/test_gtk_icon_theme.rb || die
-}
-
-each_ruby_test() {
-   VIRTUALX_COMMAND=${RUBY}
-   virtualmake test/run-test.rb || die
-}

diff --git a/dev-ruby/ruby-pango/ruby-pango-3.1.3.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gobject-introspection/, dev-ruby/ruby-poppler/, ...

2018-07-07 Thread Hans de Graaff
commit: fa3cb62dcbb7d0ef2a3d76c23edb85ed1cdaf340
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  7 18:59:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  7 19:00:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3cb62d

dev-ruby: fix manifest entries

 dev-ruby/ruby-atk/Manifest   | 2 --
 dev-ruby/ruby-cairo-gobject/Manifest | 1 -
 dev-ruby/ruby-clutter-gstreamer/Manifest | 1 -
 dev-ruby/ruby-clutter-gtk/Manifest   | 1 -
 dev-ruby/ruby-clutter/Manifest   | 1 -
 dev-ruby/ruby-gdk3/Manifest  | 1 -
 dev-ruby/ruby-gdkpixbuf2/Manifest| 2 --
 dev-ruby/ruby-gio2/Manifest  | 1 -
 dev-ruby/ruby-gobject-introspection/Manifest | 1 -
 dev-ruby/ruby-gstreamer/Manifest | 1 -
 dev-ruby/ruby-gtk2/Manifest  | 2 --
 dev-ruby/ruby-gtk3/Manifest  | 1 -
 dev-ruby/ruby-gtksourceview/Manifest | 1 -
 dev-ruby/ruby-gtksourceview3/Manifest| 1 -
 dev-ruby/ruby-pango/Manifest | 2 --
 dev-ruby/ruby-poppler/Manifest   | 1 -
 dev-ruby/ruby-rsvg/Manifest  | 1 -
 dev-ruby/ruby-vte/Manifest   | 1 -
 dev-ruby/ruby-vte3/Manifest  | 1 -
 dev-ruby/ruby-webkit2-gtk/Manifest   | 1 -
 20 files changed, 24 deletions(-)

diff --git a/dev-ruby/ruby-atk/Manifest b/dev-ruby/ruby-atk/Manifest
index de470f11d11..3e4b4adab6c 100644
--- a/dev-ruby/ruby-atk/Manifest
+++ b/dev-ruby/ruby-atk/Manifest
@@ -1,3 +1 @@
-DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 BLAKE2B 
c41acfae9b48056047a3cd1f1b4341ad9f3b19bd328f0f408cbf8e555466d1f9b6f726fb69cabe7126dd1f4b537286ab311ed62740fe4b069ebddea2c2e9d9a0
 SHA512 
e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
-DIST ruby-gnome2-all-3.1.3.tar.gz 2202172 BLAKE2B 
c5da99d3e8901d7307c676f0c17e95418ba50abcd9218785985899757126f12830ddda32ebd57ca0300b55da84ec3895c155644e382ec85ad4153fb2c9b44dbd
 SHA512 
e9f87ed8648742b601758be9c9395a57bed7c0b25602a09432e9da1158a79caac20e46c54d5b5941a4f41f562e202e6837c9ea5f6e19afb4289aa68ceb2e0a40

diff --git a/dev-ruby/ruby-cairo-gobject/Manifest 
b/dev-ruby/ruby-cairo-gobject/Manifest
index 842325a1b65..3e4b4adab6c 100644
--- a/dev-ruby/ruby-cairo-gobject/Manifest
+++ b/dev-ruby/ruby-cairo-gobject/Manifest
@@ -1,2 +1 @@
-DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 BLAKE2B 
c41acfae9b48056047a3cd1f1b4341ad9f3b19bd328f0f408cbf8e555466d1f9b6f726fb69cabe7126dd1f4b537286ab311ed62740fe4b069ebddea2c2e9d9a0
 SHA512 
e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9

diff --git a/dev-ruby/ruby-clutter-gstreamer/Manifest 
b/dev-ruby/ruby-clutter-gstreamer/Manifest
index 842325a1b65..3e4b4adab6c 100644
--- a/dev-ruby/ruby-clutter-gstreamer/Manifest
+++ b/dev-ruby/ruby-clutter-gstreamer/Manifest
@@ -1,2 +1 @@
-DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 BLAKE2B 
c41acfae9b48056047a3cd1f1b4341ad9f3b19bd328f0f408cbf8e555466d1f9b6f726fb69cabe7126dd1f4b537286ab311ed62740fe4b069ebddea2c2e9d9a0
 SHA512 
e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9

diff --git a/dev-ruby/ruby-clutter-gtk/Manifest 
b/dev-ruby/ruby-clutter-gtk/Manifest
index 842325a1b65..3e4b4adab6c 100644
--- a/dev-ruby/ruby-clutter-gtk/Manifest
+++ b/dev-ruby/ruby-clutter-gtk/Manifest
@@ -1,2 +1 @@
-DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 BLAKE2B 
c41acfae9b48056047a3cd1f1b4341ad9f3b19bd328f0f408cbf8e555466d1f9b6f726fb69cabe7126dd1f4b537286ab311ed62740fe4b069ebddea2c2e9d9a0
 SHA512 
e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 

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

2018-07-07 Thread Hans de Graaff
commit: c4a6f95bf1ea97e12260cda54b3a95aa14946f2c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  7 18:44:11 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  7 19:00:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a6f95b

dev-ruby/ruby-glib2: add 3.2.7

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-glib2/Manifest|  3 +--
 dev-ruby/ruby-glib2/ruby-glib2-3.2.7.ebuild | 31 +
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-glib2/Manifest b/dev-ruby/ruby-glib2/Manifest
index de470f11d11..dd0f1a94614 100644
--- a/dev-ruby/ruby-glib2/Manifest
+++ b/dev-ruby/ruby-glib2/Manifest
@@ -1,3 +1,2 @@
-DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 BLAKE2B 
c41acfae9b48056047a3cd1f1b4341ad9f3b19bd328f0f408cbf8e555466d1f9b6f726fb69cabe7126dd1f4b537286ab311ed62740fe4b069ebddea2c2e9d9a0
 SHA512 
e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
-DIST ruby-gnome2-all-3.1.3.tar.gz 2202172 BLAKE2B 
c5da99d3e8901d7307c676f0c17e95418ba50abcd9218785985899757126f12830ddda32ebd57ca0300b55da84ec3895c155644e382ec85ad4153fb2c9b44dbd
 SHA512 
e9f87ed8648742b601758be9c9395a57bed7c0b25602a09432e9da1158a79caac20e46c54d5b5941a4f41f562e202e6837c9ea5f6e19afb4289aa68ceb2e0a40
+DIST ruby-gnome2-all-3.2.7.tar.gz 2290033 BLAKE2B 
48abafe9c108f3a42b5da05edb6aa7ea6b508e313f65954481d3ce1f1c4497adfce52d83d491314f352fd057ac31fad63d2c1ec4b13fb0f6de1f6f9ab12d35c6
 SHA512 
94c273941918e49f140cd5dcc413421406e4b15ad244f6a4c29255030162aaae13dacb701c3df20a64ac6945b7cc4a5de0fa8bed21b4f119183641d298bc2030

diff --git a/dev-ruby/ruby-glib2/ruby-glib2-3.2.7.ebuild 
b/dev-ruby/ruby-glib2/ruby-glib2-3.2.7.ebuild
new file mode 100644
index 000..46580192736
--- /dev/null
+++ b/dev-ruby/ruby-glib2/ruby-glib2-3.2.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby23 ruby24 ruby25"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Glib2 bindings"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+RDEPEND+=" >=dev-libs/glib-2"
+DEPEND+=" >=dev-libs/glib-2"
+
+ruby_add_bdepend "dev-ruby/pkg-config
+   test? ( >=dev-ruby/test-unit-2 )"
+
+all_ruby_prepare() {
+   # Skip spawn tests since our sandbox also provides items in the 
environment and this makes the test fragile.
+   rm -f test/test-spawn.rb || die
+
+   # Remove pregenerated Makefile since it will otherwise be shared by all 
targets.
+   rm -f Makefile Makefile.lib ext/glib2/Makefile || die
+
+   # Avoid native installer
+   sed -i -e '/native-package-installer/ s:^:#:' lib/mkmf-gnome2.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die
+}



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

2018-07-07 Thread Michał Górny
commit: 1dc5dca1d944a0053026dab3b4075ee0c35cee97
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  7 18:50:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  7 18:55:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc5dca1

profiles/arch/arm64: Add package.use.mask entries to fix CI

 profiles/arch/arm64/package.use.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 88dbd0dff5f..7f72321bf40 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (07 Jul 2018)
+# Unkeyworded dependencies.
+dev-python/matplotlib doc
+net-libs/gnome-online-accounts gnome
+x11-libs/gksu gnome
+
 # Thomas Deutschmann  (04 Jul 2018)
 # dev-libs/xxhash not keyworded for arm64
 app-admin/rsyslog xxhash



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

2018-07-07 Thread Matt Turner
commit: d70efc915ca9c0a0bdad54b735a3418cc8cbb4e4
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul  7 18:54:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul  7 18:54:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70efc91

dev-libs/libclc: Drop old versions

 dev-libs/libclc/Manifest|  2 -
 dev-libs/libclc/libclc-0.2.0_pre20160921.ebuild | 49 
 dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild | 59 -
 3 files changed, 110 deletions(-)

diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest
index 6b8bc1b2d54..7c9a40fe0d1 100644
--- a/dev-libs/libclc/Manifest
+++ b/dev-libs/libclc/Manifest
@@ -1,5 +1,3 @@
-DIST libclc-0.2.0_pre20160921.tar.gz 127817 BLAKE2B 
831bdc4a82d50ec33eb3199ef707fd84951b2b07cc8f6b1f166834240eab533d5f69dbe1d5d6c47cecd9f3c51618b96ad868c724e758fce2ec9d5f0915989f38
 SHA512 
5aae6010f32935c0b8fa510fc27cfd0be2df3d58d73cb5fb280d6758aafe54bd63a0137e59053aa81dca01ad2c5a0591ee1d4a83e3ef9a590a009a1a19062373
-DIST libclc-0.2.0_pre20170118.tar.gz 130793 BLAKE2B 
5083e821c5a0e481d3b6b638ac93c8c936972dcdb78e20a86de5f6873f300d7065e8aba242b332d4a91d494bb3a9e67f1f60a566bfbef78891d7c438bebbf41c
 SHA512 
d94a58ebcafb7bbdbcded84574676537ae7b4ba86c7c2270cc1cd7aa3113104e018e53396b570e821c2fd473b6dd63677f59d990e36e15a7cdb43cdb96cd058c
 DIST libclc-0.2.0_pre20170929.tar.gz 138719 BLAKE2B 
05a3d47626a5e1918f32510b1254f846c88c642f60920377dda73568d34656fecd53872ebc01114b2cc8b2161b196c89efe119bfd785875f723fcee4c1ce3662
 SHA512 
08f3a21fb1dc103a3b33980c420506fd142294b2d8b4a3eeb100ea55036fb87b9740a2489a0a9a5793d71ebb157e6f3ad7854d1916fc1fa472de72374cdeaea3
 DIST libclc-0.2.0_pre20180319.tar.gz 161608 BLAKE2B 
b8e4f2d475c0425cbe5b41a5ba3b7b40d14c045f5c23d007e87cdfedc7a01a8317218e5f3b881e944256f04b9fb68a130bff2a137e51cb961b3d5bb7f2e2261d
 SHA512 
5a4130eeb416f90901b66708adc17c825baa757d00d983a12e217f36503e4ed5d208f3a49cc26d7f9b71134ee3d258748153bf52cf7769bcbc06ec0510087a36
 DIST libclc-0.2.0_pre20180610.tar.gz 170102 BLAKE2B 
3f8c33a9961db34e68cebc328a88a71173000972b5540d099fa79fe89fd186b7f2f8791a86b45b1be135383d26a92fd4ccdc2827b5620b5f86f0b48467fc092f
 SHA512 
0c75c3e7b81754c175c5c43614ad313cda2fa09a1865794c904675b8d2527f78ffa357178f7d4a471b52ac3d7d96b0184303439b69060df4bf482a01871fcb95

diff --git a/dev-libs/libclc/libclc-0.2.0_pre20160921.ebuild 
b/dev-libs/libclc/libclc-0.2.0_pre20160921.ebuild
deleted file mode 100644
index 6285d2447d2..000
--- a/dev-libs/libclc/libclc-0.2.0_pre20160921.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-EGIT_REPO_URI="http://llvm.org/git/${PN}.git
-   https://github.com/llvm-mirror/${PN}.git;
-EGIT_COMMIT="520743b0b72862a987ead6213dc1a5321a2010f9"
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-   EXPERIMENTAL="true"
-else
-   GIT_ECLASS="vcs-snapshot"
-fi
-
-inherit python-any-r1 ${GIT_ECLASS}
-
-DESCRIPTION="OpenCL C library"
-HOMEPAGE="http://libclc.llvm.org/;
-
-if [[ ${PV} = * ]]; then
-   SRC_URI="${SRC_PATCHES}"
-else
-   
SRC_URI="https://github.com/llvm-mirror/libclc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz
-   ${SRC_PATCHES}"
-fi
-
-LICENSE="|| ( MIT BSD )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=sys-devel/clang-3.9
-   >=sys-devel/llvm-3.9"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}"
-
-src_configure() {
-   ./configure.py \
-   --with-llvm-config="$(type -P llvm-config)" \
-   --prefix="${EPREFIX}/usr" || die
-}
-
-src_compile() {
-   emake VERBOSE=1
-}

diff --git a/dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild 
b/dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild
deleted file mode 100644
index 39ad522a7e7..000
--- a/dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-EGIT_REPO_URI="http://llvm.org/git/${PN}.git
-   https://github.com/llvm-mirror/${PN}.git;
-EGIT_COMMIT="2ec7d80d5e1c96fb85c694cc6ac0a78faf01a614"
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-   EXPERIMENTAL="true"
-else
-   GIT_ECLASS="vcs-snapshot"
-fi
-
-inherit llvm python-any-r1 toolchain-funcs ${GIT_ECLASS}
-
-DESCRIPTION="OpenCL C library"
-HOMEPAGE="http://libclc.llvm.org/;
-
-if [[ ${PV} = * ]]; then
-   SRC_URI="${SRC_PATCHES}"
-else
-   
SRC_URI="https://github.com/llvm-mirror/libclc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz
-   ${SRC_PATCHES}"
-fi
-
-LICENSE="|| ( MIT BSD )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=sys-devel/clang-4
-   >=sys-devel/llvm-4"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}"
-
-llvm_check_deps() {

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

2018-07-07 Thread Sergei Trofimovich
commit: e7d904a382110a59941aab8ca905616276df7ace
Author: Matija Skala  gmx  com>
AuthorDate: Fri Jul  6 17:43:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  7 18:19:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d904a3

sys-libs/glibc: don't check for linux version on non-linux systems

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

 sys-libs/glibc/glibc-.ebuild | 40 +---
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 8fe8178fbb4..a0c2c4f3d45 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -684,12 +684,6 @@ sanity_prechecks() {
 
# When we actually have to compile something...
if ! just_headers ; then
-   local run_kv build_kv want_kv
-
-   run_kv=$(g_get_running_KV)
-   build_kv=$(g_int_to_KV $(get_kheader_version))
-   want_kv=${MIN_KERN_VER}
-
ebegin "Checking gcc for __thread support"
if ! eend $(want__thread ; echo $?) ; then
echo
@@ -698,21 +692,29 @@ sanity_prechecks() {
die "No __thread support in gcc!"
fi
 
-   if ! is_crosscompile && ! tc-is-cross-compiler ; then
-   # Building fails on an non-supporting kernel
-   ebegin "Checking running kernel version (${run_kv} >= 
${want_kv})"
-   if ! eend_KV ${run_kv} ${want_kv} ; then
-   echo
-   eerror "You need a kernel of at least 
${want_kv}!"
-   die "Kernel version too low!"
+   if [[ ${CTARGET} == *-linux* ]] ; then
+   local run_kv build_kv want_kv
+
+   run_kv=$(g_get_running_KV)
+   build_kv=$(g_int_to_KV $(get_kheader_version))
+   want_kv=${MIN_KERN_VER}
+
+   if ! is_crosscompile && ! tc-is-cross-compiler ; then
+   # Building fails on an non-supporting kernel
+   ebegin "Checking running kernel version 
(${run_kv} >= ${want_kv})"
+   if ! eend_KV ${run_kv} ${want_kv} ; then
+   echo
+   eerror "You need a kernel of at least 
${want_kv}!"
+   die "Kernel version too low!"
+   fi
fi
-   fi
 
-   ebegin "Checking linux-headers version (${build_kv} >= 
${want_kv})"
-   if ! eend_KV ${build_kv} ${want_kv} ; then
-   echo
-   eerror "You need linux-headers of at least ${want_kv}!"
-   die "linux-headers version too low!"
+   ebegin "Checking linux-headers version (${build_kv} >= 
${want_kv})"
+   if ! eend_KV ${build_kv} ${want_kv} ; then
+   echo
+   eerror "You need linux-headers of at least 
${want_kv}!"
+   die "linux-headers version too low!"
+   fi
fi
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gnome2/, dev-ruby/ruby-gobject-introspection/, ...

2018-07-07 Thread Hans de Graaff
commit: 9ac2d285a2ede694a60c162a2500dac14b845e0e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  7 18:09:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  7 18:10:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac2d285

dev-ruby: cleanup of ruby-gnome 3.0.8 packages

 dev-ruby/ruby-atk/ruby-atk-3.0.8.ebuild| 27 
 .../ruby-cairo-gobject-3.0.8.ebuild| 33 ---
 .../ruby-clutter-gstreamer-3.0.8.ebuild| 47 -
 .../ruby-clutter-gtk/ruby-clutter-gtk-3.0.8.ebuild | 48 --
 dev-ruby/ruby-clutter/ruby-clutter-3.0.8.ebuild| 48 --
 dev-ruby/ruby-gdk3/ruby-gdk3-3.0.8.ebuild  | 46 -
 .../ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.0.8.ebuild   | 19 -
 dev-ruby/ruby-gio2/ruby-gio2-3.0.8.ebuild  | 30 --
 dev-ruby/ruby-glib2/ruby-glib2-3.0.8.ebuild| 28 -
 dev-ruby/ruby-gnome2/ruby-gnome2-3.0.8-r1.ebuild   | 36 
 .../ruby-gobject-introspection-3.0.8.ebuild| 33 ---
 .../ruby-gstreamer/ruby-gstreamer-3.0.8.ebuild | 34 ---
 dev-ruby/ruby-gtk2/ruby-gtk2-3.0.8.ebuild  | 31 --
 dev-ruby/ruby-gtk3/ruby-gtk3-3.0.8.ebuild  | 37 -
 .../ruby-gtksourceview-3.0.8.ebuild| 30 --
 .../ruby-gtksourceview3-3.0.8.ebuild   | 39 --
 dev-ruby/ruby-pango/ruby-pango-3.0.8.ebuild| 29 -
 dev-ruby/ruby-poppler/ruby-poppler-3.0.8.ebuild| 30 --
 dev-ruby/ruby-rsvg/ruby-rsvg-3.0.8.ebuild  | 33 ---
 dev-ruby/ruby-vte/ruby-vte-3.0.8.ebuild| 16 
 dev-ruby/ruby-vte3/ruby-vte3-3.0.8-r1.ebuild   | 41 --
 .../ruby-webkit2-gtk/ruby-webkit2-gtk-3.0.8.ebuild | 43 ---
 22 files changed, 758 deletions(-)

diff --git a/dev-ruby/ruby-atk/ruby-atk-3.0.8.ebuild 
b/dev-ruby/ruby-atk/ruby-atk-3.0.8.ebuild
deleted file mode 100644
index a04dc9e8dc1..000
--- a/dev-ruby/ruby-atk/ruby-atk-3.0.8.ebuild
+++ /dev/null
@@ -1,27 +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"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby Atk bindings"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-DEPEND+=" dev-libs/atk"
-RDEPEND+=" dev-libs/atk"
-
-ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"
-
-all_ruby_prepare() {
-   # Avoid unneeded dependency on test-unit-notify.
-   sed -i -e '/notify/ s:^:#:' test/atk-test-utils.rb || die
-
-   # Avoid compilation of dependencies during test.
-   sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/run-test.rb || die
-}

diff --git a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.0.8.ebuild 
b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.0.8.ebuild
deleted file mode 100644
index 692092c3b37..000
--- a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.0.8.ebuild
+++ /dev/null
@@ -1,33 +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"
-
-inherit ruby-ng-gnome2
-
-RUBY_S="ruby-gnome2-all-${PV}/cairo-gobject"
-
-DESCRIPTION="Ruby cairo-gobject bindings"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND+=" x11-libs/cairo"
-RDEPEND+=" x11-libs/cairo"
-
-ruby_add_rdepend "dev-ruby/rcairo
-   >=dev-ruby/ruby-glib2-${PV}"
-
-all_ruby_prepare() {
-   # Avoid unneeded dependency on test-unit-notify.
-   sed -i -e '/notify/ s:^:#:' \
-   
../gobject-introspection/test/gobject-introspection-test-utils.rb \
-   test/cairo-gobject-test-utils.rb || die
-
-   # Avoid compilation of dependencies during test.
-   sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/run-test.rb || die
-}

diff --git 
a/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-3.0.8.ebuild 
b/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-3.0.8.ebuild
deleted file mode 100644
index 58d15f91b2a..000
--- a/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-3.0.8.ebuild
+++ /dev/null
@@ -1,47 +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"
-
-inherit virtualx ruby-ng-gnome2
-
-DESCRIPTION="Ruby Clutter bindings"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-
-RUBY_S=ruby-gnome2-all-${PV}/clutter-gstreamer
-
-DEPEND+=" media-libs/clutter-gst"
-RDEPEND+=" media-libs/clutter-gst:*"
-
-ruby_add_rdepend ">=dev-ruby/ruby-clutter-${PV}
-   >=dev-ruby/ruby-gstreamer-${PV}"
-
-all_ruby_prepare() {
-   # Avoid unneeded dependency on test-unit-notify.
-   sed 

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

2018-07-07 Thread Sergei Trofimovich
commit: 827d162804c469bbb23f664ca4fbab41f82f15f3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  7 18:05:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  7 18:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827d1628

sys-libs/libcap: stable 2.25 for ia64, bug #660334

Bug: https://bugs.gentoo.org/660334
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-libs/libcap/libcap-2.25.ebuild 
b/sys-libs/libcap/libcap-2.25.ebuild
index 679ea2d2389..44f01eb31e8 100644
--- a/sys-libs/libcap/libcap-2.25.ebuild
+++ b/sys-libs/libcap/libcap-2.25.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/libs/security/linux-privs/libcap2/${P}.tar.xz"
 # it's available under either of the licenses
 LICENSE="|| ( GPL-2 BSD )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="pam static-libs"
 
 # While the build system optionally uses gperf, we don't DEPEND on it because



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

2018-07-07 Thread Patrick Lauer
commit: 0127244ce83b8b651456bfcc0401746714eb8761
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Jul  7 18:01:12 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Jul  7 18:02:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0127244c

dev-lang/erlang: Bump

Restore wxwidgets useflag to avoid pulling in
all of X, GTK and wx on servers where it can't
be used anyway. Strictly speaking this is not
completely correct, but it's the pragmatic fix.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lang/erlang/Manifest |   4 +
 dev-lang/erlang/erlang-20.3.8.ebuild | 226 +++
 dev-lang/erlang/erlang-21.0.2.ebuild | 225 ++
 3 files changed, 455 insertions(+)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index 5194740d5de..8ec018d1301 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -1,6 +1,10 @@
 DIST erlang-20.3.2.tar.gz 53492641 BLAKE2B 
2cdf78b6003801400d99949865a5b3e17d2209bf411bbe07dc12f749c84725710d12f85cb2559bc39ac04a7d6f7a9ae07b5f131a5524cf4ce3eb8559ca0259bc
 SHA512 
060874cd4f72c1ecea178dd102f4b37a644485a810127092ad04fee76b52729ce199ee476335a2a40370bc718b7e03eb76869c3a48d457773856fd9f6d30a20b
+DIST erlang-20.3.8.tar.gz 53499006 BLAKE2B 
0c38fb739a9c4f4b79533faea8c533f85c30d680081b5de96e70722a243d53b9317a26c7138a24a78cadd938777bd48a515484fffef2fdfd720819ab12bb8c0c
 SHA512 
2ada142b47fdd0d1807a179e7cd3067e001f94682011436d33e503219a8a93495a187f8192fa2ebcdac48409e489b7b310d538779447981e6ba033a6dde12e1c
+DIST erlang-21.0.2.tar.gz 52835517 BLAKE2B 
bf7e2e166236a7c0a3e3411889f163dce0d938c1a854a6c264c137b601587c4cd4d62d58d9a87cf925406272d6e3d6547e4403927adc8e901716289ee2164162
 SHA512 
ff736a6df92ac7feec7b9ebb1b6523d511a533d48e536f36aee20fa21b5a1dc33791065d45f6900bbbaa48b4ba80b57a306b416801456a5ac33468786dfb00b7
 DIST erlang_doc_html_20.3.tar.gz 33594990 BLAKE2B 
34db68a5c3ae56f097474cc0b776971853d96c57d3d2e058a5db8998aad9c8d498610979a46155e8e935022f363c944f407c10c650fd35174cf1f50697ddf1de
 SHA512 
4b280228fb9cbd9eb62db12ff9d6fad67d6855d0cdbc780839bbc95302ffd907c5b410e6f8519207db8850b753964571a9bf9df9eca53749f5b01d1b27dbc6d4
+DIST erlang_doc_html_21.0.tar.gz 32501093 BLAKE2B 
5c5bab831d4a86129cca41f8e82416d45a92e8ae29cd2223301633b46471783ee6bb8131d469cedcf0f655ea21879c475c61d0b9eefba9e12d78d0a803403a19
 SHA512 
8be300d9e502b7dcf8db4621d7c5c8981f47cbff851b30b33ef33871f737554eda73dacd179b64995fc45362c4dfd91e15ff659d2898f863465222176bfbff9f
 DIST erlang_doc_man_20.3.tar.gz 1339710 BLAKE2B 
00aba848940914b3d98f9500b8201b0679d7d63d066cee296c8fbb399f132340b989f3cdcdd6c45a46e432efdb7c40c39d8ab4f3dbd64570316d649efc9faed1
 SHA512 
22c398ce3b42c7ef8abec1db85745eeb4d8804bc679d40b6a786fdc40dc241e43b5551df5d1eccb3ca8d4a64b833bf6663e77044f4564bb49cf67c4b74c5ea25
+DIST erlang_doc_man_21.0.tar.gz 1311959 BLAKE2B 
70b049c6d7b83bf77f7588ccf0eb937d5fe511968d47e1325dd01b48e986ae82804ffc88b750f0f7e2fe0482c0506ad060a6a84892eea61264aa2b003dd9
 SHA512 
611ac0b7cb2c0bc0bb6cd194dffe4f9d2c95bf38da033aa8c43d386a9bedf6f7d6fa8a95d340dbb57da2698602599c8e0501cbbdd735d6e5d35110aa9087dc79
 DIST otp_doc_html_19.1.tar.gz 34624316 BLAKE2B 
e3a5edfe1645d58e4cbd6537c775190716eed7613610ddfa112692fdbace2077b1ccdf7df5987973d2ae4ef529e4ec45d44a240265157816e2a15dabe9232b83
 SHA512 
2c6448af0be4bf35427950aca82eac3aac7554575ba07a8ba8942c27e1eb668461fde00604c3be28fbaca8a1e28ee4861608e33a9c79bc951bb695f99b1c1ac8
 DIST otp_doc_html_19.3.tar.gz 35818689 BLAKE2B 
30118276fbd817b803ef20700fe2e71a8457645d00f8949b6d3175d92cb5c84d306e4de9899e2f5e0c562d8040dc22db35e1a0f2e314cf1a783794573b3ece59
 SHA512 
a70d2c470fa1dc0594b20af73ba36ccb7702b4192960e6fc0296738175215a43450f9bf558637f7f5e40757f7a15dcf4f1ae8a88515e211cd3c0fae45c5e1858
 DIST otp_doc_html_20.2.tar.gz 33570484 BLAKE2B 
c47244a601ae780e5304aedbafbc84d514cb21852760c51384b197d8d37602d51448b7123f6205da9afd2c5d2158f518a122dd4d550ca2ff22d3425eb31b6cf7
 SHA512 
b481930066737cf0ae2496aa9bc0c865da46bd3985fe5ebcf51eb9383539a57ec364e1eed9d3916ba0953d837d0d5d37cfc129a995d4e2a9656846e75cda9397

diff --git a/dev-lang/erlang/erlang-20.3.8.ebuild 
b/dev-lang/erlang/erlang-20.3.8.ebuild
new file mode 100644
index 000..ed20da173d4
--- /dev/null
+++ b/dev-lang/erlang/erlang-20.3.8.ebuild
@@ -0,0 +1,226 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+
+inherit autotools elisp-common java-pkg-opt-2 systemd versionator wxwidgets
+
+# NOTE: If you need symlinks for binaries please tell maintainers or
+# open up a bug to let it be created.
+
+UPSTREAM_V="$(get_version_component_range 1-2)"
+
+DESCRIPTION="Erlang programming language, runtime environment and libraries 
(OTP)"
+HOMEPAGE="http://www.erlang.org/;
+SRC_URI="https://github.com/erlang/otp/archive/OTP-${PV}.tar.gz -> ${P}.tar.gz
+   http://erlang.org/download/otp_doc_man_${UPSTREAM_V}.tar.gz 

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

2018-07-07 Thread Nick Sarnie
commit: 3cab0379873078057583b7135a178bf3467ba332
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jul  7 17:54:41 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jul  7 17:55:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cab0379

package.mask: Remove media-libs/vulkan-loader mask

The issue is fixed

Signed-off-by: Nick Sarnie  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6038bea18e9..c41ed04c210 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -98,11 +98,6 @@ app-i18n/ibus-qt
 app-i18n/qimhangul
 =app-i18n/tagainijisho-1.0*
 
-# Nick Sarnie  (24 Jun 2018)
-# Does not build if previous version is installed
-# Bug #658900
-=media-libs/vulkan-loader-1.1.77.0
-
 # Thomas Deutschmann  (23 Jun 2018)
 # Doesn't pass QA full boot test
 =sys-kernel/ck-sources-4.16.17



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

2018-07-07 Thread Nick Sarnie
commit: 9f3d37f64f6bd0476404d702a92b035bfd75cff5
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jul  7 17:24:25 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jul  7 17:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3d37f6

media-libs/vulkan-loader: Backport upstream patch

Also update dep in 

Fixes: https://bugs.gentoo.org/658900

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 ...1.77.0-loader-Rework-include-dependencies.patch | 54 ++
 .../vulkan-loader/vulkan-loader-1.1.77.0.ebuild|  4 +-
 media-libs/vulkan-loader/vulkan-loader-.ebuild |  2 +-
 3 files changed, 58 insertions(+), 2 deletions(-)

diff --git 
a/media-libs/vulkan-loader/files/vulkan-loader-1.1.77.0-loader-Rework-include-dependencies.patch
 
b/media-libs/vulkan-loader/files/vulkan-loader-1.1.77.0-loader-Rework-include-dependencies.patch
new file mode 100644
index 000..21fe853ce4e
--- /dev/null
+++ 
b/media-libs/vulkan-loader/files/vulkan-loader-1.1.77.0-loader-Rework-include-dependencies.patch
@@ -0,0 +1,54 @@
+From 700483f5d92de01c1c8f413f8a4172d96684e93e Mon Sep 17 00:00:00 2001
+From: Lenny Komow 
+Date: Mon, 25 Jun 2018 14:09:51 -0600
+Subject: [PATCH] loader: Rework include dependencies
+
+This change removes the assumption that vk_layer.h will include
+vk_layer_dispatch_table.h, since it will be removed from vk_layer.h
+in the near future.
+
+Change-Id: I3fed5efbc35781c96aa9d0977d046c8555e04a7c
+---
+ CMakeLists.txt | 2 --
+ loader/loader.h| 1 +
+ scripts/dispatch_table_helper_generator.py | 1 +
+ 3 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b942bd47c..64f498945 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -201,8 +201,6 @@ if(NOT WIN32)
+ endif()
+ endif()
+ 
+-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/vk_layer_dispatch_table.h" 
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/vulkan")
+-
+ # uninstall target
+ if(NOT TARGET uninstall)
+ 
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" 
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
+diff --git a/loader/loader.h b/loader/loader.h
+index 0af2abf27..c39c5385e 100644
+--- a/loader/loader.h
 b/loader/loader.h
+@@ -34,6 +34,7 @@
+ #include 
+ #include 
+ #include 
++#include "vk_layer_dispatch_table.h"
+ #include "vk_loader_extensions.h"
+ 
+ #if defined(__GNUC__) && __GNUC__ >= 4
+diff --git a/scripts/dispatch_table_helper_generator.py 
b/scripts/dispatch_table_helper_generator.py
+index fba25e55e..1e2412c0c 100644
+--- a/scripts/dispatch_table_helper_generator.py
 b/scripts/dispatch_table_helper_generator.py
+@@ -113,6 +113,7 @@ def beginFile(self, genOpts):
+ preamble += '#include \n'
+ preamble += '#include \n'
+ preamble += '#include \n'
++preamble += '#include "vk_layer_dispatch_table.h"\n'
+ 
+ write(copyright, file=self.outFile)
+ write(preamble, file=self.outFile)
+

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.1.77.0.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.1.77.0.ebuild
index 4f7ccd73988..28a5a556636 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.1.77.0.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.1.77.0.ebuild
@@ -26,13 +26,15 @@ IUSE="layers wayland X"
 
 PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
 DEPEND="${PYTHON_DEPS}
-   dev-util/vulkan-headers
+   >=dev-util/vulkan-headers-1.1.77.0-r1
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]
x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
)"
 
+PATCHES=( 
"${FILESDIR}"/vulkan-loader-1.1.77.0-loader-Rework-include-dependencies.patch )
+
 multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=True

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-.ebuild
index 4f7ccd73988..0331bbbe2b6 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-.ebuild
@@ -26,7 +26,7 @@ IUSE="layers wayland X"
 
 PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
 DEPEND="${PYTHON_DEPS}
-   dev-util/vulkan-headers
+   >=dev-util/vulkan-headers-1.1.77.0-r1
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-headers/, dev-util/vulkan-headers/files/

2018-07-07 Thread Nick Sarnie
commit: b94c25afec87bf003dc506f34a81697764320b8d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jul  7 17:22:28 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jul  7 17:22:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94c25af

dev-util/vulkan-headers: Revbump 1.1.77.0 for patch

Backport patch to fix upstream bug

Bug: https://bugs.gentoo.org/658900
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 ...aders-1.1.77.0-r1-Remove-loader-layer-dep.patch | 38 ++
 .../vulkan-headers-1.1.77.0-r1.ebuild  | 27 +++
 2 files changed, 65 insertions(+)

diff --git 
a/dev-util/vulkan-headers/files/vulkan-headers-1.1.77.0-r1-Remove-loader-layer-dep.patch
 
b/dev-util/vulkan-headers/files/vulkan-headers-1.1.77.0-r1-Remove-loader-layer-dep.patch
new file mode 100644
index 000..9cf443a2244
--- /dev/null
+++ 
b/dev-util/vulkan-headers/files/vulkan-headers-1.1.77.0-r1-Remove-loader-layer-dep.patch
@@ -0,0 +1,38 @@
+From 396f82798a4d19b57fc9933490dc1bd7624c9bbb Mon Sep 17 00:00:00 2001
+From: Lenny Komow 
+Date: Mon, 25 Jun 2018 13:59:47 -0600
+Subject: [PATCH] headers: Remove loader/layer dependency
+
+The header vk_layer.h included vk_layer_dispatch_table.h, which is not
+present in this repo. Instead, it had to be generated from either the
+Vulkan-Loader or Vulkan-ValidationLayers repo. This change removes
+that dependency.
+---
+ include/vulkan/vk_layer.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h
+index e8300c3..823c88a 100644
+--- a/include/vulkan/vk_layer.h
 b/include/vulkan/vk_layer.h
+@@ -35,9 +35,6 @@
+ #define VK_LAYER_EXPORT
+ #endif
+ 
+-// Definition for VkLayerDispatchTable and VkLayerInstanceDispatchTable now 
appear in externally generated header
+-#include "vk_layer_dispatch_table.h"
+-
+ #define MAX_NUM_UNKNOWN_EXTS 250
+ 
+  // Loader-Layer version negotiation API.  Versions add the following 
features:
+@@ -50,6 +47,9 @@
+ 
+ #define VK_CURRENT_CHAIN_VERSION 1
+ 
++// Typedef for use in the interfaces below
++typedef PFN_vkVoidFunction (VKAPI_PTR 
*PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
++
+ // Version negotiation values
+ typedef enum VkNegotiateLayerStructType {
+ LAYER_NEGOTIATE_UNINTIALIZED = 0,
+

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.1.77.0-r1.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.1.77.0-r1.ebuild
new file mode 100644
index 000..b41d734e0bb
--- /dev/null
+++ b/dev-util/vulkan-headers/vulkan-headers-1.1.77.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Headers.git;
+   inherit git-r3
+else
+   EGIT_COMMIT="b1577d5fbd5424c863710aa156aaafa77cae3de8"
+   KEYWORDS="~amd64"
+   
SRC_URI="https://github.com/KhronosGroup/Vulkan-Headers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/Vulkan-Headers-${EGIT_COMMIT}"
+fi
+
+DESCRIPTION="Vulkan Header files and API registry"
+HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+# Old packaging will cause file collisions
+RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
+
+PATCHES=( "${FILESDIR}/${PN}"-1.1.77.0-r1-Remove-loader-layer-dep.patch )



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

2018-07-07 Thread Nick Sarnie
commit: a56846aa6198c91ec9bd380d18e4da93646120df
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jul  7 17:50:47 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jul  7 17:52:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56846aa

media-libs/vulkan-layers: Backport patch to fix build on 1.1.77.0

Same issue as media-libs/vulkan-loader-1.1.77.0

Bug: https://bugs.gentoo.org/658900
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 ...1.77.0-layers-Rework-include-dependencies.patch | 68 ++
 .../vulkan-layers/vulkan-layers-1.1.77.0.ebuild|  3 +-
 media-libs/vulkan-layers/vulkan-layers-.ebuild |  2 +-
 3 files changed, 71 insertions(+), 2 deletions(-)

diff --git 
a/media-libs/vulkan-layers/files/vulkan-layers-1.1.77.0-layers-Rework-include-dependencies.patch
 
b/media-libs/vulkan-layers/files/vulkan-layers-1.1.77.0-layers-Rework-include-dependencies.patch
new file mode 100644
index 000..d0b48a749c2
--- /dev/null
+++ 
b/media-libs/vulkan-layers/files/vulkan-layers-1.1.77.0-layers-Rework-include-dependencies.patch
@@ -0,0 +1,68 @@
+From 4c0da77c705464a259b38944fb53cf747e4c0554 Mon Sep 17 00:00:00 2001
+From: Lenny Komow 
+Date: Tue, 3 Jul 2018 10:17:21 -0600
+Subject: [PATCH] layers: Rework include dependencies
+
+This change removes the assumption that vk_layer.h will include
+vk_layer_dispatch_table.h, since it will be removed from vk_layer.h
+in the near future.
+
+Backported-by: Nick Sarnie 
+
+Change-Id: I082ccc52c3cb8257bf57342404d52dd737009b4b
+---
+ layers/parameter_validation_utils.cpp  | 1 +
+ layers/vk_layer_logging.h  | 1 +
+ layers/vk_layer_table.h| 1 +
+ scripts/dispatch_table_helper_generator.py | 1 +
+ 4 files changed, 4 insertions(+)
+
+diff --git a/layers/parameter_validation_utils.cpp 
b/layers/parameter_validation_utils.cpp
+index 17f95bb8..c65a4970 100644
+--- a/layers/parameter_validation_utils.cpp
 b/layers/parameter_validation_utils.cpp
+@@ -46,6 +46,7 @@
+ #include "vk_layer_logging.h"
+ #include "vk_layer_extension_utils.h"
+ #include "vk_layer_utils.h"
++#include "vk_layer_dispatch_table.h"
+ 
+ #include "parameter_name.h"
+ #include "parameter_validation.h"
+diff --git a/layers/vk_layer_logging.h b/layers/vk_layer_logging.h
+index f111cc5d..f67a3f55 100644
+--- a/layers/vk_layer_logging.h
 b/layers/vk_layer_logging.h
+@@ -31,6 +31,7 @@
+ #include "vulkan/vk_layer.h"
+ #include "vk_object_types.h"
+ #include "vk_validation_error_messages.h"
++#include "vk_layer_dispatch_table.h"
+ #include 
+ #include 
+ #include 
+diff --git a/layers/vk_layer_table.h b/layers/vk_layer_table.h
+index 45b8f6e1..23990a12 100644
+--- a/layers/vk_layer_table.h
 b/layers/vk_layer_table.h
+@@ -19,6 +19,7 @@
+ 
+ #pragma once
+ 
++#include "vk_layer_dispatch_table.h"
+ #include "vulkan/vk_layer.h"
+ #include "vulkan/vulkan.h"
+ #include 
+diff --git a/scripts/dispatch_table_helper_generator.py 
b/scripts/dispatch_table_helper_generator.py
+index fba25e55..1e2412c0 100644
+--- a/scripts/dispatch_table_helper_generator.py
 b/scripts/dispatch_table_helper_generator.py
+@@ -113,6 +113,7 @@ class DispatchTableHelperOutputGenerator(OutputGenerator):
+ preamble += '#include \n'
+ preamble += '#include \n'
+ preamble += '#include \n'
++preamble += '#include "vk_layer_dispatch_table.h"\n'
+ 
+ write(copyright, file=self.outFile)
+ write(preamble, file=self.outFile)
+-- 

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.1.77.0.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.1.77.0.ebuild
index 436c46fc525..cbe189ea63c 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.1.77.0.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.1.77.0.ebuild
@@ -29,7 +29,7 @@ RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]
>=dev-util/spirv-tools-2018.2-r1:=[${MULTILIB_USEDEP}]
-   dev-util/vulkan-headers
+   >=dev-util/vulkan-headers-1.1.77.0-r1
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
   x11-libs/libX11:=[${MULTILIB_USEDEP}]
@@ -38,6 +38,7 @@ DEPEND="${PYTHON_DEPS}
 
 PATCHES=(
"${FILESDIR}/${PN}-Use-a-file-to-get-the-spirv-tools-commit-ID.patch"
+   "${FILESDIR}/${PN}-1.1.77.0-layers-Rework-include-dependencies.patch"
 )
 
 multilib_src_configure() {

diff --git a/media-libs/vulkan-layers/vulkan-layers-.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-.ebuild
index 436c46fc525..b2e238baddb 100644
--- a/media-libs/vulkan-layers/vulkan-layers-.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-.ebuild
@@ -29,7 +29,7 @@ RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"
 DEPEND="${PYTHON_DEPS}
dev-util/glslang:=[${MULTILIB_USEDEP}]

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

2018-07-07 Thread Mike Gilbert
commit: 1849502f0f185ce26ca2dafbb431b359abad1cb3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jul  7 16:59:01 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul  7 16:59:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1849502f

dev-util/pkgconf: bump to 1.5.1

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 dev-util/pkgconf/Manifest  | 1 +
 dev-util/pkgconf/{pkgconf-.ebuild => pkgconf-1.5.1.ebuild} | 5 +
 dev-util/pkgconf/pkgconf-.ebuild   | 5 +
 3 files changed, 11 insertions(+)

diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest
index 3aee28f3f18..f51ab9afa17 100644
--- a/dev-util/pkgconf/Manifest
+++ b/dev-util/pkgconf/Manifest
@@ -2,3 +2,4 @@ DIST pkgconf-1.3.10.tar.xz 272704 BLAKE2B 
7d39a17ba100818eecb64acc46d7000a5d7ecb
 DIST pkgconf-1.3.7.tar.xz 271840 BLAKE2B 
f4bb44e92ef2903a5962c85e0d4a939adf035c5e92fbd1d8a50d4022507d1f442e459849b537cc2b648c7a1bb5eac33aabf8a46d8b0df8794514596adee9888d
 SHA512 
6c06afc4fe64c94a833db98d4dc7881192d38cc28eb1fb86345f4ce065489930ac953aa9f6b2df172127244cb1cbab1c85a042aa0f6be4fa18bf9dcd83173960
 DIST pkgconf-1.3.90.tar.xz 285036 BLAKE2B 
e56e3ea3a6552ff190f239bf4d8d7e3d63c0ecc6a771d0a7c33aeacf6da61190abfed1ac2268d28d64efc298bc4b2b3f032eeaf8b2be628bef1d12de4b1aec36
 SHA512 
8efca947546969fea63e97f23eb1b5af49a1f2378eec66ff4f403fa218bcb3d5fed62a32fd6be70d9ebf39c8024bb9714cd0c2a52e6960c98021cabefc274530
 DIST pkgconf-1.4.2.tar.xz 285548 BLAKE2B 
ad48bac309e90f2c2958ee19ebbf95ec90c55ebd98a44486f47cc403b8c193131377433a23f16adb64bf97832ff5a0c20e0a3d01da5c6adb2b70483dcf23b9cf
 SHA512 
d9d3bfc7ddc3ceda65f7ad11b1a3c8a48aee0b5ac135aeb54b41091ca1ef0d9a5cda4a5c1ba2470ec12ce870a361eeddd802243eda3c2e2c0f2be3e7fe0ca236
+DIST pkgconf-1.5.1.tar.xz 289616 BLAKE2B 
32cd7b3440635cacbc197ac6163c2d0c0a57281d060e27ba097f7845636e41160c25092f42e3d3dacacc0d9f01f6d3468ffaa2a18a82f98ce5fdc8e9f7267137
 SHA512 
a2e7a675fed6600fd38d90a98fa8295e1b79b4dd018f544ca777caf8cf6687029d0925ef33a08dd7815d5d3cad835bb9b70ab3161b6e083965fa60652661955a

diff --git a/dev-util/pkgconf/pkgconf-.ebuild 
b/dev-util/pkgconf/pkgconf-1.5.1.ebuild
similarity index 94%
copy from dev-util/pkgconf/pkgconf-.ebuild
copy to dev-util/pkgconf/pkgconf-1.5.1.ebuild
index e2b768e8e57..1ae23ee0c0d 100644
--- a/dev-util/pkgconf/pkgconf-.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.5.1.ebuild
@@ -56,6 +56,11 @@ multilib_src_configure() {
ECONF_SOURCE=${S} econf
 }
 
+multilib_src_test() {
+   unset PKG_CONFIG_LIBDIR PKG_CONFIG_PATH
+   default
+}
+
 multilib_src_install() {
default
 

diff --git a/dev-util/pkgconf/pkgconf-.ebuild 
b/dev-util/pkgconf/pkgconf-.ebuild
index e2b768e8e57..1ae23ee0c0d 100644
--- a/dev-util/pkgconf/pkgconf-.ebuild
+++ b/dev-util/pkgconf/pkgconf-.ebuild
@@ -56,6 +56,11 @@ multilib_src_configure() {
ECONF_SOURCE=${S} econf
 }
 
+multilib_src_test() {
+   unset PKG_CONFIG_LIBDIR PKG_CONFIG_PATH
+   default
+}
+
 multilib_src_install() {
default
 



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

2018-07-07 Thread Mike Gilbert
commit: 6cf4e0ed8928c01552e84a22a439e0edf5e0093f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jul  7 16:30:52 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul  7 16:30:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf4e0ed

dev-lang/python: remove threads USE flag

Threads are always enabled in Python 3.7.

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 dev-lang/python/python-3.7.0.ebuild | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-lang/python/python-3.7.0.ebuild 
b/dev-lang/python/python-3.7.0.ebuild
index d1ab60b3112..e3cebf3af95 100644
--- a/dev-lang/python/python-3.7.0.ebuild
+++ b/dev-lang/python/python-3.7.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 LICENSE="PSF-2"
 SLOT="3.7/3.7m"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test +threads tk wininst +xml"
+IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -139,12 +139,6 @@ src_configure() {
)
 
OPT="" econf "${myeconfargs[@]}"
-
-   if use threads && grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" 
pyconfig.h; then
-   eerror "configure has detected that the sem_open function is 
broken."
-   eerror "Please ensure that /dev/shm is mounted as a tmpfs with 
mode 1777."
-   die "Broken sem_open function (bug 496328)"
-   fi
 }
 
 src_compile() {
@@ -238,7 +232,6 @@ src_install() {
use sqlite || rm -r "${libdir}/"{sqlite3,test/test_sqlite*} || die
use tk || rm -r "${ED%/}/usr/bin/idle${PYVER}" 
"${libdir}/"{idlelib,tkinter,test/test_tk*} || die
 
-   use threads || rm -r "${libdir}/multiprocessing" || die
use wininst || rm "${libdir}/distutils/command/"wininst-*.exe || die
 
dodoc "${S}"/Misc/{ACKS,HISTORY,NEWS}



[gentoo-commits] proj/kde:master commit in: Documentation/env/kde-base/

2018-07-07 Thread Andreas Sturmlechner
commit: 65040097f833226108a20c9c3bf1a34c36bab588
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  7 15:35:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 15:35:33 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=65040097

Documentation: Drop obsolete kde-base/ entries from env

None of those exist at this point.

 Documentation/env/kde-base/kdelibs  | 1 -
 Documentation/env/kde-base/libkworkspace| 1 -
 Documentation/env/kde-base/libplasmaclock   | 1 -
 Documentation/env/kde-base/libtaskmanager   | 1 -
 Documentation/env/kde-base/plasma-apps  | 1 -
 Documentation/env/kde-base/plasma-workspace | 1 -
 6 files changed, 6 deletions(-)

diff --git a/Documentation/env/kde-base/kdelibs 
b/Documentation/env/kde-base/kdelibs
deleted file mode 12
index ebe09fe653..00
--- a/Documentation/env/kde-base/kdelibs
+++ /dev/null
@@ -1 +0,0 @@
-../debug-build
\ No newline at end of file

diff --git a/Documentation/env/kde-base/libkworkspace 
b/Documentation/env/kde-base/libkworkspace
deleted file mode 12
index ebe09fe653..00
--- a/Documentation/env/kde-base/libkworkspace
+++ /dev/null
@@ -1 +0,0 @@
-../debug-build
\ No newline at end of file

diff --git a/Documentation/env/kde-base/libplasmaclock 
b/Documentation/env/kde-base/libplasmaclock
deleted file mode 12
index ebe09fe653..00
--- a/Documentation/env/kde-base/libplasmaclock
+++ /dev/null
@@ -1 +0,0 @@
-../debug-build
\ No newline at end of file

diff --git a/Documentation/env/kde-base/libtaskmanager 
b/Documentation/env/kde-base/libtaskmanager
deleted file mode 12
index ebe09fe653..00
--- a/Documentation/env/kde-base/libtaskmanager
+++ /dev/null
@@ -1 +0,0 @@
-../debug-build
\ No newline at end of file

diff --git a/Documentation/env/kde-base/plasma-apps 
b/Documentation/env/kde-base/plasma-apps
deleted file mode 12
index ebe09fe653..00
--- a/Documentation/env/kde-base/plasma-apps
+++ /dev/null
@@ -1 +0,0 @@
-../debug-build
\ No newline at end of file

diff --git a/Documentation/env/kde-base/plasma-workspace 
b/Documentation/env/kde-base/plasma-workspace
deleted file mode 12
index ebe09fe653..00
--- a/Documentation/env/kde-base/plasma-workspace
+++ /dev/null
@@ -1 +0,0 @@
-../debug-build
\ No newline at end of file



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2018-07-07 Thread Brian Dolbec
commit: c311c0ad71c73b0af69c6a0e130d92b824d98322
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul  7 15:08:28 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul  7 15:08:28 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=c311c0ad

gkeys/lock.py: Fix missed import namespace edit

Signed-off-by: Brian Dolbec  gentoo.org>

 gkeys/gkeys/lock.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys/gkeys/lock.py b/gkeys/gkeys/lock.py
index 5614335..3e37103 100644
--- a/gkeys/gkeys/lock.py
+++ b/gkeys/gkeys/lock.py
@@ -3,7 +3,7 @@ import os
 
 from snakeoil import fileutils
 from snakeoil import osutils
-from catalyst.fileops import ensure_dirs
+from gkeys.fileops import ensure_dirs
 
 
 LockInUse = osutils.LockException



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2018-07-07 Thread Brian Dolbec
commit: dd966401553f4632f60cb673327b9446fb326654
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul  7 14:47:46 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul  7 14:47:46 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=dd966401

gkeys/base.py: Fix args.email test for gkeys-ldap

gkeys-ldap does not use the email arg.
Prevents:

  File "/var/lib/gkeys/gentoo-keys/gkeys/gkeys/base.py", line 330, in setup
if args.email:
AttributeError: 'Namespace' object has no attribute 'email'

Signed-off-by: Brian Dolbec  gentoo.org>

 gkeys/gkeys/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index 8aff933..48c8a4d 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -327,7 +327,7 @@ class CliBase(object):
 if args.config:
 self.config.defaults['config'] = args.config
 self.config.defaults['configdir'] = os.path.dirname(args.config)
-if args.email:
+if getattr(args, 'email', False):
 configs = [self.config.defaults['config'], 
os.path.abspath(os.path.join(self.config.defaults['configdir'], "email.conf"))]
 self.config.read_config(configs)
 else:



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

2018-07-07 Thread Andreas Sturmlechner
commit: 948531a60e16bf6e1e8ecfdf31ab2bb1ce3bf8e7
Author: Joonas Niilola  gmail  com>
AuthorDate: Sat Jul  7 06:10:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 14:50:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948531a6

x11-wm/enlightenment: 0.21.11 depends on >=dev-libs/efl-1.20

Closes: https://bugs.gentoo.org/660412
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/9060

 .../enlightenment/enlightenment-0.21.11-r1.ebuild  | 139 +
 1 file changed, 139 insertions(+)

diff --git a/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild 
b/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild
new file mode 100644
index 000..6924bb9aa53
--- /dev/null
+++ b/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit xdg-utils
+
+DESCRIPTION="Enlightenment window manager"
+HOMEPAGE="https://www.enlightenment.org/;
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0.17/${PV%%_*}"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+
+E_CONF_MODS=(
+   applications bindings dialogs display
+   interaction intl menus paths
+   performance randr shelves theme
+   window-manipulation window-remembers
+)
+
+E_NORM_MODS=(
+   appmenu backlight battery bluez4
+   clock conf cpufreq everything
+   fileman fileman-opinfo gadman geolocation
+   ibar ibox lokker mixer
+   msgbus music-control notification packagekit
+   pager pager-plain quickaccess shot
+   start syscon systray tasks
+   teamwork temperature tiling time
+   winlist wireless wizard wl-desktop-shell
+   wl-drm wl-text-input wl-weekeyboard wl-wl
+   wl-x11 xkbswitch xwayland
+)
+
+IUSE_E_MODULES=(
+   ${E_CONF_MODS[@]/#/enlightenment_modules_conf-}
+   ${E_NORM_MODS[@]/#/enlightenment_modules_}
+)
+
+IUSE="acpi connman doc egl nls pam static-libs systemd udisks wayland 
${IUSE_E_MODULES[@]/#/+}"
+
+RDEPEND="
+   >=dev-libs/efl-1.20.0[eet,X]
+   virtual/udev
+   x11-libs/libXext
+   x11-libs/libxcb
+   x11-libs/xcb-util-keysyms
+   x11-misc/xkeyboard-config
+   acpi? ( sys-power/acpid )
+   connman? ( net-misc/connman )
+   egl? ( >=dev-libs/efl-1.20.0[egl,wayland] )
+   pam? ( sys-libs/pam )
+   systemd? ( sys-apps/systemd )
+   udisks? ( sys-fs/udisks:2 )
+   wayland? (
+   >=dev-libs/efl-1.20.0[drm,wayland]
+   >=dev-libs/wayland-1.11.0
+   x11-libs/libxkbcommon
+   x11-libs/pixman
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   sys-devel/automake:1.15
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+src_prepare() {
+   default
+
+   eapply "${FILESDIR}"/"${P}"-quickstart.diff
+
+   xdg_environment_reset
+
+   sed -i 's/Categories=Audio/Categories=AudioVideo/g' 
src/modules/mixer/emixer.desktop || die
+}
+
+src_configure() {
+   local myconf=(
+   --disable-install-sysactions
+   --disable-policy-mobile
+   --enable-device-udev
+   $(use_enable connman)
+   $(use_enable egl wayland-egl)
+   $(use_enable nls)
+   $(use_enable pam)
+   $(use_enable static-libs static)
+   $(use_enable systemd)
+   $(use_enable udisks mount-udisks)
+   $(use_enable wayland)
+   )
+
+   local u c
+   for u in ${IUSE_E_MODULES[@]} ; do
+   c=${u#enlightenment_modules_}
+
+   case ${c} in
+   wl-*|xwayland)
+   if ! use wayland ; then
+   myconf+=( --disable-${c} )
+   continue
+   fi
+
+   ;;
+   esac
+
+   myconf+=( $(use_enable ${u} ${c}) )
+
+   done
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   insinto /etc/enlightenment
+   newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
+
+   if use doc ; then
+   local HTML_DOCS=( doc/. )
+   fi
+
+   einstalldocs
+   V=1 emake install DESTDIR="${D}" || die
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2018-07-07 Thread Andreas Sturmlechner
commit: cf9c2e0c6fc0a18ef86639c82ba160878871e282
Author: Joonas Niilola  gmail  com>
AuthorDate: Sat Jul  7 06:11:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 14:50:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9c2e0c

x11-wm/enlightenment: clean old

Package-Manager: Portage[mgorny]-2.3.36.1

 x11-wm/enlightenment/enlightenment-0.21.11.ebuild | 141 --
 1 file changed, 141 deletions(-)

diff --git a/x11-wm/enlightenment/enlightenment-0.21.11.ebuild 
b/x11-wm/enlightenment/enlightenment-0.21.11.ebuild
deleted file mode 100644
index e9327acd31a..000
--- a/x11-wm/enlightenment/enlightenment-0.21.11.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils
-
-DESCRIPTION="Enlightenment window manager"
-HOMEPAGE="https://www.enlightenment.org/;
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0.17/${PV%%_*}"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-
-E_CONF_MODS=(
-   applications bindings dialogs display
-   interaction intl menus paths
-   performance randr shelves theme
-   window-manipulation window-remembers
-)
-
-E_NORM_MODS=(
-   appmenu backlight battery bluez4
-   clock conf cpufreq everything
-   fileman fileman-opinfo gadman geolocation
-   ibar ibox lokker mixer
-   msgbus music-control notification packagekit
-   pager pager-plain quickaccess shot
-   start syscon systray tasks
-   teamwork temperature tiling time
-   winlist wireless wizard wl-desktop-shell
-   wl-drm wl-text-input wl-weekeyboard wl-wl
-   wl-x11 xkbswitch xwayland
-)
-
-IUSE_E_MODULES=(
-   ${E_CONF_MODS[@]/#/enlightenment_modules_conf-}
-   ${E_NORM_MODS[@]/#/enlightenment_modules_}
-)
-
-IUSE="acpi connman doc egl nls pam static-libs systemd udisks wayland 
${IUSE_E_MODULES[@]/#/+}"
-
-RDEPEND="
-   >=dev-libs/efl-1.18.0[eet,X]
-   virtual/udev
-   x11-libs/libXext
-   x11-libs/libxcb
-   x11-libs/xcb-util-keysyms
-   x11-misc/xkeyboard-config
-   acpi? ( sys-power/acpid )
-   connman? ( net-misc/connman )
-   egl? ( >=dev-libs/efl-1.18.0[egl,wayland] )
-   pam? ( sys-libs/pam )
-   systemd? ( sys-apps/systemd )
-   udisks? ( sys-fs/udisks:2 )
-   wayland? (
-   >=dev-libs/efl-1.18.0[drm,wayland]
-   >=dev-libs/wayland-1.11.0
-   x11-libs/libxkbcommon
-   x11-libs/pixman
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   sys-devel/automake:1.15
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
-   default
-
-   eapply "${FILESDIR}"/"${P}"-quickstart.diff
-
-   xdg_environment_reset
-
-   sed -i 's/Categories=Audio/Categories=AudioVideo/g' 
src/modules/mixer/emixer.desktop || die
-}
-
-src_configure() {
-   local myconf=(
-   --disable-install-sysactions
-   --disable-policy-mobile
-   --enable-device-udev
-   $(use_enable connman)
-   $(use_enable egl wayland-egl)
-   $(use_enable nls)
-   $(use_enable pam)
-   $(use_enable static-libs static)
-   $(use_enable systemd)
-   $(use_enable udisks mount-udisks)
-   $(use_enable wayland)
-   )
-
-   local u c
-   for u in ${IUSE_E_MODULES[@]} ; do
-   c=${u#enlightenment_modules_}
-
-   case ${c} in
-   wl-*|xwayland)
-   if ! use wayland ; then
-   myconf+=( --disable-${c} )
-   continue
-   fi
-
-   ;;
-   esac
-
-   myconf+=( $(use_enable ${u} ${c}) )
-
-   done
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   insinto /etc/enlightenment
-   newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
-
-   if use doc ; then
-   local HTML_DOCS=( doc/. )
-   fi
-
-   einstalldocs
-   V=1 emake install DESTDIR="${D}" || die
-
-   if ! use static-libs ; then
-   find "${D}" -name '*.la' -delete || die
-   fi
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



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

2018-07-07 Thread Andreas Sturmlechner
commit: a7fd9de06cc89d685aa149e92e0adb50e48e10f1
Author: Joonas Niilola  gmail  com>
AuthorDate: Wed Jul  4 15:43:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 14:15:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fd9de0

dev-libs/efl: bug fix & EAPI-7 bump for 1.20.7

Closes: https://bugs.gentoo.org/571532
Closes: https://bugs.gentoo.org/658602
Closes: https://bugs.gentoo.org/651688
Thanks to David Davidson for fix in #651688.

Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/9045

 dev-libs/efl/efl-1.20.7-r1.ebuild | 305 ++
 1 file changed, 305 insertions(+)

diff --git a/dev-libs/efl/efl-1.20.7-r1.ebuild 
b/dev-libs/efl/efl-1.20.7-r1.ebuild
new file mode 100644
index 000..f50a671f5ca
--- /dev/null
+++ b/dev-libs/efl/efl-1.20.7-r1.ebuild
@@ -0,0 +1,305 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils pax-utils xdg-utils
+
+DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
+HOMEPAGE="https://www.enlightenment.org/;
+SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="avahi +bmp dds connman debug doc drm +eet egl examples fbcon +fontconfig 
fribidi gif gles glib gnutls gstreamer harfbuzz hyphen +ico ibus ivi jpeg2k 
libressl libuv luajit neon nls opengl ssl pdf physics pixman postscript +ppm 
+psd pulseaudio raw scim sdl sound static-libs svg systemd tga tiff tslib 
unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpresent xpm"
+
+REQUIRED_USE="
+   ?? ( opengl egl )
+   ?? ( opengl gles )
+   fbcon? ( !tslib )
+   gles? (
+   || ( X wayland )
+   !sdl
+   egl
+   )
+   ibus? ( glib )
+   opengl? ( X )
+   pulseaudio? ( sound )
+   sdl? ( opengl )
+   vnc? ( X fbcon )
+   wayland? ( egl gles !opengl )
+   xim? ( X )
+"
+
+COMMON_DEPEND="
+   media-libs/libpng:0=
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/zlib:=
+   virtual/jpeg:0=
+   avahi? ( net-dns/avahi )
+   connman? ( net-misc/connman )
+   drm? (
+   dev-libs/libinput
+   media-libs/mesa[gbm]
+   x11-libs/libdrm
+   x11-libs/libxkbcommon
+   )
+   egl? ( media-libs/mesa[egl] )
+   fontconfig? ( media-libs/fontconfig )
+   fribidi? ( dev-libs/fribidi )
+   gif? ( media-libs/giflib:= )
+   glib? ( dev-libs/glib:2 )
+   gles? ( media-libs/mesa[gles2] )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   harfbuzz? ( media-libs/harfbuzz )
+   hyphen? ( dev-libs/hyphen )
+   ibus? ( app-i18n/ibus )
+   jpeg2k? ( media-libs/openjpeg:0= )
+   libuv? ( dev-libs/libuv )
+   luajit? ( dev-lang/luajit:= )
+   !luajit? ( dev-lang/lua:* )
+   nls? ( sys-devel/gettext )
+   pdf? ( app-text/poppler:=[cxx] )
+   physics? ( sci-physics/bullet:= )
+   pixman? ( x11-libs/pixman )
+   postscript? ( app-text/libspectre )
+   pulseaudio? ( media-sound/pulseaudio )
+   raw? ( media-libs/libraw:= )
+   scim? ( app-i18n/scim )
+   sdl? (
+   media-libs/libsdl2
+   virtual/opengl
+   )
+   sound? ( media-libs/libsndfile )
+   ssl? (
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   )
+   svg? (
+   gnome-base/librsvg
+   x11-libs/cairo
+   )
+   systemd? ( sys-apps/systemd )
+   tiff? ( media-libs/tiff:0= )
+   tslib? ( x11-libs/tslib:= )
+   unwind? ( sys-libs/libunwind )
+   valgrind? ( dev-util/valgrind )
+   vlc? ( >=media-video/vlc-3.0.0 )
+   vnc? ( net-libs/libvncserver )
+   wayland? (
+   dev-libs/wayland
+   media-libs/mesa[gles2,wayland]
+   x11-libs/libxkbcommon
+   )
+   webp? ( media-libs/libwebp:= )
+   X? (
+   media-libs/freetype
+   x11-libs/libXcursor
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libXScrnSaver
+   opengl? (
+   x11-libs/libX11
+   

[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2018-07-07 Thread Brian Dolbec
commit: 4dddb4672aed28901ad6de1db5e520d73720a898
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul  7 13:52:50 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul  7 13:52:50 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=4dddb467

gkeyldap config.py: py3 update xrange ==> range

Signed-off-by: Brian Dolbec  gentoo.org>

 gkeys-ldap/gkeyldap/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys-ldap/gkeyldap/config.py b/gkeys-ldap/gkeyldap/config.py
index fe56e78..a2ef400 100644
--- a/gkeys-ldap/gkeyldap/config.py
+++ b/gkeys-ldap/gkeyldap/config.py
@@ -2,7 +2,7 @@
 #-*- coding:utf-8 -*-
 
 # Redundancy -- ldap{1,2,3,4}
-default_server = ['ldap://ldap%d.gentoo.org' % i for i in xrange(1,5)]
+default_server = ['ldap://ldap%d.gentoo.org' % i for i in range(1,5)]
 # add uid to the results so you don't have to
 # separate it out of the results tuple[0] value
 default_fields = ['uid', 'cn', 'mail', 'gentooStatus', 'gpgfingerprint']



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/bin/

2018-07-07 Thread Brian Dolbec
commit: 1619761a318e0244a5c9fb5b5e97aa55e80b7888
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul  7 13:55:53 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul  7 13:55:53 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=1619761a

bin/gkeys-ldap: Force python2.7 for now

Vulture now has python3.6 as default, but python-ldap-3* is not yet stable

Signed-off-by: Brian Dolbec  gentoo.org>

 gkeys-ldap/bin/gkeys-ldap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys-ldap/bin/gkeys-ldap b/gkeys-ldap/bin/gkeys-ldap
index 3d23ac1..73c5d55 100755
--- a/gkeys-ldap/bin/gkeys-ldap
+++ b/gkeys-ldap/bin/gkeys-ldap
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
 # -*- coding: utf-8 -*-
 
 '''Gentoo-keys is a gpg key manager for managing



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

2018-07-07 Thread Andreas Sturmlechner
commit: ade32fdab147393e09cc239e7cd5adc59a087c12
Author: Jan Henke  taujhe  de>
AuthorDate: Sat Jul  7 13:41:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 13:57:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade32fda

dev-cpp/ms-gsl: Fix bug 659386

Closes: https://bugs.gentoo.org/659386
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9082

 dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild 
b/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
index c1443565414..cde182b5ba1 100644
--- a/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
+++ b/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
@@ -26,7 +26,7 @@ PATCHES=(
 src_configure() {
local mycmakeargs=(
-DGSL_TEST=$(usex test)
-   -DFORCE_SYSTEM_CATCH=ON
)
+   use test && mycmakeargs+=( -DFORCE_SYSTEM_CATCH=ON )
cmake-utils_src_configure
 }



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

2018-07-07 Thread Andreas Sturmlechner
commit: 69d0f62b6762d8469f94d827408666b37e08b8de
Author: Joonas Niilola  gmail  com>
AuthorDate: Sat Jul  7 11:13:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 13:53:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d0f62b

dev-python/python-efl: 1.18.0-r1 depends on =dev-libs/efl-1.18*

Closes: https://bugs.gentoo.org/652924
Package-Manager: Portage[mgorny]-2.3.36.1

 dev-python/python-efl/python-efl-1.18.0-r1.ebuild | 18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-python/python-efl/python-efl-1.18.0-r1.ebuild 
b/dev-python/python-efl/python-efl-1.18.0-r1.ebuild
index d3a6501941a..26b8f90f9cc 100644
--- a/dev-python/python-efl/python-efl-1.18.0-r1.ebuild
+++ b/dev-python/python-efl/python-efl-1.18.0-r1.ebuild
@@ -16,17 +16,21 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-RDEPEND=">=dev-libs/efl-${PV}
-   >dev-python/dbus-python-0.83[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
+RDEPEND="
+   =dev-libs/efl-1.18*
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cython-0.21[${PYTHON_USEDEP}]
+   virtual/pkgconfig
doc? (
-   media-gfx/graphviz[python]
dev-python/sphinx[${PYTHON_USEDEP}]
+   media-gfx/graphviz
)
-   doc? ( >dev-python/sphinx-1.0[${PYTHON_USEDEP}] )"
+   test? ( =dev-libs/efl-1.18*[X] )
+"
 
 python_compile_all() {
if use doc ; then



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

2018-07-07 Thread Andreas Sturmlechner
commit: 17d9bf968d5079b5b4befe60b6ca97ce9044d3b5
Author: Joonas Niilola  gmail  com>
AuthorDate: Sat Jul  7 11:11:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 13:53:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d9bf96

dev-python/python-efl: bump 1.18.0 to EAPI-7

Updated HOMEPAGE, DESCRIPTION & IUSE.

Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/9051

 dev-python/python-efl/python-efl-1.18.0-r1.ebuild | 56 +++
 1 file changed, 56 insertions(+)

diff --git a/dev-python/python-efl/python-efl-1.18.0-r1.ebuild 
b/dev-python/python-efl/python-efl-1.18.0-r1.ebuild
new file mode 100644
index 000..d3a6501941a
--- /dev/null
+++ b/dev-python/python-efl/python-efl-1.18.0-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Enlightenment Foundation Libraries"
+HOMEPAGE="https://phab.enlightenment.org/w/projects/python_bindings_for_efl/;
+SRC_URI="https://download.enlightenment.org/rel/bindings/python/${P}.tar.xz;
+
+LICENSE="|| ( GPL-3 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=">=dev-libs/efl-${PV}
+   >dev-python/dbus-python-0.83[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cython-0.21[${PYTHON_USEDEP}]
+   doc? (
+   media-gfx/graphviz[python]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   doc? ( >dev-python/sphinx-1.0[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   if use doc ; then
+   # Point sphinx to right location with built sources
+   sed -i 's|"../build/"+d|"'"${BUILD_DIR}"'/lib"|g' doc/conf.py 
|| die
+
+   esetup.py build_doc --build-dir "${S}"/build/doc/
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cd "${S}"/tests || die
+   # violates sandbox
+   rm -f ecore/test_09_file_download.py || die
+   sed -i 's:verbosity=1:verbosity=3:' 00_run_all_tests.py || die
+   ${PYTHON} 00_run_all_tests.py --verbose || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc ; then
+   local HTML_DOCS=( build/doc/html/. )
+   fi
+
+   distutils-r1_python_install_all
+}



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

2018-07-07 Thread Andreas Sturmlechner
commit: 950d20f93e40ef88044d06a3854cdc684ae57084
Author: Joonas Niilola  gmail  com>
AuthorDate: Sat Jul  7 13:15:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 13:53:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950d20f9

dev-python/python-efl: use EPYTHON in python_test for 1.20.0-r1

Package-Manager: Portage[mgorny]-2.3.36.1

 dev-python/python-efl/python-efl-1.20.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-efl/python-efl-1.20.0-r1.ebuild 
b/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
index df7efa876ce..629baf98e20 100644
--- a/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
+++ b/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
@@ -59,7 +59,7 @@ python_test() {
sed -i 's/>= 13/>= 10/g' ecore/test_08_exe.py || die
 
sed -i 's:verbosity=1:verbosity=3:' 00_run_all_tests.py || die
-   ${PYTHON} 00_run_all_tests.py --verbose || die "Tests failed with 
${EPYTHON}"
+   ${EPYTHON} 00_run_all_tests.py --verbose || die "Tests failed with 
${EPYTHON}"
 }
 
 python_install_all() {



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

2018-07-07 Thread Andreas Sturmlechner
commit: 466d628c916b1c59d5bf993a62a04006a259fd44
Author: Joonas Niilola  gmail  com>
AuthorDate: Sat Jul  7 11:15:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 13:53:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466d628c

dev-python/python-efl: add RESTRICT="test" for 1.18.0-r1

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

Package-Manager: Portage[mgorny]-2.3.36.1

 dev-python/python-efl/python-efl-1.18.0-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-efl/python-efl-1.18.0-r1.ebuild 
b/dev-python/python-efl/python-efl-1.18.0-r1.ebuild
index 26b8f90f9cc..6f4bd3e03a4 100644
--- a/dev-python/python-efl/python-efl-1.18.0-r1.ebuild
+++ b/dev-python/python-efl/python-efl-1.18.0-r1.ebuild
@@ -32,6 +32,9 @@ DEPEND="
test? ( =dev-libs/efl-1.18*[X] )
 "
 
+# Broken beyond repair. Fixed upstream for 1.20.
+RESTRICT="test"
+
 python_compile_all() {
if use doc ; then
# Point sphinx to right location with built sources
@@ -48,7 +51,7 @@ python_test() {
# violates sandbox
rm -f ecore/test_09_file_download.py || die
sed -i 's:verbosity=1:verbosity=3:' 00_run_all_tests.py || die
-   ${PYTHON} 00_run_all_tests.py --verbose || die "Tests failed with 
${EPYTHON}"
+   ${EPYTHON} 00_run_all_tests.py --verbose || die "Tests failed with 
${EPYTHON}"
 }
 
 python_install_all() {



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

2018-07-07 Thread Andreas Sturmlechner
commit: c635bd41d502f5658261ed4329d6dd5144acda9f
Author: Joonas Niilola  gmail  com>
AuthorDate: Sat Jul  7 11:20:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 13:53:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c635bd41

dev-python/python-efl: clean old

Package-Manager: Portage[mgorny]-2.3.36.1

 dev-python/python-efl/python-efl-1.20.0.ebuild | 71 --
 1 file changed, 71 deletions(-)

diff --git a/dev-python/python-efl/python-efl-1.20.0.ebuild 
b/dev-python/python-efl/python-efl-1.20.0.ebuild
deleted file mode 100644
index 0fc4a05569d..000
--- a/dev-python/python-efl/python-efl-1.20.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for Enlightenment Foundation Libraries"
-HOMEPAGE="https://phab.enlightenment.org/w/projects/python_bindings_for_efl/;
-SRC_URI="https://download.enlightenment.org/rel/bindings/python/${P}.tar.xz;
-
-LICENSE="|| ( GPL-3 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   >=dev-libs/efl-${PV}
-   >=dev-python/dbus-python-0.83[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/cython-0.21[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   virtual/pkgconfig
-   doc? (
-   >=dev-python/sphinx-1.1[${PYTHON_USEDEP}]
-   media-gfx/graphviz
-   )
-"
-
-python_compile_all() {
-   if use doc ; then
-   # Point sphinx to right location with built sources
-   sed -i 's|"../build/"+d|"'"${BUILD_DIR}"'/lib"|g' doc/conf.py 
|| die
-
-   esetup.py build_doc --build-dir "${S}"/build/doc/
-   fi
-
-   distutils-r1_python_compile
-}
-
-python_test() {
-   cd "${S}"/tests || die
-
-   # Tries to download a file under /tmp
-   rm -f ecore/test_09_file_download.py || die
-
-   # Tries to use that file which failed to download
-   rm -f ecore/test_10_file_monitor.py || die
-
-   # Seems to need connman up and running during the test, requires: 
-   # net-misc/connman
-   # dev-libs/efl[connman]
-   rm -f ecore/test_11_con.py || die
-
-   # Test fails because of deleted files above
-   sed -i 's/>= 13/>= 10/g' ecore/test_08_exe.py || die
-
-   sed -i 's:verbosity=1:verbosity=3:' 00_run_all_tests.py || die
-   ${PYTHON} 00_run_all_tests.py --verbose || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc ; then
-   local HTML_DOCS=( build/doc/html/. )
-   fi
-
-   distutils-r1_python_install_all
-}



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

2018-07-07 Thread Andreas Sturmlechner
commit: df17cad85c24d2c88be928d7cecc443080ceab15
Author: Joonas Niilola  gmail  com>
AuthorDate: Sat Jul  7 11:19:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 13:53:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df17cad8

dev-python/python-efl: 1.20.0 depends on =dev-libs/efl-1.20*

Package-Manager: Portage[mgorny]-2.3.36.1

 dev-python/python-efl/python-efl-1.20.0-r1.ebuild | 71 +++
 1 file changed, 71 insertions(+)

diff --git a/dev-python/python-efl/python-efl-1.20.0-r1.ebuild 
b/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
new file mode 100644
index 000..df7efa876ce
--- /dev/null
+++ b/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Enlightenment Foundation Libraries"
+HOMEPAGE="https://phab.enlightenment.org/w/projects/python_bindings_for_efl/;
+SRC_URI="https://download.enlightenment.org/rel/bindings/python/${P}.tar.xz;
+
+LICENSE="|| ( GPL-3 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   =dev-libs/efl-1.20*
+   >=dev-python/dbus-python-0.83[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/cython-0.21[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   virtual/pkgconfig
+   doc? (
+   >=dev-python/sphinx-1.1[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   )
+"
+
+python_compile_all() {
+   if use doc ; then
+   # Point sphinx to right location with built sources
+   sed -i 's|"../build/"+d|"'"${BUILD_DIR}"'/lib"|g' doc/conf.py 
|| die
+
+   esetup.py build_doc --build-dir "${S}"/build/doc/
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cd "${S}"/tests || die
+
+   # Tries to download a file under /tmp
+   rm -f ecore/test_09_file_download.py || die
+
+   # Tries to use that file which failed to download
+   rm -f ecore/test_10_file_monitor.py || die
+
+   # Seems to need connman up and running during the test, requires:
+   # net-misc/connman
+   # dev-libs/efl[connman]
+   rm -f ecore/test_11_con.py || die
+
+   # Test fails because of deleted files above
+   sed -i 's/>= 13/>= 10/g' ecore/test_08_exe.py || die
+
+   sed -i 's:verbosity=1:verbosity=3:' 00_run_all_tests.py || die
+   ${PYTHON} 00_run_all_tests.py --verbose || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc ; then
+   local HTML_DOCS=( build/doc/html/. )
+   fi
+
+   distutils-r1_python_install_all
+}



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

2018-07-07 Thread Alexys Jacob
commit: b1537ea1af2cbdd6162ab1cb3d7661a1bd824af8
Author: Ultrabug  gentoo  org>
AuthorDate: Sat Jul  7 13:29:10 2018 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Sat Jul  7 13:29:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1537ea1

x11-misc/py3status: version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/py3status/Manifest | 2 +-
 x11-misc/py3status/{py3status-3.10.ebuild => py3status-3.11.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index 2843110e6aa..4a213bab3ed 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-3.10.tar.gz 268960 BLAKE2B 
a9f6a851a14f2deb17d8fce10821053c680bd7f4251bf54fceae092d53bda136ee461b8f9e2849957db1183cdd89841c0173785fff7dfeb94ffdd415f044802a
 SHA512 
96cf90117a6ef49a1cf1b1528d45fd8c9f6c124ad1d8840e519e56a913689cf1e216d09f4e890a0d557d261342d88e751d563aae55bf0c5f940280d9df885e67
+DIST py3status-3.11.tar.gz 276522 BLAKE2B 
1ffc3f1fe4c64aac5a4c9d6964f8e45acb3610dadc492a628d01010b155be6da847840ccae919a7d09299328374a52ad5332a572afdbc26b8c598eb875b32401
 SHA512 
af30317625118e06318723d1c2cda881f2bf39617f2ea4eb34b2d465c95e98aaa13ee32dcec240bcdb1fcd595cfe00dbd6b3afd61b8674acbc8b73cf2ab2b9f7

diff --git a/x11-misc/py3status/py3status-3.10.ebuild 
b/x11-misc/py3status/py3status-3.11.ebuild
similarity index 100%
rename from x11-misc/py3status/py3status-3.10.ebuild
rename to x11-misc/py3status/py3status-3.11.ebuild



[gentoo-commits] repo/user/ssnb:master commit in: /

2018-07-07 Thread Samuel Bernardo
commit: 14c9e592a948cfed2767e0278230577f1a618b18
Author: Samuel Bernardo  tecnico  ulisboa  pt>
AuthorDate: Sat Jul  7 13:18:17 2018 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Sat Jul  7 13:18:17 2018 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=14c9e592

Merge branch 'master' of github.com:samuelbernardo/ssnb-overlay

 app-editors/visual-studio-code/Manifest| 3 +++
 ...sual-studio-code-1.21.0.ebuild => visual-studio-code-1.25.0.ebuild} | 0
 2 files changed, 3 insertions(+)



[gentoo-commits] repo/user/ssnb:master commit in: app-admin/chefdk-omnibus/

2018-07-07 Thread Samuel Bernardo
commit: 2457e8800b46f4b396fd75c595d750cd2a85a758
Author: Samuel Bernardo  tecnico  ulisboa  pt>
AuthorDate: Sat Jul  7 13:17:48 2018 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Sat Jul  7 13:17:48 2018 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=2457e880

update chefdk-omnibus

 app-admin/chefdk-omnibus/Manifest  | 36 ++-
 .../chefdk-omnibus/chefdk-omnibus-2.5.3.ebuild | 40 ++
 .../chefdk-omnibus/chefdk-omnibus-3.1.0.ebuild | 40 ++
 3 files changed, 100 insertions(+), 16 deletions(-)

diff --git a/app-admin/chefdk-omnibus/Manifest 
b/app-admin/chefdk-omnibus/Manifest
index eff4330..5e7345a 100644
--- a/app-admin/chefdk-omnibus/Manifest
+++ b/app-admin/chefdk-omnibus/Manifest
@@ -1,16 +1,20 @@
-DIST chefdk_0.16.28-1_amd64.deb 141448156 SHA256 
2126434d87149cc8373d882705b1f538706f2194ef62abed995ff4cc923bd886 SHA512 
89787cb17b7e1e0dd99b6248e63d1e7b93ca5ceaf5bce51a44312d99d6db7c3be96aafdaa29236619c7676493750ee046ad0797ca99ed80e5b357b0e1da398ff
 WHIRLPOOL 
4f445541097d35d54e77b8ea643737fb71a108fb2de142e1fdfba3c846669d6c2a20fdf2e2acbeb37db201508dda8c7cab48ef069d3ef619fea41f945b6986a6
-DIST chefdk_1.2.22-1_amd64.deb 105773606 SHA256 
518ecf308764c08a647ddabc6511af231affd2bf3e6526e60ef581926c8e7105 SHA512 
b4d874ea179bc8b6b9289c443931369aeeaaffbc4159413f7458ccb7bd5d3f7174e14963e2310529939c69fcea992bfc4625eb23bce32a0ab46118e38132ee60
 WHIRLPOOL 
a98a9af099677d7fbf853d8a3de2039e1575c64f43db376940d80be0495fbb64d0152312cfe7ffe55242eca9a1b0668c5921a94df92108797c5b601e24d96c37
-DIST chefdk_1.3.40-1_amd64.deb 104850448 SHA256 
77bbd40587b0411387fe444bef6675f6e3157219e94dc792f247b3a44f172ba5 SHA512 
22ab788e3f98cefdd19e20787f4b549b3ec19cbd08c794b9716b232702742933dfaeb020d4bc1103d44ffefb6329697841d273c623b1ccd24f4e92d0ae611c00
 WHIRLPOOL 
a6867a4f9bf53de18d0ec3d73f265ae1d81de203e363f842c192399d2bcd9586b715603552d9f8b51cb7a1be2d90a62c2bacc789576c2cd9aa4d7ce77ded6b98
-DIST chefdk_1.3.43-1_amd64.deb 104849402 SHA256 
ddc9ae7e0d9d0199c75eda39b84af8005e7f0e8c1c72deea74bda0d5ddfc7944 SHA512 
54fbcf82d86a1be21347a85f30606d5467ea43df82615abc81a39bf6c44e6a760ed2c8188952fe982b80e55faddbe93caa7f13a68ef2483fd572b9fdf689aab0
 WHIRLPOOL 
ee0b9ea6c2be3a7d65646af9299ec22786c2be08936f814dba25fe10b30058d3b4ebde81531c147f9de246699a4e945278871c2e900c04992b26989dc3c02729
-DIST chefdk_1.4.3-1_amd64.deb 103914920 SHA256 
df0d3945b5e508bca890ed74c5a4fa2cabdce19fbb808b6d2dfd5e2eac9adbdf SHA512 
cce2c7d466e0eaf55eb71e0d59db091d7671443e8f14c00d732df4603aab78803367a315223a93744d56f39fe477cfb772b67e513befc73fe65574b6ed058975
 WHIRLPOOL 
a3988f990624373f80cc255b3438ca206146cdc811fea6597d838714a3a1969306add00104bee1b5476f1b0a8e84e1642198fc8d0aa65b7a78785fcfa0ce086b
-DIST chefdk_1.6.1-1_amd64.deb 105970280 SHA256 
ffa2c4e1cd624b86a28a23e9ad13b6b6a7e7e651ef22b3dc55fd56427775ad1c SHA512 
3ca1366b37deef40266470c66eade36b934962518a769f97927688895dfb554cbc707660c8c2409f0890afbd452eea69de8cff45e4cebda5df1fba9d7e329bb4
 WHIRLPOOL 
6977336bf8816366501eaa601021869c2c2a52ef80b538882df10f96c6e6be95b1cf420d6133fbfc5374b7e1e32d1f132fb3adc4520c5742ddb51437d086
-DIST chefdk_2.3.4-1_amd64.deb 102667650 SHA256 
ff7124bfd4ad4b7351177df89b3986661f95e14df2dfb5b9ea6b0af247c2c07d SHA512 
9abf85bc3c73fe0e6cb5a1e90985aed1e6eae89ff970ae3ce218ed0e3074d948650bc444f1fd5085dd6f4b04cf5524ee1db583dd58715e9dc87f1ea758c19486
 WHIRLPOOL 
1d6643d0af7373043d6c716cf812f110b91c47d951ef5a33ad6aafcdfe243b53700e5f6f0e23193f2c9228cdd12bda9c925d1e9dd7b49669e45b57aeb1f6b8bb
-DIST chefdk_2.4.17-1_amd64.deb 104587308 SHA256 
15c40af26358ba6b1be23d5255b49533fd8e5421f7afbc716dcb94384b92e1b0 SHA512 
7d2fd6d192072b82edae1efc13232be29a7fd66ed83d0a4acb79014099cdf23f970afafb454700b612f31d95abe7d8bbb344c838e193d7157e39c2a520597757
 WHIRLPOOL 
8540d7f8df8df1f9a46bf517e1f9eba0de21ba4ae5bc8dbece3451cdcd20846cdbcccda8fa2f8006604ac44762cd599256188f913d9e17eebe3b18a688c76c40
-EBUILD chefdk-omnibus-0.16.28.ebuild 986 SHA256 
2eee6476fc6b2a59c67b47f316242c82e633b37094d2529e244e901e5ab59636 SHA512 
2b3d5677ba6b462346200bdfb62ac48f5fc015ec234f08dbb15df8f191c687d2d1d01d8967e29ac202201ca9dbdbae752d7990ae1d879e70edede8f9c72d16be
 WHIRLPOOL 
b1d68ccf24e55b2721b301cc36099c8f73b00bef4041327abb45b3574df2116f16cf97b6c586cac714b0fe766bc601766800c5c5a94cb0b7408ae6a6b81f417f
-EBUILD chefdk-omnibus-1.2.22.ebuild 1086 SHA256 
c8acacaa7d3cc3029e08181eef69afe6a49124cde6956855f0e94501a6a8479b SHA512 
0a43836bc675230e5e6271985bb07f6b23b78825a001157bbf431c1a749dd3120f2c444a391187e41274981b1d11ab9ae9297798b02d9851f3475c17e3003f49
 WHIRLPOOL 
e9f1c49577d369f20a66982f0f6ec63a6cf247c357a22c81fc05ce2397240f71ca16640e8be094e6c7304de52aa8d14203b4fa2540ccaa8dc32b85151579ee9d
-EBUILD chefdk-omnibus-1.3.40.ebuild 1086 SHA256 
c8acacaa7d3cc3029e08181eef69afe6a49124cde6956855f0e94501a6a8479b SHA512 

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

2018-07-07 Thread Andreas Sturmlechner
commit: 23d0bb5249a952caf605a6d8b0b2679e8ae5fdc2
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Fri Jul  6 12:02:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d0bb52

app-emulation/fuse-utils: remove old version 1.4.0

 app-emulation/fuse-utils/Manifest|  1 -
 app-emulation/fuse-utils/fuse-utils-1.4.0.ebuild | 30 
 2 files changed, 31 deletions(-)

diff --git a/app-emulation/fuse-utils/Manifest 
b/app-emulation/fuse-utils/Manifest
index f86e2ce39c1..07551dd4b4c 100644
--- a/app-emulation/fuse-utils/Manifest
+++ b/app-emulation/fuse-utils/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-utils-1.4.0.tar.gz 499865 BLAKE2B 
23a09e88a468b207fa1b0782535251729d8212092da6d04c2732171ebb88e453a9df1f9af3056fa3114f4e6717a4e54c95d5b1a71477980f54d274b05e0c210b
 SHA512 
dafedc66659c0f89d90bed2dcdc76aecddd91818db5f843d7480c78eaaa4c298531936af1fe34a4997ca23aab7b32dabf4b8bc03a552e75370edfd56aee0c2b4
 DIST fuse-utils-1.4.1.tar.gz 500533 BLAKE2B 
58d75c336e0b46b500b614ce858978391986c0950f011986860c86ce153227a5116859aafb26ffbef8f5989e32e7df6fe77974943277e83c64ccee1217409b54
 SHA512 
973ae172fa38dab27da4b305bbcaad95ba8d2c3d60a9a1e7d8032113b66536506a458fc0ef5d1faf3b2082255a0d54d6bbbf7eaac4c2981b6a77bc7afae9974b
 DIST fuse-utils-1.4.3.tar.gz 501006 BLAKE2B 
0637fe05b71416e89eb61e3618ff45bd71250201924fb3741a4c5b9898d09b30acecba9957baeaa864c2c9cfe1bcb9cb38a2af83368bc5729221cec36a1eda47
 SHA512 
13404d1be81a2de9262cd79cce9dd8dc3f17238fdbb75da8a724b76b0976c03f34da9978af36b808103fedcf3f5d5da4bb10f251c5510127d59ca8de5607b99e

diff --git a/app-emulation/fuse-utils/fuse-utils-1.4.0.ebuild 
b/app-emulation/fuse-utils/fuse-utils-1.4.0.ebuild
deleted file mode 100644
index 84c472b51b3..000
--- a/app-emulation/fuse-utils/fuse-utils-1.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Utils for the Free Unix Spectrum Emulator by Philip Kendall"
-HOMEPAGE="http://fuse-emulator.sourceforge.net;
-SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="audiofile gcrypt jpeg png zlib"
-
-RDEPEND=">=app-emulation/libspectrum-1.4.1[gcrypt?,zlib?]
-   audiofile? ( >=media-libs/audiofile-0.3.6 )
-   jpeg? ( virtual/jpeg:0 )
-   png? ( media-libs/libpng:0 )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_with audiofile) \
-   $(use_with gcrypt libgcrypt) \
-   $(use_with jpeg libjpeg) \
-   $(use_with png libpng) \
-   $(use_with zlib)
-}



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

2018-07-07 Thread Andreas Sturmlechner
commit: 453f853494171c081e8e5f8e833682c55e7c21e8
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Jul  6 22:44:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453f8534

dev-python/e4u: fix tests

Closes: https://bugs.gentoo.org/660532
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9075

 dev-python/e4u/e4u-0.1_rc5.ebuild   |  5 -
 dev-python/e4u/files/initialize-e4u-tests.patch | 11 +++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/dev-python/e4u/e4u-0.1_rc5.ebuild 
b/dev-python/e4u/e4u-0.1_rc5.ebuild
index b52ae0edf6d..018777c32b7 100644
--- a/dev-python/e4u/e4u-0.1_rc5.ebuild
+++ b/dev-python/e4u/e4u-0.1_rc5.ebuild
@@ -25,7 +25,10 @@ DEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-PATCHES=( "${FILESDIR}"/change-emoji4unicode-url.patch )
+PATCHES=(
+   "${FILESDIR}"/change-emoji4unicode-url.patch
+   "${FILESDIR}"/initialize-e4u-tests.patch
+)
 
 python_test() {
esetup.py test

diff --git a/dev-python/e4u/files/initialize-e4u-tests.patch 
b/dev-python/e4u/files/initialize-e4u-tests.patch
new file mode 100644
index 000..cc120ba3d48
--- /dev/null
+++ b/dev-python/e4u/files/initialize-e4u-tests.patch
@@ -0,0 +1,11 @@
+--- a/test/test.py 2018-05-22 08:32:05.0 +0200
 b/test/test.py 2018-07-07 00:41:02.861367660 +0200
+@@ -7,7 +7,7 @@
+ import unittest
+ import e4u
+ 
+-e4u.load()
++e4u.load(filename=r"./e4u/data/emoji4unicode.xml")
+ 
+ DISPLAY_INFO = False
+ 



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

2018-07-07 Thread Andreas Sturmlechner
commit: da2b4890557dbf064af16b1c51c05c460bd2e26a
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Fri Jul  6 12:02:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2b4890

app-emulation/fuse: remove old version 1.5.2

 app-emulation/fuse/Manifest  |  1 -
 app-emulation/fuse/fuse-1.5.2.ebuild | 64 
 2 files changed, 65 deletions(-)

diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 701b3faced7..f2a0c1aafbf 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,3 +1,2 @@
-DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 
38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b
 SHA512 
45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268
 DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B 
d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c
 SHA512 
6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0
 DIST fuse-1.5.5.tar.gz 1629577 BLAKE2B 
b4765047507049b2fa3547d47384df2c5e6de75b74b7aa8d3549ca47ae6f3dad53a37fc48112db86426ce3d2d84711aa029d158c75eba89214761ed82d7ab57a
 SHA512 
186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041

diff --git a/app-emulation/fuse/fuse-1.5.2.ebuild 
b/app-emulation/fuse/fuse-1.5.2.ebuild
deleted file mode 100644
index de133ea6992..000
--- a/app-emulation/fuse/fuse-1.5.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
-HOMEPAGE="http://fuse-emulator.sourceforge.net;
-SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa ao backend-fbcon backend-sdl backend-svga backend-X gpm joystick 
memlimit png xml"
-
-# Only one UI back-end can be enabled at a time
-REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
-
-RDEPEND="
-   >=app-emulation/libspectrum-1.4.1
-   dev-libs/glib:2
-   alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
-   backend-sdl? ( media-libs/libsdl )
-   backend-svga? ( media-libs/svgalib )
-   backend-X? ( x11-libs/libX11 x11-libs/libXext )
-   !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( 
x11-libs/gtk+:3 ) ) ) )
-   gpm? ( sys-libs/gpm )
-   joystick? ( media-libs/libjsw )
-   png? ( media-libs/libpng:0= sys-libs/zlib )
-   xml? ( dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
-   backend-fbcon? ( virtual/linux-sources )
-   dev-lang/perl
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS )
-
-src_configure() {
-   local myconf=(
-   --without-win32
-   $(use_with alsa)
-   $(use_with ao libao)
-   $(use_with gpm)
-   $(use_with joystick)
-   $(use_enable joystick ui-joystick)
-   $(use_enable memlimit smallmem)
-   $(use_with png)
-   $(use_with xml libxml2)
-   )
-
-   if use backend-sdl; then
-   myconf+=("--with-sdl")
-   elif use backend-X; then
-   myconf+=("--without-gtk")
-   elif use backend-svga; then
-   myconf+=("--with-svgalib")
-   elif use backend-fbcon; then
-   myconf+=("--with-fb")
-   else
-   myconf+=("--with-gtk")
-   fi
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2018-07-07 Thread Andreas Sturmlechner
commit: de988f021ba6ec3e740f048f74af9adb5f245ae7
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Jul  6 22:16:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de988f02

app-benchmarks/stress-ng: drop old version

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-benchmarks/stress-ng/Manifest |  1 -
 app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild | 28 ---
 2 files changed, 29 deletions(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 8b4871ad831..2284aa5105b 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,2 +1 @@
-DIST stress-ng-0.09.32.tar.xz 352176 BLAKE2B 
c63315d619e5a712c6196dd83f8edbd2fff1b2cc2d84de67cf201b068b4dfaeaf7e130dd59b938e089298ecdc389bb7af0220076425e4de749837f46502085aa
 SHA512 
1c6ff00b46a9d05050838ea429a67be8ff899fecb13d4a9d010875d6ccc0c218c780a70efc84addc1bf874e663a47b0d1440d1f99a9c40336460c0ae4a5f702d
 DIST stress-ng-0.09.33.tar.xz 354140 BLAKE2B 
301af9eb7b805619d2e91af205e6b8e1e47fc24de0b99409627a0d0b7b09d3512fab27f4b89676ffc298bb9ee86074518c919016b389e88dfe0e571ace6df397
 SHA512 
2add6dd17e64c7a324143f00a1e42fc3070448575bf3b65a1a4d0d261748546410d1c024ec4320249600e0c99867bfb42bbac987f297d080802ce9977240efd7

diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild
deleted file mode 100644
index 728b7fb8433..000
--- a/app-benchmarks/stress-ng/stress-ng-0.09.32.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/;
-SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/libaio
-   dev-libs/libbsd
-   dev-libs/libgcrypt:0=
-   net-misc/lksctp-tools
-   sys-apps/attr
-   sys-apps/keyutils
-   sys-libs/libapparmor
-   sys-libs/libcap
-   sys-libs/zlib:="
-
-RDEPEND="${DEPEND}"
-
-DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
-
-PATCHES=( "${FILESDIR}/${PN}-0.09.31-makefile.patch" )



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

2018-07-07 Thread Andreas Sturmlechner
commit: fd462634539965eb4618a5a12f9e25b3c94c6764
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Fri Jul  6 11:54:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd462634

app-emulation/fuse-utils: bump to version 1.4.3

 app-emulation/fuse-utils/Manifest|  1 +
 app-emulation/fuse-utils/fuse-utils-1.4.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-emulation/fuse-utils/Manifest 
b/app-emulation/fuse-utils/Manifest
index bdb2cd5fff0..f86e2ce39c1 100644
--- a/app-emulation/fuse-utils/Manifest
+++ b/app-emulation/fuse-utils/Manifest
@@ -1,2 +1,3 @@
 DIST fuse-utils-1.4.0.tar.gz 499865 BLAKE2B 
23a09e88a468b207fa1b0782535251729d8212092da6d04c2732171ebb88e453a9df1f9af3056fa3114f4e6717a4e54c95d5b1a71477980f54d274b05e0c210b
 SHA512 
dafedc66659c0f89d90bed2dcdc76aecddd91818db5f843d7480c78eaaa4c298531936af1fe34a4997ca23aab7b32dabf4b8bc03a552e75370edfd56aee0c2b4
 DIST fuse-utils-1.4.1.tar.gz 500533 BLAKE2B 
58d75c336e0b46b500b614ce858978391986c0950f011986860c86ce153227a5116859aafb26ffbef8f5989e32e7df6fe77974943277e83c64ccee1217409b54
 SHA512 
973ae172fa38dab27da4b305bbcaad95ba8d2c3d60a9a1e7d8032113b66536506a458fc0ef5d1faf3b2082255a0d54d6bbbf7eaac4c2981b6a77bc7afae9974b
+DIST fuse-utils-1.4.3.tar.gz 501006 BLAKE2B 
0637fe05b71416e89eb61e3618ff45bd71250201924fb3741a4c5b9898d09b30acecba9957baeaa864c2c9cfe1bcb9cb38a2af83368bc5729221cec36a1eda47
 SHA512 
13404d1be81a2de9262cd79cce9dd8dc3f17238fdbb75da8a724b76b0976c03f34da9978af36b808103fedcf3f5d5da4bb10f251c5510127d59ca8de5607b99e

diff --git a/app-emulation/fuse-utils/fuse-utils-1.4.3.ebuild 
b/app-emulation/fuse-utils/fuse-utils-1.4.3.ebuild
new file mode 100644
index 000..fb8728c0836
--- /dev/null
+++ b/app-emulation/fuse-utils/fuse-utils-1.4.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Utils for the Free Unix Spectrum Emulator by Philip Kendall"
+HOMEPAGE="http://fuse-emulator.sourceforge.net;
+SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="audiofile gcrypt jpeg png zlib"
+
+RDEPEND=">=app-emulation/libspectrum-1.4.4[gcrypt?,zlib?]
+   audiofile? ( >=media-libs/audiofile-0.3.6 )
+   jpeg? ( virtual/jpeg:0 )
+   png? ( media-libs/libpng:0 )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_with audiofile)
+   $(use_with gcrypt libgcrypt)
+   $(use_with jpeg libjpeg)
+   $(use_with png libpng)
+   $(use_with zlib)
+   )
+   econf "${myconf[@]}"
+}



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

2018-07-07 Thread Andreas Sturmlechner
commit: d8813c4aafc527baf4ecc5539be76d47164185f7
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Fri Jul  6 11:54:34 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8813c4a

app-emulation/fuse: bump to version 1.5.5

 app-emulation/fuse/Manifest  |  1 +
 app-emulation/fuse/fuse-1.5.5.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index bd39e75d6de..701b3faced7 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,3 @@
 DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 
38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b
 SHA512 
45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268
 DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B 
d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c
 SHA512 
6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0
+DIST fuse-1.5.5.tar.gz 1629577 BLAKE2B 
b4765047507049b2fa3547d47384df2c5e6de75b74b7aa8d3549ca47ae6f3dad53a37fc48112db86426ce3d2d84711aa029d158c75eba89214761ed82d7ab57a
 SHA512 
186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041

diff --git a/app-emulation/fuse/fuse-1.5.5.ebuild 
b/app-emulation/fuse/fuse-1.5.5.ebuild
new file mode 100644
index 000..e93691a5006
--- /dev/null
+++ b/app-emulation/fuse/fuse-1.5.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
+HOMEPAGE="http://fuse-emulator.sourceforge.net;
+SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="alsa ao backend-fbcon backend-sdl backend-svga backend-X gpm joystick 
memlimit png xml"
+
+# Only one UI back-end can be enabled at a time
+REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
+
+RDEPEND="
+   >=app-emulation/libspectrum-1.4.4
+   dev-libs/glib:2
+   alsa? ( media-libs/alsa-lib )
+   ao? ( media-libs/libao )
+   backend-sdl? ( media-libs/libsdl )
+   backend-svga? ( media-libs/svgalib )
+   backend-X? ( x11-libs/libX11 x11-libs/libXext )
+   !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( 
x11-libs/gtk+:3 ) ) ) )
+   gpm? ( sys-libs/gpm )
+   joystick? ( media-libs/libjsw )
+   png? ( media-libs/libpng:0= sys-libs/zlib )
+   xml? ( dev-libs/libxml2:2 )"
+DEPEND="${RDEPEND}
+   backend-fbcon? ( virtual/linux-sources )
+   dev-lang/perl
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README THANKS )
+
+src_configure() {
+   local myconf=(
+   --without-win32
+   $(use_with alsa)
+   $(use_with ao libao)
+   $(use_with gpm)
+   $(use_with joystick)
+   $(use_enable joystick ui-joystick)
+   $(use_enable memlimit smallmem)
+   $(use_with png)
+   $(use_with xml libxml2)
+   )
+
+   if use backend-sdl; then
+   myconf+=("--with-sdl")
+   elif use backend-X; then
+   myconf+=("--without-gtk")
+   elif use backend-svga; then
+   myconf+=("--with-svgalib")
+   elif use backend-fbcon; then
+   myconf+=("--with-fb")
+   else
+   myconf+=("--with-gtk")
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   emake test
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2018-07-07 Thread Andreas Sturmlechner
commit: f8363e720f39ed24a8d3de4352188bc65dbb1c72
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Jul  6 22:15:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8363e72

app-benchmarks/stress-ng: bump to version 0.09.33

Closes: https://bugs.gentoo.org/660564
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9074

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.09.33.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index d8ebd4e917a..8b4871ad831 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.09.32.tar.xz 352176 BLAKE2B 
c63315d619e5a712c6196dd83f8edbd2fff1b2cc2d84de67cf201b068b4dfaeaf7e130dd59b938e089298ecdc389bb7af0220076425e4de749837f46502085aa
 SHA512 
1c6ff00b46a9d05050838ea429a67be8ff899fecb13d4a9d010875d6ccc0c218c780a70efc84addc1bf874e663a47b0d1440d1f99a9c40336460c0ae4a5f702d
+DIST stress-ng-0.09.33.tar.xz 354140 BLAKE2B 
301af9eb7b805619d2e91af205e6b8e1e47fc24de0b99409627a0d0b7b09d3512fab27f4b89676ffc298bb9ee86074518c919016b389e88dfe0e571ace6df397
 SHA512 
2add6dd17e64c7a324143f00a1e42fc3070448575bf3b65a1a4d0d261748546410d1c024ec4320249600e0c99867bfb42bbac987f297d080802ce9977240efd7

diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.33.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.09.33.ebuild
new file mode 100644
index 000..728b7fb8433
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.09.33.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/;
+SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   net-misc/lksctp-tools
+   sys-apps/attr
+   sys-apps/keyutils
+   sys-libs/libapparmor
+   sys-libs/libcap
+   sys-libs/zlib:="
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
+
+PATCHES=( "${FILESDIR}/${PN}-0.09.31-makefile.patch" )



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

2018-07-07 Thread Andreas Sturmlechner
commit: 89c10b380623e055e4464b83c98e67e35b6210a5
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Fri Jul  6 11:54:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c10b38

app-emulation/libspectrum: bump to version 1.4.4

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

 app-emulation/libspectrum/Manifest |  1 +
 app-emulation/libspectrum/libspectrum-1.4.4.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/app-emulation/libspectrum/Manifest 
b/app-emulation/libspectrum/Manifest
index 0453f3090b2..ad87cac9240 100644
--- a/app-emulation/libspectrum/Manifest
+++ b/app-emulation/libspectrum/Manifest
@@ -1,2 +1,3 @@
 DIST libspectrum-1.4.1.tar.gz 516697 BLAKE2B 
863030fabf37b03f15af389d8ab625f0f54c439153900e8b44bfefe2196fd576fbed9c23a6d2cfd7b07ca804a20329d8e646d3b7741ee1ded3d42246e36f203d
 SHA512 
550d96c2432400a5b6ba86534acc0a2786dcdb9a8c847caf7768f1053cdbe0825d208128713a3f4b7fa42547bb3eac56329433a4c0a6753eec3ba9623eef5bf5
 DIST libspectrum-1.4.2.tar.gz 568052 BLAKE2B 
84ffa5b2ac376c72d309c623610e5e30ebc98ab81a4505ffd88c8fc88145c6d63a112c60a57585c827b352e0a73ec330fc9f3601a714d1a6ad522cc40105d171
 SHA512 
391eb6fd805ab5a7ba5186ced8aa06be8b25973512860bfd0680585120a9617a1406f9327a7acb3ad7b7e473be8214c9b228d8b4adcf45a8bf3d3b6d27ee4d6f
+DIST libspectrum-1.4.4.tar.gz 568684 BLAKE2B 
b6ab4fc4173e7de9a7c3b14fda03420a56f02c5c590770158443bc37bee99a55dd3bdf6864f8ca33adb5ed59f4abd5c5b97736456ba2e6e6aaa2b49e07097cc4
 SHA512 
83bb9242010d49898531bb62e0d4d55439b0b6a548b57a7932f074429aca70cf252dfb195e9751384510b08c98bd6bc8eefd8cb3f82b0c8d07fa245ba66e9fe2

diff --git a/app-emulation/libspectrum/libspectrum-1.4.4.ebuild 
b/app-emulation/libspectrum/libspectrum-1.4.4.ebuild
new file mode 100644
index 000..75e11f4bc84
--- /dev/null
+++ b/app-emulation/libspectrum/libspectrum-1.4.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Spectrum emulation library"
+HOMEPAGE="http://fuse-emulator.sourceforge.net/libspectrum.php;
+SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="audiofile bzip2 gcrypt zlib"
+
+RDEPEND="dev-libs/glib:2
+   audiofile? ( >=media-libs/audiofile-0.3.6 )
+   bzip2? ( >=app-arch/bzip2-1.0 )
+   gcrypt? ( dev-libs/libgcrypt:0 )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_with audiofile libaudiofile)
+   $(use_with bzip2)
+   $(use_with gcrypt libgcrypt)
+   $(use_with zlib)
+   )
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   # check only builds test executable but doesn't run it
+   emake check
+   ./test/test || die
+}
+
+src_install() {
+   default
+   dodoc doc/*.txt *.txt
+}



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

2018-07-07 Thread Andreas Sturmlechner
commit: ee566408f5798241d88fea7a7093a7a799fc7fa7
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Fri Jul  6 12:03:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  7 12:39:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee566408

app-emulation/libspectrum: remove old version 1.4.1

 app-emulation/libspectrum/Manifest |  1 -
 app-emulation/libspectrum/libspectrum-1.4.1.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/app-emulation/libspectrum/Manifest 
b/app-emulation/libspectrum/Manifest
index ad87cac9240..28143213609 100644
--- a/app-emulation/libspectrum/Manifest
+++ b/app-emulation/libspectrum/Manifest
@@ -1,3 +1,2 @@
-DIST libspectrum-1.4.1.tar.gz 516697 BLAKE2B 
863030fabf37b03f15af389d8ab625f0f54c439153900e8b44bfefe2196fd576fbed9c23a6d2cfd7b07ca804a20329d8e646d3b7741ee1ded3d42246e36f203d
 SHA512 
550d96c2432400a5b6ba86534acc0a2786dcdb9a8c847caf7768f1053cdbe0825d208128713a3f4b7fa42547bb3eac56329433a4c0a6753eec3ba9623eef5bf5
 DIST libspectrum-1.4.2.tar.gz 568052 BLAKE2B 
84ffa5b2ac376c72d309c623610e5e30ebc98ab81a4505ffd88c8fc88145c6d63a112c60a57585c827b352e0a73ec330fc9f3601a714d1a6ad522cc40105d171
 SHA512 
391eb6fd805ab5a7ba5186ced8aa06be8b25973512860bfd0680585120a9617a1406f9327a7acb3ad7b7e473be8214c9b228d8b4adcf45a8bf3d3b6d27ee4d6f
 DIST libspectrum-1.4.4.tar.gz 568684 BLAKE2B 
b6ab4fc4173e7de9a7c3b14fda03420a56f02c5c590770158443bc37bee99a55dd3bdf6864f8ca33adb5ed59f4abd5c5b97736456ba2e6e6aaa2b49e07097cc4
 SHA512 
83bb9242010d49898531bb62e0d4d55439b0b6a548b57a7932f074429aca70cf252dfb195e9751384510b08c98bd6bc8eefd8cb3f82b0c8d07fa245ba66e9fe2

diff --git a/app-emulation/libspectrum/libspectrum-1.4.1.ebuild 
b/app-emulation/libspectrum/libspectrum-1.4.1.ebuild
deleted file mode 100644
index 89d3021f9a9..000
--- a/app-emulation/libspectrum/libspectrum-1.4.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Spectrum emulation library"
-HOMEPAGE="http://fuse-emulator.sourceforge.net/libspectrum.php;
-SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="audiofile bzip2 gcrypt zlib"
-
-RDEPEND="dev-libs/glib:2
-   audiofile? ( >=media-libs/audiofile-0.3.6 )
-   bzip2? ( >=app-arch/bzip2-1.0 )
-   gcrypt? ( dev-libs/libgcrypt:0 )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_with audiofile libaudiofile) \
-   $(use_with bzip2 bzip2) \
-   $(use_with gcrypt libgcrypt) \
-   $(use_with zlib zlib)
-}
-
-src_install() {
-   default
-   dodoc doc/*.txt *.txt
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/mpack/

2018-07-07 Thread Jonas Stein
commit: a0a9f7ccaa89f5c81a47650a4ebcb6b7b3825cf9
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 09:21:05 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a9f7cc

dev-lua/mpack: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lua/mpack/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-lua/mpack/metadata.xml b/dev-lua/mpack/metadata.xml
index 9afcf4848c6..ee1dc590951 100644
--- a/dev-lua/mpack/metadata.xml
+++ b/dev-lua/mpack/metadata.xml
@@ -1,14 +1,7 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   llui...@gmail.com
-   Aric Belsito
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

tarruda/libmpack




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

2018-07-07 Thread Jonas Stein
commit: aa10f677e9cff17a6fcbbfb58ee18980fb9d491e
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 11:13:09 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa10f677

sys-apps/ckbcomp: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-apps/ckbcomp/metadata.xml | 13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/sys-apps/ckbcomp/metadata.xml b/sys-apps/ckbcomp/metadata.xml
index 0840566600d..91b52104f17 100644
--- a/sys-apps/ckbcomp/metadata.xml
+++ b/sys-apps/ckbcomp/metadata.xml
@@ -1,12 +1,5 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-llui...@gmail.com
-Aric Belsito
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-
+  
+  



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

2018-07-07 Thread Jonas Stein
commit: 9b89d603a867c2d31fbfb1376162e3a2e17ee62d
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 09:21:38 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b89d603

dev-python/msgpack: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/msgpack/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-python/msgpack/metadata.xml b/dev-python/msgpack/metadata.xml
index 9d8ee9118cd..aef3152754b 100644
--- a/dev-python/msgpack/metadata.xml
+++ b/dev-python/msgpack/metadata.xml
@@ -1,14 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-llui...@gmail.com
-Aric Belsito
-  
-  
-proxy-ma...@gentoo.org
-Gentoo Proxy Maintainers Project
-  
   
 pyt...@gentoo.org
 Python



[gentoo-commits] repo/gentoo:master commit in: www-plugins/browserpass/

2018-07-07 Thread Jonas Stein
commit: 3e5f4a4bba82aa3ba453e1e7af44d1038126fe45
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 11:14:07 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5f4a4b

www-plugins/browserpass: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 www-plugins/browserpass/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/www-plugins/browserpass/metadata.xml 
b/www-plugins/browserpass/metadata.xml
index 004ae50f4a5..585b0dc75dd 100644
--- a/www-plugins/browserpass/metadata.xml
+++ b/www-plugins/browserpass/metadata.xml
@@ -1,12 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   llui...@gmail.com
-   Aric Belsito
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   
+   



[gentoo-commits] repo/gentoo:master commit in: dev-go/twofactor/

2018-07-07 Thread Jonas Stein
commit: 82334024c8b094545f53a6e71c34fa8dc65c3c99
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 09:20:06 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82334024

dev-go/twofactor: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-go/twofactor/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-go/twofactor/metadata.xml b/dev-go/twofactor/metadata.xml
index 004ae50f4a5..585b0dc75dd 100644
--- a/dev-go/twofactor/metadata.xml
+++ b/dev-go/twofactor/metadata.xml
@@ -1,12 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   llui...@gmail.com
-   Aric Belsito
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   
+   



[gentoo-commits] repo/gentoo:master commit in: media-fonts/source-han-sans/

2018-07-07 Thread Jonas Stein
commit: 6ab8457101daed8af13dffc8fdaf8d1426ee3a7d
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 11:12:57 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab84571

media-fonts/source-han-sans: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-fonts/source-han-sans/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-fonts/source-han-sans/metadata.xml 
b/media-fonts/source-han-sans/metadata.xml
index 68210392443..a2973be3b85 100644
--- a/media-fonts/source-han-sans/metadata.xml
+++ b/media-fonts/source-han-sans/metadata.xml
@@ -1,14 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-llui...@gmail.com
-Aric Belsito
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
   
 fo...@gentoo.org
 Fonts



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

2018-07-07 Thread Jonas Stein
commit: 8cf155df007f2b7abf36b19e0cd9469c1dfc83e0
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 11:13:58 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf155df

www-client/luakit: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 www-client/luakit/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/www-client/luakit/metadata.xml b/www-client/luakit/metadata.xml
index 6db62770082..91b52104f17 100644
--- a/www-client/luakit/metadata.xml
+++ b/www-client/luakit/metadata.xml
@@ -1,12 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-llui...@gmail.com
-Aric Belsito
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-
+  
+  



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-hangouts/

2018-07-07 Thread Jonas Stein
commit: f90a4aa552740d65b9843b05fb76eb9cf0b3b619
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 11:14:37 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90a4aa5

x11-plugins/purple-hangouts: Maintainer retired

Proxied maintainer retired.
Closes: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-plugins/purple-hangouts/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/x11-plugins/purple-hangouts/metadata.xml 
b/x11-plugins/purple-hangouts/metadata.xml
index c0019dc7a10..03d729b8c79 100644
--- a/x11-plugins/purple-hangouts/metadata.xml
+++ b/x11-plugins/purple-hangouts/metadata.xml
@@ -1,14 +1,7 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-llui...@gmail.com
-Aric Belsito
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
+  
   
 EionRobb/purple-hangouts
   



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

2018-07-07 Thread Jonas Stein
commit: 00a9eded2f8e7687d8d161eb3038ad0975f7f37a
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 09:22:17 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a9eded

dev-python/pyswisseph: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/pyswisseph/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-python/pyswisseph/metadata.xml 
b/dev-python/pyswisseph/metadata.xml
index 9ce5a0d1ce7..90e4eddc1f3 100644
--- a/dev-python/pyswisseph/metadata.xml
+++ b/dev-python/pyswisseph/metadata.xml
@@ -1,14 +1,7 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-  
-llui...@gmail.com
-Aric Belsito
-  
+  
   
 https://github.com/astrorigin/pyswisseph/issues
 



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

2018-07-07 Thread Jonas Stein
commit: f4e30cd07219a7621c1d4718931a0538e865a6b1
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 11:13:41 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e30cd0

sys-libs/obstack-standalone: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-libs/obstack-standalone/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-libs/obstack-standalone/metadata.xml 
b/sys-libs/obstack-standalone/metadata.xml
index 2f10a3547c3..04242345d8e 100644
--- a/sys-libs/obstack-standalone/metadata.xml
+++ b/sys-libs/obstack-standalone/metadata.xml
@@ -1,14 +1,10 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 

bluen...@gentoo.org
Anthony G. Basile

-   
-   llui...@gmail.com
-   Aric Belsito
-   

pullmoll/musl-obstack




[gentoo-commits] repo/gentoo:master commit in: dev-go/fuzzy/

2018-07-07 Thread Jonas Stein
commit: 32a5fdd3f41421faca90e2b370a262d184cde001
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 08:59:03 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a5fdd3

dev-go/fuzzy: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-go/fuzzy/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-go/fuzzy/metadata.xml b/dev-go/fuzzy/metadata.xml
index 004ae50f4a5..585b0dc75dd 100644
--- a/dev-go/fuzzy/metadata.xml
+++ b/dev-go/fuzzy/metadata.xml
@@ -1,12 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   llui...@gmail.com
-   Aric Belsito
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   
+   



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lpeg/

2018-07-07 Thread Jonas Stein
commit: cec3d691c48b2c4255cb94403b6e8a5e6c0f0df0
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 09:20:39 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec3d691

dev-lua/lpeg: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lua/lpeg/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/dev-lua/lpeg/metadata.xml b/dev-lua/lpeg/metadata.xml
index fb7b91969e1..3601f139104 100644
--- a/dev-lua/lpeg/metadata.xml
+++ b/dev-lua/lpeg/metadata.xml
@@ -5,12 +5,4 @@
 v...@gentoo.org
 Gentoo Vim Project
   
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-  
-llui...@gmail.com
-Aric Belsito
-  
-
+  



[gentoo-commits] repo/gentoo:master commit in: dev-go/godebug-pretty/

2018-07-07 Thread Jonas Stein
commit: d9689828657b6e8fb5e5c216916bc2d9709215f6
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 08:59:18 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9689828

dev-go/godebug-pretty: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-go/godebug-pretty/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-go/godebug-pretty/metadata.xml 
b/dev-go/godebug-pretty/metadata.xml
index 004ae50f4a5..585b0dc75dd 100644
--- a/dev-go/godebug-pretty/metadata.xml
+++ b/dev-go/godebug-pretty/metadata.xml
@@ -1,12 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   llui...@gmail.com
-   Aric Belsito
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   
+   



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

2018-07-07 Thread Jonas Stein
commit: 478666e17ed316ecfd8322d8c55d8b50cb6c5997
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul  7 09:21:46 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Jul  7 12:14:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478666e1

dev-python/neovim-remote: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/neovim-remote/metadata.xml | 13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/dev-python/neovim-remote/metadata.xml 
b/dev-python/neovim-remote/metadata.xml
index 76ed9960fb5..585b0dc75dd 100644
--- a/dev-python/neovim-remote/metadata.xml
+++ b/dev-python/neovim-remote/metadata.xml
@@ -1,12 +1,5 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   llui...@gmail.com
-   Aric Belsito
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   
+   



  1   2   >