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

2022-04-03 Thread Miroslav Šulc
commit: 83beb2a197fa16f09bcf943b2aa5136020f23055
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Apr  4 05:54:22 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Apr  4 05:54:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83beb2a1

media-sound/qjackctl: bump to 0.9.7

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qjackctl/Manifest  |  1 +
 media-sound/qjackctl/qjackctl-0.9.7.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest
index 1fcaefd9007c..7d1e76554f30 100644
--- a/media-sound/qjackctl/Manifest
+++ b/media-sound/qjackctl/Manifest
@@ -1 +1,2 @@
 DIST qjackctl-0.9.6.tar.gz 1271177 BLAKE2B 
8d4d6a5ddb712c7ea8c7494a0392250e8128b4284addce797031294c19059e05f7db43ca2b421d7ebaf0abe8db95e2cf098dec3fb2b520a3ff282383fe169455
 SHA512 
0af54ffc9a4afa3672e5996273f2ba20c7b0aec2d64831944a3aed16b7d33a48eca7d71dd799f197e450c44010065ea9e8ca9d5cc307af926697a2f95a4fa023
+DIST qjackctl-0.9.7.tar.gz 1273517 BLAKE2B 
7f6803868c079dfd6c734a32eff066b326cd89508a5c9c94ae29589e6f318e511c59404ab0fbc8e5ecf71695522c9b8130710c571dbd00233942e107e300f810
 SHA512 
dcec597019c0e59ae74efede555a5f1534fa4d17e6c3d30af43ac7292552cbe48298ae39dce739225b035c0daeaafac7f2ea0b8df6ff25c36e6bd9336e1827bc

diff --git a/media-sound/qjackctl/qjackctl-0.9.7.ebuild 
b/media-sound/qjackctl/qjackctl-0.9.7.ebuild
new file mode 100644
index ..127871210489
--- /dev/null
+++ b/media-sound/qjackctl/qjackctl-0.9.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg cmake
+
+DESCRIPTION="Qt GUI to control the JACK Audio Connection Kit and ALSA 
sequencer connections"
+HOMEPAGE="https://qjackctl.sourceforge.io/;
+SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa dbus debug portaudio"
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   virtual/jack
+   alsa? ( media-libs/alsa-lib )
+   dbus? ( dev-qt/qtdbus:5 )
+   portaudio? ( media-libs/portaudio )
+"
+RDEPEND="${DEPEND}
+   dev-qt/qtsvg:5
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.1-disable-git.patch"
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFIG_ALSA_SEQ=$(usex alsa 1 0)
+   -DCONFIG_DBUS=$(usex dbus 1 0)
+   -DCONFIG_DEBUG=$(usex debug 1 0)
+   -DCONFIG_PORTAUDIO=$(usex portaudio 1 0)
+   )
+   cmake_src_configure
+}



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

2022-04-03 Thread Miroslav Šulc
commit: 297e1ead0cc0aaa7e1aea6af5c4c1455dc24b7f1
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Apr  4 05:47:30 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Apr  4 05:54:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297e1ead

media-sound/qjackctl: updated live to eapi8

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qjackctl/qjackctl-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/qjackctl/qjackctl-.ebuild 
b/media-sound/qjackctl/qjackctl-.ebuild
index 7a871d8a3a0b..ba619f94a01f 100644
--- a/media-sound/qjackctl/qjackctl-.ebuild
+++ b/media-sound/qjackctl/qjackctl-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit xdg cmake git-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/kramdown/

2022-04-03 Thread Hans de Graaff
commit: 293b0728a8867bab13820724694887710913e9dc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  4 05:25:10 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  4 05:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293b0728

dev-ruby/kramdown: add 2.3.2

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

 dev-ruby/kramdown/Manifest  |  1 +
 dev-ruby/kramdown/kramdown-2.3.2.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest
index 3be1f5ea627a..2e4da5712716 100644
--- a/dev-ruby/kramdown/Manifest
+++ b/dev-ruby/kramdown/Manifest
@@ -1 +1,2 @@
 DIST kramdown-2.3.1.gem 122368 BLAKE2B 
731e20904f238f44db594c7b8efac858187c935d9fbf8a421ddceeb1aa486f0980b502953f8eaa7e3100f7b7722d09b1da35091d28977c70cfd1ef24a080c3e1
 SHA512 
d1955065e3c5d7a60e595b647d5e453cf07a08fe25d40c67cf6f32d30f704a2c653a52959f8c71b3290e6da74836a085fa6bf8201c878303ad572dee8cc64496
+DIST kramdown-2.3.2.gem 122368 BLAKE2B 
cfed374793257a152e99a0417997c39de943ae8d31b178715355841248789f3986b1bee455396a5ac8ad2d6784a5fd33e82effb8430230cddec83579cb8ca2d9
 SHA512 
268b55b45ad2c6dd02776abd5777c7f51ea8724c64b03d8a859bd809b54b181e018fcf5ca38170c89acfac5cef2e6de253f1c6037fe642c6c093e339fd8f4d1b

