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

2020-07-07 Thread Miroslav Šulc
commit: 9045b1ee47b1fe81a51722cd97df6d6713417767
Author: Gerion Entrup  flump  de>
AuthorDate: Fri Jun 19 00:09:19 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Jul  8 06:57:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9045b1ee

media-sound/cadence: change homepage to https version

Signed-off-by: Gerion Entrup  flump.de>
Closes: https://github.com/gentoo/gentoo/pull/16318
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/cadence/cadence-0.9.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cadence/cadence-0.9.0-r4.ebuild 
b/media-sound/cadence/cadence-0.9.0-r4.ebuild
index 08953c0b0c7..388fd048ba5 100644
--- a/media-sound/cadence/cadence-0.9.0-r4.ebuild
+++ b/media-sound/cadence/cadence-0.9.0-r4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 inherit python-single-r1 xdg desktop
 
 DESCRIPTION="Collection of tools useful for audio production"
-HOMEPAGE="http://kxstudio.linuxaudio.org/Applications:Cadence";
+HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence";
 SRC_URI="https://github.com/falkTX/Cadence/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 KEYWORDS="amd64"
 LICENSE="GPL-2"



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

2020-07-07 Thread Miroslav Šulc
commit: 14502b4e6318b37c80b4792ac000d5cc1e66c509
Author: Gerion Entrup  flump  de>
AuthorDate: Fri Jun 19 00:05:17 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Jul  8 06:57:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14502b4e

media-sound/cadence: Update live ebuild

- Python 3.8 support
- Prefix support (untested)
- Shebang fix

Signed-off-by: Gerion Entrup  flump.de>
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/cadence/cadence-.ebuild | 24 ++--
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/media-sound/cadence/cadence-.ebuild 
b/media-sound/cadence/cadence-.ebuild
index 1059f334e10..3618cd021dd 100644
--- a/media-sound/cadence/cadence-.ebuild
+++ b/media-sound/cadence/cadence-.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit git-r3 python-single-r1 xdg desktop
 
 DESCRIPTION="Collection of tools useful for audio production"
-HOMEPAGE="http://kxstudio.linuxaudio.org/Applications:Cadence";
+HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence";
 EGIT_REPO_URI="https://github.com/falkTX/Cadence.git";
 KEYWORDS=""
 LICENSE="GPL-2"
@@ -17,7 +17,6 @@ IUSE="a2jmidid -pulseaudio opengl"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-# for jack project rendering also needs media-sound/jack_capture which is not 
in the tree yet
 CDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
