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

2020-06-07 Thread Thomas Beierlein
commit: e8f6c3f45cfbd448fa2febaad62f52ae73c8e773
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Jun  8 05:26:01 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Jun  8 05:26:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f6c3f4

net-misc/linuxptp: Use $CC for compilation

Closes: https://bugs.gentoo.org/725180
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 net-misc/linuxptp/linuxptp-2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/linuxptp/linuxptp-2.0.ebuild 
b/net-misc/linuxptp/linuxptp-2.0.ebuild
index 1f775563d4b..716fbf22a46 100644
--- a/net-misc/linuxptp/linuxptp-2.0.ebuild
+++ b/net-misc/linuxptp/linuxptp-2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit linux-info
+inherit linux-info toolchain-funcs
 
 DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation"
 HOMEPAGE="http://linuxptp.sourceforge.net/;
@@ -21,7 +21,7 @@ CONFIG_CHECK="~PPS ~NETWORK_PHY_TIMESTAMPING ~PTP_1588_CLOCK"
 
 src_compile() {
export EXTRA_CFLAGS=${CFLAGS}
-   emake prefix=/usr mandir=/usr/share/man
+   emake CC="$(tc-getCC)" prefix=/usr mandir=/usr/share/man
 }
 
 src_install() {



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

2020-06-07 Thread Thomas Beierlein
commit: 476ddea3c46d10333d30e0dc6e07caab16b9e6bb
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Jun  8 05:24:23 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Jun  8 05:24:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476ddea3

net-misc/linuxptp: Drop old

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

 net-misc/linuxptp/Manifest|  1 -
 net-misc/linuxptp/linuxptp-1.8.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/net-misc/linuxptp/Manifest b/net-misc/linuxptp/Manifest
index fe7f8d28d70..1fca8bc9d88 100644
--- a/net-misc/linuxptp/Manifest
+++ b/net-misc/linuxptp/Manifest
@@ -1,2 +1 @@
-DIST linuxptp-1.8.tgz 147764 BLAKE2B 
f0dec589cf4f27c03f901262980f1c471382eefdd00772da0065077bab29ed7c1350d70b1ec4b0c912dd82304220b9c550320b82cf269d99478d40c5a7ed8541
 SHA512 
8ac52428b7addf1c43769083e660ca0ceb2813994107b8b9c59338e480f1d2e45666ebcc3f59f7b8cf9a02301b55aa54b26cbbbf81622a525a704f2d08fd383e
 DIST linuxptp-2.0.tgz 184942 BLAKE2B 
79ef9d3c379769a71e652a77f05ab661db444a76a339e72106055cf900de9cabfe303c48760f11701fefe5e641d07b73fc5a250078bedf7faa3ae995ace24da3
 SHA512 
c33487a803f8cc461f790d9a137d5cf8b35cb6d292bdd2cf7a16aa666359d8c5e24667473be843182bef1e9f8d5c6af8aab8918978f10bf08257dd408bba66d6

diff --git a/net-misc/linuxptp/linuxptp-1.8.ebuild 
b/net-misc/linuxptp/linuxptp-1.8.ebuild
deleted file mode 100644
index aa5a2f7ccf0..000
--- a/net-misc/linuxptp/linuxptp-1.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit linux-info
-
-DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation"
-HOMEPAGE="http://linuxptp.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~PPS ~NETWORK_PHY_TIMESTAMPING ~PTP_1588_CLOCK"
-
-src_compile() {
-   export EXTRA_CFLAGS=${CFLAGS}
-   emake prefix=/usr mandir=/usr/share/man
-}
-
-src_install() {
-   emake \
-   prefix="${D}"/usr \
-   mandir="${D}"/usr/share/man \
-   infodir="${D}"/usr/share/info \
-   libdir="${D}"/usr/$(get_libdir) \
-   install
-
-   dodoc README.org
-}



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

2020-06-07 Thread Jason Zaman
commit: 4f0a1a643c32e762f1cf8f07cc14da184788080d
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Jun  8 04:51:48 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jun  8 04:55:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0a1a64

sci-libs/tensorflow-estimator: fix compile error

The bazel build step used the incorrect python, so duplicate the sources
and build multiple times

Closes: https://bugs.gentoo.org/725856
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason Zaman  gentoo.org>

 2.0.ebuild => tensorflow-estimator-2.2.0-r1.ebuild} | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.2.0.ebuild 
b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.2.0-r1.ebuild
similarity index 80%
rename from sci-libs/tensorflow-estimator/tensorflow-estimator-2.2.0.ebuild
rename to sci-libs/tensorflow-estimator/tensorflow-estimator-2.2.0-r1.ebuild
index 32a54df07f9..20a13ee1c5a 100644
--- a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.2.0.ebuild
+++ b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.2.0-r1.ebuild
@@ -43,22 +43,27 @@ src_unpack() {
 src_prepare() {
bazel_setup_bazelrc
default
+   python_copy_sources
 }
 
 src_compile() {
export JAVA_HOME=$(java-config --jre-home)
 
-   ebazel build //tensorflow_estimator/tools/pip_package:build_pip_package
-   ebazel shutdown
+   do_compile() {
+   ebazel build 
//tensorflow_estimator/tools/pip_package:build_pip_package
+   ebazel shutdown
 
-   local srcdir="${T}/src"
-   mkdir -p "${srcdir}" || die
-   bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package 
--src "${srcdir}" || die
+   local srcdir="${T}/src-${EPYTHON/./_}"
+   mkdir -p "${srcdir}" || die
+   
bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package --src 
"${srcdir}" || die
+   }
+
+   python_foreach_impl run_in_build_dir do_compile
 }
 
 src_install() {
do_install() {
-   cd "${T}/src" || die
+   cd "${T}/src-${EPYTHON/./_}" || die
esetup.py install
python_optimize
}



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

2020-06-07 Thread Joonas Niilola
commit: 3dc1777e91da2d0eda47231c5c203ba92c8bfaf3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jun  8 04:41:44 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  8 04:41:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc1777e

eclass: last-rite php-ext-source-r2.eclass

Bug: https://bugs.gentoo.org/727472
Signed-off-by: Joonas Niilola  gentoo.org>

 eclass/php-ext-source-r2.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
index 931297da598..a3658cce461 100644
--- a/eclass/php-ext-source-r2.eclass
+++ b/eclass/php-ext-source-r2.eclass
@@ -1,6 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# @DEAD
 # @ECLASS: php-ext-source-r2.eclass
 # @MAINTAINER:
 # Gentoo PHP team 



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

2020-06-07 Thread Joonas Niilola
commit: b5490fc542e45225e731e76d7ea0e55bbee8154b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jun  8 04:39:19 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  8 04:39:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5490fc5

www-servers/uwsgi: remove old 2.0.17

Closes: https://github.com/gentoo/gentoo/pull/16110
Signed-off-by: Joonas Niilola  gentoo.org>

 www-servers/uwsgi/Manifest|   1 -
 www-servers/uwsgi/uwsgi-2.0.17.ebuild | 388 --
 2 files changed, 389 deletions(-)

diff --git a/www-servers/uwsgi/Manifest b/www-servers/uwsgi/Manifest
index 5f167dff5e9..a758f84d1d1 100644
--- a/www-servers/uwsgi/Manifest
+++ b/www-servers/uwsgi/Manifest
@@ -1,3 +1,2 @@
 DIST uwsgi-2.0.17.1.tar.gz 800156 BLAKE2B 
a8697263e6e7689c0062a06a9fdb1101a2df72e0ac9122b5f8a0acc78bbdbdeaa96faa1c8870b9c3a43e2e1fb5fc835e708e1bc3d0171ae746467b4734dc299d
 SHA512 
10d357961fde3a3f5f8e77986cc647313f95a33243e24c2afc482fce21df68a8ae48f90e7b5b76d7edc3cf8fd474d99823d6d60ef7477349abc65a319222f11b
-DIST uwsgi-2.0.17.tar.gz 798642 BLAKE2B 
86efb2103efaeedb37ebb00de4c01477162d119ae3dea0dc0696385216e30ff2c74eb48576f86eb181b8ada4b9eaa63b0aa761e966e3301597633d33b81142e1
 SHA512 
639427fbb89a1c2610c1cafb6ff009398a3c0a8e27c3de3f00829428271ba97b64b1253368dd6150912cf1052be2a63cbe81613bbe964be27ee2e570d2b2
 DIST uwsgi-2.0.18.tar.gz 801555 BLAKE2B 
d8008e751fd699474a1b7d6276c10b3d2f1ebd0ca325e45bfb3b13f81e88de20e4e7389cd6aa9c8b3daa964d9b11524ee71e93717ed9762bf021471f6a2c09fa
 SHA512 
6561703279bcc4a81311d033810ac066d0f113bab13b0942f3eef86cac29c584a6641b52476840d6895151aee5ed064ae2d03b18932cf7f47e62f4eeed76da61

diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
deleted file mode 100644
index 6aca5bcd7fb..000
--- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild
+++ /dev/null
@@ -1,388 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-PYTHON_REQ_USE="threads(+)"
-
-RUBY_OPTIONAL="yes"
-USE_RUBY="ruby23 ruby24"
-
-PHP_EXT_INI="no"
-PHP_EXT_NAME="dummy"
-PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php7-2 php7-3 php7-4" # deps must be registered separately below
-
-MY_P="${P/_/-}"
-
-inherit apache-module eutils flag-o-matic multilib pax-utils php-ext-source-r2 
python-r1 ruby-ng versionator
-
-DESCRIPTION="uWSGI server for Python web applications"
-HOMEPAGE="http://projects.unbit.it/uwsgi/;
-SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
-
-UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
-   http ugreen signal syslog rsyslog
-   
router_{uwsgi,redirect,basicauth,rewrite,http,cache,static,memcached,redis,hash,expires,metrics}
-   {core,fast,raw,ssl}router
-   redislog mongodblog log{file,socket}
-   spooler cheaper_busyness symcall
-   transformation_{chunked,gzip,offload,tofile}
-   zergpool )
-UWSGI_PLUGINS_OPT=( alarm_{curl,xmpp} clock_{monotonic,realtime} curl_cron
-   dumbloop echo emperor_{amqp,pg,zeromq} forkptyrouter
-   geoip graylog2 legion_cache_fetch ldap log{crypto,pipe} notfound pam
-   rados router_{access,radius,spnego,xmldir}
-   sqlite ssi stats_pusher_statsd
-   systemd_logger transformation_toupper tuntap webdav xattr xslt zabbix )
-
-LANG_SUPPORT_SIMPLE=( cgi perl ) # plugins which can be built in the main 
build process
-LANG_SUPPORT_EXTENDED=( go lua php python python-asyncio python-gevent ruby )
-
-# plugins to be ignored (for now):
-# cheaper_backlog2: example plugin
-# coroae: TODO
-# cplusplus: partially example code, needs explicit class
-# dummy: no idea
-# example: example plugin
-# exception_log: example plugin
-# *java*: TODO
-# v8: TODO
-# matheval: TODO
-IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre 
+routing selinux +ssl +xml yajl yaml zeromq"
-
-for plugin in ${UWSGI_PLUGINS_STD[@]}; do IUSE="${IUSE} 
+uwsgi_plugins_${plugin}"; done
-for plugin in ${UWSGI_PLUGINS_OPT[@]}; do IUSE="${IUSE} 
uwsgi_plugins_${plugin}"; done
-IUSE="${IUSE} ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]}"
-
-REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]} )
-   uwsgi_plugins_logcrypto? ( ssl )
-   uwsgi_plugins_sslrouter? ( ssl )
-   routing? ( pcre )
-   uwsgi_plugins_emperor_zeromq? ( zeromq )
-   uwsgi_plugins_forkptyrouter? ( uwsgi_plugins_corerouter )
-   uwsgi_plugins_router_xmldir? ( xml !expat )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   python-asyncio? ( || ( $(python_gen_useflags -3) ) python-gevent )
-   python-gevent? ( python )
-   expat? ( xml )"
-
-# util-linux is required for libuuid when requesting zeromq support
-# Order:
-# 1. Unconditional
-# 2. General features
-# 3. Plugins
-# 4. Language/app support

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

2020-06-07 Thread Georgy Yakovlev
commit: 2e0c6038362060ae2628ecd4ff11464e501c6b2b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun  8 02:26:33 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun  8 02:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0c6038

app-emulation/qemu: restore ~ppc64 keyword, bug #720206

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

 app-emulation/qemu/qemu-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-5.0.0.ebuild 
b/app-emulation/qemu/qemu-5.0.0.ebuild
index b47e0bfb6f1..e69cc892517 100644
--- a/app-emulation/qemu/qemu-5.0.0.ebuild
+++ b/app-emulation/qemu/qemu-5.0.0.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.qemu.org/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



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

2020-06-07 Thread Georgy Yakovlev
commit: 66ac0a8bf02796686649938ff2755bb51c39b4bf
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun  8 02:31:09 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun  8 02:31:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ac0a8b

app-emulation/qemu: restore ~ppc keyword, bug #720206

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

 app-emulation/qemu/qemu-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-5.0.0.ebuild 
b/app-emulation/qemu/qemu-5.0.0.ebuild
index e69cc892517..1b8e7ee1132 100644
--- a/app-emulation/qemu/qemu-5.0.0.ebuild
+++ b/app-emulation/qemu/qemu-5.0.0.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.qemu.org/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



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

2020-06-07 Thread Georgy Yakovlev
commit: c91a73a94ee368570c9b7888646e53bdde04bdf8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun  8 02:21:36 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun  8 02:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91a73a9

profiles/arch/powerpc/ppc64: unmask qemu[spice,usbredir]

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/powerpc/ppc64/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index 781eb4b92fc..1471d4c28c6 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev 

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

2020-06-07 Thread Georgy Yakovlev
commit: 65561bbcb76838bdea0a1bb473520b939e07e9f8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun  8 02:15:51 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun  8 02:15:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65561bbc

app-emulation/spice: add ~ppc64 keyword

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

 app-emulation/spice/spice-0.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/spice/spice-0.14.3.ebuild 
b/app-emulation/spice/spice-0.14.3.ebuild
index 0f2cbe2de26..625486fef66 100644
--- a/app-emulation/spice/spice-0.14.3.ebuild
+++ b/app-emulation/spice/spice-0.14.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="libressl lz4 sasl smartcard static-libs gstreamer"
 
 # the libspice-server only uses the headers of libcacard



[gentoo-commits] data/gentoo-news:master commit in: 2019-09-11-cpu_flags_ppc-introduction/

2020-06-07 Thread Georgy Yakovlev
commit: 72de871e6fb59e1e7fb3af51bc6227ad32b0e019
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun  7 23:18:31 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun  7 23:29:57 2020 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=72de871e

2019-09-11-cpu_flags_ppc-introduction.en.txt: new revision

add vsx2 flag information

Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../2019-09-11-cpu_flags_ppc-introduction.en.txt   | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/2019-09-11-cpu_flags_ppc-introduction/2019-09-11-cpu_flags_ppc-introduction.en.txt
 
b/2019-09-11-cpu_flags_ppc-introduction/2019-09-11-cpu_flags_ppc-introduction.en.txt
index a4a4ee5..3267fe0 100644
--- 
a/2019-09-11-cpu_flags_ppc-introduction/2019-09-11-cpu_flags_ppc-introduction.en.txt
+++ 
b/2019-09-11-cpu_flags_ppc-introduction/2019-09-11-cpu_flags_ppc-introduction.en.txt
@@ -1,7 +1,7 @@
 Title: new CPU_FLAGS_PPC USE_EXPAND
 Author: Georgy Yakovlev 
 Posted: 2019-09-11
-Revision: 1
+Revision: 2
 News-Item-Format: 2.0
 Display-If-Keyword: ~ppc
 Display-If-Keyword: ~ppc64
@@ -14,6 +14,7 @@ The flags are:
 
   altivec - Use the AltiVec/VMX instruction set
   vsx - Use the Vector Scalar Extension instruction set
+  vsx2 - Use the Vector Scalar Extension v.2 instruction set
   vsx3 - Use the Vector Scalar Extension v.3 instruction set
 
 Note that CPU_FLAGS_PPC variable is used on ppc and ppc64 architectures.
@@ -29,10 +30,10 @@ This flag needs to be set as:
 
 It's advised to keep 'altivec' USE flag enabled to ensure safe
 migration and compatibility with external repositories.
-'vsx' and 'vsx3' are new flags and no migration necessary.
+'vsx', 'vsx2' and 'vsx3' are new flags and no migration necessary.
 
 To help users enable the correct USE_EXPAND flags PPC support has been
 added to app-portage/cpuid2cpuflags package:
 
-  # emerge -1v >=app-portage/cpuid2cpuflags-7
+  # emerge -1v >=app-portage/cpuid2cpuflags-9
   $ cpuid2cpuflags



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

2020-06-07 Thread Mike Pagano
commit: 88611f5dcae18f87e2b6022d9c4fcbdfaf096201
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 23:27:43 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 23:27:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88611f5d

sys-kernel/gentoo-sources: Linux patch 5.7.1

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e65c0bb6012..d829bf27aca 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -130,6 +130,9 @@ DIST genpatches-5.6-21.extras.tar.xz 1764 BLAKE2B 
3bb364ea4fa5d1de6e35687b56ae00
 DIST genpatches-5.7-1.base.tar.xz 5168 BLAKE2B 
506ed0fe3ecf7891c0fa89467437ec665b91a5d476832f567702d42aa0216b5c738cfed235e990f66244d8dbcd3c71ece1d4b280638be2b62412cb9fc2ae05c0
 SHA512 
bf14433a31b131bb74c1abb1151d021074015a6ed28c88bcb56430e9502d54b450bed1c066c9cd4870da2f1642cc065f2a5d027cbf389b705cea72ad3ea8e2ab
 DIST genpatches-5.7-1.experimental.tar.xz 13700 BLAKE2B 
9495afe7c18a779388495a25c3f03a32ab589385d7dadb66026ade8093d6ac3149abccc0331b01de9b1d078bcbd7be957d66bca8f42ea9ed0693b5dd84e49afc
 SHA512 
021cc871b49f73521e394f4e2085b81b8fb02a35ad6e5a7de2c7581ea294fcbfbad9bdcffb9e34be04946a2254995b24e53657d963b89becfe898f250826b43e
 DIST genpatches-5.7-1.extras.tar.xz 1764 BLAKE2B 
d455a21ce5f37b37861747a71d55f16e9983d82ddbfc51e65f6401384b7415dff3afe5491f9ff5344e9b6ab33b760e647e3e4075549211c1a9d7d2249baa4f98
 SHA512 
0215ce69c03a12e5bdddfcb61ad1ef9cdeb7b2016971d439766bb2420142b9c960fefedb4f85edef73172203961be9fa01c70cb76f72e9b1f4edb299a6a14067
+DIST genpatches-5.7-2.base.tar.xz 9760 BLAKE2B 
4419a2a667a4f681589bf38f6cbe1b876170985c529500d9008def294910726e30d6ae3943fae52c368d91c5a7521fc0cb51e9c8ba3d935ad5546849e77d4a60
 SHA512 
b0a90263abc26e5c7b8e61f308cd21ec9ac3526fefa4208aabf913df38afbbbaa238f2f70d62670a032dbcbf0fd0a4eb621b77d3616f59c3bfa4833c730d8771
+DIST genpatches-5.7-2.experimental.tar.xz 13696 BLAKE2B 
6a4cb236b982a9e9da46f7f91bf5b1d0843664ee7c66f8affd91fbe1683bbaf233ae920139993bcc7af020b0241119184bc8cff5d9c12d5b4aedf7a91ffe8c11
 SHA512 
706d0920a619315f6893efb190643867d59e6eea252fd214585650a108ee21cc9c3527f9236348204e6fa6094c2d9fb488bd303b7e6965a1f907b9ba0c7676fd
+DIST genpatches-5.7-2.extras.tar.xz 1764 BLAKE2B 
0f5db8504a0fcf344a65cc98290a3f0ba88a4e09cf989624ef678060177e26a636b853184976c33a164c8c4f6a6b0ffc0fdb017c2ae70aec6280fd823733674c
 SHA512 
7a0e5f2da7ab44f18339b7138ce2bb25c1745dfb1962be1f61d75878b1a82a53449b9e00f9b9b9f85f3527073f9965c5dc68083d97e68b2332867554f77f3c53
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e

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



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

2020-06-07 Thread Mike Pagano
commit: d9dbddf6f63117cc549ec5bff8aa6f389ac3d7d0
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 23:25:44 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 23:25:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9dbddf6

sys-kernel/gentoo-sources: Linux patch 5.6.17

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c2e081a750b..e65c0bb6012 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -124,6 +124,9 @@ DIST genpatches-5.6-19.extras.tar.xz 1764 BLAKE2B 
80e76bea74e9b4f1f78de798a78f19
 DIST genpatches-5.6-20.base.tar.xz 474872 BLAKE2B 
ee8eb1db2f33a8f3b6dbc700f92b7ba124072b5c39ed7a7ceea114daf6d571eb7ced5d36e09fc90b5d3d9a9c36b87a6c4372f92b8f422f5d45aaa56eb7b20641
 SHA512 
05e69032d1152692dd93d47212e80d2ad816aa3d3290b0019db41f77e9ab486adb8312472c753ada6c94d715553cc9d205920580297c9c49e173ef4dd0e5
 DIST genpatches-5.6-20.experimental.tar.xz 13704 BLAKE2B 
40dd9f344fbbfde4a7cd1efa7dab9c5b5155d3e0431b0c6bcfec26c484dd8111f4a1e525340e5a26d67d3675ae77ca9be6e326e42f1332d91c18c2ec3d2b8ba1
 SHA512 
874de82056c0be899f028ba3318af6e18708b2b89cb0536ab0e46163aa813bffe05395c29c6993cd7612fde73faa2061fd8d9040479de9c00c0b966bdf6439c7
 DIST genpatches-5.6-20.extras.tar.xz 1764 BLAKE2B 
ffa3cdebb5e9a0f22d23f106d0a3f4395d878277d3c62e2df1e2d333542b9c8ab3cb076a50092d1d19b6288bd39571275037246380b3944c003cc2c309b09732
 SHA512 
704b9c25aea54d746c83eb96797068af3c7fd1e39966f4e21a3f6242a3b0ad5bf749865088d1df9b93f4fb765e49f96dcca5929c5c194abdb25d7fd3e36d531c
+DIST genpatches-5.6-21.base.tar.xz 484912 BLAKE2B 
95d41865b7c6d26ffb2bdf517c6d53c9ea274bc50101078abc3a002c19b127e56d4f142bb09864389daf57d1f0b48858006e4eb08c2cf2cbfe16cf158d7b71e3
 SHA512 
2ec25b0360508542999229df54c51d6d66f7083377a9080cc5efb43ea5640c98e385ef0324f1cce666eb03ce6c8798fc357c1a72867e5a241f5aa991964e1879
+DIST genpatches-5.6-21.experimental.tar.xz 13688 BLAKE2B 
924bfb488c3b5c75663d77900c1f741acce376f54174f7e5de067c7e126d935c2c03196b504c34e3a4ab8312f625b40a5915658bcf74b6b192f8da61d414d459
 SHA512 
4a31c0a1f7e36d96403fb22daa72d5a13ecd410763bd7ccdc0702fade79a87585b77903d044460ff6c184b468656ed880a7684d2edd1bab8a387376a63557015
+DIST genpatches-5.6-21.extras.tar.xz 1764 BLAKE2B 
3bb364ea4fa5d1de6e35687b56ae00c88f060cd3f6ae0a4bc4dbd9dcd3c29b8c846ae5a1c333505626c74ed7fab350a9c595f5733328a65580f8d891fd3ea756
 SHA512 
55761e55cd32b3d1d3807232aa91d1277d30b978b405c82ceb8029f8c2d62198cabf0754ed2caa33b851c0c6a3523f98d31b0a083a9e7e6376eb900a5ea1e044
 DIST genpatches-5.7-1.base.tar.xz 5168 BLAKE2B 
506ed0fe3ecf7891c0fa89467437ec665b91a5d476832f567702d42aa0216b5c738cfed235e990f66244d8dbcd3c71ece1d4b280638be2b62412cb9fc2ae05c0
 SHA512 
bf14433a31b131bb74c1abb1151d021074015a6ed28c88bcb56430e9502d54b450bed1c066c9cd4870da2f1642cc065f2a5d027cbf389b705cea72ad3ea8e2ab
 DIST genpatches-5.7-1.experimental.tar.xz 13700 BLAKE2B 
9495afe7c18a779388495a25c3f03a32ab589385d7dadb66026ade8093d6ac3149abccc0331b01de9b1d078bcbd7be957d66bca8f42ea9ed0693b5dd84e49afc
 SHA512 
021cc871b49f73521e394f4e2085b81b8fb02a35ad6e5a7de2c7581ea294fcbfbad9bdcffb9e34be04946a2254995b24e53657d963b89becfe898f250826b43e
 DIST genpatches-5.7-1.extras.tar.xz 1764 BLAKE2B 
d455a21ce5f37b37861747a71d55f16e9983d82ddbfc51e65f6401384b7415dff3afe5491f9ff5344e9b6ab33b760e647e3e4075549211c1a9d7d2249baa4f98
 SHA512 
0215ce69c03a12e5bdddfcb61ad1ef9cdeb7b2016971d439766bb2420142b9c960fefedb4f85edef73172203961be9fa01c70cb76f72e9b1f4edb299a6a14067

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



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

2020-06-07 Thread Georgy Yakovlev
commit: 7954a8ed241574852dad7e932afd4276d58370b7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun  7 23:22:37 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun  7 23:24:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7954a8ed

media-libs/x265: use cpu_flags_ppc_vsx2 in ver 

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

 media-libs/x265/x265-.ebuild | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/media-libs/x265/x265-.ebuild b/media-libs/x265/x265-.ebuild
index 8d6664cdef2..65ee36367ee 100644
--- a/media-libs/x265/x265-.ebuild
+++ b/media-libs/x265/x265-.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="http://x265.org/ 
https://bitbucket.org/multicoreware/x265/wiki/Home;
 LICENSE="GPL-2"
 # subslot = libx265 soname
 SLOT="0/192"
