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

2022-09-07 Thread Hans de Graaff
commit: 5dcb96f926238bf7efbfbd08a4539caa1713c4dc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep  8 05:44:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep  8 05:50:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcb96f9

dev-util/jenkins-bin: drop 2.332.4, 2.346.1, 2.346.2

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

 dev-util/jenkins-bin/Manifest   |  3 --
 dev-util/jenkins-bin/jenkins-bin-2.332.4.ebuild | 45 -
 dev-util/jenkins-bin/jenkins-bin-2.346.1.ebuild | 45 -
 dev-util/jenkins-bin/jenkins-bin-2.346.2.ebuild | 45 -
 4 files changed, 138 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 296eec13a145..f6e6f434cce3 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,6 +1,3 @@
-DIST jenkins-bin-2.332.4.war 94930441 BLAKE2B 
9502d7fd91d0ffc6871ff0613061883bef98442cf69469ef6bd1cc23fb1849d0b8e70aacf27e2807281a575889c34c574a84caae0226c8fd922fea0bdf334485
 SHA512 
e187804f8ab1454b56e88b89b258ee57e1c4c2069ef33d87e78e2797252498817edbed15208ec3644a77d51d51afebc0c12e226cb24068bb21a415f21d9727bb
-DIST jenkins-bin-2.346.1.war 91193351 BLAKE2B 
21a0f2ec258498e447a25527e82ad6e7e0b061daaa9647f244930471629de4805755648f6a689598e048e3ffa72879d1dba88a7a4d5ce3fe5bff287f6cd395ca
 SHA512 
63a34dcf66714b6db405a46ca6677693458f49cb61ff413c8c4bcffe6e10eff33ead5dc2e4f3eb3560980c33f1dbd67c3f51655d578ce5cbb19e1ddf871aa545
-DIST jenkins-bin-2.346.2.war 91198171 BLAKE2B 
074bd7004d6244233da563c3d64626d0532f76b802ebd9056230cbbbef3381503b80daf4bfa0ec8866c3fcf9596cb0f8b53fe725f340452b755b092334437b5a
 SHA512 
c1f579a667cabd1de00bb5b6db82c60b2089a82126ea07efe7bb1c987fff96f1e05bc20c28abc97c7e05be158df59968ac4ed330e8459bc438e3e7169d84a5dc
 DIST jenkins-bin-2.346.3.war 91196986 BLAKE2B 
43b84852d84e2dbfc3307bf2ac540d324fd4976c93998ef4062fd73acfcf1b7bcae68938a2b892769ddf02a46cda49b06be1a6820c42a1eba01862cfa8a122c8
 SHA512 
5b37a4facc53d26771adfad84d03fc43258ea2a60cf5b73555dc50074e8c9b9afbb49875216d2708d1af4c331254acde250dc9364eca0513add43b0bbe09dc76
 DIST jenkins-bin-2.356.war 90781388 BLAKE2B 
d65e1642a118cfcad66c4585bfe4e30cea8a5e8b598a6ba33b298a158fb2901d0b388aec9087d243648f51067661cccfb610948129f35c40c5c5bba4d3fb89e0
 SHA512 
2b602cac61101e4f47a23727b682684cec6afac7a867606f5210f5213a78ced0d0b1a2bf10507c26c58e480217a59b906626c80d133504f8d195a6e9e8fed94c
 DIST jenkins-bin-2.361.war 93448807 BLAKE2B 
610a29beedb8daa6be624a37a934863857886ac312c3f1b858a83791942bbecc7c34da7e17ac17acf8f67263e8b8466e1d4912f528b29aeafd3b1822748bcff1
 SHA512 
93cd057b00142df516a5dea61da4cf1bb9b8b682d282528be962689b03a834426611c6547bbcd44fa9a4b7a9296e036c5966c22d791021b311ef6a43692f14fb

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.332.4.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.332.4.ebuild
deleted file mode 100644
index 8e851381fe5b..
--- a/dev-util/jenkins-bin/jenkins-bin-2.332.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="https://jenkins.io/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-SLOT="lts"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
-IUSE=""
-
-DEPEND="acct-group/jenkins
-   acct-user/jenkins"
-
-RDEPEND="acct-group/jenkins
-   acct-user/jenkins
-   media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   virtual/jre:11"
-
-S="${WORKDIR}"
-
-src_install() {
-   local JENKINS_DIR=/var/lib/jenkins
-
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r2.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}-r2.init jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}-r2.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.346.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.346.1.ebuild
deleted file mode 100644
index eb0ff122fdeb..
--- a/dev-util/jenkins-bin/jenkins-bin-2.346.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="https://jenkins.io/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-SLOT="lts"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
-IUSE=""
-
-DEPEND="acct-group/jenkins
-

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

2022-09-07 Thread Hans de Graaff
commit: d85f7aea7d20a25b5d9485deb62306a954f579d5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep  8 05:50:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep  8 05:50:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85f7aea

dev-util/jenkins-bin: add 2.361.1

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

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.361.1.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index f6e6f434cce3..bb34c910f13c 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,4 +1,5 @@
 DIST jenkins-bin-2.346.3.war 91196986 BLAKE2B 
43b84852d84e2dbfc3307bf2ac540d324fd4976c93998ef4062fd73acfcf1b7bcae68938a2b892769ddf02a46cda49b06be1a6820c42a1eba01862cfa8a122c8
 SHA512 
5b37a4facc53d26771adfad84d03fc43258ea2a60cf5b73555dc50074e8c9b9afbb49875216d2708d1af4c331254acde250dc9364eca0513add43b0bbe09dc76
 DIST jenkins-bin-2.356.war 90781388 BLAKE2B 
d65e1642a118cfcad66c4585bfe4e30cea8a5e8b598a6ba33b298a158fb2901d0b388aec9087d243648f51067661cccfb610948129f35c40c5c5bba4d3fb89e0
 SHA512 
2b602cac61101e4f47a23727b682684cec6afac7a867606f5210f5213a78ced0d0b1a2bf10507c26c58e480217a59b906626c80d133504f8d195a6e9e8fed94c
+DIST jenkins-bin-2.361.1.war 93504273 BLAKE2B 
dc5592c20401c19ca86a620335bb2dde803cfc786b912996308654e4db28351a2417e7a504f383b3127d46676ac43671872b1f306f38f40256b14c41945a8e03
 SHA512 
4feecd554aeedd94c5693f5e685ff31c882ff34c875a28d9d2d639c1d5f897dc893ee6dcfc037b457d385dbb3f62f7ab3842343711def5e01837cc5744e236b5
 DIST jenkins-bin-2.361.war 93448807 BLAKE2B 
610a29beedb8daa6be624a37a934863857886ac312c3f1b858a83791942bbecc7c34da7e17ac17acf8f67263e8b8466e1d4912f528b29aeafd3b1822748bcff1
 SHA512 
93cd057b00142df516a5dea61da4cf1bb9b8b682d282528be962689b03a834426611c6547bbcd44fa9a4b7a9296e036c5966c22d791021b311ef6a43692f14fb
 DIST jenkins-bin-2.363.war 93462629 BLAKE2B 
7c35594bc03dfd97e93f75b7e05389919ee1634ec2e3a1a4934a2f6215de2420652aaed79ebcde5e7ce9a5e2d8ed7d9495e36f3ee77bcbf6a6d996c2a767c7bb
 SHA512 
4b6207fbd166f6c336181ff224b717b154fbd97a4899e86b94b8e5f3b26d53bb2e3742086a839774edbf6fd56a1d037b14e455474fca7d6f189bb9591b42168c

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.361.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.361.1.ebuild
new file mode 100644
index ..aad8d1e6aa4c
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.361.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+SLOT="lts"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+DEPEND="acct-group/jenkins
+   acct-user/jenkins"
+
+RDEPEND="acct-group/jenkins
+   acct-user/jenkins
+   media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   || ( virtual/jre:17 virtual/jre:11 )"
+
+S="${WORKDIR}"
+
+src_install() {
+   local JENKINS_DIR=/var/lib/jenkins
+
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r2.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}-r2.init jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}-r3.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2022-09-07 Thread Michał Górny
commit: 6c976cc7ae26b4f3d45ef9656880214e8894da5e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  8 05:41:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  8 05:42:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c976cc7

dev-python/mako: Remove old

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

 dev-python/mako/Manifest  |  1 -
 dev-python/mako/mako-1.2.1.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/dev-python/mako/Manifest b/dev-python/mako/Manifest
index 90e232fe3929..7e8f44aa8520 100644
--- a/dev-python/mako/Manifest
+++ b/dev-python/mako/Manifest
@@ -1,2 +1 @@
-DIST Mako-1.2.1.tar.gz 489560 BLAKE2B 
c8006d5f7a814a1466ad6643200693f014c4a23f284701a9bea6a27246c196c87e5c4bf8e12ae0525563ce60c93944a58b1fa45afc6caf3362aa1d761148910a
 SHA512 
02393054c9e3857ee412f494b01d702b5f367165d2f57a5ff9df34ba1a042b60c7b6c059ce2c53bcb91e3a4a21179eca884ee051bf5f5f3522c05253088d38a5
 DIST Mako-1.2.2.tar.gz 490741 BLAKE2B 
88408c10c6cae891969d67b204ade6bead6ff8f8bc4521d0a48c049b97594deb286acbddf1135caae77813d8ea075c3825ff5c738b6dc3406b12fe2048099bdd
 SHA512 
4a9303b18710ad8111f4a83e963289df490cf1d01bf3b262e89fb2e9bb98a96fe2c83f8900597d836411d136b6ccb686f67b6e1554c4fe4868e68af1c864bcfe