@@ -49,7 +48,7 @@ src_prepare() {
 }
 
 src_compile() {
-   myemakeargs=(PREFIX="/usr"
+   myemakeargs=(PREFIX="${EPREFIX}/usr"
SKIP_STRIPPING=true
)
 
@@ -57,17 +56,22 @@ src_compile() {
 }
 
 src_install() {
-   emake PREFIX="/usr" DESTDIR="${D}" install
+   emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install
+
+   python_fix_shebang ${ED}
 
# Clean up stuff that shouldn't be installed
-   rm -rf "${D}"/etc/X11/xinit/xinitrc.d/61cadence-session-inject
-   rm -rf "${D}"/etc/xdg/autostart/cadence-session-start.desktop
-   rm -rf "${D}"/usr/share/applications/*.desktop
+   rm -rf "${ED}"/etc/X11/xinit/xinitrc.d/61cadence-session-inject
+   rm -rf "${ED}"/etc/xdg/autostart/cadence-session-start.desktop
+   rm -rf "${ED}"/usr/share/applications/*.desktop
 
if use !pulseaudio; then
-   rm -rf "${D}"/usr/bin/cadence-pulse2{jack,loopback}
-   rm -rf "${D}"/usr/share/cadence/pulse2{jack,loopback}
+   rm -rf "${ED}"/usr/bin/cadence-pulse2{jack,loopback}
+   rm -rf "${ED}"/usr/share/cadence/pulse2{jack, loopback}
fi
+   # Depend on ladish which is not in the tree
+   rm -rf "${ED}"/usr/bin/claudia{,-launcher}
+   rm -rf "${ED}"/usr/share/cadence/icons/claudia-hicolor/
 
# Replace desktop entries with QA issues with these
make_desktop_entry cadence Cadence cadence 
"AudioVideo;AudioVideoEditing;Qt"



[gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/, net-libs/wvstreams/files/

2020-07-07 Thread Jeroen Roovers
commit: 228b062df44bcc02818187a0e2730b9053ebf659
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul  7 12:20:42 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  8 06:49:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228b062d

net-libs/wvstreams: Fix xplc/moduleloader major_version signedness

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Closes: https://bugs.gentoo.org/721892
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../files/wvstreams-4.6.1_p14-xplc-module.patch| 25 ++
 net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild   |  1 +
 2 files changed, 26 insertions(+)

diff --git a/net-libs/wvstreams/files/wvstreams-4.6.1_p14-xplc-module.patch 
b/net-libs/wvstreams/files/wvstreams-4.6.1_p14-xplc-module.patch
new file mode 100644
index 000..a7d931c3d81
--- /dev/null
+++ b/net-libs/wvstreams/files/wvstreams-4.6.1_p14-xplc-module.patch
@@ -0,0 +1,25 @@
+--- a/include/xplc/module.h
 b/include/xplc/module.h
+@@ -100,19 +100,19 @@
+* XPLC module magic number. This is to ensure that it is in fact a
+* valid XPLC module that has been loaded.
+*/
+-  unsigned long magic;
++  signed long magic;
+   /**
+* The XPLC module ABI version that this module conforms to. This
+* should always be the first member of the XPLC_ModuleInfo
+* structure, as the meaning of the following members depend on it.
+*/
+-  unsigned int version_major;
++  signed int version_major;
+   /**
+* The XPLC module ABI sub-version that this module conforms
+* to. This is used for optional and backward-compatible changes in
+* the module ABI.
+*/
+-  unsigned int version_minor;
++  signed int version_minor;
+ 
+   /**
+* Description string for the module.

diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild 
b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
index 69bea4fae03..1042923f522 100644
--- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
@@ -43,6 +43,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.6.1-gcc47.patch
"${FILESDIR}"/${PN}-4.6.1-parallel-make.patch
"${FILESDIR}"/${PN}-4.6.1-_DEFAULT_SOURCE.patch
+   "${FILESDIR}"/${PN}-4.6.1_p14-xplc-module.patch
 )
 S=${WORKDIR}/${P/_p*}
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/, net-libs/wvstreams/files/

2020-07-07 Thread Jeroen Roovers
commit: 3c19df3b0bb6925e5dedb19b1de028dea8a98d26
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul  7 21:20:43 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  8 06:49:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c19df3b

net-libs/wvstreams: Add llvm patch

Adapted from upstream commit 14f88faeccd9eaef8a9d4bd0e95b87745b8a54bb

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Bug: https://bugs.gentoo.org/731200
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../wvstreams/files/wvstreams-4.6.1_p14-llvm.patch | 412 +
 net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild   |   1 +
 2 files changed, 413 insertions(+)

diff --git a/net-libs/wvstreams/files/wvstreams-4.6.1_p14-llvm.patch 
b/net-libs/wvstreams/files/wvstreams-4.6.1_p14-llvm.patch
new file mode 100644
index 000..156d198a440
--- /dev/null
+++ b/net-libs/wvstreams/files/wvstreams-4.6.1_p14-llvm.patch
@@ -0,0 +1,412 @@
+--- a/include/uniconf.h
 b/include/uniconf.h
+@@ -434,7 +434,7 @@
+  */
+ class UniConf::Iter : public UniConf::IterBase
+ {
+-UniConfGen::Iter *it;
++IUniConfGen::Iter *it;
+ 
+ public:
+ /** Creates an iterator over the direct children of a branch. */
+@@ -465,7 +465,7 @@
+  */
+ class UniConf::RecursiveIter : public UniConf::IterBase
+ {
+-UniConfGen::Iter *it;
++IUniConfGen::Iter *it;
+ 
+ public:
+ /** Creates a recursive iterator over a branch. */
+--- a/include/uniconfgen.h
 b/include/uniconfgen.h
+@@ -153,8 +153,50 @@
+  */
+ virtual bool haschildren(const UniConfKey &key) = 0;
+ 
+-/** The abstract iterator type (see below) */
+-class Iter;
++/**
++ * An abstract iterator over keys and values in a generator.
++ *
++ * Unlike other WvStreams iterators, this one declares virtual methods so
++ * that UniConfGen implementations can supply the right behaviour
++ * through a common interface that does not depend on static typing.
++ *
++ * The precise traversal sequence is defined by the iterator 
implementation.
++ *
++ * The iterator need not support concurrent modifications of the 
underlying
++ * data structures.
++ * 
++ * TODO: Consider changing this rule depending on observed usage patterns.
++ */
++class Iter
++{
++public:
++/** Destroys the iterator. */
++virtual ~Iter() { }
++
++/**
++ * Rewinds the iterator.
++ * Must be called prior to the first invocation of next().
++ */
++virtual void rewind() = 0;
++
++/**
++ * Seeks to the next element in the sequence.
++ * Returns true if that element exists.
++ * Must be called prior to the first invocation of key().
++ */
++virtual bool next() = 0;
++
++/** Returns the current key. */
++virtual UniConfKey key() const = 0;
++
++/** 
++ * Returns the value of the current key.  You could just do a get(),
++ * but maybe your generator has a more efficient way.
++ */
++virtual WvString value() const = 0;
++};
++
++
+ 
+ /** A concrete null iterator type (see below) */
+ class NullIter;
+@@ -214,7 +256,7 @@
+ public:
+ /** Destroys the UniConfGen and may discard uncommitted data. */
+ virtual ~UniConfGen();
+-
++
+ /* Notification API */
+ 
+ /**
+@@ -300,70 +342,28 @@
+ protected:
+ // A naive implementation of setv() that uses only set().
+ void setv_naive(const UniConfPairList &pairs);
+-};
+-
+-DeclareWvList(IUniConfGen);
+-DeclareWvList2(UniConfGenList, IUniConfGen);
+-
+ 
+-/**
+- * An abstract iterator over keys and values in a generator.
+- *
+- * Unlike other WvStreams iterators, this one declares virtual methods so
+- * that UniConfGen implementations can supply the right behaviour
+- * through a common interface that does not depend on static typing.
+- *
+- * The precise traversal sequence is defined by the iterator implementation.
+- *
+- * The iterator need not support concurrent modifications of the underlying
+- * data structures.
+- * 
+- * TODO: Consider changing this rule depending on observed usage patterns.
+- */
+-class UniConfGen::Iter
+-{
+ public:
+-/** Destroys the iterator. */
+-virtual ~Iter() { }
+-
+-/**
+- * Rewinds the iterator.
+- * Must be called prior to the first invocation of next().
+- */
+-virtual void rewind() = 0;
+-
+ /**
+- * Seeks to the next element in the sequence.
+- * Returns true if that element exists.
+- * Must be called prior to the first invocation of key().
+- */
+-virtual bool next() = 0;
+-
+-/** Returns the current key. */
+-virtual UniConfKey key() const = 0;
+-
+-/** 
+- * Returns the value of the current key.  You could just do a get(),
+- * but maybe your generator has a more efficient way.
++ * An iterator that's alway

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

2020-07-07 Thread Sergei Trofimovich
commit: 5df3d0c06a98c230074ca548ada9a0537ba53fe7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  8 06:47:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  8 06:47:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df3d0c0

dev-python/scikit-build: keyworded 0.11.1 for ppc

keyworded wrt bug #728856

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/scikit-build/scikit-build-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scikit-build/scikit-build-0.11.1.ebuild 
b/dev-python/scikit-build/scikit-build-0.11.1.ebuild
index 9fced16258c..85e78a7d319 100644
--- a/dev-python/scikit-build/scikit-build-0.11.1.ebuild
+++ b/dev-python/scikit-build/scikit-build-0.11.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND="
dev-python/distro[${PYTHON_USEDEP}]



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

2020-07-07 Thread Sergei Trofimovich
commit: 8f071dd34f333fceafd970b78f1e96d0b92fd9c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  8 06:47:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  8 06:47:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f071dd3

dev-python/blosc: keyworded 1.9.1-r1 for ppc

keyworded wrt bug #728856

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/blosc/blosc-1.9.1-r1.ebuild 
b/dev-python/blosc/blosc-1.9.1-r1.ebuild
index 11fa0fc160a..27276ea3f8a 100644
--- a/dev-python/blosc/blosc-1.9.1-r1.ebuild
+++ b/dev-python/blosc/blosc-1.9.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-07 Thread Sergei Trofimovich
commit: acfa4e7ebb48ba75a28c68e745f85187b84d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  8 06:47:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  8 06:47:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfa4e7e

dev-libs/c-blosc: keyworded 1.19.0 for ppc

keyworded wrt bug #728856

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/c-blosc/c-blosc-1.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.19.0.ebuild 
b/dev-libs/c-blosc/c-blosc-1.19.0.ebuild
index 71488e42738..aab6138ba02 100644
--- a/dev-libs/c-blosc/c-blosc-1.19.0.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.19.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+lz4 +snappy test zlib zstd"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/

2020-07-07 Thread Mikhail Pukhlikov
commit: b833d3198cdaee7d8bf1a31e411f33c4eb982af3
Author: Anton Bolshakov  users  noreply  github  
com>
AuthorDate: Tue Jul  7 01:04:02 2020 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Wed Jul  8 06:32:49 2020 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=b833d319

pwsh-bin: add arm support

https://github.com/gentoo/dotnet/issues/475
Signed-off-by: Mikhail Pukhlikov  gentoo.org>

 app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild 
b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
index bc1f07b..3e6f1fe 100644
--- a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
@@ -9,6 +9,8 @@ LICENSE="MIT"
 
 SRC_URI="
 amd64? ( 
https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz
 )
+arm?   ( 
https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-arm32.tar.gz
 )
+arm64? ( 
https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-arm64.tar.gz
 )
 "
 
 SLOT="0"
@@ -32,7 +34,7 @@ S=${WORKDIR}
 
 src_prepare() {
default
-   rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
+   use amd64 && rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
 }
 
 src_install() {



[gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/

2020-07-07 Thread Mikhail Pukhlikov
commit: 2d50f16db6458e3c3c8c49b6b92722855a998305
Author: Anton Bolshakov  users  noreply  github  
com>
AuthorDate: Tue Jul  7 01:05:25 2020 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Wed Jul  8 06:33:01 2020 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=2d50f16d

Update pwsh-bin-7.0.0.ebuild

Closes: https://github.com/gentoo/dotnet/pull/476
Signed-off-by: Mikhail Pukhlikov  gentoo.org>

 app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild 
b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
index 3e6f1fe..ba33111 100644
--- a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
@@ -14,7 +14,7 @@ arm64? ( 
https://github.com/PowerShell/PowerShell/releases/download/v${PV}/power
 "
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 QA_PREBUILT="*"
 



[gentoo-commits] repo/proj/guru:dev commit in: www-client/badwolf/

2020-07-07 Thread Haelwenn Monnier
commit: 86502dd53e5b8ef011094b87e2825f8aab11fffb
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Wed Jul  8 06:13:15 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Jul  8 06:13:15 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86502dd5

www-client/badwolf: Version Bump, 1.0.2

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 www-client/badwolf/Manifest |  1 +
 www-client/badwolf/badwolf-1.0.2.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/www-client/badwolf/Manifest b/www-client/badwolf/Manifest
index 14726a3..fba390c 100644
--- a/www-client/badwolf/Manifest
+++ b/www-client/badwolf/Manifest
@@ -1 +1,2 @@
 DIST badwolf-1.0.0.tar.gz 69676 BLAKE2B 
44b463b0096f1971ae01d48556f70636c58c96324c2fcfb4a1b2507f78f6cdcb5c4b51e68f64b20c5fbafdf529bbc8e2f4ec60d383405019fa556a9697948cae
 SHA512 
72437709a32937c33dc0509f94efbb5f3551b039017d3067b02f5d2b275eb4f3883dba8dc1c1b4b82bfa31a7b174f5fa393ceeefaf627d9b6c27be0fea5a0652
+DIST badwolf-1.0.2.tar.gz 70008 BLAKE2B 
22d8738e00dc27cd7c06e945d9e2f83601b7955e8f45b9551613ae0bc6a5321562d2608466abc5c61a502ec753ff8a3a492ea193528bf1803fb7e759a8e98ac6
 SHA512 
6c4e33adb62e13a5d6e878fc649d1e2764e0995db5b34a946a9b7aed2d85bb990248168b322801b7366a0d22ff8ae886092ca68f436f815ba2667ee13b13e4ea

diff --git a/www-client/badwolf/badwolf-1.0.2.ebuild 
b/www-client/badwolf/badwolf-1.0.2.ebuild
new file mode 100644
index 000..aaab35e
--- /dev/null
+++ b/www-client/badwolf/badwolf-1.0.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+if [[ "${PV}" == "" ]]
+then
+   EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git";
+   EGIT_MIN_CLONE_TYPE="single+tags"
+   inherit git-r3
+else
+   MY_P="${PN}-$(ver_rs 3 - 4 .)"
+   SRC_URI="https://hacktivis.me/releases/${MY_P}.tar.gz";
+   KEYWORDS="~amd64 ~ppc"
+   S="${WORKDIR}/${MY_P}"
+   inherit savedconfig
+fi
+
+DESCRIPTION="Minimalist and privacy-oriented WebKitGTK+ browser"
+HOMEPAGE="https://hacktivis.me/projects/badwolf";
+LICENSE="BSD"
+SLOT="0"
+
+DOCS=("README.md" "KnowledgeBase.md")
+
+DEPEND="
+   x11-libs/gtk+:3
+   net-libs/webkit-gtk:4=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   [[ "${PV}" == "" ]] || restore_config config.h
+   default
+}
+
+src_compile() {
+   emake \
+   CC="${CC:-cc}" \
+   CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
+   LDFLAGS="${LDFLAGS}" \
+   PREFIX="/usr"
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   PREFIX="/usr" \
+   install
+
+   [[ "${PV}" == "" ]] || save_config config.h
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:dev commit in: www-client/badwolf/

2020-07-07 Thread Haelwenn Monnier
commit: 8a563a0bd9f32483715e0a35699f95541ebe2101
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Wed Jul  8 06:14:41 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Jul  8 06:14:41 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a563a0b

www-client/badwolf: Version clean, 1.0.0

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 www-client/badwolf/Manifest |  1 -
 www-client/badwolf/badwolf-1.0.0.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/www-client/badwolf/Manifest b/www-client/badwolf/Manifest
index fba390c..a6277d5 100644
--- a/www-client/badwolf/Manifest
+++ b/www-client/badwolf/Manifest
@@ -1,2 +1 @@
-DIST badwolf-1.0.0.tar.gz 69676 BLAKE2B 
44b463b0096f1971ae01d48556f70636c58c96324c2fcfb4a1b2507f78f6cdcb5c4b51e68f64b20c5fbafdf529bbc8e2f4ec60d383405019fa556a9697948cae
 SHA512 
72437709a32937c33dc0509f94efbb5f3551b039017d3067b02f5d2b275eb4f3883dba8dc1c1b4b82bfa31a7b174f5fa393ceeefaf627d9b6c27be0fea5a0652
 DIST badwolf-1.0.2.tar.gz 70008 BLAKE2B 
22d8738e00dc27cd7c06e945d9e2f83601b7955e8f45b9551613ae0bc6a5321562d2608466abc5c61a502ec753ff8a3a492ea193528bf1803fb7e759a8e98ac6
 SHA512 
6c4e33adb62e13a5d6e878fc649d1e2764e0995db5b34a946a9b7aed2d85bb990248168b322801b7366a0d22ff8ae886092ca68f436f815ba2667ee13b13e4ea

diff --git a/www-client/badwolf/badwolf-1.0.0.ebuild 
b/www-client/badwolf/badwolf-1.0.0.ebuild
deleted file mode 100644
index aaab35e..000
--- a/www-client/badwolf/badwolf-1.0.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-if [[ "${PV}" == "" ]]
-then
-   EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git";
-   EGIT_MIN_CLONE_TYPE="single+tags"
-   inherit git-r3
-else
-   MY_P="${PN}-$(ver_rs 3 - 4 .)"
-   SRC_URI="https://hacktivis.me/releases/${MY_P}.tar.gz";
-   KEYWORDS="~amd64 ~ppc"
-   S="${WORKDIR}/${MY_P}"
-   inherit savedconfig
-fi
-
-DESCRIPTION="Minimalist and privacy-oriented WebKitGTK+ browser"
-HOMEPAGE="https://hacktivis.me/projects/badwolf";
-LICENSE="BSD"
-SLOT="0"
-
-DOCS=("README.md" "KnowledgeBase.md")
-
-DEPEND="
-   x11-libs/gtk+:3
-   net-libs/webkit-gtk:4=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   [[ "${PV}" == "" ]] || restore_config config.h
-   default
-}
-
-src_compile() {
-   emake \
-   CC="${CC:-cc}" \
-   CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
-   LDFLAGS="${LDFLAGS}" \
-   PREFIX="/usr"
-}
-
-src_install() {
-   emake \
-   DESTDIR="${D}" \
-   PREFIX="/usr" \
-   install
-
-   [[ "${PV}" == "" ]] || save_config config.h
-   einstalldocs
-}



[gentoo-commits] repo/proj/libressl:master commit in: app-crypt/qca/files/, app-crypt/qca/

2020-07-07 Thread Stefan Strogin
commit: bffe57b626ad8540ac37e4569947a3b33d8032e6
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Jul  8 06:05:12 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Wed Jul  8 06:05:12 2020 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=bffe57b6

app-crypt/qca: upgrade to 2.3.1

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

 app-crypt/qca/Manifest   |   1 +
 app-crypt/qca/files/qca-2.3.1-libressl.patch | 104 +++
 app-crypt/qca/qca-2.3.1.ebuild   |  91 +++
 3 files changed, 196 insertions(+)

diff --git a/app-crypt/qca/Manifest b/app-crypt/qca/Manifest
index b72a547..0694198 100644
--- a/app-crypt/qca/Manifest
+++ b/app-crypt/qca/Manifest
@@ -1,2 +1,3 @@
 DIST qca-2.2.1.tar.xz 691676 BLAKE2B 
d5bcc0d6e791811e1efcdbf2e09916fe40ad682b0e59b2993c73a5bd79e09fc28facdec81259a982bee05223c8dfce78b9a6b729ca4e566c0901a13b91575379
 SHA512 
3a0e8aa7cf3ea9a7244facaf1d521ebca2753af37636e7bf5f21c57ae880ac9682ae7d6d9fa5ce41b73568ff9538214956b89cd41228c2cb828d9068c2031a9c
 DIST qca-2.3.0.tar.xz 729504 BLAKE2B 
71cf9dfae00066c14e1055da1fa1a8e1210f538b1addfde1b99a9b26b1e8f7dd61e289d0f505b5ec04d5f4745216d4fd0f8be8f8de9e9cbf74123907ba703d0e
 SHA512 
ca9251868e073834562fa62ffc64b3e7817c9ddadc6bc3fb99cf8b5c8d859969562170a98874be9590c617b2dd8e5590d2c83792554f54bb880c677902db22fe
+DIST qca-2.3.1.tar.xz 725984 BLAKE2B 
a99121dd95822ef5e1057dc9ad9250bb14486f42b0571936453644bc7c5649f16cbc918fa04d4a5af2c62bc35cc672159a84e27a86e685cfe320518a42076052
 SHA512 
092704a8d7c5973f05c82584ea55b4f8f874965aea943277e50fde873913a9bdad6a51ea74fc0036bbb632a13141cb4c030504229c06779890286205929f6021

diff --git a/app-crypt/qca/files/qca-2.3.1-libressl.patch 
b/app-crypt/qca/files/qca-2.3.1-libressl.patch
new file mode 100644
index 000..0424378
--- /dev/null
+++ b/app-crypt/qca/files/qca-2.3.1-libressl.patch
@@ -0,0 +1,104 @@
+From 56f60bc221d88e0753494c3e7ee320dc0f9de030 Mon Sep 17 00:00:00 2001
+From: Stefan Strogin 
+Date: Wed, 26 Feb 2020 04:41:28 +0200
+Subject: [PATCH] Fix build with LibreSSL
+
+Signed-off-by: Stefan Strogin 
+---
+ plugins/qca-ossl/qca-ossl.cpp | 24 
+ 1 file changed, 24 insertions(+)
+
+diff --git a/plugins/qca-ossl/qca-ossl.cpp b/plugins/qca-ossl/qca-ossl.cpp
+index ee872d72..4ee5d7c8 100644
+--- a/plugins/qca-ossl/qca-ossl.cpp
 b/plugins/qca-ossl/qca-ossl.cpp
+@@ -41,7 +41,13 @@
+ #include 
+ #include 
+ 
++#ifndef RSA_F_RSA_OSSL_PRIVATE_DECRYPT
++#define RSA_F_RSA_OSSL_PRIVATE_DECRYPT RSA_F_RSA_EAY_PRIVATE_DECRYPT
++#endif
++
++#ifndef LIBRESSL_VERSION_NUMBER
+ #include 
++#endif
+ 
+ using namespace QCA;
+ 
+@@ -1262,6 +1268,7 @@ public:
+ protected:
+ };
+ 
++#ifndef LIBRESSL_VERSION_NUMBER
+ class opensslHkdfContext : public HKDFContext
+ {
+ Q_OBJECT
+@@ -1291,6 +1298,7 @@ public:
+   return out;
+   }
+ };
++#endif // LIBRESSL_VERSION_NUMBER
+ 
+ class opensslHMACContext : public MACContext
+ {
+@@ -4990,7 +4998,11 @@ public:
+   case TLS::TLS_v1:
+   ctx = SSL_CTX_new(TLS_client_method());
+   SSL_CTX_set_min_proto_version(ctx, TLS1_VERSION);
++#ifdef TLS1_3_VERSION
+   SSL_CTX_set_max_proto_version(ctx, TLS1_3_VERSION);
++#else
++  SSL_CTX_set_max_proto_version(ctx, TLS1_2_VERSION);
++#endif
+   break;
+   case TLS::DTLS_v1:
+   default:
+@@ -5011,7 +5023,11 @@ public:
+   QStringList cipherList;
+   for(int i = 0; i < sk_SSL_CIPHER_num(sk); ++i) {
+   const SSL_CIPHER *thisCipher = sk_SSL_CIPHER_value(sk, 
i);
++#ifndef LIBRESSL_VERSION_NUMBER
+   cipherList += 
QString::fromLatin1(SSL_CIPHER_standard_name(thisCipher));
++#else
++  cipherList += 
QString::fromLatin1(SSL_CIPHER_get_name(thisCipher));
++#endif
+   }
+   sk_SSL_CIPHER_free(sk);
+ 
+@@ -5404,7 +5420,11 @@ public:
+   sessInfo.version = TLS::TLS_v1;
+   }
+ 
++#ifndef LIBRESSL_VERSION_NUMBER
+   sessInfo.cipherSuite = 
QString::fromLatin1(SSL_CIPHER_standard_name(SSL_get_current_cipher(ssl)));
++#else
++  sessInfo.cipherSuite = 
QString::fromLatin1(SSL_CIPHER_get_name(SSL_get_current_cipher(ssl)));
++#endif
+ 
+   sessInfo.cipherMaxBits = SSL_get_cipher_bits(ssl, 
&(sessInfo.cipherBits));
+ 
+@@ -6751,7 +6771,9 @@ public:
+ #endif
+   list += QStringLiteral("pbkdf1(sha1)");
+   list += QStringLiteral("pbkdf2(sha1)");
++#ifndef LIBRESSL_VERSION_NUMBER
+   list += QStringLiteral("hkdf(sha256)");
++#endif
+   list += QStringLiteral("pkey");
+   list += QStringLiteral("dlgroup");
+   list += QStringLiteral("rsa");
+@@ -6820,8 +6842,10 @@ public:
+ #endif
+ 

[gentoo-commits] repo/proj/libressl:master commit in: app-crypt/qca/

2020-07-07 Thread Stefan Strogin
commit: 8a9966d2461b9eb79d118768f11806142dc12069
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Jul  8 06:06:17 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Wed Jul  8 06:06:17 2020 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8a9966d2

app-crypt/qca: drop old 2.2.1

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

 app-crypt/qca/Manifest |  1 -
 app-crypt/qca/qca-2.2.1.ebuild | 91 --
 2 files changed, 92 deletions(-)

diff --git a/app-crypt/qca/Manifest b/app-crypt/qca/Manifest
index 0694198..df985ae 100644
--- a/app-crypt/qca/Manifest
+++ b/app-crypt/qca/Manifest
@@ -1,3 +1,2 @@
-DIST qca-2.2.1.tar.xz 691676 BLAKE2B 
d5bcc0d6e791811e1efcdbf2e09916fe40ad682b0e59b2993c73a5bd79e09fc28facdec81259a982bee05223c8dfce78b9a6b729ca4e566c0901a13b91575379
 SHA512 
3a0e8aa7cf3ea9a7244facaf1d521ebca2753af37636e7bf5f21c57ae880ac9682ae7d6d9fa5ce41b73568ff9538214956b89cd41228c2cb828d9068c2031a9c
 DIST qca-2.3.0.tar.xz 729504 BLAKE2B 
71cf9dfae00066c14e1055da1fa1a8e1210f538b1addfde1b99a9b26b1e8f7dd61e289d0f505b5ec04d5f4745216d4fd0f8be8f8de9e9cbf74123907ba703d0e
 SHA512 
ca9251868e073834562fa62ffc64b3e7817c9ddadc6bc3fb99cf8b5c8d859969562170a98874be9590c617b2dd8e5590d2c83792554f54bb880c677902db22fe
 DIST qca-2.3.1.tar.xz 725984 BLAKE2B 
a99121dd95822ef5e1057dc9ad9250bb14486f42b0571936453644bc7c5649f16cbc918fa04d4a5af2c62bc35cc672159a84e27a86e685cfe320518a42076052
 SHA512 
092704a8d7c5973f05c82584ea55b4f8f874965aea943277e50fde873913a9bdad6a51ea74fc0036bbb632a13141cb4c030504229c06779890286205929f6021

diff --git a/app-crypt/qca/qca-2.2.1.ebuild b/app-crypt/qca/qca-2.2.1.ebuild
deleted file mode 100644
index 48cd52e..000
--- a/app-crypt/qca/qca-2.2.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake qmake-utils
-
-DESCRIPTION="Qt Cryptographic Architecture (QCA)"
-HOMEPAGE="https://userbase.kde.org/QCA";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
-
-IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl 
softstore +ssl test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-"
-RDEPEND="
-   dev-qt/qtcore:5
-   botan? ( dev-libs/botan:= )
-   gcrypt? ( dev-libs/libgcrypt:= )
-   gpg? ( app-crypt/gnupg )
-   nss? ( dev-libs/nss )
-   pkcs11? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   dev-libs/pkcs11-helper
-   )
-   sasl? ( dev-libs/cyrus-sasl:2 )
-   ssl? (
-   !libressl? ( >=dev-libs/openssl-1.0.1:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-qt/qtnetwork:5
-   dev-qt/qttest:5
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-disable-pgp-test.patch"
-   "${FILESDIR}/${PN}-2.2.0-libressl.patch"
-)
-
-qca_plugin_use() {
-   echo -DWITH_${2:-$1}_PLUGIN=$(usex "$1")
-}
-
-src_configure() {
-   local mycmakeargs=(
-   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}$(qt5_get_mkspecsdir)/features"
-   -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}$(qt5_get_plugindir)"
-   $(qca_plugin_use botan)
-   $(qca_plugin_use gcrypt)
-   $(qca_plugin_use gpg gnupg)
-   $(qca_plugin_use logger)
-   $(qca_plugin_use nss)
-   $(qca_plugin_use pkcs11)
-   $(qca_plugin_use sasl cyrus-sasl)
-   $(qca_plugin_use softstore)
-   $(qca_plugin_use ssl ossl)
-   -DBUILD_TESTS=$(usex test)
-   )
-   cmake_src_configure
-}
-
-src_test() {
-   local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca"
-   cmake_src_test
-}
-
-src_install() {
-   cmake_src_install
-
-   if use doc; then
-   pushd "${BUILD_DIR}" >/dev/null || die
-   doxygen Doxyfile || die
-   dodoc -r apidocs/html
-   popd >/dev/null || die
-   fi
-
-   if use examples; then
-   dodoc -r "${S}"/examples
-   fi
-}



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

2020-07-07 Thread Mart Raudsepp
commit: 7a44f55f3b38aff1f63206c39570a2c9ad0b8e93
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul  8 05:56:24 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul  8 05:58:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a44f55f

app-office/gtg: remove old

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

 app-office/gtg/Manifest |  1 -
 app-office/gtg/files/fix-help-open.patch| 43 
 app-office/gtg/gtg-0.4.0_pre20200613.ebuild | 62 -
 3 files changed, 106 deletions(-)

diff --git a/app-office/gtg/Manifest b/app-office/gtg/Manifest
index 982ff10fe50..b3bc648952f 100644
--- a/app-office/gtg/Manifest
+++ b/app-office/gtg/Manifest
@@ -1,2 +1 @@
 DIST gtg-0.4.0.tar.xz 3744752 BLAKE2B 
fdeabe32135dea24ac6113a486650b66b5143aa745117029b03e26e1bb3f2e8629623b26efdae0c8217741a2b4964b5dc060f0e450c05c950e21ea360f3f3823
 SHA512 
f2677f6bbc0b6cb21b7882a2bd0342b4919581c12e4aa43c13b5dbc48740418c512a41619584d0d75bfa63ebc4a5460abfbc27360e1817c8832cbecf3c34a60e
-DIST gtg-0.4.0_pre20200613.tar.gz 4827071 BLAKE2B 
80515f064b4a034066a86c1b63dcb4e2510e49493b067991b7135a3914b1d75ebfc7f18132d6db81e55fdec34a0225c3147b55dc1e0c891540b2b895f3768f2d
 SHA512 
8d4c9460693f7a913c224bd22aacec5b7db67faa5e74e8575fe99d2e792e8f95f6480e1d0ecc3ac77b0533403b8baa41ece315bd14782fb3c783315aa3d7a5fb

diff --git a/app-office/gtg/files/fix-help-open.patch 
b/app-office/gtg/files/fix-help-open.patch
deleted file mode 100644
index a66d8e95bdd..000
--- a/app-office/gtg/files/fix-help-open.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From f8f4cbf0beda0e82388748c916c6152996b12a8e Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Sat, 20 Jun 2020 01:06:04 +0300
-Subject: [PATCH] Fix opening of the help files
-
-webbrowser python module just opens things in the browser for me, which
-doesn't understand what a "help:gtg" is and routes it back to external
-program dialog if lucky.
-Use Gtk.show_uri instead, which will properly open it in help handler (yelp).
-
-I believe we should be using Gtk.show_uri instead of webbrowser in other
-places as well, but that's something for a different release.

- GTG/gtk/application.py | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/GTG/gtk/application.py b/GTG/gtk/application.py
-index 39a8a5b3..e8091973 100644
 a/GTG/gtk/application.py
-+++ b/GTG/gtk/application.py
-@@ -28,7 +28,6 @@ from GTG.gtk.browser.main_window import MainWindow
- from GTG.gtk.editor.editor import TaskEditor
- from GTG.gtk.preferences import Preferences
- from GTG.gtk.plugins import PluginsDialog
--from webbrowser import open as openurl
- from GTG.core import clipboard
- from GTG.core.plugins.engine import PluginEngine
- from GTG.core.plugins.api import PluginAPI
-@@ -251,7 +250,10 @@ class Application(Gtk.Application):
- def open_help(self, action, param):
- """Open help callback."""
- 
--openurl("help:gtg")
-+try:
-+Gtk.show_uri(None, "help:gtg", Gdk.CURRENT_TIME)
-+except GLib.Error:
-+log.error('Could not open help')
- 
- def open_backends_manager(self, action, param):
- """Callback to open the backends manager dialog."""
--- 
-2.20.1
-

diff --git a/app-office/gtg/gtg-0.4.0_pre20200613.ebuild 
b/app-office/gtg/gtg-0.4.0_pre20200613.ebuild
deleted file mode 100644
index d9f3109d242..000
--- a/app-office/gtg/gtg-0.4.0_pre20200613.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{7..8} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="Personal organizer for the GNOME desktop environment"
-HOMEPAGE="https://wiki.gnome.org/Apps/GTG/";
-COMMIT="abe2a9110dd0fc6a46f2d095013972877ea67d78"
-SRC_URI="https://github.com/getting-things-gnome/gtg/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/gtg-${COMMIT}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   >=dev-python/liblarch-3.0[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   x11-libs/pango[introspection]
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   gnome-keyring? ( gnome-base/libgnome-keyring[introspection] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   test? ( $(python_gen_cond_dep '
-   dev-python/nose[${PYTHON_USEDEP}]
-

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

2020-07-07 Thread Mart Raudsepp
commit: cb82ba8ccd9ca739ee6d84c261067a0baa9b55a2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul  8 05:55:37 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul  8 05:58:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb82ba8c

app-office/gtg: bump to 0.4.0

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

 app-office/gtg/Manifest |  1 +
 app-office/gtg/gtg-0.4.0.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-office/gtg/Manifest b/app-office/gtg/Manifest
index 9da4a2b54e3..982ff10fe50 100644
--- a/app-office/gtg/Manifest
+++ b/app-office/gtg/Manifest
@@ -1 +1,2 @@
+DIST gtg-0.4.0.tar.xz 3744752 BLAKE2B 
fdeabe32135dea24ac6113a486650b66b5143aa745117029b03e26e1bb3f2e8629623b26efdae0c8217741a2b4964b5dc060f0e450c05c950e21ea360f3f3823
 SHA512 
f2677f6bbc0b6cb21b7882a2bd0342b4919581c12e4aa43c13b5dbc48740418c512a41619584d0d75bfa63ebc4a5460abfbc27360e1817c8832cbecf3c34a60e
 DIST gtg-0.4.0_pre20200613.tar.gz 4827071 BLAKE2B 
80515f064b4a034066a86c1b63dcb4e2510e49493b067991b7135a3914b1d75ebfc7f18132d6db81e55fdec34a0225c3147b55dc1e0c891540b2b895f3768f2d
 SHA512 
8d4c9460693f7a913c224bd22aacec5b7db67faa5e74e8575fe99d2e792e8f95f6480e1d0ecc3ac77b0533403b8baa41ece315bd14782fb3c783315aa3d7a5fb

diff --git a/app-office/gtg/gtg-0.4.0.ebuild b/app-office/gtg/gtg-0.4.0.ebuild
new file mode 100644
index 000..135111e7c82
--- /dev/null
+++ b/app-office/gtg/gtg-0.4.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit meson python-single-r1 xdg
+
+DESCRIPTION="Personal organizer for the GNOME desktop environment"
+HOMEPAGE="https://wiki.gnome.org/Apps/GTG/";
+SRC_URI="https://github.com/getting-things-gnome/gtg/releases/download/v0.4/${P}.tar.xz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=dev-python/liblarch-3.0[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   ')
+   x11-libs/pango[introspection]
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   test? ( $(python_gen_cond_dep '
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/cheetah3[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ')
+   app-text/pdfjam
+   app-text/pdftk
+   dev-texlive/texlive-latex
+   )
+"
+
+src_install() {
+   meson_src_install
+   python_fix_shebang "${ED}"/usr/bin/gtg
+   python_optimize
+}
+
+src_test() {
+   nosetests -v || die
+}



[gentoo-commits] repo/proj/guru:master commit in: media-video/kikoplay/

2020-07-07 Thread Haelwenn Monnier
commit: f73d2505fcb71529a53e7328da3a67cf00c60016
Author: Huang Rui  gmail  com>
AuthorDate: Wed Jul  8 02:47:18 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Jul  8 02:47:18 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f73d2505

media-video/kikoplay: bump to 0.7.1

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

 media-video/kikoplay/Manifest  |  1 +
 media-video/kikoplay/kikoplay-0.7.1.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest
index ed72f52..4c037e8 100644
--- a/media-video/kikoplay/Manifest
+++ b/media-video/kikoplay/Manifest
@@ -1,2 +1,3 @@
 DIST kikoplay-0.6.2.tar.gz 7520940 BLAKE2B 
4015463b137a7605107a87db86d56658ef5e563374f67cc42f401d71ef2b72be10c9b817b90cb294674c9ee4a285fd908521be7b01fa37df879214c3c37c54a2
 SHA512 
c436da509b89d3ecb0e86cb195cb058fbe594e643959f24a91792b69ce2649ef5186116bc4b3e01b14bcb7286d30303276d48d4f0b2db45d6fbf385e370b8db5
 DIST kikoplay-0.7.0.tar.gz 7721267 BLAKE2B 
33e1afa2485b8fe35bc88b1557f825823a501d82927c5e65f9bda87e45b9bc7c257c5cce3f0e6462bf0cb216f4b9559575afdcc136c3230d0a6f2505be367f0d
 SHA512 
38478ce735eba6363061ec235054e2021b89a5f4277b28fa4e03271cfd003e85b3e77285aafb06db8df4e62f01e1fc39f721c66af014f54c8d4e6b18c4ba91f1
+DIST kikoplay-0.7.1.tar.gz 8176092 BLAKE2B 
d0798272b1e58fa45738dc8ffc5c3c14c076d9bb15feed31aa4c4076b644f4c5c910665f55c69c3babb9c8a5aed781cc46da7b43c47e81333e3608204f9f249c
 SHA512 
4817ac9a39470598ebe965235cb0afb247fe5435d4ab6292d6d1f0219c8039dcccef5a4f3bf1a53113958be0641418cb48a7d37b74b6b610ca073b1d94121199

diff --git a/media-video/kikoplay/kikoplay-0.7.1.ebuild 
b/media-video/kikoplay/kikoplay-0.7.1.ebuild
new file mode 100644
index 000..05c327c
--- /dev/null
+++ b/media-video/kikoplay/kikoplay-0.7.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+GIT_PN="KikoPlay"
+
+inherit qmake-utils xdg
+
+DESCRIPTION="KikoPlay is a full-featured danmu player"
+HOMEPAGE="
+   https://kikoplay.fun
+   https://github.com/Protostars/KikoPlay
+"
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git";
+else
+   SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86"
+   S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+# Please unmask dev-lang/lua:5.3 in /etc/portage/package.unmask/lua
+# Waiting for dev-lang/lua:5.3 unmasked in ::gentoo
+# With out dev-lang/lua:5.3, this package can't work
+# See also: https://github.com/gentoo/guru/issues/9
+RDEPEND="
+   dev-lang/lua:5.3
+   dev-libs/qhttpengine:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   media-video/mpv[libmpv,-luajit]
+   net-misc/aria2
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_configure() {
+   eqmake5 PREFIX="${D}"/usr
+}
+
+src_install() {
+   # Can't use default, set INSTALL_ROOT
+   emake INSTALL_ROOT="${D}" install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-games/recastnavigation/, dev-games/recastnavigation/files/

2020-07-07 Thread Joonas Niilola
commit: 70236cb91b9d6ea4e55db11edbdb14d254789df5
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 16 21:41:21 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul  8 05:44:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70236cb9

dev-games/recastnavigation: new package

This was bundled with games-engines/openmw-0.46.0, unbundling it

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-games/recastnavigation/Manifest|   1 +
 .../recastnavigation-1.5.1_p20200511-install.patch | 115 +
 dev-games/recastnavigation/metadata.xml|  16 +++
 .../recastnavigation-1.5.1_p20200511.ebuild|  33 ++
 4 files changed, 165 insertions(+)

diff --git a/dev-games/recastnavigation/Manifest 
b/dev-games/recastnavigation/Manifest
new file mode 100644
index 000..e300d02e460
--- /dev/null
+++ b/dev-games/recastnavigation/Manifest
@@ -0,0 +1 @@
+DIST recastnavigation-1.5.1_p20200511.tar.gz 1541540 BLAKE2B 
3878294247e26421c33019c05a8d70f9ae04ce046d1e503b2df8297e5c390c592e0222c445c9a7798c2e3eb7090b6c32d18b94015dce0a248ab17198d3054dda
 SHA512 
bc48d9195c1ce4422359d850ad422e53c2599ff575b8c7a0ce6b7dc42720d7edd99781a1efa7bee49a00cd4ce6734f34ce9d434421471cb0cbf8e5207bbebebc

diff --git 
a/dev-games/recastnavigation/files/recastnavigation-1.5.1_p20200511-install.patch
 
b/dev-games/recastnavigation/files/recastnavigation-1.5.1_p20200511-install.patch
new file mode 100644
index 000..8017517b448
--- /dev/null
+++ 
b/dev-games/recastnavigation/files/recastnavigation-1.5.1_p20200511-install.patch
@@ -0,0 +1,115 @@
+https://github.com/recastnavigation/recastnavigation/pull/437
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d23859d..54a38d8 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -11,6 +11,8 @@ option(RECASTNAVIGATION_TESTS "Build tests" ON)
+ option(RECASTNAVIGATION_EXAMPLES "Build examples" ON)
+ option(RECASTNAVIGATION_STATIC "Build static libraries" ON)
+ 
++include(GNUInstallDirs)
++
+ add_subdirectory(DebugUtils)
+ add_subdirectory(Detour)
+ add_subdirectory(DetourCrowd)
+diff --git a/DebugUtils/CMakeLists.txt b/DebugUtils/CMakeLists.txt
+index 8b6a3fc..86cfe76 100644
+--- a/DebugUtils/CMakeLists.txt
 b/DebugUtils/CMakeLists.txt
+@@ -26,10 +26,10 @@ set_target_properties(DebugUtils PROPERTIES
+ )
+ 
+ install(TARGETS DebugUtils
+-ARCHIVE DESTINATION lib
+-LIBRARY DESTINATION lib
++ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
++LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ COMPONENT library
+ )
+ 
+ file(GLOB INCLUDES Include/*.h)
+-install(FILES ${INCLUDES} DESTINATION include)
++install(FILES ${INCLUDES} DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation)
+diff --git a/Detour/CMakeLists.txt b/Detour/CMakeLists.txt
+index de88111..b4c457a 100644
+--- a/Detour/CMakeLists.txt
 b/Detour/CMakeLists.txt
+@@ -20,10 +20,10 @@ set_target_properties(Detour PROPERTIES
+ )
+ 
+ install(TARGETS Detour
+-ARCHIVE DESTINATION lib
+-LIBRARY DESTINATION lib
++ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
++LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ COMPONENT library
+ )
+ 
+ file(GLOB INCLUDES Include/*.h)
+-install(FILES ${INCLUDES} DESTINATION include)
++install(FILES ${INCLUDES} DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation)
+diff --git a/DetourCrowd/CMakeLists.txt b/DetourCrowd/CMakeLists.txt
+index 73cdf7c..7d1ace3 100644
+--- a/DetourCrowd/CMakeLists.txt
 b/DetourCrowd/CMakeLists.txt
+@@ -24,10 +24,10 @@ set_target_properties(DetourCrowd PROPERTIES
+ )
+ 
+ install(TARGETS DetourCrowd
+-ARCHIVE DESTINATION lib
+-LIBRARY DESTINATION lib
++ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
++LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ COMPONENT library
+ )
+ 
+ file(GLOB INCLUDES Include/*.h)
+-install(FILES ${INCLUDES} DESTINATION include)
++install(FILES ${INCLUDES} DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation)
+diff --git a/DetourTileCache/CMakeLists.txt b/DetourTileCache/CMakeLists.txt
+index 121b8ed..141a680 100644
+--- a/DetourTileCache/CMakeLists.txt
 b/DetourTileCache/CMakeLists.txt
+@@ -25,10 +25,10 @@ set_target_properties(DetourTileCache PROPERTIES
+ 
+ 
+ install(TARGETS DetourTileCache
+-ARCHIVE DESTINATION lib
+-LIBRARY DESTINATION lib
++ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
++LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ COMPONENT library
+ )
+ 
+ file(GLOB INCLUDES Include/*.h)
+-install(FILES ${INCLUDES} DESTINATION include)
++install(FILES ${INCLUDES} DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation)
+diff --git a/Recast/CMakeLists.txt b/Recast/CMakeLists.txt
+index 5e84376..3b04742 100644
+--- a/Recast/CMakeLists.t

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

2020-07-07 Thread Joonas Niilola
commit: 1e95eecb576386c9ddef9b3123ca826000cbc839
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jul  8 05:43:56 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul  8 05:44:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e95eecb

eclass: remove last-rited php-ext-source-r2.eclass #727472

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

 eclass/php-ext-source-r2.eclass | 379 
 1 file changed, 379 deletions(-)

diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
deleted file mode 100644
index a3658cce461..000
--- a/eclass/php-ext-source-r2.eclass
+++ /dev/null
@@ -1,379 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# @ECLASS: php-ext-source-r2.eclass
-# @MAINTAINER:
-# Gentoo PHP team 
-# @AUTHOR:
-# Author: Tal Peer 
-# Author: Stuart Herbert 
-# Author: Luca Longinotti 
-# Author: Jakub Moc  (documentation)
-# Author: Ole Markus With 
-# @SUPPORTED_EAPIS: 4 5
-# @BLURB: A unified interface for compiling and installing standalone PHP 
extensions.
-# @DESCRIPTION:
-# This eclass provides a unified interface for compiling and installing 
standalone
-# PHP extensions (modules).
-
-inherit autotools multilib
-
-EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install
-
-DEPEND=">=sys-devel/m4-1.4.3
-   >=sys-devel/libtool-1.5.18"
-RDEPEND=""
-
-# Because of USE deps, we require at least EAPI 2
-case ${EAPI} in
-   4|5) ;;
-   *)
-   die "php-ext-source-r2 is not compatible with EAPI=${EAPI}"
-esac
-
-# @ECLASS-VARIABLE: PHP_EXT_NAME
-# @REQUIRED
-# @DESCRIPTION:
-# The extension name. This must be set, otherwise the eclass dies.
-# Only automagically set by php-ext-pecl-r2.eclass, so unless your ebuild
-# inherits that eclass, you must set this manually before inherit.
-[[ -z "${PHP_EXT_NAME}" ]] && die "No module name specified for the 
php-ext-source-r2 eclass"
-
-# @ECLASS-VARIABLE: PHP_EXT_INI
-# @DESCRIPTION:
-# Controls whether or not to add a line to php.ini for the extension.
-# Defaults to "yes" and should not be changed in most cases.
-[[ -z "${PHP_EXT_INI}" ]] && PHP_EXT_INI="yes"
-
-# @ECLASS-VARIABLE: PHP_EXT_ZENDEXT
-# @DESCRIPTION:
-# Controls whether the extension is a ZendEngine extension or not.
-# Defaults to "no" and if you don't know what is it, you don't need it.
-[[ -z "${PHP_EXT_ZENDEXT}" ]] && PHP_EXT_ZENDEXT="no"
-
-# @ECLASS-VARIABLE: USE_PHP
-# @REQUIRED
-# @DESCRIPTION:
-# Lists the PHP slots compatibile the extension is compatibile with
-# Example:
-# @CODE
-# USE_PHP="php5-5 php5-6"
-# @CODE
-[[ -z "${USE_PHP}" ]] && die "USE_PHP is not set for the php-ext-source-r2 
eclass"
-
-# @ECLASS-VARIABLE: PHP_EXT_OPTIONAL_USE
-# @DESCRIPTION:
-# If set, this is the USE flag that the PHP dependencies are behind
-# Most commonly set as PHP_EXT_OPTIONAL_USE=php to get the dependencies behind
-# USE=php.
-
-# @ECLASS-VARIABLE: PHP_EXT_S
-# @DESCRIPTION:
-# The relative location of the temporary build directory for the PHP extension 
within
-# the source package. This is useful for packages that bundle the PHP 
extension.
-# Defaults to ${S}
-[[ -z "${PHP_EXT_S}" ]] && PHP_EXT_S="${S}"
-
-#Make sure at least one target is installed.
-REQUIRED_USE="${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( }|| ( "
-for target in ${USE_PHP}; do
-   IUSE="${IUSE} php_targets_${target}"
-   target=${target/+}
-   REQUIRED_USE+="php_targets_${target} "
-   slot=${target/php}
-   slot=${slot/-/.}
-   PHPDEPEND="${PHPDEPEND}
-   php_targets_${target}? ( dev-lang/php:${slot} )"
-done
-REQUIRED_USE+=") ${PHP_EXT_OPTIONAL_USE:+ )}"
-
-RDEPEND="${RDEPEND}
-   ${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( }
-   ${PHPDEPEND}
-   ${PHP_EXT_OPTIONAL_USE:+ )}"
-
-DEPEND="${DEPEND}
-   ${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( }
-   ${PHPDEPEND}
-   ${PHP_EXT_OPTIONAL_USE:+ )}
-"
-
-# @FUNCTION: php-ext-source-r2_src_unpack
-# @DESCRIPTION:
-# runs standard src_unpack + _phpize
-
-# @ECLASS-VARIABLE: PHP_EXT_SKIP_PHPIZE
-# @DESCRIPTION:
-# phpize will be run by default for all ebuilds that use
-# php-ext-source-r2_src_unpack
-# Set PHP_EXT_SKIP_PHPIZE="yes" in your ebuild if you do not want to run 
phpize.
-
-php-ext-source-r2_src_unpack() {
-   unpack ${A}
-   local slot orig_s="${PHP_EXT_S}"
-   for slot in $(php_get_slots); do
-   cp -r "${orig_s}" "${WORKDIR}/${slot}" || die "Failed to copy 
source ${orig_s} to PHP target directory"
-   done
-}
-
-php-ext-source-r2_src_prepare() {
-   local slot orig_s="${PHP_EXT_S}"
-   for slot in $(php_get_slots); do
-   php_init_slot_env ${slot}
-   php-ext-source-r2_phpize
-   done
-}
-
-# @FUNCTION: php-ext-source-r2_phpize
-# @DESCRIPTION:
-# 

[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph-openmw/, dev-games/openscenegraph-openmw/files/

2020-07-07 Thread Joonas Niilola
commit: 74f618175eb32e95a00361c9af621febaa4de09c
Author: Alexey Sokolov  google  com>
AuthorDate: Fri May 29 01:22:32 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul  8 05:44:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f61817

dev-games/openscenegraph-openmw: new package

This is mostly copied from openscenegraph-3.5.5.ebuild

Bug: https://bugs.gentoo.org/673864
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-games/openscenegraph-openmw/Manifest   |   1 +
 .../files/openscenegraph-3.4-cmake.patch   |  87 
 .../files/openscenegraph-3.5.1-jpeg-9.patch|  34 +
 .../files/openscenegraph-3.6.3-docdir.patch|  73 ++
 dev-games/openscenegraph-openmw/metadata.xml   |  28 
 .../openscenegraph-openmw-3.4_p20200425.ebuild | 156 +
 6 files changed, 379 insertions(+)

diff --git a/dev-games/openscenegraph-openmw/Manifest 
b/dev-games/openscenegraph-openmw/Manifest
new file mode 100644
index 000..16fc597107e
--- /dev/null
+++ b/dev-games/openscenegraph-openmw/Manifest
@@ -0,0 +1 @@
+DIST openscenegraph-openmw-3.4_p20200425.tar.gz 5698786 BLAKE2B 
43684fa898912434dae9a7b41070a893c407dceba7e468a3f3dede32e24aea55d921098faf8d9d05708d2ef01a3507b2f126939dc13b8693002a0bec189bbaf7
 SHA512 
9bb4d2a6ca4694ee22a29508b74a095a483584ea801dc8298ec8a9b41c4d4fe18c52a21849ae9ec1065060479dcad5156227f82feed13c177415662ecba1da70

diff --git 
a/dev-games/openscenegraph-openmw/files/openscenegraph-3.4-cmake.patch 
b/dev-games/openscenegraph-openmw/files/openscenegraph-3.4-cmake.patch
new file mode 100644
index 000..85eff1ab790
--- /dev/null
+++ b/dev-games/openscenegraph-openmw/files/openscenegraph-3.4-cmake.patch
@@ -0,0 +1,87 @@
+--- OpenSceneGraph-3.4.0/CMakeLists.txt
 OpenSceneGraph-3.4.0/CMakeLists.txt
+@@ -76,6 +76,7 @@
+ SET(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, 
options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)
+ ENDIF(NOT CMAKE_BUILD_TYPE)
+ 
++INCLUDE(MacroOptionalFindPackage)
+ 
+ IF(ANDROID)
+ INCLUDE(OsgAndroidMacroUtils)--- 
OpenSceneGraph-3.4.0/CMakeModules/COPYING-CMAKE-SCRIPTS
 OpenSceneGraph-3.4.0/CMakeModules/COPYING-CMAKE-SCRIPTS
+@@ -0,0 +1,22 @@
++Redistribution and use in source and binary forms, with or without
++modification, are permitted provided that the following conditions
++are met:
++
++1. Redistributions of source code must retain the copyright
++   notice, this list of conditions and the following disclaimer.
++2. Redistributions in binary form must reproduce the copyright
++   notice, this list of conditions and the following disclaimer in the
++   documentation and/or other materials provided with the distribution.
++3. The name of the author may not be used to endorse or promote products
++   derived from this software without specific prior written permission.
++
++THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
++IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
++OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
++IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
++INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
++NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
++DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
++THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
++THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+--- OpenSceneGraph-3.4.0/CMakeModules/MacroOptionalFindPackage.cmake
 OpenSceneGraph-3.4.0/CMakeModules/MacroOptionalFindPackage.cmake
+@@ -0,0 +1,28 @@
++# - MACRO_OPTIONAL_FIND_PACKAGE() combines FIND_PACKAGE() with an OPTION()
++# MACRO_OPTIONAL_FIND_PACKAGE(  [QUIT] )
++# This macro is a combination of OPTION() and FIND_PACKAGE(), it
++# works like FIND_PACKAGE(), but additionally it automatically creates
++# an option name WITH_, which can be disabled via the cmake GUI.
++# or via -DWITH_=OFF
++# The standard _FOUND variables can be used in the same way
++# as when using the normal FIND_PACKAGE()
++
++# Copyright (c) 2006, Alexander Neundorf, 
++#
++# Redistribution and use is allowed according to the terms of the BSD license.
++# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
++
++
++macro (MACRO_OPTIONAL_FIND_PACKAGE _name )
++   option(WITH_${_name} "Search for ${_name} package" ON)
++   if (WITH_${_name})
++  find_package(${_name} ${ARGN})
++   else (WITH_${_name})
++  set(${_name}_FOUND)
++  set(${_name}_INCLUDE_DIR)
++  set(${_name}_INCLUDES)
++  set(${_name}_LIBRARY)
++  set(${_name}_LIBRARIES)
++   endif (WITH_${_name})
++endmacro (MACRO_OPTIONAL_FIND_PACKAGE)
++

[gentoo-commits] repo/gentoo:master commit in: games-engines/openmw/, games-engines/openmw/files/

2020-07-07 Thread Joonas Niilola
commit: 82798aecb9bff3f2a3c883b7f2fc14dc58ff0010
Author: Alexey Sokolov  google  com>
AuthorDate: Fri May 29 07:40:37 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul  8 05:44:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82798aec

games-engines/openmw: version bump - 0.46.0

Add option to use forked OSG

Fix build on ~arch, fix tests on i686, fix installation on Prefix

Closes: https://bugs.gentoo.org/673864
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/16000
Signed-off-by: Joonas Niilola  gentoo.org>

 games-engines/openmw/Manifest  |   2 +
 .../openmw/files/openmw-0.46.0-fix-cast.patch  | 214 +
 .../openmw/files/openmw-0.46.0-floattest2.patch| 139 +
 .../files/openmw-0.46.0-missing-include.patch  |  19 ++
 .../openmw/files/openmw-0.46.0-mygui-license.patch |  16 +
 .../files/openmw-0.46.0-nifbullet-test.patch   | 335 +
 .../files/openmw-0.46.0-recastnavigation.patch |  24 ++
 games-engines/openmw/metadata.xml  |   2 +
 .../{openmw-.ebuild => openmw-0.46.0.ebuild}   |  43 ++-
 games-engines/openmw/openmw-.ebuild|  32 +-
 10 files changed, 803 insertions(+), 23 deletions(-)

diff --git a/games-engines/openmw/Manifest b/games-engines/openmw/Manifest
index fd925092a09..6f88c3b39a9 100644
--- a/games-engines/openmw/Manifest
+++ b/games-engines/openmw/Manifest
@@ -1 +1,3 @@
 DIST openmw-0.45.0.tar.gz 4711103 BLAKE2B 
85676294b07170dd6845892e9e7b354c5767428584c76ea2e1a64e9f9c72c46c279fdf5043058d37b927cb55e6cf2e833129d64954cdcdb3af4eb4b84dc3
 SHA512 
b968426659457cf486f6756f7ab82cc4cb34a92923c433dd86f711e5d7097f75441ed17daa50d21f15f1847f5aed1f4c3a094a06cfd3f2e9b90aa182742c596f
+DIST openmw-0.46.0-floattest.patch 43168 BLAKE2B 
060b529fd4cd01f0fc723bb5a00a256b9c1ae4413c7b22581467cce75416e01041c3af22f0215ad9b1c475965a988065e0860c01c1e71d97454b022eec4779ea
 SHA512 
0e165417e9ae047231fdc27b62251b33867f3782c1753f81705c886d6d3a433c8bbc3b4653a2555bc644bad11db9769d4bc2abcc84ca3ab23fabb6b80347bc32
+DIST openmw-0.46.0.tar.gz 5155004 BLAKE2B 
8ad94a7fffe5a0739c56c778efe2ec17ef66c312a7fe5caf015cf3cad2bc17d2abe8cdc3f4134049a32fe55c4f4b3f72678d2d0ce1037fd02f6ac753b9d89b2c
 SHA512 
da384aead300552817c0d0ce03515a5ccc95dcab4e02d4c1dd0d6c5f1b01ee01209bbaea74e2d12021e3465e49b051823bb018de39675c5a22c6892893624486

diff --git a/games-engines/openmw/files/openmw-0.46.0-fix-cast.patch 
b/games-engines/openmw/files/openmw-0.46.0-fix-cast.patch
new file mode 100644
index 000..f6e82cb3a2c
--- /dev/null
+++ b/games-engines/openmw/files/openmw-0.46.0-fix-cast.patch
@@ -0,0 +1,214 @@
+Fixes build on ~arch system, patch from upstream, to be dropped for 0.47
+
+From 208a50340db5506dded60c05272ce9692773baa9 Mon Sep 17 00:00:00 2001
+From: elsid 
+Date: Mon, 13 Apr 2020 20:45:07 +0200
+Subject: [PATCH] Specialize DetourNavigator::ObjectId ctor for pointers
+
+To fix msvc error:
+components\detournavigator\objectid.hpp(14,13): error C2440: 
'reinterpret_cast': cannot convert from 'const T' to 'size_t'
+  with
+  [
+  T=unsigned long
+  ]
+diff --git 
a/apps/openmw_test_suite/detournavigator/tilecachedrecastmeshmanager.cpp 
b/apps/openmw_test_suite/detournavigator/tilecachedrecastmeshmanager.cpp
+index 5275d9119e..e44ae48786 100644
+--- a/apps/openmw_test_suite/detournavigator/tilecachedrecastmeshmanager.cpp
 b/apps/openmw_test_suite/detournavigator/tilecachedrecastmeshmanager.cpp
+@@ -61,15 +61,15 @@ namespace
+ {
+ TileCachedRecastMeshManager manager(mSettings);
+ const btBoxShape boxShape(btVector3(20, 20, 100));
+-EXPECT_TRUE(manager.addObject(ObjectId(1ul), boxShape, 
btTransform::getIdentity(), AreaType::AreaType_ground));
++EXPECT_TRUE(manager.addObject(ObjectId(&boxShape), boxShape, 
btTransform::getIdentity(), AreaType::AreaType_ground));
+ }
+ 
+ TEST_F(DetourNavigatorTileCachedRecastMeshManagerTest, 
add_object_for_existing_object_should_return_false)
+ {
+ TileCachedRecastMeshManager manager(mSettings);
+ const btBoxShape boxShape(btVector3(20, 20, 100));
+-manager.addObject(ObjectId(1ul), boxShape, 
btTransform::getIdentity(), AreaType::AreaType_ground);
+-EXPECT_FALSE(manager.addObject(ObjectId(1ul), boxShape, 
btTransform::getIdentity(), AreaType::AreaType_ground));
++manager.addObject(ObjectId(&boxShape), boxShape, 
btTransform::getIdentity(), AreaType::AreaType_ground);
++EXPECT_FALSE(manager.addObject(ObjectId(&boxShape), boxShape, 
btTransform::getIdentity(), AreaType::AreaType_ground));
+ }
+ 
+ TEST_F(DetourNavigatorTileCachedRecastMeshManagerTest, 
update_object_for_changed_object_should_return_changed_tiles)
+@@ -77,9 +77,9 @@ namespace
+ TileCachedRecastMeshManager manager(mSettings);
+   

[gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/

2020-07-07 Thread Rui Huang
commit: f73d2505fcb71529a53e7328da3a67cf00c60016
Author: Huang Rui  gmail  com>
AuthorDate: Wed Jul  8 02:47:18 2020 +
Commit: Rui Huang  gmail  com>
CommitDate: Wed Jul  8 02:47:18 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f73d2505

media-video/kikoplay: bump to 0.7.1

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

 media-video/kikoplay/Manifest  |  1 +
 media-video/kikoplay/kikoplay-0.7.1.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest
index ed72f52..4c037e8 100644
--- a/media-video/kikoplay/Manifest
+++ b/media-video/kikoplay/Manifest
@@ -1,2 +1,3 @@
 DIST kikoplay-0.6.2.tar.gz 7520940 BLAKE2B 
4015463b137a7605107a87db86d56658ef5e563374f67cc42f401d71ef2b72be10c9b817b90cb294674c9ee4a285fd908521be7b01fa37df879214c3c37c54a2
 SHA512 
c436da509b89d3ecb0e86cb195cb058fbe594e643959f24a91792b69ce2649ef5186116bc4b3e01b14bcb7286d30303276d48d4f0b2db45d6fbf385e370b8db5
 DIST kikoplay-0.7.0.tar.gz 7721267 BLAKE2B 
33e1afa2485b8fe35bc88b1557f825823a501d82927c5e65f9bda87e45b9bc7c257c5cce3f0e6462bf0cb216f4b9559575afdcc136c3230d0a6f2505be367f0d
 SHA512 
38478ce735eba6363061ec235054e2021b89a5f4277b28fa4e03271cfd003e85b3e77285aafb06db8df4e62f01e1fc39f721c66af014f54c8d4e6b18c4ba91f1
+DIST kikoplay-0.7.1.tar.gz 8176092 BLAKE2B 
d0798272b1e58fa45738dc8ffc5c3c14c076d9bb15feed31aa4c4076b644f4c5c910665f55c69c3babb9c8a5aed781cc46da7b43c47e81333e3608204f9f249c
 SHA512 
4817ac9a39470598ebe965235cb0afb247fe5435d4ab6292d6d1f0219c8039dcccef5a4f3bf1a53113958be0641418cb48a7d37b74b6b610ca073b1d94121199

diff --git a/media-video/kikoplay/kikoplay-0.7.1.ebuild 
b/media-video/kikoplay/kikoplay-0.7.1.ebuild
new file mode 100644
index 000..05c327c
--- /dev/null
+++ b/media-video/kikoplay/kikoplay-0.7.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+GIT_PN="KikoPlay"
+
+inherit qmake-utils xdg
+
+DESCRIPTION="KikoPlay is a full-featured danmu player"
+HOMEPAGE="
+   https://kikoplay.fun
+   https://github.com/Protostars/KikoPlay
+"
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git";
+else
+   SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86"
+   S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+# Please unmask dev-lang/lua:5.3 in /etc/portage/package.unmask/lua
+# Waiting for dev-lang/lua:5.3 unmasked in ::gentoo
+# With out dev-lang/lua:5.3, this package can't work
+# See also: https://github.com/gentoo/guru/issues/9
+RDEPEND="
+   dev-lang/lua:5.3
+   dev-libs/qhttpengine:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   media-video/mpv[libmpv,-luajit]
+   net-misc/aria2
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_configure() {
+   eqmake5 PREFIX="${D}"/usr
+}
+
+src_install() {
+   # Can't use default, set INSTALL_ROOT
+   emake INSTALL_ROOT="${D}" install
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/teams/

2020-07-07 Thread Thomas Deutschmann
commit: 5dd9ab52af7b2014a5386136b29fdf92f6093865
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jul  7 22:28:26 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jul  7 22:28:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd9ab52

net-im/teams: bump to v1.3.00.16851

Bug: https://bugs.gentoo.org/729064
Closes: https://bugs.gentoo.org/730266
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-im/teams/Manifest  |  1 +
 net-im/teams/teams-1.3.00.16851.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/net-im/teams/Manifest b/net-im/teams/Manifest
index 5e3ca47a741..b811dc6e0a7 100644
--- a/net-im/teams/Manifest
+++ b/net-im/teams/Manifest
@@ -1,2 +1,3 @@
+DIST teams_1.3.00.16851_amd64.deb 70105596 BLAKE2B 
cbadd17aac8722248eb01a51ee709ea51aad4a88a5e1b4e13ba86608af41b409f556d010dfcb03deb63a672730d96b92cb835d533183525e7a7b87f273cac175
 SHA512 
be2f9f37e1eb283c6f2c57fede83482eb5f2bbe0f5107ab2fb9054135375de6fcf43cf128fe3b43a21353d0105f092e5b5755ff708c0874d40c7eb4153a3b3a4
 DIST teams_1.3.00.5153_amd64.deb 68143908 BLAKE2B 
fc540de9c70c825b58a6bbc30a8d15882dc80af3b725224617c32a988fa58498e9efafe3b3fcfebab3c5d98c7629cc00fd8e5b5f7a1b3df305449c6a0644b8d3
 SHA512 
bac34d936e9c34a9d3b31ed800a32c187154dbcf787da350e75e3c63103cbe41872cd98551204e922198ce1d86a06a9fa8b6020b7682b9aea15ff583e446dfca
 DIST teams_1.3.00.958_amd64.deb 65064414 BLAKE2B 
4f8788f7a9d3a2cc032e873453469dd3f2a5bd9dd43c60de4b8719e7fafcf903bf266b35b2da16c593005fa1a4dc275bc65cc6164654b0df909a564ddc4cc00e
 SHA512 
ee698784a0c91346306466a1b794c4d1b4ff01ede2869cc7c4731e62ebf16e6f18b65aa0b03452c1011ddd5c654808f1725f62a62a43814cacb9d7a2934fb7c3

diff --git a/net-im/teams/teams-1.3.00.16851.ebuild 
b/net-im/teams/teams-1.3.00.16851.ebuild
new file mode 100644
index 000..66e5820e6c6
--- /dev/null
+++ b/net-im/teams/teams-1.3.00.16851.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop unpacker xdg-utils
+
+DESCRIPTION="Microsoft Teams, an Office 365 multimedia collaboration client, 
pre-release"
+HOMEPAGE="https://products.office.com/en-us/microsoft-teams/group-chat-software/";
+SRC_URI="https://packages.microsoft.com/repos/ms-teams/pool/main/t/${PN}/${PN}_${PV}_amd64.deb";
+
+LICENSE="ms-teams-pre"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+RESTRICT="bindist mirror splitdebug test"
+IUSE=""
+
+QA_PREBUILT="*"
+
+# libasound2 (>= 1.0.16), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 
1.12.4), libc6 (>= 2.17), libcairo2 (>= 1.6.0), libcups2 (>= 1.4.0),
+# libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), 
libglib2.0-0 (>= 2.35.8), libgtk-3-0 (>= 3.9.10), libnspr4 (>= 2:4.9-2~), 
libnss3
+# (>= 2:3.22), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), 
libsecret-1-0 (>= 0.7), libuuid1 (>= 2.16), libx11-6 (>= 2:1.4.99.1), 
libx11-xcb1,
+# libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), 
libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), 
libxkbfile1,
+# libxrandr2 (>= 2:1.2.99.3), libxrender1, libxss1, libxtst6, 
apt-transport-https, libfontconfig1 (>= 2.11.0), libdbus-1-3 (>= 1.6.18), 
libstdc++6 (>= 4.8.1)
+RDEPEND="
+   app-accessibility/at-spi2-atk
+   app-crypt/libsecret
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/libgnome-keyring
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/mesa
+99teams <<-EOF
+   LDPATH=${EROOT}/usr/$(get_libdir)/chromium
+   EOF
+   doenvd 99teams
+
+   # use system mesa
+   rm -f "${D}"/usr/share/teams/libEGL.so || die
+   rm -f "${D}"/usr/share/teams/libGLESv2.so || die
+   rm -f "${D}"/usr/share/teams/swiftshader/libEGL.so || die
+   rm -f "${D}"/usr/share/teams/swiftshader/libGLESv2.so || die
+
+   sed -i '/OnlyShowIn=/d' "${S}"/usr/share/applications/teams.desktop || 
die
+   domenu usr/share/applications/teams.desktop
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2020-07-07 Thread Sergei Trofimovich
commit: 6364a6a2e066d377e04f3b1f1cbf17ac215d63ec
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  7 21:58:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  7 21:59:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6364a6a2

dev-libs/libffi: backport upstream ppc32 fixes

USE=test-bhaible exposed a few invalid type handlers.
Enable it by default for tests.

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

 dev-libs/libffi/files/libffi-3.3-ppc-int128.patch  | 63 
 .../files/libffi-3.3-ppc-vector-offset.patch   | 53 +
 dev-libs/libffi/libffi-3.3-r2.ebuild   | 88 ++
 3 files changed, 204 insertions(+)

diff --git a/dev-libs/libffi/files/libffi-3.3-ppc-int128.patch 
b/dev-libs/libffi/files/libffi-3.3-ppc-int128.patch
new file mode 100644
index 000..ed53ae99902
--- /dev/null
+++ b/dev-libs/libffi/files/libffi-3.3-ppc-int128.patch
@@ -0,0 +1,63 @@
+From 4f9e20ac51ce13d46fed3c869e1deb6d9bb89444 Mon Sep 17 00:00:00 2001
+From: Andrew Geissler 
+Date: Fri, 1 May 2020 06:58:30 -0500
+Subject: [PATCH] ffi_powerpc.h: fix build failure with powerpc7 (#561)
+
+This is a patch pulled down from the following:
+https://github.com/buildroot/buildroot/blob/78926f610b1411b03464152472fd430012deb9ac/package/libffi/0004-ffi_powerpc.h-fix-build-failure-with-powerpc7.patch
+
+This issue is being hit on OpenBMC code when pulling the latest
+libffi tag and building on a P8 ppc64le machine. I verified this
+patch fixes the issue we are seeing.
+
+Below is the original commit message:
+
+Sicne commit 73dd43afc8a447ba98ea02e9aad4c6898dc77fb0, build on powerpc7
+fails on:
+
+In file included from ../src/powerpc/ffi.c:33:0:
+../src/powerpc/ffi_powerpc.h:61:9: error: '_Float128' is not supported on this 
target
+ typedef _Float128 float128;
+ ^
+
+Fix this build failure by checking for __HAVE_FLOAT128 before using
+_Float128, as _Float128 is enabled only on specific conditions, see
+output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/floatn.h:
+
+ /* Defined to 1 if the current compiler invocation provides a
+floating-point type with the IEEE 754 binary128 format, and this glibc
+includes corresponding *f128 interfaces for it.  */
+ #if defined _ARCH_PWR8 && defined __LITTLE_ENDIAN__ && (_CALL_ELF == 2) \
+ && defined __FLOAT128__ && !defined __NO_LONG_DOUBLE_MATH
+ # define __HAVE_FLOAT128 1
+ #else
+ # define __HAVE_FLOAT128 0
+ #endif
+
+Fixes:
+ - 
http://autobuild.buildroot.org/results/5c9dd8fb3b6a128882b6250f197c80232d8a3b53
+
+Signed-off-by: Fabrice Fontaine 
+Signed-off-by: Andrew Geissler 
+
+Co-authored-by: Fabrice Fontaine 
+---
+ src/powerpc/ffi_powerpc.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/powerpc/ffi_powerpc.h b/src/powerpc/ffi_powerpc.h
+index 8e2f2f0..960a5c4 100644
+--- a/src/powerpc/ffi_powerpc.h
 b/src/powerpc/ffi_powerpc.h
+@@ -57,7 +57,7 @@ typedef union
+   double d;
+ } ffi_dblfl;
+ 
+-#if defined(__FLOAT128_TYPE__)
++#if defined(__FLOAT128_TYPE__) && defined(__HAVE_FLOAT128)
+ typedef _Float128 float128;
+ #elif defined(__FLOAT128__)
+ typedef __float128 float128;
+-- 
+2.27.0
+

diff --git a/dev-libs/libffi/files/libffi-3.3-ppc-vector-offset.patch 
b/dev-libs/libffi/files/libffi-3.3-ppc-vector-offset.patch
new file mode 100644
index 000..4bcd27e4f15
--- /dev/null
+++ b/dev-libs/libffi/files/libffi-3.3-ppc-vector-offset.patch
@@ -0,0 +1,53 @@
+From 4d6d2866ae43e55325e8ee96561221804602cd7a Mon Sep 17 00:00:00 2001
+From: Samuel Holland 
+Date: Fri, 21 Feb 2020 21:06:15 -0600
+Subject: [PATCH] Update powerpc sysv assembly for ffi_powerpc.h changes (#541)
+
+Some of the flag bits were moved when adding powerpc64 vector support.
+
+Fixes #536
+---
+ src/powerpc/sysv.S | 12 +---
+ 1 file changed, 5 insertions(+), 7 deletions(-)
+
+diff --git a/src/powerpc/sysv.S b/src/powerpc/sysv.S
+index 1474ce7..df97734 100644
+--- a/src/powerpc/sysv.S
 b/src/powerpc/sysv.S
+@@ -104,17 +104,16 @@ ENTRY(ffi_call_SYSV)
+   bctrl
+ 
+   /* Now, deal with the return value.  */
+-  mtcrf   0x01,%r31 /* cr7  */
++  mtcrf   0x03,%r31 /* cr6-cr7  */
+   bt- 31,L(small_struct_return_value)
+   bt- 30,L(done_return_value)
+ #ifndef __NO_FPRS__
+   bt- 29,L(fp_return_value)
+ #endif
+   stw %r3,0(%r30)
+-  bf+ 28,L(done_return_value)
++  bf+ 27,L(done_return_value)
+   stw %r4,4(%r30)
+-  mtcrf   0x02,%r31 /* cr6  */
+-  bf  27,L(done_return_value)
++  bf  26,L(done_return_value)
+   stw %r5,8(%r30)
+   stw %r6,12(%r30)
+   /* Fall through...  */
+@@ -145,10 +144,9 @@ L(done_return_value):
+ #ifndef __NO_FPRS__
+ L(fp_return_value):
+   .cfi_restore_state
+-  bf  28,L(float_return_value)
++  bf  27,L(float_return_va

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

2020-07-07 Thread Andreas Sturmlechner
commit: 0ca523db5013a93fc56f513066abc6ba7b225ae8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca523db

kde-plasma/plasma-sdk: drop 5.19.2*

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

 kde-plasma/plasma-sdk/Manifest |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.19.2.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 440de0b9371..a9445fce1ba 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-sdk-5.18.5.tar.xz 263084 BLAKE2B 
575235302ade4bc1bcfdcef33f9fd3cc4175d4362aaabd2a3bc8e7d7235d90f3c2f81c8b499e486c0f68e029b298e4879707ebb1d23052230c2403e825d5943e
 SHA512 
1051aa84d70d7a02d3392d3b1628b1fb4d4b666efca6e34f0688dc0015b983527039bd52140cf17f947f2d266cacb63aab7c9b547e6679a0aab094e74c1783a1
-DIST plasma-sdk-5.19.2.tar.xz 263480 BLAKE2B 
2f27f26855323fb443b6a9020aaece143817e9f503c7769b7672009fb859c45b0a196a39327657bbf0425bd96b7ee3f1cef2be45a87965fa6afd62f882856bf8
 SHA512 
f3e364a6c834c3627385ea9c79a77e5c6da3a2718da36c30d7b4ee91df24edab4edae17b1015606016e1c36ab49e42e089236b3909ccb753d759758ab9ed6759
 DIST plasma-sdk-5.19.3.tar.xz 263500 BLAKE2B 
e11c12dbddb97998a3ebb182081826a9da991ee25fe00de3aee0067037aa6c5b2f551b4b389d0778d0d9deb163ad084d2fdb4cc661fea98434a996427365e35f
 SHA512 
8fd7d6527e3d80a82ab31c13e173db04599398ef7f8875f9e4f4f65bed2ac726382b1350f952ec27041c7d1cae86052a52a3947b663811182ac9e63a6ad538c2

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.2.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.19.2.ebuild
deleted file mode 100644
index 12cb9227b8c..000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-"



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

2020-07-07 Thread Andreas Sturmlechner
commit: 81584a9d2233a3b4c1ce667348234f52c9f1561b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81584a9d

kde-plasma/plasma-integration: drop 5.19.2*

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.19.2.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 0dd39a55bb6..b97f7ad6162 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.18.5.tar.xz 57656 BLAKE2B 
3cf445f5d84de07e82369a3057a0ac390961634f8926d3491ca8dd0d603d4e4ff9e7487b69c1fbea44a4296c8960f4e3ef677e1bfd183154a36799fc95dbf3c8
 SHA512 
d217c49555ee17e3b18d006368ec7aa4d8585c05070bcf3a3c7e471b1c7dc830080d0405209979d8a27c7c2fc2adcd3d248e595f43f0b4a2928683f93c6d4b48
-DIST plasma-integration-5.19.2.tar.xz 57424 BLAKE2B 
263dbe29784248377705f5148b59e1e882d54ecf352c7d30c439fe5a872f77927692982065684a3a54ef03fcb92e155dbb349ac5f0ac446c7823ab56375b12de
 SHA512 
c7a23cd0b78dbed78c026d4b15d6236b90c876b07a87b086d3ab4b854f43aeae67f0fbd31873984f7e6adf60a86127ed6807cbb0f4ab554046c6e257001154ef
 DIST plasma-integration-5.19.3.tar.xz 57428 BLAKE2B 
d1156aba684f29d18466b58ab254c722ce1f49affb9567ee87ee314df2ae0de7906fc4d46246dc737dcea66234056dd2fcc851bfd61ecae25252a354ad6adf0d
 SHA512 
1d12edc834a70b31d0d1caa34974c57b01ad3a9db65b0be801a56ca7f7d04c9f6fd9e18574284c8c95a281895b9bc004be4fff40cc542c009d8bc2041d5bdf51

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.19.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.19.2.ebuild
deleted file mode 100644
index 6bbac224e58..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.19.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"



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

2020-07-07 Thread Andreas Sturmlechner
commit: 20f142d12039a384ec1879a5632cb352a50dc2c7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:57:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f142d1

kde-plasma/powerdevil: Drop drop 5.19.2.1

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

 kde-plasma/powerdevil/Manifest   |  1 -
 kde-plasma/powerdevil/powerdevil-5.19.2.1.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/kde-plasma/powerdevil/Manifest b/kde-plasma/powerdevil/Manifest
index bd826686bde..61d94848e83 100644
--- a/kde-plasma/powerdevil/Manifest
+++ b/kde-plasma/powerdevil/Manifest
@@ -1,3 +1,2 @@
 DIST powerdevil-5.18.5.tar.xz 597492 BLAKE2B 
510d523b470f281c1b71902a6e2938d5566b3a653909d4b08d75cdfa190bd2f2a2a0befa7f71b3af331f1511733502690d58c2fed13262da82381eae66605885
 SHA512 
b7054099cbf3e176591e4fff68ce1dbb7eb9d2f332a75bea3e2ad5954246f6d4d3b0018de101d8ca0df8c7cfa1988abaed40840466a503e09251e4af623fd3b3
-DIST powerdevil-5.19.2.1.tar.xz 600120 BLAKE2B 
aaa6e4cac173ab6b16f05fdbc1ba436b5b15d8bebf8ab7f87745734c49b7433dd0dd08c54446bef01c8bc840e1bca12035dfbab50f829ee43df68d338ff8
 SHA512 
937569c8b677a08e92f4daeb67d6e8c29de0debd64591f339ca5445d9248431d593852ea85ad62ebe27a6c5fa90c989826d1d8a6678bec14783687f3fd938c1f
 DIST powerdevil-5.19.3.tar.xz 600160 BLAKE2B 
b1569b44f6d07d2d2d1946e5239fba1e8f0bcaa97db7f9c90c8c2d7d23eb4c8bdf327acd0fceed6691029f7da33f2b93e6065cfda7c80fa82c0f0f6820b5f211
 SHA512 
e04299c29f32388968d00103326c5b70b149f435a29d9c1dc00c96f43ff09d02c9caf612b686a38469b29e6035f8282315cc194eadcdf84660760331be06b609

diff --git a/kde-plasma/powerdevil/powerdevil-5.19.2.1.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.19.2.1.ebuild
deleted file mode 100644
index 53be36d6572..000
--- a/kde-plasma/powerdevil/powerdevil-5.19.2.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Power management for KDE Plasma Shell"
-HOMEPAGE="https://invent.kde.org/plasma/powerdevil";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="brightness-control +wireless"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5[policykit]
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-plasma/libkscreen-${PVCUT}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-   virtual/libudev:=
-   x11-libs/libxcb
-   brightness-control? ( app-misc/ddcutil )
-   wireless? (
-   >=kde-frameworks/bluez-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5
-   )
-"
-RDEPEND="${DEPEND}
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-   >=sys-power/upower-0.9.23
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DHAVE_DDCUTIL=$(usex brightness-control)
-   $(cmake_use_find_package wireless KF5BluezQt)
-   $(cmake_use_find_package wireless KF5NetworkManagerQt)
-   )
-
-   ecm_src_configure
-}



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

2020-07-07 Thread Andreas Sturmlechner
commit: 9c41488e2a2aa50edbc2ce88f22c1a44ccd603a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:24 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c41488e

kde-plasma/systemsettings: drop 5.19.2*

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

 kde-plasma/systemsettings/Manifest |  1 -
 .../systemsettings/systemsettings-5.19.2.ebuild| 68 --
 2 files changed, 69 deletions(-)

diff --git a/kde-plasma/systemsettings/Manifest 
b/kde-plasma/systemsettings/Manifest
index 3521cf87e21..7cf4b5e016e 100644
--- a/kde-plasma/systemsettings/Manifest
+++ b/kde-plasma/systemsettings/Manifest
@@ -1,3 +1,2 @@
 DIST systemsettings-5.18.5.tar.xz 178252 BLAKE2B 
ac8ec0ddb6eb54cf6133f1616284d41afbb630fd97ac55cc6eb68846c3a7e9028ecc2caed41c35f624235a74e28d810a81196ed3d6891cb0ff1387ff4bf45f32
 SHA512 
b6b9184570f188878daca140bd81ee13d47ba867eac5289b67295de9918205e5ebc7f7d644968fbbd9d9dfe1395cae6bd29f7ba4c4aa9a82f85b912693ae4e6a
-DIST systemsettings-5.19.2.tar.xz 183100 BLAKE2B 
da83ab132732c073adc1b28cf412142a9cb5f6e65570adf73fdaca4e14bc9b0f502105dd5ea7a3a1739b56eea8f5ce89e3e1e5c68cca969631ab1226a37980f9
 SHA512 
74f211aa977c9fc2818ccf153c494aa225fe14526ba5cc31a81330b70bc3ca2635093c157b7840a46cad6b579976098f8200747ba1cdc27b0e5c3313e8ca32c0
 DIST systemsettings-5.19.3.tar.xz 183088 BLAKE2B 
4d68e34ec39c03a8fd4c15ff2015507411be4456ce215851aa9aefb43ebc6a936237ee0f9bef688de29490829314071ec8762092de806a97513986f0df49cf4e
 SHA512 
a16177e945fc3c42d44af4b2c1eab31a606ab0cf73a171f4e3c410c70f02d8b80336fb091b02c6a03c501c0f624b24716d5d9ecbadd2618af16c00557449ecfb

diff --git a/kde-plasma/systemsettings/systemsettings-5.19.2.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.19.2.ebuild
deleted file mode 100644
index 71a18096923..000
--- a/kde-plasma/systemsettings/systemsettings-5.19.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Control Center to configure KDE Plasma desktop"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}
-   !kde-misc/systemd-kcm
-   >=kde-frameworks/kirigami-${KFMIN}:5
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # FIXME: hangs in chroot; similar to bug #640432
-   sed -e "s/^ecm_find_qmlmodule.*org\.kde\.kcm/#&/" \
-   -i CMakeLists.txt || die
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   has_version kde-plasma/kde-gtk-config || \
-   elog "Install kde-plasma/kde-gtk-config to configure 
looks for GTK+."
-   fi
-}



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

2020-07-07 Thread Andreas Sturmlechner
commit: ffc43f935582e7f645e84beee8ee3d94df739957
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc43f93

kde-plasma/plasma-browser-integration: drop 5.19.2*

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

 kde-plasma/plasma-browser-integration/Manifest |  1 -
 .../plasma-browser-integration-5.19.2.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/kde-plasma/plasma-browser-integration/Manifest 
b/kde-plasma/plasma-browser-integration/Manifest
index 1ca6b313f1d..b336d5854e7 100644
--- a/kde-plasma/plasma-browser-integration/Manifest
+++ b/kde-plasma/plasma-browser-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-browser-integration-5.18.5.tar.xz 156428 BLAKE2B 
9f83e33c871ea59fc73ed6dbf26e137f5dabfa4bb2403d71a0621cc0c41b1a15b461631b6ab864649780fe50c54f9428394716d8d5055453b51616c393daea96
 SHA512 
096bfc0940fa3a40fe5145078fe801e2436779ace953a68f7a68d3d592e3978606b70f1678c83a0748221e4d992ce14e0cb72c671f242d13db41390e8730
-DIST plasma-browser-integration-5.19.2.tar.xz 159188 BLAKE2B 
d33bff5563106fedeb5e90df1295d55d32b3213bf63e7cca03cca945509081a755e06cc338a8d6682ae8dd2d9c03fb80ce1989f97a35e0578e228c06ff38231f
 SHA512 
c89a149b119925bf6ab24e3a6d00039364f755b8dea8fd708eaa7b6dd8f7fa5f83c3d25fe46cc9b877bfba24ae7ba7d82f3758ba0f379ccd77badf212e168758
 DIST plasma-browser-integration-5.19.3.tar.xz 159204 BLAKE2B 
6562d253670bd001c858c1e5763eb041047b2f5879351dff53a715eda8bdb3945c8a4299be7ddaed141ef0431bb97fee529e189ae1dd6537eb8aac5f57999534
 SHA512 
f27c4989bb51ae48a9cfaa7d72bf1b42bd6ceea5d3a863f697dedc106b6c4208d5681e9792a146097833fe5c3cef111641e6f37672182b03745b6d20daebcb6a

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.2.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.2.ebuild
deleted file mode 100644
index 0c2424f3a82..000
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser 
extensions"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kfilemetadata-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/purpose-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
-   )
-
-   ecm_src_configure
-}



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

2020-07-07 Thread Andreas Sturmlechner
commit: 670f1e22399cad1503a8cc5ed315f020b359aeb3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670f1e22

kde-plasma/plymouth-kcm: drop 5.19.2*

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

 kde-plasma/plymouth-kcm/Manifest   |  1 -
 kde-plasma/plymouth-kcm/plymouth-kcm-5.19.2.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index bb99f531c0a..362e6d90a46 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,3 +1,2 @@
 DIST plymouth-kcm-5.18.5.tar.xz 41872 BLAKE2B 
29e9f8e56478140c0f4d54d297c9efdc33d2f20b18d9e1b1f16640c1abd1a2f5b6033ebf3053384dda6380d2a51c476842fa8587d402cba2e9bc0f98d6d44823
 SHA512 
ab9c883d4ed23315e925884662c72b42b350a1938b7dcf24dc30e0486fdd4c4449dcdc30abc45b3007d586e07998c96834918d2e91fcda3163c0f9f5b62c37cf
-DIST plymouth-kcm-5.19.2.tar.xz 41568 BLAKE2B 
f476f804e8bbc1a63c30d894136526316d57526f41bf9320ac26384f80d9ceac1e527aeb32f2dbbc1cebf38afa9436bdcc419fba6e6a73a43a608fef8b9ee8f8
 SHA512 
1559fafb0c6383364df011e6720acf42dfdbd47a9de49e7127e7bbaaa74eb6a15522275b11777a02284e2d42b60058e87280cde73149c4f2f6f861c42f885a3b
 DIST plymouth-kcm-5.19.3.tar.xz 41616 BLAKE2B 
9770fe019b7772d4d721d09f65c10690b7badd7e6ef1134964c31e57355fe2afeead8e1fe7f8451cc82979c27ea80c4f84851360ed57e10f5399f0103d7f58d9
 SHA512 
efef1c30ef37cd3a01dd53fec0cc620e197c5c7b1991380a85b9c1b73284bd1d1e167bdb2578f7b646ef68e57012a6546168e4ad20f26c0af4f6830d40813c2b

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.2.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.2.ebuild
deleted file mode 100644
index ba8231468f8..000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm";
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )



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

2020-07-07 Thread Andreas Sturmlechner
commit: 4cbd0ab3c3810a2f50866f49934cd225e2e472eb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbd0ab3

kde-plasma/libkscreen: drop 5.19.2*

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

 kde-plasma/libkscreen/Manifest |  1 -
 kde-plasma/libkscreen/libkscreen-5.19.2.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/kde-plasma/libkscreen/Manifest b/kde-plasma/libkscreen/Manifest
index 7e9320a5987..995373955f0 100644
--- a/kde-plasma/libkscreen/Manifest
+++ b/kde-plasma/libkscreen/Manifest
@@ -1,3 +1,2 @@
 DIST libkscreen-5.18.5.tar.xz 85532 BLAKE2B 
eb9c85c8dc82486cce8cd55c06cc9c180ac84a9ebd005cbbeb26233bccd3a48daadbff42cff33c92bf871c89bd84c5f291210bbf7768c7ad7b45641d7a0a
 SHA512 
8fc36bfd5aeb94fada51be1895ff2cf1b9fa98332f1795ac5e9d5339a35d87a24ed15c1f44af85205198c584eb411191f72ef8de370d1f97476d75db1458cb00
-DIST libkscreen-5.19.2.tar.xz 85464 BLAKE2B 
61aeae22c2881907381d33614a05f6a5088b0747905fb45e80264a7d1bd23fb55c8ff25293b029b282e22e256301a2b4ccabd9338f7eece2cade1df009c5a997
 SHA512 
acddf4eca0f98457807cbfd80f8ea3b5ddc21940f629cb0f1d4f4d2af4a736041835f272f5e8389152dc681bab07fa435a7637019472e905061f648e442fdc3f
 DIST libkscreen-5.19.3.tar.xz 85444 BLAKE2B 
0c7fe5f69a57ac074452dc9d63a7f2d3e8deadf789d82d9794dc1ec07f56c09fbbb4b148aa41b047eb174441ea98f94ad51f4bbecae0b33d13f74d910cb885d3
 SHA512 
6bf579c2977d4a673ca90b9a171df4bdf6ed1e06debfd323a914c49b5d45c70edc2024d3d05794f8f1c1dc76a3aee921bbc74940d88cf4d5d5859065a7a1a431

diff --git a/kde-plasma/libkscreen/libkscreen-5.19.2.ebuild 
b/kde-plasma/libkscreen/libkscreen-5.19.2.ebuild
deleted file mode 100644
index b7742f83050..000
--- a/kde-plasma/libkscreen/libkscreen-5.19.2.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
-
-ECM_QTHELP="true"
-ECM_TEST="forceoptional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Plasma screen management library"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5/7"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}"
-
-# requires running session
-RESTRICT+=" test"



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

2020-07-07 Thread Andreas Sturmlechner
commit: e69cefbe75a30b7993a76bdfadbfb021650b917a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69cefbe

kde-plasma/plasma-workspace-wallpapers: drop 5.19.2*

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

 kde-plasma/plasma-workspace-wallpapers/Manifest   |  1 -
 .../plasma-workspace-wallpapers-5.19.2.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest 
b/kde-plasma/plasma-workspace-wallpapers/Manifest
index 18b3e55bdb3..5e04b0f0f56 100644
--- a/kde-plasma/plasma-workspace-wallpapers/Manifest
+++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-workspace-wallpapers-5.18.5.tar.xz 37110292 BLAKE2B 
34dcfad8d3d47a32b63a3d002cd3ce4c59a4b5127002df4c5a39c7df4296890ef59713fbe4c52693ce728aa7a349ffbf3c133a28699f314791e485b28cbdda95
 SHA512 
75d5042fd955849cb67b1f7711b2e3e63d03ece7aacd4fc88bcd8c8652ca40a62351c1666b9c86275d1b495fa73d0089e8046dc1f65fc6fb23d9010ddc6f514e
-DIST plasma-workspace-wallpapers-5.19.2.tar.xz 41824496 BLAKE2B 
7c3f272a73e00f9c4020e280489782c504e26c0531c17e1132abac5ccfa4a4e239f50d91fa1f81a53d842291393f82d1790fed230eda31b53e481d8bc2a5
 SHA512 
8c5abcce71202a1c6ed6d95a57bcde9d5bad1e2a621eae2ac897796c8b15deb0e70a6f67bcc60b4e794b0a2896a0fbd25b2348c26935f786dfb29cc8885792b6
 DIST plasma-workspace-wallpapers-5.19.3.tar.xz 41824716 BLAKE2B 
cef2b61af06132817b4480fc3f45c7fd900166f83d252b20abc328018c279e1b48bac82e2f9753f6efd4317237fcb8e413b44e1e51a935979b42e5e687a93a32
 SHA512 
281172c5f292214f235c1cfe52e6c7530551b9a376afb4d9befa2a51243e0632be13a4aba15320c31c57091c7c6240cce1a5ff19ff6e34005b486d7790a16662

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.2.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.2.ebuild
deleted file mode 100644
index 34c486b8fe6..000
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-3)
-inherit cmake kde.org
-
-DESCRIPTION="Wallpapers for the Plasma workspace"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-BDEPEND="
-   dev-qt/qtcore:5
-   kde-frameworks/extra-cmake-modules:5
-"



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

