[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-12-01 Thread Sam James
commit: 26f4601c54f33b6eb912dd68a23336d6b1557551
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 07:59:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 07:59:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f4601c

sci-libs/geos: add 3.11.1

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

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/geos-3.11.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index f0ba1c239269..b3cfefdbfa44 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,3 +1,4 @@
 DIST geos-3.10.0.tar.bz2 6799370 BLAKE2B 
dd1490318fccda8ccaf5152f8521ab98ef5e4b143e12e861d02124421985a8b2c966bca6f966aa167fb60f703d25c132b8c7ee4d61e382a449bce5eb40d4cb89
 SHA512 
12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
 DIST geos-3.10.2.tar.bz2 6714655 BLAKE2B 
1bc4f29a28b2b49faa9e1ea2aba7359d6dcb124136e0a2d2069508f7b95fae09e59ecb0acf3742d9261444055e85471cf45baba6e278c8b3501e91eacf3bb886
 SHA512 
390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126
 DIST geos-3.11.0.tar.bz2 6727294 BLAKE2B 
7d2cb7ae2dc6c5eb13836c16c8164402c1e964f98df95d5aaf9f6fd957ebcdbdefb43ae4fb17a5a671b6dfdb812bdacfdbfdfdea6e5bd44f135e3701a3cc914d
 SHA512 
40c7553bbb93673c231ddd0131b73bf43b3f50524bc5bd9e6934c068d2c09632f388b7429254ae15d9641da2d15e3a626b430438854e98d9e7419ad04e535189
+DIST geos-3.11.1.tar.bz2 6753232 BLAKE2B 
376050ca3224e5220f69d82ff62d79ff7ea3d35d5fe90b7ab4e0cabcb4200b47d7569110538c201df9cb28da784f09f8207a9a8233ee002ab2ec87f5cf336ba1
 SHA512 
708500aba9b04208ee46a531d55ddf63a213dfaa2922dae937b524300b2b46c95143ed6cd3ff1414e9099f2be95e5df5a2e0b49df43acf93a9478215259f20d3

diff --git a/sci-libs/geos/geos-3.11.1.ebuild b/sci-libs/geos/geos-3.11.1.ebuild
new file mode 100644
index ..dd84d4906b89
--- /dev/null
+++ b/sci-libs/geos/geos-3.11.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://libgeos.org/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DBUILD_TESTING=$(usex test)
+   -DUSE_CCACHE=OFF
+
+   # bug #709368
+   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/

2022-12-01 Thread Bernard Cafarelli
commit: cd0343c0acd0393b0ec2e79e70bf4d51902fe08a
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Dec  2 07:58:05 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Dec  2 07:58:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0343c0

www-apps/nextcloud: drop 23.0.10, 25.0.0

Bug: https://bugs.gentoo.org/883683
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/nextcloud/Manifest |  2 --
 www-apps/nextcloud/nextcloud-23.0.10.ebuild | 43 -
 www-apps/nextcloud/nextcloud-25.0.0.ebuild  | 43 -
 3 files changed, 88 deletions(-)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index 876a678b52e5..4f7aa2eceac5 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -1,6 +1,4 @@
-DIST nextcloud-23.0.10.tar.bz2 141026523 BLAKE2B 
52e2962c1bd8075a64b10e792b18f7e18688c4a1227ef71cfbc85fe743a924ead8a78c3ed95396c37c3c85fa9a848eb3017d0c818294bbad35d679cc0844b0a5
 SHA512 
be4cfcd728db5c492da68c5aad29caab926673ad623ef3050c8f193d58164aaea04679f63e01eaf59652f0f6d8237c64fb38e66a08fd35e0e43b10f2b67b4d64
 DIST nextcloud-23.0.11.tar.bz2 141705816 BLAKE2B 
fa1232ab9263e6964ceb1cd45941187db1af331cb1e4f0f149e5638f6813a7b19b838f64eec234dc2e8c7182b4aeb2d8abb61051d0ddb314ec04198f80c44a3d
 SHA512 
094abe8eabe6746cea616db95739513c3832f8e823931abfd7dc83b8e8ecf49cfe478727e79b17bca5b16990cd0c95211476180e0382f45e07e5b51b6f49
 DIST nextcloud-24.0.6.tar.bz2 123902888 BLAKE2B 
145d3b3c9527ac950f12a88cd02085c566d3d8e224d7ec099bcb9e519c3d2854954b23ea27ee62ff2ae3032d3788bb494b38ef1fc26bc9cf3991e0fd864120d0
 SHA512 
15c45f8ae4ee9e03c35f8aef6549b9fe92984dac4345406bbc95eec9099912f10a9ad8a7b73c001cc96294d2d136259acc4003d6610c47254ca5cac9d701343d
 DIST nextcloud-24.0.7.tar.bz2 124233139 BLAKE2B 
991668bf897984da0f0034f954d009159acc6b27447603decc79bb79d6457f98cf8324e18f2ab3dda76cbbde63bc43d3ee2f1ff918d227c8256d8f3e8789
 SHA512 
77c1999b52ab87779908619ec8845887c9da32f90d9eb1e639d07c3899519235a18d973a35a8bfbfe9f896c7b7705cc91d571558700550857f741f98a85a52ef
-DIST nextcloud-25.0.0.tar.bz2 144109342 BLAKE2B 
a339f5bf01255cccdbb9941d360e091a34149e6d3a365497344911c8f156cd7b272ed657fe48720054c448c3e52fafec37dbe0cd69be42f424479d35dd90e547
 SHA512 
6f7a7a4e7b613df7b246bf9a582a15598d40a96023bdde1d8e3fff1b5888588d9c957f58ea813470696edc7c1ad5e8d1721d5eaa3d9c91549ca8acc411a8211e
 DIST nextcloud-25.0.1.tar.bz2 146695370 BLAKE2B 
01d9482301fa50e2b938cbe164310d0e3db3a791944e78ef2d7016ecd3e214907d53b589abc51c550263e636c114ee37dd027ebf3d164493c53775a10f102a61
 SHA512 
7fd401ffe01e5b1d568e4f66cdc5972d5e3c0b82f147a04330da9fe5ab1f2ddf152943e28f152fb635e8bca8d83a95a5a269a1f34fa189cef4a3c9dbe4e8c89b

diff --git a/www-apps/nextcloud/nextcloud-23.0.10.ebuild 
b/www-apps/nextcloud/nextcloud-23.0.10.ebuild
deleted file mode 100644
index ae0486c3b736..
--- a/www-apps/nextcloud/nextcloud-23.0.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-DESCRIPTION="Personal cloud that runs on your own server"
-HOMEPAGE="https://nextcloud.com/;
-SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2;
-LICENSE="AGPL-3"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+curl +imagemagick mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-DEPEND=""
-RDEPEND="https://nextcloud.com/;
-SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2;
-LICENSE="AGPL-3"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+curl +imagemagick mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-DEPEND=""
-RDEPEND="

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

2022-12-01 Thread Hans de Graaff
commit: cd6118f7d54d482bdb52828b0836d0423dd55a6d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec  2 07:54:31 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec  2 07:54:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6118f7

dev-util/cucumber: drop 3.2.0

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

 dev-util/cucumber/Manifest  |  1 -
 dev-util/cucumber/cucumber-3.2.0.ebuild | 98 -
 2 files changed, 99 deletions(-)

diff --git a/dev-util/cucumber/Manifest b/dev-util/cucumber/Manifest
index 75d141b772d7..981dded90d3b 100644
--- a/dev-util/cucumber/Manifest
+++ b/dev-util/cucumber/Manifest
@@ -1,3 +1,2 @@
-DIST cucumber-3.2.0.tar.gz 271886 BLAKE2B 
0945336e2a4d14c21d22b3af18fb140663fa0c5acd7d29540cb6755fcc50b020640ffc573f4d4ed17af2758df3df410f93cf5067b736cb8005d9a6ae7fa4d397
 SHA512 
927ca314c56f83e270284921131ec62aa05053d29a77b230799bd1949751f64c964c0f87525c776d7fe260506ddb632b5cc8939df841d131f6a0af8a82110441
 DIST cucumber-7.1.0.tar.gz 410595 BLAKE2B 
ee1fbca606479f1f07d64a5434051d8466d7056a326424a0235a6e4f860ed3cdc7862495156874b38631e6a0a1b70bda40deb6f5310f7bd6bdafe72c5faa8f2b
 SHA512 
7c124110634259e83ba1986efacf85a73e9a6f36a7c262ba9842e85e73e359a50b5090489f656e5b503cac68e3db9905dd1834db1bfae9ee55e3a4d1b31a4adb
 DIST cucumber-8.0.0.tar.gz 412254 BLAKE2B 
8e86ca726a85afeb6d80799c3b2cf633e4949bacb9ad65b41d3baf37f642b9032d57b4e66cca15cbababcdbe5541ce2cd0d23b113897dedbd7cbfb5c85283a00
 SHA512 
33e9abeb33c7924c3eedfcf477019a782cd813a004e35dcdeb0878b6dea920ba870023b6c8a60c8de810ff231378fa67969208611ce8e9199ae2611d3f6f1f99

diff --git a/dev-util/cucumber/cucumber-3.2.0.ebuild 
b/dev-util/cucumber/cucumber-3.2.0.ebuild
deleted file mode 100644
index b5af4c5497d0..
--- a/dev-util/cucumber/cucumber-3.2.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-# Documentation task depends on sdoc which we currently don't have.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://cucumber.io/;
-SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="cucumber-ruby-${PV}"
-LICENSE="Ruby"
-
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86"
-SLOT="0"
-IUSE="examples test"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/bundler
-   dev-ruby/rspec:3
-   >=dev-ruby/nokogiri-1.5.2
-   >=dev-ruby/syntax-1.0.0
-   >=dev-util/aruba-0.6.1 =dev-util/aruba-0.6*
-   dev-ruby/json
-   >=dev-util/cucumber-3
-   >=dev-ruby/mime-types-2.99:2
-   )"
-
-ruby_add_rdepend "
-   >=dev-ruby/builder-2.1.2:*
-   dev-util/cucumber-core:3.2
-   >=dev-util/cucumber-expressions-6.0.1:6.0
-   >=dev-util/cucumber-wire-0.0.1:0
-   >=dev-ruby/diff-lcs-1.3:0
-   >=dev-ruby/gherkin-5.1.0:5
-   >=dev-ruby/multi_json-1.7.5
-   >=dev-ruby/multi_test-0.1.2
-"
-
-all_ruby_prepare() {
-   # Remove development dependencies from the gemspec that we don't
-   # need or can't satisfy.
-   sed -e 
'/\(coveralls\|spork\|simplecov\|bcat\|kramdown\|yard\|capybara\|octokit\|rack-test\|ramaze\|rubocop\|sinatra\|webrat\|mime-types\|rubyzip\)/d'
 \
-   -e '/nokogiri/ s/1.8.1/1.8/' \
-   -e "/json/ s/, '~> 1.8.6'//" \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid dependency on unpackaged packages
-   sed -i -e '/\(cucumber-pro\|webrick\)/ s:^:#:' Gemfile || die
-
-   # Avoid harmless failing spec
-   sed -i -e '/converts the snapshot path to a relative path/,/end/ 
s:^:#:' \
-   spec/cucumber/formatter/html_spec.rb || die
-
-   # Avoid failing features on new delegate and forwardable behavior in 
ruby
-   rm -f features/docs/defining_steps/ambiguous_steps.feature 
features/docs/defining_steps/nested_steps.feature || die
-
-   # Avoid dependency on git
-   sed -i -e '/executables/ s/=.*/= ["cucumber"]/' \
-   -e '/git ls-files/d' cucumber.gemspec || die
-
-   sed -i -e '/pry/ s:^:#:' cucumber.gemspec spec/spec_helper.rb || die
-
-   rm -f Gemfile.lock || die
-}
-
-each_ruby_prepare() {
-   # Use the right interpreter
-   sed -i -e 's:ruby:'${RUBY}':' 
features/lib/step_definitions/ruby_steps.rb || die
-
-   case ${RUBY} in
-   *ruby24|*ruby25)
-   rm -f spec/cucumber/formatter/http_io_spec.rb || die
-   ;;
-   esac
-}
-
-each_ruby_test() {
-   RSPEC_VERSION=3 ruby-ng_rspec
-   CUCUMBER_USE_RELEASED_CORE=true PATH="${S}"/bin:${PATH} 
RUBYLIB="${S}"/lib 

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

2022-12-01 Thread Sam James
commit: 68c8ba3c42bb435f391807a056610b9e6bd2940c
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 07:51:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 07:52:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c8ba3c

sys-devel/gdb: drop 12.1, 12.1-r1

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

 sys-devel/gdb/gdb-12.1-r1.ebuild | 296 ---
 sys-devel/gdb/gdb-12.1.ebuild| 285 -
 2 files changed, 581 deletions(-)

diff --git a/sys-devel/gdb/gdb-12.1-r1.ebuild b/sys-devel/gdb/gdb-12.1-r1.ebuild
deleted file mode 100644
index f75e337dc424..
--- a/sys-devel/gdb/gdb-12.1-r1.ebuild
+++ /dev/null
@@ -1,296 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit flag-o-matic python-single-r1 strip-linguas toolchain-funcs
-
-export CTARGET=${CTARGET:-${CHOST}}
-
-if [[ ${CTARGET} == ${CHOST} ]] ; then
-   if [[ ${CATEGORY} == cross-* ]] ; then
-   export CTARGET=${CATEGORY#cross-}
-   fi
-fi
-
-is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
-
-case ${PV} in
-   *)
-   # live git tree
-   EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git;
-   inherit git-r3
-   SRC_URI=""
-   ;;
-   *.*.50.2???)
-   # weekly snapshots
-   
SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.xz;
-   ;;
-   *)
-   # Normal upstream release
-   SRC_URI="mirror://gnu/gdb/${P}.tar.xz
-   ftp://sourceware.org/pub/gdb/releases/${P}.tar.xz;
-   ;;
-esac
-
-PATCH_VER=""
-PATCH_DEV=""
-DESCRIPTION="GNU debugger"
-HOMEPAGE="https://sourceware.org/gdb/;
-SRC_URI="${SRC_URI}
-   
${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz}
-   ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}
-"
-
-LICENSE="GPL-3+ LGPL-2.1+"
-SLOT="0"
-
-if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# In fact, gdb's test suite needs some work to get passing.
-# See e.g. https://sourceware.org/gdb/wiki/TestingGDB.
-# As of 11.2, on amd64: "# of unexpected failures8600"
-# ia64 kernel crashes when gdb testsuite is running
-# in fact, gdb's test suite needs some work to get passing.
-# See e.g. https://sourceware.org/gdb/wiki/TestingGDB.
-# As of 11.2, on amd64: "# of unexpected failures8600"
-RESTRICT="
-   ia64? ( test )
-   !test? ( test )
-   test
-"
-
-RDEPEND="
-   dev-libs/mpfr:0=
-   dev-libs/gmp:=
-   >=sys-libs/ncurses-5.2-r2:0=
-   >=sys-libs/readline-7:0=
-   sys-libs/zlib
-   elibc_glibc? ( net-libs/libnsl:= )
-   lzma? ( app-arch/xz-utils )
-   python? ( ${PYTHON_DEPS} )
-   guile? ( >=dev-scheme/guile-2.0 )
-   xml? ( dev-libs/expat )
-   source-highlight? (
-   dev-util/source-highlight
-   )
-   xxhash? (
-   dev-libs/xxhash
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   sys-apps/texinfo
-   virtual/yacc
-   nls? ( sys-devel/gettext )
-   source-highlight? ( virtual/pkgconfig )
-   test? ( dev-util/dejagnu )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-8.3.1-verbose-build.patch
-   "${FILESDIR}"/${P}-readline-8.2-build.patch
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   strip-linguas -u bfd/po opcodes/po
-
-   # Avoid using ancient termcap from host on Prefix systems
-   sed -i -e 's/termcap tinfow/tinfow/g' \
-   gdb/configure{.ac,} || die
-}
-
-gdb_branding() {
-   printf "Gentoo ${PV} "
-
-   if ! use vanilla && [[ -n ${PATCH_VER} ]] ; then
-   printf "p${PATCH_VER}"
-   else
-   printf "vanilla"
-   fi
-
-   [[ -n ${EGIT_COMMIT} ]] && printf " ${EGIT_COMMIT}"
-}
-
-src_configure() {
-   strip-unsupported-flags
-
-   # See 
https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html
-   # Avoid really confusing logs from subconfigure spam, makes logs far
-   # more legible.
-   MAKEOPTS="--output-sync=line ${MAKEOPTS}"
-
-   local myconf=(
-   # portage's econf() does not detect presence of --d-d-t
-   # because it greps only top-level ./configure. But not
-   # gnulib's or gdb's configure.
-   

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

2022-12-01 Thread Arthur Zamarin
commit: 41e1a00e736a4a77a863feedf23916f27d937b68
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:49:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:49:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e1a00e

sys-devel/gdb: Stabilize 12.1-r2 amd64, #883961

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-devel/gdb/gdb-12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-12.1-r2.ebuild b/sys-devel/gdb/gdb-12.1-r2.ebuild
index e30d1cad3660..aace932f1148 100644
--- a/sys-devel/gdb/gdb-12.1-r2.ebuild
+++ b/sys-devel/gdb/gdb-12.1-r2.ebuild
@@ -47,7 +47,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"



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

2022-12-01 Thread Joonas Niilola
commit: d49b6255d163ca2ecd260087451781bbb41a7b90
Author: Marco Scardovi  icloud  com>
AuthorDate: Tue Nov 22 14:17:43 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  2 07:43:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49b6255

sys-libs/libchipcard: bump to 5.1.6

Signed-off-by: Marco Scardovi  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/28375
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-libs/libchipcard/Manifest |  1 +
 sys-libs/libchipcard/libchipcard-5.1.6.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/sys-libs/libchipcard/Manifest b/sys-libs/libchipcard/Manifest
index 0a67c8296940..ccc116389bcd 100644
--- a/sys-libs/libchipcard/Manifest
+++ b/sys-libs/libchipcard/Manifest
@@ -1 +1,2 @@
 DIST libchipcard-5.1.5rc2.tar.gz 877820 BLAKE2B 
dfe82e3d6aea26e95e5f69298ea17ad4bb9a1d106cca02a9fc23f5aa5ea338471ae5628248350e01571f4819567da2a0f5a3699d56d8f02ed58971d6ac715abe
 SHA512 
5e86068bd688f72e04073dbd076f21646a6b75d2a7a73c25bba4396e8657c4df28cf5cfb61eef7b243186f8313cea1262e415f2acad5348fa5179b46d7f96ed1
+DIST libchipcard-5.1.6.tar.gz 874865 BLAKE2B 
995dec0ce1dd9a5c4eb1173c114a19292d5c9a96f44c0ad969390ab489a6ac4e9001596995eb06db98a4bee2fa8b2310b844efd2e1b18fe1138be00398e60bd3
 SHA512 
a6e22f2a92203529a8b35387b6d8a3de0ce16a8d845b6ebee53bc151fcaa7626a61f63e71480cd85c01c9c5975a17632be8ba2d71a604f7ec2eab9d40b9ddfd5

diff --git a/sys-libs/libchipcard/libchipcard-5.1.6.ebuild 
b/sys-libs/libchipcard/libchipcard-5.1.6.ebuild
new file mode 100644
index ..a8aa14efc76f
--- /dev/null
+++ b/sys-libs/libchipcard/libchipcard-5.1.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for accessing chip cards via chip card readers 
(terminals)"
+HOMEPAGE="https://www.aquamaniac.de/rdm/projects/libchipcard;
+SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/382/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc examples"
+
+BDEPEND="
+   sys-devel/gettext
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   >=sys-apps/pcsc-lite-1.6.2
+   >=sys-libs/gwenhywfar-4.99.22_rc6:=
+   sys-libs/zlib
+   virtual/libintl
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO 
doc/{CERTIFICATES,CONFIG,IPCCOMMANDS} )
+
+src_configure() {
+   local myeconfargs=(
+   --disable-static
+   --with-docpath=/usr/share/doc/"${PF}"/apidoc
+   $(use_enable doc full-doc)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   einstalldocs
+
+   if use examples; then
+   docinto tutorials
+   dodoc tutorials/*.{c,h,xml} tutorials/README
+   fi
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2022-12-01 Thread Joonas Niilola
commit: a1e268dad7bbb82f3b7d45ac60cc9f231c66e458
Author: Marco Scardovi  icloud  com>
AuthorDate: Mon Nov 21 20:18:35 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  2 07:43:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e268da

net-libs/aqbanking: bump to 6.5.3, EAPI 8

Signed-off-by: Marco Scardovi  icloud.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-libs/aqbanking/Manifest   |  1 +
 net-libs/aqbanking/aqbanking-6.5.3.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/net-libs/aqbanking/Manifest b/net-libs/aqbanking/Manifest
index 47974e204fb9..fb3887730a7e 100644
--- a/net-libs/aqbanking/Manifest
+++ b/net-libs/aqbanking/Manifest
@@ -1 +1,2 @@
 DIST aqbanking-6.2.5.tar.gz 2611057 BLAKE2B 
05ba9b652f60ae79bc8446f65714ec72396669886d34e57ad09a21b4e5a563bc3f9fbb14431be076b9c05171fe6eac17b128d4bcd7af5250fd5c63d8d93e3e65
 SHA512 
aec71c16d8f0b3bdac1bba32f83fb22d5b4d2272b41845e7f63e770323a622fcabe1d2e1a9fc98977a38c467ab7cc0f934746216c2107363b81f51b90e65c88c
+DIST aqbanking-6.5.3.tar.gz 2690700 BLAKE2B 
2a6407a9d6bfe6a7cfa3b3f4b6d3183b801bda8914770a11d48491fa7bc48e9b034b7eb5d220c6181725240e4475460a11c64df2d73dac98ccb30a61d5de5bca
 SHA512 
bca4449981f9660dc7de8506a2088981b52dcf4ded765fd337263962b464b7903319878e8efbce6cbef043b65be8edb828fee873f19e8c6b2fed0cf7906d58b2

diff --git a/net-libs/aqbanking/aqbanking-6.5.3.ebuild 
b/net-libs/aqbanking/aqbanking-6.5.3.ebuild
new file mode 100644
index ..9d0bc815c50b
--- /dev/null
+++ b/net-libs/aqbanking/aqbanking-6.5.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Generic Online Banking Interface"
+HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php;
+SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/467/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="debug doc ebics examples ofx"
+
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   app-misc/ktoblzcheck
+   dev-libs/gmp:0=
+   >=sys-libs/gwenhywfar-5.10.1:=
+   virtual/libintl
+   ebics? ( dev-libs/xmlsec[gcrypt] )
+   ofx? ( >=dev-libs/libofx-0.9.5:= )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_configure() {
+   local backends="aqhbci aqnone aqpaypal"
+   use ofx && backends="${backends} aqofxconnect"
+   use ebics && backends="${backends} aqebics"
+
+   local myeconfargs=(
+   --docdir="${EPREFIX}"/usr/share/doc/"${PF}"
+   $(use_enable debug)
+   $(use_enable doc full-doc)
+   --with-backends="${backends}"
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rv "${ED}"/usr/share/doc/ || die "Failed to remove docs"
+
+   einstalldocs
+
+   if use examples; then
+   docinto tutorials
+   dodoc tutorials/*.{c,h} tutorials/README
+   fi
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2022-12-01 Thread Joonas Niilola
commit: 671eb2ed60d87309874df0a707aa8fdeb9fb3768
Author: Marco Scardovi  icloud  com>
AuthorDate: Mon Nov 21 20:38:05 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  2 07:43:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671eb2ed

sys-libs/gwenhywfar: bump to 5.10.1

Signed-off-by: Marco Scardovi  icloud.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-libs/gwenhywfar/Manifest |  1 +
 sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
index d7685261487e..8563699d13ed 100644
--- a/sys-libs/gwenhywfar/Manifest
+++ b/sys-libs/gwenhywfar/Manifest
@@ -1 +1,2 @@
+DIST gwenhywfar-5.10.1.tar.gz 2687042 BLAKE2B 
78fb776a605761f309060affef4e84e526ba789039f48f1e68e107d5002c508e19c9c2c2c0b3a8aba39c6c32543816914b504a6212219cfeeb4f0f04b0354f45
 SHA512 
11781bec2dd1c4156b609574283179278b8070d604a792aeddf92c8f9b873b3ac09273a8558b9adba567af8d016ea10914d2a149f4b6813798b5800e34e29aa5
 DIST gwenhywfar-5.4.1.tar.gz 2373780 BLAKE2B 
bc2666145d958c5ab9c5600be65bcdd4a2ea6e35f3bd83a5ba9a2380dcc8788e91038733c49c1c16ff00d27eea999a0c0f4a02a70f30180d54a1541dbb951131
 SHA512 
78ec815374410bb3ebbbcc5c18120b47bbc2460aa8a620fae068f3c6aaeb16351139fe0e28e8dc7037ffb9eaa449011d2483dde3c99ecd0fed7bb2c9f97f89a0

diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild
new file mode 100644
index ..ab910b95aef6
--- /dev/null
+++ b/sys-libs/gwenhywfar/gwenhywfar-5.10.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+DESCRIPTION="Multi-platform helper library for other libraries"
+HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php;
+SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/465/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0/79" # correspond with libgwenhywfar.so version
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="debug doc gtk qt5 test"
+
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   dev-libs/libgcrypt:0=
+   dev-libs/libgpg-error
+   dev-libs/libxml2:2
+   dev-libs/openssl:0=
+   net-libs/gnutls:=
+   virtual/libiconv
+   virtual/libintl
+   virtual/opengl
+   gtk? ( x11-libs/gtk+:3 )
+   qt5? (
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   )
+"
+RDEPEND="
+   ${DEPEND}
+   gtk? ( !

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

2022-12-01 Thread Miroslav Šulc
commit: 2443a141606d41b7e7f0ebfaf413dd3be05885d0
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Dec  2 07:41:43 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Dec  2 07:41:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2443a141

media-sound/jack2: dropped obsolete 1.9.19

Bug: https://bugs.gentoo.org/883959
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/jack2/Manifest|  1 -
 media-sound/jack2/jack2-1.9.19.ebuild | 97 ---
 2 files changed, 98 deletions(-)

diff --git a/media-sound/jack2/Manifest b/media-sound/jack2/Manifest
index 27cfddced531..dcc6789ee295 100644
--- a/media-sound/jack2/Manifest
+++ b/media-sound/jack2/Manifest
@@ -1,2 +1 @@
-DIST jack2-1.9.19.tar.gz 988780 BLAKE2B 
37536e23f97ea8a3bf62fe77e35a4a40c5d88cea1197a2f72c4ab31cbbc689fcf99a1d51bb0ee96122c618464eefe1ca8479dc53ab7de9e6570cb4009cf2a7a1
 SHA512 
d8d5fe17e2984959546af3c53f044aa4648860e19ff8ffd54452e87fa6cdfd111f825c57e3df17cb8ed95de8392b6f354b12ded41e3e021a37f07b99a89ba18d
 DIST jack2-1.9.21.tar.gz 1006157 BLAKE2B 
052486300bd17860964115427d4b5755ce7a4e4607bf9eb4e2b94d5b0cc61cf6a6b56d3a3eae9e91a1195a3316dd1f1ec1357275803805957e4b6f7a76424e24
 SHA512 
0e9ce581fca3c5d9ffb1de22b45cae6d94085c6f92ff3554892e25727baf66a2269f10d338d95d991e8380c4be5e0cc1e1453b9f878c7dc2e8a990f3bd458557

diff --git a/media-sound/jack2/jack2-1.9.19.ebuild 
b/media-sound/jack2/jack2-1.9.19.ebuild
deleted file mode 100644
index 8b2b7719b6e4..
--- a/media-sound/jack2/jack2-1.9.19.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-PYTHON_REQ_USE="threads(+)"
-inherit python-single-r1 waf-utils multilib-minimal
-
-DESCRIPTION="Jackdmp jack implemention for multi-processor machine"
-HOMEPAGE="https://jackaudio.org/;
-
-if [[ "${PV}" = "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git;
-else
-   MY_PV="${PV/_rc/-RC}"
-   MY_P="${PN}-${MY_PV}"
-   S="${WORKDIR}/${MY_P}"
-   
SRC_URI="https://github.com/jackaudio/jack2/archive/v${MY_PV}/v${MY_PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="2"
-IUSE="alsa +classic dbus doc ieee1394 libsamplerate metadata opus pam readline 
sndfile"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   || ( classic dbus )"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="${PYTHON_DEPS}
-   media-libs/libsamplerate
-   media-libs/libsndfile
-   sys-libs/readline:0=
-   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
-   dbus? (
-   dev-libs/expat[${MULTILIB_USEDEP}]
-   sys-apps/dbus[${MULTILIB_USEDEP}]
-   )
-   ieee1394? ( media-libs/libffado:=[${MULTILIB_USEDEP}] )
-   metadata? ( sys-libs/db:* )
-   opus? ( media-libs/opus[custom-modes,${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}
-   dbus? (
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-   pam? ( sys-auth/realtime-base )
-   !media-sound/jack-audio-connection-kit:0"
-
-DOCS=( AUTHORS.rst ChangeLog.rst README.rst README_NETJACK2 )
-
-src_prepare() {
-   default
-   python_fix_shebang waf
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   local mywafconfargs=(
-   --htmldir=/usr/share/doc/${PF}/html
-   $(usex dbus --dbus "")
-   $(usex classic --classic "")
-   --alsa=$(usex alsa yes no)
-   --celt=no
-   --db=$(usex metadata yes no)
-   --doxygen=$(multilib_native_usex doc yes no)
-   --firewire=$(usex ieee1394 yes no)
-   --iio=no
-   --opus=$(usex opus yes no)
-   --portaudio=no
-   --readline=$(multilib_native_usex readline yes no)
-   --samplerate=$(multilib_native_usex libsamplerate yes no)
-   --sndfile=$(multilib_native_usex sndfile yes no)
-   --winmme=no
-   )
-
-   waf-utils_src_configure ${mywafconfargs[@]}
-}
-
-multilib_src_compile() {
-   WAF_BINARY="${BUILD_DIR}"/waf waf-utils_src_compile
-}
-
-multilib_src_install() {
-   WAF_BINARY="${BUILD_DIR}"/waf waf-utils_src_install
-}
-
-multilib_src_install_all() {
-   python_fix_shebang "${ED}"
-}



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

2022-12-01 Thread Arthur Zamarin
commit: 5b63319bcd78440fe2cf1b6c1ad9f508cbaf91e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:38:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:38:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b63319b

app-admin/syslog-ng: Stabilize 3.38.1 hppa, #883949

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
index b70b1f7f7fa7..018b628fe909 100644
--- a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"



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

2022-12-01 Thread Arthur Zamarin
commit: 131a70909b257cc96fa0f8689f2c7275ef8a82a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:38:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:38:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131a7090

app-admin/syslog-ng: Stabilize 3.38.1 sparc, #883949

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
index 0d7ae77696e5..a672bed064a0 100644
--- a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"



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

2022-12-01 Thread Arthur Zamarin
commit: 99a7da9522f9d151e46436bff63199eb1e303780
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:38:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:38:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a7da95

app-admin/syslog-ng: Stabilize 3.38.1 ppc64, #883949

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
index 874d77b7f218..0d7ae77696e5 100644
--- a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"



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

2022-12-01 Thread Arthur Zamarin
commit: a982c86906107b33b65dbe29fcb78e5c20c29d2a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:38:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:38:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a982c869

app-admin/syslog-ng: Stabilize 3.38.1 ppc, #883949

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
index 018b628fe909..874d77b7f218 100644
--- a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"



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

2022-12-01 Thread Arthur Zamarin
commit: 6ccea5b4f18dc471a2996ba05ae7a7fdcae55364
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:38:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:38:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccea5b4

app-admin/syslog-ng: Stabilize 3.38.1 arm, #883949

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
index 8f7082393eef..b70b1f7f7fa7 100644
--- a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2022-12-01 Thread Arthur Zamarin
commit: 44d7d126f142d71fd06bda50c4eecdb14a8be7f2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:37:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:37:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d7d126

app-i18n/ibus: Stabilize 1.5.27 arm64, #883863

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/ibus/ibus-1.5.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild
index 4502c94d58b6..c0a561d610a0 100644
--- a/app-i18n/ibus/ibus-1.5.27.ebuild
+++ b/app-i18n/ibus/ibus-1.5.27.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls 
+python systemd test +unicode vala wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2022-12-01 Thread Arthur Zamarin
commit: 20bb731a11232a5c3ac5aa64df7204decb5a82e0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:37:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:37:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bb731a

app-i18n/ibus: Stabilize 1.5.27 ppc, #883863

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/ibus/ibus-1.5.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild
index c0a561d610a0..44bb5b0f56c1 100644
--- a/app-i18n/ibus/ibus-1.5.27.ebuild
+++ b/app-i18n/ibus/ibus-1.5.27.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls 
+python systemd test +unicode vala wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2022-12-01 Thread Arthur Zamarin
commit: 80f43f2a072158cc565e6ad1c6789411f151778a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:37:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:37:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f43f2a

app-i18n/ibus: Stabilize 1.5.27 ppc64, #883863

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/ibus/ibus-1.5.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild
index 44bb5b0f56c1..e9e91c87dfa9 100644
--- a/app-i18n/ibus/ibus-1.5.27.ebuild
+++ b/app-i18n/ibus/ibus-1.5.27.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls 
+python systemd test +unicode vala wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2022-12-01 Thread Arthur Zamarin
commit: 85445de33adb3d79d17f5e611c168a3cda103f58
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:37:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:37:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85445de3

app-i18n/ibus: Stabilize 1.5.27 sparc, #883863

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/ibus/ibus-1.5.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild
index e9e91c87dfa9..3a949739bc2d 100644
--- a/app-i18n/ibus/ibus-1.5.27.ebuild
+++ b/app-i18n/ibus/ibus-1.5.27.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc ~x86"
 IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls 
+python systemd test +unicode vala wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2022-12-01 Thread Arthur Zamarin
commit: dccad7aab02659a80939ea92b39c83d14be757de
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:37:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:37:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccad7aa

app-i18n/ibus: Stabilize 1.5.27 arm, #883863

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/ibus/ibus-1.5.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild
index a723bd6de987..4502c94d58b6 100644
--- a/app-i18n/ibus/ibus-1.5.27.ebuild
+++ b/app-i18n/ibus/ibus-1.5.27.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls 
+python systemd test +unicode vala wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2022-12-01 Thread Arthur Zamarin
commit: 4853463636b2cb46f549355e33c99619cc476f97
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:31:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:31:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48534636

sys-boot/grub: Stabilize 2.06-r4 x86, #881821

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-boot/grub/grub-2.06-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/grub/grub-2.06-r4.ebuild 
b/sys-boot/grub/grub-2.06-r4.ebuild
index 76f793378133..10638d064406 100644
--- a/sys-boot/grub/grub-2.06-r4.ebuild
+++ b/sys-boot/grub/grub-2.06-r4.ebuild
@@ -44,7 +44,7 @@ if [[ ${PV} !=  ]]; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
S=${WORKDIR}/${P%_*}
fi
-   KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc ~x86"
+   KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 else
inherit git-r3
EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git;



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2022-12-01 Thread Arthur Zamarin
commit: f50b07fb4527f9e0b888369e7ad200bd19c229dd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:30:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:30:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50b07fb

app-i18n/ibus: Stabilize 1.5.27 amd64, #883863

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/ibus/ibus-1.5.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild
index 2118ad5f14ca..a723bd6de987 100644
--- a/app-i18n/ibus/ibus-1.5.27.ebuild
+++ b/app-i18n/ibus/ibus-1.5.27.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection libnotify nls 
+python systemd test +unicode vala wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gcrypt/

2022-12-01 Thread Maciej Barć
commit: ac2cd1a7d6ab298b71b88be9d76bb439b7f2deb6
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Dec  2 07:27:19 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Dec  2 07:29:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2cd1a7

dev-scheme/guile-gcrypt: bump to 0.4.0

Signed-off-by: Maciej Barć  gentoo.org>

 dev-scheme/guile-gcrypt/Manifest  |  1 +
 dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-scheme/guile-gcrypt/Manifest b/dev-scheme/guile-gcrypt/Manifest
index 240c748ec956..6f754c556550 100644
--- a/dev-scheme/guile-gcrypt/Manifest
+++ b/dev-scheme/guile-gcrypt/Manifest
@@ -1 +1,2 @@
 DIST guile-gcrypt-0.3.0.tar.gz 55022 BLAKE2B 
20d0948df250637c38a9e583ed9b8e0f4fd6d6142a60b4cceddab9a6a5c3062ffc7a0c8bc61187a1e942a137186ccc6e3cbc44b86d3c64f8cea91c67ae46cb08
 SHA512 
036017bbf10247bf474f41bb23fa0e824ed17241f169d0b36da5b20753502050bf6b14fa3a584076521e8f076732b75fe3f5e0ec9fb9ffeaf142319a98d36ae9
+DIST guile-gcrypt-0.4.0.tar.gz 56915 BLAKE2B 
0b1ca0b23531f1dd28422798f235d15898ec67dd77fa08b52f9ccbfc9b9c1ed55abd1ec7cd15c9a129444e9d7411e24ef5b73ebc8547ca9e0408e7e5a552a200
 SHA512 
5dbb5ca9f00a607200c600d438f5d96db271a5e889f4e92d361793073ef618b1f731c3bc31dc39c7b939c2e9111da7905ed68845f55fe7fd24b064496e9d2677

diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0.ebuild 
b/dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0.ebuild
new file mode 100644
index ..7c88a2ac40d5
--- /dev/null
+++ b/dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Guile bindings of libgcrypt"
+HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt;
+SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND="
+   >=dev-scheme/guile-2.0.11:=
+   dev-libs/libgcrypt:0=
+"
+DEPEND="${RDEPEND}"
+
+# guile generates ELF files without use of C or machine code
+# It's a portage's false positive. bug #677600
+QA_PREBUILT='*[.]go'
+
+src_prepare() {
+   default
+
+   # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
+   find "${S}" -name "*.scm" -exec touch {} + || die
+
+   # upstream tag on top of source tree. has no autogenerated files
+   eautoreconf
+}



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

2022-12-01 Thread Arthur Zamarin
commit: 7d462b4fe3efcb81ca2ba14e2fc97f13a78aea10
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:25:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:25:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d462b4f

dev-libs/libintl: Stabilize 0.21.1 x86, #882855

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-libs/libintl/libintl-0.21.1.ebuild 
b/dev-libs/libintl/libintl-0.21.1.ebuild
index 398827d1353d..6c2be1b2eebd 100644
--- a/dev-libs/libintl/libintl-0.21.1.ebuild
+++ b/dev-libs/libintl/libintl-0.21.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}/gettext-runtime"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="static-libs +threads"
 
 DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"



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

2022-12-01 Thread Arthur Zamarin
commit: d5cb45d891c822a420992b1ead80875d88421e0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:25:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:25:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cb45d8

dev-libs/libintl: Stabilize 0.21.1 amd64, #882855

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-libs/libintl/libintl-0.21.1.ebuild 
b/dev-libs/libintl/libintl-0.21.1.ebuild
index 6c2be1b2eebd..c96124d7a3b9 100644
--- a/dev-libs/libintl/libintl-0.21.1.ebuild
+++ b/dev-libs/libintl/libintl-0.21.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}/gettext-runtime"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="static-libs +threads"
 
 DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/

2022-12-01 Thread Arthur Zamarin
commit: 8f15ebfb5a19cb50fdb4a1c1548e0dc138c801d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 07:20:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 07:20:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f15ebfb

dev-db/mysql-connector-c: Stabilize 8.0.31 sparc, #878909

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild 
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild
index fd1796f00878..7e707865c9f9 100644
--- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-$(ver_cut 
1-2)/mysql-boost-${PV}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86"
 
S="${WORKDIR}/mysql-${PV}"
 fi



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

2022-12-01 Thread Joonas Niilola
commit: add48575b061585246341f92d86728faaba6c01f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Dec  2 07:06:14 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  2 07:06:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add48575

app-admin/syslog-ng: Stabilize 3.38.1 amd64, #883949

Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
index 27d32fb8cca8..8f7082393eef 100644
--- a/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.38.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mcrypt/

2022-12-01 Thread Joonas Niilola
commit: 22f1bfae1d4bac5de5f15fd820060faf6eddb581
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Dec  2 07:00:59 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  2 07:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f1bfae

dev-php/pecl-mcrypt: Stabilize 1.0.5 amd64, #883947

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild 
b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild
index 364bbc894e73..94e2afb39170 100644
--- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild
+++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild
@@ -15,7 +15,7 @@ inherit php-ext-pecl-r3
 DESCRIPTION="Bindings for the libmcrypt library"
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 DEPEND="dev-libs/libltdl
dev-libs/libmcrypt"



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

2022-12-01 Thread Joonas Niilola
commit: edbd6bc6efb5443040f5d54ea6ba760671544523
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Dec  2 06:48:48 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  2 07:01:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbd6bc6

x11-terms/terminology: add 1.13.0

Signed-off-by: Joonas Niilola  gentoo.org>

 x11-terms/terminology/Manifest  |  1 +
 x11-terms/terminology/terminology-1.13.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index f504b1558631..152f1f88c602 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1 +1,2 @@
 DIST terminology-1.12.1.tar.xz 2722144 BLAKE2B 
ce6eea2fd6efe8a4a6d654f8e7899336b3bb7a1d2f1728c2ac2f1b367972c8b222e665309e2b704dd1f3bb774784d218789bcd8134348893a265c0e50fa855d9
 SHA512 
036f1e516d5f9c44185fc417266022bb4a3c34839451b2bd7ab64c9610e71cd1690faee014cf8364ceac12261cb9b57501446a3e6e58ac13f98f11064498a43b
+DIST terminology-1.13.0.tar.xz 2765572 BLAKE2B 
e918feeb848c9373f38a41a99893210e62fd47206d4c9557a0afcd65a25c978671ddcadbdf955b7514754bc6a47dd3c36ff867b14d3cbda48039b8ac6e8502b8
 SHA512 
95e8f8bdf51e63b07f7bc5bf1aead98b9bd34c58e13df29d4726f1a81e560d071119035aa94218632e840bc5146c3bc475641934eebd6c7e37e00bed94451beb

diff --git a/x11-terms/terminology/terminology-1.13.0.ebuild 
b/x11-terms/terminology/terminology-1.13.0.ebuild
new file mode 100644
index ..109a118568bb
--- /dev/null
+++ b/x11-terms/terminology/terminology-1.13.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit meson python-any-r1 xdg
+
+DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
+HOMEPAGE="https://www.enlightenment.org/about-terminology;
+SRC_URI="https://download.enlightenment.org/rel/apps/terminology/${P}.tar.xz 
https://downloads.terminolo.gy/${P}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="extras nls"
+
+RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
+   app-arch/lz4
+   >=dev-libs/efl-1.26.1[eet,fontconfig]"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
+   virtual/libintl
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # Fix python shebangs for python-exec[-native-symlinks], #766081
+   local shebangs=($(grep -rl "#!/usr/bin/env python3" || die))
+   python_fix_shebang -q ${shebangs[*]}
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use nls)
+   $(meson_use extras tests)
+   )
+
+   meson_src_configure
+}



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

2022-12-01 Thread 罗百科
commit: 18fec8580b363f15a0bd951ec6b170b0d8960eb2
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Dec  2 06:56:05 2022 +
Commit: 罗百科  gentoo  org>
CommitDate: Fri Dec  2 06:56:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18fec858

dev-db/barman: add 3.2.0

Closes: https://bugs.gentoo.org/878921
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/barman/Manifest|  1 +
 dev-db/barman/barman-3.2.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 0ecd3afb2278..1ed353c380a5 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,2 +1,3 @@
 DIST barman-2.12.tar.gz 1370978 BLAKE2B 
2b44e153addab3fca7dbf572b03b2e22fe18f0960d98048aa145c64552a0de4cea977c423c268bfb9b822e44aaead3572ee350053049ab5459cc022d976eb4d0
 SHA512 
b4b479a03e5b770ba783af1d5645f6be2a19e2427cb58c6d9dfc6389240d4c85401caa59c0d837a70f1cf67c0edbdb1539ecbd2f3de86285a122fc184320
 DIST barman-2.19.tar.gz 1423229 BLAKE2B 
db316bad10774ff5825af7409ecc69cd502fe447dd91efc52c04ae23d8e5c21e682fcde351b23dea437817d6207765a6cba355399aea0c5799b0f34be55ee524
 SHA512 
042912aac1e02994fbbe270f9bf6f4340b9b7ba5b1fdb5d588bdf95098a970ed398e002d1d56731f9b96c8bd0c7e0b71463ab6c08517ce3c1f2c77d1a92618ff
+DIST barman-3.2.0.tar.gz 1463937 BLAKE2B 
9daff4dc1374aef5dfd8eff48438464265189223c7b5e7b39045cdf39362c0d266e437f8ff98aac3c045ab94f09ecc59cd34dd7847b783649cf5e18ab3e85280
 SHA512 
73b86ce55a034bc1bb4f130ef06f2e05c4a7b5c221b49c9ff1cf2f3693e42a5b30613232e823c5b4a87d201bdc8c3b2137de3b189268354145cc3866526095ab

diff --git a/dev-db/barman/barman-3.2.0.ebuild 
b/dev-db/barman/barman-3.2.0.ebuild
new file mode 100644
index ..08998d1bf9e6
--- /dev/null
+++ b/dev-db/barman/barman-3.2.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{8..11} )
+
+RESTRICT="test" # missing azure sdk
+
+inherit distutils-r1
+
+DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
+HOMEPAGE="https://www.pgbarman.org https://sourceforge.net/projects/pgbarman/;
+SRC_URI="https://github.com/2ndquadrant-it/barman/archive/release/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/boto3[${PYTHON_USEDEP}]
+   dev-python/argh[${PYTHON_USEDEP}]
+   dev-python/psycopg:2[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/argcomplete[${PYTHON_USEDEP}]
+   net-misc/rsync
+   dev-db/postgresql[server]
+"
+
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/snappy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+
+   sed -i -e \
+   "s/^def test_xlog_segment_mask(.*:/
@pytest.mark.xfail(reason='Test fails on Gentoo')\n\0/" \
+   tests/test_xlog.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/tree-sitter-cli/

2022-12-01 Thread Arthur Zamarin
commit: 949802fe39591fc4b6861b77af127989fcfe9910
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:33:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:33:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949802fe

dev-util/tree-sitter-cli: Keyword 0.20.7 s390, #883941

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/tree-sitter-cli/tree-sitter-cli-0.20.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/tree-sitter-cli/tree-sitter-cli-0.20.7.ebuild 
b/dev-util/tree-sitter-cli/tree-sitter-cli-0.20.7.ebuild
index a0f1b334cf70..a6ee59daa11e 100644
--- a/dev-util/tree-sitter-cli/tree-sitter-cli-0.20.7.ebuild
+++ b/dev-util/tree-sitter-cli/tree-sitter-cli-0.20.7.ebuild
@@ -124,7 +124,7 @@ S="${WORKDIR}"/${MY_P}/cli
 
 LICENSE="Apache-2.0 BSD-2 CC0-1.0 ISC MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 # Test seems to require files (grammar definitions) that we don't have.
 RESTRICT="test"



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

2022-12-01 Thread Arthur Zamarin
commit: 5725ed4d0b1e78adf6b4e703cc67d569ef0c3b0f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5725ed4d

sys-kernel/gentoo-kernel: Stabilize 5.4.225 amd64, #883325

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.4.225.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.225.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.225.ebuild
index 4bc4b1d739a1..ad32c9ec9ae7 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.225.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.225.ebuild
@@ -40,7 +40,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 ~x86"
 IUSE="debug"
 
 RDEPEND="



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

2022-12-01 Thread Arthur Zamarin
commit: 855f82e0859fcf3cd295d3f8932a388440ae7b51
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855f82e0

x11-libs/libXinerama: Stabilize 1.1.5 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-libs/libXinerama/libXinerama-1.1.5.ebuild 
b/x11-libs/libXinerama/libXinerama-1.1.5.ebuild
index ce96893498ea..664efeedacdb 100644
--- a/x11-libs/libXinerama/libXinerama-1.1.5.ebuild
+++ b/x11-libs/libXinerama/libXinerama-1.1.5.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xinerama library"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-image/

2022-12-01 Thread Arthur Zamarin
commit: bd2a3ec632c378a1379ce975510f475e3b6cd66c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2a3ec6

x11-libs/xcb-util-image: Stabilize 0.4.1 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/xcb-util-image/xcb-util-image-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.4.1.ebuild 
b/x11-libs/xcb-util-image/xcb-util-image-0.4.1.ebuild
index 0d9c79168d29..0087e7d795c6 100644
--- a/x11-libs/xcb-util-image/xcb-util-image-0.4.1.ebuild
+++ b/x11-libs/xcb-util-image/xcb-util-image-0.4.1.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-image;
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
>=x11-libs/xcb-util-0.4:=[${MULTILIB_USEDEP}]"



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

2022-12-01 Thread Arthur Zamarin
commit: b4621bfa1fcda2a6327b5db11a1818f24ce6a206
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4621bfa

sys-kernel/gentoo-kernel-bin: Stabilize 5.4.225 amd64, #883325

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.225.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.225.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.225.ebuild
index 7c8a2dc9f78e..cd05d9770868 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.225.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.225.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2022-12-01 Thread Arthur Zamarin
commit: 8a014e16b2efdd32648a487658c68ee481222f8d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a014e16

dev-cpp/catch: Stabilize 3.0.1 amd64, #879481

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-cpp/catch/catch-3.0.1.ebuild b/dev-cpp/catch/catch-3.0.1.ebuild
index 7802f6595ece..7b6e5cc3685f 100644
--- a/dev-cpp/catch/catch-3.0.1.ebuild
+++ b/dev-cpp/catch/catch-3.0.1.ebuild
@@ -15,7 +15,7 @@ else
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 DESCRIPTION="Modern C++ header-only framework for unit-tests"



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

2022-12-01 Thread Arthur Zamarin
commit: f29303cb137a1a0b495b54dd75ad6a295a8c8fc1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29303cb

dev-python/pikepdf: Stabilize 6.2.4 amd64, #879481

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pikepdf/pikepdf-6.2.4.ebuild 
b/dev-python/pikepdf/pikepdf-6.2.4.ebuild
index 8b33e4d735ed..4701dbdb08cc 100644
--- a/dev-python/pikepdf/pikepdf-6.2.4.ebuild
+++ b/dev-python/pikepdf/pikepdf-6.2.4.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 DEPEND="
>=app-text/qpdf-11.1.1:0=



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

2022-12-01 Thread Arthur Zamarin
commit: 1c28ec1116fb5448672680237748a76bbc4ef55a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c28ec11

dev-python/pybind11: Stabilize 2.10.1 amd64, #879481

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pybind11/pybind11-2.10.1.ebuild 
b/dev-python/pybind11/pybind11-2.10.1.ebuild
index 391705a55c76..5fa28b785e40 100644
--- a/dev-python/pybind11/pybind11-2.10.1.ebuild
+++ b/dev-python/pybind11/pybind11-2.10.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-cpp/eigen:3



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

2022-12-01 Thread Arthur Zamarin
commit: 8cb794e2d75b1f6528fd8c5fd39683ff4d2957b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb794e2

x11-base/xwayland: Stabilize 22.1.5 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-base/xwayland/xwayland-22.1.5.ebuild 
b/x11-base/xwayland/xwayland-22.1.5.ebuild
index 55357ded3efc..a8b48c055f61 100644
--- a/x11-base/xwayland/xwayland-22.1.5.ebuild
+++ b/x11-base/xwayland/xwayland-22.1.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Standalone X server running under Wayland"



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

2022-12-01 Thread Arthur Zamarin
commit: b6ff9bd116bbb36d897009055fee5aa58b577f68
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ff9bd1

dev-python/cairocffi: Stabilize 1.4.0 amd64, #879481

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/cairocffi/cairocffi-1.4.0.ebuild 
b/dev-python/cairocffi/cairocffi-1.4.0.ebuild
index 01a8da41e874..73adbc34f5c1 100644
--- a/dev-python/cairocffi/cairocffi-1.4.0.ebuild
+++ b/dev-python/cairocffi/cairocffi-1.4.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-wm/

2022-12-01 Thread Arthur Zamarin
commit: 98e02c77f3add8a753eff75332b5d9c9d05d2874
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e02c77

x11-libs/xcb-util-wm: Stabilize 0.4.2 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild 
b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild
index 760dfda8616e..94b5ea1384ae 100644
--- a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild
+++ b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.2.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-wm;
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}



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

2022-12-01 Thread Arthur Zamarin
commit: 52c17b4d3b536a2b7a1f7ead1b62e0bbfec25ef4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c17b4d

virtual/dist-kernel: Stabilize 5.4.225 amd64, #883325

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/virtual/dist-kernel/dist-kernel-5.4.225.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.225.ebuild
index c19536df3a44..83923c26c31e 100644
--- a/virtual/dist-kernel/dist-kernel-5.4.225.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.4.225.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 ~x86"
 
 RDEPEND="
|| (



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

2022-12-01 Thread Arthur Zamarin
commit: 0a2abff011338a031711e2717eca1af054df0af2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2abff0

x11-misc/makedepend: Stabilize 1.0.7 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-misc/makedepend/makedepend-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/makedepend/makedepend-1.0.7.ebuild 
b/x11-misc/makedepend/makedepend-1.0.7.ebuild
index a81eb29c2644..329e83efa162 100644
--- a/x11-misc/makedepend/makedepend-1.0.7.ebuild
+++ b/x11-misc/makedepend/makedepend-1.0.7.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
 inherit xorg-3
 
 DESCRIPTION="create dependencies in makefiles"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-renderutil/

2022-12-01 Thread Arthur Zamarin
commit: 5d7375b5527eb05371704875fbbcbb6286a9405e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7375b5

x11-libs/xcb-util-renderutil: Stabilize 0.3.10 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild 
b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild
index 1527539caa4d..0c93fcb1eb58 100644
--- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild
+++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.10.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util;
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}



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

2022-12-01 Thread Arthur Zamarin
commit: fdaebf9f754abdb371ebffb90237b35d6b0320dd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdaebf9f

x11-misc/imake: Stabilize 1.0.9 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-misc/imake/imake-1.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/imake/imake-1.0.9.ebuild 
b/x11-misc/imake/imake-1.0.9.ebuild
index 8c51416260ea..c2494666dbdf 100644
--- a/x11-misc/imake/imake-1.0.9.ebuild
+++ b/x11-misc/imake/imake-1.0.9.ebuild
@@ -6,7 +6,7 @@ XORG_TARBALL_SUFFIX="xz"
 inherit toolchain-funcs xorg-3
 
 DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="x11-misc/xorg-cf-files"
 DEPEND="x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/

2022-12-01 Thread Arthur Zamarin
commit: e3f899a1eaf1f4961c92b615fc9ea0deed03142b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f899a1

x11-libs/xcb-util-cursor: Stabilize 0.1.4 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.4.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.4.ebuild
index a170b7ce621b..41211c46bc72 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.4.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.4.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor;
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
>=x11-libs/xcb-util-image-0.3.9-r1[${MULTILIB_USEDEP}]



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

2022-12-01 Thread Arthur Zamarin
commit: 9986c2e3a9c679e50f86af0f952b4e1581c63662
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9986c2e3

x11-libs/libXtst: Stabilize 1.2.4 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-libs/libXtst/libXtst-1.2.4.ebuild 
b/x11-libs/libXtst/libXtst-1.2.4.ebuild
index 21d4d04f46ad..4307ef5e6142 100644
--- a/x11-libs/libXtst/libXtst-1.2.4.ebuild
+++ b/x11-libs/libXtst/libXtst-1.2.4.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions 
library"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-keysyms/

2022-12-01 Thread Arthur Zamarin
commit: d1a62895893fd27d62d6a86d849152886d5a4d2d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a62895

x11-libs/xcb-util-keysyms: Stabilize 0.4.1 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild 
b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild
index 55c88fad5c98..14a0752700e7 100644
--- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild
+++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.1.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms;
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}



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

2022-12-01 Thread Arthur Zamarin
commit: 3855d0df07fe7955f1529bbc8d5ebcbd61bff43b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3855d0df

x11-libs/libXaw3d: Stabilize 1.6.4 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild 
b/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild
index 1cadb0efb772..f3d3365ade7b 100644
--- a/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xaw3d library"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="xpm"
 
 RDEPEND="



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

2022-12-01 Thread Arthur Zamarin
commit: 61d329f4c22762224f8743cf0c54b322d64e7d29
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d329f4

x11-libs/libXpresent: Stabilize 1.0.1 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-libs/libXpresent/libXpresent-1.0.1.ebuild 
b/x11-libs/libXpresent/libXpresent-1.0.1.ebuild
index 1aee1f5202f4..91b60c1c4a82 100644
--- a/x11-libs/libXpresent/libXpresent-1.0.1.ebuild
+++ b/x11-libs/libXpresent/libXpresent-1.0.1.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 
 DESCRIPTION="X Present Extension C Library"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 
 RDEPEND="
x11-libs/libX11[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-vmmouse/

2022-12-01 Thread Arthur Zamarin
commit: 03474ca14dc4e5e855bc4ee2c5aeb6a790ccab18
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03474ca1

x11-drivers/xf86-input-vmmouse: Stabilize 13.2.0 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.2.0.ebuild 
b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.2.0.ebuild
index 401559b5c2d6..ae823b5c11b8 100644
--- a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.2.0.ebuild
+++ b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.2.0.ebuild
@@ -7,7 +7,7 @@ inherit udev xorg-3
 
 DESCRIPTION="VMWare mouse input driver"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="x11-base/xorg-proto"
 



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

2022-12-01 Thread Arthur Zamarin
commit: 3841c3d1c2d671e55f1c4313e47b43b9ab261d2c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3841c3d1

x11-libs/pixman: Stabilize 0.42.2 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-libs/pixman/pixman-0.42.2.ebuild 
b/x11-libs/pixman/pixman-0.42.2.ebuild
index 4c274d484e3b..397ec588a58b 100644
--- a/x11-libs/pixman/pixman-0.42.2.ebuild
+++ b/x11-libs/pixman/pixman-0.42.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.pixman.org/ 
https://gitlab.freedesktop.org/pixman/pixman/;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz;
 fi
 



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-void/

2022-12-01 Thread Arthur Zamarin
commit: 1f6b6ebd7901f7cd66a74dafb1f589b8a5b1c3a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6b6ebd

x11-drivers/xf86-input-void: Stabilize 1.4.2 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild 
b/x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild
index d4892aabcb95..6790b43a3bd6 100644
--- a/x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild
+++ b/x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="null input driver"
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2022-12-01 Thread Arthur Zamarin
commit: c16d59c96553330e67983eefe759b4fdf4d995e3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16d59c9

x11-misc/xkeyboard-config: Stabilize 2.37 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.37.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.37.ebuild
index 4a508d6fe733..b929e91d88ec 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.37.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.37.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~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/libfontenc/

2022-12-01 Thread Arthur Zamarin
commit: eef8fac0b75443239fb8f882b39d4848901da09a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef8fac0

x11-libs/libfontenc: Stabilize 1.1.6 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-libs/libfontenc/libfontenc-1.1.6.ebuild 
b/x11-libs/libfontenc/libfontenc-1.1.6.ebuild
index a5aac48d75c3..0d980987b4fc 100644
--- a/x11-libs/libfontenc/libfontenc-1.1.6.ebuild
+++ b/x11-libs/libfontenc/libfontenc-1.1.6.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org fontenc library"
 
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 
 RDEPEND="sys-libs/zlib"
 DEPEND="${RDEPEND}



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

2022-12-01 Thread Arthur Zamarin
commit: 7ef5a5886c93ac4da85ef18150970cea83a1d2f8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:31:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:31:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef5a588

x11-libs/libXfont2: Stabilize 2.0.6 amd64, #880793

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/x11-libs/libXfont2/libXfont2-2.0.6.ebuild 
b/x11-libs/libXfont2/libXfont2-2.0.6.ebuild
index 99ba63b9178f..a16e7f7fc1a8 100644
--- a/x11-libs/libXfont2/libXfont2-2.0.6.ebuild
+++ b/x11-libs/libXfont2/libXfont2-2.0.6.ebuild
@@ -10,7 +10,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xfont library"
 
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 truetype"
 
 RDEPEND="sys-libs/zlib



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

2022-12-01 Thread Arthur Zamarin
commit: 54557ad4ca9f99086d04fd56405bbeac1322
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54557ad4

media-sound/jack-example-tools: Stabilize 3 ppc, #883959

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/jack-example-tools/jack-example-tools-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack-example-tools/jack-example-tools-3.ebuild 
b/media-sound/jack-example-tools/jack-example-tools-3.ebuild
index 6ce53de04da1..29d01081d9c3 100644
--- a/media-sound/jack-example-tools/jack-example-tools-3.ebuild
+++ b/media-sound/jack-example-tools/jack-example-tools-3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV}
 
 LICENSE="GPL-2+ zalsa? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 IUSE="alsa jack-net jack-netsource opus +readline sndfile zalsa"
 
 RDEPEND="



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

2022-12-01 Thread Arthur Zamarin
commit: dd3e617401aa8d29cec043126847cf4506610a5b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3e6174

app-misc/tmuxp: Stabilize 1.15.0 amd64, #880291

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/tmuxp/tmuxp-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmuxp/tmuxp-1.15.0.ebuild 
b/app-misc/tmuxp/tmuxp-1.15.0.ebuild
index 0291bacf80a1..3b1433e864e6 100644
--- a/app-misc/tmuxp/tmuxp-1.15.0.ebuild
+++ b/app-misc/tmuxp/tmuxp-1.15.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="
>=app-misc/tmux-3.0a



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

2022-12-01 Thread Arthur Zamarin
commit: c7178b18e001bd50486c190ccf4a3312425ffad9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7178b18

dev-java/felix-utils: Stabilize 1.11.8 amd64, #879293

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/felix-utils/felix-utils-1.11.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/felix-utils/felix-utils-1.11.8.ebuild 
b/dev-java/felix-utils/felix-utils-1.11.8.ebuild
index a71d531d58b9..6dae3adfc641 100644
--- a/dev-java/felix-utils/felix-utils-1.11.8.ebuild
+++ b/dev-java/felix-utils/felix-utils-1.11.8.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://apache/felix/org.apache.felix.utils-${PV}-source-release.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc64"
+KEYWORDS="amd64 ~arm arm64 ppc64"
 
 # Compile dependencies
 # POM: pom.xml



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

2022-12-01 Thread Arthur Zamarin
commit: 5bd1985aba306e4fc1fb7ca8d5216f17df874174
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd1985a

dev-python/pyglet: Stabilize 1.5.27 amd64, #881923

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pyglet/pyglet-1.5.27.ebuild 
b/dev-python/pyglet/pyglet-1.5.27.ebuild
index 1808ce4c5d33..70c2856c0c2f 100644
--- a/dev-python/pyglet/pyglet-1.5.27.ebuild
+++ b/dev-python/pyglet/pyglet-1.5.27.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.gh.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="examples image +sound"
 
 BDEPEND="



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

2022-12-01 Thread Arthur Zamarin
commit: 97b09fcb8fe9900d61276ce040c301c1afc7ba12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b09fcb

media-sound/jack2: Stabilize 1.9.21-r1 ppc, #883959

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/jack2/jack2-1.9.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack2/jack2-1.9.21-r1.ebuild 
b/media-sound/jack2/jack2-1.9.21-r1.ebuild
index 72e8f071be8d..356cbe29a718 100644
--- a/media-sound/jack2/jack2-1.9.21-r1.ebuild
+++ b/media-sound/jack2/jack2-1.9.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git;
 else

SRC_URI="https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Jackdmp jack implemention for multi-processor machine"



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

2022-12-01 Thread Arthur Zamarin
commit: 0bb766b60aa97c074e86b62eaa193ce2738e8e2b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb766b6

dev-java/felix-resolver: Stabilize 2.0.4 amd64, #879293

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/felix-resolver/felix-resolver-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/felix-resolver/felix-resolver-2.0.4.ebuild 
b/dev-java/felix-resolver/felix-resolver-2.0.4.ebuild
index 67b44b029672..ef879a1a1645 100644
--- a/dev-java/felix-resolver/felix-resolver-2.0.4.ebuild
+++ b/dev-java/felix-resolver/felix-resolver-2.0.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://apache/felix/org.apache.${PN//-/.}-${PV}-source-release.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc64"
+KEYWORDS="amd64 ~arm arm64 ppc64"
 
 # Common dependencies
 # POM: pom.xml



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

2022-12-01 Thread Arthur Zamarin
commit: bb14b8d376e293de0c788446ff440c2c6d25f5ac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb14b8d3

dev-java/easymock: Stabilize 2.5.2 amd64, #879293

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-java/easymock/easymock-2.5.2.ebuild 
b/dev-java/easymock/easymock-2.5.2.ebuild
index db85a81b0e5a..cbc09bfd69ea 100644
--- a/dev-java/easymock/easymock-2.5.2.ebuild
+++ b/dev-java/easymock/easymock-2.5.2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/easymock/easymock/archive/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="2.5"
-KEYWORDS="~amd64 ~arm arm64 ppc64"
+KEYWORDS="amd64 ~arm arm64 ppc64"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



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

2022-12-01 Thread Arthur Zamarin
commit: 901caadef2aa6c72c19efcdecc6bcd9e72cd3f2c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901caade

dev-java/commons-compress: Stabilize 1.21-r1 amd64, #879293

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/commons-compress/commons-compress-1.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-compress/commons-compress-1.21-r1.ebuild 
b/dev-java/commons-compress/commons-compress-1.21-r1.ebuild
index 6b0b692be230..aa3811672d98 100644
--- a/dev-java/commons-compress/commons-compress-1.21-r1.ebuild
+++ b/dev-java/commons-compress/commons-compress-1.21-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://apache/commons/compress/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc64"
+KEYWORDS="amd64 ~arm arm64 ppc64"
 
 # Common dependencies
 # POM: pom.xml



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

2022-12-01 Thread Arthur Zamarin
commit: 4fc2741e08fe51298c83398acf682951c6ab93a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:26:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:26:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc2741e

dev-java/felix-framework: Stabilize 7.0.5 amd64, #879293

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/felix-framework/felix-framework-7.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/felix-framework/felix-framework-7.0.5.ebuild 
b/dev-java/felix-framework/felix-framework-7.0.5.ebuild
index 6e6fa63d3b52..f0ae43bbeb99 100644
--- a/dev-java/felix-framework/felix-framework-7.0.5.ebuild
+++ b/dev-java/felix-framework/felix-framework-7.0.5.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://apache/felix/org.apache.${PN//-/.}-${PV}-source-release.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc64"
+KEYWORDS="amd64 ~arm arm64 ppc64"
 
 # Common dependencies
 # POM: pom.xml



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

2022-12-01 Thread Arthur Zamarin
commit: 10948e7dfed559817abd66f1b41a616ade8e1af9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:22:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:22:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10948e7d

sys-devel/gdb: Stabilize 12.1-r2 ppc64, #883961

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-devel/gdb/gdb-12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-12.1-r2.ebuild b/sys-devel/gdb/gdb-12.1-r2.ebuild
index 9c12d7a6e134..a90f450ce32d 100644
--- a/sys-devel/gdb/gdb-12.1-r2.ebuild
+++ b/sys-devel/gdb/gdb-12.1-r2.ebuild
@@ -47,7 +47,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"



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

2022-12-01 Thread Arthur Zamarin
commit: 19bb968e41924049096fe95f8fb40b4358066e28
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 06:22:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 06:22:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bb968e

sys-devel/gdb: Stabilize 12.1-r2 ppc, #883961

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-devel/gdb/gdb-12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-12.1-r2.ebuild b/sys-devel/gdb/gdb-12.1-r2.ebuild
index a90f450ce32d..e30d1cad3660 100644
--- a/sys-devel/gdb/gdb-12.1-r2.ebuild
+++ b/sys-devel/gdb/gdb-12.1-r2.ebuild
@@ -47,7 +47,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"



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

2022-12-01 Thread Anna Vyalkova
commit: 5fa7c33716607da1fe680450f504fa8df42511b6
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 14:23:19 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fa7c337

acct-user/snac: new package, add 0

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

 acct-user/snac/metadata.xml  |  8 
 acct-user/snac/snac-0.ebuild | 11 +++
 2 files changed, 19 insertions(+)

diff --git a/acct-user/snac/metadata.xml b/acct-user/snac/metadata.xml
new file mode 100644
index 0..7ebbd0334
--- /dev/null
+++ b/acct-user/snac/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/acct-user/snac/snac-0.ebuild b/acct-user/snac/snac-0.ebuild
new file mode 100644
index 0..39aeaef6a
--- /dev/null
+++ b/acct-user/snac/snac-0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+ACCT_USER_ID=-1
+ACCT_USER_GROUPS=( snac )
+
+acct-user_add_deps



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

2022-12-01 Thread Anna Vyalkova
commit: bbc2d8f84f638a2b694628b8dcc77f8c95c49dab
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 14:23:54 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbc2d8f8

acct-group/snac: new package, add 0

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

 acct-group/snac/metadata.xml  | 8 
 acct-group/snac/snac-0.ebuild | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/snac/metadata.xml b/acct-group/snac/metadata.xml
new file mode 100644
index 0..7ebbd0334
--- /dev/null
+++ b/acct-group/snac/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/acct-group/snac/snac-0.ebuild b/acct-group/snac/snac-0.ebuild
new file mode 100644
index 0..b0c893b76
--- /dev/null
+++ b/acct-group/snac/snac-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-group
+
+ACCT_GROUP_ID=-1



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

2022-12-01 Thread Anna Vyalkova
commit: 60a3bca90af236704a84c49a0eb94b34ee2fb985
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 13:57:14 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:09 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60a3bca9

app-crypt/ifcplugin-bin: new package, add 3.1.1.0

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

 app-crypt/ifcplugin-bin/Manifest   |  8 +++
 .../ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild | 57 ++
 app-crypt/ifcplugin-bin/metadata.xml   |  8 +++
 3 files changed, 73 insertions(+)

diff --git a/app-crypt/ifcplugin-bin/Manifest b/app-crypt/ifcplugin-bin/Manifest
new file mode 100644
index 0..a800fd42b
--- /dev/null
+++ b/app-crypt/ifcplugin-bin/Manifest
@@ -0,0 +1,8 @@
+DIST ifcplugin-3.1.1.0-2.el7.i686.rpm 9996 BLAKE2B 
ca64ed3f28d417e1b4fcef2fe0deb470474ca9ecb98ce98e5462b3e134175ca5b4aaa4cd6b1e81bb916e4957bcaa18c4cf0adb80d3ac53eb8fbefddd5fa303ea
 SHA512 
c58ac5eab13e1a3f025928afbcf7e95acda4bd11bf741eacd971ea82c59589271082979c3e549a6a3f83b06a0d203d55dfcde9e795cb6d9451e0929476164170
+DIST ifcplugin-3.1.1.0-2.el7.x86_64.rpm 9940 BLAKE2B 
f518692ce0c10db7370d6ef8b57dfc22364f5063d978c5bac8bd0ae882b9f10b1ba99ffed36a9c42469e5d6db9da584727ce5c1fa01b2a7168ecb0af053fc71e
 SHA512 
b07d72d427e69ce22e392b5771923a691800c69f754925eb28e2c8307743e5d9a94f6b15df1d5805413415474d6ded19c1d0e538947fee69432d03e3a34e70a4
+DIST ifcplugin-chromium-3.1.1.0-2.el7.i686.rpm 8160 BLAKE2B 
8dec95ee7078ce14e79759d214849cb43eb7bba00f624a9b8d63b43b18e99e19808bee9f340d4be4c24d411226cf494cd2d80bed9a0f072fabdfc348c03c9c51
 SHA512 
185b0c891cd618fd5e7e88d844a2917b531739ddce7613f96e8b8400963f60744e8fa87f6e42d1366441ff73f3f67e04cfaa6c7fac94af052c34b55911709e0a
+DIST ifcplugin-chromium-3.1.1.0-2.el7.x86_64.rpm 8108 BLAKE2B 
7a60d76586a1544be4fe970a556869e871a0821f04d65e74258056627dc650df4103f89c959866cdb0469ece1c62029fc91369e3bdf08fa65889d2326dd5615d
 SHA512 
a61becebbe7c8b725ff041159ae08d5d3d7782ba83903eeff3bab3f9299f5bd3463edb763e473e5de9930dd366d9840bdbf8b278709ad1a20eac011b30aa6269
+DIST ifcplugin-firefox-3.1.1.0-2.el7.i686.rpm 27712 BLAKE2B 
8655585a57bcad1e3190388fd3155f3996902fab97f53d302e8e68cf1c16c082e401ead1145269ef8001cc5964f30a7dfdeafa54369473d4a3c6888cfbd290fa
 SHA512 
990b7b6cf8d9f32062191ce55713e9dc73a99eaeda34b5badd966dadfa349bc23e58707e7c27a26a9fc24eefeaf4e8096fb7c5cc3a26b241e13912a89b72abed
+DIST ifcplugin-firefox-3.1.1.0-2.el7.x86_64.rpm 28132 BLAKE2B 
3d84e03abcfa4bc97696cd70a8bda84621a3f0b451ed36e945124dc34f653c4b78761186e11975d9d927f4e873e3db2f7851fb8806a6ce7a15562840f16f2734
 SHA512 
1c9a241aeef37648a346ff44b8fcc7acb5cb53906e26cbe4619e094c8cd56bd924e38e37d4dfd4c684e21992a772039380632547c39807f0c1c4aae8abb1e415
+DIST ifcplugin-libs-3.1.1.0-2.el7.i686.rpm 5783696 BLAKE2B 
bc06c4e9e4b0d1efd49b0563d9fc73643ac507bfa633a42bbcb65337c09b9496748403137f5d0e0d8b706d833d2b22b20f4c736e0d4a348b779dae0d9683069a
 SHA512 
a95711282858d3209dd0b0fe5fa710039e6988e5205b0c6ca977711b7738b2a1bfe4b09a01b57d34f47b6c9873bdff13b8176fddc548971cf6c5ca3cf8c0b541
+DIST ifcplugin-libs-3.1.1.0-2.el7.x86_64.rpm 5856472 BLAKE2B 
896248fc7ec582370910c08bc6d67ff9aa4001fcba0c11f5a174859954804a1fa431ca2afe98d8502e00a4f4f906086308e9d875bc994ff1339a5d7b78d29e7c
 SHA512 
639947319e1de099510cd37e0476360c1c65d46b445b73a58eea922b75b30987e31e70d682f22c26ef71013a69dfec29b9b49710808607cb553c18c96d9f39fc

diff --git a/app-crypt/ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild 
b/app-crypt/ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild
new file mode 100644
index 0..65a2cd6c8
--- /dev/null
+++ b/app-crypt/ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo rpm
+
+DESCRIPTION="Crypto Interface Web Browser Plugin"
+HOMEPAGE="https://ds-plugin.gosuslugi.ru;
+REDOS_URI="http://repo.red-soft.ru/redos/7.3/x86_64/updates;
+SRC_URI="
+   amd64? (
+   ${REDOS_URI}/ifcplugin-${PV}-2.el7.x86_64.rpm
+   ${REDOS_URI}/ifcplugin-chromium-${PV}-2.el7.x86_64.rpm
+   ${REDOS_URI}/ifcplugin-firefox-${PV}-2.el7.x86_64.rpm
+   ${REDOS_URI}/ifcplugin-libs-${PV}-2.el7.x86_64.rpm
+   )
+   x86? (
+   ${REDOS_URI}/ifcplugin-${PV}-2.el7.i686.rpm
+   ${REDOS_URI}/ifcplugin-chromium-${PV}-2.el7.i686.rpm
+   ${REDOS_URI}/ifcplugin-firefox-${PV}-2.el7.i686.rpm
+   ${REDOS_URI}/ifcplugin-libs-${PV}-2.el7.i686.rpm
+   )
+"
+S="${WORKDIR}"
+
+LICENSE="LGPL-2.1 MIT freedist openssl"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-apps/pcsc-lite"
+
+QA_PREBUILT=".*"
+QA_SONAME=".*"
+QA_SONAME_NO_SYMLINK=".*"
+
+src_prepare() {
+   default
+
+   rm usr/lib/mozilla/plugins/IFCPlugin.so || die
+   find . -name '*_license' -delete || die
+   find -L . -wholename '*/.build-id/*' -delete 

[gentoo-commits] repo/proj/guru:dev commit in: www-apps/honk/files/, www-apps/honk/

2022-12-01 Thread Anna Vyalkova
commit: 91a6bc0640cb54786f2d9fab86fb5cf2b842380e
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 12:07:49 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:09 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91a6bc06

www-apps/honk: new package, add 0.9.8

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

 www-apps/honk/Manifest   |  1 +
 www-apps/honk/files/honk | 56 
 www-apps/honk/files/honk.service | 20 ++
 www-apps/honk/honk-0.9.8.ebuild  | 47 +
 www-apps/honk/metadata.xml   | 15 +++
 5 files changed, 139 insertions(+)

diff --git a/www-apps/honk/Manifest b/www-apps/honk/Manifest
new file mode 100644
index 0..e2eebfd7d
--- /dev/null
+++ b/www-apps/honk/Manifest
@@ -0,0 +1 @@
+DIST honk-0.9.8.tgz 511957 BLAKE2B 
c07e4141be790d58170da6eb759486889b6c74d70b946e89b1598b2c1868175df1cb9f41649a34067f2ca6f3bddc77d4cc22a241761460b2487bf866b7d40650
 SHA512 
f32be393698eb3b3ae72d223814eee2a15af3e892ab4b9140314da3ce96d4b4582a8b73c3fa5adede34a4d9d9b2cfc8d7dbb933d516eba8e3820d125c217a354

diff --git a/www-apps/honk/files/honk b/www-apps/honk/files/honk
new file mode 100644
index 0..c542d1067
--- /dev/null
+++ b/www-apps/honk/files/honk
@@ -0,0 +1,56 @@
+#!/sbin/openrc-run
+# shellcheck shell=sh
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+extra_stopped_commands="init"
+extra_started_commands="upgrade"
+description_init="Create the database"
+description_upgrade="Upgrade the server"
+
+name="Honk ActivityPub server"
+command="/usr/bin/honk"
+command_args="-datadir /var/lib/honk -viewdir /usr/share/honk -log 
/var/log/honk.log"
+command_user="honk:honk"
+command_background=yes
+pidfile="/run/honk.pid"
+
+depend() {
+   need net
+}
+
+fix_log_perms() {
+   checkpath -fo honk:honk /var/log/honk.log
+}
+
+check_db() {
+   if [ ! -f /var/lib/honk/honk.db ]; then
+   eerror "Please run 'rc-service honk init' before the first 
start"
+   return 1
+   fi
+
+   return 0
+}
+
+start_pre() {
+   fix_log_perms || return 1
+   check_db || return 1
+
+   start-stop-daemon --exec "${command}" --user "${command_user}" \
+   -- ${command_args} cleanup
+}
+
+init() {
+   fix_log_perms || return 1
+
+   start-stop-daemon --exec "${command}" --user "${command_user}" \
+   -- ${command_args} init
+}
+
+upgrade() {
+   fix_log_perms || return 1
+   check_db || return 1
+
+   start-stop-daemon --exec "${command}" --user "${command_user}" \
+   -- ${command_args} upgrade
+}

diff --git a/www-apps/honk/files/honk.service b/www-apps/honk/files/honk.service
new file mode 100644
index 0..897d8f3b4
--- /dev/null
+++ b/www-apps/honk/files/honk.service
@@ -0,0 +1,20 @@
+[Unit]
+Description="Honk ActivityPub server"
+After=syslog.target network.target
+Requires=network.target
+
+[Service]
+Restart=always
+RestartSec=30
+ExecStart=/usr/bin/honk -datadir /var/lib/honk -viewdir /usr/share/honk
+NoNewPrivileges=yes
+ProtectKernelLogs=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+ProtectControlGroups=true
+ReadWritePaths=/var/lib/honk
+User=honk
+Group=honk
+
+[Install]
+WantedBy=default.target

diff --git a/www-apps/honk/honk-0.9.8.ebuild b/www-apps/honk/honk-0.9.8.ebuild
new file mode 100644
index 0..db8476cde
--- /dev/null
+++ b/www-apps/honk/honk-0.9.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd
+
+DESCRIPTION="ActivityPub server with minimal setup and support costs"
+HOMEPAGE="https://humungus.tedunangst.com/r/honk;
+SRC_URI="https://humungus.tedunangst.com/r/${PN}/d/${P}.tgz;
+
+LICENSE="BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-db/sqlite:3"
+RDEPEND="
+   ${DEPEND}
+   acct-user/honk
+"
+
+DOCS=( README docs/{changelog,ping}.txt docs/{intro.1,vim.3} )
+
+src_install() {
+   dobin honk
+   doman docs/activitypub.7 docs/hfcs.1 docs/honk.{1,3,5,8}
+   einstalldocs
+
+   doinitd "${FILESDIR}"/honk
+   systemd_dounit "${FILESDIR}"/honk.service
+
+   insinto /usr/share/honk
+   doins -r views
+
+   diropts --owner honk --group honk
+   keepdir /var/lib/honk
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   einfo "To finish the installation, please run:"
+   einfo " # rc-service honk init"
+   else
+   einfo "To finish the upgrade, please run:"
+   einfo " # rc-service honk upgrade"
+   fi
+}

diff --git a/www-apps/honk/metadata.xml b/www-apps/honk/metadata.xml
new file mode 100644
index 0..cf502567a
--- /dev/null
+++ b/www-apps/honk/metadata.xml
@@ -0,0 +1,15 @@
+

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

2022-12-01 Thread Anna Vyalkova
commit: ab3b96e4efdfcc789ff85600a6300e62a5222ada
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Dec  2 05:23:31 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab3b96e4

kde-apps/kclock: add 22.11, drop 22.06

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

 kde-apps/kclock/Manifest | 2 +-
 kde-apps/kclock/{kclock-22.06.ebuild => kclock-22.11.ebuild} | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kclock/Manifest b/kde-apps/kclock/Manifest
index f2a4e0eb6..785085d15 100644
--- a/kde-apps/kclock/Manifest
+++ b/kde-apps/kclock/Manifest
@@ -1,2 +1,2 @@
-DIST kclock-22.06.tar.xz 703624 BLAKE2B 
f799ae4cb6373de4eee0d6b11fcf5db7d0ac912bcb46310dd13fb2c97e05a6434ab06907b96cfa4f67b3cb1b0976619b3d8bbadf4bd32e6769b5b10a0069d6fb
 SHA512 
960c87e7cafbd8bbe8032b3f8446487ebdf048e1aa9fd4322a195d6540152fcba6e82fa94928d6050233f398a310dc638cc23197a6323d696d8f691c2703
 DIST kclock-22.09.tar.xz 719380 BLAKE2B 
774683332edba27c18fa5f0ce02867b1a6ca88a6d16f299857cb5db294b0b3f132fb96ec93a7c544967598b12033bca3a3af2378003182e6650994c42f6491fc
 SHA512 
85143df55f9a6aea61b653db0b16e886aee7e4f553b8e97be01ffa679cb55730835600d17f929ca4c04d66e59258d214065f38cac6f3d8647152427336cf206f
+DIST kclock-22.11.tar.xz 721728 BLAKE2B 
c25d68e265e924b8986fe3e0edfaeae72e3b219358d0cc84494c994c81f336d0ebd0237e9d47468aa431ecb1de5b174dfc121a6611ff0d8bce37ca368779c308
 SHA512 
f45f011635d2666813805613336701ca5a4344ea4309cc9debb671104748cb1e835d824f4bc56db78b42548741460679f7e070852071ebd47d3463c51fdbbd93

diff --git a/kde-apps/kclock/kclock-22.06.ebuild 
b/kde-apps/kclock/kclock-22.11.ebuild
similarity index 86%
rename from kde-apps/kclock/kclock-22.06.ebuild
rename to kde-apps/kclock/kclock-22.11.ebuild
index 6ce8906aa..8c5298123 100644
--- a/kde-apps/kclock/kclock-22.06.ebuild
+++ b/kde-apps/kclock/kclock-22.11.ebuild
@@ -28,11 +28,8 @@ DEPEND="
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kirigami-addons-0.6:5
>=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
 "
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kirigami-addons-0.1:5
-"
+RDEPEND="${DEPEND}"



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

2022-12-01 Thread Anna Vyalkova
commit: 67ce69f0ec31c6c403ace218688744e4a00d5455
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Dec  2 05:28:39 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67ce69f0

kde-apps/krecorder: add 22.11, drop 22.06

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

 kde-apps/krecorder/Manifest   | 2 +-
 kde-apps/krecorder/{krecorder-22.06.ebuild => krecorder-22.11.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/krecorder/Manifest b/kde-apps/krecorder/Manifest
index 952569d5f..3311a02a7 100644
--- a/kde-apps/krecorder/Manifest
+++ b/kde-apps/krecorder/Manifest
@@ -1,2 +1,2 @@
-DIST krecorder-22.06.tar.xz 149452 BLAKE2B 
988c63e49acab65500019affa4645319ff1a7a8a05da74b879afc4dc9a63f53f9e334f94bb536ca1238f38413a1bf2fdc38fd35741022572b06a1d300484b6ad
 SHA512 
91968cbd3c9101d382d2d817355faf4de765234ce5e4338cad6c3439b997af378ab77c20cf1f85f0891a5957592523acb27536eb16083dfb2493fb0652a029d6
 DIST krecorder-22.09.tar.xz 151728 BLAKE2B 
197b074440a0018d9b177628a9767ff98a8360d2e4740a0b86ab38251c3d1d5ffb94f4d6d5b0514d037f979a618b634e3ee225a118486c89b710d58169bf3d70
 SHA512 
24226a4a60b7ddd24395204ba1a897ff06ae597894fbd48705beb54e22dac7228964a0fc6a7da4346cf66d712382fce8c968c2af45060796e695702002611f71
+DIST krecorder-22.11.tar.xz 157124 BLAKE2B 
2636e55b1d1669fddb9382243a73306aa23a56c8de779c946ddccaf09a10925142c8745d3d5e1f7ab429a095283cb3577da5d6214d702f52ac70eec8aec04a08
 SHA512 
ff3d04e7dc17e203f17e126e0ad4dfadbc5d50a073cb60382f16a5ff9da6ddf72a2f01c26de42552dbe3d978404b9f3e18ee8b5d5b2e05ee00a07ec50096d58f

diff --git a/kde-apps/krecorder/krecorder-22.06.ebuild 
b/kde-apps/krecorder/krecorder-22.11.ebuild
similarity index 90%
rename from kde-apps/krecorder/krecorder-22.06.ebuild
rename to kde-apps/krecorder/krecorder-22.11.ebuild
index dc2e6f159..d9ffcaebe 100644
--- a/kde-apps/krecorder/krecorder-22.06.ebuild
+++ b/kde-apps/krecorder/krecorder-22.11.ebuild
@@ -19,7 +19,6 @@ DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=dev-qt/qtsvg-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
@@ -27,5 +26,7 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kirigami-addons-0.6:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: kde-apps/plasma-settings/

2022-12-01 Thread Anna Vyalkova
commit: 93632486a9ef88a1e24cc0748a75c029e323eb8d
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Dec  2 05:33:17 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93632486

kde-apps/plasma-settings: add 22.11, drop 22.06

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

 kde-apps/plasma-settings/Manifest   | 2 +-
 .../{plasma-settings-22.06.ebuild => plasma-settings-22.11.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/plasma-settings/Manifest 
b/kde-apps/plasma-settings/Manifest
index 9a379a0ab..eccddad32 100644
--- a/kde-apps/plasma-settings/Manifest
+++ b/kde-apps/plasma-settings/Manifest
@@ -1,2 +1,2 @@
-DIST plasma-settings-22.06.tar.xz 297740 BLAKE2B 
266c1e7c83e2949ff7f8198e6eb5e5938de55df8a839adfb606646c8b242d4b50a67146e390c12c9091dc7ec88ad3105e48eca571e935659b291dab51d512283
 SHA512 
0807f27aced33c1ca6bfaf52268c33b158461a0d5734468cac725efb55d3868eeaa1cde14e477735f38530c5d328c317c0308e05ed9d04852eb3dd0210cb44b1
 DIST plasma-settings-22.09.tar.xz 310132 BLAKE2B 
1fec519f3bfb6a4b89bcc20ea8d6df66129a77c2602f1fcc20e907c7a38e75f897ad279401ca0d45542e6fc00263195b28399cf235d04be6d4cb1d1b2e943f3c
 SHA512 
9380f1dd614cd3ae199c388817c4c9da45f08037b57a0dfea571f9d2486fcb0080b154fa79b471be0052e90e60e2da1d7a1a7e75665e4a0b04e45c7c50304ba2
+DIST plasma-settings-22.11.tar.xz 309412 BLAKE2B 
46f4fa18b800b4ec1a6f0b0df39a7d9ca74c39af8ea27b9a1a9aa6d32a6f90ad5fc1b270eb28b1ace2f139f8eba61b016b9d25ca3b9f36e0f7bd37f737f334ed
 SHA512 
181f11306855249e09ed7b1c51d545876b0130b166fc6f625649f1d4f3b005d6c9928032e43c8b3bf9fd2f62738e789678ed5cd685f5f002be5c04cb30519f25

diff --git a/kde-apps/plasma-settings/plasma-settings-22.06.ebuild 
b/kde-apps/plasma-settings/plasma-settings-22.11.ebuild
similarity index 96%
rename from kde-apps/plasma-settings/plasma-settings-22.06.ebuild
rename to kde-apps/plasma-settings/plasma-settings-22.11.ebuild
index 0d2c291c0..63962996e 100644
--- a/kde-apps/plasma-settings/plasma-settings-22.06.ebuild
+++ b/kde-apps/plasma-settings/plasma-settings-22.11.ebuild
@@ -26,9 +26,9 @@ DEPEND="
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kirigami-addons-0.6:5
>=kde-frameworks/kpackage-${KFMIN}:5
>=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/modemmanager-qt-${KFMIN}:5



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

2022-12-01 Thread Anna Vyalkova
commit: d1505558b9a8645c3f96792f793bbef99a105a20
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 15:42:29 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1505558

dev-crystal/protodec: add 0.1.5

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

 dev-crystal/protodec/Manifest  |  1 +
 dev-crystal/protodec/protodec-0.1.5.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-crystal/protodec/Manifest b/dev-crystal/protodec/Manifest
index 65dc7e777..8e9ba1cb4 100644
--- a/dev-crystal/protodec/Manifest
+++ b/dev-crystal/protodec/Manifest
@@ -1 +1,2 @@
 DIST protodec-0.1.4.tar.gz 18008 BLAKE2B 
e3154c4901df523e8a914a23006030448ffc8c926701d5a072f1f0278b1e17969d83049bf4c49037af1f05eb1ececb0e79d5080e47e181ed944690daffa75957
 SHA512 
0211c7b165946d2779808a43893703bf0138ff601e0e3b4aa54024b5eed317d692547822dc42ec6b320f75798ffa4334c4217fd1ee5c11b1eb6dab6db20ce7a8
+DIST protodec-0.1.5.tar.gz 18246 BLAKE2B 
ba2a95f07ddc0d94c9b1c66d59d624d5aaf62bbb1bd20c294329d67e9d9b11048f565ca33f3fc7e54c7ee857453249dfa2bccc91d5c1e22caf87ba25355a2557
 SHA512 
6235864397bd90a482be4bd19736982da9d60a4229b3256224d9985fa70a0529aaaeeb3fb5285d692e3a5441895c09b37e887cec4f125726935e6764a047bb46

diff --git a/dev-crystal/protodec/protodec-0.1.5.ebuild 
b/dev-crystal/protodec/protodec-0.1.5.ebuild
new file mode 100644
index 0..f299a6362
--- /dev/null
+++ b/dev-crystal/protodec/protodec-0.1.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="Command-line tool to encode and decode arbitrary protobuf data"
+HOMEPAGE="https://github.com/iv-org/protodec;
+SRC_URI="https://github.com/iv-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   dev-libs/boehm-gc
+   dev-libs/libevent:=
+   dev-libs/libpcre
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -i src/protodec.cr \
+   -e 's/\(CURRENT_BRANCH \) = .*/\1 = "master"/' \
+   -e 's/\(CURRENT_COMMIT \) = .*/\1 = "gentoo"/' \
+   -e "s/\(CURRENT_VERSION\) = .*/\1 = \"v${PV}\"/" || die
+}



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

2022-12-01 Thread Anna Vyalkova
commit: 86483f76f71ad68283dd97d39d571950f11374a8
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Dec  2 05:50:05 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86483f76

kde-apps/tokodon: add 22.11, drop 22.06

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

 kde-apps/tokodon/Manifest   | 2 +-
 kde-apps/tokodon/metadata.xml   | 2 +-
 kde-apps/tokodon/{tokodon-22.06.ebuild => tokodon-22.11.ebuild} | 7 +++
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/kde-apps/tokodon/Manifest b/kde-apps/tokodon/Manifest
index a81de5820..0a6770a03 100644
--- a/kde-apps/tokodon/Manifest
+++ b/kde-apps/tokodon/Manifest
@@ -1,2 +1,2 @@
-DIST tokodon-22.06.tar.xz 140800 BLAKE2B 
b51c27ef63e64a960364988a79a085e493aa31189d2c256e7d618b263304d48e479957ac8bbc0661d27a8067a2a9c8a60859556b90dbe352b5330ab2a1b2cd6d
 SHA512 
bf28621e69e78128f34673b842560c70fe9fd39b1f545b9096d48314c65f8f0ec32a75eb9576c80f61a40a3487352bd8a872f4a8dad949a26e9768ff96df41dc
 DIST tokodon-22.09.tar.xz 144752 BLAKE2B 
9c3a68f28e9c919a7441b2c9174cc2b52e42afa5c243b09526ba3b8d62e68a1989d4221b28e56d99877a3c55b043644ec48555f749746586f3de67f9587d616c
 SHA512 
f37ed6cb792dfe4835ce280fd1c905c97ca2584803a04fde5cec4384b237393009b8e90a6b3db045838ac58f4420fd7b90f6aef87fcd56b43ac2f14fe50d2e90
+DIST tokodon-22.11.tar.xz 155412 BLAKE2B 
d8f24a45d7dc74a7a349aa556c3d52f480e230fb5222ac482570daf9fb106a066072d4ff74349bab066bf2187c0100ef6719c0d926498c8532b9b37076d2155f
 SHA512 
f37688315ad8edea0b7c2ab8ab64ccf3e0c087ef2dde876179412d6bbf5c657fa6f5af29f02ad013f1b38ed784a90b2e4a55010e861593df99593a0f362e9e19

diff --git a/kde-apps/tokodon/metadata.xml b/kde-apps/tokodon/metadata.xml
index 872d687ac..cf58fcf80 100644
--- a/kde-apps/tokodon/metadata.xml
+++ b/kde-apps/tokodon/metadata.xml
@@ -3,7 +3,7 @@
 

KDE/tokodon
-   
https://invent.kde.org/network/tokodon/-/issues
+   
https://bugs.kde.org/enter_bug.cgi?product=Tokodon


cyber+gen...@sysrq.in

diff --git a/kde-apps/tokodon/tokodon-22.06.ebuild 
b/kde-apps/tokodon/tokodon-22.11.ebuild
similarity index 85%
rename from kde-apps/tokodon/tokodon-22.06.ebuild
rename to kde-apps/tokodon/tokodon-22.11.ebuild
index 1cc3b3401..3276b073b 100644
--- a/kde-apps/tokodon/tokodon-22.06.ebuild
+++ b/kde-apps/tokodon/tokodon-22.11.ebuild
@@ -11,13 +11,12 @@ DESCRIPTION="Mastodon client for Plasma and Plasma Mobile"
 HOMEPAGE="https://invent.kde.org/network/tokodon;
 SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
 
-LICENSE="GPL-3"
+LICENSE="|| ( GPL-2 GPL-3 ) AGPL-3+ CC-BY-SA-4.0 CC0-1.0 GPL-2+ GPL-3 GPL-3+ 
LGPL-2+ LGPL-2.1+"
 SLOT="5"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-   dev-libs/qtkeychain:=
-   >=dev-qt/qtdbus-${QTMIN}:5
+   dev-libs/qtkeychain[qt5(+)]
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5
@@ -31,10 +30,10 @@ DEPEND="
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kirigami-addons-0.6:5
>=kde-frameworks/kitemmodels-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-   x11-libs/libX11
 "
 RDEPEND="${DEPEND}"



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

2022-12-01 Thread Anna Vyalkova
commit: a9ef586644c057baa3af7079c5bb02ea27a43398
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 15:40:53 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9ef5866

kde-apps/alligator: add 22.11

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

 kde-apps/alligator/Manifest   |  1 +
 kde-apps/alligator/alligator-22.11.ebuild | 34 +++
 kde-apps/alligator/metadata.xml   |  2 +-
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/kde-apps/alligator/Manifest b/kde-apps/alligator/Manifest
index efa381e96..a379a2d62 100644
--- a/kde-apps/alligator/Manifest
+++ b/kde-apps/alligator/Manifest
@@ -1 +1,2 @@
 DIST alligator-22.09.tar.xz 183172 BLAKE2B 
496febfb73bc7caa2297c75aa9841a2470fd56d4b2d151ce7ba3a45805b65a04e338806f6c52f07696bf2beb305187c04704f8ac2c6b9e3aa9a522b6668bd730
 SHA512 
a5f91030c1c273c703d2ca6cda504f29567d8c5fdf5f8d4b9ffacc86ccc25275a972214f3c0bc7dea57555ee82265a97a550545f31e6c8ca0c927ac8eaeb40ed
+DIST alligator-22.11.tar.xz 185388 BLAKE2B 
788a57edf1a97c6a843e6e684585973ec109bb1616c72b90be828fe851674de2d2578ab132a2a373967e34678e64c81d0d4a510636d710c68d941784ea95faae
 SHA512 
82cca88d8302de4852981fb0c3df85b9e047f2129128b8ad8d6a1121992982ad9049753b9af350fbcf7668d0f5d85d4f6306c5a87d2a5e22c11249989f69768a

diff --git a/kde-apps/alligator/alligator-22.11.ebuild 
b/kde-apps/alligator/alligator-22.11.ebuild
new file mode 100644
index 0..736e4bbc2
--- /dev/null
+++ b/kde-apps/alligator/alligator-22.11.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.75.0
+QTMIN=5.15.0
+inherit ecm
+
+DESCRIPTION="A convergent RSS/Atom feed reader for Plasma"
+HOMEPAGE="https://apps.kde.org/alligator/;
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kirigami-addons-0.6:5
+   >=kde-frameworks/syndication-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"

diff --git a/kde-apps/alligator/metadata.xml b/kde-apps/alligator/metadata.xml
index 9e09af846..8e349ba55 100644
--- a/kde-apps/alligator/metadata.xml
+++ b/kde-apps/alligator/metadata.xml
@@ -3,7 +3,7 @@
 

KDE/alligator
-   
https://invent.kde.org/plasma-mobile/alligator/-/issues
+   
https://bugs.kde.org/enter_bug.cgi?product=Alligator


cyber+gen...@sysrq.in



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/snac/, www-apps/snac/files/

2022-12-01 Thread Anna Vyalkova
commit: f44cdd34807d42349c73a9eb84634408be3aec05
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 15:13:00 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f44cdd34

www-apps/snac: new package, add 2.12

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

 www-apps/snac/Manifest   |  1 +
 www-apps/snac/files/snac | 52 +++
 www-apps/snac/files/snac.service | 15 
 www-apps/snac/metadata.xml   |  8 ++
 www-apps/snac/snac-2.12.ebuild   | 53 
 5 files changed, 129 insertions(+)

diff --git a/www-apps/snac/Manifest b/www-apps/snac/Manifest
new file mode 100644
index 0..6efab6dca
--- /dev/null
+++ b/www-apps/snac/Manifest
@@ -0,0 +1 @@
+DIST snac-2.12.tar.gz 65818 BLAKE2B 
a9c7e43a10ee32aa31b2f58b5557199f16f3b03d118b17151215586428c5e98d3aa2e9fb9f2fc1ffec47650e103134d1d53df8db75c54aa95996cc07505f6aaf
 SHA512 
6b9259e6a91e30be907851d28ff8998bda0c19be95c0c9c76bed37e1a4ce87a900b5903fac62a199603f9f07886155e1549604176a95b71cd9eff88925d8

diff --git a/www-apps/snac/files/snac b/www-apps/snac/files/snac
new file mode 100644
index 0..3e09749eb
--- /dev/null
+++ b/www-apps/snac/files/snac
@@ -0,0 +1,52 @@
+#!/sbin/openrc-run
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+# shellcheck shell=sh
+
+: ${SNAC_DATA:=/var/lib/snac/data}
+
+extra_stopped_commands="init"
+extra_commands="adduser"
+description_init="Create the database"
+description_adduser="Create a user"
+
+command="/usr/bin/snac"
+command_args="httpd ${SNAC_DATA}"
+command_user="snac:snac"
+command_background=yes
+pidfile="/run/snac.pid"
+output_logger="logger -p daemon.info -t snac --"
+error_logger="logger -p daemon.err -t snac --"
+
+depend() {
+   use logger
+   need net
+}
+
+check_db() {
+   if [ ! -f "${SNAC_DATA}"/server.json ]; then
+   eerror "Please run 'rc-service snac init' before the first 
start"
+   return 1
+   fi
+
+   return 0
+}
+
+start_pre() {
+   check_db || return 1
+
+   start-stop-daemon --exec "${command}" --user "${command_user}" \
+   -- purge "${SNAC_DATA}"
+}
+
+init() {
+   start-stop-daemon --exec "${command}" --user "${command_user}" \
+   -- init "${SNAC_DATA}"
+}
+
+adduser() {
+   check_db || return 1
+
+   start-stop-daemon --exec "${command}" --user "${command_user}" \
+   -- adduser "${SNAC_DATA}"
+}

diff --git a/www-apps/snac/files/snac.service b/www-apps/snac/files/snac.service
new file mode 100644
index 0..35f90db6c
--- /dev/null
+++ b/www-apps/snac/files/snac.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=A simple, minimalistic ActivityPub instance
+After=network.target
+Wants=network-online.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/snac httpd /var/lib/snac/data
+Restart=always
+RestartSec=5
+User=snac
+Group=snac
+
+[Install]
+WantedBy=multi-user.target

diff --git a/www-apps/snac/metadata.xml b/www-apps/snac/metadata.xml
new file mode 100644
index 0..7ebbd0334
--- /dev/null
+++ b/www-apps/snac/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/www-apps/snac/snac-2.12.ebuild b/www-apps/snac/snac-2.12.ebuild
new file mode 100644
index 0..419bef237
--- /dev/null
+++ b/www-apps/snac/snac-2.12.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+MY_PN="snac2"
+DESCRIPTION="A simple, minimalistic ActivityPub instance"
+HOMEPAGE="https://codeberg.org/grunfink/snac2;
+SRC_URI="https://codeberg.org/grunfink/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   dev-libs/openssl:=
+   net-misc/curl
+"
+RDEPEND="${DEPEND}
+   acct-user/snac
+"
+
+DOCS=( {README,RELEASE_NOTES,TODO}.md )
+
+src_configure() {
+   tc-export CC
+}
+
+src_compile() {
+   emake CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   mkdir -p "${ED}"/usr/bin
+   emake PREFIX="${ED}/usr" PREFIX_MAN="${ED}/usr/share/man" install
+   einstalldocs
+
+   doinitd "${FILESDIR}"/snac
+   systemd_dounit "${FILESDIR}"/snac.service
+
+   diropts --owner snac --group snac
+   keepdir /var/lib/snac
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   einfo "To finish the installation, please run:"
+   einfo " # rc-service snac init"
+   fi
+}



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

2022-12-01 Thread Anna Vyalkova
commit: 58bffc2d7f18cd5aeb1bb437425d0835dfa05832
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 10:26:40 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:09 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58bffc2d

acct-group/honk: new package, add 0

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

 acct-group/honk/honk-0.ebuild | 8 
 acct-group/honk/metadata.xml  | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/honk/honk-0.ebuild b/acct-group/honk/honk-0.ebuild
new file mode 100644
index 0..b0c893b76
--- /dev/null
+++ b/acct-group/honk/honk-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-group
+
+ACCT_GROUP_ID=-1

diff --git a/acct-group/honk/metadata.xml b/acct-group/honk/metadata.xml
new file mode 100644
index 0..7ebbd0334
--- /dev/null
+++ b/acct-group/honk/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+



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

2022-12-01 Thread Anna Vyalkova
commit: 7021f7d8c7b5a4b1e5c03d9f7119a57e4bc0f544
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Dec  1 10:27:31 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:09 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7021f7d8

acct-user/honk: new package, add 0

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

 acct-user/honk/honk-0.ebuild | 11 +++
 acct-user/honk/metadata.xml  |  8 
 2 files changed, 19 insertions(+)

diff --git a/acct-user/honk/honk-0.ebuild b/acct-user/honk/honk-0.ebuild
new file mode 100644
index 0..f34bd8e99
--- /dev/null
+++ b/acct-user/honk/honk-0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+ACCT_USER_ID=-1
+ACCT_USER_GROUPS=( honk )
+
+acct-user_add_deps

diff --git a/acct-user/honk/metadata.xml b/acct-user/honk/metadata.xml
new file mode 100644
index 0..7ebbd0334
--- /dev/null
+++ b/acct-user/honk/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: kde-frameworks/kirigami-addons/

2022-12-01 Thread Anna Vyalkova
commit: 19b4330307257e9a1d359426981f7492100bcfb9
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Nov 30 23:32:05 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Dec  2 06:13:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19b43303

kde-frameworks/kirigami-addons: add 0.6, drop 0.4

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

 kde-frameworks/kirigami-addons/Manifest   |  2 +-
 ...{kirigami-addons-0.4.ebuild => kirigami-addons-0.6.ebuild} | 11 ---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kirigami-addons/Manifest 
b/kde-frameworks/kirigami-addons/Manifest
index a0f6f2abd..280e3a3a2 100644
--- a/kde-frameworks/kirigami-addons/Manifest
+++ b/kde-frameworks/kirigami-addons/Manifest
@@ -1,2 +1,2 @@
-DIST kirigami-addons-0.4.tar.xz 70228 BLAKE2B 
abac0751360f5a34206d866cdbfb9648db97971e08436112a59e9bf458cc10aff334161e5c64091a61c0159a438b5546a03e162a227db4a0001930845afd9c36
 SHA512 
05ff26fefa53c4a9472f339d19e53428b2c805dd9980457f33faac1d0998061489b74a4f51773c57639ca36055f33f69ed2622a990d04fcb28379c6367b8
 DIST kirigami-addons-0.5.tar.xz 75776 BLAKE2B 
994c8098be22e9699c8643aa89cc2989bde7c2bd417c62d85557a80f6bf477ee9a9548986d838307aa3574baec180fea36c87e47531095e7cc892f5c50e757f2
 SHA512 
6a457d9baff7d8fdc274ed3882b9836c7d1d424af7825f2fd53a26490b21d2c19e296a2386d7eede0ecb3eb2b0393e136d5824ebe27bdf1510143cf92b2b3b3a
+DIST kirigami-addons-0.6.tar.xz 83404 BLAKE2B 
e7ac615a474f42411e3aac26dde217a22b0f5f10a36f4ecb3e05dd99308413b4cd013d0fe5724db7880a8f330a1f6b6da8088d2145dce872f67251517379b97b
 SHA512 
df0e215602e6d5cf7206f3f2d6de2e785d92ea0a389f8df5d306d4547073c735843e1d8240da1ad31171a54b8004a6239f47d43bcb1c20208e082e628608d1de

diff --git a/kde-frameworks/kirigami-addons/kirigami-addons-0.4.ebuild 
b/kde-frameworks/kirigami-addons/kirigami-addons-0.6.ebuild
similarity index 70%
rename from kde-frameworks/kirigami-addons/kirigami-addons-0.4.ebuild
rename to kde-frameworks/kirigami-addons/kirigami-addons-0.6.ebuild
index 36f4d9410..9abb730e7 100644
--- a/kde-frameworks/kirigami-addons/kirigami-addons-0.4.ebuild
+++ b/kde-frameworks/kirigami-addons/kirigami-addons-0.6.ebuild
@@ -10,7 +10,7 @@ inherit ecm
 
 DESCRIPTION="Convergent visual components for Kirigami-based applications"
 HOMEPAGE="https://invent.kde.org/libraries/kirigami-addons;
-SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) LGPL-2+ LGPL-2.1+"
 SLOT="5"
@@ -25,8 +25,13 @@ RDEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
 "
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
test? (
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml(+)]
+   >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml(+)]
+   media-libs/gst-plugins-base:1.0[ogg,vorbis]
+   media-libs/gst-plugins-bad:1.0
+   media-libs/gst-plugins-good:1.0
+   x11-themes/sound-theme-freedesktop
)
 "



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