diff --git a/dev-ruby/kramdown/kramdown-2.3.2.ebuild 
b/dev-ruby/kramdown/kramdown-2.3.2.ebuild
new file mode 100644
index ..c54e4a8f1d41
--- /dev/null
+++ b/dev-ruby/kramdown/kramdown-2.3.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict 
syntax definition"
+HOMEPAGE="https://kramdown.gettalong.org/;
+
+LICENSE="MIT"
+
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+IUSE="latex"
+
+LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra 
)"
+RDEPEND+=" ${LATEX_DEPS}"
+DEPEND+=" test? (
+   ${LATEX_DEPS}
+   >=app-text/htmltidy-5.0.0
+)"
+
+ruby_add_rdepend "
+   dev-ruby/rexml
+   >=dev-ruby/rouge-3.26.0:2
+   >=dev-ruby/stringex-1.5.1
+   !!=dev-ruby/minitest-5.0 )"
+
+all_ruby_prepare() {
+   if ! use latex; then
+   # Remove latex tests. They will fail gracefully when latex isn't
+   # present at all, but not when components are missing (most
+   # notable ucs.sty).
+   sed -i -e '/latex -v/,/^  end/ s:^:#:' test/test_files.rb || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/man1/kramdown.1
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-power_assert/

2022-04-03 Thread Hans de Graaff
commit: fa7347a2ff600076514711fb125c541c1255c802
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 08:18:19 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  4 05:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7347a2

dev-ruby/minitest-power_assert: enable ruby31 and disable ruby25

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

 dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild 
b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
index 1bb2220cc12d..6c87e7aa1a51 100644
--- a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
+++ b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/redcarpet/

2022-04-03 Thread Hans de Graaff
commit: aae9a96f7fe532f5cbeaa6a7ed0c028ad40f346e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 08:19:57 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  4 05:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae9a96f

dev-ruby/redcarpet: enable ruby31

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

 dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild 
b/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild
index 3add00498809..ee35650b4c1a 100644
--- a/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild
+++ b/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOCS="README.markdown CONTRIBUTING.md CHANGELOG.md doc"
 RUBY_FAKEGEM_TASK_TEST="test:unit"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stringex/

2022-04-03 Thread Hans de Graaff
commit: 9f5d6621f6802d864a5f1889be1b08131afb0656
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 07:13:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  4 05:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5d6621

dev-ruby/stringex: update EAPI 6 -> 8, add ruby30

Fix sqlite version issue by using the activerecord USE flag for it
rather than a separate dependency.

Closes: https://bugs.gentoo.org/744985
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/stringex/stringex-2.8.5-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
new file mode 100644
index ..e03217216203
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   dev-ruby/i18n:1
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   || ( dev-ruby/activerecord:7.0[sqlite] 
dev-ruby/activerecord:6.1[sqlite] dev-ruby/activerecord:6.0[sqlite] 
dev-ruby/activerecord:5.2[sqlite] )
+   )"
+
+all_ruby_prepare() {
+   # Let tests work with newer rails versions
+   sed -i -e 's/update_attributes/update/' test/unit/acts_as_url/adapter/* 
|| die
+}



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

2022-04-03 Thread Hans de Graaff
commit: 5f4a5c06207b68b626fa33e7c8d0bb336bd3290a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  4 05:30:45 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  4 05:41:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4a5c06

net-analyzer/sslscan: add 2.0.13

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

 net-analyzer/sslscan/Manifest  |  1 +
 net-analyzer/sslscan/sslscan-2.0.13.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/net-analyzer/sslscan/Manifest b/net-analyzer/sslscan/Manifest
index 81d88d3ca919..cb1d83a7abba 100644
--- a/net-analyzer/sslscan/Manifest
+++ b/net-analyzer/sslscan/Manifest
@@ -1,4 +1,5 @@
 DIST sslscan-2.0.11.tar.gz 110704 BLAKE2B 
4d4db6fa7b8f6f611e752d0f97ff1219fcbd064280bc4133dd38d1268cb268847801d25403eeb6bc475579a931e944c9a21d90e40fed6bed2a6a6bc535540f7d
 SHA512 
99681cd8b7240cf85dedfaf210cae11ba3dbf2d56c3fa8ef3f3cdcabb6b29916b640e5955a7876ebb9be36dbe326da303e5bda7537b48743ff0a8c1bd35dbf0c
 DIST sslscan-2.0.12.tar.gz 110785 BLAKE2B 
4c7ec58b7e454bb661f05da58eff55dad940ae1a8fb28daf8056114402949e6712e59e13e7128dec0eb45e3e21c2b349e0ac5b2fc7a3a334807b6fc4e2aeb595
 SHA512 
3758b5e697a1b53e4c574deabfe366d0796d6cb2481a644ec6139cd11e9b4cc2878b094ab9bf4e700ecc73cce6a374a1cf9f487967de3a038dacb985aebee948
+DIST sslscan-2.0.13.tar.gz 42 BLAKE2B 
049791183ebf1e00d11868c0dd7b79eddcd27cbb1f915812938f46837c4b300844c26e0a0bee0a4bee4886f24f7b10e5bc77ddedc86893ae228658ab71d11bea
 SHA512 
50455a4f4a999e63107e705a4bc703b94b30d4fa71b5126cdc08788eedeb02f4c7a204a385fa485f0c9d0fa368c7a48f96c492b91631fe8833b68f20d45b0fca
 DIST sslscan-OpenSSL_1_1_1m.tar.gz 10023608 BLAKE2B 
a6951bfcddea224a4920f18b7352feb427b979965f8f563b9adf3dc3152133fd44d7a3c490c522986066db6b23c2e878f135a7a9160f564d435e66c2cce0c51f
 SHA512 
af85d15c9db06eb9cdfa9e16ef9f859df752d823aa7c7f0c1b334cd71ba924878c686a65e756fd09c7630b650aad1a2bbe02acdfd6c389b52c2560d32d4150fb
 DIST sslscan-OpenSSL_1_1_1n.tar.gz 10031245 BLAKE2B 
8af659fc9eead7b91a7553c17570dabb17d15fb37a77e7eecfa2a9dffc9eb0a331dd3f11a193907d16e535594eb8c31707ae91d91db91e99c75d75bdd43a7774
 SHA512 
bfe45e4cbe082e45d165212caa8e660c8af68559675c42461aba5685a7baa7e16c9c0096557106706114176dc31142c760fe835022f796e4341eb08d1b20408d

diff --git a/net-analyzer/sslscan/sslscan-2.0.13.ebuild 
b/net-analyzer/sslscan/sslscan-2.0.13.ebuild
new file mode 100644
index ..69df855c7e64
--- /dev/null
+++ b/net-analyzer/sslscan/sslscan-2.0.13.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# sslscan builds against a static openssl library to allow weak ciphers
+# to be enabled so that they can be tested.
+OPENSSL_RELEASE_TAG="OpenSSL_1_1_1n"
+
+DESCRIPTION="Fast SSL configuration scanner"
+HOMEPAGE="https://github.com/rbsec/sslscan;
+SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz
+
https://github.com/openssl/openssl/archive/${OPENSSL_RELEASE_TAG}.tar.gz -> 
${PN}-${OPENSSL_RELEASE_TAG}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Requires a docker environment
+RESTRICT="test"
+
+# S="${WORKDIR}/${P}-${MY_FORK}"
+
+src_prepare() {
+   ln -s ../openssl-${OPENSSL_RELEASE_TAG} openssl || die
+   touch .openssl_is_fresh || die
+   sed -i -e '/openssl\/.git/,/fi/d' \
+   -e '/openssl test/d' Makefile || die
+
+   default
+}
+
+src_compile() {
+   emake static
+}
+
+src_install() {
+   DESTDIR="${D}" emake install
+
+   dodoc Changelog README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-protocol/

2022-04-03 Thread Hans de Graaff
commit: 7914dc553e92be3b5b901acc3618a065c5b43301
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 06:11:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  4 05:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7914dc55

dev-ruby/net-protocol: add 0.1.3

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

 dev-ruby/net-protocol/Manifest  |  1 +
 dev-ruby/net-protocol/net-protocol-0.1.3.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/net-protocol/Manifest b/dev-ruby/net-protocol/Manifest
index a130a5857eab..0eac72f9f05f 100644
--- a/dev-ruby/net-protocol/Manifest
+++ b/dev-ruby/net-protocol/Manifest
@@ -1 +1,2 @@
 DIST net-protocol-0.1.2.tar.gz 17603 BLAKE2B 
2d5dd2437d2d10e82c20e17884b80259b7cb5b5ef626f4dc054515adaff46143b46754fc375f66e5754aa81a72372784b389864bbed249c6df59d64331c47672
 SHA512 
959b426ab3fb388d42ccd5b21e60878b58e606ec21d651d232d706c40908c6b53c14ce16362ca3c32cb40da1238baf79127d870788adc8b23884204f4426f9d7
+DIST net-protocol-0.1.3.tar.gz 17522 BLAKE2B 
6789bcf2f1908e91b6e01cdb225feb975457b9c274b6632d67e39c2fed1a6a0efe20c8f8f10d8f287618546c116fd0a5947b994c6d749d8312b243bdb7d624e1
 SHA512 
958f7a52fd7db661e60fa6f4f401ee0097de0782d984b4394dec5ced34b4935d6f30b65a198f5b9cc17247b6ff06ff266e2ca1f1081369cc18597bfd30285774

diff --git a/dev-ruby/net-protocol/net-protocol-0.1.3.ebuild 
b/dev-ruby/net-protocol/net-protocol-0.1.3.ebuild
new file mode 100644
index ..b048b906f840
--- /dev/null
+++ b/dev-ruby/net-protocol/net-protocol-0.1.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="net-protocol.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The abstruct interface for net-* client"
+HOMEPAGE="https://github.com/ruby/net-protocol;
+SRC_URI="https://github.com/ruby/net-protocol/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/timeout
+"
+
+all_ruby_prepare() {
+   sed -e 's/__dir__/"."/' \
+   -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/radius/

2022-04-03 Thread Hans de Graaff
commit: 139a6617804b9fabca415e0163b940aa80c0fe2e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  4 05:34:58 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  4 05:41:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139a6617

dev-ruby/radius: update EAPI 6 -> 8, add ruby30

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

 dev-ruby/radius/radius-0.7.5-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-ruby/radius/radius-0.7.5-r1.ebuild 
b/dev-ruby/radius/radius-0.7.5-r1.ebuild
new file mode 100644
index ..8fd66a96aa1d
--- /dev/null
+++ b/dev-ruby/radius/radius-0.7.5-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Powerful tag-based template system"
+HOMEPAGE="https://github.com/jlong/radius;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/kramdown )"
+
+all_ruby_prepare() {
+   sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || 
die
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Miroslav Šulc
commit: 1c8ce1c03b57c254f5e7f4982424790edce198a1
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Apr  4 05:31:33 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Apr  4 05:31:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8ce1c0

dev-java/tomcat-servlet-api: removed obsolete 8.5.75, 9.0.58 & 10.0.16

Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/tomcat-servlet-api/Manifest   |  3 -
 .../tomcat-servlet-api-10.0.16.ebuild  | 98 -
 .../tomcat-servlet-api-8.5.75.ebuild   | 99 --
 .../tomcat-servlet-api-9.0.58.ebuild   | 99 --
 4 files changed, 299 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 1ed42be88206..f2d24ce3298f 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -1,4 +1,3 @@
-DIST apache-tomcat-10.0.16-src.tar.gz 6088262 BLAKE2B 
f02a5b08e4502d4e7be2fa14f8dae8760c2844f262cdc75e2cc821038d248ed961281d11f7bb847cf55ecf012ee05c870366508fb1fe1485da2100e87aa13c55
 SHA512 
44a1ac752077603c5366ec92c6a5860d33ce810bf2554190a013329106ec118d1a18d1a26823b3024d046b05160a20dda65573365451d0481be8be97218445c8
 DIST apache-tomcat-10.0.17-src.tar.gz 6086996 BLAKE2B 
ff3584e58ec6f22f493cf7f32435423d68b941d9eec22441ee54ba69af03b50b687b23012129108485c9db147c8e7364ded037cf9ed2add174e6c928b927382a
 SHA512 
1cc0f8e2187934c6dac3e31739f8c53a0a152527a98210deab8ce027c1347cbbd1cef3bdf0294bee3c4dbed20ba57b2291bcd887f353837fd505ea2d17e7ba3d
 DIST apache-tomcat-10.0.18-src.tar.gz 6088118 BLAKE2B 
7d3fdb5a682dd44d358a619a18ca3df3bde27c9fc963436c9bce86baf07a42e87ba80724afdc6ce72b493d2fb35dda644eba29df7d4434f8c815ada4cb5d2ca3
 SHA512 
001205f382f44163f08dba1d306472b7ef3256e31a522c3f1f7595bca4fd084776a0c1f69b241302fa5d0d2f143ac063cb34d4fcf79a51ec9722f2f2ce3f1dab
 DIST apache-tomcat-10.0.20-src.tar.gz 6097471 BLAKE2B 
77df97d73ff87a5ad55dfc3a0df02e3a306e619a5ae4bd2df0a0e3d42d236ccf2c6a6c46f60f56311f9be1bd561be9096d810d932f136b5856ff275fb3ae8368
 SHA512 
1e75b0bad54a9fac6ddc650156fac88bc91933ff0bf4e9a62948f5e116454b6def10d7ad632968e709e8aac72b15c567e4497cdb9b594352cd12d7518fdaf18f
@@ -6,11 +5,9 @@ DIST apache-tomcat-4.1.40-src.tar.gz 3709719 BLAKE2B 
f7ca82052c1148a5c384fcbc387
 DIST apache-tomcat-5.5.36-src.tar.gz 3743113 BLAKE2B 
dbfcfd123a23b0ceb9f1fdd936e42324ea8b10cf327a1d0abf1703006535859c7122690a08b5ec27b86b526cc7709a7199b4f35f123538ff11f23f3b489358f3
 SHA512 
845636b5b992fbbb7d657d192afbab1e6a924bfd0c71b025cf22776eb4527d92d63f9b3f33475d4349a0df4cebd984ba3776eedd7482b820abdea909e90a97b7
 DIST apache-tomcat-6.0.53-src.tar.gz 3522914 BLAKE2B 
054b097c16861abaa8bdbeba713b49bc1dfcff573bb3f4bd0ff5807c33a2a0fb991af618f6e11e5b3ce3fa55c589fc6569342cab5d5a00349c79bc7061d81e40
 SHA512 
915a0a18f5c2883625c9441eed6465973eff4f6bf41e08e925c7edaea89ef8f6ee9476d3e06fa38228d4bcb4decaf53e3a7bdb7ec7e899e6250db3e12a9f5f2c
 DIST apache-tomcat-7.0.109-src.tar.gz 5314401 BLAKE2B 
56583caea6879bf8ca5cc02a886de3d7af413032f88d367653e709dc1c8f590e78620c788317bbff4b6e65dd3e242cc26863164ac8e7c87334a22636f3ed0703
 SHA512 
ecf9c0bee0e3e1aa24f299fe633705c5a2f6aa264d9e4968cfc96aa5d0a425c2b0ff07765a8b6c67221766733bdfaed6e6c6377a8d0870d889e7063ce90a46ce
-DIST apache-tomcat-8.5.75-src.tar.gz 5961981 BLAKE2B 
a8d3c0ef390ce6b12b09cedb71cd9c102e3a37265f7ef6db9797eb7eaf04429f75bdedf6a7dbaa7ade0b57a12cbb461498c37d9c7e234bb9dc98e3d095b66b8a
 SHA512 
c1c2609db623eb94a5e177c0f7ccabf8753a34151961ddc0fdea47704aca86123ef63f746b7ca76e818185cae19121823f7700f9bd47ba27625b3c801ddc8bad
 DIST apache-tomcat-8.5.76-src.tar.gz 5961741 BLAKE2B 
4c661c2f753edac48c28fdec3caa06c487e1546feb91f2d69003a4d9f71fb023eb2314520bb156f3087656d655acdfdbdff3f68cd3f81d0d9dfbb2c9577898ee
 SHA512 
b1c1b8c870c77e46969fe64acc71194d37605e5ccda87d105186d8070ec2dd0b7b9c64cf2f9b276db140fd3927832405123018f6fe8f46c0ebda50af6404d8b9
 DIST apache-tomcat-8.5.77-src.tar.gz 5963037 BLAKE2B 
63192409b148cf0691e6ad22180e4f79d8603e89633598ee3f1dcfdd7d55b88530ecb1aa7c585920e086a7582dea78fcbcd1498ed2552e0f8d17127658769f66
 SHA512 
a0d2f77540b5370e09d03d04340e0c7f539eb5761b84ea3c8ef924e2a3e7f9528b3ed83a0c8e413bc9335cee6052135788e48e30d95f231ba3ade7f0b53ec157
 DIST apache-tomcat-8.5.78-src.tar.gz 5972826 BLAKE2B 
93acb2e997a877a2195642da7d896ec4f08bebd83aa12d868607056c23722bdb90147814173dde17fc142a9e4e434e4570a15ebfa1f8b1c7911a16408728b4bb
 SHA512 
b58fdaa57420fcf7759420fba26bfd6edaa5174f5d3a81fdf8783f19d5385e2502d2ad4bfa0e4a77c6a084bf6d97a6d3cd274ab0ab3f2311d23079e273c41b32
-DIST apache-tomcat-9.0.58-src.tar.gz 6142037 BLAKE2B 
0515273882468958f5bc2ef95e3085c22975e0ec9f8153a20773266a43710645c2262da8cb10736f0f0b255716fa05a12252194e1f32851704364ef89a62e5e9
 SHA512 
b2b572dcad2efadf3e5e5a6ae6e108f5699af23b7751ca3c9c00e6ba896f5179745108fa602d8bd87a9611fd8bebe8817fad53c38fc75b0063835b953c67d74a
 DIST apache-tomcat-9.0.59-src.tar.gz 6142359 BLAKE2B 

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

2022-04-03 Thread Miroslav Šulc
commit: 57b3824d2b8ad037af5659614f46d470013d2927
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Apr  4 05:30:31 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Apr  4 05:30:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b3824d

www-servers/tomcat: removed obsolete 8.5.75, 9.0.58 & 10.0.16

Signed-off-by: Miroslav Šulc  gentoo.org>

 www-servers/tomcat/Manifest  |   5 -
 www-servers/tomcat/tomcat-10.0.16.ebuild | 195 ---
 www-servers/tomcat/tomcat-8.5.75.ebuild  | 159 -
 www-servers/tomcat/tomcat-9.0.58.ebuild  | 187 -
 4 files changed, 546 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index b96dcd3d82c4..523db26db27c 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,17 +1,12 @@
-DIST apache-tomcat-10.0.16-src.tar.gz 6088262 BLAKE2B 
f02a5b08e4502d4e7be2fa14f8dae8760c2844f262cdc75e2cc821038d248ed961281d11f7bb847cf55ecf012ee05c870366508fb1fe1485da2100e87aa13c55
 SHA512 
44a1ac752077603c5366ec92c6a5860d33ce810bf2554190a013329106ec118d1a18d1a26823b3024d046b05160a20dda65573365451d0481be8be97218445c8
 DIST apache-tomcat-10.0.17-src.tar.gz 6086996 BLAKE2B 
ff3584e58ec6f22f493cf7f32435423d68b941d9eec22441ee54ba69af03b50b687b23012129108485c9db147c8e7364ded037cf9ed2add174e6c928b927382a
 SHA512 
1cc0f8e2187934c6dac3e31739f8c53a0a152527a98210deab8ce027c1347cbbd1cef3bdf0294bee3c4dbed20ba57b2291bcd887f353837fd505ea2d17e7ba3d
 DIST apache-tomcat-10.0.18-src.tar.gz 6088118 BLAKE2B 
7d3fdb5a682dd44d358a619a18ca3df3bde27c9fc963436c9bce86baf07a42e87ba80724afdc6ce72b493d2fb35dda644eba29df7d4434f8c815ada4cb5d2ca3
 SHA512 
001205f382f44163f08dba1d306472b7ef3256e31a522c3f1f7595bca4fd084776a0c1f69b241302fa5d0d2f143ac063cb34d4fcf79a51ec9722f2f2ce3f1dab
 DIST apache-tomcat-10.0.20-src.tar.gz 6097471 BLAKE2B 
77df97d73ff87a5ad55dfc3a0df02e3a306e619a5ae4bd2df0a0e3d42d236ccf2c6a6c46f60f56311f9be1bd561be9096d810d932f136b5856ff275fb3ae8368
 SHA512 
1e75b0bad54a9fac6ddc650156fac88bc91933ff0bf4e9a62948f5e116454b6def10d7ad632968e709e8aac72b15c567e4497cdb9b594352cd12d7518fdaf18f
 DIST apache-tomcat-7.0.109-src.tar.gz 5314401 BLAKE2B 
56583caea6879bf8ca5cc02a886de3d7af413032f88d367653e709dc1c8f590e78620c788317bbff4b6e65dd3e242cc26863164ac8e7c87334a22636f3ed0703
 SHA512 
ecf9c0bee0e3e1aa24f299fe633705c5a2f6aa264d9e4968cfc96aa5d0a425c2b0ff07765a8b6c67221766733bdfaed6e6c6377a8d0870d889e7063ce90a46ce
-DIST apache-tomcat-8.5.75-src.tar.gz 5961981 BLAKE2B 
a8d3c0ef390ce6b12b09cedb71cd9c102e3a37265f7ef6db9797eb7eaf04429f75bdedf6a7dbaa7ade0b57a12cbb461498c37d9c7e234bb9dc98e3d095b66b8a
 SHA512 
c1c2609db623eb94a5e177c0f7ccabf8753a34151961ddc0fdea47704aca86123ef63f746b7ca76e818185cae19121823f7700f9bd47ba27625b3c801ddc8bad
 DIST apache-tomcat-8.5.76-src.tar.gz 5961741 BLAKE2B 
4c661c2f753edac48c28fdec3caa06c487e1546feb91f2d69003a4d9f71fb023eb2314520bb156f3087656d655acdfdbdff3f68cd3f81d0d9dfbb2c9577898ee
 SHA512 
b1c1b8c870c77e46969fe64acc71194d37605e5ccda87d105186d8070ec2dd0b7b9c64cf2f9b276db140fd3927832405123018f6fe8f46c0ebda50af6404d8b9
 DIST apache-tomcat-8.5.77-src.tar.gz 5963037 BLAKE2B 
63192409b148cf0691e6ad22180e4f79d8603e89633598ee3f1dcfdd7d55b88530ecb1aa7c585920e086a7582dea78fcbcd1498ed2552e0f8d17127658769f66
 SHA512 
a0d2f77540b5370e09d03d04340e0c7f539eb5761b84ea3c8ef924e2a3e7f9528b3ed83a0c8e413bc9335cee6052135788e48e30d95f231ba3ade7f0b53ec157
 DIST apache-tomcat-8.5.78-src.tar.gz 5972826 BLAKE2B 
93acb2e997a877a2195642da7d896ec4f08bebd83aa12d868607056c23722bdb90147814173dde17fc142a9e4e434e4570a15ebfa1f8b1c7911a16408728b4bb
 SHA512 
b58fdaa57420fcf7759420fba26bfd6edaa5174f5d3a81fdf8783f19d5385e2502d2ad4bfa0e4a77c6a084bf6d97a6d3cd274ab0ab3f2311d23079e273c41b32
-DIST apache-tomcat-9.0.58-src.tar.gz 6142037 BLAKE2B 
0515273882468958f5bc2ef95e3085c22975e0ec9f8153a20773266a43710645c2262da8cb10736f0f0b255716fa05a12252194e1f32851704364ef89a62e5e9
 SHA512 
b2b572dcad2efadf3e5e5a6ae6e108f5699af23b7751ca3c9c00e6ba896f5179745108fa602d8bd87a9611fd8bebe8817fad53c38fc75b0063835b953c67d74a
 DIST apache-tomcat-9.0.59-src.tar.gz 6142359 BLAKE2B 
26dee501a374e54280237dbe392924ac89e3e4b331a11b30c2e0923ac38fa16bb52c02dfc8a9f3597fb0ee169ae2835ac254eab745d1e2ab1e64cfed6395d0c3
 SHA512 
cea0125ca9b90b247ed114fa7b2e9c63da38b1ef97b3a373a43ed0d775764178534a4014b254219c8c5a26575eaf0ddc25ebc1e276b2ad5086ef3406627f1c80
 DIST apache-tomcat-9.0.60-src.tar.gz 6143845 BLAKE2B 
af7061854659de06afa6a7cf6380c4be4375e18bec896049bf468ddb9139794170271454af4712ade5099b8d46ed7c8d642e9c5f37ea168f0e31394a5128beeb
 SHA512 
e5cb12fb134ff0a59e01a30fbcabc350ddbef6959494176848c2858c3c68444bc520153e00fdcdecb0eefbe7f69876c2965fedbffeeb0aeda7931dc1c11b0de5
 DIST apache-tomcat-9.0.62-src.tar.gz 6156545 BLAKE2B 
414f4f7193a8db2bb3d0abcbd2d8c30ede5783e83ba01229ffb322e9bf6b08d2fb10d83ce4742d9e6a4ebc50c9b047679ae798fbd3db8ae165f76d2782034d71
 SHA512 

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

2022-04-03 Thread Stefan Strogin
commit: 73ad75163c67239c0bd5917d41658eff87b4ebfb
Author: Stefan Strogin  gentoo  org>
AuthorDate: Mon Apr  4 01:50:19 2022 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Apr  4 03:29:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ad7516

dev-libs/intel-compute-runtime: don't apply already applied patch

The patch is already applied in this version in upstream.

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

 dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789.ebuild
index 4b6c563cdd2a..a58424820a2a 100644
--- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789.ebuild
+++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789.ebuild
@@ -41,8 +41,6 @@ BDEPEND="virtual/pkgconfig"
 
 DOCS=( "README.md" "FAQ.md" )
 
-PATCHES=( "${FILESDIR}/${PN}-22.12.22749-metrics.patch" )
-
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdm/

2022-04-03 Thread Matt Turner
commit: bb67bc20c711b6048e8d93805e1dd34245b8c7b7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 03:00:34 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 03:00:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb67bc20

x11-apps/xdm: Version bump to 1.1.13

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xdm/Manifest  |  1 +
 x11-apps/xdm/xdm-1.1.13.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/x11-apps/xdm/Manifest b/x11-apps/xdm/Manifest
index 141eede7e334..67078cd5654f 100644
--- a/x11-apps/xdm/Manifest
+++ b/x11-apps/xdm/Manifest
@@ -1 +1,2 @@
 DIST xdm-1.1.12.tar.bz2 512074 BLAKE2B 
a82d124f4b7ce3185d703fca3aade92e86094602aec5343566ba8c91c54b70cdedbaea2fa6fee330d7ed48d9138b04a998aa2dae06db2683bfcce6c7693edc82
 SHA512 
1a4be0a070ced5db8fda6fc74794c9f9ed0cb37fa440fda6a3a7652aff62dfc3d7ba68b9facf054671ebf0f4db2a0eec29d0aa3716e3407ccd5529bac3553bdb
+DIST xdm-1.1.13.tar.xz 418404 BLAKE2B 
b5e1df5e0fd284b227bac5b07114b7882c34adca8c8f7878350576f865ec0675fc7f8218b5eba24e0ca75895093f9412e838a997562ec99bc8196233354bd7eb
 SHA512 
1c7ba51dc8c6989ff6ede3a3abd06e002903609d4ebd31f06ec39fbfee3a80a690c6180f85c3ab135a0de4623261d92a191d1ca5f733cdb3bd2e7e78977b98e5

diff --git a/x11-apps/xdm/xdm-1.1.13.ebuild b/x11-apps/xdm/xdm-1.1.13.ebuild
new file mode 100644
index ..14ff8b734c55
--- /dev/null
+++ b/x11-apps/xdm/xdm-1.1.13.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_EAUTORECONF=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3 pam systemd
+
+DEFAULTVT=vt7
+
+DESCRIPTION="X.Org xdm application"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="ipv6 pam systemd truetype xinerama xpm"
+
+RDEPEND="
+   x11-apps/sessreg
+   x11-apps/xconsole
+   x11-apps/xinit
+   x11-apps/xrdb
+   x11-apps/xsm
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXdmcp
+   x11-libs/libXmu
+   x11-libs/libXt
+   virtual/libcrypt:=
+   pam? ( sys-libs/pam )
+   systemd? ( >=sys-apps/systemd-209 )
+   truetype? (
+   x11-libs/libXrender
+   x11-libs/libXft
+   )
+   xinerama? ( x11-libs/libXinerama )
+   xpm? ( x11-libs/libXpm )
+   elibc_glibc? ( dev-libs/libbsd )"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+PATCHES=(
+   "${FILESDIR}"/xdm-1.1.12-make-xinerama-optional.patch
+)
+
+src_prepare() {
+   sed -i -e 's:^Alias=.*$:Alias=display-manager.service:' \
+   xdm.service.in || die
+
+   # Disable XDM-AUTHORIZATION-1 (bug #445662).
+   # it causes issue with libreoffice and SDL games (bug #306223).
+   sed -i -e '/authorize/a DisplayManager*authName:
MIT-MAGIC-COOKIE-1' \
+   config/xdm-config.in || die
+
+   xorg-3_src_prepare
+}
+
+src_configure() {
+   local XORG_CONFIGURE_OPTIONS=(
+   $(use_enable ipv6)
+   $(use_with pam)
+   $(use_with systemd systemd-daemon)
+   $(use_with truetype xft)
+   $(use_with xinerama)
+   $(use_enable xpm xpm-logos)
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-default-vt=${DEFAULTVT}
+   --with-xdmconfigdir=/etc/X11/xdm
+   )
+   xorg-3_src_configure
+}
+
+src_install() {
+   xorg-3_src_install
+
+   exeinto /usr/$(get_libdir)/X11/xdm
+   doexe "${FILESDIR}"/Xsession
+
+   use pam && pamd_mimic system-local-login xdm auth account session
+
+   # Keep /var/lib/xdm. This is where authfiles are stored. See #286350.
+   keepdir /var/lib/xdm
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xsm/

2022-04-03 Thread Matt Turner
commit: 9e4561bd2aabc10a6053d9cfdf4c9f14fa9e4ca7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:36:46 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:36:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4561bd

x11-apps/xsm: Version bump to 1.0.5

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xsm/Manifest |  1 +
 x11-apps/xsm/xsm-1.0.5.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/x11-apps/xsm/Manifest b/x11-apps/xsm/Manifest
index 871a8cb966ba..594a4a7327f1 100644
--- a/x11-apps/xsm/Manifest
+++ b/x11-apps/xsm/Manifest
@@ -1 +1,2 @@
 DIST xsm-1.0.4.tar.bz2 170933 BLAKE2B 
05cf4614440f36da6ed1e8e0949ef6955da03d1fe0cc2d0323150b34ea01c293301aa49006a93fe7c44c842db41fb6b66a2f4a4051ddf2258143e54a6e99b390
 SHA512 
d4e4da7c309a4eae126d2b58a13684f4dbc06b09f76dde9c89c707375df2843614f3d83bc44f9cd02f239200db3397abd86796dca0dbafc69f60482b0af5a176
+DIST xsm-1.0.5.tar.xz 159496 BLAKE2B 
18531fd06970a244478cd674cac1d669d4fcecb4f680a656c5182927c76a111aa82b96fd96e5b887d6f8b44e7ab88292607812b7d6bbcac86d9f4448bbb4fed5
 SHA512 
df3777b3aab813ec8aa906f5a03f93b8ca645978970290cf7baf732e175c36c00ae19baeb45ea7404d35838c21e6f8fca28f0da3e2f398d17adac5f2acb7b351

diff --git a/x11-apps/xsm/xsm-1.0.5.ebuild b/x11-apps/xsm/xsm-1.0.5.ebuild
new file mode 100644
index ..22022dd49fb0
--- /dev/null
+++ b/x11-apps/xsm/xsm-1.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X Session Manager"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="x11-libs/libXaw
+   x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+pkg_setup() {
+   # (#158056) /usr/$(get_libdir)/X11/xsm could be a symlink
+   local XSMPATH="${EROOT}/usr/$(get_libdir)/X11/xsm"
+   if [[ -L ${XSMPATH} ]]; then
+   einfo "Removing symlink ${XSMPATH}"
+   rm -f ${XSMPATH} || die "failed to remove symlink ${XSMPATH}"
+   fi
+   xorg-3_pkg_setup
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xlsfonts/

2022-04-03 Thread Matt Turner
commit: 98a107e817727af79bc2478ccf94ec522ec48f03
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:35:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:35:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a107e8

x11-apps/xlsfonts: Version bump to 1.0.7

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xlsfonts/Manifest  |  1 +
 x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-apps/xlsfonts/Manifest b/x11-apps/xlsfonts/Manifest
index 9fa098c9d87c..17a6c6e64dfb 100644
--- a/x11-apps/xlsfonts/Manifest
+++ b/x11-apps/xlsfonts/Manifest
@@ -1 +1,2 @@
 DIST xlsfonts-1.0.6.tar.bz2 133500 BLAKE2B 
e21b5776ca02c5fe07ba80c2e845fd04d75642ed7984080df3402a478748e4bea00f93134eaf359da9d5223be6bf98224067bd3413c072c2f38bd589fdc90328
 SHA512 
052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0
+DIST xlsfonts-1.0.7.tar.xz 126888 BLAKE2B 
13f2e2007c38f7d1724e6ffd0c7fe9a3b887a150f50107b892327c3620e4ffdbd4ae1191a9764cc4000d6422fe0f331dcbef11c0b50013ff2d94b699c0cba1ee
 SHA512 
ec82be0a97500a9e64fb5a6adbbec470b249b1267c3081c2bd44cd3e7148107517d1234c1da2f81b0405230ab03ad2943ea53756c3380f4d561665b38d0cedc0

diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild 
b/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild
new file mode 100644
index ..1616f5a8f2ad
--- /dev/null
+++ b/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org xlsfonts application"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-sgml-doctools/

2022-04-03 Thread Matt Turner
commit: 0c9eb3621c1c71b837d954c6b01b97bb454679ca
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:38:21 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:38:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9eb362

x11-base/xorg-sgml-doctools: Version bump to 1.12

Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xorg-sgml-doctools/Manifest   |  1 +
 .../xorg-sgml-doctools/xorg-sgml-doctools-1.12.ebuild  | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/x11-base/xorg-sgml-doctools/Manifest 
b/x11-base/xorg-sgml-doctools/Manifest
index d1da73fe546b..abe92dea17dc 100644
--- a/x11-base/xorg-sgml-doctools/Manifest
+++ b/x11-base/xorg-sgml-doctools/Manifest
@@ -1 +1,2 @@
 DIST xorg-sgml-doctools-1.11.tar.bz2 120356 BLAKE2B 
55a6e89675dff17bb873e187325255a3da0a431a49950dfb3aea353efa6335a01118512edc0a24b0690f2d2d8b2ddda49bd84e71064574048e06c0a4923cf0ba
 SHA512 
64bf561bc7a6855f96d9df8b062860deb3b9967203339ae2fc02404ad29c05272f7ead3aa792b149811ecfc7af786567e0b8a66a2bf112d33ec7385dd1398e7e
+DIST xorg-sgml-doctools-1.12.tar.bz2 131356 BLAKE2B 
555faf50f2e83b689566c7033669bd6e2e93294b9b6895d07110497392387f60b821fe570063e34d8089dc1a9f273eefb5ea0d0556d5965bf893756279e8688f
 SHA512 
5c4f8506992abcc3d98b99d33b60ac770f039c3ffa11ad49005942bc9b7497367842a57967cee51b0e8e9095a660879af9a243abddf6b1af88741dbb882b3a4a

diff --git a/x11-base/xorg-sgml-doctools/xorg-sgml-doctools-1.12.ebuild 
b/x11-base/xorg-sgml-doctools/xorg-sgml-doctools-1.12.ebuild
new file mode 100644
index ..824ecd0720a9
--- /dev/null
+++ b/x11-base/xorg-sgml-doctools/xorg-sgml-doctools-1.12.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MODULE=doc/
+
+inherit xorg-3
+
+DESCRIPTION="SGML entities and XML/CSS stylesheets used in X.Org docs"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="x11-misc/util-macros"
+RDEPEND=""
+BDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontscale/

2022-04-03 Thread Matt Turner
commit: 4aefd86b929d9c9639dbd9fe5a00c5a0b24a670e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:21:44 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aefd86b

x11-apps/mkfontscale: Version bump to 1.2.2

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/mkfontscale/Manifest |  1 +
 x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
index 42df02618b26..cbacbd12c726 100644
--- a/x11-apps/mkfontscale/Manifest
+++ b/x11-apps/mkfontscale/Manifest
@@ -1 +1,2 @@
 DIST mkfontscale-1.2.1.tar.bz2 150808 BLAKE2B 
0c2cce3a5b400f8c757a9e1f7a0c8ea85f41c7d229cc1197c68340ec9f2b0b36872a914bf04dabb584727405092b4bf9abbc465190ac1b91419d9ecb3d359b83
 SHA512 
4d243160e1f7f8dfa6a8f53349c1a42a55fc99426455ebdef58352c5e951fce8b4f1fbd1061a76c9a148095b002eac372db1ae5e2647d2ccb4886635b317b18c
+DIST mkfontscale-1.2.2.tar.xz 143436 BLAKE2B 
796c6b95f4eb0959db93ccfb1ebae9c73afc618645d85b7ba382559fe4e008ece16c9d86ab32c815923cda9928f030d75c47f2dd5ee6c9857b9e861f9bab0dc9
 SHA512 
4c846816325347c91008d76b3a5610c1e58a8414fd55117e7ccf51310db4b20b8397ecf6c9177ff77322e27ee088bf034fd175c9210465c50b094bab8dada4b3

diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild 
b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild
new file mode 100644
index ..4f75ba049eda
--- /dev/null
+++ b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="create an index of scalable font files for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   x11-libs/libfontenc
+   media-libs/freetype:2
+   sys-libs/zlib
+   app-arch/bzip2"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=(
+   --with-bzip2
+)



[gentoo-commits] repo/gentoo:master commit in: x11-apps/listres/

2022-04-03 Thread Matt Turner
commit: 9688eb2ad2033a86a87c03d77142973e20d483e7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:20:32 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9688eb2a

x11-apps/listres: Version bump to 1.0.5

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/listres/Manifest |  1 +
 x11-apps/listres/listres-1.0.5.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest
index a8ac7f735f56..4e2e3f7bbc98 100644
--- a/x11-apps/listres/Manifest
+++ b/x11-apps/listres/Manifest
@@ -1 +1,2 @@
 DIST listres-1.0.4.tar.bz2 125472 BLAKE2B 
99865e682eb2894b7af1a84a6fd29bf16f0345b8660bbb61060dbb7927bf376591c7403356b97cff13ff3392321d52f34388f49fd2aac6dab52592317818010c
 SHA512 
925bceab6ff96fcf91f58ba2f858905d6e2eff7074ba29cfc02def7c19fb493545837884f1070dc004422451f749cd459000c01e8c9bb51a7cce7f7ab4067b8a
+DIST listres-1.0.5.tar.xz 119596 BLAKE2B 
849b41415eaf7d5251d8fb1cee061e8272e8abd4df986b28737d0a215953be692fe3b0c008a0bf7c831c5c6664ab1402c5034b2685cd3d799bae77a0296b0f8e
 SHA512 
caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d

diff --git a/x11-apps/listres/listres-1.0.5.ebuild 
b/x11-apps/listres/listres-1.0.5.ebuild
new file mode 100644
index ..53a479e2f007
--- /dev/null
+++ b/x11-apps/listres/listres-1.0.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="list resources in widgets"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXmu
+   x11-libs/libXaw"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/setxkbmap/

2022-04-03 Thread Matt Turner
commit: cd89537a29bbb1bd691ddc5edba145277b8aab90
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:25:08 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd89537a

x11-apps/setxkbmap: Version bump to 1.3.3

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/setxkbmap/Manifest   |  1 +
 x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest
index 2fb457001d4a..55ca7998a11c 100644
--- a/x11-apps/setxkbmap/Manifest
+++ b/x11-apps/setxkbmap/Manifest
@@ -1 +1,2 @@
 DIST setxkbmap-1.3.2.tar.bz2 136253 BLAKE2B 
0c7ee234ec39546812ed2cf4f57f20f8c5078a3193ad39ce948660ca870ef0b625a8bb7e90e9a9e8b567d6d023f45f62856a6e1b44d8bfd04a1c0fe1a6d9830f
 SHA512 
bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38
+DIST setxkbmap-1.3.3.tar.xz 130416 BLAKE2B 
34ea39054a4e03e5d33778b993afbc0356f898ed45eb9d182fc589a75c92a63275f9c49abbf18b637d83acb9a2f9609794253f3f38f814dbbea741987ddc72ba
 SHA512 
208f07a7f7bce47b573099d4cd8c941a3a4d74b456720bc3ca1cbba298381a2ab98c7500d6e6cd6d5dd61840b7c42cf6521da754ec395f266f8158102a55ad58

diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild 
b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
new file mode 100644
index ..1eee74ed1aad
--- /dev/null
+++ b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Controls the keyboard layout of a running X server"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+   x11-libs/libxkbfile
+   x11-libs/libX11
+   x11-libs/libXrandr"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto"
+RDEPEND="${COMMON_DEPEND}
+   x11-misc/xkeyboard-config"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/rstart/

2022-04-03 Thread Matt Turner
commit: 37c2ef82df6e229ad0e9ea7867f488d9f1b3daae
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:22:24 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c2ef82

x11-apps/rstart: Version bump to 1.0.6

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/rstart/Manifest|  1 +
 x11-apps/rstart/rstart-1.0.6.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/x11-apps/rstart/Manifest b/x11-apps/rstart/Manifest
index 24b962d50484..0dee14bc11fe 100644
--- a/x11-apps/rstart/Manifest
+++ b/x11-apps/rstart/Manifest
@@ -1 +1,2 @@
 DIST rstart-1.0.5.tar.bz2 144607 BLAKE2B 
2048877683a5a1c1d07bb68d8814cea2a0e1755d7cea3f40b62c086a7f2e8ea2582eea81db46117f906f998bc830f50c437188131584d07fbb68730bfe2491ae
 SHA512 
bda43dd29f95ba5ea4ab42e78069c4011afc6987d00dc580250aec8bec217fabb67577a3038607468de1739d54da596a43cea4c1f5be72e3e572ae6d5abbc09a
+DIST rstart-1.0.6.tar.xz 144888 BLAKE2B 
d8ea7d48af6bffcbcd5c2f4ed4c6e7678f2d0ef17b5e104731c0a84fcd36d9c877b3f856a5137d066e671d1405d9ad21497c79885f02ba332fa059c0af59c3f6
 SHA512 
8c0840f172c9efade4557e9a28de19e76e510bd17f1e964936a957dde5ada3d9ae8b2fa0502f61da15cdfc0c69d3308599253ee03571017086a45e4e83958e8f

diff --git a/x11-apps/rstart/rstart-1.0.6.ebuild 
b/x11-apps/rstart/rstart-1.0.6.ebuild
new file mode 100644
index ..bb3f37927ff9
--- /dev/null
+++ b/x11-apps/rstart/rstart-1.0.6.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org rstart application"
+
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+DEPEND="x11-base/xorg-proto"
+RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xload/

2022-04-03 Thread Matt Turner
commit: 258012469ae91b1e6e2b4d7611d2325f67e891ce
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:28:13 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25801246

x11-apps/xload: Version bump to 1.1.4

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xload/Manifest   |  1 +
 x11-apps/xload/xload-1.1.4.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest
index 09950729c06c..ebfbcfd6278c 100644
--- a/x11-apps/xload/Manifest
+++ b/x11-apps/xload/Manifest
@@ -1 +1,2 @@
 DIST xload-1.1.3.tar.bz2 140327 BLAKE2B 
e3e4e817b65a405b2e4733fbf736d2f2a9803436bd752d8fc14204f2c6e342dcf60c9fe69d749283ed53345020fbf7c250c91453d4b6634c41795e91e072cd46
 SHA512 
8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5
+DIST xload-1.1.4.tar.xz 133204 BLAKE2B 
46002e9bb6156552c9dada2daf68723638b822df6b87433682dbdffa684bd8b344dba2d66c6d2a9bef60f148455fb64885d9a5e28b319367df3dfed267cc0841
 SHA512 
114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2

diff --git a/x11-apps/xload/xload-1.1.4.ebuild 
b/x11-apps/xload/xload-1.1.4.ebuild
new file mode 100644
index ..e44d067f1996
--- /dev/null
+++ b/x11-apps/xload/xload-1.1.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="system load average display for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libXaw
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND="sys-devel/gettext"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xedit/

2022-04-03 Thread Matt Turner
commit: 64d99447eb16ea7acd448c20d1cb8d3691c0097d
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:27:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d99447

x11-apps/xedit: Version bump to 1.2.3

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xedit/Manifest   |  1 +
 x11-apps/xedit/xedit-1.2.3.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest
index 482d9970402c..20c4fb029c19 100644
--- a/x11-apps/xedit/Manifest
+++ b/x11-apps/xedit/Manifest
@@ -1 +1,2 @@
 DIST xedit-1.2.2.tar.bz2 525861 BLAKE2B 
608f3f2b06d14f99a71d9eaf45114ba71271957f584c685236bd78e2f7c9a6e969ce15de72a7530a41835b951caa800a7cb0c45d71a4790aab5fe703d654e912
 SHA512 
24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d
+DIST xedit-1.2.3.tar.xz 480288 BLAKE2B 
15dabc6952228246b2fcd67c33298ce75ebd3a943e930d3e5110c4b32a8c5b7340f5127b64d9bda9819fa3bcb4bebe870e4bcca0ecf5310f4b765f488d88c61d
 SHA512 
1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a

diff --git a/x11-apps/xedit/xedit-1.2.3.ebuild 
b/x11-apps/xedit/xedit-1.2.3.ebuild
new file mode 100644
index ..decfcc8270fb
--- /dev/null
+++ b/x11-apps/xedit/xedit-1.2.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="simple text editor for X"
+
+KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libXaw
+   x11-libs/libXt
+   x11-libs/libXmu
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xclock/

2022-04-03 Thread Matt Turner
commit: 12f793825685a3e7a59afc5d3a59f8166d9d70d1
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:25:45 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f79382

x11-apps/xclock: Version bump to 1.1.0

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xclock/Manifest|  1 +
 x11-apps/xclock/xclock-1.1.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/x11-apps/xclock/Manifest b/x11-apps/xclock/Manifest
index 2cd66029966f..bcdeb455a340 100644
--- a/x11-apps/xclock/Manifest
+++ b/x11-apps/xclock/Manifest
@@ -1 +1,2 @@
 DIST xclock-1.0.9.tar.bz2 175372 BLAKE2B 
6e19535a357f1ed162de1ae5c403cfde6be03a3be6bebd8b338472473c8da71e00a3e6c52e7b43315735bc41345490a6dacf1b934458d4c11fec09072e2f9b00
 SHA512 
fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d
+DIST xclock-1.1.0.tar.xz 158984 BLAKE2B 
26f39053decd25d481db90f8d2d9e854a4d66170d414de6232e48359c57f1865a581740f34419c8ad986e10c6dbe4aea921d4760c9eb33ca634522eca3fe
 SHA512 
9456ed43cb8afce4a1f1c4edcb87bfb86f61fb54d1892f26812ed10662c9b8f8c28854934ce4eb981090d500fec0f295ba96df9867dd1685dc5f31202729a1a0

diff --git a/x11-apps/xclock/xclock-1.1.0.ebuild 
b/x11-apps/xclock/xclock-1.1.0.ebuild
new file mode 100644
index ..7034dfd5e4fe
--- /dev/null
+++ b/x11-apps/xclock/xclock-1.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="analog / digital clock for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXft
+   x11-libs/libxkbfile
+   x11-libs/libXaw"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/

2022-04-03 Thread Matt Turner
commit: f92dce2a8ef3b4064bd916fbb2b6507a9e500138
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:19:44 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92dce2a

x11-apps/appres: Version bump to 1.0.6

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/appres/Manifest|  1 +
 x11-apps/appres/appres-1.0.6.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index e90a3671c717..cc798c7bc507 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1 +1,2 @@
 DIST appres-1.0.5.tar.bz2 124531 BLAKE2B 
0d3e497afb3ab7d3565451c0da6594b4e608fa20e1a225162c4347d672db6a94823b5961c112b414e55c86a6b53a684709ddd109991f0545b6897bf276824da8
 SHA512 
70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137
+DIST appres-1.0.6.tar.xz 118972 BLAKE2B 
13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc
 SHA512 
6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9

diff --git a/x11-apps/appres/appres-1.0.6.ebuild 
b/x11-apps/appres/appres-1.0.6.ebuild
new file mode 100644
index ..839262e5a512
--- /dev/null
+++ b/x11-apps/appres/appres-1.0.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="list X application resource database"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXt"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/editres/

2022-04-03 Thread Matt Turner
commit: 67447b356553cc2110cf35f55f6969218e5b5af5
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:18:23 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67447b35

x11-apps/editres: Version bump to 1.0.8

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/editres/Manifest |  1 +
 x11-apps/editres/editres-1.0.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-apps/editres/Manifest b/x11-apps/editres/Manifest
index 0b85aac36de1..31319a347bc5 100644
--- a/x11-apps/editres/Manifest
+++ b/x11-apps/editres/Manifest
@@ -1 +1,2 @@
 DIST editres-1.0.7.tar.bz2 166429 BLAKE2B 
abaa0764bfc3419e17d5cd222bbe20f5591f7bc8431444aa6739cdc067cfb81f606370df19562410aa54820a0249828ccc9d506a9607031b453a7993af634f60
 SHA512 
b9c928b556116bf50cf4b6ea779bdc9fedf29f5db3e6a8cc75c122578c92e1cc530a81b226ec24aad183b8ebc2de570f200314b0d9ce7883b6e3306007365b32
+DIST editres-1.0.8.tar.xz 158476 BLAKE2B 
d0b2ef786e68ed6cf37e06bc776f6d6a104a2da2f68dbe27457e31a11d642d3946cd86667bd3ca2ae952c4fcc7162b86a69064a7dcd00ed16bb3e1f1c29e3e54
 SHA512 
9a007ed7a02abf61af8b65a163a7289a1e960db390db401bdfad162aa642e0eb887ecf85be14093efd8567c68f5e01450bb8321403a203a00065fa21985c7922

diff --git a/x11-apps/editres/editres-1.0.8.ebuild 
b/x11-apps/editres/editres-1.0.8.ebuild
new file mode 100644
index ..2c956d930245
--- /dev/null
+++ b/x11-apps/editres/editres-1.0.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="a dynamic resource editor for X Toolkit applications"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXmu
+   x11-libs/libXaw"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/iceauth/

2022-04-03 Thread Matt Turner
commit: ab2558b046216c08e2f1fa83aa339eca97a19958
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:19:08 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2558b0

x11-apps/iceauth: Version bump to 1.0.9

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/iceauth/Manifest |  1 +
 x11-apps/iceauth/iceauth-1.0.9.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest
index e49dd4b3283a..bfd90c581200 100644
--- a/x11-apps/iceauth/Manifest
+++ b/x11-apps/iceauth/Manifest
@@ -1 +1,2 @@
 DIST iceauth-1.0.8.tar.bz2 137905 BLAKE2B 
8fb2e29e5f4fee57e5c1f86eb78ce518519f04301e8aa81778e0de6589f62f32478a7cae05db831177f4425eb388f7b666f697314d5ab967ea3e2b6ac7b47d56
 SHA512 
9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1
+DIST iceauth-1.0.9.tar.xz 130724 BLAKE2B 
39848a28a289f38b43184bc579d8263509dc71bf78ed0a0282e8c22a9f5f468606308ca7785481ce7ff1b683d7854b15cbbadc6ff7c9d0c4d9ff4beef9598211
 SHA512 
16b2f58008587cf1544037ca8b1c76dbb75eb043b3048b3064e66ba6b147962233f1453c2cf18bfb136dd6dd21d3e27b5219e17e1ab7b81dbe93fb6aff801a72

diff --git a/x11-apps/iceauth/iceauth-1.0.9.ebuild 
b/x11-apps/iceauth/iceauth-1.0.9.ebuild
new file mode 100644
index ..ee294d38346b
--- /dev/null
+++ b/x11-apps/iceauth/iceauth-1.0.9.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="ICE authority file utility"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris ~x86-winnt"
+
+RDEPEND="x11-libs/libICE"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xcalc/

2022-04-03 Thread Matt Turner
commit: d4d442ae94cbe7f36db689982cf68689ee183514
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  4 02:17:24 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  4 02:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d442ae

x11-apps/xcalc: Version bump to 1.1.1

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xcalc/Manifest   |  1 +
 x11-apps/xcalc/xcalc-1.1.1.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest
index daea93e1931b..f58f0cc95666 100644
--- a/x11-apps/xcalc/Manifest
+++ b/x11-apps/xcalc/Manifest
@@ -1 +1,2 @@
 DIST xcalc-1.1.0.tar.bz2 148193 BLAKE2B 
8643544d7871eca1e242b643f1e80fc76b7b2f64612a75ca2ec2537194df84862d9b86be515acea5114a8f2dc6cfad7c95cf40e396a0aeb26a6951198827755d
 SHA512 
877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5
+DIST xcalc-1.1.1.tar.xz 140204 BLAKE2B 
b747a658b03ded2a071f0b54047f8dd4a1aecf6093af14059f2311019e6f9d3790f1190159c278fd3f9d5bf5740bbb1bfb0996540a0985728ed2966239bb4902
 SHA512 
a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb

diff --git a/x11-apps/xcalc/xcalc-1.1.1.ebuild 
b/x11-apps/xcalc/xcalc-1.1.1.ebuild
new file mode 100644
index ..570e843275b9
--- /dev/null
+++ b/x11-apps/xcalc/xcalc-1.1.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="scientific calculator for X"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+
+RDEPEND="x11-libs/libXaw
+   x11-libs/libXt
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-04-03 Thread William Hubbs
commit: cccecafab917464137d22cec82e7458d6f5c277e
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Apr  4 02:17:05 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Apr  4 02:18:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccecafa

app-accessibility/espeak-ng: add fix for pulseaudio access violation

Closes: https://bugs.gentoo.org/836646
Closes: https://github.com/gentoo/gentoo/pull/24878

Signed-off-by: Peter Alfredsen  icloud.com>
Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 3 +++
 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild| 4 
 app-accessibility/espeak-ng/espeak-ng-.ebuild| 4 
 3 files changed, 11 insertions(+)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index 016fdf386418..c3240b2d2dd3 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -51,6 +51,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # https://bugs.gentoo.org/836646
+   export PULSE_SERVER=""
+
local econf_args
econf_args=(
$(use_with async)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index 345d810491c0..a9ea01fea59e 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -45,6 +45,10 @@ src_prepare() {
 
 src_configure() {
local econf_args
+
+   # https://bugs.gentoo.org/836646
+   export PULSE_SERVER=""
+
econf_args=(
$(use_with async)
$(use_with klatt)

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index d55d1a306616..4dc30d2b5348 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -51,6 +51,10 @@ src_prepare() {
 
 src_configure() {
local econf_args
+
+   # https://bugs.gentoo.org/836646
+   export PULSE_SERVER=""
+
econf_args=(
$(use_with async)
$(use_with klatt)



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-obfs4proxy/

2022-04-03 Thread Jason Zaman
commit: eec37fc99c335fcdac200a07a1fa7f2ec85e2b76
Author: Jonathan Davies  protonmail  com>
AuthorDate: Fri Apr  1 20:12:52 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Apr  4 01:59:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec37fc9

sec-policy/selinux-obfs4proxy: Added package.

Signed-off-by: Jonathan Davies  protonmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sec-policy/selinux-obfs4proxy/Manifest|  3 +++
 sec-policy/selinux-obfs4proxy/metadata.xml|  8 
 .../selinux-obfs4proxy-2.20220106-r1.ebuild   | 15 +++
 .../selinux-obfs4proxy-2.20220106-r2.ebuild   | 15 +++
 .../selinux-obfs4proxy/selinux-obfs4proxy-.ebuild | 15 +++
 5 files changed, 56 insertions(+)

diff --git a/sec-policy/selinux-obfs4proxy/Manifest 
b/sec-policy/selinux-obfs4proxy/Manifest
new file mode 100644
index ..82ff2983e4aa
--- /dev/null
+++ b/sec-policy/selinux-obfs4proxy/Manifest
@@ -0,0 +1,3 @@
+DIST patchbundle-selinux-base-policy-2.20220106-r1.tar.bz2 299683 BLAKE2B 
9e48733878e2f809b8634a1e96a4b1bb2fc3e866e562a6ac9449da8d4af591cbe7de380384fabec50c7a7c67733253f82024ce62dee51fc73e35e0653626ff6c
 SHA512 
314c639e08b15a94656e467e81857241b242020884c0e40272cfb42235f2d4a5f067dc6ebdf8926335a65d737c233d1df75f69b356509e07fd60b46b07bf
+DIST patchbundle-selinux-base-policy-2.20220106-r2.tar.bz2 436316 BLAKE2B 
07d6ba7a5fa8e8213e922bfd4c698b73c1cdf598ceaa5efe98be095b51aafa446af8ea7217dcc2bc001bfadaa250bfcc8b8dea3d9aa630384f8cdf139512170d
 SHA512 
68a71d098ae09b034cb57f8e38c06b23a6584f5538b94a44fb1e48e48c718f2b37eb5e38931e55e8769481ebf0ed8c8642cfa85a45ac23a71be31cc35380fbad
+DIST refpolicy-2.20220106.tar.bz2 560342 BLAKE2B 
bc0e65466333e02acb48adbb28b8176d3c8e508b2ff97d4f8a876d7c0a65534a62d86c9816ac59f6eed583f4b5c51cf432643edd2dad24dd51eb3cf22e2b75ac
 SHA512 
794327d2dd07196b5f36771f9a961cdf294cf68f690735418d6bdd859499b7007c518cc022ccca9c245a5266b85bdb7cacdcaeefee14e4800937c9101476b373

diff --git a/sec-policy/selinux-obfs4proxy/metadata.xml 
b/sec-policy/selinux-obfs4proxy/metadata.xml
new file mode 100644
index ..781bc07e6d59
--- /dev/null
+++ b/sec-policy/selinux-obfs4proxy/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   seli...@gentoo.org
+   SELinux Team
+   
+

diff --git 
a/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20220106-r1.ebuild 
b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20220106-r1.ebuild
new file mode 100644
index ..392e40f46bd6
--- /dev/null
+++ b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20220106-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+IUSE=""
+MODS="obfs4proxy"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for obfs4proxy"
+
+if [[ ${PV} != * ]] ; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi

diff --git 
a/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20220106-r2.ebuild 
b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20220106-r2.ebuild
new file mode 100644
index ..392e40f46bd6
--- /dev/null
+++ b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20220106-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+IUSE=""
+MODS="obfs4proxy"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for obfs4proxy"
+
+if [[ ${PV} != * ]] ; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi

diff --git a/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-.ebuild 
b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-.ebuild
new file mode 100644
index ..392e40f46bd6
--- /dev/null
+++ b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+IUSE=""
+MODS="obfs4proxy"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for obfs4proxy"
+
+if [[ ${PV} != * ]] ; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi



[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-node_exporter/

2022-04-03 Thread Jason Zaman
commit: ded539ee973501304114426c89a7df8598aa79e9
Author: Jonathan Davies  protonmail  com>
AuthorDate: Fri Apr  1 20:18:04 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Apr  4 01:59:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded539ee

sec-policy/selinux-node_exporter: Added package.

Closes: https://github.com/gentoo/gentoo/pull/24856/
Signed-off-by: Jonathan Davies  protonmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sec-policy/selinux-node_exporter/Manifest |  2 ++
 sec-policy/selinux-node_exporter/metadata.xml |  8 
 .../selinux-node_exporter-2.20220106-r2.ebuild| 15 +++
 .../selinux-node_exporter-.ebuild | 15 +++
 4 files changed, 40 insertions(+)

diff --git a/sec-policy/selinux-node_exporter/Manifest 
b/sec-policy/selinux-node_exporter/Manifest
new file mode 100644
index ..0f7769c5fb89
--- /dev/null
+++ b/sec-policy/selinux-node_exporter/Manifest
@@ -0,0 +1,2 @@
+DIST patchbundle-selinux-base-policy-2.20220106-r2.tar.bz2 436316 BLAKE2B 
07d6ba7a5fa8e8213e922bfd4c698b73c1cdf598ceaa5efe98be095b51aafa446af8ea7217dcc2bc001bfadaa250bfcc8b8dea3d9aa630384f8cdf139512170d
 SHA512 
68a71d098ae09b034cb57f8e38c06b23a6584f5538b94a44fb1e48e48c718f2b37eb5e38931e55e8769481ebf0ed8c8642cfa85a45ac23a71be31cc35380fbad
+DIST refpolicy-2.20220106.tar.bz2 560342 BLAKE2B 
bc0e65466333e02acb48adbb28b8176d3c8e508b2ff97d4f8a876d7c0a65534a62d86c9816ac59f6eed583f4b5c51cf432643edd2dad24dd51eb3cf22e2b75ac
 SHA512 
794327d2dd07196b5f36771f9a961cdf294cf68f690735418d6bdd859499b7007c518cc022ccca9c245a5266b85bdb7cacdcaeefee14e4800937c9101476b373

diff --git a/sec-policy/selinux-node_exporter/metadata.xml 
b/sec-policy/selinux-node_exporter/metadata.xml
new file mode 100644
index ..781bc07e6d59
--- /dev/null
+++ b/sec-policy/selinux-node_exporter/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   seli...@gentoo.org
+   SELinux Team
+   
+

diff --git 
a/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20220106-r2.ebuild 
b/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20220106-r2.ebuild
new file mode 100644
index ..5c81b8da8185
--- /dev/null
+++ 
b/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20220106-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+IUSE=""
+MODS="node_exporter"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for node_exporter"
+
+if [[ ${PV} != * ]] ; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi

diff --git a/sec-policy/selinux-node_exporter/selinux-node_exporter-.ebuild 
b/sec-policy/selinux-node_exporter/selinux-node_exporter-.ebuild
new file mode 100644
index ..5c81b8da8185
--- /dev/null
+++ b/sec-policy/selinux-node_exporter/selinux-node_exporter-.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+IUSE=""
+MODS="node_exporter"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for node_exporter"
+
+if [[ ${PV} != * ]] ; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-04-03 Thread William Hubbs
commit: f82fbd1bf01f4eb321912524b5484cd7146f4883
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Apr  4 01:03:31 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Apr  4 01:46:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82fbd1b

app-accessibility/espeak-ng: drop 1.50, 1.50-r1, 1.50-r2

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

 .../espeak-ng/espeak-ng-1.50-r1.ebuild | 82 -
 .../espeak-ng/espeak-ng-1.50-r2.ebuild | 85 --
 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild  | 82 -
 3 files changed, 249 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
deleted file mode 100644
index 9b3280273ec1..
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Software speech synthesizer for English, and some other languages"
-HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
-SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+ Turkowski unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
-
-COMMON_DEPEND="
-   !app-accessibility/espeak
-   mbrola? ( app-accessibility/mbrola )
-   sound? ( media-libs/pcaudiolib )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   sound? ( media-sound/sox )
-"
-BDEPEND="
-   virtual/pkgconfig
-   man? ( || ( app-text/ronn-ng app-text/ronn ) )
-"
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-   default
-
-   # disable failing tests
-   rm tests/{language-pronunciation,translate}.test || die
-   sed -i \
-   -e "/language-pronunciation.check/d" \
-   -e "/translate.check/d" \
-   Makefile.am || die
-
-   # https://github.com/espeak-ng/espeak-ng/issues/699
-   # fixed in master
-   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
-
-   eautoreconf
-}
-
-src_configure() {
-   local econf_args
-   econf_args=(
-   $(use_with async)
-   $(use_with klatt)
-   $(use_with l10n_ru extdict-ru)
-   $(use_with l10n_zh extdict-zh)
-   $(use_with l10n_zh extdict-zhy)
-   $(use_with mbrola)
-   $(use_with sound pcaudiolib)
-   --without-libfuzzer
-   --without-sonic
-   --disable-rpath
-   --disable-static
-   )
-   econf "${econf_args[@]}"
-}
-
-src_compile() {
-   # see docs/building.md
-   # The -j1s from compile/test/install may be droppable in next release
-   # (after 1.50). Several bugs have been fixed upstream in git.
-   emake -j1
-}
-
-src_test() {
-   emake check -j1
-}
-
-src_install() {
-   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
-   rm "${ED}"/usr/lib*/*.la || die
-}

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild
deleted file mode 100644
index 5e780ba05fea..
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Software speech synthesizer for English, and some other languages"
-HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
-SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   https://dev.gentoo.org/~ulm/distfiles/${P}-ieee80.patch.xz;
-
-LICENSE="GPL-3+ unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
-
-COMMON_DEPEND="
-   !app-accessibility/espeak
-   mbrola? ( app-accessibility/mbrola )
-   sound? ( media-libs/pcaudiolib )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   sound? ( media-sound/sox )
-"
-BDEPEND="
-   virtual/pkgconfig
-   man? ( || ( app-text/ronn-ng app-text/ronn ) )
-"
-
-PATCHES=( "${WORKDIR}"/${P}-ieee80.patch )
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-   default
-
-   # disable failing tests
-   rm tests/{language-pronunciation,translate}.test || die
-   sed -i \
-   -e "/language-pronunciation.check/d" \
-   -e "/translate.check/d" \
-   Makefile.am || die
-
-   # https://github.com/espeak-ng/espeak-ng/issues/699
-   # fixed in master
-   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
-
-   

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