-IUSE="+10bit +12bit cpu_flags_arm_neon cpu_flags_ppc_altivec numa pic power8 
test"
+IUSE="+10bit +12bit cpu_flags_arm_neon cpu_flags_ppc_vsx2 numa pic test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] )"
@@ -96,7 +96,7 @@ x265_variant_src_configure() {
if [[ ${ABI} = ppc* ]] ; then
mycmakeargs+=(
-DENABLE_ALTIVEC=OFF
-   -DCPU_POWER8=$(usex power8 ON OFF)
+   -DCPU_POWER8=$(usex cpu_flags_ppc_vsx2 
ON OFF)
)
fi
;;
@@ -118,7 +118,7 @@ x265_variant_src_configure() {
if [[ ${ABI} = ppc* ]] ; then
mycmakeargs+=(
-DENABLE_ALTIVEC=OFF
-   -DCPU_POWER8=$(usex power8 ON OFF)
+   -DCPU_POWER8=$(usex cpu_flags_ppc_vsx2 
ON OFF)
)
fi
;;
@@ -138,9 +138,13 @@ x265_variant_src_configure() {
-DLINKED_12BIT=$(usex 12bit)
)
if [[ ${ABI} = ppc* ]] ; then
+   # upstream uses mix of altivec + power8 
vectors
+   # it's impossible to enable altivec 
without CPU_POWER8
+   # and it does not work on ppc32
+   # so we toggle both variables together
mycmakeargs+=(
-   -DCPU_POWER8=$(usex power8 ON 
OFF)
-   -DENABLE_ALTIVEC=$(usex 
cpu_flags_ppc_altivec ON OFF)
+   -DCPU_POWER8=$(usex 
cpu_flags_ppc_vsx2 ON OFF)
+   -DENABLE_ALTIVEC=$(usex 
cpu_flags_ppc_vsx2 ON OFF)
)
fi
fi



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

2020-06-07 Thread Mike Pagano
commit: cc66248cde26248014a68c2eb306fb26f7ae3c0a
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 23:23:21 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 23:23:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc66248c

sys-kernel/gentoo-sources: Linux patch 5.4.45

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 96369766a1f..c2e081a750b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -97,6 +97,9 @@ DIST genpatches-5.4-43.extras.tar.xz 1764 BLAKE2B 
92a0a6bc5406ad2b27e6de9daa95b0
 DIST genpatches-5.4-44.base.tar.xz 1501024 BLAKE2B 
c65367159612a8ab26cfb78baaf286071d7eb5782f6877ba0b59c5e3d3843510d1b81821353739c7f3aaf38dd7a8fff67a98d63fbc2b1c1afeeefd2826cbdc02
 SHA512 
056bd68c900a21eb0ae5fb3e603f94461df2bd26144135c7995cb335e466df94e4d9f38927a239886c6f9c4fbc1cf81b9dd345dd04d4513c9fe6315ac5f3d098
 DIST genpatches-5.4-44.experimental.tar.xz 6148 BLAKE2B 
cea5aa9505c278623895f98bbac1277f9e94b946ce1359396fc91cbf84902fb60360d10c822514984b8049cfaeb0ca2c159a5a101e2eacf8d4a0fad2cfb0e531
 SHA512 
5e9f30ce321fac97654978d1d7768cdfea7f34d770b6763d236829589fae6c7178257edebb2f21f28912a9be51aa12fed4ff468c94d528a8dc13abc49fb037f9
 DIST genpatches-5.4-44.extras.tar.xz 1768 BLAKE2B 
85b10762ef888a3afd455c9a42fd6343f6f491d46c0e55d786e1aa3c203dc0a5aa6a296b9770705b31cfa27aa7e4a28a492b8cf95bd413b5dff4c631bdbc7ed1
 SHA512 
21b034036069f919ed73641dbe3fbaa92dfefd16489383d45c6973c367f4ca3261655ae6a0ce11684e8c5eb45c943981251328ddcd001af9507584f00426092a
+DIST genpatches-5.4-45.base.tar.xz 1513092 BLAKE2B 
a727965734e146e93b04468d6dc622f435bb736dd3c5f1d07a13e0ae191940074fd65cb105d4ae4e3e0521d12748ff57768e63bb6e421de4970ab8869bbc9173
 SHA512 
5efae8a94199ba7440824f80216fb2d00257e8ab6094d740a5b248d29363c49cae4c474f4356f918a779a79fc25f23e3191c53d91cc0b92969cee4af4869749e
+DIST genpatches-5.4-45.experimental.tar.xz 6140 BLAKE2B 
1474273566beb096537524de829d2e1fbbb847dc814f3a837fbab5a9813a0cb63879f4d713707a94c792c689000ad3a56688ed7d3b9cff8992af6fd0f2a59dc9
 SHA512 
d5e1dc518413360b583c2cbc87f386ce155b91a0141dc09bf94639bbbfdaf9a1dcce055c9019acd92c8c7a5bd068fee76b753df1d7198f6d7916c053f2b12e97
+DIST genpatches-5.4-45.extras.tar.xz 1764 BLAKE2B 
dcd5f69470511643fae8e6a6239dfd44c9553e1a361c35a57c7101bfb460cec366c26a19cc7a754594f443081c89294bfe5cde2b29d4687fe45faf433f2fa9ff
 SHA512 
ad0e39cdb48083ce3aeaf080897063c95c2b79664f258b6b66c4ba28bc5333888ce9ed31786a0e6e324f56693de3130bfcb8e15aa97982dcc35e876178f52e2d
 DIST genpatches-5.6-12.base.tar.xz 273584 BLAKE2B 
dbbf0bca70ce76b98665cbec6b755395f3a538f84bb980baf0c5b37a625b8bd858fe6f0a1342b5c9762111e6f3a72c3de3e73af7a4a0ea4be9d0a4636d241814
 SHA512 
8938c716826296a070a7043389a63404d70fda7124b38f77504c9db9f2bb4cac431bdeb6eeeae5afce98df5e3b2aed8564e2e339641af8249bea74247d0fd4be
 DIST genpatches-5.6-12.experimental.tar.xz 13692 BLAKE2B 
08cf6b55e5d376d9b01c576658d31e73b26c844d2a27fd0d06bb53344b1822fa42f882503eac5d8cf2fd936cad5e904851e966f3afa8f477a895af9d445bb604
 SHA512 
35b596de51b38ffa9d0b52d02f013e6d847aa2d327a466ea91e72ffbd8986814b872496e86f6b8a7c942df57f0282dd6457340b8c11c346b1abef72c222bbf14
 DIST genpatches-5.6-12.extras.tar.xz 1756 BLAKE2B 
71803881b4d4257730913d7ebe04008dc34787974f1180f10577ff7572b2280c9d26cb8d9e7e8f41828613c75c8e72f7957afc31cf789376e8db829ee5a189ca
 SHA512 
aacd0a24a8c15343ab41496108c27263c87580a1ba9a5f237994f55d78187b1cdb77e7b3d2245178fae237c17a4c3cbd116cd0090be7aa34bb21085b094125c5

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



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

2020-06-07 Thread Georgy Yakovlev
commit: de95a7bc1adb98fb4ed36ac08540b09544c25b84
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun  7 22:45:40 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun  7 23:23:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de95a7bc

profiles/desc/cpu_flags_ppc.desc: add vsx2 description

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/desc/cpu_flags_ppc.desc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/desc/cpu_flags_ppc.desc b/profiles/desc/cpu_flags_ppc.desc
index cddd07f1706..5d3aad787db 100644
--- a/profiles/desc/cpu_flags_ppc.desc
+++ b/profiles/desc/cpu_flags_ppc.desc
@@ -1,6 +1,7 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 altivec - Use the AltiVec/VMX instruction set
 vsx - Use the Vector Scalar Extension instruction set (POWER7 and later)
+vsx2 - Use the Vector Scalar Extension v.2 instruction set (POWER8 and later)
 vsx3 - Use the Vector Scalar Extension v.3 instruction set (POWER9 and later)



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

2020-06-07 Thread Mike Pagano
commit: 55d087eb1dd15818e42567c79b955be41bb3f3ca
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 23:21:02 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 23:21:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d087eb

sys-kernel/gentoo-sources: Linux patch 4.19.127

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 01d223345e9..96369766a1f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -37,6 +37,9 @@ DIST genpatches-4.19-124.extras.tar.xz 17516 BLAKE2B 
1c7db2f9f888a9becf0dd891a3f
 DIST genpatches-4.19-125.base.tar.xz 3502748 BLAKE2B 
784bedecaf70628f48f3c54a399e1ba92654ffd304aa790902b16e8a5e6bc4935fe3f2409df48aa19e24f633daf153c52e836eb50c15fc05a32290b1c5b1811f
 SHA512 
96f300d8bf6522ab2cbca8614e0727c2ed6204c7bb84760017e424647cc6105f4b902ee39ae63d7b0a63bd6bf85a8ebe7f92fbf406fbfdce861d07ff45856a58
 DIST genpatches-4.19-125.experimental.tar.xz 6436 BLAKE2B 
ec155a585d8a7d2ecb98ef7f469f62f0bf0755ee69f8898834e073f5d6dd91b0fc7309f6a445cfa6c6c7de2b025b9390e13248945563b24a9e2bd87b6f98a307
 SHA512 
7a0c01118ff46afe315e4ff48c004b58c0d5b41be4cb29b8e5b66c387f5943c3f1614df4268e7b2cbc386bb6a69ee9deb5abf5112959b302534cf580c61656ba
 DIST genpatches-4.19-125.extras.tar.xz 17524 BLAKE2B 
15f2bbb8549fd96cabcd21a881215c9765474fc7c6f0d50556950c47d8170b89381c154615187cae5184a4962a1d181981bd35d9efc561f4e7099e347f7c7d70
 SHA512 
ec73a24c2a8eae8c1bdb2531e6893618d470c164e86e927b0753fec8d03fbc0fb200cf656c04d17936c9ba1cd2600f40677828ee41dfe07a102935efc9340ac9
+DIST genpatches-4.19-126.base.tar.xz 3508656 BLAKE2B 
8b73bae749aa26965578ea983ceb0f0d2d3133adf4d182f18532f99dc49eebcbe81385aad7768de530c0cf76dfbf8039c0efcb6ae97c5a7b01e001f1f325a129
 SHA512 
48a89f610a642e2f7b81a6fc37b8cf32d83b7cd084342c69bd8c425f45fa6e8d651ae3de827327b62236c5e3af652314882c3f6cfcce7a03f51eeddaef01b737
+DIST genpatches-4.19-126.experimental.tar.xz 6436 BLAKE2B 
97101a4a32fcadb523cfb19d14b8d9e48058877df6214a4962efe5c14426c42119836c302b6f7d8030be7799bc056685856f089d0bbb5ac8bd64e31389c87ed6
 SHA512 
76d9eedab45b5949cd2f0c0de767dcfd3de7f2788e25bd4e6d63a89dfaaf393daf95851e18ebb3ebed0eeb3a955c0082b0d834207ddf8327d13520473c01732b
+DIST genpatches-4.19-126.extras.tar.xz 17520 BLAKE2B 
d0c02bf09bbca9f936edd26f22dc2965782d0dc171cf4324a74fe489e58c02a52fe0f4b20a71d424e8d97b2aac91e18065327edcb73deadbfc90489e31eef33e
 SHA512 
342dda3986fe7bb37f63945e9cf5e7e63ce42108c8cc494a01330f5d7b59787c78d6c62cb9c93fababf711f474ea657c61d183b2155e7dfa8abe151aa0fc01d7
 DIST genpatches-4.4-222.base.tar.xz 3571800 BLAKE2B 
4402f71d528f74ba4da4fab9e0209ca9f169f78ff3619f04b6c448bbd7a21613118d1f79a470f63785180e7080289fb9ab2a59673b9ef3b67838e5fe769e297b
 SHA512 
d03f6b31adbf185918cb71a9a276cc09c500f2d6234c6d86e9d4341e487204b4b50ee3a0af48002bb529a0445ee50f7ce187ffabb9b76a69e789a7a930caf23a
 DIST genpatches-4.4-222.experimental.tar.xz 83348 BLAKE2B 
fbb8c234d060b3c54b0ecb3763ca0b36700556817d4bec51ceace60a68b82c7d93c673ab3372e9e0aecfc9e0cf688340c6122070b509096971f98e1bee86d71b
 SHA512 
d8c39c415bcb5f40e1d3877f85e9ac649936af66108d9106f5c6732b2f75b37b6a18893889fc4ed6f8409ad47b0d5a2ba1e45a16bf31a0fa3b0e771789841d83
 DIST genpatches-4.4-222.extras.tar.xz 16496 BLAKE2B 
cc06659a35fed7d1bac1d7c8076f1199b5985b99202c64b6f09a8557361151b51be540189b1ffeb8acfe222cfb4908e401f74b5757e6ba65a2c16dd035fb831b
 SHA512 
294bf913915ca2669475be17dcc91f2b65c5c48bf59964650a869f1d2773e2940a09b8caf51fa92db7933d3eafa3569df64699ff10bcf1b16bed1c722fef7581

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



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/files/, games-roguelike/moria/

2020-06-07 Thread Stefan Strogin
commit: c4d5afb9e7beb83378586c3962f8d4643b7ed6f9
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sun Jun  7 23:11:40 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sun Jun  7 23:17:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d5afb9

games-roguelike/moria: don't install license; read it from /usr/portage/

And install files from ${build_dir} which is umoria/, not data/,
otherwise splash.txt and versions.txt are not installed.

It changes the installed files, so bump the revision.

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

 ...10-gentoo-paths.patch => moria-5.7.12-gentoo-paths.patch} |  8 
 .../moria/{moria-5.7.12.ebuild => moria-5.7.12-r1.ebuild}| 12 +++-
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/games-roguelike/moria/files/moria-5.7.10-gentoo-paths.patch 
b/games-roguelike/moria/files/moria-5.7.12-gentoo-paths.patch
similarity index 91%
rename from games-roguelike/moria/files/moria-5.7.10-gentoo-paths.patch
rename to games-roguelike/moria/files/moria-5.7.12-gentoo-paths.patch
index 0d17c549e77..a5ae834413d 100644
--- a/games-roguelike/moria/files/moria-5.7.10-gentoo-paths.patch
+++ b/games-roguelike/moria/files/moria-5.7.12-gentoo-paths.patch
@@ -1,8 +1,8 @@
 diff --git a/src/config.cpp b/src/config.cpp
-index 09528f7..1c299ed 100644
+index 36f565b..bfe1b18 100644
 --- a/src/config.cpp
 +++ b/src/config.cpp
-@@ -12,17 +12,17 @@ namespace config {
+@@ -13,17 +13,17 @@ namespace config {
  // Data files used by Umoria
  // NOTE: use relative paths to the executable binary.
  namespace files {
@@ -19,7 +19,7 @@ index 09528f7..1c299ed 100644
 -const std::string scores = "scores.dat";
 +const std::string splash_screen = "/usr/share/moria/splash.txt";
 +const std::string welcome_screen = "/usr/share/moria/welcome.txt";
-+const std::string license = "/usr/share/doc/@PF@/LICENSE";
++const std::string license = "/usr/portage/licenses/GPL-2";
 +const std::string versions_history = "/usr/share/moria/versions.txt";
 +const std::string help = "/usr/share/moria/help.txt";
 +const std::string help_wizard = "/usr/share/moria/help_wizard.txt";
@@ -29,5 +29,5 @@ index 09528f7..1c299ed 100644
 +const std::string death_royal = "/usr/share/moria/death_royal.txt";
 +const std::string scores = "/var/lib/moria/scores.dat";
  std::string save_game = "game.sav";
- }
+ } // namespace files
  

diff --git a/games-roguelike/moria/moria-5.7.12.ebuild 
b/games-roguelike/moria/moria-5.7.12-r1.ebuild
similarity index 78%
rename from games-roguelike/moria/moria-5.7.12.ebuild
rename to games-roguelike/moria/moria-5.7.12-r1.ebuild
index dbdd1675933..4e425eb4de6 100644
--- a/games-roguelike/moria/moria-5.7.12.ebuild
+++ b/games-roguelike/moria/moria-5.7.12-r1.ebuild
@@ -22,11 +22,10 @@ BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/umoria-${PV}"
 
-PATCHES=( "${FILESDIR}/${PN}-5.7.10-gentoo-paths.patch" )
+PATCHES=( "${FILESDIR}/${PN}-5.7.12-gentoo-paths.patch" )
 
 src_prepare() {
cmake_src_prepare
-   sed -i "s/@PF@/${PF}/" src/config.cpp || die
hprefixify src/config.cpp
 }
 
@@ -34,20 +33,15 @@ src_install() {
newbin umoria/umoria moria
 
insinto /usr/share/moria
-   doins data/*.txt
+   doins umoria/data/*.txt
 
insinto /var/lib/moria
-   doins data/scores.dat
+   doins umoria/scores.dat
fowners root:gamestat /var/lib/moria/scores.dat
fperms g+w /var/lib/moria/scores.dat
 
doman "${FILESDIR}"/${PN}.6
dodoc -r AUTHORS CHANGELOG.md CONTRIBUTING.md README.md historical
-
-   # The game binary will look for plain text LICENSE
-   insinto /usr/share/doc/${PF}
-   doins LICENSE
-   docompress -x /usr/share/doc/${PF}/LICENSE
 }
 
 pkg_postinst() {



[gentoo-commits] proj/linux-patches: New tag: 5.7-2

2020-06-07 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 22:51:09 2020 +

New tag: 5.7-2




[gentoo-commits] proj/linux-patches: New tag: 5.4-45

2020-06-07 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 22:49:16 2020 +

New tag: 5.4-45




[gentoo-commits] proj/linux-patches: New tag: 5.6-21

2020-06-07 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 22:49:52 2020 +

New tag: 5.6-21




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

2020-06-07 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 22:47:20 2020 +

New tag: 4.19-126




[gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/, kde-plasma/kwin/files/

2020-06-07 Thread Andreas Sturmlechner
commit: f6177a45f8fa7279677e3ced174052122864e1ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  7 21:17:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 21:17:22 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f6177a45

kde-plasma/kwin: Fix the Plastik decoration with Qt 5.15

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

 kde-plasma/kwin/files/kwin-5.19.0-qt-5.15.patch | 39 +
 kde-plasma/kwin/kwin-5.19.0.ebuild  |  2 ++
 2 files changed, 41 insertions(+)

diff --git a/kde-plasma/kwin/files/kwin-5.19.0-qt-5.15.patch 
b/kde-plasma/kwin/files/kwin-5.19.0-qt-5.15.patch
new file mode 100644
index 00..eb8f661702
--- /dev/null
+++ b/kde-plasma/kwin/files/kwin-5.19.0-qt-5.15.patch
@@ -0,0 +1,39 @@
+From ec602e0c2a676aed0707c7fb7edfe964516dbc77 Mon Sep 17 00:00:00 2001
+From: Fabian Vogt 
+Date: Sun, 7 Jun 2020 18:05:21 +0200
+Subject: [PATCH] Fix the Plastik decoration with Qt 5.15
+
+The trick in qmldir no longer works with Qt 5.15, so use a more reliable
+approach. This way works with Qt 5.15 and also on previous versions of Qt.
+---
+ .../kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp | 3 ++-
+ plugins/kdecorations/aurorae/themes/plastik/code/qmldir| 3 ---
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+diff --git 
a/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp 
b/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp
+index 25d11251f..4304dcdc1 100644
+--- a/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp
 b/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp
+@@ -20,7 +20,8 @@ along with this program.  If not, see 
.
+ 
+ void PlastikPlugin::registerTypes(const char *uri)
+ {
+-Q_UNUSED(uri)
++// Need to register something to tell Qt that it loaded (QTBUG-84571)
++qmlRegisterModule(uri, 1, 0);
+ }
+ 
+ void PlastikPlugin::initializeEngine(QQmlEngine *engine, const char *uri)
+diff --git a/plugins/kdecorations/aurorae/themes/plastik/code/qmldir 
b/plugins/kdecorations/aurorae/themes/plastik/code/qmldir
+index 49a4b402d..aa7bf16b3 100644
+--- a/plugins/kdecorations/aurorae/themes/plastik/code/qmldir
 b/plugins/kdecorations/aurorae/themes/plastik/code/qmldir
+@@ -1,5 +1,2 @@
+ module org.kde.kwin.decorations.plastik
+ plugin plastikplugin
+-
+-# we need to have at least one element of Qt is not able to find the plugin 
*shrug*
+-Foo 1.0 Foo.qml
+-- 
+2.27.0
+

diff --git a/kde-plasma/kwin/kwin-5.19.0.ebuild 
b/kde-plasma/kwin/kwin-5.19.0.ebuild
index 1bba7ee2de..fdfae8e98d 100644
--- a/kde-plasma/kwin/kwin-5.19.0.ebuild
+++ b/kde-plasma/kwin/kwin-5.19.0.ebuild
@@ -94,6 +94,8 @@ PDEPEND="
 
 RESTRICT+=" test"
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" ) # Plastik deco issue; in 
Plasma/5.19
+
 src_prepare() {
ecm_src_prepare
use multimedia || eapply 
"${FILESDIR}/${PN}-5.16.80-gstreamer-optional.patch"



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

2020-06-07 Thread Mike Pagano
commit: 0421e9f539df736c90d37f3ff82ad438ee807c38
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 22:39:34 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 22:39:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0421e9f5

dev-util/idea-community: Version bump

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

 dev-util/idea-community/Manifest   |   1 +
 .../idea-community-2020.1.2.201.7846.76.ebuild | 142 +
 2 files changed, 143 insertions(+)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index b347c783486..436c0f3e32f 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,5 +1,6 @@
 DIST ideaIC-1.0.201.6668.121.tar.gz 524536881 BLAKE2B 
645e7c0390d89d0e0f1710682a5608dc226154e83ea7368434cf5da61f73064467fe7884d90c13d0d33b8feb0a237ca83446a155a135e3884bdaeca5254191ae
 SHA512 
e2688788188726e418cddeef2bf46a54e8b1bcf4770d7daf5b2ee0d1de7d5ab9c84fef0078622b17e884d9b9cb5b826873b4c120aaec3c592e18ee2ddca2c7f6
 DIST ideaIC-1.1.201.7223.91_20200507.tar.gz 529101163 BLAKE2B 
a8f7847c6fb673a58678f02c1933ee1d6a3a89946583c9488d30bbcb320c743694c5bd8a6d53f327ffdce602f93c92e6c17396af3ab4e235b24f28eaa77342ee
 SHA512 
f272cc8ef90fb4c0ac5fba905caeb459e9657a0f4f643c8e19e5330812477acb57e558808d290ad6e9bfe9c5835d700b59546f57733310e629915c88b2533304
+DIST ideaIC-1.2.201.7846.76_20200507.tar.gz 529076492 BLAKE2B 
ec93303776324fca08db6e0a0e8058cdc4aa009852cf02beeb27193ea479845319f7b9a11983d56b10b31e280f4da5bfc6f43c802d42fa3c85d43ccbaa67a965
 SHA512 
59a6e87788dd0776ed11e882ae3f0b9e18f63d899602a4c576f946a7979d895a8750af20947f6273db8fde3fccce05cbd5b6bd4c0142450935d0abaace405679
 DIST jbr-11_0_2-linux-x64-b164.tar.gz 131483925 BLAKE2B 
fb9c55094aeb4a9e6b89ef41699252355895fa4bf55eaa0d3c0a637b6485b5a91a0445b5f4af1872b62cd67b639f7354e05770970d41dcfa58ffeda7ae43c5b6
 SHA512 
4f32940166cc8ad5a138866e18d4cbfcd07f4326a85c051b7a622c9dcb8ee4b6d493331ef24d0c01999134fa2a9bad901f026982c16780fdc5e6b9308821db34
 DIST jbrx-8u202-linux-i586-b1483.37.tar.gz 80726147 BLAKE2B 
e4e5a076a541fd7153e861193ff4247c02ecbc144396ed28737afa7440f7771569b8d968b7c67b3dac333a89ff0b54cc9e5e76d1651b174cc7c0c21b1deb033c
 SHA512 
53693f2ce994f4891807873ae3fe46ce60bee000b78be03c5d3df06b436328abe5b5d7e75d43e57f35f24187f49915187d034b39589e29806f55deeb14a029f2
 DIST jbrx-8u202-linux-x64-b1483.37.tar.gz 81812743 BLAKE2B 
86ddf0c8dc992a27e680caa821f54fa4d647a8bff78b9fdbef82996bfbba828a2f68f1a00ed64bd92ce24a62bfc6c0240837c396644c6e91244cb0d980b6c704
 SHA512 
cd31a3c4da7b8c65e9ae89326c2c8b260b51890258d30f64b1e8a7c6c1442bb2cb68ea2aa80387ce0c1a8f50e3533e8231f72c5935b639e3cf82bc1ffedee8e9

diff --git a/dev-util/idea-community/idea-community-2020.1.2.201.7846.76.ebuild 
b/dev-util/idea-community/idea-community-2020.1.2.201.7846.76.ebuild
new file mode 100644
index 000..5759edc135c
--- /dev/null
+++ b/dev-util/idea-community/idea-community-2020.1.2.201.7846.76.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils desktop
+
+SLOT="0"
+PV_STRING="$(ver_cut 2-6)"
+MY_PV="$(ver_cut 1-3)"
+MY_PN="idea"
+# Using the most recent Jetbrains Runtime binaries available at the time of 
writing
+# As the exact bundled versions ( jre 11 build 159.30 and jre 8 build 1483.39 
) aren't
+# available separately
+JRE11_BASE="11_0_2"
+JRE11_VER="164"
+JRE_BASE="8u202"
+JRE_VER="1483.37"
+
+# distinguish settings for official stable releases and EAP-version releases
+if [[ "$(ver_cut 7)"x = "prex" ]]
+then
+   # upstream EAP
+   KEYWORDS=""
+   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${PV_STRING}.tar.gz;
+else
+   # upstream stable
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}-no-jbr.tar.gz 
-> ${MY_PN}IC-${PV_STRING}_20200507.tar.gz
+   jbr8? ( x86? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz )
+   amd64? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz ) )
+   jbr11? ( amd64? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz
 -> jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz ) )"
+fi
+
+DESCRIPTION="A complete toolset for web, mobile and enterprise development"
+HOMEPAGE="https://www.jetbrains.com/idea;
+
+LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1
+   codehaus-classworlds CPL-1.0 EPL-1.0 EPL-2.0 jbr8? ( GPL-2 )
+   jbr11? ( GPL-2 ) GPL-2 GPL-2-with-classpath-exception ISC
+   JDOM LGPL-2.1 LGPL-2.1+ 

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

2020-06-07 Thread Samuel Bernardo
commit: 72b9ab90dfc07addd7db07031a1f2e4901b78aff
Author: Samuel Bernardo  gmail  com>
AuthorDate: Sun Jun  7 22:35:25 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Sun Jun  7 22:35:25 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=72b9ab90

Update rubymine

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-util/rubymine/Manifest |  2 ++
 dev-util/rubymine/rubymine-2020.1.2.ebuild | 55 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-util/rubymine/Manifest b/dev-util/rubymine/Manifest
index b105d8e..f74824e 100644
--- a/dev-util/rubymine/Manifest
+++ b/dev-util/rubymine/Manifest
@@ -3,6 +3,7 @@ DIST RubyMine-2019.3.3.tar.gz 369865708 BLAKE2B 
f1b376dd12981daf38da33e6752aff7b
 DIST RubyMine-2019.3.4.tar.gz 370019445 BLAKE2B 
92c554116bb85eb159fab23c66eddac146b4594042a9550f5f62d4ae52cd9b48909f44d7b759e0845a42011813d6f29fe16206ed8065ece89aef897b1a67e0a5
 SHA512 
ee068ed5af0f29e44c837c291344f6b13152c02ca3cc49fbef32ca538588870c783960f325a84bc8ed05a89c8c3b4ac9e31ce929db7f12eab0427fe395337b73
 DIST RubyMine-2019.3.tar.gz 374127163 BLAKE2B 
10b274ce4841e95cca00f69d0058168e27c388cc08033eebb2ff80cbae7d272b9d8adf32303493fa6e7b8dd06e8b58bded36d18bbf91d9f7b119560028cdf128
 SHA512 
aab5b5872aea19e9ace8f047740b4384cee5354f6074d6176c0504a37fc1f563e2ac937b27b25821dda99231b1f2e6121528e9f9b22273a2ff7a196a5473ad92
 DIST RubyMine-2020.1.1.tar.gz 372612968 BLAKE2B 
acd19a692f4bbfc1583cc3d46d266b8f56a06b82ad754018ee2d2d84273cd214be204c33f89cdc2d944ba249994f7efbf569fe4123d8dc93f204821bf0da14f7
 SHA512 
750faa3940f9da418f2a177b909b500025d30452c89ae8664d8e182cd71349f431ee5db25408efe62032cfe62b81448a8192262909b0d16a218e082785678672
+DIST RubyMine-2020.1.2.tar.gz 372551311 BLAKE2B 
120bf4ddc6841bc3cb04a6748b530932ad32ac277dfb8024f555c4c3c0351fd45067a345e43a9ecd1dc3b6173239fb650e7348919340e41380c85d107da2b174
 SHA512 
bee4b5807c4ad90c9ea25f2cb8ac0b0a32785ba868d717582ae84b263dda5d57176bf4faa294e038a95e7c4fdef02226fae9c22f98102daf52ef7abe58b28830
 DIST RubyMine-2020.1.tar.gz 374426432 BLAKE2B 
b60754def8abab57ea557ea0c5c5b15a3b22d007a478fd2ecd91eed799e0f7c0673b7c40b1812aeadf7356a700ba6ae59a003f390e0c453afaac75f665461395
 SHA512 
fa0dff0dc8cf592e633b345adbd6a990d5e35ef371315a024336f01ef3326140114bc7702eb4843ba2b70f4deee81f78194538e5273e694413ae4e242dd1b9b5
 EBUILD rubymine-2019.3.0.ebuild 951 BLAKE2B 
2ace3a90eb5c28bcb91b6de75f1955b7992e1ea21d5ab2a0ca41538ad7a6ad52f6e509bab2a83a750c9f696197b8448099bc4bcd0f885487adb0f79fd0acc12c
 SHA512 
ee78d8bdd2bdbe4ed059467567af3be13a2808a5ad6325a9da24493409a32ed1218908ed9849a6f3f0669dca9558f347e50e4c0fbb41845a57e6de97b32b55d9
 EBUILD rubymine-2019.3.1.ebuild 951 BLAKE2B 
4764d6f787179ac00afa68c93b4f58853550572dd2a36090eb69def6e6ce44b8ae467eb3f6865b921184b63e46c877670d78aebfb991c5aa51e2cabe02c4e547
 SHA512 
8ef72acbf0f590eca47c842f3f008cc9fd16b363491fecfe7c7069325ae2e028b4429712b1274f3afb89820d1c74eafbe137a01c98dfbcc157952861fd7d934c
@@ -10,4 +11,5 @@ EBUILD rubymine-2019.3.3.ebuild 951 BLAKE2B 
4764d6f787179ac00afa68c93b4f58853550
 EBUILD rubymine-2019.3.4.ebuild 951 BLAKE2B 
4764d6f787179ac00afa68c93b4f58853550572dd2a36090eb69def6e6ce44b8ae467eb3f6865b921184b63e46c877670d78aebfb991c5aa51e2cabe02c4e547
 SHA512 
8ef72acbf0f590eca47c842f3f008cc9fd16b363491fecfe7c7069325ae2e028b4429712b1274f3afb89820d1c74eafbe137a01c98dfbcc157952861fd7d934c
 EBUILD rubymine-2020.1.0.ebuild 1334 BLAKE2B 
09e8431eeacdf761e145e584b293d0a36668833dfa06838833aee1bf0e80e555b1edbb853b01b14dfc837bee64ac296aaad110402076aa5e8359c9170e20402b
 SHA512 
d981f13d375f5ea65c6b820dc378262767b38d4fc5e0fc34304b7b45a1b2965c7293c62781afc7ce3fe1816873008580353963a692266e68530747abc8f24aff
 EBUILD rubymine-2020.1.1.ebuild 1334 BLAKE2B 
6a0ce792642971bffaf82a77187ec4179e260e965d3a2c9c6aece1851842801372c4d3452834c542e39995796100774cf0e8760a81800ed9faba7f6796334392
 SHA512 
e6f43743f721ac7332d9add4a463186642aac84b57f3dbf133f87b602034f6797adfe962b56858ede3c2dafa3f6453ea3e66324542c79d562e2cbb63aeb8e746
+EBUILD rubymine-2020.1.2.ebuild 1334 BLAKE2B 
6a0ce792642971bffaf82a77187ec4179e260e965d3a2c9c6aece1851842801372c4d3452834c542e39995796100774cf0e8760a81800ed9faba7f6796334392
 SHA512 
e6f43743f721ac7332d9add4a463186642aac84b57f3dbf133f87b602034f6797adfe962b56858ede3c2dafa3f6453ea3e66324542c79d562e2cbb63aeb8e746
 MISC metadata.xml 491 BLAKE2B 
dfd8dbb4d40e98d084e529a53498281b0e9cbfda96e1fbb637c61bcb42c74d3fe73b1c7657621af08089d07095097d21894b22a7a04294d176793169319d9a0d
 SHA512 
cace297fb88d0e04b4e8bba58661aa9c56ef15a87b02a92977e33dbeff7e37a28d05eabbe73624ac42b6a5a7f8be738c4d39207856099627ed50668c7d074de6

diff --git a/dev-util/rubymine/rubymine-2020.1.2.ebuild 
b/dev-util/rubymine/rubymine-2020.1.2.ebuild
new file mode 100644
index 000..390fd08
--- /dev/null
+++ b/dev-util/rubymine/rubymine-2020.1.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+

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

2020-06-07 Thread Aaron Bauman
commit: 02f34e86b43c4fde1ded93177172f8c7282ffbf1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun  7 22:11:02 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun  7 22:11:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f34e86

dev-python/pydns: drop old py2 only version

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

 dev-python/pydns/Manifest  |  1 -
 dev-python/pydns/pydns-2.3.6-r1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/pydns/Manifest b/dev-python/pydns/Manifest
index 7d6690ee421..28bc0e3b2cf 100644
--- a/dev-python/pydns/Manifest
+++ b/dev-python/pydns/Manifest
@@ -1,3 +1,2 @@
 DIST py3dns-3.1.1.tar.gz 29981 BLAKE2B 
b8f1aaeb95764f4d332ec05a367557a24fdd9171e98349668995687052cbd392169a76aaf24e3d29c94ca1c232f04842b84a2320eab5e553de12c278af23975c
 SHA512 
5f22ba12db502f997be4c2479697cc21fe15aac218da1d347bd400a3ab73d86ad32b57740292a10eacb73e07eba977f67b881e59be16f902afab47053efd6c6e
 DIST py3dns-3.2.1.tar.gz 30691 BLAKE2B 
336ed91a3bf8b33db258667ac96eba6df361bb2a8f24c433dbc6754ea32a7284ce0463c392c1392538eed9d8bf9ea3f09400bc08f1970a7c96c52bf072606718
 SHA512 
22f16c571f9fad02a70a8e0bbbfd802f4f9af23946edb78e15f69f23e57411369274945a1dea5603acae1fc1eb404e5445207c541afb7864a60b92dc4d5477b3
-DIST pydns-2.3.6.tar.gz 28220 BLAKE2B 
81d48c57bc90641c2e1667a951e3af3dc75dc1055e6f3f7b45e57d66bb1d391fc55ef0fa9fd261821de22c9119564cfc2b5a18f7a9780fe708b676c427824261
 SHA512 
261598c085c7d9f7adf5ce881814e444cdcf48a946dc17db467268ab6164f6045c204507cc58eff8e6f826b9786715ad2a9e766a72193ac8666969913180954b

diff --git a/dev-python/pydns/pydns-2.3.6-r1.ebuild 
b/dev-python/pydns/pydns-2.3.6-r1.ebuild
deleted file mode 100644
index 39a11692e28..000
--- a/dev-python/pydns/pydns-2.3.6-r1.ebuild
+++ /dev/null
@@ -1,52 +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 distutils-r1
-
-DESCRIPTION="Python module for DNS (Domain Name Service)"
-HOMEPAGE="http://pydns.sourceforge.net/ https://pypi.org/project/pydns/;
-SRC_URI="http://downloads.sourceforge.net/project/pydns/pydns/${P}/${P}.tar.gz;
-
-LICENSE="CNRI"
-SLOT="2"
-KEYWORDS="amd64 hppa ~ia64 ~ppc ~sparc x86"
-IUSE="examples"
-
-DEPEND="!dev-python/pydns:0
-   virtual/libiconv"
-RDEPEND=""
-
-# Funny a dns package attempts to use the network on tests
-# Await the day that gentoo chills out on such a blanket law.
-RESTRICT=test
-
-python_prepare_all() {
-   # Fix encodings (should be utf-8 but is latin1).
-   local i
-   for i in DNS/{Lib,Type}.py; do
-   iconv -f ISO-8859-1 -t UTF-8 "${i}" > "${i}.utf8" || die
-   mv -f "${i}.utf8" "${i}" || die
-   done
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local test
-   for test in tests/{test.py,test[2-5].py,testsrv.py}
-   do
-   "${PYTHON}" $test || die
-   done
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r tests/. tools/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}



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

2020-06-07 Thread Aaron Bauman
commit: ca7683f6fda87bba4dff59553aa57c4ca08aa66a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun  7 22:06:08 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun  7 22:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7683f6

profiles/package.mask: mask sys-cluster/polysh

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 250a3591ebe..25bfb7b76a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -36,6 +36,7 @@
 # py2 only. dead upstream. m-n. rdep.
 # Masked for removal in 15 days
 net-misc/charm
+sys-cluster/polysh
 
 # Jonas Stein  (2020-06-07)
 # Last rite unusable package.



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

2020-06-07 Thread Aaron Bauman
commit: 3d298e4e8f83ad2eb23aefe2be9467cac822ea7b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun  7 22:02:27 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun  7 22:03:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d298e4e

profiles/package.mask: add net-misc/charm

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7b9c096d97f..250a3591ebe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2020-06-07)
+# py2 only. dead upstream. m-n. rdep.
+# Masked for removal in 15 days
+net-misc/charm
+
 # Jonas Stein  (2020-06-07)
 # Last rite unusable package.
 # Removal after 2020-08-01



[gentoo-commits] proj/linux-patches:5.7 commit in: /

2020-06-07 Thread Mike Pagano
commit: ef39c3e7bf550a0089be6fe30fafbca9a6d3f174
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 21:57:12 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 21:57:12 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ef39c3e7

Linux patch 5.7.1

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

 _README|   4 +
 1000_linux-5.7.1.patch | 416 +
 2 files changed, 420 insertions(+)

diff --git a/_README b/_README
index b0aed76..a2b7036 100644
--- a/_README
+++ b/_README
@@ -43,6 +43,10 @@ EXPERIMENTAL
 Individual Patch Descriptions:
 --
 
+Patch:  1000_linux-5.7.1.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.7.1
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1000_linux-5.7.1.patch b/1000_linux-5.7.1.patch
new file mode 100644
index 000..e323c49
--- /dev/null
+++ b/1000_linux-5.7.1.patch
@@ -0,0 +1,416 @@
+diff --git a/Makefile b/Makefile
+index b668725a2a62..2dd4f37c9f10 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 7
+-SUBLEVEL = 0
++SUBLEVEL = 1
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h
+index 4d02e64af1b3..19cdeebfbde6 100644
+--- a/arch/x86/include/asm/pgtable.h
 b/arch/x86/include/asm/pgtable.h
+@@ -257,6 +257,7 @@ static inline int pmd_large(pmd_t pte)
+ }
+ 
+ #ifdef CONFIG_TRANSPARENT_HUGEPAGE
++/* NOTE: when predicate huge page, consider also pmd_devmap, or use pmd_large 
*/
+ static inline int pmd_trans_huge(pmd_t pmd)
+ {
+   return (pmd_val(pmd) & (_PAGE_PSE|_PAGE_DEVMAP)) == _PAGE_PSE;
+diff --git a/crypto/algapi.c b/crypto/algapi.c
+index 69605e21af92..f8b4dc161c02 100644
+--- a/crypto/algapi.c
 b/crypto/algapi.c
+@@ -716,17 +716,27 @@ EXPORT_SYMBOL_GPL(crypto_drop_spawn);
+ 
+ static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn)
+ {
+-  struct crypto_alg *alg;
++  struct crypto_alg *alg = ERR_PTR(-EAGAIN);
++  struct crypto_alg *target;
++  bool shoot = false;
+ 
+   down_read(_alg_sem);
+-  alg = spawn->alg;
+-  if (!spawn->dead && !crypto_mod_get(alg)) {
+-  alg->cra_flags |= CRYPTO_ALG_DYING;
+-  alg = NULL;
++  if (!spawn->dead) {
++  alg = spawn->alg;
++  if (!crypto_mod_get(alg)) {
++  target = crypto_alg_get(alg);
++  shoot = true;
++  alg = ERR_PTR(-EAGAIN);
++  }
+   }
+   up_read(_alg_sem);
+ 
+-  return alg ?: ERR_PTR(-EAGAIN);
++  if (shoot) {
++  crypto_shoot_alg(target);
++  crypto_alg_put(target);
++  }
++
++  return alg;
+ }
+ 
+ struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
+diff --git a/crypto/api.c b/crypto/api.c
+index 7d71a9b10e5f..edcf690800d4 100644
+--- a/crypto/api.c
 b/crypto/api.c
+@@ -333,12 +333,13 @@ static unsigned int crypto_ctxsize(struct crypto_alg 
*alg, u32 type, u32 mask)
+   return len;
+ }
+ 
+-static void crypto_shoot_alg(struct crypto_alg *alg)
++void crypto_shoot_alg(struct crypto_alg *alg)
+ {
+   down_write(_alg_sem);
+   alg->cra_flags |= CRYPTO_ALG_DYING;
+   up_write(_alg_sem);
+ }
++EXPORT_SYMBOL_GPL(crypto_shoot_alg);
+ 
+ struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
+ u32 mask)
+diff --git a/crypto/internal.h b/crypto/internal.h
+index d5ebc60c5143..ff06a3bd1ca1 100644
+--- a/crypto/internal.h
 b/crypto/internal.h
+@@ -65,6 +65,7 @@ void crypto_alg_tested(const char *name, int err);
+ void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list,
+ struct crypto_alg *nalg);
+ void crypto_remove_final(struct list_head *list);
++void crypto_shoot_alg(struct crypto_alg *alg);
+ struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
+ u32 mask);
+ void *crypto_create_tfm(struct crypto_alg *alg,
+diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
+index 03c720b47306..39e4da7468e1 100644
+--- a/drivers/hid/hid-multitouch.c
 b/drivers/hid/hid-multitouch.c
+@@ -69,6 +69,7 @@ MODULE_LICENSE("GPL");
+ #define MT_QUIRK_ASUS_CUSTOM_UP   BIT(17)
+ #define MT_QUIRK_WIN8_PTP_BUTTONS BIT(18)
+ #define MT_QUIRK_SEPARATE_APP_REPORT  BIT(19)
++#define MT_QUIRK_FORCE_MULTI_INPUTBIT(20)
+ 
+ #define MT_INPUTMODE_TOUCHSCREEN  0x02
+ #define MT_INPUTMODE_TOUCHPAD 0x03
+@@ -189,6 +190,7 @@ static void mt_post_parse(struct mt_device *td, struct 
mt_application *app);
+ #define MT_CLS_WIN_8

[gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/

2020-06-07 Thread Max Magorsch
commit: a0bd86ca404ac92f7751c6407445cb51419c44d0
Author: Max Magorsch  gentoo  org>
AuthorDate: Sun Jun  7 21:55:13 2020 +
Commit: Max Magorsch  gentoo  org>
CommitDate: Sun Jun  7 21:55:13 2020 +
URL:
https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=a0bd86ca

Enlarge the page when using the filters

Signed-off-by: Max Magorsch  gentoo.org>

 html/stats.jinja2 | 41 -
 1 file changed, 36 insertions(+), 5 deletions(-)

diff --git a/html/stats.jinja2 b/html/stats.jinja2
index 482a2cf..9c04d5a 100644
--- a/html/stats.jinja2
+++ b/html/stats.jinja2
@@ -78,7 +78,7 @@
   
 
 
-  
+  
 
   
 Gentoo {% if type != "all" %}{{ 
type[0]|upper}}{{type[1:]}}{%endif%} Mirrors
@@ -98,6 +98,12 @@
 
   
 
+
+  
+
+  
+  
+
   
 
   
@@ -207,9 +213,13 @@
 
   
 
-$(function() {
+var map;
+function drawMap() {
+  if(map){
+  map.remove();
+  }
   L.Icon.Default.imagePath = 'https://www.gentoo.org/assets/img/maps/';
-  var map = L.map('mirrorLocations', { zoomAnimationThreshold: 9 } 
).setView([30, 0], 2);
+  map = L.map('mirrorLocations', { zoomAnimationThreshold: 9 } 
).setView([30, 0], 2);
   var markers = {};
 
   map.addLayer(new 
L.TileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { minZoom: 2, 
maxZoom: 8, attribution: 'Map data © https://openstreetmap.org";>OpenStreetMap contributors' }));
@@ -307,7 +317,9 @@
   markers[index] = marker;
 }
   });
-});
+}
+
+drawMap();
   
 
   