2022-12-01 Thread John Helmert III
commit: 6854b2428ca58558edd747e8f2d30aaac1d21fea
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Dec  2 06:14:33 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Dec  2 06:15:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6854b242

www-apache/modsecurity-crs: drop 3.3.2

Bug: https://bugs.gentoo.org/872077
Signed-off-by: John Helmert III  gentoo.org>

 www-apache/modsecurity-crs/Manifest|  1 -
 .../modsecurity-crs/modsecurity-crs-3.3.2.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/www-apache/modsecurity-crs/Manifest 
b/www-apache/modsecurity-crs/Manifest
index d8a19b55b4fe..a7819e892570 100644
--- a/www-apache/modsecurity-crs/Manifest
+++ b/www-apache/modsecurity-crs/Manifest
@@ -1,2 +1 @@
-DIST modsecurity-crs-3.3.2.tar.gz 290450 BLAKE2B 
2935b781af44a206eec881a2c06669db91da98a4d74936299651a77417a2eeaf6d4ab9a1566c08fc4bfb2a60d0b38e71d746d726578ce220b59c9c9cbd800190
 SHA512 
a5d96fb949da82120a1c4cda4dcf804b06aaae71f25cded5ee998d2c4e766ae2de88e42cd52fc9d63e204415e829af27d80614e58b55509e7bd7ffc20a26cfba
 DIST modsecurity-crs-3.3.4.tar.gz 301112 BLAKE2B 