2022-04-03 Thread Sam James
commit: ed893df642d3d1aa804c294c468b00b9516ee5a3
Author: Michal Privoznik  redhat  com>
AuthorDate: Sun Apr  3 11:47:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:33:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed893df6

app-emulation/libvirt: Fixup dependencies

Drop ncurses dependency and move net-libs/rpcsvc-proto dependency.

Libvirt never actually used ncurses as mentioned in the upstream
commit:

  
https://gitlab.com/libvirt/libvirt/-/commit/588d2834d7997a97ffd93ec138acef43aab1

And net-libs/rpcsvc-proto dependency is needed only when building
libvirt (that's when rpcgen is ran to generate some source
files). It's not needed at runtime.

Therefore, remove sys-libs/ncurses from RDEPEND and move
net-libs/rpcsvc-proto into BDEPEND, in all ebuilds.

Signed-off-by: Michal Privoznik  redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/24881
Signed-off-by: Sam James  gentoo.org>

 app-emulation/libvirt/libvirt-7.10.0-r3.ebuild | 3 +--
 app-emulation/libvirt/libvirt-7.7.0-r2.ebuild  | 3 +--
 app-emulation/libvirt/libvirt-8.0.0-r2.ebuild  | 3 +--
 app-emulation/libvirt/libvirt-8.1.0.ebuild | 3 +--
 app-emulation/libvirt/libvirt-8.2.0.ebuild | 3 +--
 app-emulation/libvirt/libvirt-.ebuild  | 3 +--
 6 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-7.10.0-r3.ebuild 
b/app-emulation/libvirt/libvirt-7.10.0-r3.ebuild
index ecec95b0d794..7c4d799d196f 100644
--- a/app-emulation/libvirt/libvirt-7.10.0-r3.ebuild
+++ b/app-emulation/libvirt/libvirt-7.10.0-r3.ebuild
@@ -48,6 +48,7 @@ BDEPEND="
dev-perl/XML-XPath
dev-python/docutils
virtual/pkgconfig
+   net-libs/rpcsvc-proto
bash-completion? ( >=app-shells/bash-completion-2.0 )
verify-sig? ( sec-keys/openpgp-keys-libvirt )"
 
@@ -67,12 +68,10 @@ RDEPEND="
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc
-   net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dbus
sys-apps/dmidecode
sys-devel/gettext
-   sys-libs/ncurses:0=
sys-libs/readline:=
virtual/acl
apparmor? ( sys-libs/libapparmor )

diff --git a/app-emulation/libvirt/libvirt-7.7.0-r2.ebuild 
b/app-emulation/libvirt/libvirt-7.7.0-r2.ebuild
index 1d1927b62ac6..786113f50a58 100644
--- a/app-emulation/libvirt/libvirt-7.7.0-r2.ebuild
+++ b/app-emulation/libvirt/libvirt-7.7.0-r2.ebuild
@@ -48,6 +48,7 @@ BDEPEND="
dev-perl/XML-XPath
dev-python/docutils
virtual/pkgconfig
+   net-libs/rpcsvc-proto
bash-completion? ( >=app-shells/bash-completion-2.0 )
verify-sig? ( sec-keys/openpgp-keys-libvirt )"
 
@@ -67,12 +68,10 @@ RDEPEND="
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc
-   net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dbus
sys-apps/dmidecode
sys-devel/gettext
-   sys-libs/ncurses:0=
sys-libs/readline:=
virtual/acl
apparmor? ( sys-libs/libapparmor )

diff --git a/app-emulation/libvirt/libvirt-8.0.0-r2.ebuild 
b/app-emulation/libvirt/libvirt-8.0.0-r2.ebuild
index e6ed2c625c40..d0232f98e39a 100644
--- a/app-emulation/libvirt/libvirt-8.0.0-r2.ebuild
+++ b/app-emulation/libvirt/libvirt-8.0.0-r2.ebuild
@@ -48,6 +48,7 @@ BDEPEND="
dev-perl/XML-XPath
dev-python/docutils
virtual/pkgconfig
+   net-libs/rpcsvc-proto
bash-completion? ( >=app-shells/bash-completion-2.0 )
verify-sig? ( sec-keys/openpgp-keys-libvirt )"
 
