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

2021-11-09 Thread Alfredo Tupone
commit: c681715341ae053aa7d9905cf47ab09c65cbce8c
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Nov 10 07:50:33 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Nov 10 07:51:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6817153

dev-ml/ocaml-ctypes: ml take maintainance

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

 dev-ml/ocaml-ctypes/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ml/ocaml-ctypes/metadata.xml b/dev-ml/ocaml-ctypes/metadata.xml
index 04cdc9138e6..78f14406d02 100644
--- a/dev-ml/ocaml-ctypes/metadata.xml
+++ b/dev-ml/ocaml-ctypes/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   m...@gentoo.org
+   ML
+   

gie...@gentoo.org
Mark Wright



[gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/

2021-11-09 Thread Joonas Niilola
commit: 0088c608826a9ee359815bff9e47201f4a4b8dff
Author: yemou Hannam  tuta  io>
AuthorDate: Fri Oct 22 02:34:17 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 07:50:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0088c608

gui-wm/wayfire: add debug useflag

Build wayfire with asan as suggested by upstream for debugging
crashes.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: yemou Hannam  tuta.io>
Closes: https://github.com/gentoo/gentoo/pull/22665
Signed-off-by: Joonas Niilola  gentoo.org>

 gui-wm/wayfire/wayfire-0.7.2.ebuild | 10 --
 gui-wm/wayfire/wayfire-.ebuild  | 10 --
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild 
b/gui-wm/wayfire/wayfire-0.7.2.ebuild
index eca2999b571..50b70ce184d 100644
--- a/gui-wm/wayfire/wayfire-0.7.2.ebuild
+++ b/gui-wm/wayfire/wayfire-0.7.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit meson
+inherit meson toolchain-funcs
 
 DESCRIPTION="compiz like 3D wayland compositor"
 HOMEPAGE="https://github.com/WayfireWM/wayfire;
@@ -18,7 +18,7 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+gles +system-wfconfig +system-wlroots X"
+IUSE="debug +gles +system-wfconfig +system-wlroots X"
 
 DEPEND="
dev-libs/libevdev
@@ -71,7 +71,13 @@ src_configure() {
$(meson_feature system-wlroots use_system_wlroots)
$(meson_feature X xwayland)
$(meson_use gles enable_gles32)
+   $(usex debug --buildtype=debug "")
+   $(usex debug -Db_sanitize=address,undefined "")
)
+
+   # Clang will fail to link without this
+   tc-is-clang && emesonargs+=( $(usex debug -Db_lundef=false "") )
+
meson_src_configure
 }
 

diff --git a/gui-wm/wayfire/wayfire-.ebuild 
b/gui-wm/wayfire/wayfire-.ebuild
index 8c86b4aadda..aa79e894749 100644
--- a/gui-wm/wayfire/wayfire-.ebuild
+++ b/gui-wm/wayfire/wayfire-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit meson
+inherit meson toolchain-funcs
 
 DESCRIPTION="compiz like 3D wayland compositor"
 HOMEPAGE="https://github.com/WayfireWM/wayfire;
@@ -18,7 +18,7 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+gles +system-wfconfig +system-wlroots X"
+IUSE="debug +gles +system-wfconfig +system-wlroots X"
 
 DEPEND="
dev-libs/libevdev
@@ -65,7 +65,13 @@ src_configure() {
$(meson_feature system-wlroots use_system_wlroots)
$(meson_feature X xwayland)
$(meson_use gles enable_gles32)
+   $(usex debug --buildtype=debug "")
+   $(usex debug -Db_sanitize=address,undefined "")
)
+
+   # Clang will fail to link without this
+   tc-is-clang && emesonargs+=( $(usex debug -Db_lundef=false "") )
+
meson_src_configure
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2021-11-09 Thread Joonas Niilola
commit: b0f46e2184407246e7a31d1d869548d67ba2bbcd
Author: Viorel Munteanu  gmail  com>
AuthorDate: Wed Nov 10 07:47:04 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 07:50:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f46e21

net-im/mattermost-desktop-bin: remove old

Signed-off-by: Viorel Munteanu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22695
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/mattermost-desktop-bin/Manifest |  6 --
 .../mattermost-desktop-bin-4.7.1.ebuild| 88 --
 .../mattermost-desktop-bin-4.7.2.ebuild| 88 --
 .../mattermost-desktop-bin-5.0.0.ebuild| 88 --
 4 files changed, 270 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index ec07cc60655..7e1e45969f7 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,8 +1,2 @@
-DIST mattermost-desktop-4.7.1-linux-ia32.tar.gz 83083553 BLAKE2B 
75a914adab3d080ca95f76cb2bd8e11a1e9bb7b434ffd55c477ff38295b84e57c01f22596810ba6b4beb28e663e134ce36fce18ed71440213f0595db4b3ad256
 SHA512 
3d9264030f1b68ce052c5d453259e8e68f8b09a84e4854c84db1fb48beff5e0d67b0be5ac31a6b650c30baf53cd5eb2b024df8bafe37706ad1b721bfd8ef7f02
-DIST mattermost-desktop-4.7.1-linux-x64.tar.gz 84864146 BLAKE2B 
f0166d52fa49babd4ab13258edabd567f5114544af9dc9c59f094d5751cc3bfc26085523fa345d9cd252f7bc81763ecbeac55b921988a4ca9571fec9e5d5321e
 SHA512 
2698e2fab7bf53554138618b20c54a70feb022d4a0d822f3e65d800cd9de8d0cdf53145f79074f7beb3dc29168c5a9c67f05dae3b3e628db1881c7cdd6c699b6
-DIST mattermost-desktop-4.7.2-linux-ia32.tar.gz 83097780 BLAKE2B 
a348655796bb84f5c31f5c4c964a6adac804db3b14f28a0c1b7dc103eb94b98eff8ecf1457206401268701e37070ca68c12a1582c6ce9a03fb029bff68505fd6
 SHA512 
e0eba172e49e5ebe74a7f901f0f4b383d8004171b8cc18e349e945adfa080803ad06b4dcef97c52fc182f1d1376bbb1d999b8c1ccef25f81dfbe7b209557c61d
-DIST mattermost-desktop-4.7.2-linux-x64.tar.gz 84872358 BLAKE2B 
e82497c1fe15ccff40649b1fe7410b04d48b5bc7ecf934cc210fbdc5c316e4eeaf265cab5784980a0687cb69e7c0078b0066adaa3632b2e2625080442bcc272a
 SHA512 
04a82af251caeb7a59538d2b1ebbebd3a914d9d9f6317fdac2ab3c1950d315783153850fe8f61b8ef354da566442b147fe5496985d8f52fd5c21dccbef29c2d0
-DIST mattermost-desktop-5.0.0-linux-ia32.tar.gz 86955404 BLAKE2B 
7c28fd55390c5a216cb2dc902809c230a7eb6fc3da6ee22fb3644c3e1891098322bd2147dfa06654a57bf12c75c909e0a23011f2390fa4ba64865849764dee53
 SHA512 
afcff8617fb3b267df455f8b56da552272719daac2f63d05bcbf2369dc42301b93c5fc031c1350ab6bb7280e259354e8b27bb0755d16a87aa4cb345921b0166e
-DIST mattermost-desktop-5.0.0-linux-x64.tar.gz 87313050 BLAKE2B 
1993f2d42b288ac5fc396489645fae90f5c94dd71647eba06f2b30035b5c8bc3b131b4a6174da2c010a64f83cd2fc3121651be475429321a5c5e4e7c9ea3aeaa
 SHA512 
6fcef95e93074a1338c1953fb7c8124f77abaecedf2c9b5b3b8db07f6fbdd4ebf9c1598707843886d12875944095da407ec526620d0fd4af6aa5b5cd1dd9c511
 DIST mattermost-desktop-5.0.1-linux-ia32.tar.gz 86954607 BLAKE2B 
69235ffb605ba7db2138b2d13c51d05002d71914bd830cf40b33db04ae87924b380743725f84634e65fbe862105f02be1ddbe3a8c8fba25562063df2805ee8e9
 SHA512 
d04bde26e9ffb5d6750f1da87ac9c1f4fa3b464f2a48181d69fd5767a5b5ec2e71adecb4b2f59f326e3630f80b2cded40583a5efc0ef16ce73d962be4b6d991d
 DIST mattermost-desktop-5.0.1-linux-x64.tar.gz 87312465 BLAKE2B 
e53efef88f3b3489334c5fd0145b1a559ee7ef39c360538286173e1017fb0e553b4a818d558a91962330063af3dc372c8fa562e514ede01f6f7a66b40308d770
 SHA512 
20b320efe99e1e0c8bfb8ab8dcfdb8987053680f9d0f83a5088d7607052d70a343459532c47e2ed76831425a4a7758f03c4efddd58bcbe5a480d8a94e3675617

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.7.1.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.7.1.ebuild
deleted file mode 100644
index e767c09c1e0..000
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.7.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN%-*}"
-
-inherit desktop
-
-DESCRIPTION="Mattermost Desktop application"
-HOMEPAGE="https://about.mattermost.com/;
-
-SRC_URI="
-   amd64? ( 
https://releases.mattermost.com/desktop/${PV}/mattermost-desktop-${PV}-linux-x64.tar.gz
 )
-   x86?   ( 
https://releases.mattermost.com/desktop/${PV}/mattermost-desktop-${PV}-linux-ia32.tar.gz
 )
-"
-
-LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2[X]
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libX11
-  

[gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/

2021-11-09 Thread Joonas Niilola
commit: d40a0bfa0f1fa774f9a683524e4eaa271d3cd9b4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 10 07:33:00 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 07:50:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40a0bfa

gui-wm/wayfire: depend on dev-libs/wayland

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

 gui-wm/wayfire/wayfire-0.7.2.ebuild | 1 +
 gui-wm/wayfire/wayfire-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild 
b/gui-wm/wayfire/wayfire-0.7.2.ebuild
index 50b70ce184d..626f58c246e 100644
--- a/gui-wm/wayfire/wayfire-0.7.2.ebuild
+++ b/gui-wm/wayfire/wayfire-0.7.2.ebuild
@@ -23,6 +23,7 @@ IUSE="debug +gles +system-wfconfig +system-wlroots X"
 DEPEND="
dev-libs/libevdev
dev-libs/libinput
+   dev-libs/wayland
gui-libs/gtk-layer-shell
media-libs/glm
media-libs/mesa:=[gles2,wayland,X?]

diff --git a/gui-wm/wayfire/wayfire-.ebuild 
b/gui-wm/wayfire/wayfire-.ebuild
index aa79e894749..440b7f5772c 100644
--- a/gui-wm/wayfire/wayfire-.ebuild
+++ b/gui-wm/wayfire/wayfire-.ebuild
@@ -23,6 +23,7 @@ IUSE="debug +gles +system-wfconfig +system-wlroots X"
 DEPEND="
dev-libs/libevdev
dev-libs/libinput
+   dev-libs/wayland
gui-libs/gtk-layer-shell
media-libs/glm
media-libs/mesa:=[gles2,wayland,X?]



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

2021-11-09 Thread Arthur Zamarin
commit: e0d7432c32830580fb336964e61df9ed5a5a11e8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 10 07:41:47 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 10 07:49:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d7432c

dev-python/flexmock: add 0.11.1

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

 dev-python/flexmock/Manifest   |  1 +
 dev-python/flexmock/flexmock-0.11.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/flexmock/Manifest b/dev-python/flexmock/Manifest
index 0325d3417ee..280239c900e 100644
--- a/dev-python/flexmock/Manifest
+++ b/dev-python/flexmock/Manifest
@@ -1,2 +1,3 @@
 DIST flexmock-0.10.10.tar.gz 49201 BLAKE2B 
f5d77398ac14a002f78790d4e03f93bcd00c016e6a5eb0be45ce3b59a223159656ab694a1dd1124cbac351680fef25084d69e9533d668177ea73b9e458df5b6f
 SHA512 
211939bf40ecb25981a70d5bfe897ef8127ef38d5adf6a48b086c4b6f49b05e1a04f09afb73f428e3eb21a8090ba33ca86e605c2c1ac70d9fc269fdd640ccb73
 DIST flexmock-0.10.9.tar.gz 48466 BLAKE2B 
b6c73fdb6d281870806db7b34d43d8f116c29ff28a3753e7873868e66df9a34f8f4cfa0c1a7f1fd620a58a46b4376538a8a64994ed82d500a850f86c24fe54d2
 SHA512 
6e39e5a88b1d744d348f834f4664fc477412f6f09dd2500ef35a52126ce14f9e8d24a04c1ceb16c24b31bc40c3d8276f2efa75a701ecf284bb2cb5388513a75f
+DIST flexmock-0.11.1.tar.gz 48331 BLAKE2B 
b4a670530050098706133d531f162516163e8bed5fe867277d8d729c3afbd21747d53f17e8cd0f2f087550137c864aa8ac912cb404103426e3fdb17e98d79645
 SHA512 
6b5ce669e29dc24313e94b0c0c24d75e25c99343c33d787987c6707532598fb0d28df751148a4f7183d4bbdb54822c07d88ded394358545fe8d822564e1408e6

diff --git a/dev-python/flexmock/flexmock-0.11.1.ebuild 
b/dev-python/flexmock/flexmock-0.11.1.ebuild
new file mode 100644
index 000..d1a7411c765
--- /dev/null
+++ b/dev-python/flexmock/flexmock-0.11.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Testing library to create mocks, stubs and fakes"
+HOMEPAGE="https://flexmock.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -p no:flaky
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dodoc -r docs
+}



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

2021-11-09 Thread Lars Wendler
commit: de50b130a27799e4e3cc2944bb5b8998beb4d485
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov 10 07:44:28 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov 10 07:44:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de50b130

dev-vcs/git: Removed old

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

 dev-vcs/git/Manifest  |   3 -
 dev-vcs/git/git-2.34.0_rc1.ebuild | 667 --
 2 files changed, 670 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 77910d53f7e..26cf5a54a93 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,15 +1,12 @@
 DIST git-2.31.1.tar.xz 6413368 BLAKE2B 
2d40aa3e5336e57b3cab42c36dd07698be7a811e2890f4c9ecaaa375f985313bb8e14fe7a70c1beff3009a9102b935e4a6065019ab3b2520f09339e2a0fcdb93
 SHA512 
9aa334a3e8519700ff5d112153ec42677722980094caa9d22aa91afdb65166bd9a98fa445c0d327c428ebfa73bf4832e9b3836109a1d9319feafe3191cfd170e
 DIST git-2.32.0.tar.xz 6551348 BLAKE2B 
546203ce3f749ba806866a9e9767bc807794cec435fd0b60306ae6cd2b1b17a0159ef9774c79c4f59d0dba45b36941085b55f103e1820450d560bffa41d1058f
 SHA512 
1ab3e7022ccee411d14a7da5c37d6259ef5c0f85ebed8f49698e25c65cbc7a46f8096919fcb6568360bfe284dd7475b596eee1a167db966096255a405853837c
 DIST git-2.33.1.tar.xz 6558636 BLAKE2B 
f4959d5309f85e063448673a3f06f1d3cdd65ced5f5173cfe5a38df3b5547cae1c08275bda02e48307e8290628735e2ea1ff4962e7cd29b252a6aa4d4a15
 SHA512 
16d417183232e1057bea754d59cdf4bbacc5f1527d1de6ee04cdd293a2512bfa7208e20f6130816605528b59cb1bc3188c5bddf1a42c1413095ee74e44dd2f91
-DIST git-2.34.0.rc1.tar.xz 6596708 BLAKE2B 
eb55ebb8c48650759aa2224f4685f4a53ecf5d21d7ccee71f45854789f79b62fdc7033762a3382e1e7f2c1cc007558cfaa166b9d5a6d1d588474c72380fd27a9
 SHA512 
2eaf7431869e52096e8317b8d0630f70a5f09f6bcc8b6567c6cb7e6eb283ec14c415ca0959f21c1b04c537afe08ddb79457199833005af92b2e716ccfe14a603
 DIST git-2.34.0.rc2.tar.xz 6597020 BLAKE2B 
f683f93ce74eface8bd2023c21718d59297a0fa7102600692e1712bbcca6ad49556a85d8710f1e9e186e216cc28b0f3acf60b50f450f8a48bf896b7fbf1317b0
 SHA512 
ab28dd1f7f788b0e1177b8024e646a154fa15e0294c1c7bdef6e40e19ade8bbcc08d58ef8cf2bdaca2844f6acb60ad8824c59592077c5ee0da55ca3a67217fbe
 DIST git-htmldocs-2.31.1.tar.xz 1357592 BLAKE2B 
54b48cfe2bb8e5dad9fdff862aa91e5805b0cd331b459d51a71ed913ca68d1aea6c6c69cfadbe8b6101b4d7be63c3811027a2ed42f9d2b0d3509664726b8ad78
 SHA512 
d243f4e3047c0e29bdd9127ff529c7fab5ebf40a4afaa04c3a9261ae398aa61c16a4413b7bf580c7f874d632b866908d92322ea0502141d811b78b7636c8d28b
 DIST git-htmldocs-2.32.0.tar.xz 1381664 BLAKE2B 
d1b47aa99d32a252fd20df26eff44a558044f3a389379b161bb43621eb28375eb0621969849a31938ba7fc9fc58b140d27d703559ea5735d0a0ffd2e93cd9692
 SHA512 
12b84e342f0d19afe385ab8a685ae625e86c3295d1555992e0c427b361aa2cdfc89a679e7dbc468d3568a325dafbf699468aadcdb02f93e372eff3dd96a7cf7f
 DIST git-htmldocs-2.33.1.tar.xz 1396744 BLAKE2B 
cbd65cf08fc7ea466fcd72820ba3e2135ade37f69c436a4ee7276dc71fb62f6270b71e2f46d981f5681a0fd3c30613d61680c2ef2460d0d7d292f7455e114128
 SHA512 
5b856b919067e1f644539d43a85aab6f602537ea0970b6248b471e3fa6756a8494f0525a69d22ad3795fcf9e106ff8439e0f6716ba0b8c895d7aad8c59e5bd74
-DIST git-htmldocs-2.34.0.rc1.tar.xz 1406144 BLAKE2B 
49c8c1b134da39ac0ffa586f9270311c53cd3959cf746a810381a3ec501ab707296f79849314e56a68f7289dccc97250febc2679ee28fd7a3696911e9f573e72
 SHA512 
de4c7fc9fc24e407bab3abf504918b7b2d3e74567c25e574986f535187e586e7dde685829e321b7f289d1daa438a4339d125f527797f7fa40bd261fdb55ca3bf
 DIST git-htmldocs-2.34.0.rc2.tar.xz 1406064 BLAKE2B 
d222eaaafbc8d4a50e829a397f88cce789fd52345a692b74905985122bc21c822e6ca28b72218f9554064b6207d992f484d3ef31da928bfc23812c4eff4940a5
 SHA512 
2143a3620dacc31439f2df5ff8210a53b152ef012b957ca94fe1574fcbf5701c22730b5856a613372006c98c5d24f43ec8c9b13b5fecbe4b8ab096dd4a585245
 DIST git-manpages-2.31.1.tar.xz 487784 BLAKE2B 
9fe67839cca51f18b0aca16678eadb9ee8e609cbbae26bf1804c39b8bf5415e1069cb50162b75f9f8ec69bd6511f271d3116ac33016af2e57e65b88ad6c4b165
 SHA512 
a5fb8a1c3f08707d4d2d835a55b295677559856984ffeeb650827b433625a74f22ef4aac10e1b14eba5860e11567543b146d52dd055b2613e5a510e0f4f3c3fd
 DIST git-manpages-2.32.0.tar.xz 491868 BLAKE2B 
7598a864246aed771371924604ee13d3f51b839b10b254bb1159dd47266513f5cd6484aab200a7b4ed427edc76538a98e39a040a17201483965175f5e1c5f484
 SHA512 
5c9950bd5d6904972cddf4afad534197d843c0dee8198d14ec5a3448873cab37dac88295b2a4df3658749f048bda4800b54fdc850517be7208906c911832c66e
 DIST git-manpages-2.33.1.tar.xz 494288 BLAKE2B 
1f8bd4f23de31a285d3f4327e562dddafdf9f28e8b36334e54f5e280c81fc8170e8b153ca42baa642d02d8e6fdfcac9a8fdd3cee1e32c29bcd53f689d1a6c463
 SHA512 
d465a7b491046b7a5da6ad1fc6c62b351c69905932e0672263de5a1d3abe1113660cff9fe30c7be1d1695c6170ceca5a11b3f65e9b2d1545f35cc653e4c6ad62
-DIST git-manpages-2.34.0.rc1.tar.xz 497324 BLAKE2B 
62c12441ed8053b6bf8023ccd37ef0830a7c604248a419a8472469d9eaf9cd6d7d5a358caba621140c9c66b8e60be7ed96d070318a2855c2b528b6023d7fc3e6
 SHA512 

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

2021-11-09 Thread Lars Wendler
commit: c3461262926a3749273440bca9f99df1796fa799
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov 10 06:39:40 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov 10 07:43:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3461262

sys-libs/ldb: Bump to version 2.3.2

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

 sys-libs/ldb/Manifest |   1 +
 sys-libs/ldb/ldb-2.3.2.ebuild | 120 ++
 2 files changed, 121 insertions(+)

diff --git a/sys-libs/ldb/Manifest b/sys-libs/ldb/Manifest
index 944927473d6..237908b8179 100644
--- a/sys-libs/ldb/Manifest
+++ b/sys-libs/ldb/Manifest
@@ -1,3 +1,4 @@
 DIST ldb-2.3.1.tar.gz 1718379 BLAKE2B 
e2aa196e6e09846be2a631d81bf0b94c0cd80984ac12475789717efdf78caf5501c4278ace33dcc2a6fb92a4a2f224b20ea9f3bf3fa5c7333f9994dcbdc1
 SHA512 
d87f3839481c3ac3f5ce5e2b5bb766451fe39681bff9c53747d45e2cdcef9f1eb91c0a7d6a9c202c4d01097600d66ca431a175f4fc28a126ad987b9783cb87bc
+DIST ldb-2.3.2.tar.gz 1718583 BLAKE2B 
48b9fb77e414af0f9fffe0cda9cf49971d79ed8b66213b01b73f53a61969e03f9e6426a04a33ff70da906c814470d8fa356902a68aa1169d969cc597e8c234d7
 SHA512 