0df4b70c5ecc1852fe3cde74783494636c530cc8a2b8ddc0269da25703521532ee3ed6ba1e572b854fe6912f31d2ed1fe4c917b13dc22b37763dbe73ef8c7b72
 SHA512 
a8b8b210054a9a4e3f8e45a5a9428110bb4075e40430e3fc16f4717e363af141265b1fb5c173ff96abeff0ac61ef5eef667a4b9cb703f8edc15e48deb3342827

diff --git a/www-apache/modsecurity-crs/modsecurity-crs-3.3.2.ebuild 
b/www-apache/modsecurity-crs/modsecurity-crs-3.3.2.ebuild
deleted file mode 100644
index a16ae9fa633f..
--- a/www-apache/modsecurity-crs/modsecurity-crs-3.3.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="OWASP ModSecurity Core Rule Set"
-HOMEPAGE="https://coreruleset.org/;
-SRC_URI="https://github.com/coreruleset/coreruleset/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=www-apache/mod_security-2.9.1"
-
-S="${WORKDIR}/coreruleset-${PV}"
-
-src_install() {
-   insinto "/usr/share/${PN}"
-   doins -r rules
-
-   dodoc CHANGES CONTRIBUTORS.md KNOWN_BUGS README.md 
crs-setup.conf.example
-
-   # I don't think it's worth pulling in apache-module.eclass just for
-   # this path...
-   insinto /etc/apache2/modules.d
-   doins "${FILESDIR}/80_mod_security-crs.conf"
-}
-
-pkg_postinst() {
-   einfo "The CRS configuration file has been installed to:"
-   einfo "  ${ROOT}/etc/apache2/modules.d/80_mod_security-crs.conf"
-}



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

