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

2021-12-18 Thread Sam James
commit: 3593ff567e7edd7e0967f42ca5e35fe5cc67d882
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 18 07:35:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 18 07:35:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3593ff56

dev-util/diffoscope: add 197

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

 dev-util/diffoscope/Manifest  |   1 +
 dev-util/diffoscope/diffoscope-197.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 2639fb71ccec..63d1ed49b05c 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -2,3 +2,4 @@ DIST diffoscope-190.tar.gz 2704083 BLAKE2B 
a2a0313f87fdb9c20b0dc696a1aea570857dd
 DIST diffoscope-194.tar.gz 2704634 BLAKE2B 
ca080f07ab23d48cd772302f47fff67c38ca3106d2fd96de37b9112aa316ec095acb07062316abf60ac3457de99b6e3f69adef166ab4b24943dff9e8a127f99f
 SHA512 
cfdd30ea12326ca08f200a78fd77b5b681bbe31cd292fa22fcab294a64717a06f431bcc8c3def7c75f9fb554108e48b8043bc3901d5e57a2be3cc38d20a303e5
 DIST diffoscope-195.tar.gz 2704638 BLAKE2B 
7d8caeaaf5d844c85254f017e49544e016ea16c4876623c0eae18c78389195f91ba567c1197ea9d1ccf326a92483be11a189afdd96a334fa8e0f766a7e78fafd
 SHA512 
619517ce1900ba5e3e642ca758767aacf8bb3b58e288710cdb425500e6074135a5d2147a34214b284b94eacb781e790f638c57e1489492eae8c4bd557fce8a4e
 DIST diffoscope-196.tar.gz 2704695 BLAKE2B 
aa53848171ce8ff76bffd1ded4ef5f3fb661960f36137a96d00cec380ef090929b694f2ab33244aea29b35be279ba7a10b513bd8333ea809a495e73f22d4901a
 SHA512 
102ff95e33967e17e7437e4270a072fc526ecc96b7b91fa2d5a6c9cefce4d6905a59d3fcf0e3a6727d3452a1f6f90a1b7f329c8ce0552929ec5b49fec5869692
+DIST diffoscope-197.tar.gz 2705041 BLAKE2B 
1d66462d3f1cdbba177d24d194ce14ae51274c6b60139e56724213a6b4fc0b41e6a71f9f2e250ecc7d6330186bf774470b2153801b375ffb63e8390c425e1073
 SHA512 
d8411ad166738b29caa28abbc10f21e0906b7b19bd5ab644db36c04b1f9c5af9f4cbdb31eb850da7249380a6774bde355f0e815f4d3cdd0df76570df9df7fd0a

diff --git a/dev-util/diffoscope/diffoscope-197.ebuild 
b/dev-util/diffoscope/diffoscope-197.ebuild
new file mode 100644
index ..57030d324ef8
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-197.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,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}]
+   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 if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716

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

2021-12-18 Thread Sam James
commit: f61d960a2afabe865154df83397cd17d944f8065
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 18 07:52:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 18 07:52:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61d960a