@@ -67,12 +68,10 @@ RDEPEND="
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc
-   net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dbus
sys-apps/dmidecode
sys-devel/gettext
-   sys-libs/ncurses:0=
sys-libs/readline:=
virtual/acl
apparmor? ( sys-libs/libapparmor )

diff --git a/app-emulation/libvirt/libvirt-8.1.0.ebuild 
b/app-emulation/libvirt/libvirt-8.1.0.ebuild
index 8dca1c9e39b8..bdc9eb2b9f6e 100644
--- a/app-emulation/libvirt/libvirt-8.1.0.ebuild
+++ b/app-emulation/libvirt/libvirt-8.1.0.ebuild
@@ -50,6 +50,7 @@ BDEPEND="
dev-perl/XML-XPath
dev-python/docutils
virtual/pkgconfig
+   net-libs/rpcsvc-proto
bash-completion? ( >=app-shells/bash-completion-2.0 )
verify-sig? ( sec-keys/openpgp-keys-libvirt )"
 
@@ -69,12 +70,10 @@ RDEPEND="
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc
-   net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dbus
sys-apps/dmidecode
sys-devel/gettext
-   sys-libs/ncurses:0=
sys-libs/readline:=
virtual/acl
apparmor? ( sys-libs/libapparmor )

diff --git a/app-emulation/libvirt/libvirt-8.2.0.ebuild 
b/app-emulation/libvirt/libvirt-8.2.0.ebuild
index 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2022-04-03 Thread Sam James
commit: 16201d020579e6eb6638bae75650b6090f2b2714
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:29:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:29:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16201d02

sci-geosciences/qgis: style tweaks for src_test

Mainly to put src_test before src_install to match
phase execution order.

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

 sci-geosciences/qgis/qgis-.ebuild | 23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-.ebuild 
b/sci-geosciences/qgis/qgis-.ebuild
index 2ef1f49d303e..52cef87319b2 100644
--- a/sci-geosciences/qgis/qgis-.ebuild
+++ b/sci-geosciences/qgis/qgis-.ebuild
@@ -218,6 +218,18 @@ src_configure() {
cmake_src_configure
 }
 