2022-12-01 Thread Sam James
commit: 1ce978ba52ec03a194e8a542ad49dfe6633a3fec
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 06:03:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 06:03:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce978ba

media-sound/jack-example-tools: Stabilize 3 ppc64, #883959

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

 media-sound/jack-example-tools/jack-example-tools-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack-example-tools/jack-example-tools-3.ebuild 
b/media-sound/jack-example-tools/jack-example-tools-3.ebuild
index ec90b9ed7073..6ce53de04da1 100644
--- a/media-sound/jack-example-tools/jack-example-tools-3.ebuild
+++ b/media-sound/jack-example-tools/jack-example-tools-3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV}
 
 LICENSE="GPL-2+ zalsa? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 IUSE="alsa jack-net jack-netsource opus +readline sndfile zalsa"
 
 RDEPEND="



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

2022-12-01 Thread Sam James
commit: 4f88363e8039484577d5f0e9d587e4ef45f82968
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 06:03:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 06:03:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f88363e

media-sound/jack2: Stabilize 1.9.21-r1 ppc64, #883959

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

 media-sound/jack2/jack2-1.9.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack2/jack2-1.9.21-r1.ebuild 
b/media-sound/jack2/jack2-1.9.21-r1.ebuild
index bf4eed01ccec..72e8f071be8d 100644
--- a/media-sound/jack2/jack2-1.9.21-r1.ebuild
+++ b/media-sound/jack2/jack2-1.9.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git;
 else

