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

2020-03-29 Thread Thomas Beierlein
commit: 63bbe03629ebb5765c07025b857169efbb12d6cd
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Mar 30 05:57:04 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Mar 30 05:57:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bbe036

sci-visualization/pythonprop: Remove old Python2 only ebuilds

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/Manifest  |  2 --
 .../pythonprop/pythonprop-0.13.ebuild  | 31 
 .../pythonprop/pythonprop-0.18-r2.ebuild   | 41 --
 3 files changed, 74 deletions(-)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index 0bf09c1d281..df3b3b966ad 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1,3 +1 @@
-DIST pythonprop-0.13.tar.gz 217721 BLAKE2B 
bd22106e528267ea49e1f68e22ad03958bd064aa4009a5da01a7943dedc7f4e84b8e8dfe8bfc80bc0fe248457cdef69df1d471017c9626757a764aad52e1ccb3
 SHA512 
b637f48369c926c8dd680a433d46236dc4fa70be79b2325d8f82e320b2d75b1e6d7d992bd81022d27fb6ab118d92178c7ad5ad94f6011a396e4a28d7431bbf2b
-DIST pythonprop-0.18.tar.gz 1158035 BLAKE2B 
3a01eb72ccfc3d0ebc356c4518d570544cedb01c5dff02ba55dd6be02b529bb4e6cf53346f74ac0dc21cf0662b107f58a064a704c124024c98419f330846868a
 SHA512 
2ca796f215e5aab33bee7dd161358c3065b464587597363dee9f03758cf666cca1b70f5b83e8ac266e21f77b806711cb6f48a1d7c3cd0b97f1461e897f5f9f80
 DIST pythonprop-0.29.tar.gz 586118 BLAKE2B 
ac018f147206b59fbd2295e6e72d6e1a801d6456d8a9784bdb2511b0d9dcecfa455363826680051c90e0fcc83fdc95a16c91df120efb2e70456958276967dec7
 SHA512 
2fbbffedc9e010fdebeed7a84d23c599a2532ae0b67e6a2ba2da6bea0dc0496cb1f71ac54650285ed35196f33e689fc3d967e3bd7c4fb16832fc484a6b777fcb

diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
deleted file mode 100644
index 729017cea4f..000
--- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
-HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   || (
-   
dev-python/matplotlib-python2[gtk2,${PYTHON_MULTI_USEDEP}]
-   dev-python/matplotlib[gtk2,${PYTHON_MULTI_USEDEP}]
-   )
-   ')
-   dev-python/basemap[${PYTHON_SINGLE_USEDEP}]
-   sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}"

diff --git a/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
deleted file mode 100644
index 4f8e8ef1e52..000
--- a/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
-HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop;
-SRC_URI="http://www.qsl.net/h/hz1jw/${PN}/downloads/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   || (
-   dev-python/matplotlib-python2[${PYTHON_MULTI_USEDEP}]
-   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
-   )
-   ')
-   dev-python/basemap[${PYTHON_SINGLE_USEDEP}]
-   sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}
-   app-text/gnome-doc-utils
-   app-text/rarian
-"
-
-src_prepare() {
-   # do not call update_destop_database here
-   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.in || 
die
-   # fix Desktop Entry
-   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
-}



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

2020-03-29 Thread Thomas Beierlein
commit: 512444f70287565a3fb9e8c6e4c0f1f649c756bd
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Mar 30 05:48:22 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Mar 30 05:52:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512444f7

sci-visualization/pythonprop: Version bump

New version supports Python3 and replaces dependency on
dev-python/basemap with sci-libs/cartopy.

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

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-visualization/pythonprop/Manifest  |  1 +
 .../pythonprop/pythonprop-0.29.ebuild  | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/sci-visualization/pythonprop/Manifest 
b/sci-visualization/pythonprop/Manifest
index dd8d779c858..0bf09c1d281 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1,2 +1,3 @@
 DIST pythonprop-0.13.tar.gz 217721 BLAKE2B 
bd22106e528267ea49e1f68e22ad03958bd064aa4009a5da01a7943dedc7f4e84b8e8dfe8bfc80bc0fe248457cdef69df1d471017c9626757a764aad52e1ccb3
 SHA512 
b637f48369c926c8dd680a433d46236dc4fa70be79b2325d8f82e320b2d75b1e6d7d992bd81022d27fb6ab118d92178c7ad5ad94f6011a396e4a28d7431bbf2b
 DIST pythonprop-0.18.tar.gz 1158035 BLAKE2B 
3a01eb72ccfc3d0ebc356c4518d570544cedb01c5dff02ba55dd6be02b529bb4e6cf53346f74ac0dc21cf0662b107f58a064a704c124024c98419f330846868a
 SHA512 
2ca796f215e5aab33bee7dd161358c3065b464587597363dee9f03758cf666cca1b70f5b83e8ac266e21f77b806711cb6f48a1d7c3cd0b97f1461e897f5f9f80
+DIST pythonprop-0.29.tar.gz 586118 BLAKE2B 
ac018f147206b59fbd2295e6e72d6e1a801d6456d8a9784bdb2511b0d9dcecfa455363826680051c90e0fcc83fdc95a16c91df120efb2e70456958276967dec7
 SHA512 
2fbbffedc9e010fdebeed7a84d23c599a2532ae0b67e6a2ba2da6bea0dc0496cb1f71ac54650285ed35196f33e689fc3d967e3bd7c4fb16832fc484a6b777fcb

diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild 
b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
new file mode 100644
index 000..d5c64040e9a
--- /dev/null
+++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
+HOMEPAGE="https://www.qsl.net/h/hz1jw/pythonprop;
+SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
+   sci-libs/cartopy[${PYTHON_MULTI_USEDEP}]
+   ')
+   dev-python/cairocffi
+   sci-electronics/voacapl
+"
+DEPEND="${RDEPEND}
+   app-text/gnome-doc-utils
+   app-text/rarian
+"
+
+src_prepare() {
+   eapply_user
+
+   # drop building *.pdf files
+   sed -i -e "s#docs/user/help##g" Makefile.am || die
+   # do not call update_destop_database here
+   sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.am || 
die
+   # fix Desktop Entry
+   sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
+   eautoreconf
+}
+
+src_install() {
+   default
+   python_optimize
+}



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

2020-03-29 Thread Hans de Graaff
commit: 3c862224eaecbca1d652b8761a812d4203746c91
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 29 18:23:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 30 05:38:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c862224

dev-util/aruba: add ruby25

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

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

diff --git a/dev-util/aruba/aruba-0.8.1.ebuild 
b/dev-util/aruba/aruba-0.8.1.ebuild
index 62b3774f9e8..0c9d1822ade 100644
--- a/dev-util/aruba/aruba-0.8.1.ebuild
+++ b/dev-util/aruba/aruba-0.8.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="cucumber"



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

2020-03-29 Thread Hans de Graaff
commit: 1836a6cd1ae1ed8856e7a72ad7f2821607e72591
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 29 18:05:02 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 30 05:38:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1836a6cd

dev-libs/Ice: use ruby25

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

 dev-libs/Ice/Ice-3.6.4-r1.ebuild | 357 +++
 1 file changed, 357 insertions(+)