+src_test() {
+   local myctestargs=(
+   # test_core_gdalprovider - see 
https://github.com/qgis/QGIS/pull/47887
+   # test_core_offlineediting - see 
https://github.com/qgis/QGIS/pull/48059
+   -E 
'(ProcessingGuiTest|ProcessingQgisAlgorithmsTestPt1|ProcessingQgisAlgorithmsTestPt2|ProcessingQgisAlgorithmsTestPt3|ProcessingQgisAlgorithmsTestPt4|ProcessingGdalAlgorithmsRasterTest|ProcessingGdalAlgorithmsVectorTest|ProcessingGrass7AlgorithmsImageryTest|ProcessingGrass7AlgorithmsRasterTestPt1|ProcessingGrass7AlgorithmsRasterTestPt2|ProcessingGrass7AlgorithmsVectorTest|ProcessingOtbAlgorithmsTest|test_core_callout|test_core_compositionconverter|test_core_expression|test_core_gdalprovider|test_core_gdalutils|test_core_geonodeconnection|test_core_imagecache|test_core_labelingengine|test_core_layout|test_core_layoutcontext|test_core_layouthtml|test_core_layoutlabel|test_core_layoutmanualtable|test_core_layoutmap|test_core_layoutmapgrid|test_core_layoutmapoverview|test_core_layoutmultiframe|test_core_layoutpicture|test_core_linefillsymbol|test_core_mapdevicepixelratio|test_core_maprendererjob|test_core_meshlayer|test_core_meshlayerrenderer|test_core_networkaccessmanager|test_core_
 
offlineediting|test_core_pointpatternfillsymbol|test_core_rastercontourrenderer|test_core_rasterlayer|test_core_simplemarker|test_core_style|test_core_svgmarker|test_core_tiledownloadmanager|test_core_ziplayer|test_core_coordinatereferencesystem|test_core_geometry|test_gui_dualview|test_gui_htmlwidgetwrapper|test_gui_processinggui|test_gui_filedownloader|test_gui_ogrprovidergui|test_gui_meshlayerpropertiesdialog|test_gui_queryresultwidget|test_gui_listwidget|test_3d_3drendering|test_3d_tessellator|test_analysis_processingalgspt1|test_analysis_processingalgspt2|test_analysis_meshcontours|test_analysis_triangulation|test_analysis_processing|test_provider_wcsprovider|test_provider_postgresconn|test_provider_virtualrasterprovider|qgis_grassprovidertest8|test_app_qgisappclipboard|test_app_fieldcalculator|test_app_maptoolcircularstring|test_app_vertextool|PyQgsLocalServer|PyQgsAFSProvider|PyQgsPythonProvider|PyQgsAnnotation|PyQgsAuthenticationSystem|PyQgsAuthBasicMethod|PyQgsDataItem|PyQg
 
sDelimitedTextProvider|PyQgsEmbeddedSymbolRenderer|PyQgsExpressionBuilderWidget|PyQgsExternalStorageWebDAV|PyQgsGeometryTest|PyQgsGoogleMapsGeocoder|PyQgsImageCache|PyQgsLayout|PyQgsLayoutHtml|PyQgsLayoutLegend|PyQgsLayoutMap|PyQgsLayoutMapGrid|PyQgsLayoutMapOverview|PyQgsMapClippingUtils|PyQgsMapLayerComboBox|PyQgsMapLayerProxyModel|PyQgsMemoryProvider|PyQgsOGRProviderGpkg|PyQgsPalLabelingCanvas|PyQgsPalLabelingLayout|PyQgsPalLabelingPlacement|PyQgsPointCloudAttributeByRampRenderer|PyQgsPointCloudClassifiedRenderer|PyQgsPointCloudExtentRenderer|PyQgsPointCloudRgbRenderer|PyQgsProcessExecutable|PyQgsProcessingInPlace|TestQgsRandomMarkerSymbolLayer|PyQgsRasterLayer|PyQgsRasterLayerRenderer|PyQgsRasterResampler|PyQgsRulebasedRenderer|PyQgsShapefileProvider|PyQgsSvgCache|PyQgsOGRProvider|PyQgsSpatialiteProvider|PyQgsTaskManager|PyQgsVectorFileWriter|PyQgsVectorLayer|PyQgsVectorLayerCache|PyQgsVectorLayerEditBuffer|PyQgsVectorLayerSelectedFeatureSource|PyQgsVectorLayerShapefile|PyQgsVir
 
tualLayerProvider|PyQgsWFSProvider|PyQgsOapifProvider|PyQgsDBManagerGpkg|PyQgsAuxiliaryStorage|PyQgsFieldValidator|PyQgsSelectiveMasking|PyQgsPalLabelingServer|PyQgsServerWMSGetMap|PyQgsServerWMSGetLegendGraphic|PyQgsServerWMSGetPrint|PyQgsServerWMSGetPrintExtra|PyQgsServerWMSGetPrintOutputs|PyQgsServerWMSGetPrintAtlas|PyQgsServerWMSDimension|PyQgsServerAccessControlWMS|PyQgsServerAccessControlWFSTransactional|PyQgsServerCacheManager|PyQgsServerWMTS|PyQgsServerWFS|qgis_sipify|qgis_sip_include|qgis_sip_uptodate)'
+
+   --output-on-failure
+   )
+
+   virtx cmake_src_test -j1
+}
+
 src_install() {
cmake_src_install
 
@@ -240,17 +252,6 @@ src_install() {
fi
 }
 
-src_test() {
-   myctestargs+=( -j1 )
-   myctestargs+=( -E 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2022-04-03 Thread Sam James
commit: 2f275a47a864b0c18984da0b02d968ff1361920e
Author: Thomas Bettler  gmail  com>
AuthorDate: Sun Apr  3 20:14:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:28:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f275a47

sci-geosciences/qgis: add test

Signed-off-by: Thomas Bettler  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24885
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/qgis/qgis-.ebuild | 29 +++--
 1 file changed, 23 insertions(+), 6 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-.ebuild 
b/sci-geosciences/qgis/qgis-.ebuild
index 157d86c11aaf..2ef1f49d303e 100644
--- a/sci-geosciences/qgis/qgis-.ebuild
+++ b/sci-geosciences/qgis/qgis-.ebuild
@@ -14,19 +14,19 @@ else
examples? ( 
https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> 
qgis_sample_data-2.8.14.tar.gz )"
KEYWORDS="~amd64 ~x86"
 fi
-inherit cmake python-single-r1 xdg
+inherit cmake python-single-r1 virtualx xdg
 
 DESCRIPTION="User friendly Geographic Information System"
 HOMEPAGE="https://www.qgis.org/;
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle pdal 
polar postgres python qml serial"
+IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle pdal 
polar postgres python qml serial test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
 
 # Disabling test suite because upstream disallow running from install path
-RESTRICT="test"
+RESTRICT="!test? ( test )"
 
 # 3.22.5+ *does* support GRASS 8 but we can't enable it yet because of
 # https://github.com/OSGeo/grass/pull/2269 (=> unresolved SONAME dependencies)
@@ -112,6 +112,13 @@ BDEPEND="
dev-qt/linguist-tools:5
sys-devel/bison
sys-devel/flex
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/PyQt5[${PYTHON_USEDEP},testlib]
+   dev-python/nose2[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ')
+   )
 "
 
 pkg_setup() {
@@ -137,7 +144,7 @@ src_configure() {
-DWITH_GUI=ON
-DWITH_INTERNAL_MDAL=ON # not packaged, bug 684538
-DWITH_QSPATIALITE=ON
-   -DENABLE_TESTS=OFF
+   -DENABLE_TESTS=$(usex test)
-DWITH_3D=$(usex 3d)
-DWITH_GSL=$(usex georeferencer)
$(cmake_use_find_package hdf5 HDF5)
@@ -202,8 +209,7 @@ src_configure() {
done
fi
 
-   use python && mycmakeargs+=( -DBINDINGS_GLOBAL_INSTALL=ON ) ||
-   mycmakeargs+=( -DWITH_QGIS_PROCESS=OFF ) # FIXME upstream issue 
#39973
+   use python && mycmakeargs+=( -DBINDINGS_GLOBAL_INSTALL=ON )
 
# bugs 612956, 648726
addpredict /dev/dri/renderD128
@@ -234,6 +240,17 @@ src_install() {
fi
 }
 
+src_test() {
+   myctestargs+=( -j1 )
+   myctestargs+=( -E 
'(ProcessingGuiTest|ProcessingQgisAlgorithmsTestPt1|ProcessingQgisAlgorithmsTestPt2|ProcessingQgisAlgorithmsTestPt3|ProcessingQgisAlgorithmsTestPt4|ProcessingGdalAlgorithmsRasterTest|ProcessingGdalAlgorithmsVectorTest|ProcessingGrass7AlgorithmsImageryTest|ProcessingGrass7AlgorithmsRasterTestPt1|ProcessingGrass7AlgorithmsRasterTestPt2|ProcessingGrass7AlgorithmsVectorTest|ProcessingOtbAlgorithmsTest|test_core_callout|test_core_compositionconverter|test_core_expression|test_core_gdalprovider|test_core_gdalutils|test_core_geonodeconnection|test_core_imagecache|test_core_labelingengine|test_core_layout|test_core_layoutcontext|test_core_layouthtml|test_core_layoutlabel|test_core_layoutmanualtable|test_core_layoutmap|test_core_layoutmapgrid|test_core_layoutmapoverview|test_core_layoutmultiframe|test_core_layoutpicture|test_core_linefillsymbol|test_core_mapdevicepixelratio|test_core_maprendererjob|test_core_meshlayer|test_core_meshlayerrenderer|test_core_networkaccessmana
 

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

2022-04-03 Thread Sam James
commit: 4fa00014706e278ded04c7ea9c31f557d03fca9c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa00014

app-admin/lib_users: retire klausman

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

 app-admin/lib_users/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-admin/lib_users/metadata.xml b/app-admin/lib_users/metadata.xml
index ec66dc9ea1d1..120c089c912a 100644
--- a/app-admin/lib_users/metadata.xml
+++ b/app-admin/lib_users/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-klaus...@gentoo.org
-Tobias Klausman
-  
   
 msch...@gentoo.org
 Marc Schiffbauer



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

2022-04-03 Thread Sam James
commit: d9286932b2f5b36a18715af324ab5a20fd77d18b
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9286932

media-sound/quodlibet: retire klausman

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

 media-sound/quodlibet/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-sound/quodlibet/metadata.xml 
b/media-sound/quodlibet/metadata.xml
index 095e0d8ee974..56f548197440 100644
--- a/media-sound/quodlibet/metadata.xml
+++ b/media-sound/quodlibet/metadata.xml
@@ -5,10 +5,6 @@
tam...@gentoo.org
Matthias Maier

-   
-   klaus...@gentoo.org
-   Tobias Klausmann
-   

so...@gentoo.org
Gentoo Sound project



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2022-04-03 Thread Sam James
commit: 28acf4239415723dc1b621a4dfcc136e84ace887
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28acf423

app-portage/golop: retire klausman

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

 app-portage/golop/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-portage/golop/metadata.xml b/app-portage/golop/metadata.xml
index 2cef52b79eb7..6fc024cacf56 100644
--- a/app-portage/golop/metadata.xml
+++ b/app-portage/golop/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   klaus...@gentoo.org
-   Tobias Klausmann
-   

whi...@gentoo.org
Thomas Deutschmann



[gentoo-commits] repo/gentoo:master commit in: net-ftp/atftp/

2022-04-03 Thread Sam James
commit: ed08d22f48dc14e3ad4b5a1c8a530ff761815ffa
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed08d22f

net-ftp/atftp: retire klausman

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

 net-ftp/atftp/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-ftp/atftp/metadata.xml b/net-ftp/atftp/metadata.xml
index 658bb264ef0f..3649683f47c8 100644
--- a/net-ftp/atftp/metadata.xml
+++ b/net-ftp/atftp/metadata.xml
@@ -1,9 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   klaus...@gentoo.org
-   

martin.dum...@gmx.net




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

2022-04-03 Thread Sam James
commit: a650d2b6de21ab4674dc77bf45c7079088ac172c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650d2b6

dev-libs/zlog: retire klausman

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

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

diff --git a/dev-libs/zlog/metadata.xml b/dev-libs/zlog/metadata.xml
index 06ff584f8016..986cdb9c5854 100644
--- a/dev-libs/zlog/metadata.xml
+++ b/dev-libs/zlog/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-klaus...@gentoo.org
-Tobias Klausmann
-  
+  
   
 HardySimpson/zlog
   



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

2022-04-03 Thread Sam James
commit: bc8e0e3a9e22a0de9ea0cd60050fcbfc8dc5f3e5
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8e0e3a

dev-python/pymetar: retire klausman

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

 dev-python/pymetar/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/pymetar/metadata.xml b/dev-python/pymetar/metadata.xml
index 1c67844b0ffa..86d9aa756992 100644
--- a/dev-python/pymetar/metadata.xml
+++ b/dev-python/pymetar/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   klaus...@gentoo.org
-   Tobias Klausman
-   

pyt...@gentoo.org
Python



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

2022-04-03 Thread Sam James
commit: 1b99f92cc4a7d8d2e00e32d27ba020d7e9ac6a84
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b99f92c

net-analyzer/carl: retire klausman

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

 net-analyzer/carl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-analyzer/carl/metadata.xml b/net-analyzer/carl/metadata.xml
index 6dd6a0ee7f31..e48a5ab0e03c 100644
--- a/net-analyzer/carl/metadata.xml
+++ b/net-analyzer/carl/metadata.xml
@@ -1,9 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  klaus...@gentoo.org
-
 
   net...@gentoo.org
   Gentoo network monitoring and analysis project



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/xen-gnt/

2022-04-03 Thread Alessandro Barbieri
commit: d13bcd7d0a21d9796891f96f0ec3666f8b2241f8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:09:59 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d13bcd7d

dev-ml/xen-gnt: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/xen-gnt/Manifest |  1 +
 dev-ml/xen-gnt/metadata.xml | 11 +++
 dev-ml/xen-gnt/xen-gnt-4.0.0.ebuild | 31 +++
 3 files changed, 43 insertions(+)

diff --git a/dev-ml/xen-gnt/Manifest b/dev-ml/xen-gnt/Manifest
new file mode 100644
index 0..c541047b7
--- /dev/null
+++ b/dev-ml/xen-gnt/Manifest
@@ -0,0 +1 @@
+DIST xen-gnt-v4.0.0.tbz 3 BLAKE2B 
fc96116ad592e5ba64169cbb56c9ff7837fbe512e74185b4b64aae5f37318c41ffa1944596e69c87352e0241de54717aea6ae65d02fe0929616b7be6bf9d2022
 SHA512 
add0a28fc21bde76cc84b2735efdff1dba1849a95e79cf5946eca9af9c1698a5cc68f0701459631b8eea15b0234942bbeb12e744fef6fccd84e29549303f57d0

diff --git a/dev-ml/xen-gnt/metadata.xml b/dev-ml/xen-gnt/metadata.xml
new file mode 100644
index 0..e5f4c8ec9
--- /dev/null
+++ b/dev-ml/xen-gnt/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/ocaml-gnt
+  
+

diff --git a/dev-ml/xen-gnt/xen-gnt-4.0.0.ebuild 
b/dev-ml/xen-gnt/xen-gnt-4.0.0.ebuild
new file mode 100644
index 0..843fe2e4c
--- /dev/null
+++ b/dev-ml/xen-gnt/xen-gnt-4.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="OCaml bindings to the Xen grant tables libraries"
+HOMEPAGE="https://github.com/mirage/ocaml-gnt;
+SRC_URI="https://github.com/mirage/ocaml-gnt/releases/download/v${PV}/${PN}-v${PV}.tbz;
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/cstruct
+   dev-ml/cmdliner
+   <=dev-ml/io-page-2.2.0
+   dev-ml/lwt
+   dev-ml/lwt-dllist
+   dev-ml/mirage-profile
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   dune_src_install xen-gnt
+   dune_src_install xen-gnt-unix
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-text/md2mld/

2022-04-03 Thread Alessandro Barbieri
commit: 915c949008f738eaf6fff33de592e3b89a67bc4d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 18:02:29 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=915c9490

dev-ml/md2mld: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 app-text/md2mld/Manifest|  1 +
 app-text/md2mld/md2mld-0.5.1.ebuild | 21 +
 app-text/md2mld/metadata.xml| 11 +++
 3 files changed, 33 insertions(+)

diff --git a/app-text/md2mld/Manifest b/app-text/md2mld/Manifest
new file mode 100644
index 0..6725d3ff5
--- /dev/null
+++ b/app-text/md2mld/Manifest
@@ -0,0 +1 @@
+DIST md2mld-0.5.1.tbz 5322 BLAKE2B 
7e905689917d30194ffbf9c5c592a835cb8d9c95b4b6f3f769430e12cea715956680fdfb290b23d45e14d56ac3d315099e9578371dde0c388f23671b7243dcd8
 SHA512 
b5c58b8dbd29b5f983be36970d8344b9f6d5d3e8a7db4d7cae6a080a0748dad684f2c8f015c5b9d8bf2993ace21a7c2e23f187e08448ab27e1133dc1139bb565

diff --git a/app-text/md2mld/md2mld-0.5.1.ebuild 
b/app-text/md2mld/md2mld-0.5.1.ebuild
new file mode 100644
index 0..762ccbb3d
--- /dev/null
+++ b/app-text/md2mld/md2mld-0.5.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Little cli tool to convert md files into mld files"
+HOMEPAGE="https://github.com/mseri/md2mld;
+SRC_URI="https://github.com/mseri/${PN}/releases/download/${PV}/${P}.tbz;
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/base
+   dev-ml/omd
+"
+RDEPEND="${DEPEND}"

diff --git a/app-text/md2mld/metadata.xml b/app-text/md2mld/metadata.xml
new file mode 100644
index 0..944e28411
--- /dev/null
+++ b/app-text/md2mld/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mseri/md2mld
+  
+



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

2022-04-03 Thread Alessandro Barbieri
commit: 5c020d8f944c29c170388836cabd1f2e3cb46854
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 17:29:14 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:48:56 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c020d8f

media-libs/imgui: explicitly link the build objects

Closes: https://bugs.gentoo.org/836695
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../{imgui-1.87.ebuild => imgui-1.87-r1.ebuild}| 32 ++
 1 file changed, 21 insertions(+), 11 deletions(-)

diff --git a/media-libs/imgui/imgui-1.87.ebuild 
b/media-libs/imgui/imgui-1.87-r1.ebuild
similarity index 71%
rename from media-libs/imgui/imgui-1.87.ebuild
rename to media-libs/imgui/imgui-1.87-r1.ebuild
index 0b811f029..4339ad386 100644
--- a/media-libs/imgui/imgui-1.87.ebuild
+++ b/media-libs/imgui/imgui-1.87-r1.ebuild
@@ -87,13 +87,17 @@ src_configure() {
 src_compile() {
set -x || die
 
+   local objects=()
+
for i in imgui{,_draw,_demo,_tables,_widgets}; do
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c ${i}.cpp -o ${i}.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c ${i}.cpp -o ${i}.o || 
die
+   objects+=( ${i}.o )
done
 
if use freetype; then
pushd misc/freetype || die
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_freetype.cpp -o 
imgui_freetype.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_freetype.cpp -o 
imgui_freetype.o || die
+   objects+=( misc/freetype/imgui_freetype.o )
popd || die
pushd misc/fonts || die
${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -fPIE 
binary_to_compressed_c.cpp -o binary_to_compressed_c || die
@@ -102,27 +106,33 @@ src_compile() {
 
pushd backends || die
if use allegro; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_allegro5.cpp -o 
imgui_impl_allegro5.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_allegro5.cpp 
-o imgui_impl_allegro5.o || die
+   objects+=( backends/imgui_impl_allegro5.o )
fi
if use glfw; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_glfw.cpp -o 
imgui_impl_glfw.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_glfw.cpp -o 
imgui_impl_glfw.o || die
+   objects+=( backends/imgui_impl_glfw.o )
fi
if use glut; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_glut.cpp -o 
imgui_impl_glut.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_glut.cpp -o 
imgui_impl_glut.o || die
+   objects+=( backends/imgui_impl_glut.o )
fi
if use opengl; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_opengl2.cpp -o 
imgui_impl_opengl2.o || die
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_opengl3.cpp -o 
imgui_impl_opengl3.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_opengl2.cpp 
-o imgui_impl_opengl2.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_opengl3.cpp 
-o imgui_impl_opengl3.o || die
+   objects+=( backends/imgui_impl_opengl2.o 
backends/imgui_impl_opengl3.o )
fi
if use sdl; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_sdl.cpp -o 
imgui_impl_sdl.o || die
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_sdlrenderer.cpp -o 
imgui_impl_sdlrenderer.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_sdl.cpp -o 
imgui_impl_sdl.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c 
imgui_impl_sdlrenderer.cpp -o imgui_impl_sdlrenderer.o || die
+   objects+=( backends/imgui_impl_sdl.o 
backends/imgui_impl_sdlrenderer.o )
fi
if use vulkan; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_vulkan.cpp -o 
imgui_impl_vulkan.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_vulkan.cpp 
-o imgui_impl_vulkan.o || die
+   objects+=( backends/imgui_impl_vulkan.o )
fi
popd || die
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -shared 
-Wl,-soname,libimgui.so *.o backends/*.o misc/freetype/*.o -o libimgui.so 
${LIBS} || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -shared 
-Wl,-soname,libimgui.so ${objects[@]} -o libimgui.so ${LIBS} || die
 
if use examples; then
mkdir ex || die



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/pecu/

2022-04-03 Thread Alessandro Barbieri
commit: 0395a1ab30886ac4a1581485b9e4160a3e8f3109
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:06:03 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0395a1ab

dev-ml/pecu: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/pecu/Manifest|  1 +
 dev-ml/pecu/metadata.xml| 11 +++
 dev-ml/pecu/pecu-0.6.ebuild | 19 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-ml/pecu/Manifest b/dev-ml/pecu/Manifest
new file mode 100644
index 0..c73ee7013
--- /dev/null
+++ b/dev-ml/pecu/Manifest
@@ -0,0 +1 @@
+DIST pecu-v0.6.tbz 13184 BLAKE2B 
dd1a82efad36e7f2e6d3e3ecbedd504adf42600121e6c1e8c56f915be957d59e5211ecf9f8a920c7a0cf57f72f5d403e60501de4301273242ac497e6182d2487
 SHA512 
8cae31da1fcb8b684a949846b1668131de244fbb89faf7421761da208f87092523a9e184e91a04c26739e6793501307b30ed255d540dcb268b171b7a56b56e24

diff --git a/dev-ml/pecu/metadata.xml b/dev-ml/pecu/metadata.xml
new file mode 100644
index 0..97ab8e76f
--- /dev/null
+++ b/dev-ml/pecu/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/pecu
+  
+

diff --git a/dev-ml/pecu/pecu-0.6.ebuild b/dev-ml/pecu/pecu-0.6.ebuild
new file mode 100644
index 0..fea655da1
--- /dev/null
+++ b/dev-ml/pecu/pecu-0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Implementation of quoted-printable encoder/decoder from RFC2045"
+HOMEPAGE="https://github.com/mirage/pecu;
+SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz;
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage/

2022-04-03 Thread Alessandro Barbieri
commit: e01b8b1ea9337b3e349e362090a55383fd875f7d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:07:04 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e01b8b1e

dev-ml/mirage: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/mirage/Manifest|  1 +
 dev-ml/mirage/metadata.xml| 11 +++
 dev-ml/mirage/mirage-4.0.0.ebuild | 40 +++
 3 files changed, 52 insertions(+)

diff --git a/dev-ml/mirage/Manifest b/dev-ml/mirage/Manifest
new file mode 100644
index 0..4f9f671b8
--- /dev/null
+++ b/dev-ml/mirage/Manifest
@@ -0,0 +1 @@
+DIST mirage-4.0.0.tar.gz 180609 BLAKE2B 
2511b6ab05cf41ed13ef9f961815ddc0da9e823f7ae7bf9a66e911b55171686a3cf675a6ff0402baf0e78267387fda9a9c7bb795aeb37a9577c0d09d3c064789
 SHA512 
ca9ddacc473a56f2d81bdf8a4d61c701f9eeb780d0a6ce2125bdced4f8ff7b9a1d778582059729501cfc29475e97802f1143f16907d5d91494ac8d25cb6e3b95

diff --git a/dev-ml/mirage/metadata.xml b/dev-ml/mirage/metadata.xml
new file mode 100644
index 0..5e2dbfb0b
--- /dev/null
+++ b/dev-ml/mirage/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+   
+mirage/mirage
+
+

diff --git a/dev-ml/mirage/mirage-4.0.0.ebuild 
b/dev-ml/mirage/mirage-4.0.0.ebuild
new file mode 100644
index 0..f8f71c538
--- /dev/null
+++ b/dev-ml/mirage/mirage-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="MirageOS is a library operating system that constructs unikernels"
+HOMEPAGE="
+   https://mirage.io/
+   https://github.com/mirage/mirage
+"
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/ipaddr
+   dev-ml/bos
+   dev-ml/astring
+   dev-ml/logs
+   dev-ml/lwt
+   dev-ml/emile
+   dev-ml/cmdliner
+   dev-ml/base
+   dev-ml/result
+   dev-ml/rresult
+   dev-ml/uri
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   dune_src_install mirage
+   dune_src_install mirage-runtime
+   dune_src_install functoria
+   dune_src_install functoria-runtime
+}



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

2022-04-03 Thread Alessandro Barbieri
commit: 558e5df45f1a83dd66e637770b73f5d2ae381370
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:24:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=558e5df4

dev-python/XenAPI: add 22.14.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/XenAPI/Manifest  |  1 +
 dev-python/XenAPI/XenAPI-22.14.0.ebuild | 83 +
 2 files changed, 84 insertions(+)

diff --git a/dev-python/XenAPI/Manifest b/dev-python/XenAPI/Manifest
index 430c88992..7f5dd3349 100644
--- a/dev-python/XenAPI/Manifest
+++ b/dev-python/XenAPI/Manifest
@@ -1 +1,2 @@
 DIST XenAPI-2.14.tar.gz 5110 BLAKE2B 
0391ccfffe8c2a264360eef4057a666e92bcbc8b31e7848f15704fff4d554db9758b1aa0b5210d1bfc41c4df261096b04961a4ff6722a8ea25305971b70f8562
 SHA512 
a56245b617fa049bcc62ee78e85167e322b632e53d2a6bc3e042e1cb0541ea0004aee4b957f9190c30685cef935f236d980a224322ac593896abd7a31e36abd2
+DIST XenAPI-22.14.0.tar.gz 3124877 BLAKE2B 
2b073e0f713b45b51af1e221aa278841c4a5515c72859c7c95601edeb32ec2b8415c11dec86f79a2ab88265d4303675cf9f0432091c884346a25630a503b5244
 SHA512 
cc048ede21748e6e60b9e432bb68e0754590e3846277c8bf1fa9000916897353db1b5b39bd7120e7d6c894fc859c8a34129824399cfca0a07c5edf937a6e18ec

diff --git a/dev-python/XenAPI/XenAPI-22.14.0.ebuild 
b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
new file mode 100644
index 0..ff82bbb1d
--- /dev/null
+++ b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit bash-completion-r1 distutils-r1 dune pam systemd
+
+DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen 
Cloud Platform"
+HOMEPAGE="
+   https://xenproject.org/developers/teams/xen-api
+   https://github.com/xapi-project/xen-api
+   https://pypi.org/project/XenAPI
+"
+SRC_URI="https://github.com/xapi-project/xen-api/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/xen-api-${PV}"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="ocamlopt pam python"
+
+RDEPEND="
+   python? ( ${PYTHON_DEPS} )
+
+   dev-libs/xxhash
+   dev-ml/cstruct
+   dev-ml/ezjsonm
+   dev-ml/ezxenstore
+   dev-ml/mtime
+   dev-ml/rpc
+   dev-ml/uuidm
+   dev-ml/xapi-backtrace
+   dev-ml/xapi-stdext
+   dev-ml/xcp-inventory
+   dev-ml/xcp-rrd
+   dev-ml/xen-gnt
+   dev-ml/xenctrl
+   dev-ml/xenstore
+   dev-ml/xenstore-clients
+   dev-ml/xmlm
+"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_compile() {
+   dune_src_compile
+   if use python; then
+   pushd scripts/examples/python || die
+   python_foreach_impl distutil-r1_python_compile
+   popd || die
+   fi
+}
+
+src_install() {
+   for p in *.opam ; do
+   dune_src_install "${p/.opam/}"
+   done
+
+   pushd scripts || die
+   emake install
+   popd || die
+
+   if use python; then
+   pushd scripts/examples/python || die
+   python_foreach_impl distutils-r1_python_install
+   popd || die
+   fi
+
+#  newbashcomp scripts/xe-switch-network-backend-bash-completion 
xe-switch-network-backend
+#
+#  insinto /etc/logrotate
+#  newins scripts/audit-logrotate audit.conf
+#
+#  for s in scripts/*.service ; do
+#  systemd_dounit "${s}"
+#  done
+#
+#  use pam && newpamd scripts/pam.d-xapi xapi
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/io-page/

2022-04-03 Thread Alessandro Barbieri
commit: 0f7ade2768629f0da604de4a18183ee851504d9d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 23:08:52 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f7ade27

dev-ml/io-page: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/io-page/Manifest |  2 ++
 dev-ml/io-page/io-page-2.2.0.ebuild | 28 
 dev-ml/io-page/io-page-2.4.0.ebuild | 23 +++
 dev-ml/io-page/metadata.xml | 12 
 4 files changed, 65 insertions(+)

diff --git a/dev-ml/io-page/Manifest b/dev-ml/io-page/Manifest
new file mode 100644
index 0..0525edf5b
--- /dev/null
+++ b/dev-ml/io-page/Manifest
@@ -0,0 +1,2 @@
+DIST io-page-v2.2.0.tbz 7961 BLAKE2B 
6c8621fb1300d92b9e7fe1c371d4f3035927753727527f1587a6c0b6b8c5d979053b25b52309a1f97e844ec776e0b832725954ebe55501bb98dfd851f1ff9c0d
 SHA512 
4240bbc0c7b6c8c1bc0b628fcde51c73bc7f6e49b2cd7157e32d3277d1fe31f0604829a1ae49c84524922d3954ead870e02d215768310b21a0b1f57ee7344294
+DIST io-page-v2.4.0.tbz 7750 BLAKE2B 
d97a19b52d74283c0577f76962f6f685ee716cf51f8e79c480a110a2bf7e1197d7e463b5bbbdec9997a81b5c606191de2a0918d146cbe7374cf84250d354fbc8
 SHA512 
4dcaff2132a74c7e69ab743534d913b15690f6deef02a94997dc61c08c62f735faf6fb1466f2f3af719fede8237da6a6b808cec45e1147c688ff240a02dc133e

diff --git a/dev-ml/io-page/io-page-2.2.0.ebuild 
b/dev-ml/io-page/io-page-2.2.0.ebuild
new file mode 100644
index 0..6c0aac10d
--- /dev/null
+++ b/dev-ml/io-page/io-page-2.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="IO memory page library for Mirage backends"
+HOMEPAGE="https://github.com/mirage/io-page;
+SRC_URI="https://github.com/mirage/io-page/releases/download/v${PV}/${MY_P}.tbz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/bigarray-compat
+   dev-ml/cstruct
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   dune_src_install "io-page io-page-unix io-page-xen"
+}

diff --git a/dev-ml/io-page/io-page-2.4.0.ebuild 
b/dev-ml/io-page/io-page-2.4.0.ebuild
new file mode 100644
index 0..40f2ed73c
--- /dev/null
+++ b/dev-ml/io-page/io-page-2.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MY_P=${PN}-v${PV}
+DESCRIPTION="IO memory page library for Mirage backends"
+HOMEPAGE="https://github.com/mirage/io-page;
+SRC_URI="https://github.com/mirage/io-page/releases/download/v${PV}/${MY_P}.tbz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/bigarray-compat
+   dev-ml/cstruct
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ml/io-page/metadata.xml b/dev-ml/io-page/metadata.xml
new file mode 100644
index 0..0cf20d003
--- /dev/null
+++ b/dev-ml/io-page/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+co-maintainers welcome
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+
+mirage/io-page
+
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage-xen/

2022-04-03 Thread Alessandro Barbieri
commit: bb6d985074c6387fb5ac2046346e55a87d433238
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:08:24 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb6d9850

dev-ml/mirage-xen: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/mirage-xen/Manifest|  1 +
 dev-ml/mirage-xen/metadata.xml| 11 +++
 dev-ml/mirage-xen/mirage-xen-7.2.0.ebuild | 31 +++
 3 files changed, 43 insertions(+)

diff --git a/dev-ml/mirage-xen/Manifest b/dev-ml/mirage-xen/Manifest
new file mode 100644
index 0..8375dc58c
--- /dev/null
+++ b/dev-ml/mirage-xen/Manifest
@@ -0,0 +1 @@
+DIST mirage-xen-7.2.0.tar.gz 236615 BLAKE2B 
f26d3406ef60b9b5e3587fb8eb1988cf7f3709e80a411ca4392335e33cadeb6a1142ca1594543d482497c75950ddcdcf95751de3db29b555ad82cee72ad47621
 SHA512 
191859b823e9be13c425eeaec9d065b3173821b1f2c9d9bedeab1cb4f1e33baa772fda7cac041cbc112bbdfec8f90634b2275a26b58f1fd8ac72f7671d6f59d3

diff --git a/dev-ml/mirage-xen/metadata.xml b/dev-ml/mirage-xen/metadata.xml
new file mode 100644
index 0..7ea63047a
--- /dev/null
+++ b/dev-ml/mirage-xen/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+   
+mirage/mirage-xen
+
+

diff --git a/dev-ml/mirage-xen/mirage-xen-7.2.0.ebuild 
b/dev-ml/mirage-xen/mirage-xen-7.2.0.ebuild
new file mode 100644
index 0..7fa45f0d7
--- /dev/null
+++ b/dev-ml/mirage-xen/mirage-xen-7.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Xen core platform libraries for MirageOS"
+HOMEPAGE="https://github.com/mirage/mirage-xen;
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/bheap
+   dev-ml/cstruct
+   dev-ml/duration
+   dev-ml/fmt
+   dev-ml/io-page
+   dev-ml/logs
+   dev-ml/lwt
+   dev-ml/lwt-dllist
+   dev-ml/mirage
+   dev-ml/mirage-profile
+   dev-ml/shared-memory-ring
+   dev-ml/xenstore
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/emile/

2022-04-03 Thread Alessandro Barbieri
commit: dc336630b3451a7f51947328d68662edba92b1af
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:06:15 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc336630

dev-ml/emile: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/emile/Manifest |  1 +
 dev-ml/emile/emile-1.1.ebuild | 27 +++
 dev-ml/emile/metadata.xml | 11 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-ml/emile/Manifest b/dev-ml/emile/Manifest
new file mode 100644
index 0..6ca47fc55
--- /dev/null
+++ b/dev-ml/emile/Manifest
@@ -0,0 +1 @@
+DIST emile-v1.1.tbz 34994 BLAKE2B 
226e93cc7f3bb81d595574888685a55d6743dc8060df51fe65881f799c99158a44521900844d0cc5b9c9976800da77626a9f03c9ea672385cbf43e9ec1aa026d
 SHA512 
b53df652cd9c585d2720cf1ad6b877a11e3779b4edda08d6b965557721d46538cd10dd8a7a3a6316dc6a3785ae66167785529619e31f40e7dfde01faaf692c7f

diff --git a/dev-ml/emile/emile-1.1.ebuild b/dev-ml/emile/emile-1.1.ebuild
new file mode 100644
index 0..d737fc6f0
--- /dev/null
+++ b/dev-ml/emile/emile-1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Emile is a library to parse an e-mail address in OCaml"
+HOMEPAGE="https://github.com/mirage/emile;
+SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz;
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/angstrom
+   dev-ml/ipaddr
+   dev-ml/ocaml-base64
+   dev-ml/pecu
+   dev-ml/bigstringaf
+   dev-ml/uutf
+   dev-ml/fmt
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/emile/metadata.xml b/dev-ml/emile/metadata.xml
new file mode 100644
index 0..a1a030d7a
--- /dev/null
+++ b/dev-ml/emile/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/emile
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/bheap/

2022-04-03 Thread Alessandro Barbieri
commit: afa51d629acf59551af1a29400e860cd0b29f9df
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 07:54:57 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa51d62

dev-ml/bheap: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/bheap/Manifest   |  1 +
 dev-ml/bheap/bheap-2.0.0.ebuild | 18 ++
 dev-ml/bheap/metadata.xml   | 11 +++
 3 files changed, 30 insertions(+)

diff --git a/dev-ml/bheap/Manifest b/dev-ml/bheap/Manifest
new file mode 100644
index 0..b37e41bd1
--- /dev/null
+++ b/dev-ml/bheap/Manifest
@@ -0,0 +1 @@
+DIST bheap-2.0.0.tbz 11665 BLAKE2B 
adada0855ab24c76c7cd3b652c8e44dbaa6bd33b8063996947cd067dd8b26ffb4b115ea6059303a5dd3e45e70f25457154e9b0d5f34449dc281207b56b65d3bf
 SHA512 
90dcf2b3856b25f8ec7204d3596b64dfc264e9158ea84e8c2f15e3980c45ef888b7a969e613f31a626aebc4c5963a09b4fd3c3b95beba7d3159ff42080193841

diff --git a/dev-ml/bheap/bheap-2.0.0.ebuild b/dev-ml/bheap/bheap-2.0.0.ebuild
new file mode 100644
index 0..ac2632108
--- /dev/null
+++ b/dev-ml/bheap/bheap-2.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="OCaml binary heap implementation by Jean-Christophe Filliatre"
+HOMEPAGE="https://github.com/backtracking/bheap;
+SRC_URI="https://github.com/backtracking/${PN}/releases/download/${PV}/${P}.tbz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/bheap/metadata.xml b/dev-ml/bheap/metadata.xml
new file mode 100644
index 0..35f91fbce
--- /dev/null
+++ b/dev-ml/bheap/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+backtracking/bheap
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage-profile/

2022-04-03 Thread Alessandro Barbieri
commit: 2af0b71b5b88f92fe10289f6d75e2628e5c60daa
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 07:55:42 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2af0b71b

dev-ml/mirage-profile: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/mirage-profile/Manifest |  1 +
 dev-ml/mirage-profile/metadata.xml | 14 
 .../mirage-profile/mirage-profile-0.9.0-r2.ebuild  | 39 ++
 3 files changed, 54 insertions(+)

diff --git a/dev-ml/mirage-profile/Manifest b/dev-ml/mirage-profile/Manifest
new file mode 100644
index 0..0add7acf4
--- /dev/null
+++ b/dev-ml/mirage-profile/Manifest
@@ -0,0 +1 @@
+DIST mirage-profile-0.9.0.tar.gz 11633 BLAKE2B 
d55b73be2df42230666577be11e1c9138cadc8e1d895a1b58cec342adfac165c76a405298cd24d2d21e6caad12b9593599ba4c62c459e51cf9be58409edfb425
 SHA512 
9a1ba91cfe1454aa85a6f1f72c934d413a8bc4f4793689f309abeca9be22c66c3c3213e8d360ea62813c019e064573cb250d835656c6302429b8e7cbdb39fa2c

diff --git a/dev-ml/mirage-profile/metadata.xml 
b/dev-ml/mirage-profile/metadata.xml
new file mode 100644
index 0..7f44c78f2
--- /dev/null
+++ b/dev-ml/mirage-profile/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+   
+mirage/mirage-profile
+
+
+Adds a Xen MirageOS backend collector
+
+

diff --git a/dev-ml/mirage-profile/mirage-profile-0.9.0-r2.ebuild 
b/dev-ml/mirage-profile/mirage-profile-0.9.0-r2.ebuild
new file mode 100644
index 0..b5f8080af
--- /dev/null
+++ b/dev-ml/mirage-profile/mirage-profile-0.9.0-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune multiprocessing
+
+DESCRIPTION="Collect profiling information"
+HOMEPAGE="https://github.com/mirage/mirage-profile;
+SRC_URI="https://github.com/mirage/mirage-profile/archive/v${PV}.tar.gz -> 
mirage-profile-${PV}.tar.gz"
+S="${WORKDIR}/mirage-profile-${PV}"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt xen"
+
+RDEPEND="
+   dev-ml/mtime
+   dev-ml/io-page
+   dev-ml/ocplib-endian
+
+   xen? (
+   dev-ml/mirage-xen
+   dev-ml/xenstore
+   )
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   local pkgs="mirage-profile-unix,mirage-profile"
+   use xen && pkgs="${pkgs},mirage-profile-xen"
+   dune build --only-packages "${pkgs}" -j $(makeopts_jobs) --profile 
release || die
+}
+
+src_install() {
+   dune_src_install mirage-profile mirage-profile-unix
+   use xen && dune_src_install mirage-profile-xen
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/shared-memory-ring/

2022-04-03 Thread Alessandro Barbieri
commit: 7bfc31210654c72af42ef8a6066988525369d29e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 07:55:18 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bfc3121

dev-ml/shared-memory-ring: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/shared-memory-ring/Manifest |  1 +
 dev-ml/shared-memory-ring/metadata.xml | 11 +
 .../shared-memory-ring-3.1.0.ebuild| 28 ++
 3 files changed, 40 insertions(+)

diff --git a/dev-ml/shared-memory-ring/Manifest 
b/dev-ml/shared-memory-ring/Manifest
new file mode 100644
index 0..53e86f87d
--- /dev/null
+++ b/dev-ml/shared-memory-ring/Manifest
@@ -0,0 +1 @@
+DIST shared-memory-ring-3.1.0.tar.gz 20345 BLAKE2B 
85677658ed769c355106e47cbaf65acecbe3fd77ea23a1aae2ae608fef28ecfc12bb8a2d19131b1e623467c6101d0cbd49cc6d3fe52ee15d9101fb5558b6abeb
 SHA512 
f49375cd8b32b0a3402fa8bfaa5b4b1cbb3a68ced8facae6200f75224c5b6fbb4e3b0cc74e01d95aa2b46154051e077c39e9ed8c71997107b17fc888f25f

diff --git a/dev-ml/shared-memory-ring/metadata.xml 
b/dev-ml/shared-memory-ring/metadata.xml
new file mode 100644
index 0..7cd2f0428
--- /dev/null
+++ b/dev-ml/shared-memory-ring/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+   
+mirage/shared-memory-ring
+
+

diff --git a/dev-ml/shared-memory-ring/shared-memory-ring-3.1.0.ebuild 
b/dev-ml/shared-memory-ring/shared-memory-ring-3.1.0.ebuild
new file mode 100644
index 0..d8d9fab26
--- /dev/null
+++ b/dev-ml/shared-memory-ring/shared-memory-ring-3.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Xen-style shared memory rings"
+HOMEPAGE="https://github.com/mirage/shared-memory-ring;
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/cstruct
+   dev-ml/lwt
+   dev-ml/lwt-dllist
+   dev-ml/mirage-profile
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   dune_src_install shared-memory-ring
+   dune_src_install shared-memory-ring-lwt
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/xapi-backtrace/

2022-04-03 Thread Alessandro Barbieri
commit: f097a30ff7b1d5571e6f539cf1ff51a4912165cc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:57:07 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f097a30f

dev-ml/xapi-backtrace: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/xapi-backtrace/Manifest  |  1 +
 dev-ml/xapi-backtrace/metadata.xml  | 11 +++
 dev-ml/xapi-backtrace/xapi-backtrace-0.7.ebuild | 22 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-ml/xapi-backtrace/Manifest b/dev-ml/xapi-backtrace/Manifest
new file mode 100644
index 0..ec85d0c96
--- /dev/null
+++ b/dev-ml/xapi-backtrace/Manifest
@@ -0,0 +1 @@
+DIST xapi-backtrace-0.7.tar.gz 5199 BLAKE2B 
344eae8ac103c0751fedbfa6d339439c03edb8cc56d901f4667baabe587209e84ed81f4f42c9a9303b71a7de4758eccd3079196ea7eb73844f01d4da61b30f3e
 SHA512 
8c8440ff58c5379d91b4e3534e8e266508c48f08c4799bb85b6e5e9b9003ce67b117332b21dde0ba100aa42fc3c6b59757051c867a71960fa7c33f801fe083a4

diff --git a/dev-ml/xapi-backtrace/metadata.xml 
b/dev-ml/xapi-backtrace/metadata.xml
new file mode 100644
index 0..f658b3840
--- /dev/null
+++ b/dev-ml/xapi-backtrace/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+xapi-project/backtrace
+  
+

diff --git a/dev-ml/xapi-backtrace/xapi-backtrace-0.7.ebuild 
b/dev-ml/xapi-backtrace/xapi-backtrace-0.7.ebuild
new file mode 100644
index 0..8a6a5b642
--- /dev/null
+++ b/dev-ml/xapi-backtrace/xapi-backtrace-0.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune findlib
+
+DESCRIPTION="Helper functions to preserve and transport exception backtraces"
+HOMEPAGE="https://github.com/xapi-project/backtrace;
+SRC_URI="https://github.com/xapi-project/backtrace/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/backtrace-${PV}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/ppx_sexp_conv
+   dev-ml/rpc
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/stringext/

2022-04-03 Thread Alessandro Barbieri
commit: 4370f3b7de1a100645be18034e9a9784e1b6b3ea
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:39:14 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4370f3b7

dev-ml/stringext: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/stringext/Manifest  |  1 +
 dev-ml/stringext/metadata.xml  | 12 
 dev-ml/stringext/stringext-1.6.0-r2.ebuild | 20 
 3 files changed, 33 insertions(+)

diff --git a/dev-ml/stringext/Manifest b/dev-ml/stringext/Manifest
new file mode 100644
index 0..347b0c64f
--- /dev/null
+++ b/dev-ml/stringext/Manifest
@@ -0,0 +1 @@
+DIST stringext-1.6.0.tar.gz 7842 BLAKE2B 
18aaf2fc410bb332aee01bafb502d410c200470b50f408561cb4839d0f7a05caa204c573ff9a44b8e05f858fe3efb6875e3255de6001be68c674346984a3b596
 SHA512 
77af121d915be73b6a6262c8cc62ba712e59b9aef4825d06ed7fdd960c99d9fcbc7681dca526ddf7e4210127966826e913cf1bd4e71bd75584a0b5caf9ac9625

diff --git a/dev-ml/stringext/metadata.xml b/dev-ml/stringext/metadata.xml
new file mode 100644
index 0..cb6c50f93
--- /dev/null
+++ b/dev-ml/stringext/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+co-maintainers welcome
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+
+rgrinberg/stringext
+
+

diff --git a/dev-ml/stringext/stringext-1.6.0-r2.ebuild 
b/dev-ml/stringext/stringext-1.6.0-r2.ebuild
new file mode 100644
index 0..6322071c5
--- /dev/null
+++ b/dev-ml/stringext/stringext-1.6.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Extra string functions for OCaml"
+HOMEPAGE="https://github.com/rgrinberg/stringext;
+SRC_URI="https://github.com/rgrinberg/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/base
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/lwt-dllist/

2022-04-03 Thread Alessandro Barbieri
commit: 3410c23aa19207112a79cc5aee807cd0ccf7f967
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 07:39:07 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3410c23a

dev-ml/lwt-dllist: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/lwt-dllist/Manifest|  1 +
 dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild | 19 +++
 dev-ml/lwt-dllist/metadata.xml| 11 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-ml/lwt-dllist/Manifest b/dev-ml/lwt-dllist/Manifest
new file mode 100644
index 0..e4d5280f0
--- /dev/null
+++ b/dev-ml/lwt-dllist/Manifest
@@ -0,0 +1 @@
+DIST lwt-dllist-v1.0.1.tbz 7526 BLAKE2B 
1016bc44cf6511c49c0a53a8d0dcac48a0b78a17c158a2d2b7d334522aea339bb7bc6fe1f49d39d8605fc8cc32e7b51583f1772f970673fa8332faad07f27905
 SHA512 
1df7e8e12e01a5d32e1db746f922e05f23a67c0d20e72a5b9126fead1e04decdb062081574b1c410c822305ef4eac990b7dd69f36673db8f50b9db2152abad80

diff --git a/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild 
b/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
new file mode 100644
index 0..9cd969b20
--- /dev/null
+++ b/dev-ml/lwt-dllist/lwt-dllist-1.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION=" Mutable doubly-linked list with Lwt iterators "
+HOMEPAGE="https://github.com/mirage/lwt-dllist;
+SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz;
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/lwt-dllist/metadata.xml b/dev-ml/lwt-dllist/metadata.xml
new file mode 100644
index 0..f9b5363d5
--- /dev/null
+++ b/dev-ml/lwt-dllist/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/lwt-dllist
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/fd-send-recv/

2022-04-03 Thread Alessandro Barbieri
commit: b714258f1e4638e0cddcbe7d5aeb74c1ec2e74ca
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:57:53 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b714258f

dev-ml/fd-send-recv: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/fd-send-recv/Manifest  |  1 +
 dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild | 21 +
 dev-ml/fd-send-recv/metadata.xml  | 11 +++
 3 files changed, 33 insertions(+)

diff --git a/dev-ml/fd-send-recv/Manifest b/dev-ml/fd-send-recv/Manifest
new file mode 100644
index 0..86a5322e6
--- /dev/null
+++ b/dev-ml/fd-send-recv/Manifest
@@ -0,0 +1 @@
+DIST fd-send-recv-2.0.1.tar.gz 13756 BLAKE2B 
855ed37332b16a8ff032a4f63ff6f3cdaebe2fa7678706d847ed93080c99047cfc55c7af136ca4471a8d1976377e4baec203ee7db2aef0a7318311173d59f831
 SHA512 
6e9be55d181f47204fec55f4e4df3594369f1b5e185e936cf14fff0de468a53820572216f8407653794aebfa5c71ba93b447bed8bca5bec6a9277e0fd1e186dc

diff --git a/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild 
b/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild
new file mode 100644
index 0..4758fe28b
--- /dev/null
+++ b/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MYPN="ocaml-${PN}"
+
+inherit dune
+
+DESCRIPTION="Bindings which allow Unix.file_descrs to be sent and received 
over Unix domain sockets"
+HOMEPAGE="https://github.com/xapi-project/ocaml-fd-send-recv;
+SRC_URI="https://github.com/xapi-project/${MYPN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${MYPN}-${PV}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="dev-ml/tuntap"
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/fd-send-recv/metadata.xml b/dev-ml/fd-send-recv/metadata.xml
new file mode 100644
index 0..c9f3e0001
--- /dev/null
+++ b/dev-ml/fd-send-recv/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+xapi-project/ocaml-fd-send-recv
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/xapi-stdext/

2022-04-03 Thread Alessandro Barbieri
commit: b757bc38565c237089df454046f794d870f72969
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:58:21 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b757bc38

dev-ml/xapi-stdext: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/xapi-stdext/Manifest  |  1 +
 dev-ml/xapi-stdext/metadata.xml  | 11 
 dev-ml/xapi-stdext/xapi-stdext-4.18.0.ebuild | 39 
 3 files changed, 51 insertions(+)

diff --git a/dev-ml/xapi-stdext/Manifest b/dev-ml/xapi-stdext/Manifest
new file mode 100644
index 0..f4e06be83
--- /dev/null
+++ b/dev-ml/xapi-stdext/Manifest
@@ -0,0 +1 @@
+DIST xapi-stdext-4.18.0.tar.gz 52297 BLAKE2B 
f0f4e0f2453b9d98a0fcbd90437cc173771164f18dca3dcc7a05afe1ddccb14a08f192184ab9bddbcfca14f8687cd935000c0ad26ea4adceece51df712cf5579
 SHA512 
11267f9adc7676724ef7e0a0e1eb670c7234216d45d9566eb09fafe09728c9da5d1ac065afa5aec73895c81d6e62f1c16cabc48c7c6473002e0d58fd7dbc97ee

diff --git a/dev-ml/xapi-stdext/metadata.xml b/dev-ml/xapi-stdext/metadata.xml
new file mode 100644
index 0..2b8c3392c
--- /dev/null
+++ b/dev-ml/xapi-stdext/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+xapi-project/stdext
+  
+

diff --git a/dev-ml/xapi-stdext/xapi-stdext-4.18.0.ebuild 
b/dev-ml/xapi-stdext/xapi-stdext-4.18.0.ebuild
new file mode 100644
index 0..79e88891d
--- /dev/null
+++ b/dev-ml/xapi-stdext/xapi-stdext-4.18.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Citrix's (deprecated) extensions to the ocaml standard library"
+HOMEPAGE="
+   https://xapi-project.github.io/stdext/
+   https://github.com/xapi-project/stdext
+"
+SRC_URI="https://github.com/xapi-project/stdext/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/stdext-${PV}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   

[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/angstrom/

2022-04-03 Thread Alessandro Barbieri
commit: d041ffcbe54550c2b42fd3ae3cfc5d30b9d30273
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:57:36 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d041ffcb

dev-ml/angstrom: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/angstrom/Manifest  |  1 +
 dev-ml/angstrom/angstrom-0.15.0-r2.ebuild | 30 ++
 dev-ml/angstrom/metadata.xml  | 12 
 3 files changed, 43 insertions(+)

diff --git a/dev-ml/angstrom/Manifest b/dev-ml/angstrom/Manifest
new file mode 100644
index 0..abf68e356
--- /dev/null
+++ b/dev-ml/angstrom/Manifest
@@ -0,0 +1 @@
+DIST angstrom-0.15.0.tar.gz 117195 BLAKE2B 
bf9b35e9dcfc266449a59500fec74ea2a270f13ae4ccf3bc1e425e9ec5e355929924a27ce35c47010880d0390c43649b1a5d7c31bbd428991e9896d8410e73b7
 SHA512 
307040a6174f9d3c45a9a3bd3c9d1f4e026aef4a3360bd8d171e2e147306fe0d00ee4cb42019bb2abe8101d25c4a2b5887e466537345eb35246bc34d285ffddf

diff --git a/dev-ml/angstrom/angstrom-0.15.0-r2.ebuild 
b/dev-ml/angstrom/angstrom-0.15.0-r2.ebuild
new file mode 100644
index 0..6ba769617
--- /dev/null
+++ b/dev-ml/angstrom/angstrom-0.15.0-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Parser combinators built for speed and memory efficiency"
+HOMEPAGE="https://github.com/inhabitedtype/angstrom;
+SRC_URI="https://github.com/inhabitedtype/angstrom/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/async
+   dev-ml/base
+   dev-ml/bigstringaf
+   dev-ml/lwt
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   dune_src_install angstrom-async
+   dune_src_install angstrom-lwt-unix
+   dune_src_install angstrom-unix
+   dune_src_install angstrom
+}

diff --git a/dev-ml/angstrom/metadata.xml b/dev-ml/angstrom/metadata.xml
new file mode 100644
index 0..4ea80d839
--- /dev/null
+++ b/dev-ml/angstrom/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   inhabitedtype/angstrom
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/xenstore-clients/

2022-04-03 Thread Alessandro Barbieri
commit: 5b618787f1b22f53fbaf385a0c98740b6dc8543b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:58:41 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b618787

dev-ml/xenstore-clients: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/xenstore-clients/Manifest   |  1 +
 dev-ml/xenstore-clients/metadata.xml   | 11 +
 .../xenstore-clients/xenstore-clients-1.1.0.ebuild | 27 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-ml/xenstore-clients/Manifest b/dev-ml/xenstore-clients/Manifest
new file mode 100644
index 0..d2ec63b7f
--- /dev/null
+++ b/dev-ml/xenstore-clients/Manifest
@@ -0,0 +1 @@
+DIST xenstore-clients-1.1.0.tar.gz 26367 BLAKE2B 
dc703c9a9aa22eb152779b192e665d4af33d37871bd9b6eb14493c29f643b258c06886ee5f41dd2f219c285e2055c8308b9fc201a8a7ec5bfb2ca5e3b1e80fc3
 SHA512 
4c2360cc3d6c738940731e841cdd6d576e50e451ba7fe7cbc68b2be2412a01e9b184cb490e2c5f1ee46af63da76fcb534ba1ebd77c5a914ab6fb54d17c5ee2ef

diff --git a/dev-ml/xenstore-clients/metadata.xml 
b/dev-ml/xenstore-clients/metadata.xml
new file mode 100644
index 0..83e2a0934
--- /dev/null
+++ b/dev-ml/xenstore-clients/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+xapi-project/ocaml-xenstore-clients
+  
+

diff --git a/dev-ml/xenstore-clients/xenstore-clients-1.1.0.ebuild 
b/dev-ml/xenstore-clients/xenstore-clients-1.1.0.ebuild
new file mode 100644
index 0..4fd43e202
--- /dev/null
+++ b/dev-ml/xenstore-clients/xenstore-clients-1.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune findlib
+
+DESCRIPTION="Unix client tools for accessing xenstore"
+HOMEPAGE="https://github.com/xapi-project/ocaml-xenstore-clients;
+SRC_URI="https://github.com/xapi-project/ocaml-${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/ocaml-${P}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/cstruct
+   dev-ml/xenstore
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   dune_src_install xenstore_transport
+   dune_src_install xenstore-tool
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/uri/

2022-04-03 Thread Alessandro Barbieri
commit: 147a5686ac5ab7cee27c04a3611aac145e54f174
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:58:03 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=147a5686

dev-ml/uri: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/uri/Manifest |  1 +
 dev-ml/uri/metadata.xml | 12 
 dev-ml/uri/uri-4.2.0.ebuild | 31 +++
 3 files changed, 44 insertions(+)

diff --git a/dev-ml/uri/Manifest b/dev-ml/uri/Manifest
new file mode 100644
index 0..98fec7884
--- /dev/null
+++ b/dev-ml/uri/Manifest
@@ -0,0 +1 @@
+DIST ocaml-uri-4.2.0.tar.gz 231300 BLAKE2B 
d73ca1dc1bb372cf160dfb2a1730132fa5139a68b97bf59554f75754dc57b5d83eaf5bc14c6e1962a9f01dcf98b3f10e9eec10d4cd4701073ebfd2b3d443098f
 SHA512 
25510db4d6a5491ab02e7c62360f91b95e6cd3b5892311c7d3ef159be15906eab849728f96687082852e1ab8ff6e3d9f51831229780abc4ed8cb6acff50aa1b9

diff --git a/dev-ml/uri/metadata.xml b/dev-ml/uri/metadata.xml
new file mode 100644
index 0..982af7c50
--- /dev/null
+++ b/dev-ml/uri/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   mirage/ocaml-uri
+   
+

diff --git a/dev-ml/uri/uri-4.2.0.ebuild b/dev-ml/uri/uri-4.2.0.ebuild
new file mode 100644
index 0..e8103d4f0
--- /dev/null
+++ b/dev-ml/uri/uri-4.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="RFC3986 URI parsing library for OCaml"
+HOMEPAGE="https://github.com/mirage/ocaml-uri;
+SRC_URI="https://github.com/mirage/ocaml-uri/archive/v${PV}.tar.gz -> 
ocaml-${P}.tar.gz"
+S="${WORKDIR}/ocaml-${P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/angstrom
+   dev-ml/ppx_sexp_conv
+   dev-ml/re
+   dev-ml/sexplib0
+   dev-ml/stringext
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   dune_src_install uri
+   dune_src_install uri-re
+   dune_src_install uri-sexp
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/rpc/

2022-04-03 Thread Alessandro Barbieri
commit: d56e5336d88c1dd132e802a3109d66a0dc73fed4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 20:27:05 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:44:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d56e5336

dev-ml/rpc new package

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/rpc/Manifest |  1 +
 dev-ml/rpc/metadata.xml | 11 +++
 dev-ml/rpc/rpc-8.1.2.ebuild | 44 
 3 files changed, 56 insertions(+)

diff --git a/dev-ml/rpc/Manifest b/dev-ml/rpc/Manifest
new file mode 100644
index 0..44eb54275
--- /dev/null
+++ b/dev-ml/rpc/Manifest
@@ -0,0 +1 @@
+DIST rpclib-8.1.2.tbz 73664 BLAKE2B 
c3a953fcc82dadcb4d2864bd044c32f9a74edadd351af8d4dc1a9c8d84964017e716415ca1831c1a5621dc28dc0a1db60a919f3e2f95d236b1d2d614ea6756a8
 SHA512 
ef75ec6032805b08bd49716d5e9a4ca888c1a581b50e4ad5cc1d003cd182a47cfc87c945e7564251c8e041fc3ffa1b11e0579597fc9806db88955b3e029ba4a3

diff --git a/dev-ml/rpc/metadata.xml b/dev-ml/rpc/metadata.xml
new file mode 100644
index 0..f926d92a9
--- /dev/null
+++ b/dev-ml/rpc/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/ocaml-rpc
+  
+

diff --git a/dev-ml/rpc/rpc-8.1.2.ebuild b/dev-ml/rpc/rpc-8.1.2.ebuild
new file mode 100644
index 0..9f42f8ce1
--- /dev/null
+++ b/dev-ml/rpc/rpc-8.1.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MY_P="rpclib-${PV}"
+
+DESCRIPTION="Light library to deal with RPCs in OCaml"
+HOMEPAGE="https://github.com/mirage/ocaml-rpc;
+SRC_URI="https://github.com/mirage/ocaml-${PN}/releases/download/${PV}/${MY_P}.tbz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/async
+   dev-ml/ocaml-base64
+   dev-ml/cmdliner
+   dev-ml/cow
+   dev-ml/js_of_ocaml
+   dev-ml/lwt
+   dev-ml/ppxlib
+   dev-ml/result
+   dev-ml/rresult
+   dev-ml/xmlm
+   dev-ml/yojson
+"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/md2mld"
+
+src_install() {
+   dune_src_install ppx_deriving_rpc
+   dune_src_install rpc
+   dune_src_install rpclib-async
+   dune_src_install rpclib-html
+   dune_src_install rpclib-js
+   dune_src_install rpclib-lwt
+   dune_src_install rpclib
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cow/

2022-04-03 Thread Alessandro Barbieri
commit: fa1cf18fd7f91eefdc3d7a3623b31702a0c50f9c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 20:53:13 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:45:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa1cf18f

dev-ml/cow new package

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/cow/Manifest |  1 +
 dev-ml/cow/cow-2.4.0.ebuild | 29 +
 dev-ml/cow/metadata.xml | 11 +++
 3 files changed, 41 insertions(+)

diff --git a/dev-ml/cow/Manifest b/dev-ml/cow/Manifest
new file mode 100644
index 0..9b9138c8d
--- /dev/null
+++ b/dev-ml/cow/Manifest
@@ -0,0 +1 @@
+DIST cow-v2.4.0.tbz 19641 BLAKE2B 
257a74a20dee2ca54fa4ac825d5687197171b6c8643a4b5e46f1c8f078ffc85da5ed29caea003bffbd90fcef7718ce58bd90e64282e9482ee19b3f2b0ac524ba
 SHA512 
a05745307e91a5690e22563f4c0b93ce5a232d1b4d362869ed50b26b5bc7c9de0ff3388f525a0ab5e8207b4b06673757ceba03114e0470bb3fd51c86994b6818

diff --git a/dev-ml/cow/cow-2.4.0.ebuild b/dev-ml/cow/cow-2.4.0.ebuild
new file mode 100644
index 0..0dca8cc2f
--- /dev/null
+++ b/dev-ml/cow/cow-2.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Caml on the Web"
+HOMEPAGE="
+   http://www.openmirage.org/
+   https://github.com/mirage/ocaml-cow
+"
+SRC_URI="https://github.com/mirage/ocaml-cow/releases/download/v${PV}/${MY_P}.tbz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/ezjsonm
+   dev-ml/omd
+   dev-ml/uri
+   dev-ml/xmlm
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/cow/metadata.xml b/dev-ml/cow/metadata.xml
new file mode 100644
index 0..06464e369
--- /dev/null
+++ b/dev-ml/cow/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/ocaml-cow
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/omd/

2022-04-03 Thread Alessandro Barbieri
commit: c41645badf5ece890acb139e4229946804edaacd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:54:04 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c41645ba

dev-ml/omd: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/omd/Manifest|  1 +
 dev-ml/omd/metadata.xml| 11 +++
 dev-ml/omd/omd-2.0.0_alpha2.ebuild | 23 +++
 3 files changed, 35 insertions(+)

diff --git a/dev-ml/omd/Manifest b/dev-ml/omd/Manifest
new file mode 100644
index 0..36990b811
--- /dev/null
+++ b/dev-ml/omd/Manifest
@@ -0,0 +1 @@
+DIST omd-2.0.0.alpha2.tbz 85168 BLAKE2B 
97f187563eead6e0bab11865e05302d86d3a46abf8605d05088bd085c2a7d25924b9b4da1da3ea6257d34a176a51788c3f8e72d28b57835721969f8181ddba03
 SHA512 
82c8716774f756071c8c9dbce838309cfc67d2b607b30d9f5add1307fa8330db8951bfd5406aef1dc3b8902ee67b6d43f76687257927944f118f79be7ea24ff1

diff --git a/dev-ml/omd/metadata.xml b/dev-ml/omd/metadata.xml
new file mode 100644
index 0..4e95d066b
--- /dev/null
+++ b/dev-ml/omd/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+ocaml/omd
+  
+

diff --git a/dev-ml/omd/omd-2.0.0_alpha2.ebuild 
b/dev-ml/omd/omd-2.0.0_alpha2.ebuild
new file mode 100644
index 0..d220fbb93
--- /dev/null
+++ b/dev-ml/omd/omd-2.0.0_alpha2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MYPV="${PV/_alpha/.alpha}"
+
+DESCRIPTION="An easy interface on top of the Jsonm library"
+HOMEPAGE="https://github.com/ocaml/omd;
+SRC_URI="https://github.com/ocaml/omd/releases/download/${MYPV}/${PN}-${MYPV}.tbz;
+S="${WORKDIR}/${PN}-${MYPV}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/dune-build-info
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/tyxml/

2022-04-03 Thread Alessandro Barbieri
commit: a8683380b1c9b950e00221097b5fbefaac925752
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:44:21 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8683380

dev-ml/tyxml: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/tyxml/Manifest   |  1 +
 dev-ml/tyxml/metadata.xml   | 12 
 dev-ml/tyxml/tyxml-4.5.0.ebuild | 26 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-ml/tyxml/Manifest b/dev-ml/tyxml/Manifest
new file mode 100644
index 0..f430375f8
--- /dev/null
+++ b/dev-ml/tyxml/Manifest
@@ -0,0 +1 @@
+DIST tyxml-4.5.0.tar.gz 125979 BLAKE2B 
c15b5f5926f4eafcf3f8eaa85b7fa5d6453d7c5d9a331c6a88e2da94a4cab24ab9b53e82020ec2f7dc3e63eb06ceb24a14039736e373fbefa7addbccf8198e50
 SHA512 
44591c4c32cb7e9425c1ca257624f12d6301709d33522672e13d28a6397da7e6b4eac0780e384763f26d5bc0e935a042d8224c22ea29a16d924f03a3c5b5a714

diff --git a/dev-ml/tyxml/metadata.xml b/dev-ml/tyxml/metadata.xml
new file mode 100644
index 0..15bf21728
--- /dev/null
+++ b/dev-ml/tyxml/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+co-maintainers welcome
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+ocsigen/tyxml
+  
+

diff --git a/dev-ml/tyxml/tyxml-4.5.0.ebuild b/dev-ml/tyxml/tyxml-4.5.0.ebuild
new file mode 100644
index 0..ca759f68d
--- /dev/null
+++ b/dev-ml/tyxml/tyxml-4.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="A libary to build xml trees typechecked by OCaml"
+HOMEPAGE="
+   https://ocsigen.org/tyxml/
+   https://github.com/ocsigen/tyxml
+"
+SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/markup
+   dev-ml/re
+   dev-ml/ppxlib
+   dev-ml/uutf
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/bigstringaf/

2022-04-03 Thread Alessandro Barbieri
commit: f15e49d2bf8bee4a3eb5a3e5a21576a7b677ac16
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:37:12 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f15e49d2

dev-ml/bigstringaf: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/bigstringaf/Manifest |  1 +
 dev-ml/bigstringaf/bigstringaf-0.7.0.ebuild | 20 
 dev-ml/bigstringaf/metadata.xml | 12 
 3 files changed, 33 insertions(+)

diff --git a/dev-ml/bigstringaf/Manifest b/dev-ml/bigstringaf/Manifest
new file mode 100644
index 0..edfd93503
--- /dev/null
+++ b/dev-ml/bigstringaf/Manifest
@@ -0,0 +1 @@
+DIST bigstringaf-0.7.0.tar.gz 11896 BLAKE2B 
4bc94264865cc7d90def66930dc76264169b14f907094cdc9e25222f308163df3384a2c1a4d9a5b278fe4f9a433bf96b75fbf791d1255ce7dec582decbfd7951
 SHA512 
ea0827eaa37b053c1a1756ed38f059209e85fbf7d3e19ed97de587416a9717e77c5b1017afa307e9eee938c18b4ef7cb6ff4adea683d5a9b8430358b4096b960

diff --git a/dev-ml/bigstringaf/bigstringaf-0.7.0.ebuild 
b/dev-ml/bigstringaf/bigstringaf-0.7.0.ebuild
new file mode 100644
index 0..f470ee814
--- /dev/null
+++ b/dev-ml/bigstringaf/bigstringaf-0.7.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Bigstring intrinsics and fast blits based on memcpy/memmove "
+HOMEPAGE="https://github.com/inhabitedtype/bigstringaf;
+SRC_URI="https://github.com/inhabitedtype/bigstringaf/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/bigarray-compat
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/bigstringaf/metadata.xml b/dev-ml/bigstringaf/metadata.xml
new file mode 100644
index 0..66a4dd251
--- /dev/null
+++ b/dev-ml/bigstringaf/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   inhabitedtype/bigstringaf
+   
+



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

2022-04-03 Thread Yixun Lan
commit: 83eb9ebf7f46b652e03175976a18b81b4cedb03a
Author: Daniel Novomesky  gmail  com>
AuthorDate: Tue Mar 29 19:13:03 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Apr  3 23:15:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eb9ebf

media-libs/libjxl: version bump to 20220329 snapshot

Closes: https://github.com/gentoo/gentoo/pull/24807
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/libjxl/Manifest |  1 +
 ....ebuild => libjxl-0.7.0_pre20220329.ebuild} | 31 ++
 media-libs/libjxl/libjxl-.ebuild   |  7 +++--
 3 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/media-libs/libjxl/Manifest b/media-libs/libjxl/Manifest
index dff7d80ef035..2614d99687a0 100644
--- a/media-libs/libjxl/Manifest
+++ b/media-libs/libjxl/Manifest
@@ -1 +1,2 @@
 DIST libjxl-0.7.0_pre20220311.tar.gz 17322724 BLAKE2B 
a3cf970ea3db67e0890e94a5c74ea66610d4fed608fa3d079e6934a1d5f2bdc3ef4264c1df85e4b4efcd22c060087c712009f6c4a6b69a41f6e96ff3674c6de5
 SHA512 
f3e46ddea462b31de6df3c615c3cd628adc58c7ff41588e2ec4cc8929590c9272603a66ed4620b9ba550d85b3d1a6da3f51b1c4f8650ef8901347fea8af5d474
+DIST libjxl-0.7.0_pre20220329.tar.gz 21282311 BLAKE2B 
8ced9811adba47e5ccac4d55cb7133a863bedceebeb51e649fa79ecb17b785e747532f1f36fd39e3627d0a29406f5f403dee8fa42a9958c713c1296c2f83260a
 SHA512 
deb17dd2eb3e2c39d624d97c6959940aee5beafcb009f6cb2ac14dd83c73d2601df8c81f6cec5d8032d9e66d1fdabfe620dcbf9bfa5e90eb9978265896816242

diff --git a/media-libs/libjxl/libjxl-.ebuild 
b/media-libs/libjxl/libjxl-0.7.0_pre20220329.ebuild
similarity index 74%
copy from media-libs/libjxl/libjxl-.ebuild
copy to media-libs/libjxl/libjxl-0.7.0_pre20220329.ebuild
index 1a2abbce5e64..5407dd894d8b 100644
--- a/media-libs/libjxl/libjxl-.ebuild
+++ b/media-libs/libjxl/libjxl-0.7.0_pre20220329.ebuild
@@ -3,37 +3,33 @@
 
 EAPI=8
 
-CMAKE_ECLASS=cmake
-inherit cmake-multilib git-r3 xdg
+inherit cmake-multilib
 
 DESCRIPTION="JPEG XL image format reference implementation"
 HOMEPAGE="https://github.com/libjxl/libjxl;
 
-EGIT_REPO_URI="https://github.com/libjxl/libjxl.git;
-EGIT_SUBMODULES=(third_party/skcms)
+SRC_URI="https://api.github.com/repos/libjxl/libjxl/tarball/fde214c5f4dc5ffd0360401a68df33182edf9226
 -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="examples gdk-pixbuf gimp210 openexr"
+IUSE="examples openexr"
 
 DEPEND="app-arch/brotli:=[${MULTILIB_USEDEP}]
dev-cpp/gflags:=[${MULTILIB_USEDEP}]
>=dev-cpp/highway-0.16.0[${MULTILIB_USEDEP}]
media-libs/giflib:=[${MULTILIB_USEDEP}]
+   >=media-libs/lcms-2.13:=[${MULTILIB_USEDEP}]
media-libs/libpng:=[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
virtual/jpeg[${MULTILIB_USEDEP}]
-   x11-misc/shared-mime-info
-   gdk-pixbuf? (
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf:2
-   )
-   gimp210? ( >=media-gfx/gimp-2.10.28:0/2 )
+   >=x11-misc/shared-mime-info-2.2
openexr? ( media-libs/openexr:= )
 "
-
 RDEPEND="${DEPEND}"
 
+S="${WORKDIR}/libjxl-libjxl-fde214c"
+
 multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=ON
@@ -44,10 +40,12 @@ multilib_src_configure() {
-DJPEGXL_ENABLE_SJPEG=OFF
-DJPEGXL_WARNINGS_AS_ERRORS=OFF
 
-   -DJPEGXL_ENABLE_SKCMS=ON
+   -DJPEGXL_ENABLE_SKCMS=OFF
-DJPEGXL_ENABLE_VIEWERS=OFF
+   -DJPEGXL_ENABLE_PLUGINS=OFF
-DJPEGXL_FORCE_SYSTEM_BROTLI=ON
-DJPEGXL_FORCE_SYSTEM_HWY=ON
+   -DJPEGXL_FORCE_SYSTEM_LCMS2=ON
-DJPEGXL_ENABLE_DOXYGEN=OFF
-DJPEGXL_ENABLE_MANPAGES=OFF
-DJPEGXL_ENABLE_JNI=OFF
@@ -59,16 +57,12 @@ multilib_src_configure() {
-DJPEGXL_ENABLE_TOOLS=ON
-DJPEGXL_ENABLE_EXAMPLES=$(usex examples)
-DJPEGXL_ENABLE_OPENEXR=$(usex openexr)
-   -DJPEGXL_ENABLE_PLUGINS=ON
-   -DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=$(usex gdk-pixbuf)
-   -DJPEGXL_ENABLE_PLUGIN_GIMP210=$(usex gimp210)
)
else
mycmakeargs+=(
-DJPEGXL_ENABLE_TOOLS=OFF
-DJPEGXL_ENABLE_EXAMPLES=OFF
-DJPEGXL_ENABLE_OPENEXR=OFF
-   -DJPEGXL_ENABLE_PLUGINS=OFF
)
fi
 
@@ -77,7 +71,10 @@ multilib_src_configure() {
 
 multilib_src_install() {
cmake_src_install
+
if use examples && multilib_is_native_abi; then
dobin "${BUILD_DIR}/jxlinfo"
fi
+
+   find "${D}" -name '*.a' -delete || die
 }

diff --git 

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

2022-04-03 Thread Matt Turner
commit: bc78701f54654622feff3694c7f66621b2acaa80
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  3 23:04:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  3 23:08:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc78701f

xorg-3.eclass: Fix unsetting GIT_ECLASS

Apparently I cannot remember how bash works.

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

 eclass/xorg-3.eclass | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 2ab80b6c0c6d..c68b3041629a 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -52,7 +52,7 @@ fi
 # we need to inherit autotools first to get the deps
 inherit autotools libtool multilib toolchain-funcs flag-o-matic \
${FONT_ECLASS} ${GIT_ECLASS}
-unset FONT_ECLASS
+unset FONT_ECLASS GIT_ECLASS
 
 if [[ ${XORG_MULTILIB} == yes ]]; then
inherit multilib-minimal
@@ -119,7 +119,7 @@ HOMEPAGE="https://www.x.org/wiki/ 
https://gitlab.freedesktop.org/xorg/${XORG_MOD
 # to bz2.
 : ${XORG_TARBALL_SUFFIX:="bz2"}
 
-if [[ -n ${GIT_ECLASS} ]]; then
+if [[ ${PV} == ** ]]; then
: 
${EGIT_REPO_URI:="https://gitlab.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}
 elif [[ -n ${XORG_BASE_INDIVIDUAL_URI} ]]; then

SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.${XORG_TARBALL_SUFFIX}"
@@ -266,7 +266,7 @@ xorg-3_pkg_setup() {
 xorg-3_src_unpack() {
debug-print-function ${FUNCNAME} "$@"
 
-   if [[ -n ${GIT_ECLASS} ]]; then
+   if [[ ${PV} == ** ]]; then
git-r3_src_unpack
else
unpack ${A}
@@ -535,5 +535,3 @@ create_fonts_dir() {
-- "${EROOT}/usr/share/fonts/${FONT_DIR}"
eend $?
 }
-
-unset GIT_ECLASS



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

2022-04-03 Thread Mike Pagano
commit: 9c8742462b5d04c3e9a4de9458965260513ef5c8
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:05 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c874246

sys-kernel/git-sources: drop 5.17_rc4

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc4.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index e4b94ca90173..66e88c411da3 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f244fbfbd30b4b2f9b35761873e74d79a36e4ecb619ce91d04829164b8e347a3c23d66fbef677619f0f8e51498d2
 SHA512 
54a3e37bad6e223b09bebe97f5188cbbbc38ada271611d817aa2d033895c602bfb989fcd028004507a0ab5063af532d3f5a16424f574f24d78e6962eb460998c
 DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc4.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc4.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2022-04-03 Thread Mike Pagano
commit: 3260e911b50ebbef25330f646bb6761a69cfb497
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:25 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3260e911

sys-kernel/git-sources: drop 5.17_rc8

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

 sys-kernel/git-sources/Manifest|  2 --
 sys-kernel/git-sources/git-sources-5.17_rc8.ebuild | 40 --
 2 files changed, 42 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index f27a30280d3c..1ac9b2fcfd58 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,4 +1,2 @@
-DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
 DIST patch-5.18-rc1.patch 112419200 BLAKE2B 
1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b
 SHA512 
17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc8.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc8.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2022-04-03 Thread Mike Pagano
commit: 3211315b5bcc72b66892b5f5f5a205623bf4b32f
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:54:41 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:54:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3211315b

sys-kernel/git-sources: drop 5.17_rc1

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index f38e09c18104..44de64b7f5cf 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc1.patch 36453946 BLAKE2B 
a600f68e504c7602098dd0bb26f405b1bca318baaaeb479d6b5b0a0483d5aa5f9baaeb2f1d3f53734821dfbd2a77be4cf7fa4f7057b5c6ae7fe9b6c068b0cd12
 SHA512 
0de5045d74ae2e64c40fc482879152ff0b696eba2618cda66e231e70afe8e1d18d946bfcfda50d5c037ab90e11f9777d558b4fdef785f9777b8f97959551ee65
 DIST patch-5.17-rc2.patch 36928215 BLAKE2B 
3ae1f09eeb870fda422db561ca1adfd68c7ea96ddcd47672028d6ccc44c49eca5fe53e77b0173bd66be04883f7dc0a65addd55b435dd0f8d4fb7418a21d6a8d2
 SHA512 
dd10a6c88da50ca9e0a37aa1377b86122c56a50a8c608a02dd425ac23ee20418b29fe2332981bdffa45d2ac44b3b4a9e294fb786ba7c13c01ec821b6915cdb56
 DIST patch-5.17-rc3.patch 37376734 BLAKE2B 
40564254d729bdad9860b48a51657b6a3cef681b9f4add643d7a7e8bd80511cc3da9ec7257acd355a23cde8f1c8e51286560a168ad951100c9139057518d64f6
 SHA512 
d5c6444f73a1d0099ed9c3f1c35e7d0e6df487b9897d57b5f9d4d787df210dd8a2fb58c428a13844c5c846007fe5f349860503187690ed83f846b867377d5cf1
 DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f244fbfbd30b4b2f9b35761873e74d79a36e4ecb619ce91d04829164b8e347a3c23d66fbef677619f0f8e51498d2
 SHA512 
54a3e37bad6e223b09bebe97f5188cbbbc38ada271611d817aa2d033895c602bfb989fcd028004507a0ab5063af532d3f5a16424f574f24d78e6962eb460998c

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc1.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2022-04-03 Thread Mike Pagano
commit: 45e109f1878e9411b612dd699017e3c20a873710
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:10 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e109f1

sys-kernel/git-sources: drop 5.17_rc5

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc5.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 66e88c411da3..c044bb18c386 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
 DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc5.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc5.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2022-04-03 Thread Mike Pagano
commit: c94952f7c078abeea14679aad17b784053e890cd
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:54:22 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:54:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94952f7

sys-kernel/git-sources: add 5.18_rc1

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

 sys-kernel/git-sources/Manifest|  2 ++
 sys-kernel/git-sources/git-sources-5.18_rc1.ebuild | 40 ++
 2 files changed, 42 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 03af5a3be422..f38e09c18104 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,4 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
+DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
 DIST patch-5.17-rc1.patch 36453946 BLAKE2B 
a600f68e504c7602098dd0bb26f405b1bca318baaaeb479d6b5b0a0483d5aa5f9baaeb2f1d3f53734821dfbd2a77be4cf7fa4f7057b5c6ae7fe9b6c068b0cd12
 SHA512 
0de5045d74ae2e64c40fc482879152ff0b696eba2618cda66e231e70afe8e1d18d946bfcfda50d5c037ab90e11f9777d558b4fdef785f9777b8f97959551ee65
 DIST patch-5.17-rc2.patch 36928215 BLAKE2B 
3ae1f09eeb870fda422db561ca1adfd68c7ea96ddcd47672028d6ccc44c49eca5fe53e77b0173bd66be04883f7dc0a65addd55b435dd0f8d4fb7418a21d6a8d2
 SHA512 
dd10a6c88da50ca9e0a37aa1377b86122c56a50a8c608a02dd425ac23ee20418b29fe2332981bdffa45d2ac44b3b4a9e294fb786ba7c13c01ec821b6915cdb56
 DIST patch-5.17-rc3.patch 37376734 BLAKE2B 
40564254d729bdad9860b48a51657b6a3cef681b9f4add643d7a7e8bd80511cc3da9ec7257acd355a23cde8f1c8e51286560a168ad951100c9139057518d64f6
 SHA512 
d5c6444f73a1d0099ed9c3f1c35e7d0e6df487b9897d57b5f9d4d787df210dd8a2fb58c428a13844c5c846007fe5f349860503187690ed83f846b867377d5cf1
@@ -7,3 +8,4 @@ DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
 DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
+DIST patch-5.18-rc1.patch 112419200 BLAKE2B 
1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b
 SHA512 
17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053

diff --git a/sys-kernel/git-sources/git-sources-5.18_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.18_rc1.ebuild
new file mode 100644
index ..1b58d3fd64da
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.18_rc1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.17"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in 

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

2022-04-03 Thread Mike Pagano
commit: 1191745ccc18a0423ebac77614045d7f63f7548e
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:15 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1191745c

sys-kernel/git-sources: drop 5.17_rc6

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc6.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index c044bb18c386..a5c4b0d688d6 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
 DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
 DIST patch-5.18-rc1.patch 112419200 BLAKE2B 
1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b
 SHA512 
17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc6.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc6.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2022-04-03 Thread Mike Pagano
commit: 58de9cdee3ed201188c6aa6184658a2549b30525
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:21 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58de9cde

sys-kernel/git-sources: drop 5.17_rc7

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc7.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index a5c4b0d688d6..f27a30280d3c 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,5 +1,4 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
 DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
 DIST patch-5.18-rc1.patch 112419200 BLAKE2B 
1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b
 SHA512 
17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc7.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc7.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2022-04-03 Thread Mike Pagano
commit: 83fbc1988c8374c2f0c1fdf897830e3bd16b43d8
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:54:55 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:54:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fbc198

sys-kernel/git-sources: drop 5.17_rc2

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc2.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 44de64b7f5cf..072746e273c2 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc2.patch 36928215 BLAKE2B 
3ae1f09eeb870fda422db561ca1adfd68c7ea96ddcd47672028d6ccc44c49eca5fe53e77b0173bd66be04883f7dc0a65addd55b435dd0f8d4fb7418a21d6a8d2
 SHA512 
dd10a6c88da50ca9e0a37aa1377b86122c56a50a8c608a02dd425ac23ee20418b29fe2332981bdffa45d2ac44b3b4a9e294fb786ba7c13c01ec821b6915cdb56
 DIST patch-5.17-rc3.patch 37376734 BLAKE2B 
40564254d729bdad9860b48a51657b6a3cef681b9f4add643d7a7e8bd80511cc3da9ec7257acd355a23cde8f1c8e51286560a168ad951100c9139057518d64f6
 SHA512 
d5c6444f73a1d0099ed9c3f1c35e7d0e6df487b9897d57b5f9d4d787df210dd8a2fb58c428a13844c5c846007fe5f349860503187690ed83f846b867377d5cf1
 DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f244fbfbd30b4b2f9b35761873e74d79a36e4ecb619ce91d04829164b8e347a3c23d66fbef677619f0f8e51498d2
 SHA512 
54a3e37bad6e223b09bebe97f5188cbbbc38ada271611d817aa2d033895c602bfb989fcd028004507a0ab5063af532d3f5a16424f574f24d78e6962eb460998c
 DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc2.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc2.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2022-04-03 Thread Mike Pagano
commit: 1243227bd0417c5e5a1ae1627667213ac0ed54e6
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:54:59 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:54:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1243227b

sys-kernel/git-sources: drop 5.17_rc3

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc3.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 072746e273c2..e4b94ca90173 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc3.patch 37376734 BLAKE2B 
40564254d729bdad9860b48a51657b6a3cef681b9f4add643d7a7e8bd80511cc3da9ec7257acd355a23cde8f1c8e51286560a168ad951100c9139057518d64f6
 SHA512 
d5c6444f73a1d0099ed9c3f1c35e7d0e6df487b9897d57b5f9d4d787df210dd8a2fb58c428a13844c5c846007fe5f349860503187690ed83f846b867377d5cf1
 DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f244fbfbd30b4b2f9b35761873e74d79a36e4ecb619ce91d04829164b8e347a3c23d66fbef677619f0f8e51498d2
 SHA512 
54a3e37bad6e223b09bebe97f5188cbbbc38ada271611d817aa2d033895c602bfb989fcd028004507a0ab5063af532d3f5a16424f574f24d78e6962eb460998c
 DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc3.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/

2022-04-03 Thread Andreas K. Hüttel
commit: e4f265eb8e07840a2558594d9daf4a8001cf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr  3 22:34:03 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Apr  3 22:34:03 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e4f265eb

Add mipsel3 multilib (n32-based) stages

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec| 14 ++
 .../specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec| 12 
 tools/catalyst-auto-qemu-mips.conf |  5 +
 3 files changed, 31 insertions(+)

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec
new file mode 100644
index ..faf07954
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_multilib
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_multilib-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec
new file mode 100644
index ..b69b4de5
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_multilib
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_multilib-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips.conf 
b/tools/catalyst-auto-qemu-mips.conf
index d55bdb57..cb9ba0a6 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -17,6 +17,8 @@ SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec 
stage3-mips32el-o32
 SET_mips3n32openrc_SPECS="stage1-mips3-n32-openrc.spec 
stage3-mips3-n32-openrc.spec"
 SET_mipsel3n32openrc_SPECS="stage1-mipsel3-n32-openrc.spec 
stage3-mipsel3-n32-openrc.spec"
 
+SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec 
stage3-mipsel3-multilib-openrc.spec"
+
 SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec 
stage3-mips3-n64-openrc.spec"
 SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec 
stage3-mipsel3-n64-openrc.spec"
 SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec 
stage3-mipsel3-n64-systemd.spec"
@@ -70,6 +72,9 @@ post_build() {
stage3-mipsel3-n32-openrc.spec)
upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
;;
+   stage3-mipsel3-multilib-openrc.spec)
+   upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
+   ;;
stage3-mips3-n64-openrc.spec)
upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz*
;;



[gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/

2022-04-03 Thread Andreas K. Hüttel
commit: 57591c6d47aa685dae03e7b172e0b381df1b8677
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr  3 22:16:23 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Apr  3 22:16:23 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=57591c6d

Add mips64el multilib (n32-based) stages

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../specs-qemu/mips/stage1-mips64el-multilib-openrc.spec   | 14 ++
 .../specs-qemu/mips/stage3-mips64el-multilib-openrc.spec   | 12 
 tools/catalyst-auto-qemu-mips.conf |  7 ++-
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec
new file mode 100644
index ..1d04ef8d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips64el_multilib
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64el_multilib-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec
new file mode 100644
index ..5c136552
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips64el_multilib
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64el_multilib-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips.conf 
b/tools/catalyst-auto-qemu-mips.conf
index 3caeb5c3..d55bdb57 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc 
mips3n32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc 
mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64n64openrc 
mips64eln64openrc mips64eln64systemd"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc 
mips3n32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc 
mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64elmultilibopenrc 
mips64n64openrc mips64eln64openrc mips64eln64systemd"
 
 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec 
stage3-mips2-o32-openrc.spec"
 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec 
stage3-mipsel2-o32-openrc.spec"
@@ -24,6 +24,8 @@ SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec 
stage3-mipsel3-n64-
 SET_mips64n32openrc_SPECS="stage1-mips64-n32-openrc.spec 
stage3-mips64-n32-openrc.spec"
 SET_mips64eln32openrc_SPECS="stage1-mips64el-n32-openrc.spec 
stage3-mips64el-n32-openrc.spec"
 
+SET_mips64elmultilibopenrc_SPECS="stage1-mips64el-multilib-openrc.spec 
stage3-mips64el-multilib-openrc.spec"
+
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec 
stage3-mips64-n64-openrc.spec"
 SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec 
stage3-mips64el-n64-openrc.spec"
 SET_mips64eln64systemd_SPECS="stage1-mips64el-n64-systemd.spec 
stage3-mips64el-n64-systemd.spec"
@@ -83,6 +85,9 @@ post_build() {
stage3-mips64el-n32-openrc.spec)
upload stage3-mips64el_n32-openrc-${TIMESTAMP}.tar.xz*
;;
+   stage3-mips64el-multilib-openrc.spec)
+   upload stage3-mips64el_multilib-openrc-${TIMESTAMP}.tar.xz*
+   ;;
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
;;



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ffi/

2022-04-03 Thread Jakov Smolić
commit: 9200c0476fa2c17af5702b72ec699ac49bb946f8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9200c047

dev-ruby/ffi: Stabilize 1.15.5 x86, #836634

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/ffi/ffi-1.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ffi/ffi-1.15.5.ebuild b/dev-ruby/ffi/ffi-1.15.5.ebuild
index 9f967080b22d..540bad8c2d60 100644
--- a/dev-ruby/ffi/ffi-1.15.5.ebuild
+++ b/dev-ruby/ffi/ffi-1.15.5.ebuild
@@ -24,7 +24,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${PN}-git-${PV}
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND+=" dev-libs/libffi:="
 DEPEND+=" dev-libs/libffi:="



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

2022-04-03 Thread Jakov Smolić
commit: 9ceb23f07a0230e6ecd64730aea0a0416755b7ad
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ceb23f0

media-libs/libsdl2: Stabilize 2.0.20-r1 x86, #836664

Signed-off-by: Jakov Smolić  gentoo.org>

 media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
index b3b23e5e783f..5b1fd5e3b71b 100644
--- a/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.libsdl.org/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
 
 IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus doc fcitx4 gles1 gles2 
haptic ibus jack +joystick kms libsamplerate nas opengl oss pipewire pulseaudio 
sndio +sound static-libs +threads udev +video video_cards_vc4 vulkan wayland X 
xinerama xscreensaver"
 REQUIRED_USE="



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

2022-04-03 Thread Jakov Smolić
commit: c393bb710f169052f0e93be0887ab0eed5bfa7be
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:18 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c393bb71

www-servers/tomcat: Stabilize 9.0.59 amd64, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 www-servers/tomcat/tomcat-9.0.59.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-9.0.59.ebuild 
b/www-servers/tomcat/tomcat-9.0.59.ebuild
index bd49dfe74c96..164acb30f6e5 100644
--- a/www-servers/tomcat/tomcat-9.0.59.ebuild
+++ b/www-servers/tomcat/tomcat-9.0.59.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="9"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: 185cd8feff4ebdb8ead8facf4ea5ab88809ada09
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:32 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185cd8fe

dev-java/tomcat-servlet-api: Stabilize 8.5.76 x86, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
index d3c734fb408f..888295412849 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2022-04-03 Thread Jakov Smolić
commit: db57a050e31cc56dd04e4e88099196bb1de5fce1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db57a050

sys-process/parallel: Stabilize 20220222-r1 x86, #836677

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/sys-process/parallel/parallel-20220222-r1.ebuild 
b/sys-process/parallel/parallel-20220222-r1.ebuild
index b107cc8a44e1..c3b6c6f0a019 100644
--- a/sys-process/parallel/parallel-20220222-r1.ebuild
+++ b/sys-process/parallel/parallel-20220222-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig 
)"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~x64-macos"
 
 RDEPEND="dev-lang/perl:=
dev-perl/Devel-Size



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: 690b2ee83db2d5b53ad70d92d4f605693da559ce
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:14 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690b2ee8

dev-java/tomcat-servlet-api: Stabilize 8.5.76 amd64, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
index 9aed30f65a2e..d3c734fb408f 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: b7ee6b1ee70781b07ee7b87ff1c06363fcc869d9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ee6b1e

dev-java/tomcat-servlet-api: Stabilize 9.0.59 amd64, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
index c53c20eb8511..a874a45461a0 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: 3b26f3b3d9b18d51dd274c56b06ee3bdebf28992
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b26f3b3

dev-java/tomcat-servlet-api: Stabilize 10.0.17 x86, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
index 6a0260df1ac2..440d44e0a658 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-10/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="5.0"
-KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: c1653a4f2259f2f9efe263d43d5c3ee0a0ee9219
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:33 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1653a4f

dev-java/tomcat-servlet-api: Stabilize 9.0.59 x86, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
index a874a45461a0..f1c865a27bec 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2022-04-03 Thread Jakov Smolić
commit: c8fa0799a3893a4694e17f4cb4341162d5d6bdf4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8fa0799

media-gfx/pngnq: Stabilize 1.1-r1 amd64, #836633

Signed-off-by: Jakov Smolić  gentoo.org>

 media-gfx/pngnq/pngnq-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pngnq/pngnq-1.1-r1.ebuild 
b/media-gfx/pngnq/pngnq-1.1-r1.ebuild
index f8d71e93fc9d..eae4c13ae6c0 100644
--- a/media-gfx/pngnq/pngnq-1.1-r1.ebuild
+++ b/media-gfx/pngnq/pngnq-1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD pngnq rwpng"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="media-libs/libpng:0="
 DEPEND="${RDEPEND}"



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

2022-04-03 Thread Jakov Smolić
commit: be091e9adb131f4b20478fec1479dbbdbc1bcf1b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be091e9a

www-servers/tomcat: Stabilize 8.5.76 amd64, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 www-servers/tomcat/tomcat-8.5.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-8.5.76.ebuild 
b/www-servers/tomcat/tomcat-8.5.76.ebuild
index 67b6462910bf..00727fd8a0a6 100644
--- a/www-servers/tomcat/tomcat-8.5.76.ebuild
+++ b/www-servers/tomcat/tomcat-8.5.76.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8.5"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



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

2022-04-03 Thread Jakov Smolić
commit: 75845976b66e02d0e80315cafba322b27a184f28
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75845976

media-gfx/pngnq: Stabilize 1.1-r1 x86, #836633

Signed-off-by: Jakov Smolić  gentoo.org>

 media-gfx/pngnq/pngnq-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pngnq/pngnq-1.1-r1.ebuild 
b/media-gfx/pngnq/pngnq-1.1-r1.ebuild
index eae4c13ae6c0..4558a9745a30 100644
--- a/media-gfx/pngnq/pngnq-1.1-r1.ebuild
+++ b/media-gfx/pngnq/pngnq-1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD pngnq rwpng"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="media-libs/libpng:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: f8bcecbbe6719f6fc24cd725b5f4b04176e28222
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bcecbb

dev-java/tomcat-servlet-api: Stabilize 10.0.17 amd64, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
index 8e150d3d2590..6a0260df1ac2 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-10/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="5.0"
-KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2022-04-03 Thread Jakov Smolić
commit: afa8bbb602afeb6f5aab0eefa8ceb508a1cad0a3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa8bbb6

www-servers/tomcat: Stabilize 10.0.17 amd64, #836622

Signed-off-by: Jakov Smolić  gentoo.org>

 www-servers/tomcat/tomcat-10.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-10.0.17.ebuild 
b/www-servers/tomcat/tomcat-10.0.17.ebuild
index 2d8f92da7a35..1880f8d73eaa 100644
--- a/www-servers/tomcat/tomcat-10.0.17.ebuild
+++ b/www-servers/tomcat/tomcat-10.0.17.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="10"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="amd64 ~amd64-linux"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



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

2022-04-03 Thread David Seifert
commit: 1e4c587c0a87eb4d3db42404c3dccd234b309415
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr  3 22:05:43 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  3 22:05:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4c587c

emboss-r2.eclass: remove last-rited eclass

Signed-off-by: David Seifert  gentoo.org>

 eclass/emboss-r2.eclass | 161 
 1 file changed, 161 deletions(-)

diff --git a/eclass/emboss-r2.eclass b/eclass/emboss-r2.eclass
deleted file mode 100644
index 65e1c83f16d9..
--- a/eclass/emboss-r2.eclass
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# Removal on 2022-03-15.
-
-# @ECLASS: emboss-r2.eclass
-# @MAINTAINER:
-# sci-biol...@gentoo.org
-# ted.tanbe...@gmail.com
-# @AUTHOR:
-# Original author: Author Olivier Fisette 
-# Next gen author: Justin Lecher 
-# Next gen author: Ted Tanberry 
-# @SUPPORTED_EAPIS: 7
-# @BLURB: Use this to easy install EMBOSS and EMBASSY programs (EMBOSS 
add-ons).
-# @DESCRIPTION:
-# The inheriting ebuild must provide EBO_DESCRIPTION before the inherit line.
-#
-# Example:
-#
-# EAPI=7
-#
-# EBO_DESCRIPTION="applications from the CBS group"
-#
-# inherit emboss-r2
-
-# @ECLASS_VARIABLE: EBO_DESCRIPTION
-# @PRE_INHERIT
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# Completes the generic description of the embassy module as follows:
-#
-# EMBOSS integrated version of ${EBO_DESCRIPTION}, e.g.
-#
-# "EMBOSS integrated version of applications from the CBS group"
-#
-# Defaults to the upstream name of the module.
-
-case ${EAPI:-0} in
-   [0-6]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
-   7) ;;
-   *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
-esac
-
-if [[ ! ${_EMBOSS_R2_ECLASS} ]]; then
-_EMBOSS_R2_ECLASS=1
-
-inherit autotools flag-o-matic
-
-HOMEPAGE="http://emboss.sourceforge.net/;
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="0"
-IUSE="mysql pdf png postgres X"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/libpcre:3
-   sci-libs/plplot:=
-   sys-libs/zlib
-   mysql? ( dev-db/mysql-connector-c:0= )
-   pdf? ( media-libs/libharu:= )
-   png? ( media-libs/gd:2=[png] )
-   postgres? ( dev-db/postgresql:= )
-   X? ( x11-libs/libXt )"
-
-if [[ ${PN} == embassy-* ]]; then
-   EMBASSY_PACKAGE=yes
-   # The EMBASSY package name, retrieved from the inheriting ebuild's name
-   EN=${PN:8}
-   # The full name and version of the EMBASSY package (excluding the Gentoo
-   # revision number)
-   EF="${EN^^}-${PV}"
-
-   [[ ${EBO_DESCRIPTION} ]] || die "EBO_DESCRIPTION was not set before 
inheriting emboss-r2.eclass"
-
-   DESCRIPTION="EMBOSS integrated version of ${EBO_DESCRIPTION}"
-   SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/${EF}.tar.gz -> 
embassy-${EN}-${PV}.tar.gz"
-   RDEPEND+=" >=sci-biology/emboss-6.6.0-r1[mysql=,pdf=,png=,postgres=,X=]"
-
-   S="${WORKDIR}/${EF}"
-fi
-
-DEPEND="${RDEPEND}"
-
-# @ECLASS_VARIABLE: EBO_EAUTORECONF
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# If set, run eautoreconf from autotools.eclass after applying patches
-# in emboss-r2_src_prepare.
-
-# @FUNCTION: emboss-r2_src_prepare
-# @DESCRIPTION:
-# Does the following things
-#
-#  1. Renames configure.in to configure.ac, if possible
-#  2. Calls default_src_prepare (i.e. applies Gentoo and user patches)
-#  3. If EBO_EAUTORECONF is set, run eautoreconf
-
-emboss-r2_src_prepare() {
-   if [[ -e configure.in ]]; then
-   mv configure.{in,ac} || die
-   fi
-
-   default
-   [[ ${EBO_EAUTORECONF} ]] && eautoreconf
-}
-
-# @FUNCTION: emboss-r2_src_configure
-# @DESCRIPTION:
-# runs econf with following options.
-#
-#  --enable-shared
-#  --disable-static
-#  $(use_with X x)
-#  $(use_with png pngdriver)
-#  $(use_with pdf hpdf)
-#  $(use_with mysql mysql)
-#  $(use_with postgres postgresql)
-#  --enable-large
-#  --without-java
-#  --enable-systemlibs
-#
-#  can be appended to like econf, e.g.
-#emboss-r2_src_configure --enable-foo
-
-emboss-r2_src_configure() {
-   local myconf=(
-   --enable-shared
-   --disable-static
-   $(use_with X x)
-   $(use_with png pngdriver "${EPREFIX}"/usr)
-   $(use_with pdf hpdf "${EPREFIX}"/usr)
-   $(use_with mysql mysql "${EPREFIX}"/usr/bin/mysql_config)
-   $(use_with postgres postgresql "${EPREFIX}"/usr/bin/pg_config)
-   --enable-large
-   --without-java
-   --enable-systemlibs
-   )
-
-   [[ ${EMBASSY_PACKAGE} == yes ]] && \
-   append-cppflags "-I${EPREFIX}/usr/include/emboss"
-
-   econf "${myconf[@]}" "$@"
-}
-
-# @FUNCTION: emboss-r2_src_install
-# @DESCRIPTION:
-# Installs the package into the staging area and removes unnecessary .la files.

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

2022-04-03 Thread Michał Górny
commit: b951ebd3b4a2ad104d7b34222452b88df8155b3d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 20:28:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 21:54:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b951ebd3

dev-python/nuitka: Bump to 0.7.7

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

 dev-python/nuitka/Manifest|  1 +
 dev-python/nuitka/nuitka-0.7.7.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index d693d01db2af..afd746d392a8 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -4,3 +4,4 @@ DIST Nuitka-0.7.3.tar.gz 3784700 BLAKE2B 
016c8c88c40c07e97e56c8a37f60c4a6a1a1a1b
 DIST Nuitka-0.7.4.tar.gz 3785037 BLAKE2B 
4bf1e5980071ca34059e5c4aec098a3ab2e2d33884f2bd4673972dbff490f6ed20b200525c3220d0652ede8c06374d0e086fee8c611e9ecd663c9ac4a13f016e
 SHA512 
5066f01cb4ffc99550d0bef816201cb988180144ac9d0d4aa587fb894196c286c44a96637d956f8ef05b803d3bdc79f4d926ccf3db4a320eabd02fe5bd984beb
 DIST Nuitka-0.7.5.tar.gz 3785194 BLAKE2B 
a97a617dcf55fd12966b9e464398f5bda770a6bf7a026e90aa2adbe3ed43f1e0a6feb0741626f6eb24b07f5a8acfc1e17b54f53720a9a33f24f7da4fe321a9c1
 SHA512 
e31b2d4014cd533f916e5f023a9633d7f96ae7f4ca8da6bc3911dd23864c42e62f73d8f7e13345d0cdbfdfec0205be2ba75d6acbfd687949ed4091e978e6d455
 DIST Nuitka-0.7.6.tar.gz 3785026 BLAKE2B 
f8e3f58dedbe9688ae86741b61fd8a56a0d87ba8a2323d0379f09aa93aa954a4b8bc5f6aa736dc57bfd5bfeef2cc06ce76321d7af7cec585904111aaa86c0083
 SHA512 
dc30e29d671704f6be0c15a9da5d0122dd8b2ee1a764e0274529959cea0a6cb8d0e923027d91a7f4a58dfa2886a5d5a93afacf60354ced66b7f723310bedf188
+DIST Nuitka-0.7.7.tar.gz 3785340 BLAKE2B 
e856bcb3ecf69ecaa447ea73219f544bfceae8ee3a480fbd13b0a763efb8c8ec3c856a6142cff6a91273a88fc0aec15a6bb6c28fab1d9ca0c4dfeca229c11b68
 SHA512 
124e2d405b1104d0ba42a69b20a5c6168bb0643a13a4de789279401e09c30091853a8e464d9c4877a01f93a5a63934617cf52678994d0ae179560cd21d5b196e

diff --git a/dev-python/nuitka/nuitka-0.7.7.ebuild 
b/dev-python/nuitka/nuitka-0.7.7.ebuild
new file mode 100644
index ..1a35fde421ee
--- /dev/null
+++ b/dev-python/nuitka/nuitka-0.7.7.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="https://www.nuitka.net;
+SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
+S="${WORKDIR}/${P^}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



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

2022-04-03 Thread Michał Górny
commit: 8996b404da8096a5a710a775e3adc125e2462f65
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 20:27:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 21:54:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8996b404

dev-python/rich: Bump to 12.1.0

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

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

diff --git a/dev-python/rich/Manifest b/dev-python/rich/Manifest
index 86b25f2ab64b..d734d1cb1fe9 100644
--- a/dev-python/rich/Manifest
+++ b/dev-python/rich/Manifest
@@ -1,3 +1,4 @@
 DIST rich-11.2.0.gh.tar.gz 16300346 BLAKE2B 
520f512a7e26613a4cc881834f8c150963b84a6dc3a43029dde6d64d1e405d82422b9c6f0098293b6f9bdb55749c7929426dad14840c9a287889c1a6a70f6bf2
 SHA512 
ec1178a6a320a48f589ead5163e974725f79ae63ddf9a2deb66400e43619ade8d366dbef6b524e66e603647a957b8e26266845a0bcb85912fd9ad2a81dd92f5e
 DIST rich-12.0.0.gh.tar.gz 14727980 BLAKE2B 
b9f7761ab1084765f804fd22f9fb18e659f91b917bb452217752683f6d61320d2703eee28de3be3bd70009fc06d04165528393c4c0ec32a49b1dc7e94989a224
 SHA512 
4e47e48709180ef844bcf1cd516b22de8a4f22c5121ca0582a2cff7297d97afe63232926d518cd2bf4d6d1a7cea362ab12e71eedacce6b6d378ef1a1528d9e4c
 DIST rich-12.0.1.gh.tar.gz 14857207 BLAKE2B 
8e6419904ef0ba91d4b15059630f63769a28323600cb212f07c2a239201489e2078b8c4c792f486bde75efd9d09afe832fa2e2235ac91433ee24b33fcda02e68
 SHA512 
61077663b46a7e615b29df3b75b15ef97979c804abd283cc26f217ee8128b74a514fd7b92831d1d8928f768d2ec8230d8cd1da733106b424704a3187ee18ce95
+DIST rich-12.1.0.gh.tar.gz 14883003 BLAKE2B 
f11642b5a90934e95dd7d71707617c8a3a1680644dafa9535f86ed5648f14389cddd968c329d4d94649c15123dd00045e0e9e7bb3314be3e6bbc72ba67c100e1
 SHA512 
6144af9b8843592d586e1c54d5bd97b6974a2510746319c7c0e961f04515ab837088bde2d0876e1a3d33eff40f4dfd8babc3c3f8123f6a4472b7a3eca580d131

diff --git a/dev-python/rich/rich-12.1.0.ebuild 
b/dev-python/rich/rich-12.1.0.ebuild
new file mode 100644
index ..4cbcc9174b3c
--- /dev/null
+++ b/dev-python/rich/rich-12.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python library for renrering rich text, tables, etc. to the 
terminal"
+HOMEPAGE="https://github.com/Textualize/rich;
+SRC_URI="
+   https://github.com/Textualize/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/commonmark[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.8)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x COLUMNS=80
+   epytest -p no:pytest-qt
+}
+
+pkg_postinst() {
+   optfeature "integration with HTML widgets for Jupyter" 
dev-python/ipywidgets
+}



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

2022-04-03 Thread Michał Górny
commit: 0b15411a568deb1de376f25ad6fc601d648b5a44
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 20:25:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 21:54:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b15411a

dev-python/zipp: Bump to 3.8.0

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

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

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index da4ee7e9e7c0..2bd0dc6421ab 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.7.0.tar.gz 12989 BLAKE2B 
8a315dfd28c8aa1d5a568699886ea47b34000381981d1f4e578bcc10d7c9dc772bfd99ae9d720836e300dd1aaa5e12f0667bbe40d69668306f90aed23ec0cc8f
 SHA512 
bf0c00382273453286ce597fb5a0059b8b279edd01dc4f2d5accef41cc53d69ddda1a2b00f4c38ed4057eeac69ef225ba4bd3a70a16da025b33947cdd6a69ed8
+DIST zipp-3.8.0.tar.gz 13344 BLAKE2B 
0da3ca4ff683ac840759030b6ee5125bb1a1b1b8737f0ff0499f3193d13dc3163c6c1fd29c5f1667f347728c991930e3d9e3a325ffb89b6fecb9f6590887bcaa
 SHA512 
d677f941dc92a784b8bd197ca2e1f6f3a570dc236c9eeddcb6108d6f55ad3d35a82462abeeb4bac6ea434442737aea960d941c2a7d0bd416da9abee153c99bb8

diff --git a/dev-python/zipp/zipp-3.8.0.ebuild 
b/dev-python/zipp/zipp-3.8.0.ebuild
new file mode 100644
index ..e12ba8698422
--- /dev/null
+++ b/dev-python/zipp/zipp-3.8.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2022-04-03 Thread Michał Górny
commit: c93f074fd1d5ab86970bc68b58b5cd9070d5701b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 20:24:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 21:54:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93f074f

dev-python/jeepney: Bump to 0.8.0

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

 dev-python/jeepney/Manifest |  1 +
 dev-python/jeepney/jeepney-0.8.0.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-python/jeepney/Manifest b/dev-python/jeepney/Manifest
index 132762d5f718..3001db4cb9d7 100644
--- a/dev-python/jeepney/Manifest
+++ b/dev-python/jeepney/Manifest
@@ -1,2 +1,3 @@
 DIST jeepney-0.6.0.tar.gz 49513 BLAKE2B 
e5f9b5104cf07dbcd2d40c2d22b690dfd56c456ab56daf44f4abee83f0bfe7e1dfbad797348044d51e3dc20fbc6ce68bf8df54f9c1e46d7a86ceb22d3ab30f8d
 SHA512 
140be9dd28ed853d2d41b6a8bbeb2f22c0270ce7bf33b943ec2ac010db17d4f06e253fa8637fbbb3044fe9ffdbfa1e15f0c663eb44bdd538f8c47c2e7dab3ca5
 DIST jeepney-0.7.1.tar.gz 61833 BLAKE2B 
626d4c921d0548ea898197ac5459f20b4c73fd52d3579c5b74f257158c82803011655c1d418d7d10afe8ba803100530bc08dbcce41e12727888de5be5995adb3
 SHA512 
f0af5a18a669f1a6322925201cad83ee01bc5a1b91577565042fd8a18b506a3650ff67b0ba333c8fb3b179f43ef243d16b07a9a1f7a7e5baec825dda0e6b0571
+DIST jeepney-0.8.0.tar.gz 106005 BLAKE2B 
23dbd876915ca364202b6e1888d5b6892c56020a492f9dbdd22c1e04f40c2627bfb90ce209c69be000e176cc6b144b6c2232a21ce1ab089971911ffa2c22cd2c
 SHA512 
823675f262c2c9778ccf9c1083601d936cca534fc0d2d9309b52aa6beeb7f73d225a37c5f18f6b0683c4829a93b1299a2cb4f8f341e55b92bedf58c8dce0aa75

diff --git a/dev-python/jeepney/jeepney-0.8.0.ebuild 
b/dev-python/jeepney/jeepney-0.8.0.ebuild
new file mode 100644
index ..18ca1de03898
--- /dev/null
+++ b/dev-python/jeepney/jeepney-0.8.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, pure Python DBus protocol wrapper"
+HOMEPAGE="https://gitlab.com/takluyver/jeepney/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/async_timeout[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.7.1[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   sys-apps/dbus
+   $(python_gen_cond_dep '
+   dev-python/pytest-trio[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+   ' 'python3*')
+   )
+"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+src_test() {
+   local dbus_params=(
+   $(dbus-daemon --session --print-address --fork --print-pid)
+   )
+   local -x DBUS_SESSION_BUS_ADDRESS=${dbus_params[0]}
+
+   distutils-r1_src_test
+
+   kill "${dbus_params[1]}" || die
+}
+
+python_test() {
+   local EPYTEST_IGNORE=()
+   # keep in sync with python_gen_cond_dep!
+   if [[ ${EPYTHON} != python3* ]]; then
+   EPYTEST_IGNORE+=( jeepney/io/tests/test_trio.py )
+   fi
+   epytest
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] proj/tinderbox-cluster:master commit in: patches/

2022-04-03 Thread Magnus Granberg
commit: 4a7e8d870f80b9d2f8a33a8c65d8c8c7db480637
Author: Magnus Granberg  gentoo  org>
AuthorDate: Sun Apr  3 21:46:38 2022 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Sun Apr  3 21:46:38 2022 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=4a7e8d87

Add secret string remote shell command patch

Signed-off-by: Magnus Granberg  gentoo.org>

 patches/secretstring.patch | 74 ++
 1 file changed, 74 insertions(+)

diff --git a/patches/secretstring.patch b/patches/secretstring.patch
new file mode 100644
index 000..4e0833d
--- /dev/null
+++ b/patches/secretstring.patch
@@ -0,0 +1,74 @@
+diff --git a/master/buildbot/process/buildstep.py 
b/master/buildbot/process/buildstep.py
+index 7ac18b086..82ff7ce07 100644
+--- a/master/buildbot/process/buildstep.py
 b/master/buildbot/process/buildstep.py
+@@ -850,6 +850,7 @@ class ShellMixin:
+ 'sigtermTime',
+ 'initialStdin',
+ 'decodeRC',
++'SecretString',
+ ]
+ renderables = _shellMixinArgs
+ 
+diff --git a/master/buildbot/process/remotecommand.py 
b/master/buildbot/process/remotecommand.py
+index 90ec4c44d..fb3099b28 100644
+--- a/master/buildbot/process/remotecommand.py
 b/master/buildbot/process/remotecommand.py
+@@ -44,7 +44,7 @@ class RemoteCommand(base.RemoteCommandImpl):
+ 
+ def __init__(self, remote_command, args, ignore_updates=False,
+  collectStdout=False, collectStderr=False, decodeRC=None,
+- stdioLogName='stdio'):
++ stdioLogName='stdio', SecretString=False):
+ if decodeRC is None:
+ decodeRC = {0: SUCCESS}
+ self.logs = {}
+@@ -70,6 +70,7 @@ class RemoteCommand(base.RemoteCommandImpl):
+ self.commandID = None
+ self.deferred = None
+ self.interrupted = False
++self.SecretString = SecretString
+ # a lock to make sure that only one log-handling method runs at a 
time.
+ # This is really only a problem with old-style steps, which do not
+ # wait for the Deferred from one method before invoking the next.
+@@ -275,6 +276,8 @@ class RemoteCommand(base.RemoteCommandImpl):
+ def cleanup(data):
+ if self.step is None:
+ return data
++if self.SecretString and isinstance(self.SecretString, list) and 
len(self.SecretString) == 2:
++data = data.replace(self.SecretString[0], '<' + 
self.SecretString[1] + '>')
+ return self.step.build.properties.cleanupTextFromSecrets(data)
+ 
+ if self.debug:
+@@ -358,7 +361,8 @@ class RemoteShellCommand(RemoteCommand):
+  collectStdout=False, collectStderr=False,
+  interruptSignal=None,
+  initialStdin=None, decodeRC=None,
+- stdioLogName='stdio'):
++ stdioLogName='stdio',
++ SecretString=False):
+ if logfiles is None:
+ logfiles = {}
+ if decodeRC is None:
+@@ -398,7 +402,8 @@ class RemoteShellCommand(RemoteCommand):
+ super().__init__("shell", args, collectStdout=collectStdout,
+  collectStderr=collectStderr,
+  decodeRC=decodeRC,
+- stdioLogName=stdioLogName)
++ stdioLogName=stdioLogName,
++ SecretString=SecretString)
+ 
+ def _start(self):
+ if self.args['usePTY'] is None:
+diff --git a/master/buildbot/steps/shell.py b/master/buildbot/steps/shell.py
+index d21ca7b9b..cf56a2802 100644
+--- a/master/buildbot/steps/shell.py
 b/master/buildbot/steps/shell.py
+@@ -183,6 +183,7 @@ class ShellCommand(buildstep.ShellMixin, 
buildstep.BuildStep):
+ 'decodeRC',
+ 'stdioLogName',
+ 'workdir',
++'SecretString',
+ ] + buildstep.BuildStep.parms
+ 
+ invalid_args = []



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/

2022-04-03 Thread Alfredo Tupone
commit: 96866b391464cf42acd1348e85be6209754641c2
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Apr  3 20:55:41 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Apr  3 20:55:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96866b39

dev-ml/ppx_tools: 6.5 bump

Closes: https://bugs.gentoo.org/836369
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_tools/Manifest   | 1 +
 dev-ml/ppx_tools/ppx_tools-6.3.ebuild   | 7 +--
 dev-ml/ppx_tools/ppx_tools-6.4.ebuild   | 7 +--
 dev-ml/ppx_tools/{ppx_tools-6.4.ebuild => ppx_tools-6.5.ebuild} | 6 --
 4 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/dev-ml/ppx_tools/Manifest b/dev-ml/ppx_tools/Manifest
index be9333053897..f2ed5e6ef0a7 100644
--- a/dev-ml/ppx_tools/Manifest
+++ b/dev-ml/ppx_tools/Manifest
@@ -1,3 +1,4 @@
 DIST ppx_tools-6.2.tar.gz 46150 BLAKE2B 
f8af2a1eee81d5a1e73ac606ab79d285c8c226533bcf715ed22386aecfaf51260fb9a5075d270675f1b601cb174b68d8c85556f418031a7b6bda06c4376fe443
 SHA512 
fc3943c69901ef46843355c3482d5a1481d05ee94fb0a344ec04101059a02cbaa76fed5742cfae82730edf378f2e140d859a5cf590653f85359255d451f07dc8
 DIST ppx_tools-6.3.tar.gz 18811 BLAKE2B 
b1389dbe0c6fd855cafc8d64a9db550866317172909c2731f01acd412c6f8147f07e19a82d527187d0b211fca9eb2f2ad63bb53e8f375b0b8107c4e72371
 SHA512 
6a88f6f877f49ea8736aeca60673a19c52d5104ad9e2a3e56db3f71cd557d39df9c709c4e678ccf10263ff1f3e0504f4676227bd05ceba1e0294453a988a736c
 DIST ppx_tools-6.4.tar.gz 19051 BLAKE2B 
dcb3e5a4ca5dd6243cae013739b93c6fe100ca21ad56c46e284255977f4e6d4263ef8d937ed672939e5b31bbe0904dcb1d71105f49385ad5d43404b19a9fe2c6
 SHA512 
514aa283f6bee11bf257abec98a751c656db63203caa4caee5ce606bcdee75891441a794b0bac22e2ff2e5d2760cd39ffaa2fce6bb118155daf05175917e6e7c
+DIST ppx_tools-6.5.tar.gz 19200 BLAKE2B 
5cc847fcde8610ad37dbc7884e38869123a59d81549a2ae9e4e2b2a5525cff36fe3e1a31375090dff9b5179b0e12e46d25d54f3a4cefab8cb42de08bb4347691
 SHA512 
1dc3f62307690161fc7d9f54715918341429bbe13dd68744e9468b41ab7c15ec95cb865135d11c3e3edc6cfb02658b0c731ce1e7756267cf71143ea8e88318fe

diff --git a/dev-ml/ppx_tools/ppx_tools-6.3.ebuild 
b/dev-ml/ppx_tools/ppx_tools-6.3.ebuild
index fa8079b62de1..146dc4cea675 100644
--- a/dev-ml/ppx_tools/ppx_tools-6.3.ebuild
+++ b/dev-ml/ppx_tools/ppx_tools-6.3.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
@@ -16,4 +16,7 @@ SLOT="0/${PV}"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
-BDEPEND="dev-ml/cppo"
+BDEPEND="
+   dev-ml/cppo
+   

  1   2   >