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

2021-08-17 Thread Miroslav Šulc
commit: 0f4863aae72c82cd228cd7a50f9685a559edc45e
Author: Martin Dummer  gmx  net>
AuthorDate: Tue Aug 17 11:51:05 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Aug 18 05:47:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4863aa

media-sound/jack: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Martin Dummer  gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/22011
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/jack/Manifest  |  1 -
 media-sound/jack/jack-4.0.0_pre20200706.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/media-sound/jack/Manifest b/media-sound/jack/Manifest
index b3cdfd95d3c..055ba631ef0 100644
--- a/media-sound/jack/Manifest
+++ b/media-sound/jack/Manifest
@@ -1,2 +1 @@
-DIST jack-4.0.0_pre20200706.tar.gz 198987 BLAKE2B 
e45c2457c82901c5cd63f726be3a6931fdb09e9fd5cb1dbaec13951614a108f07c14f98ef7ba18f4c81a0da48d151f13e5f7250121e80c5e8b163c344ce07b15
 SHA512 
bcb2e629daf6b015cfcb63bb07eed37cc9a517f6581489846bc9cd236c5e9f7163765959f042cbc9a87160dead36cf023c79ce1e3207b14ff52959ed21989dc4
 DIST jack-4.0.0_pre20201220.tar.gz 199310 BLAKE2B 
d36f52d0cf1ce0744929c1d3da2e0929d3a0bfcfe3f7088bd4f1b170cafa0989921ac1a5a4d8ffec17a86c6eeca4f233c9ca0a159ec76629a5ba48d1686d22cd
 SHA512 
8ff5b5abcfc39ffa373cd215ae5d1fdc9838e92040621e8455485e1243ec6e4bf0fb1675f3280441b2ecc993f996c30c77871e2ba14020ae76ed50634cff15f9