diff --git a/dev-libs/Ice/Ice-3.6.4-r1.ebuild b/dev-libs/Ice/Ice-3.6.4-r1.ebuild
new file mode 100644
index 000..1f62f1c3f98
--- /dev/null
+++ b/dev-libs/Ice/Ice-3.6.4-r1.ebuild
@@ -0,0 +1,357 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_6 )
+
+RUBY_OPTIONAL="yes"
+USE_RUBY="ruby25"
+
+PHP_EXT_NAME="IcePHP"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+PHP_EXT_OPTIONAL_USE=php
+
+USE_PHP="php7-0"
+
+# This variable does not belong to any eclass. It is solely used in this ebuild
+# db:6.2 breaks the build process
+BERKDB_SLOTS=( 6.1 5.3 5.1 4.8 )
+
+inherit db-use mono-env php-ext-source-r3 python-r1 ruby-ng toolchain-funcs 
eapi7-ver
+
+DESCRIPTION="ICE middleware C++ library and generator tools"
+HOMEPAGE="https://zeroc.com/products/ice;
+SRC_URI="https://github.com/zeroc-ice/ice/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   doc? ( http://download.zeroc.com/Ice/$(ver_cut 1-2)/${P}.pdf )"
+LICENSE="GPL-2"
+SLOT="0/36"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc examples libressl +ncurses mono php python ruby test debug"
+RESTRICT="test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND=">=dev-libs/expat-2.0.1
+   >=app-arch/bzip2-1.0.5
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   || (
+   $(for slot in ${BERKDB_SLOTS[@]} ; do printf '%s\n' 
"sys-libs/db:${slot}[cxx]" ; done)
+   )
+   dev-cpp/libmcpp
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( $(ruby_implementation_depend ruby25) )
+   mono? ( dev-lang/mono )
+   php? ( dev-lang/php:7.0 )
+   !dev-python/IcePy
+   !dev-ruby/IceRuby"
+DEPEND="${RDEPEND}
+   ncurses? ( sys-libs/ncurses:0= sys-libs/readline:0= )
+   test? (
+   ${PYTHON_DEPS}
+   dev-python/passlib[${PYTHON_USEDEP}]
+   )"
+
+# Maintainer notes:
+# TODO: java bindings, multiple ruby versions (supports 2.{1,2,3})
+
+S="${WORKDIR}/${P/I/i}"
+PHP_EXT_S="${S}/php"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.6.3-no-arch-opts.patch"
+   "${FILESDIR}/${PN}-3.6.3-csharp.patch"
+   #"${FILESDIR}/${PN}-3.6.3-libressl.patch"
+)
+
+pkg_setup() {
+   # prevent ruby-ng.eclass from messing with pkg_setup
+   return
+}
+
+src_unpack() {
+   # prevent ruby-ng.eclass from messing with src_unpack
+   default
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e 's|\(install_configdir[[:space:]]*\):=|\1?=|' \
+   -e 's|-L\$\(libdir\)||' \
+   cpp/config/Make.rules || die "sed failed"
+
+   sed -i \
+   -e 's|\(install_phpdir[[:space:]]*\):=|\1?=|' \
+   -e 's|\(install_libdir[[:space:]]*\):=|\1?=|' \
+   php/config/Make.rules.php || die "sed failed"
+
+   sed -i \
+   -e 's|\(install_pythondir[[:space:]]*\)=|\1?=|' \
+   -e 's|\(install_rubydir[[:space:]]*\)=|\1?=|' \
+   -e 's|\(install_libdir[[:space:]]*\):=|\1?=|' \
+   {python,ruby}/config/Make.rules || die "sed failed"
+
+   sed -i \
+   -e 's|-O2 ||g' \
+   -e 's|-Werror ||g' \
+   cpp/config/Make.rules.Linux || die "sed failed"
+
+   sed -i \
+   -e 's|install-common||' \
+   {cpp,csharp,php,python,ruby}/Makefile || die "sed failed"
+
+   sed -i \
+   -e 's|-f -root|-f -gacdir $(GAC_DIR) -root|' \
+   -e 's|\(install_libdir[[:space:]]*\):=|\1?=|' \
+   -e 's|\(install_pkgconfigdir[[:space:]]*\):=|\1?=|' \
+   csharp/config/Make.rules.cs || die "sed failed"
+
+   # skip mono tests, bug #498484
+   sed -i \
+   -e '/SUBDIRS/s|\ test||' \
+   csharp/Makefile || die "sed failed"
+
+   # skip udp test due to multicast
+   # skip IceGrid/admin bug #649850
+   # skip IceSSL tests due to requirement of internet connection
+   # skip IceStorm/single bug #636834
+   # IceStorm/stress fails without USE=debug
+   # IceUtil/stacktrace fails with USE=debug
+   sed -i \
+   -e 's|allTests.py|allTests.py --rfilter=IceUtil\/stacktrace 
--rfilter=udp --rfilter=IceGrid\/admin --rfilter=IceSSL 
--rfilter=IceStorm\/single --rfilter=IceStorm\/stress|' \
+   cpp/Makefile || die "sed failed"
+
+   # mainly broken .ice files
+   sed -i \
+   

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/

2020-03-29 Thread Hans de Graaff
commit: 4637bb61880394958a591eea8c94c23061ba46f4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 30 05:37:53 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 30 05:38:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4637bb61

sci-electronics/klayout: use ruby25

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

 .../klayout/{klayout-.ebuild => klayout-0.25.6-r1.ebuild}   | 6 +-
 sci-electronics/klayout/klayout-.ebuild | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/klayout/klayout-.ebuild 
b/sci-electronics/klayout/klayout-0.25.6-r1.ebuild
similarity index 96%
copy from sci-electronics/klayout/klayout-.ebuild
copy to sci-electronics/klayout/klayout-0.25.6-r1.ebuild
index 3419a02b2be..8435a07aa8c 100644
--- a/sci-electronics/klayout/klayout-.ebuild
+++ b/sci-electronics/klayout/klayout-0.25.6-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 RUBY_OPTIONAL=no
-USE_RUBY="ruby24"
+USE_RUBY="ruby25"
 # note: define maximally ONE implementation here
 
 PYTHON_COMPAT=( python3_6 )
@@ -45,6 +45,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   "${FILESDIR}/${P}-gcc8.patch"
+)
+
 pkg_setup() {
python-single-r1_pkg_setup
ruby-ng_pkg_setup

diff --git a/sci-electronics/klayout/klayout-.ebuild 
b/sci-electronics/klayout/klayout-.ebuild
index 3419a02b2be..127d36ffb70 100644
--- a/sci-electronics/klayout/klayout-.ebuild
+++ b/sci-electronics/klayout/klayout-.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 RUBY_OPTIONAL=no
-USE_RUBY="ruby24"
+USE_RUBY="ruby25"
 # note: define maximally ONE implementation here
 
 PYTHON_COMPAT=( python3_6 )



[gentoo-commits] proj/sci:master commit in: profiles/

2020-03-29 Thread Horea Christian
commit: 5d3150e4329e87b730eab18dfaab0e02693857b2
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Mar 30 04:46:57 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Mar 30 04:46:57 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d3150e4

profiles: removed deprecated masking

Signed-off-by: Horea Christian  chymera.eu>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f27070492..d39812beb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,12 +29,3 @@
 ## app-misc/some-package
 
 #--- END OF EXAMPLES ---
-
-# Horea Christian  (26 Jun 2018)
-# Serious bundling issues, upstream does not support Gentoo
-# or more generally unbundling. Masked until unbundling
-# efforts ( https://github.com/afni/afni/pull/60 ) come to
-# fruition.
-=sci-biology/afni-19.0.21
-=sci-biology/afni-18.1.04
-



[gentoo-commits] proj/sci:master commit in: sci-libs/nipype/

2020-03-29 Thread Horea Christian
commit: 4c04ec99ba702fcb718122050c008eaf5ad7fed3
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Mar 30 04:22:56 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Mar 30 04:22:56 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c04ec99

sci-libs/nipype: PYTHON_COMPAT 3_7

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/nipype/nipype-1.1.0.ebuild| 54 ---
 sci-libs/nipype/nipype-1.1.1-r1.ebuild | 30 +-
 sci-libs/nipype/nipype-.ebuild | 58 --
 3 files changed, 15 insertions(+), 127 deletions(-)

diff --git a/sci-libs/nipype/nipype-1.1.0.ebuild 
b/sci-libs/nipype/nipype-1.1.0.ebuild
deleted file mode 100644
index f7c871659..0
--- a/sci-libs/nipype/nipype-1.1.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
-HOMEPAGE="http://nipy.sourceforge.net/nipype/;
-SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
-   dev-python/future[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   ~dev-python/prov-1.5.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   sci-libs/nibabel[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   ${RDEPEND}
-   )
-   $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 
python2_7)
-   "
-RDEPEND="
-   >=dev-python/click-6.6[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pydotplus[${PYTHON_USEDEP}]
-   dev-python/pygraphviz[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   dev-python/traits[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]
-   virtual/python-funcsigs[${PYTHON_USEDEP}]
-   "
-
-python_test() {
-   py.test -v --cov nipype\
-   --cov-config .coveragerc\
-   --cov-report xml:cov.xml\
-   -c nipype/pytest.ini\
-   --doctest-modules nipype\
-   || die
-}

diff --git a/sci-libs/nipype/nipype-1.1.1-r1.ebuild 
b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
index 959ce9a63..1baca8aa8 100644
--- a/sci-libs/nipype/nipype-1.1.1-r1.ebuild
+++ b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1
@@ -20,19 +20,18 @@ IUSE="test"
 DEPEND="
dev-python/future[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
-   ~dev-python/prov-1.5.0[${PYTHON_USEDEP}]
+   dev-python/prov[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
sci-libs/nibabel[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   <=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
${RDEPEND}
)
-   $(python_gen_cond_dep '
-   dev-python/futures[${PYTHON_USEDEP}]
-   dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
-   "
+"
+# Dependency disabled as upstream test configuration which requires it fails
+#dev-python/pytest-xdist[${PYTHON_USEDEP}]
+
 RDEPEND="
>=dev-python/click-6.6[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
@@ -44,8 +43,7 @@ RDEPEND="
dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/traits[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
-   virtual/python-funcsigs[${PYTHON_USEDEP}]
-   "
+"
 
 src_prepare() {
sed -i\
@@ -56,10 +54,12 @@ src_prepare() {
 }
 
 python_test() {
-   py.test -v --cov nipype\
-   --cov-config .coveragerc\
-   --cov-report xml:cov.xml\
-   -c nipype/pytest.ini\
-   --doctest-modules nipype\
+   pytest -vv\
|| die
+   # Upstream test configuration fails
+   #-c nipype/pytest.ini\
+   #--doctest-modules nipype\
+   #--cov nipype\
+   #--cov-config .coveragerc\
+   #--cov-report xml:cov.xml\
 }

diff --git a/sci-libs/nipype/nipype-.ebuild 
b/sci-libs/nipype/nipype-.ebuild
deleted file mode 100644
index dc35f3e2e..0
--- 

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

2020-03-29 Thread Jeroen Roovers
commit: 5973465138e4612bffbc5f71285dc0e403f3c2f7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 30 04:03:08 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 30 04:03:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59734651

net-dns/libidn2: Old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Bug: https://bugs.gentoo.org/show_bug.cgi?id=697752
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-dns/libidn2/Manifest |  1 -
 net-dns/libidn2/libidn2-2.1.1a-r1.ebuild | 53 
 2 files changed, 54 deletions(-)

diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest
index 3c094d99316..312cdf2cbb8 100644
--- a/net-dns/libidn2/Manifest
+++ b/net-dns/libidn2/Manifest
@@ -1,3 +1,2 @@
-DIST libidn2-2.1.1a.tar.gz 2122867 BLAKE2B 
616bdf4c2c5095a29511db293fa908d4cac23f77e17bb6c60f8aa8c8a8a10f1b4e8b84b82406599fe0cc7122fd89c50ec252f1716198f72496800a19924fa09c
 SHA512 
404a739e33d324f700ac8e8119de3feef0de778bbb11be09049cb64eab447cd101883f6d489cca1e88c230f58bcaf9758fe102e571b6501450aa750ec2a4a9c6
 DIST libidn2-2.3.0.tar.gz 2164993 BLAKE2B 
3c103831c39fa3fd0340c9c45f3f683483207ade9cadc8d85b046a698f75bbe5ce6829de69a5cb238404d243b7a39ef44d69ea4ea80c22b813eafbacae615a8b
 SHA512 
a2bf6d2249948bce14fbbc802f8af1c9b427fc9bf64203a2f3d7239d8e6061d0a8e7970a23e8e5889110a654a321e0504c7a6d049bb501e7f6a23d42b50b6187
 DIST libunistring-0.9.10.tar.gz 3744814 BLAKE2B 
3ddc55b8021c0f4822beb83b807bb21dbbf10bbb866747f64e060df3ab822a4143528855e1ce6a13144630bc8daa14f1fa830db77fb605e57cae21d46de804d6
 SHA512 
690082732fbbd47ab4ffbd6f21d85afece0f8e2ded24982f949f4ae52bf0a981b75ea9bc14ab289e0954cde07f31a7a4c2bb65615a8eb5b2bfa65720310b6fc9

diff --git a/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild 
b/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild
deleted file mode 100644
index b9f268e6d5d..000
--- a/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib-minimal
-
-DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 
5891, 5892, 5893)"
-HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 
https://gitlab.com/libidn/libidn2;
-SRC_URI="
-   mirror://gnu/libidn/${P}.tar.gz
-"
-
-LICENSE="GPL-2+ LGPL-3+"
-SLOT="0/2"
-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"
-IUSE="static-libs"
-
-RDEPEND="
-   dev-libs/libunistring[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-lang/perl
-   sys-apps/help2man
-"
-S=${WORKDIR}/${P/a/}
-
-src_prepare() {
-   default
-
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   # Darwin ar chokes when TMPDIR doesn't exist (as done for some
-   # reason in the Makefile)
-   sed -i -e '/^TMPDIR = /d' Makefile.in || die
-   export TMPDIR="${T}"
-   fi
-
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --disable-doc \
-   --disable-gcc-warnings \
-   --disable-gtk-doc
-}
-
-multilib_src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] data/api:master commit in: files/overlays/

2020-03-29 Thread Mike Gilbert
commit: 0e2bd8c11d790b3bf1788b299424c5efe6941e16
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 30 03:54:26 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 30 03:56:51 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0e2bd8c1

repositories.xml: move my repo to github

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

 files/overlays/repositories.xml | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 927ffb7..1c2d415 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1583,14 +1583,12 @@
   
 floppym
 floppym's personal overlay
-http://bitbucket.org/floppym/floppym-overlay
+https://github.com/floppym/floppym
 
   flop...@gentoo.org
   Mike Gilbert
 
-https://bitbucket.org/floppym/floppym-overlay
-http://bitbucket.org/floppym/floppym-overlay/atom
-http://bitbucket.org/floppym/floppym-overlay/rss
+https://github.com/floppym/floppym
   
   
 flow



[gentoo-commits] proj/sci:master commit in: profiles/

2020-03-29 Thread Horea Christian
commit: 672523049ae3ee4ca1a32647141ae0c1b0a949b3
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Mar 30 03:15:22 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Mar 30 03:15:22 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=67252304

profiles: remove SuperH, analogous to Gentoo Main

https://gitweb.gentoo.org/repo/gentoo.git/commit/profiles/arch.list?id=bd3492f8e8d934a93170df401d53ceea3d313471

Signed-off-by: Horea Christian  chymera.eu>

 profiles/arch.list | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch.list b/profiles/arch.list
index c4fa6d070..d3ed9c37e 100644
--- a/profiles/arch.list
+++ b/profiles/arch.list
@@ -9,7 +9,6 @@ mips
 ppc
 ppc64
 s390
-sh
 sparc
 x86
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/

2020-03-29 Thread Matthew Thode
commit: 139cd3b0d9b7a4b2e85445f7160b1091babc6364
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 30 03:02:55 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 30 03:03:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139cd3b0

sys-cluster/neutron: clean up kernel config checks

Closes: https://bugs.gentoo.org/713656
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/neutron/neutron-2019.2..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/neutron/neutron-2019.2..ebuild 
b/sys-cluster/neutron/neutron-2019.2..ebuild
index 518d9465fd1..0e695046904 100644
--- a/sys-cluster/neutron/neutron-2019.2..ebuild
+++ b/sys-cluster/neutron/neutron-2019.2..ebuild
@@ -128,8 +128,8 @@ RDEPEND="
 pkg_pretend() {
linux-info_pkg_setup
CONFIG_CHECK_MODULES="VLAN_8021Q IP6_NF_FILTER IP6_NF_IPTABLES 
IP_NF_TARGET_REJECT \
-   IP_NF_MANGLE IP_NF_TARGET_MASQUERADE NF_NAT_IPV4 NF_CONNTRACK_IPV4 
NF_DEFRAG_IPV4 \
-   NF_NAT_IPV4 NF_NAT NF_CONNTRACK IP_NF_FILTER IP_NF_IPTABLES 
NETFILTER_XTABLES"
+   IP_NF_MANGLE IP_NF_TARGET_MASQUERADE NF_NAT_IPV4 NF_DEFRAG_IPV4 NF_NAT 
NF_CONNTRACK \
+   IP_NF_FILTER IP_NF_IPTABLES NETFILTER_XTABLES"
if linux_config_exists; then
for module in ${CONFIG_CHECK_MODULES}; do
linux_chkconfig_present ${module} || ewarn "${module} 
needs to be enabled in kernel"



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

2020-03-29 Thread Matt Turner
commit: 0aa49828ae253a22a3327f4024fcada801e64245
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 30 01:15:25 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 30 01:37:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa49828

scripts/bootstrap.sh: Allow CONFIG_PROTECT

With a CONFIG_PROTECT="-*" setting, glibc will overwrite the system's
/etc/locale.gen file in src_install() with its default-empty one. In
pkg_postinst() it reads the empty /etc/locale.gen it just installed, and
as a result generates all locales.

So, allow CONFIG_PROTECT to be passed through unmolested so long as it
starts with "-*". This allows locales to be selectively enabled when
bootstrap.sh is run with CONFIG_PROTECT="-* /etc/locale.gen".

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

 scripts/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index aa31fb15e8b..c06e25dba13 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -306,7 +306,7 @@ echo 
---
 [[ -x /usr/bin/gcc-config  ]] && GCC_CONFIG="/usr/bin/gcc-config"
 
 # Allow portage to overwrite stuff
-export CONFIG_PROTECT="-*"
+[[ $CONFIG_PROTECT != "-*"* ]] && export CONFIG_PROTECT="-*"
 
 # disable collision-protection
 export FEATURES="${FEATURES} -collision-protect"



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

2020-03-29 Thread Thomas Deutschmann
commit: c6324820ccbaf353741610ae3580911cb06a00dd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:34:07 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:34:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6324820

sys-apps/logwatch: bump to v7.5.3

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

 sys-apps/logwatch/Manifest  |  1 +
 sys-apps/logwatch/logwatch-7.5.3.ebuild | 95 +
 2 files changed, 96 insertions(+)

diff --git a/sys-apps/logwatch/Manifest b/sys-apps/logwatch/Manifest
index c578f32578d..032d1f21a70 100644
--- a/sys-apps/logwatch/Manifest
+++ b/sys-apps/logwatch/Manifest
@@ -1,2 +1,3 @@
 DIST logwatch-7.5.1.tar.gz 469715 BLAKE2B 
706352c60370d13b4f72047d08965ab0dd36837194a03bf44e08ec43641eddb8d80d655c783d4f25c8fa757853a4e069997b80676b781561c5e0a23b44a393c9
 SHA512 
945e66192a9e198169426497f7b5167fcbec2af9565dfead728aa91bfdac5f7e1b2ce2f5f404b6f03841fe6b978f70fb969b47d4f60f02f9a8ccea865c5c782c
 DIST logwatch-7.5.2.tar.gz 475277 BLAKE2B 
e3d841749af4776da84646444dd90bb084dc33712c1a6eeab87d46cb267656527008505f78506168b7ded40f3d0f8209c205249c2f953e6ee8af7a6cd82833d9
 SHA512 
157486143ba12167f6c50c778372a4295db3744878607bceba8e0813357651bffd8924ef5ef41a4fbd20811c020dcc031eb354a0f52b8eb6d9aac197087c2bc5
+DIST logwatch-7.5.3.tar.gz 495110 BLAKE2B 
b28d7381d259a132de7d9fd347ac4bafb0b187aa811f3d3f65d7b1ccbb00c6b5bb660229cd8155fa5d7bc9668e7b4dd1ebe7bbb909b48367c6a6dd6793e5
 SHA512 
ad404f031fe016599a8f8d8c0820b23db61a9ad102815d3713e5d13e9a810c819ca7ad9cea50891852982e073ef033dbe7595fde8846971336148e32cbbe29ca

diff --git a/sys-apps/logwatch/logwatch-7.5.3.ebuild 
b/sys-apps/logwatch/logwatch-7.5.3.ebuild
new file mode 100644
index 000..6b03d4907f5
--- /dev/null
+++ b/sys-apps/logwatch/logwatch-7.5.3.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit tmpfiles
+
+PATCHES=()
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/logwatch/git ${PN}"
+   inherit git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Analyzes and Reports on system logs"
+HOMEPAGE="http://www.logwatch.org/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/cron
+   virtual/mta
+   virtual/mailx
+   dev-lang/perl
+   dev-perl/Date-Calc
+   dev-perl/Date-Manip
+   dev-perl/Tie-IxHash
+   dev-perl/Sys-CPU
+   dev-perl/Sys-MemInfo"
+
+src_install() {
+   dodir /usr/share/logwatch/lib
+   dodir /usr/share/logwatch/scripts/services
+   dodir /usr/share/logwatch/scripts/shared
+   dodir /usr/share/logwatch/default.conf/logfiles
+   dodir /usr/share/logwatch/default.conf/services
+   dodir /usr/share/logwatch/default.conf/html
+   keepdir /etc/logwatch
+
+   # logwatch.pl requires cache dir (bug #607668)
+   newtmpfiles "${FILESDIR}"/logwatch.tmpfile ${PN}.conf
+
+   newsbin scripts/logwatch.pl logwatch.pl
+
+   exeinto /usr/share/logwatch/lib
+   doexe lib/*.pm
+
+   exeinto /usr/share/logwatch/scripts/services
+   doexe scripts/services/*
+
+   exeinto /usr/share/logwatch/scripts/shared
+   doexe scripts/shared/*
+
+   insinto /usr/share/logwatch/default.conf
+   doins conf/logwatch.conf
+
+   insinto /usr/share/logwatch/default.conf/logfiles
+   doins conf/logfiles/*
+
+   insinto /usr/share/logwatch/default.conf/services
+   doins conf/services/*
+
+   insinto /usr/share/logwatch/default.conf/html
+   doins conf/html/*
+
+   # Make sure logwatch is run before anything else #100243
+   exeinto /etc/cron.daily
+   newexe "${FILESDIR}"/logwatch 00-logwatch
+
+   doman logwatch.8
+   dodoc README HOWTO-Customize-LogWatch
+
+   # Do last due to insopts modification.
+   insinto /usr/share/logwatch/scripts/logfiles
+   insopts -m755
+   doins -r scripts/logfiles/*
+}
+
+pkg_postinst() {
+   # Migration from /etc/cron.daily/logwatch -> 
/etc/cron.daily/00-logwatch (bug #100243)
+   if [[ -e ${ROOT}/etc/cron.daily/logwatch ]] ; then
+   local md5=$(md5sum "${ROOT}"/etc/cron.daily/logwatch)
+   [[ ${md5} == "edb003cbc0686ed4cf37db16025635f3" ]] \
+   && rm -f "${ROOT}"/etc/cron.daily/logwatch \
+   || ewarn "You have two logwatch files in 
/etc/cron.daily/"
+   fi
+
+   # Trigger cache dir creation to allow immediate use of logwatch (bug 
#607668)
+   tmpfiles_process ${PN}.conf
+}



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

2020-03-29 Thread Thomas Deutschmann
commit: 36cfc7cd21c2d0c351516712c164f35b00d91d02
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:27:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:27:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cfc7cd

x11-plugins/enigmail: bump to v2.1.6

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

 x11-plugins/enigmail/Manifest  |  1 +
 x11-plugins/enigmail/enigmail-2.1.6.ebuild | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
index 02a6fd22192..28281cc3c54 100644
--- a/x11-plugins/enigmail/Manifest
+++ b/x11-plugins/enigmail/Manifest
@@ -1,2 +1,3 @@
 DIST enigmail-2.0.12.tar.gz 2614589 BLAKE2B 
3db6f595c14e02cfdc71bebc763d05926dc6e0abf4668d132fd0ce43204e681de5fce45db752c4f49b231bd7e217b75c0f23d4a7e204fa9a3a51f1c8097fb63d
 SHA512 
f9f4f1ed4c7244280be2fade0ccb2f4b5e7075dd60f53953478ffb84012e687b7ac7bad489c0b0cb2d8937916c783fe9e1841174bf1e5bdb9ab8cb58b415db74
 DIST enigmail-2.1.5.tar.gz 2838286 BLAKE2B 
e86a340a916a7ac7ef39230e5bb5730198b672ab6c466db5085aa8a818da38e3681a6f22810355db986978c7d547ae50f6d70260a3ccdc9758861d03f3c4e5d5
 SHA512 
0ed104306ee998b368d4a5779c2daf7c20a112c9a37f357bbe10d8c64dd435448c71e83a0e1a1dc9eb10efcf654b1524676f2b490bf6a065e6dd66de0861baea
+DIST enigmail-2.1.6.tar.gz 2838221 BLAKE2B 
e95569dcd58f16e64079436a24b152e7d5e3cfbc2067fe909b0f714a8acbcf80db7b1c288302c0ca11b2536fb2ff4f4376bd5de582f3b65fd01938182c9e8f9c
 SHA512 
72159287601ed95052fcdeb3c973714e775150ba41894ecb6474798fd5109ab18dee0e3b8874a920fd07d3b184ed2034cf75f7baff4e14307d8739a312193919

diff --git a/x11-plugins/enigmail/enigmail-2.1.6.ebuild 
b/x11-plugins/enigmail/enigmail-2.1.6.ebuild
new file mode 100644
index 000..665dd902895
--- /dev/null
+++ b/x11-plugins/enigmail/enigmail-2.1.6.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-any-r1
+
+DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
+HOMEPAGE="https://www.enigmail.net/;
+
+SLOT="0"
+LICENSE="MPL-2.0 GPL-3"
+IUSE=""
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source;
+   S="${WORKDIR}/${P}"
+else
+   if [[ ${PV} = *_beta* ]] ; then
+   SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz;
+   else
+   SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+   fi
+   S="${WORKDIR}/${PN}"
+fi
+
+RDEPEND="
+   ( >=app-crypt/gnupg-2.0
+   || (
+   app-crypt/pinentry[gtk(-)]
+   app-crypt/pinentry[qt5(-)]
+   )
+   )
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/

2020-03-29 Thread Thomas Deutschmann
commit: 6cf4c40c1166a84282c6f3eaa30a5958176c568b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:29:36 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:29:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf4c40c

dev-php/xdebug: bump to v2.9.4

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

 dev-php/xdebug/Manifest|  1 +
 dev-php/xdebug/xdebug-2.9.4.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest
index 26f0408fa33..6fdf17082ed 100644
--- a/dev-php/xdebug/Manifest
+++ b/dev-php/xdebug/Manifest
@@ -1,3 +1,4 @@
 DIST xdebug-2.6.1.tgz 283961 BLAKE2B 
4478d591591102a9efa248820831e4d43d89eb9b80379c92fe85c888377a31d855ac4ea98c13ad87da68f7e7f659483cfa36fd4651f245d5603fcada2e2fcf73
 SHA512 
31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b
 DIST xdebug-2.9.2.tar.gz 432926 BLAKE2B 
3d524e5a1aec0621389970e80cdc23dfd40a17113ad09294de65290531cac1b33cbc248be341e0c29d9ebb825be25dd6d6b65b9ebcca0c2c3ca43784d2bf9d50
 SHA512 
ef1780f34572ea47de7e107b5120a0ec640e0ce4ec2a1c98c128c4f69ec9916879d82b11d2eb94d9630ed27b2d20afec7ccda9f79040d47dbaba9e191d03
 DIST xdebug-2.9.3.tar.gz 434509 BLAKE2B 
dd6a42518e9100db32a4858f131fc5cd8f6ed715bbf16a8d20fbba40b7503a897dd6d010af81d0001301b999a64b5d67b193c72a456e396b54ddd61823556d57
 SHA512 
ec77a036e622a867d4ef46aa844d4d3a2b9ce04c8ce64300451f50539c9889dd10cec96b18292268540e2aee0260caeffbd9fa03abd24891b4c9fe68d02598d5
+DIST xdebug-2.9.4.tar.gz 434622 BLAKE2B 
bd0d0c6a46867ffba88693f142346d11b5abfab3254c549b74ff9169536c42903b1fb1cb94c3344060590b63e287878ea05c6ef7ad8343234bada3857e0dbe75
 SHA512 
cf19fb9fd12c32e04c18f296694d0667dfe6e14617da932804d17526c88ab19dd2307ad43d036a8c0cb1f871a964523473879da8815f346faf83ec3b9e3952e3

diff --git a/dev-php/xdebug/xdebug-2.9.4.ebuild 
b/dev-php/xdebug/xdebug-2.9.4.ebuild
new file mode 100644
index 000..95745e2c779
--- /dev/null
+++ b/dev-php/xdebug/xdebug-2.9.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PHP_EXT_NAME="xdebug"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="yes"
+PHP_EXT_INIFILE="2.6.0-xdebug.ini"
+
+USE_PHP="php7-2 php7-3 php7-4"
+
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV/rc/RC}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+inherit php-ext-source-r3
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+DESCRIPTION="A PHP debugging and profiling extension"
+HOMEPAGE="https://xdebug.org/;
+# Using tarball from GitHub for tests
+#SRC_URI="https://pecl.php.net/get/${PN}-${MY_PV}.tgz;
+SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="Xdebug"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   ~dev-php/xdebug-client-${PV}"
+DOCS=( README.rst CREDITS )
+PHP_EXT_ECONF_ARGS=()
+
+pkg_postinst() {
+   ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
+   ewarn "installed as a dependency, and not all users will want xdebug to 
be"
+   ewarn "enabled by default. If you want to enable it, you should edit 
the"
+   ewarn "ini file and set xdebug.default_enable to 1. Alternatively you 
can"
+   ewarn "call xdebug_enable() in your code."
+}



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

2020-03-29 Thread Thomas Deutschmann
commit: 638f213efb654f9ee23fcd27f6db3e4ca8b9f653
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:30:43 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:30:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638f213e

dev-util/checkbashisms: bump to v2.20.2

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

 dev-util/checkbashisms/Manifest|  1 +
 dev-util/checkbashisms/checkbashisms-2.20.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index 45eac06b31b..9cafdd4c551 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -1,2 +1,3 @@
 DIST devscripts_2.19.7.tar.xz 847488 BLAKE2B 
b3c76d9b0899c01f08d0432f8de0a65d1434afffd35eda33b6c7f442796c2165cdb316290d41313876cd5ef8108e0bba03d173dd52c139908672a6f3d6902588
 SHA512 
6e31862bc8f0d43678341f40ec527d76cdccc2e6e50c231eb7c6a1eb442f48b6c62e94126644224e9fdbef583be3166e2c7cc65ea15de4a7c20605089b708eb7
 DIST devscripts_2.20.1.tar.xz 854932 BLAKE2B 
b9523b2882625b66c7972db7c10f7d3f6055cb791b5697f92fc0e362c1b2a89ac26fc2a45739989ae9f9981c956d90ceefd514645649d1b7fca6d7eeaff9df7d
 SHA512 
6e9505f491bf87df6c0ac384cbf307959fd86e3aea1aecd7e70e88bbe57757035612235bad0244dc7aeedcf964605508f7fd5db582b410dd715380a064389d1d
+DIST devscripts_2.20.2.tar.xz 854948 BLAKE2B 
ca36f2d8d4f3d975479134d02ee4c035f7f32e087be523560c2c06d7625047fcf78d0428d1e4addcfa38a299befdd23b88ab3fbbef2028f67f8b7c9f8851c29f
 SHA512 
d9147604a718582a19c036a040c62612427163146048dbf9e3665545072e8132d08f51dccfd3f0a01453c0405a0326dad8f83afd10270eec5c69fa0612cb8510

diff --git a/dev-util/checkbashisms/checkbashisms-2.20.2.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.20.2.ebuild
new file mode 100644
index 000..26d0ab39032
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.20.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="devscripts"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
+HOMEPAGE="https://packages.debian.org/devscripts 
https://anonscm.debian.org/cgit/collab-maint/devscripts.git;
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Requires python packages to check tools we don't need anyway
+RESTRICT="test"
+
+RDEPEND="dev-lang/perl
+   virtual/perl-Getopt-Long"
+
+S="${WORKDIR}/${MY_P}/scripts"
+
+src_prepare() {
+   default
+
+   eapply -p2 "${FILESDIR}"/${PN}-2.18.6-command-vV.patch
+
+   sed "s@###VERSION###@${PV}@" -i checkbashisms.pl || die
+}
+
+src_compile() { :; }
+
+src_install() {
+   newbin ${PN}.pl ${PN}
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-client/

2020-03-29 Thread Thomas Deutschmann
commit: 1b4cfca8e341475b9878e7046531ec89e5e1530d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:28:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:28:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4cfca8

dev-php/xdebug-client: bump to v2.9.4

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

 dev-php/xdebug-client/Manifest   |  1 +
 dev-php/xdebug-client/xdebug-client-2.9.4.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/dev-php/xdebug-client/Manifest b/dev-php/xdebug-client/Manifest
index 26f0408fa33..6fdf17082ed 100644
--- a/dev-php/xdebug-client/Manifest
+++ b/dev-php/xdebug-client/Manifest
@@ -1,3 +1,4 @@
 DIST xdebug-2.6.1.tgz 283961 BLAKE2B 
4478d591591102a9efa248820831e4d43d89eb9b80379c92fe85c888377a31d855ac4ea98c13ad87da68f7e7f659483cfa36fd4651f245d5603fcada2e2fcf73
 SHA512 
31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b
 DIST xdebug-2.9.2.tar.gz 432926 BLAKE2B 
3d524e5a1aec0621389970e80cdc23dfd40a17113ad09294de65290531cac1b33cbc248be341e0c29d9ebb825be25dd6d6b65b9ebcca0c2c3ca43784d2bf9d50
 SHA512 
ef1780f34572ea47de7e107b5120a0ec640e0ce4ec2a1c98c128c4f69ec9916879d82b11d2eb94d9630ed27b2d20afec7ccda9f79040d47dbaba9e191d03
 DIST xdebug-2.9.3.tar.gz 434509 BLAKE2B 
dd6a42518e9100db32a4858f131fc5cd8f6ed715bbf16a8d20fbba40b7503a897dd6d010af81d0001301b999a64b5d67b193c72a456e396b54ddd61823556d57
 SHA512 
ec77a036e622a867d4ef46aa844d4d3a2b9ce04c8ce64300451f50539c9889dd10cec96b18292268540e2aee0260caeffbd9fa03abd24891b4c9fe68d02598d5
+DIST xdebug-2.9.4.tar.gz 434622 BLAKE2B 
bd0d0c6a46867ffba88693f142346d11b5abfab3254c549b74ff9169536c42903b1fb1cb94c3344060590b63e287878ea05c6ef7ad8343234bada3857e0dbe75
 SHA512 
cf19fb9fd12c32e04c18f296694d0667dfe6e14617da932804d17526c88ab19dd2307ad43d036a8c0cb1f871a964523473879da8815f346faf83ec3b9e3952e3

diff --git a/dev-php/xdebug-client/xdebug-client-2.9.4.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.9.4.ebuild
new file mode 100644
index 000..ad1c2866a29
--- /dev/null
+++ b/dev-php/xdebug-client/xdebug-client-2.9.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+MY_PN="xdebug"
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV/rc/RC}"
+
+inherit autotools
+
+DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
+HOMEPAGE="https://xdebug.org/;
+# Using tarball from GitHub for tests
+#SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz;
+SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> 
${MY_PN}-${PV}.tar.gz"
+LICENSE="Xdebug"
+SLOT="0"
+IUSE="libedit"
+
+S="${WORKDIR}/${MY_PN}-${MY_PV}/debugclient"
+
+DEPEND="libedit? ( dev-libs/libedit ) net-libs/libnsl:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_with libedit)
+}
+
+src_install() {
+   newbin debugclient xdebug
+}



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

2020-03-29 Thread Thomas Deutschmann
commit: 87c80b81c2fb94617aeacbde23bc12a6d66834ab
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:23:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:25:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c80b81

net-firewall/shorewall: drop old

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

 net-firewall/shorewall/Manifest |  14 -
 net-firewall/shorewall/shorewall-5.2.3.5.ebuild | 482 
 net-firewall/shorewall/shorewall-5.2.3.6.ebuild | 482 
 3 files changed, 978 deletions(-)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 988a7f65c92..a8d5d51b46e 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,21 +1,7 @@
-DIST shorewall-5.2.3.5.tar.bz2 554891 BLAKE2B 
470b2a6d67e18f05262197877dc2bd853a756fcf3ac4e547c4e53a398fc1ddcb7bc2beccecc3146baafce72cae49cb20b41f482ceb036ccbe1c4b21bc2a3c2af
 SHA512 
a93166d77ae29d32719a47912d64c9f0a7fdace61473a2d95c60cd611bab3a9b5faf0cebe6d80c47a34a5164538d61695e951e5d458a6f7ae172ff62dd9b81ea
-DIST shorewall-5.2.3.6.tar.bz2 543859 BLAKE2B 
29a7e8068a5920e73bcb832241c2366a31fc54e6671d401ad35dd01a38f719622a5e3d09cb50084887ac52b96ff5f827e433ef06223eaf2d7f279b1299d726c4
 SHA512 
e6cd5bcf9f3fe57a5220e717985525ef4dac37b36e7e81b583948fc47c73d443e9649395db365829e0b29d213e5ca8e706578ad323983c6851c3cc5f3dccb03f
 DIST shorewall-5.2.3.7.tar.bz2 579234 BLAKE2B 
968d9f23f9d66d1326dfd9c0b989959a1a8449f6dd3230d9191cb3f3be805065fe4d1ab5e7bd679b5da7ebbf625654dc0a878a4ebc6346e51a9d2588102e52b5
 SHA512 
c0f90d5cbbc6a9cad443b3ecfedda79bee71f79685049c421d8bba3826e5c874c7c31f09f243d3728514684983a27c8d4ac6854b55766fbcf34f6937f8ab28bd
-DIST shorewall-core-5.2.3.5.tar.bz2 70007 BLAKE2B 
0f7485775fe566e5bc9d67da314f27f1aba3b9faef82a8d51dc5bc00413dba32a24c53cae07531c59c528b0c2b7c87fda81252669c771c749abf5d83f9c02696
 SHA512 
f8346767d42ae6624b1831b637be3b4f625c4213a75759fc9330ffac7fc31aef0926e89af952f6353faf2a56334fe49fc65635c33a9c77c21b4ae79d93a0e9a6
-DIST shorewall-core-5.2.3.6.tar.bz2 70407 BLAKE2B 
084e79d02702dfa3738f593ba029d97b230ccff5fd1741ca2566db7bfabb5ffe7afba5104ec7cca7d54da6e261c85090ecdbc2a0ab3c85b4fc9eb5a22add8ee8
 SHA512 
8bbd571e4279ea097634632903e3297bad6579152fe0d590db1f04cc1852cef86abdf5720b704bc166185118fa2d90c0463745a930ffe379f87a5d77c8a69141
 DIST shorewall-core-5.2.3.7.tar.bz2 71454 BLAKE2B 
3df2b99dfbde169a817f4a5f45876c07dbdcda432763c1227fd86d9f2e2556c639595db9c57f195a404535c72f33ae1211aee080e5df37c342f6ebd4be2a5994
 SHA512 
e708ee48bc087cef24959b22430c8d8814d5c2f9315988c410e6fa59b4dca9c8b48501fea9515115e760d902d9e9719f33c1310d91a83550030a8768efd18751
-DIST shorewall-docs-html-5.2.3.5.tar.bz2 4291459 BLAKE2B 
150345621b93a100ff08b3e38df789a706ef73543022ab963b951d1c19088407c7b4698729935c2717d65199cffceb2652b47f4610554d21c7d74ef14c07
 SHA512 
5b638a4eb15a8ab28787cf684003ba02c43f04b691b90f70637a3c981d774ccc52150fa1419e54b5294f59f92118a74b56cb6ca9b5598e7176f92f0cab76c3b8
-DIST shorewall-docs-html-5.2.3.6.tar.bz2 4306757 BLAKE2B 
b2ef0ec2956b6dccfa0e2c597d3a924ad068f7e627bf86cf508d7db5547def979910a9bfdbf49650b1907716ca45973be23d0470eb1e90825c3cef9ea8c63268
 SHA512 
fb89f54e6da64fcb59ac76441588d0473e229279aad8cbc394cacf9bdb93d74723c6c7334934dee373527adcfc582d9843ce12aa454ea3a4d3f42597c93a3661
 DIST shorewall-docs-html-5.2.3.7.tar.bz2 4293387 BLAKE2B 
6a0ffe8eac171c13961fcf448932b7287cdca3e1da895020d5551d135fe542ca8dba3e0cba7f505ec9a204649dd5fd9849613bbb30d2970a45f321b46aa74ba5
 SHA512 
19c5bb80f40c9df8262e6ee00908f64d3e2d489c734bdecf6faec5f8d23bf3b6201ed21673900a2906053bc7d59872b7974262caf9883207126a082bbb2cb281
-DIST shorewall-init-5.2.3.5.tar.bz2 35147 BLAKE2B 
34fff5474fc60a7526991e5718f2f561ee7e67f339f5d95bef204bbbd4efafef5c1298d9533eae481a6adeb4fe516f45cd1060af33b66c900c054f7b7f9e519e
 SHA512 
ad06ad0c0ddeef278e18babe7aa42935aa3af79052d10b54cd6729fe7b67ed9f210ea3f511b0da23cb2b1f67b82bdcba339f919f1ccbafbde51f77b9f0004606
-DIST shorewall-init-5.2.3.6.tar.bz2 35309 BLAKE2B 
963b73e86592fcefa5881273149d8c0c2fcf423d6268ba4ccc60941f2eccebc9d8e5ee2d2e80209fe3109ae43ce43521117f50824c2796b51ea945c9a7d06e01
 SHA512 
4e3ef2d4a47f8e0b7751dbeab26cbf749a0304c5e64f42642b3e6cdf8df1bfa057666260dc76c628ec193cac880d8574f2aaf91b4a54f2fd4f4ac76ee102093b
 DIST shorewall-init-5.2.3.7.tar.bz2 35860 BLAKE2B 
b6046004c246113105206f2a034e0d8930a8283c3431675a2cb5c29b1509619b5d79a03bdf8c1daea085a330344ffe519a0b9d7ec860fdcd3603efd739613d2e
 SHA512 
f3f231923a5d352cb8288d051568d4dbf24ef38122a1d8ae0c158b317c09146d938389597a5f57e9099c7c1b283780357b74f8605ea1e14393a0e3b1fa6b1118
-DIST shorewall-lite-5.2.3.5.tar.bz2 39954 BLAKE2B 
601e793adaa9d4ac77a1a4c17b7d1726af6a0b19c8dda2621ebbd36be63e3a33deb9ff36cb25d195d0875c5f159fa758a16cd7af2200e748d542f862bc474425
 SHA512 

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

2020-03-29 Thread Thomas Deutschmann
commit: 4f8a924ed85336f94305fa254edbca33a5d0a392
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:22:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:25:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8a924e

net-firewall/shorewall: x86 stable, applying ALLARCHES policy

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

 net-firewall/shorewall/shorewall-5.2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/shorewall/shorewall-5.2.3.7.ebuild 
b/net-firewall/shorewall/shorewall-5.2.3.7.ebuild
index 9f77b3406b1..ab98fa11307 100644
--- a/net-firewall/shorewall/shorewall-5.2.3.7.ebuild
+++ b/net-firewall/shorewall/shorewall-5.2.3.7.ebuild
@@ -66,7 +66,7 @@ if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then
unset _tmp_last_index
unset _tmp_suffix
 else
-   KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86"
 fi
 
 SRC_URI="



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

2020-03-29 Thread Thomas Deutschmann
commit: 701e5c37dbc2f9bf05a9922943111d634b55af28
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:24:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:25:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701e5c37

net-firewall/shorewall: bump to v5.2.4

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

 net-firewall/shorewall/Manifest   |   7 +
 net-firewall/shorewall/shorewall-5.2.4.ebuild | 482 ++
 2 files changed, 489 insertions(+)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index a8d5d51b46e..fa732cee324 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,7 +1,14 @@
 DIST shorewall-5.2.3.7.tar.bz2 579234 BLAKE2B 
968d9f23f9d66d1326dfd9c0b989959a1a8449f6dd3230d9191cb3f3be805065fe4d1ab5e7bd679b5da7ebbf625654dc0a878a4ebc6346e51a9d2588102e52b5
 SHA512 
c0f90d5cbbc6a9cad443b3ecfedda79bee71f79685049c421d8bba3826e5c874c7c31f09f243d3728514684983a27c8d4ac6854b55766fbcf34f6937f8ab28bd
+DIST shorewall-5.2.4.tar.bz2 579480 BLAKE2B 
5bbca22cfa11dc482859c2703d54f35f55f1c8db46286c3480879eb47d562358a73412f0ba3ba4af9d3763c838608269a70668daf30accb07314245308f46022
 SHA512 
2eee8b8e86aef29f646f324dcbd156eae7a687db179361e03172ef4792f2665fd3623830028a748ea3506ffbb2f59afa9f7deba7862643aff7628857aa2ac63c
 DIST shorewall-core-5.2.3.7.tar.bz2 71454 BLAKE2B 
3df2b99dfbde169a817f4a5f45876c07dbdcda432763c1227fd86d9f2e2556c639595db9c57f195a404535c72f33ae1211aee080e5df37c342f6ebd4be2a5994
 SHA512 
e708ee48bc087cef24959b22430c8d8814d5c2f9315988c410e6fa59b4dca9c8b48501fea9515115e760d902d9e9719f33c1310d91a83550030a8768efd18751
+DIST shorewall-core-5.2.4.tar.bz2 71532 BLAKE2B 
edd3762b39db162775e05d30e3ddeac244ca4375ee74bc1581af85879ddcfda22e6cae7b1357ddf5b0df615a4f5072457b1e34918bde5cb43273b21dd60f76ba
 SHA512 
40add35f175abd62ede0b0b8f84151d7a81d56bcc3d622ed9ac676e382bd33cfee648da205f23ead462b5e6e577784c79ffdcdde5f45c731c6d93c11788d982d
 DIST shorewall-docs-html-5.2.3.7.tar.bz2 4293387 BLAKE2B 
6a0ffe8eac171c13961fcf448932b7287cdca3e1da895020d5551d135fe542ca8dba3e0cba7f505ec9a204649dd5fd9849613bbb30d2970a45f321b46aa74ba5
 SHA512 
19c5bb80f40c9df8262e6ee00908f64d3e2d489c734bdecf6faec5f8d23bf3b6201ed21673900a2906053bc7d59872b7974262caf9883207126a082bbb2cb281
+DIST shorewall-docs-html-5.2.4.tar.bz2 4293639 BLAKE2B 
c024da5a3fab5f98c0913f294dafd85eced4c259762f5f06d9e98a74ea2e1ac5c0565e027609da472bd911e08027a6524e7cf97e2ec06c70965e5088fa3c331e
 SHA512 
cb3ce47a892e92a032d4f49d693b23ad47ad3a0effb44cb24c0ff86f9b9b75eaa231210369a0ae10789bddedbbfd4c2a8a11bef9695591ef22351570c5abe481
 DIST shorewall-init-5.2.3.7.tar.bz2 35860 BLAKE2B 
b6046004c246113105206f2a034e0d8930a8283c3431675a2cb5c29b1509619b5d79a03bdf8c1daea085a330344ffe519a0b9d7ec860fdcd3603efd739613d2e
 SHA512 
f3f231923a5d352cb8288d051568d4dbf24ef38122a1d8ae0c158b317c09146d938389597a5f57e9099c7c1b283780357b74f8605ea1e14393a0e3b1fa6b1118
+DIST shorewall-init-5.2.4.tar.bz2 36672 BLAKE2B 
9b1d8e4670f2fadca9c3ffb4aade2734ab2714ae86d9b66728595b9e6c222b151be064634ea374767adea4424d578b7f7369acab855a5716e6f8def2f35d7b6f
 SHA512 
7a68eb0c8e40e778123c0ecc60c2210888c1e6c68fd282e0d4f2fb2fdac3f1f00dde521c157520a1edd31ef77fe40e5d15834c5ce7d3d5500ae5fb8d66a6a324
 DIST shorewall-lite-5.2.3.7.tar.bz2 40674 BLAKE2B 
cf7ed3c81ab3a49556e61f48bdabf828dbb79a4c0a6c431f9ce77a4f15ec33ccbfc6bc5b1e6a942d695795679670bdb3ff22c37c54bcc4cd3552f6117bb4834b
 SHA512 
c83f349f2626fe98a2f968a76fb48de2e7412f95ed0e72c48724cd93fe6e3b480d6cc185b5445434432bbf40ffaef7dbb875c4b5494f7875ce1f96f345314ea6
+DIST shorewall-lite-5.2.4.tar.bz2 41491 BLAKE2B 
1cdef18c368d44bf7aae756c2519b3cf8aaa648be0044b6aab22aa6dda989a8a7e51ab77d963f450ab0338ea490ca2629680e1c251e4dbf43594a952a17ded9a
 SHA512 
a222d06e60f889167160cea5107fb534e8c5bec00b42e7027615447875e3ee2513ba1eefd1e14e17ea7c91d08f2e9cfebb1b3fe2bd384f6288961c1258cbb359
 DIST shorewall6-5.2.3.7.tar.bz2 197912 BLAKE2B 
20193edb20a6e165cc83391ff36e5601104dbc95f8300d1880253edc451fb086b0b619496cec84f3a6e1ea52c33ebea9de436babeb6517b41688e95eaaa10641
 SHA512 
45ac97f27569006715156579ca86e9dc580d30f64dabb1557ef25dbb171e76a67251a64e4ff77c8e88017dc2a9e364503c1f565f376312335ca2ac0d961a6043
+DIST shorewall6-5.2.4.tar.bz2 198630 BLAKE2B 
4aa511ba5b998835b9aadad3a733b7ea7e4c0940135ae8959895ea499fd5f83e8cad3831560215c41c855f0d02f845ee97b8318af409fa088a98bbd5f3ec7a87
 SHA512 
b4dce7043b44fc1b84c5f8b07c524b0c9b5a83e06f694646115c448ad1e0407a77613ace99b5866cfa8b7078a98c1aba79a94c094e40453745d6453d8934
 DIST shorewall6-lite-5.2.3.7.tar.bz2 40641 BLAKE2B 
d1c3720e7fefe6a20a29ab90e65fe9c0a113894c008377734e274177f6759245c056fb2a7e7abf42c7bddd35bd159f8c2ed2e4135edd1dda9d63ad1b596cec8c
 SHA512 
0727a0e709bb206e4905ae8b5b4b39b2d2eb950b8aa03d8593de71a12464422681b5528a8e06a05e91e9bd1bae6a78962da1810ecbc8707e670073c28daccaaa
+DIST shorewall6-lite-5.2.4.tar.bz2 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-dosbox/

2020-03-29 Thread Craig Andrews
commit: fa2717d944a35bdc7b45c6d5920688f0b54a4ca5
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 30 01:17:12 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 30 01:21:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2717d9

media-plugins/kodi-game-libretro-dosbox: 0.74.0.6 version bump

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

 media-plugins/kodi-game-libretro-dosbox/Manifest   |  1 +
 .../kodi-game-libretro-dosbox-0.74.0.6.ebuild  | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-dosbox/Manifest 
b/media-plugins/kodi-game-libretro-dosbox/Manifest
index 2d126aa36a3..91abae149d8 100644
--- a/media-plugins/kodi-game-libretro-dosbox/Manifest
+++ b/media-plugins/kodi-game-libretro-dosbox/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-game-libretro-dosbox-0.74.0.3.tar.gz 53861 BLAKE2B 
bba95d96c9a313a96df7e3774573fdf43040efd23629242f1400a5a5ca8c2ebe948b68fba7d780ccd4cb3ca7cc4db74e23fece9d192e6988493a89eec19cdca7
 SHA512 
e802f5bdb1c9b82c5fa3224138f1956e4210aa532bea3ead20fba1a9349ef780f52d966b334beb498ab3433bd3822df7ae9e5cdcddbbf5b97318a5b65f4fc277
 DIST kodi-game-libretro-dosbox-0.74.0.4.tar.gz 54671 BLAKE2B 
d3bbea8b7ee5f7122f929af44632181d3ec59153573298027524ddfbe29f9bff69ff239172881f2e9315de4087f31dfb492de9f12a54b08859a1ed6a576b49fd
 SHA512 
bb74b6cc535b95ca088140c3e39cafcce04b3f01917e126e403c1e9d35a4c581b92dcdad57c28c76acfedbf5ee331a7e9ea5cef48010145be638f606e3f8e9ab
 DIST kodi-game-libretro-dosbox-0.74.0.5.tar.gz 54672 BLAKE2B 
cfdab6075817c2abeda5e3fbb2b8661e304ce655f66e2ed395a3c18d996e653b71cc1c85a785336d89c427b28b2d3a72b2f180bced7f1e90164d94d3d7355b53
 SHA512 
15dc391fb6115a029254e7755ece7f8a7dcb05fd663f5da66ee91141bb1e90f235195be4d9af2a4c633afa90f0fbaa79948c9e3dcc509e87e427e41468ffc2a6
+DIST kodi-game-libretro-dosbox-0.74.0.6.tar.gz 54728 BLAKE2B 
ee8f2dc55ca99ba752439271b300d3e100b6fbbfa135a440e96f68adb2661ba90230ed63c361972346d3673aaebfb4f00c0fc2c01eb50ff9d8f4dad4c605
 SHA512 
52fe9993f26f23d78389d78f2878eadb90fb7f973e25fc44e79dba2b8a771b832326605de6901aa819c2bf9073cd8e33e79264c16356735b8a0e63670e8e57da

diff --git 
a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.6.ebuild
 
b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.6.ebuild
new file mode 100644
index 000..8f1c8500487
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="DOSBox GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.dosbox;
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.dosbox.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.dosbox/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.dosbox-${PV}-${CODENAME}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   games-emulation/libretro-dosbox
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+src_prepare() {
+   echo 'find_library(DOSBOX_LIB NAMES 
dosbox_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-dosbox.cmake" || die
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-snes9x/

2020-03-29 Thread Craig Andrews
commit: b50a76bc1d0102df5b3b8a8ccb86b1ef7402aced
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 30 01:19:18 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 30 01:21:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50a76bc

media-plugins/kodi-game-libretro-snes9x: 1.60.0.11 version bump

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

 media-plugins/kodi-game-libretro-snes9x/Manifest   |  1 +
 .../kodi-game-libretro-snes9x-1.60.0.11.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest 
b/media-plugins/kodi-game-libretro-snes9x/Manifest
index 1c681cc16c5..8a96a1f0579 100644
--- a/media-plugins/kodi-game-libretro-snes9x/Manifest
+++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
@@ -1 +1,2 @@
 DIST kodi-game-libretro-snes9x-1.60.0.10.tar.gz 1374802 BLAKE2B 
3ce46bbda7412e7cd561ab3caf0f5d466ed23dd20ba730a6181ebf78d7d01f4f80b38d51b20061ac17e03e6e90047c977555e53ef3deb8f82b7dd409f8def750
 SHA512 
0b59b4d3038a0e85d2380a7de1ec7c8f70bc37679c7fe6ad1fc284ba2dabb195274c732dc7e9e6a78d4337c935de84087297424ec8afc981f08a70fba1150f31
+DIST kodi-game-libretro-snes9x-1.60.0.11.tar.gz 1374854 BLAKE2B 
26d56c86e65d1aac7b90d9a1f4cdcc226c3e8d4edfd68a740846f4718f17dcc4fc114ed02ff6e737c3c6274a61c5f8f7b4b7833501365bd14a92be04e9e396bf
 SHA512 
0d434053808f85b45ed7eb54de1dad8cb1d78b9e7c4cff25039620f622c942d10eb38c982c7ea92a160ec42f485a129a1b77692d6794628bf5ba0f778ea429a9

diff --git 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.11.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.11.ebuild
new file mode 100644
index 000..bbf8e92da4a
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.11.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Snes9x GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x;
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   games-emulation/libretro-snes9x
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+src_prepare() {
+   echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-vfs-sacd/

2020-03-29 Thread Craig Andrews
commit: 27fdbb113ec601027254987feff3d16c7aa76a43
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 30 01:20:06 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 30 01:21:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fdbb11

media-plugins/kodi-vfs-sacd: 1.0.4 version bump

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

 media-plugins/kodi-vfs-sacd/Manifest   |  1 +
 .../kodi-vfs-sacd/kodi-vfs-sacd-1.0.4.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/media-plugins/kodi-vfs-sacd/Manifest 
b/media-plugins/kodi-vfs-sacd/Manifest
index bf5ad045c08..c8fea945e62 100644
--- a/media-plugins/kodi-vfs-sacd/Manifest
+++ b/media-plugins/kodi-vfs-sacd/Manifest
@@ -1 +1,2 @@
 DIST kodi-vfs-sacd-1.0.3.tar.gz 185930 BLAKE2B 
7c80cd2a7bfccaf4ca61c7bbe6654b4bedf9e054eac76fe80a3ebbd7c6a8e3896891d4da3c60391c47f7cf585524822ddf5b740a632c9067fa3fdf8684398a65
 SHA512 
418620256c0ebc5f4ea90ce9e22428f46b318fc1824c17f0a1034443f7b887abb7fd6a36747c9d2db33a9f7d03d7e0bc2606f5b1c9681a6feae92252918e
+DIST kodi-vfs-sacd-1.0.4.tar.gz 192147 BLAKE2B 
6cc09d620a0db1acfa54e4a172410220cb50d68da719afa36ca19396737292e23c16bc1f381e7b43cbd6b19a609af1617e7e015ebe91766e18dd62cf415eacf6
 SHA512 
27a9fe9070ab52c6970e13ea7f10964e9adb4ee1fd5493ba1ac2edb97159dc77e2d9c140ad9c86ebfad51efdaadf9c16b57c03348c1f7fc9232429f01b753446

diff --git a/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-1.0.4.ebuild 
b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-1.0.4.ebuild
new file mode 100644
index 000..c72e5630aa0
--- /dev/null
+++ b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-1.0.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="SACD VFS addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/vfs.sacd;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/vfs.sacd.git;
+   EGIT_BRANCH="Matrix"
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/xbmc/vfs.sacd/archive/${PV}-${CODENAME}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/vfs.sacd-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-libs/kodi-platform-18*
+   =media-tv/kodi-18*
+   virtual/libiconv
+   "
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/

2020-03-29 Thread Craig Andrews
commit: 31dc1c19359b2bfab3cb8ce5d3056c844ab745db
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 30 01:17:56 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 30 01:21:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dc1c19

media-plugins/kodi-game-libretro-bnes: 0.83.0.7 version bump

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

 media-plugins/kodi-game-libretro-bnes/Manifest |  1 +
 .../kodi-game-libretro-bnes-0.83.0.7.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-bnes/Manifest 
b/media-plugins/kodi-game-libretro-bnes/Manifest
index ee694a38277..c5eed6bb154 100644
--- a/media-plugins/kodi-game-libretro-bnes/Manifest
+++ b/media-plugins/kodi-game-libretro-bnes/Manifest
@@ -2,3 +2,4 @@ DIST kodi-game-libretro-bnes-0.83.0.3.tar.gz 809447 BLAKE2B 
4efcc72c60ceb433f755
 DIST kodi-game-libretro-bnes-0.83.0.4.tar.gz 810686 BLAKE2B 
fc64d07a3629f00d658028a1f63ef4be640d511968bbd165019431563c84989c07fe11a132757b0ab64d0127e0b39d853525f615e25fea319bef2e8cb3435ea1
 SHA512 
5add79554a0064dfe9287961a20b80a5c8fd63598f173e254320b78347881f23c87653b742d6b759a1faa280496155c1822ef7ed4631c94fc35a99e7ca22932d
 DIST kodi-game-libretro-bnes-0.83.0.5.tar.gz 810684 BLAKE2B 
803197c0f196c460d02b683874e2f47e986155310c1c2f7f8f7af74540965e9f94239b561e7143fcd878ba3be6612b441cc9f09ba351c3ddd5eef40a5b8c6ed3
 SHA512 
46851fe5665f4f69acfbb51b5ebdbc6fdd86016893d3c93956ef690956df127920229f3e9029337da6af388ef9e615fc17b969e3660d22c8a01a3f7116866483
 DIST kodi-game-libretro-bnes-0.83.0.6.tar.gz 810679 BLAKE2B 
9e414c924706ed1e45b4831e1a760107be56608b98c4f4fb20203f933d56f8d01232c8e1b8e216715eb4408d63f423ec421039fb2bf9c811dac3081a1916ed59
 SHA512 
f13e166282d215f9f82da9c6aeb8122fd2893600200d9877ca110cf94f1fe03ca3dc2b9914068fa058843d56a1c775ff2312c7d90ec7cfdd3d8208cb80fccf06
+DIST kodi-game-libretro-bnes-0.83.0.7.tar.gz 810746 BLAKE2B 
338223fbebf4de8fdac9e9ac513d629081b92383b3f6793cdc59ff917a2bef87c50879bcfc7f6dd0dc98166930aec5333e2d12b9a3d31366503ad5a2f78acc51
 SHA512 
028ed758b5024ee987001b27737ab92b1ac89f510a659c3ef917b57b4a93e259dd9933609caafc3713d4256a0c1a5ea2fc9ebe79357904d9d90e169487138cc1

diff --git 
a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.ebuild 
b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.ebuild
new file mode 100644
index 000..bdff27165a2
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="bNES GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.bnes;
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.bnes-${PV}-${CODENAME}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   games-emulation/libretro-bnes
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+src_prepare() {
+   echo 'find_library(BNES_LIB NAMES 
bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-bnes.cmake" || die
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-nestopia/

2020-03-29 Thread Craig Andrews
commit: aeed76797e3478f27a743e25592bf73720fac16d
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 30 01:18:35 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 30 01:21:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeed7679

media-plugins/kodi-game-libretro-nestopia: 1.50.0.9 version bump

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

 media-plugins/kodi-game-libretro-nestopia/Manifest |  1 +
 .../kodi-game-libretro-nestopia-1.50.0.9.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-nestopia/Manifest 
b/media-plugins/kodi-game-libretro-nestopia/Manifest
index 27a2a9e9446..04002d16f36 100644
--- a/media-plugins/kodi-game-libretro-nestopia/Manifest
+++ b/media-plugins/kodi-game-libretro-nestopia/Manifest
@@ -1 +1,2 @@
 DIST kodi-game-libretro-nestopia-1.50.0.8.tar.gz 793551 BLAKE2B 
d616ec3b69c0e996136e2977860c08537dee8a9ba5682ade887de59ead6d02e6ec7426025f562e2b67700cf525149f3bafa427dd365ad87020377c52b080d5f9
 SHA512 
97e6cc6253c52bc4d5697210004dcaea775f2537db81cfa2131be149b53cd2e0204f3618d15e2f5bce3b334a75525cc220a8b05f61a4aa3a0979608ec8f0a8d2
+DIST kodi-game-libretro-nestopia-1.50.0.9.tar.gz 793618 BLAKE2B 
367dde5b556dca45b86b94ae4592d2a07d63b5b136ec77e32d51cbc9ec7cc6e6ba48b409d66984e54988e79bdf8034cde871cd4898b1c3673830a06692fadeff
 SHA512 
1bac70812ecf58f74adcebbe9bb0520eee5eb070b307b79d9c0b7c2d5393b7191eea89b8a8b490c4626701993164b142864c999abb34f525d7e73a673c60b5a4

diff --git 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.9.ebuild
 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.9.ebuild
new file mode 100644
index 000..8bacdf0fb1d
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Nestopia GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.nestopia;
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.nestopia.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.nestopia/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.nestopia-${PV}-${CODENAME}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   games-emulation/libretro-nestopia
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+src_prepare() {
+   echo 'find_library(NESTOPIA_LIB NAMES 
nestopia_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-nestopia.cmake" || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-vfs-libarchive/

2020-03-29 Thread Craig Andrews
commit: 5d26d59ae76267292359dbaec09c1e4881e62e76
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 30 01:20:46 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 30 01:21:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d26d59a

media-plugins/kodi-vfs-libarchive: 1.0.7 version bump

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

 media-plugins/kodi-vfs-libarchive/Manifest |  1 +
 .../kodi-vfs-libarchive-1.0.7.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-vfs-libarchive/Manifest 
b/media-plugins/kodi-vfs-libarchive/Manifest
index ec367de99cd..f1d898e58c3 100644
--- a/media-plugins/kodi-vfs-libarchive/Manifest
+++ b/media-plugins/kodi-vfs-libarchive/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-vfs-libarchive-1.0.2.tar.gz 21985 BLAKE2B 
0d3b8d7405cc7ea1a766a138b4327de295811f248ba50ab085d223406e172607ff08e1cd395b8d421e8f81a7339e9f053a4542567007803ea6285b52907d2264
 SHA512 
fec6506e4e85da9cde8fb5b800486cd95666bfcf834e4da9331ee67ff35880507175249229504fd3e10d3b3b475ffc8d1bd90d5c5ad0d3457dc5cf01eff36f83
 DIST kodi-vfs-libarchive-1.0.5.tar.gz 32808 BLAKE2B 
f822cfb188d5d6ff2f5237fc3d242b7e9095d967314d9701a1a1635ff7865b9fd4d836686af5dd6afc90fd52c097952937d0ed7c02eb56c4c51b335d8f9b328c
 SHA512 
3d9c5d1b8cba0545ca2b30a3a72d2ed930324329968f17a1fe3c145b54632d8d60dee45efdc1d7e74f7872503ce893101c71b6d9063b372de912a60980c762c7
 DIST kodi-vfs-libarchive-1.0.6.tar.gz 47484 BLAKE2B 
ed0140b6266884c277f58d33280942cd2274e9b07a73a6471a58eb0fff54836d54c8956921617fc92e332d318451af6fb58df85ee5be2fc20c8d1c359c1d6126
 SHA512 
395f226640fca5adc31a3dc12e99c25bf379d531f5ee972a8c087afeda6d872add1aef8bd66aabed53671a6657ea223a998521902a7ce8c9d4c96384272b8b2b
+DIST kodi-vfs-libarchive-1.0.7.tar.gz 53326 BLAKE2B 
ad9088f04cc4b4ec19b10535bcff3d2c8d4fc33eb0751f7d97be95d68db9359a9598be806e03da427cd7a0d75c26ba09be06c1277f1e235900ae00240fe6e2c2
 SHA512 
982d691e290aa3aed5c9822903a540a13a5f65f3b85d52987ee2bedfcd06faee7bd7745d8e614a5e6502f102e637baed111e60b371294b658ea1f733623ad53a

diff --git a/media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-1.0.7.ebuild 
b/media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-1.0.7.ebuild
new file mode 100644
index 000..7a993c6932b
--- /dev/null
+++ b/media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-1.0.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Libarchive VFS add-on for Kodi"
+HOMEPAGE="https://github.com/xbmc/vfs.libarchive;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/vfs.libarchive.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/xbmc/vfs.libarchive/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/vfs.libarchive-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="libressl"
+
+DEPEND="
+   app-arch/libarchive[bzip2,lz4,lzma,lzo,zlib]
+   app-arch/lzma
+   app-arch/bzip2
+   sys-libs/zlib
+   app-arch/lz4
+   dev-libs/lzo:2
+   !libressl? ( >=dev-libs/openssl-1.0.2l:0= )
+   libressl? (
+   dev-libs/libressl:0=
+   app-arch/libarchive[libressl]
+   )
+   =media-tv/kodi-18*
+   "



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

2020-03-29 Thread Thomas Deutschmann
commit: d3de56916d4e624ed2725fa532833674ce73137e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 30 01:18:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 30 01:18:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3de5691

dev-util/cbindgen: bump to v0.13.2

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

 dev-util/cbindgen/Manifest   |  1 +
 dev-util/cbindgen/cbindgen-0.13.2.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-util/cbindgen/Manifest b/dev-util/cbindgen/Manifest
index f88c36bbb1a..7778a79e68c 100644
--- a/dev-util/cbindgen/Manifest
+++ b/dev-util/cbindgen/Manifest
@@ -3,6 +3,7 @@ DIST atty-0.2.13.crate 4764 BLAKE2B 
673eea1d377fc3aca792a3a8bd2a5c058f3041abc76a
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST c2-chacha-0.2.3.crate 13336 BLAKE2B 
0b548907ce4c9ee502ec96307ca003d168e8bcf9007ec667661d158f33de36fc2e832cb3c36cadc2523f6ba8b9aeff4dcb16e7f95a9a34ae02e8bd5d00f65cf2
 SHA512 
302498f75d1befdb8bf8b61d0eff2762f0e86000c3909d819a377be2fec72e830bfb4530e24059906b499cef17ab56229f5627fb998ad9ba34a7c6c0de748538
 DIST cbindgen-0.13.1.crate 155690 BLAKE2B 
c5a4de672e932f10a571655ddc6e2c9b938ac128285e147e251711b05c814d39322dcf0de16bba17cca4524ab22871f30a18e1ac8afc7c81c4412b39afa9690c
 SHA512 
faaf76c95e3111931fbe044909be385c2af3366ee07cd4c5d9aeb02a9715ff75c3a78370a3b5c50af145970851feadb2aef983ff0c3aaae63626d25f40a656b8
+DIST cbindgen-0.13.2.crate 160484 BLAKE2B 
9c69f957305c3bd2c3056b45875dd2115309f01541bec4bce718f5d843dfb5b3bb6746474fe8149c42c194922ff618d9e3f6cfff13f7cf9069afb81d2da3e569
 SHA512 
2e894c6cf2b08321418ef78228fbebb5f504aea1576b8e159b4d8d66442cb65cee4f611f0ce13fa58539c08fe21932358fcfead52acbe5413adc9fdba05faf66
 DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
 DIST clap-2.33.0.crate 196458 BLAKE2B 
3bb62d817afc77b421a6282746b9b61367d224de6b614c7ed66bde452ce1046728077dab3368a46635b5c74d82ba3196586d87c0201478ce5b89638910dadb1a
 SHA512 
f1075031414d48e4340bfe308904a95a31b72460724773c52a0bc8c004e625a04c904a39fc5420cb8c26a633321f9b5f4f69019c7aae5ed89900b63ed8c21a91
 DIST getrandom-0.1.13.crate 24581 BLAKE2B 
a61df4369526f860eef6952a021c3f473562cc4171c373c105d8944c305370592cd98a6c28cc0f8d00496f6b47cb900a4498dad942d0b6f60b4d8163d8904f14
 SHA512 
534b01d28bc9e69a5ad1e84f34aa4154939c27d70c5f557f15e669fa8894c375486ee945a6a6d8adaf1b6b7accda0e24963f70e77dd51ee0638a6ae6daa38925

diff --git a/dev-util/cbindgen/cbindgen-0.13.2.ebuild 
b/dev-util/cbindgen/cbindgen-0.13.2.ebuild
new file mode 100644
index 000..f53ffd30e41
--- /dev/null
+++ b/dev-util/cbindgen/cbindgen-0.13.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2017-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+CRATES="
+ansi_term-0.11.0
+atty-0.2.13
+bitflags-1.2.1
+c2-chacha-0.2.3
+cbindgen-0.13.2
+cfg-if-0.1.10
+clap-2.33.0
+getrandom-0.1.13
+itoa-0.4.4
+libc-0.2.66
+log-0.4.8
+ppv-lite86-0.2.6
+proc-macro2-1.0.6
+quote-1.0.2
+rand-0.7.2
+rand_chacha-0.2.1
+rand_core-0.5.1
+rand_hc-0.2.0
+redox_syscall-0.1.56
+remove_dir_all-0.5.2
+ryu-1.0.2
+serde-1.0.104
+serde_derive-1.0.104
+serde_json-1.0.44
+strsim-0.8.0
+syn-1.0.11
+tempfile-3.1.0
+textwrap-0.11.0
+toml-0.5.5
+unicode-width-0.1.7
+unicode-xid-0.2.0
+vec_map-0.8.1
+wasi-0.7.0
+winapi-0.3.8
+winapi-i686-pc-windows-gnu-0.4.0
+winapi-x86_64-pc-windows-gnu-0.4.0
+"
+
+inherit cargo
+
+DESCRIPTION="A tool for generating C bindings to Rust code"
+HOMEPAGE="https://github.com/eqrion/cbindgen/;
+SRC_URI="$(cargo_crate_uris ${CRATES})"
+LICENSE="MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"



[gentoo-commits] proj/kde:master commit in: media-sound/elisa/

2020-03-29 Thread Andreas Sturmlechner
commit: 879550836a1eed6bf7d9137a2bcec6b79f48ada0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 30 00:27:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 30 00:27:12 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=87955083

media-sound/elisa: Re-add missing KDE_RELEASE_SERVICE="true"

Somehow this didn't make it into the  ebuild originally.

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

 media-sound/elisa/elisa-20.03.80.ebuild  | 1 +
 media-sound/elisa/elisa-20.04.49..ebuild | 1 +
 media-sound/elisa/elisa-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/media-sound/elisa/elisa-20.03.80.ebuild 
b/media-sound/elisa/elisa-20.03.80.ebuild
index 851b9a696c..27b85b62d5 100644
--- a/media-sound/elisa/elisa-20.03.80.ebuild
+++ b/media-sound/elisa/elisa-20.03.80.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
+KDE_RELEASE_SERVICE="true"
 KFMIN=5.68.0
 QTMIN=5.12.3
 inherit ecm kde.org

diff --git a/media-sound/elisa/elisa-20.04.49..ebuild 
b/media-sound/elisa/elisa-20.04.49..ebuild
index eb286c7927..99f354bc1a 100644
--- a/media-sound/elisa/elisa-20.04.49..ebuild
+++ b/media-sound/elisa/elisa-20.04.49..ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
+KDE_RELEASE_SERVICE="true"
 KFMIN=5.68.0
 QTMIN=5.12.3
 inherit ecm kde.org

diff --git a/media-sound/elisa/elisa-.ebuild 
b/media-sound/elisa/elisa-.ebuild
index eb286c7927..99f354bc1a 100644
--- a/media-sound/elisa/elisa-.ebuild
+++ b/media-sound/elisa/elisa-.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
+KDE_RELEASE_SERVICE="true"
 KFMIN=5.68.0
 QTMIN=5.12.3
 inherit ecm kde.org



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

2020-03-29 Thread Piotr Karbowski
commit: e9bd48e80c73728f884f21ea9345178c05be21e5
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar 29 22:07:21 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar 29 22:07:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bd48e8

dev-libs/ncnn-20200226: fix DoubleEmptyLine CI warning.

Signed-off-by: Piotr Karbowski  gentoo.org>

 dev-libs/ncnn/ncnn-20200226.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/ncnn/ncnn-20200226.ebuild 
b/dev-libs/ncnn/ncnn-20200226.ebuild
index 2be03e68430..ac9c8320e99 100644
--- a/dev-libs/ncnn/ncnn-20200226.ebuild
+++ b/dev-libs/ncnn/ncnn-20200226.ebuild
@@ -15,7 +15,6 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-
 DEPEND="
dev-util/glslang
dev-util/vulkan-headers"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/waifu2x-ncnn-vulkan/

2020-03-29 Thread Piotr Karbowski
commit: 28689869878a7210074e88e803b58c4771c13f4f
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar 29 22:05:13 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar 29 22:06:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28689869

media-gfx/waifu2x-ncnn-vulkan-20200224: fix DoubleEmptyLine & TrailingEmptyLine

Signed-off-by: Piotr Karbowski  gentoo.org>

 media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild 
b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild
index bd150b371ec..77225416ea8 100644
--- a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild
+++ b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild
@@ -15,7 +15,6 @@ LICENSE="MIT"
 SLOT="0"
 IUSE=""
 
-
 DEPEND="
dev-libs/ncnn
media-libs/vulkan-loader"
@@ -39,4 +38,3 @@ src_install() {
insinto "/usr/share/${PN}"
doins -r models/*
 }
-



[gentoo-commits] repo/gentoo:master commit in: media-fonts/infinality-ultimate-meta/

2020-03-29 Thread Chí-Thanh Christopher Nguyễn
commit: 1b1fb7dadb870eb3c87867fdca57e40ceec87d4d
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Sun Mar 29 22:01:49 2020 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Sun Mar 29 22:01:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1fb7da

media-fonts/infinality-ultimate-meta: no longer depend on last-rited font

media-fonts/symbola was masked for removal #715226

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Chí-Thanh Christopher Nguyễn  gentoo.org>

 media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild 
b/media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild
index 260c7b03341..c5e56719742 100644
--- a/media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild
+++ b/media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild
@@ -28,7 +28,6 @@ RDEPEND="media-libs/fontconfig-ultimate
media-fonts/courier-prime
media-fonts/dejavu
media-fonts/signika
-   media-fonts/symbola
media-fonts/tex-gyre
!minimal? (
media-fonts/cantarell



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

2020-03-29 Thread James Le Cuirot
commit: 742150467ecca03c7aa2cae1069247326322f9df
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Mar 29 21:54:21 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Mar 29 21:54:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74215046

dev-util/imediff2: Add ~arm keyword

Tested and working.

Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/dev-util/imediff2/imediff2-1.1.2-r5.ebuild 
b/dev-util/imediff2/imediff2-1.1.2-r5.ebuild
index a6ac1bd2e64..367b5313edf 100644
--- a/dev-util/imediff2/imediff2-1.1.2-r5.ebuild
+++ b/dev-util/imediff2/imediff2-1.1.2-r5.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://debian/pool/main/i/${PN}/${MY_P}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"



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

2020-03-29 Thread Piotr Karbowski
commit: 8acf0084ae7d11011f8e6587231d7474ab870781
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar 29 21:47:00 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar 29 21:48:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acf0084

net-vpn/networkmanager-sstp-1.2.0: depend on app-crypt/libsecret.

And drop gnome-base/libgnome-keyring dependency.

Closes: https://bugs.gentoo.org/713038
Signed-off-by: Piotr Karbowski  gentoo.org>

 net-vpn/networkmanager-sstp/networkmanager-sstp-1.2.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-vpn/networkmanager-sstp/networkmanager-sstp-1.2.0.ebuild 
b/net-vpn/networkmanager-sstp/networkmanager-sstp-1.2.0.ebuild
index 4000b416376..cfd469aae6b 100644
--- a/net-vpn/networkmanager-sstp/networkmanager-sstp-1.2.0.ebuild
+++ b/net-vpn/networkmanager-sstp/networkmanager-sstp-1.2.0.ebuild
@@ -23,8 +23,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.74
net-dialup/ppp:=
gtk? (
x11-libs/gtk+:3
-   gnome-base/gnome-keyring
-   gnome-base/libgnome-keyring
+   app-crypt/libsecret
)
 "
 



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/jdqz/

2020-03-29 Thread Alessandro Barbieri
commit: 088d3102851d1ea6a5954ab5e4dedb52239bf5b7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Mar 29 14:58:11 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Mar 29 14:59:05 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=088d3102

sci-libs/jdqz: mew package

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/jdqz/Manifest   |  1 +
 sci-libs/jdqz/jdqz-1997.11.07.ebuild | 66 
 sci-libs/jdqz/metadata.xml   |  9 +
 3 files changed, 76 insertions(+)

diff --git a/sci-libs/jdqz/Manifest b/sci-libs/jdqz/Manifest
new file mode 100644
index 000..b59a985
--- /dev/null
+++ b/sci-libs/jdqz/Manifest
@@ -0,0 +1 @@
+DIST jdqz-1997.11.07.tar.gz 15428 BLAKE2B 
7d6fcc29a3ed8d055a49b580823e27286135bd1df59382240b742eb60be07953b9a7c64f11091eea2ad5f04a7ba79a726a7f12897798dd5136c6331aa81bac4d
 SHA512 
9eaf1213c46090fcd133b33bc8e859d32078ade86c9a20eda1c0fb21547aa2f851014cff44d8ada0406cd771892b661e4c03ff7eb4cd3a492997f32f7eb328c3

diff --git a/sci-libs/jdqz/jdqz-1997.11.07.ebuild 
b/sci-libs/jdqz/jdqz-1997.11.07.ebuild
new file mode 100644
index 000..08e7ab7
--- /dev/null
+++ b/sci-libs/jdqz/jdqz-1997.11.07.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic fortran-2
+
+DESCRIPTION="Jacobi-Davidson type method for the generalized standard 
eigenvalue problem."
+HOMEPAGE="https://www.win.tue.nl/casa/research/scientificcomputing/topics/jd/software.html;
+SRC_URI="https://www.win.tue.nl/casa/research/scientificcomputing/topics/jd/${PN}.tar.gz
 -> ${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   virtual/blas
+   virtual/lapack
+"
+RDEPEND="${DEPEND}"
+BDEPEND="doc? ( dev-texlive/texlive-latex )"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+   libs="$($(tc-getPKG_CONFIG) --libs blas)"
+   libs+=" $($(tc-getPKG_CONFIG) --libs lapack)"
+
+   export libs
+
+   sed -i 's/f77/${F77}/g' jdtest/Makefile || die
+   sed -i '/FFLAGS/d' jdtest/Makefile || die
+   sed -i 's/-u -O/-u ${FFLAGS}/g' jdtest/Makefile || die
+
+   sed -i "s/-llapack -lblas/${libs}/" jdtest/Makefile || die
+
+   default
+}
+
+src_compile() {
+   use doc && pdflatex manual.tex || die
+
+   cd jdlib
+
+   echo '#!/bin/sh' > make.sh || die
+   echo "${FC}" *.f "${FFLAGS} -shared -fPIC -Wl,-soname,libjdqz.so.0 -lm 
${libs} ${LDFLAGS} -o libjdqz.so.0" >> make.sh || die
+   chmod +x make.sh || die
+
+   ./make.sh || die
+   ln -s libjdqz.so.0 libjdqz.so || die
+
+   cd ../jdtest
+   use test && emake
+}
+
+src_test() {
+   LD_LIBRARY_PATH="./jdlib" ./jdtest/example || die
+}
+
+src_install() {
+   dolib.so jdlib/libjdqz.so
+   dolib.so jdlib/libjdqz.so.0
+
+   use doc && dodoc manual.pdf
+}

diff --git a/sci-libs/jdqz/metadata.xml b/sci-libs/jdqz/metadata.xml
new file mode 100644
index 000..a6bd263
--- /dev/null
+++ b/sci-libs/jdqz/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   Jacobi-Davidson type method for the generalized 
standard eigenvalue problem. Choice of standard or harmonic Rayleigh-Ritz for 
the extraction. Choice of GMRES or BiCGstab(l) for solving the correction 
equation.
+



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

2020-03-29 Thread Marek Szuba
commit: 37c9e4d5014a4d93d358432c931783146cd20a1e
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Mar 29 21:37:01 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Mar 29 21:39:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c9e4d5

sys-auth/rtkit: do not use assembly for introspection data

Backport of an upstream change to 0.12.

Closes: https://bugs.gentoo.org/715146
Signed-off-by: Marek Szuba  gentoo.org>

 .../files/rtkit-0.12_introspection_no_asm.patch| 245 +
 sys-auth/rtkit/rtkit-0.12-r1.ebuild|  49 +
 2 files changed, 294 insertions(+)

diff --git a/sys-auth/rtkit/files/rtkit-0.12_introspection_no_asm.patch 
b/sys-auth/rtkit/files/rtkit-0.12_introspection_no_asm.patch
new file mode 100644
index 000..5f634da8520
--- /dev/null
+++ b/sys-auth/rtkit/files/rtkit-0.12_introspection_no_asm.patch
@@ -0,0 +1,245 @@
+Backport of the upstream commit 7f24c26b6e6b5be0f50b42f86bbc7c43630687c9
+to 0.12 + include pre-generated C file for this release.
+
+--- a/configure.ac
 b/configure.ac
+@@ -51,7 +51,6 @@
+ AC_PROG_GCC_TRADITIONAL
+ AC_USE_SYSTEM_EXTENSIONS
+ AC_SYS_LARGEFILE
+-AM_PROG_AS
+ 
+ # GCC flags
+ 
+@@ -125,6 +124,11 @@
+ AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
+ AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir"])
+ 
++AC_PATH_PROG([XXD], [xxd], [xxd])
++if test "$XXD" = xxd; then
++AC_MSG_WARN([xxd not found, cannot compile introspection XML])
++fi
++
+ ###
+ #Output   #
+ ###
+--- a/Makefile.am
 b/Makefile.am
+@@ -63,7 +63,7 @@
+ rtkit_daemon_SOURCES = \
+   rtkit-daemon.c \
+   rtkit.h \
+-  xml-introspection.S
++  xml-introspection.c
+ rtkit_daemon_LDADD = \
+   $(DBUS_LIBS) \
+   $(LIBSYSTEMD_LIBS)
+@@ -94,7 +94,10 @@
+ rtkit-daemon.service: rtkit-daemon.service.in
+   $(AM_V_GEN)sed -e 's,@LIBEXECDIR\@,$(libexecdir),g' < $< > $@
+ 
+-xml-introspection.o: org.freedesktop.RealtimeKit1.xml
++xml-introspection.c: org.freedesktop.RealtimeKit1.xml
++  @echo 'const char introspect_xml[] = {' > $@
++  $(AM_V_GEN)$(XXD) -i < $< >> $@
++  @echo '};' >> $@
+ 
+ man8_MANS = rtkitctl.8
+ 
+--- /dev/null
 b/xml-introspection.c
+@@ -0,0 +1,184 @@
++const char introspect_xml[] = {
++  0x3c, 0x21, 0x44, 0x4f, 0x43, 0x54, 0x59, 0x50, 0x45, 0x20, 0x6e, 0x6f,
++  0x64, 0x65, 0x20, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x20, 0x22, 0x2d,
++  0x2f, 0x2f, 0x66, 0x72, 0x65, 0x65, 0x64, 0x65, 0x73, 0x6b, 0x74, 0x6f,
++  0x70, 0x2f, 0x2f, 0x44, 0x54, 0x44, 0x20, 0x44, 0x2d, 0x42, 0x55, 0x53,
++  0x20, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x49, 0x6e, 0x74, 0x72,
++  0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x31, 0x2e,
++  0x30, 0x2f, 0x2f, 0x45, 0x4e, 0x22, 0x0a, 0x22, 0x68, 0x74, 0x74, 0x70,
++  0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x66, 0x72, 0x65, 0x65, 0x64,
++  0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x73,
++  0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x73, 0x2f, 0x64, 0x62, 0x75,
++  0x73, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73,
++  0x70, 0x65, 0x63, 0x74, 0x2e, 0x64, 0x74, 0x64, 0x22, 0x3e, 0x0a, 0x3c,
++  0x6e, 0x6f, 0x64, 0x65, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
++  0x20, 0x20, 0x3c, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65,
++  0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x6f, 0x72, 0x67, 0x2e, 0x66,
++  0x72, 0x65, 0x65, 0x64, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x2e, 0x52,
++  0x65, 0x61, 0x6c, 0x74, 0x69, 0x6d, 0x65, 0x4b, 0x69, 0x74, 0x31, 0x22,
++  0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
++  0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x68, 0x6f,
++  0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x4d, 0x61, 0x6b, 0x65,
++  0x54, 0x68, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x61, 0x6c, 0x74, 0x69,
++  0x6d, 0x65, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
++  0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
++  0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x61, 0x72, 0x67, 0x20, 0x6e, 0x61,
++  0x6d, 0x65, 0x3d, 0x22, 0x74, 0x68, 0x72, 0x65, 0x61, 0x64, 0x22, 0x20,
++  0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x22, 0x20, 0x64, 0x69, 0x72,
++  0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3d, 0x22, 0x69, 0x6e, 0x22, 0x2f,
++  0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
++  0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
++  0x20, 0x20, 0x3c, 0x61, 0x72, 0x67, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d,
++  0x22, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 0x20, 0x74,
++  0x79, 0x70, 0x65, 0x3d, 0x22, 0x75, 0x22, 0x20, 0x64, 0x69, 0x72, 0x65,
++  0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3d, 0x22, 0x69, 0x6e, 0x22, 0x2f, 0x3e,
++  0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
++  

[gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/files/, app-backup/borgmatic/

2020-03-29 Thread Marek Szuba
commit: 4961db15c6560f10fa685ccd9e19d83b3ed883c1
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Mar 29 20:46:53 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Mar 29 21:39:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4961db15

app-backup/borgmatic: install systemd units

Signed-off-by: Marek Szuba  gentoo.org>

 app-backup/borgmatic/borgmatic-1.5.1-r1.ebuild | 65 ++
 .../borgmatic-1.5.1-systemd_service_bin_path.patch |  8 +++
 2 files changed, 73 insertions(+)

diff --git a/app-backup/borgmatic/borgmatic-1.5.1-r1.ebuild 
b/app-backup/borgmatic/borgmatic-1.5.1-r1.ebuild
new file mode 100644
index 000..d5b11aab9bb
--- /dev/null
+++ b/app-backup/borgmatic/borgmatic-1.5.1-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+inherit distutils-r1 systemd
+
+DESCRIPTION="Automatically create, prune and verify backups with borgbackup"
+HOMEPAGE="https://torsion.org/borgmatic/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="${PYTHON_DEPS}
+   dev-python/colorama[${PYTHON_USEDEP}]
+   >=dev-python/pykwalify-1.6.0[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   

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

2020-03-29 Thread Marek Szuba
commit: 099134914860b99bf27462725a571fcb02c576dc
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Mar 29 21:42:44 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Mar 29 21:42:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09913491

sys-auth/rtkit: remove version using non-portable assembly

Signed-off-by: Marek Szuba  gentoo.org>

 sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch | 10 -
 sys-auth/rtkit/rtkit-0.12.ebuild  | 49 ---
 2 files changed, 59 deletions(-)

diff --git a/sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch 
b/sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch
deleted file mode 100644
index f156422f8f6..000
--- a/sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/xml-introspection.S
-+++ b/xml-introspection.S
-@@ -1,3 +1,7 @@
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
-+
- .section .rodata
- .global introspect_xml
- .type introspect_xml, @object

diff --git a/sys-auth/rtkit/rtkit-0.12.ebuild b/sys-auth/rtkit/rtkit-0.12.ebuild
deleted file mode 100644
index e37504af139..000
--- a/sys-auth/rtkit/rtkit-0.12.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools linux-info
-
-DESCRIPTION="Realtime Policy and Watchdog Daemon"
-HOMEPAGE="https://0pointer.de/blog/projects/rtkit;
-SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz;
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="systemd"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="acct-group/rtkit
-   acct-user/rtkit
-   sys-apps/dbus
-   sys-auth/polkit
-   sys-libs/libcap
-   systemd? ( sys-apps/systemd )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.12_libsystemd_optional.patch
-   "${FILESDIR}"/${PN}-0.12_noexecstack.patch
-)
-
-pkg_pretend() {
-   if use kernel_linux; then
-   CONFIG_CHECK="~!RT_GROUP_SCHED"
-   ERROR_RT_GROUP_SCHED="CONFIG_RT_GROUP_SCHED is enabled. 
rtkit-daemon (or any other "
-   ERROR_RT_GROUP_SCHED+="real-time task) will not work unless run 
as root. Please consider "
-   ERROR_RT_GROUP_SCHED+="unsetting this option."
-   check_extra_config
-   fi
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable systemd systemd-integration)
-}



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

2020-03-29 Thread Marek Szuba
commit: e15e842a813883cab89ccbf012efc85a4ab680fa
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Mar 29 21:44:57 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Mar 29 21:44:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15e842a

profiles/arch/arm: remove mask for removed =sys-auth/rtkit-0.12

Signed-off-by: Marek Szuba  gentoo.org>

 profiles/arch/arm/package.mask | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index d79637c282d..25107630e0b 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -1,13 +1,6 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Marek Szuba  (2020-03-28)
-# Includes an assembly file which is not arm-compatible.
-# Will no longer be an issue from 0.13 onwards, where
-# introspection data is an xxd-generated C array.
-# https://bugs.gentoo.org/715146
-=sys-auth/rtkit-0.12
-
 # Bernardo Meurer  (2019-09-28)
 # Requires app-crypt/tpm2-tss which is pending ~arm vide
 # https://bugs.gentoo.org/695758



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

2020-03-29 Thread Sergei Trofimovich
commit: 1fa22e0b793e7ea612eb624b870df7ef434e4485
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:15:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa22e0b

www-servers/tornado: keyworded 6.0.3-r1 for ppc64, bug #713276

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 www-servers/tornado/tornado-6.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tornado/tornado-6.0.3-r1.ebuild 
b/www-servers/tornado/tornado-6.0.3-r1.ebuild
index 0b9a57781bd..05f500879b8 100644
--- a/www-servers/tornado/tornado-6.0.3-r1.ebuild
+++ b/www-servers/tornado/tornado-6.0.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: d71cc89a4e75261928250e7348bec65a1e8bc102
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71cc89a

dev-python/urllib3: keyworded 1.25.8 for ppc64, bug #711762

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/urllib3/urllib3-1.25.8.ebuild 
b/dev-python/urllib3/urllib3-1.25.8.ebuild
index a223d97087c..4e96efa3919 100644
--- a/dev-python/urllib3/urllib3-1.25.8.ebuild
+++ b/dev-python/urllib3/urllib3-1.25.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc64 ~sparc x86"
 IUSE="brotli test"
 RESTRICT="!test? ( test )"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: 34f1e88d8c5545f855d1db3d7b8d4dee9581b7f1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:15:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f1e88d

dev-python/pytest-virtualenv: keyworded 1.7.0 for ppc64, bug #711846

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild 
b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
index 9716be1c20e..0534aa76500 100644
--- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
+++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]



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

2020-03-29 Thread Sergei Trofimovich
commit: 6bf309dddc6cf63a7033f3a46f18d95aa801ca76
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf309dd

dev-python/pyaes: keyworded 1.6.1-r2 for ppc64, bug #710396

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pyaes/pyaes-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild 
b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild
index 7914325f8de..00aab640809 100644
--- a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild
+++ b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/readthedocs-sphinx-ext/

2020-03-29 Thread Sergei Trofimovich
commit: 4abbee22a3d65c081bf4b75fb395e602e4f94ba2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abbee22

dev-python/readthedocs-sphinx-ext: keyworded 1.0.1-r1 for ppc64, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
index 1be59c23615..b62267cf79b 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-29 Thread Sergei Trofimovich
commit: 1f7dff838f1034b6efd40f23db9c3cba644b8fb8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:17:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7dff83

dev-python/ndg-httpsclient: keyworded 0.5.1 for ppc64, bug #710396

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild 
b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
index 7c74a4e4841..748d0299bf3 100644
--- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
+++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${P/-/_}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
 
 RDEPEND="
dev-python/pyaes[${PYTHON_USEDEP}]



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

2020-03-29 Thread Sergei Trofimovich
commit: c3d594bf7f321fa0386bd6007a417461cf304f88
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d594bf

sys-libs/libfaketime: keyworded 0.9.8 for ppc64, bug #710396

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-libs/libfaketime/libfaketime-0.9.8.ebuild 
b/sys-libs/libfaketime/libfaketime-0.9.8.ebuild
index 1eeb94e84fd..67705879c3a 100644
--- a/sys-libs/libfaketime/libfaketime-0.9.8.ebuild
+++ b/sys-libs/libfaketime/libfaketime-0.9.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wolfcw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 
 src_prepare() {
default



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

2020-03-29 Thread Sergei Trofimovich
commit: 582475ec809190b23c6cb8d4f86211fba9bdc4a0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:16:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582475ec

dev-python/passlib: keyworded 1.7.2 for ppc64, bug #689608

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/passlib/passlib-1.7.2.ebuild 
b/dev-python/passlib/passlib-1.7.2.ebuild
index 0b63f212681..0838a5c3127 100644
--- a/dev-python/passlib/passlib-1.7.2.ebuild
+++ b/dev-python/passlib/passlib-1.7.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://bitbucket.org/ecollins/passlib/wiki/Home/;
 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE="+bcrypt doc +scrypt +totp"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: fd5c2ac95d79e4ccbf4d1abc46bae096a4a1a7cc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:17:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5c2ac9

dev-python/pytest-shutil: keyworded 1.7.0 for ppc64, bug #711846

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild | 2 +-
 dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild 
b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
index 4869ed876d7..279e8cfdce9 100644
--- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
+++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild 
b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
index 60f305e0ce1..bc4bb1209da 100644
--- a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
+++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: 2950bf78218c0ec4cf78e68be201cdbf54835c0f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:15:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2950bf78

dev-python/termcolor: keyworded 1.1.0-r2 for ppc64, bug #711846

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild 
b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
index ae86c93f27f..e3ac891cf57 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 # no tests...
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/

2020-03-29 Thread Sergei Trofimovich
commit: f245c5722a8fd531c16818ff7e217bca6a1bc234
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f245c572

dev-python/sphinx-notfound-page: keyworded 0.4 for ppc64, bug #689608

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild 
b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild
index 8cf4036c391..a87d5b2f13a 100644
--- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild
+++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-03-29 Thread Sergei Trofimovich
commit: f0981179db3801471c40986af0485f442fb82849
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:15:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0981179

dev-python/sphinxcontrib-asyncio: keyworded 0.2.0-r2 for ppc64, bug #713276

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild 
b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
index 99fa65ff2b6..9fa28826b1f 100644
--- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 DEPEND="



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

2020-03-29 Thread Sergei Trofimovich
commit: cabea11ddbc8d151b4fffee477c974449096c0f7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:13:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabea11d

dev-python/scrypt: keyworded 0.8.13-r2 for ppc64, bug #689608

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/scrypt/scrypt-0.8.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild 
b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild
index caf35634258..9bf87b315f1 100644
--- a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://bitbucket.org/mhallin/py-scrypt/wiki/Home/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE="test doc"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: c1384a8abaf3028a7a96b1d0811527d4224a628f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:15:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1384a8a

dev-python/pytest-virtualenv: keyworded 1.7.0-r1 for ppc64, bug #711846

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r1.ebuild 
b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r1.ebuild
index 7b4bdec7285..d2d06730d85 100644
--- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r1.ebuild
+++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]



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

2020-03-29 Thread Sergei Trofimovich
commit: cabdcca54ab911166f174438f8d77ea1b16289ec
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:15:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabdcca5

dev-python/rfc3339-validator: keyworded 0.1.2 for ppc64, bug #715120

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild 
b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
index 0b5640bc186..7284229275f 100644
--- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
+++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/naimetti/rfc3339-validator/archive/v0.1.2.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/strict-rfc3339[${PYTHON_USEDEP}]"



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

2020-03-29 Thread Sergei Trofimovich
commit: ad10ef387415d4c4178288570630f683aa5aa3a9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:47 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad10ef38

dev-python/trustme: keyworded 0.6.0 for ppc64, bug #711762

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/trustme/trustme-0.6.0.ebuild 
b/dev-python/trustme/trustme-0.6.0.ebuild
index e58d19dfed3..747f9582143 100644
--- a/dev-python/trustme/trustme-0.6.0.ebuild
+++ b/dev-python/trustme/trustme-0.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/idna[${PYTHON_USEDEP}]



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

2020-03-29 Thread Sergei Trofimovich
commit: b95c56f9a8f7204f229badb680c596f143f90de6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:16:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95c56f9

app-admin/ansible: keyworded 2.9.6 for ppc64, bug #689608

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/ansible/ansible-2.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-2.9.6.ebuild 
b/app-admin/ansible/ansible-2.9.6.ebuild
index 73f6fb55df5..8c8b3a94804 100644
--- a/app-admin/ansible/ansible-2.9.6.ebuild
+++ b/app-admin/ansible/ansible-2.9.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
 IUSE="doc test"
 RESTRICT="test"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: 22049523459afc5b663b8f5828ec79a0f77416cd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:16:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22049523

dev-python/rfc3986-validator: keyworded 0.1.1 for ppc64, bug #715120

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild 
b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
index 2382ecab431..0b479e467a3 100644
--- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
+++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-python/rfc3987[${PYTHON_USEDEP}]"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: 5c80f92251aa06422a98e9cb1e9574d77fcd831c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c80f922

dev-python/sphinx_rtd_theme: keyworded 0.4.3 for ppc64, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3.ebuild
index 9490d31a9b8..7a4c169a924 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 IUSE=""
 
 PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/readthedocs-sphinx-ext/

2020-03-29 Thread Sergei Trofimovich
commit: 0a9aeb3d11d5cf66a064e1152008d85176ddccfb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9aeb3d

dev-python/readthedocs-sphinx-ext: keyworded 1.0.1 for ppc64, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
index 5d2d1efd298..7d9cc0129f1 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-03-29 Thread Sergei Trofimovich
commit: e527bd94ef6ff4f03c0b5d87a8ae16a14a262067
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e527bd94

dev-python/brotlipy: keyworded 0.7.0 for ppc64, bug #711762

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild 
b/dev-python/brotlipy/brotlipy-0.7.0.ebuild
index 764d2b34451..8fc7dcb8a0f 100644
--- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild
+++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: 3af055022a33ed2ba4fe4ae7a5baf21b7f1ee629
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:13:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af05502

dev-python/netaddr: keyworded 0.7.19 for ppc64, bug #689608

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/netaddr/netaddr-0.7.19.ebuild 
b/dev-python/netaddr/netaddr-0.7.19.ebuild
index 97f11e7ee8a..2d4c669bf85 100644
--- a/dev-python/netaddr/netaddr-0.7.19.ebuild
+++ b/dev-python/netaddr/netaddr-0.7.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cli test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="cli? ( || ( $(python_gen_useflags -3) ) )"



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

2020-03-29 Thread Sergei Trofimovich
commit: efb4cfcca7abd2b2758751567ec59fb944f9b40a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb4cfcc

dev-python/sphinx_rtd_theme: keyworded 0.4.3-r1 for ppc64, bug #711622

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
index ff778e1bdbe..09fdce5bcc7 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 IUSE=""
 
 PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2020-03-29 Thread Sergei Trofimovich
commit: d5a8d765c5dce5864467b1cf7114c11622e09e20
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 21:14:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 21:21:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a8d765

sys-apps/colorized-logs: keyworded 2.5 for ppc64, bug #708774

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/colorized-logs/colorized-logs-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/colorized-logs/colorized-logs-2.5.ebuild 
b/sys-apps/colorized-logs/colorized-logs-2.5.ebuild
index 36e9589ea6b..7ad619ed52b 100644
--- a/sys-apps/colorized-logs/colorized-logs-2.5.ebuild
+++ b/sys-apps/colorized-logs/colorized-logs-2.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kilobyte/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND=""



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

2020-03-29 Thread Chí-Thanh Christopher Nguyễn
commit: dfd4ba714bebfec9f325f768542ea060a070a5f7
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Sun Mar 29 21:12:38 2020 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Sun Mar 29 21:14:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd4ba71

profiles/package.mask: last-rite media-fonts/symbola

Bug: https://bugs.gentoo.org/show_bug.cgi?id=715226
Signed-off-by: Chí-Thanh Christopher Nguyễn  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d26cb70ac76..085ce48aa96 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Chí-Thanh Christopher Nguyễn  (2020-03-29)
+# Old releases gone from upstream, new releases use overly restrictive
+# license. For ancient scripts and symbols, use media-fonts/quivira instead.
+# For emojis and pictographs, use media-fonts/noto-emoji instead.
+# Masked for removal in 30 days, bug #715226
+media-fonts/symbola
+
 # Hans de Graaff  (2020-03-29)
 # Old ruby24-only rails version that is no longer supported upstream
 # and has known security issues, including dependencies and slots



[gentoo-commits] repo/gentoo:master commit in: media-gfx/waifu2x-ncnn-vulkan/

2020-03-29 Thread Piotr Karbowski
commit: 7d4385d40469295b6dd16befeb1e3c10d24b3cdd
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar 29 21:06:10 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar 29 21:09:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4385d4

media-gfx/waifu2x-ncnn-vulkan-20200224: new package.

Signed-off-by: Piotr Karbowski  gentoo.org>

 media-gfx/waifu2x-ncnn-vulkan/Manifest |  1 +
 media-gfx/waifu2x-ncnn-vulkan/metadata.xml | 11 ++
 .../waifu2x-ncnn-vulkan-20200224.ebuild| 42 ++
 3 files changed, 54 insertions(+)

diff --git a/media-gfx/waifu2x-ncnn-vulkan/Manifest 
b/media-gfx/waifu2x-ncnn-vulkan/Manifest
new file mode 100644
index 000..95bc6fda03e
--- /dev/null
+++ b/media-gfx/waifu2x-ncnn-vulkan/Manifest
@@ -0,0 +1 @@
+DIST waifu2x-ncnn-vulkan-20200224.tar.gz 34063828 BLAKE2B 
9fa00abd31f0d81dd785be5253e44f5bd4082ae9b2fcae747562eb6c577fd7cccdfeaf7421d09c54119fd36285dffcc68d2889ddc06d1a6ddf47ea418066367e
 SHA512 
13531a186817da99efb60fc0b16d0d3f455d0f2d2c9b4b53ddaedf7c50f622b2e5385e4f5dd29668cf845444b39645f0b7e810ab5084aa1e3ca6dbaf424a4e13

diff --git a/media-gfx/waifu2x-ncnn-vulkan/metadata.xml 
b/media-gfx/waifu2x-ncnn-vulkan/metadata.xml
new file mode 100644
index 000..7c9fd1249e8
--- /dev/null
+++ b/media-gfx/waifu2x-ncnn-vulkan/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   
+   
+   nihui/waifu2x-ncnn-vulkan
+   
+

diff --git a/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild 
b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild
new file mode 100644
index 000..bd150b371ec
--- /dev/null
+++ b/media-gfx/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20200224.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="waifu2x converter using ncnn and vulkan"
+HOMEPAGE="https://github.com/nihui/waifu2x-ncnn-vulkan;
+
+SRC_URI="https://github.com/nihui/waifu2x-ncnn-vulkan/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+
+DEPEND="
+   dev-libs/ncnn
+   media-libs/vulkan-loader"
+
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+#S="${WORKDIR}/${P}/src"
+CMAKE_USE_DIR="${S}/src"
+
+src_prepare() {
+   # Make finding models actually possible.
+   sed -i 's|path_t model = PATHSTR("models-cunet")|path_t model = 
PATHSTR("/usr/share/waifu2x-ncnn-vulkan/models-cunet")|' src/main.cpp\
+
+   cmake_src_prepare
+}
+
+src_install() {
+   dobin "${BUILD_DIR}"/waifu2x-ncnn-vulkan
+
+   insinto "/usr/share/${PN}"
+   doins -r models/*
+}
+



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

2020-03-29 Thread Piotr Karbowski
commit: be41de14dbc751bbe262c2d0afa45cdce2678ced
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar 29 21:04:45 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar 29 21:09:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be41de14

dev-libs/ncnn-20200226: new package.

Signed-off-by: Piotr Karbowski  gentoo.org>

 dev-libs/ncnn/Manifest |  1 +
 dev-libs/ncnn/metadata.xml | 11 +++
 dev-libs/ncnn/ncnn-20200226.ebuild | 35 +++
 3 files changed, 47 insertions(+)

diff --git a/dev-libs/ncnn/Manifest b/dev-libs/ncnn/Manifest
new file mode 100644
index 000..bc627b79369
--- /dev/null
+++ b/dev-libs/ncnn/Manifest
@@ -0,0 +1 @@
+DIST ncnn-20200226.tar.gz 10363010 BLAKE2B 
3f5e22ecffc7d36d7babb8c316eb95785f60b2938672cc2fc4a56ae8e4cc79fef8d498032117998a1813b4a5491b4b99f6941ac41be3fe8d6c6e3276ae46396e
 SHA512 
e91694692e2c48ba4b404b26b382939be62c61e8452a09b8c1cdad351adcda1ea8bd19ded671f6c4c6cf979ccc49c181dd47e501a351fe89ecdf17a5395b3fab

diff --git a/dev-libs/ncnn/metadata.xml b/dev-libs/ncnn/metadata.xml
new file mode 100644
index 000..64723a6c006
--- /dev/null
+++ b/dev-libs/ncnn/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   
+   
+   Tencent/ncnn
+   
+

diff --git a/dev-libs/ncnn/ncnn-20200226.ebuild 
b/dev-libs/ncnn/ncnn-20200226.ebuild
new file mode 100644
index 000..2be03e68430
--- /dev/null
+++ b/dev-libs/ncnn/ncnn-20200226.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A high-performance neural network inference framework"
+HOMEPAGE="https://github.com/Tencent/ncnn;
+
+SRC_URI="https://github.com/Tencent/ncnn/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+
+DEPEND="
+   dev-util/glslang
+   dev-util/vulkan-headers"
+
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+   local mycmakeargs=(
+   
-DCMAKE_TOOLCHAIN_FILE="${S}/toolchains/host.gcc.toolchain.cmake"
+   -DNCNN_BUILD_EXAMPLES=OFF
+   -DNCNN_BUILD_TOOLS=OFF
+   -DNCNN_VULKAN=ON
+   )
+
+   cmake_src_configure
+}



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

2020-03-29 Thread Chí-Thanh Christopher Nguyễn
commit: be61c3297494bba141abd69069e841739149730e
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Sun Mar 29 20:44:20 2020 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Sun Mar 29 20:44:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be61c329

media-fonts/symbola: drop 11.00-r1 due to license restrictions

Bug: https://bugs.gentoo.org/show_bug.cgi?id=715226
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Chí-Thanh Christopher Nguyễn  gentoo.org>

 media-fonts/symbola/Manifest|  2 --
 media-fonts/symbola/symbola-11.00-r1.ebuild | 31 -
 2 files changed, 33 deletions(-)

diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index 660d154f6a1..4b23aae1c81 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -1,4 +1,2 @@
-DIST symbola-11.00.pdf 1610961 BLAKE2B 
be2ed31f7d6e2401d76292a417a1ef4ee2d9974b0ab84abb5febccbecee0e3e625fb234a8950114ef13b1ec1242c7220a16d819bc71c245947d9c75a60a036f0
 SHA512 
92cbc6f0953cc5a8bb7ba5306e9e1ddf2d1081a94b2ecbbafb8c8e8c6cece4e20d9d3367ff67ae3688e2cb88b67c69716b3bd058ab80d2efa6dd0e064b032697
-DIST symbola-11.00.zip 2907542 BLAKE2B 
38da4a33acda4d7177c70bcf832000647ad99c3d8aa6c15006792db1fdc5641399d5080e7f2970bcd321942ff87affa23a13c6c8239e104ee8817cde7140a6e8
 SHA512 
be7b3fd8b2070a6713b189c0ee0c6d8aef481eb0c7e476dabfa3eb1a599cc7f3a00f14d7b9ca1f563722d550c098f272f62bb99fc490aba8132ed5ae7de59a7b
 DIST symbola-8.00.zip 4668110 BLAKE2B 
2807945aaab54509921756792da89d31721b575f6a1a4f65426b69ec348d1a6bf21d457d1c7a78205042c9df67187bce7c56f9bb4ba42b9f6f5f5af6ef9608cf
 SHA512 
f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84
 DIST symbola-9.17.zip 4122777 BLAKE2B 
60e7188366ff9204c41e42b99ee31242c0d2eefceb2bf663e6b68bb5a924a269d608d8ba2085e956dcb5d4c2c85d7a2993f199bdf8e0597d27e3d4bc34c50be6
 SHA512 
29c2141ba7d5be96b4d2faa52e4d2efbd1ff6a8368fdeae8986a4a3de50522a813c46efd462556b5b6c10bb9ca068564b9dcdfd7961c485ece5fda18e04c

diff --git a/media-fonts/symbola/symbola-11.00-r1.ebuild 
b/media-fonts/symbola/symbola-11.00-r1.ebuild
deleted file mode 100644
index dbfeda55a4a..000
--- a/media-fonts/symbola/symbola-11.00-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/s/S}"
-
-inherit font
-
-DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many 
Symbol Blocks"
-HOMEPAGE="http://users.teilar.gr/~g1951d/;
-SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip doc? ( 
http://users.teilar.gr/~g1951d/${MY_PN}.pdf -> ${P}.pdf )"
-LICENSE="Unicode_Fonts_for_Ancient_Scripts"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-
-src_prepare() {
-   if use doc; then
-   DOCS="${DISTDIR}/${P}.pdf"
-   fi
-   default
-}



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

2020-03-29 Thread Mike Gilbert
commit: bd448c785d27156d8edda57b9be0770cb9e6c870
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 29 20:42:02 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 29 20:42:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd448c78

media-gfx/fontforge: replace memory alignment patch

Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
Signed-off-by: Mike Gilbert  gentoo.org>

 media-gfx/fontforge/files/20200314-stylemap.patch | 30 +++
 media-gfx/fontforge/fontforge-20200314.ebuild |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/media-gfx/fontforge/files/20200314-stylemap.patch 
b/media-gfx/fontforge/files/20200314-stylemap.patch
new file mode 100644
index 000..d3311cab02d
--- /dev/null
+++ b/media-gfx/fontforge/files/20200314-stylemap.patch
@@ -0,0 +1,30 @@
+From 3b83adc89771000eb95fcd87bb675f771ba85aaf Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Sun, 29 Mar 2020 16:36:14 -0400
+Subject: [PATCH] Avoid integer size conflict when setting stylemap
+
+stylemap is a 16-bit integer, but hexmap writes 32-bits.
+
+Bug: https://bugs.gentoo.org/642756
+---
+ fontforge/sfd.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/fontforge/sfd.c b/fontforge/sfd.c
+index 9517d8cb1..b638fe447 100644
+--- a/fontforge/sfd.c
 b/fontforge/sfd.c
+@@ -8104,7 +8104,9 @@ bool SFD_GetFontMetaData( FILE *sfd,
+ }
+ else if ( strmatch(tok,"StyleMap:")==0 )
+ {
+-gethex(sfd,(uint32 *)>pfminfo.stylemap);
++  uint32 u;
++  gethex(sfd,);
++  sf->pfminfo.stylemap = u;
+ }
+ /* Legacy attribute for StyleMap. Deprecated. */
+ else if ( strmatch(tok,"OS2StyleName:")==0 )
+-- 
+2.26.0.rc2
+

diff --git a/media-gfx/fontforge/fontforge-20200314.ebuild 
b/media-gfx/fontforge/fontforge-20200314.ebuild
index 6ff768243ee..adb0670b3bb 100644
--- a/media-gfx/fontforge/fontforge-20200314.ebuild
+++ b/media-gfx/fontforge/fontforge-20200314.ebuild
@@ -56,7 +56,7 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}"/20170731-gethex-unaligned.patch
+   "${FILESDIR}"/20200314-stylemap.patch
"${FILESDIR}"/20200314-tilepath.patch
 )
 



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

2020-03-29 Thread Matt Turner
commit: 0c76d8c07075c2b04a5dec476ee537a5e8436615
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 20:32:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 20:34:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c76d8c0

x11-base/xorg-server: Version bump to 1.20.8

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

 x11-base/xorg-server/Manifest  |   1 +
 x11-base/xorg-server/xorg-server-1.20.8.ebuild | 226 +
 2 files changed, 227 insertions(+)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 4997e1cac5e..7c6689fd4eb 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1 +1,2 @@
 DIST xorg-server-1.20.7.tar.bz2 6303005 BLAKE2B 
343ebc1ff45fc1cd459b204d92eabdd0629c94d4338d2d7cb635f73642080d07ef174cfbd83e5b7f253f2918af2d1efbe99d7c75720b88857f69093ee0be1b65
 SHA512 
c67612e379111c28c68941c0a660abf72be7669591b41ccaa3b3474c4540a03822a28d892831b12ce08bac6e5e7e33504c2d19ef2a0c2298f83bd083459f96f5
+DIST xorg-server-1.20.8.tar.bz2 6309640 BLAKE2B 
0dadd3a7afdb768bcd79f99f3670f7efcb919c43ea88870c93df598b080fbbec48f88cfa996fb7bff2363cffe70d42d9b154855691a64ddb26156f1b378512a0
 SHA512 
ab0ec0fcbf490c61558b9297f61b58fd2dedb676c78bef6431dc9166054743b43a0091b88a8b3f4e81d1f539909440ee7e188a298cefabe13ea89159639cd805

diff --git a/x11-base/xorg-server/xorg-server-1.20.8.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.8.ebuild
new file mode 100644
index 000..18be04e0f8b
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-1.20.8.ebuild
@@ -0,0 +1,226 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_DOC=doc
+inherit xorg-3 multilib flag-o-matic
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} debug elogind ipv6 libressl +libglvnd minimal selinux 
+suid systemd +udev unwind xcsecurity"
+
+CDEPEND="libglvnd? (
+   media-libs/libglvnd[X]
+   !app-eselect/eselect-opengl
+   !!x11-drivers/nvidia-drivers[-libglvnd(-)]
+   )
+   !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libdrm-2.4.89
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libxkbfile-1.0.4
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-libs/xtrans-1.3.5
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   xephyr? (
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-18[X(+),egl,gbm]
+   >=media-libs/libepoxy-1.5.4[X,egl(+)]
+   )
+   udev? ( virtual/libudev:= )
+   unwind? ( sys-libs/libunwind )
+   wayland? (
+   >=dev-libs/wayland-1.3.0
+   >=media-libs/libepoxy-1.5.4[egl(+)]
+   >=dev-libs/wayland-protocols-1.18
+   )
+   >=x11-apps/xinit-1.3.3-r1
+   systemd? (
+   sys-apps/dbus
+   sys-apps/systemd
+   )
+   elogind? (
+   sys-apps/dbus
+   sys-auth/elogind
+   sys-auth/pambase[elogind]
+   )
+   "
+
+DEPEND="${CDEPEND}
+   sys-devel/flex
+   >=x11-base/xorg-proto-2018.4
+   dmx? (
+   doc? (
+   || (
+   www-client/links
+   www-client/lynx
+   www-client/w3m
+   )
+   

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

2020-03-29 Thread Sergei Trofimovich
commit: 0e9ce86bc544c0cc86b523d619669fa354d805af
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 20:15:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 20:16:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9ce86b

dev-libs/gmp: drop SLOT=3, bug #697826

Bug: https://bugs.gentoo.org/697826
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/gmp/Manifest|  1 -
 dev-libs/gmp/gmp-4.3.2-r1.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/dev-libs/gmp/Manifest b/dev-libs/gmp/Manifest
index 201af36a7c9..c478576e2d4 100644
--- a/dev-libs/gmp/Manifest
+++ b/dev-libs/gmp/Manifest
@@ -1,4 +1,3 @@
-DIST gmp-4.3.2.tar.bz2 1897483 BLAKE2B 
0efecd60c7a585f94ec8cbee77541d409c8e3bdeabaca09f7971560fb0fd504ae8e405256913acbef1434146868885c98068ff59efec92c92fdb73b853cf9396
 SHA512 
2e0b0fd23e6f10742a5517981e5171c6e88b0a93c83da701b296f5c0861d72c19782daab589a7eac3f9032152a0fc7eff7f5362db8fccc4859564a9aa82329cf
 DIST gmp-6.1.2.tar.xz 1946336 BLAKE2B 
2a864e80799471037a71c10d871f9782c37fe3a0a1734872e90f14a874ecd6551099d67b2ebd07f82a43b0522249a6b46e79952db11a278f87ca8013198f7604
 SHA512 
9f098281c0593b76ee174b722936952671fab1dae353ce3ed436a31fe2bc9d542eca752353f6645b7077c1f395ab4fdd355c58e08e2a801368f1375690eee2c6
 DIST gmp-6.2.0.tar.xz 2012444 BLAKE2B 
928141cf7b0b70f78b66e7bc52aecd39a5fc30e8865b6de6effb5b061ade05a5a51b4680ef2f36ea0d682b319d54ceb1c6c8ef93bde6c2eef2e8b826a34602c3
 SHA512 
a066f0456f0314a1359f553c49fc2587e484ff8ac390ff88537266a146ea373f97a1c0ba24608bf6756f4eab11c9056f103c8deb99e5b57741b4f7f0ec44b90c
 DIST gmp-man-6.1.2.pdf 825720 BLAKE2B 
b96340da5f534353b140b361fc1ff74757168024e8039d97a0ed1f14d874ff5fbc50abae2ff3505adc51d72e4acf2882ae6ca6405ae37b594f7b248e1ca05247
 SHA512 
85de10b2c03f7381881c3e95aa7fc53d8e018115028496ffbb5a79ab4967106c69ed7e97a5e434e6bb39752498aade8c2caa7cf77a8942b7ffd9150368a0d9c3

diff --git a/dev-libs/gmp/gmp-4.3.2-r1.ebuild b/dev-libs/gmp/gmp-4.3.2-r1.ebuild
deleted file mode 100644
index 0328809391d..000
--- a/dev-libs/gmp/gmp-4.3.2-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# this ebuild is only for the libgmp.so.3 ABI SONAME
-
-EAPI="5"
-
-inherit eutils libtool toolchain-funcs multilib-minimal
-
-DESCRIPTION="Library for arbitrary-precision arithmetic on different type of 
numbers"
-HOMEPAGE="https://gmplib.org/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
-IUSE=""
-
-DEPEND="sys-devel/m4"
-RDEPEND=""
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-4.1.4-noexecstack.patch
-   epatch "${FILESDIR}"/${PN}-4.2.1-s390.diff
-
-   # note: we cannot run autotools here as gcc depends on this package
-   elibtoolize
-
-   # GMP uses the "ABI" env var during configure as does Gentoo (econf).
-   # So, to avoid patching the source constantly, wrap things up.
-   mv configure configure.wrapped || die
-   cat <<-\EOF > configure
-   #!/bin/sh
-   exec env ABI="${GMPABI}" "$0.wrapped" "$@"
-   EOF
-   chmod a+rx configure
-}
-
-multilib_src_configure() {
-   # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
-   # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
-   if [[ ${CHOST} == hppa2.0-* ]] ; then
-   GMPABI="1.0"
-   fi
-
-   # ABI mappings (needs all architectures supported)
-   case ${ABI} in
-   32|x86)   GMPABI=32;;
-   64|amd64|n64) GMPABI=64;;
-   [onx]32)  GMPABI=${ABI};;
-   esac
-   export GMPABI
-
-   tc-export CC
-   ECONF_SOURCE="${S}" econf \
-   --localstatedir=/var/state/gmp \
-   --disable-mpfr \
-   --disable-mpbsd \
-   --disable-static \
-   --disable-cxx
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install-libLTLIBRARIES
-   rm "${D}"/usr/*/libgmp.{la,so} || die
-}



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

2020-03-29 Thread Sergei Trofimovich
commit: 4205b57f4a550919bb06dce55b131ca1fc448f7f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 20:15:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 20:16:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4205b57f

profiles/package.mask: drop removed dev-libs/gmp:3

Closes: https://bugs.gentoo.org/697826
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d747e966717..d26cb70ac76 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -716,12 +716,6 @@ dev-libs/OpenSRF
 dev-java/ant-eclipse-ecj:4.13
 dev-java/eclipse-ecj:4.13
 
-# Sergei Trofimovich  (2019-10-16)
-# Binary-only slot that provides libgmp.so.3. If you need that
-# library please add a note to describe use case to the bug #697826.
-# Masked for removal in a year.
-dev-libs/gmp:3
-
 # Stefan Strogin  (2019-09-27)
 # Requires >=dev-lang/lua-5.3 which is masked
 >=dev-util/bam-0.5.0



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/

2020-03-29 Thread Ulrich Müller
commit: a93d8bdb0730f2b55f9acec7ec6aa1749d850e28
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 29 20:04:49 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 29 20:05:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93d8bdb

app-i18n/man-pages-de: Version 2.12-r1 stable on all arches.

Remove old.

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ulrich Müller  gentoo.org>

 app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild |  2 +-
 app-i18n/man-pages-de/man-pages-de-2.12.ebuild| 80 ---
 2 files changed, 1 insertion(+), 81 deletions(-)

diff --git a/app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild 
b/app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild
index 3588685c686..50be75b168b 100644
--- a/app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild
+++ b/app-i18n/man-pages-de/man-pages-de-2.12-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v${PV}/
 
 LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE=""
 
 RDEPEND="virtual/man"

diff --git a/app-i18n/man-pages-de/man-pages-de-2.12.ebuild 
b/app-i18n/man-pages-de/man-pages-de-2.12.ebuild
deleted file mode 100644
index 2cdb3cbc7fe..000
--- a/app-i18n/man-pages-de/man-pages-de-2.12.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_P="${PN/-/}-v${PV}"
-
-DESCRIPTION="A somewhat comprehensive collection of Linux german man page 
translations"
-HOMEPAGE="https://salsa.debian.org/manpages-de-team/manpages-de;
-SRC_URI="https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v${PV}/${MY_P}.tar.bz2;
-
-LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
-IUSE=""
-
-RDEPEND="virtual/man"
-BDEPEND="app-text/po4a"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-
-   sed '/gzip --best/d' -i po/Makefile.am || die
-
-   # sys-apps/shadow has it's own translated man-page for this
-   local manpage
-   local noinst_manpages=(
-   upstream/debian-unstable/man1/groups.1
-   po/man1/groups.1.po
-   po/man1/su.1.po
-   )
-   for manpage in ${noinst_manpages[@]} ; do
-   rm "${manpage}" || die
-   done
-
-   # Use the same compression as every other manpage
-   local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2}
-   local PORTAGE_COMPRESS_FLAGS_LOCAL=${PORTAGE_COMPRESS_FLAGS}
-   if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
-   case ${PORTAGE_COMPRESS_LOCAL} in
-   bzip2|gzip)
-   PORTAGE_COMPRESS_FLAGS_LOCAL="-9"
-   ;;
-   esac
-   fi
-
-   # Fix source files for symlinks
-   local LINKSOURCE
-   case ${PORTAGE_COMPRESS_LOCAL} in
-   bzip2)
-   for LINKSOURCE in upstream/*/links.txt ; do
-   sed -i -e 's/\.gz/\.bz2/g' "${LINKSOURCE}" || 
die
-   done
-   ;;
-   gzip)
-   # pass
-   ;;
-   xz)
-   for LINKSOURCE in upstream/*/links.txt ; do
-   sed -i -e 's/\.gz/\.xz/g' "${LINKSOURCE}" || die
-   done
-   ;;
-   *)
-   ewarn "Unexpected compression command 
${PORTAGE_COMPRESS} found, symlinks will not work."
-   ;;
-   esac
-
-   eautoreconf
-}
-
-src_compile() { :; }
-
-src_install() {
-   emake mandir="${ED}"/usr/share/man install
-   dodoc CHANGES.md README.md
-}



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

2020-03-29 Thread Piotr Karbowski
commit: 53833652060f5df77909dcebe6c7166d7b24
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar 29 19:43:40 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar 29 19:46:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53833652

net-vpn/networkmanager-l2tp-1.2.1: drop old.

Signed-off-by: Piotr Karbowski  gentoo.org>

 net-vpn/networkmanager-l2tp/Manifest   |  1 -
 .../networkmanager-l2tp-1.2.12.ebuild  | 52 --
 2 files changed, 53 deletions(-)

diff --git a/net-vpn/networkmanager-l2tp/Manifest 
b/net-vpn/networkmanager-l2tp/Manifest
index f925553d1d1..2e666de65eb 100644
--- a/net-vpn/networkmanager-l2tp/Manifest
+++ b/net-vpn/networkmanager-l2tp/Manifest
@@ -1,2 +1 @@
-DIST NetworkManager-l2tp-1.2.12.tar.xz 397496 BLAKE2B 
7ff57356dcb27d37af52d2f1778875632f65705ee2bff6a047415fef2c1d34fcc11abae08053283ba63ffe92726efc32027d703f50c82a1527f500b81305794f
 SHA512 
b3e6ab72e81df568b77afabd91cef40b35d2b9227087495b0b44f966ef937b6c78ccc94b019102c13fc76ba443f850fffe1ad7445f5967a1737532036e632422
 DIST NetworkManager-l2tp-1.8.0.tar.xz 435964 BLAKE2B 
05267b4bb1a824cd9478b79af4b07535b0b9245d34f49397feb778d806c814d6a7bcf723545d53b9f3d2d39e6de079fac00407e7c8d0e6389394aaf6a432b16f
 SHA512 
8ef6732dbef2d24a51c6f70bcd98b272244dfc4d89e888e0d2c6c12b0042c1bcc750b73cdfda3489f4987af4fe85df4fc54976c48151996aa205939671d250da

diff --git a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.2.12.ebuild 
b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.2.12.ebuild
deleted file mode 100644
index a1b6b45566a..000
--- a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.2.12.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="NetworkManager-l2tp"
-MY_P="${MY_PN}-${PV}"
-
-inherit eutils gnome.org autotools
-
-DESCRIPTION="NetworkManager L2TP plugin"
-HOMEPAGE="https://github.com/nm-l2tp/network-manager-l2tp;
-SRC_URI="https://github.com/nm-l2tp/${MY_PN}/releases/download/${PV}/${MY_P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome static-libs"
-
-RDEPEND="
-   >=net-misc/networkmanager-1.2[ppp]
-   dev-libs/dbus-glib
-   net-dialup/ppp[eap-tls]
-   net-dialup/xl2tpd
-   >=dev-libs/glib-2.32
-   net-vpn/libreswan
-   gnome? (
-   x11-libs/gtk+:3
-   gnome-base/libgnome-keyring
-   )"
-
-BDEPEND="${RDEPEND}
-   sys-devel/gettext
-   dev-util/intltool
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   eautoreconf
-   eapply_user
-}
-
-src_configure() {
-   local myeconfargs=(
-   --localstatedir=/var
-   $(use_with gnome)
-   $(use_enable static-libs static)
-   )
-
-   econf "${myeconfargs[@]}"
-}



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

2020-03-29 Thread Piotr Karbowski
commit: 6f07e1c049ec6754fba0d14dcaf22fb043458545
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar 29 19:46:06 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar 29 19:46:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f07e1c0

net-vpn/networkmanager-l2tp-1.8.2: bump.

Signed-off-by: Piotr Karbowski  gentoo.org>

 net-vpn/networkmanager-l2tp/Manifest   |  1 +
 .../networkmanager-l2tp-1.8.2.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/net-vpn/networkmanager-l2tp/Manifest 
b/net-vpn/networkmanager-l2tp/Manifest
index 2e666de65eb..67b29bcce3e 100644
--- a/net-vpn/networkmanager-l2tp/Manifest
+++ b/net-vpn/networkmanager-l2tp/Manifest
@@ -1 +1,2 @@
 DIST NetworkManager-l2tp-1.8.0.tar.xz 435964 BLAKE2B 
05267b4bb1a824cd9478b79af4b07535b0b9245d34f49397feb778d806c814d6a7bcf723545d53b9f3d2d39e6de079fac00407e7c8d0e6389394aaf6a432b16f
 SHA512 
8ef6732dbef2d24a51c6f70bcd98b272244dfc4d89e888e0d2c6c12b0042c1bcc750b73cdfda3489f4987af4fe85df4fc54976c48151996aa205939671d250da
+DIST NetworkManager-l2tp-1.8.2.tar.xz 437032 BLAKE2B 
24d3bce74d9b57228196b288406983423a98d242fc26129a14c144269a9173d5ab2b47ad9dcf7b16dde5b9f015e6f3851e34d1ebe7e5edf6769401a2377eb0b7
 SHA512 
fc7f4037a4e2d442231f3c72692b7d405f13507625828dc4b975fab3717c7c0daaeaa757ef2ed875f347a87ac4ccaf5a0df1834235d8879f3d1e0d1b450531b8

diff --git a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2.ebuild 
b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2.ebuild
new file mode 100644
index 000..a2d16e139bf
--- /dev/null
+++ b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="NetworkManager-l2tp"
+MY_P="${MY_PN}-${PV}"
+
+inherit eutils gnome.org autotools
+
+DESCRIPTION="NetworkManager L2TP plugin"
+HOMEPAGE="https://github.com/nm-l2tp/network-manager-l2tp;
+SRC_URI="https://github.com/nm-l2tp/${MY_PN}/releases/download/${PV}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome static-libs"
+
+RDEPEND="
+   >=net-misc/networkmanager-1.2[ppp]
+   dev-libs/dbus-glib
+   net-dialup/ppp[eap-tls]
+   net-dialup/xl2tpd
+   >=dev-libs/glib-2.32
+   || (
+   net-vpn/strongswan
+   net-vpn/libreswan
+   )
+   gnome? (
+   x11-libs/gtk+:3
+   app-crypt/libsecret
+   gnome-extra/nm-applet
+   )"
+
+BDEPEND="${RDEPEND}
+   sys-devel/gettext
+   dev-util/intltool
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   eautoreconf
+   eapply_user
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localstatedir=/var
+   $(use_with gnome)
+   $(use_enable static-libs static)
+   )
+
+   econf "${myeconfargs[@]}"
+}



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

2020-03-29 Thread Piotr Karbowski
commit: 1b81030875e6a1e3101f24f908f58675d7538e34
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Mar 29 19:39:44 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Mar 29 19:46:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b810308

net-vpn/networkmanager-l2tp-1.8.0: libsecret dependency added.

This also drops gnome-base/libgnome-keyring that has not been a real
dependency since 2016 release.

Closes: https://bugs.gentoo.org/713036
Signed-off-by: Piotr Karbowski  gentoo.org>

 net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.0.ebuild 
b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.0.ebuild
index cf78b867850..a2d16e139bf 100644
--- a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.0.ebuild
+++ b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.0.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
)
gnome? (
x11-libs/gtk+:3
-   gnome-base/libgnome-keyring
+   app-crypt/libsecret
gnome-extra/nm-applet
)"
 



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

2020-03-29 Thread Matt Turner
commit: 77598c10d35c036aa173f3b64e9a9985e734168a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 18:20:25 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 18:21:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77598c10

dev-libs/glib: Add ewarn telling users to restart their session

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

 dev-libs/glib/glib-2.64.1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-libs/glib/glib-2.64.1.ebuild b/dev-libs/glib/glib-2.64.1.ebuild
index 15d5ed1eac0..f558eaa92f0 100644
--- a/dev-libs/glib/glib-2.64.1.ebuild
+++ b/dev-libs/glib/glib-2.64.1.ebuild
@@ -262,6 +262,13 @@ pkg_postinst() {
ewarn "your final image for performance reasons and re-run it 
when packages"
ewarn "installing GIO modules get upgraded or added to the 
image."
fi
+
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "$v" "-lt" "2.63.6"; then
+   ewarn "glib no longer installs the gio-launch-desktop 
binary. You may need"
+   ewarn "to restart your session for \"Open With\" 
dialogs to work."
+   fi
+   done
 }
 
 pkg_postrm() {



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

2020-03-29 Thread Mike Gilbert
commit: 3496905e28d0656a662d0d19f605f65d56838867
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 29 18:13:19 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 29 18:13:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3496905e

media-gfx/fontforge: remove old

Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
Signed-off-by: Mike Gilbert  gentoo.org>

 media-gfx/fontforge/Manifest  |   1 -
 media-gfx/fontforge/files/20190317-gdk_init.patch |  39 
 media-gfx/fontforge/fontforge-20190317-r3.ebuild  | 116 --
 3 files changed, 156 deletions(-)

diff --git a/media-gfx/fontforge/Manifest b/media-gfx/fontforge/Manifest
index eab92735ad6..663096d134c 100644
--- a/media-gfx/fontforge/Manifest
+++ b/media-gfx/fontforge/Manifest
@@ -1,4 +1,3 @@
-DIST fontforge-20190317.tar.gz 22762120 BLAKE2B 
5cb85d2fb9a2a08fe64548f2667c026e916dd0239d17d8f8d7d2fe8ecb51f2106cf3dc6e6298014c0deadffbfe91925327b483ed4750a171fb621aea8bdee60b
 SHA512 
55f9b0f7cafb1aa5a1461dbf39b52ca6b69a2baa6b761c8c28f86a0bb99e090d9ecc981294f51dadd9297b5ebd3036f01cb4f17b9a97a737eb567b4ae6522f20
 DIST fontforge-20190801.tar.gz 20766334 BLAKE2B 
c3206e77da4a966b9e513c41c90e19522f3d1aad990cd3035d7c8a8cc009239811743c12c02df3b02fd91fa5a7738913dba43df14523a738a2232cd2d1a91700
 SHA512 
78f3e1e94e38e26dcf52c6a0e038753033dc47052b7492f0ac0aaf1b8962e4e4bbf07c2550ef6014ea7290a6429bf669acb0691735efe0aee368480b4b7e6236
 DIST fontforge-20200314.tar.xz 13850076 BLAKE2B 
5e6ae3b7940a5b3b08811abdfc9d151f231e6d457b219eb0c666e1b831db815b696f345eda0d4d423b7e340f56fca67205734ae19903b3815381080d34b5e95c
 SHA512 
09f5dc93f87ca63668d72d108690604489d6b3cec7eedff1c07ad6d1ce5eae442ab60e79e71ae8b99e9808f3551011788025a86ffc3a9738518d99761d849975
 DIST fontforge-dist-20170731.tar.xz 13985256 BLAKE2B 
7bc49a3b7747de419e4fafb445062873cf9bf56aa73fd7499509b787a1c0fd6c47b0b5d7bfeb2a69d9237f9f66f989af968b0d00e9d5e57030906394f042f29c
 SHA512 
26f7a40714460716a24dd0229fdb027f3766bcc48db64b8993436ddcb6277898f9f3b67ad4fc0be515b2b38e01370d1c7d9ee3c6ece1be862b7d8c9882411f11

diff --git a/media-gfx/fontforge/files/20190317-gdk_init.patch 
b/media-gfx/fontforge/files/20190317-gdk_init.patch
deleted file mode 100644
index 060e6957748..000
--- a/media-gfx/fontforge/files/20190317-gdk_init.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 4577ad7205c600c6c8e809e10d51eb2118cb66b5 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert 
-Date: Sun, 24 Mar 2019 18:12:21 -0400
-Subject: [PATCH] Defer gdk_init() until after CheckIsScript()
-
-This allows fontforge to run without an X server available.
-
-Fixes: https://github.com/fontforge/fontforge/issues/3582

- fontforgeexe/startui.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/fontforgeexe/startui.c b/fontforgeexe/startui.c
-index 1bb5fd8ca..ae15afbf2 100644
 a/fontforgeexe/startui.c
-+++ b/fontforgeexe/startui.c
-@@ -900,9 +900,6 @@ int fontforge_main( int argc, char **argv ) {
- #if !(GLIB_CHECK_VERSION(2, 35, 0))
- g_type_init();
- #endif
--#ifdef FONTFORGE_CAN_USE_GDK
--gdk_init(, );
--#endif
- 
- /* Must be done before we cache the current directory */
- /* Change to HOME dir if specified on the commandline */
-@@ -1093,6 +1090,9 @@ int fontforge_main( int argc, char **argv ) {
- CheckIsScript(argc,argv); /* Will run the script and exit if it is a 
script */
-   /* If there is no UI, there is always a 
script */
-   /*  and we will never return from the 
above */
-+#ifdef FONTFORGE_CAN_USE_GDK
-+gdk_init(, );
-+#endif
- if ( load_prefs==NULL ||
-   (strcasecmp(load_prefs,"Always")!=0 &&  /* Already loaded */
-strcasecmp(load_prefs,"Never")!=0 ))
--- 
-2.21.0
-

diff --git a/media-gfx/fontforge/fontforge-20190317-r3.ebuild 
b/media-gfx/fontforge/fontforge-20190317-r3.ebuild
deleted file mode 100644
index 3116cb1b793..000
--- a/media-gfx/fontforge/fontforge-20190317-r3.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2004-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit python-single-r1 xdg
-
-DESCRIPTION="postscript font editor and converter"
-HOMEPAGE="http://fontforge.github.io/;
-SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforge-${PV}.tar.gz;
-
-LICENSE="BSD GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg 
unicode X"
-
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   cairo? ( png )
-   gtk? ( cairo )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   test? ( png python )
-"
-
-RDEPEND="
-   dev-libs/glib
-   dev-libs/libltdl:0
-   

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

2020-03-29 Thread Mike Gilbert
commit: f1024636277d2d1ab20b126f590a30a3457cd992
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 29 18:03:11 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 29 18:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1024636

media-gfx/fontforge: bump to 20200314

Thanks to Mike Lothian for the cmake port.

Closes: https://bugs.gentoo.org/714612
Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
Signed-off-by: Mike Gilbert  gentoo.org>

 media-gfx/fontforge/Manifest  |   1 +
 media-gfx/fontforge/files/20200314-tilepath.patch |  31 ++
 media-gfx/fontforge/fontforge-20200314.ebuild | 111 ++
 media-gfx/fontforge/metadata.xml  |   1 +
 4 files changed, 144 insertions(+)

diff --git a/media-gfx/fontforge/Manifest b/media-gfx/fontforge/Manifest
index 50996083639..eab92735ad6 100644
--- a/media-gfx/fontforge/Manifest
+++ b/media-gfx/fontforge/Manifest
@@ -1,3 +1,4 @@
 DIST fontforge-20190317.tar.gz 22762120 BLAKE2B 
5cb85d2fb9a2a08fe64548f2667c026e916dd0239d17d8f8d7d2fe8ecb51f2106cf3dc6e6298014c0deadffbfe91925327b483ed4750a171fb621aea8bdee60b
 SHA512 
55f9b0f7cafb1aa5a1461dbf39b52ca6b69a2baa6b761c8c28f86a0bb99e090d9ecc981294f51dadd9297b5ebd3036f01cb4f17b9a97a737eb567b4ae6522f20
 DIST fontforge-20190801.tar.gz 20766334 BLAKE2B 
c3206e77da4a966b9e513c41c90e19522f3d1aad990cd3035d7c8a8cc009239811743c12c02df3b02fd91fa5a7738913dba43df14523a738a2232cd2d1a91700
 SHA512 
78f3e1e94e38e26dcf52c6a0e038753033dc47052b7492f0ac0aaf1b8962e4e4bbf07c2550ef6014ea7290a6429bf669acb0691735efe0aee368480b4b7e6236
+DIST fontforge-20200314.tar.xz 13850076 BLAKE2B 
5e6ae3b7940a5b3b08811abdfc9d151f231e6d457b219eb0c666e1b831db815b696f345eda0d4d423b7e340f56fca67205734ae19903b3815381080d34b5e95c
 SHA512 
09f5dc93f87ca63668d72d108690604489d6b3cec7eedff1c07ad6d1ce5eae442ab60e79e71ae8b99e9808f3551011788025a86ffc3a9738518d99761d849975
 DIST fontforge-dist-20170731.tar.xz 13985256 BLAKE2B 
7bc49a3b7747de419e4fafb445062873cf9bf56aa73fd7499509b787a1c0fd6c47b0b5d7bfeb2a69d9237f9f66f989af968b0d00e9d5e57030906394f042f29c
 SHA512 
26f7a40714460716a24dd0229fdb027f3766bcc48db64b8993436ddcb6277898f9f3b67ad4fc0be515b2b38e01370d1c7d9ee3c6ece1be862b7d8c9882411f11

diff --git a/media-gfx/fontforge/files/20200314-tilepath.patch 
b/media-gfx/fontforge/files/20200314-tilepath.patch
new file mode 100644
index 000..1e0d077532a
--- /dev/null
+++ b/media-gfx/fontforge/files/20200314-tilepath.patch
@@ -0,0 +1,31 @@
+From 43e6087ec9bdbb23b8bb61c07efe6490fab23d73 Mon Sep 17 00:00:00 2001
+From: skef <6175836+s...@users.noreply.github.com>
+Date: Thu, 19 Mar 2020 17:16:20 -0700
+Subject: [PATCH] Tilepath fix (#4231)
+
+---
+ fontforgeexe/tilepath.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/fontforgeexe/tilepath.c b/fontforgeexe/tilepath.c
+index b329b54098..2575058eb4 100644
+--- a/fontforgeexe/tilepath.c
 b/fontforgeexe/tilepath.c
+@@ -571,7 +571,7 @@ static void AdjustPoint(TD *td,Spline *spline,bigreal t, 
FitPoint *to) {
+   } else {
+   bigreal s=(dy1*dx2/dy2-dx1);
+   if ( s>-.1 && s<.1 ) {  /* essentially parallel */
+-  to->p.x = x1; to->y = y1;
++  to->p.x = x1; to->p.y = y1;
+   } else {
+   bigreal t1 = (x1-x2- dx2/dy2*(y1-y2))/s;
+   to->p.x = x1 + dx1*t1;
+@@ -610,7 +610,7 @@ static SplinePoint *TDMakePoint(TD *td,Spline *old,real t) 
{
+ 
+ AdjustPoint(td,old,t,);
+ new = chunkalloc(sizeof(SplinePoint));
+-new->me.x = tp.p.x; new->me.y = tp.p.y;
++new->me.x = fp.p.x; new->me.y = fp.p.y;
+ new->nextcp = new->me;
+ new->prevcp = new->me;
+ new->nonextcp = new->noprevcp = true;

diff --git a/media-gfx/fontforge/fontforge-20200314.ebuild 
b/media-gfx/fontforge/fontforge-20200314.ebuild
new file mode 100644
index 000..6ff768243ee
--- /dev/null
+++ b/media-gfx/fontforge/fontforge-20200314.ebuild
@@ -0,0 +1,111 @@
+# Copyright 2004-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-single-r1 xdg cmake
+
+DESCRIPTION="postscript font editor and converter"
+HOMEPAGE="https://fontforge.org/;
+SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforge-${PV}.tar.xz;
+
+LICENSE="BSD GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="doc truetype-debugger gif gtk jpeg png +python readline test tiff svg 
unicode woff2 X"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( png python )
+"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/libltdl:0
+   dev-libs/libxml2:2=
+   >=media-libs/freetype-2.3.7:2=
+   gif? ( media-libs/giflib:0= )
+   jpeg? ( virtual/jpeg:0 )
+   png? 

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

2020-03-29 Thread Mike Gilbert
commit: 63d92ab7b93f5d4c8990d6a156cb7467956effe2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 29 18:15:06 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 29 18:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d92ab7

media-gfx/fontforge: remove old blocker

Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
Signed-off-by: Mike Gilbert  gentoo.org>

 media-gfx/fontforge/fontforge-20170731-r5.ebuild | 1 -
 media-gfx/fontforge/fontforge-20190801.ebuild| 1 -
 2 files changed, 2 deletions(-)

diff --git a/media-gfx/fontforge/fontforge-20170731-r5.ebuild 
b/media-gfx/fontforge/fontforge-20170731-r5.ebuild
index e9f552b4de4..826056ee0c4 100644
--- a/media-gfx/fontforge/fontforge-20170731-r5.ebuild
+++ b/media-gfx/fontforge/fontforge-20170731-r5.ebuild
@@ -47,7 +47,6 @@ RDEPEND="
x11-libs/libXi:0=
>=x11-libs/pango-1.10:0=[X]
)
-   !media-gfx/pfaedit
 "
 DEPEND="${RDEPEND}
sys-devel/gettext

diff --git a/media-gfx/fontforge/fontforge-20190801.ebuild 
b/media-gfx/fontforge/fontforge-20190801.ebuild
index 32a1a5e8348..8bf4db682b8 100644
--- a/media-gfx/fontforge/fontforge-20190801.ebuild
+++ b/media-gfx/fontforge/fontforge-20190801.ebuild
@@ -48,7 +48,6 @@ RDEPEND="
x11-libs/libXi:0=
>=x11-libs/pango-1.10:0=[X]
)
-   !media-gfx/pfaedit
 "
 DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )



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

2020-03-29 Thread Mart Raudsepp
commit: 141ae6f88555cf1825fb8e6cc470249e390b7c09
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 17:18:11 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 17:55:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141ae6f8

gnome-base/gnome-light: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-light/gnome-light-3.22.0.ebuild | 60 
 1 file changed, 60 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.22.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.22.0.ebuild
deleted file mode 100644
index ad70f051b6c..000
--- a/gnome-base/gnome-light/gnome-light-3.22.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator
-
-P_RELEASE="$(get_version_components 2)"
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
-# any apps, but shouldn't be used by users unless they know what they are 
doing.
-RDEPEND="!gnome-base/gnome
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-${PV}
-   >=gnome-base/gnome-menus-3.10.1:3
-   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
-   >=gnome-base/gnome-control-center-${PV}[cups?]
-
-   >=gnome-base/nautilus-3.20.0
-
-   gnome-shell? (
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV} )
-
-   >=x11-themes/adwaita-icon-theme-${P_RELEASE}
-   >=x11-themes/gnome-themes-standard-${PV}
-   >=x11-themes/gnome-backgrounds-${P_RELEASE}
-
-   >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.28.0"
-S="${WORKDIR}"
-
-pkg_pretend() {
-   if ! use gnome-shell; then
-   # Users probably want to use e16, sawfish, etc
-   ewarn "You're installing neither GNOME Shell"
-   ewarn "You will have to install and manage a window manager by 
yourself"
-   fi
-}
-
-pkg_postinst() {
-   # Remember people where to find our project information
-   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
-   elog "for information about the project and documentation."
-}



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

2020-03-29 Thread Mart Raudsepp
commit: bfd9df8625386c649a00e6cd8f6e7a26df81dcf3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 17:22:25 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 17:55:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd9df86

gnome-base/gnome-light: bump to 3.34.4

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-light/gnome-light-3.34.4.ebuild | 64 
 1 file changed, 64 insertions(+)

diff --git a/gnome-base/gnome-light/gnome-light-3.34.4.ebuild 
b/gnome-base/gnome-light/gnome-light-3.34.4.ebuild
new file mode 100644
index 000..ccfad03686e
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-3.34.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+P_RELEASE="$(ver_cut 1-2)"
+
+DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="2.0"
+IUSE="cups +gnome-shell"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
+# any apps, but shouldn't be used by users unless they know what they are 
doing.
+# cantarell minimum version is ensured here as gnome-shell depends on it.
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+   >=gnome-base/gnome-session-3.34.2
+   >=gnome-base/gnome-settings-daemon-3.34.2[cups?]
+   >=gnome-base/gnome-control-center-${PV}[cups?]
+
+   >=gnome-base/nautilus-3.34.2
+
+   gnome-shell? (
+   >=x11-wm/mutter-${PV}
+   >=dev-libs/gjs-1.58.5
+   >=gnome-base/gnome-shell-${PV}
+   >=media-fonts/cantarell-0.111 )
+
+   >=x11-themes/adwaita-icon-theme-3.32.0
+   >=x11-themes/gnome-themes-standard-3.28
+   >=x11-themes/gnome-backgrounds-${P_RELEASE}
+
+   >=x11-terms/gnome-terminal-3.34.2
+"
+# adwaita-icon-theme kept back on purpose due to brokenness without rust 
librsvg,
+# in the hope that the old icon package version is good enough for everything 
too
+# until librsvg gets updated. This dep should be raised to 3.34 with 3.34.5 
meta.
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.42.2"
+BDEPEND=""
+S="${WORKDIR}"
+
+pkg_pretend() {
+   if ! use gnome-shell; then
+   # Users probably want to use gnome-flashback, e16, sawfish, etc
+   ewarn "You're not installing GNOME Shell"
+   ewarn "You will have to install and manage a window manager by 
yourself"
+   fi
+}
+
+pkg_postinst() {
+   # Remember people where to find our project information
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
+   elog "for information about the project and documentation."
+}



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

2020-03-29 Thread Mart Raudsepp
commit: 10001ab42644adbe8d55aa0f9b4fba61ee28131d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 17:55:12 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 17:55:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10001ab4

dev-util/cppcheck: arm64 stable (bug #706146)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-util/cppcheck/cppcheck-1.88.ebuild 
b/dev-util/cppcheck/cppcheck-1.88.ebuild
index a19d40ec100..d281fb79431 100644
--- a/dev-util/cppcheck/cppcheck-1.88.ebuild
+++ b/dev-util/cppcheck/cppcheck-1.88.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/danmar/cppcheck/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 sparc x86"
 IUSE="htmlreport pcre qt5"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/

2020-03-29 Thread Mart Raudsepp
commit: 3e95e365e2080ae72c9160a725846eb8d71e416a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 17:55:29 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 17:55:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e95e365

sci-libs/proj: arm64 stable (bug #706146)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-libs/proj/proj-6.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/proj/proj-6.2.1.ebuild b/sci-libs/proj/proj-6.2.1.ebuild
index 30bf178877a..a249436269b 100644
--- a/sci-libs/proj/proj-6.2.1.ebuild
+++ b/sci-libs/proj/proj-6.2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0/15"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="europe static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( !europe )"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/

2020-03-29 Thread Mart Raudsepp
commit: 0ee6e109c0ee0cff28f3169701bd8c764167f35b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 17:50:36 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 17:55:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee6e109

app-accessibility/speech-dispatcher: arm64 stable (bug #706146)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r3.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r3.ebuild
index e71d2da5bf0..8e0fe15fe33 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r3.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="alsa ao +espeak flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2020-03-29 Thread Mart Raudsepp
commit: a77177b76eff608b9fb0aef25161ac484f76b0f2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 17:48:16 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 17:55:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77177b7

gnome-base/gnome: bump to 3.34.4

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome/gnome-3.34.4.ebuild | 51 
 1 file changed, 51 insertions(+)

diff --git a/gnome-base/gnome/gnome-3.34.4.ebuild 
b/gnome-base/gnome/gnome-3.34.4.ebuild
new file mode 100644
index 000..7a2778a32f4
--- /dev/null
+++ b/gnome-base/gnome/gnome-3.34.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Meta package for GNOME 3, merge this package to install"
+HOMEPAGE="https://www.gnome.org/;
+
+LICENSE="metapackage"
+SLOT="2.0" # Cannot be installed at the same time as gnome-2
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+IUSE="accessibility +bluetooth +classic cups +extras"
+
+S=${WORKDIR}
+
+# TODO: check accessibility completeness
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+   >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?]
+
+   >=gnome-base/gdm-3.34.1
+
+   >=x11-wm/mutter-${PV}
+   >=gnome-base/gnome-shell-${PV}[bluetooth?]
+   >=media-fonts/cantarell-0.111
+
+   >=x11-themes/gnome-backgrounds-3.34.0
+   x11-themes/sound-theme-freedesktop
+
+   accessibility? (
+   >=app-accessibility/at-spi2-atk-2.34.1
+   >=app-accessibility/at-spi2-core-2.34.0
+   >=app-accessibility/orca-3.34.2
+   >=gnome-extra/mousetweaks-3.32.0 )
+   classic? ( >=gnome-extra/gnome-shell-extensions-3.34.2 )
+   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
+"
+PDEPEND=">=gnome-base/gvfs-1.42.2[udisks]"
+
+DEPEND=""
+BDEPEND=""
+
+pkg_postinst() {
+   # Remind people where to find our project information
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
+   elog "for information about the project and documentation."
+}



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

2020-03-29 Thread Mart Raudsepp
commit: 9dc779ceb5de4fc13100b53ab11c2db1a906cfa7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 17:17:54 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 17:55:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc779ce

gnome-base/gnome-light-3.26.2: restore ~alpha keyword

Apparently repoman is happy by now with it

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-light/gnome-light-3.26.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.26.2.ebuild 
b/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
index 6bc63a15e87..a76055ff37c 100644
--- a/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ IUSE="cups +gnome-shell"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 
 # XXX: Note to developers:
 # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2020-03-29 Thread Mart Raudsepp
commit: ae75fb1f9563abca319edc7d09db03c8590f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 29 17:47:25 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 29 17:55:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae75fb1f

app-accessibility/orca: bump to 3.34.2

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-accessibility/orca/Manifest   |  1 +
 app-accessibility/orca/orca-3.34.2.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index d264ba12943..386583e67ad 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1 +1,2 @@
 DIST orca-3.32.0.tar.xz 2512032 BLAKE2B 
eae6c726e5e7361b7d60f0907f8c62c476895d681cf424940586e6308bcde147094a9557243aae6ecffef142bd556cb3cb30839955403e0958f123672400bf0a
 SHA512 
015aa26ddaffa53d646e5d708ffed9e771beebbe925c27b963cbd3c3a2b36f730c0668cac6b89a371cd81cf8a570eb591711ba923fa4d013e00e31667749cf20
+DIST orca-3.34.2.tar.xz 3509556 BLAKE2B 
4e73517660b837cec6d4dc12e3b2e57dec526f22aa407ababee2cb12c3aa8807184649b6962f26551926b1b3f8c49230054b4ef5583e15eeeb94685aaaf3ca13
 SHA512 
b685bd8e417d74ccc0d0ce6b15b3220e5079320198886f568147480f107f7d0273cbd412fdc2c6cc509d3210b36c40aecb50e167d43120f6770ce02a0891ad20

diff --git a/app-accessibility/orca/orca-3.34.2.ebuild 
b/app-accessibility/orca/orca-3.34.2.ebuild
new file mode 100644
index 000..0b1b19b5245
--- /dev/null
+++ b/app-accessibility/orca/orca-3.34.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python3_6 )
+PYTHON_REQ_USE="threads"
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Extensible screen reader that provides access to the desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
+
+LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="+braille"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-accessibility/at-spi2-atk-2.32:2
+   >=app-accessibility/at-spi2-core-2.32:2[introspection]
+   >=dev-libs/atk-2.32
+   >=dev-libs/glib-2.28:2
+   media-libs/gstreamer:1.0[introspection]
+   >=x11-libs/gtk+-3.6.2:3[introspection]
+   $(python_gen_cond_dep '
+   dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pygobject-3.18:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   braille? (
+   $(python_gen_cond_dep '
+   
>=app-accessibility/brltty-5.0-r3[python,${PYTHON_MULTI_USEDEP}]
+   dev-libs/liblouis[python,${PYTHON_MULTI_USEDEP}]
+   ')
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-libs/atk[introspection]
+   $(python_gen_cond_dep '
+   
>=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pyatspi-2.32[${PYTHON_MULTI_USEDEP}]
+   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
+   ')
+   x11-libs/libwnck:3[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+#  app-text/yelp-tools
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_with braille liblouis)
+}



[gentoo-commits] proj/catalyst:master commit in: targets/tinderbox/, doc/, targets/support/, /, catalyst/, catalyst/targets/, ...

2020-03-29 Thread Matt Turner
commit: bc493a6bfe5ee0446a28f6b5b23e9d0a11feb0d0
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 00:47:55 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 01:35:14 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=bc493a6b

catalyst: Delete tinderbox target

Unused, and other successful tinderbox systems exist and are in active
use.

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

 README   |  1 -
 catalyst/defaults.py |  2 +-
 catalyst/targets/tinderbox.py| 47 --
 doc/catalyst-spec.5.txt  |  4 +-
 doc/catalyst.1.txt   |  4 +-
 examples/tinderbox_template.spec | 93 
 targets/support/chroot-functions.sh  |  2 +-
 targets/tinderbox/chroot.sh  | 33 -
 targets/tinderbox/controller.sh  | 21 
 targets/tinderbox/preclean-chroot.sh |  5 --
 10 files changed, 5 insertions(+), 207 deletions(-)

diff --git a/README b/README
index b398fe30..eb75ba67 100644
--- a/README
+++ b/README
@@ -34,7 +34,6 @@ Catalyst is capable of:
 
 - Building installation stages
 - Building bootable LiveCDs
-- Setting up a Tinderbox target for test building
 - Building netboot images
 
 Configuring catalyst

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index 568d8566..7d1de119 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -18,7 +18,7 @@ required_build_targets = ["targetbase", 
"generic_stage_target"]
 # new build types should be added here
 valid_build_targets = ["stage1_target", "stage2_target", "stage3_target",
"stage4_target", "livecd_stage1_target", "livecd_stage2_target",
-   "embedded_target", "tinderbox_target", "snapshot_target", 
"netboot_target",
+   "embedded_target", "snapshot_target", "netboot_target",
"netboot2_target"
]
 

diff --git a/catalyst/targets/tinderbox.py b/catalyst/targets/tinderbox.py
deleted file mode 100644
index 6908793a..
--- a/catalyst/targets/tinderbox.py
+++ /dev/null
@@ -1,47 +0,0 @@
-"""
-Tinderbox target
-"""
-# NOTE: That^^ docstring has influence catalyst-spec(5) man page generation.
-
-import os
-
-from catalyst.support import cmd, CatalystError
-from catalyst.base.stagebase import StageBase
-
-
-class tinderbox(StageBase):
-   """
-   Builder class for the tinderbox target
-   """
-   def __init__(self,spec,addlargs):
-   self.required_values=["tinderbox/packages"]
-   self.valid_values=self.required_values[:]
-   self.valid_values.extend(["tinderbox/use"])
-   StageBase.__init__(self,spec,addlargs)
-
-   def run_local(self):
-   # tinderbox
-   # example call: "grp.sh run xmms vim sys-apps/gleep"
-   try:
-   if os.path.exists(self.settings["controller_file"]):
-   cmd([self.settings['controller_file'], 'run'] +
-   self.settings['tinderbox/packages'], 
env=self.env)
-
-   except CatalystError:
-   self.unbind()
-   raise CatalystError("Tinderbox aborting due to error.",
-   print_traceback=True)
-
-   def set_cleanables(self):
-   self.settings['cleanables'] = [
-   '/etc/resolv.conf',
-   '/var/tmp/*',
-   self.settings['portdir'],
-   ]
-
-   def set_action_sequence(self):
-   #Default action sequence for run method
-   self.settings["action_sequence"]=["unpack","unpack_snapshot",\
-   
"config_profile_link","setup_confdir","bind","chroot_setup",\
-   
"setup_environment","run_local","preclean","unbind","clean",\
-   "clear_autoresume"]

diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
index 7383afe8..4c0be357 100644
--- a/doc/catalyst-spec.5.txt
+++ b/doc/catalyst-spec.5.txt
@@ -344,7 +344,7 @@ quite a few problems with these, so be careful with 
whatever `USE`
 flags you add here.  This is generally used for adding some
 functionality that we do not want on by default for all Gentoo users,
 but that we want on by default in our binaries.  This setting is
-supported by the `stage4`, `netboot2`, and `tinderbox` targets.
+supported by the `stage4` and `netboot2` targets.
 
 */packages*::
 This is the set of packages that we will merge into the stage4 tarball
@@ -353,7 +353,7 @@ fxload irssi wpa_supplicant`).  They will be built with the 
`USE`
 flags configured above.  These packages must not depend on a
 configured kernel.  If the package requires a configured kernel, then
 it will be defined elsewhere.  This setting is supported by the
-`stage4`, `netboot2`, and `tinderbox` targets.
+`stage4`, and `netboot2` targets.
 
 *netboot/packages*::
 

[gentoo-commits] proj/catalyst:master commit in: targets/support/

2020-03-29 Thread Matt Turner
commit: febc83bc30a210bc14a34b671d3340a2aff8e59e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 00:55:42 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 17:48:21 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=febc83bc

targets: Remove some dead code

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

 targets/support/chroot-functions.sh | 12 
 1 file changed, 12 deletions(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index 82164f64..b09a7531 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -182,17 +182,6 @@ setup_gcc(){
 }
 
 setup_pkgmgr(){
-   # Set bindist USE flag if clst_BINDIST is set
-   # this is handled independantly in stage2, changes here should be 
mirrored there
-   #if [ "${clst_target}" != "stage1" ] && [ -e "${clst_make_conf}" ] \
-   #   && [ -n "${clst_BINDIST}" ]; then
-   #   if grep -q ^USE "${clst_make_conf}"; then
-   #   echo "USE=\"\${USE} bindist\"" >> "${clst_make_conf}"
-   #   else
-   #   echo "USE=\"bindist\"" >> "${clst_make_conf}"
-   #   fi
-   #fi
-
# We need to merge our package manager with USE="build" set in case it 
is
# portage to avoid frying our /etc/portage/make.conf file.  Otherwise, 
we could
# just let emerge @system could merge it.
@@ -256,7 +245,6 @@ cleanup_stages() {
esac
 
# Remove bindist from use
-   # this is handled independantly in stage2, changes here should be 
mirrored there
${clst_sed} -i "/USE=\"\${USE} bindist\"/d" "${clst_make_conf}"
${clst_sed} -i "/USE=\"bindist\"/d" "${clst_make_conf}"
 



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2020-03-29 Thread Matt Turner
commit: 080d8f7ffdcc0f2ec625c419bdd21354db97008d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 28 00:29:34 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 17:48:21 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=080d8f7f

targets: Build with FEATURES=parallel-install

Greatly speeds up package installation on multi-core systems, especially
when installing mostly binary packages.

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

 targets/support/chroot-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index 94f7c92f..2207e7b4 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -78,7 +78,7 @@ get_libdir() {
 
 setup_myfeatures(){
setup_myemergeopts
-   export clst_myfeatures="-news binpkg-multi-instance clean-logs"
+   export clst_myfeatures="-news binpkg-multi-instance clean-logs 
parallel-install"
export FEATURES="${clst_myfeatures}"
if [ -n "${clst_CCACHE}" ]
then



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2020-03-29 Thread Matt Turner
commit: b08a8fabf0c8e6c279848286f74a0c223c82947b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 27 23:33:31 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 17:48:21 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b08a8fab

targets: Build with FEATURES=binpkg-multi-instance

Allows stage3+ builds (e.g., netboot, ISOs, stage4) to share binpkg
directories easily.

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

 targets/support/chroot-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index b09a7531..94f7c92f 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -78,7 +78,7 @@ get_libdir() {
 
 setup_myfeatures(){
setup_myemergeopts
-   export clst_myfeatures="-news clean-logs"
+   export clst_myfeatures="-news binpkg-multi-instance clean-logs"
export FEATURES="${clst_myfeatures}"
if [ -n "${clst_CCACHE}" ]
then



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2020-03-29 Thread Matt Turner
commit: a4f0612d4162d937652c34200e3de0925d113e05
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 28 22:00:59 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 01:35:14 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a4f0612d

catalyst: Skip "maybe_tmpfs" directory creation

Fixes: 8441372c2857 (fix /var/tmp/portage not being forced into a tmpfs)
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 939e03e2..4855c9f0 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -963,7 +963,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
ensure_dirs(target, mode=0o755)
 
if not os.path.exists(self.mountmap[x]):
-   if self.mountmap[x] not in ["tmpfs", "shmfs"]:
+   if self.mountmap[x] not in ("maybe_tmpfs", 
"tmpfs", "shmfs"):
ensure_dirs(self.mountmap[x], 
mode=0o755)
 
src = self.mountmap[x]



[gentoo-commits] proj/catalyst:master commit in: catalyst/arch/

2020-03-29 Thread Matt Turner
commit: a653540d003abf94776b526f4c76730af4ca0048
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 02:02:53 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 17:48:21 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a653540d

catalyst: Fix "3DNow!" capitalization

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

 catalyst/arch/x86.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/catalyst/arch/x86.py b/catalyst/arch/x86.py
index e00b2684..de9142f7 100644
--- a/catalyst/arch/x86.py
+++ b/catalyst/arch/x86.py
@@ -95,21 +95,21 @@ class arch_k6(generic_x86):
self.settings["HOSTUSEEXPAND"]={"CPU_FLAGS_X86":["mmx"]}
 
 class arch_k6_2(generic_x86):
-   "AMD K6-2 CPU with MMX and 3dNOW! support"
+   "AMD K6-2 CPU with MMX and 3DNow! support"
def __init__(self,myspec):
generic_x86.__init__(self,myspec)
self.settings["COMMON_FLAGS"]="-O2 -march=k6-2 -pipe"
self.settings["HOSTUSEEXPAND"]={"CPU_FLAGS_X86":["mmx","3dnow"]}
 
 class arch_athlon(generic_x86):
-   "AMD Athlon CPU with MMX, 3dNOW!, enhanced 3dNOW! and SSE prefetch 
support"
+   "AMD Athlon CPU with MMX, 3DNow!, Enhanced 3DNow! and SSE prefetch 
support"
def __init__(self,myspec):
generic_x86.__init__(self,myspec)
self.settings["COMMON_FLAGS"]="-O2 -march=athlon -pipe"
self.settings["HOSTUSEEXPAND"]={"CPU_FLAGS_X86":["mmx","3dnow"]}
 
 class arch_athlon_xp(generic_x86):
-   "improved AMD Athlon CPU with MMX, 3dNOW!, enhanced 3dNOW! and full SSE 
support"
+   "improved AMD Athlon CPU with MMX, 3DNow!, Enhanced 3DNow! and full SSE 
support"
def __init__(self,myspec):
generic_x86.__init__(self,myspec)
self.settings["COMMON_FLAGS"]="-O2 -march=athlon-xp -pipe"



[gentoo-commits] proj/catalyst:master commit in: doc/, catalyst/, /, examples/, targets/grp/, catalyst/targets/

2020-03-29 Thread Matt Turner
commit: 9eac042d5e39ea30a6d26468218fa2151faf2ad8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 00:44:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 01:35:14 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9eac042d

catalyst: Delete Gentoo Reference Platform target

Unused for 12 years.

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

 README |   1 -
 catalyst/defaults.py   |   2 +-
 catalyst/targets/grp.py|  97 --
 doc/catalyst-spec.5.txt|  24 +
 doc/catalyst.1.txt |   6 +--
 examples/grp_template.spec | 117 -
 targets/grp/chroot.sh  |  21 
 targets/grp/controller.sh  |  34 
 targets/grp/preclean-chroot.sh |   7 ---
 9 files changed, 5 insertions(+), 304 deletions(-)

diff --git a/README b/README
index 6dc6a149..b398fe30 100644
--- a/README
+++ b/README
@@ -34,7 +34,6 @@ Catalyst is capable of:
 
 - Building installation stages
 - Building bootable LiveCDs
-- Building GRP (Gentoo Reference Platform) sets
 - Setting up a Tinderbox target for test building
 - Building netboot images
 

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index 705ae931..568d8566 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -17,7 +17,7 @@ required_build_targets = ["targetbase", 
"generic_stage_target"]
 
 # new build types should be added here
 valid_build_targets = ["stage1_target", "stage2_target", "stage3_target",
-   "stage4_target", "grp_target", "livecd_stage1_target", 
"livecd_stage2_target",
+   "stage4_target", "livecd_stage1_target", "livecd_stage2_target",
"embedded_target", "tinderbox_target", "snapshot_target", 
"netboot_target",
"netboot2_target"
]

diff --git a/catalyst/targets/grp.py b/catalyst/targets/grp.py
deleted file mode 100644
index d47654d0..
--- a/catalyst/targets/grp.py
+++ /dev/null
@@ -1,97 +0,0 @@
-"""
-Gentoo Reference Platform (GRP) target
-"""
-# NOTE: That^^ docstring has influence catalyst-spec(5) man page generation.
-
-import os
-import glob
-
-from catalyst import log
-from catalyst.support import (CatalystError, normpath, cmd)
-from catalyst.base.stagebase import StageBase
-
-
-class grp(StageBase):
-   """
-   The builder class for GRP (Gentoo Reference Platform) builds.
-   """
-   def __init__(self,spec,addlargs):
-   self.required_values=["version_stamp","target","subarch",\
-   "rel_type","profile","snapshot","source_subpath"]
-
-   self.valid_values=self.required_values[:]
-   self.valid_values.extend(["grp/use"])
-   if "grp" not in addlargs:
-   raise CatalystError("Required value \"grp\" not 
specified in spec.")
-
-   self.required_values.extend(["grp"])
-   if isinstance(addlargs['grp'], str):
-   addlargs["grp"]=[addlargs["grp"]]
-
-   if "grp/use" in addlargs:
-   if isinstance(addlargs['grp/use'], str):
-   addlargs["grp/use"]=[addlargs["grp/use"]]
-
-   for x in addlargs["grp"]:
-   self.required_values.append("grp/"+x+"/packages")
-   self.required_values.append("grp/"+x+"/type")
-
-   StageBase.__init__(self,spec,addlargs)
-
-   def run_local(self):
-   for pkgset in self.settings["grp"]:
-   # example call: "grp.sh run pkgset cd1 xmms vim 
sys-apps/gleep"
-   try:
-   cmd([self.settings['controller_file'], 'run',
-   self.settings['grp/' + pkgset + 
'/type'],
-   pkgset] + self.settings['grp/' + pkgset 
+ '/packages'],
-   env=self.env)
-
-   except CatalystError:
-   self.unbind()
-   raise CatalystError("GRP build aborting due to 
error.",
-   print_traceback=True)
-
-   def set_mounts(self):
-   self.mounts.append("/tmp/grp")
-   self.mountmap["/tmp/grp"]=self.settings["target_path"]
-
-   def generate_digests(self):
-   for pkgset in self.settings["grp"]:
-   if self.settings["grp/"+pkgset+"/type"] == "pkgset":
-   
destdir=normpath(self.settings["target_path"]+"/"+pkgset+"/All")
-   log.notice('Digesting files in the pkgset...')
-   digests=glob.glob(destdir+'/*.DIGESTS')
-   for i in digests:
-   if os.path.exists(i):
-   os.remove(i)
-
-

[gentoo-commits] repo/gentoo:master commit in: sci-libs/cartopy/

2020-03-29 Thread Thomas Beierlein
commit: 91081c55a118249339229acd798d69e655474223
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Mar 29 17:39:33 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Mar 29 17:45:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91081c55

sci-libs/cartopy: New package

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/cartopy/Manifest|  1 +
 sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild | 65 
 sci-libs/cartopy/metadata.xml| 15 +++
 3 files changed, 81 insertions(+)

diff --git a/sci-libs/cartopy/Manifest b/sci-libs/cartopy/Manifest
new file mode 100644
index 000..b4a3dc8825c
--- /dev/null
+++ b/sci-libs/cartopy/Manifest
@@ -0,0 +1 @@
+DIST cartopy-0.18.0_beta1.tar.gz 14215372 BLAKE2B 
5bb1e98f18fdf57c0459202bfe77d4e4a476a3008e2f21a77cf643711cc3c438626915c31ee48886e980466f952985503987e3ed571295e2beb6c12754b382c4
 SHA512 
95d3bd87e57bea89eb2c25d6a709285ba59fb0f994abc3b37faf29b272b73647d0bc8979a25b1480f48bb55c957f4183ac3c3ad49b830ce686e931227c797abe

diff --git a/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild 
b/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild
new file mode 100644
index 000..01048dc6aca
--- /dev/null
+++ b/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+inherit distutils-r1 virtualx
+
+MY_PV=${PV/_beta/b}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Python package for geospatial data processing and analysis"
+HOMEPAGE="https://scitools.org.uk/cartopy;
+SRC_URI="https://github.com/SciTools/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/pyshp[${PYTHON_USEDEP}]
+   sci-libs/Shapely[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   sci-libs/gdal[python,${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   sci-libs/geos
+   sci-libs/proj
+"
+
+distutils_enable_tests pytest
+
+DEPEND+="test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}"/${MY_P}
+
+python_prepare_all() {
+   # drop test file requiring network access, which got not covered by 
markers
+   rm "${S}"/lib/cartopy/tests/mpl/test_crs.py || die
+   # prepare matplotlib backend for test suite
+   export MPLCONFIGDIR="${T}"
+   echo "backend : Agg" > "${MPLCONFIGDIR}"/matplotlibrc || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   cd "${BUILD_DIR}"
+   # drop all tests needing network access
+   virtx pytest -vv -m "not network and not natural_earth" || die "test 
failed"
+}

diff --git a/sci-libs/cartopy/metadata.xml b/sci-libs/cartopy/metadata.xml
new file mode 100644
index 000..5bffb905015
--- /dev/null
+++ b/sci-libs/cartopy/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tom...@gentoo.org
+   Thomas Beierlein
+   
+   
+   Cartopy is a Python package designed for geospatial data 
processing
+   in order to produce maps and other geospatial data analyses.
+   Key features of cartopy are its object oriented projection 
definitions, 
+   and its ability to transform points, lines, vectors, polygons 
and i
+   images between those projections.
+   
+



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

2020-03-29 Thread Matt Turner
commit: b73bd14850491738363f3c8e60519b22d6ece063
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 07:03:02 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 17:44:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73bd148

scripts/bootstrap.sh: Emerge the actual libc

The python program creates a set of bash variable assignments like

myGCC="sys-devel/gcc";

which are used to make a list of packages to be rebuilt during
catalyst's stage 2. The toolchain, including libc, is supposed to be
rebuilt in this stage, but 'portage.settings.packages' contains
'virtual/libc' and not a provider, so it generates:

myLIBC="virtual/libc";

This results in catalyst not rebuilding the libc itself but instead
reemerging virtual/libc.

Commit b9e8ca9b4aa1 (Make sure we rebuild actual libc and not the
virtual package.) tried to fix this, but obviously missed the mark as
any testing would have shown.

The solution is to have the python program expand the virtual itself.

Fixes: b9e8ca9b4aa1 (Make sure we rebuild actual libc and not the virtual 
package.)
Closes: https://bugs.gentoo.org/511694
Signed-off-by: Matt Turner  gentoo.org>

 scripts/bootstrap.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 03ba014b637..bfe81ac51dd 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -259,11 +259,14 @@ done
 
 eval $(pycmd '
 import portage
+from portage.dbapi._expand_new_virt import expand_new_virt
 import sys
+root = portage.settings["EROOT"]
 for atom in portage.settings.packages:
if not isinstance(atom, portage.dep.Atom):
atom = portage.dep.Atom(atom.lstrip("*"))
varname = "my" + portage.catsplit(atom.cp)[1].upper().replace("-", "_")
+   atom = list(expand_new_virt(portage.db[root]["vartree"].dbapi, atom))[0]
sys.stdout.write("%s=\"%s\"; " % (varname, atom))
 ')
 



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

2020-03-29 Thread Matt Turner
commit: b86df0838044e4233785abdd499ba194eb4ecdd6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 17:23:15 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 17:44:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86df083

scripts/bootstrap.sh: Use full cat/pkg names

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

 scripts/bootstrap.sh | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index e0dae52f02d..0a4bc06c3c8 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -272,14 +272,14 @@ for atom in portage.settings.packages:
 
 # This stuff should never fail but will if not enough is installed.
 [[ -z ${myBASELAYOUT} ]] && myBASELAYOUT=">=$(portageq best_version / 
sys-apps/baselayout)"
-[[ -z ${myPORTAGE}]] && myPORTAGE="portage"
-[[ -z ${myBINUTILS}   ]] && myBINUTILS="binutils"
-[[ -z ${myGCC}]] && myGCC="gcc"
-[[ -z ${myGETTEXT}]] && myGETTEXT="gettext"
+[[ -z ${myPORTAGE}]] && myPORTAGE="sys-apps/portage"
+[[ -z ${myBINUTILS}   ]] && myBINUTILS="sys-devel/binutils"
+[[ -z ${myGCC}]] && myGCC="sys-devel/gcc"
+[[ -z ${myGETTEXT}]] && myGETTEXT="sys-devel/gettext"
 [[ -z ${myLIBC}   ]] && myLIBC="$(portageq expand_virtual / virtual/libc)"
 [[ -z ${myTEXINFO}]] && myTEXINFO="sys-apps/texinfo"
-[[ -z ${myZLIB}   ]] && myZLIB="zlib"
-[[ -z ${myNCURSES}]] && myNCURSES="ncurses"
+[[ -z ${myZLIB}   ]] && myZLIB="sys-libs/zlib"
+[[ -z ${myNCURSES}]] && myNCURSES="sys-libs/ncurses"
 
 # Do we really want gettext/nls?
 [[ ${USE_NLS} != 1 ]] && myGETTEXT=



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

2020-03-29 Thread Matt Turner
commit: 772775deadb874bde912cfaa7e1252f40631f741
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 17:26:26 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 17:44:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772775de

scripts/bootstrap.sh: Remove nptlonly cruft

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

 scripts/bootstrap.sh | 6 --
 1 file changed, 6 deletions(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 0a4bc06c3c8..aa31fb15e8b 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -239,9 +239,6 @@ for opt in ${ORIGUSE} ; do
fi
USE_NPTL=1
;;
-   nptlonly)
-   USE_NPTLONLY=1
-   ;;
multilib)
ALLOWED_USE="${ALLOWED_USE} multilib"
;;
@@ -284,13 +281,10 @@ for atom in portage.settings.packages:
 # Do we really want gettext/nls?
 [[ ${USE_NLS} != 1 ]] && myGETTEXT=
 
-# Do we really have no 2.4.x nptl kernels in portage?
 if [[ ${USE_NPTL} = "1" ]] ; then
myOS_HEADERS="$(portageq best_visible / 
'>=sys-kernel/linux-headers-2.6.0')"
[[ -n ${myOS_HEADERS} ]] && myOS_HEADERS=">=${myOS_HEADERS}"
ALLOWED_USE="${ALLOWED_USE} nptl"
-   # Should we build with nptl only?
-   [[ ${USE_NPTLONLY} = "1" ]] && ALLOWED_USE="${ALLOWED_USE} nptlonly"
 fi
 [[ -z ${myOS_HEADERS} ]] && myOS_HEADERS="$(portageq expand_virtual / 
virtual/os-headers)"
 



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

2020-03-29 Thread Matt Turner
commit: f3f818eb40d144d40e2496cc87eceea79db380f8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 29 17:20:24 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 29 17:44:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f818eb

scripts/bootstrap.sh: Expand virtual/os-headers fallback

Unlikely that this fallback will ever be hit, but might as well prepare.

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

 scripts/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index bfe81ac51dd..e0dae52f02d 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -292,7 +292,7 @@ if [[ ${USE_NPTL} = "1" ]] ; then
# Should we build with nptl only?
[[ ${USE_NPTLONLY} = "1" ]] && ALLOWED_USE="${ALLOWED_USE} nptlonly"
 fi
-[[ -z ${myOS_HEADERS} ]] && myOS_HEADERS="virtual/os-headers"
+[[ -z ${myOS_HEADERS} ]] && myOS_HEADERS="$(portageq expand_virtual / 
virtual/os-headers)"
 
 einfo "Using baselayout : ${myBASELAYOUT}"
 einfo "Using portage: ${myPORTAGE}"



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

2020-03-29 Thread Hans de Graaff
commit: e8aafec1405e01bf54cad2225f7b9ba156413454
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 29 07:48:07 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 29 17:34:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8aafec1

profiles/package.mask: mask dev-ruby/rails:4.2 for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e7f74217a76..d747e966717 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,55 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff  (2020-03-29)
+# Old ruby24-only rails version that is no longer supported upstream
+# and has known security issues, including dependencies and slots
+# specific to Rails 4.2.
+# Migrate to Rails 5.2.
+# Masked for removal in 30 days.
+dev-ruby/rails:4.2
+dev-ruby/railties:4.2
+dev-ruby/activerecord:4.2
+dev-ruby/actionmailer:4.2
+dev-ruby/actionpack:4.2
+dev-ruby/actionview:4.2
+dev-ruby/activejob:4.2
+dev-ruby/activemodel:4.2
+dev-ruby/activesupport:4.2
+dev-ruby/arel:6.0
+dev-ruby/actionpack-xml_parser:0
+dev-ruby/jquery-rails:3
+dev-ruby/postgres_ext
+dev-ruby/protected_attributes
+dev-ruby/rails-dom-testing:1
+dev-ruby/web-console:0
+# Metasploit is a reverse dependency on Rails 4.2 Upstream shows no
+# sign of moving to a supported Rails version. Metasploit will most
+# likely be moved to an overlay.
+dev-ruby/metasploit-concern
+dev-ruby/metasploit-credential
+dev-ruby/metasploit-model
+dev-ruby/metasploit_data_models
+net-analyzer/metasploit
+dev-ruby/rex-arch
+dev-ruby/rex-bin_tools
+dev-ruby/rex-core
+dev-ruby/rex-encoder
+dev-ruby/rex-exploitation
+dev-ruby/rex-java
+dev-ruby/rex-mime
+dev-ruby/rex-nop
+dev-ruby/rex-ole
+dev-ruby/rex-powershell
+dev-ruby/rex-random_identifier
+dev-ruby/rex-registry
+dev-ruby/rex-rop_builder
+dev-ruby/rex-socket
+dev-ruby/rex-sslscan
+dev-ruby/rex-struct2
+dev-ruby/rex-text
+dev-ruby/rex-zip
+
 # Michał Górny  (2020-03-29)
 # Unmaintained, seriously outdated, vulnerable.  Multiple bugs reported.
 # Stuck on Python 3.6.



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-functools-lru-cache/

2020-03-29 Thread Sergei Trofimovich
commit: dc9c0e878e3f7820e8ca240cf6422fa24852e523
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 17:33:04 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 17:33:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9c0e87

dev-python/backports-functools-lru-cache: stable 1.6.1 for arm/arm64, bug 
#714848

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="arm arm64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../backports-functools-lru-cache-1.6.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.6.1.ebuild
 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.6.1.ebuild
index 7fd1acdc5e5..2eecf11a63c 100644
--- 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.6.1.ebuild
+++ 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.6.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



  1   2   3   4   5   6   >