2020-07-07 Thread Andreas Sturmlechner
commit: 6a9a54b3a80de517583410b20d2f96dee514f5b7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9a54b3

kde-plasma/libkworkspace: drop 5.19.2*

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

 kde-plasma/libkworkspace/Manifest  |  1 -
 .../libkworkspace/libkworkspace-5.19.2.ebuild  | 61 --
 2 files changed, 62 deletions(-)

diff --git a/kde-plasma/libkworkspace/Manifest 
b/kde-plasma/libkworkspace/Manifest
index a03b481ad04..f322cc05ea9 100644
--- a/kde-plasma/libkworkspace/Manifest
+++ b/kde-plasma/libkworkspace/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-workspace-5.18.5.tar.xz 5696256 BLAKE2B 
7aaf19ff75eb796bbd687e6c63b9703431ecc567bc52c2c173718d45b3946b22572b3a097f7fb7e9726cedcb98cfbb2f20c580efefa4d9cb9d4f2473abeac636
 SHA512 
870cf89649d9498831f4ef9b21d3c07504b7fc7b09b95dd7e0a1d356b41fbfceed1c4f27aa258bcf1e23cfe915d31701c155325fcd4944f9cc957a287ebc1ee2
-DIST plasma-workspace-5.19.2.tar.xz 5676488 BLAKE2B 
cc7a5a156be2e98a4ddc7e8e80a286844f8438b2d17b79dd5dadd24cb28681b80255bad84c118949a815c47080afab380b81edfc3ba59b43f7b24c916cd62e9d
 SHA512 