be324e8f20db50529634548451dbc5f95f26a701e124bfb40ae2b0a5069de78b7c5c1a66222097209ea24ef6077373d996e67c00257a5a05198f1b81bf0ed53e
 DIST ldb-2.4.0.tar.gz 1689484 BLAKE2B 
904d74900011ce3f63ad1c24fe88b1a090e835c68829ddfda5e8af2c0ab3674d7a8cd9a62b95c1f38f26578d0704556d3562e46e21a54cbb44a15b9d83676521
 SHA512 
6c500b723c081488bc0717b6a5b0e8966c5d8a751232f8856281a6fe4d358ae6b5878c8400a82fa666379066105fbb9259b2967313e73efabef0e1386095e2ee
 DIST ldb-2.4.1.tar.gz 1719769 BLAKE2B 
868d3dcc51bd8272d99f2335ed1af2e37506b6a175254f1aca37f758488ba0997e37419a7d8c81def77698128307df97de26d4807ac78c34088f7a623f8d9e68
 SHA512 
14ab5397d28c369142b2ccf55a2ab4e678a3fe6e018541cfce46241f8226400bc169360bbef254fae4410a6e15024ae986f02298d3d324e3d3a8b88801bf76d7

diff --git a/sys-libs/ldb/ldb-2.3.2.ebuild b/sys-libs/ldb/ldb-2.3.2.ebuild
new file mode 100644
index 000..5444904e23c
--- /dev/null
+++ b/sys-libs/ldb/ldb-2.3.2.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="threads(+)"
+inherit python-single-r1 waf-utils multilib-minimal
+
+DESCRIPTION="LDAP-like embedded database"
+HOMEPAGE="https://ldb.samba.org;
+SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="doc ldap +lmdb python test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   test? ( python )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   dev-libs/popt[${MULTILIB_USEDEP}]
+   >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
+   >=sys-libs/talloc-2.3.2[${MULTILIB_USEDEP}]
+   >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}]
+   >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}]
+   ldap? ( net-nds/openldap )
+   lmdb? ( >=dev-db/lmdb-0.9.16[${MULTILIB_USEDEP}] )
+   python? (
+   ${PYTHON_DEPS}
+   sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}]
+   sys-libs/tdb[python,${PYTHON_SINGLE_USEDEP}]
+   sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}
+   virtual/libcrypt
+"
+BDEPEND="${PYTHON_DEPS}
+   dev-libs/libxslt
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+WAF_BINARY="${S}/buildtools/bin/waf"
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.5.2-optional_packages.patch
+   "${FILESDIR}"/${PN}-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
+)
+
+pkg_setup() {
+   # Package fails to build with distcc
+   export DISTCC_DISABLE=1
+
+   # waf requires a python interpreter
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myconf=(
+   $(usex ldap '' --disable-ldap)
+   $(usex lmdb '' --without-ldb-lmdb)
+   --disable-rpath
+   --disable-rpath-install --bundled-libraries=NONE
+   --with-modulesdir="${EPREFIX}"/usr/$(get_libdir)/samba
+   --builtin-libraries=NONE
+   )
+   if ! multilib_is_native_abi; then
+   myconf+=( --disable-python )
+   else
+   use python || myconf+=( --disable-python )
+   fi
+   waf-utils_src_configure "${myconf[@]}"
+}
+
+multilib_src_compile() {
+   waf-utils_src_compile
+   multilib_is_native_abi && use doc && doxygen Doxyfile
+}
+
+multilib_src_test() {
+   if multilib_is_native_abi; then
+   WAF_MAKE=1 \
+   
PATH=buildtools/bin:../../../buildtools/bin:$PATH:"${BUILD_DIR}"/bin/shared/private/
 \
+   

[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2021-11-09 Thread Lars Wendler
commit: 88a4dc9b78154f039478d1cf25c6beef74c56588
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov 10 06:49:22 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov 10 07:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a4dc9b

net-fs/samba: Security bump to versions 4.14.10 and 4.15.2

Bug: https://bugs.gentoo.org/821688
Signed-off-by: Lars Wendler  gentoo.org>

 net-fs/samba/Manifest |   2 +
 net-fs/samba/samba-4.14.10.ebuild | 343 ++
 net-fs/samba/samba-4.15.2.ebuild  | 340 +
 3 files changed, 685 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 7bce04e7271..593f0e7e482 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,3 +1,5 @@
+DIST samba-4.14.10.tar.gz 19134066 BLAKE2B 
c6daebc7abbf2ed371ed694e4478d05875d55f7c5a9f83461932eebd7fe9089ff15e0530555d468e64f897d4cadab86e8c0acbfbd20938b3be842cb4324486e2
 SHA512 
0e1dd386d185cf77a2be4155646e98b3218316b5c290358684ec8eed747ffea67aa7db0937edc971fb791dc47f0f51306db33eb3b8cb65cca8787f18fd4b7f1c
 DIST samba-4.14.9.tar.gz 19063803 BLAKE2B 
157665aba6d2449781ad3781deb2cdb3ae325879a796b8ba07a9d981ed93aaccd7f098841136a3be9d4e304ecba00b7ecb0c4a84cdfc6593172d4bc66cb38c69
 SHA512 
e7eb8b55656f51d94d99358dbe39869a74e34b2c69e14ac813c2387a4b2a10d8a5c22ad9b6a3a3ed4dcec4c13df810f577e22d7f1cc903176c0962e412496deb
 DIST samba-4.15.0.tar.gz 18895040 BLAKE2B 
ac560e280d5fbea6499547de480f973bf1987558ce6b832fe0f6e5bad8cd58180731e7d1a37f85fce82c52bf735106aedec3ccfda09fa430a5c435e2437994f9
 SHA512 
5fcd8797f0ac2821f1bb213c9a39c0928847905f701003618f9f160eaa98f3fea25e3d8d4047658b0bd164f3e6a2a63fd7b0133317e536997c764acf7803950d
 DIST samba-4.15.1.tar.gz 19192249 BLAKE2B 
1348e1fd8ba69c2b4d9a70418805c4a893d2198d8571d4ee66953b8326cb18245f54053eb873accf59b82edb5ee82305f4933451ce35842e598863bc1d54040c
 SHA512 
caa6365f26b2b19c96732252b4f8446e82a1f12f08e4ad7803709d8a10b9cc4f1075723f0249419f387b2a8de9020f68cbf0ca780f0e56efbe11fb7ddb32ebf6
+DIST samba-4.15.2.tar.gz 19252338 BLAKE2B 
aded33cbefce69c9b20148de1be224514de5cc825404e8188fb0a96022d0fdc6595256f74a5e295fd2e1062e8520775b6c59c1d6a7bf80a52ed9fa9db412dcdd
 SHA512 
6fdf9db0da90332afe527703066cca4ec5b0ec6bf6a5979443953f9fbc18b870a7e2445a41c9ae3d63f7738c9c0282e7ca82f6066aa68e151eec248615ea7b21

diff --git a/net-fs/samba/samba-4.14.10.ebuild 
b/net-fs/samba/samba-4.14.10.ebuild
new file mode 100644
index 000..96697f596fd
--- /dev/null
+++ b/net-fs/samba/samba-4.14.10.ebuild
@@ -0,0 +1,343 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="threads(+),xml(+)"
+inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam 
tmpfiles
+
+DESCRIPTION="Samba Suite Version 4"
+HOMEPAGE="https://samba.org/;
+
+MY_PV="${PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+if [[ ${PV} = *_rc* ]]; then
+   SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
+else
+   SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam glusterfs
+gpg iprint json ldap ntvfs pam profiling-data python quota +regedit selinux
+snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test winbind
+zeroconf"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   addc? ( python json winbind )
+   addns? ( python )
+   ads? ( acl ldap winbind )
+   cluster? ( ads )
+   gpg? ( addc )
+   ntvfs? ( addc )
+   spotlight? ( json )
+   test? ( python )
+   !ads? ( !addc )
+   ?? ( system-heimdal system-mitkrb5 )
+"
+
+# the test suite is messed, it uses system-installed samba
+# bits instead of what was built, tests things disabled via use
+# flags, and generally just fails to work in a way ebuilds could
+# rely on in its current state
+RESTRICT="test"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/samba-4.0/policy.h
+   /usr/include/samba-4.0/dcerpc_server.h
+   /usr/include/samba-4.0/ctdb.h
+   /usr/include/samba-4.0/ctdb_client.h
+   /usr/include/samba-4.0/ctdb_protocol.h
+   /usr/include/samba-4.0/ctdb_private.h
+   /usr/include/samba-4.0/ctdb_typesafe_cb.h
+   /usr/include/samba-4.0/ctdb_version.h
+)
+
+COMMON_DEPEND="
+   >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
+   dev-lang/perl:=
+   dev-libs/icu:=[${MULTILIB_USEDEP}]
+   dev-libs/libbsd[${MULTILIB_USEDEP}]
+   dev-libs/libtasn1[${MULTILIB_USEDEP}]
+   dev-libs/popt[${MULTILIB_USEDEP}]
+   dev-perl/Parse-Yapp
+   >=net-libs/gnutls-3.4.7[${MULTILIB_USEDEP}]
+   net-libs/libnsl:=[${MULTILIB_USEDEP}]
+   sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}]
+   

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

2021-11-09 Thread Lars Wendler
commit: 537c0f5986541ef04c4ea5f06801b65b8b868b05
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov 10 07:17:55 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov 10 07:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537c0f59

sys-apps/ethtool: Bump to version 5.15

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

 sys-apps/ethtool/Manifest|  1 +
 sys-apps/ethtool/ethtool-5.15.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/sys-apps/ethtool/Manifest b/sys-apps/ethtool/Manifest
index f937c38e59e..70928241b9e 100644
--- a/sys-apps/ethtool/Manifest
+++ b/sys-apps/ethtool/Manifest
@@ -1,3 +1,4 @@
 DIST ethtool-5.10.tar.xz 310536 BLAKE2B 
acc91ff2f7cf233a5a7bc85e32fbcf78e3923b240ab3e3300fa11d42769b664b1b5740ad6577daf4ef1b1054432e2323429ee63774af5e0210c1ec1c7d6aa4ac
 SHA512 
128ecc0445ec44e231d95158a71cea2c03f059314f1a844cfb2f424970bd68608fb73b8dc5e8905b88ad0da2b65a8884a626be78d6d25f770ce043c6c87580a6
 DIST ethtool-5.13.tar.xz 318204 BLAKE2B 
5e693368ce56fa155c5d371bc650e5fb7e8e1c8fd30982b45a674da63119e54f005484bea68c7b85e8d070efbf7aa15e92637e7a3b8b2010b4022851154a6809
 SHA512 
44426653aabd20707d2e597707113f4d30d12696b4f32c0ab0450af0dccece1b6a11e529a22d1299204f63c9e71ae41a1495d3d36b8f630f1734a72694d779be
 DIST ethtool-5.14.tar.xz 318536 BLAKE2B 
09b5c9c8103635e33b22e55caff3b0f3751bf14d48de63e025587814c6b0d7e80962cd8ed27b6be7ae35a5a9d5decd0a9127a69a7cbbd52e2218bb3fc9e9b176
 SHA512 
880c4b6d5f83c25cabc6101222a5abf5f7e5e6501165ba5cdb420da242c351d7c32c1cffacfa1bcf0c4655434d89c64d39f0809af0d38f626a0a78f92ec68f87
+DIST ethtool-5.15.tar.xz 318864 BLAKE2B 
855c07e388bfabf37637f20e2714c6ca27717f38d7f658be96e0e9ec9d4514e61f4ee29361fc0279510869606ad18126ccd2a47160f1097ab52b1e35216e9721
 SHA512 
28147468a92c179217b459907a3257ee4f2d2ed028cb87b074f1c7ca6eb91aca81c8a9f5c7fe74e81d16a516e6e7eb20137bf7a15b5479fd82a327c64954da12

diff --git a/sys-apps/ethtool/ethtool-5.15.ebuild 
b/sys-apps/ethtool/ethtool-5.15.ebuild
new file mode 100644
index 000..4ddb6be7e3f
--- /dev/null
+++ b/sys-apps/ethtool/ethtool-5.15.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Utility for examining and tuning ethernet-based network 
interfaces"
+HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/;
+SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="+netlink"
+
+BDEPEND="app-arch/xz-utils"
+RDEPEND="netlink? ( net-libs/libmnl )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   econf $(use_enable netlink)
+}



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

2021-11-09 Thread Lars Wendler
commit: b6a401c1d17d0910e4319950a81a822d95a93ddb
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov 10 07:18:16 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov 10 07:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a401c1

sys-apps/ethtool: Removed old

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

 sys-apps/ethtool/Manifest|  1 -
 sys-apps/ethtool/ethtool-5.13.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/sys-apps/ethtool/Manifest b/sys-apps/ethtool/Manifest
index 70928241b9e..32c2530c2a6 100644
--- a/sys-apps/ethtool/Manifest
+++ b/sys-apps/ethtool/Manifest
@@ -1,4 +1,3 @@
 DIST ethtool-5.10.tar.xz 310536 BLAKE2B 
acc91ff2f7cf233a5a7bc85e32fbcf78e3923b240ab3e3300fa11d42769b664b1b5740ad6577daf4ef1b1054432e2323429ee63774af5e0210c1ec1c7d6aa4ac
 SHA512 
128ecc0445ec44e231d95158a71cea2c03f059314f1a844cfb2f424970bd68608fb73b8dc5e8905b88ad0da2b65a8884a626be78d6d25f770ce043c6c87580a6
-DIST ethtool-5.13.tar.xz 318204 BLAKE2B 
5e693368ce56fa155c5d371bc650e5fb7e8e1c8fd30982b45a674da63119e54f005484bea68c7b85e8d070efbf7aa15e92637e7a3b8b2010b4022851154a6809
 SHA512 
44426653aabd20707d2e597707113f4d30d12696b4f32c0ab0450af0dccece1b6a11e529a22d1299204f63c9e71ae41a1495d3d36b8f630f1734a72694d779be
 DIST ethtool-5.14.tar.xz 318536 BLAKE2B 
09b5c9c8103635e33b22e55caff3b0f3751bf14d48de63e025587814c6b0d7e80962cd8ed27b6be7ae35a5a9d5decd0a9127a69a7cbbd52e2218bb3fc9e9b176
 SHA512 
880c4b6d5f83c25cabc6101222a5abf5f7e5e6501165ba5cdb420da242c351d7c32c1cffacfa1bcf0c4655434d89c64d39f0809af0d38f626a0a78f92ec68f87
 DIST ethtool-5.15.tar.xz 318864 BLAKE2B 
855c07e388bfabf37637f20e2714c6ca27717f38d7f658be96e0e9ec9d4514e61f4ee29361fc0279510869606ad18126ccd2a47160f1097ab52b1e35216e9721
 SHA512 
28147468a92c179217b459907a3257ee4f2d2ed028cb87b074f1c7ca6eb91aca81c8a9f5c7fe74e81d16a516e6e7eb20137bf7a15b5479fd82a327c64954da12

diff --git a/sys-apps/ethtool/ethtool-5.13.ebuild 
b/sys-apps/ethtool/ethtool-5.13.ebuild
deleted file mode 100644
index 4ddb6be7e3f..000
--- a/sys-apps/ethtool/ethtool-5.13.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Utility for examining and tuning ethernet-based network 
interfaces"
-HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/;
-SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="+netlink"
-
-BDEPEND="app-arch/xz-utils"
-RDEPEND="netlink? ( net-libs/libmnl )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   econf $(use_enable netlink)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/

2021-11-09 Thread Arthur Zamarin
commit: 18c4c87e25000cf78825886a2d92f6683757ad9b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 10 06:14:09 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 10 07:34:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c4c87e

dev-perl/Crypt-Random: Keyword 1.540.0 sparc, #818448

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

 dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild 
b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
index a311e491736..b9110452f3e 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Cryptographically Secure, True Random Number Generator"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 
 RDEPEND="
>=dev-perl/Class-Loader-2.0.0



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/

2021-11-09 Thread Arthur Zamarin
commit: 32725cfaa385879bb21be243fa83255f653609cf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 10 07:33:52 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 10 07:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32725cfa

dev-tex/latex2html: Stabilize 2021.2-r1 sparc, #822366

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

 dev-tex/latex2html/latex2html-2021.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild 
b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
index ed04c779f5a..036096872b0 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="



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

2021-11-09 Thread Arthur Zamarin
commit: d1b67b80dce89d8187511791fecb88f0e2aa69c9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 10 07:33:51 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 10 07:34:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b67b80

media-libs/netpbm: Stabilize 10.86.24 sparc, #822366

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

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

