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

2021-04-23 Thread Oliver Freyermuth
commit: 5b8ea731eb48e9a81545c069643029734776e2fe
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Apr 23 07:03:59 2021 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Fri Apr 23 07:04:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b8ea731

media-video/mpv-mpris: Do not call pkg-config directly.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 media-video/mpv-mpris/mpv-mpris-0.5.ebuild  | 2 +-
 media-video/mpv-mpris/mpv-mpris-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild 
b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
index ef693dac1..4bfc1e8b8 100644
--- a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
@@ -30,7 +30,7 @@ DOCS=(
 )
 
 src_compile() {
-   emake CC="$(tc-getCC)"
+   emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
 }
 
 src_install() {

diff --git a/media-video/mpv-mpris/mpv-mpris-.ebuild 
b/media-video/mpv-mpris/mpv-mpris-.ebuild
index ef693dac1..4bfc1e8b8 100644
--- a/media-video/mpv-mpris/mpv-mpris-.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-.ebuild
@@ -30,7 +30,7 @@ DOCS=(
 )
 
 src_compile() {
-   emake CC="$(tc-getCC)"
+   emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/

2021-04-23 Thread Mathieu Tortuyaux
commit: a1a679c0290acc4c9db11d9024e8a5d5713e52e2
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Fri Apr 23 07:13:53 2021 +
Commit: Mathieu Tortuyaux  gmail  com>
CommitDate: Fri Apr 23 07:14:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1a679c0

app-misc/afetch: remove direct CC call

Closes: https://bugs.gentoo.org/784809
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux  gmail.com>

 app-misc/afetch/afetch-2.1.0.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-misc/afetch/afetch-2.1.0.ebuild 
b/app-misc/afetch/afetch-2.1.0.ebuild
index 166978dbf..377e2194e 100644
--- a/app-misc/afetch/afetch-2.1.0.ebuild
+++ b/app-misc/afetch/afetch-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit savedconfig
+inherit savedconfig toolchain-funcs
 
 DESCRIPTION="Simple system info written in C"
 HOMEPAGE="https://github.com/13-CF/afetch/";
@@ -14,12 +14,16 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="savedconfig"
 
+src_compile() {
+   emake CC="$(tc-getCC)" DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr afetch
+}
+
 src_prepare() {
default
restore_config src/config.h
 }
 
 src_install() {
-   emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install
+   default
save_config src/config.h
 }



[gentoo-commits] repo/proj/guru:dev commit in: www-servers/hinsightd/

2021-04-23 Thread Alexandru Campeanu
commit: 4d80cc06ee59e44ae9548ebf9a593e3f5e2dcef6
Author: tiotags  gmail  com>
AuthorDate: Fri Apr 23 07:21:59 2021 +
Commit: Alexandru Campeanu  gmail  com>
CommitDate: Fri Apr 23 07:22:12 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d80cc06

www-servers/hinsightd: lua-single, multiple tweaks

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu  gmail.com>

 www-servers/hinsightd/hinsightd-0.9.0.ebuild | 6 +++---
 www-servers/hinsightd/hinsightd-.ebuild  | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild 
b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
index 744bf8aab..7f95594b6 100644
--- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild
+++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
@@ -5,11 +5,11 @@ EAPI=7
 
 LUA_COMPAT=( lua5-1 )
 
-inherit fcaps lua
+inherit fcaps lua-single
 
 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";
-SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v0.9.0/hin9-v0.9.0.tar.gz";
+SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
@@ -51,7 +51,7 @@ src_compile() {
 src_install() {
newbin "${S}/build/hin9" hinsightd
newinitd "${FILESDIR}/init.d.sh" hinsightd
-   #systemd_dounit "${FILESDIR}/hinsightd.service" # not tested
+   systemd_dounit "${FILESDIR}/hinsightd.service" # not tested
 
insinto /etc/hinsightd
newins "${S}/workdir/main.lua" hinsightd.lua

diff --git a/www-servers/hinsightd/hinsightd-.ebuild 
b/www-servers/hinsightd/hinsightd-.ebuild
index d0fcda423..cfc31c90f 100644
--- a/www-servers/hinsightd/hinsightd-.ebuild
+++ b/www-servers/hinsightd/hinsightd-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-{1..4} )
 
-inherit git-r3 fcaps lua
+inherit git-r3 fcaps lua-single
 
 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";
@@ -49,7 +49,7 @@ src_compile() {
 src_install() {
newbin "${S}/build/hin9" hinsightd
newinitd "${FILESDIR}/init.d.sh" hinsightd
-   #systemd_dounit "${FILESDIR}/hinsightd.service" # not tested
+   systemd_dounit "${FILESDIR}/hinsightd.service" # not tested
 
insinto /etc/hinsightd
newins "${S}/workdir/main.lua" hinsightd.lua



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

2021-04-23 Thread Michał Górny
commit: 270e67cd5f06375a10d22122a08391a63fbe0352
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:07:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270e67cd

dev-python/line_profiler: Bump to 3.2.1

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

 dev-python/line_profiler/Manifest  |  1 +
 .../line_profiler/line_profiler-3.2.1.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/line_profiler/Manifest 
b/dev-python/line_profiler/Manifest
index af93c64fe4d..29d93958e28 100644
--- a/dev-python/line_profiler/Manifest
+++ b/dev-python/line_profiler/Manifest
@@ -1 +1,2 @@
 DIST line_profiler-3.0.2.tar.gz 45185 BLAKE2B 
04e617cc7b6c9686192281ab1cdfdef2cfc6ce3c7aa6b9962ed2369620618af8835b93bafe89f8d1288b45d4120d71f728ec577d5c5d035699c2d7a49d6be7c1
 SHA512 
9a5d1821c02fc063081854ba98a17eca21af65d5aecf4ce32c67806d31bf0c936291a30409845ce6f94211cdaaaf0859ab5e2b437e1a086fd4f60fc2a0fd2742
+DIST line_profiler-3.2.1.gh.tar.gz 54639 BLAKE2B 
8840ac41397aa5d5c0cb94dec5f673a021a9bad18a7d67d73a2d90bf59745c5e35f205d67d28edd3ceade075320c6fe00426d5cf536b9b2953fbbf90539a5e9a
 SHA512 
6e4e0fcb44df6a4eeafa66e8254e511ef0a0c616e9c2bb4bac6bc29df5efa1849f9e75e998770ec6fbe62916a22b17465cdc66c61ffa52658a9bdb773490

diff --git a/dev-python/line_profiler/line_profiler-3.2.1.ebuild 
b/dev-python/line_profiler/line_profiler-3.2.1.ebuild
new file mode 100644
index 000..f654df56292
--- /dev/null
+++ b/dev-python/line_profiler/line_profiler-3.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+# force it to match scikit-build
+CMAKE_MAKEFILE_GENERATOR=ninja
+
+inherit cmake distutils-r1
+
+DESCRIPTION="Line-by-line profiler"
+HOMEPAGE="https://github.com/pyutils/line_profiler/";
+SRC_URI="
+   https://github.com/pyutils/line_profiler/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
+# technically, the package claims to support non-scikit-build build
+# but it's clearly unmaintained and broken at the moment
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/scikit-build[${PYTHON_USEDEP}]
+   test? (
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/ubelt[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests --install pytest
+
+src_prepare() {
+   cmake_src_prepare
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   distutils_install_for_testing
+   cd tests || die
+   epytest
+}



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

2021-04-23 Thread Michał Górny
commit: 7bdbfc1473e8fad3ddefc529a0f07f2c9228837c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 06:44:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdbfc14

dev-python/breathe: Bump to 4.29.1

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

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.29.1.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 613f9647998..891cc422243 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,3 +1,4 @@
 DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
 DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
 DIST breathe-4.29.0.tar.gz 189293 BLAKE2B 
8eeca14c24b819c4a6510674a55a4f6f9397e33752f449c138a4b3f8fa139d50a7dd2446dcbd297ac6eb7b666090e11fec3de770120e1b581d1586d9f1356bc5
 SHA512 
2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d
+DIST breathe-4.29.1.tar.gz 190929 BLAKE2B 
cb5cbad4005e0d6ae292d13f2011b6d254b519adaa07b6495f577c6ff5fe0eafcec9bed5cbfca0d11b7e8a51c184a0d9100cdf260db462fde83071548831da31
 SHA512 
a235a7b15dba12e463ffc078e6cc94a60eed8371b51182a4c55691ae2c42d76e1cfbb957ccc9d82a79e2a08297a4b93121811990421e92b9464fd8bf9c78

diff --git a/dev-python/breathe/breathe-4.29.1.ebuild 
b/dev-python/breathe/breathe-4.29.1.ebuild
new file mode 100644
index 000..0d578843def
--- /dev/null
+++ b/dev-python/breathe/breathe-4.29.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="
+   https://breathe.readthedocs.io/en/latest/
+   https://github.com/michaeljones/breathe/";
+SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove stale dep
+   sed -i -e "s:'six>=1.9'::" setup.py || die
+   distutils-r1_src_prepare
+}



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

2021-04-23 Thread Michał Górny
commit: d6de89c5dc75ecc41c4aeacbfd8d56048f759ae0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:08:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6de89c5

dev-python/botocore: Bump to 1.20.56

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.20.56.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 806fcf19035..6e2cb1088f4 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -7,3 +7,4 @@ DIST botocore-1.20.52.tar.gz 7649448 BLAKE2B 
3b27f838ca985df19ab97200c57eea65e43
 DIST botocore-1.20.53.tar.gz 7650473 BLAKE2B 
797280da052c547c10dc7c391b4d070624bd52ae8372f46e29b863ef5abf02f167d459f1013e2b46e3bb6878203f6dc7dabbad141fc89a52a46a770ec45a0cfb
 SHA512 
ad7bc9fd06b24c8f15826ed19d6c5163d048206724c91dc82df58bb9d1bdcddaafd116543fe667df356fd5c098a975621f2e649df5937f97f54ddc9c15867252
 DIST botocore-1.20.54.tar.gz 7650344 BLAKE2B 
2dd0a3f8c7c5665e849cf74b663a88e63416f1dea8ca3ee7dbdf10cf35239d466919f2ae4b3c9a639b9e25a23d982b723b24f32ece43715d40283e96e3bf10f6
 SHA512 
77cdaf68378836205c94c7dfd8424f9ca44ac822fd418d323df30639157bb38e5534fcfbc5bb6cdd7695bec62e24a1d52b81a0be54b0f69f16d20c5182db004b
 DIST botocore-1.20.55.tar.gz 7652816 BLAKE2B 
fa31d72dc769629165a1fa26b23f27affa8bddc5441493dc7690429e323d8af5c71fe52c4d90b37f3233984cdeab0999609759a7df60e894023005ea88878a1b
 SHA512 
a4965c2a496b7e4a2fc28221cb2a1099ee7fe80744825ef2dbaecc129eb50bf82bc0f83ec2a0040745b59a6d556de8c066ecbd63287ed9c806b92a67937d8f02
+DIST botocore-1.20.56.tar.gz 7654165 BLAKE2B 
379dcdcb7f528124a925c5ec191448cd319ab687bea88adfef8e6bd2867d78c5a12e9829af93a8ddc6bd429b53225c73eb27ada2b469ce970ef5c6992d755bf7
 SHA512 
a414358bcef8a87523119b92b75cc152b3e5e3b7b27a04ad84e28b59367f91994870046ef3b2219ebfda4a0cb79e6a2b0b4f7f8cd2bf2133987358f1dd3bf4fd

diff --git a/dev-python/botocore/botocore-1.20.56.ebuild 
b/dev-python/botocore/botocore-1.20.56.ebuild
new file mode 100644
index 000..4e5d698e619
--- /dev/null
+++ b/dev-python/botocore/botocore-1.20.56.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2021-04-23 Thread Michał Górny
commit: 4c236114607e7dbd653d38a1fa08b3f23402fdc0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:09:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c236114

dev-python/s3transfer: Bump to 0.4.2

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

 dev-python/s3transfer/Manifest|  1 +
 dev-python/s3transfer/s3transfer-0.4.2.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 78bd7e34967..322e69851e4 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,3 +1,4 @@
 DIST s3transfer-0.3.6.tar.gz 118877 BLAKE2B 
0567b69ee71bd470b3b5bccce3db3e923eee6d8744d9e0e5a1789f3ba5f419742859f530ab43295e5ccb7ffe3c04da8db7ef92c973afac97ff2580bc13c6934f
 SHA512 
3bf97f080b63a88f2860051ef9c0ecd4f06adf1a22eb5bd57c543532f7e85c39f722f0c9cd24022ac0ed3a54ca48a089a10b86703cb866730e265e53acbe602f
 DIST s3transfer-0.3.7.tar.gz 120311 BLAKE2B 
a5de6ce10527495843605ea9e887ccbfead86f32d0eaa2f68dcc21dceb35c86cc21690bd82e3edd5a033699cf4257db93588cf7bbea8f75c01a80c29a17397fb
 SHA512 
b341103e87c092b1c016dc8bfc45b4564c54f5c5a1f3549cf421802620b755d0779b80718a5b4357d3b206b71773fb2b28571730b673fd9af27fc8a3a40ce1b4
 DIST s3transfer-0.4.1.tar.gz 129580 BLAKE2B 
5b700fc9b7222b32ea74fa0f2ff59754412e4a65eda028433659861538160cb016e3f97421e237b8050920eaf2609fb0756ffc568331c15b1eb313976df30aac
 SHA512 
1de0569d99bf32b5a3a2c240755d82050f4bf72fd98449e19c2807d21180415edff77b86bfc47d0e8c4952a066c933589862cc08851a7b87b1521e4af7da27f9
+DIST s3transfer-0.4.2.tar.gz 129664 BLAKE2B 
fb3658efd7a6aa6ba42ca55a1f9efc19671806fa22db7f6f5a30aaf19615863e027cabd472345637fd41f2c0436ad8f6b034f6bdf75187a71d2c6eacdbdee914
 SHA512 
8dabdc0d233f6edcf35d9fe1a06b6fd5bb5f589f455d6d53ad989c7eb368cefab4fee90e707bb8fa09f2caac6a27e67ee7aa3ada5709be43f2b649302e412efc

diff --git a/dev-python/s3transfer/s3transfer-0.4.2.ebuild 
b/dev-python/s3transfer/s3transfer-0.4.2.ebuild
new file mode 100644
index 000..f64a2ccad3b
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.4.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/botocore[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest tests/{unit,functional}
+}



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

2021-04-23 Thread Michał Górny
commit: 769519be3b1db7249ad32034d6adb9bf0bc5fbe0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:21:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769519be

dev-python/lunr: Bump to 0.6.0

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

 dev-python/lunr/Manifest  |  1 +
 dev-python/lunr/lunr-0.6.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/lunr/Manifest b/dev-python/lunr/Manifest
index 068fdf0ab70..05e90879828 100644
--- a/dev-python/lunr/Manifest
+++ b/dev-python/lunr/Manifest
@@ -1,2 +1,3 @@
 DIST lunr-0.5.8.tar.gz 834919 BLAKE2B 
970cc12fb30bc849d4ef846818f93fa7b7701b1155c9b7880f3a63384a8f353c760be5dc6c37188db656e7424715aa854f20615ae652b0a5c9e656871be490af
 SHA512 
90c279b9e91744f19c4a155947526bff749aee5d727bc38cc36ee05228a6624419a54bef4214e8195a69abcf1a5b40b29c4fa8b14bece0befbde02d13af969ac
 DIST lunr-0.5.9.tar.gz 837871 BLAKE2B 
988d4b6a59a868b2e06d5454dd1e4932981328ddfc6312027f22dd11228547c6ab21c096f3e673ea5aee0745fcd718ac805bc2067b834ed64841a8592f4317c1
 SHA512 
e2efa0b22af79140befe9d16e8f9fd3cd57f5413b466447eecb9a21ad2f50a6b31f27510bc7558662f418023290350730e6517b202b9d5ae06428ccdac12ebd9
+DIST lunr-0.6.0.tar.gz 839533 BLAKE2B 
fce81bfe0e12138b8ab335ecec828ac18be13f0d9f823218de11d701c4d44f54c06360c4c8f1c96fd36b634094b6f10bd964c9d4e154dc208cad1f36e4b32f47
 SHA512 
2067c34c12f77ab0fb32c7f800ea3c647a1073c061a14f2b72b2b95fc8d624429aa37e85992eee5d5b24add179eab1d81af52af09f0db67d6cae459a5faa0925

diff --git a/dev-python/lunr/lunr-0.6.0.ebuild 
b/dev-python/lunr/lunr-0.6.0.ebuild
new file mode 100644
index 000..665f1c77728
--- /dev/null
+++ b/dev-python/lunr/lunr-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+DOCS_BUILDER="mkdocs"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Python implementation of Lunr.js"
+HOMEPAGE="https://github.com/yeraydiazdiaz/lunr.py";
+SRC_URI="https://github.com/yeraydiazdiaz/lunr.py/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}.py-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/nltk[${PYTHON_USEDEP}]"
+
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest --ignore tests/acceptance_tests
+}



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

2021-04-23 Thread Michał Górny
commit: 387a5c87b988d3a932427111e96f46b850121901
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:21:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387a5c87

dev-python/lunr: Add python@ as co-maint.

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

 dev-python/lunr/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/lunr/metadata.xml b/dev-python/lunr/metadata.xml
index bfb6f407222..602cb18ef31 100644
--- a/dev-python/lunr/metadata.xml
+++ b/dev-python/lunr/metadata.xml
@@ -9,6 +9,9 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   pyt...@gentoo.org
+   


lepture/python-livereload



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

2021-04-23 Thread Michał Górny
commit: fa8ffaf9b1499010b6a7718451efd7edaac51c72
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:06:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8ffaf9

dev-python/pikepdf: Bump to 2.11.2

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

 dev-python/pikepdf/Manifest  |  1 +
 dev-python/pikepdf/pikepdf-2.11.2.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index 76425269090..5a22dfb163e 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,3 +1,4 @@
 DIST pikepdf-2.10.0.tar.gz 2376794 BLAKE2B 
c9f85ddec15a7eaef2ed3c43221196d957dc5d8d03aa9931886d52653efa238d6d847862e2610edcfca85cd2ad0746f2f0ae78e70ecdcc1a37b4f6644dd2
 SHA512 
d2a8ecd91ef4ae8c16b5e6fcd7149a1180d6c7c1f16c262566d7d43f82d25a6701676511c8327b265cf0ac2bfc6db29b43c4713e4b51651fdb5f680449a53af0
 DIST pikepdf-2.11.0.tar.gz 2382340 BLAKE2B 
60a09d1b7f463720af17be4b3ac70fd575f01f0e4f27b87723fddf18424d97fddc6f11de59bb1a061496f9d847babfcf3446d3bbd7445dea56106879a2ff31a3
 SHA512 
d55c10799667a142ed651ab36de01011abad0ae95c3dc267871147deb458e0930aba6fd5c3a20487641f2d8fa60d7b15f6ba40cbb2370bc13ef418ce3b300233
 DIST pikepdf-2.11.1.tar.gz 2382829 BLAKE2B 
97a3cd65c22de0e7e3ab3099a3f51993367ec7b7fe5353d0cad0f68e309df1a3c0aedf9e391cced16bd3c11e5353dfce464632c1ac890b2cd412b0e1f84e71b7
 SHA512 
26589155b4380cfd0a97a6eb3c130a1b71535f182f8cac0a19f0ea8b1ff749bb58dad4a5f881d27f404a6b20db9581d3915323ed9739704f8e52e51a1b5ecb16
+DIST pikepdf-2.11.2.tar.gz 2297115 BLAKE2B 
c1ab1b99d13da7a52eda214d550597871f4d67553490f2c14096e6a620fa8bab6278a34b39e162de1bd0d71f781b79011468e5d045201dc936ec8eef07272657
 SHA512 
ff86e5c12e029978c0eb8e6bae7c5cd9a1b8e1f8eb07a6e623767ccb14ecc747493aa9eefc48be25464192e97eba5cd49c56983182f237532c4b4817b5732c28

diff --git a/dev-python/pikepdf/pikepdf-2.11.2.ebuild 
b/dev-python/pikepdf/pikepdf-2.11.2.ebuild
new file mode 100644
index 000..2a76869d388
--- /dev/null
+++ b/dev-python/pikepdf/pikepdf-2.11.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+DESCRIPTION="Python library to work with pdf files based on qpdf"
+HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf";
+SRC_URI="
+   https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
+   -> ${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-text/qpdf:0="
+RDEPEND="${DEPEND}
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pybind11[${PYTHON_USEDEP}]"
+BDEPEND="
+   >=dev-python/pybind11-2.6.0[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
+   >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
+   >=dev-python/psutil-5[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
+   )"
+
+#distutils_enable_sphinx docs \
+#  dev-python/ipython \
+#  dev-python/matplotlib \
+#  dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/wheel/d' setup.py || die
+   sed -i -e '/-n auto/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-04-23 Thread Michał Górny
commit: ee6ec675f0b1b69af95f766ef69496bd5e05aff7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:08:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6ec675

dev-python/boto3: Bump to 1.17.56

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 514d54aa11f..e198761a99d 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -7,3 +7,4 @@ DIST boto3-1.17.52.tar.gz 361931 BLAKE2B 
d7660d9e304faeec4f0922a03df2805ee8e619c
 DIST boto3-1.17.53.tar.gz 362118 BLAKE2B 
5f143166cee5a3a3201eb2575cce540ba21772d1b436e255d304503ab49fadad80f737ae652fd6917bd70ee3a308b955a9c1bbe0e592d7df298f55089638b4dd
 SHA512 
87496e0ab4ac12cbd8f0c10669f8d64f4e6183baf5bdc4f7f4e732e46e073d8a54417149e21f10c6b38562f3f105646d85dc21675ca23f75c9a8dba252f571b1
 DIST boto3-1.17.54.tar.gz 362224 BLAKE2B 
d67ea9a2833d4cf6ec50fc4eab9c194f813f92ef00fa0d1638e0dca0bf03a92fa5208707b3ceda70759231aa69c35bf83028eada42d04209a55d05daf37ce764
 SHA512 
795a78807e8aad9ba53b196ac6b3547e23d2f7cc962a34121280fe47dfa8f99eac19765c87817918c6ee36dfb7e2b647e5646b7da27eb67900f29430bfe2fb5c
 DIST boto3-1.17.55.tar.gz 362821 BLAKE2B 
82d4b8fccc858fe3eab1d225cac7b4b51e9a24317e4f405804abd1d6e78f821e00c63a94d02f335313b1c884ab9f8246a7764335d1ab0bbcf6afb613184a7215
 SHA512 
e7496112ed5dece4f74bf9ea48324b719207e878e3d8fbe642e2bc3d13e653942c4712120cdf6be01cde1511210cd74be549b68032589962d49db68e9d29deb5
+DIST boto3-1.17.56.tar.gz 363210 BLAKE2B 
cd3fd8fbeaf55ef7b3b4fb9ec345619f7b0fb084c452c1f256c839fd57b9b060468fbb29d104004e4dbe06445911fca5ca91bba7e95fbbb4fcd3856051290368
 SHA512 
936a358a06328c8b97bdaf86fe86e56230ec9e84f7d31e9840de646e8db090b2ede21615a6c394c2e7bf572df649601b00b71ade4bd19786c04e11a0381a9787

diff --git a/dev-python/boto3/boto3-1.17.56.ebuild 
b/dev-python/boto3/boto3-1.17.56.ebuild
new file mode 100644
index 000..74b9170a911
--- /dev/null
+++ b/dev-python/boto3/boto3-1.17.56.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3";
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2021-04-23 Thread Michał Górny
commit: 8f7dd03bdbe76376c789dd480075f55280c325c5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 06:39:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7dd03b

dev-python/xlsxwriter: Bump to 1.4.0

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

 dev-python/xlsxwriter/Manifest|  1 +
 dev-python/xlsxwriter/xlsxwriter-1.4.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index eb8b391d627..c5ee2c101a3 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1,3 +1,4 @@
 DIST XlsxWriter-RELEASE_1.3.8.tar.gz 32860748 BLAKE2B 
ef60f0a28cf07c3cf9f13ead3dd02ac952ae6fbd92cb88a2e8ee7593ddb53cc705e1cc4315e943e4c2634bf7a1520184951972b19b7c8d0ba9d70f0814020cbe
 SHA512 
1c2826daf3ed68a1148bf690defe1ba3d2af2640fe398e7741d12f146198823f27659bf8d604ac05c02fb262db218651ad57baf470623ba41009a0b5f4d8f598
 DIST XlsxWriter-RELEASE_1.3.9.tar.gz 32931982 BLAKE2B 
3cf4d6497e615b8404da6bcfb610f1a728d6a47a5c70feee82098bf30be46a2b0fcbfaa5ba5fb88544a96bf9bd4c0187721b2db27484e1e293fa3fc45c0ebeef
 SHA512 
1227788c98381fbbfee02c31d846d54ab769bdb8feeb179fa8462278614d8c75d71ee6d2fc4204e8677ebe949add14b1a5448c36bf0e8721eec5b8789da0b676
+DIST XlsxWriter-RELEASE_1.4.0.tar.gz 32749880 BLAKE2B 
bad24f970f3adb9cf9a32adb7576fc3b5e854b5e4ce31fd40b70b840fcb08feb07713e9e0b19549660b3f7424904886935b3b655e0a24a1e837286754adeb38d
 SHA512 
6bc918e80dab7181447d02be2064cebb3ee2142cc8f378f663b957c9d7a4c40d6c1be9fc58e73f58dd9c5e7aa3bf16187b0ac368e1604f64cc44a94c20011626
 DIST xlsxwriter-1.3.7-tests.tar.gz 32545996 BLAKE2B 
789ee62a955422629f5a1ab80924774a98c34b2276f9fbc865d6a9d0e31778a49c5b4be72b3f7db55a13ff1d265514bd1dfaadb9243b21faa8ed2740db60ebd7
 SHA512 
516be34f5f5fd64835a4015c6eb23c23e8aabb34adc189a50f6ff4afe5cb31f01282870ce037679d14e0c40757f1ed51d26b4cb8fecdf952b4c38b6638d1d72f

diff --git a/dev-python/xlsxwriter/xlsxwriter-1.4.0.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-1.4.0.ebuild
new file mode 100644
index 000..c262df7065c
--- /dev/null
+++ b/dev-python/xlsxwriter/xlsxwriter-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+TAG=RELEASE_${PV}
+MY_P=XlsxWriter-${TAG}
+DESCRIPTION="Python module for creating Excel XLSX files"
+HOMEPAGE="https://github.com/jmcnamara/XlsxWriter";
+SRC_URI="
+   https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
+   -> ${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest



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

2021-04-23 Thread Michał Górny
commit: bbea50e4972472d4603ad280a85b67018f2d7162
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:17:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbea50e4

dev-python/watchdog: Bump to 2.0.3

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

 dev-python/watchdog/Manifest  |  1 +
 dev-python/watchdog/watchdog-2.0.3.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/watchdog/Manifest b/dev-python/watchdog/Manifest
index 7794392df31..c67d748f4a7 100644
--- a/dev-python/watchdog/Manifest
+++ b/dev-python/watchdog/Manifest
@@ -1,2 +1,3 @@
 DIST watchdog-1.0.2.tar.gz 91796 BLAKE2B 
001cbe82ff8aff0c4e56e4d1f02519047580cccb48466566ad7c9c1f462f90a9a036cf90846eb38ec4fb24ff1df2a1ddfec20b3f0587afdc1f938ada1bb0b1ef
 SHA512 
e87a0955ce822daabd7d030804876698f98ed2aad58486e26a94585763655302063f091b653abd385ea99642361b6253d8e051d96019b243a77b078ba86b0d6e
 DIST watchdog-2.0.2.tar.gz 95452 BLAKE2B 
e3a071cdf1c47698cd54bbaf925c4eb7e2af7398ced73aa332e57472cba2f5ce2ce1b96a31d3f5f3a525cabf81d5de528d95d0c59148150f407abb8ebc64538e
 SHA512 
6134ad22b350b7b2893b564c4f02bd35b1be515fa18dd7f7000b191994b5ba48c5bf573819d2f363de227481a6bb8a0a14973e7c6611de367df2a3f228656ed1
+DIST watchdog-2.0.3.tar.gz 95524 BLAKE2B 
568e9d66efbfa98c19dab704681dbc48f869b59d51d7c7ff7ce1fd7465efcc6233f871e7f9276f2732692645491f2fd197a639b17e9a3d8abb76d0148a934796
 SHA512 
e1c506e4ead8c3ee8d19e456b67623f3a1823007be6c1fad0d76c697205696183e7bd15e46c21bf61abce6dd16d267e55da8986633337d10c609318fb958

diff --git a/dev-python/watchdog/watchdog-2.0.3.ebuild 
b/dev-python/watchdog/watchdog-2.0.3.ebuild
new file mode 100644
index 000..ac974a0c8ed
--- /dev/null
+++ b/dev-python/watchdog/watchdog-2.0.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python API and shell utilities to monitor file system events"
+HOMEPAGE="https://github.com/gorakhargosh/watchdog";
+SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   dev-python/argh[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   test? (
+   >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/--cov/d' setup.cfg || die
+   default
+}
+
+python_test() {
+   epytest -p no:django
+}
+
+pkg_postinst() {
+   optfeature "Bash completion" dev-python/argcomplete
+}



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

2021-04-23 Thread Michał Górny
commit: fd22742d770174db0654a5e6b0dcecb4c2e88973
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 07:07:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd22742d

dev-python/line_profiler: Add python@ as co-maint.

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

 dev-python/line_profiler/line_profiler-3.2.1.ebuild | 5 +
 dev-python/line_profiler/metadata.xml   | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/dev-python/line_profiler/line_profiler-3.2.1.ebuild 
b/dev-python/line_profiler/line_profiler-3.2.1.ebuild
index f654df56292..e2044a220db 100644
--- a/dev-python/line_profiler/line_profiler-3.2.1.ebuild
+++ b/dev-python/line_profiler/line_profiler-3.2.1.ebuild
@@ -43,3 +43,8 @@ python_test() {
cd tests || die
epytest
 }
+
+python_install() {
+   distutils-r1_python_install
+   python_optimize
+}

diff --git a/dev-python/line_profiler/metadata.xml 
b/dev-python/line_profiler/metadata.xml
index 35be66749f8..190e5302885 100644
--- a/dev-python/line_profiler/metadata.xml
+++ b/dev-python/line_profiler/metadata.xml
@@ -5,6 +5,9 @@
 s...@gentoo.org
 Gentoo Science Project
   
+  
+pyt...@gentoo.org
+  
   
 line_profiler is a module for doing line-by-line profiling of
 functions. kernprof is a convenient script for running either



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2021-04-23 Thread Eray Aslan
commit: 7970b89c3cb743212b346a7054bc38f42f95a4a2
Author: Eray Aslan  gentoo  org>
AuthorDate: Fri Apr 23 07:42:13 2021 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Fri Apr 23 07:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7970b89c

mail-mta/postfix: bump to 3.6_pre20210422

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.6_pre20210419.ebuild => postfix-3.6_pre20210422.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 541de438ba9..e23fb6cd033 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,4 +1,4 @@
 DIST postfix-3.5.10.tar.gz 4621130 BLAKE2B 
32a0ef43131c1bff319fb8a159e78a4fd81aba85aa2c8aab3020d575e6216a1e5fb4612a4aa3693b62de5825a29bf5ea1c1870835f033569a5d2d3e494306ef1
 SHA512 
5845701d3dcdaaea376a44810a84dbe908e96e5ff54921cd40fd2d5c5643ed8e4add5936e149237fea4cb69c1ffb4ceb4171d1e779be096aa21a6e5021b604da
 DIST postfix-3.5.8.tar.gz 4614733 BLAKE2B 
13166e854f70987f981bb5e7e5dabfaa73b3170ab16fc1ff8f70f6b98a0697ac980bdf74bbfb39fdfd1972f922a31a28882b1575b79fd8f01d81e08e68d756bc
 SHA512 
0abb07d99e343b76e6a26b4a090af9d592f4dfd03c8c737cc72bfb0f4267dafcbb0cb0aa7b6255f8b834c9289d89a5c47b167be3758239309937cb77e0d9464b
 DIST postfix-3.5.9.tar.gz 4620852 BLAKE2B 
66a7bd71e7f74c8f25963ed8d41f04f1f95e060fd23c848065a0e947e766efe058e6593ed8ce1f69528f5b2e9868756d0ea0622b3d77486852882622dd3bb872
 SHA512 
9ff3a33cdd5811e470d5c6cfa896fa76e4d3257b139deec5f420d18e34232f327b7c8496c5d13566c6f9ae1fdf8719feb9981372b2869b0208a2eb3a1daaeadd
-DIST postfix-3.6-20210419.tar.gz 4735378 BLAKE2B 
ac92ef03b23aa01e35632f20c6459406d773a7275a2f2866e50b59faae104c573d524a045e57863f6e8892f82ff7a7d2ab5dd79e7fc7501647a73e6719a62629
 SHA512 
09be6aef3d3884b5a19418c6c390b546659a083510e5edf5130432dc4644d721269bfb7d98880b02ce65da1e72e71e539a4fdb8e488e8bfcc6dc639f861425d2
+DIST postfix-3.6-20210422.tar.gz 4737710 BLAKE2B 
5559115e14922f1692ab193e06f5aa4097c6d82c2b693bef39858a9284177c381c32db81ac686f055fe2c516223dc223a1cad607ef79bddcef059e382bf5d3ed
 SHA512 
6cb3d101d5f9aee786ca131432ed6aaaffe4c225f207b538e9dc2bd765b4c4e67c4751506b8cca6f9867fe4aee0a18ed703fd7006160b2fdfe1a4d48aa95834c

diff --git a/mail-mta/postfix/postfix-3.6_pre20210419.ebuild 
b/mail-mta/postfix/postfix-3.6_pre20210422.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.6_pre20210419.ebuild
rename to mail-mta/postfix/postfix-3.6_pre20210422.ebuild



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

2021-04-23 Thread Sergei Trofimovich
commit: 8cbc565e4786eacec418155e7a1efe1e5a89ed22
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 23 08:09:36 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 23 08:09:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbc565e

media-video/vlc: tweak for gcc-11

Reported-by: Geoff Leach
Closes: https://bugs.gentoo.org/767796
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-video/vlc/files/vlc-3.0.12.1-limits-p1.patch | 32 +++
 media-video/vlc/files/vlc-3.0.12.1-limits-p2.patch | 48 ++
 media-video/vlc/vlc-3.0.12.1-r100.ebuild   |  1 +
 3 files changed, 81 insertions(+)

diff --git a/media-video/vlc/files/vlc-3.0.12.1-limits-p1.patch 
b/media-video/vlc/files/vlc-3.0.12.1-limits-p1.patch
new file mode 100644
index 000..aaa61a546ad
--- /dev/null
+++ b/media-video/vlc/files/vlc-3.0.12.1-limits-p1.patch
@@ -0,0 +1,32 @@
+https://bugs.gentoo.org/767796
+
+From: Robert-André Mauchin 
+Date: Mon, 14 Dec 2020 02:23:52 + (+0100)
+Subject: hls: add missing  include
+X-Git-Url: 
https://git.videolan.org/?p=vlc.git;a=commitdiff_plain;h=3aea33378b0b317b99fce2eeaca8b31bf7cc6aba
+
+hls: add missing  include
+
+Compilation would fail with:
+
+> error: 'numeric_limits' is not a member of 'std'
+
+without this include because of some hardening build
+flags mandated on Fedora Linux, with GCC 11.
+
+Refs #25325
+
+Signed-off-by: Robert-André Mauchin 
+Signed-off-by: Alexandre Janniaux 
+---
+
+--- a/modules/demux/hls/playlist/Parser.cpp
 b/modules/demux/hls/playlist/Parser.cpp
+@@ -42,6 +42,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ using namespace adaptive;
+ using namespace adaptive::playlist;

diff --git a/media-video/vlc/files/vlc-3.0.12.1-limits-p2.patch 
b/media-video/vlc/files/vlc-3.0.12.1-limits-p2.patch
new file mode 100644
index 000..3832b2a1877
--- /dev/null
+++ b/media-video/vlc/files/vlc-3.0.12.1-limits-p2.patch
@@ -0,0 +1,48 @@
+https://bugs.gentoo.org/767796
+
+From: Robert-André Mauchin 
+Date: Mon, 14 Dec 2020 02:23:52 + (+0100)
+Subject: adaptive: add missing  include
+X-Git-Url: 
https://git.videolan.org/?p=vlc.git;a=commitdiff_plain;h=e3de1b709b258d2b0e316d927f5c828bdb1a738a
+
+adaptive: add missing  include
+
+Compilation would fail with:
+
+> error: 'numeric_limits' is not a member of 'std'
+
+without this include because of some hardening build
+flags mandated on Fedora Linux, with GCC 11.
+
+Refs #25325
+
+Signed-off-by: Robert-André Mauchin 
+Signed-off-by: Alexandre Janniaux 
+---
+
+--- a/modules/demux/adaptive/playlist/Inheritables.cpp
 b/modules/demux/adaptive/playlist/Inheritables.cpp
+@@ -29,3 +29,4 @@
++#include 
+ 
+ using namespace adaptive::playlist;
+ using namespace adaptive;
+--- a/modules/demux/adaptive/playlist/SegmentInformation.cpp
 b/modules/demux/adaptive/playlist/SegmentInformation.cpp
+@@ -34,6 +34,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ using namespace adaptive::playlist;
+ 
+--- a/modules/demux/adaptive/playlist/SegmentTimeline.cpp
 b/modules/demux/adaptive/playlist/SegmentTimeline.cpp
+@@ -29,5 +29,6 @@
+ 
+ #include 
++#include 
+ 
+ using namespace adaptive::playlist;
+ 

diff --git a/media-video/vlc/vlc-3.0.12.1-r100.ebuild 
b/media-video/vlc/vlc-3.0.12.1-r100.ebuild
index 4463b83fc27..b2480e09873 100644
--- a/media-video/vlc/vlc-3.0.12.1-r100.ebuild
+++ b/media-video/vlc/vlc-3.0.12.1-r100.ebuild
@@ -236,6 +236,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.0.6-fdk-aac-2.0.0.patch # bug 672290
"${FILESDIR}"/${PN}-3.0.11.1-configure_lua_version.patch
"${FILESDIR}"/${PN}-3.0.11.1-srt-1.4.2.patch # bug 758062
+   "${FILESDIR}"/${PN}-3.0.12.1-limits-p{1,2}.patch # bug 767796
 )
 
 DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt )



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/hushboard/

2021-04-23 Thread Florian Schmaus
commit: 589561ef1d96ec49edae8af72e3e6af16bdfc265
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Fri Apr 23 08:12:00 2021 +
Commit: Florian Schmaus  geekplace  eu>
CommitDate: Fri Apr 23 08:12:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=589561ef

media-sound/hushboard: initial import

Signed-off-by: Florian Schmaus  geekplace.eu>

 media-sound/hushboard/Manifest |  1 +
 .../hushboard/hushboard-0.0_pre20210317.ebuild | 32 ++
 media-sound/hushboard/hushboard-.ebuild| 32 ++
 media-sound/hushboard/metadata.xml |  8 ++
 4 files changed, 73 insertions(+)

diff --git a/media-sound/hushboard/Manifest b/media-sound/hushboard/Manifest
new file mode 100644
index 0..7fc0e5968
--- /dev/null
+++ b/media-sound/hushboard/Manifest
@@ -0,0 +1 @@
+DIST hushboard-0.0_pre20210317.tar.gz 109253 BLAKE2B 
337e68b0a99780d3d62cf0e447de372842734832f81a12106cbbc1955fc673006790615719c3041220e5b3989eb1e28419eb676228c65a7dddadd4ae5b5d3267
 SHA512 
431b7bb99bb98725b337b79387a69ea9b1833ee9e2686125014d3ef2bfc609d8cf3eefffaffe23d2fc4a24ac489681eba9c430dc84fa3c7316f9caa26c70750d

diff --git a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild 
b/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
new file mode 100644
index 0..eefac3786
--- /dev/null
+++ b/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mutes your microphone while you are typing"
+HOMEPAGE="https://kryogenix.org/code/hushboard/";
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git";
+   inherit git-r3
+else
+   HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+   
SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-libs/libappindicator
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/python-xlib[${PYTHON_USEDEP}]
+"

diff --git a/media-sound/hushboard/hushboard-.ebuild 
b/media-sound/hushboard/hushboard-.ebuild
new file mode 100644
index 0..eefac3786
--- /dev/null
+++ b/media-sound/hushboard/hushboard-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mutes your microphone while you are typing"
+HOMEPAGE="https://kryogenix.org/code/hushboard/";
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git";
+   inherit git-r3
+else
+   HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+   
SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-libs/libappindicator
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/python-xlib[${PYTHON_USEDEP}]
+"

diff --git a/media-sound/hushboard/metadata.xml 
b/media-sound/hushboard/metadata.xml
new file mode 100644
index 0..bdf5f6f4f
--- /dev/null
+++ b/media-sound/hushboard/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   f...@geekplace.eu
+   Florian Schmaus
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-misc/gnote/, app-misc/gnote/files/

2021-04-23 Thread Sergei Trofimovich
commit: 01192083a2063b785dc3806b5468d8bc46e1a746
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 23 08:18:34 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 23 08:18:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01192083

app-misc/gnote: tweak for gcc-11

Reported-by: Kobboi
Closes: https://bugs.gentoo.org/768198
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/gnote/files/gnote-3.38.1-cstddef.patch | 35 +
 app-misc/gnote/gnote-3.38.1.ebuild  |  2 ++
 app-misc/gnote/gnote-40.0.ebuild|  2 ++
 3 files changed, 39 insertions(+)

diff --git a/app-misc/gnote/files/gnote-3.38.1-cstddef.patch 
b/app-misc/gnote/files/gnote-3.38.1-cstddef.patch
new file mode 100644
index 000..0ea65b9bbd2
--- /dev/null
+++ b/app-misc/gnote/files/gnote-3.38.1-cstddef.patch
@@ -0,0 +1,35 @@
+https://bugs.gentoo.org/768198
+
+From 49e652613a1e28f1220f593ba18108839d3d2505 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera 
+Date: Mon, 22 Mar 2021 15:04:01 +0100
+Subject: [PATCH] Fix AbstractAddin compilation error
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+gnote/src/abstractaddin.cpp: In constructor 
‘gnote::AbstractAddin::AbstractAddin()’:
+gnote/src/abstractaddin.cpp:29:15: error: ‘NULL’ was not declared in this scope
+   29 | : m_gnote(NULL)
+  |   ^~~~
+gnote/src/abstractaddin.cpp:25:1: note: ‘NULL’ is defined in header 
‘’; did you forget to ‘#include ’?
+   24 | #include "abstractaddin.hpp"
+  +++ |+#include 
+   25 |
+---
+ src/abstractaddin.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/src/abstractaddin.cpp
 b/src/abstractaddin.cpp
+@@ -22,6 +22,7 @@
+ 
+ 
+ #include "abstractaddin.hpp"
++#include 
+ 
+ namespace gnote {
+ 
+-- 
+2.31.1
+

diff --git a/app-misc/gnote/gnote-3.38.1.ebuild 
b/app-misc/gnote/gnote-3.38.1.ebuild
index 4b9eda38984..6f20625b348 100644
--- a/app-misc/gnote/gnote-3.38.1.ebuild
+++ b/app-misc/gnote/gnote-3.38.1.ebuild
@@ -38,6 +38,8 @@ DEPEND="${DEPEND}
virtual/pkgconfig
 "
 
+PATCHES=("${FILESDIR}"/${PN}-3.38.1-cstddef.patch)
+
 src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die

diff --git a/app-misc/gnote/gnote-40.0.ebuild b/app-misc/gnote/gnote-40.0.ebuild
index efc4bc97c4f..d59f76c84cd 100644
--- a/app-misc/gnote/gnote-40.0.ebuild
+++ b/app-misc/gnote/gnote-40.0.ebuild
@@ -37,6 +37,8 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=("${FILESDIR}"/${PN}-3.38.1-cstddef.patch)
+
 src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/

2021-04-23 Thread Haelwenn Monnier
commit: a2bc3bbf0a9d4fd22f2ff360bbc0a084039550dc
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Apr 22 12:43:06 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 12:43:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2bc3bbf

gui-apps/paperde: version bump to 0.1.1

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

 gui-apps/paperde/Manifest |  1 +
 gui-apps/paperde/paperde-0.1.1.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/gui-apps/paperde/Manifest b/gui-apps/paperde/Manifest
index be3cb3528..7ac1bb1b4 100644
--- a/gui-apps/paperde/Manifest
+++ b/gui-apps/paperde/Manifest
@@ -1,2 +1,3 @@
 DIST paperde-0.1.0_alpha.tar.gz 2238045 BLAKE2B 
90fa2948484e53c6c30e2b8258da037043e5e71915c77cbe5bf959b85aea87bbde6d9bdf0afa1d398a617f1062027a37c62d78b98429ffcc88ec61f819c26907
 SHA512 
85affe98ba697e7d79fcf9356ad485ed29c8a099bff773ebc01637ae34c9101ca82e63370b2298801173903bc1d7a257614ce82f58c2ea669b6f0496f3cc1400
+DIST paperde-0.1.1.tar.gz 2238206 BLAKE2B 
7d2ed32bc1c8f0914a39ee564565a4f9956e01d2cb4f6c11190792325c1a64ba2ca7006d8b263abb3be80b58734a798423406fd2b411a344f714988906e44c48
 SHA512 
45b1fcd8bc03ae34be7560fe8f369d1bde98da764870298a6f31b8465fd0fc24ace556bf7fadeab756dc4d86115aefc7c8d22eb84602472eeb2c60dc1539b85c
 DIST paperde-0_p20210310.tar.gz 2239576 BLAKE2B 
8aea8e44e845dbdf7c8e01841cd9d8b7897cfed32ddad9e86ef33afc40be19adf76db356fbc59927adf3e2c3fed91c76e8df4a73bffd836db465703f69c9c5dc
 SHA512 
5e5f0ee83ccae6487608446440437e00718027322532afe81b5d173f9385d899686e7e2f008e4ac95ee9f6756d25dbf1b010d35c6e5f84cce198bf9c1c52c6ab

diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild 
b/gui-apps/paperde/paperde-0.1.1.ebuild
new file mode 100644
index 0..0ea5e6bbc
--- /dev/null
+++ b/gui-apps/paperde/paperde-0.1.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# _alpha -> -alpha
+MY_PV="${PV/_/-}"
+
+inherit cmake xdg
+
+DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
+HOMEPAGE="https://gitlab.com/cubocore/paper/paperde";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git";
+else
+   
SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-v${MY_PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   dev-libs/libdbusmenu-qt
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   dev-qt/designer:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[wayland,X]
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5[X]
+   gui-libs/libcprime
+   gui-libs/libcsys
+"
+RDEPEND="
+   ${DEPEND}
+   >=gui-wm/wayfire-0.7.0[X]
+   sys-apps/xdg-desktop-portal
+   x11-misc/qt5ct
+"
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DPKGSHAREDPATH="${EPREFIX}/usr/share/paperde"
+   -DPKGCONFPATH="${EPREFIX}/etc/xdg/paperde"
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/imsg-compat/

2021-04-23 Thread Haelwenn Monnier
commit: 5af8fc2248e18f62da538aba25ec1d9b1e5b3700
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Apr 22 14:06:10 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 14:07:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5af8fc22

dev-libs/imsg-compat: version bump to 6.8.2

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

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

 dev-libs/imsg-compat/Manifest | 2 +-
 .../{imsg-compat-6.8.1.ebuild => imsg-compat-6.8.2.ebuild}| 8 +++-
 dev-libs/imsg-compat/imsg-compat-.ebuild  | 8 +++-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/dev-libs/imsg-compat/Manifest b/dev-libs/imsg-compat/Manifest
index 2d8baba01..c63e686c8 100644
--- a/dev-libs/imsg-compat/Manifest
+++ b/dev-libs/imsg-compat/Manifest
@@ -1 +1 @@
-DIST imsg-compat-6.8.1.tar.gz 11378 BLAKE2B 
f48baba739a38525e6271138f332b9c0233858354fcf12f477a4d993d351568d1c1e2baad826f581f31fa332655e728cb97655bfc193e8bc02cf0309dca4fa0b
 SHA512 
ce66816a8c19594598b7fad7965bb1a30723277f86ff91c49e80eaa0aa075fc8c367f93425b204b96b1abefd8c5cde840d4b7db799228d6e6b7d1732e8742a4b
+DIST imsg-compat-6.8.2.tar.gz 11672 BLAKE2B 
6020ef6c2b5e025a6bc16b1618c343702b066948d913aaa4c98dc4474b9e25564b32313367724b1389d851dc43a73e450235d24414d84c5f1371c2540ca63961
 SHA512 
596d6ce353cecf957d6e680a3d7f3335b40fa7ea738e2f771a4a06878da29d56c1cddf5c8c7d05ac615afe56eab159bf33811a0cf35fbe0d07883a6c91047069

diff --git a/dev-libs/imsg-compat/imsg-compat-6.8.1.ebuild 
b/dev-libs/imsg-compat/imsg-compat-6.8.2.ebuild
similarity index 87%
rename from dev-libs/imsg-compat/imsg-compat-6.8.1.ebuild
rename to dev-libs/imsg-compat/imsg-compat-6.8.2.ebuild
index 5cdcd0124..d972a9421 100644
--- a/dev-libs/imsg-compat/imsg-compat-6.8.1.ebuild
+++ b/dev-libs/imsg-compat/imsg-compat-6.8.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="linux port of OpenBSD imsg"
 
 HOMEPAGE="https://man.openbsd.org/imsg_init.3
@@ -22,6 +24,10 @@ SLOT="0"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 
+src_configure() {
+   tc-export CC AR
+}
+
 src_install() {
emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
if ! use static-libs ; then

diff --git a/dev-libs/imsg-compat/imsg-compat-.ebuild 
b/dev-libs/imsg-compat/imsg-compat-.ebuild
index 5cdcd0124..d972a9421 100644
--- a/dev-libs/imsg-compat/imsg-compat-.ebuild
+++ b/dev-libs/imsg-compat/imsg-compat-.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="linux port of OpenBSD imsg"
 
 HOMEPAGE="https://man.openbsd.org/imsg_init.3
@@ -22,6 +24,10 @@ SLOT="0"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 
+src_configure() {
+   tc-export CC AR
+}
+
 src_install() {
emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
if ! use static-libs ; then



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/tiramisu/

2021-04-23 Thread Haelwenn Monnier
commit: 7c77946cb7cafd84c0a1b64fe568c00d41e260c9
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Apr 22 13:30:16 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 13:30:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c77946c

gui-apps/tiramisu: update to dated ebuild for LDFLAG fix

Bug: https://bugs.gentoo.org/781062
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/tiramisu/Manifest  |  1 +
 gui-apps/tiramisu/tiramisu-1.0_p20201110.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/tiramisu/Manifest b/gui-apps/tiramisu/Manifest
index 4a2a33f0d..f0af89293 100644
--- a/gui-apps/tiramisu/Manifest
+++ b/gui-apps/tiramisu/Manifest
@@ -1,2 +1,3 @@
 DIST tiramisu-0_p20201110.tar.gz 3063380 BLAKE2B 
52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825
 SHA512 
7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d
 DIST tiramisu-1.0.tar.gz 3063267 BLAKE2B 
f837a188f34cfb4ecc23aff9cb3d918239dd8ea2ce0a3f7905c5defd4bd5cff37984088008ed6fcdc8b128f92eb1808aadc058a992d2dbf41d0900142b38fe62
 SHA512 
357a223afa1664d170249fea187924c1942427b4c488ec18476774e19a8c15bdac104c7d4e105f4b2e2a4ad66e8954f572dad8be60a4b313a16c1612fe88f5b7
+DIST tiramisu-1.0_p20201110.tar.gz 3063380 BLAKE2B 
52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825
 SHA512 
7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d

diff --git a/gui-apps/tiramisu/tiramisu-1.0_p20201110.ebuild 
b/gui-apps/tiramisu/tiramisu-1.0_p20201110.ebuild
new file mode 100644
index 0..69dc2a0fa
--- /dev/null
+++ b/gui-apps/tiramisu/tiramisu-1.0_p20201110.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="minimalistic desktop notifications provider"
+HOMEPAGE="https://github.com/Sweets/tiramisu";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Sweets/tiramisu";
+else
+   COMMIT="8eb946dae0e2f98d3850d89e1bb535640e8c3266"
+   SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="dev-libs/glib:2[dbus]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   emake DESTDIR="${ED}" PREFIX=/usr install
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-util/xdp-tools/

2021-04-23 Thread Haelwenn Monnier
commit: 1ef10b16415af11ed44fe72d040694655d2ba4f0
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Thu Apr 22 14:28:36 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 14:28:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ef10b16

dev-util/xdp-tools: Restrict tests

The tests have to be executed as root. So, disable them.

Closes: https://bugs.gentoo.org/784254
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-util/xdp-tools/xdp-tools-1.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/xdp-tools/xdp-tools-1.1.0.ebuild 
b/dev-util/xdp-tools/xdp-tools-1.1.0.ebuild
index 8b63e82ac..1f4477a5d 100644
--- a/dev-util/xdp-tools/xdp-tools-1.1.0.ebuild
+++ b/dev-util/xdp-tools/xdp-tools-1.1.0.ebuild
@@ -14,7 +14,8 @@ LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 
 # skip strip for eBPF object files
-RESTRICT="strip"
+# tests have to be run as root
+RESTRICT="strip test"
 
 # skip QA check(s) for eBPF samples
 QA_EXECSTACK="usr/lib*/bpf/*.o usr/share/xdp-tools/*.o"



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/tiramisu/

2021-04-23 Thread Haelwenn Monnier
commit: 72c8a8b8013decf214758a56b7695a27332a77a1
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Apr 22 13:31:39 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 13:31:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72c8a8b8

gui-apps/tiramisu: drop old versions

Closes: https://bugs.gentoo.org/781062
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/tiramisu/Manifest|  2 --
 gui-apps/tiramisu/tiramisu-0_p20201110.ebuild | 27 ---
 gui-apps/tiramisu/tiramisu-1.0.ebuild | 37 ---
 3 files changed, 66 deletions(-)

diff --git a/gui-apps/tiramisu/Manifest b/gui-apps/tiramisu/Manifest
index f0af89293..c641bc93b 100644
--- a/gui-apps/tiramisu/Manifest
+++ b/gui-apps/tiramisu/Manifest
@@ -1,3 +1 @@
-DIST tiramisu-0_p20201110.tar.gz 3063380 BLAKE2B 
52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825
 SHA512 
7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d
-DIST tiramisu-1.0.tar.gz 3063267 BLAKE2B 
f837a188f34cfb4ecc23aff9cb3d918239dd8ea2ce0a3f7905c5defd4bd5cff37984088008ed6fcdc8b128f92eb1808aadc058a992d2dbf41d0900142b38fe62
 SHA512 
357a223afa1664d170249fea187924c1942427b4c488ec18476774e19a8c15bdac104c7d4e105f4b2e2a4ad66e8954f572dad8be60a4b313a16c1612fe88f5b7
 DIST tiramisu-1.0_p20201110.tar.gz 3063380 BLAKE2B 
52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825
 SHA512 
7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d

diff --git a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild 
b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
deleted file mode 100644
index 27bbb3fb1..0
--- a/gui-apps/tiramisu/tiramisu-0_p20201110.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
-
-if [[ "${PV}" ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Sweets/tiramisu";
-else
-   COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266
-   SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}"/${PN}-${COMMIT}
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DESCRIPTION="minimalistic desktop notifications provider"
-HOMEPAGE="https://github.com/Sweets/tiramisu";
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="dev-libs/glib:2[dbus]"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   emake DESTDIR="${ED}" PREFIX=/usr install
-}

diff --git a/gui-apps/tiramisu/tiramisu-1.0.ebuild 
b/gui-apps/tiramisu/tiramisu-1.0.ebuild
deleted file mode 100644
index 6df4a7618..0
--- a/gui-apps/tiramisu/tiramisu-1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="minimalistic desktop notifications provider"
-HOMEPAGE="https://github.com/Sweets/tiramisu";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Sweets/tiramisu";
-else
-   SRC_URI="https://github.com/Sweets/tiramisu/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="dev-libs/glib:2[dbus]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   sed -i '/CFLAGS.*=/d' Makefile || die
-}
-
-src_configure() {
-   tc-export CC
-   default
-}
-
-src_install() {
-   emake DESTDIR="${ED}" PREFIX=/usr install
-}



[gentoo-commits] repo/proj/guru:master commit in: www-servers/hinsightd/

2021-04-23 Thread Haelwenn Monnier
commit: 952f06c0f824ebebded46d48e9694e3e4ad6be2a
Author: tiotags  gmail  com>
AuthorDate: Thu Apr 22 18:06:45 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 18:06:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=952f06c0

www-servers/hinsightd: removed unsupported lua versions

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu  gmail.com>

 www-servers/hinsightd/hinsightd-0.9.0.ebuild | 8 +---
 www-servers/hinsightd/hinsightd-.ebuild  | 6 --
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild 
b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
index 5bfcd1a68..744bf8aab 100644
--- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild
+++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-LUA_COMPAT=( lua5-{1..4} )
+LUA_COMPAT=( lua5-1 )
 
-inherit fcaps
+inherit fcaps lua
 
 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";
@@ -22,9 +22,11 @@ S="${WORKDIR}/hin9-v${PV}"
 
 BDEPEND="
dev-util/ninja
+   virtual/pkgconfig
 "
 
-RDEPEND="${LUA_DEPS}
+RDEPEND="
+   ${LUA_DEPS}
acct-user/hinsightd
acct-group/hinsightd
sys-libs/liburing

diff --git a/www-servers/hinsightd/hinsightd-.ebuild 
b/www-servers/hinsightd/hinsightd-.ebuild
index 63a4c04ae..d0fcda423 100644
--- a/www-servers/hinsightd/hinsightd-.ebuild
+++ b/www-servers/hinsightd/hinsightd-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-{1..4} )
 
-inherit git-r3 fcaps
+inherit git-r3 fcaps lua
 
 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";
@@ -20,9 +20,11 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 BDEPEND="
dev-util/ninja
+   virtual/pkgconfig
 "
 
-RDEPEND="${LUA_DEPS}
+RDEPEND="
+   ${LUA_DEPS}
acct-user/hinsightd
acct-group/hinsightd
sys-libs/liburing



[gentoo-commits] repo/proj/guru:master commit in: dev-util/xdp-tools/

2021-04-23 Thread Haelwenn Monnier
commit: dc6f9381e1a06340653d1bb05f0b1a40e2e7dfe2
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Thu Apr 22 14:25:29 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 14:25:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc6f9381

dev-util/xdp-tools: Allow to use different compilers

Currently CC and AR are hardcoded to gcc/ar. Allow compilation e.g. with clang.

Closes: https://bugs.gentoo.org/785016
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-util/xdp-tools/xdp-tools-1.1.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/xdp-tools/xdp-tools-1.1.0.ebuild 
b/dev-util/xdp-tools/xdp-tools-1.1.0.ebuild
index 9ddbce207..8b63e82ac 100644
--- a/dev-util/xdp-tools/xdp-tools-1.1.0.ebuild
+++ b/dev-util/xdp-tools/xdp-tools-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit linux-info llvm multilib
+inherit linux-info llvm multilib toolchain-funcs
 
 DESCRIPTION="Utilities and example programs for use with XDP"
 HOMEPAGE="https://github.com/xdp-project/xdp-tools";
@@ -51,6 +51,8 @@ src_configure() {
 
 src_compile() {
emake \
+   CC="$(tc-getCC)" \
+   AR="$(tc-getAR)" \
PRODUCTION=1 \
DYNAMIC_LIBXDP=1 \
FORCE_SYSTEM_LIBBPF=1 \



[gentoo-commits] repo/proj/guru:master commit in: app-misc/brightnessctl/

2021-04-23 Thread Haelwenn Monnier
commit: 5f5f33bef153d5afec4c4cacb1d79542eb51b2e8
Author: Octiabrina Terrien-Puig  myrvogna  net>
AuthorDate: Thu Apr 22 15:11:52 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 15:11:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f5f33be

app-misc/brightnessctl: fix cc direct call

Closes: https://bugs.gentoo.org/784821
Signed-off-by: Octiabrina Terrien-Puig  myrvogna.net>

 app-misc/brightnessctl/brightnessctl-0.5.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-misc/brightnessctl/brightnessctl-0.5.1.ebuild 
b/app-misc/brightnessctl/brightnessctl-0.5.1.ebuild
index 0546b3ac0..04c56bbe6 100644
--- a/app-misc/brightnessctl/brightnessctl-0.5.1.ebuild
+++ b/app-misc/brightnessctl/brightnessctl-0.5.1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="A program to read and control device brightness"
 HOMEPAGE="https://github.com/Hummer12007/brightnessctl";
 SRC_URI="https://github.com/Hummer12007/brightnessctl/archive/${PV}.tar.gz -> 
${P}.tar.gz"
@@ -22,6 +24,7 @@ BDEPEND="
 "
 
 src_compile() {
+   tc-export CC
use systemd && export ENABLE_SYSTEMD=1
emake
 }
@@ -39,6 +42,6 @@ src_install() {
myconf="INSTALL_UDEV_RULES=0"
fi
 
-   emake install ${myconf} DESTDIR="${D}"
+   emake ${myconf} DESTDIR="${D}" install
dodoc README.md
 }



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/wev/

2021-04-23 Thread Haelwenn Monnier
commit: 2862e870f77eb5ee4507d885eea347fcb1aa1ce6
Author: Octiabrina Terrien-Puig  myrvogna  net>
AuthorDate: Thu Apr 22 17:04:23 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 17:04:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2862e870

gui-apps/wev: fix cc direct call

Closes: https://bugs.gentoo.org/785079
Signed-off-by: Octiabrina Terrien-Puig  myrvogna.net>

 gui-apps/wev/wev-1.0.0.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/gui-apps/wev/wev-1.0.0.ebuild b/gui-apps/wev/wev-1.0.0.ebuild
index bc72849eb..db46fef22 100644
--- a/gui-apps/wev/wev-1.0.0.ebuild
+++ b/gui-apps/wev/wev-1.0.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Wayland event viewer"
 HOMEPAGE="https://git.sr.ht/~sircmpwn/wev";
 SRC_URI="https://git.sr.ht/~sircmpwn/wev/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -31,3 +33,9 @@ src_prepare() {
-e 's/local//' \
-i Makefile || die
 }
+
+src_compile() {
+   tc-export CC
+
+   default
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/sampler-bin/

2021-04-23 Thread Haelwenn Monnier
commit: 30d6f9d7a0604efc0847e3463c460aef7cc0ebd4
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Apr 22 13:16:18 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 13:16:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30d6f9d7

sys-apps/sampler-bin: add QA prebuilt

Closes: https://bugs.gentoo.org/781665
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild 
b/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
index 7e9c99e3a..a531de187 100644
--- a/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
+++ b/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,17 +9,14 @@ HOMEPAGE="https://sampler.dev";
 
SRC_URI="https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.0-linux-amd64
 -> ${P}"
 S="${WORKDIR}"
 
-#https://github.com/sqshq/sampler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RESTRICT+=" test"
+QA_PREBUILT="*"
 
-RDEPEND+="media-libs/alsa-lib"
+RDEPEND="media-libs/alsa-lib"
 
 src_install() {
-   cp "${DISTDIR}"/${P} "${S}"/sampler-bin
-   dobin sampler-bin
+   newbin "${DISTDIR}"/${P} sampler-bin
 }



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

2021-04-23 Thread Haelwenn Monnier
commit: b50d5fd13955fea0ed451522d728f467d89c6661
Author: Octiabrina Terrien-Puig  myrvogna  net>
AuthorDate: Thu Apr 22 14:37:30 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 14:39:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b50d5fd1

media-sound/ncpamixer: drop live

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig  myrvogna.net>

 media-sound/ncpamixer/ncpamixer-.ebuild | 37 -
 1 file changed, 37 deletions(-)

diff --git a/media-sound/ncpamixer/ncpamixer-.ebuild 
b/media-sound/ncpamixer/ncpamixer-.ebuild
deleted file mode 100644
index 94168ac46..0
--- a/media-sound/ncpamixer/ncpamixer-.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A ncurses mixer for PulseAudio inspired by pavucontrol"
-HOMEPAGE="https://github.com/fulhax/ncpamixer";
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/fulhax/ncpamixer.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+wide"
-
-DEPEND="
-   media-sound/pulseaudio
-   sys-libs/ncurses
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_USE_DIR="${S}/src"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_WIDE="$(usex wide)"
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:master commit in: app-editors/visual-studio-code-bin/

2021-04-23 Thread Haelwenn Monnier
commit: b71b6699a8265ae25b73edcaf20b459ab55b4a40
Author: Adel KARA SLIMANE  karaslimane  com>
AuthorDate: Thu Apr 22 17:16:16 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 17:18:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b71b6699

app-editors/visual-studio-code-bin: add maintainer

Adding myself as maintainer so I get notified about bugs:
I may be able to fix simple ones

Signed-off-by: Adel KARA SLIMANE  karaslimane.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.2

 app-editors/visual-studio-code-bin/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-editors/visual-studio-code-bin/metadata.xml 
b/app-editors/visual-studio-code-bin/metadata.xml
index 05125576e..e0b43835d 100644
--- a/app-editors/visual-studio-code-bin/metadata.xml
+++ b/app-editors/visual-studio-code-bin/metadata.xml
@@ -9,6 +9,10 @@
rossbridger...@gmail.com
Ross Charles Campbell

+   
+   a...@karaslimane.com
+   Adel KARA SLIMANE
+   

 Visual Studio Code is a lightweight but powerful source code editor which
 runs on your desktop and is available for Windows, macOS and Linux. It



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

2021-04-23 Thread Haelwenn Monnier
commit: 48ba306a591d62cad7b1b8d91d7822c414377ea1
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Thu Apr 22 22:18:09 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 22:18:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48ba306a

media-video/mpv-mpris: Do not call cc directly.

Closes: https://bugs.gentoo.org/785124
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 media-video/mpv-mpris/mpv-mpris-0.5.ebuild  | 8 +++-
 media-video/mpv-mpris/mpv-mpris-.ebuild | 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild 
b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
index 025424181..ef693dac1 100644
--- a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="MPRIS plugin for mpv"
 HOMEPAGE="https://github.com/hoyon/mpv-mpris";
 
@@ -27,6 +29,10 @@ DOCS=(
README.md
 )
 
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
 src_install() {
insinto "/usr/$(get_libdir)/mpv"
doins mpris.so

diff --git a/media-video/mpv-mpris/mpv-mpris-.ebuild 
b/media-video/mpv-mpris/mpv-mpris-.ebuild
index 025424181..ef693dac1 100644
--- a/media-video/mpv-mpris/mpv-mpris-.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="MPRIS plugin for mpv"
 HOMEPAGE="https://github.com/hoyon/mpv-mpris";
 
@@ -27,6 +29,10 @@ DOCS=(
README.md
 )
 
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
 src_install() {
insinto "/usr/$(get_libdir)/mpv"
doins mpris.so



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

2021-04-23 Thread Haelwenn Monnier
commit: 77d7cb50a815d30dbd4d7f6c7bbab28a9649126d
Author: Octiabrina Terrien-Puig  myrvogna  net>
AuthorDate: Thu Apr 22 14:49:54 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 14:49:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77d7cb50

media-sound/ncpamixer: disable -Werror (and close issue)

Closes: https://bugs.gentoo.org/781152
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig  myrvogna.net>




[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/gsl-lite/

2021-04-23 Thread Haelwenn Monnier
commit: 3ee8cf71ffe42d630b5f0612a6efa9dd648a2b2e
Author: brian gloyer  gmail  com>
AuthorDate: Fri Apr 23 06:10:05 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 06:13:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ee8cf71

dev-cpp/gsl-lite: Drop -Werror

Closes: https://bugs.gentoo.org/783981
Closes: https://bugs.gentoo.org/784014
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: brian gloyer  gmail.com>

 dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild 
b/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
index ebd5b7b41..b2b2c3933 100644
--- a/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
+++ b/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
@@ -24,4 +24,6 @@ src_configure() {
-DGSL_LITE_OPT_BUILD_TESTS=$(usex test)
)
cmake_src_configure
+
+   sed -i -e 's/"-*Werror"//g' test/MakeTestTarget.cmake || die
 }



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

2021-04-23 Thread Haelwenn Monnier
commit: 5b8ea731eb48e9a81545c069643029734776e2fe
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Apr 23 07:03:59 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 07:04:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b8ea731

media-video/mpv-mpris: Do not call pkg-config directly.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 media-video/mpv-mpris/mpv-mpris-0.5.ebuild  | 2 +-
 media-video/mpv-mpris/mpv-mpris-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild 
b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
index ef693dac1..4bfc1e8b8 100644
--- a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
@@ -30,7 +30,7 @@ DOCS=(
 )
 
 src_compile() {
-   emake CC="$(tc-getCC)"
+   emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
 }
 
 src_install() {

diff --git a/media-video/mpv-mpris/mpv-mpris-.ebuild 
b/media-video/mpv-mpris/mpv-mpris-.ebuild
index ef693dac1..4bfc1e8b8 100644
--- a/media-video/mpv-mpris/mpv-mpris-.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-.ebuild
@@ -30,7 +30,7 @@ DOCS=(
 )
 
 src_compile() {
-   emake CC="$(tc-getCC)"
+   emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:master commit in: dev-python/b2sdk/

2021-04-23 Thread Haelwenn Monnier
commit: 937a545d58687efa0dcc1ef426e5886552c487d6
Author: Wolfgang E. Sanyer  gmail  com>
AuthorDate: Thu Apr 22 18:38:41 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 18:38:41 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=937a545d

dev-python/b2sdk: update metadata to reflect bugzilla email

Signed-off-by: Wolfgang E. Sanyer  gmail.com>

 dev-python/b2sdk/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/b2sdk/metadata.xml b/dev-python/b2sdk/metadata.xml
index 77c569d1e..5440a39c6 100644
--- a/dev-python/b2sdk/metadata.xml
+++ b/dev-python/b2sdk/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   wolfgangesan...@gmail.com
+   ezzieyguy...@gmail.com
Wolfgang E. Sanyer





[gentoo-commits] repo/proj/guru:master commit in: sys-process/nq/

2021-04-23 Thread Haelwenn Monnier
commit: 4f6255edc782dab82666b02f9cf16c85c136e4df
Author: Marco Sirabella  sirabella  org>
AuthorDate: Fri Apr 23 02:53:31 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 02:57:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f6255ed

sys-process/nq: pass down CC from toolchain-funcs

Thanks to @ionen & @DarthGandalf for help clarifying some questions
around this

Signed-off-by: Marco Sirabella  sirabella.org>

 sys-process/nq/nq-0.4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-process/nq/nq-0.4.ebuild b/sys-process/nq/nq-0.4.ebuild
index 380bc4da9..96d514d56 100644
--- a/sys-process/nq/nq-0.4.ebuild
+++ b/sys-process/nq/nq-0.4.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Unix command line queue utility"
 HOMEPAGE="https://git.vuxu.org/nq/about/";
 SRC_URI="https://git.vuxu.org/${PN}/snapshot/${P}.tar.gz";
@@ -29,7 +31,7 @@ src_compile() {
cp nq.sh nq
cp fq.sh fq
fi
-   emake CFLAGS="${CFLAGS} -Wno-unused-result"
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wno-unused-result"
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:master commit in: app-misc/far2l/

2021-04-23 Thread Haelwenn Monnier
commit: b4ad2d87cfb40746caa928be4639af8320032baa
Author: Andrey Syutkin  gmail  com>
AuthorDate: Thu Apr 22 22:10:34 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 22:10:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4ad2d87

app-misc/far2l: various changes and cleanups

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrey Syutkin  gmail.com>

 app-misc/far2l/far2l-2.3.20210419_alpha.ebuild | 41 +-
 app-misc/far2l/far2l-.ebuild   | 41 +-
 app-misc/far2l/metadata.xml|  9 ++
 3 files changed, 37 insertions(+), 54 deletions(-)

diff --git a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild 
b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
index 46f3a6551..fd7b2a26c 100644
--- a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
+++ b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
@@ -5,13 +5,11 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-CMAKE_MAKEFILE_GENERATOR="emake"
-CMAKE_BUILD_TYPE="Release"
 WX_GTK_VER="3.0-gtk3"
 
-inherit cmake xdg-utils wxwidgets python-r1
+inherit cmake xdg wxwidgets python-r1
 
-DESCRIPTION="Linux port of Far Manager"
+DESCRIPTION="Linux port of FAR Manager v2"
 HOMEPAGE="https://github.com/elfmz/far2l";
 
 if [[ "${PV}" == "" ]] ; then
@@ -29,21 +27,16 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+ssl libressl sftp samba nfs webdav +archive +wxwidgets python 
+static-libs"
+IUSE="+ssl sftp samba nfs webdav +archive +wxwidgets python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-BDEPEND=">=dev-util/cmake-3.2.2
-   sys-devel/m4"
+BDEPEND="sys-devel/m4"
 
-RDEPEND="sys-apps/gawk
-   dev-libs/xerces-c
+RDEPEND="dev-libs/xerces-c
dev-libs/spdlog
app-i18n/uchardet
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} )
-   ssl? (
-   !libressl? ( dev-libs/openssl )
-   libressl? ( dev-libs/libressl )
-   )
+   ssl? ( dev-libs/openssl )
sftp? ( net-libs/libssh[sftp] )
samba? ( net-fs/samba )
nfs? ( net-fs/libnfs )
@@ -55,6 +48,8 @@ RDEPEND="sys-apps/gawk
 
 DEPEND="${RDEPEND}"
 
+DOCS=( README.md )
+
 pkg_setup() {
if use wxwidgets; then
setup-wxwidgets
@@ -62,11 +57,11 @@ pkg_setup() {
 }
 
 src_prepare() {
-   sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_askpass)::" -i "${S}"/CMakeLists.txt
-   sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_sudoapp)::" -i "${S}"/CMakeLists.txt
-   sed -e "s:execute_process(COMMAND rm -f 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/objinfo/plug/objinfo.far-plug-mb)::" 
-i "${S}"/CMakeLists.txt
-   sed -e "s:execute_process(COMMAND rm -f 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/farftp/plug/farftp.far-plug-mb && 
echo Removed existing farftp plugin)::" -i "${S}"/CMakeLists.txt
-   sed -e "s:execute_process(COMMAND rm -f 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python.far-plug-wide && 
echo Removed existing python plugin)::" -i "${S}"/CMakeLists.txt
+   sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_askpass)::" -i "${S}"/CMakeLists.txt 
|| die
+   sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_sudoapp)::" -i "${S}"/CMakeLists.txt 
|| die
+   sed -e "s:execute_process(COMMAND rm -f 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/objinfo/plug/objinfo.far-plug-mb)::" 
-i "${S}"/CMakeLists.txt || die
+   sed -e "s:execute_process(COMMAND rm -f 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/farftp/plug/farftp.far-plug-mb && 
echo Removed existing farftp plugin)::" -i "${S}"/CMakeLists.txt || die
+   sed -e "s:execute_process(COMMAND rm -f 
\${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/python/plug/python.far-plug-wide && 
echo Removed existing python plugin)::" -i "${S}"/CMakeLists.txt || die
cmake_src_prepare
 }
 
@@ -74,7 +69,7 @@ src_configure() {
local mycmakeargs=(
-DUSEWX="$(usex wxwidgets)"
-DPYTHON="$(usex python)"
-   -DBUILD_SHARED_LIBS="$(usex static-libs "no" "yes")"
+   -DBUILD_SHARED_LIBS=OFF
)
 
cmake_src_configure
@@ -86,11 +81,3 @@ src_install(){
dosym "../../bin/far2l" "usr/lib/far2l/far2l_askpass"
dosym "../../bin/far2l" "usr/lib/far2l/far2l_sudoapp"
 }
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/app-misc/far2l/far2l-.ebuild b/app-misc/far2l/far2l-.ebuild
index 46f3a6551..fd7b2a26c 100644
--- a/app-misc/far2l/far2l-.ebuild
+++ b/app-misc/far2l/far2l-.ebuild
@@ -5,13 +5,11 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-CMAKE_MAKEFILE_GENERATOR="emake"
-CMAKE_BUILD_TYPE="Release"
 WX_GTK_VER="3.0-gtk3"
 
-inhe

[gentoo-commits] repo/proj/guru:master commit in: app-editors/visual-studio-code-bin/

2021-04-23 Thread Haelwenn Monnier
commit: 52c969ceba928c421fa4d21c51cace792be67de2
Author: Adel KARA SLIMANE  karaslimane  com>
AuthorDate: Thu Apr 22 17:13:20 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 17:18:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52c969ce

app-editors/visual-studio-code-bin: declare all files pre-built

Closes: https://bugs.gentoo.org/780756
Signed-off-by: Adel KARA SLIMANE  karaslimane.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.2

 .../visual-studio-code-bin-1.54.2.ebuild   | 10 +-
 .../visual-studio-code-bin-1.55.0.ebuild   | 10 +-
 .../visual-studio-code-bin-1.55.2.ebuild   | 10 +-
 3 files changed, 3 insertions(+), 27 deletions(-)

diff --git 
a/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.54.2.ebuild 
b/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.54.2.ebuild
index 51faa419e..753167b06 100644
--- a/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.54.2.ebuild
+++ b/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.54.2.ebuild
@@ -37,15 +37,7 @@ RDEPEND="
 
 QA_PRESTRIPPED="*"
 
-QA_PREBUILT="
-   opt/${PN}/code
-   opt/${PN}/libEGL.so
-   opt/${PN}/libffmpeg.so
-   opt/${PN}/libGLESv2.so
-   opt/${PN}/libvk_swiftshader.so
-   opt/${PN}/libvulkan.so
-   opt/${PN}/swiftshader/libEGL.so
-   opt/${PN}/swiftshader/libGLESv2.so"
+QA_PREBUILT="*"
 
 pkg_setup() {
if use amd64; then

diff --git 
a/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.0.ebuild 
b/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.0.ebuild
index 51faa419e..753167b06 100644
--- a/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.0.ebuild
+++ b/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.0.ebuild
@@ -37,15 +37,7 @@ RDEPEND="
 
 QA_PRESTRIPPED="*"
 
-QA_PREBUILT="
-   opt/${PN}/code
-   opt/${PN}/libEGL.so
-   opt/${PN}/libffmpeg.so
-   opt/${PN}/libGLESv2.so
-   opt/${PN}/libvk_swiftshader.so
-   opt/${PN}/libvulkan.so
-   opt/${PN}/swiftshader/libEGL.so
-   opt/${PN}/swiftshader/libGLESv2.so"
+QA_PREBUILT="*"
 
 pkg_setup() {
if use amd64; then

diff --git 
a/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.2.ebuild 
b/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.2.ebuild
index 51faa419e..753167b06 100644
--- a/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.2.ebuild
+++ b/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.2.ebuild
@@ -37,15 +37,7 @@ RDEPEND="
 
 QA_PRESTRIPPED="*"
 
-QA_PREBUILT="
-   opt/${PN}/code
-   opt/${PN}/libEGL.so
-   opt/${PN}/libffmpeg.so
-   opt/${PN}/libGLESv2.so
-   opt/${PN}/libvk_swiftshader.so
-   opt/${PN}/libvulkan.so
-   opt/${PN}/swiftshader/libEGL.so
-   opt/${PN}/swiftshader/libGLESv2.so"
+QA_PREBUILT="*"
 
 pkg_setup() {
if use amd64; then



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

2021-04-23 Thread Haelwenn Monnier
commit: c9658c04a6fe308d658bdc6fe5ea90b8fec4f955
Author: Octiabrina Terrien-Puig  myrvogna  net>
AuthorDate: Thu Apr 22 14:39:29 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 14:39:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9658c04

media-sound/ncpamixer: disable -Werror

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig  myrvogna.net>

 media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild 
b/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild
index 94168ac46..3f9ef7aa9 100644
--- a/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild
+++ b/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild
@@ -7,15 +7,9 @@ inherit cmake
 
 DESCRIPTION="A ncurses mixer for PulseAudio inspired by pavucontrol"
 HOMEPAGE="https://github.com/fulhax/ncpamixer";
+SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/fulhax/ncpamixer.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
+KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
 IUSE="+wide"
@@ -28,10 +22,14 @@ RDEPEND="${DEPEND}"
 
 CMAKE_USE_DIR="${S}/src"
 
+src_prepare() {
+   sed -i "/-Werror/d" src/CMakeLists.txt || die
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DUSE_WIDE="$(usex wide)"
)
-
cmake_src_configure
 }



[gentoo-commits] repo/proj/guru:master commit in: mail-client/mailspring-bin/

2021-04-23 Thread Haelwenn Monnier
commit: 28390b754d107e6e9c0ac3ad65164eff474b6d6b
Author: Adel KARA SLIMANE  karaslimane  com>
AuthorDate: Thu Apr 22 18:40:52 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Apr 22 18:41:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28390b75

mail-client/mailspring-bin: change email address to bugzilla one

Signed-off-by: Adel KARA SLIMANE  karaslimane.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.2

 mail-client/mailspring-bin/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mailspring-bin/metadata.xml 
b/mail-client/mailspring-bin/metadata.xml
index b5bd6cef7..86acfaa4a 100644
--- a/mail-client/mailspring-bin/metadata.xml
+++ b/mail-client/mailspring-bin/metadata.xml
@@ -3,7 +3,7 @@
 

Adel Kara Slimane
-   adel...@zegrapher.com
+   a...@karaslimane.com






[gentoo-commits] repo/proj/guru:master commit in: app-misc/afetch/

2021-04-23 Thread Haelwenn Monnier
commit: a1a679c0290acc4c9db11d9024e8a5d5713e52e2
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Fri Apr 23 07:13:53 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 07:14:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1a679c0

app-misc/afetch: remove direct CC call

Closes: https://bugs.gentoo.org/784809
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux  gmail.com>

 app-misc/afetch/afetch-2.1.0.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-misc/afetch/afetch-2.1.0.ebuild 
b/app-misc/afetch/afetch-2.1.0.ebuild
index 166978dbf..377e2194e 100644
--- a/app-misc/afetch/afetch-2.1.0.ebuild
+++ b/app-misc/afetch/afetch-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit savedconfig
+inherit savedconfig toolchain-funcs
 
 DESCRIPTION="Simple system info written in C"
 HOMEPAGE="https://github.com/13-CF/afetch/";
@@ -14,12 +14,16 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="savedconfig"
 
+src_compile() {
+   emake CC="$(tc-getCC)" DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr afetch
+}
+
 src_prepare() {
default
restore_config src/config.h
 }
 
 src_install() {
-   emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install
+   default
save_config src/config.h
 }



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

2021-04-23 Thread Haelwenn Monnier
commit: 589561ef1d96ec49edae8af72e3e6af16bdfc265
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Fri Apr 23 08:12:00 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 08:12:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=589561ef

media-sound/hushboard: initial import

Signed-off-by: Florian Schmaus  geekplace.eu>

 media-sound/hushboard/Manifest |  1 +
 .../hushboard/hushboard-0.0_pre20210317.ebuild | 32 ++
 media-sound/hushboard/hushboard-.ebuild| 32 ++
 media-sound/hushboard/metadata.xml |  8 ++
 4 files changed, 73 insertions(+)

diff --git a/media-sound/hushboard/Manifest b/media-sound/hushboard/Manifest
new file mode 100644
index 0..7fc0e5968
--- /dev/null
+++ b/media-sound/hushboard/Manifest
@@ -0,0 +1 @@
+DIST hushboard-0.0_pre20210317.tar.gz 109253 BLAKE2B 
337e68b0a99780d3d62cf0e447de372842734832f81a12106cbbc1955fc673006790615719c3041220e5b3989eb1e28419eb676228c65a7dddadd4ae5b5d3267
 SHA512 
431b7bb99bb98725b337b79387a69ea9b1833ee9e2686125014d3ef2bfc609d8cf3eefffaffe23d2fc4a24ac489681eba9c430dc84fa3c7316f9caa26c70750d

diff --git a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild 
b/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
new file mode 100644
index 0..eefac3786
--- /dev/null
+++ b/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mutes your microphone while you are typing"
+HOMEPAGE="https://kryogenix.org/code/hushboard/";
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git";
+   inherit git-r3
+else
+   HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+   
SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-libs/libappindicator
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/python-xlib[${PYTHON_USEDEP}]
+"

diff --git a/media-sound/hushboard/hushboard-.ebuild 
b/media-sound/hushboard/hushboard-.ebuild
new file mode 100644
index 0..eefac3786
--- /dev/null
+++ b/media-sound/hushboard/hushboard-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mutes your microphone while you are typing"
+HOMEPAGE="https://kryogenix.org/code/hushboard/";
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git";
+   inherit git-r3
+else
+   HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+   
SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-libs/libappindicator
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/python-xlib[${PYTHON_USEDEP}]
+"

diff --git a/media-sound/hushboard/metadata.xml 
b/media-sound/hushboard/metadata.xml
new file mode 100644
index 0..bdf5f6f4f
--- /dev/null
+++ b/media-sound/hushboard/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   f...@geekplace.eu
+   Florian Schmaus
+   
+



[gentoo-commits] repo/proj/guru:master commit in: www-servers/hinsightd/

2021-04-23 Thread Haelwenn Monnier
commit: 4d80cc06ee59e44ae9548ebf9a593e3f5e2dcef6
Author: tiotags  gmail  com>
AuthorDate: Fri Apr 23 07:21:59 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 07:22:12 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d80cc06

www-servers/hinsightd: lua-single, multiple tweaks

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu  gmail.com>

 www-servers/hinsightd/hinsightd-0.9.0.ebuild | 6 +++---
 www-servers/hinsightd/hinsightd-.ebuild  | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild 
b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
index 744bf8aab..7f95594b6 100644
--- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild
+++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
@@ -5,11 +5,11 @@ EAPI=7
 
 LUA_COMPAT=( lua5-1 )
 
-inherit fcaps lua
+inherit fcaps lua-single
 
 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";
-SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v0.9.0/hin9-v0.9.0.tar.gz";
+SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
@@ -51,7 +51,7 @@ src_compile() {
 src_install() {
newbin "${S}/build/hin9" hinsightd
newinitd "${FILESDIR}/init.d.sh" hinsightd
-   #systemd_dounit "${FILESDIR}/hinsightd.service" # not tested
+   systemd_dounit "${FILESDIR}/hinsightd.service" # not tested
 
insinto /etc/hinsightd
newins "${S}/workdir/main.lua" hinsightd.lua

diff --git a/www-servers/hinsightd/hinsightd-.ebuild 
b/www-servers/hinsightd/hinsightd-.ebuild
index d0fcda423..cfc31c90f 100644
--- a/www-servers/hinsightd/hinsightd-.ebuild
+++ b/www-servers/hinsightd/hinsightd-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-{1..4} )
 
-inherit git-r3 fcaps lua
+inherit git-r3 fcaps lua-single
 
 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";
@@ -49,7 +49,7 @@ src_compile() {
 src_install() {
newbin "${S}/build/hin9" hinsightd
newinitd "${FILESDIR}/init.d.sh" hinsightd
-   #systemd_dounit "${FILESDIR}/hinsightd.service" # not tested
+   systemd_dounit "${FILESDIR}/hinsightd.service" # not tested
 
insinto /etc/hinsightd
newins "${S}/workdir/main.lua" hinsightd.lua



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

2021-04-23 Thread David Seifert
commit: 5f63d0a8e34bf6c04624333d21e6d825ffb43855
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 09:10:21 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 23 09:10:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f63d0a8

net-misc/chrony: Restore stable keywords

* Stable keywords were dropped by mistake

Closes: https://bugs.gentoo.org/785145
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>
Signed-off-by: David Seifert  gentoo.org>

 net-misc/chrony/chrony-4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-4.0-r2.ebuild 
b/net-misc/chrony/chrony-4.0-r2.ebuild
index 1a71d1e9d99..2c76d583d7c 100644
--- a/net-misc/chrony/chrony-4.0-r2.ebuild
+++ b/net-misc/chrony/chrony-4.0-r2.ebuild
@@ -17,7 +17,7 @@ else
 
SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz";
SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P}-tar-gz-asc.txt -> ${P}.tar.gz.asc )"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86"
 fi
 
 S="${WORKDIR}/${P/_/-}"



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2021-04-23 Thread Oliver Freyermuth
commit: 8df844a955d6f1905da373c0fa33c558cf2faddf
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Apr 23 09:06:12 2021 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Fri Apr 23 09:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8df844a9

x11-misc/gromit-mpx: Drop old.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 -
 x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 5e5569d50..0fc816950 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,2 +1 @@
-DIST gromit-mpx-1.3.1.tar.gz 60834 BLAKE2B 
0290b3d538471c519392412c1b11826f738d55b0761d9118629cd1b9b8fec1bd6d9a72693356decd47d829befdcddf1f4c55925fafb54cb32782f2601d4b0829
 SHA512 
dc57c8d97717a64fbfcf48c231f47149134d1fd5cdeb0db22efd367ac416096e6923b8f932a113fc8bd175dc3e7ebfe633acac22a7e778a87a2d912bdebf3532
 DIST gromit-mpx-1.4.tar.gz 1858578 BLAKE2B 
e7f8cd9f424422f7169b14f9780c64c317fecc9de421e6960f1926629423ddf1e9ac796b806d36cae884dd074e352cfca6084b9821cc74cdcabfbecf3d611c9c
 SHA512 
5a2b81dcaef9b04e9d514c966b0b96dcb1b6b4a4cba1f26056ac3b758922d82e551397cf9c06a32a395e6a5b99a3d8c08fdd5ac875fdf7455efc2abe7eeb82f5

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
deleted file mode 100644
index 7ed81fd66..0
--- a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/gromit-mpx";
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git";
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-libs/libappindicator:3
-   x11-libs/libX11
-   >=x11-apps/xinput-1.3
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2021-04-23 Thread Oliver Freyermuth
commit: b220843aa7523c84b83c924cc52eda5ca54ae885
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Apr 23 09:17:40 2021 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Fri Apr 23 09:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b220843a

x11-misc/gromit-mpx: Update XDG icon cache.

Closes: https://bugs.gentoo.org/785208
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild  | 6 +-
 x11-misc/gromit-mpx/gromit-mpx-.ebuild | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
index 7ed81fd66..60db7a22e 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
 HOMEPAGE="https://github.com/bk138/gromit-mpx";
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+src_prepare () {
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc

diff --git a/x11-misc/gromit-mpx/gromit-mpx-.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
index 7ed81fd66..60db7a22e 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
 HOMEPAGE="https://github.com/bk138/gromit-mpx";
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+src_prepare () {
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc



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

2021-04-23 Thread Hans Fredrik Nordhaug
commit: 26a977ee328620f1220b965890ff5aa9f9009905
Author: Hans Fredrik Nordhaug  gmail  com>
AuthorDate: Fri Apr 23 09:24:16 2021 +
Commit: Hans Fredrik Nordhaug  gmail  com>
CommitDate: Fri Apr 23 09:25:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26a977ee

net-misc/tinyssh: Updating to 20210319

Closes: https://bugs.gentoo.org/785199
Closes: https://bugs.gentoo.org/781698
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans Fredrik Nordhaug  gmail.com>

 net-misc/tinyssh/Manifest |  2 +-
 .../{tinyssh-20190101.ebuild => tinyssh-20210319.ebuild}  | 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-misc/tinyssh/Manifest b/net-misc/tinyssh/Manifest
index b697c8266..3c80b682b 100644
--- a/net-misc/tinyssh/Manifest
+++ b/net-misc/tinyssh/Manifest
@@ -1 +1 @@
-DIST tinyssh-20190101.tar.gz 244848 BLAKE2B 
a115bca82db020970a1cd8dd27f65f0d586f291fdcbcd786802babaa82befddd39ec8651dd4d6ebc3503e8c4e5903a335a6b14dc2957bae5519e4a7dee6fd495
 SHA512 
bf3829a71c29e8b0d5c2a145be9dfaf05efb1b98932f34f19f76e07871da4be10022bdde4c57ca49557b69931077b451bc2efbeab38d8ef24151fb73990f1012
+DIST tinyssh-20210319.tar.gz 245451 BLAKE2B 
fdbb41281edde704d660de07b9a01b48aa1fd17c596b1e7ecbe46ccc804f3499036845781c736c39d99911bcdc6aefc2b1fe354ea40972dbff55a24121629a1f
 SHA512 
e839355fdae241ff90a2cbc95219141a2e12b2efaeb8631f2a1f7400868d93998843da5170146b13de6e10d5098acfea0ef55a0154c5fe22a093f67d4fa7ce0e

diff --git a/net-misc/tinyssh/tinyssh-20190101.ebuild 
b/net-misc/tinyssh/tinyssh-20210319.ebuild
similarity index 84%
rename from net-misc/tinyssh/tinyssh-20190101.ebuild
rename to net-misc/tinyssh/tinyssh-20210319.ebuild
index 1ad54dd70..1fccc0e22 100644
--- a/net-misc/tinyssh/tinyssh-20190101.ebuild
+++ b/net-misc/tinyssh/tinyssh-20210319.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,7 +29,7 @@ src_prepare() {
 
# Use make-tinysshcc.sh script, which has no tests and doesn't execute
# binaries. See https://github.com/janmojzis/tinyssh/issues/2
-   sed -i 's/tinyssh/tinysshcc/g' ./Makefile || die
+   sed -i 's/make-tinyssh\.sh/make-tinysshcc.sh/g' ./Makefile || die
 
default
 }
@@ -38,11 +38,12 @@ src_compile() {
if use sodium
then
emake \
+   CC="$(tc-getCC)"
LIBS="-lsodium" \
-   CFLAGS="$CFLAGS -I/usr/include/sodium" \
-   LDFLAGS="-L/usr/lib"
+   CFLAGS="${CFLAGS} -I/usr/include/sodium" \
+   LDFLAGS="${LDFLAGS} -L/usr/lib"
else
-   emake
+   emake CC="$(tc-getCC)"
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/browserlauncher2/

2021-04-23 Thread Miroslav Šulc
commit: bc3d029fd6149a3aef88b548ea2e2e665f8aecd7
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Apr 23 09:40:28 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Apr 23 09:41:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3d029f

dev-java/browserlauncher2: fixed hardcoded paths + switched to stable

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/browserlauncher2/browserlauncher2-1.3-r2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-java/browserlauncher2/browserlauncher2-1.3-r2.ebuild 
b/dev-java/browserlauncher2/browserlauncher2-1.3-r2.ebuild
index 58fe70c5418..7f2370c1c9c 100644
--- a/dev-java/browserlauncher2/browserlauncher2-1.3-r2.ebuild
+++ b/dev-java/browserlauncher2/browserlauncher2-1.3-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/browserlaunch2/browserlaunche
 
 LICENSE="LGPL-2.1"
 SLOT="1.0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"
@@ -30,9 +30,9 @@ src_prepare() {
# fixing build.xml
sed -i -e "s: includes=\"\*\*/\*\.class\"::g" "${S}/build.xml" || die
 
-   iconv -f ISO-8859-1 -t UTF8 -o 
/var/tmp/portage/dev-java/browserlauncher2-1.3-r2/work/source/at/jta/Regor.java~
 \
-   
/var/tmp/portage/dev-java/browserlauncher2-1.3-r2/work/source/at/jta/Regor.java 
|| die "recoding failed"
-   mv -f 
/var/tmp/portage/dev-java/browserlauncher2-1.3-r2/work/source/at/jta/Regor.java{~,}
 || die "cannot rename"
+   iconv -f ISO-8859-1 -t UTF8 -o "${S}/source/at/jta/Regor.java~" \
+   "${S}/source/at/jta/Regor.java" || die "recoding failed"
+   mv -f "${S}"/source/at/jta/Regor.java{~,} || die "cannot rename"
 }
 
 EANT_BUILD_TARGET="build"



[gentoo-commits] repo/gentoo:master commit in: dev-java/browserlauncher2/

2021-04-23 Thread Miroslav Šulc
commit: 11aa4194643fdcfeb4727a83622684d6f7fd1900
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Apr 22 14:20:12 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Apr 23 09:41:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11aa4194

dev-java/browserlauncher2: EAPI 7, min java 1.8

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20500
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../browserlauncher2-1.3-r2.ebuild | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/dev-java/browserlauncher2/browserlauncher2-1.3-r2.ebuild 
b/dev-java/browserlauncher2/browserlauncher2-1.3-r2.ebuild
new file mode 100644
index 000..58fe70c5418
--- /dev/null
+++ b/dev-java/browserlauncher2/browserlauncher2-1.3-r2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2
+
+MY_PV="$(ver_rs 1- _)"
+
+DESCRIPTION="A library that facilitates opening a browser from a Java 
application"
+HOMEPAGE="http://browserlaunch2.sourceforge.net/";
+SRC_URI="https://downloads.sourceforge.net/project/browserlaunch2/browserlauncher2/${PV}/BrowserLauncher2-all-${MY_PV}.jar";
+
+LICENSE="LGPL-2.1"
+SLOT="1.0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   default
+   unpack ${A}
+   find . -name "*.class" -exec rm -v {} \; || die
+   # fixing build.xml
+   sed -i -e "s: includes=\"\*\*/\*\.class\"::g" "${S}/build.xml" || die
+
+   iconv -f ISO-8859-1 -t UTF8 -o 
/var/tmp/portage/dev-java/browserlauncher2-1.3-r2/work/source/at/jta/Regor.java~
 \
+   
/var/tmp/portage/dev-java/browserlauncher2-1.3-r2/work/source/at/jta/Regor.java 
|| die "recoding failed"
+   mv -f 
/var/tmp/portage/dev-java/browserlauncher2-1.3-r2/work/source/at/jta/Regor.java{~,}
 || die "cannot rename"
+}
+
+EANT_BUILD_TARGET="build"
+EANT_DOC_TARGET="api"
+
+src_install() {
+   java-pkg_newjar deployment/*.jar
+   java-pkg_dolauncher BrowserLauncherTestApp-${SLOT} \
+   --main "edu.stanford.ejalbert.testing.BrowserLauncherTestApp"
+
+   dodoc README*
+   use doc && java-pkg_dojavadoc api
+   use source && java-pkg_dosrc source
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/browserlauncher2/

2021-04-23 Thread Miroslav Šulc
commit: cc83ee1b103be24d06b01bb6dd9a0affd7e0bfdf
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Apr 23 09:41:21 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Apr 23 09:41:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc83ee1b

dev-java/browserlauncher2: removed obsolete 1.3-r1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../browserlauncher2-1.3-r1.ebuild | 46 --
 1 file changed, 46 deletions(-)

diff --git a/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild 
b/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild
deleted file mode 100644
index 89162d59230..000
--- a/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit versionator java-pkg-2 java-ant-2
-
-MY_PV="$(replace_all_version_separators _)"
-MY_PN="BrowserLauncher2"
-
-DESCRIPTION="A library that facilitates opening a browser from a Java 
application"
-HOMEPAGE="http://browserlaunch2.sourceforge.net/";
-SRC_URI="mirror://sourceforge/browserlaunch2/${MY_PN}-all-${MY_PV}.jar"
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.4"
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip"
-
-S="${WORKDIR}"
-
-java_prepare() {
-   unpack ${A}
-   find . -name "*.class" -exec rm -v {} \; || die
-   # fixing build.xml
-   sed -i -e "s: includes=\"\*\*/\*\.class\"::g" "${S}/build.xml" || die
-}
-
-EANT_BUILD_TARGET="build"
-EANT_DOC_TARGET="api"
-
-src_install() {
-   java-pkg_newjar deployment/*.jar
-   java-pkg_dolauncher BrowserLauncherTestApp-${SLOT} \
-   --main "edu.stanford.ejalbert.testing.BrowserLauncherTestApp"
-
-   dodoc README*
-   use doc && java-pkg_dojavadoc api
-   use source && java-pkg_dosrc source
-}



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/unscii/

2021-04-23 Thread Haelwenn Monnier
commit: 4285776f033f745f16274129f85149db5aa75356
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 09:16:45 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 09:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4285776f

media-fonts/unscii: Clean version, 2.0

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

 media-fonts/unscii/Manifest  |  1 -
 media-fonts/unscii/unscii-2.0.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-fonts/unscii/Manifest b/media-fonts/unscii/Manifest
index 24d1cfd6c..91bd96aef 100644
--- a/media-fonts/unscii/Manifest
+++ b/media-fonts/unscii/Manifest
@@ -1,2 +1 @@
-DIST unscii-2.0-src.tar.gz 1672906 BLAKE2B 
c565b09333c10fafe1d4e75124ae8346119f772b72073cc65ba7c78979693a56e6a6535634897866b138747149b68b1a59469d2f98ba87dd0e62da5630ee1314
 SHA512 
f13cdf2fe32bb12ccc1cf2e1789b2dfb4c459ad85ca294736707c57a6acf47db187b1921fd9ce1e7df7e1d6a4a6b0613bd7cb78ff51c64b36ca6f9d43198ace7
 DIST unscii-2.1.tar.gz 1277989 BLAKE2B 
0f82290c2c36fb60fadfb07032775feb13469259c1ff57f2d34c2d28384f629ce48c9b1a069391e25fbc493fafe160db913c61b58d280f96ea4c3f147a0b7550
 SHA512 
bbcfa17b57a15d5710407507487bc33e76448b0a8b5b65d08f9a598153137933403da9183de05183a4e897a84b409c602bf751e8f6cfe141a6d63c3d310f893a

diff --git a/media-fonts/unscii/unscii-2.0.ebuild 
b/media-fonts/unscii/unscii-2.0.ebuild
deleted file mode 100644
index 47008c352..0
--- a/media-fonts/unscii/unscii-2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FONT_SUFFIX="otf pcf ttf"
-inherit toolchain-funcs font
-
-DESCRIPTION="Set of bitmapped Unicode fonts based on classic system fonts"
-HOMEPAGE="http://viznut.fi/unscii/";
-SRC_URI="http://viznut.fi/unscii/${P}-src.tar.gz";
-
-LICENSE="
-   public-domain
-   unicode? ( GPL-2 )
-"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
-
-RDEPEND="media-libs/sdl-image"
-DEPEND="
-   ${RDEPEND}
-   dev-lang/perl
-   media-gfx/fontforge
-   x11-apps/bdftopcf
-   unicode? ( media-fonts/unifont[utils] )
-"
-S="${WORKDIR}/${P}-src"
-DOCS=( ${PN}.txt )
-
-src_install() {
-   font_src_install
-   dobin bm2uns
-}



[gentoo-commits] repo/proj/guru:dev commit in: media-plugins/alsa-sndio/

2021-04-23 Thread Haelwenn Monnier
commit: f41f9c8327352444ec3df0b25d1a487ee6302af2
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 09:52:38 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 09:58:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f41f9c83

media-plugins/alsa-sndio: Fix description, fix CC

Closes: https://bugs.gentoo.org/785112
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild 
b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
index 23a00cde3..203199067 100644
--- a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
+++ b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Sndio audio sink and source for GStreamer"
+DESCRIPTION="ALSA PCM to play audio on sndio servers"
 HOMEPAGE="https://github.com/Duncaen/alsa-sndio";
 SRC_URI="https://github.com/Duncaen/alsa-sndio/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="ISC"
@@ -22,6 +22,10 @@ src_prepare() {
sed -i "s;/lib/alsa-lib/;/$(get_libdir)/alsa-lib/;" Makefile || die 
"Failed changing libdir"
 }
 
+src_compile() {
+   emake CC="${CC:-gcc}"
+}
+
 src_install() {
export PREFIX="/usr"
 



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/unscii/

2021-04-23 Thread Haelwenn Monnier
commit: 52592e6e691d3c47b7be8917b3e85bb74605a6d0
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 09:13:59 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 09:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52592e6e

media-fonts/unscii: Fix LDFLAGS

Closes: https://bugs.gentoo.org/781089
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-fonts/unscii/unscii-2.1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-fonts/unscii/unscii-2.1.ebuild 
b/media-fonts/unscii/unscii-2.1.ebuild
index 6e0064d4b..01e7be3af 100644
--- a/media-fonts/unscii/unscii-2.1.ebuild
+++ b/media-fonts/unscii/unscii-2.1.ebuild
@@ -33,7 +33,12 @@ DOCS=( ${PN}.txt )
 
 src_prepare() {
default
-   sed -i "s/gcc.*/$(tc-getCC) ${CFLAGS}/" Makefile || die
+
+   sed -i \
+   -e 's;CC=.*;CC ?= gcc;' \
+   -e 's;$(CC) ;&$(CFLAGS) ;' \
+   -e 's;$(CC) .* -o .*;& $(LDFLAGS);' \
+   Makefile || die
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/

2021-04-23 Thread Haelwenn Monnier
commit: a94fdc910d194aeee5a7a752d363f09c4317b923
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 08:38:40 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 09:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a94fdc91

gui-apps/wlsunset: New Package

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

 gui-apps/wlsunset/Manifest  |  1 +
 gui-apps/wlsunset/metadata.xml  | 11 ++
 gui-apps/wlsunset/wlsunset-0.1.0.ebuild | 36 +
 gui-apps/wlsunset/wlsunset-.ebuild  | 36 +
 4 files changed, 84 insertions(+)

diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest
new file mode 100644
index 0..fccf17504
--- /dev/null
+++ b/gui-apps/wlsunset/Manifest
@@ -0,0 +1 @@
+DIST wlsunset-0.1.0.tar.gz 10927 BLAKE2B 
73080cc671885b7be00bcfe5227f6a2616b673eeb1435fbcf7ea0d23ba368b9a7bf9f3cdd9d9f4a8e6a6149fa5686ef624d2aaea61765ad76c65fc1737dfe629
 SHA512 
5e94469ab5cd810563e0171cd26547fba3d8152eebb4f81c1b7b0f9d8484faa214bc3ab2142749be47d2c1028d8ab6913a80770135801622327f9bc813138b0b

diff --git a/gui-apps/wlsunset/metadata.xml b/gui-apps/wlsunset/metadata.xml
new file mode 100644
index 0..c37cfc768
--- /dev/null
+++ b/gui-apps/wlsunset/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cont...@hacktivis.me
+   Haelwenn (lanodan) Monnier
+   
+   
+   Day/night gamma adjustments for Wayland compositors supporting 
wlr-gamma-control-unstable-v1.
+   
+

diff --git a/gui-apps/wlsunset/wlsunset-0.1.0.ebuild 
b/gui-apps/wlsunset/wlsunset-0.1.0.ebuild
new file mode 100644
index 0..9aacf6883
--- /dev/null
+++ b/gui-apps/wlsunset/wlsunset-0.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ "${PV}" ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset";
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+fi
+
+DESCRIPTION="Day/night gamma adjustments for Wayland"
+HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/";
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="
+   dev-util/wayland-scanner
+   dev-libs/wayland-protocols
+   app-text/scdoc
+"
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local emesonargs=(
+   -Dwerror=false
+   -Dman-pages=enabled
+   )
+
+   meson_src_configure
+}

diff --git a/gui-apps/wlsunset/wlsunset-.ebuild 
b/gui-apps/wlsunset/wlsunset-.ebuild
new file mode 100644
index 0..9aacf6883
--- /dev/null
+++ b/gui-apps/wlsunset/wlsunset-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ "${PV}" ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset";
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+fi
+
+DESCRIPTION="Day/night gamma adjustments for Wayland"
+HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/";
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="
+   dev-util/wayland-scanner
+   dev-libs/wayland-protocols
+   app-text/scdoc
+"
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local emesonargs=(
+   -Dwerror=false
+   -Dman-pages=enabled
+   )
+
+   meson_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/

2021-04-23 Thread Haelwenn Monnier
commit: eb20aca75b8e8685cf17b0e0a3775a2cbfd26f66
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 08:55:26 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Apr 23 09:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb20aca7

app-crypt/reop: Fix LDFLAGS

Closes: https://bugs.gentoo.org/780609
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 app-crypt/reop/reop-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index 848357b7e..439cf435b 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -15,7 +15,7 @@ DEPEND="dev-libs/libsodium:="
 RDEPEND="${DEPEND}"
 
 src_compile() {
-   emake CC="${CC:-cc}" CFLAGS="${CFLAGS}"
+   emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lsodium"
 }
 
 src_test() {



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

2021-04-23 Thread Mart Raudsepp
commit: f5e8511b02c9fb2006d34ce299af13f2069ca8d7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Apr 23 10:17:18 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Apr 23 10:17:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e8511b

net-libs/webkit-gtk: security bump to 2.30.6

Bug: https://bugs.gentoo.org/773193
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/webkit-gtk/Manifest |   1 +
 net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild | 300 +++
 2 files changed, 301 insertions(+)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index 58a92b6a176..60758d753b3 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -1 +1,2 @@
 DIST webkitgtk-2.30.5.tar.xz 22311832 BLAKE2B 
b00e889d59883e62bcf179df8a766e20a7cd7ee2db462c4eb4279686aac5ea1cad7903189b14031088ab23b8dfd89c1f09f90e2deb5d208281d55c262cc0cb3c
 SHA512 
406fc767a806bb2af446c73e7079720a4d82d592a95a20f30f468c31cdc2efd25e082a5ecfbe00c27f62236e1e56a729c48191451d130188419967975378235d
+DIST webkitgtk-2.30.6.tar.xz 22311524 BLAKE2B 
369a2f03b99a17b3e7ffbd0a8528a0d7f65334138552e7684fdec6b3003fab8d9a946f1b549849562b71e9a0daa3f870578d088833db2e8e291974bd38eaed05
 SHA512 
fe2de42ea66162cf28002bd2bd83890c8f8f6336fea873f769a57bae4d6cb8fd6c41af224e320608bcb47c8f0f41d150ac47004e9ef52127d208c01ae6dcf47f

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
new file mode 100644
index 000..2d1a8c84172
--- /dev/null
+++ b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
@@ -0,0 +1,300 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..8} )
+USE_RUBY="ruby24 ruby25 ruby26 ruby27 ruby30"
+
+inherit check-reqs cmake flag-o-matic gnome2 pax-utils python-any-r1 
ruby-single toolchain-funcs virtualx
+
+MY_P="webkitgtk-${PV}"
+DESCRIPTION="Open source web browser engine"
+HOMEPAGE="https://www.webkitgtk.org";
+SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz";
+
+LICENSE="LGPL-2+ BSD"
+SLOT="4/37" # soname version of libwebkit2gtk-4.0
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+
+IUSE="aqua +egl examples gamepad +geolocation gles2-only gnome-keyring 
+gstreamer gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl 
seccomp spell systemd wayland +X"
+
+# gstreamer with opengl/gles2 needs egl
+REQUIRED_USE="
+   gles2-only? ( egl !opengl )
+   gstreamer? ( opengl? ( egl ) )
+   wayland? ( egl )
+   || ( aqua wayland X )
+"
+
+# Tests fail to link for inexplicable reasons
+# https://bugs.webkit.org/show_bug.cgi?id=148210
+RESTRICT="test"
+
+# Aqua support in gtk3 is untested
+# Dependencies found at Source/cmake/OptionsGTK.cmake
+# Various compile-time optionals for gtk+-3.22.0 - ensure it
+# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is 
experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
+# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
+wpe_depend="
+   >=gui-libs/libwpe-1.5.0:1.0
+   >=gui-libs/wpebackend-fdo-1.7.0:1.0
+"
+# TODO: gst-plugins-base[X] is only needed when build configuration ends up 
with GLX set, but that's a bit automagic too to fix
+RDEPEND="
+   >=x11-libs/cairo-1.16.0:=[X?]
+   >=media-libs/fontconfig-2.13.0:1.0
+   >=media-libs/freetype-2.9.0:2
+   >=dev-libs/libgcrypt-1.7.0:0=
+   >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
+   >=media-libs/harfbuzz-1.4.2:=[icu(+)]
+   >=dev-libs/icu-60.2:=
+   virtual/jpeg:0=
+   >=net-libs/libsoup-2.54:2.4[introspection?]
+   >=dev-libs/libxml2-2.8.0:2
+   >=media-libs/libpng-1.4:0=
+   dev-db/sqlite:3=
+   sys-libs/zlib:0
+   >=dev-libs/atk-2.16.0
+   media-libs/libwebp:=
+
+   >=dev-libs/glib-2.44.0:2
+   >=dev-libs/libxslt-1.1.7
+   media-libs/woff2
+   gnome-keyring? ( app-crypt/libsecret )
+   introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
+   dev-libs/libtasn1:=
+   spell? ( >=app-text/enchant-0.22:2 )
+   gstreamer? (
+   >=media-libs/gstreamer-1.14:1.0
+   >=media-libs/gst-plugins-base-1.14:1.0[egl?,opengl?,X?]
+   gles2-only? ( media-libs/gst-plugins-base:1.0[gles2] )
+   >=media-plugins/gst-plugins-opus-1.14.4-r1:1.0
+   >=media-libs/gst-plugins-bad-1.14:1.0 )
+
+   X? (
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXrender
+   x11-libs/libXt )
+
+   libnotify? ( x11-libs/libnotify )
+   dev-libs/hyphen
+   jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
+
+   egl? ( media-libs/mesa[egl] )
+   gles2-only? ( media-libs/mesa[gles2] )
+   opengl? ( virtual/opengl )
+ 

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

2021-04-23 Thread James Le Cuirot
commit: 7a2fe829e3612bf7be2e2ef5892694b17187cb17
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr 23 10:39:37 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr 23 10:39:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2fe829

x11-wm/xpra: Version bump to 4.1.3

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

 x11-wm/xpra/Manifest  |   1 +
 x11-wm/xpra/xpra-4.1.3.ebuild | 168 ++
 2 files changed, 169 insertions(+)

diff --git a/x11-wm/xpra/Manifest b/x11-wm/xpra/Manifest
index 32cb2c66399..623892d0d1e 100644
--- a/x11-wm/xpra/Manifest
+++ b/x11-wm/xpra/Manifest
@@ -1,3 +1,4 @@
 DIST xpra-3.0.5.tar.xz 2752016 BLAKE2B 
a36d6a4ebb0b14665014da92d510c0d5f978c96db653709ddc09a1015426d6ac6f71f9a221db68ee1114c95eeaca6600f9e49102ce9f936d9b0ee298ac432647
 SHA512 
3dbc122ebc8c4aa67154acfe92668ac364d8469022b03e28946d763e4d396f8c707690b2a4dbf07b55545259a53b46c9dd94e6e40131289ccc3dce6a88107681
 DIST xpra-4.1.1.tar.xz 2674236 BLAKE2B 
388306b33d99e97e07eb4a0f14ad33a08f9b367fa8e8b6d0553b0815ceb1b99540d027d2bdf8b6ef0a8ad3dda5a92861acf6c429034b7dd7e061eaefe86ade89
 SHA512 
b6312fb40849446ad88181664256610fcc673c5263449f610dd3fe40d0f331b1493efdee0560b78ef217ebc168d81a020b3bc97d369f9c1810a73e62e8e02873
 DIST xpra-4.1.2.tar.xz 2676588 BLAKE2B 
db3694fdd9f7e20ba93099ecde50d712de41bb64a2d317b9f10e349b7f501015d083c212250206c0f3e25e154311a096ce4c17972131af68584be666bbf7e067
 SHA512 
860533c4173b92ee110e65849110870a3b129b993d8a2a2308142474164e4f1c45984669e7e3963540290192310de5d2de0e0713b80f4cb8c6ae7f9c3bb0814e
+DIST xpra-4.1.3.tar.gz 3850971 BLAKE2B 
b5f5a0546c785762974f27650408cb83fdfa2ac8a5b5dd8c6b08a9978ff17a0dfc85f95fde405689a19517ef66bcc7aefc1dad71acc2dda7883ed38d3c22b91c
 SHA512 
e401793ae9a4539d39bc161be4d34af2dca81c78f189664d8ebdefff99d413d364d4ceb37dd776b027b206119da81957ef7436a727c00d3ad5895a3c90742e39

diff --git a/x11-wm/xpra/xpra-4.1.3.ebuild b/x11-wm/xpra/xpra-4.1.3.ebuild
new file mode 100644
index 000..db407cd0db7
--- /dev/null
+++ b/x11-wm/xpra/xpra-4.1.3.ebuild
@@ -0,0 +1,168 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_SINGLE_IMPL=yes
+DISTUTILS_USE_SETUPTOOLS=no
+inherit xdg distutils-r1 tmpfiles prefix udev
+
+DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy"
+HOMEPAGE="https://xpra.org/";
+SRC_URI="https://xpra.org/src/${P}.tar.gz";
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="brotli +client +clipboard csc cups dbus doc ffmpeg jpeg +lz4 lzo minimal 
opengl pillow pulseaudio server sound test vpx webcam webp"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   || ( client server )
+   cups? ( dbus )
+   opengl? ( client )
+"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
+   opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
+   sound? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] )
+   ')
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libXtst
+   x11-libs/libxkbfile
+   brotli? ( app-arch/brotli )
+   csc? ( >=media-video/ffmpeg-1.2.2:0= )
+   ffmpeg? ( >=media-video/ffmpeg-3.2.2:0=[x264,x265] )
+   jpeg? ( media-libs/libjpeg-turbo )
+   pulseaudio? (
+   media-sound/pulseaudio
+   media-plugins/gst-plugins-pulse:1.0
+   )
+   sound? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   vpx? ( media-libs/libvpx media-video/ffmpeg )
+   webp? ( media-libs/libwebp )
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/netifaces[${PYTHON_USEDEP}]
+   dev-python/rencode[${PYTHON_USEDEP}]
+   dev-python/pillow[jpeg?,${PYTHON_USEDEP}]
+   cups? ( dev-python/pycups[${PYTHON_USEDEP}] )
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
+   lzo? ( >=dev-python/python-lzo-0.7.0[${PYTHON_USEDEP}] )
+   opengl? (
+   client? ( 
dev-python/pyopengl_accelerate[${PYTHON_USEDEP}] )
+   )
+   webcam? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pyinotify[${PYTHON_USEDEP}]
+   media-libs/opencv[${PYTHON_USEDEP},python]
+   )
+   ')
+   acct-group/xpra
+   virtual/ssh
+   x11-apps/xmodmap
+   server? (
+   x11-base/xorg-server[-minimal,xvfb]
+   x11-drivers/xf86-input-void
+

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

2021-04-23 Thread James Le Cuirot
commit: e633f434404c679deedb68f6c6cb1ce71f163d9a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr 23 10:40:15 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr 23 10:40:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e633f434

x11-wm/xpra: Drop old 4.1.1

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

 x11-wm/xpra/Manifest  |   1 -
 x11-wm/xpra/xpra-4.1.1.ebuild | 159 --
 2 files changed, 160 deletions(-)

diff --git a/x11-wm/xpra/Manifest b/x11-wm/xpra/Manifest
index 623892d0d1e..9e57431ebb4 100644
--- a/x11-wm/xpra/Manifest
+++ b/x11-wm/xpra/Manifest
@@ -1,4 +1,3 @@
 DIST xpra-3.0.5.tar.xz 2752016 BLAKE2B 
a36d6a4ebb0b14665014da92d510c0d5f978c96db653709ddc09a1015426d6ac6f71f9a221db68ee1114c95eeaca6600f9e49102ce9f936d9b0ee298ac432647
 SHA512 
3dbc122ebc8c4aa67154acfe92668ac364d8469022b03e28946d763e4d396f8c707690b2a4dbf07b55545259a53b46c9dd94e6e40131289ccc3dce6a88107681
-DIST xpra-4.1.1.tar.xz 2674236 BLAKE2B 
388306b33d99e97e07eb4a0f14ad33a08f9b367fa8e8b6d0553b0815ceb1b99540d027d2bdf8b6ef0a8ad3dda5a92861acf6c429034b7dd7e061eaefe86ade89
 SHA512 
b6312fb40849446ad88181664256610fcc673c5263449f610dd3fe40d0f331b1493efdee0560b78ef217ebc168d81a020b3bc97d369f9c1810a73e62e8e02873
 DIST xpra-4.1.2.tar.xz 2676588 BLAKE2B 
db3694fdd9f7e20ba93099ecde50d712de41bb64a2d317b9f10e349b7f501015d083c212250206c0f3e25e154311a096ce4c17972131af68584be666bbf7e067
 SHA512 
860533c4173b92ee110e65849110870a3b129b993d8a2a2308142474164e4f1c45984669e7e3963540290192310de5d2de0e0713b80f4cb8c6ae7f9c3bb0814e
 DIST xpra-4.1.3.tar.gz 3850971 BLAKE2B 
b5f5a0546c785762974f27650408cb83fdfa2ac8a5b5dd8c6b08a9978ff17a0dfc85f95fde405689a19517ef66bcc7aefc1dad71acc2dda7883ed38d3c22b91c
 SHA512 
e401793ae9a4539d39bc161be4d34af2dca81c78f189664d8ebdefff99d413d364d4ceb37dd776b027b206119da81957ef7436a727c00d3ad5895a3c90742e39

diff --git a/x11-wm/xpra/xpra-4.1.1.ebuild b/x11-wm/xpra/xpra-4.1.1.ebuild
deleted file mode 100644
index 65e29330271..000
--- a/x11-wm/xpra/xpra-4.1.1.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_SINGLE_IMPL=yes
-DISTUTILS_USE_SETUPTOOLS=no
-inherit xdg distutils-r1 tmpfiles prefix
-
-DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy"
-HOMEPAGE="https://xpra.org/";
-SRC_URI="https://xpra.org/src/${P}.tar.xz";
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="brotli +client +clipboard csc cups dbus doc ffmpeg jpeg +lz4 lzo minimal 
opengl pillow pulseaudio server sound test vpx webcam webp"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   || ( client server )
-   cups? ( dbus )
-   opengl? ( client )
-"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
-   opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
-   sound? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] )
-   ')
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libXtst
-   x11-libs/libxkbfile
-   brotli? ( app-arch/brotli )
-   csc? ( >=media-video/ffmpeg-1.2.2:0= )
-   ffmpeg? ( >=media-video/ffmpeg-3.2.2:0=[x264,x265] )
-   jpeg? ( media-libs/libjpeg-turbo )
-   pulseaudio? (
-   media-sound/pulseaudio
-   media-plugins/gst-plugins-pulse:1.0
-   )
-   sound? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   vpx? ( media-libs/libvpx media-video/ffmpeg )
-   webp? ( media-libs/libwebp )
-"
-RDEPEND="
-   ${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/netifaces[${PYTHON_USEDEP}]
-   dev-python/rencode[${PYTHON_USEDEP}]
-   dev-python/pillow[jpeg?,${PYTHON_USEDEP}]
-   cups? ( dev-python/pycups[${PYTHON_USEDEP}] )
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
-   lzo? ( >=dev-python/python-lzo-0.7.0[${PYTHON_USEDEP}] )
-   opengl? (
-   client? ( 
dev-python/pyopengl_accelerate[${PYTHON_USEDEP}] )
-   )
-   webcam? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pyinotify[${PYTHON_USEDEP}]
-   media-libs/opencv[${PYTHON_USEDEP},python]
-   )
-   ')
-   acct-group/xpra
-   virtual/ssh
-   x11-apps/xmodmap
-   server? (
-   x11-base/xorg-server[-minimal,xvfb]
-   x11-drivers/xf86-input-void
-   )
-"
-

[gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/

2021-04-23 Thread Ronny Gutbrod
commit: eb55a8834428c7b31d384ad4a1f8d0a58a87bdde
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Apr 23 10:33:08 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Apr 23 10:55:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb55a883

net-im/nheko: Version bump: 0.8.2.

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

 net-im/nheko/Manifest   |  1 +
 net-im/nheko/nheko-0.8.2.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index 2f9709fef..bd0fe2415 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,2 +1,3 @@
 DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B 
ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77
 SHA512 
c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb
 DIST nheko-0.8.1.tar.gz 1176445 BLAKE2B 
5ef1523b23b1512d56cd6109f05ec3f710629a561ddf8e766d8f3f3a2d3bdd65d6a83da381f3e53bfbd1ee470243dae8ff40973dadc166cc82e52d03abbe
 SHA512 
180c876121338ea6d45e85d11a3cfd1f988a084a650becacfa5a9cbb4a556a0f47625194e3d9870bb6692b15d16c5ac75999e241f08a2828ec471b3d64c1eb62
+DIST nheko-0.8.2.tar.gz 1232245 BLAKE2B 
cb7397a2247c280cac23efe4a5983e43ebe9a6cacbadfdb3798b856633bd9e9c1ac1c56750373817373691d5d3624aec815040743d44c60dcb900f8616498d8f
 SHA512 
907b5fd770c2e451ee4d5a4483810cf87529f643d584784b2f3c471b54229243842313206bbd38c8b6ca9a91bf505b683d6741bdce8ea24407ae4178da579465

diff --git a/net-im/nheko/nheko-0.8.2.ebuild b/net-im/nheko/nheko-0.8.2.ebuild
new file mode 100644
index 0..462407d6a
--- /dev/null
+++ b/net-im/nheko/nheko-0.8.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="Desktop client for Matrix using Qt and C++14"
+HOMEPAGE="https://github.com/Nheko-Reborn/nheko";
+SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtmultimedia:5[gstreamer,qml]
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtsvg:5
+   dev-qt/qtconcurrent:5
+   app-text/cmark
+   >=dev-libs/mtxclient-0.5.1
+   dev-cpp/nlohmann_json
+   dev-libs/qtkeychain
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/spdlog
+   >=dev-db/lmdb++-1.0.0
+"
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_src_prepare
+}
+
+# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
+# MY_GSTREAMER_V="1.18"
+#
+#  voip? (
+#  >=media-libs/gstreamer-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
+#  >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
+#  >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
+#  >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
+#  net-libs/libnice
+#  )



[gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/

2021-04-23 Thread Ronny Gutbrod
commit: 0d0dab2e2bd3366f81f765a4191cf1a8a56c3bb4
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Apr 23 10:53:21 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Apr 23 10:55:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d0dab2e

net-im/nheko: Remove old ebuild.

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

 net-im/nheko/Manifest   |  1 -
 net-im/nheko/nheko-0.8.0.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index bd0fe2415..b4ca85359 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,3 +1,2 @@
-DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B 
ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77
 SHA512 
c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb
 DIST nheko-0.8.1.tar.gz 1176445 BLAKE2B 
5ef1523b23b1512d56cd6109f05ec3f710629a561ddf8e766d8f3f3a2d3bdd65d6a83da381f3e53bfbd1ee470243dae8ff40973dadc166cc82e52d03abbe
 SHA512 
180c876121338ea6d45e85d11a3cfd1f988a084a650becacfa5a9cbb4a556a0f47625194e3d9870bb6692b15d16c5ac75999e241f08a2828ec471b3d64c1eb62
 DIST nheko-0.8.2.tar.gz 1232245 BLAKE2B 
cb7397a2247c280cac23efe4a5983e43ebe9a6cacbadfdb3798b856633bd9e9c1ac1c56750373817373691d5d3624aec815040743d44c60dcb900f8616498d8f
 SHA512 
907b5fd770c2e451ee4d5a4483810cf87529f643d584784b2f3c471b54229243842313206bbd38c8b6ca9a91bf505b683d6741bdce8ea24407ae4178da579465

diff --git a/net-im/nheko/nheko-0.8.0.ebuild b/net-im/nheko/nheko-0.8.0.ebuild
deleted file mode 100644
index e896d..0
--- a/net-im/nheko/nheko-0.8.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Desktop client for Matrix using Qt and C++14"
-HOMEPAGE="https://github.com/Nheko-Reborn/nheko";
-SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtmultimedia:5[gstreamer,qml]
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtsvg:5
-   dev-qt/qtconcurrent:5
-   app-text/cmark
-   = 1.18 lands in ::gentoo.
-# MY_GSTREAMER_V="1.18"
-#
-#  voip? (
-#  >=media-libs/gstreamer-${MY_GSTREAMER_V}
-#  >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
-#  >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
-#  >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
-#  >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
-#  >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
-#  >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
-#  >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
-#  net-libs/libnice
-#  )



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

2021-04-23 Thread Ronny Gutbrod
commit: a0ab11bdb9cce16db4f26c35b972ffa7cc470585
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Apr 23 10:54:18 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Apr 23 10:55:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0ab11bd

dev-libs/mtxclient: Remove unused ebuild.

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

 dev-libs/mtxclient/Manifest   |  1 -
 dev-libs/mtxclient/mtxclient-0.5.0.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 8d47a37c3..1baa03481 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
 DIST mtxclient-0.4.1.tar.gz 572552 BLAKE2B 
4d0facaffb0ce1fadc1011b7d557774bcd9ffcef7349894255b9522bcc4e9228739ad8da5a60b0addf6835cf5de3613bebc19842b6922ab9cf94f88c944d0091
 SHA512 
246c84bc8bc7dd6fd688c79601d16e931b5aaf5fe967d6ea226f1961df2b74ad70d4e790b7400051e007506f58ecd6594ccead31bd3c6308aa2c6727b122c203
-DIST mtxclient-0.5.0.tar.gz 582236 BLAKE2B 
5166c32127973e886adadb6ad8a2895ba5ac77f78e9a774f039b0c8d4329078c0b8de965b477ce1c3a7e4cd929de8ba9b8d4f8d8b0452f6c49c873285a4d8b3a
 SHA512 
6e1e9f5ecb1e6911b5bee85569e4477f6ee4c86ef479a3f408c8bbd187750b3b78db1db0337b51e1df9b90fee3b486eaf909bb79b69a97919685074eee3a82cd
 DIST mtxclient-0.5.1.tar.gz 582367 BLAKE2B 
d30a5e0e16d6783d8d1175e5f4144d845fe62897dcc7952cb1598470befa1da47a2b06cd70a60f511a1c2e7656eca2cf5a87734cbc61b79d2a05df295fd256e0
 SHA512 
f0a5e823bd7f3cccdf5f919c04c36a1a5ab4d2627a6f8f3fac78e4b300eda3b9e1f5060fb31e6e47267bbafc3a03f6c2a2d16c2323e63ce4889f551860e7703f

diff --git a/dev-libs/mtxclient/mtxclient-0.5.0.ebuild 
b/dev-libs/mtxclient/mtxclient-0.5.0.ebuild
deleted file mode 100644
index 43315c94d..0
--- a/dev-libs/mtxclient/mtxclient-0.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
-HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient";
-SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/boost-1.70.0
-   dev-libs/olm
-   >=dev-libs/openssl-1.1.0
-   dev-cpp/nlohmann_json
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/spdlog
-   test? ( dev-cpp/gtest )
-"
-
-# remove_failing_tests depends on remove_network_tests.
-PATCHES=(
-   "${FILESDIR}/0.3.0_remove_network_tests.patch"
-   "${FILESDIR}/0.3.0_remove_failing_tests.patch"
-)
-
-src_configure() {
-   local -a mycmakeargs=(
-   -DBUILD_LIB_TESTS="$(usex test)"
-   -DBUILD_LIB_EXAMPLES=OFF
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-ocl-sdk/

2021-04-23 Thread Guilherme Amadio
commit: 2d4427c3e9ff89071413ac6fdd0ae34db82c38d2
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Apr 23 10:56:44 2021 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Fri Apr 23 10:56:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4427c3

dev-util/intel-ocl-sdk: fix symlinks on prefix

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild 
b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild
index 371f3e61ec9..41733196d8e 100644
--- a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild
+++ b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -75,6 +75,10 @@ src_install() {
insinto /"${INTEL_CL}"/bin
doins "${WORKDIR}"/"${INTEL_CL}"/bin/*
 
+   # fix symlinks for oclopt and clangSpir12 on prefix
+   dosym "../lib64/oclopt"  "opt/intel/opencl-1.2-${PV}/bin/oclopt"
+   dosym "../lib64/clangSpir12" 
"opt/intel/opencl-1.2-${PV}/bin/clangSpir12"
+
# TODO put this somewhere
# doins ${INTEL_CL}/eclipse-plug-in/OpenCL_SDK_0.1.0.jar
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-ocl-sdk/

2021-04-23 Thread Guilherme Amadio
commit: 7c3943366bf27530de6b2a09667712420eb65f22
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Apr 23 11:13:10 2021 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Fri Apr 23 11:13:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c394336

dev-util/intel-ocl-sdk: correct library path in intel64.icd on prefix

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild 
b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild
index 41733196d8e..a8a09683874 100644
--- a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild
+++ b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild
@@ -61,6 +61,10 @@ src_prepare() {
if use system-tbb; then
rm -f "${WORKDIR}/${INTEL_CL}"/lib64/libtbb*
fi
+   # Prepend EPREFIX to library path in intel64.icd
+   if [[ -n ${EPREFIX} ]]; then
+   sed -i -e "s@^/opt@${EPREFIX}/opt@" 
"${WORKDIR}/${INTEL_CL}"/etc/intel64.icd
+   fi
default
 }
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/files/, sci-chemistry/gromacs/

2021-04-23 Thread Alexey Shvetsov
commit: 58f023bcae9893f344186cb4474ec86f94653cf7
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Apr 23 11:41:19 2021 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Apr 23 11:41:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f023bc

sci-chemistry/gromacs: Update patches

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov  gentoo.org>

 .../gromacs/files/gromacs-2020-pytest.patch| 35 ++
 .../gromacs/files/gromacs-2020_beta1-pytest.patch  | 12 -
 .../gromacs/files/gromacs-2021-nblib.patch | 53 ++
 sci-chemistry/gromacs/gromacs-2020.4.ebuild|  2 +-
 sci-chemistry/gromacs/gromacs-2020.5.ebuild|  2 +-
 sci-chemistry/gromacs/gromacs-2020.6.ebuild|  2 +-
 sci-chemistry/gromacs/gromacs-2020..ebuild |  2 +-
 sci-chemistry/gromacs/gromacs-2021.1.ebuild|  5 +-
 sci-chemistry/gromacs/gromacs-2021..ebuild |  2 -
 sci-chemistry/gromacs/gromacs-2021.ebuild  |  2 +-
 sci-chemistry/gromacs/gromacs-.ebuild  |  2 -
 11 files changed, 97 insertions(+), 22 deletions(-)

diff --git a/sci-chemistry/gromacs/files/gromacs-2020-pytest.patch 
b/sci-chemistry/gromacs/files/gromacs-2020-pytest.patch
new file mode 100644
index 000..cc7730afecb
--- /dev/null
+++ b/sci-chemistry/gromacs/files/gromacs-2020-pytest.patch
@@ -0,0 +1,35 @@
+From e4e1263776844d660c471e3d1203acf54cdc855f Mon Sep 17 00:00:00 2001
+From: Alexey Shvetsov 
+Date: Fri, 23 Apr 2021 13:21:24 +0300
+Subject: [PATCH 2/2] Allow to build python part without build testing enabled
+
+Signed-off-by: Alexey Shvetsov 
+---
+ python_packaging/src/CMakeLists.txt | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/python_packaging/src/CMakeLists.txt 
b/python_packaging/src/CMakeLists.txt
+index c75549fc82..4f983fdd5f 100644
+--- a/python_packaging/src/CMakeLists.txt
 b/python_packaging/src/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ #
+ # This file is part of the GROMACS molecular simulation package.
+ #
+-# Copyright (c) 2019,2020, by the GROMACS development team, led by
++# Copyright (c) 2019,2020,2021, by the GROMACS development team, led by
+ # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
+ # and including many others, as listed in the AUTHORS file in the
+ # top-level source directory and at http://www.gromacs.org.
+@@ -252,5 +252,7 @@ endif()
+ # to the `check` target. Normal usage is to first install the Python package,
+ # then run `pytest` on the `tests` directory. Refer to gmxapi package 
documentation.
+ if(NOT GMXAPI_MASTER_PROJECT)
+-add_subdirectory(test)
++  if (BUILD_TESTING)
++  add_subdirectory(test)
++  endif()
+ endif()
+-- 
+2.31.1
+

diff --git a/sci-chemistry/gromacs/files/gromacs-2020_beta1-pytest.patch 
b/sci-chemistry/gromacs/files/gromacs-2020_beta1-pytest.patch
deleted file mode 100644
index 452987f38b9..000
--- a/sci-chemistry/gromacs/files/gromacs-2020_beta1-pytest.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN gromacs-2020-beta1/python_packaging/src/CMakeLists.txt 
gromacs-2020-beta1-py/python_packaging/src/CMakeLists.txt
 gromacs-2020-beta1/python_packaging/src/CMakeLists.txt 2019-09-12 
05:48:57.0 +0300
-+++ gromacs-2020-beta1-py/python_packaging/src/CMakeLists.txt  2019-10-09 
17:01:30.845304765 +0300
-@@ -201,5 +201,7 @@
- # to the `check` target. Normal usage is to first install the Python package,
- # then run `pytest` on the `tests` directory. Refer to gmxapi package 
documentation.
- if(NOT GMXAPI_MASTER_PROJECT)
--add_subdirectory(test)
-+  if (GMX_BUILD_TESTING)
-+  add_subdirectory(test)
-+  endif()
- endif()

diff --git a/sci-chemistry/gromacs/files/gromacs-2021-nblib.patch 
b/sci-chemistry/gromacs/files/gromacs-2021-nblib.patch
new file mode 100644
index 000..67ea6f6f63c
--- /dev/null
+++ b/sci-chemistry/gromacs/files/gromacs-2021-nblib.patch
@@ -0,0 +1,53 @@
+From 5771842a06f483ad52781f4f2cdf5311ddb5cfa1 Mon Sep 17 00:00:00 2001
+From: Alexey Shvetsov 
+Date: Fri, 23 Apr 2021 13:15:10 +0300
+Subject: [PATCH 1/2] Allow to build and install nblib without GMX TESTS
+ enabled
+
+Without it you'll get error like this:
+
+  CMake Error at api/nblib/CMakeLists.txt:79 (add_dependencies):
+  Cannot add target-level dependencies to non-existent target "tests".
+
+  The add_dependencies works for top-level logical targets created by the
+  add_executable, add_library, or add_custom_target commands.  If you want to
+  add file-level dependencies see the DEPENDS option of the add_custom_target
+  and add_custom_command commands.
+
+Signed-off-by: Alexey Shvetsov 
+---
+ api/nblib/CMakeLists.txt | 18 ++
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+diff --git a/api/nblib/CMakeLists.txt b/api/nblib/CMakeLists.txt
+index a2ce06596e..51211c3d70 100644
+--- a/api/nblib/CMakeLists.txt
 b/api/nb

[gentoo-commits] repo/proj/guru:dev commit in: www-servers/hinsightd/

2021-04-23 Thread Andrew Ammerlaan
commit: 0cae57bf7d861fcba4ece570c2120b1bcc2b4fcf
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Apr 23 12:16:29 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 12:16:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cae57bf

www-servers/hinsightd: inherit systemd eclass

Closes: https://bugs.gentoo.org/785217
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  riseup.net>

 www-servers/hinsightd/hinsightd-0.9.0.ebuild | 2 +-
 www-servers/hinsightd/hinsightd-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild 
b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
index 7f95594b6..b81f198f9 100644
--- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild
+++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-1 )
 
-inherit fcaps lua-single
+inherit fcaps lua-single systemd
 
 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";

diff --git a/www-servers/hinsightd/hinsightd-.ebuild 
b/www-servers/hinsightd/hinsightd-.ebuild
index cfc31c90f..8ae886a39 100644
--- a/www-servers/hinsightd/hinsightd-.ebuild
+++ b/www-servers/hinsightd/hinsightd-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-{1..4} )
 
-inherit git-r3 fcaps lua-single
+inherit git-r3 fcaps lua-single systemd
 
 DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
 HOMEPAGE="https://gitlab.com/tiotags/hin9";



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/far2l/

2021-04-23 Thread Andrew Ammerlaan
commit: 539de9297838435bebf9d695149b816df43967d9
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Apr 23 12:23:22 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 12:23:22 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=539de929

app-misc/far2l: add missing ${PYTHON_DEPS}

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  riseup.net>

 app-misc/far2l/far2l-2.3.20210419_alpha.ebuild | 5 -
 app-misc/far2l/far2l-.ebuild   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild 
b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
index fd7b2a26c..85318fa2b 100644
--- a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
+++ b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild
@@ -44,7 +44,10 @@ RDEPEND="dev-libs/xerces-c
archive? (
dev-libs/libpcre2
app-arch/libarchive )
-   python? ( $(python_gen_any_dep 
'dev-python/virtualenv[${PYTHON_USEDEP}]') )"
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]')
+   )"
 
 DEPEND="${RDEPEND}"
 

diff --git a/app-misc/far2l/far2l-.ebuild b/app-misc/far2l/far2l-.ebuild
index fd7b2a26c..85318fa2b 100644
--- a/app-misc/far2l/far2l-.ebuild
+++ b/app-misc/far2l/far2l-.ebuild
@@ -44,7 +44,10 @@ RDEPEND="dev-libs/xerces-c
archive? (
dev-libs/libpcre2
app-arch/libarchive )
-   python? ( $(python_gen_any_dep 
'dev-python/virtualenv[${PYTHON_USEDEP}]') )"
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]')
+   )"
 
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/

2021-04-23 Thread Andrew Ammerlaan
commit: 54762c13f3134e75abcdb74339d5944b362623f2
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Apr 23 12:24:22 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 12:24:22 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54762c13

gui-apps/wlsunset: remove RedundantLongDescription

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  riseup.net>

 gui-apps/wlsunset/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gui-apps/wlsunset/metadata.xml b/gui-apps/wlsunset/metadata.xml
index c37cfc768..c698af234 100644
--- a/gui-apps/wlsunset/metadata.xml
+++ b/gui-apps/wlsunset/metadata.xml
@@ -5,7 +5,4 @@
cont...@hacktivis.me
Haelwenn (lanodan) Monnier

-   
-   Day/night gamma adjustments for Wayland compositors supporting 
wlr-gamma-control-unstable-v1.
-   
 



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlsunset/

2021-04-23 Thread Andrew Ammerlaan
commit: a94fdc910d194aeee5a7a752d363f09c4317b923
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 08:38:40 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 09:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a94fdc91

gui-apps/wlsunset: New Package

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

 gui-apps/wlsunset/Manifest  |  1 +
 gui-apps/wlsunset/metadata.xml  | 11 ++
 gui-apps/wlsunset/wlsunset-0.1.0.ebuild | 36 +
 gui-apps/wlsunset/wlsunset-.ebuild  | 36 +
 4 files changed, 84 insertions(+)

diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest
new file mode 100644
index 0..fccf17504
--- /dev/null
+++ b/gui-apps/wlsunset/Manifest
@@ -0,0 +1 @@
+DIST wlsunset-0.1.0.tar.gz 10927 BLAKE2B 
73080cc671885b7be00bcfe5227f6a2616b673eeb1435fbcf7ea0d23ba368b9a7bf9f3cdd9d9f4a8e6a6149fa5686ef624d2aaea61765ad76c65fc1737dfe629
 SHA512 
5e94469ab5cd810563e0171cd26547fba3d8152eebb4f81c1b7b0f9d8484faa214bc3ab2142749be47d2c1028d8ab6913a80770135801622327f9bc813138b0b

diff --git a/gui-apps/wlsunset/metadata.xml b/gui-apps/wlsunset/metadata.xml
new file mode 100644
index 0..c37cfc768
--- /dev/null
+++ b/gui-apps/wlsunset/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cont...@hacktivis.me
+   Haelwenn (lanodan) Monnier
+   
+   
+   Day/night gamma adjustments for Wayland compositors supporting 
wlr-gamma-control-unstable-v1.
+   
+

diff --git a/gui-apps/wlsunset/wlsunset-0.1.0.ebuild 
b/gui-apps/wlsunset/wlsunset-0.1.0.ebuild
new file mode 100644
index 0..9aacf6883
--- /dev/null
+++ b/gui-apps/wlsunset/wlsunset-0.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ "${PV}" ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset";
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+fi
+
+DESCRIPTION="Day/night gamma adjustments for Wayland"
+HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/";
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="
+   dev-util/wayland-scanner
+   dev-libs/wayland-protocols
+   app-text/scdoc
+"
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local emesonargs=(
+   -Dwerror=false
+   -Dman-pages=enabled
+   )
+
+   meson_src_configure
+}

diff --git a/gui-apps/wlsunset/wlsunset-.ebuild 
b/gui-apps/wlsunset/wlsunset-.ebuild
new file mode 100644
index 0..9aacf6883
--- /dev/null
+++ b/gui-apps/wlsunset/wlsunset-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ "${PV}" ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset";
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+fi
+
+DESCRIPTION="Day/night gamma adjustments for Wayland"
+HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/";
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="
+   dev-util/wayland-scanner
+   dev-libs/wayland-protocols
+   app-text/scdoc
+"
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local emesonargs=(
+   -Dwerror=false
+   -Dman-pages=enabled
+   )
+
+   meson_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/gromit-mpx/

2021-04-23 Thread Andrew Ammerlaan
commit: b220843aa7523c84b83c924cc52eda5ca54ae885
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Apr 23 09:17:40 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 09:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b220843a

x11-misc/gromit-mpx: Update XDG icon cache.

Closes: https://bugs.gentoo.org/785208
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild  | 6 +-
 x11-misc/gromit-mpx/gromit-mpx-.ebuild | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
index 7ed81fd66..60db7a22e 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
 HOMEPAGE="https://github.com/bk138/gromit-mpx";
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+src_prepare () {
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc

diff --git a/x11-misc/gromit-mpx/gromit-mpx-.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
index 7ed81fd66..60db7a22e 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
 HOMEPAGE="https://github.com/bk138/gromit-mpx";
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+src_prepare () {
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc



[gentoo-commits] repo/proj/guru:master commit in: app-crypt/reop/

2021-04-23 Thread Andrew Ammerlaan
commit: eb20aca75b8e8685cf17b0e0a3775a2cbfd26f66
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 08:55:26 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 09:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb20aca7

app-crypt/reop: Fix LDFLAGS

Closes: https://bugs.gentoo.org/780609
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 app-crypt/reop/reop-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index 848357b7e..439cf435b 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -15,7 +15,7 @@ DEPEND="dev-libs/libsodium:="
 RDEPEND="${DEPEND}"
 
 src_compile() {
-   emake CC="${CC:-cc}" CFLAGS="${CFLAGS}"
+   emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lsodium"
 }
 
 src_test() {



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

2021-04-23 Thread Andrew Ammerlaan
commit: 26a977ee328620f1220b965890ff5aa9f9009905
Author: Hans Fredrik Nordhaug  gmail  com>
AuthorDate: Fri Apr 23 09:24:16 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 09:25:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26a977ee

net-misc/tinyssh: Updating to 20210319

Closes: https://bugs.gentoo.org/785199
Closes: https://bugs.gentoo.org/781698
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans Fredrik Nordhaug  gmail.com>

 net-misc/tinyssh/Manifest |  2 +-
 .../{tinyssh-20190101.ebuild => tinyssh-20210319.ebuild}  | 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-misc/tinyssh/Manifest b/net-misc/tinyssh/Manifest
index b697c8266..3c80b682b 100644
--- a/net-misc/tinyssh/Manifest
+++ b/net-misc/tinyssh/Manifest
@@ -1 +1 @@
-DIST tinyssh-20190101.tar.gz 244848 BLAKE2B 
a115bca82db020970a1cd8dd27f65f0d586f291fdcbcd786802babaa82befddd39ec8651dd4d6ebc3503e8c4e5903a335a6b14dc2957bae5519e4a7dee6fd495
 SHA512 
bf3829a71c29e8b0d5c2a145be9dfaf05efb1b98932f34f19f76e07871da4be10022bdde4c57ca49557b69931077b451bc2efbeab38d8ef24151fb73990f1012
+DIST tinyssh-20210319.tar.gz 245451 BLAKE2B 
fdbb41281edde704d660de07b9a01b48aa1fd17c596b1e7ecbe46ccc804f3499036845781c736c39d99911bcdc6aefc2b1fe354ea40972dbff55a24121629a1f
 SHA512 
e839355fdae241ff90a2cbc95219141a2e12b2efaeb8631f2a1f7400868d93998843da5170146b13de6e10d5098acfea0ef55a0154c5fe22a093f67d4fa7ce0e

diff --git a/net-misc/tinyssh/tinyssh-20190101.ebuild 
b/net-misc/tinyssh/tinyssh-20210319.ebuild
similarity index 84%
rename from net-misc/tinyssh/tinyssh-20190101.ebuild
rename to net-misc/tinyssh/tinyssh-20210319.ebuild
index 1ad54dd70..1fccc0e22 100644
--- a/net-misc/tinyssh/tinyssh-20190101.ebuild
+++ b/net-misc/tinyssh/tinyssh-20210319.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,7 +29,7 @@ src_prepare() {
 
# Use make-tinysshcc.sh script, which has no tests and doesn't execute
# binaries. See https://github.com/janmojzis/tinyssh/issues/2
-   sed -i 's/tinyssh/tinysshcc/g' ./Makefile || die
+   sed -i 's/make-tinyssh\.sh/make-tinysshcc.sh/g' ./Makefile || die
 
default
 }
@@ -38,11 +38,12 @@ src_compile() {
if use sodium
then
emake \
+   CC="$(tc-getCC)"
LIBS="-lsodium" \
-   CFLAGS="$CFLAGS -I/usr/include/sodium" \
-   LDFLAGS="-L/usr/lib"
+   CFLAGS="${CFLAGS} -I/usr/include/sodium" \
+   LDFLAGS="${LDFLAGS} -L/usr/lib"
else
-   emake
+   emake CC="$(tc-getCC)"
fi
 }
 



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/gromit-mpx/

2021-04-23 Thread Andrew Ammerlaan
commit: 8df844a955d6f1905da373c0fa33c558cf2faddf
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Apr 23 09:06:12 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 09:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8df844a9

x11-misc/gromit-mpx: Drop old.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 -
 x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 5e5569d50..0fc816950 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,2 +1 @@
-DIST gromit-mpx-1.3.1.tar.gz 60834 BLAKE2B 
0290b3d538471c519392412c1b11826f738d55b0761d9118629cd1b9b8fec1bd6d9a72693356decd47d829befdcddf1f4c55925fafb54cb32782f2601d4b0829
 SHA512 
dc57c8d97717a64fbfcf48c231f47149134d1fd5cdeb0db22efd367ac416096e6923b8f932a113fc8bd175dc3e7ebfe633acac22a7e778a87a2d912bdebf3532
 DIST gromit-mpx-1.4.tar.gz 1858578 BLAKE2B 
e7f8cd9f424422f7169b14f9780c64c317fecc9de421e6960f1926629423ddf1e9ac796b806d36cae884dd074e352cfca6084b9821cc74cdcabfbecf3d611c9c
 SHA512 
5a2b81dcaef9b04e9d514c966b0b96dcb1b6b4a4cba1f26056ac3b758922d82e551397cf9c06a32a395e6a5b99a3d8c08fdd5ac875fdf7455efc2abe7eeb82f5

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
deleted file mode 100644
index 7ed81fd66..0
--- a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/gromit-mpx";
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git";
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-libs/libappindicator:3
-   x11-libs/libX11
-   >=x11-apps/xinput-1.3
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:master commit in: media-fonts/unscii/

2021-04-23 Thread Andrew Ammerlaan
commit: 52592e6e691d3c47b7be8917b3e85bb74605a6d0
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 09:13:59 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 09:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52592e6e

media-fonts/unscii: Fix LDFLAGS

Closes: https://bugs.gentoo.org/781089
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-fonts/unscii/unscii-2.1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-fonts/unscii/unscii-2.1.ebuild 
b/media-fonts/unscii/unscii-2.1.ebuild
index 6e0064d4b..01e7be3af 100644
--- a/media-fonts/unscii/unscii-2.1.ebuild
+++ b/media-fonts/unscii/unscii-2.1.ebuild
@@ -33,7 +33,12 @@ DOCS=( ${PN}.txt )
 
 src_prepare() {
default
-   sed -i "s/gcc.*/$(tc-getCC) ${CFLAGS}/" Makefile || die
+
+   sed -i \
+   -e 's;CC=.*;CC ?= gcc;' \
+   -e 's;$(CC) ;&$(CFLAGS) ;' \
+   -e 's;$(CC) .* -o .*;& $(LDFLAGS);' \
+   Makefile || die
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/

2021-04-23 Thread Andrew Ammerlaan
commit: eb55a8834428c7b31d384ad4a1f8d0a58a87bdde
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Apr 23 10:33:08 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 10:55:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb55a883

net-im/nheko: Version bump: 0.8.2.

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

 net-im/nheko/Manifest   |  1 +
 net-im/nheko/nheko-0.8.2.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index 2f9709fef..bd0fe2415 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,2 +1,3 @@
 DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B 
ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77
 SHA512 
c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb
 DIST nheko-0.8.1.tar.gz 1176445 BLAKE2B 
5ef1523b23b1512d56cd6109f05ec3f710629a561ddf8e766d8f3f3a2d3bdd65d6a83da381f3e53bfbd1ee470243dae8ff40973dadc166cc82e52d03abbe
 SHA512 
180c876121338ea6d45e85d11a3cfd1f988a084a650becacfa5a9cbb4a556a0f47625194e3d9870bb6692b15d16c5ac75999e241f08a2828ec471b3d64c1eb62
+DIST nheko-0.8.2.tar.gz 1232245 BLAKE2B 
cb7397a2247c280cac23efe4a5983e43ebe9a6cacbadfdb3798b856633bd9e9c1ac1c56750373817373691d5d3624aec815040743d44c60dcb900f8616498d8f
 SHA512 
907b5fd770c2e451ee4d5a4483810cf87529f643d584784b2f3c471b54229243842313206bbd38c8b6ca9a91bf505b683d6741bdce8ea24407ae4178da579465

diff --git a/net-im/nheko/nheko-0.8.2.ebuild b/net-im/nheko/nheko-0.8.2.ebuild
new file mode 100644
index 0..462407d6a
--- /dev/null
+++ b/net-im/nheko/nheko-0.8.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="Desktop client for Matrix using Qt and C++14"
+HOMEPAGE="https://github.com/Nheko-Reborn/nheko";
+SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtmultimedia:5[gstreamer,qml]
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtsvg:5
+   dev-qt/qtconcurrent:5
+   app-text/cmark
+   >=dev-libs/mtxclient-0.5.1
+   dev-cpp/nlohmann_json
+   dev-libs/qtkeychain
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/spdlog
+   >=dev-db/lmdb++-1.0.0
+"
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_src_prepare
+}
+
+# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
+# MY_GSTREAMER_V="1.18"
+#
+#  voip? (
+#  >=media-libs/gstreamer-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
+#  >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
+#  >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
+#  >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
+#  net-libs/libnice
+#  )



[gentoo-commits] repo/proj/guru:master commit in: net-libs/usockets/

2021-04-23 Thread Andrew Ammerlaan
commit: 47a8d266c65e5cabb3007437ad550b98a126a4c0
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Apr 23 10:12:12 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 10:12:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47a8d266

net-libs/usockets: fix direct AR calls

Closes: https://bugs.gentoo.org/785190
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 net-libs/usockets/usockets-0.7.1_p20210214.ebuild | 2 +-
 net-libs/usockets/usockets-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild 
b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
index 499d8f975..e601304db 100644
--- a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
+++ b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild
@@ -33,7 +33,7 @@ PATCHES=(
 )
 
 src_configure() {
-   tc-export CC CXX
+   tc-export CC CXX AR
export VERSION="${PV%_*}" \
   LIB="$(get_libdir)" \
   WITH_OPENSSL="$(usex ssl 1 0)"

diff --git a/net-libs/usockets/usockets-.ebuild 
b/net-libs/usockets/usockets-.ebuild
index 10ce0fdd3..18e9a5255 100644
--- a/net-libs/usockets/usockets-.ebuild
+++ b/net-libs/usockets/usockets-.ebuild
@@ -32,7 +32,7 @@ PATCHES=(
 )
 
 src_configure() {
-   tc-export CC CXX
+   tc-export CC CXX AR
export VERSION="${PV%_*}" \
   LIB="$(get_libdir)" \
   WITH_OPENSSL="$(usex ssl 1 0)"



[gentoo-commits] repo/proj/guru:master commit in: media-fonts/unscii/

2021-04-23 Thread Andrew Ammerlaan
commit: 4285776f033f745f16274129f85149db5aa75356
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 09:16:45 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 09:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4285776f

media-fonts/unscii: Clean version, 2.0

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

 media-fonts/unscii/Manifest  |  1 -
 media-fonts/unscii/unscii-2.0.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-fonts/unscii/Manifest b/media-fonts/unscii/Manifest
index 24d1cfd6c..91bd96aef 100644
--- a/media-fonts/unscii/Manifest
+++ b/media-fonts/unscii/Manifest
@@ -1,2 +1 @@
-DIST unscii-2.0-src.tar.gz 1672906 BLAKE2B 
c565b09333c10fafe1d4e75124ae8346119f772b72073cc65ba7c78979693a56e6a6535634897866b138747149b68b1a59469d2f98ba87dd0e62da5630ee1314
 SHA512 
f13cdf2fe32bb12ccc1cf2e1789b2dfb4c459ad85ca294736707c57a6acf47db187b1921fd9ce1e7df7e1d6a4a6b0613bd7cb78ff51c64b36ca6f9d43198ace7
 DIST unscii-2.1.tar.gz 1277989 BLAKE2B 
0f82290c2c36fb60fadfb07032775feb13469259c1ff57f2d34c2d28384f629ce48c9b1a069391e25fbc493fafe160db913c61b58d280f96ea4c3f147a0b7550
 SHA512 
bbcfa17b57a15d5710407507487bc33e76448b0a8b5b65d08f9a598153137933403da9183de05183a4e897a84b409c602bf751e8f6cfe141a6d63c3d310f893a

diff --git a/media-fonts/unscii/unscii-2.0.ebuild 
b/media-fonts/unscii/unscii-2.0.ebuild
deleted file mode 100644
index 47008c352..0
--- a/media-fonts/unscii/unscii-2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FONT_SUFFIX="otf pcf ttf"
-inherit toolchain-funcs font
-
-DESCRIPTION="Set of bitmapped Unicode fonts based on classic system fonts"
-HOMEPAGE="http://viznut.fi/unscii/";
-SRC_URI="http://viznut.fi/unscii/${P}-src.tar.gz";
-
-LICENSE="
-   public-domain
-   unicode? ( GPL-2 )
-"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
-
-RDEPEND="media-libs/sdl-image"
-DEPEND="
-   ${RDEPEND}
-   dev-lang/perl
-   media-gfx/fontforge
-   x11-apps/bdftopcf
-   unicode? ( media-fonts/unifont[utils] )
-"
-S="${WORKDIR}/${P}-src"
-DOCS=( ${PN}.txt )
-
-src_install() {
-   font_src_install
-   dobin bm2uns
-}



[gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/

2021-04-23 Thread Andrew Ammerlaan
commit: 0d0dab2e2bd3366f81f765a4191cf1a8a56c3bb4
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Apr 23 10:53:21 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 10:55:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d0dab2e

net-im/nheko: Remove old ebuild.

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

 net-im/nheko/Manifest   |  1 -
 net-im/nheko/nheko-0.8.0.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index bd0fe2415..b4ca85359 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,3 +1,2 @@
-DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B 
ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77
 SHA512 
c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb
 DIST nheko-0.8.1.tar.gz 1176445 BLAKE2B 
5ef1523b23b1512d56cd6109f05ec3f710629a561ddf8e766d8f3f3a2d3bdd65d6a83da381f3e53bfbd1ee470243dae8ff40973dadc166cc82e52d03abbe
 SHA512 
180c876121338ea6d45e85d11a3cfd1f988a084a650becacfa5a9cbb4a556a0f47625194e3d9870bb6692b15d16c5ac75999e241f08a2828ec471b3d64c1eb62
 DIST nheko-0.8.2.tar.gz 1232245 BLAKE2B 
cb7397a2247c280cac23efe4a5983e43ebe9a6cacbadfdb3798b856633bd9e9c1ac1c56750373817373691d5d3624aec815040743d44c60dcb900f8616498d8f
 SHA512 
907b5fd770c2e451ee4d5a4483810cf87529f643d584784b2f3c471b54229243842313206bbd38c8b6ca9a91bf505b683d6741bdce8ea24407ae4178da579465

diff --git a/net-im/nheko/nheko-0.8.0.ebuild b/net-im/nheko/nheko-0.8.0.ebuild
deleted file mode 100644
index e896d..0
--- a/net-im/nheko/nheko-0.8.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Desktop client for Matrix using Qt and C++14"
-HOMEPAGE="https://github.com/Nheko-Reborn/nheko";
-SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtmultimedia:5[gstreamer,qml]
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtsvg:5
-   dev-qt/qtconcurrent:5
-   app-text/cmark
-   = 1.18 lands in ::gentoo.
-# MY_GSTREAMER_V="1.18"
-#
-#  voip? (
-#  >=media-libs/gstreamer-${MY_GSTREAMER_V}
-#  >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
-#  >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
-#  >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
-#  >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
-#  >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
-#  >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
-#  >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
-#  net-libs/libnice
-#  )



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/

2021-04-23 Thread Andrew Ammerlaan
commit: a0ab11bdb9cce16db4f26c35b972ffa7cc470585
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Apr 23 10:54:18 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 10:55:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0ab11bd

dev-libs/mtxclient: Remove unused ebuild.

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

 dev-libs/mtxclient/Manifest   |  1 -
 dev-libs/mtxclient/mtxclient-0.5.0.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 8d47a37c3..1baa03481 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
 DIST mtxclient-0.4.1.tar.gz 572552 BLAKE2B 
4d0facaffb0ce1fadc1011b7d557774bcd9ffcef7349894255b9522bcc4e9228739ad8da5a60b0addf6835cf5de3613bebc19842b6922ab9cf94f88c944d0091
 SHA512 
246c84bc8bc7dd6fd688c79601d16e931b5aaf5fe967d6ea226f1961df2b74ad70d4e790b7400051e007506f58ecd6594ccead31bd3c6308aa2c6727b122c203
-DIST mtxclient-0.5.0.tar.gz 582236 BLAKE2B 
5166c32127973e886adadb6ad8a2895ba5ac77f78e9a774f039b0c8d4329078c0b8de965b477ce1c3a7e4cd929de8ba9b8d4f8d8b0452f6c49c873285a4d8b3a
 SHA512 
6e1e9f5ecb1e6911b5bee85569e4477f6ee4c86ef479a3f408c8bbd187750b3b78db1db0337b51e1df9b90fee3b486eaf909bb79b69a97919685074eee3a82cd
 DIST mtxclient-0.5.1.tar.gz 582367 BLAKE2B 
d30a5e0e16d6783d8d1175e5f4144d845fe62897dcc7952cb1598470befa1da47a2b06cd70a60f511a1c2e7656eca2cf5a87734cbc61b79d2a05df295fd256e0
 SHA512 
f0a5e823bd7f3cccdf5f919c04c36a1a5ab4d2627a6f8f3fac78e4b300eda3b9e1f5060fb31e6e47267bbafc3a03f6c2a2d16c2323e63ce4889f551860e7703f

diff --git a/dev-libs/mtxclient/mtxclient-0.5.0.ebuild 
b/dev-libs/mtxclient/mtxclient-0.5.0.ebuild
deleted file mode 100644
index 43315c94d..0
--- a/dev-libs/mtxclient/mtxclient-0.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
-HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient";
-SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/boost-1.70.0
-   dev-libs/olm
-   >=dev-libs/openssl-1.1.0
-   dev-cpp/nlohmann_json
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/spdlog
-   test? ( dev-cpp/gtest )
-"
-
-# remove_failing_tests depends on remove_network_tests.
-PATCHES=(
-   "${FILESDIR}/0.3.0_remove_network_tests.patch"
-   "${FILESDIR}/0.3.0_remove_failing_tests.patch"
-)
-
-src_configure() {
-   local -a mycmakeargs=(
-   -DBUILD_LIB_TESTS="$(usex test)"
-   -DBUILD_LIB_EXAMPLES=OFF
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:master commit in: media-plugins/alsa-sndio/

2021-04-23 Thread Andrew Ammerlaan
commit: f41f9c8327352444ec3df0b25d1a487ee6302af2
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Apr 23 09:52:38 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Apr 23 09:58:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f41f9c83

media-plugins/alsa-sndio: Fix description, fix CC

Closes: https://bugs.gentoo.org/785112
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild 
b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
index 23a00cde3..203199067 100644
--- a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
+++ b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Sndio audio sink and source for GStreamer"
+DESCRIPTION="ALSA PCM to play audio on sndio servers"
 HOMEPAGE="https://github.com/Duncaen/alsa-sndio";
 SRC_URI="https://github.com/Duncaen/alsa-sndio/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="ISC"
@@ -22,6 +22,10 @@ src_prepare() {
sed -i "s;/lib/alsa-lib/;/$(get_libdir)/alsa-lib/;" Makefile || die 
"Failed changing libdir"
 }
 
+src_compile() {
+   emake CC="${CC:-gcc}"
+}
+
 src_install() {
export PREFIX="/usr"
 



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

2021-04-23 Thread Craig Andrews
commit: 2729b1c47e1a320a0fdd785c89570059c6101025
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Apr 23 13:07:28 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Apr 23 13:08:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2729b1c4

www-apache/mod_h2: 1.15.18 version bump

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

 www-apache/mod_h2/Manifest  |  1 +
 www-apache/mod_h2/mod_h2-1.15.18.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index e2990fb5cfa..636f8d5dd12 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1,2 +1,3 @@
 DIST mod_h2-1.15.16.tar.gz 702081 BLAKE2B 
1f1ce9911c4dba5001d548b99fe08c5a13882a1f44b067a19c3edc178566895522e30d5b949c89754c322eb80a09fd5c07cba740783377b46e2d075e207ca04b
 SHA512 
48e734bafc68acda75a2b9b72b503396bb8c4e58842e5b1ff395389835681a26485cd3795ca3c7fe7be5ad9614b89f305993d2753f1486856eff7599d2892c49
 DIST mod_h2-1.15.17.tar.gz 708333 BLAKE2B 
7f7f4625d20dd85e88768cbc1b6347498d2d913b4e778fcac6e01ef2e6676ff4c180385610e5db990d7e9d3ceceafac7e1a08b421c7d99814f9c212b17ac8d76
 SHA512 
7d6af4123091171273093b4333699bda2469b3e2bd7412e226394f0dc79a5a7d684035538549e13d119c5134016c8b7a3e7aaf8559eec56ed15d849655f11521
+DIST mod_h2-1.15.18.tar.gz 708704 BLAKE2B 
1ad8bd317c42f517baf015cbdeb89040a743753f19a0fd6ae20a3d2f1c48ae4a76dcb926ad71060f25e64e8e89c07e7e95f938b2a346b92c7c961808816fd19f
 SHA512 
4582e815f582c66e0d119925a1b19ecd74afedc4e7db4410a8552384ad6d2e113dc4e428fa88214ef23f0d7b0b3a64c2fa6f9a42b9e0a8b1239d891826b56cdc

diff --git a/www-apache/mod_h2/mod_h2-1.15.18.ebuild 
b/www-apache/mod_h2/mod_h2-1.15.18.ebuild
new file mode 100644
index 000..e59d601d9dd
--- /dev/null
+++ b/www-apache/mod_h2/mod_h2-1.15.18.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit apache-module autotools
+
+MY_P="${PN/h2/http2}-${PV}"
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/icing/mod_h2.git";
+   inherit git-r3
+else
+   S="${WORKDIR}/${MY_P}"
+   SRC_URI="https://github.com/icing/mod_h2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="HTTP/2 module for Apache"
+HOMEPAGE="https://github.com/icing/mod_h2";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ssl"
+
+RDEPEND=">=net-libs/nghttp2-1.0
+   >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}"
+
+need_apache2_4
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   default
+}
+
+src_install() {
+   default
+
+   APACHE2_MOD_DEFINE="HTTP2"
+   insinto "${APACHE_MODULES_CONFDIR}"
+   newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
+}



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

2021-04-23 Thread Guilherme Amadio
commit: 184032f7dc3d950c193c249bfe9cf9aca3b5525a
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Apr 23 13:21:03 2021 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Fri Apr 23 13:21:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184032f7

dev-libs/intel-neo: fix files installed outside the prefix

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-libs/intel-neo/intel-neo-20.44.18297.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/intel-neo/intel-neo-20.44.18297.ebuild 
b/dev-libs/intel-neo/intel-neo-20.44.18297.ebuild
index 0499936a2f0..a83773bc914 100644
--- a/dev-libs/intel-neo/intel-neo-20.44.18297.ebuild
+++ b/dev-libs/intel-neo/intel-neo-20.44.18297.ebuild
@@ -44,6 +44,7 @@ S="${WORKDIR}"/${MY_P}
 src_configure() {
local mycmakeargs=(
-DKHRONOS_GL_HEADERS_DIR="${EPREFIX}/usr/include"
+   -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
-DBUILD_WITH_L0=$(usex l0)
-DDISABLE_LIBVA=$(usex vaapi "no" "yes")
# If enabled, tests are automatically run during the compile 
phase



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

2021-04-23 Thread Sam James
commit: d130e07e9b114f8f611ca42165089164f101a3e9
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d130e07e

dev-lang/rust-bin: Stabilize 1.51.0 arm64, #782367

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

 dev-lang/rust-bin/rust-bin-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.51.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.51.0.ebuild
index 883a58e3b79..9e7ff465e67 100644
--- a/dev-lang/rust-bin/rust-bin-1.51.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.51.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rustfmt"
 
 DEPEND=""



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

2021-04-23 Thread Sam James
commit: e440ada644a215aa2d87241c2814a457bd969807
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:29:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:31:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e440ada6

sys-fs/zfs-kmod: add 2.1.0_rc4

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

 sys-fs/zfs-kmod/Manifest  |   2 +
 sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc4.ebuild | 188 ++
 2 files changed, 190 insertions(+)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 99ccdb885b6..5e3238bf8c9 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -3,3 +3,5 @@ DIST zfs-2.0.3.tar.gz 13114404 BLAKE2B 
71b3f68e681d51a78a38f9e11012074d2a4483b68
 DIST zfs-2.0.4.tar.gz 13123872 BLAKE2B 
7e4780092c0a87d5d187cd5734ddc736574db80b500f155287640ef2230e09335cc9b6b26ec1b7d8ab1b7942673ea49a3007a81da372a6d2ac36f3908913045c
 SHA512 
1dda92d424372bce7020f5215545485eae69211b6f0fb6bea3c7c22efac76c6a2662f0dd14a03f723b6a6fe73b1228ecca211a4034b86cf885bcadf38ba0dc6b
 DIST zfs-2.1.0-rc3.tar.gz 34791288 BLAKE2B 
c2868a8e99c72a7153c93f3d34ac5a6c9b74d6aef4faaff02a5e4fb4e8ca28b77e2de60219000269611fe60b3ba67c838b341bf9bc5e7aa17feb27101f64313a
 SHA512 
226bd529176861ab8ceab96aab6fccd04711c3dd801132fdd86fb76c931b224995be6e86750f14f141f8cdd2bbc086918465dc47dea952b890b316f666ab
 DIST zfs-2.1.0-rc3.tar.gz.asc 195 BLAKE2B 
0a25b1bbaded05283656cdbb62ac3caa3335773972fff82b4de033679a203f50f9d99f022b8b578c3a71208f0426f7b55410ca2e888f8f4554034e2c2f8bbdc5
 SHA512 
5c2eb215e1a556af171f19802585c2be83dcd8a3bed1f601928e2a45f4773a03dfbd2a2e118b371e039693eb51802286d3cefc68db503b5a8f7ace26dcc3de56
+DIST zfs-2.1.0-rc4.tar.gz 34806338 BLAKE2B 
b15b641ad322b7a50a5942500ef7c26f85074ef2672747f7391fcc785c3564c23fa5d49d51a146d284309905b4f1e1f96bb1e48f5cd1aeaebe6c55bc74a1f46f
 SHA512 
1739798ea4fa55234cbcb16ab0d3b02bba7cbd3bb31f9282af2dab9606478754abb49b8f170b0dfedfc4e2484e16cc8c160d02fa72a9b6720660c663e7bc
+DIST zfs-2.1.0-rc4.tar.gz.asc 195 BLAKE2B 
99fd0599ed81838a1c416dbfbaa1bace607576544d5a49918d98c1c8ddf879be694f8c3213c5f5d28f7806a99bc08027ab45d46d55eed3b0e3952ec51af204ae
 SHA512 
ed331cc7db67590d62c19fb37babd0303fddf8255d93d0742659c98af26da31d45685770ec86b086e2ba4468d48bb2c3faba1763e4b00d0c5624a308ee751527

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc4.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc4.ebuild
new file mode 100644
index 000..f72fc5b216b
--- /dev/null
+++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc4.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools dist-kernel-utils flag-o-matic linux-mod toolchain-funcs
+
+DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
+HOMEPAGE="https://github.com/openzfs/zfs";
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
+else
+   VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/openzfs.asc
+   inherit verify-sig
+
+   MY_PV="${PV/_rc/-rc}"
+   
SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz";
+   SRC_URI+=" verify-sig? ( 
https://github.com/openzfs/${PN}/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz.asc
 )"
+   S="${WORKDIR}/zfs-${PV%_rc?}"
+   ZFS_KERNEL_COMPAT="5.11"
+
+   if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm64 ~ppc64"
+   fi
+fi
+
+LICENSE="CDDL MIT debug? ( GPL-2+ )"
+SLOT="0"
+IUSE="custom-cflags debug +rootfs"
+
+RDEPEND="${DEPEND}
+   !sys-kernel/spl
+"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/awk
+"
+
+if [[ ${PV} != "" ]] ; then
+   BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-openzfs )"
+fi
+
+RESTRICT="debug? ( strip ) test"
+
+DOCS=( AUTHORS COPYRIGHT META README.md )
+
+pkg_setup() {
+   CONFIG_CHECK="
+   !DEBUG_LOCK_ALLOC
+   EFI_PARTITION
+   MODULES
+   !PAX_KERNEXEC_PLUGIN_METHOD_OR
+   !TRIM_UNUSED_KSYMS
+   ZLIB_DEFLATE
+   ZLIB_INFLATE
+   "
+
+   use debug && CONFIG_CHECK="${CONFIG_CHECK}
+   FRAME_POINTER
+   DEBUG_INFO
+   !DEBUG_INFO_REDUCED
+   "
+
+   use rootfs && \
+   CONFIG_CHECK="${CONFIG_CHECK}
+   BLK_DEV_INITRD
+   DEVTMPFS
+   "
+
+   kernel_is -lt 5 && CONFIG_CHECK="${CONFIG_CHECK} IOSCHED_NOOP"
+
+   if [[ ${PV} != "" ]]; then
+   local kv_major_max kv_minor_max zcompat
+   zcompat="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
+   kv_major_max="${zcompat%%.*}"
+   zcompat="${zcompat#*.}"
+   kv_minor_max="${zcompat%%.*}"
+   kernel_is -le "${kv_major_max}" "${kv_minor_max}" || die \
+   "Linux ${kv_major_max}.${kv

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

2021-04-23 Thread Sam James
commit: a058610f5a0b21430e6b6537c6e4f7f55c32168c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:23:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:31:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a058610f

sys-fs/zfs: add 2.1.0_rc4

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

 sys-fs/zfs/Manifest |   2 +
 sys-fs/zfs/zfs-2.1.0_rc4.ebuild | 241 
 2 files changed, 243 insertions(+)

diff --git a/sys-fs/zfs/Manifest b/sys-fs/zfs/Manifest
index 99ccdb885b6..5e3238bf8c9 100644
--- a/sys-fs/zfs/Manifest
+++ b/sys-fs/zfs/Manifest
@@ -3,3 +3,5 @@ DIST zfs-2.0.3.tar.gz 13114404 BLAKE2B 
71b3f68e681d51a78a38f9e11012074d2a4483b68
 DIST zfs-2.0.4.tar.gz 13123872 BLAKE2B 
7e4780092c0a87d5d187cd5734ddc736574db80b500f155287640ef2230e09335cc9b6b26ec1b7d8ab1b7942673ea49a3007a81da372a6d2ac36f3908913045c
 SHA512 
1dda92d424372bce7020f5215545485eae69211b6f0fb6bea3c7c22efac76c6a2662f0dd14a03f723b6a6fe73b1228ecca211a4034b86cf885bcadf38ba0dc6b
 DIST zfs-2.1.0-rc3.tar.gz 34791288 BLAKE2B 
c2868a8e99c72a7153c93f3d34ac5a6c9b74d6aef4faaff02a5e4fb4e8ca28b77e2de60219000269611fe60b3ba67c838b341bf9bc5e7aa17feb27101f64313a
 SHA512 
226bd529176861ab8ceab96aab6fccd04711c3dd801132fdd86fb76c931b224995be6e86750f14f141f8cdd2bbc086918465dc47dea952b890b316f666ab
 DIST zfs-2.1.0-rc3.tar.gz.asc 195 BLAKE2B 
0a25b1bbaded05283656cdbb62ac3caa3335773972fff82b4de033679a203f50f9d99f022b8b578c3a71208f0426f7b55410ca2e888f8f4554034e2c2f8bbdc5
 SHA512 
5c2eb215e1a556af171f19802585c2be83dcd8a3bed1f601928e2a45f4773a03dfbd2a2e118b371e039693eb51802286d3cefc68db503b5a8f7ace26dcc3de56
+DIST zfs-2.1.0-rc4.tar.gz 34806338 BLAKE2B 
b15b641ad322b7a50a5942500ef7c26f85074ef2672747f7391fcc785c3564c23fa5d49d51a146d284309905b4f1e1f96bb1e48f5cd1aeaebe6c55bc74a1f46f
 SHA512 
1739798ea4fa55234cbcb16ab0d3b02bba7cbd3bb31f9282af2dab9606478754abb49b8f170b0dfedfc4e2484e16cc8c160d02fa72a9b6720660c663e7bc
+DIST zfs-2.1.0-rc4.tar.gz.asc 195 BLAKE2B 
99fd0599ed81838a1c416dbfbaa1bace607576544d5a49918d98c1c8ddf879be694f8c3213c5f5d28f7806a99bc08027ab45d46d55eed3b0e3952ec51af204ae
 SHA512 
ed331cc7db67590d62c19fb37babd0303fddf8255d93d0742659c98af26da31d45685770ec86b086e2ba4468d48bb2c3faba1763e4b00d0c5624a308ee751527

diff --git a/sys-fs/zfs/zfs-2.1.0_rc4.ebuild b/sys-fs/zfs/zfs-2.1.0_rc4.ebuild
new file mode 100644
index 000..d4e6a719e7d
--- /dev/null
+++ b/sys-fs/zfs/zfs-2.1.0_rc4.ebuild
@@ -0,0 +1,241 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit autotools bash-completion-r1 distutils-r1 flag-o-matic linux-info pam 
systemd toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="Userland utilities for ZFS Linux kernel module"
+HOMEPAGE="https://github.com/openzfs/zfs";
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3 linux-mod
+   EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
+else
+   VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/openzfs.asc
+   inherit verify-sig
+
+   MY_P="${P/_rc/-rc}"
+   
SRC_URI="https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz";
+   SRC_URI+=" verify-sig? ( 
https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz.asc )"
+   S="${WORKDIR}/${P%_rc?}"
+
+   if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm64 ~ppc64"
+   fi
+fi
+
+LICENSE="BSD-2 CDDL MIT"
+# just libzfs soname major for now.
+# possible candidates: libuutil, libzpool, libnvpair. Those do not provide 
stable abi, but are considered.
+SLOT="0/5"
+IUSE="custom-cflags debug kernel-builtin libressl minimal nls pam python 
+rootfs test-suite static-libs"
+
+DEPEND="
+   net-libs/libtirpc[static-libs?]
+   sys-apps/util-linux[static-libs?]
+   sys-libs/zlib[static-libs(+)?]
+   virtual/libudev[static-libs(-)?]
+   libressl? ( dev-libs/libressl:0=[static-libs?] )
+   !libressl? ( dev-libs/openssl:0=[static-libs?] )
+   !minimal? ( ${PYTHON_DEPS} )
+   pam? ( sys-libs/pam )
+   python? (
+   virtual/python-cffi[${PYTHON_USEDEP}]
+   )
+"
+
+BDEPEND="virtual/awk
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   python? (
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
+"
+
+if [[ ${PV} != "" ]] ; then
+   BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-openzfs )"
+fi
+
+# awk is used for some scripts, completions, and the Dracut module
+RDEPEND="${DEPEND}
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
+   !prefix? ( virtual/udev )
+   sys-fs/udev-init-scripts
+   virtual/awk
+   rootfs? (
+   app-arch/cpio
+   app-misc/pax-utils
+   !"
+   eerror "Block devices --->"
+   eerror "  

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

2021-04-23 Thread Sam James
commit: bea355761a431d4244e37724be730bd45e13a2dc
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:29:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:31:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea35576

sys-fs/zfs-kmod: drop 2.1.0_rc3

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

 sys-fs/zfs-kmod/Manifest  |   2 -
 sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc3.ebuild | 188 --
 2 files changed, 190 deletions(-)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 5e3238bf8c9..a87778f29df 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -1,7 +1,5 @@
 DIST zfs-0.8.6.tar.gz 9295260 BLAKE2B 
45424d710aaf75a05f766ae523ae157a24b5cbdcefe72a59e4cede81e42f7a92ae7f01150388437b78cd49f3d28b9664599f2a624516e6b3f1073497194a99f2
 SHA512 
626b172554f39a5c70f6ea5c599a92fae52534590d1b0273de2bbfc3676d29dff0eade8ca17e5f179a59870c12bc758fb53b7900f8a1fdbdef3a9161b93f9cce
 DIST zfs-2.0.3.tar.gz 13114404 BLAKE2B 
71b3f68e681d51a78a38f9e11012074d2a4483b68437a17b5766d5db557be6fc8080179f20c1abc60f61b983eb0f126b887d762dc9aa8e480a3ee311d9067bf5
 SHA512 
8b2a6e0edfb3c85441076b2c6163ad3d7d239e11db128ab74d60bf8dc802d67b7f5b8d1cc7227316a7dc3917f14e9ac072ebf1583957f2a45c1b8438e4068200
 DIST zfs-2.0.4.tar.gz 13123872 BLAKE2B 
7e4780092c0a87d5d187cd5734ddc736574db80b500f155287640ef2230e09335cc9b6b26ec1b7d8ab1b7942673ea49a3007a81da372a6d2ac36f3908913045c
 SHA512 
1dda92d424372bce7020f5215545485eae69211b6f0fb6bea3c7c22efac76c6a2662f0dd14a03f723b6a6fe73b1228ecca211a4034b86cf885bcadf38ba0dc6b
-DIST zfs-2.1.0-rc3.tar.gz 34791288 BLAKE2B 
c2868a8e99c72a7153c93f3d34ac5a6c9b74d6aef4faaff02a5e4fb4e8ca28b77e2de60219000269611fe60b3ba67c838b341bf9bc5e7aa17feb27101f64313a
 SHA512 
226bd529176861ab8ceab96aab6fccd04711c3dd801132fdd86fb76c931b224995be6e86750f14f141f8cdd2bbc086918465dc47dea952b890b316f666ab
-DIST zfs-2.1.0-rc3.tar.gz.asc 195 BLAKE2B 
0a25b1bbaded05283656cdbb62ac3caa3335773972fff82b4de033679a203f50f9d99f022b8b578c3a71208f0426f7b55410ca2e888f8f4554034e2c2f8bbdc5
 SHA512 
5c2eb215e1a556af171f19802585c2be83dcd8a3bed1f601928e2a45f4773a03dfbd2a2e118b371e039693eb51802286d3cefc68db503b5a8f7ace26dcc3de56
 DIST zfs-2.1.0-rc4.tar.gz 34806338 BLAKE2B 
b15b641ad322b7a50a5942500ef7c26f85074ef2672747f7391fcc785c3564c23fa5d49d51a146d284309905b4f1e1f96bb1e48f5cd1aeaebe6c55bc74a1f46f
 SHA512 
1739798ea4fa55234cbcb16ab0d3b02bba7cbd3bb31f9282af2dab9606478754abb49b8f170b0dfedfc4e2484e16cc8c160d02fa72a9b6720660c663e7bc
 DIST zfs-2.1.0-rc4.tar.gz.asc 195 BLAKE2B 
99fd0599ed81838a1c416dbfbaa1bace607576544d5a49918d98c1c8ddf879be694f8c3213c5f5d28f7806a99bc08027ab45d46d55eed3b0e3952ec51af204ae
 SHA512 
ed331cc7db67590d62c19fb37babd0303fddf8255d93d0742659c98af26da31d45685770ec86b086e2ba4468d48bb2c3faba1763e4b00d0c5624a308ee751527

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc3.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc3.ebuild
deleted file mode 100644
index f72fc5b216b..000
--- a/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc3.ebuild
+++ /dev/null
@@ -1,188 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools dist-kernel-utils flag-o-matic linux-mod toolchain-funcs
-
-DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
-HOMEPAGE="https://github.com/openzfs/zfs";
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
-else
-   VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/openzfs.asc
-   inherit verify-sig
-
-   MY_PV="${PV/_rc/-rc}"
-   
SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz";
-   SRC_URI+=" verify-sig? ( 
https://github.com/openzfs/${PN}/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz.asc
 )"
-   S="${WORKDIR}/zfs-${PV%_rc?}"
-   ZFS_KERNEL_COMPAT="5.11"
-
-   if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-   fi
-fi
-
-LICENSE="CDDL MIT debug? ( GPL-2+ )"
-SLOT="0"
-IUSE="custom-cflags debug +rootfs"
-
-RDEPEND="${DEPEND}
-   !sys-kernel/spl
-"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/awk
-"
-
-if [[ ${PV} != "" ]] ; then
-   BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-openzfs )"
-fi
-
-RESTRICT="debug? ( strip ) test"
-
-DOCS=( AUTHORS COPYRIGHT META README.md )
-
-pkg_setup() {
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   EFI_PARTITION
-   MODULES
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   use rootfs && \
-   CONFIG_CHECK="${CONFIG_CHECK}
-   BLK_DEV_INITRD
-   

[gentoo-commits] repo/gentoo:master commit in: virtual/rust/

2021-04-23 Thread Sam James
commit: aa49c8e6524252b077e5a3a529904b05ea041838
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa49c8e6

virtual/rust: Stabilize 1.51.0 arm64, #782367

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

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index 4cbb628494d..74df54f0cc3 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] 
~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"



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

2021-04-23 Thread Sam James
commit: cb062a1d63f9080d0b399c949ee7b600a4531b3a
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb062a1d

app-misc/byobu: Stabilize 5.133 amd64, #784191

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

 app-misc/byobu/byobu-5.133.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/byobu/byobu-5.133.ebuild 
b/app-misc/byobu/byobu-5.133.ebuild
index e957a9a9881..4d5528497c2 100644
--- a/app-misc/byobu/byobu-5.133.ebuild
+++ b/app-misc/byobu/byobu-5.133.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-04-23 Thread Sam James
commit: d4183d6e802ba94fc4c980c0fbfa1abcffcf3b20
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4183d6e

dev-libs/liblinear: Stabilize 243 amd64, #785220

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

 dev-libs/liblinear/liblinear-243.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/liblinear/liblinear-243.ebuild 
b/dev-libs/liblinear/liblinear-243.ebuild
index fd97afbe753..6bece3077c2 100644
--- a/dev-libs/liblinear/liblinear-243.ebuild
+++ b/dev-libs/liblinear/liblinear-243.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~x64-macos"
 
 src_prepare() {
default



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

2021-04-23 Thread Sam James
commit: 02fa6d14b011077a342c02d02ffdeb966313a160
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fa6d14

dev-lang/rust: Stabilize 1.51.0-r2 arm, #782367

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

 dev-lang/rust/rust-1.51.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.51.0-r2.ebuild 
b/dev-lang/rust/rust-1.51.0-r2.ebuild
index 2299097d778..256840aa024 100644
--- a/dev-lang/rust/rust-1.51.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.51.0-r2.ebuild
@@ -18,7 +18,7 @@ else
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc64 x86"
 fi
 
 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"



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

2021-04-23 Thread Sam James
commit: 15189a7ace36e1897910133d8f615be3b3b8dbf4
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15189a7a

dev-libs/liblinear: Stabilize 243 ppc64, #785220

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

 dev-libs/liblinear/liblinear-243.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/liblinear/liblinear-243.ebuild 
b/dev-libs/liblinear/liblinear-243.ebuild
index f30b1423cc7..4328de9dd50 100644
--- a/dev-libs/liblinear/liblinear-243.ebuild
+++ b/dev-libs/liblinear/liblinear-243.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: dev-java/jdom/

2021-04-23 Thread Sam James
commit: f6648ab942297e150f8bce0d2cb927dbb280bcb4
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6648ab9

dev-java/jdom: Stabilize 2.0.6-r5 ppc64, #783897

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

 dev-java/jdom/jdom-2.0.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jdom/jdom-2.0.6-r5.ebuild 
b/dev-java/jdom/jdom-2.0.6-r5.ebuild
index 6ebc16ddfbd..ae8fd7f121a 100644
--- a/dev-java/jdom/jdom-2.0.6-r5.ebuild
+++ b/dev-java/jdom/jdom-2.0.6-r5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.jdom.org";
 
 LICENSE="Apache-1.1"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-23 Thread Sam James
commit: e38fe8849793c0f117f7cf4f818329f0380fb121
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38fe884

dev-libs/liblinear: Stabilize 243 ppc, #785220

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

 dev-libs/liblinear/liblinear-243.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/liblinear/liblinear-243.ebuild 
b/dev-libs/liblinear/liblinear-243.ebuild
index 4328de9dd50..0c52eec9e50 100644
--- a/dev-libs/liblinear/liblinear-243.ebuild
+++ b/dev-libs/liblinear/liblinear-243.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
 
 src_prepare() {
default



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

2021-04-23 Thread Sam James
commit: 7fcb9e930020f4c9cf6d6a6ff6328b1a1712f469
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcb9e93

media-libs/svt-av1: Stabilize 0.8.6 sparc, #783555

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

 media-libs/svt-av1/svt-av1-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/svt-av1/svt-av1-0.8.6.ebuild 
b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
index b73d7bc94a8..d7374e3e61a 100644
--- a/media-libs/svt-av1/svt-av1-0.8.6.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://github.com/AOMediaCodec/SVT-AV1.git";
 else
SRC_URI="https://github.com/AOMediaCodec/SVT-AV1/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc -x86" # 
-x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc -x86" # -x86: 
https://github.com/AOMediaCodec/SVT-AV1/issues/1231
S="${WORKDIR}/SVT-AV1-${PV}"
 fi
 



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

2021-04-23 Thread Sam James
commit: a3438c4085c5af254b9fc2c273af92d0a68738d7
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3438c40

dev-lang/rust-bin: Stabilize 1.51.0 arm, #782367

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

 dev-lang/rust-bin/rust-bin-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.51.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.51.0.ebuild
index 9e7ff465e67..489babdd63c 100644
--- a/dev-lang/rust-bin/rust-bin-1.51.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.51.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rustfmt"
 
 DEPEND=""



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

2021-04-23 Thread Sam James
commit: 2b1053e803b2daf29a2fe3a43e22e04660aea83f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1053e8

media-libs/gd: Stabilize 2.3.2 ppc, #783555

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

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

diff --git a/media-libs/gd/gd-2.3.2.ebuild b/media-libs/gd/gd-2.3.2.ebuild
index 5797a5d83b0..2012a056910 100644
--- a/media-libs/gd/gd-2.3.2.ebuild
+++ b/media-libs/gd/gd-2.3.2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/lib${P}"
 
 LICENSE="gd IJG HPND BSD"
 SLOT="2/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="avif cpu_flags_x86_sse fontconfig +jpeg heif +png static-libs test tiff 
truetype webp xpm zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: virtual/rust/

2021-04-23 Thread Sam James
commit: bbfd6c86d53133a4fdcb21091092dbf96564d4c2
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfd6c86

virtual/rust: Stabilize 1.51.0 arm, #782367

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

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index 74df54f0cc3..985c1bc9573 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] 
~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/

2021-04-23 Thread Sam James
commit: 31f9d8d5dd732c2c0f94c1cff102b570dccb6ae2
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:33:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:33:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f9d8d5

sys-process/parallel: Stabilize 20210322 amd64, #785226

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

 sys-process/parallel/parallel-20210322.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/parallel/parallel-20210322.ebuild 
b/sys-process/parallel/parallel-20210322.ebuild
index 14be9db5295..cf51730ed5d 100644
--- a/sys-process/parallel/parallel-20210322.ebuild
+++ b/sys-process/parallel/parallel-20210322.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="dev-lang/perl:=
dev-perl/Devel-Size



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

2021-04-23 Thread Sam James
commit: ec1a81fdee7e80ef55d29b2b309be0d23091109c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1a81fd

dev-libs/liblinear: Stabilize 243 sparc, #785220

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

 dev-libs/liblinear/liblinear-243.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/liblinear/liblinear-243.ebuild 
b/dev-libs/liblinear/liblinear-243.ebuild
index 0c52eec9e50..fd97afbe753 100644
--- a/dev-libs/liblinear/liblinear-243.ebuild
+++ b/dev-libs/liblinear/liblinear-243.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~x64-macos"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: dev-java/jaxen/

2021-04-23 Thread Sam James
commit: e5b93f36675d9bf1ca3443084077f8772ac37dd8
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b93f36

dev-java/jaxen: Stabilize 1.2.0-r1 ppc64, #783897

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

 dev-java/jaxen/jaxen-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jaxen/jaxen-1.2.0-r1.ebuild 
b/dev-java/jaxen/jaxen-1.2.0-r1.ebuild
index 22b1e23539f..a62eb32679b 100644
--- a/dev-java/jaxen/jaxen-1.2.0-r1.ebuild
+++ b/dev-java/jaxen/jaxen-1.2.0-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}-xpath/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="BSD-2"
 SLOT="1.2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 IUSE="dom4j jdom xom"
 
 # It seems that most tests depend on dom4j, jdom and xom which all depend back 
on jaxen



[gentoo-commits] repo/gentoo:master commit in: dev-java/xom/

2021-04-23 Thread Sam James
commit: 581168a9b4258dca1f32a919817d00bbd5997c9e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 13:32:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 23 13:32:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581168a9

dev-java/xom: Stabilize 1.3.7 ppc64, #783897

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

 dev-java/xom/xom-1.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/xom/xom-1.3.7.ebuild b/dev-java/xom/xom-1.3.7.ebuild
index 9d67476c6a6..aa9353f93b3 100644
--- a/dev-java/xom/xom-1.3.7.ebuild
+++ b/dev-java/xom/xom-1.3.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/elharo/${PN}/releases/download/v${PV}/${P}-src.tar.g
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x86-solaris"
 
 CDEPEND="
dev-java/jaxen:1.2



  1   2   3   4   5   6   7   8   9   10   >