SRC_URI="https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Jackdmp jack implemention for multi-processor machine"



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

2022-12-01 Thread Sam James
commit: a3a52b8fbf4f3217c80b52fa5c92eb33f142a2ba
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 05:58:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 05:58:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a52b8f

media-sound/jack-example-tools: Stabilize 3 arm, #883959

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

 media-sound/jack-example-tools/jack-example-tools-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack-example-tools/jack-example-tools-3.ebuild 
b/media-sound/jack-example-tools/jack-example-tools-3.ebuild
index a2c2315cb69e..ec90b9ed7073 100644
--- a/media-sound/jack-example-tools/jack-example-tools-3.ebuild
+++ b/media-sound/jack-example-tools/jack-example-tools-3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV}
 
 LICENSE="GPL-2+ zalsa? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="alsa jack-net jack-netsource opus +readline sndfile zalsa"
 
 RDEPEND="



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

2022-12-01 Thread Sam James
commit: 0fe992d715db26ee32fea93ad5b038140ae24339
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 05:58:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 05:58:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe992d7

sys-devel/gdb: Stabilize 12.1-r2 arm64, #883961

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

 sys-devel/gdb/gdb-12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-12.1-r2.ebuild b/sys-devel/gdb/gdb-12.1-r2.ebuild
index 0e660ed065fc..9c12d7a6e134 100644
--- a/sys-devel/gdb/gdb-12.1-r2.ebuild
+++ b/sys-devel/gdb/gdb-12.1-r2.ebuild
@@ -47,7 +47,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"



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