diff --git a/media-sound/jack/jack-4.0.0_pre20200706.ebuild 
b/media-sound/jack/jack-4.0.0_pre20200706.ebuild
deleted file mode 100644
index 74ca399343a..000
--- a/media-sound/jack/jack-4.0.0_pre20200706.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-PYTHON_REQ_USE="ncurses"
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A frontend for several cd-rippers and mp3 encoders"
-HOMEPAGE="https://github.com/jack-cli-cd-ripper/jack 
http://www.home.unix-ag.org/arne/jack/;
-GIT_COMMIT_HASH="8e2004d7453f5d71d5e73032cbe7770b75bfbd41" # branch 
"python3-mb"
-SRC_URI="https://github.com/jack-cli-cd-ripper/jack/archive/${GIT_COMMIT_HASH}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${GIT_COMMIT_HASH}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/python-discid[${PYTHON_USEDEP}]
-   media-libs/mutagen[${PYTHON_USEDEP}]
-   ')
-   media-libs/flac
-   media-sound/cdparanoia
-   media-sound/lame"
-
-python_install_all() {
-   insinto /etc
-   newins example.etc.jackrc jackrc
-
-   newman jack.man jack.1
-
-   local DOCS=( README.md CHANGELOG.md )
-   local HTML_DOCS=( doc/*.{html,css,gif} )
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   elog "${PN} can use the following optional binaries, but currently 
there"
-   elog "are no gentoo ebuilds available for them:"
-   elog "  fdkaac: encode to M4A format"
-   elog "  oggenc: encode to OGG format"
-   elog "  cdda2wav / dagrab / tosha: cd ripper"
-}



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

2021-08-17 Thread Miroslav Šulc
commit: aa6edeeb529e08e89a0450931ddb42e0b6f985a1
Author: Martin Dummer  gmx  net>
AuthorDate: Tue Aug 17 11:28:14 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Aug 18 05:46:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6edeeb

media-sound/jack: fix use of DISTUTILS_USE_SETUPTOOLS value

Closes: https://bugs.gentoo.org/808717
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Martin Dummer  gmx.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../{jack-4.0.0_pre20201220.ebuild => jack-4.0.0_pre20201220-r1.ebuild}  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/jack/jack-4.0.0_pre20201220.ebuild 
b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
similarity index 97%
rename from media-sound/jack/jack-4.0.0_pre20201220.ebuild
rename to media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
index 5afae97078b..6148092efbb 100644
--- a/media-sound/jack/jack-4.0.0_pre20201220.ebuild
+++ b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
@@ -6,7 +6,6 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8,9} )
 PYTHON_REQ_USE="ncurses"
 DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



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

2021-08-17 Thread Agostino Sarubbo
commit: 804826681b508996ae7f6554c8b4bfbfe0dd91c9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 18 05:29:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 18 05:29:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80482668

dev-util/dialog: sparc stable wrt bug #808683

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/dialog/dialog-1.3.20210621-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dialog/dialog-1.3.20210621-r1.ebuild 
b/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
index 4e863b0fbab..30a74a16103 100644
--- a/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
+++ b/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0/15"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="examples minimal nls unicode"
 
 RDEPEND=">=sys-libs/ncurses-5.2-r5:=[unicode(+)?]"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/rxvt-unicode/

2021-08-17 Thread Agostino Sarubbo
commit: 683bbe33d885f6f46f8d8e63946e2ea2d7b210bc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 18 05:29:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 18 05:29:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683bbe33

x11-terms/rxvt-unicode: sparc stable wrt bug #808753

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild 
b/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
index 0302e3868c1..bada952cde5 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="24-bit-color 256-color blink fading-colors +font-styles gdk-pixbuf 
iso14755 +mousewheel
+perl startup-notification unicode3 +utmp +wtmp xft"
 



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

2021-08-17 Thread Hans de Graaff
commit: bd233a4b3df79be69135f2576b67aa3102ad5f1f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 18 04:49:34 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 18 04:49:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd233a4b

dev-ruby/histogram: add missing test dep on narray

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/histogram/histogram-0.2.4.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild 
b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
index d9d8cec9c17..c101fea6a6a 100644
--- a/dev-ruby/histogram/histogram-0.2.4.1.ebuild
+++ b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
@@ -18,6 +18,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+ruby_add_bdepend "test? ( dev-ruby/narray )"
+
 all_ruby_prepare() {
sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
 }



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

2021-08-17 Thread Hans de Graaff
commit: 6f620933eef6cb871818c797e0d5133ac2a1f6dc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 18 04:51:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 18 04:51:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f620933

dev-ruby/narray: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/narray/narray-0.6.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index aa48f74c788..34ca5260bb1 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ RUBY_FAKEGEM_VERSION="${PV/_p/.}"
 inherit multilib ruby-fakegem
 
 DESCRIPTION="Numerical N-dimensional Array class"
-HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html;
+HOMEPAGE="https://masa16.github.io/narray/;
 SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Ruby"



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

2021-08-17 Thread Nickolas Raymond Kaczynski
commit: d3b2d3e0c5823f12365060e24398b7987c62c0b6
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Wed Aug 18 00:36:00 2021 +
Commit: Nickolas Raymond Kaczynski  disroot  org>
CommitDate: Wed Aug 18 00:36:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b2d3e0

TODO.md: add greenclip

Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>

 TODO.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.md b/TODO.md
index 825c54307..dde0bb62e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -50,6 +50,9 @@ C++
 GO
 * [open-match](https://github.com/googleforgames/open-match)
 
+HASKELL
+* [greenclip](https://github.com/erebe/greenclip) (non-bin, source ebuild)
+
 JAVA
 * [osmosis](https://wiki.openstreetmap.org/wiki/Osmosis)
 * [Opensearch](https://github.com/opensearch-project/OpenSearch)



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

2021-08-17 Thread Hans de Graaff
commit: e1293eb43aab45c44539c94daf2d0e1165bcbcc2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 17 19:24:58 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 18 04:00:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1293eb4

dev-ruby/typeprof: add 0.15.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/typeprof/Manifest   |  1 +
 dev-ruby/typeprof/typeprof-0.15.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/typeprof/Manifest b/dev-ruby/typeprof/Manifest
index fe33926c9c7..3e3cb84c7a9 100644
--- a/dev-ruby/typeprof/Manifest
+++ b/dev-ruby/typeprof/Manifest
@@ -3,3 +3,4 @@ DIST typeprof-0.12.0.tar.gz 497398 BLAKE2B 
149d382c5598ce3cfa023133095190e00e083
 DIST typeprof-0.13.0.tar.gz 498218 BLAKE2B 
f6b8566dd25cf08952c136bf59cc7f10f01609d8c2e7633054892f296c6c35cc0f0121e086f465d9ee97776d803829f27895e1544772bff33e3fdb562ad0b9df
 SHA512 
dda9b5d84a2fc6473ddf71b897e13aac9675a4e4ef5dfe71fe6929a3025ac2b3ab051a5882d936112de86ecddb96e0b665741ba08748a6d94c6540bc13c171b0
 DIST typeprof-0.14.1.tar.gz 499209 BLAKE2B 
5c6332f6c91ebb0fb451e108d3f4ea2523740c4097f09ccedd76821f79a9f94bf9eaba6dd0ffd6ea8e9985ec56d618c802accf08dd70c92bea860fb3729f219f
 SHA512 
071d379b304a5b37770bc86001c3e2074f11749e439f0debf311c4afdd183814c5e168baefbe3f4866e57c3b82e3d7d006201dc1cf25c6ce924e92e61c945344
 DIST typeprof-0.15.0.tar.gz 500851 BLAKE2B 
7865e4f3ccde48c6c7b7d9b0e136cdd301ea018d92627eb92b8a0def5239d52f343d8b071304e09fc458b7c08c00e83a080b69c42e643d96b569e4fc6312db7a
 SHA512 
8b2d5cf59fe4a3d80898e48eca62dab4807fb953260ee686516d7fa5d31141e29d0f01ddfa8192d8d65c6acd152be130c1cca12dd9e8794850f905b550154ac6
+DIST typeprof-0.15.1.tar.gz 502007 BLAKE2B 
ffea92db2fd227f0632b07e086d51dc11c2cd21f737296cc3eae9839c52eaa085a383b460a88776387a58281d75b13cc62838e069fa5e8d575f443e799adead4
 SHA512 
281dd8ee4b5393c6ec177ce50018f95ed8aa8ba393bf1eca1b4f24d5431de38a76c3f87cc55c4546e41364cb921b707b6850c24fb727597a6d24c62785d09f06

diff --git a/dev-ruby/typeprof/typeprof-0.15.1.ebuild 
b/dev-ruby/typeprof/typeprof-0.15.1.ebuild
new file mode 100644
index 000..ac6c1869b32
--- /dev/null
+++ b/dev-ruby/typeprof/typeprof-0.15.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="typeprof.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Performs a type analysis of non-annotated Ruby code"
+HOMEPAGE="https://github.com/ruby/typeprof;
+SRC_URI="https://github.com/ruby/typeprof/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+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"
+SLOT="0"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/rbs-1.3.1"
+
+all_ruby_prepare() {
+   # Avoid tests that download live code using git
+   rm -r test/typeprof/{goodcheck,diff-lcs}_test.rb || die
+
+   sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-cucumber-expressions/

2021-08-17 Thread Hans de Graaff
commit: 8a7eef43c0dc6e97d9b0ec1bdcef374464ea6d2f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 18 04:07:53 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 18 04:07:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7eef43

dev-util/cucumber-cucumber-expressions: add 12.1.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-cucumber-expressions/Manifest |  1 +
 .../cucumber-cucumber-expressions-12.1.2.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/cucumber-cucumber-expressions/Manifest 
b/dev-util/cucumber-cucumber-expressions/Manifest
index 85b7fd7716c..9235ed947b9 100644
--- a/dev-util/cucumber-cucumber-expressions/Manifest
+++ b/dev-util/cucumber-cucumber-expressions/Manifest
@@ -1,2 +1,3 @@
 DIST cucumber-cucumber-expressions-10.3.0.gem 23552 BLAKE2B 
6aab081690081e991a1c1dfdaac93e114165dc1b2a39a1825e6424304765c96836cec9dcb8635e9f97ef0c07a6b58cfe7fc587c651dc73bab0670f4230828640
 SHA512 
d560c62f625f6b284a94974cef5227a3623fead9c8c4f45ea9fed2300b37c405ba69161d6c6f5e159b2a36be5eeb05b122789cafcafec0dc84efbb366bd0166f
 DIST cucumber-cucumber-expressions-12.1.1.gem 32768 BLAKE2B 
3b885771889349b84ab4a83537d720eef63c44297217a5b06ec78a9759d5617437ee7e1dc98d7dc692a3afbcfbbf1c315b76f2685577e861214b8ca943e6eb00
 SHA512 
6d931a589e4959d6e2647a3ae2a16fdc57e6de04d3e875277da55a60278548cb789d00216c2cb1374c56bcdc58d2e39228dc03f047d1a3a12774c8c03429c149
+DIST cucumber-cucumber-expressions-12.1.2.gem 32768 BLAKE2B 
2af2d4f89239a55baebd55b562a1a6289066681bca13636f51893a7a968aa64c31778cb068a2b4c1fcae2a06095cfe2aafed10307f654f8af43270d492ae6336
 SHA512 
bd6391180a855f8a1ee0b609b071de8d181178f19b17e176857c24a505a6493a8f2017f3834ff4c22bd257e68a682d9f534b8870dbd293bf521fe073096e5d6f

diff --git 
a/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-12.1.2.ebuild
 
b/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-12.1.2.ebuild
new file mode 100644
index 000..bbc09a06178
--- /dev/null
+++ 
b/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-12.1.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a simpler alternative to Regular Expressions"
+HOMEPAGE="https://cucumber.io/;
+LICENSE="MIT"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+SLOT="$(ver_cut 1)"



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

2021-08-17 Thread Sam James
commit: 6b0c85a374f2e3057445fb7c7c75291d7070beca
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 03:48:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 03:48:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0c85a3

net-print/cups-filters: add 1.28.10

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

 net-print/cups-filters/Manifest|   1 +
 net-print/cups-filters/cups-filters-1.28.10.ebuild | 149 +
 2 files changed, 150 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index ab6424a56e4..eeff814ac83 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,3 +1,4 @@
+DIST cups-filters-1.28.10.tar.xz 1503924 BLAKE2B 
b745ad9d35e375411d43acc8936a7be3197deda26d64c3fcdf792abf751452a83ab4e77b25336509a4d15a7db3dd142c94f3fd108f514d4956ac62f00310b263
 SHA512 
d6079633e10c3cfdc744491df03adc73d98dab0d9c0c6d3bc426b751545ae3434ea875e0841cec9358c19336347903f2832b5f801700b371cc1959e031bfa659
 DIST cups-filters-1.28.3.tar.xz 1501824 BLAKE2B 
b4f493681ac2a701648b3b9b071f4ebfb432dd4660b610579ff2ed6cba4f6cd4351d5a1f28f5c096b3ba20d9c45dc87837bf127b9bc98680a98dec58dd0a68ea
 SHA512 
ac139ae7452342bd46e464bff3438d437f1c9a2e719a7b32b7abc22c2667acaa93dfb976decb277a02572e688ecd86289e01fca817bef93018dff2076fb2a30c
 DIST cups-filters-1.28.7.tar.xz 1503052 BLAKE2B 
b9d3280871faa79a7c277731bf6eb1eef161537829d4bc07ec36075ebc12a3617dce66994ed708991757ce7d78fc5ab010925a1d3d9811fd11cf1172f4786442
 SHA512 
fa94f51ca1c208dcacb1814d8b812c9a72dd09475b7cf836b02c72cb5e3290318f37e475ee3ae8d45351715c3a2ccc0df5ac51ae6fc11462f5acdfa303a04727
 DIST cups-filters-1.28.8.tar.xz 1502456 BLAKE2B 
21dad6dc9a1d2f967f3938f2fc5e35eebadb67da8b526a9ea61599272bd3f87e8efff376661adc02b62b539798cbe46e0f7c5c25ba262da0561b53bbb3d08d5d
 SHA512 
77b39ce2a30ad44d50aa58964b389fa5dd75b2b4307ccb25996050fd176e1e794ad0a66ddd4de76e95a671683c3bf448a4f471272c97a752f25ff6234f7d8511

diff --git a/net-print/cups-filters/cups-filters-1.28.10.ebuild 
b/net-print/cups-filters/cups-filters-1.28.10.ebuild
new file mode 100644
index 000..8ad08aa25bb
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.28.10.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit autotools perl-module systemd flag-o-matic
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git;
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic jpeg ldap pclm pdf perl png +postscript test tiff 
zeroconf"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
+   >=app-text/qpdf-8.3.0:=
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   ldap? ( net-nds/openldap )
+   pdf? ( app-text/mupdf )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   test? ( media-fonts/dejavu )
+"
+
+src_prepare() {
+   local need_eautoreconf=
+
+   default
+
+   if ! use test ; then
+   eapply 
"${FILESDIR}"/${PN}-1.28.2-make-missing-testfont-non-fatal.patch
+   need_eautoreconf=yes
+   elif [[ "${PV}" == "" ]] ; then
+   need_eautoreconf=yes
+   fi
+
+   [[ -n ${need_eautoreconf} ]] && eautoreconf
+}
+
+src_configure() {
+   # Bug #626800
+   append-cxxflags -std=c++11
+
+   local myeconfargs=(
+   --enable-imagefilters
+   --localstatedir="${EPREFIX}"/var
+   --with-browseremoteprotocols=DNSSD,CUPS
+   --with-cups-rundir="${EPREFIX}"/run/cups
+   --with-fontdir="fonts/conf.avail"
+   --with-pdftops=pdftops
+   --with-rcdir=no
+   --without-php
+   --disable-static
+   $(use_enable dbus)
+   $(use_enable foomatic)
+   $(use_enable ldap)
+   $(use_enable pclm)
+   $(use_enable pdf mutool)
+   

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

2021-08-17 Thread Sam James
commit: 633891ad5a4bc8e60599933427a55400ae5bcab4
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 03:45:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 03:45:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633891ad

dev-cpp/nlohmann_json: use same test archive name for 3.9.1

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

 dev-cpp/nlohmann_json/Manifest   | 1 -
 dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/nlohmann_json/Manifest b/dev-cpp/nlohmann_json/Manifest
index 2217acaec3a..25ae070a989 100644
--- a/dev-cpp/nlohmann_json/Manifest
+++ b/dev-cpp/nlohmann_json/Manifest
@@ -1,4 +1,3 @@
 DIST nlohmann_json-3.10.0.tar.gz 7006504 BLAKE2B 
2ccb2e50a46a8579b6a848f6fee35ad1ff11a1491157bdf5d343133f24d4468ddfabc4fe4e9909b47011d52b3604566d5d7e275f0731c8d91efd1e1b9c545ef2
 SHA512 
1531780110260ea4cd8fbe79d860f1ea46fa8377d520669f938ddb5f8a4b11fe550fc7d2d978a281d5ddcc511447d160a2f68c06583672496c57c6672a4036a1
-DIST nlohmann_json-3.9.1-testdata.tar.gz 112348454 BLAKE2B 
f0a47b41805bf1426f612e9a82efea2a3e5b1c15740c1c531d859e60dc5daeb85209b4fe363fd8fb84e3bbf01a2578c74538ba3e769726494047979f5a4d468d
 SHA512 
d9af8419b837c592ec7519cd5772651c761078a9c43cf2a309cee55c323aee0df0c233fb58a07d5ee2e77492ac8b16398de234b387eae037a60e3c9ba5b08891
 DIST nlohmann_json-3.9.1.tar.gz 6882818 BLAKE2B 
97276dc2345ac2070ac2d30d0a2e1953bb2f6ecde437eaed87dad46c108daa4b21c662a047e7d4e7c180179df9e7dfb71f545f3e42b2528201630d9093539090
 SHA512 
e0eb4727bea993af984f832e069d03a21219befae0f24ee49e67a1144cf1e8428dcf2e37f683aedb8d14118545d5087f2b7d822a576944cef3e590a12be51642
 DIST nlohmann_json-testdata-3.0.0.tar.gz 112348454 BLAKE2B 
f0a47b41805bf1426f612e9a82efea2a3e5b1c15740c1c531d859e60dc5daeb85209b4fe363fd8fb84e3bbf01a2578c74538ba3e769726494047979f5a4d468d
 SHA512 
d9af8419b837c592ec7519cd5772651c761078a9c43cf2a309cee55c323aee0df0c233fb58a07d5ee2e77492ac8b16398de234b387eae037a60e3c9ba5b08891

diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild 
b/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild
index ded1b462289..727db8df498 100644
--- a/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild
+++ b/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild
@@ -5,11 +5,13 @@ EAPI=7
 
 inherit cmake
 
+# Check 
https://github.com/nlohmann/json/blob/develop/cmake/download_test_data.cmake to 
find test archive version
+TEST_VERSION="3.0.0"
 DESCRIPTION="JSON for Modern C++"
 HOMEPAGE="https://github.com/nlohmann/json https://nlohmann.github.io/json/;
 SRC_URI="
https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   test? ( 
https://github.com/nlohmann/json_test_data/archive/v3.0.0.tar.gz -> 
${P}-testdata.tar.gz )"
+   test? ( 
https://github.com/nlohmann/json_test_data/archive/v${TEST_VERSION}.tar.gz -> 
${PN}-testdata-${TEST_VERSION}.tar.gz )"
 S="${WORKDIR}/json-${PV}"
 
 LICENSE="MIT"



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

2021-08-17 Thread Sam James
commit: 75d441933c2febf9013abe0a390e816fd318f4ba
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 03:44:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 03:45:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d44193

dev-cpp/nlohmann_json: add 3.10.0

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

 dev-cpp/nlohmann_json/Manifest|  2 +
 dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild | 62 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-cpp/nlohmann_json/Manifest b/dev-cpp/nlohmann_json/Manifest
index 93680873270..2217acaec3a 100644
--- a/dev-cpp/nlohmann_json/Manifest
+++ b/dev-cpp/nlohmann_json/Manifest
@@ -1,2 +1,4 @@
+DIST nlohmann_json-3.10.0.tar.gz 7006504 BLAKE2B 
2ccb2e50a46a8579b6a848f6fee35ad1ff11a1491157bdf5d343133f24d4468ddfabc4fe4e9909b47011d52b3604566d5d7e275f0731c8d91efd1e1b9c545ef2
 SHA512 
1531780110260ea4cd8fbe79d860f1ea46fa8377d520669f938ddb5f8a4b11fe550fc7d2d978a281d5ddcc511447d160a2f68c06583672496c57c6672a4036a1
 DIST nlohmann_json-3.9.1-testdata.tar.gz 112348454 BLAKE2B 
f0a47b41805bf1426f612e9a82efea2a3e5b1c15740c1c531d859e60dc5daeb85209b4fe363fd8fb84e3bbf01a2578c74538ba3e769726494047979f5a4d468d
 SHA512 
d9af8419b837c592ec7519cd5772651c761078a9c43cf2a309cee55c323aee0df0c233fb58a07d5ee2e77492ac8b16398de234b387eae037a60e3c9ba5b08891
 DIST nlohmann_json-3.9.1.tar.gz 6882818 BLAKE2B 
97276dc2345ac2070ac2d30d0a2e1953bb2f6ecde437eaed87dad46c108daa4b21c662a047e7d4e7c180179df9e7dfb71f545f3e42b2528201630d9093539090
 SHA512 
e0eb4727bea993af984f832e069d03a21219befae0f24ee49e67a1144cf1e8428dcf2e37f683aedb8d14118545d5087f2b7d822a576944cef3e590a12be51642
+DIST nlohmann_json-testdata-3.0.0.tar.gz 112348454 BLAKE2B 
f0a47b41805bf1426f612e9a82efea2a3e5b1c15740c1c531d859e60dc5daeb85209b4fe363fd8fb84e3bbf01a2578c74538ba3e769726494047979f5a4d468d
 SHA512 
d9af8419b837c592ec7519cd5772651c761078a9c43cf2a309cee55c323aee0df0c233fb58a07d5ee2e77492ac8b16398de234b387eae037a60e3c9ba5b08891

diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild 
b/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild
new file mode 100644
index 000..26cbb2ced43
--- /dev/null
+++ b/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+# Check 
https://github.com/nlohmann/json/blob/develop/cmake/download_test_data.cmake to 
find test archive version
+TEST_VERSION="3.0.0"
+DESCRIPTION="JSON for Modern C++"
+HOMEPAGE="https://github.com/nlohmann/json https://nlohmann.github.io/json/;
+SRC_URI="
+   https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   test? ( 
https://github.com/nlohmann/json_test_data/archive/v${TEST_VERSION}.tar.gz -> 
${PN}-testdata-${TEST_VERSION}.tar.gz )"
+S="${WORKDIR}/json-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+#RESTRICT="!test? ( test )"
+# Need to report failing tests upstream
+# Tests only just added, large test suite, majority pass
+RESTRICT="test"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( ChangeLog.md README.md )
+
+src_configure() {
+   # Tests are built by default so we can't group the test logic below
+   local mycmakeargs=(
+   -DJSON_MultipleHeaders=ON
+   -DJSON_BuildTests=$(usex test)
+   )
+
+   # Define test data directory here to avoid unused var QA warning, bug 
#747826
+   use test && mycmakeargs+=( 
-DJSON_TestDataDirectory="${S}"/json_test_data )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   if use doc; then
+   emake -C doc
+   HTML_DOCS=( doc/html/. )
+   fi
+}
+
+src_test() {
+   cd "${BUILD_DIR}/test" || die
+
+   # Skip certain tests needing git per upstream
+   # https://github.com/nlohmann/json/issues/2189
+   local myctestargs=(
+   "-LE git_required"
+   )
+
+   cmake_src_test
+}



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

2021-08-17 Thread Yixun Lan
commit: b9fdb473d2db50c1f0b4b2afeddc7a133861ae26
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug 18 03:07:57 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 03:07:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fdb473

app-admin/doas: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/doas/doas-6.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/doas/doas-6.8.1-r1.ebuild 
b/app-admin/doas/doas-6.8.1-r1.ebuild
index 87b3c2c97b6..af9ca1d18c7 100644
--- a/app-admin/doas/doas-6.8.1-r1.ebuild
+++ b/app-admin/doas/doas-6.8.1-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="pam persist"
 
 BDEPEND="virtual/yacc"



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

2021-08-17 Thread Alessandro Barbieri
commit: 5da1c1460d45c3a4dfeba8f79c42aba300686399
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Aug 18 02:22:25 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Aug 18 02:22:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5da1c146

TODO.md: remove paraver-kernel and nanox

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

 TODO.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/TODO.md b/TODO.md
index dde0bb62e..65d553286 100644
--- a/TODO.md
+++ b/TODO.md
@@ -25,7 +25,6 @@ C++
 * [opensiv3d](https://github.com/Siv3D/OpenSiv3D)
 * [grive2](https://github.com/vitalif/grive2)
 * [graph-tool](https://graph-tool.skewed.de/)
-* [nanox](https://github.com/bsc-pm/nanox)
 * [mcxx](https://github.com/bsc-pm/mcxx)
 * [chapel](https://github.com/chapel-lang/chapel)
 * [osmium](https://wiki.openstreetmap.org/wiki/Osmium)
@@ -42,7 +41,6 @@ C++
 * [codipack](https://www.scicomp.uni-kl.de/software/codi/)
 * [medipack](http://www.scicomp.uni-kl.de/software/medi/)
 * [tecio](https://www.tecplot.com/products/tecio-library/)
-* [paraver-kernel](https://github.com/bsc-performance-tools/paraver-kernel)
 * [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
 * [alpaka](https://github.com/alpaka-group/alpaka)
 * [emptyepsilon](https://daid.github.io/EmptyEpsilon/)



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/paraver-kernel/files/, sys-cluster/paraver-kernel/

2021-08-17 Thread Alessandro Barbieri
commit: 083107b1546a15db147df96697e5f954a16a920d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Aug 18 00:37:17 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Aug 18 02:22:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=083107b1

sys-cluster/paraver-kernel: initial import

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

 sys-cluster/paraver-kernel/Manifest|   1 +
 ...kernel-4.9.0-fix-gcc-11-compilation-error.patch |  20 ++
 .../paraver-kernel-unbundle-libbsctools.patch  | 264 +
 sys-cluster/paraver-kernel/metadata.xml|  19 ++
 .../paraver-kernel/paraver-kernel-4.9.0.ebuild |  75 ++
 5 files changed, 379 insertions(+)

diff --git a/sys-cluster/paraver-kernel/Manifest 
b/sys-cluster/paraver-kernel/Manifest
new file mode 100644
index 0..db4733fe4
--- /dev/null
+++ b/sys-cluster/paraver-kernel/Manifest
@@ -0,0 +1 @@
+DIST paraver-kernel-4.9.0.tar.gz 2144621 BLAKE2B 
93cb6a751462ff0f39261e89fba11664ac07ff20f557e41a899cf958fa5bc7751bca5fc7d1bb3c734cb3ba60e84e7c113ed86641e985a807814b0be039a943ac
 SHA512 
efd781c2288e4b7ce847d6010fd79b83c9db32f5f9b4696009feaa56558aa1f20f86955e920dec6a6355377fe4cf09f9ed23caa55e63596dc0ebb289933cc149

diff --git 
a/sys-cluster/paraver-kernel/files/paraver-kernel-4.9.0-fix-gcc-11-compilation-error.patch
 
b/sys-cluster/paraver-kernel/files/paraver-kernel-4.9.0-fix-gcc-11-compilation-error.patch
new file mode 100644
index 0..a007d1b35
--- /dev/null
+++ 
b/sys-cluster/paraver-kernel/files/paraver-kernel-4.9.0-fix-gcc-11-compilation-error.patch
@@ -0,0 +1,20 @@
+From 6ed43d980aba622e27402efdaaf32591fcb72b02 Mon Sep 17 00:00:00 2001
+From: Eloy Martinez 
+Date: Wed, 30 Jun 2021 11:27:15 +0200
+Subject: [PATCH] Fixed GCC 11 compilation error
+
+---
+ api/recordlist.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/api/recordlist.h
 b/api/recordlist.h
+@@ -142,7 +142,7 @@ struct RLRecord
+ // r1 is less than r2?
+ struct ltrecord
+ {
+-  bool operator()( const RLRecord& r1, const RLRecord& r2 )
++  bool operator()( const RLRecord& r1, const RLRecord& r2 ) const
+   {
+ if ( r1.getTime() < r2.getTime() )
+   return true;

diff --git 
a/sys-cluster/paraver-kernel/files/paraver-kernel-unbundle-libbsctools.patch 
b/sys-cluster/paraver-kernel/files/paraver-kernel-unbundle-libbsctools.patch
new file mode 100644
index 0..f760dd06a
--- /dev/null
+++ b/sys-cluster/paraver-kernel/files/paraver-kernel-unbundle-libbsctools.patch
@@ -0,0 +1,264 @@
+--- a/api/eventlabels.cpp
 b/api/eventlabels.cpp
+@@ -24,11 +24,6 @@
+ 
+ #include "eventlabels.h"
+ 
+-#ifdef OLD_PCFPARSER
+-#include "utils/pcfparser/old/ParaverEventType.h"
+-#include "utils/pcfparser/old/ParaverEventValue.h"
+-#endif
+-
+ using namespace std;
+ 
+ const string EventLabels::unknownLabel = "Unknown";
+--- a/api/eventlabels.h
 b/api/eventlabels.h
+@@ -29,11 +29,7 @@
+ #include 
+ #include "paraverkerneltypes.h"
+ 
+-#ifdef OLD_PCFPARSER
+-#include "utils/pcfparser/old/ParaverTraceConfig.h"
+-#else
+-#include "utils/pcfparser/UIParaverTraceConfig.h"
+-#endif
++#include "UIParaverTraceConfig.h"
+ 
+ using namespace libparaver;
+ 
+--- a/api/Makefile.am
 b/api/Makefile.am
+@@ -1,22 +1,7 @@
+-
+ pkglib_LTLIBRARIES = libparaver-api.la
+ 
+-
+-if MAKE_OLD_PCFPARSER
+-  PCFPARSER_FILES=  ../utils/pcfparser/old/LibException.cpp \
+-../utils/pcfparser/old/ParaverEventType.cpp \
+-../utils/pcfparser/old/ParaverEventValue.cpp \
+-../utils/pcfparser/old/ParaverGradientColor.cpp \
+-../utils/pcfparser/old/ParaverGradientNames.cpp \
+-../utils/pcfparser/old/ParaverState.cpp \
+-../utils/pcfparser/old/ParaverStatesColor.cpp \
+-../utils/pcfparser/old/ParaverTraceConfig.cpp \
+-../utils/pcfparser/old/ParaverTraceConfigGrammar.cpp 
+-else
+-  PCFPARSER_FILES=../utils/pcfparser/ParaverTraceConfig.cpp \
+-  ../utils/pcfparser/UIParaverTraceConfig.cpp
+-endif
+-
++libparaver_api_la_LIBADD = -lparavertraceconfig
++libparaver_api_la_LDFLAGS = -lparavertraceconfig
+ 
+ libparaver_api_la_SOURCES = \
+ cfg.cpp \
+@@ -53,8 +38,7 @@
+ tracesoftwarecounters.cpp \
+ window.cpp \
+ workspace.cpp \
+-workspacemanager.cpp \
+-$(PCFPARSER_FILES)
++workspacemanager.cpp
+ 
+ include_HEADERS = \
+   cfg.h\
+@@ -110,18 +94,6 @@
+   traceeditstates.cpp\
+   zoomhistory.cpp
+ 
+-install-data-hook:
+-  $(mkdir_p) $(DESTDIR)$(includedir)/utils/pcfparser
+-  cp -f ../utils/pcfparser/UIParaverTraceConfig.h 
$(DESTDIR)$(includedir)/utils/pcfparser
+-  cp -f ../utils/pcfparser/UIParaverTraceConfig.ipp 

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/nanox/, sys-cluster/nanox/files/

2021-08-17 Thread Alessandro Barbieri
commit: dc85dbdf657f419324895f8f080c83251eacc531
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Aug 18 02:20:47 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Aug 18 02:22:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc85dbdf

sys-cluster/nanox: initial import

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

 sys-cluster/nanox/Manifest  |   1 +
 sys-cluster/nanox/files/nanox-no-Werror.patch   |  11 ++
 sys-cluster/nanox/files/nanox-no-jemalloc.patch |  61 +++
 sys-cluster/nanox/metadata.xml  |  37 +++
 sys-cluster/nanox/nanox-0.15_p20210222.ebuild   | 132 
 5 files changed, 242 insertions(+)

diff --git a/sys-cluster/nanox/Manifest b/sys-cluster/nanox/Manifest
new file mode 100644
index 0..c23f35be7
--- /dev/null
+++ b/sys-cluster/nanox/Manifest
@@ -0,0 +1 @@
+DIST nanox-0.15_p20210222.tar.gz 1185393 BLAKE2B 
8837221120cd2fd61ef3f02c6e382f3ca5533e64054447b57e11878f31310e556f28c440e22a9cbb031ee4f67ee6bca7715e6faa45c18c1943391933802f6564
 SHA512 
1155c9ff0885014900fddfd3d410bed2b8551c90b44aaf90e8bf3c0c866b9b41e2a812bed27592f8f55b728c65f1d091d211574f1186109c787eab3f94a9789a

diff --git a/sys-cluster/nanox/files/nanox-no-Werror.patch 
b/sys-cluster/nanox/files/nanox-no-Werror.patch
new file mode 100644
index 0..e9ec847c4
--- /dev/null
+++ b/sys-cluster/nanox/files/nanox-no-Werror.patch
@@ -0,0 +1,11 @@
+--- a/m4/ax_config_cc.m4
 b/m4/ax_config_cc.m4
+@@ -71,7 +71,7 @@
+# Default: use -include flag
+cc_dep_CPPFLAGS="-include \"config.h\" -include \"nanox-config.h\""
+cc_dep_CXXFLAGS="-include \"new_decl.hpp\""
+-   AX_APPEND_FLAG([-Wall -Wextra -Wshadow -Wmissing-declarations 
-Wno-unused-parameter -Wno-missing-field-initializers 
-Werror],[cc_dep_CXXFLAGS])
++   AX_APPEND_FLAG([-Wall -Wextra -Wshadow -Wmissing-declarations 
-Wno-unused-parameter -Wno-missing-field-initializers],[cc_dep_CXXFLAGS])
+no_inline_flag=-fno-inline
+  ])
+ 

diff --git a/sys-cluster/nanox/files/nanox-no-jemalloc.patch 
b/sys-cluster/nanox/files/nanox-no-jemalloc.patch
new file mode 100644
index 0..f7a4b1c2a
--- /dev/null
+++ b/sys-cluster/nanox/files/nanox-no-jemalloc.patch
@@ -0,0 +1,61 @@
+--- a/m4/ax_check_memkind.m4
 b/m4/ax_check_memkind.m4
+@@ -25,17 +25,10 @@
+ # DESCRIPTION
+ #
+ #   Check whether Memkind path to the headers and libraries are correctly 
specified.
+-#   Also checks Jemalloc library availability (required by libmemkind).
+ #
+ 
+ AC_DEFUN([AX_CHECK_MEMKIND],[
+ 
+-AC_ARG_WITH(jemalloc,
+-[AS_HELP_STRING([--with-jemalloc,--with-jemalloc=PATH],
+-[search in system directories or specify prefix directory for 
installed jemalloc package.])],
+-[],
+-[with_jemalloc=no])
+-
+ AC_ARG_WITH(memkind,
+ [AS_HELP_STRING([--with-memkind,--with-memkind=PATH],
+ [search in system directories or specify prefix directory for 
installed memkind package.])],
+@@ -45,7 +38,7 @@
+ AS_IF([test "$with_memkind" != no],[
+ 
+   memkindinc=-I$with_memkind/include
+-  memkindlib="-L$with_jemalloc/lib -Wl,-rpath,$with_jemalloc/lib 
-L$with_memkind/lib -Wl,-rpath,$with_memkind/lib"
++  memkindlib="-L$with_memkind/lib -Wl,-rpath,$with_memkind/lib"
+   
+   AC_LANG_PUSH([C++])
+ 
+@@ -54,16 +47,6 @@
+   AX_VAR_PUSHVALUE([LDFLAGS],[$LDFLAGS $memkindlib])
+   AX_VAR_PUSHVALUE([LIBS],[])
+ 
+-  AC_SEARCH_LIBS([je_malloc], [jemalloc], [
+-jemalloc=yes
+-  ],[
+-AC_SEARCH_LIBS([jemk_malloc], [jemalloc],
+-  [jemalloc=yes],
+-  [jemalloc=no])
+-  ])
+-
+-  AS_IF([test "$jemalloc" = yes],[
+-
+ AC_CHECK_HEADERS([memkind.h],
+   [memkind=yes],
+   [memkind=no])
+@@ -74,14 +57,6 @@
+ [memkind=no])
+ ])dnl
+ 
+-  ],[
+-AC_MSG_ERROR([
+---
+-Could not find libjemalloc (required by memkind)
+-Please, check that the provided directories are correct.
+---])
+-  ])dnl
+-
+   AS_IF([test "$memkind" = yes],[
+ AC_DEFINE([MEMKIND_SUPPORT],[],[Enables memkind support])
+   ],[

diff --git a/sys-cluster/nanox/metadata.xml b/sys-cluster/nanox/metadata.xml
new file mode 100644
index 0..94aba7304
--- /dev/null
+++ b/sys-cluster/nanox/metadata.xml
@@ -0,0 +1,37 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+Nanos++ is a parallel runtime library aimed at fast prototyping developed by 
the Programming Models group at the Barcelona Supercomputing Center.
+Nanos++ is mainly used together with the Mercurium compiler to implement the 
OmpSs programming model (an extension to the OpenMP programming model based 
only in tasks). Both tools also implement OpenMP 3.1 features and include some 
additional extensions (some of them also introduced in following OpenMP 
releases).
+The runtime provides several services to support task parallelism using a 
synchronization mechanism based on data-dependencies. Data parallelism is 

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

2021-08-17 Thread Alessandro Barbieri
commit: 434885195cdb8bf220c2f808a45cb849386c8cb6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Aug 18 02:21:07 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Aug 18 02:22:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43488519

profiles: mask nanox[resiliency] and nanox[gasnet]

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

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 2a9b57fb2..d2880017d 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -31,3 +31,14 @@ sys-cluster/extrae openshmem
 # petit gui doesn't build
 # https://github.com/davewathaverford/the-omega-project/issues/5
 sci-mathematics/the-omega-project gui
+
+# Alessandro Barbieri  (2021-08-18)
+# build failure
+# https://github.com/bsc-pm/nanox/issues/15
+sys-cluster/nanox resiliency
+
+# Alessandro Barbieri  (2021-08-18)
+# build failure
+# https://github.com/bsc-pm/nanox/issues/18
+sys-cluster/nanox gasnet
+



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

2021-08-17 Thread Sam James
commit: d3863dddbc05cf81961f712f0ccd546e99d3e47a
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:45:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:45:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3863ddd

net-vpn/tor: Stabilize 0.4.6.7 x86, #808681

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

 net-vpn/tor/tor-0.4.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.6.7.ebuild b/net-vpn/tor/tor-0.4.6.7.ebuild
index 972ef031344..8bb9a5158a7 100644
--- a/net-vpn/tor/tor-0.4.6.7.ebuild
+++ b/net-vpn/tor/tor-0.4.6.7.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 arm ~arm64 ~mips ppc ppc64 ~riscv ~x86 ~ppc-macos"
+   KEYWORDS="~amd64 arm ~arm64 ~mips ppc ppc64 ~riscv x86 ~ppc-macos"
 fi
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc



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

2021-08-17 Thread Sam James
commit: 669c15beb7c1443109a8cef73e64c0423ae8fa70
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:45:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:45:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669c15be

net-vpn/tor: Stabilize 0.4.5.10 x86, #808681

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

 net-vpn/tor/tor-0.4.5.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.5.10.ebuild b/net-vpn/tor/tor-0.4.5.10.ebuild
index 6b4d95d71c7..98eb4a6432d 100644
--- a/net-vpn/tor/tor-0.4.5.10.ebuild
+++ b/net-vpn/tor/tor-0.4.5.10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PF}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~mips ppc ppc64 ~x86 ~ppc-macos"
+KEYWORDS="~amd64 arm ~arm64 ~mips ppc ppc64 x86 ~ppc-macos"
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
 



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

2021-08-17 Thread Sam James
commit: 84d46dcf3579a0793d1fe229fb9d33f9ac41fd75
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:45:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:45:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d46dcf

www-client/chromium: Stabilize 92.0.4515.159 arm64, #808729

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

 www-client/chromium/chromium-92.0.4515.159.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-92.0.4515.159.ebuild 
b/www-client/chromium/chromium-92.0.4515.159.ebuild
index f073c8b2d93..e9c6e767c80 100644
--- a/www-client/chromium/chromium-92.0.4515.159.ebuild
+++ b/www-client/chromium/chromium-92.0.4515.159.ebuild
@@ -25,7 +25,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon +hangouts headless 
+js-type-check kerberos official pic +proprietary-codecs pulseaudio screencast 
selinux +suid +system-ffmpeg +system-icu vaapi wayland widevine"
 REQUIRED_USE="
component-build? ( !suid )



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

2021-08-17 Thread Sam James
commit: 838542169c47c8d43be9228c2571e1515dffb48c
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:41:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:41:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83854216

x11-base/xorg-server: Stabilize 1.20.13-r1 arm, #806324

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

 x11-base/xorg-server/xorg-server-1.20.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.13-r1.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.13-r1.ebuild
index a86c279f81a..c04fa3ad353 100644
--- a/x11-base/xorg-server/xorg-server-1.20.13-r1.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.13-r1.ebuild
@@ -11,7 +11,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"



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

2021-08-17 Thread Sam James
commit: 8aa792f210a1525306bb1c6968bec89540fa44b0
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:41:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:41:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa792f2

net-vpn/tor: Stabilize 0.4.5.10 arm, #808681

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

 net-vpn/tor/tor-0.4.5.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.5.10.ebuild b/net-vpn/tor/tor-0.4.5.10.ebuild
index fb3650be7a0..6b4d95d71c7 100644
--- a/net-vpn/tor/tor-0.4.5.10.ebuild
+++ b/net-vpn/tor/tor-0.4.5.10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PF}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ppc64 ~x86 ~ppc-macos"
+KEYWORDS="~amd64 arm ~arm64 ~mips ppc ppc64 ~x86 ~ppc-macos"
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
 



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

2021-08-17 Thread Sam James
commit: 700471dde1239189f7f5a2d1ca4771cb91f1156d
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:41:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:41:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700471dd

dev-libs/weston: Stabilize 9.0.0-r1 arm, #806324

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

 dev-libs/weston/weston-9.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/weston/weston-9.0.0-r1.ebuild 
b/dev-libs/weston/weston-9.0.0-r1.ebuild
index 952b0cce1ad..8e7361afebd 100644
--- a/dev-libs/weston/weston-9.0.0-r1.ebuild
+++ b/dev-libs/weston/weston-9.0.0-r1.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI="${SRC_PATCHES}"
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



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

2021-08-17 Thread Sam James
commit: 2b3df3e605eea4ac0ad93139b308088af6c659ca
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:41:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:41:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3df3e6

x11-base/xwayland: Stabilize 21.1.2-r2 arm, #806324

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

 x11-base/xwayland/xwayland-21.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xwayland/xwayland-21.1.2-r2.ebuild 
b/x11-base/xwayland/xwayland-21.1.2-r2.ebuild
index e4d937ff393..21e78c61655 100644
--- a/x11-base/xwayland/xwayland-21.1.2-r2.ebuild
+++ b/x11-base/xwayland/xwayland-21.1.2-r2.ebuild
@@ -13,7 +13,7 @@ IUSE="rpc unwind ipv6 xcsecurity selinux video_cards_nvidia"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 DEPEND="
>=x11-libs/pixman-0.27.2



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

2021-08-17 Thread Sam James
commit: b8c8ce60d64dd0045647e43454ca1e509155ead4
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:41:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:41:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c8ce60

net-vpn/tor: Stabilize 0.4.6.7 arm, #808681

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

 net-vpn/tor/tor-0.4.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.6.7.ebuild b/net-vpn/tor/tor-0.4.6.7.ebuild
index 8e2272a0cc8..972ef031344 100644
--- a/net-vpn/tor/tor-0.4.6.7.ebuild
+++ b/net-vpn/tor/tor-0.4.6.7.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv ~x86 ~ppc-macos"
+   KEYWORDS="~amd64 arm ~arm64 ~mips ppc ppc64 ~riscv ~x86 ~ppc-macos"
 fi
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc



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

2021-08-17 Thread Sam James
commit: 94a798cf19564937be4eae77988b59680bd45b55
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:41:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:41:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a798cf

media-libs/mesa: Stabilize 21.1.6 arm, #806324

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

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

diff --git a/media-libs/mesa/mesa-21.1.6.ebuild 
b/media-libs/mesa/mesa-21.1.6.ebuild
index e1d80a05381..e6eed82c4be 100644
--- a/media-libs/mesa/mesa-21.1.6.ebuild
+++ b/media-libs/mesa/mesa-21.1.6.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/

2021-08-17 Thread Sam James
commit: 717c2df1522632d8837bb9d53d33a0a11c0efd69
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:41:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:41:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717c2df1

x11-misc/xkeyboard-config: Stabilize 2.33 arm, #806324

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

 x11-misc/xkeyboard-config/xkeyboard-config-2.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.33.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.33.ebuild
index 8aba0d9284a..d6d807c78f8 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.33.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.33.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/

2021-08-17 Thread Sam James
commit: 2911aa06e0f246ef176be36706d2d39c5bfeab23
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:40:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2911aa06

x11-libs/libdrm: Stabilize 2.4.107 arm, #806324

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

 x11-libs/libdrm/libdrm-2.4.107.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.107.ebuild 
b/x11-libs/libdrm/libdrm-2.4.107.ebuild
index e2661bb0cb3..bbaaa332390 100644
--- a/x11-libs/libdrm/libdrm-2.4.107.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.107.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
SRC_URI=""
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/rainbow/files/, app-vim/rainbow/

2021-08-17 Thread Anna Vyalkova
commit: df38767006cd2df0c5f2d68fe71783928014d9d5
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Aug 17 21:31:29 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Aug 17 21:31:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df387670

app-vim/rainbow: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/rainbow/Manifest   |  1 +
 app-vim/rainbow/files/README.gentoo|  8 +++
 app-vim/rainbow/metadata.xml   |  8 +++
 app-vim/rainbow/rainbow-3.4.0_p20200528.ebuild | 29 ++
 4 files changed, 46 insertions(+)

diff --git a/app-vim/rainbow/Manifest b/app-vim/rainbow/Manifest
new file mode 100644
index 0..e4db4d297
--- /dev/null
+++ b/app-vim/rainbow/Manifest
@@ -0,0 +1 @@
+DIST rainbow-3.4.0_p20200528.tar.gz 14901 BLAKE2B 
c6e5f2ab3fc16fe0cf2e00429027416d516a08ada49fb24207f8f0a410b3b29ffee6f6eab74f8f8f8be6425e28dc61fe52d994dc020b457c10aa0b4524b6ab68
 SHA512 
e91e0b969d46dc2507cfcdfd8e9ceea26e863ecf2a532b51129744e961c383c24d63e2a213cfffbad22c278d65652aff9c97afcfe6f271ffd60d9a57305a0948

diff --git a/app-vim/rainbow/files/README.gentoo 
b/app-vim/rainbow/files/README.gentoo
new file mode 100644
index 0..bccf810dd
--- /dev/null
+++ b/app-vim/rainbow/files/README.gentoo
@@ -0,0 +1,8 @@
+CMakeLists.txt syntax highlighting is broken with rainbow enabled.
+Add this to your vimrc to work around the bug:
+
+let g:rainbow_conf = {
+\   'separately': {
+\   'cmake': 0,
+\   }
+\}

diff --git a/app-vim/rainbow/metadata.xml b/app-vim/rainbow/metadata.xml
new file mode 100644
index 0..c8b0192e7
--- /dev/null
+++ b/app-vim/rainbow/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/app-vim/rainbow/rainbow-3.4.0_p20200528.ebuild 
b/app-vim/rainbow/rainbow-3.4.0_p20200528.ebuild
new file mode 100644
index 0..99ee0ff97
--- /dev/null
+++ b/app-vim/rainbow/rainbow-3.4.0_p20200528.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit readme.gentoo-r1 vim-plugin
+
+COMMIT="4d15633cdaf61602e1d9fd216a77fc02e0881b2d"
+DESCRIPTION="vim plugin: Rainbow Parentheses Improved"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4176
+https://github.com/luochen1990/rainbow;
+SRC_URI="https://github.com/luochen1990/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="rainbow"
+
+src_install() {
+   rm -r tests || die
+   vim-plugin_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/apkbuild-vim/

2021-08-17 Thread Anna Vyalkova
commit: d13cf8a69c271e4d3bf77558d878725ff701e668
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Aug 17 20:15:29 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Aug 17 20:51:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d13cf8a6

app-vim/apkbuild-vim: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/apkbuild-vim/Manifest |  1 +
 app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild | 18 ++
 app-vim/apkbuild-vim/metadata.xml |  8 
 3 files changed, 27 insertions(+)

diff --git a/app-vim/apkbuild-vim/Manifest b/app-vim/apkbuild-vim/Manifest
new file mode 100644
index 0..61edeb3f5
--- /dev/null
+++ b/app-vim/apkbuild-vim/Manifest
@@ -0,0 +1 @@
+DIST apkbuild.vim-423e6948efcbec2d708345ae21d9566cad3ad304.tar.gz 9518 BLAKE2B 
0a4b4423f9534167961b55ff220b0fac1230344973a6cf5c97cf448f5abd382373ec9968e1d34ab35ae6242ebe49bfe7b5d3280795a437a0360e033ecd533c32
 SHA512 
bdfcb871015878e97a77c66dd9fa9a9180d5df2d65a7d9e31a80de07c5e7e7774ddf0367171bda297cb7e59e5d0485cb2241fb9c831cf4c3dc8086049493b564

diff --git a/app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild 
b/app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild
new file mode 100644
index 0..e97c4264d
--- /dev/null
+++ b/app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+MY_PN=${PN/-/.}
+COMMIT="423e6948efcbec2d708345ae21d9566cad3ad304"
+DESCRIPTION="vim plugin: edit and work with APKBUILD files"
+HOMEPAGE="https://gitlab.alpinelinux.org/Leo/apkbuild.vim;
+SRC_URI="https://gitlab.alpinelinux.org/Leo/${MY_PN}/-/archive/${COMMIT}/${MY_PN}-${COMMIT}.tar.gz;
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="apkbuild-vim"

diff --git a/app-vim/apkbuild-vim/metadata.xml 
b/app-vim/apkbuild-vim/metadata.xml
new file mode 100644
index 0..c8b0192e7
--- /dev/null
+++ b/app-vim/apkbuild-vim/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/tex-conceal/

2021-08-17 Thread Anna Vyalkova
commit: 0463384404d162a18be0b294c37ea60cd8b44f20
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Aug 17 21:31:24 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Aug 17 21:31:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04633844

app-vim/tex-conceal: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/tex-conceal/Manifest|  1 +
 app-vim/tex-conceal/metadata.xml|  8 
 app-vim/tex-conceal/tex-conceal-20210409.ebuild | 25 +
 3 files changed, 34 insertions(+)

diff --git a/app-vim/tex-conceal/Manifest b/app-vim/tex-conceal/Manifest
new file mode 100644
index 0..1b3807e28
--- /dev/null
+++ b/app-vim/tex-conceal/Manifest
@@ -0,0 +1 @@
+DIST tex-conceal-20210409.tar.gz 1104236 BLAKE2B 
8a31f0e2de9b10d4c759d937e2bdf347772c49c9aef8148b58cd32a8f6ee2bb420f41dd853d80df0c0294b092019ddcc649a1ec379819db901da5288905e1720
 SHA512 
07f15a5afbe6a9fa018022f3f24d3d14909ebfb2268c32309fd7992363438e10a86f2e569a55f25eeeda835d2ea123a9591724f2ff0263216a1fa551f4e29aeb

diff --git a/app-vim/tex-conceal/metadata.xml b/app-vim/tex-conceal/metadata.xml
new file mode 100644
index 0..c8b0192e7
--- /dev/null
+++ b/app-vim/tex-conceal/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/app-vim/tex-conceal/tex-conceal-20210409.ebuild 
b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
new file mode 100644
index 0..cacec8205
--- /dev/null
+++ b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+COMMIT="822712d80b4ad5bc5c241ab0a778ede812ec501f"
+DESCRIPTION="vim plugin: extends the Conceal feature for LaTeX"
+HOMEPAGE="https://github.com/KeitaNakamura/tex-conceal.vim;
+SRC_URI="https://github.com/KeitaNakamura/${PN}.vim/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}.vim-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+   rm -r test || die
+
+   # avoid collision with app-vim/vimtex
+   cd after/syntax || die
+   mkdir tex || die
+   mv tex.vim tex/${PN}.vim
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/themis/

2021-08-17 Thread Anna Vyalkova
commit: 35259218d956ce88a0bb4d8a6bd472e6ed862cfa
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Aug 17 20:15:21 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Aug 17 20:51:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35259218

app-vim/themis: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/themis/Manifest|  1 +
 app-vim/themis/metadata.xml|  8 
 app-vim/themis/themis-1.5.5.ebuild | 33 +
 3 files changed, 42 insertions(+)

diff --git a/app-vim/themis/Manifest b/app-vim/themis/Manifest
new file mode 100644
index 0..d7ceef8ae
--- /dev/null
+++ b/app-vim/themis/Manifest
@@ -0,0 +1 @@
+DIST themis-1.5.5.tar.gz 54661 BLAKE2B 
bcd04d5134095c37369188b4e656ac8372a4d5acf351fb5748bb0ec027b2db4f32d26c68018b0691963df400f34ef7b4a39ca84f9400609313b5f61afef6869b
 SHA512 
fc9169215a2213c42db7eb0548dd637ebf06c42ba287a980fa561e8c0f4dea3eee9f4b10c811d4dfebeeacb4bce1aea0d10872eff05b19316d3d4e9774fe6b32

diff --git a/app-vim/themis/metadata.xml b/app-vim/themis/metadata.xml
new file mode 100644
index 0..c8b0192e7
--- /dev/null
+++ b/app-vim/themis/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/app-vim/themis/themis-1.5.5.ebuild 
b/app-vim/themis/themis-1.5.5.ebuild
new file mode 100644
index 0..b658992ba
--- /dev/null
+++ b/app-vim/themis/themis-1.5.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="A testing framework for Vim script"
+HOMEPAGE="https://github.com/thinca/vim-themis;
+SRC_URI="https://github.com/thinca/vim-${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/vim-${P}"
+
+LICENSE="ZLIB"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="themis"
+
+src_prepare() {
+   default
+
+}
+
+src_test() {
+   bash ./bin/themis || die
+}
+
+src_install() {
+   rm -r examples test || die
+   vim-plugin_src_install
+
+   dosym -r /usr/share/vim/vimfiles/bin/themis /usr/bin/themis
+   fperms +x /usr/share/vim/vimfiles/bin/themis
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/nerdtree-git/

2021-08-17 Thread Anna Vyalkova
commit: be5b0ef05daa9efc2c62f163981602c459b7f93d
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Aug 17 20:33:53 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Aug 17 20:51:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be5b0ef0

app-vim/nerdtree-git: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/nerdtree-git/Manifest |  1 +
 app-vim/nerdtree-git/metadata.xml |  8 ++
 app-vim/nerdtree-git/nerdtree-git-20210728.ebuild | 35 +++
 3 files changed, 44 insertions(+)

diff --git a/app-vim/nerdtree-git/Manifest b/app-vim/nerdtree-git/Manifest
new file mode 100644
index 0..6b137c7b8
--- /dev/null
+++ b/app-vim/nerdtree-git/Manifest
@@ -0,0 +1 @@
+DIST nerdtree-git-20210728.tar.gz 13956 BLAKE2B 
3fad11da3bab522e64ef750424cd3910c52587a972cdd612f5d63576282376eb0a0888794c0fd71bc63c8fdcef71a681b0c7a37f0ac27328f5d4c635100ce49d
 SHA512 
d0c2428533ef1ae217c278b8fc9eafba78c16536a1dbcd4cb3503a5ee917ff939d4a52003014878b790a5c6b0b7cb1d26bca54e6f8693325552bdf117d8513f5

diff --git a/app-vim/nerdtree-git/metadata.xml 
b/app-vim/nerdtree-git/metadata.xml
new file mode 100644
index 0..c8b0192e7
--- /dev/null
+++ b/app-vim/nerdtree-git/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/app-vim/nerdtree-git/nerdtree-git-20210728.ebuild 
b/app-vim/nerdtree-git/nerdtree-git-20210728.ebuild
new file mode 100644
index 0..9d7e2afc6
--- /dev/null
+++ b/app-vim/nerdtree-git/nerdtree-git-20210728.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+COMMIT="ff9b14f14dceecb6c08cb05053ad649c3b6ac250"
+DESCRIPTION="vim plugin: display git status flags in NERDTree"
+HOMEPAGE="https://github.com/Xuyuanp/nerdtree-git-plugin;
+SRC_URI="https://github.com/Xuyuanp/${PN}-plugin/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-plugin-${COMMIT}"
+
+LICENSE="WTFPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-vim/nerdtree
+   dev-vcs/git
+"
+BDEPEND="test? (
+   ${RDEPEND}
+   app-vim/themis
+)"
+
+src_test() {
+   themis ./tests --runtimepath "${EPREFIX}"/usr/share/vim/vimfiles || die
+}
+
+src_install() {
+   rm -r tests || die
+   vim-plugin_src_install
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/css-color/

2021-08-17 Thread Anna Vyalkova
commit: 5faa6f08192e056fe2e6bca6d9845269da6340d8
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Aug 17 16:59:40 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Aug 17 20:34:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5faa6f08

app-vim/css-color: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/css-color/Manifest  |  1 +
 app-vim/css-color/css-color-20210530.ebuild | 27 +++
 app-vim/css-color/metadata.xml  |  8 
 3 files changed, 36 insertions(+)

diff --git a/app-vim/css-color/Manifest b/app-vim/css-color/Manifest
new file mode 100644
index 0..9b4bbd102
--- /dev/null
+++ b/app-vim/css-color/Manifest
@@ -0,0 +1 @@
+DIST css-color-20210530.tar.gz 10886 BLAKE2B 
ac6fe8288c31c3af6a2b1bfdfc84a7805ec9ff876f7eccbbd34a39ac27a6dbe7b2cf42685b8ab34f5a216d25e858e762aa10bf87cb4e2847369f0373e3f8bac0
 SHA512 
5079e45db09136f8b3cca421dd7398d5df37864307913d0b0ac605ddb1cbe824be67028dc88899e5c5233e8b27b16c150a08309407f5b76dc7abb19b72e5ae68

diff --git a/app-vim/css-color/css-color-20210530.ebuild 
b/app-vim/css-color/css-color-20210530.ebuild
new file mode 100644
index 0..5bada4cbf
--- /dev/null
+++ b/app-vim/css-color/css-color-20210530.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+COMMIT="7337c35588e9027b516f80f03c3b9621a271e168"
+DESCRIPTION="vim plugin: preview colours in source code while editing"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=5056
+https://github.com/ap/vim-css-color;
+SRC_URI="https://github.com/ap/vim-${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/vim-${PN}-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+
+   # avoid collision with other packages
+   cd after/syntax || die
+   for file in *.vim; do
+   mkdir "${file%.vim}" || die
+   mv "${file}" "${file%.vim}/${PN}.vim" || die
+   done
+}

diff --git a/app-vim/css-color/metadata.xml b/app-vim/css-color/metadata.xml
new file mode 100644
index 0..c8b0192e7
--- /dev/null
+++ b/app-vim/css-color/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/gemini-vim/

2021-08-17 Thread Anna Vyalkova
commit: cb26cfc5bf94becb2a92c72c1598451ac38d4eb9
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Aug 17 18:16:47 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Aug 17 20:34:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb26cfc5

app-vim/gemini-vim: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/gemini-vim/Manifest   |  1 +
 app-vim/gemini-vim/gemini-vim-20210625.ebuild | 16 
 app-vim/gemini-vim/metadata.xml   | 11 +++
 3 files changed, 28 insertions(+)

diff --git a/app-vim/gemini-vim/Manifest b/app-vim/gemini-vim/Manifest
new file mode 100644
index 0..0dc944256
--- /dev/null
+++ b/app-vim/gemini-vim/Manifest
@@ -0,0 +1 @@
+DIST gemini-vim-20210625.tar.gz 13565 BLAKE2B 
94482ad07324fc425430a8e9a56c3a6c598090b70589bea670d214cd7ba8c423bc05602c487f96db98cab825e214c8238ff4b5d734831073ff61a43952ea522f
 SHA512 
2e6c48e00a6a28a642c73aa4f910b561a4bfca05ec18dcc2c4184b332f02199477195387c9c30924497e85c03d5e5c5e817b3fa2431c1de29caa7e8a5dfb7ba1

diff --git a/app-vim/gemini-vim/gemini-vim-20210625.ebuild 
b/app-vim/gemini-vim/gemini-vim-20210625.ebuild
new file mode 100644
index 0..e895c9752
--- /dev/null
+++ b/app-vim/gemini-vim/gemini-vim-20210625.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+MY_PN=${PN/-/.}
+COMMIT="d5d2767dbcfd7ceb8dd53f13162458a824e650c9"
+DESCRIPTION="vim plugin: syntax highlighting for Gemini Text, the text/gemini 
media type"
+HOMEPAGE="https://sr.ht/~torresjrjr/gemini.vim/;
+SRC_URI="https://git.sr.ht/~torresjrjr/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"

diff --git a/app-vim/gemini-vim/metadata.xml b/app-vim/gemini-vim/metadata.xml
new file mode 100644
index 0..c0764c03f
--- /dev/null
+++ b/app-vim/gemini-vim/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   mailto:~torresjrjr/public-in...@list.sr.ht
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/vim-sensible/

2021-08-17 Thread Anna Vyalkova
commit: d287e610c3fbe7b2f6c0a8015beb06dacdfa38ae
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Aug 17 17:18:03 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Aug 17 20:34:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d287e610

app-vim/vim-sensible: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/vim-sensible/Manifest|  1 +
 app-vim/vim-sensible/metadata.xml| 26 ++
 app-vim/vim-sensible/vim-sensible-1.2.ebuild | 14 ++
 3 files changed, 41 insertions(+)

diff --git a/app-vim/vim-sensible/Manifest b/app-vim/vim-sensible/Manifest
new file mode 100644
index 0..ba5edb75a
--- /dev/null
+++ b/app-vim/vim-sensible/Manifest
@@ -0,0 +1 @@
+DIST vim-sensible-1.2.tar.gz 3035 BLAKE2B 
866745b9f86fd1dae442d0e6ab78c5af068a6a1088b71e2aec51fba113a29c0776e0c650b8933738ba2463a235d4e906810179f9606706e96e85b667f618
 SHA512 
d44d4478ce81fcc923e1d7d6d0115125070414526835b46c21b50d1ae2365ff597a1c4b5a725fdfce072f37fd58a7eb60eea7dd25f15ab7544771ca81b32b187

diff --git a/app-vim/vim-sensible/metadata.xml 
b/app-vim/vim-sensible/metadata.xml
new file mode 100644
index 0..7248be51d
--- /dev/null
+++ b/app-vim/vim-sensible/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   Think of sensible.vim as one step above 'nocompatible' mode: a universal
+   set of defaults that (hopefully) everyone can agree on.
+
+   * If you're new to Vim, you can install this as a starting point, rather
+   than copying some random vimrc you found.
+
+   * If you're pair programming and you can't agree on whose vimrc to use,
+   this can be your neutral territory.
+   
+   * If you're administrating a server with an account that's not
+   exclusively yours, you can `scp` this up to make things a bit more
+   tolerable.
+
+   * If you're troubleshooting a plugin and need to rule out interference
+   from your vimrc, having this installed will ensure you still have some
+   basic amenities.
+   
+

diff --git a/app-vim/vim-sensible/vim-sensible-1.2.ebuild 
b/app-vim/vim-sensible/vim-sensible-1.2.ebuild
new file mode 100644
index 0..8d535e6c6
--- /dev/null
+++ b/app-vim/vim-sensible/vim-sensible-1.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: a universal set of defaults that (hopefully) everyone 
can agree on"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4391
+https://github.com/tpope/vim-sensible;
+SRC_URI="https://github.com/tpope/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"



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

2021-08-17 Thread Sam James
commit: 6a924b26093e9c0879b65d2b9c577fd366c7909b
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:28:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:28:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a924b26

x11-wm/enlightenment: Stabilize 0.24.2-r2 x86, #806324

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

 x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild 
b/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild
index 97ccb8c37e9..0afa77c8bb7 100644
--- a/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0.17/${PV%%_*}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="acpi bluetooth connman doc geolocation nls pam policykit systemd udisks 
wayland wifi xwayland"
 
 REQUIRED_USE="xwayland? ( wayland )"



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/

2021-08-17 Thread Sam James
commit: f1002b407016df73d227e3f9ab04e0536b86e1c3
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:27:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:27:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1002b40

gui-libs/wlroots: Stabilize 0.14.0-r1 amd64, #806324

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

 gui-libs/wlroots/wlroots-0.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild 
b/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild
index f87521b20da..5a26f77f119 100644
--- a/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
SLOT="0/"
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
SLOT="0/14"
 fi
 



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

2021-08-17 Thread Sam James
commit: 3e215245edd6a7def403d3db5b6e370a294af3ef
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:27:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:27:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e215245

dev-libs/weston: Stabilize 9.0.0-r1 amd64, #806324

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

 dev-libs/weston/weston-9.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/weston/weston-9.0.0-r1.ebuild 
b/dev-libs/weston/weston-9.0.0-r1.ebuild
index 9cccdc2f48f..bac9c319cc2 100644
--- a/dev-libs/weston/weston-9.0.0-r1.ebuild
+++ b/dev-libs/weston/weston-9.0.0-r1.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI="${SRC_PATCHES}"
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/

2021-08-17 Thread Sam James
commit: 82043e27ea08fcc07511313c08381bbe149b7736
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:28:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:28:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82043e27

gui-libs/wlroots: Stabilize 0.14.0-r1 x86, #806324

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

 gui-libs/wlroots/wlroots-0.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild 
b/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild
index 5a26f77f119..fbd8c88b7bd 100644
--- a/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
SLOT="0/"
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
SLOT="0/14"
 fi
 



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

2021-08-17 Thread Sam James
commit: dd83ceb2fa2ccc05d213dfe8591eeb9172527eca
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:28:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:28:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd83ceb2

dev-libs/weston: Stabilize 9.0.0-r1 x86, #806324

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

 dev-libs/weston/weston-9.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/weston/weston-9.0.0-r1.ebuild 
b/dev-libs/weston/weston-9.0.0-r1.ebuild
index bac9c319cc2..952b0cce1ad 100644
--- a/dev-libs/weston/weston-9.0.0-r1.ebuild
+++ b/dev-libs/weston/weston-9.0.0-r1.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI="${SRC_PATCHES}"
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



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

2021-08-17 Thread Sam James
commit: bb9fb88a6f1769d41490f7db43a7d5415fa09cab
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 18 01:27:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 18 01:27:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9fb88a

x11-wm/enlightenment: Stabilize 0.24.2-r2 amd64, #806324

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

 x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild 
b/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild
index 243c89d707a..97ccb8c37e9 100644
--- a/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0.17/${PV%%_*}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="acpi bluetooth connman doc geolocation nls pam policykit systemd udisks 
wayland wifi xwayland"
 
 REQUIRED_USE="xwayland? ( wayland )"



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

2021-08-17 Thread Marek Szuba
commit: ee286116b172b109dbea41d55f2ebda6eb7594e5
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 18 01:06:42 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 18 01:07:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee286116

dev-cpp/libxmlpp: keyword 2.40.1-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild 
b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild
index e9ebf804474..dbcdc3dcd83 100644
--- a/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild
+++ b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://libxmlplusplus.sourceforge.net/;
 
 LICENSE="LGPL-2.1"
 SLOT="2.6"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="



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

2021-08-17 Thread Marek Szuba
commit: 49d6f1e432360a62ee2f1a11a969d8cab41c0550
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 18 00:55:44 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 18 01:07:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d6f1e4

dev-cpp/libxmlpp: keyword 3.0.1-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild 
b/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild
index 06c753d80b9..2c3656a4295 100644
--- a/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild
+++ b/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://libxmlplusplus.sourceforge.net/;
 
 LICENSE="LGPL-2.1"
 SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emacs/autoconf-mode/

2021-08-17 Thread Marek Szuba
commit: 5513bbbede8342d5ff12d08f4e5f6292eb92eee4
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 18 00:14:18 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 18 01:07:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5513bbbe

app-emacs/autoconf-mode: keyword 2.69-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild 
b/app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild
index 8c244ac5698..e293c40ca1c 100644
--- a/app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild
+++ b/app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/autoconf/autoconf-${PV}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/autoconf-${PV}/lib/emacs"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/eselect-mode/

2021-08-17 Thread Marek Szuba
commit: a8a951bce6fec672f53e153f2883acee305de824
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 18 00:13:15 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 18 01:07:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a951bc

app-emacs/eselect-mode: keyword 1.4.17 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-emacs/eselect-mode/eselect-mode-1.4.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.17.ebuild 
b/app-emacs/eselect-mode/eselect-mode-1.4.17.ebuild
index 300a040e1fc..7f76711027a 100644
--- a/app-emacs/eselect-mode/eselect-mode-1.4.17.ebuild
+++ b/app-emacs/eselect-mode/eselect-mode-1.4.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 S="${WORKDIR}/${MY_P}/misc"
 SITEFILE="50${PN}-gentoo.el"



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

2021-08-17 Thread Marek Szuba
commit: 8653502d560e81d5e4ac2f7bb9f4dacd0c369289
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 18 00:17:48 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 18 01:07:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8653502d

virtual/jack: keyword 2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/virtual/jack/jack-2.ebuild b/virtual/jack/jack-2.ebuild
index 9280dcc94e6..356b824079f 100644
--- a/virtual/jack/jack-2.ebuild
+++ b/virtual/jack/jack-2.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for JACK Audio Connection Kit"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 
 RDEPEND="
|| (



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

2021-08-17 Thread Marek Szuba
commit: 94025712e533063b66c89659dd8aca69672e1eb1
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 18 00:24:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 18 01:07:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94025712

sys-auth/realtime-base: keyword 0.1-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 sys-auth/realtime-base/realtime-base-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild 
b/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild
index dcd0207aef9..a28d0c4446b 100644
--- a/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild
+++ b/sys-auth/realtime-base/realtime-base-0.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-emacs/po-mode/

2021-08-17 Thread Marek Szuba
commit: bafa652448a2073b0a0c8c6f183c86ae7965e4b2
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 18 00:15:52 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 18 01:07:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafa6524

app-emacs/po-mode: keyword 0.20.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-emacs/po-mode/po-mode-0.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/po-mode/po-mode-0.20.1.ebuild 
b/app-emacs/po-mode/po-mode-0.20.1.ebuild
index 2e0ae8cbc2f..dcfcff10a2c 100644
--- a/app-emacs/po-mode/po-mode-0.20.1.ebuild
+++ b/app-emacs/po-mode/po-mode-0.20.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/gettext-${PV}/gettext-tools/emacs"
 ELISP_REMOVE="start-po.el"



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

2021-08-17 Thread Craig Andrews
commit: 45919a683af063f657dcf723b0c5fc7379906486
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 18 01:04:15 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 18 01:06:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45919a68

net-misc/sslh: 1.22 version bump

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

 net-misc/sslh/Manifest   | 1 +
 net-misc/sslh/{sslh-.ebuild => sslh-1.22.ebuild} | 5 ++---
 net-misc/sslh/sslh-.ebuild   | 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-misc/sslh/Manifest b/net-misc/sslh/Manifest
index 8c27aca6f4b..e6712cced1e 100644
--- a/net-misc/sslh/Manifest
+++ b/net-misc/sslh/Manifest
@@ -1,4 +1,5 @@
 DIST sslh-1.21.tar.gz 111298 BLAKE2B 
46003021292436023c7f2e0d9cbfb283f4ca7497f5da1562cb893a6f20df4ccaa1e6618fa2cdcc28f311518001396d861a5b50e36707327087192b0454f04287
 SHA512 
e758efc548b68ea4c50a56b6a6169f5c5bcfeb40163ff9968489ef6a3cdf2a69fa46869d1f53e24c6e31de4d44233005608dcf240968de6245653ccb068f692c
 DIST sslh-1.21b.tar.gz 111740 BLAKE2B 
5d42eab551e05ac1367da9ae85eac945657e086672712c148ee07c78af5c2a546e696d77081c7282e77c8bef535c186f89d541489f07153bd7ca2d338b341a48
 SHA512 
59bd33b47b70f82ae1ba3d6ffac3d54897dc6b7343d0d9e3bb8384adc30ac8a44a64e71590a7eecc5a83c2f70712bd79c0eb4ea8eef15ae770633dead9888c5f
 DIST sslh-1.21c.tar.gz 111895 BLAKE2B 
3ec7a4a4f8eb7ec3d22e9630070037ebef7df2cbe3657a38234573ecf4eb9f331914858f703690b094ddc1977cd80b3a5760b94004f35a2ec2c59761f6cd142e
 SHA512 
9446c6afe965684c5d6406ac8917338f57d95f8fbfacd7a51193dd5dbac77e1ed5e39eb8e2575e7025a8612b25e9fba7e64832a48c999f366875217b9328da22
+DIST sslh-1.22.tar.gz 147013 BLAKE2B 
b23f0a9601a7ba5121a6407872aee2d4c26eab934187070ab7ea3f360e815db9681db46b4f9c7f3ad5efe5446a44e0213c1bd791ad38505668b1cb3fa981bdcd
 SHA512 
59bc40778350efbd21f22b66ecf2926ee04987784b1772450f8ce52b8d4a4270cfa307e3c978db70d420a7c3909a2c26df0b2b6127671be90537e40240a42652
 DIST sslh-v1.20.tar.gz 60459 BLAKE2B 
fafb1876df54edce99473db9305eaad77e2b726904724c9c74b3eb2fe8666c219c48b49888b05cc52f993104b69a263ba3c8a271efd1217ba6f73258caa83249
 SHA512 
eccaddd5a4299206f195c2f7a78840b2f76f8a0cf10a715b5c72f959ed5d3259fc5ea3db8d398b33f0d556d71268b15c870999d742f83383a9d49120e476770a

diff --git a/net-misc/sslh/sslh-.ebuild b/net-misc/sslh/sslh-1.22.ebuild
similarity index 96%
copy from net-misc/sslh/sslh-.ebuild
copy to net-misc/sslh/sslh-1.22.ebuild
index d0a8689cff1..9ecf187a641 100644
--- a/net-misc/sslh/sslh-.ebuild
+++ b/net-misc/sslh/sslh-1.22.ebuild
@@ -21,12 +21,11 @@ SLOT="0"
 IUSE="caps systemd tcpd"
 
 RDEPEND="caps? ( sys-libs/libcap )
+   dev-libs/libpcre2:=
systemd? ( sys-apps/systemd:= )
tcpd? ( sys-apps/tcp-wrappers )
-   >=dev-libs/libconfig-1.5:=
-   dev-libs/libpcre2:="
+   >=dev-libs/libconfig-1.5:="
 DEPEND="${RDEPEND}
-   dev-util/conf2struct
dev-lang/perl"
 
 RESTRICT="test"

diff --git a/net-misc/sslh/sslh-.ebuild b/net-misc/sslh/sslh-.ebuild
index d0a8689cff1..9ecf187a641 100644
--- a/net-misc/sslh/sslh-.ebuild
+++ b/net-misc/sslh/sslh-.ebuild
@@ -21,12 +21,11 @@ SLOT="0"
 IUSE="caps systemd tcpd"
 
 RDEPEND="caps? ( sys-libs/libcap )
+   dev-libs/libpcre2:=
systemd? ( sys-apps/systemd:= )
tcpd? ( sys-apps/tcp-wrappers )
-   >=dev-libs/libconfig-1.5:=
-   dev-libs/libpcre2:="
+   >=dev-libs/libconfig-1.5:="
 DEPEND="${RDEPEND}
-   dev-util/conf2struct
dev-lang/perl"
 
 RESTRICT="test"



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

2021-08-17 Thread Yixun Lan
commit: 53eaeb43dc175d9629bf8db91cb469df0996b754
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:19 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53eaeb43

kde-plasma/plasma-firewall: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.4.ebuild
index 622d3b7334c..0a417c4b26f 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



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

2021-08-17 Thread Yixun Lan
commit: f412948f2451703c98e36020763e1200b7212f2f
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:20 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f412948f

profiles/arch/riscv: mask kde-plasma/plasma-meta[plymouth,pulseaudio]

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 profiles/arch/riscv/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 07bb0a27197..8c555283b98 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -12,7 +12,7 @@ kde-plasma/libksysguard webengine
 kde-frameworks/kfilemetadata ffmpeg
 kde-plasma/plasma-workspace appstream screencast gps geolocation
 kde-plasma/kdeplasma-addons webengine
-kde-plasma/plasma-meta networkmanager accessibility grub
+kde-plasma/plasma-meta networkmanager accessibility grub plymouth pulseaudio
 kde-plasma/discover firmware flatpak
 kde-plasma/kwin accessibility screencast
 kde-plasma/plasma-firewall firewalld



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

2021-08-17 Thread Yixun Lan
commit: 038f162b151eca60df26cae65a293ed5d4ac539d
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:25:49 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038f162b

kde-apps/khelpcenter: keyword 21.08.0 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/khelpcenter/khelpcenter-21.08.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/khelpcenter/khelpcenter-21.08.0.ebuild 
b/kde-apps/khelpcenter/khelpcenter-21.08.0.ebuild
index 44c914c13d5..85a41703eeb 100644
--- a/kde-apps/khelpcenter/khelpcenter-21.08.0.ebuild
+++ b/kde-apps/khelpcenter/khelpcenter-21.08.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/help/ 
https://userbase.kde.org/KHelpCenter;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



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

2021-08-17 Thread Yixun Lan
commit: 9e39ff139ecb00f1295e255a233b944fa280f231
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:20 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e39ff13

kde-plasma/plasma-meta: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.4.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.22.4.ebuild
index 82a75b87311..58d1344b111 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.22.4.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.22.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop/;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 +desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
 +kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk



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

2021-08-17 Thread Yixun Lan
commit: 2742bcb40f1c4e756dc4d6cc4a5ec41c3ba20424
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:19 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2742bcb4

kde-plasma/powerdevil: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/powerdevil/powerdevil-5.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.22.4.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.22.4.ebuild
index 4541c8b19d6..4f6701a9fb7 100644
--- a/kde-plasma/powerdevil/powerdevil-5.22.4.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.22.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="brightness-control caps +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/

2021-08-17 Thread Yixun Lan
commit: fbd6ffdc17090597974592fdd5bccd7e42bba990
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:26:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd6ffdc

kde-apps/kio-extras: keyword 21.08.0 for ~riscv

Closes: https://github.com/gentoo/gentoo/pull/21955
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/kio-extras/kio-extras-21.08.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kio-extras/kio-extras-21.08.0.ebuild 
b/kde-apps/kio-extras/kio-extras-21.08.0.ebuild
index 0eec2c010a2..704a41b387c 100644
--- a/kde-apps/kio-extras/kio-extras-21.08.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.08.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
 
 # requires running Plasma environment



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/

2021-08-17 Thread Yixun Lan
commit: 5c1ec3e21c9eb40fd2cbf462be6fc7ef2b9a86e4
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:19 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1ec3e2

net-firewall/ufw: keyword 0.36 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-firewall/ufw/ufw-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild
index ed4a7029034..20f117269bd 100644
--- a/net-firewall/ufw/ufw-0.36.ebuild
+++ b/net-firewall/ufw/ufw-0.36.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://launchpad.net/ufw/${PV}/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="examples ipv6"
 
 RDEPEND=">=net-firewall/iptables-1.4[ipv6?]



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

2021-08-17 Thread Yixun Lan
commit: af8e3c5965271608886d979033aa8a3132b0e05f
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:22:45 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8e3c59

kde-apps/kaccounts-integration: keyword 21.08.0 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild 
b/kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild
index ecf980c5e12..56da96bd6a2 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://community.kde.org/KTp;
 
 LICENSE="LGPL-2.1"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-gtk-module/

2021-08-17 Thread Yixun Lan
commit: cc184ee59aae184216f1ad09f07b2e698ffb0b30
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:18 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc184ee5

x11-misc/appmenu-gtk-module: keyword 0.7.3-r2 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild 
b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild
index e6fa0c0a95b..a9248abf20d 100644
--- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild
+++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/570a2d
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 RDEPEND="



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

2021-08-17 Thread Yixun Lan
commit: 8752e24c5fe22beb556d679aa90bc1ee7ebe821f
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:18 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8752e24c

kde-plasma/plasma-sdk: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild
index b63a63ef103..20916e5a1af 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.4.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



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

2021-08-17 Thread Yixun Lan
commit: 3612fe36408bf726b1653e07510431fcc3c06fe8
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3612fe36

app-misc/ddcutil: keyword 0.9.9-r2 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild 
b/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild
index 2517c6fbb73..c7b8c46d25c 100644
--- a/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild
+++ b/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> ${P}.tar.
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="drm introspection usb-monitor user-permissions video_cards_nvidia X"
 REQUIRED_USE="drm? ( X )"
 



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

2021-08-17 Thread Yixun Lan
commit: 866e7c5a27ebda03849d340ad97c5e0908813bc6
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:14 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866e7c5a

sys-apps/i2c-tools: keyword 4.2 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 sys-apps/i2c-tools/i2c-tools-4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild 
b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
index c78bd83767f..42aa13592a8 100644
--- a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="perl python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-08-17 Thread Yixun Lan
commit: 0aef6f1b32be4df67e658ee9f5b21faef2a0eb12
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aef6f1b

sys-apps/usbutils: keyword 014 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 sys-apps/usbutils/usbutils-014.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/usbutils/usbutils-014.ebuild 
b/sys-apps/usbutils/usbutils-014.ebuild
index 14581fea76a..02ffdb1c80b 100644
--- a/sys-apps/usbutils/usbutils-014.ebuild
+++ b/sys-apps/usbutils/usbutils-014.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/usb/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-08-17 Thread Yixun Lan
commit: b258c8c1514df835501fa6629b25f892ab078b36
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:17 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b258c8c1

kde-plasma/xdg-desktop-portal-kde: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.4.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.4.ebuild
index 8f474386d97..ca0cc2fbe6e 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.4.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal 
that is using Qt/KDE
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2021-08-17 Thread Yixun Lan
commit: 99bcd5776cd5f1948910ff02e4fe784a26ba04d9
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:16 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bcd577

kde-plasma/sddm-kcm: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/sddm-kcm/sddm-kcm-5.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.22.4.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.22.4.ebuild
index bfb383decbb..933d434aad2 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.22.4.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.22.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



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

2021-08-17 Thread Yixun Lan
commit: e127cf0c07e90f79165dc208489bed075944957a
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:14 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e127cf0c

dev-libs/hidapi: keyword 0.8.0_rc1_p20140719-r1 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild 
b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild
index 229c764ca7c..5c9c7164123 100644
--- a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild
+++ b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/signal11/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}
 
 LICENSE="|| ( BSD GPL-3 HIDAPI )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="doc fox"
 
 RDEPEND="



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

2021-08-17 Thread Yixun Lan
commit: d5f4987abf2bde42ad176b61f5ade3fe066859ff
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:16 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f4987a

profiles/arch/riscv: mask sys-apps/xdg-desktop-portal[screencast]

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 profiles/arch/riscv/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index e39db5ed098..07bb0a27197 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -3,6 +3,7 @@
 
 # Alex Fan  (2021-08-17)
 # dependencies not keyworded/tested
+sys-apps/xdg-desktop-portal screencast
 kde-plasma/powerdevil wireless
 kde-plasma/plasma-vault networkmanager
 kde-plasma/plasma-desktop emoji



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

2021-08-17 Thread Yixun Lan
commit: 460532481779763c71b337146f08f2cd8f9fae53
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46053248

kde-plasma/powerdevil: keyword 5.21.5 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/powerdevil/powerdevil-5.21.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.21.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.21.5.ebuild
index 14d9ed14da6..2627878e3fb 100644
--- a/kde-plasma/powerdevil/powerdevil-5.21.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.21.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="brightness-control caps +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/

2021-08-17 Thread Yixun Lan
commit: 320436bc4d72e5884b32fac713968787382c5819
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:16 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320436bc

sys-apps/xdg-desktop-portal: keyword 1.8.1 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild
index f144437d0ed..11fdb5187f8 100644
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="geolocation screencast"
 
 BDEPEND="



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

2021-08-17 Thread Yixun Lan
commit: dd26d5e997529ad47b5d32c623f7ae0c5be42c30
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:12 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd26d5e9

sys-fs/cryfs: keyword 0.10.3 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild 
b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
index 6b27028e16c..2e2611648fe 100644
--- a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
+++ b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/cryfs/cryfs;
 else

SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
S="${WORKDIR}"
 fi
 



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

2021-08-17 Thread Yixun Lan
commit: 0377f4c2462bb65cf0ed58d0b3d161da5a4f4347
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:13 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0377f4c2

profiles/arch/riscv: mask kde-plasma/powerdevil[wireless]

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 profiles/arch/riscv/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index d690f4bdf3b..e39db5ed098 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -3,6 +3,7 @@
 
 # Alex Fan  (2021-08-17)
 # dependencies not keyworded/tested
+kde-plasma/powerdevil wireless
 kde-plasma/plasma-vault networkmanager
 kde-plasma/plasma-desktop emoji
 kde-plasma/ksystemstats networkmanager



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

2021-08-17 Thread Yixun Lan
commit: 6bc18d1bf04e4a270a64d5ff0a098f55871e1ce3
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:12 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc18d1b

dev-libs/crypto++: keyword 8.5.0 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-libs/crypto++/crypto++-8.5.0.ebuild 
b/dev-libs/crypto++/crypto++-8.5.0.ebuild
index a573a39047d..60d82af5be8 100644
--- a/dev-libs/crypto++/crypto++-8.5.0.ebuild
+++ b/dev-libs/crypto++/crypto++-8.5.0.ebuild
@@ -16,7 +16,7 @@ LICENSE="Boost-1.0"
 # Bumped to 8.5 in 8.5.0 out of caution
 # subslot is so version (was broken in 8.3.0, check on bumps!)
 SLOT="0/8.5"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~x64-macos"
 IUSE="+asm static-libs"
 
 BDEPEND="



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

2021-08-17 Thread Yixun Lan
commit: a50988425690b650ee434b4f6b54234eaa303daf
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:17 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:33:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5098842

kde-plasma/xembed-sni-proxy: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.4.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.4.ebuild
index 7049a2e9643..1cf333e0459 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.4.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.4.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sn
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=dev-qt/qtcore-${QTMIN}:5



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

2021-08-17 Thread Yixun Lan
commit: 3b20a3eb2e42f2d3d32a8cbb4ee31b5b9bfe8d1f
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:13 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b20a3eb

kde-plasma/plasma-vault: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/plasma-vault/plasma-vault-5.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.22.4.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.22.4.ebuild
index 6487b75bfa3..3f0197c29a7 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.22.4.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.22.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="networkmanager"
 
 DEPEND="



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

2021-08-17 Thread Yixun Lan
commit: d25567d67d80c2693f7676b35ed3e5dc89262273
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Aug 17 04:08:13 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 18 00:32:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25567d6

kde-plasma/plasma-workspace-wallpapers: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../plasma-workspace-wallpapers-5.22.4.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.4.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.4.ebuild
index d290aa752ba..4c2cea1cc41 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.4.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Wallpapers for the Plasma workspace"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 BDEPEND="



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

2021-08-17 Thread Marek Szuba
commit: 66638974d206777ff13c85375983f738144e827e
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 17 23:47:57 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 17 23:48:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66638974

dev-libs/libindicator: keyword 12.10.1-r301 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-libs/libindicator/libindicator-12.10.1-r301.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild 
b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
index a56e52859f3..5b41cde239d 100644
--- a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
+++ b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-17 Thread Marek Szuba
commit: 47e0ad572d099d50967e546c1dfd59eb3494654e
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 17 23:15:32 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 17 23:48:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e0ad57

dev-util/byacc: keyword 20210808 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-util/byacc/byacc-20210808.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/byacc/byacc-20210808.ebuild 
b/dev-util/byacc/byacc-20210808.ebuild
index 841e2fcab71..e87082e8314 100644
--- a/dev-util/byacc/byacc-20210808.ebuild
+++ b/dev-util/byacc/byacc-20210808.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 
 DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/motif/

2021-08-17 Thread Marek Szuba
commit: 798bb71f5a5a47ecad1b8d12e03c92ae08dd84db
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 17 23:26:59 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 17 23:48:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798bb71f

x11-libs/motif: keyword 2.3.8-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 x11-libs/motif/motif-2.3.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/motif/motif-2.3.8-r2.ebuild 
b/x11-libs/motif/motif-2.3.8-r2.ebuild
index 6e1c4083565..92ab7b3e60f 100644
--- a/x11-libs/motif/motif-2.3.8-r2.ebuild
+++ b/x11-libs/motif/motif-2.3.8-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.t
 
 LICENSE="LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft"
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2021-08-17 Thread Matthew Thode
commit: 6207612c17489422abe4b6d8f56f0b60b826c367
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Aug 17 23:43:33 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Aug 17 23:45:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6207612c

app-admin/ansible-base: 2.11.4 bump

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

 app-admin/ansible-base/Manifest   |  1 +
 app-admin/ansible-base/ansible-base-2.11.4.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/app-admin/ansible-base/Manifest b/app-admin/ansible-base/Manifest
index dc13ab01cf8..76f726ed8f8 100644
--- a/app-admin/ansible-base/Manifest
+++ b/app-admin/ansible-base/Manifest
@@ -2,3 +2,4 @@ DIST ansible-base-2.10.10.tar.gz 5986488 BLAKE2B 
5c793d25ac5a216d05e15f49cd447cb
 DIST ansible-base-2.10.9.tar.gz 6039597 BLAKE2B 
de455cc402ae4c5c4acd6b1c3d3f2e16572d4a4e79c5f3e4151ec8b913a3be0cfbcb42e5743fe627b7aba9b0e6b004189960cd5a17ff46166cd033a952d3c560
 SHA512 
093514230a3f6680ddeda07c24e77c2e793475895f44da6e5dd68335341d6fefe10091a124cf84e18475257a099b39fd2c16e6fc0dae0bbaf2d26e70b09c277a
 DIST ansible-core-2.11.2.tar.gz 7081783 BLAKE2B 
64a2e02c4e44e72383bfb291efcde07a85ae553418e27687fbc12acdc45608e9b89e9f64943ad7f98a6de094f61765ac3e89fa84e66ed634e764a5f9581c6bd5
 SHA512 
8b4a8e329be9375d3226f8b992223198913226527278c14ccec01d8e7c546cca847cf7d2415440be995d236bdd88640c0dd6f740e91ca748de2d1c5b7b52c921
 DIST ansible-core-2.11.3.tar.gz 6841255 BLAKE2B 
fde1143515d04121de79ddb2c14bf326f9efa596c39418b9def1679539dd144551b64dff83c66795e44f48e776dbc60bc456125904bbb64970f8c44e072b5abf
 SHA512 
93a28200dd0ab289cc05add5fbe46a1cfbbd4ba91fc7d7e95ee4060dc4f126bf4bd4affce5e44dac9cf2c12792b2a2a10b97d96b795f5bed579959391b7c4a65
+DIST ansible-core-2.11.4.tar.gz 6843603 BLAKE2B 
fa8e72a9e77633b1b43a9a290d92db009e95ed87357f666059ed7898031f584c993ebeb6acec8cad2937f3a714a742f4e52ac8f2baaf5d01c02796b64acd
 SHA512 
9385a3877e6e9a25d244c855cf50c0c6b62a91cc9cebc5e7b5b5ec23424b3e3dcddd71e7367482a03996fcd5d591ad29771edd19d62758ae61473f97a5c9351d

diff --git a/app-admin/ansible-base/ansible-base-2.11.4.ebuild 
b/app-admin/ansible-base/ansible-base-2.11.4.ebuild
new file mode 100644
index 000..459607c5a03
--- /dev/null
+++ b/app-admin/ansible-base/ansible-base-2.11.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ansible/ansible.git;
+   EGIT_BRANCH="devel"
+else
+   MY_PN="${PN/-base/-core}"
+   MY_P="${MY_PN}-${PV}"
+   SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+   S="${WORKDIR}"/${MY_P}
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="test"
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
+   

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

2021-08-17 Thread Louis Sautier
commit: 0a2e5bdc00160c10e79ec06b53b0ba92cb0678cb
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Aug 17 23:14:35 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Aug 17 23:16:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2e5bdc

dev-python/daemonize: enable py3.10 and tests

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/daemonize/daemonize-2.5.0.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild 
b/dev-python/daemonize/daemonize-2.5.0.ebuild
index ace9fe951e9..c173bf76ab7 100644
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -14,3 +14,7 @@ 
SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
+python_test() {
+   "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libappindicator/, profiles/arch/riscv/

2021-08-17 Thread Marek Szuba
commit: 9548c8c29523aed7f4eced513f1bf818400f41be
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 17 23:07:14 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 17 23:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9548c8c2

dev-libs/libappindicator: keyword 12.10.1_p20200706 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild | 2 +-
 profiles/arch/riscv/use.mask  | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild 
b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild
index 77712202c0b..3aae6e4b558 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://ubuntu/pool/main/liba/${PN}/${PN}_${MY_PV}+20.10.${PATCH_VERSI
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv x86"
 IUSE="+introspection test"
 
 RDEPEND="

diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index 6e057c2a4aa..de7b05531ae 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -36,13 +36,10 @@ jack
 java
 mono
 motif
-opencl
 rsh
 
-# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
-# Dependencies not keyworded.
-appindicator
-ayatana
+# Neither the virtual nor any of the runtimes (except mesa) keyworded here yet
+opencl
 
 # not supported / tested cards
 



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

2021-08-17 Thread Louis Sautier
commit: c8c6fe15ce8fe09ddd42292f8d7229bce0fcbb8f
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Aug 17 22:52:22 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Aug 17 22:52:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c6fe15

app-text/xmldiff: enable py3.10 and disable py3.7

Signed-off-by: Louis Sautier  gentoo.org>

 app-text/xmldiff/xmldiff-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild 
b/app-text/xmldiff/xmldiff-2.4.ebuild
index 77e4b4f9ab5..16acc93ca98 100644
--- a/app-text/xmldiff/xmldiff-2.4.ebuild
+++ b/app-text/xmldiff/xmldiff-2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 inherit distutils-r1



[gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/

2021-08-17 Thread William Breathitt Gray
commit: e38d596b80d1161fc1ae507c326743cd2da47da1
Author: William Breathitt Gray  gmail  com>
AuthorDate: Tue Aug 17 22:49:47 2021 +
Commit: William Breathitt Gray  gmail  com>
CommitDate: Tue Aug 17 22:49:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e38d596b

games-fps/crispy-doom: Bump to version 5.10.3

Signed-off-by: William Breathitt Gray  gmail.com>

 games-fps/crispy-doom/Manifest  |  1 +
 games-fps/crispy-doom/crispy-doom-5.10.3.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/games-fps/crispy-doom/Manifest b/games-fps/crispy-doom/Manifest
index c2200f027..7654c34cd 100644
--- a/games-fps/crispy-doom/Manifest
+++ b/games-fps/crispy-doom/Manifest
@@ -1,3 +1,4 @@
 DIST crispy-doom-5.10.0.tar.gz 2640909 BLAKE2B 
67112cdb0b8a4caa1de9fc3fcd752be8775d154a5df194941bd1a024f607c9b7f0925994ed236a6e8f9579910af8dd29585f9fce77f72a1c20ab66177f7bca4d
 SHA512 
b289939af35bbe3a933827fe834cbff8a267b6280749b27084abdf25174042bbdcaca313359258d7ab3fecacedd9b0f06b92624f2a759937a5e0db2436b1
 DIST crispy-doom-5.10.1.tar.gz 2649358 BLAKE2B 
920df67f123218d737de1a1b147d96090a8ebb6021e4b532f30430441c8dcb4ef069e7045381a8ce8e8754d49a9595efa4d4700d4c3986728b9e2edfdc3d6c66
 SHA512 
134354c6692151902bd7f5349a88d5899e88f1f8e55499cb15f600c2c6cd0f89fa83dc17a26313b903bb801bd807ee1b5616d3cd5c7bda7e5d8e608a59194681
 DIST crispy-doom-5.10.2.tar.gz 2648117 BLAKE2B 
2a502dca71418a9358c474801e175b510f7fcbf1453df6a061d20439e79c642881ad6166c0788840e4f8c64f70c6ea95d1a97bbab7c83e0f4d3c2af8296a64dd
 SHA512 
a1ee20510608bb889236288b30eb5d84b841c267b0907f5155497d3824021b9490365bc29e83a3e59c0519eaab35802aea71935e82b4f7a09b7b07fd933a296b
+DIST crispy-doom-5.10.3.tar.gz 2648144 BLAKE2B 
050f6e28c5db73d6f11539bee7e1de7a390fa6f3169d4bbede698b736523b9a0255cba3f67ec99653fef4925843c5e107200bed981bb0db96ff1373434ffb134
 SHA512 
f98d8cbfb748bccca1ef50d9d46355d5b6f6dfa44b271803193f3e41e48c28fa8c6ad5bbe3a7a4ae36585cc150f2acad7ad5bd4b7a411faf45b234455d83d651

diff --git a/games-fps/crispy-doom/crispy-doom-5.10.3.ebuild 
b/games-fps/crispy-doom/crispy-doom-5.10.3.ebuild
new file mode 100644
index 0..506534c2e
--- /dev/null
+++ b/games-fps/crispy-doom/crispy-doom-5.10.3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit autotools prefix python-any-r1 xdg
+
+DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on 
Chocolate Doom"
+HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom;
+SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz;
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc libsamplerate +midi png truecolor vorbis zlib"
+
+DEPEND="
+   media-libs/libsdl2[video]
+   media-libs/sdl2-mixer[midi?,vorbis?]
+   media-libs/sdl2-net
+   libsamplerate? ( media-libs/libsamplerate )
+   png? ( media-libs/libpng:= )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+# ${PYTHON_DEPS} for bash-completion
+BDEPEND="
+   ${PYTHON_DEPS}
+   doc? ( ${PYTHON_DEPS} )"
+
+S="${WORKDIR}"/${PN}-${P}
+
+DOCS=(
+   "AUTHORS"
+   "ChangeLog"
+   "NEWS.md"
+   "NOT-BUGS.md"
+   "PHILOSOPHY.md"
+   "README.md"
+   "README.Music.md"
+   "README.Strife.md"
+)
+
+src_prepare() {
+   default
+
+   hprefixify src/d_iwad.c
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-bash-completion \
+   $(use_enable doc) \
+   --disable-fonts \
+   --disable-icons \
+   $(use_with libsamplerate) \
+   $(use_with png libpng) \
+   $(use_enable truecolor) \
+   $(use_with zlib)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # Remove redundant documentation files
+   rm -r "${ED}/usr/share/doc/"* || die
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/, profiles/

2021-08-17 Thread Thomas Deutschmann
commit: 061f9b9429a62e9cec98f3cbdc76f6efdfad3ae4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Aug 17 22:21:10 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Aug 17 22:22:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061f9b94

dev-db/mariadb: re-introduce mariadb mirrors

Closes: https://bugs.gentoo.org/808789
Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/mariadb-10.2.38-r2.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.2.39-r1.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.2.40.ebuild| 2 +-
 dev-db/mariadb/mariadb-10.3.29-r2.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.3.30-r1.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.3.31.ebuild| 2 +-
 dev-db/mariadb/mariadb-10.4.19-r2.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.4.20-r1.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.4.21.ebuild| 2 +-
 dev-db/mariadb/mariadb-10.5.10-r2.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.5.11-r1.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.5.12.ebuild| 2 +-
 profiles/thirdpartymirrors   | 1 +
 13 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.2.38-r2.ebuild 
b/dev-db/mariadb/mariadb-10.2.38-r2.ebuild
index 2354b7770f5..10dffe82e51 100644
--- a/dev-db/mariadb/mariadb-10.2.38-r2.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.38-r2.ebuild
@@ -12,7 +12,7 @@ inherit eutils systemd flag-o-matic prefix toolchain-funcs \
 # Patch version
 
PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.2.38-patches-01.tar.xz;
 
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
${PATCH_SET}"
 
 HOMEPAGE="https://mariadb.org/;

diff --git a/dev-db/mariadb/mariadb-10.2.39-r1.ebuild 
b/dev-db/mariadb/mariadb-10.2.39-r1.ebuild
index fbf4cd5d75b..ba2de3f4555 100644
--- a/dev-db/mariadb/mariadb-10.2.39-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.39-r1.ebuild
@@ -12,7 +12,7 @@ inherit eutils systemd flag-o-matic prefix toolchain-funcs \
 # Patch version
 
PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.2.39-patches-01.tar.xz;
 
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
${PATCH_SET}"
 
 HOMEPAGE="https://mariadb.org/;

diff --git a/dev-db/mariadb/mariadb-10.2.40.ebuild 
b/dev-db/mariadb/mariadb-10.2.40.ebuild
index 31e3de92f1d..f16835bae6e 100644
--- a/dev-db/mariadb/mariadb-10.2.40.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.40.ebuild
@@ -12,7 +12,7 @@ inherit eutils systemd flag-o-matic prefix toolchain-funcs \
 # Patch version
 
PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.2.40-patches-01.tar.xz;
 
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
${PATCH_SET}"
 
 HOMEPAGE="https://mariadb.org/;

diff --git a/dev-db/mariadb/mariadb-10.3.29-r2.ebuild 
b/dev-db/mariadb/mariadb-10.3.29-r2.ebuild
index 589a7f7df7c..49a93e90db6 100644
--- a/dev-db/mariadb/mariadb-10.3.29-r2.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.29-r2.ebuild
@@ -12,7 +12,7 @@ inherit eutils systemd flag-o-matic prefix toolchain-funcs \
 # Patch version
 
PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.3.29-patches-01.tar.xz;
 
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
${PATCH_SET}"
 
 HOMEPAGE="https://mariadb.org/;

diff --git a/dev-db/mariadb/mariadb-10.3.30-r1.ebuild 
b/dev-db/mariadb/mariadb-10.3.30-r1.ebuild
index 51e0f3eec37..127792eaa5a 100644
--- a/dev-db/mariadb/mariadb-10.3.30-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.30-r1.ebuild
@@ -12,7 +12,7 @@ inherit eutils systemd flag-o-matic prefix toolchain-funcs \
 # Patch version
 
PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.3.30-patches-01.tar.xz;
 
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
${PATCH_SET}"
 
 HOMEPAGE="https://mariadb.org/;

diff --git a/dev-db/mariadb/mariadb-10.3.31.ebuild 
b/dev-db/mariadb/mariadb-10.3.31.ebuild
index 6fbd2e0a6f4..5247b5977d4 100644
--- a/dev-db/mariadb/mariadb-10.3.31.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.31.ebuild
@@ -12,7 +12,7 @@ inherit eutils systemd flag-o-matic prefix toolchain-funcs \
 # Patch version
 
PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.3.31-patches-01.tar.xz;
 
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
${PATCH_SET}"
 
 HOMEPAGE="https://mariadb.org/;

diff --git a/dev-db/mariadb/mariadb-10.4.19-r2.ebuild 
b/dev-db/mariadb/mariadb-10.4.19-r2.ebuild
index 3754421b8b2..a022272908c 100644
--- a/dev-db/mariadb/mariadb-10.4.19-r2.ebuild
+++ 

[gentoo-commits] proj/elections:master commit in: basesystem-202108/

2021-08-17 Thread Jorge Manuel B. S. Vicetto
commit: 5653d87cc0ffe671495f82f19f3bf69bb0746d67
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Aug 17 22:18:59 2021 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Aug 17 22:18:59 2021 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=5653d87c

basesytem-202108: Fix whissi name.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 basesystem-202108/voters-basesystem-202108 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basesystem-202108/voters-basesystem-202108 
b/basesystem-202108/voters-basesystem-202108
index 52e053b..50add86 100644
--- a/basesystem-202108/voters-basesystem-202108
+++ b/basesystem-202108/voters-basesystem-202108
@@ -10,6 +10,6 @@ robbat2
 sam
 soap
 vapier
-Whissi
+whissi
 williamh
 zlogene



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

2021-08-17 Thread Louis Sautier
commit: 65355c574bb06821c36a954da0d070233726a46f
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Aug 17 22:15:26 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Aug 17 22:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65355c57

dev-python/wand: add the Python project to maintainers

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/wand/metadata.xml b/dev-python/wand/metadata.xml
index 79a7ad6bd9e..77955f213a8 100644
--- a/dev-python/wand/metadata.xml
+++ b/dev-python/wand/metadata.xml
@@ -5,6 +5,10 @@
sb...@gentoo.org
Louis Sautier

+   
+   pyt...@gentoo.org
+   Python
+   

Wand
emcconville/wand



[gentoo-commits] proj/toolchain/binutils-patches:master commit in: /

2021-08-17 Thread Andreas K. Hüttel
commit: 2db00e57a0f1f2715404f4b7b85f5ca8d8f1fbfe
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Aug 17 20:54:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Aug 17 20:57:53 2021 +
URL:
https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=2db00e57

Allow for empty patchsets

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

 make-tarball.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-tarball.sh b/make-tarball.sh
index 463cb4a..cb50a93 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -130,7 +130,7 @@ rm -f 0???-no-patch-*.patch
 rm -f 0???-Automatic-date-update-in-version.in.patch
 
 for myname in 0*.patch ; do
-   mv ${myname} tmp/patch/ || exit 1
+   mv ${myname} tmp/patch/
 done
 
 # add the extra patch



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

2021-08-17 Thread Andreas K. Hüttel
commit: 6b9cdfbb7ca36a1295db5e18ce5a05d76499645a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Aug 17 21:29:17 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Aug 17 21:42:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9cdfbb

sys-devel/binutils: 2.37 patchset bump

Needs pseudo-version since sources of generated files were changed

Bug: https://bugs.gentoo.org/808787
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils/Manifest  | 2 ++
 .../binutils/{binutils-.ebuild => binutils-2.37_p1.ebuild}   | 9 ++---
 sys-devel/binutils/binutils-.ebuild  | 7 +--
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index 08857d4ea06..d74768cfe3c 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -10,3 +10,5 @@ DIST binutils-2.36.1-patches-5.tar.xz 44388 BLAKE2B 
1dadb012fe35ec5fb0c5a15d348a
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
 DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7
+DIST binutils-2.37_p1-patches-0.tar.xz 1392 BLAKE2B 
128930a381022fea5d1fcb0695953e8dada2513b088b8540fe08d4e0da93ec18b6bf9c78acad6ec5a8982ae2c115d143462ef0bb7bfd63cfeb06c10ad472c2f8
 SHA512 
44666821f96349e96685ffcfd53a80a94659e38fc63eeeb980d0eed13aab03ae3e2d5059b4932cd9018f2f7698cdb5e15b443d60c01b2bd1385eeb0c698e0e24
+DIST binutils-2.37_p1.tar.xz 22992196 BLAKE2B 
a8aa0f386d03a5b1466166ac7c40989c228351ccf0949a9b462b4d4615d70ab7e1a45351299140a42baf39c317b8007733c253eb547ee1dfadb612addde11621
 SHA512 
46c297ec2a7a5b81d1c6e3f16486a6dc2860a07520fe2dd8871d1eb5160065bbe2cc6b0415d5352bf12284133e5817a4e429e6077182d615e969bd1a8f52ed28

diff --git a/sys-devel/binutils/binutils-.ebuild 
b/sys-devel/binutils/binutils-2.37_p1.ebuild
similarity index 98%
copy from sys-devel/binutils/binutils-.ebuild
copy to sys-devel/binutils/binutils-2.37_p1.ebuild
index d6c4c64f815..f25257cb214 100644
--- a/sys-devel/binutils/binutils-.ebuild
+++ b/sys-devel/binutils/binutils-2.37_p1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="default-gold? ( gold )"
 # PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
 #  for the patchsets
 
-PATCH_VER=1
+PATCH_VER=0
 PATCH_DEV=dilfridge
 
 if [[ ${PV} == * ]]; then
@@ -27,8 +27,8 @@ if [[ ${PV} == * ]]; then
SLOT=${PV}
 else
PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
-   PATCH_DEV=${PATCH_DEV:-slyfox}
-   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
+   PATCH_DEV=${PATCH_DEV:-dilfridge}
+   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PV}.tar.xz;
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}

https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
SLOT=$(ver_cut 1-2)
@@ -86,6 +86,9 @@ src_unpack() {
 
cd "${WORKDIR}" || die
unpack 
binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz
+
+   # _p patch versions are Gentoo specific tarballs ...
+   S=${WORKDIR}/${P%_p?}
fi
 
cd "${WORKDIR}" || die

diff --git a/sys-devel/binutils/binutils-.ebuild 
b/sys-devel/binutils/binutils-.ebuild
index d6c4c64f815..37d8a9fa13f 100644
--- a/sys-devel/binutils/binutils-.ebuild
+++ b/sys-devel/binutils/binutils-.ebuild
@@ -27,8 +27,8 @@ if [[ ${PV} == * ]]; then
SLOT=${PV}
 else
PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
-   PATCH_DEV=${PATCH_DEV:-slyfox}
-   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
+   PATCH_DEV=${PATCH_DEV:-dilfridge}
+   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PV}.tar.xz;
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}


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

2021-08-17 Thread Andreas K. Hüttel
commit: 9004eadd0e297200384853be54a14a09ee561f0b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Aug 17 21:37:27 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Aug 17 21:42:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9004eadd

sys-devel/binutils-hppa64: 2.37 patchset bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils-hppa64/Manifest |   2 +
 .../binutils-hppa64/binutils-hppa64-2.37_p1.ebuild | 462 +
 2 files changed, 464 insertions(+)

diff --git a/sys-devel/binutils-hppa64/Manifest 
b/sys-devel/binutils-hppa64/Manifest
index e6c6125d893..34809a0e1f3 100644
--- a/sys-devel/binutils-hppa64/Manifest
+++ b/sys-devel/binutils-hppa64/Manifest
@@ -4,3 +4,5 @@ DIST binutils-2.36.1-patches-5.tar.xz 44388 BLAKE2B 
1dadb012fe35ec5fb0c5a15d348a
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
 DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7
+DIST binutils-2.37_p1-patches-0.tar.xz 1392 BLAKE2B 
128930a381022fea5d1fcb0695953e8dada2513b088b8540fe08d4e0da93ec18b6bf9c78acad6ec5a8982ae2c115d143462ef0bb7bfd63cfeb06c10ad472c2f8
 SHA512 
44666821f96349e96685ffcfd53a80a94659e38fc63eeeb980d0eed13aab03ae3e2d5059b4932cd9018f2f7698cdb5e15b443d60c01b2bd1385eeb0c698e0e24
+DIST binutils-2.37_p1.tar.xz 22992196 BLAKE2B 
a8aa0f386d03a5b1466166ac7c40989c228351ccf0949a9b462b4d4615d70ab7e1a45351299140a42baf39c317b8007733c253eb547ee1dfadb612addde11621
 SHA512 
46c297ec2a7a5b81d1c6e3f16486a6dc2860a07520fe2dd8871d1eb5160065bbe2cc6b0415d5352bf12284133e5817a4e429e6077182d615e969bd1a8f52ed28

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1.ebuild
new file mode 100644
index 000..21dfd6583a5
--- /dev/null
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1.ebuild
@@ -0,0 +1,462 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+export CTARGET=hppa64-${CHOST#*-}
+
+inherit eutils libtool flag-o-matic gnuconfig multilib toolchain-funcs
+
+DESCRIPTION="Tools necessary to build programs"
+HOMEPAGE="https://sourceware.org/binutils/;
+LICENSE="GPL-3+"
+IUSE="cet default-gold doc +gold multitarget +nls +plugins static-libs test 
vanilla"
+REQUIRED_USE="default-gold? ( gold )"
+
+# Variables that can be set here  (ignored for live ebuilds)
+# PATCH_VER  - the patchset version
+#  Default: empty, no patching
+# PATCH_BINUTILS_VER - the binutils version in the patchset name
+#- Default: PV
+# PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
+#  for the patchsets
+
+PATCH_VER=0
+PATCH_DEV=dilfridge
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   SLOT=${PV}
+else
+   PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
+   PATCH_DEV=${PATCH_DEV:-dilfridge}
+   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PV}.tar.xz;
+   [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
+   SLOT=$(ver_cut 1-2)
+   # live ebuild
+   #KEYWORDS="-* ~hppa"
+fi
+
+#
+# The cross-compile logic
+#
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
+
+#
+# The dependencies
+#
+RDEPEND="
+   >=sys-devel/binutils-config-3
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? ( sys-apps/texinfo )
+   test? (
+   dev-util/dejagnu
+   sys-devel/bc
+   )
+   nls? ( sys-devel/gettext )
+   sys-devel/flex
+   virtual/yacc
+"
+
+RESTRICT="!test? ( test )"
+
+MY_BUILDDIR=${WORKDIR}/build
+S=${WORKDIR}/${P/-hppa64/}
+
+src_unpack() {
+   if [[ ${PV} == 

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

2021-08-17 Thread Andreas K. Hüttel
commit: c13281a36997129c4e0ab9387591aecb1f38cce9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Aug 17 21:41:51 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Aug 17 21:42:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13281a3

sys-libs/binutils-libs: 2.37 patchset bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/binutils-libs/Manifest|   2 +
 .../binutils-libs/binutils-libs-2.37_p1.ebuild | 135 +
 2 files changed, 137 insertions(+)

diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
index 2b1a094525f..9490719b7ac 100644
--- a/sys-libs/binutils-libs/Manifest
+++ b/sys-libs/binutils-libs/Manifest
@@ -6,3 +6,5 @@ DIST binutils-2.36.1-patches-5.tar.xz 44388 BLAKE2B 
1dadb012fe35ec5fb0c5a15d348a
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
 DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7
+DIST binutils-2.37_p1-patches-0.tar.xz 1392 BLAKE2B 
128930a381022fea5d1fcb0695953e8dada2513b088b8540fe08d4e0da93ec18b6bf9c78acad6ec5a8982ae2c115d143462ef0bb7bfd63cfeb06c10ad472c2f8
 SHA512 
44666821f96349e96685ffcfd53a80a94659e38fc63eeeb980d0eed13aab03ae3e2d5059b4932cd9018f2f7698cdb5e15b443d60c01b2bd1385eeb0c698e0e24
+DIST binutils-2.37_p1.tar.xz 22992196 BLAKE2B 
a8aa0f386d03a5b1466166ac7c40989c228351ccf0949a9b462b4d4615d70ab7e1a45351299140a42baf39c317b8007733c253eb547ee1dfadb612addde11621
 SHA512 
46c297ec2a7a5b81d1c6e3f16486a6dc2860a07520fe2dd8871d1eb5160065bbe2cc6b0415d5352bf12284133e5817a4e429e6077182d615e969bd1a8f52ed28

diff --git a/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild
new file mode 100644
index 000..2f38f286aa9
--- /dev/null
+++ b/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PATCH_VER=0
+PATCH_DEV=dilfridge
+
+inherit libtool toolchain-funcs multilib-minimal
+
+MY_PN="binutils"
+MY_P="${MY_PN}-${PV}"
+PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
+PATCH_DEV=${PATCH_DEV:-dilfridge}
+
+DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for 
external packages"
+HOMEPAGE="https://sourceware.org/binutils/;
+SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
+   https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
+
+LICENSE="|| ( GPL-3 LGPL-3 )"
+SLOT="0/${PV%_p?}"
+IUSE="64-bit-bfd cet multitarget nls static-libs"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+BDEPEND="nls? ( sys-devel/gettext )"
+DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+# Need a newer binutils-config that'll reset include/lib symlinks for us.
+RDEPEND="${DEPEND}
+   >=sys-devel/binutils-config-5
+"
+
+S="${WORKDIR}/${MY_P%_p?}"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/bfd.h
+)
+
+src_prepare() {
+   if [[ ! -z ${PATCH_VER} ]] ; then
+   einfo "Applying binutils-${PATCH_BINUTILS_VER} patchset 
${PATCH_VER}"
+   eapply "${WORKDIR}/patch"/*.patch
+   fi
+
+   # Fix cross-compile relinking issue, bug #626402
+   elibtoolize
+
+   default
+}
+
+pkgversion() {
+   printf "Gentoo ${PVR}"
+   [[ -n ${PATCHVER} ]] && printf " p${PATCHVER}"
+}
+
+multilib_src_configure() {
+   local myconf=(
+   --enable-obsolete
+   --enable-shared
+   --enable-threads
+   # Newer versions (>=2.24) make this an explicit option. #497268
+   --enable-install-libiberty
+   --disable-werror
+   --with-bugurl="https://bugs.gentoo.org/;
+   --with-pkgversion="$(pkgversion)"
+   $(use_enable static-libs static)
+   # The binutils eclass enables this flag for all bi-arch 

[gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/

2021-08-17 Thread Sam James
commit: 46802ea3179eced6ff99ee7a5866fb8d21c58d6c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:37:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46802ea3

net-dns/c-ares: Stabilize 1.17.2 ppc, #807775

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

 net-dns/c-ares/c-ares-1.17.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/c-ares/c-ares-1.17.2.ebuild 
b/net-dns/c-ares/c-ares-1.17.2.ebuild
index 823dc906f44..e8187e77503 100644
--- a/net-dns/c-ares/c-ares-1.17.2.ebuild
+++ b/net-dns/c-ares/c-ares-1.17.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz;
 # Subslot = SONAME of libcares.so.2
 SLOT="0/2"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-08-17 Thread Sam James
commit: ac8de32f2110b9d0f46d7d6b67e589fea9277d15
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:37:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8de32f

net-vpn/tor: Stabilize 0.4.6.7 ppc, #808681

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

 net-vpn/tor/tor-0.4.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.6.7.ebuild b/net-vpn/tor/tor-0.4.6.7.ebuild
index a02b230e9c7..adb9160ff11 100644
--- a/net-vpn/tor/tor-0.4.6.7.ebuild
+++ b/net-vpn/tor/tor-0.4.6.7.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~ppc-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~riscv ~x86 ~ppc-macos"
 fi
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc



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

2021-08-17 Thread Sam James
commit: 1385b5a6063610755a4804dd631bcc4dcb7ba565
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:38:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1385b5a6

net-vpn/tor: Stabilize 0.4.5.10 ppc64, #808681

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

 net-vpn/tor/tor-0.4.5.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.5.10.ebuild b/net-vpn/tor/tor-0.4.5.10.ebuild
index f3bcda7ded1..fb3650be7a0 100644
--- a/net-vpn/tor/tor-0.4.5.10.ebuild
+++ b/net-vpn/tor/tor-0.4.5.10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PF}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~x86 ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ppc64 ~x86 ~ppc-macos"
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
 



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

2021-08-17 Thread Sam James
commit: 5da4a485493fe02ffc76eab08bfe85dbfbaca41e
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:38:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da4a485

net-vpn/tor: Stabilize 0.4.6.7 ppc64, #808681

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

 net-vpn/tor/tor-0.4.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.6.7.ebuild b/net-vpn/tor/tor-0.4.6.7.ebuild
index adb9160ff11..8e2272a0cc8 100644
--- a/net-vpn/tor/tor-0.4.6.7.ebuild
+++ b/net-vpn/tor/tor-0.4.6.7.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~riscv ~x86 ~ppc-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv ~x86 ~ppc-macos"
 fi
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc



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

2021-08-17 Thread Sam James
commit: 29cc994639dc1b6abe77224f88b081e923572b1a
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:36:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cc9946

www-client/firefox: Stabilize 78.13.0 arm64, #807949

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

 www-client/firefox/firefox-78.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-78.13.0.ebuild 
b/www-client/firefox/firefox-78.13.0.ebuild
index 26e0fb756bd..ddf98b0a157 100644
--- a/www-client/firefox/firefox-78.13.0.ebuild
+++ b/www-client/firefox/firefox-78.13.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox;
 
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 SLOT="0/esr$(ver_cut 1)"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2021-08-17 Thread Sam James
commit: 9b129eed0632df95df23f1362da6b728f8e65554
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b129eed

dev-util/dialog: Stabilize 1.3.20210621-r1 ppc, #808683

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

 dev-util/dialog/dialog-1.3.20210621-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dialog/dialog-1.3.20210621-r1.ebuild 
b/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
index d9eb069d20c..8029174d0fa 100644
--- a/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
+++ b/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0/15"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="examples minimal nls unicode"
 
 RDEPEND=">=sys-libs/ncurses-5.2-r5:=[unicode(+)?]"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2021-08-17 Thread Sam James
commit: e255819ea5906b4b22d09faa283e99f9a984c60c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:34:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e255819e

dev-vcs/git: drop Python 3.7, add subslot dep on libpcre2

Python 3.7 support is gone from the eclasses, so it's a noop.

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

 dev-vcs/git/{git-2.32.0.ebuild => git-2.32.0-r1.ebuild} | 4 ++--
 dev-vcs/git/{git-2.33.0.ebuild => git-2.33.0-r1.ebuild} | 4 ++--
 dev-vcs/git/git--r1.ebuild  | 4 ++--
 dev-vcs/git/git--r2.ebuild  | 4 ++--
 dev-vcs/git/git--r3.ebuild  | 4 ++--
 dev-vcs/git/git-.ebuild | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-vcs/git/git-2.32.0.ebuild b/dev-vcs/git/git-2.32.0-r1.ebuild
similarity index 99%
rename from dev-vcs/git/git-2.32.0.ebuild
rename to dev-vcs/git/git-2.32.0-r1.ebuild
index cbb9b5aff2c..46eab6b9e4a 100644
--- a/dev-vcs/git/git-2.32.0.ebuild
+++ b/dev-vcs/git/git-2.32.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 GENTOO_DEPEND_ON_PERL=no
 
 # bug #329479: git-remote-testgit is not multiple-version aware
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit toolchain-funcs elisp-common perl-module bash-completion-r1 plocale 
python-single-r1 systemd
 
@@ -61,7 +61,7 @@ DEPEND="
)
dev-libs/openssl:0=
sys-libs/zlib
-   pcre? ( dev-libs/libpcre2 )
+   pcre? ( dev-libs/libpcre2:= )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (

diff --git a/dev-vcs/git/git-2.33.0.ebuild b/dev-vcs/git/git-2.33.0-r1.ebuild
similarity index 99%
rename from dev-vcs/git/git-2.33.0.ebuild
rename to dev-vcs/git/git-2.33.0-r1.ebuild
index f1efa2f3c23..b3f952ce377 100644
--- a/dev-vcs/git/git-2.33.0.ebuild
+++ b/dev-vcs/git/git-2.33.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 GENTOO_DEPEND_ON_PERL=no
 
 # bug #329479: git-remote-testgit is not multiple-version aware
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit toolchain-funcs elisp-common perl-module bash-completion-r1 plocale 
python-single-r1 systemd
 
@@ -61,7 +61,7 @@ DEPEND="
)
dev-libs/openssl:0=
sys-libs/zlib
-   pcre? ( dev-libs/libpcre2 )
+   pcre? ( dev-libs/libpcre2:= )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (

diff --git a/dev-vcs/git/git--r1.ebuild b/dev-vcs/git/git--r1.ebuild
index 4f8854e669b..252c3e3bc1b 100644
--- a/dev-vcs/git/git--r1.ebuild
+++ b/dev-vcs/git/git--r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 GENTOO_DEPEND_ON_PERL=no
 
 # bug #329479: git-remote-testgit is not multiple-version aware
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit toolchain-funcs elisp-common perl-module bash-completion-r1 plocale 
python-single-r1 systemd
 
@@ -61,7 +61,7 @@ DEPEND="
)
dev-libs/openssl:0=
sys-libs/zlib
-   pcre? ( dev-libs/libpcre2 )
+   pcre? ( dev-libs/libpcre2:= )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (

diff --git a/dev-vcs/git/git--r2.ebuild b/dev-vcs/git/git--r2.ebuild
index 4f8854e669b..252c3e3bc1b 100644
--- a/dev-vcs/git/git--r2.ebuild
+++ b/dev-vcs/git/git--r2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 GENTOO_DEPEND_ON_PERL=no
 
 # bug #329479: git-remote-testgit is not multiple-version aware
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit toolchain-funcs elisp-common perl-module bash-completion-r1 plocale 
python-single-r1 systemd
 
@@ -61,7 +61,7 @@ DEPEND="
)
dev-libs/openssl:0=
sys-libs/zlib
-   pcre? ( dev-libs/libpcre2 )
+   pcre? ( dev-libs/libpcre2:= )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (

diff --git a/dev-vcs/git/git--r3.ebuild b/dev-vcs/git/git--r3.ebuild
index 2648a8293fa..40a7dede3c1 100644
--- a/dev-vcs/git/git--r3.ebuild
+++ b/dev-vcs/git/git--r3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 GENTOO_DEPEND_ON_PERL=no
 
 # bug #329479: git-remote-testgit is not multiple-version aware
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit toolchain-funcs elisp-common perl-module bash-completion-r1 plocale 
python-single-r1 systemd
 
@@ -61,7 +61,7 @@ DEPEND="
)
dev-libs/openssl:0=
sys-libs/zlib
-   pcre? ( dev-libs/libpcre2 )
+   pcre? ( dev-libs/libpcre2:= )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (

diff --git a/dev-vcs/git/git-.ebuild b/dev-vcs/git/git-.ebuild
index dfebf26eef2..4a1d6a07b90 100644
--- a/dev-vcs/git/git-.ebuild
+++ b/dev-vcs/git/git-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/rxvt-unicode/

2021-08-17 Thread Sam James
commit: d1c6299f07596b53870367a535319f5393298bf1
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:38:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c6299f

x11-terms/rxvt-unicode: Stabilize 9.26-r2 ppc64, #808753

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

 x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild 
b/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
index 49f247caec9..0302e3868c1 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="24-bit-color 256-color blink fading-colors +font-styles gdk-pixbuf 
iso14755 +mousewheel
+perl startup-notification unicode3 +utmp +wtmp xft"
 



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

2021-08-17 Thread Sam James
commit: 29b748b68ea87034bd57cbfc29ac67ca2f01dc3d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:38:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b748b6

dev-util/dialog: Stabilize 1.3.20210621-r1 ppc64, #808683

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

 dev-util/dialog/dialog-1.3.20210621-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dialog/dialog-1.3.20210621-r1.ebuild 
b/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
index 8029174d0fa..4e863b0fbab 100644
--- a/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
+++ b/dev-util/dialog/dialog-1.3.20210621-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0/15"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="examples minimal nls unicode"
 
 RDEPEND=">=sys-libs/ncurses-5.2-r5:=[unicode(+)?]"



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

2021-08-17 Thread Sam James
commit: 5650d6f721462042d338f4cd01bde96ed240cca8
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:37:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5650d6f7

net-vpn/tor: Stabilize 0.4.5.10 ppc, #808681

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

 net-vpn/tor/tor-0.4.5.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.5.10.ebuild b/net-vpn/tor/tor-0.4.5.10.ebuild
index 79958705d59..f3bcda7ded1 100644
--- a/net-vpn/tor/tor-0.4.5.10.ebuild
+++ b/net-vpn/tor/tor-0.4.5.10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PF}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~x86 ~ppc-macos"
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
 



  1   2   3   >