[gentoo-commits] proj/linux-patches:5.6 commit in: /

2020-06-07 Thread Mike Pagano
commit: e989bdfcc48b199cf8faa0375950668a3b8e5ec5
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 21:54:35 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 21:54:35 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e989bdfc

Linux patch 5.6.17

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

 _README |4 +
 1016_linux-5.6.17.patch | 1227 +++
 2 files changed, 1231 insertions(+)

diff --git a/_README b/_README
index eb1d2c7..07595c4 100644
--- a/_README
+++ b/_README
@@ -107,6 +107,10 @@ Patch:  1015_linux-5.6.16.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.6.16
 
+Patch:  1016_linux-5.6.17.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.6.17
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1016_linux-5.6.17.patch b/1016_linux-5.6.17.patch
new file mode 100644
index 000..698ce9a
--- /dev/null
+++ b/1016_linux-5.6.17.patch
@@ -0,0 +1,1227 @@
+diff --git a/Makefile b/Makefile
+index 1befb37dcc58..8254beb87a7b 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 6
+-SUBLEVEL = 16
++SUBLEVEL = 17
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c
+index aa41af6ef4ac..efdedf83b954 100644
+--- a/arch/arc/kernel/setup.c
 b/arch/arc/kernel/setup.c
+@@ -11,6 +11,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -409,12 +410,12 @@ static void arc_chk_core_config(void)
+   if ((unsigned int)__arc_dccm_base != cpu->dccm.base_addr)
+   panic("Linux built with incorrect DCCM Base address\n");
+ 
+-  if (CONFIG_ARC_DCCM_SZ != cpu->dccm.sz)
++  if (CONFIG_ARC_DCCM_SZ * SZ_1K != cpu->dccm.sz)
+   panic("Linux built with incorrect DCCM Size\n");
+ #endif
+ 
+ #ifdef CONFIG_ARC_HAS_ICCM
+-  if (CONFIG_ARC_ICCM_SZ != cpu->iccm.sz)
++  if (CONFIG_ARC_ICCM_SZ * SZ_1K != cpu->iccm.sz)
+   panic("Linux built with incorrect ICCM Size\n");
+ #endif
+ 
+diff --git a/arch/arc/plat-eznps/Kconfig b/arch/arc/plat-eznps/Kconfig
+index a931d0a256d0..a645bca5899a 100644
+--- a/arch/arc/plat-eznps/Kconfig
 b/arch/arc/plat-eznps/Kconfig
+@@ -6,6 +6,7 @@
+ 
+ menuconfig ARC_PLAT_EZNPS
+   bool "\"EZchip\" ARC dev platform"
++  depends on ISA_ARCOMPACT
+   select CPU_BIG_ENDIAN
+   select CLKSRC_NPS if !PHYS_ADDR_T_64BIT
+   select EZNPS_GIC
+diff --git a/arch/riscv/mm/init.c b/arch/riscv/mm/init.c
+index 157924baa191..1dc26384a6c4 100644
+--- a/arch/riscv/mm/init.c
 b/arch/riscv/mm/init.c
