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

2021-10-21 Thread Stephan Hartmann
commit: d573c93ca0e3024f6da9bb892255cc42f0659d21
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Oct 22 05:56:21 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Oct 22 05:56:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d573c93c

profiles: drop chromium mask

Signed-off-by: Stephan Hartmann  gentoo.org>

 profiles/package.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 207a0b3ee10..66d0e600269 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -376,12 +376,6 @@ net-libs/libsoup:3.0
 # https://github.com/NVIDIA/egl-wayland/issues/41
 >=gui-libs/egl-wayland-1.1.8
 
-# Stephan Hartmann  (2021-09-25)
-# Dev channel releases are only for people who
-# are developers or want more experimental features
-# and accept a more unstable release.
->=www-client/chromium-96
-
 # Bernard Cafarelli  (2021-08-26)
 # Preparing for final 5.0.0 release
 >=app-text/tesseract-5.0.0_beta



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

2021-10-21 Thread Hans de Graaff
commit: 1ff58331ac3c3bf5016b8c8b2c6d13746903be4e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 22 05:49:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 22 05:50:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff58331

dev-db/mysql-workbench: add 8.0.27

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

 dev-db/mysql-workbench/Manifest|   1 +
 .../mysql-workbench/mysql-workbench-8.0.27.ebuild  | 111 +
 2 files changed, 112 insertions(+)

diff --git a/dev-db/mysql-workbench/Manifest b/dev-db/mysql-workbench/Manifest
index 6862491e60b..45aa0fa826b 100644
--- a/dev-db/mysql-workbench/Manifest
+++ b/dev-db/mysql-workbench/Manifest
@@ -1,2 +1,3 @@
 DIST antlr-4.9.1-complete.jar 2100605 BLAKE2B 
6fcdc184900cd30e42b3e1b6f56bcccbf1d3c975edc8475b92b9c0779568148f711e9bcbb77859d8fbff2d31f362a9b562847b9b9ece03c8c4b7792341fab57e
 SHA512 
a01815324c15fbff9cb917fa2cdef85aabf34c77730913026257e92c195d11f059c73a1579ffa74616b76b5aba34fd6074b19e1de8f2f3bec1c55cd950f4947b
 DIST mysql-workbench-community-8.0.26-src.tar.gz 19282576 BLAKE2B 
4b05d42a10ad3cc88d6447ff5ed1344ac8ef75564e2b69a55f603930f3ff75cd9ac00fd82b6b7339bdbf9524a593fadc32070c6cb5f77e9eeb6ad8e24cc59e7c
 SHA512 
33b28b74b5c7d75c7b3c017cdebc48f3453d0aed2e8ebb20052e462479d0147e164d409e040ab8d1828c2209ad3bc41ab9684e91f86769bf7c1fa0ee117e888c
+DIST mysql-workbench-community-8.0.27-src.tar.gz 19282580 BLAKE2B 
53069dbf26f1ba5975a9b28cf96cae660db8654dd60e5f7cdf112db48e7d4fd41beeb74a9ff870ae38b2d651de4ed7edffec32ba3eb8914bb329ff414ec7e7d4
 SHA512 
827d7abb8e04b0ec4a730eac163b4e2b62f5cde25d7326b4cb95b5f924b1e7c5bc87b1a8ca64dbab59232f4dd042b41cb1e53b97a9484549d0d6c2b7c8a14741

diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild 
b/dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild
new file mode 100644
index 000..6ce9aed7c68
--- /dev/null
+++ b/dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GCONF_DEBUG="no"
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="sqlite"
+
+ANTLR_VERSION=4.9.1
+
+inherit gnome2 flag-o-matic python-single-r1 cmake
+
+MY_P="${PN}-community-${PV}-src"
+
+DESCRIPTION="MySQL Workbench"
+HOMEPAGE="https://www.mysql.com/products/workbench/;
+SRC_URI="https://cdn.mysql.com/Downloads/MySQLGUITools/${MY_P}.tar.gz
+   https://www.antlr.org/download/antlr-${ANTLR_VERSION}-complete.jar;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# glibc: deprecated mutex functions, removed in 2.36.0
+CDEPEND="${PYTHON_DEPS}
+   app-crypt/libsecret
+   dev-libs/glib:2
+   dev-cpp/antlr-cpp:4
+   dev-cpp/atkmm:*
+   dev-cpp/pangomm:1.4
+   >=dev-cpp/glibmm-2.14:2
+   dev-cpp/gtkmm:3.0
+   dev-libs/atk
+   >=net-libs/libssh-0.8.5[server]
+   x11-libs/pango
+   x11-libs/gtk+:3
+   gnome-base/libglade:2.0
+   >=x11-libs/cairo-1.5.12[glib,svg]
+   >=dev-libs/rapidjson-1.1.0
+   dev-libs/libsigc++:2
+   >=dev-libs/boost-1.55.0[nls]
+   >=dev-cpp/ctemplate-0.95
+   >=dev-libs/libxml2-2.6.2:2
+   dev-libs/libzip
+   dev-libs/libpcre[cxx]
+   >=sci-libs/gdal-1.11.1-r1
+   virtual/opengl
+   || ( sys-fs/e2fsprogs dev-libs/ossp-uuid )
+   dev-libs/tinyxml[stl]
+   >=dev-db/mysql-connector-c++-1.1.8 
=dev-db/mysql-connector-c++-1*
+   dev-db/vsqlite++
+   || ( dev-db/libiodbc dev-db/unixODBC )
+   dev-python/pexpect
+   >=dev-python/paramiko-1.7.4
+"
+
+RDEPEND="${CDEPEND}
+   app-admin/sudo
+   >=sys-apps/net-tools-1.60_p20120127084908"
+
+DEPEND="${CDEPEND}
+   dev-lang/swig
+   virtual/jre
+   virtual/pkgconfig"
+
+S="${WORKDIR}"/"${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-6.2.5-wbcopytables.patch"
+   "${FILESDIR}/${PN}-8.0.19-mysql-connector-8.patch"
+)
+
+src_unpack() {
+   unpack ${PN}-community-${PV}-src.tar.gz
+}
+
+src_prepare() {
+   ## remove hardcoded CXXFLAGS
+   sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die
+   ## And avoid -Werror
+   sed -i -e 's/-Werror//' CMakeLists.txt || die
+   ## Fix doc install directory
+   sed -i -e "/WB_INSTALL_DOC_DIR/ s/mysql-workbench/${P}/ ; 
/WB_INSTALL_DOC_DIR/ s/-community//" CMakeLists.txt || die
+
+   ## package is very fragile...
+   strip-flags
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   if has_version dev-db/libiodbc ; then
+   

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

2021-10-21 Thread Stephan Hartmann
commit: c5cdf0a797cb7a4b6cb9dd0097443e03e2f21774
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Oct 22 05:55:16 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Oct 22 05:55:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cdf0a7

www-client/chromium: beta channel bump to 96.0.4664.18

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

 www-client/chromium/Manifest| 2 +-
 .../{chromium-96.0.4664.9.ebuild => chromium-96.0.4664.18.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index fe49fa9ce6a..5e4532475de 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -3,4 +3,4 @@ DIST chromium-94.0.4606.81.tar.xz 1039841108 BLAKE2B 
ff7cead6f4d12e31d48458f5307
 DIST chromium-95-patchset-4.tar.xz 4308 BLAKE2B 
e91cb78d2357af8c0dfc66e4d148c5e6ef20cf9a811bcebf411e07cc5af73f30760d889842923afb2945e57b0f67330deac3f9068b6ce7c487482a6434e5c672
 SHA512 
152657e13afab3caca6a9ff6c0b51203f5bc8b0a4075a4396794d7a85caddce1b26f989c7dede5fa9a54316334099d21889e6767885fbf974260a6e9bd90df9d
 DIST chromium-95.0.4638.54.tar.xz 1213374932 BLAKE2B 
75e1017a50eb0f42c714863969414308df7ee69160271d3bcd5ba7af79c96c5eb53edd9d892f33db6c2455d0b2dfa12dadfa8cb01d4baf1f89d57fde5291783e
 SHA512 
159c8d37e8cfb5bb0e55d3d1329295dab585164b84b8c514ea80f0f68ce0b491f4c40a186a2bc108baae2341cf320dee78c654c0a038d5aeb17b5a19c7f043d9
 DIST chromium-96-patchset-4.tar.xz 4812 BLAKE2B 
5d82d212b8ec1689be6f4a7a0646256311d06c17e74ee0e5b2035c32125a5235e4b6b7605cefffa367cc53e651be17b75f5e339149b4c80dca50cd959b1623f1
 SHA512 
a72c1bb2c58e9e2912a641093c153f01ad7239dc971c7c96481ba4164204afe41741f3253e8af03070dab8276179784dc6a11761b39ad7902ed2553016778282
-DIST chromium-96.0.4664.9.tar.xz 1221461124 BLAKE2B 
4ab38eb5d3b79f5a59c2f7ca546dcfd375e5dc7580c6de415a097a003d63d6a9d505ed9223d829538ede816ca6ca6a2cbaae9213c99951697ccdb4d880b8d12e
 SHA512 
1dbc23efd8331ac7e31b0a30dff1dda646d81ebd5532a220c7933c6f03362f28406142b92b7ee09f50dbb9bd6c12f5bb4e3a6546dd245b11ecb2f006e40828f1
+DIST chromium-96.0.4664.18.tar.xz 1221703620 BLAKE2B 
b684677298f843733d7aeb28a8c5f4f3c53c16690d578e2fda08f18696e03af485d653e9edca915e5ed9677f46113d2356ae0af3c41405b288608d1e299bf554
 SHA512 
e115b0727fabac4efca1becdc9ea1c77099a52897f753c57ab37b632e57116574c93f2a4239ee2f0b79d0d4cf674411a898b7c50ab3ecc86fbd6bb24e88312fb

diff --git a/www-client/chromium/chromium-96.0.4664.9.ebuild 
b/www-client/chromium/chromium-96.0.4664.18.ebuild
similarity index 100%
rename from www-client/chromium/chromium-96.0.4664.9.ebuild
rename to www-client/chromium/chromium-96.0.4664.18.ebuild



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

2021-10-21 Thread Stephan Hartmann
commit: 80f3bc3a092565fcfce50c6a814fc3c11172b0d5
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Oct 22 05:48:31 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Oct 22 05:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f3bc3a

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

Signed-off-by: Stephan Hartmann  gentoo.org>

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 7db853b0c9f..08a630a0cd8 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_95.0.4638.54-1_amd64.deb 89066076 BLAKE2B 
6bbf1ccb224184fbc88875cc6c717dc954988915c27a15d5db20eb72f0d89a821ccb5ca07513b41fbfb7d050afe0b3b1b04eb6689c88a5c290f599ead6993010
 SHA512 
f7fe19544041c6951d3787a515ed3a9dd234868f71d3beb91731c57c2364e0189551efcb724fe46212bfc62c60af420d5b3540e72a094fd79e3106404ab3ebdf
+DIST google-chrome-beta_96.0.4664.18-1_amd64.deb 89479952 BLAKE2B 
73bb9725c0134fb376187f5cff1cad714d8f7ac5e92e12132dd94d3e89ca183a02cc77c99fecea3328ef498f1255721e5103ab8f23c792ea0fa1f18373e08a28
 SHA512 
1ad8dd87c4caf16553880e2f661ce3a792913597292ad656c0e4eafaa1532b3899f97a724190517bd4aff99353aba008754d6a84bc90402acbfbb27989c32584
 DIST google-chrome-stable_95.0.4638.54-1_amd64.deb 89046612 BLAKE2B 
b1c714490f81d034a3c34fb87a33f8db9737e555fbf795c2e7c81d570ff814049488f50fbb94ed8691cc50282b1c06546c8228143ae59f020075061061dda49a
 SHA512 
eeaa1aa3787310640de72d8f6606a4d654f47138143de091e43208e13f10ae4115c5c0588cef11e49073bbf6f86646d8babc3a463e35714c64be5c61852382a6
 DIST google-chrome-unstable_96.0.4664.18-1_amd64.deb 89505028 BLAKE2B 
a8249d56b10ecd8c442548a54e875fabfa5f628757689e5a5bc9e89dcab182dca661f57ee029d2583836b52c8ac7a630e2fac8aa416f6b41ef34c523820aae5f
 SHA512 
94aec9a2146593bc49b49b10bbd8f13a9b7d6e27fad891eb36bb45a7f0af09fa777b2d3a6d2a7497aec3a95734c896842d5d26cfe50f6c349057fa7f47171c4e

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



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

2021-10-21 Thread Stephan Hartmann
commit: ea63c5a931b8ca817b99b7e5901e2f80c8e6c947
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Oct 22 05:48:43 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Oct 22 05:52:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea63c5a9

www-client/google-chrome-unstable: automated update (97.0.4676.0)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...le-96.0.4664.18.ebuild => google-chrome-unstable-97.0.4676.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 95d4c2485a5..4334e2c1c0c 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_96.0.4664.18-1_amd64.deb 89505028 BLAKE2B 
a8249d56b10ecd8c442548a54e875fabfa5f628757689e5a5bc9e89dcab182dca661f57ee029d2583836b52c8ac7a630e2fac8aa416f6b41ef34c523820aae5f
 SHA512 
94aec9a2146593bc49b49b10bbd8f13a9b7d6e27fad891eb36bb45a7f0af09fa777b2d3a6d2a7497aec3a95734c896842d5d26cfe50f6c349057fa7f47171c4e
+DIST google-chrome-unstable_97.0.4676.0-1_amd64.deb 89168844 BLAKE2B 
c3ee7a480e6d7ed15c0dc7d006e9d431c90195dc8ea0dc8d21494d26488c203709654b20e8e7c5543df571b30c21df048ae48be3e42957418a338ce62fb6d4e7
 SHA512 
2ff164f8cd64c346fb6c27da5ab42be47685cca9db47a00baa12943b42650d602f5b2fef3ea3bd40b814a4c97c9c1f316bce9a4d934aa1545a9a299ab1a9ded8

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-96.0.4664.18.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-97.0.4676.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-96.0.4664.18.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-97.0.4676.0.ebuild



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

2021-10-21 Thread Zac Medico
commit: 797e48fc572e31870215cba1559198909ad363f3
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Oct 22 05:41:09 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct 22 05:44:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797e48fc

app-text/calibre: remove 5.16.1-r1 sipv4 conditional

The ebuild explicitly requires sipv4 via DEPEND, and
therefore the conditional is inappropriate.

Bug: https://bugs.gentoo.org/793986#c29
Reported-by: Eli Schwartz  archlinux.org>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/calibre-5.16.1-r1.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/app-text/calibre/calibre-5.16.1-r1.ebuild 
b/app-text/calibre/calibre-5.16.1-r1.ebuild
index 023d6a32a35..32b84b85f21 100644
--- a/app-text/calibre/calibre-5.16.1-r1.ebuild
+++ b/app-text/calibre/calibre-5.16.1-r1.ebuild
@@ -124,12 +124,8 @@ src_prepare() {
eapply \
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
"${FILESDIR}/${PN}-disable_plugins.patch" \
-   "${FILESDIR}/${P}-zeroconf.patch"
-
-   if ! has_version ">=dev-python/sip-5"; then
-   einfo "Applying SIP v4 patch because SIP v5 was not detected"
-   eapply "${WORKDIR}/${PN}-5.16.0-SIP-v4.patch"
-   fi
+   "${FILESDIR}/${P}-zeroconf.patch" \
+   "${WORKDIR}/${PN}-5.16.0-SIP-v4.patch"
 
eapply_user
 



[gentoo-commits] proj/sandbox:master commit in: tests/

2021-10-21 Thread Mike Frysinger
commit: 9cdd208c660ac8c01f43bbcffaf9c786c31be59b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct 22 04:53:43 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct 22 04:53:43 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=9cdd208c

tests: add missing xattr-0 program

Needed for new xattr tests.

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

 tests/xattr-0 | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/tests/xattr-0 b/tests/xattr-0
new file mode 100755
index 000..5504443
--- /dev/null
+++ b/tests/xattr-0
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Make sure the filesystem supports xattrs.
+file=".test.xattrs"
+touch "${file}"
+setxattr-0 0 "${file}" user.sandbox test 4 0 && ret=0 || ret=77
+rm -f "${file}"
+exit "${ret}"



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

2021-10-21 Thread Arthur Zamarin
commit: 0b337895a933dfaeaef09e3ae6fb5c189808ab67
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 22 04:44:53 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 22 04:45:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b337895

dev-python/jsmin: drop 2.2.2

Closes: https://bugs.gentoo.org/813840
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsmin/Manifest   |  1 -
 dev-python/jsmin/jsmin-2.2.2.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/jsmin/Manifest b/dev-python/jsmin/Manifest
index d3064141947..af1afdf8544 100644
--- a/dev-python/jsmin/Manifest
+++ b/dev-python/jsmin/Manifest
@@ -1,2 +1 @@
-DIST jsmin-2.2.2.tar.gz 12705 BLAKE2B 
ff14d28c753443c4a17e19b7205b739d5a177eeb8074e4b16c7ae7e5f816758e1f54e07ceddf90dde70cc2752f9dadee0dc71754b2de3343256f3b1695187bba
 SHA512 
e4fea940d7b5e1c0d7dacad70d90a242a8ba178423c886eb60ed7a36b1fba9ca67b5118f26e9a96058b86d3f612d40a21e62cdccd5858a2012a8f222fad3277d
 DIST jsmin-3.0.0.tar.gz 11519 BLAKE2B 
192a3c8e325e9c3f56b39be983272a7f5d0c6e241bfff41ce3b064cfb60541d150041ee58e7c033b0afb56252573c3a6f10ff6e74658a9e7647e06672308c86f
 SHA512 
46c42d1306fbda1d37324b514650e1ede50db40219dcb54b9b845bc91c23eeb865b2fcfec70cb44ade61439d1c4f96d35bfb15279ec25e0e39ab6023ef58c4cf

diff --git a/dev-python/jsmin/jsmin-2.2.2.ebuild 
b/dev-python/jsmin/jsmin-2.2.2.ebuild
deleted file mode 100644
index 51ecae51524..000
--- a/dev-python/jsmin/jsmin-2.2.2.ebuild
+++ /dev/null
@@ -1,22 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="JavaScript minifier"
-HOMEPAGE="https://pypi.org/project/jsmin/ https://github.com/tikitu/jsmin/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="

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

2021-10-21 Thread Matt Turner
commit: cfcbe672354e8ad169e37a0dae2cf925891814bc
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 22 04:31:13 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 22 04:32:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcbe672

x11-misc/xkeyboard-config: Add Python 3.10 compatibility

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

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

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-.ebuild
index 268d593d98c..9e1a13130f3 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit meson python-any-r1
 
 DESCRIPTION="X keyboard configuration database"



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

2021-10-21 Thread Matt Turner
commit: bddd48663ff976fa8a2bd74a2c91a38c3e1e2ffa
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 22 04:02:14 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 22 04:32:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddd4866

x11-base/xwayland: Drop old versions

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

 x11-base/xwayland/Manifest   |  2 -
 x11-base/xwayland/xwayland-21.1.1-r2.ebuild  | 84 ---
 x11-base/xwayland/xwayland-21.1.1.901.ebuild | 86 
 x11-base/xwayland/xwayland-21.1.2.ebuild | 86 
 4 files changed, 258 deletions(-)

diff --git a/x11-base/xwayland/Manifest b/x11-base/xwayland/Manifest
index 9f7c291d799..e86ac48357e 100644
--- a/x11-base/xwayland/Manifest
+++ b/x11-base/xwayland/Manifest
@@ -1,4 +1,2 @@
-DIST xwayland-21.1.1.901.tar.xz 1258684 BLAKE2B 
e689f9342bc1e3ccdd0807dc3e47d04e34b9d728698848c155cb489a02002ef8120cad1322db9d6fe955d275fc6c0835bbc76d61d4a2aa26118bb267c16e7717
 SHA512 
60dec3875e8ea60f8fc53eea0ebcb55c948cf5eeb40b30f6d5e13d8c7b48d0aabd035884ae108fce0b03ca5da592d1b0e395a9c5198c1204e8407ec119d9bbee
-DIST xwayland-21.1.1.tar.xz 1257776 BLAKE2B 
181aca3d3fad3759eb726c6f6141912d588a85bae214f9d395450b6945ee845d28c7a8580e6aaa5f3538d06083312391d24267e6b239bfc533526a1bd7a56f0a
 SHA512 
0cb03d796af183f9fde14c30ef45d94ef466ac4ba3d85dda34e74f91dd94bb75d0c8a867ecb7bda7ea61d98c70a4f73bc98c5a205ea5f69a0e222cd780d263d8
 DIST xwayland-21.1.2.901.tar.xz 1261656 BLAKE2B 
76710f02d50506d3a41d33065b23b8bd43ef6ab6abb69f359d12174dd8a9fc2d90e1125f093701c560f6de77ad52fda6d76fdabbfe9df6028194a6ae73f82c91
 SHA512 
94ffb4f1d107db7c78aa01048ccc984882cd290bc67c8dc6d83ee158c65d8ad58974b71881136301b1b43077abe0aeb6b37780a5c69edf502ca714b8b8d75b1c
 DIST xwayland-21.1.2.tar.xz 1258732 BLAKE2B 
1a797e4dedee4f47ada968d4a06c89da2fac64bbfa587e84f01d5b0aa7da23402b70369a274a672470e6d8df0645fd117d129d1f2049b25394d825a9eed3e451
 SHA512 
3bd595a563cbc44b49a00c85adabdbcddf02fd55c6500ed2711557c156f10cd273af93f7b232865141ad27392a85583e40268bcedad183ad9eeefba457cef6c6

diff --git a/x11-base/xwayland/xwayland-21.1.1-r2.ebuild 
b/x11-base/xwayland/xwayland-21.1.1-r2.ebuild
deleted file mode 100644
index 06ad6c677a3..000
--- a/x11-base/xwayland/xwayland-21.1.1-r2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Standalone X server running under Wayland"
-HOMEPAGE="https://wayland.freedesktop.org/xserver.html;
-SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz;
-
-IUSE="rpc unwind ipv6 xcsecurity selinux"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
-   >=x11-libs/pixman-0.27.2
-   dev-libs/libbsd
-   >=x11-libs/libXfont2-2.0.1
-   dev-libs/openssl:=
-   dev-libs/wayland
-   >=x11-libs/libXdmcp-1.0.2
-   >=x11-libs/libdrm-2.4.89
-   >=media-libs/libepoxy-1.5.4[X,egl(+)]
-   >=media-libs/mesa-18[X(+),egl,gbm]
-   >=x11-libs/libxshmfence-1.1
-   rpc? ( net-libs/libtirpc )
-   >=x11-libs/libXau-1.0.4
-   media-libs/libglvnd[X]
-   unwind? ( sys-libs/libunwind )
-   >=dev-libs/wayland-protocols-1.18
-   media-fonts/font-util
-   x11-libs/libxkbfile
-   >=x11-libs/xtrans-1.3.5
-   x11-base/xorg-proto
-   >=x11-misc/xkeyboard-config-2.4.1-r3
-"
-
-RDEPEND="
-   ${DEPEND}
-   !<=x11-base/xorg-server-1.20.11
-   selinux? ( sec-policy/selinux-xserver )
-"
-BDEPEND="
-   sys-devel/flex
-   dev-util/wayland-scanner
-"
-
-PATCHES=(
-   "${FILESDIR}"/xwayland-drop-redundantly-installed-files.patch
-)
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use rpc secure-rpc)
-   $(meson_use unwind libunwind)
-   $(meson_use ipv6)
-   $(meson_use xcsecurity)
-   $(meson_use selinux xselinux)
-   -Dsha1=libcrypto
-   -Ddpms=true
-   -Ddri3=true
-   -Dglamor=true
-   -Dglx=true
-   -Dscreensaver=true
-   -Dxace=true
-   -Dxdmcp=true
-   -Dxinerama=true
-   -Dxv=true
-   -Dxvfb=true
-   -Dxwayland-path="${EPREFIX}"/usr/libexec
-   -Ddtrace=false
-   )
-
-   meson_src_configure
-}
-
-src_install() {
-   dosym ../libexec/Xwayland /usr/bin/Xwayland
-
-   meson_src_install
-}