1c82ee7e1ea27c37c321487bc7bf109c451b3b966d795c7c3102a21e1bfb75bbd83e0ff2fda76e76ef838af3a054aa81a7aa8f89f789dfc16a234d1db3e03c77
 DIST plasma-workspace-5.19.3.tar.xz 5676896 BLAKE2B 
1ccd0f5be74056ed04eb368958847e9fa4bed92a295db62f6d48f2c0d0750fb3ced1f71c27be0052c0732e8aada7e6a2212cce20da500d5de8a4e8df78c9442a
 SHA512 
c29d3c674d197b25644200c11c602ac5b3ec2289d12e09139a404225c224a4da039db645b42ba0692588bd03c85fa7b11c2ff3c3cd4a07485cdac19a4dca0754

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.19.2.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.19.2.ebuild
deleted file mode 100644
index 38aab5b7211..000
--- a/kde-plasma/libkworkspace/libkworkspace-5.19.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Workspace library to interact with the Plasma session manager"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-"
-DEPEND="${COMMON_DEPEND}
-   >=kde-plasma/kwin-${PVCUT}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   !> CMakeLists.txt <<- _EOF_ || die
-   ki18n_install(po)
-   _EOF_
-   fi
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



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

2020-07-07 Thread Andreas Sturmlechner
commit: 2f2dccc84116f6a3f2a3fd7080f958a4e7c8b79f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:24 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2dccc8

kde-plasma/user-manager: drop 5.19.2*

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

 kde-plasma/user-manager/Manifest   |  1 -
 kde-plasma/user-manager/user-manager-5.19.2.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/kde-plasma/user-manager/Manifest b/kde-plasma/user-manager/Manifest
index 9224fb9e24a..bed5acedbbc 100644
--- a/kde-plasma/user-manager/Manifest
+++ b/kde-plasma/user-manager/Manifest
@@ -1,3 +1,2 @@
 DIST user-manager-5.18.5.tar.xz 2165888 BLAKE2B 
011f40ce9cf18b9bc35c33ed56de416eca8ca6320f07ab725631ec335d58c2103425326c2c2e7d95385e0a70eda4b59419284dfe1d48259da45dfdc4dc04ba08
 SHA512 
fd3f26f1f95782e4e2ca04e92adc38953d026db9e840f823be38f66f9c790a9e154255dd821358f62c624194be8b4867354292df25289092ceaf87ce590cc9a8
-DIST user-manager-5.19.2.tar.xz 9930300 BLAKE2B 
8eee2d4d0aef076f864501d8c643447d7bbb205d2c04c4db5498d25188f53c52edf05d26f9ad9d502ed5af2de61c9350c4749fcad0e9c4827aee2f4b37517857
 SHA512 
e30c607a77adc34ab2ea620cb3468e2ac582f396725cf4c2b9f62c174b16552608dd8e4dce7b56ba2a66be631944f018917fedc25d98f0669d32f90443edb840
 DIST user-manager-5.19.3.tar.xz 9930356 BLAKE2B 
118fa708f07d025066af15f75d15d4dd7315533ccf96b16b25ce9711e664b3874b8977b25994448173b88e7085b795736a3a3efa3133ff572a684bfe22cced6b
 SHA512 
e456a5e9d78ac560044eec2f323ab52b00160996e36d165ee7a2e2ca4be0a99084255f32024d55cb32498a0e28b96611016f266a6db7b51a70d964f35a47797f

diff --git a/kde-plasma/user-manager/user-manager-5.19.2.ebuild 
b/kde-plasma/user-manager/user-manager-5.19.2.ebuild
deleted file mode 100644
index bc387b32e24..000
--- a/kde-plasma/user-manager/user-manager-5.19.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Simple system settings module to manage the users of your system"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}: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/kwidgetsaddons-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-libs/libpwquality-1.3.0
-"
-RDEPEND="${DEPEND}
-   sys-apps/accountsservice
-"



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

2020-07-07 Thread Andreas Sturmlechner
commit: 7a553128bd8947ca8bbd8b900897ff74a8d13154
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a553128

kde-plasma/milou: drop 5.19.2*

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

 kde-plasma/milou/Manifest|  1 -
 kde-plasma/milou/milou-5.19.2.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest
index 463a693fe7f..3d6aab24398 100644
--- a/kde-plasma/milou/Manifest
+++ b/kde-plasma/milou/Manifest
@@ -1,3 +1,2 @@
 DIST milou-5.18.5.tar.xz 64264 BLAKE2B 
e4dba1cded6c5b833f35086b3cc943e4bfa4a0a6df530eb43aba7efbc40ea48aad8c88a2221546e7fdcc411c136232af84b7ab6a45d99233369c4a2c628f56d4
 SHA512 
3c1d0b032e8f26a637aed8067d919d95bcbf033e0b494bc9a2a0295d000773ac3900903dca96eb32d3fc1b831884e3435ab91a26c9cd179548c3b2cd0377577d
-DIST milou-5.19.2.tar.xz 64500 BLAKE2B 
93c7799a8a9db176b2375c0ce6419cbba0e42bf8a6058fae604ce2383c95e64341d950bbd0e4ff436d0b5ba7a84a45aed7b64adf42f4b87a28df528bb5fdb92e
 SHA512 
d7b82d170343d19c3ca0f11fbc5d59da6746e67be453ce85e1880bbcf4365e7f3588d622849ae9dc334fb87d4b0b6fc5043b1b0cf239b4f69d50a8faa0a480b0
 DIST milou-5.19.3.tar.xz 64484 BLAKE2B 
4a38e7bb0a937f9c70408c42dff92092a1d4b3caa11f98e6492b80d45428afd0b596abdb9c77c9f77c86241789f8fba340887051b56db4fcacb218c44673232e
 SHA512 
22e98f4a09000120d50e74ce870ef0274ec03121cba598040a170e3a403bbb099c98822b9d360586696d7e4b98d6ab3d21d0c29143d2985a260efde579e64e90

diff --git a/kde-plasma/milou/milou-5.19.2.ebuild 
b/kde-plasma/milou/milou-5.19.2.ebuild
deleted file mode 100644
index 965b1da6db1..000
--- a/kde-plasma/milou/milou-5.19.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional-recursive"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Dedicated search application built on top of Baloo"
-HOMEPAGE="https://invent.kde.org/plasma/milou";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"



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

2020-07-07 Thread Andreas Sturmlechner
commit: 92a932e3c0753509eeda2f2acfbc8fd7ab17389a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a932e3

kde-plasma/polkit-kde-agent: drop 5.19.2*

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

 kde-plasma/polkit-kde-agent/Manifest   |  1 -
 .../polkit-kde-agent-5.19.2.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/kde-plasma/polkit-kde-agent/Manifest 
b/kde-plasma/polkit-kde-agent/Manifest
index 486cd496bdd..9de941c9fd9 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,3 +1,2 @@
 DIST polkit-kde-agent-1-5.18.5.tar.xz 44592 BLAKE2B 
c9fe8bdc719bf5719358ff2633a143690114f5d6aafa2321cc02e15f1ffcdb78bff0666e05f4a028d504d6fec85e40c7b18489782fa6dc10db71e45bb8d343a9
 SHA512 
d9441e2379b665aa28d79451e5390a22f7a06f946020fb8c498352b0202a7ecbf7ca2e8dfccc7ee390d51ad441aeb6d818610d0d2e6a753e63326e4c350aba30
-DIST polkit-kde-agent-1-5.19.2.tar.xz 44748 BLAKE2B 
1b7f51b5e57f070b8bbb048b81d9a91ebc09587c18421122e009570fa0f4082e840d58460c24f095263b925e32403f098ea54760d790d6246bcd16b96e6534d1
 SHA512 
783f1838ec677489b9da2635a3c31ebcda4cdbbc825ab1401d83729361528f2a1236a90637eab97585b4eaaf174ddda2162dfbc373d2fa50855423527720f467
 DIST polkit-kde-agent-1-5.19.3.tar.xz 44728 BLAKE2B 
499a4a30e754e81d8551755b0ff79cff2b3b126bccc5fcca2f40f240f54ab5551a4a135884063377b77f263c4274462ec9dbb20789c55e78bbbc13b2c54ac917
 SHA512 
313f80d2da047476d1f3be3550f7ee498e468b9cc0e358c63a9cacbbbec76dd1c58b3f20039ee7e9cbd5ff6af0f253728c04620a50d6c89c250a019c2c3b8b04

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.2.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.2.ebuild
deleted file mode 100644
index 2c13e4cf3fb..000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="${PN}-1"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="PolKit agent module for KDE Plasma"
-HOMEPAGE="https://kde.org/";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=sys-auth/polkit-qt-0.112.0[qt5(+)]
-"
-RDEPEND="${DEPEND}"



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

2020-07-07 Thread Andreas Sturmlechner
commit: fc51392ae7ffd27e54842bb3624201f7a4550f5e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc51392a

kde-plasma/plasma-meta: drop 5.19.2*

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

 kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild | 95 
 1 file changed, 95 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild
deleted file mode 100644
index 4fea36bac72..000
--- a/kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth +browser-integration crypt +desktop-portal discover
-+display-manager elogind grub gtk +handbook +kwallet +legacy-systray
-+networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/drkonqi-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksysguard-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   >=kde-plasma/user-manager-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
-   use elogind || use systemd || return
-   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
-   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
-   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
-   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
-   ewarn "or package.use and remove sys-auth/consolekit before raising 
bugs."
-   ewarn "For more information, visit

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

2020-07-07 Thread Andreas Sturmlechner
commit: 527c519f3308c7d459fae9e5ff0a60f01392687e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527c519f

kde-plasma/sddm-kcm: drop 5.19.2*

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

 kde-plasma/sddm-kcm/Manifest   |  1 -
 kde-plasma/sddm-kcm/sddm-kcm-5.19.2.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest
index 917c502eab1..1884adc8530 100644
--- a/kde-plasma/sddm-kcm/Manifest
+++ b/kde-plasma/sddm-kcm/Manifest
@@ -1,3 +1,2 @@
 DIST sddm-kcm-5.18.5.tar.xz 62184 BLAKE2B 
d4d55383540882eefafd39cdc65b2f686e271f7e3bfa1f2859b2de55a46a25f03db3413533b74d73782415decbd2dd84fc6f2c9ed517381e55b0917929832c99
 SHA512 
614cb8780549592ffc8f4f310aca7bcdb68b04b847118d77308b039711c81aee7a9c04726d0e2002b3c00a06c09465752a8886374a286574dfb7aeaa0919089c
-DIST sddm-kcm-5.19.2.tar.xz 62064 BLAKE2B 
03afe527f3afd2e829cc94f61d4cd4fb745371445487aca99072c7101d0b670bf164d92641e7047684a73ffbffb0b4bf6b744250f9c4e5312e0845cb879a008a
 SHA512 
166b19df988c5e8cb81122030e28c28afe1cad01bc9180749cac3f270d07d8ca49758bf18edd199c9cec305b5c48186274445f40ae38c4780e9d9da7bc12d079
 DIST sddm-kcm-5.19.3.tar.xz 62088 BLAKE2B 
46b2c21a0255800376736f69b9f50bc54ab619aa0a77ec0ff4a6465d45ccf9fc436c8d8750f07cfde1becd4c02a1892ba7fe828080cd3124a7f3a7d13e90c14c
 SHA512 
52cd5d3f51272d514528a1e932c06f17584d80930bb6a7ffbdfb7a5bc92cc357db80e6b2ee18ab917a6c19cd16219d738abbfe392d306329eb252e123f804084

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.19.2.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.19.2.ebuild
deleted file mode 100644
index db3ef8b2850..000
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.19.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for SDDM"
-HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm";
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}: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/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-   x11-misc/sddm
-"
-
-DOCS=( CONTRIBUTORS )



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2020-07-07 Thread Andreas Sturmlechner
commit: 34a7b1c564e77e5b112f50d4b31741b1ee09e46f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a7b1c5

kde-plasma/xembed-sni-proxy: drop 5.19.2*

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.19.2.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index a03b481ad04..f322cc05ea9 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-workspace-5.18.5.tar.xz 5696256 BLAKE2B 
7aaf19ff75eb796bbd687e6c63b9703431ecc567bc52c2c173718d45b3946b22572b3a097f7fb7e9726cedcb98cfbb2f20c580efefa4d9cb9d4f2473abeac636
 SHA512 
870cf89649d9498831f4ef9b21d3c07504b7fc7b09b95dd7e0a1d356b41fbfceed1c4f27aa258bcf1e23cfe915d31701c155325fcd4944f9cc957a287ebc1ee2
-DIST plasma-workspace-5.19.2.tar.xz 5676488 BLAKE2B 
cc7a5a156be2e98a4ddc7e8e80a286844f8438b2d17b79dd5dadd24cb28681b80255bad84c118949a815c47080afab380b81edfc3ba59b43f7b24c916cd62e9d
 SHA512 
1c82ee7e1ea27c37c321487bc7bf109c451b3b966d795c7c3102a21e1bfb75bbd83e0ff2fda76e76ef838af3a054aa81a7aa8f89f789dfc16a234d1db3e03c77
 DIST plasma-workspace-5.19.3.tar.xz 5676896 BLAKE2B 
1ccd0f5be74056ed04eb368958847e9fa4bed92a295db62f6d48f2c0d0750fb3ced1f71c27be0052c0732e8aada7e6a2212cce20da500d5de8a4e8df78c9442a
 SHA512 
c29d3c674d197b25644200c11c602ac5b3ec2289d12e09139a404225c224a4da039db645b42ba0692588bd03c85fa7b11c2ff3c3cd4a07485cdac19a4dca0754

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.2.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.2.ebuild
deleted file mode 100644
index c0b2e2cc10a..000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit cmake kde.org
-
-DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md";
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
-   !

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

2020-07-07 Thread Andreas Sturmlechner
commit: 053fcd6f4dcf3b6f8eb9f02ff369e714948318a2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053fcd6f

kde-plasma/plasma-vault: drop 5.19.2*

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

 kde-plasma/plasma-vault/Manifest   |  1 -
 kde-plasma/plasma-vault/plasma-vault-5.19.2.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest
index 3100fe39811..b6c1bb56b03 100644
--- a/kde-plasma/plasma-vault/Manifest
+++ b/kde-plasma/plasma-vault/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-vault-5.18.5.tar.xz 136900 BLAKE2B 
29b538760dbfae8cb83d820d51101bbf27436e46cff034fbc9b7541998ed6bc1870435d7fac9894b7bf105e173121e791c9d387a3c5c9476dfddc3a4b335e072
 SHA512 
66fcd87dee7e696aa0f5fa41adcb41134bb0da1ee9920f51057ee8729f8d88052b28f4e422795fc229767b7861226d1386086748afb356f4cb7281c1da4af7e8
-DIST plasma-vault-5.19.2.tar.xz 144952 BLAKE2B 
fc229de526e851af62e9382e3c6cfb1d54cc8bd8b97fe05798773b21c3f90f8b7b1e35412202fdd459ac7702af3a9e4ff050f3f6cd1ef82493cb4a2d7b3a2e0a
 SHA512 
a2953087462bc68914a5ef6cf0b9fbe5bc35b0ccd86138542a0cecec91f996f5e7ea02f2ad8643bbe24b90649e9d39486feb014ff4d55d8b240f70de843c0e12
 DIST plasma-vault-5.19.3.tar.xz 145100 BLAKE2B 
13c79bb1c679d992527e2aeb80d9904a5f62aee7fc063bce2dc47a959b9bd28b4cc8bb401ed34fc81791eee189ad8f7b4e0099624166bd21e84dbc85fa4f4e41
 SHA512 
4d2136003a8d6b1c88fdf9f14d35a5494e2b52b1b62a3764b72bc4972484a070c04992e917752bc15a10cea2fdb2f76b946d93200a677263c590e40f6ad612e7

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.19.2.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.19.2.ebuild
deleted file mode 100644
index 954b81f723f..000
--- a/kde-plasma/plasma-vault/plasma-vault-5.19.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet and services for creating encrypted vaults"
-HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/";
-
-LICENSE="LGPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="networkmanager"
-
-DEPEND="
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}
-   || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-5.19.2-use-PlasmaExtras.PlaceholderMessage.patch" # 
KDE-Bug #422684
-)
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package networkmanager KF5NetworkManagerQt)
-   )
-
-   ecm_src_configure
-}



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

2020-07-07 Thread Andreas Sturmlechner
commit: 71ede4d1ebe441d42d92b5a52b94f8657018b7e7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ede4d1

kde-plasma/plasma-nm: drop 5.19.2*

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

 kde-plasma/plasma-nm/Manifest|  1 -
 kde-plasma/plasma-nm/plasma-nm-5.19.2.ebuild | 86 
 2 files changed, 87 deletions(-)

diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index 0055e9e9d5c..ed5df8d8821 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-nm-5.18.5.tar.xz 828008 BLAKE2B 
557a31d5a0e7886be90e62be3f5328baf4a8bbfeb3e9decf1f2f106f33bef7e64fb886b94691faab57119f231b6bbcff58514d795df75f858ca9c8ea8c1af9a7
 SHA512 
8f785f257f274fb9384bf2afbe4231a057c46706483e26dd2270a93a6fc97e6198916ff119d258a67d4f8bb73facb0ff67412f43e5fa66812962edb64331db4a
-DIST plasma-nm-5.19.2.tar.xz 853652 BLAKE2B 
0c8a2c67aa24ff29cf43db7e8b8839a487f6a00e99a0277d3dcacfaf22bd01b835380950c6e6a97c6ff10f3120d29e061523fa49acacbb1deb0b3f596d7b276b
 SHA512 
369c8d869b83db86e8c26054c788c44f2b0ca6eebac8f1fec3020ae77f4be62df0fe408fd1c9bc60c23012a75a97546d4f8ffda0483d4acdef1b6e902822d79b
 DIST plasma-nm-5.19.3.tar.xz 853800 BLAKE2B 
ef61bea29d86be937f77ec0a5ef0578ca1b16b6aad296c236471a7b0b6a96a78d6af4410545dab6798fdf9b6858d9beea83a63fccb73a8f354ad6cb262662edf
 SHA512 
987eb49e2b18526631da063097afd5cf968dbd898078ad2eda27d085fc6e9b24252ae134ef529e5760db346d9c723910653e52033a5d4b0f17ebbc3883bd534d

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.19.2.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.19.2.ebuild
deleted file mode 100644
index 4d75d3c41a7..000
--- a/kde-plasma/plasma-nm/plasma-nm-5.19.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.1.1:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.19.2-fix-inline-password-field.patch # KDE-bug 
#423093
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2020-07-07 Thread Andreas Sturmlechner
commit: 42d1549756810b0da5a97368813b5408c4c75423
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d15497

kde-plasma/kwrited: drop 5.19.2*

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

 kde-plasma/kwrited/Manifest  |  1 -
 kde-plasma/kwrited/kwrited-5.19.2.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/kde-plasma/kwrited/Manifest b/kde-plasma/kwrited/Manifest
index bdfb4ac3f5d..3849c9ad20c 100644
--- a/kde-plasma/kwrited/Manifest
+++ b/kde-plasma/kwrited/Manifest
@@ -1,3 +1,2 @@
 DIST kwrited-5.18.5.tar.xz 20236 BLAKE2B 
3dad52dd60ad24dda97165332bd2a6182ac3fd9aef57b2f3e90ece0cc899617d99e84d696d3647c84197d088f383eaa9c96e88367abc310e1bdff81e0c57f842
 SHA512 
2c28ba26228394989524b46e68cd2783eff5c412ccfdaf12947976bde6a2ba732e696c3d8af666f87cf67062c75485fb0ed01f58ff3d727fedf8d440ddfd4f84
-DIST kwrited-5.19.2.tar.xz 20208 BLAKE2B 
6f5287efdfa2aa6f15e610f5dfee0e7bb3920fdf2cc603dc289c42d1af6c4c486b0b640eba7e3b490ff626c862b03c7a333dd62ecbfeed8d9ead261d32b6f66e
 SHA512 
61dd9dea3c338997f6fdc851b564edce02a978d215cdf4a8740379eb351a266705f5efde1ef3801f4904bc9aec2d7eb40e93f897faedec87d9b87c19bf8c89bc
 DIST kwrited-5.19.3.tar.xz 20208 BLAKE2B 
5c23aa5a8ad5d41b31b8035d298bf1009d624acc26476c8f4e37ddfade66314f865adebf593baf54928c9350e0c9c7bd324f90f6f0d67559ef7b0ea09e2e9e7f
 SHA512 
75482c189a58b754d915cfc587962ed53e50d46c7e4dec06effe376fc5f7720833ca8c0f9e00d28771c8bc846446a8bb077afeb376e2bd22f404ee4865d1d242

diff --git a/kde-plasma/kwrited/kwrited-5.19.2.ebuild 
b/kde-plasma/kwrited/kwrited-5.19.2.ebuild
deleted file mode 100644
index 6069a1ebb5d..000
--- a/kde-plasma/kwrited/kwrited-5.19.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma daemon listening for wall and write messages"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpty-${KFMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"



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

2020-07-07 Thread Andreas Sturmlechner
commit: b3254f0260711cbec746f7fe83e3882243103d38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3254f02

kde-plasma/oxygen: drop 5.19.2*

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

 kde-plasma/oxygen/Manifest |  1 -
 kde-plasma/oxygen/oxygen-5.19.2.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest
index d6ba9261870..5faad975d0e 100644
--- a/kde-plasma/oxygen/Manifest
+++ b/kde-plasma/oxygen/Manifest
@@ -1,3 +1,2 @@
 DIST oxygen-5.18.5.tar.xz 4471212 BLAKE2B 
72839684b00bd9382475c26dec2d4ff73b8f84318a326c12e4fc25f4452b731c23f853b1eace2d2257df5e82ddfb104fcd70231b7431546902384288438147dd
 SHA512 
e965e8edbf94d2bd2241202030960615286c454c02bedfbca29670c9dacf55b5f34a8dda1ec3ef9f18f4bb864ff8721acaf559f14cfc1c22e7b5385865cec579
-DIST oxygen-5.19.2.tar.xz 4461848 BLAKE2B 
bc34cbd6591050eb426dca48d92b0fb26bf5e9982125c5d98d5a7cf609395f02f6b7eb61bc2c8192fd5c5d59bb9abe7b279835654c3400766019e7c291c0edc4
 SHA512 
