[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2020-08-07 Thread Sam James
commit: 29cca8163327a07581d5c0cc7602b02a42bbe812
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 05:56:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 05:56:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cca816

games-misc/lolcat: style changes

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 games-misc/lolcat/lolcat-100.0.1-r1.ebuild | 1 +
 games-misc/lolcat/lolcat-100.0.1.ebuild| 1 +
 games-misc/lolcat/lolcat-90.8.8-r1.ebuild  | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
index 6e6c7c7a085..cd9ab9f497c 100644
--- a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
+++ b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""

diff --git a/games-misc/lolcat/lolcat-100.0.1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1.ebuild
index 43a1f78591e..bcf2f20639c 100644
--- a/games-misc/lolcat/lolcat-100.0.1.ebuild
+++ b/games-misc/lolcat/lolcat-100.0.1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""

diff --git a/games-misc/lolcat/lolcat-90.8.8-r1.ebuild 
b/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
index 595d34230b6..696d769be5f 100644
--- a/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
+++ b/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST=""



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

2020-08-07 Thread Michał Górny
commit: 0e83d1d9dd7a688ffcaaf6c8c70199374f17ca6f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  8 05:46:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  8 05:55:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e83d1d9

dev-python/dogpile-cache: Bump to 1.0.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/dogpile-cache/Manifest  |  1 +
 .../dogpile-cache/dogpile-cache-1.0.2.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index 3dc3c535215..7ad4b101865 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1,3 @@
 DIST dogpile.cache-0.9.1.tar.gz 329015 BLAKE2B 
23a33ccf024153e39bdccebefc33c866990733432abd2bdd715a0f180f0059a2ff8315024d59d3ad9c79a01561fda3a802a867d359961d7655bdf790556c7a2f
 SHA512 
7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2
 DIST dogpile.cache-1.0.1.tar.gz 339926 BLAKE2B 
bb6bf3c4908920bdbf4b5b2f23f1bae2f201eb0ee2e05e7e403f732f244aede94c01acc337c519b41157ac0090770694a7794c3530b001455f046d32db1351d1
 SHA512 
bd50ea84d8a8b3573d5fbd8953110180fc91d703383f7574a40731cf7e0bb6ceb9165ef93e5598f14d5509d39791c05e9e8607014dfad417fa826502c0240902
+DIST dogpile.cache-1.0.2.tar.gz 351221 BLAKE2B 
7cca7e0c260ca68fb26c0db5b736de1e3586f22a14558b8b294dfd12452cd55d70eb75b7a01041001d1d8f5300d4b7d5b5c9ff9e52dc066514d908ae188a6f97
 SHA512 
b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
new file mode 100644
index 000..40848b853c5
--- /dev/null
+++ b/dev-python/dogpile-cache/dogpile-cache-1.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value."
+HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache;
+SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
+S="${WORKDIR}/dogpile.cache-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2020-08-07 Thread Hans de Graaff
commit: c5a64763d6d4a6a5da5e2dc97001274ed745aa93
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug  7 14:49:03 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug  8 05:49:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a64763

dev-ruby/mustermann: amd64 stable

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

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

diff --git a/dev-ruby/mustermann/mustermann-1.1.1.ebuild 
b/dev-ruby/mustermann/mustermann-1.1.1.ebuild
index abcb85b22d1..da2b84ef7cb 100644
--- a/dev-ruby/mustermann/mustermann-1.1.1.ebuild
+++ b/dev-ruby/mustermann/mustermann-1.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sinatra/mustermann;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/ruby2_keywords-0.0*"



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

2020-08-07 Thread Hans de Graaff
commit: 41193535c002d032c245484d94d5f99bd4d32ee1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug  7 09:27:27 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug  8 05:49:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41193535

dev-ruby/ruby2_keywords: amd64 stable

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

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

diff --git a/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.2.ebuild 
b/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.2.ebuild
index d146654b376..6b28fe2f28a 100644
--- a/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.2.ebuild
+++ b/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.2.ebuild
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/ruby/ruby2_keywords;
 
 LICENSE="Ruby"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""



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

2020-08-07 Thread Hans de Graaff
commit: 303c56665e8e439f738f7034a68171c9c40c3511
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug  7 09:10:46 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug  8 05:49:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303c5666

dev-ruby/mysql2: cleanup

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

 dev-ruby/mysql2/Manifest   |  1 -
 dev-ruby/mysql2/mysql2-0.5.2-r3.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/mysql2/Manifest b/dev-ruby/mysql2/Manifest
index 8574d78cebe..4c7bd875b75 100644
--- a/dev-ruby/mysql2/Manifest
+++ b/dev-ruby/mysql2/Manifest
@@ -1,3 +1,2 @@
 DIST mysql2-0.4.10.gem 97792 BLAKE2B 
4978a3fbc8e516e47907d73276b244e614248c031db7c0b7d76d20f1f845be11f7187795d3a989629ff849e2e1bd0454fd56bc7be6b692d9840838861bafdb4c
 SHA512 
1f9c8eb1b120cfc940b3aa26b2dff54735ccdf54fd6e6745e347179d29803b4a4d1f3b80a86f92dd534089f625ffcd6055458f27aaefebe58f8332890a842b43
-DIST mysql2-0.5.2.gem 99328 BLAKE2B 
0f1a0d4657e5933e14d445ceefc6ff605a8b07bc01686dd0a67e018c45857a92d25914e4f0aae1116ed1479583636cdbca2aaeb127b856b38052264d579991bf
 SHA512 
6013b0c862f24f0c20b22c50a17390a7a22390e661d0f1afb613177febfbf854f63aea9bc9aa8defc9521896144fbc035a8e16b135abb47384453a23dfd99566
 DIST mysql2-0.5.3.gem 74240 BLAKE2B 
9de25a34173ab952f6842f01d9207405c8bc6ed5937fdf66de4062129fc20f425635956f6d12f78466c8c341c49916f7d00df845f84a4101d34a98b1585b9919
 SHA512 
59a0ee00261b09e8bbfc586a6f75af840a465a94fd8c9463a3d7767e5ea6b7e64507c9571fb90c6d0cdde3cfff560c97fbf3f3c32b3916aca852ef5c41e1bce9

diff --git a/dev-ruby/mysql2/mysql2-0.5.2-r3.ebuild 
b/dev-ruby/mysql2/mysql2-0.5.2-r3.ebuild
deleted file mode 100644
index f53de26ac48..000
--- a/dev-ruby/mysql2/mysql2-0.5.2-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-# 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 ~sparc ~x86"
-IUSE="mysql mariadb"
-REQUIRED_USE="^^ ( mariadb mysql )"
-
-MDEPEND="mysql? ( dev-db/mysql-connector-c:= ) mariadb? ( 
dev-db/mariadb-connector-c:= )"
-DEPEND="${DEPEND} ${MDEPEND}"
-RDEPEND="${RDEPEND} ${MDEPEND}"
-
-each_ruby_configure() {
-   local config
-   if use mysql ; then
-   config="${EPREFIX}/usr/bin/mysql_config"
-   fi
-   if use mariadb ; then
-   config="${EPREFIX}/usr/bin/mariadb_config"
-   fi
-
-   ${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config="${config}" || 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: dev-lua/mpack/, profiles/arch/arm64/, dev-libs/msgpack/, dev-libs/libtermkey/, ...

2020-08-07 Thread Benda XU
commit: 82bb707343f38bdf473ef7373018899ec4c70071
Author: Benda Xu  gentoo  org>
AuthorDate: Sat Aug  8 03:55:45 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Sat Aug  8 05:45:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bb7073

app-editors/neovim: keyword ~arm64 with dependencies.

dev-libs/msgpack: keyword ~arm64 to 3.2.1.
dev-lua/mpack: keyword ~arm64 to 1.0.4.
profiles: mask dev-lua/mpack[test] on arm64.
dev-libs/unibilium: keyword ~arm64 to 2.0.0.
dev-libs/libtermkey: keyword ~arm64 to 0.22.

Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu  gentoo.org>

 app-editors/neovim/neovim-0.4.3.ebuild | 2 +-
 dev-libs/libtermkey/libtermkey-0.22.ebuild | 2 +-
 dev-libs/msgpack/msgpack-3.2.1.ebuild  | 2 +-
 dev-libs/unibilium/unibilium-2.0.0.ebuild  | 2 +-
 dev-lua/mpack/mpack-1.0.4.ebuild   | 2 +-
 profiles/arch/arm64/package.use.mask   | 4 
 6 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/app-editors/neovim/neovim-0.4.3.ebuild 
b/app-editors/neovim/neovim-0.4.3.ebuild
index 7891fa27662..4b797548ec1 100644
--- a/app-editors/neovim/neovim-0.4.3.ebuild
+++ b/app-editors/neovim/neovim-0.4.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/neovim/neovim.git;
 else
SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0 vim"

diff --git a/dev-libs/libtermkey/libtermkey-0.22.ebuild 
b/dev-libs/libtermkey/libtermkey-0.22.ebuild
index 6e849e353ae..4df93edfc85 100644
--- a/dev-libs/libtermkey/libtermkey-0.22.ebuild
+++ b/dev-libs/libtermkey/libtermkey-0.22.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.leonerd.org.uk/code/${PN}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="demos static-libs"
 
 RDEPEND="dev-libs/unibilium:="

diff --git a/dev-libs/msgpack/msgpack-3.2.1.ebuild 
b/dev-libs/msgpack/msgpack-3.2.1.ebuild
index 9e7faeb0218..a1129dcdc40 100644
--- a/dev-libs/msgpack/msgpack-3.2.1.ebuild
+++ b/dev-libs/msgpack/msgpack-3.2.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}-c.git;
 else

SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/cpp-${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="MessagePack is a binary-based efficient data interchange format"

diff --git a/dev-libs/unibilium/unibilium-2.0.0.ebuild 
b/dev-libs/unibilium/unibilium-2.0.0.ebuild
index 9df40a41a5d..22b6e120a8d 100644
--- a/dev-libs/unibilium/unibilium-2.0.0.ebuild
+++ b/dev-libs/unibilium/unibilium-2.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mauke/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3+ MIT"
 SLOT="0/4"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="static-libs"
 
 DEPEND="

diff --git a/dev-lua/mpack/mpack-1.0.4.ebuild b/dev-lua/mpack/mpack-1.0.4.ebuild
index 314cdc9708b..2e8a8290a19 100644
--- a/dev-lua/mpack/mpack-1.0.4.ebuild
+++ b/dev-lua/mpack/mpack-1.0.4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/libmpack-${PV}/binding/lua"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="luajit test"
 RESTRICT="!test? ( test )"
 

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index a20e594712e..e7dcffed438 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Benda Xu  (2020-08-08)
+# dev-lua/busted is not keyworded yet
+dev-lua/mpack test
+
 # Felix Janda  (2020-08-01)
 # Requires unkeyworded dev-lang/spidermonkey:17
 >=www-client/elinks-0.13.3 javascript



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2020-08-07 Thread Sam James
commit: 0319ec3082b4e56206396684dd02eb9c71eda223
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 05:23:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 05:23:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0319ec30

games-misc/lolcat: install lolcat binary

Closes: https://bugs.gentoo.org/721718
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 games-misc/lolcat/lolcat-100.0.1-r1.ebuild | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
new file mode 100644
index 000..6e6c7c7a085
--- /dev/null
+++ b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   dev-ruby/optimist:3
+   >=dev-ruby/paint-2.1:0"
+
+all_ruby_prepare() {
+   sed -e '/manpages/ s:^:#:' \
+   -e 's/git ls-files --/echo/' \
+   -e 's/git ls-files/find/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+   doman man/lolcat.6
+   ruby_fakegem_binwrapper lolcat
+}



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

2020-08-07 Thread Sam James
commit: c3b6a9195cdcad8e233e5f570114c8ff18f68327
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 04:42:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 04:42:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b6a919

media-libs/libjpeg-turbo: fix tests on ppc

Fix tests on PPC by applying upstream-recommended
workaround (-DFLOATTEST=64bit).

See https://github.com/libjpeg-turbo/libjpeg-turbo/issues/428
for details.

Bug: https://bugs.gentoo.org/727010
Closes: https://bugs.gentoo.org/715406
Thanks-to: ernsteiswuerfel  mailbox.org>
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4-r1.ebuild | 9 +
 media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild| 9 +
 2 files changed, 18 insertions(+)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4-r1.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4-r1.ebuild
index c929f7d5bde..4a05e15dcda 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4-r1.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.4-r1.ebuild
@@ -81,7 +81,16 @@ multilib_src_configure() {
-DWITH_JAVA="$(multilib_native_usex java)"
-DWITH_MEM_SRCDST=ON
)
+
[[ ${ABI} == "x32" ]] && mycmakeargs+=( -DREQUIRE_SIMD=OFF ) #420239
+
+   if use ppc ; then
+   # Workaround recommended by upstream:
+   # https://bugs.gentoo.org/715406#c9
+   # https://github.com/libjpeg-turbo/libjpeg-turbo/issues/428
+   mycmakeargs+=( -DFLOATTEST="64bit" )
+   fi
+
cmake_src_configure
 }
 

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild
index 66f92e41232..c344f315c60 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild
@@ -77,7 +77,16 @@ multilib_src_configure() {
-DWITH_JAVA="$(multilib_native_usex java)"
-DWITH_MEM_SRCDST=ON
)
+
[[ ${ABI} == "x32" ]] && mycmakeargs+=( -DREQUIRE_SIMD=OFF ) #420239
+
+   if use ppc ; then
+   # Workaround recommended by upstream:
+   # https://bugs.gentoo.org/715406#c9
+   # https://github.com/libjpeg-turbo/libjpeg-turbo/issues/428
+   mycmakeargs+=( -DFLOATTEST="64bit" )
+   fi
+
cmake_src_configure
 }
 



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

2020-08-07 Thread Sam James
commit: 0ff8bd0467e521c6efe96cf35f0d56a3db695368
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 03:53:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 03:53:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff8bd04

app-admin/apache-tools: Stabilize 2.4.46 arm64, #736282

Signed-off-by: Sam James  gentoo.org>

 app-admin/apache-tools/apache-tools-2.4.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.46.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
index 623418b24ee..7d014a764ca 100644
--- a/app-admin/apache-tools/apache-tools-2.4.46.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2020-08-07 Thread Sam James
commit: d248f9e69178a914affd187d03214e1c058cb102
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 03:54:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 03:54:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d248f9e6

www-servers/apache: Stabilize 2.4.46 amd64, #736282

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46.ebuild
index a1077455107..29e4a8b5fe4 100644
--- a/www-servers/apache/apache-2.4.46.ebuild
+++ b/www-servers/apache/apache-2.4.46.ebuild
@@ -136,7 +136,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



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

2020-08-07 Thread Sam James
commit: f156b64db3826320057855a418cd70c4d8c00258
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 03:53:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 03:53:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f156b64d

www-servers/apache: Stabilize 2.4.46 arm64, #736282

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46.ebuild
index 63d25d0f634..a1077455107 100644
--- a/www-servers/apache/apache-2.4.46.ebuild
+++ b/www-servers/apache/apache-2.4.46.ebuild
@@ -136,7 +136,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



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

2020-08-07 Thread Sam James
commit: 92eda09ac43e5c5b4d8a3ccd877192f1b76388a5
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 03:54:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 03:54:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92eda09a

app-admin/apache-tools: Stabilize 2.4.46 amd64, #736282

Signed-off-by: Sam James  gentoo.org>

 app-admin/apache-tools/apache-tools-2.4.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.46.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
index 7d014a764ca..5e330cc4ef1 100644
--- a/app-admin/apache-tools/apache-tools-2.4.46.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2020-08-07 Thread Sam James
commit: 1d05e8019b32383b3b262079b9397a6162587711
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 03:49:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 03:49:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d05e801

www-servers/apache: Stabilize 2.4.46 x86, #736282

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46.ebuild
index b49baaa1974..63d25d0f634 100644
--- a/www-servers/apache/apache-2.4.46.ebuild
+++ b/www-servers/apache/apache-2.4.46.ebuild
@@ -136,7 +136,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



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

2020-08-07 Thread Sam James
commit: 9c1dde61421f694af316cd56a0ebad345549d7e5
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 03:49:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 03:49:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1dde61

app-admin/apache-tools: Stabilize 2.4.46 x86, #736282

Signed-off-by: Sam James  gentoo.org>

 app-admin/apache-tools/apache-tools-2.4.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.46.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
index a3466bbebd5..623418b24ee 100644
--- a/app-admin/apache-tools/apache-tools-2.4.46.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2020-08-07 Thread Sam James
commit: a096f77c83f0b6232f9fe7c4553ba3f29b3c8995
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a096f77c

media-plugins/gst-plugins-meta: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-meta/gst-plugins-meta-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.16.2.ebuild 
b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.16.2.ebuild
index b5707813524..8b99ab38747 100644
--- a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.16.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="metapackage"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass 
libvisual mms mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi 
vcd vorbis vpx wavpack X x264"
 REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
 



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

2020-08-07 Thread Sam James
commit: 31e53b49f4410a36c2118277169de3caa9b2b9c7
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e53b49

media-plugins/gst-plugins-assrender: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.16.2.ebuild 
b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.16.2.ebuild
index 2c15f3b2696..ae79abd8ad8 100644
--- a/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="ASS/SSA rendering with effects support plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libass-0.10.2:=[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: 714b922c061af5d36947e679a5ab4463c46245c1
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714b922c

media-plugins/gst-plugins-opus: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.2.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.2.ebuild
index 0d9bf54a5dc..388dac0d343 100644
--- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="Opus audio parser plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: 781e54b829640a4b14ab1d5f7d158e6b49755afe
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781e54b8

media-plugins/gst-plugins-flac: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-flac/gst-plugins-flac-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.16.2.ebuild 
b/media-plugins/gst-plugins-flac/gst-plugins-flac-1.16.2.ebuild
index 80003b35482..8f3a76048b6 100644
--- a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-flac/gst-plugins-flac-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="FLAC encoder/decoder/tagger plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-ugly/

2020-08-07 Thread Sam James
commit: 163aa1e60e1ca4a012a6b12db60f1188456eabad
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163aa1e6

media-libs/gst-plugins-ugly: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-libs/gst-plugins-ugly/gst-plugins-ugly-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.16.2.ebuild 
b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.16.2.ebuild
index ea99b5cda7c..74f61e39d40 100644
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.16.2.ebuild
+++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.16.2.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL 
library
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]



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

2020-08-07 Thread Sam James
commit: f36e14d032977e09dcd6793296ae02df63d05709
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36e14d0

media-plugins/gst-plugins-vpx: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.2.ebuild 
b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.2.ebuild
index e2430630414..22fc509f144 100644
--- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit autotools gstreamer
 
 DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: b825bc48230bb35f70519222adfb63518ce02ea2
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b825bc48

media-plugins/gst-plugins-dvb: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.16.2.ebuild 
b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.16.2.ebuild
index c8d270539c1..358d5ef09c5 100644
--- a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPION="DVB device capture plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=""



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

2020-08-07 Thread Sam James
commit: 57bf7a7a20b752e34f7e3bf8dc18342ad3b0b57a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57bf7a7a

media-plugins/gst-plugins-gdkpixbuf: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.16.2.ebuild 
b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.16.2.ebuild
index a1e2bf4b6a8..e15478ce573 100644
--- a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="Image decoder, overlay and sink plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: 46eb8d5c71a6b57cc9ab7947f923108f98ec2e37
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46eb8d5c

media-plugins/gst-plugins-oss: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.2.ebuild 
b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.2.ebuild
index 0468f946895..89a41f298af 100644
--- a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="OSS (Open Sound System) support plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2020-08-07 Thread Sam James
commit: bd202458913816163eb4c83264794f2f89ee9f81
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd202458

media-plugins/gst-plugins-mpg123: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.2.ebuild 
b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.2.ebuild
index 7b1b0c3f4e6..7972fc74ad1 100644
--- a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="MP3 decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2020-08-07 Thread Sam James
commit: 16f107be1b85952aebc777ec13c1c21bcc091cb2
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f107be

media-plugins/gst-plugins-x264: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.2.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.2.ebuild
index 5965ccfbb71..6c7510fa2bf 100644
--- a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="H.264 encoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 # 20111220 ensures us X264_BUILD >= 120



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

2020-08-07 Thread Sam James
commit: 7b470501c747aa0f094b77666fc6b6320bb2922a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b470501

media-plugins/gst-plugins-v4l2: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.2.ebuild 
b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.2.ebuild
index 5d51a608f92..8a33add9735 100644
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="V4L2 source/sink plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="udev"
 
 RDEPEND="



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

2020-08-07 Thread Sam James
commit: 68f81db6aed72a81f8d561d01917f75108577e05
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f81db6

media-plugins/gst-plugins-pulse: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.2.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.2.ebuild
index 4f77bba5531..103a5f75673 100644
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PulseAudio sound server plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2020-08-07 Thread Sam James
commit: aa4d7ae5f05095b30e0cb94e32bd174e33d113ff
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4d7ae5

media-plugins/gst-plugins-mpeg2dec: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.2.ebuild 
b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.2.ebuild
index 244081e1998..6e277f3e250 100644
--- a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="MPEG2 decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: cfb2afbe4c0d63fd4056553c86330acd00479181
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb2afbe

media-plugins/gst-plugins-libav: Stabilize 1.16.2-r1 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2-r1.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2-r1.ebuild
index 0f840307308..95549622530 100644
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2-r1.ebuild
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
 LICENSE="LGPL-2+"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86"
 IUSE="+orc"
 
 RDEPEND="



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

2020-08-07 Thread Sam James
commit: e9daf62913fb4def65c8b361b05fc619bd2e6f3a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9daf629

media-plugins/gst-plugins-dvdread: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.16.2.ebuild 
b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.16.2.ebuild
index 57dc8970f4e..7e81d171991 100644
--- a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="DVD read plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: 44c4c1a4e72204328c1ba50a3fa5b639d301eddc
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c4c1a4

media-plugins/gst-plugins-jpeg: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.16.2.ebuild 
b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.16.2.ebuild
index 4cb1b1f6d9e..f9667cd425f 100644
--- a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="JPEG image encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: 838cb238342ff4e06ff6852e75488b2fe73f1e0b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838cb238

media-plugins/gst-plugins-gtk: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild 
b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild
index 343c25e66d5..bceb5712dc1 100644
--- a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Video sink plugin for GStreamer that renders to a GtkWidget"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+egl gles2 +opengl wayland +X" # Keep default IUSE mirrored with 
gst-plugins-base
 # egl, wayland and X only matters if gst-plugins-base is built with USE=opengl 
and/or USE=gles2
 # We mirror egl/gles2/opengl/wayland/X due to automagic detection from 
gstreamer-gl.pc variables;



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

2020-08-07 Thread Sam James
commit: 2b004100686624e3c3f6a6b8f279f84d8ab4f1fc
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b004100