+@@ -46,7 +46,7 @@ static void setup_zero_page(void)
+   memset((void *)empty_zero_page, 0, PAGE_SIZE);
+ }
+ 
+-#ifdef CONFIG_DEBUG_VM
++#if defined(CONFIG_MMU) && defined(CONFIG_DEBUG_VM)
+ static inline void print_mlk(char *name, unsigned long b, unsigned long t)
+ {
+   pr_notice("%12s : 0x%08lx - 0x%08lx   (%4ld kB)\n", name, b, t,
+diff --git a/arch/s390/mm/hugetlbpage.c b/arch/s390/mm/hugetlbpage.c
+index 5674710a4841..7dfae86afa47 100644
+--- a/arch/s390/mm/hugetlbpage.c
 b/arch/s390/mm/hugetlbpage.c
+@@ -159,10 +159,13 @@ void set_huge_pte_at(struct mm_struct *mm, unsigned long 
addr,
+   rste &= ~_SEGMENT_ENTRY_NOEXEC;
+ 
+   /* Set correct table type for 2G hugepages */
+-  if ((pte_val(*ptep) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3)
+-  rste |= _REGION_ENTRY_TYPE_R3 | _REGION3_ENTRY_LARGE;
+-  else
++  if ((pte_val(*ptep) & _REGION_ENTRY_TYPE_MASK) == 
_REGION_ENTRY_TYPE_R3) {
++  if (likely(pte_present(pte)))
++  rste |= _REGION3_ENTRY_LARGE;
++  rste |= _REGION_ENTRY_TYPE_R3;
++  } else if (likely(pte_present(pte)))
+   rste |= _SEGMENT_ENTRY_LARGE;
++
+   clear_huge_pte_skeys(mm, rste);
+   pte_val(*ptep) = rste;
+ }
+diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c
+index fd51bac11b46..acf76b466db6 100644
+--- a/arch/x86/hyperv/hv_init.c
 b/arch/x86/hyperv/hv_init.c
+@@ -226,10 +226,18 @@ static int hv_cpu_die(unsigned int cpu)
+ 
+   rdmsrl(HV_X64_MSR_REENLIGHTENMENT_CONTROL, *((u64 *)_ctrl));
+   if (re_ctrl.target_vp == hv_vp_index[cpu]) {
+-  /* Reassign to some other online CPU */
++  /*
++   * Reassign reenlightenment notifications to some other online
++   * CPU or just disable the feature if there are no online CPUs
++   * left (happens on hibernation).
++   */
+   new_cpu = cpumask_any_but(cpu_online_mask, cpu);
+ 
+-  re_ctrl.target_vp = hv_vp_index[new_cpu];
++  if (new_cpu < nr_cpu_ids)
++  re_ctrl.target_vp = 

[gentoo-commits] proj/linux-patches:5.4 commit in: /

2020-06-07 Thread Mike Pagano
commit: 8b1238f2f0e800b2e46758123c46f6e8f4c91df7
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 21:53:40 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 21:53:40 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8b1238f2

Linux patch 5.4.45

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

 _README |4 +
 1044_linux-5.4.45.patch | 1836 +++
 2 files changed, 1840 insertions(+)

diff --git a/_README b/_README
index a5f1550..60c9c07 100644
--- a/_README
+++ b/_README
@@ -219,6 +219,10 @@ Patch:  1043_linux-5.4.44.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.4.44
 
+Patch:  1044_linux-5.4.45.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.4.45
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1044_linux-5.4.45.patch b/1044_linux-5.4.45.patch
new file mode 100644
index 000..235a18c
--- /dev/null
+++ b/1044_linux-5.4.45.patch
@@ -0,0 +1,1836 @@
+diff --git a/Makefile b/Makefile
+index ef4697fcb8ea..d57c443d9073 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 4
+-SUBLEVEL = 44
++SUBLEVEL = 45
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c
+index 7ee89dc61f6e..23dc002aa574 100644
+--- a/arch/arc/kernel/setup.c
 b/arch/arc/kernel/setup.c
+@@ -12,6 +12,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -409,12 +410,12 @@ static void arc_chk_core_config(void)
+   if ((unsigned int)__arc_dccm_base != cpu->dccm.base_addr)
+   panic("Linux built with incorrect DCCM Base address\n");
+ 
+-  if (CONFIG_ARC_DCCM_SZ != cpu->dccm.sz)
++  if (CONFIG_ARC_DCCM_SZ * SZ_1K != cpu->dccm.sz)
+   panic("Linux built with incorrect DCCM Size\n");
+ #endif
+ 
+ #ifdef CONFIG_ARC_HAS_ICCM
+-  if (CONFIG_ARC_ICCM_SZ != cpu->iccm.sz)
++  if (CONFIG_ARC_ICCM_SZ * SZ_1K != cpu->iccm.sz)
+   panic("Linux built with incorrect ICCM Size\n");
+ #endif
+ 
+diff --git a/arch/arc/plat-eznps/Kconfig b/arch/arc/plat-eznps/Kconfig
+index a931d0a256d0..a645bca5899a 100644
+--- a/arch/arc/plat-eznps/Kconfig
 b/arch/arc/plat-eznps/Kconfig
+@@ -6,6 +6,7 @@
+ 
+ menuconfig ARC_PLAT_EZNPS
+   bool "\"EZchip\" ARC dev platform"
++  depends on ISA_ARCOMPACT
+   select CPU_BIG_ENDIAN
+   select CLKSRC_NPS if !PHYS_ADDR_T_64BIT
+   select EZNPS_GIC
+diff --git a/arch/powerpc/platforms/powernv/opal-imc.c 
b/arch/powerpc/platforms/powernv/opal-imc.c
+index 7ccc5c85c74e..000b350d4060 100644
+--- a/arch/powerpc/platforms/powernv/opal-imc.c
 b/arch/powerpc/platforms/powernv/opal-imc.c
+@@ -59,10 +59,6 @@ static void export_imc_mode_and_cmd(struct device_node 
*node,
+ 
+   imc_debugfs_parent = debugfs_create_dir("imc", powerpc_debugfs_root);
+ 
+-  /*
+-   * Return here, either because 'imc' directory already exists,
+-   * Or failed to create a new one.
+-   */
+   if (!imc_debugfs_parent)
+   return;
+ 
+@@ -135,7 +131,6 @@ static int imc_get_mem_addr_nest(struct device_node *node,
+   }
+ 
+   pmu_ptr->imc_counter_mmaped = true;
+-  export_imc_mode_and_cmd(node, pmu_ptr);
+   kfree(base_addr_arr);
+   kfree(chipid_arr);
+   return 0;
+@@ -151,7 +146,7 @@ error:
+  *and domain as the inputs.
+  * Allocates memory for the struct imc_pmu, sets up its domain, size and 
offsets
+  */
+-static int imc_pmu_create(struct device_node *parent, int pmu_index, int 
domain)
++static struct imc_pmu *imc_pmu_create(struct device_node *parent, int 
pmu_index, int domain)
+ {
+   int ret = 0;
+   struct imc_pmu *pmu_ptr;
+@@ -159,27 +154,23 @@ static int imc_pmu_create(struct device_node *parent, 
int pmu_index, int domain)
+ 
+   /* Return for unknown domain */
+   if (domain < 0)
+-  return -EINVAL;
++  return NULL;
+ 
+   /* memory for pmu */
+   pmu_ptr = kzalloc(sizeof(*pmu_ptr), GFP_KERNEL);
+   if (!pmu_ptr)
+-  return -ENOMEM;
++  return NULL;
+ 
+   /* Set the domain */
+   pmu_ptr->domain = domain;
+ 
+   ret = of_property_read_u32(parent, "size", _ptr->counter_mem_size);
+-  if (ret) {
+-  ret = -EINVAL;
++  if (ret)
+   goto free_pmu;
+-  }
+ 
+   if (!of_property_read_u32(parent, "offset", )) {
+-  if (imc_get_mem_addr_nest(parent, pmu_ptr, offset)) {
+-  ret = -EINVAL;
++  if (imc_get_mem_addr_nest(parent, pmu_ptr, offset))
+   goto free_pmu;
+-  }
+   }
+ 
+   /* Function to register IMC pmu */
+@@ -190,14 +181,14 @@ static int 

[gentoo-commits] proj/linux-patches:4.19 commit in: /

2020-06-07 Thread Mike Pagano
commit: 87ab5b81783b4aefcc76370436fd8dbf7f3794c2
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jun  7 21:52:00 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jun  7 21:52:31 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=87ab5b81

Linux patch 4.19.127

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

 _README   |   4 +
 1126_linux-4.19.127.patch | 880 ++
 2 files changed, 884 insertions(+)

diff --git a/_README b/_README
index 4d5b261..730cc1c 100644
--- a/_README
+++ b/_README
@@ -543,6 +543,10 @@ Patch:  1125_linux-4.19.126.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.126
 
+Patch:  1126_linux-4.19.127.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.127
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1126_linux-4.19.127.patch b/1126_linux-4.19.127.patch
new file mode 100644
index 000..24f200b
--- /dev/null
+++ b/1126_linux-4.19.127.patch
@@ -0,0 +1,880 @@
+diff --git a/Makefile b/Makefile
+index f8da10c40271..a93e38cdd61b 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 126
++SUBLEVEL = 127
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c
+index 89c97dcfa360..c10994daee39 100644
+--- a/arch/arc/kernel/setup.c
 b/arch/arc/kernel/setup.c
+@@ -15,6 +15,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -406,12 +407,12 @@ static void arc_chk_core_config(void)
+   if ((unsigned int)__arc_dccm_base != cpu->dccm.base_addr)
+   panic("Linux built with incorrect DCCM Base address\n");
+ 
+-  if (CONFIG_ARC_DCCM_SZ != cpu->dccm.sz)
++  if (CONFIG_ARC_DCCM_SZ * SZ_1K != cpu->dccm.sz)
+   panic("Linux built with incorrect DCCM Size\n");
+ #endif
+ 
+ #ifdef CONFIG_ARC_HAS_ICCM
+-  if (CONFIG_ARC_ICCM_SZ != cpu->iccm.sz)
++  if (CONFIG_ARC_ICCM_SZ * SZ_1K != cpu->iccm.sz)
+   panic("Linux built with incorrect ICCM Size\n");
+ #endif
+ 
+diff --git a/arch/arc/plat-eznps/Kconfig b/arch/arc/plat-eznps/Kconfig
+index ce908e2c5282..71378bfec8d0 100644
+--- a/arch/arc/plat-eznps/Kconfig
 b/arch/arc/plat-eznps/Kconfig
+@@ -6,6 +6,7 @@
+ 
+ menuconfig ARC_PLAT_EZNPS
+   bool "\"EZchip\" ARC dev platform"
++  depends on ISA_ARCOMPACT
+   select CPU_BIG_ENDIAN
+   select CLKSRC_NPS if !PHYS_ADDR_T_64BIT
+   select EZNPS_GIC
+diff --git a/arch/powerpc/platforms/powernv/opal-imc.c 
b/arch/powerpc/platforms/powernv/opal-imc.c
+index 649fb268f446..5399682797d0 100644
+--- a/arch/powerpc/platforms/powernv/opal-imc.c
 b/arch/powerpc/platforms/powernv/opal-imc.c
+@@ -63,10 +63,6 @@ static void export_imc_mode_and_cmd(struct device_node 
*node,
+ 
+   imc_debugfs_parent = debugfs_create_dir("imc", powerpc_debugfs_root);
+ 
+-  /*
+-   * Return here, either because 'imc' directory already exists,
+-   * Or failed to create a new one.
+-   */
+   if (!imc_debugfs_parent)
+   return;
+ 
+@@ -139,7 +135,6 @@ static int imc_get_mem_addr_nest(struct device_node *node,
+   }
+ 
+   pmu_ptr->imc_counter_mmaped = true;
+-  export_imc_mode_and_cmd(node, pmu_ptr);
+   kfree(base_addr_arr);
+   kfree(chipid_arr);
+   return 0;
+@@ -155,7 +150,7 @@ error:
+  *and domain as the inputs.
+  * Allocates memory for the struct imc_pmu, sets up its domain, size and 
offsets
+  */
+-static int imc_pmu_create(struct device_node *parent, int pmu_index, int 
domain)
++static struct imc_pmu *imc_pmu_create(struct device_node *parent, int 
pmu_index, int domain)
+ {
+   int ret = 0;
+   struct imc_pmu *pmu_ptr;
+@@ -163,27 +158,23 @@ static int imc_pmu_create(struct device_node *parent, 
int pmu_index, int domain)
+ 
+   /* Return for unknown domain */
+   if (domain < 0)
+-  return -EINVAL;
++  return NULL;
+ 
+   /* memory for pmu */
+   pmu_ptr = kzalloc(sizeof(*pmu_ptr), GFP_KERNEL);
+   if (!pmu_ptr)
+-  return -ENOMEM;
++  return NULL;
+ 
+   /* Set the domain */
+   pmu_ptr->domain = domain;
+ 
+   ret = of_property_read_u32(parent, "size", _ptr->counter_mem_size);
+-  if (ret) {
+-  ret = -EINVAL;
++  if (ret)
+   goto free_pmu;
+-  }
+ 
+   if (!of_property_read_u32(parent, "offset", )) {
+-  if (imc_get_mem_addr_nest(parent, pmu_ptr, offset)) {
+-  ret = -EINVAL;
++  if (imc_get_mem_addr_nest(parent, pmu_ptr, offset))
+   goto free_pmu;
+-  }
+   }
+ 
+   /* Function to register IMC pmu */
+@@ -194,14 +185,14 @@ static int 

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

2020-06-07 Thread Andreas Sturmlechner
commit: 028cfa922f83cc4e3621c1fef1640541fda5a340
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Mon May 18 22:05:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 21:38:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028cfa92

gnome-extra/gnome-commander: version bump to 1.10.2

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

Reported-by: Michał Górny  gentoo.org>
Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/15873
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.10.2.ebuild  | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 2ce5ec32c6b..f7117876ad8 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,3 @@
+DIST gnome-commander-1.10.2.tar.xz 7433468 BLAKE2B 
a62a39490b154a8dc7a5e05c4d4c59fc79447b7b9ddae139542552f809b7a53cf729d636f1fabb85c6390520a25d84477ec6dfcd4394eefe59a8039b51b0ddf2
 SHA512 
7a411ca6f604771445119cb2b9d14f7f5d91622d28975e92ae5f5da3fc4f76fe51cca0de3712377ef95064879089c1c723dce9a824e5784cfcd484b869702dad
 DIST gnome-commander-1.10.1.tar.xz 7424500 BLAKE2B 
6abddf8dae4bc0a1d740ffee49ccc7d816d783bdb5c2b90c9d0681c1db5fa3f42700e65a780881400c1af038d7dfe7f458a98cf2f8f1c1b0fc6f93a3d58dc069
 SHA512 
b5bc548444149e00f29e6e3b7f785c99a08d27a0a2642cf78c203411a8d2937341a76685b09172047162afe3e0fc92ff13c82bdbd8105281d360c1df44b4702d
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
new file mode 100644
index 000..4e3d4aa193b
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 toolchain-funcs
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf taglib samba test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.44.0:2
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+   gnome-base/gnome-keyring
+   >=gnome-base/gnome-vfs-2.0.0
+   >=gnome-base/libgnome-2.0.0
+   >=gnome-base/libgnomeui-2.4.0
+   >=x11-libs/gtk+-2.18.0:2
+   chm? ( dev-libs/chmlib )
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12.0 )
+   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
+   pdf? ( >=app-text/poppler-0.18 )
+   taglib? ( >=media-libs/taglib-1.4 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with chm libchm) \
+   $(use_with exif exiv2) \
+   $(use_with gsf libgsf) \
+   $(use_with pdf poppler) \
+   $(use_with samba) \
+   $(use_with taglib) \
+   $(use_with unique)
+}
+
+pkg_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   eerror "Compilation with gcc older than version 8 is not 
supported"
+   die "GCC too old, please use gcc-8 or above"
+   fi
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   has_version dev-util/meld || elog "You need dev-util/meld to 
synchronize files and directories."
+   has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view 
the docs."
+}



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

2020-06-07 Thread Andreas Sturmlechner
commit: 880ed2f76a559727a5c162ee5f8c5153f55898c8
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Jun  7 14:41:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 21:38:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880ed2f7

gnome-extra/gnome-commander: Revert "drop to m-n"

This reverts commit a4ca3f3.

Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 6e2e86e4f6b..d65a7f69510 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+u.schol...@gmx.de
+Uwe Scholz
+   
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
   
 
   u.schol...@gmx.de



[gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/, app-crypt/pinentry/files/

2020-06-07 Thread Andreas Sturmlechner
commit: 4851b8682230a0d40995a6f9ad4d3ae2bb03a12e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  7 21:29:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 21:29:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4851b868

app-crypt/pinentry: Drop 1.0.0-r2, 1.0.0-r3, 1.1.0-r1 and 1.1.0-r2

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

 app-crypt/pinentry/Manifest|   1 -
 ...isable-tooltips-in-keyboard-grabbing-mode.patch |  47 -
 .../pinentry/files/pinentry-1.0.0-build.patch  | 218 -
 ...nentry-1.0.0-gtk2-Fix-a-problem-with-fvwm.patch |  47 -
 app-crypt/pinentry/pinentry-1.0.0-r2.ebuild| 102 --
 app-crypt/pinentry/pinentry-1.0.0-r3.ebuild| 103 --
 app-crypt/pinentry/pinentry-1.1.0-r1.ebuild| 100 --
 app-crypt/pinentry/pinentry-1.1.0-r2.ebuild| 102 --
 8 files changed, 720 deletions(-)

diff --git a/app-crypt/pinentry/Manifest b/app-crypt/pinentry/Manifest
index e8e43f0ce1b..96c7370bde2 100644
--- a/app-crypt/pinentry/Manifest
+++ b/app-crypt/pinentry/Manifest
@@ -1,2 +1 @@
-DIST pinentry-1.0.0.tar.bz2 436930 BLAKE2B 
949be8de8504a42cd5bd6ffebe331a825db7ff3c2ccc5fc554155b7621fddf9df957aa92063eb1a06c6964826a296bf60a4cc46cf2886552e37703a62042f35a
 SHA512 
f109236707c51871b5020ef807a551366461fafcfbe09bf8cda19d4b163a42cf622562b905ceb41429f1d648b3f3d27807538709da6a135b67f9888709eccd62
 DIST pinentry-1.1.0.tar.bz2 467702 BLAKE2B 
cf43555848ab0dc60756fca123aba7599ebb1bfe0458b973ed9d84479f8de9ee69ef309b518b40aa340434d64d37793cf97c94f78f99820bc5c71ecd2aac7a49
 SHA512 
5012672925bcb5f683358c259e55e4b87c67cf063ad52c759308933733025c33f7ce08e5b8019ffc101cbf7ef30499040ef2fd34a7611698e65e1593f80948cd

diff --git 
a/app-crypt/pinentry/files/pinentry-1.0.0-Disable-tooltips-in-keyboard-grabbing-mode.patch
 
b/app-crypt/pinentry/files/pinentry-1.0.0-Disable-tooltips-in-keyboard-grabbing-mode.patch
deleted file mode 100644
index 7724d1beae8..000
--- 
a/app-crypt/pinentry/files/pinentry-1.0.0-Disable-tooltips-in-keyboard-grabbing-mode.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 1590b664d88be8386a4664c2994b685187d1eb25 Mon Sep 17 00:00:00 2001
-From: Damien Goutte-Gattat 
-Date: Thu, 3 Aug 2017 22:56:49 +0200
-Subject: [PATCH 1/6] gtk: Disable tooltips in keyboard-grabbing mode.
-
-* gtk+-2:/pinentry-gtk-2.c (show_hide_button): Do not show the
-tooltip if we attempt to grab the keyboard.
-(create_window): Likewise.
---
-
-For unclear reasons, those tooltips may interfere with grabbing
-under some tiling window managers.
-
-GnuPG-bug-id: 3297
-Signed-off-by: Damien Goutte-Gattat 

- gtk+-2/pinentry-gtk-2.c | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/gtk+-2/pinentry-gtk-2.c b/gtk+-2/pinentry-gtk-2.c
-index d467ec5..f17a702 100644
 a/gtk+-2/pinentry-gtk-2.c
-+++ b/gtk+-2/pinentry-gtk-2.c
-@@ -516,7 +516,10 @@ show_hide_button_toggled (GtkWidget *widget, gpointer 
data)
- }
- 
-   gtk_label_set_markup (GTK_LABEL(label), text);
--  gtk_widget_set_tooltip_text (GTK_WIDGET(button), tooltip);
-+  if (!pinentry->grab)
-+{
-+  gtk_widget_set_tooltip_text (GTK_WIDGET(button), tooltip);
-+}
-   g_free (tooltip);
- }
- 
-@@ -736,7 +739,7 @@ create_window (pinentry_t ctx)
- gtk_progress_bar_set_text (GTK_PROGRESS_BAR (qualitybar),
-QUALITYBAR_EMPTY_TEXT);
- gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (qualitybar), 0.0);
--  if (pinentry->quality_bar_tt)
-+  if (pinentry->quality_bar_tt && !pinentry->grab)
-   {
- #if !GTK_CHECK_VERSION (2, 12, 0)
- gtk_tooltips_set_tip (GTK_TOOLTIPS (tooltips), qualitybar,
--- 
-2.13.6
-

diff --git a/app-crypt/pinentry/files/pinentry-1.0.0-build.patch 
b/app-crypt/pinentry/files/pinentry-1.0.0-build.patch
deleted file mode 100644
index e367b856645..000
--- a/app-crypt/pinentry/files/pinentry-1.0.0-build.patch
+++ /dev/null
@@ -1,218 +0,0 @@
-From c5c7bee68730c9f66a27f9bb0d023480623a2bfb Mon Sep 17 00:00:00 2001
-From: Werner Koch 
-Date: Thu, 1 Dec 2016 09:10:08 +0100
-Subject: [PATCH] Fix linkage problem in tty and emacs pinentries.
-
-* emacs/pinentry-emacs.c (curses_cmd_handler): Remove var.
-* tty/pinentry-tty.c (curses_cmd_handler): Remove var.
-* pinentry/pinentry.c (flavor_flag): New local var.
-(pinentry_set_flavor_flag): New function.
-(cmd_getinfo): Use FLAVOR_FLAG for the "flavor" sub-command.
-* gnome3/pinentry-gnome3.c (main): Call pinentry_set_flavor_flag.
-* gtk+-2/pinentry-gtk-2.c (main): Ditto.
-* pinentry/pinentry-emacs.c (initial_emacs_cmd_handler): Ditto.
-* qt/main.cpp (main): Ditto.
---
-
-Fixes-commit: e4e3a9cc88704dcffac660d0b92fd1ed8abecc11
-Fixes-commit: d126036671e7dd631babc118cb4113f723f15748
-Signed-off-by: Werner Koch 

- emacs/pinentry-emacs.c|  4 
- 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/totem-pl-parser/

2020-06-07 Thread Mart Raudsepp
commit: 2c850e33fe5326bbb000729909144a0d8a85a2cb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:19:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c850e33

dev-libs/totem-pl-parser: remove old

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

 dev-libs/totem-pl-parser/Manifest  |  1 -
 .../totem-pl-parser/totem-pl-parser-3.26.4.ebuild  | 66 --
 2 files changed, 67 deletions(-)

diff --git a/dev-libs/totem-pl-parser/Manifest 
b/dev-libs/totem-pl-parser/Manifest
index 455ab0bb8fd..d8238945bd3 100644
--- a/dev-libs/totem-pl-parser/Manifest
+++ b/dev-libs/totem-pl-parser/Manifest
@@ -1,2 +1 @@
-DIST totem-pl-parser-3.26.4.tar.xz 1314800 BLAKE2B 
a069a7b7c394ab5686e827804dd13df06c6af7b8e515e0a0f5023919ecbf720eb8d52643e35bfb99ff4474e67332e072a3c832ef91232bb4108f282b0bc84bce
 SHA512 
afb02a7c70f2fda9cda67b9daa8bab5f15e68a4afd983fb865fb29de71fe8f5c8fdf716e714e3835ac1c3476ce188c6147924a840c4ba82f0c05c3d3c23f5173
 DIST totem-pl-parser-3.26.5.tar.xz 1318700 BLAKE2B 
18cea2edff1206ed9c77ac07fb018da0c9bc5550599b45e363d745166f4828adba6a2f77b763602af011c0a12e9f1f9765402fbafbe097fb69890ec7a9520825
 SHA512 
ce110d92f60da328272a8135a57ba60785ea4bca1fde3703a734969e7ba5b382ef19dc3b8930a5641d8f8effabf627f7e9b2727ee94e69e6144e0f085079e14d

diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.4.ebuild 
b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.4.ebuild
deleted file mode 100644
index ce4cfe8754c..000
--- a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org meson xdg
-
-DESCRIPTION="Playlist parsing library"
-HOMEPAGE="https://developer.gnome.org/totem-pl-parser/stable/;
-
-LICENSE="LGPL-2+"
-SLOT="0/18"
-IUSE="archive crypt gtk-doc +introspection +quvi test"
-RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.56:2
-   quvi? ( >=media-libs/libquvi-0.9.1:0= )
-   archive? ( >=app-arch/libarchive-3:0= )
-   dev-libs/libxml2:2
-   crypt? ( dev-libs/libgcrypt:0= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   gtk-doc? (
-   >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.3 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? (
-   gnome-base/gvfs[http]
-   sys-apps/dbus )
-"
-
-src_prepare() {
-   # Disable tests requiring network access, bug #346127
-   # 3rd test fails on upgrade, not once installed
-   # Leio: I consider network tests important for ensuring full 
functionality, thus trying with them again */
-   #sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \
-   #   -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' 
\
-   #   -e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1*/:'\
-   #   -i plparse/tests/parser.c || die "sed failed"
-
-   xdg_src_prepare
-}
-
-src_configure() {
-   # uninstalled-tests is abused to switch from loading live FS helper
-   # to in-build-tree helper, check on upgrades this is not having other
-   # consequences, bug #630242
-   local emesonargs=(
-   -Denable-quvi=$(usex quvi yes no)
-   -Denable-libarchive=$(usex archive yes no)
-   -Denable-libgcrypt=$(usex crypt yes no)
-   $(meson_use gtk-doc enable-gtk-doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   # This is required as told by upstream in bgo#629542
-   GVFS_DISABLE_FUSE=1 dbus-run-session meson test -C "${BUILD_DIR}"
-}



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

2020-06-07 Thread Mart Raudsepp
commit: 22deee744bb530f415804f9ad06b1fc59527a32e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:12:33 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22deee74

dev-libs/vala-common: remove old

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

 dev-libs/vala-common/Manifest   |  1 -
 dev-libs/vala-common/vala-common-0.44.11.ebuild | 30 -
 2 files changed, 31 deletions(-)

diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
index 171d8147b59..27e2dbddbb5 100644
--- a/dev-libs/vala-common/Manifest
+++ b/dev-libs/vala-common/Manifest
@@ -1,4 +1,3 @@
-DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912ad0621c9303fc5dba31694173b49ccc433d3681303d64a1e442ed9b7b064f27931369cb13fa028bfc25ffa3c9
 SHA512 
6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540
 DIST vala-0.46.10.tar.xz 3417400 BLAKE2B 
2f78de3e198f994a148e7ed4c82ef2417b70c19af3ce1874ee80aa7d0160691a50db24ad4898a04520e91d67a41bb508d3854ac2f4d90d2507a5a6558854716c
 SHA512 
ae3734036f6a1b7088bac45083b75a49eee76947219f530493f81aa4ee60807cfa5424cf1b982d8d8f28f56119d66f06a9150b67884d80dd4b6724e152e32e62
 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B 
c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca
 SHA512 
609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76
 DIST vala-0.48.6.tar.xz 3451004 BLAKE2B 
9c880cff885b934e1d82d21285839e040addecb0b3ce81936d5be118a951bd219eea2b8381ea42f13e6e858a1937a3789a3dee6d067735e5ee21eaced38b4646
 SHA512 
220a916d42cbae3853afdd7c35a72afb446a92fca039d8c660a478fd793686a0c82cbaf90a7c94ae182c1f41eec6df1aedb804013ab38e6e4bcc6d26e40e5375

diff --git a/dev-libs/vala-common/vala-common-0.44.11.ebuild 
b/dev-libs/vala-common/vala-common-0.44.11.ebuild
deleted file mode 100644
index 580d77e0c60..000
--- a/dev-libs/vala-common/vala-common-0.44.11.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GNOME_ORG_MODULE="vala"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for packages that use Vala"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-BDEPEND=""
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
-   insinto /usr/share/aclocal
-   doins vala.m4 vapigen/vapigen.m4
-   insinto /usr/share/vala
-   doins vapigen/Makefile.vapigen
-}



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

2020-06-07 Thread Mart Raudsepp
commit: f4922d1b2f13cb39aa236d6e1ad771687f2492bd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:16:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4922d1b

dev-libs/gmime: remove old

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

 dev-libs/gmime/Manifest   |  1 -
 dev-libs/gmime/gmime-3.2.5.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/dev-libs/gmime/Manifest b/dev-libs/gmime/Manifest
index 1e9a6826835..d31b5244897 100644
--- a/dev-libs/gmime/Manifest
+++ b/dev-libs/gmime/Manifest
@@ -1,3 +1,2 @@
 DIST gmime-2.6.23.tar.xz 5216588 BLAKE2B 
e173a7dbd418663ebbc55b856359bf9286c3791827f9b7f89da48dd7c3609e77312546f9489c08d34a7dcaeb78659789809d5fafc1323cbae9b9f1c4a316c659
 SHA512 
2ff6718b7a555cd5b34848399f29c7d0aa5a15e1f3cb46e9258c499e874191ee00f41b737386805d3000bad34367d174a25c45d38ba90cba7902400e733afa14
-DIST gmime-3.2.5.tar.xz 2220348 BLAKE2B 
677a5cf88633b0d437a86ed3189399ee9ae4a23704f2b92ba6224e395309bea69cee419e39dde69d14f689df737319946eaed6460cc22c529c18f8d3b68872c6
 SHA512 
37488da84f1befb37a0dff9465e9f786670dfb7248adbbc1f227dcc0e80bcd4ee7cd239abeab2b52e8ded6ea7f8aa432bcc0461b379282dacd6ee4f867aa049d
 DIST gmime-3.2.7.tar.xz 2227048 BLAKE2B 
7fba57640038f34bd45ecba1067b6db131705310b62a74da1fa3d575993bbc6cc1dce4e3d219dd42033775e0a90f2b2acc86b1094f96f03a7532eae1b69e63ae
 SHA512 
2c8fecd6eb74c9e956c419ce111bef6280916ea3756a534b6b800a273f0fff260717cda7fefd4bd4c6ddb27973112ec6e73fa971fa74bb9aa04cfe587d45f10b

diff --git a/dev-libs/gmime/gmime-3.2.5.ebuild 
b/dev-libs/gmime/gmime-3.2.5.ebuild
deleted file mode 100644
index eafa450dd71..000
--- a/dev-libs/gmime/gmime-3.2.5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit flag-o-matic gnome2 vala
-
-DESCRIPTION="Utilities for creating and parsing messages using MIME"
-HOMEPAGE="http://spruce.sourceforge.net/gmime/ 
https://developer.gnome.org/gmime/stable/;
-
-SLOT="3.0"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="crypt doc idn static-libs test vala"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.32.0:2
-   sys-libs/zlib
-   crypt? ( >=app-crypt/gpgme-1.8.0:1= )
-   idn? ( net-dns/libidn2:= )
-   vala? (
-   $(vala_depend)
-   >=dev-libs/gobject-introspection-1.30.0:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.8
-   virtual/libiconv
-   virtual/pkgconfig
-   doc? ( app-text/docbook-sgml-utils )
-   test? ( app-crypt/gnupg )
-"
-# gnupg is needed for tests if --enable-cryptography is enabled, which we do 
unconditionally
-
-src_prepare() {
-   gnome2_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   if [[ ${CHOST} == *-solaris* ]]; then
-   # bug #???, why not use --with-libiconv
-   append-libs iconv
-   fi
-
-   gnome2_src_configure \
-   $(use_enable crypt crypto) \
-   $(use_enable static-libs static) \
-   $(use_enable vala) \
-   $(use_with idn libidn) \
-   $(usex doc "" DB2HTML=)
-}
-
-src_compile() {
-   gnome2_src_compile
-   if use doc; then
-   emake -C docs/tutorial html
-   fi
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use doc ; then
-   docinto tutorial
-   dodoc -r docs/tutorial/html/
-   fi
-}



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

2020-06-07 Thread Mart Raudsepp
commit: 0348a30fb063c4e446831ac35a6aaa5ab26cd531
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:16:09 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0348a30f

dev-util/glib-utils: remove old

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

 dev-util/glib-utils/Manifest |  2 -
 dev-util/glib-utils/glib-utils-2.60.7.ebuild | 65 
 dev-util/glib-utils/glib-utils-2.62.5.ebuild | 65 
 3 files changed, 132 deletions(-)

diff --git a/dev-util/glib-utils/Manifest b/dev-util/glib-utils/Manifest
index b36b10638a2..13461a99ddd 100644
--- a/dev-util/glib-utils/Manifest
+++ b/dev-util/glib-utils/Manifest
@@ -1,4 +1,2 @@
-DIST glib-2.60.7.tar.xz 4590568 BLAKE2B 
a3f2a3bd0443a27326e8359c2ad1e6022ca1634f5c7cb4502a8011fbe85df690fff7d67665cf160bf4ed426214b87f6501a69158fb1656bdb86cacdcf076ee15
 SHA512 
d56d805a5abf6f7aeb8bf5be06b60ad049177ee23f78eacef4ce2ea88a8be49966a95e48fed17c752649f6e80937fd0ebc8f959709f623ec1f2f43ffd42d078a
-DIST glib-2.62.5.tar.xz 4702492 BLAKE2B 
03e04cb149b3301959013c5db20b1f3606951ed80105e0580d40177586a5834afb975ace0d25d5311fd63d29a48129128bdddf29a808e371f1400c00033be1a3
 SHA512 
2f99422ff8245524aabdb52f5d388ef4bde0fc075eab24499b4023f6ca143b80a74e265117b9e7a9de68a347b0c7eaa8655c836d7bbb63d54cad5c6dda630371
 DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 
0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276
 SHA512 
8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5
 DIST glib-2.64.3.tar.xz 4778964 BLAKE2B 
98ec6e15a8ff642fbccd4809d749234d5adae8abcab7a3619caed0aa60370d0409a76a2c64a95998401e8a339dcc264f4f808f3d7be457ff40e38d70b0a8076b
 SHA512 
a3828c37a50e86eb8791be53bd8af848d144e4580841ffab28f3b6eae5144f5cdf4a5d4b43130615b97488e700b274c2468fc7d561b3701a1fc686349501a1db

diff --git a/dev-util/glib-utils/glib-utils-2.60.7.ebuild 
b/dev-util/glib-utils/glib-utils-2.60.7.ebuild
deleted file mode 100644
index f6222baf911..000
--- a/dev-util/glib-utils/glib-utils-2.60.7.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
-GNOME_ORG_MODULE="glib"
-
-inherit gnome.org python-single-r1
-
-DESCRIPTION="Build utilities for GLib using projects"
-HOMEPAGE="https://www.gtk.org/;
-
-LICENSE="LGPL-2.1+"
-SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-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 
~x86-winnt"
-
-RDEPEND="${PYTHON_DEPS}
-   !http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
-   "${1}" || die "manpage generation failed"
-}
-
-src_compile() {
-   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
-   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-mkenums.in > gobject/glib-mkenums || die
-   sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" 
glib/gtester-report.in > glib/gtester-report || die
-   do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml 
docs/reference/gobject/glib-genmarshal.1
-   do_xsltproc_command docs/reference/gobject/glib-mkenums.xml 
docs/reference/gobject/glib-mkenums.1
-   do_xsltproc_command docs/reference/glib/gtester-report.xml 
docs/reference/glib/gtester-report.1
-}
-
-src_install() {
-   python_fix_shebang gobject/glib-genmarshal
-   python_fix_shebang gobject/glib-mkenums
-   python_fix_shebang glib/gtester-report
-   exeinto /usr/bin
-   doexe gobject/glib-genmarshal
-   doexe gobject/glib-mkenums
-   doexe glib/gtester-report
-   doman docs/reference/gobject/glib-genmarshal.1
-   doman docs/reference/gobject/glib-mkenums.1
-   doman docs/reference/glib/gtester-report.1
-}

diff --git a/dev-util/glib-utils/glib-utils-2.62.5.ebuild 
b/dev-util/glib-utils/glib-utils-2.62.5.ebuild
deleted file mode 100644
index 0dd0c2ddd68..000
--- a/dev-util/glib-utils/glib-utils-2.62.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-GNOME_ORG_MODULE="glib"
-
-inherit gnome.org python-single-r1
-
-DESCRIPTION="Build utilities for GLib using projects"
-HOMEPAGE="https://www.gtk.org/;
-
-LICENSE="LGPL-2.1+"
-SLOT="0" # /usr/bin utilities that can't be 

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

2020-06-07 Thread Mart Raudsepp
commit: e56f2a5c34009420790d705c1639b1d1062c6882
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:08:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56f2a5c

dev-cpp/glibmm: remove old

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

 dev-cpp/glibmm/Manifest |  1 -
 dev-cpp/glibmm/glibmm-2.60.1.ebuild | 66 -
 2 files changed, 67 deletions(-)

diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest
index ec39c07fe48..d6543530af8 100644
--- a/dev-cpp/glibmm/Manifest
+++ b/dev-cpp/glibmm/Manifest
@@ -1,3 +1,2 @@
-DIST glibmm-2.60.1.tar.xz 7132072 BLAKE2B 
8d25287b7805d7196bffa909447db0e0fa0edd1c243b3ccdef91f1a6573ea0723cda8e88993e878e6c8440b23488b0ab8c9ed727bd4e2d4a46f56ba251510aa0
 SHA512 
89f1d10bd9b60232519e2e13c02b0b1010dacbe67a8bab06c3a5873649e5090ed3593d518bfd8e12933a08aaa5fc654b1475efc208e2256c7efd197274a28b79
 DIST glibmm-2.62.0.tar.xz 7398144 BLAKE2B 
a289c2e6a5737d9fa3d507e4741c1d19e949244db5a6eaec2329bda92e7e0a78e33acf9668ced19a52507fa88531da63fa35cf59dfb44ad2a7a8fa0839c7dae4
 SHA512 
f26fca5724c17d915480556b6918ae6e4999c14a25e7623cda3d37a59d6965310fc2b2d8a8500a849f1d0f00fd2d326eeddc690207846d38a13ae695ad0805de
 DIST glibmm-2.64.2.tar.xz 7438116 BLAKE2B 
6ff458e90a5dbc606a2e04ecd3589262a1b96e827dba245985467818a7a4ba80a9c4cb15686fe479636cb8ce7e1db3334195d6334d7ec56327076cad87e22170
 SHA512 
0130af9a16981a54630150db6f4b1a95458d72d650c5e4781ee97ce624ec98c600b79ebf234d212e025781453fd11d78b9e8273235ffa143397423418fe970cc

diff --git a/dev-cpp/glibmm/glibmm-2.60.1.ebuild 
b/dev-cpp/glibmm/glibmm-2.60.1.ebuild
deleted file mode 100644
index 669f7e08200..000
--- a/dev-cpp/glibmm/glibmm-2.60.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 multilib-minimal
-
-DESCRIPTION="C++ interface for glib2"
-HOMEPAGE="https://www.gtkmm.org;
-
-LICENSE="LGPL-2.1+ GPL-2+" # GPL-2+ applies only to the build system
-SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc debug test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/libsigc++-2.9.1:2[${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.59.2:2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-# dev-cpp/mm-common needed for eautoreconf
-
-src_prepare() {
-   if ! use test; then
-   # don't waste time building tests
-   sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \
-   -i Makefile.am Makefile.in || die "sed 1 failed"
-   fi
-
-   # don't build examples - we want to install example sources, not 
binaries
-   sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
-   -i Makefile.am Makefile.in || die "sed 2 failed"
-
-   gnome2_src_prepare
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" gnome2_src_configure \
-   $(use_enable debug debug-refcounting) \
-   $(multilib_native_use_enable doc documentation) \
-   --enable-deprecated-api
-}
-
-multilib_src_test() {
-   cd tests
-   default
-
-   for i in */test; do
-   ${i} || die "Running tests failed at ${i}"
-   done
-}
-
-multilib_src_install() {
-   gnome2_src_install
-}
-
-multilib_src_install_all() {
-   einstalldocs
-
-   find examples -type d -name '.deps' -exec rm -rf {} \; 2>/dev/null
-   find examples -type f -name 'Makefile*' -exec rm -f {} \; 2>/dev/null
-   dodoc -r examples
-}



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

2020-06-07 Thread Mart Raudsepp
commit: e6e109667bd15183fb9542ad827265d7834a8f0d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:20:20 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e10966

dev-python/dbusmock: remove old

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

 dev-python/dbusmock/Manifest   |  1 -
 dev-python/dbusmock/dbusmock-0.18.2.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/dbusmock/Manifest b/dev-python/dbusmock/Manifest
index 27146fc4878..5a04fd13172 100644
--- a/dev-python/dbusmock/Manifest
+++ b/dev-python/dbusmock/Manifest
@@ -1,2 +1 @@
-DIST dbusmock-0.18.2.tar.gz 72031 BLAKE2B 
44b46f05e48f1178fe95e44c83899bbef5bc64dcee856be1b332890893a5b901a03c236ad9a8cc6cf2ece83efbf5ec798551320a098736ff95c13951333ffaa3
 SHA512 
2421cea872e1d84db639cae0d6cc10c4b80ccf64903b7b3f437cb58ad8e3d957c30c871f9666a7a7774808b4b56d6116959ea03fdc8b575ed98023b77b61c8a0
 DIST dbusmock-0.18.3.tar.gz 72049 BLAKE2B 
b5ed8ebcae51fedec75fc810e07dc9a38223bcde541cbfddd5d3fbf1ad45d1458e6ad39c1fc69ee77165d751f978cb4483929e823eacbc99a7ae414aebf4d0f0
 SHA512 
6f7b42eae578ce03024b3b5cc85e82f04a467803f4c8b4cb5193454dcd849038f11e6ce5028ca9dd57ea5a9380c1b754d8fc644b4a24b51deee9e87b409115c3

diff --git a/dev-python/dbusmock/dbusmock-0.18.2.ebuild 
b/dev-python/dbusmock/dbusmock-0.18.2.ebuild
deleted file mode 100644
index 0e30599771c..000
--- a/dev-python/dbusmock/dbusmock-0.18.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-MY_PN="python-${PN}"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Easily create mock objects on D-Bus for software testing"
-HOMEPAGE="https://github.com/martinpitt/python-dbusmock;
-SRC_URI="https://github.com/martinpitt/${MY_PN}/releases/download/${PV}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}"/0.18.2-disable-polkitd-tests.patch
-)
-
-python_test() {
-   nosetests --verbose || die "tests fail under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( NEWS README.rst )
-
-   distutils-r1_python_install_all
-}



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

2020-06-07 Thread Mart Raudsepp
commit: d9ea08ca913023fb85e29c806dc969a73cffa366
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:15:24 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ea08ca

dev-util/gdbus-codegen: remove old

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

 dev-util/gdbus-codegen/Manifest|  2 -
 dev-util/gdbus-codegen/gdbus-codegen-2.60.7.ebuild | 68 -
 dev-util/gdbus-codegen/gdbus-codegen-2.62.5.ebuild | 69 --
 3 files changed, 139 deletions(-)

diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
index b36b10638a2..13461a99ddd 100644
--- a/dev-util/gdbus-codegen/Manifest
+++ b/dev-util/gdbus-codegen/Manifest
@@ -1,4 +1,2 @@
-DIST glib-2.60.7.tar.xz 4590568 BLAKE2B 
a3f2a3bd0443a27326e8359c2ad1e6022ca1634f5c7cb4502a8011fbe85df690fff7d67665cf160bf4ed426214b87f6501a69158fb1656bdb86cacdcf076ee15
 SHA512 
d56d805a5abf6f7aeb8bf5be06b60ad049177ee23f78eacef4ce2ea88a8be49966a95e48fed17c752649f6e80937fd0ebc8f959709f623ec1f2f43ffd42d078a
-DIST glib-2.62.5.tar.xz 4702492 BLAKE2B 
03e04cb149b3301959013c5db20b1f3606951ed80105e0580d40177586a5834afb975ace0d25d5311fd63d29a48129128bdddf29a808e371f1400c00033be1a3
 SHA512 
2f99422ff8245524aabdb52f5d388ef4bde0fc075eab24499b4023f6ca143b80a74e265117b9e7a9de68a347b0c7eaa8655c836d7bbb63d54cad5c6dda630371
 DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 
0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276
 SHA512 
8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5
 DIST glib-2.64.3.tar.xz 4778964 BLAKE2B 
98ec6e15a8ff642fbccd4809d749234d5adae8abcab7a3619caed0aa60370d0409a76a2c64a95998401e8a339dcc264f4f808f3d7be457ff40e38d70b0a8076b
 SHA512 
a3828c37a50e86eb8791be53bd8af848d144e4580841ffab28f3b6eae5144f5cdf4a5d4b43130615b97488e700b274c2468fc7d561b3701a1fc686349501a1db

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.60.7.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.60.7.ebuild
deleted file mode 100644
index f27f350a4f1..000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.60.7.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{3_6,3_7} )
-PYTHON_REQ_USE="xml"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit gnome.org distutils-r1
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="https://www.gtk.org/;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/libxslt
-   app-text/docbook-xsl-stylesheets
-"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-   PATCHES=(
-   "${FILESDIR}/${PN}-2.56.1-sitedir.patch"
-   )
-   distutils-r1_python_prepare_all
-
-   sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
-   sed -e "s:@VERSION@:${PV}:" config.py.in > config.py || die
-   cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-   sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-do_xsltproc_command() {
-   # Taken from meson.build for manual manpage building - keep in sync 
(also copied to dev-util/glib-utils)
-   xsltproc \
-   --nonet \
-   --stringparam man.output.quietly 1 \
-   --stringparam funcsynopsis.style ansi \
-   --stringparam man.th.extra1.suppress 1 \
-   --stringparam man.authors.section.enabled 0 \
-   --stringparam man.copyright.section.enabled 0 \
-   -o "${2}" \
-   
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
-   "${1}" || die "manpage generation failed"
-}
-
-src_compile() {
-   distutils-r1_src_compile
-   do_xsltproc_command 
"${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.xml" 
"${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}
-
-src_test() {
-   einfo "Skipping tests. This package is tested by dev-libs/glib"
-   einfo "when merged with FEATURES=test"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all # no-op, but prevents QA warning
-   doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.62.5.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.62.5.ebuild
deleted file mode 100644
index fe957c7d3de..000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.62.5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo 

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

2020-06-07 Thread Mart Raudsepp
commit: 0729575e73cb2069e997446852cf12bea48026af
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:14:47 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0729575e

dev-libs/glib: remove old

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

 dev-libs/glib/Manifest   |   1 -
 dev-libs/glib/files/2.60.7-gdbus-fixes.patch | 301 ---
 dev-libs/glib/files/CVE-2020-6750.patch  | 763 ---
 dev-libs/glib/glib-2.60.7-r2.ebuild  | 280 --
 4 files changed, 1345 deletions(-)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index 0bc6c77c82b..13461a99ddd 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,3 +1,2 @@
-DIST glib-2.60.7.tar.xz 4590568 BLAKE2B 
a3f2a3bd0443a27326e8359c2ad1e6022ca1634f5c7cb4502a8011fbe85df690fff7d67665cf160bf4ed426214b87f6501a69158fb1656bdb86cacdcf076ee15
 SHA512 
d56d805a5abf6f7aeb8bf5be06b60ad049177ee23f78eacef4ce2ea88a8be49966a95e48fed17c752649f6e80937fd0ebc8f959709f623ec1f2f43ffd42d078a
 DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 
0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276
 SHA512 
8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5
 DIST glib-2.64.3.tar.xz 4778964 BLAKE2B 
98ec6e15a8ff642fbccd4809d749234d5adae8abcab7a3619caed0aa60370d0409a76a2c64a95998401e8a339dcc264f4f808f3d7be457ff40e38d70b0a8076b
 SHA512 
a3828c37a50e86eb8791be53bd8af848d144e4580841ffab28f3b6eae5144f5cdf4a5d4b43130615b97488e700b274c2468fc7d561b3701a1fc686349501a1db

diff --git a/dev-libs/glib/files/2.60.7-gdbus-fixes.patch 
b/dev-libs/glib/files/2.60.7-gdbus-fixes.patch
deleted file mode 100644
index e2a066beec7..000
--- a/dev-libs/glib/files/2.60.7-gdbus-fixes.patch
+++ /dev/null
@@ -1,301 +0,0 @@
-From 1cfab12a28d97716ad581c30fbbf3e94e4d7f303 Mon Sep 17 00:00:00 2001
-From: Simon McVittie 
-Date: Mon, 14 Oct 2019 08:22:24 +0100
-Subject: [PATCH 1/3] gcredentialsprivate: Document the various private macros
-
-Signed-off-by: Simon McVittie 

- gio/gcredentialsprivate.h | 59 +++
- 1 file changed, 59 insertions(+)
-
-diff --git a/gio/gcredentialsprivate.h b/gio/gcredentialsprivate.h
-index 4d1c420a8..06f0aed19 100644
 a/gio/gcredentialsprivate.h
-+++ b/gio/gcredentialsprivate.h
-@@ -22,6 +22,65 @@
- #include "gio/gcredentials.h"
- #include "gio/gnetworking.h"
- 
-+/*
-+ * G_CREDENTIALS_SUPPORTED:
-+ *
-+ * Defined to 1 if GCredentials works.
-+ */
-+#undef G_CREDENTIALS_SUPPORTED
-+
-+/*
-+ * G_CREDENTIALS_USE_LINUX_UCRED, etc.:
-+ *
-+ * Defined to 1 if GCredentials uses Linux `struct ucred`, etc.
-+ */
-+#undef G_CREDENTIALS_USE_LINUX_UCRED
-+#undef G_CREDENTIALS_USE_FREEBSD_CMSGCRED
-+#undef G_CREDENTIALS_USE_NETBSD_UNPCBID
-+#undef G_CREDENTIALS_USE_OPENBSD_SOCKPEERCRED
-+#undef G_CREDENTIALS_USE_SOLARIS_UCRED
-+
-+/*
-+ * G_CREDENTIALS_NATIVE_TYPE:
-+ *
-+ * Defined to one of G_CREDENTIALS_TYPE_LINUX_UCRED, etc.
-+ */
-+#undef G_CREDENTIALS_NATIVE_TYPE
-+
-+/*
-+ * G_CREDENTIALS_NATIVE_SIZE:
-+ *
-+ * Defined to the size of the %G_CREDENTIALS_NATIVE_TYPE
-+ */
-+#undef G_CREDENTIALS_NATIVE_SIZE
-+
-+/*
-+ * G_CREDENTIALS_UNIX_CREDENTIALS_MESSAGE_SUPPORTED:
-+ *
-+ * Defined to 1 if we have a message-passing API in which credentials
-+ * are attached to a particular message, such as `SCM_CREDENTIALS` on Linux
-+ * or `SCM_CREDS` on FreeBSD.
-+ */
-+#undef G_CREDENTIALS_UNIX_CREDENTIALS_MESSAGE_SUPPORTED
-+
-+/*
-+ * G_CREDENTIALS_SOCKET_GET_CREDENTIALS_SUPPORTED:
-+ *
-+ * Defined to 1 if we have a `getsockopt()`-style API in which one end of
-+ * a socket connection can directly query the credentials of the process
-+ * that initiated the other end, such as `getsockopt SO_PEERCRED` on Linux
-+ * or `getpeereid()` on multiple operating systems.
-+ */
-+#undef G_CREDENTIALS_SOCKET_GET_CREDENTIALS_SUPPORTED
-+
-+/*
-+ * G_CREDENTIALS_SPOOFING_SUPPORTED:
-+ *
-+ * Defined to 1 if privileged processes can spoof their credentials when
-+ * using the message-passing API.
-+ */
-+#undef G_CREDENTIALS_SPOOFING_SUPPORTED
-+
- #ifdef __linux__
- #define G_CREDENTIALS_SUPPORTED 1
- #define G_CREDENTIALS_USE_LINUX_UCRED 1
--- 
-2.20.1
-
-
-From 5f9318af8f19756685c1b79cf8b76f3e66614d84 Mon Sep 17 00:00:00 2001
-From: Simon McVittie 
-Date: Fri, 18 Oct 2019 10:55:09 +0100
-Subject: [PATCH 2/3] credentials: Invalid Linux struct ucred means "no
- information"
-
-On Linux, if getsockopt SO_PEERCRED is used on a TCP socket, one
-might expect it to fail with an appropriate error like ENOTSUP or
-EPROTONOSUPPORT. However, it appears that in fact it succeeds, but
-yields a credentials structure with pid 0, uid -1 and gid -1. These
-are not real process, user 

[gentoo-commits] repo/gentoo:master commit in: app-arch/gcab/

2020-06-07 Thread Mart Raudsepp
commit: 8082edb3b9cbde9e3edc1da9fb322f47c0dc18ea
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:06:35 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8082edb3

app-arch/gcab: remove old

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

 app-arch/gcab/Manifest|  1 -
 app-arch/gcab/gcab-1.3.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/app-arch/gcab/Manifest b/app-arch/gcab/Manifest
index 4845bcb7d45..8922b04345a 100644
--- a/app-arch/gcab/Manifest
+++ b/app-arch/gcab/Manifest
@@ -1,2 +1 @@
-DIST gcab-1.3.tar.xz 77900 BLAKE2B 
9ab61c1ab36561cd0bce075c8d491c8e28651c26ff5943a2ddc294a369f7627c300ed698363980dd839b64d512b678d7b3903addeea05657551af308b6e0c5ed
 SHA512 
fd34722bc57a75e9a2aaec354af4629a35936928eb6db5646659c8dd51c8c6fd7fc6786c23f7e91a33a727bf8548327f50725081a8c7b1e0facb877341887b22
 DIST gcab-1.4.tar.xz 78240 BLAKE2B 
8b857c116fab636db93463cee7d6b809c3c7b2bdf3896b7b5b5b66ebf270b284b356710933ec17584143bcef5c1f5c555811dd05ea98399f327047476a33fc16
 SHA512 
66a2e0d0a5888c555153356ce808f602053e71b76af19794db7e3bbf9516fe791805068838b4e208698cd645ada7a08610ac95f846fa81e00a9b955016306299

diff --git a/app-arch/gcab/gcab-1.3.ebuild b/app-arch/gcab/gcab-1.3.ebuild
deleted file mode 100644
index 271947393aa..000
--- a/app-arch/gcab/gcab-1.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome.org meson vala xdg
-
-DESCRIPTION="Library and tool for working with Microsoft Cabinet (CAB) files"
-HOMEPAGE="https://wiki.gnome.org/msitools;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
-
-IUSE="gtk-doc +introspection test vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   sys-libs/zlib
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >=dev-util/meson-0.50.0
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.3 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-RESTRICT="!test? ( test )"
-
-src_prepare() {
-   xdg_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use gtk-doc docs)
-   $(meson_use introspection)
-   -Dnls=true
-   $(meson_use vala vapi)
-   $(meson_use test tests)
-   -Dinstalled_tests=false
-   )
-   meson_src_configure
-}



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

2020-06-07 Thread Mart Raudsepp
commit: 051d38a352d758752f99a23460d60fdcfb2769d6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:28:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051d38a3

x11-terms/gnome-terminal: remove old

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

 x11-terms/gnome-terminal/Manifest  |  2 -
 .../gnome-terminal/gnome-terminal-3.32.2.ebuild| 84 --
 2 files changed, 86 deletions(-)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 9d99e341477..45bd2b6bde7 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,5 +1,3 @@
-DIST gnome-terminal-3.32.2-cntr-ntfy-ttl-ts.patch.xz 31684 BLAKE2B 
34c3473632d82983aec98a867e7353829521527f8f570e62e5fd7a1bd638b470c6f1ce7fde33d4604a2ca40e4b93be02a22dbdd4d1559a03bf230060310e81bf
 SHA512 
76732fd57644431936b78a3ea3e8010b3f14fb0af52fa9c79540ed5ec5a0a45e6b31c9ace2b67a02559ec4e294927bf2033730d074727c3fe05054f39d1a8b42
-DIST gnome-terminal-3.32.2.tar.xz 2039236 BLAKE2B 
967f87a362cf893c8d743caefc9b857d6c8092e59c3ce77a76dea5d50f503bea9c9e066e447724b6c7781bec808a4cccf8c3d646ecccb1800da9a0bdd7f28e4d
 SHA512 
1be1e26b62b9364361982a34455fb5c818a2114edadb1146985f9e418ce5d51387d12b443c12022b8eec9c61c2137a1a780f390672406a1940f8b352b782e3cc
 DIST gnome-terminal-3.34.2-cntr-ntfy-autottl-ts.patch.xz 33896 BLAKE2B 
3f52a9ca3223abde8df3ecb97129d4d9078384353f187703ea27b3c2797432fae8edf85a442578c75ca26e8ff61b5b444e69c92a7fa6f61229c3bf1f8cfeef2c
 SHA512 
bd48b85ea87863a077333493f4b2146c383d2a137d32cf535fc35a2fc76c738b6aaf56da23a7dae469545af9fac75fa756a18e946e39cbb6eba0bc41707f869a
 DIST gnome-terminal-3.34.2-patchset.tar.xz 33120 BLAKE2B 
d052dc1b425b298d0eca6664d43b0a3fb32e362852f93fb4c736b68f0f0be785cb8d4da3d341fef5abeb881fe6adf7acf1c716166241ecbe60513ac7d4fabe2b
 SHA512 
3a6f9e2a2b04368dd6b3098bd0399cb784f8702b4d23415dc8efe828aa12591a327ff31d0739a19deed0736a6d0a70cbc643c2f3cd0a767c67bb1b009d33969e
 DIST gnome-terminal-3.34.2.tar.xz 2045872 BLAKE2B 
390235a1674d1ea7c0398f94ccc9e7baa301e9acef42170d512766d2bcd53a9669c3100a9590702234b456a6d33de5cf825cbe9733d6e89422211049187bb86b
 SHA512 
36df7483c2b56df1d9e66729826b1bb65755590498295615befdb89e25d69464ebf4b77928ccd88f069513cb58da2856dca748dbf6372ca145b4535609d76595

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild
deleted file mode 100644
index 8e7f3ec1336..000
--- a/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug +gnome-shell +nautilus vanilla"
-SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${P}-cntr-ntfy-ttl-ts.patch.xz )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
-
-# FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
-RDEPEND="
-   >=dev-libs/glib-2.42:2
-   >=x11-libs/gtk+-3.20:3
-   >=x11-libs/vte-0.56.2:2.91[!vanilla?]
-   >=dev-libs/libpcre2-10
-   >=gnome-base/dconf-0.14
-   >=gnome-base/gsettings-desktop-schemas-0.1.0
-   sys-apps/util-linux
-   gnome-shell? ( gnome-base/gnome-shell )
-   nautilus? ( >=gnome-base/nautilus-3 )
-"
-# itstool required for help/* with non-en LINGUAS, see bug #549358
-# xmllint required for glib-compile-resources, see bug #549304
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
-   notifications of long-running commands finishing, you will need
-   to add the following line to your ~/.bashrc:\n
-   . /etc/profile.d/vte-2.91.sh"
-
-src_prepare() {
-   if ! use vanilla; then
-   # https://bugzilla.gnome.org/show_bug.cgi?id=695371
-   # Fedora patches:
-   # Restore transparency support (with compositing WMs only)
-   # OSC 777 desktop notification support (notifications on tabs 
for long-running commands completing)
-   # Restore "Set title" support
-   # 
http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/plain/gnome-terminal-notify-open-title-transparency.patch
-   # Depends on vte[-vanilla] for OSC 777 patch in VTE
-   eapply "${WORKDIR}"/${P}-cntr-ntfy-ttl-ts.patch
-   fi
-  

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

2020-06-07 Thread Mart Raudsepp
commit: 3295d31a9c03f7a8fd6e7934605d0b269b607900
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:21:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3295d31a

dev-util/glade: remove old

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

 dev-util/glade/Manifest   |  1 -
 dev-util/glade/glade-3.22.1-r1.ebuild | 93 ---
 2 files changed, 94 deletions(-)

diff --git a/dev-util/glade/Manifest b/dev-util/glade/Manifest
index ac0b819613d..2ba3fd1c6e8 100644
--- a/dev-util/glade/Manifest
+++ b/dev-util/glade/Manifest
@@ -1,2 +1 @@
-DIST glade-3.22.1.tar.xz 3592952 BLAKE2B 
53f769198a093ff5d4dc98bb4ea98c6e5195933caf24247a99db980312ae3398fca3abbd640d08c02e8fb5f8647ee3e4b18e65073b1500e9017ee0586993a331
 SHA512 
e1bdc49b89bc5010c0abf6357dbae05c921182655b2ee5a4b161af6adfd596cfbcd495c9851ba956abbf3d6156616a6c0e94640cd72cee11551ca388674ac908
 DIST glade-3.22.2.tar.xz 3550008 BLAKE2B 
e1217e221b36938937c57ae465a3707eeadc52bc9127b3af2fb6514e572676e3e284811d5332876dce110fd321e2bb33b9ac8b0afbd97dd747725eb73309dc15
 SHA512 
cb82684423ae055bc8e84a8705529ecdc72957563f444633c2c5c24a922130de84c212537323b6ed259f0e29349b52dff608822610b87babb8fc3cb468a5f4b0

diff --git a/dev-util/glade/glade-3.22.1-r1.ebuild 
b/dev-util/glade/glade-3.22.1-r1.ebuild
deleted file mode 100644
index 465f7d6c798..000
--- a/dev-util/glade/glade-3.22.1-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1 virtualx
-
-DESCRIPTION="A user interface designer for GTK+ and GNOME"
-HOMEPAGE="https://glade.gnome.org/;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="3.10/6" # subslot = suffix of libgladeui-2.so
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86"
-
-IUSE="debug +introspection python webkit"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   dev-libs/atk[introspection?]
-   >=dev-libs/glib-2.53.2:2
-   >=dev-libs/libxml2-2.4.0:2
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2[introspection?]
-   >=x11-libs/gtk+-3.20.0:3[introspection?]
-   x11-libs/pango[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   >=dev-python/pygobject-3.8:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   webkit? ( >=net-libs/webkit-gtk-2.12.0:4 )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/yelp-tools
-   dev-libs/libxslt
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.41.0
-   dev-util/itstool
-   virtual/pkgconfig
-
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-# eautoreconf requires:
-#  dev-libs/gobject-introspection-common
-#  gnome-base/gnome-common
-
-RESTRICT="test" # https://gitlab.gnome.org/GNOME/glade/issues/333
-
-PATCHES=(
-   # To avoid file collison with other slots, rename help module.
-   # Prevent the UI from loading glade:3's gladeui devhelp documentation.
-   "${FILESDIR}"/${PN}-3.14.1-doc-version.patch
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --enable-gladeui \
-   --enable-libtool-lock \
-   $(usex debug --enable-debug ' ') \
-   $(use_enable introspection) \
-   $(use_enable python) \
-   $(use_enable webkit webkit2gtk)
-}
-
-src_test() {
-   virtx emake check
-}
-
-src_install() {
-   # modify name in .devhelp2 file to avoid shadowing with glade:3 docs
-   sed -e 's:name="gladeui":name="gladeui-2":' \
-   -i doc/html/gladeui.devhelp2 || die "sed of gladeui.devhelp2 
failed"
-   gnome2_src_install
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   if ! has_version dev-util/devhelp ; then
-   elog "You may want to install dev-util/devhelp for integration 
API"
-   elog "documentation support."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/gtkspell/

2020-06-07 Thread Mart Raudsepp
commit: 33c93a7503638d95c327facd5ad2a8e31e633110
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:08:11 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c93a75

app-text/gtkspell: remove old

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

 app-text/gtkspell/gtkspell-2.0.16.ebuild | 39 
 1 file changed, 39 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16.ebuild
deleted file mode 100644
index c34f0b73d97..000
--- a/app-text/gtkspell/gtkspell-2.0.16.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils ltprune
-
-DESCRIPTION="Spell checking widget for GTK"
-HOMEPAGE="http://gtkspell.sourceforge.net/;
-# gtkspell doesn't use sourceforge mirroring system it seems.
-SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   >=app-text/enchant-1.1.6:0"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README ) # NEWS file is empty
-
-src_prepare() {
-   # Fix intltoolize broken file, see upstream #577133
-   sed -i -e "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" po/Makefile.in.in || die
-}
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}



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

2020-06-07 Thread Mart Raudsepp
commit: fdaa1c897f2b23b694253117da381060c48dcd24
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:07:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdaa1c89

app-misc/tracker: remove old

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

 app-misc/tracker/Manifest |   1 -
 app-misc/tracker/tracker-2.2.2.ebuild | 103 --
 2 files changed, 104 deletions(-)

diff --git a/app-misc/tracker/Manifest b/app-misc/tracker/Manifest
index 42c0fc7d4c5..104819fc25f 100644
--- a/app-misc/tracker/Manifest
+++ b/app-misc/tracker/Manifest
@@ -1,2 +1 @@
-DIST tracker-2.2.2.tar.xz 2792104 BLAKE2B 
654dd5a6e4d8ea8a47d209f747e0dd4e02b7f6c862c4dedd92edf271cf3645b2a7d3f956f6aba5bf104df9972bc287b49a40d77892cb9a65e40c1007f5e3ca6c
 SHA512 
2c18c324d4d98fb62bbf21eac8f647bd34463cee4d9f71d411e22d695fc28cc0c5334e2d41517875a5741213d9405e768f3efae6a8a4a8e72d01563c335f47a7
 DIST tracker-2.3.4.tar.xz 1607928 BLAKE2B 
f0285480091fdac3aab1d258496643b7644f2d58383eb0d7cdd10f273a79e75a36507285db4737bb270dda8cb195482d6f8e2770b24fce13c72dd32325c3976e
 SHA512 
8b8ffc33962a5dffbae83dfb8ea73b0d2ff6ee002fbd9e4b574ef5f8e562338e359caab290ab804f2801a14e04d2c76eb0a52cf06be4d236ea043de4fc39dadf

diff --git a/app-misc/tracker/tracker-2.2.2.ebuild 
b/app-misc/tracker/tracker-2.2.2.ebuild
deleted file mode 100644
index eed86681854..000
--- a/app-misc/tracker/tracker-2.2.2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-VALA_MIN_API_VERSION="0.40"
-
-inherit bash-completion-r1 gnome.org gnome2-utils linux-info meson 
python-any-r1 systemd vala xdg
-
-DESCRIPTION="A tagging metadata database, search tool and indexer"
-HOMEPAGE="https://wiki.gnome.org/Projects/Tracker;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0/2.0"
-IUSE="gtk-doc +miners networkmanager stemmer"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-#RESTRICT="!test? ( test )"
-
-PV_SERIES=$(ver_cut 1-2)
-
-# In 2.2.0 util-linux should only be necessary if glib is older than 2.52 at 
compile-time
-# But build still needs it - https://gitlab.gnome.org/GNOME/tracker/issues/131
-RDEPEND="
-   >=dev-libs/glib-2.46:2
-   >=sys-apps/dbus-1.3.2
-   >=dev-libs/gobject-introspection-1.54:=
-   >=dev-libs/icu-4.8.1.2:=
-   >=dev-libs/json-glib-1.0
-   >=net-libs/libsoup-2.40.1:2.4
-   >=dev-libs/libxml2-2.7
-   >=dev-db/sqlite-3.20.0
-   networkmanager? ( >=net-misc/networkmanager-0.8 )
-   stemmer? ( dev-libs/snowball-stemmer )
-   sys-apps/util-linux
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   $(vala_depend)
-   gtk-doc? ( >=dev-util/gtk-doc-1.8
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xml-dtd:4.5 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   ${PYTHON_DEPS}
-"
-PDEPEND="miners? ( >=app-misc/tracker-miners-${PV_SERIES} )"
-
-function inotify_enabled() {
-   if linux_config_exists; then
-   if ! linux_chkconfig_present INOTIFY_USER; then
-   ewarn "You should enable the INOTIFY support in your 
kernel."
-   ewarn "Check the 'Inotify support for userland' under 
the 'File systems'"
-   ewarn "option. It is marked as CONFIG_INOTIFY_USER in 
the config"
-   die 'missing CONFIG_INOTIFY'
-   fi
-   else
-   einfo "Could not check for INOTIFY support in your kernel."
-   fi
-}
-
-pkg_setup() {
-   linux-info_pkg_setup
-   inotify_enabled
-
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use gtk-doc docs)
-   -Dfts=true
-   -Dfunctional_tests=false # many fail in 2.2; retry with 2.3
-   #$(meson_use test functional_tests)
-   -Dman=true
-   $(meson_feature networkmanager network_manager)
-   $(meson_feature stemmer)
-   -Dunicode_support=icu
-   -Dbash_completion="$(get_bashcompdir)"
-   -Dsystemd_user_services="$(systemd_get_userunitdir)"
-   )
-   meson_src_configure
-}
-
-src_test() {
-   dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2020-06-07 Thread Mart Raudsepp
commit: 1d2b75a3ab0643be959db653b957a9dffd51cb92
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:07:18 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2b75a3

app-misc/tracker-miners: remove old

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

 app-misc/tracker-miners/Manifest   |   1 -
 .../tracker-miners/tracker-miners-2.2.2.ebuild | 151 -
 2 files changed, 152 deletions(-)

diff --git a/app-misc/tracker-miners/Manifest b/app-misc/tracker-miners/Manifest
index 3dd963eeb9f..2d0ebd468d7 100644
--- a/app-misc/tracker-miners/Manifest
+++ b/app-misc/tracker-miners/Manifest
@@ -1,2 +1 @@
-DIST tracker-miners-2.2.2.tar.xz 2893476 BLAKE2B 
30bfd0454c5429a708ee10a299210e800e2d713859a20206b8c96cb41f4a1d14c438266b198788056b4d2f7fd5a9b8b465d9d7b460e3e57ddbd56d98f89c5ae2
 SHA512 
41dda92ddde2ba473ac0887ab5a0c0918c8a26a99cdcd1c0a7d49cdce0f7b02ff080fa868df7e855d08ce5cf61fa55b3ef0737bc58a83e80d2096435efa11cf3
 DIST tracker-miners-2.3.3.tar.xz 3144712 BLAKE2B 
a5789cce89dedd7cf35548b730acc80eb9b8bcbc8338c4ee55b07c97af4b9fbadc46bf0fdc552a3384e995d71aca0defe2d57dc21d99f775dee6f33f69e0aa9b
 SHA512 
1e845aaa5412125df84298a05f29888b3872c0f4d9251f026dd51846831fcd4aa0c6965c85752d7b6ed6548268d21f0fd2a8427c922a5dc0afcd294286c607e2

diff --git a/app-misc/tracker-miners/tracker-miners-2.2.2.ebuild 
b/app-misc/tracker-miners/tracker-miners-2.2.2.ebuild
deleted file mode 100644
index 571b909db24..000
--- a/app-misc/tracker-miners/tracker-miners-2.2.2.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit gnome.org gnome2-utils meson python-any-r1 systemd xdg
-
-DESCRIPTION="Collection of data extractors for Tracker/Nepomuk"
-HOMEPAGE="https://wiki.gnome.org/Projects/Tracker;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg +pdf +playlist raw 
+rss seccomp test +taglib +tiff upower +xml xmp xps"
-
-REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpeg
-RESTRICT="!test? ( test )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# tracker-2.1.7 currently always depends on ICU (theoretically could be 
libunistring instead); so choose ICU over enca always here for the time being 
(ICU is preferred)
-RDEPEND="
-   >=dev-libs/glib-2.46:2
-   >=app-misc/tracker-2.2.0:=
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-plugins/gst-plugins-meta:1.0 )
-   !gstreamer? (
-   ffmpeg? ( media-video/ffmpeg:0= ) )
-
-   >=sys-apps/dbus-1.3.1
-   xmp? ( >=media-libs/exempi-2.1.0:= )
-   raw? ( media-libs/gexiv2 )
-   >=dev-libs/icu-4.8.1.2:=
-   cue? ( media-libs/libcue:= )
-   exif? ( >=media-libs/libexif-0.6 )
-   gsf? ( >=gnome-extra/libgsf-1.14.24:= )
-   xps? ( app-text/libgxps )
-   iptc? ( media-libs/libiptcdata )
-   jpeg? ( virtual/jpeg:0 )
-   iso? ( >=sys-libs/libosinfo-0.2.10 )
-   >=media-libs/libpng-1.2:0=
-   seccomp? ( >=sys-libs/libseccomp-2.0 )
-   tiff? ( media-libs/tiff:0 )
-   xml? ( >=dev-libs/libxml2-2.6 )
-   pdf? ( >=app-text/poppler-0.16.0[cairo] )
-   taglib? ( >=media-libs/taglib-1.6 )
-   playlist? ( >=dev-libs/totem-pl-parser-3:= )
-   upower? ( >=sys-power/upower-0.9.0 )
-   sys-libs/zlib:0
-   gif? ( media-libs/giflib:= )
-
-   rss? ( >=net-libs/libgrss-0.7:0 )
-   app-arch/gzip
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-
-   >=dev-util/intltool-0.40.0
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? ( ${PYTHON_DEPS}
-   gstreamer? ( || ( media-plugins/gst-plugins-libav:1.0
-   media-plugins/gst-plugins-openh264:1.0 ) ) )
-"
-# intltool-merge manually called in meson.build in 2.2.2; might be properly 
gone by 2.3
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   # Avoid gst-inspect calls that may trigger sandbox; instead assume the 
detection will succeed and add the needed test deps for that
-   if use gstreamer; then
-   sed -i -e 's:detect-h264-codec.sh:/bin/true:' 
tests/functional-tests/meson.build || die
-   else
-   sed -i -e 's:detect-h264-codec.sh:/bin/false:' 
tests/functional-tests/meson.build || die
-   fi
-   xdg_src_prepare
-   gnome2_environment_reset # sets gstreamer safety variables
-}
-
-src_configure() {
-   local media_extractor="none"
-   if use gstreamer ; then
-   media_extractor="gstreamer"
-   elif use ffmpeg ; then
-   

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

2020-06-07 Thread Mart Raudsepp
commit: 83ee6fa548f84fd603b25d6578e700d31971f8a4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:19:18 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ee6fa5

dev-libs/libgusb: remove old

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

 dev-libs/libgusb/Manifest  |  1 -
 dev-libs/libgusb/libgusb-0.2.11.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-libs/libgusb/Manifest b/dev-libs/libgusb/Manifest
index 0a14560939b..e0d6c5c0ec8 100644
--- a/dev-libs/libgusb/Manifest
+++ b/dev-libs/libgusb/Manifest
@@ -1,3 +1,2 @@
-DIST libgusb-0.2.11.tar.xz 291992 BLAKE2B 
f43065fac0fcfbc3e392b90dc05537746ce1325d623161e93e1a306b87b07012ef4e11242514cd3da0b83a7df6adc052e20fd3336b53d2543ed9e23886a776f5
 SHA512 
f9c3c204b5f0feaf706b23dd9a174feb36a9f3c8db8ffb5dcdefa66b18ba0ac963c6041d2d91a6a2f6e23036fc6486d142210bd5348e10c026a6defeb0bee096
 DIST libgusb-0.3.3.tar.xz 38928 BLAKE2B 
711bf59db0d86879961fbba1cd87d5a8557cd4c735f3eaf80bb75f1ac55ededecb4038125428c1297942d014dfd3ea995f7cee8355150f1e90e0fec4aa92cfa9
 SHA512 
8be37283f2c1719976bbd9bc33eacf5afd4cef107a6629e8f9523b49e66ab2782d9937e4d9fa18760b9083c991c91d6126cfcfa22921b3436a9ebc3a858d855a
 DIST libgusb-0.3.4.tar.xz 40636 BLAKE2B 
8e43849395a0bce646d9b9493c883fc6db28572a75017e0309b6b2d1924bb6a978190d4b171416053cae424d272a7b43e1536abd92821198e4e7f553bb16d19f
 SHA512 
abbec6b5a5f27b5061ff165db97915d7356b23757de12b640f54741927ac860264af3daed15d4b4b5f3df494acb20695070dcb5ad104df2defdcc7229634c42f

diff --git a/dev-libs/libgusb/libgusb-0.2.11.ebuild 
b/dev-libs/libgusb/libgusb-0.2.11.ebuild
deleted file mode 100644
index db67fce2f0e..000
--- a/dev-libs/libgusb/libgusb-0.2.11.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2 multilib-minimal vala
-
-DESCRIPTION="GObject wrapper for libusb"
-HOMEPAGE="https://github.com/hughsie/libgusb;
-SRC_URI="https://people.freedesktop.org/~hughsient/releases/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
-
-IUSE="+introspection static-libs vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]
-   virtual/libusb:1[udev,${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.29:= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/libxslt
-   dev-util/gtk-doc-am
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-   vala? ( $(vala_depend) )
-"
-
-# Tests try to access usb devices in /dev
-RESTRICT="test"
-
-src_prepare() {
-   gnome2_src_prepare
-   use vala && vala_src_prepare
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   gnome2_src_configure \
-   $(multilib_native_use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(multilib_native_use_enable vala)
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/api/html docs/api/html || die
-   fi
-}
-
-multilib_src_install() {
-   gnome2_src_install
-}



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

2020-06-07 Thread Mart Raudsepp
commit: 2866529e710fd05e39d22638a5fbe53094b83251
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:13:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2866529e

dev-libs/atk: remove old

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

 dev-libs/atk/Manifest  |  2 --
 dev-libs/atk/atk-2.32.0.ebuild | 47 --
 dev-libs/atk/atk-2.35.1.ebuild | 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest
index e85cc48a156..4d2b85ebc04 100644
--- a/dev-libs/atk/Manifest
+++ b/dev-libs/atk/Manifest
@@ -1,4 +1,2 @@
-DIST atk-2.32.0.tar.xz 292088 BLAKE2B 
15f093db60cc54d1a5a18dc78cb9d64fa73e18dadb724fe5143956199f4ff1aa4ea9daf0796b14f228a1d91f1d44e88749c67fe5a6a84bd001916d78be4680f9
 SHA512 
8cd2a3ee006f21835f3e564f2e1de4ae61bd9529b4c0b4f2e3ece88e905e2dd36b67affb089f41582806a1397576602a526a4b8698303708894f20af97ecac22
 DIST atk-2.34.1.tar.xz 293140 BLAKE2B 
8ae280583867460734ca001eb01963eefcc519eb09658e2e793cd1a07831e8e5ade20a4d38bb5925a1103da206d9d6283a2b1892c671f12090b3eefac04b34e1
 SHA512 
a7c8ec7c2166bb8734b065402bf7700cdc69f56c0958663e88596b155a20063e4cfbf1754d8b8ed94a4e509db2e97e2603b0a8037e61028acc85930e631a633e
-DIST atk-2.35.1.tar.xz 294224 BLAKE2B 
e2e4d5768d8add243bb064e3ec43bd4665bf16f0211be721788a3a3bb96a93e402671e0bf5c7e2a1747ac673fee0b5022cb1798481a5ff0b1cc61f41dc0c8279
 SHA512 
da81cb4a6a5f2d8d83fa8a430b181b009e5407d906bb000a2d86481e7fea9fa6fb6e9dcd6790d4efdf513e5fe8fcb32ac3ec49d4ce3c76010145b8baacf2ae1b
 DIST atk-2.36.0.tar.xz 299100 BLAKE2B 
46f0cc10052788643c09e27e36a3f74439864cf5c8fdfcf5850e3e7df596ac8a2a3dd8a01856503d43995ff1cc36ec0ca63884133f2c5f4a3634aad2c5119997
 SHA512 
d0f18204eaf96511e8448e3dfbc4b6953a7cf8b816151fb7caf5592cf578572b1cdb16836fe2157b11e3ad018ef171f1ca1bfdf255bb31bb455716d7519fd634

diff --git a/dev-libs/atk/atk-2.32.0.ebuild b/dev-libs/atk/atk-2.32.0.ebuild
deleted file mode 100644
index 16ccdad920d..000
--- a/dev-libs/atk/atk-2.32.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org meson multilib-minimal xdg
-
-DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="gtk-doc +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   gtk-doc? (
-   >=dev-util/gtk-doc-1.25
-   app-text/docbook-xml-dtd:4.3 )
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   >=sys-devel/gettext-0.19.8
-"
-
-multilib_src_configure() {
-   local emesonargs=(
-   -Ddocs=$(multilib_native_usex gtk-doc true false)
-   -Dintrospection=$(multilib_native_usex introspection true false)
-   )
-   meson_src_configure
-}
-
-multilib_src_compile() {
-   meson_src_compile
-}
-
-multilib_src_test() {
-   meson_src_test
-}
-
-multilib_src_install() {
-   meson_src_install
-}

diff --git a/dev-libs/atk/atk-2.35.1.ebuild b/dev-libs/atk/atk-2.35.1.ebuild
deleted file mode 100644
index 4e54ebb066d..000
--- a/dev-libs/atk/atk-2.35.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org meson multilib-minimal xdg
-
-DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="gtk-doc +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   gtk-doc? (
-   >=dev-util/gtk-doc-1.25
-   app-text/docbook-xml-dtd:4.3 )
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   >=sys-devel/gettext-0.19.8
-"
-
-multilib_src_configure() {
-   local emesonargs=(
-   -Ddocs=$(multilib_native_usex gtk-doc true false)
-   -Dintrospection=$(multilib_native_usex introspection true false)
-   )
-   meson_src_configure
-}
-
-multilib_src_compile() {
-   

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

2020-06-07 Thread Mart Raudsepp
commit: 19d36ec700b56b19ec7f4060b75772ae2302e699
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:18:11 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d36ec7

dev-libs/gobject-introspection-common: remove old

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

 dev-libs/gobject-introspection-common/Manifest |  2 --
 .../gobject-introspection-common-1.60.2.ebuild | 33 --
 .../gobject-introspection-common-1.64.0.ebuild | 31 
 3 files changed, 66 deletions(-)

diff --git a/dev-libs/gobject-introspection-common/Manifest 
b/dev-libs/gobject-introspection-common/Manifest
index 19baf555cae..96f70b59b14 100644
--- a/dev-libs/gobject-introspection-common/Manifest
+++ b/dev-libs/gobject-introspection-common/Manifest
@@ -1,4 +1,2 @@
-DIST gobject-introspection-1.60.2.tar.xz 1285000 BLAKE2B 
43d96bbac8dd6600726876277f945e7eb01dba2063907c21960cbf5f49d766ac156ed116641b69dfe28f3025c4b482ffd39e8e107aba9ee48010a500111a58e4
 SHA512 
8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e
 DIST gobject-introspection-1.62.0.tar.xz 980732 BLAKE2B 
96ecc98bea97b7cb24e2c0a0adb8158cfc8915ee8e3b980adf08ec3256d4d0f87bc92d33cce30f5b23c85c4b144d8da755e5313735091b27ff53fea45a80014e
 SHA512 
b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638
-DIST gobject-introspection-1.64.0.tar.xz 1000240 BLAKE2B 
09e6dec65a53a107bee387cef9cb271345ae564f3520bd9a6485cf1796deaa47243c05f45a72f3243e811a2c1962a2ae123a6b344819187cbf36eae0ed58fbaa
 SHA512 
d1960424d82dea1f1d36a7c3f9922029e751e77da8dc6904c24750babe7c3f4c11a6795eb218aab342ccbb6326d0ac3eac2c2c903e90b146f4e28c0f413da1ae
 DIST gobject-introspection-1.64.1.tar.xz 1000280 BLAKE2B 
c0248831648f6f1849516f30facac9ecade4b4fdb9dce70f93f516364c08f93d0622e06376bd7895dd25c3f1fb5b0af533d6c60f1b2590848cc6781b81a584f4
 SHA512 
7610871f7ed5778ea9813062ed6465d131af58c00bdea1bb51dde7f98f459f44ae453eb6d0c5bdc6f7dcd92d639816f4e0773ccd5673cd065d22dabc6448647c

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.60.2.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.60.2.ebuild
deleted file mode 100644
index 18bc4769fe1..000
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.60.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="gobject-introspection"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for GObject Introspection"
-HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
-# Use !<${PV} because mixing gobject-introspection with different version of 
-common can cause issues like:
-# https://forums.gentoo.org/viewtopic-p-7421930.html
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
-   dodir /usr/share/aclocal
-   insinto /usr/share/aclocal
-   doins m4/introspection.m4
-
-   dodir /usr/share/gobject-introspection-1.0
-   insinto /usr/share/gobject-introspection-1.0
-   doins Makefile.introspection
-}

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.64.0.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.64.0.ebuild
deleted file mode 100644
index 08b6851ff4f..000
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.64.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GNOME_ORG_MODULE="gobject-introspection"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for GObject Introspection"
-HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<${CATEGORY}/${GNOME_ORG_MODULE}-${PV}"
-# Use !<${PV} because mixing gobject-introspection with different version of 
-common can cause issues like:
-# https://forums.gentoo.org/viewtopic-p-7421930.html
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
-   insinto /usr/share/aclocal
-   doins m4/introspection.m4
-
-   insinto /usr/share/gobject-introspection-1.0

[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2020-06-07 Thread Mart Raudsepp
commit: fc7531304a5736a9bf785baa962b5ac4014ef16f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:24:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc753130

net-libs/gnome-online-accounts: remove old

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

 net-libs/gnome-online-accounts/Manifest|  1 -
 .../gnome-online-accounts-3.32.1.ebuild| 82 --
 2 files changed, 83 deletions(-)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index e57d9fe18b9..98b60206c19 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1,2 +1 @@
-DIST gnome-online-accounts-3.32.1.tar.xz 863252 BLAKE2B 
69345a5e7a9ccfef231cb012a1e3240a31db898f32b654f6275fd18e027eebe5cda07b4a0f8fea1447ca33ac120d8476aea7d2c824238b327c0c207009fcae7c
 SHA512 
548e6c983899bc1f4093fcf0b7b08819f2803182f52c2cdfb4cffa8bfb00e513322973fdfce2aeadeb52b0cd43c7c1e3941cff187927577cefb4fba51f4fda5b
 DIST gnome-online-accounts-3.34.1.tar.xz 856288 BLAKE2B 
99a6c242dd57acf009a2b4451287fff5bbc61b0aeb0396b13368b179d1b1604b413ff9dcb56bf4415c990cb4f2cb434a0fcf17b9381dcb5055a99985249af5d4
 SHA512 
233f1b15d4a7bdbee4ed85ba252ea0d9af2ac15a2edd3ce2b40d76434285fd093f07375313a599fa191f8df1551eb37f48c4784e389fcbaec0565bb3aba28426

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild
deleted file mode 100644
index 603ccca0aba..000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-IUSE="debug gnome +introspection kerberos +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=app-crypt/libsecret-0.5
-   >=dev-libs/json-glib-0.16
-   dev-libs/libxml2:2
-   >=net-libs/libsoup-2.42:2.4
-   net-libs/rest:0.7
-   >=net-libs/webkit-gtk-2.12.0:4
-   >=x11-libs/gtk+-3.19.12:3
-   x11-libs/pango
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
-   kerberos? (
-   app-crypt/gcr:0=[gtk]
-   app-crypt/mit-krb5 )
-"
-#  telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend) )
-   dev-libs/libxslt
-   >=dev-util/gtk-doc-am-1.3
-   >=dev-util/gdbus-codegen-2.30.0
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # TODO: Give users a way to set the G/FB/Windows Live secrets
-   gnome2_src_configure \
-   --disable-static \
-   --enable-backend \
-   --enable-documentation \
-   --enable-exchange \
-   --enable-facebook \
-   --enable-flickr \
-   --enable-foursquare \
-   --enable-imap-smtp \
-   --enable-lastfm \
-   --enable-media-server \
-   --enable-owncloud \
-   --enable-pocket \
-   --enable-windows-live \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable kerberos) \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}



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

2020-06-07 Thread Mart Raudsepp
commit: 9942c4c028182e76a0e3e333415224a513491c7a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:11:56 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9942c4c0

dev-lang/vala: remove old

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

 dev-lang/vala/Manifest|  1 -
 dev-lang/vala/vala-0.40.18.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index 77230c18c72..df0c061ce3f 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -1,5 +1,4 @@
 DIST vala-0.36.20.tar.xz 2918672 BLAKE2B 
9c2c46992444fafd173f767a4a10ac185b0c49db0ede3cb52dec10da08ab3370adb4445087b24c91c9126e8586418a149ac783b3de92cac6c4badd488f3dc56f
 SHA512 
21ca0573a2f9d945a362f7f15da7db25532fd7b19a0aa0442243b95df0568b7a88ae94d0659af44f6f57e364f4370de361102e7e46a070487985e7cb5d81277c
-DIST vala-0.40.18.tar.xz 3429060 BLAKE2B 
113cebedfefec3a510085e6562012cefedcc6879f4a21eed835e779d850c39ea0c5d9ce5e5e036fa5d849c28f803fd80f1b4e55d4eb3db0fb0fa8f2706824823
 SHA512 
a58afc4ecf5a7c5c35d3f32d06947ed656f66672fd496d4963b5267d8be9ffecbbc0415af8ef15d35c92f986cb7861dc09d2ec35c2b6f77f3decc4adba24ced2
 DIST vala-0.40.20.tar.xz 3443256 BLAKE2B 
4cb53448ffabd29ea2c1411d019aa3749be113371e411d90803aa77a5ba19790d3766dae43af58a107680acc04870b30670fd53d4ce239de8d15dd79571cadfb
 SHA512 
767f156c85bd901e6e672439c2bf7fdfe60e4f7b088ca89f8787179e57b42904c92749ca8bd79c1e4319ec998e0e3f6bd6f13ed679be1f5240041f797657eb36
 DIST vala-0.40.23.tar.xz 3462092 BLAKE2B 
49eb5f7205d59b0806e807fc0f99771ace4d188222be60f12ef2f503bf8da9116ee7eedb742a6e50400655ae86d1eeb383f3b8ac1832e82f2787b0162c2a4dc2
 SHA512 
9d5638d44d8a42124fefd02b66454d19cc5d24291ec1525e1fd9c1c8df814d55d2bdc6f5be0168639a8712766cb4828abf3ae70ebfc9e0a72393dd584c25853d
 DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912ad0621c9303fc5dba31694173b49ccc433d3681303d64a1e442ed9b7b064f27931369cb13fa028bfc25ffa3c9
 SHA512 
6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540

diff --git a/dev-lang/vala/vala-0.40.18.ebuild 
b/dev-lang/vala/vala-0.40.18.ebuild
deleted file mode 100644
index 9fe3b6a6d57..000
--- a/dev-lang/vala/vala-0.40.18.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1"
-SLOT="0.40"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~x86-linux"
-IUSE="test valadoc"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/vala-common-${PV}
-   valadoc? ( >=media-gfx/graphviz-2.16 )
-"
-DEPEND="${RDEPEND}
-   !${CATEGORY}/${PN}:0
-   dev-libs/libxslt
-   sys-devel/flex
-   virtual/pkgconfig
-   virtual/yacc
-   test? (
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.26:2
-   dev-libs/gobject-introspection )
-"
-
-PATCHES=(
-   # From master
-   "${FILESDIR}"/0.40-Allow-disabling-the-build-of-valadoc.patch
-   # Add missing bits to make valadoc parallel installable
-   "${FILESDIR}"/0.40-valadoc-doclets-data-parallel-installable.patch
-)
-
-src_configure() {
-   # weasyprint enables generation of PDF from HTML
-   gnome2_src_configure \
-   --disable-unversioned \
-   $(use_enable valadoc) \
-   VALAC=: \
-   WEASYPRINT=:
-}
-
-src_install() {
-   default
-   find "${D}" -name "*.la" -delete || die
-}



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

2020-06-07 Thread Mart Raudsepp
commit: f68fcf3703a0b7eea485414f9067757a6bc011fc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:27:22 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68fcf37

x11-libs/gtksourceview: remove old

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

 x11-libs/gtksourceview/Manifest   |  1 -
 x11-libs/gtksourceview/gtksourceview-4.2.0.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
index 1e0f547a014..bd9c3204671 100644
--- a/x11-libs/gtksourceview/Manifest
+++ b/x11-libs/gtksourceview/Manifest
@@ -1,4 +1,3 @@
 DIST gtksourceview-2.10.5.tar.bz2 1253321 BLAKE2B 
810a3eeca69bab4356b21c64129bb852e00d02c7937ad4a2ce3af9e48700da943d8d6834efcce9810dd49a54f39d4a074dc086a557128da51a593b2f23e58d48
 SHA512 
6f64acef6196bfc5953e0b148d7e460d366073b5e21367c01b01fc4d1c86ffe8aca71ecd77cf0814e47d8fc3085495f25bbbdc69e746987b02fd02fcda64886d
 DIST gtksourceview-3.24.11.tar.xz 1438232 BLAKE2B 
a25762255a12887c8151465689e3acbd5864a6638044500acd087832888a092b8aad5d885d31c9dbe057ce183510afa2342bccb2a2675719dbba7e82be72368a
 SHA512 
3490b34c6432a2e2ef292ad5bf982fdd22d33b1472434549b4ea8ddae0fc8808e128ef947e4d0dcb41e8de5e601b202f52532fa11d35050acfc42f9936b2
-DIST gtksourceview-4.2.0.tar.xz 1410764 BLAKE2B 
8f20a762c16a0abc47ff191a2ea4d6b44a397cabee056e98263d0ba59cbc7207ac72341a630aa83fe7855804bd6add77e0d93e706ac9561c9577843f17e00246
 SHA512 
f2350b1e7042309c01be0feda6059d788a7ef55c4ccd48e16b4c92a71292ed6f92243455ca42aa0950db61de8d68f4a76f4fac46cd46316b690bcef1ea34c641
 DIST gtksourceview-4.4.0.tar.xz 1105776 BLAKE2B 
ef4ed4ed15435daba60795598ba41624b2680b0518246d5d6ade3630cb96e2bac96fea08105e72db7b5a07e714f9270ce27c11e9448fd1b21e8d3942989b2255
 SHA512 
068e723525290c5356c5ce3f5e5b5b8ecc9f7b1ff2f8234da247d1a84bed63ff5601cad6550981720859286e107705ec25cc7793b754ada164ec6569df0df9eb

diff --git a/x11-libs/gtksourceview/gtksourceview-4.2.0.ebuild 
b/x11-libs/gtksourceview/gtksourceview-4.2.0.ebuild
deleted file mode 100644
index b0a2c2c951b..000
--- a/x11-libs/gtksourceview/gtksourceview-4.2.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_MIN_API_VERSION="0.24"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="4"
-
-IUSE="glade +introspection +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-RDEPEND="
-   >=dev-libs/glib-2.48:2
-   >=dev-libs/libxml2-2.6:2
-   >=x11-libs/gtk+-3.20:3[introspection?]
-   glade? ( >=dev-util/glade-3.9:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.25
-   >=sys-devel/gettext-0.19.4
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable glade glade-catalog) \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}
-
-src_test() {
-   virtx emake check
-}
-
-src_install() {
-   gnome2_src_install
-
-   insinto /usr/share/${PN}-4/language-specs
-   doins "${FILESDIR}"/2.0/gentoo.lang
-
-   # Avoid conflict with gtksourceview:3.0 glade-catalog
-   # TODO: glade doesn't actually show multiple GtkSourceView widget 
collections, so with both installed, can't really be sure which ones are used
-   if use glade; then
-   mv "${ED}"/usr/share/glade/catalogs/gtksourceview.xml 
"${ED}"/usr/share/glade/catalogs/gtksourceview-${SLOT}.xml || die
-   fi
-}



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

2020-06-07 Thread Mart Raudsepp
commit: 7714749d6a619ee98dc021d5dcdd4f69aba37a28
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:18:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7714749d

dev-libs/libgee: remove old

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

 dev-libs/libgee/Manifest |  1 -
 dev-libs/libgee/libgee-0.20.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-libs/libgee/Manifest b/dev-libs/libgee/Manifest
index 67bafc4fded..92b5249d665 100644
--- a/dev-libs/libgee/Manifest
+++ b/dev-libs/libgee/Manifest
@@ -1,3 +1,2 @@
-DIST libgee-0.20.2.tar.xz 675684 BLAKE2B 
197eea5f1c4babf203e58c65a3419407c7657f4fb92e4e921afa2408cbe3dcba3f8e554a898766c83d3318a4a7fddc47b17f21daf04d79b5635e3363749cb035
 SHA512 
4ea312f73046fee5d0ad1d5d1942c9f4aecbec22509ce7f00b51352039b9643d65d2f37d4c0de550f0165ff7f6058cf88ecb55d7c5963706a1b63d5ec14c7d7d
 DIST libgee-0.20.3.tar.xz 678488 BLAKE2B 
b35dbad89ebac58ab382a1733d7add2e6fcf1e1ba3a194f20ceb6c33b5cd01d18251147af0e7879e12951bda308597ef64776a9ba4eb3d2b86309136fc709713
 SHA512 
c7dd32bc02ea9f0f70e7593bc5625139802a52674e5aa07fe6fc815a78517f25590419b2da00e194bf7bf5f1505a138ba133d6dba67c44f9cdcb38389825adf7
 DIST libgee-0.6.8.tar.xz 443060 BLAKE2B 
b11275dd27492c0ae80fc354f1167e96def9b7c126089509f83b6d291eb48155224f5449e1b22a2549c6e3f2cb5d5daf5daa3ccc425723b7a203762e09ada091
 SHA512 
b26d36ee9fc0c5c214521ad97bc20f11f1191a3dab72a5f1af2f6435f51ff2f28e81ccb26fac399939c1a7eaad519db98032d3bc593a4052463acd91bb12902a

diff --git a/dev-libs/libgee/libgee-0.20.2.ebuild 
b/dev-libs/libgee/libgee-0.20.2.ebuild
deleted file mode 100644
index 5239bab9982..000
--- a/dev-libs/libgee/libgee-0.20.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="GObject-based interfaces and classes for commonly used data 
structures"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgee;
-
-LICENSE="LGPL-2.1+"
-SLOT="0.8/2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~x86-linux"
-IUSE="+introspection"
-
-# FIXME: add doc support, requires valadoc
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable introspection) \
-   VALAC="$(type -P false)"
-}



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

2020-06-07 Thread Mart Raudsepp
commit: 390feb20202b7044cbe34e4806717d79303b8532
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:23:30 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390feb20

gnome-base/nautilus: remove old

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

 gnome-base/nautilus/Manifest   |   1 -
 gnome-base/nautilus/nautilus-3.32.3.ebuild | 111 -
 2 files changed, 112 deletions(-)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index 1b090e9c869..3f0d9d1bc25 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1,3 +1,2 @@
-DIST nautilus-3.32.3.tar.xz 3197820 BLAKE2B 
28140210a855fe62faba4f0833067a81c4d8f71c0cc870ba4fdcc016754b01df003e45f636836f67cced8515aba8c8fb7922de788a14bfe0f0cc4518010aed5f
 SHA512 
f19710f02bd91edb2d2f6cb8f46be6bebea3edfed14a07612444d5990533bafd032b604d65533727eb377b574d6bd4c82dbe11894d85ad254ee1473b683c4392
 DIST nautilus-3.34.2.tar.xz 3196976 BLAKE2B 
38424061cb5591fc1df5824dd80e282637345bde148955c81632d4894153e10f3840389bb4e43dffe8c28f10eb6e64c1cc89f1bffdcf80fa581a5d47b7724dee
 SHA512 
1a4e24fea3201f68b0316b95425bbc90078baa1ae7dccef2d2e48beda4007ecf2986254cde243d310c548e47a4693d84d1255654199649ce08429a99fb3a3a51
 DIST nautilus-3.34.3.tar.xz 3213260 BLAKE2B 
a417ee5d5e032befed704b71b9ffd29cc9a2a6fae0612f96601756b876b0990625cc78eb2c7679bdce914f3dd30208b60243f403a508cf87a6761ea56251140d
 SHA512 
f8ef86b5b67ef2b8eced492ee6b8d77155a9d6ec5ba6bb18132d678e6f12870963da9bcf4ff0bfbb8f4791bf068314557f9551febc23234c48d722e529c6ed9d

diff --git a/gnome-base/nautilus/nautilus-3.32.3.ebuild 
b/gnome-base/nautilus/nautilus-3.32.3.ebuild
deleted file mode 100644
index e7b391d1543..000
--- a/gnome-base/nautilus/nautilus-3.32.3.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg
-
-DESCRIPTION="Default file manager for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus;
-
-LICENSE="GPL-3+ LGPL-2.1+"
-SLOT="0"
-IUSE="gnome +gstreamer gtk-doc +introspection packagekit +previewer seccomp 
selinux sendto"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.58.1:2
-   >=media-libs/gexiv2-0.10.0
-   gstreamer? ( media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0 )
-   >=app-arch/gnome-autoar-0.2.1
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.22.27:3[X,introspection?]
-   seccomp? ( sys-libs/libseccomp )
-   >=x11-libs/pango-1.28.3
-   selinux? ( >=sys-libs/libselinux-2.0 )
-   >=app-misc/tracker-2.0:=
-   x11-libs/libX11
-   >=dev-libs/libxml2-2.7.8:2
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   packagekit? ( app-admin/packagekit-base )
-   seccomp? ( >=sys-apps/bubblewrap-0.3.1 )
-   sendto? ( !=app-misc/tracker-miners-2.0:=
-" # uses org.freedesktop.Tracker.Miner.Files gsettings schema from 
tracker-miners
-DEPEND="${COMMON_DEPEND}
-   media-libs/fontconfig
-"
-BDEPEND="
-   >=dev-util/gdbus-codegen-2.51.2
-   dev-util/glib-utils
-   gtk-doc? (
-   >=dev-util/gtk-doc-1.10
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-PDEPEND="
-   gnome? ( x11-themes/adwaita-icon-theme )
-   previewer? ( >=gnome-extra/sushi-0.1.9 )
-   sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 )
-   >=gnome-base/gvfs-1.14[gtk(+)]
-" # Need gvfs[gtk] for recent:/// support; always built (without USE=gtk) 
since gvfs-1.34
-
-PATCHES=(
-   "${FILESDIR}"/3.30.5-docs-build.patch # Always install pregenerated 
manpage, keeping docs option for gtk-doc
-   "${FILESDIR}"/${PV}-optional-gstreamer.patch # Allow controlling 
audio-video-properties build
-)
-
-src_prepare() {
-   if use previewer; then
-   DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media 
files.
-   To activate the previewer, select a file and press 
space; to
-   close the previewer, press space again."
-   fi
-   xdg_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use gtk-doc docs)
-   -Dextensions=true # image file properties, sendto support; also 
required for -Dgstreamer=true
-   $(meson_use gstreamer) # gstreamer audio-video-properties 
extension
-   $(meson_use introspection)
-   $(meson_use packagekit)
-   $(meson_use selinux)
-   -Dprofiling=false
-   

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

2020-06-07 Thread Mart Raudsepp
commit: e4c608539845ba59fe158e174532f5fad667341e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:17:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c60853

dev-libs/gobject-introspection: remove old

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

 dev-libs/gobject-introspection/Manifest|  2 -
 .../gobject-introspection-1.60.2-r1.ebuild | 81 --
 .../gobject-introspection-1.64.0.ebuild| 71 ---
 3 files changed, 154 deletions(-)

diff --git a/dev-libs/gobject-introspection/Manifest 
b/dev-libs/gobject-introspection/Manifest
index 19baf555cae..96f70b59b14 100644
--- a/dev-libs/gobject-introspection/Manifest
+++ b/dev-libs/gobject-introspection/Manifest
@@ -1,4 +1,2 @@
-DIST gobject-introspection-1.60.2.tar.xz 1285000 BLAKE2B 
43d96bbac8dd6600726876277f945e7eb01dba2063907c21960cbf5f49d766ac156ed116641b69dfe28f3025c4b482ffd39e8e107aba9ee48010a500111a58e4
 SHA512 
8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e
 DIST gobject-introspection-1.62.0.tar.xz 980732 BLAKE2B 
96ecc98bea97b7cb24e2c0a0adb8158cfc8915ee8e3b980adf08ec3256d4d0f87bc92d33cce30f5b23c85c4b144d8da755e5313735091b27ff53fea45a80014e
 SHA512 
b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638
-DIST gobject-introspection-1.64.0.tar.xz 1000240 BLAKE2B 
09e6dec65a53a107bee387cef9cb271345ae564f3520bd9a6485cf1796deaa47243c05f45a72f3243e811a2c1962a2ae123a6b344819187cbf36eae0ed58fbaa
 SHA512 
d1960424d82dea1f1d36a7c3f9922029e751e77da8dc6904c24750babe7c3f4c11a6795eb218aab342ccbb6326d0ac3eac2c2c903e90b146f4e28c0f413da1ae
 DIST gobject-introspection-1.64.1.tar.xz 1000280 BLAKE2B 
c0248831648f6f1849516f30facac9ecade4b4fdb9dce70f93f516364c08f93d0622e06376bd7895dd25c3f1fb5b0af533d6c60f1b2590848cc6781b81a584f4
 SHA512 
7610871f7ed5778ea9813062ed6465d131af58c00bdea1bb51dde7f98f459f44ae453eb6d0c5bdc6f7dcd92d639816f4e0773ccd5673cd065d22dabc6448647c

diff --git 
a/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild
deleted file mode 100644
index 83a78e0cb4a..000
--- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="xml"
-inherit gnome2 python-single-r1 toolchain-funcs
-
-DESCRIPTION="Introspection system for GObject-based libraries"
-HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0"
-IUSE="cairo doctool test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   test? ( cairo )
-"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# virtual/pkgconfig needed at runtime, bug #505408
-RDEPEND="
-   >=dev-libs/gobject-introspection-common-${PV}
-   >=dev-libs/glib-2.58.0:2
-   doctool? (
-   $(python_gen_cond_dep '
-   dev-python/mako[${PYTHON_MULTI_USEDEP}]
-   dev-python/markdown[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   virtual/libffi:=
-   virtual/pkgconfig
-   !https://wiki.gnome.org/Projects/GObjectIntrospection;
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0"
-IUSE="doctool gtk-doc test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# virtual/pkgconfig needed at runtime, bug #505408
-RDEPEND="
-   >=dev-libs/gobject-introspection-common-${PV}
-   >=dev-libs/glib-2.58.0:2
-   dev-libs/libffi:=
-   doctool? (
-   $(python_gen_cond_dep '
-   dev-python/mako[${PYTHON_MULTI_USEDEP}]
-   dev-python/markdown[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   virtual/pkgconfig
-   ${PYTHON_DEPS}
-"
-# Wants real bison, not virtual/yacc
-DEPEND="${RDEPEND}
-   gtk-doc? ( >=dev-util/gtk-doc-1.19
-   app-text/docbook-xml-dtd:4.3
-   app-text/docbook-xml-dtd:4.5
-   )
-   sys-devel/bison
-   sys-devel/flex
-   test? ( x11-libs/cairo[glib] )
-"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature test cairo)
-   

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

2020-06-07 Thread Mart Raudsepp
commit: 102a09a3ed666a0433786ea840b2b39cea26e29d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:13:32 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102a09a3

dev-libs/fribidi: remove old

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

 dev-libs/fribidi/Manifest |  1 -
 dev-libs/fribidi/fribidi-1.0.8.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/fribidi/Manifest b/dev-libs/fribidi/Manifest
index 4ca5a16c457..6e7ec45171b 100644
--- a/dev-libs/fribidi/Manifest
+++ b/dev-libs/fribidi/Manifest
@@ -1,2 +1 @@
-DIST fribidi-1.0.8.tar.bz2 2077095 BLAKE2B 
2b9a0887a02bf6bdd7f285aa1df012e5e8f675fc930b612f53a2cce5ef4ef275610ce9a1aec9debf4c5239164fdab4b175e36f8f07288949adf2496d01c95f67
 SHA512 
d66b1524b26d227fd6a628f438efb875c023ae3be708acaaad11f1f62d0902de0a5f57124458291ef2b0fcd89356c52ab8ae5559b0b5a93fa435b92f1d098ba2
 DIST fribidi-1.0.9.tar.xz 1141684 BLAKE2B 
6c9e9866ad900c041968f96ffc93e118715a319fbc47a5fe09b4a68daa5096e8c3cc1f0be1f8754ecf60b265f51fada75ac71f8bf1853f59e891644a97eaf644
 SHA512 
e66989830941172fa003c8b9376719282fa1039592a1e158e975cab81ce8dcb2755453c64906a8464c047f9e9154e012d9bd37256b1f463e235648a13e4601ed

diff --git a/dev-libs/fribidi/fribidi-1.0.8.ebuild 
b/dev-libs/fribidi/fribidi-1.0.8.ebuild
deleted file mode 100644
index 2651acc5716..000
--- a/dev-libs/fribidi/fribidi-1.0.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal
-
-DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
-HOMEPAGE="https://fribidi.org/;
-SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND=""
-BDEPEND="
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-"
-
-DOCS=( AUTHORS NEWS ChangeLog THANKS ) # README points at README.md which 
wasn't disted with EAPI-7
-
-multilib_src_configure() {
-   local myeconfargs=(
-   --enable-shared
-   $(use_enable static-libs static)
-   --disable-debug
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}



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

2020-06-07 Thread Marc Schiffbauer
commit: 60239857d7c4dcdfd1896bdd3d032f5acd14be77
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Jun  7 21:23:44 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Jun  7 21:23:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60239857

app-admin/restart-services: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-admin/restart-services/Manifest|  1 -
 .../restart-services-0.14.4.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-admin/restart-services/Manifest 
b/app-admin/restart-services/Manifest
index 32a8c0dc1c6..40db7abc279 100644
--- a/app-admin/restart-services/Manifest
+++ b/app-admin/restart-services/Manifest
@@ -1,3 +1,2 @@
 DIST restart-services-0.14.1.tgz 20909 BLAKE2B 
2f6b74fc6094be83e1872d2a6ca7abb02a49b5db65d81cd37f8161bac148e5fe0614502f1f06356ff9cd6c6ba03c416dae1eec3a86f48dc011bc6e28c1b076e3
 SHA512 
3434c4b6cdf9d02b035eba2cc67cebe8e06a2cf31c2d8627063b84224dcb6d44e276e1fcb82221ad77ab7ee7e16fa7ee58fb94b7849d40e6786d3fcfb6087866
-DIST restart-services-0.14.4.tgz 21781 BLAKE2B 
0d23ef098a3f15fdae23c9964f892e7095b04042dfed4c9da4d35fde8454d3f1fe5606c6e3e0141cb9e8d869f86df6b495ae985a0cf23d53a3a6d8eaa8964969
 SHA512 
89bd5edf5175694b3438788759f9b747251431ba700ad199f43b8fa551faa23411f33688e1aa6b04ae6524e737c4073926b989fa1422ddfca94514f9afd8de66
 DIST restart-services-0.15.2.tgz 23688 BLAKE2B 
e043b872d55109ad176a6437006cf581a993e72e460bb034625ed612f9ceca85ef91a20e90f23bcecc964caa527cfa4bc39d97c52487b7bf92eec21dc2e35c48
 SHA512 
afe7c96aabf61d664460d5d68447df09b3d9a54098887727db796821220f5ddd5a3b5030d995d5a6c3128e4a2b8494b9a0a3b86b5c805d56c0e201058ad04327

diff --git a/app-admin/restart-services/restart-services-0.14.4.ebuild 
b/app-admin/restart-services/restart-services-0.14.4.ebuild
deleted file mode 100644
index 1e157177361..000
--- a/app-admin/restart-services/restart-services-0.14.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tool to manage OpenRC services that need to be restarted"
-HOMEPAGE="https://dev.gentoo.org/~mschiff/restart-services/;
-SRC_URI="https://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-   app-admin/lib_users
-   sys-apps/openrc
-"
-
-src_install() {
-   dosbin restart-services
-   doman restart-services.1
-   keepdir /etc/restart-services.d
-   insinto /etc
-   doins restart-services.conf
-   dodoc README CHANGES
-
-   sed -i 's/^#include/include/' "${D}"/etc/restart-services.conf
-   cat>"${D}"/etc/restart-services.d/00-local.conf<<-EOF
-   # You may put your local changes here or in any other *.conf file
-   # in this directory so you can leave /etc/restart-services.conf as is.
-   # Example:
-   # *extend* SV_ALWAYS to match 'myservice'
-   # SV_ALWAYS+=( myservice )
-   EOF
-}
-
-pkg_postinst() {
-   local MAJOR MINOR
-   # migrate config data for versions < 0.13.2
-   if [[ $REPLACING_VERSIONS ]]; then
-   MAJOR=${REPLACING_VERSIONS%%.*}
-   MINOR=${REPLACING_VERSIONS%.*}
-   MINOR=${MINOR#*.}
-
-   if [[ $MAJOR -eq 0 && $MINOR -lt 14 ]]; then
-   einfo "Checking for old config"
-   if [[ -f /etc/restart_services.conf ]]; then
-   ewarn "Old config file found: 
/etc/restart_services.conf"
-   ewarn "It will be ignored so please migrate 
settings to a file in"
-   ewarn "/etc/restart-services.d/ and/or remove 
/etc/restart_services.conf"
-   fi
-   if [[ -d /etc/restart_services.d ]]; then
-   ewarn "Old config directory found: 
/etc/restart_services.d"
-   ewarn "It will be ignored so please migrate 
files to /etc/restart-services.d"
-   ewarn "and/or remove /etc/restart_services.d"
-   fi
-   einfo "done"
-   fi
-   fi
-}



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

2020-06-07 Thread Marc Schiffbauer
commit: 2f2168a5cb9a2204203cdc62175d63bb0d85d89e
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Jun  7 21:22:41 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Jun  7 21:22:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2168a5

app-admin/restart-services: bump version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-admin/restart-services/Manifest | 2 +-
 .../{restart-services-0.15.1.ebuild => restart-services-0.15.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/restart-services/Manifest 
b/app-admin/restart-services/Manifest
index 9d28c671a90..32a8c0dc1c6 100644
--- a/app-admin/restart-services/Manifest
+++ b/app-admin/restart-services/Manifest
@@ -1,3 +1,3 @@
 DIST restart-services-0.14.1.tgz 20909 BLAKE2B 
2f6b74fc6094be83e1872d2a6ca7abb02a49b5db65d81cd37f8161bac148e5fe0614502f1f06356ff9cd6c6ba03c416dae1eec3a86f48dc011bc6e28c1b076e3
 SHA512 
3434c4b6cdf9d02b035eba2cc67cebe8e06a2cf31c2d8627063b84224dcb6d44e276e1fcb82221ad77ab7ee7e16fa7ee58fb94b7849d40e6786d3fcfb6087866
 DIST restart-services-0.14.4.tgz 21781 BLAKE2B 
0d23ef098a3f15fdae23c9964f892e7095b04042dfed4c9da4d35fde8454d3f1fe5606c6e3e0141cb9e8d869f86df6b495ae985a0cf23d53a3a6d8eaa8964969
 SHA512 
89bd5edf5175694b3438788759f9b747251431ba700ad199f43b8fa551faa23411f33688e1aa6b04ae6524e737c4073926b989fa1422ddfca94514f9afd8de66
-DIST restart-services-0.15.1.tgz 23515 BLAKE2B 
a05ef908b95ccf5903d6c26079aaf58586d1e2fde120499e573e93773ed434f374b002b985d3579e879aeb99ae1828aa4ca7ea87fccc842da3c157023f8de690
 SHA512 
aa24c47b19711e2e57640a0ce436a51507669bcea3413d3f724bb336400bec05fed67b1a099d6494c70bff2c78aeb2e02dc5bf0c9f4844bb0a8fda169e2928b2
+DIST restart-services-0.15.2.tgz 23688 BLAKE2B 
e043b872d55109ad176a6437006cf581a993e72e460bb034625ed612f9ceca85ef91a20e90f23bcecc964caa527cfa4bc39d97c52487b7bf92eec21dc2e35c48
 SHA512 
afe7c96aabf61d664460d5d68447df09b3d9a54098887727db796821220f5ddd5a3b5030d995d5a6c3128e4a2b8494b9a0a3b86b5c805d56c0e201058ad04327

diff --git a/app-admin/restart-services/restart-services-0.15.1.ebuild 
b/app-admin/restart-services/restart-services-0.15.2.ebuild
similarity index 100%
rename from app-admin/restart-services/restart-services-0.15.1.ebuild
rename to app-admin/restart-services/restart-services-0.15.2.ebuild



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

2020-06-07 Thread Alexey Shvetsov
commit: 56bb49e97ee1dc6ee5a257bed3e45c2154b87dab
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sun Jun  7 21:11:18 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Sun Jun  7 21:11:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bb49e9

sci-libs/arpack: Fix build with gcc10

Closes: https://bugs.gentoo.org/721858
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-libs/arpack/arpack-3.4.0.ebuild | 13 +++--
 sci-libs/arpack/arpack-3.5.0.ebuild | 11 ++-
 sci-libs/arpack/arpack-.ebuild  | 10 +-
 3 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild 
b/sci-libs/arpack/arpack-3.4.0.ebuild
index bdb9445f39b..0b424e22868 100644
--- a/sci-libs/arpack/arpack-3.4.0.ebuild
+++ b/sci-libs/arpack/arpack-3.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools eutils fortran-2 toolchain-funcs
+inherit autotools eutils flag-o-matic fortran-2 toolchain-funcs
 
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
 HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
https://github.com/opencollab/arpack-ng;
@@ -33,6 +33,7 @@ src_prepare() {
 }
 
 src_configure() {
+   append-fflags -fallow-argument-mismatch
econf \
--disable-static \
--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
@@ -47,11 +48,11 @@ src_install() {
newdoc DOCUMENTS/README README.doc
use doc && dodoc "${WORKDIR}"/*.ps
if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r EXAMPLES
+   docinto /usr/share/doc/${PF}
+   dodoc -r EXAMPLES
if use mpi; then
-   insinto /usr/share/doc/${PF}/EXAMPLES/PARPACK
-   doins -r PARPACK/EXAMPLES/MPI
+   docinto /usr/share/doc/${PF}/EXAMPLES/PARPACK
+   dodoc -r PARPACK/EXAMPLES/MPI
fi
fi
 }

diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild 
b/sci-libs/arpack/arpack-3.5.0.ebuild
index 8f4f64772fd..097be6e89f8 100644
--- a/sci-libs/arpack/arpack-3.5.0.ebuild
+++ b/sci-libs/arpack/arpack-3.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools eutils fortran-2 toolchain-funcs
+inherit autotools eutils flag-o-matic fortran-2 toolchain-funcs
 
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
 HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
https://github.com/opencollab/arpack-ng;
@@ -33,6 +33,7 @@ src_prepare() {
 }
 
 src_configure() {
+   append-fflags -fallow-argument-mismatch
econf \
--disable-static \
--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
@@ -47,11 +48,11 @@ src_install() {
newdoc DOCUMENTS/README README.doc
use doc && dodoc "${WORKDIR}"/*.ps
if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r EXAMPLES
+   docinto /usr/share/doc/${PF}
+   dodoc -r EXAMPLES
if use mpi; then
-   insinto /usr/share/doc/${PF}/EXAMPLES/PARPACK
-   doins -r PARPACK/EXAMPLES/MPI
+   docinto /usr/share/doc/${PF}/EXAMPLES/PARPACK
+   dodoc -r PARPACK/EXAMPLES/MPI
fi
fi
 }

diff --git a/sci-libs/arpack/arpack-.ebuild 
b/sci-libs/arpack/arpack-.ebuild
index e81afe18fb4..e295ad66c2c 100644
--- a/sci-libs/arpack/arpack-.ebuild
+++ b/sci-libs/arpack/arpack-.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=7
@@ -47,11 +47,11 @@ src_install() {
dodoc DOCUMENTS/*.doc
newdoc DOCUMENTS/README README.doc
if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r EXAMPLES
+   docinto /usr/share/doc/${PF}
+   dodoc -r EXAMPLES
if use mpi; then
-   insinto /usr/share/doc/${PF}/EXAMPLES/PARPACK
-   doins -r PARPACK/EXAMPLES/MPI
+   docinto /usr/share/doc/${PF}/EXAMPLES/PARPACK
+   dodoc -r PARPACK/EXAMPLES/MPI
fi
fi
 }



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

2020-06-07 Thread Mart Raudsepp
commit: 8f6f72053c1cbee40ea1456d917829ba892291a4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 20:53:00 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:04:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6f7205

dev-python/matplotlib-python2: arm64 stable (bug #714376)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild 
b/dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild
index f0ac8775b1d..36cd1d8f6be 100644
--- a/dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild
+++ b/dev-python/matplotlib-python2/matplotlib-python2-2.2.5-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
 IUSE="cairo excel gtk3 latex qt5 test tk wxwidgets"
 REQUIRED_USE="test? ( cairo gtk3 latex qt5 tk wxwidgets )"
 



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

2020-06-07 Thread Mart Raudsepp
commit: fba9ca4ba02f73ed515164d77528e8d0e971a434
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 20:55:33 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:04:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba9ca4b

app-doc/doxygen: Drop extraneous KEYWORDS lines

These are in an unused branch and confuse tools like ekeyword.

URL: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-doc/doxygen/doxygen-1.8.16-r1.ebuild | 1 -
 app-doc/doxygen/doxygen-1.8.17.ebuild| 1 -
 app-doc/doxygen/doxygen-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/app-doc/doxygen/doxygen-1.8.16-r1.ebuild 
b/app-doc/doxygen/doxygen-1.8.16-r1.ebuild
index 2695a21c563..5ad7097b6d4 100644
--- a/app-doc/doxygen/doxygen-1.8.16-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.16-r1.ebuild
@@ -11,7 +11,6 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
SRC_URI=""
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"

diff --git a/app-doc/doxygen/doxygen-1.8.17.ebuild 
b/app-doc/doxygen/doxygen-1.8.17.ebuild
index 824ec023f10..ec9079cd682 100644
--- a/app-doc/doxygen/doxygen-1.8.17.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.17.ebuild
@@ -11,7 +11,6 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
SRC_URI=""
-   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index 791480437ff..c8cede4e325 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -14,7 +14,6 @@ if [[ ${PV} = ** ]]; then
KEYWORDS=""
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Documentation system for most programming languages"



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

2020-06-07 Thread Mart Raudsepp
commit: 42d173dde200bde2d17e38c526ef6ac0a49c38b9
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 20:54:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:04:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d173dd

app-doc/doxygen: arm64 stable (bug #721400)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-doc/doxygen/doxygen-1.8.17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/doxygen/doxygen-1.8.17.ebuild 
b/app-doc/doxygen/doxygen-1.8.17.ebuild
index 2a08c1487c4..824ec023f10 100644
--- a/app-doc/doxygen/doxygen-1.8.17.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.17.ebuild
@@ -11,10 +11,10 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
SRC_URI=""
-   KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Documentation system for most programming languages"



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

2020-06-07 Thread Mart Raudsepp
commit: cf0a5eb40b9fd725bb0cfe66e838233fa9680a31
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 20:52:20 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:04:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0a5eb4

dev-python/matplotlib: arm64 stable (bug #714376)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/matplotlib/matplotlib-3.1.2.ebuild 
b/dev-python/matplotlib/matplotlib-3.1.2.ebuild
index 2102bfdf6e2..91b2099a971 100644
--- a/dev-python/matplotlib/matplotlib-3.1.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.1.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
 IUSE="cairo doc excel examples gtk3 latex qt5 test tk wxwidgets"
 REQUIRED_USE="test? ( cairo gtk3 latex qt5 tk )"
 # tests are fixed in 3.2.1, this version is beyond repair



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

2020-06-07 Thread Alexey Shvetsov
commit: d80e7eafbdb6184a289564ca15d5976d67bf8d17
Author: Alexei Colin  isi  edu>
AuthorDate: Sat Jun  6 20:04:51 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Sun Jun  7 21:03:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80e7eaf

sci-libs/scipy: -fallow-argument-mismatch for gfortran v10

Already fixed in upstream master:
https://github.com/scipy/scipy/pull/11842

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

Signed-off-by: Alexei Colin  isi.edu>
Closes: https://github.com/gentoo/gentoo/pull/16093
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-libs/scipy/scipy-1.4.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild 
b/sci-libs/scipy/scipy-1.4.1.ebuild
index 8babb5d3237..b1e80d62112 100644
--- a/sci-libs/scipy/scipy-1.4.1.ebuild
+++ b/sci-libs/scipy/scipy-1.4.1.ebuild
@@ -89,6 +89,9 @@ python_prepare_all() {
export SCIPY_FCONFIG="config_fc --noopt --noarch"
append-fflags -fPIC
 
+   # Remove once upstream PR #11842 lands into next release
+   append-fflags -fallow-argument-mismatch
+
local libdir="${EPREFIX}"/usr/$(get_libdir)
cat >> site.cfg <<-EOF || die
[blas]



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

2020-06-07 Thread Mart Raudsepp
commit: 94bf08cf2b9b6599c386c9f07af9eae8d39ffece
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:12:12 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bf08cf

x11-libs/gtksourceview: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild 
b/x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild
index ffbaf7e2984..8ba52ced706 100644
--- a/x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild
@@ -14,7 +14,7 @@ SLOT="4"
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.48:2



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

2020-06-07 Thread Mart Raudsepp
commit: 8d3af181760a24536fd3b5ecef97afcf03b45f1b
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:07:26 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3af181

net-libs/glib-networking: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/glib-networking/glib-networking-2.62.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.62.3.ebuild 
b/net-libs/glib-networking/glib-networking-2.62.3.ebuild
index a313d2e2f20..402238e5e1d 100644
--- a/net-libs/glib-networking/glib-networking-2.62.3.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.62.3.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gnome +libproxy +ssl test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.60.0:2[${MULTILIB_USEDEP}]



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

2020-06-07 Thread Mart Raudsepp
commit: 5f05a289f25413f6acfd6815af2f0bf4ada4c1b1
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:08:56 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f05a289

net-libs/gssdp: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/net-libs/gssdp/gssdp-1.2.2.ebuild 
b/net-libs/gssdp/gssdp-1.2.2.ebuild
index b4fddf4dd85..d7d1dca09ce 100644
--- a/net-libs/gssdp/gssdp-1.2.2.ebuild
+++ b/net-libs/gssdp/gssdp-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
 
 LICENSE="LGPL-2+"
 SLOT="0/1.2-0" # -
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="gtk-doc +introspection gtk vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-06-07 Thread Mart Raudsepp
commit: 7c3960b0c64e3296ac03fe7b9af8d85b7a5e6980
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:02:35 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3960b0

gnome-base/gnome-keyring: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-keyring/gnome-keyring-3.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.34.0.ebuild 
b/gnome-base/gnome-keyring/gnome-keyring-3.34.0.ebuild
index dd5aa22ae9b..3cf79815c5f 100644
--- a/gnome-base/gnome-keyring/gnome-keyring-3.34.0.ebuild
+++ b/gnome-base/gnome-keyring/gnome-keyring-3.34.0.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
 IUSE="+caps pam selinux +ssh-agent test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
 
 # Replace gkd gpg-agent with pinentry[gnome-keyring] one, bug #547456
 RDEPEND="



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

2020-06-07 Thread Mart Raudsepp
commit: c0611661dd0cb8cc736adc56912a1cee53442290
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:10:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0611661

net-libs/gupnp-igd: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
index fc0f99501c5..756607d9a69 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://gupnp.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/1.2" # pkg-config file links in gupnp API, so some consumers of 
gupnp-igd need to be relinked for it
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp-xsl/

2020-06-07 Thread Mart Raudsepp
commit: 4fee966439ea1ea07f3fce37c95f1445c104ad7f
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:05:49 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fee9664

gnome-extra/yelp-xsl: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/yelp-xsl/yelp-xsl-3.34.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.34.2.ebuild 
b/gnome-extra/yelp-xsl/yelp-xsl-3.34.2.ebuild
index c324f8bb9b5..c8cbe0e6a05 100644
--- a/gnome-extra/yelp-xsl/yelp-xsl-3.34.2.ebuild
+++ b/gnome-extra/yelp-xsl/yelp-xsl-3.34.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/yelp-xsl;
 LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/libxml2-2.6.12:=



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

2020-06-07 Thread Mart Raudsepp
commit: c3be6f2ff0bd6edf2a0f118c5bf751e5b9882a89
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 19:33:31 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3be6f2f

dev-lang/php: arm64 stable (bug #722980)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-lang/php/php-7.2.31.ebuild | 2 +-
 dev-lang/php/php-7.3.18.ebuild | 2 +-
 dev-lang/php/php-7.4.6.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/php/php-7.2.31.ebuild b/dev-lang/php/php-7.2.31.ebuild
index e7b582b7c41..20ab7418c2a 100644
--- a/dev-lang/php/php-7.2.31.ebuild
+++ b/dev-lang/php/php-7.2.31.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"

diff --git a/dev-lang/php/php-7.3.18.ebuild b/dev-lang/php/php-7.3.18.ebuild
index 55869919736..4583dedfe50 100644
--- a/dev-lang/php/php-7.3.18.ebuild
+++ b/dev-lang/php/php-7.3.18.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 

diff --git a/dev-lang/php/php-7.4.6.ebuild b/dev-lang/php/php-7.4.6.ebuild
index 58777fb1081..b7203bdf290 100644
--- a/dev-lang/php/php-7.4.6.ebuild
+++ b/dev-lang/php/php-7.4.6.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2020-06-07 Thread Mart Raudsepp
commit: 8f83b3b47d6b8b78f17a0ee210e5cacb5c009b1a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 18:51:19 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f83b3b4

app-antivirus/clamav: arm64 stable (bug #722726)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-antivirus/clamav/clamav-0.102.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-0.102.3.ebuild 
b/app-antivirus/clamav/clamav-0.102.3.ebuild
index 23d5142b79e..53ece5a2bf2 100644
--- a/app-antivirus/clamav/clamav-0.102.3.ebuild
+++ b/app-antivirus/clamav/clamav-0.102.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop clamsubmit iconv ipv6 libclamav-only libressl milter 
metadata-analysis-api selinux test uclibc xml"
 
 REQUIRED_USE="libclamav-only? ( !clamdtop !clamsubmit !milter 
!metadata-analysis-api )"



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

2020-06-07 Thread Mart Raudsepp
commit: a30c7f339cdf3e50075212dfc175967506f22586
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 15:56:36 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30c7f33

dev-util/glade: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-util/glade/glade-3.22.2.ebuild 
b/dev-util/glade/glade-3.22.2.ebuild
index 6a84a26bb82..f05b9e1e117 100644
--- a/dev-util/glade/glade-3.22.2.ebuild
+++ b/dev-util/glade/glade-3.22.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://glade.gnome.org/;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="3.10/6" # subslot = suffix of libgladeui-2.so
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86"
 
 IUSE="debug +introspection python webkit"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-doc-am/

2020-06-07 Thread Mart Raudsepp
commit: 27abf4d200db2bc6a9183f4f5e9473db58bb18dd
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 15:58:43 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27abf4d2

dev-util/gtk-doc-am: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/gtk-doc-am/gtk-doc-am-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-doc-am/gtk-doc-am-1.32.ebuild 
b/dev-util/gtk-doc-am/gtk-doc-am-1.32.ebuild
index 870d89ca37a..4c848dbeb47 100644
--- a/dev-util/gtk-doc-am/gtk-doc-am-1.32.ebuild
+++ b/dev-util/gtk-doc-am/gtk-doc-am-1.32.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtk.org/gtk-doc/;
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~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"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2020-06-07 Thread Mart Raudsepp
commit: b5954251908408b0f72c9eb9f6f0f1be69316f0c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 15:59:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5954251

gnome-base/dconf: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/dconf/dconf-0.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/dconf/dconf-0.34.0.ebuild 
b/gnome-base/dconf/dconf-0.34.0.ebuild
index 19b227fd137..3840c821289 100644
--- a/gnome-base/dconf/dconf-0.34.0.ebuild
+++ b/gnome-base/dconf/dconf-0.34.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/dconf;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 
~x86-linux"
 IUSE="gtk-doc"
 RESTRICT="!test? ( test )" # IUSE=test comes from virtualx.eclass
 



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

2020-06-07 Thread Mart Raudsepp
commit: 6f1831f6ac5c2703a53480d7e62542a3863bfb44
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:00:27 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1831f6

gnome-base/gnome-desktop: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-desktop/gnome-desktop-3.34.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.34.5.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.34.5.ebuild
index 9c2f4df89f9..665870f4713 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.34.5.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.34.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-desktop/;
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1+"
 SLOT="3/18" # subslot = libgnome-desktop-3 soname version
 IUSE="debug gtk-doc +introspection seccomp systemd udev"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND="



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

2020-06-07 Thread Mart Raudsepp
commit: f96f3b53dac9f238a93d6ab24a0ae664439efcab
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:11:22 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96f3b53

net-libs/libsoup: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/net-libs/libsoup/libsoup-2.70.0.ebuild 
b/net-libs/libsoup/libsoup-2.70.0.ebuild
index 3437f138fee..4edf27d7e11 100644
--- a/net-libs/libsoup/libsoup-2.70.0.ebuild
+++ b/net-libs/libsoup/libsoup-2.70.0.ebuild
@@ -17,7 +17,7 @@ IUSE="brotli gssapi gtk-doc +introspection samba ssl test 
+vala"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 ~sparc x86"
 
 DEPEND="
>=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2020-06-07 Thread Mart Raudsepp
commit: 2fd5e435c3f9efd45f7cb7859e62a484a68e8f85
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:30:14 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd5e435

net-wireless/iwd: arm64 stable (bug #727158)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/iwd/iwd-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iwd/iwd-1.7.ebuild b/net-wireless/iwd/iwd-1.7.ebuild
index c3c0ef3cecf..dc1e99af018 100644
--- a/net-wireless/iwd/iwd-1.7.ebuild
+++ b/net-wireless/iwd/iwd-1.7.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="Wireless daemon for linux"



[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2020-06-07 Thread Mart Raudsepp
commit: 2640f3116947f0495d92262c94d9ac0891b47b3a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:08:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2640f311

net-libs/gnome-online-accounts: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild
index 2463c4054f5..8988b05aadf 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
 
 LICENSE="LGPL-2+"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="debug gnome +introspection kerberos +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2020-06-07 Thread Mart Raudsepp
commit: 905a7a549758224db19af7d88b5b5ac2831faf49
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 15:57:19 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905a7a54

dev-util/glib-utils: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-util/glib-utils/glib-utils-2.62.6.ebuild 
b/dev-util/glib-utils/glib-utils-2.62.6.ebuild
index 609fe81551e..54ab4c4e5ef 100644
--- a/dev-util/glib-utils/glib-utils-2.62.6.ebuild
+++ b/dev-util/glib-utils/glib-utils-2.62.6.ebuild
@@ -15,7 +15,7 @@ SLOT="0" # /usr/bin utilities that can't be parallel 
installed by their nature
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-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 
~x86-winnt"
+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 
~x86-winnt"
 
 RDEPEND="${PYTHON_DEPS}
!

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

2020-06-07 Thread Mart Raudsepp
commit: 19853d3dabd2f71679cdff6c17d4e98853174e02
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:29:23 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19853d3d

media-libs/libwebp: arm64 stable (bug #724014)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-libs/libwebp/libwebp-1.1.0.ebuild 
b/media-libs/libwebp/libwebp-1.1.0.ebuild
index 883fbf2d222..0758ca314ff 100644
--- a/media-libs/libwebp/libwebp-1.1.0.ebuild
+++ b/media-libs/libwebp/libwebp-1.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://downloads.webmproject.org/releases/webp/${MY_P}.tar.gz;
 LICENSE="BSD"
 SLOT="0/7" # subslot = libwebp soname version
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg 
opengl +png static-libs swap-16bit-csp tiff"
 
 # TODO: dev-lang/swig bindings in swig/ subdirectory



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

2020-06-07 Thread Mart Raudsepp
commit: f1b4dc7ba93f77230a1e3d80e5695ecc1dd9c15d
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:05:08 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b4dc7b

gnome-base/nautilus: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/nautilus/nautilus-3.34.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/nautilus/nautilus-3.34.2.ebuild 
b/gnome-base/nautilus/nautilus-3.34.2.ebuild
index 60344f25cde..04735b07c05 100644
--- a/gnome-base/nautilus/nautilus-3.34.2.ebuild
+++ b/gnome-base/nautilus/nautilus-3.34.2.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="gnome +gstreamer gtk-doc +introspection packagekit +previewer selinux 
sendto"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.58.1:2



[gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-mission-control/

2020-06-07 Thread Mart Raudsepp
commit: 038c73436218245f4819c799069c6ef2bfe61820
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:06:35 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038c7343

net-im/telepathy-mission-control: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild 
b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
index ae6e4b1a78e..fe4f30ea58a 100644
--- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
+++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="debug networkmanager" # test
 
 RDEPEND="



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

2020-06-07 Thread Mart Raudsepp
commit: 43e24c70890c42fa7d7fecb1872d23c8c91d9a29
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:03:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e24c70

gnome-base/gsettings-desktop-schemas: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../gsettings-desktop-schemas/gsettings-desktop-schemas-3.34.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.34.0.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.34.0.ebuild
index e8f82b220d2..4ad81888baf 100644
--- 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.34.0.ebuild
+++ 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.34.0.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
 
 DEPEND="!

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

2020-06-07 Thread Mart Raudsepp
commit: dfc8d0e217a0e4175cfe944382a47df9a429fecf
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:04:16 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc8d0e2

gnome-base/gvfs: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gvfs/gvfs-1.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.42.2.ebuild 
b/gnome-base/gvfs/gvfs-1.42.2.ebuild
index ee0780942c6..cbb51bd5ae0 100644
--- a/gnome-base/gvfs/gvfs-1.42.2.ebuild
+++ b/gnome-base/gvfs/gvfs-1.42.2.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="
mtp? ( udev )
udisks? ( udev )
 "
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.57.2:2



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

2020-06-07 Thread Mart Raudsepp
commit: 60350cdd6bb121952440cd3cfac00308022698a6
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 15:58:09 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60350cdd

dev-util/gtk-doc: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/gtk-doc/gtk-doc-1.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-doc/gtk-doc-1.32-r1.ebuild 
b/dev-util/gtk-doc/gtk-doc-1.32-r1.ebuild
index 492342a831e..8d725f8fbcd 100644
--- a/dev-util/gtk-doc/gtk-doc-1.32-r1.ebuild
+++ b/dev-util/gtk-doc/gtk-doc-1.32-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtk.org/gtk-doc/;
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 
 IUSE="debug doc emacs"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2020-06-07 Thread Mart Raudsepp
commit: 38511bbc9a378fd1e959767e458e705da3ab9b2a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 15:55:35 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38511bbc

dev-util/gdbus-codegen: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.62.6.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.62.6.ebuild
index 15b556ac938..c843a66c00a 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.62.6.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.62.6.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.gtk.org/;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



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

2020-06-07 Thread Mart Raudsepp
commit: 6d9c063cd466eed284a65af249ea68d527bb758d
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:09:48 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9c063c

net-libs/gupnp: arm64 stable (bug #717144)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/net-libs/gupnp/gupnp-1.2.2.ebuild 
b/net-libs/gupnp/gupnp-1.2.2.ebuild
index 367abaf8e51..5f5d8143a02 100644
--- a/net-libs/gupnp/gupnp-1.2.2.ebuild
+++ b/net-libs/gupnp/gupnp-1.2.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
 
 LICENSE="LGPL-2+ GPL-2+" # gupnp-binding-tool is GPL-2+
 SLOT="0/1.2-0" # -
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 
 IUSE="connman gtk-doc +introspection kernel_linux networkmanager vala"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2020-06-07 Thread Mart Raudsepp
commit: 1a2227fc5f17855649d47ee57247fb2a348b2a4c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun  7 16:46:17 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:02:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2227fc

media-gfx/sxiv: arm64 stable (bug #727366)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/sxiv/sxiv-26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sxiv/sxiv-26.ebuild b/media-gfx/sxiv/sxiv-26.ebuild
index aec37a2bfba..a1ca18b5ddb 100644
--- a/media-gfx/sxiv/sxiv-26.ebuild
+++ b/media-gfx/sxiv/sxiv-26.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Simple (or small or suckless) X Image Viewer"



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

2020-06-07 Thread Andreas Sturmlechner
commit: 43d4d88f4fc7511feacdbfcbdb8c9fd5dd2d73a1
Author: 0xd34df00d <0xd34df00d  gmail  com>
AuthorDate: Sat Jun  6 23:10:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 20:59:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d4d88f

dev-libs/kqoauth: fix the .pc that gets installed

Closes: https://bugs.gentoo.org/727362
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16102
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/kqoauth/kqoauth-0.98-r3.ebuild | 54 +
 1 file changed, 54 insertions(+)

diff --git a/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild 
b/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild
new file mode 100644
index 000..4df7af3b220
--- /dev/null
+++ b/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib qmake-utils
+
+DESCRIPTION="Library for Qt that implements the OAuth 1.0 authentication 
specification"
+HOMEPAGE="https://github.com/kypeli/kQOAuth;
+SRC_URI="https://github.com/kypeli/kQOAuth/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/kQOAuth-${PV}"
+
+src_prepare() {
+   default
+
+   # prevent tests from beeing built at src_compile
+   sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro 
failed"
+   # respect libdir
+   sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g' -i src/src.pro || 
die "sed on src.pro failed"
+
+   sed \
+   -e "s/TARGET = kqoauth/TARGET = kqoauth-qt5/g" \
+   -i src/src.pro || die
+
+   # upstream .pc is aimed at Qt4
+   sed \
+   -e "s/-lkqoauth/-lkqoauth-qt5/g" \
+   -e "/^libdir/s/lib$/$(get_libdir)/" \
+   -e "s/QtCore/Qt5Core/g" \
+   -e "s/QtNetwork/Qt5Network/g" \
+   -i src/pcfile.sh || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+}



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

2020-06-07 Thread Andreas Sturmlechner
commit: e871d174115afe2780182705be708540b4066944
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  7 20:59:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 20:59:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e871d174

dev-libs/kqoauth: Drop 0.98-r2

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

 dev-libs/kqoauth/kqoauth-0.98-r2.ebuild | 46 -
 1 file changed, 46 deletions(-)

diff --git a/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild 
b/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild
deleted file mode 100644
index af40313065f..000
--- a/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-DESCRIPTION="Library for Qt that implements the OAuth 1.0 authentication 
specification"
-HOMEPAGE="https://github.com/kypeli/kQOAuth;
-SRC_URI="https://github.com/kypeli/kQOAuth/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtxml:5
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/kQOAuth-${PV}"
-
-src_prepare() {
-   default
-
-   # prevent tests from beeing built at src_compile
-   sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro 
failed"
-   # respect libdir
-   sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g'\
-   -i src/src.pro || die "sed on src.pro failed"
-
-   sed -e "s/TARGET = kqoauth/TARGET = kqoauth-qt5/g" \
-   -i src/src.pro || die
-}
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/

2020-06-07 Thread Andreas Sturmlechner
commit: d229213afa6371d64301ff52e514bc8be65bb360
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  7 20:26:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 20:59:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d229213a

kde-plasma/kwin: Drop 5.18.5-r2

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

 kde-plasma/kwin/kwin-5.18.5-r2.ebuild | 118 --
 1 file changed, 118 deletions(-)

diff --git a/kde-plasma/kwin/kwin-5.18.5-r2.ebuild 
b/kde-plasma/kwin/kwin-5.18.5-r2.ebuild
deleted file mode 100644
index ca3ce65cfd4..000
--- a/kde-plasma/kwin/kwin-5.18.5-r2.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="optional"
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Flexible, composited Window Manager for windowing systems on 
Linux"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="caps gles2-only multimedia"
-
-COMMON_DEPEND="
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5=
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5=
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   >=kde-plasma/kdecoration-${PVCUT}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[gles2-only=]
-   >=dev-qt/qtscript-${QTMIN}:5
-   >=dev-qt/qtsensors-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-libs/libinput-1.9
-   >=dev-libs/wayland-1.2
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/libepoxy
-   media-libs/mesa[egl,gbm,wayland,X(+)]
-   virtual/libudev:=
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXi
-   x11-libs/libdrm
-   >=x11-libs/libxcb-1.10
-   >=x11-libs/libxkbcommon-0.7.0
-   x11-libs/xcb-util-cursor
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-wm
-   caps? ( sys-libs/libcap )
-   gles2-only? ( media-libs/mesa[gles2] )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtvirtualkeyboard-${QTMIN}:5
-   multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-qt/designer-${QTMIN}:5
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   x11-base/xorg-proto
-"
-PDEPEND="
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-RESTRICT+=" test"
-
-PATCHES=(
-   # in Plasma/5.18
-   "${FILESDIR}/${P}-dont-exec-QDialog.patch" # KDE-bug 421053
-   "${FILESDIR}/${P}-wayland-lockscreen-greeter.patch" # KDE-bug 420802
-   "${FILESDIR}/${P}-mesa-21.patch" # KDE-bug 422131
-)
-
-src_prepare() {
-   ecm_src_prepare
-   use multimedia || eapply 
"${FILESDIR}/${PN}-5.16.80-gstreamer-optional.patch"
-
-   # Access violations, bug #640432
-   sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \
-   -i CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package caps Libcap)
-   )
-
-   ecm_src_configure
-}



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

2020-06-07 Thread Andreas Sturmlechner
commit: ff4c1ce28854c754a92320e2df253042a50d9eae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  7 20:57:29 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 20:59:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4c1ce2

dev-libs/kqoauth: Improve sed

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

 dev-libs/kqoauth/kqoauth-0.98-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild 
b/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild
index 4df7af3b220..e557c8191df 100644
--- a/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild
+++ b/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild
@@ -38,10 +38,9 @@ src_prepare() {
 
# upstream .pc is aimed at Qt4
sed \
-   -e "s/-lkqoauth/-lkqoauth-qt5/g" \
+   -e "/^Libs/s/lkqoauth/&-qt5/" \
-e "/^libdir/s/lib$/$(get_libdir)/" \
-   -e "s/QtCore/Qt5Core/g" \
-   -e "s/QtNetwork/Qt5Network/g" \
+   -e "/^Requires/s/Qt/Qt5/g" \
-i src/pcfile.sh || die
 }
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/, kde-plasma/kwin/files/

2020-06-07 Thread Andreas Sturmlechner
commit: f09d7e3ea5c53068dd33624ee49feac6f5ab8ce6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  7 20:21:28 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 20:59:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09d7e3e

kde-plasma/kwin: Fix the Plastik decoration with Qt 5.15

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

 kde-plasma/kwin/files/kwin-5.18.5-qt-5.15.patch |  39 
 kde-plasma/kwin/kwin-5.18.5-r3.ebuild   | 119 
 2 files changed, 158 insertions(+)

diff --git a/kde-plasma/kwin/files/kwin-5.18.5-qt-5.15.patch 
b/kde-plasma/kwin/files/kwin-5.18.5-qt-5.15.patch
new file mode 100644
index 000..eb8f6617026
--- /dev/null
+++ b/kde-plasma/kwin/files/kwin-5.18.5-qt-5.15.patch
@@ -0,0 +1,39 @@
+From ec602e0c2a676aed0707c7fb7edfe964516dbc77 Mon Sep 17 00:00:00 2001
+From: Fabian Vogt 
+Date: Sun, 7 Jun 2020 18:05:21 +0200
+Subject: [PATCH] Fix the Plastik decoration with Qt 5.15
+
+The trick in qmldir no longer works with Qt 5.15, so use a more reliable
+approach. This way works with Qt 5.15 and also on previous versions of Qt.
+---
+ .../kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp | 3 ++-
+ plugins/kdecorations/aurorae/themes/plastik/code/qmldir| 3 ---
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+diff --git 
a/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp 
b/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp
+index 25d11251f..4304dcdc1 100644
+--- a/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp
 b/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp
+@@ -20,7 +20,8 @@ along with this program.  If not, see 
.
+ 
+ void PlastikPlugin::registerTypes(const char *uri)
+ {
+-Q_UNUSED(uri)
++// Need to register something to tell Qt that it loaded (QTBUG-84571)
++qmlRegisterModule(uri, 1, 0);
+ }
+ 
+ void PlastikPlugin::initializeEngine(QQmlEngine *engine, const char *uri)
+diff --git a/plugins/kdecorations/aurorae/themes/plastik/code/qmldir 
b/plugins/kdecorations/aurorae/themes/plastik/code/qmldir
+index 49a4b402d..aa7bf16b3 100644
+--- a/plugins/kdecorations/aurorae/themes/plastik/code/qmldir
 b/plugins/kdecorations/aurorae/themes/plastik/code/qmldir
+@@ -1,5 +1,2 @@
+ module org.kde.kwin.decorations.plastik
+ plugin plastikplugin
+-
+-# we need to have at least one element of Qt is not able to find the plugin 
*shrug*
+-Foo 1.0 Foo.qml
+-- 
+2.27.0
+

diff --git a/kde-plasma/kwin/kwin-5.18.5-r3.ebuild 
b/kde-plasma/kwin/kwin-5.18.5-r3.ebuild
new file mode 100644
index 000..ed5d1d1f83c
--- /dev/null
+++ b/kde-plasma/kwin/kwin-5.18.5-r3.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_TEST="optional"
+KFMIN=5.66.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Flexible, composited Window Manager for windowing systems on 
Linux"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="caps gles2-only multimedia"
+
+COMMON_DEPEND="
+   >=dev-libs/libinput-1.9
+   >=dev-libs/wayland-1.2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=[gles2-only=]
+   >=dev-qt/qtscript-${QTMIN}:5
+   >=dev-qt/qtsensors-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5=
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kidletime-${KFMIN}:5=
+   >=kde-frameworks/kinit-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   >=kde-plasma/kdecoration-${PVCUT}:5
+   >=kde-plasma/kscreenlocker-${PVCUT}:5
+   media-libs/fontconfig
+   

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

2020-06-07 Thread Michał Górny
commit: 93f99c3a92c8b85ef29c684642e0dfd97936ca86
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  7 20:36:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  7 20:54:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f99c3a

dev-python/pygame: Fix tests

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

 dev-python/pygame/pygame-1.9.6-r1.ebuild | 24 
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/dev-python/pygame/pygame-1.9.6-r1.ebuild 
b/dev-python/pygame/pygame-1.9.6-r1.ebuild
index e2fa6c9fcde..253ffc048c4 100644
--- a/dev-python/pygame/pygame-1.9.6-r1.ebuild
+++ b/dev-python/pygame/pygame-1.9.6-r1.ebuild
@@ -13,7 +13,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
-IUSE="doc examples midi opengl X"
+IUSE="doc examples midi opengl test X"
+RESTRICT="!test? ( test )"
 
 DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
>=media-libs/sdl-image-1.2.2[png,jpeg]
@@ -24,9 +25,18 @@ DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
X? ( >=media-libs/libsdl-1.2.5[opengl?,video,X] )
!X? ( >=media-libs/libsdl-1.2.5 )"
 RDEPEND="${DEPEND}"
+# util-linux provides script
+BDEPEND="
+   test? ( sys-apps/util-linux )"
 
-# various module import and data path issues
-RESTRICT=test
+src_prepare() {
+   # segfaults on Xvfb
+   rm test/scrap_test.py || die
+   # backport from git master (clock() isn't used)
+   sed -i -e '/from time import clock/d' test/math_test.py || die
+
+   distutils-r1_src_prepare
+}
 
 python_configure() {
PORTMIDI_INC_PORTTIME=1 LOCALBASE="${EPREFIX}/usr" \
@@ -52,8 +62,14 @@ python_compile() {
distutils-r1_python_compile
 }
 
+src_test() {
+   virtx distutils-r1_src_test
+}
+
 python_test() {
-   PYTHONPATH="${BUILD_DIR}/lib" virtx "${EPYTHON}" -m pygame.tests
+   local -x PYTHONPATH=
+   distutils_install_for_testing
+   script -eqc "${EPYTHON} -m pygame.tests" || die
 }
 
 python_install() {



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

2020-06-07 Thread William Hubbs
commit: 1e7781a07ed2ac8a4e66fb425f33d2dea72459e4
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jun  7 20:34:45 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jun  7 20:44:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7781a0

app-misc/spire: restrict tests for now

I attempted to run tests, but they fail because of no "test files".
I will look at re-enabling them later.

Closes: https://bugs.gentoo.org/722332
Signed-off-by: William Hubbs  gentoo.org>

 app-misc/spire/spire-0.10.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-misc/spire/spire-0.10.0.ebuild 
b/app-misc/spire/spire-0.10.0.ebuild
index 1e4f516c7b8..c55c76dc083 100644
--- a/app-misc/spire/spire-0.10.0.ebuild
+++ b/app-misc/spire/spire-0.10.0.ebuild
@@ -493,11 +493,17 @@ COMMON_DEPEND="acct-group/spire
 DEPEND="${COMMON_DEPEND}"
 RDEPEND="${COMMON_DEPEND}"
 
+RESTRICT+=" test"
+
 src_compile() {
go build -o spire-agent ./cmd/spire-agent || die
go build -o spire-server ./cmd/spire-server || die
 }
 
+src_test() {
+   go test ./... || die "tests failed"
+}
+
 src_install() {
exeinto /opt/spire
doexe spire-agent spire-server



[gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/

2020-06-07 Thread Max Magorsch
commit: 0c18044a46251aeefb66a8145f75d964ccbe691c
Author: Max Magorsch  gentoo  org>
AuthorDate: Sun Jun  7 20:39:47 2020 +
Commit: Max Magorsch  gentoo  org>
CommitDate: Sun Jun  7 20:39:47 2020 +
URL:
https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=0c18044a

Add filters

Signed-off-by: Max Magorsch  gentoo.org>

 html/stats.jinja2 | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/html/stats.jinja2 b/html/stats.jinja2
index 98d8474..482a2cf 100644
--- a/html/stats.jinja2
+++ b/html/stats.jinja2
@@ -8,6 +8,13 @@
 https://www.gentoo.org/assets/css/leaflet.css; 
rel="stylesheet" media="screen">
 https://cdn.datatables.net/v/bs4/dt-1.10.21/b-1.6.2/b-colvis-1.6.2/b-print-1.6.2/rg-1.1.2/datatables.min.css"/>
 https://www.gentoo.org/favicon.ico; 
type="image/x-icon">
+
+.filter-button, .filter-button:hover {
+color: #495057;
+background-color: #fff;
+border: 1px solid #ced4da;
+}
+
   
 
   
@@ -345,6 +352,7 @@
 ],
 "initComplete": function( settings, json ) {
 setTimeout(function(){
+$('#table_id_length').prepend("Toggle 
Filters");
 table.buttons().container().prependTo($('#table_id_length'));
 $('#table_id_length').prepend(" Show 
");
 document.getElementsByClassName("buttons-colvis")[0].classList 
= "custom-select custom-select-sm form-control form-control-sm mr-4";
@@ -353,6 +361,29 @@
   });
 } );
 
+function addFilters(){
+
+if($("#filterRow").length) {
+$("#filterRow").remove();
+}else{
+$('#table_id thead tr').clone(true).appendTo('#table_id thead');
+$('#table_id thead tr:eq(1)').attr("id", "filterRow");
+$('#table_id thead tr:eq(1) th').each(function (i) {
+var title = $(this).text();
+$(this).html('');
+
+$('input', this).on('keyup change', function () {
+if (table.column(i).search() !== this.value) {
+table
+.column(i)
+.search(this.value)
+.draw();
+}
+});
+});
+}
+}
+
   
 
   



  1   2   3   >