749cb2688f0b835c5bd2923f395b09fa4b159c6b8d636393f5a251cf1df009d997eb98e618e1940cfb4b952e7b2a9a7a4b289fe843fd8f45d7242f0bb3895259
 DIST oxygen-5.19.3.tar.xz 4461972 BLAKE2B 
6f21647d7cd05e143319979e6660287213e951d8206ebbb88f86f593767b282455d44e9ff85287b1edfd7eeac39fc428922ab60874ff291687e3583af93a1606
 SHA512 
47dab4132ab91eae5ce2649532434d671b4fec96deed0b6e6aceecc622473e0e347ccb1f20240b89345a9dadab879d68d8c043d26d32c73d367ca11e5b71eed8

diff --git a/kde-plasma/oxygen/oxygen-5.19.2.ebuild 
b/kde-plasma/oxygen/oxygen-5.19.2.ebuild
deleted file mode 100644
index 752aa3486db..000
--- a/kde-plasma/oxygen/oxygen-5.19.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Oxygen visual style for the Plasma desktop"
-HOMEPAGE="https://invent.kde.org/plasma/oxygen";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="wayland"
-
-COMMON_DEPEND="
-   >=kde-frameworks/frameworkintegration-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-plasma/kdecoration-${PVCUT}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libxcb
-   wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
-"
-DEPEND="${COMMON_DEPEND}
-   >=kde-frameworks/kservice-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   !

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

2020-07-07 Thread Andreas Sturmlechner
commit: e52ebaa34c5db5018f0e03a1d1ae7e61fa4a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52ebaa3

kde-plasma/plasma-pa: drop 5.19.2*

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

 kde-plasma/plasma-pa/Manifest|  1 -
 kde-plasma/plasma-pa/plasma-pa-5.19.2.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index ec765634e6d..20df6edf27a 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-pa-5.18.5.tar.xz 105148 BLAKE2B 
19b79ead20bc54d6f1e8f515980590f402c00a3c3e82841c66e8cece4f9bb90e87a7a5bf0c02afaf5e7bbfa3715c418301926120d4cd69d94d4c3dc54b8de0cd
 SHA512 
fff3049d4879e4f6fe428985dd14f91fa6bac8fe2e7c696ee1424d610038f61fd7eda2621bfd2c2643529956f7986b59c9eead1ceb79e1cfb1397fa52b470376
-DIST plasma-pa-5.19.2.tar.xz 107988 BLAKE2B 
495239a07ebbeefdcf8175e79a2de5c3691eb61469c4be5f09503266ae9d27c698c91e886094e35f00082dfee85febff44d7f97328191aad56eefce3e6087c68
 SHA512 
9087d3579e63e1fbd14fa085c59e13ffd108abd99325be2432c81ff1445b8ca6c30270c4cb3bd0f1d28533934446b45294ac30a5129f6633df4c3d680eddc699
 DIST plasma-pa-5.19.3.tar.xz 108064 BLAKE2B 
d554e1b11ce8319d53a749061ef443ab4cc85bfefc67b255fe60a17a884d6f27a182775dc1b5aea885c47afc4530450176961583a9006c3780d205b033b23aac
 SHA512 
e7bf4c9b4d4b3ef4c8fc39b43b61792820cda1e89b0c45d0241b544b0b5076c3d2b7eea69c0f02c3fa8cdf564cb4e8be6f3937e8af9e9bd0f8a29cef1acfe8ab

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.19.2.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.19.2.ebuild
deleted file mode 100644
index 95d2efb031d..000
--- a/kde-plasma/plasma-pa/plasma-pa-5.19.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   dev-libs/glib:2
-   media-libs/libcanberra
-   media-sound/pulseaudio
-"
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   media-libs/libcanberra
-   x11-themes/sound-theme-freedesktop
-"



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

2020-07-07 Thread Andreas Sturmlechner
commit: 49f911900b5588d619b5ae226d2993815a32655f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f91190

kde-plasma/plasma-desktop: drop 5.19.2*

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

 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.19.2.ebuild| 157 -
 2 files changed, 158 deletions(-)

diff --git a/kde-plasma/plasma-desktop/Manifest 
b/kde-plasma/plasma-desktop/Manifest
index bf82c10cd0b..eb9fc3b04ec 100644
--- a/kde-plasma/plasma-desktop/Manifest
+++ b/kde-plasma/plasma-desktop/Manifest
@@ -1,4 +1,3 @@
 DIST plasma-desktop-5.18.5.tar.xz 9412644 BLAKE2B 
cc4ba658e42cf8956f07ef6cdf7e34191d14d922958155ed19a9c5224f6a8dcfc7f1ea0c605066c28eb0d08b714f2f19e321e499bed78055ad2592aa0176d10c
 SHA512 
14f86d1158f976e8f0fbf80fb7f5bea74393febc35592bd95806548883b3bc2e77ee55cc300119275ad322f6b8bcfbed84bb6b78a3a19868ce4695a1fb57a029
-DIST plasma-desktop-5.19.2.tar.xz 9357048 BLAKE2B 
0928465086aa466c2dacbefdc387306c99ab2bc7f3e8ee3047302ebeb18dcf8b52804e2f5c05f54006002fc5cc010adfdff443d17c8b4ddd3ee8d21370a45934
 SHA512 
4ef19056060ec6084a4ee127dc27c6e2cea4d84791053271efa3b58fe97577c9852c5274af51d05f06a81497ac1c02de55a1b3bbfb213f6d4f526858867e9428
 DIST plasma-desktop-5.19.3.tar.xz 9419208 BLAKE2B 
8bcfd8d3374417cbeaad976f462d36db080e437edd364c4820cc945dd4d7ef1deb7106ec6ae4e1e85842ab9b837120dae605cf523f383daba4fcaea7581f4482
 SHA512 
6f5c4e8e33f7cc9871cffe9c52d2f993cee4127d2fa0fe5b46824e2f1a5586ea559747be49cc10734bf44f8bcaedba3f5e47e14dbf69b93ea46fe04e94d77c6e
 DIST plasma-desktop-override-include-dirs-0.tar.xz 7504 BLAKE2B 
781a2f0f7ca5a45b966edfc79012e80c6826262a211d95b725590191a8828e0002fd924a49cc63c12090535077a24f3e719ca3277aac89aba3092e86f73d7f61
 SHA512 
d23dc203b8b645472c9c192a3d73ef9b46c66d9c64df1c90efa05c9968ec125e0a256bc9b654f05a1f22bce4b1d8aad436f581b42d579f4195a44f062fd444bb

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.19.2.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.19.2.ebuild
deleted file mode 100644
index 24d9e43a7c3..000
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.19.2.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma desktop"
-XORGHDRS="${PN}-override-include-dirs-0"
-SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="+fontconfig ibus scim +semantic-desktop"
-
-COMMON_DEPEND="
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/attica-${KFMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kded-${KFMIN}:5
-   >=kde-frameworks/kdelibs4support-${KFMIN}:5
-   >=kde-frameworks/kemoticons-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/pla

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

2020-07-07 Thread Andreas Sturmlechner
commit: b93899e0976ec6ae8417cfc60b7b0ca5ee757359
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93899e0

kde-plasma/plasma-workspace: drop 5.19.2*

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

 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace-5.19.2.ebuild | 221 -
 2 files changed, 222 deletions(-)

diff --git a/kde-plasma/plasma-workspace/Manifest 
b/kde-plasma/plasma-workspace/Manifest
index a03b481ad04..f322cc05ea9 100644
--- a/kde-plasma/plasma-workspace/Manifest
+++ b/kde-plasma/plasma-workspace/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-workspace-5.18.5.tar.xz 5696256 BLAKE2B 
7aaf19ff75eb796bbd687e6c63b9703431ecc567bc52c2c173718d45b3946b22572b3a097f7fb7e9726cedcb98cfbb2f20c580efefa4d9cb9d4f2473abeac636
 SHA512 
870cf89649d9498831f4ef9b21d3c07504b7fc7b09b95dd7e0a1d356b41fbfceed1c4f27aa258bcf1e23cfe915d31701c155325fcd4944f9cc957a287ebc1ee2
-DIST plasma-workspace-5.19.2.tar.xz 5676488 BLAKE2B 
cc7a5a156be2e98a4ddc7e8e80a286844f8438b2d17b79dd5dadd24cb28681b80255bad84c118949a815c47080afab380b81edfc3ba59b43f7b24c916cd62e9d
 SHA512 
1c82ee7e1ea27c37c321487bc7bf109c451b3b966d795c7c3102a21e1bfb75bbd83e0ff2fda76e76ef838af3a054aa81a7aa8f89f789dfc16a234d1db3e03c77
 DIST plasma-workspace-5.19.3.tar.xz 5676896 BLAKE2B 
1ccd0f5be74056ed04eb368958847e9fa4bed92a295db62f6d48f2c0d0750fb3ced1f71c27be0052c0732e8aada7e6a2212cce20da500d5de8a4e8df78c9442a
 SHA512 
c29d3c674d197b25644200c11c602ac5b3ec2289d12e09139a404225c224a4da039db645b42ba0692588bd03c85fa7b11c2ff3c3cd4a07485cdac19a4dca0754

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.19.2.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.19.2.ebuild
deleted file mode 100644
index f7116713959..000
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.19.2.ebuild
+++ /dev/null
@@ -1,221 +0,0 @@
-# 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.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma workspace"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop 
systemd telemetry"
-
-REQUIRED_USE="gps? ( geolocation )"
-
-COMMON_DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5[jpeg]
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kded-${KFMIN}:5
-   >=kde-frameworks/kdelibs4support-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kpeople-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   >=kde-plasma/kwin-${PVCUT}:5
-   >=kde-plasma/libkscreen-${PVCUT}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-   media-libs/phonon[qt5(+)]
-   sys-libs/zlib
-   x11-libs/libICE
-   x11-libs/

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2020-07-07 Thread Andreas Sturmlechner
commit: f114c9fdac5688589b3f5eeaa76b42426a09e94b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f114c9fd

kde-plasma/xdg-desktop-portal-kde: drop 5.19.2*

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

 kde-plasma/xdg-desktop-portal-kde/Manifest |  1 -
 .../xdg-desktop-portal-kde-5.19.2.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest 
b/kde-plasma/xdg-desktop-portal-kde/Manifest
index a289b350a7f..1205aecf91b 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,3 +1,2 @@
 DIST xdg-desktop-portal-kde-5.18.5.tar.xz 65068 BLAKE2B 
0455aafc8e9c0544bbb5df398ca80fa395391d5205e4e1a88a09e0f8bd399bfd5c5d56ef5b2cae8892cd48e4ddaf1c49dd583e04a0157204c646d3833005690f
 SHA512 
2380250e4d159b69a518e6cffc0f9310386683d7d852ac9b5d6c63390ccf95f325197d3a6e27482b17602d0ce7e69bd12262dceaf178ce93a81f7ad6f95d7f6a
-DIST xdg-desktop-portal-kde-5.19.2.tar.xz 76056 BLAKE2B 
6648070c0a84b9438700884c17ebc66c90bc72863838c508b0aea2948b403c399f0559ff1154d3f2083a881928126630a29d3b4ff13319887c7cfa901abb6ae8
 SHA512 
b2ace52ed067aaeb2ccc11b0717823e42f5cc432a191f4eeb53b8bcff390e7d2db6c044b7bb9ce29487643f16d6760ea7c61f8b685fc29007eb4684c335efdf0
 DIST xdg-desktop-portal-kde-5.19.3.tar.xz 76060 BLAKE2B 
da8021cd8499f1f6f18f31a6c91931099113e4204165c13149d3e34cb8c1f2d6850b775a5b56685855aacd5ff2d49da25210105ef4f95f5b558406c2e87b5302
 SHA512 
6fe8d6b62fc4439cdee0ce3ea9d94049c573efeeaa0b778ea35ffdba517002698088bccec9ad0722a0fc2e4a1ad89ed463c2d4f4cc660f1b785702e1c2f3b3f2

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.19.2.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.19.2.ebuild
deleted file mode 100644
index ba4e751100c..000
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.19.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal that is using 
Qt/KDE Frameworks"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="screencast"
-
-COMMON_DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5[cups]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   screencast? (
-   media-libs/libepoxy
-   media-libs/mesa[gbm]
-   media-video/pipewire:=
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/xdg-desktop-portal[screencast?]
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_PIPEWIRE=$(usex screencast)
-   )
-   ecm_src_configure
-}



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

2020-07-07 Thread Andreas Sturmlechner
commit: 0448c4ef7a9444def1efa7c0f7e96c6b83fc90bb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0448c4ef

kde-plasma/libksysguard: drop 5.19.2*

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

 kde-plasma/libksysguard/Manifest   |  1 -
 .../libksysguard/libksysguard-5.19.2-r1.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest
index 0ff842738e1..682b0d36529 100644
--- a/kde-plasma/libksysguard/Manifest
+++ b/kde-plasma/libksysguard/Manifest
@@ -1,3 +1,2 @@
 DIST libksysguard-5.18.5.tar.xz 610320 BLAKE2B 
c644bfa216ae851eb1520b9135add670ecbc4733be7bde27437a876141ca9f37c3531a78c347e7c00149e1d1f287a680954c3e885cfdc0838398626d6ed3d651
 SHA512 
a648d0db1378165188187db9de78f816b1dfe647ce7e7ea2d505bc04c5008d2c24b2a113bc73c4fc4b3ddf467682ea3b306286f4bffa2c750918112892d78fb3
-DIST libksysguard-5.19.2.tar.xz 671616 BLAKE2B 
1cd80a1e565468d34aecafccc21c38da4435de1a2d1b4f209da8007ef1515630d9d2c4c6c4e3ed1e9bf6eaeaf8854c9a1d756eb63f3353001704e6030066c725
 SHA512 
4cd07c08b9bbacbbb9f2accc7aa2708b95846a1b31f30c0879c8753febb80a303c0a8568eb087ab67cf595d56fcfd45d223817efca2218c014fca2055f067ed3
 DIST libksysguard-5.19.3.tar.xz 673540 BLAKE2B 
7f564415da9448b176408814badbe245f78dc47b1c672ffc2cfe3aa10dd9e197ba7647308852fe4c7d53c661cbf84fa8325ab372bfe26dfca87159cde7c85285
 SHA512 
0a5fe1ec7a49ced0dc4ca487b43fb7573016ac117dcff746767f96178b88184111979dd9a46c7f0af6929a6ac23c18fb1ce27e5fa5f2947bd9c0f04501764384

diff --git a/kde-plasma/libksysguard/libksysguard-5.19.2-r1.ebuild 
b/kde-plasma/libksysguard/libksysguard-5.19.2-r1.ebuild
deleted file mode 100644
index e20e1a9510b..000
--- a/kde-plasma/libksysguard/libksysguard-5.19.2-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Task management and system monitoring library"
-LICENSE="LGPL-2+"
-SLOT="5/9"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="webengine X"
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   sys-libs/zlib
-   webengine? (
-   >=dev-qt/qtwebchannel-${QTMIN}:5
-   >=dev-qt/qtwebengine-${QTMIN}:5
-   )
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libX11
-   x11-libs/libXres
-   )
-"
-DEPEND="${RDEPEND}
-   !=kde-frameworks/kiconthemes-${KFMIN}:5
-   X? ( x11-base/xorg-proto )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-5.16.0-no-detailed-mem-message.patch"
-   "${FILESDIR}/${PN}-5.18.90-unused-dep.patch"
-)
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package webengine Qt5WebChannel)
-   $(cmake_use_find_package webengine Qt5WebEngineWidgets)
-   $(cmake_use_find_package X X11)
-   )
-
-   ecm_src_configure
-}
-
-src_test() {
-   LC_NUMERIC="C" ecm_src_test # bug 695514
-}



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

2020-07-07 Thread Andreas Sturmlechner
commit: 0419a7f5277f5cb6914d98e3dfc7c4e6d1aea197
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:55:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 21:30:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0419a7f5

kde-plasma/plasma-thunderbolt: drop 5.19.2*

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

 kde-plasma/plasma-thunderbolt/Manifest |  1 -
 .../plasma-thunderbolt-5.19.2.ebuild   | 36 --
 2 files changed, 37 deletions(-)

diff --git a/kde-plasma/plasma-thunderbolt/Manifest 
b/kde-plasma/plasma-thunderbolt/Manifest
index 0a8706e45c4..d8d57a9df68 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-thunderbolt-5.18.5.tar.xz 51248 BLAKE2B 
e87339f2d81bfcfb60e02284e1e57aa17b1a01844cd4e0157b3b10b1bee4d4de5b02378b15c750977350a768f2c5c2f01e629405c358afcbad0765d1c7943598
 SHA512 
4768a69abc474b9daa2c3f880ef12829ce4804a44b4502b31e083802a5ba4406ac52001fb397415958cd52d7f76aa7dc54f8945665957a8a5557ca93e345ff76
-DIST plasma-thunderbolt-5.19.2.tar.xz 51292 BLAKE2B 
0d4977df1b59e02bbc2e77d8c26adf36e16d396fc7b2f007f422aaba56e36a4caf8231e0eaba4d49b69b8bdcbf45e111488222625699e8713f2ece271894e4c5
 SHA512 
451b581739eb0fda2e4809bdd4e4d1045c532996f52e9367a82c0b4f606096f3c5b8647a0769198757873646a3f7c83b5167f608a7e198bfee3777206b2d33f5
 DIST plasma-thunderbolt-5.19.3.tar.xz 51280 BLAKE2B 
4e8fe406a2943cc034252e28beacc256c1e130a4af349d1a01e8d7978f41253947de3f890fa8b71f5dadf4934dae23eec330e01da4a55987f1e0860bd9ed2b40
 SHA512 
43e4d1e82c287a4cb8fc12464d5010702fb75a491a7661d5351ca6ea8c457ee976903853addb3750f925e36c95fd079bd2ec64ce27fdd6ffd949730bafa1d049

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.2.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.2.ebuild
deleted file mode 100644
index c182c181926..000
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt";
-
-LICENSE="|| ( GPL-2 GPL-3+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   sys-apps/bolt
-"
-
-# tests require DBus
-RESTRICT+=" test"



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

2020-07-07 Thread Michał Górny
commit: 665fbf2cd66af8a686dfe59c4ef60b1836236b8c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 21:06:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 21:07:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665fbf2c

dev-python/python-docs: Remove old

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

 dev-python/python-docs/Manifest |  1 -
 dev-python/python-docs/python-docs-3.7.6.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest
index cee49ba9d19..bb2110c7c04 100644
--- a/dev-python/python-docs/Manifest
+++ b/dev-python/python-docs/Manifest
@@ -2,7 +2,6 @@ DIST python-2.7.17-docs-html.tar.bz2 4605137 BLAKE2B 
40d67a1443fd8df792e6721354e
 DIST python-2.7.18-docs-html.tar.bz2 4634932 BLAKE2B 
c48e2dede15d8186231acf65709641e0844c42e924262d6ee21a55e515aaf4d023bf394681bab780ab83998de9f409685e2d5870506810432145acc6422eff9d
 SHA512 
db39390577ec86f13c9b6b57c01cba36fe9fd89092a773dc94f1a6a19d912759d097c4d80e765d3657b572abc731c1da9e7b4cd4c38065cd444606b906744abe
 DIST python-3.6.10-docs-html.tar.bz2 5994263 BLAKE2B 
5491942b7b19af3a880dabd146cdc5c1fdab583eab8cec38554c92afc824dd8d011553cfad957fb68abcea102f41436f25a716a28356ed7f18e6f70337d2734b
 SHA512 
67a0e7973da0314031d9a8993cef4947b8bcab86c2c557364a3acebcc9047529acf22a26f16a26d3126489bc813d6bb7bf39d3e283c490bad434f215af92f754
 DIST python-3.6.11-docs-html.tar.bz2 6012332 BLAKE2B 
9daa262be400912c82382dd8e878dd2a21430e99f15bec50386c421a2cc1be44f827cceb37c45c819ab849db5a44372d9b1f508fed1c8c4e884558cbd97ff8c6
 SHA512 
e98745e0f27c466f93d1d0a8883d9285c56c7b7a27915bc2fcc71f44cb10feebcaa5d3e07b8fce478cf64f11b0863182a1df25307ee383bcf0db0b6cd518035d
-DIST python-3.7.6-docs-html.tar.bz2 6248802 BLAKE2B 
b2baff27bf3fc61ebe521b5bf621c265a50336d63ec8c2e14f8f2fa75b552fa4f959b3448ed39ebf18bece46cdc14f8a7a62cae3fcdd4f44e3db09489807bf4f
 SHA512 
52657627dfe088184afbc0827731cf919884f21ae483c934a84e1e93bd1b03fe7b948da8ea8dfc1ba80e0557504d14eab729d22b723ba34731e1b866a253
 DIST python-3.7.7-docs-html.tar.bz2 6259882 BLAKE2B 
5ff9dbbf0941385453283a47df2bc7ee085c3c8dd0c2fc0f2b98af766ec31b1f1d1c04586a26f978287ff575641c1710b373a0093fe1b928cd73362e7e30630c
 SHA512 
5a556a0c8dd739c16d7b6105e11ef62adaa939bd784d4f5fa0df26555c7d1908c09626c091dc0bf2d892624274646573c9fde5a5b218adf770bcf7c097976a06
 DIST python-3.7.8-docs-html.tar.bz2 6283763 BLAKE2B 
617feba1f9a751fe98f124e572339cbad96abccc0c0c00339331edf52596f47dc73c13b8fcfae4343ea5515ecbf59c697b0611358ff3788e380695b2bb9e5a20
 SHA512 
8aaf57b0a539d98a7158ffeed03b4c631ca45e34bfc9000547b4372ecd397e79a652f297674d3af631c696d80272aedec3930f4a01b584e17c3e41e9f933e16c
 DIST python-3.8.2-docs-html.tar.bz2 6536475 BLAKE2B 
f807caa25596aebd8fb441366f7986db0525b9262da906700f167b997795035daa1fe80b8b5ffdfb6c4fa9b552fd55c8546af110e3686a19c855966c58170b4a
 SHA512 
1453770abba67b147a9a8911de3f31972beeea3b7249b1009944635e30e8b4143f1ceaee447dc9f14d85bd09bc67671b922e3e931b8e1279b46ab10ab5c91091