diff --git a/x11-base/xwayland/xwayland-21.1.1.901.ebuild 
b/x11-base/xwayland/xwayland-21.1.1.901.ebuild
deleted file mode 100644
index ad2989c660e..000
--- a/x11-base/xwayland/xwayland-21.1.1.901.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of 

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

2021-10-21 Thread Matt Turner
commit: 8aae9eabf08d0048ce72f1d1ced12f3e7223f755
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 22 03:37:13 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 22 04:32:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aae9eab

x11-base/xwayland: Version bump to 21.1.2.901

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

 x11-base/xwayland/Manifest   |  1 +
 x11-base/xwayland/xwayland-21.1.2.901.ebuild | 87 
 2 files changed, 88 insertions(+)

diff --git a/x11-base/xwayland/Manifest b/x11-base/xwayland/Manifest
index b7490995c87..9f7c291d799 100644
--- a/x11-base/xwayland/Manifest
+++ b/x11-base/xwayland/Manifest
@@ -1,3 +1,4 @@
 DIST xwayland-21.1.1.901.tar.xz 1258684 BLAKE2B 
e689f9342bc1e3ccdd0807dc3e47d04e34b9d728698848c155cb489a02002ef8120cad1322db9d6fe955d275fc6c0835bbc76d61d4a2aa26118bb267c16e7717
 SHA512 
60dec3875e8ea60f8fc53eea0ebcb55c948cf5eeb40b30f6d5e13d8c7b48d0aabd035884ae108fce0b03ca5da592d1b0e395a9c5198c1204e8407ec119d9bbee
 DIST xwayland-21.1.1.tar.xz 1257776 BLAKE2B 
181aca3d3fad3759eb726c6f6141912d588a85bae214f9d395450b6945ee845d28c7a8580e6aaa5f3538d06083312391d24267e6b239bfc533526a1bd7a56f0a
 SHA512 
0cb03d796af183f9fde14c30ef45d94ef466ac4ba3d85dda34e74f91dd94bb75d0c8a867ecb7bda7ea61d98c70a4f73bc98c5a205ea5f69a0e222cd780d263d8
+DIST xwayland-21.1.2.901.tar.xz 1261656 BLAKE2B 
76710f02d50506d3a41d33065b23b8bd43ef6ab6abb69f359d12174dd8a9fc2d90e1125f093701c560f6de77ad52fda6d76fdabbfe9df6028194a6ae73f82c91
 SHA512 
94ffb4f1d107db7c78aa01048ccc984882cd290bc67c8dc6d83ee158c65d8ad58974b71881136301b1b43077abe0aeb6b37780a5c69edf502ca714b8b8d75b1c
 DIST xwayland-21.1.2.tar.xz 1258732 BLAKE2B 
1a797e4dedee4f47ada968d4a06c89da2fac64bbfa587e84f01d5b0aa7da23402b70369a274a672470e6d8df0645fd117d129d1f2049b25394d825a9eed3e451
 SHA512 
3bd595a563cbc44b49a00c85adabdbcddf02fd55c6500ed2711557c156f10cd273af93f7b232865141ad27392a85583e40268bcedad183ad9eeefba457cef6c6

diff --git a/x11-base/xwayland/xwayland-21.1.2.901.ebuild 
b/x11-base/xwayland/xwayland-21.1.2.901.ebuild
new file mode 100644
index 000..f95f884f71b
--- /dev/null
+++ b/x11-base/xwayland/xwayland-21.1.2.901.ebuild
@@ -0,0 +1,87 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Standalone X server running under Wayland"
+HOMEPAGE="https://wayland.freedesktop.org/xserver.html;
+SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz;
+
+IUSE="rpc unwind ipv6 xcsecurity selinux video_cards_nvidia"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+   >=x11-libs/pixman-0.27.2
+   dev-libs/libbsd
+   >=x11-libs/libXfont2-2.0.1
+   dev-libs/openssl:=
+   dev-libs/wayland
+   video_cards_nvidia? ( gui-libs/egl-wayland )
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libdrm-2.4.89
+   >=media-libs/libepoxy-1.5.4[X,egl(+)]
+   >=media-libs/mesa-21.1[X(+),egl(+),gbm(+)]
+   >=x11-libs/libxshmfence-1.1
+   rpc? ( net-libs/libtirpc )
+   >=x11-libs/libXau-1.0.4
+   media-libs/libglvnd[X]
+   unwind? ( sys-libs/libunwind )
+   >=dev-libs/wayland-protocols-1.18
+   media-fonts/font-util
+   x11-libs/libxkbfile
+   >=x11-libs/xtrans-1.3.5
+   x11-base/xorg-proto
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+"
+
+RDEPEND="
+   ${DEPEND}
+   x11-apps/xkbcomp
+   !<=x11-base/xorg-server-1.20.11
+   selinux? ( sec-policy/selinux-xserver )
+"
+BDEPEND="
+   sys-devel/flex
+   dev-util/wayland-scanner
+"
+
+PATCHES=(
+   "${FILESDIR}"/xwayland-drop-redundantly-installed-files.patch
+)
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use rpc secure-rpc)
+   $(meson_use unwind libunwind)
+   $(meson_use ipv6)
+   $(meson_use xcsecurity)
+   $(meson_use selinux xselinux)
+   $(meson_use video_cards_nvidia xwayland_eglstream)
+   -Dsha1=libcrypto
+   -Ddpms=true
+   -Ddri3=true
+   -Dglamor=true
+   -Dglx=true
+   -Dscreensaver=true
+   -Dxace=true
+   -Dxdmcp=true
+   -Dxinerama=true
+   -Dxv=true
+   -Dxvfb=true
+   -Dxwayland-path="${EPREFIX}"/usr/bin
+   -Ddtrace=false
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   dosym ../bin/Xwayland /usr/libexec/Xwayland
+
+   meson_src_install
+}



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

2021-10-21 Thread Matt Turner
commit: d7a1136bdd39852721c4862e947451bcee5c0968
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 22 03:15:58 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 22 04:32:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a1136b

x11-misc/xkeyboard-config: Version bump to 2.34

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

 x11-misc/xkeyboard-config/Manifest |  1 +
 .../xkeyboard-config/xkeyboard-config-2.34.ebuild  | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/xkeyboard-config/Manifest 
b/x11-misc/xkeyboard-config/Manifest
index 96a3c0e6068..cf3f9dce3b7 100644
--- a/x11-misc/xkeyboard-config/Manifest
+++ b/x11-misc/xkeyboard-config/Manifest
@@ -1,2 +1,3 @@
 DIST xkeyboard-config-2.32.tar.bz2 1742570 BLAKE2B 
98374e1bbbeaf24268754df8f050c663f8d07cec770c8bb86cb11bc434f6463acc9221b75b8f5dec79c8e47ac9e77deeb919a8bd3377ba712aac1fe1ce64ccc8
 SHA512 
c082a86efcf69ab50454875686b9b4c388cf48002de3728331de3c09c1349a38c9b9ad8ecace2215061c0c775e59c3dd230fffe3f24db63790aa71dc8eff8dea
 DIST xkeyboard-config-2.33.tar.bz2 1755990 BLAKE2B 
63d5d789609711fb92acc69319efc64337cf512b3a47d3b8d24a9afbc5c57e45d6c1a7f4a283ae274b6534bb6667964248ef8dd320a24861a50580bfe2a29350
 SHA512 
084f79350d5dc7f9ebd5b5333d386459b0ab587f6cec27ee2d8d5c3a56b08993f9fafb9d893307f4d43cfeaf2e225c5295ad6297ae8287c68efc48a82638feb1
+DIST xkeyboard-config-2.34.tar.bz2 1763558 BLAKE2B 
4417ab66f476de9914113296437b6a1b558c57561169353f533695bbe95831e73045c87bb3a072d1e3c103d2f69aedc3a73e5290c90ecaa8a131419d0d8ca3aa
 SHA512 
cf3bdb658349b2db9db44ea1a0f7060b890b95520319101d83ba5aefeb0b1e2fd578b6f72a90758438f04bffbe7536cf112b76297fd47c95e02029fd203c51fb

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild
new file mode 100644
index 000..9e1a13130f3
--- /dev/null
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.34.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+inherit meson python-any-r1
+
+DESCRIPTION="X keyboard configuration database"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config;
+
+if [[ ${PV} ==  ]]; then
+   
EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git;
+   inherit git-r3
+else
+   SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxslt
+   sys-devel/gettext
+"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dxkb-base="${EPREFIX}/usr/share/X11/xkb"
+   -Dcompat-rules=true
+   )
+   meson_src_configure
+}



[gentoo-commits] proj/sandbox:master commit in: libsandbox/

2021-10-21 Thread Mike Frysinger
commit: 60cff8d682fe7816ca0656d4da27e630855287e7
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct 22 04:18:15 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct 22 04:19:44 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=60cff8d6

libsandbox: drop old *.py[co] hack #775416

With our eclasses & python frameworks responsible for generating
these files now, we should be able to reject write attempts to these
again.  Lets turn it back on and see what blows up.

Bug: http://bugs.gentoo.org/256953
Closes: https://bugs.gentoo.org/775416
Signed-off-by: Mike Frysinger  gentoo.org>

 libsandbox/libsandbox.c | 14 --
 1 file changed, 14 deletions(-)

diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c
index beaf305..4e92cbe 100644
--- a/libsandbox/libsandbox.c
+++ b/libsandbox/libsandbox.c
@@ -868,20 +868,6 @@ static int check_access(sbcontext_t *sbcontext, int sb_nr, 
const char *func,
goto out;
}
 
-   /* A very common bug (apparently) is for .py[co] files to fall 
out
-* of sync with their .py source files.  Rather than trigger a 
hard
-* failure, let's just whine about it.  Once python itself gets
-* sorted out, we can drop this #256953.
-*/
-   size_t len = strlen(resolv_path);
-   if (len > 4) {
-   const char *py = resolv_path + len - 4;
-   if (!strcmp(py, ".pyc") || !strcmp(py, ".pyo")) {
-   sbcontext->show_access_violation = false;
-   goto out;
-   }
-   }
-
/* If we are here, and still no joy, and its the access() call,
 * do not log it, but just return -1 */