2022-12-01 Thread Sam James
commit: a68f3c9139733117cdd23e4b4e8d24a5cc6ee1b5
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 05:58:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 05:58:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68f3c91

media-sound/jack2: Stabilize 1.9.21-r1 arm, #883959

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

 media-sound/jack2/jack2-1.9.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack2/jack2-1.9.21-r1.ebuild 
b/media-sound/jack2/jack2-1.9.21-r1.ebuild
index a66f59144b94..bf4eed01ccec 100644
--- a/media-sound/jack2/jack2-1.9.21-r1.ebuild
+++ b/media-sound/jack2/jack2-1.9.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git;
 else

SRC_URI="https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Jackdmp jack implemention for multi-processor machine"



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

2022-12-01 Thread Sam James
commit: d113cb9c64ddd9c1714666f9c1fbaf27cbb0a643
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 05:53:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 05:53:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d113cb9c

media-sound/jack2: Stabilize 1.9.21-r1 arm64, #883959

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

 media-sound/jack2/jack2-1.9.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack2/jack2-1.9.21-r1.ebuild 
b/media-sound/jack2/jack2-1.9.21-r1.ebuild
index ef4bda2af8ec..a66f59144b94 100644
--- a/media-sound/jack2/jack2-1.9.21-r1.ebuild
+++ b/media-sound/jack2/jack2-1.9.21-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git;
 else