diff --git a/dev-python/mako/mako-1.2.1.ebuild 
b/dev-python/mako/mako-1.2.1.ebuild
deleted file mode 100644
index 61bedd65c827..
--- a/dev-python/mako/mako-1.2.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P^}
-DESCRIPTION="A Python templating language"
-HOMEPAGE="
-   https://www.makotemplates.org/
-   https://github.com/sqlalchemy/mako/
-   https://pypi.org/project/Mako/
-"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-RDEPEND="
-   >=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/Babel[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # change in pygments
-   
test/test_exceptions.py::ExceptionsTest::test_format_exceptions_pygments
-   )
-   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-   
test/test_exceptions.py::ExceptionsTest::test_alternating_file_names
-   )
-   local EPYTEST_IGNORE=(
-   # lingua is not packaged in Gentoo and the skip is currently 
broken
-   # https://github.com/sqlalchemy/mako/pull/357
-   test/ext/test_linguaplugin.py
-   )
-   epytest
-}
-
-python_install_all() {
-   rm -r doc/build || die
-
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



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

2022-09-07 Thread Matthias Schwarzott
commit: 7511864b0c1645468d0763760640c571226958f2
Author: Matthias Schwarzott  gentoo  org>
AuthorDate: Thu Sep  8 05:25:34 2022 +
Commit: Matthias Schwarzott  gentoo  org>
CommitDate: Thu Sep  8 05:35:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7511864b

dev-util/pahole: Mask version 1.24 due to kernel build break

Bug: https://bugs.gentoo.org/868762
Signed-off-by: Matthias Schwarzott  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 98173ce6cc68..ac810ebbc755 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matthias Schwarzott  (2022-09-08)
+# Breaks kernel builds with BTF enabled.
+# Bug #868762.
+=dev-util/pahole-1.24
+
 # Arthur Zamarin  (2022-09-07)
 # Python 3.8 only package, no maintainer left.
 # Removal: 2022-10-07.  Bug #869107.



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

2022-09-07 Thread Sam James
commit: d27503a47402c35f9d17ad3311b4a2241c266bee
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:32:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:32:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27503a4

media-gfx/inkscape: Keyword 1.2.1-r2 x86, #859184

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

 media-gfx/inkscape/inkscape-1.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild 
b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
index 1d4b9878295a..c766c52615e1 100644
--- a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
+++ b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git;
 else
SRC_URI="https://media.inkscape.org/dl/resources/file/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="SVG based generic vector-drawing program"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2022-09-07 Thread Sam James
commit: d90795ffd7b014d7e52774a1db8d4caf1b3f1634
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:30:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:30:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90795ff

www-plugins/chrome-binary-plugins: automated update (106.0.5249.30_beta)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...9.21_beta.ebuild => chrome-binary-plugins-106.0.5249.30_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 834a0c97fa5e..e3a389ad2a3c 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_106.0.5249.21-1_amd64.deb 92063912 BLAKE2B 
63c33685021a5e13b66075831aca96d3f30edbe76671520445da99527b2b5efc0826fdc8516884c0cbe699dc355c7c616c9b4251951505e70260da3784742688
 SHA512 
3bf1776c2bffe79224e0a7a4c405d25ca15a2ebdfbdf700d8c7d7dcb9ef37c511e4ba4fbe14d8e9ebb851522650875e545163a48c32e809f7affb4799dc9dae7
+DIST google-chrome-beta_106.0.5249.30-1_amd64.deb 92105328 BLAKE2B 
ebd0cd7f3432c9d52eb9a9e7d6bd1e5d7c063e3eae5ba288ed03e14fc4fb058a5ea6447634bdcf754c7c63c6f834416f2d7464614c8bd21aaf5b82364b4d16ae
 SHA512 
79b92953c9c5fc3ecbe788750ea3947db5725bc9b9436a29ab50c528eea5e815e5ae2016778108c3565ba2ae4fe0982d4f78dce72195f035c872d72b44a0e866
 DIST google-chrome-stable_105.0.5195.102-1_amd64.deb 91348040 BLAKE2B 
26162d2de7982645bc6fcaac6fa1a0fbdd0364af5b40dd8dd276845e78b2731c0be63e94d3e226da7a739a2fa931cc04b16d5e63a27a7c30ddbd9267487ca5ea
 SHA512 
3a1f2267ae009424ee8c623c3f78760d969dc1f3acb490e103e667d11e52cf0d955f201aeb3892dd41f33e68625af77ca5a20244b5be718f794eccb07a4c0413
 DIST google-chrome-unstable_106.0.5249.21-1_amd64.deb 92076388 BLAKE2B 
2c73d7b44052189702d437d17cab2d157685e03d770b96b6f669cc7400cc6bcfc65e0218fcd5ce7b8acc4384564763fa800669f76eb2d41f0190f27f44fca9ee
 SHA512 
a01e0d51dda0731f93eb40954a31a3b09507c46e818e45f4be4fdec8e36f2bbda56e3ec513ce552128483c501f7b9fd79c75fc4732956e71cc293f64f523341d

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.21_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.30_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.21_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.30_beta.ebuild



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

2022-09-07 Thread Sam James
commit: 434ed5038c4ce668ee68531b0a55a9e083f29ff4
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:32:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:32:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434ed503

dev-python/cachecontrol: Keyword 0.12.11 ppc64, #859184

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

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

diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild 
b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
index 2644c1d4ce63..ada2edb08023 100644
--- a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
+++ b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc"
 
 RDEPEND="
>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: 1ca26a7f9c55220ee14f50ef2803f51b1269e3dd
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:32:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:32:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca26a7f

dev-python/cachecontrol: Keyword 0.12.11 ppc, #859184

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

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

diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild 
b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
index 00c19053ec27..2644c1d4ce63 100644
--- a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
+++ b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~sparc"
 
 RDEPEND="
>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: c06daa192c6859ca2321082deb320ce408265894
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:32:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:32:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06daa19

media-gfx/inkscape: Keyword 1.2.1-r2 ppc64, #859184

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

 media-gfx/inkscape/inkscape-1.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild 
b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
index 8e83f535bde4..1d4b9878295a 100644
--- a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
+++ b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git;
 else
SRC_URI="https://media.inkscape.org/dl/resources/file/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~riscv ~sparc"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc"
 fi
 
 DESCRIPTION="SVG based generic vector-drawing program"



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

2022-09-07 Thread Sam James
commit: d60085f4e435ecef6314b0dc114da0aaa8600939
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:32:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:32:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60085f4

media-gfx/inkscape: Keyword 1.2.1-r2 ppc, #859184

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

 media-gfx/inkscape/inkscape-1.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild 
b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
index c9025c036b32..8e83f535bde4 100644
--- a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
+++ b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git;
 else
SRC_URI="https://media.inkscape.org/dl/resources/file/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~riscv ~sparc"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~riscv ~sparc"
 fi
 
 DESCRIPTION="SVG based generic vector-drawing program"



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2022-09-07 Thread Sam James
commit: a3e6554f0d7748165a142f4d6caf9bf748dff800
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:31:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:31:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e6554f

www-client/microsoft-edge-dev: remove old

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

 www-client/microsoft-edge-dev/Manifest |   1 -
 .../microsoft-edge-dev-106.0.1349.1.ebuild | 116 -
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 91aaeae973aa..6cdc6ad6c3d8 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-dev_106.0.1349.1-1_amd64.deb 134276724 BLAKE2B 
ea3f140a784c13c8ecc854f91099c955594886a70dd579ee9cb8e0452b946e9ceedcdc545985eb7e3b3f4732f61f0e0b639591ceea59acadd55689ce1c122bf6
 SHA512 
94c9ac11be4c1e9e983acc34ce178c03a8755466cacd3af42d60f0ca2aabc42eca9a0896a5145ef1579ba97d40d658796119e71d6fcef6af2fb948936bef5550
 DIST microsoft-edge-dev_106.0.1356.0-1_amd64.deb 134785856 BLAKE2B 
e60812a3ac64a72f4cf6af33533487a094bcf39cc479a44943f824b6736af37bea16a63308a4dc2b1bf1e1b169ebd931e1a6b498fc532beb5546b5772e9952be
 SHA512 
91436f513c12ff12ce56da1f4700bc1489dd12d2331f2263d3353611a1dc04914fe7d12058e06abd458441a02696b64b73bbd8ed768d408615616843aee6179d
 DIST microsoft-edge-dev_106.0.1363.0-1_amd64.deb 135085364 BLAKE2B 
9d151d3511e7c22a0284df01b07bf609fce7cf5f8975c31e1ae477d631954dc3405103b9cb9d41801d37f4cd9b4bf6b4dd0a2cc9db177ae9a17b14fdc8b07677
 SHA512 
800306775c28baecbae58355e5bb7c550df3e5387c34a1898aa8f5bcfa5c86f44542fb4f167431c066602436e36c04fba631e48c753115d78854a5bf89e50a23
 DIST microsoft-edge-dev_106.0.1370.4-1_amd64.deb 135600160 BLAKE2B 
dcbbf27455fdbafbea5b4c40d21cd13822a6adf85376bf27f38303600cf705dbbd0b556c2c8cd4053f8c465df1c0e655f37e0228a08c07847db0732c337de84a
 SHA512 
1bb13b84289909a17704f0dd37e4e948b5d38b2e83feee65b9f39b692beac6127159833b652aeb48ee22c8ce6de8588289b84b333e27846665255b8db9572bd1

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1349.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1349.1.ebuild
deleted file mode 100644
index a8cc7e730ebf..
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1349.1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   app-misc/ca-certificates
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
-   rm usr/share/man/man1/${PN}.1.gz || die
-   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
-   fi
-
- 

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2022-09-07 Thread Sam James
commit: 231253d69ef060c4a60c9e128b6eed7b933a8776
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:31:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:31:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231253d6

www-client/opera-beta: remove old

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

 www-client/opera-beta/Manifest |   2 -
 .../opera-beta/opera-beta-90.0.4480.41.ebuild  | 158 -
 2 files changed, 160 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 3183d8c4ba81..33b2a5096fd3 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,6 +1,4 @@
-DIST opera-beta_90.0.4480.41_amd64.deb 87713760 BLAKE2B 
593769d761aa180917729fe794db2c0a6bf1044c7e163b0eba64a80e0afb091f6ceefb9358371062db40137f85c04448cc0deb7b72b1a10fb35ab7aa4b13c521
 SHA512 
81d7e84424f040af6d85f3bdfb3f0456a92895f2a7e510cfa68dcda7323a608e0fa065004c542de49d6d9a933b81c9140d48c83128b44a7e0602f5d669a4b4c9
 DIST opera-beta_91.0.4516.10_amd64.deb 88072156 BLAKE2B 
b92b6382cf13c03d49f26da4793167fc1c9c98aec366503bd264cbd2ac9f13c10eb929da5863fe90910139e25cddefe035dc4977b0784f97bac21c016444d436
 SHA512 
7b120b8b9c5b619844389c00ef6ed5b9fef3e709127c4ad4f7eae0cb09a2d74de2c926c605bb919b0f8442800cd5f1e54d82a4c8643fd3f9e386a8fcb8e4688e
 DIST opera-beta_91.0.4516.3_amd64.deb 88063968 BLAKE2B 
36bb20ff01d6d5a9a442fca497974fa8f43ffb6cd011e873acbc1ca6d1c4642d971ecfe949a6c905e78c48e47d20e0de29afafc5dc02ab6948bfd7ff60726b94
 SHA512 
cfaa8be684bf2fc003bd8ed6d05c377554581b47273bc6dcecbf3bda18a2b72d9e26aa201a58ab2e3545c32f8d9f7c7ee1f7b5bb6aa5c9fa4aac86b92f48b0bf
 DIST opera-beta_91.0.4516.6_amd64.deb 88110388 BLAKE2B 
9e032b21cd19161178441942f5a525507b3ac61abcc5b6409fd0d4b5d6d9ff08399e2461684fdeb922ebb52c99a974a031ea4365a0f78396c2f48075eb8973d9
 SHA512 
937bc3fb40db72f53824c06f1e4884bd42a022c594d64bc87975535f68b7d5e63e1ea8fb31e5d090021a85bfe3a15b14698217f8d5631dde615b02229dcb472d
-DIST opera-ffmpeg-codecs-104.0.5083.0.tar.xz 1431840 BLAKE2B 
172ba55d6f390eaea644803ddae8c3cee4ee2d585de873db438d43b9e7f6d07f5b0e9b659f06c126f65148148d889948cc3287ee21da00eec08f2e665be47dbc
 SHA512 
9ca7fe8a244b634d65a28602f9e1173694faaab6de95cd0a44aeedc29dffb75b14adf842c69d5ba5631fb40e51f021fce190dc8307148d8e9218230b7cde29b8
 DIST opera-ffmpeg-codecs-105.0.5195.19.tar.xz 1413912 BLAKE2B 
52e951eb93b2ed91b4053002a43e79884c46aab7b2218a08717927e3f43bc247b340bafc18488fcf6596d4441c318d6fe734869c8daad047107aeff0fade4c71
 SHA512 
f29bc9146fa67b71fa2df83a9b731e9cb4ce7827a573b63fa1c10baba5980f0375cfab2c6e1edce01415753b6f3e0b65de7d361d9400550d7a2d637236e2e414

diff --git a/www-client/opera-beta/opera-beta-90.0.4480.41.ebuild 
b/www-client/opera-beta/opera-beta-90.0.4480.41.ebuild
deleted file mode 100644
index bf2f16f337f7..
--- a/www-client/opera-beta/opera-beta-90.0.4480.41.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="104.0.5083.0"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2022-09-07 Thread Sam James
commit: 026451d32d5b39d816dc32a331f9c26d569c15c3
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:31:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026451d3

www-client/microsoft-edge-dev: automated bump (106.0.1370.4)

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-106.0.1370.4.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 396d347b9787..91aaeae973aa 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_106.0.1349.1-1_amd64.deb 134276724 BLAKE2B 
ea3f140a784c13c8ecc854f91099c955594886a70dd579ee9cb8e0452b946e9ceedcdc545985eb7e3b3f4732f61f0e0b639591ceea59acadd55689ce1c122bf6
 SHA512 
94c9ac11be4c1e9e983acc34ce178c03a8755466cacd3af42d60f0ca2aabc42eca9a0896a5145ef1579ba97d40d658796119e71d6fcef6af2fb948936bef5550
 DIST microsoft-edge-dev_106.0.1356.0-1_amd64.deb 134785856 BLAKE2B 
e60812a3ac64a72f4cf6af33533487a094bcf39cc479a44943f824b6736af37bea16a63308a4dc2b1bf1e1b169ebd931e1a6b498fc532beb5546b5772e9952be
 SHA512 
91436f513c12ff12ce56da1f4700bc1489dd12d2331f2263d3353611a1dc04914fe7d12058e06abd458441a02696b64b73bbd8ed768d408615616843aee6179d
 DIST microsoft-edge-dev_106.0.1363.0-1_amd64.deb 135085364 BLAKE2B 
9d151d3511e7c22a0284df01b07bf609fce7cf5f8975c31e1ae477d631954dc3405103b9cb9d41801d37f4cd9b4bf6b4dd0a2cc9db177ae9a17b14fdc8b07677
 SHA512 
800306775c28baecbae58355e5bb7c550df3e5387c34a1898aa8f5bcfa5c86f44542fb4f167431c066602436e36c04fba631e48c753115d78854a5bf89e50a23
+DIST microsoft-edge-dev_106.0.1370.4-1_amd64.deb 135600160 BLAKE2B 
dcbbf27455fdbafbea5b4c40d21cd13822a6adf85376bf27f38303600cf705dbbd0b556c2c8cd4053f8c465df1c0e655f37e0228a08c07847db0732c337de84a
 SHA512 
1bb13b84289909a17704f0dd37e4e948b5d38b2e83feee65b9f39b692beac6127159833b652aeb48ee22c8ce6de8588289b84b333e27846665255b8db9572bd1

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1370.4.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1370.4.ebuild
new file mode 100644
index ..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1370.4.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-misc/ca-certificates
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm usr/share/man/man1/${PN}.1.gz || die
+   dosym ${MY_PN}.1 

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2022-09-07 Thread Sam James
commit: c4925167284762a9833181eafa6663d91dea33d3
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:31:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:31:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4925167

www-client/opera-beta: automated bump (91.0.4516.10)

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

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-91.0.4516.10.ebuild  | 158 +
 2 files changed, 159 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index e730794cdb3e..3183d8c4ba81 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,5 @@
 DIST opera-beta_90.0.4480.41_amd64.deb 87713760 BLAKE2B 
593769d761aa180917729fe794db2c0a6bf1044c7e163b0eba64a80e0afb091f6ceefb9358371062db40137f85c04448cc0deb7b72b1a10fb35ab7aa4b13c521
 SHA512 
81d7e84424f040af6d85f3bdfb3f0456a92895f2a7e510cfa68dcda7323a608e0fa065004c542de49d6d9a933b81c9140d48c83128b44a7e0602f5d669a4b4c9
+DIST opera-beta_91.0.4516.10_amd64.deb 88072156 BLAKE2B 
b92b6382cf13c03d49f26da4793167fc1c9c98aec366503bd264cbd2ac9f13c10eb929da5863fe90910139e25cddefe035dc4977b0784f97bac21c016444d436
 SHA512 
7b120b8b9c5b619844389c00ef6ed5b9fef3e709127c4ad4f7eae0cb09a2d74de2c926c605bb919b0f8442800cd5f1e54d82a4c8643fd3f9e386a8fcb8e4688e
 DIST opera-beta_91.0.4516.3_amd64.deb 88063968 BLAKE2B 
36bb20ff01d6d5a9a442fca497974fa8f43ffb6cd011e873acbc1ca6d1c4642d971ecfe949a6c905e78c48e47d20e0de29afafc5dc02ab6948bfd7ff60726b94
 SHA512 
cfaa8be684bf2fc003bd8ed6d05c377554581b47273bc6dcecbf3bda18a2b72d9e26aa201a58ab2e3545c32f8d9f7c7ee1f7b5bb6aa5c9fa4aac86b92f48b0bf
 DIST opera-beta_91.0.4516.6_amd64.deb 88110388 BLAKE2B 
9e032b21cd19161178441942f5a525507b3ac61abcc5b6409fd0d4b5d6d9ff08399e2461684fdeb922ebb52c99a974a031ea4365a0f78396c2f48075eb8973d9
 SHA512 
937bc3fb40db72f53824c06f1e4884bd42a022c594d64bc87975535f68b7d5e63e1ea8fb31e5d090021a85bfe3a15b14698217f8d5631dde615b02229dcb472d
 DIST opera-ffmpeg-codecs-104.0.5083.0.tar.xz 1431840 BLAKE2B 
172ba55d6f390eaea644803ddae8c3cee4ee2d585de873db438d43b9e7f6d07f5b0e9b659f06c126f65148148d889948cc3287ee21da00eec08f2e665be47dbc
 SHA512 
9ca7fe8a244b634d65a28602f9e1173694faaab6de95cd0a44aeedc29dffb75b14adf842c69d5ba5631fb40e51f021fce190dc8307148d8e9218230b7cde29b8

diff --git a/www-client/opera-beta/opera-beta-91.0.4516.10.ebuild 
b/www-client/opera-beta/opera-beta-91.0.4516.10.ebuild
new file mode 100644
index ..b7c51e095689
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-91.0.4516.10.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="105.0.5195.19"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+

[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2022-09-07 Thread Sam James
commit: 2580ebd8511adcfc29a73ee1bbbc7445e1b04471
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:30:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:30:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2580ebd8

www-client/google-chrome-beta: automated update (106.0.5249.30)

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...eta-106.0.5249.21.ebuild => google-chrome-beta-106.0.5249.30.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index c97a94b2fe69..b8caf506896d 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_106.0.5249.21-1_amd64.deb 92063912 BLAKE2B 
63c33685021a5e13b66075831aca96d3f30edbe76671520445da99527b2b5efc0826fdc8516884c0cbe699dc355c7c616c9b4251951505e70260da3784742688
 SHA512 
3bf1776c2bffe79224e0a7a4c405d25ca15a2ebdfbdf700d8c7d7dcb9ef37c511e4ba4fbe14d8e9ebb851522650875e545163a48c32e809f7affb4799dc9dae7
+DIST google-chrome-beta_106.0.5249.30-1_amd64.deb 92105328 BLAKE2B 
ebd0cd7f3432c9d52eb9a9e7d6bd1e5d7c063e3eae5ba288ed03e14fc4fb058a5ea6447634bdcf754c7c63c6f834416f2d7464614c8bd21aaf5b82364b4d16ae
 SHA512 
79b92953c9c5fc3ecbe788750ea3947db5725bc9b9436a29ab50c528eea5e815e5ae2016778108c3565ba2ae4fe0982d4f78dce72195f035c872d72b44a0e866

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-106.0.5249.21.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-106.0.5249.30.ebuild
similarity index 100%
rename from 
www-client/google-chrome-beta/google-chrome-beta-106.0.5249.21.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-106.0.5249.30.ebuild



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

2022-09-07 Thread Sam James
commit: 97062430b7a7a08517a900aef70622c66f34b209
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:32:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:32:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97062430

dev-python/cachecontrol: Keyword 0.12.11 x86, #859184

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

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

diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild 
b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
index ada2edb08023..0f31abc1ec86 100644
--- a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
+++ b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: 4ccbcd41592a221d69f2db061283787864ddd9ce
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccbcd41

dev-python/cachecontrol: Keyword 0.12.11 sparc, #859184

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

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

diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild 
b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
index f56be8f932ef..00c19053ec27 100644
--- a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
+++ b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc"
 
 RDEPEND="
>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: 437d5e4ead7ef2347e3a88373ca43cf812accb27
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437d5e4e

media-gfx/inkscape: Keyword 1.2.1-r2 sparc, #859184

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

 media-gfx/inkscape/inkscape-1.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild 
b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
index 1d74e8e297fa..c9025c036b32 100644
--- a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
+++ b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git;
 else
SRC_URI="https://media.inkscape.org/dl/resources/file/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~riscv"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~riscv ~sparc"
 fi
 
 DESCRIPTION="SVG based generic vector-drawing program"



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

2022-09-07 Thread Sam James
commit: 8c98224053392b26cca6e0b93da1e48d3740bb58
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c982240

dev-python/pytest-services: Keyword 2.2.1-r1 sparc, #859184

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

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

diff --git a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild 
b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild
index 2736b77249da..c1f783a576c6 100644
--- a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild
+++ b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: 07fd30ef92bce1844b4894535e49e25138c20549
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fd30ef

dev-python/cherrypy: Keyword 18.8.0 sparc, #859184

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

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

diff --git a/dev-python/cherrypy/cherrypy-18.8.0.ebuild 
b/dev-python/cherrypy/cherrypy-18.8.0.ebuild
index 01a4093715c7..09a23fa779f7 100644
--- a/dev-python/cherrypy/cherrypy-18.8.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-18.8.0.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="ssl test"
 
 RDEPEND="



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

2022-09-07 Thread Sam James
commit: 27cde6891b3e479e42a6b598f46a7450ff4d997e
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cde689

dev-python/msgpack: Keyword 1.0.4 sparc, #859184

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

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

diff --git a/dev-python/msgpack/msgpack-1.0.4.ebuild 
b/dev-python/msgpack/msgpack-1.0.4.ebuild
index 120918926a91..dbcc01956b01 100644
--- a/dev-python/msgpack/msgpack-1.0.4.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.4.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 IUSE="+native-extensions"
 
 # extension code is relying on CPython implementation details



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

2022-09-07 Thread Sam James
commit: ec00df674764bb6ea367bbd76e46c0be8732bab5
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec00df67

dev-python/pylibmc: Keyword 1.6.3 sparc, #859184

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

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

diff --git a/dev-python/pylibmc/pylibmc-1.6.3.ebuild 
b/dev-python/pylibmc/pylibmc-1.6.3.ebuild
index b37179120315..be627e1f3ff1 100644
--- a/dev-python/pylibmc/pylibmc-1.6.3.ebuild
+++ b/dev-python/pylibmc/pylibmc-1.6.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="
>=dev-libs/libmemcached-0.32



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

2022-09-07 Thread Sam James
commit: 5125b0407c0208b45c9883dc190ebcdbf608cdae
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5125b040

dev-python/objgraph: Keyword 3.5.0-r1 sparc, #859184

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

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

diff --git a/dev-python/objgraph/objgraph-3.5.0-r1.ebuild 
b/dev-python/objgraph/objgraph-3.5.0-r1.ebuild
index 56d96fed6d22..90363201a6f7 100644
--- a/dev-python/objgraph/objgraph-3.5.0-r1.ebuild
+++ b/dev-python/objgraph/objgraph-3.5.0-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 SLOT="0"
 IUSE="doc"
 



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

2022-09-07 Thread Sam James
commit: 35bdb626b675a585acfff2d1127f9637b7618a65
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bdb626

dev-python/routes: Keyword 2.5.1-r2 sparc, #859184

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

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

diff --git a/dev-python/routes/routes-2.5.1-r2.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
index d03227f17e9f..c15b3a913bff 100644
--- a/dev-python/routes/routes-2.5.1-r2.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: 68a4cf01b8132afd581c357c0f628556af277e0e
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a4cf01

dev-python/cheroot: Keyword 8.6.0-r1 sparc, #859184

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

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

diff --git a/dev-python/cheroot/cheroot-8.6.0-r1.ebuild 
b/dev-python/cheroot/cheroot-8.6.0-r1.ebuild
index aae772bf949c..94e97580ee1c 100644
--- a/dev-python/cheroot/cheroot-8.6.0-r1.ebuild
+++ b/dev-python/cheroot/cheroot-8.6.0-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/six-1.11.0[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: eb39f5fedc8a4be1f1d8cfbddcfdd27903e0105d
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb39f5fe

dev-python/jaraco-collections: Keyword 3.5.2 sparc, #859184

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

 dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
index c05bf6e60547..c5f9a18b704e 100644
--- a/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
dev-python/jaraco-classes[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: c8ad0eeefbcb29d8e896ad5fcde0624205708c7b
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ad0eee

dev-python/repoze-lru: Keyword 0.7-r3 sparc, #859184

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

 dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild 
b/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild
index 07f5c05f0d44..218e3c1c0cbf 100644
--- a/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild
+++ b/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="repoze"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
!dev-python/namespace-repoze



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

2022-09-07 Thread Sam James
commit: 98ccdf4b08bdfadc3d9253d3267e3566cb166308
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ccdf4b

media-gfx/xdot: Keyword 1.2 sparc, #859184

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

 media-gfx/xdot/xdot-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/xdot/xdot-1.2.ebuild b/media-gfx/xdot/xdot-1.2.ebuild
index 07dc9ff9f310..f20d010cf200 100644
--- a/media-gfx/xdot/xdot-1.2.ebuild
+++ b/media-gfx/xdot/xdot-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
SRC_URI=""
 else
-   KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"



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

2022-09-07 Thread John Helmert III
commit: 8ed6f4a0102ff4487277bfa36da7d372460a9265
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Sep  8 05:12:03 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Sep  8 05:12:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed6f4a0

media-libs/virglrenderer: update EAPI 7 -> 8, style tweaks

Signed-off-by: John Helmert III  gentoo.org>

 media-libs/virglrenderer/virglrenderer-0.10.1.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-libs/virglrenderer/virglrenderer-0.10.1.ebuild 
b/media-libs/virglrenderer/virglrenderer-0.10.1.ebuild
index 06c7403906ec..892e50ce7006 100644
--- a/media-libs/virglrenderer/virglrenderer-0.10.1.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-0.10.1.ebuild
@@ -1,15 +1,16 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-inherit eutils meson
+inherit meson
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/virglrenderer.git;
inherit git-r3
 else
-   
SRC_URI="https://gitlab.freedesktop.org/virgl/${PN}/-/archive/${P}/${PN}-${P}.tar.gz
 -> ${P}.tar.gz"
+   MY_P="${PN}-${P}"
+   
SRC_URI="https://gitlab.freedesktop.org/virgl/${PN}/-/archive/${P}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 fi
 
@@ -30,7 +31,7 @@ DEPEND="${RDEPEND}"
 # deal with it for now.
 RESTRICT="test"
 
-S=${WORKDIR}/${PN}-${P}
+S="${WORKDIR}/${MY_P}"
 
 src_configure() {
local emesonargs=(
@@ -42,5 +43,5 @@ src_configure() {
 
 src_install() {
meson_src_install
-   find "${ED}"/usr -name 'lib*.la' -delete
+   find "${ED}/usr" -name 'lib*.la' -delete
 }



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

2022-09-07 Thread John Helmert III
commit: 4ca6fb4d76c62f85ac3699b85107df38fdce5454
Author: Stijn Tintel  linux-ipv6  be>
AuthorDate: Wed Sep  7 23:39:17 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Sep  8 05:05:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca6fb4d

media-libs/virglrenderer: bump to 0.10.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Stijn Tintel  linux-ipv6.be>
Closes: https://github.com/gentoo/gentoo/pull/27186
Signed-off-by: John Helmert III  gentoo.org>

 media-libs/virglrenderer/Manifest  |  1 +
 .../virglrenderer/virglrenderer-0.10.1.ebuild  | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/media-libs/virglrenderer/Manifest 
b/media-libs/virglrenderer/Manifest
index e2c8cbb39c58..0e461abb3dbb 100644
--- a/media-libs/virglrenderer/Manifest
+++ b/media-libs/virglrenderer/Manifest
@@ -1,2 +1,3 @@
+DIST virglrenderer-0.10.1.tar.gz 3814616 BLAKE2B 
f292bf49f772624d8bbc2dc48faa5c5cc3e2eeb46aef3e04abb7141743b763055e944beb6f119e1a99396d5b607510c1be7f9de0a319e63cf52d31d30216d273
 SHA512 
d832a1c19f7776fffcdabd848d8e3d43125613e3d4590704a98e63274d12573f0ab4501182076c28e026495e3690e79940695216da13eeabdddbe0e542eb077a
 DIST virglrenderer-0.8.2.tar.gz 2697672 BLAKE2B 
2c5b14fcca8ed778a674c35f3a88213d017f0cb30afcd5c28a13f8ea8d9d2fcb052150451cf0c9e7b48f0619fa93c9cc9036b59677fdae09ec97517984af43c1
 SHA512 
a64069bf6a28e5b77da53b5226a447decc3fe07a5c28bc49c2c15413b7651605170c5644a24f6a0ce9216a0f55afcee0246c3e4d9bc8f32dad771be3115e0f2a
 DIST virglrenderer-0.9.1.tar.gz 2945799 BLAKE2B 
86740155a824263b8ecb3a917db59996650e90a095e64be3cb6119eb2b6c5a64b6b3f5d40354fdf9d5bb4dae7d247749a8ddcfb33031aa2607057d18cedc319c
 SHA512 
4edba82c83a6183871f74f365d55af88935edf9abad97c1617c569f21a16b008481364f50491dfbc7ed89832a6b618fce98d182f84cc1cbab9d2c7443a2ae936

diff --git a/media-libs/virglrenderer/virglrenderer-0.10.1.ebuild 
b/media-libs/virglrenderer/virglrenderer-0.10.1.ebuild
new file mode 100644
index ..06c7403906ec
--- /dev/null
+++ b/media-libs/virglrenderer/virglrenderer-0.10.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit eutils meson
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/virglrenderer.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitlab.freedesktop.org/virgl/${PN}/-/archive/${P}/${PN}-${P}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+fi
+
+DESCRIPTION="library used implement a virtual 3D GPU used by qemu"
+HOMEPAGE="https://virgil3d.github.io/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="static-libs"
+
+RDEPEND="
+   >=x11-libs/libdrm-2.4.50
+   media-libs/libepoxy"
+
+DEPEND="${RDEPEND}"
+
+# Most of the testuiste cannot run in our sandboxed environment, just don't
+# deal with it for now.
+RESTRICT="test"
+
+S=${WORKDIR}/${PN}-${P}
+
+src_configure() {
+   local emesonargs=(
+   -Ddefault_library=$(usex static-libs both shared)
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   find "${ED}"/usr -name 'lib*.la' -delete
+}



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

2022-09-07 Thread Sam James
commit: 1ec80664e427f5ce08cf332da772dba7ffbac6d4
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 04:34:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 04:34:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec80664

sys-apps/hdparm: add 9.65

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

 sys-apps/hdparm/Manifest   |  1 +
 sys-apps/hdparm/hdparm-9.65.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-apps/hdparm/Manifest b/sys-apps/hdparm/Manifest
index b8dd6b7e17db..296abbef6274 100644
--- a/sys-apps/hdparm/Manifest
+++ b/sys-apps/hdparm/Manifest
@@ -1,2 +1,3 @@
 DIST hdparm-9.63.tar.gz 140252 BLAKE2B 
41ee3dda11f17ec9c125b7d680f07ca2d88c3692e2436b8d2550dbd58546b1dde8e61cdf5312c5b09d687dad81826bd848c8eabcb3e01ab09ac6cfb082699238
 SHA512 
1d09dc2c79c31f45fa242dd5bf259e84281d1464e49ada9fd53bb6d58cb0458046e534a93f9d6de18478ca5db50b6d36ecbe5b784c0c681a1db29f15fadd525c
 DIST hdparm-9.64.tar.gz 140307 BLAKE2B 
0196f3ccec4005c542b834d8426cc6f64694783da3d4a064e898e25d17aab3aa0d9621276607169f2104c9a9804f9020554d836ded9efb16367a8ac4c9c9b146
 SHA512 
c561825143d8872cc2940bd6ba72162f91792bd63b6a8511058e79cc96feb6a4a9d22275581ef2eefab64a4035587b3a63175ccc58fa46f1059b4680d9d58ec4
+DIST hdparm-9.65.tar.gz 140425 BLAKE2B 
79b1c16e7807f82a992ed7f22faef57045c56da4a281fbd8db3b8846b193ccc4b42329fa6abbebf8b652fbefb13aa0f18dfa726e802e8e1a45c94f414fb303b9
 SHA512 
4ffc8902b90cee10d68af8ddb9f3b9454d523ecd49cdaaed254b4d7a999462a8ad5ec1bb5d7684b09fefa41b5941ab533b167dad290003b51c795a633ca88913

diff --git a/sys-apps/hdparm/hdparm-9.65.ebuild 
b/sys-apps/hdparm/hdparm-9.65.ebuild
new file mode 100644
index ..16d39cbe5836
--- /dev/null
+++ b/sys-apps/hdparm/hdparm-9.65.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Utility to change hard drive performance parameters"
+HOMEPAGE="https://sourceforge.net/projects/hdparm/;
+SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz"
+
+# GPL-2 only
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-9.60-build.patch
+)
+
+src_prepare() {
+   default
+
+   use static && append-ldflags -static
+}
+
+src_configure() {
+   tc-export CC
+   export STRIP=:
+}
+
+src_install() {
+   into /
+   dosbin hdparm contrib/idectl
+
+   newinitd "${FILESDIR}"/hdparm-init-8 hdparm
+   newconfd "${FILESDIR}"/hdparm-conf.d.3 hdparm
+
+   doman hdparm.8
+   dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig
+
+   docinto wiper
+   dodoc wiper/{README.txt,wiper.sh}
+   docompress -x /usr/share/doc/${PF}/wiper/wiper.sh
+}



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

2022-09-07 Thread Sam James
commit: 6ef24325d8f18829452b53afacbffbdbd1d538c6
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 04:09:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 04:09:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef24325

net-libs/libssh: add 0.10.4

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

 net-libs/libssh/Manifest |   1 +
 net-libs/libssh/libssh-0.10.4.ebuild | 135 +++
 2 files changed, 136 insertions(+)

diff --git a/net-libs/libssh/Manifest b/net-libs/libssh/Manifest
index 54feb53a3260..cdfc84157310 100644
--- a/net-libs/libssh/Manifest
+++ b/net-libs/libssh/Manifest
@@ -1,3 +1,4 @@
 DIST libssh-0.10.2.tar.xz 554240 BLAKE2B 
5732ed9709735ced62c6a1c0fc32f4c35d26bf26fd8a086ce145f7f6c679468c146a1c1a8f85035dc73971f60bd59b0a784e5fe0afc2575de947b386a4cef804
 SHA512 
8855ebb9ea97e6ad03dec800e0885381c5397a04f5578f0b79b82e49458766f7b6c394713c4fbdc8ff6bb8d3b4c3b8b4f7b797f39ddbc95caf205ee6d89d3278
 DIST libssh-0.10.3.tar.xz 554928 BLAKE2B 
5bb1feecf77ec038b89cec1058d0c401d2f3ecca6975ee098dc9eb4d3b981b807d54291f915f8f7e236dc06ac864289f99d92ea1d6983afda1044a690c8207e6
 SHA512 
dfc992a4d16bf3de6ed01b1d0d73e061f61acf6785b2c81a722154219a286fc2b8952dec0e842bcbc14ce2734078161a820d44091f01851c8538f8f381655253
+DIST libssh-0.10.4.tar.xz 554920 BLAKE2B 
9349a688bdbd7c0d3bc93d6d0d6d55122ae9f918b922baeae8a7c6d4ae3ec340e6607afdd8a47055176f31531aefa94b6cc2bda25d59625fe1a7f83823dd75f9
 SHA512 
01ee52d480201d9886c15e81137c185334b404d1c8e8b743ddf58e95fe8619c8c013616a49807bdfde72fa177cd35f3c22b66cbf5d720b5abfacdf7601ed
 DIST libssh-0.9.6.tar.xz 1053056 BLAKE2B 
e8565279a430786b8877386a26700a39386e908546a209815b135a2bf4ef42c37b9890dc29cda9ce6c8bfe3f3bae4942097dc794302aec767d106a45c44b811d
 SHA512 
4040ec4af937e95be2e41313ef6d4db60b46b8d4dea10c09402398127c1d1ca8843392d207088aeee3c7ef631c6ae7b66861327dcebf78ed3af0723777619fd1

diff --git a/net-libs/libssh/libssh-0.10.4.ebuild 
b/net-libs/libssh/libssh-0.10.4.ebuild
new file mode 100644
index ..c8592e03bb83
--- /dev/null
+++ b/net-libs/libssh/libssh-0.10.4.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib
+
+DESCRIPTION="Access a working SSH implementation by means of a library"
+HOMEPAGE="https://www.libssh.org/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git;
+else
+   SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0/4" # subslot = soname major version
+IUSE="debug doc examples gcrypt gssapi mbedtls pcap server +sftp static-libs 
test zlib"
+# Maintainer: check IUSE-defaults at DefineOptions.cmake
+
+REQUIRED_USE="?? ( gcrypt mbedtls )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !gcrypt? (
+   !mbedtls? (
+   >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
+   )
+   )
+   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
+   gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
+   mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-util/cmocka-0.3.1[${MULTILIB_USEDEP}]
+   elibc_musl? ( sys-libs/argp-standalone )
+   )
+"
+BDEPEND="doc? ( app-doc/doxygen[dot] )"
+
+DOCS=( AUTHORS CHANGELOG README )
+
+src_prepare() {
+   cmake_src_prepare
+
+   # just install the examples, do not compile them
+   cmake_comment_add_subdirectory examples
+
+   sed -e "/^check_include_file.*HAVE_VALGRIND_VALGRIND_H/s/^/#DONT /" \
+   -i ConfigureChecks.cmake || die
+
+   if use test; then
+   local skip_tests=(
+   # keyfile torture test is currently broken
+   -e "/torture_keyfiles/d"
+
+   # Tries to expand ~ which fails w/ portage homedir
+   # (torture_path_expand_tilde_unix and 
torture_config_make_absolute_no_sshdir)
+   -e "/torture_misc/d"
+   -e "/torture_config/d"
+   )
+
+   # Disable tests that take too long (bug #677006)
+   if use sparc; then
+   skip_tests+=(
+   -e "/torture_threads_pki_rsa/d"
+   -e "/torture_pki_dsa/d"
+   )
+   fi
+
+   if (( ${#skip_tests[@]} )) ; then
+   sed -i "${skip_tests[@]}" 
tests/unittests/CMakeLists.txt || die
+   fi
+
+   if use elibc_musl; then
+   sed -e 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/

2022-09-07 Thread Sam James
commit: 6ac0fae51f8558ef4d01861ae4b396039e1e9fcd
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 04:31:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 04:31:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac0fae5

net-analyzer/wireshark: add 3.6.8

Bug: https://bugs.gentoo.org/869140
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wireshark/Manifest   |   1 +
 net-analyzer/wireshark/wireshark-3.6.8.ebuild | 269 ++
 2 files changed, 270 insertions(+)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index c9f0a82a4ac0..8914f018742a 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -4,4 +4,5 @@ DIST wireshark-3.6.3.tar.xz 39935892 BLAKE2B 
3b636867d946f0cf748eb719874e815c919
 DIST wireshark-3.6.5.tar.xz 39939340 BLAKE2B 
4df1abce2563f20e91fac169ef1ab65851a5f63423aceba487db8cd4b954c4a2ba5673e032878b33a43992cb2ee4628899eee8b0065220cd0c79a8c98a589ef0
 SHA512 
9aa60721401fbd1f3c6b912312792433c9f8a09583cf684a4f1a24c839f4786a54a0abbfd88c04ba222e5a7af09f7bc67c292a0f944c9b717a71509655fe2fe5
 DIST wireshark-3.6.6.tar.xz 39950276 BLAKE2B 
cb74c4ed307b83ba509fa3b56356a33df11d9d1effb29054f73f248ca1c7107806676539d0802cc71e07687831a838145194104183afa4ae1825eb1fb85062b1
 SHA512 
c32d5aafb3091dc1475896a3c4cfcb5a47af002e53f011a65697271c611e690743153841f5db1021a6cbea6d427dc661dce7b85208832251200258fb46aad84b
 DIST wireshark-3.6.7.tar.xz 39967312 BLAKE2B 
0539130aec2c7d8fdfec536114144a0b761addb8006d146a5e08d0a58e95d5d6b0db67ef32ceae4143de9836f25a3497802706f0a0eb633f29e1f24a47819e4b
 SHA512 
caf087ee467bf934f28d096869ea3d9d7c5a3c83e51c4df447700096943a92abf5cf29f4956b9a549e0708bcb3515b55c4660a7ced2cb9dbc582b87550026fac
+DIST wireshark-3.6.8.tar.xz 39942580 BLAKE2B 
8b51ae1b3bf56fe1ccec70e94d9edb891e7b486a87b8f43984ea6d3150fe8f6c04beef9f12ebd9b830138aec6a993bcf88d50cfc4695b1f9ade6933092bed8db
 SHA512 
c286e84e113f06b13b931da89b6d21b18e342660682579f88e77697f3e9c335ba75cdc190b41651da4d5729529a20740ef1a41e9f9523d9f6cc768147363053a
 DIST wireshark-4.0.0rc1.tar.xz 41291340 BLAKE2B 
96dc9616702c67f47517cf5fc575bf555d5f7e83cc90284301e3ef26476ca6292f8aba3c7230c3ca7e6404a9b953861247a448826b339fa586d5a8206c787989
 SHA512 
16d4f3d39198bb208d4ad58059c38a40f21352186abf2cafb4140674d048e5bd29e5dbc079ed50f28f1dde150733bba6a26c6fc7d10e524e4556bd20c6ae2856

diff --git a/net-analyzer/wireshark/wireshark-3.6.8.ebuild 
b/net-analyzer/wireshark/wireshark-3.6.8.ebuild
new file mode 100644
index ..fffca9343012
--- /dev/null
+++ b/net-analyzer/wireshark/wireshark-3.6.8.ebuild
@@ -0,0 +1,269 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..2} )
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg cmake
+
+DESCRIPTION="A network protocol analyzer formerly known as ethereal"
+HOMEPAGE="https://www.wireshark.org/;
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark;
+   inherit git-r3
+else
+   
SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
+   S="${WORKDIR}/${P/_/}"
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE="androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon"
+IUSE+=" +dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb"
+IUSE+=" +mergecap +minizip +netlink opus +plugins plugin-ifdemo +pcap +qt5 
+randpkt"
+IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp 
sshdump ssl"
+IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd"
+
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
+   plugin-ifdemo? ( plugins )"
+
+RESTRICT="!test? ( test )"
+
+# bug #753062 for speexdsp
+RDEPEND="acct-group/pcap
+   >=dev-libs/glib-2.38:2
+   >=net-dns/c-ares-1.5:=
+   dev-libs/libgcrypt:=
+   media-libs/speexdsp
+   bcg729? ( media-libs/bcg729 )
+   brotli? ( app-arch/brotli:= )
+   ciscodump? ( >=net-libs/libssh-0.6 )
+   filecaps? ( sys-libs/libcap )
+   http2? ( net-libs/nghttp2:= )
+   ilbc? ( media-libs/libilbc )
+   kerberos? ( virtual/krb5 )
+   libxml2? ( dev-libs/libxml2 )
+   lua? ( ${LUA_DEPS} )
+   lz4? ( app-arch/lz4:= )
+   maxminddb? ( dev-libs/libmaxminddb:= )
+   minizip? ( sys-libs/zlib[minizip] )
+   netlink? ( dev-libs/libnl:3 )
+   opus? ( media-libs/opus )
+   pcap? ( net-libs/libpcap )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   x11-misc/xdg-utils
+   )
+   sbc? ( media-libs/sbc )
+   sdjournal? ( sys-apps/systemd )
+   smi? ( 

[gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/

2022-09-07 Thread Rui Huang
commit: 5168f8765c50848d921ad059140ec3a4edbfe0f6
Author: Huang Rui  gmail  com>
AuthorDate: Thu Sep  8 04:13:13 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Thu Sep  8 04:13:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5168f876

app-editors/imhex: drop 1.21.2

Signed-off-by: Huang Rui  gmail.com>

 app-editors/imhex/Manifest|   2 -
 app-editors/imhex/imhex-1.21.2.ebuild | 124 --
 2 files changed, 126 deletions(-)

diff --git a/app-editors/imhex/Manifest b/app-editors/imhex/Manifest
index 40d82ba74..2f2195d49 100644
--- a/app-editors/imhex/Manifest
+++ b/app-editors/imhex/Manifest
@@ -1,4 +1,2 @@
-DIST imhex-1.21.2.tar.gz 23473112 BLAKE2B 
5e1dbcf246fc2b2ac57636efee71574eb38ee2d04678a6e09b4d8c2d61da01021bb169fa40a18725d609a3daae1bf9a4ca8aacbb21b6d381c3ff1345d9f788c6
 SHA512 
e5dd9c5b81f739ee37cc51cf37aa6b866b1af8b28f06e0731612612c5a56d5d68d9d50c20ebb9304a51efb88c07fde72656dcc7d6c249dd827d5d15e44de9698
 DIST imhex-1.22.0.tar.gz 23801722 BLAKE2B 
db82e9fb74244cc591da60f6b3ae7d66db2907a216f5246973c5c3012e713c01d426fcf2d87ddb6ac92a0cff8f2a89119341f2f806bcce59d117c6a15ca58038
 SHA512 
e29015b8850c76f43f42920b1ee93af72cbd28a12a1e555177f580270da6f71391f638cadb34333fa3a7db8f3fe15acb666b5d8b67acde9dcbe5c468e2e6b06f
-DIST imhex-patterns-1.21.2.tar.gz 4672663 BLAKE2B 
a0c4a9917ad44a4af0e01e67210bb025a01e6775b327248ba9259d36ea0596b2be74aed758d478b3f5c0d0aea669ed333c8aca2b7e43e275abc833bbdcef2490
 SHA512 
c5694bd5cc6a609dd8133f0566fbf3bfd4669cf4a20523d10afddbc39e4b7a8d52d8fdecff95883e40b6f06f858e1373c8dbe0713fd7f54380dac5ee3105b9ce
 DIST imhex-patterns-1.22.0.tar.gz 4749715 BLAKE2B 
ae157b664f7a0e163d915c21ca34d5e207ee5a51896db2e8370a66574d68375eb6d31f872dd20f8ba592f2270a7615f921e840f6ffb2a6ee4253e30689245b60
 SHA512 
2ce01986993283a254e59d44eb3948180cb4038f2b0b3fb1aa93154509500c8eb7315cf7b5aa3ee1887456936dd68c3fc8bac52f2a0c90a3b0567a4f0253dede

diff --git a/app-editors/imhex/imhex-1.21.2.ebuild 
b/app-editors/imhex/imhex-1.21.2.ebuild
deleted file mode 100644
index 980671dc4..0
--- a/app-editors/imhex/imhex-1.21.2.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_BUILD_TYPE="Release"
-CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit cmake desktop llvm python-r1 xdg
-
-DESCRIPTION="A hex editor for reverse engineers, programmers, and eyesight"
-HOMEPAGE="https://github.com/WerWolv/ImHex;
-SRC_URI="
-   
https://github.com/WerWolv/ImHex/releases/download/v${PV}/Full.Sources.tar.gz 
-> ${P}.tar.gz
-   
https://github.com/WerWolv/ImHex-Patterns/archive/refs/tags/ImHex-v${PV}.tar.gz 
-> ${PN}-patterns-${PV}.tar.gz
-"
-S="${WORKDIR}/ImHex"
-S_PATTERNS="${WORKDIR}/ImHex-Patterns-ImHex-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="
-   python? ( ${PYTHON_DEPS} )
-   app-forensics/yara
-   dev-libs/capstone
-   >=dev-libs/libfmt-8.0.0
-   dev-libs/openssl
-   dev-libs/tre
-   media-libs/freetype
-   media-libs/glfw
-   media-libs/glm
-   net-libs/libssh2
-   net-libs/mbedtls
-   net-misc/curl
-   sys-apps/dbus
-   sys-apps/file
-   sys-apps/xdg-desktop-portal
-   virtual/libiconv
-   virtual/libintl
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   app-admin/chrpath
-   >=dev-cpp/nlohmann_json-3.10.2
-   gnome-base/librsvg
-   sys-devel/llvm
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.21.2-fix-compiler-check.patch"
-   "${FILESDIR}/${PN}-1.21.2-fix-build-with-clang.patch"
-   "${FILESDIR}/${PN}-1.21.2-fix-dedup-resources-directories.patch"
-   "${FILESDIR}/${PN}-1.21.2-fix-copy-elision-not-applying.patch"
-   "${FILESDIR}/${PN}-1.21.2-fix-use-c-23-standard.patch"
-   "${FILESDIR}/${PN}-1.21.2-fix-llvmdemangle.patch"
-)
-
-src_configure() {
-   use python && python_setup
-
-   local mycmakeargs=(
-   -D CMAKE_SKIP_RPATH=ON \
-   -D IMHEX_IGNORE_BAD_CLONE=ON \
-   -D IMHEX_OFFLINE_BUILD=ON \
-   -D IMHEX_STRIP_RELEASE=OFF \
-   -D IMHEX_VERSION="${PV}" \
-   -D PROJECT_VERSION="${PV}" \
-   -D USE_SYSTEM_CAPSTONE=ON \
-   -D USE_SYSTEM_CURL=ON \
-   -D USE_SYSTEM_FMT=ON \
-   -D USE_SYSTEM_LLVM=ON \
-   -D USE_SYSTEM_NLOHMANN_JSON=ON \
-   -D USE_SYSTEM_YARA=ON
-   )
-   if use python; then
-   mycmakeargs+=( -D 
PYTHON_VERSION_MAJOR_MINOR="\"${EPYTHON/python/}\"" )
-   fi
-   cmake_src_configure
-}
-
-src_install() {
-   # Can't use cmake_src_install, doing it manual
-   # Executable
-   dobin "${BUILD_DIR}/${PN}"
-   chrpath -d "${ED}/usr/bin/${PN}"
-   # Shared lib and plugins
-   dolib.so 

[gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/

2022-09-07 Thread Rui Huang
commit: 93c7f2abcf89fb08a444600d8aaf181171308184
Author: Huang Rui  gmail  com>
AuthorDate: Thu Sep  8 04:14:18 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Thu Sep  8 04:14:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93c7f2ab

app-editors/imhex: drop 1.22.0

Signed-off-by: Huang Rui  gmail.com>

 app-editors/imhex/imhex-1.22.0.ebuild | 115 --
 1 file changed, 115 deletions(-)

diff --git a/app-editors/imhex/imhex-1.22.0.ebuild 
b/app-editors/imhex/imhex-1.22.0.ebuild
deleted file mode 100644
index 09fd29f32..0
--- a/app-editors/imhex/imhex-1.22.0.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_BUILD_TYPE="Release"
-CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit cmake desktop llvm python-r1 xdg
-
-DESCRIPTION="A hex editor for reverse engineers, programmers, and eyesight"
-HOMEPAGE="https://github.com/WerWolv/ImHex;
-SRC_URI="
-   
https://github.com/WerWolv/ImHex/releases/download/v${PV}/Full.Sources.tar.gz 
-> ${P}.tar.gz
-   
https://github.com/WerWolv/ImHex-Patterns/archive/refs/tags/ImHex-v${PV}.tar.gz 
-> ${PN}-patterns-${PV}.tar.gz
-"
-S="${WORKDIR}/ImHex"
-S_PATTERNS="${WORKDIR}/ImHex-Patterns-ImHex-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="
-   python? ( ${PYTHON_DEPS} )
-   app-forensics/yara
-   dev-libs/capstone
-   >=dev-libs/libfmt-8.0.0
-   dev-libs/openssl
-   dev-libs/tre
-   media-libs/freetype
-   media-libs/glfw
-   media-libs/glm
-   net-libs/libssh2
-   net-libs/mbedtls
-   net-misc/curl
-   sys-apps/dbus
-   sys-apps/file
-   sys-apps/xdg-desktop-portal
-   virtual/libiconv
-   virtual/libintl
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   app-admin/chrpath
-   >=dev-cpp/nlohmann_json-3.10.2
-   gnome-base/librsvg
-   sys-devel/llvm
-"
-
-src_configure() {
-   use python && python_setup
-
-   local mycmakeargs=(
-   -D CMAKE_SKIP_RPATH=ON \
-   -D IMHEX_IGNORE_BAD_CLONE=ON \
-   -D IMHEX_OFFLINE_BUILD=ON \
-   -D IMHEX_STRIP_RELEASE=OFF \
-   -D IMHEX_VERSION="${PV}" \
-   -D PROJECT_VERSION="${PV}" \
-   -D USE_SYSTEM_CAPSTONE=ON \
-   -D USE_SYSTEM_CURL=ON \
-   -D USE_SYSTEM_FMT=ON \
-   -D USE_SYSTEM_LLVM=ON \
-   -D USE_SYSTEM_NLOHMANN_JSON=ON \
-   -D USE_SYSTEM_YARA=ON
-   )
-   if use python; then
-   mycmakeargs+=( -D 
PYTHON_VERSION_MAJOR_MINOR="\"${EPYTHON/python/}\"" )
-   fi
-   cmake_src_configure
-}
-
-src_install() {
-   # Can't use cmake_src_install, doing it manual
-   # Executable
-   dobin "${BUILD_DIR}/${PN}"
-   chrpath -d "${ED}/usr/bin/${PN}"
-   # Shared lib and plugins
-   dolib.so "${BUILD_DIR}"/lib/lib"${PN}"/lib"${PN}".so*
-   chrpath -d "${ED}"/usr/bin/lib"${PN}"/lib"${PN}".so*
-   exeinto "/usr/$(get_libdir)/${PN}/plugins"
-   for plugin in builtin; do
-   doexe "${BUILD_DIR}/plugins/${plugin}.hexplug"
-   chrpath -d 
"${ED}/usr/$(get_libdir)/${PN}/plugins/${plugin}.hexplug"
-   done
-   # Desktop and icon files
-   domenu "${S}/dist/${PN}.desktop"
-   newicon -s scalable "${S}/resources/icon.svg" "${PN}.svg"
-   for i in 16 22 24 32 36 48 64 72 96 128 192 256 512; do
-   mkdir "${T}/${i}x${i}" || die
-   rsvg-convert -a -f png -w "${i}" -o "${T}/${i}x${i}/${PN}.png" 
"${S}/resources/icon.svg" || die
-   doicon -s "${i}" "${T}/${i}x${i}/${PN}.png"
-   done
-
-   if use python; then
-   installation() {
-   mypythondir="${D}/$(python_get_sitedir)/${PN}"
-   mkdir -p "${mypythondir}" || die
-   cp -r "${S}"/resources/lib/python/lib/* 
"${mypythondir}" || die
-   python_optimize "${mypythondir}"
-   }
-   python_foreach_impl installation
-   fi
-
-   # Install docs
-   einstalldocs
-
-   # Install patterns
-   insinto /usr/share/imhex
-   doins -r "${S_PATTERNS}"/*
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/

2022-09-07 Thread Rui Huang
commit: 71e281d115da9bdb59cfca587a61f8035f03a6e4
Author: Huang Rui  gmail  com>
AuthorDate: Thu Sep  8 03:54:38 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Thu Sep  8 03:54:38 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71e281d1

app-editors/imhex: improved ebuild and fix 866464

Improved ebuild, thanks @tastytea

Closes: https://bugs.gentoo.org/866464
Signed-off-by: Huang Rui  gmail.com>

 app-editors/imhex/imhex-1.22.0-r1.ebuild | 133 +++
 1 file changed, 133 insertions(+)

diff --git a/app-editors/imhex/imhex-1.22.0-r1.ebuild 
b/app-editors/imhex/imhex-1.22.0-r1.ebuild
new file mode 100644
index 0..6d16b8837
--- /dev/null
+++ b/app-editors/imhex/imhex-1.22.0-r1.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE="Release"
+CMAKE_MAKEFILE_GENERATOR="emake"
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit cmake desktop llvm python-r1 xdg
+
+DESCRIPTION="A hex editor for reverse engineers, programmers, and eyesight"
+HOMEPAGE="https://github.com/WerWolv/ImHex;
+SRC_URI="
+   
https://github.com/WerWolv/ImHex/releases/download/v${PV}/Full.Sources.tar.gz 
-> ${P}.tar.gz
+   
https://github.com/WerWolv/ImHex-Patterns/archive/refs/tags/ImHex-v${PV}.tar.gz 
-> ${PN}-patterns-${PV}.tar.gz
+"
+S="${WORKDIR}/ImHex"
+S_PATTERNS="${WORKDIR}/ImHex-Patterns-ImHex-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND="
+   python? ( ${PYTHON_DEPS} )
+   app-forensics/yara
+   >=dev-cpp/nlohmann_json-3.10.2
+   dev-libs/capstone
+   >=dev-libs/libfmt-8.0.0:=
+   dev-libs/openssl
+   dev-libs/tre
+   media-libs/freetype
+   media-libs/glfw
+   media-libs/glm
+   net-libs/libssh2
+   net-libs/mbedtls
+   net-misc/curl
+   sys-apps/dbus
+   sys-apps/file
+   sys-apps/xdg-desktop-portal
+   virtual/libiconv
+   virtual/libintl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   app-admin/chrpath
+   gnome-base/librsvg
+   sys-devel/llvm
+"
+
+src_prepare() {
+   default
+   # Due to network sandboxing, we can't do network test here.
+   sed -i \
+   -e 's/StoreAPI$/#StoreAPI/' \
+   -e 's/TipsAPI$/#TipsAPI/' \
+   -e 's/ContentAPI$/#ContentAPI/' \
+   "${S}/tests/helpers/CMakeLists.txt" || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   use python && python_setup
+
+   local mycmakeargs=(
+   -D CMAKE_SKIP_RPATH=ON \
+   -D IMHEX_IGNORE_BAD_CLONE=ON \
+   -D IMHEX_OFFLINE_BUILD=ON \
+   -D IMHEX_STRIP_RELEASE=OFF \
+   -D IMHEX_VERSION="${PV}" \
+   -D PROJECT_VERSION="${PV}" \
+   -D USE_SYSTEM_CAPSTONE=ON \
+   -D USE_SYSTEM_CURL=ON \
+   -D USE_SYSTEM_FMT=ON \
+   -D USE_SYSTEM_LLVM=ON \
+   -D USE_SYSTEM_NLOHMANN_JSON=ON \
+   -D USE_SYSTEM_YARA=ON
+   )
+   if use python; then
+   mycmakeargs+=( -D 
PYTHON_VERSION_MAJOR_MINOR="\"${EPYTHON/python/}\"" )
+   fi
+   cmake_src_configure
+}
+
+src_test() {
+   pushd "${BUILD_DIR}" || die
+   emake unit_tests
+   popd || die
+   cmake_src_test
+}
+
+src_install() {
+   # Can't use cmake_src_install, doing it manual
+   # Executable
+   dobin "${BUILD_DIR}/${PN}"
+   chrpath -d "${ED}/usr/bin/${PN}" || die
+   # Shared lib and plugins
+   dolib.so "${BUILD_DIR}"/lib/lib"${PN}"/lib"${PN}".so*
+   chrpath -d "${ED}"/usr/"$(get_libdir)"/lib"${PN}".so* || die
+   exeinto "/usr/$(get_libdir)/${PN}/plugins"
+   for plugin in builtin; do
+   doexe "${BUILD_DIR}/plugins/${plugin}.hexplug"
+   chrpath -d 
"${ED}/usr/$(get_libdir)/${PN}/plugins/${plugin}.hexplug" || die
+   done
+   # Desktop and icon files
+   domenu "${S}/dist/${PN}.desktop"
+   newicon -s scalable "${S}/resources/icon.svg" "${PN}.svg"
+   for i in 16 22 24 32 36 48 64 72 96 128 192 256 512; do
+   mkdir "${T}/${i}x${i}" || die
+   rsvg-convert -a -f png -w "${i}" -o "${T}/${i}x${i}/${PN}.png" 
"${S}/resources/icon.svg" || die
+   doicon -s "${i}" "${T}/${i}x${i}/${PN}.png"
+   done
+
+   if use python; then
+   installation() {
+   mypythondir="${D}/$(python_get_sitedir)/${PN}"
+   mkdir -p "${mypythondir}" || die
+   cp -r "${S}"/resources/lib/python/lib/* 
"${mypythondir}" || die
+   python_optimize "${mypythondir}"
+   }
+   python_foreach_impl installation
+   fi
+
+   # Install docs
+   einstalldocs
+
+   # Install patterns
+   insinto 

[gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/files/

2022-09-07 Thread Rui Huang
commit: cfebd162461cfd7abc2998e4a91db32a07e3c234
Author: Huang Rui  gmail  com>
AuthorDate: Thu Sep  8 04:13:53 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Thu Sep  8 04:13:53 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfebd162

app-editors/imhex/files: tree clean patches

Signed-off-by: Huang Rui  gmail.com>

 .../files/imhex-1.21.2-fix-build-with-clang.patch  | 26 -
 .../files/imhex-1.21.2-fix-compiler-check.patch| 44 ---
 ...mhex-1.21.2-fix-copy-elision-not-applying.patch | 25 -
 ...ex-1.21.2-fix-dedup-resources-directories.patch | 64 --
 .../files/imhex-1.21.2-fix-llvmdemangle.patch  | 20 ---
 .../files/imhex-1.21.2-fix-use-c-23-standard.patch | 26 -
 6 files changed, 205 deletions(-)

diff --git a/app-editors/imhex/files/imhex-1.21.2-fix-build-with-clang.patch 
b/app-editors/imhex/files/imhex-1.21.2-fix-build-with-clang.patch
deleted file mode 100644
index 86dc4ffce..0
--- a/app-editors/imhex/files/imhex-1.21.2-fix-build-with-clang.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 63d0b8a6e2abe14f4d1947cc9ef9b2905f117801 Mon Sep 17 00:00:00 2001
-From: KokaKiwi 
-Date: Sun, 14 Aug 2022 23:59:30 +0200
-Subject: [PATCH 2/3] makepkg: Fix build with clang
-
-clang does not support some C++20 features

- lib/libimhex/include/hex/data_processor/node.hpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/libimhex/include/hex/data_processor/node.hpp 
b/lib/libimhex/include/hex/data_processor/node.hpp
-index c5fcde80..1a5d9fde 100644
 a/lib/libimhex/include/hex/data_processor/node.hpp
-+++ b/lib/libimhex/include/hex/data_processor/node.hpp
-@@ -90,7 +90,7 @@ namespace hex::dp {
- 
- protected:
- [[noreturn]] void throwNodeError(const std::string ) {
--throw NodeError(this, message);
-+throw NodeError { this, message };
- }
- 
- std::vector getBufferOnInput(u32 index);
--- 
-2.37.2
-

diff --git a/app-editors/imhex/files/imhex-1.21.2-fix-compiler-check.patch 
b/app-editors/imhex/files/imhex-1.21.2-fix-compiler-check.patch
deleted file mode 100644
index 57a04849a..0
--- a/app-editors/imhex/files/imhex-1.21.2-fix-compiler-check.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From c5e69f9670f8b6e5d6f223c312807f2ecd204493 Mon Sep 17 00:00:00 2001
-From: KokaKiwi 
-Date: Sun, 14 Aug 2022 23:01:45 +0200
-Subject: [PATCH 1/3] makepkg: Fix compiler check
-

- cmake/build_helpers.cmake | 12 
- 1 file changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/cmake/build_helpers.cmake b/cmake/build_helpers.cmake
-index e46ffa5e..c7aa712c 100644
 a/cmake/build_helpers.cmake
-+++ b/cmake/build_helpers.cmake
-@@ -344,7 +344,7 @@ function(verifyCompiler)
- message(FATAL_ERROR "ImHex requires GCC 12.0.0 or newer. Please use 
the latest GCC version.")
- elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND 
CMAKE_CXX_COMPILER_VERSION VERSION_LESS "14.0.0")
- message(FATAL_ERROR "ImHex requires Clang 14.0.0 or newer. Please use 
the latest Clang version.")
--elseif (NOT CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND 
CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
-+elseif (NOT (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR 
CMAKE_CXX_COMPILER_ID STREQUAL "Clang"))
- message(FATAL_ERROR "ImHex can only be compiled with GCC or Clang. 
${CMAKE_CXX_COMPILER_ID} is not supported.")
- endif()
- endfunction()
-@@ -384,10 +384,14 @@ function(downloadImHexPatternsFiles dest)
- endfunction()
- 
- macro(setupCompilerWarnings target)
--set(IMHEX_COMMON_FLAGS "-Wall -Wextra -Werror")
--set(IMHEX_C_FLAGS "${IMHEX_COMMON_FLAGS} -Wno-restrict 
-Wno-stringop-overread")
-+set(IMHEX_COMMON_FLAGS "")
-+set(IMHEX_C_FLAGS "${IMHEX_COMMON_FLAGS}")
-+
-+if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
-+set(IMHEX_C_FLAGS "${IMHEX_C_FLAGS} -Wno-restrict 
-Wno-stringop-overread")
-+endif()
- 
- set(CMAKE_C_FLAGS"${CMAKE_C_FLAGS}${IMHEX_C_FLAGS}")
- set(CMAKE_CXX_FLAGS  "${CMAKE_CXX_FLAGS}  ${IMHEX_C_FLAGS}")
- set(CMAKE_OBJC_FLAGS "${CMAKE_OBJC_FLAGS} ${IMHEX_COMMON_FLAGS}")
--endmacro()
-\ No newline at end of file
-+endmacro()
--- 
-2.37.2
-

diff --git 
a/app-editors/imhex/files/imhex-1.21.2-fix-copy-elision-not-applying.patch 
b/app-editors/imhex/files/imhex-1.21.2-fix-copy-elision-not-applying.patch
deleted file mode 100644
index e4606a626..0
--- a/app-editors/imhex/files/imhex-1.21.2-fix-copy-elision-not-applying.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 90241ef46d52fb00f3941b526a9b4d20d9170ef0 Mon Sep 17 00:00:00 2001
-From: WerWolv 
-Date: Thu, 18 Aug 2022 00:23:31 +0200
-Subject: [PATCH 1/2] fix: Copy elision not applying
-

- lib/source/pl/core/evaluator.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/source/pl/core/evaluator.cpp 
b/lib/source/pl/core/evaluator.cpp
-index 37e7168..0bc9133 100644
 

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

2022-09-07 Thread Sam James
commit: 9c8287f5a83618dc529785972e3ffe188ba775c7
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 03:55:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 03:56:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8287f5

net-libs/libsmi: update EAPI 7 -> 8, drop static-libs, update HOMEPAGE

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

 net-libs/libsmi/libsmi-0.5.0-r2.ebuild | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild 
b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
index 1473aeacf5c6..2769b75bce56 100644
--- a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
+++ b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
@@ -1,26 +1,21 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="A Library to Access SMI MIB Information"
-HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/;
+HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/ 
https://gitlab.ibr.cs.tu-bs.de/nm/libsmi;
 SRC_URI="https://www.ibr.cs.tu-bs.de/projects/libsmi/download/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
-IUSE="static-libs"
 RESTRICT="test"
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.5.0-implicit-function-declarations.patch
 )
 
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
 src_test() {
# sming test is known to fail and some other fail if LC_ALL!=C:
# https://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html



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

2022-09-07 Thread Sam James
commit: 2360d9ea66979cfa5aa408ea50928074ce7ab8af
Author: Nicholas Vinson  gmail  com>
AuthorDate: Thu Sep  8 03:54:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 03:56:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2360d9ea

net-libs/libsmi: fix build with Clang 15 (implicit function declarations)

Signed-off-by: Nicholas Vinson  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 ...bsmi-0.5.0-implicit-function-declarations.patch | 74 ++
 net-libs/libsmi/libsmi-0.5.0-r2.ebuild | 38 +++
 2 files changed, 112 insertions(+)

diff --git 
a/net-libs/libsmi/files/libsmi-0.5.0-implicit-function-declarations.patch 
b/net-libs/libsmi/files/libsmi-0.5.0-implicit-function-declarations.patch
new file mode 100644
index ..f0d52e4ae000
--- /dev/null
+++ b/net-libs/libsmi/files/libsmi-0.5.0-implicit-function-declarations.patch
@@ -0,0 +1,74 @@
+From: Nicholas Vinson 
+To: lib...@ibr.cs.tu-bs.de
+Cc: Nicholas Vinson 
+Subject: Implicit function declaration patch
+
+When building libsmi with clang 15.0.0, clang fails to build due to
+errors similar to:
+
+call to undeclared function 'smiyyerror'; ISO C99 and later do not support
+implicit function declarations
+
+This patch corrects those issues by introducing the needed
+declarations defore the function call.
+
+Thanks,
+Nicholas Vinson
+
+--- a/lib/yang-data.h
 b/lib/yang-data.h
+@@ -158,10 +158,12 @@ _YangIdentifierRef  *listIdentifierRef(Y
+ /*
+  *  Node and Module functions
+  */
+ _YangNode *addYangNode(const char *value, YangDecl nodeKind, _YangNode 
*parentPtr);
+ 
++void createIdentifierRef(_YangNode *node, char* prefix, char* ident);
++
+ int removeYangNode(_YangNode* target, _YangNode* child);
+ 
+ _YangModuleInfo *createModuleInfo(_YangNode *modulePtr);
+ 
+ void createTypeInfo(_YangNode *node);
+--- a/lib/parser-yang.y
 b/lib/parser-yang.y
+@@ -19,10 +19,15 @@
+ #include 
+ 
+ #ifdef BACKEND_YANG
+ 
+ #define _ISOC99_SOURCE
++/* define _DEFAULT_SOURCE to get timegm() */
++#define _DEFAULT_SOURCE 1
++/* define _BSD_SOURCE & _SVID_SOURCE for backwards compatibility */
++#define _BSD_SOURCE 1
++#define _SVID_SOURCE 1
+ #include 
+ #include 
+ #include 
+ #include 
+ #include 
+@@ -44,10 +44,11 @@
+ #include "parser-yang.h"
+ #include "scanner-yang.h"
+ #include "yang-complex-types.h"
+ #include "util.h"
+ #include "error.h"
++#include "yang-check.h"
+ 
+ #ifdef HAVE_DMALLOC_H
+ #include 
+ #endif
+ 
+--- a/lib/error.h
 b/lib/error.h
+@@ -40,6 +40,8 @@ extern char* smiGetErrorMsg(int id);
+ 
+ extern void smiPrintError(Parser *parser, int id, ...);
+ 
+ extern void smiPrintErrorAtLine(Parser *parser, int id, int line, ...);
+ 
++#include "smi-check.h"
++
+ #endif /* _ERROR_H */
+

diff --git a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild 
b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
new file mode 100644
index ..1473aeacf5c6
--- /dev/null
+++ b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A Library to Access SMI MIB Information"
+HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/;
+SRC_URI="https://www.ibr.cs.tu-bs.de/projects/libsmi/download/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+IUSE="static-libs"
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.0-implicit-function-declarations.patch
+)
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_test() {
+   # sming test is known to fail and some other fail if LC_ALL!=C:
+   # https://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html
+   sed -i '/^[[:space:]]*smidump-sming.test \\$/d' test/Makefile
+   LC_ALL=C emake -j1 check
+}
+
+src_install() {
+   default
+
+   dodoc ANNOUNCE ChangeLog README THANKS TODO \
+   doc/{*.txt,smi.dia,smi.dtd,smi.xsd} smi.conf-example
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2022-09-07 Thread Sam James
commit: 5bb4ab11c6996ec5f51871e8893d36a850a04cce
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 03:31:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 03:31:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb4ab11

net-misc/dhcp: Stabilize 4.4.3-r1 x86, #869125

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

 net-misc/dhcp/dhcp-4.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcp/dhcp-4.4.3-r1.ebuild 
b/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
index 2801ce4b720f..694fd5c64899 100644
--- a/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
+++ b/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz
 
 LICENSE="MPL-2.0 BSD SSLeay GPL-2" # GPL-2 only for init script
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+client ipv6 ldap selinux +server ssl vim-syntax"
 
 DEPEND="



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

2022-09-07 Thread Sam James
commit: cf1d26fb3e3f3f512d8febc3bd1eb60fe7982506
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 03:31:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 03:31:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1d26fb

net-im/gajim: Stabilize 1.4.7 amd64, #868690

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

 net-im/gajim/gajim-1.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/gajim/gajim-1.4.7.ebuild b/net-im/gajim/gajim-1.4.7.ebuild
index b9ec7f21e3dc..c87ec070e64e 100644
--- a/net-im/gajim/gajim-1.4.7.ebuild
+++ b/net-im/gajim/gajim-1.4.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://gajim.org/downloads/$(ver_cut 
1-2)/${P/_p/-}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 IUSE="+crypt geolocation jingle omemo remote rst +spell upnp +webp"
 S="${WORKDIR}/${P%_p2}"
 



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

2022-09-07 Thread Sam James
commit: 748cf94546eed557232b2180d2554b6a7d821906
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 03:31:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 03:31:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748cf945

net-misc/dhcp: Stabilize 4.4.3-r1 amd64, #869125

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

 net-misc/dhcp/dhcp-4.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcp/dhcp-4.4.3-r1.ebuild 
b/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
index 0cd58207062a..2801ce4b720f 100644
--- a/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
+++ b/net-misc/dhcp/dhcp-4.4.3-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz
 
 LICENSE="MPL-2.0 BSD SSLeay GPL-2" # GPL-2 only for init script
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+client ipv6 ldap selinux +server ssl vim-syntax"
 
 DEPEND="



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

2022-09-07 Thread Sam James
commit: c9c6ed9355576ee71fee1988a08ec9258162a1d4
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 03:17:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 03:17:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c6ed93

dev-util/gperf: fix strncmp declaration

Closes: https://bugs.gentoo.org/869134
Signed-off-by: Sam James  gentoo.org>

 .../files/gperf-3.1-strncmp-decl-mismatch.patch| 28 ++
 dev-util/gperf/gperf-3.1-r1.ebuild | 24 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-util/gperf/files/gperf-3.1-strncmp-decl-mismatch.patch 
b/dev-util/gperf/files/gperf-3.1-strncmp-decl-mismatch.patch
new file mode 100644
index ..67380fb0279c
--- /dev/null
+++ b/dev-util/gperf/files/gperf-3.1-strncmp-decl-mismatch.patch
@@ -0,0 +1,28 @@
+https://bugs.gentoo.org/869134
+
+From 09844ce4ca3d5975469640cea9c5414d5c0baa44 Mon Sep 17 00:00:00 2001
+From: Bruno Haible 
+Date: Thu, 8 Sep 2022 04:45:03 +0200
+Subject: [PATCH] Fix a warning regarding strncmp.
+
+Reported by Sam James in .
+
+* lib/getopt.c (strncmp): Declare with a prototype.
+--- a/lib/getopt.c
 b/lib/getopt.c
+@@ -194,7 +194,6 @@ static char *posixly_correct;
+whose names are inconsistent.  */
+ 
+ extern char *getenv ();
+-extern int strncmp ();
+ 
+ static char *
+ my_index (const char *str, int chr)
+@@ -209,6 +208,7 @@ my_index (const char *str, int chr)
+ }
+ 
+ extern int strcmp (const char *, const char *);
++extern int strncmp (const char *, const char *, size_t);
+ extern size_t strlen (const char *);
+ 
+ #endif /* not __GNU_LIBRARY__ */

diff --git a/dev-util/gperf/gperf-3.1-r1.ebuild 
b/dev-util/gperf/gperf-3.1-r1.ebuild
new file mode 100644
index ..bdabce4d841e
--- /dev/null
+++ b/dev-util/gperf/gperf-3.1-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A perfect hash function generator"
+HOMEPAGE="https://www.gnu.org/software/gperf/;
+SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-strncmp-decl-mismatch.patch
+)
+
+src_prepare() {
+   sed -i \
+   -e "/^CPPFLAGS /s:=:+=:" \
+   */Makefile.in || die #444078
+
+   default
+}



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

2022-09-07 Thread Sam James
commit: 73082f16971e673dbb742df81524d8036a1ba7d0
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 01:54:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 01:54:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73082f16

net-misc/openssh: fix implicit function declarations

Unlike normal missing includes, implicit function declaration
fixes require a revbump as they can affect code generation.

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

 ...enssh-9.0_p1-implicit-func-decl-vsnprintf.patch |  32 ++
 net-misc/openssh/openssh-9.0_p1-r3.ebuild  | 486 +
 2 files changed, 518 insertions(+)

diff --git 
a/net-misc/openssh/files/openssh-9.0_p1-implicit-func-decl-vsnprintf.patch 
b/net-misc/openssh/files/openssh-9.0_p1-implicit-func-decl-vsnprintf.patch
new file mode 100644
index ..c3a464eb3fe8
--- /dev/null
+++ b/net-misc/openssh/files/openssh-9.0_p1-implicit-func-decl-vsnprintf.patch
@@ -0,0 +1,32 @@
+https://github.com/openssh/openssh-portable/pull/339
+
+From a15d08a25f1ccc3ee803dfe790cc1f608651464c Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Thu, 8 Sep 2022 02:49:29 +0100
+Subject: [PATCH] openbsd-compat/bsd-asprintf: add  include for
+ vsnprintf
+
+Fixes the following build failure with Clang 15 on musl:
+```
+bsd-asprintf.c:51:8: error: call to undeclared library function 'vsnprintf' 
with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'; 
ISO C99 and laterclang -O2 -pipe -fdiagnostics-color=always 
-frecord-gcc-switches -pipe -Wunknown-warning-option -Qunused-arguments -Wall 
-Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security 
-Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result 
-Wmisleading-indentation -Wbitwise-instead-of-logical -fno-strict-aliasing 
-mretpoline  -ftrapv -fzero-call-used-regs=all -fno-builtin-memset 
-fstack-protector-strong -fPIE   -I. -I.  -D_XOPEN_SOURCE=600 -D_BSD_SOURCE 
-D_DEFAULT_SOURCE -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" 
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" 
-D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" 
-D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" 
-D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\" 
-D_PATH_SSH_SK_HELPER=\"/usr/lib/misc/ssh-sk-helper\" -D_PA
 TH_SSH_PIDDIR=\"/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" 
-DHAVE_CONFIG_H -c cipher-aes.c -o cipher-aes.o
+ do not support
+  implicit function declarations [-Wimplicit-function-declaration]
+ret = vsnprintf(string, INIT_SZ, fmt, ap2);
+  ^
+bsd-asprintf.c:51:8: note: include the header  or explicitly provide 
a declaration for 'vsnprintf'
+1 error generated.
+```
+
+See also: 
https://lists.mindrot.org/pipermail/openssh-unix-dev/2019-June/037811.html
+See also: 73eb6cef41daba0359c1888e4756108d41b4e819
+--- a/openbsd-compat/bsd-asprintf.c
 b/openbsd-compat/bsd-asprintf.c
+@@ -32,6 +32,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #define INIT_SZ   128
+

diff --git a/net-misc/openssh/openssh-9.0_p1-r3.ebuild 
b/net-misc/openssh/openssh-9.0_p1-r3.ebuild
new file mode 100644
index ..fb65bd3d8b54
--- /dev/null
+++ b/net-misc/openssh/openssh-9.0_p1-r3.ebuild
@@ -0,0 +1,486 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user-info flag-o-matic autotools pam systemd toolchain-funcs verify-sig
+
+# Make it more portable between straight releases
+# and _p? releases.
+PARCH=${P/_}
+
+# PV to USE for HPN patches
+#HPN_PV="${PV^^}"
+HPN_PV="8.5_P1"
+
+HPN_VER="15.2"
+HPN_PATCHES=(
+   ${PN}-${HPN_PV/./_}-hpn-DynWinNoneSwitch-${HPN_VER}.diff
+   ${PN}-${HPN_PV/./_}-hpn-AES-CTR-${HPN_VER}.diff
+   ${PN}-${HPN_PV/./_}-hpn-PeakTput-${HPN_VER}.diff
+)
+
+SCTP_VER="1.2"
+SCTP_PATCH="${PARCH}-sctp-${SCTP_VER}.patch.xz"
+X509_VER="13.4.1"
+X509_PATCH="${PARCH}+x509-${X509_VER}.diff.gz"
+
+DESCRIPTION="Port of OpenBSD's free SSH release"
+HOMEPAGE="https://www.openssh.com/;
+SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   ${SCTP_PATCH:+sctp? ( 
https://dev.gentoo.org/~chutzpah/dist/openssh/${SCTP_PATCH} )}
+   ${HPN_VER:+hpn? ( $(printf 
"mirror://sourceforge/project/hpnssh/Patches/HPN-SSH%%20${HPN_VER/./v}%%20${HPN_PV/_P/p}/%s\n"
 "${HPN_PATCHES[@]}") )}
+   ${X509_PATCH:+X509? ( 
https://roumenpetrov.info/openssh/x509-${X509_VER}/${X509_PATCH} )}
+   verify-sig? ( mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz.asc )
+"
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/openssh.org.asc
+S="${WORKDIR}/${PARCH}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+# Probably want to drop ssl defaulting to on in a future 

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

2022-09-07 Thread Ronny Gutbrod
commit: b1786ca8f81dbcfcbc2350a23053fcd349c866cb
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Sep  7 21:16:43 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 21:16:43 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1786ca8

mail-client/mailspring-bin: version bump to 1.10.5

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 mail-client/mailspring-bin/Manifest|  1 +
 .../mailspring-bin/mailspring-bin-1.10.5.ebuild| 62 ++
 2 files changed, 63 insertions(+)

diff --git a/mail-client/mailspring-bin/Manifest 
b/mail-client/mailspring-bin/Manifest
index 8c938ffe6..f6b230442 100644
--- a/mail-client/mailspring-bin/Manifest
+++ b/mail-client/mailspring-bin/Manifest
@@ -1,2 +1,3 @@
 DIST mailspring-1.10.3-amd64.deb 98695864 BLAKE2B 
dfd5009dbfe751d982c6556e90d13e56036e515178013f23666f408a2765639fef201b90569416eefa28be84cce991ed993f15a1d078956780b8141a4d487502
 SHA512 
d4a8f806baef8f076913b780d4b05041358fff270d62f846224c878ca9d270c0278c238ae73780d0f35e38c6d63b4e15b87ba5dba4b26984e734bbe9945bc997
+DIST mailspring-1.10.5-amd64.deb 101232116 BLAKE2B 
98ddf9034e00bf1661dec0c523f1dacb894a47e14237b658c38f1cdb5085d7b1c784caa8f8047eadbf9196f7883cdea33e8393f87066bdda078b10ed07537d49
 SHA512 
bfb9aecd62f03a511e409febfa84a460a9e03c7912bcd4c21f89c6ba4c5f11a5c31ea88c302499ec6fe66d2052cfce50b2868acd171e421bd5f3930f10694e8f
 DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 
58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498
 SHA512 
e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3

diff --git a/mail-client/mailspring-bin/mailspring-bin-1.10.5.ebuild 
b/mail-client/mailspring-bin/mailspring-bin-1.10.5.ebuild
new file mode 100644
index 0..0cf65eaab
--- /dev/null
+++ b/mail-client/mailspring-bin/mailspring-bin-1.10.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker xdg
+
+DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, 
Windows and Linux"
+HOMEPAGE="https://getmailspring.com/;
+SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb;
+S="${WORKDIR}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-crypt/libsecret
+   app-crypt/mit-krb5
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-libs/openssl-compat:1.0.0
+   gnome-base/gvfs
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-devel/libtool
+   sys-libs/db:5.3
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon
+   x11-libs/libXrandr
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+
+src_unpack(){
+   unpack_deb ${A}
+}
+
+src_install(){
+   cp -R "${S}"/* "${D}" || die "Installing binary files failed"
+   mv "${D}/usr/share/doc/mailspring" "${D}/usr/share/doc/${PF}" || die
+   mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die
+}



[gentoo-commits] repo/proj/guru:master commit in: media-libs/imgui/files/, media-libs/imgui/

2022-09-07 Thread Ronny Gutbrod
commit: 3dbd028826ddaa32b5da8af35bc848ac93f98a68
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Sep  7 17:26:09 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 17:26:09 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dbd0288

media-libs/imgui: 1.81: fix ebuild

wrapdb's meson.build file needs some tweaks so the library gets
properly installed.

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 .../imgui/files/imgui-1.81-wrapdb-meson-fix.patch  | 45 ++
 media-libs/imgui/imgui-1.81.ebuild |  4 ++
 2 files changed, 49 insertions(+)

diff --git a/media-libs/imgui/files/imgui-1.81-wrapdb-meson-fix.patch 
b/media-libs/imgui/files/imgui-1.81-wrapdb-meson-fix.patch
new file mode 100644
index 0..a80319e9c
--- /dev/null
+++ b/media-libs/imgui/files/imgui-1.81-wrapdb-meson-fix.patch
@@ -0,0 +1,45 @@
+# Meson wrapdb's meson.build file doesn't handle installing the library, we 
patch that here
+
+diff --git a/meson.build b/imgui-1.81-meson.build
+index 3343dd4ad..804f84227 100644
+--- a/meson.build
 b/imgui-1.81-meson.build
+@@ -80,6 +80,38 @@ imgui = library('imgui',
+ sources,
+ dependencies: dependencies,
+ include_directories: include_dirs,
++version: meson.project_version(),
++install: true
+ )
+
++pkg_mod = import('pkgconfig')
++pkg_mod.generate(imgui,
++  description : 'Dear ImGui: Bloat-free Graphical User interface for C++ with 
minimal dependencies'
++)
++
++install_headers(
++'imconfig.h',
++'imgui.h',
++'imgui_internal.h',
++'imstb_rectpack.h',
++'imstb_textedit.h',
++'imstb_truetype.h',
++'backends/imgui_impl_dx9.h',
++'backends/imgui_impl_osx.h',
++'backends/imgui_impl_sdl.h',
++'backends/imgui_impl_dx10.h',
++'backends/imgui_impl_dx11.h',
++'backends/imgui_impl_dx12.h',
++'backends/imgui_impl_glfw.h',
++'backends/imgui_impl_glut.h',
++'backends/imgui_impl_wgpu.h',
++'backends/imgui_impl_metal.h',
++'backends/imgui_impl_win32.h',
++'backends/imgui_impl_vulkan.h',
++'backends/imgui_impl_opengl2.h',
++'backends/imgui_impl_opengl3.h',
++'backends/imgui_impl_allegro5.h',
++'backends/imgui_impl_marmalade.h',
++subdir: 'imgui')
++
+ imgui_dep = declare_dependency(include_directories: include_dirs, link_with: 
imgui)

diff --git a/media-libs/imgui/imgui-1.81.ebuild 
b/media-libs/imgui/imgui-1.81.ebuild
index 3ff8437c9..22929f29b 100644
--- a/media-libs/imgui/imgui-1.81.ebuild
+++ b/media-libs/imgui/imgui-1.81.ebuild
@@ -40,6 +40,10 @@ BDEPEND="
app-arch/unzip
 "
 
+PATCHES=(
+   "${FILESDIR}/imgui-1.81-wrapdb-meson-fix.patch"
+)
+
 src_unpack() {
default
 



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

2022-09-07 Thread Ronny Gutbrod
commit: 61d9aa9cd7b75359816e8b858d630387409de7d8
Author: Viorel Munteanu  gmail  com>
AuthorDate: Wed Sep  7 07:42:34 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 07:42:34 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61d9aa9c

app-misc/fastfetch: add 1.7.0

Signed-off-by: Viorel Munteanu  gmail.com>

 app-misc/fastfetch/Manifest   |  1 +
 app-misc/fastfetch/fastfetch-1.7.0.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index cf1572ed2..572de412c 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1 +1,2 @@
 DIST fastfetch-1.6.5.tar.gz 350944 BLAKE2B 
51ef09e23656af1368be49b88f83a80d7028184f2dedeec7a392dfd4c578cf9d50ca29d40bae7b6856e733dad4da30525c33aae5ec5e6ab9d7eaeb9d43f72697
 SHA512 
795d0a23ebe09162f22db985c67e9ffbc6772765ee8b052a6fa78fd61ec12651e45932ab17247876545065c40f57040d90f7117cb991c78f84271141c7bff3e5
+DIST fastfetch-1.7.0.tar.gz 423699 BLAKE2B 
cc48b6b0cc1b04049d864d5d2a15cff8cca2e8e7cec9929d919e5fc5149fed55edaba520227c53ae3b0ab4633a65ce5cd590f75948256c228dd69fd9dae3c57b
 SHA512 
ac5fde8a7920e6381c3636b1e39a4cf3abe665eb2a3a895d4ee72d269defc49c61ef796708fe8f60a6e48e02265bd4ab79eea9bcf0528f8cba46ec7a8bd3947e

diff --git a/app-misc/fastfetch/fastfetch-1.7.0.ebuild 
b/app-misc/fastfetch/fastfetch-1.7.0.ebuild
new file mode 100644
index 0..0160c0a49
--- /dev/null
+++ b/app-misc/fastfetch/fastfetch-1.7.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Like neofetch but faster"
+HOMEPAGE="https://github.com/LinusDierheimer/fastfetch;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/LinusDierheimer/fastfetch.git;
+else
+   
SRC_URI="https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan 
wayland xcb xfce xrandr"
+
+# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
+RDEPEND="
+   sys-libs/zlib
+   X? ( x11-libs/libX11 )
+   chafa? ( media-gfx/chafa )
+   dbus? ( sys-apps/dbus )
+   gnome? (
+   dev-libs/glib
+   gnome-base/dconf
+   )
+   imagemagick? ( media-gfx/imagemagick:= )
+   opencl? ( virtual/opencl )
+   opengl? ( media-libs/libglvnd[X] )
+   osmesa? ( media-libs/mesa[osmesa] )
+   pci? ( sys-apps/pciutils )
+   sqlite? ( dev-db/sqlite:3 )
+   vulkan? ( media-libs/vulkan-loader )
+   wayland? ( dev-libs/wayland )
+   xcb? ( x11-libs/libxcb )
+   xfce? ( xfce-base/xfconf )
+   xrandr? ( x11-libs/libXrandr )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+REQUIRED_USE="
+   xrandr? ( X )
+   chafa? ( imagemagick )
+"
+
+src_configure() {
+   local fastfetch_enable_imagemagick7=no
+   local fastfetch_enable_imagemagick6=no
+   if use imagemagick; then
+   fastfetch_enable_imagemagick7=$(has_version 
'>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
+   fastfetch_enable_imagemagick6=$(has_version 
'

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

2022-09-07 Thread Ronny Gutbrod
commit: 40533cc0b25627c2d4e2f90143fa6f9f4e6c1e43
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Sep  7 20:54:32 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 20:55:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40533cc0

games-util/mangohud: improve ebuilds + add 0.6.8 and 

Fixed pkgcheck warnings

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 games-util/mangohud/Manifest   |  1 +
 games-util/mangohud/mangohud-0.6.6.1-r3.ebuild |  6 ++--
 games-util/mangohud/mangohud-0.6.7.1.ebuild|  6 ++--
 ...hud-0.6.6.1-r3.ebuild => mangohud-0.6.8.ebuild} | 40 --
 ...ohud-0.6.6.1-r3.ebuild => mangohud-.ebuild} | 40 --
 5 files changed, 49 insertions(+), 44 deletions(-)

diff --git a/games-util/mangohud/Manifest b/games-util/mangohud/Manifest
index 16dbf2e48..97ecf7cc5 100644
--- a/games-util/mangohud/Manifest
+++ b/games-util/mangohud/Manifest
@@ -2,3 +2,4 @@ DIST imgui-1.81-1-meson-wrap.zip 1850 BLAKE2B 
325f84fd57a896ec9aceb83a54752e8dba
 DIST imgui-1.81.tar.gz 1413443 BLAKE2B 
6f2e63777821b2767da92d9f40f4de7b4313c38817413e959e612c0ce67701645cf29f0748a3b86cfbd41e0b4b2c8099e9a0ca786c637ca1661fffd7b0de0629
 SHA512 
d7a2b66dea77359f78068a595607d7668e09ddd0b91910f67fc6463cb920b91b0cc1855984bd4d41e6a880b69ca7cd5e3adc064dcf461c0629b9f8c845a4fc3e
 DIST mangohud-0.6.6.1.tar.gz 14839055 BLAKE2B 
e0e27e62bf688b80611461ecab1bf4cf2c39f8359a9dc2cc1362555bfca55db30a72684da4e07e03970d8e5dee1d26f1d7a1fa30ff47aa86ec653dba273f24cf
 SHA512 
c097dede7e534641f12a9c7f0a2ce049611e17732c7d232251b38d5c50bbcee53b2b22e548ff27f514fa57a45c563d883a1a9382c2c0ee9ac6832a2775e8f221
 DIST mangohud-0.6.7.1.tar.gz 14834501 BLAKE2B 
6fdd91309531f32d663a0bec4f3edd26095781290ce40294f4ea87297855ce210efbc57443710aa180652bc555887519a12166c76dec19cdf3037bbdc384db15
 SHA512 
7d5250cc6a50215430cc79c7d11ad18219be374966383ab3f6cba9626fa045c973245d74bc32d75649adebf0fdc7acd086f5afdf5e1708e35da1f7a920a54f1d
+DIST mangohud-0.6.8.tar.gz 14844076 BLAKE2B 
0da41ecac5e608e755cd1f3bbb3cff698e55a59adb3a5e5c42d1b8b19b1c0666c572016c29db11992ff72abaa80b756bbd50687ce17409380e89a2554f13dee1
 SHA512 
c2344c21dedebce0c56e88db476177eef29bab9e418a3c5ba13d1059d81f3ee23718e2f9257e32f9f62dcaf6554c65cbf36dac691b2bb3c355def2c9de0a52cc

diff --git a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild 
b/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
index 99f91b86a..9dc290fbc 100644
--- a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
+++ b/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1 meson
 
@@ -67,11 +67,11 @@ S="${WORKDIR}/MangoHud-${PV}"
 
 src_unpack() {
default
-   [[ -n "${MY_PV_REV}" ]] && ( mv 
${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV} ${WORKDIR}/MangoHud-${PV} || die )
+   [[ -n "${MY_PV_REV}" ]] && ( mv 
"${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )
 
unpack imgui-${IMGUI_VER}.tar.gz
unpack imgui-${IMGUI_VER}-${IMGUI_MESON_WRAP_VER}-meson-wrap.zip
-   mv ${WORKDIR}/imgui-${IMGUI_VER} ${S}/subprojects/imgui || die
+   mv "${WORKDIR}/imgui-${IMGUI_VER}" "${S}/subprojects/imgui" || die
 }
 
 src_configure() {

diff --git a/games-util/mangohud/mangohud-0.6.7.1.ebuild 
b/games-util/mangohud/mangohud-0.6.7.1.ebuild
index 3e0b6e177..71d738e08 100644
--- a/games-util/mangohud/mangohud-0.6.7.1.ebuild
+++ b/games-util/mangohud/mangohud-0.6.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1 meson
 
@@ -69,11 +69,11 @@ S="${WORKDIR}/MangoHud-${PV}"
 
 src_unpack() {
default
-   [[ -n "${MY_PV_REV}" ]] && ( mv 
${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV} ${WORKDIR}/MangoHud-${PV} || die )
+   [[ -n "${MY_PV_REV}" ]] && ( mv 
"${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )
 
unpack imgui-${IMGUI_VER}.tar.gz
unpack imgui-${IMGUI_VER}-${IMGUI_MESON_WRAP_VER}-meson-wrap.zip
-   mv ${WORKDIR}/imgui-${IMGUI_VER} ${S}/subprojects/imgui || die
+   mv "${WORKDIR}/imgui-${IMGUI_VER}" "${S}/subprojects/imgui" || die
 }
 
 src_configure() {

diff --git a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild 
b/games-util/mangohud/mangohud-0.6.8.ebuild
similarity index 65%
copy from games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
copy to games-util/mangohud/mangohud-0.6.8.ebuild
index 99f91b86a..0325714a5 100644
--- a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
+++ b/games-util/mangohud/mangohud-0.6.8.ebuild
@@ -3,26 +3,23 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1 meson
 
 MY_PV=$(ver_cut 1-3)
 [[ -n "$(ver_cut 4)" ]] && MY_PV_REV="-$(ver_cut 4)"
 
-IMGUI_VER="1.81"
-IMGUI_MESON_WRAP_VER="1"
-
 DESCRIPTION="A Vulkan and OpenGL overlay 

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

2022-09-07 Thread Ronny Gutbrod
commit: ca635ce21757c8f2e0453215b9a2bf0077e656e0
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 04:34:48 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 04:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca635ce2

sci-electronics/verible: drop 0.0.2152

Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/verible/Manifest|   9 ---
 sci-electronics/verible/verible-0.0.2152.ebuild | 103 
 2 files changed, 112 deletions(-)

diff --git a/sci-electronics/verible/Manifest b/sci-electronics/verible/Manifest
index b9b8f19f6..7c62a5852 100644
--- a/sci-electronics/verible/Manifest
+++ b/sci-electronics/verible/Manifest
@@ -1,4 +1,3 @@
-DIST abseil-cpp-20211102.0.zip 2697209 BLAKE2B 
0e1ddcdd55a606d3899e120b75fe36e88bf188ea4ee3f13d510ea9a13cf97fe5bfe28ebd7a689d018d91e8d78786d102b20a35150d5eba5942b74b09eaa14e2d
 SHA512 
a1e90ddc66ca2f97d49655fe3aeeaf8fb30f990da415bbeb5413fe064d753a97be4beeef9fa387a3e576b2fc3672b996279ec9ee0c43f3e6302faa5cefc21b70
 DIST abseil-cpp-20220623.0.zip 2779034 BLAKE2B 
6a8e3e22de7bd3a14cf0659acaef4040916bb650d6f0cb2f84ecdb3309b4e62e99f686f47c554b123e2f683e3752b42fedbf8a2bc1f5c6356874b7856e325260
 SHA512 
468c6c8092f1eaeb83ec5ce191a61605eac654fca6c25839642c69a2a27de47484bf5d5b2d0db49eb37b807e1ee5fc9bdd4609e02075dd4d2f5b5d35b5eda5b9
 DIST abseil-py-1.2.0.tar.gz 219456 BLAKE2B 
ec7d878692dcf0cbe879cd7df51bc1b8ceeae945b053419b4a024a637e726064128af69fe077a26413f8562dd4a35830b340d000a6c9d520c7674b81a7e417ae
 SHA512 
f363814ed65a68ae4bfd833dc095491349349e70327c0a87ad68ddc3b8429dacc78aaa16d2ff0d733487a12a2ab09094d4ccd1c1133981f65c12d3715cee410d
 DIST anytree-2.8.0.tar.gz 186963 BLAKE2B 
dcdbbf47c8c20b36d7ec72f29c09447c7f3d31366980ca588e082936d3ba2c4c7b0cf6b42747e373a238cd4a10a31ac2894ccf32fc44e11052b59a28b71fd1e3
 SHA512 
73ad57960c25d9fd31b001a5ff2f0e67c4d45db00ff2f9aec090c7a3c4028630b0242f5ae18e58a8374f4aacb4f0bad24ce61cc97fc573aaca623a0b64a85894
@@ -8,36 +7,28 @@ DIST bazel-toolchains-3.4.0.tar.gz 957871 BLAKE2B 
f270666b9fea5e79e0d579845a4c82
 DIST bazel_coverage_output_generator-v2.5.zip 4221347 BLAKE2B 
47d1500c2c5852b332cf67d80d4b08d931727d54cf0ff84c244a6416f71f7e5a24fbb38112e877f84523eb33eae218dff569d14b3d3a5d6238f0740882a1fb8f
 SHA512 
187bd22741084c8aff99796655b2dc23780cf0c92b0aa7e995a7e767e62b39a566c0fc74475c75f2fe3366f442a0e022f24110017c076694aa4abd50564ec3fa
 DIST bazel_java_tools-v11.6.zip 44622284 BLAKE2B 
5b4e056d107577d309dc925e79e80008b79e1a7c668b6e94ed61026e11b5a5edbe4bb558f8232c71827c103f409c5bc830bb77d27a28146ee982db46b4c7f0c8
 SHA512 
182499686b2bb14a3dc98ce84892c0587c7fbc4fd0a81caf9199b401e98b9cf47fd8de048f025b963b60d024c6475f8d73e95a90b6c868a156fdf820ea66e718
 DIST bazel_java_tools_linux-v11.6.zip 1356227 BLAKE2B 
b8c901da12cb3311628edc6191a7020b0fbd61af8c89acae56bae72816c319414f9ae344c6bee45194fe35d22f671f63b359608eef49cb1225fa3e533d68f377
 SHA512 
659f6b200825497d88bf61633e1fddda146049968d0c2ff85b2019ead0878aae3f3753f7108844f948f8a3c6cb340800ac8d8fa89d83a93bd54c9dd07ba01f7b
-DIST bazel_rules_install-4cd8ab0b5d8a0117bb5b8c89a0024508d5d4d5ed.zip 37861 
BLAKE2B 
95e5cbfd44034813341f858167c20416f74dddcce55a644e7aa4d3dcbe1cf3c69c77653b0728409bf277b14943bea4a943fb80427324218933cacc77ded14b7b
 SHA512 
d79b0b073da60927bad16a5ca151d0da27c507943e5248103bf63613bcd5308cd0894109f4bebbb87f1c0e255849758f12e86c891003d0d221d08d5e24d9f8eb
 DIST bazel_rules_install-5ae7c2a8d22de2558098e3872fc7f3f7edc61fb4.zip 37860 
BLAKE2B 
62163639d8eb9dd6c661447bad3918448800aad56416dd5cfc3e81db4e030d3512ae0e06d1d454bed34ec5057265c9de865ec248044ccfa34386047e8d60b20d
 SHA512 
7951c94c5971a0689e0b1dd16ded14c76dbe8c97b348a81d7eee6f38799623f10741dae4b0a94b9d68a5d0e132aa571ba5784b9e09fd982ffd15832829141510
-DIST bazel_rules_java-7cf3cefd652008d0a64a419c34c13bdca6c8f178.zip 9422 
BLAKE2B 
bbc45c97551ee8126335b611ffca6574dac843d4db9b3221b10d26487f8eecfe38ba0cd67a4039a3ad921c25fea6294c43e4f4e7a57a060a30791acd6c4f9d39
 SHA512 
ba06242feb711e7fb6e821fd9ac029248b4f3e466fb1acf971d0db8196f3efe4d114ef137acbe4913073f8cbe8ccab4d47d8bafa21b867b2d6a6d57f5a647f0c
 DIST bazel_rules_java-981f06c3d2bd10225e85209904090eb7b5fb26bd.zip 9908 
BLAKE2B 
7f26f14ad26253cb1b8b7e9663a4c76771146c9e0fe8ead3223c3266f5be1515d489dc24addd73d0817a50e79eed67f56db984287ff87d6c00ef9df76d43
 SHA512 
968641bd53c4ef4d2760a979498cda29189fd6e8ccd150eeda587c6f96e9a38c3fc1c1ecc19446ed63950b5e6a29cad5251f3e66219c94774a546ca0f626be08
 DIST flex-2.6.4.tar.gz 1419096 BLAKE2B 
c003d4f764f7f4d41e33af7ee28c2af272a9f0aee6ba7c2494ba96722d8d0b18f7a3f745217e9a2cecb43b6863328267a810280670c04464156b3eb3d7ee9d62
 SHA512 
e9785f3d620a204b7d20222888917dc065c2036cae28667065bf7862dfa1b25235095a12fd04efdbd09bfd17d3452e6b9ef953a8c1137862ff671c97132a082e
 DIST gflags-827c769e5fc98e0f2a34c47cef953cc6328abced.zip 141026 BLAKE2B 

[gentoo-commits] repo/proj/guru:master commit in: games-emulation/dosbox-x/

2022-09-07 Thread Ronny Gutbrod
commit: dcc517c60cca527a2d32569575032e00875fac1f
Author: Yuan Liao  gmail  com>
AuthorDate: Wed Sep  7 14:49:13 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 14:49:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcc517c6

games-emulation/dosbox-x: Unfilter LTO flags for latest Git revisions

The upstream has fixed the LTO build failure.

Bug: https://bugs.gentoo.org/859973
Signed-off-by: Yuan Liao  gmail.com>

 games-emulation/dosbox-x/dosbox-x-.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/games-emulation/dosbox-x/dosbox-x-.ebuild 
b/games-emulation/dosbox-x/dosbox-x-.ebuild
index 55b6b1acc..8605437e9 100644
--- a/games-emulation/dosbox-x/dosbox-x-.ebuild
+++ b/games-emulation/dosbox-x/dosbox-x-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools flag-o-matic toolchain-funcs xdg
+inherit autotools toolchain-funcs xdg
 
 if [[ "${PV}" ==  ]]; then
inherit git-r3
@@ -101,11 +101,6 @@ src_prepare() {
die "Failed to remove check for setcap in Makefile.am"
 
eautoreconf
-
-   # https://bugs.gentoo.org/859973
-   # https://github.com/joncampbell123/dosbox-x/issues/3663
-   # No upstream response regarding LTO yet; disable it for now
-   filter-lto
 }
 
 src_configure() {



[gentoo-commits] repo/proj/guru:master commit in: media-libs/imgui/, media-libs/imgui/files/

2022-09-07 Thread Ronny Gutbrod
commit: 9631fc4edbeac197d38ada2049d3daa6f9da093f
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Mon Sep  5 19:33:40 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 16:07:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9631fc4e

media-libs/imgui: improve 1.81 ebuild

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 media-libs/imgui/Manifest  |   1 +
 media-libs/imgui/files/imgui-1.81-meson.build  | 137 -
 .../imgui/files/imgui-1.81-meson_options.txt   |  18 ---
 media-libs/imgui/imgui-1.81.ebuild |  26 ++--
 media-libs/imgui/metadata.xml  |   4 +-
 5 files changed, 17 insertions(+), 169 deletions(-)

diff --git a/media-libs/imgui/Manifest b/media-libs/imgui/Manifest
index c33c14ca9..92dc7f09b 100644
--- a/media-libs/imgui/Manifest
+++ b/media-libs/imgui/Manifest
@@ -1,4 +1,5 @@
 DIST cimgui-1.87.gh.tar.gz 385460 BLAKE2B 
0916d53a00234343536ee412035a2c405b01e31a26c3d059cff4d446188ee8a1835a1233a68f671ccebb67be480801b85203a90b0e79fa729f7ac1efdc8bf4a2
 SHA512 
bf2ed9461e8c12514d29914e6da7f8fae7cd31fcc587c7d89122c950541aed3b4b908d8cd298b3975e9a955a47789335a88db7223ca558cbdf459693a0081bda
+DIST imgui-1.81-1-meson-wrap.zip 1850 BLAKE2B 
325f84fd57a896ec9aceb83a54752e8dba52499c3540cc389ab51b929f1dd65c4a599ab71f7f06fa082f31572d8cdaf2f9d7bfdd8cf6ca96a529318bd53f0a06
 SHA512 
c97fa4cb5ab31c040951e6da04bb1b9659f0105adf54becc35c60ad376c6d4f9e4dcd2a5a554dc5430cfc69527ef5d8570f39fbbf91a23d15f51740f06fb7c3c
 DIST imgui-1.81.tar.gz 1413443 BLAKE2B 
6f2e63777821b2767da92d9f40f4de7b4313c38817413e959e612c0ce67701645cf29f0748a3b86cfbd41e0b4b2c8099e9a0ca786c637ca1661fffd7b0de0629
 SHA512 
d7a2b66dea77359f78068a595607d7668e09ddd0b91910f67fc6463cb920b91b0cc1855984bd4d41e6a880b69ca7cd5e3adc064dcf461c0629b9f8c845a4fc3e
 DIST imgui-1.83.tar.gz 1448389 BLAKE2B 
648306bd69181ad8315f12fc5b2c319b23005d6b3fc790ad64caaf1f80304e81b33af5d6f435fa97151fcf1e77eb15455838a09570b7a9c7dd9c56a61510b5a1
 SHA512 
2150e7101f384b1c749b2e89876b2085a7ff43435f04e88602d0e5e00db7a41c1ace5176bdb0963326845d1c8303b5092a7ca1c9c8e70c522ba96f899ed5bb9c
 DIST imgui-1.87.gh.tar.gz 1460834 BLAKE2B 
f73b71400311e7c5f82248e242a932add5090670c78077ca2239f349730bab88a00bfe4deca4e854772ef7f6a2cff1fc0f38f7174a026995f93c9e7b55eb2a1d
 SHA512 
3255b06698ab9c8951953e1e0b6d160d64adfa4c011b21a4288547292a7f8fff586875faf9dae0677818bde65bd7e98da92f16f6beb1e6a66aa835edf32e8ce2

diff --git a/media-libs/imgui/files/imgui-1.81-meson.build 
b/media-libs/imgui/files/imgui-1.81-meson.build
deleted file mode 100644
index 1d5e67e38..0
--- a/media-libs/imgui/files/imgui-1.81-meson.build
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright (c) 2020 The Meson development team
-
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-
-# The above copyright notice and this permission notice shall be included in 
all
-# copies or substantial portions of the Software.
-
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-# SOFTWARE.
-
-project('imgui', 'cpp',
-version: '1.81',
-license: 'MIT',
-)
-
-include_dirs = include_directories('.', 'backends')
-sources = ['imgui_demo.cpp', 'imgui_draw.cpp', 'imgui_tables.cpp', 
'imgui_widgets.cpp', 'imgui.cpp']
-
-cpp = meson.get_compiler('cpp')
-dependencies = []
-
-# renderer backends
-dx9_dep = cpp.find_library('d3d9', required: get_option('dx9'))
-if dx9_dep.found()
-sources += 'backends/imgui_impl_dx9.cpp'
-dependencies += dx9_dep
-endif
-dx10_dep = cpp.find_library('d3d10', required: get_option('dx10'))
-if dx10_dep.found()
-sources += 'backends/imgui_impl_dx10.cpp'
-dependencies += dx10_dep
-endif
-dx11_dep = cpp.find_library('d3d11', required: get_option('dx11'))
-if dx11_dep.found()
-sources += 'backends/imgui_impl_dx11.cpp'
-dependencies += dx11_dep
-endif
-dx12_dep = cpp.find_library('d3d12', required: get_option('dx12'))
-if dx12_dep.found()
-sources += 'backends/imgui_impl_dx12.cpp'
-dependencies += dx12_dep
-endif
-metal_dep = cpp.find_library('metal', required: get_option('metal'))
-if get_option('metal').enabled()
-sources += 

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

2022-09-07 Thread Ronny Gutbrod
commit: c540963c06c824aa6f88bcd974d05c8af051d1a6
Author: Efe İzbudak  metu  edu  tr>
AuthorDate: Wed Sep  7 19:41:40 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 19:51:35 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c540963c

app-crypt/pinentry-bemenu: new package, add 0.11.0

Signed-off-by: Efe İzbudak  metu.edu.tr>

 app-crypt/pinentry-bemenu/Manifest |  1 +
 .../pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-crypt/pinentry-bemenu/Manifest 
b/app-crypt/pinentry-bemenu/Manifest
new file mode 100644
index 0..16bc37b2e
--- /dev/null
+++ b/app-crypt/pinentry-bemenu/Manifest
@@ -0,0 +1 @@
+DIST pinentry-bemenu-0.11.0.tar.gz 34352 BLAKE2B 
54059a506fbc3e5034af7ffdf6fdac8f131abbac94662a35d487072f292b380a8b81d5a2916a8ef85ac3ae0c4f479119fadac541eb6bd32eb3033ce762ea5679
 SHA512 
3c35733b52d1b096904585ee0f37b0a2c7390158a94b2f13fe387fd738c004a2f1f474e3ca66d35f364ad057dc6b4520700d2a71f4d1c431bb428b6de513313a

diff --git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild 
b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild
new file mode 100644
index 0..e2b75bf1b
--- /dev/null
+++ b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Pinentry based on bemenu"
+HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu;
+SRC_URI="https://github.com/t-8ch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   dev-libs/bemenu
+   dev-libs/libgpg-error
+   dev-libs/libassuan
+   dev-libs/popt
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+pkg_postinst() {
+   elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
+   elog "pinentry-program /usr/bin/pinentry-bemenu"
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/

2022-09-07 Thread Ronny Gutbrod
commit: 0379c83611b56d78b85397cf469fa1e0edbcf3b8
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 03:41:40 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 03:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0379c836

dev-ruby/asciidoctor-pdf: fix 868921

rake have no task test, skipping for now

Closes: https://bugs.gentoo.org/868921
Signed-off-by: Huang Rui  gmail.com>

 dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild 
b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
index b0f1ea441..027a42ecc 100644
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
@@ -22,6 +22,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+# rake have no task test, skipping for now
+RESTRICT=test
+
 ruby_add_rdepend "
>=dev-ruby/asciidoctor-2.0
>=dev-ruby/concurrent-ruby-1.1
@@ -33,11 +36,6 @@ ruby_add_rdepend "
>=dev-ruby/prawn-templates-0.1.0
>=dev-ruby/treetop-1.6.0
"
-ruby_add_bdepend "test? (
-   >=dev-ruby/chunky_png-1.4.0
-   >=dev-ruby/pdf-inspector-1.3.0
-   dev-ruby/rspec-expectations:*
-   )"
 
 all_ruby_prepare() {
rm Gemfile || die



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

2022-09-07 Thread Ronny Gutbrod
commit: ebc6daae79b138fac98f5dad4423a79d7cc773eb
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 03:55:59 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 03:55:59 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebc6daae

net-print/hpuld: drop 1.00.39.15.00.23

Signed-off-by: Huang Rui  gmail.com>

 net-print/hpuld/hpuld-1.00.39.15.00.23.ebuild | 114 --
 1 file changed, 114 deletions(-)

diff --git a/net-print/hpuld/hpuld-1.00.39.15.00.23.ebuild 
b/net-print/hpuld/hpuld-1.00.39.15.00.23.ebuild
deleted file mode 100644
index 1d31577a8..0
--- a/net-print/hpuld/hpuld-1.00.39.15.00.23.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-MY_PV="$(ver_rs 4 _)"
-SANE_CONF_DIR="/etc/sane.d"
-
-DESCRIPTION="HP Unified Linux Driver (for samsung hardware)"
-HOMEPAGE="https://support.hp.com;
-
-SRC_URI="
-   
https://ftp.ext.hp.com/pub/softlib/software13/printers/LaserJet/M437_M443/ULDLINUX_HewlettPackard_V${MY_PV}.zip
-"
-
-S="${WORKDIR}/uld"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86"
-
-IUSE="+scanner"
-
-RDEPEND="
-   net-print/cups
-   scanner? (
-   media-gfx/sane-backends
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-BDEPEND="
-   app-arch/unzip
-"
-
-QA_FLAGS_IGNORED="
-   /opt/smfp-common/scanner/lib/libsane-smfp.*
-   /opt/smfp-common/printer/bin/pstosecps
-   /opt/smfp-common/printer/bin/rastertospl
-   /opt/smfp-common/printer/bin/smfpnetdiscovery
-"
-QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
-
-src_unpack() {
-   default
-
-   for f in ${WORKDIR}/*/*.tar.gz; do
-   tar -zxf "$f" -C ${WORKDIR} || die
-   done
-}
-
-src_install() {
-   export AGREE_EULA="y"
-   export CONTINUE_INSTALL="y"
-   export PAGER="$(which cat)"
-
-   # Fix printer install path
-   sed -i "s#\"/opt\"#\"${D}/opt\"#g" noarch/package_utils || die
-   sed -i "s#\"/opt\"#\"${D}/opt\"#g" noarch/pre_install.sh || die
-   sed -i 
"s#\"\$INSTDIR_CUPS_BACKENDS\"#\"${D}/\$INSTDIR_CUPS_BACKENDS\"#g" 
noarch/printer.pkg || die
-   sed -i "s#\"\$INSTDIR_CUPS_FILTERS\"#\"${D}/\$INSTDIR_CUPS_FILTERS\"#g" 
noarch/printer.pkg || die
-   sed -i "s#\"\$INSTDIR_CUPS_PPD\"#\"${D}/\$INSTDIR_CUPS_PPD\"#g" 
noarch/printer-script.pkg || die
-   sed -i "s#\"\$INSTDIR_LSB_PPD\"#\"${D}/\$INSTDIR_LSB_PPD\"#g" 
noarch/printer-script.pkg || die
-   # Not use rpm and dpkg
-   sed -i "s#which rpm#which not_found_command_${PN}#g" 
noarch/package_utils || die
-   sed -i "s#which dpkg#which not_found_command_${PN}#g" 
noarch/package_utils || die
-
-   # Fix scanner install path
-   sed -i 
"s#SANE_DIR=/usr/lib\${LIBSFX}/sane#SANE_DIR=${D}/usr/lib\${LIBSFX}/sane#g" 
noarch/scanner.pkg || die
-   sed -i "s#/usr/lib/sane#${D}/usr/lib\${LIBSFX}/sane#g" 
noarch/scanner.pkg || die
-   sed -i 
"s#/usr/share/locale/\$i/LC_MESSAGES/#${D}//usr/share/locale/\$i/LC_MESSAGES#g" 
noarch/scanner.pkg || die
-   sed -i "s#\$(sane_config)#${D}/\$(sane_config)#g" 
noarch/scanner-script.pkg || die
-   sed -i "s#\$(udev_rules)#${D}/\$(udev_rules)#g" 
noarch/scanner-script.pkg || die
-   sed -i "s#\$(hal_rules)#${D}/\$(hal_rules)#g" noarch/scanner-script.pkg 
|| die
-   sed -i "s#\${USERMAP}#${D}/\${USERMAP}#g" noarch/scanner-script.pkg || 
die
-   sed -i "s#  trigger_libusbscanner_hotplug##g" 
noarch/scanner-script.pkg || die
-   mkdir -p "${D}"/etc/hotplug/usb || die
-
-   if use scanner ; then
-   echo "# Add support for the HP-ULD specific backend.  Needs 
net-print/hpuld installed." > "${S}"/"${PN}".conf || die
-   echo "smfp" > "${S}"/"${PN}".conf || die
-   insinto ${SANE_CONF_DIR}/dll.d
-   doins "${S}"/"${PN}".conf
-
-   sh ./install.sh || die
-   fperms 644 /etc/sane.d/smfp-hewlett-packard.conf
-   else
-   sh ./install-printer.sh || die
-   fi
-}
-
-pkg_postinst() {
-   if use scanner ; then
-   ewarn "If you want to use the scanner,"
-   ewarn "make sure the smfp is listed in 
${SANE_CONF_DIR}/dll.d/"${PN}".conf."
-   ewarn "If the geniusvp2 is listed in ${SANE_CONF_DIR}/dll.conf,"
-   ewarn "please comment out it."
-
-   ewarn "You should restart cupsd service after installed $P."
-   ewarn "OpenRC: rc-service cupsd restart"
-   ewarn "systemd: systemctl restart cups.service"
-   fi
-}
-
-pkg_postrm() {
-   if use scanner ; then
-   ewarn "You should restart cupsd service after removed $P."
-   ewarn "OpenRC: rc-service cupsd restart"
-   ewarn "systemd: systemctl restart cups.service"
-   fi
-}



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

2022-09-07 Thread Ronny Gutbrod
commit: fa253e9766d67697c3aa792425e49f8f7a0d1b28
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 03:54:59 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 03:54:59 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa253e97

net-print/hpuld: fix 860336,860339

Add missing libusb RDEPEND

Closes: https://bugs.gentoo.org/860336
Closes: https://bugs.gentoo.org/860339
Signed-off-by: Huang Rui  gmail.com>

 net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild | 111 +++
 1 file changed, 111 insertions(+)

diff --git a/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild 
b/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild
new file mode 100644
index 0..e94749ba6
--- /dev/null
+++ b/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+MY_PV="$(ver_rs 4 _)"
+SANE_CONF_DIR="/etc/sane.d"
+
+DESCRIPTION="HP Unified Linux Driver (for samsung hardware)"
+HOMEPAGE="https://support.hp.com;
+
+SRC_URI="
+   
https://ftp.ext.hp.com/pub/softlib/software13/printers/LaserJet/M437_M443/ULDLINUX_HewlettPackard_V${MY_PV}.zip
+"
+
+S="${WORKDIR}/uld"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
+
+IUSE="+scanner"
+
+RDEPEND="
+   dev-libs/libusb
+   net-print/cups
+   scanner? (
+   media-gfx/sane-backends
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+# Do not complain about CFLAGS etc since it is binary package
+QA_FLAGS_IGNORED=".*"
+QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
+
+src_unpack() {
+   default
+
+   for f in ${WORKDIR}/*/*.tar.gz; do
+   tar -zxf "$f" -C ${WORKDIR} || die
+   done
+}
+
+src_install() {
+   export AGREE_EULA="y"
+   export CONTINUE_INSTALL="y"
+   export PAGER="$(which cat)"
+
+   # Fix printer install path
+   sed -i "s#\"/opt\"#\"${D}/opt\"#g" noarch/package_utils || die
+   sed -i "s#\"/opt\"#\"${D}/opt\"#g" noarch/pre_install.sh || die
+   sed -i 
"s#\"\$INSTDIR_CUPS_BACKENDS\"#\"${D}/\$INSTDIR_CUPS_BACKENDS\"#g" 
noarch/printer.pkg || die
+   sed -i "s#\"\$INSTDIR_CUPS_FILTERS\"#\"${D}/\$INSTDIR_CUPS_FILTERS\"#g" 
noarch/printer.pkg || die
+   sed -i "s#\"\$INSTDIR_CUPS_PPD\"#\"${D}/\$INSTDIR_CUPS_PPD\"#g" 
noarch/printer-script.pkg || die
+   sed -i "s#\"\$INSTDIR_LSB_PPD\"#\"${D}/\$INSTDIR_LSB_PPD\"#g" 
noarch/printer-script.pkg || die
+   # Not use rpm and dpkg
+   sed -i "s#which rpm#which not_found_command_${PN}#g" 
noarch/package_utils || die
+   sed -i "s#which dpkg#which not_found_command_${PN}#g" 
noarch/package_utils || die
+
+   # Fix scanner install path
+   sed -i 
"s#SANE_DIR=/usr/lib\${LIBSFX}/sane#SANE_DIR=${D}/usr/lib\${LIBSFX}/sane#g" 
noarch/scanner.pkg || die
+   sed -i "s#/usr/lib/sane#${D}/usr/lib\${LIBSFX}/sane#g" 
noarch/scanner.pkg || die
+   sed -i 
"s#/usr/share/locale/\$i/LC_MESSAGES/#${D}//usr/share/locale/\$i/LC_MESSAGES#g" 
noarch/scanner.pkg || die
+   sed -i "s#\$(sane_config)#${D}/\$(sane_config)#g" 
noarch/scanner-script.pkg || die
+   sed -i "s#\$(udev_rules)#${D}/\$(udev_rules)#g" 
noarch/scanner-script.pkg || die
+   sed -i "s#\$(hal_rules)#${D}/\$(hal_rules)#g" noarch/scanner-script.pkg 
|| die
+   sed -i "s#\${USERMAP}#${D}/\${USERMAP}#g" noarch/scanner-script.pkg || 
die
+   sed -i "s#  trigger_libusbscanner_hotplug##g" 
noarch/scanner-script.pkg || die
+   mkdir -p "${D}"/etc/hotplug/usb || die
+
+   if use scanner ; then
+   echo "# Add support for the HP-ULD specific backend.  Needs 
net-print/hpuld installed." > "${S}"/"${PN}".conf || die
+   echo "smfp" > "${S}"/"${PN}".conf || die
+   insinto ${SANE_CONF_DIR}/dll.d
+   doins "${S}"/"${PN}".conf
+
+   sh ./install.sh || die
+   fperms 644 /etc/sane.d/smfp-hewlett-packard.conf
+   else
+   sh ./install-printer.sh || die
+   fi
+}
+
+pkg_postinst() {
+   if use scanner ; then
+   ewarn "If you want to use the scanner,"
+   ewarn "make sure the smfp is listed in 
${SANE_CONF_DIR}/dll.d/"${PN}".conf."
+   ewarn "If the geniusvp2 is listed in ${SANE_CONF_DIR}/dll.conf,"
+   ewarn "please comment out it."
+
+   ewarn "You should restart cupsd service after installed $P."
+   ewarn "OpenRC: rc-service cupsd restart"
+   ewarn "systemd: systemctl restart cups.service"
+   fi
+}
+
+pkg_postrm() {
+   if use scanner ; then
+   ewarn "You should restart cupsd service after removed $P."
+   ewarn "OpenRC: rc-service cupsd restart"
+   ewarn "systemd: systemctl restart cups.service"
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-icon/

2022-09-07 Thread Ronny Gutbrod
commit: 4853c45928b18076db32eb2f0b9c8a4daacfd3d5
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 03:33:33 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 03:33:33 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4853c459

dev-ruby/prawn-icon: fix 868918

Tests blocks many keywords (including x86) and new dependencies,
skipping for now.

Closes: https://bugs.gentoo.org/868918
Signed-off-by: Huang Rui  gmail.com>

 dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild 
b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
index 7c59754f2..887f987a1 100644
--- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
+++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
@@ -18,10 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/prawn-1.1.0"
+# Tests blocks many keywords and new dependencies, skipping for now
+RESTRICT=test
 
-ruby_add_bdepend "test? ( dev-ruby/mocha
-   >=dev-ruby/pdf-inspector-1.1.0
-   >=dev-ruby/pdf-reader-1.2
-   >=dev-ruby/prawn-1.3.0
-   )"
+ruby_add_rdepend ">=dev-ruby/prawn-1.1.0"



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

2022-09-07 Thread Ronny Gutbrod
commit: 600590e391aa6e499d9cab1024c25f3e898d7fc7
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 03:56:50 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 03:56:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=600590e3

net-print/hpuld: fixed unquoted variable WORKDIR

Signed-off-by: Huang Rui  gmail.com>

 net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild 
b/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild
index e94749ba6..cb710bc06 100644
--- a/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild
+++ b/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild
@@ -44,8 +44,8 @@ QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
 src_unpack() {
default
 
-   for f in ${WORKDIR}/*/*.tar.gz; do
-   tar -zxf "$f" -C ${WORKDIR} || die
+   for f in "${WORKDIR}"/*/*.tar.gz; do
+   tar -zxf "$f" -C "${WORKDIR}" || die
done
 }
 



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

2022-09-07 Thread Ronny Gutbrod
commit: a34de3edc7540b71247212ed44dfd7f2986c892d
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 03:11:01 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 03:11:01 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a34de3ed

sci-electronics/bluespec: drop 2022.01

Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/bluespec/bluespec-2022.01.ebuild | 139 ---
 1 file changed, 139 deletions(-)

diff --git a/sci-electronics/bluespec/bluespec-2022.01.ebuild 
b/sci-electronics/bluespec/bluespec-2022.01.ebuild
deleted file mode 100644
index 68cd0ea61..0
--- a/sci-electronics/bluespec/bluespec-2022.01.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Toolchain for the Bluespec Hardware Definition Language"
-HOMEPAGE="https://github.com/B-Lang-org/bsc;
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/B-Lang-org/bsc.git;
-   inherit git-r3
-else
-   SRC_URI="
-   
https://github.com/B-Lang-org/bsc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-   
https://github.com/SRI-CSL/yices2/archive/refs/tags/Yices-2.6.4.tar.gz -> 
yices-2.6.4.tar.gz
-   "
-   S="${WORKDIR}/bsc-${PV}"
-   S_YICES="${WORKDIR}/yices2-Yices-2.6.4"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD GPL-3+ MIT"
-SLOT="${PV}"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-eselect/eselect-bluespec
-   dev-haskell/old-time:0=
-   dev-haskell/regex-compat:0=
-   dev-haskell/split:0=
-   dev-haskell/syb:0=
-   dev-lang/tcl
-"
-
-DEPEND="
-   ${RDEPEND}
-   test? (
-   dev-util/dejagnu
-   sci-electronics/iverilog
-   sci-electronics/systemc
-   sys-process/time
-   )
-"
-
-BDEPEND="
-   dev-haskell/cabal:0=
-   dev-lang/ghc:0=
-   dev-lang/perl
-   dev-util/gperf
-   doc? (
-   dev-ruby/asciidoctor
-   dev-ruby/asciidoctor-pdf
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-latexrecommended
-   dev-texlive/texlive-plaingeneric
-   )
-   sys-apps/coreutils
-   sys-devel/autoconf
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2022.01-libstp-stub-makefile.patch
-)
-
-DOCS=( "README.md" "COPYING" )
-
-src_prepare() {
-   if [[ ${PV} != "" ]] ; then
-   rm -r "${S}"/src/vendor/yices/v2.6/yices2 || die
-   ln -s "${S_YICES}" "${S}"/src/vendor/yices/v2.6/yices2 || die
-   fi
-
-   default
-}
-
-src_compile() {
-   # NO_DEPS_CHECKS=1: skip the subrepo check (this deriviation uses 
yices.src instead of the subrepo)
-   # LDCONFIG=ldconfig: https://github.com/B-Lang-org/bsc/pull/43
-   # STP_STUB=1: https://github.com/B-Lang-org/bsc/pull/278
-   emake \
-   "NO_DEPS_CHECKS=1" \
-   "LDCONFIG=ldconfig" \
-   "STP_STUB=1" \
-   $(usex doc "" "NOASCIIDOCTOR=1") \
-   $(usex doc "install-doc" "") \
-   $(usex doc "install-release" "") \
-   install-src \
-   $(usex doc "release" "")
-   emake -C src/comp \
-   install-extra
-}
-
-src_test() {
-   emake check-smoke
-   emake -C testsuite check
-}
-
-# Call eselect vi update with --if-unset
-# to respect user's choice
-eselect_bluespec_update() {
-   ebegin "Calling eselect bluespec update"
-   eselect bluespec update --if-unset
-   eend $?
-}
-
-src_install() {
-   # From https://github.com/B-Lang-org/bsc/blob/main/INSTALL.md,
-   # upstream recommend placing the inst directory at
-   # the path /usr/share/bsc/bsc- for multi-version.
-   local INSTALL_PATH=/usr/share/bsc/bsc-"${PV}"
-   local ED_INSTALL_PATH="${ED}${INSTALL_PATH}"
-   mkdir -p "${ED_INSTALL_PATH}" || die
-   local f
-   for f in "${S}"/inst/bin/*; do
-   if [[ ! -d "${f}" ]] ; then
-   local b=$(basename ${f})
-   sed -i "s|ABSNAME=.*\$|ABSNAME=\$(readlink -f -- 
\"\$0\")|g" "${f}" || die
-   fi
-   done
-   cp -dr --preserve=mode,timestamp "${S}"/inst/* "${ED_INSTALL_PATH}"/ || 
die
-   insinto "${INSTALL_PATH}"/vimfiles
-   doins -r "${S}"/util/vim/{ftdetect,indent,syntax}
-}
-
-pkg_postinst() {
-   eselect_bluespec_update
-}
-
-pkg_postrm() {
-   eselect_bluespec_update
-}



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

2022-09-07 Thread Ronny Gutbrod
commit: d658fb754a1fb6508dcc929d4ea6373a0195cd89
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 02:47:40 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 02:51:32 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d658fb75

sci-electronics/bluespec: fix 868765, 868768, 868936

Add missing RDEPEND app-shells/tcsh
Fix calls commands that do not exist: csh
Fix does not respect LDFLAGS
Fix test hang due to missing of csh

Closes: https://bugs.gentoo.org/868765
Closes: https://bugs.gentoo.org/868768
Closes: https://bugs.gentoo.org/868936
Signed-off-by: Huang Rui  gmail.com>

 .../bluespec/bluespec-2022.01-r1.ebuild| 145 +
 1 file changed, 145 insertions(+)

diff --git a/sci-electronics/bluespec/bluespec-2022.01-r1.ebuild 
b/sci-electronics/bluespec/bluespec-2022.01-r1.ebuild
new file mode 100644
index 0..143d64e79
--- /dev/null
+++ b/sci-electronics/bluespec/bluespec-2022.01-r1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Toolchain for the Bluespec Hardware Definition Language"
+HOMEPAGE="https://github.com/B-Lang-org/bsc;
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/B-Lang-org/bsc.git;
+   inherit git-r3
+else
+   SRC_URI="
+   
https://github.com/B-Lang-org/bsc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/SRI-CSL/yices2/archive/refs/tags/Yices-2.6.4.tar.gz -> 
yices-2.6.4.tar.gz
+   "
+   S="${WORKDIR}/bsc-${PV}"
+   S_YICES="${WORKDIR}/yices2-Yices-2.6.4"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD GPL-3+ MIT"
+SLOT="${PV}"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-eselect/eselect-bluespec
+   app-shells/tcsh
+   dev-haskell/old-time:0=
+   dev-haskell/regex-compat:0=
+   dev-haskell/split:0=
+   dev-haskell/syb:0=
+   dev-lang/tcl
+"
+
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-util/dejagnu
+   sci-electronics/iverilog
+   sci-electronics/systemc
+   sys-process/time
+   )
+"
+
+BDEPEND="
+   dev-haskell/cabal:0=
+   dev-lang/ghc:0=
+   dev-lang/perl
+   dev-util/gperf
+   doc? (
+   dev-ruby/asciidoctor
+   dev-ruby/asciidoctor-pdf
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-latexrecommended
+   dev-texlive/texlive-plaingeneric
+   )
+   sys-apps/coreutils
+   sys-devel/autoconf
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2022.01-libstp-stub-makefile.patch
+)
+
+# Do not complain about CFLAGS etc since we don't use them
+QA_FLAGS_IGNORED="
+   usr/share/bsc/bsc-${PV}/bin/core/.*
+   usr/share/bsc/bsc-${PV}/lib/SAT/.*
+   usr/share/bsc/bsc-${PV}/lib/VPI/.*
+"
+
+src_prepare() {
+   if [[ ${PV} != "" ]] ; then
+   rm -r "${S}"/src/vendor/yices/v2.6/yices2 || die
+   ln -s "${S_YICES}" "${S}"/src/vendor/yices/v2.6/yices2 || die
+   fi
+
+   default
+}
+
+src_compile() {
+   # NO_DEPS_CHECKS=1: skip the subrepo check (this deriviation uses 
yices.src instead of the subrepo)
+   # LDCONFIG=ldconfig: https://github.com/B-Lang-org/bsc/pull/43
+   # STP_STUB=1: https://github.com/B-Lang-org/bsc/pull/278
+   emake \
+   "NO_DEPS_CHECKS=1" \
+   "LDCONFIG=ldconfig" \
+   "STP_STUB=1" \
+   $(usex doc "" "NOASCIIDOCTOR=1") \
+   $(usex doc "install-doc" "") \
+   $(usex doc "install-release" "") \
+   install-src \
+   $(usex doc "release" "")
+   emake -C src/comp \
+   install-extra
+}
+
+src_test() {
+   emake check-smoke
+   emake -C testsuite check
+}
+
+# Call eselect vi update with --if-unset
+# to respect user's choice
+eselect_bluespec_update() {
+   ebegin "Calling eselect bluespec update"
+   eselect bluespec update --if-unset
+   eend $?
+}
+
+src_install() {
+   # From https://github.com/B-Lang-org/bsc/blob/main/INSTALL.md,
+   # upstream recommend placing the inst directory at
+   # the path /usr/share/bsc/bsc- for multi-version.
+   local INSTALL_PATH=/usr/share/bsc/bsc-"${PV}"
+   local ED_INSTALL_PATH="${ED}${INSTALL_PATH}"
+   mkdir -p "${ED_INSTALL_PATH}" || die
+   local f
+   for f in "${S}"/inst/bin/*; do
+   if [[ ! -d "${f}" ]] ; then
+   local b=$(basename ${f})
+   sed -i "s|ABSNAME=.*\$|ABSNAME=\$(readlink -f -- 

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

2022-09-07 Thread Ronny Gutbrod
commit: e19c08dc893133df9c23b4e3703992a139889023
Author: Huang Rui  gmail  com>
AuthorDate: Wed Sep  7 03:11:33 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 03:11:33 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e19c08dc

sci-electronics/bluespec: fix live ebuild

Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/bluespec/bluespec-.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/bluespec/bluespec-.ebuild 
b/sci-electronics/bluespec/bluespec-.ebuild
index 9bec0c105..143d64e79 100644
--- a/sci-electronics/bluespec/bluespec-.ebuild
+++ b/sci-electronics/bluespec/bluespec-.ebuild
@@ -26,6 +26,7 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
app-eselect/eselect-bluespec
+   app-shells/tcsh
dev-haskell/old-time:0=
dev-haskell/regex-compat:0=
dev-haskell/split:0=
@@ -70,7 +71,12 @@ PATCHES=(
"${FILESDIR}"/${PN}-2022.01-libstp-stub-makefile.patch
 )
 
-DOCS=( "README.md" "COPYING" )
+# Do not complain about CFLAGS etc since we don't use them
+QA_FLAGS_IGNORED="
+   usr/share/bsc/bsc-${PV}/bin/core/.*
+   usr/share/bsc/bsc-${PV}/lib/SAT/.*
+   usr/share/bsc/bsc-${PV}/lib/VPI/.*
+"
 
 src_prepare() {
if [[ ${PV} != "" ]] ; then
@@ -83,12 +89,10 @@ src_prepare() {
 
 src_compile() {
# NO_DEPS_CHECKS=1: skip the subrepo check (this deriviation uses 
yices.src instead of the subrepo)
-   # NOGIT=1: https://github.com/B-Lang-org/bsc/issues/12
# LDCONFIG=ldconfig: https://github.com/B-Lang-org/bsc/pull/43
# STP_STUB=1: https://github.com/B-Lang-org/bsc/pull/278
emake \
"NO_DEPS_CHECKS=1" \
-   "NOGIT=1" \
"LDCONFIG=ldconfig" \
"STP_STUB=1" \
$(usex doc "" "NOASCIIDOCTOR=1") \



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

2022-09-07 Thread Rick Farina
commit: 7a5bcb3478788f79d54743ad37a07279c37f1925
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Sep  8 00:54:34 2022 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Sep  8 00:58:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5bcb34

net-wireless/gr-ieee802154: add missing dep

pybind11 required to build

Signed-off-by: Rick Farina  gentoo.org>

 ...154-0.0_p20210719-r1.ebuild => gr-ieee802154-0.0_p20210719-r2.ebuild} | 1 +
 net-wireless/gr-ieee802154/gr-ieee802154-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r1.ebuild 
b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r2.ebuild
similarity index 97%
rename from net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r1.ebuild
rename to net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r2.ebuild
index 2e84883f202d..96bd914b3e98 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r1.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719-r2.ebuild
@@ -26,6 +26,7 @@ SLOT="0/${PV}"
 RDEPEND="net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   dev-python/pybind11[${PYTHON_USEDEP}]
')
dev-libs/gmp
sci-libs/volk:=

diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-.ebuild 
b/net-wireless/gr-ieee802154/gr-ieee802154-.ebuild
index 2e84883f202d..96bd914b3e98 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-.ebuild
@@ -26,6 +26,7 @@ SLOT="0/${PV}"
 RDEPEND="net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   dev-python/pybind11[${PYTHON_USEDEP}]
')
dev-libs/gmp
sci-libs/volk:=



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

2022-09-07 Thread Mike Gilbert
commit: 7328940e2833ec9478d81745c609423b4c251b28
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep  8 00:20:45 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep  8 00:22:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7328940e

app-misc/pax-utils: apply patch to reorder xmlto arguments

Closes: https://bugs.gentoo.org/869110
Signed-off-by: Mike Gilbert  gentoo.org>

 ...x-utils-1.3.5-man-reorder-xmlto-arguments.patch | 30 ++
 app-misc/pax-utils/pax-utils-1.3.5.ebuild  |  4 +++
 2 files changed, 34 insertions(+)

diff --git 
a/app-misc/pax-utils/files/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch 
b/app-misc/pax-utils/files/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch
new file mode 100644
index ..909c69e096c6
--- /dev/null
+++ b/app-misc/pax-utils/files/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch
@@ -0,0 +1,30 @@
+From 2d981305b117b669c60bede076557c2d765cf198 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Wed, 7 Sep 2022 20:13:00 -0400
+Subject: [PATCH] man: reorder xmlto arguments
+
+Bug: https://bugs.gentoo.org/869110
+Thanks-to: Fabian Groffen 
+Signed-off-by: Mike Gilbert 
+---
+ man/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/man/meson.build b/man/meson.build
+index fc8d183..2e346ec 100644
+--- a/man/meson.build
 b/man/meson.build
+@@ -25,8 +25,8 @@ endforeach
+ 
+ custom_target('docbook_to_man',
+   command : [
+-xmlto, 'man', '-x', files('custom.xsl'), '--skip-validation', book,
+-'-o', meson.current_build_dir()
++xmlto, '-x', files('custom.xsl'), '--skip-validation',
++'-o', meson.current_build_dir(), 'man', book
+   ],
+   input : [
+ 'pax-utils.docbook.in', 'custom.xsl', 'fragment/reftail',
+-- 
+2.37.3
+

diff --git a/app-misc/pax-utils/pax-utils-1.3.5.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.5.ebuild
index 1b90ea8c3bf9..c0464ce0aa15 100644
--- a/app-misc/pax-utils/pax-utils-1.3.5.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.5.ebuild
@@ -51,6 +51,10 @@ RESTRICT="
!test? ( test )
 "
 
+PATCHES=(
+   "${FILESDIR}/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch"
+)
+
 pkg_setup() {
if use test || use python; then
python-single-r1_pkg_setup



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

2022-09-07 Thread Mike Gilbert
commit: 2d981305b117b669c60bede076557c2d765cf198
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep  8 00:13:00 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep  8 00:17:00 2022 +
URL:https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=2d981305

man: reorder xmlto arguments

Bug: https://bugs.gentoo.org/869110
Thanks-to: Fabian Groffen  gentoo.org>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/man/meson.build b/man/meson.build
index fc8d183..2e346ec 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -25,8 +25,8 @@ endforeach
 
 custom_target('docbook_to_man',
   command : [
-xmlto, 'man', '-x', files('custom.xsl'), '--skip-validation', book,
-'-o', meson.current_build_dir()
+xmlto, '-x', files('custom.xsl'), '--skip-validation',
+'-o', meson.current_build_dir(), 'man', book
   ],
   input : [
 'pax-utils.docbook.in', 'custom.xsl', 'fragment/reftail',



[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/trantor/

2022-09-07 Thread Ronny Gutbrod
commit: f202c34f9aaef90114494c8ffe7c0d69fadd9241
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Sep  7 18:51:12 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 21:23:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f202c34f

dev-cpp/trantor: add 1.5.6_p20220801

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

 dev-cpp/trantor/Manifest   |  1 +
 dev-cpp/trantor/trantor-1.5.6_p20220801.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-cpp/trantor/Manifest b/dev-cpp/trantor/Manifest
index b79498b2c..1807896af 100644
--- a/dev-cpp/trantor/Manifest
+++ b/dev-cpp/trantor/Manifest
@@ -1 +1,2 @@
 DIST trantor-1.5.6.tar.gz 109719 BLAKE2B 
5465f1cddd014a9dee4dd1ea1f8e6f36a1eef3a16424305ff2102fb489838260b415d92e43d72a3fe99db924946987e8e8c64f6720488c2e9e0f42b1b031ca0a
 SHA512 
9c9827b1640fa23f2941c6c10ffe692d4207595de1cb149f94140c0f20d4fe6c45e3efcc50d464bd40aff80443dfe3bdd8db263302755ab8f639a920e497c0b3
+DIST trantor-1.5.6_p20220801.tar.gz 109915 BLAKE2B 
f9ef51274e2f67a474239482013ab0460265ed60238ada88d1a6aeb3b3883992424a2aa75c4726e8018083c54fef7f2fb5f3fbb781a1feecfd84e2b187937fc8
 SHA512 
fb1517eeaaf6a3f374e24767cc64183bc8966635f78d37ba213b2aeeef54b9763c59e376fb42b38892fc0468708e940a421d81f4b5809bfe65404e1e75ffa5ad

diff --git a/dev-cpp/trantor/trantor-1.5.6_p20220801.ebuild 
b/dev-cpp/trantor/trantor-1.5.6_p20220801.ebuild
new file mode 100644
index 0..824139348
--- /dev/null
+++ b/dev-cpp/trantor/trantor-1.5.6_p20220801.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_COMMIT="7d9f232c412ad697a4ace35c8b5f7fe22f46124d"
+DESCRIPTION="Non-blocking I/O tcp network lib based on c++14/17"
+HOMEPAGE="https://github.com/an-tao/trantor;
+SRC_URI="https://github.com/an-tao/trantor/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="adns doc +ssl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   adns? ( net-dns/c-ares:= )
+   ssl? ( dev-libs/openssl:= )
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-cpp/gtest )
+"
+BDEPEND="doc? ( app-doc/doxygen[dot] )"
+
+src_configure() {
+   local -a mycmakeargs=(
+   "-DBUILD_SHARED_LIBS=YES"
+   "-DBUILD_DOC=$(usex doc)"
+   "-DBUILD_TESTING=$(usex test)"
+   "-DBUILD_C-ARES=$(usex adns)"
+   "$(cmake_use_find_package ssl OpenSSL)"
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   use doc && HTML_DOCS="${BUILD_DIR}/docs/trantor/html/*"
+
+   cmake_src_install
+}



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

2022-09-07 Thread Ronny Gutbrod
commit: 3f5a9dfc7953cb5ddffc0c1e508662b814a859d4
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Sep  8 00:08:43 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Sep  8 00:08:43 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f5a9dfc

net-im/nheko: drop 0.9.3

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

 net-im/nheko/Manifest   |  1 -
 net-im/nheko/nheko-0.9.3.ebuild | 83 -
 2 files changed, 84 deletions(-)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index be5f241a4..5734fb832 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,3 +1,2 @@
 DIST nheko-0.10.0.tar.gz 1587008 BLAKE2B 
207622bcc0fcbf4f1760481d3bdf35d5c025d9aa7d553c2dc4649841426481c88292966c35d44944434c1628c34017bb76f84136b6bcc8f8c3f32478156ac713
 SHA512 
c0aaf0f9ea657c43867fbb6857db45cac30f0cbaeaf8ad6a20a1a3e1ab9e6cf15266444eada060666db5b94be5a72b95b371a4da62e6705eed49f9907c576954
 DIST nheko-0.10.1.tar.gz 1608578 BLAKE2B 
328255d6ea8ce3fd0d1bbe9f20bb9608eba4c479b6969db7bebc67f3406ae8c6e9d69432d304b28e49b8547cf293e4f103d3f8257df4fbc676db9e6ca037ff48
 SHA512 
898582c1a09ad9cfac3285f0bc5e80bb5e69b1d744118822167bbe09e9aa44c2b28438db2d3b6e1fa88835de2b0e2f58726d3876661f28c5eb46475e2f54bc20
-DIST nheko-0.9.3.tar.gz 1455446 BLAKE2B 
da68617e8cd2a74a41b9a14e107fdbc58a667ef2187e9680bb4514d2542ad99176aaed9bcc1184ec3cbd10b258b3910da99a0e63dfe82ccfc1c7e4f7715d4d95
 SHA512 
187348e8e274f727a638ca3cb3ed015b9f7cbb50eea2e33bc519cd216a74763cab265466001a82c584dcf91f950c41c3f7a4f3c1ac1f1564a8d5f7711eb37d5a

diff --git a/net-im/nheko/nheko-0.9.3.ebuild b/net-im/nheko/nheko-0.9.3.ebuild
deleted file mode 100644
index 1e6876d1d..0
--- a/net-im/nheko/nheko-0.9.3.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Native desktop client for Matrix using Qt"
-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="X video voip"
-REQUIRED_USE="video? ( voip )"
-
-MY_GST_V="1.18"
-RDEPEND="
-   app-text/cmark
-   dev-cpp/qt-jdenticon
-   >=dev-db/lmdb++-1.0.0
-   >=dev-libs/mtxclient-0.7.0:=
-   >=dev-libs/qtkeychain-0.12.0
-   dev-libs/spdlog
-   dev-qt/qtconcurrent:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtgui:5[gif,jpeg,png]
-   dev-qt/qtimageformats
-   dev-qt/qtmultimedia:5[gstreamer,qml,widgets]
-   dev-qt/qtquickcontrols2:5[widgets]
-   dev-qt/qtsvg:5
-   voip? (
-   >=media-plugins/gst-plugins-dtls-${MY_GST_V}
-   media-plugins/gst-plugins-libnice
-   >=media-plugins/gst-plugins-meta-${MY_GST_V}[opus]
-   >=media-plugins/gst-plugins-srtp-${MY_GST_V}
-   >=media-plugins/gst-plugins-webrtc-${MY_GST_V}
-   video? (
-   >=media-libs/gst-plugins-base-${MY_GST_V}[opengl]
-   >=media-plugins/gst-plugins-meta-${MY_GST_V}[v4l,vpx]
-   >=media-plugins/gst-plugins-qt5-${MY_GST_V}
-   X? (
-   
>=media-plugins/gst-plugins-ximagesrc-${MY_GST_V}
-   x11-libs/xcb-util-wm
-   )
-   )
-   )
-"
-DEPEND="
-   dev-cpp/nlohmann_json
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-qt/linguist-tools:5
-   || (
-   app-text/asciidoc
-   dev-ruby/asciidoctor
-   )
-"
-
-src_configure() {
-   local -a mycmakeargs=(
-   "-DVOIP=$(usex voip)"
-   )
-   if use video && use X; then
-   mycmakeargs+=("-DSCREENSHARE_X11=yes")
-   else
-   mycmakeargs+=("-DSCREENSHARE_X11=no")
-   fi
-
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   optfeature "audio & video file playback support" \
-  "media-plugins/gst-plugins-meta[ffmpeg]"
-   optfeature "secrets storage support other than kwallet (gnome-keyring 
or keepassxc)" \
-  "dev-libs/qtkeychain[gnome-keyring]"
-
-   xdg_pkg_postinst
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/drogon/

2022-09-07 Thread Ronny Gutbrod
commit: b17bcfbab92af06106c34350cc70266495251d6c
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Sep  7 18:53:39 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 21:23:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b17bcfba

dev-cpp/drogon: fix trantor dependency

This prevents segfaults like in bug 868930, but the same tests still
fail in seemingly the same frequency.

Bug: https://bugs.gentoo.org/868930
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 dev-cpp/drogon/{drogon-1.8.0.ebuild => drogon-1.8.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/drogon/drogon-1.8.0.ebuild 
b/dev-cpp/drogon/drogon-1.8.0-r1.ebuild
similarity index 98%
rename from dev-cpp/drogon/drogon-1.8.0.ebuild
rename to dev-cpp/drogon/drogon-1.8.0-r1.ebuild
index dfc208f1e..784892098 100644
--- a/dev-cpp/drogon/drogon-1.8.0.ebuild
+++ b/dev-cpp/drogon/drogon-1.8.0-r1.ebuild
@@ -21,7 +21,7 @@ IUSE="+brotli doc examples mariadb postgres redis sqlite +ssl 
test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   >=dev-cpp/trantor-1.5.6:=
+   >=dev-cpp/trantor-1.5.6_pre20220801:=
dev-libs/jsoncpp:=
sys-libs/zlib
brotli? ( app-arch/brotli:= )



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

2022-09-07 Thread Ronny Gutbrod
commit: 8aaf2a983367e910f1d202deae145f1584ce7fb2
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Sep  7 21:36:22 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 21:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8aaf2a98

dev-libs/mtxclient: add 0.8.1

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

 dev-libs/mtxclient/Manifest   |  1 +
 dev-libs/mtxclient/mtxclient-0.8.1.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 6c7b2e542..596fa7017 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
 DIST mtxclient-0.7.0.tar.gz 601042 BLAKE2B 
05c390d7e3f48d5c02a74fb5783693d5380141b28738b064101f6aaa2fbddf30e0d4b95dc774e68fbad93c642592806d9417344fb9cdd6b01659ec874c3ba67f
 SHA512 
fe015e6532a62fd1d1f5828c7aff08c181a4da1279afe54a502c09ba924a404099d23e74eb176841e774f67c6701e9c0ab666e239f486e4559aaea863ba8f5f9
 DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 
7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4
 SHA512 
4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
+DIST mtxclient-0.8.1.tar.gz 609617 BLAKE2B 
00decdcb5a049feebaa9b1d96037923118c49633441c12320fc268e2f09d0dbaf7437f015f74752dd0fec1aa69fe957bcae7a82a0829eec8c1027c88131db653
 SHA512 
da2f195478cca3f9464aa8d7ca360bdca10f08f8cf658d55124ada3b37ed5b3d9d1ee640019dde58e434a1351b36bf461f4d022ad3d16f33d2957af23ea8a707

diff --git a/dev-libs/mtxclient/mtxclient-0.8.1.ebuild 
b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
new file mode 100644
index 0..f5c71567f
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+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/${PV}" # ABI may break even on patch version changes
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libfmt:=
+   dev-libs/olm
+   >=dev-libs/openssl-1.1.0:=
+   dev-libs/spdlog:=
+   >=dev-cpp/coeurl-0.2.1:=[ssl]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+   test? ( dev-cpp/gtest )
+"
+
+PATCHES=(
+   "${FILESDIR}/0.6.0_remove_network_tests.patch"
+)
+
+src_prepare() {
+   if use test; then
+   filter-lto # bug 861731
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local -a mycmakeargs=(
+   -DBUILD_LIB_TESTS="$(usex test)"
+   -DBUILD_LIB_EXAMPLES=OFF
+   )
+
+   cmake_src_configure
+}



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

2022-09-07 Thread Ronny Gutbrod
commit: 61cd00b40223f6ffe8e4168a4f6c15a83770def2
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Sep  8 00:08:10 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Sep  8 00:08:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61cd00b4

net-im/nheko: add 0.10.1

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

 net-im/nheko/Manifest|  1 +
 net-im/nheko/nheko-0.10.1.ebuild | 88 
 2 files changed, 89 insertions(+)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index e27ef876c..be5f241a4 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,2 +1,3 @@
 DIST nheko-0.10.0.tar.gz 1587008 BLAKE2B 
207622bcc0fcbf4f1760481d3bdf35d5c025d9aa7d553c2dc4649841426481c88292966c35d44944434c1628c34017bb76f84136b6bcc8f8c3f32478156ac713
 SHA512 
c0aaf0f9ea657c43867fbb6857db45cac30f0cbaeaf8ad6a20a1a3e1ab9e6cf15266444eada060666db5b94be5a72b95b371a4da62e6705eed49f9907c576954
+DIST nheko-0.10.1.tar.gz 1608578 BLAKE2B 
328255d6ea8ce3fd0d1bbe9f20bb9608eba4c479b6969db7bebc67f3406ae8c6e9d69432d304b28e49b8547cf293e4f103d3f8257df4fbc676db9e6ca037ff48
 SHA512 
898582c1a09ad9cfac3285f0bc5e80bb5e69b1d744118822167bbe09e9aa44c2b28438db2d3b6e1fa88835de2b0e2f58726d3876661f28c5eb46475e2f54bc20
 DIST nheko-0.9.3.tar.gz 1455446 BLAKE2B 
da68617e8cd2a74a41b9a14e107fdbc58a667ef2187e9680bb4514d2542ad99176aaed9bcc1184ec3cbd10b258b3910da99a0e63dfe82ccfc1c7e4f7715d4d95
 SHA512 
187348e8e274f727a638ca3cb3ed015b9f7cbb50eea2e33bc519cd216a74763cab265466001a82c584dcf91f950c41c3f7a4f3c1ac1f1564a8d5f7711eb37d5a

diff --git a/net-im/nheko/nheko-0.10.1.ebuild b/net-im/nheko/nheko-0.10.1.ebuild
new file mode 100644
index 0..5e4e00a92
--- /dev/null
+++ b/net-im/nheko/nheko-0.10.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Native desktop client for Matrix using Qt"
+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="X video voip"
+REQUIRED_USE="video? ( voip )"
+
+MY_GST_V="1.18"
+RDEPEND="
+   app-text/cmark:=
+   dev-cpp/qt-jdenticon
+   dev-db/lmdb:=
+   >=dev-db/lmdb++-1.0.0
+   dev-libs/libfmt:=
+   >=dev-libs/mtxclient-0.8.1:=
+   >=dev-libs/qtkeychain-0.12.0:=
+   dev-libs/spdlog:=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtgui:5[dbus,gif,jpeg,png]
+   dev-qt/qtimageformats
+   dev-qt/qtmultimedia:5[gstreamer,qml,widgets]
+   dev-qt/qtquickcontrols2:5[widgets]
+   dev-qt/qtsvg:5
+   virtual/notification-daemon
+   voip? (
+   >=media-plugins/gst-plugins-dtls-${MY_GST_V}
+   media-plugins/gst-plugins-libnice
+   >=media-plugins/gst-plugins-meta-${MY_GST_V}[opus]
+   >=media-plugins/gst-plugins-srtp-${MY_GST_V}
+   >=media-plugins/gst-plugins-webrtc-${MY_GST_V}
+   video? (
+   >=media-libs/gst-plugins-base-${MY_GST_V}[opengl]
+   >=media-plugins/gst-plugins-meta-${MY_GST_V}[v4l,vpx]
+   >=media-plugins/gst-plugins-qt5-${MY_GST_V}
+   X? (
+   
>=media-plugins/gst-plugins-ximagesrc-${MY_GST_V}
+   x11-libs/xcb-util-wm
+   )
+   )
+   )
+"
+DEPEND="
+   dev-cpp/nlohmann_json
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-qt/linguist-tools:5
+   || (
+   app-text/asciidoc
+   dev-ruby/asciidoctor
+   )
+"
+
+src_configure() {
+   local -a mycmakeargs=(
+   "-DVOIP=$(usex voip)"
+   )
+   if use video && use X; then
+   mycmakeargs+=("-DSCREENSHARE_X11=yes")
+   else
+   mycmakeargs+=("-DSCREENSHARE_X11=no")
+   fi
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   optfeature "audio & video file playback support" \
+   "media-plugins/gst-plugins-meta[ffmpeg]"
+   optfeature "secrets storage support other than kwallet (for example 
gnome-keyring or keepassxc)" \
+   "dev-libs/qtkeychain[gnome-keyring]"
+   optfeature "additional, less common, image format support" \
+   "kde-frameworks/kimageformats"
+
+   xdg_pkg_postinst
+}



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

2022-09-07 Thread Ronny Gutbrod
commit: df4c5b8d0a066affcf4874032a98105442cc27c6
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Sep  7 21:38:06 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Sep  7 21:38:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df4c5b8d

dev-libs/mtxclient: drop 0.7.0

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

 dev-libs/mtxclient/Manifest   |  1 -
 dev-libs/mtxclient/mtxclient-0.7.0.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 596fa7017..ed7376679 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.7.0.tar.gz 601042 BLAKE2B 
05c390d7e3f48d5c02a74fb5783693d5380141b28738b064101f6aaa2fbddf30e0d4b95dc774e68fbad93c642592806d9417344fb9cdd6b01659ec874c3ba67f
 SHA512 
fe015e6532a62fd1d1f5828c7aff08c181a4da1279afe54a502c09ba924a404099d23e74eb176841e774f67c6701e9c0ab666e239f486e4559aaea863ba8f5f9
 DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 
7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4
 SHA512 
4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
 DIST mtxclient-0.8.1.tar.gz 609617 BLAKE2B 
00decdcb5a049feebaa9b1d96037923118c49633441c12320fc268e2f09d0dbaf7437f015f74752dd0fec1aa69fe957bcae7a82a0829eec8c1027c88131db653
 SHA512 
da2f195478cca3f9464aa8d7ca360bdca10f08f8cf658d55124ada3b37ed5b3d9d1ee640019dde58e434a1351b36bf461f4d022ad3d16f33d2957af23ea8a707

diff --git a/dev-libs/mtxclient/mtxclient-0.7.0.ebuild 
b/dev-libs/mtxclient/mtxclient-0.7.0.ebuild
deleted file mode 100644
index a7a949bf1..0
--- a/dev-libs/mtxclient/mtxclient-0.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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/${PV}" # ABI may break even on patch version changes
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/olm
-   >=dev-libs/openssl-1.1.0
-   dev-libs/spdlog
-   >=dev-cpp/coeurl-0.1.1:=
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/nlohmann_json
-   test? ( dev-cpp/gtest )
-"
-
-PATCHES=(
-   "${FILESDIR}/0.6.0_remove_network_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: media-gfx/oxipng/

2022-09-07 Thread Sam James
commit: decd26bad993a57359550b18aea869b31c51859a
Author: Nathan E. Egge  xiph  org>
AuthorDate: Wed Sep  7 23:22:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  7 23:35:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decd26ba

media-gfx/oxipng: bump to 6.0.1

Signed-off-by: Nathan E. Egge  xiph.org>
Closes: https://github.com/gentoo/gentoo/pull/27185
Signed-off-by: Sam James  gentoo.org>

 media-gfx/oxipng/Manifest|   4 ++
 media-gfx/oxipng/oxipng-6.0.1.ebuild | 114 +++
 2 files changed, 118 insertions(+)

diff --git a/media-gfx/oxipng/Manifest b/media-gfx/oxipng/Manifest
index 5cf146c059f1..37c297911cbe 100644
--- a/media-gfx/oxipng/Manifest
+++ b/media-gfx/oxipng/Manifest
@@ -23,6 +23,7 @@ DIST crossbeam-utils-0.8.11.crate 40887 BLAKE2B 
6cf3c4e28243515f06193ef746b18129
 DIST deflate-1.0.0.crate 62722 BLAKE2B 
e8feda0890c90164ad3df45b49f79d17323626e469e50bf6025370af499c609ea14b06c2f489780f6d450d9094b09eb2ddbd7f80ddd06abc0abbdaf1d1efb482
 SHA512 
06ffe2829956c59b5bb80c29a58742ddcf33884410d8edfd126dbd7fd39c1dac704b2561dc99ed63ca1ea4665cf68d6bce96de99dbf105a7b1616ac858704862
 DIST either-1.8.0.crate 15992 BLAKE2B 
5b9254d54ced1f23447cc78fca74f12085c37e3c2da441b30521819025ebb808e8cbd9cbcec811f8b3951030914c1736b8bda61744d1323af8c5b8b0a3ef3ee9
 SHA512 
5089b218af067b51ee39c085568a1a6f542e8f68b362207bd7126cbcd2b76783cd21cc1517a1d088ce4dad1714be03a3660f50e9498a0bb43a8676cd7ec490d2
 DIST filetime-0.2.17.crate 14484 BLAKE2B 
c181cf4c3ddc5831c006917e7432620a62a0ca7aa379ea7f1aab9b99a8cf725055e8510f7f63ae5add770dc8f91c824d3b4e9e86ec0f3e7faa4e9a647c431a8b
 SHA512 
3f7cc4e64381f4076ae04bbc0adbe2ecb024719f1f2fcc2ef537b0285261e03b8af7655d2db72358185dcce109df060d4a4a4015b3168fae0f6a952878860087
+DIST flate2-1.0.24.crate 70191 BLAKE2B 
f5ff04557dd0a57151b4c704cce60622157be4c847fb0a42eeb5a9d531ba28d34b41632bc1b34d2f935ab576f152479f72877dc4e6b296edf125becc6e6d52b2
 SHA512 
8faf97c28dcc4553f4880295677b1269b4acbc6518d006913d32d7e319990c6631e10f1baf7199b96e03f6de95b9e2de04502522bb1eb45bc301a0fbb0bfc0c5
 DIST glob-0.3.0.crate 18724 BLAKE2B 
1f1dd380e7d668a0c2cff9134279ebda958b4bccdd4a65ff01f9665b45ec4cce8ffbd47eb46e52cf516c5fd5803561e6bcb60cdee21ddfbb8601a95d45500620
 SHA512 
87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46
 DIST hashbrown-0.12.3.crate 102968 BLAKE2B 
492072f27eaec45abd2c5d7405c614c0c6a8221425e901bb6174bfa1688ee524408a618650126d6c683b7285b9bf0a21dcdbff7347e4d8f97bf7111defa1b7e5
 SHA512 
b3700fcd659a21a6b9b3777c18b37a83bf25542b4e8f2b963779a122f5d22e1742c064cfc03e649583e7dd5c6e90ca8407f8c51a0e8755f6a108682853022f76
 DIST hermit-abi-0.1.19.crate 9979 BLAKE2B 
801e8052b85341cca388ada9db4b06bb1bd7b64474185b2ad06c0256b9e597639bd3dd4ba0053ea010f922e53969a4ab47b90d451fd9b94c8f2324055d151ea1
 SHA512 
1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632fd5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a
@@ -44,7 +45,9 @@ DIST num_cpus-1.13.1.crate 14752 BLAKE2B 
27490aeee349d944c29e50b44e9a84371030459
 DIST once_cell-1.14.0.crate 31614 BLAKE2B 
b9ac8f889c86d4160ee026fca20b5135aa7bd60e8bfaf23946d003bcf0b666929a4da5859d874449d15b6ba0ec4c26e98273d020be50184b9d44ae90b8608175
 SHA512 
81531f06f32854e1794555e10ccd6ee2b6913bfefdd9eed52dd44a02e799fa6371cdf102cc67bc70d581a0cc4abb7dd16c9c12ede6df4ff38b20dc5908bad186
 DIST os_str_bytes-6.3.0.crate 22928 BLAKE2B 
84e8197375742373bc7c7a3b459f8a9f97ffa0b8a2e517bee0d8ebb420a8509056cf56984612f44171c6b5e219b6ea91b14134fa6386b3cf3502b13ab92386c9
 SHA512 
34f861a15543933c9fcb560a835bd943231ffcef2c68126d8633f8e792d2d59a20765947feddb0c795a15329d74260d6c2bf74a1f10ee88f355f47240acbb42e
 DIST oxipng-6.0.0.tar.gz 51828261 BLAKE2B 
db6e22968bb8247b14481892ea6e5c3240f89ef1e3fca4efd3fddf9e0fca78a48b5553a96840a019650cc3cce8c6073abb3270e8086acdce940d42a1ff7e8996
 SHA512 
beb24bb409f19f3d10e7774c4bf1f9485aedbbd48eaf254a9039d987586fdddc80c725df1f32f21dee28f5252a8f15d3dcad6cf6465f19eb11e935570efe9f8f
+DIST oxipng-6.0.1.tar.gz 51828545 BLAKE2B 
3f1cceeb91a0bb2d3e8426de6c08c53a1f87cc207306d9475b49842ad5140e4c71ebbf2992fa3e10e8056eec827428c9ba62f9bdab0306e332e1d2cb2d8e3d3a
 SHA512 
4a66bc41cd205b01cef96ee307b633d5f2637e1792dbc63e2d457d1e6e0d8a006fd9fcc9d3e7eb740fbe6e4ec4b789115e3a2a1e2b5c615b253c3261806e0da1
 DIST png-0.17.5.crate 80450 BLAKE2B 
0e686524f3d1158bbaca8828b50601c62ef601ac0541df08827ee2285b3cd636592f08efc37cb67808368c6fbb4511439ea54c96598c2e56162a8f4841e78cff
 SHA512 
43df7662a4e31e2b734b913439e32748da149680976286ea54c7bc2aecfd8550b35956266224e6ffc410b22c40ee2ee166219602e07c3e9c3500737e5bbef7ec
+DIST png-0.17.6.crate 80695 BLAKE2B 
2fd956ff04d32a386aec4210939cb9cec5dfca4b72c98dfe49aefa130a229414e6e1692ed55fe9704dd56ef11851b61c3fe0fc50a9207192407432c1332c3f15
 SHA512 

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

2022-09-07 Thread Sam James
commit: 98b863bdfc020222dd2e788899518b20ae2490aa
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  7 23:34:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  7 23:34:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b863bd

app-text/xmlto: EAPI 8

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

 app-text/xmlto/xmlto-0.0.28-r9.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/xmlto/xmlto-0.0.28-r9.ebuild 
b/app-text/xmlto/xmlto-0.0.28-r9.ebuild
index 1db249209926..1ac025998449 100644
--- a/app-text/xmlto/xmlto-0.0.28-r9.ebuild
+++ b/app-text/xmlto/xmlto-0.0.28-r9.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
@@ -22,8 +22,10 @@ RDEPEND="
text? ( || ( virtual/w3m www-client/elinks www-client/links 
www-client/lynx ) )
latex? ( dev-texlive/texlive-formatsextra )
 "
-# We only depend on flex when we patch the input lexer.
 DEPEND="${RDEPEND}"
+# We only depend on flex when we patch the input lexer.
+# We touch it in fix-warnings.patch.
+BDEPEND="sys-devel/flex"
 
 DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS )
 



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

2022-09-07 Thread Sam James
commit: f2c2beb6007ad270dff9aacedbcf2ef0946eaa74
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  7 23:31:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  7 23:31:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c2beb6

app-text/xmlto: fix build w/ clang 15 (backport warning fixes)

Throw in some other upstream warning fixes too.

Closes: https://bugs.gentoo.org/869080
Signed-off-by: Sam James  gentoo.org>

 .../xmlto/files/xmlto-0.0.28-fix-warnings.patch| 116 +
 app-text/xmlto/xmlto-0.0.28-r9.ebuild  |  54 ++
 2 files changed, 170 insertions(+)

diff --git a/app-text/xmlto/files/xmlto-0.0.28-fix-warnings.patch 
b/app-text/xmlto/files/xmlto-0.0.28-fix-warnings.patch
new file mode 100644
index ..b90eea1f42df
--- /dev/null
+++ b/app-text/xmlto/files/xmlto-0.0.28-fix-warnings.patch
@@ -0,0 +1,116 @@
+https://bugs.gentoo.org/869080
+
+https://pagure.io/xmlto/c/1375e2df75530cd198bd16ac3de38e2b0d126276?branch=master
+https://pagure.io/xmlto/c/412f97cdc00d2bbf7e8121012b49fc07b3fe3d2b?branch=master
+https://pagure.io/xmlto/c/8e34f087bf410bcc5fe445933d6ad9bae54f24b5?branch=master
+https://pagure.io/xmlto/c/6fa6a0e07644f20abf2596f78a60112713e11cbe?branch=master
+
+From 1375e2df75530cd198bd16ac3de38e2b0d126276 Mon Sep 17 00:00:00 2001
+From: Thomas Kuehne 
+Date: Dec 11 2021 20:45:45 +
+Subject: fix -Wimplicit-int for ifsense
+
+
+fixes:
+xmlif/xmlif.l:46:8: warning: type defaults to ‘int’ in declaration of 
‘ifsense’ [-Wimplicit-int]
+   46 | static ifsense; /* sense of last `if' or unless seen */
+  |^~~
+
+Signed-off-by: Thomas Kuehne 
+
+--- a/xmlif/xmlif.l
 b/xmlif/xmlif.l
+@@ -43,7 +43,7 @@
+ 
+ static char **selections; /* selection tokens */
+ static int nselections;   /* number of selections */
+-static ifsense;   /* sense of last `if' or unless seen */
++static int ifsense;   /* sense of last `if' or unless seen */
+ static char *attribute;   /* last attribute scanned */
+ 
+ struct stack_t {
+
+
+From 412f97cdc00d2bbf7e8121012b49fc07b3fe3d2b Mon Sep 17 00:00:00 2001
+From: Thomas Kuehne 
+Date: Dec 11 2021 20:45:59 +
+Subject: fix extra ‘;’ outside of a function
+
+
+Fixes:
+xmlif/xmlif.l:240:24: warning: ISO C does not allow extra ‘;’ outside of a 
function [-Wpedantic]
+  240 | int yywrap() {exit(0);};
+  |^
+
+Signed-off-by: Thomas Kuehne 
+
+--- a/xmlif/xmlif.l
 b/xmlif/xmlif.l
+@@ -237,7 +237,7 @@ WS [ \t\n]*
+ 
+ #include "config.h"
+ 
+-int yywrap() {exit(0);};
++int yywrap() {exit(0);}
+ 
+ main(int argc, char *argv[])
+ {
+
+
+From 8e34f087bf410bcc5fe445933d6ad9bae54f24b5 Mon Sep 17 00:00:00 2001
+From: Thomas Kuehne 
+Date: Dec 11 2021 20:56:00 +
+Subject: Fix return type of main function
+
+
+Fixes:
+xmlif/xmlif.l:242:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
+  242 | main(int argc, char *argv[])
+  | ^~~~
+
+Signed-off-by: Thomas Kuehne 
+
+--- a/xmlif/xmlif.l
 b/xmlif/xmlif.l
+@@ -239,7 +239,7 @@ WS [ \t\n]*
+ 
+ int yywrap() {exit(0);}
+ 
+-main(int argc, char *argv[])
++int main(int argc, char *argv[])
+ {
+ int i;
+ 
+@@ -265,7 +265,7 @@ main(int argc, char *argv[])
+   exit(1);
+   }
+ 
+-yylex();
++return yylex();
+ }
+ 
+ /*
+
+From 6fa6a0e07644f20abf2596f78a60112713e11cbe Mon Sep 17 00:00:00 2001
+From: Thomas Kuehne 
+Date: Dec 11 2021 21:03:42 +
+Subject: add strings.h import
+
+
+Fixes:
+xmlif/xmlif.l:162:13: warning: implicit declaration of function ‘strncasecmp’; 
did you mean ‘strncmp’? [-Wimplicit-function-declaration]
+  162 | if (strncasecmp(selections[i], attr, eqoffset) == 0)
+  | ^~~
+
+Signed-off-by: Thomas Kuehne 
+
+--- a/xmlif/xmlif.l
 b/xmlif/xmlif.l
+@@ -37,6 +37,7 @@
+  */
+ #include 
+ #include 
++#include 
+ 
+ #define TRUE  1
+ #define FALSE 0

diff --git a/app-text/xmlto/xmlto-0.0.28-r9.ebuild 
b/app-text/xmlto/xmlto-0.0.28-r9.ebuild
new file mode 100644
index ..1db249209926
--- /dev/null
+++ b/app-text/xmlto/xmlto-0.0.28-r9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Script for converting XML and DocBook documents to a variety of 
output formats"
+HOMEPAGE="https://pagure.io/xmlto;
+SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="latex text"
+
+RDEPEND="
+   app-text/docbook-xsl-stylesheets
+   app-text/docbook-xml-dtd:4.2
+   dev-libs/libxslt
+   || ( sys-apps/util-linux app-misc/getopt )
+  

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

2022-09-07 Thread Marek Szuba
commit: f8aefca5a2bee8def8480eb5a9c6069ef67e08f4
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep  7 23:21:09 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep  7 23:22:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8aefca5

app-text/bibletime: remove indirect dependencies

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

 app-text/bibletime/bibletime-3.0.3-r3.ebuild   | 60 ++
 .../files/bibletime-3.0.3-no_indirect_deps.patch   | 20 
 2 files changed, 80 insertions(+)

diff --git a/app-text/bibletime/bibletime-3.0.3-r3.ebuild 
b/app-text/bibletime/bibletime-3.0.3-r3.ebuild
new file mode 100644
index ..7c4cc4b09136
--- /dev/null
+++ b/app-text/bibletime/bibletime-3.0.3-r3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt Bible-study application using the SWORD library"
+HOMEPAGE="https://bibletime.info/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-text/sword-1.8.1[curl,icu]
+   dev-cpp/clucene
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwebchannel:5
+   dev-qt/qtwebengine:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   dev-qt/qttest:5"
+BDEPEND="dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.3-no_indirect_deps.patch
+)
+
+DOCS=( ChangeLog README.md )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "s:Dictionary;Qt:Dictionary;Office;TextTools;Utility;Qt:" \
+   -i cmake/platforms/linux/bibletime.desktop.cmake || die "fixing 
.desktop file failed"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_HANDBOOK_HTML=no
+   -DBUILD_HANDBOOK_PDF=no
+   -DBUILD_HOWTO_HTML=no
+   -DBUILD_HOWTO_PDF=no
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/app-text/bibletime/files/bibletime-3.0.3-no_indirect_deps.patch 
b/app-text/bibletime/files/bibletime-3.0.3-no_indirect_deps.patch
new file mode 100644
index ..87a129c9d80b
--- /dev/null
+++ b/app-text/bibletime/files/bibletime-3.0.3-no_indirect_deps.patch
@@ -0,0 +1,20 @@
+According to documentation upstream build scripts only look for these
+packages to try and guess whether support for them has been enabled
+in app-text/sword.
+
+--- a/platforms/common/core/core.pro
 b/platforms/common/core/core.pro
+@@ -173,13 +173,5 @@
+ # Clucene
+ include(../../common/clucene/clucene.pro)
+ 
+-# CURL
+-# optional
+-curl:include(../../common/curl/curl.pro)
+-
+-# ICU
+-# optional
+-icu:include(../../common/icu/icu.pro)
+-
+ # Sword
+ include(../../common/sword/sword.pro)



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

2022-09-07 Thread Sam James
commit: 7ce9609cb78bce9009841307efd5078eb2096386
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  7 22:40:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  7 22:51:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce9609c

app-text/enscript: fix implicit function declarations

Unlike normal missing includes, implicit function declaration
fixes require a revbump as they can affect code generation.

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

 ...nscript-1.6.6.ebuild => enscript-1.6.6-r1.ebuild} |  3 ++-
 .../enscript-1.6.2-implicit-function-decl.patch  | 20 
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/app-text/enscript/enscript-1.6.6.ebuild 
b/app-text/enscript/enscript-1.6.6-r1.ebuild
similarity index 92%
rename from app-text/enscript/enscript-1.6.6.ebuild
rename to app-text/enscript/enscript-1.6.6-r1.ebuild
index bb889e8b0db3..f7a75d380afc 100644
--- a/app-text/enscript/enscript-1.6.6.ebuild
+++ b/app-text/enscript/enscript-1.6.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,6 +26,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.6.4-ebuild.st.patch
"${FILESDIR}"/${PN}-1.6.5.2-php.st.patch
"${FILESDIR}"/${PN}-1.6.4-fsf-gcc-darwin.patch
+   "${FILESDIR}"/${PN}-1.6.2-implicit-function-decl.patch
 )
 
 src_prepare() {

diff --git 
a/app-text/enscript/files/enscript-1.6.2-implicit-function-decl.patch 
b/app-text/enscript/files/enscript-1.6.2-implicit-function-decl.patch
new file mode 100644
index ..90868d182023
--- /dev/null
+++ b/app-text/enscript/files/enscript-1.6.2-implicit-function-decl.patch
@@ -0,0 +1,20 @@
+https://cgit.openembedded.org/meta-openembedded/plain/meta-oe/recipes-extended/enscript/enscript/0001-getopt-Include-string.h-for-strcmp-stcncmp-functions.patch?h=master-next=6c251848590867debaaf87bfe12bed572d8f6a8d
+
+From faec0206611f8ea4ca6f70987866077ac8c3c6c1 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Fri, 2 Sep 2022 21:24:27 -0700
+Subject: [PATCH] getopt: Include string.h for strcmp/stcncmp functions
+
+Upstream-Status: Pending
+
+Signed-off-by: Khem Raj 
+--- a/compat/getopt.c
 b/compat/getopt.c
+@@ -43,6 +43,7 @@
+ #endif
+ 
+ #include 
++#include  /* strcmp */
+ 
+ /* Comment out all this code if we are using the GNU C Library, and are not
+actually compiling the library itself.  This code is part of the GNU C



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

2022-09-07 Thread Sam James
commit: d2adbf791493b27c42120df242478d5e3b35a9cc
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  7 22:51:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  7 22:51:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2adbf79

net-misc/rsync: fix build w/ clang 15

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

 .../rsync/files/rsync-3.2.5-pedantic-errors.patch  | 53 ++
 net-misc/rsync/rsync-3.2.5-r1.ebuild   | 12 -
 net-misc/rsync/rsync-.ebuild   |  8 +++-
 3 files changed, 71 insertions(+), 2 deletions(-)

diff --git a/net-misc/rsync/files/rsync-3.2.5-pedantic-errors.patch 
b/net-misc/rsync/files/rsync-3.2.5-pedantic-errors.patch
new file mode 100644
index ..33afbd954a12
--- /dev/null
+++ b/net-misc/rsync/files/rsync-3.2.5-pedantic-errors.patch
@@ -0,0 +1,53 @@
+https://github.com/WayneD/rsync/commit/9a3449a3980421f84ac55498ba565bc112b20d6c
+
+In particular, avoids attr configure test failing.
+
+From 9a3449a3980421f84ac55498ba565bc112b20d6c Mon Sep 17 00:00:00 2001
+From: Wayne Davison 
+Date: Thu, 18 Aug 2022 17:33:54 -0700
+Subject: [PATCH] Stop enabling -pedantic-errors.
+
+--- a/configure.ac
 b/configure.ac
+@@ -1071,21 +1071,6 @@ elif test x"$ac_cv_header_popt_h" != x"yes"; then
+ with_included_popt=yes
+ fi
+ 
+-if test x"$GCC" = x"yes"; then
+-if test x"$with_included_popt" != x"yes"; then
+-  # Turn pedantic warnings into errors to ensure an array-init overflow 
is an error.
+-  CFLAGS="$CFLAGS -pedantic-errors"
+-else
+-  # Our internal popt code cannot be compiled with pedantic warnings as 
errors, so try to
+-  # turn off pedantic warnings (which will not lose the error for 
array-init overflow).
+-  # Older gcc versions don't understand -Wno-pedantic, so check if 
--help=warnings lists
+-  # -Wpedantic and use that as a flag.
+-  case `$CC --help=warnings 2>/dev/null | grep Wpedantic` in
+-  *-Wpedantic*) CFLAGS="$CFLAGS -pedantic-errors -Wno-pedantic" ;;
+-  esac
+-fi
+-fi
+-
+ AC_MSG_CHECKING([whether to use included libpopt])
+ if test x"$with_included_popt" = x"yes"; then
+ AC_MSG_RESULT($srcdir/popt)
+
+--- a/configure.sh
 b/configure.sh
+@@ -9982,14 +9982,14 @@ fi
+ if test x"$GCC" = x"yes"; then
+ if test x"$with_included_popt" != x"yes"; then
+   # Turn pedantic warnings into errors to ensure an array-init overflow 
is an error.
+-  CFLAGS="$CFLAGS -pedantic-errors"
++  CFLAGS="$CFLAGS "
+ else
+   # Our internal popt code cannot be compiled with pedantic warnings as 
errors, so try to
+   # turn off pedantic warnings (which will not lose the error for 
array-init overflow).
+   # Older gcc versions don't understand -Wno-pedantic, so check if 
--help=warnings lists
+   # -Wpedantic and use that as a flag.
+   case `$CC --help=warnings 2>/dev/null | grep Wpedantic` in
+-  *-Wpedantic*) CFLAGS="$CFLAGS -pedantic-errors -Wno-pedantic" ;;
++  *-Wpedantic*) CFLAGS="$CFLAGS  -Wno-pedantic" ;;
+   esac
+ fi
+ fi

diff --git a/net-misc/rsync/rsync-3.2.5-r1.ebuild 
b/net-misc/rsync/rsync-3.2.5-r1.ebuild
index 1abfebf444ed..6e6e4bd34c3e 100644
--- a/net-misc/rsync/rsync-3.2.5-r1.ebuild
+++ b/net-misc/rsync/rsync-3.2.5-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+# Uncomment when introducing a patch which touches configure
+RSYNC_NEEDS_AUTOCONF=1
 PYTHON_COMPAT=( python3_{8..10} )
 inherit prefix python-single-r1 systemd
 
@@ -17,6 +19,10 @@ else

VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/waynedavison.asc
inherit verify-sig
 
+   if [[ -n ${RSYNC_NEEDS_AUTOCONF} ]] ; then
+   inherit autotools
+   fi
+
if [[ ${PV} == *_pre* ]] ; then
SRC_DIR="src-previews"
else
@@ -60,6 +66,10 @@ else
BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-waynedavison )"
 fi
 
+PATCHES=(
+   "${FILESDIR}"/${P}-pedantic-errors.patch
+)
+
 pkg_setup() {
# - USE=examples needs Python itself at runtime, but nothing else
# -  needs commonmark at build time
@@ -71,7 +81,7 @@ pkg_setup() {
 src_prepare() {
default
 
-   if [[ ${PV} == * ]] ; then
+   if [[ ${PV} == * || -n ${RSYNC_NEEDS_AUTOCONF} ]] ; then
eaclocal -I m4
eautoconf -o configure.sh
eautoheader && touch config.h.in

diff --git a/net-misc/rsync/rsync-.ebuild b/net-misc/rsync/rsync-.ebuild
index 1abfebf444ed..804909ae11e6 100644
--- a/net-misc/rsync/rsync-.ebuild
+++ b/net-misc/rsync/rsync-.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+# Uncomment when introducing a patch which touches configure
+#RSYNC_NEEDS_AUTOCONF=1
 PYTHON_COMPAT=( python3_{8..10} )
 inherit prefix python-single-r1 systemd
 
@@ -17,6 +19,10 @@ else

VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/waynedavison.asc
inherit 

[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pk-helper/

2022-09-07 Thread Matt Turner
commit: 561533989a421d875d0cb9fe24283233593389d9
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep  7 22:25:32 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep  7 22:26:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56153398

net-print/cups-pk-helper: Restrict tests

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

 net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild 
b/net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild
index beb9c4167af5..1dda6c630333 100644
--- a/net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild
+++ b/net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild
@@ -12,6 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+RESTRICT="test" # bug #864949
 
 DEPEND="
>=dev-libs/glib-2.36.0:2



[gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/

2022-09-07 Thread Matt Turner
commit: 11385a6c784eb9d44e35ddbd9481e23ee629223a
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep  7 22:26:29 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep  7 22:26:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11385a6c

net-misc/mobile-broadband-provider-info: Restrict tests

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

 .../mobile-broadband-provider-info-20220511.ebuild  | 2 +-
 .../mobile-broadband-provider-info-20220725.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild
 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild
index c852b0dcbc9a..8738df855a0d 100644
--- 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild
+++ 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild
@@ -12,7 +12,7 @@ LICENSE="CC-PD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="test"
-RESTRICT="!test? ( test )"
+RESTRICT="!test? ( test ) test" # bug #856436
 
 BDEPEND="
dev-libs/libxslt

diff --git 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild
 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild
index ba7cf7cab4d5..39b48f37d9a7 100644
--- 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild
+++ 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild
@@ -12,7 +12,7 @@ LICENSE="CC-PD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="test"
-RESTRICT="!test? ( test )"
+RESTRICT="!test? ( test ) test" # bug #856436
 
 BDEPEND="
dev-libs/libxslt



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

2022-09-07 Thread Mike Pagano
commit: a8d3d8af42246ba9892ffb2cf46d664dbf657120
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:18:45 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:18:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d3d8af

sys-kernel/gentoo-sources: drop 5.19.3

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.19.3.ebuild| 29 --
 2 files changed, 32 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index f74d110fbcf3..7aaebc9f038a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -70,9 +70,6 @@ DIST genpatches-5.15-68.extras.tar.xz 3932 BLAKE2B 
34fd77b8464322ad369de5b86dd8d
 DIST genpatches-5.15-69.base.tar.xz 2924208 BLAKE2B 
fc4f14592624fe2516c917425c04eaeb7e45073fb77e5830fefee93e3d25c448c8a523862ae89cab99220599c7ab5992d03cb5f81354236f77bc2e21ee802fe9
 SHA512 
ebfcc2c23304a6b316ecf226fab1200cedc7893093c99ca50cca4c1ad393dc5abcaaa0f2d4789909425a8eae2ebf57d4651f95eddfe40ac39522c95de59961d9
 DIST genpatches-5.15-69.experimental.tar.xz 5424 BLAKE2B 
52c0545a16f3a40d509f10681ec52f4c1058fb203c19984c75db2127a56595e1511556a4d619b33a4b7e6795ce0085f5f191d0c6269690195208f45b6b4d19e6
 SHA512 
57ec5d37f49292e88c1123b79df6206434fefc7409000d8c2d0bf774c3206c4749e8bca0143a2597e2594d874c660b44af800c0974b86613ff8edf7b8de78dc0
 DIST genpatches-5.15-69.extras.tar.xz 3932 BLAKE2B 
03a0b738dd90047356abd306bcdee18e7468d111dcff28cfe4bc39c7328d146c69178b1fdd19cef92c0076ad981e845f2ad37778a0907bcf0fa572011d747b08
 SHA512 
bf29f35d834d6113b68a3ab0a2c2ab2b241c2fa13e47f59669d23a6510cbfb29d24f5947582b2c24f2e4e3170e798d6d0a4171c47973399431a32b76a770488a
-DIST genpatches-5.19-5.base.tar.xz 481392 BLAKE2B 
f23c98d0d5a582d29215478076c151a1b823cac82e63d8688a379c26541af78a8211424d4552fc22ae47fb5a0d1f515642237c76c38032bfa1fabf54f102e42e
 SHA512 
a5419c772071a45ba9c6014b65f134c8b4a90305e73348046921d276a3952834b2c4ca7f85066aff0d820f499d798dd63c0ee534706c82a503e16093fd124fb8
-DIST genpatches-5.19-5.experimental.tar.xz 72044 BLAKE2B 
4b22e69790362c3df7eab33c0ee44c5fe7a5a7f17c27a6e27b37ad5c75eb6953f5d7807978f6645d070335bfba8686a71e59c41dcdcba05864676f6c709d1f9f
 SHA512 
343687fb10883c4a03faefad06fd492739927f36c7bc67f322a6ca55193774a1d57707509a42a7448da687db6a77ce217e6246301dfc2878f464ef00f61ea319
-DIST genpatches-5.19-5.extras.tar.xz 3776 BLAKE2B 
3a18b348d0048423e5e9151235a8bbc15f9d89b3c4f773072e2ecd6ee0dcb62e1a5a70408620f39a72fec0f0efa2afb7c741a407b776cf878778f87722d90c41
 SHA512 
5f17a8f809c62324949d495282a01dcf373e4cc2a9aaa04291e5ba253b2bfb5f8f3773d4eedd38d194f143a70af23a1c1f5067e81ab7f9a2ea60dd703df77163
 DIST genpatches-5.19-6.base.tar.xz 595780 BLAKE2B 
87db7f493d421ed3f0991278f16aeb984485ef5f5ef390d18cc37b27e2dec27704c1575e5ef0a475da6a5e87d68a119899d4a827c81a368c255d45887ea8a681
 SHA512 
2af94e970216f5297ad791496d6245fab8a0c037d5dd57161f2428dcc9c742414f0073c35be515bf6714a4962f7cc13a023e590e15902c6d68921e93a8bfeec3
 DIST genpatches-5.19-6.experimental.tar.xz 72060 BLAKE2B 
d403221fc0063092be8bb9fe12e0bdaab88db64d11b16c4c4d516a301bebd0066e9f410312ba421c97b22a8622283616db072d0b8bb4a4ae88aee91c360804a9
 SHA512 
561e669a0f8eed98cd62e95f3bec7d47fe9bfa636af399edfbf8954e683cbce62cdc8010473ba9a2ee167ba8a8873568bdf647f3ec632d485d09d7adbac36871
 DIST genpatches-5.19-6.extras.tar.xz 3772 BLAKE2B 
48f01ce8b863f73dd12e06d51e9716e6b5ca6694ed0612aabfd51e6a05a4289cdccddc6061c84a5c0c32878f6b030343e31bc29dc77161226b70d1b09448337b
 SHA512 
550123defebfd2a2d0651840cdf6ce5b47f7b79c874fd97c766e758c72f7412053f682f1d3187788ed15a59b73e09356937329d1ca49b90fa0565cf25dec44d2

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



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

2022-09-07 Thread Mike Pagano
commit: 6fa83ea04da4b730734c8c441a1487923a2e7368
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:17:27 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:17:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa83ea0

sys-kernel/gentoo-sources: drop 5.10.137

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.10.137.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index cb30af22a634..d66f513ae347 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -43,9 +43,6 @@ DIST genpatches-4.9-330.extras.tar.xz 3676 BLAKE2B 
a4b70eb90d01d06355204013baf1c
 DIST genpatches-5.10-144.base.tar.xz 3907764 BLAKE2B 
41b8ce08ca73879811e11d91f9365ddfbbc15617a4b825ba00144e71feb86e0ef24b3418b77b203a13ad6299237085a2a1c796beb6ac9aa98a5990a39fd1dd02
 SHA512 
1b946439d9cf6d97df1acadd7b36ef657fac40ff98b31e2237f3cc412e9efd6d4d1d409339af9d48779dbd9d88aac124f67e07afcf99e7760f93afb6d226131c
 DIST genpatches-5.10-144.experimental.tar.xz 16876 BLAKE2B 
7be06890636984bcfec45818726c48dee9b2de69a3278bad8a79b1f9d4443695bf9fa56132b4f41c21564a43fe309f1191b2ce794430f6a697c58308d32396ff
 SHA512 
677edca73f20e9c41fda7c400daf4870d00141cbd6ba8ced934ce785e3e6270db15f820ba5561202687fd437aa64ad2f71bb1a3f397c577d7d1dde90e1cc79e1
 DIST genpatches-5.10-144.extras.tar.xz 3868 BLAKE2B 
0d956a61fb525b8ce3b14c215a0c0a6ffa46f21fcf87a63884d31418946a64de0c680472a62fc9bc0d83f67b49dfe88ed373e3ff2ba2f369a0909e3947b27c16
 SHA512 
c870f84b1a4ae7b95518d08ab46fc7e632a47884e43a9c774be34335ebf825388136ed360f5129c8c97567600e79ce2889d64d9b60a1a8bd2a5b4052e74e2973
-DIST genpatches-5.10-146.base.tar.xz 4033504 BLAKE2B 
fa3dfbc67491cf219ae495a47fbba153dc6a9609a28b4d195d3ae0a179266a36da8f6c34b4c3c1af3bfa0e19ae85e9f670f080124a6c4b1910cc7f2b6f900971
 SHA512 
e55d819e0cb0f5cb356a58c8fe3a296dc3066122856270b2f43a868d48b3d6b36ee0c2649c5f59709000c9054eac8d6d5f0b94b6a7f2b6e395d7c6c2a8d76f2a
-DIST genpatches-5.10-146.experimental.tar.xz 16872 BLAKE2B 
1c751f8d07c3c8aac69382aef00f275e682312c286e037ad79f45a7a5a447de57a1bd4bbf8c8be32ebb5add0f5ff02f561b88d17c112d5676062595acaaabd40
 SHA512 
62c6af36d1da28f6cc914b13f7b07c615c2ee86afa811cceb76f44f0b37f73d6491ec047c9da4b775e97e8815560a06f02198926721d67a8c3a8fd539680c5fc
-DIST genpatches-5.10-146.extras.tar.xz 3868 BLAKE2B 
968502af5c3f60f744f5b18dea3a170136d6101455ddef8e03b42891d482dc1a5b49cf7992473d993d4006fe086bb0f8bfdba1ee9726db5e6449fd2a82b0fb53
 SHA512 
923225b3be6c99d15fe71bc0e13970315decbe814ed929f35233e5a478df37b1e6bcc6bde45440f33271f75d0d35a2b99da32625f813444af181dae729bc9c0e
 DIST genpatches-5.10-147.base.tar.xz 4073808 BLAKE2B 
0e1214facddef3b26bab742ca4164773162e6954996bb8e5137707c6728e0deacd4bd2679f276edc0cd03669a0d03a5c7744918efa1189877e38608dc393d065
 SHA512 
84f5bc607c10a08a03c8afe8617719827588b49ff9ca6401fd128806ec91fd6d07cfff6ca313f5a49e9a1b37b9aba2aff9bd0f597d65bb7c36236e148a04b397
 DIST genpatches-5.10-147.experimental.tar.xz 16868 BLAKE2B 
101d56d3766d75cf98845adf20ec87607a3037467b58fdfd4dcbf97f049746d1968384e2c513c8a46742f8724f8d17dc71dc36773b32c437b8f0090b0a0fedc8
 SHA512 
1ed0e8cb5ee5382f4d982100f936d2726b8e0db8d4f5bd0cc061bdb2736a0c8223decac985752fe571a0619208fdf2f3e70aa8c5093808b93833a41a60310c90
 DIST genpatches-5.10-147.extras.tar.xz 3868 BLAKE2B 
1f12eea29cda808c434364d0f60ae931819a53d20bf632a12f140c47a001387987688eef1a90a31227a6ccfc217c5db3839d06527a7bcc1877d30c98dc47e21d
 SHA512 
492274da82c010f4d7f33dcf623789a9be51ee711d19076657b091b1e91ed70ff6010aba5e7778c9769eaef28216baa01d3f373fb76c595db38b4763ff182740

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



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

2022-09-07 Thread Mike Pagano
commit: 01a2898f89966d246d3ff3490419ab039029d747
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:18:17 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:18:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a2898f

sys-kernel/gentoo-sources: drop 5.19.2

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.19.2.ebuild| 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 0e53f0338879..e4286e01905f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -70,9 +70,6 @@ DIST genpatches-5.15-68.extras.tar.xz 3932 BLAKE2B 
34fd77b8464322ad369de5b86dd8d
 DIST genpatches-5.15-69.base.tar.xz 2924208 BLAKE2B 
fc4f14592624fe2516c917425c04eaeb7e45073fb77e5830fefee93e3d25c448c8a523862ae89cab99220599c7ab5992d03cb5f81354236f77bc2e21ee802fe9
 SHA512 
ebfcc2c23304a6b316ecf226fab1200cedc7893093c99ca50cca4c1ad393dc5abcaaa0f2d4789909425a8eae2ebf57d4651f95eddfe40ac39522c95de59961d9
 DIST genpatches-5.15-69.experimental.tar.xz 5424 BLAKE2B 
52c0545a16f3a40d509f10681ec52f4c1058fb203c19984c75db2127a56595e1511556a4d619b33a4b7e6795ce0085f5f191d0c6269690195208f45b6b4d19e6
 SHA512 
57ec5d37f49292e88c1123b79df6206434fefc7409000d8c2d0bf774c3206c4749e8bca0143a2597e2594d874c660b44af800c0974b86613ff8edf7b8de78dc0
 DIST genpatches-5.15-69.extras.tar.xz 3932 BLAKE2B 
03a0b738dd90047356abd306bcdee18e7468d111dcff28cfe4bc39c7328d146c69178b1fdd19cef92c0076ad981e845f2ad37778a0907bcf0fa572011d747b08
 SHA512 
bf29f35d834d6113b68a3ab0a2c2ab2b241c2fa13e47f59669d23a6510cbfb29d24f5947582b2c24f2e4e3170e798d6d0a4171c47973399431a32b76a770488a
-DIST genpatches-5.19-3.base.tar.xz 478968 BLAKE2B 
25068c570a53be6102a0b32c0da57589368adf14d3dfdc964bfb375ebc2ce5ff007206e23647e6e6775ef5d7e129198861324a4fcdd0a706cf2ef635ef224c31
 SHA512 
ae9f96092898e374e987799087165f1ba1d3ba7dc6d1fa9792808e45fb8c875cdf4cf3fe94b121e67e96f357f22cf1d48f2d1d14cf439710173ac2cad3d44a03
-DIST genpatches-5.19-3.experimental.tar.xz 70236 BLAKE2B 
cc33e27b7b0ae60ad5ee7655f8a0e57cdc040ab0681d97ccb36ae7e19e544fd6e2fb76347cd0c963d872d8641f72fad48112c71cbd9989c6efba0b38c1eef8d0
 SHA512 
4e9bf78af510d0974496cfeb03aff3f8eea283fdb68e0cd5a00e13d90b454b90842ea478d8d54a41c084f7f5d2cf7a624cb3a2bf6f7d21abef9b35325e6ee00f
-DIST genpatches-5.19-3.extras.tar.xz 3772 BLAKE2B 
4706120698ddf259e586d0284b5939bb64a83625a1e540f398bb95605e39ac0686b783f0d18aab9751f2acd89ce44d25961d9cf3318feba4cefdff30d887a63b
 SHA512 
f90472cac5eabeb53c6cffaa928215c1c45c4491402ec7f9917f03a2184aad80862ff3358f7c8586e2e8b6259021c586bc59ad917da110a6592486e9fae478a3
 DIST genpatches-5.19-4.base.tar.xz 478976 BLAKE2B 
264890c7d60d756d4307ac7b2ae31d6ca32fff745e720c9963ccf0a635200e697b7d55d3a0698b9ff102846aefaf5624766e6f78ac07ec12cd7a85b83d5b11bf
 SHA512 
51bdcf8d737b0f71b5c73f610de21c26df06144c075d51d2d18967f8630c1efd255ff4587fc00e0d5a7749733cf82956036f8506345f333cb5bcc9889161cfc5
 DIST genpatches-5.19-4.experimental.tar.xz 72056 BLAKE2B 
113cc07034cf0df294826a147faf5d3fa48005cc852d762e0aba3b576dbe77d42d34ff013ee5798e3adb1a59f8009474519db4f2db605aac21e2c23627f71a99
 SHA512 
c2ca5c0577f29c5d0acc8c5a2fe37e7ac9c6b603cf0290fafb65ab1d98d9e6b4de41405c5850a2f4d966b4fae2b22f56c59a8208d490434ca8c688964a464c3e
 DIST genpatches-5.19-4.extras.tar.xz 3776 BLAKE2B 
5f9ec16f79be3706d19c348d27960a3e9d26d9fd42800a67c8607af12c652975b7fbd019c8a948115c89e45cdd375eba89715b9588a1d09bd877e314f975eee7
 SHA512 
700c08e80c552829d7a13f4d8bc291d2271fd37049c8968aa827715c7ae58c19a32dc8c7c4a20d0a734ac21923137d856601253c26c2211be91a6db15c409e4c

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



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

2022-09-07 Thread Mike Pagano
commit: ca1c99f18bab14700f50b707c32b0ca1689aab85
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:17:14 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:17:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1c99f1

sys-kernel/gentoo-sources: drop 5.10.136

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.10.136.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 2f4a2c3afedf..cb30af22a634 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -43,9 +43,6 @@ DIST genpatches-4.9-330.extras.tar.xz 3676 BLAKE2B 
a4b70eb90d01d06355204013baf1c
 DIST genpatches-5.10-144.base.tar.xz 3907764 BLAKE2B 
41b8ce08ca73879811e11d91f9365ddfbbc15617a4b825ba00144e71feb86e0ef24b3418b77b203a13ad6299237085a2a1c796beb6ac9aa98a5990a39fd1dd02
 SHA512 
1b946439d9cf6d97df1acadd7b36ef657fac40ff98b31e2237f3cc412e9efd6d4d1d409339af9d48779dbd9d88aac124f67e07afcf99e7760f93afb6d226131c
 DIST genpatches-5.10-144.experimental.tar.xz 16876 BLAKE2B 
7be06890636984bcfec45818726c48dee9b2de69a3278bad8a79b1f9d4443695bf9fa56132b4f41c21564a43fe309f1191b2ce794430f6a697c58308d32396ff
 SHA512 
677edca73f20e9c41fda7c400daf4870d00141cbd6ba8ced934ce785e3e6270db15f820ba5561202687fd437aa64ad2f71bb1a3f397c577d7d1dde90e1cc79e1
 DIST genpatches-5.10-144.extras.tar.xz 3868 BLAKE2B 
0d956a61fb525b8ce3b14c215a0c0a6ffa46f21fcf87a63884d31418946a64de0c680472a62fc9bc0d83f67b49dfe88ed373e3ff2ba2f369a0909e3947b27c16
 SHA512 
c870f84b1a4ae7b95518d08ab46fc7e632a47884e43a9c774be34335ebf825388136ed360f5129c8c97567600e79ce2889d64d9b60a1a8bd2a5b4052e74e2973
-DIST genpatches-5.10-145.base.tar.xz 3914420 BLAKE2B 
0d6f00cfba2ea5bc70bf44549e82b79d8e7a59b8e34ad7b94dc97c0ab1059ad005b15d09ab51fd9dcf65243dbf0abc0221d26ee06708adacc7dcc7aa18e7939a
 SHA512 
4b2cc1f37d0dee2bb8181be5ea4030b3c9f2035c688cba3e5d512584486158cd7e1d944d089bff7a28d55d1353ea500de6adaaaf282767fadb1f1d206a2682c7
-DIST genpatches-5.10-145.experimental.tar.xz 16872 BLAKE2B 
f64a4d634711e4238c0cec9fadd42b505b4f693a681ecf6bac4e9cd57cfe8735e4423b0970be26c04deedf674b9de7fd71630643899026dda2dce26f15023138
 SHA512 
0ab1863443820644382917f2cdbdb6eac22f27cabf23015d43e9b97ad07dbb29ca197c5e958a17d7b7090936ae162d376acfd1a36c5006d60da86c05cfa42e1c
-DIST genpatches-5.10-145.extras.tar.xz 3868 BLAKE2B 
1e6d3c0402bd46656c9f524ff9b309f4d8f4ba85be0dcf210774b5975d85d2098301ff8e6b33fe419d1bc70faf0a4d1d7572fa5c70122a5508a66790a2f18c4b
 SHA512 
d51bcafbcd6cfa70b9aefddb416020363720c152944edba3a41ae152c9b3a0ef1ca3fc70252d9a75b0b636c3480890aa8bd727e18b699d789ad5b08fd065cf7a
 DIST genpatches-5.10-146.base.tar.xz 4033504 BLAKE2B 
fa3dfbc67491cf219ae495a47fbba153dc6a9609a28b4d195d3ae0a179266a36da8f6c34b4c3c1af3bfa0e19ae85e9f670f080124a6c4b1910cc7f2b6f900971
 SHA512 
e55d819e0cb0f5cb356a58c8fe3a296dc3066122856270b2f43a868d48b3d6b36ee0c2649c5f59709000c9054eac8d6d5f0b94b6a7f2b6e395d7c6c2a8d76f2a
 DIST genpatches-5.10-146.experimental.tar.xz 16872 BLAKE2B 
1c751f8d07c3c8aac69382aef00f275e682312c286e037ad79f45a7a5a447de57a1bd4bbf8c8be32ebb5add0f5ff02f561b88d17c112d5676062595acaaabd40
 SHA512 
62c6af36d1da28f6cc914b13f7b07c615c2ee86afa811cceb76f44f0b37f73d6491ec047c9da4b775e97e8815560a06f02198926721d67a8c3a8fd539680c5fc
 DIST genpatches-5.10-146.extras.tar.xz 3868 BLAKE2B 
968502af5c3f60f744f5b18dea3a170136d6101455ddef8e03b42891d482dc1a5b49cf7992473d993d4006fe086bb0f8bfdba1ee9726db5e6449fd2a82b0fb53
 SHA512 
923225b3be6c99d15fe71bc0e13970315decbe814ed929f35233e5a478df37b1e6bcc6bde45440f33271f75d0d35a2b99da32625f813444af181dae729bc9c0e

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



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

2022-09-07 Thread Mike Pagano
commit: 1696d05a6fbe9683ccb9f5d13bebd25c34f2513d
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:16:44 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:16:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1696d05a

sys-kernel/gentoo-sources: drop 5.4.208

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.4.208.ebuild   | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 994fae22a419..d88fb1e8e097 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -106,9 +106,6 @@ DIST genpatches-5.19-9.extras.tar.xz 3804 BLAKE2B 
fd1717b9506bb6077e9b595b8c5a1b
 DIST genpatches-5.4-208.base.tar.xz 4869104 BLAKE2B 
3e9038248ddcfd22d67248e65199cca89bd2b8b3aa99aafcee63e5c294dc360c01d7d7eda809e1c18b06a9356363c575339197b2425bcafa8676cad68c17f90e
 SHA512 
880fd09492e5cb0fa8a94e2df5fdf912be59210f1f142a456e3f80c31142e92bee3161bd77038b606616442cf3396b3961a24422de3056f72b4556d06262d3a5
 DIST genpatches-5.4-208.experimental.tar.xz 16908 BLAKE2B 
ae7e40749a5bf9e80bb0c417a735c1a29cf88131e60a4054cb3ca021911f35d37a1b4ee185a7fa1227a068ae7967fc27c3db817dfc84fbee462e2779cf99a02f
 SHA512 
3afae20a8afc9795516b60cdac904fc7e60e234a57b8f77fdd2738a0b881ba80780b47b5ff4c42a26707ff2168e6824a72507bcbff262450f816dd006abae975
 DIST genpatches-5.4-208.extras.tar.xz 1812 BLAKE2B 
3e5b8cae462a748eb36af66c4ebc393fc09882a1fa23cce6f82a078ea5598c23c2ecbe7029d6e2060735fe342b3a7bb5c235dcf16081bba0f05a6b88501af991
 SHA512 
b550dce1b6d090959eaacd523ee1be258fbf9db84309054c3cce9beb0bae710ff2e1c23f480310072fb08f7456bdf825b3ba76d57e999fc1597368df93e65677
-DIST genpatches-5.4-213.base.tar.xz 4933392 BLAKE2B 
ce7ea84b52c60d4ae9cef1ddc3abd3f37de0ad5d7344645b3e4376db29d45b2acfe7b7b89e557c6265b4abbda9827fc68d4ef7c63eb418d3707166d7ed50586e
 SHA512 
6107308eb5f3a0b1b079297fa7815a335620a2a0023250f1c4a92c84dfcf2ab7afea9388906e93fcc21d9ef85f350d638a8d245c29cca5b38968b71ce1a4d06e
-DIST genpatches-5.4-213.experimental.tar.xz 16892 BLAKE2B 
c2ec3c171e2e31a08681666b093c2f3ec2a8f613922d7a44861d54ef2fbefde5286ef2d1baf5c4fa8392a4ed70c7b1938041c4ffa6482700a29388a79cdf1a47
 SHA512 
f18a4b89c7afe9e276216717d4ff62c5a66ecef56243f0d28df3452f2dc44af0d2e5e8b964da86f245fceeeccc5d7daa3b1687c5f6de11df4ab8d3f1cb4ee144
-DIST genpatches-5.4-213.extras.tar.xz 1812 BLAKE2B 
b6812b7e126a55b2079832ddce8c9ba09aee71b8cfcc137c5d0e553a7878e9fdc6e57e64b3670123cb90661d52b3aa0818fbfb7d3d48bd0521c0a0f46ee420e9
 SHA512 
1deba84aabde4c35213ab38e0f40fe1aa696470bcd5a6f103635d0078726622574ebdbb5caeed7d1516ef45a326052b2ac9d4f6ef2dfb0e0f84f837f9a350927
 DIST genpatches-5.4-214.base.tar.xz 4943544 BLAKE2B 
5b7d27e1b520cdaff98dc9fe6ddfe102a9c09fb8a5fd36a57d5f36ebbd7639ce1a59dbeb55e71ede1129a3890318b740b24bc654716f81840d6d2e6d8a95de20
 SHA512 
6494bb7d1b9ef0e46fa31a164b3c807338463dcd4d8108e5a0c5d944196f1b3e1df51192f733861514a302af3eefee530b1e173dec9b6ddd3bb0120e47714fbf
 DIST genpatches-5.4-214.experimental.tar.xz 16908 BLAKE2B 
6f18616f3b6637b4aa8602616eb5535e315cb1833035f45d34d170f1f48061949b1e11a2deac94d61e20517269eeffd11ee1016d5521edd16a9e380d84a88e86
 SHA512 
d3932bef02b1b45b8ebc6e7f36c13fc35b03659f3e67da33cc44cf0e8152623cd0d38a05a71e39acbf5678bc1a6cff5f48763a4b73c94d84c2aab22fa1239eff
 DIST genpatches-5.4-214.extras.tar.xz 1812 BLAKE2B 
f82f9d703ed7fafa1abae01e9ab15db88b318ef84254360d105490bc727244795064fc6b21fbf771626da9adb62aba44a170165518fae58d8adfde7319e1971c
 SHA512 
a3d8f94e4d9b7e5c29be7c1b336273f89ed38bbd4c21e6b34a51421ef71581a6e8ecc15751fe0bd7dbc1c98a754d1491304383f21925c0018b6e57891f76f303

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



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

2022-09-07 Thread Mike Pagano
commit: 89bc509bb4af69e2615e0252200595b6156a6cd9
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:17:52 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:17:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bc509b

sys-kernel/gentoo-sources: drop 5.15.61

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.15.61.ebuild   | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 72b82baba66a..0e53f0338879 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -58,9 +58,6 @@ DIST genpatches-5.10-150.extras.tar.xz 3868 BLAKE2B 
92e49d3a7830cc36aa27c7604530
 DIST genpatches-5.15-63.base.tar.xz 2523256 BLAKE2B 
99979433623fad89d9a237f80f126e43f8d3a013cbf0ba77c3b5a4f2d02ee5bddc8d52be4a88f758225fd0ddc6a26946f9b08011b75404830fe44132e5fa5297
 SHA512 
4c582e0348e8d1d8ff7747c49a09a4fedd9c6b64e7f40c13fedfef0407557aaaf65cd7fb45a41b8175c8b15fe274261960f7af74459e353329fe378bfaef0fe6
 DIST genpatches-5.15-63.experimental.tar.xz 5416 BLAKE2B 
15f4bec8ad60aeca18c9af152cd7ad505da4dad900e9d3bb12225b1cdd6893b53eea320ac1213240ec3bd169abb518a081dabbd4c64c63eb9aad5239425a8faa
 SHA512 
794cd9c41fa86bd28199af6145acac8bba4fce15944f1f54061452501fc0dbc9a0670dbc42c6caf4b2f0972e512f028e20a61141c58f8490f69a03f6ee540c93
 DIST genpatches-5.15-63.extras.tar.xz 3932 BLAKE2B 
372a8997239e0c1cb97db2fe02e5c3e2f8f26c29705f8210d1eb30168fa0a7720949b64e399d4846b185ddd2141171cb13e5da5ae85e620e382262256a6c
 SHA512 
461eb99b6e124a648bdaacb015c7b413e102cb28768bb149a154d1c4fc570ae241a73c5bc64024b385ac8eac831a6bf65e79bd93f168fb93f94b0fae133080f7
-DIST genpatches-5.15-65.base.tar.xz 2795292 BLAKE2B 
75100ab05b0b1a8fcd2df2176f6e8b28758cc518919de20f6be4f764a6351b589242a61d7229c05f1e1228338a74c16cc3c8523a0cc7cf991d9d03f6fcf543a7
 SHA512 
e87e718e39ecac03229d607cf7c869819af06445f86d63a3b5e478b2968d6e9811ceed189f146bf4b99d8fb21b3d9100e3a09a03bf270b521afc227f45792617
-DIST genpatches-5.15-65.experimental.tar.xz 5428 BLAKE2B 
7dde921e69df23840538855e84c289b89a6cda43ee18fa6ab049629e42ae32b616cc84dd8420de6dbaff05da7d99bc86bacceb1c39c142b8e02cdc855b70078a
 SHA512 
2160b956135019fa4eb9d4aee3d22b658cb130fb826865bebb17d57d8ffc508d7db964118790062586b4a949f617c8751cef14085ca9291fb741003f8d36b10c
-DIST genpatches-5.15-65.extras.tar.xz 3932 BLAKE2B 
5e530c404d10e8ce0a228377a18ad473b2bf17e68b4214d7de676ea872fbce439ef08e610dbe7a33ace4721dcb5b1bec1b0672e19bafe00d7b9a1812934f51b8
 SHA512 
0df7125b6bbe48790a2f9c3cda7f273dede01c2ff532fd494014435040f58839f07ec0f9c0ba9d4f21738fc969cc8e59c3d1cdc23238db6f2d5d1373bdb6cdda
 DIST genpatches-5.15-66.base.tar.xz 2799948 BLAKE2B 
971d8676d351bd8203076bf9f325b60142d7576e3a9373bca9ed1f4960604a0b9275da0707862365c194bd5fe7370aaf3b73a876185d88ae8d2c52f79f2c5fc6
 SHA512 
3dcb3909e8921f845cae61a61485b69941560e603f4067564e1cfef684dfdb0d963b511a4e5d120b67fee659d1beb9eeb1f6ca5ac08b39544bd7239d9e407f8f
 DIST genpatches-5.15-66.experimental.tar.xz 5420 BLAKE2B 
1b294b987046d92d946ff841a6ad5646d663a1759d12b2471c6a6251ee5a1b692b2f3fd6731c806c7bf42c2362b411c949e9b157f0456de1a724b60313f1d738
 SHA512 
d9546db01d7b9908c9cfa3a5684e7d277fb4e5bfcbb8203828f3d67f71063d8b33aab6908ae712976f4470ad4e00f64ed84c4db8d12cc215902dacf5bab6c2f3
 DIST genpatches-5.15-66.extras.tar.xz 3932 BLAKE2B 
c8b7c822a3c1ecb3080ed90f0b137091ab8f8dbc0077cbc7cca6cd29a3a21ebfbefdc927bc46bee4fb75312e04047d62ecd437e971dd1b66033082b81c9519cb
 SHA512 
0616ca7294543ad4fba7cc6e5722181cb6822f1fddbb82b45ed53633cbc50e7795beb78ab675d81479c2ef984d6497070451a15acc6d41c2f4c5c5eb96ba49d1

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



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

2022-09-07 Thread Mike Pagano
commit: 18a040c85d5b6c05ff0946bc1af689f148a6c158
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:16:08 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:16:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a040c8

sys-kernel/gentoo-sources: drop 4.19.253

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-4.19.253.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1256be1e4294..f87cdc820d6d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -16,9 +16,6 @@ DIST genpatches-4.14-303.extras.tar.xz 3656 BLAKE2B 
2f250a314ad5e159a47b06fee8e3
 DIST genpatches-4.19-249.base.tar.xz 5600204 BLAKE2B 
aff3a7c269f42dc509a2d71285c90737e4e6872bba67f9ed5ba6599ea57cd4710152f31b4916cf3bfcdd6f4a0115953723b5f4851c2b2ebc247a3c9322bce90b
 SHA512 
9fbd1b6c0a83478d20695c0a29a5ce61c296173317bda3226f76f5b6d588c3bf141ad7170b9397eb76e1454ee68e48ade8550af33add15e8568e753da6955173
 DIST genpatches-4.19-249.experimental.tar.xz 5460 BLAKE2B 
07bfb98c286bf7d893e5b4b9478dc3428236262b66d39160ce0a34b713d87d382b614e35e5d418305658da0706a67b0fa93e4926007a0c3fdf48131fad6a499e
 SHA512 
753abcb94e38ac8282bf5f9a49a1b2fc65db67ce8ff473c2f5969213922e79996c447de0cb1a776e013c2e07753d4ae6a03189f6bde7da3470e0644cadb61a88
 DIST genpatches-4.19-249.extras.tar.xz 3664 BLAKE2B 
3f5a8d3f6d6acc48e1d1c82e7cf5bca7b9fcbede5b2362637ef82b4d36b406ff91b01654ca3c1129f3ca40377db35926b02ee6bb87c2ab27357e08b7554d3ba5
 SHA512 
f25835630b6f09037f706394ae173ffc0d4a41300d3a9065f241f322175bbb630bcf882de3c6a2cce2059045a10fdb2cfc4358ad8ebfc68c161331b84100846f
-DIST genpatches-4.19-252.base.tar.xz 5625760 BLAKE2B 
29064436d0e994fac5b700a779d9685f639267a371e7f31d40887bb7572ec309f28a80f59b5d57558b8185324faa0acc36d76d037d447a33210e5f85d7911bbd
 SHA512 
54c9688e2d58feba1648bd37b4707b15298ac207abf5140e94e21f3368267590e1580c7d7026c86b8fb804f4ce15c37fde219bb1bb18509904fceb96c5382153
-DIST genpatches-4.19-252.experimental.tar.xz 5460 BLAKE2B 
033575713515f26d023a9a9f073f45bba901d324256ed672f47255d523a4b9d4a90b81ab7f932d1ec348bbc9fd967f16e817c649b92a33b148c52f509d98b56e
 SHA512 
cb046a79e61b02bc8e49a73af4a56e5d961348b4b21d97b9375e9e38889ba6e52e9ac80aa326100594fad1b5171fcbc5d5b1318aca0494fbdcbd9583596d230f
-DIST genpatches-4.19-252.extras.tar.xz 3664 BLAKE2B 
cf5b8fa06cdea22043ee6f291547d501c79802a438a09333d371350dcae0118534f7bf7d680d24a5437b12e470274ecc0a4d393d2c0bd6fd485e7b2f29a44420
 SHA512 
3516a485185b66dc06bf135bc6910bc58aae37c1e1a1a3a8ed871182edf1fdb6240ddf8cc0d297256a8fb09daa4fc37249e249a8bdf586703711941306071344
 DIST genpatches-4.19-253.base.tar.xz 5642084 BLAKE2B 
155fb8844207b9963986fc0b91c5d457f65b1724d033f224de15d971d84087490caa7361dcab6cc0d8d6dc08d7a754be354f7f2501e999ad3fa098e25267a3f8
 SHA512 
eeab6e7cea48a2f83d9e90aa27018aa728869cd6d8b596cfda03a8f12f0fd56ac8bd1d3669d982bc8b2be3561ca3024647b0eccb7eb56b25b6ee80d92a3710b2
 DIST genpatches-4.19-253.experimental.tar.xz 5460 BLAKE2B 
05303142767c86af4e5dc2386995cf4f3a2c6a0ee505d5932b68c0b28d9a596b7deadf5ca0a0c8d31ed1227d92f64d3748abb9a80108846dfb3464bc4e8390f9
 SHA512 
5a17a528dc0bef04dee24a73bf6a7ba918b10379f7ce5bb36ee224eaecd988409fe6e627c270708b39c9fea39dc678740593231838b3192ebf2208f8d060e6ef
 DIST genpatches-4.19-253.extras.tar.xz 3664 BLAKE2B 
eb96ed2925448ba20c41186ccb137423509c52d27f97bb322ae041f0a6068018abb247ce6060d28dc62e6acae0b7306ece046f1d3aa8935b41390cf0efd7d489
 SHA512 
f863780a01fc641422528c105552a8c201437da53d0bb60159f9a8f33bc0b288204178afae68fa8072e5e39f2c871bd9432b34d04fff5f88c6d151699f290f7f

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



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

2022-09-07 Thread Mike Pagano
commit: b824cf194d1a2833e33bd73bfea2079c033fc45d
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:16:23 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:16:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b824cf19

sys-kernel/gentoo-sources: drop 4.19.254

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-4.19.254.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index f87cdc820d6d..994fae22a419 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -16,9 +16,6 @@ DIST genpatches-4.14-303.extras.tar.xz 3656 BLAKE2B 
2f250a314ad5e159a47b06fee8e3
 DIST genpatches-4.19-249.base.tar.xz 5600204 BLAKE2B 
aff3a7c269f42dc509a2d71285c90737e4e6872bba67f9ed5ba6599ea57cd4710152f31b4916cf3bfcdd6f4a0115953723b5f4851c2b2ebc247a3c9322bce90b
 SHA512 
9fbd1b6c0a83478d20695c0a29a5ce61c296173317bda3226f76f5b6d588c3bf141ad7170b9397eb76e1454ee68e48ade8550af33add15e8568e753da6955173
 DIST genpatches-4.19-249.experimental.tar.xz 5460 BLAKE2B 
07bfb98c286bf7d893e5b4b9478dc3428236262b66d39160ce0a34b713d87d382b614e35e5d418305658da0706a67b0fa93e4926007a0c3fdf48131fad6a499e
 SHA512 
753abcb94e38ac8282bf5f9a49a1b2fc65db67ce8ff473c2f5969213922e79996c447de0cb1a776e013c2e07753d4ae6a03189f6bde7da3470e0644cadb61a88
 DIST genpatches-4.19-249.extras.tar.xz 3664 BLAKE2B 
3f5a8d3f6d6acc48e1d1c82e7cf5bca7b9fcbede5b2362637ef82b4d36b406ff91b01654ca3c1129f3ca40377db35926b02ee6bb87c2ab27357e08b7554d3ba5
 SHA512 
f25835630b6f09037f706394ae173ffc0d4a41300d3a9065f241f322175bbb630bcf882de3c6a2cce2059045a10fdb2cfc4358ad8ebfc68c161331b84100846f
-DIST genpatches-4.19-253.base.tar.xz 5642084 BLAKE2B 
155fb8844207b9963986fc0b91c5d457f65b1724d033f224de15d971d84087490caa7361dcab6cc0d8d6dc08d7a754be354f7f2501e999ad3fa098e25267a3f8
 SHA512 
eeab6e7cea48a2f83d9e90aa27018aa728869cd6d8b596cfda03a8f12f0fd56ac8bd1d3669d982bc8b2be3561ca3024647b0eccb7eb56b25b6ee80d92a3710b2
-DIST genpatches-4.19-253.experimental.tar.xz 5460 BLAKE2B 
05303142767c86af4e5dc2386995cf4f3a2c6a0ee505d5932b68c0b28d9a596b7deadf5ca0a0c8d31ed1227d92f64d3748abb9a80108846dfb3464bc4e8390f9
 SHA512 
5a17a528dc0bef04dee24a73bf6a7ba918b10379f7ce5bb36ee224eaecd988409fe6e627c270708b39c9fea39dc678740593231838b3192ebf2208f8d060e6ef
-DIST genpatches-4.19-253.extras.tar.xz 3664 BLAKE2B 
eb96ed2925448ba20c41186ccb137423509c52d27f97bb322ae041f0a6068018abb247ce6060d28dc62e6acae0b7306ece046f1d3aa8935b41390cf0efd7d489
 SHA512 
f863780a01fc641422528c105552a8c201437da53d0bb60159f9a8f33bc0b288204178afae68fa8072e5e39f2c871bd9432b34d04fff5f88c6d151699f290f7f
 DIST genpatches-4.19-254.base.tar.xz 5649516 BLAKE2B 
cabf9ee4329d35c9f6ddf28da294af4221189860806c6f0fc79f66e6049895beba7757290d7436c92425715e6415bade97fcdf534693c343ab119c999f0df541
 SHA512 
036a2114ccc8cc6549a171c3af053864b4783337a6fc4fe4be5695e8f8c4ec9c48bf7dd990225322d2a6c456d669157fc593bd5c1053bf0ea2763a5072215e48
 DIST genpatches-4.19-254.experimental.tar.xz 5460 BLAKE2B 
374c5a3ada1432bcc6afc7f7713ab28e29a0f0524c63bcac2affaf6dacbec2dffa2e51d4c85b0dfaa2f1d2fa18935a2a741124aea2044d1683ac527f66ffdceb
 SHA512 
8dd1970cfa64d5c36814d773dfb5369081500d6e35245ff5e13aaeb50b5d1b951cfad46161466d12280f44cef59d085a393b5412f9fc7e442673d15f68b7ac1f
 DIST genpatches-4.19-254.extras.tar.xz 3664 BLAKE2B 
0c261e4457c4922a31c2de110091f3ac30b92c30af77a543ca8a88b198f6d3de5182326e0e0466f5931cb8cdd2b8bb2b70a235cab7de778a67779f224f26f00e
 SHA512 
e09e100f1031e017b534f285f838ad5b4f4abbe4d520b82d5aa36f27bf87274a18bc8fb3249f6416a7eb6f15c83dd911fc755cc814f8400447cbe7a041262f44

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



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

2022-09-07 Thread Mike Pagano
commit: bd1c30e01c00fb0a85ed3bb18a7d6bf8bf0b90fa
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:18:32 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:18:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1c30e0

sys-kernel/gentoo-sources: drop 5.19.2-r1

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.19.2-r1.ebuild | 29 --
 2 files changed, 32 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e4286e01905f..f74d110fbcf3 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -70,9 +70,6 @@ DIST genpatches-5.15-68.extras.tar.xz 3932 BLAKE2B 
34fd77b8464322ad369de5b86dd8d
 DIST genpatches-5.15-69.base.tar.xz 2924208 BLAKE2B 
fc4f14592624fe2516c917425c04eaeb7e45073fb77e5830fefee93e3d25c448c8a523862ae89cab99220599c7ab5992d03cb5f81354236f77bc2e21ee802fe9
 SHA512 
ebfcc2c23304a6b316ecf226fab1200cedc7893093c99ca50cca4c1ad393dc5abcaaa0f2d4789909425a8eae2ebf57d4651f95eddfe40ac39522c95de59961d9
 DIST genpatches-5.15-69.experimental.tar.xz 5424 BLAKE2B 
52c0545a16f3a40d509f10681ec52f4c1058fb203c19984c75db2127a56595e1511556a4d619b33a4b7e6795ce0085f5f191d0c6269690195208f45b6b4d19e6
 SHA512 
57ec5d37f49292e88c1123b79df6206434fefc7409000d8c2d0bf774c3206c4749e8bca0143a2597e2594d874c660b44af800c0974b86613ff8edf7b8de78dc0
 DIST genpatches-5.15-69.extras.tar.xz 3932 BLAKE2B 
03a0b738dd90047356abd306bcdee18e7468d111dcff28cfe4bc39c7328d146c69178b1fdd19cef92c0076ad981e845f2ad37778a0907bcf0fa572011d747b08
 SHA512 
bf29f35d834d6113b68a3ab0a2c2ab2b241c2fa13e47f59669d23a6510cbfb29d24f5947582b2c24f2e4e3170e798d6d0a4171c47973399431a32b76a770488a
-DIST genpatches-5.19-4.base.tar.xz 478976 BLAKE2B 
264890c7d60d756d4307ac7b2ae31d6ca32fff745e720c9963ccf0a635200e697b7d55d3a0698b9ff102846aefaf5624766e6f78ac07ec12cd7a85b83d5b11bf
 SHA512 
51bdcf8d737b0f71b5c73f610de21c26df06144c075d51d2d18967f8630c1efd255ff4587fc00e0d5a7749733cf82956036f8506345f333cb5bcc9889161cfc5
-DIST genpatches-5.19-4.experimental.tar.xz 72056 BLAKE2B 
113cc07034cf0df294826a147faf5d3fa48005cc852d762e0aba3b576dbe77d42d34ff013ee5798e3adb1a59f8009474519db4f2db605aac21e2c23627f71a99
 SHA512 
c2ca5c0577f29c5d0acc8c5a2fe37e7ac9c6b603cf0290fafb65ab1d98d9e6b4de41405c5850a2f4d966b4fae2b22f56c59a8208d490434ca8c688964a464c3e
-DIST genpatches-5.19-4.extras.tar.xz 3776 BLAKE2B 
5f9ec16f79be3706d19c348d27960a3e9d26d9fd42800a67c8607af12c652975b7fbd019c8a948115c89e45cdd375eba89715b9588a1d09bd877e314f975eee7
 SHA512 
700c08e80c552829d7a13f4d8bc291d2271fd37049c8968aa827715c7ae58c19a32dc8c7c4a20d0a734ac21923137d856601253c26c2211be91a6db15c409e4c
 DIST genpatches-5.19-5.base.tar.xz 481392 BLAKE2B 
f23c98d0d5a582d29215478076c151a1b823cac82e63d8688a379c26541af78a8211424d4552fc22ae47fb5a0d1f515642237c76c38032bfa1fabf54f102e42e
 SHA512 
a5419c772071a45ba9c6014b65f134c8b4a90305e73348046921d276a3952834b2c4ca7f85066aff0d820f499d798dd63c0ee534706c82a503e16093fd124fb8
 DIST genpatches-5.19-5.experimental.tar.xz 72044 BLAKE2B 
4b22e69790362c3df7eab33c0ee44c5fe7a5a7f17c27a6e27b37ad5c75eb6953f5d7807978f6645d070335bfba8686a71e59c41dcdcba05864676f6c709d1f9f
 SHA512 
343687fb10883c4a03faefad06fd492739927f36c7bc67f322a6ca55193774a1d57707509a42a7448da687db6a77ce217e6246301dfc2878f464ef00f61ea319
 DIST genpatches-5.19-5.extras.tar.xz 3776 BLAKE2B 
3a18b348d0048423e5e9151235a8bbc15f9d89b3c4f773072e2ecd6ee0dcb62e1a5a70408620f39a72fec0f0efa2afb7c741a407b776cf878778f87722d90c41
 SHA512 
5f17a8f809c62324949d495282a01dcf373e4cc2a9aaa04291e5ba253b2bfb5f8f3773d4eedd38d194f143a70af23a1c1f5067e81ab7f9a2ea60dd703df77163

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



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

2022-09-07 Thread Mike Pagano
commit: 618fa36810bbe94b340ab9ae963cd476f015dfc8
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:17:40 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:17:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618fa368

sys-kernel/gentoo-sources: drop 5.15.60

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.15.60.ebuild   | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d66f513ae347..72b82baba66a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -58,9 +58,6 @@ DIST genpatches-5.10-150.extras.tar.xz 3868 BLAKE2B 
92e49d3a7830cc36aa27c7604530
 DIST genpatches-5.15-63.base.tar.xz 2523256 BLAKE2B 
99979433623fad89d9a237f80f126e43f8d3a013cbf0ba77c3b5a4f2d02ee5bddc8d52be4a88f758225fd0ddc6a26946f9b08011b75404830fe44132e5fa5297
 SHA512 
4c582e0348e8d1d8ff7747c49a09a4fedd9c6b64e7f40c13fedfef0407557aaaf65cd7fb45a41b8175c8b15fe274261960f7af74459e353329fe378bfaef0fe6
 DIST genpatches-5.15-63.experimental.tar.xz 5416 BLAKE2B 
15f4bec8ad60aeca18c9af152cd7ad505da4dad900e9d3bb12225b1cdd6893b53eea320ac1213240ec3bd169abb518a081dabbd4c64c63eb9aad5239425a8faa
 SHA512 
794cd9c41fa86bd28199af6145acac8bba4fce15944f1f54061452501fc0dbc9a0670dbc42c6caf4b2f0972e512f028e20a61141c58f8490f69a03f6ee540c93
 DIST genpatches-5.15-63.extras.tar.xz 3932 BLAKE2B 
372a8997239e0c1cb97db2fe02e5c3e2f8f26c29705f8210d1eb30168fa0a7720949b64e399d4846b185ddd2141171cb13e5da5ae85e620e382262256a6c
 SHA512 
461eb99b6e124a648bdaacb015c7b413e102cb28768bb149a154d1c4fc570ae241a73c5bc64024b385ac8eac831a6bf65e79bd93f168fb93f94b0fae133080f7
-DIST genpatches-5.15-64.base.tar.xz 2531728 BLAKE2B 
9e4501d9a9e423b50d1cea9265dceef035879be1f16b9745aa7bbac8370f7f79c4e6c36fc2f3971a7d766a00fe6bab585148433601ca0ed30b40ca4a9a870406
 SHA512 
70d7c3f805b0ce6a9cd8034f0fcf22db203621c7464c7eb158a0d7a01dfeafe313934119a639305d02da25afc1852aa29d16d9d0de3d0101bc3bc4a0af18e8e8
-DIST genpatches-5.15-64.experimental.tar.xz 5424 BLAKE2B 
8b63f5dad718f6cac9d229798d1ab33359114046dc700118db3ead0fb39b3a4982ecd4b0dd5fefdc932ed32bc7ea1715c75858b8c8f417b2f6c3ac415283204b
 SHA512 
d281600402ab9a17a77b4c859c35e4c946cf00ff8f590037ef208d6841760ebda84f2ee45f40670f868b415616415edf4e5f47c4eaa064f0a9dc1f3fd0692ef9
-DIST genpatches-5.15-64.extras.tar.xz 3932 BLAKE2B 
3d6407f9f8da0b68072b93f74e33255c8c33523f7101a2fb9ca5ec4156f6f8cedb558a6cecca2c46ca8775869a06805ab21962f2fd7d1e974ed1813f3c0fc59f
 SHA512 
6dc7dee3aae37c5504857188fd6957ef85765ecaa5bc17f70e172af66e3ba9d005f27aabbe9171b848f17c9bff5acedb42f01389ae1b6866dca44a1b6611d4e0
 DIST genpatches-5.15-65.base.tar.xz 2795292 BLAKE2B 
75100ab05b0b1a8fcd2df2176f6e8b28758cc518919de20f6be4f764a6351b589242a61d7229c05f1e1228338a74c16cc3c8523a0cc7cf991d9d03f6fcf543a7
 SHA512 
e87e718e39ecac03229d607cf7c869819af06445f86d63a3b5e478b2968d6e9811ceed189f146bf4b99d8fb21b3d9100e3a09a03bf270b521afc227f45792617
 DIST genpatches-5.15-65.experimental.tar.xz 5428 BLAKE2B 
7dde921e69df23840538855e84c289b89a6cda43ee18fa6ab049629e42ae32b616cc84dd8420de6dbaff05da7d99bc86bacceb1c39c142b8e02cdc855b70078a
 SHA512 
2160b956135019fa4eb9d4aee3d22b658cb130fb826865bebb17d57d8ffc508d7db964118790062586b4a949f617c8751cef14085ca9291fb741003f8d36b10c
 DIST genpatches-5.15-65.extras.tar.xz 3932 BLAKE2B 
5e530c404d10e8ce0a228377a18ad473b2bf17e68b4214d7de676ea872fbce439ef08e610dbe7a33ace4721dcb5b1bec1b0672e19bafe00d7b9a1812934f51b8
 SHA512 
0df7125b6bbe48790a2f9c3cda7f273dede01c2ff532fd494014435040f58839f07ec0f9c0ba9d4f21738fc969cc8e59c3d1cdc23238db6f2d5d1373bdb6cdda

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



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

2022-09-07 Thread Mike Pagano
commit: 4a5384dac28e417f27c6ace77d91abbe9e78d607
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:16:57 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:16:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5384da

sys-kernel/gentoo-sources: drop 5.4.209

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.4.209.ebuild   | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d88fb1e8e097..2f4a2c3afedf 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -106,9 +106,6 @@ DIST genpatches-5.19-9.extras.tar.xz 3804 BLAKE2B 
fd1717b9506bb6077e9b595b8c5a1b
 DIST genpatches-5.4-208.base.tar.xz 4869104 BLAKE2B 
3e9038248ddcfd22d67248e65199cca89bd2b8b3aa99aafcee63e5c294dc360c01d7d7eda809e1c18b06a9356363c575339197b2425bcafa8676cad68c17f90e
 SHA512 
880fd09492e5cb0fa8a94e2df5fdf912be59210f1f142a456e3f80c31142e92bee3161bd77038b606616442cf3396b3961a24422de3056f72b4556d06262d3a5
 DIST genpatches-5.4-208.experimental.tar.xz 16908 BLAKE2B 
ae7e40749a5bf9e80bb0c417a735c1a29cf88131e60a4054cb3ca021911f35d37a1b4ee185a7fa1227a068ae7967fc27c3db817dfc84fbee462e2779cf99a02f
 SHA512 
3afae20a8afc9795516b60cdac904fc7e60e234a57b8f77fdd2738a0b881ba80780b47b5ff4c42a26707ff2168e6824a72507bcbff262450f816dd006abae975
 DIST genpatches-5.4-208.extras.tar.xz 1812 BLAKE2B 
3e5b8cae462a748eb36af66c4ebc393fc09882a1fa23cce6f82a078ea5598c23c2ecbe7029d6e2060735fe342b3a7bb5c235dcf16081bba0f05a6b88501af991
 SHA512 
b550dce1b6d090959eaacd523ee1be258fbf9db84309054c3cce9beb0bae710ff2e1c23f480310072fb08f7456bdf825b3ba76d57e999fc1597368df93e65677
-DIST genpatches-5.4-214.base.tar.xz 4943544 BLAKE2B 
5b7d27e1b520cdaff98dc9fe6ddfe102a9c09fb8a5fd36a57d5f36ebbd7639ce1a59dbeb55e71ede1129a3890318b740b24bc654716f81840d6d2e6d8a95de20
 SHA512 
6494bb7d1b9ef0e46fa31a164b3c807338463dcd4d8108e5a0c5d944196f1b3e1df51192f733861514a302af3eefee530b1e173dec9b6ddd3bb0120e47714fbf
-DIST genpatches-5.4-214.experimental.tar.xz 16908 BLAKE2B 
6f18616f3b6637b4aa8602616eb5535e315cb1833035f45d34d170f1f48061949b1e11a2deac94d61e20517269eeffd11ee1016d5521edd16a9e380d84a88e86
 SHA512 
d3932bef02b1b45b8ebc6e7f36c13fc35b03659f3e67da33cc44cf0e8152623cd0d38a05a71e39acbf5678bc1a6cff5f48763a4b73c94d84c2aab22fa1239eff
-DIST genpatches-5.4-214.extras.tar.xz 1812 BLAKE2B 
f82f9d703ed7fafa1abae01e9ab15db88b318ef84254360d105490bc727244795064fc6b21fbf771626da9adb62aba44a170165518fae58d8adfde7319e1971c
 SHA512 
a3d8f94e4d9b7e5c29be7c1b336273f89ed38bbd4c21e6b34a51421ef71581a6e8ecc15751fe0bd7dbc1c98a754d1491304383f21925c0018b6e57891f76f303
 DIST genpatches-5.4-215.base.tar.xz 4945872 BLAKE2B 
7a0e2098f86258afe07e27a460aa8602f62fe646c918668d0f1bc03307e009ea275de198445c19a5e0727c459bdd00379c1bf86eab44265eb73a072e295b82ce
 SHA512 
dcd26f17ecbda5b2918e98f5cec369ff9e98fa323ae39f0172bf771cdb2125312d93bbc2f1d5f46cb9ba381ff9d0fd339ecc0eac8000db90c8c2b0e07016c313
 DIST genpatches-5.4-215.experimental.tar.xz 16900 BLAKE2B 
fb4974250b59caa5f313f70c5144c13028c73c443f09773408c294a768239ddc6e8681e67730a5d9b3729409f39125c4bffa9a8224fa8626c19728cbf3a4
 SHA512 
186443fba9518029c02def350b45a2c7c62e36508ee2ad5f06e3f94bc5a88fa3b44b101dc88a6f7c31bd59c76296ecd19c5151bc079981c03830060ab94dd5ba
 DIST genpatches-5.4-215.extras.tar.xz 1812 BLAKE2B 
26646412d59a947f1ed77792269296818ed1189aad3f30748e877e947119bd87a6a916f3ecb61a6effaa7346a31e1844eba123144e5055e5567e0be315578225
 SHA512 
bb45c3f3c617c9446390c15296e02ff0d01d67d96ff8e941fe14a1658e2e6845f2918f2c716cf7739dc5a0bf2dcfabb19f55bb77f51ee8a7b34c5ed2b263a959

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



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

2022-09-07 Thread Mike Pagano
commit: 83a6d1fe24dab707a8b8bfd59781eff6ae4f
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  7 22:14:39 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  7 22:14:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a6d1fe

sys-kernel/gentoo-sources: drop EOL 5.18.19-r1

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

 sys-kernel/gentoo-sources/Manifest |  4 
 .../gentoo-sources-5.18.19-r1.ebuild   | 28 --
 2 files changed, 32 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 086a698fb74c..1256be1e4294 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -88,9 +88,6 @@ DIST genpatches-5.15-68.extras.tar.xz 3932 BLAKE2B 
34fd77b8464322ad369de5b86dd8d
 DIST genpatches-5.15-69.base.tar.xz 2924208 BLAKE2B 
fc4f14592624fe2516c917425c04eaeb7e45073fb77e5830fefee93e3d25c448c8a523862ae89cab99220599c7ab5992d03cb5f81354236f77bc2e21ee802fe9
 SHA512 
ebfcc2c23304a6b316ecf226fab1200cedc7893093c99ca50cca4c1ad393dc5abcaaa0f2d4789909425a8eae2ebf57d4651f95eddfe40ac39522c95de59961d9
 DIST genpatches-5.15-69.experimental.tar.xz 5424 BLAKE2B 
52c0545a16f3a40d509f10681ec52f4c1058fb203c19984c75db2127a56595e1511556a4d619b33a4b7e6795ce0085f5f191d0c6269690195208f45b6b4d19e6
 SHA512 
57ec5d37f49292e88c1123b79df6206434fefc7409000d8c2d0bf774c3206c4749e8bca0143a2597e2594d874c660b44af800c0974b86613ff8edf7b8de78dc0
 DIST genpatches-5.15-69.extras.tar.xz 3932 BLAKE2B 
03a0b738dd90047356abd306bcdee18e7468d111dcff28cfe4bc39c7328d146c69178b1fdd19cef92c0076ad981e845f2ad37778a0907bcf0fa572011d747b08
 SHA512 
bf29f35d834d6113b68a3ab0a2c2ab2b241c2fa13e47f59669d23a6510cbfb29d24f5947582b2c24f2e4e3170e798d6d0a4171c47973399431a32b76a770488a
-DIST genpatches-5.18-24.base.tar.xz 1206000 BLAKE2B 
b9b1180ca2b31eafa5b8b635b136016db99d9f50dad4b2a2100eacb4d5092170e0c6b7596b934d165370f776f87f69f023240fe4bc91e033e4bfbd2c713dbaac
 SHA512 
0682923a33458305f934f4d1967b9f87e793af66a160668197b9bd3270caea0c826cc1d659e4b50919e297c4671a2a033ee4c8efadbc73ad18f87d37b4d126f7
-DIST genpatches-5.18-24.experimental.tar.xz 5400 BLAKE2B 
1bc7442e6c36d93b25b16987f24f22bc39e7ab3ff9596e10c4543b70bfab4d8085cd56c0f938ec3fccf8d82a919ad831d1d893bea7d69b9d1f43e7b43f715b37
 SHA512 
1fab9f10b740d4e0586c4657e7d51ad5500f6354c529781323c77afccbacfe1f19b4d9e468eb0d84e9fbc615d470d85b4865ee77258665b092ba24c606337664
-DIST genpatches-5.18-24.extras.tar.xz 3928 BLAKE2B 
fcda265d8cbeaa9cdcbe1468cb3fcf559d13aa5338524e022cfdf06f094c7fb0fe387a843ade417e89e18cb2660024c23b898766874d3a61a09bf3ebfb7c
 SHA512 
037402856fc3f0579d8dcb24625dbf54d4d4b2fe7e860bec98884891f2fe4849d8bbfd71d7306388fe38946dedbdac29f454c65effa09b691e8c9f50f0b2b4a1
 DIST genpatches-5.19-3.base.tar.xz 478968 BLAKE2B 
25068c570a53be6102a0b32c0da57589368adf14d3dfdc964bfb375ebc2ce5ff007206e23647e6e6775ef5d7e129198861324a4fcdd0a706cf2ef635ef224c31
 SHA512 
ae9f96092898e374e987799087165f1ba1d3ba7dc6d1fa9792808e45fb8c875cdf4cf3fe94b121e67e96f357f22cf1d48f2d1d14cf439710173ac2cad3d44a03
 DIST genpatches-5.19-3.experimental.tar.xz 70236 BLAKE2B 
cc33e27b7b0ae60ad5ee7655f8a0e57cdc040ab0681d97ccb36ae7e19e544fd6e2fb76347cd0c963d872d8641f72fad48112c71cbd9989c6efba0b38c1eef8d0
 SHA512 
4e9bf78af510d0974496cfeb03aff3f8eea283fdb68e0cd5a00e13d90b454b90842ea478d8d54a41c084f7f5d2cf7a624cb3a2bf6f7d21abef9b35325e6ee00f
 DIST genpatches-5.19-3.extras.tar.xz 3772 BLAKE2B 
4706120698ddf259e586d0284b5939bb64a83625a1e540f398bb95605e39ac0686b783f0d18aab9751f2acd89ce44d25961d9cf3318feba4cefdff30d887a63b
 SHA512 
f90472cac5eabeb53c6cffaa928215c1c45c4491402ec7f9917f03a2184aad80862ff3358f7c8586e2e8b6259021c586bc59ad917da110a6592486e9fae478a3
@@ -135,6 +132,5 @@ DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c03418
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
-DIST linux-5.18.tar.xz 129790264 BLAKE2B 
e2745a69eb70169e90505a9318a3993046eab3020496eecde7d8352ecda0eb71a25b21becf7ce93fc593507dce7d1cd61b94ddcdf82b3094d79c0d3d48508eeb
 SHA512 

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

2022-09-07 Thread Sam James
commit: 5b7aefd9b8c478cc0df59c8b31d3aceb3cae78fa
Author: Nathan E. Egge  xiph  org>
AuthorDate: Mon Sep  5 17:36:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  7 22:07:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7aefd9

media-gfx/oxipng: add 6.0.0

Signed-off-by: Nathan E. Egge  xiph.org>
Closes: https://github.com/gentoo/gentoo/pull/27158
Signed-off-by: Sam James  gentoo.org>

 media-gfx/oxipng/Manifest|  72 ++
 media-gfx/oxipng/metadata.xml|  19 ++
 media-gfx/oxipng/oxipng-6.0.0.ebuild | 114 +++
 3 files changed, 205 insertions(+)

diff --git a/media-gfx/oxipng/Manifest b/media-gfx/oxipng/Manifest
new file mode 100644
index ..5cf146c059f1
--- /dev/null
+++ b/media-gfx/oxipng/Manifest
@@ -0,0 +1,72 @@
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
+DIST bit-vec-0.6.3.crate 19927 BLAKE2B 
f5bd3bb9c87fdf3b206739b74df20cab50a1a45af3a58b2642a5a061c26207884be58ef8369a3cd06dfd3615bff0ce15915fdd4b6b6f03facc4a0f86c0b7e910
 SHA512 
b4b4a82c80d0ff13527ae4fff449ac9c1c7bc519c013af6ea3428348e0e5b9306b725c0a13a42d7d9dcf0f895a9eee0c63695a2503eb7fd2200083c9ea3a9aa8
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST bytemuck-1.12.1.crate 38293 BLAKE2B 
f714ba0b4b0d693c5b26a3bcbe9de8c1496851a298bb70770e6284ed68caea61d7b8c14d67ed0e8b6d9146e76f791192fcfe11e897146203d5acf536b9721e67
 SHA512 
50626367364cf0cb33658f6cbb99675f1191ed3e7ad447bd7d2c24f360bd3524ebe1b2d1fcc7d78d1a0692408da8d95795b54efee91a87c55e8b54711a968790
+DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
+DIST cc-1.0.73.crate 57880 BLAKE2B 
be8d7a25a54afdd759844e76aec61526fc2bd5ca09480e6cdd3bdcf27e5f9d3a88dc16cbcbf54cd021470a7cc521e1ad468116c112bbd30752bac0d5486939ac
 SHA512 
980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST clap-3.2.20.crate 214114 BLAKE2B 
b8bf14d5b60ac0a1156718e2993df45bd867519a195414de591ae92e009930121c674bd53ce8e5cad53659a1b9b72810a7cbbabc92d3552b2131cf3836083a4f
 SHA512 
85a1aa5f777a172aca71459225d72282fc7f21122ad7ade496a4734ffdd140476fd73d67da900fe323dd6a72d09401536e318b9654674a9f4f61dab822fe54a9
+DIST clap_lex-0.2.4.crate 9652 BLAKE2B 
5120b508dedf52507068c0c369a45ddfbe0369e5c05b65bc5a78c422b2a4bf488f9ef1e0bed4e335450f2c08b80148eb5f7efed678039b5a94b5bd666385939f
 SHA512 
6c05e5fd850befd45be9005af7252385f2304aa28a107413bbe329d97aea835f7acfd0bd169c99f69f466ab93d6e1c35d73a4e48343457a06fe2d6be5bedde0f
+DIST cloudflare-zlib-0.2.9.crate 6113 BLAKE2B 
bd618c86c78c16b7a38d7c6d2800d9ee470dec89c3695f6dbf6c440b08e3b3b4d72905682a003a8629604d6066b0d88d8ff1e7c64e339453dccfb482fe4a4e3a
 SHA512 
05dd747e4a7b2ea999a3a155304d9a05782b49e6a5af8ce07374c48e4b3c4601250a0c02a3a10c795aa887101c12679bbdc0d5ea7b89c7dfe5325aa51b6a42ad
+DIST cloudflare-zlib-sys-0.3.0.crate 143643 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-games/godot/

2022-09-07 Thread Ionen Wolkens
commit: 1081732659343aa696d36a7d2e4d0fd54d077d41
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Sep  7 20:20:35 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Sep  7 21:47:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10817326

dev-games/godot: add 4.0_alpha16

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-games/godot/Manifest |   1 +
 dev-games/godot/godot-4.0_alpha16.ebuild | 256 +++
 2 files changed, 257 insertions(+)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index e9361cee93fb..fec47a038c9a 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,3 +1,4 @@
 DIST godot-3.5-stable.tar.xz 24044340 BLAKE2B 
9d77ecdfa6bd90065fff26c2334f13c32bbbc4b26aad111b5aab2563d1e4782457ea6cf2115f1a809e0d8aac3d3ee9a138ad224998068983ad36e54a577d89c3
 SHA512 
23785e39ccc7e1406c97ee33b5e90f7f397aa907d79d72ed08ea3f4b7e68788030a1bcdd07c9f782a21ee3a84636a2cea47a57dcfc94c24e327fa210ae0515b0
 DIST godot-4.0-alpha14.tar.xz 30970116 BLAKE2B 
213616f3a80f97c09580324bf9296d12b6213a2941b3070353b45e160dc7d7bfd32fcae3fc2b64a91fa7d935c23d97fd02a015bc3501441d67261ee6e45e85e1
 SHA512 
511cb5d3f48c747232350bee25765c17032b99179fd70877f906bcd1a09449260a928c3df9f84c6f3afb47f564b8f4bf75d0a07d37f5a22dd5f5a96d1b1f4df5
 DIST godot-4.0-alpha15.tar.xz 30959600 BLAKE2B 
0631519d81147d64a01b543111b8317c436d4070f27cf54801a68a66b8d380e5ce33b85a78f09547ffc1b2573f9ac0c7860712808380849c26a0336c89d1c7f4
 SHA512 
47c750062e4e8262ee95e5b0337744e86b0092789a62c3847d27ab929281c414e5ca1d666a1f03f0a180203ee0f78f53e311976b52d54ee9f8a7b266afa3beb0
+DIST godot-4.0-alpha16.tar.xz 31012408 BLAKE2B 
6492953945e3f2f77da5dcf042d791dd2dc903e65b787704c8053d1ac61852dd3c1d8f8aa0a383f1c86495c863d1f15f6d5e77e6ecadda7ff87ae7c87bdce810
 SHA512 
56e87c7a02abf9dee15e89be829046b9335a7c01b7bd3bb38d71b3fe1f262f6e923741c47c2d96b2633b9a16f71882ec87aaf06bad42d4bdf7a429ff2db0b4b1

diff --git a/dev-games/godot/godot-4.0_alpha16.ebuild 
b/dev-games/godot/godot-4.0_alpha16.ebuild
new file mode 100644
index ..02df805c8f56
--- /dev/null
+++ b/dev-games/godot/godot-4.0_alpha16.ebuild
@@ -0,0 +1,256 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs 
xdg
+
+MY_P="${PN}-$(ver_rs 2 -)"
+
+DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
+HOMEPAGE="https://godotengine.org/;
+SRC_URI="https://downloads.tuxfamily.org/godotengine/$(ver_rs 2 
/)/${MY_P}.tar.xz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="
+   MIT
+   Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB
+   gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )"
+SLOT="4"
+#KEYWORDS="~amd64" # leaving 4 unkeyworded until at least first _beta
+# Enable roughly same as upstream by default so it works as expected,
+# except raycast (tools-only heavy dependency), and deprecated.
+IUSE="
+   +dbus debug deprecated +fontconfig +gui pulseaudio raycast
+   +runner speech test +theora +tools +udev +upnp +webp"
+RESTRICT="!test? ( test ) !tools? ( test ) !webp? ( test )"
+
+# dlopen: alsa-lib,dbus,fontconfig,pulseaudio,speech-dispatcher,udev
+RDEPEND="
+   app-arch/zstd:=
+   dev-games/recastnavigation:=
+   dev-libs/icu:=
+   dev-libs/libpcre2:=[pcre32]
+   media-libs/freetype[brotli,harfbuzz]
+   media-libs/harfbuzz:=[icu]
+   media-libs/libogg
+   media-libs/libpng:=
+   media-libs/libvorbis
+   

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

2022-09-07 Thread Adel KARA SLIMANE
commit: b1786ca8f81dbcfcbc2350a23053fcd349c866cb
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Sep  7 21:16:43 2022 +
Commit: Adel KARA SLIMANE  karaslimane  com>
CommitDate: Wed Sep  7 21:16:43 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1786ca8

mail-client/mailspring-bin: version bump to 1.10.5

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 mail-client/mailspring-bin/Manifest|  1 +
 .../mailspring-bin/mailspring-bin-1.10.5.ebuild| 62 ++
 2 files changed, 63 insertions(+)

diff --git a/mail-client/mailspring-bin/Manifest 
b/mail-client/mailspring-bin/Manifest
index 8c938ffe6..f6b230442 100644
--- a/mail-client/mailspring-bin/Manifest
+++ b/mail-client/mailspring-bin/Manifest
@@ -1,2 +1,3 @@
 DIST mailspring-1.10.3-amd64.deb 98695864 BLAKE2B 
dfd5009dbfe751d982c6556e90d13e56036e515178013f23666f408a2765639fef201b90569416eefa28be84cce991ed993f15a1d078956780b8141a4d487502
 SHA512 
d4a8f806baef8f076913b780d4b05041358fff270d62f846224c878ca9d270c0278c238ae73780d0f35e38c6d63b4e15b87ba5dba4b26984e734bbe9945bc997
+DIST mailspring-1.10.5-amd64.deb 101232116 BLAKE2B 
98ddf9034e00bf1661dec0c523f1dacb894a47e14237b658c38f1cdb5085d7b1c784caa8f8047eadbf9196f7883cdea33e8393f87066bdda078b10ed07537d49
 SHA512 
bfb9aecd62f03a511e409febfa84a460a9e03c7912bcd4c21f89c6ba4c5f11a5c31ea88c302499ec6fe66d2052cfce50b2868acd171e421bd5f3930f10694e8f
 DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 
58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498
 SHA512 
e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3

diff --git a/mail-client/mailspring-bin/mailspring-bin-1.10.5.ebuild 
b/mail-client/mailspring-bin/mailspring-bin-1.10.5.ebuild
new file mode 100644
index 0..0cf65eaab
--- /dev/null
+++ b/mail-client/mailspring-bin/mailspring-bin-1.10.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker xdg
+
+DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, 
Windows and Linux"
+HOMEPAGE="https://getmailspring.com/;
+SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb;
+S="${WORKDIR}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-crypt/libsecret
+   app-crypt/mit-krb5
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-libs/openssl-compat:1.0.0
+   gnome-base/gvfs
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-devel/libtool
+   sys-libs/db:5.3
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon
+   x11-libs/libXrandr
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+
+src_unpack(){
+   unpack_deb ${A}
+}
+
+src_install(){
+   cp -R "${S}"/* "${D}" || die "Installing binary files failed"
+   mv "${D}/usr/share/doc/mailspring" "${D}/usr/share/doc/${PF}" || die
+   mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: games-util/mangohud/

2022-09-07 Thread Adel KARA SLIMANE
commit: 40533cc0b25627c2d4e2f90143fa6f9f4e6c1e43
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Sep  7 20:54:32 2022 +
Commit: Adel KARA SLIMANE  karaslimane  com>
CommitDate: Wed Sep  7 20:55:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40533cc0

games-util/mangohud: improve ebuilds + add 0.6.8 and 

Fixed pkgcheck warnings

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 games-util/mangohud/Manifest   |  1 +
 games-util/mangohud/mangohud-0.6.6.1-r3.ebuild |  6 ++--
 games-util/mangohud/mangohud-0.6.7.1.ebuild|  6 ++--
 ...hud-0.6.6.1-r3.ebuild => mangohud-0.6.8.ebuild} | 40 --
 ...ohud-0.6.6.1-r3.ebuild => mangohud-.ebuild} | 40 --
 5 files changed, 49 insertions(+), 44 deletions(-)

diff --git a/games-util/mangohud/Manifest b/games-util/mangohud/Manifest
index 16dbf2e48..97ecf7cc5 100644
--- a/games-util/mangohud/Manifest
+++ b/games-util/mangohud/Manifest
@@ -2,3 +2,4 @@ DIST imgui-1.81-1-meson-wrap.zip 1850 BLAKE2B 
325f84fd57a896ec9aceb83a54752e8dba
 DIST imgui-1.81.tar.gz 1413443 BLAKE2B 
6f2e63777821b2767da92d9f40f4de7b4313c38817413e959e612c0ce67701645cf29f0748a3b86cfbd41e0b4b2c8099e9a0ca786c637ca1661fffd7b0de0629
 SHA512 
d7a2b66dea77359f78068a595607d7668e09ddd0b91910f67fc6463cb920b91b0cc1855984bd4d41e6a880b69ca7cd5e3adc064dcf461c0629b9f8c845a4fc3e
 DIST mangohud-0.6.6.1.tar.gz 14839055 BLAKE2B 
e0e27e62bf688b80611461ecab1bf4cf2c39f8359a9dc2cc1362555bfca55db30a72684da4e07e03970d8e5dee1d26f1d7a1fa30ff47aa86ec653dba273f24cf
 SHA512 
c097dede7e534641f12a9c7f0a2ce049611e17732c7d232251b38d5c50bbcee53b2b22e548ff27f514fa57a45c563d883a1a9382c2c0ee9ac6832a2775e8f221
 DIST mangohud-0.6.7.1.tar.gz 14834501 BLAKE2B 
6fdd91309531f32d663a0bec4f3edd26095781290ce40294f4ea87297855ce210efbc57443710aa180652bc555887519a12166c76dec19cdf3037bbdc384db15
 SHA512 
7d5250cc6a50215430cc79c7d11ad18219be374966383ab3f6cba9626fa045c973245d74bc32d75649adebf0fdc7acd086f5afdf5e1708e35da1f7a920a54f1d
+DIST mangohud-0.6.8.tar.gz 14844076 BLAKE2B 
0da41ecac5e608e755cd1f3bbb3cff698e55a59adb3a5e5c42d1b8b19b1c0666c572016c29db11992ff72abaa80b756bbd50687ce17409380e89a2554f13dee1
 SHA512 
c2344c21dedebce0c56e88db476177eef29bab9e418a3c5ba13d1059d81f3ee23718e2f9257e32f9f62dcaf6554c65cbf36dac691b2bb3c355def2c9de0a52cc

diff --git a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild 
b/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
index 99f91b86a..9dc290fbc 100644
--- a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
+++ b/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1 meson
 
@@ -67,11 +67,11 @@ S="${WORKDIR}/MangoHud-${PV}"
 
 src_unpack() {
default
-   [[ -n "${MY_PV_REV}" ]] && ( mv 
${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV} ${WORKDIR}/MangoHud-${PV} || die )
+   [[ -n "${MY_PV_REV}" ]] && ( mv 
"${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )
 
unpack imgui-${IMGUI_VER}.tar.gz
unpack imgui-${IMGUI_VER}-${IMGUI_MESON_WRAP_VER}-meson-wrap.zip
-   mv ${WORKDIR}/imgui-${IMGUI_VER} ${S}/subprojects/imgui || die
+   mv "${WORKDIR}/imgui-${IMGUI_VER}" "${S}/subprojects/imgui" || die
 }
 
 src_configure() {

diff --git a/games-util/mangohud/mangohud-0.6.7.1.ebuild 
b/games-util/mangohud/mangohud-0.6.7.1.ebuild
index 3e0b6e177..71d738e08 100644
--- a/games-util/mangohud/mangohud-0.6.7.1.ebuild
+++ b/games-util/mangohud/mangohud-0.6.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1 meson
 
@@ -69,11 +69,11 @@ S="${WORKDIR}/MangoHud-${PV}"
 
 src_unpack() {
default
-   [[ -n "${MY_PV_REV}" ]] && ( mv 
${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV} ${WORKDIR}/MangoHud-${PV} || die )
+   [[ -n "${MY_PV_REV}" ]] && ( mv 
"${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )
 
unpack imgui-${IMGUI_VER}.tar.gz
unpack imgui-${IMGUI_VER}-${IMGUI_MESON_WRAP_VER}-meson-wrap.zip
-   mv ${WORKDIR}/imgui-${IMGUI_VER} ${S}/subprojects/imgui || die
+   mv "${WORKDIR}/imgui-${IMGUI_VER}" "${S}/subprojects/imgui" || die
 }
 
 src_configure() {

diff --git a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild 
b/games-util/mangohud/mangohud-0.6.8.ebuild
similarity index 65%
copy from games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
copy to games-util/mangohud/mangohud-0.6.8.ebuild
index 99f91b86a..0325714a5 100644
--- a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild
+++ b/games-util/mangohud/mangohud-0.6.8.ebuild
@@ -3,26 +3,23 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit python-any-r1 meson
 
 MY_PV=$(ver_cut 1-3)
 [[ -n "$(ver_cut 4)" ]] && MY_PV_REV="-$(ver_cut 4)"
 
-IMGUI_VER="1.81"
-IMGUI_MESON_WRAP_VER="1"
-
 DESCRIPTION="A Vulkan and OpenGL 

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

2022-09-07 Thread Sam James
commit: dd43a6aa570e57478775e69a7bda005e39bf5509
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  7 20:36:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  7 20:36:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd43a6aa

dev-python/mako: Stabilize 1.2.2 ALLARCHES, #869104

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

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

diff --git a/dev-python/mako/mako-1.2.2.ebuild 
b/dev-python/mako/mako-1.2.2.ebuild
index a0e0b665671b..458c821b2cb4 100644
--- a/dev-python/mako/mako-1.2.2.ebuild
+++ b/dev-python/mako/mako-1.2.2.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 RDEPEND="



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

2022-09-07 Thread Conrad Kostecki
commit: 15ad99c4181887020510434e908e7eee87173b91
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Sep  7 20:33:27 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Sep  7 20:33:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ad99c4

net-wireless/unifi: drop 7.2.93

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-wireless/unifi/Manifest|   1 -
 net-wireless/unifi/unifi-7.2.93.ebuild | 107 -
 2 files changed, 108 deletions(-)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index c586549cf519..3b45b9009989 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,4 +1,3 @@
 DIST unifi-6.5.55.zip 157805689 BLAKE2B 
09a7b69143478d0b81dd6f7be1746b1a35cd00ee034471c512d04e4f91aa02688871857edf3c0ef538e601aaf8eccdd0c55193a9bde10924ddeff1fd333da355
 SHA512 
c2f677de819268366d65622238c1b8d6d8abcd5e06d6f1f635d9755573eff5a6aca0c84298a111b0da5e80bade8132e05339035edde3cc5fc08834f2d6c4b26e
 DIST unifi-7.1.68.zip 202099045 BLAKE2B 
f84a579c01ec0494e0e8b67a126947cd7bb0625c60d5f5026232e563ee84a4c0fdef827e5f8044de4e5d7fd970a50846dc91d7467196fc2f53bb27655bbb5212
 SHA512 
b4e71dd28bb645d7fb085546fc29019aa6f33780e559ed284216b7f330eaf5f41f5177e839a5a277d4d41a2242ffe16a44b582c51e74e469bacf96502d187a55
-DIST unifi-7.2.93.zip 171732000 BLAKE2B 
15353b9b2be9dd2dde2049a17a5fb03005eb8865fe5c71ecee93233be089ac067cea1235e716bc75be11a9aca1a89dca93dc210cb7dc70db59727339a0a6aa1d
 SHA512 
c6a1633e24a377318c8290cebba051b9c1bb02b7a44224c0ac4ff5acff1a55394836bdb522703339c5a278460b1549cfcb003b9ca9a3d317fd9ed59192ea9d08
 DIST unifi-7.2.94.zip 171734421 BLAKE2B 
ab692e5c4c07365c40d3e10e52f9fcb06a5919e9da0d13db7d67def6d4a92c6372b8b6a8924a40305b0f894836ed0db1a7f71f65253e8ed538e29eaa00d11e90
 SHA512 
913c5b3a8d88faae18ae197b95e15d22611281ee296bc33f240d90e77b90db1a8f3d59b4dfb537a498d600d69dd53d09e6c604ef11e490873041c5010fda07d2

diff --git a/net-wireless/unifi/unifi-7.2.93.ebuild 
b/net-wireless/unifi/unifi-7.2.93.ebuild
deleted file mode 100644
index af3d32fde77e..
--- a/net-wireless/unifi/unifi-7.2.93.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Set this var for any releases except stable
-RC_SUFFIX="-0d2bdb3a0e"
-
-inherit java-pkg-2 readme.gentoo-r1 systemd
-
-DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
-HOMEPAGE="https://www.ubnt.com;
-SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
-S="${WORKDIR}/UniFi"
-
-KEYWORDS="-* ~amd64 ~arm64"
-LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="systemd system-mongodb"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   acct-group/unifi
-   acct-user/unifi
-   dev-db/mongodb
-   virtual/jre:1.8
-"
-
-BDEPEND="app-arch/unzip"
-
-DOCS=( "readme.txt" )
-
-QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
-
-src_prepare() {
-   # Remove unneeded files Mac and Windows
-   rm -r lib/native/{Mac,Windows} || die
-
-   if [[ ${CHOST} != aarch64* ]]; then
-   rm -r lib/native/Linux/aarch64 || die "Failed in removing 
aarch64 native libraries"
-   fi
-   if [[ ${CHOST} != armv7* ]]; then
-   rm -r lib/native/Linux/armv7 || die "Failed in removing armv7 
native libraries"
-   fi
-   if [[ ${CHOST} != x86_64* ]]; then
-   rm -r lib/native/Linux/x86_64 || die "Failed in removing x86_64 
native libraries"
-   fi
-
-   if [[ ${CHOST} == aarch64* ]]; then
-   if ! use systemd; then
-   rm lib/native/Linux/aarch64/libubnt_sdnotify_jni.so || 
die
-   fi
-   fi
-   if [[ ${CHOST} == armv7* ]]; then
-   if ! use systemd; then
-   rm lib/native/Linux/armv7/libubnt_sdnotify_jni.so || die
-   fi
-   fi
-   if [[ ${CHOST} == x86_64* ]]; then
-   if ! use systemd; then
-   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || 
die
-   fi
-   fi
-
-   default
-}
-
-src_compile() {
-   :;
-}
-
-src_install() {
-   insinto /usr/lib/unifi
-   doins -r dl lib webapps
-   ! use system-mongodb && doins -r bin
-
-   diropts -o unifi -g unifi
-   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
-
-   for symlink in conf data run tmp work; do
-   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
-   done
-   dosym ../../../var/log/unifi /usr/lib/unifi/logs
-
-   java-pkg_regjar "${D}"/usr/lib/unifi/lib/*.jar
-   java-pkg_dolauncher unifi --java_args 
'-Dorg.xerial.snappy.tempdir=/usr/lib/unifi/tmp -Djava.library.path=' --jar 
ace.jar --pwd '/usr/lib/unifi'
-
-   if use system-mongodb; then
-

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

2022-09-07 Thread Conrad Kostecki
commit: c737fec2ef29b7e80958b691cd5a7880beb80c38
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Sep  7 20:28:20 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Sep  7 20:33:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c737fec2

dev-libs/intel-compute-runtime: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/intel-compute-runtime/intel-compute-runtime-22.31.23852.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.31.23852.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.31.23852.ebuild
index af9f16456a1e..6786aa838eae 100644
--- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.31.23852.ebuild
+++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.31.23852.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="+l0 +vaapi"
 
 RDEPEND=">=media-libs/gmmlib-22.1.7:="



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

2022-09-07 Thread Conrad Kostecki
commit: 929e6e814b2861c1f90863c9adcf6e56d99c9826
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Sep  7 20:32:32 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Sep  7 20:33:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929e6e81

sys-auth/AusweisApp2: drop 1.24.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.24.1.ebuild | 51 --
 sys-auth/AusweisApp2/Manifest  |  1 -
 2 files changed, 52 deletions(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.24.1.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.24.1.ebuild
deleted file mode 100644
index f1b6cc8c799f..
--- a/sys-auth/AusweisApp2/AusweisApp2-1.24.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   net-libs/http-parser:0=
-   sys-apps/pcsc-lite
-   virtual/udev"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=OFF
-   -DQt=Qt5
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index 8bb10edc29d2..f83f3e45381d 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1,3 +1,2 @@
 DIST AusweisApp2-1.22.7.tar.gz 11406133 BLAKE2B 
17bc9824035007bf62037562ebd38c2b3558660060c0eba302ac04e8e9d0eabc7c8cb69d064a1a02be213f91f823030e5afdab74d5614db2c1bc8318ca1f9f22
 SHA512 
4ea1d2c02e076121b340da6d16973de6dafe513d2e9c96b535063466c06137d8e2a325661478d0cfbd96f506a875dca8d4df6a53af657a8d2eb59e7ad7d1a472
-DIST AusweisApp2-1.24.1.tar.gz 11478160 BLAKE2B 
6080542d7a4124e144978a83b68234781595b466ad25909af26d0a50902dfdc72170b2f946567826f63c3a704d6fbe13ebd81888ba62d761e631a79d3ed93d1f
 SHA512 
cda1ecebff288c1bae29b7ec1d1270df609ea9b10824c6f1962fb9e21677149f11bbb447aa8a4b6176ec55bc953c1faee7f8a9ff34c8ae1be70e586d0662ffbc
 DIST AusweisApp2-1.24.2.tar.gz 11478273 BLAKE2B 
3afb45bfa82c83f2fda6286c879d20fe3dd3769eb6be74c12297dfd991d976f40c6e9342237f953ae51534c41306daea3de7f8cf7e6b638489037772193e72e4
 SHA512 
15735cc52947b2cc16794cc508af7c2347d9789222c8506ff0ffbfce1263230892fd81f57d583df7f929ef197c2bbc0728ef31c3c700f2c08ec9dba516bd225b



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

2022-09-07 Thread Conrad Kostecki
commit: 1850046529336f486fbb7da61d38cefa1af2694f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Sep  7 20:29:03 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Sep  7 20:33:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18500465

dev-libs/intel-compute-runtime: drop 22.30.23789

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/intel-compute-runtime/Manifest|  1 -
 .../intel-compute-runtime-22.30.23789.ebuild   | 79 --
 2 files changed, 80 deletions(-)

diff --git a/dev-libs/intel-compute-runtime/Manifest 
b/dev-libs/intel-compute-runtime/Manifest
index d81a75ab256f..60a5764b8c7a 100644
--- a/dev-libs/intel-compute-runtime/Manifest
+++ b/dev-libs/intel-compute-runtime/Manifest
@@ -1,4 +1,3 @@
-DIST intel-compute-runtime-22.30.23789.tar.gz 5625283 BLAKE2B 
0a59926453ae8a58afbd49a40d8b94ac9171d23a141f967c6d908b26ab66decbd082d42fe6e75bf9fd2b4327cbe5b4c71f6ef390a8a62435c06b749078d67cd4
 SHA512 
8f2caee7376a9a489efc7ee5b907786d1fc04ed3143dfc66e28069f4d19c13393c64cf6ea0159ce269ee2198da7ef967a11efac90e616ce1f1c996b07153
 DIST intel-compute-runtime-22.31.23852.tar.gz 5644386 BLAKE2B 
90eb629187d0aba7a713c600234f18a5472d7ad4e9a7c1130e61011970a9247165f17dab936abb875ee4dd9b4ba167135d158a1b19fce9f20d2bd1c23c9d065b
 SHA512 
66fae1c0e3173f45f0565906d455d4511d40bc392a966625f60315e6a72daa30c741dddc799c50b8e020092577af6aa03810cd5a5e3e729ab19815cdb5e6a27a
 DIST intel-compute-runtime-22.32.23937.tar.gz 5656306 BLAKE2B 
82cc631b69d24d2b845d6c9abc0525f06de8314c7915e651db3c800527244c94104eea6083acdde194cc51f9a68bdfcd39f3f4d296c96338e9f05c05d71cc21c
 SHA512 
729d29c09624ae81ca1e8a455d4e3665fcb31cac87e9776730c038a3393e91e1a00e2079e2587adf4b9ab1797179f49fafd48ac5b855dab722837f1f3b77e0f0
 DIST intel-compute-runtime-22.34.24023.tar.gz 5696775 BLAKE2B 
8a70751b54e2aaea51eb69d45ef1bed09198023b72b34354cbd87f73a91481f4c7c5a4e5d23815b8ab3d05d4525cb08136929c4b9c0c69b6bcb917b560d88c49
 SHA512 
592dbf4bad4898c2a5d7a95cd7f41d23cf2f7ab97a33d55f2322b8243a88a3b61ea28d0af1d853324456c5919082fa236fee5fa9cbfcebf248a791617e1533ad

diff --git 
a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.30.23789.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.30.23789.ebuild
deleted file mode 100644
index 6786aa838eae..
--- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.30.23789.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_BUILD_TYPE="Release"
-MY_PN="${PN/intel-/}"
-MY_P="${MY_PN}-${PV}"
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL 
Driver"
-HOMEPAGE="https://github.com/intel/compute-runtime;
-SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+l0 +vaapi"
-
-RDEPEND=">=media-libs/gmmlib-22.1.7:="
-
-DEPEND="
-   ${DEPEND}
-   >=dev-libs/intel-metrics-library-0_pre20220526:=
-   dev-libs/libnl:3
-   dev-libs/libxml2:2
-   >=dev-util/intel-graphics-compiler-1.0.11485
-   >=dev-util/intel-graphics-system-controller-0.8.0:=
-   media-libs/mesa
-   >=virtual/opencl-3
-   l0? ( >=dev-libs/level-zero-1.8.5:= )
-   vaapi? (
-   x11-libs/libdrm[video_cards_intel]
-   x11-libs/libva
-   )
-"
-
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( "README.md" "FAQ.md" )
-
-PATCHES=( "${FILESDIR}/${PN}-22.24.23453-remove-fortify-sources.patch" )
-
-src_prepare() {
-   # Remove '-Werror' from default
-   sed -e '/Werror/d' -i CMakeLists.txt || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   # See https://github.com/intel/compute-runtime/issues/531
-   filter-flags -flto=* -flto
-
-   local mycmakeargs=(
-   -DCCACHE_ALLOWED="OFF"
-   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-   -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
-   -DBUILD_WITH_L0="$(usex l0)"
-   -DDISABLE_LIBVA="$(usex !vaapi)"
-   -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
-   -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
-   -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
-   -DSUPPORT_DG1="ON"
-   -Wno-dev
-
-   # See 
https://github.com/intel/intel-graphics-compiler/issues/204
-   # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
-
-   # If enabled, tests are automatically run during
-   # the compile phase and we cannot run them because
-   # they require permissions to access the hardware.
-   -DSKIP_UNIT_TESTS="1"
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pl/

2022-09-07 Thread Conrad Kostecki
commit: 6e4df324dc11cf2a6d1ec3b108d09a67a19c5a59
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Sep  7 20:29:53 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Sep  7 20:33:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4df324

app-dicts/aspell-pl: add 6.0.20220801.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-dicts/aspell-pl/Manifest|  1 +
 app-dicts/aspell-pl/aspell-pl-6.0.20220801.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest
index c8f2a9cf3ac0..13e68b68d8b8 100644
--- a/app-dicts/aspell-pl/Manifest
+++ b/app-dicts/aspell-pl/Manifest
@@ -1 +1,2 @@
 DIST sjp-aspell6-pl-6.0_20220601-0.tar.bz2 650672 BLAKE2B 
cf8212d0ecfa482fd60c4a1b39c3a45c9d47c522899bf243bbe5f0d2dbfe51b8e444950c59b25a210fa8c210a03db03374b24e64350dcf10ce63ab8354b8c026
 SHA512 
9d3eda4ede1f1ab24b4fc3c9be049fd74711e1a6cd8632d8c8d5248d96b63264cf67f7ed783595142cb632904c15f7f13b887f5ae6656744ae9cc97adfc1ac9e
+DIST sjp-aspell6-pl-6.0_20220801-0.tar.bz2 651138 BLAKE2B 
9ecb170beb64d63a45093415bd2dbe824629616878829d5450fc7dfd5b4ae79eb4d807673e025055c29877ca8054c9ad22185ae16574c8a938dd01372c55eeb6
 SHA512 
77fbd7a6c87f5a05d994b2c1aa3a808d0af37243906d1ce92f5bd735f4cf793769bb25a770e36c61a380c11f83f904aa598fab20dd0d031d172a6e7c1d440d2a

diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20220801.0.ebuild 
b/app-dicts/aspell-pl/aspell-pl-6.0.20220801.0.ebuild
new file mode 100644
index ..87dd9c044168
--- /dev/null
+++ b/app-dicts/aspell-pl/aspell-pl-6.0.20220801.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Polish"
+ASPELL_VERSION=6
+
+inherit aspell-dict-r1
+
+HOMEPAGE="https://sjp.pl/slownik/en/;
+
+MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)"
+SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P/sjp-/}"
+
+LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 "
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"



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

2022-09-07 Thread Conrad Kostecki
commit: 1baeddb065886c0efcdb725c5ad4a6fa39df8434
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Sep  7 20:31:53 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Sep  7 20:33:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1baeddb0

net-wireless/unifi: add 7.2.94

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-wireless/unifi/Manifest|   1 +
 net-wireless/unifi/unifi-7.2.94.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 115e273cbd15..c586549cf519 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,3 +1,4 @@
 DIST unifi-6.5.55.zip 157805689 BLAKE2B 
09a7b69143478d0b81dd6f7be1746b1a35cd00ee034471c512d04e4f91aa02688871857edf3c0ef538e601aaf8eccdd0c55193a9bde10924ddeff1fd333da355
 SHA512 
c2f677de819268366d65622238c1b8d6d8abcd5e06d6f1f635d9755573eff5a6aca0c84298a111b0da5e80bade8132e05339035edde3cc5fc08834f2d6c4b26e
 DIST unifi-7.1.68.zip 202099045 BLAKE2B 
f84a579c01ec0494e0e8b67a126947cd7bb0625c60d5f5026232e563ee84a4c0fdef827e5f8044de4e5d7fd970a50846dc91d7467196fc2f53bb27655bbb5212
 SHA512 
b4e71dd28bb645d7fb085546fc29019aa6f33780e559ed284216b7f330eaf5f41f5177e839a5a277d4d41a2242ffe16a44b582c51e74e469bacf96502d187a55
 DIST unifi-7.2.93.zip 171732000 BLAKE2B 
15353b9b2be9dd2dde2049a17a5fb03005eb8865fe5c71ecee93233be089ac067cea1235e716bc75be11a9aca1a89dca93dc210cb7dc70db59727339a0a6aa1d
 SHA512 
c6a1633e24a377318c8290cebba051b9c1bb02b7a44224c0ac4ff5acff1a55394836bdb522703339c5a278460b1549cfcb003b9ca9a3d317fd9ed59192ea9d08
+DIST unifi-7.2.94.zip 171734421 BLAKE2B 
ab692e5c4c07365c40d3e10e52f9fcb06a5919e9da0d13db7d67def6d4a92c6372b8b6a8924a40305b0f894836ed0db1a7f71f65253e8ed538e29eaa00d11e90
 SHA512 
913c5b3a8d88faae18ae197b95e15d22611281ee296bc33f240d90e77b90db1a8f3d59b4dfb537a498d600d69dd53d09e6c604ef11e490873041c5010fda07d2

diff --git a/net-wireless/unifi/unifi-7.2.94.ebuild 
b/net-wireless/unifi/unifi-7.2.94.ebuild
new file mode 100644
index ..7880d4f89bb8
--- /dev/null
+++ b/net-wireless/unifi/unifi-7.2.94.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Set this var for any releases except stable
+RC_SUFFIX="-4d656fb797"
+
+inherit java-pkg-2 readme.gentoo-r1 systemd
+
+DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
+HOMEPAGE="https://www.ubnt.com;
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
+S="${WORKDIR}/UniFi"
+
+KEYWORDS="-* ~amd64 ~arm64"
+LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="systemd system-mongodb"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   acct-group/unifi
+   acct-user/unifi
+   dev-db/mongodb
+   virtual/jre:1.8
+"
+
+BDEPEND="app-arch/unzip"
+
+DOCS=( "readme.txt" )
+
+QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
+
+src_prepare() {
+   # Remove unneeded files Mac and Windows
+   rm -r lib/native/{Mac,Windows} || die
+
+   if [[ ${CHOST} != aarch64* ]]; then
+   rm -r lib/native/Linux/aarch64 || die "Failed in removing 
aarch64 native libraries"
+   fi
+   if [[ ${CHOST} != armv7* ]]; then
+   rm -r lib/native/Linux/armv7 || die "Failed in removing armv7 
native libraries"
+   fi
+   if [[ ${CHOST} != x86_64* ]]; then
+   rm -r lib/native/Linux/x86_64 || die "Failed in removing x86_64 
native libraries"
+   fi
+
+   if [[ ${CHOST} == aarch64* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/aarch64/libubnt_sdnotify_jni.so || 
die
+   fi
+   fi
+   if [[ ${CHOST} == armv7* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/armv7/libubnt_sdnotify_jni.so || die
+   fi
+   fi
+   if [[ ${CHOST} == x86_64* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || 
die
+   fi
+   fi
+
+   default
+}
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   insinto /usr/lib/unifi
+   doins -r dl lib webapps
+   ! use system-mongodb && doins -r bin
+
+   diropts -o unifi -g unifi
+   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
+
+   for symlink in conf data run tmp work; do
+   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
+   done
+   dosym ../../../var/log/unifi /usr/lib/unifi/logs
+
+   java-pkg_regjar "${D}"/usr/lib/unifi/lib/*.jar
+   java-pkg_dolauncher unifi --java_args 
'-Dorg.xerial.snappy.tempdir=/usr/lib/unifi/tmp -Djava.library.path=' --jar 
ace.jar --pwd '/usr/lib/unifi'
+
+   if use system-mongodb; then
+   

  1   2   3   >