diff --git a/media-libs/netpbm/netpbm-10.86.24.ebuild 
b/media-libs/netpbm/netpbm-10.86.24.ebuild
index aee7d33e7fe..fb0c1e96c2a 100644
--- a/media-libs/netpbm/netpbm-10.86.24.ebuild
+++ b/media-libs/netpbm/netpbm-10.86.24.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ceamac/netpbm-make-dist/releases/download/v${PV}/${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga 
tiff X xml zlib"
 # zlib USE flag is no longer used, enabled by default.
 # cannot remove it yet because of #801445



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/

2021-11-09 Thread Michał Górny
commit: e886ce037048406507d3a5cf897eca40d66c2662
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:55:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e886ce03

dev-python/sphinx-notfound-page: Bump to 0.8

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

 dev-python/sphinx-notfound-page/Manifest   |  1 +
 .../sphinx-notfound-page-0.8.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/sphinx-notfound-page/Manifest 
b/dev-python/sphinx-notfound-page/Manifest
index 3198e87693f..ff3a784b724 100644
--- a/dev-python/sphinx-notfound-page/Manifest
+++ b/dev-python/sphinx-notfound-page/Manifest
@@ -1 +1,2 @@
 DIST sphinx-notfound-page-0.7.1.gh.tar.gz 50670 BLAKE2B 
b438413585fce3623451015d873242de3e6d7c466aa06b0b6398d7e337d2a0d3c2041973b1f1c8491b1f382d8e87a2da00b6a97e3a857b60cb345e715d2aa27b
 SHA512 
f2894b19f8ccee22ac7f6e3a34f8270923e8cc4b2182d490e6ec46477460555de9b67b0075f74cc089b0b9e7474c6db9373d107d272d161d98a3c5609edfa7a0
+DIST sphinx-notfound-page-0.8.gh.tar.gz 57650 BLAKE2B 
e57634ba9a7faf81e6ee8d9b082d96742b580606f2e2fd559842049ba2e80bcb44bb6bd7a9c7eed6038e4c3ddb0416e32fceb4d47a72b8a600443e0020ff33d6
 SHA512 
eeb5b8da24ecb8f9814540a126f08204ae623705068608c2ee32a4f90303bdaab5f3934bdc36dd06dff047beb0225603f8cfc9b736769836385837047a36a674

diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild 
b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild
new file mode 100644
index 000..67ffc6d4279
--- /dev/null
+++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded."
+HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/;
+# PyPI tarballs lack tests
+# https://github.com/readthedocs/sphinx-notfound-page/pull/110
+SRC_URI="
+   https://github.com/readthedocs/sphinx-notfound-page/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2021-11-09 Thread Michał Górny
commit: 4fe5c2f2b4764fc1eac997058d5c57d32302887f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:52:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe5c2f2

dev-python/elementpath: Bump to 2.4.0

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

 dev-python/elementpath/Manifest |  1 +
 dev-python/elementpath/elementpath-2.4.0.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 3731c91e504..98123f4157a 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1 +1,2 @@
 DIST elementpath-2.3.2.gh.tar.gz 239680 BLAKE2B 
8e30a24dfbf2e1981ff0a199728d16c89214b70dfa195e8df338c762ba4ddda28936de30546809226bd080234185d44f6f45902e9ff561a12d56748c4500cd82
 SHA512 
4bedb2da3a139c35d12b0a41983ca50fabc2f653824c3dbc18cbc3024e666405586fdd8788ba7ecdcd55c70e75eb8bec9623839f015930d0f0a65fec10986b23
+DIST elementpath-2.4.0.gh.tar.gz 243871 BLAKE2B 
1a16fa97a93a8a981c71d83a406353b5b002ea4fd814f177b7abff86ed0875770788737dc69843920cee1cc457b9a16859e6b1f4fd29889e3bf4d11b5b766621
 SHA512 
887a108b5de24a9be3dd1c577c623cf96939752f7c293d941e3b0bed4281d38a8edccf82fef9be8ee94bda7674f68ed17d3a060f803dcafce96e45961852ca24

diff --git a/dev-python/elementpath/elementpath-2.4.0.ebuild 
b/dev-python/elementpath/elementpath-2.4.0.ebuild
new file mode 100644
index 000..a236efdff83
--- /dev/null
+++ b/dev-python/elementpath/elementpath-2.4.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+HOMEPAGE="https://github.com/sissaschool/elementpath/
+   https://pypi.org/project/elementpath/;
+SRC_URI="
+   https://github.com/sissaschool/elementpath/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   test? (
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/xmlschema[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest



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

2021-11-09 Thread Michał Górny
commit: ae5add3e3d1aa69f2f6f2a99d2093eb8c50241ba
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:50:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5add3e

dev-python/botocore: Bump to 1.23.2

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index edab36924b5..b9e8e6f1804 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -4,3 +4,4 @@ DIST botocore-1.21.65.tar.gz 8261668 BLAKE2B 
c955019d06aa1b2f4503673b7d9009e5d6e
 DIST botocore-1.22.12.tar.gz 8343683 BLAKE2B 
df7b2c86f226df14dc8181e8506acc7dd660797311049e2342ec721e853af1158c845749a8143ec6677601420ce6140173da8df5d9e4550cdf9becfc944ebd3c
 SHA512 
0ab78902711960f8373a91af379b4981ab29646cc9f94e49836deaa432695c503879ed0bbbf54e3641e50933b5ed658e48052ca2b8b8391f705284d9abd24c1f
 DIST botocore-1.22.5.tar.gz 8301083 BLAKE2B 
91f9d38e7c5bcb0b8f58c04547ad45489f58d2240c6b7301cf632969a4a73cf4a1d51c8c68c8def27653c10041d2163ad7ca800dcf6fd07972b506bf2566cae3
 SHA512 
710a903dc79ca4ffacc4974f09ca769e1e3b8cb143f6f0349240dd8c2af8ee526a1dadb7310a26019363f683fc4149cb4c73d8b94a856a384fab7f84fb5c
 DIST botocore-1.23.1.tar.gz 8353252 BLAKE2B 
e29dc3a2112c24f244d25336964605ba14a07f9db3f0462db911f9a1009846dc3601ae27bad05e8e58161e911a20ecbaf1f280bd61204a7392906f0553dcec64
 SHA512 
6938f54a98474aa0bb3c73249f81bc68cb364d381af3f08ac698d66b9f03c2b3649a253bafb57a6f525757f459a8c3da775370f64984be4bca0f2d4310f7a367
+DIST botocore-1.23.2.tar.gz 8356426 BLAKE2B 
e8ab05b2adb4892460e681ac815461fd917005dc71baf7996b621855c69f5871e012441e3b788dc3d128e615607a711bc2705e65ed1eeefa9fd1b97d980a79af
 SHA512 
a2a741ec5a58a3fce9002f719e03bc2e3cb86f85c84868167b38820e36b16d0a495b0c74b97479f6e0f976b9a0fedfe968f8d738217f61ba780a47a7a046ffb4

diff --git a/dev-python/botocore/botocore-1.23.2.ebuild 
b/dev-python/botocore/botocore-1.23.2.ebuild
new file mode 100644
index 000..7337877443c
--- /dev/null
+++ b/dev-python/botocore/botocore-1.23.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   epytest tests/{functional,unit}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/

2021-11-09 Thread Michał Górny
commit: 0132a9b58cbfe75e2dc95e3b4a70808039f74b94
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:54:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0132a9b5

dev-python/google-api-python-client: Bump to 2.30.0

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

 dev-python/google-api-python-client/Manifest   |  1 +
 .../google-api-python-client-2.30.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 28b7a60f9bb..063e8c1ac85 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,3 +1,4 @@
 DIST google-api-python-client-2.27.0.tar.gz 27434968 BLAKE2B 
95575f70ec3a7cb71a252495c8daa74ee06fc5499c4b9febbb4f492db9d043e1a67d78bb7a5cafb64bf50697922b1b5f92cf8e5d023fab762cd4dc585507d139
 SHA512 
7486cb120ca726a7ba57e8629e6e369c49d1de4459986c1458d087fd1c01be2979ac0d30697d50adbb1ff67c0d262e68bb17c7f43e1148db62d04b7befe3af2f
 DIST google-api-python-client-2.28.0.tar.gz 27582046 BLAKE2B 
84803c124bdda7d93a28b9690848ab2a41bcb1327feb26cb13c17b395f6fa57d86cb4ae01095966cf5423a821c49996931dde45f95d5f23fedc05e09f875de3a
 SHA512 
d9cbec2ad600af281df2ad6db34d146a37b8248240357d7bc8a7c651d06029dc9dba2e408aa6b7f364e30ffd2b063926e67b184d90ff66f771974ca84979d8db
 DIST google-api-python-client-2.29.0.tar.gz 27697101 BLAKE2B 
e8c9ea3e6a0ff89dce9baef9328dd6a424b096cafe00504f28b516c753c5e9a861fe472edd3e980861c244b0642589cddf537f9a0a37ec9e089ea533b8b5d22c
 SHA512 
c842c16496349fff2ba9522fc7144342024fcb056a79c50350c9fdd01a44f843aaaf5c7f8058595029815c0b9d4d7014ea41d28647dae6780a4dc9ee1bcddad2
+DIST google-api-python-client-2.30.0.tar.gz 27735458 BLAKE2B 
5ed8d7d08643bd0f67d51b4316f5eed5ff247fb68ab751cd95a35015a738601ead2b5e96b5c32293386b01297eeaf8eb80e1102f6a3364241e375c0c10461d1e
 SHA512 
b9b403f2c8face4277858231cd72ef79d39191ca6dd1cb763ad1216a9c14315d46a08e7d70c835254c0f1405bc519bce81ac71917e03c0fa133db128edad2ff8

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild
new file mode 100644
index 000..94711a2ec4c
--- /dev/null
+++ b/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild
@@ -0,0 +1,45 @@
+# 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
+
+DESCRIPTION="Google API Client for Python"
+HOMEPAGE="https://github.com/googleapis/google-api-python-client;
+SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
+   =dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
+   

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

2021-11-09 Thread Michał Górny
commit: 52d5404abb516c7a82e40f7fea982b5bf1b67b67
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:46:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d5404a

dev-python/more-itertools: Bump to 8.11.0

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

 dev-python/more-itertools/Manifest|  1 +
 .../more-itertools/more-itertools-8.11.0.ebuild   | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/more-itertools/Manifest 
b/dev-python/more-itertools/Manifest
index 5d25f8f22b1..c93f8049ccc 100644
--- a/dev-python/more-itertools/Manifest
+++ b/dev-python/more-itertools/Manifest
@@ -1 +1,2 @@
 DIST more-itertools-8.10.0.tar.gz 102929 BLAKE2B 
ab98e0f94ea50bd4bd1d147bc81947259e77cdcadbbf365d1b3b0a02e97fbcff8712637721b82bdbf8d1f8ced7bea57c2c8b6249b07ecdcd179fd1316dee055e
 SHA512 
a666710426a825e5aca10b52439a973e08ac6ec09fb5375426194d1342af055a8b6aee48b4e3fa17c4606d6d9cc3673afdd789dbbaf373258be6a71bd63178f7
+DIST more-itertools-8.11.0.tar.gz 108445 BLAKE2B 
0843d57b8e6c4c1ae34b3a17d196d28110bbb246dccd1a7a8b2cfcb752d8c6900f5435ba3d10f1f21b5e9e72c669cf65bdc413b9a94c900266edae347f9f97a4
 SHA512 
1f0c6bff5aa82a065af5a4a0176aec52f13971c711ebe37635b4689bf0e6d615a34f3a8e167949290bfa7fe35d92b27442921098427a94324f846b34b2ab7547

diff --git a/dev-python/more-itertools/more-itertools-8.11.0.ebuild 
b/dev-python/more-itertools/more-itertools-8.11.0.ebuild
new file mode 100644
index 000..bd17f3f88b0
--- /dev/null
+++ b/dev-python/more-itertools/more-itertools-8.11.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="More routines for operating on iterables, beyond itertools"
+HOMEPAGE="https://pypi.org/project/more-itertools/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+distutils_enable_tests unittest



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

2021-11-09 Thread Michał Górny
commit: a82776c51fb877bba56e9956bba49af43ccc01f2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:49:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82776c5

dev-python/jinja: Bump to 3.0.3

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

 dev-python/jinja/Manifest   |  1 +
 dev-python/jinja/jinja-3.0.3.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/jinja/Manifest b/dev-python/jinja/Manifest
index 044a2aad34c..be131d49b23 100644
--- a/dev-python/jinja/Manifest
+++ b/dev-python/jinja/Manifest
@@ -1,2 +1,3 @@
 DIST jinja-2.11.3.tar.gz 258057 BLAKE2B 
4735464d044718ce1e6b2663ecb1b238b38fbf0f37ed683257775fe9e853186c089b98494209e511be5aa96bf6df8f6d472be132b6184a7d9213e182099c0433
 SHA512 
f8e2951edf780d7b44ac74d36579c89b0a5c076b4250faf643ae7e3ff6a431fedaabed640e5efb496cda1a79a4057bf312ae652484c8d4631d521689eb0adbc1
 DIST jinja-3.0.2.tar.gz 273251 BLAKE2B 
69ef01fdce0be5d1df8eec01606c4fde72232aac2e089aed9a3a7e549a3ed283881c7c864aadb50d53eb5f1324781e3a89c2398e8c30e27dbed14d5917154513
 SHA512 
e6cf8b8e9fb3efc57806c9a17e71444f6e01f4d039c4894ee31aa4a042e63c31c9a68c85ce9400a7a840dc01ac8c46d88cdcc6ed15a28f662565b8ca9c1145b1
+DIST jinja-3.0.3.tar.gz 273634 BLAKE2B 
3f72840f3f895471896b918b0d3173aa7b40a077fe78a014064e66ac74c3d1ef1ae811723a84ea56d32edde23ee26ab6091bd5ce7ee4e46a9693f34d2538b491
 SHA512 
8a364620a4660add0593f4b252a2f20423aa3017193dffe6e8aa80710444da0cae5e6c4b77247d39f33e90185f475714fb892f6b5f01d3055a88b0f669a748be

diff --git a/dev-python/jinja/jinja-3.0.3.ebuild 
b/dev-python/jinja/jinja-3.0.3.ebuild
new file mode 100644
index 000..6decc5afc7a
--- /dev/null
+++ b/dev-python/jinja/jinja-3.0.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured template engine for Python"
+HOMEPAGE="https://jinja.palletsprojects.com/ https://pypi.org/project/Jinja2/;
+# pypi tarball is missing tests
+SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris"
+IUSE="examples"
+
+RDEPEND="
+   >=dev-python/markupsafe-2.0.0[${PYTHON_USEDEP}]
+   !dev-python/jinja:compat"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx-issues \
+   dev-python/pallets-sphinx-themes
+distutils_enable_tests pytest
+
+# XXX: handle Babel better?
+
+src_prepare() {
+   # avoid unnecessary dep on extra sphinxcontrib modules
+   sed -i '/sphinxcontrib.log_cabinet/ d' docs/conf.py || die
+
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   if use examples ; then
+   docinto examples
+   dodoc -r examples/.
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   if ! has_version dev-python/Babel; then
+   elog "For i18n support, please emerge dev-python/Babel."
+   fi
+}



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

2021-11-09 Thread Michał Górny
commit: 51572ec8769813b45d652b643ca5d0fb62c2f30e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:50:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51572ec8

app-admin/awscli: Bump to 1.22.2

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

 app-admin/awscli/Manifest |  1 +
 app-admin/awscli/awscli-1.22.2.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index a0dfcfd5f48..690351a609c 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -4,3 +4,4 @@ DIST awscli-1.20.65.tar.gz 2091702 BLAKE2B 
e8295cf4e859c1e642077f4014fdea333292e
 DIST awscli-1.21.12.tar.gz 2097963 BLAKE2B 
e752cb1369be9ee26b517ba1226d3e16fad0a075c7f82eb1fcce3a3076aa67c5dcf4bdefcc6c29166ac7a96a2aa59da24636ddf1d3eb9bd21f3f05e665581de3
 SHA512 
90f39476b86ce97c0b47910b2d5cf5c512f142c1bf1620d0fa2384bfb40e54f812269e7f1ff72951ee13f37e6c918061c2d592b4e96e46116032810e1eb6bcb1
 DIST awscli-1.21.5.tar.gz 2095418 BLAKE2B 
152d0ac70e9e0120fb9b10451904af52035bce84168c055695e7dc93e56648bd7689f20ac0ecdbdfc54ccb846d51b33027d2e9ee09c5e5d1e915c0ec05b0fbfe
 SHA512 
e3063252a50fc6033669a0ff80f82d73764a6728d623d75a27f0652e779cbeb452454d887bf5bd70199a7394df40f9758b14619778c6428a164d590e6c8aaa89
 DIST awscli-1.22.1.tar.gz 2109309 BLAKE2B 
24be9fca3f767745eb2bd8dd77389410a95e583c8b9fb701122c666cd190393aa32299ec2c62f19a917a235853cc6dbde5324ad665c11ec3d54f596584d19470
 SHA512 
b653a63f1db2f4cfeba0ef463596bd9b7d40a76b06bbeb9671eba9e14cd27f3283ba222ad97172d8399f2c9a8f8fa39f59a25a1e5f8832cba6694f26262797bc
+DIST awscli-1.22.2.tar.gz 2109538 BLAKE2B 
09ba6020093a80f1505bf945f0e0946cc37368a9ef1425e1ff20cfe3b19d9cb346f52f22513c58e8820a1454dd296474efaeef6349060819bb29dce972216549
 SHA512 
64a32f6ae4961f20c52801bcc654fbeb2a84e2bcf582e701ab266ffd61a67b1122a2dcb469ae43c363b87b8b79b59c78738adef7c4677d19c5a7bb4dcb11764b

diff --git a/app-admin/awscli/awscli-1.22.2.ebuild 
b/app-admin/awscli/awscli-1.22.2.ebuild
new file mode 100644
index 000..d4b09dbaa2e
--- /dev/null
+++ b/app-admin/awscli/awscli-1.22.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests --install pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit}
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-11-09 Thread Michał Górny
commit: fb8a6db1cae97bef48e0a03fd8aef9024f62244b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:21:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8a6db1

dev-python/regex: Bump to 2021.11.10

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

 dev-python/regex/Manifest|  1 +
 dev-python/regex/regex-2021.11.10.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
index e608a389b58..134b7b588c7 100644
--- a/dev-python/regex/Manifest
+++ b/dev-python/regex/Manifest
@@ -1,3 +1,4 @@
 DIST regex-2021.10.23.tar.gz 703746 BLAKE2B 
e26ec50994375f8b128206743209dff1ceb760b67967ff66d2553c1da27840e0df1611bf1a2746fd26246d3ac8b4a3974c98c8b4d4ede4e6d7954875c17b2405
 SHA512 
6bc67a066a7f33f6567a672132b1b65d89b21152d5ec3546262e542413ce40999ad57fb55eec92b9f4010489968b6eed1dab27efa63e14b771d883a890ddf9ab
 DIST regex-2021.10.8.tar.gz 703541 BLAKE2B 
da2a35c0f95c208fe2a9951d4c8cf756cd9eecb3ff27c5d729e9b5702256cc12bdde896019abf2aa12d206cbaace0fa693be332ff8d8baa5e6e628866eb64dea
 SHA512 
395fbef61d54fad539bbd1e51c9100cba02bcd3a147e95a32ff8c32cb7fca66df98bade638e24f9a5c6e5d6c7becca033f925c4fa675b4e6689cba8316a8b46d
+DIST regex-2021.11.10.tar.gz 702813 BLAKE2B 
4729067d690033ff3c6dabb4e180d9f46fbf9cb53c4244d7d76a96d90c07c14afd4487fb068d4b4eef17bc8457f8f9de1a8bcdcefd0fe1a6a74eae00e6fabeb4
 SHA512 
b821e2d5a9e21e24cacfb4ed7c4e64be89a50562f6159088587e7701940a0598114abe9b96b11b17d638b098beb070b6722ea8ca8a7ccd0d60cef6973df3ee7d
 DIST regex-2021.11.2.tar.gz 712630 BLAKE2B 
0a6247d1ca26b0ce644f8036892ed4a5177d69b06eb6055bcd42a08874b24666df7525d19c270b61eca0c14474a0b68fb365e4f0499cdf5ede6510595bc302b8
 SHA512 
1863158271224595f6a540dcc0f7fd9125b69f9cdcf7b67efc589605b739e7ed7a09fbe30fbd1f26b1d57fca25df8b150b9726412d331a4aa757387c247cb904

diff --git a/dev-python/regex/regex-2021.11.10.ebuild 
b/dev-python/regex/regex-2021.11.10.ebuild
new file mode 100644
index 000..67c833d04b5
--- /dev/null
+++ b/dev-python/regex/regex-2021.11.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Alternative regular expression module to replace re"
+HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="doc"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_empty_array.patch"
+   "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_issue_18468.patch"
+)
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest -s "${BUILD_DIR}"/lib
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/Features.html )
+   local DOCS=( README.rst docs/*.rst )
+
+   distutils-r1_python_install_all
+}



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

2021-11-09 Thread Michał Górny
commit: dec21923cf1995c599eaa69517cad41acd1102b7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:51:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec21923

dev-python/proto-plus: Bump to 1.19.8

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

 dev-python/proto-plus/Manifest |  1 +
 dev-python/proto-plus/proto-plus-1.19.8.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest
index 15c0caf1361..cd642392636 100644
--- a/dev-python/proto-plus/Manifest
+++ b/dev-python/proto-plus/Manifest
@@ -1,2 +1,3 @@
 DIST proto-plus-1.19.2.gh.tar.gz 61183 BLAKE2B 
8c1c0a70ae573fc8c64004e4bd923f403bf82dbb3f9aef19239770fcd316e513ba11e6e47c56bda65c88e476072f0d90af02c83eb0fe8a4045cf3ceeccca3fc7
 SHA512 
c3cfb1b6aabeb4eab7f6c2c16551c1f9fbf29dc3199b496bc4b47b4b80cbe4684e5c97abe26fa4c1afd03c844a2e8f006f16c24932d2a7cf8190452943c2fad0
 DIST proto-plus-1.19.7.gh.tar.gz 64614 BLAKE2B 
918bb04a084cff8a2188a68c31f08aebd25443fd399d69ba9734d002f773df2769904e4aa551cd1d93586ee4710f2b7160e6a8eb4160fe1bb846be18155a7b29
 SHA512 
118187a852a998deba3b5d7e700cd084eab966b549c7dba6150f318e9602f950a9533e27d775f9f0bca2fedaed6375b592bae42c55cf5aee8b52708fcc4691c8
+DIST proto-plus-1.19.8.gh.tar.gz 64668 BLAKE2B 
d90ba4bd2404a0b05325e08e9ec39de0b819af00e9229ca54a7173364a99e0cedb584696093f3df7720d96f8291fad4f26b9963171de8ebd44396550dc932e17
 SHA512 
e9bd790ec7d2cc7fa54e5c8be374e4a7bc5c92899c5259e6985024fe1c9e25768c1355b808a9a4c38b132026412b2e7d91c5fe0098af661b1dac604b84aaf2ee

diff --git a/dev-python/proto-plus/proto-plus-1.19.8.ebuild 
b/dev-python/proto-plus/proto-plus-1.19.8.ebuild
new file mode 100644
index 000..762787eae60
--- /dev/null
+++ b/dev-python/proto-plus/proto-plus-1.19.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Beautiful, Pythonic protocol buffers"
+HOMEPAGE="https://pypi.org/project/proto-plus/ 
https://github.com/googleapis/proto-plus-python;
+SRC_URI="
+   https://github.com/googleapis/proto-plus-python/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-python-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/google-api-core[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme



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

2021-11-09 Thread Michał Górny
commit: 0bffaf1472799c225c0c3171bd214770e43e6a2e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:53:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bffaf14

dev-python/nuitka: Bump to 0.6.17.6

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

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

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index a5e2c6fae19..1f05e0476b8 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-0.6.17.3.tar.gz 3147197 BLAKE2B 
fa72985494a362e430dd5eda0b14b5ff0620eb2d5a607cbae58802b92d9cf73d810864f00c366508dd89d8e7989bfbbdbd07b4309839ec36df224d45fa264a4c
 SHA512 
dcda36320e1c9de269f0407869b15f47b960fada87fd6fb60b2e96cdd637f6a773042f0ca30e3d25c8e111a5fe86e69242424e982651af732ca840afd010a909
 DIST Nuitka-0.6.17.4.tar.gz 3147951 BLAKE2B 
b82a28aab93b2ee570820c1e59f15c49649f799d97f17aec9a66e47d60563e30f5028126c3547b69e168ab425991d8e592a6dc8639971a22a44ad83cfb19d32b
 SHA512 
0bee622d516357851cd96fc3df3dd8e550b296d5045548f40a6b02565e95b2b326b6aa6a8ae54c44d16c641ba7113a38966115967c58c6df4ab4a6ed81e9031f
 DIST Nuitka-0.6.17.5.tar.gz 3148624 BLAKE2B 
41716b4736169eb9706ec0431ce34559c97259c95a02467d1ecc05a7c22cb9a471d96c0a8424a1df5e70a678bc6a5e7ff22dca24b61be891befa343b2ab48ca4
 SHA512 
aee2b8f1992e4d77c2650dfe02a97c9b402c9fb0d0fd75e47c1ebcc584310285603e850eed7de99e372d430ec59834a437afe613ef8dc9c0b904a80ff3996ca3
+DIST Nuitka-0.6.17.6.tar.gz 3148827 BLAKE2B 
4c898cac6ae5934e45ecfd37222670d7665ad9f512ae4e7f4e94eb25d19cd434448dbdf188b74398c49eea3b26a393f4fabfddb879be4d2bd795fc1ae6a8538d
 SHA512 
1e370b083861cc9953ab9b72c98dc81f9d6bbf97196abc69d8229ed2a87f2151101b825c8d34d3656cf3b1cc0cdcbbc5a4aa97fc1c32ce605b0535cbf2d3142f

diff --git a/dev-python/nuitka/nuitka-0.6.17.6.ebuild 
b/dev-python/nuitka/nuitka-0.6.17.6.ebuild
new file mode 100644
index 000..758649696b8
--- /dev/null
+++ b/dev-python/nuitka/nuitka-0.6.17.6.ebuild
@@ -0,0 +1,48 @@
+# 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 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="https://www.nuitka.net;
+SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
+S="${WORKDIR}/${P^}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons"  || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_optimize
+   doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



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

2021-11-09 Thread Michał Górny
commit: 24420cf8ec410a77b8fd5e92365ed5053dadc228
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:53:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24420cf8

dev-python/imagesize: Bump to 1.3.0

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

 dev-python/imagesize/Manifest   |  1 +
 dev-python/imagesize/imagesize-1.3.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/imagesize/Manifest b/dev-python/imagesize/Manifest
index 32af7afb865..762c7b23f88 100644
--- a/dev-python/imagesize/Manifest
+++ b/dev-python/imagesize/Manifest
@@ -1 +1,2 @@
 DIST imagesize-1.2.0.tar.gz 1274955 BLAKE2B 
20293418635362f7360d2f02299f9392a96ca09773c97dd8eed38ca424008fa9d71139bbaf8d61e0daf5dbc90f3c46af9ee60d26e9fb1c2479eb8875ebcb7305
 SHA512 
c82a7fe433064c3a60ed664bad8ce4e602c527bcf2f7c9ab9be6ed650654626d9e0907028b2b0c5a484712bc989335b2b4f66494c8d445f5043ed4c2bc519700
+DIST imagesize-1.3.0.tar.gz 1279535 BLAKE2B 
926b90ad493b790db41941467dd2dd0385f86064fc1ce9547670a52f925965effc9b8b7f61057158a4452cac2223b65dbfaecc34a19ddaf52067a9057560b56a
 SHA512 
3686e513f03cc16f5237ca206cd1bf131eea968015ee4906f620ab1c8932ed24d19881807225a02fa319d0465da4b01851ec0bd0a47146ef914053185bc0c755

diff --git a/dev-python/imagesize/imagesize-1.3.0.ebuild 
b/dev-python/imagesize/imagesize-1.3.0.ebuild
new file mode 100644
index 000..9781982b1a6
--- /dev/null
+++ b/dev-python/imagesize/imagesize-1.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Pure Python module for getting image size from 
png/jpeg/jpeg2000/gif files"
+HOMEPAGE="https://github.com/shibukawa/imagesize_py;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-solaris"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # requires Internet
+   test/test_get_filelike.py::test_get_filelike
+)



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

2021-11-09 Thread Michał Górny
commit: 8ed3e552324fa75b39773f18053f0ad2c9c11701
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 06:50:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 07:32:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed3e552

dev-python/boto3: Bump to 1.20.2

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

 dev-python/boto3/Manifest|  1 +
 dev-python/boto3/boto3-1.20.2.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index e2443ebdc4f..23aa75705e0 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -4,3 +4,4 @@ DIST boto3-1.18.65.tar.gz 429858 BLAKE2B 
fbc80e0d8d10f6d02fcf9b86c6b4be03a9c9083
 DIST boto3-1.19.12.tar.gz 436654 BLAKE2B 
f92e756bc9f98105e3126e41cf0d6fab948bbd79f088ee4e0f0f5f319d4a6e542c0702b487404b316f794b304c43f9c26da026257476341971a7ce241538f506
 SHA512 
e6b20730f35bb422a2f74e978adc0bac77aa18b4e80eab5175dc117cf2762a7d8e53d390c50df24dada6f1d071d78309c69598ffb3f8d93fd45a3d1f772a866f
 DIST boto3-1.19.5.tar.gz 433567 BLAKE2B 
52c12a4dd18d6f02326f8002b345cc5df224455fc862daa700326ae1df258979211d2753f01e1a106f237de393e483dc8926bb4ef0e08bafa575f20811dccd55
 SHA512 
fad05102f0c3e7e30a3342009f6b3ae28f52758f17a0c22b4da9a03dd10d7f9149ea2ec0119f55ec7280824bd8173653271821e82fcd54ef9fb9161b2d62df70
 DIST boto3-1.20.1.tar.gz 437338 BLAKE2B 
b2d952263919404518ada651777fd8cbe501b46fe060c4e4c657e2a01801e8f4b0285864cef880cc7ffeb83a84709f1bc91de26d70378a7ab01e681cc8098857
 SHA512 
0536a90cefbe739941d1eb5e2cb667de144648a8ba4329b49475fc15855c495fdbb0bf73d0c5de57adfb58f86e01e19ff4ce876eabf185a1f5a93499dafa6d49
+DIST boto3-1.20.2.tar.gz 437582 BLAKE2B 
7fed58f44e7a6eb4f5aa3f8cf4d1f6e67d818debe55d2ea609f2b1419aafa0f2d9cd15aba48f7d238943bbe5d4b3f5285de731f36df3b8d3276fbd1d411f7374
 SHA512 
25c5b4f8cc154a408d2d07a88af9e6cad6c1e0ec3544ceb7d8191d8204e5fe45dbfc27796f0b3c2d2a15d86d3f586c53a104575f8ed1eb0ed8a3772723d66e20

diff --git a/dev-python/boto3/boto3-1.20.2.ebuild 
b/dev-python/boto3/boto3-1.20.2.ebuild
new file mode 100644
index 000..a4f6b1d0f3c
--- /dev/null
+++ b/dev-python/boto3/boto3-1.20.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe-bin/

2021-11-09 Thread Agostino Sarubbo
commit: dbc8200daeebfbbe521b84ec9828ebbdb4d738d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:05:38 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:05:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc8200d

dev-python/pypy-exe-bin: x86 stable wrt bug #822420

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

 dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild 
b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild
index 6fd08271b1b..fbee1716b1b 100644
--- a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild
+++ b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}"
 
 LICENSE="MIT"
 SLOT="${PV%_p*}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0/1
|| (



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

2021-11-09 Thread Agostino Sarubbo
commit: 14b7447eddf97980771b40a5e6f71ed89a5e8709
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:05:13 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:05:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b7447e

sys-devel/gdb: x86 stable wrt bug #822219

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

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

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



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

2021-11-09 Thread Agostino Sarubbo
commit: a9b70fc577883e145fcd96541b17d0bd2c768aeb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:05:06 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:05:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b70fc5

media-gfx/inkscape: x86 stable wrt bug #822174

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

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

diff --git a/media-gfx/inkscape/inkscape-1.1.ebuild 
b/media-gfx/inkscape/inkscape-1.1.ebuild
index 8e48a05bedb..e5903721426 100644
--- a/media-gfx/inkscape/inkscape-1.1.ebuild
+++ b/media-gfx/inkscape/inkscape-1.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="cdr dbus dia exif graphicsmagick imagemagick inkjar jemalloc jpeg
 openmp postscript readline spell static-libs svg2 visio wpg"
 



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

2021-11-09 Thread Agostino Sarubbo
commit: a2a47a5358a1c5b356856dc85266c302bf72d8e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:05:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:05:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a47a53

dev-python/pypy: x86 stable wrt bug #822420

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

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

diff --git a/dev-python/pypy/pypy-7.3.6.ebuild 
b/dev-python/pypy/pypy-7.3.6.ebuild
index 612a1370a59..e35be56f475 100644
--- a/dev-python/pypy/pypy-7.3.6.ebuild
+++ b/dev-python/pypy/pypy-7.3.6.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src"
 LICENSE="MIT"
 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
 SLOT="0/73"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 gdbm +jit ncurses sqlite tk"
 
 RDEPEND="



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

2021-11-09 Thread Agostino Sarubbo
commit: 9bb24d3fa62ea978f0f748b4db06238aff224a01
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:05:34 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb24d3f

dev-python/pypy-exe: x86 stable wrt bug #822420

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

 dev-python/pypy-exe/pypy-exe-7.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild 
b/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild
index aa0f9009ebe..9807092f95b 100644
--- a/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild
+++ b/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src"
 
 LICENSE="MIT"
 SLOT="${PYPY_PV}"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0=



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

2021-11-09 Thread Agostino Sarubbo
commit: 7a9546c3683d1fed9a6e20559bd9ee6c3e1631c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:05:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:05:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9546c3

media-libs/netpbm: x86 stable wrt bug #822366

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

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

diff --git a/media-libs/netpbm/netpbm-10.86.24.ebuild 
b/media-libs/netpbm/netpbm-10.86.24.ebuild
index 47c7c7d3583..aee7d33e7fe 100644
--- a/media-libs/netpbm/netpbm-10.86.24.ebuild
+++ b/media-libs/netpbm/netpbm-10.86.24.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ceamac/netpbm-make-dist/releases/download/v${PV}/${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga 
tiff X xml zlib"
 # zlib USE flag is no longer used, enabled by default.
 # cannot remove it yet because of #801445



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

2021-11-09 Thread Agostino Sarubbo
commit: 378ebcbc50c4607bd1c38d95e24e0aab81f3bcfa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:04:24 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:04:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378ebcbc

dev-java/dom4j: x86 stable wrt bug #719318

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

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

diff --git a/dev-java/dom4j/dom4j-2.1.3.ebuild 
b/dev-java/dom4j/dom4j-2.1.3.ebuild
index 604ad5b4e6c..48d0ffcb2cf 100644
--- a/dev-java/dom4j/dom4j-2.1.3.ebuild
+++ b/dev-java/dom4j/dom4j-2.1.3.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/version-${PV}.tar.gz -
 
 LICENSE="dom4j"
 SLOT="1"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="jaxen"
 
 CDEPEND="



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

2021-11-09 Thread Agostino Sarubbo
commit: c74d5edd4ebf1d32e465fc5cdec7af8d081639c5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:04:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:04:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74d5edd

dev-java/jaxb-api: x86 stable wrt bug #719318

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

 dev-java/jaxb-api/jaxb-api-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jaxb-api/jaxb-api-2.3.3.ebuild 
b/dev-java/jaxb-api/jaxb-api-2.3.3.ebuild
index 612bbc90265..ad8ae7ea612 100644
--- a/dev-java/jaxb-api/jaxb-api-2.3.3.ebuild
+++ b/dev-java/jaxb-api/jaxb-api-2.3.3.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/eclipse-ee4j/${PN}/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="EPL-1.0"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 # Common dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/

2021-11-09 Thread Agostino Sarubbo
commit: f3c45b409b4f4b06178d628d8d5d261d53cf189a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:05:19 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:05:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c45b40

dev-tex/latex2html: x86 stable wrt bug #822366

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

 dev-tex/latex2html/latex2html-2021.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild 
b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
index 23417135e74..ed04c779f5a 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="



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

2021-11-09 Thread Agostino Sarubbo
commit: 336cf42dfbf5090249c54f44ab76657b129da140
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:04:51 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:04:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336cf42d

net-dns/bind: x86 stable wrt bug #822168

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

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

diff --git a/net-dns/bind/bind-9.16.22-r1.ebuild 
b/net-dns/bind/bind-9.16.22-r1.ebuild
index deec88ca7e3..73012655db8 100644
--- a/net-dns/bind/bind-9.16.22-r1.ebuild
+++ b/net-dns/bind/bind-9.16.22-r1.ebuild
@@ -33,7 +33,7 @@ SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.xz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 # -berkdb by default re bug 602682
 IUSE="berkdb +caps +dlz dnstap doc dnsrps fixed-rrset geoip geoip2 gssapi
 json ldap lmdb mysql odbc postgres python selinux static-libs xml +zlib"



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

2021-11-09 Thread Agostino Sarubbo
commit: 258f247e559e232b9125807ed47691b59f03a1be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:04:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:04:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258f247e

dev-java/openjdk: x86 stable wrt bug #810610

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

 dev-java/openjdk/openjdk-8.302_p08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjdk/openjdk-8.302_p08.ebuild 
b/dev-java/openjdk/openjdk-8.302_p08.ebuild
index 4e5c4eb6e52..6ee82279c9f 100644
--- a/dev-java/openjdk/openjdk-8.302_p08.ebuild
+++ b/dev-java/openjdk/openjdk-8.302_p08.ebuild
@@ -43,7 +43,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap +pch 
selinux source"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-java/jakarta-activation-api/

2021-11-09 Thread Agostino Sarubbo
commit: a116e03f55c32b47bf9aa09ec01ec06e445b57d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:04:27 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:04:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a116e03f

dev-java/jakarta-activation-api: x86 stable wrt bug #719318

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

 dev-java/jakarta-activation-api/jakarta-activation-api-1.2.2.ebuild| 2 +-
 dev-java/jakarta-activation-api/jakarta-activation-api-2.0.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-java/jakarta-activation-api/jakarta-activation-api-1.2.2.ebuild 
b/dev-java/jakarta-activation-api/jakarta-activation-api-1.2.2.ebuild
index c3f8a4078df..c38ec04f2aa 100644
--- a/dev-java/jakarta-activation-api/jakarta-activation-api-1.2.2.ebuild
+++ b/dev-java/jakarta-activation-api/jakarta-activation-api-1.2.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/eclipse-ee4j/jaf/archive/refs/tags/${PV}.tar.gz -> $
 
 LICENSE="EPL-1.0"
 SLOT="1"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"

diff --git 
a/dev-java/jakarta-activation-api/jakarta-activation-api-2.0.1-r1.ebuild 
b/dev-java/jakarta-activation-api/jakarta-activation-api-2.0.1-r1.ebuild
index 3a8be133882..66b3c87f408 100644
--- a/dev-java/jakarta-activation-api/jakarta-activation-api-2.0.1-r1.ebuild
+++ b/dev-java/jakarta-activation-api/jakarta-activation-api-2.0.1-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/eclipse-ee4j/jaf/archive/refs/tags/${PV}.tar.gz -> j
 
 LICENSE="EPL-1.0"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe-bin/

2021-11-09 Thread Agostino Sarubbo
commit: 8799be0d88434d12ed1590d92887e2e6a99ea8ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:03:49 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:03:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8799be0d

dev-python/pypy-exe-bin: amd64 stable wrt bug #822420

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

 dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild 
b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild
index 9b5d5b8367c..6fd08271b1b 100644
--- a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild
+++ b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}"
 
 LICENSE="MIT"
 SLOT="${PV%_p*}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0/1
|| (



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

2021-11-09 Thread Agostino Sarubbo
commit: 95e8c8ad04de7f024b825228456227ddc3fde706
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:03:45 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:03:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e8c8ad

dev-python/pypy-exe: amd64 stable wrt bug #822420

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

 dev-python/pypy-exe/pypy-exe-7.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild 
b/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild
index 51c5d0651a4..aa0f9009ebe 100644
--- a/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild
+++ b/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src"
 
 LICENSE="MIT"
 SLOT="${PYPY_PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0=



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

2021-11-09 Thread Agostino Sarubbo
commit: 9177c11d933d39603ef2972a7ec27d6b93c3c1d3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:03:57 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:03:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9177c11d

dev-db/pgbouncer: amd64 stable wrt bug #822687

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

 dev-db/pgbouncer/pgbouncer-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pgbouncer/pgbouncer-1.16.0.ebuild 
b/dev-db/pgbouncer/pgbouncer-1.16.0.ebuild
index 9dfb5d83b35..1214ffcf2b4 100644
--- a/dev-db/pgbouncer/pgbouncer-1.16.0.ebuild
+++ b/dev-db/pgbouncer/pgbouncer-1.16.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.pgbouncer.org/;
 
SRC_URI="https://www.pgbouncer.org/downloads/files/${PV}/pgbouncer-${PV}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+c-ares debug doc pam ssl systemd udns"
 
 # At-most-one-of, one can be enabled but not both



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

2021-11-09 Thread Agostino Sarubbo
commit: 37aa8e34379e1a3d0bc060c8b283fed37773b9f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 10 07:03:40 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 10 07:03:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37aa8e34

dev-python/pypy: amd64 stable wrt bug #822420

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

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

diff --git a/dev-python/pypy/pypy-7.3.6.ebuild 
b/dev-python/pypy/pypy-7.3.6.ebuild
index 63cde1b09a0..612a1370a59 100644
--- a/dev-python/pypy/pypy-7.3.6.ebuild
+++ b/dev-python/pypy/pypy-7.3.6.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src"
 LICENSE="MIT"
 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
 SLOT="0/73"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 gdbm +jit ncurses sqlite tk"
 
 RDEPEND="



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

2021-11-09 Thread Joonas Niilola
commit: bc25e3bff62f717de3f029a9c7e106b89700f5f3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 10 07:00:55 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 07:01:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc25e3bf

app-emulation/lxd: drop 4.0.7

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

 app-emulation/lxd/lxd-4.0.7.ebuild | 163 -
 1 file changed, 163 deletions(-)

diff --git a/app-emulation/lxd/lxd-4.0.7.ebuild 
b/app-emulation/lxd/lxd-4.0.7.ebuild
deleted file mode 100644
index 6171e0fbf21..000
--- a/app-emulation/lxd/lxd-4.0.7.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1 linux-info optfeature systemd verify-sig
-
-DESCRIPTION="Fast, dense and secure container management"
-HOMEPAGE="https://linuxcontainers.org/lxd/introduction/ 
https://github.com/lxc/lxd;
-SRC_URI="https://linuxcontainers.org/downloads/lxd/${P}.tar.gz
-   verify-sig? ( https://linuxcontainers.org/downloads/lxd/${P}.tar.gz.asc 
)"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="apparmor ipv6 nls verify-sig"
-
-DEPEND="app-arch/xz-utils
-   >=app-emulation/lxc-3.0.0[apparmor?,seccomp(+)]
-   dev-libs/dqlite
-   dev-libs/lzo
-   dev-libs/raft[lz4]
-   >=dev-util/xdelta-3.0[lzma(+)]
-   net-dns/dnsmasq[dhcp,ipv6?]"
-RDEPEND="${DEPEND}
-   acct-group/lxd
-   net-firewall/ebtables
-   net-firewall/iptables[ipv6?]
-   sys-apps/iproute2[ipv6?]
-   sys-fs/fuse:*
-   sys-fs/lxcfs
-   sys-fs/squashfs-tools[lzma]
-   virtual/acl"
-BDEPEND="dev-lang/go
-   nls? ( sys-devel/gettext )
-   verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
-
-CONFIG_CHECK="
-   ~CGROUPS
-   ~IPC_NS
-   ~NET_NS
-   ~PID_NS
-
-   ~SECCOMP
-   ~USER_NS
-   ~UTS_NS
-"
-
-ERROR_IPC_NS="CONFIG_IPC_NS is required."
-ERROR_NET_NS="CONFIG_NET_NS is required."
-ERROR_PID_NS="CONFIG_PID_NS is required."
-ERROR_SECCOMP="CONFIG_SECCOMP is required."
-ERROR_UTS_NS="CONFIG_UTS_NS is required."
-
-# Go magic.
-QA_PREBUILT="/usr/bin/fuidshift
-   /usr/bin/lxc
-   /usr/bin/lxc-to-lxd
-   /usr/bin/lxd-agent
-   /usr/bin/lxd-benchmark
-   /usr/bin/lxd-p2c
-   /usr/sbin/lxd"
-
-EGO_PN="github.com/lxc/lxd"
-GOPATH="${S}/_dist" # this seems to reset every now and then, though
-
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc
-
-src_prepare() {
-   default
-
-   export GOPATH="${S}/_dist"
-
-   sed -i \
-   -e "s:\./configure:./configure --prefix=/usr 
--libdir=${EPREFIX}/usr/lib/lxd:g" \
-   -e "s:make:make ${MAKEOPTS}:g" \
-   Makefile || die
-
-   # Fix hardcoded ovmf file path, see bug 763180
-   sed -i \
-   -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
-   -e "s:OVMF_VARS.ms.fd:OVMF_VARS.secboot.fd:g" \
-   doc/environment.md \
-   lxd/apparmor/instance_qemu.go \
-   lxd/instance/drivers/driver_qemu.go || die "Failed to fix 
hardcoded ovmf paths."
-
-   # Fix hardcoded virtfs-proxy-helper file path, see bug 798924
-   sed -i \
-   -e 
"s:/usr/lib/qemu/virtfs-proxy-helper:/usr/libexec/virtfs-proxy-helper:g" \
-   lxd/device/disk.go || die "Failed to fix virtfs-proxy-helper 
path."
-}
-
-src_configure() { :; }
-
-src_compile() {
-   export GOPATH="${S}/_dist"
-   export GO111MODULE=auto
-   export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
-
-   cd "${S}" || die
-
-   for k in fuidshift lxd-benchmark lxc lxc-to-lxd; do
-   go install -v -x "${EGO_PN}/${k}" || die "failed compiling ${k}"
-   done
-
-   go install -v -x -tags libsqlite3 ${EGO_PN}/lxd || die "Failed to build 
the daemon"
-
-   # Needs to be built statically
-   CGO_ENABLED=0 go install -v -tags netgo "${EGO_PN}"/lxd-p2c
-   CGO_ENABLED=0 go install -v -tags agent,netgo "${EGO_PN}"/lxd-agent
-
-   use nls && emake build-mo
-}
-
-src_test() {
-   export GOPATH="${S}/_dist"
-   export GO111MODULE=off
-   go test -v ${EGO_PN}/lxd || die
-}
-
-src_install() {
-   local bindir="_dist/bin"
-   export GOPATH="${S}/_dist"
-
-   dosbin ${bindir}/lxd
-
-   for l in fuidshift lxd-agent lxd-benchmark lxd-p2c lxc lxc-to-lxd; do
-   dobin ${bindir}/${l}
-   done
-
-   cd "${S}" || die
-
-   newbashcomp scripts/bash/lxd-client lxc
-
-   newconfd "${FILESDIR}"/lxd-4.0.0.confd lxd
-   newinitd "${FILESDIR}"/lxd-4.0.0.initd lxd
-
-   if use apparmor; then
-   systemd_newunit "${FILESDIR}"/lxd-4.0.0_apparmor.service 
lxd.service
-   else
-   systemd_newunit "${FILESDIR}"/lxd-4.0.0.service lxd.service
-   fi
-
-   

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

2021-11-09 Thread Joonas Niilola
commit: abfa96c643643d4056b3feec64be2c84bea84326
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 10 07:01:11 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 07:01:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfa96c6

x11-terms/terminology: drop 1.9.0

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

 x11-terms/terminology/Manifest |  1 -
 x11-terms/terminology/terminology-1.9.0.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index b99acec7945..0eacfda1a3f 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1,2 +1 @@
 DIST terminology-1.10.0.tar.xz 4984496 BLAKE2B 
f8ca3e30686057a95d3d37993680e436c30df64fa058ebfdc5faeb2c4695b1e7277a542c4d92870d89e006db408b93b1cc99f1d2d5037023b1525662ab95192d
 SHA512 
2afd253da27a49bf4d306bcc92fb14148c7f2df1116de8422a60be128be8483042ae61457805ce446d863b5671c6d1613d77efc811167a786f3968f68964dae1
-DIST terminology-1.9.0.tar.xz 4971192 BLAKE2B 
840da3f9c5432d795fc21418b24a351e6c3057566339c673c2de7c08ff16db9d65cbb431ac1151cb85f035a577b509339fbf6eed68197ac96d67dd59c6a67cb1
 SHA512 
03955899f320b9d018d9e8a4a195b298e35052e6b5fa7d6c804f1810edf9ef55cac02e8d8c7261e1b890e8a453fce6418dc53a37abe499067688d3e16fdff9f1

diff --git a/x11-terms/terminology/terminology-1.9.0.ebuild 
b/x11-terms/terminology/terminology-1.9.0.ebuild
deleted file mode 100644
index 5d245455c84..000
--- a/x11-terms/terminology/terminology-1.9.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 xdg-utils
-
-DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
-HOMEPAGE="https://www.enlightenment.org/about-terminology;
-SRC_URI="https://download.enlightenment.org/rel/apps/terminology/${P}.tar.xz 
https://downloads.terminolo.gy/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="extras nls"
-
-RDEPEND="|| ( dev-libs/efl[gles2-only] dev-libs/efl[opengl] )
-   || ( dev-libs/efl[X] dev-libs/efl[wayland] )
-   app-arch/lz4
-   dev-libs/efl[eet,fontconfig]"
-DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # Fix python shebangs for python-exec[-native-symlinks], #766081
-   local shebangs=($(grep -rl "#!/usr/bin/env python3" || die))
-   python_fix_shebang -q ${shebangs[*]}
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use nls)
-   $(meson_use extras tests)
-   )
-
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



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

2021-11-09 Thread Joonas Niilola
commit: 6103cc970b19611e307538225330693b8a61e537
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 10 07:00:41 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 07:01:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6103cc97

app-emulation/lxd: stabilize 4.0.7-r2 for amd64

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

 app-emulation/lxd/lxd-4.0.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/lxd/lxd-4.0.7-r2.ebuild 
b/app-emulation/lxd/lxd-4.0.7-r2.ebuild
index 70a7841f123..b83c5ea4825 100644
--- a/app-emulation/lxd/lxd-4.0.7-r2.ebuild
+++ b/app-emulation/lxd/lxd-4.0.7-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxd/${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="apparmor ipv6 nls verify-sig"
 
 DEPEND="acct-group/lxd



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

2021-11-09 Thread Joonas Niilola
commit: 494ee4ea9b84f9f713f42a3f0f7d1dd50e7d6573
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 10 07:01:31 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 07:01:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494ee4ea

sys-process/uksmd: drop 0_pre20200505

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

 sys-process/uksmd/Manifest   |  1 -
 sys-process/uksmd/uksmd-0_pre20200505.ebuild | 35 
 2 files changed, 36 deletions(-)

diff --git a/sys-process/uksmd/Manifest b/sys-process/uksmd/Manifest
index 3c2d9cfd523..aa92b9e99a4 100644
--- a/sys-process/uksmd/Manifest
+++ b/sys-process/uksmd/Manifest
@@ -1,2 +1 @@
-DIST uksmd-0_pre20200505.tar.bz2 14038 BLAKE2B 
a87ebd14dd8efd51476af8e8c2d3d6b31290bee3b29bac85a2ca2478a27d7128e82db36de8b055ec1aef2825552131291aa17d1927aee9cefbd05ffd78aac710
 SHA512 
0a0e41beeadeb9c42dac36be8f9fa25956226961b4d16725f03277bf4cf87f42e984a83af0787eb621d9c35277906df309899a741bb94b134fa3d21b6852ac50
 DIST uksmd-0_pre20211019.tar.bz2 14434 BLAKE2B 
de17d4dd566eec378062d2040b9387ddbe88f14c9d0ac121d7357d9da190fb5426476b59158655104af4de2be49d14367fe13328de2fb40df23cceddbf6f1a3e
 SHA512 
89f3784c50e1a9bae28e12f562d1c28f97b71859d3b0e2d83416785f9c47cd7da2b93481855c4b46ae6c71c332534991c28b98a5497b301c1d674744308681ce

diff --git a/sys-process/uksmd/uksmd-0_pre20200505.ebuild 
b/sys-process/uksmd/uksmd-0_pre20200505.ebuild
deleted file mode 100644
index dae1153355f..000
--- a/sys-process/uksmd/uksmd-0_pre20200505.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info systemd
-
-MY_COMMIT="b6af35cb9a772f643fd1bd703f4d1f6c6c6d3b79"
-MY_P="${PN}-${MY_COMMIT}"
-
-DESCRIPTION="Userspace KSM helper daemon"
-HOMEPAGE="https://gitlab.com/post-factum/uksmd;
-SRC_URI="https://gitlab.com/post-factum/uksmd/-/archive/${MY_COMMIT}/${MY_P}.tar.bz2
 -> ${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="sys-libs/libcap-ng
-   sys-process/procps:="
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~KSM"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/uksmd-0_pre20200504-respect-cflags-ldflags.patch" )
-
-src_install() {
-   default
-   einstalldocs
-
-   newinitd "${FILESDIR}/uksmd.init" uksmd
-   systemd_dounit distro/uksmd.service
-}



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

2021-11-09 Thread Robin H. Johnson
commit: 745a5e2a181fbc3b6c4556d209c2913e551ab8fb
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Nov 10 06:33:41 2021 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Nov 10 06:33:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745a5e2a

dev-vcs/git: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.34.0_rc2.ebuild | 667 ++
 2 files changed, 670 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 433f532cfd2..77910d53f7e 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -2,11 +2,14 @@ DIST git-2.31.1.tar.xz 6413368 BLAKE2B 
2d40aa3e5336e57b3cab42c36dd07698be7a811e2
 DIST git-2.32.0.tar.xz 6551348 BLAKE2B 
546203ce3f749ba806866a9e9767bc807794cec435fd0b60306ae6cd2b1b17a0159ef9774c79c4f59d0dba45b36941085b55f103e1820450d560bffa41d1058f
 SHA512 
1ab3e7022ccee411d14a7da5c37d6259ef5c0f85ebed8f49698e25c65cbc7a46f8096919fcb6568360bfe284dd7475b596eee1a167db966096255a405853837c
 DIST git-2.33.1.tar.xz 6558636 BLAKE2B 
f4959d5309f85e063448673a3f06f1d3cdd65ced5f5173cfe5a38df3b5547cae1c08275bda02e48307e8290628735e2ea1ff4962e7cd29b252a6aa4d4a15
 SHA512 
16d417183232e1057bea754d59cdf4bbacc5f1527d1de6ee04cdd293a2512bfa7208e20f6130816605528b59cb1bc3188c5bddf1a42c1413095ee74e44dd2f91
 DIST git-2.34.0.rc1.tar.xz 6596708 BLAKE2B 
eb55ebb8c48650759aa2224f4685f4a53ecf5d21d7ccee71f45854789f79b62fdc7033762a3382e1e7f2c1cc007558cfaa166b9d5a6d1d588474c72380fd27a9
 SHA512 
2eaf7431869e52096e8317b8d0630f70a5f09f6bcc8b6567c6cb7e6eb283ec14c415ca0959f21c1b04c537afe08ddb79457199833005af92b2e716ccfe14a603
+DIST git-2.34.0.rc2.tar.xz 6597020 BLAKE2B 
f683f93ce74eface8bd2023c21718d59297a0fa7102600692e1712bbcca6ad49556a85d8710f1e9e186e216cc28b0f3acf60b50f450f8a48bf896b7fbf1317b0
 SHA512 
ab28dd1f7f788b0e1177b8024e646a154fa15e0294c1c7bdef6e40e19ade8bbcc08d58ef8cf2bdaca2844f6acb60ad8824c59592077c5ee0da55ca3a67217fbe
 DIST git-htmldocs-2.31.1.tar.xz 1357592 BLAKE2B 
54b48cfe2bb8e5dad9fdff862aa91e5805b0cd331b459d51a71ed913ca68d1aea6c6c69cfadbe8b6101b4d7be63c3811027a2ed42f9d2b0d3509664726b8ad78
 SHA512 
d243f4e3047c0e29bdd9127ff529c7fab5ebf40a4afaa04c3a9261ae398aa61c16a4413b7bf580c7f874d632b866908d92322ea0502141d811b78b7636c8d28b
 DIST git-htmldocs-2.32.0.tar.xz 1381664 BLAKE2B 
d1b47aa99d32a252fd20df26eff44a558044f3a389379b161bb43621eb28375eb0621969849a31938ba7fc9fc58b140d27d703559ea5735d0a0ffd2e93cd9692
 SHA512 
12b84e342f0d19afe385ab8a685ae625e86c3295d1555992e0c427b361aa2cdfc89a679e7dbc468d3568a325dafbf699468aadcdb02f93e372eff3dd96a7cf7f
 DIST git-htmldocs-2.33.1.tar.xz 1396744 BLAKE2B 
cbd65cf08fc7ea466fcd72820ba3e2135ade37f69c436a4ee7276dc71fb62f6270b71e2f46d981f5681a0fd3c30613d61680c2ef2460d0d7d292f7455e114128
 SHA512 
5b856b919067e1f644539d43a85aab6f602537ea0970b6248b471e3fa6756a8494f0525a69d22ad3795fcf9e106ff8439e0f6716ba0b8c895d7aad8c59e5bd74
 DIST git-htmldocs-2.34.0.rc1.tar.xz 1406144 BLAKE2B 
49c8c1b134da39ac0ffa586f9270311c53cd3959cf746a810381a3ec501ab707296f79849314e56a68f7289dccc97250febc2679ee28fd7a3696911e9f573e72
 SHA512 
de4c7fc9fc24e407bab3abf504918b7b2d3e74567c25e574986f535187e586e7dde685829e321b7f289d1daa438a4339d125f527797f7fa40bd261fdb55ca3bf
+DIST git-htmldocs-2.34.0.rc2.tar.xz 1406064 BLAKE2B 
d222eaaafbc8d4a50e829a397f88cce789fd52345a692b74905985122bc21c822e6ca28b72218f9554064b6207d992f484d3ef31da928bfc23812c4eff4940a5
 SHA512 
2143a3620dacc31439f2df5ff8210a53b152ef012b957ca94fe1574fcbf5701c22730b5856a613372006c98c5d24f43ec8c9b13b5fecbe4b8ab096dd4a585245
 DIST git-manpages-2.31.1.tar.xz 487784 BLAKE2B 
9fe67839cca51f18b0aca16678eadb9ee8e609cbbae26bf1804c39b8bf5415e1069cb50162b75f9f8ec69bd6511f271d3116ac33016af2e57e65b88ad6c4b165
 SHA512 
a5fb8a1c3f08707d4d2d835a55b295677559856984ffeeb650827b433625a74f22ef4aac10e1b14eba5860e11567543b146d52dd055b2613e5a510e0f4f3c3fd
 DIST git-manpages-2.32.0.tar.xz 491868 BLAKE2B 
7598a864246aed771371924604ee13d3f51b839b10b254bb1159dd47266513f5cd6484aab200a7b4ed427edc76538a98e39a040a17201483965175f5e1c5f484
 SHA512 
5c9950bd5d6904972cddf4afad534197d843c0dee8198d14ec5a3448873cab37dac88295b2a4df3658749f048bda4800b54fdc850517be7208906c911832c66e
 DIST git-manpages-2.33.1.tar.xz 494288 BLAKE2B 
1f8bd4f23de31a285d3f4327e562dddafdf9f28e8b36334e54f5e280c81fc8170e8b153ca42baa642d02d8e6fdfcac9a8fdd3cee1e32c29bcd53f689d1a6c463
 SHA512 
d465a7b491046b7a5da6ad1fc6c62b351c69905932e0672263de5a1d3abe1113660cff9fe30c7be1d1695c6170ceca5a11b3f65e9b2d1545f35cc653e4c6ad62
 DIST git-manpages-2.34.0.rc1.tar.xz 497324 BLAKE2B 
62c12441ed8053b6bf8023ccd37ef0830a7c604248a419a8472469d9eaf9cd6d7d5a358caba621140c9c66b8e60be7ed96d070318a2855c2b528b6023d7fc3e6
 SHA512 
c8662127936154fa6037460d6840095c3b9a2851baed4488c829453034d479bf780b5169bfe78f02e533e0dc804f0b4f64029a04dcb726236d7d6861a40ed62a
+DIST git-manpages-2.34.0.rc2.tar.xz 497372 BLAKE2B 

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

2021-11-09 Thread Hans de Graaff
commit: 138458e429e55b7ef9fcd050abf7f285214a36da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 10 06:27:38 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 10 06:27:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138458e4

dev-ruby/file-tail: add ruby30

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

 dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild | 38 
 1 file changed, 38 insertions(+)

diff --git a/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild 
b/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild
new file mode 100644
index 000..59c9c229f20
--- /dev/null
+++ b/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOC_SOURCES="lib README.md"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby"
+HOMEPAGE="https://flori.github.com/file-tail;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/tins-1*"
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+all_ruby_prepare() {
+   sed -i -e '/test_tail_change2/aomit "has race condition"' 
tests/file_tail_test.rb || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib tests/*_test.rb
+
+   rm -f test.*
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/, profiles/

2021-11-09 Thread Joonas Niilola
commit: ed815fef0f75faf3cba4e98530a42423a9989483
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 10 06:23:01 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 06:24:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed815fef

x11-misc/compton: treeclean

Closes: https://bugs.gentoo.org/817338
Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/package.mask|  5 --
 x11-misc/compton/Manifest|  1 -
 x11-misc/compton/compton-0.1_beta2-r1.ebuild | 69 
 x11-misc/compton/metadata.xml| 15 --
 4 files changed, 90 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9cd88e8c5c8..ec0a694d1ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -562,11 +562,6 @@ dev-db/sadisplay
 # Removal on 2021-11-09.  Bug #817380.
 dev-vcs/github-pages-publish
 
-# Joonas Niilola  (2021-10-10)
-# Development stopped by upstream. Switch to its actively developed
-# fork, x11-misc/picom. Bug #817338. Removal in ~30 days.
-x11-misc/compton
-
 # Sam James  (2021-10-10)
 # Needs upstream build system fixes (currently in progress).
 # Python toggles don't work correctly right now.

diff --git a/x11-misc/compton/Manifest b/x11-misc/compton/Manifest
deleted file mode 100644
index 10048992918..000
--- a/x11-misc/compton/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compton-0.1_beta2.tar.gz 144239 BLAKE2B 
993c091aa0eab4171740a26c4ea8e9da66368fbcddbbdf9c466dd2cb2dbe0a685dc6c2027a5b56d08df4fd42d21784dd2cbb7cf56869feb1b74b4854db20a5f8
 SHA512 
c3a019d90e32559d44e3a4969bcc15a15837db9c9519ce8cc70b1bd3d0cb16d29449f68cc2f6a8d834569c9620ec6533ab85c1586da957c69b1ae341d9584535

diff --git a/x11-misc/compton/compton-0.1_beta2-r1.ebuild 
b/x11-misc/compton/compton-0.1_beta2-r1.ebuild
deleted file mode 100644
index 40ff04b8469..000
--- a/x11-misc/compton/compton-0.1_beta2-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit toolchain-funcs python-r1
-
-DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
-HOMEPAGE="https://github.com/chjj/compton;
-SRC_URI="https://github.com/chjj/compton/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus +drm opengl +pcre xinerama"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   dev-libs/libconfig:=
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   dbus? ( sys-apps/dbus )
-   opengl? ( virtual/opengl )
-   pcre? ( dev-libs/libpcre:3 )
-   xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xprop
-   x11-apps/xwininfo"
-DEPEND="${COMMON_DEPEND}
-   app-text/asciidoc
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   drm? ( x11-libs/libdrm )"
-
-nobuildit() { use $1 || echo yes ; }
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   tc-export CC
-   fi
-}
-
-src_compile() {
-   emake docs
-
-   NO_DBUS=$(nobuildit dbus) \
-   NO_XINERAMA=$(nobuildit xinerama) \
-   NO_VSYNC_DRM=$(nobuildit drm) \
-   NO_VSYNC_OPENGL=$(nobuildit opengl) \
-   NO_REGEX_PCRE=$(nobuildit pcre) \
-   emake compton
-}
-
-src_install() {
-   NO_DBUS=$(nobuildit dbus) \
-   NO_VSYNC_DRM=$(nobuildit drm) \
-   NO_VSYNC_OPENGL=$(nobuildit opengl) \
-   NO_REGEX_PCRE=$(nobuildit pcre) \
-   default
-   docinto examples
-   dodoc compton.sample.conf dbus-examples/*
-   python_foreach_impl python_newscript bin/compton-convgen.py 
compton-convgen
-}

diff --git a/x11-misc/compton/metadata.xml b/x11-misc/compton/metadata.xml
deleted file mode 100644
index 2ebce28929d..000
--- a/x11-misc/compton/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   slashbe...@gentoo.org
-   Piotr Karbowski
-   
-   
-   Enable VSync with DRM_IOCTL_WAIT_VBLANK
-   Enable VSync with SGI_swap_control OpenGL 
extension
-   
-   
-   chjj/compton
-   
-



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-vcs/gti/

2021-11-09 Thread Joonas Niilola
commit: 2f9610141e421ae4ad1d60c5c7329edfcaf6ecbc
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 10 06:21:45 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 06:24:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f961014

dev-vcs/gti: treeclean

Closes: https://bugs.gentoo.org/817320
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-vcs/gti/gti-.ebuild | 35 ---
 dev-vcs/gti/metadata.xml|  5 -
 profiles/package.mask   |  5 -
 3 files changed, 45 deletions(-)

diff --git a/dev-vcs/gti/gti-.ebuild b/dev-vcs/gti/gti-.ebuild
deleted file mode 100644
index 5ab71a691c0..000
--- a/dev-vcs/gti/gti-.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://github.com/rwos/${PN}.git;
-inherit git-r3
-
-DESCRIPTION="A silly git launcher, basically. Inspired by sl"
-HOMEPAGE="http://r-wos.org/hacks/gti;
-SRC_URI=""
-
-LICENSE="MIT"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="dev-vcs/git"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   # fix the makefile
-   sed -i \
-   -e "s:CC=:CC?=:g" \
-   -e "s:CFLAGS=:CFLAGS?=:g" \
-   -e "/-\$(STRIP)/d" \
-   -e 's:$(CC):$(CC) $(LDFLAGS):' \
-   Makefile || die
-}
-
-src_install() {
-   dobin gti
-}

diff --git a/dev-vcs/gti/metadata.xml b/dev-vcs/gti/metadata.xml
deleted file mode 100644
index 115e9d64a66..000
--- a/dev-vcs/gti/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 670cb916e34..9cd88e8c5c8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -567,11 +567,6 @@ dev-vcs/github-pages-publish
 # fork, x11-misc/picom. Bug #817338. Removal in ~30 days.
 x11-misc/compton
 
-# Joonas Niilola  (2021-10-10)
-# LiveOnlyPackage with no maintainer. Upstream has multiple releases.
-# Bug #817320. Removal in ~30 days.
-dev-vcs/gti
-
 # Sam James  (2021-10-10)
 # Needs upstream build system fixes (currently in progress).
 # Python toggles don't work correctly right now.



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

2021-11-09 Thread Sam James
commit: f0747e05cbde06b1a2b1c0448a4897723b61dd6b
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 06:21:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 06:21:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0747e05

dev-python/pydevd: put LDFLAGS before libs

Needed for some flags to be effective.

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

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

diff --git a/dev-python/pydevd/pydevd-2.7.0.ebuild 
b/dev-python/pydevd/pydevd-2.7.0.ebuild
index f4e60fa34b4..29798c00418 100644
--- a/dev-python/pydevd/pydevd-2.7.0.ebuild
+++ b/dev-python/pydevd/pydevd-2.7.0.ebuild
@@ -74,7 +74,7 @@ src_compile() {
pushd pydevd_attach_to_process/linux_and_mac || die
# recompile removed file (extracted from compile_linux.sh)
$(tc-getBUILD_CXX) ${CXXFLAGS} ${CPPFLAGS} -o "attach_linux_${ARCH}.so" 
\
-   -ldl ${LDFLAGS} -nostartfiles attach.cpp || die
+   ${LDFLAGS} -ldl -nostartfiles attach.cpp || die
mv "attach_linux_${ARCH}.so" ../ || die
popd || die
python_foreach_impl distutils-r1_python_compile



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

2021-11-09 Thread Hans de Graaff
commit: 7446081521638538fe58ea449c4eb9c5fa086a25
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov  9 06:43:17 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 10 06:19:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74460815

dev-ruby/allison: add ruby30

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

 dev-ruby/allison/allison-2.0.3-r4.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/dev-ruby/allison/allison-2.0.3-r4.ebuild 
b/dev-ruby/allison/allison-2.0.3-r4.ebuild
new file mode 100644
index 000..0ce94df3be2
--- /dev/null
+++ b/dev-ruby/allison/allison-2.0.3-r4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
+RUBY_FAKEGEM_EXTRAINSTALL="cache"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A modern, pretty RDoc template"
+HOMEPAGE="https://fauna.github.com/fauna/allison/files/README.html;
+
+LICENSE="AFL-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-solaris"
+IUSE=""
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r contrib
+}



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

2021-11-09 Thread Sam James
commit: 2b154901f14a4d3d67c4dd3dca87af62a98f3484
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 06:13:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 06:13:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b154901

sys-apps/coreutils: give hint for libgmp location in cross

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

 sys-apps/coreutils/coreutils-9.0-r1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/coreutils/coreutils-9.0-r1.ebuild 
b/sys-apps/coreutils/coreutils-9.0-r1.ebuild
index ffbc9ea3ef9..1a47a1aacc8 100644
--- a/sys-apps/coreutils/coreutils-9.0-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-9.0-r1.ebuild
@@ -112,6 +112,10 @@ src_configure() {
$(use_with gmp libgmp)
)
 
+   if use gmp ; then
+   myconf+=( --with-libgmp-prefix="${ESYSROOT}"/usr )
+   fi
+
if tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] ; then
# bug #311569
export fu_cv_sys_stat_statfs2_bsize=yes



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

2021-11-09 Thread Arthur Zamarin
commit: 20f7fd9a8a5b154486973f85652542a091169c31
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 10 06:02:10 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 10 06:02:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f7fd9a

dev-libs/libbpf: Stabilize 0.5.0 sparc, #818940

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

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

diff --git a/dev-libs/libbpf/libbpf-0.5.0.ebuild 
b/dev-libs/libbpf/libbpf-0.5.0.ebuild
index 4347012464b..73383ea6740 100644
--- a/dev-libs/libbpf/libbpf-0.5.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.5.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 S="${WORKDIR}/${P}/src"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/List-MoreUtils/

2021-11-09 Thread Arthur Zamarin
commit: a9a3f361d2c85ce294de67fabea9dd93d990f3d9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 10 05:58:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 10 06:02:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a3f361

dev-perl/List-MoreUtils: Stabilize 0.430.0 sparc, #822726

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

 dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
index 0465ef5c756..01d0c379d63 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="+xs"
 
 # See MoreUtils.pm/LICENSE



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

2021-11-09 Thread Ionen Wolkens
commit: 0997e05276e0c141673fda60e6a9c02653760d78
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Nov 10 05:50:55 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Nov 10 05:57:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0997e052

net-misc/yt-dlp: add 2021.11.10.1

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

 net-misc/yt-dlp/Manifest   |  1 +
 net-misc/yt-dlp/yt-dlp-2021.11.10.1.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/net-misc/yt-dlp/Manifest b/net-misc/yt-dlp/Manifest
index dfa7cc0b169..61558044898 100644
--- a/net-misc/yt-dlp/Manifest
+++ b/net-misc/yt-dlp/Manifest
@@ -1 +1,2 @@
 DIST yt-dlp-2021.10.22.tar.gz 2010916 BLAKE2B 
fb8f789c74df06dcd672d00ac16eb7cbf466755c3fa607acdd21dd9a9ef2af158a5272f88656133078bd50585506b65cf3b3c03236726de954ccfa0b6c1195fc
 SHA512 
2b590703f8d4f9454b50983019aca8046205234bd98cac4da73a6688eae177a19ef641e486aea92d86197ee7ad6c564c65f9b9496d623c00bdcc349817d5b1f8
+DIST yt-dlp-2021.11.10.1.tar.gz 2042241 BLAKE2B 
c4542edce26931a8753002a5cf0fda46549dd9b79709fc595c0c807837b07242d5d7a7fa19cc4f64cf7b7fc5803c4937185d68f4593250f9fa21155d5a24ee92
 SHA512 
54a371d70b7b82349a184b26201fca12fabbc9a107dc199347c412062776d63879d22955d76726df61bc40ec594a7179a997e4679c683673c8c0dd41f62b16f6

diff --git a/net-misc/yt-dlp/yt-dlp-2021.11.10.1.ebuild 
b/net-misc/yt-dlp/yt-dlp-2021.11.10.1.ebuild
new file mode 100644
index 000..1aa701367fe
--- /dev/null
+++ b/net-misc/yt-dlp/yt-dlp-2021.11.10.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 distutils-r1 optfeature
+
+DESCRIPTION="youtube-dl fork with additional features and fixes"
+HOMEPAGE="https://github.com/yt-dlp/yt-dlp;
+SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86"
+
+RDEPEND="
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   !net-misc/youtube-dl"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -m 'not download'
+}
+
+python_install_all() {
+   dodoc README.md Changelog.md supportedsites.md
+   doman yt-dlp.1
+
+   dobashcomp completions/bash/yt-dlp
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins completions/fish/yt-dlp.fish
+
+   insinto /usr/share/zsh/site-functions
+   doins completions/zsh/_yt-dlp
+
+   rm -r "${ED}"/usr/share/doc/yt_dlp || die
+
+   newbin - youtube-dl <<-EOF
+   #!/usr/bin/env sh
+   exec yt-dlp --compat-options youtube-dl "\${@}"
+   EOF
+}
+
+pkg_postinst() {
+   optfeature "various features (merging tracks, streamed content)" 
media-video/ffmpeg
+   has_version media-video/atomicparsley || # allow fallback but don't 
advertise
+   optfeature "embedding metadata thumbnails in MP4/M4A files" 
media-libs/mutagen
+
+   if [[ ! ${REPLACING_VERSIONS} ]] ||
+   ver_test ${REPLACING_VERSIONS} -lt 2021.10.22-r2; then
+   elog 'A wrapper using "yt-dlp --compat-options youtube-dl" was 
installed'
+   elog 'as "youtube-dl". This is strictly for compatibility and 
it is'
+   elog 'recommended to use "yt-dlp" directly, it may be removed 
in the future.'
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2021-11-09 Thread Ionen Wolkens
commit: 7100f02f6d63c9f5dc918e06d225f312f64e813c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Nov 10 05:28:34 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Nov 10 05:57:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7100f02f

x11-drivers/nvidia-drivers: drop 470.63.01

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

 x11-drivers/nvidia-drivers/Manifest|   2 -
 .../nvidia-drivers/nvidia-drivers-470.63.01.ebuild | 483 -
 2 files changed, 485 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index e6283b48d40..f2e227b7041 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -1,12 +1,10 @@
 DIST NVIDIA-Linux-aarch64-460.91.03.run 111886330 BLAKE2B 
24ab316e216caa61f7edb4dbcb34541709d3229d495e6ead95e99db7403cddee03467ee28d007f0fa3c4f2fa267e1994533c90a7a67885e9e76d501ab0f8aaa5
 SHA512 
edcfd3b11afe625c8996cda488a8de2e0e40eb4b95c8cf0ead9e1226d7cee8140a83c247d745ceefe997a39cfcf3e3f9bde575d97aa39090f97f88817d89cb28
-DIST NVIDIA-Linux-aarch64-470.63.01.run 184137823 BLAKE2B 
d8525d70a3c68a3912d6b03aca2569d657029cc3dce2276f17acf538b5d74001a779e7d8e6c3c7a8d5fe9d12579e0f6170558a4bd596e7e8cab4ea3a20cb911c
 SHA512 
582d7d0f427f4effe02415ae2d248f24c730481f3a0f143987ee640d14476924912827ad17263271f47ad67f24ab9c0dc5af0fd4d49b029b77cc59e4f821a433
 DIST NVIDIA-Linux-aarch64-470.82.00.run 183535007 BLAKE2B 
8caa6afdb401240f90ffb007e438b39dc7af4131e39f37689cae3420d916b5de8aeb2ebaafcb20b1a595f37839a304c8e22df618faddb2e6f5e01dfab49f5a48
 SHA512 
21bda44e0b5ae18f3e0ca1e4ee86ced004bc54fe12f701ec087404ca50c95481ad96cd405bb4cfb76e47ca0e0234ee392128c685d2cbf85e33cd0608186bd9a5
 DIST NVIDIA-Linux-aarch64-495.44.run 210477242 BLAKE2B 
8fb5419be19ab4feab158fb43f142fdc1471b756f7d43afac1c9e787465a991e291cac725dda266b2f454022aea7cb3e249c6f132963a89c97564ef378e876b4
 SHA512 
4d2ed853bc3d7812652f3e677ca1cf56f1b2563bc0a43cee2cf4544f8d3b30d8f29ccc994fc8f95e2c8b40b04efdca066b616983bf2e2fb9247d2d9a8503d4ea
 DIST NVIDIA-Linux-x86-390.144.run 49210937 BLAKE2B 
b7e6edb55af88be74e4322ff1d270388a60a9d9809314c3a0502f86ed97edb99dfcdd3c81c5f51e681c8fcc47ecbfecd124b4d733141d23726226a3965b4c1f1
 SHA512 
d962c7e7b4b9c4635a887767d34a49c401a89e5975a5e57fa83366ca824ab70d5b8a81f3dce2e05e0528afddc72d70b2fcd69a216bd16d75e7b88ec704390546
 DIST NVIDIA-Linux-x86_64-390.144.run 85000417 BLAKE2B 
8ecfa768fb8fe92170ff5b82698a7fb22da8bc557ab2036464bf5650b6fffc7028e25a68e1f5638f6bc171eb45a4aba459465490c7a99aacd36dc769994062e8
 SHA512 
9503ebf41037a14deba995288a364768cb03fb682de8653a4b0c05955b23603443c41c4216c93eac7d7efc301734416012864ede728324ab47b93ff167d93da4
 DIST NVIDIA-Linux-x86_64-460.91.03.run 178201292 BLAKE2B 
4d407b7bb3a99ab71c62c3cd18dc3549c98a24e7af28276e6e6a21dd33efcab017fed3f782f6dfb060c4437cd718f19c2f9900de367cc47bf19fa2718a18ad55
 SHA512 
4ac11130fe5a8f1c26f459e9c19660b3ff6f23011e9f77b09ca948fc42609e523ecea70d3bf6def50a75b4a3079ab280018753fb6e53875d9bb8093a033e3b70
 DIST NVIDIA-Linux-x86_64-470.62.07.run 272526158 BLAKE2B 
1ead262eaecc4241b5019f043ddf11acc34acbb048abc1d3a01587d1673f4e806114ce68e3fed1053e17f17e4a450946a43aede156e0ea9a0bd5c8350d02c89c
 SHA512 
73bc488ebba3fe6c5ac5b00e407dd64dbee8027fa088dc78c60df32bae1b777e37e493ea512718f5b08d8d41ac41efc60a4e5ad878e853472784365fe528ea45
-DIST NVIDIA-Linux-x86_64-470.63.01.run 271484294 BLAKE2B 
7769f53897dccea716d459a12808d1f5a738072415639063e47dee82b489bb17121516cf585c1bb6b39f71b11f62f636a466284aba5854a5cfb4f553353cf8d3
 SHA512 
d3dadf93df86e5462ecb4ae6a04f03b05bf1450ad91e8c2aa73e838ddc9aa11b4e926fc32714d32bd7c606498fee5a54c77d5e40ecc08a039d3e9c2d331ad454
 DIST NVIDIA-Linux-x86_64-470.82.00.run 272296454 BLAKE2B 
f28f4a66fb27ccf7967ad66f9dcacc306653895a5f9c63f49e7833f5ca37e6260df37fe28abff89cc2ff9e54491b39594117235e4e87d3b1e22e58de8e69fe5b
 SHA512 
f4135efd748d8835e9719e6ef93a86c5646a4d771c63e31f0bdaa0cf6ddf25ce9356eca58c27addb988f4cbe88c9bdcc0536512a46915826261d8f4f4247ebd8
 DIST NVIDIA-Linux-x86_64-495.44.run 282259831 BLAKE2B 
ca11406a5b1b25d9691ec61d4125457c22438b8f0af0651043235f72ee75c4b264cfde7b04840bbec15c22bc5eb657a46326b49941e6c776a8990430cf052818
 SHA512 
bc9054e6028ba172906e6eb9a0b8f5cfc3ae74d57f3e95e0f9057879e3af07a4b19479e80d81e948872bc47bbd674f77f5f81d4debd2e2c3ce45058cd9211802
 DIST nvidia-installer-390.144.tar.bz2 150017 BLAKE2B 
1a633594ecb9b54ee5a1e3620263a95db30c1ddebf547ecc7f267e1f0b799bcdb44cc3ddd6c96eda085d9be5c8f691e92556296f250495d80eec0c2f155f5bd5
 SHA512 
e4c624afc18bd1d61264f93bdcbc72afe42687baadf31683a6dd11a45c6257f6a5185b91f4b3d4c0316b8eb03ed79511f9ad260ee9e6f299fc136f5dc2178e42

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.63.01.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.63.01.ebuild
deleted file mode 100644
index b4072215532..000
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.63.01.ebuild
+++ /dev/null
@@ -1,483 +0,0 @@
-# Copyright 1999-2021 

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

2021-11-09 Thread Sam James
commit: edace89efce1eb83cf45b1ab05eef5f7dcb6d838
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 05:45:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 05:45:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edace89e

net-dns/bind: fix libunwind automagic dependency

Removed in 9.17 anyway. Noticed b/c of a build
failure on armv7 musl cross.

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

 net-dns/bind/{bind-9.16.22.ebuild => bind-9.16.22-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-dns/bind/bind-9.16.22.ebuild 
b/net-dns/bind/bind-9.16.22-r1.ebuild
similarity index 99%
rename from net-dns/bind/bind-9.16.22.ebuild
rename to net-dns/bind/bind-9.16.22-r1.ebuild
index 031f096be11..deec88ca7e3 100644
--- a/net-dns/bind/bind-9.16.22.ebuild
+++ b/net-dns/bind/bind-9.16.22-r1.ebuild
@@ -124,6 +124,8 @@ bind_configure() {
--without-readline
--with-openssl="${ESYSROOT}"/usr
--without-cmocka
+   # Removed in 9.17, drags in libunwind dependency too
+   --disable-backtrace
$(use_enable caps linux-caps)
$(use_enable dnsrps)
$(use_enable dnstap)



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

2021-11-09 Thread Sam James
commit: 4d8bb09a33ef4eb06eaa82d73db423fd76654c83
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 05:39:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 05:40:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8bb09a

net-dns/bind-tools: fix cross compilation for libidn

Bug: https://bugs.gentoo.org/820284
Closes: https://bugs.gentoo.org/417131
Thanks-to: Bertrand Jacquin  jacquin.bzh>
Signed-off-by: Sam James  gentoo.org>

 net-dns/bind-tools/bind-tools-9.16.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/bind-tools/bind-tools-9.16.22.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.22.ebuild
index fdd10e501a5..9913f397d39 100644
--- a/net-dns/bind-tools/bind-tools-9.16.22.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.16.22.ebuild
@@ -70,8 +70,8 @@ src_configure() {
--without-lmdb
--without-maxminddb
--disable-geoip
-   --with-openssl="${EPREFIX}"/usr
-   $(use_with idn libidn2)
+   --with-openssl="${ESYSROOT}"/usr
+   $(use_with idn libidn2 "${ESYSROOT}"/usr)
$(use_with xml libxml2)
$(use_with gssapi)
$(use_with readline)



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

2021-11-09 Thread Sam James
commit: 209d2266879aa701b67812f45aa35ed067e0ff21
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 05:37:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 05:37:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209d2266

net-dns/bind: fix cross-compilation for openssl and berkdb

Closes: https://bugs.gentoo.org/820284
Thanks-to: Tee KOBAYASHI  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 net-dns/bind/bind-9.16.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/bind/bind-9.16.22.ebuild b/net-dns/bind/bind-9.16.22.ebuild
index 523a781ea9d..031f096be11 100644
--- a/net-dns/bind/bind-9.16.22.ebuild
+++ b/net-dns/bind/bind-9.16.22.ebuild
@@ -122,14 +122,14 @@ bind_configure() {
--with-libtool
--enable-full-report
--without-readline
-   --with-openssl="${EPREFIX}"/usr
+   --with-openssl="${ESYSROOT}"/usr
--without-cmocka
$(use_enable caps linux-caps)
$(use_enable dnsrps)
$(use_enable dnstap)
$(use_enable fixed-rrset)
# $(use_enable static-libs static)
-   $(use_with berkdb dlz-bdb)
+   $(use_with berkdb dlz-bdb "${ESYSROOT}"/usr)
$(use_with dlz dlopen)
$(use_with dlz dlz-filesystem)
$(use_with dlz dlz-stub)



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

2021-11-09 Thread Sam James
commit: 7f71d2512eb54a44c098d04d99ebcf224a32a386
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 04:59:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 05:00:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f71d251

media-sound/amsynth: add missing intltool dependency (BDEPEND)

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

 media-sound/amsynth/amsynth-1.12.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/amsynth/amsynth-1.12.2.ebuild 
b/media-sound/amsynth/amsynth-1.12.2.ebuild
index 43b44f1114b..892e1eb063c 100644
--- a/media-sound/amsynth/amsynth-1.12.2.ebuild
+++ b/media-sound/amsynth/amsynth-1.12.2.ebuild
@@ -17,6 +17,7 @@ IUSE="alsa dssi gtk jack lash lv2 nsm oss vst"
 REQUIRED_USE="dssi? ( gtk ) lv2? ( gtk )"
 
 BDEPEND="
+   dev-util/intltool
virtual/pkgconfig
 "
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/files/, app-text/xmlto/

2021-11-09 Thread Sam James
commit: 74c0148d970b95d767cd36bc0b8010a062906478
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 04:58:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 04:58:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c0148d

app-text/xmlto: don't hardcode paths to utilities

Causes issues with say --root.

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

 .../files/xmlto-0.0.28-dont-hardcode-paths.patch   | 35 ++
 app-text/xmlto/xmlto-0.0.28-r7.ebuild  | 53 ++
 2 files changed, 88 insertions(+)

diff --git a/app-text/xmlto/files/xmlto-0.0.28-dont-hardcode-paths.patch 
b/app-text/xmlto/files/xmlto-0.0.28-dont-hardcode-paths.patch
new file mode 100644
index 000..5823b735074
--- /dev/null
+++ b/app-text/xmlto/files/xmlto-0.0.28-dont-hardcode-paths.patch
@@ -0,0 +1,35 @@
+From: Sam James 
+Date: Wed, 10 Nov 2021 04:53:33 +
+Subject: [PATCH] Don't hardcode paths to utilities
+
+The path to e.g. links at build time is not necessarily
+the same as the path at runtime.
+
+TODO: Could chop out the checks from configure but
+this package is fragile enough. Leaving it for now.
+--- a/xmlto.in
 b/xmlto.in
+@@ -272,13 +272,13 @@ then
+   USE_BACKEND=DEFAULT
+ fi
+ 
+-LINKS_PATH=@LINKS@
+-W3M_PATH=@W3M@
+-LYNX_PATH=@LYNX@
+-GCP_PATH=@GCP@
+-SED_PATH=@SED@
+-GREP_PATH=@GREP@
+-ZIP_PATH=@ZIP@
++LINKS_PATH=$(command -v links)
++W3M_PATH=$(command -v w3m)
++LYNX_PATH=$(command -v lynx)
++GCP_PATH=$(command -v cp)
++SED_PATH=$(command -v sed)
++GREP_PATH=$(command -v grep)
++ZIP_PATH=$(command -v zip)
+ 
+ # Process any options
+ ARGS=$(${GETOPT} \
+-- 
+2.33.1
+

diff --git a/app-text/xmlto/xmlto-0.0.28-r7.ebuild 
b/app-text/xmlto/xmlto-0.0.28-r7.ebuild
new file mode 100644
index 000..c54987d45d2
--- /dev/null
+++ b/app-text/xmlto/xmlto-0.0.28-r7.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Script for converting XML and DocBook documents to a variety of 
output formats"
+HOMEPAGE="https://pagure.io/xmlto;
+SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="latex text"
+
+RDEPEND="
+   app-text/docbook-xsl-stylesheets
+   app-text/docbook-xml-dtd:4.2
+   dev-libs/libxslt
+   || ( sys-apps/util-linux app-misc/getopt )
+   text? ( || ( virtual/w3m www-client/elinks www-client/links 
www-client/lynx ) )
+   latex? ( dev-texlive/texlive-formatsextra )
+"
+# We only depend on flex when we patch the input lexer.
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch
+   "${FILESDIR}"/${PN}-0.0.28-allow-links.patch
+   "${FILESDIR}"/${PN}-0.0.28-dont-hardcode-paths.patch
+)
+
+src_prepare() {
+   default
+
+   # fix symbol clash on Solaris
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   sed -i -e 's/\(attrib\|val\)/XMLTO\1/g' xmlif/xmlif.l || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   # We don't want the script to detect /bin/sh if it is bash.
+   export ac_cv_path_BASH="${BASH}"
+   has_version sys-apps/util-linux || export GETOPT=getopt-long
+
+   econf
+}



[gentoo-commits] proj/sci:master commit in: sci-libs/miopen/

2021-11-09 Thread Benda XU
commit: 08ce6b5dcda667ed72936349207b8b4626d655fc
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Nov 10 04:50:54 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Nov 10 04:50:54 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=08ce6b5d

sci-libs/miopen: landed on ::gentoo.

Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/miopen/metadata.xml   | 11 --
 sci-libs/miopen/miopen-4.0.0-r1.ebuild | 61 --
 2 files changed, 72 deletions(-)

diff --git a/sci-libs/miopen/metadata.xml b/sci-libs/miopen/metadata.xml
deleted file mode 100644
index 336bdb639..0
--- a/sci-libs/miopen/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd'>
-
-  
-s...@gentoo.org
-  
-  
-gen...@holzke.net
-Wilfried Holzke
-  
-

diff --git a/sci-libs/miopen/miopen-4.0.0-r1.ebuild 
b/sci-libs/miopen/miopen-4.0.0-r1.ebuild
deleted file mode 100644
index 7197880df..0
--- a/sci-libs/miopen/miopen-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="AMD's Machine Intelligence Library"
-HOMEPAGE="https://github.com/ROCmSoftwarePlatform/MIOpen;
-SRC_URI="https://github.com/ROCmSoftwarePlatform/MIOpen/archive/rocm-${PV}.tar.gz
 -> MIOpen-${PV}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
-   >=dev-util/hip-${PV}
-   >=dev-libs/half-1.12.0
-   

[gentoo-commits] repo/gentoo:master commit in: sci-libs/miopen/, sci-libs/miopen/files/

2021-11-09 Thread Benda XU
commit: b1ba2684adfb3794f68467c03264d4e67ee3173e
Author: YiyangWu  gmail  com>
AuthorDate: Thu Aug 26 12:34:56 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Nov 10 04:47:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ba2684

sci-libs/miopen: AMD's Machine Intelligence Library

This is AMD's library for high performance machine learning primitives.
PyTorch-ROCm depends on this package.

Closes: https://bugs.gentoo.org/732954
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yiyang Wu  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/miopen/Manifest   |  1 +
 .../miopen-4.2.0-disable-no-inline-boost.patch | 14 
 .../files/miopen-4.2.0-gcc11-numeric_limits.patch  | 14 
 .../miopen/files/miopen-4.3.0-enable-test.patch| 31 +
 ...x-interface-include-in-HIP_COMPILER_FLAGS.patch | 17 +
 sci-libs/miopen/files/miopen-4.3.0-no-strip.patch  | 16 +
 .../files/miopen-4.3.0-strip-xnack-in-flags.patch  | 18 +
 sci-libs/miopen/metadata.xml   | 15 
 sci-libs/miopen/miopen-4.3.0.ebuild| 80 ++
 9 files changed, 206 insertions(+)

diff --git a/sci-libs/miopen/Manifest b/sci-libs/miopen/Manifest
new file mode 100644
index 000..ae3770f95d2
--- /dev/null
+++ b/sci-libs/miopen/Manifest
@@ -0,0 +1 @@
+DIST MIOpen-4.3.0.tar.gz 59405686 BLAKE2B 
fe91bd91a74023866883d6d0a2a8071a8fe40c4cff2fb4ef58fc6e343a05ac2a731f73e657f4d183ade4e5b7c1fbbe41f3f032918f6e50cb713073aee8d97dc5
 SHA512 
a8615b7738acfbc7f68d9417b0746c62630d2b48fb8485fafba4db65a4b277a8230f601d249d7e54f89ba25c14176429ca76ad8365a437b09d836b031b0c4fbb

diff --git a/sci-libs/miopen/files/miopen-4.2.0-disable-no-inline-boost.patch 
b/sci-libs/miopen/files/miopen-4.2.0-disable-no-inline-boost.patch
new file mode 100644
index 000..769217acd9d
--- /dev/null
+++ b/sci-libs/miopen/files/miopen-4.2.0-disable-no-inline-boost.patch
@@ -0,0 +1,14 @@
+This let MIOpen compatible with >boost-1.72, for example 1.76
+
+Suggested by: Michael Boone 
+
+--- a/CMakeLists.txt   2021-07-23 01:26:15.377754243 -0700
 b/CMakeLists.txt   2021-07-23 01:29:23.925685190 -0700
+@@ -216,6 +216,7 @@
+ message(STATUS "Hip compiler flags: ${HIP_COMPILER_FLAGS}")
+ 
+ add_definitions("-DHIP_COMPILER_FLAGS=${HIP_COMPILER_FLAGS}")
++add_definitions("-DBOOST_CONTAINER_DISABLE_NOINLINE")
+ 
+ 
+ # HIP

diff --git a/sci-libs/miopen/files/miopen-4.2.0-gcc11-numeric_limits.patch 
b/sci-libs/miopen/files/miopen-4.2.0-gcc11-numeric_limits.patch
new file mode 100644
index 000..73997ce5d4d
--- /dev/null
+++ b/sci-libs/miopen/files/miopen-4.2.0-gcc11-numeric_limits.patch
@@ -0,0 +1,14 @@
+See: 
https://stackoverflow.com/questions/4798936/numeric-limits-was-not-declared-in-this-scope-no-matching-function-for-call-t
+
+https://www.gnu.org/software/gcc/gcc-11/porting_to.html#header-dep-changes
+
+--- MIOpen-rocm-4.2.0/src/include/miopen/float_equal.hpp
 MIOpen-rocm-4.2.0/src/include/miopen/float_equal.hpp
+@@ -29,6 +29,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #ifdef _MSC_VER
+ #include 
+ #endif

diff --git a/sci-libs/miopen/files/miopen-4.3.0-enable-test.patch 
b/sci-libs/miopen/files/miopen-4.3.0-enable-test.patch
new file mode 100644
index 000..68d2f143bf4
--- /dev/null
+++ b/sci-libs/miopen/files/miopen-4.3.0-enable-test.patch
@@ -0,0 +1,31 @@
+This create option BUILD_TESTS for miopen, like other rocm math libs, and
+
+testing executables are always built if test enabled. The original behaviour, 
is
+
+always add test/CMakeLists.txt without adding test exes as targets, and 
compile them
+
+during test.
+--- orig/CMakeLists.txt
 MIOpen-rocm-4.3.0/CMakeLists.txt
+@@ -590,6 +590,9 @@ add_subdirectory(src)
+ if(MIOPEN_BUILD_DRIVER)
+ add_subdirectory(driver)
+ endif()
+-add_subdirectory(test)
++option(BUILD_TESTS "Build binaries for tests" OFF)
++if(BUILD_TESTS)
++  add_subdirectory(test)
++endif()
+ add_subdirectory(speedtests)
+ add_subdirectory(utils)
+--- orig/test/CMakeLists.txt
 MIOpen-rocm-4.3.0/test/CMakeLists.txt
+@@ -142,7 +142,7 @@ function(add_test_command NAME EXE)
+ endfunction()
+ 
+ function(add_test_executable TEST_NAME)
+-add_executable (${TEST_NAME} EXCLUDE_FROM_ALL ${ARGN})
++add_executable (${TEST_NAME} ${ARGN})
+ clang_tidy_check(${TEST_NAME})
+ target_link_libraries(${TEST_NAME} ${CMAKE_THREAD_LIBS_INIT})
+ # Cmake does not add flags correctly for gcc

diff --git 
a/sci-libs/miopen/files/miopen-4.3.0-fix-interface-include-in-HIP_COMPILER_FLAGS.patch
 
b/sci-libs/miopen/files/miopen-4.3.0-fix-interface-include-in-HIP_COMPILER_FLAGS.patch
new file mode 100644
index 000..5c2762a3254
--- /dev/null
+++ 
b/sci-libs/miopen/files/miopen-4.3.0-fix-interface-include-in-HIP_COMPILER_FLAGS.patch
@@ -0,0 +1,17 @@
+The interface inlude directories of hip::device should be included using -I, 
not -isystem;
+
+otherwise 

[gentoo-commits] proj/sci:master commit in: dev-libs/half/

2021-11-09 Thread Benda XU
commit: 435065d357129dfa99741e8c0ad5d1613c980c82
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Nov 10 04:41:51 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Nov 10 04:41:51 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=435065d3

dev-libs/half: landed on ::gentoo.

Signed-off-by: Benda Xu  gentoo.org>

 dev-libs/half/half-1.12.0.ebuild | 17 -
 dev-libs/half/half-2.1.0.ebuild  | 20 
 dev-libs/half/metadata.xml   | 11 ---
 3 files changed, 48 deletions(-)

diff --git a/dev-libs/half/half-1.12.0.ebuild b/dev-libs/half/half-1.12.0.ebuild
deleted file mode 100644
index 5df7cc0cc..0
--- a/dev-libs/half/half-1.12.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Half-precision floating-point library"
-HOMEPAGE="http://half.sourceforge.net/;
-SRC_URI="https://github.com/ROCmSoftwarePlatform/half/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-src_install() {
-   cd include
-   doheader half.hpp
-}

diff --git a/dev-libs/half/half-2.1.0.ebuild b/dev-libs/half/half-2.1.0.ebuild
deleted file mode 100644
index 023316aab..0
--- a/dev-libs/half/half-2.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Half-precision floating-point library"
-HOMEPAGE="http://half.sourceforge.net/;
-SRC_URI="https://downloads.sourceforge.net/project/half/half/${PV}/${P}.zip;
-S="${WORKDIR}"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-BDEPEND="app-arch/unzip"
-
-src_install() {
-   cd include
-   doheader half.hpp
-}

diff --git a/dev-libs/half/metadata.xml b/dev-libs/half/metadata.xml
deleted file mode 100644
index 336bdb639..0
--- a/dev-libs/half/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd'>
-
-  
-s...@gentoo.org
-  
-  
-gen...@holzke.net
-Wilfried Holzke
-  
-



[gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/

2021-11-09 Thread Sam James
commit: b78850ca7a012cca0dd250470d228eee18d2a429
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 04:38:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 04:38:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b78850ca

sys-devel/gcc: add macOS 12 patch to gcc-11_pre20210226

We should probably do a newer snapshot soon though.

Package-Manager: Portage-3.0.21-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-devel/gcc/gcc-11_pre20210226.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/gcc/gcc-11_pre20210226.ebuild 
b/sys-devel/gcc/gcc-11_pre20210226.ebuild
index e423f88664..3aa29c8610 100644
--- a/sys-devel/gcc/gcc-11_pre20210226.ebuild
+++ b/sys-devel/gcc/gcc-11_pre20210226.ebuild
@@ -53,6 +53,9 @@ src_prepare() {
# found
sed -i -e 's/ALL_SPPFLAGS/ALL_CPPFLAGS/' \
gcc/config/aarch64/t-aarch64 || die
+
+   # allow building with macOS 12
+   eapply -p1 "${FILESDIR}"/${PN}-10.3.0-monterey.patch
 }
 
 src_configure() {



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

2021-11-09 Thread Sam James
commit: 0ec6cca7f4b40cdc07e876db60a93e9577ea390f
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 04:15:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 04:15:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec6cca7

dev-libs/libbpf: Stabilize 0.5.0 ppc, #818940

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

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

diff --git a/dev-libs/libbpf/libbpf-0.5.0.ebuild 
b/dev-libs/libbpf/libbpf-0.5.0.ebuild
index 46a4b242d1f..4347012464b 100644
--- a/dev-libs/libbpf/libbpf-0.5.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.5.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 fi
 S="${WORKDIR}/${P}/src"
 



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

2021-11-09 Thread Sam James
commit: 03168b0faaf0157e893e93e5da4287886c691bcd
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 04:15:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 04:15:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03168b0f

dev-python/matplotlib: Stabilize 3.4.3-r1 ppc64, #817065

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

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

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



[gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/

2021-11-09 Thread Sam James
commit: 8bb401fb64cf2cf8ff974daa0887a1ed650d5d7a
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 04:14:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 04:14:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb401fb

net-mail/courier-imap: Stabilize 5.1.4 ppc, #822729

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

 net-mail/courier-imap/courier-imap-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/courier-imap/courier-imap-5.1.4.ebuild 
b/net-mail/courier-imap/courier-imap-5.1.4.ebuild
index c19b14661e9..c734ba4b2ad 100644
--- a/net-mail/courier-imap/courier-imap-5.1.4.ebuild
+++ b/net-mail/courier-imap/courier-imap-5.1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 IUSE="berkdb debug fam +gdbm gnutls ipv6 selinux trashquota"
 REQUIRED_USE="|| ( berkdb gdbm )"



[gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/

2021-11-09 Thread Sam James
commit: 50cba4264985cbddf432cb8b89722ccf5cc414ed
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 04:14:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 04:14:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cba426

app-arch/dpkg: Stabilize 1.20.9 ppc, #814029

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

 app-arch/dpkg/dpkg-1.20.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/dpkg/dpkg-1.20.9.ebuild b/app-arch/dpkg/dpkg-1.20.9.ebuild
index 0f73708c6d6..dcd19d9ad46 100644
--- a/app-arch/dpkg/dpkg-1.20.9.ebuild
+++ b/app-arch/dpkg/dpkg-1.20.9.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode 
+update-alternatives +zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pari/

2021-11-09 Thread Sam James
commit: 0813a760bc11749a9ac4c0f221ea3a91bf536ee8
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 04:15:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 04:15:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0813a760

sci-mathematics/pari: Stabilize 2.13.2 ppc, #821466

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

 sci-mathematics/pari/pari-2.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/pari/pari-2.13.2.ebuild 
b/sci-mathematics/pari/pari-2.13.2.ebuild
index f5327b9e21f..98226153f6a 100644
--- a/sci-mathematics/pari/pari-2.13.2.ebuild
+++ b/sci-mathematics/pari/pari-2.13.2.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
 # The subslot is the value of $soname_num obtained from
 # upstream's config/version script.
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="data doc fltk gmp test threads X"
 RESTRICT="!test? ( test )"
 



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

2021-11-09 Thread Sam James
commit: 2f233fc432ae93af6065bfa7913f5f3f471cbf9e
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 03:39:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 03:39:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f233fc4

sys-libs/musl: update maintainers (add musl@ so it's CC'd on bugs)

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

 sys-libs/musl/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-libs/musl/metadata.xml b/sys-libs/musl/metadata.xml
index ffcc1ba7137..e3dfac351e2 100644
--- a/sys-libs/musl/metadata.xml
+++ b/sys-libs/musl/metadata.xml
@@ -12,4 +12,8 @@
toolch...@gentoo.org
Gentoo Toolchain Project

+   
+   m...@gentoo.org
+   Musl project
+   
 



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

2021-11-09 Thread Sam James
commit: a4957cb794dce725b4801ee16a36f38526bdce2d
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 03:31:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 03:32:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4957cb7

sys-libs/musl: create relative symlink to libc.so if existing one fails

The build system seems to create an absolute symlink to libc.so on
the host which may not exist.

If it doesn't (to avoid being disruptive, we could do this unconditionally),
create a new one relative within ${D} to facilitate SYSROOT installs.

I've hit this a few times when using crossdev but finally dug into it
a bit more.

Bug: https://bugs.gentoo.org/732482
Signed-off-by: Sam James  gentoo.org>

 .../{musl-.ebuild => musl-1.2.2-r4.ebuild} | 27 --
 sys-libs/musl/musl-.ebuild | 20 ++--
 2 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/sys-libs/musl/musl-.ebuild b/sys-libs/musl/musl-1.2.2-r4.ebuild
similarity index 81%
copy from sys-libs/musl/musl-.ebuild
copy to sys-libs/musl/musl-1.2.2-r4.ebuild
index 56a2bbbc42f..0fe2c8c9a67 100644
--- a/sys-libs/musl/musl-.ebuild
+++ b/sys-libs/musl/musl-1.2.2-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic toolchain-funcs
+inherit eapi8-dosym flag-o-matic toolchain-funcs
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://git.musl-libc.org/musl"
inherit git-r3
@@ -71,6 +71,13 @@ src_unpack() {
cp "${DISTDIR}"/iconv.c misc/iconv.c || die
 }
 
+src_prepare() {
+   default
+
+   # Expand gethostid instead of being just a stub
+   eapply "${FILESDIR}/${PN}-1.2.2-gethostid.patch"
+}
+
 src_configure() {
tc-getCC ${CTARGET}
just_headers && export CC=true
@@ -120,7 +127,23 @@ src_install() {
#   SUBARCH = ...
# and print $(ARCH)$(SUBARCH).
local arch=$(awk '{ k[$1] = $3 } END { printf("%s%s", 
k["ARCH"], k["SUBARCH"]); }' config.mak)
-   [[ -e "${D}"/lib/ld-musl-${arch}.so.1 ]] || die
+
+   if [[ ! -e "${D}"/lib/ld-musl-${arch}.so.1 ]] ; then
+   # During cross (using crossdev), when emerging 
sys-libs/musl,
+   # if /usr/lib/libc.so.1 doesn't exist on the system, 
installation
+   # would fail.
+   #
+   # The musl build system seems to create a symlink:
+   # ${D}/lib/ld-musl-${arch}.so.1 -> /usr/lib/libc.so.1 
(absolute)
+   # During cross, there's no guarantee that the host is 
using musl
+   # so that file may not exist. Use a relative symlink 
within ${D}
+   # instead.
+   dosym8 -r /usr/lib/libc.so.1 /lib/ld-musl-${arch}.so.1
+
+   # If it's still a dead symlnk, OK, we really do need to 
abort.
+   [[ -e "${D}"/lib/ld-musl-${arch}.so.1 ]] || die
+   fi
+
cp "${FILESDIR}"/ldconfig.in "${T}" || die
sed -e "s|@@ARCH@@|${arch}|" "${T}"/ldconfig.in > 
"${T}"/ldconfig || die
into /

diff --git a/sys-libs/musl/musl-.ebuild b/sys-libs/musl/musl-.ebuild
index 56a2bbbc42f..5736eadc0fb 100644
--- a/sys-libs/musl/musl-.ebuild
+++ b/sys-libs/musl/musl-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic toolchain-funcs
+inherit eapi8-dosym flag-o-matic toolchain-funcs
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://git.musl-libc.org/musl"
inherit git-r3
@@ -120,7 +120,23 @@ src_install() {
#   SUBARCH = ...
# and print $(ARCH)$(SUBARCH).
local arch=$(awk '{ k[$1] = $3 } END { printf("%s%s", 
k["ARCH"], k["SUBARCH"]); }' config.mak)
-   [[ -e "${D}"/lib/ld-musl-${arch}.so.1 ]] || die
+
+   if [[ ! -e "${D}"/lib/ld-musl-${arch}.so.1 ]] ; then
+   # During cross (using crossdev), when emerging 
sys-libs/musl,
+   # if /usr/lib/libc.so.1 doesn't exist on the system, 
installation
+   # would fail.
+   #
+   # The musl build system seems to create a symlink:
+   # ${D}/lib/ld-musl-${arch}.so.1 -> /usr/lib/libc.so.1 
(absolute)
+   # During cross, there's no guarantee that the host is 
using musl
+   # so that file may not exist. Use a relative symlink 
within ${D}
+   # instead.
+   dosym8 -r /usr/lib/libc.so.1 /lib/ld-musl-${arch}.so.1
+
+   # If it's still a dead symlnk, OK, we really do need to 
abort.
+   [[ -e "${D}"/lib/ld-musl-${arch}.so.1 ]] || die
+   fi
+
cp "${FILESDIR}"/ldconfig.in "${T}" || die
sed -e 

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

2021-11-09 Thread Sam James
commit: 3229119273afb0f45da6b72f2b3b17ed1286f63a
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 03:18:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 03:19:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32291192

sys-libs/ncurses: add 6.3_p20211106 (unkeyworded; for cross/bootstrap testing)

There was a bit of a kerfuffle re changes in 6.3 to parse pkg-config's
debug output to get its paths. That has since been fixed (after 6.3
was cut) along with some other useful pkg-config changes. Let's
pull them in to try avoid a bootstrap/cross issue I hit.

Unkeyworded for now.

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

 sys-libs/ncurses/Manifest |   3 +
 sys-libs/ncurses/ncurses-6.3_p20211106.ebuild | 355 ++
 2 files changed, 358 insertions(+)

diff --git a/sys-libs/ncurses/Manifest b/sys-libs/ncurses/Manifest
index 1ac19e4d9cb..71621376f4c 100644
--- a/sys-libs/ncurses/Manifest
+++ b/sys-libs/ncurses/Manifest
@@ -1,3 +1,6 @@
 DIST ncurses-6.2-20210619-patch.sh.bz2 836967 BLAKE2B 
f210bf25c33f11d67e54a6f416aae75f0a976880ea543408780fd3a8dc992ee8dbf15c925c79504be0f30ade4bbfaed763abedd2b2d6b35de65b353a6314
 SHA512 
b8392bf6c0b7570766ae31a043df311660201265dfe3e2e49425b1e2aa08c72030b5f5b6c7871532897596262c88a7192e3ff2adfdc618f1b9c13c22c373eeb3
 DIST ncurses-6.2.tar.gz 3425862 BLAKE2B 
6680cd7a369a4cb8234442a70869c283f0db6db9d7da1da2a7a5c519eb862a2c9b9411957d99f9ebb5089cad00b42e1ca6bc0784327461113df2eeaec695913c
 SHA512 
4c1333dcc30e858e8a9525d4b9aefb6cfc727bc4a1062bace06ffc4639ad9f6e54f6bdda0e3a0e5ea14de995f96b52b3327d9ec633608792c99a1e8d840d
+DIST ncurses-6.3-20211026.patch.gz 117363 BLAKE2B 
74c6c80271edc3b69d17c891436e48ee0579b3d16dd1bbd42f953be5b6ef07596343abd34f4d508b0cb371c1c0febfec12d65e938739892a617c8b141f599753
 SHA512 
25a99bc9cb7a18eb8fd16a0f887bae90c2551e0228b077d28f7217e58190f4b19a526350c22f7394a1b749e834643c1bf5f339248b842717c146a3ec1df4
+DIST ncurses-6.3-20211030.patch.gz 46304 BLAKE2B 
6fa0f5223c97dc045117c208b92e75aad61638585506aeed0fa5cd6b215f67d212fc780e527f1281ae77063edb1ef9b3a3671b00d306fe322c3ca1b34c1d4d81
 SHA512 
90440af3959a17388999f07a3b40f770c5511bceda6a39d4c56f867dc5ae8494e49cfb700eb79e31422ebfd1b1990f6d7912083c688963139446f1e43e9d08c8
+DIST ncurses-6.3-20211106.patch.gz 3995 BLAKE2B 
fbacfd6bfbf64b2935d47f648bd74c93136ea8d17b51e218b80a24695b52246ce8ec01704a0636692bae72815c8b93dec8573570dfd126b19645ec90926e818a
 SHA512 
799819ed01967387fdca4755ab44401f0dc90306f6f771c894ce6702c929e2ff87f45d3e1c2e683cc32bb01553f3332c3a7591a00b7a4bdff93da25307379bdc
 DIST ncurses-6.3.tar.gz 3583550 BLAKE2B 
b2c174ac48d587b4d3aa054f04e4ec8bffd8a657a4aff5f090104965c741901e600712c8f8e5e98f3b8a26bc558996a1e14a746f113854832853b855e9d406c3
 SHA512 
5373f228cba6b7869210384a607a2d7faecfcbfef6dbfcd7c513f4e84fbd8bcad53ac7db2e7e84b95582248c1039dcfc7c4db205a618f7da22a166db482f0105

diff --git a/sys-libs/ncurses/ncurses-6.3_p20211106.ebuild 
b/sys-libs/ncurses/ncurses-6.3_p20211106.ebuild
new file mode 100644
index 000..21b6525370f
--- /dev/null
+++ b/sys-libs/ncurses/ncurses-6.3_p20211106.ebuild
@@ -0,0 +1,355 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs multilib multilib-minimal preserve-libs usr-ldscript
+
+MY_PV="${PV:0:3}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="console display library"
+HOMEPAGE="https://www.gnu.org/software/ncurses/ 
https://invisible-island.net/ncurses/;
+SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz
+   https://invisible-mirror.net/archives/${PN}/${MY_P}.tar.gz
+   ftp://ftp.invisible-island.net/${PN}/${MY_P}.tar.gz;
+
+if [[ "${PV}" == *_p* ]] ; then
+   # Sometimes, after releases, there's no megapatch available yet.
+   #
+   # From upstream README at e.g. 
https://invisible-mirror.net/archives/ncurses/6.3/:
+   #
+   #   "At times (generally to mark a relatively stable point), I 
create a rollup
+   #   patch, which consists of all changes from the release through 
the current date."
+   #
+   # This array should contain a list of all the snapshots since the last
+   # release if there's no megapatch available yet.
+   PATCH_DATES=(
+   20211026
+   20211030
+   # Latest patch is just _pN = $(ver_cut 4)
+   $(ver_cut 4)
+   )
+
+   if [[ -z ${PATCH_DATES[@]} ]] ; then
+   SRC_URI+=" 
ftp://ftp.invisible-island.net/${PN}/${PV/_p*}/${P/_p/-}.patch.sh.bz2
+   
https://invisible-mirror.net/archives/${PN}/${PV/_p*}/${P/_p/-}.patch.sh.bz2;
+   else
+   patch_date=
+   for patch_date in "${PATCH_DATES[@]}" ; do
+   SRC_URI+=" 
ftp://ftp.invisible-island.net/${PN}/${PV/_p*}/${MY_P}-${patch_date}.patch.gz;
+   SRC_URI+=" 

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

2021-11-09 Thread Georgy Yakovlev
commit: 267b88ae073a5697922792f970beb2d9b55680ab
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Nov 10 03:16:38 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Nov 10 03:16:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267b88ae

dev-util/shellcheck-bin: keyword 0.8.0 for ~amd64, ~arm, ~arm64

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

 dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild 
b/dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild
index 160aee3846c..c825ca6b13e 100644
--- a/dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild
+++ b/dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-3+"
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 DEPEND="!dev-util/shellcheck"
 RDEPEND="${DEPEND}"



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

2021-11-09 Thread Georgy Yakovlev
commit: 213ee940f2879f9d5a253588a8df1a3ef0279bb6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Nov 10 03:13:30 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Nov 10 03:13:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213ee940

sys-apps/fd: drop 8.1.1

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

 sys-apps/fd/Manifest|  40 
 sys-apps/fd/fd-8.1.1.ebuild | 110 
 2 files changed, 150 deletions(-)

diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest
index 46541aaa4b1..73503137864 100644
--- a/sys-apps/fd/Manifest
+++ b/sys-apps/fd/Manifest
@@ -1,100 +1,60 @@
-DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c122507a88e781d7c2d5c9175d1788aeef8d21e0487c7c449e28fbbdaae8203fe68627d23ac0a58d30dc70befd26ac9af32f
 SHA512 
e8a1cb252015435009883662ca23408f1491d8f01461f3a81082feabeeff72ec61beb4f1f3271fc8a87f1379899ecfc38036ac208dca17889f70ddaca2406a9b
 DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.31.crate 28514 BLAKE2B 
1177bbac61e96eb007a7a9a79499a7dab08a5c828987221df32c137b69bed53473b37f01debf49a7da0883407c6da40192fbc800c9b7983128738b2889d327a4
 SHA512 
e60394f48b74f8db4e61b9bfdb146b8e7a8b014c0a729ccb9e657d648a9310e642c77f6e5e5d4c8a6ed40a65c65bda79e45cda9a3efd04a901376e3912aebb8a
 DIST anyhow-1.0.35.crate 28928 BLAKE2B 
74fec657b5c21455298198bd9feddbc5086c433f2c43de45950e33341ca9527f88f4ccb94eef248437e455394d54ec0dc13af33843deb799a0215abd1b1a874f
 SHA512 
e93baa31f9eb04dcefc9e17fe030778337796490cec3467799f98dbfda77f55522457adde388c08b8893303e8a34292b863793f37956c4adfb7a88ba10fbd154
-DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
-DIST arrayvec-0.5.1.crate 26816 BLAKE2B 
172dab8f0129134dfc89c6032c5fc15e2f86a5cd1e5be18b87fe2108d18a1bdb0f597a6ed4cd214dc663fbfb27b05c66846fba4543b5e068b5c75d075bdc5bff
 SHA512 
53db2fafea1f60ac1af9ecc0bc9b69010e9f8573048481d55969ecdc9f3d19832fe05824acf10a0186b0464f0fbfe898d73500fba39ed63650c64dac2c2e8043
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
-DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
-DIST base64-0.11.0.crate 48362 BLAKE2B 
90d2a64496e20c4bcca6f21c2546474ec88283679ccae95303ea7521133414eba021810e64e5916e3980b6878f90281f09295ebadcc12324fc9a9060ac41a707
 SHA512 
31b5f56d4907a5e4ae40e92ef1629a446126525186f5236afc2475829bf2e5e067554db200a18f7b3ab741d0cc9c01e20612e77cc0cbc1bc2a4a8d11c0fdbf33
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
-DIST blake2b_simd-0.5.10.crate 34093 BLAKE2B 
6e725c9399714d1e199277e3f9882d636c1737af5b0b290f853573575005d053d2ab3a34843461747914a0c25d370f0d5a5cbb46765fe99308c1fd7666d471c7
 SHA512 

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

2021-11-09 Thread Sam James
commit: ef4f2dfc4b42f7e86146caf75fbbcde6bedf9ff4
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 01:00:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 01:00:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4f2dfc

dev-ada/xmlada: Stabilize 2021-r1 amd64, #814203

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

 dev-ada/xmlada/xmlada-2021-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/xmlada/xmlada-2021-r1.ebuild 
b/dev-ada/xmlada/xmlada-2021-r1.ebuild
index 8c8e6b9ed1d..c0bf97b6e8e 100644
--- a/dev-ada/xmlada/xmlada-2021-r1.ebuild
+++ b/dev-ada/xmlada/xmlada-2021-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${ADAMIRROR}/${ID}?filename=${MYP}.tar.gz -> 
${MYP}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+shared static-libs static-pic"
 REQUIRED_USE="|| ( shared static-libs static-pic )
${ADA_REQUIRED_USE}"



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

2021-11-09 Thread Sam James
commit: 842b497afe22adb9a4fad771802fc6462bac791b
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 01:00:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 01:00:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842b497a

dev-lang/gnat-gpl: Stabilize 2021-r1 amd64, #814203

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

 dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild 
b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild
index 14203f6029d..63daf9ee482 100644
--- a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild
+++ b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild
@@ -41,7 +41,7 @@ DESCRIPTION="GNAT Ada Compiler - GPL version"
 HOMEPAGE="http://libre.adacore.com/;
 
 LICENSE+=" GPL-2 GPL-3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+ada +bootstrap"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/

2021-11-09 Thread Sam James
commit: 4e95f6c58f420c51d1dbcab0690949f47d9efc78
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 23:53:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 23:53:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e95f6c5

dev-qt/qtwebengine: Stabilize 5.15.2_p20211019 arm64, #820893

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

 dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild
index 450e1222e4d..1f1725cb3e3 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Library for rendering dynamic web content in Qt5 
C++ and QML applic
 HOMEPAGE="https://www.qt.io/;
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
if [[ ${PV} == ${QT5_PV}_p* ]]; then
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-5.15.2_p20211019-jumbo-build.patch.bz2;



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

2021-11-09 Thread Jakov Smolić
commit: 860a81de857f1f9c55c3670a214b0cecd63ebe4b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 23:28:12 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 23:28:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860a81de

sys-apps/pkgcore: Stabilize 0.12.8 x86, #821832

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

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

diff --git a/sys-apps/pkgcore/pkgcore-0.12.8.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.8.ebuild
index 343bd04df68..e443ee4ff75 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.8.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.8.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-11-09 Thread Jakov Smolić
commit: b4351b650d117ec3c3e5c4e37f23efef04428bc3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 23:28:16 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 23:28:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4351b65

sys-apps/colorized-logs: Stabilize 2.6 x86, #822243

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

 sys-apps/colorized-logs/colorized-logs-2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/colorized-logs/colorized-logs-2.6.ebuild 
b/sys-apps/colorized-logs/colorized-logs-2.6.ebuild
index 4bc9fcf0be7..a4d4e73a429 100644
--- a/sys-apps/colorized-logs/colorized-logs-2.6.ebuild
+++ b/sys-apps/colorized-logs/colorized-logs-2.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kilobyte/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: net-mail/getmail/

2021-11-09 Thread Jakov Smolić
commit: 2d5794b790e78c6621f7af16c30f87177f3c8cc8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 23:28:29 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 23:28:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5794b7

net-mail/getmail: Stabilize 6.14 amd64, #822117

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

 net-mail/getmail/getmail-6.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/getmail/getmail-6.14.ebuild 
b/net-mail/getmail/getmail-6.14.ebuild
index 5f757ea1128..77838027d82 100644
--- a/net-mail/getmail/getmail-6.14.ebuild
+++ b/net-mail/getmail/getmail-6.14.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/getmail6/getmail6/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 S="${WORKDIR}/getmail6-${PV}"
 



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

2021-11-09 Thread Jakov Smolić
commit: c42b0bf3e441c3f1d96e6008e3b61da6660604b1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 23:28:25 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 23:28:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42b0bf3

sys-apps/fd: Stabilize 8.2.1 x86, #822279

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

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

diff --git a/sys-apps/fd/fd-8.2.1.ebuild b/sys-apps/fd/fd-8.2.1.ebuild
index 6d4c13aa8da..1bfaeaa3787 100644
--- a/sys-apps/fd/fd-8.2.1.ebuild
+++ b/sys-apps/fd/fd-8.2.1.ebuild
@@ -75,7 +75,7 @@ 
SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD-2 ISC MIT Unlicense"
 SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 IUSE=""
 
 DEPEND="!elibc_musl? ( >=dev-libs/jemalloc-5.1.0:= )"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/jetbrains-mono/

2021-11-09 Thread Jakov Smolić
commit: 69fff41b8a81d8123daef01231a13f78245aa84e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 23:28:21 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 23:28:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fff41b

media-fonts/jetbrains-mono: Stabilize 2.242 x86, #822273

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

 media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild 
b/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild
index 358f38e8bed..6a4cb7fa1ee 100644
--- a/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild
+++ b/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/JetBrains/JetBrainsMono/releases/download/v${PV}/Jet
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="app-arch/unzip"
 



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

2021-11-09 Thread James Le Cuirot
commit: d64426c856046ea7d42336af56537bcf5e2da0c0
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Nov  9 22:44:36 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Nov  9 22:44:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64426c8

profiles: Force dev-perl/Type-Tiny[minimal] on m68k

dev-perl/Type-Tie fails a test so avoid dependencies.

Bug: https://bugs.gentoo.org/820548
Signed-off-by: James Le Cuirot  gentoo.org>

 profiles/arch/m68k/package.use.force | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/m68k/package.use.force 
b/profiles/arch/m68k/package.use.force
new file mode 100644
index 000..0430487c6a2
--- /dev/null
+++ b/profiles/arch/m68k/package.use.force
@@ -0,0 +1,6 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# James Le Cuirot  (2021-11-09)
+# dev-perl/Type-Tie fails a test so avoid dependencies.
+dev-perl/Type-Tiny minimal



[gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI/

2021-11-09 Thread James Le Cuirot
commit: 00fe8601262ca4d1616534e55e8cad8690a83d78
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Nov  9 22:46:50 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Nov  9 22:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fe8601

dev-perl/FCGI: Keyword 0.820.0 for ~m68k

The tests pass.

Bug: https://bugs.gentoo.org/820548
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-perl/FCGI/FCGI-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FCGI/FCGI-0.820.0.ebuild 
b/dev-perl/FCGI/FCGI-0.820.0.ebuild
index 27c3c01562d..47edfe92839 100644
--- a/dev-perl/FCGI/FCGI-0.820.0.ebuild
+++ b/dev-perl/FCGI/FCGI-0.820.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Fast CGI module"
 
 LICENSE="FastCGI"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~m68k ~x86"
 
 RDEPEND="
virtual/perl-XSLoader



[gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI-Client/

2021-11-09 Thread James Le Cuirot
commit: 5a0d7e50805b8cdcb46fa38d118d5c9608bb0b62
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Nov  9 22:46:31 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Nov  9 22:46:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0d7e50

dev-perl/FCGI-Client: Keyword 0.90.0 for ~m68k

The tests pass.

Bug: https://bugs.gentoo.org/820548
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild 
b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild
index 3961f55a08c..db4bff7f3b3 100644
--- a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild
+++ b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Client library for fastcgi protocol"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~m68k ~x86"
 
 RDEPEND="
virtual/perl-IO



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/

2021-11-09 Thread Georgy Yakovlev
commit: ed5ba69b5cac5b8e6ea4f601967ff9f43c1ae625
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Nov  9 22:02:06 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov  9 22:39:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5ba69b

dev-qt/qtwebengine: update SRC_URI with new ppc64le patchset

added struct kernel_stat patch for
src/3rdparty/chromium/sandbox/linux/system_headers/linux_stat.h

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

 dev-qt/qtwebengine/Manifest| 1 +
 dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/Manifest b/dev-qt/qtwebengine/Manifest
index 583c82fbf8f..5118d883b8b 100644
--- a/dev-qt/qtwebengine/Manifest
+++ b/dev-qt/qtwebengine/Manifest
@@ -1,4 +1,5 @@
 DIST qtwebengine-5.15.2-chromium87-ppc64le.tar.xz 28536 BLAKE2B 
98f8e01e7026d9df1d30ae453d4394d3c4ad04c0620a2496235d45f5f1080c2280e040826cde7f72d9771bfc80d0c3df56c9dcbe4f763cec432ad56de37d64c5
 SHA512 
c90a76f44a9d720624016fd082ab3036f12e13b9789e869ebaf5e4774afca7d4187faf187f365f696d1a7eda05ca75516556ee9d291cdb3408d57cc4b23e2654
+DIST qtwebengine-5.15.2-r1-chromium87-ppc64le.tar.xz 28784 BLAKE2B 
aa101d14446f3282fda8932cc75a249d88b79319f0886d95777292776d94ac5f4fc114c3893b2801fbba6abb14f381172bb14b15b5ffef12413db3a16e4d1ca6
 SHA512 
3324e0076eb18e2ae2248428d2730cfb3413761514b2bb57e25b8db792488098d9f7cebfa08f1a3b39b1d0a382aafed75c5ae8273918909335957921305e
 DIST qtwebengine-5.15.2_p20210824.tar.xz 320214264 BLAKE2B 
fe611805107822f495e0921de4fc9a8737bd3238a332e03d27421a3fd14dc1417c1d69e9ec5e9f6bf922f98045cbdf9ee2c76621db988c8b1e6e0e90b2c6dc7e
 SHA512 
3a5f9ef45ba488aee601e092d1c4a5f707a854d5b9f0a5e62cb88dcdf280163182abc98b0a55b28591e81e18b5147142d404dcdc92feb61414ce2d4ce0d2dca6
 DIST qtwebengine-5.15.2_p20211019-jumbo-build.patch.bz2 2930 BLAKE2B 
fca1d1406874d04eafb64bb4d8730512a6307ba44fb99d76f428ca1bd4a303758e0c3bd8f92a59f7bcf62e5b767c5a8ed239028bdb74ad7a8b62abf88d38c101
 SHA512 
61cbfbe4ff340b75ea8d356e031e932ac03fe65dd00ff897ca4b0185d1d989490daf75ffeaaabb3e92c870c11c7ff8ad2cd6372f5363b3d774b8ecca6d89
 DIST qtwebengine-5.15.2_p20211019.tar.xz 320325744 BLAKE2B 
fac2f2a44e0f443a2642c0a0b3888ff15d047ce5b2de6673213db308e60f3e26b12adf98ad1dcf305630f0bc55abff078942711fbd10d05dc5a4095faadead25
 SHA512 
4abd2ca416228bbafa31aad9deae1466748930c02bcc08b55921fda598f720137e2af0cfa176dd534c8da97934d76e59b72c124b73564378fda0deaddaee

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild
index 5b40e567cea..450e1222e4d 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211019.ebuild
@@ -28,7 +28,7 @@ else
 fi
 
 # patchset based on https://github.com/chromium-ppc64le releases
-SRC_URI+=" ppc64? ( 
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-5.15.2-chromium87-ppc64le.tar.xz
 )"
+SRC_URI+=" ppc64? ( 
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-5.15.2-r1-chromium87-ppc64le.tar.xz
 )"
 
 IUSE="alsa bindist designer geolocation +jumbo-build kerberos pulseaudio 
+system-ffmpeg +system-icu widgets"
 REQUIRED_USE="designer? ( widgets )"



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

2021-11-09 Thread Sam James
commit: ac75828a5d917608ad7fe9ea1d0948959d598e57
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov  9 15:18:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:35:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac75828a

app-text/opensp: stable 1.5.2-r6 for hppa, bug #822195

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 app-text/opensp/opensp-1.5.2-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/opensp/opensp-1.5.2-r6.ebuild 
b/app-text/opensp/opensp-1.5.2-r6.ebuild
index 6cabb41f8c3..c3e31ea99fd 100644
--- a/app-text/opensp/opensp-1.5.2-r6.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc elibc_glibc nls static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-11-09 Thread Sam James
commit: 7100c220b8eefdec9665719a6723a8cdb0867b38
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov  9 15:15:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:35:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7100c220

dev-python/multidict: stable 5.2.0 for hppa, bug #821772

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/multidict/multidict-5.2.0.ebuild 
b/dev-python/multidict/multidict-5.2.0.ebuild
index 0fc240b3676..d788a49b2f8 100644
--- a/dev-python/multidict/multidict-5.2.0.ebuild
+++ b/dev-python/multidict/multidict-5.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 BDEPEND=">=dev-python/cython-0.28.4[${PYTHON_USEDEP}]"
 



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

2021-11-09 Thread Sam James
commit: aabb81164e853ed05330ea377f09463bfd41ebd8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov  9 15:16:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:35:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabb8116

dev-python/wrapt: stable 1.13.2 for hppa, bug #821826

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/wrapt/wrapt-1.13.2.ebuild 
b/dev-python/wrapt/wrapt-1.13.2.ebuild
index 76ae890df82..a406c595a65 100644
--- a/dev-python/wrapt/wrapt-1.13.2.ebuild
+++ b/dev-python/wrapt/wrapt-1.13.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme



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

2021-11-09 Thread Sam James
commit: e61f0586096404abb05bf194b8c97ef416a22324
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov  9 15:17:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:35:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61f0586

dev-libs/jansson: stable 2.14 for hppa, bug #812119

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/jansson/jansson-2.14.ebuild 
b/dev-libs/jansson/jansson-2.14.ebuild
index 396096cda49..1a7ac716c9c 100644
--- a/dev-libs/jansson/jansson-2.14.ebuild
+++ b/dev-libs/jansson/jansson-2.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/akheron/jansson/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/4"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( dev-python/sphinx )"



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

2021-11-09 Thread Sam James
commit: 24b6588fae909414972281f3804112d45acd1b52
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov  9 15:17:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:35:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b6588f

dev-python/coverage: stable 6.0.2 for hppa, bug #821742

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/coverage/coverage-6.0.2.ebuild 
b/dev-python/coverage/coverage-6.0.2.ebuild
index 0a49f0ebc32..4f8cb45da0d 100644
--- a/dev-python/coverage/coverage-6.0.2.ebuild
+++ b/dev-python/coverage/coverage-6.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 #IUSE="test"
 # The tests are impossible to appease.  Please run them externally
 # via tox.  Or fix the ebuild if you have hours of time to spend



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

2021-11-09 Thread Sam James
commit: fab2fe4a43e6b8b676e4331aed3f6d15f2d75165
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov  9 15:15:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:35:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab2fe4a

dev-python/dbus-python: stable 1.2.18 for hppa, bug #820947

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/dbus-python/dbus-python-1.2.18.ebuild 
b/dev-python/dbus-python/dbus-python-1.2.18.ebuild
index 223a0f801d4..c057a0be950 100644
--- a/dev-python/dbus-python/dbus-python-1.2.18.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.18.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 IUSE="doc examples test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2021-11-09 Thread Sam James
commit: f00c34b65b61e8108bb3e9e991e354af65393fc9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov  9 15:13:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:35:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00c34b6

dev-python/fonttools: stable 4.27.1 for hppa, bug #820971

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/fonttools/fonttools-4.27.1.ebuild 
b/dev-python/fonttools/fonttools-4.27.1.ebuild
index 67b21fff239..1a972838428 100644
--- a/dev-python/fonttools/fonttools-4.27.1.ebuild
+++ b/dev-python/fonttools/fonttools-4.27.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
 BDEPEND="



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

2021-11-09 Thread Sam James
commit: b9049976ce933e1a3dc3c5871fd10c37f2be1032
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov  9 15:14:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:35:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9049976

sys-auth/passwdqc: stable 2.0.2-r1 for hppa, bug #821463

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-auth/passwdqc/passwdqc-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/passwdqc/passwdqc-2.0.2-r1.ebuild 
b/sys-auth/passwdqc/passwdqc-2.0.2-r1.ebuild
index 959bf1fb4e3..40d82576ce2 100644
--- a/sys-auth/passwdqc/passwdqc-2.0.2-r1.ebuild
+++ b/sys-auth/passwdqc/passwdqc-2.0.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.openwall.com/${PN}/${P}.tar.gz;
 
 LICENSE="Openwall BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="sys-libs/pam
virtual/libcrypt:="



[gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/

2021-11-09 Thread Sam James
commit: c5e7ebbe306029d6d12660ae38ede824daeb9653
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 22:28:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:28:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e7ebbe

net-mail/courier-imap: Stabilize 5.1.4 arm64, #822729

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

 net-mail/courier-imap/courier-imap-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/courier-imap/courier-imap-5.1.4.ebuild 
b/net-mail/courier-imap/courier-imap-5.1.4.ebuild
index 855428080a8..c19b14661e9 100644
--- a/net-mail/courier-imap/courier-imap-5.1.4.ebuild
+++ b/net-mail/courier-imap/courier-imap-5.1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86"
 
 IUSE="berkdb debug fam +gdbm gnutls ipv6 selinux trashquota"
 REQUIRED_USE="|| ( berkdb gdbm )"



[gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/

2021-11-09 Thread Sam James
commit: ebadcc476b02424307277184094856ebcd2bcd25
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 22:28:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 22:28:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebadcc47

net-mail/courier-imap: Stabilize 5.1.4 arm, #822729

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

 net-mail/courier-imap/courier-imap-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/courier-imap/courier-imap-5.1.4.ebuild 
b/net-mail/courier-imap/courier-imap-5.1.4.ebuild
index 215f30a4994..855428080a8 100644
--- a/net-mail/courier-imap/courier-imap-5.1.4.ebuild
+++ b/net-mail/courier-imap/courier-imap-5.1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86"
 
 IUSE="berkdb debug fam +gdbm gnutls ipv6 selinux trashquota"
 REQUIRED_USE="|| ( berkdb gdbm )"



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

2021-11-09 Thread Jakov Smolić
commit: 5562df7344e5bc72ce00ce3fff3c042afc561c7c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 22:05:22 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 22:05:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5562df73

app-misc/mosquitto: Stabilize 2.0.12 x86, #819078

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

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

diff --git a/app-misc/mosquitto/mosquitto-2.0.12.ebuild 
b/app-misc/mosquitto/mosquitto-2.0.12.ebuild
index c14cfdabf2c..48ab5d740af 100644
--- a/app-misc/mosquitto/mosquitto-2.0.12.ebuild
+++ b/app-misc/mosquitto/mosquitto-2.0.12.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz;
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
 RESTRICT="!test? ( test )"
 



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

2021-11-09 Thread Jakov Smolić
commit: 8faa8c123e35ceef78c88cae44c6d76daa5e7307
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 22:05:21 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 22:05:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faa8c12

dev-libs/cJSON: Stabilize 1.7.15 x86, #819078

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

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

diff --git a/dev-libs/cJSON/cJSON-1.7.15.ebuild 
b/dev-libs/cJSON/cJSON-1.7.15.ebuild
index da3b52b1f9d..c9555ca553b 100644
--- a/dev-libs/cJSON/cJSON-1.7.15.ebuild
+++ b/dev-libs/cJSON/cJSON-1.7.15.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/DaveGamble/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-11-09 Thread Jakov Smolić
commit: 112a51e46cd0c250427e274e5c0bd2474921216a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 22:05:16 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 22:05:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112a51e4

dev-libs/libbpf: Stabilize 0.5.0 x86, #818940

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

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

diff --git a/dev-libs/libbpf/libbpf-0.5.0.ebuild 
b/dev-libs/libbpf/libbpf-0.5.0.ebuild
index abb2b6c7603..46a4b242d1f 100644
--- a/dev-libs/libbpf/libbpf-0.5.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.5.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 fi
 S="${WORKDIR}/${P}/src"
 



  1   2   3   4   >