SRC_URI="https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Jackdmp jack implemention for multi-processor machine"



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

2022-12-01 Thread Sam James
commit: 68f1849738815f8da3ce478c56ed020374a75d68
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 05:53:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 05:53:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f18497

media-sound/jack-example-tools: Stabilize 3 arm64, #883959

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

 media-sound/jack-example-tools/jack-example-tools-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack-example-tools/jack-example-tools-3.ebuild 
b/media-sound/jack-example-tools/jack-example-tools-3.ebuild
index c3928c4e40ff..a2c2315cb69e 100644
--- a/media-sound/jack-example-tools/jack-example-tools-3.ebuild
+++ b/media-sound/jack-example-tools/jack-example-tools-3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV}
 
 LICENSE="GPL-2+ zalsa? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="alsa jack-net jack-netsource opus +readline sndfile zalsa"
 
 RDEPEND="



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

2022-12-01 Thread Sam James
commit: c22118ebda8ce41dac1fe0d82de65b7ca2aea4eb
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 05:53:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 05:53:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22118eb

sys-devel/gdb: Stabilize 12.1-r2 arm, #883961

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

 sys-devel/gdb/gdb-12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-12.1-r2.ebuild b/sys-devel/gdb/gdb-12.1-r2.ebuild
index f8e1bce719cb..0e660ed065fc 100644
--- a/sys-devel/gdb/gdb-12.1-r2.ebuild
+++ b/sys-devel/gdb/gdb-12.1-r2.ebuild
@@ -47,7 +47,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"



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

2022-12-01 Thread Sam James
commit: e41331f0a4c5f76df85c4b55229f0fd21cab146b
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 05:25:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 05:45:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41331f0

dev-java/byaccj: HTTPSify HOMEPAGE

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

 dev-java/byaccj/byaccj-1.15-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/byaccj/byaccj-1.15-r3.ebuild 
b/dev-java/byaccj/byaccj-1.15-r3.ebuild
index 9feb822145a5..70d92d0ce0ef 100644
--- a/dev-java/byaccj/byaccj-1.15-r3.ebuild
+++ b/dev-java/byaccj/byaccj-1.15-r3.ebuild
@@ -5,8 +5,8 @@ EAPI=8
 
 inherit toolchain-funcs
 
-DESCRIPTION="A java extension of BSD YACC-compatible parser generator"
-HOMEPAGE="http://byaccj.sourceforge.net/;
+DESCRIPTION="A Java extension of BSD YACC-compatible parser generator"
+HOMEPAGE="https://byaccj.sourceforge.net/;
 MY_P="${PN}${PV}_src"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 



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

2022-12-01 Thread Sam James
commit: 6b9fbdc9403422aad640bc5444ba25eb57a961a5
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 05:46:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 05:46:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9fbdc9

sys-devel/gdb: Stabilize 12.1-r2 sparc, #883961

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

 sys-devel/gdb/gdb-12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-12.1-r2.ebuild b/sys-devel/gdb/gdb-12.1-r2.ebuild
index 9da927c79e77..f8e1bce719cb 100644
--- a/sys-devel/gdb/gdb-12.1-r2.ebuild
+++ b/sys-devel/gdb/gdb-12.1-r2.ebuild
@@ -47,7 +47,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"



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

2022-12-01 Thread Andrey Grozin
commit: c63a706499892194503823f8cf9ae8170293c371
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Dec  2 05:16:37 2022 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Dec  2 05:16:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63a7064

profiles/features/musl: mask dev-lisp/sbcl

Signed-off-by: Andrey Grozin  gentoo.org>

 profiles/features/musl/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index 549cbba17944..c8a2d1574ca6 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -7,6 +7,7 @@ app-emacs/sly
 dev-lisp/alexandria
 dev-ros/roslisp
 x11-wm/stumpwm
+x11-wm/stumpwm-contrib
 
 # Andrey Grozin  (2022-12-01)
 # The upstream supports only glibc Linux systems



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

2022-12-01 Thread Julien Roy
commit: a25082b184e7867c4fffaee69e22996dce1a8ef1
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Dec  2 04:27:59 2022 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Dec  2 04:27:59 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a25082b1

gui-apps/eww: add 0.4.0-r1, fix dependencies

Signed-off-by: Julien Roy  jroy.ca>

 gui-apps/eww/eww-0.4.0-r1.ebuild | 283 +++
 gui-apps/eww/metadata.xml|   3 +-
 2 files changed, 285 insertions(+), 1 deletion(-)

diff --git a/gui-apps/eww/eww-0.4.0-r1.ebuild b/gui-apps/eww/eww-0.4.0-r1.ebuild
new file mode 100644
index 0..70aa8e313
--- /dev/null
+++ b/gui-apps/eww/eww-0.4.0-r1.ebuild
@@ -0,0 +1,283 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+   ahash-0.7.6
+   aho-corasick-0.7.19
+   ansi_term-0.12.1
+   anyhow-1.0.63
+   ascii-canvas-3.0.0
+   atk-0.15.1
+   atk-sys-0.15.1
+   atty-0.2.14
+   autocfg-1.1.0
+   base64-0.13.0
+   beef-0.5.2
+   bincode-1.3.3
+   bit-set-0.5.3
+   bit-vec-0.6.3
+   bitflags-1.3.2
+   bytes-1.2.1
+   cairo-rs-0.15.12
+   cairo-sys-rs-0.15.1
+   cfg-expr-0.10.3
+   cfg-if-1.0.0
+   clap-2.34.0
+   clap-3.2.20
+   clap_derive-3.2.18
+   clap_lex-0.2.4
+   codemap-0.1.3
+   codespan-reporting-0.11.1
+   console-0.15.1
+   convert_case-0.4.0
+   core-foundation-sys-0.8.3
+   crossbeam-channel-0.5.6
+   crossbeam-deque-0.8.2
+   crossbeam-epoch-0.9.10
+   crossbeam-utils-0.8.11
+   crunchy-0.2.2
+   ctor-0.1.23
+   derive_more-0.99.17
+   diff-0.1.13
+   dirs-next-2.0.0
+   dirs-sys-next-0.1.2
+   either-1.8.0
+   ena-0.14.0
+   encode_unicode-0.3.6
+   env_logger-0.7.1
+   extend-1.1.2
+   field-offset-0.3.4
+   filetime-0.2.17
+   fixedbitset-0.4.2
+   fsevent-sys-4.1.0
+   futures-channel-0.3.24
+   futures-core-0.3.24
+   futures-executor-0.3.24
+   futures-io-0.3.24
+   futures-macro-0.3.24
+   futures-sink-0.3.24
+   futures-task-0.3.24
+   futures-util-0.3.24
+   gdk-0.15.4
+   gdk-pixbuf-0.15.11
+   gdk-pixbuf-sys-0.15.10
+   gdk-sys-0.15.1
+   gdkx11-0.15.5
+   gdkx11-sys-0.15.1
+   gethostname-0.2.3
+   getrandom-0.2.7
+   gio-0.15.12
+   gio-sys-0.15.10
+   glib-0.15.12
+   glib-macros-0.15.11
+   glib-sys-0.15.10
+   gobject-sys-0.15.10
+   grass-0.11.2
+   gtk-0.15.5
+   gtk-layer-shell-0.4.1
+   gtk-layer-shell-sys-0.4.1
+   gtk-sys-0.15.3
+   gtk3-macros-0.15.4
+   hashbrown-0.11.2
+   hashbrown-0.12.3
+   heck-0.4.0
+   hermit-abi-0.1.19
+   humantime-1.3.0
+   indexmap-1.9.1
+   inotify-0.9.6
+   inotify-sys-0.1.5
+   insta-1.19.1
+   itertools-0.10.3
+   itoa-1.0.3
+   kqueue-1.0.6
+   kqueue-sys-1.0.3
+   lalrpop-0.19.8
+   lalrpop-util-0.19.8
+   lasso-0.5.1
+   lazy_static-1.4.0
+   levenshtein-1.0.5
+   libc-0.2.132
+   linked-hash-map-0.5.6
+   lock_api-0.4.8
+   log-0.4.17
+   maplit-1.0.2
+   memchr-2.5.0
+   memoffset-0.6.5
+   mio-0.8.4
+   new_debug_unreachable-1.0.4
+   nix-0.24.2
+   nix-0.25.0
+   notify-5.0.0
+   ntapi-0.3.7
+   num-bigint-0.4.3
+   num-integer-0.1.45
+   num-rational-0.4.1
+   num-traits-0.2.15
+   num_cpus-1.13.1
+   once_cell-1.14.0
+   os_str_bytes-6.3.0
+   output_vt100-0.1.3
+   pango-0.15.10
+   pango-sys-0.15.10
+   parking_lot-0.12.1
+   parking_lot_core-0.9.3
+   pest-2.3.0
+   petgraph-0.6.2
+   phf-0.9.0
+   phf_generator-0.9.1
+   phf_macros-0.9.0
+   phf_shared-0.9.0
+   phf_shared-0.10.0
+   pico-args-0.4.2
+   pin-project-lite-0.2.9
+   pin-utils-0.1.0
+   pkg-config-0.3.25
+   ppv-lite86-0.2.16
+   precomputed-hash-0.1.1
+   pretty_assertions-1.3.0
+   pretty_env_logger-0.4.0
+   proc-macro-crate-1.2.1
+   proc-macro-error-1.0.4
+   proc-macro-error-attr-1.0.4
+   proc-macro-hack-0.5.19
+   proc-macro2-1.0.43
+   quick-error-1.2.3
+   quote-1.0.21
+   rand-0.8.5
+   rand_chacha-0.3.1
+   rand_core-0.6.3
+   rayon-1.5.3
+   rayon-core-1.9.3
+   redox_syscall-0.2.16
+   redox_users-0.4.3
+   ref-cast-1.0.9
+   ref-cast-impl-1.0.9
+   regex-1.6.0
+   regex-syntax-0.6.27
+   ron-0.7.1
+   rustc_version-0.3.3
+   rustc_version-0.4.0
+   rustversion-1.0.9
+   ryu-1.0.11
+   same-file-1.0.6
+   scopeguard-1.1.0
+   semver-0.11.0
+   semver-1.0.13
+   semver-parser-0.10.2
+   serde-1.0.144
+   serde_derive-1.0.144
+   serde_json-1.0.85
+   

[gentoo-commits] repo/gentoo:master commit in: app-containers/snapd/

2022-12-01 Thread Zac Medico
commit: 1245cf9ab1b337e86000f52a76723e247ce9a1f4
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Dec  2 04:14:26 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Dec  2 04:14:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1245cf9a

app-containers/snapd: add 2.58

Signed-off-by: Zac Medico  gentoo.org>

 app-containers/snapd/Manifest  |   1 +
 app-containers/snapd/snapd-2.58.ebuild | 179 +
 2 files changed, 180 insertions(+)

diff --git a/app-containers/snapd/Manifest b/app-containers/snapd/Manifest
index e71239cee87f..74411fae3f80 100644
--- a/app-containers/snapd/Manifest
+++ b/app-containers/snapd/Manifest
@@ -1 +1,2 @@
 DIST snapd-2.57.6.tar.xz 6889052 BLAKE2B 
5d1190f3d1ccc6446f950cc95c09180707c3a96285bcdd197aef06b2d69cfef6daf85a93844f105dd434b29b73d3b9c832dfcbebcdc2451443eb5421046de849
 SHA512 
cd74fa92cddff3452448a50536ded504c68ca6f786b465b8561ccc43c02856742a895efb71bf92b8d125173e0d083faf61ca563f69da03ebf3c4df1b0b0b8d5e
+DIST snapd-2.58.tar.xz 6980916 BLAKE2B 
d3de507513db808fa4f85498b5c238de143f06660f1d677186c8c763b38643a2486e25b747977b3eb584619d79ea0a12e88dc5a909045a853c1d8f849f2c1638
 SHA512 
555915b8b4d9d2d91a3ba19e9e78cf6b19d9683a9f390ad225aa5876320cb8595b464d6133706c4923fc15fbe04ba2b65a47e403c9a2d8859adae827f8ec000a

diff --git a/app-containers/snapd/snapd-2.58.ebuild 
b/app-containers/snapd/snapd-2.58.ebuild
new file mode 100644
index ..e6878325b6d7
--- /dev/null
+++ b/app-containers/snapd/snapd-2.58.ebuild
@@ -0,0 +1,179 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 flag-o-matic go-module linux-info 
readme.gentoo-r1 systemd tmpfiles xdg-utils
+
+DESCRIPTION="Service and tools for management of snap packages"
+HOMEPAGE="http://snapcraft.io/;
+
+SRC_URI="https://github.com/snapcore/${PN}/releases/download/${PV}/${PN}_${PV}.vendor.tar.xz
 -> ${P}.tar.xz"
+MY_PV=${PV}
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3 Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT"
+SLOT="0"
+IUSE="apparmor +forced-devmode gtk kde systemd"
+REQUIRED_USE="!forced-devmode? ( apparmor ) systemd"
+
+CONFIG_CHECK="~CGROUPS
+   ~CGROUP_DEVICE
+   ~CGROUP_FREEZER
+   ~NAMESPACES
+   ~SQUASHFS
+   ~SQUASHFS_ZLIB
+   ~SQUASHFS_LZO
+   ~SQUASHFS_XZ
+   ~BLK_DEV_LOOP
+   ~SECCOMP
+   ~SECCOMP_FILTER"
+
+RDEPEND="
+   sys-libs/libseccomp:=
+   apparmor? (
+   sec-policy/apparmor-profiles
+   sys-apps/apparmor:=
+   )
+   dev-libs/glib
+   virtual/libudev
+   systemd? ( sys-apps/systemd )
+   sys-libs/libcap:=
+   sys-fs/squashfs-tools[lzma]"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   >=dev-lang/go-1.9
+   dev-python/docutils
+   sys-devel/gettext
+   sys-fs/xfsprogs"
+
+PDEPEND="sys-auth/polkit[gtk?,kde?]"
+
+README_GENTOO_SUFFIX=""
+
+pkg_setup() {
+   if use apparmor; then
+   CONFIG_CHECK+=" ~SECURITY_APPARMOR"
+   fi
+   linux-info_pkg_setup
+
+   # Seems to have issues building with -O3, switch to -O2
+   replace-flags -O3 -O2
+}
+
+src_prepare() {
+   default
+   # Update apparmor profile to allow libtinfow.so*
+   sed -i 's/libtinfo/libtinfo{,w}/' \
+   "cmd/snap-confine/snap-confine.apparmor.in" || die
+
+   if ! use forced-devmode; then
+   sed -e 's#return !apparmorFull#if !apparmorFull 
{\n\t\tpanic("USE=forced-devmode is disabled")\n\t}\n\treturn false#' \
+   -i "sandbox/forcedevmode.go" || die
+   grep -q 'panic("USE=forced-devmode is disabled")' 
"sandbox/forcedevmode.go" || die "failed to disable forced-devmode"
+   fi
+
+   sed -i 's:command -v git >/dev/null:false:' -i "mkversion.sh" || die
+
+   ./mkversion.sh "${PV}"
+   pushd "cmd" >/dev/null || die
+   eautoreconf
+}
+
+src_configure() {
+   SNAPD_MAKEARGS=(
+   "BINDIR=${EPREFIX}/usr/bin"
+   "DBUSSERVICESDIR=${EPREFIX}/usr/share/dbus-1/services"
+   "LIBEXECDIR=${EPREFIX}/usr/lib"
+   "SNAP_MOUNT_DIR=${EPREFIX}/var/lib/snapd/snap"
+   "SYSTEMDSYSTEMUNITDIR=$(systemd_get_systemunitdir)"
+   )
+   export CGO_ENABLED="1"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+
+   pushd "${S}/cmd" >/dev/null || die
+   econf --libdir="${EPREFIX}/usr/lib" \
+   --libexecdir="${EPREFIX}/usr/lib/snapd" \
+   $(use_enable apparmor) \
+   --enable-nvidia-biarch \
+   --with-snap-mount-dir="${EPREFIX}/var/lib/snapd/snap"
+}
+
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME
+   export GOBIN="${S}/bin"
+
+   local file
+   for 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, app-emulation/wine-proton/

2022-12-01 Thread Ionen Wolkens
commit: cf26b3dd94dea5253a16beb3c936b5d8b588661e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Dec  2 03:38:56 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Dec  2 03:56:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf26b3dd

app-emulation/wine-proton: destabilize 7.0.5 back to ~x86

Stabilized wine-vanilla-7.0.1 was fine, but upon closer look
wine-proton on the other hand is kinda broken at runtime when
doing any X11 usage. Keeping keyword given believe may be because
of my x86 test setup, but at least going to avoid stable.

Not that I really want x86 either way, mostly was to be in sync
with other wine versions.

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

 app-emulation/wine-proton/wine-proton-7.0.5.ebuild | 2 +-
 profiles/arch/x86/package.use.stable.mask  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild 
b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
index 4d70f3788362..82c405523947 100644
--- a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
+++ b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == * ]]; then
 else

SRC_URI="https://github.com/ValveSoftware/wine/archive/refs/tags/proton-wine-${WINE_PV}.tar.gz;
S="${WORKDIR}/${PN}-wine-${WINE_PV}"
-   KEYWORDS="-* amd64 x86"
+   KEYWORDS="-* amd64 ~x86"
 fi
 
 DESCRIPTION="Valve Software's fork of Wine"

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index bea0c61eeb58..3d18401172ef 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -86,7 +86,7 @@ dev-ruby/haml test
 
 # Adam Feldman  (2017-09-27)
 # patchset variants are not stable
