[gentoo-commits] proj/portage:master commit in: bin/

2020-07-12 Thread Zac Medico
commit: 25e360ca5584fd0f366f13c2ffc3233010accd89
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul 13 05:20:39 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jul 13 05:21:17 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=25e360ca

quickpkg: split tokens in BINPKG_COMPRESS_FLAGS

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

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

diff --git a/bin/quickpkg b/bin/quickpkg
index df8c1a8e8..c4ff198b8 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -137,7 +137,7 @@ def quickpkg_atom(options, infos, arg, eout):
missing_package = compression["package"]
eout.eerror("File compression unsupported %s. 
Missing package: %s" % (binpkg_compression, missing_package))
return 1
-   cmd = [varexpand(x, mydict=settings) for x in 
shlex_split(compression["compress"])]
+   cmd = shlex_split(varexpand(compression["compress"], 
mydict=settings))
# Filter empty elements that make Popen fail
cmd = [x for x in cmd if x != ""]
with open(binpkg_tmpfile, "wb") as fobj:



[gentoo-commits] repo/gentoo:master commit in: app-text/xindy/, profiles/, app-text/xindy/files/

2020-07-12 Thread Michał Górny
commit: 784c82ccc3c8bcc0fa28b003aa62a50ec5cc4d9a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:54:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:54:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784c82cc

app-text/xindy: Remove last-rited pkg

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

 app-text/xindy/Manifest|  1 -
 app-text/xindy/files/xindy-2.4-configure.patch | 21 
 app-text/xindy/files/xindy-2.4-locale.patch| 22 -
 app-text/xindy/files/xindy-2.4-nogrep.patch| 13 
 app-text/xindy/files/xindy-2.4-perl5.26.patch  | 11 ---
 app-text/xindy/metadata.xml| 25 --
 app-text/xindy/xindy-2.4-r1.ebuild | 45 --
 profiles/package.mask  |  6 
 8 files changed, 144 deletions(-)

diff --git a/app-text/xindy/Manifest b/app-text/xindy/Manifest
deleted file mode 100644
index bb5e218f36c..000
--- a/app-text/xindy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xindy-2.4.tar.gz 498024 BLAKE2B 
67cc7f96e4937e8130c66449226d581f121e7b06a82bde40f3f880e48e48e49805856e39c7670a34080731168ee7386beffe52fa6c3e8142a3d66f4c7ebb8ce3
 SHA512 
d718954c0c9efcf36dcc99518542b45b3fbbb922b98989c56feb542b00944003adb5834656add0aa88b1983f98e1d9d76e5355aaf9e6ad39f3e0dd109a18ade4

diff --git a/app-text/xindy/files/xindy-2.4-configure.patch 
b/app-text/xindy/files/xindy-2.4-configure.patch
deleted file mode 100644
index b76341f1f75..000
--- a/app-text/xindy/files/xindy-2.4-configure.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 xindy-2.4/configure.ac.orig2010-05-10 16:12:10.0 -0700
-+++ xindy-2.4/configure.ac 2010-09-28 23:43:39.591495118 -0700
-@@ -42,12 +42,16 @@
- 
- # Test for building make-rules
- AC_ARG_ENABLE(make-rules, AS_HELP_STRING([--enable-make-rules ],[build and 
install make-rules package (default is 
YES)]),[BUILDRULES=$enableval],[BUILDRULES=yes])
--test "$BUILDRULES" = "yes"  &&  AC_PROG_LATEX
-+if test "x$BUILDRULES" = "xyes"; then
-+  AC_PROG_LATEX
-+fi
- AM_CONDITIONAL(BUILDRULES, test "$BUILDRULES" = "yes")
- 
- # Test for building Documentation
- AC_ARG_ENABLE(docs, AS_HELP_STRING([--enable-docs ],[build and install 
documentation (default is YES)]),[BUILDDOCS=$enableval],[BUILDDOCS=yes])
--test "$BUILDDOCS" = "yes"  &&  AC_PROG_PDFLATEX
-+if test "x$BUILDDOCS" = "xyes"; then 
-+  AC_PROG_PDFLATEX
-+fi
- AM_CONDITIONAL(BUILDDOCS, test "$BUILDDOCS" = "yes")
- 
- # Checks for programs:

diff --git a/app-text/xindy/files/xindy-2.4-locale.patch 
b/app-text/xindy/files/xindy-2.4-locale.patch
deleted file mode 100644
index c2edccc4bef..000
--- a/app-text/xindy/files/xindy-2.4-locale.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 xindy-2.4.orig/src/Makefile.am
-+++ xindy-2.4/src/Makefile.am
-@@ -41,7 +41,7 @@
- DEFAULTS   = defaults.xdy
- DUMP_XINDY = dump-xindy.lsp
- MEMFILE= xindy.mem
--CLISP  = @CLISP@ -q -E iso-8859-1
-+CLISP  = @CLISP@ -q
- 
- xindy.mem: $(DEFAULTS) $(FAS) $(DUMP_XINDY)
-   rm -f $(MEMFILE)
 xindy-2.4.orig/user-commands/xindy.in
-+++ xindy-2.4/user-commands/xindy.in
-@@ -777,7 +777,7 @@
- sub call_xindy ( $$ ) {
- my ($mem_file, $xindy_exp) = @_;
- 
--my @command = ($clisp, '-M', $mem_file, '-E', 'iso-8859-1');
-+my @command = ($clisp, '-M', $mem_file);
- if ( $interactive ) {
-   print "Proposed xindy expression:\n\n$xindy_exp\n"  unless $quiet;
- } else {

diff --git a/app-text/xindy/files/xindy-2.4-nogrep.patch 
b/app-text/xindy/files/xindy-2.4-nogrep.patch
deleted file mode 100644
index 41f1b3a0360..000
--- a/app-text/xindy/files/xindy-2.4-nogrep.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/573794
-
 xindy-2.4-orig/make-rules/inputenc/Makefile.am
-+++ xindy-2.4/make-rules/inputenc/Makefile.am
-@@ -43,7 +43,7 @@
- latin.xdy : latin1.xdy latin2.xdy latin3.xdy
-   echo ';; Generated from latin?.xdy' >latin.xdy
-   echo >>latin.xdy
--  sort -u latin?.xdy | grep -v '^;' >>latin.xdy
-+  sort -u latin?.xdy | sed '/^;/d' >>latin.xdy
- 
- %.xdy %.idx :
-   $(PERL) $(srcdir)/make-testidx.pl TS1,T2A,T1 $* >$*.tex

diff --git a/app-text/xindy/files/xindy-2.4-perl5.26.patch 
b/app-text/xindy/files/xindy-2.4-perl5.26.patch
deleted file mode 100644
index 657b5e94c36..000
--- a/app-text/xindy/files/xindy-2.4-perl5.26.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 xindy-2.4/make-rules/inputenc/make-inp-rules.pl
-+++ xindy-2.4/make-rules/inputenc/make-inp-rules.pl
-@@ -8,7 +8,7 @@
- 
- 
- while () {
--  if (/\\indexentry{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
-+  if (/\\indexentry\{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
- if (!($1 =~ /inputenc Error/)) {
-   $i = hex($2);
-   $macro = $1;

diff --git a/app-text/xindy/metadata.xml b/app-text/xindy/metadata.xml
deleted file mode 100644
index 8916aa9cb8a..000
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-util/cdiff/files/, profiles/, dev-util/cdiff/

2020-07-12 Thread Michał Górny
commit: 62f7495f92dc2c173f9ff189a7b354de4f3279b8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:53:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:53:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f7495f

dev-util/cdiff: Remove last-rited pkg

Closes: https://bugs.gentoo.org/710538
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/cdiff/Manifest|  1 -
 dev-util/cdiff/cdiff-1.0.ebuild| 31 -
 dev-util/cdiff/cdiff-1.1.ebuild| 21 --
 dev-util/cdiff/cdiff-.ebuild   | 32 --
 ...ff-0.9.2-disable-unimportant-failing-test.patch | 11 
 dev-util/cdiff/metadata.xml|  9 --
 profiles/package.mask  |  5 
 7 files changed, 110 deletions(-)

diff --git a/dev-util/cdiff/Manifest b/dev-util/cdiff/Manifest
deleted file mode 100644
index ddb8ebc017c..000
--- a/dev-util/cdiff/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cdiff-1.0.tar.gz 33599 BLAKE2B 
98e6e8689329bfbdc718e7f6bf3cfb6c6ff92de0b27a44f62f24e35710cf0391c6127833b7f8302aa31d9420147791fdc2861aa95acf5719ce250f7af4d8893f
 SHA512 
74a41bdf9c0ffef5baff775dd32027d401547bdc8f40eb633e11107c74d0e9b31746cedbeffc4a3732ff9abe03a101aa3a7a509d3a0e0e080589c6f18bcb8cfe

diff --git a/dev-util/cdiff/cdiff-1.0.ebuild b/dev-util/cdiff/cdiff-1.0.ebuild
deleted file mode 100644
index c3187506572..000
--- a/dev-util/cdiff/cdiff-1.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=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Colored, side-by-side diff terminal viewer"
-HOMEPAGE="https://github.com/ymattw/cdiff;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   sys-apps/less"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES.rst README.rst )
-
-RESTRICT="test"
-
-python_test() {
-   ${PYTHON} tests/test_cdiff.py || die "Unit tests failed."
-
-   ./tests/regression.sh || die "Regression tests failed."
-}

diff --git a/dev-util/cdiff/cdiff-1.1.ebuild b/dev-util/cdiff/cdiff-1.1.ebuild
deleted file mode 100644
index 173ec06646e..000
--- a/dev-util/cdiff/cdiff-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Colored, side-by-side diff terminal viewer"
-HOMEPAGE="https://github.com/ymattw/cdiff;
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND=""
-RDEPEND="dev-util/ydiff"
-
-S="${WORKDIR}"
-
-src_install() {
-   dosym ydiff /usr/bin/cdiff
-}

diff --git a/dev-util/cdiff/cdiff-.ebuild b/dev-util/cdiff/cdiff-.ebuild
deleted file mode 100644
index 3b5ae5181b2..000
--- a/dev-util/cdiff/cdiff-.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Colored, side-by-side diff terminal viewer"
-HOMEPAGE="https://github.com/ymattw/cdiff;
-EGIT_REPO_URI="https://github.com/ymattw/cdiff.git;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   sys-apps/less"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.2-disable-unimportant-failing-test.patch )
-
-DOCS=( CHANGES.rst README.rst )
-
-python_test() {
-   ${PYTHON} tests/test_cdiff.py || die "Unit tests failed."
-
-   ./tests/regression.sh || die "Regression tests failed."
-}

diff --git 
a/dev-util/cdiff/files/cdiff-0.9.2-disable-unimportant-failing-test.patch 
b/dev-util/cdiff/files/cdiff-0.9.2-disable-unimportant-failing-test.patch
deleted file mode 100644
index 50b00cc5a46..000
--- a/dev-util/cdiff/files/cdiff-0.9.2-disable-unimportant-failing-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/tests/test_cdiff.py  2013-03-24 15:08:00.0 +0100
-+++ b/tests/test_cdiff.py  2013-06-23 01:17:20.560520188 +0200
-@@ -737,7 +737,7 @@
- os.chdir(self._non_ws)
- ret = cdiff.main()
- os.chdir(self._cwd)
--self.assertNotEqual(ret, 0)
-+#self.assertNotEqual(ret, 0)
- 
- def test_read_log(self):
- sys.argv = [sys.argv[0], '--log']

diff --git a/dev-util/cdiff/metadata.xml b/dev-util/cdiff/metadata.xml
deleted file mode 100644
index 4ec31f8291a..000
--- a/dev-util/cdiff/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   cdiff
-   ymattw/cdiff
-   
-

diff --git 

[gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/webcomics-collector/

2020-07-12 Thread Michał Górny
commit: 7b01197db97f200c4b23526a92c80f2ba1de2f6d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:48:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:48:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b01197d

app-misc/webcomics-collector: Remove last-rited pkg

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

 app-misc/webcomics-collector/Manifest  |  1 -
 app-misc/webcomics-collector/metadata.xml  |  5 ---
 .../webcomics-collector-0.7.3-r1.ebuild| 37 --
 profiles/package.mask  |  5 ---
 4 files changed, 48 deletions(-)

diff --git a/app-misc/webcomics-collector/Manifest 
b/app-misc/webcomics-collector/Manifest
deleted file mode 100644
index 2301d66ab5c..000
--- a/app-misc/webcomics-collector/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST collector-0.7.3.tar.bz2 66069 BLAKE2B 
55b76d24856c3edd483b02618a6a48cfa8d4427ff9e4f358cd7cfd03f050e12674dac1dadcb062229cc1f574a8251445374c55f024e78926b5adf59700384d31
 SHA512 
6ac846550311cbfb54580bf7971ec2fdf5a0e5321eaf75a97ff1eb91367ddbbf03421855750d21547c0910be7037a989a9be5a08d19eb9556b228faaf9c90035

diff --git a/app-misc/webcomics-collector/metadata.xml 
b/app-misc/webcomics-collector/metadata.xml
deleted file mode 100644
index 6f49eba8f49..000
--- a/app-misc/webcomics-collector/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/app-misc/webcomics-collector/webcomics-collector-0.7.3-r1.ebuild 
b/app-misc/webcomics-collector/webcomics-collector-0.7.3-r1.ebuild
deleted file mode 100644
index dcf0f208b52..000
--- a/app-misc/webcomics-collector/webcomics-collector-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="gdbm"
-
-inherit distutils-r1
-
-DESCRIPTION="python script for downloading webcomics"
-HOMEPAGE="http://collector.skumleren.net/;
-SRC_URI="http://collector.skumleren.net/releases/collector-${PV}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/collector-${PV}"
-
-DOCS=( Changelog README UPGRADE )
-
-python_install() {
-   distutils-r1_python_install
-   python_fix_shebang "${ED}"usr/share/collector
-}
-
-pkg_postinst() {
-   ewarn "If you are upgrading from an earlier version of Collector, 
please"
-   ewarn "read UPGRADE. This new version will not be able to use your old"
-   ewarn "archives if you do not follow the upgrade instructions!"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 1bcf90929c0..77c748b6a83 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -427,11 +427,6 @@ dev-libs/svrcore
 # Removal in 30 days.  Bug #718762.
 dev-python/dnslib
 
-# Aaron Bauman  (2020-06-02)
-# py2 only. dead upstream. m-n.
-# Masked for removal in 30 days
-app-misc/webcomics-collector
-
 # Jonas Stein  (2020-06-01)
 # Last rite package due to missing/unclear license.
 # Removal after 2020-08-01



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

2020-07-12 Thread Michał Górny
commit: 7414f8c33bb75cd9a4f6a61040886852fcf2afe1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:52:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:52:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7414f8c3

dev-libs/svrcore: Remove last-rited pkg

Bug: https://bugs.gentoo.org/655176
Bug: https://bugs.gentoo.org/701812
Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/svrcore/Manifest |   2 -
 dev-libs/svrcore/files/svrcore-4.0.4-gentoo.patch | 100 --
 dev-libs/svrcore/files/svrcore-4.1-gentoo.patch   | 100 --
 dev-libs/svrcore/metadata.xml |   5 --
 dev-libs/svrcore/svrcore-4.0.4-r1.ebuild  |  40 -
 dev-libs/svrcore/svrcore-4.1.2.ebuild |  35 
 profiles/package.mask |   6 --
 7 files changed, 288 deletions(-)

diff --git a/dev-libs/svrcore/Manifest b/dev-libs/svrcore/Manifest
deleted file mode 100644
index a6e8077fe58..000
--- a/dev-libs/svrcore/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST svrcore-4.0.4.tar.bz2 217076 BLAKE2B 
1d5b1c6d397552f299554a19c21a81d1df8f449480095102d46bd2c9db8e4b667302f06fd199579dffb854f47fcb6f6ba54d505e3e6d3ccdfcf54dca07363f81
 SHA512 
4a63e2618ef8f508e71adf212eefae56e3c9d9898b924f405399bb99793de57bd178a3417f9e837c474e7960b6eb8a3cbe775b420c8fecbd974e89b4196b78fc
-DIST svrcore-4.1.2.tar.bz2 263891 BLAKE2B 
4d546406e18099857c1d77d479123332bdc721b51f5ad6bae74812b77704d3d6f8fa2ab67848355be7050fc3ee161c534fc7ee1692811fe9829da513f7cba29e
 SHA512 
9d148ec9c568f1183e44006fec83b4e43b0cef56d5a04fce122fab1e9a0c0bfe39919de81c5a4d7adb2258fb7f16b4d327da20cdb4d948810e968c422d62ad40

diff --git a/dev-libs/svrcore/files/svrcore-4.0.4-gentoo.patch 
b/dev-libs/svrcore/files/svrcore-4.0.4-gentoo.patch
deleted file mode 100644
index 83e9f7fca35..000
--- a/dev-libs/svrcore/files/svrcore-4.0.4-gentoo.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-diff -uNr src/Makefile.am svrcore-4.0.4src/Makefile.am
 src/Makefile.am2006-12-14 18:07:32.0 +0100
-+++ src/Makefile.am2007-08-06 17:37:17.0 +0200
-@@ -4,8 +4,8 @@
-Makefile.win \
-ntgetpin.rc
- 
--lib_LTLIBRARIES = libsvrcore.la
--include_HEADERS = svrcore.h
-+pkglib_LTLIBRARIES = libsvrcore.la
-+pkginclude_HEADERS = svrcore.h
- libsvrcore_la_SOURCES =   alt.c \
-   cache.c \
-   errors.c \
-diff -uNr svrcore.pc.in svrcore.pc.in
 svrcore.pc.in  2006-12-14 18:07:32.0 +0100
-+++ svrcore.pc.in  2007-08-06 17:38:12.0 +0200
-@@ -1,11 +1,11 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
--libdir=@libdir@
--includedir=@includedir@
-+libdir=@libdir@/@PACKAGE@
-+includedir=@includedir@/@PACKAGE@
- 
- Name: svrcore
- Description: Svrcore - Secure PIN handling using NSS crypto
- Version: @VERSION@
- Requires: @NSPR_NAME@ >= @NSPR_MIN_VER@ , @NSS_NAME@ >= @NSS_MIN_VER@
--Libs: -lsvrcore
-+Libs: -L${libdir} -lsvrcore
- Cflags: -I${includedir}
-diff -ur m4.orig/nspr.m4 m4/nspr.m4
 m4.orig/nspr.m42009-10-06 01:40:18.979484804 +0300
-+++ m4/nspr.m4 2009-10-06 01:41:21.539982482 +0300
-@@ -52,28 +52,6 @@
- ],
- AC_MSG_RESULT(no))
- 
--# see if we are doing an "in-tree" build with the other
--# mozilla components
--if test -z "$nspr_inc" -o -z "$nspr_lib" ; then
--for nsprpath in "../../dist" "../../dist/*.OBJ" ; do
--savedir=`pwd`
--cd $nsprpath
--abs_nsprpath=`pwd`
--cd $savedir
--if test -f "$abs_nsprpath/include/nspr/nspr.h" ; then
--nspr_inc="-I$abs_nsprpath/include/nspr"
--elif test -f "$abs_nsprpath/include/nspr.h" ; then
--nspr_inc="-I$abs_nsprpath/include"
--fi
--if test -d "$abs_nsprpath/lib" ; then
--nspr_lib="-L$abs_nsprpath/lib"
--fi
--if test -n "$nspr_inc" -a -n "$nspr_lib" ; then
--break
--fi
--done
--fi
--
- # if NSPR is not found yet, try pkg-config
- # last resort
- if test -z "$nspr_inc" -o -z "$nspr_lib" ; then
-diff -ur m4.orig/nss.m4 m4/nss.m4
 m4.orig/nss.m4 2009-10-06 01:40:18.979484804 +0300
-+++ m4/nss.m4  2009-10-06 01:41:31.291485717 +0300
-@@ -52,32 +52,6 @@
- ],
- AC_MSG_RESULT(no))
- 
--# see if we are building "in tree" with the
--# other mozilla components
--if test -z "$nss_inc" -o -z "$nss_lib"; then
--nsslibpath=`echo ../../dist/*.OBJ/lib | cut -f1 -d' '`
--savedir=`pwd`
--cd $nsslibpath
--abs_nsslibpath=`pwd`
--cd $savedir
--nssincpath=../../dist/public/nss
--savedir=`pwd`
--cd $nssincpath
--abs_nssincpath=`pwd`
--cd $savedir
--if test -f "$abs_nssincpath/nss.h" ; then
--nss_inc="-I$abs_nssincpath"
--fi
--if test -d "$abs_nsslibpath" ; then
--nss_lib="-L$abs_nsslibpath"
--fi
--if test -n "$nss_inc" -a -n "$nss_lib" ; then
--

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/389-adminutil/

2020-07-12 Thread Michał Górny
commit: aef3f76fb5607ea9fcecd97c192a0ab06d224737
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:51:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:52:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef3f76f

dev-libs/389-adminutil: Remove last-rited pkg

Bug: https://bugs.gentoo.org/655176
Bug: https://bugs.gentoo.org/701812
Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild | 46 --
 dev-libs/389-adminutil/Manifest|  1 -
 dev-libs/389-adminutil/metadata.xml|  5 ---
 profiles/package.mask  |  2 -
 4 files changed, 54 deletions(-)

diff --git a/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild 
b/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild
deleted file mode 100644
index b4f12bd147a..000
--- a/dev-libs/389-adminutil/389-adminutil-1.1.15.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit libtool eutils
-
-MY_PV=${PV/_rc/.rc}
-MY_PV=${MY_PV/_a/.a}
-MY_P=${P/_rc/.rc}
-MY_P=${MY_P/_a/.a}
-
-DESCRIPTION="389 adminutil"
-HOMEPAGE="http://port389.org/;
-SRC_URI="http://port389.org/sources/${MY_P}.tar.bz2;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-COMMON_DEPEND=">=dev-libs/nss-3.11.4
-   >=dev-libs/nspr-4.6.4
-   >=dev-libs/svrcore-4.0.3
-   >=dev-libs/cyrus-sasl-2.1.19
-   >=dev-libs/icu-3.4:=
-   net-nds/openldap"
-DEPEND="virtual/pkgconfig ${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-src_prepare() {
-   elibtoolize
-}
-
-src_configure() {
-   econf $(use_enable debug) \
-   --with-fhs \
-   --with-openldap \
-   --disable-rpath \
-   --disable-tests
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc README  NEWS
-}

diff --git a/dev-libs/389-adminutil/Manifest b/dev-libs/389-adminutil/Manifest
deleted file mode 100644
index 3734965228b..000
--- a/dev-libs/389-adminutil/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 389-adminutil-1.1.15.tar.bz2 283825 BLAKE2B 
170797066b25303c6c582c95a935cf1d47b09b28a0c530588322fca2547416eeb5dba48561ccd06b7862dd5066e15abd1dcfeb168a9331e9a7f081bb5a14ae2e
 SHA512 
5ed8d758ee47a2e276bab73696067dd2acd36f15ea5b93b32e3e244530920d74d95a4a4ff96cd325f22ae4ce2cc764fef03c90497c0181cbc1f0291f260d8ddf

diff --git a/dev-libs/389-adminutil/metadata.xml 
b/dev-libs/389-adminutil/metadata.xml
deleted file mode 100644
index 6f49eba8f49..000
--- a/dev-libs/389-adminutil/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 139360cc7a4..120ad84de8f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -414,8 +414,6 @@ dev-util/cdiff
 # Multiple vulnerabilities (Bug #655176, Bug #701812)
 # Misc. other bugs, out of date, no maintainer.
 # Masked for removal in 30 days.
-net-nds/389-ds-base
-dev-libs/389-adminutil
 dev-libs/svrcore
 
 # Stefan Strogin  (2020-06-03)



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-mount/files/, profiles/, dev-ruby/rack-mount/

2020-07-12 Thread Michał Górny
commit: 556b7efb7fb6040128757ede963d9129af41fcb4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:47:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:47:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556b7efb

dev-ruby/rack-mount: Remove last-rited pkg

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

 dev-ruby/rack-mount/Manifest   |  1 -
 .../rack-mount/files/rack-mount-fix-ruby20.patch   | 26 ---
 dev-ruby/rack-mount/metadata.xml   | 15 ---
 dev-ruby/rack-mount/rack-mount-0.8.3-r2.ebuild | 29 --
 profiles/package.mask  |  6 -
 5 files changed, 77 deletions(-)

diff --git a/dev-ruby/rack-mount/Manifest b/dev-ruby/rack-mount/Manifest
deleted file mode 100644
index 46c78169ab7..000
--- a/dev-ruby/rack-mount/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rack-mount-0.8.3.tgz 33944 BLAKE2B 
7763b55aaff25168924c9e237b762231e346b757b56919e454db52485cfa015989a03c93b9d1f0ae0802ab35773d646d70bc87e5d02307052c3c2c9ffa295d60
 SHA512 
5f1d10b951c967bc4c36a81b5c7dae5c5ec8d5253ee804fa1e1b4446c962fa0882d4c59773bca9373d5eb37a18646aff0a2dff2b1636d3d9126cae0f1e10a638

diff --git a/dev-ruby/rack-mount/files/rack-mount-fix-ruby20.patch 
b/dev-ruby/rack-mount/files/rack-mount-fix-ruby20.patch
deleted file mode 100644
index f1e37faa21d..000
--- a/dev-ruby/rack-mount/files/rack-mount-fix-ruby20.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 42e7ae47c2dac2d98272ac99239e40bd59398891 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?V=C3=ADt=20Ondruch?= 
-Date: Tue, 9 Apr 2013 11:12:02 +0300
-Subject: [PATCH] Fix Ruby 2.0.0 compatibility
-
-#respond_to? now exclude protected methods.

- lib/rack/mount/multimap.rb | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/rack/mount/multimap.rb b/lib/rack/mount/multimap.rb
-index 6b773e2..b88630b 100644
 a/lib/rack/mount/multimap.rb
-+++ b/lib/rack/mount/multimap.rb
-@@ -125,7 +125,7 @@ def update_container(key)
-   end
- 
-   def iterate_over_container(container)
--if container.respond_to?(:each_container_with_default)
-+if container.respond_to?(:each_container_with_default, true)
-   container.each_container_with_default do |value|
- yield value
-   end
--- 
-1.9.3
-

diff --git a/dev-ruby/rack-mount/metadata.xml b/dev-ruby/rack-mount/metadata.xml
deleted file mode 100644
index 4179f349bdb..000
--- a/dev-ruby/rack-mount/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-Rack provides a common API for connecting web frameworks, web servers and 
layers
-of software inbetween.
-
-  
-josh/rack-mount
-  
-

diff --git a/dev-ruby/rack-mount/rack-mount-0.8.3-r2.ebuild 
b/dev-ruby/rack-mount/rack-mount-0.8.3-r2.ebuild
deleted file mode 100644
index 1630b971e17..000
--- a/dev-ruby/rack-mount/rack-mount-0.8.3-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="A stackable dynamic tree based Rack router"
-HOMEPAGE="https://github.com/josh/rack-mount;
-SRC_URI="https://github.com/josh/rack-mount/tarball/v${PV} -> ${P}.tgz"
-RUBY_S="josh-${PN}-*"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rack-1.0.0:*"
-
-RUBY_PATCHES=( ${PN}-fix-ruby20.patch )
-
-all_ruby_prepare() {
-   # Avoid fragile test depending on hash ordering.
-   sed -i -e '/foo=1=2/ s:^:#:' test/test_utils.rb || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 12c39d2b0eb..e3201ded193 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -449,12 +449,6 @@ dev-python/py2play
 dev-python/pyopenal
 dev-python/soya
 
-# Hans de Graaff  (2020-05-24)
-# No releases since 2011, upstream is gone, fails tests,
-# no reverse dependencies.
-# Masked for removal in 30 days.
-dev-ruby/rack-mount
-
 # Aaron W. Swenson  (2020-05-15)
 # PostgreSQL 9.4 series is EOL. Migrate your database cluster to a more recent
 # version.



[gentoo-commits] repo/gentoo:master commit in: net-misc/pytvshows/, net-misc/pytvshows/files/, profiles/

2020-07-12 Thread Michał Górny
commit: 229fae0ad783237854ea704d6804d96e3d2f612c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:48:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:48:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229fae0a

net-misc/pytvshows: Remove last-rited pkg

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

 net-misc/pytvshows/Manifest|   1 -
 .../pytvshows/files/pytvshows-0.2-ezrss.it.patch   |  30 ---
 .../pytvshows/files/pytvshows-0.2-feedurl.patch| 279 -
 .../files/pytvshows-0.2-improved-re.patch  |  15 --
 .../pytvshows/files/pytvshows-0.2-rename-var.patch |  11 -
 net-misc/pytvshows/metadata.xml|   8 -
 net-misc/pytvshows/pytvshows-0.2-r4.ebuild |  35 ---
 profiles/package.mask  |   1 -
 8 files changed, 380 deletions(-)

diff --git a/net-misc/pytvshows/Manifest b/net-misc/pytvshows/Manifest
deleted file mode 100644
index bfa78c4c306..000
--- a/net-misc/pytvshows/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytvshows-0.2.tar.gz 14156 BLAKE2B 
61449e01096ef81b131c03b0cadd89433a7dcafd3a8828f251ca9ecceb49dd4d92e382ce50b06f4b5498523fd8b4625fb5442e7f5ef71949a4605ab10910be45
 SHA512 
c4acd9b968dba7af1c787f9a3f5db4986ffbc52bfc43a4b7101070f8e91e80e78be0e59c4a4fbd873e64a6c4862e64abed2396c7140e9165d72e7d3cea267d5f

diff --git a/net-misc/pytvshows/files/pytvshows-0.2-ezrss.it.patch 
b/net-misc/pytvshows/files/pytvshows-0.2-ezrss.it.patch
deleted file mode 100644
index ba0a1b91e8e..000
--- a/net-misc/pytvshows/files/pytvshows-0.2-ezrss.it.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-This patch simply alters the feed site since txrss.net was closed/shut down.
-Luckily, ezrss.it expects the same arguments and should generally work. You can
-find similar details at:
-https://sourceforge.net/projects/pytvshows/forums/forum/726961/topic/3309243?message=7544190
-
-Yes, this could have been accomplished via the --feed paramater, but this is
-more user friendly.
-
 a/pytvshows.orig   2009-09-15 22:36:34.575002779 -0500
-+++ b/pytvshows2009-09-15 22:43:18.283754081 -0500
-@@ -59,7 +59,7 @@
-   -cFILE, --config FILE
-   Path to config file. Default: ~/.pytvshows.cfg
-   -fFEED, --feed=FEED
--Override the tvrss.net feed. %%s is replaced with the 
-+Override the ezrss.it feed. %%s is replaced with the 
- exact show name.
-   -h, --helpThis help message
-   -oDIR, --output_dir=DIR  
-@@ -77,8 +77,8 @@
- commands = ['update', 'subscribe', 'unsubscribe', 'run']
- config = {
- 'config_file': os.path.expanduser("~/.pytvshows.cfg"),
--'feed': "http://tvrss.net/search/index.php?show_name=%s_name_exact; \
--"=true=rss",
-+  'feed': "http://www.ezrss.it/search/index.php?show_name=%s; \
-+"_name_exact=true=rss",
- 'output_dir': os.path.expanduser("~/"),
- 'output_dir2': None,
- 'quality_matches': {

diff --git a/net-misc/pytvshows/files/pytvshows-0.2-feedurl.patch 
b/net-misc/pytvshows/files/pytvshows-0.2-feedurl.patch
deleted file mode 100644
index fb78581b04f..000
--- a/net-misc/pytvshows/files/pytvshows-0.2-feedurl.patch
+++ /dev/null
@@ -1,279 +0,0 @@
-David Reitz writes:
-
-I created this so that I could specify a feedurl parameter in the config file,
-which allows me to use the public RSS feeds at showRSS 
(http://showrss.karmorra.info/).
-This patch will ONLY work for seasonepisode. I made no modifications for other 
types.
-
-Simply apply this patch and then modify your config like so:
-
-[Weeds]
-feedurl = http://showrss.karmorra.info/feeds/68.rss
-episode = 4
-season = 5
-show_type = seasonepisode
-human_name = Weeds
-
-https://sourceforge.net/tracker/index.php?func=detail=2818315_id=203642=986413
-
 a/pytvshows.orig   2009-06-20 15:46:23.0 -0400
-+++ b/pytvshows2009-07-07 20:41:39.0 -0400
-@@ -83,11 +83,14 @@ config = {
- 'output_dir2': None,
- 'quality_matches': {
- "[HD": 1,
-+"HDTV": 1,
- "[DSRIP": 1,
- "[TVRIP": 1,
- "[PDTV": 1,
- "[DVD": 1,
- "[HR": 2,
-+"720p": 3,
-+"720P": 3,
- "[720p": 3,
- "[720P": 3,
- },
-@@ -189,6 +192,7 @@ class Show(object):
- self.show_type = args['show_type']
- self.season = args['season']
- self.episode = args['episode']
-+  self.feedurl = args['feedurl']
- #-MM-DD HH:MM:SS
- if args['date']:
- self.date = datetime.datetime(*(time.strptime(
-@@ -290,7 +294,10 @@ class Show(object):
- 
- def _get_rss_feed(self):
- """Gets the feedparser object."""
--url = config['feed'] % self.exact_name
-+  if self.feedurl:
-+url = self.feedurl
-+  else:
-+  url = config['feed'] % self.exact_name
- if config['verbose']:
- 

[gentoo-commits] repo/gentoo:master commit in: profiles/, net-news/rawdog/

2020-07-12 Thread Michał Górny
commit: 33d2318fee744fa1049e84ccad3aa32a51781cae
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:48:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:48:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d2318f

net-news/rawdog: Remove last-rited pkg

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

 net-news/rawdog/Manifest  |  1 -
 net-news/rawdog/metadata.xml  | 12 
 net-news/rawdog/rawdog-2.22-r1.ebuild | 24 
 profiles/package.mask |  1 -
 4 files changed, 38 deletions(-)

diff --git a/net-news/rawdog/Manifest b/net-news/rawdog/Manifest
deleted file mode 100644
index c40789f9b65..000
--- a/net-news/rawdog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rawdog-2.22.tar.gz 68777 BLAKE2B 
192292fdf92df45fee9f468258af4de3b22935e10dd1236b4a3fadc21a09918973c32c76e002b158e19f6aba51881b2c570d158a7ea36e16edcddf16e745915e
 SHA512 
27d4140713b0bc5fd6acf70e0377653266422e74201bb895b622a1abe03607704bf16e83a8135f9b0594b8f9566b84fc969c6f197f26d2e463dc5821fd5816d4

diff --git a/net-news/rawdog/metadata.xml b/net-news/rawdog/metadata.xml
deleted file mode 100644
index 72882d23bae..000
--- a/net-news/rawdog/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-
-rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in Python,
-it uses Mark Pilgrim's feed parser. It runs from cron, collects articles from
-a number of feeds, and generates a static HTML page listing the newest articles
-in date order. It supports per-feed customizable update times, and uses ETags,
-Last-Modified, and gzip compression to minimize network bandwidth usage.
-
-

diff --git a/net-news/rawdog/rawdog-2.22-r1.ebuild 
b/net-news/rawdog/rawdog-2.22-r1.ebuild
deleted file mode 100644
index f5c057c921f..000
--- a/net-news/rawdog/rawdog-2.22-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Rawdog, RSS Aggregator Without Delusions Of Grandeur"
-HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.org/project/rawdog/;
-SRC_URI="http://offog.org/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~s390 sparc x86"
-
-DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_test() {
-   # pypy fails half way through; meh
-   ./test-rawdog || die "Test run aborted"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index b8b63d1a4fb..88b85042983 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -432,7 +432,6 @@ dev-python/dnslib
 # Masked for removal in 30 days
 app-misc/webcomics-collector
 net-misc/pytvshows
-net-news/rawdog
 
 # Jonas Stein  (2020-06-01)
 # Last rite package due to missing/unclear license.



[gentoo-commits] repo/gentoo:master commit in: dev-python/dnslib/, profiles/

2020-07-12 Thread Michał Górny
commit: 9b529964fb17b32999ba976a7115eed6df9bb32c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:49:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:49:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b529964

dev-python/dnslib: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718762
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/dnslib/Manifest|  1 -
 dev-python/dnslib/dnslib-0.9.6.ebuild | 18 --
 dev-python/dnslib/metadata.xml| 11 ---
 profiles/package.mask |  5 -
 4 files changed, 35 deletions(-)

diff --git a/dev-python/dnslib/Manifest b/dev-python/dnslib/Manifest
deleted file mode 100644
index 5bf00f437ee..000
--- a/dev-python/dnslib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dnslib-0.9.6.tar.gz 60079 BLAKE2B 
203f765683cdeefb0aab50138c548c585352dd38fad3fe834dc4919584a5e8b3912451e09050d30f42ed301716dce1c2b02b15464881355ab893c601a4635790
 SHA512 
c733803a9b25356c82afb4ce853a681545aebdb5fbd4f8a544eea9bb61ff354acc044a43357435e02b8b787a17fec99ea7e9f01b1c1e93a2e39945657c495105

diff --git a/dev-python/dnslib/dnslib-0.9.6.ebuild 
b/dev-python/dnslib/dnslib-0.9.6.ebuild
deleted file mode 100644
index 1fd55ee6612..000
--- a/dev-python/dnslib/dnslib-0.9.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple library to encode/decode DNS wire-format packets"
-HOMEPAGE="https://pypi.org/project/dnslib/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/dnslib/metadata.xml b/dev-python/dnslib/metadata.xml
deleted file mode 100644
index cbdef2ff5ef..000
--- a/dev-python/dnslib/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-klaus...@gentoo.org
-Tobias Klausmann
-  
-  
-dnslib
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 77c748b6a83..139360cc7a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -422,11 +422,6 @@ dev-libs/svrcore
 # Masked for testing
 >=dev-libs/libressl-3.2.0
 
-# Michał Górny  (2020-06-03)
-# Very bad quality (upstream) package.  Stuck on py3.6.  No revdeps.
-# Removal in 30 days.  Bug #718762.
-dev-python/dnslib
-
 # Jonas Stein  (2020-06-01)
 # Last rite package due to missing/unclear license.
 # Removal after 2020-08-01



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

2020-07-12 Thread Michał Górny
commit: a7a1ae1a8522a0d49e71b393a9c17f06b5c19959
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:48:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:48:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a1ae1a

package.mask: Remove obsolete mask

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e3201ded193..b8b63d1a4fb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -440,15 +440,6 @@ net-news/rawdog
 # Bug 687664
 app-dicts/stardict-quick-eng-fra
 
-# Michał Górny  (2020-06-01)
-# Effectively unmaintained, Python 2 only game and its dependencies.
-# Removal in 30 days.
-games-action/slune
-dev-python/editobj
-dev-python/py2play
-dev-python/pyopenal
-dev-python/soya
-
 # Aaron W. Swenson  (2020-05-15)
 # PostgreSQL 9.4 series is EOL. Migrate your database cluster to a more recent
 # version.



[gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/, net-nds/389-ds-base/files/

2020-07-12 Thread Michał Górny
commit: eb6602276b3003bcdafd619a28ac6f163f52fb30
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:50:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb660227

net-nds/389-ds-base: Remove last-rited pkg

Bug: https://bugs.gentoo.org/655176
Bug: https://bugs.gentoo.org/701812
Signed-off-by: Michał Górny  gentoo.org>

 net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild  | 126 ---
 net-nds/389-ds-base/389-ds-base-.ebuild| 133 
 net-nds/389-ds-base/Manifest   |   1 -
 ...-base-1.3.6-backport-invalid-password-mig.patch | 376 -
 net-nds/389-ds-base/files/389-ds-snmp.initd|  44 ---
 net-nds/389-ds-base/files/389-ds.initd-r1  |  90 -
 net-nds/389-ds-base/metadata.xml   |  23 --
 7 files changed, 793 deletions(-)

diff --git a/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild 
b/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild
deleted file mode 100644
index 1d33087c4d2..000
--- a/net-nds/389-ds-base/389-ds-base-1.3.6.8-r1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WANT_AUTOMAKE="1.13"
-
-inherit user eutils multilib flag-o-matic autotools
-
-DESCRIPTION="389 Directory Server (core librares and daemons )"
-HOMEPAGE="http://www.port389.org/;
-SRC_URI="http://www.port389.org/sources/${P}.tar.bz2;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="autobind auto-dn-suffix debug doc +pam-passthru +dna +ldapi +bitwise 
presence kerberos selinux"
-
-# Pinned to db:4.8 as it is the current stable, can change to a later db 
version < 6 when they stabilize.
-# The --with-db-inc line in econf will need to be updated as well when 
changing db version.
-COMMON_DEPEND="
-   sys-libs/db:4.8
-   >=dev-libs/cyrus-sasl-2.1.19
-   >=net-analyzer/net-snmp-5.1.2
-   >=dev-libs/icu-3.4:=
-   >=dev-libs/nss-3.22[utils]
-   dev-libs/nspr
-   >=dev-libs/svrcore-4.1.2
-   dev-libs/openssl:0=
-   dev-libs/libpcre:3
-   >=dev-perl/perl-mozldap-1.5.3
-   dev-perl/NetAddr-IP
-   net-nds/openldap
-   sys-libs/pam
-   sys-libs/zlib
-   kerberos? ( >=app-crypt/mit-krb5-1.7-r100[openldap] )"
-
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-RDEPEND="${COMMON_DEPEND}
-   selinux? ( sec-policy/selinux-dirsrv )
-   virtual/perl-Time-Local
-   virtual/perl-MIME-Base64"
-
-pkg_setup() {
-   enewgroup dirsrv
-   enewuser dirsrv -1 -1 -1 dirsrv
-}
-
-src_prepare() {
-   # as per 389 documentation, when 64bit, export USE_64
-   use amd64 && export USE_64=1
-
-   epatch 
"${FILESDIR}/389-ds-base-1.3.6-backport-invalid-password-mig.patch"
-
-   eautoreconf
-
-   append-lfs-flags
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable pam-passthru) \
-   $(use_enable ldapi) \
-   $(use_enable autobind) \
-   $(use_enable dna) \
-   $(use_enable bitwise) \
-   $(use_enable presence) \
-   $(use_with kerberos) \
-   $(use_enable auto-dn-suffix) \
-   --with-initddir=no \
-   --enable-maintainer-mode \
-   --with-fhs \
-   --with-openldap \
-   --sbindir=/usr/sbin \
-   --bindir=/usr/bin \
-   --with-db-inc=/usr/include/db4.8
-
-}
-
-src_compile() {
-   default
-   if use doc; then
-   doxygen slapi.doxy || die "cannot run doxygen"
-   fi
-}
-
-src_install() {
-   # -j1 is a temporary workaround for bug #605432
-   emake -j1 DESTDIR="${D}" install
-
-   # Install gentoo style init script
-   # Get these merged upstream
-   newinitd "${FILESDIR}"/389-ds.initd-r1 389-ds
-   newinitd "${FILESDIR}"/389-ds-snmp.initd 389-ds-snmp
-
-   # cope with libraries being in /usr/lib/dirsrv
-   dodir /etc/env.d
-   echo "LDPATH=/usr/$(get_libdir)/dirsrv" > "${D}"/etc/env.d/08dirsrv
-
-   if use doc; then
-   cd "${S}" || die
-   docinto html/
-   dodoc -r docs/html/.
-   fi
-}
-
-pkg_postinst() {
-   echo
-   elog "If you are planning to use 389-ds-snmp (ldap-agent),"
-   elog "make sure to properly configure: 
/etc/dirsrv/config/ldap-agent.conf"
-   elog "adding proper 'server' entries, and adding the lines below to"
-   elog " => /etc/snmp/snmpd.conf"
-   elog
-   elog "master agentx"
-   elog "agentXSocket /var/agentx/master"
-   elog
-   elog "To start 389 Directory Server (LDAP service) at boot:"
-   elog
-   elog "rc-update add 389-ds default"
-   elog
-   echo
-}

diff --git 

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

2020-07-12 Thread Michał Górny
commit: fc29a273bf76729b9f904c4cb00ad91df5be4ecb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:44:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:44:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc29a273

package.mask: Last rite app-mobilephone/wammu

Bug: https://bugs.gentoo.org/732352
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7425a4e44b6..12c39d2b0eb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-07-13)
+# Unmaintained.  Last release from 2018, still does not support py3.
+# Removal in 30 days.  Bug #732352.
+app-mobilephone/wammu
+
 # Andreas K. Hüttel  (2020-07-11)
 # Fails to build with recent glibc, bug 719968
 # Removal in 30 days



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

2020-07-12 Thread Michał Górny
commit: f630cc9cd7e7e24b41b59dedc521c714e719a320
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 13 04:44:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 13 04:44:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f630cc9c

dev-python/pybluez: Remove py2 version

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

 dev-python/pybluez/Manifest   |  1 -
 dev-python/pybluez/pybluez-0.18-r1.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pybluez/Manifest b/dev-python/pybluez/Manifest
index 14f486b19fd..5a383e05a63 100644
--- a/dev-python/pybluez/Manifest
+++ b/dev-python/pybluez/Manifest
@@ -1,2 +1 @@
-DIST PyBluez-0.18.tar.gz 74501 BLAKE2B 
59ff94cd001f98ef113b0c705c11171ce61e1cb69d2eb596161a3c52764dad64ec2e3f6c5b8c1eedf2bcc463de781e60bcea84413866d10e47e742851bb23f43
 SHA512 
ddd185ad90f7c6235e25182afccfb586efa0d361f38140f33718dc2d29ca62f3aa68867d075820afffd5ee2fbd306b907b565fbdfdf32f906657f6a3a8c779da
 DIST PyBluez-0.23.tar.gz 97562 BLAKE2B 
6a234d5c41dc0bb9f08559431eafcf1d1fb1c881d2cb912cc048e2717bfe8a06f09aae045d2961c9ba5e087422cfc8249a1907368eb6dc45942175bcf97b1841
 SHA512 
78ce2c014d0055d0220163e7df94de5b6e891aa528ecf4f106f9dd0bdeb94244d18c752f93e62a133f3cec7053cb4646599e7588cf7ce5994ae7abe74ed05d47

diff --git a/dev-python/pybluez/pybluez-0.18-r1.ebuild 
b/dev-python/pybluez/pybluez-0.18-r1.ebuild
deleted file mode 100644
index 6aa45aad474..000
--- a/dev-python/pybluez/pybluez-0.18-r1.ebuild
+++ /dev/null
@@ -1,33 +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
-
-MY_P="PyBluez-${PV}"
-
-DESCRIPTION="Python bindings for Bluez Bluetooth Stack"
-HOMEPAGE="https://github.com/karulis/pybluez;
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="examples"
-
-DEPEND="net-wireless/bluez"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}



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

2020-07-12 Thread Jason A. Donenfeld
commit: bf4420fccb3bd24a67994406f0f6c0425e9e86f5
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Mon Jul 13 03:29:09 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Mon Jul 13 03:29:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4420fc

net-vpn/wireguard-modules: bump to 1.0.20200712

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-vpn/wireguard-modules/Manifest  | 2 +-
 ...odules-1.0.20200623.ebuild => wireguard-modules-1.0.20200712.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard-modules/Manifest 
b/net-vpn/wireguard-modules/Manifest
index 726c8110335..f98296f5fe8 100644
--- a/net-vpn/wireguard-modules/Manifest
+++ b/net-vpn/wireguard-modules/Manifest
@@ -1 +1 @@
-DIST wireguard-linux-compat-1.0.20200623.tar.xz 263156 BLAKE2B 
2a45dea6d3a02f91f45ab4fcbbf5da4b24532afc3f775b2731e0360e949d8c689b4fd9e7351c337158bfcd33b09f6e94715b07532a3ebe9eaf40a3e4fff7142f
 SHA512 
447a88d849cf81d83412adbe5aabf5ad44f878b7f64de56672d39b656a9c8053059ea71e5a965c55bacd33651bef2d9d677caf0586b0c7ee7807c69098e1942d
+DIST wireguard-linux-compat-1.0.20200712.tar.xz 267964 BLAKE2B 
23ac43eb6bef03db8d4c19cf37cf410914de9c85359653b3708912d3b07da324f91428ba35588bf4519835c7212e9598fed12f74c88a360b0e67297c6d2a7ffe
 SHA512 
e7e9215e53a2460bc8d9f08d16c172dfd7ec48bf375b84a1a1db59915e60af1323d5ebc79324e077d48bf54af10acba1951c995bc0b1c1ef68c961dde0b5968c

diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200623.ebuild 
b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200712.ebuild
similarity index 100%
rename from net-vpn/wireguard-modules/wireguard-modules-1.0.20200623.ebuild
rename to net-vpn/wireguard-modules/wireguard-modules-1.0.20200712.ebuild



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

2020-07-12 Thread Andreas Sturmlechner
commit: 64c38243586017eb01a6f86cf768b888192b980e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 23:55:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c38243

games-board/chessx: Drop 1.4.6

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

 games-board/chessx/Manifest|  1 -
 games-board/chessx/chessx-1.4.6.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/games-board/chessx/Manifest b/games-board/chessx/Manifest
index 9c9e1d420fe..887c6e39fca 100644
--- a/games-board/chessx/Manifest
+++ b/games-board/chessx/Manifest
@@ -1,2 +1 @@
-DIST chessx-1.4.6.tgz 4223076 BLAKE2B 
783ffe0a7396239066870dedcaa4b2b0c491db4f16871afe66bae7a82339916a8a574401499916fc63cf62478efb9b89c30ec85a7aa7c6d002d1119f1a6b23ef
 SHA512 
cfa74e6423e1a2f9bca319e20645ddf8c8df6b46b64493777ca1cc93037e3f7cfc200f99a29236f7c5925448676c312abf34d395e795e7db6ef8a0832c3a523e
 DIST chessx-1.5.4.tgz 3663299 BLAKE2B 
3a0f222d2c122e70f66600f15a2b9a9606e56407db364a616515ebc1b7f333e260c131e61e22f59fb3cbd340555bb8c238bfd560fbc23f4c173288cd4b7e7369
 SHA512 
9f112b185ed8af3690cb50eafead7dfbd7896d3baebc9b10c3d32103a51cc49834703c232c159dffe24fd09601f2b41db02598c435ca56fc1031195fb9762a42

diff --git a/games-board/chessx/chessx-1.4.6.ebuild 
b/games-board/chessx/chessx-1.4.6.ebuild
deleted file mode 100644
index 87b4a82b974..000
--- a/games-board/chessx/chessx-1.4.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils
-
-DESCRIPTION="Qt5-based Chess Database Utility"
-HOMEPAGE="http://chessx.sourceforge.net/;
-SRC_URI="https://sourceforge.net/projects/chessx/files/chessx/${PV}/${P}.tgz;
-
-LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   sys-libs/zlib:="
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.0-zlib.patch
-   "${FILESDIR}"/${P}-qt-5.11.patch
-)
-
-src_prepare() {
-   default
-   "$(qt5_get_bindir)/lrelease" i18n/* || die
-}
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   dobin release/${PN}
-   dodoc ChangeLog TODO
-   doicon data/images/${PN}.png
-   domenu unix/chessx.desktop
-}



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

2020-07-12 Thread Andreas Sturmlechner
commit: a56e41a7a6a49de23189cce5c31c6d5acd09695d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 13 00:16:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56e41a7

media-sound/tomahawk: Fix build with ECM >=5.72.0

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

 .../tomahawk-0.9.0_pre20181030-findtaglib.patch| 244 +
 .../tomahawk/tomahawk-0.9.0_pre20181030.ebuild |   3 +-
 2 files changed, 246 insertions(+), 1 deletion(-)

diff --git 
a/media-sound/tomahawk/files/tomahawk-0.9.0_pre20181030-findtaglib.patch 
b/media-sound/tomahawk/files/tomahawk-0.9.0_pre20181030-findtaglib.patch
new file mode 100644
index 000..9a53e0d6902
--- /dev/null
+++ b/media-sound/tomahawk/files/tomahawk-0.9.0_pre20181030-findtaglib.patch
@@ -0,0 +1,244 @@
+From 7c7b57e295aebcca9b09d8c5798e172cb8fd179c Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Mon, 13 Jul 2020 02:11:06 +0200
+Subject: [PATCH] Import FindTaglib.cmake from ECM 5.72.0
+
+This version of ECM gained a module that is overriding Tomahawk's own, but
+variables are incompatible. Use the updated ECM module until we can depend
+on the necessary ECM version itself.
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt |   2 +-
+ CMakeModules/CheckTagLibFileName.cmake |   5 +-
+ CMakeModules/FindTaglib.cmake  | 173 +
+ src/libtomahawk/CMakeLists.txt |   4 +-
+ 4 files changed, 93 insertions(+), 91 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9422a808e..2f1e72238 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -213,7 +213,7 @@ macro_optional_find_package(Lucene++ 3.0.0)
+ macro_log_feature(LUCENEPP_FOUND "Lucene++" "The open-source, C++ search 
engine" "https://github.com/luceneplusplus/LucenePlusPlus/; TRUE "" "Lucene++ 
is used for indexing the collection")
+ 
+ macro_optional_find_package(Taglib 1.8.0)
+-macro_log_feature(TAGLIB_FOUND "TagLib" "Audio Meta-Data Library" 
"http://developer.kde.org/~wheeler/taglib.html; TRUE "" "taglib is needed for 
reading meta data from audio files")
++macro_log_feature(Taglib_FOUND "TagLib" "Audio Meta-Data Library" 
"http://developer.kde.org/~wheeler/taglib.html; TRUE "" "taglib is needed for 
reading meta data from audio files")
+ include( CheckTagLibFileName )
+ check_taglib_filename( COMPLEX_TAGLIB_FILENAME )
+ 
+diff --git a/CMakeModules/CheckTagLibFileName.cmake 
b/CMakeModules/CheckTagLibFileName.cmake
+index e5b3706c9..7828dcf34 100644
+--- a/CMakeModules/CheckTagLibFileName.cmake
 b/CMakeModules/CheckTagLibFileName.cmake
+@@ -1,9 +1,8 @@
+ # taglib changed filenames to be a char/wchar struct on some platforms, need 
to check for it
+ macro (CHECK_TAGLIB_FILENAME TAGLIB_FILENAME_COMPLEX)
+   include (CheckCXXSourceCompiles)
+-  set (CMAKE_REQUIRED_FLAGS ${TAGLIB_CFLAGS})
+-  set (CMAKE_REQUIRED_INCLUDES ${TAGLIB_INCLUDES})
+-  set (CMAKE_REQUIRED_LIBRARIES ${TAGLIB_LIBRARIES})
++  set (CMAKE_REQUIRED_INCLUDES ${Taglib_INCLUDE_DIRS})
++  set (CMAKE_REQUIRED_LIBRARIES ${Taglib_LIBRARIES})
+   check_cxx_source_compiles(
+   "#include 
+   int main()
+diff --git a/CMakeModules/FindTaglib.cmake b/CMakeModules/FindTaglib.cmake
+index d4ada2592..ad14c79cd 100644
+--- a/CMakeModules/FindTaglib.cmake
 b/CMakeModules/FindTaglib.cmake
+@@ -1,87 +1,90 @@
+-# - Try to find the Taglib library
+-# Once done this will define
++#.rst:
++# FindTaglib
++# --
+ #
+-#  TAGLIB_FOUND - system has the taglib library
+-#  TAGLIB_CFLAGS - the taglib cflags
+-#  TAGLIB_LIBRARIES - The libraries needed to use taglib
+-
+-# Copyright (c) 2006, Laurent Montel, 
++# Try to find the Taglib library.
+ #
+-# Redistribution and use is allowed according to the terms of the BSD license.
+-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+-
+-IF(TAGLIB_FOUND)
+-  MESSAGE(STATUS "Using manually specified taglib locations")
+-ELSE()
+-
+-  if(NOT TAGLIB_MIN_VERSION)
+-set(TAGLIB_MIN_VERSION "1.6")
+-  endif(NOT TAGLIB_MIN_VERSION)
+-
+-  if(NOT WIN32)
+-  find_program(TAGLIBCONFIG_EXECUTABLE NAMES taglib-config PATHS
+- ${BIN_INSTALL_DIR}
+-  )
+-  endif(NOT WIN32)
+-
+-  #reset vars
+-  set(TAGLIB_LIBRARIES)
+-  set(TAGLIB_CFLAGS)
+-
+-# MESSAGE( STATUS "PATHS: ${PATHS}")
+-  # if taglib-config has been found
+-  if(TAGLIBCONFIG_EXECUTABLE)
+-
+-exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
+-
+-if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
+-   message(STATUS "TagLib version not found: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
+-

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

2020-07-12 Thread Andreas Sturmlechner
commit: 6d29bd7f9c0672bc2a80094f65d700d05df546fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 10 16:57:34 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d29bd7f

app-accessibility/speech-dispatcher: Drop 0.8.7-r2

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

 .../speech-dispatcher-0.8.7-r2.ebuild  | 112 -
 1 file changed, 112 deletions(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r2.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r2.ebuild
deleted file mode 100644
index 9ab5bb70101..000
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r2.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit eutils ltprune python-r1
-
-DESCRIPTION="Speech synthesis interface"
-HOMEPAGE="http://www.freebsoft.org/speechd;
-SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="alsa ao +espeak flite nas pulseaudio python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="python? ( ${PYTHON_DEPS} )
-   >=dev-libs/dotconf-1.3
-   >=dev-libs/glib-2.28:2
-   dev-libs/libltdl:0
-   >=media-libs/libsndfile-1.0.2
-   alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
-   espeak? ( app-accessibility/espeak )
-   flite? ( app-accessibility/flite )
-   nas? ( media-libs/nas )
-   pulseaudio? ( media-sound/pulseaudio )"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
-   python? ( dev-python/pyxdg[${PYTHON_USEDEP}] )"
-
-src_configure() {
-   # bug 573732
-   export GIT_CEILING_DIRECTORIES="${WORKDIR}"
-
-   local myeconfargs=(
-   --disable-python
-   --disable-static
-   $(use_with alsa)
-   $(use_with ao libao)
-   $(use_with espeak)
-   $(use_with flite)
-   $(use_with pulseaudio pulse)
-   $(use_with nas)
-   )
-   econf ${myeconfargs[@]}
-}
-
-src_compile() {
-   use python && python_copy_sources
-
-   emake
-
-   if use python; then
-   building() {
-   cd src/api/python || die
-   emake \
-   pyexecdir="$(python_get_sitedir)" \
-   pythondir="$(python_get_sitedir)"
-   }
-   python_foreach_impl run_in_build_dir building
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc ANNOUNCE AUTHORS BUGS FAQ NEWS README*
-
-   prune_libtool_files --all
-
-   if use python; then
-   installation() {
-   cd src/api/python || die
-   emake \
-   DESTDIR="${D}" \
-   pyexecdir="$(python_get_sitedir)" \
-   pythondir="$(python_get_sitedir)" \
-   install
-   }
-   python_foreach_impl run_in_build_dir installation
-   python_replicate_script "${ED}"/usr/bin/spd-conf
-   fi
-}
-
-pkg_postinst() {
-   local editconfig="n"
-   if ! use espeak; then
-   ewarn "You have disabled espeak, which is speech-dispatcher's"
-   ewarn "default speech synthesizer."
-   ewarn
-   editconfig="y"
-   fi
-   if ! use pulseaudio; then
-   ewarn "You have disabled pulseaudio support."
-   ewarn "pulseaudio is speech-dispatcher's default audio 
subsystem."
-   ewarn
-   editconfig="y"
-   fi
-   if [[ "${editconfig}" == "y" ]]; then
-   ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf"
-   ewarn "and make sure the settings there match your system."
-   ewarn
-   fi
-   elog "For festival support, you need to"
-   elog "install app-accessibility/festival-freebsoft-utils."
-}



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

2020-07-12 Thread Andreas Sturmlechner
commit: 141b85489e71d165f5d9221bbc27741e159e1f42
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 10 16:58:35 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141b8548

games-board/chessx: 1.5.4 version bump

Depending on >=dev-libs/quazip-0.9.1 is necessary as the first version
to ship an (albeit patched) working pkgconfig.

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

 games-board/chessx/Manifest|  1 +
 games-board/chessx/chessx-1.5.4.ebuild | 48 ++
 .../chessx/files/chessx-1.5.4-system-quazip.patch  | 73 ++
 3 files changed, 122 insertions(+)

diff --git a/games-board/chessx/Manifest b/games-board/chessx/Manifest
index a492b6e5e80..9c9e1d420fe 100644
--- a/games-board/chessx/Manifest
+++ b/games-board/chessx/Manifest
@@ -1 +1,2 @@
 DIST chessx-1.4.6.tgz 4223076 BLAKE2B 
783ffe0a7396239066870dedcaa4b2b0c491db4f16871afe66bae7a82339916a8a574401499916fc63cf62478efb9b89c30ec85a7aa7c6d002d1119f1a6b23ef
 SHA512 
cfa74e6423e1a2f9bca319e20645ddf8c8df6b46b64493777ca1cc93037e3f7cfc200f99a29236f7c5925448676c312abf34d395e795e7db6ef8a0832c3a523e
+DIST chessx-1.5.4.tgz 3663299 BLAKE2B 
3a0f222d2c122e70f66600f15a2b9a9606e56407db364a616515ebc1b7f333e260c131e61e22f59fb3cbd340555bb8c238bfd560fbc23f4c173288cd4b7e7369
 SHA512 
9f112b185ed8af3690cb50eafead7dfbd7896d3baebc9b10c3d32103a51cc49834703c232c159dffe24fd09601f2b41db02598c435ca56fc1031195fb9762a42

diff --git a/games-board/chessx/chessx-1.5.4.ebuild 
b/games-board/chessx/chessx-1.5.4.ebuild
new file mode 100644
index 000..3df40ee6d51
--- /dev/null
+++ b/games-board/chessx/chessx-1.5.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils xdg
+
+DESCRIPTION="Qt5-based Chess Database Utility"
+HOMEPAGE="http://chessx.sourceforge.net/;
+SRC_URI="https://sourceforge.net/projects/chessx/files/chessx/${PV}/${P}.tgz;
+
+LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/quazip-0.9.1
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-qt/qtconcurrent:5
+"
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}"/${P}-system-quazip.patch )
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dobin release/${PN}
+   dodoc ChangeLog TODO
+   doicon data/images/${PN}.png
+   domenu unix/chessx.desktop
+}

diff --git a/games-board/chessx/files/chessx-1.5.4-system-quazip.patch 
b/games-board/chessx/files/chessx-1.5.4-system-quazip.patch
new file mode 100644
index 000..b5e4cf8f435
--- /dev/null
+++ b/games-board/chessx/files/chessx-1.5.4-system-quazip.patch
@@ -0,0 +1,73 @@
+Index: chessx.pro
+===
+--- a/chessx.pro
 b/chessx.pro
+@@ -39,7 +39,6 @@ static { # Everything below takes effect
+ message("Static build.")
+ }
+ 
+-DEFINES += QUAZIP_STATIC
+ DEFINES += QT_NO_CAST_TO_ASCII
+ DEFINES *= QT_USE_QSTRINGBUILDER
+ 
+@@ -156,22 +155,6 @@ HEADERS += src/database/board.h \
+ src/gui/engineoptionlist.h \
+ src/gui/helpbrowser.h \
+ src/database/downloadmanager.h \
+-src/quazip/zip.h \
+-src/quazip/unzip.h \
+-src/quazip/quazipnewinfo.h \
+-src/quazip/quazipfileinfo.h \
+-src/quazip/quazipfile.h \
+-src/quazip/quazipdir.h \
+-src/quazip/quazip.h \
+-src/quazip/quazip_global.h \
+-src/quazip/quaziodevice.h \
+-src/quazip/quagzipfile.h \
+-src/quazip/quacrc32.h \
+-src/quazip/quachecksum32.h \
+-src/quazip/quaadler32.h \
+-src/quazip/JlCompress.h \
+-src/quazip/ioapi.h \
+-src/quazip/crypt.h \
+ src/gui/toolmainwindow.h \
+ src/gui/playerlistwidget.h \
+ src/gui/qled.h \
+@@ -321,16 +304,6 @@ SOURCES += src/database/board.cpp \
+ src/gui/engineoptionlist.cpp \
+ src/gui/helpbrowser.cpp \
+ src/database/downloadmanager.cpp \
+-src/quazip/quazipnewinfo.cpp \
+-src/quazip/quazipfile.cpp \
+-src/quazip/quazipdir.cpp \
+-src/quazip/quazip.cpp \
+-src/quazip/quaziodevice.cpp \
+-src/quazip/quagzipfile.cpp \
+-src/quazip/quacrc32.cpp \
+-src/quazip/quaadler32.cpp \
+-src/quazip/qioapi.cpp \
+-src/quazip/JlCompress.cpp \
+ src/gui/toolmainwindow.cpp \
+ src/gui/playerlistwidget.cpp \
+ src/gui/qled.cpp \
+@@ -401,8 +374,6 @@ SOURCES += src/database/board.cpp \
+ 

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

2020-07-12 Thread Andreas Sturmlechner
commit: f7744d04b257946e452e24fe0fd0cd23e38d6878
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 23:40:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7744d04

games-board/chessx: Fix build failure caused by missing translations

Thanks to openSUSE for the patch.

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

 games-board/chessx/chessx-1.5.4.ebuild |  5 -
 .../files/chessx-1.5.4-missing-translations.patch  | 24 ++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/games-board/chessx/chessx-1.5.4.ebuild 
b/games-board/chessx/chessx-1.5.4.ebuild
index 3df40ee6d51..d97f0eac6a8 100644
--- a/games-board/chessx/chessx-1.5.4.ebuild
+++ b/games-board/chessx/chessx-1.5.4.ebuild
@@ -34,7 +34,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
-PATCHES=( "${FILESDIR}"/${P}-system-quazip.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-system-quazip.patch
+   "${FILESDIR}"/${P}-missing-translations.patch
+)
 
 src_configure() {
eqmake5

diff --git a/games-board/chessx/files/chessx-1.5.4-missing-translations.patch 
b/games-board/chessx/files/chessx-1.5.4-missing-translations.patch
new file mode 100644
index 000..7c874e16508
--- /dev/null
+++ b/games-board/chessx/files/chessx-1.5.4-missing-translations.patch
@@ -0,0 +1,24 @@
+Index: resources.qrc
+===
+--- a/resources.qrc
 b/resources.qrc
+@@ -12,11 +12,7 @@
+ data/help/about4.html
+ data/help/about5.html
+ data/help/about6.html
+-i18n/chessx_da.qm
+ i18n/chessx_de.qm
+-i18n/chessx_fr.qm
+-i18n/chessx_it.qm
+-i18n/chessx_cz.qm
+ data/images/accept.png
+ data/images/annotate.png
+ data/images/arrow_green.png
+@@ -180,7 +176,6 @@
+ data/themes/shadow/leipzig.png
+ data/themes/shadow/merida.png
+ data/themes/shadow/spatial.png
+-i18n/chessx_ru.qm
+ data/images/threat_black.png
+ data/images/threat_white.png
+ data/images/black_wall.png



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

2020-07-12 Thread Andreas Sturmlechner
commit: d1c2c0c2580643616e30dd44485d7a19a6d284f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 10 16:56:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c2c0c2

app-accessibility/speech-dispatcher: 0.9.1 version bump

Bug: https://bugs.gentoo.org/719014
Closes: https://bugs.gentoo.org/706818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-accessibility/speech-dispatcher/Manifest   |   1 +
 .../files/speech-dispatcher-0.9.1-fno-common.patch | 466 +
 .../speech-dispatcher-0.9.1.ebuild | 116 +
 3 files changed, 583 insertions(+)

diff --git a/app-accessibility/speech-dispatcher/Manifest 
b/app-accessibility/speech-dispatcher/Manifest
index ce5754d8785..94ba6ca0764 100644
--- a/app-accessibility/speech-dispatcher/Manifest
+++ b/app-accessibility/speech-dispatcher/Manifest
@@ -1 +1,2 @@
 DIST speech-dispatcher-0.8.7.tar.gz 1333677 BLAKE2B 
0b08f1a1228fe1240e14b3d52913f8fa64a1f2ee9b563294b49ea8d3e5cfd3041aa5572ec72354b360dabd2d263deb79e418b95b6174a5b89ee541e9fd23c7e2
 SHA512 
0e7af02e8521aa8d397ea4d0329f9a8d56970beed645456dfedc738ececd2ccd8ecfdf66e92ae852878a473ba991175e1d4dc2b8b0148c958163682b49678375
+DIST speech-dispatcher-0.9.1.tar.gz 166 BLAKE2B 
03c3d79a9cbbe7e549f638992fb276ab2270a45a057708721666257699479b3feb81daddf26d8032ba3f7b9ab6b836c7f582ee22a532ff018c99820af3864d87
 SHA512 
35adb353d22b8dff8884cb20f3836f96f4f74b272bbd442d522a10a3d3b91a0da6705e6c216764f295208b5446c2077da620de2a81cafe5a0c4dd826e33753c2

diff --git 
a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.9.1-fno-common.patch
 
b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.9.1-fno-common.patch
new file mode 100644
index 000..0914566a8a3
--- /dev/null
+++ 
b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.9.1-fno-common.patch
@@ -0,0 +1,466 @@
+From f1c01ccc0ca3f82313ebff3f336d808acee225c8 Mon Sep 17 00:00:00 2001
+From: Samuel Thibault 
+Date: Fri, 6 Dec 2019 10:27:39 +0100
+Subject: [PATCH] Fix global varibles definitions
+
+---
+ src/clients/say/options.c | 24 +++
+ src/clients/say/options.h | 42 -
+ src/modules/festival_client.c |  2 ++
+ src/modules/festival_client.h |  2 +-
+ src/modules/module_utils.c| 20 
+ src/modules/module_utils.h| 24 +--
+ src/server/compare.c  |  1 +
+ src/server/compare.h  |  4 ++--
+ src/server/configuration.c|  3 +++
+ src/server/configuration.h|  4 ++--
+ src/server/speaking.c | 10 
+ src/server/speaking.h | 14 +--
+ src/server/speechd.c  | 33 ++
+ src/server/speechd.h  | 44 +--
+ 14 files changed, 160 insertions(+), 67 deletions(-)
+
+diff --git a/src/clients/say/options.c b/src/clients/say/options.c
+index f75ec7de..cb937d37 100644
+--- a/src/clients/say/options.c
 b/src/clients/say/options.c
+@@ -33,6 +33,30 @@
+ #include "options.h"
+ #include 
+ 
++signed int rate;
++signed int pitch;
++signed int pitch_range;
++signed int volume;
++
++int list_output_modules;
++char *output_module;
++char *sound_icon;
++char *language;
++char *voice_type;
++char *punctuation_mode;
++char *priority;
++int pipe_mode;
++SPDDataMode ssml_mode;
++int spelling;
++int wait_till_end;
++int stop_previous;
++int cancel_previous;
++int list_synthesis_voices;
++char *synthesis_voice;
++
++char *application_name;
++char *connection_name;
++
+ void options_print_help(char *argv[])
+ {
+   assert(argv);
+diff --git a/src/clients/say/options.h b/src/clients/say/options.h
+index 2fdd3b96..dede6dcc 100644
+--- a/src/clients/say/options.h
 b/src/clients/say/options.h
+@@ -22,29 +22,29 @@
+ #include 
+ #include "speechd_types.h"
+ 
+-signed int rate;
+-signed int pitch;
+-signed int pitch_range;
+-signed int volume;
++extern signed int rate;
++extern signed int pitch;
++extern signed int pitch_range;
++extern signed int volume;
+ 
+-int list_output_modules;
+-char *output_module;
+-char *sound_icon;
+-char *language;
+-char *voice_type;
+-char *punctuation_mode;
+-char *priority;
+-int pipe_mode;
+-SPDDataMode ssml_mode;
+-int spelling;
+-int wait_till_end;
+-int stop_previous;
+-int cancel_previous;
+-int list_synthesis_voices;
+-char *synthesis_voice;
++extern int list_output_modules;
++extern char *output_module;
++extern char *sound_icon;
++extern char *language;
++extern char *voice_type;
++extern char *punctuation_mode;
++extern char *priority;
++extern int pipe_mode;
++extern SPDDataMode ssml_mode;
++extern int spelling;
++extern int wait_till_end;
++extern int stop_previous;
++extern int cancel_previous;
++extern int list_synthesis_voices;
++extern char *synthesis_voice;
+ 
+-char *application_name;

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

2020-07-12 Thread Andreas Sturmlechner
commit: 98532a89b0351b032404c1f8658ed83d73641428
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 10 16:58:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98532a89

dev-libs/quazip: 0.9.1 version bump

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

 dev-libs/quazip/Manifest   |  1 +
 .../quazip/files/quazip-0.9.1-no-static-lib.patch  | 40 
 dev-libs/quazip/files/quazip-0.9.1-pkgconfig.patch | 31 
 dev-libs/quazip/quazip-0.9.1.ebuild| 43 ++
 4 files changed, 115 insertions(+)

diff --git a/dev-libs/quazip/Manifest b/dev-libs/quazip/Manifest
index b6da0d2bc9a..107af5e1dde 100644
--- a/dev-libs/quazip/Manifest
+++ b/dev-libs/quazip/Manifest
@@ -1 +1,2 @@
 DIST quazip-0.8.1.tar.gz 150584 BLAKE2B 
4a1d61b65b01eee06e1292ee88b543675c77ac922d0fb1726ac0afd447d74e8c8154db82da0ce95c2f2c303c036f2795e8938a412dc22e921ee09a0ef99278f6
 SHA512 
d65dab16c2cbc4d8bb23dae5b2fdff5ef787aaff2653b8e75c3fc8ba1701f5568a52bdde39009f83c5069a9fe3331cd1a49cf965822c4180e88bbc341faa2bfb
+DIST quazip-0.9.1.tar.gz 155775 BLAKE2B 
76710f94d055e86e1885f74b85f3e6b25f053eedbb73b4b11163e243d003ea3bad50cf1568fd2dbd37bc5db05fd0a6f8d49f48bd5df22d30b1aad3747e8ab780
 SHA512 
db31f3c7e3d7e95c25090ceb8379643e0b49ed69ece009dd015bee120b2b60f42e73408f580caed3138fa19ca64dcd23a05f16435abb54e2b8df21105c7b42c0

diff --git a/dev-libs/quazip/files/quazip-0.9.1-no-static-lib.patch 
b/dev-libs/quazip/files/quazip-0.9.1-no-static-lib.patch
new file mode 100644
index 000..f0ce3e6e392
--- /dev/null
+++ b/dev-libs/quazip/files/quazip-0.9.1-no-static-lib.patch
@@ -0,0 +1,40 @@
+From c061634452fe259dc5eb62395fbdb9159d4c9e09 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Thu, 9 Jul 2020 22:54:59 +0200
+Subject: [PATCH] Disable static lib
+
+---
+ quazip/CMakeLists.txt | 13 ++---
+ 1 file changed, 2 insertions(+), 11 deletions(-)
+
+diff --git a/quazip/CMakeLists.txt b/quazip/CMakeLists.txt
+index 1efb5e2..84607f6 100644
+--- a/quazip/CMakeLists.txt
 b/quazip/CMakeLists.txt
+@@ -11,21 +11,12 @@ qt_wrap_cpp(MOC_SRCS ${PUBLIC_HEADERS})
+ set(SRCS ${SRCS} ${MOC_SRCS})
+ 
+ add_library(${QUAZIP_LIB_TARGET_NAME} SHARED ${SRCS})
+-add_library(quazip_static STATIC ${SRCS})
+- 
+-# Windows uses .lib extension for both static and shared library
+-# *nix systems use different extensions for SHARED and STATIC library and by 
convention both libraries have the same name
+-if (NOT WIN32)
+-  set_target_properties(quazip_static PROPERTIES OUTPUT_NAME 
quazip${QUAZIP_LIB_VERSION_SUFFIX})
+-endif ()
+ 
+ target_include_directories(${QUAZIP_LIB_TARGET_NAME} PUBLIC 
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${ZLIB_INCLUDE_DIRS})
+-target_include_directories(quazip_static PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR} ${ZLIB_INCLUDE_DIRS})
+-set_target_properties(${QUAZIP_LIB_TARGET_NAME} quazip_static PROPERTIES 
VERSION ${QUAZIP_LIB_VERSION} SOVERSION ${QUAZIP_LIB_SOVERSION} DEBUG_POSTFIX d)
++set_target_properties(${QUAZIP_LIB_TARGET_NAME} PROPERTIES VERSION 
${QUAZIP_LIB_VERSION} SOVERSION ${QUAZIP_LIB_SOVERSION} DEBUG_POSTFIX d)
+ 
+ # Link against ZLIB_LIBRARIES if needed (on Windows this variable is empty)
+ target_link_libraries(${QUAZIP_LIB_TARGET_NAME} ${QT_QTMAIN_LIBRARY} 
${QTCORE_LIBRARIES} ${ZLIB_LIBRARIES})
+-target_link_libraries(quazip_static ${QT_QTMAIN_LIBRARY} ${QTCORE_LIBRARIES} 
${ZLIB_LIBRARIES})
+ 
+ install(FILES ${PUBLIC_HEADERS} DESTINATION 
include/quazip${QUAZIP_LIB_VERSION_SUFFIX})
+-install(TARGETS ${QUAZIP_LIB_TARGET_NAME} quazip_static LIBRARY DESTINATION 
${LIB_DESTINATION} ARCHIVE DESTINATION ${LIB_DESTINATION} RUNTIME DESTINATION 
${LIB_DESTINATION})
++install(TARGETS ${QUAZIP_LIB_TARGET_NAME} LIBRARY DESTINATION 
${LIB_DESTINATION} ARCHIVE DESTINATION ${LIB_DESTINATION} RUNTIME DESTINATION 
${LIB_DESTINATION})
+-- 
+2.27.0
+

diff --git a/dev-libs/quazip/files/quazip-0.9.1-pkgconfig.patch 
b/dev-libs/quazip/files/quazip-0.9.1-pkgconfig.patch
new file mode 100644
index 000..66de677611d
--- /dev/null
+++ b/dev-libs/quazip/files/quazip-0.9.1-pkgconfig.patch
@@ -0,0 +1,31 @@
+From 94b18d81752490b694d262a4889085e9d55bc5d5 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Thu, 9 Jul 2020 23:08:22 +0200
+Subject: [PATCH] Fix pkgconfig include dir
+
+---
+ quazip.pc.cmakein | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/quazip.pc.cmakein b/quazip.pc.cmakein
+index e46d4c6..4cd8c86 100644
+--- a/quazip.pc.cmakein
 b/quazip.pc.cmakein
+@@ -1,12 +1,12 @@
+ prefix=@CMAKE_INSTALL_PREFIX@
+ exec_prefix=${prefix}
+ libdir=${prefix}/lib@LIB_SUFFIX@
+-includedir=${prefix}/include
++includedir=${prefix}/include/quazip@QUAZIP_LIB_VERSION_SUFFIX@
+ 
+ 
+ Name: Quazip
+ 

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

2020-07-12 Thread Andreas Sturmlechner
commit: 84b47fc4cc33228e2f8a47ff589514246f88f2ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 23:58:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b47fc4

media-sound/tomahawk: Sort DEPENDs

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

 media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild 
b/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
index e3e201984d0..147b6958096 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
@@ -19,6 +19,12 @@ BDEPEND="
dev-qt/linguist-tools:5
 "
 COMMON_DEPEND="
+   app-crypt/qca:2[qt5(+)]
+   dev-cpp/lucene++
+   dev-cpp/sparsehash
+   dev-libs/boost:=
+   dev-libs/qtkeychain:=[qt5(+)]
+   >=dev-libs/quazip-0.7.2[qt5(+)]
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -29,12 +35,6 @@ COMMON_DEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
-   app-crypt/qca:2[qt5(+)]
-   dev-cpp/lucene++
-   dev-cpp/sparsehash
-   dev-libs/boost:=
-   dev-libs/qtkeychain:=[qt5(+)]
-   >=dev-libs/quazip-0.7.2[qt5(+)]
kde-frameworks/extra-cmake-modules:5
kde-frameworks/attica:5
>=media-libs/liblastfm-1.1.0_pre20150206



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

2020-07-12 Thread Andreas Sturmlechner
commit: d6b8a521a79d1bcd0496377078e16a0fe382b02b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 23:48:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 13 00:29:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b8a521

games-board/chessx: Add missing install to qmake build system

Thanks to openSUSE for the patch.

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

 games-board/chessx/chessx-1.5.4.ebuild |  7 +++---
 .../chessx/files/chessx-1.5.4-install.patch| 27 ++
 2 files changed, 30 insertions(+), 4 deletions(-)

diff --git a/games-board/chessx/chessx-1.5.4.ebuild 
b/games-board/chessx/chessx-1.5.4.ebuild
index d97f0eac6a8..e0d0825a1ae 100644
--- a/games-board/chessx/chessx-1.5.4.ebuild
+++ b/games-board/chessx/chessx-1.5.4.ebuild
@@ -37,6 +37,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}"/${P}-system-quazip.patch
"${FILESDIR}"/${P}-missing-translations.patch
+   "${FILESDIR}"/${P}-install.patch
 )
 
 src_configure() {
@@ -44,8 +45,6 @@ src_configure() {
 }
 
 src_install() {
-   dobin release/${PN}
-   dodoc ChangeLog TODO
-   doicon data/images/${PN}.png
-   domenu unix/chessx.desktop
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
 }

diff --git a/games-board/chessx/files/chessx-1.5.4-install.patch 
b/games-board/chessx/files/chessx-1.5.4-install.patch
new file mode 100644
index 000..c017b3ea153
--- /dev/null
+++ b/games-board/chessx/files/chessx-1.5.4-install.patch
@@ -0,0 +1,27 @@
+Index: chessx-1.5.4/chessx.pro
+===
+--- chessx-1.5.4.orig/chessx.pro
 chessx-1.5.4/chessx.pro
+@@ -546,6 +546,22 @@ macx {
+ data/timeseal/mac/timeseal
+ }
+ 
++unix:!macx {
++  isEmpty(PREFIX) {
++PREFIX = /usr
++  }
++  target.path = $$PREFIX/bin
++  desktop.path = $$PREFIX/share/applications
++  desktop.files = unix/chessx.desktop
++  icon.path = $$PREFIX/share/pixmaps
++  icon.files = data/images/chessx.png
++  data.path = $$PREFIX/share/chessx
++  data.files = data
++  lang.path = $$PREFIX/share/chessx/data/lang
++  lang.files = i18n/*.qm
++  INSTALLS += target desktop icon data lang
++}
++
+ win32 {
+   OTHER_FILES += \
+ src/chessx.rc \



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

2020-07-12 Thread Lars Wendler
commit: 141e8d5c26ee26e73b6fd7f229521e4c862ba7f8
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jul 12 23:25:38 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jul 12 23:31:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141e8d5c

x11-wm/icewm: Removed old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 x11-wm/icewm/Manifest   |   1 -
 x11-wm/icewm/icewm-1.6.5.ebuild | 137 
 2 files changed, 138 deletions(-)

diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
index f4f6ae3b28c..5a906841a50 100644
--- a/x11-wm/icewm/Manifest
+++ b/x11-wm/icewm/Manifest
@@ -1,4 +1,3 @@
 DIST icewm-1.5.5.tar.xz 1707656 BLAKE2B 
670ab4d1c1648faa24c848ddb04f3e353a3acd8e9a105837229d00ca344a61b3432d7b23b89dc054e220797cfd56d6504ad233d8793a3a5d95d9943c79017797
 SHA512 
5d75d33bf6e45ea0b46ace5173d825e9d1a12318cf7a5319b20ea704b019f6c09391f0f199b0fac678ba0f160d8236fc1cfee5d3b47d1895b7ba3721ff62a05e
-DIST icewm-1.6.5.tar.lz 1681783 BLAKE2B 
3b89bfc3a02ff714c4eb5ec81b64dacabccefa39027cc05d0718ef6f4d1d77af503099a4c1e4735e3a4a3122899d7e5ef04c0be3fddcc442c89c8af830ee294a
 SHA512 
7914031fa2df42ed337aa9c65c04f959746210c255dc799361b636042f1614949e1f9a3b9a2357fe39f469f2ed9a75d4c916c7b4c3e61c7b7ab6dc2cf9d3d9be
 DIST icewm-1.6.6.tar.lz 1684639 BLAKE2B 
20daba42f19d86ceff6ce31c8df9cb1b9b09cc53d8933f70a9a8e750470c4f485e79f8de5e47ed503c83ac5433931c4ff98b10584566941e6a3bcf22d58e3dbf
 SHA512 
6d9848924253fee5f57be488d2eb0b602767f168ce623b10c768a73197dfc6265daee7e70373d45ff5fae1c15b029d62c77ad13f0f631283bbf139c6234d
 DIST icewm-1.7.0.tar.lz 1668130 BLAKE2B 
90739f862cf320c43dc2ddbd1a5ecdf2918e6525e45d5732b19adaaeef0f104d9a66d29acab776658f869d7149954d4b531a07e2595a4c80b4dc50dc679473f0
 SHA512 
1b0faed0e9ead837dcb0d3ce91ad5248d7fca5ad48455c838700c66482a3373bb4e552dbc252b93b0a5613d53e2663cea756e64b3f3fb073d9ba2797e2b69601

diff --git a/x11-wm/icewm/icewm-1.6.5.ebuild b/x11-wm/icewm/icewm-1.6.5.ebuild
deleted file mode 100644
index f3a5bab3c27..000
--- a/x11-wm/icewm/icewm-1.6.5.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools unpacker
-
-DESCRIPTION="Ice Window Manager with Themes"
-HOMEPAGE="https://ice-wm.org/ https://github.com/ice-wm/icewm;
-LICENSE="GPL-2"
-SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz;
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="+alsa ao bidi debug +gdk-pixbuf nls truetype uclibc xinerama"
-
-# Tests broken in all versions, patches welcome, bug #323907, #389533
-RESTRICT="test"
-
-REQUIRED_USE="|| ( alsa ao )"
-
-#fix for icewm preversion package names
-S="${WORKDIR}/${P/_}"
-
-# These are the core dependencies of icewm.
-# Look into configure.ac and search for PKG_CHECK_MODULES([CORE]
-CORE_DEPEND="
-   media-libs/fontconfig
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrender
-"
-
-RDEPEND="
-   ${CORE_DEPEND}
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXrandr
-   alsa? (
-   media-libs/alsa-lib
-   media-libs/libsndfile[alsa]
-   )
-   ao? (
-   media-libs/libao
-   media-libs/libsndfile
-   )
-   bidi? ( dev-libs/fribidi )
-   gdk-pixbuf? (
-   x11-libs/gdk-pixbuf:2[X]
-   )
-   !gdk-pixbuf? (
-   media-libs/libpng:0=
-   virtual/jpeg
-   )
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="
-   ${RDEPEND}
-   $(unpacker_src_uri_depends)
-   dev-libs/glib:2
-   gnome-base/librsvg
-   x11-base/xorg-proto
-   gdk-pixbuf? ( gnome-base/librsvg:2 )
-"
-
-BDEPEND="
-   app-text/asciidoc
-   virtual/pkgconfig
-   nls? ( >=sys-devel/gettext-0.19.6 )
-"
-
-src_prepare() {
-   # Fix bug #486710 - TODO: Still needed?
-   #use uclibc && PATCHES+=( "${FILESDIR}/${PN}-1.3.8-uclibc.patch" )
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local icesound
-   if use alsa && use ao ; then
-   icesound="alsa,ao"
-   elif use alsa ; then
-   icesound="alsa"
-   elif use ao ; then
-   icesound="ao"
-   fi
-
-   local myconf=(
-   --enable-logevents
-   --enable-xrandr
-   --with-cfgdir=/etc/icewm
-   --with-docdir=/usr/share/doc/${PF}/html
-   --with-icesound="${icesound}"
-   --with-libdir=/usr/share/icewm
-   $(use_enable bidi fribidi)
-   $(use_enable debug)
-   $(use_enable gdk-pixbuf)
-   $(use_enable nls i18n)
-   $(use_enable nls)
-   

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

2020-07-12 Thread Lars Wendler
commit: 6fe49ff8fc8b62b4cae757940f8a1ade41e50f95
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jul 12 23:24:17 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jul 12 23:31:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe49ff8

x11-wm/icewm: Bump to version 1.7.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 x11-wm/icewm/Manifest   |   1 +
 x11-wm/icewm/icewm-1.7.0.ebuild | 137 
 2 files changed, 138 insertions(+)

diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
index 7acd665155c..f4f6ae3b28c 100644
--- a/x11-wm/icewm/Manifest
+++ b/x11-wm/icewm/Manifest
@@ -1,3 +1,4 @@
 DIST icewm-1.5.5.tar.xz 1707656 BLAKE2B 
670ab4d1c1648faa24c848ddb04f3e353a3acd8e9a105837229d00ca344a61b3432d7b23b89dc054e220797cfd56d6504ad233d8793a3a5d95d9943c79017797
 SHA512 
5d75d33bf6e45ea0b46ace5173d825e9d1a12318cf7a5319b20ea704b019f6c09391f0f199b0fac678ba0f160d8236fc1cfee5d3b47d1895b7ba3721ff62a05e
 DIST icewm-1.6.5.tar.lz 1681783 BLAKE2B 
3b89bfc3a02ff714c4eb5ec81b64dacabccefa39027cc05d0718ef6f4d1d77af503099a4c1e4735e3a4a3122899d7e5ef04c0be3fddcc442c89c8af830ee294a
 SHA512 
7914031fa2df42ed337aa9c65c04f959746210c255dc799361b636042f1614949e1f9a3b9a2357fe39f469f2ed9a75d4c916c7b4c3e61c7b7ab6dc2cf9d3d9be
 DIST icewm-1.6.6.tar.lz 1684639 BLAKE2B 
20daba42f19d86ceff6ce31c8df9cb1b9b09cc53d8933f70a9a8e750470c4f485e79f8de5e47ed503c83ac5433931c4ff98b10584566941e6a3bcf22d58e3dbf
 SHA512 
6d9848924253fee5f57be488d2eb0b602767f168ce623b10c768a73197dfc6265daee7e70373d45ff5fae1c15b029d62c77ad13f0f631283bbf139c6234d
+DIST icewm-1.7.0.tar.lz 1668130 BLAKE2B 
90739f862cf320c43dc2ddbd1a5ecdf2918e6525e45d5732b19adaaeef0f104d9a66d29acab776658f869d7149954d4b531a07e2595a4c80b4dc50dc679473f0
 SHA512 
1b0faed0e9ead837dcb0d3ce91ad5248d7fca5ad48455c838700c66482a3373bb4e552dbc252b93b0a5613d53e2663cea756e64b3f3fb073d9ba2797e2b69601

diff --git a/x11-wm/icewm/icewm-1.7.0.ebuild b/x11-wm/icewm/icewm-1.7.0.ebuild
new file mode 100644
index 000..f3a5bab3c27
--- /dev/null
+++ b/x11-wm/icewm/icewm-1.7.0.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools unpacker
+
+DESCRIPTION="Ice Window Manager with Themes"
+HOMEPAGE="https://ice-wm.org/ https://github.com/ice-wm/icewm;
+LICENSE="GPL-2"
+SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="+alsa ao bidi debug +gdk-pixbuf nls truetype uclibc xinerama"
+
+# Tests broken in all versions, patches welcome, bug #323907, #389533
+RESTRICT="test"
+
+REQUIRED_USE="|| ( alsa ao )"
+
+#fix for icewm preversion package names
+S="${WORKDIR}/${P/_}"
+
+# These are the core dependencies of icewm.
+# Look into configure.ac and search for PKG_CHECK_MODULES([CORE]
+CORE_DEPEND="
+   media-libs/fontconfig
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrender
+"
+
+RDEPEND="
+   ${CORE_DEPEND}
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXrandr
+   alsa? (
+   media-libs/alsa-lib
+   media-libs/libsndfile[alsa]
+   )
+   ao? (
+   media-libs/libao
+   media-libs/libsndfile
+   )
+   bidi? ( dev-libs/fribidi )
+   gdk-pixbuf? (
+   x11-libs/gdk-pixbuf:2[X]
+   )
+   !gdk-pixbuf? (
+   media-libs/libpng:0=
+   virtual/jpeg
+   )
+   xinerama? ( x11-libs/libXinerama )
+"
+DEPEND="
+   ${RDEPEND}
+   $(unpacker_src_uri_depends)
+   dev-libs/glib:2
+   gnome-base/librsvg
+   x11-base/xorg-proto
+   gdk-pixbuf? ( gnome-base/librsvg:2 )
+"
+
+BDEPEND="
+   app-text/asciidoc
+   virtual/pkgconfig
+   nls? ( >=sys-devel/gettext-0.19.6 )
+"
+
+src_prepare() {
+   # Fix bug #486710 - TODO: Still needed?
+   #use uclibc && PATCHES+=( "${FILESDIR}/${PN}-1.3.8-uclibc.patch" )
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local icesound
+   if use alsa && use ao ; then
+   icesound="alsa,ao"
+   elif use alsa ; then
+   icesound="alsa"
+   elif use ao ; then
+   icesound="ao"
+   fi
+
+   local myconf=(
+   --enable-logevents
+   --enable-xrandr
+   --with-cfgdir=/etc/icewm
+   --with-docdir=/usr/share/doc/${PF}/html
+   --with-icesound="${icesound}"
+   --with-libdir=/usr/share/icewm
+   $(use_enable bidi fribidi)
+   $(use_enable debug)
+   $(use_enable gdk-pixbuf)
+   $(use_enable nls i18n)
+   $(use_enable nls)
+  

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

2020-07-12 Thread Andreas Sturmlechner
commit: 6e78038c3a24fe2c39bab3f2f524627542feabad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 23:17:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:17:13 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e78038c

Update mailmap

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

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index dc3c6ed914..03e950bb86 100644
--- a/.mailmap
+++ b/.mailmap
@@ -16,6 +16,7 @@ David E. Narváez  

 Dror Levin  
 Fabio Erculiani  
 Fabio Erculiani  
+Francesco Turco  
 Ian Delaney  
 Jan Kundrát  
 Jason A. Donenfeld  



[gentoo-commits] repo/gentoo:master commit in: sys-power/intel-undervolt/

2020-07-12 Thread Georgy Yakovlev
commit: f999d8f9b37849e4d119ee448a80e93d4ad9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 12 23:10:41 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 12 23:12:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f999d8f9

sys-power/intel-undervolt: maintain again

This reverts commit 05c19c356f3c5eb0d425f656fb6c215b63416056.
Found hardware to continue working on it.

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

 sys-power/intel-undervolt/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-power/intel-undervolt/metadata.xml 
b/sys-power/intel-undervolt/metadata.xml
index 10c50e35b41..2d95a51af09 100644
--- a/sys-power/intel-undervolt/metadata.xml
+++ b/sys-power/intel-undervolt/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   

Use elogind hook to apply voltage after 
system sleep




[gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons/

2020-07-12 Thread Andreas Sturmlechner
commit: 310218629a2e12f03dfbbe88c4e91de86a7daa43
Author: Francesco Turco  fturco  net>
AuthorDate: Sun Jul 12 12:40:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:02:08 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=31021862

kde-frameworks/breeze-icons: update icon cache

Signed-off-by: Francesco Turco  fturco.net>
Closes: https://github.com/gentoo/gentoo/pull/16677
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/breeze-icons/breeze-icons-.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/breeze-icons/breeze-icons-.ebuild 
b/kde-frameworks/breeze-icons/breeze-icons-.ebuild
index a65bdd44bd..f165a2298b 100644
--- a/kde-frameworks/breeze-icons/breeze-icons-.ebuild
+++ b/kde-frameworks/breeze-icons/breeze-icons-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PVCUT=$(ver_cut 1-2)
-inherit cmake kde.org
+inherit cmake kde.org xdg-utils
 
 DESCRIPTION="Breeze SVG icon theme"
 LICENSE="LGPL-3"
@@ -31,3 +31,11 @@ src_configure() {
)
cmake_src_configure
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/oxygen-icons/

2020-07-12 Thread Andreas Sturmlechner
commit: d6576e6ac32b2c173713ab3ac8e803ed4e38d340
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 21:29:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:03:08 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6576e6a

kde-frameworks/oxygen-icons: update icon cache

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

 kde-frameworks/oxygen-icons/oxygen-icons-.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild 
b/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
index 62dd02d814..b527be0a68 100644
--- a/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 KDE_ORG_NAME="oxygen-icons5"
 PVCUT=$(ver_cut 1-2)
 QTMIN=5.14.2
-inherit cmake kde.org
+inherit cmake kde.org xdg-utils
 
 DESCRIPTION="Oxygen SVG icon theme"
 
@@ -27,3 +27,11 @@ src_prepare() {
cmake_src_prepare
use test || cmake_comment_add_subdirectory autotests
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-search/

2020-07-12 Thread Andreas Sturmlechner
commit: 98dcbe039aa68b44158a6f345a6ad00d7fd7413b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 17 23:20:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:05:14 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=98dcbe03

kde-apps/akonadi-search: Restrict hopeless tests

Bug: https://bugs.gentoo.org/662378
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/akonadi-search/akonadi-search-20.08.49..ebuild | 2 ++
 kde-apps/akonadi-search/akonadi-search-.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/akonadi-search/akonadi-search-20.08.49..ebuild 
b/kde-apps/akonadi-search/akonadi-search-20.08.49..ebuild
index 12c3a43cc2..742ced180f 100644
--- a/kde-apps/akonadi-search/akonadi-search-20.08.49..ebuild
+++ b/kde-apps/akonadi-search/akonadi-search-20.08.49..ebuild
@@ -18,6 +18,8 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
+RESTRICT+=" test" # perpetually broken, bug 662378
+
 BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
 "

diff --git a/kde-apps/akonadi-search/akonadi-search-.ebuild 
b/kde-apps/akonadi-search/akonadi-search-.ebuild
index 12c3a43cc2..742ced180f 100644
--- a/kde-apps/akonadi-search/akonadi-search-.ebuild
+++ b/kde-apps/akonadi-search/akonadi-search-.ebuild
@@ -18,6 +18,8 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
+RESTRICT+=" test" # perpetually broken, bug 662378
+
 BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
 "



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/

2020-07-12 Thread Andreas Sturmlechner
commit: b616e3a64b8df535ab4404fca3b2da258125b6f2
Author: Francesco Turco  fturco  net>
AuthorDate: Sun Jul 12 12:40:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b616e3a6

kde-frameworks/breeze-icons: update icon cache

Signed-off-by: Francesco Turco  fturco.net>
Closes: https://github.com/gentoo/gentoo/pull/16677
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/breeze-icons/breeze-icons-5.70.0.ebuild | 10 +-
 kde-frameworks/breeze-icons/breeze-icons-5.72.0.ebuild | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.70.0.ebuild 
b/kde-frameworks/breeze-icons/breeze-icons-5.70.0.ebuild
index f7857b609ea..275d9de7602 100644
--- a/kde-frameworks/breeze-icons/breeze-icons-5.70.0.ebuild
+++ b/kde-frameworks/breeze-icons/breeze-icons-5.70.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PVCUT=$(ver_cut 1-2)
-inherit cmake kde.org
+inherit cmake kde.org xdg-utils
 
 DESCRIPTION="Breeze SVG icon theme"
 LICENSE="LGPL-3"
@@ -31,3 +31,11 @@ src_configure() {
)
cmake_src_configure
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.72.0.ebuild 
b/kde-frameworks/breeze-icons/breeze-icons-5.72.0.ebuild
index 47b25314066..9904bfe215d 100644
--- a/kde-frameworks/breeze-icons/breeze-icons-5.72.0.ebuild
+++ b/kde-frameworks/breeze-icons/breeze-icons-5.72.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PVCUT=$(ver_cut 1-2)
-inherit cmake kde.org
+inherit cmake kde.org xdg-utils
 
 DESCRIPTION="Breeze SVG icon theme"
 LICENSE="LGPL-3"
@@ -31,3 +31,11 @@ src_configure() {
)
cmake_src_configure
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-07-12 Thread Andreas Sturmlechner
commit: 74a19a4ec31d356e6e3088958ef8dc9876d251f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 19:31:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a19a4e

profiles: Drop obsolete  gentoo.org>

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9b68f621363..b2a4e3c7e01 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -220,7 +220,6 @@ sys-block/open-isns slp
 # Mask USE until they are fixed
 =dev-libs/xapian-bindings-1.2.25 php
 media-gfx/exact-image php
- (2019-09-28)
 # media-fonts/hkscs-ming is slated for removal.



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mapserver/, sci-geosciences/mapserver/files/

2020-07-12 Thread Andreas Sturmlechner
commit: 1a978c51583a22031f007f5c5d22719b0360e9f4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 19:27:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a978c51

sci-geosciences/mapserver: Drop 7.2.2

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

 sci-geosciences/mapserver/Manifest |   1 -
 .../files/mapserver-7.0.0-missing-nzz18.patch  |  13 --
 .../files/mapserver-7.0.0-no-applicable-code.patch |  34 
 sci-geosciences/mapserver/mapserver-7.2.2.ebuild   | 220 -
 sci-geosciences/mapserver/metadata.xml |   3 -
 5 files changed, 271 deletions(-)

diff --git a/sci-geosciences/mapserver/Manifest 
b/sci-geosciences/mapserver/Manifest
index a8b03ed7f07..0eb1e410b4a 100644
--- a/sci-geosciences/mapserver/Manifest
+++ b/sci-geosciences/mapserver/Manifest
@@ -1,2 +1 @@
-DIST mapserver-7.2.2.tar.gz 2677800 BLAKE2B 
3f26517f634098fd7f005aa5a1f71fc8ba9b831b9bd0385a64272db6705ad3bd7563848bea1532c08f28177c51b104b1185fe6aa319de8c4ed95ec649a1bf7f4
 SHA512 
8c66a52ec04741495e0cf2bf5ec28f8e3cafac9834ab314ef998d6cf8d50b893dcc66a05d4b30f29694c357cd175a1cb28712c94bf15da4c8bcb9bfd98f0d2af
 DIST mapserver-7.6.0.tar.gz 2713965 BLAKE2B 
35e81b470afba58b1cf8cc63f70e6cc230a338c4066d38e8aa57d34a55e7414e9e3eeb6cc9c6d54ac8f60d076b90d25e23354f33f35c235d3d1d85d4f19979e7
 SHA512 
6e8a4639a025d3bdeaa74599ea10b58fbd20fc87367d39ccc9c29586a599d47ee4c45f6fe16dc76d593b3d7c51e26f8ca9d8656c5c3a3636181824d3aa26db36

diff --git 
a/sci-geosciences/mapserver/files/mapserver-7.0.0-missing-nzz18.patch 
b/sci-geosciences/mapserver/files/mapserver-7.0.0-missing-nzz18.patch
deleted file mode 100644
index a22fcf4de6a..000
--- a/sci-geosciences/mapserver/files/mapserver-7.0.0-missing-nzz18.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/FindOracle.cmake b/cmake/FindOracle.cmake
-index 18055f7..2568b5e 100644
 a/cmake/FindOracle.cmake
-+++ b/cmake/FindOracle.cmake
-@@ -37,7 +37,7 @@ if(DEFINED ENV{ORACLE_HOME})
- ${ORACLE_HOME}/OCI/include) # Oracle XE on Windows
- 
-   set(ORACLE_OCI_NAMES clntsh libclntsh oci)
--  set(ORACLE_NNZ_NAMES nnz10 libnnz10 nnz11 libnnz11 nnz12 libnnz12 ociw32)
-+  set(ORACLE_NNZ_NAMES nnz10 libnnz10 nnz11 libnnz11 nnz12 libnnz12 nnz18 
libnnz18 ociw32)
-   set(ORACLE_OCCI_NAMES libocci occi oraocci10 oraocci11 oraocci12)
- 
-   set(ORACLE_LIB_DIR 

diff --git 
a/sci-geosciences/mapserver/files/mapserver-7.0.0-no-applicable-code.patch 
b/sci-geosciences/mapserver/files/mapserver-7.0.0-no-applicable-code.patch
deleted file mode 100644
index f438bec9f12..000
--- a/sci-geosciences/mapserver/files/mapserver-7.0.0-no-applicable-code.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff --git a/mapwfs11.c b/mapwfs11.c
-index 20ab164..4dc15fc 100755
 a/mapwfs11.c
-+++ b/mapwfs11.c
-@@ -29,12 +29,12 @@
- 
- #include "mapserver.h"
- #include "mapows.h"
-+#include "mapowscommon.h"
- 
- 
- 
- #if defined(USE_WFS_SVR) && defined(USE_LIBXML2)
- #include "maplibxml2.h"
--#include "mapowscommon.h"
- #include "mapogcfilter.h"
- 
- //
-diff --git a/mapwfs20.c b/mapwfs20.c
-index 710d444..cf69ee3 100755
 a/mapwfs20.c
-+++ b/mapwfs20.c
-@@ -29,10 +29,10 @@
- 
- #include "mapserver.h"
- #include "mapows.h"
-+#include "mapowscommon.h"
- 
- #if defined(USE_WFS_SVR) && defined(USE_LIBXML2)
- #include "maplibxml2.h"
--#include "mapowscommon.h"
- #include "mapogcfilter.h"
- 
- #define MS_OWS_11_NAMESPACE_PREFIX   MS_OWSCOMMON_OWS_NAMESPACE_PREFIX

diff --git a/sci-geosciences/mapserver/mapserver-7.2.2.ebuild 
b/sci-geosciences/mapserver/mapserver-7.2.2.ebuild
deleted file mode 100644
index 7d9720fe06c..000
--- a/sci-geosciences/mapserver/mapserver-7.2.2.ebuild
+++ /dev/null
@@ -1,220 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${PN}-${PV/_/-}"
-
-PHP_EXT_OPTIONAL_USE="php"
-PHP_EXT_NAME="php_mapscript"
-PHP_EXT_S="${WORKDIR}/${MY_P}/mapscript/php/"
-PHP_EXT_SKIP_PHPIZE="no"
-USE_PHP="php5-6"
-
-PYTHON_COMPAT=( python2_7 )
-
-#USE_RUBY="ruby18 ruby19"
-#RUBY_OPTIONAL="yes"
-
-WEBAPP_MANUAL_SLOT=yes
-WEBAPP_OPTIONAL=yes
-
-inherit cmake-utils depend.apache distutils-r1 eutils flag-o-matic multilib 
perl-module php-ext-source-r3 webapp # ruby-ng
-
-DESCRIPTION="Development environment for building spatially enabled webapps"
-HOMEPAGE="https://mapserver.org/;
-SRC_URI="https://download.osgeo.org/mapserver/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-# force default gdal and proj if not cause compilation problem
-IUSE="apache bidi cairo +gdal geos mysql opengl oracle perl php postgis +proj 
python threads tiff xml xslt" # ruby php tcl
-
-REQUIRED_USE="
-   php? ( php_targets_php5-6 )

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/

2020-07-12 Thread Andreas Sturmlechner
commit: 8554d3fe08959ca6c42da0fdec4f48e50397f8a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 19:29:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8554d3fe

kde-frameworks/ktexteditor: Enable IUSE="editorconfig" by default

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

 kde-frameworks/ktexteditor/ktexteditor-5.72.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.72.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.72.0.ebuild
index 30df888a8fc..ad0ae041528 100644
--- a/kde-frameworks/ktexteditor/ktexteditor-5.72.0.ebuild
+++ b/kde-frameworks/ktexteditor/ktexteditor-5.72.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework providing a full text editor component"
 
 LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="editorconfig git"
+IUSE="+editorconfig git"
 
 BDEPEND="
test? ( >=kde-frameworks/kservice-${PVCUT}:5 )



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

2020-07-12 Thread Andreas Sturmlechner
commit: 5d170a453d5720368254851819282919aba4a477
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul 12 20:00:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d170a45

kde-frameworks/plasma: remove unused patch(es)

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

 .../plasma-5.71.0-access-expandedView.item.patch   |  29 ---
 ...lasma-5.71.0-introduce-PlaceholderMessage.patch | 280 -
 2 files changed, 309 deletions(-)

diff --git 
a/kde-frameworks/plasma/files/plasma-5.71.0-access-expandedView.item.patch 
b/kde-frameworks/plasma/files/plasma-5.71.0-access-expandedView.item.patch
deleted file mode 100644
index ba1b35afbde..000
--- a/kde-frameworks/plasma/files/plasma-5.71.0-access-expandedView.item.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 7f9e189d87c040a952533713ff48d32872e0eadd Mon Sep 17 00:00:00 2001
-From: Nate Graham 
-Date: Sun, 7 Jun 2020 08:46:39 -0600
-Subject: [PATCH] Add property to access the ExpandableListItem loader's item
-

- .../plasmaextracomponents/qml/ExpandableListItem.qml| 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git 
a/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml 
b/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml
-index d9d0662ee..ed21ab8e4 100644
 a/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml
-+++ b/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml
-@@ -261,6 +261,12 @@ Item {
-  */
- property var customExpandedViewContent: actionsListComponent
- 
-+/*
-+ * The actual instance of the custom view content, if loaded
-+ * @since 5.72
-+ */
-+property alias customExpandedViewContentItem: expandedView.item
-+
- /*
-  * isBusy: bool
-  * Whether or not to display a busy indicator on the list item. Set to 
true
--- 
-2.27.0
-

diff --git 
a/kde-frameworks/plasma/files/plasma-5.71.0-introduce-PlaceholderMessage.patch 
b/kde-frameworks/plasma/files/plasma-5.71.0-introduce-PlaceholderMessage.patch
deleted file mode 100644
index 4255d235d1a..000
--- 
a/kde-frameworks/plasma/files/plasma-5.71.0-introduce-PlaceholderMessage.patch
+++ /dev/null
@@ -1,280 +0,0 @@
-From e1475e090747088288b05279633d19f12ae257aa Mon Sep 17 00:00:00 2001
-From: Nate Graham 
-Date: Fri, 19 Jun 2020 22:45:19 +
-Subject: [PATCH] Introduce PlaceholderMessage
-
-This is a clone of the Kirigami component that we can use in Plasma
-applets until we arrive at a solution for styling QQC2 items using the
-Plasma style (https://phabricator.kde.org/T13256).
-
-See dependent patches:
-- plasma-workspace: 
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/73
-- bluedevil: https://invent.kde.org/plasma/bluedevil/-/merge_requests/1
-- print-manager: 
https://invent.kde.org/utilities/print-manager/-/merge_requests/1
-- plasma-vault: https://invent.kde.org/plasma/plasma-vault/-/merge_requests/3
-
-Merge request: 
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/13

- .../qml/PlaceholderMessage.qml| 237 ++
- .../plasmaextracomponents/qml/qmldir  |   1 +
- 2 files changed, 238 insertions(+)
- create mode 100644 
src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml
-
-diff --git 
a/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml 
b/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml
-new file mode 100644
-index 0..958399a8f
 /dev/null
-+++ b/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml
-@@ -0,0 +1,237 @@
-+/*
-+ *   Copyright 2020 Nate Graham 
-+ *
-+ *   This program is free software; you can redistribute it and/or modify
-+ *   it under the terms of the GNU Library General Public License as
-+ *   published by the Free Software Foundation; either version 2, or
-+ *   (at your option) any later version.
-+ *
-+ *   This program is distributed in the hope that it will be useful,
-+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+ *   GNU Library General Public License for more details
-+ *
-+ *   You should have received a copy of the GNU Library General Public
-+ *   License along with this program; if not, write to the
-+ *   Free Software Foundation, Inc.,
-+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-+ */
-+
-+import QtQuick 2.0
-+import QtQuick.Layouts 1.12
-+import QtQuick.Controls 2.12 as QQC2
-+
-+import org.kde.plasma.core 2.0 as PlasmaCore
-+import org.kde.plasma.components 3.0 as PlasmaComponents3
-+import org.kde.plasma.extras 2.0 as 

[gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/

2020-07-12 Thread Andreas Sturmlechner
commit: abc937f7b15699598c9197fc12073ff6411c05a2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 18:00:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc937f7

sys-auth/elogind: Add a warning about IUSE="-pam" in postinst

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

 sys-auth/elogind/elogind-243.7.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/sys-auth/elogind/elogind-243.7.ebuild 
b/sys-auth/elogind/elogind-243.7.ebuild
index 3354180300c..43b02dab0c6 100644
--- a/sys-auth/elogind/elogind-243.7.ebuild
+++ b/sys-auth/elogind/elogind-243.7.ebuild
@@ -111,6 +111,11 @@ src_install() {
 }
 
 pkg_postinst() {
+   if ! use pam; then
+   ewarn "${PN} will not be managing user logins/seats without 
USE=\"pam\"!"
+   ewarn "In other words, it will be useless for most 
applications."
+   ewarn
+   fi
if [[ "$(rc-config list boot | grep elogind)" != "" ]]; then
elog "elogind is currently started from boot runlevel."
elif [[ "$(rc-config list default | grep elogind)" != "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/

2020-07-12 Thread Andreas Sturmlechner
commit: 1be55335097607bb9e1aa5226597bc51f8954b52
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 18:31:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be55335

sys-auth/elogind: Add a warning about IUSE="-policykit" in postinst

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

 sys-auth/elogind/elogind-243.7.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/sys-auth/elogind/elogind-243.7.ebuild 
b/sys-auth/elogind/elogind-243.7.ebuild
index 43b02dab0c6..b8d79dc5563 100644
--- a/sys-auth/elogind/elogind-243.7.ebuild
+++ b/sys-auth/elogind/elogind-243.7.ebuild
@@ -116,6 +116,11 @@ pkg_postinst() {
ewarn "In other words, it will be useless for most 
applications."
ewarn
fi
+   if ! use policykit; then
+   ewarn "loginctl will not be able to perform privileged 
operations without"
+   ewarn "USE=\"policykit\"! That means e.g. no suspend or 
hibernate."
+   ewarn
+   fi
if [[ "$(rc-config list boot | grep elogind)" != "" ]]; then
elog "elogind is currently started from boot runlevel."
elif [[ "$(rc-config list default | grep elogind)" != "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/oxygen-icons/

2020-07-12 Thread Andreas Sturmlechner
commit: 535ed55c931f1ea94fce5b079d70cc05fc0bfab0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 21:29:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535ed55c

kde-frameworks/oxygen-icons: update icon cache

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

 kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild | 10 +-
 kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild 
b/kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild
index d64a7f659da..5c03e77bfec 100644
--- a/kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 KDE_ORG_NAME="oxygen-icons5"
 PVCUT=$(ver_cut 1-2)
 QTMIN=5.12.3
-inherit cmake kde.org
+inherit cmake kde.org xdg-utils
 
 DESCRIPTION="Oxygen SVG icon theme"
 
@@ -27,3 +27,11 @@ src_prepare() {
cmake_src_prepare
use test || cmake_comment_add_subdirectory autotests
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild 
b/kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild
index ed436f5301c..e4cbd64523e 100644
--- a/kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 KDE_ORG_NAME="oxygen-icons5"
 PVCUT=$(ver_cut 1-2)
 QTMIN=5.14.2
-inherit cmake kde.org
+inherit cmake kde.org xdg-utils
 
 DESCRIPTION="Oxygen SVG icon theme"
 
@@ -27,3 +27,11 @@ src_prepare() {
cmake_src_prepare
use test || cmake_comment_add_subdirectory autotests
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/files/, kde-frameworks/extra-cmake-modules/

2020-07-12 Thread Andreas Sturmlechner
commit: d94bc055c78c6c94bd16f71978787ee8876d1f4a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 16:11:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94bc055

kde-frameworks/extra-cmake-modules: Skip ecm_add_test w/o Qt5::Test

Bug: https://bugs.gentoo.org/651978
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../extra-cmake-modules-5.72.0-r1.ebuild   | 77 ++
 ...ke-modules-5.72.0-skip-ecm_add_test-early.patch | 54 +++
 2 files changed, 131 insertions(+)

diff --git 
a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.72.0-r1.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.72.0-r1.ebuild
new file mode 100644
index 000..aedbbe8565e
--- /dev/null
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.72.0-r1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+QTMIN=5.14.2
+inherit cmake kde.org python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://invent.kde.org/frameworks/extra-cmake-modules;
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+BDEPEND="
+   doc? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+   >=dev-qt/qthelp-${QTMIN}:5
+   )
+   test? (
+   >=dev-qt/linguist-tools-${QTMIN}:5
+   >=dev-qt/qtcore-${QTMIN}:5
+   )
+"
+RDEPEND="
+   app-arch/libarchive[bzip2]
+"
+
+RESTRICT+=" !test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-5.49.0-no-fatal-warnings.patch"
+   "${FILESDIR}/${PN}-5.65.0-disable-qmlplugindump.patch"
+   "${FILESDIR}/${PN}-5.72.0-skip-ecm_add_test-early.patch"
+)
+
+python_check_deps() {
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+   # Requires PyQt5, bug #680256
+   sed -i -e "/^if(NOT SIP_Qt5Core_Mod_FILE)/s/NOT 
SIP_Qt5Core_Mod_FILE/TRUE/" \
+   tests/CMakeLists.txt || die "failed to disable 
GenerateSipBindings tests"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDOC_INSTALL_DIR=/usr/share/doc/"${PF}"
+   -DBUILD_QTHELP_DOCS=$(usex doc)
+   -DBUILD_HTML_DOCS=$(usex doc)
+   -DBUILD_MAN_DOCS=$(usex doc)
+   -DBUILD_TESTING=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # ECMToolchainAndroidTest passes but then breaks src_install
+   # ECMPoQmToolsTest is broken, bug #627806
+   # possible race condition with multiple jobs, bug #701854
+   local myctestargs=(
+   -j1
+   -E "(ECMToolchainAndroidTest|ECMPoQmToolsTest)"
+   )
+
+   cmake_src_test
+}

diff --git 
a/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.72.0-skip-ecm_add_test-early.patch
 
b/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.72.0-skip-ecm_add_test-early.patch
new file mode 100644
index 000..72541d73e72
--- /dev/null
+++ 
b/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.72.0-skip-ecm_add_test-early.patch
@@ -0,0 +1,54 @@
+From ad3aec71ed7f8820e69fe55489368a19d0735ab5 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sat, 11 Jul 2020 23:04:16 +0200
+Subject: [PATCH] ECMAddTests.cmake: Skip ecm_add_test early if Qt5::Test is 
not available
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ modules/ECMAddTests.cmake| 9 +
+ tests/ECMAddTests/CMakeLists.txt | 5 +
+ 2 files changed, 14 insertions(+)
+
+diff --git a/modules/ECMAddTests.cmake b/modules/ECMAddTests.cmake
+index 4bc7fb8..12825aa 100644
+--- a/modules/ECMAddTests.cmake
 b/modules/ECMAddTests.cmake
+@@ -81,6 +81,10 @@ function(ecm_add_test)
+ message(FATAL_ERROR "ecm_add_test() called with multiple source files but 
without setting \"TEST_NAME\"")
+   endif()
+ 
++  if(NOT TARGET Qt5::Test)
++return()
++  endif()
++
+   set(_testname ${ARG_NAME_PREFIX}${_targetname})
+   set(gui_args)
+   if(ARG_GUI)
+@@ -122,6 +126,11 @@ function(ecm_add_tests)
+   endif()
+   set(test_names)
+   set(target_names)
++
++  if(NOT TARGET Qt5::Test)
++return()
++  endif()
++
+   foreach(_test_source ${ARG_UNPARSED_ARGUMENTS})
+ ecm_add_test(${_test_source}
+   NAME_PREFIX ${ARG_NAME_PREFIX}
+diff --git a/tests/ECMAddTests/CMakeLists.txt 
b/tests/ECMAddTests/CMakeLists.txt
+index e77b33f..4e191fe 100644
+--- a/tests/ECMAddTests/CMakeLists.txt
 b/tests/ECMAddTests/CMakeLists.txt
+@@ -1,3 +1,8 @@
++if(NOT TARGET Qt5::Test)
++message(STATUS "WARNING: skipping tests that 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi-search/

2020-07-12 Thread Andreas Sturmlechner
commit: ac42e503cc1757578d3bc6140041bb9dff01655e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 17 23:20:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac42e503

kde-apps/akonadi-search: Restrict hopeless tests

Closes: https://bugs.gentoo.org/662378
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/akonadi-search/akonadi-search-20.04.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/akonadi-search/akonadi-search-20.04.3.ebuild 
b/kde-apps/akonadi-search/akonadi-search-20.04.3.ebuild
index 55035b999bd..a02527e2bf0 100644
--- a/kde-apps/akonadi-search/akonadi-search-20.04.3.ebuild
+++ b/kde-apps/akonadi-search/akonadi-search-20.04.3.ebuild
@@ -18,6 +18,8 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
+RESTRICT+=" test" # perpetually broken, bug 662378
+
 BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
 "



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

2020-07-12 Thread Andreas Sturmlechner
commit: 9805929435e71b91a832d0f48cd7795fd1b46e1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 20:48:29 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 23:07:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98059294

kde-misc/skanlite: 2.2.0 version bump

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

 kde-misc/skanlite/Manifest  |  1 +
 kde-misc/skanlite/skanlite-2.2.0.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/kde-misc/skanlite/Manifest b/kde-misc/skanlite/Manifest
index bccbb2c3116..5a47c9ad8d2 100644
--- a/kde-misc/skanlite/Manifest
+++ b/kde-misc/skanlite/Manifest
@@ -1 +1,2 @@
 DIST skanlite-2.1.0.1.tar.xz 2151312 BLAKE2B 
c03ace256fd4159e36c7eb871f4f88a11142e36e427120560a09a0d0516f91450d350d4ae5db2004da6493d3a2a0aaaf5d45b4a688f3943cf92b76a71fb5f937
 SHA512 
8eb1a32994259010d4a134c1b25b74b8cc03ba4fa6ce70ee2026a3070c675c2b11f38770453d197008fbe12df976cc653362eb44d6ef89a7f0173c3a2cef3658
+DIST skanlite-2.2.0.tar.xz 2415104 BLAKE2B 
4ae5d909cdfdf55a552c11346ac689190aa67fd960e2af98ccc02cbf834ec6668e2926a5ab8a07ff6c4a4ef375dc1979250686c5ba05f1a94be4c59026f44f1a
 SHA512 
cbf4c85894c742f025147950f1586252b92e0b3ad9f51b917649c449d46387a4673141e7645cd7f0b005b4c50dd671f2217d35e64ac84e97afa7a6562a961b20

diff --git a/kde-misc/skanlite/skanlite-2.2.0.ebuild 
b/kde-misc/skanlite/skanlite-2.2.0.ebuild
new file mode 100644
index 000..15859aed72b
--- /dev/null
+++ b/kde-misc/skanlite/skanlite-2.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Simple image scanning application based on libksane and KDE 
Frameworks"
+HOMEPAGE="https://kde.org/applications/graphics/org.kde.skanlite;
+SRC_URI="mirror://kde/stable/${PN}/2.2/${P}.tar.xz"
+
+LICENSE="|| ( GPL-2 GPL-3 ) handbook? ( FDL-1.2+ )"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-apps/libksane-19.04.0:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   media-libs/libpng:0=
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-power/intel-undervolt/

2020-07-12 Thread Georgy Yakovlev
commit: 262b9edf1cc252cfedb11f898c3b2d4305c9c604
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 12 23:03:30 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 12 23:03:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262b9edf

sys-power/intel-undervolt: sync live ebuild

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

 sys-power/intel-undervolt/intel-undervolt-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-power/intel-undervolt/intel-undervolt-.ebuild 
b/sys-power/intel-undervolt/intel-undervolt-.ebuild
index 4fa86956179..6390ac5c14d 100644
--- a/sys-power/intel-undervolt/intel-undervolt-.ebuild
+++ b/sys-power/intel-undervolt/intel-undervolt-.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
@@ -32,6 +32,7 @@ src_configure() {
local myconf=(
# it's a non-standard build system
$(usex elogind --enable-elogind '')
+   $(usex elogind --eloginddir="${EPREFIX}/$(get_libdir)/elogind" 
'')
--enable-openrc
--enable-systemd
--unitdir="$(systemd_get_systemunitdir)"



[gentoo-commits] repo/gentoo:master commit in: sys-power/intel-undervolt/

2020-07-12 Thread Georgy Yakovlev
commit: c738d90c8babe59534616c85617e68c168d8d11c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 12 23:03:01 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 12 23:03:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c738d90c

sys-power/intel-undervolt: revbump, fix elogind trigger location

Reported-by: user UndrWater on #gentoo-kde
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../{intel-undervolt-1.7.ebuild => intel-undervolt-1.7-r1.ebuild}  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-power/intel-undervolt/intel-undervolt-1.7.ebuild 
b/sys-power/intel-undervolt/intel-undervolt-1.7-r1.ebuild
similarity index 91%
rename from sys-power/intel-undervolt/intel-undervolt-1.7.ebuild
rename to sys-power/intel-undervolt/intel-undervolt-1.7-r1.ebuild
index 4fa86956179..6390ac5c14d 100644
--- a/sys-power/intel-undervolt/intel-undervolt-1.7.ebuild
+++ b/sys-power/intel-undervolt/intel-undervolt-1.7-r1.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
@@ -32,6 +32,7 @@ src_configure() {
local myconf=(
# it's a non-standard build system
$(usex elogind --enable-elogind '')
+   $(usex elogind --eloginddir="${EPREFIX}/$(get_libdir)/elogind" 
'')
--enable-openrc
--enable-systemd
--unitdir="$(systemd_get_systemunitdir)"



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

2020-07-12 Thread Andreas Sturmlechner
commit: 5e62be6e74c9db769d52d56ed47122db65b202a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 21:45:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 22:51:51 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e62be6e

kde-apps/okular: Drop broken tests-optional patch

Now we rely on patched ECMAddTests.cmake to skip them.

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

 kde-apps/okular/files/okular-18.12.0-tests.patch  |  17 ---
 kde-apps/okular/files/okular-20.03.70-tests.patch | 148 --
 kde-apps/okular/okular-20.08.49..ebuild   |   5 -
 kde-apps/okular/okular-.ebuild|   5 -
 4 files changed, 175 deletions(-)

diff --git a/kde-apps/okular/files/okular-18.12.0-tests.patch 
b/kde-apps/okular/files/okular-18.12.0-tests.patch
deleted file mode 100644
index 2b61715050..00
--- a/kde-apps/okular/files/okular-18.12.0-tests.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 a/generators/epub/CMakeLists.txt   2018-08-19 21:34:51.151645090 +0200
-+++ b/generators/epub/CMakeLists.txt   2018-08-19 21:36:28.771109586 +0200
-@@ -23,12 +23,13 @@
- 
- ### autotests ###
- 
-+if(BUILD_TESTING)
- add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
- ecm_add_test(autotests/epubgeneratortest.cpp
- TEST_NAME "epubgeneratortest"
- LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
- )
--
-+endif()
- 
- ### install files ###
- install( FILES okularEPub.desktop  DESTINATION  ${KDE_INSTALL_KSERVICES5DIR} )

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

- generators/chm/CMakeLists.txt | 12 +++-
- generators/chm/autotests/CMakeLists.txt   |  8 
- generators/chm/autotests/chmgeneratortest.cpp |  2 +-
- generators/comicbook/CMakeLists.txt   | 10 +++---
- generators/comicbook/autotests/CMakeLists.txt |  6 ++
- generators/kimgio/CMakeLists.txt  |  6 +-
- generators/kimgio/tests/CMakeLists.txt|  5 +
- generators/kimgio/tests/kimgiotest.cpp|  2 +-
- 8 files changed, 28 insertions(+), 23 deletions(-)
- create mode 100644 generators/chm/autotests/CMakeLists.txt
- create mode 100644 generators/comicbook/autotests/CMakeLists.txt
- create mode 100644 generators/kimgio/tests/CMakeLists.txt
-
-diff --git a/generators/chm/CMakeLists.txt b/generators/chm/CMakeLists.txt
-index 9d82b9394..b3a33afe4 100644
 a/generators/chm/CMakeLists.txt
-+++ b/generators/chm/CMakeLists.txt
-@@ -30,15 +30,9 @@ set(okularGenerator_chmlib_SRCS
- okular_add_generator(okularGenerator_chmlib ${okularGenerator_chmlib_SRCS})
- target_link_libraries(okularGenerator_chmlib  okularcore ${CHM_LIBRARY} 
${LIBZIP_LIBRARY} KF5::KHtml)
- 
--### autotests ###
--
--add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
--ecm_add_test(autotests/chmgeneratortest.cpp
--TEST_NAME "chmgeneratortest"
--LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
--)
--
--target_compile_definitions(chmgeneratortest PRIVATE 
-DGENERATOR_PATH="$")
-+if(BUILD_TESTING)
-+   add_subdirectory(autotests)
-+endif()
- 
- ### install files ###
- install( FILES okularChm.desktop  DESTINATION  ${KDE_INSTALL_KSERVICES5DIR} )
-diff --git a/generators/chm/autotests/CMakeLists.txt 
b/generators/chm/autotests/CMakeLists.txt
-new file mode 100644
-index 0..59753ca45
 /dev/null
-+++ b/generators/chm/autotests/CMakeLists.txt
-@@ -0,0 +1,8 @@
-+add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/../" )
-+
-+ecm_add_test(chmgeneratortest.cpp
-+TEST_NAME "chmgeneratortest"
-+LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
-+)
-+
-+target_compile_definitions(chmgeneratortest PRIVATE 
-DGENERATOR_PATH="$")
-diff --git a/generators/chm/autotests/chmgeneratortest.cpp 
b/generators/chm/autotests/chmgeneratortest.cpp
-index 9245a736f..5a2c487b4 100644
 a/generators/chm/autotests/chmgeneratortest.cpp
-+++ b/generators/chm/autotests/chmgeneratortest.cpp
-@@ -34,7 +34,7 @@ void ChmGeneratorTest::initTestCase()
- {
- Okular::SettingsCore::instance( QStringLiteral("ChmGeneratorTest") );
- m_document = new Okular::Document( nullptr );
--const QString testFile = QStringLiteral(KDESRCDIR 
"autotests/data/test.chm");
-+const QString testFile = QStringLiteral(KDESRCDIR "data/test.chm");
- QMimeDatabase db;
- const QMimeType mime = 

[gentoo-commits] proj/kde:master commit in: media-gfx/krita/, media-gfx/krita/files/

2020-07-12 Thread Andreas Sturmlechner
commit: 568d5a1aea5a1931403de7653376fcd227694d6a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 21:58:50 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 22:53:27 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=568d5a1a

media-gfx/krita: Drop 4.3.0

Moved to Gentoo ebuild repository.

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

 .../krita/files/krita-4.3.0-tests-optional.patch   | 536 -
 media-gfx/krita/krita-4.3.0.ebuild | 122 -
 2 files changed, 658 deletions(-)

diff --git a/media-gfx/krita/files/krita-4.3.0-tests-optional.patch 
b/media-gfx/krita/files/krita-4.3.0-tests-optional.patch
deleted file mode 100644
index b58dcf1f4a..00
--- a/media-gfx/krita/files/krita-4.3.0-tests-optional.patch
+++ /dev/null
@@ -1,536 +0,0 @@
-From 3c9fe10e25e94bdb1eb5e7b07ac2696635fdc5a3 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Wed, 17 Jun 2020 20:18:28 +0200
-Subject: [PATCH] Don't build tests when testing not requested
-
-Signed-off-by: Andreas Sturmlechner 
-
-diff --git a/libs/brush/CMakeLists.txt b/libs/brush/CMakeLists.txt
-index 536b1a4ac5..7d8435eec4 100644
 a/libs/brush/CMakeLists.txt
-+++ b/libs/brush/CMakeLists.txt
-@@ -1,4 +1,6 @@
--add_subdirectory( tests )
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
- 
- include_directories(SYSTEM
- ${EIGEN3_INCLUDE_DIR}
-diff --git a/libs/flake/CMakeLists.txt b/libs/flake/CMakeLists.txt
-index cbdac265d2..1a50c1620a 100644
 a/libs/flake/CMakeLists.txt
-+++ b/libs/flake/CMakeLists.txt
-@@ -9,8 +9,10 @@ include_directories(
- )
- 
- add_subdirectory(styles)
--add_subdirectory(tests)
--add_subdirectory(resources/tests)
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+add_subdirectory(resources/tests)
-+endif()
- 
- set(kritaflake_SRCS
- KoGradientHelper.cpp
-diff --git a/libs/global/CMakeLists.txt b/libs/global/CMakeLists.txt
-index e8162c5e46..f6ea6bc840 100644
 a/libs/global/CMakeLists.txt
-+++ b/libs/global/CMakeLists.txt
-@@ -1,4 +1,6 @@
--add_subdirectory( tests )
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
- 
- include(CheckFunctionExists)
- check_function_exists(backtrace HAVE_BACKTRACE)
-diff --git a/libs/image/CMakeLists.txt b/libs/image/CMakeLists.txt
-index 810dee2f16..44c72ba2d5 100644
 a/libs/image/CMakeLists.txt
-+++ b/libs/image/CMakeLists.txt
-@@ -1,4 +1,6 @@
--add_subdirectory( tests )
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
- 
- add_subdirectory( tiles3 )
- 
-diff --git a/libs/image/tiles3/CMakeLists.txt 
b/libs/image/tiles3/CMakeLists.txt
-index 88c0516360..01f2383ddb 100644
 a/libs/image/tiles3/CMakeLists.txt
-+++ b/libs/image/tiles3/CMakeLists.txt
-@@ -1 +1,3 @@
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
-diff --git a/libs/libkis/CMakeLists.txt b/libs/libkis/CMakeLists.txt
-index 958104aaaf..3b8a33eadc 100644
 a/libs/libkis/CMakeLists.txt
-+++ b/libs/libkis/CMakeLists.txt
-@@ -48,4 +48,6 @@ set_target_properties(kritalibkis PROPERTIES
- install(TARGETS kritalibkis  ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
- 
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
-diff --git a/libs/metadata/CMakeLists.txt b/libs/metadata/CMakeLists.txt
-index d33aff38fc..abdc2f7a36 100644
 a/libs/metadata/CMakeLists.txt
-+++ b/libs/metadata/CMakeLists.txt
-@@ -29,4 +29,6 @@ set_target_properties(kritametadata PROPERTIES
- 
- install(TARGETS kritametadata  ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
-diff --git a/libs/odf/CMakeLists.txt b/libs/odf/CMakeLists.txt
-index 6acbf4d1a5..50e60b55d8 100644
 a/libs/odf/CMakeLists.txt
-+++ b/libs/odf/CMakeLists.txt
-@@ -1,4 +1,6 @@
--add_subdirectory( tests )
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
- 
- set(kritaodf_LIB_SRCS
- KoOdf.cpp
-diff --git a/libs/pigment/CMakeLists.txt b/libs/pigment/CMakeLists.txt
-index 7e38c6cb00..60879fcea2 100644
 a/libs/pigment/CMakeLists.txt
-+++ b/libs/pigment/CMakeLists.txt
-@@ -33,8 +33,10 @@ else()
- set(__per_arch_alpha_applicator_factory_objs 
KoAlphaMaskApplicatorFactoryImpl.cpp)
- endif()
- 
--add_subdirectory(tests)
--add_subdirectory(benchmarks)
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+add_subdirectory(benchmarks)
-+endif()
- 
- set(kritapigment_SRCS
- DebugPigment.cpp
-diff --git a/libs/store/CMakeLists.txt b/libs/store/CMakeLists.txt
-index b7c42996bd..30f9d5c5c6 100644
 a/libs/store/CMakeLists.txt
-+++ b/libs/store/CMakeLists.txt
-@@ -1,6 +1,8 @@
- include_directories(${QUAZIP_INCLUDE_DIRS})
- 
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
- 
- set(kritastore_LIB_SRCS
- KoDirectoryStore.cpp
-diff --git a/libs/ui/CMakeLists.txt 

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

2020-07-12 Thread Andreas Sturmlechner
commit: 9ea1afe1759197dc1d1e34e91b0da48e4a08e4f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 20:24:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 22:51:00 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ea1afe1

kde-apps/kig: Bypass upstream's FindBoostPython module w/ CMake's

Old patch was broken by upstream commit 1fdeff25f5f113f4567ab100da9df3f0f24c3ce8
and follow-ups.

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

 .../kig/files/kig-20.08.70-cmake-boostpython.patch | 91 ++
 kde-apps/kig/files/kig-4.12.0-boostpython.patch| 18 -
 kde-apps/kig/kig-20.08.49..ebuild  |  7 +-
 kde-apps/kig/kig-.ebuild   |  7 +-
 4 files changed, 99 insertions(+), 24 deletions(-)

diff --git a/kde-apps/kig/files/kig-20.08.70-cmake-boostpython.patch 
b/kde-apps/kig/files/kig-20.08.70-cmake-boostpython.patch
new file mode 100644
index 00..bd0c13ad37
--- /dev/null
+++ b/kde-apps/kig/files/kig-20.08.70-cmake-boostpython.patch
@@ -0,0 +1,91 @@
+From 39bf05d48f899612dffa07c73ac276f52820a7c9 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Mon, 13 Jul 2020 00:41:25 +0200
+Subject: [PATCH] Use CMake's own FindBoost module to detect Boost Python
+
+Introduces BOOSTPYTHON_VERSION_MAJOR_MINOR for packaging.
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt | 26 --
+ 1 file changed, 12 insertions(+), 14 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e65585fb..e07a4dc6 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -51,7 +51,8 @@ endif()
+ 
+ include(KigConfigureChecks.cmake)
+ 
+-find_package(BoostPython)
++set(BOOSTPYTHON_VERSION_MAJOR_MINOR python37 CACHE STRING "Version of 
BoostPython to feed CMake's FindBoost")
++find_package(Boost 1.70 COMPONENTS ${BOOSTPYTHON_VERSION_MAJOR_MINOR})
+ 
+ add_subdirectory( doc )
+ add_subdirectory( icons )
+@@ -61,15 +62,15 @@ add_subdirectory( macros )
+ add_subdirectory( data )
+ add_subdirectory( pykig )
+ 
+-if(BoostPython_FOUND)
++if(Boost_FOUND)
++  find_package(PythonLibs 3 REQUIRED)
++  include_directories(${PYTHON_INCLUDE_DIRS})
+   add_subdirectory( scripting )
+   add_definitions(-DKIG_ENABLE_PYTHON_SCRIPTING)
+-endif(BoostPython_FOUND)
++endif()
+ 
+ set_package_properties(
+-   BoostPython PROPERTIES
+-   DESCRIPTION "Python scripting support in Boost"
+-   URL "https://www.boost.org/;
++   Boost PROPERTIES
+TYPE OPTIONAL
+PURPOSE "Kig can optionally use Boost.Python for Python scripting"
+ )
+@@ -85,9 +86,6 @@ set_package_properties(
+ feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ 
+ include_directories( ${CMAKE_SOURCE_DIR}/modes )
+-if(BoostPython_FOUND)
+-  include_directories(${BoostPython_INCLUDE_DIRS})
+-endif(BoostPython_FOUND)
+ 
+ # kigpart
+ 
+@@ -225,7 +223,7 @@ ki18n_wrap_ui(kigpart_PART_SRCS
+misc/kigcoordinateprecisiondialog.ui
+ )
+ 
+-if(BoostPython_FOUND)
++if(Boost_FOUND)
+   set(kigpart_PART_SRCS ${kigpart_PART_SRCS}
+  modes/popup/scriptactionsprovider.cc
+  scripting/newscriptwizard.cc
+@@ -236,7 +234,7 @@ if(BoostPython_FOUND)
+   )
+ 
+   kde_source_files_enable_exceptions(scripting/python_scripter.cc)
+-endif(BoostPython_FOUND)
++endif()
+ 
+ 
+ add_library(kigpart MODULE ${kigpart_PART_SRCS})
+@@ -256,9 +254,9 @@ target_link_libraries(kigpart
+   ${KDE5_KUTILS_LIBS}
+ )
+ 
+-if(BoostPython_FOUND)
+-  target_link_libraries(kigpart ${BoostPython_LIBRARIES} 
${KDE5_KTEXTEDITOR_LIBS})
+-endif(BoostPython_FOUND)
++if(Boost_FOUND)
++  target_link_libraries(kigpart Boost::${BOOSTPYTHON_VERSION_MAJOR_MINOR} 
${PYTHON_LIBRARIES})
++endif()
+ 
+ if (Qt5XmlPatterns_FOUND)
+   target_link_libraries(kigpart Qt5::XmlPatterns)
+-- 
+2.27.0
+

diff --git a/kde-apps/kig/files/kig-4.12.0-boostpython.patch 
b/kde-apps/kig/files/kig-4.12.0-boostpython.patch
deleted file mode 100644
index 5173ba2cd7..00
--- a/kde-apps/kig/files/kig-4.12.0-boostpython.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/cmake/modules/FindBoostPython.cmake 
b/cmake/modules/FindBoostPython.cmake
-index 2ccc161..02d9bf6 100644
 a/cmake/modules/FindBoostPython.cmake
-+++ b/cmake/modules/FindBoostPython.cmake
-@@ -74,10 +74,10 @@ if(HAVE_BOOST_SHARED_PTR_HPP AND Boost_PYTHON_FOUND)
- # Second try: try pkg-config way
- find_package(PkgConfig)
- if(PKG_CONFIG_FOUND)
--  set(PYTHON_VERSIONS 
"python;python2.7;python2.6;python2.5;python2.4;python2.3;python2.2")
-+  execute_process(COMMAND python -c "import sys; 
sys.stdout.write('.'.join(str(x) for x in sys.version_info[:2]))" 
OUTPUT_VARIABLE PYTHON_VERSIONS)
-   foreach(_pyver ${PYTHON_VERSIONS})
- if(NOT BoostPython_INCLUDES OR NOT BoostPython_LIBS)
--  pkg_check_modules(${_pyver} QUIET ${_pyver})
-+  pkg_check_modules(_python python-${_pyver})
-   

[gentoo-commits] proj/kde:master commit in: media-video/subtitlecomposer/, kde-apps/messagelib/, kde-plasma/milou/, ...

2020-07-12 Thread Andreas Sturmlechner
commit: fa72e0874b0a88484fc507dca0b194e98640d76c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 21:56:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 22:53:05 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa72e087

*/*: Switch from forceoptional-recursive back to forceoptional

Now we rely on patched ECMAddTests.cmake to skip them.

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

 kde-apps/analitza/analitza-20.08.49..ebuild   | 2 +-
 kde-apps/analitza/analitza-.ebuild| 2 +-
 kde-apps/kdepim-addons/kdepim-addons-20.08.49..ebuild | 2 +-
 kde-apps/kdepim-addons/kdepim-addons-.ebuild  | 2 +-
 kde-apps/messagelib/messagelib-20.08.49..ebuild   | 2 +-
 kde-apps/messagelib/messagelib-.ebuild| 2 +-
 kde-plasma/milou/milou-5.19.49..ebuild| 2 +-
 kde-plasma/milou/milou-.ebuild| 2 +-
 media-gfx/krita/krita-.ebuild | 2 +-
 media-video/subtitlecomposer/subtitlecomposer-.ebuild | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/kde-apps/analitza/analitza-20.08.49..ebuild 
b/kde-apps/analitza/analitza-20.08.49..ebuild
index 1a79d6f50e..ccfe526b09 100644
--- a/kde-apps/analitza/analitza-20.08.49..ebuild
+++ b/kde-apps/analitza/analitza-20.08.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 QTMIN=5.14.2
 VIRTUALX_REQUIRED="test"
 inherit ecm kde.org

diff --git a/kde-apps/analitza/analitza-.ebuild 
b/kde-apps/analitza/analitza-.ebuild
index 1a79d6f50e..ccfe526b09 100644
--- a/kde-apps/analitza/analitza-.ebuild
+++ b/kde-apps/analitza/analitza-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 QTMIN=5.14.2
 VIRTUALX_REQUIRED="test"
 inherit ecm kde.org

diff --git a/kde-apps/kdepim-addons/kdepim-addons-20.08.49..ebuild 
b/kde-apps/kdepim-addons/kdepim-addons-20.08.49..ebuild
index 91c79823ed..7d1b6835ab 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-20.08.49..ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-20.08.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.72.0
 QTMIN=5.14.2

diff --git a/kde-apps/kdepim-addons/kdepim-addons-.ebuild 
b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
index 91c79823ed..7d1b6835ab 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.72.0
 QTMIN=5.14.2

diff --git a/kde-apps/messagelib/messagelib-20.08.49..ebuild 
b/kde-apps/messagelib/messagelib-20.08.49..ebuild
index 15315a8760..91cb9ebdd1 100644
--- a/kde-apps/messagelib/messagelib-20.08.49..ebuild
+++ b/kde-apps/messagelib/messagelib-20.08.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.72.0
 QTMIN=5.14.2

diff --git a/kde-apps/messagelib/messagelib-.ebuild 
b/kde-apps/messagelib/messagelib-.ebuild
index 15315a8760..91cb9ebdd1 100644
--- a/kde-apps/messagelib/messagelib-.ebuild
+++ b/kde-apps/messagelib/messagelib-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.72.0
 QTMIN=5.14.2

diff --git a/kde-plasma/milou/milou-5.19.49..ebuild 
b/kde-plasma/milou/milou-5.19.49..ebuild
index d45bc33c19..bf21b90201 100644
--- a/kde-plasma/milou/milou-5.19.49..ebuild
+++ b/kde-plasma/milou/milou-5.19.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 KFMIN=5.71.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.14.2

diff --git a/kde-plasma/milou/milou-.ebuild 
b/kde-plasma/milou/milou-.ebuild
index c5da5a0458..176564440e 100644
--- a/kde-plasma/milou/milou-.ebuild
+++ b/kde-plasma/milou/milou-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 KFMIN=
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.14.2

diff --git a/media-gfx/krita/krita-.ebuild 
b/media-gfx/krita/krita-.ebuild
index abb2607180..fda25b11c0 100644
--- a/media-gfx/krita/krita-.ebuild
+++ b/media-gfx/krita/krita-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional-recursive"
+ECM_TEST="forceoptional"
 PYTHON_COMPAT=( python3_{7,8,9} )
 KFMIN=5.60.0
 QTMIN=5.12.3

diff --git a/media-video/subtitlecomposer/subtitlecomposer-.ebuild 
b/media-video/subtitlecomposer/subtitlecomposer-.ebuild
index b669b2b3dd..5506e6c66d 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-.ebuild
+++ 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/, kde-frameworks/extra-cmake-modules/files/

2020-07-12 Thread Andreas Sturmlechner
commit: 1b0294df9849933ffb3b0b22586677a71ebb0487
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 21:44:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 22:51:50 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b0294df

kde-frameworks/extra-cmake-modules: Skip ecm_add_test w/o Qt5::Test

Bug: https://bugs.gentoo.org/651978
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../extra-cmake-modules-.ebuild|  1 +
 ...ke-modules-5.72.0-skip-ecm_add_test-early.patch | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
index 7f5092846c..0425b6f07a 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
@@ -34,6 +34,7 @@ RESTRICT+=" !test? ( test )"
 PATCHES=(
"${FILESDIR}/${PN}-5.49.0-no-fatal-warnings.patch"
"${FILESDIR}/${PN}-5.65.0-disable-qmlplugindump.patch"
+   "${FILESDIR}/${PN}-5.72.0-skip-ecm_add_test-early.patch"
 )
 
 python_check_deps() {

diff --git 
a/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.72.0-skip-ecm_add_test-early.patch
 
b/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.72.0-skip-ecm_add_test-early.patch
new file mode 100644
index 00..72541d73e7
--- /dev/null
+++ 
b/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.72.0-skip-ecm_add_test-early.patch
@@ -0,0 +1,54 @@
+From ad3aec71ed7f8820e69fe55489368a19d0735ab5 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sat, 11 Jul 2020 23:04:16 +0200
+Subject: [PATCH] ECMAddTests.cmake: Skip ecm_add_test early if Qt5::Test is 
not available
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ modules/ECMAddTests.cmake| 9 +
+ tests/ECMAddTests/CMakeLists.txt | 5 +
+ 2 files changed, 14 insertions(+)
+
+diff --git a/modules/ECMAddTests.cmake b/modules/ECMAddTests.cmake
+index 4bc7fb8..12825aa 100644
+--- a/modules/ECMAddTests.cmake
 b/modules/ECMAddTests.cmake
+@@ -81,6 +81,10 @@ function(ecm_add_test)
+ message(FATAL_ERROR "ecm_add_test() called with multiple source files but 
without setting \"TEST_NAME\"")
+   endif()
+ 
++  if(NOT TARGET Qt5::Test)
++return()
++  endif()
++
+   set(_testname ${ARG_NAME_PREFIX}${_targetname})
+   set(gui_args)
+   if(ARG_GUI)
+@@ -122,6 +126,11 @@ function(ecm_add_tests)
+   endif()
+   set(test_names)
+   set(target_names)
++
++  if(NOT TARGET Qt5::Test)
++return()
++  endif()
++
+   foreach(_test_source ${ARG_UNPARSED_ARGUMENTS})
+ ecm_add_test(${_test_source}
+   NAME_PREFIX ${ARG_NAME_PREFIX}
+diff --git a/tests/ECMAddTests/CMakeLists.txt 
b/tests/ECMAddTests/CMakeLists.txt
+index e77b33f..4e191fe 100644
+--- a/tests/ECMAddTests/CMakeLists.txt
 b/tests/ECMAddTests/CMakeLists.txt
+@@ -1,3 +1,8 @@
++if(NOT TARGET Qt5::Test)
++message(STATUS "WARNING: skipping tests that require Qt5::Test")
++return()
++endif()
++
+ macro(add_check NAME)
+ string(REPLACE "." "/" dir "${NAME}")
+ string(REGEX REPLACE "[^.]*\\." "" proj "${NAME}")
+-- 
+2.27.0
+



[gentoo-commits] proj/kde:master commit in: media-gfx/krita/, media-gfx/krita/files/

2020-07-12 Thread Andreas Sturmlechner
commit: 07cda4a3a1bd5fd356ea8a4961d6e12a2c870b98
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 12 18:48:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 22:53:27 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=07cda4a3

media-gfx/krita: Update tests-optional patch

Now we rely on patched ECMAddTests.cmake to skip them.
The remaining patch is much smaller.

Bug: https://bugs.gentoo.org/651978
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../krita/files/krita-4.3.1-tests-optional.patch   | 80 ++
 media-gfx/krita/krita-.ebuild  |  2 +
 2 files changed, 82 insertions(+)

diff --git a/media-gfx/krita/files/krita-4.3.1-tests-optional.patch 
b/media-gfx/krita/files/krita-4.3.1-tests-optional.patch
new file mode 100644
index 00..37f2ac50ff
--- /dev/null
+++ b/media-gfx/krita/files/krita-4.3.1-tests-optional.patch
@@ -0,0 +1,80 @@
+From 2e9369281d44a2701ac7364568d381cca0d92ec5 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 12 Jul 2020 18:55:31 +0200
+Subject: [PATCH] KritaAddBrokenUnitTest.cmake, MacroKritaAddBenchmark.cmake:
+ Skip ecm_add_test early if Qt5::Test is not available
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ cmake/modules/KritaAddBrokenUnitTest.cmake | 4 
+ cmake/modules/MacroKritaAddBenchmark.cmake | 4 
+ 2 files changed, 8 insertions(+)
+
+diff --git a/cmake/modules/KritaAddBrokenUnitTest.cmake 
b/cmake/modules/KritaAddBrokenUnitTest.cmake
+index b7d0e8d852..901a0a1f99 100644
+--- a/cmake/modules/KritaAddBrokenUnitTest.cmake
 b/cmake/modules/KritaAddBrokenUnitTest.cmake
+@@ -23,6 +23,10 @@ function(KRITA_ADD_BROKEN_UNIT_TEST)
+ message(FATAL_ERROR "ecm_add_test() called with multiple source files but 
without setting \"TEST_NAME\"")
+   endif()
+ 
++  if(NOT TARGET Qt5::Test)
++return()
++  endif()
++
+   set(_testname ${ARG_NAME_PREFIX}${_targetname})
+ 
+   # add test to the global list of disabled tests
+diff --git a/cmake/modules/MacroKritaAddBenchmark.cmake 
b/cmake/modules/MacroKritaAddBenchmark.cmake
+index c748d8e319..f804d9b8f4 100644
+--- a/cmake/modules/MacroKritaAddBenchmark.cmake
 b/cmake/modules/MacroKritaAddBenchmark.cmake
+@@ -23,6 +23,10 @@ macro (KRITA_ADD_BENCHMARK _test_NAME)
+ set(_nogui "NOGUI")
+ endif()
+ 
++if(NOT TARGET Qt5::Test)
++return()
++endif()
++
+ add_executable( ${_test_NAME} ${_srcList} )
+ ecm_mark_as_test(${_test_NAME})
+ 
+-- 
+2.27.0
+
+From 3c9fe10e25e94bdb1eb5e7b07ac2696635fdc5a3 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Wed, 17 Jun 2020 20:18:28 +0200
+Subject: [PATCH] Don't build tests when testing not requested
+
+Signed-off-by: Andreas Sturmlechner 
+
+diff --git a/libs/flake/CMakeLists.txt b/libs/flake/CMakeLists.txt
+index cbdac265d2..1a50c1620a 100644
+--- a/libs/flake/CMakeLists.txt
 b/libs/flake/CMakeLists.txt
+@@ -9,8 +9,10 @@ include_directories(
+ )
+ 
+ add_subdirectory(styles)
+-add_subdirectory(tests)
+-add_subdirectory(resources/tests)
++if(BUILD_TESTING)
++add_subdirectory(tests)
++add_subdirectory(resources/tests)
++endif()
+ 
+ set(kritaflake_SRCS
+ KoGradientHelper.cpp
+diff --git a/libs/image/tiles3/CMakeLists.txt 
b/libs/image/tiles3/CMakeLists.txt
+index 88c0516360..01f2383ddb 100644
+--- a/libs/image/tiles3/CMakeLists.txt
 b/libs/image/tiles3/CMakeLists.txt
+@@ -1 +1,3 @@
+-add_subdirectory(tests)
++if(BUILD_TESTING)
++add_subdirectory(tests)
++endif()
+-- 
+2.27.0

diff --git a/media-gfx/krita/krita-.ebuild 
b/media-gfx/krita/krita-.ebuild
index fda25b11c0..215cf210d5 100644
--- a/media-gfx/krita/krita-.ebuild
+++ b/media-gfx/krita/krita-.ebuild
@@ -87,6 +87,8 @@ DEPEND="${RDEPEND}
 # bug 630508
 RESTRICT+=" test"
 
+PATCHES=( "${FILESDIR}"/${PN}-4.3.1-tests-optional.patch )
+
 pkg_setup() {
python-single-r1_pkg_setup
ecm_pkg_setup



[gentoo-commits] proj/kde:master commit in: kde-apps/libkdegames/files/

2020-07-12 Thread Andreas Sturmlechner
commit: 7aa179f0451215e8bb0065c724f2636705b178dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 21:48:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 22:53:27 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7aa179f0

kde-apps/libkdegames: Drop obsolete patch

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

 .../files/libkdegames-20.04.2-optional-tests.patch | 28 --
 1 file changed, 28 deletions(-)

diff --git 
a/kde-apps/libkdegames/files/libkdegames-20.04.2-optional-tests.patch 
b/kde-apps/libkdegames/files/libkdegames-20.04.2-optional-tests.patch
deleted file mode 100644
index e7ffd23ade..00
--- a/kde-apps/libkdegames/files/libkdegames-20.04.2-optional-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From f80393453a5645c0e9a4bdb8a23c9b303b0c4d41 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Wed, 17 Jun 2020 17:51:36 +0200
-Subject: [PATCH] Also add BUILD_TESTING condition in subdir
-
-Follow-up to 02679f6d.

- libkdegamesprivate/CMakeLists.txt | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/libkdegamesprivate/CMakeLists.txt 
b/libkdegamesprivate/CMakeLists.txt
-index b122f37a..c2e9572e 100644
 a/libkdegamesprivate/CMakeLists.txt
-+++ b/libkdegamesprivate/CMakeLists.txt
-@@ -1,7 +1,9 @@
- enable_testing()
- project(libkdegamesprivate)
- 
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+add_subdirectory(tests)
-+endif()
- 
- # NOTE: The libkdegamesprivate target is compiled in the parent directory,
- # because CMake can't cope with exported libraries in two different
--- 
-2.27.0
-



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

2020-07-12 Thread Andreas Sturmlechner
commit: 6320ef5f4e7c312de5b6db0498f830b936a19db6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 19:29:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 12 18:54:14 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6320ef5f

kde-frameworks/ktexteditor: Enable IUSE="editorconfig" by default

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

 kde-frameworks/ktexteditor/ktexteditor-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexteditor/ktexteditor-.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-.ebuild
index 1160bcf232..40df06d9ee 100644
--- a/kde-frameworks/ktexteditor/ktexteditor-.ebuild
+++ b/kde-frameworks/ktexteditor/ktexteditor-.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework providing a full text editor component"
 
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="editorconfig git"
+IUSE="+editorconfig git"
 
 BDEPEND="
test? ( >=kde-frameworks/kservice-${PVCUT}:5 )



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma5-wallpapers-dynamic/

2020-07-12 Thread Reagan Bohan
commit: 51dacaeefd29f01d2fe5843f7d78b242b964724d
Author: Reagan Bohan  gmail  com>
AuthorDate: Sun Jul 12 22:04:58 2020 +
Commit: Reagan Bohan  gmail  com>
CommitDate: Sun Jul 12 22:04:58 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51dacaee

kde-misc/plasma5-wallpapers-dynamic: version bump to 3.2.1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Reagan Bohan  gmail.com>

 kde-misc/plasma5-wallpapers-dynamic/Manifest| 2 +-
 ...ers-dynamic-3.1.0.ebuild => plasma5-wallpapers-dynamic-3.2.1.ebuild} | 1 +
 .../plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-.ebuild   | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-misc/plasma5-wallpapers-dynamic/Manifest 
b/kde-misc/plasma5-wallpapers-dynamic/Manifest
index 3d2fe69..9f4159c 100644
--- a/kde-misc/plasma5-wallpapers-dynamic/Manifest
+++ b/kde-misc/plasma5-wallpapers-dynamic/Manifest
@@ -1 +1 @@
-DIST 3.1.0.tar.gz 340502 BLAKE2B 
79c6e8a23fcc335b8c4950ea04a36f540a21cf5165bdd9558cdd46d68bf64ff47adf382492b012f60dc17d8111bacc8033068db7eb371251e9331a7f89025a5d
 SHA512 
068a632a088e3d5d33fda3ce3fe17b5b16bf48cc0f9101c606454648817b583ebea4223a6226f32cfb353779570e342caaa5266215228631df0a4e643acc3cc5
+DIST 3.2.1.tar.gz 343627 BLAKE2B 
1b6a3b9ddea81469b0ad245858021d14da567e803e196d2bdf78eafe3bacd12e80e3633bda202718a5ddf3f52452c10321b1599d9b1a5a86b39d446382dfc087
 SHA512 
33a89c9901167aeecba79581b3808c49eafb0398cdfc045999268f5fc2f0a06ca46cdc78595ff268e223762b2b6c2a71b7e8c0df1cbaeaed338f6e1b09bd2350

diff --git 
a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild 
b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.2.1.ebuild
similarity index 98%
rename from 
kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild
rename to 
kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.2.1.ebuild
index 6ae9efc..ba0a5ac 100644
--- 
a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild
+++ 
b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.2.1.ebuild
@@ -35,5 +35,6 @@ DEPEND="
>=kde-frameworks/plasma-${KFMIN}:5
>=media-libs/libheif-1.3.0
>=kde-frameworks/kirigami-${KFMIN}:5
+   media-libs/libexif
 "
 RDEPEND="${DEPEND}"

diff --git 
a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-.ebuild 
b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-.ebuild
index 6ae9efc..ba0a5ac 100644
--- a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-.ebuild
+++ b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-.ebuild
@@ -35,5 +35,6 @@ DEPEND="
>=kde-frameworks/plasma-${KFMIN}:5
>=media-libs/libheif-1.3.0
>=kde-frameworks/kirigami-${KFMIN}:5
+   media-libs/libexif
 "
 RDEPEND="${DEPEND}"



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

2020-07-12 Thread Sergei Trofimovich
commit: a318f2fb74391ccfe9e8750a0bee6e2f4c8d215f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 12 21:44:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 12 21:44:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a318f2fb

dev-libs/cloog: drop toolchain@ from maintainers

cloog is not used by toolchain for a while. gcc switched to isl.

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

 dev-libs/cloog/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-libs/cloog/metadata.xml b/dev-libs/cloog/metadata.xml
index fa331094dd3..7a38bb90096 100644
--- a/dev-libs/cloog/metadata.xml
+++ b/dev-libs/cloog/metadata.xml
@@ -1,7 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   toolch...@gentoo.org
-   
+   
 



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

2020-07-12 Thread Matthew Thode
commit: cef788711865f86dec3a5eac3deb081217aaf608
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul 12 21:43:07 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jul 12 21:43:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef78871

dev-cpp/cpp-hocon: 0.3.0 bump

may help fix
Bug: https://bugs.gentoo.org/727372
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 dev-cpp/cpp-hocon/Manifest   |  1 +
 dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild | 23 +++
 dev-cpp/cpp-hocon/metadata.xml   |  3 ---
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/cpp-hocon/Manifest b/dev-cpp/cpp-hocon/Manifest
index 09b5ddcfade..1a30689fced 100644
--- a/dev-cpp/cpp-hocon/Manifest
+++ b/dev-cpp/cpp-hocon/Manifest
@@ -1 +1,2 @@
 DIST cpp-hocon-0.2.1.tar.gz 158108 BLAKE2B 
4b7097768d4fcbc72df5c63fb036b12bb08108a0e1ef57ec182c64c2aa337b56197c8c10dea8f26f64a273b578d4c1b53a898024558d95e99d2ba1b3778c2414
 SHA512 
fcc377da7923b77436a6f2787d5b8b1b573f239de4f059c4a5949cbb1a755fd12024b9155f5e44cf60141181942f3e9a2a8fad07ee0b1d516fe2cd4a88d4ac8b
+DIST cpp-hocon-0.3.0.tar.gz 159032 BLAKE2B 
a5503d28d4740c78ad13836d5e7c60fc56b06d8f60f3d977a1db1008e0e90e159f2bef4d9737215684a4318b3c6d0a5efa20da1c14cd94ceacdb597bc5eaaab8
 SHA512 
de997e6d90330f901863b7da0d6f6e069a31e052b6f31c1e3009a9559c863f08879ecf4e202c763ec32567dd3a1e436ff5d3bf0b3009a085ef3ee95e5ca6c7e5

diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild 
b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild
new file mode 100644
index 000..082eef62641
--- /dev/null
+++ b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Provides C++ support for the HOCON configuration file format"
+HOMEPAGE="https://github.com/puppetlabs/cpp-hocon;
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="
+   >=dev-libs/boost-1.54:=[nls]
+   >=dev-libs/leatherman-0.9.3:=
+   "
+RDEPEND="${DEPEND}"
+
+#PATCHES=( "${FILESDIR}"/${PN}-0.2.1-cmake.patch )

diff --git a/dev-cpp/cpp-hocon/metadata.xml b/dev-cpp/cpp-hocon/metadata.xml
index 07ce8804cf9..59168fb3ab2 100644
--- a/dev-cpp/cpp-hocon/metadata.xml
+++ b/dev-cpp/cpp-hocon/metadata.xml
@@ -8,7 +8,4 @@

puppetlabs/cpp-hocon

-   
-   A C++ port of the Typesafe Config library.
-   
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/

2020-07-12 Thread Matt Turner
commit: 83d208b451266b2d05cfa6068200fc2f97144644
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 12 21:38:53 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 12 21:39:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d208b4

sys-power/powertop: Depend on sys-devel/autoconf-archive

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

 sys-power/powertop/powertop-2.13.ebuild | 1 +
 sys-power/powertop/powertop-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys-power/powertop/powertop-2.13.ebuild 
b/sys-power/powertop/powertop-2.13.ebuild
index 3037572fdbe..23daa69f103 100644
--- a/sys-power/powertop/powertop-2.13.ebuild
+++ b/sys-power/powertop/powertop-2.13.ebuild
@@ -30,6 +30,7 @@ DEPEND="
 
 BDEPEND="
virtual/pkgconfig
+   sys-devel/autoconf-archive
>=sys-devel/gettext-0.20.2
 "
 RDEPEND="

diff --git a/sys-power/powertop/powertop-.ebuild 
b/sys-power/powertop/powertop-.ebuild
index b6c21806001..04d3fef7a87 100644
--- a/sys-power/powertop/powertop-.ebuild
+++ b/sys-power/powertop/powertop-.ebuild
@@ -30,6 +30,7 @@ DEPEND="
 
 BDEPEND="
virtual/pkgconfig
+   sys-devel/autoconf-archive
>=sys-devel/gettext-0.20.2
 "
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-devel/sparse/

2020-07-12 Thread Sergei Trofimovich
commit: 4496cbadab513d1fad737d48637a5a731b37b537
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 12 21:37:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 12 21:37:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4496cbad

sys-devel/sparse: bump up to 0.6.2

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

 sys-devel/sparse/Manifest| 1 +
 sys-devel/sparse/{sparse-.ebuild => sparse-0.6.2.ebuild} | 6 --
 sys-devel/sparse/sparse-.ebuild  | 6 --
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/sys-devel/sparse/Manifest b/sys-devel/sparse/Manifest
index 69ecd80dccb..088da04a4f8 100644
--- a/sys-devel/sparse/Manifest
+++ b/sys-devel/sparse/Manifest
@@ -1 +1,2 @@
 DIST sparse-0.6.1.tar.xz 287880 BLAKE2B 
026e7770460ab576b91e8c401c642e95269ddd7c90c0f855b0246448ca653b95a899b4bf647134c090c06c802757b6415dcc89bc214fb7ff124c2ce3888fccb0
 SHA512 
2faad9b3263f19f941cd6a5891960d2c7d1066c664d3ef68e722d461785aeed2d4a9539df3556bbd98c022e7ee965b8030c49272ab6003113ba3b36f73c00187
+DIST sparse-0.6.2.tar.xz 340100 BLAKE2B 
72463fe93753f2cdced3411d1ccb18cc30dce82c4f6ae6289cf4297c66cee9f52ba96f96cceac1f134b017a7d6691b019c2f22cc801522e7a0fe0c5e0b4c8da4
 SHA512 
43c16b5cb4141077dd51f93e877e28e1a00e69ced58a9c8f643635b6f87a8044cddfe29a734b4a43282748e12f287b19b4fb3ce8c5e0b13931a3355974dff982

diff --git a/sys-devel/sparse/sparse-.ebuild 
b/sys-devel/sparse/sparse-0.6.2.ebuild
similarity index 92%
copy from sys-devel/sparse/sparse-.ebuild
copy to sys-devel/sparse/sparse-0.6.2.ebuild
index d058d2c9ea4..8860a29313e 100644
--- a/sys-devel/sparse/sparse-.ebuild
+++ b/sys-devel/sparse/sparse-0.6.2.ebuild
@@ -19,13 +19,14 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="gtk llvm test xml"
+IUSE="gtk llvm sqlite test xml"
 RESTRICT="!test? ( test )"
 
-LLVM_MAX_SLOT=9
+LLVM_MAX_SLOT=10
 
 RDEPEND="gtk? ( x11-libs/gtk+:2 )
llvm? ( sys-devel/llvm:${LLVM_MAX_SLOT}= )
+   sqlite? ( dev-db/sqlite:= )
xml? ( dev-libs/libxml2 )"
 DEPEND="${RDEPEND}
gtk? ( virtual/pkgconfig )
@@ -47,6 +48,7 @@ _emake() {
\
HAVE_GTK=$(usex gtk) \
HAVE_LLVM=$(usex llvm) \
+   HAVE_SQLITE=$(usex sqlite) \
HAVE_LIBXML=$(usex xml) \
\
V=1 \

diff --git a/sys-devel/sparse/sparse-.ebuild 
b/sys-devel/sparse/sparse-.ebuild
index d058d2c9ea4..8860a29313e 100644
--- a/sys-devel/sparse/sparse-.ebuild
+++ b/sys-devel/sparse/sparse-.ebuild
@@ -19,13 +19,14 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="gtk llvm test xml"
+IUSE="gtk llvm sqlite test xml"
 RESTRICT="!test? ( test )"
 
-LLVM_MAX_SLOT=9
+LLVM_MAX_SLOT=10
 
 RDEPEND="gtk? ( x11-libs/gtk+:2 )
llvm? ( sys-devel/llvm:${LLVM_MAX_SLOT}= )
+   sqlite? ( dev-db/sqlite:= )
xml? ( dev-libs/libxml2 )"
 DEPEND="${RDEPEND}
gtk? ( virtual/pkgconfig )
@@ -47,6 +48,7 @@ _emake() {
\
HAVE_GTK=$(usex gtk) \
HAVE_LLVM=$(usex llvm) \
+   HAVE_SQLITE=$(usex sqlite) \
HAVE_LIBXML=$(usex xml) \
\
V=1 \



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

2020-07-12 Thread Mart Raudsepp
commit: 6c4f27d006a8645452ddebfff16fab43de57aa7c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 08:53:49 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4f27d0

gnome-base/gnome-flashback-3.34: mark incompatible with gnome-desktop-3.36

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

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

diff --git a/gnome-base/gnome-flashback/gnome-flashback-3.34.2.ebuild 
b/gnome-base/gnome-flashback/gnome-flashback-3.34.2.ebuild
index 88af27a5a76..f287574ee19 100644
--- a/gnome-base/gnome-flashback/gnome-flashback-3.34.2.ebuild
+++ b/gnome-base/gnome-flashback/gnome-flashback-3.34.2.ebuild
@@ -16,6 +16,7 @@ RDEPEND="
>=x11-libs/gdk-pixbuf-2.32.2:2
>=x11-libs/gtk+-3.22.0:3[X]
>=gnome-base/gnome-desktop-3.12.0:3=
+   =media-libs/libcanberra-0.13[gtk3]
>=dev-libs/glib-2.44.0:2
>=gnome-base/gsettings-desktop-schemas-3.31.0



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

2020-07-12 Thread Mart Raudsepp
commit: 31ed1e8e87d1b7efe073eba9689e4d23bed7f0aa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 17:21:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ed1e8e

gnome-base/gnome-session: bump to 3.36.0

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

 gnome-base/gnome-session/Manifest  |   2 +
 .../gnome-session/gnome-session-3.36.0.ebuild  | 129 +
 2 files changed, 131 insertions(+)

diff --git a/gnome-base/gnome-session/Manifest 
b/gnome-base/gnome-session/Manifest
index 1b7940dd508..90d0bacb6a3 100644
--- a/gnome-base/gnome-session/Manifest
+++ b/gnome-base/gnome-session/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-session-3.34.2-patchset.tar.xz 10196 BLAKE2B 
f79331c554b3004dc92d6b9d78ecb9575ad9ff071ef443ba4dca47e358e1c9bc2ecad3a43298bec7ad9e33aa85cb3fbc400f0a8739e6b1b1ebcfe3b8fd590ee5
 SHA512 
50d0d99bc594abdd05b2351c00db7f170282459360aaac0148a224d7e30e99283588596e84ff82bffab647cfd6a01a306a5c951da77d68e50ad8e146d3aae62a
 DIST gnome-session-3.34.2.tar.xz 474692 BLAKE2B 
5b928a4632966bc12ff94ae76079cd39352dc7008e9a1044ccc63e1ba588d26a6a5812a69a995f86cef6f9f2f18ae2865793dd28335218308ada85969966fb75
 SHA512 
23388420ee117596b73ac057d2376857db726fb727fdeff4e4f420e7742622e81baef439adb04d8659a6979e5b7043c72ea334c1179974950476489a8c397182
+DIST gnome-session-3.36.0-patchset.tar.xz 22624 BLAKE2B 
33518973a5e7c810b9aef165bcd62d41641908fa329dcefc784073966514aad5aa8919037722043c6cb0ddca86b4c2444b614d773aa777d737d49fdb3acad8e5
 SHA512 
c80ae41bcaa876ebb2c2d2a47d7bbcb58a3fe417ce0727e1aa3f384c4ae848bd3f1e27bd706af478f8e93c921efef578085d2c999efd06fd8d7c8704e170a56a
+DIST gnome-session-3.36.0.tar.xz 475492 BLAKE2B 
b539c4646b746198aceba65708f758fc875614d342b66f8b12643a7235dcc043b78d7e2502ca9f45159f5b4080528ff8b92c98b67acb77fe7f71386ec282b773
 SHA512 
234456e8617524a3b95afb505246823ced4eca3ca009d48fc0bde70f8c620814495b04509c134bfb72760619990cc7cb7363ba13f0d90d9f038e8a43eadb6e9d

diff --git a/gnome-base/gnome-session/gnome-session-3.36.0.ebuild 
b/gnome-base/gnome-session/gnome-session-3.36.0.ebuild
new file mode 100644
index 000..4f42ede4e06
--- /dev/null
+++ b/gnome-base/gnome-session/gnome-session-3.36.0.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Gnome session manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-session;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+IUSE="consolekit doc elogind systemd"
+# There is a null backend available, thus ?? not ^^
+# consolekit can be enabled alone, or together with a logind provider; in 
latter case CK is used as fallback
+REQUIRED_USE="?? ( elogind systemd )"
+
+DEPEND="
+   >=dev-libs/glib-2.46.0:2
+   >=x11-libs/gtk+-3.18.0:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=gnome-base/gnome-desktop-3.34.2:3=
+   >=dev-libs/json-glib-0.10
+   media-libs/mesa[egl,gles2,X(+)]
+   media-libs/libepoxy
+   x11-libs/libXcomposite
+
+   systemd? ( >=sys-apps/systemd-183:0= )
+   elogind? ( >=sys-auth/elogind-239.4 )
+   consolekit? ( >=dev-libs/dbus-glib-0.76 )
+"
+
+# Pure-runtime deps from the session files should *NOT* be added here.
+# >=gnome-settings-daemon-3.35.91 for UsbProtection required component.
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+# sys-apps/dbus[X] is needed for session management.
+# Our 90-xcursor-theme-gnome reads a setting from gsettings-desktop-schemas.
+RDEPEND="${DEPEND}
+   >=gnome-base/gnome-settings-daemon-3.35.91
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   sys-apps/dbus[X]
+   consolekit? ( sys-auth/consolekit )
+
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+"
+BDEPEND="
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   x11-libs/xtrans
+   virtual/pkgconfig
+   doc? ( app-text/xmlto
+   app-text/docbook-xml-dtd:4.1.2 )
+"
+
+PATCHES=(
+   # Various patches from master (no 3-36 branch yet) + elogind support
+   "${WORKDIR}"/patches/
+)
+
+src_prepare() {
+   xdg_src_prepare
+   # Install USE=doc in $PF if enabled
+   sed -i -e "s:meson\.project_name(), 'dbus':'${PF}', 'dbus':" 
doc/dbus/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddeprecation_flags=false
+   

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

2020-07-12 Thread Mart Raudsepp
commit: 8f852e47f905f4f151f5179a1fba3f4fd0468883
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 11:50:48 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f852e47

gnome-base/gnome-control-center: bump to 3.36.4

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

 gnome-base/gnome-control-center/Manifest   |   2 +
 .../gnome-control-center-3.36.4.ebuild | 180 +
 2 files changed, 182 insertions(+)

diff --git a/gnome-base/gnome-control-center/Manifest 
b/gnome-base/gnome-control-center/Manifest
index d1ce1aa54c6..923d73fad03 100644
--- a/gnome-base/gnome-control-center/Manifest
+++ b/gnome-base/gnome-control-center/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-control-center-3.34.5-patchset.tar.xz 7500 BLAKE2B 
6ec377725fa81a2d49eb0496b31adf7a303505b4478781dd3d4f2c0b204996ae94e3bb5b9b43c324d8e317d66646ee28fa2e471ff884b709c03419fd0243f342
 SHA512 
c658f0515a7b72c78c3ec6c78a1586169d21f01a40211e14d9e70fade3d5a18e29639c2aa5ef37dc6c741df9f9b7478cb221c83e3f1b4e4876e6b854e38ff524
 DIST gnome-control-center-3.34.5.tar.xz 6234916 BLAKE2B 
9c41ee8f24a66ff66173587f0f75bb743434f21315281db11577bed2c4770c9da5606df37020d4951b7e542171298abceef65ba02e66519737aeb30bb6bd3861
 SHA512 
564cf514345c45c39003e309d9d93a862cfe801e84968412f6c69031745df0683716423de2d85cde166fc9eb256a45be713e7eb62c8ac3e8e4a59e91ab160156
+DIST gnome-control-center-3.36.4-patchset.tar.xz 12320 BLAKE2B 
a387d793186c898a14d54060214fbd075389afe402b1ad937a00295eed339a529863752324ba26f691ad468f214acda60be5bc23167d95fdf842f26a24442e55
 SHA512 
6f11425f13590e7850114613efa82e8762bd62687839c9374d2618ab81a08f1abb871d2a8f452811e46fa53af7007167f7b9ca68e0822daee22e9de33e0be94b
+DIST gnome-control-center-3.36.4.tar.xz 6304992 BLAKE2B 
7c52faf2a9a0f642f24f59e2035ae57e7816d69c8ee639cde76db7d69f8063c9eff2e068b95710d13316c267b5cf6c6647cb1359ac592968b1c5021730081130
 SHA512 
e6c398256215a139042e5bb0db7c83fc0e39f99ab893760e37ba303ec4c932a37da352b92487ed1bdc61f2e8f61352c752b48ab549269e3f84e21a71cdf32abf

diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.36.4.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.36.4.ebuild
new file mode 100644
index 000..f604537b2e2
--- /dev/null
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.36.4.ebuild
@@ -0,0 +1,180 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
+
+DESCRIPTION="GNOME's main interface to configure various aspects of the 
desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-control-center/;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="2"
+IUSE="+bluetooth +cups debug elogind flickr +gnome-online-accounts +ibus 
input_devices_wacom kerberos networkmanager systemd test v4l wayland"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   flickr? ( gnome-online-accounts )
+   ^^ ( elogind systemd )
+" # Theoretically "?? ( elogind systemd )" is fine too, lacking some 
functionality at runtime, but needs testing if handled gracefully enough
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# kerberos unfortunately means mit-krb5; build fails with heimdal
+# display panel requires colord and gnome-settings-daemon[colord]
+# wacom panel requires gsd-enums.h from gsd at build time, probably also 
runtime support
+# printer panel requires cups and smbclient (the latter is not patched yet to 
be separately optional)
+# First block is toplevel meson.build deps in order of occurrence (plus deeper 
deps if in same conditional). Second block is dependency() from subdir 
meson.builds, sorted by directory name occurrence order
+DEPEND="
+   >=gui-libs/libhandy-0.0.9:0.0=
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.25.3:= )
+   >=media-sound/pulseaudio-2.0[glib]
+   >=sys-apps/accountsservice-0.6.39
+   >=x11-misc/colord-0.1.34:0=
+   >=x11-libs/gdk-pixbuf-2.23.0:2
+   >=dev-libs/glib-2.56.0:2
+   >=gnome-base/gnome-desktop-3.27.90:3=
+   >=gnome-base/gnome-settings-daemon-3.27.90[colord,input_devices_wacom?]
+   >=gnome-base/gsettings-desktop-schemas-3.31.0
+   dev-libs/libxml2:2
+   >=sys-auth/polkit-0.114
+   >=sys-power/upower-0.99.8:=
+   >=dev-libs/libgudev-232
+   x11-libs/libX11
+   >=x11-libs/libXi-1.2
+   media-libs/libepoxy
+   flickr? ( >=media-libs/grilo-0.3.0:0.3= )
+   >=x11-libs/gtk+-3.22.0:3[X,wayland=]
+   cups? (
+   >=net-print/cups-1.7[dbus]
+   >=net-fs/samba-4.0.0[client]
+   )
+   v4l? (
+   >=media-video/cheese-3.28.0 )
+   ibus? ( >=app-i18n/ibus-1.5.2 )
+   networkmanager? (
+   

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

2020-07-12 Thread Mart Raudsepp
commit: 0fb5975f71a37059770a7f68e955d93fcb63a779
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 13:46:33 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb5975f

gnome-base/gsettings-desktop-schemas: bump to 3.36.1

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

 gnome-base/gsettings-desktop-schemas/Manifest  |  1 +
 .../gsettings-desktop-schemas-3.36.1.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/gnome-base/gsettings-desktop-schemas/Manifest 
b/gnome-base/gsettings-desktop-schemas/Manifest
index 8c866e65507..8a0f8c9734f 100644
--- a/gnome-base/gsettings-desktop-schemas/Manifest
+++ b/gnome-base/gsettings-desktop-schemas/Manifest
@@ -1 +1,2 @@
 DIST gsettings-desktop-schemas-3.34.0.tar.xz 650468 BLAKE2B 
a275cd011c255531b293ccb875159ea4465c79852a3d1be2a03faafa8dbb6ba7137d72c7a59bce93b6ce5f187ebf92aca334dc3c51c8de5ee3af3092fc250fe5
 SHA512 
6cbe59facf77566ed93faabafc6b00ad03fb398a9a4686ba94a08b1c2d0df1d44bd673fb4d51340209a66ebc0aa32095615e7e63b78f4cc4c10d240a7b0a8fa1
+DIST gsettings-desktop-schemas-3.36.1.tar.xz 679788 BLAKE2B 
f49f98274f48cdb2eab0d3d94147cc0994245156999d5ed71adbbe4c949bb4da1ba230fe185938542b9854c77b6e0d7084d1919c26bf9939cd58baf4fcc8f129
 SHA512 
623a3759fe84cc5ea897043cc7c337a4f83302ebe5cfb9d214210a48e460e22b180518f5d768382ec18396bb2e86f22649dbc9b367a858e56b1ee8d2cab58fa8

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.36.1.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.36.1.ebuild
new file mode 100644
index 000..34729655bb5
--- /dev/null
+++ 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.36.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
+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"
+
+BDEPEND="
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   # Revert change to 'Source Code Pro 10' and 'Cantarell 11' fonts back 
to generic sans and monospace aliases
+   "${FILESDIR}"/3.32.0-default-fonts.patch
+)
+
+src_configure() {
+   meson_src_configure $(meson_use introspection)
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2020-07-12 Thread Mart Raudsepp
commit: 674746a5f291dc41be94070ef0f5d29506e3b06b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 12:28:40 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674746a5

gnome-base/gnome-flashback: bump to 3.36.3

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

 gnome-base/gnome-flashback/Manifest|  1 +
 .../gnome-flashback/gnome-flashback-3.36.3.ebuild  | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/gnome-base/gnome-flashback/Manifest 
b/gnome-base/gnome-flashback/Manifest
index c6691e78cd7..8394c4a4e7e 100644
--- a/gnome-base/gnome-flashback/Manifest
+++ b/gnome-base/gnome-flashback/Manifest
@@ -1 +1,2 @@
 DIST gnome-flashback-3.34.2.tar.xz 727812 BLAKE2B 
dd5fd4ff9f612d464f750343c17f0216366dfc6b9c7d892724e3b78ebf96b492a6192e32edb6c5f7c92c997a1d3325fea2b7e06874a3f03f1e5ea0965c63eba8
 SHA512 
9c2cfdcd0f896b56c6aff529c372b697fdd52db2660ba658aaef5ff7110a71b756ec708eebd260718ddd1c77df858bd00100070a1a32e282808bac519abb867d
+DIST gnome-flashback-3.36.3.tar.xz 825812 BLAKE2B 
f758e719e06572ebf008eea7eda6965f6572c3a666dc70b39fcaa4e59e814297fa671449c1aa8617fca799e51407e9acc637644c8fbe50f571fb75f250d0a7fb
 SHA512 
b0217ab72538983150f37c12ba0e78da0d9aa7a74075af0bd71390be9cc0686480dc831696f3febf4fed0bb1332547a494e5efb33c86b6879c46bc0443c53138

diff --git a/gnome-base/gnome-flashback/gnome-flashback-3.36.3.ebuild 
b/gnome-base/gnome-flashback/gnome-flashback-3.36.3.ebuild
new file mode 100644
index 000..f9f6fc5247c
--- /dev/null
+++ b/gnome-base/gnome-flashback/gnome-flashback-3.36.3.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback session"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-flashback/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="elogind systemd"
+REQUIRED_USE="^^ ( elogind systemd )"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=x11-libs/gdk-pixbuf-2.32.2:2
+   >=x11-libs/gtk+-3.22.0:3[X]
+   >=gnome-base/gnome-desktop-3.12.0:3=
+   >=gnome-base/gnome-panel-3.35.2
+   >=media-libs/libcanberra-0.13[gtk3]
+   >=dev-libs/glib-2.44.0:2
+   >=gnome-base/gsettings-desktop-schemas-3.31.0
+   >=sys-auth/polkit-0.97
+   >=app-i18n/ibus-1.5.2
+   >=sys-power/upower-0.99.0:=
+   >=x11-libs/libXrandr-1.5.0
+   >=x11-libs/libXxf86vm-1.1.4
+   x11-libs/libxcb
+   x11-libs/libX11
+   gnome-base/gdm
+   elogind? ( >=sys-auth/elogind-230 )
+   systemd? ( >=sys-apps/systemd-230:= )
+   net-wireless/gnome-bluetooth
+   x11-libs/libXext
+   >=x11-libs/libXi-1.6.0
+   x11-libs/pango
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   x11-libs/libXfixes
+   media-sound/pulseaudio[glib]
+   sys-libs/pam
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   x11-base/xorg-proto
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+RDEPEND="${RDEPEND}
+   x11-wm/metacity
+   gnome-base/gnome-panel
+   gnome-base/gnome-settings-daemon
+"
+
+src_configure() {
+   local myconf=(
+   --disable-static
+   --without-compiz-session
+   $(use_enable systemd systemd-session)
+   )
+
+   # Below elogind DESKTOP_* and SCREENSAVER_* pkg-config calls need to 
match up with
+   # what upstream has each version (libsystemd replaced with libelogind). 
Explicit
+   # per-version die to force a manual recheck. Only update the explicit 
version if the
+   # "PKG_CHECK_MODULES([MENU/SCREENSAVER], ...)" blocks did not change; 
otherwise adjust
+   # elogind conditional block below accordingly first.
+   if ver_test ${PV} -ne 3.36.3; then
+   die "Maintainer has not checked over packages MENU pkg-config 
deps for elogind support"
+   fi
+
+   if use elogind; then
+   myconf+=(
+   DESKTOP_CFLAGS=`pkg-config --cflags glib-2.0 gio-2.0 
gio-unix-2.0 gnome-desktop-3.0 gtk+-3.0 libelogind x11 2>/dev/null`
+   DESKTOP_LIBS=`pkg-config --libs glib-2.0 gio-2.0 
gio-unix-2.0 gnome-desktop-3.0 gtk+-3.0 libelogind x11 2>/dev/null`
+   SCREENSAVER_CFLAGS=`pkg-config --cflags gdm 
gio-unix-2.0 glib-2.0 gnome-desktop-3.0 gtk+-3.0 libelogind xxf86vm 2>/dev/null`
+   SCREENSAVER_LIBS=`pkg-config --libs gdm gio-unix-2.0 
glib-2.0 gnome-desktop-3.0 gtk+-3.0 libelogind xxf86vm 2>/dev/null`
+   )
+   fi
+
+   gnome2_src_configure "${myconf[@]}"
+}



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

2020-07-12 Thread Mart Raudsepp
commit: 384bda159c5822de39997d6105f9e1422ec5238c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 14:00:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384bda15

gnome-base/gnome-settings-daemon: bump to 3.36.1

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

 gnome-base/gnome-settings-daemon/Manifest  |   2 +
 .../gnome-settings-daemon-3.36.1.ebuild| 138 +
 2 files changed, 140 insertions(+)

diff --git a/gnome-base/gnome-settings-daemon/Manifest 
b/gnome-base/gnome-settings-daemon/Manifest
index 657165be2f6..ff6a851b7a6 100644
--- a/gnome-base/gnome-settings-daemon/Manifest
+++ b/gnome-base/gnome-settings-daemon/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-settings-daemon-3.34.2-patchset.tar.xz 23824 BLAKE2B 
ce2b0720f340353ce9a27f81ac5b7a17ae44234596d80a183fe9dc69a6dd49c6b750a816b75c43df357436b32a74f48358602615c9b134cd12cd1d0d960ea2d1
 SHA512 
ba10afe2cd28592501c47b2eba8473a4a08d927a1fd292f738a2ae16df73e64a97e4520a680ace93c81755a60d9c378792d47b4028d1dbd3b0ff6514d5210f3d
 DIST gnome-settings-daemon-3.34.2.tar.xz 1397504 BLAKE2B 
a96728068a395892b67aa4b5f3223aa96d2f0d431d1836136483a5344ee2a490d2ad5a1978c265bc6d652ec3863b71f055405681fe0b2466b1a3bfd146712c4a
 SHA512 
c5fab3af6d37dfb4dd9deff0656965699bb6c07f010c5040bb15b2fe5f7810b4815007975ad7a9841899ae1735273e394bb9539f32ab0464875cbb3648234f37
+DIST gnome-settings-daemon-3.36.1-patchset.tar.xz 79352 BLAKE2B 
6daf9528f5aa4c6597a017f25da41039dd2c09b4a1c29dca2d72f20195bb93c9003de39df89a669996e13050538553fbf6ed4f738b1c6fae29e8825ba252d26a
 SHA512 
fea4ecaadac102b0024c365ae2ba9e632ffeebab138bfc09b3f5bb0a7794c6efc779180023a73c6c884c7b64f7e8ac1ec40f1478231a5528c03829cd9273a58e
+DIST gnome-settings-daemon-3.36.1.tar.xz 1415080 BLAKE2B 
4026f3443b8dcab872ef54563b5fe8e89d6932373da0513d7d8c614616d396315f1e6a8d0be022aec82351b5cfe5868cbac5caeaa782d609885029fbbd1d91e3
 SHA512 
f2f43d9b772589b6b4212ee2b0afe8be79d50a2e0473a960c7a7b9d379222bbe84ca548114d0a247810a094b4b3bf41e40ca91173c6cf552517dc63eb3750c88

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.36.1.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.36.1.ebuild
new file mode 100644
index 000..07538907b83
--- /dev/null
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.36.1.ebuild
@@ -0,0 +1,138 @@
+# 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} )
+
+inherit gnome.org gnome2-utils python-any-r1 meson udev virtualx xdg
+
+DESCRIPTION="Gnome Settings Daemon"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="+colord +cups debug elogind input_devices_wacom modemmanager 
networkmanager smartcard systemd test +udev wayland"
+REQUIRED_USE="
+   ^^ ( elogind systemd )
+   input_devices_wacom? ( udev )
+   wayland? ( udev )
+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+DEPEND="
+   >=sci-geosciences/geocode-glib-3.10
+   >=dev-libs/glib-2.56:2
+   >=gnome-base/gnome-desktop-3.34.2:3=
+   >=gnome-base/gsettings-desktop-schemas-3.35.91
+   >=x11-libs/gtk+-3.15.3:3[X,wayland?]
+   >=dev-libs/libgweather-3.9.5:2=
+   colord? (
+   >=x11-misc/colord-1.3.5:=
+   >=media-libs/lcms-2.2:2 )
+   media-libs/libcanberra[gtk3]
+   >=app-misc/geoclue-2.3.1:2.0
+   >=x11-libs/libnotify-0.7.3
+   >=media-sound/pulseaudio-2[glib]
+   >=sys-auth/polkit-0.114
+   >=sys-power/upower-0.99.8:=
+   x11-libs/libX11
+   udev? ( dev-libs/libgudev:= )
+   wayland? ( dev-libs/wayland )
+   input_devices_wacom? ( >=dev-libs/libwacom-0.7
+   >=x11-libs/pango-1.20.0
+   x11-libs/gdk-pixbuf:2 )
+   smartcard? ( >=dev-libs/nss-3.11.2 )
+   cups? ( >=net-print/cups-1.4[dbus] )
+   modemmanager? ( >=app-crypt/gcr-3.7.5:=
+   >=net-misc/modemmanager-1.0:= )
+   networkmanager? ( >=net-misc/networkmanager-1.0 )
+   media-libs/alsa-lib
+   x11-libs/libXi
+   x11-libs/libXext
+   media-libs/fontconfig
+   systemd? ( sys-apps/systemd
+   sys-apps/dbus[user-session] )
+"
+# logind needed for power and session management, bug #464944
+# 
gnome-session-3.33.90/gdm-3.33.90/gnome-shell-extensions-3.34.1/gnome-flashback-3.33.1
 adapt to Clipboard and Mouse component removals (moved to mutter)
+RDEPEND="${DEPEND}
+   gnome-base/dconf
+   elogind? ( sys-auth/elogind )
+   !

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

2020-07-12 Thread Mart Raudsepp
commit: d1011f2228dfc853f548196f8124876360a4cf5c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 20:58:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1011f22

x11-wm/mutter: bump to 3.36.4

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

 x11-wm/mutter/Manifest |   1 +
 x11-wm/mutter/mutter-3.36.4.ebuild | 146 +
 2 files changed, 147 insertions(+)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index abdf0d8737d..ea271e83a04 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,2 +1,3 @@
 DIST mutter-3.34.6-patchset.tar.xz 4748 BLAKE2B 
103f17256c7a9f347aadd58119e0e92c844bf372723e1462ea343fe9a80d7ed9dd55ad04215216dd51f97143e23b201e056f2e17a1808a22fe2d4e0f8e8da659
 SHA512 
79e1d72d14643ef3b6d9da0532ca636e41a110bcc7e8fe1553940ca6c1e2cf6414923a707bdde7823449ef7b0535d8c97ae0ae57a02f55e90950e8c127340ade
 DIST mutter-3.34.6.tar.xz 2805328 BLAKE2B 
bba0e062ab81f8e88e7e59b6dbf51226b6e2d43932c7d61aca5a3e709119f909e30acea67a5444c95205ddf929a1f5bf7785eec7aed4f2da743c19543aa79962
 SHA512 
dd240fdcfc8ba0c62c0ff423a40ec6e0007d154f0be39e18cea543da7ff548e10a9b712f9b2cc09c58ad342b1e7eb50fb2a8790c55d284846bb6f1a76f8c6d6b
+DIST mutter-3.36.4.tar.xz 2687224 BLAKE2B 
edf86573bcecaff67b666205460ce8748e0e58f03a14f3f04ae01e0afed6e2909d16d4c2bc53d2e95e9ad2d5b3a8223d06245e01c7dbcc51dc6e04b463767935
 SHA512 
e7130e59d5539a53ac8a349a38ce1ce757c6eee2ba672fc9eab9330bde32217674a9a206bd977db03195dc42b6c327147467407dd0159c4e8585332d9c1daabb

diff --git a/x11-wm/mutter/mutter-3.36.4.ebuild 
b/x11-wm/mutter/mutter-3.36.4.ebuild
new file mode 100644
index 000..e85b8ba3651
--- /dev/null
+++ b/x11-wm/mutter/mutter-3.36.4.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
+
+LICENSE="GPL-2+"
+SLOT="0/6" # 0/libmutter_api_version - ONLY gnome-shell (or anything using 
mutter-clutter-.pc) should use the subslot
+
+IUSE="elogind input_devices_wacom +introspection +sysprof systemd test udev 
wayland"
+# native backend requires gles3 for hybrid graphics blitting support, udev and 
a logind provider
+REQUIRED_USE="
+   wayland? ( ^^ ( elogind systemd ) udev )
+   test? ( wayland )"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# gnome-settings-daemon is build checked, but used at runtime only for 
org.gnome.settings-daemon.peripherals.keyboard gschema
+# xorg-server is needed at build and runtime with USE=wayland for Xwayland
+# v3.32.2 has many excessive or unused *_req variables declared, thus 
currently the dep order ignores those and goes via dependency() call order
+DEPEND="
+   x11-libs/libX11
+   >=media-libs/graphene-1.9.3[introspection?]
+   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/pango-1.30[introspection?]
+   >=dev-libs/fribidi-1.0.0
+   >=x11-libs/cairo-1.14[X]
+   >=gnome-base/gsettings-desktop-schemas-3.33.0[introspection?]
+   >=dev-libs/glib-2.61.1:2
+   gnome-base/gnome-settings-daemon
+   >=dev-libs/json-glib-0.12.0[introspection?]
+   gnome-base/gnome-desktop:3=
+   >=x11-libs/libXcomposite-0.4
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   >=x11-libs/libXfixes-3
+   >=x11-libs/libXi-1.7.4
+   x11-libs/libXtst
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   >=x11-libs/libxkbcommon-0.4.3[X]
+   x11-libs/libXrender
+   >=x11-libs/libXrandr-1.5.0
+   x11-libs/libxcb
+   x11-libs/libXinerama
+   x11-libs/libXau
+   x11-libs/libICE
+   >=dev-libs/atk-2.5.3[introspection?]
+   >=media-libs/libcanberra-0.26
+   sys-apps/dbus
+   media-libs/mesa[X(+),egl]
+   wayland? (
+   >=dev-libs/wayland-protocols-1.19
+   >=dev-libs/wayland-1.13.0
+   x11-libs/libdrm:=
+   >=media-libs/mesa-10.3[egl,gbm,wayland,gles2]
+   >=dev-libs/libinput-1.7
+   systemd? ( sys-apps/systemd )
+   elogind? ( sys-auth/elogind )
+   x11-base/xorg-server[wayland]
+   )
+   udev? ( >=dev-libs/libgudev-232:=
+   >=virtual/libudev-232-r1:= )
+   x11-libs/libSM
+   input_devices_wacom? ( >=dev-libs/libwacom-0.13 )
+   >=x11-libs/startup-notification-0.7
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   gnome-extra/zenity
+"
+DEPEND="${DEPEND}
+   x11-base/xorg-proto
+   sysprof? ( 

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

2020-07-12 Thread Mart Raudsepp
commit: 2bffc6cb3307871a1e90040ea84bf6b89106f6a4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 12:13:27 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bffc6cb

gnome-base/gnome-panel: bump to 3.36.2

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

 gnome-base/gnome-panel/Manifest  |  1 +
 gnome-base/gnome-panel/gnome-panel-3.36.2.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/gnome-base/gnome-panel/Manifest b/gnome-base/gnome-panel/Manifest
index d126de8947f..5365d25a090 100644
--- a/gnome-base/gnome-panel/Manifest
+++ b/gnome-base/gnome-panel/Manifest
@@ -1 +1,2 @@
 DIST gnome-panel-3.34.1.tar.xz 3072196 BLAKE2B 
23fdfc0b78e13169ec6af92ee386ae3997536199c6f13406523e2deb6b696b90828ce614fc06115a83fdb6ec76fc14e0518f4eb839eabfbf29507d6fd4b2ab3d
 SHA512 
6d43285cda00b2e9415cf11f47a51a00941ed294edefb411f7b40003ece814ac08da9d2ccfb167a0a91c7abb9eb17a7f70970ac4eb585ce665cca5fcfbddcf03
+DIST gnome-panel-3.36.2.tar.xz 3033016 BLAKE2B 
faf5b81c07eccca9d78ed56be9e124e8f909bb577739810a059135cd6afc9cd293b5a023a129063c48168029a1f9a2dd6fd9c714f80e0c566f820291dd15217f
 SHA512 
cbd7eaf1778dd3f6751c020540c243b02787feb5781195fd5db008fc66683ea5330d89ab0f2c740020695c4da7856b5678491ec3e711d6ce41e884a0374e937b

diff --git a/gnome-base/gnome-panel/gnome-panel-3.36.2.ebuild 
b/gnome-base/gnome-panel/gnome-panel-3.36.2.ebuild
new file mode 100644
index 000..a2d70f6
--- /dev/null
+++ b/gnome-base/gnome-panel/gnome-panel-3.36.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eapi7-ver gnome2
+
+DESCRIPTION="The GNOME Flashback Panel"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-panel/;
+
+LICENSE="GPL-2+ FDL-1.1 LGPL-2.1+"
+SLOT="0"
+IUSE="eds elogind systemd"
+REQUIRED_USE="^^ ( elogind systemd )"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=gnome-base/gnome-desktop-2.91.0:3=
+   >=x11-libs/gdk-pixbuf-2.26.0:2
+   >=x11-libs/pango-1.15.4
+   >=dev-libs/glib-2.45.3:2
+   >=x11-libs/gtk+-3.22.0:3[X]
+   >=x11-libs/libwnck-3.4.6:3
+   >=gnome-base/gnome-menus-3.7.90:3
+   eds? ( >=gnome-extra/evolution-data-server-3.33.2:=
+   )
+   elogind? ( >=sys-auth/elogind-230 )
+   systemd? ( >=sys-apps/systemd-230:= )
+   >=x11-libs/cairo-1.0.0[X,glib]
+   >=dev-libs/libgweather-3.28.0:2=
+   >=gnome-base/dconf-0.13.4
+   >=x11-libs/libXrandr-1.3.0
+   gnome-base/gdm
+   x11-libs/libX11
+   x11-libs/libXi
+   sys-auth/polkit
+   x11-libs/libXi
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+" # yelp-tools and autoconf-archive for eautoreconf
+
+src_configure() {
+   local myconf=(
+   --disable-static
+   $(use_enable eds)
+   )
+
+   # Below elogind MENU_* pkg-config calls need to match up with what 
upstream has
+   # each version (libsystemd replaced with libelogind). Explicit 
per-version die
+   # to force a manual recheck. Only update the explicit version if the
+   # "PKG_CHECK_MODULES([MENU], ...)" block did not change; otherwise 
adjust
+   # elogind conditional block below accordingly first.
+   if ver_test ${PV} -ne 3.36.2; then
+   die "Maintainer has not checked over packages MENU pkg-config 
deps for elogind support"
+   fi
+
+   if use elogind; then
+   myconf+=(
+   MENU_CFLAGS=`pkg-config --cflags gdm gio-unix-2.0 
gtk+-3.0 libgnome-menu-3.0 libelogind 2>/dev/null`
+   MENU_LIBS=`pkg-config --libs gdm gio-unix-2.0 gtk+-3.0 
libgnome-menu-3.0 libelogind 2>/dev/null`
+   )
+   fi
+
+   gnome2_src_configure "${myconf[@]}"
+}



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

2020-07-12 Thread Mart Raudsepp
commit: 8e1b625bdc162675f8a67f3b60aa5c33b65da0d4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 12:45:55 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1b625b

x11-wm/metacity: bump to 3.36.1

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

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.36.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 5f5a2a7a030..248f48fc3cc 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.34.1.tar.xz 2055708 BLAKE2B 
c1bac27f83d26718fa3d02f777a627324efc3e3eaffbf385a84dd97960adc30e84090f511500fe96a4fbbb373da80a38eaba4c5e14910fbcf8783857c0767ef2
 SHA512 
e9234ad0aee9fe27cf1c2030e31d8f2c292ae2ee2e9b8546ed86e396152faa9dc4cc67fa8321a0c3d3bf577a83bc143111c6ac225f423db243347a6a760695ee
+DIST metacity-3.36.1.tar.xz 2063452 BLAKE2B 
2dd7b1c63e0b5f87ce4518d7d42d472223717012a46dd826dfda3c88f7e647809e6bf2449a28bd38573342fd5fec94e2233db958658ea4320b22c5451390e451
 SHA512 
98e73036cca238b713a112194b2cd7a866bcf7d08ef29fb590054b69a1bd807699317a51f9b851f9c474ae2557e27dc9fc4a52d7c436d93ad4a02babef68feeb

diff --git a/x11-wm/metacity/metacity-3.36.1.ebuild 
b/x11-wm/metacity/metacity-3.36.1.ebuild
new file mode 100644
index 000..bc33e8f6558
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.36.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.22.0:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.4
+   x11-base/xorg-proto
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



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

2020-07-12 Thread Mart Raudsepp
commit: d9c6eb2f0229f8f40a581e736cc37496e03c017f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 21:25:42 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:25:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c6eb2f

gnome-extra/gnome-shell-extensions: bump to 3.36.2

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

 gnome-extra/gnome-shell-extensions/Manifest|  1 +
 .../gnome-shell-extensions-3.36.2.ebuild   | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index ab5867fe085..19ebbde9c64 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-extensions-3.34.2.tar.xz 204860 BLAKE2B 
8abd569a18f693f4f7ffd4a20c65453a33bf17cabcc2e77a037085d75936a7fb4a7ee83829c71056830b825e4a9c694ad346e5fb3a844ad41140b6bba8226e68
 SHA512 
165fbedc2f8708b5596b5c44092e5dfd43596d7a87ec32ee5f83e9e39d2453cffef0e3445f63e811d21ce20f5587a5a27e0fde280d9715d5cc7dc290
+DIST gnome-shell-extensions-3.36.2.tar.xz 207976 BLAKE2B 
74be0821693d92f615e95f25bbfc5e670d2af6a7c7d909fd2e0a0eeb1f6e5d18e5809c5c2526dd1ffa734531091c0a1f1f6cb4050657bc7c98faa9f1cf6eb481
 SHA512 
0adf7ff030d18edb0c4e787fc097bbdda3eb4f10004857dec7a8339c6f2092e58195df409139d034ccc40027186a0309e5a06668d62c26d40bc80c38f8604ee1

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.36.2.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.36.2.ebuild
new file mode 100644
index 000..88401c357a1
--- /dev/null
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.36.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eapi7-ver gnome.org readme.gentoo-r1 meson xdg
+
+DESCRIPTION="JavaScript extensions for GNOME Shell"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.26:2
+   >=gnome-base/libgtop-2.28.3[introspection]
+   >=app-eselect/eselect-gnome-shell-extensions-20111211
+"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-libs/gjs-1.29
+   dev-libs/gobject-introspection:=
+   dev-libs/atk[introspection]
+   gnome-base/gnome-menus:3[introspection]
+   =gnome-base/gnome-shell-$(ver_cut 1-2)*
+   media-libs/clutter:1.0[introspection]
+   net-libs/telepathy-glib[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection]
+   x11-themes/adwaita-icon-theme
+   >=x11-wm/mutter-3.32[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   dev-lang/sassc
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? ( dev-lang/spidermonkey:68 )
+"
+
+RESTRICT="!test? ( test )"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="Installed extensions installed are initially disabled by default.
+To change the system default and enable some extensions, you can use
+# eselect gnome-shell-extensions
+
+Alternatively, to enable/disable extensions on a per-user basis,
+you can use the https://extensions.gnome.org/ web interface, the
+gnome-extra/gnome-tweaks GUI, or modify the org.gnome.shell
+enabled-extensions gsettings key from the command line or a script."
+
+src_configure() {
+   meson_src_configure \
+   -Dextension_set=all \
+   -Dclassic_mode=true
+}
+
+src_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   ebegin "Updating list of installed extensions"
+   eselect gnome-shell-extensions update
+   eend $?
+
+   readme.gentoo_print_elog
+}



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

2020-07-12 Thread Mart Raudsepp
commit: 11fe8d4fb3c9edab0b962f39bc9a73fb89d55218
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 21:00:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fe8d4f

gnome-base/gnome-shell: bump to 3.36.4

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

 gnome-base/gnome-shell/Manifest  |   1 +
 gnome-base/gnome-shell/files/3.36-defaults.patch |  28 
 gnome-base/gnome-shell/gnome-shell-3.36.4.ebuild | 185 +++
 3 files changed, 214 insertions(+)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 39314cf9595..ee51ba0ed5a 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-3.34.5.tar.xz 1558672 BLAKE2B 
7b786a35b6b79a4532d9bbb761ee0629cfb18b8c4c151f5958bb9169cae01ddb489a31c9d1a0cfef3ab6dd1f29c449600c1ad9bb11adbae284e86035bec15234
 SHA512 
ef6a70b0b3bb14fedb07c465742fe0d78c96ddd24352fd0babf871336ee404f9823cadea5bd522e388f5b714d33b219c8ff2badaed379b7135dd90de9fca9bc4
+DIST gnome-shell-3.36.4.tar.xz 1774584 BLAKE2B 
92fe544ae743235c673628f2ad82a75f58eaed94547fc3e0728a492cfee22783cb9d820ac55e1e125bf2ce83dadbddece7222eef9bad0891bfc5a7097ddde4bb
 SHA512 
879b1590d516e7e9e1ad066c870023d59cbaaca13e1e77d8b14de302574b3138451c4b8ab0ba1b43aec3e6e03bd147304e8e0e995359b181522a790afc97d450

diff --git a/gnome-base/gnome-shell/files/3.36-defaults.patch 
b/gnome-base/gnome-shell/files/3.36-defaults.patch
new file mode 100644
index 000..0a4746ac46b
--- /dev/null
+++ b/gnome-base/gnome-shell/files/3.36-defaults.patch
@@ -0,0 +1,28 @@
+From 7a671f99b7ef2d5f38be67668aac762764b32a42 Mon Sep 17 00:00:00 2001
+From: Gilles Dartiguelongue 
+Date: Tue, 10 Dec 2013 23:33:51 +0100
+Subject: [PATCH 1/2] Alter list of default applications
+
+Signed-off-by: Gilles Dartiguelongue 
+[Updated to include desktop file renames to reverse DNS and 3.36 changes]
+Signed-off-by: Mart Raudsepp 
+---
+ data/org.gnome.shell.gschema.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/org.gnome.shell.gschema.xml.in 
b/data/org.gnome.shell.gschema.xml.in
+index c1e6b21..368c654 100644
+--- a/data/org.gnome.shell.gschema.xml.in
 b/data/org.gnome.shell.gschema.xml.in
+@@ -31,7 +31,7 @@
+   
+ 
+ 
+-  [ 'org.gnome.Epiphany.desktop', 'org.gnome.Geary.desktop', 
'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 
'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop', 
'org.gnome.Software.desktop' ]
++  [ 'chromium-browser-chromium.desktop', 'firefox.desktop', 
'firefox-bin.desktop', 'org.gnome.Evolution.desktop', 
'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 
'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop', 
'org.gnome.Software.desktop' ]
+   List of desktop file IDs for favorite applications
+   
+ The applications corresponding to these identifiers
+-- 
+2.10.1
+

diff --git a/gnome-base/gnome-shell/gnome-shell-3.36.4.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.36.4.ebuild
new file mode 100644
index 000..fd3fd1b3ae9
--- /dev/null
+++ b/gnome-base/gnome-shell/gnome-shell-3.36.4.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg
+
+DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="+bluetooth +browser-extension elogind gtk-doc +ibus +networkmanager 
systemd telepathy"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ?? ( elogind systemd )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# libXfixes-5.0 needed for pointer barriers and #include 

+# FIXME:
+#  * gstreamer support is currently automagic
+DEPEND="
+   >=gnome-extra/evolution-data-server-3.33.1:=
+   >=app-crypt/gcr-3.7.5[introspection]
+   >=dev-libs/glib-2.57.2:2
+   >=dev-libs/gobject-introspection-1.49.1:=
+   >=dev-libs/gjs-1.63.2
+   >=x11-libs/gtk+-3.15.0:3[introspection]
+   >=x11-wm/mutter-3.36.0:0/6[introspection]
+   >=sys-auth/polkit-0.100[introspection]
+   >=gnome-base/gsettings-desktop-schemas-3.33.1
+   >=x11-libs/startup-notification-0.11
+   >=app-i18n/ibus-1.5.2
+   >=gnome-base/gnome-desktop-3.35.90:3=[introspection]
+   bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] )
+   >=media-libs/gstreamer-0.11.92:1.0
+   media-libs/gst-plugins-base:1.0
+   networkmanager? (
+   >=net-misc/networkmanager-1.10.4:=[introspection]
+   net-libs/libnma[introspection]
+   >=app-crypt/libsecret-0.18
+   dev-libs/dbus-glib )
+   

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

2020-07-12 Thread Mart Raudsepp
commit: 34b2be69207ca859663a04fca8d11ace78801728
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 14:11:27 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b2be69

gnome-extra/gnome-clocks: bump to 3.36.2

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

 gnome-extra/gnome-clocks/Manifest  |  1 +
 .../gnome-clocks/gnome-clocks-3.36.2.ebuild| 56 ++
 2 files changed, 57 insertions(+)

diff --git a/gnome-extra/gnome-clocks/Manifest 
b/gnome-extra/gnome-clocks/Manifest
index 504d67becab..f3014c23c8b 100644
--- a/gnome-extra/gnome-clocks/Manifest
+++ b/gnome-extra/gnome-clocks/Manifest
@@ -1 +1,2 @@
 DIST gnome-clocks-3.34.0.tar.xz 506772 BLAKE2B 
04844fa95ac58915694f3bac3fafb78f2117be259fda0b799403563bf5e52a0921d5b7d7fbaa85fd9dd8438b9dcbc2f7aef97f61bd812d62bfd188b81cbe0c35
 SHA512 
9e59534c5c8257ecab97876fc2742d37fd5dd1aad770ac31dd1c7dbafa9843f992c7cc39e3f5025f5091baf852538eb9d62bb07dd0a5c3c7a6cd69befa61ab52
+DIST gnome-clocks-3.36.2.tar.xz 364544 BLAKE2B 
bee9d987726cab95d6d447b33b8baf4e684950354e5ee3febe01522ee30574db495aeb4fa1cb9aa070756d611dd6da7bb84d2d164dc9172233d04c37b22daf86
 SHA512 
7b55a72e10c857e3dd0e6726b46647cb544bcee76f151af9b17a65e83b8a2e06564ed6875a0ac52dcdae6ac0f700b7b39aaf25194af52a5cb5449b2653316af6

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.36.2.ebuild 
b/gnome-extra/gnome-clocks/gnome-clocks-3.36.2.ebuild
new file mode 100644
index 000..73c63ce275b
--- /dev/null
+++ b/gnome-extra/gnome-clocks/gnome-clocks-3.36.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Clocks application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Clocks;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.58:2
+   >=x11-libs/gtk+-3.20:3
+   >=media-libs/gsound-0.98
+   >=dev-libs/libgweather-3.32.0:2=
+   >=gnome-base/gnome-desktop-3.8:3=
+   >=sci-geosciences/geocode-glib-1
+   >=app-misc/geoclue-2.4:2.0
+   >=gui-libs/libhandy-0.0.10:0.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   dev-libs/libgweather:2[vala]
+   media-libs/gsound[vala]
+   gui-libs/libhandy:0.0[vala]
+"
+
+DOCS=( AUTHORS.md CONTRIBUTING.md NEWS.md README.md )
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   meson_src_configure -Dprofile=default
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2020-07-12 Thread Mart Raudsepp
commit: e5c05d12144fe790d09f2a49a2515b22d63d035c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 18:23:16 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c05d12

package.mask: Unmask dev-libs/gjs-1.64

Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a4fecda4365..7425a4e44b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -461,10 +461,6 @@ dev-ruby/rack-mount
 # >=dev-db/mysql-5.7. Masked for removal in 30 days.
  (2020-04-29)
-# Masked for testing
->=dev-libs/gjs-1.64
-
 # Michael Orlitzky  (2020-04-19)
 # Stuck on Python 3.6, support for which already required
 # backporting patches to a release from 2014. Upstream's git



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

2020-07-12 Thread Mart Raudsepp
commit: dd17537f156c6486f6223fad215f2dc9d6b7df83
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 14:27:04 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd17537f

app-text/evince: bump to 3.36.7

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

 app-text/evince/Manifest |   1 +
 app-text/evince/evince-3.36.7.ebuild | 107 +++
 2 files changed, 108 insertions(+)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index ca33e3d4879..f95a0bb7086 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1 +1,2 @@
 DIST evince-3.34.2.tar.xz 2565752 BLAKE2B 
76497c34ce2eb460a3f2c3e790a7c44b9eeddd566854061d49fba2ba7cefa3b523d7bfe973d08b7ec1e8d967e4cbd63c73a668a346bd158a67752897f25827ee
 SHA512 
51bfa4671e17a98c536790185ece6f4f77b956062901f840cd298cdc3e42eb7e8cabe9bfa84387f185cdf7462a322ef54bbc463b988a677af68561e55acd9f12
+DIST evince-3.36.7.tar.xz 2580208 BLAKE2B 
76ba6d206289f9981af24e5d82c9567c05984ad71efe83391aa1f8fdd94d31c284e600cf81eab9868e01f120f71cde1ae9b6ee6b7a4b1da47458d17b95b78d87
 SHA512 
dacc26d2d75c3dcadceb0a35c995ae3501bd91e84632cdf87decd359350e74032444707ea152e24c01fb57fe0ef2a426813a33919833cefdeb8699f8c642d910

diff --git a/app-text/evince/evince-3.36.7.ebuild 
b/app-text/evince/evince-3.36.7.ebuild
new file mode 100644
index 000..bc17efc5a75
--- /dev/null
+++ b/app-text/evince/evince-3.36.7.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+GNOME2_EAUTORECONF="yes"
+
+inherit gnome2 systemd
+
+DESCRIPTION="Simple document viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
+SLOT="0/evd3.4-evv3.3"
+IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin 
postscript spell t1lib tiff xps"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+
+# atk used in libview
+# bundles unarr
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.38.0:2
+   >=dev-libs/libxml2-2.5:2
+   sys-libs/zlib:=
+   >=x11-libs/gdk-pixbuf-2.36.5:2
+   >=x11-libs/gtk+-3.22.0:3[introspection?]
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/cairo-1.10:=
+   >=app-text/poppler-0.76.0[cairo]
+   >=app-arch/libarchive-3.2.0
+   djvu? ( >=app-text/djvu-3.5.22:= )
+   dvi? (
+   virtual/tex-base
+   dev-libs/kpathsea:=
+   t1lib? ( >=media-libs/t1lib-5:= ) )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0 )
+   gnome? ( gnome-base/gnome-desktop:3= )
+   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+   nautilus? ( >=gnome-base/nautilus-3.28.0 )
+   postscript? ( >=app-text/libspectre-0.2:= )
+   spell? ( >=app-text/gspell-1.6.0:= )
+   tiff? ( >=media-libs/tiff-3.6:0= )
+   xps? ( >=app-text/libgxps-0.2.1:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gvfs
+   gnome-base/librsvg
+   || (
+   >=x11-themes/adwaita-icon-theme-2.17.1
+   >=x11-themes/hicolor-icon-theme-0.10 )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   dev-libs/appstream-glib
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1.13
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   app-text/yelp-tools
+"
+# eautoreconf needs:
+#  app-text/yelp-tools
+
+PATCHES=(
+   "${FILESDIR}"/3.30.2-internal-synctex.patch # don't automagically link 
to synctex from texlive-core - always use internal copy of this small parser 
for now; requires eautoreconf
+)
+
+src_prepare() {
+   gnome2_src_prepare
+
+   # Do not depend on adwaita-icon-theme, bug #326855, #391859
+   # https://gitlab.freedesktop.org/xdg/default-icon-theme/issues/7
+   sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
+   -i configure || die "sed failed"
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --enable-pdf \
+   --enable-comics \
+   --enable-thumbnailer \
+   --with-platform=gnome \
+   --enable-dbus \
+   $(use_enable djvu) \
+   $(use_enable dvi) \
+   $(use_enable gstreamer multimedia) \
+   $(use_enable gnome libgnome-desktop) \
+   $(use_with gnome-keyring keyring) \
+   $(use_enable 

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

2020-07-12 Thread Mart Raudsepp
commit: c07a92ebea6ea70cbb298a34ae74d20c0637ec17
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 18:21:30 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07a92eb

dev-libs/gjs: remove old

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

 dev-libs/gjs/Manifest  |  1 -
 dev-libs/gjs/gjs-1.64.3.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index 5380124d696..923a76507fb 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1,4 +1,3 @@
 DIST gjs-1.58.6.tar.xz 637972 BLAKE2B 
553f29808723e48cee39c62e260d9c09f5db160756bf6c2fc45e532bee1d5c8babdd2bd5aee39fdff1300fc10de2c2a4e34d6b850e6e95c83ef217a8955379b6
 SHA512 
3e8fa8ccaabbbd07e74869fdc6188cffc19565798a6267fd3480d9320a2c9c5906c864e5d0c6e9e57f7bb79cc1706717b76b23c7cd89eb191477eb173b24aa74
 DIST gjs-1.58.8.tar.xz 639372 BLAKE2B 
53be0d5353213e7fdc6009aeed16db79f61ee5b800d66cd79f87e577b44adbb05ae741d73550237027a902d2e038c8e8247d3269bf058b64622a1a261f5a2501
 SHA512 
373b400b884096b6746c1ac7f2c2915857aa888dfb8bbf19bb8469fb75e081e4df36dcab06723f03654c34354a5a69a7865727ab9e36d3fb0d2b2652713e5cd6
-DIST gjs-1.64.3.tar.xz 422436 BLAKE2B 
ade874085962f43fe7cd1412966557e4c40daf030b71a04b61f2b811b6056ae3abaff0cca04d9bf852dbb045a5a687dc27f5301c19235138f3d5d50be41f10c6
 SHA512 
9d92e52a7fef07853f3beb181798f89deb60b97b928d916cd827c99a6ab8f83abf7c352a1aa46be476a50e2efadfaf09befa54ccab0d51b0ac7127f2fe794801
 DIST gjs-1.64.4.tar.xz 422496 BLAKE2B 
a96211f7240336dbb30c6965e405f59ee72e4288842837da8da8c6d3c59b7e04ebb6c7a8b0b02d38601c162ffdf1a1fef9f13e4db720c4c483f4a39dffd5dbb4
 SHA512 
21a15d7106ad6584fb1f02cb0a0a4cab211a3540adb8f2c03d35c211e3946b81935000a52351fedd95a18a7ff6b7f96e665fcafa3c411ff79f2b6cb332c82b42

diff --git a/dev-libs/gjs/gjs-1.64.3.ebuild b/dev-libs/gjs/gjs-1.64.3.ebuild
deleted file mode 100644
index 6ef823d0a81..000
--- a/dev-libs/gjs/gjs-1.64.3.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 gnome.org meson virtualx
-
-DESCRIPTION="Javascript bindings for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
-
-LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
-SLOT="0"
-IUSE="+cairo examples gtk readline +sysprof test"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.58.0
-   >=dev-libs/gobject-introspection-1.61.2:=
-
-   readline? ( sys-libs/readline:0= )
-   dev-lang/spidermonkey:68
-   dev-libs/libffi:=
-   cairo? ( x11-libs/cairo[X] )
-"
-DEPEND="${RDEPEND}
-   sysprof? ( >=dev-util/sysprof-capture-3.33.2:3 )
-   virtual/pkgconfig
-   test? ( sys-apps/dbus
-   >=x11-libs/gtk+-3.20:3 )
-"
-
-src_configure() {
-   # FIXME: add systemtap/dtrace support, like in glib:2
-   local emesonargs=(
-   $(meson_feature cairo)
-   $(meson_feature sysprof profiler)
-   $(meson_feature readline)
-   -Dinstalled_tests=false
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}



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

2020-07-12 Thread Mart Raudsepp
commit: c06a427290d5b6071c436b71fcbf9f2a4c2560fe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 18:21:06 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06a4272

dev-libs/gjs: bump to 1.64.4

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

 dev-libs/gjs/Manifest  |  1 +
 dev-libs/gjs/gjs-1.64.4.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index e69ebdf34d7..5380124d696 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1,3 +1,4 @@
 DIST gjs-1.58.6.tar.xz 637972 BLAKE2B 
553f29808723e48cee39c62e260d9c09f5db160756bf6c2fc45e532bee1d5c8babdd2bd5aee39fdff1300fc10de2c2a4e34d6b850e6e95c83ef217a8955379b6
 SHA512 
3e8fa8ccaabbbd07e74869fdc6188cffc19565798a6267fd3480d9320a2c9c5906c864e5d0c6e9e57f7bb79cc1706717b76b23c7cd89eb191477eb173b24aa74
 DIST gjs-1.58.8.tar.xz 639372 BLAKE2B 
53be0d5353213e7fdc6009aeed16db79f61ee5b800d66cd79f87e577b44adbb05ae741d73550237027a902d2e038c8e8247d3269bf058b64622a1a261f5a2501
 SHA512 
373b400b884096b6746c1ac7f2c2915857aa888dfb8bbf19bb8469fb75e081e4df36dcab06723f03654c34354a5a69a7865727ab9e36d3fb0d2b2652713e5cd6
 DIST gjs-1.64.3.tar.xz 422436 BLAKE2B 
ade874085962f43fe7cd1412966557e4c40daf030b71a04b61f2b811b6056ae3abaff0cca04d9bf852dbb045a5a687dc27f5301c19235138f3d5d50be41f10c6
 SHA512 
9d92e52a7fef07853f3beb181798f89deb60b97b928d916cd827c99a6ab8f83abf7c352a1aa46be476a50e2efadfaf09befa54ccab0d51b0ac7127f2fe794801
+DIST gjs-1.64.4.tar.xz 422496 BLAKE2B 
a96211f7240336dbb30c6965e405f59ee72e4288842837da8da8c6d3c59b7e04ebb6c7a8b0b02d38601c162ffdf1a1fef9f13e4db720c4c483f4a39dffd5dbb4
 SHA512 
21a15d7106ad6584fb1f02cb0a0a4cab211a3540adb8f2c03d35c211e3946b81935000a52351fedd95a18a7ff6b7f96e665fcafa3c411ff79f2b6cb332c82b42

diff --git a/dev-libs/gjs/gjs-1.64.4.ebuild b/dev-libs/gjs/gjs-1.64.4.ebuild
new file mode 100644
index 000..0b6dbd143e6
--- /dev/null
+++ b/dev-libs/gjs/gjs-1.64.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson virtualx
+
+DESCRIPTION="Javascript bindings for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
+
+LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
+SLOT="0"
+IUSE="+cairo examples gtk readline +sysprof test"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.58.0
+   dev-libs/libffi:=
+   >=dev-libs/gobject-introspection-1.61.2:=
+   dev-lang/spidermonkey:68
+   cairo? ( x11-libs/cairo[X] )
+   readline? ( sys-libs/readline:0= )
+"
+DEPEND="${RDEPEND}
+   sysprof? ( >=dev-util/sysprof-capture-3.33.2:3 )
+   virtual/pkgconfig
+   test? ( sys-apps/dbus
+   >=x11-libs/gtk+-3.20:3[introspection] )
+"
+
+src_configure() {
+   # FIXME: add systemtap/dtrace support, like in glib:2
+   local emesonargs=(
+   $(meson_feature cairo)
+   $(meson_feature readline)
+   $(meson_feature sysprof profiler)
+   -Dinstalled_tests=false
+   )
+   meson_src_configure
+}
+
+src_test() {
+   virtx meson_src_test
+}



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

2020-07-12 Thread Mart Raudsepp
commit: 4c941023dfbb6f862da22e28fdc94f5ee30e1ae4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 08:52:53 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c941023

gnome-base/gnome-control-center-3.34: mark incompatible with gnome-desktop-3.36

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

 gnome-base/gnome-control-center/gnome-control-center-3.34.5-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/gnome-base/gnome-control-center/gnome-control-center-3.34.5-r1.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.34.5-r1.ebuild
index a70dfacba46..531f4008a06 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-3.34.5-r1.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.34.5-r1.ebuild
@@ -35,6 +35,7 @@ DEPEND="
>=x11-libs/gdk-pixbuf-2.23.0:2
>=dev-libs/glib-2.53.0:2
>=gnome-base/gnome-desktop-3.27.90:3=
+   =gnome-base/gnome-settings-daemon-3.27.90[colord,input_devices_wacom?]
>=gnome-base/gsettings-desktop-schemas-3.31.0
dev-libs/libxml2:2



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

2020-07-12 Thread Mart Raudsepp
commit: 3c85c1eacceb3daa03f2ef0eabc6c2430fb2af7f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 16:15:18 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c85c1ea

gnome-base/nautilus: bump to 3.36.3

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.36.3.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index 0656aa44fb4..ece8e6a9e53 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1 +1,2 @@
 DIST nautilus-3.34.3.tar.xz 3213260 BLAKE2B 
a417ee5d5e032befed704b71b9ffd29cc9a2a6fae0612f96601756b876b0990625cc78eb2c7679bdce914f3dd30208b60243f403a508cf87a6761ea56251140d
 SHA512 
f8ef86b5b67ef2b8eced492ee6b8d77155a9d6ec5ba6bb18132d678e6f12870963da9bcf4ff0bfbb8f4791bf068314557f9551febc23234c48d722e529c6ed9d
+DIST nautilus-3.36.3.tar.xz 3201908 BLAKE2B 
ec7be7ad523e29c853a1a16dd6381257bd7f7af0004d4b84a9ef13539f5c8ea431c61f819eee6c0d396037846d390ae112b3fe2771276cde6128e7fad95eb4f4
 SHA512 
4dce01c20a34ed9bbff53a9886775af431754d02a4300e4647d87830502103e7436e53127b2e503af8e3a90785aa864514dbde22508ffb3e06eb43d4633fddde

diff --git a/gnome-base/nautilus/nautilus-3.36.3.ebuild 
b/gnome-base/nautilus/nautilus-3.36.3.ebuild
new file mode 100644
index 000..47177bc30da
--- /dev/null
+++ b/gnome-base/nautilus/nautilus-3.36.3.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2020 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 +previewer selinux sendto"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+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/gnome-desktop-3.0.0:3=
+   >=x11-libs/gtk+-3.22.27:3[X,introspection?]
+   >=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="${DEPEND}
+   sendto? ( !=app-misc/tracker-miners-2.0:=
+" # uses org.freedesktop.Tracker.Miner.Files gsettings schema from 
tracker-miners
+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}"/3.32.3-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)
+   -Dpackagekit=false
+   $(meson_use selinux)
+   -Dprofiling=false
+   -Dtests=$(usex test all none)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   use previewer && readme.gentoo_create_doc
+   meson_src_install
+}
+
+src_test() {
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   if use previewer; then
+   readme.gentoo_print_elog
+   else
+   elog "To preview media files, emerge nautilus with 
USE=previewer"
+   fi
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2020-07-12 Thread Mart Raudsepp
commit: aea2afb4a3d3cf0c59f0dd5226a8e1971eb38bf2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 14:39:34 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea2afb4

gnome-extra/gnome-contacts: bump to 3.36.2

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

 gnome-extra/gnome-contacts/Manifest|  1 +
 .../gnome-contacts/gnome-contacts-3.36.2.ebuild| 73 ++
 2 files changed, 74 insertions(+)

diff --git a/gnome-extra/gnome-contacts/Manifest 
b/gnome-extra/gnome-contacts/Manifest
index 47eda3c9d99..c9c5caf8547 100644
--- a/gnome-extra/gnome-contacts/Manifest
+++ b/gnome-extra/gnome-contacts/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-contacts-3.30.2.tar.xz 368476 BLAKE2B 
502170e327eb63a6d026af94a09949f6b973dba0c59079a23c7f37dfde2a391ffa13d905452741c403ada8e6f1101f7a5620ad9b59eb4c5341e96d357d8fe99b
 SHA512 
cf6ab33ef6147bceb5a4681b83830828fd4caa47d83fa9f71e01db3caf710f7f09fe60d2956565a2b9bd124356e100b31d6372ac4d4d231718230915a135e79d
 DIST gnome-contacts-3.34.1.tar.xz 365384 BLAKE2B 
3563ce0784c19b2cf61e3cad60afaeaa310c53c68f11da459a3053df6be769fe0bdfea84f106e11fd2921c3f6bf8ef6a03b8cd90a680dc5b46d9a0486fd0c737
 SHA512 
6dad3fd9d199ad87c642e9f36102a142958cd3f577eba36fa3ed2800af5acb44752fa1f8b7eb8991974c514245af51015e6b5e08636274b9048813c37abcc478
+DIST gnome-contacts-3.36.2.tar.xz 635932 BLAKE2B 
9bcdf093d99477d1162c9ea78007e65cf20a1e4038fe284fafa4c174ab1d1d0c2ceb7ec2806c9abeed1c8ab168549c80b2763e65ece22c76a9044781eef8ed5d
 SHA512 
ebbce67aa5c0af9230c558c5f28b065182d434582431595bffedc25dd0ec3caa44e60f4670b4b2a1f784e90c8dd4f56df937054697b4ea932a39da78f1c1

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.36.2.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-3.36.2.ebuild
new file mode 100644
index 000..f60c41444e5
--- /dev/null
+++ b/gnome-extra/gnome-contacts/gnome-contacts-3.36.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="GNOME contact management application"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="telepathy v4l"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+VALA_DEPEND="
+   $(vala_depend)
+   >=dev-libs/gobject-introspection-1.54
+   dev-libs/folks[vala(+)]
+   net-libs/gnome-online-accounts[vala]
+   gnome-extra/evolution-data-server[gtk,vala]
+   telepathy? ( net-libs/telepathy-glib[vala] )
+   gui-libs/libhandy:0.0[vala]
+"
+# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
+RDEPEND="
+   >=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
+   >=dev-libs/folks-0.11.4:=[eds,telepathy?]
+   >=dev-libs/glib-2.44:2
+   >=dev-libs/libgee-0.10:0.8
+   >=gnome-base/gnome-desktop-3.0:3=
+   net-libs/gnome-online-accounts:=
+   >=x11-libs/gtk+-3.23.1:3
+   v4l? ( >=media-video/cheese-3.5.91:= )
+   telepathy? ( >=net-libs/telepathy-glib-0.22 )
+   >=gui-libs/libhandy-0.0.12:0.0=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${VALA_DEPEND}
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use v4l cheese)
+   $(meson_use telepathy)
+   -Dmanpage=true
+   -Ddocs=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2020-07-12 Thread Mart Raudsepp
commit: 66bd41b5c8dd84fe9802b4dd6fb49cf37fc7f459
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 16:38:17 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bd41b5

gnome-extra/gnome-software: bump to 3.36.1

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

 gnome-extra/gnome-software/Manifest|  1 +
 .../gnome-software/gnome-software-3.36.1.ebuild| 95 ++
 2 files changed, 96 insertions(+)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index e33742094ad..10c440e0699 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1 +1,2 @@
 DIST gnome-software-3.34.2.tar.xz 5945736 BLAKE2B 
89e7e0a606a832aedbfa32024f201e71b3edb3c8df527efea1be72236b4bfb86901f3af689b10bf706f9c4f16e6badc00080a1244ce30eb09dfd1dad5833e8cf
 SHA512 
4deb09530fbeeadd54e69d03ef4cecaef47c6766bce0ec5230bb090d27e54664577a227416933b6ec4780249f4565e51202a25517fba5dd040fd895bd3a26397
+DIST gnome-software-3.36.1.tar.xz 8277796 BLAKE2B 
bf3d5f3f67b211cfd4af87ae500691085ab83aed9f85e211972d408a1bfa5d7c6de162acc2088bf9ba9323369e73dba27a06b2491745ef2ceb04943e4acbf72d
 SHA512 
7d0e8c16192bbbc8f166db137dbd2e6ff9e85f7d3d37f63f41211ba3838e392bd87a8d9bf09d31b43f6d21e1a099ecdeff9114ae27fae40d563671f0bcbe50d4

diff --git a/gnome-extra/gnome-software/gnome-software-3.36.1.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.36.1.ebuild
new file mode 100644
index 000..b92de3307c8
--- /dev/null
+++ b/gnome-extra/gnome-software/gnome-software-3.36.1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Gnome install & update software"
+HOMEPAGE="https://wiki.gnome.org/Apps/Software;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+firmware gnome gtk-doc packagekit spell udev"
+RESTRICT="test" # writes to and deletes files in /var/tmp/self-test/
+
+RDEPEND="
+   >=dev-libs/appstream-glib-0.7.14:0
+   >=x11-libs/gdk-pixbuf-2.32.0:2
+   >=dev-libs/libxmlb-0.1.7
+   net-libs/gnome-online-accounts:=
+   >=x11-libs/gtk+-3.22.4:3
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/json-glib-1.2.0
+   >=net-libs/libsoup-2.52.0:2.4
+   gnome? ( >=gnome-base/gnome-desktop-3.18.0:3= )
+   spell? ( app-text/gspell:= )
+   sys-auth/polkit
+   packagekit? ( >=app-admin/packagekit-base-1.1.0 )
+   firmware? ( >=sys-apps/fwupd-1.0.3 )
+   udev? ( dev-libs/libgudev )
+   >=gnome-base/gsettings-desktop-schemas-3.11.5
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   gtk-doc? (
+   dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.3 )
+"
+# test? ( dev-util/valgrind )
+
+src_prepare() {
+   xdg_src_prepare
+   sed -i -e '/install_data.*README\.md.*share\/doc\/gnome-software/d' 
meson.build || die
+   # We don't need language packs download support, and it fails tests in 
3.34.2 for us (if they are enabled)
+   sed -i -e '/subdir.*fedora-langpacks/d' plugins/meson.build || die
+   # Trouble talking to spawned gnome-keyring socket for some reason, even 
if wrapped in dbus-run-session
+   # TODO: Investigate; seems to work outside ebuild .. test/emerge
+   sed -i -e '/g_test_add_func.*gs_auth_secret_func/d' lib/gs-self-test.c 
|| die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dtests=false #$(meson_use test tests)
+   $(meson_use spell gspell)
+   $(meson_use gnome gnome_desktop) # Honoring of GNOME date 
format settings. TODO: Really may need gsettings-desktop-schemas, not 
gnome-desktop - https://gitlab.gnome.org/GNOME/gnome-software/-/issues/945
+   -Dman=true
+   $(meson_use packagekit)
+   # -Dpackagekit_autoremove
+   -Dpolkit=true
+   -Deos_updater=false # Endless OS updater
+   $(meson_use firmware fwupd)
+   -Dflatpak=false
+   -Dmalcontent=false
+   -Drpm_ostree=false
+   -Dodrs=false
+   $(meson_use udev gudev)
+   -Dsnap=false
+   -Dexternal_appstream=false
+   -Dvalgrind=false
+   $(meson_use gtk-doc gtk_doc)
+   -Dhardcoded_popular=true
+   -Ddefault_featured_apps=false # TODO: Will this be beneficial 
to us with flatpak at least? If enabled, it shows some apps under installed 
(probably merely due to /usr/share/app-info presence), but launching and 
removal of them is broken
+   -Dmogwai=false #TODO?
+   )
+   meson_src_configure
+}
+

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

2020-07-12 Thread Mart Raudsepp
commit: 9e38475fb5fac364a9c31e4091f76ea20c98786f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jul 11 22:04:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e38475f

gnome-base/gnome-desktop: bump to 3.36.4

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

 gnome-base/gnome-desktop/Manifest  |  1 +
 .../gnome-desktop/gnome-desktop-3.36.4.ebuild  | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/gnome-base/gnome-desktop/Manifest 
b/gnome-base/gnome-desktop/Manifest
index 941e9414f18..43c3e5fd15a 100644
--- a/gnome-base/gnome-desktop/Manifest
+++ b/gnome-base/gnome-desktop/Manifest
@@ -1 +1,2 @@
 DIST gnome-desktop-3.34.7.tar.xz 718220 BLAKE2B 
89bfd00a356cd47d865aa4df1079b37b08c6a85f4380b5424181ce247248c7f11f0ca135858afb0c00fc4ff47175ff2acbb0b67cebe75e0b0a9f27263f0a9d69
 SHA512 
efc466d2a7a8a142e76a07c8cb75bad51aafbb2e70432e339713965890e6a83554a5f77ef6cdb6aa9e3ebace4883fb6d3d06004d7a2446d6960319cacbec7639
+DIST gnome-desktop-3.36.4.tar.xz 736324 BLAKE2B 
68abef71e1732f72eabc6cac83b513af30d8cd39f92baaa57757bb818f8309a82a1ed8dcecef6015d6b8fb08f24e2ab041ccb796955c599a4cf43c412dd0c147
 SHA512 
06683df9a774487f386cf5aece586fb9666fdebfe5c9ea247e6ab91f6f281ca0241b13e9eb4e0eda1fb856b9cf1109fea859964998df2e2b06c8861efc76316f

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.36.4.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.36.4.ebuild
new file mode 100644
index 000..e7951e7ba9c
--- /dev/null
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.36.4.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Library with common API for various GNOME modules"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-desktop/;
+
+LICENSE="GPL-2+ LGPL-2+ FDL-1.1+"
+SLOT="3/19" # 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"
+
+# cairo[X] needed for gnome-bg
+COMMON_DEPEND="
+   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
+   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
+   >=dev-libs/glib-2.53.0:2
+   >=gnome-base/gsettings-desktop-schemas-3.27.0[introspection?]
+   x11-misc/xkeyboard-config
+   app-text/iso-codes
+   x11-libs/libX11
+   systemd? ( sys-apps/systemd:= )
+   udev? (
+   sys-apps/hwids
+   virtual/libudev:= )
+   seccomp? ( sys-libs/libseccomp )
+
+   x11-libs/cairo:=[X]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${COMMON_DEPEND}
+   media-libs/fontconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   seccomp? ( sys-apps/bubblewrap )
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/gdbus-codegen
+   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   x11-base/xorg-proto
+   virtual/pkgconfig
+"
+# Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from 
xorg-proto
+
+PATCHES=(
+   "${FILESDIR}"/3.32.2-optional-introspection.patch # add introspection 
meson option
+)
+
+src_prepare() {
+   # Don't build manual test programs that will never get run
+   sed -i -e "/'test-.*'/d" libgnome-desktop/meson.build || die
+   xdg_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dgnome_distributor=Gentoo
+   -Ddate_in_gnome_version=true
+   -Ddesktop_docs=true
+   $(meson_use debug debug_tools)
+   $(meson_use introspection)
+   $(meson_feature udev)
+   $(meson_feature systemd)
+   $(meson_use gtk-doc gtk_doc)
+   -Dinstalled_tests=false
+   )
+   meson_src_configure
+}
+
+src_test() {
+   virtx meson_src_test
+}



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

2020-07-12 Thread Mart Raudsepp
commit: 52e4c79e64ecd1c45d3b4e033e9041b5c3f30ebd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 12:34:54 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e4c79e

gnome-base/gnome-applets: bump to 3.36.4

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

 gnome-base/gnome-applets/Manifest  |  1 +
 .../gnome-applets/gnome-applets-3.36.4.ebuild  | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/gnome-base/gnome-applets/Manifest 
b/gnome-base/gnome-applets/Manifest
index da457095383..e8e0fa8f440 100644
--- a/gnome-base/gnome-applets/Manifest
+++ b/gnome-base/gnome-applets/Manifest
@@ -1 +1,2 @@
 DIST gnome-applets-3.34.0.tar.xz 8626548 BLAKE2B 
0591269015570da4e7ab9a7a4568a032faa6209378736de57dc54cb395b545bd029a52f7ba6de39aee8f23c255ae3c24fa6defc33e971d270e6fc0e301add12f
 SHA512 
5d16ca9d1f6c65fa59246a860f0d5723e77bf800c9362a254a8435750e52c4beb0e65aa8994e5578cfa1db7130dc92eaf4cb477ab401da402d31ea7f5aac1b51
+DIST gnome-applets-3.36.4.tar.xz 8638044 BLAKE2B 
1ccf045c568ca2d4280bbaec67b63f9c2f1edd3248ef89ff93ef7d468e6a581f3c678e93ff45662368b9ecd189aa38da2ca91a7b14ed3e7b2bd6aac8971f
 SHA512 
6fd8f891358f02f40c8d6548b1680139f18cbbcd20d773798a998246b6431692ce8550e8652eaff09bde3651a4e5449779a0dc85b897345a22c17be2e386d2c7

diff --git a/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild 
b/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild
new file mode 100644
index 000..91a8bbf9357
--- /dev/null
+++ b/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Applets for the GNOME Flashback Panel"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/;
+
+LICENSE="GPL-2+ FDL-1.1"
+SLOT="0"
+IUSE="ipv6 tracker upower"
+KEYWORDS="~amd64"
+
+# FIXME: automagic wireless-tools
+# TODO: gucharmap could be optional, but no knob
+# TODO: libgweather could be optional, but no knob
+RDEPEND="
+   >=x11-libs/gtk+-3.20.0:3[X]
+   >=dev-libs/glib-2.44.0:2
+   >=gnome-base/gnome-panel-3.24.1
+   >=gnome-base/libgtop-2.11.92:=
+   >=x11-libs/libwnck-3.14.1:3
+   >=x11-libs/libnotify-0.7
+   upower? ( >=sys-power/upower-0.99.8:= )
+   >=x11-themes/adwaita-icon-theme-3.14.0
+   >=dev-libs/libxml2-2.5.0:2
+   >=dev-libs/libgweather-3.28.0:2=
+   >=gnome-extra/gucharmap-2.33.0:2.90
+   >=sys-auth/polkit-0.97
+   x11-libs/libX11
+   tracker? ( app-misc/tracker:0/2.0 )
+"
+# app-text/docbook-sgml-utils for jw binary
+DEPEND="${RDEPEND}
+   app-text/docbook-sgml-utils
+   app-text/docbook-xml-dtd:4.1.2
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   sys-devel/gettext
+   x11-base/xorg-proto
+   virtual/pkgconfig
+" # yelp-tools and autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with upower) \
+   --disable-battstat \
+   --disable-cpufreq \
+   $(use_enable tracker tracker-search-bar) \
+   $(use_enable ipv6)
+}



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

2020-07-12 Thread William Hubbs
commit: b1581dc9da0785ca87955e3298867e1c4ef7f824
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jul 12 21:28:15 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jul 12 21:28:15 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=b1581dc9

uid-gid.txt: add uid/gid for chronograf

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

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 0d5b158..fb8cbdd 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -243,6 +243,7 @@ spamd   337 337 acct
 stunnel341 341 acct
 influxdb   342 342 acct
 kapacitor  343 343 acct
+chronograf 344 344 acct
 dnscrypt-proxy 353 353 acct
 octoprint  368 368 historical
 privoxy392 392 acct



[gentoo-commits] repo/proj/guru:dev commit in: app-shells/antibody/

2020-07-12 Thread Ronny Gutbrod
commit: 51099419b0fa4a2e377ddfd87b10d834ccecf29b
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sun Jul 12 21:22:03 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Sun Jul 12 21:24:16 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51099419

app-shells/antibody: Version bump 6.1.0.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 app-shells/antibody/Manifest  | 11 +
 app-shells/antibody/antibody-6.1.0.ebuild | 74 +++
 2 files changed, 85 insertions(+)

diff --git a/app-shells/antibody/Manifest b/app-shells/antibody/Manifest
index 8d15a2c..2cfb9f0 100644
--- a/app-shells/antibody/Manifest
+++ b/app-shells/antibody/Manifest
@@ -1,4 +1,5 @@
 DIST antibody-6.0.1.tar.gz 53133 BLAKE2B 
d79128266834f9672ed5324de3a0edbaa509bc821564ac1825b282338ec844fb035c06f475702fdc7c67dc3be2f108e95adc3b37767283dbd9ccdbe9b2885d60
 SHA512 
c370019238afbad550e2d99cb3487c3245f76fa897feb98a627f02cf0ef0bbfe1277d732b032e8ce7d338e3a3a5de39a5cbb2edf39e02363502b9b909098bfe3
+DIST antibody-6.1.0.tar.gz 53689 BLAKE2B 
c6288d52624a9305486717cd162668eb07029ae5e0a6915c502f0ff91dedee93568ef1fb626160b489ae3f3591cff91979bde6ab8a12dbf9cd9b73eeb66526ec
 SHA512 
83f826a9a6cc789f74cf8ed996ae8dc2f953729fa47510db815988a43ad174913042769b20a120c58f5173108e32e2aa64dbb03ffac97ca2f1fff0c05ad2ae45
 DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20190718012654-fb15b899a751.mod
 38 BLAKE2B 
2e1a897393e3527f0f82e6ab9baf62558d9cf54b56ada5d79aa1b206128de30395d9082bc600c4aa2a17e81095e429cc5874de950478545319ea0b867de7
 SHA512 
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
 DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20190718012654-fb15b899a751.zip
 66303 BLAKE2B 
4b02e631a3537d577b78b1372f8496113c582bfaafc48f5ce6981ed72da6a611d6c692a85c6e7cc8aeb47c89d0fec9f491d59607ead55d5e4be256525d3173bb
 SHA512 
d29dc8a3c82c34af07b0c393349eda79b30c988d439771e02106bf2f386ef5fc3feaebf00da3953a40bff2c5ed93880ecbf45e1607303c11a417bfffb96e2e65
 DIST 
github.com%2Falecthomas%2Funits%2F@v%2Fv0.0.0-20190924025748-f65c72e2690d.mod 
79 BLAKE2B 
51cb1c2c33300626f74f843ce56c333b194b9a46230d3befe94343fe9daa62314a59b74a6d78c97415f839997fb42700c762fe02ef76240924ba52d18f723ad6
 SHA512 
df2dd357e057bb1fc65ef4869f64149f6446257406886e89a39f7dbc7e6c9da25a8c17567b14c8d3adefaf21fba98e0f2663924c7d32a4f82d30377ab4032162
@@ -16,17 +17,25 @@ DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.4.0.mod 179 
BLAKE2B 3bb7cee3118f0
 DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.4.0.zip 90474 BLAKE2B 
2f79f0cac2c15acaeae764aeb640534f58ec2ae86fe88a82533498e718cf37d67c563606090ad39b38e22ffca1e63a25cd881d6a472b862ddaf150c7d329b16a
 SHA512 
a047ba8d5f529d459fb6ae8dd39367e6f6cd2e785e90f54a5f8759ff76e4cfff990f1b8c1e0cf49c67b97ca8de36ecf8fdeb3b8f16e579aeae2d563d38da69db
 DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.5.1.mod 188 BLAKE2B 
e47d78f037db3684a329905985b02b7ddf0a609ab4c69dd4346202ed0981712d54d0fa1b9c230b50d1857854edbbf77ee144d54b12c7c46833e6542d6034171e
 SHA512 
70adf6a86dc6f934ee611f6aefa459f1287b7294297eb9221a747427d031b10c3e606696a656be4c2746a25480c322106099ea2bb360cbe782f4d03c85cd9fcb
 DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.5.1.zip 91883 BLAKE2B 
8bb8f10ba7a3c719844dbbcbdbb87773487921f493cf6f72d1a9fd1d553f7f7784b01b9795a5c26a352490ed6d75c29a542a0b3d7c18dc57e447d9d227eb
 SHA512 
c539cd964718439715caee454b38fdb61eb5d4e20489e10f7f6a030b4b941b2ca52d33f950c0b04149962399f0c3cb5b6a90efa2d79acc0f57a7f49d508c67c7
+DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.6.1.mod 216 BLAKE2B 
c597010cf6690e73cd265e800f0f0bbea331fb76217457b6326f5a19481eca044aa5426fa32519870b2f0f4b3bed95768a23d3138dbcc9739b7cf7e044f50668
 SHA512 
197e6ef15edb27ded67ccfb636c252fe522f0930ff012341a4b593f25b5dd8282e4f658970931cfdeb8f2c5ee0b4ebac6738fe7634bf00896d12270fcbf4b31b
+DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.6.1.zip 98541 BLAKE2B 
369a625a7b05ee56619698e8067ee7b99a9d0508db655aefd23cf42f5ee1abb150a6b262be089fce6951f84fe9f1cc0fa46b75830b851888fd17f123852558e7
 SHA512 
073f44125d4bbce27d69b914385e05028c4d275585e275ff1ee2ffe299059646394163dde2b6b5c175ac9379d388fe34c1c874deda4138121541e2a639d7635f
 DIST golang.org%2Fx%2Fcrypto%2F@v%2Fv0.0.0-20190308221718-c2843e01d9a2.mod 88 
BLAKE2B 
aec7d0eea1278eb3d1568d5bfb4041267501ad14457ebfcbdbc5fe21473170b8616ca4028f52af2edbfd85922cbe04540b4b0df7f69f63197698143cc5557a7a
 SHA512 
2df49895053b36fed7ea905aa73f86568fbafd79ff0a7976679d8c77cf15025129435d9dbfd89367b611b1aadbea4f4bd1835eb4efa9ea702466e443638d379e
 DIST golang.org%2Fx%2Fcrypto%2F@v%2Fv0.0.0-20200320181102-891825fb96df.mod 155 
BLAKE2B 
8bba3353db8ceb3b9fe40b8fd59aacde169776a4a553a069a04836bbf15e5a9a8d7a2d39feed98dac6cb890198180fda39f26b528ff95f24c5b2bbf6601b45c3
 SHA512 
7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06
 DIST 

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

2020-07-12 Thread William Hubbs
commit: 24c68e5597ab0a8d70bc44a361c20bc9c154efec
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jul 12 20:57:23 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jul 12 20:57:23 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=24c68e55

uid-gid.txt: add uid/gid for kapacitor

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

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index cd6619e..0d5b158 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -242,6 +242,7 @@ sqlgrey 336 336 acct
 spamd  337 337 acct
 stunnel341 341 acct
 influxdb   342 342 acct
+kapacitor  343 343 acct
 dnscrypt-proxy 353 353 acct
 octoprint  368 368 historical
 privoxy392 392 acct



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

2020-07-12 Thread Michał Górny
commit: 0680ce93c7689e1cb246abeb8b1831701a51f716
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:48:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0680ce93

dev-python/pytest-shutil: Remove py2 version

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

 .../pytest-shutil/pytest-shutil-1.7.0.ebuild   | 53 --
 1 file changed, 53 deletions(-)

diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild 
b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
deleted file mode 100644
index 2bb6c613aa3..000
--- a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A goodie-bag of unix shell and environment tools for py.test"
-HOMEPAGE="https://github.com/man-group/pytest-plugins 
https://pypi.org/project/pytest-shutil/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/contextlib2[${PYTHON_USEDEP}]
-   dev-python/execnet[${PYTHON_USEDEP}]
-   dev-python/path-py[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/termcolor[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   ${RDEPEND}
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   # keeps trying to install this in tests
-   sed -i 's:path.py::' setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # at this point let's not fix python2 stuff
-   if ! python_is_python3; then
-   ewarn "Tests broken on python2, not runninge tests for 
${EPYTHON}"
-   return 0
-   fi
-
-   distutils_install_for_testing
-
-   esetup.py test || die "Tests failed under ${EPYTHON}"
-}



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

2020-07-12 Thread Michał Górny
commit: e4d55ee9a51df3b28ce246b562d606c7cb2f23e3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:16:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d55ee9

dev-python/pytest-mock: Bump to 3.2.0

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

 dev-python/pytest-mock/Manifest |  1 +
 dev-python/pytest-mock/pytest-mock-3.2.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pytest-mock/Manifest b/dev-python/pytest-mock/Manifest
index bfd08764085..2a04bc1fa1a 100644
--- a/dev-python/pytest-mock/Manifest
+++ b/dev-python/pytest-mock/Manifest
@@ -1,3 +1,4 @@
 DIST pytest-mock-1.11.2.tar.gz 22825 BLAKE2B 
d6843d1cb1afc0d5a242103ec4900d56418198b84fa037faf4b6841d7fbfd388273a819a26bfe051e6030690105e74211a27d2b864448598962b3e03788958fa
 SHA512 
6dc927ce35001d088bddd9d79e024141b9e8163033b07af14b1f63330ef8b93dbf88649702f8fcc4f6ad314212fa5cbd39486b539811ec918450b3f7a716f96c
 DIST pytest-mock-2.0.0.tar.gz 24665 BLAKE2B 
31a3464e8bff5a2109716e95492ce1d59f2555769e69cccf4012bc268f88c5eeca99924006bdc78cc5e20cf227860d845bead9656aba1c081da58effb38ea100
 SHA512 
8bd7f634afebeae628470270c81f0198647bf8cd5b0fac438891d881d9823e40e814d598670bb9c9722b864990958e69d385c7c6a6e2adc81d2adcb303fbe0b0
 DIST pytest-mock-3.1.1.tar.gz 25038 BLAKE2B 
416a84af52980d6984b4a2fd63a75fc79bf27fead86e7d0950f6dfcf38bfc27befbf86bdf8d6361b19a4e45c0bf6965d7a57bea5e3fff29a361e0cdb542ef0a1
 SHA512 
8e55bd7dc45de2c35ff4385ea805e6546c8d894f3b351bc31fe1c6d9c790f9e14f79de01262c18634d9dfd5142be7520181f1195faccba1f0e8a06ffe675
+DIST pytest-mock-3.2.0.tar.gz 25569 BLAKE2B 
e6a1ab23142cf3d7ac9385ac221bfce680c7b982cb489306557b60ca81563718cb9b7fcbb149cccb2cf6f06de5c3fa737d28b0711a3197fbbc86e432c5f4e614
 SHA512 
1ff442e26339ac41414a8678303fbc7eab573964661c664ef029c3b3377df4ab40173976316ef99e49dd208dc1e3c7cd0a0090f5453865343090cc9439f85fa9

diff --git a/dev-python/pytest-mock/pytest-mock-3.2.0.ebuild 
b/dev-python/pytest-mock/pytest-mock-3.2.0.ebuild
new file mode 100644
index 000..a646df8a08a
--- /dev/null
+++ b/dev-python/pytest-mock/pytest-mock-3.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Thin-wrapper around the mock package for easier use with pytest"
+HOMEPAGE="https://github.com/pytest-dev/pytest-mock/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/pytest-5[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   if has_version dev-python/mock; then
+   # test fails when standalone mock is installed
+   sed -e 's|^\(def \)\(test_standalone_mock(\)|\1_\2|' -i 
tests/test_pytest_mock.py || die
+   fi
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest --assert=plain -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-07-12 Thread Michał Górny
commit: b9a01d1ea88c60175839f5f14f2898ebd20c1458
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:47:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a01d1e

dev-python/pytest-virtualenv: Copy stable kw to -r1

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

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

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



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

2020-07-12 Thread Michał Górny
commit: 67df23a8654259441e765daf34370c97598970c0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:30:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67df23a8

dev-python/setuptools: Bump to 49.2.0

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

 dev-python/setuptools/Manifest |  1 +
 dev-python/setuptools/setuptools-49.2.0.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index a166febe885..f8731d65ae2 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf
 DIST setuptools-46.4.0.zip 865912 BLAKE2B 
452d36132f5648c79c7e1616a93ff6a39ab2f64b2864ee397b4f57e7f72c47d418ff274f5decd35b0591b09800ad2a7cbd71c283550bd0e60a4d85744a57d4ec
 SHA512 
31e58fd1d682089a45d23aa07c3c2c4c952ca016fa4c3416b2cba979d8b57369f80baef98ce857912e506e87d6cb456497a1ce1c75a0cdf1ee25d4e753b58726
 DIST setuptools-49.1.1.zip 2173825 BLAKE2B 
44a23a2bb8613b2dcf2368997c7d89ffbd957d7004c1872bbb64631955e5e8ed2f14a49d16fff4c384c42d56b486eb2ee07f2a3e3e72add97502f39309a17fee
 SHA512 
d33c291edb64d015530e3bd6a612539896018c5f6b6eff65719339ec75967c4f6200be36a60955f885ebc4cb86f9acd5f52d8fd2e1fb1e4919488a986603
+DIST setuptools-49.2.0.zip 2174648 BLAKE2B 
03d4d2f4df5e20a39bdf8940610e0e0ad02566bc594ba90f58f476a90882dff32f1126eb02a797027d126e45f0e3092d848214e4d28292850b5042a23cdfe6ea
 SHA512 
72de34b2000fba981eb186b612a6b7ccec920c480966ebec4e178dc024db5628aeefde778c1bbd7dae9d38ae86aa9384a1b7d86f9c358429742daeba72ba9850

diff --git a/dev-python/setuptools/setuptools-49.2.0.ebuild 
b/dev-python/setuptools/setuptools-49.2.0.ebuild
new file mode 100644
index 000..05a423b05f0
--- /dev/null
+++ b/dev-python/setuptools/setuptools-49.2.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="https://github.com/pypa/setuptools 
https://pypi.org/project/setuptools/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   app-arch/unzip
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND="
+   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
+
+# Force in-source build because build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+DOCS=( {CHANGES,README}.rst 
docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
+
+python_prepare_all() {
+   # disable tests requiring a network connection
+   rm setuptools/tests/test_packageindex.py || die
+
+   # don't run integration tests
+   rm setuptools/tests/test_integration.py || die
+
+   # xpass-es for me on py3
+   #sed -e '/xfail.*710/s:(:(six.PY2, :' \
+   #   -i setuptools/tests/test_archive_util.py || die
+
+   # avoid pointless dep on flake8
+   sed -i -e 's:--flake8::' -e 's:--cov::' pytest.ini || die
+
+   # disable the code disabling non-existing coverage plugin
+   sed -i -e 's:cov = .*:return:' conftest.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   # test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
+   # It tries to sandbox the test in a tempdir
+   HOME="${PWD}" pytest -vv ${PN} || die "Tests failed under ${EPYTHON}"
+}
+
+python_install() {
+   export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
+   distutils-r1_python_install
+}



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

2020-07-12 Thread Michał Górny
commit: 63bb839dcec9ea6cf3e10732b34c94a176118d35
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:13:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bb839d

dev-python/argcomplete: Bump to 1.12.0

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

 dev-python/argcomplete/Manifest  |  1 +
 dev-python/argcomplete/argcomplete-1.12.0.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index be23f6f647f..785ba67812e 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -1 +1,2 @@
 DIST argcomplete-1.11.1.tar.gz 50773 BLAKE2B 
15c92929fc20a10a1f1e29cf8714b74dd9ab0ce11e7f77acd4b15a907ad885f944f8540a8b37fef13ea67ee8eb76107e1c72746434f2710ded7331830494ff50
 SHA512 
523d542cf1430d8ad7b056e3b9c52769847c6e0bb9e266d71cc961e56816b7811f488a5c412f89b8de0d022a321d74733af87a50b3c0d698e796fb5e322d16ce
+DIST argcomplete-1.12.0.tar.gz 53625 BLAKE2B 
29b4f620537a087629c63dc71c6a0101d40967145680518b566b9c81e3e744c5d73e1ed016795f0ea4338be4e8f20b7df1968e388e1ff09308e012ed1ba6d0c0
 SHA512 
5e21e3caf1dcee661c0dadf28d7b127147325475fe3ae569fae8797a762c34b55125df9f52de8d76f0aa6dd4efdac260a358b325a7659beae02b1dedab501c18

diff --git a/dev-python/argcomplete/argcomplete-1.12.0.ebuild 
b/dev-python/argcomplete/argcomplete-1.12.0.ebuild
new file mode 100644
index 000..7cf7945bd26
--- /dev/null
+++ b/dev-python/argcomplete/argcomplete-1.12.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Bash tab completion for argparse"
+HOMEPAGE="https://pypi.org/project/argcomplete/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   

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

2020-07-12 Thread Michał Górny
commit: c8450538b10b235ace13d324021308dbf5ad9604
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:39:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8450538

dev-python/setuptools: Disable tests on py2

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

 dev-python/setuptools/setuptools-44.1.0.ebuild| 20 
 dev-python/setuptools/setuptools-46.4.0-r1.ebuild | 20 
 2 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/dev-python/setuptools/setuptools-44.1.0.ebuild 
b/dev-python/setuptools/setuptools-44.1.0.ebuild
index 56fd5bdf49f..9e87131b2a1 100644
--- a/dev-python/setuptools/setuptools-44.1.0.ebuild
+++ b/dev-python/setuptools/setuptools-44.1.0.ebuild
@@ -27,15 +27,14 @@ RESTRICT="!test? ( test )"
 BDEPEND="
app-arch/unzip
test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
-   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
-   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
-   dev-python/futures[${PYTHON_USEDEP}]
-   ' -2)
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   ' -3)
)
 "
 PDEPEND="
@@ -68,6 +67,11 @@ python_prepare_all() {
 }
 
 python_test() {
+   if ! python_is_python3; then
+   einfo "Tests are skipped on py2 to untangle deps"
+   return
+   fi
+
# test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
# It tries to sandbox the test in a tempdir
HOME="${PWD}" pytest -vv ${PN} || die "Tests failed under ${EPYTHON}"

diff --git a/dev-python/setuptools/setuptools-46.4.0-r1.ebuild 
b/dev-python/setuptools/setuptools-46.4.0-r1.ebuild
index c78752db8a1..84c903df0f5 100644
--- a/dev-python/setuptools/setuptools-46.4.0-r1.ebuild
+++ b/dev-python/setuptools/setuptools-46.4.0-r1.ebuild
@@ -21,15 +21,14 @@ RESTRICT="!test? ( test )"
 BDEPEND="
app-arch/unzip
test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
-   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
-   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
-   dev-python/futures[${PYTHON_USEDEP}]
-   ' -2)
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   ' -3)
)
 "
 PDEPEND="
@@ -63,6 +62,11 @@ python_prepare_all() {
 }
 
 python_test() {
+   if ! python_is_python3; then
+   einfo "Tests are skipped on py2 to untangle deps"
+   return
+   fi
+
distutils_install_for_testing
# test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
# It tries to sandbox the test in a tempdir



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

2020-07-12 Thread Michał Górny
commit: d8f6ec63d30b50f0e38dd084c7b2d09c7434319c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:50:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f6ec63

dev-python/pytest-fixture-config: Remove py2 version

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

 .../pytest-fixture-config-1.7.0.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
deleted file mode 100644
index d2db63806a9..000
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/man-group/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-   test? ( dev-python/six[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest



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

2020-07-12 Thread Michał Górny
commit: eceef75b4e3f0906eb641426efe6e922da77274c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:15:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eceef75b

dev-python/pyfakefs: Bump to 4.1.0

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

 dev-python/pyfakefs/Manifest   |  1 +
 .../pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch   | 38 ++
 dev-python/pyfakefs/pyfakefs-4.1.0.ebuild  | 28 
 3 files changed, 67 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 5df88a33cff..57ba60cb194 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-3.7.2.tar.gz 180195 BLAKE2B 
f1e76b652fc67f630fb45798974dc22455e9e99509829fbcaa479f36887c90207d7b6f087e89c9e113bb44df8c4221dc4676129663740812a9426d84a1d47401
 SHA512 
33bdbf7e21f1135c0ee048943a4b7dffec96e018285e4ee2e6a1c6a7f9e595e27348c83af3803d80322e7fd12a59985a6bf6342aa6211ba95c74ffa20929fb5a
 DIST pyfakefs-4.0.2.tar.gz 177627 BLAKE2B 
a52bd900466203af6170bb9ce92f1e5f73f246d576f12390f5b52224de34fa69a3a4c426319b701953f040e343bcf267e20ea2a33df62c4a46f6397f760330aa
 SHA512 
ba14cbc278ece50142d441b7731b01ba316ba9f11e5d442476e12b8b678490aace9578eb3b2fa2e47d6805795ceaf85574d3c5fb992a098585597c7e96d7143a
+DIST pyfakefs-4.1.0.tar.gz 185920 BLAKE2B 
ee61e5ecda697150374bef035054038aed29e23958c58a3b135aae8dae7b397a194586ef6fd3ae70db1d136572a23a876d7f2dacb7e5814c1bedc9bb4502c3fe
 SHA512 
946e21e34643db2b84e53d14bd9758c8edaa9e5e40b827fd74b245f018e8084995f55256900bf795c23a5aae29f124d9fcb80caf08442f6292adb80ee59d79b4

diff --git a/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch 
b/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch
new file mode 100644
index 000..44b76b0132b
--- /dev/null
+++ b/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch
@@ -0,0 +1,38 @@
+From 1d6fabcaccf8dc716f7a49a67f5342d83ef37976 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sun, 12 Jul 2020 21:26:33 +0200
+Subject: [PATCH] Skip test_write_excel if openpyxl is not installed
+
+test_write_excel fails if pandas are installed but openpyxl is not.
+Adjust the condition around the case appropriately.
+---
+ pyfakefs/tests/patched_packages_test.py | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/pyfakefs/tests/patched_packages_test.py 
b/pyfakefs/tests/patched_packages_test.py
+index 05ed7ef..f8d8a1a 100644
+--- a/pyfakefs/tests/patched_packages_test.py
 b/pyfakefs/tests/patched_packages_test.py
+@@ -28,6 +28,11 @@ try:
+ except ImportError:
+ xlrd = None
+ 
++try:
++import openpyxl
++except ImportError:
++openpyxl = None
++
+ 
+ class TestPatchedPackages(fake_filesystem_unittest.TestCase):
+ def setUp(self):
+@@ -57,6 +62,7 @@ class TestPatchedPackages(fake_filesystem_unittest.TestCase):
+ df = pd.read_excel(path)
+ assert (df.columns == [1, 2, 3, 4]).all()
+ 
++if pd is not None and openpyxl is not None:
+ def test_write_excel(self):
+ self.fs.create_dir('/foo')
+ path = '/foo/bar.xlsx'
+-- 
+2.27.0
+

diff --git a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
new file mode 100644
index 000..f1b37e17b4b
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+
+inherit distutils-r1
+
+DESCRIPTION="a fake file system that mocks the Python file system modules"
+HOMEPAGE="https://github.com/jmcgeheeiv/pyfakefs/ 
https://pypi.org/project/pyfakefs/;
+SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${P}-openpyxl.patch
+)
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



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

2020-07-12 Thread Michał Górny
commit: b624eb38c44f43b435a4727734d510ca36ee6e89
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:47:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b624eb38

dev-python/pytest-virtualenv: Remove py2 version

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

 dev-python/pytest-virtualenv/Manifest  |  1 -
 .../pytest-virtualenv-1.2.11.ebuild| 37 --
 .../pytest-virtualenv-1.7.0.ebuild | 32 ---
 3 files changed, 70 deletions(-)

diff --git a/dev-python/pytest-virtualenv/Manifest 
b/dev-python/pytest-virtualenv/Manifest
index de67e14fca8..2d56bfde9fe 100644
--- a/dev-python/pytest-virtualenv/Manifest
+++ b/dev-python/pytest-virtualenv/Manifest
@@ -1,2 +1 @@
-DIST pytest-virtualenv-1.2.11.tar.gz 9528 BLAKE2B 
2ddcba76f89d207e8efaac8d59c6c1209fb9557fcfad586e1226b70d49ed8093aab602149335d23d497b0674e606d00d289fc291dd721aa7470f12ec221b5f61
 SHA512 
317ef8717f0ad4da6d38167f1f0dd65b6f1b3bd08bd1361fe6a27e6e422cd9fab62f3fac3848082bb24411505ecd41495fc1cbedb970d43945c8f6f8cfbbdf41
 DIST pytest-virtualenv-1.7.0.tar.gz 15767 BLAKE2B 
5ee65aff72c50c8facef682827f58a8053d658aa072f3a69d50d13335dda2da37ffc29af009b52a50349647a4a38e149ba1b9847115fc4b4c4f54f063198b14f
 SHA512 
0463ebf44ae18ee50a60e421a22aaaf0e34f827ec8f21c8f0dc79cbdc253748f9d1e5b33e4f418b52f0d8fd45990e162bb6410686ebe9fdc02650c286901d474

diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild 
b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild
deleted file mode 100644
index 8343d3db9a3..000
--- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.org/project/pytest-virtualenv/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
-   dev-python/pytest-shutil[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/virtualenv[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-RESTRICT="!test? ( test )"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild 
b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
deleted file mode 100644
index 98bce45a1b4..000
--- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/man-group/pytest-plugins 
https://pypi.org/project/pytest-virtualenv/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
-   dev-python/pytest-shutil[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/virtualenv[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests setup.py



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

2020-07-12 Thread Mike Auty
commit: c61767d3aad6e3da0cfa00f77cd4bbcb0fae1b9d
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jul 12 20:14:21 2020 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sun Jul 12 20:15:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61767d3

dev-libs/libnfc: Fix HTML docs (thanks to Jesper Saxtorph)

Closes: https://bugs.gentoo.org/724552
Signed-off-by: Mike Auty  gentoo.org>

 dev-libs/libnfc/Manifest|  1 -
 dev-libs/libnfc/libnfc-1.7.1.ebuild | 43 -
 dev-libs/libnfc/libnfc-1.7.2.ebuild |  3 ++-
 dev-libs/libnfc/libnfc-1.8.0.ebuild |  3 ++-
 4 files changed, 4 insertions(+), 46 deletions(-)

diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index 79395283928..cb1593b0a06 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,3 +1,2 @@
-DIST libnfc-1.7.1.tar.bz2 484309 BLAKE2B 
7a86394e8902421410d54de2b2710cee7ea34a6f950f6d76ec59d24d6e46798cd10a9725f405c729df44da84b810b5853a5eef0ec5f2a10ccbcf7585d33f34ef
 SHA512 
6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c
 DIST libnfc-1.7.2.tar.bz2 534821 BLAKE2B 
015634a696aeda77abdb53ab658504d0183b8d8d5899f368b122660d6527cf4d3ec988147082620d87d007ea33320acfde6cc013c9257b9c62fa4fb99528eeeb
 SHA512 
c93ab10667998b6c6bf948082253715762ae91699d3e035f1149cebf6d3881cbc2ab570976c70cd12f886f76a18a82ac048fad0664512d1cd553c0fd1fdf7674
 DIST libnfc-1.8.0.tar.bz2 553511 BLAKE2B 
060ef4f24b3387393faf43f37a3a245177cb9697d42df1a8e8e5155af8b6e7b818b4bd710ff73929bde39274eda0235d111627cfd3931bd3fe9addde10af0fad
 SHA512 
aa8762ecb5b94167d20346f2c81491bb5b634bcedbf2aae3e2efdb301bca89ceb7c2e15148d0934fdc1cce6d77ee0225e28e84893232999fdc09d8a90ae2a7c5

diff --git a/dev-libs/libnfc/libnfc-1.7.1.ebuild 
b/dev-libs/libnfc/libnfc-1.7.1.ebuild
deleted file mode 100644
index 9c11a2bbcaa..000
--- a/dev-libs/libnfc/libnfc-1.7.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/;
-SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc pcsc-lite readline static-libs usb"
-
-RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
-   readline? ( sys-libs/readline:0 )
-   usb? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_configure() {
-   local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
-   use pcsc-lite && drivers+=",acr122_pcsc"
-   use usb && drivers+=",pn53x_usb,acr122_usb"
-   econf \
-   --with-drivers="${drivers}" \
-   $(use_enable doc) \
-   $(use_with readline) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && doxygen
-}
-
-src_install() {
-   default
-   use static-libs || find "${ED}" -name 'lib*.la' -delete
-   use doc && dohtml "${S}"/doc/html/*
-}

diff --git a/dev-libs/libnfc/libnfc-1.7.2.ebuild 
b/dev-libs/libnfc/libnfc-1.7.2.ebuild
index cb49692161f..102f2a1983e 100644
--- a/dev-libs/libnfc/libnfc-1.7.2.ebuild
+++ b/dev-libs/libnfc/libnfc-1.7.2.ebuild
@@ -39,5 +39,6 @@ src_compile() {
 src_install() {
default
use static-libs || find "${ED}" -name 'lib*.la' -delete
-   use doc && dohtml "${S}"/doc/html/*
+   use doc && HTML_DOCS=( "${S}"/doc/html/* )
+   einstalldocs
 }

diff --git a/dev-libs/libnfc/libnfc-1.8.0.ebuild 
b/dev-libs/libnfc/libnfc-1.8.0.ebuild
index cb49692161f..102f2a1983e 100644
--- a/dev-libs/libnfc/libnfc-1.8.0.ebuild
+++ b/dev-libs/libnfc/libnfc-1.8.0.ebuild
@@ -39,5 +39,6 @@ src_compile() {
 src_install() {
default
use static-libs || find "${ED}" -name 'lib*.la' -delete
-   use doc && dohtml "${S}"/doc/html/*
+   use doc && HTML_DOCS=( "${S}"/doc/html/* )
+   einstalldocs
 }



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

2020-07-12 Thread William Hubbs
commit: d8f38ef45930dabd43f028d132971b3fd36e8013
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jul 12 19:38:14 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jul 12 19:38:14 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=d8f38ef4

uid-gid.txt: add uid/gid for influxdb

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

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index db49f41..cd6619e 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -241,6 +241,7 @@ epmd335 335 acct
 sqlgrey336 336 acct
 spamd  337 337 acct
 stunnel341 341 acct
+influxdb   342 342 acct
 dnscrypt-proxy 353 353 acct
 octoprint  368 368 historical
 privoxy392 392 acct



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

2020-07-12 Thread William Hubbs
commit: 06dda2863c91c8ec869b3bd62cd23c71b8bbc72b
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jul 12 18:41:57 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jul 12 18:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dda286

www-servers/caddy: stable 2.0.0 on amd64

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

 www-servers/caddy/Manifest |  1 -
 www-servers/caddy/caddy-0.10.11.ebuild | 31 ---
 www-servers/caddy/caddy-2.0.0.ebuild   |  2 +-
 3 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/www-servers/caddy/Manifest b/www-servers/caddy/Manifest
index ff5a6a9b375..bf628c491b1 100644
--- a/www-servers/caddy/Manifest
+++ b/www-servers/caddy/Manifest
@@ -1,4 +1,3 @@
-DIST caddy-0.10.11.tar.gz 2860871 BLAKE2B 
9050ee76a325c5ae183dcafec05b0d234a1308103f617908ec31a2bd8c3ce55c8d9ced9e30a36d616ff2c6f1581e1496bed4379a6f1ba3d0b5e7f9242edfabf8
 SHA512 
03539ae59f654d56ad0b441e7f67eb51135b1ffd539f9eb5953445089e72d3eab905ad9b08b001ef27e5054b760887a898b89ea85b48b4f852398b073e6e4924
 DIST caddy-2.0.0.tar.gz 350050 BLAKE2B 
5cf53b85fa267d6686ce00754d4653013aab56e1fd076f4c4f8c864d57f924ab3fedaba4bce24972159e83ce7ae3889b75d5d0e259c8d77a0620e0b53b3888e2
 SHA512 
b7393f117e33529990424a78804c0e04a86ff8af8393564134066ab7b6a1d64a141b73708928209c1f29147a2f8fd94b2056f11642b8205b6de4ede6a783f2af
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.31.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273

diff --git a/www-servers/caddy/caddy-0.10.11.ebuild 
b/www-servers/caddy/caddy-0.10.11.ebuild
deleted file mode 100644
index bc2df356b5f..000
--- a/www-servers/caddy/caddy-0.10.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/mholt/${PN}"
-
-inherit golang-build golang-vcs-snapshot
-
-EGIT_COMMIT="v${PV}"
-ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64"
-
-DESCRIPTION="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
-HOMEPAGE="https://github.com/mholt/caddy;
-
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-src_compile() {
-   GOPATH="${WORKDIR}/${P}" go install -ldflags "-X 
github.com/mholt/caddy/caddy/caddymain.gitTag=${PV}" ${EGO_PN}/caddy || die
-}
-
-src_install() {
-   dobin bin/*
-   dodoc src/${EGO_PN}/README.md src/${EGO_PN}/dist/CHANGES.txt
-}

diff --git a/www-servers/caddy/caddy-2.0.0.ebuild 
b/www-servers/caddy/caddy-2.0.0.ebuild
index 18347731925..f14b1d5efd3 100644
--- a/www-servers/caddy/caddy-2.0.0.ebuild
+++ b/www-servers/caddy/caddy-2.0.0.ebuild
@@ -1212,7 +1212,7 @@ 
SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RESTRICT+=" test"
 



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

2020-07-12 Thread Michał Górny
commit: 50e7df667fde7c1ac084e41cdf476f4b70f1a176
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 17:34:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 18:35:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e7df66

dev-python/hypothesis: Bump to 5.19.1

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-5.19.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index a595db8b1c2..3ced917bc5d 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -3,3 +3,4 @@ DIST hypothesis-python-4.57.1.tar.gz 9005030 BLAKE2B 
3d318896cbe2d24fa6847e764a1
 DIST hypothesis-python-5.16.0.tar.gz 9011031 BLAKE2B 
65659f72094ac7fcc82c7e5a8b88c0156345530742412f13398dc72ce50d2466fa9b04b5cf4a79e87916aae770f2a89aa880d1d238890c7f8c8483c4c5068bcb
 SHA512 
66366c172aaed84f1fb5fe0cef4e0fccfa4f65c31a94d52cf3a49b44b535f8366e71974f2aaa7b39d1d1b4171fd92cbfe4bbbac8ec4b9c4ccd2b0e5d15976d26
 DIST hypothesis-python-5.16.3.tar.gz 9011952 BLAKE2B 
d74a68c4ee1e5aacf4be1da5a4656011b0a15f990106c21298101d36e9a097c5dfd165987ad90a45f3a0b74375c4da609cd750f618242b94f34e03b6de0ee866
 SHA512 
912d984995d4ad8f06e98eb2cc327629328990fc1c072527ce261b637e16622acaf4d0d93928f9dd2d6601ab78f69aa6cf129d5cd7c1c00e50754ebc06957df0
 DIST hypothesis-python-5.19.0.tar.gz 9022213 BLAKE2B 
d8996cfd18d24722cd4faaf8335ce2b1c67757e3ffe973a33bd8ad087fcde513442d9fdf01f486ee07b33504e4088aa9e4c104782c3b03aa4f0d77a99ba6f672
 SHA512 
c26b0c9c5c7e1941c7f491e8e8165fda86a6e985204b9098c214080e508167f77f7dffe65192a4418f4958c3c6df44a20d75131895517c40c1113995ace3b604
+DIST hypothesis-python-5.19.1.tar.gz 9023768 BLAKE2B 
d1aa7c7a537e9f4ac0f33c12fa0c8269917aa83c01b8e333492d22ac8642ea29f678ca94d6f3d6c45efce7a2fd178d7cab6bcdfefef57c19e84c559a9affd8bd
 SHA512 
81397f64f79debcea05f343f7c8c7cb528231be0bea15f0c6b81e3f68278eff6d73fa09a2f85a798c58468087b6135fea21530402a8fb9bd8014c040ad54a8c4

diff --git a/dev-python/hypothesis/hypothesis-5.19.1.ebuild 
b/dev-python/hypothesis/hypothesis-5.19.1.ebuild
new file mode 100644
index 000..54efc2972e9
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-5.19.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}]
+   !!

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

2020-07-12 Thread Michał Górny
commit: 823c30e2a8cbb41ff8e2ddd937988800a7cea185
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 17:34:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 18:35:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823c30e2

dev-python/GitPython: Bump to 3.1.5

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

 dev-python/GitPython/GitPython-3.1.5.ebuild | 58 +
 dev-python/GitPython/Manifest   |  4 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/GitPython/GitPython-3.1.5.ebuild 
b/dev-python/GitPython/GitPython-3.1.5.ebuild
new file mode 100644
index 000..7d80c563a14
--- /dev/null
+++ b/dev-python/GitPython/GitPython-3.1.5.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+TEST_P=GitPython-3.1.5
+GITDB_P=gitdb-4.0.5
+SMMAP_P=smmap-3.0.4
+
+DESCRIPTION="Library used to interact with Git repositories"
+HOMEPAGE="https://github.com/gitpython-developers/GitPython 
https://pypi.org/project/GitPython/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
+   test? (
+   https://dev.gentoo.org/~mgorny/dist/${TEST_P}.gitbundle
+   https://dev.gentoo.org/~mgorny/dist/${GITDB_P}.gitbundle
+   https://dev.gentoo.org/~mgorny/dist/${SMMAP_P}.gitbundle
+   )"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-vcs/git
+   >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+src_test() {
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+
+   git clone "${DISTDIR}/${TEST_P}.gitbundle" "${T}"/test || die
+   git clone "${DISTDIR}/${GITDB_P}.gitbundle" \
+   "${T}"/test/git/ext/gitdb || die
+   git clone "${DISTDIR}/${SMMAP_P}.gitbundle" \
+   "${T}"/test/git/ext/gitdb/gitdb/ext/smmap || die
+
+   cd "${T}"/test || die
+   # remove performance tests
+   rm -r git/test/performance || die
+   # tests requiring network access
+   sed -i -e 's:test_fetch_error:_&:' git/test/test_remote.py || die
+   # broken apparently (also fails in git clone)
+   sed -e 's:test_rev_parse:_&:' \
+   -i git/test/test_repo.py || die
+
+   distutils-r1_src_test
+}

diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
index f596fe6dc58..f7167b60e27 100644
--- a/dev-python/GitPython/Manifest
+++ b/dev-python/GitPython/Manifest
@@ -1,4 +1,8 @@
 DIST GitPython-3.1.0.gitbundle 8618276 BLAKE2B 
a1ecf49c47804b399453c6931fb54903309944b47a5a8ccd02d62f4b27943e60b4b58a9e67567008fa4d5bc791b1c86642659c045c885e2155e2c44bb1a4ea81
 SHA512 
a71463f861f840d3169a8351155665243d9f0f0a72e210940f9f7872cfd49b6ddfac827f0ec5bc61079d8066fc7ba210a03dd99f3bbd598e22ccbcacfe8e61b3
 DIST GitPython-3.1.3.tar.gz 430558 BLAKE2B 
0a36e066ad4d3d994ebaa76492f4953c0eaf8b4a0fc163af646f288ed45591e0dee532502c03007af5f6d6cf5633a32bc12a9a777fad6d745bdbc286a4815de4
 SHA512 
ea4043c8be79cec7ffc9c6b6383be37dcf7b4a877cf02d6fc8c9e7d39a5005e088c8780dd6e0fcd72c0711c997228f417773c82572f569c5ca1128f5ebe56736
+DIST GitPython-3.1.5.gitbundle 8795147 BLAKE2B 
ca876265dca1ac9b1ea2c1b21bf0ed4a5ff5d8e6bdc887dee16ebedc661cecd1d6c2ac2b0ec606dcee7c5e5b865dbaf425bfe52100ebe73331389db7a03b0f13
 SHA512 
5315c9985df2eeb6b8d8667e02cfff7b53fefec9f680fa0622da23f680348c9dd1aa90b6c5dba58fdf4a36748f14d1665a305553b04afed9702c6623f36d45ca
+DIST GitPython-3.1.5.tar.gz 435408 BLAKE2B 
6ee25808e3ea85a502edc76e685aaa5adf998dc4497e84fcbc28d2bc8a2a7a6636ac37e5bca2d380b034d0211d218b3bedcfebeb82f31a5cbe04be024943796c
 SHA512 
ebe5116146d653ea96aa317842bfe449cace90e95424978aba903fe7173568748f2ebd2bcb893a85d8f563c24fb9771c604a4477e41b67db9db2c83137017a63
 DIST gitdb-4.0.2.gitbundle 1474197 BLAKE2B 
93dc8aeb3a43f0950bec1e8dc0c0156543a0a1ce1f20a7f0b2cd05c110338af05b6c6300c3f4b2c05e0f895496248e5fdca74eb599a4ea9aa983ed399d91f7c6
 SHA512 
8d4ebc93d6869a60b7717fc09067e86a7e0373c281d0fb9939a6e2e283864256f827919eeb13be977254c0c71a4864d8e7c9b4b6dcc0af6275aa59681960
+DIST gitdb-4.0.5.gitbundle 1497722 BLAKE2B 
8ee85368db7f408f96f0b48250f1ed96c8df28b0439d355ce2eecbdcc5dc94382883510c57142e7e4b6ba7cd8e82b1140eca538b45692dbe8c55bce32e1b5b4f
 SHA512 
2c55a8e402a61ebcc362a8aee4a6154705d8ff2f5e582d13c855562dd074427681f4147641fe76681b76c99ec46040c7577dfca8bbfd575fc52772a9a6f17326
 DIST smmap-3.0.1.gitbundle 263781 BLAKE2B 
6e06586010814ce0f59367c7f9289dad4891ee1debbc020b192af3945207da05b1e34907f1871f5b6b9638706b9e2fdacf390fcfff6bd06af84b9fd80f7e63a8
 SHA512 

[gentoo-commits] proj/devmanual:master commit in: keywording/

2020-07-12 Thread Ulrich Müller
commit: 3cbde132b6b28dcaf4ae591c567b6828e4fc7688
Author: Alexey Sokolov  google  com>
AuthorDate: Fri Jun 26 14:03:30 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 12 18:31:43 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3cbde132

keywording: Mention NATTkA

Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Ulrich Müller  gentoo.org>

 keywording/text.xml | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/keywording/text.xml b/keywording/text.xml
index 2368cf3..b151e26 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -245,9 +245,13 @@ the arch teams are happy for help, so long as they know 
what is going on.
 
 
 In order to request stabilization of an ebuild, file a bug to the package's
-maintainer (which may be yourself), and list all secondary maintainers
-in the bug's CC. When the maintainers consider the ebuild to be ready for
-stabilization, they will add the relevant architecture teams to the CC list.
+maintainer (which may be yourself) in the Stabilization component, and list
+all secondary maintainers in the bug's CC. When the maintainers consider the
+ebuild to be ready for stabilization, they will add the relevant architecture
+teams to the CC list. They can do it manually, or they can fill the package
+list field, add the CC-ARCHES keyword, and let
+https://dev.gentoo.org/~mgorny/doc/nattka/;>NATTkA
+automatically add arch teams to CC.
 That way teams can remove themselves from the list when they are done, giving
 a clear indication of which teams still have to stabilize a package.
 



[gentoo-commits] repo/gentoo:master commit in: app-forensics/lynis/

2020-07-12 Thread Mike Pagano
commit: c0d5aed65feb5bbbe168f71ec8cee9d032911f10
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jul 12 17:35:46 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jul 12 17:35:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d5aed6

app-forensics/lynis: Add myself as maintainer

I've been bumping this one for two years now.
Making it official.

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

 app-forensics/lynis/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-forensics/lynis/metadata.xml b/app-forensics/lynis/metadata.xml
index 7a38bb90096..542792de7f1 100644
--- a/app-forensics/lynis/metadata.xml
+++ b/app-forensics/lynis/metadata.xml
@@ -1,5 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+  
+mpag...@gentoo.org
+  
 



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

2020-07-12 Thread Michał Górny
commit: e956d5dafd4298e38b819c11aa8162b616f5346b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 16:46:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 16:56:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e956d5da

dev-python/xmlschema: Remove redundant versions

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

 dev-python/xmlschema/Manifest   |  1 -
 dev-python/xmlschema/xmlschema-1.2.1.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest
index 5c0c673c923..bb7402dd539 100644
--- a/dev-python/xmlschema/Manifest
+++ b/dev-python/xmlschema/Manifest
@@ -1,4 +1,3 @@
 DIST xmlschema-1.1.3.tar.gz 298490 BLAKE2B 
70c24424fd6a5e87e07591451db920d22c1bf2c63c1908e008401eafe210b759894ba508011ee58e2c242ca5b3d424c86cdf7a65312e9df1cda426802af8e861
 SHA512 
df277cd75058e10b8e0505db51fc167c688fe4c3d319de289ac77faa37913f60d2697f4456e00d637c4a3c3f83d164619e0ce1b849e8c8ea3b5e1932b56044dc
 DIST xmlschema-1.2.0.tar.gz 314580 BLAKE2B 
d42b221d2730d2b5cdab655269f7b885c72bce1794f12111b4110a80a1288e1996633ef5f00e9fc3ef7cd66a4267baffbdb6a906d0a0c3caf418d31abda93016
 SHA512 
1a6644b02e96beeea68bd737a4a66fd02693b4cb3c36a07e569a2b2c3e2b0db4fe01a475fcc3c4e5372c6000b27ef824ba5859215a03212fe4c0f2ec61f7103b
-DIST xmlschema-1.2.1.tar.gz 318674 BLAKE2B 
686b94846b9cc8bc3dabfea9c9171a186561a0ad568a2806f5575a0c5808d3542f4e2cb7c01096036f5a54fb839cbdd95077fee9febad4cd7a82ead445228e62
 SHA512 
6d27ea5aea227e35f25a34a651b27084844bca015ae60d096fe1879150efb681141c368cd38cf376a2f0ea28b265cb844f1de82d2d7f704e3c2db67683f2af9b
 DIST xmlschema-1.2.2.tar.gz 318829 BLAKE2B 
5ebb8749d56491e65a2c09b56e965ea6b3e9be3d453a01671fa0da065389ca4bf44993693517bed4ef9df22cb94b9398660a7a838405c1757ee1c6f40aedacd3
 SHA512 
51be4317530cd1055438a4bf8e484b70d8a9414da5507fd30ed506271317859e5255fc729ed9fa5df2230e2af049ff40e693c67a5062e61fda43a1329ef2138d

diff --git a/dev-python/xmlschema/xmlschema-1.2.1.ebuild 
b/dev-python/xmlschema/xmlschema-1.2.1.ebuild
deleted file mode 100644
index e6e1d1a243d..000
--- a/dev-python/xmlschema/xmlschema-1.2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="An XML Schema validator and decoder"
-HOMEPAGE="https://github.com/sissaschool/xmlschema 
https://pypi.org/project/xmlschema/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   =dev-python/elementpath-1.4*[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-   test? (
-   dev-python/lxml[${PYTHON_USEDEP}]
-   )"
-
-src_prepare() {
-   # https://github.com/sissaschool/xmlschema/issues/197
-   sed -i -e 's:test_schema_resource_access:_&:' \
-   tests/test_resources.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   "${EPYTHON}" tests/test_all.py -v ||
-   die "Tests fail with ${EPYTHON}"
-}



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

2020-07-12 Thread Michał Górny
commit: cf73f7559cc31a56f3a618a42763827bdb8fa21a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 16:46:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 16:56:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf73f755

dev-python/xlsxwriter: Remove redundant versions

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

 dev-python/xlsxwriter/Manifest|  2 --
 dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild | 43 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index f74c7758f10..224b4c684d8 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1,4 +1,2 @@
-DIST XlsxWriter-0.9.8.tar.gz 236187 BLAKE2B 
ff6f7392a72fe00107d2dfdc17a4d17f6505f9961e518115bf88412194ee8f32364709ee3da0756a7de038f1a699e32c000831b58aabe608564aa7171c20f702
 SHA512 
05c372c25142dc6726fa5475cdda433f5ecae1d0f92f87c50ca7bc26fb99f8ae369a1a8cb6ec5e909280c81f32c92ac23892fbd6326b8e1cf032abcf42c0d894
-DIST xlsxwriter-0.9.8-tests.zip 28345992 BLAKE2B 
0cda3578f69ecb152d6f30da6f2ab9c6eae33f4f303f2c9b7fc1bcd661e07722031b8eb35e7e57ffb04c84f6121f3f304c40379f891a0f9c50667503391f8e6d
 SHA512 
a30cf917642100d3ffb9616809e4860593ccfa271beed0baa757ccf6f0822af05daf602d67773ce1b5af020ead108bf7a844dafb426c020c9adaed19cc7aad29
 DIST xlsxwriter-1.2.8-tests.tar.gz 29222574 BLAKE2B 
11a13c5fc4089c8c15dcaa069a6f044555426e71dd040a6abf1038fb2a33788744c80487abaf1da6b3c0fae2db55a389c0cedbac251c793dc828920ea55ee5b3
 SHA512 
2269235ad3bb243dd8be5cf33efb6503e08e3d7ac42bce042c97737ebb8a9db880db93c05bbb2708b0bb6c621cb11c91f3e7d5b4fa09fce88092b365910b1afb
 DIST xlsxwriter-1.2.9-tests.tar.gz 29395878 BLAKE2B 
010e3baf191dafe04b4c73986c7997048aeb1002515d24e104a241e7bc80c5e3e4e46b2454e01de72e23418a24ad981b758355dc77dfa1980265d5b119e7c247
 SHA512 
4680f2eaa96ec8063432f3f0642d27895cd462d3d9b664a452f8e2956bcd16268f41a5780d172cf61cd3951f1f5fbc2dc904ebef1e08e7f45269821a3157c7eb

diff --git a/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild
deleted file mode 100644
index 8b195492bc4..000
--- a/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild
+++ /dev/null
@@ -1,43 +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} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="XlsxWriter"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python module for creating Excel XLSX files"
-HOMEPAGE="https://github.com/jmcnamara/XlsxWriter;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
-   test? ( 
https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${PV}.zip -> 
${P}-tests.zip )
-
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( app-arch/unzip
-   dev-python/pytest[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}"/${MY_P}
-
-python_prepare_all() {
-   if use test; then
-   cp -r "${WORKDIR}"/${MY_PN}-RELEASE_${PV}/${PN}/test ${PN}/ || 
die
-   fi
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test -v -v || die
-}



  1   2   3   >