if (sb_nr == SB_NR_ACCESS_WR) {



[gentoo-commits] proj/sandbox:master commit in: tests/

2021-10-21 Thread Mike Frysinger
commit: be55fcb37786f6d29ac3db0c9c98bad5b1de5d94
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct 22 02:38:12 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct 22 04:15:04 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=be55fcb3

libsandbox: add renameat2 wrapper

It's basically renameat at this point as we don't care about the flags.

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

 tests/renameat2-2.sh | 12 
 tests/renameat2-3.sh | 11 +++
 2 files changed, 23 insertions(+)

diff --git a/tests/renameat2-2.sh b/tests/renameat2-2.sh
new file mode 100755
index 000..420b36d
--- /dev/null
+++ b/tests/renameat2-2.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+# make sure we can clobber symlinks #612202
+
+addwrite $PWD
+
+ln -s /asdf sym || exit 1
+touch file
+renameat2-0 0 AT_FDCWD file AT_FDCWD sym || exit 1
+[ ! -e file ]
+[ ! -L sym ]
+[ -e sym ]
+test ! -s "${SANDBOX_LOG}"

diff --git a/tests/renameat2-3.sh b/tests/renameat2-3.sh
new file mode 100755
index 000..ca945a5
--- /dev/null
+++ b/tests/renameat2-3.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+# make sure we reject bad renames #612202
+
+addwrite $PWD
+mkdir deny
+adddeny $PWD/deny
+
+touch file
+renameat2-0 -1,EACCES AT_FDCWD file AT_FDCWD deny/file || exit 1
+[ -e file ]
+test -s "${SANDBOX_LOG}"



[gentoo-commits] proj/sandbox:master commit in: libsandbox/wrapper-funcs/, tests/, /, libsandbox/

2021-10-21 Thread Mike Frysinger
commit: 701486a499631955c150344559762ac301147833
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct 22 03:20:21 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct 22 04:15:04 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=701486a4

libsandbox: add xattr wrappers #672566

These modify the filesystem, so don't let them do their business.

Fixes: https://bugs.gentoo.org/672566
Signed-off-by: Mike Frysinger  gentoo.org>

 configure.ac|  5 +
 headers.h   |  3 +++
 libsandbox/libsandbox.c | 24 +++-
 libsandbox/symbols.h.in |  4 
 libsandbox/wrapper-funcs/lremovexattr.c | 11 +++
 libsandbox/wrapper-funcs/lsetxattr.c| 11 +++
 libsandbox/wrapper-funcs/removexattr.c  | 11 +++
 libsandbox/wrapper-funcs/setxattr.c | 11 +++
 tests/Makefile.am   |  4 
 tests/lremovexattr-0.c  | 15 +++
 tests/lsetxattr-0.c | 24 
 tests/removexattr-0.c   | 15 +++
 tests/removexattr-1.sh  | 13 +
 tests/removexattr.at|  1 +
 tests/setxattr-0.c  | 24 
 tests/setxattr-1.sh | 13 +
 tests/setxattr.at   |  1 +
 tests/tests.h   |  1 +
 18 files changed, 182 insertions(+), 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index e16892f..96c602f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,6 +143,7 @@ AC_CHECK_HEADERS_ONCE(m4_flatten([
sys/uio.h
sys/user.h
sys/wait.h
+   sys/xattr.h
asm/ptrace.h
linux/ptrace.h
 ]))
@@ -185,6 +186,8 @@ AC_CHECK_FUNCS_ONCE(m4_flatten([
getcwd
lchown
linkat
+   lremovexattr
+   lsetxattr
lutimes
memmove
memcpy
@@ -210,10 +213,12 @@ AC_CHECK_FUNCS_ONCE(m4_flatten([
ptrace
realpath
remove
+   removexattr
renameat
renameat2
rmdir
setenv
+   setxattr
strcasecmp
strchr
strdup

diff --git a/headers.h b/headers.h
index 13e005a..605413e 100644
--- a/headers.h
+++ b/headers.h
@@ -143,6 +143,9 @@
 #ifdef HAVE_SYS_WAIT_H
 # include 
 #endif
+#ifdef HAVE_SYS_XATTR_H
+# include 
+#endif
 
 #ifdef __ia64__ /* what a pos */
 # define ia64_fpreg FU_ia64_fpreg

diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c
index c00c92c..beaf305 100644
--- a/libsandbox/libsandbox.c
+++ b/libsandbox/libsandbox.c
@@ -676,15 +676,17 @@ static bool symlink_func(int sb_nr, int flags, const char 
*abs_path)
struct stat st;
 
/* These funcs always operate on symlinks */
-   if (!(sb_nr == SB_NR_UNLINK   ||
- sb_nr == SB_NR_UNLINKAT ||
- sb_nr == SB_NR_LCHOWN   ||
- sb_nr == SB_NR_REMOVE   ||
- sb_nr == SB_NR_RENAME   ||
- sb_nr == SB_NR_RENAMEAT ||
- sb_nr == SB_NR_RENAMEAT2||
- sb_nr == SB_NR_RMDIR||
- sb_nr == SB_NR_SYMLINK  ||
+   if (!(sb_nr == SB_NR_UNLINK   ||
+ sb_nr == SB_NR_UNLINKAT ||
+ sb_nr == SB_NR_LCHOWN   ||
+ sb_nr == SB_NR_LREMOVEXATTR ||
+ sb_nr == SB_NR_LSETXATTR||
+ sb_nr == SB_NR_REMOVE   ||
+ sb_nr == SB_NR_RENAME   ||
+ sb_nr == SB_NR_RENAMEAT ||
+ sb_nr == SB_NR_RENAMEAT2||
+ sb_nr == SB_NR_RMDIR||
+ sb_nr == SB_NR_SYMLINK  ||
  sb_nr == SB_NR_SYMLINKAT))
{
/* These funcs sometimes operate on symlinks */
@@ -776,6 +778,8 @@ static int check_access(sbcontext_t *sbcontext, int sb_nr, 
const char *func,
sb_nr == SB_NR_LCHOWN  ||
sb_nr == SB_NR_LINK||
sb_nr == SB_NR_LINKAT  ||
+   sb_nr == SB_NR_LREMOVEXATTR||
+   sb_nr == SB_NR_LSETXATTR   ||
sb_nr == SB_NR_LUTIMES ||
sb_nr == SB_NR_MKDIR   ||
sb_nr == SB_NR_MKDIRAT ||
@@ -794,10 +798,12 @@ static int check_access(sbcontext_t *sbcontext, int 
sb_nr, const char *func,
sb_nr == SB_NR_MKSTEMPS64  ||
sb_nr == SB_NR_OPEN_WR ||
sb_nr == SB_NR_REMOVE  ||
+   sb_nr == SB_NR_REMOVEXATTR ||
sb_nr == SB_NR_RENAME  ||
sb_nr == SB_NR_RENAMEAT||
sb_nr == SB_NR_RENAMEAT2   ||
sb_nr == SB_NR_RMDIR   ||
+   sb_nr == SB_NR_SETXATTR||
sb_nr == SB_NR_SYMLINK ||
sb_nr == SB_NR_SYMLINKAT   ||
sb_nr == SB_NR_TRUNCATE||

diff --git a/libsandbox/symbols.h.in b/libsandbox/symbols.h.in
index 

[gentoo-commits] proj/sandbox:master commit in: libsandbox/

2021-10-21 Thread Mike Frysinger
commit: 511e721d08b415464ed6712efb67af24baa9d04f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct 22 04:10:32 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct 22 04:15:04 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=511e721d

libsandbox: use wide readelf output

Newer versions of binutils will truncate symbol output weirdly unless
the --wide option is used.  This manifests itself as libsandbox not
including symbols when their name and symbol version is too long.
The new removexattr symbol tests were failing because of this, but
it seems the others were either not too long, or we didn't have any
test coverage for them (oops).

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

 libsandbox/local.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libsandbox/local.mk b/libsandbox/local.mk
index 58e597a..86a7d44 100644
--- a/libsandbox/local.mk
+++ b/libsandbox/local.mk
@@ -58,11 +58,11 @@ SB_AWK = LC_ALL=C $(AWK) -v SYMBOLS_LIST="$(SYMBOLS_LIST)" 
-v srcdir="$(top_srcd
 
 %D%/libsandbox.map: $(SYMBOLS_FILE) $(GEN_VERSION_MAP_SCRIPT)
@$(MKDIR_P) %D%
-   $(AM_V_GEN)$(READELF) -s $(LIBC_PATH) | $(SB_AWK) 
$(GEN_VERSION_MAP_SCRIPT) > $@
+   $(AM_V_GEN)$(READELF) -sW $(LIBC_PATH) | $(SB_AWK) 
$(GEN_VERSION_MAP_SCRIPT) > $@
 
 %D%/symbols.h: $(SYMBOLS_FILE) $(GEN_HEADER_SCRIPT)
@$(MKDIR_P) %D%
-   $(AM_V_GEN)$(READELF) -s $(LIBC_PATH) | $(SB_AWK) $(GEN_HEADER_SCRIPT) 
> $@
+   $(AM_V_GEN)$(READELF) -sW $(LIBC_PATH) | $(SB_AWK) $(GEN_HEADER_SCRIPT) 
> $@
 
 SB_NR_FILE = %D%/sb_nr.h.in
 %D%/sb_nr.h: %D%/symbols.h $(SB_NR_FILE)



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/, net-analyzer/hydra/files/

2021-10-21 Thread Sam James
commit: 0a6dddca771421a50134b6a27ba0122f3fe25d83
Author: EmilienMottet  grenoble-inp  org>
AuthorDate: Thu Oct 21 08:11:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 22 03:47:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6dddca

net-analyzer/hydra: update live ebuild

- Use README instead of README.md in dodoc
- Update patch for matching new configure

Closes: https://bugs.gentoo.org/818988
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Emilien Mottet  grenoble-inp.org>
Closes: https://github.com/gentoo/gentoo/pull/22653
Signed-off-by: Sam James  gentoo.org>

 .../files/hydra-999-respect-cflags-more.patch  | 31 ++
 net-analyzer/hydra/hydra-999.ebuild|  4 +--
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/hydra/files/hydra-999-respect-cflags-more.patch 
b/net-analyzer/hydra/files/hydra-999-respect-cflags-more.patch
new file mode 100644
index 000..0fe5753ec8a
--- /dev/null
+++ b/net-analyzer/hydra/files/hydra-999-respect-cflags-more.patch
@@ -0,0 +1,31 @@
+Don't inject hardening CFLAGS. We already have these by default in Gentoo.
+--- a/configure
 b/configure
+@@ -1380,27 +1380,6 @@ if [ -n "$CRYPTO_PATH" ]; then
+   echo "  ... RSA_generate_key()$RSA found"
+ fi
+
+-echo "Checking for secure compile option support in $CC ..."
+-GCCSEC="no"
+-LDSEC="no"
+-GCCSECOPT="-fstack-protector-all --param ssp-buffer-size=4 
-D_FORTIFY_SOURCE=2"
+-echo '#include ' > $TMPC.c
+-echo 'int main() { printf(""); return 0; }' >> $TMPC.c
+-$CC -pie -fPIE $GCCSEPOPT -o $TMPC $TMPC.c > /dev/null 2> $TMPC.c.err
+-test -x $TMPC && GCCSEC="yes"
+-grep -q fPI $TMPC.c.err || GCCSECOPT="-pie -fPIE $GCCSECOPT"
+-rm -f "$TMPC"
+-$CC $GCCSECOPT -Wl,-z,now -Wl,-z,relro -o $TMPC $TMPC.c > /dev/null 2> 
$TMPC.c.err
+-test -x $TMPC && { LDSEC="yes" ; GCCSECOPT="$GCCSECOPT -Wl,-z,now 
-Wl,-z,relro" ; }
+-rm -f $TMPC $TMPC.c $TMPC.c.err
+-echo "  Compiling... $GCCSEC"
+-echo "  Linking... $LDSEC"
+-
+-echo "Checking for --allow-multiple-definition linker option ... $WALLOW"
+-if [ "$WALLOW" = "yes" ]; then
+-  GCCSECOPT="$GCCSECOPT -Wl,--allow-multiple-definition"
+-fi
+-
+ echo
+ XDEFINES=""
+ XLIBS=""
\ No newline at end of file

diff --git a/net-analyzer/hydra/hydra-999.ebuild 
b/net-analyzer/hydra/hydra-999.ebuild
index 170b7b81086..4597ee4cb58 100644
--- a/net-analyzer/hydra/hydra-999.ebuild
+++ b/net-analyzer/hydra/hydra-999.ebuild
@@ -43,7 +43,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-9.2-respect-cflags-more.patch
+   "${FILESDIR}"/${PN}-999-respect-cflags-more.patch
 )
 
 src_prepare() {
@@ -117,5 +117,5 @@ src_compile() {
 src_install() {
dobin hydra pw-inspector
use gtk && dobin hydra-gtk/src/xhydra
-   dodoc CHANGES README.md
+   dodoc CHANGES README
 }



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

2021-10-21 Thread Davide Pesavento
commit: 54bc600f99886dbc2c10dbfab1917bd464d01908
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Oct 22 03:10:40 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Oct 22 03:10:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bc600f

dev-python/PyQtWebEngine: remove obsolete snapshot

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

 dev-python/PyQtWebEngine/Manifest  |  1 -
 .../PyQtWebEngine-5.15.5_pre2108100905.ebuild  | 76 --
 2 files changed, 77 deletions(-)

diff --git a/dev-python/PyQtWebEngine/Manifest 
b/dev-python/PyQtWebEngine/Manifest
index 39b6be5766b..8ec2d4ebdc6 100644
--- a/dev-python/PyQtWebEngine/Manifest
+++ b/dev-python/PyQtWebEngine/Manifest
@@ -1,3 +1,2 @@
 DIST PyQtWebEngine-5.15.4.tar.gz 49022 BLAKE2B 
0ac0b3424f22aabbfd733f2a876e502f133c81f639fbd87a4c7509865635b29d4bd3596ccc151b0919a28eff0015913c4fae1a831dbe774fe2d2aeee732e469b
 SHA512 
25cf8578ffae8adbc1dd8d914921b4edf91f19fcf983c9c83c9c8934b4e918ba27bd34a6b9c8252773ec32e6f1f13a06f22cf7d7326a5aceaa91530ea4ee047e
-DIST PyQtWebEngine-5.15.5.dev2108100905.tar.gz 49043 BLAKE2B 
01b75db0d9fa973ccd0a85f9336e16b7c1fb2a303a0d004d247f91744dc642edb836597877fce6c4f038afa6f87ba066eeaca1e3d467bc15689dbe82e8a9809e
 SHA512 
1ea407832f062dc9b9a6c6312feb4c8f3553b55972e5a32c70c9d1c278918d32934791d60c022a56ab507b6215d5f78e1b4244b9fffa3256aad1f5f4afebd47a
 DIST PyQtWebEngine-5.15.5.tar.gz 48610 BLAKE2B 
ea266c09965a6ee62e33d3970b145068271c9e1eb87839782e0100b5db2e90a0c002fc4d6f3d22ef9a5cb8c42a067bb45008b0392a0d8557bc6c5c9d77e6b75a
 SHA512 
20eecd479ea757e3bf9855c7dafe0bbbc0cbc61be26509605a5c9a8026e54bb6e362069ecf4be74733dcf6eec154f6ed13933e334e4455b080e687abfd2659fa

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.5_pre2108100905.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.5_pre2108100905.ebuild
deleted file mode 100644
index ab576366582..000
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.5_pre2108100905.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QtWebEngine"
-HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/ 
https://pypi.org/project/PyQtWebEngine/;
-
-MY_P=${PN}-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-DEPEND="${PYTHON_DEPS}
-   
>=dev-python/PyQt5-5.15.5_pre2107091435[gui,network,printsupport,webchannel,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwebengine:5[widgets]
-"
-RDEPEND="${DEPEND}
-   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.2.0_pre2106291255[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-"
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   --scripts-dir="$(python_get_scriptdir)"
-   --qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug --qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain and build flags
-   run_in_build_dir eqmake5 -recursive ${PN}.pro
-   }
-   python_foreach_impl configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-
-   einstalldocs
-}



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

2021-10-21 Thread Davide Pesavento
commit: cf2fdb84e0dd0683e9c8ed19600dc58d9b80fd2f
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Oct 22 03:08:58 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Oct 22 03:08:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2fdb84

dev-python/PyQt5: remove obsolete snapshot

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

 dev-python/PyQt5/Manifest  |   1 -
 dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild | 193 -
 2 files changed, 194 deletions(-)

diff --git a/dev-python/PyQt5/Manifest b/dev-python/PyQt5/Manifest
index 6a2527b1eb8..2f24e8f02f2 100644
--- a/dev-python/PyQt5/Manifest
+++ b/dev-python/PyQt5/Manifest
@@ -1,3 +1,2 @@
 DIST PyQt5-5.15.4.tar.gz 3258085 BLAKE2B 
96bda4da1321e499707d29d9870693815170ccc32e2e0d7bb3c6977ea2933f9684557124deb92abbf92b923e0071cf47ee4822f6cb5d06fdc61b498efc44db4c
 SHA512 
6d19f549a71eb8df8ba8407398ccd6e3d339436f4f2e7c5dca6885849d6ce510c4f4dea3c97257685aa462bb09a2ead33d80234ccb934f9b1a40285dbec631c7
-DIST PyQt5-5.15.5.dev2107091435.tar.gz 3264477 BLAKE2B 
8289bcce9ebef9b8c289992d508ee1d365c86a127b03e175bb14382ad72150aea396d8358d560ce62b9ff33f3b54f3ebb0bbad8ab26a23edc73217c8325d9853
 SHA512 
5baf434f57c72a0e01753c69f8b40bc37321441efb652e002e3fff330edb8b7b318af3803fc8702897545763a952f99b68a0043a08e364e6fc1feb1e5d8520f5
 DIST PyQt5-5.15.5.tar.gz 3239628 BLAKE2B 
8992eb9293bb823f1298108a48d0c8578d0acfcccbabc6cb7c209bb591bfed61caf3ab8b8717205698149b5e4b59b4181e67491332e38ae87856b8169d74ba86
 SHA512 
67600668c769deb37052e6099a35756519987a0796045cdc291add1763bad103df1226f1b6e304e74808279d6ce56231e614617011ce238e1cf91a302981dd26

diff --git a/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild 
b/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild
deleted file mode 100644
index 7d1bf6e760c..000
--- a/dev-python/PyQt5/PyQt5-5.15.5_pre2107091435.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/ 
https://pypi.org/project/PyQt5/;
-
-MY_P=${PN}-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-fi
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-# TODO: QtNfc, QtQuick3D, QtRemoteObjects
-IUSE="bluetooth dbus debug declarative designer examples gles2-only gui help 
location
-   multimedia network opengl positioning printsupport sensors serialport 
speech
-   sql svg testlib webchannel websockets widgets x11extras xmlpatterns"
-
-# The requirements below were extracted from the qmake_QT declarations
-# in project.py and from the output of 'grep -r "%Import " ${S}/sip'
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   bluetooth? ( gui )
-   declarative? ( gui network )
-   designer? ( widgets )
-   help? ( gui widgets )
-   location? ( positioning )
-   multimedia? ( gui network )
-   opengl? ( gui widgets )
-   positioning? ( gui )
-   printsupport? ( gui widgets )
-   sensors? ( gui )
-   serialport? ( gui )
-   sql? ( widgets )
-   svg? ( gui widgets )
-   testlib? ( widgets )
-   webchannel? ( network )
-   websockets? ( network )
-   widgets? ( gui )
-   xmlpatterns? ( network )
-"
-
-# Minimal supported version of Qt.
-QT_PV="5.15:5"
-
-DEPEND="${PYTHON_DEPS}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} )
-   dbus? (
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-qt/qtdbus-${QT_PV}
-   )
-   declarative? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] )
-   designer? ( >=dev-qt/designer-${QT_PV} )
-   gui? ( >=dev-qt/qtgui-${QT_PV}[gles2-only=] )
-   help? ( >=dev-qt/qthelp-${QT_PV} )
-   location? ( >=dev-qt/qtlocation-${QT_PV} )
-   multimedia? ( >=dev-qt/qtmultimedia-${QT_PV}[widgets?] )
-   network? ( >=dev-qt/qtnetwork-${QT_PV}[ssl] )
-   opengl? ( >=dev-qt/qtopengl-${QT_PV} )
-   positioning? ( >=dev-qt/qtpositioning-${QT_PV} )
-   printsupport? ( >=dev-qt/qtprintsupport-${QT_PV} )
-   sensors? ( >=dev-qt/qtsensors-${QT_PV} )
-   serialport? ( >=dev-qt/qtserialport-${QT_PV} )
-   speech? ( >=dev-qt/qtspeech-${QT_PV} )
-   sql? ( >=dev-qt/qtsql-${QT_PV} )
-   svg? ( >=dev-qt/qtsvg-${QT_PV} )
-   testlib? ( >=dev-qt/qttest-${QT_PV} )
-   webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} )
-   websockets? ( >=dev-qt/qtwebsockets-${QT_PV} )
-   widgets? ( >=dev-qt/qtwidgets-${QT_PV} )
-  

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

2021-10-21 Thread Davide Pesavento
commit: ff8618c77e4c444fc325ae9c8b90e8cfcf5076f6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Oct 22 02:59:28 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Oct 22 02:59:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8618c7

dev-python/qscintilla-python: remove 2.13.0

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

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.13.0.ebuild| 82 --
 2 files changed, 83 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 03c601dda00..8247ffec01a 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198
-DIST QScintilla_src-2.13.0.tar.gz 3059601 BLAKE2B 
8de5440c3019cb3f67ea25db2935dc8d8cd711298a8a49ce3f632937c538da5b8b337851c3f68c59eb3cb8df8396eebd8ac4f0b4d6d715c2519598eeda9b6586
 SHA512 
c72676e2d8463dde6e7c620e15a526eae056cfbf00bb5d013c315ebbf20340fcc79188c6e60c336679f7d18287066a26bdc96be2f1ef8a98b3adcada3ee09fd1
 DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.0.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.0.ebuild
deleted file mode 100644
index 03cabdd434c..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-S=${WORKDIR}/${MY_P}/Python
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-DEPEND="${PYTHON_DEPS}
-   
>=dev-python/PyQt5-5.15.5_pre2107091435[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}
-   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.2.0_pre2106291255[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-"
-
-src_prepare() {
-   default
-   mv pyproject{-qt5,}.toml || die
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   --scripts-dir="$(python_get_scriptdir)"
-   --qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug --qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain and build flags
-   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



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

2021-10-21 Thread Davide Pesavento
commit: b1f32903d64cb6887d0fd38459a6fa0d684c0a20
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Oct 22 02:57:16 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Oct 22 02:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f32903

dev-python/qscintilla-python: add 2.13.1

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

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.13.1.ebuild| 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 31ba2a34aea..03c601dda00 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198
 DIST QScintilla_src-2.13.0.tar.gz 3059601 BLAKE2B 
8de5440c3019cb3f67ea25db2935dc8d8cd711298a8a49ce3f632937c538da5b8b337851c3f68c59eb3cb8df8396eebd8ac4f0b4d6d715c2519598eeda9b6586
 SHA512 
c72676e2d8463dde6e7c620e15a526eae056cfbf00bb5d013c315ebbf20340fcc79188c6e60c336679f7d18287066a26bdc96be2f1ef8a98b3adcada3ee09fd1
+DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
new file mode 100644
index 000..3b9a839cd1c
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}_src-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+S=${WORKDIR}/${MY_P}/Python
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}
+   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
+   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+"
+
+src_prepare() {
+   default
+   mv pyproject{-qt5,}.toml || die
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   --scripts-dir="$(python_get_scriptdir)"
+   --qmake="$(qt5_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug --qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain and build flags
+   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



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

2021-10-21 Thread Davide Pesavento
commit: 303e1f7688320ccf0e7111dba0a66ffb70973822
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Oct 22 03:01:50 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Oct 22 03:01:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303e1f76

x11-libs/qscintilla: remove 2.13.0

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

 x11-libs/qscintilla/Manifest |  1 -
 x11-libs/qscintilla/qscintilla-2.13.0.ebuild | 80 
 2 files changed, 81 deletions(-)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index 03c601dda00..8247ffec01a 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198
-DIST QScintilla_src-2.13.0.tar.gz 3059601 BLAKE2B 
8de5440c3019cb3f67ea25db2935dc8d8cd711298a8a49ce3f632937c538da5b8b337851c3f68c59eb3cb8df8396eebd8ac4f0b4d6d715c2519598eeda9b6586
 SHA512 
c72676e2d8463dde6e7c620e15a526eae056cfbf00bb5d013c315ebbf20340fcc79188c6e60c336679f7d18287066a26bdc96be2f1ef8a98b3adcada3ee09fd1
 DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700

diff --git a/x11-libs/qscintilla/qscintilla-2.13.0.ebuild 
b/x11-libs/qscintilla/qscintilla-2.13.0.ebuild
deleted file mode 100644
index 28e0c4e73dc..000
--- a/x11-libs/qscintilla/qscintilla-2.13.0.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
-
-inherit flag-o-matic qmake-utils
-
-DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0/15"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="designer doc"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   designer? ( dev-qt/designer:5 )
-"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-   default
-
-   # Sub-slot sanity check
-   local subslot=${SLOT#*/}
-   local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/src/qscintilla.pro || die)
-   local major=${version%%.*}
-   if [[ ${subslot} != ${major} ]]; then
-   eerror
-   eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
-   eerror "Please update SLOT variable as follows:"
-   eerror "SLOT=\"${SLOT%%/*}/${major}\""
-   eerror
-   die "sub-slot sanity check failed"
-   fi
-}
-
-qsci_run_in() {
-   pushd "$1" >/dev/null || die
-   shift || die
-   "$@" || die
-   popd >/dev/null || die
-}
-
-src_configure() {
-   if use designer; then
-   # prevent building against system version (bug 466120)
-   append-cxxflags -I../src
-   append-ldflags -L../src
-   fi
-
-   qsci_run_in src eqmake5
-   use designer && qsci_run_in designer eqmake5
-}
-
-src_compile() {
-   qsci_run_in src emake
-   use designer && qsci_run_in designer emake
-}
-
-src_install() {
-   qsci_run_in src emake INSTALL_ROOT="${D}" install
-   use designer && qsci_run_in designer emake INSTALL_ROOT="${D}" install
-
-   use doc && HTML_DOCS=( doc/html/. )
-   einstalldocs
-}



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

2021-10-21 Thread Sam James
commit: 00d0aae20ecc4d3594691af31473b3c62e5694d1
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 22 02:53:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 22 02:53:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d0aae2

www-client/chromium: Stabilize 95.0.4638.54 amd64, #819057

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

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

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



[gentoo-commits] proj/sandbox:master commit in: /

2021-10-21 Thread Mike Frysinger
commit: 8c8e34eac4f10f9af47461ed0f754913409710bc
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct 22 00:22:00 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct 22 02:47:38 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=8c8e34ea

bump to sandbox-2.27

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

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b1fd45d..f68cf90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.26], [sand...@gentoo.org])
+AC_INIT([sandbox], [2.27], [sand...@gentoo.org])
 AM_INIT_AUTOMAKE([1.15 dist-xz foreign no-dist-gzip silent-rules 
subdir-objects -Wall])
 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
 AC_CONFIG_HEADER([config.h])



[gentoo-commits] proj/sandbox:master commit in: libsandbox/, /, tests/, libsandbox/wrapper-funcs/

2021-10-21 Thread Mike Frysinger
commit: 2f6a725d660c61230de21748effa685ee9b3cdaa
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct 22 02:38:12 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct 22 02:47:38 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=2f6a725d

libsandbox: add renameat2 wrapper

It's basically renameat at this point as we don't care about the flags.

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

 configure.ac |  1 +
 libsandbox/libsandbox.c  |  2 ++
 libsandbox/symbols.h.in  |  1 +
 libsandbox/trace.c   |  2 ++
 libsandbox/wrapper-funcs/renameat2.c | 11 +++
 tests/Makefile.am|  1 +
 tests/renameat2-0.c  | 22 ++
 tests/renameat2-1.sh |  8 
 tests/renameat2.at   |  3 +++
 9 files changed, 51 insertions(+)

diff --git a/configure.ac b/configure.ac
index f68cf90..e16892f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,6 +211,7 @@ AC_CHECK_FUNCS_ONCE(m4_flatten([
realpath
remove
renameat
+   renameat2
rmdir
setenv
strcasecmp

diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c
index b084daa..c00c92c 100644
--- a/libsandbox/libsandbox.c
+++ b/libsandbox/libsandbox.c
@@ -682,6 +682,7 @@ static bool symlink_func(int sb_nr, int flags, const char 
*abs_path)
  sb_nr == SB_NR_REMOVE   ||
  sb_nr == SB_NR_RENAME   ||
  sb_nr == SB_NR_RENAMEAT ||
+ sb_nr == SB_NR_RENAMEAT2||
  sb_nr == SB_NR_RMDIR||
  sb_nr == SB_NR_SYMLINK  ||
  sb_nr == SB_NR_SYMLINKAT))
@@ -795,6 +796,7 @@ static int check_access(sbcontext_t *sbcontext, int sb_nr, 
const char *func,
sb_nr == SB_NR_REMOVE  ||
sb_nr == SB_NR_RENAME  ||
sb_nr == SB_NR_RENAMEAT||
+   sb_nr == SB_NR_RENAMEAT2   ||
sb_nr == SB_NR_RMDIR   ||
sb_nr == SB_NR_SYMLINK ||
sb_nr == SB_NR_SYMLINKAT   ||

diff --git a/libsandbox/symbols.h.in b/libsandbox/symbols.h.in
index 0154c2a..954d5ae 100644
--- a/libsandbox/symbols.h.in
+++ b/libsandbox/symbols.h.in
@@ -34,6 +34,7 @@ faccessat
 remove
 rename
 renameat
+renameat2
 rmdir
 symlink
 symlinkat

diff --git a/libsandbox/trace.c b/libsandbox/trace.c
index 4d145a3..77991e1 100644
--- a/libsandbox/trace.c
+++ b/libsandbox/trace.c
@@ -323,6 +323,8 @@ static bool trace_check_syscall(const struct syscall_entry 
*se, void *regs)
else if (nr == SB_NR_MKNODAT)   return  trace_check_syscall_DC ();
else if (nr == SB_NR_RENAME)return  trace_check_syscall_C  () 
&&
   _trace_check_syscall_C  (, 
2);
+   else if (nr == SB_NR_RENAMEAT2) return  trace_check_syscall_DC () 
&&
+  _trace_check_syscall_DC (, 
3);
else if (nr == SB_NR_RENAMEAT)  return  trace_check_syscall_DC () 
&&
   _trace_check_syscall_DC (, 
3);
else if (nr == SB_NR_RMDIR) return  trace_check_syscall_C  ();

diff --git a/libsandbox/wrapper-funcs/renameat2.c 
b/libsandbox/wrapper-funcs/renameat2.c
new file mode 100644
index 000..4a2e29b
--- /dev/null
+++ b/libsandbox/wrapper-funcs/renameat2.c
@@ -0,0 +1,11 @@
+/*
+ * renameat2() wrapper.
+ *
+ * Copyright 1999-2021 Gentoo Foundation
+ * Licensed under the GPL-2
+ */
+
+#define WRAPPER_ARGS_PROTO int olddirfd, const char *oldpath, int newdirfd, 
const char *newpath, unsigned int flags
+#define WRAPPER_ARGS olddirfd, oldpath, newdirfd, newpath, flags
+#define WRAPPER_SAFE() (SB_SAFE_AT(olddirfd, oldpath, 0) && 
SB_SAFE_AT(newdirfd, newpath, 0))
+#include "__wrapper_simple.c"

diff --git a/tests/Makefile.am b/tests/Makefile.am
index c899603..e47c996 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -57,6 +57,7 @@ check_PROGRAMS = \
remove-0 \
rename-0 \
renameat-0 \
+   renameat2-0 \
rmdir-0 \
signal_static-0 \
symlink-0 \

diff --git a/tests/renameat2-0.c b/tests/renameat2-0.c
new file mode 100644
index 000..6041d69
--- /dev/null
+++ b/tests/renameat2-0.c
@@ -0,0 +1,22 @@
+#define CONFIG HAVE_RENAMEAT2
+#define FUNC renameat2
+#define SFUNC "renameat2"
+#define FUNC_STR "%i, \"%s\", %i, \"%s\", %i"
+#define FUNC_IMP olddirfd, oldpath, newdirfd, newpath, 0
+#define ARG_CNT 4
+#define ARG_USE "(old) (old) (new) (new)"
+
+#define process_args() \
+   s = argv[i++]; \
+   int olddirfd = at_get_fd(s); \
+   \
+   s = argv[i++]; \
+   char *oldpath = s; \
+   \
+   s = argv[i++]; \
+   int newdirfd = at_get_fd(s); \
+   \
+   s = argv[i++]; \
+   char *newpath = s;
+
+#include "test-skel-0.c"

diff --git a/tests/renameat2-1.sh b/tests/renameat2-1.sh
new file mode 100755
index 

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

2021-10-21 Thread Sam James
commit: dad3b69062ba4ff8c80e6314a34d5367b975174b
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Oct 21 18:07:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 22 02:47:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad3b690

media-gfx/gimp: dev preview 2.99.8 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/gimp/Manifest   |   1 +
 media-gfx/gimp/gimp-2.99.8.ebuild | 263 ++
 2 files changed, 264 insertions(+)

diff --git a/media-gfx/gimp/Manifest b/media-gfx/gimp/Manifest
index eeda595abf5..307ad92d12d 100644
--- a/media-gfx/gimp/Manifest
+++ b/media-gfx/gimp/Manifest
@@ -2,3 +2,4 @@ DIST gimp-2.10.22.tar.bz2 33152226 BLAKE2B 
d11b0ee8f0f24934383028a0b21820af30da6
 DIST gimp-2.10.24.tar.bz2 31546295 BLAKE2B 
e2b873313b41799cb9461f6cd2ec45dcb0d3f51fe3e2710e47be99be868fba962cb75afb47bc2f12e2d6090993d70f560f4d58d2614939a0d36cadc9191fa2a7
 SHA512 
828350ad5c53b8409463c24693821d78a1940f18c221249ae7b864ad9db5cf01ab41d6ec5bbefd96115f0e91809ecdc61451d71881b56b07920c442f4a514936
 DIST gimp-2.10.28.tar.bz2 31675862 BLAKE2B 
b491b55d5adf08221feb7cee8b3adc1d8b090901e8f43b93a4d2c3d935ce1ca45072b0ccd6840e06b329fbfafc8fe5e3d6056381c5129203fa3c5e781cab0453
 SHA512 
587f6f46741672f0700fd642a5b779694d2d8bc8ad70e7677ccdbfc2266dc62203ed347d6aaffaa4b8e7d84a84a25f7d5a51507dfd64b21b4c05970856d3ab94
 DIST gimp-2.99.6.tar.bz2 30663040 BLAKE2B 
ccbdc2baa9e99a94e85345ce90bcba6ca56c0f264d3248d198009b730a5c810997b76c7d7a3cf131374316298d719a3e70c81ee7bc0a5e34beda1b112921807a
 SHA512 
51ada696693ac51624ba222d1fff54d39bdc72a06de54f7c244b89740b77f7205aab44f1cec90785ca4196cab32f817e7390b4287a30f5024606163f24222961
+DIST gimp-2.99.8.tar.bz2 30799403 BLAKE2B 
a67863f5e7d40beca80f931973759dc4523718ac2740cac4924dae8e1611491e59c43436ca670643be1878e1d9ff1575174a59c919b33103128a812e7eba6042
 SHA512 
c603d9a315c21c9da716cc1d8c0c784061e7d0eac4b3d28467aabc3c63c950da0a52649e498049e0b8475933ef93d721a2b8423811b47b00c9490485d316345e

diff --git a/media-gfx/gimp/gimp-2.99.8.ebuild 
b/media-gfx/gimp/gimp-2.99.8.ebuild
new file mode 100644
index 000..2775f260310
--- /dev/null
+++ b/media-gfx/gimp/gimp-2.99.8.ebuild
@@ -0,0 +1,263 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( luajit )
+PYTHON_COMPAT=( python3_{8..10} )
+GNOME2_EAUTORECONF=yes
+VALA_MIN_API_VERSION="0.44"
+VALA_USE_DEPEND=vapigen
+
+inherit gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx
+
+DESCRIPTION="GNU Image Manipulation Program"
+HOMEPAGE="https://www.gimp.org/;
+SRC_URI="mirror://gimp/v2.99/${P}.tar.bz2"
+LICENSE="GPL-3 LGPL-3"
+SLOT="0/3"
+
+IUSE="aalib alsa aqua doc gnome heif javascript jpeg2k lua mng openexr 
postscript python udev unwind vala vector-icons webp wmf xpm 
cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse"
+REQUIRED_USE="
+   lua? ( ${LUA_REQUIRED_USE} )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RESTRICT="!test? ( test )"
+
+# media-libs/{babl,gegl} are required to be built with USE="introspection"
+# to fix the compilation checking of 
/usr/share/gir-1.0/{Babl-0.1gir,Gegl-0.4.gir}
+COMMON_DEPEND="
+   >=app-text/poppler-0.90.1[cairo]
+   >=app-text/poppler-data-0.4.9
+   >=dev-libs/atk-2.34.1
+   >=dev-libs/glib-2.68.0:2
+   >=dev-libs/json-glib-1.4.4
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.40.21:2
+   >=media-gfx/mypaint-brushes-2.0.2:=
+   >=media-libs/babl-0.1.86[introspection,lcms,vala?]
+   >=media-libs/fontconfig-2.12.6
+   >=media-libs/freetype-2.10.2
+   >=media-libs/gegl-0.4.32:0.4[cairo,introspection,lcms,vala?]
+   >=media-libs/gexiv2-0.10.10
+   >=media-libs/harfbuzz-2.6.5:=
+   >=media-libs/lcms-2.9:2
+   >=media-libs/libmypaint-1.6.1:=
+   >=media-libs/libpng-1.6.37:0=
+   >=media-libs/tiff-4.1.0:0
+   net-libs/glib-networking[ssl]
+   sys-libs/zlib
+   virtual/jpeg
+   >=x11-libs/cairo-1.16.0
+   >=x11-libs/gdk-pixbuf-2.40.0:2
+   >=x11-libs/gtk+-3.24.16:3
+   x11-libs/libXcursor
+   >=x11-libs/pango-1.44.7
+   aalib? ( media-libs/aalib )
+   alsa? ( >=media-libs/alsa-lib-1.0.0 )
+   aqua? ( >=x11-libs/gtk-mac-integration-2.0.0 )
+   heif? ( >=media-libs/libheif-1.9.1:= )
+   javascript? ( dev-libs/gjs )
+   jpeg2k? ( >=media-libs/openjpeg-2.3.1:2= )
+   lua? (
+   ${LUA_DEPS}
+   $(lua_gen_cond_dep '
+   dev-lua/lgi[${LUA_USEDEP}]
+   ')
+   )
+   mng? ( media-libs/libmng:= )
+   openexr? ( >=media-libs/openexr-2.3.0:= )
+   postscript? ( app-text/ghostscript-gpl )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   

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

2021-10-21 Thread Sam James
commit: 87d2af1042f5fe0992765fb76402ae9c04b9623f
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 22 02:45:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 22 02:47:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d2af10

app-emulation/guestfs-tools: keyword 1.46.1-r1 (new libguestfs split)

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

 app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild 
b/app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild
index 1ac17ff9fb4..ed65ee9489f 100644
--- a/app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild
+++ b/app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild
@@ -15,8 +15,7 @@ 
SRC_URI="https://download.libguestfs.org/${PN}/${MY_PV_1}-${SD}/${P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0/${MY_PV_1}"
-# Keyword with newer libguestfs, bug #816693
-#KEYWORDS="~amd64"
+KEYWORDS="~amd64"
 IUSE="doc +ocaml +perl test"
 RESTRICT="!test? ( test )"
 



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

2021-10-21 Thread Sam James
commit: 4630ec6a49c982c3515b457393c3c2d5a04720de
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Oct 21 18:32:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 22 02:47:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4630ec6a

media-gfx/gimp: update live ebuild

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/22661
Signed-off-by: Sam James  gentoo.org>

 media-gfx/gimp/gimp-.ebuild | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-gfx/gimp/gimp-.ebuild b/media-gfx/gimp/gimp-.ebuild
index 1519df009bc..89e884dd196 100644
--- a/media-gfx/gimp/gimp-.ebuild
+++ b/media-gfx/gimp/gimp-.ebuild
@@ -4,9 +4,9 @@
 EAPI=7
 
 LUA_COMPAT=( luajit )
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 GNOME2_EAUTORECONF=yes
-VALA_MIN_API_VERSION="0.40"
+VALA_MIN_API_VERSION="0.44"
 VALA_USE_DEPEND=vapigen
 
 inherit git-r3 gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx
@@ -17,11 +17,12 @@ EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gimp.git;
 SRC_URI=""
 LICENSE="GPL-3 LGPL-3"
 SLOT="0/3"
-KEYWORDS=""
 
-IUSE="aalib alsa aqua debug doc gnome heif javascript jpeg2k lua mng openexr 
postscript python udev unwind vala vector-icons webp wmf xpm 
cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse"
-REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
-   python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="aalib alsa aqua doc gnome heif javascript jpeg2k lua mng openexr 
postscript python udev unwind vala vector-icons webp wmf xpm 
cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse"
+REQUIRED_USE="
+   lua? ( ${LUA_REQUIRED_USE} )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
 
 RESTRICT="!test? ( test )"
 
@@ -31,7 +32,7 @@ COMMON_DEPEND="
>=app-text/poppler-0.90.1[cairo]
>=app-text/poppler-data-0.4.9
>=dev-libs/atk-2.34.1
-   >=dev-libs/glib-2.62.6:2
+   >=dev-libs/glib-2.68.0:2
>=dev-libs/json-glib-1.4.4
dev-libs/libxml2:2
dev-libs/libxslt
@@ -40,7 +41,7 @@ COMMON_DEPEND="
>=media-libs/babl-0.1.86[introspection,lcms,vala?]
>=media-libs/fontconfig-2.12.6
>=media-libs/freetype-2.10.2
-   >=media-libs/gegl-0.4.30:0.4[cairo,introspection,lcms,vala?]
+   >=media-libs/gegl-0.4.32:0.4[cairo,introspection,lcms,vala?]
>=media-libs/gexiv2-0.10.10
>=media-libs/harfbuzz-2.6.5:=
>=media-libs/lcms-2.9:2
@@ -185,7 +186,6 @@ src_configure() {
$(use_enable cpu_flags_x86_mmx mmx)
$(use_enable cpu_flags_x86_sse sse)
$(use_enable doc gtk_doc)
-   $(use_enable debug)
$(use_enable vector-icons)
$(use_with aalib aa)
$(use_with alsa)



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

2021-10-21 Thread Sam James
commit: 7d55f4a0a5e4fb64d393ce172ec11bbda2c10c2a
Author: Marek Behún  kernel  org>
AuthorDate: Thu Oct 21 10:12:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 22 02:47:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d55f4a0

media-libs/opencolorio: fix OCIO_PYTHON_VERSION

The OCIO_PYTHON_VERSION cmake argument needs to contain only the version
number (i.e. 3.9), not EPYTHON (i.e. python3.9).

Bug: https://bugs.gentoo.org/819132
Signed-off-by: Marek Behún  kernel.org>
Closes: https://github.com/gentoo/gentoo/pull/22654
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-libs/opencolorio/opencolorio-2.0.2.ebuild 
b/media-libs/opencolorio/opencolorio-2.0.2.ebuild
index 7bef3bb4a1b..1d263c5aee8 100644
--- a/media-libs/opencolorio/opencolorio-2.0.2.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.0.2.ebuild
@@ -77,7 +77,7 @@ src_configure() {
-DOCIO_BUILD_DOCS=$(usex doc)
-DOCIO_BUILD_APPS=$(usex opengl)
-DOCIO_BUILD_PYTHON=$(usex python)
-   -DOCIO_PYTHON_VERSION="${EPYTHON}"
+   -DOCIO_PYTHON_VERSION="${EPYTHON/python/}"
-DOCIO_BUILD_JAVA=OFF
-DOCIO_USE_SSE=$(usex cpu_flags_x86_sse2)
-DOCIO_BUILD_TESTS=$(usex test)



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

2021-10-21 Thread Sam James
commit: 1bbc63361052d95be5d44429c0331dda452a42b5
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 22 01:22:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 22 02:47:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbc6336

net-firewall/firewalld: add 0.9.5

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

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-0.9.5.ebuild | 117 ++
 2 files changed, 118 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 4e27cc4b4e8..76fa85cc4ad 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,3 +1,4 @@
 DIST firewalld-0.9.1.tar.gz 1335885 BLAKE2B 
0952039f1f50d6395921bea5ad031c5d21d9be04c5d0b09074f9fce76c29a1ab5acf23f0ee8442ae0c2a4e12e28a42edae40f9b536b007cf747c4eab60e43a04
 SHA512 
aa29fb8926285d6cc7aff318921cf84cacd7c3e4cecacd9b48bf8b5e16502ceedd8ec6cd78546d2373d084230277e0f43c1e655441eda76fe898960d6f2d46b6
 DIST firewalld-0.9.3.tar.gz 1309371 BLAKE2B 
78a86f9c14ed8cc2497f3b79e4be627a28dcdcd4e8117438cb24142643bd16dc624196a80ce2c9f81c63f745c1b1430b2e8c2f3f1061f98fd4fa58f6227def81
 SHA512 
6ae45652225a3b983c0f67307208df171cf4794da5873a84b4a827753b8d93736f0538e06d31cd8177446827691886a58a493b6be1dcf6efd1a550f8886522f4
+DIST firewalld-0.9.5.tar.gz 1317089 BLAKE2B 
7c4fbd1f4fcd941247bb474d6436101e8da97805d6eedaa02f957a041abe4d262bd6f2dab0e94fea34ebc8dc4361bc59eb6c7a9c9536553f7fce370fa47defd1
 SHA512 
5a5f91ff4aaa24ab9e4727b5b3b9f4fa252da28070e3eb62e2880618f6976df0eee626593efedc8c21a615df65f89f34d1a7e9b3aaf970e6290a35b9363bab4b
 DIST firewalld-1.0.1.tar.gz 1306854 BLAKE2B 
6dd68ed4219eb7d266e6bfa4d626dec51dcf28aae84609c9b87afa8e397179b0565bc8144c106c8ae8770293b371552b930679ec8a1204b2c9cb1f75e39c7013
 SHA512 
875af09caface324f7b5cfb0a87df5d309ff2e9e51d6d3a797f46f951ba95f4e1bc9f9f046f5191fafdef878dc65baf1b77a25a17f5aaf2f32bb1e1f782f1f8c

diff --git a/net-firewall/firewalld/firewalld-0.9.5.ebuild 
b/net-firewall/firewalld/firewalld-0.9.5.ebuild
new file mode 100644
index 000..59c6dff6299
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-0.9.5.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic 
firewall"
+HOMEPAGE="http://www.firewalld.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !!net-firewall/gshield
+   nftables? ( net-firewall/nftables[python,json] )
+   iptables? (
+   net-firewall/iptables[ipv6]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   >=dev-python/python-slip-0.2.7[dbus,${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   ')"
+
+DEPEND="${RDEPEND}
+   dev-libs/glib:2
+   >=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+RESTRICT="test" # bug 650760
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK"
+
+   # kernel >= 4.19 has unified a NF_CONNTRACK module, bug 692944
+   if kernel_is -lt 4 19; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~NF_CONNTRACK_IPV4 
~NF_CONNTRACK_IPV6"
+   fi
+
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+   eautoreconf
+
+   plocale_find_changes "po" "" ".po"
+   plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
+}
+
+src_configure() {
+   python_setup
+
+   local econf_args=(
+   --enable-systemd
+   $(use_with iptables iptables "${EPREFIX}/sbin/iptables")
+   $(use_with iptables iptables_restore 
"${EPREFIX}/sbin/iptables-restore")
+   $(use_with iptables ip6tables "${EPREFIX}/sbin/ip6tables")
+   $(use_with iptables ip6tables_restore 
"${EPREFIX}/sbin/ip6tables-restore")
+   $(use_with iptables ebtables "${EPREFIX}/sbin/ebtables")
+ 

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

2021-10-21 Thread Sam James
commit: 4cb4a9e1e159f067c6588514f0a23678278d621e
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 22 02:45:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 22 02:47:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb4a9e1

app-emulation/libguestfs: keyword 1.46.0-r1 (new libguestfs-tools split)

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

 app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild 
b/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild
index 32fe3a85f20..9bf519a5910 100644
--- a/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild
@@ -18,8 +18,7 @@ 
SRC_URI="https://libguestfs.org/download/${MY_PV_1}-${SD}/${P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0/${MY_PV_1}"
-# Unkeyworded for testing guestfs-tools split, #816693
-#KEYWORDS="~amd64"
+KEYWORDS="~amd64"
 IUSE="doc erlang +fuse gtk inspect-icons introspection libvirt lua +ocaml 
+perl python ruby selinux static-libs systemtap test"
 RESTRICT="!test? ( test )"
 



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

2021-10-21 Thread Ionen Wolkens
commit: 0fdb0ad45705e04bc1465da3b96ecdd4e1c9d464
Author: Karl-Johan Karlsson  lysator  liu  se>
AuthorDate: Thu Oct 21 16:19:34 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdb0ad4

app-misc/broot: bump to 1.6.5

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Karl-Johan Karlsson  lysator.liu.se>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-misc/broot/Manifest   |   5 +
 app-misc/broot/broot-1.6.5.ebuild | 266 ++
 2 files changed, 271 insertions(+)

diff --git a/app-misc/broot/Manifest b/app-misc/broot/Manifest
index 8e9ff6567df..765a48c1dd3 100644
--- a/app-misc/broot/Manifest
+++ b/app-misc/broot/Manifest
@@ -24,6 +24,7 @@ DIST broot-1.6.1.tar.gz 8710957 BLAKE2B 
e2fc170ef09ae4207a83412f7b51141e08fc815a
 DIST broot-1.6.2.tar.gz 8712669 BLAKE2B 
f69c5baad6b6c61a18007035aaa527db798c155c02ce39994a1784d9d4cd28d6ac35d72e29e360ee0f471f544b1f54f9f531869b9388b0437c9086cc98006cf2
 SHA512 
8200cf386b89cdc8ed20d9130ecd578fbf60dd5641bf5b27020fd5f5c8e882e837b488a785f44bb43dd67e3629acc2214b4a62dd35f8615e5984b6baa73ca954
 DIST broot-1.6.3.tar.gz 8712118 BLAKE2B 
01d8332864c1a8ef92190d99ce701d4ceba5be0fceeb3cc5eb1fae65857b825c9ee68da137b28fa3320d8eb94d8d90d10ccd29717e1716cd02de72a620d484fc
 SHA512 
6daf9b10eaa82a960da03b5295cd5147447bb462e67be22bd3ab134b30b26fa3e17ced2c1a1ca46a1a059cc32a1376ab82d0e60ce6c143aa2bd1d265c93937ce
 DIST broot-1.6.4.tar.gz 8711244 BLAKE2B 
df6dbd53dec512402608eb87359b233dc68f1c97a71d7bdd51b2c45cf317a0f6c3223e8464fd08da110769b1abc42f555c42d8cddedc4991748c0d10f9fa
 SHA512 
979889c3a226a145f55bdd036111c67cb25249e2e05c34487e37da36867c6a9671347809bcb2b36250b2c991d36e9d21f6fc86682a4d8923de579f73512fc8ca
+DIST broot-1.6.5.tar.gz 8714512 BLAKE2B 
e72ff6fe43343c582af93b4f06052d8a3bc510d79f02af53e5f0a89995ead71a9b3de0905d9042ee54e6548034a4929b4861cdccb6fdfa423fbd399855dad27a
 SHA512 
8bc9cd9e7a3dc989c629fdf7d0b5a627bd0a5a24705abe67ca3d8453c1e465bae6e0545bca736f5459904b99ee1348b1148e5afebc12b9a8b1f20d80b9329d49
 DIST bstr-0.2.16.crate 330346 BLAKE2B 
75a345f3a5d428ec7278cd10fa676f5bb72685c65c4fe68163943cf3142b43ac45d458bce9323447b201ffcc91aa82cd8c762cb1954c055e34b1a5cebc686ee8
 SHA512 
33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac
 DIST bytemuck-1.7.0.crate 27057 BLAKE2B 
8ee0782cc080cae2c76738931be7076c0ab3529c07b1e03e2924e5e2940210ada4129731376016bafdceeff42984a5a3e5f9db7789071ef11d4e3902edac2857
 SHA512 
1512e461d17d65f9f462ea12151ebce82a84924a83422d213e690c68f41a024f99d825131a6f5de19994c5610f264c42ef8e09eca8378f5a99e325eecb2bdb00
 DIST bytemuck-1.7.2.crate 27489 BLAKE2B 
2541a7561eb34351f58266451a020858d8ac1ad30ecb95b97d576e72532cae37ef0b747e2259aaf6052b65f951586425044f824a00dfabf54bba9462edf94c2a
 SHA512 
fae361f5abe67215a7591d421a0b713b77b437123c56e21dd00421e95ab86d9dd9b0bf1daa6623b833ea65681fbeeb58f6feab9d323964304a3250f24df1ace2
@@ -95,7 +96,9 @@ DIST itoa-0.4.7.crate 12099 BLAKE2B 
0e4ffbaad504565056f74c3ef560a87eff321a0da6d7
 DIST jobserver-0.1.22.crate 21175 BLAKE2B 
dc0f20541fd14aa5c8b161cf36829a36e550ef414215417e25516ef1cf67cc1c7100cbe4ebcf8d2530e3245f8793a3ff11f407a0ec5d96385ecb6618e2de7a20
 SHA512 
ad3d180bb49fbaf51c9a2f40de0e2082947a0cb5bef95001bcc664e4c98f75a4c32a6c53f5eba90595e415b600aacae54d92c2f613dbeb8af94fa08b6d770d8b
 DIST jpeg-decoder-0.1.22.crate 228366 BLAKE2B 
97dee932aae8d7d08ceaf37c9659d52a93be7c964468087aa39377fb2657c64cf8fe20516337cbe5fe0452c3686e9d1b7cd6c0932bf1ca6562358fd4a8cd69be
 SHA512 
3edf415eb11909b7b16755f54c6a5b082200f81e6ce5dede413e41be221c8be5c14035a171fa1c21771c8d11f30cd990f57e6e98e3204e34e3f0e7ca2c3e38b4
 DIST lazy-regex-2.2.1.crate 3908 BLAKE2B 
324c07ea69b3721d6b821ac41dcdc29dc69c6319092fd8887097c02454df8f3a525ec420b25b2ad8a9c579849c984434552726eb0da7225e05360aa2a56127f7
 SHA512 
a0bc84c3c3ccba701bccb7c8ca92e809e38d71a523429eb1d47974b43c3f23a2f4f0cf1969d155f5fc09c2e5d4a2c3af412b705b3043f7f54306e342f74bfaee
+DIST lazy-regex-2.2.2.crate 4114 BLAKE2B 
c37fab1c712873cc056de48102742ae518f6b6ec0e71dd249a2f252780610f6f605e41a1bb206798774bdc055392d975f8d9fde533d953d208396358a4b6091c
 SHA512 
4fdc70ef18ade1c7ee10f52ae8b8029166c4b0514b6a422f33f64c494aa791991514dd6de02d3d709499331c5075a200093e96d4433c5961f0fd989d885cec65
 DIST lazy-regex-proc_macros-2.2.1.crate 3261 BLAKE2B 
616a3a020105025296ca9f605ebd2cda3058c3975cf45b08211d8356ebf1888b15474ea3c987e99d4aaff04792a98293c4257fdef22aa14bb9128e1d2dccf985
 SHA512 
30b3cc90b277769817d16b4ad96c4a464fc04f7c114bef77ac8f561301e392505d9d64fda89b9dd2e45f2df15bfb554ea3a41de5f230dcd78c263231f8ca16ff
+DIST lazy-regex-proc_macros-2.2.2.crate 3230 BLAKE2B 
428a91bd34542ca006171cb9b2f6058c4138b2d355a20480f35dac98aab7f603f1a57d5971f0931722e66bfa4600af8c25ecc4deb5a79496683b5556270cdcf8
 SHA512 

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

2021-10-21 Thread Ionen Wolkens
commit: ac3f2c8eb698992f0cfe8e96f0a3a3998948230d
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Fri Oct 22 01:29:37 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3f2c8e

app-misc/rpick: Add 0.8.6

Signed-off-by: Randy Barlow  electronsweatshop.com>
Closes: https://github.com/gentoo/gentoo/pull/22664
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-misc/rpick/Manifest   |  24 +++
 app-misc/rpick/rpick-0.8.6.ebuild | 135 ++
 2 files changed, 159 insertions(+)

diff --git a/app-misc/rpick/Manifest b/app-misc/rpick/Manifest
index 7eda72d4acd..d87bdecb2e5 100644
--- a/app-misc/rpick/Manifest
+++ b/app-misc/rpick/Manifest
@@ -4,12 +4,15 @@ DIST approx-0.5.0.crate 14359 BLAKE2B 
d1811157cb560d24b559b5f4954654dcfe4d1d418f
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
 DIST assert_cmd-1.0.7.crate 26777 BLAKE2B 
a27a6c59969b6202ceebc72b50331e056f02e05befe710f3f1fe77622a61ed4ed11e258cc2df43f52a7f57c18e4bc9b33c72946d012a4fd6f5417c1a5fedddff
 SHA512 
9e0e67bdf14df8235cdd11d9c453bb2f0723188a39961d8aab26fd98f2c64629d085c8d3eb50ee88371ecdc2ea306bfe5dda1ca4872082b40f13a4cea99e05d1
+DIST assert_cmd-2.0.1.crate 28037 BLAKE2B 
e84cacea587e7423c364b69a140dc2aed79def5d13adb3c00ceed863640be7a16f63196edd83d6a2f217356fde740f80c415ce47d65e0e8529ad1b16dbe17ac1
 SHA512 
f8718eb2e0d87e55ec9cc6ad40f3cd112008ca519a53ffa8a46fe113880c20df066ae607b94d19e7c36f927eb77fa04fcde42fa1e1b3696147a4937e98c63a3a
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST blake2b_simd-0.5.11.crate 34096 BLAKE2B 
480fc200ce3fa3bb364ae05590fe26f59efb6f81fc2fcb7ae1593671677daa6f1b526d800099d002239e2ad435b919e9b32778021c0790954383079a49a90965
 SHA512 
4a7657db637869465637cb9a65cb82e7a119c554bd4d532aaf84f9cc77a494fda07d07db89c73e92e5bf4844bb1be53062fc61120e839e414e938e487e7f2257
 DIST bstr-0.2.16.crate 330346 BLAKE2B 
75a345f3a5d428ec7278cd10fa676f5bb72685c65c4fe68163943cf3142b43ac45d458bce9323447b201ffcc91aa82cd8c762cb1954c055e34b1a5cebc686ee8
 SHA512 
33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac
+DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 

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

2021-10-21 Thread Ionen Wolkens
commit: d816d219317ea985581e1f644ed6543e1f8e9300
Author: Karl-Johan Karlsson  lysator  liu  se>
AuthorDate: Thu Oct 21 16:23:12 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d816d219

app-misc/broot: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Karl-Johan Karlsson  lysator.liu.se>
Closes: https://github.com/gentoo/gentoo/pull/22660
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-misc/broot/Manifest   |  33 --
 app-misc/broot/broot-1.6.1.ebuild | 234 
 app-misc/broot/broot-1.6.2.ebuild | 241 --
 3 files changed, 508 deletions(-)

diff --git a/app-misc/broot/Manifest b/app-misc/broot/Manifest
index 765a48c1dd3..0b1e5ea0d56 100644
--- a/app-misc/broot/Manifest
+++ b/app-misc/broot/Manifest
@@ -3,16 +3,11 @@ DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3
 DIST ahash-0.4.7.crate 51474 BLAKE2B 
0974b90539398d61903ce7fcbecdfcd802fcb5c7ed631be919ec17be6951e68bc80787876cafebd33e40a80605f6e2352a86047077bc40575420bb6ee1a4915a
 SHA512 
2f42cdbacb2b2f9bd7d94a4cc61294d7813428157ce242ba82f7c3fccb6e4b83c767f4dedd35ff26ae61a89506b388d7cf96af4e727c29a14b25b9f82b1f2126
 DIST ahash-0.7.4.crate 37072 BLAKE2B 
3b82cc45993fd48d9eed018e14af005e2513938f34b195d4f33bc0d4031bc8027b082aa155b14e20e0e1e34b0f829849e8c614458805ce830652f34477b1d6a4
 SHA512 
f84e16f3b2764be95b4d82c9ef4bcd4c80983e977b33e1d4cc3c119398de6084428a0e7bccc1b182bccc21aa97855fa30b6a4041b961b58bff79b75dcc788005
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
-DIST ansi_colours-1.0.3.crate 10419 BLAKE2B 
e140d65a40228e2df42f2d8d5d5ae6809e1e30afa007d97d07ed14ed6f8f4535c0adbb497cd417c5ef6528e5a60a997d4ede66709581a653c5e3dff83bda9ea5
 SHA512 
98ca71c01e3c5b86022430823066b68621904398f69bb7a3d13dd2b999b343a72151568d837cb0d811826204e538a34ff88590cb72f7da5d2bb2a365a264bca2
 DIST ansi_colours-1.0.4.crate 10525 BLAKE2B 
f71ef0dc730cb35e634623cbf6888abb72519fa53b40aba49ad1151a37d98bf3ff93652ad67d276243c7ef9435a19b839a43a4122e451a2defc96231fba145e9
 SHA512 
36eef5c4c84f7f8bf3adb65eca5d7d2da48190c127cd76b78b7bb035cf98afbf2534b82bb293cc1e472eaeb08d541fe28a87b99ebd53dbae8a50026898b043b3
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
-DIST anyhow-1.0.41.crate 34561 BLAKE2B 
32889ec5ad2750e97f9d5486c7b367edc2fbaf19480bbe8114a2deed3f78e4c3e2cc31304a33fd60bc70c33c17ed8020f6df0c05a958f4016d363803dc5a08b8
 SHA512 
c6fba5fbb5646d195fdbda65003a8741188d49db02b805a84e695c81a054d9d5265b1c296c23d65cf089af35ce470083de88e1b65aadcc3ce33c8fb22b9cb91f
 DIST anyhow-1.0.42.crate 34827 BLAKE2B 
adf276a869889819c78dc10cf9ceb310d57fc64dd00b603a16e7b6f111d446ca8ed43439c3f18f590c28c1e59a67cbe39fafb00c510d03b65eb8ba15a18d2b0d
 SHA512 
7bbafa2fc5d78a6d8e68b44b104fd8d6a7882fc127b39e04c5a76240ee24ccf311004b754d93836d6daf1918be9c33fdb68a6baf55eab8f1e921b7aec3a35455
-DIST argh-0.1.4.crate 15100 BLAKE2B 
3043c53e02b63ed679ed055ec48d238d4cd9e8b5d4ca05dcb3efc6177bae98709cac7102d41987ab172484b277a6806febd36b598a6b170183a1f8fae7cd8caa
 SHA512 
85d70299e93fe5c33e1d76c3f56ba2a4d6692bb761eca355f2fbf3b5d239e1256e7c9af2feb827341f51f6c08ec5e536a2e3250c90ec4a6de95b91d4f211b31f
 DIST argh-0.1.5.crate 9745 BLAKE2B 
a4210582842f855eccc3d6d3271ee261a90086929d46d99e4518cd1b9fb1f14e399902d1b332ac1d56a24980be148bfa85645f613af74605d6fa59ec70e0e3fb
 SHA512 
04c609af2d840ea083d4422f785b001c1bbd37c90b78b01151336145b61713a7e800d2f2707f36e579f89d254e78352086f2401f1cbcd9913885932b79c3ee5b
-DIST argh_derive-0.1.4.crate 15677 BLAKE2B 
9a9881579ba24c9a68bb8a0f6b7c8675e7b23aaa7208035b54b265671a16d636ae571dc90fdc9e1b63d9d175a116186896e51bea91c00bb71560546feec5af23
 SHA512 
7acf2b19f13fafe64d7c236d851c91ccacc6f869d1495d57fd52b2ed53dec31a345a837f31fe51926db8e8700e1ba88d5f7f88f22029c68c63f803385b5c1aa3
 DIST argh_derive-0.1.5.crate 17472 BLAKE2B 
693f29c62ea8e7cc10743027fb264df4d0e234fa25a9a3c1fda431803d0de2e6344378598a7a0d6a566e6a37156d1882aabe686dd2e1c8a4e2eab7b1b95e09cd
 SHA512 
9fe3284f42ae56ccb9e05d90a7cd3eee8e04d3795058a7ade3358a49f3414e4ba951b8dd0da897546637545a3d65d392db98ff7f085e13f3f59efd193dd36811
-DIST argh_shared-0.1.4.crate 2583 BLAKE2B 
a1c3a76267253bd379070f142ec5462604fbb048de41bc2109ed564cfec8356e86cd0e425ccb4c313dc7eff056e1cb3cfde104fb67a192bb2803f66bbfbeac09
 SHA512 

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

2021-10-21 Thread Ionen Wolkens
commit: 72307f40208b8ba6730b28883cddb66ef72ebe1a
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Oct 21 15:35:03 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72307f40

net-misc/gns3-gui: version bump (2.2.26)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-misc/gns3-gui/Manifest   |  1 +
 net-misc/gns3-gui/gns3-gui-2.2.26.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest
index 75a66f2290f..4ce47e512e8 100644
--- a/net-misc/gns3-gui/Manifest
+++ b/net-misc/gns3-gui/Manifest
@@ -1,2 +1,3 @@
 DIST gns3-gui-2.2.24.tar.gz 5043449 BLAKE2B 
ef2de570dbad46b90be450e2bc342d96eea3fa7898380e01cf43933a60d0fef6ebef3ed857b9d0fc648355f6f335a406bce3677fd23d87a68e7923bb8bbb2631
 SHA512 
7b917106836cb77cdb90ecdcce2f0ce183feed52906b27b2dfa0146c12ffaa5e41733de57c0932e0104e55aad501b6508607301648a5d3997d10613daa0c1f19
 DIST gns3-gui-2.2.25.tar.gz 5043324 BLAKE2B 
bd9a04dc91a35b80cdbf8fee7e8bed98ae5d4d8dd887e8902c3f8d2b08c405b9d6ec707fc9b0202053b1409b3326d9b09be7804cb85d0f14eb90af2db13ea5cd
 SHA512 
d70806efa9251e8be419d838ebf0361bcc7d1ca923962dc4c9b364032772e37f2ae9d646b5e6b96b6c54cc7100dc3b1814eb85270d09e21c1f2679a4a3afda53
+DIST gns3-gui-2.2.26.tar.gz 5043462 BLAKE2B 
119c7ff65fde1624e6742215d23976137e13c90761314cbb8cfb5abb3772e5893c21b600acc5dca6e9874654088a3ebbdfb123d41acd9f1ee456c57f87aa3bdc
 SHA512 
b994ae1b844956e4303b23688b71ccb70c2bc1d0803a316ad489fd5de61b7adbf126693e551618f6cf3c15c2404dadb02344e4821fe7e52a2ec8c42293e9a8f6

diff --git a/net-misc/gns3-gui/gns3-gui-2.2.26.ebuild 
b/net-misc/gns3-gui/gns3-gui-2.2.26.ebuild
new file mode 100644
index 000..aa3b783123d
--- /dev/null
+++ b/net-misc/gns3-gui/gns3-gui-2.2.26.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 virtualx xdg
+
+DESCRIPTION="Graphical Network Simulator"
+HOMEPAGE="https://www.gns3.com/ https://github.com/GNS3/gns3-gui;
+SRC_URI="https://github.com/GNS3/gns3-gui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+#net-misc/gns3-server version should always match gns3-gui version
+RDEPEND="
+   >=dev-python/distro-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]
+   >=dev-python/sentry-sdk-1.3.1[${PYTHON_USEDEP}]
+   ~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}]
+   dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+
+   # newer python packages are fine
+   sed -i -e 's/[<>=].*//' requirements.txt || die
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}



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

2021-10-21 Thread Ionen Wolkens
commit: c493218c58c820a41ef6ebc7a3eb24dc75ef39df
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Oct 21 15:54:46 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c493218c

net-misc/gns3-gui: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-misc/gns3-gui/Manifest   |  1 -
 net-misc/gns3-gui/gns3-gui-2.2.24.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest
index 4ce47e512e8..5d6d5843912 100644
--- a/net-misc/gns3-gui/Manifest
+++ b/net-misc/gns3-gui/Manifest
@@ -1,3 +1,2 @@
-DIST gns3-gui-2.2.24.tar.gz 5043449 BLAKE2B 
ef2de570dbad46b90be450e2bc342d96eea3fa7898380e01cf43933a60d0fef6ebef3ed857b9d0fc648355f6f335a406bce3677fd23d87a68e7923bb8bbb2631
 SHA512 
7b917106836cb77cdb90ecdcce2f0ce183feed52906b27b2dfa0146c12ffaa5e41733de57c0932e0104e55aad501b6508607301648a5d3997d10613daa0c1f19
 DIST gns3-gui-2.2.25.tar.gz 5043324 BLAKE2B 
bd9a04dc91a35b80cdbf8fee7e8bed98ae5d4d8dd887e8902c3f8d2b08c405b9d6ec707fc9b0202053b1409b3326d9b09be7804cb85d0f14eb90af2db13ea5cd
 SHA512 
d70806efa9251e8be419d838ebf0361bcc7d1ca923962dc4c9b364032772e37f2ae9d646b5e6b96b6c54cc7100dc3b1814eb85270d09e21c1f2679a4a3afda53
 DIST gns3-gui-2.2.26.tar.gz 5043462 BLAKE2B 
119c7ff65fde1624e6742215d23976137e13c90761314cbb8cfb5abb3772e5893c21b600acc5dca6e9874654088a3ebbdfb123d41acd9f1ee456c57f87aa3bdc
 SHA512 
b994ae1b844956e4303b23688b71ccb70c2bc1d0803a316ad489fd5de61b7adbf126693e551618f6cf3c15c2404dadb02344e4821fe7e52a2ec8c42293e9a8f6

diff --git a/net-misc/gns3-gui/gns3-gui-2.2.24.ebuild 
b/net-misc/gns3-gui/gns3-gui-2.2.24.ebuild
deleted file mode 100644
index 23ebc84553a..000
--- a/net-misc/gns3-gui/gns3-gui-2.2.24.ebuild
+++ /dev/null
@@ -1,39 +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} )
-
-inherit distutils-r1 virtualx xdg
-
-DESCRIPTION="Graphical Network Simulator"
-HOMEPAGE="https://www.gns3.com/ https://github.com/GNS3/gns3-gui;
-SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-#net-misc/gns3-server version should always match gns3-gui version
-RDEPEND="
-   >=dev-python/distro-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]
-   >=dev-python/sentry-sdk-1.3.1[${PYTHON_USEDEP}]
-   ~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}]
-   dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   default
-
-   # newer python packages are fine
-   sed -i -e 's/[<>=].*//' requirements.txt || die
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}



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

2021-10-21 Thread Ionen Wolkens
commit: e6b37b319873d9b4f65597ff6df45be74f294ea8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Oct 21 15:55:27 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b37b31

net-misc/gns3-server: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22658
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-misc/gns3-server/Manifest  |  1 -
 .../files/gns3-server-2.2.24-Fix-tests.patch   | 73 -
 net-misc/gns3-server/gns3-server-2.2.24.ebuild | 76 --
 3 files changed, 150 deletions(-)

diff --git a/net-misc/gns3-server/Manifest b/net-misc/gns3-server/Manifest
index 5a164aac318..60149d0c725 100644
--- a/net-misc/gns3-server/Manifest
+++ b/net-misc/gns3-server/Manifest
@@ -1,3 +1,2 @@
-DIST gns3-server-2.2.24.tar.gz 9057352 BLAKE2B 
cc49127afa9b3422f25ec2d10e53b7cedc59a4b872394d7b7c47ac34e6859fd5f22547277f351ba75b6520a0881b2ebbda6ba932af31108f070c2ccd92574020
 SHA512 
22a4394f645b5909e75b07d63164ad4fa362f78d69c6f30e8e2daf15bc910c238e8cd983a9f1cb3c1045a0722f9a1c260002b4afe8fb5915033b3ddb20814a17
 DIST gns3-server-2.2.25.tar.gz 10229566 BLAKE2B 
73827940698335dcf9ef6d4b6c4c88b162852ec493f8ea05eebbdca20df3c84e4f5ee2ac218ed72755350df2f0e27cfc6cbd34b541e9e5bc0eada2fcb8e266ac
 SHA512 
c7fa163eedc064fd266100658d7d2084ab0c542280d6689938a06943534df320f905c0e46175580bd3792218369936c55f9e135a12577f8a4b7eb86ac8fe9739
 DIST gns3-server-2.2.26.tar.gz 10230386 BLAKE2B 
9b9de96cc22aeb1da92a48c9c04a0bf0271f3e47909bf09de76f357d727a4dfc2aa8181c47713192a9c88e55497ca3d8577f34635bf1f2f353387008c1bd13b7
 SHA512 
80a3e2939374b7a8f7e961f565b16d8a7575414793a3772235b41eadc184d02543ddae18122e90a2602ca51ce24513e1add17b1e7732f44c108daf3d6bc9dc7a

diff --git a/net-misc/gns3-server/files/gns3-server-2.2.24-Fix-tests.patch 
b/net-misc/gns3-server/files/gns3-server-2.2.24-Fix-tests.patch
deleted file mode 100644
index 3d0556ab4a1..000
--- a/net-misc/gns3-server/files/gns3-server-2.2.24-Fix-tests.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-From 4eb8491cfa61310066395f078009ccc822488eb8 Mon Sep 17 00:00:00 2001
-From: grossmj 
-Date: Wed, 1 Sep 2021 19:31:37 +0930
-Subject: [PATCH] Fix tests. Fixes #1950
-

- tests/compute/qemu/test_qemu_manager.py |  1 -
- tests/compute/qemu/test_qemu_vm.py  | 12 ++--
- tests/compute/test_manager.py   |  2 +-
- 3 files changed, 7 insertions(+), 8 deletions(-)
-
 a/tests/compute/qemu/test_qemu_manager.py
-+++ b/tests/compute/qemu/test_qemu_manager.py
-@@ -71,7 +71,6 @@ async def test_binary_list(monkeypatch, tmpdir):
- assert {"path": os.path.join(os.environ["PATH"], "qemu-kvm"), 
"version": version} in qemus
- assert {"path": os.path.join(os.environ["PATH"], "qemu-system-x42"), 
"version": version} in qemus
- assert {"path": os.path.join(os.environ["PATH"], "hello"), "version": 
version} not in qemus
--assert {"path": os.path.join(os.environ["PATH"], 
"qemu-system-x86_64-spice"), "version": version} not in qemus
- 
- qemus = await Qemu.binary_list(["x86"])
- 
 a/tests/compute/qemu/test_qemu_vm.py
-+++ b/tests/compute/qemu/test_qemu_vm.py
-@@ -818,21 +818,21 @@ def test_options(linux_platform, vm):
- assert vm.kvm is False
- 
- vm.options = "-no-kvm"
--assert vm.options == "-no-kvm"
-+assert vm.options == "-machine accel=tcg"
- 
- vm.options = "-enable-kvm"
--assert vm.options == "-enable-kvm"
-+assert vm.options == "-machine accel=kvm"
- 
- vm.options = "-icount 12"
--assert vm.options == "-no-kvm -icount 12"
-+assert vm.options == "-icount 12"
- 
- vm.options = "-icount 12 -no-kvm"
--assert vm.options == "-icount 12 -no-kvm"
-+assert vm.options == "-icount 12 -machine accel=tcg"
- 
- 
- def test_options_windows(windows_platform, vm):
- vm.options = "-no-kvm"
--assert vm.options == ""
-+assert vm.options == "-machine accel=tcg"
- 
- vm.options = "-enable-kvm"
- assert vm.options == ""
-@@ -878,7 +878,7 @@ async def 
test_run_with_kvm_linux_options_no_kvm(linux_platform, vm):
- 
- with patch("os.path.exists", return_value=True) as os_path:
- vm.manager.config.set("Qemu", "enable_kvm", True)
--assert await vm._run_with_hardware_acceleration("qemu-system-x86_64", 
"-no-kvm") is False
-+assert await vm._run_with_hardware_acceleration("qemu-system-x86_64", 
"-machine accel=tcg") is False
- 
- 
- async def test_run_with_kvm_not_x86(linux_platform, vm):
 a/tests/compute/test_manager.py
-+++ b/tests/compute/test_manager.py
-@@ -190,7 +190,7 @@ def test_get_abs_image_recursive_ova(qemu, tmpdir, config):
- config.set_section_config("Server", {
- "images_path": str(tmpdir / "images1"),
- "local": False})
--assert 

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

2021-10-21 Thread Ionen Wolkens
commit: 5d8e8298775654ece9bacaef932cd7fe9d70c74b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Oct 22 00:51:18 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8e8298

dev-games/clanlib: drop 0.8.1-r1, 2.3.7-r1

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

 dev-games/clanlib/clanlib-0.8.1-r1.ebuild |  93 --
 dev-games/clanlib/clanlib-2.3.7-r1.ebuild | 106 --
 2 files changed, 199 deletions(-)

diff --git a/dev-games/clanlib/clanlib-0.8.1-r1.ebuild 
b/dev-games/clanlib/clanlib-0.8.1-r1.ebuild
deleted file mode 100644
index d5fb6234027..000
--- a/dev-games/clanlib/clanlib-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Multi-platform game development library"
-HOMEPAGE="http://www.clanlib.org/;
-SRC_URI="http://clanlib.org/download/releases-${PV:0:3}/ClanLib-${PV}.tgz;
-S="${WORKDIR}"/ClanLib-${PV}
-
-LICENSE="ZLIB"
-SLOT="0.8"
-# Not big endian safe! #82779
-KEYWORDS="amd64 x86"
-IUSE="doc ipv6 mikmod opengl sdl static-libs vorbis"
-
-# opengl keyword does not drop the GL/GLU requirement.
-# Autoconf files need to be fixed
-RDEPEND="
-   media-libs/alsa-lib
-   media-libs/libpng:0
-   virtual/jpeg:0
-   virtual/glu
-   virtual/opengl
-   x11-libs/libXi
-   x11-libs/libXmu
-   x11-libs/libXxf86vm
-   mikmod? ( media-libs/libmikmod )
-   sdl? (
-   media-libs/libsdl[X]
-   media-libs/sdl-gfx
-   )
-   vorbis? ( media-libs/libvorbis )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-ndebug.patch"
-   "${FILESDIR}/${P}-gcc43.patch"
-   "${FILESDIR}/${P}-gcc44.patch"
-   "${FILESDIR}/${P}-gcc47.patch"
-   "${FILESDIR}/${P}-gcc6.patch"
-   "${FILESDIR}/${P}-llvm.patch"
-   "${FILESDIR}/${P}-libpng15.patch"
-   "${FILESDIR}/${P}-docbuilder.patch"
-)
-
-DOCS=(
-   CODING_STYLE CREDITS NEWS PATCHES
-   README{,.anjuta,.distros,.kdevelop,.sdl,.upgrade} INSTALL.linux
-)
-
-src_prepare() {
-   default
-   # See #739358
-   sed -i -e "s:libdir=\${exec_prefix}/lib:libdir=@libdir@:g" \
-   pkgconfig/*.pc.in || die
-}
-
-src_configure() {
-   # clanSound only controls mikmod/vorbis so there's
-   # no need to pass --{en,dis}able-clanSound ...
-   # clanDisplay only controls X, SDL, OpenGL plugins
-   # so no need to pass --{en,dis}able-clanDisplay
-   # also same reason why we don't have to use clanGUI
-   econf \
-   --enable-dyn \
-   --enable-clanNetwork \
-   $(use_enable x86 asm386) \
-   $(use_enable doc docs) \
-   $(use_enable opengl clanGL) \
-   $(use_enable sdl clanSDL) \
-   $(use_enable vorbis clanVorbis) \
-   $(use_enable mikmod clanMikMod) \
-   $(use_enable ipv6 getaddr) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-
-   if use doc ; then
-   dodir /usr/share/doc/${PF}/html
-   mv "${D}"/usr/share/doc/clanlib/* 
"${D}"/usr/share/doc/${PF}/html/ || die
-   rm -rf "${D}"/usr/share/doc/clanlib
-   cp -r Examples Resources "${D}"/usr/share/doc/${PF}/ || die
-   fi
-
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-games/clanlib/clanlib-2.3.7-r1.ebuild 
b/dev-games/clanlib/clanlib-2.3.7-r1.ebuild
deleted file mode 100644
index de31fc373c2..000
--- a/dev-games/clanlib/clanlib-2.3.7-r1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-MY_P=ClanLib-${PV}
-DESCRIPTION="Multi-platform game development library"
-HOMEPAGE="http://www.clanlib.org/;
-SRC_URI="http://clanlib.org/download/releases-2.0/${MY_P}.tgz;
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="ZLIB"
-SLOT="2.3"
-# Not big endian safe! #82779
-KEYWORDS="amd64 x86"
-IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs 
vorbis X"
-REQUIRED_USE="opengl? ( X )"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen dev-lang/perl )
-"
-RDEPEND="
-   sys-libs/zlib
-   X? (
-   app-arch/bzip2
-   media-libs/libpng:0
-   media-libs/freetype
-   media-libs/fontconfig
-   virtual/jpeg:0
-   x11-libs/libX11
-   opengl? ( virtual/opengl )
-   )
-   mikmod? (
-   media-libs/alsa-lib
-   media-libs/libmikmod
-   )
-   sqlite? ( dev-db/sqlite:3 )
-   sound? ( media-libs/alsa-lib )
-   vorbis? (
-   

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

2021-10-21 Thread Ionen Wolkens
commit: b7a1b4c623aaaf3c601a97d7565a58a28a3b5dd5
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Oct 22 00:47:55 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a1b4c6

dev-games/clanlib: stabilize 2.3.7-r2 for amd64, x86

Even if glibc-2.34 won't be stabled anytime soon, still want
fixes (bug #811591) in stable before it's keyworded.

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

 dev-games/clanlib/clanlib-2.3.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/clanlib/clanlib-2.3.7-r2.ebuild 
b/dev-games/clanlib/clanlib-2.3.7-r2.ebuild
index 5a2389c1c05..600c112305e 100644
--- a/dev-games/clanlib/clanlib-2.3.7-r2.ebuild
+++ b/dev-games/clanlib/clanlib-2.3.7-r2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="ZLIB"
 SLOT="2.3"
 # Not big endian safe! #82779
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs 
vorbis X"
 REQUIRED_USE="opengl? ( X )"
 



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

2021-10-21 Thread Ionen Wolkens
commit: c6a93558cdbee05ae79ef8de9f1685a32401719b
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Oct 21 15:31:45 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a93558

net-misc/gns3-server: version bump (2.2.26)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-misc/gns3-server/Manifest  |  1 +
 net-misc/gns3-server/gns3-server-2.2.26.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-misc/gns3-server/Manifest b/net-misc/gns3-server/Manifest
index 434f43666f1..5a164aac318 100644
--- a/net-misc/gns3-server/Manifest
+++ b/net-misc/gns3-server/Manifest
@@ -1,2 +1,3 @@
 DIST gns3-server-2.2.24.tar.gz 9057352 BLAKE2B 
cc49127afa9b3422f25ec2d10e53b7cedc59a4b872394d7b7c47ac34e6859fd5f22547277f351ba75b6520a0881b2ebbda6ba932af31108f070c2ccd92574020
 SHA512 
22a4394f645b5909e75b07d63164ad4fa362f78d69c6f30e8e2daf15bc910c238e8cd983a9f1cb3c1045a0722f9a1c260002b4afe8fb5915033b3ddb20814a17
 DIST gns3-server-2.2.25.tar.gz 10229566 BLAKE2B 
73827940698335dcf9ef6d4b6c4c88b162852ec493f8ea05eebbdca20df3c84e4f5ee2ac218ed72755350df2f0e27cfc6cbd34b541e9e5bc0eada2fcb8e266ac
 SHA512 
c7fa163eedc064fd266100658d7d2084ab0c542280d6689938a06943534df320f905c0e46175580bd3792218369936c55f9e135a12577f8a4b7eb86ac8fe9739
+DIST gns3-server-2.2.26.tar.gz 10230386 BLAKE2B 
9b9de96cc22aeb1da92a48c9c04a0bf0271f3e47909bf09de76f357d727a4dfc2aa8181c47713192a9c88e55497ca3d8577f34635bf1f2f353387008c1bd13b7
 SHA512 
80a3e2939374b7a8f7e961f565b16d8a7575414793a3772235b41eadc184d02543ddae18122e90a2602ca51ce24513e1add17b1e7732f44c108daf3d6bc9dc7a

diff --git a/net-misc/gns3-server/gns3-server-2.2.26.ebuild 
b/net-misc/gns3-server/gns3-server-2.2.26.ebuild
new file mode 100644
index 000..9d91356deda
--- /dev/null
+++ b/net-misc/gns3-server/gns3-server-2.2.26.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 optfeature systemd
+
+DESCRIPTION="GNS3 server to asynchronously manage emulators"
+HOMEPAGE="https://www.gns3.com/ https://github.com/GNS3/gns3-server;
+SRC_URI="https://github.com/GNS3/gns3-server/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emulation/dynamips
+   >=dev-python/aiofiles-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
+   >=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/distro-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]
+   >=dev-python/py-cpuinfo-8.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sentry-sdk-1.3.1[${PYTHON_USEDEP}]
+   net-misc/ubridge
+   sys-apps/busybox
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+
+   # newer python packages are fine
+   sed -i -e 's/[<>=].*//' requirements.txt || die
+
+   # Remove Pre-built busybox binary
+   rm gns3server/compute/docker/resources/bin/busybox || die
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   systemd_dounit init/gns3.service.systemd
+
+   mkdir -p 
"${D}$(python_get_sitedir)/gns3server/compute/docker/resources/bin" || die
+   ln -s /bin/busybox 
"${D}$(python_get_sitedir)/gns3server/compute/docker/resources/bin/busybox" || 
die
+}
+
+pkg_postinst() {
+   elog "net-misc/gns3-server has several optional packages that must be 
merged manually for additional functionality."
+   elog ""
+   optfeature "QEMU Support" "app-emulation/qemu"
+   optfeature "Virtualbox Support" "app-emulation/virtualbox"
+   optfeature "Docker Support" "app-emulation/docker"
+   optfeature "Wireshark Support" "net-analyzer/wireshark"
+   elog ""
+   elog "The following packages are currently unsupported:"
+   elog "iouyap and vpcs"
+}



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

2021-10-21 Thread Ionen Wolkens
commit: 204e05856e9184802532800d41f8692fdfdb52ce
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Oct 22 00:45:40 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204e0585

dev-games/clanlib: stabilize 0.8.1-r2 for amd64, x86

Even if glibc-2.34 won't be stabled anytime soon, still want
fixes (bug #808707) in stable before it's keyworded.

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

 dev-games/clanlib/clanlib-0.8.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/clanlib/clanlib-0.8.1-r2.ebuild 
b/dev-games/clanlib/clanlib-0.8.1-r2.ebuild
index a52b9730199..dc731f1467d 100644
--- a/dev-games/clanlib/clanlib-0.8.1-r2.ebuild
+++ b/dev-games/clanlib/clanlib-0.8.1-r2.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"/ClanLib-${PV}
 LICENSE="ZLIB"
 SLOT="0.8"
 # Not big endian safe! #82779
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc ipv6 mikmod opengl sdl static-libs vorbis"
 
 # opengl keyword does not drop the GL/GLU requirement.



[gentoo-commits] repo/gentoo:master commit in: dev-games/clanlib/files/, dev-games/clanlib/

2021-10-21 Thread Ionen Wolkens
commit: cbc343591d3efc77a714e71275d7c72181720cb5
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Oct 22 01:37:32 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc34359

dev-games/clanlib: fix :2.3 build on x86 with USE=opengl

This likely been broken in stable for a long time, perhaps since
the switch to libglvnd (assuming it was tested and ever worked).

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

 dev-games/clanlib/clanlib-2.3.7-r2.ebuild |  1 +
 .../clanlib/files/clanlib-2.3.7-32bit-opengl.patch| 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-games/clanlib/clanlib-2.3.7-r2.ebuild 
b/dev-games/clanlib/clanlib-2.3.7-r2.ebuild
index b27100b9778..5a2389c1c05 100644
--- a/dev-games/clanlib/clanlib-2.3.7-r2.ebuild
+++ b/dev-games/clanlib/clanlib-2.3.7-r2.ebuild
@@ -52,6 +52,7 @@ PATCHES=(
"${FILESDIR}"/${P}-doc.patch
"${FILESDIR}"/${P}-freetype_pkgconfig.patch #764902
"${FILESDIR}"/${P}-glibc2.34.patch
+   "${FILESDIR}"/${P}-32bit-opengl.patch
 )
 
 DOCS=( CODING_STYLE CREDITS PATCHES README )

diff --git a/dev-games/clanlib/files/clanlib-2.3.7-32bit-opengl.patch 
b/dev-games/clanlib/files/clanlib-2.3.7-32bit-opengl.patch
new file mode 100644
index 000..73d5287c5dd
--- /dev/null
+++ b/dev-games/clanlib/files/clanlib-2.3.7-32bit-opengl.patch
@@ -0,0 +1,19 @@
+Patch taken from Fedora, removes redefinitions that conflicts on x86.
+--- a/Sources/API/GL/opengl_defines.h
 b/Sources/API/GL/opengl_defines.h
+@@ -69,6 +69,4 @@
+ typedef void GLvoid;
+ typedef char GLchar;
+-typedef ptrdiff_t GLintptr;
+-typedef ptrdiff_t GLsizeiptr;
+ typedef struct __CLsync *CLsync;
+ 
+--- a/Sources/API/GL1/opengl1_defines.h
 b/Sources/API/GL1/opengl1_defines.h
+@@ -65,6 +65,4 @@
+ typedef void GLvoid;
+ typedef char GLchar;
+-typedef ptrdiff_t GLintptr;
+-typedef ptrdiff_t GLsizeiptr;
+ 
+ #else



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnudoku/, profiles/, games-puzzle/gnudoku/files/

2021-10-21 Thread Ionen Wolkens
commit: 559ed8b28f69724460287a4fdc8cd4a9cbdfdd87
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Thu Oct 21 16:23:28 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559ed8b2

games-puzzle/gnudoku: treeclean

Closes: https://bugs.gentoo.org/711344
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/22659
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-puzzle/gnudoku/Manifest  |  1 -
 .../gnudoku/files/gnudoku-0.93-gcc43.patch | 20 ---
 games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild| 41 --
 games-puzzle/gnudoku/metadata.xml  |  8 -
 profiles/package.mask  |  4 ---
 5 files changed, 74 deletions(-)

diff --git a/games-puzzle/gnudoku/Manifest b/games-puzzle/gnudoku/Manifest
deleted file mode 100644
index b57b02ea7da..000
--- a/games-puzzle/gnudoku/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST GNUDoku-0.93.tar.gz 26212 BLAKE2B 
77d47294dbdfb3b9074e7ffb4a2083d13a33caa7a6268bb70722970beb5b065e54b4cb16733686ab2c8d08d4e88855ed51cacdd639aff5a84f1c62c5ab43aa35
 SHA512 
124bde796149136320758de5088f7d177ec8a4ffe03190f22bd8b228c00d1adb790450c760110e14d1cc9bf70f7dd54477405582c313c91e8da97d39c8fc55a6

diff --git a/games-puzzle/gnudoku/files/gnudoku-0.93-gcc43.patch 
b/games-puzzle/gnudoku/files/gnudoku-0.93-gcc43.patch
deleted file mode 100644
index bb92102a37d..000
--- a/games-puzzle/gnudoku/files/gnudoku-0.93-gcc43.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/GNUDoku.C
-+++ b/GNUDoku.C
-@@ -25,6 +25,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include 
- #include 
 a/sudoku.C
-+++ b/sudoku.C
-@@ -10,6 +10,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include 
- namespace sudoku

diff --git a/games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild 
b/games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild
deleted file mode 100644
index bfd07d1a9a2..000
--- a/games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop flag-o-matic
-
-MY_PN="GNUDoku"
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="A program for creating and solving Su Doku puzzles"
-HOMEPAGE="http://www.icculus.org/~jcspray/GNUDoku;
-SRC_URI="http://www.icculus.org/~jcspray/GNUDoku/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-RDEPEND=">=dev-cpp/gtkmm-2.6:2.4"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   eapply "${FILESDIR}"/${P}-gcc43.patch
-   append-cxxflags -std=c++11
-   sed -i \
-   -e "s:\$(CXX):\$(CXX) ${CXXFLAGS} ${LDFLAGS}:" \
-   Makefile \
-   || die "sed failed"
-}
-
-src_install() {
-   dobin GNUDoku
-   newicon GNUDoku.png ${PN}.png
-   make_desktop_entry ${MY_PN} ${MY_PN}
-   dodoc ALGORITHM Changelog README TODO
-}

diff --git a/games-puzzle/gnudoku/metadata.xml 
b/games-puzzle/gnudoku/metadata.xml
deleted file mode 100644
index 1c3ba213c49..000
--- a/games-puzzle/gnudoku/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 439559938b8..207a0b3ee10 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -376,10 +376,6 @@ net-libs/libsoup:3.0
 # https://github.com/NVIDIA/egl-wayland/issues/41
 >=gui-libs/egl-wayland-1.1.8
 
-# Alexey Sokolov  (2021-08-30)
-# Homepage dead, uses gtk2, fails to build, https://bugs.gentoo.org/711344
-games-puzzle/gnudoku
-
 # Stephan Hartmann  (2021-09-25)
 # Dev channel releases are only for people who
 # are developers or want more experimental features



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

2021-10-21 Thread Ionen Wolkens
commit: e940b960239f46bb6bb2973e3e85368b59214121
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Thu Oct 21 23:29:06 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 22 02:20:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e940b960

app-misc/rpick: Drop 0.8.4

Signed-off-by: Randy Barlow  electronsweatshop.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-misc/rpick/Manifest   |  28 
 app-misc/rpick/rpick-0.8.4.ebuild | 133 --
 2 files changed, 161 deletions(-)

diff --git a/app-misc/rpick/Manifest b/app-misc/rpick/Manifest
index 49a967a6865..7eda72d4acd 100644
--- a/app-misc/rpick/Manifest
+++ b/app-misc/rpick/Manifest
@@ -1,10 +1,8 @@
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
-DIST approx-0.4.0.crate 14280 BLAKE2B 
8508006fd4b31290b4a3e0b26f521af94d5014774b7295705ac5d03099de1d9e22a26c4a1ad3fc0e70d1c6642c30034a7971ed4d57e0de766129213e2d025ac9
 SHA512 
eb63504a72065362067cd213543f74206fd6ee93d94d12ed5da9d430341b20cb51c860890465a4118ea0ea30baf84013ab81468b73677742af8a6dbb16121568
 DIST approx-0.5.0.crate 14359 BLAKE2B 
d1811157cb560d24b559b5f4954654dcfe4d1d418f90ed98536c0f8c72584b9cc10c93c4e89fa376f96be043338964d07bc722ef16ebf3041e8c7eb755f2941e
 SHA512 
4c7ef7d54b6a9fac11587fd16638d36d8738e5156f5abf77cd994056377427f12170b61c03d1acf591dbb897911babc852c2a4a12b3c5277e1065d952c9e7dc6
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
-DIST assert_cmd-1.0.4.crate 26621 BLAKE2B 
0acd8a6c09cfe51594508fa7c4dc27e8831672c4e1ddbd6d392c3b439b21f3cffd8613c4abd379cc69ac500d640433aae61f5ae5a3e5908deaec193fecb70146
 SHA512 
125d792ab8078a205bdf5cb396c8ac4b0c7330b7773af0014c4f17e23af56dad30f14bee51a87cdf615bdf17c849274dcf7df1ebcd9c479cc8c2223c6203784a
 DIST assert_cmd-1.0.7.crate 26777 BLAKE2B 
a27a6c59969b6202ceebc72b50331e056f02e05befe710f3f1fe77622a61ed4ed11e258cc2df43f52a7f57c18e4bc9b33c72946d012a4fd6f5417c1a5fedddff
 SHA512 
9e0e67bdf14df8235cdd11d9c453bb2f0723188a39961d8aab26fd98f2c64629d085c8d3eb50ee88371ecdc2ea306bfe5dda1ca4872082b40f13a4cea99e05d1
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
@@ -16,7 +14,6 @@ DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f3
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
 DIST constant_time_eq-0.1.5.crate 4936 BLAKE2B 
882dbf33f20954205fcc5b6e39863db8969d184b697fd51ef462f6890c1a754e3fae67bcc7db685d8cc26abe6e3871d3b80aa542489ba9551a0c95a49f7a6dc2
 SHA512 
a4e0155a7ad72babcfd418d832d362b3fca7333aaaf36c246b00e948983837c3c93378b86e37c5fa7626fe137e3b6d77276ccc61624a7f4ab914605905a88a01
-DIST crossbeam-utils-0.8.4.crate 37279 BLAKE2B 

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

2021-10-21 Thread Yixun Lan
commit: e5dfc70ec65ba61d2aee4c287e42357d518920cd
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 16:04:36 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dfc70e

media-fonts/font-xfree86-type1: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild 
b/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild
index dff6e1c8a98..26fc5a417f2 100644
--- a/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild
+++ b/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org XFree86 Type 1 font"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/xcursor-themes/

2021-10-21 Thread Yixun Lan
commit: f8096b03ea22768aced54d9a8e24e791c7e8b9a8
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 16:41:58 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8096b03

x11-themes/xcursor-themes: keyword ~riscv

Closes: https://github.com/gentoo/gentoo/pull/22635
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild 
b/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild
index 9c326b9d7d7..dac2e6be8d6 100644
--- a/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild
+++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild
@@ -7,7 +7,7 @@ XORG_MODULE=data/
 inherit xorg-3
 
 DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
x11-apps/xcursorgen



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

2021-10-21 Thread Yixun Lan
commit: 06cd337badb616b210eb0059ae25e7c5256f1642
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 16:40:40 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cd337b

x11-base/xorg-x11: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild 
b/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
index a576a1656c2..348cdce0a94 100644
--- a/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="+fonts"
 
 # Server



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

2021-10-21 Thread Yixun Lan
commit: 739b5c850f153aa995aa5a5346f928de10871110
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 16:38:47 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739b5c85

x11-apps/xbacklight: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-apps/xbacklight/xbacklight-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xbacklight/xbacklight-1.2.3.ebuild 
b/x11-apps/xbacklight/xbacklight-1.2.3.ebuild
index 770b23b7ef8..2c050f66610 100644
--- a/x11-apps/xbacklight/xbacklight-1.2.3.ebuild
+++ b/x11-apps/xbacklight/xbacklight-1.2.3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit xorg-3
 
 DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output 
property"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libxcb



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

2021-10-21 Thread Yixun Lan
commit: fab2feb1b07ca0fe8dc09d17ed6ec07d263ff839
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 16:01:34 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab2feb1

media-fonts/font-winitzki-cyrillic: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3-r2.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3-r2.ebuild 
b/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3-r2.ebuild
index 78b3db2bd46..843f045f2b1 100644
--- a/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3-r2.ebuild
+++ b/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Winitzki cyrillic font"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: a482206ca6359616c6b6e92352a517c8003d523f
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:46:23 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a482206c

media-fonts/font-mutt-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r2.ebuild 
b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r2.ebuild
index 2eaff342104..e19d52aadbe 100644
--- a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org ClearlyU fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 2cbceee67d95de4e74bfe98c94efd06f9e9712d9
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:55:31 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbceee6

media-fonts/font-sony-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-sony-misc/font-sony-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-sony-misc/font-sony-misc-1.0.3-r2.ebuild 
b/media-fonts/font-sony-misc/font-sony-misc-1.0.3-r2.ebuild
index 29c049b14bf..5e00185b361 100644
--- a/media-fonts/font-sony-misc/font-sony-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-sony-misc/font-sony-misc-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Sony fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 605834863060f1eac1379445504af207153c6ed1
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:58:33 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60583486

media-fonts/font-sun-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-sun-misc/font-sun-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-sun-misc/font-sun-misc-1.0.3-r2.ebuild 
b/media-fonts/font-sun-misc/font-sun-misc-1.0.3-r2.ebuild
index ffb78d18750..16f7bf5d0d2 100644
--- a/media-fonts/font-sun-misc/font-sun-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-sun-misc/font-sun-misc-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Sun fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"



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

2021-10-21 Thread Yixun Lan
commit: 002ec14087138bee7b841d7b5df3c0a41e28a8eb
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:52:28 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002ec140

media-fonts/font-screen-cyrillic: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r2.ebuild 
b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r2.ebuild
index b62a6b45810..c233dc43b1b 100644
--- a/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r2.ebuild
+++ b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Screen cyrillic fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: a1a24a3a4ae66d14f4660f94496e99a081815f50
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:49:27 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:28:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a24a3a

media-fonts/font-schumacher-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2-r2.ebuild 
b/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2-r2.ebuild
index 600554d4986..c940a940127 100644
--- a/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2-r2.ebuild
+++ b/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2-r2.ebuild
@@ -6,5 +6,5 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Schumacher fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="nls"



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

2021-10-21 Thread Yixun Lan
commit: c7434a9d016b2ac836afe137e2cacd18f01a257c
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:18:53 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7434a9d

media-fonts/font-daewoo-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3-r2.ebuild 
b/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3-r2.ebuild
index 46acb5052a9..6fbd2d82c35 100644
--- a/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Daewoo fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bitstream-100dpi/

2021-10-21 Thread Yixun Lan
commit: 731ec8a9acbb42c8acb445e4b8c908609f5f2cc3
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:03:35 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731ec8a9

media-fonts/font-bitstream-100dpi: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3-r2.ebuild 
b/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3-r2.ebuild
index 156ab181b87..19112508797 100644
--- a/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3-r2.ebuild
+++ b/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Bitstream bitmap fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 5eb8b22c044a1847844083cd930a3b45144292cd
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:21:54 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb8b22c

media-fonts/font-dec-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-dec-misc/font-dec-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r2.ebuild 
b/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r2.ebuild
index 91d05779239..380d36a9d46 100644
--- a/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org DEC fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: ac8dd0646824c720c7601405693f7c6cd67a1879
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:15:44 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8dd064

media-fonts/font-cronyx-cyrillic: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3-r2.ebuild 
b/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3-r2.ebuild
index b40bf5f1fe2..d1a4df6c193 100644
--- a/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3-r2.ebuild
+++ b/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Cronyx cyrillic fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: f4dd9c44bc6762ac2c19a45f012f3dfe658c31b8
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:24:55 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dd9c44

media-fonts/font-ibm-type1: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r2.ebuild 
b/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r2.ebuild
index 7b66977f7a0..b369c3bc138 100644
--- a/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r2.ebuild
+++ b/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org IBM Courier font"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 2e39f7e31d80404a028ad2e8710b57a460fd7fcb
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:37:00 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e39f7e3

media-fonts/font-misc-cyrillic: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3-r2.ebuild 
b/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3-r2.ebuild
index 576c8b0029d..87de2aa5032 100644
--- a/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3-r2.ebuild
+++ b/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org misc-cyrillic fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 2b4e9c2aa54af75d3a2a9c91c48b3df3d9e0fd1b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:30:58 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4e9c2a

media-fonts/font-jis-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-jis-misc/font-jis-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-jis-misc/font-jis-misc-1.0.3-r2.ebuild 
b/media-fonts/font-jis-misc/font-jis-misc-1.0.3-r2.ebuild
index 0c320ac0c3c..53659956107 100644
--- a/media-fonts/font-jis-misc/font-jis-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-jis-misc/font-jis-misc-1.0.3-r2.ebuild
@@ -5,4 +5,4 @@ EAPI=7
 inherit xorg-3
 
 DESCRIPTION="X.Org JIS (japanese) fonts"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 8bd37b6559ce4801082d2b8d43779c120690b080
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:40:19 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd37b65

media-fonts/font-misc-ethiopic: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild 
b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild
index 935488e493f..06222cb7bbf 100644
--- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild
+++ b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.4.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="Miscellaneous Ethiopic fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 XORG_CONFIGURE_OPTIONS=(
--with-fontrootdir="${EPREFIX}/usr/share/fonts"



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

2021-10-21 Thread Yixun Lan
commit: 0e33dd41260f6eada305aaad816572b0334668b1
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:43:20 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e33dd41

media-fonts/font-misc-meltho: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-misc-meltho/font-misc-meltho-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3-r2.ebuild 
b/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3-r2.ebuild
index 68d8be9ffc1..ec6ca97af47 100644
--- a/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3-r2.ebuild
+++ b/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3-r2.ebuild
@@ -8,4 +8,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Syriac fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 900f09a833354f438f331e2845d3dd0f9dce81cc
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:27:56 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900f09a8

media-fonts/font-isas-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-isas-misc/font-isas-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-isas-misc/font-isas-misc-1.0.3-r2.ebuild 
b/media-fonts/font-isas-misc/font-isas-misc-1.0.3-r2.ebuild
index 8b75b6e5c66..beca7ccb0a1 100644
--- a/media-fonts/font-isas-misc/font-isas-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-isas-misc/font-isas-misc-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org the Institute of Software, Academia Sinica (chinese) fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: a096409a8bd0aa705c25e212f9c149c9099944bd
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:33:58 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a096409a

media-fonts/font-micro-misc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-micro-misc/font-micro-misc-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-micro-misc/font-micro-misc-1.0.3-r2.ebuild 
b/media-fonts/font-micro-misc/font-micro-misc-1.0.3-r2.ebuild
index 857562a1c2d..b3a5e81b866 100644
--- a/media-fonts/font-micro-misc/font-micro-misc-1.0.3-r2.ebuild
+++ b/media-fonts/font-micro-misc/font-micro-misc-1.0.3-r2.ebuild
@@ -7,4 +7,4 @@ inherit xorg-3
 DESCRIPTION="X.Org micro-misc font"
 LICENSE="public-domain"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bitstream-75dpi/

2021-10-21 Thread Yixun Lan
commit: a7d9cfefb70e1015f31078e56c1cec847137ae79
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:06:42 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d9cfef

media-fonts/font-bitstream-75dpi: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3-r2.ebuild 
b/media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3-r2.ebuild
index 156ab181b87..19112508797 100644
--- a/media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3-r2.ebuild
+++ b/media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Bitstream bitmap fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 46258014b6afff4b69a8be8e9560f8690cd3f11d
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:09:44 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46258014

media-fonts/font-bitstream-speedo: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-bitstream-speedo/font-bitstream-speedo-1.0.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/font-bitstream-speedo/font-bitstream-speedo-1.0.2-r2.ebuild 
b/media-fonts/font-bitstream-speedo/font-bitstream-speedo-1.0.2-r2.ebuild
index e48693410d0..9787c4c5895 100644
--- a/media-fonts/font-bitstream-speedo/font-bitstream-speedo-1.0.2-r2.ebuild
+++ b/media-fonts/font-bitstream-speedo/font-bitstream-speedo-1.0.2-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="Bitstream Speedo fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: adc2af06f53baa1a56c071ae68d13fec9e484bf5
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 15:12:44 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc2af06

media-fonts/font-bitstream-type1: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3-r2.ebuild 
b/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3-r2.ebuild
index 54196ab9317..4c5614a5417 100644
--- a/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3-r2.ebuild
+++ b/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3-r2.ebuild
@@ -6,4 +6,4 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Bitstream Type 1 fonts"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-10-21 Thread Yixun Lan
commit: 3d33286d64a68805954ae9dd233b72c24b0cc385
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Oct 16 14:38:43 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 22 01:27:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d33286d

media-fonts/font-bh-type1: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild 
b/media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild
index b745fa1f7ba..741f45235d2 100644
--- a/media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild
+++ b/media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild
@@ -7,4 +7,4 @@ inherit xorg-3
 DESCRIPTION="X.Org Bigelow & Holmes Type 1 fonts"
 LICENSE="bh-luxi"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"



[gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/lean-mathlib/

2021-10-21 Thread Alessandro Barbieri
commit: ddb94e3f25373ae8eae84682060e36b6bf108bf0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Oct 22 00:09:12 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Oct 22 00:09:28 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddb94e3f

sci-mathematics/lean-mathlib: initial import

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

 sci-mathematics/lean-mathlib/Manifest  |  1 +
 .../lean-mathlib/lean-mathlib-0.1_p20211021.ebuild | 43 ++
 sci-mathematics/lean-mathlib/metadata.xml  | 15 
 3 files changed, 59 insertions(+)

diff --git a/sci-mathematics/lean-mathlib/Manifest 
b/sci-mathematics/lean-mathlib/Manifest
new file mode 100644
index 0..6d4751f6e
--- /dev/null
+++ b/sci-mathematics/lean-mathlib/Manifest
@@ -0,0 +1 @@
+DIST lean-mathlib-0.1_p20211021.tar.gz 6665360 BLAKE2B 
92d7627a095fd8cbc2bbdeccd9321c86badbd36152a034a15d005eadd0507c21aeeb73ecbef8199a267104b5b881ba5b100355e48003c68785205650c4a23876
 SHA512 
792e8074cba39d1baab87f47af64c49f2a95043c8e9d592f41fe87d8697405c2595933954e1fbf30cb657551e2350fa274e405996d030e47db166cd078a232e4

diff --git a/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20211021.ebuild 
b/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20211021.ebuild
new file mode 100644
index 0..5b3bfe7c8
--- /dev/null
+++ b/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20211021.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT="3c11bd771ef17197a9e9fcd4a3fabfa2804d950c"
+
+DESCRIPTION="Lean mathematical components library"
+HOMEPAGE="https://github.com/leanprover-community/mathlib;
+SRC_URI="https://github.com/leanprover-community/mathlib/archive/${COMMIT}.tar.gz
 -> ${PF}.tar.gz"
+S="${WORKDIR}/mathlib-${COMMIT}"
+
+KEYWORDS="~amd64"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=dev-lang/lean-3.34.0"
+DEPEND="
+   ${RDEPEND}
+   sci-mathematics/mathlib-tools
+"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   leanpkg configure || die
+}
+
+src_compile() {
+   leanpkg build || die
+}
+
+src_install() {
+   dodoc -r docs
+   rm -r docs || die
+   insinto /usr/lib/lean/mathlib
+   doins -r .
+}
+
+src_test() {
+   leanpkg test || die
+}

diff --git a/sci-mathematics/lean-mathlib/metadata.xml 
b/sci-mathematics/lean-mathlib/metadata.xml
new file mode 100644
index 0..3005583c8
--- /dev/null
+++ b/sci-mathematics/lean-mathlib/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+  
+  
+https://github.com/leanprover-community/mathlib/issues
+leanprover-community/mathlib
+  
+



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

2021-10-21 Thread Georgy Yakovlev
commit: 7a05b51437243fa2516fe607c01bd2b5e611defb
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Oct 21 23:53:40 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Oct 21 23:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a05b514

dev-db/mongodb: update Manifest

commit  36744feae96d2cb7d803ef5718c5985049692cb6  broke CI
https://archives.gentoo.org/gentoo-automated-testing/message/5d25d0e1ac03f0b5f1297357ef0fd76d

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-db/mongodb/Manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index 8108b678df4..0da8ea686b8 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -1,5 +1,3 @@
 DIST mongodb-src-r4.2.15.tar.gz 62187847 BLAKE2B 
eb9cbf52b5aeb95d3c6c6bd14da9731a85a24e2c3560163be999bddff1cd1ac90f9cf07b4c3fe22e35ffcdd174a6b2720a801fa179f574ff33150d1a4660ef9e
 SHA512 
ee46a2dfb7ae23ad38da49bf126a2bc7932bded8f01d34516ad575d2aed5d6233c5ad620b2a4424a98afb9e80e26acf40c66982cdd0637c13f0f7aaae8b746a0
-DIST mongodb-src-r4.4.1.tar.gz 49644743 BLAKE2B 
7d84998c69b9b55164ebab04b49c38a4113a0f58d431612389ec37eb044fba1adf9284e9d4454bd40bb7a071fd042308a5cd350129d6d52480412cf6b868ec2b
 SHA512 
16aa66995ea8cfe0cc47b96c1c5643a28ab47fc9f27bd93404cf572944ab30492df7c923f918b353cd7157a6ccde9ac6f58bfba322fb52c2d7409c6fb9b0
-DIST mongodb-src-r4.4.4.tar.gz 49942905 BLAKE2B 
8aa9813e87e216899b3c609b413ce6915d6ddf30faea3c0ecda2a14476fc6b08024614fa7b20e1703b5908759459e88e5e302539c27525c2359233743aa7dcda
 SHA512 
a999528a8a6bf4bf0b8ff8f5169b1aadb3c4dab9c7d936c59d66f238b864fad6e8fb6a1b9ec27f395fca95152ee020f96a8c1cf8960a48de3ce5141f8dda7d88
 DIST mongodb-src-r4.4.8.tar.gz 50492854 BLAKE2B 
4776b17e88104879ea69468ff277b07dc317d936654bb26c69750e0aaf8f51bea73994e7fc4841228d8506db392e0454b5fd16257071b86a2e4ad34e90f33632
 SHA512 
9b0cd81c9c731255a6c079c040ed342a51a72e3ea72047d3ae959c0afde50b0cdb1fcfe7fcbea30c449a3618a09d213752277cee6eb9bc0a55915b9229543606
 DIST mongodb-src-r5.0.2.tar.gz 54527477 BLAKE2B 
f71102f4c2711074498c288817ee06156cb030ee647541f6604582b918fb75239cc5a551c08b745b6296a2693d2a1ac28d94c1365b86bc508257b9d42142612a
 SHA512 
179d57a0a12c5c23e54208c262edff6976f509324be8ad68d6761997dc702534f618dea1a24568fdb2d716359762e64da54e2d152a685447b4e0450996bf2154



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-typescript/

2021-10-21 Thread Nick Sarnie
commit: 19c4471fabfdb23a8a2ca6a3f7cbf2dfb11bbceb
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:25:42 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:50:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c4471f

dev-libs/tree-sitter-typescript: Init at 0.20.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-typescript/Manifest  |  1 +
 dev-libs/tree-sitter-typescript/metadata.xml  | 15 +++
 .../tree-sitter-typescript-0.20.0.ebuild  | 15 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-libs/tree-sitter-typescript/Manifest 
b/dev-libs/tree-sitter-typescript/Manifest
new file mode 100644
index 000..3074115ad29
--- /dev/null
+++ b/dev-libs/tree-sitter-typescript/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-typescript-0.20.0.tar.gz 769336 BLAKE2B 
12f5ac1f29963eda7a34d08832ca263cf91fd6a8335c998d9d1795851bd30d4a43ade36d004ffcb287c73b63e691582a79d640e24050df4f778fa308f5b0665e
 SHA512 
99cbcabf58717eb17346b2139320f0d13846f1f335a81ed01fee6e748cd0d867218a9cc8d216162c3b9b9da86487024bedbced67e91adadab207633c25dc7e1a

diff --git a/dev-libs/tree-sitter-typescript/metadata.xml 
b/dev-libs/tree-sitter-typescript/metadata.xml
new file mode 100644
index 000..f486929bd43
--- /dev/null
+++ b/dev-libs/tree-sitter-typescript/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-typescript
+   
+

diff --git 
a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild 
b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild
new file mode 100644
index 000..a504afd74bf
--- /dev/null
+++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_PV=rust-0.20.0
+inherit tree-sitter-grammar
+
+DESCRIPTION="TypeScript grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript;
+S="${WORKDIR}"/${PN}-${TS_PV}/typescript/src
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-json/

2021-10-21 Thread Nick Sarnie
commit: 2eb9ec4403476ad95319ee0c886cc5607fad09c0
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:15:20 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb9ec44

dev-libs/tree-sitter-json: Init at 0.19.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-json/Manifest   |  1 +
 dev-libs/tree-sitter-json/metadata.xml   | 15 +++
 dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild | 13 +
 3 files changed, 29 insertions(+)

diff --git a/dev-libs/tree-sitter-json/Manifest 
b/dev-libs/tree-sitter-json/Manifest
new file mode 100644
index 000..40c6c7f187a
--- /dev/null
+++ b/dev-libs/tree-sitter-json/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-json-0.19.0.tar.gz 11102 BLAKE2B 
8530b53dffa59fcc844501dcbfc9fc8a39a4d4fda6653e02b17261c23da43c8f3dd2bcb1e312a58861ea9af7835d4f2b9208e7960bfaec8ffeecd754e04416d0
 SHA512 
f4ef90d1ff7cb96093e7b54fb0b4904f7c19256c2e0938c03f81d89f3699f0c0922da54d1d770aa786b9cf10b08f9afa762771a207546a29cf7ff7f1710dadb6

diff --git a/dev-libs/tree-sitter-json/metadata.xml 
b/dev-libs/tree-sitter-json/metadata.xml
new file mode 100644
index 000..54551edf7ee
--- /dev/null
+++ b/dev-libs/tree-sitter-json/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-json
+   
+

diff --git a/dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild 
b/dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild
new file mode 100644
index 000..ca446b8eacc
--- /dev/null
+++ b/dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="JSON grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-json;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-meta/

2021-10-21 Thread Nick Sarnie
commit: 64635b9ae7650510dfb5df5557a8333c92e9c7d4
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:44:37 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:50:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64635b9a

dev-libs/tree-sitter-meta: Add metapackage for tree-sitter grammars

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/22611
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-meta/metadata.xml | 12 ++
 .../tree-sitter-meta/tree-sitter-meta-1.ebuild | 26 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/tree-sitter-meta/metadata.xml 
b/dev-libs/tree-sitter-meta/metadata.xml
new file mode 100644
index 000..07830709cc3
--- /dev/null
+++ b/dev-libs/tree-sitter-meta/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+

diff --git a/dev-libs/tree-sitter-meta/tree-sitter-meta-1.ebuild 
b/dev-libs/tree-sitter-meta/tree-sitter-meta-1.ebuild
new file mode 100644
index 000..c8c6353faa9
--- /dev/null
+++ b/dev-libs/tree-sitter-meta/tree-sitter-meta-1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Metapackage for Tree Sitter packages"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter;
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/tree-sitter
+   dev-libs/tree-sitter-bash
+   dev-libs/tree-sitter-c
+   dev-libs/tree-sitter-cpp
+   dev-libs/tree-sitter-css
+   dev-libs/tree-sitter-go
+   dev-libs/tree-sitter-html
+   dev-libs/tree-sitter-javascript
+   dev-libs/tree-sitter-json
+   dev-libs/tree-sitter-meta
+   dev-libs/tree-sitter-php
+   dev-libs/tree-sitter-scala
+   dev-libs/tree-sitter-typescript"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-scala/

2021-10-21 Thread Nick Sarnie
commit: a2cc228e10555e6444fa34a17645819611a2
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Oct 16 19:45:08 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cc228e

dev-libs/tree-sitter-scala: Init at 0.19.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-scala/Manifest   |  1 +
 dev-libs/tree-sitter-scala/metadata.xml   | 15 +++
 .../tree-sitter-scala/tree-sitter-scala-0.19.0.ebuild | 13 +
 3 files changed, 29 insertions(+)

diff --git a/dev-libs/tree-sitter-scala/Manifest 
b/dev-libs/tree-sitter-scala/Manifest
new file mode 100644
index 000..cba0a6d38ca
--- /dev/null
+++ b/dev-libs/tree-sitter-scala/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-scala-0.19.0.tar.gz 127779 BLAKE2B 
c0cde9adf3bc4dc25b84bc57d02e248613f42caf1531ad4eeb58e226a39c2323e28553154eb1a5a6d0ba1359cea847ab8e0dac67060d35df1d017bf475524acb
 SHA512 
5845720ce7181f0272fbd9b5980258680d5cb9bf5f8276e4be28f4dad15694f79a2184e46ef94909ac54f510e44ffc67a9632f9767866034f5fa2a9945311661

diff --git a/dev-libs/tree-sitter-scala/metadata.xml 
b/dev-libs/tree-sitter-scala/metadata.xml
new file mode 100644
index 000..521d91df4f5
--- /dev/null
+++ b/dev-libs/tree-sitter-scala/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-scala
+   
+

diff --git a/dev-libs/tree-sitter-scala/tree-sitter-scala-0.19.0.ebuild 
b/dev-libs/tree-sitter-scala/tree-sitter-scala-0.19.0.ebuild
new file mode 100644
index 000..fc450f55219
--- /dev/null
+++ b/dev-libs/tree-sitter-scala/tree-sitter-scala-0.19.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Scala grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-scala;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-php/

2021-10-21 Thread Nick Sarnie
commit: c1d5b38b26ef12d57aff13b8a8fc67d8088a8ca5
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:20:40 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d5b38b

dev-libs/tree-sitter-php: Init at 0.19.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-php/Manifest  |  1 +
 dev-libs/tree-sitter-php/metadata.xml  | 15 +++
 dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild | 13 +
 3 files changed, 29 insertions(+)

diff --git a/dev-libs/tree-sitter-php/Manifest 
b/dev-libs/tree-sitter-php/Manifest
new file mode 100644
index 000..4f1ec59b17e
--- /dev/null
+++ b/dev-libs/tree-sitter-php/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-php-0.19.0.tar.gz 155930 BLAKE2B 
e78b0a719f2e8cde6398a5645023c09135f61bbe138abeff8160bb1688bab84fa7ca51438e380d79fc0e05efa2e4897a7ff05fd677ac0b8cb4098e27d576a10a
 SHA512 
bf82af3a4c0da96f58e93aaee2724f327c11e297bcd455998e0863aa64ab6ae85d1d212afa51b75c8e8ab998568cc71b0309ee3d1d41b632ef0283478ecc5711

diff --git a/dev-libs/tree-sitter-php/metadata.xml 
b/dev-libs/tree-sitter-php/metadata.xml
new file mode 100644
index 000..e11305e07a9
--- /dev/null
+++ b/dev-libs/tree-sitter-php/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-php
+   
+

diff --git a/dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild 
b/dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild
new file mode 100644
index 000..c19e350e35c
--- /dev/null
+++ b/dev-libs/tree-sitter-php/tree-sitter-php-0.19.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="PHP grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-json;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-cpp/

2021-10-21 Thread Nick Sarnie
commit: 2606c4c4370bda7d28fb833b26a765e7f8d628ee
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:31:45 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2606c4c4

dev-libs/tree-sitter-cpp: Init at 0.19.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-cpp/Manifest  |  1 +
 dev-libs/tree-sitter-cpp/metadata.xml  | 15 +++
 dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.19.0.ebuild | 13 +
 3 files changed, 29 insertions(+)

diff --git a/dev-libs/tree-sitter-cpp/Manifest 
b/dev-libs/tree-sitter-cpp/Manifest
new file mode 100644
index 000..bc5440cf43e
--- /dev/null
+++ b/dev-libs/tree-sitter-cpp/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-cpp-0.19.0.tar.gz 474622 BLAKE2B 
4bfadb81913c936bef9f3a3d743b61d2ef1da51c22034a9e98ac2807b9175963cc62450f2da8d8b48163b0e4c8695fd98b0ccf6a8f9579bb2347f3bb6302f3a7
 SHA512 
0347b6d8c677041c93a6558b9772ff02e71bc9300a908e9a2319d1db90fd50405b51003a4ed7314b71b7d5b1bbfc7fbaaaeba11265ebb6c094236d06e9776621

diff --git a/dev-libs/tree-sitter-cpp/metadata.xml 
b/dev-libs/tree-sitter-cpp/metadata.xml
new file mode 100644
index 000..ab56d355774
--- /dev/null
+++ b/dev-libs/tree-sitter-cpp/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-cpp
+   
+

diff --git a/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.19.0.ebuild 
b/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.19.0.ebuild
new file mode 100644
index 000..93a7bffb688
--- /dev/null
+++ b/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.19.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="C++ grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-cpp;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-bash/

2021-10-21 Thread Nick Sarnie
commit: 18345a963fd8c0ab216aff58b2150131288d7516
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Oct 16 19:50:44 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18345a96

dev-libs/tree-sitter-bash: Init at 0.19.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-bash/Manifest   |  1 +
 dev-libs/tree-sitter-bash/metadata.xml   | 15 +++
 dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild | 13 +
 3 files changed, 29 insertions(+)

diff --git a/dev-libs/tree-sitter-bash/Manifest 
b/dev-libs/tree-sitter-bash/Manifest
new file mode 100644
index 000..3e270eade3e
--- /dev/null
+++ b/dev-libs/tree-sitter-bash/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-bash-0.19.0.tar.gz 187286 BLAKE2B 
8812a593366a65a9cae3eaac5bb81c71e95f4abe8558a01b908333e471f05714b1c768b71e66d3890d1e63202819290813e499a5e8ba49e72bb466b9b0f245f8
 SHA512 
62bc8bc25c999f9c79632bd6b236edd21ef15b14365dd1a956237b11a32f5e60a2f420ec67b60d46203699b7841d4bc10978fc0307d0c4013b376c6c024d89ae

diff --git a/dev-libs/tree-sitter-bash/metadata.xml 
b/dev-libs/tree-sitter-bash/metadata.xml
new file mode 100644
index 000..32d01ca517b
--- /dev/null
+++ b/dev-libs/tree-sitter-bash/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-bash
+   
+

diff --git a/dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild 
b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild
new file mode 100644
index 000..11a9c28e22f
--- /dev/null
+++ b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.19.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Bash grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-bash;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-javascript/

2021-10-21 Thread Nick Sarnie
commit: 5f0de953fa569bd94f785ecf91b3cb9bedc04609
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Oct 16 19:41:34 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0de953

dev-libs/tree-sitter-javascript: Init at 0.20.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-javascript/Manifest  |  1 +
 dev-libs/tree-sitter-javascript/metadata.xml  | 15 +++
 .../tree-sitter-javascript-0.20.0.ebuild  | 14 ++
 3 files changed, 30 insertions(+)

diff --git a/dev-libs/tree-sitter-javascript/Manifest 
b/dev-libs/tree-sitter-javascript/Manifest
new file mode 100644
index 000..60774559a39
--- /dev/null
+++ b/dev-libs/tree-sitter-javascript/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-javascript-0.20.0.tar.gz 278831 BLAKE2B 
cd66005e7ebdae154a192ff556d4cb35e91d93a2ab645a24b9492217858278adc1f7917a7dc5033bbcfd84ca7ef41a3e7ebb1ff934bb09b79c8923469110e1de
 SHA512 
778e0f2f5bf276d7ffb6eab0fe3f7473b56605de707c8e2f491fbb5826da94067b9f1bc476306013267001b5ecaab11a956e896b78520cdedd27006fac97fe41

diff --git a/dev-libs/tree-sitter-javascript/metadata.xml 
b/dev-libs/tree-sitter-javascript/metadata.xml
new file mode 100644
index 000..e4ca3c1b4c1
--- /dev/null
+++ b/dev-libs/tree-sitter-javascript/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-javascript
+   
+

diff --git 
a/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.0.ebuild 
b/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.0.ebuild
new file mode 100644
index 000..2bb0883b6d9
--- /dev/null
+++ b/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_PV=rust-0.20.0
+inherit tree-sitter-grammar
+
+DESCRIPTION="JavaScript grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-javascript;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/

2021-10-21 Thread Nick Sarnie
commit: 3142eabecaba0c0b4ab215e4bb636ad30c7efd1c
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:34:50 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3142eabe

dev-libs/tree-sitter-go: Init at 0.19.1

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-go/Manifest |  1 +
 dev-libs/tree-sitter-go/metadata.xml | 15 +++
 dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild | 14 ++
 3 files changed, 30 insertions(+)

diff --git a/dev-libs/tree-sitter-go/Manifest b/dev-libs/tree-sitter-go/Manifest
new file mode 100644
index 000..8ec4540182e
--- /dev/null
+++ b/dev-libs/tree-sitter-go/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-go-0.19.1.tar.gz 160180 BLAKE2B 
f92bbb342eae3a7705dbd6f6564a16fdbad1a25c405970bca1e8df01ff6d0c20b45f9849a0d13d53e2f56d95b71db0f7813765f64e0dcdfd9ca617d1f71e688d
 SHA512 
8390dd3e39daa42ec5254b4c6c0b15fec0caa7ae64a9ec3b9116a10f9e9f1b6940cd88c8cf14dc50b28b97ea588ff302ebd16f3c88e0bd6983e76b5526a31b45

diff --git a/dev-libs/tree-sitter-go/metadata.xml 
b/dev-libs/tree-sitter-go/metadata.xml
new file mode 100644
index 000..f72d829c412
--- /dev/null
+++ b/dev-libs/tree-sitter-go/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-go
+   
+

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild 
b/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
new file mode 100644
index 000..f6c48c89b4e
--- /dev/null
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_PV=rust-0.19.1
+inherit tree-sitter-grammar
+
+DESCRIPTION="Go grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



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

2021-10-21 Thread Nick Sarnie
commit: 9afc675ca6a16d345f48224d14c0cf6301d32607
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Oct 16 19:39:16 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9afc675c

tree-sitter-grammar.eclass: Init

Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 eclass/tree-sitter-grammar.eclass | 96 +++
 1 file changed, 96 insertions(+)

diff --git a/eclass/tree-sitter-grammar.eclass 
b/eclass/tree-sitter-grammar.eclass
new file mode 100644
index 000..46573027f96
--- /dev/null
+++ b/eclass/tree-sitter-grammar.eclass
@@ -0,0 +1,96 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# @ECLASS: tree-sitter-grammar.eclass
+# @MAINTAINER:
+# Matthew Smith 
+# Nick Sarnie 
+# @AUTHOR:
+# Matthew Smith 
+# @SUPPORTED_EAPIS: 8
+# @BLURB: Common functions and variables for Tree Sitter grammars
+
+if [[ -z ${_TREE_SITTER_GRAMMAR_ECLASS} ]]; then
+_TREE_SITTER_GRAMMAR_ECLASS=1
+
+case ${EAPI} in
+   8) ;;
+   *) die "EAPI=${EAPI:-0} is not supported" ;;
+esac
+
+inherit multilib toolchain-funcs
+
+SRC_URI="https://github.com/tree-sitter/${PN}/archive/${TS_PV:-v${PV}}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${TS_PV:-${PV}}/src
+
+# Needed for tree_sitter/parser.h
+DEPEND="dev-libs/tree-sitter"
+
+EXPORT_FUNCTIONS src_compile src_install
+
+# @ECLASS-VARIABLE: TS_PV
+# @PRE_INHERIT
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# Used to override upstream tag name if tagged differently, e.g. most releases
+# are v${PV} but some are tagged as rust-${PV}.
+
+# @FUNCTION: _get_tsg_abi_ver
+# @INTERNAL
+# @DESCRIPTION:
+# This internal function determines the ABI version of a grammar library based
+# on the package version.
+_get_tsg_abi_ver() {
+   if ver_test -gt 0.21; then
+   die "Grammar too new; unknown ABI version"
+   elif ver_test -ge 0.19.0; then
+   echo 13
+   else
+   die "Grammar too old; unknown ABI version"
+   fi
+}
+
+# @FUNCTION: tree-sitter-grammar_src_compile
+# @DESCRIPTION:
+# Compiles the Tree Sitter parser as a shared library.
+tree-sitter-grammar_src_compile() {
+   debug-print-function ${FUNCNAME} "${@}"
+
+   # Grammars always contain parser.c, and sometimes a scanner.c,
+   # or scanner.cc.
+
+   tc-export CC CXX
+   export CFLAGS="${CFLAGS} -fPIC"
+   export CXXFLAGS="${CXXFLAGS} -fPIC"
+
+   local objects=( parser.o )
+   if [[ -f "${S}"/scanner.c || -f "${S}"/scanner.cc ]]; then
+   objects+=( scanner.o )
+   fi
+   emake "${objects[@]}"
+
+   local link="$(tc-getCC) ${CFLAGS}"
+   if [[ -f "${S}/scanner.cc" ]]; then
+   link="$(tc-getCXX) ${CXXFLAGS}"
+   fi
+
+   local soname=lib${PN}$(get_libname $(_get_tsg_abi_ver))
+   ${link} ${LDFLAGS} \
+   -shared \
+   *.o \
+   -Wl,-soname ${soname} \
+   -o "${WORKDIR}"/${soname} || die
+}
+
+# @FUNCTION: tree-sitter-grammar_src_install
+# @DESCRIPTION:
+# Installs the Tree Sitter parser library.
+tree-sitter-grammar_src_install() {
+   debug-print-function ${FUNCNAME} "${@}"
+
+   dolib.so "${WORKDIR}"/lib${PN}$(get_libname $(_get_tsg_abi_ver))
+   dosym lib${PN}$(get_libname $(_get_tsg_abi_ver)) \
+ /usr/$(get_libdir)/lib${PN}$(get_libname)
+}
+fi



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-html/

2021-10-21 Thread Nick Sarnie
commit: bbfb6d4eea156bd656965d33a96d7b3c8335a3d4
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:36:15 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfb6d4e

dev-libs/tree-sitter-html: Init at 0.19.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-html/Manifest   |  1 +
 dev-libs/tree-sitter-html/metadata.xml   | 15 +++
 dev-libs/tree-sitter-html/tree-sitter-html-0.19.0.ebuild | 13 +
 3 files changed, 29 insertions(+)

diff --git a/dev-libs/tree-sitter-html/Manifest 
b/dev-libs/tree-sitter-html/Manifest
new file mode 100644
index 000..db1836e41c7
--- /dev/null
+++ b/dev-libs/tree-sitter-html/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-html-0.19.0.tar.gz 18785 BLAKE2B 
40a2f8a1b4d9943ed15003073e8499fb58aea00979359f793c30c4e7d431905620c20f8e77286a56dbc040642081effa61a7ed9fdd3d61d44bfadfb327793ed1
 SHA512 
7816e5f4e74c7a64a4fb715000123f5350dc3c6ebfbf5d71ea6dd660cd58a7b4327413ef3e8efa8c177c7308f43bb8b4d60fddbcf518a99841148a37aba95b71

diff --git a/dev-libs/tree-sitter-html/metadata.xml 
b/dev-libs/tree-sitter-html/metadata.xml
new file mode 100644
index 000..acc1cbdd1c4
--- /dev/null
+++ b/dev-libs/tree-sitter-html/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-html
+   
+

diff --git a/dev-libs/tree-sitter-html/tree-sitter-html-0.19.0.ebuild 
b/dev-libs/tree-sitter-html/tree-sitter-html-0.19.0.ebuild
new file mode 100644
index 000..58325e67b28
--- /dev/null
+++ b/dev-libs/tree-sitter-html/tree-sitter-html-0.19.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="HTML grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-html;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



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

2021-10-21 Thread Nick Sarnie
commit: 2e317eccb1ea040925a6a076c5d002297089aa16
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:30:15 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e317ecc

dev-libs/tree-sitter-c: Init at 0.20.1

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-c/Manifest|  1 +
 dev-libs/tree-sitter-c/metadata.xml| 15 +++
 dev-libs/tree-sitter-c/tree-sitter-c-0.20.1.ebuild | 13 +
 3 files changed, 29 insertions(+)

diff --git a/dev-libs/tree-sitter-c/Manifest b/dev-libs/tree-sitter-c/Manifest
new file mode 100644
index 000..40aec4692cc
--- /dev/null
+++ b/dev-libs/tree-sitter-c/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-c-0.20.1.tar.gz 244061 BLAKE2B 
94cb11c80fd54a89b3c6c3ebc7937fdaa077a11c5128866e0e43c970bacc3b7f14743b3f19ceca515ef70d4499d2d3893fce6d948ce9a42bf2f499c58844a8da
 SHA512 
b2f5b6d54fe05e7706708b50a5dd821a5669a121c916da4de3f80b6c57ebdd99f12f37c80051a8719f9737d4b0c00542aee62b45823dbb878acd4e02974f7a67

diff --git a/dev-libs/tree-sitter-c/metadata.xml 
b/dev-libs/tree-sitter-c/metadata.xml
new file mode 100644
index 000..2fb30809a73
--- /dev/null
+++ b/dev-libs/tree-sitter-c/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-c
+   
+

diff --git a/dev-libs/tree-sitter-c/tree-sitter-c-0.20.1.ebuild 
b/dev-libs/tree-sitter-c/tree-sitter-c-0.20.1.ebuild
new file mode 100644
index 000..5ef6110324c
--- /dev/null
+++ b/dev-libs/tree-sitter-c/tree-sitter-c-0.20.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="C grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-c;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-css/

2021-10-21 Thread Nick Sarnie
commit: cdb5313069ab0a4f03ac29f7c72996033a99ec1a
Author: Matt Smith  offtopica  uk>
AuthorDate: Sun Oct 17 09:33:01 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Oct 21 23:49:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb53130

dev-libs/tree-sitter-css: Init at 0.19.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter-css/Manifest  |  1 +
 dev-libs/tree-sitter-css/metadata.xml  | 15 +++
 dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild | 13 +
 3 files changed, 29 insertions(+)

diff --git a/dev-libs/tree-sitter-css/Manifest 
b/dev-libs/tree-sitter-css/Manifest
new file mode 100644
index 000..019ffe0e934
--- /dev/null
+++ b/dev-libs/tree-sitter-css/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-css-0.19.0.tar.gz 80823 BLAKE2B 
5a011981bea8dca3ea51d3615c88eeefb2e0dafae52a947b58a930f9521cfd5759ff22812d4f49283453cc86f52372a798dd507b1982fb55dba086156a5842fb
 SHA512 
888f8506ae6cc25bf30285361b751902cd4af9d25cd64eccacd1721cacd8b66277c7c950c825fe6e72ac3155dbd39c24ee94090faaae9ee8b67ce61fc1c4

diff --git a/dev-libs/tree-sitter-css/metadata.xml 
b/dev-libs/tree-sitter-css/metadata.xml
new file mode 100644
index 000..6e7834e213c
--- /dev/null
+++ b/dev-libs/tree-sitter-css/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@offtopica.uk
+   Matthew Smith
+   
+   
+   sar...@gentoo.org
+   Nick Sarnie
+   
+   
+   tree-sitter/tree-sitter-css
+   
+

diff --git a/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild 
b/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild
new file mode 100644
index 000..1f2bd9b4c2c
--- /dev/null
+++ b/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="CSS grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-css;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/

2021-10-21 Thread Georgy Yakovlev
commit: d4e208e91591026acece35da8445b27fa20d3d5f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Oct 21 23:45:39 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Oct 21 23:46:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e208e9

dev-lang/rust: base 1.56.0 on llvm-13

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/{rust-1.56.0.ebuild => rust-1.56.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.56.0.ebuild 
b/dev-lang/rust/rust-1.56.0-r1.ebuild
similarity index 99%
rename from dev-lang/rust/rust-1.56.0.ebuild
rename to dev-lang/rust/rust-1.56.0-r1.ebuild
index 8f8a1be4f7e..a388d0a0069 100644
--- a/dev-lang/rust/rust-1.56.0.ebuild
+++ b/dev-lang/rust/rust-1.56.0-r1.ebuild
@@ -49,7 +49,7 @@ IUSE="clippy cpu_flags_x86_sse2 debug doc miri nightly 
parallel-compiler rls rus
 
 # How to use it:
 # List all the working slots in LLVM_VALID_SLOTS, newest first.
-LLVM_VALID_SLOTS=( 12 )
+LLVM_VALID_SLOTS=( 13 )
 LLVM_MAX_SLOT="${LLVM_VALID_SLOTS[0]}"
 
 # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation



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

2021-10-21 Thread Sam James
commit: fd3f39055c6a3f830b32c99ef4f9bc074604c1ea
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:28:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:28:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3f3905

sys-process/iotop-c: Stabilize 1.19 amd64, #819213

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

 sys-process/iotop-c/iotop-c-1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/iotop-c/iotop-c-1.19.ebuild 
b/sys-process/iotop-c/iotop-c-1.19.ebuild
index 79fbee9dbfd..dcc5914b7b3 100644
--- a/sys-process/iotop-c/iotop-c-1.19.ebuild
+++ b/sys-process/iotop-c/iotop-c-1.19.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/iotop-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sys-libs/ncurses:=
!sys-process/iotop"



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

2021-10-21 Thread Sam James
commit: de374079baeefc2774d49bba2b8d109a688ec987
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de374079

app-emulation/xen: Stabilize 4.14.3-r1 amd64, #819072

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

 app-emulation/xen/xen-4.14.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen/xen-4.14.3-r1.ebuild 
b/app-emulation/xen/xen-4.14.3-r1.ebuild
index 5c85c91a72d..06fd167c12e 100644
--- a/app-emulation/xen/xen-4.14.3-r1.ebuild
+++ b/app-emulation/xen/xen-4.14.3-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm -x86"
+   KEYWORDS="amd64 ~arm -x86"
UPSTREAM_VER=0
SECURITY_VER=
GENTOO_VER=



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/

2021-10-21 Thread Sam James
commit: e2deb1ed59b42717a5f4ef1c8e3f630d665c9cc9
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2deb1ed

x11-themes/vdr-channel-logos: Stabilize 0.2-r3 amd64, #819135

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

 x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild 
b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
index 67fdeac0a89..b73de828c93 100644
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
+++ b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.vdrskins.org/vdrskins/albums/userpics/10138/${MY_P}.tar.gz;
 
 LICENSE="fairuse"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 S=${WORKDIR}/logos



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

2021-10-21 Thread Sam James
commit: 8a6f8091b5aabb7af0d98f4734d06909a2516af9
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:28:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:28:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6f8091

sys-block/megacli: Stabilize 8.07.14-r3 amd64, #819219

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

 sys-block/megacli/megacli-8.07.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/megacli/megacli-8.07.14-r3.ebuild 
b/sys-block/megacli/megacli-8.07.14-r3.ebuild
index 323f9106eb2..240d079dd48 100644
--- a/sys-block/megacli/megacli-8.07.14-r3.ebuild
+++ b/sys-block/megacli/megacli-8.07.14-r3.ebuild
@@ -16,7 +16,7 @@ LICENSE="LSI"
 SLOT="0"
 # This package can never enter stable, it can't be mirrored and upstream
 # can remove the distfiles from their mirror anytime.
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip



[gentoo-commits] repo/gentoo:master commit in: media-video/vdr2jpeg/

2021-10-21 Thread Sam James
commit: 4d7fb9020ad191ad75af2997492088e7e3f662fc
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7fb902

media-video/vdr2jpeg: Stabilize 0.2.0-r5 amd64, #819138

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

 media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild 
b/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild
index fa76704809f..64c8bb38896 100644
--- a/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild
+++ b/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="media-video/ffmpeg:0"
 DEPEND="${RDEPEND}"



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

2021-10-21 Thread Sam James
commit: c3d08e12e01d50cba10829779bf36d00f7201618
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d08e12

dev-vcs/pre-commit: Stabilize 2.15.0 amd64, #819075

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

 dev-vcs/pre-commit/pre-commit-2.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/pre-commit/pre-commit-2.15.0.ebuild 
b/dev-vcs/pre-commit/pre-commit-2.15.0.ebuild
index 91f11000890..46bca801fe4 100644
--- a/dev-vcs/pre-commit/pre-commit-2.15.0.ebuild
+++ b/dev-vcs/pre-commit/pre-commit-2.15.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 
 # TODO: figure out why these tests - all of which invoke git - fail:
 #  - 
tests/main_test.py::test_all_cmds[autoupdate,hook-impl,install,install-hooks,migrate-config,run,uninstall],



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

2021-10-21 Thread Sam James
commit: f67c2831381e742945c4f4965d71f6216aec0f05
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:28:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:28:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67c2831

dev-vcs/tortoisehg: Stabilize 5.9.1 amd64, #819375

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

 dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild
index 04d471e7990..8f087458c5b 100644
--- a/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 inherit desktop distutils-r1 optfeature xdg-utils
 
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 ~x86"

SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz
 -> ${P}.tar.gz"
HG_DEPEND=">=dev-vcs/mercurial-5.8[${PYTHON_USEDEP}]


[gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/

2021-10-21 Thread Sam James
commit: fb2da041aa6b9bd633215a1a63e6e6ac1f0dcca0
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2da041

app-shells/autojump: Stabilize 22.5.3-r1 amd64, #819075

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

 app-shells/autojump/autojump-22.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/autojump/autojump-22.5.3-r1.ebuild 
b/app-shells/autojump/autojump-22.5.3-r1.ebuild
index 9cd6be4d611..9e398fa6328 100644
--- a/app-shells/autojump/autojump-22.5.3-r1.ebuild
+++ b/app-shells/autojump/autojump-22.5.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x64-macos"
 IUSE="ipython test"
 REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-10-21 Thread Sam James
commit: 8613d2f2b03db44ef4d9de71899c87a5cf0848eb
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8613d2f2

dev-python/identify: Stabilize 2.2.15 amd64, #819075

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

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

diff --git a/dev-python/identify/identify-2.2.15.ebuild 
b/dev-python/identify/identify-2.2.15.ebuild
index cf446bbcd05..ac2115b5caa 100644
--- a/dev-python/identify/identify-2.2.15.ebuild
+++ b/dev-python/identify/identify-2.2.15.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="dev-python/editdistance-s[${PYTHON_USEDEP}]"
 



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

2021-10-21 Thread Sam James
commit: 77cd8bec7f252114ace0f1c210a1bae5bd12eb37
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cd8bec

sys-apps/moreutils: Stabilize 0.66 amd64, #819084

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

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

diff --git a/sys-apps/moreutils/moreutils-0.66.ebuild 
b/sys-apps/moreutils/moreutils-0.66.ebuild
index e352fb9f4cb..c82f477f7ba 100644
--- a/sys-apps/moreutils/moreutils-0.66.ebuild
+++ b/sys-apps/moreutils/moreutils-0.66.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~x64-macos"
 IUSE="+doc +perl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-irc/irker/

2021-10-21 Thread Sam James
commit: 9b6e9427e2eb6d14f5820bb98aa759aaa239a411
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:26:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6e9427

net-irc/irker: Stabilize 2.20 ALLARCHES, #819105

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

 net-irc/irker/irker-2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irker/irker-2.20.ebuild b/net-irc/irker/irker-2.20.ebuild
index 3f3fae0dfee..5796d23a2c5 100644
--- a/net-irc/irker/irker-2.20.ebuild
+++ b/net-irc/irker/irker-2.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.catb.org/esr/${PN}/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Dependency notes:



[gentoo-commits] repo/gentoo:master commit in: media-video/vdr2jpeg/

2021-10-21 Thread Sam James
commit: 371e61331e37da1ab6b75d7470fb20c31292
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371e6133

media-video/vdr2jpeg: Stabilize 0.2.0-r5 x86, #819138

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

 media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild 
b/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild
index 5352e19c60a..fa76704809f 100644
--- a/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild
+++ b/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="media-video/ffmpeg:0"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/

2021-10-21 Thread Sam James
commit: 1fddda084d0e84d7937fa1a9138bb4dd8023aecb
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:26:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:26:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fddda08

app-shells/autojump: Stabilize 22.5.3-r1 x86, #819075

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

 app-shells/autojump/autojump-22.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/autojump/autojump-22.5.3-r1.ebuild 
b/app-shells/autojump/autojump-22.5.3-r1.ebuild
index 1ec895245e8..9cd6be4d611 100644
--- a/app-shells/autojump/autojump-22.5.3-r1.ebuild
+++ b/app-shells/autojump/autojump-22.5.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x64-macos"
 IUSE="ipython test"
 REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-10-21 Thread Sam James
commit: 2e558398fb2cc3a82e54b62f8962bc1e3922338d
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:26:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e558398

sys-apps/moreutils: Stabilize 0.66 x86, #819084

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

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

diff --git a/sys-apps/moreutils/moreutils-0.66.ebuild 
b/sys-apps/moreutils/moreutils-0.66.ebuild
index 2a560831194..e352fb9f4cb 100644
--- a/sys-apps/moreutils/moreutils-0.66.ebuild
+++ b/sys-apps/moreutils/moreutils-0.66.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux 
~x64-macos"
 IUSE="+doc +perl"
 
 RDEPEND="



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

2021-10-21 Thread Sam James
commit: 472b2b74dcf339e066e97d3f0a128d92f0f5f66f
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 21 23:27:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 21 23:27:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472b2b74

sys-block/megacli: Stabilize 8.07.14-r3 x86, #819219

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

 sys-block/megacli/megacli-8.07.14-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/megacli/megacli-8.07.14-r3.ebuild 
b/sys-block/megacli/megacli-8.07.14-r3.ebuild
index ed3a7f8c02d..323f9106eb2 100644
--- a/sys-block/megacli/megacli-8.07.14-r3.ebuild
+++ b/sys-block/megacli/megacli-8.07.14-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ LICENSE="LSI"
 SLOT="0"
 # This package can never enter stable, it can't be mirrored and upstream
 # can remove the distfiles from their mirror anytime.
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip



  1   2   3   >