-virtual/wine staging
+virtual/wine proton staging
 
 # Christoph Junghans  (2017-02-26)
 # Stable mask some fabrics (bug #525534)



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, app-alternatives/awk/, profiles/arch/amd64/, ...

2022-12-01 Thread Michał Górny
commit: d3a446d11fd0061c5826f18c0dc5d5a4b49dc4c1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  1 17:26:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  2 03:47:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a446d1

app-alternatives/awk: New package to control awk symlinks

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

 app-alternatives/awk/awk-2.ebuild| 59 
 app-alternatives/awk/metadata.xml| 20 +++-
 profiles/arch/amd64/package.use.mask |  4 +++
 profiles/arch/base/package.use.mask  |  4 +++
 profiles/arch/x86/package.use.mask   |  4 +++
 5 files changed, 90 insertions(+), 1 deletion(-)

diff --git a/app-alternatives/awk/awk-2.ebuild 
b/app-alternatives/awk/awk-2.ebuild
new file mode 100644
index ..01e69d65fbd1
--- /dev/null
+++ b/app-alternatives/awk/awk-2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="/bin/awk and /usr/bin/awk symlinks"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Base/Alternatives;
+SRC_URI=""
+S=${WORKDIR}
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="busybox +gawk mawk nawk split-usr"
+REQUIRED_USE="^^ ( busybox gawk mawk nawk )"
+
+RDEPEND="
+   busybox? ( sys-apps/busybox )
+   gawk? ( sys-apps/gawk )
+   mawk? ( sys-apps/mawk )
+   nawk? ( sys-apps/nawk )
+   !app-eselect/eselect-awk
+"
+
+src_install() {
+   local root_prefix=
+   use split-usr && root_prefix=../../bin/
+
+   if use busybox; then
+   dosym "${root_prefix}busybox" /usr/bin/awk
+   newman - awk.1 <<<".so busybox.1"
+   elif use gawk; then
+   dosym gawk /usr/bin/awk
+   newman - awk.1 <<<".so gawk.1"
+   elif use mawk; then
+   dosym mawk /usr/bin/awk
+   newman - awk.1 <<<".so mawk.1"
+   elif use nawk; then
+   dosym nawk /usr/bin/awk
+   newman - awk.1 <<<".so nawk.1"
+   else
+   die "Invalid USE flag combination (broken REQUIRED_USE?)"
+   fi
+
+   if use split-usr; then
+   dosym ../usr/bin/awk /bin/awk
+   fi
+}
+
+pkg_postrm() {
+   # make sure we don't leave the user without the symlinks, since
+   # they've not been owned by any other package
+   if [[ ! -h ${EROOT}/usr/bin/awk ]]; then
+   ln -s gawk "${EROOT}/usr/bin/awk" || die
+   fi
+   if [[ ! -h ${EROOT}/bin/awk ]]; then
+   ln -s ../usr/bin/awk "${EROOT}/bin/awk" || die
+   fi
+}

diff --git a/app-alternatives/awk/metadata.xml 
b/app-alternatives/awk/metadata.xml
index 38ea143badef..0cf5fbf0d2f2 100644
--- a/app-alternatives/awk/metadata.xml
+++ b/app-alternatives/awk/metadata.xml
@@ -9,5 +9,23 @@
base-sys...@gentoo.org
Gentoo Base System

-   
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+   
+   
+   Symlink to sys-apps/busybox
+   
+   
+   Symlink to sys-apps/gawk
+   
+   
+   Symlink to sys-apps/mawk (warning: mawk is
+   not fully POSIX-compliant)
+   
+   
+   Symlink to sys-apps/nawk
+   
+   
 

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 27207c6da3f9..317dfc821763 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2022-12-01)
+# Keyworded here.
+app-alternatives/awk -nawk
+
 # Guillermo Joandet  (2022-11-22)
 # app-text/pandoc is keyworded on this architecture
 net-libs/gssdp -man

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 5a1455d90b27..8ca1e3eda94e 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (2022-12-01)
+# Not widely keyworded.
+app-alternatives/awk nawk
+
 # Mike Gilbert  (2022-10-16)
 # Only supported on MIPS.
 dev-lang/gnat-gpl fixed-point

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index a68e233ecfd9..b733021ebde4 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  

[gentoo-commits] repo/gentoo:master commit in: net-misc/hylafaxplus/, x11-misc/xdg-utils/, net-analyzer/rrdtool/, ...

2022-12-01 Thread Michał Górny
commit: 1b39922b75edcd897083f7b0d91aded7ba0523e4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  2 03:14:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  2 03:47:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b39922b

Move {virtual → app-alternatives}/awk

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

 app-admin/authbind/authbind-2.1.2.ebuild   | 4 ++--
 {virtual => app-alternatives}/awk/awk-1.ebuild | 0
 {virtual => app-alternatives}/awk/metadata.xml | 0
 app-backup/amanda/amanda-3.5.1-r3.ebuild   | 2 +-
 app-i18n/skk-jisyo/skk-jisyo-202005.ebuild | 2 +-
 app-i18n/skk-jisyo/skk-jisyo-99.ebuild | 2 +-
 app-i18n/skkfep/skkfep-0.87-r1.ebuild  | 4 ++--
 app-misc/fmawk/fmawk-1.2.ebuild| 2 +-
 app-misc/fmawk/fmawk-1.3.ebuild| 2 +-
 app-misc/fmawk/fmawk-.ebuild   | 2 +-
 app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild| 2 +-
 app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild  | 2 +-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 2 +-
 app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r3.ebuild | 2 +-
 app-text/idnits/idnits-2.17.1.ebuild   | 2 +-
 app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild| 4 ++--
 dev-db/freetds/freetds-1.2.18.ebuild   | 2 +-
 dev-lang/python/python-2.7.18_p16.ebuild   | 2 +-
 dev-lang/python/python-3.10.8_p3.ebuild| 2 +-
 dev-lang/python/python-3.11.0_p2.ebuild| 2 +-
 dev-lang/python/python-3.12.0_alpha1_p2.ebuild | 2 +-
 dev-lang/python/python-3.12.0_alpha2.ebuild| 2 +-
 dev-lang/python/python-3.8.15_p3.ebuild| 2 +-
 dev-lang/python/python-3.9.15_p3.ebuild| 2 +-
 dev-util/FlameGraph/FlameGraph-1.0.ebuild  | 2 +-
 dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild| 2 +-
 dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild| 2 +-
 dev-util/FlameGraph/FlameGraph-.ebuild | 2 +-
 dev-util/dejagnu/dejagnu-1.6.3.ebuild  | 2 +-
 dev-util/statifier/statifier-1.7.4-r2.ebuild   | 2 +-
 dev-util/wiggle/wiggle-1.0.ebuild  | 4 ++--
 dev-util/wiggle/wiggle-1.2.ebuild  | 4 ++--
 dev-vcs/topgit/topgit-0.19.13.ebuild   | 4 ++--
 games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild | 2 +-
 gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild  | 2 +-
 gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild  | 2 +-
 mail-client/s-nail/s-nail-14.9.22.ebuild   | 2 +-
 mail-client/s-nail/s-nail-14.9.24.ebuild   | 2 +-
 media-fonts/terminus-font/terminus-font-4.49.1.ebuild  | 2 +-
 media-video/mjpegtools/mjpegtools-2.2.1.ebuild | 2 +-
 net-analyzer/fragroute/fragroute-1.2.6-r4.ebuild   | 4 ++--
 net-analyzer/munin/munin-2.0.67-r7.ebuild  | 2 +-
 net-analyzer/munin/munin-2.0.69-r1.ebuild  | 2 +-
 net-analyzer/munin/munin-2.0.69.ebuild | 2 +-
 net-analyzer/netdata/netdata-1.35.1.ebuild | 2 +-
 net-analyzer/netdata/netdata-1.36.0.ebuild | 2 +-
 net-analyzer/netdata/netdata-1.36.1-r1.ebuild  | 2 +-
 net-analyzer/netdata/netdata-1.37.0.ebuild | 2 +-
 net-analyzer/netdata/netdata-.ebuild   | 2 +-
 net-analyzer/nmbscan/nmbscan-1.2.5-r1.ebuild   | 2 +-
 net-analyzer/prettyping/prettyping-1.0.1.ebuild| 4 ++--
 net-analyzer/rrdtool/rrdtool-1.8.0-r2.ebuild   | 2 +-
 net-dialup/mgetty/mgetty-1.2.1-r4.ebuild   | 2 +-
 net-misc/hylafaxplus/hylafaxplus-7.0.3-r5.ebuild   | 2 +-
 net-misc/hylafaxplus/hylafaxplus-7.0.3-r6.ebuild   | 2 +-
 net-misc/hylafaxplus/hylafaxplus-7.0.6-r1.ebuild   | 2 +-
 net-misc/shmux/shmux-1.0.3.ebuild  | 2 +-
 net-misc/tiers/tiers-1.1.ebuild| 4 ++--
 net-misc/ytfzf/ytfzf-2.5.2.ebuild  | 2 +-
 net-news/newsboat/newsboat-2.21-r1.ebuild  | 4 ++--
 net-news/newsboat/newsboat-2.23-r1.ebuild  | 4 ++--
 net-news/newsboat/newsboat-2.28.ebuild | 2 +-
 net-news/newsboat/newsboat-2.29.ebuild | 2 +-
 net-print/apsfilter/apsfilter-7.2.8-r1.ebuild  | 4 ++--
 profiles/updates/4Q-2022   | 1 +
 sys-cluster/ceph/ceph-15.2.17-r1.ebuild| 2 +-
 sys-cluster/ceph/ceph-16.2.10-r3.ebuild| 2 +-
 sys-cluster/ceph/ceph-16.2.9-r3.ebuild | 2 +-
 sys-cluster/ceph/ceph-17.2.3-r4.ebuild  

[gentoo-commits] repo/gentoo:master commit in: app-alternatives/awk/

2022-12-01 Thread Michał Górny
commit: 2e89118d084a68992d7ed042619cdc2c856daf1c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  2 03:46:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  2 03:47:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e89118d

app-alternatives/awk: Define LICENSE and HOMEPAGE for the virtual

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

 app-alternatives/awk/awk-1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-alternatives/awk/awk-1.ebuild 
b/app-alternatives/awk/awk-1.ebuild
index a17f47bf0746..cef6aea276d2 100644
--- a/app-alternatives/awk/awk-1.ebuild
+++ b/app-alternatives/awk/awk-1.ebuild
@@ -4,8 +4,11 @@
 EAPI=7
 
 DESCRIPTION="Virtual for awk implementation"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+LICENSE="metapackage"
 
 RDEPEND="
|| (



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

2022-12-01 Thread Sam James
commit: 99161bb96b4f778a19ecd9284bc4e3074d884022
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 03:43:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 03:43:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99161bb9

dev-util/diffoscope: drop 224, 226

These versions didn't have passing tests like 227 does.

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

 dev-util/diffoscope/Manifest  |   2 -
 dev-util/diffoscope/diffoscope-224.ebuild | 113 
 dev-util/diffoscope/diffoscope-226.ebuild | 120 --
 3 files changed, 235 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index b6c6d373dce5..237a9e2d1ee5 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,4 +1,2 @@
 DIST diffoscope-223.tar.gz 3145330 BLAKE2B 
47ebe733c6330c2c8a7a78dfaad4c364ac3570d5a691b889f3154dcc5f7bec7b97744f04433cf56544ca208233271bbbca8bb767ed43844786fca4e77505d95b
 SHA512 
5f83177133fd4689a77fb08038222998f9597cd63b0f328d3ae55c2ef6f5136f55ab1f5841b70ce1f64a62d216e2332bb4cecb82a3edcc90a6a5841e95955d4c
-DIST diffoscope-224.tar.gz 3145263 BLAKE2B 
918de272781a7829ad4a16f5db3f8d98e05fd1c7e342e18028bf448bf94ede09d5c475a3c1cadf255fa35f46bc8912374cb6cedf2cea878dcaf59380188b084f
 SHA512 
2efbf2ea45e3a43a86eb6a3432852e0eb5a299d3745d8acb3f8857638cb4775d4322d844f2020ed718e4d28419c8a5ca8ab26f66b9bedeea15da57f33a008909
-DIST diffoscope-226.tar.gz 3164328 BLAKE2B 
96fbafcd00c695fd3391122b8468abb0bb27936c45d97d01b2e0bb44bb1f18dc46b7ed2c7cf365993d6303c96a6cc8aeaa780808f23c6dfee5066e0cb377456b
 SHA512 
59e8fd73fcf6e94a603c7e5fa8793f4746e770b0ff84d13379e155d3b4eb91defed79b688109785b62ae5cca1faf9b536454b3107ea93aa361eb511916601615
 DIST diffoscope-227.tar.gz 3163754 BLAKE2B 
8a93b168e8ac404b6cfb08ebf9de5adf0288ae6e741653f8194a2d3d45e30b5826ca3d21a37b5db3867c73816e862f1d4593fe7a77487736f8a6e5f2b15057f2
 SHA512 
1e8a143006c4e734cf30d4110241ed164c3ee893801efa2a7b81a917146a0643dd8b38af0cac937847506a4338d59f4bb03211179742bb076fc4d4dd5f7cb585

diff --git a/dev-util/diffoscope/diffoscope-224.ebuild 
b/dev-util/diffoscope/diffoscope-224.ebuild
deleted file mode 100644
index c76f883a24b8..
--- a/dev-util/diffoscope/diffoscope-224.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="ncurses"
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar test tcpdump zip zlib zstd"
-
-RESTRICT="!test? ( test )"
-
-# pull in optional tools for tests:
-# img2txt: bug #797688
-# docx2txt: bug #797688
-BDEPEND="test? (
-   app-text/docx2txt
-   media-libs/libcaca
-   virtual/imagemagick-tools[jpeg]
-   )"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/libarchive-c[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   dev-python/tlsh[${PYTHON_USEDEP}]
-   acl? ( sys-apps/acl )
-   binutils? ( sys-devel/binutils )
-   bzip2? ( app-arch/bzip2 )
-   libcaca? ( media-libs/libcaca )
-   colord? ( x11-misc/colord )
-   cpio? ( app-arch/cpio )
-   diff? ( sys-apps/diffutils )
-   docx? ( app-text/docx2txt )
-   dtc? ( sys-apps/dtc )
-   e2fsprogs? ( sys-fs/e2fsprogs )
-   file? ( sys-apps/file )
-   find? ( sys-apps/findutils )
-   gettext? ( sys-devel/gettext )
-   gif? ( media-libs/giflib )
-   gpg? ( app-crypt/gnupg )
-   haskell? ( dev-lang/ghc )
-   hdf5? ( sci-libs/hdf5 )
-   hex? ( app-editors/vim-core )
-   imagemagick? ( media-gfx/imagemagick )
-   iso? ( app-cdr/cdrtools )
-   java? ( virtual/jdk )
-   llvm? ( sys-devel/llvm )
-   lzma? ( app-arch/xz-utils )
-   mono? ( dev-lang/mono )
-   opendocument? ( app-text/odt2txt )
-   pascal? ( dev-lang/fpc )
-   pdf? (
-   app-text/pdftk
-   app-text/poppler
-   dev-python/PyPDF2[${PYTHON_USEDEP}]
-   )
-   postscript? ( app-text/ghostscript-gpl )
-   R? ( dev-lang/R )
-   rpm? ( app-arch/rpm )
-   sqlite? ( dev-db/sqlite:3 )
-   squashfs? ( sys-fs/squashfs-tools )
-   ssh? ( net-misc/openssh )
-   tar? ( app-arch/tar )
-   tcpdump? ( net-analyzer/tcpdump )
-   zip? ( app-arch/unzip )
-   zlib? ( app-arch/gzip )
-   

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

2022-12-01 Thread Sam James
commit: 24e0901e7a5638d21a185b93170c74318195c67e
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 03:42:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 03:42:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e0901e

dev-util/diffoscope: add 227

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

 dev-util/diffoscope/Manifest  |   1 +
 dev-util/diffoscope/diffoscope-227.ebuild | 120 ++
 2 files changed, 121 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 9f09ba783628..b6c6d373dce5 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,3 +1,4 @@
 DIST diffoscope-223.tar.gz 3145330 BLAKE2B 
47ebe733c6330c2c8a7a78dfaad4c364ac3570d5a691b889f3154dcc5f7bec7b97744f04433cf56544ca208233271bbbca8bb767ed43844786fca4e77505d95b
 SHA512 
5f83177133fd4689a77fb08038222998f9597cd63b0f328d3ae55c2ef6f5136f55ab1f5841b70ce1f64a62d216e2332bb4cecb82a3edcc90a6a5841e95955d4c
 DIST diffoscope-224.tar.gz 3145263 BLAKE2B 
918de272781a7829ad4a16f5db3f8d98e05fd1c7e342e18028bf448bf94ede09d5c475a3c1cadf255fa35f46bc8912374cb6cedf2cea878dcaf59380188b084f
 SHA512 
2efbf2ea45e3a43a86eb6a3432852e0eb5a299d3745d8acb3f8857638cb4775d4322d844f2020ed718e4d28419c8a5ca8ab26f66b9bedeea15da57f33a008909
 DIST diffoscope-226.tar.gz 3164328 BLAKE2B 
96fbafcd00c695fd3391122b8468abb0bb27936c45d97d01b2e0bb44bb1f18dc46b7ed2c7cf365993d6303c96a6cc8aeaa780808f23c6dfee5066e0cb377456b
 SHA512 
59e8fd73fcf6e94a603c7e5fa8793f4746e770b0ff84d13379e155d3b4eb91defed79b688109785b62ae5cca1faf9b536454b3107ea93aa361eb511916601615
+DIST diffoscope-227.tar.gz 3163754 BLAKE2B 
8a93b168e8ac404b6cfb08ebf9de5adf0288ae6e741653f8194a2d3d45e30b5826ca3d21a37b5db3867c73816e862f1d4593fe7a77487736f8a6e5f2b15057f2
 SHA512 
1e8a143006c4e734cf30d4110241ed164c3ee893801efa2a7b81a917146a0643dd8b38af0cac937847506a4338d59f4bb03211179742bb076fc4d4dd5f7cb585

diff --git a/dev-util/diffoscope/diffoscope-227.ebuild 
b/dev-util/diffoscope/diffoscope-227.ebuild
new file mode 100644
index ..e7f6e7cb72c0
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-227.ebuild
@@ -0,0 +1,120 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="ncurses"
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar test tcpdump zip zlib zstd"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   dev-python/tlsh[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( app-cdr/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   lzma? ( app-arch/xz-utils )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   zip? ( app-arch/unzip )
+   zlib? ( app-arch/gzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence of filemagic's magic.py breaks imports
+# of dev-python/python-magic: bug #716482
+RDEPEND+=" !dev-python/filemagic"
+
+# pull in optional tools for tests:
+# img2txt: bug #797688
+# docx2txt: bug #797688
+BDEPEND="
+   test? (
+   app-text/docx2txt
+   app-text/html2text
+   

  1   2   3   4   5   >