sys-cluster/mpich: fix build (--without-ze)

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

 sys-cluster/mpich/{mpich-3.4.2-r1.ebuild => mpich-3.4.2-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/mpich/mpich-3.4.2-r1.ebuild 
b/sys-cluster/mpich/mpich-3.4.2-r2.ebuild
similarity index 99%
rename from sys-cluster/mpich/mpich-3.4.2-r1.ebuild
rename to sys-cluster/mpich/mpich-3.4.2-r2.ebuild
index 403ac8cf2eeb..ddaf646f0454 100644
--- a/sys-cluster/mpich/mpich-3.4.2-r1.ebuild
+++ b/sys-cluster/mpich/mpich-3.4.2-r2.ebuild
@@ -117,6 +117,7 @@ multilib_src_configure() {
--with-fiprovider-libdir="$(get_libdir)" \
${c} \
--with-pm=hydra \
+   --without-ze \
--with-device=ch3 \
--disable-fast \
--enable-versioning \



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

2021-12-18 Thread Sam James
commit: 3573843ade094597bc985e0641d9144c1e74c5b2
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 18 08:05:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 18 08:05:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3573843a

sys-cluster/mpich: add 3.4.3

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

 sys-cluster/mpich/Manifest   |   1 +
 sys-cluster/mpich/mpich-3.4.3.ebuild | 163 +++
 2 files changed, 164 insertions(+)

diff --git a/sys-cluster/mpich/Manifest b/sys-cluster/mpich/Manifest
index 8cba7427970e..51b648126996 100644
--- a/sys-cluster/mpich/Manifest
+++ b/sys-cluster/mpich/Manifest
@@ -1,3 +1,4 @@
 DIST mpich-3.0.4.tar.gz 10921075 BLAKE2B 
341aaac23277aed05a4448ea03d9caf1ee14cfe327a770c95d620fc1ee1ea7bfa6df36860aa44aad162eb6d630d35fdfb30ae9a866d67680ab71c7b4326c109c
 SHA512 
f9d8b2cf561fe5f85c12512ef4dd7b0cf5ec8b53ddb07bfa0d1db2e3c8ae0382c77e0661f46b82ec96b05d18ea2d25328bb84e9528ac06e5925f30ec8ef030d0
 DIST mpich-3.3.tar.gz 27209008 BLAKE2B 
3010f847456ed71a27e728b91887e04303a83b4abea883bf73d9794ff697052efe3bccd238933dc6e5fbc75e0be36004f1ae9fc7695a4e8887984552ae005917
 SHA512 
1ed6d8d30db4923fd1bd39b6e9622f0db939a45edf8d9f8bdbccfa619fde7fb920c5a0d3f2442f0dd63cf8fda823dbd2983ac5f7c16308bc79e04f61d8e119be
 DIST mpich-3.4.2.tar.gz 32850822 BLAKE2B 
cbbb7d8b3c6db31c9ee8f59e6a386c000480a738819c8b4398e1299c0fdfce28649a3ebc868aa48517476d0b49d4d58e66407f2116708c3d9e61ce43f6e1c32b
 SHA512 
5f5389071c7d275a864df16aedd19f2b925c9b9ad3b304f9c9f99b5808f6b82def775b4191c03cdd3288c5e4478a40a2aae22c3cf2aabe82be1dd612efd7f2a6
+DIST mpich-3.4.3.tar.gz 32853411 BLAKE2B 
889f8d4077cd9e8a727e46431ad505b2a17d7391dec00910254d8dbdbc992e2df92efd355d290881fb3a73966bf3504b6942003f88041669c16a8aa142c2dab2
 SHA512 
d8455a3e7150dc720ba8a0660bfbbec364b62729f4a319928bb910644d20ee68d267baf9e9e2c322540a725e41858b416ed5fff001fb1f6aa45d1c08db8dad1a

diff --git a/sys-cluster/mpich/mpich-3.4.3.ebuild 
b/sys-cluster/mpich/mpich-3.4.3.ebuild
new file mode 100644
index ..ddaf646f0454
--- /dev/null
+++ b/sys-cluster/mpich/mpich-3.4.3.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD="77 90"
+
+inherit fortran-2 multilib-minimal flag-o-matic
+
+MY_PV=${PV/_/}
+DESCRIPTION="A high performance and portable MPI implementation"
+HOMEPAGE="https://www.mpich.org/";
+SRC_URI="https://www.mpich.org/static/downloads/${PV}/${P}.tar.gz";
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+LICENSE="mpich2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+cxx doc fortran mpi-threads +romio threads"
+REQUIRED_USE="mpi-threads? ( threads )"
+
+COMMON_DEPEND=">=dev-libs/libaio-0.3.109-r5[${MULTILIB_USEDEP}]
+   >=sys-apps/hwloc-2.0.2:=[${MULTILIB_USEDEP}]
+   sys-libs/libunwind:=[${MULTILIB_USEDEP}]
+   romio? ( net-fs/nfs-utils )"
+
+DEPEND="${COMMON_DEPEND}
+   dev-lang/perl
+   sys-devel/libtool"
+RDEPEND="${COMMON_DEPEND}
+   !sys-cluster/mpich2
+   !sys-cluster/openmpi
+   !sys-cluster/nullmpi"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/mpicxx.h
+   /usr/include/mpi.h
+   /usr/include/opa_config.h
+)
+
+#PATCHES=(
+#  "${FILESDIR}"/${PN}-3.3-add-external-libdir-parameter.patch
+#)
+
+src_prepare() {
+   default
+
+   # Using MPICHLIB_LDFLAGS doesn't seem to fully work.
+   sed -i 's| *@WRAPPER_LDFLAGS@ *||' \
+   src/packaging/pkgconfig/mpich.pc.in \
+   src/env/*.in \
+   || die
+
+   # Fix m4 files to satisfy lib dir with multilib.
+   #touch -r src/pm/hydra/confdb/aclocal_libs.m4 \
+   #   confdb/aclocal_libs.m4 \
+   #   || die
+   #cp -fp confdb/aclocal_libs.m4 \
+   #   src/pm/hydra/confdb/aclocal_libs.m4 \
+   #   || die
+   #cp -fp confdb/aclocal_libs.m4 \
+   #   src/pm/hydra/mpl/confdb/aclocal_libs.m4 \
+   #   || die
+   #cd src/pm/hydra/mpl; eautoreconf; cd -
+   #cd src/pm/hydra; eautoreconf; cd -
+   #eautoreconf
+}
+
+multilib_src_configure() {
+   # The configure statements can be somewhat confusing, as they
+   # don't all show up in the top level configure, however, they
+   # are picked up in the children directories.  Hence the separate
+   # local vars.
+
+   local c=
+   if use mpi-threads; then
+   # MPI-THREAD requries threading.
+   c="${c} --with-thread-package=pthreads"
+   c="${c} --enable-threads=runtime"
+   else
+   if use threads ; then
+   c="${c} --with-thread-package=pthreads"
+   else
+   c="${c} --with-thread-package=none"
+   fi
+   c="${c} --enable-threads=single"
+   fi
+
+   c="${c} --sysconfdir=${EPREFIX}/etc/${PN}"
+
+ 

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

2021-12-18 Thread Miroslav Šulc
commit: ce9e055cc0391069436bedac623fe0e73d39eceb
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Dec 18 08:12:39 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 08:12:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9e055c

media-sound/guitarix: bump to 0.43.1 + updated live

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

 media-sound/guitarix/Manifest  |  1 +
 ...guitarix-.ebuild => guitarix-0.43.1.ebuild} | 23 --
 media-sound/guitarix/guitarix-.ebuild  | 12 +--
 3 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/media-sound/guitarix/Manifest b/media-sound/guitarix/Manifest
index 382ae905b964..0abe7c7d4016 100644
--- a/media-sound/guitarix/Manifest
+++ b/media-sound/guitarix/Manifest
@@ -1 +1,2 @@
 DIST guitarix2-0.42.1.tar.xz 71825372 BLAKE2B 
06b2a19d68e77c622eea222e3f0658d9f89c6c8377e9b0442d581e14342f82f97948ca0ebb7ff40f4abd6cab0c9ba582fa6f43f74cad5e112d2e762445f2ab43
 SHA512 
66a71b4d66e0cbcff7feeceae6317c016e497626c9fde3ca44e1f06e42d9021b2857151660c1c49832cc8e6f2aa27de68dfea67d4e896c7e89f84865f8ba1eb0
+DIST guitarix2-0.43.1.tar.xz 71742288 BLAKE2B 
bfa72a20f5fe1bdd08162e283f7074f6bcd6b4d6ccb1771f0351e60802ebf030f8f6627d2480ccd2e5972215847edd62bff38c338723fd0bf2504b9b2cee5101
 SHA512 
30e56d863308cea18bb4af6f71d3e8d852662b4252c998507a1c3de9a2d97fe1c4ecb525bd35ef8e176b5cb5138806553cba157c1aa6cb14e48fe0bbea8a7def

diff --git a/media-sound/guitarix/guitarix-.ebuild 
b/media-sound/guitarix/guitarix-0.43.1.ebuild
similarity index 81%
copy from media-sound/guitarix/guitarix-.ebuild
copy to media-sound/guitarix/guitarix-0.43.1.ebuild
index 766f8d088f1c..d7de3341b7f3 100644
--- a/media-sound/guitarix/guitarix-.ebuild
+++ b/media-sound/guitarix/guitarix-0.43.1.ebuild
@@ -1,23 +1,22 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE='threads(+)'
 
-inherit python-any-r1 waf-utils xdg git-r3
+inherit python-any-r1 waf-utils xdg
 
 MY_P="${PN}2-${PV}"
 
 DESCRIPTION="Virtual guitar amplifier for Linux"
 HOMEPAGE="https://guitarix.org/";
-EGIT_REPO_URI="https://git.code.sf.net/p/guitarix/git";
-S="${WORKDIR}/${P}/trunk"
+SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf"
 REQUIRED_USE="|| ( lv2 standalone )"
 
@@ -26,11 +25,11 @@ DEPEND="
dev-cpp/glibmm:2
dev-cpp/gtkmm:3.0
dev-libs/glib:2
-   >=media-libs/libsndfile-1.0.17
-   >=media-libs/zita-convolver-3:=
+   media-libs/libsndfile
+   media-libs/zita-convolver:=
media-libs/zita-resampler
-   >=net-misc/curl-7.26.0
-   >=sci-libs/fftw-3.3.8:3.0=
+   net-misc/curl
+   sci-libs/fftw:3.0=
x11-libs/gtk+:3
lv2? ( media-libs/lv2 )
standalone? (
@@ -64,6 +63,10 @@ BDEPEND="
 
 DOCS=( changelog README )
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.41.0-nostrip.patch
+)
+
 src_configure() {
local myconf=(
--cxxflags-debug=""

diff --git a/media-sound/guitarix/guitarix-.ebuild 
b/media-sound/guitarix/guitarix-.ebuild
index 766f8d088f1c..ac32a3ca36c9 100644
--- a/media-sound/guitarix/guitarix-.ebuild
+++ b/media-sound/guitarix/guitarix-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE='threads(+)'
 
 inherit python-any-r1 waf-utils xdg git-r3
@@ -26,11 +26,11 @@ DEPEND="
dev-cpp/glibmm:2
dev-cpp/gtkmm:3.0
dev-libs/glib:2
-   >=media-libs/libsndfile-1.0.17
-   >=media-libs/zita-convolver-3:=
+   media-libs/libsndfile
+   media-libs/zita-convolver:=
media-libs/zita-resampler
-   >=net-misc/curl-7.26.0
-   >=sci-libs/fftw-3.3.8:3.0=
+   net-misc/curl
+   sci-libs/fftw:3.0=
x11-libs/gtk+:3
lv2? ( media-libs/lv2 )
standalone? (



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

2021-12-18 Thread Miroslav Šulc
commit: 26d68eab5b114948dd008f9a1cae81bf28f8dbdf
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Dec 18 08:17:41 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 08:17:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d68eab

dev-java/tomcat-servlet-api: removed obsolete 10.0.12, 9.0.54, 8.5.72

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

 dev-java/tomcat-servlet-api/Manifest   |  3 -
 .../tomcat-servlet-api-10.0.12.ebuild  | 98 -
 .../tomcat-servlet-api-8.5.72.ebuild   | 99 --
 .../tomcat-servlet-api-9.0.54.ebuild   | 99 --
 4 files changed, 299 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 35323d043343..e12d0b3a329f 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -1,12 +1,9 @@
-DIST apache-tomcat-10.0.12-src.tar.gz 6066701 BLAKE2B 
24acb9e10de923c9d6443c956cd6e6c5b5463f4f6af72d89445c7d635731449afc9b7050c95af3cbd3653168c073840f02472dd01bde65c1bcbdfcba41814117
 SHA512 
753d36edb5ce873e346856305d6a7f40d762ae8fb9ecd20406ed9ff400e9e1261f66d4549fc98f20a05b01136ff4beaacb462147e84a306858e2acc7fcd98d5b
 DIST apache-tomcat-10.0.13-src.tar.gz 6070494 BLAKE2B 
f588dc6fac49b07dcdd70958ed477cc9e5e4f5c76f56d41e4baf654b8b7e4be80432b3a4510fdb030855940d3e93045c0f54adde277bec2fe1152b43a96c6f85
 SHA512 
91993c9236af381cc7ae6f96126d0fba30c2d082ad88b816b151fb847373d93d527de5784dd1e2295adb6cfbb5fd591e8a9cab0c1b1ef96ba54b8b3ec0f91e9e
 DIST apache-tomcat-10.0.14-src.tar.gz 6074341 BLAKE2B 
e6607773aebb5b5279720cbcf667e9f82d752833a323dd611d411bcb48d6b0f42a98b9120d2bf29bb53e563f7f421194e92a41c89dadff76db2f6aaa171af64b
 SHA512 
13614a410ecb7d5d1e4e6cc0e5dab9fe21809a8a70b3f42d5b0f75a2006d098857395858cdfacbe84349f73c1ce7eecca59c1bdeac809f434df8ae3f4cff46c1
 DIST apache-tomcat-4.1.40-src.tar.gz 3709719 BLAKE2B 
f7ca82052c1148a5c384fcbc3871beeddccdb4cfed05ba176581ebb50f52ba867bed8dbc500e97b7348a3a87b9693fb73eb81209df4f31e8c1ced7e30a6af30b
 SHA512 
c455fa3da9da8fcbf1d54ae5dce808f8a4520ccafd627a6b2d1b003c37e8395d8b2a55d5471bf6c196549d082715862b3b8958aef88613293a07fc0160aa5c6e
 DIST apache-tomcat-5.5.36-src.tar.gz 3743113 BLAKE2B 
dbfcfd123a23b0ceb9f1fdd936e42324ea8b10cf327a1d0abf1703006535859c7122690a08b5ec27b86b526cc7709a7199b4f35f123538ff11f23f3b489358f3
 SHA512 
845636b5b992fbbb7d657d192afbab1e6a924bfd0c71b025cf22776eb4527d92d63f9b3f33475d4349a0df4cebd984ba3776eedd7482b820abdea909e90a97b7
 DIST apache-tomcat-6.0.53-src.tar.gz 3522914 BLAKE2B 
054b097c16861abaa8bdbeba713b49bc1dfcff573bb3f4bd0ff5807c33a2a0fb991af618f6e11e5b3ce3fa55c589fc6569342cab5d5a00349c79bc7061d81e40
 SHA512 
915a0a18f5c2883625c9441eed6465973eff4f6bf41e08e925c7edaea89ef8f6ee9476d3e06fa38228d4bcb4decaf53e3a7bdb7ec7e899e6250db3e12a9f5f2c
 DIST apache-tomcat-7.0.109-src.tar.gz 5314401 BLAKE2B 
56583caea6879bf8ca5cc02a886de3d7af413032f88d367653e709dc1c8f590e78620c788317bbff4b6e65dd3e242cc26863164ac8e7c87334a22636f3ed0703
 SHA512 
ecf9c0bee0e3e1aa24f299fe633705c5a2f6aa264d9e4968cfc96aa5d0a425c2b0ff07765a8b6c67221766733bdfaed6e6c6377a8d0870d889e7063ce90a46ce
-DIST apache-tomcat-8.5.72-src.tar.gz 5954383 BLAKE2B 
ddf342e3bb604ffd5d70e9b822a110654434aac0da0bd28e8649a0ce312706c202f48077ee18f43398d91bc000ea5287d87e0fd2bda9d2c8493e1b6b012945fc
 SHA512 
69c27076d193a874416c83a1dcb80f71af78cb201b0990795d389f0a389e0537749b62256408c6249031abd2e62f268c8b451328284dbbff50a457937cfa6f6d
 DIST apache-tomcat-8.5.73-src.tar.gz 5973026 BLAKE2B 
d3d275b7462a3bd2ce9ce03869e09e42ec0da064eb764cf8168b8d003431d075952f15c083b5486e006629ec1f9dade154b0fceb20f2584168b36599c3c5485b
 SHA512 
6190d78e2dd5d478131443807e464821a337c5c6c24ee91953fece377ad1c758339ce1588a7a5e90443ababac239b45e4aaa0422d68cba988d7c3da5fe95d1c6
-DIST apache-tomcat-9.0.54-src.tar.gz 6132613 BLAKE2B 
5d37359ac9cac2a1387675a095aa0bea3e2bc74740d761a13fb2313aaca8ddb14f10922a8edc0932c9139c04b4df7f5735b067a71ac75ebbfe16ff6066311993
 SHA512 
e9d532a966aa8e7c2fcf28e4ecb0a618a8be4dacf8dc579a407483de86ef969383e3662fba07be629bfb8fbd85c041a5a2f1dd8875cc309b69a147b37c58974b
 DIST apache-tomcat-9.0.55-src.tar.gz 6136319 BLAKE2B 
ac49abc3198bcc2fed1310839d0c9a30b5aefb7c0a679c3bb69f7aadd82b32b7d523cc24bdd55ba9edc363e181fc93c323944ebd5801ed2b9d38e8d1b3486d4f
 SHA512 
abfb1824387045fc6b5a5077179149e6c348c0deae933e8766c60cbf92466f5e8883ebe4cc260c23ece6d3975ab2e25f7cdde58f9dd83dfdd22cab33c967b28c
 DIST apache-tomcat-9.0.56-src.tar.gz 6138381 BLAKE2B 
5e49287531fcb9bcb80ba124ed83fc3acbf3406b53424c3be5c2b3fb04da86785ba9e3ef89283c3ebb88bc8aadf8211328608edf068f0d7733c2f0ec0401d7ce
 SHA512 
43332241fda149f9da107496cc6b812e38544c9043c567e3fe11ee01b5abfbd02b6a377c3f6090902048bd9dc67746cdc65d59f03bd0de68c05e0955bfe018c5

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.12.ebuild 
b/dev-java/tomcat-servlet-api/to

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

2021-12-18 Thread Miroslav Šulc
commit: 658aabb1952b7b6a713e613cd148dce442aa1ec4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Dec 18 08:16:37 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 08:16:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658aabb1

www-servers/tomcat: removed obsolete 10.0.12, 9.0.54, 8.5.72

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

 www-servers/tomcat/Manifest  |   3 -
 www-servers/tomcat/tomcat-10.0.12.ebuild | 192 ---
 www-servers/tomcat/tomcat-8.5.72.ebuild  | 159 -
 www-servers/tomcat/tomcat-9.0.54.ebuild  | 187 --
 4 files changed, 541 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 1a4bc4fda736..09d95bec2f3e 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,10 +1,7 @@
-DIST apache-tomcat-10.0.12-src.tar.gz 6066701 BLAKE2B 
24acb9e10de923c9d6443c956cd6e6c5b5463f4f6af72d89445c7d635731449afc9b7050c95af3cbd3653168c073840f02472dd01bde65c1bcbdfcba41814117
 SHA512 
753d36edb5ce873e346856305d6a7f40d762ae8fb9ecd20406ed9ff400e9e1261f66d4549fc98f20a05b01136ff4beaacb462147e84a306858e2acc7fcd98d5b
 DIST apache-tomcat-10.0.13-src.tar.gz 6070494 BLAKE2B 
f588dc6fac49b07dcdd70958ed477cc9e5e4f5c76f56d41e4baf654b8b7e4be80432b3a4510fdb030855940d3e93045c0f54adde277bec2fe1152b43a96c6f85
 SHA512 
91993c9236af381cc7ae6f96126d0fba30c2d082ad88b816b151fb847373d93d527de5784dd1e2295adb6cfbb5fd591e8a9cab0c1b1ef96ba54b8b3ec0f91e9e
 DIST apache-tomcat-10.0.14-src.tar.gz 6074341 BLAKE2B 
e6607773aebb5b5279720cbcf667e9f82d752833a323dd611d411bcb48d6b0f42a98b9120d2bf29bb53e563f7f421194e92a41c89dadff76db2f6aaa171af64b
 SHA512 
13614a410ecb7d5d1e4e6cc0e5dab9fe21809a8a70b3f42d5b0f75a2006d098857395858cdfacbe84349f73c1ce7eecca59c1bdeac809f434df8ae3f4cff46c1
 DIST apache-tomcat-7.0.109-src.tar.gz 5314401 BLAKE2B 
56583caea6879bf8ca5cc02a886de3d7af413032f88d367653e709dc1c8f590e78620c788317bbff4b6e65dd3e242cc26863164ac8e7c87334a22636f3ed0703
 SHA512 
ecf9c0bee0e3e1aa24f299fe633705c5a2f6aa264d9e4968cfc96aa5d0a425c2b0ff07765a8b6c67221766733bdfaed6e6c6377a8d0870d889e7063ce90a46ce
-DIST apache-tomcat-8.5.72-src.tar.gz 5954383 BLAKE2B 
ddf342e3bb604ffd5d70e9b822a110654434aac0da0bd28e8649a0ce312706c202f48077ee18f43398d91bc000ea5287d87e0fd2bda9d2c8493e1b6b012945fc
 SHA512 
69c27076d193a874416c83a1dcb80f71af78cb201b0990795d389f0a389e0537749b62256408c6249031abd2e62f268c8b451328284dbbff50a457937cfa6f6d
 DIST apache-tomcat-8.5.73-src.tar.gz 5973026 BLAKE2B 
d3d275b7462a3bd2ce9ce03869e09e42ec0da064eb764cf8168b8d003431d075952f15c083b5486e006629ec1f9dade154b0fceb20f2584168b36599c3c5485b
 SHA512 
6190d78e2dd5d478131443807e464821a337c5c6c24ee91953fece377ad1c758339ce1588a7a5e90443ababac239b45e4aaa0422d68cba988d7c3da5fe95d1c6
-DIST apache-tomcat-9.0.54-src.tar.gz 6132613 BLAKE2B 
5d37359ac9cac2a1387675a095aa0bea3e2bc74740d761a13fb2313aaca8ddb14f10922a8edc0932c9139c04b4df7f5735b067a71ac75ebbfe16ff6066311993
 SHA512 
e9d532a966aa8e7c2fcf28e4ecb0a618a8be4dacf8dc579a407483de86ef969383e3662fba07be629bfb8fbd85c041a5a2f1dd8875cc309b69a147b37c58974b
 DIST apache-tomcat-9.0.55-src.tar.gz 6136319 BLAKE2B 
ac49abc3198bcc2fed1310839d0c9a30b5aefb7c0a679c3bb69f7aadd82b32b7d523cc24bdd55ba9edc363e181fc93c323944ebd5801ed2b9d38e8d1b3486d4f
 SHA512 
abfb1824387045fc6b5a5077179149e6c348c0deae933e8766c60cbf92466f5e8883ebe4cc260c23ece6d3975ab2e25f7cdde58f9dd83dfdd22cab33c967b28c
 DIST apache-tomcat-9.0.56-src.tar.gz 6138381 BLAKE2B 
5e49287531fcb9bcb80ba124ed83fc3acbf3406b53424c3be5c2b3fb04da86785ba9e3ef89283c3ebb88bc8aadf8211328608edf068f0d7733c2f0ec0401d7ce
 SHA512 
43332241fda149f9da107496cc6b812e38544c9043c567e3fe11ee01b5abfbd02b6a377c3f6090902048bd9dc67746cdc65d59f03bd0de68c05e0955bfe018c5
 DIST biz.aQute.bnd-5.1.1.jar 16088761 BLAKE2B 
59906cc39ea27ef20cbf82de1ba78096f34dc417da6dc5c28e21f6e92c0625efecf14cec6c5faf0ab17551c31a6c87a24614c2ac75ac902cfea30199ecc0d39f
 SHA512 
8092b083e7b86e75bf27233964763b88bee74d8ae141c85e387c1cc8bd0cbf3a54be27afea29931fb3ae950700a515fd4a28cfe8e7f26cbaaec506aa06357a37

diff --git a/www-servers/tomcat/tomcat-10.0.12.ebuild 
b/www-servers/tomcat/tomcat-10.0.12.ebuild
deleted file mode 100644
index 0b16b403fb0f..
--- a/www-servers/tomcat/tomcat-10.0.12.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2 prefix
-
-MY_P="apache-${PN}-${PV}-src"
-
-# Currently we bundle binary versions of bnd.jar and bndlib.jar
-# See bugs #203080 and #676116
-BND_VERSION="5.1.1"
-BND="biz.aQute.bnd-${BND_VERSION}.jar"
-BNDLIB="biz.aQute.bndlib-${BND_VERSION}.jar"
-
-DESCRIPTION="Tomcat Servlet-5.0/JSP-3.0/EL-4.0/WebSocket-2.0/JASIC-2.0 
Container"
-HOMEPAGE="https://tomcat.apache.org/";
-SRC_URI="mirror://apache/${P

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

2021-12-18 Thread Michał Górny
commit: 29fd5a58a00d59b8c99e3cf16a64f3504d9ec088
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 18 08:39:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 18 08:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fd5a58

dev-python/python-utils: Bump to 2.6.3

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

 dev-python/python-utils/Manifest  |  1 +
 dev-python/python-utils/python-utils-2.6.3.ebuild | 24 +++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/python-utils/Manifest b/dev-python/python-utils/Manifest
index d583977eaf8c..c4faa5926ad1 100644
--- a/dev-python/python-utils/Manifest
+++ b/dev-python/python-utils/Manifest
@@ -1,2 +1,3 @@
 DIST python-utils-2.5.6.tar.gz 14057 BLAKE2B 
2f66ab26cd6cda25f73c9f40081048404cde819e3e3c2fd11d134244ab2b80a05ab2b943e56a45bd8656bf3ba231853e3bfa9efbab9cb70515daaec70f6e0715
 SHA512 
35299880afdecd4a44144b95e6b2073e51680dfd2b00f31fb333d578cfa2c2f8bf5f58128cab88a7b81e658e6d5dca303f1c9f5be3870160679e1defbf94859e
 DIST python-utils-2.6.0.tar.gz 14885 BLAKE2B 
089d7a57a8469968bed147a01907f35d1430349130e0f7152bbd38dd65053cf3d6424942eee8cc9006baaec5f13bffcbef81bd8723cad7ee03b1358a5c2d3d27
 SHA512 
a582558e38342f54f7c1eda1f9038728dd5904729aaec4e5719e56bb447bc6fcb93bf5ea3af134ce245eda059b9be81d15b268165cbc10799ba112fc157f939b
+DIST python-utils-2.6.3.tar.gz 14914 BLAKE2B 
6df19348feba000dccc516704db38af299613c70505cd7fa16a2e37c4a46b1cff7ee9bf164be13da33a3b4eb6b9577b76202bfbffdaed47b1b7b60e948d349ac
 SHA512 
3c5834976408eae6b37aa07581960ee5511765f9ea1e6347523465a93ca801bc2d71f785a73a2050706dad2c09ffcfb5227715a9b4d0700904d31eb1295b30b6

diff --git a/dev-python/python-utils/python-utils-2.6.3.ebuild 
b/dev-python/python-utils/python-utils-2.6.3.ebuild
new file mode 100644
index ..007ee75b0b0a
--- /dev/null
+++ b/dev-python/python-utils/python-utils-2.6.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3)
+inherit distutils-r1
+
+DESCRIPTION="Collection of small Python functions & classes"
+HOMEPAGE="https://pypi.org/project/python-utils/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -i -e '/--cov/d' -e '/--flake8/d' pytest.ini || die
+   distutils-r1_python_prepare_all
+}



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

2021-12-18 Thread Michał Górny
commit: 9ca42eaf29070679647899aaefdf0795810f3c5a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 18 08:44:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 18 08:48:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca42eaf

dev-python/pyghmi: Bump to 1.5.31

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

 dev-python/pyghmi/Manifest |  1 +
 dev-python/pyghmi/metadata.xml |  2 +-
 dev-python/pyghmi/pyghmi-1.5.31.ebuild | 31 +++
 3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index 6008e3f6944f..15bc3b9f46fb 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1 +1,2 @@
 DIST pyghmi-1.5.22.tar.gz 221963 BLAKE2B 
6705e904c481ddbb241fc8f8089e6bc9bcc142bfca9aaa518b2293b5dd387113fa4bbb418e748584f69fac5e8d1049d669eb73d24463adaaec3a891cae98f928
 SHA512 
cc665f8b9f4a0c9c127b9e895ba62e650cdb589f5c9edae6accaa5558f347d31725e8da446fcafb4f71ffadc17121d8b293160413f4a41055cb1720e9fa1ecde
+DIST pyghmi-1.5.31.tar.gz 236574 BLAKE2B 
9ee7250bae2d87f552686845ae3056f0f646cd1a383587c195bfcc6dfa476b8582509c909f0008fc6751295e2e4e7d33bf822e8b529d67306fcc85412fc9af22
 SHA512 
d7c9c05b51780bef9d2b417c1a586f84ec87a9f1ff578ab019bfdc1a462decd907b2634fb1c830d0e369eb97122bfcba62ce79a4386c73c9854cde8f9fdeb65c

diff --git a/dev-python/pyghmi/metadata.xml b/dev-python/pyghmi/metadata.xml
index b98394aee10d..bd120511a5a3 100644
--- a/dev-python/pyghmi/metadata.xml
+++ b/dev-python/pyghmi/metadata.xml
@@ -8,6 +8,6 @@


pyghmi
-   openstack/pyghmi
+   openstack-archive/pyghmi

 

diff --git a/dev-python/pyghmi/pyghmi-1.5.31.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.31.ebuild
new file mode 100644
index ..f754962e698c
--- /dev/null
+++ b/dev-python/pyghmi/pyghmi-1.5.31.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A pure python implementation of IPMI protocol"
+HOMEPAGE="https://github.com/openstack-archive/pyghmi/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest



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

2021-12-18 Thread Joonas Niilola
commit: 4c194195ad049d78e73ccdc434bf2ef7218ff911
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 18 08:49:11 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 18 08:50:34 2021 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4c194195

www-client/firefox: sync with ::gentoo

 - sync with 6748320fc2304723b4f7be691f040a1f86599ce9

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

 www-client/firefox/{firefox-95.0.1.ebuild => firefox-95.0.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-95.0.1.ebuild 
b/www-client/firefox/firefox-95.0.1-r1.ebuild
similarity index 99%
rename from www-client/firefox/firefox-95.0.1.ebuild
rename to www-client/firefox/firefox-95.0.1-r1.ebuild
index 360c7e6f..f2fa9bc2 100644
--- a/www-client/firefox/firefox-95.0.1.ebuild
+++ b/www-client/firefox/firefox-95.0.1-r1.ebuild
@@ -148,7 +148,7 @@ CDEPEND="
sys-apps/dbus
dev-libs/dbus-glib
)
-   screencast? ( media-video/pipewire:0/0.3 )
+   screencast? ( media-video/pipewire:= )
system-av1? (
>=media-libs/dav1d-0.9.3:=
>=media-libs/libaom-1.0.0:=



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

2021-12-18 Thread James Le Cuirot
commit: a19d7c469c5ee3ec83a199fd15907e5dc19a7530
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 09:01:14 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 09:01:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19d7c46

www-client/vivaldi: Add version 5.0.2497.32

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

 www-client/vivaldi/Manifest   |   3 +
 www-client/vivaldi/vivaldi-5.0.2497.32.ebuild | 204 ++
 2 files changed, 207 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 0dc1b7a74655..04506b6500b0 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-stable_4.3.2439.71-1_armhf.deb 78982608 BLAKE2B 
daa48324f4c596b55a8
 DIST vivaldi-stable_5.0.2497.30-1_amd64.deb 86960372 BLAKE2B 
c6ad22a7c38add81fbe85b5e595b42181805afe9d269e966b979dc3d4450cf3bb201c99443c6c115b6d0a522df1c2790f30b14331105877db9d8912926de0449
 SHA512 
5972132967ddae93aa88f5c744fb5bb590f332d6cbbd509e8fb505c5728d676295dc99a07fecea5f52aaa6c7911736b4e509631d859c498d07ddce0e97d4
 DIST vivaldi-stable_5.0.2497.30-1_arm64.deb 81599492 BLAKE2B 
5c0b38fbee0b40eaf8fb149635769472a4d6ee74e3504f86474c9b6b04d1cb89b4a7411a74a3626937f11152e16f7b067450c560951f26cd8b4e811e6c12c059
 SHA512 
9311c6d8a3901c20b57a5d10d416f38814c9b92353e351548dbc4749731a665f2cdb055e836cc0afd1a622b9db132662e473fda9b6970de48389ff949731b5e6
 DIST vivaldi-stable_5.0.2497.30-1_armhf.deb 77932544 BLAKE2B 
00a85e593e07f3517167198a8cdf261eaabe09e4b098cd4c958bfe209c7b01842dadfe428ca310d1997295906e477b13fab491ada73e3ab5b3017081781158a5
 SHA512 
c686ec6a7fb9fac881d310385ae9c81f7d0b132517b65e89baa46aab2537d1edfce028d4ec8564316dbc8b38ab10b81e3c69253d33773f0b9e12f0fc6b2282d1
+DIST vivaldi-stable_5.0.2497.32-1_amd64.deb 86965852 BLAKE2B 
e0fb6b6c972e8cc8dc9b8dc8dc33f7a105c7de0f30df3ea2f2c0c7c0c9de16b7999818418076e34515332176b41a2f1991b0957fc89546b6e3215f7369ff3158
 SHA512 
d021e5f16e4bb1bc8ff11bc395352c6bef1af46dcd092e1d344ea471203a6a01a452c5027b0501a220459f250da70c15257f123d3e647d1032f9a573ad2b1b3e
+DIST vivaldi-stable_5.0.2497.32-1_arm64.deb 81576300 BLAKE2B 
a27b363e5cbf00964dc2e76407e20edfb9edddf5e710274efb00acdd1d8b63f764d668251c79b8e0163f90b9d8e7f0005a94b352e46bda0073af548be6d3dc47
 SHA512 
176099420748d76be3d7e6ac99b37f5715c081638da89c43344bc91a935552bded078039022feb12d23155531075296be1d328044151bdd915f18ec072ccc9c3
+DIST vivaldi-stable_5.0.2497.32-1_armhf.deb 77941764 BLAKE2B 
1018304591bd9d465a706a5175949f5c06abf26de8aacb97a9b42c9cbafd3c1015b7a173de308deb66c472f3460527d503ea96fd3fd6f28c60f2e0ee0333188e
 SHA512 
9926d6c15e2295cd6ecb801a2b232de7a774dc07c8864458c5a290dc7b607bd0e5211f9678334728e4a9617a79105c25618c8e91931630c641df83608111a145

diff --git a/www-client/vivaldi/vivaldi-5.0.2497.32.ebuild 
b/www-client/vivaldi/vivaldi-5.0.2497.32.ebuild
new file mode 100644
index ..0d11b47c0083
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-5.0.2497.32.ebuild
@@ -0,0 +1,204 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="96"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+   sr
+   sr-Latn
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/";
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
+
+RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
+RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
+RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
+RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
+
+LICENSE="Vivaldi"
+SLOT="0"
+IUSE="

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

2021-12-18 Thread James Le Cuirot
commit: e5db1509f0097f8359a8bc294fde7a577fbeacf7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 09:03:26 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 09:03:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5db1509

www-client/vivaldi: Drop old 4.3.2439.71-r1

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/Manifest  |   3 -
 www-client/vivaldi/vivaldi-4.3.2439.71-r1.ebuild | 203 ---
 2 files changed, 206 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 04506b6500b0..a88312f72f8c 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-stable_4.3.2439.71-1_amd64.deb 88023372 BLAKE2B 
d64c8816a4a85cbe866f109511a317e6e1ead6069c83615eaaa9744962858d2f5a08d74b1d620676af5d600d68b190ab3cac4912b08a9bb0f9205a17a5910cad
 SHA512 
ae46de75cb6290dcbfe145fe7c9f99db39ab0b39690a0041e6f8d0bf49b0242aef20e5d3da5c9100132afd992fe2ddc3ab29cd1fa1ae9e0c28f431a6b5536ba3
-DIST vivaldi-stable_4.3.2439.71-1_arm64.deb 82802804 BLAKE2B 
d9b0715a305ef010c9e9df15ecf7ec47fc45921eaaacbb1f2841c6efe8fa4194cb28e73e935448d48eb4aa0b8b5a90649b8e34e63c97ae077390e12947f1b97b
 SHA512 
2e0a2f29cfa4ec38050283b3fbaaf4e60fdeab65de21244c13c4f309c41394f65e4ba44dd5bee195d49acaf7ed22c60f5519f35aeb758521d8a6c06ad08c4233
-DIST vivaldi-stable_4.3.2439.71-1_armhf.deb 78982608 BLAKE2B 
daa48324f4c596b55a8579819dd9f6f341bf8ea68dc0c77ffea3f0fa623740050aca0394ef7a98b7cb772fb954bf8f848e55b25cef90a579903f1f117d87e140
 SHA512 
6d87de2a1ba1c0089e3071aaeb99e28b9be089cf40fd9215aba5754c43b4cd3cdeafc52ab20275b75e110785447294bdaa603a185105b4a58b21e696cd31271a
 DIST vivaldi-stable_5.0.2497.30-1_amd64.deb 86960372 BLAKE2B 
c6ad22a7c38add81fbe85b5e595b42181805afe9d269e966b979dc3d4450cf3bb201c99443c6c115b6d0a522df1c2790f30b14331105877db9d8912926de0449
 SHA512 
5972132967ddae93aa88f5c744fb5bb590f332d6cbbd509e8fb505c5728d676295dc99a07fecea5f52aaa6c7911736b4e509631d859c498d07ddce0e97d4
 DIST vivaldi-stable_5.0.2497.30-1_arm64.deb 81599492 BLAKE2B 
5c0b38fbee0b40eaf8fb149635769472a4d6ee74e3504f86474c9b6b04d1cb89b4a7411a74a3626937f11152e16f7b067450c560951f26cd8b4e811e6c12c059
 SHA512 
9311c6d8a3901c20b57a5d10d416f38814c9b92353e351548dbc4749731a665f2cdb055e836cc0afd1a622b9db132662e473fda9b6970de48389ff949731b5e6
 DIST vivaldi-stable_5.0.2497.30-1_armhf.deb 77932544 BLAKE2B 
00a85e593e07f3517167198a8cdf261eaabe09e4b098cd4c958bfe209c7b01842dadfe428ca310d1997295906e477b13fab491ada73e3ab5b3017081781158a5
 SHA512 
c686ec6a7fb9fac881d310385ae9c81f7d0b132517b65e89baa46aab2537d1edfce028d4ec8564316dbc8b38ab10b81e3c69253d33773f0b9e12f0fc6b2282d1

diff --git a/www-client/vivaldi/vivaldi-4.3.2439.71-r1.ebuild 
b/www-client/vivaldi/vivaldi-4.3.2439.71-r1.ebuild
deleted file mode 100644
index 2fa0d8cb9dcf..
--- a/www-client/vivaldi/vivaldi-4.3.2439.71-r1.ebuild
+++ /dev/null
@@ -1,203 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="94"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/";
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
-
-RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
-RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
-RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
-RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="proprietary-codecs widevine"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
- 

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

2021-12-18 Thread James Le Cuirot
commit: e51f462ef125726925c3055f517e620f32c278aa
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 09:03:10 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 09:03:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51f462e

www-client/vivaldi: Stabilise 5.0.2497.30 on amd64

Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/www-client/vivaldi/vivaldi-5.0.2497.30.ebuild 
b/www-client/vivaldi/vivaldi-5.0.2497.30.ebuild
index 0d11b47c0083..2fca6878239f 100644
--- a/www-client/vivaldi/vivaldi-5.0.2497.30.ebuild
+++ b/www-client/vivaldi/vivaldi-5.0.2497.30.ebuild
@@ -96,7 +96,7 @@ else
DEB_REV=1
 fi
 
-KEYWORDS="-* ~amd64 ~arm ~arm64"
+KEYWORDS="-* amd64 ~arm ~arm64"
 
VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
 
 RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"



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

2021-12-18 Thread 罗百科
commit: 7ffcc57732fbcb00e119ba46f5bc10e657435f4b
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Dec 18 09:06:25 2021 +
Commit: 罗百科  gentoo  org>
CommitDate: Sat Dec 18 09:06:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffcc577

dev-db/postgis: Bump to 3.2.0

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

 dev-db/postgis/Manifest   | 2 +-
 dev-db/postgis/{postgis-3.2.0_rc1.ebuild => postgis-3.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgis/Manifest b/dev-db/postgis/Manifest
index def5d2d3366c..606b0514a749 100644
--- a/dev-db/postgis/Manifest
+++ b/dev-db/postgis/Manifest
@@ -5,4 +5,4 @@ DIST postgis-3.1.1.tar.gz 17261826 BLAKE2B 
a14bdce3773f8cc50c72880d9b8158c32b546
 DIST postgis-3.1.2.tar.gz 17266501 BLAKE2B 
acc65e3ab70667c57a71bcb9c7bbfc382f8a6038ceb0e91aac07e36fb6b4cb6365aa968b30af13eda8292410cc1b567d871970e6cb7dfaadb454147224f9b834
 SHA512 
df9d2fa118987e29acd635912a708e643770ad3df82c098f8129f11ab07a9eafde969302d2d2e59a68fea6fc7312fe768a231dd4cb5de7002c418725da75848a
 DIST postgis-3.1.3.tar.gz 17273487 BLAKE2B 
603be66476037fca5e75b00079a26b4beaa50f0af0626f89660f17da398576d929574cb363c4177877d9c8db5459f7eac964b85796cd93b0d0c6ff2462d7ad3f
 SHA512 
525c982de6b5888d1f4a4f6d2cca5dfa945d8899d8038b1d62ce222e0149c4ab26a2a3602bb8c85e89ce22b3d5b20d278fc4f841144f4b0d19e6de4f48d819ad
 DIST postgis-3.1.4.tar.gz 17269391 BLAKE2B 
6070fb72c777f8baf9c520ec51cf436837fffb54f21af5b4cf800940240f2fb9fcee162b2d3817cbfd4e60c2cef37eb4cf902d9e9f065e537d8d9b8ec965bef3
 SHA512 
afd84b45b146bdae310580fc9f8a878dd658f9e74f99c41f5d143f32974d5f5017ab4190855dcaea915a31ac2a78d34bf5561f206965264de3252f2c2ac57683
-DIST postgis-3.2.0rc1.tar.gz 16878797 BLAKE2B 
e9fa440c9e0072bd8aaca77c99a52bcd10aea48fdaa3294741ec5919fce720dde108433db28dfd04279a0899eb12661a36c10e727f9c0269716e6cc13a7fdf4a
 SHA512 
69c23ae1fbb90683565f337485b19b477560dc8828fed7b693648a374296f3919e77279ec640a72320a5b497c60f424a2946247f7ce3eafe04ac9014f2b08e7b
+DIST postgis-3.2.0.tar.gz 16884722 BLAKE2B 
118ae754199521e46508b404275bfe323465e5543ad8351d3dec3582800f6c475c30333b35ad48aac373f9d8e3875790c58858f638ee4ecb7465764703d07d40
 SHA512 
b49b2fbb88ec07981c0fd05400ad807e85553164023a4b47326c21f48b4e07827a183676c497ad6823dc3a6b97518e1d40906826b8a91739c96966d62858b2b5

diff --git a/dev-db/postgis/postgis-3.2.0_rc1.ebuild 
b/dev-db/postgis/postgis-3.2.0.ebuild
similarity index 100%
rename from dev-db/postgis/postgis-3.2.0_rc1.ebuild
rename to dev-db/postgis/postgis-3.2.0.ebuild



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

2021-12-18 Thread 罗百科
commit: 28037083eaadf3dc104eb27623f7bfb0e8931e60
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Dec 18 08:33:31 2021 +
Commit: 罗百科  gentoo  org>
CommitDate: Sat Dec 18 09:06:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28037083

dev-db/timescaledb: Drop old

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

 dev-db/timescaledb/Manifest|  6 ---
 dev-db/timescaledb/timescaledb-2.0.1-r2.ebuild | 66 -
 dev-db/timescaledb/timescaledb-2.0.2-r1.ebuild | 66 -
 dev-db/timescaledb/timescaledb-2.1.0-r1.ebuild | 66 -
 dev-db/timescaledb/timescaledb-2.1.1-r1.ebuild | 66 -
 dev-db/timescaledb/timescaledb-2.2.1-r1.ebuild | 67 --
 dev-db/timescaledb/timescaledb-2.3.1.ebuild| 67 --
 7 files changed, 404 deletions(-)

diff --git a/dev-db/timescaledb/Manifest b/dev-db/timescaledb/Manifest
index 1bc5b60dd659..4b09e11124da 100644
--- a/dev-db/timescaledb/Manifest
+++ b/dev-db/timescaledb/Manifest
@@ -1,9 +1,3 @@
-DIST timescaledb-2.0.1.tar.gz 2226320 BLAKE2B 
0bd5011e30d6c0d5ac11b78ddf6650044f35d720317213bd0437a43e0421953708d3d69b6933a821d255b183bb72b1c5e34ff88223790266daf7af3cf21f2de2
 SHA512 
84e9c7da3f0fc6740eb0555bbd92f5511ceef4868fb1952650f9499f3054a4d2be59b3a042b17bf655155c9f9c1de82b6b4fb302bdad7ffbe893ed901adcefc0
-DIST timescaledb-2.0.2.tar.gz 2237429 BLAKE2B 
58c5e68daf5a3c1fade48b2ce8f625496ee3c58be38c573c883e319eb0084064d243270ac839e4bdd1ce3c865fc6b916c7869232b995529d8aca77851a0c7a79
 SHA512 
26ce25e4d833810cdd99691f3b8a4d0c26655b2efeba7c25d5daaaf2d1aabd8f96a421a771da9c5b6cf29af66ddcab39f3881d40364e25c101ea691e4ec61116
-DIST timescaledb-2.1.0.tar.gz 2527250 BLAKE2B 
6f257c4b1afc0869c8e309f9b3080dbcdda4b50debc1a5b3848b9d6e59744ff52902b475aca0bc8820aa2edebe9847d62e500a8cd19f7ab8050d9586d95d3a66
 SHA512 
53fddb9fe4c4ab51ebc020e90eea5b032b41259d3bd45e8a03a86451acd7f8864b5a6ecba1b82b7c78e230f62cfddf1da75ff27e6629ad5fe8178839ac411ce4
-DIST timescaledb-2.1.1.tar.gz 2534361 BLAKE2B 
d0aa5b231cbc9a75bb65eae395ffc0063a94bd3d9c47fe2b1f80bdf59c7624c83e3d4343f3d4ea402654627b8396936614f105fc7d01612f3ea03124471b44a3
 SHA512 
53bd8f9006741af834cc2598efe95b94e6ebf00df770ac3a4e0a087af83c8ba5ac2b1f421fd108e6609fde6bea725f05e2d590c3f341030a0f31edb6a3cf6cd5
-DIST timescaledb-2.2.1.tar.gz 2637225 BLAKE2B 
4ab37bb5c45a3f7550c2694c8757fff3e8dafe122aa9aea1e31d33931367b6b6bf8aa190444cd9472c3ba0aed087fa68d007ce52de24c78add3a53038a1d24ef
 SHA512 
5dae0ed0b71309598bfc9605e838f2d8b4179ccf7098396315153c4044c7bdaaa411fd11ee70ca7807afde4b609faab281dcb1aa2f8d65330ca95e13fbe24582
-DIST timescaledb-2.3.1.tar.gz 2699256 BLAKE2B 
5949245d4a2bf52558b3f646d3723b0571745226fcc0de236c21ad7f32316eaeb0780aa94f8ccacd420cd0b0e47c8e048172b9f9355cf01797398b7f2fc85a6a
 SHA512 
431f716ecd98504ce8e5b85e6fd10bf87ed39aac0244b7e968383537caae965ece09f016fed8ea010f5d42b392aed2d75b012deafd807d107f3dc75cbde287ec
 DIST timescaledb-2.4.1.tar.gz 2401410 BLAKE2B 
752d484b03a59cde22f295d47a90d05bfc0674428dd2d03152dbf6604e10c0fb6780815666f65f4d2df58075f7911636c13a671504eed78642e211ceda8aba3d
 SHA512 
54baced28eb20aa14c78605ce7828f7c48210125d9193c3e1c88e9ae81616b2baf37a1eb97c5eb0ddc9b6820d534d134ad047f3c7ace374e29191a42142f35a1
 DIST timescaledb-2.4.2.tar.gz 2409324 BLAKE2B 
387f8ba3f446af227e7bd578177a6391c6ad6b1f889eb305499dc420805ad84041bf09b48cf7087727a5d111a7b374a5a5b9b83c0c97a69dc09d9c2c5d3ee9ca
 SHA512 
56a0ff981e7374e2845d949c5bde2f157063b36cb7f9c54c6627c35ae8a8a5e5a3637fb66c6fd5c61a25b86f80a204ab7a6071b9705646bfee6a9b252c805b2d
 DIST timescaledb-2.5.0.tar.gz 2737786 BLAKE2B 
3c3af86e016e2a2d2484b65cd7754eb0c2561358a51f2d3887aa9c0fce8ec2e8598751423b2858fa25955a0744a32ac40c40766d4abe91751701fe053e6c7498
 SHA512 
fcb3130b472d7ebbaabcce6259b5585ceff2c2b39abeb68f13f2bf5e715afb6a5ccab8534ea9e8eea0c7aef31045680e17f48ff46465d7e693450f1cd77001e4

diff --git a/dev-db/timescaledb/timescaledb-2.0.1-r2.ebuild 
b/dev-db/timescaledb/timescaledb-2.0.1-r2.ebuild
deleted file mode 100644
index 1aa8c0a26b44..
--- a/dev-db/timescaledb/timescaledb-2.0.1-r2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-POSTGRES_COMPAT=( 11 12 )
-
-inherit postgres-multi cmake
-
-DESCRIPTION="Open-source time-series SQL database"
-HOMEPAGE="https://www.timescale.com/";
-SRC_URI="https://github.com/timescale/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-IUSE="proprietary-extensions"
-LICENSE="POSTGRESQL Apache-2.0 proprietary-extensions? ( timescale )"
-
-KEYWORDS="~amd64"
-
-SLOT=0
-
-RESTRICT="test"
-
-DEPEND="${POSTGRES_DEP}
-   dev-libs/openssl:="
-RDEPEND="${DEPEND}"
-
-CMAKE_IN_SOURCE_BUILD=yes
-BUILD_DIR=${WORKDIR}/${P}
-
-src_prepare() {
-   postgres-multi_src_prepare
-   postgres-multi_foreach cmake_src_prepare

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

2021-12-18 Thread 罗百科
commit: 5e8486ca6b213e24a888311a5f17729f72928e35
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Dec 18 08:33:00 2021 +
Commit: 罗百科  gentoo  org>
CommitDate: Sat Dec 18 09:06:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8486ca

dev-db/timescaledb: Bump to 2.5.1

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

 dev-db/timescaledb/Manifest |  1 +
 dev-db/timescaledb/timescaledb-2.5.1.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-db/timescaledb/Manifest b/dev-db/timescaledb/Manifest
index 3d9fa0d69cac..1bc5b60dd659 100644
--- a/dev-db/timescaledb/Manifest
+++ b/dev-db/timescaledb/Manifest
@@ -7,3 +7,4 @@ DIST timescaledb-2.3.1.tar.gz 2699256 BLAKE2B 
5949245d4a2bf52558b3f646d3723b0571
 DIST timescaledb-2.4.1.tar.gz 2401410 BLAKE2B 
752d484b03a59cde22f295d47a90d05bfc0674428dd2d03152dbf6604e10c0fb6780815666f65f4d2df58075f7911636c13a671504eed78642e211ceda8aba3d
 SHA512 
54baced28eb20aa14c78605ce7828f7c48210125d9193c3e1c88e9ae81616b2baf37a1eb97c5eb0ddc9b6820d534d134ad047f3c7ace374e29191a42142f35a1
 DIST timescaledb-2.4.2.tar.gz 2409324 BLAKE2B 
387f8ba3f446af227e7bd578177a6391c6ad6b1f889eb305499dc420805ad84041bf09b48cf7087727a5d111a7b374a5a5b9b83c0c97a69dc09d9c2c5d3ee9ca
 SHA512 
56a0ff981e7374e2845d949c5bde2f157063b36cb7f9c54c6627c35ae8a8a5e5a3637fb66c6fd5c61a25b86f80a204ab7a6071b9705646bfee6a9b252c805b2d
 DIST timescaledb-2.5.0.tar.gz 2737786 BLAKE2B 
3c3af86e016e2a2d2484b65cd7754eb0c2561358a51f2d3887aa9c0fce8ec2e8598751423b2858fa25955a0744a32ac40c40766d4abe91751701fe053e6c7498
 SHA512 
fcb3130b472d7ebbaabcce6259b5585ceff2c2b39abeb68f13f2bf5e715afb6a5ccab8534ea9e8eea0c7aef31045680e17f48ff46465d7e693450f1cd77001e4
+DIST timescaledb-2.5.1.tar.gz 2760329 BLAKE2B 
c030e6a1318a2c5ddbe18cff8def08b553c4463de890de20dca2d60108ed11923ee372aff1d189710a298b80541e2c52dba980fdc8db78a139ab9c1eea0096c5
 SHA512 
501e96c2b1fe3257444dd30a41808dc8a84bbc6275ff5908f54fffa5af406ba1e1fb9462cb4d0b4d7be1d49762e7477f9831a33d42e970f37af7f25598b65222

diff --git a/dev-db/timescaledb/timescaledb-2.5.1.ebuild 
b/dev-db/timescaledb/timescaledb-2.5.1.ebuild
new file mode 100644
index ..122047bcdea4
--- /dev/null
+++ b/dev-db/timescaledb/timescaledb-2.5.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 12 13 14 )
+
+inherit postgres-multi cmake
+
+DESCRIPTION="Open-source time-series SQL database"
+HOMEPAGE="https://www.timescale.com/";
+SRC_URI="https://github.com/timescale/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+IUSE="proprietary-extensions"
+LICENSE="POSTGRESQL Apache-2.0 proprietary-extensions? ( timescale )"
+
+KEYWORDS="~amd64"
+
+SLOT=0
+
+RESTRICT="test"
+
+DEPEND="${POSTGRES_DEP}
+   dev-libs/openssl:="
+RDEPEND="${DEPEND}"
+
+CMAKE_IN_SOURCE_BUILD=yes
+CMAKE_BUILD_TYPE="RelWithDebInfo"
+BUILD_DIR=${WORKDIR}/${P}
+
+src_prepare() {
+   postgres-multi_src_prepare
+   postgres-multi_foreach cmake_src_prepare
+}
+
+timescale_configure() {
+   local CMAKE_USE_DIR=$BUILD_DIR
+   local mycmakeargs=( 
"-DPG_CONFIG=/usr/bin/pg_config${MULTIBUILD_VARIANT}" "-DREGRESS_CHECKS=OFF" )
+
+   # licensing is tied to features, this useflag disables the non-apache2 
licensed bits
+   if ! use proprietary-extensions ; then
+   mycmakeargs+=("-DAPACHE_ONLY=ON")
+   fi
+   cmake_src_configure
+}
+
+src_configure() {
+   postgres-multi_foreach timescale_configure
+}
+
+timescale_src_compile() {
+   local CMAKE_USE_DIR=$BUILD_DIR
+   cmake_src_compile
+}
+
+src_compile() {
+   postgres-multi_foreach timescale_src_compile
+}
+
+timescale_src_install() {
+   local CMAKE_USE_DIR=$BUILD_DIR
+   cmake_src_install
+}
+
+src_install() {
+   postgres-multi_foreach timescale_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/

2021-12-18 Thread James Le Cuirot
commit: 19fc3396304075179131ade80ad9c2bf3210a75d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 09:36:23 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 09:36:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fc3396

app-emulation/fs-uae-launcher: Version bump to 3.1.64

Signed-off-by: James Le Cuirot  gentoo.org>

 app-emulation/fs-uae-launcher/Manifest |  1 +
 .../fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/app-emulation/fs-uae-launcher/Manifest 
b/app-emulation/fs-uae-launcher/Manifest
index 1985736e587f..7eaa0cb17a39 100644
--- a/app-emulation/fs-uae-launcher/Manifest
+++ b/app-emulation/fs-uae-launcher/Manifest
@@ -1,2 +1,3 @@
 DIST fs-uae-launcher-3.1.26.tar.gz 9656516 BLAKE2B 
1b8d12ef91631dedf412976e81529ac7138b7f688ad6ae1ad55bfd3625590ee00aab89d229d2aa64eec577d291a6e634362c557428534c355fdb39e878f40253
 SHA512 
0e4e542bebfe2d8f862005c016fe70319dd6c5e1e413be9b0ce0421bb95253ba6eb92337989cc86210094b9b02a6ad86da4725f1a65d50673703fa6c6cb58f37
 DIST fs-uae-launcher-3.1.63.tar.xz 7718940 BLAKE2B 
e1e6102ce6f3e0a5b3f7429ac5894a50b42f2ee26d3b8bf4fec5b39fa199a28d12ebd056ac0c372ce38f78c820dc0c3dec4c4af0918f3a7e5f4b05f944791afb
 SHA512 
d363512c4930f0a245d5333bb5324264244ffc0eb3a39e4ec419cb4861ca9bf5e1f2084405b7f8757f86f0ed9754de0aab3391b04898a7d3dc2621346849
+DIST fs-uae-launcher-3.1.64.tar.xz 7719268 BLAKE2B 
7753006e40e11d557f9cca90296b189638b832b8c2caebceb3fd5aa0393d3b1236ef2d47b176a900d26ab37012198afeb1549da92ba0570eb9b61df42c896550
 SHA512 
2f7c485f7707595a847130ebbaad3cf1fe9dc11149744bad2683b1b912a53830b687c0aa5ce97dc95a883182ef51020cc02fa434eac903752530f3780342090a

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild 
b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild
new file mode 100644
index ..1ed6d4b64f52
--- /dev/null
+++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="PyQt5-based launcher for FS-UAE"
+HOMEPAGE="https://fs-uae.net/";
+SRC_URI="https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PV}/${P}.tar.xz";
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="lha"
+RESTRICT="test" # The test files are just boilerplate.
+
+RDEPEND="
+   app-emulation/fs-uae
+   $(python_gen_cond_dep '
+   
dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets]
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   lha? ( dev-python/python-lhafile[${PYTHON_USEDEP}] )
+   ')
+"
+
+BDEPEND="
+   sys-devel/gettext
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.0-ROMs.patch
+)
+
+python_compile_all() {
+   emake
+}
+
+python_install() {
+   local dir=${EPREFIX}/usr/share/${PN}
+   distutils-r1_python_install --install-lib="${dir}" 
--install-scripts="${dir}"
+}
+
+python_install_all() {
+   dosym ../share/${PN}/${PN} /usr/bin/${PN}
+   emake install-data DESTDIR="${D}" prefix="${EPREFIX}"/usr
+   mv "${ED}"/usr/share/doc/{${PN},${PF}} || die
+}
+
+pkg_postinst() {
+   elog "Some important information:"
+   elog
+   ewarn " - Do not use QtCurve, it will crash PyQt5!"
+   elog
+   elog " - By default, FS-UAE creates its directories under 
Documents/FS-UAE."
+   elog "   If your Documents directory is not configured according to the 
XDG"
+   elog "   user diretory spec, ~/FS-UAE will be used as a fallback."
+   elog
+   elog " - You can override this by putting the path to the desired base"
+   elog "   directory in a special config file. The config file will be 
read"
+   elog "   from ~/.config/fs-uae/base-dir by both FS-UAE and FS-UAE 
Launcher"
+   elog "   if it exists."
+   elog
+   elog "   Alternatively, you can start FS-UAE and/or FS-UAE Launcher 
with"
+   elog "   --base-dir=/path/to/desired/dir"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/

2021-12-18 Thread James Le Cuirot
commit: 1abc2b91998835018f7191a3e4d2b7232f878030
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 09:36:58 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 09:36:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abc2b91

app-emulation/fs-uae-launcher: Drop old 3.1.26

Signed-off-by: James Le Cuirot  gentoo.org>

 app-emulation/fs-uae-launcher/Manifest |  1 -
 .../fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild  | 80 --
 2 files changed, 81 deletions(-)

diff --git a/app-emulation/fs-uae-launcher/Manifest 
b/app-emulation/fs-uae-launcher/Manifest
index 7eaa0cb17a39..7bfd8becebc9 100644
--- a/app-emulation/fs-uae-launcher/Manifest
+++ b/app-emulation/fs-uae-launcher/Manifest
@@ -1,3 +1,2 @@
-DIST fs-uae-launcher-3.1.26.tar.gz 9656516 BLAKE2B 
1b8d12ef91631dedf412976e81529ac7138b7f688ad6ae1ad55bfd3625590ee00aab89d229d2aa64eec577d291a6e634362c557428534c355fdb39e878f40253
 SHA512 
0e4e542bebfe2d8f862005c016fe70319dd6c5e1e413be9b0ce0421bb95253ba6eb92337989cc86210094b9b02a6ad86da4725f1a65d50673703fa6c6cb58f37
 DIST fs-uae-launcher-3.1.63.tar.xz 7718940 BLAKE2B 
e1e6102ce6f3e0a5b3f7429ac5894a50b42f2ee26d3b8bf4fec5b39fa199a28d12ebd056ac0c372ce38f78c820dc0c3dec4c4af0918f3a7e5f4b05f944791afb
 SHA512 
d363512c4930f0a245d5333bb5324264244ffc0eb3a39e4ec419cb4861ca9bf5e1f2084405b7f8757f86f0ed9754de0aab3391b04898a7d3dc2621346849
 DIST fs-uae-launcher-3.1.64.tar.xz 7719268 BLAKE2B 
7753006e40e11d557f9cca90296b189638b832b8c2caebceb3fd5aa0393d3b1236ef2d47b176a900d26ab37012198afeb1549da92ba0570eb9b61df42c896550
 SHA512 
2f7c485f7707595a847130ebbaad3cf1fe9dc11149744bad2683b1b912a53830b687c0aa5ce97dc95a883182ef51020cc02fa434eac903752530f3780342090a

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild 
b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild
deleted file mode 100644
index ec2ffc2cc226..
--- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.26.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="PyQt5-based launcher for FS-UAE"
-HOMEPAGE="https://fs-uae.net/";
-SRC_URI="https://github.com/FrodeSolheim/fs-uae-launcher/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-IUSE="lha"
-RESTRICT="test" # The test files are just boilerplate.
-
-RDEPEND="
-   app-emulation/fs-uae
-   $(python_gen_cond_dep '
-   
dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets]
-   dev-python/pyopengl[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   lha? ( dev-python/python-lhafile[${PYTHON_USEDEP}] )
-   ')
-"
-
-BDEPEND="
-   sys-devel/gettext
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.0.0-ROMs.patch
-)
-
-src_prepare() {
-   default
-   python bootstrap
-
-   # Unbundle OpenGL library. Keep oyoyo IRC library because upstream
-   # is long dead and it's not worth packaging separately.
-   rm -r OpenGL/ || die
-   sed -i -r "/OpenGL/d" setup.py || die
-}
-
-python_compile_all() {
-   emake
-}
-
-python_install() {
-   local dir=${EPREFIX}/usr/share/${PN}
-   distutils-r1_python_install --install-lib="${dir}" 
--install-scripts="${dir}"
-}
-
-python_install_all() {
-   dosym ../share/${PN}/${PN} /usr/bin/${PN}
-   emake install-data DESTDIR="${D}" prefix="${EPREFIX}"/usr
-   mv "${ED}"/usr/share/doc/{${PN},${PF}} || die
-}
-
-pkg_postinst() {
-   elog "Some important information:"
-   elog
-   ewarn " - Do not use QtCurve, it will crash PyQt5!"
-   elog
-   elog " - By default, FS-UAE creates its directories under 
Documents/FS-UAE."
-   elog "   If your Documents directory is not configured according to the 
XDG"
-   elog "   user diretory spec, ~/FS-UAE will be used as a fallback."
-   elog
-   elog " - You can override this by putting the path to the desired base"
-   elog "   directory in a special config file. The config file will be 
read"
-   elog "   from ~/.config/fs-uae/base-dir by both FS-UAE and FS-UAE 
Launcher"
-   elog "   if it exists."
-   elog
-   elog "   Alternatively, you can start FS-UAE and/or FS-UAE Launcher 
with"
-   elog "   --base-dir=/path/to/desired/dir"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/, profiles/

2021-12-18 Thread Joonas Niilola
commit: 0db97928963be361d6b44b915e28f605def7201c
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Tue Dec  7 10:29:25 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 18 10:12:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db97928

media-sound/clementine: unmask, take maintainership

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/23209
Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/clementine/clementine-.ebuild |  2 +-
 media-sound/clementine/metadata.xml   | 10 +++---
 profiles/package.mask |  7 ---
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/media-sound/clementine/clementine-.ebuild 
b/media-sound/clementine/clementine-.ebuild
index 7043ee826cde..3e4023b68ccd 100644
--- a/media-sound/clementine/clementine-.ebuild
+++ b/media-sound/clementine/clementine-.ebuild
@@ -23,7 +23,7 @@ else
else

SRC_URI="${SRC_URI_BASE}/releases/download/${PV/_}/${P/_}.tar.xz"
fi
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and 
Qt"
 HOMEPAGE="https://www.clementine-player.org 
https://github.com/clementine-player/Clementine";

diff --git a/media-sound/clementine/metadata.xml 
b/media-sound/clementine/metadata.xml
index 319a76d18094..e87e946c4d6e 100644
--- a/media-sound/clementine/metadata.xml
+++ b/media-sound/clementine/metadata.xml
@@ -1,9 +1,13 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   polynomia...@gentoo.org
-   Lars Wendler
+   
+   alexey+gen...@asokolov.org
+   Alexey Sokolov
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers


so...@gentoo.org

diff --git a/profiles/package.mask b/profiles/package.mask
index ebd6c2cb8159..75ebd2cbe6a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -271,13 +271,6 @@ dev-ruby/aws-s3
 # Removal in 30 days. Bug #826470
 dev-util/yuicompressor
 
-# Lars Wendler  (2021-11-24)
-# No real development since Q1 2020. Last release from 2016.
-# Users should switch over to media-sound/strawberry which is an actively
-# developed fork.
-# Masked for removal in 30 days.
-media-sound/clementine
-
 # Hans de Graaff  (2021-11-23)
 # Obsolete slot, last release in 2017, uses EAPI 5.
 # Use one of the newer slots.



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/, app-emulation/qemu/

2021-12-18 Thread Piotr Karbowski
commit: f644cc5c8fde401ab4b1575063d807ece1c8534f
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Dec 18 10:42:36 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Dec 18 10:45:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f644cc5c

x11-base/xorg-server: font-utils is only build time; align .

Signed-off-by: Piotr Karbowski  gentoo.org>

 app-emulation/qemu/qemu-6.1.0-r2.ebuild | 2 +-
 .../{xorg-server-21.1.2-r1.ebuild => xorg-server-21.1.2-r2.ebuild}  | 2 +-
 x11-base/xorg-server/xorg-server-.ebuild| 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-6.1.0-r2.ebuild 
b/app-emulation/qemu/qemu-6.1.0-r2.ebuild
index bef1e26f9036..74cd38afc262 100644
--- a/app-emulation/qemu/qemu-6.1.0-r2.ebuild
+++ b/app-emulation/qemu/qemu-6.1.0-r2.ebuild
@@ -97,7 +97,7 @@ IUSE+=" ${use_softmmu_targets} ${use_user_targets}"
 RESTRICT="!test? ( test )"
 # Allow no targets to be built so that people can get a tools-only build.
 # Block USE flag configurations known to not work.
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
+REQUIRED_USE="
qemu_softmmu_targets_arm? ( fdt )
qemu_softmmu_targets_microblaze? ( fdt )
qemu_softmmu_targets_mips64el? ( fdt )

diff --git a/x11-base/xorg-server/xorg-server-21.1.2-r1.ebuild 
b/x11-base/xorg-server/xorg-server-21.1.2-r2.ebuild
similarity index 100%
rename from x11-base/xorg-server/xorg-server-21.1.2-r1.ebuild
rename to x11-base/xorg-server/xorg-server-21.1.2-r2.ebuild
index bf3ac9cffacf..05df79d40fe4 100644
--- a/x11-base/xorg-server/xorg-server-21.1.2-r1.ebuild
+++ b/x11-base/xorg-server/xorg-server-21.1.2-r2.ebuild
@@ -20,7 +20,6 @@ RESTRICT="!test? ( test )"
 
 CDEPEND="
media-libs/libglvnd[X]
-   media-fonts/font-util
dev-libs/libbsd
dev-libs/openssl:0=
>=x11-apps/iceauth-1.0.2
@@ -71,6 +70,7 @@ CDEPEND="
 DEPEND="${CDEPEND}
>=x11-base/xorg-proto-2021.4.99.2
>=x11-libs/xtrans-1.3.5
+   media-fonts/font-util
 "
 RDEPEND="${CDEPEND}
!systemd? ( gui-libs/display-manager-init )

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 8e9f6cb25f32..05df79d40fe4 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -70,6 +70,7 @@ CDEPEND="
 DEPEND="${CDEPEND}
>=x11-base/xorg-proto-2021.4.99.2
>=x11-libs/xtrans-1.3.5
+   media-fonts/font-util
 "
 RDEPEND="${CDEPEND}
!systemd? ( gui-libs/display-manager-init )



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

2021-12-18 Thread Michał Górny
commit: 49ff64566a77ac06955d28bf38971a038bddf64d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 18 10:58:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 18 10:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ff6456

package.mask: Update EOL dist-kernel mask to 5.14*

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

 profiles/package.mask | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 75ebd2cbe6a4..b4e0fe1fe391 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2021-12-18)
+# EOL kernel with known vulnerabilities.  Please move to one of the LTS
+# branches.  Bug #829491.
+=sys-kernel/gentoo-kernel-5.14*
+=sys-kernel/gentoo-kernel-bin-5.14*
+=sys-kernel/vanilla-kernel-5.14*
+=virtual/dist-kernel-5.14*
+
 # Michał Górny  (2021-12-17)
 # Annoying package with deps pinned to old versions of packages.
 # All revdeps were eliminated.
@@ -405,14 +413,6 @@ media-libs/libpulse
 media-sound/pulseaudio-daemon
 >=media-sound/pulseaudio-15.0-r100
 
-# Michał Górny  (2021-08-28)
-# EOL kernel with known vulnerabilities.  Please move to 5.14 or one
-# of the LTS branches.  Bug #814464.
-=sys-kernel/gentoo-kernel-5.13*
-=sys-kernel/gentoo-kernel-bin-5.13*
-=sys-kernel/vanilla-kernel-5.13*
-=virtual/dist-kernel-5.13*
-
 # Mart Raudsepp  (2021-09-23)
 # Incompatible with c++17 abseil-cpp, no in-tree consumers yet
 media-libs/webrtc-audio-processing:1



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

2021-12-18 Thread Marek Szuba
commit: de6870ab2e598698838b2f74424b5417dbd039bb
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Dec 18 11:43:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Dec 18 11:43:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6870ab

app-emulation/protontricks: add 1.6.2, drop 1.6.1

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

 app-emulation/protontricks/Manifest  | 2 +-
 .../{protontricks-1.6.1.ebuild => protontricks-1.6.2.ebuild} | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-emulation/protontricks/Manifest 
b/app-emulation/protontricks/Manifest
index 068446b056f4..70e2fc268254 100644
--- a/app-emulation/protontricks/Manifest
+++ b/app-emulation/protontricks/Manifest
@@ -1,2 +1,2 @@
 DIST protontricks-1.6.0.tar.gz 61220 BLAKE2B 
8a9af6f8cc134ad0e74b4c5e6c35bc8344687e65cc9811ca54402b16f723264cef8def6e733a532fd412db51d0ec63533baec52699ae994a97ecad0a25ebe847
 SHA512 
7276d7de1f0c18afc5c67552290888e3851bd5f073bbbf684000be66c2e65abac84b079373b120ff0ab6e4f4919caf8ee1288a2320de6c37629cb1185dfbea29
-DIST protontricks-1.6.1.tar.gz 134499 BLAKE2B 
3b4dc17e608b087e53ac240008d930a8012df0c2a8f36a2adee7ca7c138e5ce1b52f59be400cae8e982711b149ce0f8c233ba594740de82616d7df0b831cf8eb
 SHA512 
5aebe4578e3f47476022d6a2c0e575ca6e32b7ea0f69858ce42ebd1857963664429b05825505565eef4b9c92f1d5ed640f47b4c25772ac0827ac76ddf3231e25
+DIST protontricks-1.6.2.tar.gz 137643 BLAKE2B 
09e6c37291eb47224d8f7cfcb5e864c86f6ea7ddcbbd11d1d64fbd24b2eed35aacfacad72e8481d7a3c76a915727e7dd8a58e80af9d208892a434dafb4098c17
 SHA512 
d0acf685c0f4480360bdf9c4e6444d51262316710d1dc6b0ca612da26a56efca647e9cdc030639bcaaa929077062cfa04a024b657a9456677d751758fe7d8552

diff --git a/app-emulation/protontricks/protontricks-1.6.1.ebuild 
b/app-emulation/protontricks/protontricks-1.6.2.ebuild
similarity index 89%
rename from app-emulation/protontricks/protontricks-1.6.1.ebuild
rename to app-emulation/protontricks/protontricks-1.6.2.ebuild
index 8d5b64ec1811..007fa6587fbd 100644
--- a/app-emulation/protontricks/protontricks-1.6.1.ebuild
+++ b/app-emulation/protontricks/protontricks-1.6.2.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"
 HOMEPAGE="https://github.com/Matoking/protontricks";
-SRC_URI="https://github.com/Matoking/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -27,10 +27,9 @@ RDEPEND="app-emulation/winetricks
app-emulation/winetricks[kde]
)
)"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.0_no-setuptools-scm.patch
-)
+BDEPEND="$(python_gen_cond_dep '
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+')"
 
 DOCS=( CHANGELOG.md README.md )
 



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

2021-12-18 Thread Marek Szuba
commit: c50c6d5aaa0d57be9ff7610d79248b27b28c1013
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Dec 18 11:44:10 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Dec 18 11:44:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50c6d5a

app-emulation/protontricks-1.6.2: adjust DISTUTILS_USE_SETUPTOOLS

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

 app-emulation/protontricks/protontricks-1.6.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/protontricks/protontricks-1.6.2.ebuild 
b/app-emulation/protontricks/protontricks-1.6.2.ebuild
index 007fa6587fbd..3edec59a76f4 100644
--- a/app-emulation/protontricks/protontricks-1.6.2.ebuild
+++ b/app-emulation/protontricks/protontricks-1.6.2.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



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

2021-12-18 Thread Miroslav Šulc
commit: 743b25476127971a96235dbe11e9814d065b3d1b
Author: Thomas Bettler  gmail  com>
AuthorDate: Fri Dec 17 09:52:52 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 11:58:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743b2547

dev-libs/serd: add python 3.10

Closes: https://bugs.gentoo.org/829422
Signed-off-by: Thomas Bettler  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23362
Signed-off-by: Miroslav Šulc  gentoo.org>

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

diff --git a/dev-libs/serd/serd-0.30.10.ebuild 
b/dev-libs/serd/serd-0.30.10.ebuild
index 8301a43e480e..589e9d437745 100644
--- a/dev-libs/serd/serd-0.30.10.ebuild
+++ b/dev-libs/serd/serd-0.30.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='threads(+)'
 inherit python-any-r1 waf-utils multilib-build multilib-minimal
 



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

2021-12-18 Thread Miroslav Šulc
commit: 0ab40d5c4f5916134d3c1df439b8f282cb2f1a24
Author: Thomas Bettler  gmail  com>
AuthorDate: Fri Dec 17 09:54:59 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 11:58:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab40d5c

dev-libs/sord: add python 3.10

Closes: https://bugs.gentoo.org/829426
Signed-off-by: Thomas Bettler  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23363
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-libs/sord/sord-0.16.8-r1.ebuild | 2 +-
 dev-libs/sord/sord-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/sord/sord-0.16.8-r1.ebuild 
b/dev-libs/sord/sord-0.16.8-r1.ebuild
index 879b669d4ab6..7e4fb5a789ae 100644
--- a/dev-libs/sord/sord-0.16.8-r1.ebuild
+++ b/dev-libs/sord/sord-0.16.8-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='threads(+)'
 inherit python-any-r1 waf-utils multilib-build multilib-minimal
 

diff --git a/dev-libs/sord/sord-.ebuild b/dev-libs/sord/sord-.ebuild
index ec49a9b8931c..815103371d51 100644
--- a/dev-libs/sord/sord-.ebuild
+++ b/dev-libs/sord/sord-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='threads(+)'
 inherit python-any-r1 waf-utils multilib-build multilib-minimal git-r3
 



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

2021-12-18 Thread Miroslav Šulc
commit: 5f21e7abd75f857c8a5b9acab92af73ff849f1d0
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Dec 18 11:55:28 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 11:58:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f21e7ab

media-libs/suil: dropped unused eclass

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

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

diff --git a/media-libs/suil/suil-0.10.10.ebuild 
b/media-libs/suil/suil-0.10.10.ebuild
index 0ffbac7aec4d..df12118bcf1e 100644
--- a/media-libs/suil/suil-0.10.10.ebuild
+++ b/media-libs/suil/suil-0.10.10.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='threads(+)'
 
-inherit flag-o-matic python-any-r1 waf-utils
+inherit python-any-r1 waf-utils
 
 DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
 HOMEPAGE="http://drobilla.net/software/suil/";



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

2021-12-18 Thread Miroslav Šulc
commit: a7f4b59947dd8c08b3f1a498b5c31b58931e2346
Author: Thomas Bettler  gmail  com>
AuthorDate: Fri Dec 17 11:19:16 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 11:58:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f4b599

media-libs/sratom: add python 3.10

Closes: https://bugs.gentoo.org/829442
Signed-off-by: Thomas Bettler  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23379
Signed-off-by: Miroslav Šulc  gentoo.org>

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

diff --git a/media-libs/sratom/sratom-0.6.8.ebuild 
b/media-libs/sratom/sratom-0.6.8.ebuild
index 3a723575da22..98534de316d6 100644
--- a/media-libs/sratom/sratom-0.6.8.ebuild
+++ b/media-libs/sratom/sratom-0.6.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='threads(+)'
 inherit python-any-r1 waf-utils multilib-build multilib-minimal
 



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

2021-12-18 Thread Miroslav Šulc
commit: 3566f8613ebd7afa2610a558818ed63cc8568465
Author: Thomas Bettler  gmail  com>
AuthorDate: Fri Dec 17 11:09:55 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 11:58:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3566f861

media-libs/lilv: add python 3.10

Closes: https://bugs.gentoo.org/829439
Signed-off-by: Thomas Bettler  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23376
Signed-off-by: Miroslav Šulc  gentoo.org>

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

diff --git a/media-libs/lilv/lilv-0.24.12.ebuild 
b/media-libs/lilv/lilv-0.24.12.ebuild
index 422b03eec611..987842065f05 100644
--- a/media-libs/lilv/lilv-0.24.12.ebuild
+++ b/media-libs/lilv/lilv-0.24.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='threads(+)'
 
 inherit python-single-r1 waf-utils bash-completion-r1 multilib-build 
multilib-minimal



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

2021-12-18 Thread Miroslav Šulc
commit: fd5ae94d9726604afc038c58941d819e414e6def
Author: Thomas Bettler  gmail  com>
AuthorDate: Fri Dec 17 11:23:28 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 11:58:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5ae94d

media-libs/suil: add python 3.10

Closes: https://bugs.gentoo.org/829443
Signed-off-by: Thomas Bettler  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23380
Signed-off-by: Miroslav Šulc  gentoo.org>

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

diff --git a/media-libs/suil/suil-0.10.10.ebuild 
b/media-libs/suil/suil-0.10.10.ebuild
index 53b4ea3b8b66..0ffbac7aec4d 100644
--- a/media-libs/suil/suil-0.10.10.ebuild
+++ b/media-libs/suil/suil-0.10.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='threads(+)'
 
 inherit flag-o-matic python-any-r1 waf-utils



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-util/

2021-12-18 Thread James Le Cuirot
commit: d7ff403dde90cb56861aaa7d29fddd6410e8e0a6
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 12:06:55 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 12:06:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ff403d

media-fonts/font-util: Keyword 1.3.2-r1 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 media-fonts/font-util/font-util-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-util/font-util-1.3.2-r1.ebuild 
b/media-fonts/font-util/font-util-1.3.2-r1.ebuild
index 79fc6228e3f1..5aa7cb442d6d 100644
--- a/media-fonts/font-util/font-util-1.3.2-r1.ebuild
+++ b/media-fonts/font-util/font-util-1.3.2-r1.ebuild
@@ -9,7 +9,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/font/util.git";
 DESCRIPTION="X.Org font utilities"
 HOMEPAGE="https://www.x.org/wiki/ 
https://gitlab.freedesktop.org/xorg/font/util";
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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"
 
 XORG_CONFIGURE_OPTIONS=(
--with-fontrootdir="${EPREFIX}"/usr/share/fonts



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

2021-12-18 Thread James Le Cuirot
commit: 2605d51460f0d8d6af4c799896d25abce435df8c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 12:04:48 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 12:04:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2605d514

x11-misc/util-macros: Keyword 1.19.3 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 x11-misc/util-macros/util-macros-1.19.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/util-macros/util-macros-1.19.3.ebuild 
b/x11-misc/util-macros/util-macros-1.19.3.ebuild
index d7faee095bae..140b2afebe71 100644
--- a/x11-misc/util-macros/util-macros-1.19.3.ebuild
+++ b/x11-misc/util-macros/util-macros-1.19.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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"
 
 # there is nothing to compile for this package, all its contents are produced 
by
 # configure. the only make job that matters is make install



[gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/

2021-12-18 Thread James Le Cuirot
commit: d4e9a5090d70886b938c3ae2fe4249b6d238eca5
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 12:04:06 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 12:04:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e9a509

app-emulation/fs-uae-launcher: Update the icon cache in pkg_postinst

Closes: https://bugs.gentoo.org/829562
Signed-off-by: James Le Cuirot  gentoo.org>

 app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild | 2 ++
 app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild 
b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild
index 1ed6d4b64f52..79ca9670131e 100644
--- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild
+++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild
@@ -52,6 +52,8 @@ python_install_all() {
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
+
elog "Some important information:"
elog
ewarn " - Do not use QtCurve, it will crash PyQt5!"

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild 
b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild
index 1ed6d4b64f52..79ca9670131e 100644
--- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild
+++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild
@@ -52,6 +52,8 @@ python_install_all() {
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
+
elog "Some important information:"
elog
ewarn " - Do not use QtCurve, it will crash PyQt5!"



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

2021-12-18 Thread James Le Cuirot
commit: 9e943a112a0c852389bf02245100751a264ab674
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 18 12:07:59 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 18 12:07:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e943a11

x11-libs/libpciaccess: Keyword 0.16-r1 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 x11-libs/libpciaccess/libpciaccess-0.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libpciaccess/libpciaccess-0.16-r1.ebuild 
b/x11-libs/libpciaccess/libpciaccess-0.16-r1.ebuild
index e8bdd7f53ea9..3d1dc4ceac3e 100644
--- a/x11-libs/libpciaccess/libpciaccess-0.16-r1.ebuild
+++ b/x11-libs/libpciaccess/libpciaccess-0.16-r1.ebuild
@@ -8,7 +8,7 @@ XORG_EAUTORECONF=yes
 inherit xorg-3
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="zlib"
 
 DEPEND="



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

2021-12-18 Thread Miroslav Šulc
commit: ba79e95b9b22cabbb07faa76a8cfc5a14d2f15b8
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Dec 18 09:22:49 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 12:12:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba79e95b

profiles/package.mask last-rite dev-java/{jrrd,libreadline-java}

Bug: https://bugs.gentoo.org/736880
Bug: https://bugs.gentoo.org/614480
Bug: https://bugs.gentoo.org/829517

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23406
Signed-off-by: Miroslav Šulc  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b4e0fe1fe391..8f2b054b41a2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -41,6 +41,14 @@
 =sys-kernel/vanilla-kernel-5.14*
 =virtual/dist-kernel-5.14*
 
+# Volkmar W. Pogatzki  (2021-12-18)
+# Package without consumers. Bug #829517 Bug_#614480.  Removal in 30 days.
+dev-java/libreadline-java
+
+# Volkmar W. Pogatzki  (2021-12-18)
+# Package without consumers. Bug_#736880. Removal in 30 days.
+dev-java/jrrd
+
 # Michał Górny  (2021-12-17)
 # Annoying package with deps pinned to old versions of packages.
 # All revdeps were eliminated.



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

2021-12-18 Thread Miroslav Šulc
commit: ef8f026f0c2c63a2fa0f7f993f934f0ec7079b50
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Dec 13 13:21:22 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 12:15:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8f026f

profiles/package.mask: last-rite dev-java/{slf4j-log4j12,jixb}

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23288
Signed-off-by: Miroslav Šulc  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8f2b054b41a2..756d4e478f77 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -89,6 +89,12 @@ net-fs/docker-volume-netshare
 # Removal on 2022-01-12.  Bug #824830.
 media-gfx/apngasm
 
+# Volkmar W. Pogatzki  (2021-12-13)
+# Blocks removal of dev-java/log4j:0 bug #828657.
+# Java packages with no active consumer. Removal in 30 days.
+dev-java/slf4j-log4j12
+dev-java/jibx
+
 # Andreas K. Hüttel  (2021-12-13)
 # Outdated, all versions in core Perl are newer. Removal in 30 days.
 perl-core/IO-Zlib



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

2021-12-18 Thread Miroslav Šulc
commit: a2168c22bae960d4d79bb33d115530fce052b2b5
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Dec 11 13:16:37 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 12:17:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2168c22

profiles/package.mask: last-rite app-arch/fastjar

Bug: https://bugs.gentoo.org/732792

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23255
Signed-off-by: Miroslav Šulc  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 756d4e478f77..530fc1eeec6b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -111,6 +111,10 @@ perl-core/version
 >=dev-java/log4j-api-java9-2.15.0
 >=dev-java/log4j-api-2.15.0
 
+# Volkmar W. Pogatzki  (2021-12-11)
+# Package without consumers. Bug #732792.  Removal in 30 days.
+app-arch/fastjar
+
 # Andrew Ammerlaan  (2021-12-10)
 # As of MultiMC version 0.6.14 source built versions of MultiMC are no longer
 # usable for anything but development. The sources have been de-branded and



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-desktop-icons-ng/

2021-12-18 Thread Pacho Ramos
commit: 2b413fab8459774c1a6cd2113e66d8f60278d745
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 18 12:41:09 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 18 12:41:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b413fab

gnome-extra/gnome-shell-extension-desktop-icons-ng: Stabilize

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

 .../gnome-shell-extension-desktop-icons-ng-0.24.0.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.24.0.ebuild
 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.24.0.ebuild
index b72a4ecad7ac..e055f65a8ed4 100644
--- 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.24.0.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.24.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.com/rastersoft/desktop-icons-ng/uploads/${COMMIT}/${MY_P
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="dev-libs/glib:2"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-dash-to-panel/

2021-12-18 Thread Pacho Ramos
commit: b7cf826583443a010519e81334b5ae1af7434542
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 18 12:41:45 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 18 12:41:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cf8265

gnome-extra/gnome-shell-extension-dash-to-panel: Stabilize

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

 .../gnome-shell-extension-dash-to-panel-44.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-44.ebuild
 
b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-44.ebuild
index 2f3313f3f6d5..afbdfe9cfb22 100644
--- 
a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-44.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-44.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="branding"
 
 COMMON_DEPEND="dev-libs/glib:2"



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

2021-12-18 Thread Pacho Ramos
commit: 28b95554f695826c983b0cd01ebb24eeba8678af
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 18 12:38:12 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 18 12:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b95554

app-emulation/crossover-bin: Version bump

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

 app-emulation/crossover-bin/Manifest   |   1 +
 .../crossover-bin/crossover-bin-21.1.0.ebuild  | 223 +
 2 files changed, 224 insertions(+)

diff --git a/app-emulation/crossover-bin/Manifest 
b/app-emulation/crossover-bin/Manifest
index 254b329c3d01..89f1c6d9e826 100644
--- a/app-emulation/crossover-bin/Manifest
+++ b/app-emulation/crossover-bin/Manifest
@@ -1,2 +1,3 @@
 DIST install-crossover-20.0.4.bin 221436226 BLAKE2B 
486494455759d92f8e7e5d35968a603e41a0674cb0752e7d5ba4893d33e77b3e31fea2ebe75d471e2478e7f3cce9be2f712840f1f50bfe790fec5ec936b804a5
 SHA512 
78252d29f8a72a8742d57a65a60d09a81a70a98517b67468dac96af94ee8af7a313f164af6717f9a9c657095e66466809e08584c7a0fde3bd58c27ff00f41067
 DIST install-crossover-21.0.0.bin 312441596 BLAKE2B 
4431f545e6a8c8bbc1ab5cf0f46d019242b48c61a2edfc7a762e38718d6543ce384ad55b40f3470f11893adcb6801323db5dba846cc0b544d6dab5e5bfb24e2b
 SHA512 
c5567eef346d93af22f996be2a5a0237bc299c54cba3aa9a1345854b0cf601ffd26975536d18175735c170411b572a59d5dadb39674bfe158ca9944595e4deed
+DIST install-crossover-21.1.0.bin 314014189 BLAKE2B 
f214d8b76a8809e396509013adb7ccfd5301ce35e8fda802d3601b3c88d1273eaa00f0457fb69897c4cac58f0a779ff18d5eef1708e5315d1173ecbf5967bb70
 SHA512 
271e67988e2fa4c1b3277e9b089a9ee11b52931fda597d6bf9975fe38b031e526dd6bac4c7a31ca530487380895ec8e94b4439ad7bd85098c87f35f8530c28f3

diff --git a/app-emulation/crossover-bin/crossover-bin-21.1.0.ebuild 
b/app-emulation/crossover-bin/crossover-bin-21.1.0.ebuild
new file mode 100644
index ..119da1d6ec29
--- /dev/null
+++ b/app-emulation/crossover-bin/crossover-bin-21.1.0.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit python-single-r1 unpacker
+
+DESCRIPTION="Commercial version of app-emulation/wine with paid support"
+HOMEPAGE="https://www.codeweavers.com/products/";
+SRC_URI="https://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crossover-${PV}.bin";
+
+LICENSE="CROSSOVER-3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="+capi +cups doc +gphoto2 +gsm +gstreamer +jpeg +lcms ldap +mp3 +nls 
osmesa +openal +opencl +opengl +pcap +png +scanner +ssl +v4l +vulkan"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="bindist test"
+
+QA_FLAGS_IGNORED="opt/cxoffice/.*"
+QA_PRESTRIPPED="
+   opt/cxoffice/lib/.*
+   opt/cxoffice/lib64/.*
+   opt/cxoffice/bin/cabextract
+   opt/cxoffice/bin/cxburner
+   opt/cxoffice/bin/cxntlm_auth
+   opt/cxoffice/bin/wineserver
+   opt/cxoffice/bin/wineserver32
+   opt/cxoffice/bin/wineserver64
+   opt/cxoffice/bin/wine64-preloader
+   opt/cxoffice/bin/unrar
+   opt/cxoffice/bin/wine-preloader
+   opt/cxoffice/bin/cxdiag
+   opt/cxoffice/bin/cxdiag64
+   opt/cxoffice/bin/cxgettext
+   opt/cxoffice/bin/vkd3d-compiler
+   opt/cxoffice/bin/wineloader
+   opt/cxoffice/bin/wineloader64
+"
+QA_TEXTRELS="
+   opt/cxoffice/bin/wineserver32
+   opt/cxoffice/lib/wine/*
+   opt/cxoffice/lib/libwine.so*
+"
+
+S="${WORKDIR}"
+
+DEPEND=""
+BDEPEND="${PYTHON_DEPS}
+   app-arch/cpio
+   app-arch/unzip
+   dev-lang/perl
+   dev-util/bbe
+"
+
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   !prefix? ( sys-libs/glibc )
+   !app-emulation/crossover-office-pro-bin
+   !app-emulation/crossover-office-bin
+   capi? ( net-libs/libcapi[abi_x86_32(-)] )
+   cups? ( net-print/cups[abi_x86_32(-)] )
+   gsm? ( media-sound/gsm[abi_x86_32(-)] )
+   jpeg? ( virtual/jpeg:0[abi_x86_32(-)] )
+   lcms? ( media-libs/lcms:2 )
+   ldap? ( net-nds/openldap[abi_x86_32(-)] )
+   gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] )
+   gstreamer? (
+   media-libs/gstreamer:1.0[abi_x86_32(-)]
+   jpeg? ( media-plugins/gst-plugins-jpeg:1.0[abi_x86_32(-)] )
+   media-plugins/gst-plugins-meta:1.0[abi_x86_32(-)]
+   )
+   mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] )
+   nls? ( sys-devel/gettext[abi_x86_32(-)] )
+   openal? ( media-libs/openal[abi_x86_32(-)] )
+   opencl? ( virtual/opencl[abi_x86_32(-)] )
+   opengl? (
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   )
+   pcap? ( net-libs/libpcap[abi_x86_32(-)] )
+   png? ( media-libs/libpn

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/

2021-12-18 Thread Pacho Ramos
commit: 6b08429b994c4e299fff7f421271f47219e116d9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 18 12:39:56 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 18 12:39:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b08429b

gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen: Stabilize

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

 ...e-shell-extension-control-blur-effect-on-lock-screen-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-2021.ebuild
 
b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-2021.ebuild
index 6c2f4a776282..a1aac1f6a8a3 100644
--- 
a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-2021.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-2021.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen/arch
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # glib for glib-compile-schemas at build time, needed at runtime anyways



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-applications-overview-tooltip/

2021-12-18 Thread Pacho Ramos
commit: 0917e337e3d5e2f121fc73bab48c412b7e5d048b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 18 12:38:51 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 18 12:38:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0917e337

gnome-extra/gnome-shell-extension-applications-overview-tooltip: Stabilize

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

 .../gnome-shell-extension-applications-overview-tooltip-14.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-14.ebuild
 
b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-14.ebuild
index e2390562055f..6d8dca32bf9f 100644
--- 
a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-14.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/
 # https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bluetooth-quick-connect/

2021-12-18 Thread Pacho Ramos
commit: ca2ff82284dcdaded53b559e3c7ed32bd806834e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 18 12:39:24 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 18 12:39:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca2ff822

gnome-extra/gnome-shell-extension-bluetooth-quick-connect: Stabilize

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

 .../gnome-shell-extension-bluetooth-quick-connect-26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-26.ebuild
 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-26.ebuild
index dcf84bd1bafc..0924f3a71235 100644
--- 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-26.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-26.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/v${PV
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/

2021-12-18 Thread Adel KARA SLIMANE
commit: bd1f54a2071e47aac83ecc13b5c19db50d83d40e
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Dec 18 13:33:17 2021 +
Commit: Adel KARA SLIMANE  karaslimane  com>
CommitDate: Sat Dec 18 13:33:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd1f54a2

media-video/obs-vkcapture: version bump to 1.1

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

 media-video/obs-vkcapture/Manifest  | 2 +-
 .../{obs-vkcapture-1.0.ebuild => obs-vkcapture-1.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/obs-vkcapture/Manifest 
b/media-video/obs-vkcapture/Manifest
index df02555e7..50e8cd69f 100644
--- a/media-video/obs-vkcapture/Manifest
+++ b/media-video/obs-vkcapture/Manifest
@@ -1 +1 @@
-DIST obs-vkcapture-1.0.tar.gz 84852 BLAKE2B 
632d8db777b80e1efca48ca93edb9e400fed9edcfd7caf1108ba6f7481e1fdcfab2db715797e0019dec2fd65ed9ee3095285f2332609a848fa9a50585740eab9
 SHA512 
c2da876a9c13cb172bbcc122ada04e2b65278d292e1addfd591e50529cf64eabd43ac7902106b87095019f64536a7adb946d7c63b1125a4eb90da4908753c423
+DIST obs-vkcapture-1.1.tar.gz 49609 BLAKE2B 
17ff40a0802513f2f3487d16a611442be8ca9c16f16cfb89c5bf2bd85a3f9cde64dc6c3e0f8d2364bbd6b4daab2d56a8538dae25c5a9b2560117606a0218ad0f
 SHA512 
dec5afd9d32161bb947a38c37a3ba6b9b415cc8cbaaca6b25f23aeb10f9ab7714f01bf116b121800f204fdddc41e9fa9f34522ee4f69f4e60c506e44c735fa7d

diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild 
b/media-video/obs-vkcapture/obs-vkcapture-1.1.ebuild
similarity index 100%
rename from media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
rename to media-video/obs-vkcapture/obs-vkcapture-1.1.ebuild



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

2021-12-18 Thread Arthur Zamarin
commit: 34490158863f6b7882e63cb8b76c2a558e43628b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34490158

dev-python/mako: Stabilize 1.1.6 ALLARCHES, #829534

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

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

diff --git a/dev-python/mako/mako-1.1.6.ebuild 
b/dev-python/mako/mako-1.1.6.ebuild
index 4b80892ce7f7..1a172d633329 100644
--- a/dev-python/mako/mako-1.1.6.ebuild
+++ b/dev-python/mako/mako-1.1.6.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]"



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

2021-12-18 Thread Arthur Zamarin
commit: d550a4a7811094b2a8dd28cf12fad1c43cf18430
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:36:56 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d550a4a7

dev-libs/c-blosc: Stabilize 1.21.1 ppc, #829553

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

 dev-libs/c-blosc/c-blosc-1.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild 
b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
index 0626635da618..b89855580eac 100644
--- a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="+lz4 +snappy test zlib zstd"
 RESTRICT="!test? ( test )"
 



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

2021-12-18 Thread Arthur Zamarin
commit: 271c2f93b4879a8e4b3ce47f12b26147563e66e8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:44 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271c2f93

dev-util/shadowman: Stabilize 3 sparc, #829557

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

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

diff --git a/dev-util/shadowman/shadowman-3.ebuild 
b/dev-util/shadowman/shadowman-3.ebuild
index 3021228e1cbf..0218b6944a3e 100644
--- a/dev-util/shadowman/shadowman-3.ebuild
+++ b/dev-util/shadowman/shadowman-3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE=""
 
 RDEPEND="app-admin/eselect"



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

2021-12-18 Thread Arthur Zamarin
commit: ca1b1e24b120f03e09193681ceb18ecc6e542c10
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:13 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1b1e24

dev-libs/c-blosc: Stabilize 1.21.1 ppc64, #829553

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

 dev-libs/c-blosc/c-blosc-1.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild 
b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
index b89855580eac..c2f313d00b75 100644
--- a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="+lz4 +snappy test zlib zstd"
 RESTRICT="!test? ( test )"
 



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

2021-12-18 Thread Arthur Zamarin
commit: ed63d99be085b9ac00e16d47ceba34f2d79fc33a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:07 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed63d99b

dev-python/markdown: Stabilize 3.3.6 ALLARCHES, #829533

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

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

diff --git a/dev-python/markdown/markdown-3.3.6.ebuild 
b/dev-python/markdown/markdown-3.3.6.ebuild
index d86428565fbf..f002bdf41c90 100644
--- a/dev-python/markdown/markdown-3.3.6.ebuild
+++ b/dev-python/markdown/markdown-3.3.6.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${P^}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 RDEPEND="



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

2021-12-18 Thread Arthur Zamarin
commit: 4e32e98e5d98a343b28b6371f91bd02f88da48e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:41 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e32e98e

dev-python/matplotlib: Stabilize 3.5.1 sparc, #829532

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

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

diff --git a/dev-python/matplotlib/matplotlib-3.5.1.ebuild 
b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
index 1a089b7fa82d..3f0460f39432 100644
--- a/dev-python/matplotlib/matplotlib-3.5.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="cairo doc excel examples gtk3 latex qt5 tk webagg wxwidgets"
 
 # internal copy of pycxx highly patched



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

2021-12-18 Thread Arthur Zamarin
commit: 76e86d4f59ce953f294f333f309cef163689a4c2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:18 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e86d4f

dev-libs/libretls: Stabilize 3.4.1 ppc64, #829555

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

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

diff --git a/dev-libs/libretls/libretls-3.4.1.ebuild 
b/dev-libs/libretls/libretls-3.4.1.ebuild
index edcef90e4f69..7ea6fe657185 100644
--- a/dev-libs/libretls/libretls-3.4.1.ebuild
+++ b/dev-libs/libretls/libretls-3.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://causal.agency/libretls/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0/22"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
 
 DEPEND="dev-libs/openssl:="
 RDEPEND="${DEPEND}"



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

2021-12-18 Thread Arthur Zamarin
commit: 944bd1bad915267d425ed1939ff49a84ab37ca78
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:33 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944bd1ba

dev-libs/libretls: Stabilize 3.4.1 sparc, #829555

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

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

diff --git a/dev-libs/libretls/libretls-3.4.1.ebuild 
b/dev-libs/libretls/libretls-3.4.1.ebuild
index 7ea6fe657185..454b1fc7c721 100644
--- a/dev-libs/libretls/libretls-3.4.1.ebuild
+++ b/dev-libs/libretls/libretls-3.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://causal.agency/libretls/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0/22"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
 
 DEPEND="dev-libs/openssl:="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-12-18 Thread Arthur Zamarin
commit: e0bad5aa86711e234add96e074244bcc79473c85
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:36:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bad5aa

app-vim/gentoo-syntax: Stabilize 20211208 ALLARCHES, #829552

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

 app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
index 72f25ef766b6..9a1891798a14 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2";
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



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

2021-12-18 Thread Arthur Zamarin
commit: 48b08f6381f0526cd9f7c858c0b77e3e6bba0722
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:10 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b08f63

dev-util/shadowman: Stabilize 3 ppc, #829557

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

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

diff --git a/dev-util/shadowman/shadowman-3.ebuild 
b/dev-util/shadowman/shadowman-3.ebuild
index f7b929689cf0..00d0ad1f49d6 100644
--- a/dev-util/shadowman/shadowman-3.ebuild
+++ b/dev-util/shadowman/shadowman-3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="app-admin/eselect"



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

2021-12-18 Thread Arthur Zamarin
commit: 3a6cc27dac87c7c3c3f518bb7c4c67d7524bfc0c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:28 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6cc27d

dev-util/shadowman: Stabilize 3 ppc64, #829557

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

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

diff --git a/dev-util/shadowman/shadowman-3.ebuild 
b/dev-util/shadowman/shadowman-3.ebuild
index 00d0ad1f49d6..3021228e1cbf 100644
--- a/dev-util/shadowman/shadowman-3.ebuild
+++ b/dev-util/shadowman/shadowman-3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="app-admin/eselect"



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

2021-12-18 Thread Arthur Zamarin
commit: 8ac3ef3eef39698e3e55fa084ef3cf992c80c4fc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:02 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac3ef3e

dev-libs/libretls: Stabilize 3.4.1 ppc, #829555

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

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

diff --git a/dev-libs/libretls/libretls-3.4.1.ebuild 
b/dev-libs/libretls/libretls-3.4.1.ebuild
index 8ee6adc2c9a0..edcef90e4f69 100644
--- a/dev-libs/libretls/libretls-3.4.1.ebuild
+++ b/dev-libs/libretls/libretls-3.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://causal.agency/libretls/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0/22"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
 
 DEPEND="dev-libs/openssl:="
 RDEPEND="${DEPEND}"



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

2021-12-18 Thread Arthur Zamarin
commit: 7e1c7cc359ba1370914330b92410026383ac1b77
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:37:41 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:38:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1c7cc3

dev-python/setuptools_scm_git_archive: Stabilize 1.1-r4 sparc, #829532

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

 .../setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild
 
b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild
index 34551e1212a7..f14699e5956a 100644
--- 
a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild
+++ 
b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Changaco/setuptools_scm_git_archive/archive/${PV}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE=""
 
 RDEPEND="



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

2021-12-18 Thread Arthur Zamarin
commit: 9aa3d4007331f5c853c44eadead9c82942a5a0be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:40:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:40:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa3d400

dev-python/setuptools_scm_git_archive: Stabilize 1.1-r4 ppc, #829532

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

 .../setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild
 
b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild
index f14699e5956a..50db76ddcaf0 100644
--- 
a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild
+++ 
b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Changaco/setuptools_scm_git_archive/archive/${PV}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE=""
 
 RDEPEND="



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

2021-12-18 Thread Arthur Zamarin
commit: 8c0990a537734bb1604a77f503c67151da97d615
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 13:40:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 13:40:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0990a5

dev-python/matplotlib: Stabilize 3.5.1 ppc, #829532

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

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

diff --git a/dev-python/matplotlib/matplotlib-3.5.1.ebuild 
b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
index 3f0460f39432..7c54005f2ad2 100644
--- a/dev-python/matplotlib/matplotlib-3.5.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="cairo doc excel examples gtk3 latex qt5 tk webagg wxwidgets"
 
 # internal copy of pycxx highly patched



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

2021-12-18 Thread Arthur Zamarin
commit: 17f258eb34f9d297b44989ea859488d1849acb51
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 14:11:13 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 14:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f258eb

dev-python/memory_profiler: add 0.60

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

 dev-python/memory_profiler/Manifest|  1 +
 .../memory_profiler/memory_profiler-0.60.ebuild| 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/memory_profiler/Manifest 
b/dev-python/memory_profiler/Manifest
index c6271af5f80f..daa6aeffaf9c 100644
--- a/dev-python/memory_profiler/Manifest
+++ b/dev-python/memory_profiler/Manifest
@@ -1,2 +1,3 @@
 DIST memory_profiler-0.58.0.gh.tar.gz 140692 BLAKE2B 
2f3917d833dfcc722b61871c7e704e869527a389b10a81b473989b8455630f5defa5f5b21a172708070b89468c7dd66682cd3b9c0bf435e9be49651b69b50137
 SHA512 
5c02933acffc05f42d2ae98a069d36563e1d26515d439d94ad3903960dd06cd378faae3000b26c022770e71e83db6f770ceaf63cabb92f4159bda0ff9cc4e849
 DIST memory_profiler-0.59.gh.tar.gz 142586 BLAKE2B 
b9c8cffbd03f980937d30626facf431e6effd9a86a21fbe629f4238a2f78f2d65242637105ad3a07b4158a6335a541701bba657941bb23c9da0f49a1113402ee
 SHA512 
f70ad8f871bd5068e2817049231abee7e535cb352f0444dcb0d9d072b9f4dda944e85ec7854855307a9748257da80f53dd50fe17fefbd73045dce1306f51f88d
+DIST memory_profiler-0.60.gh.tar.gz 142585 BLAKE2B 
aa7fd9e547eecadc184d4da5830c582a9a9ab9565f3dc9c763caaa7e75698ed6b499d2555e4a93b39d2f80f85fad025b84043e0812cb25dd1511f4ebf8da5a85
 SHA512 
407e44a410cdb4c7c8cc5ff40198c28012f8b0c6bba88d2d1612681eb621a1b802ef137be62fc64ca9e3c362ca3814433bc12169d7c3827bf97293c5bbb8bfbc

diff --git a/dev-python/memory_profiler/memory_profiler-0.60.ebuild 
b/dev-python/memory_profiler/memory_profiler-0.60.ebuild
new file mode 100644
index ..afc8e46ebfb4
--- /dev/null
+++ b/dev-python/memory_profiler/memory_profiler-0.60.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A module for monitoring memory usage of a python program"
+HOMEPAGE="https://pypi.org/project/memory-profiler/ 
https://github.com/pythonprofilers/memory_profiler";
+SRC_URI="
+   https://github.com/pythonprofilers/memory_profiler/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+IUSE="examples"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+# dev-lang/mercury: collision on 'mprof'
+# https://bugs.gentoo.org/571176
+RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]
+   !dev-lang/mercury"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m memory_profiler test/test_as.py || die
+   "${EPYTHON}" -m memory_profiler test/test_func.py || die
+   "${EPYTHON}" -m memory_profiler test/test_gen.py || die
+   "${EPYTHON}" -m memory_profiler test/test_loop.py || die
+   "${EPYTHON}" -m memory_profiler test/test_loop_decorated.py || die
+   "${EPYTHON}" -m memory_profiler test/test_mprofile.py || die
+   "${EPYTHON}" -m memory_profiler test/test_nested.py || die
+   "${EPYTHON}" -m memory_profiler test/test_precision_command_line.py || 
die
+   "${EPYTHON}" -m memory_profiler test/test_unicode.py || die
+
+   "${EPYTHON}" test/test_exception.py || die
+   "${EPYTHON}" test/test_exit_code.py || die
+   "${EPYTHON}" test/test_global.py || die
+   "${EPYTHON}" test/test_import.py || die
+   "${EPYTHON}" test/test_memory_usage.py || die
+   "${EPYTHON}" test/test_mprof.py || die
+   "${EPYTHON}" test/test_precision_import.py || die
+   "${EPYTHON}" test/test_stream_unicode.py || die
+   "${EPYTHON}" test/test_tracemalloc.py || die
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/nano/

2021-12-18 Thread Lars Wendler
commit: 1113861dfa7a29f00c21a4dbdc586e882300c3eb
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec 18 14:13:16 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec 18 14:14:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1113861d

app-editors/nano: Synced live ebuild

Signed-off-by: Lars Wendler  gentoo.org>

 app-editors/nano/nano-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-editors/nano/nano-.ebuild 
b/app-editors/nano/nano-.ebuild
index 188b7842b16e..ad20434b2ed1 100644
--- a/app-editors/nano/nano-.ebuild
+++ b/app-editors/nano/nano-.ebuild
@@ -84,6 +84,9 @@ src_install() {
local rcdir="/usr/share/nano"
mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die
rmdir "${ED}"${rcdir}/extra || die
+
+   insinto "${rcdir}"
+   doins "${FILESDIR}/gentoo.nanorc"
fi
 
use split-usr && dosym ../../bin/nano /usr/bin/nano



[gentoo-commits] repo/gentoo:master commit in: app-editors/nano/files/, app-editors/nano/

2021-12-18 Thread Lars Wendler
commit: 7f05d540bf2d571619d630d375c6ca5eff14cdaa
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec 18 14:12:08 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec 18 14:14:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f05d540

app-editors/nano: Bump to version 6.0

Signed-off-by: Lars Wendler  gentoo.org>

 app-editors/nano/Manifest|  1 +
 app-editors/nano/files/gentoo.nanorc | 74 
 app-editors/nano/nano-6.0.ebuild | 93 
 3 files changed, 168 insertions(+)

diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest
index 8b3194b5ca78..037fbe1c759f 100644
--- a/app-editors/nano/Manifest
+++ b/app-editors/nano/Manifest
@@ -1,2 +1,3 @@
 DIST nano-5.8.tar.gz 3038948 BLAKE2B 
126976539e8ab3a7be986edc7422bc58d31e0c81dffbf34c9b701d09d268233ed0de4f07ac8d2dd0963b768cce4e2afe89a4f8ed9fd216a71ebac98c7f403deb
 SHA512 
dd3a7e328f256052707c4d28f2ca32f9e44de123e3dee3c0747fbab222d215b2a895c403b9274fd286e19477b8be3314fc83167eec32194370105b1e70c05a3f
 DIST nano-5.9.tar.gz 3093675 BLAKE2B 
d4fa2f0e64b6ab243a2b127ff894e900098f6261f5d46657ff3459cc0b51683a63fc5de54bd4545b47bc16c633b09142f8501b84a09df3e8123da5233a063766
 SHA512 
61bf4de300579bc6f0028a2237e105228d8657819c02f32c7ef8f84f9c54734df8fb9a9cddbce0f7721ebc5ac8ae4799c118291ae15480082f8b1317019a485d
+DIST nano-6.0.tar.gz 3114631 BLAKE2B 
d89abcbd3673867447bbfd4eedfcd7b7d5250a3ebc1048068cf03f690b2fbd072c0224c00bef9b829bff8343dacf669e8e784fa24dafaa6441746471b692c55a
 SHA512 
fa5726810cfb53fd2cc451d5a34e8f5c316c496f8d649a3899fae0b61cc5ca0bffd28deb780e4e0c98169487b8c34468fd401534b9110ba968d2d4ab6847bc87

diff --git a/app-editors/nano/files/gentoo.nanorc 
b/app-editors/nano/files/gentoo.nanorc
new file mode 100644
index ..84e9bcf28ebf
--- /dev/null
+++ b/app-editors/nano/files/gentoo.nanorc
@@ -0,0 +1,74 @@
+## Syntax highlighting for Gentoo ebuilds/eclasses,
+## and (further down) for Portage control files.
+
+syntax ebuild "\.e(build|class)$"
+comment "#"
+
+## All the standard portage functions:
+color brightgreen 
"(^|\"
+color brightgreen 
"^pkg_(config|nofetch|info|pretend|setup|(pre|post)(inst|rm))\>"
+color brightgreen 
"\"
+## Bash-related syntax:
+color green 
"\<(break|case|continue|do|done|elif|else|esac|exit|fi|for|function|if|in|read|return|select|shift|then|time|until|while)\>"
+color green "\<(declare|eval|exec|export|let|local)\>"
+color green "[][{}():;|`$<>!=&\]"
+color green "-[defhnrsuwxzL]\>"
+color green "-(eq|ne|gt|lt|ge|le)\>"
+## Variables... official portage ones in red, all others in bright red:
+color brightred "\$[-0-9@*#?$!]" "\$[[:alpha:]_][[:alnum:]_]*"
+color brightred 
"\$\{[#!]?([-@*#?$!]|[0-9]+|[[:alpha:]_][[:alnum:]_]*)(\[([[:digit:]]|@)+\])?(([#%/]|:?[-=?+])[^}]*\}|\[|\})"
+color red 
"\<(EAPI|ARCH|HOMEPAGE|DESCRIPTION|IUSE|SRC_URI|LICENSE|SLOT|KEYWORDS|[BIPR]?DEPEND|PROVIDE|PROPERTIES|REQUIRED_USE|RESTRICT|USERLAND)\>"
+color red 
"\<(S|E?D|T|PV|PF|P|PN|PR|PVR|A|CATEGORY|DISTDIR|FILESDIR|EPREFIX|(B|E|E?SYS)?ROOT|WORKDIR)\>"
+color red "\<(AS|C(PP|XX)?|LD)FLAGS\>" "\" 
"\<(MERGE_TYPE|REPLACING_VERSIONS|REPLACED_BY_VERSION)\>"
+color red "\"
+color red 
"\"
+color red "\<(PATCHES|(HTML_)?DOCS)\>" "\" 
"\"
+## Portage commands:
+color magenta "\<(use(_(with|enable|if_iuse)|x)?|in_iuse) [!a-zA-Z0-9_+ -]*" 
"inherit.*"
+color brightblue 
"\"
+color brightblue "\" 
"\"
+color brightblue "\" "\" 
"\" "\"
+color brightblue "\" "\"
+color brightblue "\<(die|hasv?|inherit|nonfatal)\>" 
"\<(use(_(with|enable|if_iuse)|x)?|in_iuse)\>" "\<(has|best)_version\>"
+color brightblue 
"\<(do|new)(ins|s?bin|doc|header|lib(\.so|\.a)?|man|info|exe|initd|confd|envd|pam|menu|icon)\>"
+color brightblue "\" "\"
+color brightblue "\" 
"\"
+color brightblue "\<(doc|ins|exe)?into\>" "\" 
"\<(exe|ins|dir)opts\>"
+color brightblue 
"\"
+color brightblue 
"\"
+## Common commands used in ebuilds:
+color blue 
"\<(awk|cat|cd|chmod|chown|cp|echo|env|find|e?grep|ln|make|mkdir|mv|popd|printf|pushd|rm|rmdir|sed|set|tar|touch|unset|xargs)\>"
+## Comments (doesn't work that well):
+color yellow "(^|[[:space:]])#.*"
+## Strings (doesn't work that well):
+color brightyellow ""([^"\]|\\.)*"|'([^'\]|\\.)*'"
+## Trailing space is bad!
+color ,green "[[:space:]]+$"
+## Mixed whitespace is also bad.
+color ,green " "
+
+
+syntax /etc/portage "\.(accept_keywords|env|keywords|mask|unmask|use)(/.+)?$"
+comment "#"
+
+## Base text:
+color green ".+"
+## Likely version and slot numbers:
+color magenta 
"-[[:digit:].]+(_(alpha|beta|pre|rc|p)[[:digit:]]*)*(-r[[:digit:]]+)?([:[:space:]]|$)"
+color magenta ":[^[:space:]]+([[:space:]]|$)"
+## Use flags (must come after version/slot):
+color brightred "[[:space:]]+\+?[A-Za-z0-9+_@-]+"
+color brightblue "[[:space:]]+-[A-Za-z0-9+_@-]+"
+## Accepted arches:
+color white 
"[~-]?\<(alpha|amd64|arm(64)?|hppa|ia64|m68k|mips|ppc(64)?|riscv|s390|sparc|x86)(-(cygwin|linux|macos|solaris|

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

2021-12-18 Thread Lars Wendler
commit: 37c4993bc8efac82edb5fd2eaecd30a08c9335f2
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec 18 14:19:11 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec 18 14:19:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c4993b

media-libs/harfbuzz: Bump to version 3.2.0

Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/harfbuzz/Manifest  |  1 +
 media-libs/harfbuzz/harfbuzz-3.2.0.ebuild | 98 +++
 2 files changed, 99 insertions(+)

diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
index b03bffaac862..11097c39e28d 100644
--- a/media-libs/harfbuzz/Manifest
+++ b/media-libs/harfbuzz/Manifest
@@ -1,2 +1,3 @@
 DIST harfbuzz-3.1.1.tar.gz 24966288 BLAKE2B 
f655d6a175dc495c00a76838d101705a32270668b7d989b8e82b9c34d2c16a5c10d210c0ed99a334515f73f7cad5c22e35c97f3a2c3f40f686380dd0559d0d7f
 SHA512 
ccb1c840d07e28871893c40b2bb687cc78dfd25992ee20192f1faf8cae4356f401abd5947d7480a268edea10dd9f1d1d7e113b29b6e2d958220bf53799ae01b0
 DIST harfbuzz-3.1.2.tar.gz 26678706 BLAKE2B 
231687fa77983217cf60eda2b4796431c15a9efa79e8925363e6d8374ea2710d167eb1bcf5e14a7c738a98f6be06e24ee6b038ea5697b380b81425c9d4244dad
 SHA512 
4d1093904bd450c6d65130b3d7198c07cfc5cce9a5d234fcb14bae1101b28e697ba42cb455217f863d8d5c83830784f716ae59a2dbb38e88156677213bdb4799
+DIST harfbuzz-3.2.0.tar.gz 28221148 BLAKE2B 
55ff832d3f740e2d3819f66ddfadd10312533addc975a8871e549ad33f27f4a6da33cc190e3de17bd12c9716258bd0cb165c4c04da5057f92cc53e8673d4c10a
 SHA512 
5d8c629416c0bc557b83e8d9d731d41b9e8ee3abc74590e65ed6ca67d74d3a440d038134313f17a7b1b14ef0fc1ecf8bb87113fdcf5f0c8d3dc3d2eeb9b08c18

diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
new file mode 100644
index ..f6617befe9b3
--- /dev/null
+++ b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit flag-o-matic meson-multilib python-any-r1 xdg-utils
+
+DESCRIPTION="An OpenType text shaping engine"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz";
+
+if [[ ${PV} =  ]] ; then
+   EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="Old-MIT ISC icu"
+# 0.9.18 introduced the harfbuzz-icu split; bug #472416
+# 3.0.0 dropped some unstable APIs; bug #813705
+SLOT="0/3.0.0"
+
+IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test 
+truetype"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="introspection? ( glib )"
+
+RDEPEND="
+   cairo? ( x11-libs/cairo:= )
+   glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
+   graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
+   icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.34:= )
+   truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-libs/gobject-introspection-common-1.34
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-util/glib-utils )
+"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   if ! use debug ; then
+   append-cppflags -DHB_NDEBUG
+   fi
+}
+
+src_prepare() {
+   default
+
+   xdg_environment_reset
+
+   sed -i \
+   -e '/tests\/macos\.tests/d' \
+   test/shape/data/in-house/Makefile.sources \
+   || die # bug 726120
+
+   # bug 618772
+   append-cxxflags -std=c++14
+
+   # bug 790359
+   filter-flags -fexceptions -fthreadsafe-statics
+
+   # bug 762415
+   local pyscript
+   for pyscript in $(find -type f -name "*.py") ; do
+   python_fix_shebang -q "${pyscript}"
+   done
+}
+
+multilib_src_configure() {
+   # harfbuzz-gobject only used for instrospection, bug #535852
+   local emesonargs=(
+   -Dcoretext="disabled"
+   -Dchafa="disabled"
+
+   $(meson_feature glib)
+   $(meson_feature graphite graphite2)
+   $(meson_feature icu)
+   $(meson_feature introspection gobject)
+   $(meson_feature test tests)
+   $(meson_feature truetype freetype)
+
+   $(meson_native_use_feature cairo)
+   $(meson_native_use_feature doc docs)
+   $(meson_native_use_feature introspection)
+
+   $(meson_use experimental experimental_api)
+   )
+   meson_src_con

[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/

2021-12-18 Thread Alfredo Tupone
commit: ee692072efa9dc09e3c48702124437c49e614d5f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Dec 18 14:40:59 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Dec 18 14:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee692072

dev-ada/gnatcoll-bindings: fix with USE=-python

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

 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild  | 6 +++---
 dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild
index c424fd2ad070..481ab5972fed 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild
@@ -20,20 +20,20 @@ SLOT="0"
 KEYWORDS="amd64 ~x86"
 IUSE="gmp iconv python readline +shared static-libs static-pic syslog"
 
-RDEPEND="python? ( ${PYTHON_DEPS} )
+RDEPEND="${PYTHON_DEPS}
${ADA_DEPS}
dev-ada/gnatcoll-core[${ADA_USEDEP},shared?,static-libs?,static-pic?]
gmp? ( dev-libs/gmp:* )"
 DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
${ADA_REQUIRED_USE}"
 
 S="${WORKDIR}"/${MYP}
 
 pkg_setup() {
-   use python && python-single-r1_pkg_setup
+   python-single-r1_pkg_setup
ada_pkg_setup
 }
 

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild
index a1e806038082..030d5768aea7 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild
@@ -17,7 +17,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE="gmp iconv lzma openmp python readline +shared static-libs static-pic 
syslog"
 
-RDEPEND="python? ( ${PYTHON_DEPS} )
+RDEPEND="${PYTHON_DEPS}
${ADA_DEPS}
dev-ada/gnatcoll-core:=[${ADA_USEDEP},shared?,static-libs?,static-pic?]
gmp? ( dev-libs/gmp:* )
@@ -27,7 +27,7 @@ RDEPEND="python? ( ${PYTHON_DEPS} )
 DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
${ADA_REQUIRED_USE}"
 
 pkg_setup() {



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/

2021-12-18 Thread Arthur Zamarin
commit: 5f9be40fab3752d79fa88233abba62b1359627ed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 14:44:47 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 14:44:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9be40f

net-dns/bind-tools: Stabilize 9.16.22 ppc64, #829473

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

 net-dns/bind-tools/bind-tools-9.16.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.16.22.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.22.ebuild
index 9913f397d39f..eaec8d82100d 100644
--- a/net-dns/bind-tools/bind-tools-9.16.22.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.22.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${MY_P}.tar.xz";
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+caps doc gssapi idn ipv6 libedit readline xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/nano/

2021-12-18 Thread Arthur Zamarin
commit: b46bf2960d81fc6d2fdd6439729bb2c83c290e24
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 14:52:12 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 14:52:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46bf296

app-editors/nano: Stabilize 5.9 ppc64, #829567

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

 app-editors/nano/nano-5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/nano/nano-5.9.ebuild b/app-editors/nano/nano-5.9.ebuild
index 188b7842b16e..7cca0abf5035 100644
--- a/app-editors/nano/nano-5.9.ebuild
+++ b/app-editors/nano/nano-5.9.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



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

2021-12-18 Thread Arthur Zamarin
commit: 39239d096ce5e97b710434a56a5546e7cdbd4f5d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 14:58:32 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 14:58:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39239d09

dev-libs/c-blosc: Stabilize 1.21.1 arm, #829553

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

 dev-libs/c-blosc/c-blosc-1.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild 
b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
index d043a00524b2..8bba9ce4c949 100644
--- a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="+lz4 +snappy test zlib zstd"
 RESTRICT="!test? ( test )"
 



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

2021-12-18 Thread Arthur Zamarin
commit: 524ad25654df06036216a696bc5501c57b983ad4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 14:58:30 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 14:58:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524ad256

dev-libs/c-blosc: Stabilize 1.21.1 arm64, #829553

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

 dev-libs/c-blosc/c-blosc-1.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild 
b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
index c2f313d00b75..d043a00524b2 100644
--- a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="+lz4 +snappy test zlib zstd"
 RESTRICT="!test? ( test )"
 



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

2021-12-18 Thread Stephan Hartmann
commit: dd511660faed524887b15d7e5c61652e517ac4cb
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sat Dec 18 14:59:39 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Sat Dec 18 14:59:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd511660

www-client/chromium: dev channel bump to 98.0.4758.9

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest  | 4 ++--
 .../{chromium-98.0.4750.0-r1.ebuild => chromium-98.0.4758.9.ebuild}   | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 7798a41bf0b5..1eafe86949e2 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -3,5 +3,5 @@ DIST chromium-96-ppc64le-1.tar.xz 29224 BLAKE2B 
3369a3b15eb4f42761e01758135995a1
 DIST chromium-96.0.4664.110.tar.xz 1209944416 BLAKE2B 
1cec11b248b9225e47caf6bf8ec243e301bb63df2b0a070fb55b829b712e513b2510944f72306cebde3715704cae5b2c6be83847e91b358cb5135b56d55255b3
 SHA512 
7db962dc7016f531c33e915408303f06f429b53d1c5a69b281e64f6204d4bdb413fd281c3d891bb696d846f80f6182289c10f4b19b3b4c2c8b7fd72070de3f02
 DIST chromium-97-patchset-4.tar.xz 4240 BLAKE2B 
450d013b6fd68f7e0bcb21a2b0828d531eda86965e636fe24fc36c2e7e1f74fe93f27f0d4b1d03e67c605797e28db37de4949ff78d5106e07b0362bec4bc5d8a
 SHA512 
181c706c83bdbe07b2e7f02b654922a860aea761ad267e6545fb7d56b66373b003c1c79fae5cd45eeb3be8917782fa45df1c05bbb00e170f0146e7385f4246c4
 DIST chromium-97.0.4692.56.tar.xz 1213710744 BLAKE2B 
566e0d937b50b3636e3520069f7f7d62f310e98d9cb333b13c2565abe57d4adc0ffd060ae10bc98629d9a3ff012487e9d8e2ff569221943f6e7515c6949cc029
 SHA512 
f2ee447ffa35b98618154466e913cbaeef87485614848aaa78b8f89828664f039d2d76f73a5c3bddd772a596138c6b871d0c85a3d44264663fe4b2bea9d8df17
-DIST chromium-98-patchset-3.tar.xz 6164 BLAKE2B 
be4fa2997e13e89a0c8db1e99fa80adb937c0c02f1e18bd0ec93bdbdd484da4a8507baf13c5e6e602d5f5ecb2921f33bc3afdc3c3103b1b5314b62f59c1a71ad
 SHA512 
47026635ca5c2e1d3965c82a449077380e6518b33e16b83bd105085cca50f512d08027eebd34d7ce5ce39d988f0120deccfb72697abac0d41e4502b6ad8abdf3
-DIST chromium-98.0.4750.0.tar.xz 1230864580 BLAKE2B 
b8b5d05bf15a9429f3f5fa851415d21f6e757a99fce9ac47bdeb7f534f9eefc77d13c5f8ba93bfa140bdb536c13e1b6141ac4d7e0f17b742039c403044789c56
 SHA512 
7f8cc349aa50af0d149ba08e5ed60171e94943bbd52cb0f820f3c7d56749d9e2fd6d71761262ac012cfcad1f7e4f63c0404f39f044df531e776ae6fce951544f
+DIST chromium-98-patchset-4.tar.xz 5332 BLAKE2B 
a3c7e1774e421c4937b39c984e2f39ff13ebc68a8d9f658ffe4ffe8ea381efb99250516bd5f7286f384fd2e0187a8d3410e57223555c9400db4a0cf63c23944e
 SHA512 
7c92787f79a0cc41806bca9277de7bff41da9bc5d713bfeb22214d7103a7833fe000b46cd18b21d621f9baec6d70a58c3158a4903ad9121f999b13f1af9ca1b7
+DIST chromium-98.0.4758.9.tar.xz 1234078444 BLAKE2B 
ac214ae340f53ea55d1e1a7d0484d3696a5781b98247e3c2e3e909e8a25dad9d1bfb135693ba58900c66eb5f8fcf5462fb96ccef65ebbba3ddd65708463932dd
 SHA512 
82cde4c157dc1029c54e15b332eb78e3da5fce1a26f449c45afa99502e84407732593f53211fdca4301ecbb4e9860dff43cd48611ab4490df295f404c71d7abb

diff --git a/www-client/chromium/chromium-98.0.4750.0-r1.ebuild 
b/www-client/chromium/chromium-98.0.4758.9.ebuild
similarity index 99%
rename from www-client/chromium/chromium-98.0.4750.0-r1.ebuild
rename to www-client/chromium/chromium-98.0.4758.9.ebuild
index 75ea036037c3..7d384748c62d 100644
--- a/www-client/chromium/chromium-98.0.4750.0-r1.ebuild
+++ b/www-client/chromium/chromium-98.0.4758.9.ebuild
@@ -13,7 +13,7 @@ inherit check-reqs chromium-2 desktop flag-o-matic 
ninja-utils pax-utils python-
 
 DESCRIPTION="Open-source version of Google Chrome web browser"
 HOMEPAGE="https://chromium.org/";
-PATCHSET="3"
+PATCHSET="4"
 PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz

https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz";
@@ -903,7 +903,6 @@ src_install() {
fi
 
doins -r out/Release/locales
-   doins -r out/Release/resources
doins -r out/Release/MEIPreload
 
# Install vk_swiftshader_icd.json; bug #827861



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

2021-12-18 Thread Lev Babiev
commit: fca773a1b987cf8322c280090b5b5810859970ac
Author: Lev Babiev  hosers  org>
AuthorDate: Sat Dec 18 15:02:17 2021 +
Commit: Lev Babiev  hosers  org>
CommitDate: Sat Dec 18 15:02:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fca773a1

gui-apps/sfwbar: version bump

Signed-off-by: Lev Babiev  hosers.org>

 gui-apps/sfwbar/Manifest|  1 +
 gui-apps/sfwbar/sfwbar-1.0_beta1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest
index df8d37d71..01fe4f9d8 100644
--- a/gui-apps/sfwbar/Manifest
+++ b/gui-apps/sfwbar/Manifest
@@ -2,3 +2,4 @@ DIST sfwbar-0.9.10.1.tar.gz 214168 BLAKE2B 
d9ff7fbf500c5f24a0ad787c2ea73d8c19dc8
 DIST sfwbar-0.9.7.tar.gz 98524 BLAKE2B 
151c0065584858bc3f7e0d092df859840b1806c4f122962e160b9211fc7b6fbfc99febb02f98eb798ef986e37e9e52e5b3d4ec1f36f5da7e9766b8598c014e1f
 SHA512 
e9f214eaf1fa9741fd32c3689b3eb7c9ac1db831c327f7d6e55b876e50dade1514091083e4ee0ab7f3cbc69e07e7f8f73242a54c5ffbb2fddfd1bddb8d33b591
 DIST sfwbar-0.9.8.tar.gz 197627 BLAKE2B 
352bf354fd55541c6d554ed4fbb2f1f766d00c6fd06ddf94ec640abfd11c95ede0fb9660906105fa390add7d0f34d9ba778a257ab04c3f20ae900a0d96127a40
 SHA512 
514bff2752756706d03e8ba71078a35b4bb552d3983c0cbe1e139f415ade705b34bc6abf478feee0e98f36865aca0aa21b72b37bbd0393e6d4bb61eddf7ab377
 DIST sfwbar-0.9.9.3.tar.gz 208100 BLAKE2B 
eb31d249eb032435f1553991ffd58c244731dfbe15f570aa53fe35dfa583841e0a3fa8bc1b907e1d89b28aa7e9f2bcef556e163372f6a7be0afeeddfe05cba04
 SHA512 
a8cccaed028e32b924609bb6d6b502bccbfe70c1179aab6f50d82a52ddef705de268660613c530d011513a8f72d8785578d75287ad5280c7cf39306d6457e5b7
+DIST sfwbar-1.0_beta1.tar.gz 190758 BLAKE2B 
2719fb4c31b3bd051ef0ba4ce6f5c9525f8af2ecbdb678d00d5a88a2b8f2caaa4c25ecd799ee865c25e314b5d607f23191f7f872a82d604c5b3c2f9221eff70f
 SHA512 
2d2b7259890ac0eb630e3c393568a960f2264dab8bee7838f14abdea7ad9683c2fc56b2aa5ee8821f078431a1ebd344de2badc81e37303847fd25d616f45e2e3

diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta1.ebuild 
b/gui-apps/sfwbar/sfwbar-1.0_beta1.ebuild
new file mode 100644
index 0..5adcf0e68
--- /dev/null
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Sway Floating Window Bar"
+HOMEPAGE="https://github.com/LBCrion/sfwbar";
+SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3[introspection,wayland]
+   gui-libs/gtk-layer-shell
+   dev-libs/json-c
+   dev-util/wayland-scanner
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/

2021-12-18 Thread Mart Raudsepp
commit: f5f01dd5e703fe16ec5fa95b86d463e257f4bbf7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 18 14:55:30 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 18 15:05:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f01dd5

gnome-base/gnome-control-center: bump to 40.7

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-control-center/Manifest   |   2 +
 .../gnome-control-center-40.7.ebuild   | 179 +
 2 files changed, 181 insertions(+)

diff --git a/gnome-base/gnome-control-center/Manifest 
b/gnome-base/gnome-control-center/Manifest
index aa6db5a0d583..cd3e19480aed 100644
--- a/gnome-base/gnome-control-center/Manifest
+++ b/gnome-base/gnome-control-center/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-control-center-40.0-patchset-2.tar.xz 7396 BLAKE2B 
9d3c0461c065cbf0f2051847e516066a38ebffc0972f12060fc41a7d283dd0eecd1a3e581518e13c1dcd545d600e7a2bece5d33d10e8c50adcb2b05f9558e8d0
 SHA512 
3a93c0c2f0f2bc422e6992c259334d9a90678151882e2df3035e4c233fa8e6c557073cc6679044b27bbfaafaa06d59b76724154dcd63612724e1e89817c99a36
 DIST gnome-control-center-40.0.tar.xz 6463616 BLAKE2B 
7c79b79a0cb9bb847cdeb31613e9520b446f7720031fc7cda927a82b6e0acc6af03a047fe296a45f6e171c4ab1659b4ed5c6d07f83c9ffa554b1bdcce6fa26fe
 SHA512 
26980cd18c414b12d2bf7e61be200e02302e170d53aba4f064154eda4c006648160919b6d4c9d168d8c5a461c05dc6593a52066b144af577c6aac420b9723cb9
+DIST gnome-control-center-40.7-patchset.tar.xz 7232 BLAKE2B 
bdf97bd666dcdd8cf87e1a553b849b42e3e1713e508e22450073ea8c4849a7086fc8f5effde39c939e0b8c26decadf9056fb93cfcb530fe287b0039c322fd989
 SHA512 
cbd7e7ca734ad49fd343f0d5d21c5153ba48ebedcd58ed225c7f196b0c79167f769609803f5752585e43edd7649ac73fe3ed1d9264e3d103107a9f5b4b091058
+DIST gnome-control-center-40.7.tar.xz 6473212 BLAKE2B 
94a97297857ebdf8dcc9c4a45f64cabbc7e2210cf0cce00174c016290c17393c9c6b73073873c8fb9917ca4ed9f18c20947730127e3ad7ed4658a2bf3d99ede5
 SHA512 
2a5235b8659fa72521b50fb05bb4c2daceac88ea127492ea7cb544da1831370faa3c70c98b1a25e314121d85f82aa8f606c8c6f3a082d577ba5cf85b14d1cc48

diff --git a/gnome-base/gnome-control-center/gnome-control-center-40.7.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-40.7.ebuild
new file mode 100644
index ..35eb6612f6b3
--- /dev/null
+++ b/gnome-base/gnome-control-center/gnome-control-center-40.7.ebuild
@@ -0,0 +1,179 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
+
+DESCRIPTION="GNOME's main interface to configure various aspects of the 
desktop"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-control-center";
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz";
+
+LICENSE="GPL-2+"
+SLOT="2"
+IUSE="+bluetooth +cups debug elogind flickr +gnome-online-accounts +ibus 
input_devices_wacom kerberos networkmanager systemd test v4l wayland"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   flickr? ( gnome-online-accounts )
+   ^^ ( elogind systemd )
+" # Theoretically "?? ( elogind systemd )" is fine too, lacking some 
functionality at runtime, but needs testing if handled gracefully enough
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+
+# meson.build depends on python unconditionally
+BDEPEND="${PYTHON_DEPS}"
+
+# kerberos unfortunately means mit-krb5; build fails with heimdal
+# display panel requires colord and gnome-settings-daemon[colord]
+# wacom panel requires gsd-enums.h from gsd at build time, probably also 
runtime support
+# printer panel requires cups and smbclient (the latter is not patched yet to 
be separately optional)
+# First block is toplevel meson.build deps in order of occurrence (plus deeper 
deps if in same conditional). Second block is dependency() from subdir 
meson.builds, sorted by directory name occurrence order
+DEPEND="
+   >=gui-libs/libhandy-1:1=
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.25.3:= )
+   >=media-sound/pulseaudio-2.0[glib]
+   >=sys-apps/accountsservice-0.6.39
+   >=x11-misc/colord-0.1.34:0=
+   >=x11-libs/gdk-pixbuf-2.23.0:2
+   >=dev-libs/glib-2.56.0:2
+   >=gnome-base/gnome-desktop-3.33.4:3=
+   >=gnome-base/gnome-settings-daemon-3.27.90[colord,input_devices_wacom?]
+   >=gnome-base/gsettings-desktop-schemas-40_alpha
+   dev-libs/libxml2:2
+   >=sys-auth/polkit-0.114
+   >=sys-power/upower-0.99.8:=
+   >=dev-libs/libgudev-232
+   x11-libs/libX11
+   >=x11-libs/libXi-1.2
+   media-libs/libepoxy
+   flickr? ( >=media-libs/grilo-0.3.0:0.3= )
+   >=x11-libs/gtk+-3.22.0:3[X,wayland=]
+   cups? (
+   >=net-print/cups-1.7[dbus]
+   >=net-fs/samba-4.0.0[client]
+   )
+   v4l? (
+   >=media-video/cheese-3.28.0 )
+   ibus? 

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

2021-12-18 Thread Mart Raudsepp
commit: a329635056e3da6758bdc8ad775dae6ebaa82bc9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 18 15:05:00 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 18 15:05:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3296350

package.mask: p.mask early development series libhandy version

Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 530fc1eeec6b..a1478c8cf3a9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Mart Raudsepp  (2021-12-18)
+# GNOME 42 mask
+>=gui-libs/libhandy-1.5.0
+
 # Michał Górny  (2021-12-18)
 # EOL kernel with known vulnerabilities.  Please move to one of the LTS
 # branches.  Bug #829491.



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

2021-12-18 Thread Arthur Zamarin
commit: 797f073695fe9911832264662d9e2fa2a4c0a5a0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:57:02 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f0736

sys-fs/vhba: Stabilize 20211023 amd64, #829558

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

 sys-fs/vhba/vhba-20211023.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/vhba/vhba-20211023.ebuild b/sys-fs/vhba/vhba-20211023.ebuild
index 2b51c928f14d..d9e0c2610800 100644
--- a/sys-fs/vhba/vhba-20211023.ebuild
+++ b/sys-fs/vhba/vhba-20211023.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="virtual/udev"



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

2021-12-18 Thread Arthur Zamarin
commit: 49baffc28af04d9e1687c1002bce6b00beecfe9a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:07 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49baffc2

media-libs/rtaudio: Stabilize 5.2.0 amd64, #829524

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

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

diff --git a/media-libs/rtaudio/rtaudio-5.2.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
index d1d3b63155bd..82fc5ad93551 100644
--- a/media-libs/rtaudio/rtaudio-5.2.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thestk/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-12-18 Thread Arthur Zamarin
commit: e1262d375bb79d95a9125d3b1602fbd1270f6eee
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:35 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1262d37

app-cdr/gcdemu: Stabilize 3.2.6 amd64, #829551

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

 app-cdr/gcdemu/gcdemu-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
index 2c838fdb1a05..cc0619e2c133 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-12-18 Thread Arthur Zamarin
commit: 8b4b383dbbe55bc47a210f96970f42cc31804fae
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:57:06 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4b383d

x11-misc/qt5ct: Stabilize 1.5 amd64, #829559

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

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

diff --git a/x11-misc/qt5ct/qt5ct-1.5.ebuild b/x11-misc/qt5ct/qt5ct-1.5.ebuild
index fef545be82bd..ee2fded801ce 100644
--- a/x11-misc/qt5ct/qt5ct-1.5.ebuild
+++ b/x11-misc/qt5ct/qt5ct-1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/qt5ct/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 
 RDEPEND="
dev-qt/qtconcurrent:5



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

2021-12-18 Thread Arthur Zamarin
commit: 415e142da111a05d7647077252ede03232c58724
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:46 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415e142d

dev-libs/jsoncpp: Stabilize 1.9.5 amd64, #829554

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

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

diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
index ca9fa6d882c0..f81f99509120 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( public-domain MIT )"
 SLOT="0/25"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2021-12-18 Thread Arthur Zamarin
commit: a3a9c0dff20dc64599b201addb060d6cd4484842
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:40 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a9c0df

dev-libs/libretls: Stabilize 3.4.1 x86, #829555

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

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

diff --git a/dev-libs/libretls/libretls-3.4.1.ebuild 
b/dev-libs/libretls/libretls-3.4.1.ebuild
index 454b1fc7c721..eae94dfa2ccc 100644
--- a/dev-libs/libretls/libretls-3.4.1.ebuild
+++ b/dev-libs/libretls/libretls-3.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://causal.agency/libretls/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0/22"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 DEPEND="dev-libs/openssl:="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-editors/nano/

2021-12-18 Thread Arthur Zamarin
commit: 536e53e6464c15e64a51a77656e14a917a614ce2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:55 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536e53e6

app-editors/nano: Stabilize 5.9 x86, #829567

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

 app-editors/nano/nano-5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/nano/nano-5.9.ebuild b/app-editors/nano/nano-5.9.ebuild
index 7cca0abf5035..97793455a2a4 100644
--- a/app-editors/nano/nano-5.9.ebuild
+++ b/app-editors/nano/nano-5.9.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



[gentoo-commits] repo/gentoo:master commit in: app-editors/nano/

2021-12-18 Thread Arthur Zamarin
commit: fd13abbe483af1fbe4722ba873dbd4841ce2321d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:57:10 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd13abbe

app-editors/nano: Stabilize 5.9 amd64, #829567

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

 app-editors/nano/nano-5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/nano/nano-5.9.ebuild b/app-editors/nano/nano-5.9.ebuild
index 97793455a2a4..07c0e9e9760d 100644
--- a/app-editors/nano/nano-5.9.ebuild
+++ b/app-editors/nano/nano-5.9.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



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

2021-12-18 Thread Arthur Zamarin
commit: ffbeddf1a6a098dfd8fe6bc3c6ab0b9dbb212118
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:35 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbeddf1

dev-libs/jsoncpp: Stabilize 1.9.5 x86, #829554

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

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

diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
index 328727ef8314..ca9fa6d882c0 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( public-domain MIT )"
 SLOT="0/25"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2021-12-18 Thread Arthur Zamarin
commit: 0c255fc385a798e5b37ab034ff7c6bfd278d9ebd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:31 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c255fc3

media-gfx/ristretto: Stabilize 0.12.1 amd64, #829547

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

 media-gfx/ristretto/ristretto-0.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/ristretto/ristretto-0.12.1.ebuild 
b/media-gfx/ristretto/ristretto-0.12.1.ebuild
index 050271f890de..2092c4f0a67a 100644
--- a/media-gfx/ristretto/ristretto-0.12.1.ebuild
+++ b/media-gfx/ristretto/ristretto-0.12.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44:2



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

2021-12-18 Thread Arthur Zamarin
commit: 5535c7776635b55216f0ae3fc7ab97c82b4f62cd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:48 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5535c777

sys-fs/vhba: Stabilize 20211023 x86, #829558

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

 sys-fs/vhba/vhba-20211023.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/vhba/vhba-20211023.ebuild b/sys-fs/vhba/vhba-20211023.ebuild
index 458a74bf9381..2b51c928f14d 100644
--- a/sys-fs/vhba/vhba-20211023.ebuild
+++ b/sys-fs/vhba/vhba-20211023.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="virtual/udev"



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

2021-12-18 Thread Arthur Zamarin
commit: 2c276b910d9b0d4f5a210414ce49a39fc90b1b54
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:57 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c276b91

dev-util/shadowman: Stabilize 3 amd64, #829557

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

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

diff --git a/dev-util/shadowman/shadowman-3.ebuild 
b/dev-util/shadowman/shadowman-3.ebuild
index 99e3c99a0240..839e227564a4 100644
--- a/dev-util/shadowman/shadowman-3.ebuild
+++ b/dev-util/shadowman/shadowman-3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE=""
 
 RDEPEND="app-admin/eselect"



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

2021-12-18 Thread Arthur Zamarin
commit: 241ded735a2eed95b49477fd0dd3c6f2ab2cbd08
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:49 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241ded73

dev-libs/libretls: Stabilize 3.4.1 amd64, #829555

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

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

diff --git a/dev-libs/libretls/libretls-3.4.1.ebuild 
b/dev-libs/libretls/libretls-3.4.1.ebuild
index eae94dfa2ccc..a46dd5b5d532 100644
--- a/dev-libs/libretls/libretls-3.4.1.ebuild
+++ b/dev-libs/libretls/libretls-3.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://causal.agency/libretls/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0/22"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 DEPEND="dev-libs/openssl:="
 RDEPEND="${DEPEND}"



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

2021-12-18 Thread Arthur Zamarin
commit: 3a308d073f5a460557b075f12ea00643f12379bb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:20 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a308d07

media-gfx/ristretto: Stabilize 0.12.1 x86, #829547

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

 media-gfx/ristretto/ristretto-0.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/ristretto/ristretto-0.12.1.ebuild 
b/media-gfx/ristretto/ristretto-0.12.1.ebuild
index 22b615dcfa5a..050271f890de 100644
--- a/media-gfx/ristretto/ristretto-0.12.1.ebuild
+++ b/media-gfx/ristretto/ristretto-0.12.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2021-12-18 Thread Arthur Zamarin
commit: 3fa9a51251f0b9e6b3e8e734fedcf1249778319b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa9a512

app-cdr/gcdemu: Stabilize 3.2.6 x86, #829551

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

 app-cdr/gcdemu/gcdemu-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
index acd1390fe915..2c838fdb1a05 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-12-18 Thread Arthur Zamarin
commit: 74b6096e3b738f2343eb4386f242bcc56373b00c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 15:06:19 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b6096e

dev-libs/c-blosc: Stabilize 1.21.1 amd64, #829553

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

 dev-libs/c-blosc/c-blosc-1.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild 
b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
index 8bba9ce4c949..9321d39e8c82 100644
--- a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="+lz4 +snappy test zlib zstd"
 RESTRICT="!test? ( test )"
 



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

2021-12-18 Thread Arthur Zamarin
commit: b3be28bb001b9ae74ae2735b18bca409ced6c172
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:27 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3be28bb

dev-python/grpcio: Stabilize 1.41.1 amd64, #829535

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

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

diff --git a/dev-python/grpcio/grpcio-1.41.1.ebuild 
b/dev-python/grpcio/grpcio-1.41.1.ebuild
index 2a9c8550a948..9c0f5ec6ff36 100644
--- a/dev-python/grpcio/grpcio-1.41.1.ebuild
+++ b/dev-python/grpcio/grpcio-1.41.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/openssl-1.0.2:0=[-bindist(-)]



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

2021-12-18 Thread Arthur Zamarin
commit: cf6ca79548cd6ee06795620ec72ef92841347e24
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:03 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6ca795

sys-apps/plocate: Stabilize 1.1.13 amd64, #829516

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

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

diff --git a/sys-apps/plocate/plocate-1.1.13.ebuild 
b/sys-apps/plocate/plocate-1.1.13.ebuild
index b7c6c2e00ec2..f9cef1542c88 100644
--- a/sys-apps/plocate/plocate-1.1.13.ebuild
+++ b/sys-apps/plocate/plocate-1.1.13.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://plocate.sesse.net/download/${P}.tar.gz";
 # GPL-2+ for plocate itself
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 IUSE="+io-uring"
 
 RDEPEND="



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

2021-12-18 Thread Arthur Zamarin
commit: 0accb028955b3b7dcfbbe944d2158329353cb6a6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 15:07:12 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0accb028

dev-libs/c-blosc: Stabilize 1.21.1 x86, #829553

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

 dev-libs/c-blosc/c-blosc-1.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild 
b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
index 9321d39e8c82..ff5e50e77c0d 100644
--- a/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.21.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+lz4 +snappy test zlib zstd"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/

2021-12-18 Thread Arthur Zamarin
commit: c606b2474b2c2e9adc8ffc105bda65009211c30a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c606b247

net-dns/bind-tools: Stabilize 9.16.22 amd64, #829473

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

 net-dns/bind-tools/bind-tools-9.16.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.16.22.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.22.ebuild
index a802d6f4fd3b..780d253c9f1a 100644
--- a/net-dns/bind-tools/bind-tools-9.16.22.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.22.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${MY_P}.tar.xz";
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+caps doc gssapi idn ipv6 libedit readline xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2021-12-18 Thread Arthur Zamarin
commit: 9166e1bc2f7d5b11e4cb7bfea67b3f458114af76
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:54 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:09:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9166e1bc

dev-util/cvise: Stabilize 2.4.0 amd64, #829556

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

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

diff --git a/dev-util/cvise/cvise-2.4.0.ebuild 
b/dev-util/cvise/cvise-2.4.0.ebuild
index 1b9a8e8963b6..631561dae39b 100644
--- a/dev-util/cvise/cvise-2.4.0.ebuild
+++ b/dev-util/cvise/cvise-2.4.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



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

2021-12-18 Thread Arthur Zamarin
commit: e3b5e8d09d7ec014dc4ff48c24d80a354be80ecf
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:44 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b5e8d0

dev-util/shadowman: Stabilize 3 x86, #829557

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

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

diff --git a/dev-util/shadowman/shadowman-3.ebuild 
b/dev-util/shadowman/shadowman-3.ebuild
index 0218b6944a3e..99e3c99a0240 100644
--- a/dev-util/shadowman/shadowman-3.ebuild
+++ b/dev-util/shadowman/shadowman-3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE=""
 
 RDEPEND="app-admin/eselect"



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

2021-12-18 Thread Arthur Zamarin
commit: e9f3c1dec8e676e7bd22e36178852be065d26a57
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:14 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f3c1de

dev-python/mysql-connector-python: Stabilize 8.0.27 amd64, #829531

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

 dev-python/mysql-connector-python/mysql-connector-python-8.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/mysql-connector-python/mysql-connector-python-8.0.27.ebuild 
b/dev-python/mysql-connector-python/mysql-connector-python-8.0.27.ebuild
index 1ff550d686f7..98d012be9e7f 100644
--- a/dev-python/mysql-connector-python/mysql-connector-python-8.0.27.ebuild
+++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.27.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Python client library for MariaDB/MySQL"
 HOMEPAGE="https://dev.mysql.com/downloads/connector/python/";
 
SRC_URI="https://github.com/mysql/mysql-connector-python/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="examples test"



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

2021-12-18 Thread Arthur Zamarin
commit: 63e9cb169bdc21b806fa61ee898383f30a4f22f8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:55:51 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e9cb16

x11-misc/qt5ct: Stabilize 1.5 x86, #829559

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

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

diff --git a/x11-misc/qt5ct/qt5ct-1.5.ebuild b/x11-misc/qt5ct/qt5ct-1.5.ebuild
index 79f26d2c1bc8..fef545be82bd 100644
--- a/x11-misc/qt5ct/qt5ct-1.5.ebuild
+++ b/x11-misc/qt5ct/qt5ct-1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/qt5ct/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 x86"
 
 RDEPEND="
dev-qt/qtconcurrent:5



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

2021-12-18 Thread Arthur Zamarin
commit: 98cb65b80fcb304a3102dd983ea98129fa72f049
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:11 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cb65b8

dev-python/sqlalchemy: Stabilize 1.4.27-r3 amd64, #829528

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

 dev-python/sqlalchemy/sqlalchemy-1.4.27-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.27-r3.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.27-r3.ebuild
index 21f126d011c4..732c9177cd0f 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.4.27-r3.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.27-r3.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="asyncio examples +sqlite test"
 
 # greenlet for bug #823794



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/

2021-12-18 Thread Arthur Zamarin
commit: 369a827f24a8623433e2bfc8cb4c1563be8e65db
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 18 15:10:09 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:10:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369a827f

net-dns/bind-tools: Stabilize 9.16.22 arm64, #829473

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

 net-dns/bind-tools/bind-tools-9.16.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.16.22.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.22.ebuild
index 780d253c9f1a..7e3740861c69 100644
--- a/net-dns/bind-tools/bind-tools-9.16.22.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.22.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${MY_P}.tar.xz";
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+caps doc gssapi idn ipv6 libedit readline xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2021-12-18 Thread Cédric Krier
commit: 0b528e12db9a7691e78363e6320575d6e41af8c4
Author: Cédric Krier  gentoo  org>
AuthorDate: Sat Dec 18 15:16:10 2021 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sat Dec 18 15:16:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b528e12

dev-vcs/hg-evolve: version bumps

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Cédric Krier  gentoo.org>

 dev-vcs/hg-evolve/Manifest | 2 +-
 dev-vcs/hg-evolve/{hg-evolve-10.4.0.ebuild => hg-evolve-10.4.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/hg-evolve/Manifest b/dev-vcs/hg-evolve/Manifest
index 582d8723763a..264d33e3dc1b 100644
--- a/dev-vcs/hg-evolve/Manifest
+++ b/dev-vcs/hg-evolve/Manifest
@@ -1 +1 @@
-DIST hg-evolve-10.4.0.tar.gz 853676 BLAKE2B 
1dd700a25af1dcc5ab42ecfcb197c4d28d5efd1c45230824ada7564efe5d504aedd25edeacae913c6de100a8f33cb8db37f88c4724373c6cb0db308af4349376
 SHA512 
955e6f6c58cc29e00f6e3262d3dd7096290aa61826f4c4d70a181e24a3cbfc1ee7801b28000b168e4fe36208f46f826b07800270c73c650cf16fcffd48b19355
+DIST hg-evolve-10.4.1.tar.gz 838444 BLAKE2B 
bd5e4858d0394e294b72b971612b5397815a9b7bcb702c1b8c2d5cd49c1669d62d8f5bbf87364c77762e350f2ba458ded98b1a5a60f636fb0b2018950ca57b10
 SHA512 
f58a79fca81cd4c42442604071a24e6c84ca0225754cfe6a941412cb78ef600e54ff0f78b545b167c7122b17d6f8dcca2c19e7f39e46ab9ab6cba36a007f92f8

diff --git a/dev-vcs/hg-evolve/hg-evolve-10.4.0.ebuild 
b/dev-vcs/hg-evolve/hg-evolve-10.4.1.ebuild
similarity index 100%
rename from dev-vcs/hg-evolve/hg-evolve-10.4.0.ebuild
rename to dev-vcs/hg-evolve/hg-evolve-10.4.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2021-12-18 Thread Michał Górny
commit: e90cc54d92194feff24f31768771395961cdb862
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 18 13:42:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 18 15:35:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90cc54d

app-vim/gentoo-syntax: Remove old

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

 app-vim/gentoo-syntax/Manifest |  2 --
 .../gentoo-syntax/gentoo-syntax-20210911.ebuild| 42 --
 .../gentoo-syntax/gentoo-syntax-2026.ebuild| 42 --
 3 files changed, 86 deletions(-)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 2df6027db528..74e65232f2c7 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1 @@
-DIST gentoo-syntax-20210911.tar.bz2 18865 BLAKE2B 
14dfe4b1eaab39a7de11c9b2e00c6a39385cd81d5717522dbac1f9ff265047c9ded745c335cca88413f6ad622f2858d996bdb39c5f4b1b4796ef7740c48c5f68
 SHA512 
b7ac7aba50c086e1e550692426bb38dbca5bf4770c148ff4989686ef043a2d990710bec782f1baba582ff67da3b3db007a4dbc6dec16f69830312205f1a45d3c
-DIST gentoo-syntax-2026.tar.bz2 18849 BLAKE2B 
7d9ebe080d09dc604a0847285d1cda90d4d5538360bce122bba054b66e2be9afcd8fed7098664447e0f07adc1ae6c4feff08e48884995fbbe3abd925e5d7bf67
 SHA512 
ff13926998e6d5b530bdf7ab8a6427264980d194b13c16811cc6380b0aa4edc7445ffa157afe3c19b536bcd42208d85a36e92921b1c2c8c3e4c136295b00f770
 DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 
52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9
 SHA512 
f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
deleted file mode 100644
index 9a1891798a14..
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210911.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax";
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2";
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   if use ignore-glep31 1>/dev/null ; then
-   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
-   ewarn "compliance. When editing ebuilds, please make 
sure you get"
-   ewarn "the character set correct."
-   fi
-   fi
-}

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild
deleted file mode 100644
index 72f25ef766b6..
--- a/app-vim/gentoo-syntax/gentoo-syntax-2026.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax";
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2";
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
-   default
-   if use ignore-glep31 ; then
-   for f in ftplugin/*.vim ; do
-   ebegin "Removing UTF-8 rules from ${f} ..."
-   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
-   || die "waah! bad sed voodoo. need more goats."
-   eend $?
-   done
-   fi
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-  

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

2021-12-18 Thread Michał Górny
commit: 378c7645a5aff820db0cb97ccc72634de68f045e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 18 13:46:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 18 15:35:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378c7645

dev-python/mako: Remove old

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

 dev-python/mako/Manifest  |  1 -
 dev-python/mako/mako-1.1.5.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/mako/Manifest b/dev-python/mako/Manifest
index 068ea61490eb..19363a6d6532 100644
--- a/dev-python/mako/Manifest
+++ b/dev-python/mako/Manifest
@@ -1,2 +1 @@
-DIST Mako-1.1.5.tar.gz 494647 BLAKE2B 
5e4f3e37820997eb39bbaa1af35ac97de101757b66b6efd097e0d35f6d020bfc8b5b98da8c03fc81a907f228526543f5bdaaf161c4f850418cbcaaf81770
 SHA512 
3eff75f1a94f8e01131ce118df73be1ade79306562ae2ca68079eb2b64ef82c48c09cfd7ed6eda42819bf50c70941cf4115f8918b4d8187f7489717c7d4a423b
 DIST Mako-1.1.6.tar.gz 495132 BLAKE2B 
bbdf0db9303f5d369b5c6c6644ee44d767630f51305ae259c44c65a3fba959a07d9833fdc69fc8168f7424cc0c3a05e991daae239bef8392c01396c1295967c7
 SHA512 
e87d883d7a549a902bb2e16d20306ccd3dd7b3bf855dfdaff20477dd182a782a5cecbdc447e4b1607f190a7b0febcca001333137f7cac6ffa674824c2a2fd1bb

diff --git a/dev-python/mako/mako-1.1.5.ebuild 
b/dev-python/mako/mako-1.1.5.ebuild
deleted file mode 100644
index 1a172d633329..
--- a/dev-python/mako/mako-1.1.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1 optfeature
-
-MY_P=${P^}
-DESCRIPTION="A Python templating language"
-HOMEPAGE="https://www.makotemplates.org/ https://pypi.org/project/Mako/";
-SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]"
-
-PATCHES=(
-   "${FILESDIR}"/mako-1.1.1-pypy3-test.patch
-)
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   rm -r doc/build || die
-
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   optfeature "caching support" dev-python/beaker
-}



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

2021-12-18 Thread Michał Górny
commit: 52d365021d4c2be8201d3693f09d43a49ad61434
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 18 13:47:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 18 15:35:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d36502

dev-python/markdown: Remove old

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

 dev-python/markdown/Manifest |  1 -
 dev-python/markdown/markdown-3.3.4-r1.ebuild | 35 
 2 files changed, 36 deletions(-)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index 43131c37cf41..b5ae65a5f412 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -1,2 +1 @@
-DIST Markdown-3.3.4.tar.gz 322192 BLAKE2B 
37122305112440b85d7f0e5e1bf90bafe15a8bcb84e8d8bdd9b4183dcb4be1010d287450062bab7dc9017d8e618f84a8245e6fd35f8204e5e2ece14d302fb13b
 SHA512 
37422619dd8f542bfcf7975c92e76a39e4eeeb42386727d52037869cee1617f8efcb74a382a9c7cb903907ebf3643a27ba0de583bc0dbd327a36e72bbf8520af
 DIST Markdown-3.3.6.tar.gz 323584 BLAKE2B 
5d21a6e8c52bd7dcc61c68ddf3f07527d234e15f711beed34ecbd424c7a5a650aba5f5ade7d793095b769c02d66c9c2e4ecc9e398730fbdc6e6aa920fbd0a243
 SHA512 
7c425470781becae981980a35ef6c609e0c2c76689ba81344607e94d362ae437ac33070c52d2818e90172dc09294185b9ca4eb5f0a50171b55dfac09d634ccb2

diff --git a/dev-python/markdown/markdown-3.3.4-r1.ebuild 
b/dev-python/markdown/markdown-3.3.4-r1.ebuild
deleted file mode 100644
index dc2108c402cf..
--- a/dev-python/markdown/markdown-3.3.4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="
-   https://python-markdown.github.io/
-   https://pypi.org/project/Markdown/
-   https://github.com/Python-Markdown/markdown";
-SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
-S="${WORKDIR}/${P^}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="doc"
-
-BDEPEND="
-   test? (
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytidylib[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   use doc && dodoc -r docs/
-
-   distutils-r1_python_install_all
-}



  1   2   3   4   5   6   7   8   9   10   >