media-plugins/gst-plugins-jack: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild 
b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild
index 103920bf70e..81e5adf5043 100644
--- a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="JACK audio server source/sink plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="virtual/jack[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: 21df6e03511ec931d96b7b77227401f937bdfedf
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21df6e03

media-plugins/gst-plugins-cdparanoia: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 .../gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.16.2.ebuild 
b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.16.2.ebuild
index cce2ab153da..64f9a11ec91 100644
--- a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/cdparanoia-3.10.2-r6[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: a0c88c5ee4dedac82c500b18751948762a652af8
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c88c5e

media-plugins/gst-plugins-taglib: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.2.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.2.ebuild
index 0fa1b1930a2..fec6fa25251 100644
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"



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

2020-08-07 Thread Sam James
commit: 1cc9a40cd2ca982c529bf935ec183f4a21cea380
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc9a40c

media-plugins/gst-plugins-a52dec: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.16.2.ebuild 
b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.16.2.ebuild
index d54499f4a7a..fbedc9f2d13 100644
--- a/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="ATSC A/52 audio decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



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

2020-08-07 Thread Sam James
commit: 4f17fc86d9ab017ec2f3cad7af731e1299e417cb
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f17fc86

media-plugins/gst-plugins-resindvd: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.2.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.2.ebuild
index 2006b29a367..4cf1a1f6495 100644
--- a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="DVD playback support plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2020-08-07 Thread Sam James
commit: ef896fbf6cf994d37bac67fd3fe93434d84cccac
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef896fbf

media-plugins/gst-plugins-srtp: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.2.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.2.ebuild
index fb70a29d61c..6ae0c915dc4 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-08-07 Thread Sam James
commit: b065721f0cb79b2c2cf8279eca626c2e9db97851
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 02:40:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 02:40:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b065721f

media-plugins/gst-plugins-soup: Stabilize 1.16.2 arm, #728940

Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild 
b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild
index bd1c4465050..ba2a8664bb8 100644
--- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="HTTP client source/sink plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x64-macos"
 IUSE=""
 
 RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]"



[gentoo-commits] proj/portage:master commit in: lib/portage/tests/util/futures/asyncio/

2020-08-07 Thread Zac Medico
commit: 570faa2a3bd095e4ec86abcf85df3c79a0b418cf
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug  8 03:01:35 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug  8 03:03:02 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=570faa2a

EventLoopInForkTestCase: use AsyncFunction

Signed-off-by: Zac Medico  gentoo.org>

 .../futures/asyncio/test_event_loop_in_fork.py | 23 +-
 1 file changed, 5 insertions(+), 18 deletions(-)

diff --git a/lib/portage/tests/util/futures/asyncio/test_event_loop_in_fork.py 
b/lib/portage/tests/util/futures/asyncio/test_event_loop_in_fork.py
index 177953437..e409fd52b 100644
--- a/lib/portage/tests/util/futures/asyncio/test_event_loop_in_fork.py
+++ b/lib/portage/tests/util/futures/asyncio/test_event_loop_in_fork.py
@@ -1,17 +1,16 @@
-# Copyright 2018 Gentoo Foundation
+# Copyright 2018-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-import multiprocessing
 import os
 
 from portage.tests import TestCase
+from portage.util._async.AsyncFunction import AsyncFunction
 from portage.util._eventloop.global_event_loop import global_event_loop
 from portage.util.futures import asyncio
 from portage.util.futures.unix_events import DefaultEventLoopPolicy
 
 
-def fork_main(parent_conn, child_conn):
-   parent_conn.close()
+def fork_main():
loop = asyncio._wrap_loop()
# This fails with python's default event loop policy,
# see https://bugs.python.org/issue22087.
@@ -21,21 +20,9 @@ def fork_main(parent_conn, child_conn):
 
 def async_main(fork_exitcode, loop=None):
loop = asyncio._wrap_loop(loop)
-
-   # Since python2.7 does not support Process.sentinel, use Pipe to
-   # monitor for process exit.
-   parent_conn, child_conn = multiprocessing.Pipe()
-
-   def eof_callback(proc):
-   loop.remove_reader(parent_conn.fileno())
-   parent_conn.close()
-   proc.join()
-   fork_exitcode.set_result(proc.exitcode)
-
-   proc = multiprocessing.Process(target=fork_main, args=(parent_conn, 
child_conn))
-   loop.add_reader(parent_conn.fileno(), eof_callback, proc)
+   proc = AsyncFunction(scheduler=loop, target=fork_main)
proc.start()
-   child_conn.close()
+   proc.async_wait().add_done_callback(lambda future: 
fork_exitcode.set_result(future.result()))
 
 
 class EventLoopInForkTestCase(TestCase):



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

2020-08-07 Thread Sam James
commit: 954933852064841516d3505c6151b3ae38a60e48
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 01:27:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 01:27:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95493385

app-admin/apache-tools: Stabilize 2.4.46 sparc, #736282

Signed-off-by: Sam James  gentoo.org>

 app-admin/apache-tools/apache-tools-2.4.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.46.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
index 4ebc71be533..a3466bbebd5 100644
--- a/app-admin/apache-tools/apache-tools-2.4.46.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2020-08-07 Thread Sam James
commit: 60bd62625da265905c2b60e89ad607e522e69fe5
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 01:27:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 01:27:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bd6262

www-servers/apache: Stabilize 2.4.46 sparc, #736282

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46.ebuild
index 14a52f33942..b49baaa1974 100644
--- a/www-servers/apache/apache-2.4.46.ebuild
+++ b/www-servers/apache/apache-2.4.46.ebuild
@@ -136,7 +136,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/

2020-08-07 Thread Sam James
commit: 243bd77bcae07f56171972957b0a4415012fbad9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 01:23:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 01:23:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243bd77b

sci-physics/lammps: Stabilize 20200303 amd64, #721420

Signed-off-by: Sam James  gentoo.org>

 sci-physics/lammps/lammps-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/lammps/lammps-20200303.ebuild 
b/sci-physics/lammps/lammps-20200303.ebuild
index 2324517171a..aa161200f77 100644
--- a/sci-physics/lammps/lammps-20200303.ebuild
+++ b/sci-physics/lammps/lammps-20200303.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/lammps/lammps/archive/${MY_PV}.tar.gz -> ${MY_P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="cuda examples gzip kokkos lammps-memalign mpi netcdf python test"
 RESTRICT="!test? ( test )"
 



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

2020-08-07 Thread Sam James
commit: 9c9ba1c01c5002a4810b65d4b16513d4318949b5
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 01:23:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 01:23:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9ba1c0

dev-cpp/kokkos: Stabilize 3.0.00 amd64, #721420

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/kokkos/kokkos-3.0.00.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/kokkos/kokkos-3.0.00.ebuild 
b/dev-cpp/kokkos/kokkos-3.0.00.ebuild
index b8bceaa6fda..26eebf60bcd 100644
--- a/dev-cpp/kokkos/kokkos-3.0.00.ebuild
+++ b/dev-cpp/kokkos/kokkos-3.0.00.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 -x86"
+KEYWORDS="amd64 -x86"
 IUSE="+openmp test"
 RESTRICT="!test? ( test )"
 



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

2020-08-07 Thread Sam James
commit: d1be0343744296a6f2d1b0f01c9152b41c8b25f7
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 00:25:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 00:25:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1be0343

www-servers/apache: Stabilize 2.4.46 arm, #736282

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46.ebuild
index 20e85481f05..14a52f33942 100644
--- a/www-servers/apache/apache-2.4.46.ebuild
+++ b/www-servers/apache/apache-2.4.46.ebuild
@@ -136,7 +136,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



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

2020-08-07 Thread Sam James
commit: d1f84965249ec5ebfc4731b9d70177592eedb834
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 00:27:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 00:27:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f84965

dev-python/m2crypto: Stabilize 0.35.2 s390, #725150

Signed-off-by: Sam James  gentoo.org>

 dev-python/m2crypto/m2crypto-0.35.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/m2crypto/m2crypto-0.35.2.ebuild 
b/dev-python/m2crypto/m2crypto-0.35.2.ebuild
index 6df83df59ac..cdf94b348b4 100644
--- a/dev-python/m2crypto/m2crypto-0.35.2.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.35.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libressl"
 
 RDEPEND="



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

2020-08-07 Thread Sam James
commit: 1536bd0d5cb4674fa5b78f3b689a79ed1d23b244
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 00:25:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 00:25:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1536bd0d

app-admin/apache-tools: Stabilize 2.4.46 arm, #736282

Signed-off-by: Sam James  gentoo.org>

 app-admin/apache-tools/apache-tools-2.4.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.46.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
index a01851ad496..4ebc71be533 100644
--- a/app-admin/apache-tools/apache-tools-2.4.46.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2020-08-07 Thread Andreas Sturmlechner
commit: c50b767f6c7335c54a3fe94180ff098654b843c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  7 20:23:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50b767f

media-libs/avidemux-plugins: Drop 2.7.3, 2.7.4 (r0)

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

 media-libs/avidemux-plugins/Manifest   |   1 -
 .../avidemux-plugins/avidemux-plugins-2.7.3.ebuild | 165 -
 .../avidemux-plugins/avidemux-plugins-2.7.4.ebuild | 161 
 3 files changed, 327 deletions(-)

diff --git a/media-libs/avidemux-plugins/Manifest 
b/media-libs/avidemux-plugins/Manifest
index 7d6012ce4fc..81a3ad8e8a8 100644
--- a/media-libs/avidemux-plugins/Manifest
+++ b/media-libs/avidemux-plugins/Manifest
@@ -1,2 +1 @@
-DIST avidemux-2.7.3.tar.gz 23772654 BLAKE2B 
f946c267140bc8aebda2ce027ed8cb7c84a98a401255d3e0cdaf7498680e8bd9c78a33c122cb177d397ed2dd6bc3c29d7508578028c2964c2897279bf860b62d
 SHA512 
d7761de1c40de1b824efbcf24173ea738a2e0ba7fa41cefa09e7bac3ec97f3af4b04201e36f9de50ade2b09e394aa99ed1d4907f90bb132f9896e8f1b5e82d7a
 DIST avidemux-2.7.4.tar.gz 23815808 BLAKE2B 
3a7206f04f568f28dd4d5116c580dd780b057a59e94dd61a2abe5dadfa557291a0c50f917ad1926f9f9a82d01af065c06138f954320e2d9c174fda7583a6b265
 SHA512 
36d857837cd6a74039a414df16367cd8cbf615173bcc531e57dc0dbfc2e002b1c0c4a80cef73a0d8f25d305deca809af0b5cbcdbad8c311324fa2e64381fd10b

diff --git a/media-libs/avidemux-plugins/avidemux-plugins-2.7.3.ebuild 
b/media-libs/avidemux-plugins/avidemux-plugins-2.7.3.ebuild
deleted file mode 100644
index be42b085469..000
--- a/media-libs/avidemux-plugins/avidemux-plugins-2.7.3.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python3_6 )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="Plugins for the video editor media-video/avidemux"
-HOMEPAGE="http://fixounet.free.fr/avidemux;
-SRC_URI="https://github.com/mean00/avidemux2/archive/${PV}.tar.gz -> 
avidemux-${PV}.tar.gz"
-
-# Multiple licenses because of all the bundled stuff.
-LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
-SLOT="2.7"
-IUSE="a52 aac aften alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame 
libsamplerate cpu_flags_x86_mmx nvenc opengl opus oss pulseaudio qt5 truetype 
twolame vdpau vorbis vpx x264 x265 xv xvid"
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   ~media-libs/avidemux-core-${PV}:${SLOT}[vdpau?]
-   ~media-video/avidemux-${PV}:${SLOT}[opengl?,qt5?]
-   >=dev-lang/spidermonkey-1.5-r2:0=
-   dev-libs/libxml2:2
-   media-libs/a52dec:0
-   media-libs/libass:0=
-   media-libs/libmad:0
-   media-libs/libmp4v2:0
-   media-libs/libpng:0=
-   virtual/libiconv:0
-   aac? (
-   >=media-libs/faac-1.29.9.2:0
-   media-libs/faad2:0
-   )
-   aften? ( media-libs/aften:0 )
-   alsa? ( >=media-libs/alsa-lib-1.0.3b-r2:0 )
-   amr? ( media-libs/opencore-amr:0 )
-   dcaenc? ( media-sound/dcaenc:0 )
-   dts? ( media-libs/libdca:0 )
-   fdk? ( media-libs/fdk-aac:0= )
-   fontconfig? ( media-libs/fontconfig:1.0 )
-   fribidi? ( dev-libs/fribidi:0 )
-   jack? (
-   media-sound/jack-audio-connection-kit:0
-   libsamplerate? ( media-libs/libsamplerate:0 )
-   )
-   lame? ( media-sound/lame:0 )
-   nvenc? ( amd64? ( media-video/nvidia_video_sdk:0 ) )
-   opus? ( media-libs/opus:0 )
-   pulseaudio? ( media-sound/pulseaudio:0 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   truetype? ( media-libs/freetype:2 )
-   twolame? ( media-sound/twolame:0 )
-   vorbis? ( media-libs/libvorbis:0 )
-   vpx? ( media-libs/libvpx:0= )
-   x264? ( media-libs/x264:0= )
-   x265? ( media-libs/x265:0= )
-   xv? (
-   x11-libs/libX11:0
-   x11-libs/libXext:0
-   x11-libs/libXv:0
-   )
-   xvid? ( media-libs/xvid:0 )
-"
-DEPEND="${COMMON_DEPEND}
-   oss? ( virtual/os-headers:0 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !http://fixounet.free.fr/avidemux;
-SRC_URI="https://github.com/mean00/avidemux2/archive/${PV}.tar.gz -> 
avidemux-${PV}.tar.gz"
-
-# Multiple licenses because of all the bundled stuff.
-LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
-SLOT="2.7"
-IUSE="a52 aac aften alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame 
libsamplerate cpu_flags_x86_mmx nvenc opengl opus oss pulseaudio qt5 truetype 
twolame vdpau vorbis vpx x264 x265 xv xvid"
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-  

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

2020-08-07 Thread Andreas Sturmlechner
commit: 1a0d283aac7962bf749e58c577c05f09c6fe95bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  7 20:24:32 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0d283a

media-libs/avidemux-core: Drop 2.7.3-r1

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

 media-libs/avidemux-core/Manifest  |  1 -
 .../avidemux-core/avidemux-core-2.7.3-r1.ebuild| 88 --
 .../files/avidemux-core-2.7.3-permissions.patch| 28 ---
 3 files changed, 117 deletions(-)

diff --git a/media-libs/avidemux-core/Manifest 
b/media-libs/avidemux-core/Manifest
index 7d6012ce4fc..81a3ad8e8a8 100644
--- a/media-libs/avidemux-core/Manifest
+++ b/media-libs/avidemux-core/Manifest
@@ -1,2 +1 @@
-DIST avidemux-2.7.3.tar.gz 23772654 BLAKE2B 
f946c267140bc8aebda2ce027ed8cb7c84a98a401255d3e0cdaf7498680e8bd9c78a33c122cb177d397ed2dd6bc3c29d7508578028c2964c2897279bf860b62d
 SHA512 
d7761de1c40de1b824efbcf24173ea738a2e0ba7fa41cefa09e7bac3ec97f3af4b04201e36f9de50ade2b09e394aa99ed1d4907f90bb132f9896e8f1b5e82d7a
 DIST avidemux-2.7.4.tar.gz 23815808 BLAKE2B 
3a7206f04f568f28dd4d5116c580dd780b057a59e94dd61a2abe5dadfa557291a0c50f917ad1926f9f9a82d01af065c06138f954320e2d9c174fda7583a6b265
 SHA512 
36d857837cd6a74039a414df16367cd8cbf615173bcc531e57dc0dbfc2e002b1c0c4a80cef73a0d8f25d305deca809af0b5cbcdbad8c311324fa2e64381fd10b

diff --git a/media-libs/avidemux-core/avidemux-core-2.7.3-r1.ebuild 
b/media-libs/avidemux-core/avidemux-core-2.7.3-r1.ebuild
deleted file mode 100644
index 1b987f4d1e1..000
--- a/media-libs/avidemux-core/avidemux-core-2.7.3-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-
-inherit cmake
-
-DESCRIPTION="Core libraries for simple video cutting, filtering and encoding 
tasks"
-HOMEPAGE="http://fixounet.free.fr/avidemux;
-SRC_URI="https://github.com/mean00/avidemux2/archive/${PV}.tar.gz -> 
avidemux-${PV}.tar.gz"
-
-# Multiple licenses because of all the bundled stuff.
-LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
-SLOT="2.7"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau xv"
-
-# Trying to use virtual; ffmpeg misses aac,cpudetection USE flags now though, 
are they needed?
-DEPEND="dev-db/sqlite:3
-   nvenc? ( media-video/nvidia_video_sdk )
-   sdl? ( media-libs/libsdl:0 )
-   system-ffmpeg? ( >=media-video/ffmpeg-9:0[mp3,theora] )
-   vaapi? ( x11-libs/libva:0= )
-   vdpau? ( x11-libs/libvdpau:0 )
-   xv? ( x11-libs/libXv:0 )
-"
-RDEPEND="${DEPEND}
-   !
-Date: Wed, 14 Aug 2019 03:35:01 +0300
-Subject: [PATCH] [cmake] Fix library permissions
-
-Upstream-Status: Submitted
-[https://github.com/mean00/avidemux2/pull/179]
-Signed-off-by: Stefan Strogin 

- cmake/admInstallDir.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmake/admInstallDir.cmake b/cmake/admInstallDir.cmake
-index ab16f283d..5af762626 100644
 a/cmake/admInstallDir.cmake
-+++ b/cmake/admInstallDir.cmake
-@@ -55,7 +55,7 @@ ENDMACRO(ADM_INSTALL_LIB )
- MACRO (ADM_INSTALL_LIB_FILES files)
- INSTALL(FILES ${files} 
- DESTINATION ${AVIDEMUX_LIB_DIR}
--PERMISSIONS WORLD_READ WORLD_EXECUTE OWNER_WRITE 
OWNER_READ OWNER_EXECUTE
-+PERMISSIONS WORLD_READ WORLD_EXECUTE GROUP_READ 
GROUP_EXECUTE OWNER_WRITE OWNER_READ OWNER_EXECUTE
- COMPONENT  runtime
- )
- ENDMACRO (ADM_INSTALL_LIB_FILES)
--- 
-2.22.0
-



[gentoo-commits] repo/gentoo:master commit in: media-video/avidemux/files/, media-video/avidemux/

2020-08-07 Thread Andreas Sturmlechner
commit: 70b588220d72abdea37ad93d104bbe364c51a934
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  7 20:23:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b58822

media-video/avidemux: Drop 2.7.3

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

 media-video/avidemux/Manifest  |   1 -
 media-video/avidemux/avidemux-2.7.3.ebuild | 141 -
 .../avidemux/files/avidemux-2.7.3-desktop.patch|  20 ---
 3 files changed, 162 deletions(-)

diff --git a/media-video/avidemux/Manifest b/media-video/avidemux/Manifest
index 7d6012ce4fc..81a3ad8e8a8 100644
--- a/media-video/avidemux/Manifest
+++ b/media-video/avidemux/Manifest
@@ -1,2 +1 @@
-DIST avidemux-2.7.3.tar.gz 23772654 BLAKE2B 
f946c267140bc8aebda2ce027ed8cb7c84a98a401255d3e0cdaf7498680e8bd9c78a33c122cb177d397ed2dd6bc3c29d7508578028c2964c2897279bf860b62d
 SHA512 
d7761de1c40de1b824efbcf24173ea738a2e0ba7fa41cefa09e7bac3ec97f3af4b04201e36f9de50ade2b09e394aa99ed1d4907f90bb132f9896e8f1b5e82d7a
 DIST avidemux-2.7.4.tar.gz 23815808 BLAKE2B 
3a7206f04f568f28dd4d5116c580dd780b057a59e94dd61a2abe5dadfa557291a0c50f917ad1926f9f9a82d01af065c06138f954320e2d9c174fda7583a6b265
 SHA512 
36d857837cd6a74039a414df16367cd8cbf615173bcc531e57dc0dbfc2e002b1c0c4a80cef73a0d8f25d305deca809af0b5cbcdbad8c311324fa2e64381fd10b

diff --git a/media-video/avidemux/avidemux-2.7.3.ebuild 
b/media-video/avidemux/avidemux-2.7.3.ebuild
deleted file mode 100644
index 5b4a9629c09..000
--- a/media-video/avidemux/avidemux-2.7.3.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-
-inherit cmake desktop qmake-utils xdg
-
-DESCRIPTION="Video editor designed for simple cutting, filtering and encoding 
tasks"
-HOMEPAGE="http://fixounet.free.fr/avidemux;
-SRC_URI="https://github.com/mean00/avidemux2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-# Multiple licenses because of all the bundled stuff.
-LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
-SLOT="2.7"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug nls nvenc opengl qt5 sdl vaapi vdpau xv"
-
-COMMON_DEPEND="
-   
~media-libs/avidemux-core-${PV}:${SLOT}[nls?,sdl?,vaapi?,vdpau?,xv?,nvenc?]
-   nvenc? ( amd64? ( media-video/nvidia_video_sdk:0 ) )
-   opengl? ( virtual/opengl:0 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   )
-   vaapi? ( x11-libs/libva:0= )
-"
-DEPEND="${COMMON_DEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   nls? ( virtual/libintl:0 )
-   ! avidemux-2.7
-   sed -i -e "/^Icon/ s:${PN}\.png:${PN}-${SLOT}:" appImage/${PN}.desktop 
|| \
-   die "Icon name fix failed."
-
-   # The desktop file is broken. It uses avidemux2 instead of avidemux3
-   # so it will actually launch avidemux-2.7 if it is installed.
-   sed -i -e "/^Exec/ s:${PN}2:${PN}3:" appImage/${PN}.desktop || \
-   die "Desktop file fix failed."
-   if use qt5; then
-   sed -i -re '/^Exec/ s:(avidemux3_)gtk:\1qt5:' 
appImage/${PN}.desktop || \
-   die "Desktop file fix failed."
-   fi
-
-   # QA warnings: missing trailing ';' and 'Application' is deprecated.
-   sed -i -e 's/Application;AudioVideo/AudioVideo;/g' 
appImage/${PN}.desktop || \
-   die "Desktop file fix failed."
-
-   # Now rename the desktop file to not collide with 2.6.
-   mv appImage/${PN}.desktop ${PN}-${SLOT}.desktop || die "Collision 
rename failed."
-
-   # Remove "Build Option" dialog because it doesn't reflect
-   # what the GUI can or has been built with. (Bug #463628)
-   sed -i -e '/Build Option/d' avidemux/common/ADM_commonUI/myOwnMenu.h || 
\
-   die "Couldn't remove \"Build Option\" dialog."
-}
-
-src_configure() {
-   # See bug 432322.
-   use x86 && replace-flags -O0 -O1
-
-   # The build relies on an avidemux-core header that uses 'nullptr'
-   # which is from >=C++11. Let's use the GCC-6 default C++ dialect.
-   append-cxxflags -std=c++14
-
-   local mycmakeargs=(
-   -DGETTEXT="$(usex nls)"
-   -DSDL="$(usex sdl)"
-   -DLibVA="$(usex vaapi)"
-   -DVDPAU="$(usex vdpau)"
-   -DXVIDEO="$(usex xv)"
-   )
-
-   if use qt5 ; then
-   mycmakeargs+=(
-   -DENABLE_QT5="$(usex qt5)"
-   -DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease"
-   )
-   fi
-
-   if use debug ; then
-   mycmakeargs+=( -DVERBOSE=1 -DADM_DEBUG=1 )
-   fi
-
-   

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

2020-08-07 Thread Andreas Sturmlechner
commit: 4acad5cd16f4320eecc8476240e67d8a73a2473a
Author: Henrik Pihl  gmail  com>
AuthorDate: Fri Jul 24 20:35:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acad5cd

games-board/chessx: Add missing dependency

Closes: https://bugs.gentoo.org/732856
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Henrik Pihl  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16804
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-board/chessx/{chessx-1.5.4.ebuild => chessx-1.5.4-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-board/chessx/chessx-1.5.4.ebuild 
b/games-board/chessx/chessx-1.5.4-r1.ebuild
similarity index 98%
rename from games-board/chessx/chessx-1.5.4.ebuild
rename to games-board/chessx/chessx-1.5.4-r1.ebuild
index e0d0825a1ae..9293cbb1be7 100644
--- a/games-board/chessx/chessx-1.5.4.ebuild
+++ b/games-board/chessx/chessx-1.5.4-r1.ebuild
@@ -21,6 +21,7 @@ RDEPEND="
dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
dev-qt/qtprintsupport:5
+   dev-qt/qtspeech:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5



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

2020-08-07 Thread Andreas Sturmlechner
commit: c5c508ab45a15ab7e3a1be90910a4b687d2601b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  7 20:14:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c508ab

media-sound/horgand: virtual/jack, sort deps

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

 .../{horgand-1.14-r1.ebuild => horgand-1.14-r2.ebuild} | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-sound/horgand/horgand-1.14-r1.ebuild 
b/media-sound/horgand/horgand-1.14-r2.ebuild
similarity index 87%
rename from media-sound/horgand/horgand-1.14-r1.ebuild
rename to media-sound/horgand/horgand-1.14-r2.ebuild
index aa695073949..2de59fda12c 100644
--- a/media-sound/horgand/horgand-1.14-r1.ebuild
+++ b/media-sound/horgand/horgand-1.14-r2.ebuild
@@ -13,18 +13,18 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc sparc x86"
 
-RDEPEND="x11-libs/fltk:1
-   x11-libs/libXpm
-   media-libs/libsndfile
+RDEPEND="
media-libs/alsa-lib
+   media-libs/libsndfile
media-sound/alsa-utils
-   media-sound/jack-audio-connection-kit"
+   virtual/jack
+   x11-libs/fltk:1
+   x11-libs/libXpm
+"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-PATCHES=(
-   "${FILESDIR}/${P}-overflow.patch"
-)
+PATCHES=( "${FILESDIR}/${P}-overflow.patch" )
 
 src_compile() {
emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config 
--cxxflags) \



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kblog/, profiles/

2020-08-07 Thread Andreas Sturmlechner
commit: f9300873b60d204af98b5a6c870ffa57999fca7e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  7 18:21:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9300873

kde-apps/kblog: Remove last-rited package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kblog/Manifest |  1 -
 kde-apps/kblog/kblog-20.04.2.ebuild | 26 --
 kde-apps/kblog/metadata.xml |  8 
 profiles/package.mask   |  5 -
 4 files changed, 40 deletions(-)

diff --git a/kde-apps/kblog/Manifest b/kde-apps/kblog/Manifest
deleted file mode 100644
index 485d074e194..000
--- a/kde-apps/kblog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kblog-20.04.2.tar.xz 72860 BLAKE2B 
8df12706758229acb4488a492f52b8d54d3d056a909f35e316eb05bbf36f5d3c1cf6464bffcbd5ee3b08cb7f306447753ae1f7a04be2df4bff3e0fa73c00d3c9
 SHA512 
e988d7ba649cf48dba77053ebee150963ce90432bf3d533b8f0a6c7defa96a89a5a13844b220dcb39360501965bb62dcc19c0c5d79ed83eebdaa6e7c2ec49653

diff --git a/kde-apps/kblog/kblog-20.04.2.ebuild 
b/kde-apps/kblog/kblog-20.04.2.ebuild
deleted file mode 100644
index 50d257e65f1..000
--- a/kde-apps/kblog/kblog-20.04.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.70.0
-inherit ecm kde.org
-
-DESCRIPTION="Library providing client-side support for web application remote 
blogging APIs"
-HOMEPAGE="https://api.kde.org/kdepim/kblog/html/index.html;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/kcalendarcore-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kxmlrpcclient-${KFMIN}:5
-   >=kde-frameworks/syndication-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kblog/metadata.xml b/kde-apps/kblog/metadata.xml
deleted file mode 100644
index 2fdbf33d963..000
--- a/kde-apps/kblog/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 074f3735168..25915c3c90c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -668,11 +668,6 @@ dev-tex/xmltex
 # Removal in 30 days
 dev-perl/gnome2-perl
 
-# Andreas Sturmlechner  (2020-07-09)
-# Dead upstream, no reverse dependencies.
-# Removal in 30 days.
-kde-apps/kblog
-
 # Sergei Trofimovich  (2020-07-05)
 # No upstream activity in past few years.
 # Needs porting to gtk3/fxce4panel-4.15: bug #729492.



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2020-08-07 Thread Andreas Sturmlechner
commit: b3a91cdc32115505e0be210111982d71dc358d99
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 25 16:25:35 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a91cdc

app-office/libreoffice: Install LibreOfficeKit headers

Closes: https://bugs.gentoo.org/703474
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/libreoffice-6.4..ebuild | 4 
 app-office/libreoffice/libreoffice-.ebuild | 4 
 2 files changed, 8 insertions(+)

diff --git a/app-office/libreoffice/libreoffice-6.4..ebuild 
b/app-office/libreoffice/libreoffice-6.4..ebuild
index 727d2c010c5..e10dd60165c 100644
--- a/app-office/libreoffice/libreoffice-6.4..ebuild
+++ b/app-office/libreoffice/libreoffice-6.4..ebuild
@@ -547,6 +547,10 @@ src_install() {
dodir /etc/env.d
echo 
"CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > 
"${ED}"/etc/env.d/99${PN} || die
fi
+
+   # bug 703474
+   insinto /usr/include
+   doins -r include/LibreOfficeKit
 }
 
 pkg_postinst() {

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 3e8136e6a80..de3b7091392 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -551,6 +551,10 @@ src_install() {
dodir /etc/env.d
echo 
"CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > 
"${ED}"/etc/env.d/99${PN} || die
fi
+
+   # bug 703474
+   insinto /usr/include
+   doins -r include/LibreOfficeKit
 }
 
 pkg_postinst() {



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

2020-08-07 Thread Andreas Sturmlechner
commit: cdbcc024d1469b5196eebea0a71d892ae0f80a9b
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Jun 22 21:59:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbcc024

media-sound/horgand: fix HOMEPAGE and SRC_URI

Properly migrated to EAPI 7, moved to sourceforge mirror of old
berlios.de.
Closes: https://bugs.gentoo.org/537762
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16377
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/horgand/horgand-1.14-r1.ebuild | 19 ---
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/media-sound/horgand/horgand-1.14-r1.ebuild 
b/media-sound/horgand/horgand-1.14-r1.ebuild
index a02538b9c3e..aa695073949 100644
--- a/media-sound/horgand/horgand-1.14-r1.ebuild
+++ b/media-sound/horgand/horgand-1.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,14 +6,12 @@ EAPI=7
 inherit desktop toolchain-funcs
 
 DESCRIPTION="Opensource software organ"
-HOMEPAGE="http://horgand.berlios.de;
-#SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+HOMEPAGE="https://sourceforge.net/projects/horgand.berlios/;
+SRC_URI="https://download.sourceforge.net/${PN}.berlios/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
 
 RDEPEND="x11-libs/fltk:1
x11-libs/libXpm
@@ -21,13 +19,12 @@ RDEPEND="x11-libs/fltk:1
media-libs/alsa-lib
media-sound/alsa-utils
media-sound/jack-audio-connection-kit"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
-src_prepare() {
-   default
-   eapply "${FILESDIR}"/${P}-overflow.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}-overflow.patch"
+)
 
 src_compile() {
emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config 
--cxxflags) \



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2020-08-07 Thread Andreas Sturmlechner
commit: 86d014452439ad4f3144c527349447604db8ce59
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  7 12:07:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d01445

app-office/libreoffice: python3_9

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

 app-office/libreoffice/libreoffice-6.4..ebuild | 2 +-
 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.4..ebuild 
b/app-office/libreoffice/libreoffice-6.4..ebuild
index e10dd60165c..1a1a96143b5 100644
--- a/app-office/libreoffice/libreoffice-6.4..ebuild
+++ b/app-office/libreoffice/libreoffice-6.4..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="threads(+),xml"
 
 MY_PV="${PV/_alpha/.alpha}"

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index de3b7091392..3cd82d82602 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="threads(+),xml"
 
 MY_PV="${PV/_alpha/.alpha}"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kig/files/

2020-08-07 Thread Andreas Sturmlechner
commit: f58b2b1d29bbf555869c2877a7db6df8623cc515
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Aug  7 18:43:44 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58b2b1d

kde-apps/kig: remove unused patches

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17045
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kig/files/kig-19.08.3-pykig-python3.patch | 161 -
 .../kig/files/kig-19.08.3-scripter-crash.patch |  29 
 2 files changed, 190 deletions(-)

diff --git a/kde-apps/kig/files/kig-19.08.3-pykig-python3.patch 
b/kde-apps/kig/files/kig-19.08.3-pykig-python3.patch
deleted file mode 100644
index 902c138495e..000
--- a/kde-apps/kig/files/kig-19.08.3-pykig-python3.patch
+++ /dev/null
@@ -1,161 +0,0 @@
-From d72f33a14c22480b28c0f35d53293826f6ec787b Mon Sep 17 00:00:00 2001
-From: Antonio Rojas 
-Date: Sat, 14 Dec 2019 19:49:09 +0100
-Subject: Port pykig to python 3
-
-Differential Revision: https://phabricator.kde.org/D25982

- pykig/pykig.py | 42 +-
- 1 file changed, 21 insertions(+), 21 deletions(-)
-
-diff --git a/pykig/pykig.py b/pykig/pykig.py
-index 02f637d..3ee6e97 100644
 a/pykig/pykig.py
-+++ b/pykig/pykig.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
- # -*- coding: utf-8 -*-
- #---pythonpykig.py--#
- #   #
-@@ -170,9 +170,9 @@ class KigDocument(object):
- self.of=of
- try:
-   self.outfile = open(outfilename, 'w')
--except IOError, value:
-+except IOError as value:
- #  print >> sys.stderr, outfilename, 'unwritable'
--  print >> sys.stderr, value
-+  print(value,  file=sys.stderr)
-   sys.exit(2)
- #KigOut._kigdocument=self
- KigDOP._kd=self
-@@ -212,14 +212,14 @@ class KigDocument(object):
-   self.outfile.write(" \n\n")
-   if self.outfile != sys.stdout:
- self.outfile.close()
--except IOError, value:
--  print >> sys.stderr, value
-+except IOError as value:
-+  print(value, file=sys.stderr)
-   sys.exit(2)
- try:
-   if self.callkig:
- err = os.system('kig ' + self.outfilename)
--except Exception, value:
--  print >> sys.stderr, value  
-+except Exception as value:
-+  print(value, file=sys.stderr)
- if not self.of:
-   os.system('rm ' + self.outfilename)
- 
-@@ -501,7 +501,7 @@ def databuild(nomeclasse, nomekig, v="val"):
- 
- for d in data:
-   p1, p2, p3 = d
--  exec databuild(p1, p2, p3)
-+  exec (databuild(p1, p2, p3))
- 
- #
- # Objects
-@@ -645,7 +645,7 @@ def objectbuild(nameclass, namekig, params, objparams):
- 
- for o in objects:
-   p1, p2, p3, p4 = o
--  exec objectbuild(p1, p2, p3, p4)
-+  exec (objectbuild(p1, p2, p3, p4))
- 
- #
- # Properties
-@@ -688,7 +688,7 @@ def propertybuild(nameclass, namekig, params, objparams):
- 
- for p in property:
-   p1, p2, p3, p4 = p
--  exec propertybuild(p1, p2, p3, p4)
-+  exec (propertybuild(p1, p2, p3, p4))
- 
- #
- # Start of properties definitions as Object's methods
-@@ -734,7 +734,7 @@ def methodsbuild(namekig):
- 
- for p in methods:
-   p1, p2, cl = p
--  exec methodsbuild(p1)
-+  exec (methodsbuild(p1))
-   for c in cl:
- setattr(c, p2, method)
- 
-@@ -743,7 +743,7 @@ for p in methods:
- #
- 
- def usage(codexit):
--  print >> sys.stderr, """
-+  print ("""
- usage: pykig.py [options...] file ...
- 
- Options:
-@@ -757,7 +757,7 @@ examples:
- $ pykig.py my_file.kpy
- $ pykig.py -o output_file.kig my_file.kpy
- $ ...
--"""
-+""", file=sys.stderr)
-   sys.exit(codexit)
- 
- #
-@@ -776,7 +776,7 @@ def prog():
- _opts, _args = getopt.getopt(sys.argv[1:], "hvno:",\
-  ["help", "version", "nokig", "output="])
-   except getopt.GetoptError:
--print "GetoptError"
-+print ("GetoptError")
- usage(2)
-   _callKig=True
-   _of=False
-@@ -784,7 +784,7 @@ def prog():
- if _opt in ("-h", "--help"):
-   usage(0)
- if _opt in ("-v", "--version"):
--  print "Version:", version
-+  print ("Version:", version)
-   sys.exit(0)
- if _opt in ("-n", "--nokig"):
-   _callKig=False
-@@ -793,19 +793,19 @@ def prog():
-   _of=True
-   _callKig=False   # if there's an output file, don't call Kig
-   if len(_args)==0:
--_infilename=raw_input("Input file name: ")
-+_infilename=input("Input file name: ")
- if not _infilename:
--  print "No input file name."
-+  print ("No input file name.")
-   usage(2)
-   elif len(_args)==1:
- _infilename=_args[0]
-   else:
--print "No input file name."
-+print ("No input file name.")
-

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/files/, app-office/libreoffice/

2020-08-07 Thread Andreas Sturmlechner
commit: 947faddaa0c012fe78adaf3fb3d0d1f1fde2be4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug  6 21:08:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947fadda

app-office/libreoffice: Fix build with LLVM-10

Closes: https://bugs.gentoo.org/713574
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libreoffice-6.4.6.2-llvm-10.patch| 102 +
 app-office/libreoffice/libreoffice-6.4..ebuild |   1 +
 2 files changed, 103 insertions(+)

diff --git a/app-office/libreoffice/files/libreoffice-6.4.6.2-llvm-10.patch 
b/app-office/libreoffice/files/libreoffice-6.4.6.2-llvm-10.patch
new file mode 100644
index 000..4a1ff516029
--- /dev/null
+++ b/app-office/libreoffice/files/libreoffice-6.4.6.2-llvm-10.patch
@@ -0,0 +1,102 @@
+From 986bd28388df745dd969e7be7c3bda36b2b2cb0e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= 
+Date: Thu, 6 Aug 2020 10:50:47 +0100
+Subject: [PATCH] ofz#24641 libc++abi __cxa_exception has grown another member
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+https: 
//github.com/llvm/llvm-project/commit/f2a436058fcbc11291e73badb44e243f61046183
+
+this is the same problem as
+
+commit f4b6f6a8ae60bdec53512728d00853b73fa18500
+Author: Stephan Bergmann 
+Date:   Thu Feb 13 08:40:11 2020 +0100
+
+Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabi
+
+(where the new change to __cxa_exception effectively reverts the change 
that
+prompted 7a9dd3d482deeeb3ed1d50074e56adbd3f928296 "Hack to dynamically 
adapt to
+__cxa_exceptiom in LLVM 5.0 libcxxabi")
+
+Change-Id: Iec4ef1dc188bea2223d99b1b7eb8adec636c98e7
+Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88583
+Tested-by: Jenkins
+Reviewed-by: Stephan Bergmann 
+
+so c-n-p that solution here
+
+Change-Id: I4475757a766e3ade7b9fcaf6149e535c9f9a4fa4
+Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100209
+Tested-by: Caolán McNamara 
+Reviewed-by: Caolán McNamara 
+---
+ .../cpp_uno/gcc3_linux_x86-64/except.cxx  | 28 +++
+ .../cpp_uno/gcc3_linux_x86-64/share.hxx   | 14 ++
+ 2 files changed, 42 insertions(+)
+
+diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx 
b/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
+index e9e861f1c210..25931671f7dc 100644
+--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
 b/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
+@@ -150,6 +150,34 @@ void fillUnoException(uno_Any * pUnoExc, uno_Mapping * 
pCpp2Uno)
+ return;
+ }
+ 
++#if defined _LIBCPPABI_VERSION // detect libc++abi
++// Very bad HACK to find out whether we run against a libcxxabi that has 
a new
++// __cxa_exception::reserved member at the start, introduced with LLVM 11
++// 

++// "[libcxxabi] Insert padding in __cxa_exception struct for 
compatibility".  The layout of the
++// start of __cxa_exception is
++//
++//  [8 byte  void *reserve]
++//   8 byte  size_t referenceCount
++//
++// where the (bad, hacky) assumption is that reserve (if present) is null
++// (__cxa_allocate_exception in at least LLVM 11 zero-fills the object, 
and nothing actively
++// sets reserve) while referenceCount is non-null (__cxa_throw sets it to 
1, and
++// __cxa_decrement_exception_refcount destroys the exception as soon as 
it drops to 0; for a
++// __cxa_dependent_exception, the referenceCount member is rather
++//
++//   8 byte  void* primaryException
++//
++// but which also will always be set to a non-null value in 
__cxa_rethrow_primary_exception).
++// As described in the definition of __cxa_exception
++// (bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx), this hack 
(together with the "#if 0"
++// there) can be dropped once we can be sure that we only run against new 
libcxxabi that has the
++// reserve member:
++if (*reinterpret_cast(header) == nullptr) {
++header = 
reinterpret_cast<__cxxabiv1::__cxa_exception*>(reinterpret_cast(header) + 1);
++}
++#endif
++
+ std::type_info *exceptionType = 
__cxxabiv1::__cxa_current_exception_type();
+ 
+ typelib_TypeDescription * pExcTypeDescr = nullptr;
+diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx 
b/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
+index e8afe35c4f59..53c8841fbbcb 100644
+--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
 b/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
+@@ -108,6 +108,20 @@ namespace __cxxabiv1 {
+ struct __cxa_exception {
+ #if defined _LIBCPPABI_VERSION // detect libc++abi
+ #if defined __LP64__ || LIBCXXABI_ARM_EHABI
++#if 0
++

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

2020-08-07 Thread Andreas Sturmlechner
commit: e24c229bed5ae8ede56500bc7e1a2f6ab322bf2a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Aug  7 18:45:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24c229b

kde-apps/okular: remove unused patch

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/okular/files/okular-18.08.0-tests.patch | 112 ---
 1 file changed, 112 deletions(-)

diff --git a/kde-apps/okular/files/okular-18.08.0-tests.patch 
b/kde-apps/okular/files/okular-18.08.0-tests.patch
deleted file mode 100644
index 0e2cdaecd4a..000
--- a/kde-apps/okular/files/okular-18.08.0-tests.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-From 5f093fa9798ad30cda115cea573d18296696a0a9 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 12 Oct 2017 14:09:09 +0200
-Subject: [PATCH] Move tests into existing (auto)tests subdirectories
-

- generators/chm/CMakeLists.txt | 12 +++-
- generators/chm/autotests/CMakeLists.txt   |  8 
- generators/chm/autotests/chmgeneratortest.cpp |  2 +-
- generators/kimgio/CMakeLists.txt  |  6 +-
- generators/kimgio/tests/CMakeLists.txt|  5 +
- generators/kimgio/tests/kimgiotest.cpp|  2 +-
- 6 files changed, 19 insertions(+), 16 deletions(-)
- create mode 100644 generators/chm/autotests/CMakeLists.txt
- create mode 100644 generators/kimgio/tests/CMakeLists.txt
-
-diff --git a/generators/chm/CMakeLists.txt b/generators/chm/CMakeLists.txt
-index 9d82b9394..b3a33afe4 100644
 a/generators/chm/CMakeLists.txt
-+++ b/generators/chm/CMakeLists.txt
-@@ -30,15 +30,9 @@ set(okularGenerator_chmlib_SRCS
- okular_add_generator(okularGenerator_chmlib ${okularGenerator_chmlib_SRCS})
- target_link_libraries(okularGenerator_chmlib  okularcore ${CHM_LIBRARY} 
${LIBZIP_LIBRARY} KF5::KHtml)
- 
--### autotests ###
--
--add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
--ecm_add_test(autotests/chmgeneratortest.cpp
--TEST_NAME "chmgeneratortest"
--LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
--)
--
--target_compile_definitions(chmgeneratortest PRIVATE 
-DGENERATOR_PATH="$")
-+if(BUILD_TESTING)
-+   add_subdirectory(autotests)
-+endif()
- 
- ### install files ###
- install( FILES okularChm.desktop  DESTINATION  ${KDE_INSTALL_KSERVICES5DIR} )
-diff --git a/generators/chm/autotests/CMakeLists.txt 
b/generators/chm/autotests/CMakeLists.txt
-new file mode 100644
-index 0..59753ca45
 /dev/null
-+++ b/generators/chm/autotests/CMakeLists.txt
-@@ -0,0 +1,8 @@
-+add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/../" )
-+
-+ecm_add_test(chmgeneratortest.cpp
-+TEST_NAME "chmgeneratortest"
-+LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
-+)
-+
-+target_compile_definitions(chmgeneratortest PRIVATE 
-DGENERATOR_PATH="$")
-diff --git a/generators/chm/autotests/chmgeneratortest.cpp 
b/generators/chm/autotests/chmgeneratortest.cpp
-index 6b0b8efc7..25fd6631a 100644
 a/generators/chm/autotests/chmgeneratortest.cpp
-+++ b/generators/chm/autotests/chmgeneratortest.cpp
-@@ -34,7 +34,7 @@ void ChmGeneratorTest::initTestCase()
- {
- Okular::SettingsCore::instance( QStringLiteral("ChmGeneratorTest") );
- m_document = new Okular::Document( 0 );
--const QString testFile = QStringLiteral(KDESRCDIR 
"autotests/data/test.chm");
-+const QString testFile = QStringLiteral(KDESRCDIR "data/test.chm");
- QMimeDatabase db;
- const QMimeType mime = db.mimeTypeForFile( testFile );
- QCOMPARE( m_document->openDocument(testFile, QUrl(), mime), 
Okular::Document::OpenSuccess );
-diff --git a/generators/kimgio/CMakeLists.txt 
b/generators/kimgio/CMakeLists.txt
-index b8cac76df..49f893bc1 100644
 a/generators/kimgio/CMakeLists.txt
-+++ b/generators/kimgio/CMakeLists.txt
-@@ -13,13 +13,9 @@ okular_add_generator(okularGenerator_kimgio 
generator_kimgio.cpp)
- target_link_libraries(okularGenerator_kimgio okularcore KF5::KExiv2 KF5::I18n)
- 
- if(BUILD_TESTING)
--add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
--set( kimgiotest_SRCS tests/kimgiotest.cpp 
${CMAKE_SOURCE_DIR}/ui/pagepainter.cpp ${CMAKE_SOURCE_DIR}/ui/guiutils.cpp 
${CMAKE_SOURCE_DIR}/ui/debug_ui.cpp )
--ecm_add_test(${kimgiotest_SRCS} TEST_NAME "kimgiotest" LINK_LIBRARIES 
okularcore okularpart Qt5::Svg Qt5::Test)
--target_compile_definitions(kimgiotest PRIVATE 
-DGENERATOR_PATH="$")
-+   add_subdirectory(tests)
- endif()
- 
--
- ### install files ###
- install( FILES okularKimgio.desktop  DESTINATION  
${KDE_INSTALL_KSERVICES5DIR} )
- install( PROGRAMS okularApplication_kimgio.desktop 
org.kde.mobile.okular_kimgio.desktop  DESTINATION  ${KDE_INSTALL_APPDIR} )
-diff --git 

[gentoo-commits] repo/gentoo:master commit in: media-sound/jamin/files/, media-sound/jamin/

2020-08-07 Thread Andreas Sturmlechner
commit: 468d8f85d3f952a8b03632a468f19405638d8a92
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  7 19:11:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468d8f85

media-sound/jamin: 0.98.9_pre20170111 version bump, EAPI-7

Using tarballs from Debian, GCC-10 fix from Fedora, thank you very much.

Closes: https://bugs.gentoo.org/524042
Closes: https://bugs.gentoo.org/632442
Closes: https://bugs.gentoo.org/632470
Closes: https://bugs.gentoo.org/637562
Closes: https://bugs.gentoo.org/710086
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/jamin/Manifest |  2 +
 .../files/jamin-0.98.9_pre20170111-desktop.patch   | 19 +++
 .../files/jamin-0.98.9_pre20170111-gcc10.patch | 24 +
 media-sound/jamin/jamin-0.98.9_pre20170111.ebuild  | 59 ++
 4 files changed, 104 insertions(+)

diff --git a/media-sound/jamin/Manifest b/media-sound/jamin/Manifest
index 756d59eebb1..7b765cad99f 100644
--- a/media-sound/jamin/Manifest
+++ b/media-sound/jamin/Manifest
@@ -1 +1,3 @@
 DIST jamin-0.95.0.tar.gz 1007290 BLAKE2B 
52e28f05170880307a5e50424fce3511ece30ea9e36e479c38efbbfe80c8c6a4116742c42e74a5ded717ad6d3f6b5c780e6b79c764ad280cba3538678b223866
 SHA512 
c57079b65e89623ee6b3f1e71d4ce1c2d995e4a14f8decd17b5d936e99469bb85089da063358e966fdc19a6fa419698c9ca586909d85d69b0525e929a3bd2555
+DIST jamin_0.98.9~git20170111~199091~repack1-1.debian.tar.xz 12476 BLAKE2B 
d25f0a27b754a79da7146ec3c104792a20df0e4258ce01bff29011fa04e1d62057f7c11baac7991634f8161da847ced20e8a81b9d92a1f0cb8d035b32adc5ed1
 SHA512 
f1d2ddc0f1139ffc8ba9036cc385b08cb4c996bf776d909d56e687ead1eee9426e249c46f3eab5d4fde220c75a435a8e4cd9a726f01c9026d42b2208b79c7da7
+DIST jamin_0.98.9~git20170111~199091~repack1.orig.tar.bz2 679350 BLAKE2B 
fc111a4062c4c4ed43eb9a6ea3f8c1d44afbc63780586e8e3b260ec5f5a56781e1e74dd9ebfaac4fbdbaa487662f6b9d75983e02cdca142335d9cb5d3b666dce
 SHA512 
5887bf1f7021d9730a0904afb532d99d9681aa50468e4cdd69c7a69ea7c248192be9a64de21e3be2d01ec6cc4535361470ebfcc4ca4fa4736fcaf5653293ccbe

diff --git a/media-sound/jamin/files/jamin-0.98.9_pre20170111-desktop.patch 
b/media-sound/jamin/files/jamin-0.98.9_pre20170111-desktop.patch
new file mode 100644
index 000..bb5d8fd9158
--- /dev/null
+++ b/media-sound/jamin/files/jamin-0.98.9_pre20170111-desktop.patch
@@ -0,0 +1,19 @@
+--- a/data/jamin.desktop.in2015-01-14 10:10:12.0 +0100
 b/data/jamin.desktop.in2020-08-07 21:23:02.617171359 +0200
+@@ -1,11 +1,10 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+-_Name=JAMin
+-_GenericName=
+-_Comment=JACK Audio Mastering interface
+-Categories=Application;AudioVideo;
++Name=JAMin
++Comment=JACK Audio Mastering interface
++Categories=AudioVideo;Audio
++Keywords=audio;sound;mastering;ladspa
+ Exec=jamin
+-Icon=jamin.svg
++Icon=jamin
+ MimeType=application/x-jamin;
+ StartupNotify=true
+ Terminal=false

diff --git a/media-sound/jamin/files/jamin-0.98.9_pre20170111-gcc10.patch 
b/media-sound/jamin/files/jamin-0.98.9_pre20170111-gcc10.patch
new file mode 100644
index 000..f070267bf90
--- /dev/null
+++ b/media-sound/jamin/files/jamin-0.98.9_pre20170111-gcc10.patch
@@ -0,0 +1,24 @@
+diff -rup jamin-0.97.16-orig/src/hdeq.c jamin-0.97.16/src/hdeq.c
+--- jamin-0.97.16-orig/src/hdeq.c  2007-07-01 17:33:18.0 +0200
 jamin-0.97.16/src/hdeq.c   2020-02-01 21:09:18.306430243 +0100
+@@ -122,6 +122,8 @@ void interpolate (float, int, float, flo
+ 
+ /* vi:set ts=8 sts=4 sw=4: */
+ 
++/* Defined once here */
++GtkNotebook *l_notebook1;
+ 
+ /*  HDEQ right-click popup menu.  */
+ 
+diff -rup jamin-0.97.16-orig/src/hdeq.h jamin-0.97.16/src/hdeq.h
+--- jamin-0.97.16-orig/src/hdeq.h  2007-06-13 04:20:08.0 +0200
 jamin-0.97.16/src/hdeq.h   2020-02-01 21:04:13.562907137 +0100
+@@ -62,7 +62,7 @@ void hdeq_notebook1_set_page (guint page
+ int get_current_notebook1_page ();
+ 
+ 
+-GtkNotebook *l_notebook1;
++extern GtkNotebook *l_notebook1;
+ 
+ 
+ #endif

diff --git a/media-sound/jamin/jamin-0.98.9_pre20170111.ebuild 
b/media-sound/jamin/jamin-0.98.9_pre20170111.ebuild
new file mode 100644
index 000..6ef0ea0376b
--- /dev/null
+++ b/media-sound/jamin/jamin-0.98.9_pre20170111.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+DESCRIPTION="Audio mastering interface for JACK Audio Connection Kit (JACK)"
+HOMEPAGE="http://jamin.sourceforge.net/en/about.html 
https://salsa.debian.org/multimedia-team/jamin;
+SRC_URI="http://deb.debian.org/debian/pool/main/j/${PN}/${PN}_${PV/_pre/~git}~199091~repack1.orig.tar.bz2
+http://deb.debian.org/debian/pool/main/j/${PN}/${PN}_${PV/_pre/~git}~199091~repack1-1.debian.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"

[gentoo-commits] repo/gentoo:master commit in: kde-apps/minuet/files/

2020-08-07 Thread Andreas Sturmlechner
commit: eabc974147a52d828a696bbe7736e6a84b0ee245
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Aug  7 18:44:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabc9741

kde-apps/minuet: remove unused patch(es)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../minuet/files/minuet-19.08.3-fluidsynth-2.patch | 94 --
 1 file changed, 94 deletions(-)

diff --git a/kde-apps/minuet/files/minuet-19.08.3-fluidsynth-2.patch 
b/kde-apps/minuet/files/minuet-19.08.3-fluidsynth-2.patch
deleted file mode 100644
index 9bb3c5bad1b..000
--- a/kde-apps/minuet/files/minuet-19.08.3-fluidsynth-2.patch
+++ /dev/null
@@ -1,94 +0,0 @@
-From d707ab85c60d68e0310559df4608d86680cc811a Mon Sep 17 00:00:00 2001
-From: Tom Moebert 
-Date: Sat, 18 Jan 2020 00:26:30 +0100
-Subject: Port to fluidsynth 2.0.0 API
-
-Summary:
-This includes necessary adaptations for fluidsynth 2.0. All changes are 
backward-compatible to fluidsynth 1.1. For details, see:
-
-http://www.fluidsynth.org/api/index.html#NewIn2_0_0
-
-Reviewers: #minuet
-
-Subscribers: asturmlechner, aacid, kde-edu
-
-Tags: #minuet, #kde_edu
-
-Differential Revision: https://phabricator.kde.org/D26558

- .../fluidsynthsoundcontroller.cpp  | 22 ++
- .../fluidsynthsoundcontroller.h|  1 +
- 2 files changed, 19 insertions(+), 4 deletions(-)
-
-diff --git 
a/src/plugins/fluidsynthsoundcontroller/fluidsynthsoundcontroller.cpp 
b/src/plugins/fluidsynthsoundcontroller/fluidsynthsoundcontroller.cpp
-index 67e6826..7252914 100644
 a/src/plugins/fluidsynthsoundcontroller/fluidsynthsoundcontroller.cpp
-+++ b/src/plugins/fluidsynthsoundcontroller/fluidsynthsoundcontroller.cpp
-@@ -34,13 +34,14 @@ 
FluidSynthSoundController::FluidSynthSoundController(QObject *parent)
- : Minuet::ISoundController(parent),
-   m_audioDriver(0),
-   m_sequencer(0),
--  m_song(0)
-+  m_song(0),
-+  m_unregisteringEvent(0)
- {
- m_tempo = 60;
- 
- m_settings = new_fluid_settings();
--fluid_settings_setstr(m_settings, "synth.reverb.active", "no");
--fluid_settings_setstr(m_settings, "synth.chorus.active", "no");
-+fluid_settings_setint(m_settings, "synth.reverb.active", 0);
-+fluid_settings_setint(m_settings, "synth.chorus.active", 0);
- 
- m_synth = new_fluid_synth(m_settings);
- 
-@@ -55,6 +56,9 @@ FluidSynthSoundController::FluidSynthSoundController(QObject 
*parent)
- if (fluid_res == FLUID_FAILED)
- qCritical() << "Error when loading soundfont!";
- 
-+m_unregisteringEvent = new_fluid_event();
-+fluid_event_set_source(m_unregisteringEvent, -1);
-+
- resetEngine();
- }
- 
-@@ -63,6 +67,7 @@ FluidSynthSoundController::~FluidSynthSoundController()
- deleteEngine();
- if (m_synth) delete_fluid_synth(m_synth);
- if (m_settings) delete_fluid_settings(m_settings);
-+if (m_unregisteringEvent) delete_fluid_event(m_unregisteringEvent);
- }
- 
- void FluidSynthSoundController::setPitch(qint8 pitch)
-@@ -240,7 +245,16 @@ void FluidSynthSoundController::resetEngine()
- 
- void FluidSynthSoundController::deleteEngine()
- {
--if (m_sequencer) delete_fluid_sequencer(m_sequencer);
-+if (m_sequencer) {
-+#if FLUIDSYNTH_VERSION_MAJOR >= 2
-+// explicit client unregistering required
-+fluid_sequencer_unregister_client(m_sequencer, m_callbackSeqID);
-+fluid_event_set_dest(m_unregisteringEvent, m_synthSeqID);
-+fluid_event_unregistering(m_unregisteringEvent);
-+fluid_sequencer_send_now(m_sequencer, m_unregisteringEvent);
-+#endif
-+delete_fluid_sequencer(m_sequencer);
-+}
- if (m_audioDriver) delete_fluid_audio_driver(m_audioDriver);
- }
- 
-diff --git a/src/plugins/fluidsynthsoundcontroller/fluidsynthsoundcontroller.h 
b/src/plugins/fluidsynthsoundcontroller/fluidsynthsoundcontroller.h
-index afad46b..ed111c2 100644
 a/src/plugins/fluidsynthsoundcontroller/fluidsynthsoundcontroller.h
-+++ b/src/plugins/fluidsynthsoundcontroller/fluidsynthsoundcontroller.h
-@@ -63,6 +63,7 @@ private:
- fluid_audio_driver_t *m_audioDriver;
- fluid_sequencer_t *m_sequencer;
- fluid_synth_t *m_synth;
-+fluid_event_t *m_unregisteringEvent;
- 
- short m_synthSeqID;
- short m_callbackSeqID;
--- 
-cgit v1.1



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2020-08-07 Thread Andreas Sturmlechner
commit: e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  7 12:30:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  7 23:23:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ad0035

app-office/libreoffice: Fix build with boost-1.73 in 6.4 stable branch

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

 app-office/libreoffice/libreoffice-6.4..ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-office/libreoffice/libreoffice-6.4..ebuild 
b/app-office/libreoffice/libreoffice-6.4..ebuild
index 1a1a96143b5..ecae7dbf2c7 100644
--- a/app-office/libreoffice/libreoffice-6.4..ebuild
+++ b/app-office/libreoffice/libreoffice-6.4..ebuild
@@ -268,6 +268,9 @@ PATCHES=(
"${FILESDIR}/${PN}-5.4-system-pyuno.patch"
"${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch"
"${FILESDIR}/${PN}-6.1-nomancompress.patch"
+
+   # git master
+   "${FILESDIR}/${PN}-6.4.3.2-boost-1.73.patch" # bug 721806
 )
 
 S="${WORKDIR}/${PN}-${MY_PV}"



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

2020-08-07 Thread Nick Sarnie
commit: 012f5747804e31b97f6c26a83895b07390c2aa14
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Aug  7 23:18:24 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Aug  7 23:19:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012f5747

app-emulation/wine-vanilla: Sync with ::wine

Bump to 5.0.2

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-5.0.2.ebuild | 538 +
 2 files changed, 539 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 3a4dc2a3157..91b9211b3bd 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -3,6 +3,7 @@ DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-4.0.3.tar.xz 21680420 BLAKE2B 
a7caf4b82fa2594f77e31f29b2a3da59c08bb58f213268d61bdf48998345162bc36fbfc24db94d11cb07b6da347b3471e9d8976d9abfa0f76c183c0a519aa73e
 SHA512 
a8fde0bcf600eaec56c3ce58c9aa992386784c85cf1c93aa84d50aff4c842b12a6b099c23391d3ad9a0059f3dc9069c0f8e00fad293305ba8a33afc70bf26e14
 DIST wine-5.0.1.tar.xz 22476496 BLAKE2B 
8fd7729812c0144b6c9ec7f28ecc25bca5bc7801d9927346928f43fc46ca0be89ecb4caefb7a93cf2f3365e088d11e6bd53a028ea8cc9e170ef864ff63f21a5a
 SHA512 
d9756f0a74417ea9e05d08a94ff29b83ebff3db3a3cbaa90979d5312754371ddfcab6bded73a246ef980252b908d8a26e93de2779b766c4bff92c91f8c315d98
+DIST wine-5.0.2.tar.xz 22484932 BLAKE2B 
93253a86605b32dc8f7c79a16336643e6f84937094f8c96ea336289c2076a4d9f759fc1ad128f7b1a009da5eb2ed25cdc893da99e338093608bf5fc0ef1a85fc
 SHA512 
9ff902ff929d9ac8c81843eea141c96446d26b14f70781a40a3ea1fdef5f412ca4c87374a5a3af9b42b52236159645e55d6e54f8b06178a4d210a72fb1d5358e
 DIST wine-5.11.tar.xz 23881408 BLAKE2B 
5da8ab91dcb462f6de460ae80830d6006866970fbc4a23bbd6a2243736ff004c0734282b45196d46e97bb8383c99b415c85f941b2ab613c72ae66995e0162460
 SHA512 
fac78a98e03e0305c85fff393b7c5d46a3fbe11aff4a0153771187d3ad0212189d1fa88947fc9fe0da7bd8327eb71283f28ff866c4d8b2bc759a2ad2197fc9a1
 DIST wine-5.12.tar.xz 23939672 BLAKE2B 
97190653a754100fc2832f8bdc544529dc34cae97b6ae68a579dfb529af5c924d2e9b439f304784028ae84a730f3cf9911a20d132f645ab90532479092b39079
 SHA512 
1272b143d64ed6083cd797474f18dbd2bca7a38d488474ae5f054f47789b4fc1d386c7bbf8aa1bd86f9507908fc799b4f45e10e1d8c628c5bd52c42b1d74c8a8
 DIST wine-5.13.tar.xz 23955832 BLAKE2B 
79cdd8d1f34c866ae239a0b876fdb40396bb19038e1e4eb76abeb445e6a72d281b393283deffa53af3e101660317e856febd173cc5564b4ee587cd594d411434
 SHA512 
3093be3b974609f83fe2da6ca724237fa07ada260ec503fc00a8729b74d77e22b329044e411ed1e67f287c4e69ef3b16953ddb3e93599d97d3ad1b608704

diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild
new file mode 100644
index 000..2c8da9a04c6
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild
@@ -0,0 +1,538 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20191222"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan 
+X 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2020-08-07 Thread Nick Sarnie
commit: 9dd5305c5c909e62efb436e58de54f1a73f5ee53
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Aug  7 23:15:34 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Aug  7 23:15:34 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=9dd5305c

app-emulation/wine-vanilla: Bump to 5.0.2

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-5.0.2.ebuild | 538 +
 2 files changed, 539 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 7441ea6..f33a5c2 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -29,6 +29,7 @@ DIST wine-4.7.tar.xz 21962632 BLAKE2B 
2f90212c93fb089fafb0dd44189044b3875a52e3f6
 DIST wine-4.8.tar.xz 22024100 BLAKE2B 
cf87407a5fca83660c866a17ebeec62a97404c1eeb1d7b34a0995510e04aec2fe0350b644870a3d4817177b002cf07e69cd6761593122c93c22bda50bb8aec0b
 SHA512 
ad91c31aad86b9932777a1c5a84760f41c63cfbb5d79f1a8afd132a8948667283f85e081a454cfc0904544394eaabb00fb986eba15efd8a8409db38e793f3dab
 DIST wine-4.9.tar.xz 22077528 BLAKE2B 
98cf186152abc8379275b353e3934efc285cc386f33188a283e3568f803090057bcc90da6dd6c6c1e9d7dbbcf61fbe4a2316107ff129a7d7baa174982f9dcf26
 SHA512 
bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d
 DIST wine-5.0.1.tar.xz 22476496 BLAKE2B 
8fd7729812c0144b6c9ec7f28ecc25bca5bc7801d9927346928f43fc46ca0be89ecb4caefb7a93cf2f3365e088d11e6bd53a028ea8cc9e170ef864ff63f21a5a
 SHA512 
d9756f0a74417ea9e05d08a94ff29b83ebff3db3a3cbaa90979d5312754371ddfcab6bded73a246ef980252b908d8a26e93de2779b766c4bff92c91f8c315d98
+DIST wine-5.0.2.tar.xz 22484932 BLAKE2B 
93253a86605b32dc8f7c79a16336643e6f84937094f8c96ea336289c2076a4d9f759fc1ad128f7b1a009da5eb2ed25cdc893da99e338093608bf5fc0ef1a85fc
 SHA512 
9ff902ff929d9ac8c81843eea141c96446d26b14f70781a40a3ea1fdef5f412ca4c87374a5a3af9b42b52236159645e55d6e54f8b06178a4d210a72fb1d5358e
 DIST wine-5.0.tar.xz 22469428 BLAKE2B 
d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276
 SHA512 
681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
 DIST wine-5.1.tar.xz 22500180 BLAKE2B 
bf77f24e4be2402afd083c28624e41761d63c1248c314870e0c5a6879fb1393992fe9d99bcafcea0a91599500d745a3ad199e31e857590707f026f1cf740ad31
 SHA512 
b842b533884f15a8fb71373258671d74aee997d9ed9ee0fb36f945cd2006b494f6cc6c91a8ca47e0ea5b0b39b108f2c4f155918823a7ddf3cd44b4e26ede9171
 DIST wine-5.10.tar.xz 23859084 BLAKE2B 
ee4d06f69e0259de4ec6cf1352c610aa2460762be49211e21f0fb91a7463a4e4ca82b7ea9272eac8ea0c8d1be955c2aefcbdabed37581c4fbf82e7b58a070d1c
 SHA512 
669d6861525cd4ab000113e8d9c5e10822b62b293914542ee34a826696df66e1d2f09b09f576f714e4117e79e25d1fd0b2a06c57d29da0efa0bdfcb9fee59c60

diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild
new file mode 100644
index 000..2c8da9a
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild
@@ -0,0 +1,538 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20191222"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan 
+X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 

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

2020-08-07 Thread Zac Medico
commit: 1ca4666094299f0f9131460f9345c813045985b8
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Aug  7 22:36:57 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug  7 22:59:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca46660

app-admin/consul: Bump to version 1.7.6

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/consul/Manifest|   2 +
 app-admin/consul/consul-1.7.6.ebuild | 581 +++
 2 files changed, 583 insertions(+)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index 1f34e45b071..6ae4fa235ac 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -4,6 +4,7 @@ DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa62
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 
9d321b9bad7e881795f0215828ca23ff5753b8ca9cbe64ca085bcd2f64d36d0d5bdd5c3e80eb64e19e067748b6b23eb7837827cede0e75a840ed1cfa2b00c1a8
 SHA512 
8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.zip 2721920 BLAKE2B 
f3fde8f5cc53496dc314bcae822a415cf00950da0a03b968de00685371e7a2e84ffa304fb176e791c85c930728859687e768ff785829f0751ae919546bd3326d
 SHA512 
8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
 DIST consul-1.7.4.tar.gz 22787889 BLAKE2B 
cb7a813beac2fd752858046d5a92f898662ea986f09d660c65173eb68e7523e9f1c6a8fc267275b2170490dc1e897d9c8d0df57dd898e58f0197e835c759919a
 SHA512 
50466c6ded9d46ade57df252cda3cfc24ff321c13455d789dc7ea300ba037386aca73c6a47be9c5817985ff9678e04daa3295aff5ae83c97afa297451456bc4b
+DIST consul-1.7.6.tar.gz 22797398 BLAKE2B 
12ed9d4730d0b4392a60431c7975d42a1d151df75ee734f3c71210d51839e1be67b7662141b02f8a1b96da0914221ce5c4a8a2bfc08bb44a4d40e55a88213aac
 SHA512 
5d6f65090d3dbcb6d64fa91af4d0885223caa80055c47ebda3e9444f254f2bc6eaf8c2ab9d148dabcbc3d1447b1841277ad2aca12d32ea290d8b22d96d3d885e
 DIST consul-1.8.0.tar.gz 24065255 BLAKE2B 
2e6dd72d5cfb235b5574fdadee9dde44c602604409ffe023d7032d56e7285a82efa51df26bee09ac07116daa87738867fc6fb8052339c35011962f3a178f68c7
 SHA512 
29f678bfe9012304f5eb49a47c2f2e799268bb4e98262d38b21de88a8bbd51d7035bc0eac8fb72d0a78526e1c2f83d34e897023476871198c543cb9ac43308f1
 DIST consul-1.8.1.tar.gz 24233215 BLAKE2B 
55647f845165cced83df395c98df78706245f7a01de26b2e9eeb31576c66612c476b4c4d38811c10b2c4a827408ab77dcabf2682a9e70dee7c050a0b330f25f2
 SHA512 
4a1839949e2428ae8c1565c1230feec4bf9f737fd0fcd164c1d1f5960ea30a809c8d97bbcf628f19a12dedab444c3cb08eee28671929e611e5d508b7363586bf
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv16.0.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
@@ -375,6 +376,7 @@ DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.1.0.mod 143 
BLAKE2B 128f8934f81d0
 DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.2.0.mod 98 BLAKE2B 
b9d3c55999054ed927f666a43066ccc6758a6c5f550651f43ad5d85b5403c882ee76ac2b2553803d71789da33c60ea41857ed545003072ab6c666dbb77118e00
 SHA512 
3529b37d770af511a716a612b7fd7fb6a4805d13166e3a6f9378950443f6eceb2f3d95db5a46027437ce55b36e571c75bba72a03769d21ecdc97888019d80a68
 DIST github.com%2Fkisielk%2Fgotool%2F@v%2Fv1.0.0.mod 35 BLAKE2B 
2f43dcbab430f12316fde243db4bafe24372c74d60874b05917269e249a36660309c23da151db31d89c0d0a8fd0f179e2dd7f386af3ca533c95ef74017609af9
 SHA512 
86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9
 DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.1.mod 
58 BLAKE2B 
4cf48282c28d2b8237fe9ff852ad25d102cce038fbd1852a1938bcf69c895df05dfdef6e533b3c0b4da28103eb5e3a9561f802414ccdd99b2d3ec2e2db0807ee
 SHA512 
fe33ca4de6588b95f0155458b8b6daab218553b58de5dac220efe54019dfab085838cc6a22012a106fa36a6094447f744825cad04aaf0b158fce5aa676048fe5
+DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.1.zip 
3567 BLAKE2B 
80b7bf217df9367160180d44c1fab6a9f10154bb9a6455538860158a08c5bf8c794fff973b899b1376e4e65764a9aa0d6b8b162a6d9ebe1adb1368b9a2a42786
 SHA512 
27910ae03fc9fbf573ac31454635c43bfd771d2a91325eca544f7be0e24b43c2798ed8e74b4c31e8c20c1a9cd266b835017aea3a3e24c2ecb43a14a6143af8e1
 DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.2.mod 
58 BLAKE2B 
4cf48282c28d2b8237fe9ff852ad25d102cce038fbd1852a1938bcf69c895df05dfdef6e533b3c0b4da28103eb5e3a9561f802414ccdd99b2d3ec2e2db0807ee
 SHA512 
fe33ca4de6588b95f0155458b8b6daab218553b58de5dac220efe54019dfab085838cc6a22012a106fa36a6094447f744825cad04aaf0b158fce5aa676048fe5
 DIST 

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

2020-08-07 Thread Zac Medico
commit: 9d62cb6955ddfca50a3d37ba68d727a3e9bcb0bf
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Aug  7 22:58:20 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug  7 22:59:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d62cb69

app-admin/consul: Bump to version 1.8.2

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/consul/Manifest|   1 +
 app-admin/consul/consul-1.8.2.ebuild | 756 +++
 2 files changed, 757 insertions(+)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index 6ae4fa235ac..bab72f9f915 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -7,6 +7,7 @@ DIST consul-1.7.4.tar.gz 22787889 BLAKE2B 
cb7a813beac2fd752858046d5a92f898662ea9
 DIST consul-1.7.6.tar.gz 22797398 BLAKE2B 
12ed9d4730d0b4392a60431c7975d42a1d151df75ee734f3c71210d51839e1be67b7662141b02f8a1b96da0914221ce5c4a8a2bfc08bb44a4d40e55a88213aac
 SHA512 
5d6f65090d3dbcb6d64fa91af4d0885223caa80055c47ebda3e9444f254f2bc6eaf8c2ab9d148dabcbc3d1447b1841277ad2aca12d32ea290d8b22d96d3d885e
 DIST consul-1.8.0.tar.gz 24065255 BLAKE2B 
2e6dd72d5cfb235b5574fdadee9dde44c602604409ffe023d7032d56e7285a82efa51df26bee09ac07116daa87738867fc6fb8052339c35011962f3a178f68c7
 SHA512 
29f678bfe9012304f5eb49a47c2f2e799268bb4e98262d38b21de88a8bbd51d7035bc0eac8fb72d0a78526e1c2f83d34e897023476871198c543cb9ac43308f1
 DIST consul-1.8.1.tar.gz 24233215 BLAKE2B 
55647f845165cced83df395c98df78706245f7a01de26b2e9eeb31576c66612c476b4c4d38811c10b2c4a827408ab77dcabf2682a9e70dee7c050a0b330f25f2
 SHA512 
4a1839949e2428ae8c1565c1230feec4bf9f737fd0fcd164c1d1f5960ea30a809c8d97bbcf628f19a12dedab444c3cb08eee28671929e611e5d508b7363586bf
+DIST consul-1.8.2.tar.gz 24237536 BLAKE2B 
d2983601564f5196903f3e60390f0d2095333f4ebce7fcf9ca0bdf0d4bf4dd8d3ccbeedd5665ad875065a2b6d7d34edd907dac3738e6c492b33aaffb7d9aabaf
 SHA512 
c222d0989390fb256a07365844aa42aa7672087d29cb86b4fd486fc7ffd9a59ff35eac9ff5dca761194011d127489e38aa70d04232a8299c7b325d4d1d322cf2
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv16.0.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv16.0.0+incompatible.zip 
16060635 BLAKE2B 
6c358031305d8c8245b52bc58ed08cea5cb07c3e80cb3043f369ac6faf893a95d66c31fec38f07fe9029f53239c509bc060cfdebda8ac8d5ae556dfa0d6851e3
 SHA512 
bfd8f9859e519d6e45f2324e3907f88a1e661ca597f8bb3b7ae772246ba9972e09d0883abc887346fed55928f5d8422cf4212e32377e9900137cd63f0f9a93b8
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv40.3.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e

diff --git a/app-admin/consul/consul-1.8.2.ebuild 
b/app-admin/consul/consul-1.8.2.ebuild
new file mode 100644
index 000..f192eee4f34
--- /dev/null
+++ b/app-admin/consul/consul-1.8.2.ebuild
@@ -0,0 +1,756 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+GIT_COMMIT=ba7d9435e
+
+DESCRIPTION="A tool for service discovery, monitoring and configuration"
+HOMEPAGE="https://www.consul.io;
+
+# Upstream doesn't use "-mod=vendor" in their build system, and the
+# vendor directory is incomplete.
+# On the next bump, remove this if they have added "-mod=vendor"
+EGO_SUM=(
+   "cloud.google.com/go v0.26.0/go.mod"
+   "cloud.google.com/go v0.34.0/go.mod"
+   "cloud.google.com/go v0.38.0"
+   "cloud.google.com/go v0.38.0/go.mod"
+   "github.com/Azure/azure-sdk-for-go v40.3.0+incompatible"
+   "github.com/Azure/azure-sdk-for-go v40.3.0+incompatible/go.mod"
+   "github.com/Azure/go-autorest/autorest v0.9.0/go.mod"
+   "github.com/Azure/go-autorest/autorest v0.9.3/go.mod"
+   "github.com/Azure/go-autorest/autorest v0.10.0"
+   "github.com/Azure/go-autorest/autorest v0.10.0/go.mod"
+   "github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod"
+   "github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod"
+   "github.com/Azure/go-autorest/autorest/adal v0.8.1/go.mod"
+   "github.com/Azure/go-autorest/autorest/adal v0.8.2"
+   "github.com/Azure/go-autorest/autorest/adal v0.8.2/go.mod"
+   "github.com/Azure/go-autorest/autorest/azure/auth v0.4.2"
+   "github.com/Azure/go-autorest/autorest/azure/auth v0.4.2/go.mod"
+   "github.com/Azure/go-autorest/autorest/azure/cli v0.3.1"
+   "github.com/Azure/go-autorest/autorest/azure/cli 

[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-util/

2020-08-07 Thread Matt Turner
commit: 975c5ec82b98c72c9093d6236f45179254a28db8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Aug  7 22:51:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Aug  7 22:52:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975c5ec8

media-fonts/font-util: Fix homepage

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

 media-fonts/font-util/font-util-1.3.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-fonts/font-util/font-util-1.3.2-r1.ebuild 
b/media-fonts/font-util/font-util-1.3.2-r1.ebuild
index 0411a45aca1..c1e6e8e200b 100644
--- a/media-fonts/font-util/font-util-1.3.2-r1.ebuild
+++ b/media-fonts/font-util/font-util-1.3.2-r1.ebuild
@@ -6,6 +6,7 @@ inherit xorg-3
 
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/font/util.git;
 DESCRIPTION="X.Org font utilities"
+HOMEPAGE="https://www.x.org/wiki/ 
https://gitlab.freedesktop.org/xorg/font/util;
 
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-alias/

2020-08-07 Thread Matt Turner
commit: 8c3d4e130b741370a9c47895a34441d76a4e19f0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Aug  7 20:46:42 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Aug  7 22:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3d4e13

media-fonts/font-alias: Version bump to 1.0.4

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

 media-fonts/font-alias/Manifest|  1 +
 media-fonts/font-alias/font-alias-1.0.4.ebuild | 12 
 2 files changed, 13 insertions(+)

diff --git a/media-fonts/font-alias/Manifest b/media-fonts/font-alias/Manifest
index b33c6ed949c..a762f240040 100644
--- a/media-fonts/font-alias/Manifest
+++ b/media-fonts/font-alias/Manifest
@@ -1 +1,2 @@
 DIST font-alias-1.0.3.tar.bz2 102537 BLAKE2B 
a4a92e147a7c106c6feac39d7b2eaa5785bc4c086d2cf204587ed5b22b1633238b8ddfb8ef212ae84cfa0a61d018fec79cbf9c83b102c8073d3978dfa66fd007
 SHA512 
05abfef4615722d8cf3f21ab1118494522553a75427140d9753b3d312f404735c20766ceacc1b53f9e783ea25ec8f2f6bdb8696525a4962afe29f524ed8b6552
+DIST font-alias-1.0.4.tar.bz2 119248 BLAKE2B 
40f4fbc7924c57d17cf7166d0d60c4231f83cbb85225c94e6387c0dc72aef106b1e665a1700ec857784047d9ee04eab422cc1f391a952dfdca1b7cd6af2a503a
 SHA512 
c67ac2ee344a601fcc09471580214b30c3fd6acc4800702840de44f0733e6d18b3faeec2fa3f4e2314025cc1724d7d6796ebaf620398fe350710182fd2c4b07d

diff --git a/media-fonts/font-alias/font-alias-1.0.4.ebuild 
b/media-fonts/font-alias/font-alias-1.0.4.ebuild
new file mode 100644
index 000..a608bd954cc
--- /dev/null
+++ b/media-fonts/font-alias/font-alias-1.0.4.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xorg-3
+
+DESCRIPTION="X.Org font aliases"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="x11-apps/mkfontscale
+   >=media-fonts/font-util-1.1.1-r1"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-ethiopic/

2020-08-07 Thread Matt Turner
commit: 06a296c86966e393c796190cdf287e2bdad59494
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Aug  7 20:47:46 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Aug  7 22:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a296c8

media-fonts/font-misc-ethiopic: Version bump to 1.0.4

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

 media-fonts/font-misc-ethiopic/Manifest|  1 +
 .../font-misc-ethiopic-1.0.4.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/media-fonts/font-misc-ethiopic/Manifest 
b/media-fonts/font-misc-ethiopic/Manifest
index 5389338f4b9..d75850858a9 100644
--- a/media-fonts/font-misc-ethiopic/Manifest
+++ b/media-fonts/font-misc-ethiopic/Manifest
@@ -1 +1,2 @@
 DIST font-misc-ethiopic-1.0.3.tar.bz2 245606 BLAKE2B 
e0cf89f4500226b7213d6f3f88b3bf575501140d8742fe5e30b07eefd2c1fe2fc9bfe941639032d3b5ce45eb7e6f352af7b6468e7f8b0fc941ed9cee8d531f96
 SHA512 
b3e3f7462f37216796730a894761c7d60d5ede0f51351997e6c3c92e3136c788a2710690f482d05ed1396a4b6be452e1f871febc7e5b7a1a67e43bcc1ec7c77d
+DIST font-misc-ethiopic-1.0.4.tar.bz2 270076 BLAKE2B 
b27d188fcb5be3e4e5fed810f26c0f5edf5a51a3532bd51b44e55283518bc1a353054da4f37c5535197eeb6958bfe1567ab54d1d9f428b046b84c5d1233aae21
 SHA512 
4fed9ff3782746898c56dac199e9ca89356f4967779937049b9ff4ffad202317c023859f92d44b371dfa5485d5368ccad648e64b12cde0ed21f7d4aee5affcd5

diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild 
b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild
new file mode 100644
index 000..cc322ce0539
--- /dev/null
+++ b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+FONT_DIR="OTF"
+
+inherit xorg-3
+
+DESCRIPTION="Miscellaneous Ethiopic fonts"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+
+XORG_CONFIGURE_OPTIONS=(
+   --with-fontrootdir="${EPREFIX}/usr/share/fonts"
+
+   # This flag unexpectedly doesn't control whether the font (i.e. the 
.ttf file)
+   # is installed, but instead only controls whether mkfontscale/mkfontdir 
is
+   # run. I suspect this is a bug.
+   --disable-truetype-install
+)
+
+src_install() {
+   xorg-3_src_install
+
+   # TTF fonts are not supposed to be installed.
+   rm -r "${ED}/usr/share/fonts/TTF" || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-ethiopic/

2020-08-07 Thread Matt Turner
commit: c8a70b63db37957d7e0a1d2a8350ac11da17db76
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Aug  7 22:50:08 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Aug  7 22:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a70b63

media-fonts/font-misc-ethiopic: Drop old versions

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

 .../font-misc-ethiopic-1.0.3-r2.ebuild   | 20 
 1 file changed, 20 deletions(-)

diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r2.ebuild 
b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r2.ebuild
deleted file mode 100644
index 69981adc3df..000
--- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-FONT_DIR="OTF"
-
-inherit xorg-3
-
-DESCRIPTION="Miscellaneous Ethiopic fonts"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
-
-FONT_OPTIONS="--with-otf-fontdir=${EPREFIX}/usr/share/fonts/OTF"
-
-src_install() {
-   xorg-3_src_install
-   # TTF fonts are not supposed to be installed.
-   # Also fixes file collision per bug #309689
-   rm -r "${ED}/usr/share/fonts/TTF" || die
-}



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

2020-08-07 Thread Sergei Trofimovich
commit: a6bb302f63d8ba703e4807fc1cfb76c99b733b73
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug  7 22:18:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug  7 22:19:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bb302f

dev-util/diffoscope: bump up to 155

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/diffoscope/Manifest  |  1 +
 dev-util/diffoscope/diffoscope-155.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index a1884f8b0e7..6c6c8fdeb90 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1 +1,2 @@
 DIST diffoscope-154.tar.gz 1571220 BLAKE2B 
84b7a282180b4f8d3b374dac8e3514b3bb7d3fda3b40db757dad98e02174da27a35243bd9b23f2b905ea59dc8c9a85d9cef6d436d9c705ca57b379dfb7b4
 SHA512 
f3a21deb9542c7ec7fc9929685d57ef97739d86f8e5227e212aaf3984a53df88f3224b2f4ba6254fde76f1858cbae83fea138e3c914a47625a62c6e6607ed28f
+DIST diffoscope-155.tar.gz 1571389 BLAKE2B 
320f352d6d0dcdf231ac246188f698eacbf08bc3b3194e28c09e5e38a143e0718408309483087d81a57a9f5810aadd545caa8cb32390441f1f5b79f7639a768d
 SHA512 
785e08aa9b2420d0e1fed63804c199b198344d991f04ebb402e18de45f8154ea7bf68a2e4b1551744600f5e99f750e798b89c5cc2fad09d56a8b018b0559c2ee

diff --git a/dev-util/diffoscope/diffoscope-155.ebuild 
b/dev-util/diffoscope/diffoscope-155.ebuild
new file mode 100644
index 000..d705e0c42fc
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-155.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar tcpdump xz zip zstd"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   gzip? ( app-arch/gzip )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( virtual/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   xz? ( app-arch/xz-utils )
+   zip? ( app-arch/unzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716482
+RDEPEND+=" !dev-python/filemagic"



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

2020-08-07 Thread Sam James
commit: bd9e18857f4ef905f8f6c0bc7ab35b571a029914
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 21:30:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  7 22:16:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9e1885

profiles/arch/x86: un-stable-mask Python 3.8

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/x86/use.stable.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/x86/use.stable.mask 
b/profiles/arch/x86/use.stable.mask
index 4236bbf05ad..b0ff96b03f1 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -8,11 +8,6 @@
 # sci-libs/mkl is not stable, needs online registration to even run pkg_setup
 mkl
 
-# Mike Gilbert  (2017-06-08)
-# dev-lang/python:3.8 is not stable.
-python_targets_python3_8
-python_single_target_python3_8
-
 # Andreas K. Hüttel  (2017-05-26)
 # dev-db/firebird is keyworded ~x86
 firebird



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/test-framework-th-prime/files/, dev-haskell/test-framework-th-prime/

2020-08-07 Thread Sergei Trofimovich
commit: d89c8965369e2c264653128521a4a0112c243302
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug  7 21:56:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug  7 21:56:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89c8965

dev-haskell/test-framework-th-prime: port to ghc-8

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/736252
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../test-framework-th-prime-0.0.8-ghc-8.patch  | 25 +++
 .../test-framework-th-prime-0.0.9-hse-1.18.patch   | 76 ++
 .../test-framework-th-prime-0.0.9.ebuild   |  2 +
 3 files changed, 103 insertions(+)

diff --git 
a/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.8-ghc-8.patch
 
b/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.8-ghc-8.patch
new file mode 100644
index 000..b3cbf27a28f
--- /dev/null
+++ 
b/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.8-ghc-8.patch
@@ -0,0 +1,25 @@
+diff --git a/Test/Framework/TH/Prime.hs b/Test/Framework/TH/Prime.hs
+index 75b0798..0bed643 100644
+--- a/Test/Framework/TH/Prime.hs
 b/Test/Framework/TH/Prime.hs
+@@ -1,2 +1,3 @@
+ {-# LANGUAGE QuasiQuotes, TemplateHaskell #-}
++{-# LANGUAGE CPP #-}
+ 
+@@ -119,3 +120,7 @@ isDefined :: String -> Q Bool
+ isDefined n = return False `recover` do
++#if MIN_VERSION_template_haskell(2,11,0)
++VarI (Name _ flavour) _ _ <- reify (mkName n)
++#else
+ VarI (Name _ flavour) _ _ _ <- reify (mkName n)
++#endif
+ modul <- loc_module <$> location
+diff --git a/Test/Framework/TH/Prime/Parser.hs 
b/Test/Framework/TH/Prime/Parser.hs
+index 7f541c4..fef60f1 100644
+--- a/Test/Framework/TH/Prime/Parser.hs
 b/Test/Framework/TH/Prime/Parser.hs
+@@ -78,3 +78,3 @@ parseTest file = do
+ #if MIN_VERSION_haskell_src_exts(1, 14, 0)
+-extensions = nub $ EnableExtension TemplateHaskell : exts raw
++extensions = nub $ EnableExtension 
Language.Haskell.Exts.Extension.TemplateHaskell : exts raw
+ #else

diff --git 
a/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.9-hse-1.18.patch
 
b/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.9-hse-1.18.patch
new file mode 100644
index 000..359d5ea4f6a
--- /dev/null
+++ 
b/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.9-hse-1.18.patch
@@ -0,0 +1,76 @@
+diff --git a/Test/Framework/TH/Prime/Parser.hs 
b/Test/Framework/TH/Prime/Parser.hs
+index 87553a6..f188390 100644
+--- a/Test/Framework/TH/Prime/Parser.hs
 b/Test/Framework/TH/Prime/Parser.hs
+@@ -10,2 +10,5 @@ import Language.Haskell.Exts.Extension
+ import Language.Haskell.Exts.Parser
++#if MIN_VERSION_haskell_src_exts(1, 18, 0)
++import Language.Haskell.Exts.SrcLoc
++#endif
+ import Language.Haskell.Exts.Syntax hiding (VarName, Exp)
+@@ -14,2 +17,11 @@ import Language.Preprocessor.Cpphs hiding (Ident)
+ 
++#if MIN_VERSION_haskell_src_exts(1, 18, 0)
++-- location field for haskell-src-exts-1.18
++#define L SrcSpanInfo
++#define loc _
++#else
++#define L
++#define loc
++#endif
++
+ 
+@@ -45,3 +57,7 @@ getTests :: FilePath -> IO ([String], [String])
+ getTests file = do
++#if MIN_VERSION_haskell_src_exts(1, 18, 0)
++ParseOk (Module _ _ _ _ decls) <- parseTest file
++#else
+ ParseOk (Module _ _ _ _ _ _ decls) <- parseTest file
++#endif
+ let funs = map fromFunBind $ filter isFunBind decls
+@@ -54,3 +70,3 @@ getTests file = do
+ 
+-parseTest :: FilePath -> IO (ParseResult Module)
++parseTest :: FilePath -> IO (ParseResult (Module L))
+ parseTest file = do
+@@ -74,4 +90,4 @@ parseTest file = do
+ #endif
+-toStr (Ident str) = str
+-toStr (Symbol str) = str
++toStr (Ident loc str) = str
++toStr (Symbol loc str) = str
+ opt raw = defaultParseMode {
+@@ -88,7 +104,7 @@ parseTest file = do
+ 
+-isFunBind :: Decl -> Bool
+-isFunBind (FunBind _) = True
+-isFunBind _   = False
++isFunBind :: Decl L -> Bool
++isFunBind (FunBind loc _) = True
++isFunBind _   = False
+ 
+-isPatBind :: Decl -> Bool
++isPatBind :: Decl L -> Bool
+ isPatBind PatBind{} = True
+@@ -96,6 +112,6 @@ isPatBind _   = False
+ 
+-fromPatBind :: Decl -> String
++fromPatBind :: Decl L -> String
+ #if MIN_VERSION_haskell_src_exts(1, 16, 0)
+-fromPatBind (PatBind _ (PVar (Ident  name)) _ _) = name
+-fromPatBind (PatBind _ (PVar (Symbol name)) _ _) = name
++fromPatBind (PatBind _ (PVar loc (Ident  loc name)) _ _) = name
++fromPatBind (PatBind _ (PVar loc (Symbol loc name)) _ _) = name
+ #else
+@@ -106,5 +122,10 @@ fromPatBind _ = error "fromPatBind"
+ 
+-fromFunBind :: Decl -> String
++fromFunBind :: Decl L -> String
++#if MIN_VERSION_haskell_src_exts(1, 18, 0)
++fromFunBind (FunBind _floc (Match _ (Ident  _iloc name) _ _ _:_)) = name

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

2020-08-07 Thread Sergei Trofimovich
commit: 58b70fa41e826a30e131b8f3064bff128867ac76
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug  7 21:52:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug  7 21:52:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b70fa4

app-portage/fquery: tweak for cabal-3

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/736270
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/fquery/fquery-0.2.3-r1.ebuild | 38 +++
 1 file changed, 38 insertions(+)

diff --git a/app-portage/fquery/fquery-0.2.3-r1.ebuild 
b/app-portage/fquery/fquery-0.2.3-r1.ebuild
new file mode 100644
index 000..3bee7263715
--- /dev/null
+++ b/app-portage/fquery/fquery-0.2.3-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.4.6.
+
+CABAL_FEATURES="bin"
+inherit haskell-cabal
+
+DESCRIPTION="Installed package query tool for Gentoo Linux"
+HOMEPAGE="http://hackage.haskell.org/package/fquery;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/hashtables:=
+   dev-haskell/parsec:=
+   dev-haskell/regex-compat:=
+   >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.6
+"
+
+src_prepare() {
+   default
+
+   # Workaround for Cabal 2.2.0.1 running configure with
+   # ${S}/dist/build set as the current directory.  This changes
+   # the script to prepend ${S}/ to the the paths.  The script
+   # then uses the ${S} environment variable.
+   sed -e 's@\(Adelie/\)@${S}/\1@g' \
+   -i configure || die
+}



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

2020-08-07 Thread Andreas K. Hüttel
commit: b346eda8ab5d9c900dba698a41382b3687267359
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  7 21:36:09 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  7 21:37:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b346eda8

dev-lang/perl: Pod-Parser was removed from core

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-lang/perl/perl-5.32.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.32.0.ebuild b/dev-lang/perl/perl-5.32.0.ebuild
index d4602201556..be65ca73979 100644
--- a/dev-lang/perl/perl-5.32.0.ebuild
+++ b/dev-lang/perl/perl-5.32.0.ebuild
@@ -84,7 +84,6 @@ dual_scripts() {
src_remove_dual  perl-core/IO-Compress2.93.0
zipdetails
src_remove_dual  perl-core/JSON-PP4.40.0json_pp
src_remove_dual  perl-core/Module-CoreList5.202.6.20corelist
-   src_remove_dual  perl-core/Pod-Parser 1.630.0   
pod2usage podchecker podselect
src_remove_dual  perl-core/Pod-Perldoc3.280.100 perldoc
src_remove_dual  perl-core/Test-Harness   3.420.0   prove
src_remove_dual  perl-core/podlators  4.140.0   pod2man 
pod2text



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Pod-Parser/

2020-08-07 Thread Andreas K. Hüttel
commit: 60dec1a5bddfa979fbc6a9b59281cbc83b366513
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  7 21:35:18 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  7 21:37:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60dec1a5

virtual/perl-Pod-Parser: Removed from core in 5.32

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...od-Parser-1.630.0-r7.ebuild => perl-Pod-Parser-1.630.0-r8.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r7.ebuild 
b/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild
similarity index 74%
rename from virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r7.ebuild
rename to virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild
index 7163ba3b8e9..ac9a7ffb3bd 100644
--- a/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r7.ebuild
+++ b/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild
@@ -8,8 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.32* =dev-lang/perl-5.30* 
~perl-core/${PN#perl-}-${PV} )
+   || ( ~dev-perl/Pod-Parser-1.630.0 =dev-lang/perl-5.30* )
dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
+   !perl-core/Pod-Parser
 "



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Parser/

2020-08-07 Thread Andreas K. Hüttel
commit: 5caa85f86f54ac1836c8fa593f0043d65ffaeb35
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  7 21:34:15 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  7 21:37:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5caa85f8

dev-perl/Pod-Parser: New package, spliced out of core Perl

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Pod-Parser/Manifest  |  1 +
 dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild | 14 ++
 dev-perl/Pod-Parser/metadata.xml  |  8 
 3 files changed, 23 insertions(+)

diff --git a/dev-perl/Pod-Parser/Manifest b/dev-perl/Pod-Parser/Manifest
new file mode 100644
index 000..cfa6984b6f5
--- /dev/null
+++ b/dev-perl/Pod-Parser/Manifest
@@ -0,0 +1 @@
+DIST Pod-Parser-1.63.tar.gz 79707 BLAKE2B 
b53c9ac63f967e712f45af0f935d7a10318e6f39d7489605a9ec013d3249615736ac2ec5206f9d50eedd5eeffb4f0c0df67e071903b08c77946a4c7fbc8e0971
 SHA512 
55f5741bb906701705f489b2314d3f11cd6d63ca5b64a60fdbda7eed0388945f2e68262735c7cc33b7089794630393049e619f9900e85c71bf9223243bc0984a

diff --git a/dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild 
b/dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild
new file mode 100644
index 000..558479317b0
--- /dev/null
+++ b/dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MAREKR
+DIST_VERSION=1.63
+inherit perl-module
+
+DESCRIPTION="POD filters and translators"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""

diff --git a/dev-perl/Pod-Parser/metadata.xml b/dev-perl/Pod-Parser/metadata.xml
new file mode 100644
index 000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Pod-Parser/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+



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

2020-08-07 Thread Sergei Trofimovich
commit: 7b93048f96a905296df6dacbdae52773855f72b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug  7 21:35:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug  7 21:35:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b93048f

toolchain.eclass: raise minimum gcc-config up to 2.3

In #736040 gcc-config-1.9 was not able to handle gcc-10 paths.
Let's raise lower bound to minimum stable version currently in
::gentoo.

Reported-by: Dennis Nezic
Bug: https://bugs.gentoo.org/736040
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index a4cb9cc141e..7a4364af4e6 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -261,7 +261,7 @@ case ${EAPI:-0} in
5*|6) DEPEND+=" ${BDEPEND}" ;;
 esac
 
-PDEPEND=">=sys-devel/gcc-config-1.7"
+PDEPEND=">=sys-devel/gcc-config-2.3"
 
 #>> S + SRC_URI essentials <<
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/idiii/, dev-haskell/idiii/files/

2020-08-07 Thread Sergei Trofimovich
commit: a61cae65f4cf0813e3efa7eb9ac53b054856e100
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug  7 21:17:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug  7 21:17:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61cae65

dev-haskell/idiii: tweak for ghc-8.8

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/736280
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/idiii/files/idiii-0.1.3.3-fold.patch | 7 +++
 dev-haskell/idiii/idiii-0.1.3.3.ebuild   | 7 ---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/idiii/files/idiii-0.1.3.3-fold.patch 
b/dev-haskell/idiii/files/idiii-0.1.3.3-fold.patch
new file mode 100644
index 000..0bd0469e53a
--- /dev/null
+++ b/dev-haskell/idiii/files/idiii-0.1.3.3-fold.patch
@@ -0,0 +1,7 @@
+--- a/src/ID3/Type/Tag.hs
 b/src/ID3/Type/Tag.hs
+@@ -89,3 +89,3 @@ getActualSize t = (footerSize t) + (framesSize (t^.frames)) 
+ (extHSize t)
+ framesSize :: Map FrameID ID3Frame -> FrameSize
+-framesSize fs = Map.fold (\fr x -> fr^.frHeader^.frSize + 10 + x) 0 fs
++framesSize fs = Map.foldr (\fr x -> fr^.frHeader^.frSize + 10 + x) 0 fs
+ footerSize :: ID3Tag -> Integer

diff --git a/dev-haskell/idiii/idiii-0.1.3.3.ebuild 
b/dev-haskell/idiii/idiii-0.1.3.3.ebuild
index 92147c2965b..874e97f4250 100644
--- a/dev-haskell/idiii/idiii-0.1.3.3.ebuild
+++ b/dev-haskell/idiii/idiii-0.1.3.3.ebuild
@@ -5,11 +5,11 @@ EAPI=6
 
 # ebuild generated by hackport 0.5.
 
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour" # Broken test-suite: 
missing files
 inherit haskell-cabal
 
 DESCRIPTION="ID3v2 (tagging standard for MP3 files) library"
-HOMEPAGE="https://hackage.haskell.org/package/idiii;
+HOMEPAGE="http://hackage.haskell.org/package/idiii;
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
@@ -28,5 +28,6 @@ RDEPEND="dev-haskell/data-accessor:=[profile?]
 "
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
-   test? ( dev-haskell/hunit )
 "
+
+PATCHES=("${FILESDIR}"/${P}-fold.patch)



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

2020-08-07 Thread Kent Fredric
commit: 5986e6616f0f43983f003792cb4a6c043ff6d37d
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jun 26 08:00:52 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Aug  7 21:04:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5986e661

dev-lang/perl: 5.30.3-r2 rework patching bundle logic

This change reworks the patching logic entirely to avoid the use of a
sequence file, instead, relying on directory sort order and numerically
prefixed filenames.

In addition to this change, work is done on the patchset authoring side
to pre-extract important fields like "bugs" and "description" for the
patches and puts them in easy to read files, in order to more clearly
generate patchlevel_gentoo.h ( seen in Perl -V )

Perl -V now includes more verbose details, including fully qualified bug
URLs.

Additionally, its more straight forward to add records to the patch
bundle within the ebuild, using the new "add_patch" helper, so that even
files applied from ${FILESDIR} can be shown in `perl -V`

Patches are fully re-rolled as git patches against perl v5.30.3

Sourcing from "mirror://gentoo" is now implicit, as this syntax is
discouraged.

Patch for Net::SNMP removed from bundle as it just now introduces
redundant documentation.

Patch for gentoo-libdirs now bundled, and properly rehashed to avoid
failing in various porting tests.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-lang/perl/Manifest |   1 +
 .../perl/files/perl-5.30.3-gentoo-libdirs.patch| 135 --
 dev-lang/perl/perl-5.30.3-r2.ebuild| 195 ++---
 3 files changed, 131 insertions(+), 200 deletions(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index 0168a19f9ce..863119a0edd 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -1,4 +1,5 @@
 DIST perl-5.30.0-patches-1.tar.xz 17352 BLAKE2B 
67eb1c4ce6ada27e05962d06fa9c5675ca1d22623b5fd172ce8ceaa17f2e51d61f9451955f9f6acf6d97ea7d71c72b583be1378ccbf9174c88580baec2049a48
 SHA512 
4fe1f2de5e72e56890858148d20b772df63dce34cb3977ec47d8ed5323c4843929130f660f1558c282c97e65efa1c6d2fdacf9e2dcc0ef1d487a0b69dbb5bbb4
+DIST perl-5.30.3-patches-1.tar.xz 20292 BLAKE2B 
34ca8dbdf08650deaaa59bba634c3a40c6da7d91b282365eec217cc421b17678837b1ae02de5d6b0b632858a0251b796ce28ddbdd7a86aca6697f18a527fcb62
 SHA512 
ba9aafcaff405c931b61ffc917be8ef71e538fd5277a3bcfafbaffc965b53f9c1811670558a0bc75c538586a30f11aba3ce59bd2214982eaad3b5afa64e67999
 DIST perl-5.30.3.tar.xz 12375128 BLAKE2B 
ff0668c896e46ea35a1b8bd4a7d800c8668d6995185cd8c43fca332da2fa63965bb5276b2d5cf9738c0b7fb735140f6e33f1b4582899017903f86753065f417b
 SHA512 
0ea62cf17532ee99217a218c39aa530472857c7a1982494f3a01693683062b4cdebe383a79f7b64452c713337b554ed5e0fd6eda018ea29e83c3538a13c24f3c
 DIST perl-5.32.0.tar.xz 12717336 BLAKE2B 
4abad9f1ddabaad5f2bbfe8ab6d061aeb8c558e458d4bf1bcf737a8ecc1cf20f7dffaddd0bc867578b457787ec284fa81be3fae1edd7f72d58aeec7b5cd744e5
 SHA512 
1540247415893bbd94dfeede7b4fba6052688dc0bf27ced817f448246fcdc6e9a6486abc34577dec5b00bf02ed607b2d24ccd4977c3b3c51e8e6edfc0b81c760
 DIST perl-cross-1.3.2.tar.gz 108350 BLAKE2B 
ddb352fdbec66a04de62425f5cae1aaa3bc7251b9d6f4837b66a0bd79c53c60212fad3997dad4c38055774a2769d45b5b83927bf48b0fb00a130fee429eba702
 SHA512 
d61d25066a8d87c34aeacc5b9bd86fab964b33c4c65e84a89e4077fe1d8011c0bdf810a304631af44fae32edcffd6c99fc17b0c584ea83d1ce5ce492aaedfea5

diff --git a/dev-lang/perl/files/perl-5.30.3-gentoo-libdirs.patch 
b/dev-lang/perl/files/perl-5.30.3-gentoo-libdirs.patch
deleted file mode 100644
index b9e36223a94..000
--- a/dev-lang/perl/files/perl-5.30.3-gentoo-libdirs.patch
+++ /dev/null
@@ -1,135 +0,0 @@
-From 7572be1afb16621a537e9da02f96cf04cb10b655 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Sat, 20 Jun 2020 22:14:22 +1200
-Subject: Add support for -Dgentoolibdirs
-
-Which just adds the libdirs verbatim in the right place without
-having perl molest it in the process.

- Configure| 26 ++
- config_h.SH  |  5 +
- perl.c   |  1 +
- perl_inc_macro.h |  8 
- uconfig.sh   |  1 +
- 5 files changed, 41 insertions(+)
-
-diff --git a/Configure b/Configure
-index cef8c3c078..77258e8f43 100755
 a/Configure
-+++ b/Configure
-@@ -1181,6 +1181,8 @@ orderlib=''
- ranlib=''
- d_perl_otherlibdirs=''
- otherlibdirs=''
-+gentoolibdirs=''
-+d_gentoolibdirs=''
- package=''
- spackage=''
- pager=''
-@@ -8101,6 +8103,28 @@ esac
- set d_perl_otherlibdirs
- eval $setvar
- 
-+case "$gentoolibdirs" in
-+''|' ') dflt='none' ;;
-+*) dflt="$gentoolibdirs" ;;
-+esac
-+$cat <$CONFIG_H -e 
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
-  */
- #$d_perl_otherlibdirs PERL_OTHERLIBDIRS "$otherlibdirs"   /**/
- 
-+/* GENTOO_LIBDIRS:
-+ * Like PERL_OTHERLIBDIRS, but doesn't stuff ARCH dirs in when not wanted
-+ */
-+#$d_gentoolibdirs GENTOO_LIBDIRS 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Address-XS/

2020-08-07 Thread Kent Fredric
commit: 18bad13152fd8d18f6a475bb89c9725a69150c9b
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug  7 20:47:06 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Aug  7 20:47:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bad131

dev-perl/Email-Address-XS: Bump to version 1.40.0

- EAPI7
- Fix LICENSE
- Ensure CFLAGS passed to make/compiler

Upstream:
- add support for parsing and generating addresses with nul character
- fix compose_address when both user and host contain non-ASCII 8bit
  characters
- Fix possible memory leak in dovecot parser
- Update dovecot parser from dovecot version 2.3.0.1
- Fix reading from unititialized memory when formatting invalid
  addresses without user or host part
- Fix formatting email addresses when user starts with nul byte
- Prefer returning empty string from format functions instead of
  generating invalid email addresses.
- Fix dovecot parser to disallow leading dot in dot-atom
- Fix generating/validating email addresses with empty user part
- Fix generating/validating email addresses with leading/trailing dot in
  user part.
- try to parse invalid email addresses and mark them as invalid
- Don't escape apostrophe's in generated email addresses.
- Fix formatting email addresses which contain NUL, TAB, LF or CR
- Fix formatting comments which contain NUL bytes.

Security:
- nul character handling changes in parsing could be a vuln, depending
  on what is done with the result, esp if it doesn't error ( I haven't
  determined what it does yet )
- "Possible" memory leaks in dovecot parser fixed.
- Cribs some of dovcot parse code and may be subject to vulnerabilities
  in that file in previous versions
- Fixed uninitialized memory access in certain address combinations

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Email-Address-XS-1.40.0.ebuild | 33 ++
 dev-perl/Email-Address-XS/Manifest |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild 
b/dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild
new file mode 100644
index 000..ab5666eb7bd
--- /dev/null
+++ b/dev-perl/Email-Address-XS/Email-Address-XS-1.40.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PALI
+DIST_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Parse and format RFC 2822 email addresses and groups"
+LICENSE="|| ( Artistic GPL-1+ ) MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Exporter
+   virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Email-Address-XS/Manifest 
b/dev-perl/Email-Address-XS/Manifest
index dfdbf84be29..45b5c9348d5 100644
--- a/dev-perl/Email-Address-XS/Manifest
+++ b/dev-perl/Email-Address-XS/Manifest
@@ -1 +1,2 @@
 DIST Email-Address-XS-1.01.tar.gz 26805 BLAKE2B 
657c9b33e2008ba35dbd46bde1fd11b90112f1d2afc422b2cb97c041067c5ac435e7662d8c083866b0e9efb98b94987bbe1a04d284c960a1fcd047cdc1badf36
 SHA512 
399d8365f2d9d642f482b5fcb4400cb66923f99938180ed1e68c3c7729d44eb53159889780ce6bb97857ab8ef3bc0c4f2dbe74ee453ab250e003761f66c28449
+DIST Email-Address-XS-1.04.tar.gz 29112 BLAKE2B 
8ad1ed264a1d568839864946a22063e6e591663bd8ae3d857e67ec187757a05c1a72d48125b154ce625cf32ad1abff7829aba746d68cfa30ec5244796c182acf
 SHA512 
2dda846f998cdc2112067b7a994e86162de765a0a23f2288cb8292f26b9ac07171452961389badb678d5568c7f4b0966d9dc97c1d91cd4be2b9767f0e615b1d8



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

2020-08-07 Thread William Hubbs
commit: 06bf7313e22ae56157d685e9465921d879136e9b
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Aug  7 20:38:52 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Aug  7 20:44:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bf7313

sys-fs/udev: remove old unstable versions

Signed-off-by: William Hubbs  gentoo.org>

 sys-fs/udev/Manifest|   1 -
 sys-fs/udev/udev-243.ebuild | 329 
 sys-fs/udev/udev-245.ebuild | 237 ---
 3 files changed, 567 deletions(-)

diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest
index 2698256f752..299515c5f11 100644
--- a/sys-fs/udev/Manifest
+++ b/sys-fs/udev/Manifest
@@ -1,5 +1,4 @@
 DIST systemd-242.tar.gz 7831435 BLAKE2B 
288e65d0a8e133ef5885689eb16118a83d93c730e342da63115cea0892fc999104c3a4856c83f3e7ef909ba2f3311146730b05ee02d84cc0400851ccbdcd54cd
 SHA512 
578f68a3c8f2d454198fc04ff8d943abcfb390531d57f9603d185857f7afa7f4dc641dafecf49ce50fe22f5837b252b181400891e8efd4459fd4f69bb4283cb4
 DIST systemd-243.tar.gz 8242522 BLAKE2B 
89e3ebbea5a99061329f7c78220a66c1e075d5ba90dfdf5ee8d0d9b762ef4600dc82d8ca2054632e5e343b6272cd8046c92f7f99dcfa8287c5ef2b42fb96d4cb
 SHA512 
56b52a297aa5ac04d9667eb3afb1598725b197de73ff72baa1aabbc2844e36fba7b7fccdf6d214ae8b5b926616b2b7e15772763aaa80ec938d74333ff9c8673e
-DIST systemd-245.tar.gz 8993479 BLAKE2B 
be0b1fca5ba8585978f570868bc9135c1fee78ea64dcdf8b1a3419e856a83da90104ed2f86e5f3e5b0b6f29d4b34f603bfe1e4cbc61ccf71bedce547db62ff35
 SHA512 
1b80d0e02472dfc4197f11dab4f56cf90e8a6e105ce19f837cb11335b6d8577ed49031dad94cdb41aa9bdc06ec8eec62c8e9246272b83935e7bb9dcd3cd8c012
 DIST systemd-246.tar.gz 9534036 BLAKE2B 
71b72abcd4d066d35d45d9835d41bec8faa9a7eddc80b48fe7073223f07d32f78a8442c52dc0800940f9750d9c5502123a633738981d797cf610d85df2035bf0
 SHA512 
7103f7da53f7ced3b5543c238f23bd11c82af8e37166c1720a90576b6b431b4329320c78726166c65a9f5e101dd465c0a86dd13c586c4e55e608a6273d8f324f
 DIST systemd-stable-245.5.tar.gz 9020836 BLAKE2B 
7753eecceffa86c9208c3e71df2037b58b445f9090b73c6ff499b4170b94488a1fd1cabcd17cbb98506a692875a3eef07a40a54d23e09c331a01319f8d03d13d
 SHA512 
47de4a59980643002f325c499eeb4dd76fa9f1d1267686e7564f103690487bf85974590d7cb3e3641409e5bfba567fe2a66efa80320e7e8adc48af4461e2e172

diff --git a/sys-fs/udev/udev-243.ebuild b/sys-fs/udev/udev-243.ebuild
deleted file mode 100644
index 0a23777e5de..000
--- a/sys-fs/udev/udev-243.ebuild
+++ /dev/null
@@ -1,329 +0,0 @@
-# Copyright 2003-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal 
toolchain-funcs udev
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
-   inherit git-r3
-else
-   MY_PV=${PV/_/-}
-   MY_P=systemd-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
-fi
-
-DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
-
-LICENSE="LGPL-2.1 MIT GPL-2"
-SLOT="0"
-IUSE="acl +kmod selinux"
-
-RESTRICT="test"
-
-COMMON_DEPEND=">=sys-apps/util-linux-2.30[${MULTILIB_USEDEP}]
-   sys-libs/libcap[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl )
-   kmod? ( >=sys-apps/kmod-16 )
-   selinux? ( >=sys-libs/libselinux-2.1.9 )
-   ! "${T}"/40-gentoo.rules
-   # Gentoo specific floppy and usb groups
-   ACTION=="add", SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy"
-   ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"
-   EOF
-
-   if [[ -d "${WORKDIR}/patches" ]]; then
-   eapply "${WORKDIR}/patches"
-   fi
-
-   default
-}
-
-meson_multilib_native_use() {
-   if multilib_is_native_abi && use "$1"; then
-   echo true
-   else
-   echo false
-   fi
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   -Dacl=$(meson_multilib_native_use acl)
-   -Defi=false
-   -Dkmod=$(meson_multilib_native_use kmod)
-   -Dselinux=$(meson_multilib_native_use selinux)
-   -Dlink-udev-shared=false
-   -Dsplit-usr=true
-
-   # Prevent automagic deps
-   -Dgcrypt=false
-   -Dlibcryptsetup=false
-   -Dlibidn=false
-   -Dlibidn2=false
-   -Dlibiptc=false
-   -Dseccomp=false
-   -Dlz4=false
-   -Dxz=false
-   )
-   meson_src_configure
-}
-
-src_configure() {
-   # Prevent conflicts with i686 cross toolchain, bug 559726
-   tc-export AR CC NM OBJCOPY RANLIB
-   multilib-minimal_src_configure
-}
-
-multilib_src_compile() {

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

2020-08-07 Thread Thomas Deutschmann
commit: 9a3c50a6c62232af20eb5df0f49720a1fe10ea95
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug  7 20:30:05 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug  7 20:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3c50a6

www-client/firefox: fix VAAPI HW acceleration issue

Link: https://bugzilla.mozilla.org/show_bug.cgi?id=1656436
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest   | 2 +-
 www-client/firefox/{firefox-79.0-r1.ebuild => firefox-79.0-r2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 398ba31c357..4e805a9a30d 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -158,7 +158,7 @@ DIST firefox-79.0-nl.xpi 561368 BLAKE2B 
0cacbd96399ff81b5afd1179d382aced721f8089
 DIST firefox-79.0-nn-NO.xpi 554121 BLAKE2B 
388e62f7f4e63238f05bbd51f2f073c51f615ec366c7447b7addbe5f467761a7f8a569e8191ee0fd257fc5fe525d1cc21039313c7626008aef6d938cbc7c5fe0
 SHA512 
158c2445dcea631a6ebd8a3017ca1ee57c4eb3c2d8d4666003992441230ff5b12073ee9af6722f58f1c124903c3f851090d57a6d0b7d3a4794990d89d64c81a3
 DIST firefox-79.0-oc.xpi 578492 BLAKE2B 
0c8ee3976952a76742a758fac1d900857028b4f96b812cff70e0028f35835b184a8ddfbdadfd24bea08a30ab27b0c63e7bff7e63bce177836c75be55581ff745
 SHA512 
3ecad0e58192b179c6295772a89f40300a548c5bcdd490111cffda8d97199d469a4a21f75e1b2881a9c2a0bf28037cb77deeaa4534ef7f8d8ad725f5724717a0
 DIST firefox-79.0-pa-IN.xpi 606794 BLAKE2B 
ae3f3398912e9306d02b36b1dc4ca311fc6a5f3a47b0b869a1abf729fc8b89eae11258bf0153d4e25428f6557039f6175c122adbcfa3fd6f6a648a9b35324ba3
 SHA512 
5ced6b8bc0f25de9d7b36b5a0ce61811593cab7cadef01a128a038b69991b7b5e535ba7b8e0133e002d1e6ea5e94d778bab98707b659f19ffac93f8e0e630327
-DIST firefox-79.0-patches-02.tar.xz 30096 BLAKE2B 
233bbfeae80f8a19a62ddb58d5180f8ba696bb520150dd110ea858b3623a12b30d61ece76ef500e66a146e3c875819876bed7344c83db6a6f576b59945ad523b
 SHA512 
c0e61a95f13f67156a770db13934c8a4d16e1ec175040656df874c0412515e6f5afc6de696013b4a4c40fb54505284952153a448c0e82df47d02e8add852e64d
+DIST firefox-79.0-patches-03.tar.xz 30480 BLAKE2B 
c561dfd97d960cd5da7975049c1d708475c2c295aff38f5385ce58eec8bd59cc78346b10701be38bb61772a6087642ae0874b1383cad66a9db5f7267a5457abc
 SHA512 
0656911be9b552ac654ca24803e4856ff34e80d9ef9b1a75a6bd53b8d3e0c16ccde43516373c87d07938e30acad46f0366a047a28dd564bee1b4f4651cfe4d16
 DIST firefox-79.0-pl.xpi 579919 BLAKE2B 
4eb70a8aea36699ecf9d40c8c8a3a79ab1488bcd31773778f76c0f0e595cc1e983429588c7be5179b17ab156c27631162fc644eec762d5669e994fcfd17de47c
 SHA512 
6906b3c3eda87a98f7ecda498153b4302810d1f63620b337f1157bd7e8a3b3bd5dee1b703e3a04a49fdc198258c4a7378c6fc57320f76f1313433d17e73f70c7
 DIST firefox-79.0-pt-BR.xpi 560599 BLAKE2B 
06e39db4f62e7fba56d92cdfa2f49c0b74b51892bf7807eab8ecec8b3a164d5b21fee40c494993fab5f89499c19f9b44475e62d2ead8c2652874aef073ed6ce0
 SHA512 
07719e83c62556ddd08bd8d47a625a7635cf2dcc8b3faa3325537170c2eac94b1ff15cbef09474d4e6777e4764825930bf19ceaeda5410a455489803fed90bcf
 DIST firefox-79.0-pt-PT.xpi 569372 BLAKE2B 
f2d5c53743a23a4a4feb2b01ef81ba42ca0c2c06dff8561a2f7e7f7f281c84e733c7b94673d8715450ef4700eb99cac654ec340a7421f819f3c95b659a49ce66
 SHA512 
b232f8d0d821e348b3591f3d2f932a16f4f0e227a4f92f78ea859a7b2df17e1ae73ef88f22ac7944798b0b859adc80cac6fcbcf4391d9df5436dda49425e19d9

diff --git a/www-client/firefox/firefox-79.0-r1.ebuild 
b/www-client/firefox/firefox-79.0-r2.ebuild
similarity index 99%
rename from www-client/firefox/firefox-79.0-r1.ebuild
rename to www-client/firefox/firefox-79.0-r2.ebuild
index 37634c74255..37711051118 100644
--- a/www-client/firefox/firefox-79.0-r1.ebuild
+++ b/www-client/firefox/firefox-79.0-r2.ebuild
@@ -28,7 +28,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then
 fi
 
 # Patch version
-PATCH="${PN}-79.0-patches-02"
+PATCH="${PN}-79.0-patches-03"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases;
 MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/${PN}-${MOZ_PV}.source.tar.xz"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Address-List/, dev-perl/Email-Address-List/files/

2020-08-07 Thread Kent Fredric
commit: 8b47f084d6c53877fa15e020fbbdbaa83271f333
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug  7 20:31:33 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Aug  7 20:31:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b47f084

dev-perl/Email-Address-List: -r bump for EAPI7 + fixes

- EAPI7
- Fix LICENSE
- Migrate sed hack to a patch

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Email-Address-List-0.60.0-r1.ebuild| 26 ++
 .../files/Email-Address-List-0.06-no-dot-inc.patch | 21 +
 2 files changed, 47 insertions(+)

diff --git a/dev-perl/Email-Address-List/Email-Address-List-0.60.0-r1.ebuild 
b/dev-perl/Email-Address-List/Email-Address-List-0.60.0-r1.ebuild
new file mode 100644
index 000..3692f91eea1
--- /dev/null
+++ b/dev-perl/Email-Address-List/Email-Address-List-0.60.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BPS
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="RFC close address list parsing"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-perl/Email-Address"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   test? (
+   dev-perl/JSON
+   virtual/perl-Test-Simple
+   )
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-0.06-no-dot-inc.patch"
+)

diff --git 
a/dev-perl/Email-Address-List/files/Email-Address-List-0.06-no-dot-inc.patch 
b/dev-perl/Email-Address-List/files/Email-Address-List-0.06-no-dot-inc.patch
new file mode 100644
index 000..ae1c3d10bc6
--- /dev/null
+++ b/dev-perl/Email-Address-List/files/Email-Address-List-0.06-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 9dfa071d15c3d84e38eb24f234df1aceb5fa06ba Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sat, 8 Aug 2020 08:20:54 +1200
+Subject: Include '.' in @INC on perl 5.26+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index fe67d0a..286b5ee 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib q[.];
+ use inc::Module::Install;
+ all_from 'lib/Email/Address/List.pm';
+ readme_from 'lib/Email/Address/List.pm';
+-- 
+2.28.0
+



[gentoo-commits] proj/portage:master commit in: lib/portage/elog/, /, lib/_emerge/, lib/portage/util/, lib/_emerge/resolver/, ...

2020-08-07 Thread Zac Medico
commit: 28ed2fe2ba42c7e58cb79e7ce991025e6a96
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Aug  7 19:06:04 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug  7 20:03:29 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=28ed2fe2

lib/*: Fix useless-return

* Python implies such things. Let's drop 'em and be consistent.

Signed-off-by: Aaron Bauman  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/EbuildPhase.py | 1 -
 lib/_emerge/resolver/output.py | 5 -
 lib/portage/elog/mod_custom.py | 1 -
 lib/portage/elog/mod_echo.py   | 1 -
 lib/portage/elog/mod_mail.py   | 2 --
 lib/portage/glsa.py| 3 ---
 lib/portage/mail.py| 1 -
 lib/portage/sync/controller.py | 1 -
 lib/portage/util/whirlpool.py  | 2 --
 pylintrc   | 1 +
 10 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/lib/_emerge/EbuildPhase.py b/lib/_emerge/EbuildPhase.py
index e6256d0aa..4bc2749bd 100644
--- a/lib/_emerge/EbuildPhase.py
+++ b/lib/_emerge/EbuildPhase.py
@@ -396,7 +396,6 @@ class EbuildPhase(CompositeTask):
fd_pipes=self.fd_pipes, phase=phase, 
scheduler=self.scheduler,
settings=self.settings)
self._start_task(clean_phase, self._fail_clean_exit)
-   return
 
def _fail_clean_exit(self, clean_phase):
self._final_exit(clean_phase)

diff --git a/lib/_emerge/resolver/output.py b/lib/_emerge/resolver/output.py
index 1dcb47020..b6c77ecad 100644
--- a/lib/_emerge/resolver/output.py
+++ b/lib/_emerge/resolver/output.py
@@ -243,7 +243,6 @@ class Display:
cur_use_map[key], old_iuse_map[key],
old_use_map[key], is_new, feature_flags,
reinst_flags_map.get(key))
-   return
 
 
@staticmethod
@@ -539,7 +538,6 @@ class Display:
if show_repos and repoadd:
myprint += " " + teal("[%s]" % repoadd)
writemsg_stdout("%s\n" % (myprint,), noiselevel=-1)
-   return
 
 
def print_blockers(self):
@@ -548,7 +546,6 @@ class Display:
"""
for pkg in self.blockers:
writemsg_stdout("%s\n" % (pkg,), noiselevel=-1)
-   return
 
 
def print_verbose(self, show_repos):
@@ -562,7 +559,6 @@ class Display:
# that RepoDisplay.__unicode__() is called in python2.
writemsg_stdout("%s" % (self.conf.repo_display,),
noiselevel=-1)
-   return
 
 
def print_changelog(self):
@@ -687,7 +683,6 @@ class Display:
if ebuild_path_cl is not None:
self.changelogs.extend(_calc_changelog(
ebuild_path_cl, pkg_info.previous_pkg, 
pkg.cpv))
-   return
 
 
def check_system_world(self, pkg):

diff --git a/lib/portage/elog/mod_custom.py b/lib/portage/elog/mod_custom.py
index 7cfafeccc..aaf1d3b1b 100644
--- a/lib/portage/elog/mod_custom.py
+++ b/lib/portage/elog/mod_custom.py
@@ -18,4 +18,3 @@ def process(mysettings, key, logentries, fulltext):
retval = portage.process.spawn_bash(mylogcmd)
if retval != 0:
raise portage.exception.PortageException("!!! 
PORTAGE_ELOG_COMMAND failed with exitcode %d" % retval)
-   return

diff --git a/lib/portage/elog/mod_echo.py b/lib/portage/elog/mod_echo.py
index 80f2b11ac..dc9edd201 100644
--- a/lib/portage/elog/mod_echo.py
+++ b/lib/portage/elog/mod_echo.py
@@ -61,4 +61,3 @@ def _finalize():
for line in msgcontent:
fmap[msgtype](line.strip("\n"))
_items = []
-   return

diff --git a/lib/portage/elog/mod_mail.py b/lib/portage/elog/mod_mail.py
index 38eaa277f..f737a80ce 100644
--- a/lib/portage/elog/mod_mail.py
+++ b/lib/portage/elog/mod_mail.py
@@ -41,5 +41,3 @@ def process(mysettings, key, logentries, fulltext):
portage.mail.send_mail(mysettings, mymessage)
except PortageException as e:
writemsg("%s\n" % str(e), noiselevel=-1)
-
-   return

diff --git a/lib/portage/glsa.py b/lib/portage/glsa.py
index 9260e7e09..1870d9338 100644
--- a/lib/portage/glsa.py
+++ b/lib/portage/glsa.py
@@ -492,7 +492,6 @@ class Glsa:
finally:
f.close()
 
-   return None
 
def parse(self, myfile):
"""
@@ -583,7 +582,6 @@ class Glsa:
self.packages[name].append(tmp)
# TODO: services aren't really used yet
self.services = self.affected.getElementsByTagName("service")
-   return None
 
def dump(self, outstream=sys.stdout, 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Emacs-PDE/

2020-08-07 Thread Kent Fredric
commit: b4d57be49e68bfaf4134267cc6456c411d12314f
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug  7 20:10:26 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Aug  7 20:10:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d57be4

dev-perl/Emacs-PDE: Bump to version 0.2.17

- EAPI7
- Fix LICENSE
- Remove empty/used variable assignments
- Push myconf closer to src_configure as a guard against variables
  being augmented between ebuild sourcing and function execution

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Emacs-PDE/Emacs-PDE-0.2.17.ebuild | 46 ++
 dev-perl/Emacs-PDE/Manifest|  1 +
 2 files changed, 47 insertions(+)

diff --git a/dev-perl/Emacs-PDE/Emacs-PDE-0.2.17.ebuild 
b/dev-perl/Emacs-PDE/Emacs-PDE-0.2.17.ebuild
new file mode 100644
index 000..1ebba83a778
--- /dev/null
+++ b/dev-perl/Emacs-PDE/Emacs-PDE-0.2.17.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=YEWENBIN
+DIST_VERSION="v${PV}"
+inherit perl-module elisp-common
+
+DESCRIPTION="Perl Develop Environment in Emacs"
+# Some elisp files are GPL-2+
+# Some templates are FDL-1.1+
+LICENSE="|| ( Artistic GPL-1+ ) GPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND=">=app-editors/emacs-23.1:*"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.420.0
+"
+src_configure() {
+   myconf="--elispdir=${D}${SITELISP}/pde"
+   perl-module_src_configure
+}
+src_test() {
+   local MODULES=(
+   "Emacs::PDE ${PV}"
+   "Emacs::PDE::Util"
+   )
+   local failed=()
+   for dep in "${MODULES[@]}"; do
+   ebegin "Compile testing ${dep}"
+   perl -Mblib="${S}" -M"${dep} ()" -e1
+   eend $? || failed+=( "$dep" )
+   done
+   if [[ ${failed[@]} ]]; then
+   echo
+   eerror "One or more modules failed compile:";
+   for dep in "${failed[@]}"; do
+   eerror "  ${dep}"
+   done
+   die "Failing due to module compilation errors";
+   fi
+   perl-module_src_test
+}

diff --git a/dev-perl/Emacs-PDE/Manifest b/dev-perl/Emacs-PDE/Manifest
index 0fe965160fa..79d2049127f 100644
--- a/dev-perl/Emacs-PDE/Manifest
+++ b/dev-perl/Emacs-PDE/Manifest
@@ -1 +1,2 @@
 DIST Emacs-PDE-0.2.16.tar.gz 619372 BLAKE2B 
7d9eb5a7e3c61424b58bab4186efbd4426ac6c94a2043ade3a5de2da060e5eca2c2fc8ab20d5b3bcd3458036bdd8db861aef1ef963e0276e1c759c151843f362
 SHA512 
ab104070c820a618b0ce05a2d658cca56ad9c0d537e98697a98262c4135486cba2284ee597210dfe8c30348a0fadb9f76455453e17a86a0123618ce076b5565b
+DIST Emacs-PDE-v0.2.17.tar.gz 664587 BLAKE2B 
3b80a5643f71801e9117fd266c28acebc3dddbbdb07eb50d0b123afc1e54134090ffb1c04c4421938e702969d79b9ee6f8948e5dbefeeefc21f822e6a5c6ec95
 SHA512 
66c6044f41d81689d66d6c6b478291323790b569f9611cd6847d30fecdbee4447e5bea0efd816f243e6323e8872934e5cc15399e80cf29568edc625f87bf109f



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

2020-08-07 Thread Andreas K. Hüttel
commit: bfc7f1f0603a990f47db33922032aca72a906af0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug  7 20:04:06 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug  7 20:04:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc7f1f0

dev-lang/perl: re-add keywords

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-lang/perl/perl-5.32.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lang/perl/perl-5.32.0.ebuild b/dev-lang/perl/perl-5.32.0.ebuild
index a71e0324fc5..d4602201556 100644
--- a/dev-lang/perl/perl-5.32.0.ebuild
+++ b/dev-lang/perl/perl-5.32.0.ebuild
@@ -51,8 +51,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads"



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

2020-08-07 Thread Mike Pagano
commit: 87a38487b2ed72114de6f2b0ce7781416c19c21e
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Aug  7 20:03:17 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug  7 20:03:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a38487

sys-kernel/gentoo-sources: Linux patch 4.19.138

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Mike Pagano  gentoo.org>

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a6e4a9c6ec0..348fbc5b29a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -43,6 +43,9 @@ DIST genpatches-4.19-135.extras.tar.xz 17516 BLAKE2B 
985d88f41cfb813a80019322790
 DIST genpatches-4.19-136.base.tar.xz 3734152 BLAKE2B 
e9b67329dca301264d225f80407c82782fa961a104d18ab07e27da0e372be1938e3d6c3ccca28d4a202e92939da34bde01180d48d74639adc78d2ef71731b4eb
 SHA512 
368f80c0490867d990352e2e4466b81ce9e9e61d11a0df762762bc3eb5b7de341bda6e0c5c734c7b8018619229f05a6dc9836300a67af94643b8bdebe64cc23a
 DIST genpatches-4.19-136.experimental.tar.xz 6984 BLAKE2B 
04361cca18abbdc5d9c0107ee605b3cab5f0814023b59574ed913e1041bcc5a7c6c968feb51e3f4fa49a8c23a79b85e258d02388aedad262f92142f1f9b2daa8
 SHA512 
8be4784e54eba690f2ad6c546187b25325c7d230e29e0d6dcb7a29e49b1e884111f0bed49686c938ddd929ace7b3951f142067963a46336b596f9bbfd3130c46
 DIST genpatches-4.19-136.extras.tar.xz 17516 BLAKE2B 
b1e407a129062ddb46d48b6e10d43abcfdfd42e3fe6fbacb9b452d688eaa2df188adc29f0e04ffc7578b08410b5351e08ee0e5859bce11bff548e0ea045a7fbe
 SHA512 
ce20aa22f414dedda490268d484b6197759abd9d2380abbe2a8d683625f6c450eef9a95861902d839da38b337a457fe00c1a602940bb8f720dd14de0ea8e7e2c
+DIST genpatches-4.19-137.base.tar.xz 3735808 BLAKE2B 
a6b2d2f91798b968a7dd76a59929474ac7e255dc648cff1fc1017a496b44c80cdbd9bfd85d46b2353fe22d6f77c6eac43a0df15cd8e69284ff14c85036152194
 SHA512 
9723667e3fa7b33680fe1ca228e3ca0ff424dd879476de5dedec0055a079498291b0929527d31bf736c9d981b2c0cc56b221bcfe3edc0cb4bebc156046da0f2d
+DIST genpatches-4.19-137.experimental.tar.xz 6988 BLAKE2B 
2f28049a964726bbc915d399d6c95e1ba483feedb5341bdb1dc00574206046aba60b659f80d180f90eaa424ea99fcfcf2bea0d7e77bfc1ef67c00a56b056c7ac
 SHA512 
7b39b114ae97a190962e6e648607ffdbb5a7053aef748209393a8056fe2bb15f8dc55f2f0ba774f16e83e8515da2fe70a106afc3b0bf039dd931c3325302deeb
+DIST genpatches-4.19-137.extras.tar.xz 17524 BLAKE2B 
34a8261ba23a2f26fd27d5df2ab086db3ca5f1fe6d1062c6517775489057dacfaccb7f4c5207048e66ecae743c48579d797c053aa6f73e4d7ef07535659185cc
 SHA512 
1f61dab7572cbd20906fe94fa0ece13cb9d17e1b40276e9142b8599179e57307b0705108bf29ee6ce67b0d2bece7f34bfcd780bdde5f5f48389e5c95aaa58704
 DIST genpatches-4.4-222.base.tar.xz 3571800 BLAKE2B 
4402f71d528f74ba4da4fab9e0209ca9f169f78ff3619f04b6c448bbd7a21613118d1f79a470f63785180e7080289fb9ab2a59673b9ef3b67838e5fe769e297b
 SHA512 
d03f6b31adbf185918cb71a9a276cc09c500f2d6234c6d86e9d4341e487204b4b50ee3a0af48002bb529a0445ee50f7ce187ffabb9b76a69e789a7a930caf23a
 DIST genpatches-4.4-222.experimental.tar.xz 83348 BLAKE2B 
fbb8c234d060b3c54b0ecb3763ca0b36700556817d4bec51ceace60a68b82c7d93c673ab3372e9e0aecfc9e0cf688340c6122070b509096971f98e1bee86d71b
 SHA512 
d8c39c415bcb5f40e1d3877f85e9ac649936af66108d9106f5c6732b2f75b37b6a18893889fc4ed6f8409ad47b0d5a2ba1e45a16bf31a0fa3b0e771789841d83
 DIST genpatches-4.4-222.extras.tar.xz 16496 BLAKE2B 
cc06659a35fed7d1bac1d7c8076f1199b5985b99202c64b6f09a8557361151b51be540189b1ffeb8acfe222cfb4908e401f74b5757e6ba65a2c16dd035fb831b
 SHA512 
294bf913915ca2669475be17dcc91f2b65c5c48bf59964650a869f1d2773e2940a09b8caf51fa92db7933d3eafa3569df64699ff10bcf1b16bed1c722fef7581

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



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

2020-08-07 Thread Mike Pagano
commit: ad28cabb55e5b6c1c9100a8e7634d0495e1eaa36
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Aug  7 20:01:08 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug  7 20:01:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad28cabb

sys-kernel/gentoo-sources: Linux patch 4.14.193

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Mike Pagano  gentoo.org>

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 90cf3c2c6a5..a6e4a9c6ec0 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -19,6 +19,9 @@ DIST genpatches-4.14-201.extras.tar.xz 17532 BLAKE2B 
a0aad64c11f2473f5f33626fe68
 DIST genpatches-4.14-202.base.tar.xz 4422868 BLAKE2B 
e69e4a9de4303e45d605be5171ef4b5798b31d5c712484110f6c6f19b19bc9bdde38e08e83464284e70bfc57100a37038d1c506f87376fae49abd70a2f982fcf
 SHA512 
6070a3168bc7688bd84ce663d569009a3dab3447355d39c04e4f689f28181cc165868feaae77c29dc947171484d6c74a4bbb0f75a40882f95f866fadfc205145
 DIST genpatches-4.14-202.experimental.tar.xz 6092 BLAKE2B 
97747fac5a3cacf39806ec0dd679ccddc6f9ffd7f7065ba3c1c18eb91cea524e4516a6da272a560fa805ef62f00570c0ff921ecf200407018be16624212f
 SHA512 
7220f2601ce32363ec9182639062253ad26df4a43dfb08529abec6f88743c8671ad55bb1215b0bdd5106e74431064028dee4d40c5ec07295c3479b2e4a308500
 DIST genpatches-4.14-202.extras.tar.xz 17528 BLAKE2B 
5b5768145766f88933538d40e536de74c7a7587a2a008885701864dfa9d98496180a5b0a0d0186339c983d64a67f32895821f4ad7c3714ad795ca570747e228f
 SHA512 
af0f88529f43aecefeb031abf1159e169387298a2d921eef614900eaa128419077cdb3d1e8a0dde241c0c8502a7d6ae25494e710a3a3e9127d74a441486de4e5
+DIST genpatches-4.14-203.base.tar.xz 4424668 BLAKE2B 
13f0ba08a43a424adeb115623557936d65af23fabe2db03b2f10fc20138cb2615896cc7f339f02485937dede2e056beee7d7364971e7d7885ed0417ead452426
 SHA512 
78dffaa5453a39803054254f8318acbd4aa8992d64bd49587a6026219600727f28a6db3d12fdd4770b2c2116f8c4ffc0c042e1ffdfb2c9597b796d1798f0f911
+DIST genpatches-4.14-203.experimental.tar.xz 6092 BLAKE2B 
e6ee3bc5741a577e7cd36473135dc0dfd6cf367768c0be828876113f33fd5850c84d887bfb34d09fb07b3d749261c548bf900fdc1137aa0ca82c12dc84cb8ebb
 SHA512 
60478c6fd5d3699b258e1758d8870e51f61cf73c4fc63c41ff1f5964e2b4a1c981b7f7aecc2bb430e2236d9de62a0680cd45facd54fcbf0bb55dcd0f12b4d7f4
+DIST genpatches-4.14-203.extras.tar.xz 17532 BLAKE2B 
aa05934c89724df44b3c43264203b2de0e4d5120e09043a3d317cc3f54ec934e2e399237c87731666db7d5e8e3180529bf2da40019a7ceeb42c68268ed15f1e4
 SHA512 
528cd1a211594e574800054136a38c752846f14bc7a661e3a8b0edcbee6c69c796d11dc10f7b639e87a83c6d1b0df10471c18e43c1082e679b9cfff472f55c92
 DIST genpatches-4.19-119.base.tar.xz 3427592 BLAKE2B 
162b414b2480bf6f2c380680b2a27fb14aa9a715e07d0af2a45433e8b20dc48c3c317c308d082d328c7312cd707adb528dcc88a0515942e4c794adf63ae916e9
 SHA512 
ca403e6cc5037ca4c8b25c53b0f5a60f6a006f0d7486ff32cb7e7e634a3ef34883ee96ec5049825a0c07111fcc7561e172f95c4cdbf5fb7d21c1e986081a9593
 DIST genpatches-4.19-119.experimental.tar.xz 6424 BLAKE2B 
52329f89b354a12cffa0eb0fa35f237b9ae1b2bf81e0ecce3a90331bbbee7e1c4b41161286952c84ba64ca54235aa134dffd09ecf164eda3fdb7f0e000a35f32
 SHA512 
3db0a42d06fbee6e0a6f1afa50c48e42cd4c43365f91a800a4f99a9444db2b5030a5c367ea09409efa8d7f14494c6b8eefec47d2e8a8e14f52da040d26bce845
 DIST genpatches-4.19-119.extras.tar.xz 17508 BLAKE2B 
fd7ac78c365d496e3a3ef6584c2690205fe6ade564ef1c6104d9995943f32e3669d8f1bc7403792f2570db01c7afbe205e343a863a391489725cd7a82c1d1295
 SHA512 
153134a2f1a684a185efa3effc5e254857b79e5a07a06cbc5ae43f7d852d51fb4e920c6fd020d8eeb88a7b863d09679a90df28ce5d0c39bd77f055109824a3f4

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



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

2020-08-07 Thread Michał Górny
commit: ce536c2855117bfdf2a072e49ba1a5627941e481
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug  7 19:47:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  7 19:56:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce536c28

dev-python/pandas: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pandas/Manifest |   2 -
 .../files/pandas-0.24.2-skip-broken-test.patch |  15 --
 dev-python/pandas/pandas-0.24.2.ebuild | 166 ---
 dev-python/pandas/pandas-1.0.4.ebuild  | 175 -
 4 files changed, 358 deletions(-)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index 61155686962..8a40c3370c6 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -1,4 +1,2 @@
-DIST pandas-0.24.2.tar.gz 11837693 BLAKE2B 
3762e94554a3ae3c803c9a412c5c551c15a9fbf15cb05633f7d1b0ccbfddc646f68f030e688a83a4495b0537cea2fec671157f5a63aaa5f9cad6b791261e
 SHA512 
0795c6bb8a47a511853558ea59d371b4540ec175f213cfba4ad2361d6481fea5d3f7074bb4961c32f2f0080a72d7436a9b3706f5cc692074f98d83bfc587fd15
-DIST pandas-1.0.4.tar.gz 5040267 BLAKE2B 
2855b1708e1ae4c56b6118613ec644d010a3af7db474bb30aec3cf84e497371af03b63a2168f6daf0fc42da07274f8724734117c6aaea34f49eeafbf6ac73b9f
 SHA512 
01ef73cab3db067ca4a29992d71aa637425b8d70473fde6ccfb359dfedc9546315c6d37d74f3825c924cab789c2536ec69db071a303cfc5e1a7897b253dd9467
 DIST pandas-1.0.5.tar.gz 5007108 BLAKE2B 
6aff9602f8b1642af1dca70c7c596f2978bfef8ca9bc782d55aeeab85d3768289849ccd0150291c33cab3442d38cedada91fb846abaade1b3905098edb06c06e
 SHA512 
bb9e3ed9988f7b878ac6f9d7c6c054b119acfc4b960ae42ea92436979ef2098289123cac32b176753942a1edb3b6bd35c4eaf05112a25fbf8a89078fd76a2646
 DIST pandas-1.1.0.tar.gz 5211071 BLAKE2B 
538e7579384dceb29f1761e00181fda4f07556ee15723a127966e47c317babead19b364943808d11f03007d5a48da3b28bf8fd9e5c1f40bb3285604307bff267
 SHA512 
496344967e6061ed451edfe2057d0b63d7277cdce0e12e2e2ce558aef2c23fa5d85daae239fcf88820196add3a928734f31af2734866da7b0385f363607e2885

diff --git a/dev-python/pandas/files/pandas-0.24.2-skip-broken-test.patch 
b/dev-python/pandas/files/pandas-0.24.2-skip-broken-test.patch
deleted file mode 100644
index dcc61dc0cfd..000
--- a/dev-python/pandas/files/pandas-0.24.2-skip-broken-test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/pandas/tests/io/json/test_ujson.py 
b/pandas/tests/io/json/test_ujson.py
-index 63ba9bc0f..854afecab 100644
 a/pandas/tests/io/json/test_ujson.py
-+++ b/pandas/tests/io/json/test_ujson.py
-@@ -841,7 +841,9 @@ class TestNumpyJSONTests(object):
- arr_out = ujson.decode(ujson.encode(arr), numpy=True, dtype=dtype)
- tm.assert_almost_equal(arr, arr_out)
- 
--def test_0d_array(self):
-+# Segfaulting on gentoo, not sure why. TODO: find why.
-+# Clue: https://github.com/pandas-dev/pandas/issues/22718
-+def xtest_0d_array(self):
- with pytest.raises(TypeError):
- ujson.encode(np.array(1))
- 

diff --git a/dev-python/pandas/pandas-0.24.2.ebuild 
b/dev-python/pandas/pandas-0.24.2.ebuild
deleted file mode 100644
index fd193a5c024..000
--- a/dev-python/pandas/pandas-0.24.2.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-
-VIRTUALX_REQUIRED="manual"
-
-inherit distutils-r1 eutils flag-o-matic virtualx
-
-DESCRIPTION="Powerful data structures for data analysis and statistics"
-HOMEPAGE="https://pandas.pydata.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/_/}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc full-support minimal test X"
-RESTRICT="!test? ( test )"
-
-RECOMMENDED_DEPEND="
-   >=dev-python/bottleneck-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/numexpr-2.1[${PYTHON_USEDEP}]
-"
-
-# TODO: add pandas-gbq to the tree
-OPTIONAL_DEPEND="
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/blosc[${PYTHON_USEDEP}]
-   || (
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   )
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   || (
-   dev-python/openpyxl[${PYTHON_USEDEP}]
-   dev-python/xlsxwriter[${PYTHON_USEDEP}]
-   )
-   >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}]
-   dev-python/s3fs[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-0.8.1[${PYTHON_USEDEP}]
-   >=dev-python/xarray-0.10.8[${PYTHON_USEDEP}]
-   >=dev-python/xlrd-1.0.0[${PYTHON_USEDEP}]
-   dev-python/xlwt[${PYTHON_USEDEP}]
-   >=sci-libs/scipy-1.1[${PYTHON_USEDEP}]
-   X? (
-   || (
-   dev-python/PyQt5[${PYTHON_USEDEP}]
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/files/, dev-python/matplotlib/, profiles/base/

2020-08-07 Thread Michał Górny
commit: 0f01e141fb04e453ca1631230dfe9515d6925b89
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug  7 19:52:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  7 19:56:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f01e141

dev-python/matplotlib: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/matplotlib/Manifest |   2 -
 .../files/matplotlib-2.2.2-doc-make.patch  |  10 -
 .../files/matplotlib-2.2.4-doc-fix.patch   |  18 -
 .../matplotlib-2.2.4-no-jqueryui-download.patch|  18 -
 .../matplotlib-3.1.2-no-jqueryui-download.patch|  15 -
 .../matplotlib/files/matplotlib-3.2.1-test.patch   | 432 -
 dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild   | 250 
 dev-python/matplotlib/matplotlib-2.2.4.ebuild  | 253 
 profiles/base/package.use.mask |   1 -
 9 files changed, 999 deletions(-)

diff --git a/dev-python/matplotlib/Manifest b/dev-python/matplotlib/Manifest
index b162274d1bf..f5960478570 100644
--- a/dev-python/matplotlib/Manifest
+++ b/dev-python/matplotlib/Manifest
@@ -1,5 +1,3 @@
 DIST freetype-2.6.1.tar.gz 2302080 BLAKE2B 
6a5fb98e5fa6cf4b7d7533ad44e364227d8c2f7dded4c552d6e22e204c32b7858f20d41d1e809ecdad6e5353d6cec81bea0e0b06a4533363a41ecab83ce3f7ca
 SHA512 
ff2daed64d712737085924c50e75862fafbcbb24eef6d72dac9eaae63bb656d7245397fd828f5d3e47ac847f7ff83d73dedfdd61fde1f7d6e0f0cdeb49bcf83b
-DIST matplotlib-2.2.2.tar.gz 37317332 BLAKE2B 
4120265263c5b1e4ab57f7c0eb7a477b4071a5f219d1d6328d6ed51d44460217c7c4da82a4b7d13c6ba9f80308406a217f2dbcfa310f3137cbe8bc56a9ef0eef
 SHA512 
1d21ef821190f22354098f8f0db6449f237acbf3c1419ab3815ecd4e9c6922fd3f00c4a8f60858e319b55b6fb2e8fe2922c0bf8e72b204e7edff0b409cf76320
-DIST matplotlib-2.2.4.tar.gz 36974286 BLAKE2B 
9c4c69163a23ff02107ee155f72e142dcf31ba965f6a20f468b96f3f4b70b95ff6caade6b14bcbacd5b231848d2000ce6af9f113feefb41d6e186725349490d3
 SHA512 
968f5731b8a9a2c5575403c60d5b0a98a452b33094e520be44f4d901f892d082babc8fc1d73c519e1ff2baf756f3cb7652f4b796e166d66dfda31f7e50c58139
 DIST matplotlib-3.2.2.tar.gz 40295831 BLAKE2B 
32fb34b95d1df928f949fd7b04909da2494b56efbe543f75bffedf1d9d85a0089a50cd27b82a28ac75361b56fe3f2a6c95b7d9e78ce46f1d2805e5dae9df
 SHA512 
4b8080fddc717f311a87b6ef1a279304da2931ef2d6de85688c153f14da5009351f42d9533c44695ca43ce1496bb642927aca822a7946a2d50d40a7d25224b31
 DIST matplotlib-3.3.0.tar.gz 38782487 BLAKE2B 
97330d93b8d8a64a1296ccb173e44ebcc54c61e22aacdd73cc38a46fb2d22fbfe7334fb3c6993be001c475724c47f530243affddd71ec647232ac093db6e3135
 SHA512 
2ffd9e79e300a37092ab4b5a7156c2f57e408975818abd413c74477ad622030c7636695467aab821c9996564cddec57e26ba6a8004f6639070964fcb7a510a75

diff --git a/dev-python/matplotlib/files/matplotlib-2.2.2-doc-make.patch 
b/dev-python/matplotlib/files/matplotlib-2.2.2-doc-make.patch
deleted file mode 100644
index 7ca0c697423..000
--- a/dev-python/matplotlib/files/matplotlib-2.2.2-doc-make.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -r -U2 matplotlib-2.1.2.orig/doc/conf.py matplotlib-2.1.2/doc/conf.py
 matplotlib-2.1.2.orig/doc/conf.py  2018-01-19 11:07:49.0 +0700
-+++ matplotlib-2.1.2/doc/conf.py   2018-01-21 20:06:44.120901546 +0700
-@@ -136,5 +136,5 @@
- }
- 
--plot_gallery = 'True'
-+plot_gallery = True
- 
- # Add any paths that contain templates here, relative to this directory.

diff --git a/dev-python/matplotlib/files/matplotlib-2.2.4-doc-fix.patch 
b/dev-python/matplotlib/files/matplotlib-2.2.4-doc-fix.patch
deleted file mode 100644
index b6a01b097a6..000
--- a/dev-python/matplotlib/files/matplotlib-2.2.4-doc-fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/doc/conf.py b/doc/conf.py
-index 017ce210e..5a397082b 100644
 a/doc/conf.py
-+++ b/doc/conf.py
-@@ -170,10 +170,10 @@ source_encoding = "utf-8"
- master_doc = 'contents'
- 
- # General substitutions.
--from matplotlib.compat.subprocess import check_output
--SHA = check_output(['git', 'describe', '--dirty']).decode('utf-8').strip()
-+#from matplotlib.compat.subprocess import check_output
-+#SHA = check_output(['git', 'describe', '--dirty']).decode('utf-8').strip()
- 
--html_context = {'sha': SHA}
-+#html_context = {'sha': SHA}
- 
- project = 'Matplotlib'
- copyright = ('2002 - 2012 John Hunter, Darren Dale, Eric Firing, '

diff --git 
a/dev-python/matplotlib/files/matplotlib-2.2.4-no-jqueryui-download.patch 
b/dev-python/matplotlib/files/matplotlib-2.2.4-no-jqueryui-download.patch
deleted file mode 100644
index 9d13adb8ab5..000
--- a/dev-python/matplotlib/files/matplotlib-2.2.4-no-jqueryui-download.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 41037e95d..6a438fa99 100644
 a/setup.py
-+++ b/setup.py
-@@ -178,9 +178,10 @@ class sdist_with_jquery(_orgin_sdist):
- class install_lib_with_jquery(InstallLibCommand):
- def run(self):
- InstallLibCommand.run(self)
--_download_jquery_to(

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

2020-08-07 Thread William Hubbs
commit: e4551d4d6d54952964950ffb681356be2c768afb
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Aug  7 19:39:18 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Aug  7 19:47:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4551d4d

dev-util/meson: 0.55.0 bump

Closes: https://bugs.gentoo.org/727482
Closes: https://github.com/gentoo/gentoo/pull/17042
Signed-off-by: William Hubbs  gentoo.org>

 dev-util/meson/Manifest|  1 +
 dev-util/meson/meson-0.55.0.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index 8f3c5fdd8c9..5bea0575f14 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -1,2 +1,3 @@
 DIST meson-0.54.2.tar.gz 1691270 BLAKE2B 
c1ba552b5d56e0b6b73de46ec6bc90fb520665688d2f5c809baf84749d3bb1dec1fe0131136e1539369fa666ae2427c8fccd5928cbda0b8e3e1edb4a5dc8abbc
 SHA512 
ad5ec826879d3d85088ca40d768599a4c8e66983f2a6a7ebe8ab12051cad18b4ade9a2afd30fe543b0a75900822992c8ef7161d369489e2211dd7a1a8ccc32ed
 DIST meson-0.54.3.tar.gz 1690919 BLAKE2B 
5d71731fb33397f470e2440d4d45f828d28d56351843a35b575f8b386f0b1c90faf654289e22ba7c2c4bf6c3be72d3dc8a2257d4a688bcbf9a1f2522394e7728
 SHA512 
2e62bf992bf337ae5a01f7a0fb842ea0cefcdbc81f5675235e41d8182f37df2e003b0a8a90d650c6cca4ff79898f7888474f75e5103a48d7ca14f51a024e4f2b
+DIST meson-0.55.0.tar.gz 1742882 BLAKE2B 
5ca2c6a881a9db72532849e66a52315273033188531a446ae3571faa37d6f698562e1dbd91770156c0c959e06cc7ba62a9ff274cf0d1745e3849435418755723
 SHA512 
bf2a5bab19deb433e363bf569527dbd1a9e8c0f77482aa077abbaa480dadc396e43148957473a31ecd9d3965578d2f7b7dc8808839c619ae2c0d419aed72d4e2

diff --git a/dev-util/meson/meson-0.55.0.ebuild 
b/dev-util/meson/meson-0.55.0.ebuild
new file mode 100644
index 000..297adec3f18
--- /dev/null
+++ b/dev-util/meson/meson-0.55.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 2016-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+inherit distutils-r1 toolchain-funcs
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="https://mesonbuild.com/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   test? (
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   dev-util/ninja
+   dev-vcs/git
+   sys-libs/zlib[static-libs(+)]
+   virtual/pkgconfig
+   )
+"
+
+python_prepare_all() {
+   local disable_unittests=(
+   # ASAN and sandbox both want control over LD_PRELOAD
+   # https://bugs.gentoo.org/673016
+   -e 's/test_generate_gir_with_address_sanitizer/_&/'
+
+   # ASAN is unsupported on some targets
+   # https://bugs.gentoo.org/692822
+   -e 's/test_pch_with_address_sanitizer/_&/'
+
+   # https://github.com/mesonbuild/meson/issues/7203
+   -e 's/test_templates/_&/'
+
+   # Broken due to python2 wrapper
+   -e 's/test_python_module/_&/'
+   )
+
+   sed -i "${disable_unittests[@]}" run_unittests.py || die
+
+   # Broken due to python2 script created by python_wrapper_setup
+   rm -r "test cases/frameworks/1 boost" || die
+
+   use prefix && eapply "${FILESDIR}"/0.54.2-prefix-dont-strip-rpath.patch
+
+   distutils-r1_python_prepare_all
+}
+
+src_test() {
+   tc-export PKG_CONFIG
+   if ${PKG_CONFIG} --exists Qt5Core && ! ${PKG_CONFIG} --exists Qt5Gui; 
then
+   ewarn "Found Qt5Core but not Qt5Gui; skipping tests"
+   else
+   # https://bugs.gentoo.org/687792
+   unset PKG_CONFIG
+   distutils-r1_src_test
+   fi
+}
+
+python_test() {
+   (
+   # test_meson_installed
+   unset PYTHONDONTWRITEBYTECODE
+
+   # test_cross_file_system_paths
+   unset XDG_DATA_HOME
+
+   ${EPYTHON} -u run_tests.py
+   ) || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   insinto /usr/share/vim/vimfiles
+   doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
+   insinto /usr/share/zsh/site-functions
+   doins data/shell-completions/zsh/_meson
+}



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

2020-08-07 Thread William Hubbs
commit: 922cd5c62a1e6d406131d9d66000a695331c2b24
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Aug  7 19:46:57 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Aug  7 19:47:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922cd5c6

dev-util/meson: sync live

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index 11095f7c073..297adec3f18 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then



[gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/

2020-08-07 Thread Kent Fredric
commit: 93f0c3ba015c3d4b0db14ff254311ef8a8e23748
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug  7 18:55:28 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Aug  7 19:36:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f0c3ba

dev-perl/EV: Bump to version 4.330.0

- EAPI7
- Fixup LICENSE
- Ensure CFLAGS passed to make/compiler
- Note: I investigated the possibilitiy of using system libev, which is
  published by the same author, but it isn't currently possible due to
  the build code needing *c* files from libev directly, and I'm not sure
  how to decouple that reliably.

Upstream:
- Sync to (bundled) libev 4.31
- Fix an assertion with a typo
- Avoid perl's assert() in more places due to it misbehaving
- update libecb for windows environments
- use the new ev_io_modify in EV::IO->events
- Add mutator methods Timer->repeat,
  Periodic->{offset,interval,reschedule_cb}
- Minor optimizations
- Try to name `ev.h` more explicitly for portability
- Opportunistic round-up of wait times in polling backends to avoid
  unneeded loop iterations
- Fix minix 3.3 support
- Allow users to re-enable assert() in case it is disabled by perl
- Allow linux AIO backend to be used by default
- Only use __register_atfork with glibc/uclibc, to avoid being broken on
  musl

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/EV/EV-4.330.0.ebuild | 28 
 dev-perl/EV/Manifest  |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild
new file mode 100644
index 000..4aba09327aa
--- /dev/null
+++ b/dev-perl/EV/EV-4.330.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=4.33
+inherit perl-module
+
+DESCRIPTION="Perl interface to libev, a high performance full-featured event 
loop"
+LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-perl/common-sense
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   dev-perl/Canary-Stability
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index 4f5e527432e..9efc71d9d9c 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1 +1,2 @@
 DIST EV-4.22.tar.gz 193418 BLAKE2B 
ac07559dd2b35e68da0338a52cbc201ed59b0f690e2c2bf7dae0e2476356cdb5fc3d749fd98b7fdb97f16c7e318c8ac20067f89c1c43b84c4ab148c241ded399
 SHA512 
0d30d1388a75ed3af24c3b854d8c2a54bfc62c274591f13205c35748f3652122bae85f46aae174ce5963395233536222c8fae35e8118cbd5af2f7ed0c45b70de
+DIST EV-4.33.tar.gz 218067 BLAKE2B 
ea704806b66e2c8f944d417b24ffa3923288f96624296ab0320de693651d675c54a8b58b3b75914dc73dec1d7c65da04dfd9dd3b573d3f11978a3865f66fe991
 SHA512 
dd90739888ffd793652fc6590cbfd6f3df1ea25b1a6e478dc903ef10f49f9c729e87005b94f47786ca7603cf27b02e1d5d8a2941037bef25ba5a83fe608e89c5



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

2020-08-07 Thread Sam James
commit: 61ce4334977743a754714cd9c6a9018905fc4990
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  7 19:22:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  7 19:22:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ce4334

dev-python/matplotlib: Stabilize 3.2.2 ppc64, #733840

Signed-off-by: Sam James  gentoo.org>

 dev-python/matplotlib/matplotlib-3.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/matplotlib/matplotlib-3.2.2.ebuild 
b/dev-python/matplotlib/matplotlib-3.2.2.ebuild
index 681ee59e4f9..bf2fc578934 100644
--- a/dev-python/matplotlib/matplotlib-3.2.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.2.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 IUSE="cairo doc excel examples gtk3 latex qt5 tk wxwidgets"
 
 # internal copy of pycxx highly patched



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

2020-08-07 Thread Sam James
commit: c1dc8ca6d90b6d9d7fd4ab3571b5b21fff1b82bb
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  7 19:22:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  7 19:22:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1dc8ca6

dev-python/kiwisolver: Stabilize 1.2.0 ppc64, #733840

Signed-off-by: Sam James  gentoo.org>

 dev-python/kiwisolver/kiwisolver-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild 
b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
index ac173716332..839877ce647 100644
--- a/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
+++ b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/kiwi-${PV}
 
 LICENSE="Clear-BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 
 RDEPEND="
>=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]



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

2020-08-07 Thread Sam James
commit: 9628cf2a9ecad0dbdc877937d28b527f3aa34173
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  7 19:22:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  7 19:22:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9628cf2a

dev-python/cppy: Stabilize 1.1.0 ppc64, #733840

Signed-off-by: Sam James  gentoo.org>

 dev-python/cppy/cppy-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cppy/cppy-1.1.0.ebuild 
b/dev-python/cppy/cppy-1.1.0.ebuild
index 44939e6de5f..909f8d7ed34 100644
--- a/dev-python/cppy/cppy-1.1.0.ebuild
+++ b/dev-python/cppy/cppy-1.1.0.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 
 distutils_enable_tests pytest



[gentoo-commits] proj/linux-patches: New tag: 4.19-137

2020-08-07 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug  7 19:22:07 2020 +

New tag: 4.19-137




[gentoo-commits] proj/linux-patches: New tag: 4.14-203

2020-08-07 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug  7 19:19:54 2020 +

New tag: 4.14-203




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

2020-08-07 Thread Sam James
commit: 983aaca4f2d6d10a15af4337cf893a365b396fdb
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  7 19:11:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  7 19:19:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983aaca4

dev-python/pandas: Stabilize 1.0.5 x86, #730968

Signed-off-by: Sam James  gentoo.org>

 dev-python/pandas/pandas-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pandas/pandas-1.0.5.ebuild 
b/dev-python/pandas/pandas-1.0.5.ebuild
index 3fb89871d2a..18ac6398c79 100644
--- a/dev-python/pandas/pandas-1.0.5.ebuild
+++ b/dev-python/pandas/pandas-1.0.5.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P/_/}"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc full-support minimal test X"
 RESTRICT="!test? ( test )"
 



  1   2   3   4   >