diff --git a/dev-python/python-docs/python-docs-3.7.6.ebuild 
b/dev-python/python-docs/python-docs-3.7.6.ebuild
deleted file mode 100644
index 2804f868635..000
--- a/dev-python/python-docs/python-docs-3.7.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="HTML documentation for Python"
-HOMEPAGE="https://www.python.org/doc/";
-SRC_URI="https://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2";
-S="${WORKDIR}/python-${PV}-docs-html"
-
-LICENSE="PSF-2"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-
-src_install() {
-   rm -r _sources || die
-   docinto html
-   dodoc -r .
-
-   newenvd - 60python-docs-${SLOT} <<-EOF
-   
PYTHONDOCS_${SLOT//./_}="${EPREFIX}/usr/share/doc/${PF}/html/library"
-   EOF
-}



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

2020-07-07 Thread Michał Górny
commit: 4721f288d594b3f2aeb49e91afcc3c17ef8f7308
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 21:06:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 21:07:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4721f288

dev-python/python-docs: Mass bump to match dev-lang/python

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

 dev-python/python-docs/Manifest  |  4 
 dev-python/python-docs/python-docs-2.7.18.ebuild | 23 +++
 dev-python/python-docs/python-docs-3.6.11.ebuild | 23 +++
 dev-python/python-docs/python-docs-3.7.8.ebuild  | 23 +++
 dev-python/python-docs/python-docs-3.8.3.ebuild  | 23 +++
 5 files changed, 96 insertions(+)

diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest
index e6ceb768c70..cee49ba9d19 100644
--- a/dev-python/python-docs/Manifest
+++ b/dev-python/python-docs/Manifest
@@ -1,5 +1,9 @@
 DIST python-2.7.17-docs-html.tar.bz2 4605137 BLAKE2B 
40d67a1443fd8df792e6721354efd62116352980e9353f7d334d4f8f1fba64ed7fd87b011cf1ebf47822607bb0ae970d47246bb83370cc922a51a85fd433357e
 SHA512 
e0f1b2c75297dfb7b0b8913423db0d6ee9fde171b346831244fae5a783c2f834ef49dd137d835d4f052bb65a5962e051835b298271ad679dcf19b1d9118d968b
+DIST python-2.7.18-docs-html.tar.bz2 4634932 BLAKE2B 
c48e2dede15d8186231acf65709641e0844c42e924262d6ee21a55e515aaf4d023bf394681bab780ab83998de9f409685e2d5870506810432145acc6422eff9d
 SHA512 
db39390577ec86f13c9b6b57c01cba36fe9fd89092a773dc94f1a6a19d912759d097c4d80e765d3657b572abc731c1da9e7b4cd4c38065cd444606b906744abe
 DIST python-3.6.10-docs-html.tar.bz2 5994263 BLAKE2B 
5491942b7b19af3a880dabd146cdc5c1fdab583eab8cec38554c92afc824dd8d011553cfad957fb68abcea102f41436f25a716a28356ed7f18e6f70337d2734b
 SHA512 
67a0e7973da0314031d9a8993cef4947b8bcab86c2c557364a3acebcc9047529acf22a26f16a26d3126489bc813d6bb7bf39d3e283c490bad434f215af92f754
+DIST python-3.6.11-docs-html.tar.bz2 6012332 BLAKE2B 
9daa262be400912c82382dd8e878dd2a21430e99f15bec50386c421a2cc1be44f827cceb37c45c819ab849db5a44372d9b1f508fed1c8c4e884558cbd97ff8c6
 SHA512 
e98745e0f27c466f93d1d0a8883d9285c56c7b7a27915bc2fcc71f44cb10feebcaa5d3e07b8fce478cf64f11b0863182a1df25307ee383bcf0db0b6cd518035d
 DIST python-3.7.6-docs-html.tar.bz2 6248802 BLAKE2B 
b2baff27bf3fc61ebe521b5bf621c265a50336d63ec8c2e14f8f2fa75b552fa4f959b3448ed39ebf18bece46cdc14f8a7a62cae3fcdd4f44e3db09489807bf4f
 SHA512 
52657627dfe088184afbc0827731cf919884f21ae483c934a84e1e93bd1b03fe7b948da8ea8dfc1ba80e0557504d14eab729d22b723ba34731e1b866a253
 DIST python-3.7.7-docs-html.tar.bz2 6259882 BLAKE2B 
5ff9dbbf0941385453283a47df2bc7ee085c3c8dd0c2fc0f2b98af766ec31b1f1d1c04586a26f978287ff575641c1710b373a0093fe1b928cd73362e7e30630c
 SHA512 
5a556a0c8dd739c16d7b6105e11ef62adaa939bd784d4f5fa0df26555c7d1908c09626c091dc0bf2d892624274646573c9fde5a5b218adf770bcf7c097976a06
+DIST python-3.7.8-docs-html.tar.bz2 6283763 BLAKE2B 
617feba1f9a751fe98f124e572339cbad96abccc0c0c00339331edf52596f47dc73c13b8fcfae4343ea5515ecbf59c697b0611358ff3788e380695b2bb9e5a20
 SHA512 
8aaf57b0a539d98a7158ffeed03b4c631ca45e34bfc9000547b4372ecd397e79a652f297674d3af631c696d80272aedec3930f4a01b584e17c3e41e9f933e16c
 DIST python-3.8.2-docs-html.tar.bz2 6536475 BLAKE2B 
f807caa25596aebd8fb441366f7986db0525b9262da906700f167b997795035daa1fe80b8b5ffdfb6c4fa9b552fd55c8546af110e3686a19c855966c58170b4a
 SHA512 
1453770abba67b147a9a8911de3f31972beeea3b7249b1009944635e30e8b4143f1ceaee447dc9f14d85bd09bc67671b922e3e931b8e1279b46ab10ab5c91091
+DIST python-3.8.3-docs-html.tar.bz2 6556303 BLAKE2B 
aa5d29680dc274af33346b2651ae0d0a820eaa38b2571d210991a35f0db35b2fd155ff57cfbf9ab1cdace129ac6c3acb0abf40787c79987788c14fe4f8891a98
 SHA512 
5aad0ec599ac4ee478baac91c0ac38d7ac44bb8979bac9263aaafb515103420e0bb8ca4a20b8b915661d1804fc0ad02aa9cfbf00d60a5184df27b0a082109614

diff --git a/dev-python/python-docs/python-docs-2.7.18.ebuild 
b/dev-python/python-docs/python-docs-2.7.18.ebuild
new file mode 100644
index 000..2804f868635
--- /dev/null
+++ b/dev-python/python-docs/python-docs-2.7.18.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="HTML documentation for Python"
+HOMEPAGE="https://www.python.org/doc/";
+SRC_URI="https://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2";
+S="${WORKDIR}/python-${PV}-docs-html"
+
+LICENSE="PSF-2"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
+
+src_install() {
+   rm -r _sources || die
+   docinto html
+   dodoc -r .
+
+   newenvd - 60python-docs-${SLOT} <<-EOF
+   
PYTHONDOCS_${SLOT//./_}="${EPREFIX}/usr/share/doc/${PF}/html/library"
+   EOF
+}

diff --git a/dev-python/python-docs/python-docs-3.6.11.ebuild 
b/dev-python/python-docs/python-docs-3.6.11.ebuild
new file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/

2020-07-07 Thread Sergei Trofimovich
commit: 5c752e02392e222cc91fe7b2bed84d5b84c2af2b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  7 21:00:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  7 21:00:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c752e02

media-video/ffmpeg: keyworded 4.3-r1 for ia64

keyworded wrt bug #728558

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-video/ffmpeg/ffmpeg-4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-4.3-r1.ebuild 
b/media-video/ffmpeg/ffmpeg-4.3-r1.ebuild
index b9d664fa10c..389e7e6dc8c 100644
--- a/media-video/ffmpeg/ffmpeg-4.3-r1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.3-r1.ebuild
@@ -59,7 +59,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~arm64 ~mips ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~amd64 ~arm64 ~ia64 ~mips ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2020-07-07 Thread Brian Evans
commit: a0aa7a43183665a82c8bd6dff23b0ee8f719c372
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul  7 20:40:12 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul  7 20:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0aa7a43

sys-apps/ack: Version bump for 3.4.0

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

 sys-apps/ack/Manifest |  1 +
 sys-apps/ack/ack-3.4.0.ebuild | 29 +
 sys-apps/ack/metadata.xml |  1 +
 3 files changed, 31 insertions(+)

diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest
index b4bc34b2530..2f82db886a1 100644
--- a/sys-apps/ack/Manifest
+++ b/sys-apps/ack/Manifest
@@ -1,3 +1,4 @@
 DIST ack-v3.0.0.tar.gz 238646 BLAKE2B 
679cf84c7dffd6f1ec3881de465cbdbebf9ec8958a6e36c5265d11492d84990a67b34af0e42041280b9a9ab6c57d951a2c73ba5b6fe07c9ac8774bac445c10fd
 SHA512 
2bf4e9719d8a5ec56c9d31acbcff647aece7b52ff7ffaacbfec56e59e30efb9ca7397fa379e13a9113a27abe47053261b9adb641b995d3e8579d459c0483fb45
 DIST ack-v3.2.0.tar.gz 246140 BLAKE2B 
ac729ba6b1c7f0b720ddd076498452660f7f50ba7f866f908717d19c2ef985858d63dad96a2acd5c93d0a991a1870bec895da3dc64b974bc11c5f74b9245332a
 SHA512 
3604a8ad6a79c63fdd65721fc790db09f345f66b81e5272fa073cb53b7964b576ba3638e1f358d8e0c28c38acd0d9a0362f2666ece9abe374cf6355b752a0f69
 DIST ack-v3.3.1.tar.gz 250024 BLAKE2B 
3cf4882929afb05ea592a7e964a06745bef58303d5bc1c66e65ca3eb7d21fccc7fe285b142fe9518cfd9eb5c37bc32dfbec113df775b84de4f55b12864a4ba9e
 SHA512 
7f0a5cc55b331f69877d186699e2fab64a196b0ea0fd148699b7be5f9a7bb2850ecf9e45dc026325af8407a37f719faf3f3e314c43e48d575b3685087461addd
+DIST ack-v3.4.0.tar.gz 251106 BLAKE2B 
192d1e851ef5bd3547e21fe49cf276180eb278af783209046c02e4a1ae1471c7b24aaf6825223aad96dedea9fd266576a2021dcb808b0e229312e8237e2f7afd
 SHA512 
cc8de5a784f63a8f48b9548e930972578866d0fcc520febc6002d1ce4f9b55aabb0c8e87860586a668d94b5091c66194c05a07c584fe30fad2c5d786aee95db5

diff --git a/sys-apps/ack/ack-3.4.0.ebuild b/sys-apps/ack/ack-3.4.0.ebuild
new file mode 100644
index 000..0df2c490211
--- /dev/null
+++ b/sys-apps/ack/ack-3.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=PETDANCE
+DIST_VERSION="v${PV}"
+inherit perl-module
+
+DESCRIPTION="ack is a tool like grep, optimized for programmers"
+HOMEPAGE="https://beyondgrep.com";
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-perl/File-Next-1.180.0"
+DEPEND="${RDEPEND}
+   test? ( dev-perl/IO-Tty )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.3.0-gentoo.patch )
+
+src_test() {
+   # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
+   # which enables interactive tests that need to read from stdin. If 
IO-Tty
+   # is not installed the related tests are skipped.
+   MAKEOPTS+=" -j1" perl-module_src_test
+}

diff --git a/sys-apps/ack/metadata.xml b/sys-apps/ack/metadata.xml
index 1dc39059f19..0cfba749742 100644
--- a/sys-apps/ack/metadata.xml
+++ b/sys-apps/ack/metadata.xml
@@ -9,6 +9,7 @@
p...@gentoo.org
Gentoo Perl Project

+   

ack
App::Ack



[gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/

2020-07-07 Thread Brian Evans
commit: e4d791c7d986f6793f98d1b33cf1f69e34ee9ba9
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul  7 20:34:48 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul  7 20:40:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d791c7

dev-db/mycli: Revbump for install locations and dependency fix

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

 dev-db/mycli/{mycli-1.21.1.ebuild => mycli-1.21.1-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mycli/mycli-1.21.1.ebuild 
b/dev-db/mycli/mycli-1.21.1-r1.ebuild
similarity index 92%
rename from dev-db/mycli/mycli-1.21.1.ebuild
rename to dev-db/mycli/mycli-1.21.1-r1.ebuild
index ab785d36904..87d1424f662 100644
--- a/dev-db/mycli/mycli-1.21.1.ebuild
+++ b/dev-db/mycli/mycli-1.21.1-r1.ebuild
@@ -22,8 +22,8 @@ RDEPEND="$(python_gen_cond_dep '
>=dev-python/click-7.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/configobj-5.0.6[${PYTHON_MULTI_USEDEP}]
>=dev-python/cryptography-1.0.0[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/prompt_toolkit-3.0.0[${PYTHON_MULTI_USEDEP}]
-   =dev-python/prompt_toolkit-2.0.6[${PYTHON_MULTI_USEDEP}]
+   =dev-python/pygments-2.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/pymysql-0.9.2[${PYTHON_MULTI_USEDEP}]
>=dev-python/sqlparse-0.3.0[${PYTHON_MULTI_USEDEP}]



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

2020-07-07 Thread Andreas Sturmlechner
commit: fd84408b22de5409e78483092a6342cc14f4d11a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:33:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 20:33:16 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd84408b

kde-plasma/kdeplasma-addons: Add IUSE=comic

Making kde-frameworks/kross optional.

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

 .../kdeplasma-addons-5.19.3-kross-optional.patch   | 65 ++
 .../kdeplasma-addons-5.19.49..ebuild   |  7 ++-
 .../kdeplasma-addons/kdeplasma-addons-.ebuild  |  7 ++-
 kde-plasma/kdeplasma-addons/metadata.xml   |  1 +
 4 files changed, 76 insertions(+), 4 deletions(-)

diff --git 
a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.19.3-kross-optional.patch
 
b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.19.3-kross-optional.patch
new file mode 100644
index 00..485acd542a
--- /dev/null
+++ 
b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.19.3-kross-optional.patch
@@ -0,0 +1,65 @@
+From bbaaa3e2eac712887780c0849f955889e64ff358 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Tue, 7 Jul 2020 22:22:13 +0200
+Subject: [PATCH] Make KF5Kross optional, it is only used for comic applet
+
+---
+ CMakeLists.txt | 7 ++-
+ applets/CMakeLists.txt | 4 +++-
+ dataengines/CMakeLists.txt | 4 +++-
+ 3 files changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9c4697a52..e5d14bc8c 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -48,7 +48,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+ IconThemes
+ KIO
+ KCMUtils
+-Kross
+ Notifications
+ Plasma
+ Runner
+@@ -59,6 +58,12 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+ NewStuff
+ )
+ 
++find_package(KF5Kross CONFIG QUIET)
++set_package_properties(KF5Kross PROPERTIES
++PURPOSE "Needed for Comic applet"
++TYPE OPTIONAL
++)
++
+ find_package(KF5Purpose CONFIG QUIET)
+ set_package_properties(KF5Purpose PROPERTIES
+ DESCRIPTION "Framework for cross-application services and actions"
+diff --git a/applets/CMakeLists.txt b/applets/CMakeLists.txt
+index 93b637b1b..6af5ffc67 100644
+--- a/applets/CMakeLists.txt
 b/applets/CMakeLists.txt
+@@ -6,7 +6,9 @@ plasma_install_package(keyboardindicator 
org.kde.plasma.keyboardindicator)
+ add_subdirectory(binary-clock)
+ add_subdirectory(calculator)
+ add_subdirectory(colorpicker)
+-add_subdirectory(comic)
++if(KF5Kross_FOUND)
++add_subdirectory(comic)
++endif()
+ add_subdirectory(dict)
+ if(NOT WIN32)
+ # uses the command line tool 'quota', does not make sense on Windows
+diff --git a/dataengines/CMakeLists.txt b/dataengines/CMakeLists.txt
+index 8d91dd84f..38f715b11 100644
+--- a/dataengines/CMakeLists.txt
 b/dataengines/CMakeLists.txt
+@@ -1,3 +1,5 @@
+- add_subdirectory(comic)
++if(KF5Kross_FOUND)
++add_subdirectory(comic)
++endif()
+ add_subdirectory(potd)
+ add_subdirectory(konsoleprofiles)
+-- 
+2.27.0
+

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild 
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild
index 76a63ed539..c6426888e0 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Extra Plasma applets and engines"
 LICENSE="GPL-2 LGPL-2"
 SLOT="5"
 KEYWORDS=""
-IUSE="share webengine"
+IUSE="+comic share webengine"
 
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -35,7 +35,6 @@ DEPEND="
>=kde-frameworks/knewstuff-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kross-${KFMIN}:5
>=kde-frameworks/krunner-${KFMIN}:5
>=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/kunitconversion-${KFMIN}:5
@@ -44,6 +43,7 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5
+   comic? ( >=kde-frameworks/kross-${KFMIN}:5 )
share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
 "
@@ -53,8 +53,11 @@ RDEPEND="${DEPEND}
>=kde-plasma/plasma-workspace-${PVCUT}:5
 "
 
+PATCHES=( "${FILESDIR}/${PN}-5.19.3-kross-optional.patch" )
+
 src_configure() {
local mycmakeargs=(
+   $(cmake_use_find_package comic KF5Kross)
$(cmake_use_find_package share KF5Purpose)
$(cmake_use_find_package webengine Qt5WebEngine)
)

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild 
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
index 3593e826a1..fb32f6b2c7 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
+++ b/kde-plasm

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

2020-07-07 Thread Andreas Sturmlechner
commit: 805deb05644621422a090ab99ba8a723a5dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  7 20:36:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  7 20:36:47 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=805deb05

kde-plasma/kdeplasma-addons: Add elog message about quota applet

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

 kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild | 9 +
 kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild | 9 +
 2 files changed, 18 insertions(+)

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild 
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild
index c6426888e0..6ed279cd69 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.19.49..ebuild
@@ -64,3 +64,12 @@ src_configure() {
 
ecm_src_configure
 }
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   has_version sys-fs/quota || \
+   elog "For using disk quota applet, install 
sys-fs/quota."
+   fi
+}

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild 
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
index fb32f6b2c7..0e2cedc328 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
@@ -66,3 +66,12 @@ src_configure() {
 
ecm_src_configure
 }
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   has_version sys-fs/quota || \
+   elog "For using disk quota applet, install 
sys-fs/quota."
+   fi
+}



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

2020-07-07 Thread Zac Medico
commit: 0b391cd238dd5db84268d3002a56154a10e9e32a
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Tue Jul  7 09:31:36 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jul  7 20:12:59 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=0b391cd2

man/ebuild.5: Fix $P and $PN example

Both variables do *not* include the package's category. So $PN,
instead of

x11-base/xorg-server

returns

xorg-server

Same goes for $P.

This commit fixes the error which was introduced by
84b9b5c2a ("man/ebuild.5: Improvements to the ebuild(5) man page").

Bug: https://bugs.gentoo.org/731246
Closes: https://github.com/gentoo/portage/pull/567
Signed-off-by: Florian Schmaus  geekplace.eu>
Signed-off-by: Zac Medico  gentoo.org>

 man/ebuild.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/ebuild.5 b/man/ebuild.5
index e955907f7..1afa59eef 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -342,7 +342,7 @@ This variable must NEVER be modified.
 
 \fBExample\fR:
 .nf
-   x11\-base/xorg\-server\-1.20.5\-r2 \-\-> 
'\fIx11\-base/xorg\-server\-1.20.5\fR'
+   x11\-base/xorg\-server\-1.20.5\-r2 \-\-> '\fIxorg\-server\-1.20.5\fR'
 .fi
 .TP
 .B PN
@@ -350,7 +350,7 @@ Contains the name of the script without the version number.
 
 \fBExample\fR:
 .nf
-   x11\-base/xorg\-server\-1.20.5\-r2 \-\-> '\fIx11\-base/xorg\-server\fR'
+   x11\-base/xorg\-server\-1.20.5\-r2 \-\-> '\fIxorg\-server\fR'
 .fi
 .TP
 .B PV



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

2020-07-07 Thread Michał Górny
commit: 2ebe46b5ec65c7bb55d9bf0fcf5be20f12a9ef46
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 20:11:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:13:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebe46b5

dev-python/parver: Stabilize 0.3 amd64, #722562

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

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

diff --git a/dev-python/parver/parver-0.3.ebuild 
b/dev-python/parver/parver-0.3.ebuild
index d2af95d88e8..cfc1b81b58b 100644
--- a/dev-python/parver/parver-0.3.ebuild
+++ b/dev-python/parver/parver-0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/RazerM/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/arpeggio-1.7[${PYTHON_USEDEP}]



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

2020-07-07 Thread Michał Górny
commit: 6f0b86318dbdfc6a7feb94086efb4e43bdcabc00
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 20:11:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:13:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0b8631

dev-python/arpeggio: Stabilize 1.9.2 amd64, #722562

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

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

diff --git a/dev-python/arpeggio/arpeggio-1.9.2.ebuild 
b/dev-python/arpeggio/arpeggio-1.9.2.ebuild
index e2b49275b80..f289ad23f90 100644
--- a/dev-python/arpeggio/arpeggio-1.9.2.ebuild
+++ b/dev-python/arpeggio/arpeggio-1.9.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/igordejanovic/${MY_PN}/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/

2020-07-07 Thread Matthew Thode
commit: 7cb1d7fba72e482c7aae625dc63606e6c6c3a3d8
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jul  7 20:03:45 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jul  7 20:03:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb1d7fb

gui-libs/xdg-desktop-portal-wlr: drop fcaps

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

 gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-.ebuild 
b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-.ebuild
index 8ecda98e9ad..ee6f4d83366 100644
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-.ebuild
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit fcaps meson
+inherit meson
 
 DESCRIPTION="xdg-desktop-portal backend for wlroots"
 HOMEPAGE="https://github.com/emersion/xdg-desktop-portal-wlr";



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

2020-07-07 Thread Michał Górny
commit: 6f245531ad2ae4e72c3aff8546fd753a85e303f3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f245531

dev-python/ipykernel: Stabilize 5.3.0 amd64, #715070

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

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

diff --git a/dev-python/ipykernel/ipykernel-5.3.0.ebuild 
b/dev-python/ipykernel/ipykernel-5.3.0.ebuild
index 5504b53c596..0fc0e4a0f03 100644
--- a/dev-python/ipykernel/ipykernel-5.3.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-5.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-07 Thread Michał Górny
commit: dade1d7f38c8f07a68519dc1fb333b23529fd741
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dade1d7f

dev-python/jupyter_core: Stabilize 4.6.3 amd64, #715070

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

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

diff --git a/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild
index 0891fa649da..89e88b63773 100644
--- a/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-07-07 Thread Michał Górny
commit: 4dd96053cacbc444882f1860e22939ccdb55879d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd96053

dev-python/ipywidgets: Stabilize 7.5.1 amd64, #715070

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

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

diff --git a/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild 
b/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild
index 39238752969..322e5589332 100644
--- a/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]



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

2020-07-07 Thread Michał Górny
commit: 0930230c8d27f9e41e8dc54fe726ac699135a1cb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0930230c

dev-python/ipyparallel: Stabilize 6.3.0 amd64, #715070

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

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

diff --git a/dev-python/ipyparallel/ipyparallel-6.3.0.ebuild 
b/dev-python/ipyparallel/ipyparallel-6.3.0.ebuild
index e567a97df1c..dbac3af1a3f 100644
--- a/dev-python/ipyparallel/ipyparallel-6.3.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-6.3.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-07-07 Thread Michał Górny
commit: 11eec3d07caca88b7e81f31c1f76486aff8e56b1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 16:12:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11eec3d0

sys-libs/libcxx: Bump to 10.0.1-rc3

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

 sys-libs/libcxx/Manifest |   1 +
 sys-libs/libcxx/libcxx-10.0.1_rc3.ebuild | 197 +++
 2 files changed, 198 insertions(+)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index ad0fa22..b28e6a02bff 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -2,4 +2,5 @@ DIST libcxx-8.0.1.src.tar.xz 1739524 BLAKE2B 
6e641cb6bda0de12c8408d3ab33f627389a
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1-rc1.tar.gz 120834583 BLAKE2B 
64244ebcb6f2c171c9f606e5eb0adff2794f06c9312a0ca627fb79c107c0c898ac242cf4e92523c3265fa717322601d7e3f4d178515fac95d03ee92312082b06
 SHA512 
f877f66046969a4055b166ad50ef876a9c8ecaf03e2cdd7c8e1a3348eb5f5180f222fa457b1f090a6660282a0d9f7a1d39cf09a04abe0dde0a6e1e10ccf15597
 DIST llvmorg-10.0.1-rc2.tar.gz 120883192 BLAKE2B 
d48f4ccb33691cd4997576a6d20b298455687515164f7d8dfa11ec32e197b58132c6bd549c1214c3b36982ef85e1018d4101e7afecee8d2ab67ad15d68c681bf
 SHA512 
8e363d379a73e38ef570fb03d8243a21f37a48ef579a0f08118af4dac48060c0dc24e2bd8175f04241fa424e49b6c85723d2d3552bbe30dd165fe5fb43493325
+DIST llvmorg-10.0.1-rc3.tar.gz 120876192 BLAKE2B 
c48c7e00b37adaab411a34196b87eb630a997ce56bcc33350a698d6d8e24877844b037735ec44abf80ac4c0a4d5a8682745afce4c44cb806bbe9e2a74d875da1
 SHA512 
ccb6a5bff336924381def11cdfa9c676351461e293b6250b15c1c6cd7694b99beb3e2f3834e8321a28586da091492cbde689213eb4108c9dbe86724e1ee66949
 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B 
b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f
 SHA512 
fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59

diff --git a/sys-libs/libcxx/libcxx-10.0.1_rc3.ebuild 
b/sys-libs/libcxx/libcxx-10.0.1_rc3.ebuild
new file mode 100644
index 000..f96a537e354
--- /dev/null
+++ b/sys-libs/libcxx/libcxx-10.0.1_rc3.ebuild
@@ -0,0 +1,197 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+PYTHON_COMPAT=( python3_{6..9} )
+inherit cmake-multilib llvm llvm.org python-any-r1 toolchain-funcs
+
+DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
+HOMEPAGE="https://libcxx.llvm.org/";
+LLVM_COMPONENTS=( libcxx )
+llvm.org_set_globals
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0"
+KEYWORDS=""
+IUSE="elibc_glibc elibc_musl +libcxxabi +libunwind +static-libs test"
+REQUIRED_USE="libunwind? ( libcxxabi )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   libcxxabi? ( 
~sys-libs/libcxxabi-${PV}[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
+   !libcxxabi? ( >=sys-devel/gcc-4.7:=[cxx] )"
+# llvm-6 for new lit options
+# clang-3.9.0 installs necessary target symlinks unconditionally
+# which removes the need for MULTILIB_USEDEP
+DEPEND="${RDEPEND}
+   >=sys-devel/llvm-6"
+BDEPEND="
+   test? ( >=sys-devel/clang-3.9.0
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
+
+DOCS=( CREDITS.TXT )
+
+python_check_deps() {
+   has_version "dev-python/lit[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   llvm_pkg_setup
+   use test && python-any-r1_pkg_setup
+
+   if ! use libcxxabi && ! tc-is-gcc ; then
+   eerror "To build ${PN} against libsupc++, you have to use gcc. 
Other"
+   eerror "compilers are not supported. Please set CC=gcc and 
CXX=g++"
+   eerror "and try again."
+   die
+   fi
+}
+
+src_prepare() {
+   # Add link flag "-Wl,-z,defs" to avoid underlinking; this is needed in a
+   # out-of-tree build.
+   eapply "${FILESDIR}/${PN}-3.9-cmake-link-flags.patch"
+
+   llvm.org_src_prepare
+}
+
+test_compiler() {
+   $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} "${@}" -o /dev/null -x c++ - \
+   <<<'int main() { return 0; }' &>/dev/null
+}
+
+src_configure() {
+   # note: we need to do this before multilib kicks in since it will
+   # alter the CHOST
+   local cxxabi cxxabi_incs
+   if use libcxxabi; then
+   cxxabi=libcxxabi
+   cxxabi_incs="${EPREFIX}/usr/include/libcxxabi"
+   else
+   local 
gcc_inc="${EPREFIX}/usr/lib/gcc/${CHOST}/$(gcc-fullversion)/include/g++-v$(gcc-major-ve

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

2020-07-07 Thread Michał Górny
commit: 2db89ecd7d8e2010e62c54e3f266f19be42f620a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db89ecd

dev-python/nbformat: Stabilize 5.0.7 amd64, #715070

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

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

diff --git a/dev-python/nbformat/nbformat-5.0.7.ebuild 
b/dev-python/nbformat/nbformat-5.0.7.ebuild
index 23f19a3586f..12cbc903259 100644
--- a/dev-python/nbformat/nbformat-5.0.7.ebuild
+++ b/dev-python/nbformat/nbformat-5.0.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]



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

2020-07-07 Thread Michał Górny
commit: 820a170368d5d44fd6d54495a359029794ec2a70
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:14:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820a1703

dev-python/QtPy: Add transitive USE=printsupport

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

 dev-python/QtPy/QtPy-1.9.0-r2.ebuild | 4 ++--
 dev-python/QtPy/metadata.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/QtPy/QtPy-1.9.0-r2.ebuild 
b/dev-python/QtPy/QtPy-1.9.0-r2.ebuild
index ea4bf286622..8b053ca3c20 100644
--- a/dev-python/QtPy/QtPy-1.9.0-r2.ebuild
+++ b/dev-python/QtPy/QtPy-1.9.0-r2.ebuild
@@ -14,10 +14,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE="designer gui opengl svg testlib webengine"
+IUSE="designer gui opengl printsupport svg testlib webengine"
 
 RDEPEND="
-   dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,svg?]
+   dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,printsupport?,svg?]
gui? ( dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] )
testlib? ( dev-python/PyQt5[${PYTHON_USEDEP},testlib] )
webengine? ( dev-python/PyQtWebEngine[${PYTHON_USEDEP}] )"

diff --git a/dev-python/QtPy/metadata.xml b/dev-python/QtPy/metadata.xml
index 076f782a9d6..a19bcec1894 100644
--- a/dev-python/QtPy/metadata.xml
+++ b/dev-python/QtPy/metadata.xml
@@ -18,6 +18,7 @@
   
 Build bindings for the QtDesigner module and enable 
the designer plugin
 Build bindings for the QtGui module
+Build bindings for the QtPrintSupport 
module
 Build bindings for the QtSvg module
 Build bindings for the QtTest module
 Build bindings for the QtWebEngine module



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

2020-07-07 Thread Michał Górny
commit: 05bf09e6012ff6b2d68a27390756b0e7a1ff3b03
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bf09e6

dev-python/jupyter_client: Stabilize 6.1.5 amd64, #715070

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild
index 2bf01c589f1..e4d74cc06de 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-07 Thread Michał Górny
commit: fc72588f92f7281bd716501c28ab08daccfabfd8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:50:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc72588f

dev-python/ipython: Add test-dep on dvipng[truetype]

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

 dev-python/ipython/ipython-7.16.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/ipython/ipython-7.16.1.ebuild 
b/dev-python/ipython/ipython-7.16.1.ebuild
index 72cb41ac0a1..6a11abf5b16 100644
--- a/dev-python/ipython/ipython-7.16.1.ebuild
+++ b/dev-python/ipython/ipython-7.16.1.ebuild
@@ -37,6 +37,7 @@ RDEPEND="${CDEPEND}
 DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
+   app-text/dvipng[truetype]
>=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]



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

2020-07-07 Thread Michał Górny
commit: 4f53de2577302e56d32b9634a3024ae55a3237da
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f53de25

dev-python/ipython_genutils: Stabilize 0.2.0-r1 amd64, #715070

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

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
index bdcb7286b82..e6cb3f3a288 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 distutils_enable_tests nose



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

2020-07-07 Thread Michał Górny
commit: 28fc2051b4167f1552d80251821b50bcc72d2485
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fc2051

dev-python/traitlets: Stabilize 4.3.3 amd64, #715070

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

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

diff --git a/dev-python/traitlets/traitlets-4.3.3.ebuild 
b/dev-python/traitlets/traitlets-4.3.3.ebuild
index aa50d4904df..4db9e5f379f 100644
--- a/dev-python/traitlets/traitlets-4.3.3.ebuild
+++ b/dev-python/traitlets/traitlets-4.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]



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

2020-07-07 Thread Michał Górny
commit: 4e307f77d38ef184dc6022ca4328bdc28729
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e307f77

dev-python/nbconvert: Stabilize 5.6.1 amd64, #715070

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

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

diff --git a/dev-python/nbconvert/nbconvert-5.6.1.ebuild 
b/dev-python/nbconvert/nbconvert-5.6.1.ebuild
index 594d35db111..b39a643dcac 100644
--- a/dev-python/nbconvert/nbconvert-5.6.1.ebuild
+++ b/dev-python/nbconvert/nbconvert-5.6.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2020-07-07 Thread Michał Górny
commit: 92563ac25015d355a45676367727f3dee8fc0128
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 16:12:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92563ac2

sys-libs/llvm-libunwind: Bump to 10.0.1-rc3

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

 sys-libs/llvm-libunwind/Manifest   |   1 +
 .../llvm-libunwind-10.0.1_rc3.ebuild   | 122 +
 2 files changed, 123 insertions(+)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index 96ec320d103..38ae202eefe 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -4,4 +4,5 @@ DIST libunwind-8.0.1.src.tar.xz 87188 BLAKE2B 
26f4d8ffbc8eb316e4e623280d6fe493e4
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1-rc1.tar.gz 120834583 BLAKE2B 
64244ebcb6f2c171c9f606e5eb0adff2794f06c9312a0ca627fb79c107c0c898ac242cf4e92523c3265fa717322601d7e3f4d178515fac95d03ee92312082b06
 SHA512 
f877f66046969a4055b166ad50ef876a9c8ecaf03e2cdd7c8e1a3348eb5f5180f222fa457b1f090a6660282a0d9f7a1d39cf09a04abe0dde0a6e1e10ccf15597
 DIST llvmorg-10.0.1-rc2.tar.gz 120883192 BLAKE2B 
d48f4ccb33691cd4997576a6d20b298455687515164f7d8dfa11ec32e197b58132c6bd549c1214c3b36982ef85e1018d4101e7afecee8d2ab67ad15d68c681bf
 SHA512 
8e363d379a73e38ef570fb03d8243a21f37a48ef579a0f08118af4dac48060c0dc24e2bd8175f04241fa424e49b6c85723d2d3552bbe30dd165fe5fb43493325
+DIST llvmorg-10.0.1-rc3.tar.gz 120876192 BLAKE2B 
c48c7e00b37adaab411a34196b87eb630a997ce56bcc33350a698d6d8e24877844b037735ec44abf80ac4c0a4d5a8682745afce4c44cb806bbe9e2a74d875da1
 SHA512 
ccb6a5bff336924381def11cdfa9c676351461e293b6250b15c1c6cd7694b99beb3e2f3834e8321a28586da091492cbde689213eb4108c9dbe86724e1ee66949
 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B 
b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f
 SHA512 
fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1_rc3.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1_rc3.ebuild
new file mode 100644
index 000..711bac7d068
--- /dev/null
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1_rc3.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+PYTHON_COMPAT=( python3_{6..9} )
+inherit cmake-multilib llvm llvm.org python-any-r1
+
+DESCRIPTION="C++ runtime stack unwinder from LLVM"
+HOMEPAGE="https://github.com/llvm-mirror/libunwind";
+LLVM_COMPONENTS=( libunwind )
+LLVM_TEST_COMPONENTS=( libcxx{,abi} )
+llvm.org_set_globals
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug +static-libs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="!sys-libs/libunwind"
+# llvm-6 for new lit options
+DEPEND="
+   >=sys-devel/llvm-6"
+BDEPEND="
+   test? ( >=sys-devel/clang-3.9.0
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
+
+python_check_deps() {
+   has_version "dev-python/lit[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+multilib_src_configure() {
+   local libdir=$(get_libdir)
+
+   local mycmakeargs=(
+   -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
+   -DLIBUNWIND_ENABLE_ASSERTIONS=$(usex debug)
+   -DLIBUNWIND_ENABLE_STATIC=$(usex static-libs)
+   -DLLVM_INCLUDE_TESTS=$(usex test)
+
+   # support non-native unwinding; given it's small enough,
+   # enable it unconditionally
+   -DLIBUNWIND_ENABLE_CROSS_UNWINDING=ON
+   )
+   if use test; then
+   local clang_path=$(type -P "${CHOST:+${CHOST}-}clang" 
2>/dev/null)
+   [[ -n ${clang_path} ]] || die "Unable to find ${CHOST}-clang 
for tests"
+
+   mycmakeargs+=(
+   -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+   
-DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}"
+   -DLIBUNWIND_LIBCXX_PATH="${WORKDIR}/libcxx"
+   )
+   fi
+
+   cmake_src_configure
+}
+
+build_libcxxabi() {
+   local -x LDFLAGS="${LDFLAGS} -L${BUILD_DIR}/$(get_libdir)"
+   local CMAKE_USE_DIR=${WORKDIR}/libcxxabi
+   local BUILD_DIR=${BUILD_DIR}/libcxxabi
+   local mycmakeargs=(
+   -DLIBCXXABI_LIBDIR_SUFFIX=
+   -DLIBCXXABI_ENABLE_SHARED=OFF
+ 

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

2020-07-07 Thread Michał Górny
commit: 4c8c04c1e438d6d78961d1fd034d5bebb723bafa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 16:12:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8c04c1

sys-libs/libcxxabi: Bump to 10.0.1-rc3

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

 sys-libs/libcxxabi/Manifest|   1 +
 sys-libs/libcxxabi/libcxxabi-10.0.1_rc3.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 965df08967d..437291fe85b 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -3,4 +3,5 @@ DIST libcxxabi-8.0.1.src.tar.xz 538356 BLAKE2B 
52328c5890c9b9271877b953be30cc39b
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1-rc1.tar.gz 120834583 BLAKE2B 
64244ebcb6f2c171c9f606e5eb0adff2794f06c9312a0ca627fb79c107c0c898ac242cf4e92523c3265fa717322601d7e3f4d178515fac95d03ee92312082b06
 SHA512 
f877f66046969a4055b166ad50ef876a9c8ecaf03e2cdd7c8e1a3348eb5f5180f222fa457b1f090a6660282a0d9f7a1d39cf09a04abe0dde0a6e1e10ccf15597
 DIST llvmorg-10.0.1-rc2.tar.gz 120883192 BLAKE2B 
d48f4ccb33691cd4997576a6d20b298455687515164f7d8dfa11ec32e197b58132c6bd549c1214c3b36982ef85e1018d4101e7afecee8d2ab67ad15d68c681bf
 SHA512 
8e363d379a73e38ef570fb03d8243a21f37a48ef579a0f08118af4dac48060c0dc24e2bd8175f04241fa424e49b6c85723d2d3552bbe30dd165fe5fb43493325
+DIST llvmorg-10.0.1-rc3.tar.gz 120876192 BLAKE2B 
c48c7e00b37adaab411a34196b87eb630a997ce56bcc33350a698d6d8e24877844b037735ec44abf80ac4c0a4d5a8682745afce4c44cb806bbe9e2a74d875da1
 SHA512 
ccb6a5bff336924381def11cdfa9c676351461e293b6250b15c1c6cd7694b99beb3e2f3834e8321a28586da091492cbde689213eb4108c9dbe86724e1ee66949
 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B 
b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f
 SHA512 
fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59

diff --git a/sys-libs/libcxxabi/libcxxabi-10.0.1_rc3.ebuild 
b/sys-libs/libcxxabi/libcxxabi-10.0.1_rc3.ebuild
new file mode 100644
index 000..41a864c31ac
--- /dev/null
+++ b/sys-libs/libcxxabi/libcxxabi-10.0.1_rc3.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+PYTHON_COMPAT=( python3_{6..9} )
+inherit cmake-multilib llvm llvm.org python-any-r1 toolchain-funcs
+
+DESCRIPTION="Low level support for a standard C++ library"
+HOMEPAGE="https://libcxxabi.llvm.org/";
+# libcxx is needed uncondtionally for the headers
+LLVM_COMPONENTS=( libcxx{abi,} )
+llvm.org_set_globals
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0"
+KEYWORDS=""
+IUSE="+libunwind +static-libs test elibc_musl"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   libunwind? (
+   || (
+   
>=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
+   
>=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
+   )
+   )"
+# llvm-6 for new lit options
+DEPEND="${RDEPEND}
+   >=sys-devel/llvm-6"
+BDEPEND="
+   test? ( >=sys-devel/clang-3.9.0
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
+
+python_check_deps() {
+   has_version "dev-python/lit[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   llvm_pkg_setup
+   use test && python-any-r1_pkg_setup
+}
+
+multilib_src_configure() {
+   # link against compiler-rt instead of libgcc if we are using clang with 
libunwind
+   local want_compiler_rt=OFF
+   if use libunwind && tc-is-clang; then
+   local compiler_rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \
+   ${LDFLAGS} -print-libgcc-file-name)
+   if [[ ${compiler_rt} == *libclang_rt* ]]; then
+   want_compiler_rt=ON
+   fi
+   fi
+
+   local libdir=$(get_libdir)
+   local mycmakeargs=(
+   -DLIBCXXABI_LIBDIR_SUFFIX=${libdir#lib}
+   -DLIBCXXABI_ENABLE_SHARED=ON
+   -DLIBCXXABI_ENABLE_STATIC=$(usex static-libs)
+   -DLIBCXXABI_USE_LLVM_UNWINDER=$(usex libunwind)
+   -DLIBCXXABI_INCLUDE_TESTS=$(usex test)
+   -DLIBCXXABI_USE_COMPILER_RT=${want_compiler_rt}
+
+   -DLIBCXXABI_LIBCXX_INCLUDES="${WORKDIR}"/libcxx/include
+   # upstream is omitting standard search path for this
+   # probably because gcc & clang are bundling their own

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

2020-07-07 Thread Michał Górny
commit: f0c2694817a61f13bf2273bf5296eff515322868
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c26948

dev-python/notebook: Stabilize 6.0.3 amd64, #715070

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

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

diff --git a/dev-python/notebook/notebook-6.0.3.ebuild 
b/dev-python/notebook/notebook-6.0.3.ebuild
index a92fb17d8b1..027c65c0c06 100644
--- a/dev-python/notebook/notebook-6.0.3.ebuild
+++ b/dev-python/notebook/notebook-6.0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2020-07-07 Thread Michał Górny
commit: 615f6fcba7aa42d10c8be16f78e09c4c22cd8c7e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:15:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615f6fcb

dev-python/qtconsole: Correct QtPy flags

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

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

diff --git a/dev-python/qtconsole/qtconsole-4.7.5.ebuild 
b/dev-python/qtconsole/qtconsole-4.7.5.ebuild
index eab98c37d95..b8f4e1d3bd9 100644
--- a/dev-python/qtconsole/qtconsole-4.7.5.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.7.5.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/traitlets[${PYTHON_USEDEP}]
-   dev-python/QtPy[${PYTHON_USEDEP},svg]
+   dev-python/QtPy[${PYTHON_USEDEP},gui,printsupport,svg]
 "
 BDEPEND="
test? (



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

2020-07-07 Thread Michał Górny
commit: 9203b12e1dfb48bb54bd18473fe192ab7d96b9dc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 16:12:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9203b12e

sys-devel/clang-runtime: Bump to 10.0.1-rc3

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

 .../clang-runtime/clang-runtime-10.0.1_rc3.ebuild  | 24 ++
 1 file changed, 24 insertions(+)

diff --git a/sys-devel/clang-runtime/clang-runtime-10.0.1_rc3.ebuild 
b/sys-devel/clang-runtime/clang-runtime-10.0.1_rc3.ebuild
new file mode 100644
index 000..65e66879ab9
--- /dev/null
+++ b/sys-devel/clang-runtime/clang-runtime-10.0.1_rc3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Meta-ebuild for clang runtime libraries"
+HOMEPAGE="https://clang.llvm.org/";
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="$(ver_cut 1-3)"
+KEYWORDS=""
+IUSE="+compiler-rt libcxx openmp +sanitize"
+REQUIRED_USE="sanitize? ( compiler-rt )"
+
+RDEPEND="
+   compiler-rt? (
+   ~sys-libs/compiler-rt-${PV}:${SLOT}
+   sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
+   )
+   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
+   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"



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

2020-07-07 Thread Michał Górny
commit: 87c0c21dbc46b7603db93efabf70f2cf7c14301a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c0c21d

dev-python/ipython: Stabilize 7.16.1 amd64, #715070

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

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

diff --git a/dev-python/ipython/ipython-7.16.1.ebuild 
b/dev-python/ipython/ipython-7.16.1.ebuild
index 6a11abf5b16..773db1affbe 100644
--- a/dev-python/ipython/ipython-7.16.1.ebuild
+++ b/dev-python/ipython/ipython-7.16.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
 RESTRICT="!test? ( test )"
 



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

2020-07-07 Thread Michał Górny
commit: 0b2440196b80ea39ca04203cd66c0925de66853d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b244019

dev-python/widgetsnbextension: Stabilize 3.5.1 amd64, #715070

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

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

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild
index 28147f8a530..52f3158a72e 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-python/notebook[${PYTHON_USEDEP}]"



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

2020-07-07 Thread Michał Górny
commit: 2c8d14286faf2dfa34fe0ecf9b6f07016d1c462d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 16:12:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8d1428

sys-libs/libomp: Bump to 10.0.1-rc3

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

 sys-libs/libomp/Manifest |   1 +
 sys-libs/libomp/libomp-10.0.1_rc3.ebuild | 104 +++
 2 files changed, 105 insertions(+)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index 1e128134cd0..2bdd74d13f9 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -1,5 +1,6 @@
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1-rc1.tar.gz 120834583 BLAKE2B 
64244ebcb6f2c171c9f606e5eb0adff2794f06c9312a0ca627fb79c107c0c898ac242cf4e92523c3265fa717322601d7e3f4d178515fac95d03ee92312082b06
 SHA512 
f877f66046969a4055b166ad50ef876a9c8ecaf03e2cdd7c8e1a3348eb5f5180f222fa457b1f090a6660282a0d9f7a1d39cf09a04abe0dde0a6e1e10ccf15597
 DIST llvmorg-10.0.1-rc2.tar.gz 120883192 BLAKE2B 
d48f4ccb33691cd4997576a6d20b298455687515164f7d8dfa11ec32e197b58132c6bd549c1214c3b36982ef85e1018d4101e7afecee8d2ab67ad15d68c681bf
 SHA512 
8e363d379a73e38ef570fb03d8243a21f37a48ef579a0f08118af4dac48060c0dc24e2bd8175f04241fa424e49b6c85723d2d3552bbe30dd165fe5fb43493325
+DIST llvmorg-10.0.1-rc3.tar.gz 120876192 BLAKE2B 
c48c7e00b37adaab411a34196b87eb630a997ce56bcc33350a698d6d8e24877844b037735ec44abf80ac4c0a4d5a8682745afce4c44cb806bbe9e2a74d875da1
 SHA512 
ccb6a5bff336924381def11cdfa9c676351461e293b6250b15c1c6cd7694b99beb3e2f3834e8321a28586da091492cbde689213eb4108c9dbe86724e1ee66949
 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B 
b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f
 SHA512 
fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59
 DIST openmp-8.0.1.src.tar.xz 933320 BLAKE2B 
02a7bf70cd3a217845ef1c5a35e0d7dbfbb39069a9029d462c797b5ddf2240fd627dee55856146ca4bb81622a41f31ecd11e0ed66baf3b7d99447087271991b0
 SHA512 
9ded785c8129e7b3a70b54f07c4dde529456edcc94904ad77fc578cf7f096cfa3ff2279959d7f7f1db51571e11c53375f33b597c7f36ce6dc6b512c44ced8026

diff --git a/sys-libs/libomp/libomp-10.0.1_rc3.ebuild 
b/sys-libs/libomp/libomp-10.0.1_rc3.ebuild
new file mode 100644
index 000..5bffd6685f6
--- /dev/null
+++ b/sys-libs/libomp/libomp-10.0.1_rc3.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+PYTHON_COMPAT=( python3_{6..9} )
+inherit cmake-multilib linux-info llvm.org python-any-r1
+
+DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
+HOMEPAGE="https://openmp.llvm.org";
+LLVM_COMPONENTS=( openmp )
+llvm.org_set_globals
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0"
+KEYWORDS=""
+IUSE="cuda hwloc kernel_linux offload ompt test"
+# CUDA works only with the x86_64 ABI
+REQUIRED_USE="offload? ( cuda? ( abi_x86_64 ) )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )
+   offload? (
+   virtual/libelf:=[${MULTILIB_USEDEP}]
+   dev-libs/libffi:=[${MULTILIB_USEDEP}]
+   cuda? ( dev-util/nvidia-cuda-toolkit:= )
+   )"
+# tests:
+# - dev-python/lit provides the test runner
+# - sys-devel/llvm provide test utils (e.g. FileCheck)
+# - sys-devel/clang provides the compiler to run tests
+DEPEND="${RDEPEND}"
+BDEPEND="dev-lang/perl
+   offload? ( virtual/pkgconfig )
+   test? (
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
+   >=sys-devel/clang-6
+   )"
+
+python_check_deps() {
+   has_version "dev-python/lit[${PYTHON_USEDEP}]"
+}
+
+kernel_pds_check() {
+   if use kernel_linux && kernel_is -lt 4 15 && kernel_is -ge 4 13; then
+   local CONFIG_CHECK="~!SCHED_PDS"
+   local ERROR_SCHED_PDS="\
+PDS scheduler versions >= 0.98c < 0.98i (e.g. used in kernels >= 4.13-pf11
+< 4.14-pf9) do not implement sched_yield() call which may result in horrible
+performance problems with libomp. If you are using one of the specified
+kernel versions, you may want to disable the PDS scheduler."
+
+   check_extra_config
+   fi
+}
+
+pkg_pretend() {
+   kernel_pds_check
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+multilib_src_configure() {
+   local libdir="$(get_libdir)"
+   local mycmakeargs=(
+   -DOPENMP_LIBDIR_SUFFIX="${libdir

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

2020-07-07 Thread Michał Górny
commit: 1f644b8ed7848ff7af109039e2ce1437b7fc7910
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f644b8e

dev-python/qtconsole: Stabilize 4.7.4 amd64, #715070

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

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

diff --git a/dev-python/qtconsole/qtconsole-4.7.4.ebuild 
b/dev-python/qtconsole/qtconsole-4.7.4.ebuild
index b9aa30d6b72..963b15e210a 100644
--- a/dev-python/qtconsole/qtconsole-4.7.4.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.7.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/ipykernel[${PYTHON_USEDEP}]



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

2020-07-07 Thread Michał Górny
commit: acf91283936c6a8d9cdf0a01b3663886563e59d4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf91283

dev-python/pebble: Stabilize 4.5.3 amd64, #715070

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

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

diff --git a/dev-python/pebble/pebble-4.5.3.ebuild 
b/dev-python/pebble/pebble-4.5.3.ebuild
index 85f87286314..d6591b01d29 100644
--- a/dev-python/pebble/pebble-4.5.3.ebuild
+++ b/dev-python/pebble/pebble-4.5.3.ebuild
@@ -17,6 +17,6 @@ S=${WORKDIR}/${P^}
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 distutils_enable_tests pytest



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

2020-07-07 Thread Michał Górny
commit: 25216bea39519d3de548f236104191df1806c7e5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25216bea

dev-python/prometheus_client: Stabilize 0.8.0 amd64, #715070

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

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

diff --git a/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild
index 173bdca64c5..885318c1892 100644
--- a/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/client_python-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2020-07-07 Thread Michał Górny
commit: 64ee01e05e96fa6dfeb4739198cfbe0289579bc7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 16:12:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ee01e0

sys-libs/compiler-rt-sanitizers: Bump to 10.0.1-rc3

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

 sys-libs/compiler-rt-sanitizers/Manifest   |   1 +
 .../compiler-rt-sanitizers-10.0.1_rc3.ebuild   | 142 +
 2 files changed, 143 insertions(+)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 7bf923da4c5..719a3957a3b 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -3,4 +3,5 @@ DIST llvm-8.0.1.src.tar.xz 30477608 BLAKE2B 
4319c837b36111401e3b0f9659b8d875c894
 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 
6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191
 SHA512 
baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b4e531ca7e4b3115a26c0e61c575cf2303a0
 DIST llvmorg-10.0.1-rc1.tar.gz 120834583 BLAKE2B 
64244ebcb6f2c171c9f606e5eb0adff2794f06c9312a0ca627fb79c107c0c898ac242cf4e92523c3265fa717322601d7e3f4d178515fac95d03ee92312082b06
 SHA512 
f877f66046969a4055b166ad50ef876a9c8ecaf03e2cdd7c8e1a3348eb5f5180f222fa457b1f090a6660282a0d9f7a1d39cf09a04abe0dde0a6e1e10ccf15597
 DIST llvmorg-10.0.1-rc2.tar.gz 120883192 BLAKE2B 
d48f4ccb33691cd4997576a6d20b298455687515164f7d8dfa11ec32e197b58132c6bd549c1214c3b36982ef85e1018d4101e7afecee8d2ab67ad15d68c681bf
 SHA512 
8e363d379a73e38ef570fb03d8243a21f37a48ef579a0f08118af4dac48060c0dc24e2bd8175f04241fa424e49b6c85723d2d3552bbe30dd165fe5fb43493325
+DIST llvmorg-10.0.1-rc3.tar.gz 120876192 BLAKE2B 
c48c7e00b37adaab411a34196b87eb630a997ce56bcc33350a698d6d8e24877844b037735ec44abf80ac4c0a4d5a8682745afce4c44cb806bbe9e2a74d875da1
 SHA512 
ccb6a5bff336924381def11cdfa9c676351461e293b6250b15c1c6cd7694b99beb3e2f3834e8321a28586da091492cbde689213eb4108c9dbe86724e1ee66949
 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B 
b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f
 SHA512 
fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1_rc3.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1_rc3.ebuild
new file mode 100644
index 000..006db04567a
--- /dev/null
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.1_rc3.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit check-reqs cmake flag-o-matic llvm llvm.org python-any-r1
+
+DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
+HOMEPAGE="https://llvm.org/";
+LLVM_COMPONENTS=( compiler-rt )
+LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/unittest )
+llvm.org_set_globals
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="$(ver_cut 1-3)"
+KEYWORDS=""
+IUSE="+clang +libfuzzer +profile +sanitize test +xray elibc_glibc"
+# FIXME: libfuzzer does not enable all its necessary dependencies
+REQUIRED_USE="libfuzzer? ( || ( sanitize xray ) )"
+RESTRICT="!test? ( test ) !clang? ( test )"
+
+CLANG_SLOT=${SLOT%%.*}
+# llvm-6 for new lit options
+DEPEND="
+   >=sys-devel/llvm-6"
+BDEPEND="
+   clang? ( sys-devel/clang )
+   elibc_glibc? ( net-libs/libtirpc )
+   test? (
+   !=dev-python/lit-5[\${PYTHON_USEDEP}]")
+   =sys-devel/clang-${PV%_*}*:${CLANG_SLOT}
+   sys-libs/compiler-rt:${SLOT} )
+   ${PYTHON_DEPS}"
+
+python_check_deps() {
+   use test || return 0
+   has_version "dev-python/lit[${PYTHON_USEDEP}]"
+}
+
+check_space() {
+   if use test; then
+   local CHECKREQS_DISK_BUILD=11G
+   check-reqs_pkg_pretend
+   fi
+}
+
+pkg_pretend() {
+   check_space
+}
+
+pkg_setup() {
+   check_space
+   llvm_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   # pre-set since we need to pass it to cmake
+   BUILD_DIR=${WORKDIR}/compiler-rt_build
+
+   if use clang; then
+   local -x CC=${CHOST}-clang
+   local -x CXX=${CHOST}-clang++
+   strip-unsupported-flags
+   fi
+
+   local mycmakeargs=(
+   -DCOMPILER_RT_INSTALL_PATH="${EPREFIX}/usr/lib/clang/${SLOT}"
+   # use a build dir structure consistent with install
+   # this makes it possible to easily deploy test-friendly clang
+   -DCOMPILER_RT_OUTPUT_DIR="${BUILD_DIR}/lib/clang/${SLOT}"
+
+   -DCO

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

2020-07-07 Thread Michał Górny
commit: f9139a284d468231377d91ae04281db844c8c19a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9139a28

dev-python/pandocfilters: Stabilize 1.4.2-r2 amd64, #715070

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

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

diff --git a/dev-python/pandocfilters/pandocfilters-1.4.2-r2.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.4.2-r2.ebuild
index f0ca1779097..d53f71af26e 100644
--- a/dev-python/pandocfilters/pandocfilters-1.4.2-r2.ebuild
+++ b/dev-python/pandocfilters/pandocfilters-1.4.2-r2.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/

2020-07-07 Thread Matthew Thode
commit: 143880fae5d69ed37433c7731d1a56cc6d2a8c90
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jul  7 19:58:52 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jul  7 19:59:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143880fa

gui-libs/xdg-desktop-portal-wlr: add xdg-desktop-portal-wlr

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

 gui-libs/xdg-desktop-portal-wlr/metadata.xml   | 11 +
 .../xdg-desktop-portal-wlr-.ebuild | 54 ++
 2 files changed, 65 insertions(+)

diff --git a/gui-libs/xdg-desktop-portal-wlr/metadata.xml 
b/gui-libs/xdg-desktop-portal-wlr/metadata.xml
new file mode 100644
index 000..e797b91ba9c
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-wlr/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   Enable support for rootless session via 
elogind
+   
+

diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-.ebuild 
b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-.ebuild
new file mode 100644
index 000..8ecda98e9ad
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fcaps meson
+
+DESCRIPTION="xdg-desktop-portal backend for wlroots"
+HOMEPAGE="https://github.com/emersion/xdg-desktop-portal-wlr";
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/emersion/${PN}.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/emersion/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   #KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS=""
+fi
+
+LICENSE="MIT"
+SLOT="0/"
+IUSE="elogind systemd"
+REQUIRED_USE="?? ( elogind systemd )"
+
+DEPEND="
+   >=media-video/pipewire-0.2.9:=
+   dev-libs/wayland
+   >=dev-libs/wayland-protocols-1.14:=
+   elogind? ( >=sys-auth/elogind-237 )
+   systemd? ( >=sys-apps/systemd-237 )
+"
+RDEPEND="
+   ${DEPEND}
+   sys-apps/xdg-desktop-portal
+"
+BDEPEND="
+   >=media-video/pipewire-0.2.9:=
+   >=dev-libs/wayland-protocols-1.14
+   >=dev-util/meson-0.47.0
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   "-Dwerror=false"
+   )
+   if use systemd; then
+   emesonargs+=("-DHAVE_SYSTEMD=1")
+   else
+   emesonargs+=("-DHAVE_ELOGIND=1")
+   fi
+
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/files/

2020-07-07 Thread Brian Evans
commit: f5ef47bb53485eef03ec1ece06dd95ebb5487e2f
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul  7 19:58:02 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul  7 19:58:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ef47bb

dev-db/mycli: Fix patch install locations

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

 dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch 
b/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch
index bee5934e5dd..7c802a80333 100644
--- a/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch
+++ b/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch
@@ -1,12 +1,11 @@
 --- a/setup.py 2020-04-19 16:15:15.0 -0400
 +++ b/setup.py 2020-07-07 13:56:25.181039348 -0400
-@@ -85,7 +85,8 @@
+@@ -85,7 +85,7 @@
  author_email='mycli-...@googlegroups.com',
  version=version,
  url='http://mycli.net',
 -packages=find_packages(),
-+packages=find_packages("mycli"),
-+package_dir={"": "mycli"},
++packages=find_packages(exclude=["*.test","*.test.*","test.*","test"]),
  package_data={'mycli': ['myclirc', 'AUTHORS', 'SPONSORS']},
  description=description,
  long_description=description,



[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2020-07-07 Thread Conrad Kostecki
commit: 944452ef7306afc3233c7e6e62a8ac5bf3feaf4a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul  7 18:44:57 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul  7 18:45:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944452ef

games-server/bedrock-server: bump to version 1.16.1.02

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

 games-server/bedrock-server/Manifest   |  1 +
 .../bedrock-server/bedrock-server-1.16.1.02.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/games-server/bedrock-server/Manifest 
b/games-server/bedrock-server/Manifest
index 5a68e8ef28a..d8357b22d4c 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1 +1,2 @@
 DIST bedrock-server-1.14.60.5.zip 288044278 BLAKE2B 
11fa18f892b95eac8fa2108adce6af14b213f4a409c82d4a59b9cf17ce2d8921f1ef1d6e74cc53757f5453daa84298c36230884f15e56408b74e3a70ca50b74b
 SHA512 
d295f7090fb26c87d8259cd5e7581699d59292425362139035929548e27055e78c3a8c64b02f99c3da24d8edf8657f3ca656253c7979d30b1495ebf6000b9308
+DIST bedrock-server-1.16.1.02.zip 69830343 BLAKE2B 
c35d68f8527df9c6b96662ded02f8195ecb0bc11fa2cd93b3a0f4522cf6cbe4332f76749cc5d688179fa810edaf7c3dbb8244ad7bef1a2ee73205ab0852cc9ac
 SHA512 
c8a79167c22e86e93e38c5a1e3d35911247011e954d49539cb8a33eb1345d49c085a1682efd4dda9681a0d1123f9caac3c4deba88e48fcccf4d1f0f7dea878b8

diff --git a/games-server/bedrock-server/bedrock-server-1.16.1.02.ebuild 
b/games-server/bedrock-server/bedrock-server-1.16.1.02.ebuild
new file mode 100644
index 000..c7229a9f1d2
--- /dev/null
+++ b/games-server/bedrock-server/bedrock-server-1.16.1.02.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The official bedrock (non-java) based server for the sandbox 
video game"
+HOMEPAGE="https://www.minecraft.net/";
+SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip";
+
+LICENSE="Mojang"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   acct-group/bedrock
+   acct-user/bedrock
+   app-misc/dtach
+   dev-libs/openssl:0/1.1
+   net-misc/curl[ssl]
+"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}"
+
+DOCS=(
+   "bedrock_server_how_to.html"
+   "release-notes.txt"
+)
+
+QA_PREBUILT="
+   opt/bedrock-server/bedrock_server
+   opt/bedrock-server/libCrypto.so
+"
+
+src_install() {
+   exeinto /opt/bedrock-server
+   doexe bedrock_server libCrypto.so
+
+   insinto /opt/bedrock-server
+   doins {permissions,whitelist}.json server.properties
+   doins -r {behavior,resource}_packs definitions structures
+
+   dodir /opt/bin
+   dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server
+
+   newinitd "${FILESDIR}"/bedrock-server.initd-r1 bedrock-server
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/

2020-07-07 Thread Conrad Kostecki
commit: 4a3c64c66e61798407b9b82deb564935876b6daa
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul  7 18:40:28 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul  7 18:45:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3c64c6

games-server/minecraft-server: bump to version 1.16.1

Closes: https://bugs.gentoo.org/730522
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 games-server/minecraft-server/Manifest |  1 +
 .../minecraft-server-1.16.1.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/games-server/minecraft-server/Manifest 
b/games-server/minecraft-server/Manifest
index d92bf04d239..30ac63d1d3b 100644
--- a/games-server/minecraft-server/Manifest
+++ b/games-server/minecraft-server/Manifest
@@ -1 +1,2 @@
 DIST minecraft-server-1.15.2.jar 36175593 BLAKE2B 
f226a029a9ef2efea955fd44f915d5956fd24bb7c69d35bbbe132fcafc87cfcf023dbe834d9e973dafc25505b59d34b21ca6e36a0ad262316929f98807e47072
 SHA512 
21f5e77a58ac1e357425c99e259d3a688cf825483d391907403c7c9939abcf5b4a8fc73ff8d6277eaa373f376299027d6d7e0d8a5dd59d5791947efa1695490b
+DIST minecraft-server-1.16.1.jar 37968964 BLAKE2B 
08c9f3f5b7c5618fd55b40e77a3ab92ed2d8cdf64771fe171292045ee611b6c549f0e732ed3dec2553f2219c219ff8f9b2187563717be14edbffa68ceb05b555
 SHA512 
8fa8bf001cb50e59351f58598fdbd4b7b13cee8d5a6ae7d4486f6259d419c8101123cb18efc96cac7c796ca98483d6d1e9ac3888d6b364d81b86927aee3f350d

diff --git a/games-server/minecraft-server/minecraft-server-1.16.1.ebuild 
b/games-server/minecraft-server/minecraft-server-1.16.1.ebuild
new file mode 100644
index 000..2c989c79a48
--- /dev/null
+++ b/games-server/minecraft-server/minecraft-server-1.16.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT="a412fd69db1f81db3f511c1463fd304675244077"
+
+inherit readme.gentoo-r1 java-pkg-2
+
+DESCRIPTION="The official server for the sandbox video game"
+HOMEPAGE="https://www.minecraft.net/";
+SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> 
${P}.jar"
+
+LICENSE="Mojang"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   acct-group/minecraft
+   acct-user/minecraft
+   app-misc/dtach
+   || (
+   >=virtual/jre-1.8
+   >=virtual/jdk-1.8
+   )
+"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   cp "${DISTDIR}"/${A} "${WORKDIR}" || die
+}
+
+src_install() {
+   java-pkg_newjar minecraft-server-${PV}.jar minecraft-server.jar
+   java-pkg_dolauncher minecraft-server --jar minecraft-server.jar 
--java_args "\${JAVA_OPTS}"
+
+   newinitd "${FILESDIR}"/minecraft-server.initd-r3 minecraft-server
+   newconfd "${FILESDIR}"/minecraft-server.confd minecraft-server
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2020-07-07 Thread Craig Andrews
commit: 0d8cbae5e5da3b5b3a71fa8ed1137f39f2ad16f8
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jul  7 18:39:48 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jul  7 18:41:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8cbae5

dev-libs/libfmt: 7.0.1 version bump

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

 dev-libs/libfmt/Manifest|  1 +
 dev-libs/libfmt/libfmt-7.0.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/libfmt/Manifest b/dev-libs/libfmt/Manifest
index 6bfd767d4af..6b61e699623 100644
--- a/dev-libs/libfmt/Manifest
+++ b/dev-libs/libfmt/Manifest
@@ -2,3 +2,4 @@ DIST libfmt-6.1.2.tar.gz 723160 BLAKE2B 
36e7451a8732c62dcbf47e6d287ea582827b6196
 DIST libfmt-6.2.0.tar.gz 733403 BLAKE2B 
c7ff69a56b90ec8df7d1af5c9934592449f2052046192aa498a6440d2aab76f10c17fa2833a41475b777dca2e3a1ae671021530bf0ef8be12443541f0f5212b3
 SHA512 
0003543f437bae416600a2b982eb133f65588bd36d7506fa7d883ae3133fcaf7ad825904af9b588ea22e5d91e56560aaf4243a6afa11ff6d8aace2e4bb1b0cee
 DIST libfmt-6.2.1.tar.gz 733646 BLAKE2B 
74394efc67065bf7a2259f5c16521b1cc4fb08bd599fe99be86b97b712c60d8790f39d65257ab18fe95bcde3d115d97e91c41d23309596f279cf51ebd4d2957d
 SHA512 
520ef3addfecd9796253c347e0ecf4c18ef2f86d3b1b6b714f7834741f4737f1b7ed8365d3be46c9186617898911b23680cad2ae3cb7aadaf641ab32e327b0dc
 DIST libfmt-7.0.0.tar.gz 738799 BLAKE2B 
de032e6d0400e960f9622281bd00aa8676c909f4f171ba327206d9fe7ce9616ea134f61d90616917e4a23d025d83c05ee41faa5a9b61691458a20e66631942a5
 SHA512 
c92bcc067cdc0d260179a1f731ab8f54d8c0f3af5911b39034f0e24b0a8ef43ecfd820e42f1a2e30c2a436113920ea06e73b297b185c8794a5d480f1ec9e5916
+DIST libfmt-7.0.1.tar.gz 739512 BLAKE2B 
e7a665c7f4017ca19ab555bb3183fdee47cbdfc9f757ddb2fbfac85cb105c2f73b3d6779b38ca5bf40db3b5b34ddee2a6d1099ef46334f81687559d59fcca085
 SHA512 
d3a2b1b374183d6fe042a3ac77c4bcf0a7804490432c889c647f5947c32ac80d0f21bbfd653e67a1cd42309a207fd7058a05dc9fd2540b6ff532049a27749a05

diff --git a/dev-libs/libfmt/libfmt-7.0.1.ebuild 
b/dev-libs/libfmt/libfmt-7.0.1.ebuild
new file mode 100644
index 000..376757b05ad
--- /dev/null
+++ b/dev-libs/libfmt/libfmt-7.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+DESCRIPTION="Small, safe and fast formatting library"
+HOMEPAGE="https://github.com/fmtlib/fmt";
+
+LICENSE="MIT"
+IUSE="test"
+SLOT="0/$(ver_cut 1)"
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   S="${WORKDIR}/fmt-${PV}"
+fi
+
+DEPEND=""
+RDEPEND=""
+RESTRICT="!test? ( test )"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
+   -DFMT_LIB_DIR="$(get_libdir)"
+   -DFMT_TEST=$(usex test)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/, dev-db/mycli/files/

2020-07-07 Thread Brian Evans
commit: ad8abf44b957d6f248019f00402315b0db48a0d4
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul  7 18:19:33 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul  7 18:19:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8abf44

dev-db/mycli: Version bump for 1.21.1

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

 dev-db/mycli/Manifest  |  1 +
 .../files/mycli-1.21.1-fix-test-install.patch  | 12 ++
 dev-db/mycli/mycli-1.21.1.ebuild   | 50 ++
 dev-db/mycli/mycli-.ebuild | 34 +--
 4 files changed, 84 insertions(+), 13 deletions(-)

diff --git a/dev-db/mycli/Manifest b/dev-db/mycli/Manifest
index 1f52fa521b6..ede73337f21 100644
--- a/dev-db/mycli/Manifest
+++ b/dev-db/mycli/Manifest
@@ -1 +1,2 @@
 DIST mycli-1.20.1.tar.gz 265264 BLAKE2B 
d00b1713132609b0a5ec6e8b78785fdab5c6b4db5937bc0b9bc69ddde90ad3dc75aeb99ccf6b5e7fe5e78e9bf4819f03fb454825e5182bc5d2c44356032343d1
 SHA512 
82ee642b2a4c158b0e2ea275941650125e15004ec1c70b2ab90ae0825090efccb4910a14fd46bcdf795a74adba5689b46de5668447308de63d1cbbbe2e6b0e9d
+DIST mycli-1.21.1.tar.gz 267646 BLAKE2B 
e0678974949ae219236b89fbe9ebdacfee9c1efc8f92853c937150dbb841680664432e9f5c79181545df8b3321480cf784e45a83139351cc93256d26dcdd66f0
 SHA512 
beb3888ff8abc2a79e591516d7f0f76d0c18f186bd0dca3b4aadcf93b3045de53ac7f135553ad509273c85ea364e81df5dcadf9eacf1dbef8ceff7345aa5ed6d

diff --git a/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch 
b/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch
new file mode 100644
index 000..bee5934e5dd
--- /dev/null
+++ b/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch
@@ -0,0 +1,12 @@
+--- a/setup.py 2020-04-19 16:15:15.0 -0400
 b/setup.py 2020-07-07 13:56:25.181039348 -0400
+@@ -85,7 +85,8 @@
+ author_email='mycli-...@googlegroups.com',
+ version=version,
+ url='http://mycli.net',
+-packages=find_packages(),
++packages=find_packages("mycli"),
++package_dir={"": "mycli"},
+ package_data={'mycli': ['myclirc', 'AUTHORS', 'SPONSORS']},
+ description=description,
+ long_description=description,

diff --git a/dev-db/mycli/mycli-1.21.1.ebuild b/dev-db/mycli/mycli-1.21.1.ebuild
new file mode 100644
index 000..ab785d36904
--- /dev/null
+++ b/dev-db/mycli/mycli-1.21.1.ebuild
@@ -0,0 +1,50 @@
+# 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} )
+DISTUTILS_SINGLE_IMPL=yes
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="CLI for MySQL Database with auto-completion and syntax 
highlighting"
+
+HOMEPAGE="https://www.mycli.net";
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ssh test"
+RESTRICT="!test? ( test )"
+RDEPEND="$(python_gen_cond_dep '
+   >=dev-python/cli_helpers-1.1.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/configobj-5.0.6[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/prompt_toolkit-3.0.0[${PYTHON_MULTI_USEDEP}]
+   =dev-python/pygments-2.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pymysql-0.9.2[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/sqlparse-0.3.0[${PYTHON_MULTI_USEDEP}]
+   https://github.com/dbcli/mycli.git";
 inherit distutils-r1 git-r3
 
@@ -16,20 +18,26 @@ SLOT="0"
 KEYWORDS=""
 IUSE="ssh test"
 RESTRICT="!test? ( test )"
-RDEPEND="
-   >=dev-python/cli_helpers-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/click-7.0[${PYTHON_USEDEP}]
-   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/prompt_toolkit-2.0.6[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pymysql-0.9.2[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.3.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/proj/guru:dev commit in: net-misc/purritobin/

2020-07-07 Thread Aisha Tammy
commit: 6d1d74990c9e30b4e25322f5f367b7611c2bc038
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jul  7 14:04:31 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Jul  7 14:04:31 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d1d7499

net-misc/purritobin: version bump to 0.2.3

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/Manifest|  1 +
 net-misc/purritobin/purritobin-0.2.3.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index bc91a79..c4aa47f 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
 DIST purritobin-0.2.2.tar.gz 11223 BLAKE2B 
da28aab88578a076f3fb795264d8dc35fb279c9ce6ed170187b9269cd80c135e9f03b06bf5668f55272b6bc479aefedfe389a0b58eb52eac7d6a9c9129f42de4
 SHA512 
5bf64e62333f72a98c5e00b45885012212df6d88a609c7b71aecccb89b87ea6370567efa7a5b6c9ed0f09fb6b5ba15cb2769f67509fa6ee49a00ce19e5968f18
+DIST purritobin-0.2.3.tar.gz 11243 BLAKE2B 
0859500ff4bc818d2beeccd445118e3f5c20e88c486a63bd4ab75ce74f7bcf681f7d56f02cd995285784dc2951d29547f616637c076cb0bdf2fc9eca4f3eecce
 SHA512 
f0642cac76ef4f27658be6b9fb89f4518b4a2edef9ad26d292c05f70f4d2b842cfad0ea26acf569e43e70dfca19d94f11e28ec09b161139ae5bddc63f0ac6af5

diff --git a/net-misc/purritobin/purritobin-0.2.3.ebuild 
b/net-misc/purritobin/purritobin-0.2.3.ebuild
new file mode 100644
index 000..301a1af
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.2.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git";
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="libuv static-libs"
+
+RDEPEND="net-libs/usockets[libuv=,static-libs?]
+   libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
+"
+DEPEND="${RDEPEND}
+   www-apps/uwebsockets
+"
+
+src_prepare() {
+   sed -i -e "s:.ifdef:ifdef:g" \
+  -e "s:.else:else:g" \
+  -e "s:.endif:endif:g" \
+  Makefile
+   default
+}
+
+src_compile() {
+   env LDFLAGS="-L/usr/$(get_libdir)" \
+   emake $(usex libuv USE_DLIBUV=1 '') \
+   $(usex static-libs USE_STATIC=1 '') \
+   all
+}
+
+src_install() {
+   emake prefix="/usr" \
+ DESTDIR="${D}" \
+ install
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/purritobin/

2020-07-07 Thread Aisha Tammy
commit: 099f5857eaf1fd9e059260fa9845256ab2c34f32
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jul  7 14:05:07 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Jul  7 14:05:07 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=099f5857

net-misc/purritobin: drop old version

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/Manifest|  1 -
 net-misc/purritobin/purritobin-0.2.2.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index c4aa47f..55b7859 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.2.2.tar.gz 11223 BLAKE2B 
da28aab88578a076f3fb795264d8dc35fb279c9ce6ed170187b9269cd80c135e9f03b06bf5668f55272b6bc479aefedfe389a0b58eb52eac7d6a9c9129f42de4
 SHA512 
5bf64e62333f72a98c5e00b45885012212df6d88a609c7b71aecccb89b87ea6370567efa7a5b6c9ed0f09fb6b5ba15cb2769f67509fa6ee49a00ce19e5968f18
 DIST purritobin-0.2.3.tar.gz 11243 BLAKE2B 
0859500ff4bc818d2beeccd445118e3f5c20e88c486a63bd4ab75ce74f7bcf681f7d56f02cd995285784dc2951d29547f616637c076cb0bdf2fc9eca4f3eecce
 SHA512 
f0642cac76ef4f27658be6b9fb89f4518b4a2edef9ad26d292c05f70f4d2b842cfad0ea26acf569e43e70dfca19d94f11e28ec09b161139ae5bddc63f0ac6af5

diff --git a/net-misc/purritobin/purritobin-0.2.2.ebuild 
b/net-misc/purritobin/purritobin-0.2.2.ebuild
deleted file mode 100644
index 301a1af..000
--- a/net-misc/purritobin/purritobin-0.2.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git";
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="libuv static-libs"
-
-RDEPEND="net-libs/usockets[libuv=,static-libs?]
-   libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
-"
-DEPEND="${RDEPEND}
-   www-apps/uwebsockets
-"
-
-src_prepare() {
-   sed -i -e "s:.ifdef:ifdef:g" \
-  -e "s:.else:else:g" \
-  -e "s:.endif:endif:g" \
-  Makefile
-   default
-}
-
-src_compile() {
-   env LDFLAGS="-L/usr/$(get_libdir)" \
-   emake $(usex libuv USE_DLIBUV=1 '') \
-   $(usex static-libs USE_STATIC=1 '') \
-   all
-}
-
-src_install() {
-   emake prefix="/usr" \
- DESTDIR="${D}" \
- install
-   einstalldocs
-}



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

2020-07-07 Thread Sergei Trofimovich
commit: ab4be9a2ea6473d5d57e178bbd732abc6c1aa3a0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  7 17:33:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  7 17:34:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4be9a2

dev-libs/elfutils: fix /gc-getCC/tc-getCC/ typo

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

 dev-libs/elfutils/elfutils-0.179.ebuild | 4 ++--
 dev-libs/elfutils/elfutils-0.180.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/elfutils/elfutils-0.179.ebuild 
b/dev-libs/elfutils/elfutils-0.179.ebuild
index 0ebf36a8d08..39501f58d82 100644
--- a/dev-libs/elfutils/elfutils-0.179.ebuild
+++ b/dev-libs/elfutils/elfutils-0.179.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib-minimal
+inherit flag-o-matic multilib-minimal toolchain-funcs
 
 DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
 HOMEPAGE="http://elfutils.org/";
@@ -70,7 +70,7 @@ multilib_src_test() {
# CC is a workaround for tests using ${CC-gcc}
env 
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
LC_ALL="C" \
-   CC="$(gc-getCC)" \
+   CC="$(tc-getCC)" \
emake check VERBOSE=1
 }
 

diff --git a/dev-libs/elfutils/elfutils-0.180.ebuild 
b/dev-libs/elfutils/elfutils-0.180.ebuild
index 086304510f1..02ed19a4fe4 100644
--- a/dev-libs/elfutils/elfutils-0.180.ebuild
+++ b/dev-libs/elfutils/elfutils-0.180.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib-minimal
+inherit flag-o-matic multilib-minimal toolchain-funcs
 
 DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
 HOMEPAGE="http://elfutils.org/";
@@ -71,7 +71,7 @@ multilib_src_test() {
# CC is a workaround for tests using ${CC-gcc}
env 
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
LC_ALL="C" \
-   CC="$(gc-getCC)" \
+   CC="$(tc-getCC)" \
emake check VERBOSE=1
 }
 



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

2020-07-07 Thread Thomas Deutschmann
commit: 1482b3fd3c37733a7b721526361c8a1586bcfaf5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jul  7 17:04:40 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jul  7 17:08:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1482b3fd

sys-apps/keyutils: bump to v1.6.2

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

 sys-apps/keyutils/Manifest  |   1 +
 sys-apps/keyutils/keyutils-1.6.2.ebuild | 120 
 2 files changed, 121 insertions(+)

diff --git a/sys-apps/keyutils/Manifest b/sys-apps/keyutils/Manifest
index 2d430658d3b..e57a41e9c31 100644
--- a/sys-apps/keyutils/Manifest
+++ b/sys-apps/keyutils/Manifest
@@ -1 +1,2 @@
 DIST keyutils-1.6.1.tar.gz 119065 BLAKE2B 
b0c65d8a1ee8cab1ac712820a8bf073777eacd558ddd007fa0fd50467d1de86cff238c1c0e6b33b5ff4da7dfd7e2fd673ce5706c39780e1a4fbee7d9653f3bc9
 SHA512 
a717d9bc6142edefc02da9e92242db352e0bc835483c303629c236e6d9cc51fb495b03fdf9e0e9f0864d7e755c92b7a67f018e806a5de1944673e60e317134a2
+DIST keyutils-1.6.2.tar.gz 137099 BLAKE2B 
7f304631e46a7e3f3dd5d64ca55661e6f39518bbcab9cd27c2ef4a53656c9e51891f462829c63dd8ea14c51472d8e10032df692925d8f001faa3db64f842172a
 SHA512 
276eb8747a25f9519b1b244499b6ee47b12c54d20885a42f40f812bff4d8c774366e08dd8c6c9f87031fdd6fa91b22888625754b7d1152bdbf5b465120698a52

diff --git a/sys-apps/keyutils/keyutils-1.6.2.ebuild 
b/sys-apps/keyutils/keyutils-1.6.2.ebuild
new file mode 100644
index 000..127ba037b76
--- /dev/null
+++ b/sys-apps/keyutils/keyutils-1.6.2.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib toolchain-funcs linux-info multilib-minimal usr-ldscript
+
+DESCRIPTION="Linux Key Management Utilities"
+HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git";
+SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/${P}.tar.gz";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/1.9"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static static-libs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="!prefix? ( >=sys-kernel/linux-headers-2.6.11 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6-makefile-fixup.patch
+   "${FILESDIR}"/${PN}-1.5.10-disable-tests.patch #519062 #522050
+   "${FILESDIR}"/${PN}-1.5.9-header-extern-c.patch
+)
+
+pkg_setup() {
+   # To prevent a failure in test phase and false positive bug reports
+   # we are enforcing the following options because testsuite expects
+   # that these options are available. I.e. testsuite only decides based
+   # on kernel version which tests will be called, no feature checking.
+   if use test ; then
+   CONFIG_CHECK="KEYS"
+   ERROR_KEYS="You must have CONFIG_KEYS to run the package 
testsuite!"
+
+   if kernel_is -ge 2 6 10 && kernel_is -lt 4 0 0 ; then
+   CONFIG_CHECK="${CONFIG_CHECK} KEYS_DEBUG_PROC_KEYS"
+   ERROR_KEYS_DEBUG_PROC_KEYS="You must have 
CONFIG_KEYS_DEBUG_PROC_KEYS to run the package testsuite!"
+   fi
+
+   if kernel_is -ge 4 7 ; then
+   CONFIG_CHECK="${CONFIG_CHECK} KEY_DH_OPERATIONS"
+   ERROR_KEY_DH_OPERATIONS="You must have 
CONFIG_KEY_DH_OPERATIONS to run the package testsuite!"
+   fi
+   else
+   CONFIG_CHECK="~KEYS"
+   ERROR_KEYS="You will be unable to use this package on this 
system because CONFIG_KEYS is not set!"
+
+   if kernel_is -ge 4 7 ; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~KEY_DH_OPERATIONS"
+   ERROR_KEY_DH_OPERATIONS="You will be unable to use 
Diffie-Hellman on this system because CONFIG_KEY_DH_OPERATIONS is not set!"
+   fi
+   fi
+
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # The lsb check is useless, so avoid spurious command not found 
messages.
+   sed -i -e 's,lsb_release,:,' tests/prepare.inc.sh || die
+   # All the test files are bash, but try to execute via `sh`.
+   sed -i -r \
+   -e 's:([[:space:]])sh([[:space:]]):\1bash\2:' \
+   tests/{Makefile*,*.sh} || die
+   find tests/ -name '*.sh' -exec sed -i '1s:/sh$:/bash:' {} + || die
+   # Some tests call the kernel which calls userspace, but that will
+   # run the install keyutils rather than the locally compiled one,
+   # so disable round trip tests.
+   rm -rf tests/keyctl/requesting/{bad-args,piped,valid}
+
+   multilib_copy_sources
+}
+
+multilib_src_compile() {
+   tc-export AR CC CXX
+   sed -i \
+   -e "1iRPATH = $(usex static -static '')" \
+   -e '/^C.*FLAGS/s|:=|+=|' \

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

2020-07-07 Thread Thomas Deutschmann
commit: be0762b91b891319cfcfe50369554e1bd8335edd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jul  7 17:07:35 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jul  7 17:08:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0762b9

www-servers/nginx: bump to v1.19.1 mainline

- nginScript module bumped to v0.4.2

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

 www-servers/nginx/Manifest|2 +
 www-servers/nginx/nginx-1.19.1.ebuild | 1093 +
 2 files changed, 1095 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 6812c9900f4..2f76d10ef21 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,6 +1,7 @@
 DIST modsecurity-2.9.3.tar.gz 4307670 BLAKE2B 
337ea15cc8805af7ab43aed8aecf4c72ccc586d0d7e9d9b91f036a61baa70d1ac8b4ad8045a2bb7a13515912a15fba7d3cdb9670ae6730de43b1e44ee90ded6d
 SHA512 
4e1ea5dd8edadf8f630e4fe92a200d3a8e78963fce3128b5975a1e1ecd0e8bf9ceecd9905c95f8c508932ccd837f1d8ae8bb2ba423307718c3c6a4ae9b783ddd
 DIST nginx-1.18.0.tar.gz 1039530 BLAKE2B 
a8962a6af96acb043ff0c3dc4ad5192083773c449950aff53b01f6f7c46a2a540eb061a43432acccd753fa71067b1451d75f440ba5526575b78608be9d40a50b
 SHA512 
8c21eeb62ab6e32e436932500f700bd2fb99fd2d29e43c08a5bfed4714c189c29c7141db551fcd5d2437303b7439f71758f7407dfd3e801e704e45e7daa78ddb
 DIST nginx-1.19.0.tar.gz 1043748 BLAKE2B 
46647676c2e5dd0b06a1079329d211f7449312873f40d762b1c81841863f61dbc11f836956c006e0283dc79ab9b6bb4b9430136e4c66ff194402413fdc0bdf83
 SHA512 
3240d5dc59877f9d6a95c8779240675cec9290df079b9d52c06147e58900f2e060e768729669ffaf9a2a90bb9abbe8ab7fba24ff65d45fec9eeb3b6733b65f30
+DIST nginx-1.19.1.tar.gz 1047223 BLAKE2B 
a5e7345cfb2b40801be923045374d3e81ff14063bbc09bf7a64d4d9be1841d6a1689ab63d54cba823fd54b6a9e7ff110297755e6adb99c832d6e9fb668b6a03d
 SHA512 
e5448e3fd84c53e96db27329e41baa48c21be4169436eda3704012d0e5de15d938f6aa64dc07cb50002c2173b00fb88db4b1a9061d5f47fa7011ffd524a8ba23
 DIST nginx-auth-ldap-42d195d7a7575ebab1c369ad3fc5d78dc2c2669c.tar.gz 18457 
BLAKE2B 
5ca9e5299b20ab5a93a001cac48e446bd86b3a24ac49e716bc975b128890bdb4b0dbbf5730fbaaeadfd958160093c7a6af798dd0e6de27062f149a760333
 SHA512 
ec59637fda5acac053e815cb1d04b545fc6b765e5ec63d8c2c9c301abad87afaa2698145acac08e9e14c91e1423ebff7aff0cca2b940b19bf4cf53973269
 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 BLAKE2B 
d37ef9a15c91abe3c6258e420d1f99fa452f9d9966a0e13102174973314a3bac5413957a5fe632a9dcb1163b3be5df8116e05cc053ee061e19319ec25f341570
 SHA512 
6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529
 DIST ngx_brotli-25f86f0bac1101b6512135eac5f93c49c63609e3.tar.gz 16201 BLAKE2B 
2da3ce8a9f29b713da4de4cd60fe22256742ff61e1718346e5246ffa0169d5a2e1babb625b16ac52e3b79431f749adb3ee0170957024953c139aaebc7a496478
 SHA512 
c6eb026f204e1e6f930ab7ca68cca78054318e05a0dc11d897d3516380dbc4e42e93d40334e3088bf348d4b7b182e87c77473974719e5850a4f97666f9babbd6
@@ -25,3 +26,4 @@ DIST ngx_metrics-0.1.1.tar.gz 2964 BLAKE2B 
95d71ea26c949c345b83e353bd66a20df18cc
 DIST ngx_mogilefs_module-1.0.4.tar.gz 11208 BLAKE2B 
e0729b66554c8890727190a624d4c9aef6499dfc2e301541a9bfc15690caf6d3155c8a4b8f7a1555a7655b47aa0cd1b797aeb8ba82efa92ab80808218a0bdcff
 SHA512 
b8cb7eaf6274f4e2247dbcb39db05072d2b2d4361256a325fafab5533d7ce0c4ae9e2905b954dfcfa4789c9cab5cccf2ac1c3a1f02f6a327ed95b562d7773ed1
 DIST ngx_rtmp-1.2.1.tar.gz 519919 BLAKE2B 
744ccb8031eb9653f158f9eceba64fc9c8af7b9a42e64ef996ab3bbbe1402e5ffd3efcc8e4aaca437eb5e208e4b6f2d8643fcca953b32f32543eaa1ae4d9505c
 SHA512 
4a0af5e9afa4deb0b53de8de7ddb2cfa6430d372e1ef9e421f01b509548bd134d427345442ac1ce667338cc2a1484dc2ab732e316e878ac7d3537dc527d5f922
 DIST njs-0.4.1.tar.gz 422917 BLAKE2B 
8a6b9c06b74256289636e06437a8160a0e91767959cd2c4dde4f6769437b2654cd2aa6e65902251bd135429c87ef497f7137ffe0afee72c2723d147db8615810
 SHA512 
58ae280be37ac0402886281837b82a7038ea62d3bde5a0857d8008806937b2d11fe4984986b1e40bd9528ee8d2f5aac271346dc387f30930161cc2b41aa08998
+DIST njs-0.4.2.tar.gz 446191 BLAKE2B 
0a9c1d2379fce0d7e08592165d0b43cf0dc32c5ce7d7788d018a620946e45c70dfe2c08688b6579a0c9167c99ce3c3478b7889492f38086eaf14515ed1e85aaf
 SHA512 
37998d830967fd4839a0982c7e6c7be5f8bc434ab4a820ead8ea081afa97dec99107abe6608c7a60c7f506d819afe642bc444d4e3df342aee08a41bc7ccb5e9b

diff --git a/www-servers/nginx/nginx-1.19.1.ebuild 
b/www-servers/nginx/nginx-1.19.1.ebuild
new file mode 100644
index 000..40f819c0570
--- /dev/null
+++ b/www-servers/nginx/nginx-1.19.1.ebuild
@@ -0,0 +1,1093 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+# Maintainer notes:
+# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
+# - any http-module activates the main http-functional

[gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/

2020-07-07 Thread Andrew Ammerlaan
commit: 099f5857eaf1fd9e059260fa9845256ab2c34f32
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jul  7 14:05:07 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jul  7 14:05:07 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=099f5857

net-misc/purritobin: drop old version

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/Manifest|  1 -
 net-misc/purritobin/purritobin-0.2.2.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index c4aa47f..55b7859 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.2.2.tar.gz 11223 BLAKE2B 
da28aab88578a076f3fb795264d8dc35fb279c9ce6ed170187b9269cd80c135e9f03b06bf5668f55272b6bc479aefedfe389a0b58eb52eac7d6a9c9129f42de4
 SHA512 
5bf64e62333f72a98c5e00b45885012212df6d88a609c7b71aecccb89b87ea6370567efa7a5b6c9ed0f09fb6b5ba15cb2769f67509fa6ee49a00ce19e5968f18
 DIST purritobin-0.2.3.tar.gz 11243 BLAKE2B 
0859500ff4bc818d2beeccd445118e3f5c20e88c486a63bd4ab75ce74f7bcf681f7d56f02cd995285784dc2951d29547f616637c076cb0bdf2fc9eca4f3eecce
 SHA512 
f0642cac76ef4f27658be6b9fb89f4518b4a2edef9ad26d292c05f70f4d2b842cfad0ea26acf569e43e70dfca19d94f11e28ec09b161139ae5bddc63f0ac6af5

diff --git a/net-misc/purritobin/purritobin-0.2.2.ebuild 
b/net-misc/purritobin/purritobin-0.2.2.ebuild
deleted file mode 100644
index 301a1af..000
--- a/net-misc/purritobin/purritobin-0.2.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git";
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="libuv static-libs"
-
-RDEPEND="net-libs/usockets[libuv=,static-libs?]
-   libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
-"
-DEPEND="${RDEPEND}
-   www-apps/uwebsockets
-"
-
-src_prepare() {
-   sed -i -e "s:.ifdef:ifdef:g" \
-  -e "s:.else:else:g" \
-  -e "s:.endif:endif:g" \
-  Makefile
-   default
-}
-
-src_compile() {
-   env LDFLAGS="-L/usr/$(get_libdir)" \
-   emake $(usex libuv USE_DLIBUV=1 '') \
-   $(usex static-libs USE_STATIC=1 '') \
-   all
-}
-
-src_install() {
-   emake prefix="/usr" \
- DESTDIR="${D}" \
- install
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/

2020-07-07 Thread Andrew Ammerlaan
commit: 6d1d74990c9e30b4e25322f5f367b7611c2bc038
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jul  7 14:04:31 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jul  7 14:04:31 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d1d7499

net-misc/purritobin: version bump to 0.2.3

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/Manifest|  1 +
 net-misc/purritobin/purritobin-0.2.3.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index bc91a79..c4aa47f 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
 DIST purritobin-0.2.2.tar.gz 11223 BLAKE2B 
da28aab88578a076f3fb795264d8dc35fb279c9ce6ed170187b9269cd80c135e9f03b06bf5668f55272b6bc479aefedfe389a0b58eb52eac7d6a9c9129f42de4
 SHA512 
5bf64e62333f72a98c5e00b45885012212df6d88a609c7b71aecccb89b87ea6370567efa7a5b6c9ed0f09fb6b5ba15cb2769f67509fa6ee49a00ce19e5968f18
+DIST purritobin-0.2.3.tar.gz 11243 BLAKE2B 
0859500ff4bc818d2beeccd445118e3f5c20e88c486a63bd4ab75ce74f7bcf681f7d56f02cd995285784dc2951d29547f616637c076cb0bdf2fc9eca4f3eecce
 SHA512 
f0642cac76ef4f27658be6b9fb89f4518b4a2edef9ad26d292c05f70f4d2b842cfad0ea26acf569e43e70dfca19d94f11e28ec09b161139ae5bddc63f0ac6af5

diff --git a/net-misc/purritobin/purritobin-0.2.3.ebuild 
b/net-misc/purritobin/purritobin-0.2.3.ebuild
new file mode 100644
index 000..301a1af
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.2.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git";
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="libuv static-libs"
+
+RDEPEND="net-libs/usockets[libuv=,static-libs?]
+   libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
+"
+DEPEND="${RDEPEND}
+   www-apps/uwebsockets
+"
+
+src_prepare() {
+   sed -i -e "s:.ifdef:ifdef:g" \
+  -e "s:.else:else:g" \
+  -e "s:.endif:endif:g" \
+  Makefile
+   default
+}
+
+src_compile() {
+   env LDFLAGS="-L/usr/$(get_libdir)" \
+   emake $(usex libuv USE_DLIBUV=1 '') \
+   $(usex static-libs USE_STATIC=1 '') \
+   all
+}
+
+src_install() {
+   emake prefix="/usr" \
+ DESTDIR="${D}" \
+ install
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: media-sound/scream/

2020-07-07 Thread Andrew Ammerlaan
commit: 7391f2be8a0dd4900441cdc2d27d97fabd8a0cf1
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Mon Jul  6 21:54:34 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jul  6 21:54:34 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7391f2be

media-sound/scream: version 3.6

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Alexey Sokolov  asokolov.org>

 media-sound/scream/Manifest | 2 +-
 media-sound/scream/{scream-3.5.ebuild => scream-3.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/scream/Manifest b/media-sound/scream/Manifest
index e2f3b4d..d7e02ef 100644
--- a/media-sound/scream/Manifest
+++ b/media-sound/scream/Manifest
@@ -1 +1 @@
-DIST scream-3.5.tar.gz 995382 BLAKE2B 
96e5d0d0fe49a215ec78cb02be45fab700af90dd6ccce2e5f44f39aa3544046cf5b650ed0efadd7173ca01c382fc38f644bd237c4447695df024f03da6c1beb7
 SHA512 
39c61521160cc7d42a7934df42928b0198b85606fd5feb2c28a3ccb80714243398041aaa7dfef71d037570ecd30d8c790271589716643a87bda96478c14690d0
+DIST scream-3.6.tar.gz 999237 BLAKE2B 
d199d9658958ac53d973c25421ee3a7f2c1ec9666c34596639942bcbfa5efb60e4aad033adc2fdbd810f676f412357283dc5fda6224752587498f7636ade1662
 SHA512 
4fd07a808d8f0ead3551061e96fe2f9b54ef6f34d1d615fb6454185fc6ffc67f71afb08a876550363cb3f8c15bbff461936808031e5aba5885626c92880e92ec

diff --git a/media-sound/scream/scream-3.5.ebuild 
b/media-sound/scream/scream-3.6.ebuild
similarity index 100%
rename from media-sound/scream/scream-3.5.ebuild
rename to media-sound/scream/scream-3.6.ebuild



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

2020-07-07 Thread Michał Górny
commit: e44c4bd439a9f1b20e3769f0ba10a27c1a67a2c7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 15:34:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 15:34:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44c4bd4

dev-python/fsspec: Add test-dep on numpy

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

 dev-python/fsspec/fsspec-0.7.4.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/fsspec/fsspec-0.7.4.ebuild 
b/dev-python/fsspec/fsspec-0.7.4.ebuild
index 29d487b579e..f02a30279fc 100644
--- a/dev-python/fsspec/fsspec-0.7.4.ebuild
+++ b/dev-python/fsspec/fsspec-0.7.4.ebuild
@@ -22,7 +22,10 @@ KEYWORDS="amd64 ~x86"
 
 BDEPEND="
dev-python/versioneer[${PYTHON_USEDEP}]
-   test? ( dev-vcs/git )"
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
 
 distutils_enable_tests pytest
 



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

2020-07-07 Thread Michał Górny
commit: 60a35748f819aa4d0b38d04731efd7b7e8ae6cc2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 15:30:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 15:30:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a35748

dev-python/testfixtures: Require sqlite for django test

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

 dev-python/testfixtures/testfixtures-6.14.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/testfixtures/testfixtures-6.14.1.ebuild 
b/dev-python/testfixtures/testfixtures-6.14.1.ebuild
index 3dccebaaf69..1c445c87827 100644
--- a/dev-python/testfixtures/testfixtures-6.14.1.ebuild
+++ b/dev-python/testfixtures/testfixtures-6.14.1.ebuild
@@ -17,12 +17,12 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
)
test? (
+   $(python_gen_impl_dep sqlite)
dev-python/django[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-django[${PYTHON_USEDEP}]



  1   2   >